@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300&Noto+Serif+JP:wght@200;300&display=swap');

/* 
	font-family: 'Lato', sans-serif;
 */


#meew h3{
	font-size:70px;
	font-weight:300;
	font-family: 'Lato', sans-serif;
	letter-spacing:5px;
}

#meew h3 span{
	font-size:14px;
	display:block;
	letter-spacing:4px;
	margin-top:10px;
}

#meew .comm_box{
	width:90%;
	max-width:1000px;
	margin:auto;
}


#birth{
	background:#FAF2F7;
	padding:80px 0;
}

#birth #content{
	width:90%;
	max-width:1000px;
	background:#fff;
	padding:90px 0;
	margin:auto;
}

#birth #content sup{
	vertical-align:top;
	font-size:10px;
	margin-right:3px;
}

#birth #content h2{
	font-size:36px;
	letter-spacing:normal;
}

#birth #content h2 br:nth-of-type(1),
#birth #content h2 br:nth-of-type(3){
	display:none;
}

#birth #content h2 span{
	font-size:26px;
	vertical-align:text-top;
	display:inline-block;
	line-height:1.8;
}

#birth #content #box{
	width:88%;
	max-width:840px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	flex-direction:row-reverse;
}

#birth #content #box dl{
	width:55%;
	text-align:left;
}

#birth #content #box dt{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px
}

#birth #content #box dd{
	margin-bottom:20px;
	line-height:1.8;
}

#birth #content #box dd:last-child{
	border:1px solid #000;
	max-width:110px;
	text-align:center;
}

#birth #content #box p{
	width:30%;
}

/* #birth #content #box p span{
	font-size:10px;
} */

#image_photo img{
	object-fit:cover;
	height:800px;
}

@media only screen and (max-width: 840px) { 
#meew h3{
	font-size:58px;
}

#meew h3 span{
	letter-spacing:1px;
}

#birth #content h2{
	font-size:30px;
}

#birth #content h2 span{
	font-size:19px;
}

}




@media only screen and (max-width: 680px) { 
#birth #content{
	padding:60px 0;
}
#birth #content h2{
	font-size:22px;
	line-height:1.6;
}

#birth #content h2 span{
	font-size:17px;
	vertical-align:baseline;
	margin-top:0;
}

#birth #content h2 br:nth-of-type(1),
#birth #content h2 br:nth-of-type(3){
	display:block;
}

#birth #content #box{
	width:90%;
	display:block;
}

#birth #content #box dl{
	width:100%;
}

#birth #content #box dt{
	font-size:18px;
	margin-bottom:10px
}

#birth #content #box dd{
	margin-bottom:20px;
	line-height:1.8;
}

#birth #content #box dd:last-child{
	border:1px solid #000;
	max-width:110px;
	text-align:center;
}

#birth #content #box p{
	width:50%;
	margin:auto;
}

#image_photo img{
	height:600px;
}
}


@media only screen and (max-width: 520px) { 
#image_photo img{
	height:400px;
}
}







#concept{
	background:url(../../img/special/meew/bg.jpg) #FAF2F7 top no-repeat;
	padding:80px 0;
}

#concept h4{
	width:90%;
	font-size:70px;
	margin:100px auto 70px;
	font-family: 'Noto Serif JP', serif;
	font-weight:400;
}

#concept p{
	width:90%;
	max-width:800px;
	margin:auto;
	font-family: 'Noto Serif JP', serif;
	font-weight:300;
	font-size:18px;
	line-height:3;
	letter-spacing:2px;
}


@media only screen and (max-width: 840px) { 
#concept h4{
	font-size:55px;
}

#concept p{
	letter-spacing:normal;
}
}

@media only screen and (max-width: 680px) { 
#concept h4{
	font-size:50px;
	margin:70px auto 50px;
}

#concept p{
	letter-spacing:normal;
	font-size:16px;
}
}

@media only screen and (max-width: 620px) { 
#concept h4{
	font-size:50px;
	margin:40px auto 50px;
	text-align:left;
	max-width:300px;
}

