@charset "UTF-8";
/*-----------------------

    ジム・マシン紹介

-----------------------*/
.page-detail-gym-machine .content-header {
  background-image: url(../img/gm-mv.webp);
}
@media only screen and (max-width: 559px) {
  .page-detail-gym-machine .content-header {
    background-image: url(../img/gm-mv_sp.webp);
  }
}

/*スライダー*/
.gm-gym .gm-sliderwrap {
  width: min(100rem, 100%);
  margin-inline: auto;
}
.gm-gym .main-slide {
  position: relative;
}
.gm-gym .main_slider {
  overflow-x: hidden;
  padding: 0 0 2.5rem 3rem;
  margin-left: -3rem;
}
.gm-gym .main_slider .swiper-wrapper {
  width: calc(100% - 8rem);
}
.gm-gym .swiper-slide {
  text-align: center;
  position: relative;
}
.gm-gym .slider-text {
  position: absolute;
  bottom: -2.5rem;
  left: -3rem;
}
@media only screen and (max-width: 559px) {
  .gm-gym .slider-text {
    left: -2rem;
    width: 15rem;
    bottom: -2rem;
  }
}
.gm-gym .slider-text img {
  width: revert-layer;
}
.gm-gym .swiper-thumbnail {
  position: relative;
  overflow-x: hidden;
  top: -0.5rem;
  padding: 2rem 1rem;
  margin-inline: -1rem;
}
.gm-gym .swiper-thumbnail img {
  cursor: pointer;
}
.gm-gym .swiper-slide-thumb-active {
  position: relative;
}
.gm-gym .swiper-slide-thumb-active::after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
  background: var(--baseColor);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: -1;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .gm-gym .swiper-slide-thumb-active::after {
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    left: -2.5px;
    top: -2.5px;
  }
}
.gm-gym .swiper-button-next,
.gm-gym .swiper-button-prev {
  width: auto;
  height: auto;
  margin-top: -1.75rem;
  transform: translateY(-50%);
}
.gm-gym .swiper-button-next::after,
.gm-gym .swiper-rtl .swiper-button-prev::after,
.gm-gym .swiper-button-prev:after,
.gm-gym .swiper-rtl .swiper-button-next:after {
  content: "";
}
.gm-gym .swiper-button-next::after,
.gm-gym .swiper-button-prev::after {
  font-family: inherit;
}
.gm-gym .swiper-thumbnail .swiper-button-lock,
.gm-gym .swiper-thumbnail .swiper-pagination-lock {
  display: block;
}
.gm-gym .swiper-button-next,
.gm-gym .swiper-button-prev {
  position: absolute;
}
.gm-gym .swiper-button-next {
  right: -3rem;
}
@media only screen and (max-width: 559px) {
  .gm-gym .swiper-button-next {
    right: -1.5rem;
  }
}
.gm-gym .swiper-button-prev {
  left: -3rem;
}
@media only screen and (max-width: 559px) {
  .gm-gym .swiper-button-prev {
    left: -1.5rem;
  }
}
.gm-gym .swiper-button-next::after,
.gm-gym .swiper-button-prev::after {
  width: clamp(3.5rem, 2.6504854369rem + 2.2653721683vw, 7rem);
  height: clamp(3.5rem, 2.6504854369rem + 2.2653721683vw, 7rem);
}
.gm-gym .swiper-button-next::after {
  background: url(../img/gm-arrow-r01.webp) no-repeat center center/cover;
}
.gm-gym .swiper-button-prev::after {
  background: url(../img/gm-arrow-l01.webp) no-repeat center center/cover;
}
.gm-gym .swiper-thumbnail__navi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  gap: 1.5rem;
}
.gm-gym .swiper-button-next.type2,
.gm-gym .swiper-button-prev.type2 {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  position: static;
  margin-top: 0.3rem;
  position: relative;
  left: 0;
  right: 0;
}
.gm-gym .swiper-button-next.type2::after,
.gm-gym .swiper-button-prev.type2::after {
  width: 2.5rem;
  height: 2.5rem;
}
.gm-gym .swiper-button-next.type2::after {
  background: url(../img/gm-arrow-r02.webp) no-repeat center center/cover;
}
.gm-gym .swiper-button-prev.type2::after {
  background: url(../img/gm-arrow-l02.webp) no-repeat center center/cover;
}
.gm-gym .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
.gm-gym .swiper-pagination-bullet-active {
  background: var(--baseColor);
}

