/*---------------クロージング(トップMV再掲・帯なし)----------------*/
.close{ overflow: hidden;}
.close img{vertical-align: bottom;}
@media screen and (min-width:641px){ /*Pc*/
	/* 共通.mv-groupのmin-height:720pxを打ち消す(狭幅時に縦横比が崩れて画像が歪むため) */
	.close .mv-group{aspect-ratio: 1920 / 1080; max-height: 80vh; min-height: 0;}
}
@media screen and (max-width:640px){ /*SP*/
	.close .mv__bg{width: 100%;}
}


.tokuten{text-align: center; background-color:rgba(186,155,157,0.15);}
.tokuten img{max-width: 780px;}
.tokuten p{ color:#666;font-family:/* 'Zen Old Mincho',,'Zen Maru Gothic','M PLUS Rounded 1c',*/"メイリオ", Meiryo, sans-serif;font-weight: lighter;}
@media screen and (min-width:641px){ /*Pc*/
	.tokuten .inner{padding:100px 0 100px;}
	.tokuten img{width:80%; margin-bottom: 20px;}
	.tokuten p{font-size: 14px;}
}
@media screen and (max-width:640px){ /*SP*/
	.tokuten .inner{padding:40px 0 50px;}
	.tokuten img{width: 100%; margin-bottom: 15px;}
	.tokuten p{font-size: 12px; line-height: 22px;}

}



