@charset "UTF-8";
/*--------------------------
 ブレークポイント設定
----------------------------*/
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
/*--------------------------
	style
----------------------------*/
html {
  color: #000000;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  html {
    height: auto;
  }
}
body {
  user-select: unset;
}
@media (min-width: 767px) {
  main {
    margin-top: -50px;
    min-height: calc(100vh - 288px);
  }
}
@media (min-width: 767px) and (min-width: 960px) {
  main {
    margin-top: -100px;
    min-height: calc(100vh - 343px);
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: -20px;
    min-height: inherit;
  }
}
@media (min-width: 767px) {
  a {
    cursor: pointer;
    transition: all .3s;
  }
  a:hover {
    opacity: .7;
    text-decoration: none;
    color: #fff;
  }
}
.green {
  color: #164a46;
}
.marker {
  background-color: rgba(22, 74, 70, 0.1);
}
/*--------------------------
	kv
----------------------------*/
.kv {
  margin-bottom: 80px;
}
.kv__wrap {
  position: relative;
}
.kv__text {
  display: block;
  position: absolute;
  z-index: 3;
  left: 48.5%;
  top: 78px;
  opacity: 0;
  animation: 2s fadein ease-out forwards;
  animation-delay: 1.5s;
}
@keyframes fadein {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}
.kv__text img {
  height: auto;
  /* width: 462px; */
  width: 53%;
}
@media screen and (max-width: 767px) {
  .kv {
    margin-bottom: 12vw;
  }
  .kv__text {
    left: 43.73333vw;
    top: 41.333333vw;
  }
  .kv__text img {
    width: 49.0666667vw;
  }
}
/*--------------------------
	lead
----------------------------*/
.lead {
  margin-bottom: 24px;
}
.lead__inner {
  max-width: 670px;
  margin: 0 auto;
}
.lead__subttl {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.lead__subttl img {
  width: 201px;
  height: auto;
}
.lead__ttl {
  position: relative;
  text-align: center;
  font-size: 32px;
  line-height: 1.75;
  font-weight: 500;
  color: #164a46;
  letter-spacing: 0.12em;
  margin-bottom: 86px;
}
.lead__ttl::after {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/deco.png);
  width: 78px;
  height: 24.5px;
  left: 50%;
  bottom: -32px;
  transform: translate(-50%,100%);
}
.lead__text {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 9.86666667vw;
  }
  .lead__inner {
    max-width: 89.33333vw;
  }
  .lead__subttl {
    margin-bottom: 2.1333333vw;
  }
  .lead__subttl img {
    width: 26.933333vw;
  }
  .lead__ttl {
    font-size: 4.2666667vw;
    margin-bottom: 10.6666667vw;
  }
  .lead__ttl::after {
    width: 12vw;
    height: 3.73333vw;
    bottom: -4.2666667vw;
  }
  .lead__text {
    font-size: 3.2vw;
    line-height: 2.33333333;
  }
}
/*--------------------------
	spend
----------------------------*/
.spend {
  margin-bottom: 60px;
}
.spend__bg {
  /* 202410 変更 */
  background-position: center;
  padding: 80px 0 120px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/bg.jpg);
}
.spend__inner {
  margin: 0 auto;
  max-width: 1155.5px;
}
@media (max-width: 1175.5px) {
  .spend__inner {
    max-width: none;
    padding: 0 10px;
  }
}
.spend__ttl {
  margin-bottom: 18px;
}
.spend__ttl picture {
  display: flex;
  justify-content: center;
}
.spend__ttl picture img {
  height: auto;
  width: 412.5px;
}
.spend__list {
  /* 202410 変更 */
  /* border-radius: 8px;
  border: 1px solid #000000;
  background-color: #fff; */
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.slick-list.draggable {
  border-radius: 8px;
  overflow: hidden;
}
.spend__list__item {
  /* 202410 変更 */
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 33.33333333%;
  height: auto;
  background-color: #fff;
  padding: 20px 20px 0;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
}
/* 202410 追加 */
@media screen and (min-width: 768px) {
  .spend__list__item:nth-of-type(3n-2) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 1px solid #000;
  }
  .spend__list__item:nth-of-type(3n) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.spend__list__item picture {
  display: flex;
  margin-bottom: 12px;
}
.spend__list__item .text {
  font-size: 13.795px;
  line-height: 1.83364;
  /* letter-spacing: 0.04em; */
  margin-bottom: 10px;
}
.toc {
  border-top: 1px solid #000;
  text-align: center;
  margin-top: auto;
  margin-left: -20px;
  width: calc( 100% + 40px);
  padding: 5px 0;
}
.toc span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 11.5px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .spend {
    margin-bottom: 11.4666667vw;
  }
  .spend__bg {
    background-image: none;
    /* 202410 変更 */
    padding: 5.333333vw 0 10.8vw;
    background-color: rgba(22, 74, 70, 0.1);
  }
  .spend__inner {
    padding: 0;
    max-width: 89.3333333vw;
  }
  .spend__ttl {
    margin-bottom: 2.66666667vw;
  }
  .spend__ttl picture img {
    width: 68.8vw;
  }
  .spend__list {
    /* 202410 変更 */
    /* border-radius: 2.133333vw; */
    row-gap: 5.6vw;
  }
  .slick-list.draggable {
    border-radius: 2.133333vw;
  }
  .spend__list__item {
    /* 202410 変更 */
    width: 100%;
    border-radius: 2.133333vw;
    padding: 4.6666667vw 4.6666667vw 0;
    border: 1px solid #000;
  }
  /* 202410 変更 */
  /* .spend__list__item:not(:last-of-type) {
    border-right: none;
  } */
  .spend__list__item picture {
    margin-bottom: 1.8666667vw;
  }
  .spend__list__item .text {
    font-size: 3.2vw;
    margin-bottom: 3.46666667vw;
  }
  .toc {
    margin-left: -4.6666667vw;
    width: calc( 100% + 9.33333333vw);
    padding: 0.4vw 0;
  }
  .toc span {
    font-size: 2.6666667vw;
  }
}