/*ここまでスライダー*/
.gm-machine__inner {
  margin-top: clamp(7rem, 4.8155339806rem + 5.8252427184vw, 16rem);
}
.gm-machine__indexwrap {
  width: min(100rem, 100%);
  margin-inline: auto;
}
.gm-machine__cat {
  position: relative;
  width: 100%;
  margin-inline: auto;
  font-size: clamp(2.2rem, 1.8601941748rem + 0.9061488673vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
  white-space: nowrap;
}
.gm-machine__cat::before, .gm-machine__cat::after {
  content: "";
  display: block;
  background: var(--baseColor);
  height: 1px;
  width: 36rem;
  flex-grow: 1;
}
.gm-machine__about {
  width: min(100rem, 100%);
  margin-inline: auto;
  background: #fff;
  border: solid 4px var(--baseColor);
  border-radius: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
  padding-block: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
  margin-block: clamp(8rem, 7.0291262136rem + 2.5889967638vw, 12rem) clamp(3.5rem, 2.6504854369rem + 2.2653721683vw, 7rem);
}
.gm-machine__about * {
  text-align: center;
}
.gm-machine__aboutttl {
  font-size: clamp(2.2rem, 1.7631067961rem + 1.1650485437vw, 4rem);
  letter-spacing: 0.05em;
  font-weight: 700;
}
.gm-machine__aboutenttl {
  font-size: clamp(1rem, 0.854368932rem + 0.3883495146vw, 1.6rem);
  letter-spacing: 0.2em;
  margin-block: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem) clamp(2.3rem, 1.9359223301rem + 0.9708737864vw, 3.8rem);
  line-height: 1;
  font-weight: 500;
}
.gm-machine__abouttext {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 1.6;
  line-height: 1.3176470588;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .gm-machine__abouttext {
    line-height: 1.6;
  }
}
.gm-machine__abouttext span {
  font-size: clamp(1.7rem, 1.4330097087rem + 0.71197411vw, 2.8rem);
}
.gm-machine__logo {
  margin-block: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem) clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
}
@media only screen and (max-width: 559px) {
  .gm-machine__logo {
    width: 13.4rem;
    margin-inline: auto;
  }
}
.gm-machine__link {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.gm-machine__link:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.o-btn__link--tertiary {
  font-size: clamp(1.1rem, 0.9300970874rem + 0.4530744337vw, 1.8rem);
}
@media only screen and (max-width: 559px) {
  .o-btn__link--tertiary {
    letter-spacing: -0.05em;
  }
}

.o-btn__link--tertiary span {
  font-size: clamp(1rem, 0.9514563107rem + 0.1294498382vw, 1.2rem);
}

.o-btn__link--tertiary {
  padding: 1.4rem 3rem;
}
@media only screen and (max-width: 559px) {
  .o-btn__link--tertiary {
    padding: 0.5rem 1rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 559px) {
  .o-btn__link--tertiary span {
    color: var(--base50Color);
  }
}

@media only screen and (max-width: 559px) {
  .top-equipment__card {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
  }
}

.top-equipment__figure--play {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-equipment__figure--play::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/gm-playbtn.webp) no-repeat center center/cover;
  width: clamp(4rem, 3.5145631068rem + 1.2944983819vw, 6rem);
  height: clamp(4rem, 3.5145631068rem + 1.2944983819vw, 6rem);
}

.youtube-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(35, 35, 35, 0.9);
  justify-content: center;
  align-items: center;
}

.youtube-modal-content {
  position: relative;
  width: 90%;
  max-width: 100rem;
  margin: auto;
  aspect-ratio: 16/9;
}

.youtube-modal-close {
  position: absolute;
  top: -3rem;
  right: -2rem;
  color: #fff;
  background: var(--baseColor);
  font-size: 4rem;
  font-weight: 400;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10001;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .youtube-modal-close {
    top: -3rem;
    right: -1.5rem;
    font-size: 3rem;
    width: 4rem;
    height: 4rem;
  }
}

.youtube-modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------

    キッズ  

-----------------------*/
.kc-mainColor {
  color: #efa538;
}

.bg-kcmain {
  background: #efa538;
}

.bg-kcsub {
  background: #a5cf8c;
}

.bg-kc-p70Color {
  background: #f9e4ed;
}

.bg-kc-g70Color {
  background: #e1efdd;
}

