@charset "UTF-8";
.header {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 0 19px;
  background-color: #000;
  position: fixed;
  z-index: 999;
}

h1 {
  font-family: "Benne", serif;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.13em;
  font-weight: normal;
  line-height: 1.1;
}
h1 span {
  display: block;
  font-size: 1rem;
  font-family: zen-old-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}

.h-btn {
  display: flex;
  align-items: center;
}
.h-btn__cart {
  margin-right: 1.6rem;
}

.menu-trigger__button__icon span {
  display: block;
  width: 2.3rem;
  height: 2px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #FFF;
}
.menu-trigger__button__icon span:nth-of-type(2) {
  margin: 0.6rem 0;
}

.is-open .menu-trigger__button__icon span:nth-of-type(1) {
  transform: translateY(0.8rem) rotate(45deg);
}
.is-open .menu-trigger__button__icon span:nth-of-type(2) {
  opacity: 0;
}
.is-open .menu-trigger__button__icon span:nth-of-type(3) {
  transform: translateY(-0.8rem) rotate(-45deg);
}

.sitemap {
  width: 100%;
  height: calc(100vh - 65px);
  position: fixed;
  z-index: 100;
  transition: 0.6s;
  top: 65px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  opacity: 0;
  color: #fff;
  font-size: 2.5rem;
  text-align: right;
  letter-spacing: 0.15em;
  background-color: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}