/*--------------------------
	slick
----------------------------*/
.slick-track {
  display: flex;
}
.slick-arrow {
  transform: none;
  top: auto;
  bottom: 0;
  position: absolute;
  z-index: 9999;
  width: 40px;
  height: 42px;
  border-right: 1px solid #000;
}
.slick-arrow::before {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow.png);
  background-color: transparent;
  width: 13.5px;
  height: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slick-prev {
  left: 0;
  border-bottom-left-radius: 8px;
}
.slick-next {
  transform: rotate(180deg);
  right: 0;
  border-top-left-radius: 8px;
}
.slick-dots {
  position: absolute;
  bottom: -40px;
}
.slick-dots li button:before {
  opacity: 1;
  color: #bfbfbf;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #164a46;
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 9.46666667vw;
    height: 9.46666667vw;
  }
  .slick-arrow::before {
    width: 3.066666667vw;
    height: 2.9333333vw;
  }
  .slick-prev {
    border-bottom-left-radius: 2.133333vw;
  }
  .slick-next {
    border-top-left-radius: 2.133333vw;
  }
  .slick-dots {
    position: absolute;
    bottom: -7.46666667vw;
  }
  .slick-dots li {
    margin: 0;
  }
}

/*--------------------------
	entry
----------------------------*/
.entry__logo {
  /* margin-left: 60px; */
  margin-left: 30px;
  margin-bottom: 58px;
  display: flex;
  justify-content: center;
}
.entry__logo img {
  height: auto;
  /* width: 468.5px; */
  width: 447.5px;
}
.entry__period {
  max-width: 610px;
  margin: 0 auto;
}
.entry__period__text {
  white-space: nowrap;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.entry__period__box {
  position: relative;
  margin: 22px 0;
  padding: 25px 0 16px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.entry__period__box .year {
  position: absolute;
  left: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  top: 0;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 1;
  padding-right: 5px;
}
.entry__period__box .text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.entry__period__box .large {
  font-size: 50px;
  letter-spacing: 0;
}
.entry__period__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #164a46;
  color: #fff !important;
  width: 530px;
  height: 75px;
  border-radius: 36px;
  font-size: 19px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 48px auto 40px;
}
.entry__period__link::after {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/link.png);
  width: 9px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.entry__desc {
  text-align: center;
}
.entry__desc p {
  font-size: 22px;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.818181;
  margin-bottom: 12px;
}
.entry__bnr {
  margin-top: 28px;
}
.entry__bnr__link {
  display: flex;
  width: 670px;
  margin: 0 auto;
}
.entry__bnr__link picture {
  text-align: center;
}
.entry__bnr__link picture img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .entry__logo {
    /* margin-left: 8vw; */
    margin-left: 4vw;
    margin-bottom: 5.6666667vw;
  }
  .entry__logo img {
    /* width: 62.4vw; */
    width: 59.866666667vw;
  }
  .entry__period {
    max-width: 81.33333vw;
  }
  .entry__period__text {
    font-size: 3.2vw;
  }
  .entry__period__box {
    margin: 0.533333vw 0;
    padding: 1.333333vw 0 0;
  }
  .entry__period__box .year {
    line-height: 1;
    font-size: 3.2vw;
    padding-right: 0.6666667vw;
  }
  .entry__period__box .text {
    font-size: 3.2vw;
  }
  .entry__period__box .large {
    font-size: 6.666667vw;
  }
  .entry__period__link {
    width: 74.666667vw;
    height: 12vw;
    border-radius: 6vw;
    font-size: 2.933333vw;
    letter-spacing: 0.1em;
    margin: 4.5333333vw auto 5.33333vw;
  }
  .entry__period__link::after {
    width: 1.33333vw;
    height: 2.4vw;
    right: 3.2vw;
  }
  .entry__desc p {
    /* font-size: 3.2vw; */
    font-size: 3vw;
    letter-spacing: 0;
    font-feature-settings: "palt";
    margin-bottom: 3.2vw;
  }
  .entry__bnr {
    margin-top: 4.8vw;
  }
  .entry__bnr__link {
    width: 89.333333vw;
  }
}