.bg-kc-b70Color {
  background: #ddedf9;
}

.body-page-detail-kids-sports-class {
  background-color: var(--subColor);
  background-image: radial-gradient(#ffef8f 20%, transparent 20%), radial-gradient(#ffef8f 20%, transparent 20%);
  background-size: 25px 25px;
  background-position: 0 0, 13px 13px;
}
.body-page-detail-kids-sports-class .page-header::first-letter {
  color: #efa538;
}
.body-page-detail-kids-sports-class footer.main-footer {
  background-color: #efa538;
}

.page-detail-kids-sports-class .content-header {
  background-image: url(../img/kc-mv.webp);
}
@media only screen and (max-width: 559px) {
  .page-detail-kids-sports-class .content-header {
    background-image: url(../img/kc-mv_sp.webp);
  }
}
.page-detail-kids-sports-class .page-header::before {
  content: "";
  background: url(../img/kc-mark.webp) no-repeat center center/contain;
  width: 26.2rem;
  height: 15.6rem;
  display: block;
  position: absolute;
  bottom: -16rem;
  left: 14.6rem;
}
@media only screen and (max-width: 559px) {
  .page-detail-kids-sports-class .page-header::before {
    display: none;
  }
}

.kc__ttl--hdr3 {
  font-size: clamp(2.4rem, 2.0601941748rem + 0.9061488673vw, 3.8rem);
  font-weight: 700;
  text-align: center;
  margin-top: clamp(6rem, 5.0291262136rem + 2.5889967638vw, 10rem);
  line-height: 1;
  letter-spacing: 0.05em;
}
.kc__subttl--hdr3 {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.kc__subttl--hdr3::before, .kc__subttl--hdr3::after {
  content: "";
  display: block;
  max-width: 9.2rem;
  flex-grow: 1;
  height: 2px;
  background: var(--baseColor);
}
@media only screen and (max-width: 559px) {
  .kc__subttl--hdr3::before, .kc__subttl--hdr3::after {
    height: 1px;
    max-width: 5.6rem;
  }
}

@media only screen and (max-width: 559px) {
  .kc-concept .top-concept__wrap {
    margin-top: 0.2rem;
  }
}
.kc-concept .top-concept__inner {
  padding-bottom: 17rem;
}
@media only screen and (max-width: 559px) {
  .kc-concept .top-concept__inner {
    padding: 3rem 1rem 7.5rem;
  }
}
.kc-concept .top-concept__inner::before, .kc-concept .top-concept__inner::after {
  display: none;
}
.kc-concept .top-concept__ttl {
  font-size: clamp(3.2rem, 2.7145631068rem + 1.2944983819vw, 5.2rem);
  margin-top: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
}
.kc-concept__ttl {
  margin-top: 3rem;
}
@media only screen and (max-width: 559px) {
  .kc-concept__ttl img {
    display: none;
  }
}
@media only screen and (max-width: 559px) {
  .kc-concept .top-kids__ttl .small {
    margin-bottom: 1rem;
  }
}
.kc-concept .top-concept__catch {
  font-size: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  top: -4.5rem;
}
@media only screen and (max-width: 559px) {
  .kc-concept .top-concept__catch {
    top: -1.2rem;
  }
}
.kc-concept .top-concept__catch::before, .kc-concept .top-concept__catch::after {
  display: none;
}
@media only screen and (max-width: 559px) {
  .kc-concept__catch {
    top: -1rem;
    width: 100%;
    justify-content: center;
    top: -1rem;
  }
}
@media only screen and (max-width: 559px) {
  .kc-concept__catch img {
    width: 3rem;
  }
}
.kc-concept__catch .text-wrap {
  display: inline-flex;
  align-items: flex-start;
  line-height: 1.2;
}
.kc-concept__catch .text-flex {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.kc-concept__catch .border-b {
  position: relative;
  padding-inline: 1em;
  z-index: 1;
}
@media only screen and (max-width: 559px) {
  .kc-concept__catch .border-b {
    padding-inline: 0.8em;
  }
}
.kc-concept__catch .border-b::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  background: #ffef8f;
  height: 1.7rem;
  border-radius: 0.85rem;
  width: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .kc-concept__catch .border-b::after {
    height: 1rem;
    border-radius: 0.85rem;
    bottom: -0.3rem;
  }
}
.kc-concept__textarea {
  margin-top: clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
}
.kc-concept__textarea .color-text {
  text-align: center;
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  font-weight: 700;
}
.kc-concept__text {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  letter-spacing: 0.05em;
}
.kc-concept__class {
  color: #fff;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  font-size: clamp(1.2rem, 0.9572815534rem + 0.6472491909vw, 2.2rem);
  line-height: 1;
  padding: 1.3rem 2rem;
  border-radius: 3rem;
  margin-top: clamp(3.5rem, 2.8932038835rem + 1.6181229773vw, 6rem);
}
.kc-concept__textarea--ver2 .kc-concept__text {
  text-align: center;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .kc-concept__textarea--ver2 .kc-concept__text {
    text-align: left;
  }
}
.kc-concept__textarea--ver2 .kc-concept__text:not(:first-child) {
  margin-top: 1.5em;
}
@media only screen and (max-width: 559px) {
  .kc-concept__textarea--ver2 .kc-concept__text:not(:first-child) {
    margin-top: 0;
  }
}
.kc-concept__textarea--ver2 .color-text {
  text-align: center;
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2571875;
  margin-block: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
}
@media only screen and (max-width: 559px) {
  .kc-concept__textarea--ver2 .color-text {
    width: 63%;
    margin-inline: auto;
  }
}
.kc-concept__photos {
  text-align: center;
  margin-top: clamp(2rem, 1.3932038835rem + 1.6181229773vw, 4.5rem);
}
.kc-concept__sports-types {
  margin-top: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
.kc-concept__sports-types {
  width: min(100rem, 100%);
  margin-inline: auto;
}
.kc-concept__card {
  gap: 4rem 2rem;
}
@media only screen and (max-width: 559px) {
  .kc-concept__card {
    gap: 2rem;
  }
}
.kc-concept__sports-typesphotowrap {
  position: relative;
}
.kc-concept__sports-typesphoto {
  position: relative;
}
.kc-concept__sports-typesphoto::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/kc-flame01.webp) no-repeat center center/cover;
  top: 0;
  left: 0;
}
.kc-concept .kc-concept__card .o-card__item:nth-child(6n+1) .kc-concept__sports-typesphoto::after {
  background: url(../img/kc-flame01.webp) no-repeat center center/cover;
}
.kc-concept .kc-concept__card .o-card__item:nth-child(6n+2) .kc-concept__sports-typesphoto::after {
  background: url(../img/kc-flame02.webp) no-repeat center center/cover;
}
.kc-concept .kc-concept__card .o-card__item:nth-child(6n+3) .kc-concept__sports-typesphoto::after {
  background: url(../img/kc-flame03.webp) no-repeat center center/cover;
}
.kc-concept .kc-concept__card .o-card__item:nth-child(6n+4) .kc-concept__sports-typesphoto::after {
  background: url(../img/kc-flame04.webp) no-repeat center center/cover;
}
.kc-concept .kc-concept__card .o-card__item:nth-child(6n+5) .kc-concept__sports-typesphoto::after {
  background: url(../img/kc-flame05.webp) no-repeat center center/cover;
}
.kc-concept .kc-concept__card .o-card__item:nth-child(6n) .kc-concept__sports-typesphoto::after {
  background: url(../img/kc-flame06.webp) no-repeat center center/cover;
}
.kc-concept__sports-typeslabel {
  position: absolute;
  bottom: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  font-weight: 700;
  line-height: 1.3333333333;
  width: fit-content;
  padding: 1rem 2.5rem;
  border-radius: 2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 559px) {
  .kc-concept__sports-typeslabel {
    padding: 0.7rem 1.5rem;
  }
}
.kc-concept__sports-typeslabel--original {
  position: absolute;
  top: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
  left: -0.8rem;
  color: #fff;
  font-size: clamp(1rem, 0.854368932rem + 0.3883495146vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  width: fit-content;
  padding: 1rem 2rem;
  border-radius: 2rem;
  background: var(--baseColor);
  z-index: 1;
}
@media only screen and (max-width: 559px) {
  .kc-concept__sports-typeslabel--original {
    padding: 0.7rem 1.5rem;
  }
}
.kc-concept__textarea--sec-b {
  margin-top: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
  line-height: 1.7;
}
.kc-concept__textarea--sec-b span {
  font-size: clamp(2.8rem, 2.7029126214rem + 0.2588996764vw, 3.2rem);
  font-weight: 700;
  color: var(--baseColor);
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .kc-concept__textarea--sec-b span {
    letter-spacing: -0.1em;
  }
}

.kc-schedule__inner {
  margin-top: clamp(10rem, 8.5436893204rem + 3.8834951456vw, 16rem);
}
.kc-schedule__list {
  gap: clamp(1.5rem, 0.6504854369rem + 2.2653721683vw, 5rem);
  margin-bottom: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}
@media only screen and (max-width: 559px) {
  .kc-schedule__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.kc-schedule__list + p {
  text-align: center;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 700;
  line-height: 1.65;
  position: relative;
  letter-spacing: 0.05em;
}
.kc-schedule__list + p::before {
  content: "●";
  margin-right: 0.2rem;
}
.kc-schedule__listitem {
  text-align: center;
  border-radius: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  padding: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
}
.kc-schedule__listitem dl {
  display: flex;
  justify-content: center;
}
.kc-schedule__listitem dl:nth-of-type(1) {
  margin-top: clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
.kc-schedule__listitem dt,
.kc-schedule__listitem dd {
  letter-spacing: 0.05em;
}
.kc-schedule__listitem dt {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 500;
  position: relative;
}
.kc-schedule__listitem dt::after {
  content: "：";
  margin-inline: 0.3em;
}
.kc-schedule__hdr {
  font-size: clamp(2.6rem, 2.454368932rem + 0.3883495146vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
}
.kc-schedule__age {
  text-align: center;
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
  margin-top: 1rem;
}
.kc-schedule__pricearea dl {
  display: flex;
}
@media only screen and (max-width: 559px) {
  .kc-schedule__pricearea dl {
    margin-top: 2rem;
  }
}
.kc-schedule__pricearea dt {
  font-size: clamp(1.8rem, 1.5572815534rem + 0.6472491909vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
}
.kc-schedule__pricearea dd.kc-mainColor {
  font-size: clamp(3.2rem, 2.6174757282rem + 1.5533980583vw, 5.6rem);
  font-weight: 700;
  color: #efa538;
}
.kc-schedule__pricearea dd.kc-mainColor span {
  font-size: clamp(2.2rem, 1.9087378641rem + 0.7766990291vw, 3.4rem);
  font-weight: 700;
}
.kc-schedule__priceflex {
  margin-top: clamp(1rem, 0.7572815534rem + 0.6472491909vw, 2rem);
}
@media only screen and (max-width: 559px) {
  .kc-schedule__priceflex {
    flex-direction: column;
    gap: 0;
  }
}
.kc-schedule__priceflex dl {
  flex-direction: row;
  gap: 0.5rem;
}
.kc-schedule__priceflex dt {
  background-color: #a5cf8c;
  font-size: clamp(1.5rem, 1.4514563107rem + 0.1294498382vw, 1.7rem);
}
@media only screen and (max-width: 559px) {
  .kc-schedule__priceflex p {
    font-size: 2.2rem;
  }
}
.kc-schedule__priceflex p .small {
  font-size: 2.2rem;
}
.kc-schedule__priceflex p .kc-mainColor {
  font-size: 3.2rem;
}
@media only screen and (max-width: 559px) {
  .kc-schedule .arrow {
    transform: rotate(90deg);
    line-height: 1.2;
  }
}
.kc-schedule__pricelist--02 {
  gap: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .kc-schedule__pricelist--02 {
    margin-top: 0;
  }
}
.kc-schedule__pricelist--02 dt {
  background: #a5cf8c;
  font-size: clamp(1.5rem, 1.4514563107rem + 0.1294498382vw, 1.7rem);
  font-weight: 700;
}
.kc-schedule__pricelist--02 dd {
  font-size: clamp(3rem, 2.9029126214rem + 0.2588996764vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
}
.kc-schedule__pricelist--02 dd .small {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
}
.kc-schedule__pricetext {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 1rem;
}
.kc-schedule__pricetext span {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
}
.kc-schedule__precautions {
  margin-inline: auto;
  background: #fff;
  border-radius: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  width: min(74rem, 100%);
  padding: 3rem clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
  margin-block: clamp(4rem, 3.2718446602rem + 1.9417475728vw, 7rem) clamp(6rem, 4.5436893204rem + 3.8834951456vw, 12rem);
}
@media only screen and (max-width: 559px) {
  .kc-schedule__precautions {
    padding-block: 4rem;
  }
}
.kc-schedule__precautionsttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: clamp(2.2rem, 2.1514563107rem + 0.1294498382vw, 2.4rem);
  line-height: 1;
}
.kc-schedule__precautionslist {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .kc-schedule__precautionslist {
    margin-top: 2rem;
  }
}
.kc-schedule__precautionslist li {
  position: relative;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-left: 1em;
  text-indent: -1em;
}
.kc-schedule__precautionslist li::before {
  content: "・";
  margin-right: 0.1rem;
}

.kc-photogallery__inner {
  margin-top: clamp(10rem, 8.5436893204rem + 3.8834951456vw, 16rem);
}
.kc-photogallery .loop__item {
  width: 196.354166vw;
  margin-right: 2.1875vw;
}
@media only screen and (max-width: 559px) {
  .kc-photogallery .loop__item {
    width: 335.1rem;
    margin-right: 3.5rem;
  }
}
.kc-photogallery .loop__item::after {
  display: none;
}

.kc-faq__inner {
  margin-top: clamp(10rem, 8.5436893204rem + 3.8834951456vw, 16rem);
}
.kc-faq .faq-category__btn.is-active {
  background: #a5cf8c;
  border: none;
}
.kc-faq .faq-wrap .accordion_one .accordion_inner {
  background: rgba(125, 103, 76, 0.15);
}
.kc-faq .faq-wrap .accordion_one .accordion_header {
  font-weight: 500;
}

.kc-review .swiper__new {
  background: #efa538;
}
.kc-review .swiper__ttl {
  font-weight: 500;
}
.kc-review .swiper-date {
  font-weight: 500;
  color: #a49582;
}
.kc-review .o-btn__link {
  background: #efa538;
}
.kc-review .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.8rem;
}
.kc-review .swiper-pagination-bullet {
  background: #d8d1c9;
}
.kc-review .swiper-pagination-bullet-active {
  background: var(--baseColor);
}

@media only screen and (max-width: 559px) {
  .kc-campaign figure img {
    width: 100%;
  }
}
.kc-campaign__ttl {
  font-weight: 700;
  font-size: clamp(2.2rem, 1.8601941748rem + 0.9061488673vw, 3.6rem);
  line-height: 1.3;
  margin-top: -0.2em;
}
@media only screen and (max-width: 559px) {
  .kc-campaign__ttl {
    text-align: center;
  }
}
.kc-campaign__text {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  line-height: 1.75;
  margin-top: 1.5rem;
}
.kc-campaign__text.kc-mainColor {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  font-weight: 700;
  display: block;
  margin-top: 0;
}
.kc-campaign__pricearea {
  background: #fff;
  border-radius: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  padding: 2.5rem 2rem;
  margin-block: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem) clamp(1rem, 0.8786407767rem + 0.3236245955vw, 1.5rem);
}
.kc-campaign__price {
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  text-align: center;
}
.kc-campaign__price span.large {
  font-size: clamp(2.6rem, 2.454368932rem + 0.3883495146vw, 3.2rem);
}
.kc-campaign__price img {
  position: relative;
  top: -1.5rem;
  margin-inline: 1rem;
}
@media only screen and (max-width: 559px) {
  .kc-campaign__price img {
    transform: rotate(90deg);
    top: 0;
  }
}
.kc-campaign__price span.kc-mainColor {
  font-size: clamp(1.8rem, 1.6058252427rem + 0.5177993528vw, 2.6rem);
  font-weight: 700;
}
.kc-campaign__price span.kc-mainColor span.large {
  font-size: clamp(3.4rem, 3.1087378641rem + 0.7766990291vw, 4.6rem);
  line-height: 1;
}
.kc-campaign__speech-bubble {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 700;
  text-align: center;
}
.kc-campaign__btn {
  margin-top: clamp(0.5rem, 0.3786407767rem + 0.3236245955vw, 1rem);
}
.kc-campaign__btn .o-btn__link {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  width: min(26.2rem, 100%);
  padding-inline: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: #efa538;
}
@media only screen and (max-width: 559px) {
  .kc-campaign__btn .o-btn__link {
    width: 100%;
  }
}
.kc-campaign__cta {
  margin-block: clamp(8rem, 7.0291262136rem + 2.5889967638vw, 12rem) clamp(4rem, 3.2718446602rem + 1.9417475728vw, 7rem);
}
/*# sourceMappingURL=style.css.map */