.sitemap__inner {
  height: 100%;
  padding: 6rem 6% 6rem 1rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.sitemap__inner ul {
  background-color: 0, 0, 0, 0.55;
}
.sitemap__item {
  margin-bottom: 2.5rem;
}
.sitemap__item .inner.inner-s {
  letter-spacing: 0.05em;
}
.sitemap__item.item-parent {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.sitemap__item.item-parent.is-open .sitemap__item__btn span:nth-child(1) {
  transform: rotate(0deg);
}
.sitemap__item__btn {
  padding-left: 1.6rem;
}
.sitemap__item__btn span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.sitemap__item__btn span:nth-child(1) {
  transition-duration: 0.2s;
  transform: rotate(90deg);
}
.sitemap__item__btn span:nth-child(2) {
  transition-duration: 0.2s;
  transform: translate(0, -2px);
}
.sitemap__item__child {
  width: 100%;
  margin-top: 2.4rem;
  display: none;
  font-size: 1.7rem;
}
.sitemap__item__child--item {
  margin-bottom: 1.5rem;
}
.sitemap__sns {
  position: absolute;
  right: 3.7rem;
  bottom: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sitemap__sns a {
  display: inline-block;
}
.sitemap__sns a:nth-of-type(2) {
  margin-left: 1.4rem;
}
.sitemap__sns a:nth-of-type(2) svg {
  width: 16px;
}

.sitemap.is-open {
  opacity: 1;
  pointer-events: initial;
}

.h-btn__cart--content {
  display: none;
}

#sitemap {
  background: url(../img/main-video.jpg);
  background-size: cover;
}
#sitemap #video-wrap {
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .sitemap__inner {
    padding: 10rem 8rem 0 1rem;
  }

  .sitemap__sns {
    bottom: auto;
    right: 9rem;
  }
}
@media (min-width: 1025px) {
  .header {
    height: 85px;
    padding: 0 40px 0 50px;
  }
  .header > .pc-flex {
    gap: 4vw;
    align-items: center;
    height: 85px;
  }

  h1 {
    margin-top: 5px !important;
    font-size: 2.5rem;
  }

  .pc-gNav {
    width: 480px;
    height: 85px;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
  .pc-gNav__list {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .pc-gNav__list > li {
    line-height: 8.5rem;
  }
  .pc-gNav__list a {
    display: block;
  }
  .pc-gNav__parent {
    position: relative;
  }
  .pc-gNav__parent:hover .pc-gNav__child {
    display: block;
    transition: all 0.5s ease-out;
  }
  .pc-gNav__child {
    width: 200px;
    position: absolute;
    top: 85px;
    left: -10px;
    padding: 6px 16px;
    display: none;
    transition: all 0.5s ease-out;
    background-color: rgba(0, 0, 0, 0.7);
    letter-spacing: 0.15em;
  }
  .pc-gNav__child > li {
    line-height: 1;
    padding-bottom: 1.6rem;
    color: #fff;
    transition: 0.3s;
  }
  .pc-gNav__child > li:hover {
    color: #AFAFAF;
  }

  .h-btn__cart {
    display: flex;
    align-items: center;
    gap: 1.4rem;
  }
  .h-btn__cart--content {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 1.5rem;
  }
  .h-btn__cart--content span {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }

  .pc-gNav__list > li > a {
    transition: 0.3s;
  }
  .pc-gNav__list > li:hover > a {
    color: #AFAFAF;
  }
}
@media screen and (min-width: 1171px) {
  .h-btn__cart--content {
    display: block;
  }
}
.panel {
  width: 100%;
}

.scroll_wrapper {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.scroll_end {
  scroll-snap-align: end;
}

.section-top {
  padding-top: 65px;
}

.sec__txt {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

.sec__inner {
  width: 100%;
  padding: 0 3.6rem;
}

.s-heading {
  margin-bottom: 3.5rem;
}

.sec02 .s-heading {
  padding-top: 65px;
  margin-bottom: 0;
}
.sec02 .sec__inner {
  height: 100%;
}
.sec02 .s-index {
  margin-bottom: 0;
}

.sec03 {
  padding: 120px 0 100px;
}
.sec03 .s-heading__ttl {
  letter-spacing: 0.1em;
}
.sec03 span.ls {
  font-size: 3rem;
  display: inline-block;
  letter-spacing: -0.1em;
  margin-top: 0;
}

.sec04 {
  padding: 80px 0 120px;
}

.s-index span {
  display: inline-block;
  padding: 10px;
}
.s-index span:first-child {
  position: relative;
}
.s-index span:first-child::after {
  position: absolute;
  top: 13px;
  right: -2px;
  content: "";
  height: 14px;
  width: 1px;
  background: #fff;
}

.mv {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  color: #fff;
}

#video-wrap {
  position: absolute;
  z-index: 1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  /*天地中央配置*/
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.mv__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.mv__inner .swiper-slide .pc-flex {
  width: 66%;
  margin: 0 auto;
}

.mv__item {
  max-width: 33.033033033vh;
  margin: 0 auto;
}

.mv__title {
  font-family: "Benne", serif;
  text-align: center;
}
.mv__title--sub {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.mv__title--sub:nth-of-type(2) {
  display: none;
}
.mv__title h2 {
  font-size: 6.7466266867vh;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.mv__title h2.ttl-sm {
  font-size: 5.2473763118vh;
}

.mv__btn--list {
  margin: 0 -13px 1.5rem;
  display: flex;
  justify-content: center;
}

.mv__note {
  width: 66%;
  margin: 0 auto;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
}
.mv__note--pc {
  display: none;
  letter-spacing: 0.15em;
}

.note {
  position: relative;
  margin-left: 10px;
}
.note::before {
  position: absolute;
  content: "※";
  left: -10px;
}

.mv__news {
  width: calc(100% - 8px);
  margin: 0 auto;
  padding: 15px;
  position: absolute;
  left: 4px;
  bottom: 6px;
  background-color: #161616;
  border-radius: 50px;
  z-index: 101;
}
.mv__news--inner {
  display: flex;
  align-items: center;
}
.mv__news--heading {
  width: 20%;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.18rem;
  line-height: 1;
}
.mv__news--content {
  width: 80%;
  display: flex;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.mv__news--date {
  margin-right: 0.7rem;
}
.mv__news--cat {
  min-width: 50px;
  margin-right: 0.7rem;
}
.mv__news--ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.instagram {
  display: none;
}

@media (min-width: 768px) {
  .sec__txt {
    font-size: 1.4rem;
  }

  .sec02 .s-heading {
    padding-top: 0;
  }

  .sec03 {
    padding: 80px 0 100px;
  }

  .sec04 {
    padding: 80px 0 140px;
  }

  .tab-flex {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .mv__title h2 {
    font-size: 5rem;
    line-height: 1.3;
  }
  .mv__title h2.ttl-sm {
    font-size: 5rem;
  }
  .mv__title h2.ttl-bg {
    font-size: 7rem;
  }
  .mv__title--sub {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
  .mv__item {
    width: 90%;
  }
  .mv__news--heading {
    font-size: 1.5rem;
    width: 20%;
  }
  .mv__news--content {
    font-size: 1.2rem;
  }
  .mv__news--date {
    margin-right: 2.5rem;
  }
  .mv__news--cat {
    margin-right: 2.5rem;
  }
  .mv__note {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .panel {
    border-bottom: 1px solid #737373;
  }
  .panel.mv {
    border: none;
  }

  .pc-flex {
    display: flex;
    align-items: center;
  }

  .sec__txt {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
  }
  .sec__desc {
    width: 450px;
  }
  .sec__more {
    text-align: right;
    margin-right: 20px;
  }

  .sec__r, .sec__l {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .sec__l {
    justify-content: center;
  }
  .sec__l.sec__l--43 {
    width: 43%;
  }

  .sec__r.sec__r--57 {
    width: 65%;
  }

  .sec03 {
    padding: 150px 0 150px;
  }

  .sec04 {
    padding: 150px 0 150px;
    border-top: 1px solid #737373;
  }

  .s-heading {
    text-align: center;
  }

  .mv__inner .swiper-slide .pc-flex {
    max-width: 723px;
  }

  .mv__item {
    width: 46%;
    max-width: 100%;
    margin: 0;
  }
  .mv__inner {
    padding: 0 60px;
  }
  .mv__title {
    text-align: left;
  }
  .mv__title h2 {
    font-size: 6rem;
  }
  .mv__title h2.ttl-sm {
    font-size: 6rem;
  }
  .mv__title h2.ttl-bg {
    font-size: 8rem;
  }
  .mv__title--sub {
    font-size: 3rem;
  }
  .mv__title--sub:nth-of-type(1) {
    display: none;
  }
  .mv__title--sub:nth-of-type(2) {
    display: block;
  }
  .mv__btn--ec {
    display: none;
  }
  .mv__note {
    display: none;
  }
  .mv__news {
    width: 100%;
    padding: 15px 45px;
    bottom: 0;
    left: 0;
    border-radius: 0;
  }
  .mv__news--content {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
  .mv__news--heading {
    margin-right: 3.5rem;
    font-size: 1.8rem;
    width: 14.2rem;
  }
  .mv__news--date {
    margin-right: 2.5rem;
  }
  .mv__news--cat {
    margin-right: 2.5rem;
  }
  .mv__btn--list {
    justify-content: flex-start;
  }

  .mv__note--pc {
    width: 72%;
    margin: 0 auto;
    padding-top: 3vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    text-align: center;
  }

  .note-sm {
    display: block;
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .instagram {
    width: 37px;
    height: 100vh;
    top: 0;
    letter-spacing: 0.25em;
    font-weight: 500;
    border-right: 1px solid #737373;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    writing-mode: vertical-rl;
    padding: 0 10px;
    position: fixed;
    background-color: #000;
    z-index: 1;
    opacity: 0;
  }
  .instagram.is-animated {
    opacity: 1;
  }
  .instagram span {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
  }
  .instagram.pc {
    display: flex;
  }
}
.t-products {
  position: relative;
  display: flex;
  align-items: center;
}

.s-product__img {
  max-width: 220px;
  margin: 0 auto;
}
.s-product__img img {
  margin: 0 auto;
}
.s-product__ttl {
  margin-bottom: 2.4rem;
  font-family: "Benne", serif;
  text-align: center;
}
.s-product__ttl h3 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.s-product__ttl h3 .sub {
  margin-bottom: 22px;
  font-size: 18px;
}
.s-product__ttl h3 span.sub-sp {
  display: block;
}
.s-product__ttl h3 span.sub-tab {
  display: none;
}
.s-product__btn--list {
  width: calc(100% - 18px);
  margin-bottom: 2.6986506747vh;
  padding: 0 18px;
  display: flex;
  justify-content: center;
}
.s-product__note {
  max-width: 286px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.15em;
}

@media (min-width: 768px) {
  .sec__inner {
    padding: 4rem 8rem;
  }

  .s-product__ttl h3 {
    font-size: 4.5rem;
  }
  .s-product__ttl h3 span.sub-sp {
    display: none;
  }
  .s-product__ttl h3 span.sub-tab {
    display: block;
  }

  .panel {
    height: auto;
    padding: 80px 0;
  }
}
@media (min-width: 1025px) {
  .panel {
    height: 100vh;
    padding: 0;
  }

  .sec__inner {
    padding: 4rem 6.4421669%;
  }

  .s-product__ttl {
    text-align: left;
  }
  .s-product__btn--list {
    width: auto;
    padding: 0;
    justify-content: inherit;
  }
  .s-product__slider {
    padding-left: 50px;
  }
  .s-product__img {
    max-width: 230px;
    margin: 0 auto;
  }

  .s-contact-top {
    border-top: 1px solid #737373;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv-prev {
  width: 50px !important;
  height: 11px !important;
  background: url(../img/icon/mv-l.svg);
  background-repeat: no-repeat;
  top: 35% !important;
}

.mv-next {
  width: 50px !important;
  height: 11px !important;
  background: url(../img/icon/mv-r.svg);
  background-repeat: no-repeat;
  top: 35% !important;
}

.step-prev {
  top: 20% !important;
  left: 77px !important;
}

.step-next {
  top: 20% !important;
  right: 77px !important;
}

.t-product-prev, .t-product-next {
  top: 25% !important;
}

@media (min-width: 768px) {
  .mv-prev, .mv-next {
    width: 80px !important;
    height: 15px !important;
  }
}
@media (min-width: 1025px) {
  .mv-prev {
    width: 138px !important;
    height: 16px !important;
    background: url(../img/icon/mv-l-pc.svg);
    background-repeat: no-repeat;
    top: 50% !important;
  }

  .mv-next {
    width: 138px !important;
    height: 16px !important;
    background: url(../img/icon/mv-r-pc.svg);
    background-repeat: no-repeat;
    top: 50% !important;
  }

  .t-product-prev, .t-product-next {
    top: 50% !important;
  }
}
.footer {
  padding-bottom: 18px;
  background-color: #000;
  color: #fff;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 102;
}
.footer__inner {
  padding: 26px 17px 8px 22px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.footer__ttl {
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
  font-family: "Benne", serif;
  letter-spacing: 0.15em;
}
.footer__address {
  margin-bottom: 4rem;
}
.footer__address span {
  display: block;
  font-size: 0.8rem;
  line-height: 1.875;
}
.footer__sns {
  margin-bottom: 0.5rem;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  font-family: "Benne", serif;
}
.footer__sns a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__sns--txt {
  font-size: 1.3rem;
}
.footer__note {
  display: block;
  color: #ACACAC;
  font-size: 1rem;
  text-align: center;
}
.footer__copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.5rem;
  text-align: center;
}

@media (min-width: 1025px) {
  .footer {
    padding-bottom: 2rem;
  }
  .footer__inner {
    padding: 44px 50px 24px;
    border-bottom: none;
  }
  .footer__ttl {
    font-size: 2rem;
  }
  .footer__address {
    margin-bottom: 1rem;
  }
  .footer__address span {
    font-size: 1.3rem;
  }
  .footer__sns {
    justify-content: flex-start;
  }
  .footer__sns svg {
    width: 1.8rem;
  }
  .footer__sns--txt {
    padding-top: 6px;
  }
  .footer__note {
    font-size: 1.3rem;
    letter-spacing: 0.15em;
  }
  .footer__copy {
    font-size: 1.3rem;
    letter-spacing: 0.15em;
  }
}
.product__mv {
  position: relative;
  width: 100%;
  height: calc(33.8830585vh - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product__mv__logo {
  position: absolute;
  width: 50px;
  top: 13px;
  left: 20px;
  z-index: 2;
}
.product__mv--img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.product__mv--img picture {
  max-width: calc(28.64222435vh - 40px);
  margin: 0 auto;
}
.product__mv--ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3A3A3A;
  font-family: "Benne", serif;
  z-index: 0;
  text-align: center;
  letter-spacing: 0.15em;
}
.product__mv--ttl.ttl-fau {
  font-size: 15rem;
  margin-left: 10px;
  margin-top: 20px;
}
.product__mv--ttl.ttl-tHermo {
  font-size: 5rem;
}
.product__mv--ttl.ttl-rise {
  font-size: 5rem;
}
.product__about {
  height: 100vh;
  text-align: center;
}
.product__about__content {
  width: 100%;
  height: calc(66.1169415vh - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bg-gradient.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.product__about--heading {
  margin-bottom: 2.0989505247vh;
  font-family: "Benne", serif;
  line-height: 1.4;
}
.product__about--heading span {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.product__about--heading h2 {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.45;
}
.product__about--txt {
  font-size: 1rem;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 0.2em;
}
.product__desc {
  overflow: hidden;
}
.product__desc:first-child {
  margin-top: 8rem;
}
.product__desc--inner {
  padding: 50px 7.4666667% 10px;
}
.product__desc--num {
  position: relative;
  margin-left: 92px;
  margin-bottom: 2rem;
}
.product__desc--num:after {
  position: absolute;
  left: -92px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 7.5rem;
  height: 1px;
  background-color: #fff;
}
.product__desc--ttl {
  font-size: 1.5rem;
  margin-bottom: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
}
.product__desc--ttl span {
  display: block;
  font-size: 1.5rem;
}
.product__desc ol {
  padding-left: 2rem;
  list-style: decimal;
}
.product__desc ol li {
  list-style: decimal;
}
.product__desc--txt {
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 2.5;
}
.product__desc--more {
  display: block;
  margin-top: 3rem;
  font-size: 1rem;
  letter-spacing: 0.15em;
  transition: 0.3s;
  font-weight: bold;
}
.product__desc--more:hover {
  color: #A3A3A3;
}
.product__desc__recommend {
  margin: 60px auto;
  padding: 25px 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.product__desc__recommend span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-family: "Benne", serif;
  line-height: 1;
  letter-spacing: 0.2em;
}
.product__desc__recommend h3 {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.product__desc__recommend--heading {
  margin-bottom: 1.5rem;
}
.product__desc__recommend--list {
  padding-left: 0.6rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.product__desc__recommend li {
  margin-left: 10px;
  margin-bottom: 0.5rem;
  position: relative;
  line-height: 2.5;
}
.product__desc__recommend li:last-child {
  margin-bottom: 0;
}
.product__desc__recommend li::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 5px;
  position: absolute;
  top: 9px;
  left: -18px;
  display: inline-block;
  background: url(../img/icon/check.svg);
}
.product__desc--box {
  margin-top: 3rem;
  padding-right: 1rem;
  font-size: 1rem;
}
.product__desc--box:nth-of-type(1) {
  margin-bottom: 2.4rem;
}
.product__desc--box .product__desc--ttl {
  margin-bottom: 1.2rem;
}
.product__desc--box .txt {
  line-height: 2.5;
  letter-spacing: 0.15em;
}
.product__desc--box .product__desc--more {
  margin: 2.2rem 0 3rem;
  display: block;
  text-align: right;
  font-size: 1rem;
}
.product__desc__point {
  margin-top: 3rem;
  letter-spacing: 0.15em;
  font-size: 1rem;
}
.product__desc__point--item {
  display: flex;
  align-items: center;
  margin-bottom: 2.2rem;
}
.product__desc__point--item.sp {
  display: flex;
}
.product__desc__point--cir {
  width: 7.8rem;
  height: 7.8rem;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
.product__desc__point--cir span {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.product__desc__point .txt {
  width: 70%;
  line-height: 2;
}
.product__desc__point--list {
  display: flex;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.2em;
}
.product__desc__point--list ul:first-child {
  margin-right: 8px;
}
.product__desc__point--list p.list-other {
  display: block;
  position: absolute;
  left: 250px;
  bottom: 0;
  transform: scale(0.8);
}
.product__desc__point.debeaus {
  margin-left: -3px;
  margin-right: -40px;
}
.product__desc__point.debeaus .product__desc__point--cir {
  width: 5rem;
  height: 5rem;
  border: none;
  position: relative;
}
.product__desc__point.debeaus .product__desc__point--cir::before {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 1px;
}
.product__desc__point.debeaus .product__desc__point--cir span {
  text-align: left;
  font-size: 1.2rem;
}
.product__desc__point.debeaus .product__desc__point--cir.red::before {
  background-color: #3BFF00;
}
.product__desc__point.debeaus .product__desc__point--cir.green::before {
  background-color: #FF0000;
}
.product__desc__point.debeaus .product__desc__point--cir.white::before {
  background-color: #fff;
}
.product__desc__point.debeaus .product__desc__point--cir.yellow::before {
  background-color: #F5FF00;
}
.product__lineup {
  padding-bottom: 5.2rem;
}
.product__lineup--heading {
  text-align: center;
  margin-bottom: 2.7rem;
  letter-spacing: 0.25em;
}
.product__lineup--heading h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: bold;
}
.product__lineup--heading span {
  display: block;
  font-size: 1.5rem;
  color: #696969;
}
.product__lineup__list {
  width: 71%;
  margin: 0 auto;
}
.product__lineup__note {
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 2;
}

.lineup {
  margin-top: -6rem;
  padding-top: 7rem;
}
.lineup__item {
  display: flex;
  margin-bottom: 2rem;
}
.lineup__img {
  width: 37%;
  margin-right: 2rem;
}
.lineup__content {
  width: 63%;
  position: relative;
}
.lineup__content--heading {
  margin-top: 0.5rem;
}
.lineup__content--heading h3 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.lineup__content--heading span {
  display: block;
  font-size: 1rem;
  font-family: "Benne", serif;
  color: #6E6E6E;
}
.lineup__net {
  margin-top: 6px;
  position: absolute;
  bottom: 5px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.lineup__net:first-child {
  margin-top: 0;
}

.pdf {
  margin: -20px 0 6rem;
  text-align: center;
  letter-spacing: 0.15em;
}
.pdf.flash-peel-pdf {
  margin: 0px;
}
.pdf__heading {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 1.923076923;
}
.pdf__btn {
  margin: 0 auto;
  padding: 15px 23px;
  display: inline-block;
  background: #707070;
  font-size: 1.3rem;
  line-height: 1;
}
.pdf__btn.pdf__btn-db {
  margin-bottom: 1.4rem;
  padding: 15px 29px;
}
.pdf__btn--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdf__btn svg {
  width: 16px;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .product__about--heading h2 {
    font-size: 3rem;
  }
  .product__about--txt {
    font-size: 1.5rem;
  }
  .product__mv .ttl-fau {
    margin-left: 30px;
    font-size: 25rem;
  }
  .product__mv .ttl-tHermo {
    font-size: 10rem;
    line-height: 1.1;
  }
  .product__mv .ttl-rise {
    font-size: 13rem;
    line-height: 1.1;
  }
  .product__mv--img picture {
    width: 43%;
    max-width: 100%;
  }
  .product__mv__logo {
    width: 80px;
  }
  .product__desc {
    padding-bottom: 115px;
  }
  .product__desc--inner {
    padding: 80px 80px 10px 100px;
  }
  .product__desc--ttl {
    font-size: 2.4rem;
  }
  .product__desc--ttl span {
    font-size: 1.5rem;
  }
  .product__desc--txt {
    font-size: 1.5rem;
  }
  .product__desc--more {
    font-size: 1.5rem;
  }
  .product__desc__recommend {
    max-width: 530px;
    margin: 60px auto 0;
    padding: 30px 20px 30px;
  }
  .product__desc--box {
    font-size: 1.2rem;
  }
  .product__desc--box .product__desc--more {
    font-size: 1.2rem;
  }
  .product__desc__point {
    font-size: 1.2rem;
  }
  .product__desc__point--cir {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .product__desc__point--list p.list-other {
    left: auto;
    right: -10px;
  }
  .product__lineup {
    margin-top: -115px;
    padding-top: 115px;
  }

  .tab_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -4.950495%;
  }
  .tab_content.center {
    justify-content: center;
  }

  .lineup__item {
    flex: 0 0 33.333%;
    padding: 0 4.150495%;
    margin-bottom: 4.5rem;
    flex-direction: column;
  }

  .lineup__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .lineup__content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .lineup__content--heading h3 {
    margin-bottom: 3rem;
  }
  .lineup__content--heading h3.mar {
    margin-bottom: 5rem;
  }

  .pdf {
    margin-top: 80px;
  }
  .pdf-flex {
    display: flex;
    justify-content: center;
    gap: 9rem;
  }
  .pdf-flex .pdf__btn {
    margin: 0;
    font-weight: bold;
  }
  .pdf__btn.pdf__btn-db {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .product__about {
    height: auto;
  }
  .product__about--heading h2 {
    font-size: 4rem;
  }
  .product__about__content {
    height: 100vh;
  }
  .product__about--txt {
    font-size: 2rem;
  }
  .product__mv {
    height: calc(100vh - 85px);
  }
  .product__mv .ttl-fau {
    margin-top: 80px;
    margin-left: 0px;
    font-size: 40rem;
  }
  .product__mv .ttl-tHermo {
    font-size: 15rem;
    line-height: 1.1;
  }
  .product__mv .ttl-rise {
    font-size: 18rem;
    line-height: 1.1;
  }
  .product__mv__logo {
    width: 100px;
    top: 25px;
  }
  .product__mv--img picture {
    width: 445px;
  }
  .product__desc {
    max-width: 1080px;
    margin: 0 auto;
  }
  .product__desc--inner {
    padding: 80px 0px 10px 80px;
  }
  .product__desc--ttl {
    font-size: 3rem;
  }
  .product__desc--txt {
    font-size: 1.8rem;
  }
  .product__desc--txt .pc {
    display: inline-block;
  }
  .product__desc__recommend {
    margin: 90px auto 0;
    max-width: 840px;
    padding: 45px 20px 45px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product__desc__recommend li::before {
    top: 14px;
  }
  .product__desc__recommend--heading {
    width: 40%;
  }
  .product__desc__recommend--list {
    width: 60%;
  }
  .product__desc__recommend--heading span {
    font-size: 1.5rem;
  }
  .product__desc__recommend--heading h3 {
    font-size: 2.5rem;
  }
  .product__desc__recommend--list {
    font-size: 1.5rem;
  }
  .product__desc--more {
    font-size: 1.5rem;
  }
  .product__desc--box {
    margin-top: 6rem;
    max-width: 800px;
    padding-left: 9rem;
    font-size: 1.5rem;
  }
  .product__desc--box .product__desc--ttl {
    font-size: 2rem;
  }
  .product__desc--box .product__desc--more {
    font-size: 1.5rem;
  }
  .product__desc--box:nth-of-type(3) {
    margin-bottom: 7rem;
  }
  .product__desc__point {
    margin: 6rem 0 12rem;
    font-size: 1.5rem;
  }
  .product__desc__point--item {
    margin-bottom: 5rem;
  }
  .product__desc__point--item.pc {
    display: flex;
  }
  .product__desc__point--item.sp {
    display: none;
  }
  .product__desc__point--cir {
    width: 125px;
    height: 125px;
    margin-right: 34px;
  }
  .product__desc__point .txt {
    width: 80%;
  }
  .product__desc__point.debeaus {
    margin-left: 0;
    margin-right: 0;
  }
  .product__desc__point.debeaus .product__desc__point--item {
    gap: 6rem;
    margin-bottom: 5.6rem;
  }
  .product__desc__point.debeaus .product__desc__point--list {
    gap: 3.5rem;
    line-height: 2;
  }
  .product__desc__point.debeaus .product__desc__point--cir {
    width: 125px;
    height: 125px;
    border: 1px solid #fff;
  }
  .product__desc__point.debeaus .product__desc__point--cir::before {
    width: 0px;
  }
  .product__desc__point.debeaus .product__desc__point--cir span {
    text-align: center;
    font-size: 1.5rem;
  }
  .product__desc__point.debeaus .product__desc__point--cir.red {
    border-color: #00FF14;
  }
  .product__desc__point.debeaus .product__desc__point--cir.green {
    border-color: #FF0000;
  }
  .product__desc__point.debeaus .product__desc__point--cir.white {
    border-color: #fff;
  }
  .product__desc__point.debeaus .product__desc__point--cir.yellow {
    border-color: #FFFF00;
  }
  .product__lineup {
    padding-bottom: 0;
  }
  .product__lineup--heading {
    margin-bottom: 6.7rem;
  }
  .product__lineup__list {
    width: 60%;
    margin: 0 auto;
  }
  .product__lineup__note {
    margin-top: 5.5rem;
    font-size: 1.5rem;
    line-height: 30px;
  }
  .product__lineup__note span.pc {
    display: inline-block;
  }

  .lineup__content--heading {
    margin-top: 0;
  }
  .lineup__content--heading h3 {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    line-height: 1.666666667;
  }
  .lineup__content--heading span {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
  .lineup__net {
    position: inherit;
    font-size: 1.3rem;
    letter-spacing: 0.15em;
  }

  .pdf {
    margin-top: 100px;
  }
  .pdf__heading {
    font-size: 2rem;
  }
  .pdf__btn {
    font-size: 2rem;
  }
  .pdf__btn svg {
    width: 25px;
  }
  .pdf-flex .pdf__btn {
    font-size: 1.8rem;
  }

  .lineup__img {
    width: 85%;
  }
}
.tab_menu {
  display: none;
  width: 100%;
  margin: 0 0 1em;
}

.tab_menu li {
  display: flex;
  margin-bottom: 3.8rem;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #A3A3A3;
  letter-spacing: 0.15em;
}
.tab_menu li:first-child {
  position: relative;
  padding-left: 30px;
}
.tab_menu li:first-child::before {
  position: absolute;
  left: -20px;
  display: inline-block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/icon/search.svg);
}

.tab_menu li:last-child {
  margin-right: 0;
}

.tab_menu li.selected {
  color: #fff;
}

.tab_menu li:hover {
  color: #fff;
}

.tab_menu li img {
  display: inline-block;
  padding: 0 5px 2px 0;
}

.select_menu_container {
  text-align: center;
  position: relative;
}

.label {
  width: 100%;
  position: absolute;
  padding: 12px 0 6px;
  z-index: 1;
  top: 3px;
  letter-spacing: 0;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  border-top: 0.5px solid rgba(255, 255, 255, 0.6);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
  font-family: "Benne", serif;
}

select.select_menu {
  appearance: none;
  display: block;
  width: 100%;
  margin: 0 0 3.6rem;
  padding: 20px;
  opacity: 0;
  position: relative;
  z-index: 2;
  padding: 1rem 0 0.4rem;
  cursor: pointer;
  font-size: 1.5rem;
  font-family: "Benne", serif;
  background-color: #000;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  border-radius: 0;
  border: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.select:focus {
  z-index: -1;
  opacity: 1;
}

.tab_panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
}

.tab_panel.is-show {
  overflow: visible;
  height: auto;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.label-arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.label-arrow::before,
.label-arrow::after {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 150px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.label-arrow::before {
  right: 0px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 1025px) {
  .select_menu_container {
    display: none;
  }

  .tab_menu {
    display: flex;
    justify-content: space-between;
  }

  .tab_content.debeaus {
    grid-template-columns: 1fr 1fr;
  }
}
.youtube {
  position: relative;
  width: calc(100% - 40px);
  height: 0;
  padding-top: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.thumb {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

@media (min-width: 768px) {
  .youtube {
    width: calc(100% - 100px);
    padding-top: 56.25%;
  }
}
@media (min-width: 1025px) {
  .youtube {
    width: 80%;
  }
}
.single-page .txt {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  line-height: 2.083333333;
  letter-spacing: 0.15em;
}
.single-page .txt.sp {
  display: inline-block;
}
.single-page .note {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.2em;
}

.single__mv {
  width: 100%;
  height: 100vh;
  padding: 8.5rem 2rem 8.5rem 3rem;
  background: url(../img/treatment/bg-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.single__mv.about {
  background: url(../img/about/about-bg-sp.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.single__mv--heading {
  margin-bottom: 2.5rem;
  font-size: 3.5rem;
  line-height: 1.428571429;
  letter-spacing: 0.2em;
  font-family: "Benne", serif;
  font-weight: normal;
}
.single__heading {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.15em;
  font-weight: bold;
}
.single__heading span {
  display: block;
  font-size: 1.5rem;
  color: #454545;
}
.single__step {
  margin-bottom: 8rem;
}
.single__announce {
  padding-top: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single__announce--inner {
  width: 100%;
}

@media (min-width: 768px) {
  .single__mv {
    padding: 8.5rem 10rem 8.5rem;
  }
}
@media (min-width: 1025px) {
  .single-page .txt {
    font-size: 1.8rem;
    line-height: 50px;
  }
  .single-page .txt .pc {
    display: inline-block;
  }
  .single-page .single__mv .txt {
    font-size: 2.34375vh;
    line-height: 6.5104166667vh;
  }

  .single__mv {
    background-position: center;
    padding: 0;
  }
  .single__mv__inner {
    padding: 85px 10.1756955% 0;
  }
  .single__mv--heading {
    font-size: 8.4635416667vh;
  }
  .single__heading {
    font-size: 3rem;
    margin-bottom: 6rem;
  }
  .single__announce--inner {
    max-width: 680px;
    margin: 0 auto;
  }
  .single__announce .s-contact {
    width: 100%;
  }
  .single__point {
    padding-top: 5.4rem;
  }
  .single__step {
    margin-top: 8.5rem;
  }
}
.about {
  margin-bottom: 7rem;
}
.about__wrapper {
  padding: 0 30px;
}
.about__wrapper .txt-left {
  padding-left: 1.4rem;
}
.about__wrapper .txt-left span {
  display: block;
  margin-left: -1.4rem;
}
.about--heading {
  margin-bottom: 2.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.about__salon {
  margin-bottom: 7rem;
  margin-top: 3.8rem;
  padding: 2.4rem 0 5.6rem;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
.about__salon--heading {
  margin-bottom: 2.4rem;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
}
.about__salon--info {
  margin-bottom: 2.4rem;
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 2.5;
}
.about__salon--img {
  margin-bottom: 4rem;
}
.about__salon__menu--item {
  margin-bottom: 3rem;
}
.about__salon__menu--ttl, .about__salon__menu--txt {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 2.5;
}
.about__salon__menu--heading {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}
.about__salon__menu--txt {
  margin-bottom: 2.4rem;
  padding-left: 1.2rem;
}
.about__salon__menu--txt span {
  display: block;
}
.about__salon__menu--txt dt, .about__salon__menu--txt dd {
  display: inline-block;
}
.about__company--img {
  width: 165px;
  margin: 0 auto 2.6rem;
}

@media (min-width: 768px) {
  .about {
    margin-bottom: 8.7rem;
  }
  .about__wrapper {
    padding: 0 80px 30px;
  }
  .about__company.tab-flex {
    align-items: flex-start;
  }
  .about__company--l, .about__company--r {
    width: 50%;
  }
  .about__company--r .txt {
    font-size: 1.2rem;
    line-height: 2;
  }
  .about__company--img {
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .about__wrapper {
    padding: 0 30px;
    max-width: 980px;
    margin: 0 auto 100px;
  }
  .about__wrapper.last {
    margin-bottom: 0;
  }
  .about--heading {
    font-size: 2rem;
  }
  .about > .txt {
    font-size: 1.5rem;
  }
  .about__salon {
    margin-top: 5rem;
    display: flex;
    gap: 4.5rem;
    border-top: none;
    border-bottom: none;
  }
  .about__salon--l {
    width: 58%;
  }
  .about__salon--heading {
    font-size: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid #fff;
  }
  .about__salon--info {
    font-size: 1.3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #fff;
  }
  .about__salon__menu {
    margin-right: calc(50% - 23.0650155vw);
    padding: 3.5rem 4rem;
    background-color: #1A1A1A;
  }
  .about__salon__menu--heading {
    font-size: 1.5rem;
  }
  .about__salon__menu--ttl {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 0.3rem;
  }
  .about__salon__menu--txt {
    font-size: 1.2rem;
    line-height: 2;
    display: flex;
    gap: 3rem;
  }
  .about__salon__menu--txt dt {
    float: left;
  }
  .about__company--img {
    width: 60%;
  }
  .about__company--r .txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.news {
  background-color: #000;
}
.news__archive {
  background-color: #000;
}
.news__wrapper {
  padding: 10rem 3.6rem 2rem;
}
.news__state {
  margin-bottom: 1.2rem;
  display: flex;
  gap: 1.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.news__ttl {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-family: "Benne", serif;
}
.news__content {
  padding: 4rem 2.3rem 8rem;
}
.news__content .wp-block-image {
  margin-bottom: 3rem;
}
.news__content p {
  margin-bottom: 3rem;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
.news__share ul {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  position: relative;
}
.news__share--heading {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  font-family: "Benne", serif;
}
.news__share--item {
  width: 23px;
}
.news__share--item:nth-of-type(4) {
  width: 22px;
}
.news__share--item:nth-of-type(4) svg {
  width: 22px;
}
.news__pagenav {
  width: 200px;
  margin: 0 auto 3.6rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-family: "Benne", serif;
}
.news__pagenav span {
  display: block;
}

.pager-empty {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .news__wrapper {
    padding: 10rem 8rem 2rem;
  }
}
@media (min-width: 1025px) {
  .news__archive {
    padding: 0 80px;
  }
  .news__wrapper {
    padding-top: 190px;
    max-width: 936px;
    margin: 0 auto;
  }
  .news__state {
    margin-bottom: 2.4rem;
    font-size: 1.9rem;
  }
  .news__ttl {
    font-size: 3.5rem;
  }
  .news__content {
    padding: 100px 0 50px;
    margin: 0 auto;
    max-width: 568px;
  }
  .news__content p {
    font-size: 1.8rem;
  }
  .news__share {
    padding-top: 2rem;
  }
  .news__share--heading {
    font-size: 1.5rem;
  }
  .news__share ul {
    gap: 2.5rem;
  }
  .news__share--item {
    width: 3rem;
  }
  .news__pagenav {
    font-size: 1.5rem;
  }
  .news__item--ttl {
    font-size: 1.9rem;
  }
}
.copy__btn {
  display: block;
  width: 216px;
  height: 40px;
  margin: 0 auto 16px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .copy__btn {
    margin-right: 20px;
  }
}

/* URLコピー完了時のメッセージ（非表示）*/
.url-copied {
  display: none;
}

.url-copied span {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 11px;
  color: #fff;
  padding: 2px 4px;
  box-sizing: border-box;
  line-height: 14px;
  border-radius: 3px;
}

.archive__wrapper {
  padding: 10rem 3.6rem 2rem;
  min-height: 80vh;
}
.archive__heading {
  margin-bottom: 2rem;
  font-size: 3.5rem;
  letter-spacing: 0.15em;
  font-family: "Benne", serif;
  font-weight: normal;
}
.archive__heading span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.archive__category__list {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  font-size: 1rem;
  letter-spacing: 0.15em;
}
.archive__category__list a {
  color: #AFAFAF;
}
.archive__category__list a.current {
  color: #fff;
}
.archive__list {
  padding: 4.4rem 0 3.3rem;
}
.archive__state {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  display: flex;
  gap: 1.3rem;
  letter-spacing: 0.15em;
}
.archive__item {
  display: block;
  margin-bottom: 2.5rem;
}
.archive__item--ttl {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}

.nav-links {
  font-size: 1rem;
  text-align: right;
}

.page-numbers {
  color: #AFAFAF;
}
.page-numbers::after {
  content: ".";
  letter-spacing: 0.15em;
}
.page-numbers:hover {
  color: #fff;
}

.current.page-numbers {
  color: #fff;
}

@media (min-width: 768px) {
  .archive__wrapper {
    padding: 190px 80px 120px;
  }
}
@media (min-width: 1025px) {
  .archive__wrapper {
    max-width: 1080px;
    margin: 0 auto;
    padding: 190px 0 120px;
  }
  .archive__wrapper .pc-flex {
    align-items: flex-start;
  }
  .archive__heading {
    margin-bottom: 7rem;
    font-size: 6.5rem;
  }
  .archive__heading span {
    font-size: 3rem;
  }
  .archive__list {
    padding: 0;
  }
  .archive__category {
    width: 24%;
  }
  .archive__category__list {
    width: 280px;
    flex-direction: column;
    font-size: 2rem;
    gap: 3rem;
  }
  .archive__category__list a {
    transition: 0.3s;
  }
  .archive__category__list a:hover {
    color: #fff;
  }
  .archive__item {
    display: flex;
    gap: 3rem;
    transition: opacity 0.3s ease;
  }
  .archive__item--ttl {
    font-size: 2rem;
    width: calc(100% - 320px);
  }
  .archive__item:hover {
    opacity: 0.7;
  }
  .archive__state {
    width: 280px;
    gap: 3.6rem;
    font-size: 2rem;
  }

  .nav-links {
    font-size: 1.8rem;
  }
}
.contact input {
  width: 100%;
}
.contact__wrapper {
  padding: 10rem 3.6rem 0;
}
.contact__wrapper.grey {
  padding: 60px 0 60px 0;
  background-color: #1A1A1A;
}
.contact__wrapper:nth-child(3) {
  padding: 60px 0 60px 10%;
}
.contact__ttl {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.contact__ttl.last {
  line-height: 1.6;
}
.contact__box {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 3.7rem;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2.25;
}
.contact__info {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
.contact__info span {
  margin-top: 3px;
  display: block;
  font-size: 1.2rem;
}
.contact__line-r {
  margin-top: 2rem;
}
.contact__line {
  margin-top: 2rem;
  margin-bottom: 8rem;
  letter-spacing: 0.1em;
}
.contact__line--ttl {
  margin-bottom: 1rem;
}
.contact__line--content {
  margin-bottom: 1.6rem;
  padding-left: 1.2rem;
}
.contact__line--content p {
  margin-bottom: 1rem;
}
.contact__link {
  display: block;
  padding-top: 2rem;
  font-size: 1.5rem;
  text-decoration: underline;
}
.contact__form {
  text-align: left;
}
.contact__form tr {
  margin-bottom: 1.6rem;
  display: block;
}
.contact__form tr:last-child {
  margin-bottom: 0;
}
.contact__form th {
  display: block;
}
.contact__form td {
  display: block;
}
.contact__form textarea {
  width: 100%;
  height: 10.4em;
  line-height: 1.3;
}
.contact__form input, .contact__form textarea {
  border-radius: 0;
  border: none;
}
.contact__form input[type=text], .contact__form input[type=tel], .contact__form input[type=email] {
  width: 180px;
}
.contact__form input[type=radio] {
  display: none;
}
.contact__form .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 2px;
  background-clip: content-box;
}
.contact__form input[type=radio]:not(:checked) + .wpcf7-list-item-label:before {
  border-color: #fff;
}
.contact__form input[type=radio]:checked + .wpcf7-list-item-label:before {
  border-color: #fff;
  background-color: #fff;
}
.contact__form .wpcf7-submit {
  display: block;
}
.contact__form input[type=submit] {
  width: 68px;
  margin: 40px auto 0;
  padding: 4px 0;
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 10px;
}
.contact__form .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact__form__wrapper {
  padding-left: 20px;
}
.contact__note {
  font-size: 1rem;
  display: block;
}
.contact__box--empty {
  height: 200px;
}
.contact__form__note {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-left: -50px;
  transform: translateX(25px) scale(0.85);
}
 .contact__form__note  a { text-decoration: underline; }

.line-btn {
  display: block;
  width: 107px;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  color: #222;
}

@media (min-width: 768px) {
  table {
    width: 100%;
  }

  .contact__wrapper {
    padding: 10rem 8rem 6rem;
  }
  .contact__wrapper.grey .contact__box {
    padding: 0 8rem;
  }
  .contact__wrapper.grey .contact__box .tab-flex {
    gap: 5rem;
    flex-wrap: wrap;
  }
  .contact__box {
    max-width: 100%;
  }
  .contact__form__wrapper {
    max-width: 460px;
    margin: 0 auto;
    padding: 0;
  }
  .contact__form tr {
    display: flex;
    gap: 4.3rem;
  }
  .contact__form th {
    width: 140px;
    text-align: right;
    font-size: 1.4rem;
  }
  .contact .gap80 {
    margin-bottom: 8rem;
  }
  .contact__form__note {
    text-align: right;
  }

  .contact__form input[type=submit] {
    width: 78px;
    margin: 30px 24px 0 auto;
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .contact__wrapper {
    padding: 190px 0 100px 10%;
  }
  .contact__wrapper.grey {
    padding: 160px 0 100px 10%;
  }
  .contact__wrapper.grey .contact__box {
    padding: 0;
  }
  .contact__wrapper:nth-child(3) {
    padding: 107px 0 83px 10%;
  }
  .contact__wrapper > .pc-flex {
    gap: 8rem;
    align-items: flex-start;
  }
  .contact__wrapper--l {
    width: 20%;
    font-size: 2.5rem;
  }
  .contact__ttl {
    width: 85px;
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .contact__ttl.last {
    width: auto;
  }
  .contact__info {
    font-size: 2.5rem;
  }
  .contact__info span {
    margin-top: 0;
    display: inline-block;
    font-size: 2.5rem;
  }
  .contact__box {
    margin-top: 0;
    font-size: 2rem;
  }
  .contact__box.pc-flex {
    align-items: flex-start;
    gap: 4.8rem;
  }
  .contact__box > .pc-flex {
    margin-bottom: 2rem;
    align-items: flex-start;
    gap: 4.8rem;
  }
  .contact .gap80 {
    gap: 109px;
  }
  .contact__note {
    font-size: 2rem;
  }
  .contact__note2 {
    font-size: 1.8rem;
  }
  .contact__link {
    font-size: 2.5rem;
  }
  .contact__link svg {
    margin-left: 1rem;
  }
  .contact__form {
    padding-left: 16rem;
  }
  .contact__form__wrapper {
    max-width: 680px;
    margin: 0;
    padding: 0;
  }
  .contact__form tr {
    display: flex;
    gap: 4.3rem;
    margin-bottom: 3rem;
  }
  .contact__form th {
    text-align: right;
    width: 250px;
    font-size: 2.5rem;
    line-height: 43px;
  }
  .contact__line {
    display: flex;
    margin-top: 5rem;
    font-size: 1.5rem;
    gap: 6.5rem;
  }
  .contact__line-r {
    margin-top: 0;
  }
  .contact input[type=text], .contact input[type=tel], .contact input[type=email] {
    width: 324px;
  }
  .contact__form__note {
    transform: translateX(0) scale(1);
  }

  .box--link {
    margin-bottom: 200px;
  }

  .line-btn {
    width: 187px;
  }

  .contact__form input[type=submit] {
    width: 78px;
    margin: 20px 0 0 auto;
    font-size: 1.5rem;
  }
}
.wpcf7 form div.visible-only-if-sent {
  display: none;
}

.wpcf7 form.sent div.visible-only-if-sent {
  border: 1px solid #FFF;
  color: #FFF;
  display: block;
}

.wpcf7 form div.visible-only-if-invalid {
  display: none;
}

.wpcf7 form.invalid div.visible-only-if-invalid {
  display: block;
}

.wpcf7 form div.visible-only-if-spam {
  display: none;
}

.wpcf7 form.spam div.visible-only-if-spam {
  display: block;
}

.wpcf7 form div.visible-only-if-failed {
  display: none;
}

.wpcf7 form.failed div.visible-only-if-failed {
  display: block;
}

.wpcf7-response-output {
  display: none;
}

.contact__sentMessage > * {
  border: 1px solid #FF0000;
  color: #FF0000;
  padding: 20px 10px 20px 20px;
  line-height: 1.4;
  margin-bottom: 50px;
}

.form-width {
  max-width: 100%;
}

@media (min-width: 1025px) {
  .contact__form .wpcf7-list-item-label:before {
    margin-right: 10px;
  }
}
.specific {
  letter-spacing: 0.2em;
}
.specific__wrapper {
  padding: 10rem 3.6rem 4.4rem;
}
.specific__ttl {
  font-size: 1.5rem;
  margin-bottom: 3.8rem;
  letter-spacing: 0.15em;
  text-align: center;
}
.specific__box {
  font-size: 1.2rem;
}
.specific__box dl {
  margin-bottom: 3rem;
}
.specific__box dt {
  margin-bottom: 1rem;
}
.specific__box .note {
  display: block;
  margin-top: 0.8rem;
  margin-left: 1.5rem;
  font-size: 1rem;
}
.specific__box .note::before {
  left: -1.5rem;
}
.specific__note {
  margin-top: 10px;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.15em;
}
.specific__pay {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .specific__pay {
    width: 350px;
  }
  .specific__wrapper {
    padding: 10rem 8rem 4.4rem;
  }
}
@media (min-width: 1025px) {
  .specific__wrapper {
    max-width: 1080px;
    margin: 0 auto;
    padding: 190px 0;
  }
  .specific__ttl {
    margin-bottom: 7rem;
    font-size: 2.5rem;
  }
  .specific__box {
    font-size: 2rem;
    letter-spacing: 0.15em;
    line-height: 1.75;
  }
  .specific__box dl {
    margin-bottom: 1.5rem;
    display: flex;
    gap: 5rem;
  }
  .specific__box dl:nth-of-type(4) {
    margin-bottom: 2.8rem;
  }
  .specific__box dl:nth-of-type(5) {
    margin-bottom: 6.2rem;
  }
  .specific__box dl:nth-of-type(6) {
    margin-bottom: 6.2rem;
  }
  .specific__box dl:nth-of-type(8) {
    margin-bottom: 4.5rem;
  }
  .specific__box dt {
    width: 35%;
    text-align: right;
  }
  .specific__box .note {
    font-size: 1.5rem;
  }
  .specific__pay {
    width: auto;
    margin-top: 3rem;
    gap: 4rem;
    font-size: 1.8rem;
    line-height: 1.666666667;
  }
  .specific__note {
    margin-top: 7px;
    font-size: 1.5rem;
  }
}
.error {
  min-height: calc(100vh - 190px);
}
.error__inner {
  padding: 10rem 3.6rem 2rem;
  text-align: center;
}
.error__text {
  padding: 100px 0;
}

.go-to-top {
  text-decoration: underline;
}

#loading {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  padding: 10px;
}

.loading__logo {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.loading__logo--inner {
  opacity: 0;
  animation-name: logoFadeUp;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes logoFadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.s-index {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.s-heading__ttl {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-weight: bold;
}
.s-heading__ttl span {
  display: block;
  margin-top: 1rem;
  font-size: 15px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .s-heading__ttl {
    font-size: 4rem;
  }

  .sec03 .s-heading__ttl {
    font-size: 3.5rem;
    letter-spacing: 0.1em;
  }
  .sec03 span.ls {
    font-size: 3.5rem;
  }
}
@media (min-width: 1025px) {
  .s-heading__ttl {
    font-size: 5rem;
  }
  .s-heading__ttl span {
    letter-spacing: 0.2em;
  }

  .sec03 .s-heading__ttl {
    font-size: 4.5rem;
  }
  .sec03 span.ls {
    font-size: 4.5rem;
  }
}
.s-btn {
  position: relative;
  margin-top: 3.5rem;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}
.s-btn::after, .s-btn::before {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: -15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.s-btn::before {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.s-btn::after {
  right: -10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mv__btn {
  width: 104px;
  margin: 0 13px;
  border: 0.5px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 2.35rem;
  letter-spacing: 0.1em;
}

.s-btn-slide {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
}
.s-btn-slide:first-child {
  margin: 0 19px 0 0;
}
.s-btn-slide:last-child {
  margin: 0 0 0 20px;
}
.s-btn-slide::after, .s-btn-slide::before {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: -15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.s-btn-slide::before {
  box-sizing: border-box;
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.s-btn-slide::after {
  right: -10px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .mv__btn {
    width: auto;
    padding: 6.5px 22px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  .mv__btn {
    margin: 0;
  }

  .s-btn-slide {
    margin: 0;
  }
  .s-btn-slide:first-child {
    margin-right: 40px;
  }

  .s-btn {
    font-size: 1.5rem;
  }
}
.s-contact {
  padding: 50px 0;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 102;
}
.s-contact.s-contact-sp {
  padding: 25px 0 0;
}
.s-contact-page {
  font-size: 1.2rem;
}
.s-contact-page .contact-note {
  font-size: 1rem !important;
}
.s-contact__inner {
  max-width: 300px;
  margin: 0 auto;
}
.s-contact__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-contact__ttl span.gap {
  display: block;
  margin-left: 1rem;
}
.s-contact__content {
  margin: 4px 0;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
.s-contact__content a {
  display: flex;
  align-items: center;
  gap: 2.1rem;
  justify-content: center;
}
.s-contact .contact-note {
  display: block;
  margin-top: 4px;
  width: 100%;
  font-size: 1.2rem;
}
.s-contact__tel {
  display: block;
  margin-bottom: 2.2rem;
}
.s-contact__tel .contact-note {
  letter-spacing: 0.3em;
}
.s-contact__form .contact-note {
  letter-spacing: 0.12em;
}
.s-contact svg {
  width: 23px;
}

@media (min-width: 1025px) {
  .s-contact {
    padding: 85px 0;
  }
  .s-contact__inner {
    max-width: 928px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .s-contact__ttl {
    justify-content: left;
    font-size: 1.5rem;
  }
  .s-contact__content {
    font-size: 3rem;
  }
  .s-contact .contact-note {
    font-size: 1.5rem;
  }
  .s-contact svg {
    width: 3.1rem;
  }
  .s-contact__tel {
    position: relative;
  }
  .s-contact__tel::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50px, -50%);
    width: 1px;
    height: 48px;
    background-color: #fff;
  }
  .s-contact__tel.page::after {
    right: -70px;
  }

  .contact-pc__note {
    width: 100%;
    text-align: left;
    font-size: 1.3rem;
    line-height: 2;
  }
}
.s-online {
  background-color: #000;
  color: #fff;
}
.s-online__inner {
  text-align: center;
}
.s-online__inner p {
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.s-online__inner p:nth-of-type(1) {
  margin-bottom: 0.7rem;
}
.s-online__btn {
  max-width: 250px;
  margin: 0 auto 1.3rem;
  padding: 21px 0 22px;
  display: block;
  text-align: center;
  background-color: #2F2F2F;
  letter-spacing: 0.18em;
}
.s-online__note {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.21em;
}

@media (min-width: 1025px) {
  .online-pc {
    padding-top: 14rem;
    background-color: #000;
    color: #fff;
  }
  .online-pc__inner {
    display: block;
    width: 673px;
    margin: 0 auto;
  }
  .online-pc .pc-flex {
    margin-bottom: 2.4rem;
    gap: 4.5rem;
    justify-content: center;
  }
  .online-pc__heading {
    margin-right: 6rem;
    font-size: 3rem;
    letter-spacing: 0.15em;
  }
  .online-pc__heading span {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.18em;
  }
  .online-pc__heading span.underline {
    display: inline-block;
    font-size: 3rem;
    position: relative;
  }
  .online-pc__heading span.underline:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #fff;
  }
  .online-pc__note {
    font-size: 1.3rem;
    letter-spacing: 0.15em;
  }
  .online-pc__note .note {
    margin-left: 14px;
  }
  .online-pc__note .note::before {
    left: -14px;
  }
}
.step__wrapper {
  max-width: 810px;
  margin: 0 auto;
}
.step__wrapper ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 8em;
  row-gap: 2em;
}
.step__slider {
  width: 100%;
  margin: 0 auto 4.8rem;
  text-align: center;
}
.step__img {
  width: 100px;
  margin: 0 auto 2.4rem;
}
.step__index {
  font-size: 1rem;
  letter-spacing: 0.15em;
}
.step__ttl h4 {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.step__product {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.step__product2 {
  display: none;
}
.step__product--imgbg {
  width: 214px;
  height: 148px;
  position: absolute;
  top: 0;
  left: -43px;
  background: url(../img/treatment/spotlight.png);
  background-size: contain;
  z-index: -1;
}
.step__product--img {
  width: 125px;
  position: relative;
}
.step__product__content {
  display: flex;
  align-items: center;
}
.step__product--ttl {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.step__product--ttl-n {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.step__note {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 5rem;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
}

.swiper-slide-active .step__product2 {
  display: flex;
}

.button-prev {
  background-image: url(../img/icon/arrow-l.svg);
  background-repeat: no-repeat;
}

.button-next {
  background-image: url(../img/icon/arrow-r.svg);
  background-repeat: no-repeat;
}

.step-prev {
  top: 20% !important;
  left: 77px !important;
}

.step-next {
  top: 20% !important;
  right: 77px !important;
}

.loupe-widget {
  position: relative;
  display: inline-block;
  will-change: transform;
}
.loupe-widget__loupe {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-repeat: no-repeat;
  border: 2px solid #222;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  background-color: #000;
  display: none;
}
.loupe-widget:hover .loupe-widget__loupe {
  display: block;
  pointer-events: none;
}

@media (min-width: 768px) {
  .step__img {
    width: 150px;
  }
  .step__note {
    width: 50%;
  }
  .step__note .tab {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .step__wrapper {
    padding-right: 3rem;
  }
  .step__wrapper ul {
    margin-bottom: 6rem;
    row-gap: 6rem;
    column-gap: 6.5em;
  }
  .step__list {
    position: relative;
  }
  .step__item {
    width: 100px;
    position: absolute;
    top: -10px;
    right: -70px;
  }
  .step__item05-2 {
    top: 70px;
  }
  .step__img {
    width: auto;
  }
  .step__index {
    font-size: 1.5rem;
  }
  .step__ttl h4 {
    font-size: 2rem;
  }
  .step__note {
    width: auto;
    max-width: 810px;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 2;
  }
  .step__note .pc {
    display: inline-block;
  }
}
.point {
  padding-bottom: 8rem;
}
.point__ttl {
  margin-bottom: 3.2rem;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  font-weight: bold;
}
.point__inner {
  width: 80%;
  margin: 0 auto;
}
.point__slider {
  text-align: center;
}
.point__slider--img {
  width: 60%;
  margin: 0 auto;
}
.point__slider--ttl {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.point__slider--txt {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 1.9;
}
.point__ingredient {
  margin-right: calc(50% - 50vw);
  margin-top: 4rem;
}
.point__ingredient--heading {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.point__ingredient--list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 2;
}

.point-b__heading {
  margin-bottom: 2.4rem;
}
.point-b__heading em {
  display: flex;
  align-items: center;
}
.point-b__heading h3 {
  font-size: 1.5rem;
  line-height: 1.666666667;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.point-b__heading .point-icon {
  display: block;
  margin-right: 1.8rem;
}
.point-b__desc {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.point-b__l {
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
}
.point-b__l span {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 2;
}
.point-b__r {
  padding-left: 1.4rem;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.2em;
}
.point-b__ingredient {
  font-size: 1.1rem;
  letter-spacing: 0.15em;
}
.point-b__ingredient--heading {
  margin-bottom: 1rem;
}
.point-b__ingredient--list {
  display: flex;
  line-height: 2;
}
.point-b__ingredient--list ul:first-child {
  margin-right: 2rem;
}

.point-next {
  background-image: url(../img/icon/arrow-r.svg);
  background-repeat: no-repeat;
}

.button-prev {
  background-image: url(../img/icon/arrow-l.svg);
  background-repeat: no-repeat;
}

.point-next {
  top: 40% !important;
  right: 0px !important;
}

.point-prev {
  top: 40% !important;
  left: 0px !important;
}

.point03-next {
  top: 65% !important;
  right: 0px !important;
}

.point03-prev {
  top: 65% !important;
  left: 0px !important;
}

.peer-next {
  top: 40% !important;
  right: 0px !important;
}

.peer-prev {
  top: 40% !important;
  left: 0px !important;
}

.swiper__point03 {
  padding-top: 1.5rem !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}
.swiper__point03 h3 {
  margin-bottom: 2.4rem;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.15em;
}

.point03__slider {
  opacity: 0.4;
  transition: all 0.3s;
  top: 10px;
  text-align: center;
}
.point03__slider--img {
  width: 80%;
  margin: 0 auto;
}
.point03__slider.swiper-slide-active {
  opacity: 1;
  transition: all 0.3s;
  top: 0;
}
.point03__slider.swiper-slide-active .point03__slider--img {
  width: 100%;
}
.point03__slider--ttl {
  font-size: 1.3rem;
}

.flash-peel {
  text-align: right;
  background: url(../img/treatment/bg-gradient-sp.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100vh;
  display: flex;
  align-items: center;
}
.flash-peel__point .point__inner {
  width: 83%;
}
.flash-peel__inner {
  width: 80%;
  margin: 0 auto;
}
.flash-peel--heading span {
  margin-bottom: 2.4rem;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-family: zen-old-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.flash-peel--heading h2 {
  margin-bottom: 3rem;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-family: "Benne", serif;
}
.flash-peel__slider--img {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.flash-peel__slider--img img {
  max-width: 200px;
  margin: 0 auto;
}
.flash-peel__slider--heading {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: bold;
}
.flash-peel__slider--heading span {
  margin-top: 0.05rem;
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}
.flash-peel__slider--num {
  position: absolute;
  top: 0;
  left: 15%;
  font-size: 3.5rem;
  color: #676767;
}
.flash-peel__point04 {
  margin-bottom: 4rem;
}
.flash-peel__point04__item--wrapper {
  display: flex;
  justify-content: space-between;
}
.flash-peel__point04__item--heading {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.flash-peel__point04__item--img {
  width: 140px;
  margin: 0 auto;
}
.flash-peel__point04__item--txt {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.15em;
}

.plus {
  margin-top: 20px;
  display: block;
  font-size: 3.5rem;
  color: #676767;
  text-align: center;
}

.single__announce {
  text-align: center;
}

.announce__heading {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}

@media (min-width: 768px) {
  .point__ingredient--list {
    justify-content: flex-start;
    gap: 4.8rem;
  }
  .point__slider--img {
    width: 30%;
  }
  .point .sp-only {
    display: none;
  }

  .flash-peel {
    padding: 150px 0;
    height: auto;
  }
  .flash-peel__point {
    margin-top: 5rem;
  }
  .flash-peel__point04__item--wrapper {
    justify-content: center;
    gap: 4.8rem;
  }

  .peer-next {
    top: 50% !important;
    right: 100px !important;
  }

  .peer-prev {
    top: 50% !important;
    left: 100px !important;
  }
}
@media (min-width: 1025px) {
  .point {
    padding-bottom: 125px;
  }
  .point.third {
    margin-bottom: 270px;
  }
  .point.last {
    padding-bottom: 8rem;
  }
  .point .txt {
    margin-bottom: 3rem;
    letter-spacing: 0.12em;
  }
  .point__inner {
    max-width: 1100px;
  }
  .point__ttl {
    font-size: 3rem;
  }
  .point__slider {
    width: auto !important;
    text-align: left;
  }
  .point__slider--img {
    width: 65%;
    margin: 0 auto 2rem;
  }
  .point__ingredient {
    padding-top: 3rem;
    display: flex;
    align-items: center;
    gap: 6rem;
  }
  .point__ingredient--list {
    justify-content: space-between;
    gap: 4.8rem;
  }
  .point__ingredient--heading {
    font-size: 1.8rem;
  }
  .point__ingredient--item {
    font-size: 1.8rem;
  }

  .point-b__r {
    width: calc(100% - 120px);
  }

  .swiper__point {
    padding-top: 60px !important;
  }
  .swiper__point .swiper-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }

  .point-prev, .point-next {
    display: none !important;
  }

  .swiper__point03 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .swiper__point03 h3 {
    font-size: 2.5rem;
  }

  .point03__slider {
    top: 60px;
  }
  .point03__slider--img {
    width: 60%;
    margin: 0 auto;
  }
  .point03__slider--ttl {
    font-size: 2rem;
    text-align: center;
  }
  .point03__slider.swiper-slide-active {
    top: 0;
  }
  .point03__slider.swiper-slide-active .point03__slider--img {
    width: 100%;
  }

  .flash-peel {
    height: 100vh;
    padding: 0;
    background-size: cover;
  }
  .flash-peel__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  .flash-peel--heading span {
    font-size: 2rem;
  }
  .flash-peel--heading h2 {
    font-size: 6.5rem;
  }
  .flash-peel__point .point__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  .flash-peel__point .txt, .flash-peel__point .point-b__desc {
    padding-left: 5rem;
  }
  .flash-peel__point .step__note {
    margin-top: 3.7rem;
    padding-bottom: 0;
    width: 110%;
    line-height: 2;
    font-size: 1.4rem;
  }
  .flash-peel__point .step__note.note::before {
    left: -18px;
  }
  .flash-peel__point04 {
    margin-top: 140px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 14rem;
  }
  .flash-peel__point04--l {
    width: 43%;
  }
  .flash-peel__point04__item {
    display: flex;
    align-items: center;
  }
  .flash-peel__point04__item:first-child {
    margin-bottom: 5rem;
  }
  .flash-peel__point04__item--wrapper {
    width: 100%;
    padding: 20px;
    background: #2F2F2F;
    display: block;
  }
  .flash-peel__point04__item--content {
    width: 69%;
  }
  .flash-peel__point04__item--heading {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .flash-peel__point04__item--img {
    width: 150px;
  }
  .flash-peel__point04__item--txt {
    font-size: 1.5rem;
  }
  .flash-peel__slider--num {
    font-size: 6rem;
  }
  .flash-peel__slider--heading {
    font-size: 2rem;
  }
  .flash-peel__slider--heading span {
    font-size: 1.5rem;
  }

  .point-b__heading svg {
    width: 30px;
  }
  .point-b__heading h3 {
    font-size: 2.5rem;
  }
  .point-b__l {
    width: 100px;
    height: 100px;
  }
  .point-b__l span {
    font-size: 1.3rem;
  }
  .point-b__r {
    font-size: 1.5rem;
  }
  .point-b__ingredient {
    padding-top: 2.5rem;
    padding-left: 5rem;
    display: flex;
    font-size: 1.5rem;
    gap: 3.6rem;
    align-items: center;
  }
  .point-b__ingredient--list {
    line-height: 2.333333333;
  }

  .announce__heading {
    font-size: 2.5rem;
    margin-bottom: 4.6rem;
  }

  .single-page .single__announce .txt {
    margin-bottom: 2.4rem;
    font-size: 1.5rem;
    text-align: left;
  }

  .plus {
    width: 100px;
    margin-left: -40px;
  }

  .peer-next {
    right: 40px !important;
  }

  .peer-prev {
    left: 40px !important;
  }
}
em {
  font-style: normal;
}

.heading-in {
  overflow: hidden;
}
.heading-in em {
  display: inline-block;
}
.heading-in em.block {
  display: block;
}

.mv {
  opacity: 0;
  backface-visibility: hidden;
  transition: 1.1s;
}
.mv.active {
  opacity: 1;
}

.sec__inner {
  opacity: 1;
  backface-visibility: hidden;
  transition: 0.5s;
}

.active .sec__inner {
  opacity: 1;
}
.active .heading-in em {
  animation: heading-in 2s forwards;
  animation-delay: 0s;
  display: block;
}
.active .heading-in em:nth-child(2) {
  opacity: 0;
  animation-delay: 0.2s;
}
.active .fade-in {
  animation: fade-in 2.5s forwards;
  animation-delay: 0s;
}
.active .fade-in-txt, .active .product__about--txt {
  animation: fade-in 3s forwards;
  animation-delay: 0s;
}

.is-open .sitemap__item {
  overflow: hidden;
}
.is-open .sitemap__item .inner {
  animation: heading-in 2.4s forwards;
  animation-delay: -1s;
  display: block;
}

.product__about--heading {
  overflow: hidden;
}
.product__about--heading em {
  display: block;
  opacity: 0;
}
.product__about--heading em.block {
  display: block;
}

.active .product__about--heading em {
  animation: heading-in 2.4s forwards;
  animation-delay: 0;
  display: block;
}
.active .product__about--heading em:nth-child(2) {
  animation-delay: 0.4s;
}

.slide-heading-in {
  overflow: hidden;
  display: inline-block;
}
.slide-heading-in em {
  display: inline-block;
}
.slide-heading-in em.block {
  display: block;
}

.active .swiper-slide-active .slide-heading-in em {
  animation: heading-in 3s forwards;
  animation-delay: 0;
  display: block;
}
.active .swiper-slide-active .slide-heading-in em.em2 {
  animation-delay: 0.2s;
}
.active .swiper-slide-active .slide-fade-in {
  animation: fade-in 1.5s forwards;
  animation-delay: 0;
}
.active .swiper-slide-active .slide-fade-in-txt {
  animation: fade-in 3.5s forwards;
  animation-delay: 0;
}

.swiper-slide-active .slide-fade-in-s {
  animation: fade-in 1.5s forwards;
  animation-delay: -0.5s;
}

@keyframes heading-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes heading-out {
  0% {
    opacity: 1;
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 1025px) {
  .product__about--heading em {
    opacity: 1;
  }

  .active .product__about--heading em {
    animation: none;
  }
  .active .product__about--txt {
    animation: none;
  }

  .active .product__about--heading.is-animate em {
    animation: heading-in 1.4s forwards;
    animation-delay: 0s;
  }
  .active .product__about--txt.is-animate {
    animation: fade-in 2.4s forwards;
    animation-delay: 0s;
  }

  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translate3d(10%, 0, 0);
    }
    50% {
      opacity: 0;
      transform: translate3d(10%, 0, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
}
html, body, a {
  cursor: none;
}

@media (min-width: 1025px) {
  #cursor {
    transform: translate(0, 0);
    pointer-events: none;
    position: fixed;
    top: -7px;
    left: -7px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    z-index: 1001;
    transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
    backface-visibility: hidden;
    contain: strict;
    mix-blend-mode: difference;
  }
  #cursor.hov_ {
    top: -9px;
    left: -9px;
    width: 18px;
    height: 18px;
  }

  #stalker {
    pointer-events: none;
    position: fixed;
    top: -75px;
    left: -75px;
    width: 150px;
    height: 150px;
    background: white;
    background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.3), transparent);
    border-radius: 50%;
    transition: transform 0.2s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s;
    transition-timing-function: ease-out;
    z-index: 1000;
  }
  #stalker.hov_ {
    top: -150px;
    left: -150px;
    width: 300px;
    height: 300px;
    transition: 0.5s;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 55%, rgba(255, 255, 255, 0.08) 60%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  }
  #stalker.is-zoom02 {
    transform: scale(1.5);
    transition: transform 0.5s;
    border: 1px solid #fff;
    background-color: #000;
    background: url(../img/treatment/st2.png);
    background-size: cover;
  }
  #stalker.is-zoom03 {
    transform: scale(1.5);
    border: 1px solid #fff;
    background-color: #000;
    background: url(../img/treatment/st3.png);
    background-size: cover;
  }
  #stalker.is-zoom04 {
    transform: scale(1.5);
    border: 1px solid #fff;
    background-color: #000;
    background: url(../img/treatment/st4.png);
    background-size: cover;
  }
  #stalker.is-zoom05 {
    transform: scale(1.5);
    border: 1px solid #fff;
    background-color: #000;
    background: url(../img/treatment/st5.png);
    background-size: cover;
  }
  #stalker.is-zoom06 {
    transform: scale(1.5);
    border: 1px solid #fff;
    background-color: #000;
    background: url(../img/treatment/st6.png);
    background-size: cover;
  }
  #stalker.is-zoom07 {
    transform: scale(1.5);
    border: 1px solid #fff;
    background-color: #000;
    background: url(../img/treatment/st7.png);
    background-size: cover;
  }
  #stalker.is-zoom08 {
    transform: scale(1.5);
    border: 1px solid #fff;
    background-color: #000;
    background: url(../img/treatment/st8.png);
    background-size: cover;
  }
  #stalker.is-zoom09 {
    transform: scale(1.5);
    border: 1px solid #fff;
    background-color: #000;
    background: url(../img/treatment/st9.png);
    background-size: cover;
  }
  #stalker.is-zoom10 {
    transform: scale(1.5);
    border: 1px solid #fff;
    background-color: #000;
    background: url(../img/treatment/st10.png);
    background-size: cover;
  }
  #stalker.is-zoom11 {
    transform: scale(1.5);
    border: 1px solid #fff;
    background-color: #000;
    background: url(../img/treatment/st11.png);
    background-size: cover;
  }
}
/*スクロールダウン全体の場所*/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: fixed;
  left: 50%;
  bottom: 20px;
  /*全体の高さ*/
  height: 20px;
  z-index: 100;
  transition-duration: 1s;
}
.scrolldown.is-animated {
  transform: translateY(40px);
  transition-duration: 1s;
}

/*Scrollテキストの描写*/
.scrolldown span {
  display: block;
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-family: "Benne", serif;
  letter-spacing: 0.15em;
}

/* 線の描写 */
.scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 20px;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 20px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
}
.mv .scrolldown {
  bottom: 53px;
}

@media (min-width: 1025px) {
  .scrolldown {
    height: 40px;
  }
  .scrolldown::after {
    left: 5px;
  }

  .scrolldown span {
    font-size: 1.5rem;
  }
}
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-image img {
  width: 100%;
}

*:focus {
  outline: none;
}

a {
  cursor: none;
}

button {
  margin: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  appearance: none;
  box-sizing: border-box;
  cursor: none;
}

.swiper-button-next, .swiper-button-prev {
  cursor: none !important;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #4D371E;
  font-family: zen-old-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt";
  background: #000;
  color: #fff;
  letter-spacing: 0.15em;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

span {
  font-family: zen-old-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (min-width: 1025px) {
  .sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-not-tab {
    display: none;
  }
}

.tab {
  display: none;
}
@media (min-width: 768px) {
  .tab {
    display: block;
  }
}

.pc {
  display: none;
}
@media (min-width: 1025px) {
  .pc {
    display: block;
  }
}

body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.grecaptcha-badge { visibility: hidden; }

/*# sourceMappingURL=style.css.map */
