@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
.sp {display:none;}
.Red {color: #FF0004;}
.clear {clear:both;}
.bold{font-weight: bold;}
.sml{font-size: 70%;}
#SC_wrap a{color: #000; text-decoration: none; text-align: center;}

#SC_wrap {
	clear: both;
	width:100%;
	/*max-width: 1200px;*/
	padding: 0 0 2%;
	margin:0 auto 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	/*background-color: #fafafa;*/
}

 .main {width: 80%; margin:0 auto 5%;  }

.Lead_pc {
	width: 100%;
	margin: 5% auto 5%;
	display: block;
	text-align:center;
	font-size:1.8rem;
	padding:0 ;
	line-height:2em;
}

.Lead_sp {display: none;}

.ttl{font-size: 40px; text-align: center; font-weight: bold;}
.cmt2{font-size: 18px;text-align: center; font-weight: normal;}

.bg_BE{ background-color: #F4F0E8;}
/*item-----------------------*/
.item_wrapper{	width: 100%;	margin: 3% auto 6%; padding: 7% 5%; box-sizing: border-box;}
.sub_ttl{width: 30%; margin: 0 auto 5%;}
.item_wrap{	/*width: 90%;*/ width: 850px;	margin: 3% auto 6%; display:flex; flex-wrap:wrap; justify-content: space-between;}
.item_BOX1{width: 50%; margin: 0 ;}
.item_BOX2{width: 46%; margin: 0 ; position: relative;}

.item_box1{width: 100%; margin: 0 ; position: relative; height: 625px;}
.item1_1{width: 65%; position: absolute; top: 0; left: 0; z-index: 50;}
.item1_2{width: 55%; position: absolute; bottom: 0; right: 0; z-index: 100;}
.sq1{width: 70%; position: absolute; top: 15%; left: 15%; z-index: 10;}
.sq3{width: 30%; position: absolute; top: 15%; left: 40%; z-index: 10;}

.item2_1{width: 65%; position: absolute; bottom: 0; left: 0; z-index: 50;}
.item2_2{width: 55%; position: absolute; top: 4%; right: 0; z-index: 100;}
.sq2{width: 15%; position: absolute; top: 0; left: 38%; z-index: 10;}


.credit_box{width: 100%; margin: 5% auto 0;}
.credit{width: 100%; margin: 0 auto 2%; display:flex; flex-wrap:wrap; justify-content: space-between; align-items: center;  color: #c68f24;}
.item_n{width: 46%; font-size: 15px; text-align:left;}
.item_p{width: 32%; margin-right: 2%; font-size: 15px; text-align: right;}
.btn_box{width: 20%;}
.tax{font-size: 80%;}

.item_box4{width: 90%; margin: 0 auto ; position: relative; height: 650px;}
.item4_1{width: 22%; position: absolute; top: 0; left: 25%; z-index: 50;}
.item4_2{width: 22%; position: absolute; top: 5%; right: 10%; z-index: 100;}
.item4_3{width: 20%; position: absolute; top: 25%; left: 0; z-index: 50;}
.item4_4{width: 28%; position: absolute; top: 37%; right: 28%; z-index: 60;}
.item4_5{width: 22%; position: absolute; bottom: 0; left: 18%; z-index: 70;}
.item4_6{width: 20%; position: absolute; bottom: 5%; right: 0; z-index: 50;}
.sq4{width: 20%; position: absolute; top: 4%; left: 40%; z-index: 10; transform: rotate(90deg);}

.logo_box{width: 15%; margin: 5% auto;}


/*--marker--*/
.marker {
  background:linear-gradient(transparent 70%, #f5d493 70%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  background-size: 100% 100%;
}


/*.btn_BOX{width: 60%; margin: 10% 0 0 20%;}*/

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	/*text-transform: uppercase;*/
	
}


/* Button 1 */
.btn-1 {
	width: 100%;
    display: block;
    margin: 0 auto 0;
    padding: 6px 0px;
    font-size: 13px;
    color: #c68f24;
   /* background-color: #fff;*/
	border: 1.5px solid #c68f24;
	border-radius: 5px;
}

.btn-2 {
	width: 45%;
    display: block;
    margin: 10% auto 10%;
    padding: 8px 0px;
    font-size: 2rem;
    /*border-radius: 15px;*/
    line-height: 1.7em;
	background-color: #c68f24;
	color: #fff;
}

.btn:hover {
	color: #fff;
	background-color: #7D7D7D;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


@media only screen and (max-width: 750px) {
	#SC_wrap {width: 100%; padding: 0 0 2%;}
	.main {width: 100%; margin:5% auto 10%; }
	.sp {display:block;}	
	.pc{display: none;}
	.Lead_pc {display: none;}

	.Lead_sp {
		width: 100%;
		display: block;
		text-align:center;
		font-size:15px;
		margin:8% auto 8%;
		line-height:1.7em;
	}
	
	.ttl{font-size: 35px; }
/*item-------------------------------------*/
	.item_wrapper{	width: 100%; margin: 3% auto 10%; padding: 10% 0;}
	.sub_ttl{width: 60%; margin: 0 auto 5%;}
	
	.item_wrap{	width: 100%; margin: 0 auto; display:block;}
	.item_BOX1{width: 100%; margin: 0 auto ;}
	.item_BOX2{width: 100%; margin: 5% auto ;}
	
	.item_box1{width: 100%; margin: 0 ; position: relative; height: 130vw;}
	.item1_1{width: 65%; position: absolute; top: 0; left: 0; z-index: 50;}
	.item1_2{width: 55%; position: absolute; bottom: 0; right: 0; z-index: 100;}
	.sq1{width: 70%; position: absolute; top: 15%; left: 15%; z-index: 10;}
	
	.credit_box{width: 98%; margin: 5% auto 15%;}
	.credit{width: 100%; margin: 0 auto 2%; }
	.item_n{width: 46%; font-size: 14px; }
	.item_p{width: 33%; margin-right: 1%; font-size: 13px; }
	.btn_box{width: 20%;}
	
	
	.item_box4{width: 100%; margin: 0 ; position: relative; height: 200vw;}
	.item4_1{width: 35%; position: absolute; top: 0; left: 13%; z-index: 50;}
	.item4_2{width: 40%; position: absolute; top: 9%; right: 0; z-index: 100;}
	.item4_3{width: 35%; position: absolute; top: 28%; left: 3%; z-index: 50;}
	.item4_4{width: 52%; position: absolute; top: 35%; right: 12%; z-index: 60;}
	.item4_5{width: 39%; position: absolute; bottom: 7%; left: 0; z-index: 70;}
	.item4_6{width: 35%; position: absolute; bottom: 0; right: 0; z-index: 50;}
	.sq4{width: 50%; position: absolute; top: 6%; left: 25%; z-index: 10;transform: none;}
	
	.logo_box{width: 30%; margin: 15% auto 0;}
	
	.btn-1 {padding: 4px 0px; font-size: 12px;	}
	
	.btn-2 {
		width: 85%;
		margin: 15% auto 5%;
		padding: 8px 0px;
		font-size: 15px;
	}	

	
}
