@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
a{text-decoration: none; color: #000;}
a img:hover{opacity: 0.8;}

#content_wrap {
	width:100%;
	padding: 0;
	margin:0;
	/*background-color: #fbf2ee;*/
}
#MW_wrap {
	clear: both;
	width:100%;
	max-width: 550px;
	padding: 0 0 1%;
	margin:0 auto;
	 font-family: "Inter", sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
	color: #000;	
	background-color: #e1dacd;
}
#MW_wrap p {padding:0;margin:0;}
.sp {display:none;}
.clear {clear:both;}
.red{color: #ed1b24; font-weight: 700;}
.sml{font-size: 90%;}
.bold{font-weight: bold; font-size: 105%;}
.bold2{font-weight: 500; font-size: 135%; display: block; margin-top: 2%;}
hr{width: 40%; margin: 5% auto 22%; /*color: #DBD7D4;*/ background-color: #ECECEC; height: 2px; border: none; }

.main {width: 100%; margin:0 auto 8%;}

.Lead_pc {
	width: 100%;
	margin: 0 auto 8%;
	display: block;
	text-align:center;
	font-size:20px;
	padding:0 ;
	line-height:1.7em;
	color: #4D3928;
	font-family: "Island Moments", cursive;
}

.Lead_sp {display: none;}

/*.line_p{background:linear-gradient(transparent 60%, #ffe0e8 60%);}*/
/*.txt_wh a{color: #fff !important; font-weight: 300;}*/
/*.background_test {background: linear-gradient(180deg, #fff 0%, #fff 50%, #663043 80%, #561e32 100%);}*/
/*item*/
.item_wrap {width: 100%; margin: 8% auto 15%; }


.item_box1 { width: 80%; margin: 5% auto 10%;}
.item1{width: 70%; margin: 0 auto 5%;}

.item_box2 { width: 90%; margin: 5% auto 10%; display: flex; flex-wrap:wrap; justify-content: space-between;}
.item2{width: 48%; margin: 0;}

.item_box3 { width: 80%; margin: 5% auto 10%; display: flex; flex-wrap:wrap; justify-content: space-between;}
.item3{margin-bottom: 3%;}

.item_box4 { width: 100%; margin: 5% auto 10%; position: relative; height: 1100px;}
.item4_1{width: 65%; position: absolute; top: 0; right: 0;}
.item4_2{width: 45%; position: absolute; top: 27%; left: 0;}
.item4_3{width: 55%; position: absolute; bottom: 0; right: 0;}

.item_box5 { width: 55%; margin: 5% 0 10% 40%;}
.MR_T10{ margin-top: -10%;}
.item_box6 { width: 100%; margin: 5% auto 10%;}
.item_box7 { width: 60%; margin: 5% 40% 10% 0;}

.item_box8 { width: 100%; margin: 5% auto 10%; position: relative; height: 620px;}
.item8_1{width: 48%; position: absolute; top: 0; left: 0;}
.item8_2{width: 48%; position: absolute; top: 35%; right: 0;}

/*.sub_item{width:80%; margin: 10% auto 1%; }*/

.credit{width: 100%; margin: 2% auto; font-weight: 400; }
.credit2{width: 98%; margin: 2% 2% 2% 0; font-weight: 400; }
.item_n{font-size:16px;  margin: 0 auto 2%; font-weight: 500; line-height: 1.6em;}
/*.item_p{font-size:15px;	margin:0 auto 5%;}
.item_d{font-size:13px;	margin:0 auto;}*/
.tax{font-size: 70%;}

.txt_L{ text-align: left;}
.txt_R{ text-align: right;}

/*.cmt{width: 100%; margin: 1% auto 10%; font-weight: 400; text-align: left; font-size:15px;  line-height: 1.7em;}
.cmt2{width: 100%; margin: 0 auto 3%; font-weight: 400; text-align: center; font-size:15px;  line-height: 1.7em;}*/
.credit_box{width: 100%; margin: 15% auto 5%; font-weight: 400; text-align: center; font-size:14px;  line-height: 1.7em; color: #96928D;}
.logo_box{width: 35%; margin: 10% auto 5%; }


/* スライダ―のCSS */
.slider { width: 100%; display: flex; gap: 5px;  overflow-x: auto;}
.slide {width: 300px;}
.slide img { width: 155px; max-width: 250px;}

.point_video {display: block; width: 50%; margin: 0 auto 25%;}
.point_video iframe {width: 100%;}
p{text-align: center;}




/* 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;
	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: 58%;
    display: block;
    margin: 3% auto 0;
    padding: 12px 0px;
    font-size: 16px;
	 color: #4D3928;
	background-color: #BDB7B1;
   /* border: 1px solid #000;*/
	font-weight: 400; 
	font-style: italic;
	border-radius: 5px;
	 letter-spacing: 2px;
}

.btn:hover {
	color: #fff;
	background-color: #4D3928;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


@media only screen and (max-width: 750px) {
	#MW_wrap {padding: 0 0 8%;}
	.main {width: 100%;  margin:0 auto 5%; padding: 0;}
	.pc {display:none;}
	.sp {display:block;}

	.Lead_pc {display: none;}

	.Lead_sp {
		width: 100%;
		display: block;
		text-align:center;
		font-size:16px;
		margin:0 auto 10%;
		line-height:1.5em;
		color: #4D3928;
		font-family: "Island Moments", cursive;
	}
	
/*item*/
	.item_wrap {width: 100%; margin: 10% auto 25%; }	
	.item_box4 { height: 200vw;}
	.item_box8 { height: 110vw;}
	

	.credit{width: 100%;  margin: 3% auto;}
	/*.item_ttl{font-size:11px; font-weight: 600; margin:0 auto 2%;}*/
	.item_n{font-size:14px;	margin:0 auto 2%; line-height: 1.7em;}
	/*.item_p{font-size:13px;	margin:0 auto 6%;}
	.item_d{font-size:12px;	margin:0 auto 2px;}*/
	
	
	.credit_box{width: 100%; margin: 20% auto 5%; font-size:12px;  line-height: 1.7em;}
	.logo_box{width: 50%; margin: 10% auto 15%; }
	/*.content{width: 150px;}*/
	
	
	.point_video {display: block; width: 80%; margin: 0 auto 25%;}

	/*.btn_box{width:70%; margin: 10% auto 10%; }*/
	/* Button 1 */
	.btn-1 {width: 70%; display: block; margin: 4% auto 0; padding: 8px 0px; font-size: 14px; letter-spacing: 2px;	}	

	
}
