<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
	.box-hover-img {
  border: solid 0px #f9d200;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index:200;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
	.box-img {
		width: 100%;
		height: 100%;
		z-index:100;
	}


	.box a {
  	display: block;
 	 width: 100%;
  	height: 100%;
	  position: relative;
	  z-index: 200;
	}
.box a em {
  font-weight: bold;
  z-index:200;
  font-style: normal;
  text-decoration: none;
  right: 10px;
  bottom: 5px;
  padding-right: 15px;
  padding-right: 0px;
  font-size:13px;
text-align: right;
  position: absolute;
  display: block;
  color: #000;
  background: url(../images/top/icon_arr.png) no-repeat right bottom;
  font-weight: bold;
  letter-spacing: 1px;
}
#box2.box a em {
	color: #FFF !important;
}

/* SP
-------------------------------------------------- */
@media screen and (max-width:640px){
	#box1 {
		background: #41424c;
		padding:10px 0;
		text-align: center;
	}
	#box1 span{
		color:#FFF;
		font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 1.3;
	}
	.box a {
	  	display: block;
 	 width: 100%;
 	 	height: 100%;
	  position: relative;
	  z-index: 200;
	}
	.box {
		border-bottom:solid 1px #c3c5c5;		
	}
	#box2 {
		background:#211b1a;
		height: 180px;
	}
	#box2 img{
		height: 160px;
		margin:10px;
	}
	#box3 {
		background: #a9a5a1;
		height: 180px;
	}
	#box4 {
		background: #bfb6b1;
		height: 180px;
		overflow: hidden;
	}
	#box4 img{
		margin-top:-180px;
	}
	#box5 {
		background: #bccec1;
		height: 180px;
		overflow: hidden;
	}
	#box5 img{
		margin-top:-180px;
	}
	#box6 {
		background: #bed1dc;
		height: 180px;
		overflow: hidden;
	}
	#box6 img{
		margin-top:-180px;
	}
}


/*
		background: url(../images/line.gif) 24.92% top repeat-y;

*/


/* PC
-------------------------------------------------- */
@media screen and (min-width:641px){
	body {
		background:#FFF url(../images/authenticity/bg.gif) repeat-y center top;
	}
	.box {
		position: absolute;
		overflow: hidden; 
	}
	#wrap {
		position: relative;
		width: 720px;
		margin:0 auto 50px;
		min-width:720px;
		border:solid 1px #c3c5c5;
		height: 720px;
		background: #FFF;
	}
	#wrap1 {
		width: 100%;
		height: 100%;
		position: relative;
	}
	#box1 {
		width: 50%;
		left:0;
		top:0;
		background:#41424c url(../images/lineset.gif) no-repeat right bottom;
		height: 180px;
		display: table;
	}
	#box1 span{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	#box2 {
		width: 50%;
		left:0%;
		top:180px;
		height: 360px;
		background:#211b1a url(../images/lineset.gif) no-repeat right bottom;
		text-align: center;
	}
	#box2 img{
		margin-top: 10px;
	}
	#box3 {
		width: 50%;
		left:0;
		top:540px;
		height: 180px;
		background:#a9a5a1 url(../images/line2.gif) repeat-y right top;
			text-align: center;
	}	
	#box4 {
		width: 50%;
		left:50%;
		top:0px;
		height:360px;
		background:#bfb6b1 url(../images/line2.gif) repeat-x right bottom; 
	}
	#box5 {
		width: 25%;
		left:50%;
		top:360px;
		height: 360px;
		background:#bccec1 url(../images/line2.gif) repeat-y right top;
	}
	#box6 {
		width: 25%;
		left:75%;
		top:360px;
		height: 360px;
		background: #bed1dc;
	}
	.box-img {
		position: absolute;
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index:100;
	}

}</pre></body></html>