/*--------------------------
	movie
----------------------------*/
.movie {
  margin: 50px 0 80px;
}
.movie__inner {
  max-width: 720px;
  margin: 0 auto;
}
.movie__youtube {
  position: relative;
  cursor: pointer;
}
.movie__youtube::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 90px;
  height: 90px;
  background: url("../images/i_play_movie.png") center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .movie {
    /* 202410 変更 */
    /* margin: 10vw 0 15vw; */
    margin: 10vw 0;
    padding: 0 5.3333333333vw
  }
  .movie__inner {
    max-width: none;
  }
  .movie__youtube::after {
    width: 50px;
    height: 50px;
  }
}
/*=============================
	modal
=============================*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  padding-top: 160px;
  padding-right: 40px;
  padding-bottom: 160px;
  padding-left: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
  transition: 0.3s all; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal {
      padding-top: 13.3333333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal {
      padding-right: 3.3333333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal {
      padding-bottom: 13.3333333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal {
      padding-left: 3.3333333333vw; } }
  @media screen and (max-width: 767px) {
    .modal {
      padding: 32vw 4vw; } }
  .modal.-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1); }

.modal__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5); }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal__inner {
      width: 83.3333333333vw; } }
  @media screen and (max-width: 767px) {
    .modal__inner {
      width: auto; } }
.modal__youtube {
  position: relative; }
  .modal__youtube::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .modal__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.modal__close {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  cursor: pointer; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal__close {
      width: 3.3333333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal__close {
      height: 3.3333333333vw; } }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .modal__close {
      margin-bottom: 0.8333333333vw; } }
  @media screen and (max-width: 767px) {
    .modal__close {
      width: 8vw;
      height: 8vw;
      margin-bottom: 2.6666666667vw; } }
  .modal__close::before, .modal__close::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #fff; }
  .modal__close::before {
    transform: rotate(45deg); }
  .modal__close::after {
    transform: rotate(-45deg); }

/* 202410 追加 yoga */
.yoga {
  margin-bottom: 120px;
}
.yoga__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.yoga__ttl img {
  width: 302px;
}
.yoga__txt {
  max-width: 670px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0.06em;
}
.yoga__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1172px;
  padding: 0 10px;
  margin: 0 auto;
}
.yoga__movie {
  text-align: center;
  width: 47%;
}
.yoga__movie:hover .txt {
  color: #1e1e1e;
}
.yoga__movie .txt {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .yoga {
    margin-top: 13vw;
    margin-bottom: 22.4vw;
  }
  .yoga__ttl {
    margin-bottom: 4.8vw;
  }
  .yoga__ttl img {
    width: 40.266666667vw;
  }
  .yoga__txt {
    max-width: 89.33333vw;
    margin: 0 auto 4.8vw;
    font-size: 3.2vw;
    line-height: 2.3333333;
  }
  .yoga__wrap {
    flex-direction: column;
    max-width: none;
    padding: 0 5.33333333vw;
    row-gap: 10.4vw;
  }
  .yoga__movie {
    width: 100%;
  }
  .yoga__movie .txt {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}