@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Display&family=Zen+Kaku+Gothic+Antique:wght@400;900&display=swap');

@font-face {
  font-family: icon;
  src: url(../font/icon.eot);
  src: url(../font/icon.eot#iefix) format("embedded-opentype"),
       url(../font/icon.woff) format("woff"),
       url(../font/icon.ttf) format("truetype"),
       url(../font/icon.svg#icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

 [class^="ico-"]:before, [class*=" ico-"]:before { display: inline-block; font-family: "icon"; font-size: 120%; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1em; margin-left: .2em; margin-right: .2em; speak: none; text-align: center; text-decoration: inherit; text-transform: none; width: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ico-down-dir:before { content: '\e800'; }
.ico-pagetop:before { content: '\e802'; }
.ico-plus-1:before { content: '\e803'; }
.ico-angle-left:before { content: '\f104'; }
.ico-angle-right:before { content: '\f105'; }
.ico-angle-up:before { content: '\f106'; }
.ico-angle-down:before { content: '\f107'; }


.jtb-nav-breadcrumb { margin-bottom: 25px; max-width: 1280px; }
.l-page { font-family: "Zen Kaku Gothic Antique", sans-serif; font-size: 16px; line-height: 1; text-align: center; width: 100%; }
.l-page * { box-sizing: border-box; }
.l-page h1 { font-size: 18px; font-weight: bold; line-height: 1; margin: 0 auto 25px; max-width: 1280px; text-align: left; }
.l-page a { color: #e55c17; }
.l-page a, .l-page a * { transition: all .4s ease; }
.l-page button { border: none; cursor: pointer; font-family: "Zen Kaku Gothic Antique", sans-serif; font-size: 16px; }
.l-page em { font-family: "Momo Trust Display", sans-serif; font-weight: 900; }
.l-page img { display: block; margin: 0 auto; max-width: 100%; }
.l-page strong { font-weight: 900; }
.l-page .c-btn { background: linear-gradient(90deg, #fb5400 0%, #d1290c 50%, #fb5400 100%); background-position: 0 50%; background-size: 200% auto; color: #fff; transition: background-position .4s ease-in-out; border-radius: .375em; display: grid; margin: 0 auto; place-content: center; position: relative; width: 100%; }
.l-page .c-btn::after { content: "\f105"; display: inline-block; font-family: "icon"; font-size: 1.5em; position: absolute; right: 1.5em; top: 50%; transition: all .4s ease; translate: -50% -50%; }
.l-page .c-btn span { color: #fff; font-weight: 900; }
.l-page .c-btn__gray { background: #ddd; pointer-events: none; }
.l-page .c-btn__gray::after { content: none; }
.l-page .c-btn__gray span { color: #999; }
.l-page .c-cont__head { align-items: center; display: flex; flex-direction: column; gap: .5em; }
.l-page .c-head__copy { color: #ff5500; font-weight: 900; }
.l-page .c-label { display: inline-grid; font-weight: 900; padding: 0 .5em; place-content: center; }
.l-page .c-label__gold { background: linear-gradient(90deg, #f3e16a 0%, #cfa535 100%); }
.l-page .c-label__white { background-color: #e7e7e7; }
.l-page .c-sec__title strong { color: #fff; font-weight: 900; white-space: nowrap; }
.l-page .is-fixed { left: 0; position:fixed !important; top: .5em; width: 100%; z-index: 99; }
.js-btn-page-top { bottom: 50px; cursor: pointer; display: none; position: fixed; right: 50px; z-index: 100; }
.js-btn-page-top a { display: block; height: 17px; position: relative; width: 35px; }
.js-btn-page-top a::before { color: #000; content: "\e802"; display: inline-block; font-family: "icon"; font-size: 17px; height: 17px; width: 35px; }
.js-btn-page-top a:hover { opacity: .8; }

.l-mv { align-items: center; background: url(../images/bg_mv.jpg) no-repeat 50% 100% / cover; display: flex; flex-direction: column; justify-content: center; position: relative; width: 100%; }
.l-mv::after { content: ""; inset: 0; position: absolute; width: 100%; }
.l-mv__title, .l-mv__txt { position: relative; z-index: 1; }
.l-mv__entry::before { background-color: rgba(0,0,0,.7); content: ""; inset: 0; position: absolute; width: 100%;z-index: 2; }
.l-mv__entry .c-message { background-color: #fff; left: 50%; max-width: 840px; position: absolute; translate: -50% -50%; top: 50%; width: 75%; z-index: 3; }
.l-mv__entry .c-message p { color: #ff5500; font-weight: 900; }
.l-contents { background: #0d0d0d url(../images/bg_contents.png) repeat-y 50% 0/ 100% auto; }
.l-contents .c-inner { display: flex; flex-direction: column; margin: 0 auto; max-width: 1280px; width: 89%; }
.l-tab__wrap, .l-anchor__float { display: flex; justify-content: space-between; }
.l-tab, .l-anchor { display: grid; font-weight: 900; place-content: center; width: 100%; }
.l-tab { background-color: #e7e7e7; border-radius: .375em; }
.l-tab span { color: #1a1a1a; transition: all .4s ease; }
.l-tab.is-active { background-color: #dbb13a; }
.l-tab.is-active span, .l-anchor span { color: #fff; }
.l-anchor { border-bottom: 1px solid #dbb13a; }
.l-anchor span { font-weight: 900; }
.l-anchor span::after { color: #ff5500; content: "\f107"; display: inline-block; font-family: "icon"; }
.l-anchor__float.is-fixed { background-color: #fff; border-radius: .375em; }
.l-anchor__float.is-fixed .l-anchor { border-bottom: none; }
.l-anchor__float.is-fixed .l-anchor span { color: #272727; }

.sec-sale__list { display: flex; flex-direction: column; }
.sec-sale__item--haed { display: block; position: relative; width: 100%; }
.sec-sale__en, .sec-sale__pic { position: absolute; }
.sec-sale__en { background-color: #0d0d0d; border: 1px solid #d9b62e; display: grid; left: 0; place-content: center; }
.sec-sale__en span { color: #d9b62e; }
.sec-sale__pic { right: 0; }
.sec-sale__title { align-items: center; display: flex; flex-direction: column; gap: .5em; }
.sec-sale__item .c-box { align-items: center; background-color: #272727; border: .25em solid #d5b127; display: flex; flex-direction: column; }
.sec-sale__item .c-box__1col .c-box { position: relative; }
.sec-sale__item .c-box__1col .c-box::before, .sec-sale__item .c-box__1col .c-box::after { aspect-ratio: 8 / 5; background: url(../images/pic_garland.png) no-repeat 50% 50% / cover; content: ""; position: absolute; }
.sec-sale__item .c-box__1col .c-box::after { transform: scale(-1, 1); }
.sec-sale__item .c-box__catch { color: #fff; font-weight: 900; line-height: 1.3; margin-bottom: auto; }
.sec-sale__item .c-box__catch span { display: block; font-size: .75em; padding-top: .75em; }
.sec-sale__item .c-box__title strong { color: #d7b32a; font-weight: 900; line-height: 1.3; }

.sec-reserve__list { display: grid; width: 100%; }
.sec-reserve__item { align-items: center;  background-color: #fff; border-radius: .375em; box-shadow: 0 0 1.25em 0 rgba(0,0,0,.15); overflow: hidden; }
.sec-reserve__item a { color: #000; display: flex; flex-direction: column; gap: 1em; position: relative; }
.sec-reserve__item a::after { background-color: #ff5500; border-radius: 50%; bottom: .5em; color: #fff; content: "\f105"; display: grid; font-family: "icon"; height: 2em; line-height: 1; place-content: center; position: absolute; right: .5em; width: 2em; }
.sec-reserve__item h3 { font-size: 1.25em; font-weight: 900; transition: all .4s ease; }
.sec-reserve__item img { margin: 0 auto; width: 64%; }
.sec-reserve__item p { line-height: 1.4; text-align: left; }
.sec-point__wrap { display: flex; flex-direction: column; }
.sec-period__list { display: inline-flex; flex-direction: column; gap: 1em; }
.sec-period__item { display: flex; gap: 1.5em; }
.sec-period__item dd { color: #fff; font-weight: 900; letter-spacing: .1em; }
.sec-period__item dd em { font-size: 1.4em; }
.sec-point .c-point__box { background-color: #272727; border: .25em solid #d5b127; font-weight: 900; position: relative; }
.sec-point .c-point__box .c-prize { align-items: center; aspect-ratio: 1 / 1; background: linear-gradient(90deg, #f3e16a 0%, #cfa535 100%); border-radius: 50%; color: #272727; display: flex; font-weight: 900; justify-content: center; left: 50%; position: absolute; top: 0; translate: -50% -50%; }
.sec-point .c-point__box .c-prize em { font-size: 1.6em; }
.sec-point .c-point__box .c-number { color: #d5b127; }
.sec-point .c-point__box .c-point { color: #ff5500; }
.sec-point .c-point__box .c-point em { font-size: 1.5em; }
.sec-point__list { display: grid; }
.sec-point__item .c-number { border-bottom: 2px solid #d5b127; margin-bottom: .5em; padding-bottom: .375em; }
.sec-point__item .c-point em { display: block; }
.sec-point__chance::before { aspect-ratio: 1 / 1; background-color: #ff5500; border-radius: 50%; color: #fff; content: "\e803"; display: grid; font-family: "icon"; left: 50%; place-content: center; position: absolute; translate: -50% 0; }
.sec-point__chance .c-label { border-radius: .8rem; left: 50%; position: absolute; top: 0; translate: -50% -50%; }
.sec-guideline { background-color: #fff; }
.sec-guideline .c-heading { color: #ff5500; font-weight: 900; padding-bottom: 1.5em; }
.sec-guideline dl { border-bottom: 1px solid #ccc; font-size: .875em; text-align: left; }
.sec-guideline dt { clear: left; color: #ff5500; float: left; font-weight: 900; padding-top: 2em; width: 18%; }
.sec-guideline dd { border-top: 1px solid #ccc; line-height: 1.5; padding: 2em 1em 2em 20%; }
.sec-guideline dd strong { background:linear-gradient(transparent 60%, #fff000 60%); font-weight: 900; }
.sec-guideline dd p + *, .sec-guideline dd ul + p { padding-top: 1em; }
.sec-guideline dd > ul > li { display: list-item; list-style: disc; list-style-position: outside; margin-left: 1em; }
.sec-guideline dd > ul > li + li { padding-top: .285714em; }
.sec-guideline dd li ul li { margin-left: 1em; list-style-type: circle; }
.sec-guideline dd .c-notice__list li { list-style: none; margin-left: 1.25em; text-indent: -1.25em; }
.sec-guideline dd .c-notice__list li::before { content: "※"; }
.sec-bland__list { display: flex; gap: 2em; }
.sec-bland__item { background-color: #fff; }
.sec-bland__item p { line-height: 1.5; text-align: left; }
.sec-bland__item img { margin-top: 1.5em; width: 18.75em; }
.sec-bland__item .c-btn { margin-top: 1.5em; }
.sec-bland__item .c-cap { display: block; font-size: .9375em; margin-top: 1em; text-align: center; }

.l-page__top .l-mv::after { background: url(../images/top_bg_mv_left.png) 0 100%, url(../images/top_bg_mv_right.png) 100% 100%; background-repeat: no-repeat; }
.l-page__teaser .sec-sale__box { aspect-ratio: 8 / 3; background-color: #39330c; display: grid; place-content: center; }
.l-page__teaser .sec-sale__box p { color: #fff; font-weight: 900; }
.l-page__home .l-mv { justify-content: flex-end; }
.l-page__camp .l-mv::before { background: radial-gradient(ellipse at center, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 35%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0) 80%); content:""; inset: 0; position: absolute; z-index: 1; }
.l-page__camp .l-mv::after { background: url(../images/camp_bg_mv_left.png) 0 0 / 14.7222vw auto, url(../images/camp_bg_mv_right.png) 100% 0 / 14.7222vw auto, url(../images/camp_bg_mv_bottom.png) 50% 100% / 100% auto; background-repeat: no-repeat; }

@media screen and (min-width:768px) and ( max-width:1280px) {
  .l-page { font-size: 1.25vw; margin: 0;  }
}

@media screen and (min-width:768px){
  .sp-item { display: none; }
  .breadcrumb-upper { margin: 0 auto 25px; max-width: 1230px; padding: 0 .5em; text-align: left; }
  .breadcrumb-upper__fix, .breadcrumb-upper__scroll, .breadcrumb-upper__item { display: inline-block; font-size: 10px; }
  .breadcrumb-upper__item { line-height: 2.1; margin-left: 1.5em; padding-left: .2em; position: relative; }
  .breadcrumb-upper__item::before { color: #999; content: ">"; left: -1.1em; line-height: 2.1; position: absolute; top: 0; }
  .l-page a:hover { text-decoration: none; }
  .l-page a:hover img { opacity: .7; }
  .l-page .c-btn { height: 4.625em; max-width: 456px; }
  .l-page .c-btn span { font-size: 1.75em; }
  .l-page .c-btn:hover { background-position: 100% 50%; }
  .l-page .c-btn:hover::after { right: 1.125em; }
  .l-page .c-btn__bottom { padding-top: 3.5em; }
  .l-page .c-btn__bottom .c-btn__large { height: 6em; max-width: 640px; }
  .l-page .c-btn__bottom .c-btn__large span { font-size: 2em; }
  .l-page .c-head__copy p { font-size: 2.5em; padding: 1.5em 0; }
  .l-page .c-label { font-size: 2.2222vw; padding: .125em .25em; }
  .l-page .c-sec__head { margin-bottom: 2.75em; }
  .l-page .c-sec__title strong { font-size: 4em; }
  .l-mv { aspect-ratio: 32 / 13; }
  .l-mv__title { width: 55.78125vw; }
  .l-mv__txt { width: 54vw; }
  .l-mv__entry .c-message { padding: 2.5em 2em; }
  .l-mv__entry .c-message p { font-size: 2.5em; }
  .l-contents .c-inner { gap: 5.5em; padding-bottom: 8em; }
  .l-tab__wrap { gap: 1em; padding-top: 2em; }
  .l-tab { height: 4em; }
  .l-tab span { font-size: 1.75em; }
  a.l-tab:hover span { color: #e55c17; }
  .l-anchor__wrap { height: 4.375em; }
  .l-anchor__float { gap: 1.5em; }
  .l-anchor { padding: .5em 0 1em; }
  .l-anchor span { font-size: 1.5em; }
  .l-anchor span::after { padding-left: .5em; }
  .l-anchor:hover span { color: #ff5500 !important; }
  .l-anchor__float.is-fixed { left: 50%; max-width: 1280px; translate: -50% 0; }
  .l-anchor__float.is-fixed .l-anchor { height: 4.375em; padding: 0; }
  .l-anchor__float.is-fixed .l-anchor span { font-size: 1.25em; }
  .sec-sale__list { gap: 6.25em; }
  .sec-sale__item .c-box__wrap { display: grid; gap: 4em; grid-template-columns: repeat(2, 1fr); }
  .sec-sale__item .c-box__1col { grid-template-columns: repeat(1, 1fr); }
  .sec-sale__item .c-box__title strong { font-size: 3.1944vw; }
  .sec-sale__item .c-box__catch { font-size: 2.0833vw; }
  .sec-sale__item .c-box__1col .c-box::before, .sec-sale__item .c-box__1col .c-box::after { top: -1.5em; width: 19.4444vw; }
  .sec-sale__item .c-box__1col .c-box::before { left: -2.5em; }
  .sec-sale__item .c-box__1col .c-box::after { right: -2.5em; }
  .sec-sale__item .c-box { gap: 1.5em; padding: 3.375em 2.5em; }
  .sec-sale__en, .sec-sale__pic { top: 50%; transform: translateY(-50%); }
  .sec-sale__en { padding: 1em 0; width: 10.25em; }
  .sec-sale__en span { font-size: 1.25em; }
  .sec-sale__pic img { width: 13.625em; }
  .sec-reserve__list { gap: 1.75em; grid-template-columns: repeat(4, 1fr); }
  .sec-reserve__item a { padding: 2.5em 2em 3.5em; }
  .sec-reserve__item a:hover { background-color: #fff9e9; }
  .sec-reserve__item a:hover h3 { color: #ff5500; }
  .sec-period__item { align-items: center; }
  .sec-period__item .c-label { font-size: 2.4rem !important; }
  .sec-period__item dt { height: 2em; min-width: 11em; }
  .sec-period__item dd { font-size: 1.5em; }
  .sec-point__wrap { gap: 11.25em; padding-top: 2.5em; }
  .sec-point .c-point__box .c-prize { width: 6.25em; }
  .sec-point .c-point__box .c-prize span { font-size: 1.875em; }
  .sec-point .c-point__box .c-number, .sec-point .c-point__box .c-point { font-size: 2em; }
  .sec-point__list { gap: 2em; grid-template-columns: repeat(4, 1fr); }
  .sec-point__item.c-point__box { padding: 5.625em 3.25em 3.25em; }
  .sec-point__chance { align-items: center; display: flex; gap: .5em; justify-content: center; padding: 5em 2em 3.75em; }
  .sec-point__chance::before { font-size: 2em; top: -14.6rem; width: 8.4rem; }
  .sec-point__chance .c-label { height: 6rem; padding-left: 1em; padding-right: 1em; }
  .sec-guideline { padding: 4em 5em; }
  .sec-guideline .c-heading { font-size: 2.25em; }
  .sec-guideline dd a:hover { color: #bc3f00; text-decoration: underline; }
  .sec-bland__item { padding: 3.125em 3.75em 2.25em; width: 100%; }
  .sec-bland__item p { display: block; height: 6.5em; }
  .l-page__top .l-mv::after { background-size: 26.71875vw auto; }
  .l-page__teaser .sec-sale__box p { font-size: 3.5em; }
  .l-page__teaser .l-mv__title { width: 60.15625vw; }
  .l-page__camp .l-mv__title { width: 62.8125vw; }
  .l-page__camp .l-contents .c-inner { padding-top: 4em; }
}

@media screen and (min-width:1441px){
  .l-page .c-box__title strong { font-size: 2.875em; }
  .l-page .c-box__1col .c-box::before, .l-page .c-box__1col .c-box::after { width: 17.5vw; }
  .l-page .c-box__catch { font-size: 1.875em; }
  .l-page .c-label { font-size: 3.2rem; }
}

@media screen and (max-width:767px){
  .pc-item { display: none; }
  #JTBGF-ly_footer.JTBGF-ly_footer { margin-top: 0 !important; }
  .breadcrumb-upper { background-color: #fff; border-top: 1px solid #d7d7d7; display: flex; flex-wrap: nowrap; font-size: 10px; line-height: 3rem; overflow: hidden; position: relative; }
  .breadcrumb-upper__fix { box-shadow: 6px 0 10px 0 rgba(0, 0, 0, .3); position: relative; transition: box-shadow .3s; width: 7em; z-index: 3; }
  .breadcrumb-upper__fix a { padding-left: .5rem; }
  .breadcrumb-upper__scroll { flex: 1; overflow: hidden; }
  .breadcrumb-upper__list { display: flex; flex-wrap: nowrap; height: 3rem; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; }
  .breadcrumb-upper__item a { padding: 0 .5rem 0 1.8rem; }
  .breadcrumb-upper__item:last-child { padding: 0 1.2rem 0 1.8rem; }
  .breadcrumb-upper__fix a, .breadcrumb-upper__item a { display: block; background-color: #fff; text-align: center; position: relative; }
  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before, .breadcrumb-upper__fix a:after, .breadcrumb-upper__item a:after { content: ""; border-style: solid; border-width: 2rem 0 2rem 1rem; position: absolute; top: -.5rem; }
  .breadcrumb-upper__fix a::before, .breadcrumb-upper__item a::before { border-color: transparent transparent transparent #fff; right: -.9rem; z-index: 2; }
  .breadcrumb-upper__fix a::after, .breadcrumb-upper__item a::after { border-color: transparent transparent transparent #d7d7d7; right: -1rem; z-index: 1; }
  .js-btn-page-top { bottom: 20px; right: 20px; }
  .js-btn-page-top a { background-color: #999; border-radius: 6px; display: block; height: 30px; width: 30px; }
  .js-btn-page-top a::before { color: #fff; content: "\f106"; display: inline-block; font-family: "icon"; line-height: 29px; width: auto; }
  .l-page { font-size: 3.2vw; padding: 20px 0 0; }
  .l-page h1 { margin-bottom: 20px; padding: 0 1%; }
  .l-page .c-btn { height: 4em; }
  .l-page .c-btn span { font-size: 1.25em; }
  .l-page .c-btn__bottom { padding-top: 2.5em; }
  .l-page .c-btn__bottom .c-btn__large span { font-size: 1.5em; }
  .l-page .c-head__copy p { font-size: 1.5em; padding: 2em 0 1em; }
  .l-page .c-label { font-size: 1.5em; padding: .25em; }
  .l-page .c-sec__head { margin-bottom: 2em; }
  .l-page .c-sec__title strong { font-size: 1.875em; }
  .l-mv { aspect-ratio: 13 / 7; }
  .l-mv__txt { width: 78vw; }
  .l-mv__entry .c-message { padding: 1.5em 1em; }
  .l-mv__entry .c-message p { font-size: 1.5em; }
  .l-contents .c-inner { gap: 2em; padding-bottom: 4em; }
  .l-tab__wrap { gap: .5em; padding-top: 1em; }
  .l-tab { height: 3em; }
  .l-tab span { font-size: 1em; }
  .l-anchor__wrap { height: 5em; }
  .l-anchor__float { gap: .5em; }
  .l-anchor { height: 4em; padding-bottom: 1em; position: relative; }
  .l-anchor span::after { bottom: .25em; left: 50%; position: absolute; translate: -50% 0; }
  .l-anchor__float.is-fixed { left: .5em; width: calc(100% - 1em); }
  .l-anchor__float.is-fixed .l-anchor { height: 4em; }
  .sec-sale__list { gap: 4em; }
  .sec-sale__item--haed { margin-bottom: 1.5em; }
  .sec-sale__en { padding: .5em 0; top: 0; width: 5em; }
  .sec-sale__en span { font-size: .75em; }
  .sec-sale__title { white-space: nowrap; }
  .sec-sale__pic { top: 50%; transform: translateY(-50%); }
  .sec-sale__pic img { width: 18vw; }
  .sec-sale__item .c-box__wrap { display: flex; flex-direction: column; gap: 1em; }
  .sec-sale__item .c-box { gap: 1em; padding: 2em; }
  .sec-sale__item .c-box__title strong { font-size: 2em; }
  .sec-sale__item .c-box__catch { font-size: 1.75em; }
  .sec-sale__item .c-box__1col .c-box::before, .sec-sale__item .c-box__1col .c-box::after { top: -.5em; width: 22%; }
  .sec-sale__item .c-box__1col .c-box::before { left: -6%; }
  .sec-sale__item .c-box__1col .c-box::after { right: -6%; }
  .sec-reserve__list { gap: 1em; grid-template-columns: repeat(2, 1fr); }
  .sec-reserve__item a { height: 100%; padding: 2em 1em; }
  .sec-period__item { flex-direction: column; }
  .sec-point__wrap { gap: 6em; padding-top: 3em; }
  .sec-point .c-point__box .c-prize { width: 4em; }
  .sec-point .c-point__box .c-prize span { font-size: 1.5em; }
  .sec-point .c-point__box .c-number { font-size: 1.5em; }
  .sec-point .c-point__box .c-point { font-size: 1.75em; }
  .sec-point__list { gap: 2.5em 1em; grid-template-columns: repeat(2, 1fr); }
  .sec-point__item.c-point__box { padding: 3.5em 1.5em 2em; }
  .sec-point__chance { padding: 2.5em 2em 2em; }
  .sec-point__chance::before { font-size: 1.5em; top: -7.6rem; width: 5rem; }
  .sec-point__chance .c-label { font-size: 1.5em; height: 3.6rem; padding-left: 1em; padding-right: 1em; }
  .sec-guideline { padding: 2em 7%; }
  .sec-guideline .c-heading { font-size: 1.5em; }
  .sec-guideline dt, .sec-guideline dd { font-size: 3.466667vw; margin: 0; padding: 0; }
  .sec-guideline dt { float: none; padding-bottom: .5em; width: 100%; }
  .sec-guideline dd { padding: 1em 1em 1.6em; }
  .sec-bland__list { flex-direction: column; }
  .sec-bland__item { padding: 2em 2.5em; }
  .sec-bland__item + .c-item { margin-top: 2em; }
  .l-page__top .l-mv::after { background-size: 32vw auto; }
  .l-page__top .l-mv__title { width: 62vw; }
  .l-page__teaser .l-mv { aspect-ratio: 5 / 2; }
  .l-page__teaser .sec-sale__box p { font-size: 2em; }
  .l-page__home .l-mv { aspect-ratio: 2 / 1; }
  .l-page__camp .l-contents .c-inner { padding-top: 2em; }
  .l-page__camp .l-mv__title { width: 81vw; }
}
