@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #000;
}

main {
  margin: 0 auto;
}

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

img {
  max-width: 100%;
}

li {
  list-style: none;
}

.sp-block {
  display: none;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

/* =====================
    header
===================== */
.header {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: slideup 0.3s ease-in-out forwards;
          animation: slideup 0.3s ease-in-out forwards;
}
.header.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-animation: slideDown 0.3s ease-in-out forwards;
          animation: slideDown 0.3s ease-in-out forwards;
}
.header.sticky .header__container {
  background-color: rgba(0, 0, 0, 0.8);
}
.header__container {
  width: 1000px;
  height: 100px;
  background-color: #000;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 167px;
  height: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__list {
  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;
  gap: 35px;
}
.header__link {
  font-weight: 600;
  font-size: 17px;
  color: #c8b28a;
}
.header__btn {
  display: block;
  width: 215px;
  height: 61px;
}
.header__btn img {
  width: 100%;
  height: auto;
}
.header__menu {
  display: none;
}

.hum__list {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: -30vh;
  position: fixed;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideup {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideup {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* =====================
    mv
===================== */
.mv__wrapper {
  width: 100%;
}
.mv__img {
  width: 1000px;
  height: 600px;
}
.mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =====================
    catchmv
===================== */
.catch__wrapper {
  margin: 0 auto;
  padding: 75px 0;
}
.catch__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catch__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #a98e5c;
  line-height: 1.3;
}
.catch__title--font {
  font-size: 62px;
}
.catch__title--font2 {
  font-size: 50.7px;
}
.catch__title--font3 {
  font-size: 72.58px;
}
.catch__title--font4 {
  font-size: 66.22px;
  letter-spacing: -0.04em;
}
.catch__title--font5 {
  font-size: 57px;
  letter-spacing: -0.13em;
}
.catch__title--font6 {
  font-size: 60px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  vertical-align: sub;
  margin-left: -7px;
  display: inline-block;
}
.catch__img {
  width: 484px;
  height: 342px;
}
.catch__img img {
  width: 100%;
  height: auto;
}
.catch__subtitle {
  margin-top: -137px;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.catch__subtitle--font {
  font-size: 31.61px;
}
.catch__subtitle--font2 {
  font-size: 41px;
  color: #dd989b;
}
.catch__text {
  margin-top: 20px;
  font-size: 23.78px;
  color: #fff;
  line-height: 1.74;
  letter-spacing: 0.05em;
}
.catch__text--font {
  font-size: 31px;
}
.catch__span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.catch__copy {
  position: relative;
  margin-top: 90px;
  font-size: 35.82px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1.54;
}
.catch__copy::before, .catch__copy::after {
  content: "";
  position: absolute;
  background-image: url(../img/catch_frame.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 319px;
  height: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.catch__copy::before {
  top: -30%;
}
.catch__copy::after {
  background-image: url(../img/catch_frame2.png);
  top: 115%;
}
.catch__img2 {
  margin-top: 70px;
  width: 1000px;
  height: 36px;
}
.catch__img2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =====================
    about
===================== */
.about {
  margin-top: 225px;
}
.about__wrapper {
  margin: 0 auto;
  padding: 75px 0 100px;
  overflow: hidden;
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -108px;
}
.about__group {
  width: 482px;
}
.about__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #a98e5c;
  line-height: 1.3;
  font-size: 51.63px;
  letter-spacing: -0.13em;
}
.about__title--font {
  font-size: 21.48px;
}
.about__title--font2 {
  font-size: 21.48px;
  padding-left: 24px;
}
.about__title--font3 {
  font-size: 57.45px;
  letter-spacing: normal;
}
.about__title--font4 {
  font-size: 45.4px;
  letter-spacing: -0.13em;
}
.about__title--group {
  display: block;
  line-height: 0.6;
  letter-spacing: 0.13em;
}
.about__title--group2 {
  display: block;
}
.about__discription {
  margin-top: 40px;
  font-size: 24px;
  color: #fff;
  line-height: 1.74;
  letter-spacing: 0.05em;
}
.about__img {
  margin: -33px 0 0 -28px;
  position: relative;
  width: 626px;
  height: 539px;
}
.about__img img {
  width: 100%;
  height: auto;
}
.about__tag {
  position: absolute;
  top: 75.5%;
  left: 48%;
  letter-spacing: -0.05em;
  font-size: 23.82px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
.about__status {
  position: absolute;
  top: 84.5%;
  left: 17%;
  line-height: 1.8;
  font-size: 19.96px;
  color: #e1d5bd;
  text-align: center;
}
.about__text {
  margin-top: 30px;
  font-size: 27.83px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.about__text--font {
  color: #dd989b;
}
.about__catch {
  margin-top: 35px;
  font-weight: 400;
  text-align: center;
  font-size: 47.3px;
  color: #dd989b;
}
.about__img2 {
  display: none;
}

/* =====================
    course
===================== */
.course {
  scroll-margin-top: 150px;
}
.course__wrapper {
  margin: 0 auto;
  padding: 37px 0 60px;
}
.course__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #a98e5c;
  line-height: 1.3;
  font-size: 62px;
  text-align: center;
}
.course__tax {
  margin-top: 9px;
  text-align: right;
  color: #c1c1c1;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.course__container {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.course__content {
  border: 2px solid #a98e5c;
}
.course__content:nth-child(2) .course__subtitle {
  background-color: #378dd5;
}
.course__content:nth-child(2) .course__inner {
  padding: 20px 10px;
}
.course__content:nth-child(2) .course__menu {
  margin-top: 15px;
}
.course__content:nth-child(2) .course__recommend {
  color: #4d9fe5;
}
.course__content:nth-child(3) .course__subtitle {
  background-color: #7553e0;
  line-height: 1.2;
}
.course__content:nth-child(3) .course__recommend {
  color: #a089ea;
}
.course__content:nth-child(3) .course__inner {
  padding: 3px 10px 26px;
}
.course__content:nth-child(3) .course__img {
  margin: 15px 0 0 -52px;
}
.course__content:nth-child(3) .course__list {
  margin-top: 5px;
}
.course__content:nth-child(3) .course__detail {
  padding-left: 125px;
}
.course__content:nth-child(3) .course__caution {
  text-align: left;
  margin: 9px 0 0 165px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.course__content:nth-child(4) .course__subtitle {
  background-color: #2fa89e;
  line-height: 1.2;
}
.course__content:nth-child(4) .course__recommend {
  color: #59c0b7;
}
.course__content:nth-child(4) .course__inner {
  padding: 10px 10px 26px;
}
.course__content:nth-child(4) .course__list {
  margin-top: 5px;
}
.course__content:nth-child(4) .course__detail {
  padding-left: 120px;
}
.course__content:nth-child(4) .course__img {
  margin: 15px 0 0 -52px;
}
.course__content:nth-child(4) .course__caution {
  text-align: left;
  margin: 6px 0 0 249px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.course__subtitle {
  height: 70px;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 45px;
  color: #fff;
  background-color: #e15576;
  font-weight: 400;
}
.course__subtitle--font {
  font-size: 53px;
}
.course__inner {
  padding: 30px 10px;
  color: #fff;
}
.course__recommend {
  font-size: 33.54px;
  color: #ee778a;
  text-align: center;
  font-weight: 400;
}
.course__recommend--span {
  display: block;
}
.course__recommend--font {
  font-size: 42px;
}
.course__recommend--font2 {
  font-size: 49px;
}
.course__menu {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
.course__img {
  margin: 15px 0 0 -35px;
  width: 464px;
  height: 302px;
}
.course__img img {
  width: 100%;
  height: auto;
}
.course__text {
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-size: 24.6px;
}
.course__tag {
  display: inline-block;
  margin-top: 30px;
  padding: 2px 12px;
  border-radius: 5px;
  font-size: 24.6px;
  background-color: #977a43;
}
.course__list {
  letter-spacing: 0.09em;
  margin-top: 3px;
}
.course__item {
  display: block;
  font-weight: 400;
  border-bottom: 1px dashed #767676;
  padding-bottom: 10px;
}
.course__item:nth-of-type(2) {
  margin-top: 6px;
}
.course__item:nth-of-type(2) .course__detail {
  padding-left: 50px;
}
.course__label {
  font-weight: 400;
  font-size: 30px;
}
.course__label--font {
  font-size: 22px;
}
.course__detail {
  font-size: 38.78px;
  padding-left: 42px;
  line-height: 1.1;
}
.course__yen {
  font-size: 27px;
}
.course__text2 {
  text-align: center;
  font-size: 18.91px;
  margin: 3px 45px 0 0;
}
.course__caution {
  font-size: 19px;
  text-align: center;
  margin-top: 22px;
  letter-spacing: 0.05em;
  color: #fff;
}
.course__play {
  position: relative;
  margin-top: 64px;
  border-radius: 50px;
  background-color: #1a1a1a;
  padding: 40px 20px 50px;
}
.course__play::before, .course__play::after {
  content: "";
  position: absolute;
  background-image: url(../img/catch_frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 319px;
  height: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.course__play::before {
  top: -3%;
}
.course__play::after {
  background-image: url(../img/catch_frame2.png);
  top: 97%;
}
.course__play .course__caution {
  margin: 37px 0 0 58px;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.course__common {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #a98e5c;
  line-height: 1.3;
  font-size: 41.61px;
  text-align: center;
  letter-spacing: -0.04em;
}
.course__common--font {
  font-size: 35px;
}
.course__name {
  margin-top: 36px;
  color: #e1d5bd;
  font-size: 22px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.course__cta {
  margin-top: 55px;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.course__btn {
  margin: 20px auto 0;
  display: block;
  width: 322px;
  height: 86px;
}
.course__btn img {
  width: 100%;
  height: auto;
}

/* =====================
    service
===================== */
.service {
  scroll-margin-top: 100px;
}
.service__wrapper {
  margin: 0 auto;
  padding: 35px 0 65px;
}
.service__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #a98e5c;
  line-height: 1.3;
  font-size: 62px;
  text-align: center;
}
.service__reserve {
  display: block;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 34px;
  letter-spacing: 0.08em;
}
.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 20px;
}
.service__item {
  position: relative;
  background-color: #2a2a2a;
  padding: 15px 22px 35px;
  border-radius: 50px 0 0 0;
}
.service__item::after {
  position: absolute;
  content: "";
  top: 103%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/service_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 73px;
  height: 25px;
}
.service__item:nth-of-type(2) .service__inner {
  gap: 70px;
}
.service__item:nth-of-type(3) {
  margin-top: 64px;
  padding: 15px 22px 23px 150px;
}
.service__item:nth-of-type(3)::before {
  position: absolute;
  top: -17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "― プレイ当日 ―";
  font-size: 34px;
  text-align: center;
  color: #fff;
}
.service__item:nth-of-type(3) .service__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.service__item:nth-of-type(3) .service__inner {
  gap: 13px;
}
.service__item:nth-of-type(3) .service__text {
  line-height: 1.7;
  padding-right: 9px;
}
.service__item:nth-of-type(4) {
  padding: 15px 22px 20px 146px;
}
.service__item:nth-of-type(4)::after {
  top: 107%;
}
.service__item:nth-of-type(4) .service__step {
  top: -13%;
}
.service__item:nth-of-type(4) .service__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service__item:nth-of-type(5) {
  padding: 13px 22px 31px 35px;
}
.service__item:nth-of-type(5)::after {
  display: none;
}
.service__item:nth-of-type(5) .service__inner {
  gap: 48px;
}
.service__item:nth-of-type(5) .service__step {
  top: -7%;
}
.service__item:nth-of-type(5) .service__caution {
  margin-top: 43px;
}
.service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
.service__step {
  position: absolute;
  top: -5%;
  left: -2%;
  width: 162px;
  height: 114px;
}
.service__step img {
  width: 100%;
  height: auto;
}
.service__group ul {
  margin-top: 20px;
  padding: 15px 25px;
  background-color: #404040;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 335px;
  letter-spacing: 0.06em;
}
.service__group li {
  font-size: 17.55px;
}
.service__subtitle {
  font-size: 45px;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.service__text {
  margin-top: 20px;
  font-size: 24.6px;
  color: #fff;
  line-height: 1.6;
}
.service__text--font {
  color: #33dd79;
}
.service__img {
  margin-top: 15px;
  width: 389px;
  height: 304px;
}
.service__img img {
  width: 100%;
  height: auto;
}
.service__caution {
  font-size: 19px;
  color: #fff;
  margin-top: 13px;
  letter-spacing: 0.04em;
}

/* =====================
    details
===================== */
.details {
  scroll-margin-top: 100px;
}
.details__wrapper {
  margin: 0 auto;
  padding: 35px 0 70px;
}
.details__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #a98e5c;
  line-height: 1.3;
  font-size: 62px;
  text-align: center;
}
.details__img {
  margin-top: 37px;
  width: 1000px;
  height: 337px;
}
.details__img img {
  width: 100%;
  height: auto;
}
.details__container {
  position: relative;
  margin-top: 58px;
  border-radius: 50px;
  background-color: #1a1a1a;
  padding: 70px 36px;
}
.details__container::before, .details__container::after {
  content: "";
  position: absolute;
  background-image: url(../img/catch_frame.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 319px;
  height: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.details__container::before {
  top: -1%;
}
.details__container::after {
  background-image: url(../img/catch_frame2.png);
  top: 98.7%;
}
.details__subtilte {
  margin-top: 45px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #a98e5c;
  line-height: 1.3;
  font-size: 35.33px;
  text-align: center;
}
.details__subtilte:first-child {
  margin-top: 0;
}
.details__text {
  margin-top: 25px;
  font-size: 22px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.03em;
}
.details__text--span {
  padding-left: 22px;
}

/* =====================
    gallery
===================== */
.gallery {
  scroll-margin-top: 100px;
}
.gallery__wrapper {
  padding: 35px 0;
}
.gallery__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #a98e5c;
  line-height: 1.3;
  font-size: 62px;
  text-align: center;
}
.gallery__container {
  margin-top: 52px;
}
.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 24px;
}
.gallery__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__img01, .gallery__img03 {
  width: 388px;
  height: 259px;
}
.gallery__img02 {
  width: 174px;
  height: 259px;
}
.gallery__img04, .gallery__img05 {
  width: 488px;
  height: 326px;
}
.gallery__img06, .gallery__img07, .gallery__img08 {
  width: 317px;
  height: 212px;
}

.lb-data .lb-details {
  display: none;
}

.lb-outerContainer {
  max-width: 850px !important;
  width: 100% !important;
  height: 90vh !important;
  border-radius: 0;
  background-color: transparent;
}

.lb-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lightbox .lb-image {
  height: auto !important;
  width: 100% !important;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  border: none;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: 50%;
  top: 50%;
  opacity: 1;
  background-color: #808080;
  border-radius: 50%;
  background-image: none;
}

.lb-nav a.lb-prev::before {
  position: absolute;
  top: 40%;
  left: 40%;
  content: "";
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  width: 15px;
  height: 15px;
  display: block;
}

.lb-nav a.lb-next::before {
  position: absolute;
  top: 40%;
  left: 35%;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  width: 15px;
  height: 15px;
  display: block;
}

.lb-nav a.lb-prev {
  left: -7vw;
}

.lb-nav a.lb-next {
  right: -7vw;
}

.lb-dataContainer {
  position: absolute;
  top: 0;
  left: 70%;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}

/* =====================
    footer
===================== */
.footer__wrapper {
  max-width: 295px;
  margin: 0 auto;
  padding: 35px 0;
}
.footer__sns {
  display: block;
  margin: 0 auto;
  width: 53px;
  height: 53px;
}
.footer__sns img {
  width: 100%;
  height: auto;
}
.footer__list {
  margin-top: 24px;
  line-height: 1.7;
  font-size: 12px;
  color: #745721;
  text-align: center;
}

/* =====================
    age
===================== */
.age mv__img {
  margin: 0 auto;
  width: 1000px;
  height: 600px;
}
.age mv__img img {
  width: 100%;
  height: auto;
}
.age .mv__btns {
  margin: -60px auto 0;
}
.age .mv__enter {
  margin: 0 auto;
  width: 164px;
  height: 167px;
}
.age .mv__enter a {
  display: block;
}
.age .mv__enter img {
  width: 100%;
  height: auto;
}
.age .mv__exit {
  margin: 15px auto 0;
  width: 146px;
  height: 37px;
}
.age .mv__exit a {
  display: block;
}
.age .mv__exit img {
  width: 100%;
  height: auto;
}
.age .mv__text {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
  color: #745721;
}
.age .footer__list {
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 2.16vw;
  }
  .wrapper {
    max-width: 46.2962962963rem;
  }
  /* =====================
      header
  ===================== */
  .header__container {
    width: 46.2962962963rem;
    height: 4.6296296296rem;
    padding: 0.6944444444rem 0;
  }
  .header__logo {
    width: 7.7314814815rem;
    height: 1.5740740741rem;
  }
  .header__list {
    gap: 1.6203703704rem;
  }
  .header__link {
    font-size: 0.787037037rem;
  }
  .header__btn {
    width: 9.9537037037rem;
    height: 2.8240740741rem;
  }
  /* =====================
      mv
  ===================== */
  .mv__img {
    margin: 0 auto;
    width: 46.2962962963rem;
    height: 27.7777777778rem;
  }
  /* =====================
      catchmv
  ===================== */
  .catch__wrapper {
    padding: 3.4722222222rem 0;
  }
  .catch__title--font {
    font-size: 2.8703703704rem;
  }
  .catch__title--font2 {
    font-size: 2.3472222222rem;
  }
  .catch__title--font3 {
    font-size: 3.3601851852rem;
  }
  .catch__title--font4 {
    font-size: 3.0657407407rem;
  }
  .catch__title--font5 {
    font-size: 2.6388888889rem;
  }
  .catch__title--font6 {
    font-size: 2.7777777778rem;
    margin-left: -0.3240740741rem;
  }
  .catch__img {
    width: 22.4074074074rem;
    height: 15.8333333333rem;
  }
  .catch__subtitle {
    margin-top: -6.3425925926rem;
    font-size: 1.8518518519rem;
  }
  .catch__subtitle--font {
    font-size: 1.4634259259rem;
  }
  .catch__subtitle--font2 {
    font-size: 1.8981481481rem;
  }
  .catch__text {
    margin-top: 0.9259259259rem;
    font-size: 1.1009259259rem;
  }
  .catch__text--font {
    font-size: 1.4351851852rem;
  }
  .catch__span {
    font-size: 0.6481481481rem;
    margin-top: 0.2314814815rem;
  }
  .catch__copy {
    margin-top: 4.1666666667rem;
    font-size: 1.6583333333rem;
  }
  .catch__copy::before, .catch__copy::after {
    width: 14.7685185185rem;
    height: 1.2037037037rem;
  }
  .catch__img2 {
    margin-top: 3.2407407407rem;
    width: 46.2962962963rem;
    height: 1.6666666667rem;
  }
  /* =====================
      about
  ===================== */
  .about {
    margin-top: 10.4166666667rem;
  }
  .about__wrapper {
    padding: 3.4722222222rem 0 4.6296296296rem;
  }
  .about__container {
    margin-right: -5rem;
  }
  .about__group {
    width: 22.3148148148rem;
  }
  .about__title {
    font-size: 2.3902777778rem;
  }
  .about__title--font {
    font-size: 0.9944444444rem;
  }
  .about__title--font2 {
    font-size: 0.9944444444rem;
    padding-left: 1.1111111111rem;
  }
  .about__title--font3 {
    font-size: 2.6597222222rem;
  }
  .about__title--font4 {
    font-size: 2.1018518519rem;
  }
  .about__discription {
    margin-top: 1.8518518519rem;
    font-size: 1.1111111111rem;
  }
  .about__img {
    margin: -1.5277777778rem 0 0 -1.2962962963rem;
    width: 28.9814814815rem;
    height: 24.9537037037rem;
  }
  .about__tag {
    font-size: 1.1027777778rem;
  }
  .about__status {
    font-size: 0.9240740741rem;
  }
  .about__text {
    margin-top: 1.3888888889rem;
    font-size: 1.2884259259rem;
  }
  .about__catch {
    margin-top: 1.6203703704rem;
    font-size: 2.1898148148rem;
  }
  /* =====================
      course
  ===================== */
  .course {
    scroll-margin-top: 6.9444444444rem;
  }
  .course__wrapper {
    padding: 1.712962963rem 0 2.7777777778rem;
  }
  .course__title {
    font-size: 2.8703703704rem;
  }
  .course__tax {
    margin-top: 0.4166666667rem;
    font-size: 0.7407407407rem;
  }
  .course__container {
    margin-top: 0.2314814815rem;
    gap: 2.2222222222rem;
  }
  .course__content {
    border: 0.0925925926rem solid #a98e5c;
  }
  .course__content:nth-child(2) .course__inner {
    padding: 0.9259259259rem 0.462962963rem;
  }
  .course__content:nth-child(2) .course__menu {
    margin-top: 0.6944444444rem;
  }
  .course__content:nth-child(3) .course__inner {
    padding: 0.1388888889rem 0.462962963rem 1.2037037037rem;
  }
  .course__content:nth-child(3) .course__img {
    margin: 0.6944444444rem 0 0 -2.4074074074rem;
  }
  .course__content:nth-child(3) .course__list {
    margin-top: 0.2314814815rem;
  }
  .course__content:nth-child(3) .course__detail {
    padding-left: 5.787037037rem;
  }
  .course__content:nth-child(3) .course__caution {
    margin: 0.4166666667rem 0 0 7.6388888889rem;
  }
  .course__content:nth-child(4) .course__inner {
    padding: 0.462962963rem 0.462962963rem 1.2037037037rem;
  }
  .course__content:nth-child(4) .course__list {
    margin-top: 0.2314814815rem;
  }
  .course__content:nth-child(4) .course__detail {
    padding-left: 5.5555555556rem;
  }
  .course__content:nth-child(4) .course__img {
    margin: 0.6944444444rem 0 0 -2.4074074074rem;
  }
  .course__content:nth-child(4) .course__caution {
    margin: 0.2777777778rem 0 0 11.5277777778rem;
  }
  .course__subtitle {
    height: 3.2407407407rem;
    font-size: 2.0833333333rem;
  }
  .course__subtitle--font {
    font-size: 2.4537037037rem;
  }
  .course__inner {
    padding: 1.3888888889rem 0.462962963rem;
  }
  .course__recommend {
    font-size: 1.5527777778rem;
  }
  .course__recommend--font {
    font-size: 1.9444444444rem;
  }
  .course__recommend--font2 {
    font-size: 2.2685185185rem;
  }
  .course__menu {
    margin-top: 1.0648148148rem;
    gap: 2.0833333333rem;
  }
  .course__img {
    margin: 0.6944444444rem 0 0 -1.6203703704rem;
    width: 21.4814814815rem;
    height: 13.9814814815rem;
  }
  .course__text {
    font-size: 1.1388888889rem;
  }
  .course__tag {
    margin-top: 1.3888888889rem;
    padding: 0.0925925926rem 0.5555555556rem;
    font-size: 1.1388888889rem;
  }
  .course__list {
    margin-top: 0.1388888889rem;
  }
  .course__item {
    padding-bottom: 0.462962963rem;
  }
  .course__item:nth-of-type(2) .course__detail {
    padding-left: 2.3148148148rem;
  }
  .course__label {
    font-size: 1.3888888889rem;
  }
  .course__label--font {
    font-size: 1.0185185185rem;
  }
  .course__detail {
    font-size: 1.7953703704rem;
    padding-left: 1.9444444444rem;
  }
  .course__yen {
    font-size: 1.25rem;
  }
  .course__text2 {
    font-size: 0.875462963rem;
    margin: 0.1388888889rem 2.0833333333rem 0 0;
  }
  .course__caution {
    font-size: 0.8796296296rem;
    margin-top: 1.0185185185rem;
  }
  .course__play {
    margin-top: 2.962962963rem;
    padding: 1.8518518519rem 0.9259259259rem 2.3148148148rem;
  }
  .course__play::before, .course__play::after {
    width: 14.7685185185rem;
    height: 1.2037037037rem;
  }
  .course__play .course__caution {
    margin: 1.712962963rem 0 0 2.6851851852rem;
  }
  .course__common {
    font-size: 1.9263888889rem;
  }
  .course__common--font {
    font-size: 1.6203703704rem;
  }
  .course__name {
    margin-top: 1.6666666667rem;
    font-size: 1.0185185185rem;
  }
  .course__cta {
    margin-top: 2.5462962963rem;
    font-size: 1.3888888889rem;
  }
  .course__btn {
    margin: 0.9259259259rem auto 0;
    width: 14.9074074074rem;
    height: 3.9814814815rem;
  }
  /* =====================
      service
  ===================== */
  .service__wrapper {
    padding: 1.6203703704rem 0 3.0092592593rem;
  }
  .service__title {
    font-size: 2.8703703704rem;
  }
  .service__reserve {
    margin-top: 1.3888888889rem;
    font-size: 1.5740740741rem;
  }
  .service__list {
    gap: 2.3148148148rem;
    margin-top: 0.9259259259rem;
  }
  .service__item {
    padding: 0.6944444444rem 1.0185185185rem 1.6203703704rem;
  }
  .service__item::after {
    width: 3.3796296296rem;
    height: 1.1574074074rem;
  }
  .service__item:nth-of-type(2) .service__inner {
    gap: 3.2407407407rem;
  }
  .service__item:nth-of-type(3) {
    margin-top: 2.962962963rem;
    padding: 0.6944444444rem 1.0185185185rem 1.0648148148rem 6.9444444444rem;
  }
  .service__item:nth-of-type(3)::before {
    font-size: 1.5740740741rem;
  }
  .service__item:nth-of-type(3) .service__inner {
    gap: 0.6018518519rem;
  }
  .service__item:nth-of-type(3) .service__text {
    padding-right: 0.4166666667rem;
  }
  .service__item:nth-of-type(4) {
    padding: 0.6944444444rem 1.0185185185rem 0.9259259259rem 6.7592592593rem;
  }
  .service__item:nth-of-type(5) {
    padding: 0.6018518519rem 1.0185185185rem 1.4351851852rem 1.6203703704rem;
  }
  .service__item:nth-of-type(5) .service__inner {
    gap: 2.2222222222rem;
  }
  .service__item:nth-of-type(5) .service__caution {
    margin-top: 1.9907407407rem;
  }
  .service__inner {
    gap: 1.3888888889rem;
  }
  .service__step {
    width: 7.5rem;
    height: 5.2777777778rem;
  }
  .service__group ul {
    margin-top: 0.9259259259rem;
    padding: 0.6944444444rem 1.1574074074rem;
    width: 15.5092592593rem;
  }
  .service__group li {
    font-size: 0.8125rem;
  }
  .service__subtitle {
    font-size: 2.0833333333rem;
  }
  .service__text {
    margin-top: 0.9259259259rem;
    font-size: 1.1388888889rem;
  }
  .service__img {
    margin-top: 0.6944444444rem;
    width: 18.0092592593rem;
    height: 14.0740740741rem;
  }
  .service__caution {
    font-size: 0.8796296296rem;
    margin-top: 0.6018518519rem;
  }
  /* =====================
      details
  ===================== */
  .details__wrapper {
    padding: 1.6203703704rem 0 3.2407407407rem;
  }
  .details__title {
    font-size: 2.8703703704rem;
  }
  .details__img {
    margin-top: 1.712962963rem;
    width: 46.2962962963rem;
    height: 15.6018518519rem;
  }
  .details__container {
    margin-top: 2.6851851852rem;
    padding: 3.2407407407rem 1.6666666667rem;
  }
  .details__container::before, .details__container::after {
    width: 14.7685185185rem;
    height: 1.2037037037rem;
  }
  .details__subtilte {
    margin-top: 2.0833333333rem;
    font-size: 1.6356481481rem;
  }
  .details__text {
    margin-top: 1.1574074074rem;
    font-size: 1.0185185185rem;
  }
  .details__text--span {
    padding-left: 1.0185185185rem;
  }
  /* =====================
      gallery
  ===================== */
  .gallery__wrapper {
    padding: 1.6203703704rem 0;
  }
  .gallery__title {
    font-size: 2.8703703704rem;
  }
  .gallery__container {
    margin-top: 2.4074074074rem;
  }
  .gallery__list {
    gap: 1.1574074074rem 1.1111111111rem;
  }
  .gallery__img01, .gallery__img03 {
    width: 17.962962963rem;
    height: 11.9907407407rem;
  }
  .gallery__img02 {
    width: 8.0555555556rem;
    height: 11.9907407407rem;
  }
  .gallery__img04, .gallery__img05 {
    width: 22.5925925926rem;
    height: 15.0925925926rem;
  }
  .gallery__img06, .gallery__img07, .gallery__img08 {
    width: 14.6759259259rem;
    height: 9.8148148148rem;
  }
  .lb-outerContainer {
    max-width: 39.3518518519rem !important;
  }
  .lb-nav a.lb-prev {
    left: -7vw;
  }
  .lb-nav a.lb-next {
    right: -7vw;
  }
  /* =====================
      footer
  ===================== */
  .footer__wrapper {
    max-width: 13.6574074074rem;
    padding: 1.6203703704rem 0;
  }
  .footer__sns {
    width: 2.4537037037rem;
    height: 2.4537037037rem;
  }
  .footer__list {
    margin-top: 1.1111111111rem;
    font-size: 0.5555555556rem;
  }
  /* =====================
      age
  ===================== */
  .age mv__img {
    width: 46.2962962963rem;
    height: 27.7777777778rem;
  }
  .age .mv__btns {
    margin: -2.7777777778rem auto 0;
  }
  .age .mv__enter {
    width: 7.5925925926rem;
    height: 7.7314814815rem;
  }
  .age .mv__exit {
    margin: 0.6944444444rem auto 0;
    width: 6.7592592593rem;
    height: 1.712962963rem;
  }
  .age .mv__text {
    margin-top: 1.1574074074rem;
    font-size: 0.5555555556rem;
  }
  .age .footer__list {
    margin-top: 1.3888888889rem;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 4.1027vw;
  }
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .header {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .header.sticky {
    opacity: 1;
    visibility: visible;
    position: fixed;
  }
  .header__container {
    width: 24.3743906402rem;
    height: 2.8599285018rem;
    padding: 0.1624959376rem 1.624959376rem;
  }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 6.5648358791rem;
    height: 1.3324666883rem;
  }
  .header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
  .header__list {
    display: none;
  }
  .header__btn {
    width: 6.6623334417rem;
    height: 1.8849528762rem;
  }
  .header__menu {
    display: block;
  }
  .header__list {
    display: none;
  }
  .header__hum {
    position: relative;
    width: 1.3324666883rem;
    height: 1.0399740006rem;
  }
  .header__hum.open .header__bar:nth-child(1) {
    -webkit-transform: translateY(0.4874878128rem) rotate(45deg);
            transform: translateY(0.4874878128rem) rotate(45deg);
  }
  .header__hum.open .header__bar:nth-child(2) {
    opacity: 0;
  }
  .header__hum.open .header__bar:nth-child(3) {
    -webkit-transform: translateY(-0.4874878128rem) rotate(-45deg);
            transform: translateY(-0.4874878128rem) rotate(-45deg);
  }
  .header__bar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    width: 100%;
    border: 0.064998375rem solid #fff;
  }
  .header__bar:nth-of-type(2) {
    position: absolute;
    top: 50%;
  }
  .header__bar:nth-of-type(3) {
    position: absolute;
    top: 100%;
  }
  .hum__list.open {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 101;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    top: 0;
    top: 2.8599285018rem;
    left: 0;
    background-color: #3d3b32;
    padding: 2.1124471888rem 1.624959376rem 2.5999350016rem;
    gap: 0.9424764381rem;
    opacity: 0.9;
  }
  .hum__list.open .hum__link {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    width: 100%;
    border-bottom: 1px solid #afab9d;
    color: #fff;
    padding-bottom: 0.747481313rem;
    text-align: center;
    font-size: 1.1699707507rem;
    font-weight: 600;
  }
  .hum__list.closing {
    top: -100vh;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
    z-index: 100;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
  }
  /* =====================
      mv
  ===================== */
  .mv__wrapper {
    width: 100%;
  }
  .mv__img {
    width: 24.3743906402rem;
    height: 42.1839454014rem;
  }
  /* =====================
      catchmv
  ===================== */
  .catch__wrapper {
    padding: 3.0874228144rem 0 0;
  }
  .catch__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.812479688rem;
  }
  .catch__title {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .catch__title--font {
    font-size: 2.5674358141rem;
    letter-spacing: 0.06em;
  }
  .catch__title--font2 {
    font-size: 2.0994475138rem;
  }
  .catch__title--font3 {
    font-size: 3.0048748781rem;
  }
  .catch__title--font4 {
    font-size: 3.0857978551rem;
  }
  .catch__title--font5 {
    font-size: 2.656158596rem;
  }
  .catch__title--font6 {
    font-size: 3.0549236269rem;
    margin-left: -0.2274943126rem;
  }
  .catch__group {
    position: absolute;
    top: 466%;
    left: 44%;
  }
  .catch__img {
    width: 20.1494962626rem;
    height: 14.2346441339rem;
  }
  .catch__subtitle {
    margin-top: 0.6499837504rem;
    font-size: 1.6057848554rem;
    margin-top: 5.3623659409rem;
    text-align: center;
    padding-right: 0.9099772506rem;
  }
  .catch__subtitle--font {
    font-size: 1.2687682808rem;
  }
  .catch__subtitle--font2 {
    font-size: 1.645758856rem;
  }
  .catch__text {
    margin-top: 0.9749756256rem;
    font-size: 0.9099772506rem;
    padding: 0 1.624959376rem;
  }
  .catch__text--font {
    font-size: 1.1699707507rem;
  }
  .catch__span {
    font-size: 0.5199870003rem;
    margin-top: 0.6499837504rem;
    text-align: right;
  }
  .catch__copy {
    margin-top: 5.8498537537rem;
    font-size: 1.3747156321rem;
    padding: 0 0.6499837504rem;
  }
  .catch__copy::before, .catch__copy::after {
    width: 14.9171270718rem;
    height: 1.2024699383rem;
  }
  .catch__copy::before {
    background-image: url(../img/catch_frame-sp.png);
    top: -20%;
  }
  .catch__copy::after {
    background-image: url(../img/catch_frame2-sp.png);
    top: 112%;
  }
  .catch__img2 {
    margin-top: 3.7374065648rem;
    width: 24.3743906402rem;
    height: 16.867078323rem;
  }
  /* =====================
      about
  ===================== */
  .about {
    margin-top: 0;
  }
  .about__wrapper {
    padding: 2.5999350016rem 0 2.9249268768rem;
  }
  .about__container {
    margin-right: -3.5099122522rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__group {
    width: auto;
    padding: 0 1.2999675008rem;
    position: relative;
  }
  .about__title {
    font-size: 2.3747156321rem;
  }
  .about__title--font {
    font-size: 0.9879753006rem;
  }
  .about__title--font2 {
    font-size: 0.9879753006rem;
    padding-left: 0.7799805005rem;
  }
  .about__title--font3 {
    font-size: 2.6421839454rem;
    letter-spacing: 0.03em;
  }
  .about__title--font4 {
    font-size: 2.0880727982rem;
  }
  .about__title--group {
    letter-spacing: 0.17em;
  }
  .about__discription {
    position: absolute;
    top: 370%;
    left: 5.5%;
    width: 21.7744556386rem;
    line-height: 1.9;
    margin-top: 1.2999675008rem;
    font-size: 0.9749756256rem;
  }
  .about__img {
    margin: -0.747481313rem 0 0;
    width: 24.3743906402rem;
    height: 22.0344491388rem;
  }
  .about__tag {
    top: 76%;
    letter-spacing: -0.09em;
    font-size: 0.9629509262rem;
  }
  .about__status {
    left: 15%;
    font-size: 0.8066298343rem;
  }
  .about__text {
    margin-top: 15.0471238219rem;
    font-size: 1.2469938252rem;
    line-height: 1.75;
    padding: 0 0.6499837504rem;
  }
  .about__catch {
    margin-top: 1.8849528762rem;
    font-size: 2.0295742606rem;
    margin-right: -1.1699707507rem;
  }
  .about__img2 {
    display: block;
    margin-top: -2.5999350016rem;
    width: 23.6919077023rem;
    height: 18.1345466363rem;
  }
  .about__img2 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* =====================
      course
  ===================== */
  .course {
    scroll-margin-top: 0rem;
  }
  .course__wrapper {
    max-width: 21.1244718882rem;
    margin: 0 auto;
    padding: 2.7624309392rem 0 3.249918752rem;
  }
  .course__title {
    font-size: 2.7071823204rem;
  }
  .course__tax {
    margin-top: 1.624959376rem;
    font-size: 0.5199870003rem;
  }
  .course__container {
    margin-top: 0.3899902502rem;
    gap: 1.7874553136rem;
  }
  .course__content {
    border: 0.064998375rem solid #a98e5c;
  }
  .course__content:nth-child(2) .course__recommend {
    line-height: 1.2;
  }
  .course__content:nth-child(2) .course__caution {
    text-align: left;
    max-width: 17.3220669483rem;
    margin: 2.5999350016rem auto 0;
    line-height: 1.7;
  }
  .course__content:nth-child(2) .course__inner {
    padding: 1.4624634384rem 0.3249918752rem 1.4299642509rem;
  }
  .course__content:nth-child(3) .course__inner {
    padding: 0.6499837504rem 0.3249918752rem 1.4299642509rem;
  }
  .course__content:nth-child(3) .course__recommend {
    font-size: 1.1699707507rem;
    line-height: 1.5;
  }
  .course__content:nth-child(3) .course__img {
    margin: 0.6499837504rem auto 0;
  }
  .course__content:nth-child(3) .course__list {
    margin-top: 0.4874878128rem;
  }
  .course__content:nth-child(3) .course__detail {
    padding-left: 6.0123496913rem;
  }
  .course__content:nth-child(3) .course__caution {
    margin: 2.4049398765rem 0.5199870003rem 0 1.2024699383rem;
  }
  .course__content:nth-child(3) .course__caution--span {
    padding-left: 0.812479688rem;
  }
  .course__content:nth-child(3) .course__subtitle {
    line-height: 1.1;
  }
  .course__content:nth-child(3) .course__subtitle--font {
    font-size: 1.7224569386rem;
  }
  .course__content:nth-child(3) .course__group {
    padding-left: 0;
  }
  .course__content:nth-child(4) .course__inner {
    padding: 0.3899902502rem 0.3249918752rem 1.4299642509rem;
  }
  .course__content:nth-child(4) .course__recommend {
    font-size: 1.1699707507rem;
    line-height: 1.5;
  }
  .course__content:nth-child(4) .course__list {
    margin-top: 0.4874878128rem;
  }
  .course__content:nth-child(4) .course__detail {
    padding-left: 6.0123496913rem;
  }
  .course__content:nth-child(4) .course__img {
    margin: 0.812479688rem auto 0;
  }
  .course__content:nth-child(4) .course__group {
    padding-left: 0;
  }
  .course__content:nth-child(4) .course__caution {
    margin: 2.4049398765rem 0.5199870003rem 0 2.0149496263rem;
  }
  .course__subtitle {
    height: 2.2749431264rem;
    font-size: 1.4624634384rem;
  }
  .course__subtitle--font {
    font-size: 1.7224569386rem;
  }
  .course__inner {
    padding: 1.1374715632rem 0.3249918752rem 1.4624634384rem;
  }
  .course__recommend {
    font-size: 1.3649658759rem;
  }
  .course__recommend--font {
    font-size: 1.3649658759rem;
  }
  .course__recommend--font2 {
    font-size: 1.8849528762rem;
  }
  .course__menu {
    margin-top: 0.747481313rem;
    gap: 1.4624634384rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .course__img {
    margin: 0.4874878128rem auto 0;
    width: 19.6620084498rem;
    height: 12.804679883rem;
  }
  .course__group {
    padding-left: 1.1374715632rem;
  }
  .course__text {
    font-size: 1.1153721157rem;
  }
  .course__tag {
    margin-top: 2.1449463763rem;
    padding: 0.064998375rem 0.4874878128rem;
    font-size: 1.2456938577rem;
  }
  .course__list {
    margin-top: 0.3249918752rem;
  }
  .course__item {
    padding-bottom: 0.3249918752rem;
  }
  .course__item:nth-of-type(2) {
    margin-top: 0.5199870003rem;
  }
  .course__item:nth-of-type(2) .course__detail {
    padding-left: 2.2749431264rem;
  }
  .course__label {
    font-size: 1.5190120247rem;
  }
  .course__label--font {
    font-size: 1.1140721482rem;
  }
  .course__detail {
    font-size: 1.9639259019rem;
    padding-left: 1.9499512512rem;
  }
  .course__yen {
    font-size: 1.367240819rem;
  }
  .course__text2 {
    font-size: 0.9577510562rem;
    margin: 0.4874878128rem 1.4624634384rem 0 0;
  }
  .course__caution {
    font-size: 0.6499837504rem;
    margin-top: 2.5999350016rem;
  }
  .course__caution--sp {
    padding-left: 0.9099772506rem;
  }
  .course__play {
    margin-top: 3.249918752rem;
    padding: 2.2749431264rem 1.1699707507rem 2.2749431264rem;
  }
  .course__play::before, .course__play::after {
    width: 14.9171270718rem;
    height: 1.2024699383rem;
  }
  .course__play::before {
    background-image: url(../img/catch_frame-sp.png);
    top: -2.5%;
  }
  .course__play::after {
    background-image: url(../img/catch_frame2-sp.png);
    top: 97.5%;
  }
  .course__play .course__caution {
    margin: 1.624959376rem 0 0 0.3249918752rem;
  }
  .course__play .course__caution--span {
    padding-left: 0.9749756256rem;
  }
  .course__common {
    font-size: 1.4725381865rem;
  }
  .course__common--font {
    font-size: 1.2385440364rem;
  }
  .course__name {
    margin-top: 1.1699707507rem;
    font-size: 0.8449788755rem;
  }
  .course__name--span {
    display: none;
  }
  .course__cta {
    margin-top: 3.6724081898rem;
    font-size: 1.648358791rem;
    margin-left: -0.2599935002rem;
  }
  .course__btn {
    margin: 1.2999675008rem auto 0;
    width: 21.1569710757rem;
    height: 5.6548586285rem;
  }
  /* =====================
      service
  ===================== */
  .service {
    scroll-margin-top: 0rem;
  }
  .service__wrapper {
    max-width: 21.1244718882rem;
    padding: 2.5674358141rem 0 3.249918752rem;
  }
  .service__title {
    font-size: 2.7071823204rem;
    letter-spacing: -0.05em;
  }
  .service__reserve {
    margin-top: 2.3399415015rem;
    font-size: 1.1049723757rem;
  }
  .service__list {
    gap: 1.624959376rem;
    margin-top: 0.6499837504rem;
  }
  .service__item {
    padding: 1.1374715632rem 0.7149821254rem 1.624959376rem;
  }
  .service__item::after {
    top: 101.5%;
    width: 2.372440689rem;
    height: 0.812479688rem;
  }
  .service__item:nth-of-type(2) {
    padding: 1.1374715632rem 0.7149821254rem 1.2999675008rem;
  }
  .service__item:nth-of-type(2)::after {
    top: 102.5%;
  }
  .service__item:nth-of-type(2) .service__inner {
    gap: 2.2749431264rem;
  }
  .service__item:nth-of-type(2) .service__img {
    top: 15%;
  }
  .service__item:nth-of-type(2) .service__step {
    top: -3%;
  }
  .service__item:nth-of-type(3) {
    margin-top: 2.5349366266rem;
    padding: 0.9749756256rem 0.3249918752rem 1.4624634384rem;
  }
  .service__item:nth-of-type(3)::before {
    top: -10.5%;
    font-size: 1.1049723757rem;
  }
  .service__item:nth-of-type(3) .service__inner {
    gap: 0.4224894378rem;
  }
  .service__item:nth-of-type(3) .service__step {
    top: -3%;
  }
  .service__item:nth-of-type(3) .service__subtitle {
    letter-spacing: 0;
  }
  .service__item:nth-of-type(3) .service__text {
    padding-right: 0;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .service__item:nth-of-type(3) .service__img {
    top: 11%;
  }
  .service__item:nth-of-type(4) {
    padding: 1.1374715632rem 0.3249918752rem 1.4624634384rem;
  }
  .service__item:nth-of-type(4) .service__text {
    margin-top: 1.0724731882rem;
  }
  .service__item:nth-of-type(4) .service__step {
    top: -10%;
  }
  .service__item:nth-of-type(5) {
    padding: 1.1374715632rem 0.3249918752rem 1.4624634384rem;
  }
  .service__item:nth-of-type(5) .service__inner {
    gap: 1.559961001rem;
  }
  .service__item:nth-of-type(5) .service__caution {
    margin-top: 1.0724731882rem;
  }
  .service__item:nth-of-type(5) .service__step {
    top: -3%;
  }
  .service__item:nth-of-type(5) .service__img {
    top: 14%;
  }
  .service__inner {
    gap: 0.9749756256rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service__step {
    top: -2%;
    left: -6%;
    width: 5.2648683783rem;
    height: 3.7049073773rem;
  }
  .service__group ul {
    margin: 0.9749756256rem auto 0;
    padding: 0.4874878128rem 3.6074098148rem 0.7149821254rem;
    width: 17.8745531362rem;
    gap: 0.1949951251rem;
    border-radius: 20px;
  }
  .service__group li {
    font-size: 0.6499837504rem;
  }
  .service__subtitle {
    text-align: center;
    font-size: 1.4624634384rem;
  }
  .service__text {
    margin-top: 10.7247318817rem;
    font-size: 0.8449788755rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .service__img {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0.4874878128rem;
    width: 17.8095547611rem;
    height: 10.4647383815rem;
  }
  .service__caution {
    font-size: 0.6499837504rem;
    margin-top: 1.1374715632rem;
    text-align: center;
    line-height: 1.8;
  }
  /* =====================
      details
  ===================== */
  .details {
    scroll-margin-top: 0rem;
  }
  .details__wrapper {
    padding: 2.5999350016rem 0 3.249918752rem;
  }
  .details__title {
    font-size: 2.6324341891rem;
    letter-spacing: -0.07em;
  }
  .details__img {
    margin: 1.4624634384rem auto 0;
    width: 23.6919077023rem;
    height: 8.2872928177rem;
  }
  .details__container {
    max-width: 21.1244718882rem;
    margin: 2.437439064rem auto 0;
    padding: 2.437439064rem 1.2999675008rem;
  }
  .details__container::before, .details__container::after {
    width: 14.9171270718rem;
    height: 1.2024699383rem;
  }
  .details__container::before {
    background-image: url(../img/catch_frame-sp.png);
    top: -1%;
  }
  .details__container::after {
    background-image: url(../img/catch_frame2-sp.png);
    top: 99%;
  }
  .details__subtilte {
    margin-top: 1.624959376rem;
    font-size: 1.2349691258rem;
  }
  .details__text {
    line-height: 1.67;
    margin-top: 0.812479688rem;
    font-size: 0.7799805005rem;
  }
  .details__text--span {
    padding-left: 0.7149821254rem;
  }
  .details__text--sp {
    padding-left: 0.747481313rem;
  }
  /* =====================
      gallery
  ===================== */
  .gallery {
    scroll-margin-top: 0rem;
  }
  .gallery__wrapper {
    padding: 2.5349366266rem 0;
  }
  .gallery__title {
    font-size: 2.7071823204rem;
    letter-spacing: -0.05em;
  }
  .gallery__container {
    margin: 2.372440689rem auto 0;
    max-width: 21.1894702632rem;
  }
  .gallery__list {
    gap: 0.5199870003rem;
  }
  .gallery__img01, .gallery__img03 {
    width: 8.2222944426rem;
    height: 5.4598635034rem;
  }
  .gallery__img02 {
    width: 3.6399090023rem;
    height: 5.4598635034rem;
  }
  .gallery__img04, .gallery__img05 {
    width: 10.3347416315rem;
    height: 6.8898277543rem;
  }
  .gallery__img06, .gallery__img07, .gallery__img08 {
    width: 6.6948326292rem;
    height: 4.4848878778rem;
  }
  .gallery .course__cta {
    margin-top: 2.9249268768rem;
  }
  .gallery .lb-image {
    max-width: 80%;
    max-height: 80vh;
  }
  .lb-nav a.lb-prev {
    left: 0;
  }
  .lb-nav a.lb-next {
    right: 0;
  }
  .lb-dataContainer {
    top: -50px;
  }
  .lb-nav a.lb-prev, .lb-nav a.lb-next {
    top: 0;
    opacity: 0;
    width: 50%;
    height: 100%;
  }
  .lb-nav a.lb-prev:hover, .lb-nav a.lb-next:hover {
    outline: none;
    opacity: 0 !important;
  }
  /* =====================
      footer
  ===================== */
  .footer__wrapper {
    max-width: 17.3870653234rem;
    padding: 0.6499837504rem 0 1.9499512512rem;
  }
  .footer__sns {
    width: 3.249918752rem;
    height: 3.249918752rem;
  }
  .footer__list {
    margin-top: 0.7799805005rem;
    font-size: 0.7149821254rem;
  }
  /* =====================
      age
  ===================== */
  .age mv__img {
    width: 24.3743906402rem;
    height: 42.1839454014rem;
  }
  .age .mv__btns {
    margin: -6.9223269418rem auto 0;
  }
  .age .mv__enter {
    width: 16.3795905102rem;
    height: 12.3821904452rem;
  }
  .age .mv__exit {
    margin: 0.1624959376rem auto 0;
    width: 10.3347416315rem;
    height: 2.5999350016rem;
  }
  .age .mv__text {
    margin-top: 0.9749756256rem;
    font-size: 0.7799805005rem;
    line-height: 1.8;
  }
  .age .footer__list {
    margin-top: 3.249918752rem;
  }
}