@charset "UTF-8";
.front-page {
  overflow: clip;
}

.img-animation img {
  position: absolute; /* 枠の中で自由に動かすため */
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.hero {
  position: relative;
  margin-bottom: calc(8px * 15);
}
@media screen and (max-width: 959px) {
  .hero {
    margin-bottom: calc(8px * 15 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .hero {
    margin-bottom: calc(8px * 15 * 0.5);
  }
}
.hero::before {
  content: "ABEAM CLINIC";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  font-size: 8vw;
  letter-spacing: 38px;
  line-height: 1;
  text-align: center;
  font-family: "Marcellus", serif;
  white-space: nowrap;
  color: rgba(121, 106, 88, 0.25);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 959px) {
  .hero::before {
    letter-spacing: 28px;
  }
}
@media screen and (max-width: 767px) {
  .hero::before {
    letter-spacing: 18px;
  }
}
@media screen and (max-width: 519px) {
  .hero::before {
    letter-spacing: 9px;
  }
}
.hero .hero-slider__item {
  width: 100%;
  height: calc(100dvh - 90px);
  min-height: 674px;
  max-height: 860px;
}
@media screen and (max-width: 959px) {
  .hero .hero-slider__item {
    min-height: 530px;
  }
}
@media screen and (max-width: 519px) {
  .hero .hero-slider__item {
    min-height: 270px;
  }
}
.hero .hero-slider__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .hero-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .hero .hero-catch {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .hero .hero-catch {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .hero .hero-catch {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.hero .hero-catch {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 2.6;
  text-shadow: 0px 0px 60px #ffffff;
}
@media screen and (max-width: 959px) {
  .hero .hero-catch {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-catch {
    font-size: 2rem;
  }
}

.comcept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: calc(8px * 17);
}
@media screen and (max-width: 959px) {
  .comcept {
    margin-bottom: calc(8px * 17 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .comcept {
    margin-bottom: calc(8px * 17 * 0.5);
  }
}
.comcept {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .comcept {
    padding-bottom: 180px;
  }
}
.comcept .comcept-ttl {
  position: relative;
  margin-inline: auto;
  padding-left: calc(8px * 32);
}
@media screen and (max-width: 959px) {
  .comcept .comcept-ttl {
    padding-left: calc(8px * 32 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-ttl {
    padding-left: calc(8px * 32 * 0.5);
  }
}
.comcept .comcept-ttl {
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .comcept .comcept-ttl {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-ttl {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.comcept .comcept-ttl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 519px) {
  .comcept .comcept-ttl {
    right: -2px;
  }
}
.comcept .comcept-ttl__en {
  position: relative;
  margin-left: 26px;
  font-size: 2.2rem;
  font-family: "Marcellus", serif;
  color: #9D927E;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media screen and (max-width: 959px) {
  .comcept .comcept-ttl__en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .comcept .comcept-ttl__en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-ttl__en {
    margin-left: 4px;
  }
}
.comcept .comcept-ttl__en::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -80px;
  width: 118px;
  height: 118px;
  background-color: #796A58;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/star.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/star.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  opacity: 0.07;
}
@media screen and (max-width: 767px) {
  .comcept .comcept-ttl__en::before {
    top: -32px;
    right: -40px;
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-ttl__en::before {
    right: -20px;
    width: 48px;
    height: 48px;
  }
}
.comcept .comcept-ttl__ja {
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 12px;
}
@media screen and (max-width: 959px) {
  .comcept .comcept-ttl__ja {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .comcept .comcept-ttl__ja {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-ttl__ja {
    line-height: 1.3;
    font-size: 2rem;
    letter-spacing: 8px;
  }
}
.comcept .comcept-ttl__ja:nth-of-type(2) {
  margin-top: 24px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.comcept .comcept-ttl__ja:nth-of-type(3) {
  margin-top: 48px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.comcept .comcept-ttl__ja:nth-of-type(4) {
  margin-top: 64px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.comcept .comcept-dtl {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .comcept .comcept-dtl {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .comcept .comcept-dtl {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-dtl {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.comcept .comcept-dtl {
  margin-inline: auto;
  padding-left: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .comcept .comcept-dtl {
    padding-left: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-dtl {
    padding-left: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  .comcept .comcept-dtl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-dtl {
    max-width: 420px;
    width: 100%;
  }
}
.comcept .comcept-dtl::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -90px;
  width: 980px;
  height: 850px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/beam-l.svg") top left/cover no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.05;
}
@media screen and (max-width: 959px) {
  .comcept .comcept-dtl::before {
    top: -140px;
  }
}
.comcept .comcept-dtl::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -190px;
  z-index: -2;
  width: 118px;
  height: 118px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star.svg");
  mix-blend-mode: multiply;
  opacity: 0.07;
}
@media screen and (max-width: 767px) {
  .comcept .comcept-dtl::after {
    top: 83%;
    left: -50px;
  }
}
.comcept .comcept-dtl .comcept-txt {
  line-height: 2;
}
.comcept .comcept-gallery {
  position: absolute;
  width: 100%;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .comcept .comcept-gallery {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .comcept .comcept-gallery {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-gallery {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.comcept .comcept-gallery {
  height: 100%;
}
.comcept .comcept-gallery__item {
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.comcept .comcept-gallery__item:nth-of-type(1) {
  position: absolute;
  top: 24px;
  left: 0;
  width: 490px;
  height: 480px;
}
@media screen and (max-width: 1279px) {
  .comcept .comcept-gallery__item:nth-of-type(1) {
    width: 450px;
    height: 440px;
  }
}
@media screen and (max-width: 1023px) {
  .comcept .comcept-gallery__item:nth-of-type(1) {
    width: 390px;
    height: 380px;
  }
}
@media screen and (max-width: 959px) {
  .comcept .comcept-gallery__item:nth-of-type(1) {
    left: -20px;
    width: 340px;
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .comcept .comcept-gallery__item:nth-of-type(1) {
    left: -40px;
    width: 260px;
    height: 244px;
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-gallery__item:nth-of-type(1) {
    left: -80px;
    width: 240px;
    height: 224px;
  }
}
.comcept .comcept-gallery__item:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 256px;
  height: 384px;
}
@media screen and (max-width: 1023px) {
  .comcept .comcept-gallery__item:nth-of-type(2) {
    width: 196px;
    height: 324px;
  }
}
@media screen and (max-width: 959px) {
  .comcept .comcept-gallery__item:nth-of-type(2) {
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .comcept .comcept-gallery__item:nth-of-type(2) {
    top: 38%;
    width: 146px;
    height: 224px;
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-gallery__item:nth-of-type(2) {
    top: 22%;
    width: 106px;
    height: 184px;
  }
}
.comcept .comcept-gallery__item:nth-of-type(3) {
  position: absolute;
  bottom: 50px;
  left: 104px;
  z-index: -1;
  width: 256px;
  height: 384px;
}
@media screen and (max-width: 1279px) {
  .comcept .comcept-gallery__item:nth-of-type(3) {
    left: 16px;
    width: 236px;
    height: 364px;
    opacity: 0.8;
  }
}
@media screen and (max-width: 1023px) {
  .comcept .comcept-gallery__item:nth-of-type(3) {
    left: -4px;
    width: 176px;
    height: 264px;
  }
}
@media screen and (max-width: 959px) {
  .comcept .comcept-gallery__item:nth-of-type(3) {
    left: -34px;
  }
}
@media screen and (max-width: 767px) {
  .comcept .comcept-gallery__item:nth-of-type(3) {
    bottom: -20px;
    left: -14px;
    width: 146px;
    height: 214px;
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-gallery__item:nth-of-type(3) {
    bottom: -70px;
    left: 26px;
    width: 126px;
    height: 214px;
  }
}
.comcept .comcept-gallery__item:nth-of-type(4) {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 192px;
  height: 192px;
}
@media screen and (max-width: 1023px) {
  .comcept .comcept-gallery__item:nth-of-type(4) {
    left: -20px;
    width: 112px;
    height: 112px;
  }
}
@media screen and (max-width: 959px) {
  .comcept .comcept-gallery__item:nth-of-type(4) {
    bottom: -20px;
    width: 102px;
    height: 102px;
  }
}
@media screen and (max-width: 767px) {
  .comcept .comcept-gallery__item:nth-of-type(4) {
    bottom: -70px;
    width: 82px;
    height: 82px;
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-gallery__item:nth-of-type(4) {
    bottom: -80px;
  }
}
.comcept .comcept-gallery__item:nth-of-type(5) {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  height: 300px;
}
@media screen and (max-width: 1023px) {
  .comcept .comcept-gallery__item:nth-of-type(5) {
    width: 140px;
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .comcept .comcept-gallery__item:nth-of-type(5) {
    top: 98%;
    right: 0;
    width: 120px;
    height: 170px;
  }
}
@media screen and (max-width: 519px) {
  .comcept .comcept-gallery__item:nth-of-type(5) {
    top: 97%;
    right: 0;
    width: 90px;
    height: 150px;
  }
}

.features {
  padding-top: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .features {
    padding-top: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .features {
    padding-top: calc(8px * 13 * 0.5);
  }
}
.features {
  padding-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .features {
    padding-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .features {
    padding-bottom: calc(8px * 13 * 0.5);
  }
}
.features {
  background: #ffffff;
}

.features-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  width: 100%;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .features-unit {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .features-unit {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .features-unit {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .features-unit {
    gap: 56px;
  }
}
@media screen and (max-width: 1023px) {
  .features-unit {
    gap: 40px;
  }
}
@media screen and (max-width: 959px) {
  .features-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
    padding-left: calc(8px * 3);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .features-unit {
    padding-left: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  .features-unit {
    padding-left: calc(8px * 3 * 0.5);
  }
}
.features-unit__vsl {
  width: 700px;
}
@media screen and (max-width: 959px) {
  .features-unit__vsl {
    max-width: 640px;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .features-unit__dtl {
    width: 100%;
    max-width: 680px;
  }
}
.features-unit__dtl .features-num {
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  font-family: "Marcellus", serif;
  font-size: 1.8rem;
  color: #9D927E;
  letter-spacing: 3px;
}
@media screen and (max-width: 1023px) {
  .features-unit__dtl .features-num {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 959px) {
  .features-unit__dtl .features-num {
    margin-bottom: 2px;
    padding-left: 28px;
  }
}
@media screen and (max-width: 767px) {
  .features-unit__dtl .features-num {
    padding-left: 24px;
    font-size: 1.6rem;
  }
}
.features-unit__dtl .features-num span {
  font-size: 2.4rem;
  margin-left: 4px;
}
@media screen and (max-width: 959px) {
  .features-unit__dtl .features-num span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .features-unit__dtl .features-num span {
    font-size: 1.8rem;
  }
}
.features-unit__dtl .features-num::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #796A58;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/beam.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/beam.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  opacity: 0.8;
}
@media screen and (max-width: 959px) {
  .features-unit__dtl .features-num::before {
    top: 10px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .features-unit__dtl .features-num::before {
    top: 8px;
    width: 14px;
    height: 14px;
  }
}
.features-unit__dtl .features-ttl {
  position: relative;
  padding-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .features-unit__dtl .features-ttl {
    padding-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .features-unit__dtl .features-ttl {
    padding-bottom: calc(8px * 4 * 0.5);
  }
}
.features-unit__dtl .features-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .features-unit__dtl .features-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .features-unit__dtl .features-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.features-unit__dtl .features-ttl {
  font-size: 2.8rem;
  color: #796A58;
  letter-spacing: 8px;
}
@media screen and (max-width: 1023px) {
  .features-unit__dtl .features-ttl {
    padding-bottom: calc(8px * 2);
    margin-bottom: calc(8px * 2);
  }
}
@media screen and (max-width: 1023px) and (max-width: 959px) {
  .features-unit__dtl .features-ttl {
    padding-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 1023px) and (max-width: 519px) {
  .features-unit__dtl .features-ttl {
    padding-bottom: calc(8px * 2 * 0.5);
  }
}
@media screen and (max-width: 1023px) and (max-width: 959px) {
  .features-unit__dtl .features-ttl {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 1023px) and (max-width: 519px) {
  .features-unit__dtl .features-ttl {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  .features-unit__dtl .features-ttl {
    font-size: 2.4rem;
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 767px) {
  .features-unit__dtl .features-ttl {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}
.features-unit__dtl .features-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 1px;
  background: #796A58;
}
.features-unit__dtl .features-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 28px;
  width: calc(100% - 28px);
  height: 1px;
  background: #cccccc;
}
.features-unit__dtl .txt {
  line-height: 1.8;
}
.features-unit:not(:last-of-type) {
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .features-unit:not(:last-of-type) {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .features-unit:not(:last-of-type) {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}
.features-unit:nth-of-type(2) {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .features-unit:nth-of-type(2) {
    padding-left: calc(8px * 3);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .features-unit:nth-of-type(2) {
    padding-left: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  .features-unit:nth-of-type(2) {
    padding-left: calc(8px * 3 * 0.5);
  }
}
.features-unit:nth-of-type(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 0;
}
@media screen and (max-width: 959px) {
  .features-unit:nth-of-type(3) {
    padding-right: calc(8px * 3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .features-unit:nth-of-type(3) {
    padding-right: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  .features-unit:nth-of-type(3) {
    padding-right: calc(8px * 3 * 0.5);
  }
}
.features-unit:nth-of-type(4) {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .features-unit:nth-of-type(4) {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .features-unit:nth-of-type(4) {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .features-unit:nth-of-type(4) {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.features-unit:nth-of-type(4) .features-unit__vsl {
  max-width: 372px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .features-unit:nth-of-type(4) .features-unit__vsl {
    max-width: 540px;
  }
}

.sec-img {
  margin-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .sec-img {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .sec-img {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
.sec-img {
  position: relative;
  width: 100vw;
  height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .sec-img {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sec-img {
    height: 140px;
  }
}
@media screen and (max-width: 519px) {
  .sec-img {
    height: 120px;
  }
}
.sec-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 320px;
}
@media screen and (max-width: 959px) {
  .sec-img img {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sec-img img {
    height: 140px;
  }
}
@media screen and (max-width: 519px) {
  .sec-img img {
    height: 120px;
  }
}
.sec-img .sec-img-txt {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Marcellus", serif;
  font-size: 3.2rem;
  letter-spacing: 6px;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .sec-img .sec-img-txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 959px) {
  .sec-img .sec-img-txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-img .sec-img-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .sec-img .sec-img-txt {
    font-size: 1.4rem;
  }
}

.menu .menu-search-area {
  position: relative;
}
.menu .menu-search-area .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 519px) {
  .menu .menu-search-area .search-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
}
.menu .menu-search-area .search-form__item {
  max-width: 560px;
  width: 100%;
}
.menu .menu-search-area .search-form__item input[type=text] {
  width: 100%;
  height: 44px;
  padding: 8px 16px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-family: YakuHanMP, "Zen Old Mincho", "Inter", serif;
}
@media screen and (max-width: 959px) {
  .menu .menu-search-area .search-form__item input[type=text] {
    width: 100%;
    height: 40px;
    max-width: none;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .menu .menu-search-area .search-form__item input[type=text] {
    height: 36px;
  }
}
.menu .menu-search-area .search-form__item input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}
.menu .menu-search-area .search-form__item input[type=text]::-moz-placeholder {
  color: #ffffff;
}
.menu .menu-search-area .search-form__item input[type=text]:-ms-input-placeholder {
  color: #ffffff;
}
.menu .menu-search-area .search-form__item input[type=text]::-ms-input-placeholder {
  color: #ffffff;
}
.menu .menu-search-area .search-form__item input[type=text]::placeholder {
  color: #ffffff;
}
.menu .menu-search-area .search-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu .menu-search-area .search-form__btn .search-btn {
  width: 104px;
  height: 44px;
  border: solid 1px #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .menu .menu-search-area .search-form__btn .search-btn {
    width: 88px;
    height: 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .menu .menu-search-area .search-form__btn .search-btn {
    width: 72px;
    height: 36px;
  }
}
@media screen and (max-width: 519px) {
  .menu .menu-search-area .search-form__btn .search-btn {
    width: 88px;
    height: 32px;
    font-size: 1.2rem;
  }
}
.menu .menu-search-area .search-form__btn .search-btn.--btn-search {
  color: #ffffff;
}
.menu .menu-search-area .search-form__btn .search-btn.--btn-search span {
  position: relative;
  padding-left: 22px;
  font-family: YakuHanMP, "Zen Old Mincho", "Inter", serif;
}
.menu .menu-search-area .search-form__btn .search-btn.--btn-search span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/search.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/search.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.menu .menu-search-area .search-form__btn .search-btn.--btn-search:hover {
  background: #ffffff;
  color: #046A74;
}
.menu .menu-search-area .search-form__btn .search-btn.--btn-search:hover span::before {
  background-color: #046A74;
}
.menu .menu-search-area .search-form__btn .search-btn.--btn-clear {
  margin-left: 16px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #046A74;
}
@media screen and (max-width: 959px) {
  .menu .menu-search-area .search-form__btn .search-btn.--btn-clear {
    margin-left: 10px;
  }
}
.menu .menu-search-area .search-form__btn .search-btn.--btn-clear:hover {
  background: #046A74;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.menu {
  margin-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .menu {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .menu {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
.menu .menu-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .menu .menu-head {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .menu .menu-head {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.menu .menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .menu .menu-content {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .menu .menu-content {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
@media screen and (max-width: 1279px) {
  .menu .menu-content {
    gap: 8px;
  }
}
@media screen and (max-width: 519px) {
  .menu .menu-content {
    gap: 6px;
  }
}
.menu .menu-content__item {
  width: calc(100% / 5 - 48px / 5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1279px) {
  .menu .menu-content__item {
    width: calc(100% / 4 - 24px / 4);
  }
}
@media screen and (max-width: 767px) {
  .menu .menu-content__item {
    width: calc(100% / 3 - 16px / 3);
  }
}
@media screen and (max-width: 519px) {
  .menu .menu-content__item {
    width: calc(100% / 2 - 6px / 2);
  }
}
.menu .menu-content__item details {
  position: relative;
  background: #ffffff;
  border-bottom: 2px solid #796A58;
  overflow: hidden;
  cursor: pointer;
}
.menu .menu-content__item details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 64px;
  opacity: 0.6;
}
.menu .menu-content__item summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  height: 100%;
  color: #796A58;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .menu .menu-content__item summary {
    padding: 14px;
  }
}
.menu .menu-content__item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .menu .menu-content__item summary::after {
    right: 6px;
    width: 16px;
    height: 16px;
  }
}
.menu .menu-content__item summary:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.menu .menu-content__item summary::-webkit-details-marker {
  display: none;
}
.menu .menu-content__item.--forehead details::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/forehead-btn-illust.png") center/cover no-repeat;
}
.menu .menu-content__item.--eye details::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/eye-btn-illust.png") center/cover no-repeat;
}
.menu .menu-content__item.--nose details::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/nose-btn-illust.png") center/cover no-repeat;
}
.menu .menu-content__item.--mouth details::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/mouth-btn-illust.png") center/cover no-repeat;
}
.menu .menu-content__item.--cheek details::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/cheek-btn-illust.png") center/cover no-repeat;
}
.menu .menu-content__item.--ear details::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/ear-btn-illust.png") center/cover no-repeat;
}
.menu .menu-content__item.--faceline details::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/faceline-btn-illust.png") center/cover no-repeat;
}
.menu .menu-content__item.--chest details::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/chest-btn-illust.png") center/cover no-repeat;
}
.menu .menu-content__item.--body details::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/body-btn-illust.png") center/cover no-repeat;
}
.menu .menu-content__item.--skin details::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/skin-btn-illust.png") center/cover no-repeat;
}
.menu .menu-content__item .worries-list {
  padding: 16px;
}
@media screen and (max-width: 959px) {
  .menu .menu-content__item .worries-list {
    padding: 14px;
  }
}
@media screen and (max-width: 767px) {
  .menu .menu-content__item .worries-list {
    padding: 12px;
  }
}
@media screen and (max-width: 519px) {
  .menu .menu-content__item .worries-list {
    padding: 8px;
  }
}
.menu .menu-content__item .worries-list__item a {
  display: block;
  font-size: 1.4rem;
  color: #796A58;
  text-decoration: underline;
  line-height: 1.3;
  margin-bottom: 6px;
}
.menu .menu-content__item .worries-list__item a:hover {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
.menu .search {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .menu .search {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .menu .search {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .menu .search {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.menu .search {
  padding: 40px;
  background: #046A74;
}
@media screen and (max-width: 959px) {
  .menu .search {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .menu .search {
    padding: 24px;
  }
}
.menu .search::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #046A74;
}

.greeting {
  position: relative;
  padding-top: calc(8px * 12);
}
@media screen and (max-width: 959px) {
  .greeting {
    padding-top: calc(8px * 12 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .greeting {
    padding-top: calc(8px * 12 * 0.5);
  }
}
.greeting {
  padding-bottom: calc(8px * 12);
}
@media screen and (max-width: 959px) {
  .greeting {
    padding-bottom: calc(8px * 12 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .greeting {
    padding-bottom: calc(8px * 12 * 0.5);
  }
}
.greeting {
  margin-bottom: calc(8px * 12);
}
@media screen and (max-width: 959px) {
  .greeting {
    margin-bottom: calc(8px * 12 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .greeting {
    margin-bottom: calc(8px * 12 * 0.5);
  }
}
.greeting::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/top/gree-bg.jpg") center/cover no-repeat;
}
.greeting .greeting-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit {
    -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: 32px;
  }
}
.greeting .greeting-unit__vsl {
  width: 416px;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__vsl {
    max-width: 344px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__vsl {
    max-width: 600px;
  }
}
.greeting .greeting-unit__vsl img {
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__vsl img {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__vsl img {
    margin-bottom: 8px;
  }
}
.greeting .greeting-unit__vsl .greeting-name {
  color: #ffffff;
}
.greeting .greeting-unit__vsl .greeting-name span {
  margin-left: 16px;
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__vsl .greeting-name span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__vsl .greeting-name span {
    font-size: 1.8rem;
  }
}
.greeting .greeting-unit__dtl {
  width: calc(100% - 480px);
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__dtl {
    width: calc(100% - 376px);
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__dtl {
    width: 100%;
  }
}
.greeting .greeting-unit__dtl .greeting-lead {
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__dtl .greeting-lead {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .greeting .greeting-unit__dtl .greeting-lead {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.greeting .greeting-unit__dtl .greeting-lead {
  font-size: 3.2rem;
  letter-spacing: 5px;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__dtl .greeting-lead {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__dtl .greeting-lead {
    font-size: 2.4rem;
  }
}

.news {
  margin-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .news {
    margin-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .news {
    margin-bottom: calc(8px * 11 * 0.5);
  }
}
.news .news-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .news .news-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.news .news-unit::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -112px;
  width: 178px;
  height: 178px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star.svg") center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.07;
}
@media screen and (max-width: 1279px) {
  .news .news-unit::before {
    left: -42px;
    width: 108px;
    height: 108px;
  }
}
.news .news-unit::after {
  content: "";
  position: absolute;
  top: 120px;
  left: -182px;
  width: 70px;
  height: 70px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star.svg") center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.07;
}
@media screen and (max-width: 1279px) {
  .news .news-unit::after {
    top: 70px;
    left: -62px;
    width: 48px;
    height: 48px;
  }
}
.news .news-unit__ttl {
  width: 148px;
}
@media screen and (max-width: 767px) {
  .news .news-unit__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.news .news-unit__list {
  width: calc(100% - 212px);
}
@media screen and (max-width: 767px) {
  .news .news-unit__list {
    width: 100%;
  }
}
.news .news-unit__list .news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 22px;
}
.news .news-unit__list .news-list__item:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(121, 106, 88, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item {
    gap: 12px;
  }
}
.news .news-unit__list .news-list__item .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 230px;
}
.news .news-unit__list .news-list__item .news-meta__date {
  width: 103px;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item .news-meta__date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.news .news-unit__list .news-list__item .news-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 111px;
  color: #ffffff;
  font-size: 1.4rem;
  border: 1px solid #9D927E;
  background: #9D927E;
}
.news .news-unit__list .news-list__item .news-meta__cate:hover {
  background: #EAE3D1;
  color: #9D927E;
}
.news .news-unit__list .news-list__item .news-ttl {
  width: calc(100% - 252px);
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item .news-ttl {
    width: 100%;
  }
}
.news .news-unit__list .news-list__item .news-ttl a:hover {
  text-decoration: underline;
  color: #796A58;
}
.news .news-unit__list .news-list__item .news-ttl:hover {
  -webkit-transform: translate(2px, 0);
  transform: translate(2px, 0);
}

.campaign {
  margin-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .campaign {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .campaign {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
.campaign .campaign-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .campaign .campaign-list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaign-list {
    gap: 14px;
  }
}
@media screen and (max-width: 519px) {
  .campaign .campaign-list {
    gap: 8px;
  }
}
.campaign .campaign-list::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -42px;
  width: 178px;
  height: 178px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star.svg") center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.07;
}
@media screen and (max-width: 1279px) {
  .campaign .campaign-list::before {
    top: -80px;
    right: -22px;
    width: 108px;
    height: 108px;
  }
}
.campaign .campaign-list::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -100px;
  width: 70px;
  height: 70px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star.svg") center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.07;
}
@media screen and (max-width: 1279px) {
  .campaign .campaign-list::after {
    top: 10px;
    right: -62px;
    width: 48px;
    height: 48px;
  }
}
.campaign .campaign-list__item {
  width: calc(100% / 3 - 64px / 3);
}
@media screen and (max-width: 959px) {
  .campaign .campaign-list__item {
    width: calc(100% / 3 - 40px / 3);
  }
}
@media screen and (max-width: 767px) {
  .campaign .campaign-list__item {
    width: calc(100% / 3 - 28px / 3);
  }
}
@media screen and (max-width: 519px) {
  .campaign .campaign-list__item {
    width: calc(100% / 2 - 8px / 2);
  }
}
.campaign .campaign-list__item a {
  display: block;
  padding: 4px;
  border: 1px solid #796A58;
  background: #ffffff;
}
.campaign .campaign-list__item a:hover {
  opacity: 0.75;
}

.blog {
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .blog {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .blog {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}
.blog .ttl-l {
  position: relative;
}
.blog .ttl-l::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -112px;
  width: 178px;
  height: 178px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star.svg") center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.07;
}
@media screen and (max-width: 1279px) {
  .blog .ttl-l::before {
    left: -42px;
    width: 108px;
    height: 108px;
  }
}
.blog .ttl-l::after {
  content: "";
  position: absolute;
  top: 120px;
  left: -182px;
  width: 70px;
  height: 70px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star.svg") center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.07;
}
@media screen and (max-width: 1279px) {
  .blog .ttl-l::after {
    top: 70px;
    left: -62px;
    width: 48px;
    height: 48px;
  }
}
.blog .blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .blog .blog-list {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .blog .blog-list {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  .blog .blog-list {
    gap: 16px;
  }
}
.blog .blog-list__item {
  width: calc(100% / 3 - 48px / 3);
}
@media screen and (max-width: 959px) {
  .blog .blog-list__item {
    width: calc(100% / 3 - 32px / 3);
  }
}
@media screen and (max-width: 767px) {
  .blog .blog-list__item {
    width: calc(100% / 2 - 16px / 2);
  }
}
.blog .blog-list__item .blog-vsl {
  position: relative;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .blog .blog-list__item .blog-vsl {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .blog .blog-list__item .blog-vsl {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.blog .blog-list__item .blog-vsl a {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog .blog-list__item .blog-vsl a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog .blog-list__item .blog-vsl a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #796A58;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog .blog-list__item .blog-vsl a:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.blog .blog-list__item .blog-vsl a:hover::before {
  width: 100%;
  height: 100%;
}
.blog .blog-list__item .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media screen and (max-width: 519px) {
  .blog .blog-list__item .blog-meta {
    margin-bottom: 2px;
    font-size: 1.2rem;
  }
}
.blog .blog-list__item .blog-meta__date {
  font-family: "Marcellus", serif;
}
.blog .blog-list__item .blog-meta__cate {
  position: relative;
  display: block;
  padding-left: 10px;
  color: #796A58;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 519px) {
  .blog .blog-list__item .blog-meta__cate {
    letter-spacing: -1px;
  }
}
.blog .blog-list__item .blog-meta__cate::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #796A58;
}
@media screen and (max-width: 519px) {
  .blog .blog-list__item .blog-meta__cate::before {
    top: 8px;
  }
}
.blog .blog-list__item .blog-meta__cate:hover {
  text-decoration: underline;
  -webkit-transform: translate(2px, 0);
  transform: translate(2px, 0);
}
.blog .blog-list__item .blog-ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog .blog-list__item .blog-ttl a {
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog .blog-list__item .blog-ttl a:hover {
  color: #796A58;
  text-decoration: underline;
}
.blog .blog-list__item .blog-tag {
  gap: 12px;
  margin-top: 16px;
  padding: 10px 0;
  border-top: 1px dotted #796A58;
  border-bottom: 1px dotted #796A58;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 519px) {
  .blog .blog-list__item .blog-tag {
    padding: 6px 0;
    white-space: normal;
    line-height: 1.3;
  }
}
.blog .blog-list__item .blog-tag__item {
  line-height: 1;
  display: inline-block;
  margin-right: 6px;
}
.blog .blog-list__item .blog-tag__item:nth-last-of-type(n+4) {
  display: none;
}
.blog .blog-list__item .blog-tag__item a {
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 519px) {
  .blog .blog-list__item .blog-tag__item a {
    font-size: 1.2rem;
  }
}
.blog .blog-list__item .blog-tag__item a::before {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
  color: #796A58;
}
.blog .blog-list__item .blog-tag__item a:hover {
  text-decoration: underline;
  -webkit-transform: translate(2px, 0);
  transform: translate(2px, 0);
}
.blog .blog-list__item:nth-of-type(4) {
  display: none;
}
@media screen and (max-width: 767px) {
  .blog .blog-list__item:nth-of-type(4) {
    display: block;
  }
}

.inst {
  padding-top: calc(8px * 9);
}
@media screen and (max-width: 959px) {
  .inst {
    padding-top: calc(8px * 9 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .inst {
    padding-top: calc(8px * 9 * 0.5);
  }
}
.inst {
  padding-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .inst {
    padding-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .inst {
    padding-bottom: calc(8px * 13 * 0.5);
  }
}
.inst {
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .inst {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .inst {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}
.inst {
  background: #ffffff;
}

.calendar {
  margin-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .calendar {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .calendar {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
.calendar .calendar-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .calendar .calendar-list {
    gap: 12px;
  }
}
@media screen and (max-width: 519px) {
  .calendar .calendar-list {
    gap: 4px;
  }
}
.calendar .calendar-list::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -42px;
  z-index: -1;
  width: 178px;
  height: 178px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star.svg") center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.07;
}
@media screen and (max-width: 1279px) {
  .calendar .calendar-list::before {
    top: -80px;
    right: -22px;
    width: 108px;
    height: 108px;
  }
}
.calendar .calendar-list::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -100px;
  width: 70px;
  height: 70px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star.svg") center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.07;
}
@media screen and (max-width: 1279px) {
  .calendar .calendar-list::after {
    top: 10px;
    right: -62px;
    width: 48px;
    height: 48px;
  }
}
.calendar .calendar-list__item {
  width: calc(100% / 3 - 40px / 3);
}
@media screen and (max-width: 767px) {
  .calendar .calendar-list__item {
    width: calc(100% / 3 - 24px / 3);
  }
}
@media screen and (max-width: 519px) {
  .calendar .calendar-list__item {
    width: calc(100% / 3 - 8px / 3);
  }
}

.access {
  padding-top: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .access {
    padding-top: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .access {
    padding-top: calc(8px * 10 * 0.5);
  }
}
.access {
  padding-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .access {
    padding-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .access {
    padding-bottom: calc(8px * 13 * 0.5);
  }
}
.access {
  background: #ffffff;
}
.access .access-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}
@media screen and (max-width: 1023px) {
  .access .access-unit {
    gap: 48px;
  }
}
@media screen and (max-width: 959px) {
  .access .access-unit {
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .access .access-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.access .access-unit__dtl {
  width: 430px;
}
@media screen and (max-width: 1023px) {
  .access .access-unit__dtl {
    width: 360px;
  }
}
@media screen and (max-width: 959px) {
  .access .access-unit__dtl {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .access .access-unit__dtl {
    width: 100%;
  }
}
.access .access-unit__dtl img {
  margin-bottom: 24px;
}
.access .access-unit__dtl .access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 24px;
  margin-bottom: 22px;
  font-family: "Marcellus", serif;
  font-size: 1.8rem;
  letter-spacing: 1.75px;
}
.access .access-unit__dtl .access-dtl__item dt {
  position: relative;
  margin-bottom: 8px;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .access .access-unit__dtl .access-dtl__item dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-dtl__item dt {
    font-size: 1.8rem;
  }
}
.access .access-unit__dtl .access-dtl__item dt::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  background-color: #796A58;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 1279px) {
  .access .access-unit__dtl .access-dtl__item dt::before {
    top: 5px;
    height: 18px;
  }
}
.access .access-unit__dtl .access-dtl__item dt.--med-time {
  padding-left: 28px;
}
@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-dtl__item dt.--med-time {
    padding-left: 27px;
  }
}
.access .access-unit__dtl .access-dtl__item dt.--med-time::before {
  width: 20px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/time.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/time.svg");
}
@media screen and (max-width: 1279px) {
  .access .access-unit__dtl .access-dtl__item dt.--med-time::before {
    width: 18px;
  }
}
.access .access-unit__dtl .access-dtl__item dt.--acc-way {
  padding-left: 24px;
}
.access .access-unit__dtl .access-dtl__item dt.--acc-way::before {
  width: 15px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/pin.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/pin.svg");
}
@media screen and (max-width: 1279px) {
  .access .access-unit__dtl .access-dtl__item dt.--acc-way::before {
    width: 13px;
  }
}
.access .access-unit__dtl .access-dtl__item:not(:last-of-type) {
  margin-bottom: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #796A58;
}
.access .access-unit__map {
  width: calc(100% - 494px);
}
@media screen and (max-width: 1023px) {
  .access .access-unit__map {
    width: calc(100% - 408px);
  }
}
@media screen and (max-width: 959px) {
  .access .access-unit__map {
    width: calc(100% - 308px);
  }
}
@media screen and (max-width: 767px) {
  .access .access-unit__map {
    width: 100%;
  }
}
.access .access-unit__map iframe {
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .access .access-unit__map iframe {
    height: 360px;
  }
}
/*# sourceMappingURL=../../maps/pages/top.css.map */