#concept p{
	line-height:2;
}
}








#meew #recommend{
	width:90%;
	margin:200px auto 80px;
	text-align:left;
	display:flex;
	/* flex-wrap:wrap; */
	justify-content:center;
	align-items:end;
	flex-direction:row-reverse;
}

#meew #recommend #image{
	width:42%;
}

#meew #recommend #image p{
	margin-top:-60px;
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	font-size:22px;
	line-height:3;
}

#meew #recommend #text{
	width:55%;
}

#meew #recommend #text h3{
	text-align:right;
	margin-top:-160px;
	margin-bottom:50px;
	font-size:60px;
}

#meew #recommend #text h3 br:last-child{
	display:none;
}

#meew #recommend #text h3 span{
	letter-spacing:normal;
}

#meew #recommend #text ul{
	background:#ececec;
	padding:10%;
	margin-left:-5%;
	display:inline-block;
	width:90%;
	max-width:1000px;
}
#meew #recommend #text ul p{
	width:90%;
	max-width:400px;
	margin:0 auto 30px;
	font-size:24px;
}

#meew #recommend #text ul li{
	font-size:18px;
	width:90%;
	max-width:400px;
	margin:0 auto 15px;
	background:url(../../img/special/meew/icon.png) no-repeat;
	background-size:22px;
	padding-left:45px;
}

@media only screen and (max-width: 980px) { 
	#meew #recommend{
		margin:160px auto 100px;
	}
	
	#meew #recommend #image{
		width:46%;
	}
	
	#meew #recommend #image p{
		margin-top:-45px;
		font-size:18px;
		line-height:2.5;
	}
	
	#meew #recommend #text h3{
		margin-top:-100px;
		margin-bottom:30px;
		font-size:42px;
	}
	
	#meew #recommend #text ul p{
		width:100%;
		margin:0 auto 20px;
		font-size:20px;
	}
	
	#meew #recommend #text ul li{
		font-size:16px;
		background-size:20px;
		padding-left:25px;
	}
}

@media only screen and (max-width: 770px) { 
	#meew #recommend{
		display:block;
	}
	#meew #recommend #image{
		width:90%;
		margin:-50px auto 0;
	}
	
	#meew #recommend #image p{
		margin-top:-40px;
		font-size:20px;
	}
	
	#meew #recommend #text{
		width:100%;
		margin:auto;
	}
	
	#meew #recommend #text h3{
		margin-top:-85px;
		font-size:40px;
	}
	
	#meew #recommend #text h3 br:last-child{
		display:block;
	}
	
	#meew #recommend #text ul{
		padding:5%;
		margin:0 auto;
		padding-bottom:80px;
	}
	#meew #recommend #text ul p{
		margin:0 auto 30px;
		font-size:18px;
		text-align:center;
	}
	
}











#meew #feature{
	background:#FAF2F7;
	padding:120px 0;
}

#meew #feature h2{
	font-size:40px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:40px 0 30px;
}

#meew #feature h2 br{
	display:none;
}

#meew #feature h2 span{
	margin-top:10px;
}

#meew #feature p{
	font-size:40px;
	font-family: 'Noto Serif JP', serif;
	margin:80px auto;
}

#meew #feature #inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:80px;
}


#meew #feature #inner .box{
	background:#fff;
	width:40%;
	padding:4%;
	margin-bottom:4%;
}

#meew #feature #inner .box dt{
	color:#B180B5;
	font-size:30px;
}

#meew #feature #inner .box dd{
	font-size:22px;
	line-height:1.8;
	margin:20px auto 30px;
}


#meew #feature #inner .box p{
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:1.8;
	margin-top:10px;
	margin-bottom:40px;
}

@media only screen and (max-width: 920px) { 
#meew #feature #inner .box dd{
	font-size:18px;
}
}



@media only screen and (max-width: 750px) { 
#meew #feature{
	padding:80px 0 50px;
}

