@charset "UTF-8";

/* CSS Document */


/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}


 #detailWrapper {
	 background-color: #e4e1df;
 }

.wrapper {
	width:80%;
	max-width: 1000px;
	margin:auto;
	padding-bottom: 0%;
	position: relative;
	text-align: center;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

.wrapper p{
	text-align:center;
	font-size:14px;
	line-height:1.6em;
	margin: 14px 0 0;
}

.wrapper img{
	width: 100%;
}

.pc {
	display:block;
}

.sp {
	display:none;
}

.main_mv_box {
	width: 40%;
	margin: 5% auto 2%;
}

.main_mv_box video {
	width: 100%;
}

.lead {
	width: 100%;
	text-align: center;
	font-size: 13px;
	margin-top: 3%;
	line-height: 1.7;
}

.float_box {
	float: left;
	width: 44%;
	margin: 10% 0 0 2%;
	text-align: center;
	font-size: 14px;
	line-height: 1.8em;
}

.float_box a {
	font-size: 140%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 2.4em;
}

.float_box img {
	width: 100%;
}

.float_box2 {
	float: left;
	width: 54%;
	margin: 8.7% 0 0 0;
	padding: 0 0;
}

.float_box2 img {
	width: 100%;
}

.float_box3 {
	float: left;
	width: 44%;
	margin: 0 3%;
}

.float_box3 img {
	width: 100%;
}

.float_box3 video {
	width: 100%;
}

.pd10 {
	padding: 4.5% 0 0;
}

.pd2 {
	padding: 2% 0;
}


.clear {
	clear: both;
}

.backno {
	margin: 40px auto 20px;
}

.btn_all {
	color: #000;
	font-size: 100%;
	text-align: center;
	margin: 4% 15% 3%;
	padding:3% 0;
	border:1px solid #000;
	width:50%;
	background-color: #cbd9ee;
	font-size: 16px;
}

.btn_all a{
	text-decoration: none;
	display: block;
	color:#000;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	font-size: 110%;
	letter-spacing: 0.3em;;
}


#st_footer{
	 color:#000000; text-align:center; padding:35px 0 35px; font-size:12px;margin-top:60px;
	 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 border-top: solid 1px #c8c6cd;
}



#slideshow1 {
   position: relative;
   width: 100%;
   height:auto;
   padding-top: 144%;
}
#slideshow1 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow1 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow1 img.last-active {
   z-index: 9;
}

#slideshow2 {
   position: relative;
   width: 100%;
	padding: 0;
   height:auto;
   padding-top: 144%;
}
#slideshow2 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow2 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow2 img.last-active {
   z-index: 9;
}

#slideshow3 {
   position: relative;
   width: 100%;
	padding: 0;
   height:auto;
   padding-top: 144%;
}
#slideshow3 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow3 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow3 img.last-active {
   z-index: 9;
}


@media only screen and (max-width: 750px) {
	
.wrapper {
	width:100%; 
	margin:auto;
	position: relative;
	text-align: center;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

.wrapper p{
	text-align:center;
	font-size:12px;
	line-height:1.6em;
	margin: 14px 0 0;
}

.wrapper img{
	width: 100%;
}
	
.pc {
	display:none;
}
.sp {
	display:block;
}
	
.main_mv_box {
	width: 100%;
	margin: 0 auto 4%;
}
	
.lead {
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin-top: 4%;
}

.float_box {
	float: none;
	width: 90%;
	margin: 5% 5% 0;
	padding-top: 3%;
	font-size: 12px;
}

.float_box img {
	width: 100%;
}

.float_box video {
	width: 80%;
	margin: 3% auto;
}

.float_box2 {
	float: none;
	width: 98%;
	margin: 2% auto 10%;
	padding: 0;
}

.float_box2 img {
	width: 100%;
}
	
.float_box3 {
	float: none;
	width: 92%;
	margin: 0 auto;
	padding: 0;
}

.float_box3 img {
	width: 100%;
}
	
.pd10 {
	padding: 0;
}
	
.pd2 {
	padding: 0;
}
	
.btn_all {
	color: #000;
	font-size: 100%;
	text-align: center;
	margin: 4% 15% 11.5%;
	padding:3% 0;
	border:1px solid #000;
	width:50%;
	background-color: #cbd9ee;
	font-size: 16px;
}
	
}

