@charset "utf-8";
/*--------------------------------------
	copyright : yuyu design.
--------------------------------------*/

@import url(reset.css);
@import url(common.css);
/* @import url(../libs/fontawesome/css/all.min.css); */
@import url(../libs/aos/aos.css);
/* @import url(../libs/OwlCarousel/assets/owl.carousel.min.css); @import url(../libs/OwlCarousel/assets/owl.theme.default.min.css); */
/* @import url(../libs/lightGallery/css/lightgallery.min.css); */
/* @import url(../libs/Remodal/remodal.css); @import url(../libs/Remodal/remodal-default-theme.css); */


/*
 godai_meibutsu
==============================*/

#mvp { padding-bottom: 0; }

#fee .inner { position: relative; }
#fee #mTitle { text-align: center; margin-bottom: 7rem; }
#fee #badge { position: absolute; z-index: 2; top: -9rem; left: 7rem; width: 20rem; }
@media screen and (max-width:1024px) { /* l */
	#fee #mTitle { padding: 0 12vw; }
	#fee #badge { top: -2rem; left: 1rem; width: 16vw; }
}
@media screen and (max-width:480px) { /* s */
	#fee #mTitle { margin-bottom: 2rem; }
}

/* godai_meibutsu ----------*/
#godai_meibutsu { background-image: url(../img/common/detailed_bg.png); background-position: center top; }
#godai_meibutsu .w { position: relative; background-color: #FFF; padding: 6rem; border-radius: 1rem; margin-top: 6rem; }
#godai_meibutsu .w::before { content: ""; position: absolute; top: -4rem; right: -4rem; width: 20rem; aspect-ratio: 1; filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.25)); background-image: url(../img/godai_meibutsu/badge.svg); background-repeat: no-repeat; background-position: center; background-size: cover; }
#godai_meibutsu .w .pw img { border-radius: 1rem; }
#godai_meibutsu .w h3 { margin-top: 3.2rem; display: flex; justify-content: center; align-items: center; gap: 2rem; }
#godai_meibutsu .w h3 .n { line-height: 1; padding-top: 1rem; font-size: 2rem; width: 8rem; aspect-ratio: 1; background-color: #C30D23; color: #FFF; text-align: center; border-radius: 100%; }
#godai_meibutsu .w h3 .n strong { font-size: 4rem; display: block; text-align: center; }
#godai_meibutsu .w h3 .t { font-size: 4rem; line-height: 1; text-align: center; }
#godai_meibutsu .w h3 .t small { font-size: 2rem; }
#godai_meibutsu .w p { margin-top: 3.2rem; text-align: center; }
@media screen and (max-width:480px) { /* s */
	#godai_meibutsu .w::before { top: -2rem; right: -2rem; width: 12rem; }
	#godai_meibutsu .w { padding: 2rem; margin-top: 3rem; }
	#godai_meibutsu .w h3 {flex-direction: column; }
	#godai_meibutsu .w h3 .t { font-size: 3rem; line-height: 1.2; }
	#godai_meibutsu .w h3 .t small { font-size: 1.6rem; }
}