#meew #feature h2{
	font-size:26px;
}

#meew #feature h2 br{
	display:block;
}

#meew #feature p{
	font-size:26px;
	margin:40px auto;
}

#meew #feature #inner{
	margin-bottom:25px;
}

#meew #feature #inner .box{
	width:92%;
	margin-bottom:30px;
	padding:30px 4%;
}

#meew #feature #inner .box dd{
	font-size:20px;
	margin:10px auto 15px;
}

#meew #feature p img{
	width:90%;
	max-width:540px;
	margin:auto;
}
	

}











#meew #howto{
	margin:80px auto;
}

#meew #howto #intro{
	width:90%;
	max-width:715px;
	margin:0 auto 40px;
	font-size:22px;
	line-height:1.6;
}

#meew #howto #inner{
	width:90%;
	max-width:900px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto 60px;
}

#meew #howto #inner dl{
	width:24%;
	padding:6% 4%;
	margin-bottom:30px;
	background:#FAF2F7;
}

#meew #howto #inner dl:last-child{
	width:100%;
}

#meew #howto #inner dt{
	font-size:30px;
	color:#B17FB4;
	margin-bottom:20px;
}

#meew #howto #inner dd{
	text-align:left;
	display:inline-block;
}




#meew #howto #flow{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	flex-direction:row-reverse;
	background:#F2DFEC;
}


#meew #howto #flow p{
	background:#F4E9F2;
	width:50%;
}


#meew #howto #flow p img{
	width:80%;
	max-width:450px;
	margin:auto;
	padding:40px 0;
}

#meew #howto #flow ul{
	width:46%;
	max-width:450px;
	margin:auto;
	text-align:left;
	counter-reset: number;
}

#meew #howto #flow ul li:not(:last-child){
	border-bottom:1px dotted #B17FB4;
	padding-bottom:20px;
	margin-bottom:20px;
	counter-increment: number;
	display:flex;
	align-items:center;
}

#meew #howto #flow ul li:not(:last-child):before{
	color:#B17FB3;
	font-size:30px;
	content:  counter(number);
	margin-right:30px;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
}


@media only screen and (max-width: 750px) { 
#meew #howto #intro{
	font-size:16px;
	text-align:left;
}

#meew #howto #inner dl,
#meew #howto #inner dl:last-child{
	width:40%;
	margin-bottom:15px;
}

#meew #howto #inner dt{
	font-size:25px;
	margin-bottom:15px;
}

#meew #howto #inner dd{
	font-size:15px;
}

#meew #howto #flow ul li{
	font-size:14px;
}

#meew #howto #flow ul li:not(:last-child){
	padding-bottom:15px;
	margin-bottom:15px;
}
}


@media only screen and (max-width: 680px) { 

#meew #howto #flow{
	display:block;
}


#meew #howto #flow p{
	width:100%;
}

#meew #howto #flow ul{
	width:90%;
	padding:40px 0;
}

#meew #howto #flow ul li:not(:last-child):before{
	margin-right:20px;
}
}





/*
spec
------------------------------------------------------------------------------------*/

#meew #spec dl{
	width:90%;
	max-width:900px;
	margin:0 auto 100px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#meew #spec dt{
	width:35%;
}

#meew #spec dd{
	width:60%;
}

#meew #spec table{
	margin:auto;
	text-align:left;
	line-height:1.6
}

#meew #spec table tr td:first-child{
	width:22%;
}

#meew #spec table tr:not(:last-child){
	border-bottom:2px dotted #000;

}

#meew #spec table tr td{
	padding:20px 0;
}

#meew #spec dd p{
	font-size:12px;
	color:#666;
	text-align:left;
	margin:30px auto 0;
}


@media only screen and (max-width: 580px) { 
#meew #spec dl{
	display:block;
}

#meew #spec dt{
	width:60%;
	max-width:180px;
	margin:auto;
}

#meew #spec dd{
	width:100%;
}

}









