@charset "utf-8";

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'YeogiOttaeJalnanGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}




#bf * {box-sizing: border-box; word-break: normal;}
#bf img {display: block; max-width: 100%; margin: 0 auto;}
#bf .container {z-index: 1;}


.bf-top {padding: 6.25rem 0; background: url('https://img.megastudyth.com/event/2025/buffet/top_bg.jpg')no-repeat center center / cover;}
.bf-top__title {text-align: center; display: flex; flex-direction: column; align-items: center;}
.bf-top__title h5 {height: 3.25rem; background: #006FFF; position: relative; border-radius: 10rem; padding: 0 2rem; overflow: hidden; display: flex; align-items: center; justify-content: center; box-shadow: 0px 2px 10px 0px rgba(239, 177, 255, 0.25);}
.bf-top__title h5 span {font-style: italic; font-size: 2.25rem; color: #fff; font-weight: 600; position: relative;}
.bf-top__title h5:before {content: ''; display: block; position: absolute; top: 0; left: -100%; width: 150%; height: 100%; background: linear-gradient(120deg, transparent 0%, rgba(233, 89, 255, 0.8) 50%, transparent 100%); pointer-events: none; animation: shine 2.5s infinite;}
.bf-top__title h3 {margin-top: 2rem;}
.bf-top__title h3 img {max-width: 35.125rem !important;}
.bf-top__title h4 {margin-top: 4rem; position: relative;}
.bf-top__title h4 {display: flex; justify-content: center; align-items: center;}
.bf-top__title h4 strong {font-size: 12rem; color: #FF00BB; line-height: 1.0; font-family: "YeogiOttaeJalnanGothic", sans-serif; font-weight: 700; position: relative; display: block;}
.bf-top__title h4 strong:before {content: '0,000'; visibility: hidden; white-space: pre;}
.bf-top__title h4 strong span {position: absolute; left: 0; top: 0;}
.bf-top__title h4 u {font-size: 10rem; font-weight: 700; line-height: 1.0; text-decoration: none;}
.bf-top__title h4 em {color: #fff; font-size: 1.25rem; width: 8.75rem; height: 8.75rem; font-weight: 500; margin-bottom: -4rem; margin-left: -2rem; text-align: center; font-style: normal; color: #FFF001; background: #18249A; background: radial-gradient(circle farthest-corner at center center, #18249A 50%, #006FFF 100%); position: absolute; left: 100%; bottom: 100%; white-space: nowrap; border-radius: 50%; display: flex; align-items: center; justify-content: center;}

.bf-top__title p {font-size: 1.5rem; font-weight: 600; margin-top: 2.5rem;}
.bf-top__title p span {display: block; color: #E880FD; margin-top: 0.5rem;}

.bf-count {padding: 1.5rem 0; background: #000; position: fixed; left: 0; right: 0; bottom: 0; z-index: 10;}
.bf-count__wrap {display: flex; align-items: center; justify-content: center;}
.bf-count__text {margin-right: 3rem;}
.bf-count__text h5 {font-size: 1.5rem; color: #fff;}
.bf-count__text p {color: #FFF067; font-weight: 300;}
.bf-count__num {flex-shrink: 0;}
.bf-count__btn {flex-shrink: 0; margin-left: 3rem;}
.bf-count__btn button {width: 9rem; height: 3rem; font-size: 1.125rem; font-weight: 500; background: #FF00BB; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 0.625rem;}

.bf-count__digits {display:flex; align-items:center; gap: 0.25rem;}
.bf-count__sep {width: 1.25rem; height: 52px; text-indent: -9999px; position: relative;}
.bf-count__sep:before,
.bf-count__sep:after {content: ''; display: block; width: 0.25rem; height: 0.25rem; background: #fff; border-radius: 50%; position: absolute; left: 50%; top: 50%; margin-left: -0.125rem;}
.bf-count__sep:before {margin-top: -0.5rem;}
.bf-count__sep:after {margin-top: 0.25rem;}
.bf-count__box {position: relative; width: 52px; height: 52px; background: #FF00BB; padding: 0.325rem; border-radius: 0.75rem; overflow: hidden; box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);}
.bf-count__box.day {width: 64px;}
.bf-count__box:before {content: ''; display: block; background: #fff; width: 100%; height: 100%; border-radius: 0.5rem; box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.7); position: relative;}
.bf-count__box:after {content: ''; display: block; height: 1px; background: #e5e5e5; position: absolute; left: 0.325rem; right: 0.325rem; top: 50%;}
.bf-count__day {font-family: 'GMarketSans', sans-serif; font-size: 1rem; color: #fff; margin-right: 1rem; padding-left: 0.25rem;}
.bf-count__col {position: absolute; left:0; right:0; top:0; transition: transform .5s cubic-bezier(.2,.7,.1,1); will-change: transform; z-index: 1;}
.bf-count__cell {display:flex; align-items: center; justify-content: center; height: 52px; font-size: 2.25rem; font-weight: 700; padding-top: 10%; color: #FF00BB; font-family: 'GMarketSans', sans-serif;}

.bf-desc {padding: 6.25rem 0; background: url('https://img.megastudyth.com/event/2025/buffet/description_bg.jpg')no-repeat center center / cover;}
.bf-desc__text {font-size: 1.25rem; text-align: center; line-height: 1.6;}
.bf-desc__text strong {display: block; color: #3633FF; font-size: 1.5rem;}

.bf-intro {padding: 6.25rem 0; position: relative; background: url('https://img.megastudyth.com/event/2025/buffet/intro_bg.jpg')no-repeat center bottom / cover;}
.bf-intro:before {content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #000; opacity: 0.1;}
.bf-intro__title {text-align: center;}
.bf-intro__title p {font-size: 1.75rem; color: #fff; font-weight: 300;}
.bf-intro__title h6 {height: 1rem; margin-top: 1rem; background: url('https://img.megastudyth.com/event/2025/buffet/intro_star.png')no-repeat center center / auto 100%;}
.bf-intro__title h3 {font-weight: 700; margin-top: 0rem; font-size: 3rem; color: #fff;}
.bf-intro__title h3 br {display: none;}
.bf-intro__title h4 {background: #fff; margin-top: 2.5rem; height: 3.75rem; padding: 0 1rem; color: #183A98; font-size: 1.25rem; position: relative; font-weight: 600; display: flex; align-items: center; justify-content: center; border-radius: 0.625rem;}
.bf-intro__title h4:before {content: ''; display: block; width: 0.8rem; height: 0.8rem; background: #fff; position: absolute; left: 50%; top: 100%; margin-left: -0.4rem; margin-top: -0.4rem; transform: rotate(45deg);}

.bf-intro__list {margin: 0 -0.75rem; padding-top: 2rem;}
.bf-intro__list .swiper-slide {padding: 0 0.75rem; height: auto; transform: none;}
.bf-intro__list .swiper-slide:after {content: ''; display: block; width: 3.25rem; height: 2.25rem; position: absolute; left: 100%; top: 50%; z-index: 1; margin-left: -1.5rem; margin-top: -1.125rem; background: url('https://img.megastudyth.com/event/2025/buffet/intro_arrow.png')no-repeat center center / cover;}
.bf-intro__list .swiper-slide:last-child:after {display: none;}
.bf-intro__list dl {border-radius: 1.25rem; padding: 2.5rem 0 4rem; position: relative; height: 100%; display: flex; flex-direction: column; align-items: center; border: solid 1px #67B3FA; background: linear-gradient(to bottom, #1848AF 0%, #00146E 100%); box-shadow: 0px 0px 20px 0px rgba(213, 236, 253, 1);}
.bf-intro__list dt {flex-grow: 1; font-size: 1.5rem; font-weight: 600; padding: 0 2rem; color: #fff;}
.bf-intro__list dt span {color: #FFF067;}
.bf-intro__list dd {flex-shrink: 0; padding: 0 20%; margin-top: 2.5rem;}

.tilt {width:100%; height:100%; transform-style: preserve-3d; transition: transform 180ms ease; will-change: transform; cursor: pointer; background: transparent;}
.tilt img{width:100%; height:100%; object-fit:contain; pointer-events:none; user-select:none; display:block;}


.bf-best {padding: 6.25rem 0; background: linear-gradient(to bottom, #FFFFFF 0%, #5BCCFE 50%, #0F75FF 100%);}
.bf-best__title {text-align: center;}
.bf-best__title h3 {font-size: 2.5rem;}
.bf-best__title h3 span {display: inline-block; font-weight: 600; background: linear-gradient(to right, #FF28B1 -50%, #2B43E1 40%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;}
.bf-best__title p {font-size: 1.25rem; font-weight: 500; margin-top: 2.5rem; height: 3.75rem; position: relative; background: #fff; border-radius: 0.625rem; display: flex; align-items: center; justify-content: center;}
.bf-best__title p:before {content: ''; display: block; width: 0.8rem; height: 0.8rem; background: #fff; position: absolute; left: 50%; top: 100%; margin-left: -0.4rem; margin-top: -0.4rem; transform: rotate(45deg);}
.bf-best__title p br {display: none;}
.bf-best__list {padding-top: 4rem; display: flex; flex-wrap: wrap; margin: -0.75rem;}
.bf-best__list > li {width: 25%; padding: 0.75rem;}
.bf-best__list__item {height: 100%; background: #fff; padding: 1rem; display: flex; flex-direction: column; border-radius: 0.625rem; overflow: hidden;}
.bf-best__list__item dt {flex-grow: 1;}
.bf-best__list__item dt h4 {background: #102079; height: 3.25rem; color: #fff; font-weight: 400; margin: -1rem -1rem 0; padding: 0 1rem; font-size: 1.125rem; display: flex; align-items: center;}
.bf-best__list__item dt h5 {margin-top: 1rem; font-size: 1.125rem; font-weight: 600;}
.bf-best__list__item dt p {margin-top: 0.5rem; font-size: 0.875rem; color: #6B7684; font-weight: 300;}
.bf-best__list__item dd {background: #fff; flex-shrink: 0; text-align: center; border-top: solid 1px #CACACA; margin-top: 2rem;}
.bf-best__list__item dd strong {display: block; padding: 0.75rem 0; font-weight: 500; color: #102079; font-size: 1.25rem;}
.bf-best__list__item dd a {width: 100%; height: 2.875rem; background: #102079; color: #fff; font-weight: 400; display: flex; align-items: center; justify-content: center; border-radius: 0.25rem;}
.bf-best__desc {margin-top: 4rem; text-align: center; display: flex; flex-direction: column; align-items: center;}
.bf-best__desc span {display: block; font-size: 2rem; font-weight: 600; position: relative; background: linear-gradient(to right, #FFFFFF 40%, #59EEFF 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; filter: drop-shadow(0 4px 8px rgba(0,81,232,1))}
.bf-best__desc span:last-child:after {content: ''; display: block; height: 1px; position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(to right, #43ECFF 0%, #FFFCB4 47%, rgba(255,255,255,0) 100%);}
.bf-best__more {display: none;}

.bf-free {padding: 4.5rem 0 6.25rem; background: linear-gradient(to bottom, #FFFFFF 0%, #FCF4FF 100%);}
.bf-free__top {display: flex; align-items: center;}
.bf-free__top dt {flex-grow: 1; padding-right: 2rem;}
.bf-free__top dt h3 {font-size: 2.5rem; font-weight: 300;}
.bf-free__top dt h3 strong {display: block; font-weight: 700;}
.bf-free__top dt h3 strong span {color: #FE20C3;}
.bf-free__top dt p {font-size: 0.875rem; margin-top: 1rem;}
.bf-free__top dd {width: 12rem; height: 12rem; background: #000; flex-shrink: 0; text-align: center; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.bf-free__top dd h5 {font-size: 1.5rem; color: #fff; font-weight: 500;}
.bf-free__top dd p {font-size: 1.375rem; color: #FE20C3; font-weight: 500; margin-top: 0.25rem;}
.bf-free__dtl {margin-top: 2.5rem; border-top: solid 1px #000; background: #FCE4FF; text-align: center; font-size: 1.5rem; font-weight: 600; height: 4.25rem; display: flex; align-items: center; justify-content: center;}
.bf-free__list {margin: 0 -0.625rem; padding-top: 3.5rem;}
.bf-free__list .swiper-slide {padding: 0 0.625rem; height: auto;}
.bf-free__list dl {height: 100%; padding: 2.5rem 0 ;position: relative; background: #fff; border-radius: 1.25rem; display: flex; flex-direction: column;}
.bf-free__list dt {text-align: center; flex-grow: 1;}
.bf-free__list dt strong {width: 3.25rem; height: 3.25rem; position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); background: #FE20C3; color: #fff; font-size: 1.25rem; font-weight: 400; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.bf-free__list dt h5 {font-size: 1.125rem; color: #E600A9; font-weight: 600; padding: 0 1.5rem;}
.bf-free__list dt p {margin-top: 1rem;}
.bf-free__list dd {flex-shrink: 0; padding: 0 20%; margin-top: 2rem;}


.bf-bnf {padding: 6.25rem 0; background: #3493FF;}
.bf-bnf__title {font-size: 2.5rem; text-align: center; font-weight: 300; color: #fff;}
.bf-bnf__title strong {display: block; font-weight: 600;}
.bf-bnf__list {display: flex; flex-wrap: wrap; margin: -0.625rem; padding-top: 4.5rem;}
.bf-bnf__list > div {width: 50%; padding: 0.625rem;}
.bf-bnf__list dl {border-radius: 1.25rem; padding-top: 1.25rem; background: linear-gradient(to bottom, #0371EE 0%, #3493FF 30%); overflow: hidden;}
.bf-bnf__list dt {flex-shrink: 0; width: 6.25rem; height: 6.25rem; background: #000; border-radius: 50%; margin: 0 auto -3.125rem; position: relative;}
.bf-bnf__list dt img {display: block;}
.bf-bnf__list dd {flex-grow: 1; background: #fff; border-radius: 1.25rem; padding: 4rem 2rem 2rem; text-align: center;}
.bf-bnf__list dd p {font-size: 1.125rem; font-weight: 500;}


.bf-evt {padding: 6.25rem 0;}
.bf-evt__title {text-align: center;}
.bf-evt__title h6 {font-size: 1.25rem; font-weight: 400;}
.bf-evt__title h3 {font-size: 2.5rem; color: #FE20C3; font-weight: 600; margin-top: 1rem;}
.bf-evt__title h5 {font-size: 1.5rem; font-weight: 400; margin-top: 1rem;}
.bf-evt__title h5 span {display: block; color: #FE20C3;}
.bf-evt__title ul {margin-top: 2rem;}
.bf-evt__title ul li {font-size: 0.875rem; margin-bottom: 0.25rem;}
.bf-evt__title ul li:last-child {margin-bottom: 0;}
.bf-evt__img {margin-top: 2.5rem;}
.bf-evt__img img.pc {display: block;}
.bf-evt__img img.mo {display: none !important;}
.bf-evt__warn {margin-top: 2.5rem; background: #FCF4FF; padding: 2rem; border-top: solid 1px #000; display: flex; align-items: center; justify-content: center;}
.bf-evt__warn li {font-size: 0.875rem; margin-bottom: 0.25rem; display: flex; font-weight: 300;}
.bf-evt__warn li:before {content: '※'; flex-shrink: 0; margin-right: 0.5rem;}


.bf-revw {padding: 6.25rem 0; background: #000000;}
.bf-revw__title {text-align: center; font-size: 2.5rem; color: #fff;}
.bf-revw__title br {display: none;}
.bf-revw__title span {display: block; color: #FE20C3;}
.bf-revw__wrap {display: flex; margin-top: 2.5rem;}
.bf-revw__left {width: 50%; padding: 0.625rem 0; padding-right: 2.5rem;}
.bf-revw__right {width: 50%; position: relative;}
.bf-revw__video {padding-bottom: 177.7778%; position: relative;}
.bf-revw__video iframe {display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bf-revw__slider {position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
.bf-revw__slider .swiper-slide {padding: 0.625rem 0;}
.bf-revw__box {background: #fff; height: 100%; padding: 2rem; display: flex; flex-direction: column; border-radius: 1.25rem;}
.bf-revw__box dt {flex-grow: 1;}
.bf-revw__box dt:before {content: ''; display: block; width: 22px; height: 15px; margin-bottom: 1rem; background: url('https://img.megastudyth.com/event/2025/buffet/review_dots.png')no-repeat center center / cover;}
.bf-revw__box dt p {overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.6; font-weight: 500; height: 4.8em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.bf-revw__box dd {flex-shrink: 0;}
.bf-revw__box dd span {display: block; color: #6B7684; font-size: 0.875rem;}
.bf-revw__box dd em {display: block; color: #FFC831; font-style: normal; letter-spacing: 0.125rem;}
.bf-revw__box dd strong {display: block; font-weight: 400; margin-top: 0.25rem;}


.bf-cost {padding: 6.25rem 0; background: url('https://img.megastudyth.com/event/2025/buffet/cost_bg.jpg')no-repeat center center / cover;}
.bf-cost__title {text-align: center;}
.bf-cost__title p {font-size: 1.75rem; font-weight: 500; line-height: 1.4;}
.bf-cost__title p span {color: #3633FF; display: inline-block; position: relative;}
.bf-cost__title p span:before {content: ''; display: block; width: 26px; height: 23px; position: absolute; right: 100%; top: 0; background: url('https://img.megastudyth.com/event/2025/buffet/cost_star.png')no-repeat center center / cover;}
.bf-cost__title p span:after {content: ''; display: block; height: 1rem; position: absolute; left: 0; right: 0; top: 100%; margin-top: -0.5rem; background: url('https://img.megastudyth.com/event/2025/buffet/cost_underline.png')no-repeat center center / cover;}
.bf-cost__title h3 {text-indent: -9999px; height: 4.375rem; margin-top: 2rem; background: url('https://img.megastudyth.com/event/2025/buffet/cost_title.png')no-repeat center center / auto 100%;}
.bf-cost__price {display: flex; justify-content: center; align-items: center; margin-top: 3rem;}
.bf-cost__price strong {font-size: 12rem; color: #FF00BB; line-height: 1.0; font-family: "YeogiOttaeJalnanGothic", sans-serif;}
.bf-cost__price span {font-size: 10rem; font-weight: 700; line-height: 1.0;}
.bf-cost__price em {flex-shrink: 0; width: 8.75rem; height: 8.75rem; background: #FF00BB; color: #FEEA0B; font-size: 1.25rem; margin-left: 1rem; text-align: center; font-style: normal; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.bf-cost__btn {margin-top: 2rem; display: flex; justify-content: center;}
.bf-cost__btn button {background: #000; color: #fff; width: 100%; max-width: 48rem; height: 5.5rem; font-size: 1.75rem; font-weight: 500; display: flex; justify-content: center; align-items: center;}
.bf-cost__btn button:after {content: ''; display: block; width: 0.75rem; height: 0.75rem; margin-left: 1rem; border-top: solid 2px #fff; border-right: solid 2px #fff; flex-shrink: 0; transform: rotate(45deg);}
.bf-cost__desc {margin-top: 2.5rem; display: flex; justify-content: center; gap: 1.25rem;}
.bf-cost__desc li {display: flex;}
.bf-cost__desc li:before {content: ''; display: block; width: 0.2rem; height: 0.2rem; border-radius: 50%; background: #000; flex-shrink: 0; margin-right: 0.25rem; margin-top: 0.65rem;}
.bf-cost__agree {width: 100%; max-width: 48rem; border: solid 1px #000; margin: 1rem auto 0; padding: 1.25rem; display: flex; align-items: center;}
.bf-cost__agree label {flex-grow: 1; display: flex; cursor: pointer;}
.bf-cost__agree input[type="checkbox"] {display: block; flex-shrink: 0; margin-right: 1rem; width: 1.5rem; height: 1.5rem; background: none; cursor: pointer; border: solid 1px #000; position: relative; border-radius: 0; -webkit-appearance: none; appearance: none;}
.bf-cost__agree input[type="checkbox"]:checked {background: #000; border-color: #000;}
.bf-cost__agree input[type="checkbox"]:checked:after {content: ''; display: block; width: 0.4rem; height: 0.875rem; margin-left: -0.25rem; margin-top: -0.7rem; border-bottom: solid 2px #fff; border-right: solid 2px #fff; position: absolute; left: 50%; top: 50%; transform: rotate(45deg);}
.bf-cost__agree a {flex-shrink: 0; display: flex; height: 2.25rem; background: #fff; border: solid 1px #000; font-weight: 300; padding: 0 0.5rem; align-items: center; justify-content: center;}


.bf-faq {padding: 6.25rem 0; background: #282828;}
.bf-faq__title {font-size: 1.5rem; color: #fff; font-weight: 500;}
.bf-faq__title br {display: none;}
.bf-faq__list {margin-top: 2rem;}
.bf-faq__list dl {margin-bottom: 2.5rem;}
.bf-faq__list dl:last-child {margin-bottom: 2rem;}
.bf-faq__list dt {color: #fff; display: flex;}
.bf-faq__list dt:before {content: '📌'; flex-shrink: 0; margin-right: 0.5rem;}
.bf-faq__list dd {border-top: solid 1px #8C8C92; margin-top: 0.75rem; padding: 0.75rem 1rem 0; display: flex; color: #BFBDBF; font-weight: 300; line-height: 1.4;}
.bf-faq__list dd:before {content: 'A.'; flex-shrink: 0; margin-right: 1rem;}



@media (max-width:1280px) {
	.bf-top__title h4 strong {font-size: 10rem;}
	.bf-top__title h4 u {font-size: 9rem;}
	.bf-top__title h4 em {margin-left: -1rem;}

	.bf-desc__text {margin-right: 2rem;}
	
	.bf-count__wrap {justify-content: space-between;}
	.bf-count__text {margin-right: 2px;}
	.bf-count__text h5 {font-size: 1.25rem;}
	.bf-count__btn {margin-left: 1rem;}

	.bf-intro__list dt {font-size: 1.25rem;}
	.bf-best__title h3 {font-size: 2.25rem;}
	.bf-cost__price strong {font-size: 10rem;}
	.bf-cost__price span {font-size: 9rem;}
}


@media (max-width:992px) {
	.bf-top__title h5 {height: 3rem;}
	.bf-top__title h5 span {font-size: 1.75rem;}
	.bf-top__title h3 img {max-width: 80% !important;}
	
	.bf-desc__text {font-size: 1.125rem; margin-right: 0; order: 0;}
	.bf-desc__text strong {font-size: 1.25rem;}

	.bf-count__wrap {flex-wrap: wrap; justify-content: center;}
	.bf-count__num {margin-top: 1rem; width: 100%; order: 2; display: flex; justify-content: center;}
	.bf-count__btn {order: 1;}

	.bf-intro__title p {font-size: 1.5rem;}
	.bf-intro__title h3 {font-size: 2.5rem;}
	.bf-intro__list dt {font-size: 1.25rem; padding: 0 0.5rem;}

	.bf-best__title h3 {font-size: 2rem;}
	.bf-best__title p {font-size: 1.125rem; margin-top: 1rem;}
	.bf-best__list {margin: -0.5rem; padding-top: 2rem;}
	.bf-best__list > li {width: calc(100% / 3); padding: 0.5rem;}
	.bf-best__desc {margin-top: 2rem;}
	.bf-best__desc span {font-size: 1.75rem;}

	.bf-cost__title p {font-size: 1.5rem;}
	.bf-cost__price strong {font-size: 10rem;}
	.bf-cost__price span {font-size: 8rem;}
	.bf-cost__btn button {height: 4.5rem; font-size: 1.5rem;}
	.bf-cost__btn button:after {content: ''; display: block; width: 0.75rem; height: 0.75rem; margin-left: 1rem; border-top: solid 2px #fff; border-right: solid 2px #fff; flex-shrink: 0; transform: rotate(45deg);}
	.bf-cost__desc {flex-direction: column; gap: 0; align-items: center; gap: 0.25rem;}
	.bf-cost__desc li:before {margin-top: 0.5rem;}

	.bf-free__top dt h3 {font-size: 2.25rem;}
	.bf-free__top dd {width: 10rem; height: 10rem;}
	.bf-free__top dd h5 {font-size: 1.25rem;}
	.bf-free__top dd p {font-size: 1.25rem;}

	.bf-bnf__title {font-size: 2rem;}
	.bf-bnf__list {padding-top: 2.5rem;}
	.bf-bnf__list dd p {font-size: 1rem;}

	.bf-revw__title {font-size: 2rem;}
	.bf-revw__wrap {display: flex; margin-top: 2.5rem;}
	.bf-revw__box {padding: 1.5rem;}
	.bf-revw__box dt:before {width: 18px; height: 12px; margin-bottom: 0.5rem;}
	.bf-revw__box dt p {font-size: 0.875rem;}
}


@media (max-width:768px) {
	.bf-top {padding: 8rem 0; background: url('https://img.megastudyth.com/event/2025/buffet/top_bg_m.jpg')no-repeat center center / cover;}
	.bf-top__title h5 {height: 2.5rem; padding: 0 1.5rem;}
	.bf-top__title h5 span {font-size: 1.25rem;}
	.bf-top__title h3 {margin-top: 1.5rem;}
	.bf-top__title h4 {margin-top: 2.5rem;}
	.bf-top__title h4 strong {font-size: 5rem;}
	.bf-top__title h4 u {font-size: 4rem;}
	.bf-top__title h4 em {margin-left: -1rem; margin-bottom: -2rem; font-size: 0.75rem; width: 5rem; height: 5rem;}
	.bf-top__title p {font-size: 1.15rem; margin-top: 2rem;}
	.bf-top__title p span {margin-top: 0.25rem;}
	
	.bf-count__btn button {width: 7rem; height: 2.5rem; font-size: 1rem; font-weight: 400; border-radius: 0.5rem;}
	.bf-count__num {margin-top: 0.5rem;}
	.bf-count {padding: 1rem 0;}
	.bf-count__sep {width: 8px; height: 36px;}
	.bf-count__box {width: 32px; height: 32px; padding: 3px;}
	.bf-count__box.day {width: 52px;}
	.bf-count__box:after {left: 3px; right: 3px;}
	.bf-count__day {font-size: 0.75rem; margin-right: 0.25rem; padding-left: 0.125rem;}
	.bf-count__cell {height: 32px; font-size: 1.75rem;}

	.bf-desc {padding: 5rem 0;}
	.bf-desc__text {font-size: 1rem;}
	.bf-desc__text strong {font-size: 1.25rem;}
	
	.bf-intro {padding: 5rem 0;}
	.bf-intro__title p {font-size: 1.125rem;}
	.bf-intro__title h3 {font-size: 2rem; margin-top: 0.5rem; line-height: 1.2;}
	.bf-intro__title h3 br {display: block;}
	.bf-intro__title h4 {margin-top: 1.5rem; height: auto; font-size: 1rem; padding: 1rem;}
	.bf-intro__list {display: block;}
	.bf-intro__list .swiper-slide {padding: 0 0.5rem; width: 75%;}
	.bf-intro__list dl {padding: 2rem;}
	.bf-intro__list dd {margin-top: 1rem;}

	.bf-best {padding: 5rem 0;}
	.bf-best__title h3 {font-size: 1.5rem;}
	.bf-best__title p {margin-top: 1.5rem; height: auto; font-size: 1rem; padding: 1rem;}
	.bf-best__title p br {display: block;}
	.bf-best__list {margin: -0.5rem; padding-top: 2rem;}
	.bf-best__list > li {width: calc(100% / 2); padding: 0.5rem;}
	.bf-best__list > li:nth-child(n+11):nth-child(-n+20) {display: none;}
	.bf-best__list.more > li:nth-child(n+11):nth-child(-n+20) {display: block;}
	.bf-best__list__item dt h4 {font-size: 1rem;}
	.bf-best__list__item dt h5 {font-size: 1rem;}
	.bf-best__desc {margin-top: 2rem;}
	.bf-best__desc span {font-size: 1.5rem;}
	.bf-best__desc span:last-child:after {display: none;}
	
	.bf-best__list.more + .bf-best__more {display: none;}
	.bf-best__more {display: flex; justify-content: center; margin-top: 2rem;}
	.bf-best__more button {height: 2.875rem; background: #FE20C3; color: #fff; border-radius: 0.25rem; padding: 0 3rem; display: flex; align-items: center; justify-content: center;}
	.bf-best__more button:after {content: ''; display: block; margin-left: 0.5rem; width: 4px; height: 4px; border-right: solid 2px #fff; border-bottom: solid 2px #fff; transform: rotate(45deg);}

	.bf-free {padding: 5rem 0;}
	.bf-free__top {display: block;}
	.bf-free__top dt {padding-right: 0; text-align: center;}
	.bf-free__top dt h3 {font-size: 1.5rem;}
	.bf-free__top dt p {margin-top: 0.5rem;}
	.bf-free__top dd {margin-top: 1rem; width: 100%; height: auto; padding: 1rem; text-align: center; border-radius: 0; flex-direction: row; border-radius: 0.625rem;}
	.bf-free__top dd h5 {font-size: 1.25rem;}
	.bf-free__top dd p {font-size: 1.25rem; margin-top: 0; margin-left: 0.5rem;}
	.bf-free__top dd p br {display: none;}
	.bf-free__dtl {margin-top: 1.5rem; font-size: 1.25rem; height: auto; padding: 1rem;}
	.bf-free__list {margin: 0 -0.5rem; padding-top: 2.5rem;}
	.bf-free__list .swiper-slide {padding: 0 0.5rem; width: 75%;}

	.bf-bnf {padding: 5rem 0;}
	.bf-bnf__title {font-size: 1.75rem;}
	.bf-bnf__list {display: block; margin: 0; padding-top: 2rem;}
	.bf-bnf__list > div {width: 100%; padding: 0; margin-bottom: 1rem;}	
	.bf-bnf__list > div:last-child {margin-bottom: 0;}
	.bf-bnf__list dl {padding-top: 0; padding-left: 1rem; display: flex; align-items: center; background: linear-gradient(to right, #0371EE 0%, #3493FF 30%);}
	.bf-bnf__list dt {width: 5rem; height: 5rem; margin: 0 -3.125rem 0 0;}
	.bf-bnf__list dd {padding: 1.5rem 1.5rem 1.5rem 4rem; text-align: left;}
	.bf-bnf__list dd p {font-size: 1rem; font-weight: 500;}

	.bf-evt {padding: 5rem 0;}
	.bf-evt__title h6 {font-size: 1.25rem;}
	.bf-evt__title h3 {font-size: 2rem; margin-top: 0.25rem;}
	.bf-evt__title h5 {font-size: 1.25rem; margin-top: 1rem;}
	.bf-evt__title ul {margin-top: 1.5rem;}
	.bf-evt__img {margin-top: 1.5rem;}
	.bf-evt__img img.pc {display: none !important;}
	.bf-evt__img img.mo {display: block !important;}

	.bf-evt__warn {margin-top: 2rem; padding: 1.5rem;}

	.bf-revw {padding: 5rem 0;}
	.bf-revw__title {font-size: 1.75rem;}
	.bf-revw__title br {display: block;}
	.bf-revw__wrap {display: block; margin-top: 1.5rem;}
	.bf-revw__left {width: 100%; padding: 0; padding-right: 0;}
	.bf-revw__right {width: auto; margin: 0 -0.5rem; padding-top: 2rem;}
	.bf-revw__video {border-radius: 1.25rem; overflow: hidden;}
	.bf-revw__slider {position: static; padding: 0 10%; overflow: visible;}
	.bf-revw__slider .swiper-slide {padding: 0 0.5rem;}
	.bf-revw__box {padding: 1.5rem;}
	.bf-revw__box dd {margin-top: 1rem;}

	.bf-cost {padding: 5rem 0;}
	.bf-cost__title p {font-size: 1rem;}
	.bf-cost__title h3 {height: auto; margin-top: 1.5rem; background-size: 100% auto; padding-bottom: 12%; text-indent: -9999px; font-size: 0px;}
	.bf-cost__price {margin-top: 1.5rem;}
	.bf-cost__price strong {font-size: 5rem;}
	.bf-cost__price span {font-size: 3.5rem;}
	.bf-cost__price em {width: 5rem; height: 5rem; font-size: 0.75rem; margin-top: -1rem;}
	.bf-cost__btn {margin-top: 1.5rem;}
	.bf-cost__btn button {height: 4rem; font-size: 1.25rem;}
	.bf-cost__btn button:after {width: 0.5rem; height: 0.5rem;}
	.bf-cost__agree {padding: 0; border: none; flex-direction: column; align-items: flex-end;}
	.bf-cost__agree label {width: 100%; border: solid 1px #000; padding: 1rem 0.75rem; align-items: center;}
	.bf-cost__agree input[type="checkbox"] {margin-right: 0.5rem; width: 1.25rem; height: 1.25rem;}
	.bf-cost__agree label span {font-size: 0.875rem;}
	.bf-cost__agree a {height: 2rem; margin-top: 0.5rem; font-size: 0.875rem;}

	.bf-faq {padding: 5rem 0;}
	.bf-faq__title br {display: block;}
	.bf-faq__list dt:before {display: none;}

}


@media (max-width:320px) {

}