@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  height: 100%;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "M PLUS 1p", sans-serif;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #191311;
}

article,
aside,
details,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
hgroup,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

a {
  color: #191311;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

em {
  font-style: normal;
}

b,
strong {
  font-weight: inherit;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

table {
  width: 100%;
  margin: 0 auto;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
}

th {
  white-space: nowrap;
  font-weight: normal;
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .pc {
    display: none !important;
  }
  html.scroll-prevent {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #container {
    width: 100vw;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 150px;
  }
  #container.page-front #header {
    margin-bottom: 0;
    background-color: #059efe;
  }
  #container.page-front .copyright {
    background-color: #74d23f;
    color: #fff;
  }
  #container.page-discount {
    background-image: url(../img/header-bg-pink.svg);
  }
  #container.page-discount .copyright {
    background-color: #faa0b3;
    color: #fa549f;
  }
  #container.page-facility {
    background-image: url(../img/header-bg-blue.svg);
  }
  #container.page-facility .copyright {
    background-color: #63c1ff;
    color: #2c81ff;
  }
  #container.page-partner {
    background-image: url(../img/header-bg-yellow.svg);
  }
  #container.page-partner .copyright {
    background-color: #ffce1f;
    color: #ff8e1f;
  }
  #container.page-rules {
    background-image: url(../img/header-bg-purple.svg);
  }
  #container.page-rules .copyright {
    background-color: #8d80e4;
    color: #fff;
  }
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 80px;
    padding: 0 5vw;
    margin-bottom: 130px;
    overflow-x: hidden;
  }
  #header .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 140px;
    margin: 0;
    padding: 0;
    line-height: 1em;
  }
  #header .header-nav {
    display: none;
    position: absolute;
    inset: 0 -100vw 0 auto;
    width: 90%;
    height: 100%;
    padding: 80px 7vw 100px;
    overflow-y: auto;
    background-color: #fff;
    z-index: 998;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  #header .header-nav.active {
    right: 0;
  }
  #header .header-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 40px;
    height: 100%;
    min-height: 500px;
    border-top: 1px solid #059efe;
  }
  #header .header-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #header .header-nav ul li:first-child {
    margin-top: 50px;
  }
  #header .header-nav ul li img {
    display: block;
  }
  #header .header-nav ul li .ja {
    width: auto;
    height: 17px;
    margin-bottom: 10px;
    -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(7%) saturate(12%) hue-rotate(327deg) brightness(102%) contrast(82%);
            filter: brightness(0) saturate(100%) invert(12%) sepia(7%) saturate(12%) hue-rotate(327deg) brightness(102%) contrast(82%);
  }
  #header .header-nav ul li .en {
    width: auto;
    height: 11px;
    -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(78%) saturate(4295%) hue-rotate(178deg) brightness(100%) contrast(105%);
            filter: brightness(0) saturate(100%) invert(58%) sepia(78%) saturate(4295%) hue-rotate(178deg) brightness(100%) contrast(105%);
  }
  #hamburger {
    position: absolute;
    top: 15px;
    right: 5vw;
    z-index: 999;
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  #hamburger div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #hamburger i {
    display: inline-block;
    width: 50%;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
  }
  #hamburger i:before, #hamburger i:after {
    content: "";
    height: 3px;
    border-radius: 3px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
  }
  #hamburger i:before {
    -webkit-transform: translate(0px, -7px);
            transform: translate(0px, -7px);
  }
  #hamburger i:after {
    -webkit-transform: translate(0px, 4px);
            transform: translate(0px, 4px);
  }
  #hamburger.active i {
    height: 0;
  }
  #hamburger.active i::before, #hamburger.active i::after {
    background-color: #059efe;
  }
  #hamburger.active i:before {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  #hamburger.active i:after {
    -webkit-transform: rotate(45deg) translate(-1px, -2px);
            transform: rotate(45deg) translate(-1px, -2px);
  }
  #footer {
    margin-top: 100px;
  }
  #footer .section-title {
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  #footer .tel {
    margin-bottom: 60px;
  }
  #footer .tel a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: clamp(40px, 10vw, 50px);
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-size: clamp(30px, 8vw, 40px);
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #74d23f;
    background-image: url(../img/ico-tel.svg);
    background-repeat: no-repeat;
    background-size: clamp(30px, 8vw, 40px) auto;
    background-position: left center;
  }
  #footer .wrapper-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 60px;
  }
  #footer .text-x {
    position: relative;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
  }
  #footer .text-x::before, #footer .text-x::after {
    content: "";
    position: absolute;
    left: -10px;
    width: 25px;
    height: 4px;
    border-radius: 2px;
    background-color: #74d23f;
  }
  #footer .text-x::before {
    top: -5px;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  #footer .text-x::after {
    bottom: -5px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  #footer .link-x {
    display: block;
    width: 60px;
    aspect-ratio: 1/1;
    margin-right: 20px;
  }
  #footer .footer-front-img {
    text-align: center;
  }
  #footer .footer-front-img img {
    width: 1065px;
    max-width: 80%;
  }
  #footer .copyright {
    padding: 3em 0;
    text-align: center;
  }
  #footer .copyright small {
    font-size: clamp(11px, 2.9vw, 18px);
    font-weight: 600;
  }
  @-webkit-keyframes floating-y {
    0% {
      -webkit-transform: translateY(-8%);
              transform: translateY(-8%);
    }
    100% {
      -webkit-transform: translateY(8%);
              transform: translateY(8%);
    }
  }
  @keyframes floating-y {
    0% {
      -webkit-transform: translateY(-8%);
              transform: translateY(-8%);
    }
    100% {
      -webkit-transform: translateY(8%);
              transform: translateY(8%);
    }
  }
  .inview,
  .inview1,
  .inview2,
  .inview3 {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
  }
  .inview.is-show,
  .inview1.is-show,
  .inview2.is-show,
  .inview3.is-show {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .inview-car {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translateX(0%) rotate(15deg);
            transform: translateX(0%) rotate(15deg);
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
  }
  .inview-car.is-show {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateX(-50%) rotate(15deg);
            transform: translateX(-50%) rotate(15deg);
  }
  .mv {
    position: relative;
    top: -2px;
    z-index: 1;
    height: 732px;
    padding: 30px 6vw 150px;
    background-color: #059efe;
  }
  .mv h2 {
    width: 300px;
    max-width: 90vw;
    margin: 0 auto;
  }
  .mv #mvLine {
    display: none;
  }
  .mv #mvCar {
    position: absolute;
    top: 350px;
    left: 50%;
    width: 95vw;
    max-width: 350px;
    height: auto;
  }
  .mv .mv-cloud {
    position: absolute;
    z-index: -1;
    height: auto;
    animation: floating-y 1.6s ease-in-out infinite alternate-reverse;
  }
  .mv #mvCloud01 {
    top: 300px;
    left: 6vw;
    width: 100px;
  }
  .mv #mvCloud02 {
    top: 600px;
    left: 15vw;
    width: 80px;
  }
  .mv #mvCloud03 {
    top: 520px;
    left: 58vw;
    z-index: 3;
    width: 150px;
  }
  .section-title {
    text-align: center;
  }
  .section-title b {
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-size: clamp(26px, 7vw, 36px);
    font-weight: 900;
    letter-spacing: 0.08em;
  }
  .section-title h1,
  .section-title h2 {
    font-size: clamp(16px, 4.2vw, 20px);
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .section-price .section-title {
    margin-bottom: 60px;
  }
  .section-price .wrapper-price {
    position: relative;
    z-index: 2;
    margin-top: -70px;
    padding: 100px 5vw 80px;
    background-image: url(../img/price-bg__sp.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .section-price .wrapper-price .simulation-sp {
    text-align: center;
  }
  .section-price .wrapper-price .simulation-sp a {
    display: block;
    width: 330px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .section-price .wrapper-price .simulation-sp .memo {
    font-size: 11px;
  }
  .section-price .wrapper-status {
    position: relative;
    margin-top: -100px;
    z-index: 1;
    padding: 120px 5vw 70px;
    background-color: #a7d934;
  }
  .section-price .inner {
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 6vw 30px;
    background-color: #f8f8f8;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
  }
  .section-price .inner.inner-price {
    margin-bottom: 40px;
  }
  .section-price .inner.inner-price::before {
    top: calc(clamp(100px, 26vw, 120px) * -1);
    left: calc(clamp(50px, 13vw, 150px) * -1);
    width: clamp(200px, 53vw, 300px);
    aspect-ratio: 6/4;
    background-image: url(../img/price-before.svg);
  }
  .section-price .inner.inner-price .col2 .left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 80px;
  }
  .section-price .inner.inner-price .col2 .weekday-wrapper,
  .section-price .inner.inner-price .col2 .price-holiday {
    margin-bottom: 30px;
  }
  .section-price .inner.inner-price .col2 .memo {
    margin: 10px 0 0;
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 600;
  }
  .section-price .inner.inner-price .col2 .price-weekday,
  .section-price .inner.inner-price .col2 .price-holiday,
  .section-price .inner.inner-price .col2 .price-regular-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .section-price .inner.inner-price .col2 .price-weekday span,
  .section-price .inner.inner-price .col2 .price-holiday span,
  .section-price .inner.inner-price .col2 .price-regular-inner span {
    display: block;
    margin-left: 10px;
    font-weight: 700;
    line-height: 1.35em;
    text-align: center;
  }
  .section-price .inner.inner-price .col2 .price-weekday .price,
  .section-price .inner.inner-price .col2 .price-holiday .price,
  .section-price .inner.inner-price .col2 .price-regular-inner .price {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .section-price .inner.inner-price .col2 .price-weekday h3 img,
  .section-price .inner.inner-price .col2 .price-holiday h3 img {
    width: clamp(50px, 13.3vw, 80px);
  }
  .section-price .inner.inner-price .col2 .price-weekday span,
  .section-price .inner.inner-price .col2 .price-holiday span {
    font-size: clamp(16px, 3.7vw, 22px);
  }
  .section-price .inner.inner-price .col2 .price-weekday .price,
  .section-price .inner.inner-price .col2 .price-holiday .price {
    width: clamp(170px, 45vw, 200px);
  }
  .section-price .inner.inner-price .col2 .price-regular {
    text-align: right;
    line-height: 1.75em;
  }
  .section-price .inner.inner-price .col2 .price-regular h3 {
    margin-bottom: 15px;
  }
  .section-price .inner.inner-price .col2 .price-regular h3 img {
    width: clamp(150px, 40vw, 180px);
  }
  .section-price .inner.inner-price .col2 .price-regular b {
    font-size: clamp(40px, 3.7vw, 52px);
    font-weight: 700;
    text-align: center;
  }
  .section-price .inner.inner-price .col2 .price-regular b small {
    font-size: clamp(20px, 2.1vw, 30px);
    font-weight: 600;
  }
  .section-price .inner.inner-price .col2 .price-regular .price {
    width: clamp(130px, 34.5vw, 160px);
  }
  .section-price .inner.inner-price .price-memo {
    margin: 70px 0 0;
    font-size: clamp(13px, 3.45vw, 17px);
    font-weight: 600;
    line-height: 2em;
    text-align: center;
  }
  .section-price .inner.inner-price .price-memo em {
    color: #47cfb0;
  }
  .section-price .inner.inner-status .status-title {
    margin-bottom: 50px;
    font-size: clamp(18px, 4.8vw, 26px);
    font-weight: 900;
    text-align: center;
  }
  .section-price .inner.inner-status .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-price .inner.inner-status .col2 .left {
    margin-top: 40px;
    color: #74d23f;
    text-align: center;
  }
  .section-price .inner.inner-status .col2 .left b,
  .section-price .inner.inner-status .col2 .left span {
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1em;
  }
  .section-price .inner.inner-status .col2 .left b {
    font-size: clamp(80px, 21.5vw, 100px);
    letter-spacing: -0.1em;
  }
  .section-price .inner.inner-status .col2 .left span {
    display: inline-block;
    margin-left: 0.1em;
    font-size: clamp(60px, 16vw, 80px);
  }
  .section-price .inner.inner-status .col2 .left em {
    font-size: 76px;
    font-size: clamp(34px, 9vw, 42px);
    font-weight: 900;
  }
  .section-price .inner.inner-status .col2 .status {
    text-align: center;
  }
  .section-price .inner.inner-status .col2 .status img {
    width: 310px;
    max-width: 70%;
  }
  .section-price .inner.inner-status .col2 .status .status_memo {
    margin: 10px auto 0;
    font-size: 16px;
    font-weight: 600;
  }
  .section-news {
    width: 600px;
    max-width: 100%;
    margin: 60px auto 80px;
    padding: 0 6vw;
  }
  .section-news .section-title {
    margin-bottom: 30px;
  }
  .section-news .news {
    padding: 30px 0 40px;
    font-size: clamp(16px, 3.7vw, 20px);
    font-weight: 700;
    color: #74d23f;
  }
  .section-news .news > div {
    margin-bottom: 1.5em;
    border-bottom: 2px solid #74d23f;
  }
  .section-news .news > div dd {
    padding: 0 0 1em;
    border-bottom: 2px solid #fff;
  }
  .section-news .news > div dt {
    margin-bottom: 0.75em;
  }
  .section-news .news > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-news dialog:not([open]) {
    display: none;
  }
  .section-news dialog[open] {
    border: none;
    outline: none;
    opacity: 1;
    width: 500px;
    max-width: 100%;
    padding: 30px 5vw;
    max-width: 90%;
    background-color: #f8f8f8;
    border: 10px solid #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  }
  .section-news dialog::-ms-backdrop {
    background: rgba(0, 0, 0, 0.6);
  }
  .section-news dialog::backdrop {
    background: rgba(0, 0, 0, 0.6);
  }
  .section-news dialog .title {
    margin-bottom: 40px;
    padding: 0.5em 0;
    font-size: 18px;
    border-bottom: 2px solid #74d23f;
  }
  .section-news dialog p {
    font-size: 16px;
    line-height: 2em;
  }
  .section-news dialog .close {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    outline: none;
    margin: 50px auto 0;
    padding: 0.5em 1em;
    font-family: "Noto Sans JP", "M PLUS 1p", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #74d23f;
    border: 2px solid #74d23f;
    border-radius: 10px;
    cursor: pointer;
  }
  .section-game {
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0 6vw;
    background-color: #ffce1f;
    border-radius: 40px 40px 0 0;
  }
  .section-game::before {
    content: "";
    position: absolute;
    top: -95px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 90vw;
    height: 100px;
    margin: 0 auto;
    background-image: url(../img/game-before.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .section-game .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 0 120px;
  }
  .section-game .col2 .text {
    display: contents;
  }
  .section-game .col2 .text .game-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
    color: #ff8e1f;
    text-align: center;
  }
  .section-game .col2 .text .game-title b {
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-size: clamp(26px, 7vw, 50px);
    font-weight: 900;
    letter-spacing: 0.08em;
  }
  .section-game .col2 .text .game-title h2 {
    font-size: clamp(16px, 4.2vw, 20px);
    font-weight: 600;
  }
  .section-game .col2 .text > p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: clamp(16px, 4.2vw, 20px);
    font-weight: 600;
    line-height: 2em;
    text-align: center;
  }
  .section-game .col2 .text .game-btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 50px;
  }
  .section-game .col2 .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    width: 600px;
    aspect-ratio: 71/51;
    max-width: 100%;
    background-image: url(../img/game-btn-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .section-game .col2 .img a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: clamp(14px, 3.7vw, 20px);
  }
  .section-game .col2 .img b {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    color: #ff8e1f;
    line-height: 1em;
  }
  .section-game .col2 .img b::after {
    content: "";
    display: inline-block;
    width: 12px;
    aspect-ratio: 5/6;
    margin-left: 10px;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: #ff8e1f;
  }
  .section-service {
    margin: 0 auto 30px;
  }
  .section-service .inner {
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 5vw;
  }
  .section-service .section-title {
    margin-bottom: 60px;
  }
  .section-service ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 10px), 100px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 10px;
    width: 100%;
  }
  .section-service ul li a {
    display: block;
    padding: 10px 0 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 20px;
  }
  .section-service ul li a > div {
    display: grid;
    place-items: center;
    aspect-ratio: 1/1;
  }
  .section-service ul li:first-child a {
    background-color: #fedae5;
  }
  .section-service ul li:first-child a img {
    width: 80px;
  }
  .section-service ul li:nth-child(2) a {
    background-color: #fef2da;
  }
  .section-service ul li:nth-child(2) a img {
    width: 70px;
  }
  .section-service ul li:nth-child(3) a {
    background-color: #d6f6ff;
  }
  .section-service ul li:nth-child(3) a img {
    width: 75px;
  }
  .section-access {
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .section-access .section-title {
    margin-bottom: 60px;
  }
  .section-access .col2 {
    position: relative;
    margin-bottom: 50px;
    padding: 0 5vw;
  }
  .section-access .col2 .map {
    width: 600px;
    height: 500px;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .section-access .col2 .map iframe {
    width: 100%;
    height: 100%;
  }
  .section-access .col2 .text {
    text-align: center;
  }
  .section-access .col2 .text h3 {
    margin-bottom: 1em;
    font-size: 17px;
    font-weight: 700;
    color: #26b096;
  }
  .section-access .col2 .text h3:not(:first-child) {
    margin-top: 60px;
  }
  .section-access .col2 .text p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.75em;
  }
  .section-access .col2 .text p:last-child {
    margin-bottom: 0;
  }
  .section-access .col2 .text .map-link {
    display: inline-block;
    padding: 10px 20px 10px 45px;
    color: #fff;
    background-image: url(../img/ico-map__sp.svg);
    background-repeat: no-repeat;
    background-size: 16px 24px;
    background-position: left 20px center;
    background-color: #26b096;
    line-height: 30px;
    border-radius: 30px;
  }
  .section-access .map-ueno {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .section-access .map-ueno h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
  }
  .page-discount article,
  .page-partner article {
    padding: 0 5vw;
  }
  .page-discount .section-title,
  .page-partner .section-title {
    margin-bottom: 100px;
  }
  .page-discount .intro,
  .page-partner .intro {
    margin-bottom: 70px;
    font-size: clamp(16px, 4.26vw, 20px);
    font-weight: 600;
    line-height: 2em;
  }
  .page-discount .intro strong,
  .page-partner .intro strong {
    color: #26b096;
  }
  .discount,
  .partner {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 70px 5vw;
    border-radius: 18px;
  }
  .discount:last-child,
  .partner:last-child {
    margin-bottom: 0;
  }
  .discount h2,
  .partner h2 {
    margin-bottom: 1em;
    font-size: clamp(22px, 5.8vw, 30px);
    line-height: 1.75em;
    text-align: center;
  }
  .discount h2 small,
  .partner h2 small {
    font-size: 0.7em;
  }
  .discount .text,
  .partner .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: clamp(16px, 1.3vw, 18px);
    font-weight: 600;
    line-height: 2em;
  }
  .discount .text .big,
  .partner .text .big {
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 2em;
    text-align: center;
  }
  .discount .text strong,
  .partner .text strong {
    font-weight: 700;
  }
  .discount .text b,
  .partner .text b {
    display: block;
    margin-top: 10px;
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-size: clamp(18px, 1.7vw, 24px);
  }
  .discount .text b i,
  .partner .text b i {
    font-size: 78px;
    font-size: clamp(60px, 5.6vw, 78px);
    font-style: normal;
  }
  .discount .text .memo,
  .partner .text .memo {
    font-size: clamp(14px, 3.7vw, 16px);
    margin-bottom: 0;
    color: #757575;
  }
  .discount {
    background-color: #ffd9e8;
  }
  .discount.hotel .big {
    text-align: left;
  }
  .discount .text b {
    color: #fa549f;
  }
  .discount .hotels {
    margin-bottom: 70px;
    text-align: center;
  }
  .discount .hotels h3 {
    margin-bottom: 2em;
    font-size: clamp(18px, 4.8vw, 22px);
  }
  .discount .hotels ul {
    list-style: none;
    font-size: clamp(18px, 4.8vw, 22px);
  }
  .discount .hotels-discount {
    margin-bottom: 70px;
    font-size: clamp(16px, 4.2vw, 18px);
  }
  .discount .hotels-discount > div {
    margin-bottom: 2em;
    text-align: center;
  }
  .discount .hotels-discount > div dt {
    margin-bottom: 0.5em;
  }
  .discount .hotels-discount > div dd {
    text-align: center;
  }
  .discount .hotels-discount b i {
    font-size: 42px;
  }
  .partner {
    padding: 60px 5vw 40px;
    background-color: #ffe78f;
  }
  .partner h2 {
    margin-bottom: 1.5em;
  }
  .partner .text b {
    color: #4286f4;
  }
  .partner .text dl > div {
    margin-bottom: 2em;
    text-align: center;
  }
  .partner .text dl > div dt {
    margin-bottom: 1em;
  }
  .partner .text dl > div dd b {
    font-size: clamp(20px, 1.7vw, 24px);
  }
  .partner .text dl > div dd b i {
    font-size: clamp(48px, 4.6vw, 65px);
  }
  .page-facility article {
    padding: 0 5vw;
  }
  .page-facility .section-title {
    margin-bottom: 100px;
  }
  .page-facility .facility-point {
    list-style: none;
    width: 600px;
    max-width: 100%;
    margin: 0 auto 100px;
  }
  .page-facility .facility-point li {
    text-align: center;
    margin-bottom: 40px;
  }
  .page-facility .facility-point li img {
    width: auto;
    height: clamp(60px, 16vw, 100px);
  }
  .page-facility .ueno-park {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 100px;
  }
  .page-facility .ueno-park h2 {
    font-size: clamp(18px, 4.8vw, 22px);
    text-align: center;
  }
  .page-facility .ueno-park .memo {
    margin-top: 2em;
    font-size: clamp(18px, 4.8vw, 22px);
    line-height: 1.75em;
  }
  .page-facility .facility-3f-01,
  .page-facility .facility-3f-02 {
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
  .page-facility .facility-3f-01 h2,
  .page-facility .facility-3f-02 h2 {
    margin-bottom: 60px;
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-size: clamp(60px, 16vw, 80px);
    font-weight: 600;
    color: #0093f5;
    text-align: center;
  }
  .page-facility .facility-3f-01 h2 small,
  .page-facility .facility-3f-02 h2 small {
    font-size: 0.75em;
  }
  .page-facility .facility-3f-01 h3,
  .page-facility .facility-3f-02 h3 {
    margin-bottom: 40px;
    text-align: center;
  }
  .page-facility .facility-3f-01 p,
  .page-facility .facility-3f-02 p {
    font-size: clamp(16px, 4.26vw, 20px);
    line-height: 2em;
    text-align: center;
  }
  .page-facility .facility-3f-01 .img-wrapper,
  .page-facility .facility-3f-02 .img-wrapper {
    text-align: center;
  }
  .page-facility .facility-3f-01 .img01,
  .page-facility .facility-3f-01 .img02,
  .page-facility .facility-3f-01 .img03,
  .page-facility .facility-3f-01 .img04,
  .page-facility .facility-3f-02 .img01,
  .page-facility .facility-3f-02 .img02,
  .page-facility .facility-3f-02 .img03,
  .page-facility .facility-3f-02 .img04 {
    width: 200px;
    max-width: 42%;
    margin: 0 10px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .page-facility .facility-3f-01 .img01 img,
  .page-facility .facility-3f-01 .img02 img,
  .page-facility .facility-3f-01 .img03 img,
  .page-facility .facility-3f-01 .img04 img,
  .page-facility .facility-3f-02 .img01 img,
  .page-facility .facility-3f-02 .img02 img,
  .page-facility .facility-3f-02 .img03 img,
  .page-facility .facility-3f-02 .img04 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-facility .facility-3f-01 {
    margin-bottom: 100px;
  }
  .page-facility .facility-3f-01 h3 img {
    width: clamp(200px, 53vw, 300px);
  }
  .page-facility .facility-3f-01 .img01 {
    aspect-ratio: 47/50;
    -webkit-mask-image: url(../img/facility-mask01.svg);
            mask-image: url(../img/facility-mask01.svg);
  }
  .page-facility .facility-3f-01 .img02 {
    aspect-ratio: 81/106;
    -webkit-mask-image: url(../img/facility-mask02.svg);
            mask-image: url(../img/facility-mask02.svg);
  }
  .page-facility .facility-3f-02 h3 img {
    width: clamp(335px, 89vw, 500px);
  }
  .page-facility .facility-3f-02 .img03 {
    aspect-ratio: 16/19;
    -webkit-mask-image: url(../img/facility-mask03.svg);
            mask-image: url(../img/facility-mask03.svg);
  }
  .page-facility .facility-3f-02 .img04 {
    aspect-ratio: 103/90;
    -webkit-mask-image: url(../img/facility-mask04.svg);
            mask-image: url(../img/facility-mask04.svg);
  }
  .page-rules article {
    padding: 0 5vw;
  }
  .page-rules .section-title {
    margin-bottom: 100px;
  }
  .page-rules .rules-inner {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(15px, 4vw, 17px);
    line-height: 1.75em;
  }
  .page-rules .rules-inner h2,
  .page-rules .rules-inner h3,
  .page-rules .rules-inner h4 {
    margin: 1em 0;
    font-size: clamp(16px, 4.26vw, 18px);
    font-weight: 400;
  }
  .page-rules .rules-inner h3 {
    margin: 2em 0;
    padding: 0 3em;
  }
  .page-rules .rules-inner ol,
  .page-rules .rules-inner ul {
    list-style: none;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .sp {
    display: none !important;
  }
  #container {
    width: 100vw;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% clamp(400px, 28vw, 565px);
  }
  #container.page-front #header {
    height: 300px;
    margin-bottom: 0;
    background-color: #05a6fe;
  }
  #container.page-front .logo img {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(6742%) hue-rotate(154deg) brightness(114%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(6742%) hue-rotate(154deg) brightness(114%) contrast(100%);
  }
  #container.page-front .header-nav .ja {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(6742%) hue-rotate(154deg) brightness(114%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(6742%) hue-rotate(154deg) brightness(114%) contrast(100%);
  }
  #container.page-front .header-nav .en {
    -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(28%) saturate(872%) hue-rotate(320deg) brightness(95%) contrast(109%);
            filter: brightness(0) saturate(100%) invert(94%) sepia(28%) saturate(872%) hue-rotate(320deg) brightness(95%) contrast(109%);
  }
  #container.page-front .copyright {
    background-color: #74d23f;
    color: #fff;
  }
  #container.page-discount {
    background-image: url(../img/header-bg-pink.svg);
  }
  #container.page-discount .logo img {
    -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(86%) saturate(3181%) hue-rotate(304deg) brightness(100%) contrast(96%);
            filter: brightness(0) saturate(100%) invert(54%) sepia(86%) saturate(3181%) hue-rotate(304deg) brightness(100%) contrast(96%);
  }
  #container.page-discount .header-nav .ja {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(6742%) hue-rotate(154deg) brightness(114%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(6742%) hue-rotate(154deg) brightness(114%) contrast(100%);
  }
  #container.page-discount .header-nav .en {
    -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(86%) saturate(3181%) hue-rotate(304deg) brightness(100%) contrast(96%);
            filter: brightness(0) saturate(100%) invert(54%) sepia(86%) saturate(3181%) hue-rotate(304deg) brightness(100%) contrast(96%);
  }
  #container.page-discount .copyright {
    background-color: #faa0b3;
    color: #fa549f;
  }
  #container.page-facility {
    background-image: url(../img/header-bg-blue.svg);
  }
  #container.page-facility .logo img {
    -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(49%) saturate(7245%) hue-rotate(203deg) brightness(101%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(54%) sepia(49%) saturate(7245%) hue-rotate(203deg) brightness(101%) contrast(101%);
  }
  #container.page-facility .header-nav .ja {
    -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(7%) saturate(12%) hue-rotate(327deg) brightness(102%) contrast(82%);
            filter: brightness(0) saturate(100%) invert(12%) sepia(7%) saturate(12%) hue-rotate(327deg) brightness(102%) contrast(82%);
  }
  #container.page-facility .header-nav .en {
    -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(49%) saturate(7245%) hue-rotate(203deg) brightness(101%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(54%) sepia(49%) saturate(7245%) hue-rotate(203deg) brightness(101%) contrast(101%);
  }
  #container.page-facility .copyright {
    background-color: #63c1ff;
    color: #2c81ff;
  }
  #container.page-partner {
    background-image: url(../img/header-bg-yellow.svg);
  }
  #container.page-partner .logo img {
    -webkit-filter: brightness(0) saturate(100%) invert(61%) sepia(78%) saturate(1524%) hue-rotate(342deg) brightness(100%) contrast(106%);
            filter: brightness(0) saturate(100%) invert(61%) sepia(78%) saturate(1524%) hue-rotate(342deg) brightness(100%) contrast(106%);
  }
  #container.page-partner .header-nav .ja {
    -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(7%) saturate(12%) hue-rotate(327deg) brightness(102%) contrast(82%);
            filter: brightness(0) saturate(100%) invert(12%) sepia(7%) saturate(12%) hue-rotate(327deg) brightness(102%) contrast(82%);
  }
  #container.page-partner .header-nav .en {
    -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(83%) saturate(2897%) hue-rotate(203deg) brightness(103%) contrast(91%);
            filter: brightness(0) saturate(100%) invert(45%) sepia(83%) saturate(2897%) hue-rotate(203deg) brightness(103%) contrast(91%);
  }
  #container.page-partner .copyright {
    background-color: #ffce1f;
    color: #ff8e1f;
  }
  #container.page-rules {
    background-image: url(../img/header-bg-purple.svg);
  }
  #container.page-rules .logo img {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(6742%) hue-rotate(154deg) brightness(114%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(6742%) hue-rotate(154deg) brightness(114%) contrast(100%);
  }
  #container.page-rules .header-nav .ja {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(6742%) hue-rotate(154deg) brightness(114%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(6742%) hue-rotate(154deg) brightness(114%) contrast(100%);
  }
  #container.page-rules .header-nav .en {
    -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(28%) saturate(872%) hue-rotate(320deg) brightness(95%) contrast(109%);
            filter: brightness(0) saturate(100%) invert(94%) sepia(28%) saturate(872%) hue-rotate(320deg) brightness(95%) contrast(109%);
  }
  #container.page-rules .copyright {
    background-color: #8d80e4;
    color: #fff;
  }
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: clamp(400px, 28vw, 565px);
    padding: 65px 60px 0;
    margin-bottom: 70px;
  }
  #header .logo {
    width: 300px;
    margin: 0;
    padding: 0;
    line-height: 1em;
  }
  #header .header-nav ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(14% - 5px), 1fr));
    gap: 5px;
    place-items: center;
    width: 650px;
  }
  #header .header-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .header-nav ul li img {
    display: block;
  }
  #header .header-nav ul li .ja {
    width: auto;
    height: 15px;
    margin-bottom: 6px;
  }
  #header .header-nav ul li .en {
    width: auto;
    height: 8px;
  }
  #hamburger {
    display: none;
  }
  #footer {
    margin-top: 100px;
  }
  #footer .section-title {
    position: relative;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto 110px;
  }
  #footer .section-title::before {
    content: "";
    position: absolute;
    top: -200px;
    right: -50px;
    z-index: -1;
    width: 407px;
    height: 377px;
    background-image: url(../img/bg-o.svg);
    background-repeat: no-repeat;
    animation: floating-y 1.6s ease-in-out infinite alternate-reverse;
  }
  #footer .tel {
    margin-bottom: 70px;
  }
  #footer .tel a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 60px;
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #74d23f;
    background-image: url(../img/ico-tel.svg);
    background-repeat: no-repeat;
    background-size: 47px 62px;
    background-position: left center;
  }
  #footer .text-x {
    margin-bottom: 1.5em;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
  }
  #footer .link-x {
    display: block;
    width: 107px;
    aspect-ratio: 1/1;
    margin: 0 auto 110px;
  }
  #footer .footer-front-img {
    text-align: center;
  }
  #footer .footer-front-img img {
    width: 1065px;
    max-width: 90%;
  }
  #footer .copyright {
    padding: 70px 0;
    text-align: center;
  }
  #footer .copyright small {
    font-size: 18px;
    font-weight: 600;
  }
  @-webkit-keyframes floating-y {
    0% {
      -webkit-transform: translateY(-10%);
              transform: translateY(-10%);
    }
    100% {
      -webkit-transform: translateY(10%);
              transform: translateY(10%);
    }
  }
  @keyframes floating-y {
    0% {
      -webkit-transform: translateY(-10%);
              transform: translateY(-10%);
    }
    100% {
      -webkit-transform: translateY(10%);
              transform: translateY(10%);
    }
  }
  a:hover {
    opacity: 0.8;
  }
  .inview,
  .inview1,
  .inview2,
  .inview3 {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
  }
  .inview.is-show,
  .inview1.is-show,
  .inview2.is-show,
  .inview3.is-show {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .mv {
    position: relative;
    z-index: 1;
    margin-bottom: 320px;
    padding: 0 10vw 200px;
    background-color: #05a6fe;
  }
  .mv::after {
    content: "";
    position: absolute;
    bottom: -99px;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 132px;
    background-image: url(../img/mv-after.svg);
    background-repeat: no-repeat;
    background-size: 100% 132px;
  }
  .mv h2 {
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    width: clamp(500px, 52vw, 738px);
    height: auto;
  }
  .mv .mv-stage {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 98px;
    overflow: visible;
  }
  .mv #mvLine {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 98px;
    display: block;
    overflow: visible;
  }
  .mv #mvCar {
    position: absolute;
    left: 0;
    top: 0; /* ステージの左上基準で動かす */
    width: 31vw;
    max-width: 597px;
    height: auto;
    pointer-events: none;
    will-change: transform;
  }
  .mv .mv-cloud {
    position: absolute;
    z-index: -1;
    height: auto;
    animation: floating-y 1.6s ease-in-out infinite alternate-reverse;
  }
  .mv #mvCloud01 {
    top: -100px;
    left: 75vw;
    width: clamp(150px, 15vw, 212px);
  }
  .mv #mvCloud02 {
    top: 100px;
    left: 13vw;
    width: clamp(160px, 16vw, 229px);
  }
  .mv #mvCloud03 {
    top: 250px;
    left: 28vw;
    width: clamp(310px, 31vw, 438px);
  }
  .section-title {
    color: #3e3a39;
    text-align: center;
  }
  .section-title b {
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.08em;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .section-price {
    margin-bottom: 150px;
    padding: 100px 50px;
  }
  .section-price .section-title {
    margin-bottom: 100px;
  }
  .section-price .inner {
    position: relative;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 80px;
    background-color: #f8f8f8;
    border: 25px solid #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 80px;
  }
  .section-price .inner::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-price .inner.inner-price {
    margin-bottom: 80px;
  }
  .section-price .inner.inner-price::before {
    top: -260px;
    right: -250px;
    width: clamp(450px, 45vw, 630px);
    aspect-ratio: 6/4;
    background-image: url(../img/price-before.svg);
  }
  .section-price .inner.inner-price .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-price .inner.inner-price .col2 .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 80px;
  }
  .section-price .inner.inner-price .col2 .weekday-wrapper {
    margin-bottom: 30px;
  }
  .section-price .inner.inner-price .col2 .memo {
    margin: 10px 0 0;
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 600;
    text-align: right;
  }
  .section-price .inner.inner-price .col2 .price-weekday,
  .section-price .inner.inner-price .col2 .price-holiday,
  .section-price .inner.inner-price .col2 .price-regular-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .section-price .inner.inner-price .col2 .price-weekday span,
  .section-price .inner.inner-price .col2 .price-holiday span,
  .section-price .inner.inner-price .col2 .price-regular-inner span {
    display: block;
    margin-left: 10px;
    font-weight: 700;
    line-height: 1.35em;
    text-align: center;
  }
  .section-price .inner.inner-price .col2 .price-weekday .price,
  .section-price .inner.inner-price .col2 .price-holiday .price,
  .section-price .inner.inner-price .col2 .price-regular-inner .price {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .section-price .inner.inner-price .col2 .price-weekday h3 img {
    width: clamp(80px, 7vw, 110px);
  }
  .section-price .inner.inner-price .col2 .price-weekday span {
    font-size: clamp(22px, 2vw, 34px);
  }
  .section-price .inner.inner-price .col2 .price-weekday .price {
    width: clamp(200px, 22vw, 350px);
  }
  .section-price .inner.inner-price .col2 .price-holiday {
    margin-bottom: 30px;
  }
  .section-price .inner.inner-price .col2 .price-holiday h3 img {
    width: 95px;
    width: clamp(67px, 6.7vw, 95px);
  }
  .section-price .inner.inner-price .col2 .price-holiday span {
    font-size: clamp(18px, 1.8vw, 30px);
  }
  .section-price .inner.inner-price .col2 .price-holiday .price {
    width: clamp(170px, 18vw, 290px);
  }
  .section-price .inner.inner-price .col2 .price-regular {
    text-align: right;
    line-height: 1.75em;
  }
  .section-price .inner.inner-price .col2 .price-regular h3 {
    margin-bottom: 15px;
  }
  .section-price .inner.inner-price .col2 .price-regular h3 img {
    width: clamp(180px, 20vw, 280px);
  }
  .section-price .inner.inner-price .col2 .price-regular b {
    font-size: clamp(40px, 3.7vw, 52px);
    font-weight: 700;
    text-align: center;
  }
  .section-price .inner.inner-price .col2 .price-regular b small {
    font-size: clamp(20px, 2.1vw, 30px);
    font-weight: 600;
  }
  .section-price .inner.inner-price .col2 .price-regular .price {
    width: clamp(140px, 12vw, 180px);
  }
  .section-price .inner.inner-price .col2 .right {
    width: 425px;
    max-width: 40%;
    font-weight: 600;
  }
  .section-price .inner.inner-price .price-memo {
    margin-top: 70px;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
    line-height: 2em;
    text-align: center;
  }
  .section-price .inner.inner-price .price-memo em {
    color: #47cfb0;
  }
  .section-price .inner.inner-status::before {
    bottom: -230px;
    left: -230px;
    width: 828px;
    height: 415px;
    background-image: url(../img/price-after.svg);
  }
  .section-price .inner.inner-status .status-title {
    margin-bottom: 80px;
    font-size: 45px;
    font-weight: 900;
    text-align: center;
  }
  .section-price .inner.inner-status .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-price .inner.inner-status .col2 .left {
    width: 40%;
    line-height: 60px;
    color: #74d23f;
    text-align: center;
  }
  .section-price .inner.inner-status .col2 .left b,
  .section-price .inner.inner-status .col2 .left span {
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .section-price .inner.inner-status .col2 .left b {
    font-size: clamp(150px, 13vw, 185px);
    letter-spacing: -0.1em;
  }
  .section-price .inner.inner-status .col2 .left span {
    display: inline-block;
    margin-left: 0.1em;
    font-size: clamp(110px, 9.3vw, 130px);
  }
  .section-price .inner.inner-status .col2 .left em {
    font-size: 76px;
    font-size: clamp(60px, 5.4vw, 76px);
    font-weight: 900;
  }
  .section-price .inner.inner-status .col2 .status {
    width: 40%;
    text-align: center;
  }
  .section-price .inner.inner-status .col2 .status img {
    width: 310px;
  }
  .section-price .inner.inner-status .col2 .status .status_memo {
    margin: 10px auto 0;
    font-size: 20px;
    font-weight: 600;
  }
  .section-news {
    width: 100%;
    margin: 0 auto 250px;
    padding: 100px 50px 60px;
    background-color: #74d23f;
  }
  .section-news .section-title {
    margin-bottom: 120px;
  }
  .section-news .news {
    width: 800px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
  }
  .section-news .news > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5em;
  }
  .section-news .news > div dt,
  .section-news .news > div dd {
    padding: 0 0 1.5em;
    border-bottom: 2px solid #fff;
  }
  .section-news .news > div dt {
    margin-right: clamp(40px, 4.2vw, 60px);
  }
  .section-news .news > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    cursor: pointer;
  }
  .section-news dialog:not([open]) {
    display: none;
  }
  .section-news dialog[open] {
    border: none;
    outline: none;
    opacity: 1;
    width: 800px;
    padding: 30px 40px;
    max-width: 90%;
    background-color: #f8f8f8;
    border: 20px solid #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  }
  .section-news dialog::-ms-backdrop {
    background: rgba(0, 0, 0, 0.6);
  }
  .section-news dialog::backdrop {
    background: rgba(0, 0, 0, 0.6);
  }
  .section-news dialog .title {
    margin-bottom: 40px;
    padding: 0.5em 0;
    font-size: 26px;
    border-bottom: 2px solid #74d23f;
  }
  .section-news dialog p {
    font-size: 16px;
    line-height: 2em;
  }
  .section-news dialog .close {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    outline: none;
    margin: 50px auto 0;
    padding: 0.5em 1em;
    font-family: "Noto Sans JP", "M PLUS 1p", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #74d23f;
    border: 2px solid #74d23f;
    border-radius: 10px;
    cursor: pointer;
  }
  .section-game {
    position: relative;
    width: 1230px;
    max-width: 100%;
    margin: 0 auto 240px;
    padding: 0 50px;
  }
  .section-game::before {
    content: "";
    position: absolute;
    top: -150px;
    left: -120px;
    z-index: -1;
    width: 330px;
    height: 362px;
    background-image: url(../img/bg-u.svg);
    background-repeat: no-repeat;
    animation: floating-y 1.6s ease-in-out infinite alternate-reverse;
  }
  .section-game .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-game .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-game .col2 .text .game-title {
    margin-bottom: 40px;
    color: #ff8e1f;
    text-align: center;
  }
  .section-game .col2 .text .game-title b {
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-size: clamp(60px, 6vw, 84px);
    font-weight: 900;
    line-height: 1em;
  }
  .section-game .col2 .text .game-title h2 {
    font-size: 35px;
    font-weight: 600;
  }
  .section-game .col2 .text > p {
    font-size: 20px;
    font-weight: 600;
    line-height: 2em;
    text-align: center;
  }
  .section-game .col2 .text .game-btn {
    display: block;
    width: 316px;
    margin: 0 auto;
  }
  .section-game .col2 .img {
    position: relative;
    width: 710px;
    aspect-ratio: 71/51;
    max-width: 55%;
    background-image: url(../img/game-btn-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .section-game .col2 .img a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: clamp(20px, 2vw, 27px);
  }
  .section-game .col2 .img b {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    color: #ff8e1f;
    line-height: 1em;
  }
  .section-game .col2 .img b::after {
    content: "";
    display: inline-block;
    width: 23px;
    aspect-ratio: 5/6;
    margin-left: 10px;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: #ff8e1f;
  }
  .section-service {
    margin: 0 auto 240px;
    padding: 0 50px;
  }
  .section-service .inner {
    position: relative;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 80px;
    background-color: #f8f8f8;
    border: 25px solid #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 80px;
  }
  .section-service .inner::before {
    content: "";
    position: absolute;
    top: -220px;
    right: -250px;
    z-index: -1;
    width: 416px;
    height: 432px;
    background-image: url(../img/bg-e.svg);
    background-repeat: no-repeat;
    animation: floating-y 1.6s ease-in-out infinite alternate-reverse;
  }
  .section-service .section-title {
    margin-bottom: 70px;
  }
  .section-service ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 105px), 1fr));
    gap: 105px;
    width: 100%;
  }
  .section-service ul li a {
    display: block;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
  }
  .section-service ul li a > div {
    display: grid;
    place-items: center;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
    border-radius: 36px;
  }
  .section-service ul li:first-child a {
    color: #fa549f;
  }
  .section-service ul li:first-child a > div {
    background-color: #faa0b3;
  }
  .section-service ul li:first-child a img {
    width: 180px;
  }
  .section-service ul li:nth-child(2) a {
    color: #ff8e1f;
  }
  .section-service ul li:nth-child(2) a > div {
    background-color: #ffce1f;
  }
  .section-service ul li:nth-child(2) a img {
    width: 150px;
  }
  .section-service ul li:nth-child(3) a {
    color: #2c81ff;
  }
  .section-service ul li:nth-child(3) a > div {
    background-color: #63c1ff;
  }
  .section-service ul li:nth-child(3) a img {
    width: 150px;
  }
  .section-access {
    margin: 0 auto;
  }
  .section-access .section-title {
    margin-bottom: 70px;
  }
  .section-access .col2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1230px;
    max-width: 100%;
    margin: 0 auto 170px;
    padding: 0 50px;
  }
  .section-access .col2::before {
    content: "";
    position: absolute;
    bottom: -400px;
    left: -170px;
    z-index: -1;
    width: 330px;
    height: 362px;
    background-image: url(../img/bg-n.svg);
    background-repeat: no-repeat;
    animation: floating-y 1.6s ease-in-out infinite alternate-reverse;
  }
  .section-access .col2 .map {
    width: 620px;
    max-width: 50%;
    margin-right: clamp(80px, 8.6vw, 120px);
  }
  .section-access .col2 .map iframe {
    width: 100%;
  }
  .section-access .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-access .col2 .text h3 {
    margin-bottom: 1em;
    font-size: 17px;
    font-weight: 600;
    color: #26b096;
  }
  .section-access .col2 .text h3:not(:first-child) {
    margin-top: 60px;
  }
  .section-access .col2 .text p {
    font-size: 15px;
    line-height: 1.75em;
  }
  .section-access .col2 .text p:last-child {
    margin-bottom: 0;
  }
  .section-access .col2 .text .map-link {
    display: inline-block;
    padding-left: 20px;
    background-image: url(../img/ico-map.svg);
    background-repeat: no-repeat;
    background-size: 16px 24px;
    background-position: left center;
    line-height: 30px;
  }
  .section-access .map-ueno {
    position: relative;
    z-index: -3;
    width: 100%;
    margin: 0 auto;
    padding: 100px 50px 100px;
    text-align: center;
    background-image: url(../img/bg-map.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .section-access .map-ueno img {
    width: 1050px;
    aspect-ratio: 5/4;
    margin: 0 auto;
  }
  .page-discount article,
  .page-partner article {
    padding: 0 50px;
  }
  .page-discount .section-title,
  .page-partner .section-title {
    margin-bottom: 150px;
  }
  .page-discount .intro,
  .page-partner .intro {
    margin-bottom: 150px;
    font-size: clamp(18px, 1.7vw, 24px);
    font-weight: 600;
    line-height: 2em;
    text-align: center;
  }
  .page-discount .intro strong,
  .page-partner .intro strong {
    color: #26b096;
  }
  .discount,
  .partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1230px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 100px clamp(80px, 10vw, 140px);
    border-radius: 18px;
  }
  .discount:last-child,
  .partner:last-child {
    margin-bottom: 0;
  }
  .discount h2,
  .partner h2 {
    width: 460px;
    max-width: 42%;
    padding: 1em 50px 0 0;
    font-size: clamp(30px, 2.7vw, 38px);
    line-height: 1.75em;
  }
  .discount h2 small,
  .partner h2 small {
    font-size: 0.7em;
  }
  .discount .text,
  .partner .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: clamp(16px, 1.3vw, 18px);
    font-weight: 600;
    line-height: 2em;
  }
  .discount .text .big,
  .partner .text .big {
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 2em;
  }
  .discount .text strong,
  .partner .text strong {
    font-weight: 700;
  }
  .discount .text b,
  .partner .text b {
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-size: clamp(18px, 1.7vw, 24px);
  }
  .discount .text b i,
  .partner .text b i {
    font-size: 78px;
    font-size: clamp(60px, 5.6vw, 78px);
    font-style: normal;
  }
  .discount .text .memo,
  .partner .text .memo {
    margin-bottom: 0;
    color: #757575;
  }
  .discount {
    background-color: #ffd9e8;
  }
  .discount.hotel h2 {
    max-width: 25%;
    padding-top: 0;
  }
  .discount .text b {
    color: #fa549f;
  }
  .discount .hotels-discount {
    margin: 100px auto 70px;
    padding-right: 100px;
    font-size: clamp(20px, 1.8vw, 25px);
  }
  .discount .hotels-discount > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
  .discount .hotels-discount > div dt {
    width: 30%;
  }
  .discount .hotels-discount > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
  }
  .discount .hotels-discount b i {
    font-size: 42px;
  }
  .partner {
    background-color: #ffe78f;
  }
  .partner h2 {
    font-size: clamp(28px, 2.7vw, 38px);
  }
  .partner .text b {
    color: #4286f4;
  }
  .partner .text dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .partner .text dl > div dt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 40px;
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 1.75em;
  }
  .partner .text dl > div dd {
    width: clamp(200px, 21vw, 300px);
    padding-top: 20px;
    text-align: right;
  }
  .partner .text dl > div dd b {
    font-size: clamp(30px, 2.85vw, 40px);
  }
  .partner .text dl > div dd b i {
    font-size: clamp(70px, 6.4vw, 90px);
  }
  .page-facility article {
    padding: 0 50px;
  }
  .page-facility .section-title {
    margin-bottom: 150px;
  }
  .page-facility .facility-point {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 150px;
  }
  .page-facility .facility-point li {
    text-align: center;
  }
  .page-facility .facility-point li img {
    width: auto;
    height: clamp(80px, 8vw, 111px);
  }
  .page-facility .ueno-park {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 150px;
  }
  .page-facility .ueno-park h2 {
    font-size: clamp(20px, 1.7vw, 24px);
    text-align: center;
  }
  .page-facility .ueno-park .memo {
    margin-top: 2em;
    font-size: clamp(20px, 1.7vw, 24px);
    text-align: right;
  }
  .page-facility .facility-3f-01,
  .page-facility .facility-3f-02 {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .page-facility .facility-3f-01 h2,
  .page-facility .facility-3f-02 h2 {
    margin-bottom: 100px;
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-size: clamp(80px, 73.5vw, 105px);
    font-weight: 600;
    color: #0093f5;
    text-align: center;
  }
  .page-facility .facility-3f-01 h2 small,
  .page-facility .facility-3f-02 h2 small {
    font-size: 0.75em;
  }
  .page-facility .facility-3f-01 h3,
  .page-facility .facility-3f-02 h3 {
    margin-bottom: 60px;
    text-align: center;
  }
  .page-facility .facility-3f-01 p,
  .page-facility .facility-3f-02 p {
    font-size: clamp(20px, 1.7vw, 24px);
    line-height: 2em;
    text-align: center;
  }
  .page-facility .facility-3f-01 .img01,
  .page-facility .facility-3f-01 .img02,
  .page-facility .facility-3f-01 .img03,
  .page-facility .facility-3f-01 .img04,
  .page-facility .facility-3f-02 .img01,
  .page-facility .facility-3f-02 .img02,
  .page-facility .facility-3f-02 .img03,
  .page-facility .facility-3f-02 .img04 {
    position: absolute;
    z-index: -1;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .page-facility .facility-3f-01 .img01 img,
  .page-facility .facility-3f-01 .img02 img,
  .page-facility .facility-3f-01 .img03 img,
  .page-facility .facility-3f-01 .img04 img,
  .page-facility .facility-3f-02 .img01 img,
  .page-facility .facility-3f-02 .img02 img,
  .page-facility .facility-3f-02 .img03 img,
  .page-facility .facility-3f-02 .img04 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-facility .facility-3f-01 {
    margin-bottom: 300px;
  }
  .page-facility .facility-3f-01 h3 img {
    width: 445px;
  }
  .page-facility .facility-3f-01 .img01 {
    bottom: -300px;
    left: -220px;
    -webkit-mask-image: url(../img/facility-mask01.svg);
            mask-image: url(../img/facility-mask01.svg);
    -webkit-mask-size: 467px 502px;
            mask-size: 467px 502px;
  }
  .page-facility .facility-3f-01 .img02 {
    top: 170px;
    right: -320px;
    -webkit-mask-image: url(../img/facility-mask02.svg);
            mask-image: url(../img/facility-mask02.svg);
    -webkit-mask-size: 404px 531px;
            mask-size: 404px 531px;
  }
  .page-facility .facility-3f-02 {
    margin-bottom: 400px;
  }
  .page-facility .facility-3f-02 h3 img {
    width: 812px;
  }
  .page-facility .facility-3f-02 .img03 {
    bottom: -120px;
    left: -100px;
    -webkit-mask-image: url(../img/facility-mask03.svg);
            mask-image: url(../img/facility-mask03.svg);
    -webkit-mask-size: 320px 378px;
            mask-size: 320px 378px;
  }
  .page-facility .facility-3f-02 .img04 {
    bottom: -200px;
    right: -300px;
    -webkit-mask-image: url(../img/facility-mask04.svg);
            mask-image: url(../img/facility-mask04.svg);
    -webkit-mask-size: 497px 423px;
            mask-size: 497px 423px;
  }
  .page-rules article {
    padding: 0 50px;
  }
  .page-rules .section-title {
    margin-bottom: 150px;
  }
  .page-rules .rules-inner {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 1.75em;
  }
  .page-rules .rules-inner h2,
  .page-rules .rules-inner h3,
  .page-rules .rules-inner h4 {
    margin: 1em 0;
    font-size: clamp(18px, 1.57vw, 22px);
    font-weight: 400;
  }
  .page-rules .rules-inner h3 {
    margin: 2em 0;
    padding: 0 3em;
  }
  .page-rules .rules-inner ol,
  .page-rules .rules-inner ul {
    list-style: none;
  }
}