@charset "UTF-8";
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 300;
}
body.no-scroll {
  overflow: hidden;
}
body .l-main {
  margin: 52px auto 0;
  display: block;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  body .l-main {
    margin: 82px auto 0;
  }
}

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

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

.sm-none {
  display: block;
}
@media screen and (min-width: 640px) {
  .sm-none {
    display: none;
  }
}

.l-footer {
  background: radial-gradient(ellipse at center, #3c5283 0%, #2A4072 50%);
  padding: 60px 20px 20px 20px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 80px 20px 20px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: 80px 40px 20px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer {
    padding: 100px 80px 20px 80px;
  }
}
.l-footer .l-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-sp {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner .l-footer__top .l-footer__top-sp {
    display: none;
  }
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-sp .l-footer__top-logo {
  display: block;
  width: 94px;
  height: auto;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-sp .l-footer__top-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-sp .l-footer__top-nav {
  margin-top: 30px;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-sp .l-footer__top-nav .l-footer__top-nav-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-sp .l-footer__top-nav .l-footer__top-nav-list .l-footer__top-nav-list-item .l-footer__top-nav-list-item-link {
  color: #fff;
  text-decoration: none;
  font-family: "Shippori Mincho", serif;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-sp .l-footer__top-nav .l-footer__top-nav-list.menu {
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-sp .l-footer__top-nav .l-footer__top-nav-list.menu .l-footer__top-nav-list-item .l-footer__top-nav-list-item-link {
  font-size: 12px;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-sp .l-footer__top-nav-sns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-sp .l-footer__top-nav-sns .l-footer__top-nav-sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-sp .l-footer__top-nav-sns .l-footer__top-nav-sns-link span {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner .l-footer__top .l-footer__top-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 80px;
  }
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-pc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 72px;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-pc-inner .l-footer__top-logo-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-pc-inner .l-footer__top-logo-sns .l-footer__top-logo {
  width: 140px;
  height: auto;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-pc-inner .l-footer__top-logo-sns .l-footer__top-nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-pc-inner .l-footer__top-logo-sns .l-footer__top-nav-sns {
    display: none;
  }
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-pc-inner .l-footer__top-logo-sns .l-footer__top-nav-sns .l-footer__top-nav-sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-pc-inner .l-footer__top-logo-sns .l-footer__top-nav-sns .l-footer__top-nav-sns-link span {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-pc-inner .l-footer__top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-pc-inner .l-footer__top-nav .l-footer__top-nav-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-pc-inner .l-footer__top-nav .l-footer__top-nav-list .l-footer__top-nav-list-item .l-footer__top-nav-list-item-link {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-family: "Shippori Mincho", serif;
  display: block;
  text-transform: capitalize;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-pc-inner .l-footer__top-nav .l-footer__top-nav-list.menu {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-nav-sns {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-nav-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-nav-sns .l-footer__top-nav-sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-nav-sns .l-footer__top-nav-sns-link span {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .l-footer .l-footer__inner .l-footer__top .l-footer__top-pc .l-footer__top-nav-sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}
.l-footer .l-footer__inner .l-footer__bottom {
  border-top: 1px solid white;
  padding: 16px 16px 0 16px;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner .l-footer__bottom {
    padding: 32px 0 0 0;
  }
}
.l-footer .l-footer__inner .l-footer__bottom .l-footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.l-footer .l-footer__inner .l-footer__bottom .l-footer__policy .l-footer__policy-link {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-family: "Shippori Mincho", serif;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner .l-footer__bottom .l-footer__policy .l-footer__policy-link {
    font-size: 14px;
  }
}
.l-footer .l-footer__inner .l-footer__bottom .l-footer__copyright {
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner .l-footer__bottom .l-footer__copyright {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}

.l-header-sp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  height: 52px;
  background: rgba(255, 255, 255, .8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .l-header-sp {
    display: none;
  }
}
.l-header-sp .l-header-sp__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header-sp .l-header-sp__menu .l-header-sp__button-wrap {
  position: absolute;
  right: 10px;
  top: 6px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 12px 10px;
  cursor: pointer;
  z-index: 1010;
}
.l-header-sp .l-header-sp__menu .l-header-sp__button-wrap.active {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10100;
}
.l-header-sp .l-header-sp__menu .l-header-sp__button-wrap .l-header-sp__button {
  position: relative;
  display: block;
  width: 24px;
  height: 16px;
}
.l-header-sp .l-header-sp__menu .l-header-sp__button-wrap .l-header-sp__button span {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 100vh;
  background-color: #2A4072;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header-sp .l-header-sp__menu .l-header-sp__button-wrap .l-header-sp__button span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header-sp .l-header-sp__menu .l-header-sp__button-wrap .l-header-sp__button span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-sp .l-header-sp__menu .l-header-sp__button-wrap .l-header-sp__button span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header-sp .l-header-sp__menu .l-header-sp__button-wrap.active .l-header-sp__button span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.l-header-sp .l-header-sp__menu .l-header-sp__button-wrap.active .l-header-sp__button span:nth-of-type(2) {
  opacity: 0;
}
.l-header-sp .l-header-sp__menu .l-header-sp__button-wrap.active .l-header-sp__button span:nth-of-type(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header-sp .l-header-sp__menu .l-header-sp__menu-list {
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  padding: 60px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebe7e3), color-stop(40%, white));
  background: linear-gradient(to bottom, #ebe7e3 0%, white 40%);
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}
.l-header-sp .l-header-sp__menu .l-header-sp__menu-list .l-header-sp__menu-list-item {
  position: relative;
}
.l-header-sp .l-header-sp__menu .l-header-sp__menu-list .l-header-sp__menu-list-item .link {
  position: relative;
  display: inline-block;
  color: #2A4072;
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  text-transform: capitalize;
  padding: 32px 0;
}
.l-header-sp .l-header-sp__menu .l-header-sp__menu-list .l-header-sp__menu-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C6C6C6;
}
.l-header-sp .l-header-sp__menu .l-header-sp__menu-list .l-header-sp__menu-list-item.is-last::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C6C6C6;
}
.l-header-sp .l-header-sp__menu .l-header-sp__menu-list .l-header-sp__menu-list-contact {
  width: 100%;
  height: 72px;
  color: #2A4072;
  border: 1px solid #2A4072;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  position: relative;
}
.l-header-sp .l-header-sp__menu .l-header-sp__menu-list .l-header-sp__menu-list-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2A4072;
  border-right: 1px solid #2A4072;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header-sp .l-header-sp__menu .l-header-sp__menu-list .l-header-sp__menu-list-line {
  width: 100%;
  height: 72px;
  background: #2A4072;
  color: #fff;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  position: relative;
}
.l-header-sp .l-header-sp__menu .l-header-sp__menu-list .l-header-sp__menu-list-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header-sp .l-header-sp__menu.open .l-header-sp__menu-list {
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  padding: 60px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebe7e3), color-stop(40%, white));
  background: linear-gradient(to bottom, #ebe7e3 0%, white 40%);
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-header-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header-pc {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 82px;
    z-index: 100;
    background: rgba(255, 255, 255, .8);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
  }
}
.l-header-pc .l-header-pc__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .l-header-pc .l-header-pc__inner {
    padding: 0 calc(3% + 400px) 0 3%;
  }
}
@media screen and (min-width: 1536px) {
  .l-header-pc .l-header-pc__inner {
    padding: 0 calc(5% + 500px) 0 15%;
  }
}
.l-header-pc .l-header-pc__inner .l-header-pc__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
.l-header-pc .l-header-pc__inner .l-header-pc__left .l-header-pc__logo-wrapper {
  max-width: 140px;
  height: 32px;
}
.l-header-pc .l-header-pc__inner .l-header-pc__left .l-header-pc__logo-wrapper svg {
  width: 100%;
  height: 100%;
}
.l-header-pc .l-header-pc__inner .l-header-pc__left .l-header-pc__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .l-header-pc .l-header-pc__inner .l-header-pc__left .l-header-pc__menu {
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header-pc .l-header-pc__inner .l-header-pc__left .l-header-pc__menu {
    gap: 40px;
  }
}
.l-header-pc .l-header-pc__inner .l-header-pc__left .l-header-pc__menu .l-header-pc__menu-item .l-header-pc__menu-link {
  font-size: 16px;
  color: #926F4F;
  font-family: "Shippori Mincho", serif;
  text-transform: capitalize;
}
.l-header-pc .l-header-pc__inner .l-header-pc__left .l-header-pc__menu .l-header-pc__menu-item.has-submenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* PCのホバー & キーボードフォーカスで表示 */
}
.l-header-pc .l-header-pc__inner .l-header-pc__left .l-header-pc__menu .l-header-pc__menu-item.has-submenu .submenu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  color: #926F4F;
  font-family: "Shippori Mincho", serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 24px;
  z-index: 1100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.l-header-pc .l-header-pc__inner .l-header-pc__left .l-header-pc__menu .l-header-pc__menu-item.has-submenu .submenu .submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-pc .l-header-pc__inner .l-header-pc__left .l-header-pc__menu .l-header-pc__menu-item.has-submenu:hover .submenu, .l-header-pc .l-header-pc__inner .l-header-pc__left .l-header-pc__menu .l-header-pc__menu-item.has-submenu:focus-within .submenu {
    opacity: 1;
    pointer-events: auto;
  }
}
.l-header-pc .l-header-pc__button-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header-pc .l-header-pc__button-wrapper .l-header-pc__contact-button {
  width: 200px;
  height: 100%;
  background: #fff;
  color: #2A4072;
  font-size: 18px;
  border-left: 1px solid #2A4072;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-family: "Shippori Mincho", serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1536px) {
  .l-header-pc .l-header-pc__button-wrapper .l-header-pc__contact-button {
    width: 250px;
  }
}
.l-header-pc .l-header-pc__button-wrapper .l-header-pc__contact-button:hover {
  opacity: 0.7;
}
.l-header-pc .l-header-pc__button-wrapper .l-header-pc__line-button {
  width: 200px;
  height: 100%;
  background: #2A4072;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-family: "Shippori Mincho", serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1536px) {
  .l-header-pc .l-header-pc__button-wrapper .l-header-pc__line-button {
    width: 250px;
  }
}
.l-header-pc .l-header-pc__button-wrapper .l-header-pc__line-button:hover {
  opacity: 0.7;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  margin: 0;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* img */
/* ============================================ */
img {
  max-width: 100%;
  height: auto;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address,
em {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: default;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

.about .about__inner {
  margin-top: 52px;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .about .about__inner {
    margin-top: 82px;
  }
}
.about .about__inner .about__fv.--image {
  width: 100%;
  height: auto;
}
.about .about__inner .about__fv.--image img {
  width: 100%;
  height: auto;
}
.about .about__inner .about__specialties {
  margin-top: 80px;
}
.about .about__inner .about__specialties .about__specialties-content01 {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .about .about__inner .about__specialties .about__specialties-content01 {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content01 {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .about .about__inner .about__specialties .about__specialties-content01 {
    padding: 0 80px;
  }
}
.about .about__inner .about__specialties .about__specialties-content01 .about__specialties-title {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  color: #2A4072;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.about .about__inner .about__specialties .about__specialties-content01 .about__specialties-title span {
  display: block;
}
.about .about__inner .about__specialties .about__specialties-content01 .about__specialties-title .about__specialties-title-number {
  font-size: 42px;
  line-height: 1;
  color: #2A4072;
  display: inline;
}
.about .about__inner .about__specialties .about__specialties-content01 .about__specialties-text {
  line-height: 2.2;
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content01 .about__specialties-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content01 .about__specialties-text .br-sp {
    display: none;
  }
}
.about .about__inner .about__specialties .about__specialties-content01 .about__specialties-text .br-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content01 .about__specialties-text .br-pc {
    display: block;
  }
}
.about .about__inner .about__specialties .about__specialties-content02 {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about .about__inner .about__specialties .about__specialties-content02 {
    margin-top: 60px;
    padding: 0 20px;
    max-width: none;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content02 {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .about .about__inner .about__specialties .about__specialties-content02 {
    padding: 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(odd) img {
    width: 70%;
    margin-right: calc(50% - 50vw);
  }
}
.about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(odd) .about__specialties-content02-item-text-wrapper {
  padding: 36px 40px;
  width: 92%;
  margin: -12px auto 0;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(60, 86, 52, .1);
          box-shadow: 0 0 20px 0 rgba(60, 86, 52, .1);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(odd) .about__specialties-content02-item-text-wrapper {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 -100px 0 0;
    padding: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(odd) .about__specialties-content02-item-text-wrapper {
    padding: 56px 80px;
    margin: 0 -150px 0 0;
  }
}
.about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(odd) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-sub-title-wrapper {
  width: 72px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(odd) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-sub-title-wrapper {
    width: 78px;
  }
}
.about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(odd) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-sub-title-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(odd) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-title {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  color: #2A4072;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(odd) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-title {
    font-size: 24px;
  }
}
.about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(odd) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-title span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(odd) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-title span {
    display: inline;
  }
}
.about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(odd) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-text {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(even) img {
    width: 70%;
    margin-left: calc(50% - 50vw);
  }
}
.about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(even) .about__specialties-content02-item-text-wrapper {
  padding: 36px 40px;
  width: 92%;
  margin: -12px auto 0;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(60, 86, 52, .1);
          box-shadow: 0 0 20px 0 rgba(60, 86, 52, .1);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(even) .about__specialties-content02-item-text-wrapper {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 -100px;
    padding: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(even) .about__specialties-content02-item-text-wrapper {
    padding: 56px 80px;
    margin: 0 0 0 -150px;
  }
}
.about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(even) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-sub-title-wrapper {
  width: 72px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(even) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-sub-title-wrapper {
    width: 78px;
  }
}
.about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(even) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-sub-title-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(even) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-title {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  color: #2A4072;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(even) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-title {
    font-size: 24px;
  }
}
.about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(even) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-title span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(even) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-title-wrapper .about__specialties-content02-title span {
    display: inline;
  }
}
.about .about__inner .about__specialties .about__specialties-content02 .about__specialties-content02-item:nth-child(even) .about__specialties-content02-item-text-wrapper .about__specialties-content02-item-text {
  margin-top: 16px;
}
.about .about__inner .about__specialties .about__specialties-content03 {
  padding: 80px 0;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .about .about__inner .about__specialties .about__specialties-content03 {
    padding: 80px 0 120px;
  }
}
@media screen and (min-width: 1024px) {
  .about .about__inner .about__specialties .about__specialties-content03 {
    padding: 80px 0 160px;
  }
}
.about .about__inner .about__specialties .about__specialties-content03 .about__specialties-content03-text {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  color: #926F4F;
  font-family: "Shippori Mincho", serif;
}
.about .about__inner .about__specialties .about__specialties-content03 .about__specialties-content03-text span {
  display: block;
}
@media screen and (min-width: 768px) {
  .about .about__inner .about__specialties .about__specialties-content03 .about__specialties-content03-text span {
    display: inline;
  }
}
.about .about__inner .about__specialties .about__specialties-content03 .about__specialties-content03-text .br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .about .about__inner .about__specialties .about__specialties-content03 .about__specialties-content03-text .br-pc {
    display: block;
  }
}

.artmake .artmake__section__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
  margin-left: 32px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__section__title {
    font-size: 32px;
    left: 155px;
  }
}
.artmake .artmake__section__title::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #2A4072;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__section__title::before {
    left: -186px;
    width: 120px;
  }
}
.artmake .artmake__fv {
  position: relative;
}
.artmake .artmake__fv img {
  width: 100%;
  height: auto;
}
.artmake .artmake__fv .artmake__fv_content {
  position: absolute;
  top: 94px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 0 0 0 20px;
}
@media screen and (min-width: 460px) {
  .artmake .artmake__fv .artmake__fv_content {
    top: 140px;
  }
}
@media screen and (min-width: 600px) {
  .artmake .artmake__fv .artmake__fv_content {
    top: 240px;
    -webkit-transform: scale(1.3) translate(10%, 0);
            transform: scale(1.3) translate(10%, 0);
  }
}
@media screen and (min-width: 768px) {
  .artmake .artmake__fv .artmake__fv_content {
    top: 28px;
    left: 0;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    padding: 0 0 0 70px;
  }
}
@media screen and (min-width: 900px) {
  .artmake .artmake__fv .artmake__fv_content {
    top: 50px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__fv .artmake__fv_content {
    top: 30px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .artmake .artmake__fv .artmake__fv_content {
    top: 80px;
    padding: 0 0 0 120px;
  }
}
@media screen and (min-width: 1536px) {
  .artmake .artmake__fv .artmake__fv_content {
    top: 160px;
    padding: 0 0 0 190px;
  }
}
@media screen and (min-width: 1750px) {
  .artmake .artmake__fv .artmake__fv_content {
    top: 185px;
    padding: 0 0 0 180px;
  }
}
@media screen and (min-width: 1920px) {
  .artmake .artmake__fv .artmake__fv_content {
    top: 235px;
    -webkit-transform: scale(1.2) translate(20%, 0);
            transform: scale(1.2) translate(20%, 0);
  }
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.6;
  color: #2A4072;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__fv .artmake__fv_content .artmake__fv_copy {
    font-size: 56px;
  }
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_copy span {
  display: block;
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper {
    width: 100%;
    max-width: 340px;
  }
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt-price {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.1;
  color: #464646;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-top: 20px;
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt-price:nth-child(1) img {
  height: 38px;
  width: auto;
  display: block;
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt-price:last-child {
  margin-top: 0;
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt-price:last-child img {
  height: 38px;
  width: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt-price:last-child img {
    height: 70px;
  }
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt-price span {
  display: block;
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt:nth-child(1) span:last-child {
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt:nth-child(1) span:last-child {
    font-size: 12px;
  }
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt:nth-child(2) {
  font-size: 14px;
  line-height: 1;
  color: #444444;
  margin: 4px 0;
  position: relative;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.02em;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt:nth-child(2) {
    font-size: 16px;
  }
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt:nth-child(2)::before,
.artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt:nth-child(2)::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #444; /* ラインの色 */
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt:nth-child(2)::before {
  margin-bottom: 8px; /* 文字との間隔 */
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt:nth-child(2)::after {
  margin-top: 8px; /* 文字との間隔 */
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt:nth-child(3) span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__fv .artmake__fv_content .artmake__fv_price-wrapper .artmake__fv_price-txt:nth-child(3) span {
    font-size: 16px;
  }
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_btn-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__fv .artmake__fv_content .artmake__fv_btn-wrapper {
    display: block;
    margin-top: 20px;
    max-width: 280px;
    width: 90%;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__fv .artmake__fv_content .artmake__fv_btn-wrapper {
    max-width: 336px;
    margin-top: 40px;
  }
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_btn-wrapper .artmake__fv_btn {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__fv .artmake__fv_content .artmake__fv_btn-wrapper .artmake__fv_btn {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .artmake .artmake__fv .artmake__fv_content .artmake__fv_btn-wrapper .artmake__fv_btn {
    padding: 30px;
  }
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_btn-wrapper .artmake__fv_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_btn-wrapper .artmake__fv_btn span {
  display: block;
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_btn-wrapper .artmake__fv_btn span.small {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__fv .artmake__fv_content .artmake__fv_btn-wrapper .artmake__fv_btn span.small {
    font-size: 14px;
  }
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_btn-wrapper .artmake__fv_btn span.large {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__fv .artmake__fv_content .artmake__fv_btn-wrapper .artmake__fv_btn span.large {
    font-size: 20px;
  }
}
.artmake .artmake__fv .artmake__fv_content .artmake__fv_btn-wrapper .artmake__fv_btn:hover {
  opacity: 0.7;
}
.artmake .artmake__intro {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__intro {
    margin: 120px 0;
  }
}
.artmake .artmake__intro .artmake__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__intro .artmake__inner {
    max-width: 1100px;
  }
}
.artmake .artmake__intro .artmake__inner .artmake__intro__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
}
.artmake .artmake__intro .artmake__inner .artmake__intro__title__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__intro .artmake__inner .artmake__intro__title__pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .artmake .artmake__intro .artmake__inner .artmake__intro__title__sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .artmake .artmake__intro .artmake__inner .artmake__intro_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    max-width: 1100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.artmake .artmake__intro .artmake__inner .artmake__intro_content picture {
  display: block;
  width: 230px;
  height: 100%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__intro .artmake__inner .artmake__intro_content picture {
    width: 100%;
    margin: 0;
  }
}
.artmake .artmake__intro .artmake__inner .artmake__intro_content .artmake__intro_txt-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__intro .artmake__inner .artmake__intro_content .artmake__intro_txt-wrapper {
    font-size: 24px;
  }
}
.artmake .artmake__intro .artmake__inner .artmake__intro_content .artmake__intro_txt-wrapper .artmake__intro_txt {
  font-weight: 300;
  font-size: 14px;
}
.artmake .artmake__intro .artmake__inner .artmake__intro_content .artmake__intro_txt-wrapper .artmake__intro_txt span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__intro .artmake__inner .artmake__intro_content .artmake__intro_txt-wrapper .artmake__intro_txt {
    font-size: 16px;
  }
}
.artmake .artmake__intro .artmake__inner .artmake__intro_content .artmake__intro_txt-wrapper .artmake__intro_txt:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__intro .artmake__inner .artmake__intro_content .artmake__intro_txt-wrapper .artmake__intro_txt:nth-child(2) {
    margin-top: 50px;
  }
}
.artmake .artmake__intro .artmake__inner .artmake__intro_content .artmake__intro_txt-wrapper .artmake__intro_txt:nth-child(n+3) {
  margin-top: 16px;
}
.artmake .artmake__intro .artmake__inner .artmake__intro_content > :first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.artmake .artmake__intro .artmake__inner .artmake__intro_content > :last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.artmake .artmake__target {
  background: url(../../src/images/menu-single/single-target-bg-sp.png) no-repeat center center;
  background-size: cover;
  padding: 120px 0 60px;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__target {
    background: url(../../src/images/menu-single/single-target-bg-pc.png) no-repeat center center;
    background-size: cover;
    padding: 200px 0 120px;
  }
}
.artmake .artmake__target .artmake__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__target .artmake__inner {
    max-width: 1100px;
  }
}
.artmake .artmake__target .artmake__inner .artmake__target_content {
  width: 100%;
}
.artmake .artmake__target .artmake__inner .artmake__target_content .artmake__target_title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
  color: #926F4F;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__target .artmake__inner .artmake__target_content .artmake__target_title {
    font-size: 32px;
  }
}
.artmake .artmake__target .artmake__inner .artmake__target_content .artmake__target_title::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #926F4F;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__target .artmake__inner .artmake__target_content .artmake__target_title::before {
    height: 120px;
    top: -150px;
  }
}
.artmake .artmake__target .artmake__inner .artmake__target_content .artmake__target_txt-unit {
  margin-top: 30px;
  padding: 40px 20px 40px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 460px) {
  .artmake .artmake__target .artmake__inner .artmake__target_content .artmake__target_txt-unit {
    padding: 60px 30px 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .artmake .artmake__target .artmake__inner .artmake__target_content .artmake__target_txt-unit {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__target .artmake__inner .artmake__target_content .artmake__target_txt-unit {
    margin-top: 60px;
    padding: 70px 0 70px 136px;
    max-width: 1100px;
  }
}
.artmake .artmake__target .artmake__inner .artmake__target_content .artmake__target_txt-unit .artmake__target_txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.artmake .artmake__target .artmake__inner .artmake__target_content .artmake__target_txt-unit .artmake__target_txt-wrapper:not(:first-child) {
  margin-top: 20px;
}
.artmake .artmake__target .artmake__inner .artmake__target_content .artmake__target_txt-unit .artmake__target_txt-wrapper .artmake__target_txt {
  font-family: "Shippori Mincho", serif;
  line-height: 1.7;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__target .artmake__inner .artmake__target_content .artmake__target_txt-unit .artmake__target_txt-wrapper .artmake__target_txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__target .artmake__inner .artmake__target_content .artmake__target_txt-unit .artmake__target_txt-wrapper .artmake__target_txt {
    font-size: 24px;
  }
}
.artmake .artmake__parts {
  background: #2A4072;
  background: radial-gradient(ellipse at center, #3c5283 0%, #2A4072 50%);
}
.artmake .artmake__parts .artmake__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__parts .artmake__inner {
    max-width: 1100px;
  }
}
.artmake .artmake__parts .artmake__inner .artmake__parts_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__parts .artmake__inner .artmake__parts_content {
    padding: 120px 0;
  }
}
.artmake .artmake__parts .artmake__inner .artmake__parts_title {
  color: #fff;
}
.artmake .artmake__parts .artmake__inner .artmake__parts_title::before {
  background: #fff;
}
.artmake .artmake__parts .artmake__inner .artmake__parts_list {
  --gap: 10px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.artmake .artmake__parts .artmake__inner .artmake__parts_list .artmake__parts_item {
  display: grid;
  place-items: center;
}
.artmake .artmake__parts .artmake__inner .artmake__parts_list .artmake__parts_item:nth-child(1), .artmake .artmake__parts .artmake__inner .artmake__parts_list .artmake__parts_item:nth-child(2), .artmake .artmake__parts .artmake__inner .artmake__parts_list .artmake__parts_item:nth-child(3), .artmake .artmake__parts .artmake__inner .artmake__parts_list .artmake__parts_item:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - var(--gap)) / 2);
          flex: 0 1 calc((100% - var(--gap)) / 2);
  width: 100%;
}
.artmake .artmake__parts .artmake__inner .artmake__parts_list .artmake__parts_item:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - var(--gap)) / 1);
          flex: 0 1 calc((100% - var(--gap)) / 1);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__parts .artmake__inner .artmake__parts_list .artmake__parts_item:nth-child(-n+2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((70% - var(--gap)) / 2);
            flex: 0 1 calc((70% - var(--gap)) / 2);
  }
  .artmake .artmake__parts .artmake__inner .artmake__parts_list .artmake__parts_item:nth-child(n+3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 2 * var(--gap)) / 3);
            flex: 0 1 calc((100% - 2 * var(--gap)) / 3);
  }
}
.artmake .artmake__parts .artmake__inner .artmake__parts_list .artmake__parts_item img {
  max-width: 120px;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__parts .artmake__inner .artmake__parts_list .artmake__parts_item img {
    max-width: 200px;
  }
}
.artmake .artmake__parts .artmake__inner .artmake__parts_list .artmake__parts_item .artmake__parts_item-name {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.artmake .artmake__tools {
  position: relative;
  background-color: #fff; /* ベースは白 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(147, 134, 120, .1)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, rgba(147, 134, 120, .1), transparent 40%);
}
.artmake .artmake__tools .artmake__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__tools .artmake__inner {
    max-width: 1100px;
  }
}
.artmake .artmake__tools .artmake__inner .artmake__tools_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__tools .artmake__inner .artmake__tools_content {
    padding: 120px 0;
  }
}
.artmake .artmake__tools .artmake__inner .artmake__tools_content .artmake__tools_item {
  margin-top: 50px;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__tools .artmake__inner .artmake__tools_content .artmake__tools_item {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 1:1 の割合 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .artmake .artmake__tools .artmake__inner .artmake__tools_content .artmake__tools_item:nth-child(2) > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* 最初の要素を右へ */
  }
}
@media screen and (min-width: 768px) {
  .artmake .artmake__tools .artmake__inner .artmake__tools_content .artmake__tools_item:nth-child(2) > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 最後の要素を左へ */
  }
}
.artmake .artmake__tools .artmake__inner .artmake__tools_content .artmake__tools_item img {
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.artmake .artmake__tools .artmake__inner .artmake__tools_content .artmake__tools_item-txt-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__tools .artmake__inner .artmake__tools_content .artmake__tools_item-txt-wrapper {
    margin-top: 0;
  }
}
.artmake .artmake__tools .artmake__inner .artmake__tools_content .artmake__tools_item-txt-wrapper .artmake__tools_item-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
}
.artmake .artmake__tools .artmake__inner .artmake__tools_content .artmake__tools_item-txt-wrapper .artmake__tools_item-txt {
  margin-top: 16px;
  font-weight: 300;
  font-size: 14px;
}
.artmake .artmake__tools .artmake__inner .artmake__tools_content .artmake__tools_item-txt-wrapper .artmake__tools_item-txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__tools .artmake__inner .artmake__tools_content .artmake__tools_item-txt-wrapper .artmake__tools_item-txt:first-child {
    margin-top: 30px;
  }
}
.artmake .price__section {
  margin: 0 auto;
  scroll-margin-top: 52px;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .artmake .price__section {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .artmake .price__section {
    scroll-margin-top: 82px;
  }
}
.artmake .price__section .artmake__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner {
    max-width: 1100px;
  }
}
.artmake .price__section .artmake__inner .artmake__price_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .artmake__price_content {
    padding: 120px 0;
  }
}
.artmake .price__section .artmake__inner .price__section__title {
  padding: 16px 20px;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  background-color: #2A4072;
  color: #fff;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__section__title {
    padding: 18px 30px;
    margin-top: 80px;
  }
}
.artmake .price__section .artmake__inner .price__list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.artmake .price__section .artmake__inner .price__list .price__list-item:not(:first-child) {
  margin-top: 30px;
}
.artmake .price__section .artmake__inner .price__list .price__list-item summary {
  display: block;
}
.artmake .price__section .artmake__inner .price__list .price__list-item summary::-webkit-details-marker {
  display: none;
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background-color: #EBE7E3;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__summary-item span {
  display: block;
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
  display: inline;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 24px;
  }
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__summary-item--option {
  background-color: #e2e8f5;
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__summary {
    font-size: 16px;
  }
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__text {
  position: relative;
  overflow: hidden;
  font-size: 20px;
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__text p {
  padding: 16px 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__text p {
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__text p {
    font-size: 24px;
  }
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--row {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--drip-row {
  display: block;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--drip-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label,
.artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  display: block;
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 24px;
  }
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    font-size: 24px;
  }
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 24px;
  }
}
.artmake .price__section .artmake__inner .price__list .price__list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.artmake .price__section .artmake__inner .price__list .price__list-item .open-icon::before, .artmake .price__section .artmake__inner .price__list .price__list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .open-icon::before, .artmake .price__section .artmake__inner .price__list .price__list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.artmake .price__section .artmake__inner .price__list .price__list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.artmake .price__section .artmake__inner .price__list .price__list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.artmake .price__section .artmake__inner .price__list .price__list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__list .price__list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.artmake .price__section .artmake__inner .price__list .price__list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.artmake .price__section .artmake__inner .price__cosme-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .artmake .price__section .artmake__inner .price__cosme-list {
    max-width: none;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item:not(:first-child) {
  margin-top: 30px;
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item summary {
  display: block;
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item summary::-webkit-details-marker {
  display: none;
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: rgba(235, 231, 227, .4);
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__summary-item span {
  display: block;
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
    line-height: 1;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__summary {
    font-size: 16px;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text {
    font-size: 16px;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text p {
  padding: 16px 20px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 20px;
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 24px;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 24px;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 24px;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
  text-align: right;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 24px;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
  display: block;
}
@media screen and (min-width: 640px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label,
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  display: block;
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
  text-align: left;
  text-wrap: nowrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 24px;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
    line-height: 1;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 470px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    font-size: 24px;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.artmake .price__section .artmake__inner .price__cosme-list .price__cosme-list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.artmake .price__section .artmake__inner .price__section__title-wrapper {
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
}
.artmake .price__section .artmake__inner .price__section__title-wrapper .price__section__title {
  margin: 10px auto;
  background-color: #b6a776;
  padding: 14px 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__section__title-wrapper .price__section__title {
    padding: 18px 30px;
  }
}
.artmake .price__section .artmake__inner .price__district-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .artmake .price__section .artmake__inner .price__district-list {
    max-width: none;
  }
}
.artmake .price__section .artmake__inner .price__district-list .price__district-list-item {
  padding: 14px 20px;
  background-color: #fcfcfc;
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__district-list .price__district-list-item {
    padding: 18px 30px;
  }
}
.artmake .price__section .artmake__inner .price__district-list .price__district-list-item:not(:first-child) {
  margin-top: 30px;
}
.artmake .price__section .artmake__inner .price__district-list .price__district-list-item .price__district-list-item__label {
  font-size: 14px;
  color: #2A4072;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 640px) {
  .artmake .price__section .artmake__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 24px;
  }
}
.artmake .price__section .artmake__inner .price__district-list .price__district-list-item .price__district-list-item__price {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .artmake .price__section .artmake__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .price__section .artmake__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 24px;
  }
}
.artmake .artmake__detail .artmake__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__detail .artmake__inner {
    max-width: 1100px;
  }
}
.artmake .artmake__detail .detail__table {
  margin-top: 50px;
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.artmake .artmake__detail .detail__table .detail__content-item {
  border-top: 1px solid #C6C6C6;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__detail .detail__table .detail__content-item {
    border: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__detail .detail__table .detail__content-item {
    gap: 56px;
  }
}
.artmake .artmake__detail .detail__table .detail__content-item:last-child {
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__detail .detail__table .detail__content-item:last-child {
    border-bottom: none;
  }
}
.artmake .artmake__detail .detail__table .detail__content-item .detail__content-h3 {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #2A4072;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__detail .detail__table .detail__content-item .detail__content-h3 {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .artmake .artmake__detail .detail__table .detail__content-item .detail__content-h3 span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .artmake .artmake__detail .detail__table .detail__content-item .detail__content-h3.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
.artmake .artmake__detail .detail__table .detail__content-item .detail__content-text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
  line-height: 1.6;
  color: #333;
}
.artmake .artmake__detail .detail__table .detail__content-item .detail__content-text span {
  display: block;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__detail .detail__table .detail__content-item .detail__content-text {
    font-size: 16px;
    padding: 32px 0;
    margin-top: 0;
    border-top: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .artmake .artmake__detail .detail__table .detail__content-item .detail__content-text.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .artmake .artmake__detail .detail__table .detail__content-item .detail__content-list {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
  }
}
.artmake .artmake__supervision .artmake__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__supervision .artmake__inner {
    max-width: 1100px;
  }
}
.artmake .artmake__supervision .artmake__inner .artmake__supervision_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__supervision .artmake__inner .artmake__supervision_content {
    padding: 120px 0;
  }
}
.artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit img {
  display: block;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit img {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit .artmake__supervision_profile {
  padding: 24px 30px;
  -webkit-box-shadow: 0 0 20px rgba(60, 86, 52, .1);
          box-shadow: 0 0 20px rgba(60, 86, 52, .1);
  position: relative;
  z-index: 1;
  margin-top: -20px;
  max-width: 500px;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit .artmake__supervision_profile {
    margin: 60px 0 0 -3%;
    padding: 56px 80px;
    z-index: 10;
    max-width: none;
  }
}
.artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit .artmake__supervision_profile .artmake__supervision_name {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1.6;
  color: #2A4072;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit .artmake__supervision_profile .artmake__supervision_name {
    font-size: 24px;
  }
}
.artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit .artmake__supervision_profile .artmake__supervision_name span {
  font-size: 16px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit .artmake__supervision_profile .artmake__supervision_name span {
    font-size: 20px;
  }
}
.artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit .artmake__supervision_profile .artmake__supervision_txt-wrapper {
  margin-top: 10px;
}
.artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit .artmake__supervision_profile .artmake__supervision_txt-wrapper.first {
  margin-top: 32px;
}
.artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit .artmake__supervision_profile .artmake__supervision_txt-wrapper .artmake__supervision_txt-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit .artmake__supervision_profile .artmake__supervision_txt-wrapper .artmake__supervision_txt-heading {
    font-size: 16px;
  }
}
.artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit .artmake__supervision_profile .artmake__supervision_txt-wrapper .artmake__supervision_txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit .artmake__supervision_profile .artmake__supervision_txt-wrapper .artmake__supervision_txt {
    font-size: 16px;
  }
}
.artmake .artmake__supervision .artmake__inner .artmake__supervision_content .artmake__supervision_txt-unit .artmake__supervision_profile .artmake__supervision_txt-wrapper .artmake__supervision_txt span {
  display: block;
}

.botulinum .botulinum__section__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
  margin-left: 32px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__section__title {
    font-size: 32px;
    left: 155px;
  }
}
.botulinum .botulinum__section__title::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #2A4072;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__section__title::before {
    left: -186px;
    width: 120px;
  }
}
.botulinum .botulinum__fv {
  position: relative;
}
.botulinum .botulinum__fv img {
  width: 100%;
  height: auto;
}
.botulinum .botulinum__fv .botulinum__fv_content {
  position: absolute;
  top: 94px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 0 0 0 20px;
}
@media screen and (min-width: 460px) {
  .botulinum .botulinum__fv .botulinum__fv_content {
    top: 140px;
  }
}
@media screen and (min-width: 600px) {
  .botulinum .botulinum__fv .botulinum__fv_content {
    top: 240px;
    -webkit-transform: scale(1.3) translate(10%, 0);
            transform: scale(1.3) translate(10%, 0);
  }
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__fv .botulinum__fv_content {
    top: 28px;
    left: 0;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    padding: 0 0 0 70px;
  }
}
@media screen and (min-width: 900px) {
  .botulinum .botulinum__fv .botulinum__fv_content {
    top: 50px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__fv .botulinum__fv_content {
    top: 30px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .botulinum .botulinum__fv .botulinum__fv_content {
    top: 80px;
    padding: 0 0 0 120px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (min-width: 1536px) {
  .botulinum .botulinum__fv .botulinum__fv_content {
    top: 160px;
    -webkit-transform: scale(1.3) translate(10%, 0);
            transform: scale(1.3) translate(10%, 0);
    padding: 0 0 0 190px;
  }
}
@media screen and (min-width: 1750px) {
  .botulinum .botulinum__fv .botulinum__fv_content {
    top: 185px;
    -webkit-transform: scale(1.4) translate(15%, 0);
            transform: scale(1.4) translate(15%, 0);
    padding: 0 0 0 180px;
  }
}
@media screen and (min-width: 1920px) {
  .botulinum .botulinum__fv .botulinum__fv_content {
    top: 235px;
    -webkit-transform: scale(1.5) translate(20%, 0);
            transform: scale(1.5) translate(20%, 0);
  }
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.6;
  color: #2A4072;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_copy {
    font-size: 56px;
  }
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_copy span {
  display: block;
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt-price {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.1;
  color: #464646;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  margin-top: 20px;
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt-price img {
  height: 38px;
  width: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt-price img {
    height: 70px;
  }
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt-price span {
  display: block;
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt:nth-child(1) {
  line-height: 1;
  color: #444444;
  margin: 4px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt:nth-child(1) {
    font-size: 20px;
  }
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt:nth-child(1)::before,
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #444; /* ラインの色 */
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt:nth-child(1)::before {
  margin-bottom: 8px; /* 文字との間隔 */
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt:nth-child(1)::after {
  margin-top: 8px; /* 文字との間隔 */
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt:nth-child(2) {
  margin-top: 20px;
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt:nth-child(2) span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt:nth-child(2) span {
    font-size: 16px;
  }
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt__desc span {
  line-height: 1.7;
  display: block;
  padding: 0 28px;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt__desc span {
    display: inline;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt__desc span:nth-child(1) {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_price-wrapper .botulinum__fv_price-txt__desc span:nth-child(2) {
    padding-right: 24px;
  }
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_btn-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_btn-wrapper {
    display: block;
    margin-top: 20px;
    max-width: 280px;
    width: 90%;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_btn-wrapper {
    margin-top: 40px;
    max-width: 336px;
  }
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_btn-wrapper .botulinum__fv_btn {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_btn-wrapper .botulinum__fv_btn {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_btn-wrapper .botulinum__fv_btn {
    padding: 30px;
  }
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_btn-wrapper .botulinum__fv_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_btn-wrapper .botulinum__fv_btn span {
  display: block;
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_btn-wrapper .botulinum__fv_btn span.small {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_btn-wrapper .botulinum__fv_btn span.small {
    font-size: 14px;
  }
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_btn-wrapper .botulinum__fv_btn span.large {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_btn-wrapper .botulinum__fv_btn span.large {
    font-size: 20px;
  }
}
.botulinum .botulinum__fv .botulinum__fv_content .botulinum__fv_btn-wrapper .botulinum__fv_btn:hover {
  opacity: 0.7;
}
.botulinum .botulinum__intro {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__intro {
    margin: 120px 0;
  }
}
.botulinum .botulinum__intro .botulinum__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__intro .botulinum__inner {
    max-width: 1100px;
  }
}
.botulinum .botulinum__intro .botulinum__inner .botulinum__intro__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
}
.botulinum .botulinum__intro .botulinum__inner .botulinum__intro__title__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__intro .botulinum__inner .botulinum__intro__title__pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__intro .botulinum__inner .botulinum__intro__title__sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__intro .botulinum__inner .botulinum__intro_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    max-width: 1100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.botulinum .botulinum__intro .botulinum__inner .botulinum__intro_content picture {
  display: block;
  width: 230px;
  height: 100%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__intro .botulinum__inner .botulinum__intro_content picture {
    width: 100%;
    margin: 0;
  }
}
.botulinum .botulinum__intro .botulinum__inner .botulinum__intro_content .botulinum__intro_txt-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__intro .botulinum__inner .botulinum__intro_content .botulinum__intro_txt-wrapper {
    font-size: 24px;
  }
}
.botulinum .botulinum__intro .botulinum__inner .botulinum__intro_content .botulinum__intro_txt-wrapper .botulinum__intro_txt {
  font-weight: 300;
  font-size: 14px;
}
.botulinum .botulinum__intro .botulinum__inner .botulinum__intro_content .botulinum__intro_txt-wrapper .botulinum__intro_txt span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__intro .botulinum__inner .botulinum__intro_content .botulinum__intro_txt-wrapper .botulinum__intro_txt {
    font-size: 16px;
  }
}
.botulinum .botulinum__intro .botulinum__inner .botulinum__intro_content .botulinum__intro_txt-wrapper .botulinum__intro_txt:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__intro .botulinum__inner .botulinum__intro_content .botulinum__intro_txt-wrapper .botulinum__intro_txt:nth-child(2) {
    margin-top: 50px;
  }
}
.botulinum .botulinum__intro .botulinum__inner .botulinum__intro_content .botulinum__intro_txt-wrapper .botulinum__intro_txt:nth-child(n+3) {
  margin-top: 16px;
}
.botulinum .botulinum__intro .botulinum__inner .botulinum__intro_content > :first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.botulinum .botulinum__intro .botulinum__inner .botulinum__intro_content > :last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.botulinum .botulinum__target {
  background: url(../../src/images/menu-single/single-target-bg-sp.png) no-repeat center center;
  background-size: cover;
  padding: 120px 0 60px;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__target {
    background: url(../../src/images/menu-single/single-target-bg-pc.png) no-repeat center center;
    background-size: cover;
    padding: 200px 0 120px;
  }
}
.botulinum .botulinum__target .botulinum__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__target .botulinum__inner {
    max-width: 1100px;
  }
}
.botulinum .botulinum__target .botulinum__inner .botulinum__target_content {
  width: 100%;
}
.botulinum .botulinum__target .botulinum__inner .botulinum__target_content .botulinum__target_title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
  color: #926F4F;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__target .botulinum__inner .botulinum__target_content .botulinum__target_title {
    font-size: 32px;
  }
}
.botulinum .botulinum__target .botulinum__inner .botulinum__target_content .botulinum__target_title::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #926F4F;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__target .botulinum__inner .botulinum__target_content .botulinum__target_title::before {
    height: 120px;
    top: -150px;
  }
}
.botulinum .botulinum__target .botulinum__inner .botulinum__target_content .botulinum__target_txt-unit {
  margin-top: 30px;
  padding: 40px 20px 40px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 460px) {
  .botulinum .botulinum__target .botulinum__inner .botulinum__target_content .botulinum__target_txt-unit {
    padding: 60px 30px 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__target .botulinum__inner .botulinum__target_content .botulinum__target_txt-unit {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__target .botulinum__inner .botulinum__target_content .botulinum__target_txt-unit {
    margin-top: 60px;
    padding: 70px 0 70px 136px;
    max-width: 1100px;
  }
}
.botulinum .botulinum__target .botulinum__inner .botulinum__target_content .botulinum__target_txt-unit .botulinum__target_txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.botulinum .botulinum__target .botulinum__inner .botulinum__target_content .botulinum__target_txt-unit .botulinum__target_txt-wrapper:not(:first-child) {
  margin-top: 20px;
}
.botulinum .botulinum__target .botulinum__inner .botulinum__target_content .botulinum__target_txt-unit .botulinum__target_txt-wrapper .botulinum__target_txt {
  font-family: "Shippori Mincho", serif;
  line-height: 1.7;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__target .botulinum__inner .botulinum__target_content .botulinum__target_txt-unit .botulinum__target_txt-wrapper .botulinum__target_txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__target .botulinum__inner .botulinum__target_content .botulinum__target_txt-unit .botulinum__target_txt-wrapper .botulinum__target_txt {
    font-size: 24px;
  }
}
.botulinum .botulinum__parts {
  background: #2A4072;
  background: radial-gradient(ellipse at center, #3c5283 0%, #2A4072 50%);
}
.botulinum .botulinum__parts .botulinum__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__parts .botulinum__inner {
    max-width: 1100px;
  }
}
.botulinum .botulinum__parts .botulinum__inner .botulinum__parts_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__parts .botulinum__inner .botulinum__parts_content {
    padding: 120px 0;
  }
}
.botulinum .botulinum__parts .botulinum__inner .botulinum__parts_title {
  color: #fff;
}
.botulinum .botulinum__parts .botulinum__inner .botulinum__parts_title::before {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__parts .botulinum__inner .botulinum__parts_list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-template-rows: auto auto; /* 2行 */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__parts .botulinum__inner .botulinum__parts_list {
    gap: 80px;
  }
}
.botulinum .botulinum__parts .botulinum__inner .botulinum__parts_list .botulinum__parts_item {
  display: grid;
  place-items: center;
  margin-top: 50px;
}
.botulinum .botulinum__parts .botulinum__inner .botulinum__parts_list .botulinum__parts_item img {
  max-width: 120px;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__parts .botulinum__inner .botulinum__parts_list .botulinum__parts_item img {
    max-width: 200px;
  }
}
.botulinum .botulinum__parts .botulinum__inner .botulinum__parts_list .botulinum__parts_item .botulinum__parts_item-name {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.botulinum .botulinum__parts .botulinum__inner .botulinum__parts_list .botulinum__parts_item .botulinum__parts_item-desc {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.botulinum .botulinum__parts .botulinum__inner .botulinum__parts_list .botulinum__parts_item .botulinum__parts_item-desc span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__parts .botulinum__inner .botulinum__parts_list .botulinum__parts_item .botulinum__parts_item-desc {
    font-size: 16px;
  }
}
.botulinum .botulinum__tools {
  position: relative;
  background-color: #fff; /* ベースは白 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(147, 134, 120, .1)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, rgba(147, 134, 120, .1), transparent 40%);
}
.botulinum .botulinum__tools .botulinum__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__tools .botulinum__inner {
    max-width: 1100px;
  }
}
.botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content {
    padding: 120px 0;
  }
}
.botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content .botulinum__tools_item {
  margin-top: 50px;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content .botulinum__tools_item {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 1:1 の割合 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content .botulinum__tools_item:nth-child(2) > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* 最初の要素を右へ */
  }
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content .botulinum__tools_item:nth-child(2) > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 最後の要素を左へ */
  }
}
.botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content .botulinum__tools_item img {
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content .botulinum__tools_item-txt-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content .botulinum__tools_item-txt-wrapper {
    margin-top: 0;
  }
}
.botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content .botulinum__tools_item-txt-wrapper .botulinum__tools_item-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
}
.botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content .botulinum__tools_item-txt-wrapper .botulinum__tools_item-heading span {
  display: block;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content .botulinum__tools_item-txt-wrapper .botulinum__tools_item-heading span {
    display: inline;
  }
}
.botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content .botulinum__tools_item-txt-wrapper .botulinum__tools_item-txt {
  margin-top: 16px;
  font-weight: 300;
  font-size: 14px;
}
.botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content .botulinum__tools_item-txt-wrapper .botulinum__tools_item-txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__tools .botulinum__inner .botulinum__tools_content .botulinum__tools_item-txt-wrapper .botulinum__tools_item-txt:first-child {
    margin-top: 30px;
  }
}
.botulinum .price__section {
  margin: 0 auto;
  scroll-margin-top: 52px;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .botulinum .price__section {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .botulinum .price__section {
    scroll-margin-top: 82px;
  }
}
.botulinum .price__section .botulinum__price_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__price_content {
    padding: 120px 0;
  }
}
.botulinum .price__section .botulinum__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner {
    max-width: 1100px;
  }
}
.botulinum .price__section .botulinum__inner .price__section__title {
  padding: 16px 20px;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  background-color: #2A4072;
  color: #fff;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__section__title {
    padding: 18px 30px;
    margin-top: 80px;
  }
}
.botulinum .price__section .botulinum__inner .price__list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item:not(:first-child) {
  margin-top: 30px;
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item summary {
  display: block;
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item summary::-webkit-details-marker {
  display: none;
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background-color: #EBE7E3;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__summary-item span {
  display: block;
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
  display: inline;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 24px;
  }
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__summary-item--option {
  background-color: #e2e8f5;
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__summary {
    font-size: 16px;
  }
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text {
  position: relative;
  overflow: hidden;
  font-size: 20px;
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text p {
  padding: 16px 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text p {
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text p {
    font-size: 24px;
  }
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--row {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--drip-row {
  display: block;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--drip-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label,
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  display: block;
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 24px;
  }
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    font-size: 24px;
  }
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 24px;
  }
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .open-icon::before, .botulinum .price__section .botulinum__inner .price__list .price__list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .open-icon::before, .botulinum .price__section .botulinum__inner .price__list .price__list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__list .price__list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.botulinum .price__section .botulinum__inner .price__list .price__list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.botulinum .price__section .botulinum__inner .price__cosme-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list {
    max-width: none;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item:not(:first-child) {
  margin-top: 30px;
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item summary {
  display: block;
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item summary::-webkit-details-marker {
  display: none;
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: rgba(235, 231, 227, .4);
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__summary-item span {
  display: block;
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
    line-height: 1;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__summary {
    font-size: 16px;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text {
    font-size: 16px;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text p {
  padding: 16px 20px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 20px;
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 24px;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 24px;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 24px;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
  text-align: right;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 24px;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
  display: block;
}
@media screen and (min-width: 640px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label,
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  display: block;
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
  text-align: left;
  text-wrap: nowrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 24px;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
    line-height: 1;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 470px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    font-size: 24px;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.botulinum .price__section .botulinum__inner .price__cosme-list .price__cosme-list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.botulinum .price__section .botulinum__inner .price__section__title-wrapper {
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
}
.botulinum .price__section .botulinum__inner .price__section__title-wrapper .price__section__title {
  margin: 10px auto;
  background-color: #b6a776;
  padding: 14px 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__section__title-wrapper .price__section__title {
    padding: 18px 30px;
  }
}
.botulinum .price__section .botulinum__inner .price__district-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .botulinum .price__section .botulinum__inner .price__district-list {
    max-width: none;
  }
}
.botulinum .price__section .botulinum__inner .price__district-list .price__district-list-item {
  padding: 14px 20px;
  background-color: #fcfcfc;
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__district-list .price__district-list-item {
    padding: 18px 30px;
  }
}
.botulinum .price__section .botulinum__inner .price__district-list .price__district-list-item:not(:first-child) {
  margin-top: 30px;
}
.botulinum .price__section .botulinum__inner .price__district-list .price__district-list-item .price__district-list-item__label {
  font-size: 14px;
  color: #2A4072;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 640px) {
  .botulinum .price__section .botulinum__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 24px;
  }
}
.botulinum .price__section .botulinum__inner .price__district-list .price__district-list-item .price__district-list-item__price {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .botulinum .price__section .botulinum__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .price__section .botulinum__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 24px;
  }
}
.botulinum .botulinum__detail .botulinum__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__detail .botulinum__inner {
    max-width: 1100px;
  }
}
.botulinum .botulinum__detail .botulinum__inner .botulinum__detail_content {
  padding: 0 0 80px;
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__detail .botulinum__inner .botulinum__detail_content {
    padding: 0 0 120px;
  }
}
.botulinum .botulinum__detail .detail__table {
  margin-top: 50px;
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.botulinum .botulinum__detail .detail__table .detail__content-item {
  border-top: 1px solid #C6C6C6;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__detail .detail__table .detail__content-item {
    border: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .botulinum .botulinum__detail .detail__table .detail__content-item {
    gap: 56px;
  }
}
.botulinum .botulinum__detail .detail__table .detail__content-item:last-child {
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__detail .detail__table .detail__content-item:last-child {
    border-bottom: none;
  }
}
.botulinum .botulinum__detail .detail__table .detail__content-item .detail__content-h3 {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #2A4072;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__detail .detail__table .detail__content-item .detail__content-h3 {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__detail .detail__table .detail__content-item .detail__content-h3 span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__detail .detail__table .detail__content-item .detail__content-h3.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
.botulinum .botulinum__detail .detail__table .detail__content-item .detail__content-text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
  line-height: 1.6;
  color: #333;
}
.botulinum .botulinum__detail .detail__table .detail__content-item .detail__content-text span {
  display: block;
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__detail .detail__table .detail__content-item .detail__content-text {
    font-size: 16px;
    padding: 32px 0;
    margin-top: 0;
    border-top: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__detail .detail__table .detail__content-item .detail__content-text.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .botulinum .botulinum__detail .detail__table .detail__content-item .detail__content-list {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
  }
}

.column .column__inner {
  width: 100%;
  padding: 0 20px 80px 20px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .column .column__inner {
    padding: 0 20px 80px 20px;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1024px) {
  .column .column__inner {
    max-width: 1180px;
    padding: 0 40px 120px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .column .column__inner {
    padding: 0 80px 120px 80px;
  }
}
.column .column__inner .column__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .column .column__inner .column__category {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    gap: 32px;
    max-width: 1000px;
    padding: 0;
  }
}
.column .column__inner .column__category .column__category-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border: 1px solid #2A4072;
  padding: 12px 32px;
}
.column .column__inner .column__category .column__category-button .column__category-button-text {
  color: #2A4072;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
.column .column__inner .column__category .column__category-button.is-active {
  background: #2A4072;
}
.column .column__inner .column__category .column__category-button.is-active .column__category-button-text {
  color: #fff;
}
.column .column__inner .column__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .column .column__inner .column__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 40px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .column .column__inner .column__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.column .column__inner .column__list .column__item .column__item-thumbnail {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
}
.column .column__inner .column__list .column__item .column__item-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.column .column__inner .column__list .column__item .column__item-content .column__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.column .column__inner .column__list .column__item .column__item-content .column__item-info .column__item-category {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  background: #2A4072;
  font-weight: 500;
  padding: 4px 8px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .column .column__inner .column__list .column__item .column__item-content .column__item-info .column__item-category {
    font-size: 14px;
  }
}
.column .column__inner .column__list .column__item .column__item-content .column__item-info .column__item-date {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.column .column__inner .column__list .column__item .column__item-content .column__item-title {
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 8px;
}
.column .column__inner .column__list .column__item .column__item-content .column__item-text {
  font-size: 16px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px;
}
.column .column__inner .column__pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .column .column__inner .column__pagination {
    margin-top: 60px;
  }
}
.column .column__inner .column__pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background: #fff;
  color: #2A4072;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 32px;
  aspect-ratio: 1/1;
  position: relative;
  font-weight: 500;
}
.column .column__inner .column__pagination .page-numbers .column__pagination-number-inner {
  display: block;
  font-size: 14px;
  color: #2A4072;
  position: relative;
  font-weight: 500;
}
.column .column__inner .column__pagination .page-numbers.current {
  background: #2A4072;
  color: #fff;
}
.column .column__inner .column__pagination .page-numbers.current .column__pagination-number-inner {
  background: #fff;
  color: #2A4072;
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
  position: relative;
  text-align: center;
}

.commercial-disclosure {
  padding: 0 20px 80px 20px;
}
@media screen and (min-width: 1024px) {
  .commercial-disclosure {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .commercial-disclosure {
    padding: 100px 80px;
  }
}
.commercial-disclosure .cd__inner {
  max-width: 860px;
  margin-inline: auto;
}
.commercial-disclosure .cd__inner .cd__content {
  display: grid;
  grid-template-columns: 1fr;
}
.commercial-disclosure .cd__inner .cd__content .cd__content-item {
  border-top: 1px solid #C6C6C6;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .commercial-disclosure .cd__inner .cd__content .cd__content-item {
    border: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .commercial-disclosure .cd__inner .cd__content .cd__content-item {
    gap: 56px;
  }
}
.commercial-disclosure .cd__inner .cd__content .cd__content-item:last-child {
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  .commercial-disclosure .cd__inner .cd__content .cd__content-item:last-child {
    border-bottom: none;
  }
}
.commercial-disclosure .cd__inner .cd__content .cd__content-item .cd__content-h3 {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #2A4072;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .commercial-disclosure .cd__inner .cd__content .cd__content-item .cd__content-h3 {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .commercial-disclosure .cd__inner .cd__content .cd__content-item .cd__content-h3 span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .commercial-disclosure .cd__inner .cd__content .cd__content-item .cd__content-h3.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
.commercial-disclosure .cd__inner .cd__content .cd__content-item .cd__content-text {
  margin-top: 8px;
  line-height: 1.6;
  color: #333;
}
@media screen and (min-width: 768px) {
  .commercial-disclosure .cd__inner .cd__content .cd__content-item .cd__content-text {
    font-size: 16px;
    padding: 32px 0;
    margin-top: 0;
    border-top: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .commercial-disclosure .cd__inner .cd__content .cd__content-item .cd__content-text.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .commercial-disclosure .cd__inner .cd__content .cd__content-item .cd__content-list {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
  }
}

.company .company__container .company__inner {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner {
    padding: 0 20px;
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .company .company__container .company__inner {
    max-width: 1180px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .company .company__container .company__inner {
    padding: 0 80px 40px;
  }
}
.company .company__container .company__inner .company__title-wrapper {
  padding: 48px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__title-wrapper {
    padding: 120px 0;
  }
}
.company .company__container .company__inner .company__title-wrapper:before {
  content: "";
  position: absolute;
  top: 10%;
  left: -50px;
  width: 114px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border-width: 1px;
  border-color: rgba(198, 198, 198, .5);
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .company .company__container .company__inner .company__title-wrapper:before {
    width: 160px;
    top: 4%;
    left: -75px;
  }
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__title-wrapper:before {
    width: 220px;
    top: 6%;
    left: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .company .company__container .company__inner .company__title-wrapper:before {
    width: 298px;
    top: 2%;
    left: -200px;
  }
}
.company .company__container .company__inner .company__title-wrapper .company__title {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__title-wrapper .company__title {
    width: 260px;
  }
}
.company .company__container .company__inner .company__title-wrapper .company__title img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.company .company__container .company__inner .company__title-wrapper .company__title--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  gap: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__title-wrapper .company__title--sub {
    margin-top: 30px;
    font-size: 16px;
  }
}
.company .company__container .company__inner .company__title-wrapper .company__title--sub .company__title--bar {
  width: 24px;
  height: 1px;
  background-color: #2A4072;
}
.company .company__container .company__inner .company__table {
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.company .company__container .company__inner .company__table .company__content-item {
  border-top: 1px solid #C6C6C6;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__table .company__content-item {
    border: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .company .company__container .company__inner .company__table .company__content-item {
    gap: 56px;
  }
}
.company .company__container .company__inner .company__table .company__content-item:last-child {
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__table .company__content-item:last-child {
    border-bottom: none;
  }
}
.company .company__container .company__inner .company__table .company__content-item .company__content-h3 {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #2A4072;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__table .company__content-item .company__content-h3 {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__table .company__content-item .company__content-h3 span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__table .company__content-item .company__content-h3.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
.company .company__container .company__inner .company__table .company__content-item .company__content-text {
  margin-top: 8px;
  line-height: 1.6;
  color: #333;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__table .company__content-item .company__content-text {
    font-size: 16px;
    padding: 32px 0;
    margin-top: 0;
    border-top: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__table .company__content-item .company__content-text.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__table .company__content-item .company__content-list {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
  }
}
.company .company__container .company__inner .company__greeting {
  max-width: 860px;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__greeting {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .company .company__container .company__inner .company__greeting {
    margin-top: 120px;
  }
}
.company .company__container .company__inner .company__greeting .company__greeting-title-wrapper {
  position: relative;
}
.company .company__container .company__inner .company__greeting .company__greeting-title-wrapper img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  width: 88px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__greeting .company__greeting-title-wrapper img {
    width: 110px;
  }
}
.company .company__container .company__inner .company__greeting .company__greeting-title-wrapper .company__greet-title {
  position: relative;
  z-index: 10;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__greeting .company__greeting-title-wrapper .company__greet-title {
    font-size: 24px;
  }
}
.company .company__container .company__inner .company__greeting .company__greeting-text {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__inner .company__greeting .company__greeting-text {
    margin-top: 30px;
    font-size: 16px;
  }
}
.company .company__container .company__eclipse {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 50px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__eclipse {
    height: 0;
  }
}
.company .company__container .company__eclipse::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 50px;
  background: url(../images/top/about-eclipse-sp.svg) no-repeat bottom center/120% auto;
}
@media screen and (min-width: 768px) {
  .company .company__container .company__eclipse::before {
    bottom: -70px;
    height: 100px;
    background: url(../images/top/about-eclipse-pc.svg) no-repeat bottom center/120% auto;
  }
}
@media screen and (min-width: 1024px) {
  .company .company__container .company__eclipse::before {
    bottom: -100px;
  }
}
@media screen and (min-width: 1536px) {
  .company .company__container .company__eclipse::before {
    bottom: -80px;
  }
}

.contact .contact__container {
  margin: 52px auto 90px;
}
@media screen and (min-width: 768px) {
  .contact .contact__container {
    margin: 82px auto 120px;
  }
}
.contact .contact__container .contact__inner {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .contact .contact__container .contact__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.contact .contact__container .contact__inner .contact__form {
  max-width: 856px;
  margin: 0 auto;
}
.contact .contact__container .contact__inner .contact__form .contact__unit:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact .contact__container .contact__inner .contact__form .contact__unit:not(:first-child) {
    margin-top: 32px;
  }
}
.contact .contact__container .contact__inner .contact__form .contact__unit .contact__heading {
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .contact .contact__container .contact__inner .contact__form .contact__unit .contact__heading {
    font-size: 16px;
  }
}
.contact .contact__container .contact__inner .contact__form .contact__unit .contact__heading .contact__heading--required {
  padding: 3px 8px;
  line-height: 1;
  font-size: 10px;
  color: #2A4072;
  border: 1px solid #2A4072;
  background-color: #fff;
}
.contact .contact__container .contact__inner .contact__form .contact__unit .contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.contact .contact__container .contact__inner .contact__form .contact__unit .contact__label .contact__label--remarks {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .contact .contact__container .contact__inner .contact__form .contact__unit .contact__label .contact__label--remarks {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact .contact__container .contact__inner .contact__form .contact__unit .contact__content {
  margin-top: 8px;
}
.contact .contact__container .contact__inner .contact__form .contact__unit .contact__content .contact__input {
  width: 100%;
  height: 32px;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 8px 4px;
}
@media screen and (min-width: 768px) {
  .contact .contact__container .contact__inner .contact__form .contact__unit .contact__content .contact__input {
    height: 46px;
    padding: 8px;
    border-radius: 8px;
  }
}
.contact .contact__container .contact__inner .contact__form .contact__unit .contact__content .contact__radio {
  max-width: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contact .contact__container .contact__inner .contact__form .contact__unit .contact__content .contact__radio {
    gap: 12px 40px;
  }
}
.contact .contact__container .contact__inner .contact__form .contact__unit .contact__content .contact__radio .wpcf7-list-item input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 21px;
  height: 21px;
  border: 1px solid #999999;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact .contact__container .contact__inner .contact__form .contact__unit .contact__content .contact__radio .wpcf7-list-item input {
    width: 23px;
    height: 23px;
  }
}
.contact .contact__container .contact__inner .contact__form .contact__unit .contact__content .contact__radio .wpcf7-list-item input:checked {
  background-color: #999999;
}
.contact .contact__container .contact__inner .contact__form .contact__unit .contact__content .contact__radio .wpcf7-list-item input:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-radius: 50%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .contact .contact__container .contact__inner .contact__form .contact__unit .contact__content .contact__radio .wpcf7-list-item input:checked::after {
    width: 11px;
    height: 11px;
  }
}
.contact .contact__container .contact__inner .contact__form .contact__unit .contact__content .contact__textarea {
  width: 100%;
  height: 160px;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 8px 4px;
}
@media screen and (min-width: 768px) {
  .contact .contact__container .contact__inner .contact__form .contact__unit .contact__content .contact__textarea {
    height: 240px;
    padding: 8px;
    border-radius: 8px;
  }
}
.contact .contact__container .contact__inner .contact__privacy {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact .contact__container .contact__inner .contact__privacy {
    margin-top: 32px;
  }
}
.contact .contact__container .contact__inner .contact__privacy .contact__privacy--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.contact .contact__container .contact__inner .contact__privacy .contact__privacy--label .wpcf7-form-control-wrap {
  display: grid;
  place-items: center;
}
.contact .contact__container .contact__inner .contact__privacy .contact__privacy--label .wpcf7-form-control-wrap .contact__checkbox {
  position: relative;
  margin-right: 12px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 768px) {
  .contact .contact__container .contact__inner .contact__privacy .contact__privacy--label .wpcf7-form-control-wrap .contact__checkbox {
    width: 15px;
    height: 15px;
  }
}
.contact .contact__container .contact__inner .contact__privacy .contact__privacy--label .wpcf7-form-control-wrap .contact__checkbox:checked {
  background-color: #999999;
}
.contact .contact__container .contact__inner .contact__privacy .contact__privacy--label .wpcf7-form-control-wrap .contact__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0.5px;
  width: 9px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .contact .contact__container .contact__inner .contact__privacy .contact__privacy--label .wpcf7-form-control-wrap .contact__checkbox:checked::after {
    top: 2px;
    left: 1px;
    width: 12px;
  }
}
.contact .contact__container .contact__inner .contact__privacy .contact__privacy--label .wpcf7-form-control-wrap .contact__checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact .contact__container .contact__inner .contact__privacy .contact__privacy--label .wpcf7-form-control-wrap .contact__checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .contact__container .contact__inner .contact__privacy .contact__privacy--label .wpcf7-form-control-wrap .contact__checkbox .wpcf7-list-item label input {
  width: 15px;
  height: 15px;
}
.contact .contact__container .contact__inner .contact__privacy .contact__privacy--label .contact__link {
  color: #0075c2;
  text-decoration: underline;
}
.contact .contact__container .contact__inner .contact__button {
  margin: 40px auto 0;
  width: 220px;
  display: block;
  text-align: center;
  background-color: #2A4072;
  padding: 16px 0;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 768px) {
  .contact .contact__container .contact__inner .contact__button {
    margin: 56px auto 0;
    font-size: 16px;
  }
}
.contact .contact__container .contact__inner .contact__button:hover {
  opacity: 0.8;
}

.dermapen4 .dermapen4__section__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
  margin-left: 32px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__section__title {
    font-size: 32px;
    left: 155px;
  }
}
.dermapen4 .dermapen4__section__title::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #2A4072;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__section__title::before {
    left: -186px;
    width: 120px;
  }
}
.dermapen4 .dermapen4__fv {
  position: relative;
}
.dermapen4 .dermapen4__fv img {
  width: 100%;
  height: auto;
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content {
  position: absolute;
  top: 94px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 0 0 0 20px;
}
@media screen and (min-width: 460px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content {
    top: 140px;
  }
}
@media screen and (min-width: 600px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content {
    top: 240px;
    -webkit-transform: scale(1.3) translate(10%, 0);
            transform: scale(1.3) translate(10%, 0);
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content {
    top: 28px;
    left: 0;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    padding: 0 0 0 70px;
  }
}
@media screen and (min-width: 900px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content {
    top: 50px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content {
    top: 30px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content {
    top: 80px;
    padding: 0 0 0 120px;
  }
}
@media screen and (min-width: 1536px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content {
    top: 160px;
    padding: 0 0 0 190px;
  }
}
@media screen and (min-width: 1750px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content {
    top: 185px;
    padding: 0 0 0 180px;
  }
}
@media screen and (min-width: 1920px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content {
    top: 235px;
    -webkit-transform: scale(1.2) translate(20%, 0);
            transform: scale(1.2) translate(20%, 0);
  }
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.6;
  color: #2A4072;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_copy {
    font-size: 56px;
  }
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_copy span {
  display: block;
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt-price {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.1;
  color: #464646;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  margin-top: 20px;
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt-price img {
  height: 38px;
  width: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt-price img {
    height: 70px;
  }
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt-price span {
  display: block;
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt:nth-child(1) {
  line-height: 1;
  color: #444444;
  margin: 4px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt:nth-child(1) {
    font-size: 20px;
  }
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt:nth-child(1)::before,
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #444; /* ラインの色 */
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt:nth-child(1)::before {
  margin-bottom: 8px; /* 文字との間隔 */
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt:nth-child(1)::after {
  margin-top: 8px; /* 文字との間隔 */
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt:nth-child(2) {
  margin-top: 20px;
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt:nth-child(2) span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt:nth-child(2) span {
    font-size: 16px;
  }
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt__desc span {
  line-height: 1.7;
  display: block;
  padding: 0 28px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt__desc span {
    display: inline;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt__desc span:nth-child(1) {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_price-wrapper .dermapen4__fv_price-txt__desc span:nth-child(2) {
    padding-right: 24px;
  }
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_btn-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_btn-wrapper {
    display: block;
    margin-top: 20px;
    max-width: 280px;
    width: 90%;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_btn-wrapper {
    margin-top: 40px;
    max-width: 336px;
  }
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_btn-wrapper .dermapen4__fv_btn {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_btn-wrapper .dermapen4__fv_btn {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_btn-wrapper .dermapen4__fv_btn {
    padding: 30px;
  }
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_btn-wrapper .dermapen4__fv_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_btn-wrapper .dermapen4__fv_btn span {
  display: block;
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_btn-wrapper .dermapen4__fv_btn span.small {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_btn-wrapper .dermapen4__fv_btn span.small {
    font-size: 14px;
  }
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_btn-wrapper .dermapen4__fv_btn span.large {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_btn-wrapper .dermapen4__fv_btn span.large {
    font-size: 20px;
  }
}
.dermapen4 .dermapen4__fv .dermapen4__fv_content .dermapen4__fv_btn-wrapper .dermapen4__fv_btn:hover {
  opacity: 0.7;
}
.dermapen4 .dermapen4__intro {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__intro {
    margin: 120px 0;
  }
}
.dermapen4 .dermapen4__intro .dermapen4__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__intro .dermapen4__inner {
    max-width: 1100px;
  }
}
.dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
}
.dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro__title__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro__title__pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro__title__sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    max-width: 1100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro_content picture {
  display: block;
  width: 230px;
  height: 100%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro_content picture {
    width: 100%;
    margin: 0;
  }
}
.dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro_content .dermapen4__intro_txt-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro_content .dermapen4__intro_txt-wrapper {
    font-size: 24px;
  }
}
.dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro_content .dermapen4__intro_txt-wrapper .dermapen4__intro_txt {
  font-weight: 300;
  font-size: 14px;
}
.dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro_content .dermapen4__intro_txt-wrapper .dermapen4__intro_txt span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro_content .dermapen4__intro_txt-wrapper .dermapen4__intro_txt {
    font-size: 16px;
  }
}
.dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro_content .dermapen4__intro_txt-wrapper .dermapen4__intro_txt:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro_content .dermapen4__intro_txt-wrapper .dermapen4__intro_txt:nth-child(2) {
    margin-top: 50px;
  }
}
.dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro_content .dermapen4__intro_txt-wrapper .dermapen4__intro_txt:nth-child(n+3) {
  margin-top: 16px;
}
.dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro_content > :first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.dermapen4 .dermapen4__intro .dermapen4__inner .dermapen4__intro_content > :last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.dermapen4 .dermapen4__target {
  background: url(../../src/images/menu-single/single-target-bg-sp.png) no-repeat center center;
  background-size: cover;
  padding: 120px 0 60px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__target {
    background: url(../../src/images/menu-single/single-target-bg-pc.png) no-repeat center center;
    background-size: cover;
    padding: 200px 0 120px;
  }
}
.dermapen4 .dermapen4__target .dermapen4__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__target .dermapen4__inner {
    max-width: 1100px;
  }
}
.dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content {
  width: 100%;
}
.dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content .dermapen4__target_title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
  color: #926F4F;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content .dermapen4__target_title {
    font-size: 32px;
  }
}
.dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content .dermapen4__target_title::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #926F4F;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content .dermapen4__target_title::before {
    height: 120px;
    top: -150px;
  }
}
.dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content .dermapen4__target_txt-unit {
  margin-top: 30px;
  padding: 40px 20px 40px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 460px) {
  .dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content .dermapen4__target_txt-unit {
    padding: 60px 30px 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content .dermapen4__target_txt-unit {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content .dermapen4__target_txt-unit {
    margin-top: 60px;
    padding: 70px 0 70px 136px;
    max-width: 1100px;
  }
}
.dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content .dermapen4__target_txt-unit .dermapen4__target_txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content .dermapen4__target_txt-unit .dermapen4__target_txt-wrapper:not(:first-child) {
  margin-top: 20px;
}
.dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content .dermapen4__target_txt-unit .dermapen4__target_txt-wrapper .dermapen4__target_txt {
  font-family: "Shippori Mincho", serif;
  line-height: 1.7;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content .dermapen4__target_txt-unit .dermapen4__target_txt-wrapper .dermapen4__target_txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__target .dermapen4__inner .dermapen4__target_content .dermapen4__target_txt-unit .dermapen4__target_txt-wrapper .dermapen4__target_txt {
    font-size: 24px;
  }
}
.dermapen4 .dermapen4__parts {
  background: #2A4072;
  background: radial-gradient(ellipse at center, #3c5283 0%, #2A4072 50%);
}
.dermapen4 .dermapen4__parts .dermapen4__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__parts .dermapen4__inner {
    max-width: 1100px;
  }
}
.dermapen4 .dermapen4__parts .dermapen4__inner .dermapen4__parts_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__parts .dermapen4__inner .dermapen4__parts_content {
    padding: 120px 0;
  }
}
.dermapen4 .dermapen4__parts .dermapen4__inner .dermapen4__parts_title {
  color: #fff;
}
.dermapen4 .dermapen4__parts .dermapen4__inner .dermapen4__parts_title::before {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__parts .dermapen4__inner .dermapen4__parts_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__parts .dermapen4__inner .dermapen4__parts_list {
    gap: 80px;
  }
}
.dermapen4 .dermapen4__parts .dermapen4__inner .dermapen4__parts_list .dermapen4__parts_item {
  display: grid;
  place-items: center;
  margin-top: 50px;
}
.dermapen4 .dermapen4__parts .dermapen4__inner .dermapen4__parts_list .dermapen4__parts_item img {
  max-width: 120px;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__parts .dermapen4__inner .dermapen4__parts_list .dermapen4__parts_item img {
    max-width: 200px;
  }
}
.dermapen4 .dermapen4__parts .dermapen4__inner .dermapen4__parts_list .dermapen4__parts_item .dermapen4__parts_item-name {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.dermapen4 .dermapen4__parts .dermapen4__inner .dermapen4__parts_list .dermapen4__parts_item .dermapen4__parts_item-desc {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__parts .dermapen4__inner .dermapen4__parts_list .dermapen4__parts_item .dermapen4__parts_item-desc {
    font-size: 16px;
  }
}
.dermapen4 .dermapen4__tools {
  position: relative;
  background-color: #fff; /* ベースは白 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(147, 134, 120, .1)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, rgba(147, 134, 120, .1), transparent 40%);
}
.dermapen4 .dermapen4__tools .dermapen4__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__tools .dermapen4__inner {
    max-width: 1100px;
  }
}
.dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content {
    padding: 120px 0;
  }
}
.dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content .dermapen4__tools_item {
  margin-top: 50px;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content .dermapen4__tools_item {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 1:1 の割合 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content .dermapen4__tools_item:nth-child(even) > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* 最初の要素を右へ */
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content .dermapen4__tools_item:nth-child(odd) > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 最後の要素を左へ */
  }
}
.dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content .dermapen4__tools_item img {
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content .dermapen4__tools_item-txt-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content .dermapen4__tools_item-txt-wrapper {
    margin-top: 0;
  }
}
.dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content .dermapen4__tools_item-txt-wrapper .dermapen4__tools_item-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
}
.dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content .dermapen4__tools_item-txt-wrapper .dermapen4__tools_item-heading span {
  display: block;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content .dermapen4__tools_item-txt-wrapper .dermapen4__tools_item-heading span {
    display: inline;
  }
}
.dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content .dermapen4__tools_item-txt-wrapper .dermapen4__tools_item-txt {
  margin-top: 16px;
  font-weight: 300;
  font-size: 14px;
}
.dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content .dermapen4__tools_item-txt-wrapper .dermapen4__tools_item-txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__tools .dermapen4__inner .dermapen4__tools_content .dermapen4__tools_item-txt-wrapper .dermapen4__tools_item-txt:first-child {
    margin-top: 30px;
  }
}
.dermapen4 .price__section {
  margin: 0 auto;
  scroll-margin-top: 52px;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .dermapen4 .price__section {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section {
    scroll-margin-top: 82px;
  }
}
.dermapen4 .price__section .dermapen4__price_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__price_content {
    padding: 120px 0;
  }
}
.dermapen4 .price__section .dermapen4__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner {
    max-width: 1100px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__section__title {
  padding: 16px 20px;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  background-color: #2A4072;
  color: #fff;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__section__title {
    padding: 18px 30px;
    margin-top: 80px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item:not(:first-child) {
  margin-top: 30px;
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item summary {
  display: block;
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item summary::-webkit-details-marker {
  display: none;
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background-color: #EBE7E3;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__summary-item span {
  display: block;
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
  display: inline;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 24px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__summary-item--option {
  background-color: #e2e8f5;
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__summary {
    font-size: 16px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text {
  position: relative;
  overflow: hidden;
  font-size: 20px;
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text p {
  padding: 16px 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text p {
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text p {
    font-size: 24px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--row {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--drip-row {
  display: block;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--drip-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label,
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  display: block;
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 24px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    font-size: 24px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 24px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .open-icon::before, .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .open-icon::before, .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__list .price__list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list {
    max-width: none;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item:not(:first-child) {
  margin-top: 30px;
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item summary {
  display: block;
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item summary::-webkit-details-marker {
  display: none;
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: rgba(235, 231, 227, .4);
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__summary-item span {
  display: block;
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
    line-height: 1;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__summary {
    font-size: 16px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text {
    font-size: 16px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text p {
  padding: 16px 20px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 20px;
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 24px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 24px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 24px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
  text-align: right;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 24px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
  display: block;
}
@media screen and (min-width: 640px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label,
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  display: block;
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
  text-align: left;
  text-wrap: nowrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 24px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
    line-height: 1;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 470px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    font-size: 24px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__cosme-list .price__cosme-list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.dermapen4 .price__section .dermapen4__inner .price__section__title-wrapper {
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
}
.dermapen4 .price__section .dermapen4__inner .price__section__title-wrapper .price__section__title {
  margin: 10px auto;
  background-color: #b6a776;
  padding: 14px 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__section__title-wrapper .price__section__title {
    padding: 18px 30px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__district-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .dermapen4 .price__section .dermapen4__inner .price__district-list {
    max-width: none;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__district-list .price__district-list-item {
  padding: 14px 20px;
  background-color: #fcfcfc;
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__district-list .price__district-list-item {
    padding: 18px 30px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__district-list .price__district-list-item:not(:first-child) {
  margin-top: 30px;
}
.dermapen4 .price__section .dermapen4__inner .price__district-list .price__district-list-item .price__district-list-item__label {
  font-size: 14px;
  color: #2A4072;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 640px) {
  .dermapen4 .price__section .dermapen4__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 24px;
  }
}
.dermapen4 .price__section .dermapen4__inner .price__district-list .price__district-list-item .price__district-list-item__price {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .dermapen4 .price__section .dermapen4__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .price__section .dermapen4__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 24px;
  }
}
.dermapen4 .dermapen4__detail .dermapen4__detail_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__detail .dermapen4__detail_content {
    padding: 120px 0;
  }
}
.dermapen4 .dermapen4__detail .dermapen4__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__detail .dermapen4__inner {
    max-width: 1100px;
  }
}
.dermapen4 .dermapen4__detail .detail__table {
  margin-top: 50px;
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.dermapen4 .dermapen4__detail .detail__table .detail__content-item {
  border-top: 1px solid #C6C6C6;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__detail .detail__table .detail__content-item {
    border: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__detail .detail__table .detail__content-item {
    gap: 56px;
  }
}
.dermapen4 .dermapen4__detail .detail__table .detail__content-item:last-child {
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__detail .detail__table .detail__content-item:last-child {
    border-bottom: none;
  }
}
.dermapen4 .dermapen4__detail .detail__table .detail__content-item .detail__content-h3 {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #2A4072;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__detail .detail__table .detail__content-item .detail__content-h3 {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__detail .detail__table .detail__content-item .detail__content-h3 span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__detail .detail__table .detail__content-item .detail__content-h3.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
.dermapen4 .dermapen4__detail .detail__table .detail__content-item .detail__content-text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
  line-height: 1.6;
  color: #333;
}
.dermapen4 .dermapen4__detail .detail__table .detail__content-item .detail__content-text span {
  display: block;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__detail .detail__table .detail__content-item .detail__content-text {
    font-size: 16px;
    padding: 32px 0;
    margin-top: 0;
    border-top: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__detail .detail__table .detail__content-item .detail__content-text.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__detail .detail__table .detail__content-item .detail__content-list {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
  }
}
.dermapen4 .dermapen4__supervision .dermapen4__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__supervision .dermapen4__inner {
    max-width: 1100px;
  }
}
.dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content {
    padding: 120px 0;
  }
}
.dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit img {
  display: block;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit img {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit .dermapen4__supervision_profile {
  padding: 24px 30px;
  -webkit-box-shadow: 0 0 20px rgba(60, 86, 52, .1);
          box-shadow: 0 0 20px rgba(60, 86, 52, .1);
  position: relative;
  z-index: 1;
  margin-top: -20px;
  max-width: 500px;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit .dermapen4__supervision_profile {
    margin: 60px 0 0 -3%;
    padding: 56px 80px;
    z-index: 10;
    max-width: none;
  }
}
.dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit .dermapen4__supervision_profile .massage-peel__supervision_name img {
  width: 64px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit .dermapen4__supervision_profile .massage-peel__supervision_name img {
    width: 80px;
  }
}
.dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit .dermapen4__supervision_profile .dermapen4__supervision_txt-wrapper:first-child {
  margin-top: 32px;
}
.dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit .dermapen4__supervision_profile .dermapen4__supervision_txt-wrapper:not(:first-child) {
  margin-top: 10px;
}
.dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit .dermapen4__supervision_profile .dermapen4__supervision_txt-wrapper .dermapen4__supervision_txt-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit .dermapen4__supervision_profile .dermapen4__supervision_txt-wrapper .dermapen4__supervision_txt-heading {
    font-size: 16px;
  }
}
.dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit .dermapen4__supervision_profile .dermapen4__supervision_txt-wrapper .dermapen4__supervision_txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
.dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit .dermapen4__supervision_profile .dermapen4__supervision_txt-wrapper .dermapen4__supervision_txt:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit .dermapen4__supervision_profile .dermapen4__supervision_txt-wrapper .dermapen4__supervision_txt:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit .dermapen4__supervision_profile .dermapen4__supervision_txt-wrapper .dermapen4__supervision_txt {
    font-size: 16px;
  }
}
.dermapen4 .dermapen4__supervision .dermapen4__inner .dermapen4__supervision_content .dermapen4__supervision_txt-unit .dermapen4__supervision_profile .dermapen4__supervision_txt-wrapper .dermapen4__supervision_txt span {
  display: block;
}

.doctors-cosme .doctors-cosme__section__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
  margin-left: 32px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__section__title {
    font-size: 32px;
    left: 155px;
  }
}
.doctors-cosme .doctors-cosme__section__title::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #2A4072;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__section__title::before {
    left: -186px;
    width: 120px;
  }
}
.doctors-cosme .doctors-cosme__fv {
  position: relative;
}
.doctors-cosme .doctors-cosme__fv img {
  width: 100%;
  height: auto;
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content {
  position: absolute;
  top: 94px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 0 0 0 20px;
}
@media screen and (min-width: 460px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content {
    top: 140px;
  }
}
@media screen and (min-width: 600px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content {
    top: 240px;
    -webkit-transform: scale(1.3) translate(10%, 0);
            transform: scale(1.3) translate(10%, 0);
  }
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content {
    top: 28px;
    left: 0;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    padding: 0 0 0 70px;
  }
}
@media screen and (min-width: 900px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content {
    top: 50px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content {
    top: 30px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content {
    top: 80px;
    padding: 0 0 0 120px;
  }
}
@media screen and (min-width: 1536px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content {
    top: 160px;
    padding: 0 0 0 190px;
  }
}
@media screen and (min-width: 1750px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content {
    top: 185px;
    padding: 0 0 0 180px;
  }
}
@media screen and (min-width: 1920px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content {
    top: 235px;
    -webkit-transform: scale(1.2) translate(20%, 0);
            transform: scale(1.2) translate(20%, 0);
  }
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.6;
  color: #2A4072;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_copy {
    font-size: 56px;
  }
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_copy .pc-none {
    display: none;
  }
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt-price {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.1;
  color: #464646;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  margin-top: 20px;
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt-price img {
  height: 38px;
  width: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt-price img {
    height: 70px;
  }
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt-price span {
  display: block;
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt:nth-child(1) {
  line-height: 1;
  color: #444444;
  margin: 4px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt:nth-child(1) {
    font-size: 20px;
  }
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt:nth-child(1)::before,
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #444; /* ラインの色 */
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt:nth-child(1)::before {
  margin-bottom: 8px; /* 文字との間隔 */
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt:nth-child(1)::after {
  margin-top: 8px; /* 文字との間隔 */
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt:nth-child(2) {
  margin-top: 20px;
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt:nth-child(2) span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt:nth-child(2) span {
    font-size: 16px;
  }
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt__desc span {
  line-height: 1.7;
  display: block;
  padding: 0 28px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt__desc span {
    display: inline;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt__desc span:nth-child(1) {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_price-wrapper .doctors-cosme__fv_price-txt__desc span:nth-child(2) {
    padding-right: 24px;
  }
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_btn-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_btn-wrapper {
    display: block;
    margin-top: 20px;
    max-width: 280px;
    width: 90%;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_btn-wrapper {
    margin-top: 40px;
    max-width: 336px;
  }
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_btn-wrapper .doctors-cosme__fv_btn {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_btn-wrapper .doctors-cosme__fv_btn {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_btn-wrapper .doctors-cosme__fv_btn {
    padding: 30px;
  }
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_btn-wrapper .doctors-cosme__fv_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_btn-wrapper .doctors-cosme__fv_btn span {
  display: block;
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_btn-wrapper .doctors-cosme__fv_btn span.small {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_btn-wrapper .doctors-cosme__fv_btn span.small {
    font-size: 14px;
  }
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_btn-wrapper .doctors-cosme__fv_btn span.large {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_btn-wrapper .doctors-cosme__fv_btn span.large {
    font-size: 20px;
  }
}
.doctors-cosme .doctors-cosme__fv .doctors-cosme__fv_content .doctors-cosme__fv_btn-wrapper .doctors-cosme__fv_btn:hover {
  opacity: 0.7;
}
.doctors-cosme .doctors-cosme__intro {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__intro {
    margin: 120px 0;
  }
}
.doctors-cosme .doctors-cosme__intro .doctors-cosme__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__intro .doctors-cosme__inner {
    max-width: 1100px;
  }
}
.doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
}
.doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro__title__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro__title__pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro__title__sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    max-width: 1100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro_content picture {
  display: block;
  width: 230px;
  height: 100%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro_content picture {
    width: 100%;
    margin: 0;
  }
}
.doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro_content .doctors-cosme__intro_txt-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro_content .doctors-cosme__intro_txt-wrapper {
    font-size: 24px;
  }
}
.doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro_content .doctors-cosme__intro_txt-wrapper .doctors-cosme__intro_txt {
  font-weight: 300;
  font-size: 14px;
}
.doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro_content .doctors-cosme__intro_txt-wrapper .doctors-cosme__intro_txt span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro_content .doctors-cosme__intro_txt-wrapper .doctors-cosme__intro_txt {
    font-size: 16px;
  }
}
.doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro_content .doctors-cosme__intro_txt-wrapper .doctors-cosme__intro_txt:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro_content .doctors-cosme__intro_txt-wrapper .doctors-cosme__intro_txt:nth-child(2) {
    margin-top: 50px;
  }
}
.doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro_content .doctors-cosme__intro_txt-wrapper .doctors-cosme__intro_txt:nth-child(n+3) {
  margin-top: 16px;
}
.doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro_content > :first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.doctors-cosme .doctors-cosme__intro .doctors-cosme__inner .doctors-cosme__intro_content > :last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.doctors-cosme .doctors-cosme__target {
  background: url(../../src/images/menu-single/single-target-bg-sp.png) no-repeat center center;
  background-size: cover;
  padding: 120px 0 60px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__target {
    background: url(../../src/images/menu-single/single-target-bg-pc.png) no-repeat center center;
    background-size: cover;
    padding: 200px 0 120px;
  }
}
.doctors-cosme .doctors-cosme__target .doctors-cosme__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__target .doctors-cosme__inner {
    max-width: 1100px;
  }
}
.doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content {
  width: 100%;
}
.doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content .doctors-cosme__target_title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
  color: #926F4F;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content .doctors-cosme__target_title {
    font-size: 32px;
  }
}
.doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content .doctors-cosme__target_title::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #926F4F;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content .doctors-cosme__target_title::before {
    height: 120px;
    top: -150px;
  }
}
.doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content .doctors-cosme__target_txt-unit {
  margin-top: 30px;
  padding: 40px 20px 40px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 460px) {
  .doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content .doctors-cosme__target_txt-unit {
    padding: 60px 30px 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content .doctors-cosme__target_txt-unit {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content .doctors-cosme__target_txt-unit {
    margin-top: 60px;
    padding: 70px 0 70px 136px;
    max-width: 1100px;
  }
}
.doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content .doctors-cosme__target_txt-unit .doctors-cosme__target_txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content .doctors-cosme__target_txt-unit .doctors-cosme__target_txt-wrapper:not(:first-child) {
  margin-top: 20px;
}
.doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content .doctors-cosme__target_txt-unit .doctors-cosme__target_txt-wrapper .doctors-cosme__target_txt {
  font-family: "Shippori Mincho", serif;
  line-height: 1.7;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content .doctors-cosme__target_txt-unit .doctors-cosme__target_txt-wrapper .doctors-cosme__target_txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__target .doctors-cosme__inner .doctors-cosme__target_content .doctors-cosme__target_txt-unit .doctors-cosme__target_txt-wrapper .doctors-cosme__target_txt {
    font-size: 24px;
  }
}
.doctors-cosme .doctors-cosme__parts {
  background: #2A4072;
  background: radial-gradient(ellipse at center, #3c5283 0%, #2A4072 50%);
}
.doctors-cosme .doctors-cosme__parts .doctors-cosme__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__parts .doctors-cosme__inner {
    max-width: 1100px;
  }
}
.doctors-cosme .doctors-cosme__parts .doctors-cosme__inner .doctors-cosme__parts_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__parts .doctors-cosme__inner .doctors-cosme__parts_content {
    padding: 120px 0;
  }
}
.doctors-cosme .doctors-cosme__parts .doctors-cosme__inner .doctors-cosme__parts_title {
  color: #fff;
}
.doctors-cosme .doctors-cosme__parts .doctors-cosme__inner .doctors-cosme__parts_title::before {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__parts .doctors-cosme__inner .doctors-cosme__parts_list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-template-rows: auto auto; /* 2行 */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__parts .doctors-cosme__inner .doctors-cosme__parts_list {
    gap: 80px;
  }
}
.doctors-cosme .doctors-cosme__parts .doctors-cosme__inner .doctors-cosme__parts_list .doctors-cosme__parts_item {
  display: grid;
  place-items: center;
  margin-top: 50px;
}
.doctors-cosme .doctors-cosme__parts .doctors-cosme__inner .doctors-cosme__parts_list .doctors-cosme__parts_item img {
  max-width: 120px;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__parts .doctors-cosme__inner .doctors-cosme__parts_list .doctors-cosme__parts_item img {
    max-width: 200px;
  }
}
.doctors-cosme .doctors-cosme__parts .doctors-cosme__inner .doctors-cosme__parts_list .doctors-cosme__parts_item .doctors-cosme__parts_item-name {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.doctors-cosme .doctors-cosme__parts .doctors-cosme__inner .doctors-cosme__parts_list .doctors-cosme__parts_item .doctors-cosme__parts_item-desc {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__parts .doctors-cosme__inner .doctors-cosme__parts_list .doctors-cosme__parts_item .doctors-cosme__parts_item-desc {
    font-size: 16px;
  }
}
.doctors-cosme .doctors-cosme__parts .doctors-cosme__inner .doctors-cosme__parts_list .doctors-cosme__parts_item .doctors-cosme__parts_item-desc span {
  display: block;
}
.doctors-cosme .doctors-cosme__tools {
  position: relative;
  background-color: #fff; /* ベースは白 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(147, 134, 120, .1)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, rgba(147, 134, 120, .1), transparent 40%);
}
.doctors-cosme .doctors-cosme__tools .doctors-cosme__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__tools .doctors-cosme__inner {
    max-width: 1100px;
  }
}
.doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content {
    padding: 120px 0;
  }
}
.doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content .doctors-cosme__tools_item {
  margin-top: 50px;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content .doctors-cosme__tools_item {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 1:1 の割合 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content .doctors-cosme__tools_item:nth-child(2) > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* 最初の要素を右へ */
  }
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content .doctors-cosme__tools_item:nth-child(2) > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 最後の要素を左へ */
  }
}
.doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content .doctors-cosme__tools_item img {
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content .doctors-cosme__tools_item-txt-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content .doctors-cosme__tools_item-txt-wrapper {
    margin-top: 0;
  }
}
.doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content .doctors-cosme__tools_item-txt-wrapper .doctors-cosme__tools_item-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
}
.doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content .doctors-cosme__tools_item-txt-wrapper .doctors-cosme__tools_item-heading span {
  display: block;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content .doctors-cosme__tools_item-txt-wrapper .doctors-cosme__tools_item-heading span {
    display: inline;
  }
}
.doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content .doctors-cosme__tools_item-txt-wrapper .doctors-cosme__tools_item-txt {
  margin-top: 16px;
  font-weight: 300;
  font-size: 14px;
}
.doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content .doctors-cosme__tools_item-txt-wrapper .doctors-cosme__tools_item-txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__tools .doctors-cosme__inner .doctors-cosme__tools_content .doctors-cosme__tools_item-txt-wrapper .doctors-cosme__tools_item-txt:first-child {
    margin-top: 30px;
  }
}
.doctors-cosme .price__section {
  margin: 0 auto;
  scroll-margin-top: 52px;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .doctors-cosme .price__section {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section {
    scroll-margin-top: 82px;
  }
}
.doctors-cosme .price__section .doctors-cosme__price_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__price_content {
    padding: 120px 0;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner {
    max-width: 1100px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__section__title {
  padding: 16px 20px;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  background-color: #2A4072;
  color: #fff;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__section__title {
    padding: 18px 30px;
    margin-top: 80px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__section__sub-title {
  font-weight: 500;
  font-size: 20px;
  color: #2A4072;
  line-height: 1;
  margin-top: 30px;
  padding: 16px 0 16px 20px;
  background: #EBE7E3;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__section__sub-title {
    font-size: 24px;
    padding: 18px 0 18px 30px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__section__sub-title:not(:first-child) {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__section__sub-title:not(:first-child) {
    margin-top: 100px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__txt-wrapper {
  margin-top: 10px;
  position: relative;
  border: 1px solid #2A4072;
  border-radius: 4px;
  padding: 26px 20px;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__txt-wrapper::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(42, 64, 114, .4);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__txt-wrapper {
    margin-top: 20px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__txt-wrapper .price__txt {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__txt-wrapper .price__txt {
    font-size: 20px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__txt-wrapper .price__txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__txt-wrapper .price__txt span {
    display: inline;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item:not(:first-child) {
  margin-top: 30px;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item summary {
  display: block;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item summary::-webkit-details-marker {
  display: none;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background-color: rgba(235, 231, 227, .4);
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary-item span {
  display: block;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
  display: inline;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 24px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary-item--option {
  background-color: #e2e8f5;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary {
    font-size: 16px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text {
  position: relative;
  overflow: hidden;
  font-size: 20px;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #abb3c5;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text-unit:last-child {
  border-bottom: none;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text p {
  padding: 16px 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text p {
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text p {
    font-size: 24px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text p:nth-child(1) {
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text p:nth-child(1) {
    font-size: 24px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--drip-row {
  display: block;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--drip-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label,
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  display: block;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 24px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    font-size: 24px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 24px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon::before, .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon::before, .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list {
    max-width: none;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item:not(:first-child) {
  margin-top: 30px;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item summary {
  display: block;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item summary::-webkit-details-marker {
  display: none;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary-item span {
  display: block;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary-item--washing {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary-item--washing {
    line-height: 1;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__summary {
    font-size: 16px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text {
    font-size: 16px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text p {
  padding: 16px 20px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text p {
    font-size: 20px;
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text p {
    font-size: 24px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
    font-size: 24px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
    font-size: 24px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--sm_price {
  text-align: right;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 24px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row {
  display: block;
}
@media screen and (min-width: 640px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--label,
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
  display: block;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
  text-align: left;
  text-wrap: nowrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
    font-size: 24px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--set {
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--set {
    line-height: 1;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 470px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
    font-size: 24px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon::before, .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon::before, .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__list .price__list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__section__title-wrapper {
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__section__title-wrapper .price__section__title {
  margin: 10px auto;
  background-color: #b6a776;
  padding: 14px 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__section__title-wrapper .price__section__title {
    padding: 18px 30px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__district-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__district-list {
    max-width: none;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__district-list .price__district-list-item {
  padding: 14px 20px;
  background-color: #fcfcfc;
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__district-list .price__district-list-item {
    padding: 18px 30px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__district-list .price__district-list-item:not(:first-child) {
  margin-top: 30px;
}
.doctors-cosme .price__section .doctors-cosme__inner .price__district-list .price__district-list-item .price__district-list-item__label {
  font-size: 14px;
  color: #2A4072;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 640px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 24px;
  }
}
.doctors-cosme .price__section .doctors-cosme__inner .price__district-list .price__district-list-item .price__district-list-item__price {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .price__section .doctors-cosme__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 24px;
  }
}
.doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner {
    max-width: 1100px;
  }
}
.doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content {
  padding: 0 0 80px;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content {
    padding: 0 0 120px;
  }
}
.doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit img {
  display: block;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit img {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit .doctors-cosme__supervision_profile {
  padding: 24px 30px;
  -webkit-box-shadow: 0 0 20px rgba(60, 86, 52, .1);
          box-shadow: 0 0 20px rgba(60, 86, 52, .1);
  position: relative;
  z-index: 1;
  margin-top: -20px;
  max-width: 500px;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit .doctors-cosme__supervision_profile {
    margin: 60px 0 0 -3%;
    padding: 56px 80px;
    z-index: 10;
    max-width: none;
  }
}
.doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit .doctors-cosme__supervision_profile .massage-peel__supervision_name img {
  width: 64px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit .doctors-cosme__supervision_profile .massage-peel__supervision_name img {
    width: 80px;
  }
}
.doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit .doctors-cosme__supervision_profile .doctors-cosme__supervision_txt-wrapper:first-child {
  margin-top: 32px;
}
.doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit .doctors-cosme__supervision_profile .doctors-cosme__supervision_txt-wrapper:not(:first-child) {
  margin-top: 10px;
}
.doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit .doctors-cosme__supervision_profile .doctors-cosme__supervision_txt-wrapper .doctors-cosme__supervision_txt-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit .doctors-cosme__supervision_profile .doctors-cosme__supervision_txt-wrapper .doctors-cosme__supervision_txt-heading {
    font-size: 16px;
  }
}
.doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit .doctors-cosme__supervision_profile .doctors-cosme__supervision_txt-wrapper .doctors-cosme__supervision_txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
.doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit .doctors-cosme__supervision_profile .doctors-cosme__supervision_txt-wrapper .doctors-cosme__supervision_txt:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit .doctors-cosme__supervision_profile .doctors-cosme__supervision_txt-wrapper .doctors-cosme__supervision_txt:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit .doctors-cosme__supervision_profile .doctors-cosme__supervision_txt-wrapper .doctors-cosme__supervision_txt {
    font-size: 16px;
  }
}
.doctors-cosme .doctors-cosme__supervision .doctors-cosme__inner .doctors-cosme__supervision_content .doctors-cosme__supervision_txt-unit .doctors-cosme__supervision_profile .doctors-cosme__supervision_txt-wrapper .doctors-cosme__supervision_txt span {
  display: block;
}

.hyaluronic-acid .hyaluronic-acid__section__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
  margin-left: 32px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__section__title {
    font-size: 32px;
    left: 155px;
  }
}
.hyaluronic-acid .hyaluronic-acid__section__title::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #2A4072;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__section__title::before {
    left: -186px;
    width: 120px;
  }
}
.hyaluronic-acid .hyaluronic-acid__fv {
  position: relative;
}
.hyaluronic-acid .hyaluronic-acid__fv img {
  width: 100%;
  height: auto;
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content {
  position: absolute;
  top: 60px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 0 0 0 20px;
}
@media screen and (min-width: 460px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content {
    top: 140px;
  }
}
@media screen and (min-width: 600px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content {
    top: 240px;
    -webkit-transform: scale(1.3) translate(10%, 0);
            transform: scale(1.3) translate(10%, 0);
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content {
    top: 28px;
    left: 0;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    padding: 0 0 0 70px;
  }
}
@media screen and (min-width: 900px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content {
    top: 50px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content {
    top: 30px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content {
    top: 80px;
    padding: 0 0 0 120px;
  }
}
@media screen and (min-width: 1536px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content {
    top: 160px;
    padding: 0 0 0 190px;
  }
}
@media screen and (min-width: 1750px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content {
    top: 185px;
    padding: 0 0 0 180px;
  }
}
@media screen and (min-width: 1920px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content {
    top: 235px;
    -webkit-transform: scale(1.2) translate(20%, 0);
            transform: scale(1.2) translate(20%, 0);
  }
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.6;
  color: #2A4072;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_copy {
    font-size: 56px;
  }
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_copy span {
  display: block;
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt-price {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.1;
  color: #464646;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  margin-top: 20px;
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt-price img {
  height: 38px;
  width: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt-price img {
    height: 70px;
  }
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt-price span {
  display: block;
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt:nth-child(1) {
  line-height: 1;
  color: #444444;
  margin: 4px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt:nth-child(1) {
    font-size: 20px;
  }
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt:nth-child(1)::before,
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #444; /* ラインの色 */
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt:nth-child(1)::before {
  margin-bottom: 8px; /* 文字との間隔 */
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt:nth-child(1)::after {
  margin-top: 8px; /* 文字との間隔 */
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt:nth-child(2) {
  margin-top: 20px;
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt:nth-child(2) span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt:nth-child(2) span {
    font-size: 16px;
  }
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt__desc span {
  line-height: 1.7;
  display: block;
  padding: 0 28px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt__desc span {
    display: inline;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt__desc span:nth-child(1) {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_price-wrapper .hyaluronic-acid__fv_price-txt__desc span:nth-child(2) {
    padding-right: 24px;
  }
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_btn-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_btn-wrapper {
    display: block;
    margin-top: 20px;
    max-width: 280px;
    width: 90%;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_btn-wrapper {
    margin-top: 40px;
    max-width: 336px;
  }
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_btn-wrapper .hyaluronic-acid__fv_btn {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_btn-wrapper .hyaluronic-acid__fv_btn {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_btn-wrapper .hyaluronic-acid__fv_btn {
    padding: 30px;
  }
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_btn-wrapper .hyaluronic-acid__fv_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_btn-wrapper .hyaluronic-acid__fv_btn span {
  display: block;
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_btn-wrapper .hyaluronic-acid__fv_btn span.small {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_btn-wrapper .hyaluronic-acid__fv_btn span.small {
    font-size: 14px;
  }
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_btn-wrapper .hyaluronic-acid__fv_btn span.large {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_btn-wrapper .hyaluronic-acid__fv_btn span.large {
    font-size: 20px;
  }
}
.hyaluronic-acid .hyaluronic-acid__fv .hyaluronic-acid__fv_content .hyaluronic-acid__fv_btn-wrapper .hyaluronic-acid__fv_btn:hover {
  opacity: 0.7;
}
.hyaluronic-acid .hyaluronic-acid__intro {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__intro {
    margin: 120px 0;
  }
}
.hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner {
    max-width: 1100px;
  }
}
.hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
}
.hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro__title__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro__title__pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro__title__sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    max-width: 1100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro_content picture {
  display: block;
  width: 230px;
  height: 100%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro_content picture {
    width: 100%;
    margin: 0;
  }
}
.hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro_content .hyaluronic-acid__intro_txt-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro_content .hyaluronic-acid__intro_txt-wrapper {
    font-size: 24px;
  }
}
.hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro_content .hyaluronic-acid__intro_txt-wrapper .hyaluronic-acid__intro_txt {
  font-weight: 300;
  font-size: 14px;
}
.hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro_content .hyaluronic-acid__intro_txt-wrapper .hyaluronic-acid__intro_txt span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro_content .hyaluronic-acid__intro_txt-wrapper .hyaluronic-acid__intro_txt {
    font-size: 16px;
  }
}
.hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro_content .hyaluronic-acid__intro_txt-wrapper .hyaluronic-acid__intro_txt:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro_content .hyaluronic-acid__intro_txt-wrapper .hyaluronic-acid__intro_txt:nth-child(2) {
    margin-top: 50px;
  }
}
.hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro_content .hyaluronic-acid__intro_txt-wrapper .hyaluronic-acid__intro_txt:nth-child(n+3) {
  margin-top: 16px;
}
.hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro_content > :first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.hyaluronic-acid .hyaluronic-acid__intro .hyaluronic-acid__inner .hyaluronic-acid__intro_content > :last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.hyaluronic-acid .hyaluronic-acid__target {
  background: url(../../src/images/menu-single/single-target-bg-sp.png) no-repeat center center;
  background-size: cover;
  padding: 120px 0 60px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__target {
    background: url(../../src/images/menu-single/single-target-bg-pc.png) no-repeat center center;
    background-size: cover;
    padding: 200px 0 120px;
  }
}
.hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner {
    max-width: 1100px;
  }
}
.hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content {
  width: 100%;
}
.hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content .hyaluronic-acid__target_title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
  color: #926F4F;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content .hyaluronic-acid__target_title {
    font-size: 32px;
  }
}
.hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content .hyaluronic-acid__target_title::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #926F4F;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content .hyaluronic-acid__target_title::before {
    height: 120px;
    top: -150px;
  }
}
.hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content .hyaluronic-acid__target_txt-unit {
  margin-top: 30px;
  padding: 40px 20px 40px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 460px) {
  .hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content .hyaluronic-acid__target_txt-unit {
    padding: 60px 30px 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content .hyaluronic-acid__target_txt-unit {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content .hyaluronic-acid__target_txt-unit {
    margin-top: 60px;
    padding: 70px 0 70px 136px;
    max-width: 1100px;
  }
}
.hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content .hyaluronic-acid__target_txt-unit .hyaluronic-acid__target_txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content .hyaluronic-acid__target_txt-unit .hyaluronic-acid__target_txt-wrapper:not(:first-child) {
  margin-top: 20px;
}
.hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content .hyaluronic-acid__target_txt-unit .hyaluronic-acid__target_txt-wrapper .hyaluronic-acid__target_txt {
  font-family: "Shippori Mincho", serif;
  line-height: 1.7;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content .hyaluronic-acid__target_txt-unit .hyaluronic-acid__target_txt-wrapper .hyaluronic-acid__target_txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__target .hyaluronic-acid__inner .hyaluronic-acid__target_content .hyaluronic-acid__target_txt-unit .hyaluronic-acid__target_txt-wrapper .hyaluronic-acid__target_txt {
    font-size: 24px;
  }
}
.hyaluronic-acid .hyaluronic-acid__parts {
  background: #2A4072;
  background: radial-gradient(ellipse at center, #3c5283 0%, #2A4072 50%);
}
.hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner {
    max-width: 1100px;
  }
}
.hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner .hyaluronic-acid__parts_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner .hyaluronic-acid__parts_content {
    padding: 120px 0;
  }
}
.hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner .hyaluronic-acid__parts_title {
  color: #fff;
}
.hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner .hyaluronic-acid__parts_title::before {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner .hyaluronic-acid__parts_list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-template-rows: auto auto; /* 2行 */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner .hyaluronic-acid__parts_list {
    gap: 80px;
  }
}
.hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner .hyaluronic-acid__parts_list .hyaluronic-acid__parts_item {
  display: grid;
  place-items: center;
  margin-top: 50px;
}
.hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner .hyaluronic-acid__parts_list .hyaluronic-acid__parts_item img {
  max-width: 120px;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner .hyaluronic-acid__parts_list .hyaluronic-acid__parts_item img {
    max-width: 200px;
  }
}
.hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner .hyaluronic-acid__parts_list .hyaluronic-acid__parts_item .hyaluronic-acid__parts_item-name {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner .hyaluronic-acid__parts_list .hyaluronic-acid__parts_item .hyaluronic-acid__parts_item-desc {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__parts .hyaluronic-acid__inner .hyaluronic-acid__parts_list .hyaluronic-acid__parts_item .hyaluronic-acid__parts_item-desc {
    font-size: 16px;
  }
}
.hyaluronic-acid .hyaluronic-acid__tools {
  position: relative;
  background-color: #fff; /* ベースは白 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(147, 134, 120, .1)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, rgba(147, 134, 120, .1), transparent 40%);
}
.hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner {
    max-width: 1100px;
  }
}
.hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content {
    padding: 120px 0;
  }
}
.hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content .hyaluronic-acid__tools_item {
  margin-top: 50px;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content .hyaluronic-acid__tools_item {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 1:1 の割合 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content .hyaluronic-acid__tools_item:nth-child(2n) > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* 最初の要素を右へ */
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content .hyaluronic-acid__tools_item:nth-child(2n) > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 最後の要素を左へ */
  }
}
.hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content .hyaluronic-acid__tools_item img {
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content .hyaluronic-acid__tools_item-txt-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content .hyaluronic-acid__tools_item-txt-wrapper {
    margin-top: 0;
  }
}
.hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content .hyaluronic-acid__tools_item-txt-wrapper .hyaluronic-acid__tools_item-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
}
.hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content .hyaluronic-acid__tools_item-txt-wrapper .hyaluronic-acid__tools_item-heading span {
  display: block;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content .hyaluronic-acid__tools_item-txt-wrapper .hyaluronic-acid__tools_item-heading span {
    display: inline;
  }
}
.hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content .hyaluronic-acid__tools_item-txt-wrapper .hyaluronic-acid__tools_item-txt {
  margin-top: 16px;
  font-weight: 300;
  font-size: 14px;
}
.hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content .hyaluronic-acid__tools_item-txt-wrapper .hyaluronic-acid__tools_item-txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__tools .hyaluronic-acid__inner .hyaluronic-acid__tools_content .hyaluronic-acid__tools_item-txt-wrapper .hyaluronic-acid__tools_item-txt:first-child {
    margin-top: 30px;
  }
}
.hyaluronic-acid .price__section {
  margin: 0 auto;
  scroll-margin-top: 52px;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .hyaluronic-acid .price__section {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section {
    scroll-margin-top: 82px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__price_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__price_content {
    padding: 120px 0;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner {
    max-width: 1100px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__section__title {
  padding: 16px 20px;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  background-color: #2A4072;
  color: #fff;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__section__title {
    padding: 18px 30px;
    margin-top: 80px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item:not(:first-child) {
  margin-top: 30px;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item summary {
  display: block;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item summary::-webkit-details-marker {
  display: none;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background-color: #EBE7E3;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__summary-item span {
  display: block;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
  display: inline;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 24px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__summary-item--option {
  background-color: #e2e8f5;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__summary {
    font-size: 16px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text {
  position: relative;
  overflow: hidden;
  font-size: 20px;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text p {
  padding: 16px 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text p {
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text p {
    font-size: 24px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--row {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--drip-row {
  display: block;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--drip-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label,
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  display: block;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 24px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    font-size: 24px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 24px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .open-icon::before, .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .open-icon::before, .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__list .price__list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list {
    max-width: none;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item:not(:first-child) {
  margin-top: 30px;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item summary {
  display: block;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item summary::-webkit-details-marker {
  display: none;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: rgba(235, 231, 227, .4);
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__summary-item span {
  display: block;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
    line-height: 1;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__summary {
    font-size: 16px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text {
    font-size: 16px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text p {
  padding: 16px 20px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 20px;
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 24px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 24px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 24px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
  text-align: right;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 24px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
  display: block;
}
@media screen and (min-width: 640px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label,
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  display: block;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
  text-align: left;
  text-wrap: nowrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 24px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
    line-height: 1;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 470px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    font-size: 24px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__cosme-list .price__cosme-list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__section__title-wrapper {
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__section__title-wrapper .price__section__title {
  margin: 10px auto;
  background-color: #b6a776;
  padding: 14px 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__section__title-wrapper .price__section__title {
    padding: 18px 30px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__district-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__district-list {
    max-width: none;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__district-list .price__district-list-item {
  padding: 14px 20px;
  background-color: #fcfcfc;
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__district-list .price__district-list-item {
    padding: 18px 30px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__district-list .price__district-list-item:not(:first-child) {
  margin-top: 30px;
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__district-list .price__district-list-item .price__district-list-item__label {
  font-size: 14px;
  color: #2A4072;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 640px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 24px;
  }
}
.hyaluronic-acid .price__section .hyaluronic-acid__inner .price__district-list .price__district-list-item .price__district-list-item__price {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .price__section .hyaluronic-acid__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 24px;
  }
}
.hyaluronic-acid .hyaluronic-acid__detail .hyaluronic-acid__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__detail .hyaluronic-acid__inner {
    max-width: 1100px;
  }
}
.hyaluronic-acid .hyaluronic-acid__detail .hyaluronic-acid__inner .hyaluronic-acid__detail_content {
  padding: 0 0 80px;
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__detail .hyaluronic-acid__inner .hyaluronic-acid__detail_content {
    padding: 0 0 120px;
  }
}
.hyaluronic-acid .hyaluronic-acid__detail .detail__table {
  margin-top: 50px;
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item {
  border-top: 1px solid #C6C6C6;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item {
    border: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item {
    gap: 56px;
  }
}
.hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item:last-child {
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item:last-child {
    border-bottom: none;
  }
}
.hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item .detail__content-h3 {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #2A4072;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item .detail__content-h3 {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item .detail__content-h3 span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item .detail__content-h3.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
.hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item .detail__content-text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
  line-height: 1.6;
  color: #333;
}
.hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item .detail__content-text span {
  display: block;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item .detail__content-text {
    font-size: 16px;
    padding: 32px 0;
    margin-top: 0;
    border-top: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item .detail__content-text.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid .hyaluronic-acid__detail .detail__table .detail__content-item .detail__content-list {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
  }
}

.massage-peel .massage-peel__section__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
  margin-left: 32px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__section__title {
    font-size: 32px;
    left: 155px;
  }
}
.massage-peel .massage-peel__section__title::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #2A4072;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__section__title::before {
    left: -186px;
    width: 120px;
  }
}
.massage-peel .massage-peel__fv {
  position: relative;
}
.massage-peel .massage-peel__fv img {
  width: 100%;
  height: auto;
}
.massage-peel .massage-peel__fv .massage-peel__fv_content {
  position: absolute;
  top: 60px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 0 0 0 20px;
}
@media screen and (min-width: 460px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content {
    top: 140px;
  }
}
@media screen and (min-width: 600px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content {
    top: 240px;
    -webkit-transform: scale(1.3) translate(10%, 0);
            transform: scale(1.3) translate(10%, 0);
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content {
    top: 28px;
    left: 0;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    padding: 0 0 0 70px;
  }
}
@media screen and (min-width: 900px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content {
    top: 50px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content {
    top: 30px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content {
    top: 80px;
    padding: 0 0 0 120px;
  }
}
@media screen and (min-width: 1536px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content {
    top: 160px;
    padding: 0 0 0 190px;
  }
}
@media screen and (min-width: 1750px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content {
    top: 185px;
    padding: 0 0 0 180px;
  }
}
@media screen and (min-width: 1920px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content {
    top: 235px;
    -webkit-transform: scale(1.2) translate(20%, 0);
            transform: scale(1.2) translate(20%, 0);
  }
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.6;
  color: #2A4072;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_copy {
    font-size: 56px;
  }
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_copy span {
  display: block;
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt-price {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.1;
  color: #464646;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  margin-top: 20px;
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt-price img {
  height: 38px;
  width: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt-price img {
    height: 70px;
  }
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt-price span {
  display: block;
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt:nth-child(1) {
  line-height: 1;
  color: #444444;
  margin: 4px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt:nth-child(1) {
    font-size: 20px;
  }
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt:nth-child(1)::before,
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #444; /* ラインの色 */
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt:nth-child(1)::before {
  margin-bottom: 8px; /* 文字との間隔 */
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt:nth-child(1)::after {
  margin-top: 8px; /* 文字との間隔 */
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt:nth-child(2) {
  margin-top: 20px;
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt:nth-child(2) span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt:nth-child(2) span {
    font-size: 16px;
  }
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt__desc span {
  line-height: 1.7;
  display: block;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt__desc span {
    padding: 0;
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt__desc span:nth-child(1) {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_price-wrapper .massage-peel__fv_price-txt__desc span:nth-child(2) {
    padding-right: 24px;
  }
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_btn-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_btn-wrapper {
    display: block;
    margin-top: 20px;
    max-width: 280px;
    width: 90%;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_btn-wrapper {
    margin-top: 40px;
    max-width: 336px;
  }
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_btn-wrapper .massage-peel__fv_btn {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_btn-wrapper .massage-peel__fv_btn {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_btn-wrapper .massage-peel__fv_btn {
    padding: 30px;
  }
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_btn-wrapper .massage-peel__fv_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_btn-wrapper .massage-peel__fv_btn span {
  display: block;
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_btn-wrapper .massage-peel__fv_btn span.small {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_btn-wrapper .massage-peel__fv_btn span.small {
    font-size: 14px;
  }
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_btn-wrapper .massage-peel__fv_btn span.large {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_btn-wrapper .massage-peel__fv_btn span.large {
    font-size: 20px;
  }
}
.massage-peel .massage-peel__fv .massage-peel__fv_content .massage-peel__fv_btn-wrapper .massage-peel__fv_btn:hover {
  opacity: 0.7;
}
.massage-peel .massage-peel__intro {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__intro {
    margin: 120px 0;
  }
}
.massage-peel .massage-peel__intro .massage-peel__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__intro .massage-peel__inner {
    max-width: 1100px;
  }
}
.massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
}
.massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro__title__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro__title__pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro__title__sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    max-width: 1100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content picture {
  display: block;
  width: 230px;
  height: 100%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content picture {
    width: 100%;
    margin: 0;
  }
}
.massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content .massage-peel__intro_txt-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content .massage-peel__intro_txt-wrapper {
    font-size: 24px;
    margin-top: 0;
  }
}
.massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content .massage-peel__intro_txt-wrapper .massage-peel__intro_txt {
  font-weight: 300;
  font-size: 14px;
}
.massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content .massage-peel__intro_txt-wrapper .massage-peel__intro_txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content .massage-peel__intro_txt-wrapper .massage-peel__intro_txt .massage-peel__intro_txt__pc {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content .massage-peel__intro_txt-wrapper .massage-peel__intro_txt {
    font-size: 16px;
  }
}
.massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content .massage-peel__intro_txt-wrapper .massage-peel__intro_txt:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content .massage-peel__intro_txt-wrapper .massage-peel__intro_txt:nth-child(2) {
    margin-top: 50px;
  }
}
.massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content .massage-peel__intro_txt-wrapper .massage-peel__intro_txt:nth-child(n+3) {
  margin-top: 16px;
}
.massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content > :first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.massage-peel .massage-peel__intro .massage-peel__inner .massage-peel__intro_content > :last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.massage-peel .massage-peel__target {
  background: url(../../src/images/menu-single/single-target-bg-sp.png) no-repeat center center;
  background-size: cover;
  padding: 120px 0 60px;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__target {
    background: url(../../src/images/menu-single/single-target-bg-pc.png) no-repeat center center;
    background-size: cover;
    padding: 200px 0 120px;
  }
}
.massage-peel .massage-peel__target .massage-peel__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__target .massage-peel__inner {
    max-width: 1100px;
  }
}
.massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content {
  width: 100%;
}
.massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content .massage-peel__target_title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
  color: #926F4F;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content .massage-peel__target_title {
    font-size: 32px;
  }
}
.massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content .massage-peel__target_title::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #926F4F;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content .massage-peel__target_title::before {
    height: 120px;
    top: -150px;
  }
}
.massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content .massage-peel__target_txt-unit {
  margin-top: 30px;
  padding: 40px 20px 40px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 460px) {
  .massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content .massage-peel__target_txt-unit {
    padding: 60px 30px 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content .massage-peel__target_txt-unit {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content .massage-peel__target_txt-unit {
    margin-top: 60px;
    padding: 70px 0 70px 136px;
    max-width: 1100px;
  }
}
.massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content .massage-peel__target_txt-unit .massage-peel__target_txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content .massage-peel__target_txt-unit .massage-peel__target_txt-wrapper:not(:first-child) {
  margin-top: 20px;
}
.massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content .massage-peel__target_txt-unit .massage-peel__target_txt-wrapper .massage-peel__target_txt {
  font-family: "Shippori Mincho", serif;
  line-height: 1.7;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content .massage-peel__target_txt-unit .massage-peel__target_txt-wrapper .massage-peel__target_txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__target .massage-peel__inner .massage-peel__target_content .massage-peel__target_txt-unit .massage-peel__target_txt-wrapper .massage-peel__target_txt {
    font-size: 24px;
  }
}
.massage-peel .massage-peel__parts {
  background: #2A4072;
  background: radial-gradient(ellipse at center, #3c5283 0%, #2A4072 50%);
}
.massage-peel .massage-peel__parts .massage-peel__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__parts .massage-peel__inner {
    max-width: 1100px;
  }
}
.massage-peel .massage-peel__parts .massage-peel__inner .massage-peel__parts_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__parts .massage-peel__inner .massage-peel__parts_content {
    padding: 120px 0;
  }
}
.massage-peel .massage-peel__parts .massage-peel__inner .massage-peel__parts_title {
  color: #fff;
}
.massage-peel .massage-peel__parts .massage-peel__inner .massage-peel__parts_title::before {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__parts .massage-peel__inner .massage-peel__parts_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__parts .massage-peel__inner .massage-peel__parts_list {
    gap: 80px;
  }
}
.massage-peel .massage-peel__parts .massage-peel__inner .massage-peel__parts_list .massage-peel__parts_item {
  display: grid;
  place-items: center;
  margin-top: 50px;
}
.massage-peel .massage-peel__parts .massage-peel__inner .massage-peel__parts_list .massage-peel__parts_item img {
  max-width: 120px;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__parts .massage-peel__inner .massage-peel__parts_list .massage-peel__parts_item img {
    max-width: 200px;
  }
}
.massage-peel .massage-peel__parts .massage-peel__inner .massage-peel__parts_list .massage-peel__parts_item .massage-peel__parts_item-name {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.massage-peel .massage-peel__parts .massage-peel__inner .massage-peel__parts_list .massage-peel__parts_item .massage-peel__parts_item-desc {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__parts .massage-peel__inner .massage-peel__parts_list .massage-peel__parts_item .massage-peel__parts_item-desc {
    font-size: 16px;
  }
}
.massage-peel .massage-peel__parts .massage-peel__inner .massage-peel__parts_list .massage-peel__parts_item .massage-peel__parts_item-desc span {
  display: block;
}
.massage-peel .massage-peel__tools {
  position: relative;
  background-color: #fff; /* ベースは白 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(147, 134, 120, .1)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, rgba(147, 134, 120, .1), transparent 40%);
}
.massage-peel .massage-peel__tools .massage-peel__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__tools .massage-peel__inner {
    max-width: 1100px;
  }
}
.massage-peel .massage-peel__tools .massage-peel__inner .massage-peel__tools_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__tools .massage-peel__inner .massage-peel__tools_content {
    padding: 120px 0;
  }
}
.massage-peel .massage-peel__tools .massage-peel__inner .massage-peel__tools_content .massage-peel__tools_item {
  margin-top: 50px;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__tools .massage-peel__inner .massage-peel__tools_content .massage-peel__tools_item {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 1:1 の割合 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__tools .massage-peel__inner .massage-peel__tools_content .massage-peel__tools_item:nth-child(2) > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* 最初の要素を右へ */
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__tools .massage-peel__inner .massage-peel__tools_content .massage-peel__tools_item:nth-child(2) > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 最後の要素を左へ */
  }
}
.massage-peel .massage-peel__tools .massage-peel__inner .massage-peel__tools_content .massage-peel__tools_item img {
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.massage-peel .massage-peel__tools .massage-peel__inner .massage-peel__tools_content .massage-peel__tools_item-txt-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__tools .massage-peel__inner .massage-peel__tools_content .massage-peel__tools_item-txt-wrapper {
    margin-top: 0;
  }
}
.massage-peel .massage-peel__tools .massage-peel__inner .massage-peel__tools_content .massage-peel__tools_item-txt-wrapper .massage-peel__tools_item-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
}
.massage-peel .massage-peel__tools .massage-peel__inner .massage-peel__tools_content .massage-peel__tools_item-txt-wrapper .massage-peel__tools_item-txt {
  margin-top: 16px;
  font-weight: 300;
  font-size: 14px;
}
.massage-peel .massage-peel__tools .massage-peel__inner .massage-peel__tools_content .massage-peel__tools_item-txt-wrapper .massage-peel__tools_item-txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__tools .massage-peel__inner .massage-peel__tools_content .massage-peel__tools_item-txt-wrapper .massage-peel__tools_item-txt:first-child {
    margin-top: 30px;
  }
}
.massage-peel .price__section {
  margin: 0 auto;
  scroll-margin-top: 52px;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .massage-peel .price__section {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section {
    scroll-margin-top: 82px;
  }
}
.massage-peel .price__section .massage-peel__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner {
    max-width: 1100px;
  }
}
.massage-peel .price__section .massage-peel__inner .massage-peel__price_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .massage-peel__price_content {
    padding: 120px 0;
  }
}
.massage-peel .price__section .massage-peel__inner .price__section__title {
  padding: 16px 20px;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  background-color: #2A4072;
  color: #fff;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__section__title {
    padding: 18px 30px;
    margin-top: 80px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item:not(:first-child) {
  margin-top: 30px;
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item summary {
  display: block;
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item summary::-webkit-details-marker {
  display: none;
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background-color: #EBE7E3;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__summary-item span {
  display: block;
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
  display: inline;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 24px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__summary-item--option {
  background-color: #e2e8f5;
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__summary {
    font-size: 16px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text {
  position: relative;
  overflow: hidden;
  font-size: 20px;
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text p {
  padding: 16px 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text p {
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text p {
    font-size: 24px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--row {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--drip-row {
  display: block;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--drip-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label,
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  display: block;
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 24px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    font-size: 24px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 24px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .open-icon::before, .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .open-icon::before, .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__list .price__list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__list .price__list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list {
    max-width: none;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item:not(:first-child) {
  margin-top: 30px;
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item summary {
  display: block;
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item summary::-webkit-details-marker {
  display: none;
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: rgba(235, 231, 227, .4);
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__summary-item span {
  display: block;
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
    line-height: 1;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__summary {
    font-size: 16px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text {
    font-size: 16px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text p {
  padding: 16px 20px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 20px;
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 24px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 24px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 24px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
  text-align: right;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 24px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
  display: block;
}
@media screen and (min-width: 640px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label,
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  display: block;
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
  text-align: left;
  text-wrap: nowrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 24px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
    line-height: 1;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 470px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    font-size: 24px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__cosme-list .price__cosme-list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.massage-peel .price__section .massage-peel__inner .price__section__title-wrapper {
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
}
.massage-peel .price__section .massage-peel__inner .price__section__title-wrapper .price__section__title {
  margin: 10px auto;
  background-color: #b6a776;
  padding: 14px 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__section__title-wrapper .price__section__title {
    padding: 18px 30px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__district-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .massage-peel .price__section .massage-peel__inner .price__district-list {
    max-width: none;
  }
}
.massage-peel .price__section .massage-peel__inner .price__district-list .price__district-list-item {
  padding: 14px 20px;
  background-color: #fcfcfc;
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__district-list .price__district-list-item {
    padding: 18px 30px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__district-list .price__district-list-item:not(:first-child) {
  margin-top: 30px;
}
.massage-peel .price__section .massage-peel__inner .price__district-list .price__district-list-item .price__district-list-item__label {
  font-size: 14px;
  color: #2A4072;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 640px) {
  .massage-peel .price__section .massage-peel__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 24px;
  }
}
.massage-peel .price__section .massage-peel__inner .price__district-list .price__district-list-item .price__district-list-item__price {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .massage-peel .price__section .massage-peel__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .price__section .massage-peel__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 24px;
  }
}
.massage-peel .massage-peel__detail .massage-peel__detail_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__detail .massage-peel__detail_content {
    padding: 120px 0;
  }
}
.massage-peel .massage-peel__detail .massage-peel__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__detail .massage-peel__inner {
    max-width: 1100px;
  }
}
.massage-peel .massage-peel__detail .detail__table {
  margin-top: 50px;
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.massage-peel .massage-peel__detail .detail__table .detail__content-item {
  border-top: 1px solid #C6C6C6;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__detail .detail__table .detail__content-item {
    border: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__detail .detail__table .detail__content-item {
    gap: 56px;
  }
}
.massage-peel .massage-peel__detail .detail__table .detail__content-item:last-child {
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__detail .detail__table .detail__content-item:last-child {
    border-bottom: none;
  }
}
.massage-peel .massage-peel__detail .detail__table .detail__content-item .detail__content-h3 {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #2A4072;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__detail .detail__table .detail__content-item .detail__content-h3 {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__detail .detail__table .detail__content-item .detail__content-h3 span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__detail .detail__table .detail__content-item .detail__content-h3.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
.massage-peel .massage-peel__detail .detail__table .detail__content-item .detail__content-text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
  line-height: 1.6;
  color: #333;
}
.massage-peel .massage-peel__detail .detail__table .detail__content-item .detail__content-text span {
  display: block;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__detail .detail__table .detail__content-item .detail__content-text {
    font-size: 16px;
    padding: 32px 0;
    margin-top: 0;
    border-top: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__detail .detail__table .detail__content-item .detail__content-text.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__detail .detail__table .detail__content-item .detail__content-list {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
  }
}
.massage-peel .massage-peel__supervision .massage-peel__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__supervision .massage-peel__inner {
    max-width: 1100px;
  }
}
.massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content {
    padding: 120px 0;
  }
}
.massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit img {
  display: block;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit img {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit .massage-peel__supervision_profile {
  padding: 24px 30px;
  -webkit-box-shadow: 0 0 20px rgba(60, 86, 52, .1);
          box-shadow: 0 0 20px rgba(60, 86, 52, .1);
  position: relative;
  z-index: 1;
  margin-top: -20px;
  max-width: 500px;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit .massage-peel__supervision_profile {
    margin: 60px 0 0 -3%;
    padding: 56px 80px;
    z-index: 10;
    max-width: none;
  }
}
.massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit .massage-peel__supervision_profile .massage-peel__supervision_name img {
  width: 64px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit .massage-peel__supervision_profile .massage-peel__supervision_name img {
    width: 80px;
  }
}
.massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit .massage-peel__supervision_profile .massage-peel__supervision_txt-wrapper:first-child {
  margin-top: 32px;
}
.massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit .massage-peel__supervision_profile .massage-peel__supervision_txt-wrapper:not(:first-child) {
  margin-top: 10px;
}
.massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit .massage-peel__supervision_profile .massage-peel__supervision_txt-wrapper .massage-peel__supervision_txt-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit .massage-peel__supervision_profile .massage-peel__supervision_txt-wrapper .massage-peel__supervision_txt-heading {
    font-size: 16px;
  }
}
.massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit .massage-peel__supervision_profile .massage-peel__supervision_txt-wrapper .massage-peel__supervision_txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
.massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit .massage-peel__supervision_profile .massage-peel__supervision_txt-wrapper .massage-peel__supervision_txt:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit .massage-peel__supervision_profile .massage-peel__supervision_txt-wrapper .massage-peel__supervision_txt:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit .massage-peel__supervision_profile .massage-peel__supervision_txt-wrapper .massage-peel__supervision_txt {
    font-size: 16px;
  }
}
.massage-peel .massage-peel__supervision .massage-peel__inner .massage-peel__supervision_content .massage-peel__supervision_txt-unit .massage-peel__supervision_profile .massage-peel__supervision_txt-wrapper .massage-peel__supervision_txt span {
  display: block;
}

.menu .menu__container {
  margin: 52px auto 0;
}
@media screen and (min-width: 768px) {
  .menu .menu__container {
    margin: 82px auto 0;
  }
}
.menu .menu__container .menu__inner {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .menu .menu__container .menu__inner {
    padding: 0 40px;
    max-width: 1180px;
    margin: 0 auto;
  }
}
.menu .menu__container .menu__inner .menu__copy-container {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  text-align: center;
  line-height: 2.2;
  margin: 20px auto 0;
}
.menu .menu__container .menu__inner .menu__copy-container .menu__sub-copy-wrapper {
  margin-top: 40px;
}
.menu .menu__container .menu__inner .menu-treatment {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .menu .menu__container .menu__inner .menu-treatment {
    padding: 120px 0;
  }
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__title {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  color: #2A4072;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__title .menu-treatment__title--bar {
  width: 80px;
  height: 1px;
  background-color: #2A4072;
}
@media screen and (min-width: 768px) {
  .menu .menu__container .menu__inner .menu-treatment .menu-treatment__title .menu-treatment__title--bar {
    width: 120px;
  }
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list {
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list {
    grid-template-columns: repeat(2, 340px);
    gap: 40px 20px;
    max-width: 740px;
  }
}
@media screen and (min-width: 1024px) {
  .menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 40px;
    max-width: none;
  }
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link {
    max-width: none;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link {
    margin: 0;
  }
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link:not(:first-child) {
    margin-top: 0;
  }
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__img {
  width: 100%;
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 335/260;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__img img {
    aspect-ratio: 340/260;
  }
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__content {
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 229px;
  background-color: #C6C6C6;
}
@media screen and (min-width: 768px) {
  .menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__content::before {
    height: 249px;
  }
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__content .menu-treatment__card__title {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__content .menu-treatment__card__title {
    font-size: 24px;
  }
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__content .menu-treatment__card__text {
  margin-top: 8px;
  line-height: 2;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__content .menu-treatment__card__text {
    font-size: 16px;
  }
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__button {
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__button {
    margin-top: auto;
  }
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__button .menu-treatment__card__button--circle {
  width: 25px;
  height: 25px;
  background-color: #2A4072;
  border-radius: 50%;
  position: relative;
  display: block;
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__button .menu-treatment__card__button--circle::before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.menu .menu__container .menu__inner .menu-treatment .menu-treatment__card-list .menu-treatment__card .menu-treatment__card__link .menu-treatment__card__button .menu-treatment__card__button--circle::after {
  content: "";
  width: 4px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}

.milano .milano__section__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
  margin-left: 32px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .milano .milano__section__title {
    font-size: 32px;
    left: 155px;
  }
}
.milano .milano__section__title::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #2A4072;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .milano .milano__section__title::before {
    left: -186px;
    width: 120px;
  }
}
.milano .milano__fv {
  position: relative;
}
.milano .milano__fv img {
  width: 100%;
  height: auto;
}
.milano .milano__fv .milano__fv_content {
  position: absolute;
  top: 94px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 0 0 0 20px;
}
@media screen and (min-width: 460px) {
  .milano .milano__fv .milano__fv_content {
    top: 140px;
  }
}
@media screen and (min-width: 600px) {
  .milano .milano__fv .milano__fv_content {
    top: 240px;
    -webkit-transform: scale(1.3) translate(10%, 0);
            transform: scale(1.3) translate(10%, 0);
  }
}
@media screen and (min-width: 768px) {
  .milano .milano__fv .milano__fv_content {
    top: 28px;
    left: 0;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    padding: 0 0 0 70px;
  }
}
@media screen and (min-width: 900px) {
  .milano .milano__fv .milano__fv_content {
    top: 50px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .milano__fv .milano__fv_content {
    top: 30px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .milano .milano__fv .milano__fv_content {
    top: 80px;
    padding: 0 0 0 120px;
  }
}
@media screen and (min-width: 1536px) {
  .milano .milano__fv .milano__fv_content {
    top: 160px;
    padding: 0 0 0 190px;
  }
}
@media screen and (min-width: 1750px) {
  .milano .milano__fv .milano__fv_content {
    top: 185px;
    padding: 0 0 0 180px;
  }
}
@media screen and (min-width: 1920px) {
  .milano .milano__fv .milano__fv_content {
    top: 235px;
    -webkit-transform: scale(1.2) translate(20%, 0);
            transform: scale(1.2) translate(20%, 0);
  }
}
.milano .milano__fv .milano__fv_content .milano__fv_copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.6;
  color: #2A4072;
}
@media screen and (min-width: 1024px) {
  .milano .milano__fv .milano__fv_content .milano__fv_copy {
    font-size: 56px;
  }
}
.milano .milano__fv .milano__fv_content .milano__fv_copy span {
  display: block;
}
.milano .milano__fv .milano__fv_content .milano__fv_price-wrapper {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt-price {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.1;
  color: #464646;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  margin-top: 20px;
}
.milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt-price img {
  display: block;
  width: auto;
  height: 38px;
}
@media screen and (min-width: 1024px) {
  .milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt-price img {
    height: 70px;
  }
}
.milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt:nth-child(1) {
  line-height: 1;
  color: #444444;
  margin: 4px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt:nth-child(1) {
    font-size: 20px;
  }
}
.milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt:nth-child(1)::before,
.milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #444; /* ラインの色 */
}
.milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt:nth-child(1)::before {
  margin-bottom: 8px; /* 文字との間隔 */
}
.milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt:nth-child(1)::after {
  margin-top: 8px; /* 文字との間隔 */
}
.milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt:nth-child(2) {
  margin-top: 20px;
}
.milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt:nth-child(2) span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt:nth-child(2) span {
    font-size: 16px;
  }
}
.milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt__desc span {
  line-height: 1.7;
  display: block;
  padding: 0 28px;
}
@media screen and (min-width: 768px) {
  .milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt__desc span {
    display: inline;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt__desc span:nth-child(1) {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .milano .milano__fv .milano__fv_content .milano__fv_price-wrapper .milano__fv_price-txt__desc span:nth-child(2) {
    padding-right: 24px;
  }
}
.milano .milano__fv .milano__fv_content .milano__fv_btn-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .milano .milano__fv .milano__fv_content .milano__fv_btn-wrapper {
    display: block;
    margin-top: 20px;
    max-width: 280px;
    width: 90%;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .milano .milano__fv .milano__fv_content .milano__fv_btn-wrapper {
    margin-top: 40px;
    max-width: 336px;
  }
}
.milano .milano__fv .milano__fv_content .milano__fv_btn-wrapper .milano__fv_btn {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .milano .milano__fv .milano__fv_content .milano__fv_btn-wrapper .milano__fv_btn {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .milano .milano__fv .milano__fv_content .milano__fv_btn-wrapper .milano__fv_btn {
    padding: 30px;
  }
}
.milano .milano__fv .milano__fv_content .milano__fv_btn-wrapper .milano__fv_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.milano .milano__fv .milano__fv_content .milano__fv_btn-wrapper .milano__fv_btn span {
  display: block;
}
.milano .milano__fv .milano__fv_content .milano__fv_btn-wrapper .milano__fv_btn span.small {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .milano .milano__fv .milano__fv_content .milano__fv_btn-wrapper .milano__fv_btn span.small {
    font-size: 14px;
  }
}
.milano .milano__fv .milano__fv_content .milano__fv_btn-wrapper .milano__fv_btn span.large {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .milano .milano__fv .milano__fv_content .milano__fv_btn-wrapper .milano__fv_btn span.large {
    font-size: 20px;
  }
}
.milano .milano__fv .milano__fv_content .milano__fv_btn-wrapper .milano__fv_btn:hover {
  opacity: 0.7;
}
.milano .milano__intro {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .milano .milano__intro {
    margin: 120px 0;
  }
}
.milano .milano__intro .milano__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .milano .milano__intro .milano__inner {
    max-width: 1100px;
  }
}
.milano .milano__intro .milano__inner .milano__intro__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
}
.milano .milano__intro .milano__inner .milano__intro__title__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .milano .milano__intro .milano__inner .milano__intro__title__pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .milano .milano__intro .milano__inner .milano__intro__title__sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .milano .milano__intro .milano__inner .milano__intro_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    max-width: 1100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.milano .milano__intro .milano__inner .milano__intro_content picture {
  display: block;
  width: 230px;
  height: 100%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .milano .milano__intro .milano__inner .milano__intro_content picture {
    width: 100%;
    margin: 0;
  }
}
.milano .milano__intro .milano__inner .milano__intro_content .milano__intro_txt-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .milano .milano__intro .milano__inner .milano__intro_content .milano__intro_txt-wrapper {
    font-size: 24px;
  }
}
.milano .milano__intro .milano__inner .milano__intro_content .milano__intro_txt-wrapper .milano__intro_txt {
  font-weight: 300;
  font-size: 14px;
}
.milano .milano__intro .milano__inner .milano__intro_content .milano__intro_txt-wrapper .milano__intro_txt span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .milano .milano__intro .milano__inner .milano__intro_content .milano__intro_txt-wrapper .milano__intro_txt {
    font-size: 16px;
  }
}
.milano .milano__intro .milano__inner .milano__intro_content .milano__intro_txt-wrapper .milano__intro_txt:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .milano .milano__intro .milano__inner .milano__intro_content .milano__intro_txt-wrapper .milano__intro_txt:nth-child(2) {
    margin-top: 50px;
  }
}
.milano .milano__intro .milano__inner .milano__intro_content .milano__intro_txt-wrapper .milano__intro_txt:nth-child(n+3) {
  margin-top: 16px;
}
.milano .milano__intro .milano__inner .milano__intro_content > :first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.milano .milano__intro .milano__inner .milano__intro_content > :last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.milano .milano__target {
  background: url(../../src/images/menu-single/single-target-bg-sp.png) no-repeat center center;
  background-size: cover;
  padding: 120px 0 60px;
}
@media screen and (min-width: 768px) {
  .milano .milano__target {
    background: url(../../src/images/menu-single/single-target-bg-pc.png) no-repeat center center;
    background-size: cover;
    padding: 200px 0 120px;
  }
}
.milano .milano__target .milano__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .milano .milano__target .milano__inner {
    max-width: 1100px;
  }
}
.milano .milano__target .milano__inner .milano__target_content {
  width: 100%;
}
.milano .milano__target .milano__inner .milano__target_content .milano__target_title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
  color: #926F4F;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .milano .milano__target .milano__inner .milano__target_content .milano__target_title {
    font-size: 32px;
  }
}
.milano .milano__target .milano__inner .milano__target_content .milano__target_title::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #926F4F;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .milano .milano__target .milano__inner .milano__target_content .milano__target_title::before {
    height: 120px;
    top: -150px;
  }
}
.milano .milano__target .milano__inner .milano__target_content .milano__target_txt-unit {
  margin-top: 30px;
  padding: 40px 20px 40px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 460px) {
  .milano .milano__target .milano__inner .milano__target_content .milano__target_txt-unit {
    padding: 60px 30px 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .milano .milano__target .milano__inner .milano__target_content .milano__target_txt-unit {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .milano__target .milano__inner .milano__target_content .milano__target_txt-unit {
    margin-top: 60px;
    padding: 70px 0 70px 136px;
    max-width: 1100px;
  }
}
.milano .milano__target .milano__inner .milano__target_content .milano__target_txt-unit .milano__target_txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.milano .milano__target .milano__inner .milano__target_content .milano__target_txt-unit .milano__target_txt-wrapper:not(:first-child) {
  margin-top: 20px;
}
.milano .milano__target .milano__inner .milano__target_content .milano__target_txt-unit .milano__target_txt-wrapper .milano__target_txt {
  font-family: "Shippori Mincho", serif;
  line-height: 1.7;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .milano .milano__target .milano__inner .milano__target_content .milano__target_txt-unit .milano__target_txt-wrapper .milano__target_txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .milano__target .milano__inner .milano__target_content .milano__target_txt-unit .milano__target_txt-wrapper .milano__target_txt {
    font-size: 24px;
  }
}
.milano .milano__parts {
  background: #2A4072;
  background: radial-gradient(ellipse at center, #3c5283 0%, #2A4072 50%);
}
.milano .milano__parts .milano__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .milano .milano__parts .milano__inner {
    max-width: 1100px;
  }
}
.milano .milano__parts .milano__inner .milano__parts_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .milano .milano__parts .milano__inner .milano__parts_content {
    padding: 120px 0;
  }
}
.milano .milano__parts .milano__inner .milano__parts_title {
  color: #fff;
}
.milano .milano__parts .milano__inner .milano__parts_title::before {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .milano .milano__parts .milano__inner .milano__parts_list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-template-rows: auto auto; /* 2行 */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .milano .milano__parts .milano__inner .milano__parts_list {
    gap: 80px;
  }
}
.milano .milano__parts .milano__inner .milano__parts_list .milano__parts_item {
  display: grid;
  place-items: center;
  margin-top: 50px;
}
.milano .milano__parts .milano__inner .milano__parts_list .milano__parts_item img {
  max-width: 120px;
}
@media screen and (min-width: 1024px) {
  .milano .milano__parts .milano__inner .milano__parts_list .milano__parts_item img {
    max-width: 200px;
  }
}
.milano .milano__parts .milano__inner .milano__parts_list .milano__parts_item .milano__parts_item-name {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.milano .milano__parts .milano__inner .milano__parts_list .milano__parts_item .milano__parts_item-desc {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.milano .milano__parts .milano__inner .milano__parts_list .milano__parts_item .milano__parts_item-desc span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .milano .milano__parts .milano__inner .milano__parts_list .milano__parts_item .milano__parts_item-desc {
    font-size: 16px;
  }
}
.milano .milano__tools {
  position: relative;
  background-color: #fff; /* ベースは白 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(147, 134, 120, .1)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, rgba(147, 134, 120, .1), transparent 40%);
}
.milano .milano__tools .milano__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .milano .milano__tools .milano__inner {
    max-width: 1100px;
  }
}
.milano .milano__tools .milano__inner .milano__tools_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .milano .milano__tools .milano__inner .milano__tools_content {
    padding: 120px 0;
  }
}
.milano .milano__tools .milano__inner .milano__tools_content .milano__tools_item {
  margin-top: 50px;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .milano .milano__tools .milano__inner .milano__tools_content .milano__tools_item {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 1:1 の割合 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .milano .milano__tools .milano__inner .milano__tools_content .milano__tools_item:nth-child(2) > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* 最初の要素を右へ */
  }
}
@media screen and (min-width: 768px) {
  .milano .milano__tools .milano__inner .milano__tools_content .milano__tools_item:nth-child(2) > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 最後の要素を左へ */
  }
}
.milano .milano__tools .milano__inner .milano__tools_content .milano__tools_item img {
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.milano .milano__tools .milano__inner .milano__tools_content .milano__tools_item-txt-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .milano .milano__tools .milano__inner .milano__tools_content .milano__tools_item-txt-wrapper {
    margin-top: 0;
  }
}
.milano .milano__tools .milano__inner .milano__tools_content .milano__tools_item-txt-wrapper .milano__tools_item-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
}
.milano .milano__tools .milano__inner .milano__tools_content .milano__tools_item-txt-wrapper .milano__tools_item-heading span {
  display: block;
}
@media screen and (min-width: 768px) {
  .milano .milano__tools .milano__inner .milano__tools_content .milano__tools_item-txt-wrapper .milano__tools_item-heading span {
    display: inline;
  }
}
.milano .milano__tools .milano__inner .milano__tools_content .milano__tools_item-txt-wrapper .milano__tools_item-txt {
  margin-top: 16px;
  font-weight: 300;
  font-size: 14px;
}
.milano .milano__tools .milano__inner .milano__tools_content .milano__tools_item-txt-wrapper .milano__tools_item-txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .milano .milano__tools .milano__inner .milano__tools_content .milano__tools_item-txt-wrapper .milano__tools_item-txt:first-child {
    margin-top: 30px;
  }
}
.milano .price__section {
  margin: 0 auto;
  scroll-margin-top: 52px;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .milano .price__section {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .milano .price__section {
    scroll-margin-top: 82px;
  }
}
.milano .price__section .milano__price_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__price_content {
    padding: 120px 0;
  }
}
.milano .price__section .milano__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner {
    max-width: 1100px;
  }
}
.milano .price__section .milano__inner .price__section__title {
  padding: 16px 20px;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  background-color: #2A4072;
  color: #fff;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__section__title {
    padding: 18px 30px;
    margin-top: 80px;
  }
}
.milano .price__section .milano__inner .price__list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.milano .price__section .milano__inner .price__list .price__list-item:not(:first-child) {
  margin-top: 30px;
}
.milano .price__section .milano__inner .price__list .price__list-item summary {
  display: block;
}
.milano .price__section .milano__inner .price__list .price__list-item summary::-webkit-details-marker {
  display: none;
}
.milano .price__section .milano__inner .price__list .price__list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background-color: #EBE7E3;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.milano .price__section .milano__inner .price__list .price__list-item .price__summary-item span {
  display: block;
}
.milano .price__section .milano__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
  display: inline;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 24px;
  }
}
.milano .price__section .milano__inner .price__list .price__list-item .price__summary-item--option {
  background-color: #e2e8f5;
}
.milano .price__section .milano__inner .price__list .price__list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__summary {
    font-size: 16px;
  }
}
.milano .price__section .milano__inner .price__list .price__list-item .price__text {
  position: relative;
  overflow: hidden;
  font-size: 20px;
}
.milano .price__section .milano__inner .price__list .price__list-item .price__text p {
  padding: 16px 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__text p {
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__text p {
    font-size: 24px;
  }
}
.milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--row {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
}
.milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
.milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--drip-row {
  display: block;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--drip-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label,
.milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  display: block;
}
.milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 24px;
  }
}
.milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    font-size: 24px;
  }
}
.milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 24px;
  }
}
.milano .price__section .milano__inner .price__list .price__list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__list .price__list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.milano .price__section .milano__inner .price__list .price__list-item .open-icon::before, .milano .price__section .milano__inner .price__list .price__list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__list .price__list-item .open-icon::before, .milano .price__section .milano__inner .price__list .price__list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.milano .price__section .milano__inner .price__list .price__list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.milano .price__section .milano__inner .price__list .price__list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.milano .price__section .milano__inner .price__list .price__list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__list .price__list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.milano .price__section .milano__inner .price__list .price__list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.milano .price__section .milano__inner .price__cosme-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .milano .price__section .milano__inner .price__cosme-list {
    max-width: none;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item:not(:first-child) {
  margin-top: 30px;
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item summary {
  display: block;
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item summary::-webkit-details-marker {
  display: none;
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: rgba(235, 231, 227, .4);
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__summary-item span {
  display: block;
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
    line-height: 1;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__summary {
    font-size: 16px;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text {
    font-size: 16px;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text p {
  padding: 16px 20px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 20px;
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 24px;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 24px;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 24px;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
  text-align: right;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 24px;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
  display: block;
}
@media screen and (min-width: 640px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label,
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  display: block;
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
  text-align: left;
  text-wrap: nowrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 24px;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
    line-height: 1;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 470px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    font-size: 24px;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.milano .price__section .milano__inner .price__cosme-list .price__cosme-list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.milano .price__section .milano__inner .price__section__title-wrapper {
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
}
.milano .price__section .milano__inner .price__section__title-wrapper .price__section__title {
  margin: 10px auto;
  background-color: #b6a776;
  padding: 14px 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__section__title-wrapper .price__section__title {
    padding: 18px 30px;
  }
}
.milano .price__section .milano__inner .price__district-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .milano .price__section .milano__inner .price__district-list {
    max-width: none;
  }
}
.milano .price__section .milano__inner .price__district-list .price__district-list-item {
  padding: 14px 20px;
  background-color: #fcfcfc;
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__district-list .price__district-list-item {
    padding: 18px 30px;
  }
}
.milano .price__section .milano__inner .price__district-list .price__district-list-item:not(:first-child) {
  margin-top: 30px;
}
.milano .price__section .milano__inner .price__district-list .price__district-list-item .price__district-list-item__label {
  font-size: 14px;
  color: #2A4072;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 640px) {
  .milano .price__section .milano__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 24px;
  }
}
.milano .price__section .milano__inner .price__district-list .price__district-list-item .price__district-list-item__price {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .milano .price__section .milano__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .price__section .milano__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 24px;
  }
}
.milano .milano__detail .milano__detail_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .milano .milano__detail .milano__detail_content {
    padding: 120px 0;
  }
}
.milano .milano__detail .milano__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .milano .milano__detail .milano__inner {
    max-width: 1100px;
  }
}
.milano .milano__detail .detail__table {
  margin-top: 50px;
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.milano .milano__detail .detail__table .detail__content-item {
  border-top: 1px solid #C6C6C6;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .milano .milano__detail .detail__table .detail__content-item {
    border: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .milano .milano__detail .detail__table .detail__content-item {
    gap: 56px;
  }
}
.milano .milano__detail .detail__table .detail__content-item:last-child {
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  .milano .milano__detail .detail__table .detail__content-item:last-child {
    border-bottom: none;
  }
}
.milano .milano__detail .detail__table .detail__content-item .detail__content-h3 {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #2A4072;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .milano .milano__detail .detail__table .detail__content-item .detail__content-h3 {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .milano .milano__detail .detail__table .detail__content-item .detail__content-h3 span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .milano .milano__detail .detail__table .detail__content-item .detail__content-h3.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
.milano .milano__detail .detail__table .detail__content-item .detail__content-text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
  line-height: 1.6;
  color: #333;
}
.milano .milano__detail .detail__table .detail__content-item .detail__content-text span {
  display: block;
}
@media screen and (min-width: 768px) {
  .milano .milano__detail .detail__table .detail__content-item .detail__content-text {
    font-size: 16px;
    padding: 32px 0;
    margin-top: 0;
    border-top: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .milano .milano__detail .detail__table .detail__content-item .detail__content-text.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .milano .milano__detail .detail__table .detail__content-item .detail__content-list {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
  }
}
.milano .milano__supervision .milano__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .milano .milano__supervision .milano__inner {
    max-width: 1100px;
  }
}
.milano .milano__supervision .milano__inner .milano__supervision_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .milano .milano__supervision .milano__inner .milano__supervision_content {
    padding: 120px 0;
  }
}
.milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit img {
  display: block;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit img {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit .milano__supervision_profile {
  padding: 24px 30px;
  -webkit-box-shadow: 0 0 20px rgba(60, 86, 52, .1);
          box-shadow: 0 0 20px rgba(60, 86, 52, .1);
  position: relative;
  z-index: 1;
  margin-top: -20px;
  max-width: 500px;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit .milano__supervision_profile {
    margin: 60px 0 0 -3%;
    padding: 56px 80px;
    z-index: 10;
    max-width: none;
  }
}
.milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit .milano__supervision_profile .massage-peel__supervision_name img {
  width: 64px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit .milano__supervision_profile .massage-peel__supervision_name img {
    width: 80px;
  }
}
.milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit .milano__supervision_profile .milano__supervision_txt-wrapper:first-child {
  margin-top: 32px;
}
.milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit .milano__supervision_profile .milano__supervision_txt-wrapper:not(:first-child) {
  margin-top: 10px;
}
.milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit .milano__supervision_profile .milano__supervision_txt-wrapper .milano__supervision_txt-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit .milano__supervision_profile .milano__supervision_txt-wrapper .milano__supervision_txt-heading {
    font-size: 16px;
  }
}
.milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit .milano__supervision_profile .milano__supervision_txt-wrapper .milano__supervision_txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
.milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit .milano__supervision_profile .milano__supervision_txt-wrapper .milano__supervision_txt:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit .milano__supervision_profile .milano__supervision_txt-wrapper .milano__supervision_txt:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit .milano__supervision_profile .milano__supervision_txt-wrapper .milano__supervision_txt {
    font-size: 16px;
  }
}
.milano .milano__supervision .milano__inner .milano__supervision_content .milano__supervision_txt-unit .milano__supervision_profile .milano__supervision_txt-wrapper .milano__supervision_txt span {
  display: block;
}

.ordermade .ordermade__section__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
  margin-left: 32px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__section__title {
    font-size: 32px;
    left: 155px;
  }
}
.ordermade .ordermade__section__title::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #2A4072;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__section__title::before {
    left: -186px;
    width: 120px;
  }
}
.ordermade .ordermade__fv {
  position: relative;
}
.ordermade .ordermade__fv img {
  width: 100%;
  height: auto;
}
.ordermade .ordermade__fv .ordermade__fv_content {
  position: absolute;
  top: 60px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 0 0 0 20px;
}
@media screen and (min-width: 460px) {
  .ordermade .ordermade__fv .ordermade__fv_content {
    top: 140px;
  }
}
@media screen and (min-width: 600px) {
  .ordermade .ordermade__fv .ordermade__fv_content {
    top: 240px;
    -webkit-transform: scale(1.3) translate(10%, 0);
            transform: scale(1.3) translate(10%, 0);
  }
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__fv .ordermade__fv_content {
    top: 28px;
    left: 0;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    padding: 0 0 0 70px;
  }
}
@media screen and (min-width: 900px) {
  .ordermade .ordermade__fv .ordermade__fv_content {
    top: 50px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__fv .ordermade__fv_content {
    top: 30px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .ordermade .ordermade__fv .ordermade__fv_content {
    top: 80px;
    padding: 0 0 0 120px;
  }
}
@media screen and (min-width: 1536px) {
  .ordermade .ordermade__fv .ordermade__fv_content {
    top: 160px;
    padding: 0 0 0 190px;
  }
}
@media screen and (min-width: 1750px) {
  .ordermade .ordermade__fv .ordermade__fv_content {
    top: 185px;
    padding: 0 0 0 180px;
  }
}
@media screen and (min-width: 1920px) {
  .ordermade .ordermade__fv .ordermade__fv_content {
    top: 235px;
    -webkit-transform: scale(1.2) translate(20%, 0);
            transform: scale(1.2) translate(20%, 0);
  }
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.6;
  color: #2A4072;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_copy {
    font-size: 56px;
  }
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_copy span {
  display: block;
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt-price {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.1;
  color: #464646;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  margin-top: 20px;
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt-price img {
  height: 38px;
  width: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt-price img {
    height: 70px;
  }
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt-price span {
  display: block;
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt:nth-child(1) {
  line-height: 1;
  color: #444444;
  margin: 4px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt:nth-child(1) {
    font-size: 20px;
  }
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt:nth-child(1)::before,
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #444; /* ラインの色 */
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt:nth-child(1)::before {
  margin-bottom: 8px; /* 文字との間隔 */
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt:nth-child(1)::after {
  margin-top: 8px; /* 文字との間隔 */
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt:nth-child(2) {
  margin-top: 20px;
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt:nth-child(2) span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt:nth-child(2) span {
    font-size: 16px;
  }
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt__desc span {
  line-height: 1.7;
  display: block;
  padding: 0 28px;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt__desc span {
    display: inline;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt__desc span:nth-child(1) {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_price-wrapper .ordermade__fv_price-txt__desc span:nth-child(2) {
    padding-right: 24px;
  }
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_btn-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_btn-wrapper {
    display: block;
    margin-top: 20px;
    max-width: 280px;
    width: 90%;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_btn-wrapper {
    margin-top: 40px;
    max-width: 336px;
  }
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_btn-wrapper .ordermade__fv_btn {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_btn-wrapper .ordermade__fv_btn {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_btn-wrapper .ordermade__fv_btn {
    padding: 30px;
  }
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_btn-wrapper .ordermade__fv_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_btn-wrapper .ordermade__fv_btn span {
  display: block;
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_btn-wrapper .ordermade__fv_btn span.small {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_btn-wrapper .ordermade__fv_btn span.small {
    font-size: 14px;
  }
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_btn-wrapper .ordermade__fv_btn span.large {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_btn-wrapper .ordermade__fv_btn span.large {
    font-size: 20px;
  }
}
.ordermade .ordermade__fv .ordermade__fv_content .ordermade__fv_btn-wrapper .ordermade__fv_btn:hover {
  opacity: 0.7;
}
.ordermade .ordermade__intro {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__intro {
    margin: 120px 0;
  }
}
.ordermade .ordermade__intro .ordermade__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__intro .ordermade__inner {
    max-width: 1100px;
  }
}
.ordermade .ordermade__intro .ordermade__inner .ordermade__intro__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
}
.ordermade .ordermade__intro .ordermade__inner .ordermade__intro__title__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__intro .ordermade__inner .ordermade__intro__title__pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__intro .ordermade__inner .ordermade__intro__title__sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__intro .ordermade__inner .ordermade__intro_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    max-width: 1100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ordermade .ordermade__intro .ordermade__inner .ordermade__intro_content picture {
  display: block;
  width: 230px;
  height: 100%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__intro .ordermade__inner .ordermade__intro_content picture {
    width: 100%;
    margin: 0;
  }
}
.ordermade .ordermade__intro .ordermade__inner .ordermade__intro_content .ordermade__intro_txt-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__intro .ordermade__inner .ordermade__intro_content .ordermade__intro_txt-wrapper {
    font-size: 24px;
  }
}
.ordermade .ordermade__intro .ordermade__inner .ordermade__intro_content .ordermade__intro_txt-wrapper .ordermade__intro_txt {
  font-weight: 300;
  font-size: 14px;
}
.ordermade .ordermade__intro .ordermade__inner .ordermade__intro_content .ordermade__intro_txt-wrapper .ordermade__intro_txt span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__intro .ordermade__inner .ordermade__intro_content .ordermade__intro_txt-wrapper .ordermade__intro_txt {
    font-size: 16px;
  }
}
.ordermade .ordermade__intro .ordermade__inner .ordermade__intro_content .ordermade__intro_txt-wrapper .ordermade__intro_txt:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__intro .ordermade__inner .ordermade__intro_content .ordermade__intro_txt-wrapper .ordermade__intro_txt:nth-child(2) {
    margin-top: 50px;
  }
}
.ordermade .ordermade__intro .ordermade__inner .ordermade__intro_content .ordermade__intro_txt-wrapper .ordermade__intro_txt:nth-child(n+3) {
  margin-top: 16px;
}
.ordermade .ordermade__intro .ordermade__inner .ordermade__intro_content > :first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ordermade .ordermade__intro .ordermade__inner .ordermade__intro_content > :last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ordermade .ordermade__target {
  background: url(../../src/images/menu-single/single-target-bg-sp.png) no-repeat center center;
  background-size: cover;
  padding: 120px 0 60px;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__target {
    background: url(../../src/images/menu-single/single-target-bg-pc.png) no-repeat center center;
    background-size: cover;
    padding: 200px 0 120px;
  }
}
.ordermade .ordermade__target .ordermade__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__target .ordermade__inner {
    max-width: 1100px;
  }
}
.ordermade .ordermade__target .ordermade__inner .ordermade__target_content {
  width: 100%;
}
.ordermade .ordermade__target .ordermade__inner .ordermade__target_content .ordermade__target_title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
  color: #926F4F;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__target .ordermade__inner .ordermade__target_content .ordermade__target_title {
    font-size: 32px;
  }
}
.ordermade .ordermade__target .ordermade__inner .ordermade__target_content .ordermade__target_title::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #926F4F;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__target .ordermade__inner .ordermade__target_content .ordermade__target_title::before {
    height: 120px;
    top: -150px;
  }
}
.ordermade .ordermade__target .ordermade__inner .ordermade__target_content .ordermade__target_txt-unit {
  margin-top: 30px;
  padding: 40px 20px 40px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 460px) {
  .ordermade .ordermade__target .ordermade__inner .ordermade__target_content .ordermade__target_txt-unit {
    padding: 60px 30px 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__target .ordermade__inner .ordermade__target_content .ordermade__target_txt-unit {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__target .ordermade__inner .ordermade__target_content .ordermade__target_txt-unit {
    margin-top: 60px;
    padding: 70px 0 70px 136px;
    max-width: 1100px;
  }
}
.ordermade .ordermade__target .ordermade__inner .ordermade__target_content .ordermade__target_txt-unit .ordermade__target_txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.ordermade .ordermade__target .ordermade__inner .ordermade__target_content .ordermade__target_txt-unit .ordermade__target_txt-wrapper:not(:first-child) {
  margin-top: 20px;
}
.ordermade .ordermade__target .ordermade__inner .ordermade__target_content .ordermade__target_txt-unit .ordermade__target_txt-wrapper .ordermade__target_txt {
  font-family: "Shippori Mincho", serif;
  line-height: 1.7;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__target .ordermade__inner .ordermade__target_content .ordermade__target_txt-unit .ordermade__target_txt-wrapper .ordermade__target_txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__target .ordermade__inner .ordermade__target_content .ordermade__target_txt-unit .ordermade__target_txt-wrapper .ordermade__target_txt {
    font-size: 24px;
  }
}
.ordermade .ordermade__parts {
  background: #2A4072;
  background: radial-gradient(ellipse at center, #3c5283 0%, #2A4072 50%);
}
.ordermade .ordermade__parts .ordermade__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__parts .ordermade__inner {
    max-width: 1100px;
  }
}
.ordermade .ordermade__parts .ordermade__inner .ordermade__parts_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__parts .ordermade__inner .ordermade__parts_content {
    padding: 120px 0;
  }
}
.ordermade .ordermade__parts .ordermade__inner .ordermade__parts_title {
  color: #fff;
}
.ordermade .ordermade__parts .ordermade__inner .ordermade__parts_title::before {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__parts .ordermade__inner .ordermade__parts_list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-template-rows: auto auto; /* 2行 */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__parts .ordermade__inner .ordermade__parts_list {
    gap: 80px;
  }
}
.ordermade .ordermade__parts .ordermade__inner .ordermade__parts_list .ordermade__parts_item {
  display: grid;
  place-items: center;
  margin-top: 50px;
}
.ordermade .ordermade__parts .ordermade__inner .ordermade__parts_list .ordermade__parts_item img {
  max-width: 120px;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__parts .ordermade__inner .ordermade__parts_list .ordermade__parts_item img {
    max-width: 200px;
  }
}
.ordermade .ordermade__parts .ordermade__inner .ordermade__parts_list .ordermade__parts_item .ordermade__parts_item-name {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.ordermade .ordermade__parts .ordermade__inner .ordermade__parts_list .ordermade__parts_item .ordermade__parts_item-desc {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.ordermade .ordermade__parts .ordermade__inner .ordermade__parts_list .ordermade__parts_item .ordermade__parts_item-desc span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__parts .ordermade__inner .ordermade__parts_list .ordermade__parts_item .ordermade__parts_item-desc {
    font-size: 16px;
  }
}
.ordermade .ordermade__tools {
  position: relative;
  background-color: #fff; /* ベースは白 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(147, 134, 120, .1)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, rgba(147, 134, 120, .1), transparent 40%);
}
.ordermade .ordermade__tools .ordermade__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__tools .ordermade__inner {
    max-width: 1100px;
  }
}
.ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content {
    padding: 120px 0;
  }
}
.ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_item {
  margin-top: 50px;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_item {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 1:1 の割合 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_item:nth-child(2n) > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* 最初の要素を右へ */
  }
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_item:nth-child(2n) > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 最後の要素を左へ */
  }
}
.ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_item img {
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_item-txt-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_item-txt-wrapper {
    margin-top: 0;
  }
}
.ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_item-txt-wrapper .ordermade__tools_item-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
}
.ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_item-txt-wrapper .ordermade__tools_item-heading span {
  display: block;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_item-txt-wrapper .ordermade__tools_item-heading span {
    display: inline;
  }
}
.ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_item-txt-wrapper .ordermade__tools_item-txt {
  margin-top: 16px;
  font-weight: 300;
  font-size: 14px;
}
.ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_item-txt-wrapper .ordermade__tools_item-txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_item-txt-wrapper .ordermade__tools_item-txt:first-child {
    margin-top: 30px;
  }
}
.ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_desc-wrapper {
  margin-top: 120px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_desc-wrapper {
    margin-top: 160px;
  }
}
.ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_desc-wrapper::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(42, 64, 114, .4);
  position: absolute;
  top: -40px;
  left: 0;
}
.ordermade .ordermade__tools .ordermade__inner .ordermade__tools_content .ordermade__tools_desc-wrapper .ordermade__tools_desc {
  font-weight: 300;
  line-height: 1.6;
}
.ordermade .price__section {
  margin: 0 auto;
  scroll-margin-top: 52px;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .ordermade .price__section {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .ordermade .price__section {
    scroll-margin-top: 82px;
  }
}
.ordermade .price__section .ordermade__price_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__price_content {
    padding: 120px 0;
  }
}
.ordermade .price__section .ordermade__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner {
    max-width: 1100px;
  }
}
.ordermade .price__section .ordermade__inner .price__section__title {
  padding: 16px 20px;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  background-color: #2A4072;
  color: #fff;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__section__title {
    padding: 18px 30px;
    margin-top: 80px;
  }
}
.ordermade .price__section .ordermade__inner .price__txt-wrapper {
  margin-top: 10px;
  position: relative;
  border: 1px solid #2A4072;
  border-radius: 4px;
  padding: 26px 20px;
}
.ordermade .price__section .ordermade__inner .price__txt-wrapper::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(42, 64, 114, .4);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__txt-wrapper {
    margin-top: 20px;
  }
}
.ordermade .price__section .ordermade__inner .price__txt-wrapper .price__txt {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__txt-wrapper .price__txt {
    font-size: 20px;
  }
}
.ordermade .price__section .ordermade__inner .price__txt-wrapper .price__txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__txt-wrapper .price__txt span {
    display: inline;
  }
}
.ordermade .price__section .ordermade__inner .price__list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item:not(:first-child) {
  margin-top: 30px;
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item summary {
  display: block;
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item summary::-webkit-details-marker {
  display: none;
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background-color: #EBE7E3;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__summary-item span {
  display: block;
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
  display: inline;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 24px;
  }
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__summary-item--option {
  background-color: #e2e8f5;
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__summary {
    font-size: 16px;
  }
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text {
  position: relative;
  overflow: hidden;
  font-size: 20px;
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #abb3c5;
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text-unit:last-child {
  border-bottom: none;
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text p {
  padding: 16px 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text p {
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text p {
    font-size: 24px;
  }
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text p:nth-child(1) {
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text p:nth-child(1) {
    font-size: 24px;
  }
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--row {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--drip-row {
  display: block;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--drip-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label,
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  display: block;
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 24px;
  }
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    font-size: 24px;
  }
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 24px;
  }
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .open-icon::before, .ordermade .price__section .ordermade__inner .price__list .price__list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .open-icon::before, .ordermade .price__section .ordermade__inner .price__list .price__list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__list .price__list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.ordermade .price__section .ordermade__inner .price__list .price__list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.ordermade .price__section .ordermade__inner .price__cosme-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list {
    max-width: none;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item:not(:first-child) {
  margin-top: 30px;
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item summary {
  display: block;
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item summary::-webkit-details-marker {
  display: none;
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: rgba(235, 231, 227, .4);
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__summary-item span {
  display: block;
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
    line-height: 1;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__summary {
    font-size: 16px;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text {
    font-size: 16px;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text p {
  padding: 16px 20px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 20px;
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 24px;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 24px;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 24px;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
  text-align: right;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 24px;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
  display: block;
}
@media screen and (min-width: 640px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label,
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  display: block;
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
  text-align: left;
  text-wrap: nowrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 24px;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
    line-height: 1;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 470px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    font-size: 24px;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.ordermade .price__section .ordermade__inner .price__cosme-list .price__cosme-list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.ordermade .price__section .ordermade__inner .price__section__title-wrapper {
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
}
.ordermade .price__section .ordermade__inner .price__section__title-wrapper .price__section__title {
  margin: 10px auto;
  background-color: #b6a776;
  padding: 14px 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__section__title-wrapper .price__section__title {
    padding: 18px 30px;
  }
}
.ordermade .price__section .ordermade__inner .price__district-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .ordermade .price__section .ordermade__inner .price__district-list {
    max-width: none;
  }
}
.ordermade .price__section .ordermade__inner .price__district-list .price__district-list-item {
  padding: 14px 20px;
  background-color: #fcfcfc;
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__district-list .price__district-list-item {
    padding: 18px 30px;
  }
}
.ordermade .price__section .ordermade__inner .price__district-list .price__district-list-item:not(:first-child) {
  margin-top: 30px;
}
.ordermade .price__section .ordermade__inner .price__district-list .price__district-list-item .price__district-list-item__label {
  font-size: 14px;
  color: #2A4072;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 640px) {
  .ordermade .price__section .ordermade__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 24px;
  }
}
.ordermade .price__section .ordermade__inner .price__district-list .price__district-list-item .price__district-list-item__price {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .ordermade .price__section .ordermade__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .price__section .ordermade__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 24px;
  }
}
.ordermade .ordermade__supervision .ordermade__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__supervision .ordermade__inner {
    max-width: 1100px;
  }
}
.ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content {
  padding: 0 0 80px;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content {
    padding: 0 0 120px;
  }
}
.ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit img {
  display: block;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit img {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit .ordermade__supervision_profile {
  padding: 24px 30px;
  -webkit-box-shadow: 0 0 20px rgba(60, 86, 52, .1);
          box-shadow: 0 0 20px rgba(60, 86, 52, .1);
  position: relative;
  z-index: 1;
  margin-top: -20px;
  max-width: 500px;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit .ordermade__supervision_profile {
    margin: 60px 0 0 -3%;
    padding: 56px 80px;
    z-index: 10;
    max-width: none;
  }
}
.ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit .ordermade__supervision_profile .massage-peel__supervision_name img {
  width: 64px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit .ordermade__supervision_profile .massage-peel__supervision_name img {
    width: 80px;
  }
}
.ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit .ordermade__supervision_profile .ordermade__supervision_txt-wrapper:first-child {
  margin-top: 32px;
}
.ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit .ordermade__supervision_profile .ordermade__supervision_txt-wrapper:not(:first-child) {
  margin-top: 10px;
}
.ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit .ordermade__supervision_profile .ordermade__supervision_txt-wrapper .ordermade__supervision_txt-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit .ordermade__supervision_profile .ordermade__supervision_txt-wrapper .ordermade__supervision_txt-heading {
    font-size: 16px;
  }
}
.ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit .ordermade__supervision_profile .ordermade__supervision_txt-wrapper .ordermade__supervision_txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
.ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit .ordermade__supervision_profile .ordermade__supervision_txt-wrapper .ordermade__supervision_txt:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit .ordermade__supervision_profile .ordermade__supervision_txt-wrapper .ordermade__supervision_txt:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit .ordermade__supervision_profile .ordermade__supervision_txt-wrapper .ordermade__supervision_txt {
    font-size: 16px;
  }
}
.ordermade .ordermade__supervision .ordermade__inner .ordermade__supervision_content .ordermade__supervision_txt-unit .ordermade__supervision_profile .ordermade__supervision_txt-wrapper .ordermade__supervision_txt span {
  display: block;
}

.outcall .outcall__section__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
  margin-left: 32px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__section__title {
    font-size: 32px;
    left: 155px;
  }
}
.outcall .outcall__section__title::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #2A4072;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__section__title::before {
    left: -186px;
    width: 120px;
  }
}
.outcall .outcall__fv {
  position: relative;
}
.outcall .outcall__fv img {
  width: 100%;
  height: auto;
}
.outcall .outcall__fv .outcall__fv_content {
  position: absolute;
  top: 94px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 0 0 0 20px;
}
@media screen and (min-width: 460px) {
  .outcall .outcall__fv .outcall__fv_content {
    top: 140px;
  }
}
@media screen and (min-width: 600px) {
  .outcall .outcall__fv .outcall__fv_content {
    top: 240px;
    -webkit-transform: scale(1.3) translate(10%, 0);
            transform: scale(1.3) translate(10%, 0);
  }
}
@media screen and (min-width: 768px) {
  .outcall .outcall__fv .outcall__fv_content {
    top: 28px;
    left: 0;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    padding: 0 0 0 70px;
  }
}
@media screen and (min-width: 900px) {
  .outcall .outcall__fv .outcall__fv_content {
    top: 50px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__fv .outcall__fv_content {
    top: 30px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .outcall .outcall__fv .outcall__fv_content {
    top: 80px;
    padding: 0 0 0 120px;
  }
}
@media screen and (min-width: 1536px) {
  .outcall .outcall__fv .outcall__fv_content {
    top: 160px;
    padding: 0 0 0 190px;
  }
}
@media screen and (min-width: 1750px) {
  .outcall .outcall__fv .outcall__fv_content {
    top: 185px;
    padding: 0 0 0 180px;
  }
}
@media screen and (min-width: 1920px) {
  .outcall .outcall__fv .outcall__fv_content {
    top: 235px;
    -webkit-transform: scale(1.2) translate(20%, 0);
            transform: scale(1.2) translate(20%, 0);
  }
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.6;
  color: #2A4072;
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_copy {
    font-size: 56px;
  }
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_copy span {
  display: block;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_copy span {
    display: inline;
  }
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_copy span:last-child {
  display: block;
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt-price {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.1;
  color: #464646;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  margin-top: 20px;
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt-price img {
  height: 38px;
  width: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt-price img {
    height: 70px;
  }
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt-price span {
  display: block;
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt:nth-child(1) {
  line-height: 1;
  color: #444444;
  margin: 4px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt:nth-child(1) {
    font-size: 20px;
  }
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt:nth-child(1)::before,
.outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #444; /* ラインの色 */
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt:nth-child(1)::before {
  margin-bottom: 8px; /* 文字との間隔 */
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt:nth-child(1)::after {
  margin-top: 8px; /* 文字との間隔 */
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt:nth-child(2) {
  margin-top: 20px;
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt:nth-child(2) span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt:nth-child(2) span {
    font-size: 16px;
  }
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt__desc span {
  line-height: 1.7;
  display: block;
  padding: 0 28px;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt__desc span {
    display: inline;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt__desc span:nth-child(1) {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_price-wrapper .outcall__fv_price-txt__desc span:nth-child(2) {
    padding-right: 24px;
  }
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_btn-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_btn-wrapper {
    display: block;
    margin-top: 20px;
    max-width: 280px;
    width: 90%;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_btn-wrapper {
    margin-top: 40px;
    max-width: 336px;
  }
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_btn-wrapper .outcall__fv_btn {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_btn-wrapper .outcall__fv_btn {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_btn-wrapper .outcall__fv_btn {
    padding: 30px;
  }
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_btn-wrapper .outcall__fv_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_btn-wrapper .outcall__fv_btn span {
  display: block;
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_btn-wrapper .outcall__fv_btn span.small {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_btn-wrapper .outcall__fv_btn span.small {
    font-size: 14px;
  }
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_btn-wrapper .outcall__fv_btn span.large {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__fv .outcall__fv_content .outcall__fv_btn-wrapper .outcall__fv_btn span.large {
    font-size: 20px;
  }
}
.outcall .outcall__fv .outcall__fv_content .outcall__fv_btn-wrapper .outcall__fv_btn:hover {
  opacity: 0.7;
}
.outcall .outcall__intro {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__intro {
    margin: 120px 0;
  }
}
.outcall .outcall__intro .outcall__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__intro .outcall__inner {
    max-width: 1100px;
  }
}
.outcall .outcall__intro .outcall__inner .outcall__intro__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
}
.outcall .outcall__intro .outcall__inner .outcall__intro__title__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__intro .outcall__inner .outcall__intro__title__pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .outcall .outcall__intro .outcall__inner .outcall__intro__title__sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .outcall .outcall__intro .outcall__inner .outcall__intro_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    max-width: 1100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.outcall .outcall__intro .outcall__inner .outcall__intro_content picture {
  display: block;
  width: 230px;
  height: 100%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__intro .outcall__inner .outcall__intro_content picture {
    width: 100%;
    margin: 0;
  }
}
.outcall .outcall__intro .outcall__inner .outcall__intro_content .outcall__intro_txt-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__intro .outcall__inner .outcall__intro_content .outcall__intro_txt-wrapper {
    font-size: 24px;
  }
}
.outcall .outcall__intro .outcall__inner .outcall__intro_content .outcall__intro_txt-wrapper .outcall__intro_txt {
  font-weight: 300;
  font-size: 14px;
}
.outcall .outcall__intro .outcall__inner .outcall__intro_content .outcall__intro_txt-wrapper .outcall__intro_txt span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__intro .outcall__inner .outcall__intro_content .outcall__intro_txt-wrapper .outcall__intro_txt {
    font-size: 16px;
  }
}
.outcall .outcall__intro .outcall__inner .outcall__intro_content .outcall__intro_txt-wrapper .outcall__intro_txt:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__intro .outcall__inner .outcall__intro_content .outcall__intro_txt-wrapper .outcall__intro_txt:nth-child(2) {
    margin-top: 50px;
  }
}
.outcall .outcall__intro .outcall__inner .outcall__intro_content .outcall__intro_txt-wrapper .outcall__intro_txt:nth-child(n+3) {
  margin-top: 16px;
}
.outcall .outcall__intro .outcall__inner .outcall__intro_content > :first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.outcall .outcall__intro .outcall__inner .outcall__intro_content > :last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.outcall .outcall__target {
  background: url(../../src/images/menu-single/single-target-bg-sp.png) no-repeat center center;
  background-size: cover;
  padding: 120px 0 60px;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__target {
    background: url(../../src/images/menu-single/single-target-bg-pc.png) no-repeat center center;
    background-size: cover;
    padding: 200px 0 120px;
  }
}
.outcall .outcall__target .outcall__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__target .outcall__inner {
    max-width: 1100px;
  }
}
.outcall .outcall__target .outcall__inner .outcall__target_content {
  width: 100%;
}
.outcall .outcall__target .outcall__inner .outcall__target_content .outcall__target_title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
  color: #926F4F;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__target .outcall__inner .outcall__target_content .outcall__target_title {
    font-size: 32px;
  }
}
.outcall .outcall__target .outcall__inner .outcall__target_content .outcall__target_title::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #926F4F;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__target .outcall__inner .outcall__target_content .outcall__target_title::before {
    height: 120px;
    top: -150px;
  }
}
.outcall .outcall__target .outcall__inner .outcall__target_content .outcall__target_txt-unit {
  margin-top: 30px;
  padding: 40px 20px 40px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 460px) {
  .outcall .outcall__target .outcall__inner .outcall__target_content .outcall__target_txt-unit {
    padding: 60px 30px 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .outcall .outcall__target .outcall__inner .outcall__target_content .outcall__target_txt-unit {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__target .outcall__inner .outcall__target_content .outcall__target_txt-unit {
    margin-top: 60px;
    padding: 70px 0 70px 136px;
    max-width: 1100px;
  }
}
.outcall .outcall__target .outcall__inner .outcall__target_content .outcall__target_txt-unit .outcall__target_txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.outcall .outcall__target .outcall__inner .outcall__target_content .outcall__target_txt-unit .outcall__target_txt-wrapper:not(:first-child) {
  margin-top: 20px;
}
.outcall .outcall__target .outcall__inner .outcall__target_content .outcall__target_txt-unit .outcall__target_txt-wrapper .outcall__target_txt {
  font-family: "Shippori Mincho", serif;
  line-height: 1.7;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__target .outcall__inner .outcall__target_content .outcall__target_txt-unit .outcall__target_txt-wrapper .outcall__target_txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__target .outcall__inner .outcall__target_content .outcall__target_txt-unit .outcall__target_txt-wrapper .outcall__target_txt {
    font-size: 24px;
  }
}
.outcall .outcall__tools {
  position: relative;
  background-color: #fff; /* ベースは白 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(147, 134, 120, .1)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, rgba(147, 134, 120, .1), transparent 40%);
}
.outcall .outcall__tools .outcall__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__tools .outcall__inner {
    max-width: 1100px;
  }
}
.outcall .outcall__tools .outcall__inner .outcall__tools_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__tools .outcall__inner .outcall__tools_content {
    padding: 120px 0;
  }
}
.outcall .outcall__tools .outcall__inner .outcall__tools_content .outcall__tools_item {
  margin-top: 50px;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__tools .outcall__inner .outcall__tools_content .outcall__tools_item {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 1:1 の割合 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .outcall .outcall__tools .outcall__inner .outcall__tools_content .outcall__tools_item:nth-child(2) > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* 最初の要素を右へ */
  }
}
@media screen and (min-width: 768px) {
  .outcall .outcall__tools .outcall__inner .outcall__tools_content .outcall__tools_item:nth-child(2) > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 最後の要素を左へ */
  }
}
.outcall .outcall__tools .outcall__inner .outcall__tools_content .outcall__tools_item img {
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.outcall .outcall__tools .outcall__inner .outcall__tools_content .outcall__tools_item-txt-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__tools .outcall__inner .outcall__tools_content .outcall__tools_item-txt-wrapper {
    margin-top: 0;
  }
}
.outcall .outcall__tools .outcall__inner .outcall__tools_content .outcall__tools_item-txt-wrapper .outcall__tools_item-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
}
.outcall .outcall__tools .outcall__inner .outcall__tools_content .outcall__tools_item-txt-wrapper .outcall__tools_item-heading span {
  display: block;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__tools .outcall__inner .outcall__tools_content .outcall__tools_item-txt-wrapper .outcall__tools_item-heading span {
    display: inline;
  }
}
.outcall .outcall__tools .outcall__inner .outcall__tools_content .outcall__tools_item-txt-wrapper .outcall__tools_item-txt {
  margin-top: 16px;
  font-weight: 300;
  font-size: 14px;
}
.outcall .outcall__tools .outcall__inner .outcall__tools_content .outcall__tools_item-txt-wrapper .outcall__tools_item-txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__tools .outcall__inner .outcall__tools_content .outcall__tools_item-txt-wrapper .outcall__tools_item-txt:first-child {
    margin-top: 30px;
  }
}
.outcall .price__section {
  margin: 0 auto;
  scroll-margin-top: 52px;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .outcall .price__section {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .outcall .price__section {
    scroll-margin-top: 82px;
  }
}
.outcall .price__section .outcall__price_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__price_content {
    padding: 120px 0;
  }
}
.outcall .price__section .outcall__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner {
    max-width: 1100px;
  }
}
.outcall .price__section .outcall__inner .price__section__title {
  padding: 16px 20px;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  background-color: #2A4072;
  color: #fff;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__section__title {
    padding: 18px 30px;
    margin-top: 80px;
  }
}
.outcall .price__section .outcall__inner .price__txt-wrapper {
  margin-top: 10px;
  position: relative;
  border: 1px solid #2A4072;
  border-radius: 4px;
  padding: 26px 20px;
}
.outcall .price__section .outcall__inner .price__txt-wrapper::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(42, 64, 114, .4);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__txt-wrapper {
    margin-top: 20px;
  }
}
.outcall .price__section .outcall__inner .price__txt-wrapper .price__txt {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__txt-wrapper .price__txt {
    font-size: 20px;
  }
}
.outcall .price__section .outcall__inner .price__txt-wrapper .price__txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__txt-wrapper .price__txt span {
    display: inline;
  }
}
.outcall .price__section .outcall__inner .price__list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.outcall .price__section .outcall__inner .price__list .price__list-item:not(:first-child) {
  margin-top: 30px;
}
.outcall .price__section .outcall__inner .price__list .price__list-item summary {
  display: block;
}
.outcall .price__section .outcall__inner .price__list .price__list-item summary::-webkit-details-marker {
  display: none;
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background-color: #EBE7E3;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__summary-item span {
  display: block;
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
  display: inline;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 24px;
  }
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__summary-item--option {
  background-color: #e2e8f5;
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__summary {
    font-size: 16px;
  }
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text {
  position: relative;
  overflow: hidden;
  font-size: 20px;
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #abb3c5;
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text-unit:last-child {
  border-bottom: none;
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text p {
  padding: 16px 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__text p {
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__text p {
    font-size: 24px;
  }
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text p:nth-child(1) {
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__text p:nth-child(1) {
    font-size: 24px;
  }
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--row {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--drip-row {
  display: block;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--drip-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label,
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  display: block;
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 24px;
  }
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    font-size: 24px;
  }
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 24px;
  }
}
.outcall .price__section .outcall__inner .price__list .price__list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.outcall .price__section .outcall__inner .price__list .price__list-item .open-icon::before, .outcall .price__section .outcall__inner .price__list .price__list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .open-icon::before, .outcall .price__section .outcall__inner .price__list .price__list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.outcall .price__section .outcall__inner .price__list .price__list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.outcall .price__section .outcall__inner .price__list .price__list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.outcall .price__section .outcall__inner .price__list .price__list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__list .price__list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.outcall .price__section .outcall__inner .price__list .price__list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.outcall .price__section .outcall__inner .price__cosme-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .outcall .price__section .outcall__inner .price__cosme-list {
    max-width: none;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item:not(:first-child) {
  margin-top: 30px;
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item summary {
  display: block;
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item summary::-webkit-details-marker {
  display: none;
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: rgba(235, 231, 227, .4);
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__summary-item span {
  display: block;
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
    line-height: 1;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__summary {
    font-size: 16px;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text {
    font-size: 16px;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text p {
  padding: 16px 20px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 20px;
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 24px;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 24px;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 24px;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
  text-align: right;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 24px;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
  display: block;
}
@media screen and (min-width: 640px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label,
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  display: block;
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
  text-align: left;
  text-wrap: nowrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 24px;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
    line-height: 1;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 470px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    font-size: 24px;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.outcall .price__section .outcall__inner .price__cosme-list .price__cosme-list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.outcall .price__section .outcall__inner .price__section__title-wrapper {
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
}
.outcall .price__section .outcall__inner .price__section__title-wrapper .price__section__title {
  margin: 10px auto;
  background-color: #b6a776;
  padding: 14px 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__section__title-wrapper .price__section__title {
    padding: 18px 30px;
  }
}
.outcall .price__section .outcall__inner .price__district-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .outcall .price__section .outcall__inner .price__district-list {
    max-width: none;
  }
}
.outcall .price__section .outcall__inner .price__district-list .price__district-list-item {
  padding: 14px 20px;
  background-color: #fcfcfc;
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__district-list .price__district-list-item {
    padding: 18px 30px;
  }
}
.outcall .price__section .outcall__inner .price__district-list .price__district-list-item:not(:first-child) {
  margin-top: 30px;
}
.outcall .price__section .outcall__inner .price__district-list .price__district-list-item .price__district-list-item__label {
  font-size: 14px;
  color: #2A4072;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 640px) {
  .outcall .price__section .outcall__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 24px;
  }
}
.outcall .price__section .outcall__inner .price__district-list .price__district-list-item .price__district-list-item__price {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .outcall .price__section .outcall__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .price__section .outcall__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 24px;
  }
}
.outcall .outcall__supervision .outcall__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__supervision .outcall__inner {
    max-width: 1100px;
  }
}
.outcall .outcall__supervision .outcall__inner .outcall__supervision_content {
  padding: 0 0 80px;
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__supervision .outcall__inner .outcall__supervision_content {
    padding: 0 0 120px;
  }
}
.outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit img {
  display: block;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit img {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit .outcall__supervision_profile {
  padding: 24px 30px;
  -webkit-box-shadow: 0 0 20px rgba(60, 86, 52, .1);
          box-shadow: 0 0 20px rgba(60, 86, 52, .1);
  position: relative;
  z-index: 1;
  margin-top: -20px;
  max-width: 500px;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit .outcall__supervision_profile {
    margin: 60px 0 0 -3%;
    padding: 56px 80px;
    z-index: 10;
    max-width: none;
  }
}
.outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit .outcall__supervision_profile .massage-peel__supervision_name img {
  width: 64px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit .outcall__supervision_profile .massage-peel__supervision_name img {
    width: 80px;
  }
}
.outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit .outcall__supervision_profile .outcall__supervision_txt-wrapper:first-child {
  margin-top: 32px;
}
.outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit .outcall__supervision_profile .outcall__supervision_txt-wrapper:not(:first-child) {
  margin-top: 10px;
}
.outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit .outcall__supervision_profile .outcall__supervision_txt-wrapper .outcall__supervision_txt-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit .outcall__supervision_profile .outcall__supervision_txt-wrapper .outcall__supervision_txt-heading {
    font-size: 16px;
  }
}
.outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit .outcall__supervision_profile .outcall__supervision_txt-wrapper .outcall__supervision_txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
.outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit .outcall__supervision_profile .outcall__supervision_txt-wrapper .outcall__supervision_txt:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit .outcall__supervision_profile .outcall__supervision_txt-wrapper .outcall__supervision_txt:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit .outcall__supervision_profile .outcall__supervision_txt-wrapper .outcall__supervision_txt {
    font-size: 16px;
  }
}
.outcall .outcall__supervision .outcall__inner .outcall__supervision_content .outcall__supervision_txt-unit .outcall__supervision_profile .outcall__supervision_txt-wrapper .outcall__supervision_txt span {
  display: block;
}

.price .price__container {
  margin: 52px auto 0;
}
@media screen and (min-width: 768px) {
  .price .price__container {
    margin: 82px auto 0;
  }
}
.price .price__container .price__inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 120px;
}
@media screen and (min-width: 1024px) {
  .price .price__container .price__inner {
    padding: 0 40px;
    max-width: 1180px;
  }
}
.price .price__container .price__inner .price__nav {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__nav {
    margin-top: 80px;
  }
}
.price .price__container .price__inner .price__nav .price__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 640px) {
  .price .price__container .price__inner .price__nav .price__nav__list {
    display: grid;
    grid-template-columns: repeat(2, 270px);
    gap: 30px 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .price .price__container .price__inner .price__nav .price__nav__list {
    grid-template-rows: repeat(4, 40px);
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 80px;
  }
}
.price .price__container .price__inner .price__nav .price__nav__list .price__nav__list-item {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__nav .price__nav__list .price__nav__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.price .price__container .price__inner .price__nav .price__nav__list .price__nav__list-item .price__nav__list-item__link {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #2A4072;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 1100px) {
  .price .price__container .price__inner .price__nav .price__nav__list .price__nav__list-item .price__nav__list-item__link {
    font-size: 24px;
  }
}
.price .price__container .price__inner .price__nav .price__nav__list .price__nav__list-item .price__nav__list-item__link span {
  padding-top: 8px;
}
@media screen and (min-width: 1024px) {
  .price .price__container .price__inner .price__nav .price__nav__list .price__nav__list-item .price__nav__list-item__link span {
    padding-top: 6px;
  }
}
.price .price__container .price__inner .price__nav .price__nav--other {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 640px) {
  .price .price__container .price__inner .price__nav .price__nav--other {
    display: grid;
    grid-template-columns: repeat(2, 270px);
    gap: 30px 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .price .price__container .price__inner .price__nav .price__nav--other {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 10px 80px;
  }
}
.price .price__container .price__inner .price__nav .price__nav--other .price__nav__list-item__link {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #2A4072;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
@media screen and (min-width: 1100px) {
  .price .price__container .price__inner .price__nav .price__nav--other .price__nav__list-item__link {
    font-size: 24px;
  }
}
.price .price__container .price__inner .price__nav .price__nav--other .price__nav__list-item__link span {
  padding-top: 8px;
}
@media screen and (min-width: 1024px) {
  .price .price__container .price__inner .price__nav .price__nav--other .price__nav__list-item__link span {
    padding-top: 6px;
  }
}
.price .price__container .price__inner .price__section {
  margin: 50px auto 0;
  scroll-margin-top: 52px;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .price .price__container .price__inner .price__section {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section {
    scroll-margin-top: 82px;
    margin-top: 100px;
  }
}
.price .price__container .price__inner .price__section:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section:last-of-type {
    margin-top: 140px;
  }
}
.price .price__container .price__inner .price__section .price__section__title {
  padding: 16px 20px;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  background-color: #2A4072;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__section__title {
    padding: 18px 30px;
  }
}
.price .price__container .price__inner .price__section .price__section__note {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__section__note {
    margin-top: 20px;
  }
}
.price .price__container .price__inner .price__section .price__section__sub-title {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 16px 20px;
  background-color: #EBE7E3;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__section__sub-title {
    padding: 18px 30px;
    margin-top: 100px;
    font-size: 24px;
  }
}
.price .price__container .price__inner .price__section .price__section__sub-title:nth-of-type(2) {
  margin-top: 80px;
}
.price .price__container .price__inner .price__section .price__section__title--asterisk-wrapper {
  margin-top: 10px;
  border: 1px solid #2A4072;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__section__title--asterisk-wrapper {
    margin-top: 20px;
  }
}
.price .price__container .price__inner .price__section .price__section__title--asterisk-wrapper .price__section__title--asterisk {
  margin: 10px;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: 400;
  border: 1px solid rgba(42, 64, 114, .3);
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .price .price__container .price__inner .price__section .price__section__title--asterisk-wrapper .price__section__title--asterisk {
    font-size: 20px;
  }
}
.price .price__container .price__inner .price__section .price__list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.price .price__container .price__inner .price__section .price__list .price__list-item:not(:first-child) {
  margin-top: 30px;
}
.price .price__container .price__inner .price__section .price__list .price__list-item summary {
  display: block;
}
.price .price__container .price__inner .price__section .price__list .price__list-item summary::-webkit-details-marker {
  display: none;
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background-color: #EBE7E3;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__list .price__list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__summary-item span {
  display: block;
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
  display: inline;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .price .price__container .price__inner .price__section .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 24px;
  }
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__summary-item--option {
  background-color: #e2e8f5;
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__list .price__list-item .price__summary {
    font-size: 16px;
  }
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__text {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__list .price__list-item .price__text {
    font-size: 16px;
  }
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__text p {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__list .price__list-item .price__text p {
    font-size: 16px;
    padding: 18px 30px;
  }
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__text .price__text--row {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__list .price__list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__text .price__text--drip-row {
  display: block;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__list .price__list-item .price__text .price__text--drip-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label, .price .price__container .price__inner .price__section .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  display: block;
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
  text-align: left;
  font-size: 16px;
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    margin-top: 0;
  }
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
  font-size: 16px;
}
.price .price__container .price__inner .price__section .price__list .price__list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__list .price__list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.price .price__container .price__inner .price__section .price__list .price__list-item .open-icon::before, .price .price__container .price__inner .price__section .price__list .price__list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__list .price__list-item .open-icon::before, .price .price__container .price__inner .price__section .price__list .price__list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.price .price__container .price__inner .price__section .price__list .price__list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.price .price__container .price__inner .price__section .price__list .price__list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.price .price__container .price__inner .price__section .price__list .price__list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__list .price__list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.price .price__container .price__inner .price__section .price__list .price__list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.price .price__container .price__inner .price__section .price__cosme-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .price .price__container .price__inner .price__section .price__cosme-list {
    max-width: none;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item:not(:first-child) {
  margin-top: 30px;
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item summary {
  display: block;
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item summary::-webkit-details-marker {
  display: none;
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: rgba(235, 231, 227, .4);
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__summary-item span {
  display: block;
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
    line-height: 1;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__summary {
    font-size: 16px;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text {
    font-size: 16px;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text p {
  padding: 16px 20px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 16px;
    padding: 18px 30px;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 16px;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 16px;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
  text-align: right;
  font-size: 16px;
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
  display: block;
}
@media screen and (min-width: 640px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label, .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  display: block;
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
  text-align: left;
  text-wrap: nowrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 16px;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
    line-height: 1;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 470px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    margin-top: 0;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .open-icon::before, .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .open-icon::before, .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.price .price__container .price__inner .price__section .price__cosme-list .price__cosme-list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.price .price__container .price__inner .price__section .price__section__title-wrapper {
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
}
.price .price__container .price__inner .price__section .price__section__title-wrapper .price__section__title {
  margin: 10px auto;
  background-color: #b6a776;
  padding: 14px 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__section__title-wrapper .price__section__title {
    padding: 18px 30px;
  }
}
.price .price__container .price__inner .price__section .price__district-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .price .price__container .price__inner .price__section .price__district-list {
    max-width: none;
  }
}
.price .price__container .price__inner .price__section .price__district-list .price__district-list-item {
  padding: 14px 20px;
  background-color: #fcfcfc;
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__district-list .price__district-list-item {
    padding: 18px 30px;
  }
}
.price .price__container .price__inner .price__section .price__district-list .price__district-list-item:not(:first-child) {
  margin-top: 30px;
}
.price .price__container .price__inner .price__section .price__district-list .price__district-list-item .price__district-list-item__label {
  font-size: 14px;
  color: #2A4072;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 640px) {
  .price .price__container .price__inner .price__section .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .price .price__container .price__inner .price__section .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 24px;
  }
}
.price .price__container .price__inner .price__section .price__district-list .price__district-list-item .price__district-list-item__price {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .price .price__container .price__inner .price__section .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 16px;
  }
}
.price .price__payment {
  padding: 80px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f0f0), to(#fff));
  background: linear-gradient(to bottom, #f1f0f0 0%, #fff 100%);
}
@media screen and (min-width: 1024px) {
  .price .price__payment {
    padding: 120px 40px;
  }
}
.price .price__payment .price__inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .price .price__payment .price__inner {
    padding: 0 40px;
    max-width: 1180px;
  }
}
.price .price__payment .price__inner .price__title-wrapper:before {
  display: none;
}
.price .price__payment .price__inner .price__title-wrapper .price__title {
  width: 120px;
}
@media screen and (min-width: 640px) {
  .price .price__payment .price__inner .price__title-wrapper .price__title {
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .price .price__payment .price__inner .price__title-wrapper .price__title {
    width: 364px;
  }
}
.price .price__payment .price__inner .price__title-wrapper .price__title img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.price .price__payment .price__inner .price__title-wrapper .price__title--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  gap: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .price .price__payment .price__inner .price__title-wrapper .price__title--sub {
    margin-top: 30px;
    font-size: 16px;
  }
}
.price .price__payment .price__inner .price__title-wrapper .price__title--bar {
  width: 24px;
  height: 1px;
  background-color: #2A4072;
}
.price .price__payment .price__inner .price__payment__main-copy-wrapper {
  margin: 50px auto 0;
  text-align: center;
  color: #2A4072;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
}
.price .price__payment .price__inner .price__payment__credit {
  margin: 50px auto 0;
  font-size: 16px;
  text-align: center;
}
.price .price__payment .price__inner .price__payment__credit .price__payment__credit-copy {
  font-size: 16px;
  color: #2A4072;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .price .price__payment .price__inner .price__payment__credit .price__payment__credit-copy {
    font-size: 20px;
  }
}
.price .price__payment .price__inner .price__payment__credit .price__payment__credit-img {
  width: 250px;
  height: 40px;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .price .price__payment .price__inner .price__payment__credit .price__payment__credit-img {
    width: 260px;
    margin-top: 20px;
  }
}
.price .price__payment .price__inner .price__payment__credit .price__payment__credit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.privacy {
  padding: 0 20px 80px 20px;
}
@media screen and (min-width: 1024px) {
  .privacy {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .privacy {
    padding: 100px 80px;
  }
}
.privacy .privacy__inner {
  max-width: 1100px;
  margin-inline: auto;
}
.privacy .privacy__inner .privacy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .privacy .privacy__inner .privacy__content {
    gap: 32px;
  }
}
.privacy .privacy__inner .privacy__content .privacy__content-text {
  line-height: 1.6;
  color: #333;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .privacy .privacy__inner .privacy__content .privacy__content-text {
    font-size: 16px;
  }
}
.privacy .privacy__inner .privacy__content .privacy__content-line {
  width: 100%;
  height: 1px;
  background: #C6C6C6;
}
@media screen and (min-width: 768px) {
  .privacy .privacy__inner .privacy__content .privacy__content-line {
    display: none;
  }
}
.privacy .privacy__inner .privacy__content .privacy__content-h3 {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #2A4072;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
}
.privacy .privacy__inner .privacy__content .privacy__content-h3 span {
  display: block;
}
@media screen and (min-width: 768px) {
  .privacy .privacy__inner .privacy__content .privacy__content-h3 span {
    display: inline;
  }
}

.single .single__inner {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  padding: 0 20px 80px;
}
@media screen and (min-width: 768px) {
  .single .single__inner {
    padding: 0 20px 120px;
    max-width: 740px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .single .single__inner {
    max-width: 780px;
    padding: 0 40px 120px;
  }
}
@media screen and (min-width: 1280px) {
  .single .single__inner {
    max-width: 860px;
    padding: 0 80px 120px;
  }
}
.single .single__inner .wp-block {
  max-width: 100%;
}
.single .single__inner a {
  color: #2A4072;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #2A4072;
          text-decoration-color: #2A4072;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px) {
  .single .single__inner a {
    font-size: 16px;
  }
}
.single .single__inner a:hover {
  opacity: 0.8;
}
.single .single__inner h2,
.single .single__inner h3,
.single .single__inner h4,
.single .single__inner h5,
.single .single__inner h6 {
  font-weight: 500;
}
.single .single__inner h2:first-child,
.single .single__inner h3:first-child,
.single .single__inner h4:first-child,
.single .single__inner h5:first-child,
.single .single__inner h6:first-child {
  margin-top: 0;
}
.single .single__inner h1 {
  font-size: 28px;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .single .single__inner h1 {
    font-size: 32px;
  }
}
.single .single__inner .single__article-h2-wrapper {
  background: #2A4072;
  padding: 8px 16px;
  margin: 40px 0 16px;
}
.single .single__inner .single__article-h2-wrapper h2 {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .single .single__inner .single__article-h2-wrapper h2 {
    font-size: 24px;
  }
}
.single .single__inner .single__article-h3-wrapper {
  padding: 0 10px;
  margin: 40px 0 16px;
  position: relative;
}
.single .single__inner .single__article-h3-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 34px;
  background: #2A4072;
}
.single .single__inner .single__article-h3-wrapper h3 {
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .single .single__inner .single__article-h3-wrapper h3 {
    font-size: 20px;
  }
}
.single .single__inner p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .single .single__inner p {
    font-size: 16px;
  }
}
.single .single__inner p span.is-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #EBE7E3));
  background: linear-gradient(transparent 80%, #EBE7E3 80%);
}
.single .single__inner ul {
  margin: 20px 0;
  padding-left: 20px;
}
.single .single__inner ul li {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
  list-style: disc;
}
@media screen and (min-width: 1024px) {
  .single .single__inner ul li {
    font-size: 16px;
  }
}
.single .single__inner ol {
  margin: 20px 0;
  padding-left: 20px;
}
.single .single__inner ol li {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
  list-style: decimal;
}
@media screen and (min-width: 1024px) {
  .single .single__inner ol li {
    font-size: 16px;
  }
}
.single .single__inner blockquote {
  margin: 30px 0;
  padding: 20px;
  border-left: 4px solid #5076ff;
  background-color: #f8f9fa;
}
.single .single__inner blockquote p {
  margin: 0;
  font-style: italic;
}
.single .single__inner pre {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 4px;
  overflow-x: auto;
  margin: 20px 0;
}
.single .single__inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.single .single__inner table th,
.single .single__inner table td {
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
}
.single .single__inner table th {
  background-color: #f8f9fa;
  font-weight: 700;
}
.single .single__inner figure {
  margin-bottom: 16px;
}
.single .single__inner figure img {
  width: 100%;
  height: auto;
}
.single .single__inner figure figcaption {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 8px;
}
.single .single__inner hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}
.single .single__inner .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .single .single__inner .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.single .single__inner .wp-block-columns .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single .single__inner .c-toc {
  width: 100%;
  background: #EBE7E3;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .single .single__inner .c-toc {
    padding: 24px;
  }
}
.single .single__inner .c-toc .c-toc__title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.single .single__inner .c-toc .c-toc__list {
  padding-left: 0;
  margin: 8px 0 0 0;
}
.single .single__inner .c-toc .c-toc__list .c-toc__item {
  list-style: none;
  margin: 8px 0 0 0;
}
.single .single__inner .c-toc .c-toc__list .c-toc__item a {
  font-size: 14px;
  line-height: 1;
  color: #333;
  text-decoration: none;
  font-weight: 300;
}
.single .single__inner .c-toc .c-toc__list .c-toc__item .c-toc__sub {
  padding-left: 30px;
  margin: 8px 0 0 0;
}
.single .single__inner .c-toc .c-toc__list .c-toc__item .c-toc__sub a {
  font-size: 14px;
  line-height: 1;
  color: #333;
  text-decoration: none;
}
.single .single__inner .custom-button {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 64px auto 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-decoration: none;
}
.single .single__inner .custom-button:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .single .single__inner .custom-button {
    padding: 30px;
  }
}
.single .single__inner .custom-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.single .single__inner .custom-button span {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
.single .single__inner .single__article .single__article-fv .single__article-info-wrapper .single__article-category {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #2A4072;
  font-weight: 500;
  padding: 4px 8px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single .single__inner .single__article .single__article-fv .single__article-info-wrapper .single__article-date-wrapper {
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}
.single .single__inner .single__article .single__article-fv .single__article-title {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 500;
}
.single .single__inner .single__article .single__article-fv .single__article-fv-img-wrapper {
  margin: 16px 0;
}

.sunekos .sunekos__section__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
  margin-left: 32px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__section__title {
    font-size: 32px;
    left: 155px;
  }
}
.sunekos .sunekos__section__title::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #2A4072;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__section__title::before {
    left: -186px;
    width: 120px;
  }
}
.sunekos .sunekos__fv {
  position: relative;
}
.sunekos .sunekos__fv img {
  width: 100%;
  height: auto;
}
.sunekos .sunekos__fv .sunekos__fv_content {
  position: absolute;
  top: 60px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  padding: 0 0 0 20px;
}
@media screen and (min-width: 460px) {
  .sunekos .sunekos__fv .sunekos__fv_content {
    top: 140px;
  }
}
@media screen and (min-width: 600px) {
  .sunekos .sunekos__fv .sunekos__fv_content {
    top: 240px;
    -webkit-transform: scale(1.3) translate(10%, 0);
            transform: scale(1.3) translate(10%, 0);
  }
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__fv .sunekos__fv_content {
    top: 28px;
    left: 0;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    padding: 0 0 0 70px;
  }
}
@media screen and (min-width: 900px) {
  .sunekos .sunekos__fv .sunekos__fv_content {
    top: 50px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__fv .sunekos__fv_content {
    top: 30px;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .sunekos .sunekos__fv .sunekos__fv_content {
    top: 80px;
    padding: 0 0 0 120px;
  }
}
@media screen and (min-width: 1536px) {
  .sunekos .sunekos__fv .sunekos__fv_content {
    top: 160px;
    padding: 0 0 0 190px;
  }
}
@media screen and (min-width: 1750px) {
  .sunekos .sunekos__fv .sunekos__fv_content {
    top: 185px;
    padding: 0 0 0 180px;
  }
}
@media screen and (min-width: 1920px) {
  .sunekos .sunekos__fv .sunekos__fv_content {
    top: 235px;
    -webkit-transform: scale(1.2) translate(20%, 0);
            transform: scale(1.2) translate(20%, 0);
  }
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_copy {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.6;
  color: #2A4072;
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_copy {
    font-size: 56px;
  }
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_copy span {
  display: block;
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt-price {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 1.1;
  color: #464646;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  margin-top: 20px;
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt-price img {
  height: 38px;
  width: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt-price img {
    height: 70px;
  }
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt-price span {
  display: block;
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt:nth-child(1) {
  line-height: 1;
  color: #444444;
  margin: 4px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt:nth-child(1) {
    font-size: 20px;
  }
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt:nth-child(1)::before,
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt:nth-child(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #444; /* ラインの色 */
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt:nth-child(1)::before {
  margin-bottom: 8px; /* 文字との間隔 */
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt:nth-child(1)::after {
  margin-top: 8px; /* 文字との間隔 */
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt:nth-child(2) {
  margin-top: 20px;
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt:nth-child(2) span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt:nth-child(2) span {
    font-size: 16px;
  }
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt__desc span {
  line-height: 1.7;
  display: block;
  padding: 0 28px;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt__desc span {
    display: inline;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt__desc span:nth-child(1) {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_price-wrapper .sunekos__fv_price-txt__desc span:nth-child(2) {
    padding-right: 24px;
  }
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_btn-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_btn-wrapper {
    display: block;
    margin-top: 20px;
    max-width: 280px;
    width: 90%;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_btn-wrapper {
    margin-top: 40px;
    max-width: 336px;
  }
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_btn-wrapper .sunekos__fv_btn {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_btn-wrapper .sunekos__fv_btn {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_btn-wrapper .sunekos__fv_btn {
    padding: 30px;
  }
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_btn-wrapper .sunekos__fv_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_btn-wrapper .sunekos__fv_btn span {
  display: block;
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_btn-wrapper .sunekos__fv_btn span.small {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_btn-wrapper .sunekos__fv_btn span.small {
    font-size: 14px;
  }
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_btn-wrapper .sunekos__fv_btn span.large {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_btn-wrapper .sunekos__fv_btn span.large {
    font-size: 20px;
  }
}
.sunekos .sunekos__fv .sunekos__fv_content .sunekos__fv_btn-wrapper .sunekos__fv_btn:hover {
  opacity: 0.7;
}
.sunekos .sunekos__intro {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__intro {
    margin: 120px 0;
  }
}
.sunekos .sunekos__intro .sunekos__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__intro .sunekos__inner {
    max-width: 1100px;
  }
}
.sunekos .sunekos__intro .sunekos__inner .sunekos__intro__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  color: #2A4072;
}
.sunekos .sunekos__intro .sunekos__inner .sunekos__intro__title__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__intro .sunekos__inner .sunekos__intro__title__pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__intro .sunekos__inner .sunekos__intro__title__sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__intro .sunekos__inner .sunekos__intro_content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    max-width: 1100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sunekos .sunekos__intro .sunekos__inner .sunekos__intro_content picture {
  display: block;
  width: 230px;
  height: 100%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__intro .sunekos__inner .sunekos__intro_content picture {
    width: 100%;
    margin: 0;
  }
}
.sunekos .sunekos__intro .sunekos__inner .sunekos__intro_content .sunekos__intro_txt-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__intro .sunekos__inner .sunekos__intro_content .sunekos__intro_txt-wrapper {
    font-size: 24px;
  }
}
.sunekos .sunekos__intro .sunekos__inner .sunekos__intro_content .sunekos__intro_txt-wrapper .sunekos__intro_txt {
  font-weight: 300;
  font-size: 14px;
}
.sunekos .sunekos__intro .sunekos__inner .sunekos__intro_content .sunekos__intro_txt-wrapper .sunekos__intro_txt span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__intro .sunekos__inner .sunekos__intro_content .sunekos__intro_txt-wrapper .sunekos__intro_txt {
    font-size: 16px;
  }
}
.sunekos .sunekos__intro .sunekos__inner .sunekos__intro_content .sunekos__intro_txt-wrapper .sunekos__intro_txt:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__intro .sunekos__inner .sunekos__intro_content .sunekos__intro_txt-wrapper .sunekos__intro_txt:nth-child(2) {
    margin-top: 50px;
  }
}
.sunekos .sunekos__intro .sunekos__inner .sunekos__intro_content .sunekos__intro_txt-wrapper .sunekos__intro_txt:nth-child(n+3) {
  margin-top: 16px;
}
.sunekos .sunekos__intro .sunekos__inner .sunekos__intro_content > :first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.sunekos .sunekos__intro .sunekos__inner .sunekos__intro_content > :last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sunekos .sunekos__target {
  background: url(../../src/images/menu-single/single-target-bg-sp.png) no-repeat center center;
  background-size: cover;
  padding: 120px 0 60px;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__target {
    background: url(../../src/images/menu-single/single-target-bg-pc.png) no-repeat center center;
    background-size: cover;
    padding: 200px 0 120px;
  }
}
.sunekos .sunekos__target .sunekos__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__target .sunekos__inner {
    max-width: 1100px;
  }
}
.sunekos .sunekos__target .sunekos__inner .sunekos__target_content {
  width: 100%;
}
.sunekos .sunekos__target .sunekos__inner .sunekos__target_content .sunekos__target_title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
  color: #926F4F;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__target .sunekos__inner .sunekos__target_content .sunekos__target_title {
    font-size: 32px;
  }
}
.sunekos .sunekos__target .sunekos__inner .sunekos__target_content .sunekos__target_title::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #926F4F;
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__target .sunekos__inner .sunekos__target_content .sunekos__target_title::before {
    height: 120px;
    top: -150px;
  }
}
.sunekos .sunekos__target .sunekos__inner .sunekos__target_content .sunekos__target_txt-unit {
  margin-top: 30px;
  padding: 40px 20px 40px 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
          box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 460px) {
  .sunekos .sunekos__target .sunekos__inner .sunekos__target_content .sunekos__target_txt-unit {
    padding: 60px 30px 60px 40px;
  }
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__target .sunekos__inner .sunekos__target_content .sunekos__target_txt-unit {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__target .sunekos__inner .sunekos__target_content .sunekos__target_txt-unit {
    margin-top: 60px;
    padding: 70px 0 70px 136px;
    max-width: 1100px;
  }
}
.sunekos .sunekos__target .sunekos__inner .sunekos__target_content .sunekos__target_txt-unit .sunekos__target_txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.sunekos .sunekos__target .sunekos__inner .sunekos__target_content .sunekos__target_txt-unit .sunekos__target_txt-wrapper:not(:first-child) {
  margin-top: 20px;
}
.sunekos .sunekos__target .sunekos__inner .sunekos__target_content .sunekos__target_txt-unit .sunekos__target_txt-wrapper .sunekos__target_txt {
  font-family: "Shippori Mincho", serif;
  line-height: 1.7;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__target .sunekos__inner .sunekos__target_content .sunekos__target_txt-unit .sunekos__target_txt-wrapper .sunekos__target_txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__target .sunekos__inner .sunekos__target_content .sunekos__target_txt-unit .sunekos__target_txt-wrapper .sunekos__target_txt {
    font-size: 24px;
  }
}
.sunekos .sunekos__parts {
  background: #2A4072;
  background: radial-gradient(ellipse at center, #3c5283 0%, #2A4072 50%);
}
.sunekos .sunekos__parts .sunekos__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__parts .sunekos__inner {
    max-width: 1100px;
  }
}
.sunekos .sunekos__parts .sunekos__inner .sunekos__parts_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__parts .sunekos__inner .sunekos__parts_content {
    padding: 120px 0;
  }
}
.sunekos .sunekos__parts .sunekos__inner .sunekos__parts_title {
  color: #fff;
}
.sunekos .sunekos__parts .sunekos__inner .sunekos__parts_title::before {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__parts .sunekos__inner .sunekos__parts_list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-template-rows: auto auto; /* 2行 */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__parts .sunekos__inner .sunekos__parts_list {
    gap: 80px;
  }
}
.sunekos .sunekos__parts .sunekos__inner .sunekos__parts_list .sunekos__parts_item {
  display: grid;
  place-items: center;
  margin-top: 50px;
}
.sunekos .sunekos__parts .sunekos__inner .sunekos__parts_list .sunekos__parts_item img {
  max-width: 120px;
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__parts .sunekos__inner .sunekos__parts_list .sunekos__parts_item img {
    max-width: 200px;
  }
}
.sunekos .sunekos__parts .sunekos__inner .sunekos__parts_list .sunekos__parts_item .sunekos__parts_item-name {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.sunekos .sunekos__parts .sunekos__inner .sunekos__parts_list .sunekos__parts_item .sunekos__parts_item-desc {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__parts .sunekos__inner .sunekos__parts_list .sunekos__parts_item .sunekos__parts_item-desc span {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__parts .sunekos__inner .sunekos__parts_list .sunekos__parts_item .sunekos__parts_item-desc {
    font-size: 16px;
  }
}
.sunekos .sunekos__tools {
  position: relative;
  background-color: #fff; /* ベースは白 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(147, 134, 120, .1)), color-stop(40%, transparent));
  background-image: linear-gradient(to top, rgba(147, 134, 120, .1), transparent 40%);
}
.sunekos .sunekos__tools .sunekos__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__tools .sunekos__inner {
    max-width: 1100px;
  }
}
.sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content {
    padding: 120px 0;
  }
}
.sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content .sunekos__tools_item {
  margin-top: 50px;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content .sunekos__tools_item {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 1:1 の割合 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content .sunekos__tools_item:nth-child(2) > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; /* 最初の要素を右へ */
  }
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content .sunekos__tools_item:nth-child(2) > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* 最後の要素を左へ */
  }
}
.sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content .sunekos__tools_item img {
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content .sunekos__tools_item-txt-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content .sunekos__tools_item-txt-wrapper {
    margin-top: 0;
  }
}
.sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content .sunekos__tools_item-txt-wrapper .sunekos__tools_item-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1;
}
.sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content .sunekos__tools_item-txt-wrapper .sunekos__tools_item-heading span {
  display: block;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content .sunekos__tools_item-txt-wrapper .sunekos__tools_item-heading span {
    display: inline;
  }
}
.sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content .sunekos__tools_item-txt-wrapper .sunekos__tools_item-txt {
  margin-top: 16px;
  font-weight: 300;
  font-size: 14px;
}
.sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content .sunekos__tools_item-txt-wrapper .sunekos__tools_item-txt span {
  display: block;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__tools .sunekos__inner .sunekos__tools_content .sunekos__tools_item-txt-wrapper .sunekos__tools_item-txt:first-child {
    margin-top: 30px;
  }
}
.sunekos .price__section {
  margin: 0 auto;
  scroll-margin-top: 52px;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .sunekos .price__section {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .sunekos .price__section {
    scroll-margin-top: 82px;
  }
}
.sunekos .price__section .sunekos__price_content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__price_content {
    padding: 120px 0;
  }
}
.sunekos .price__section .sunekos__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner {
    max-width: 1100px;
  }
}
.sunekos .price__section .sunekos__inner .price__section__title {
  padding: 16px 20px;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  background-color: #2A4072;
  color: #fff;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__section__title {
    padding: 18px 30px;
    margin-top: 80px;
  }
}
.sunekos .price__section .sunekos__inner .price__list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item:not(:first-child) {
  margin-top: 30px;
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item summary {
  display: block;
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item summary::-webkit-details-marker {
  display: none;
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background-color: #EBE7E3;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__summary-item span {
  display: block;
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
  display: inline;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__summary-item .price__summary-item--asterisk {
    font-size: 24px;
  }
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__summary-item--option {
  background-color: #e2e8f5;
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__summary {
    font-size: 16px;
  }
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text {
  position: relative;
  overflow: hidden;
  font-size: 20px;
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text p {
  padding: 16px 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text p {
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text p {
    font-size: 24px;
  }
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--row {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--drip-row {
  display: block;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--drip-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label,
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  display: block;
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-label {
    font-size: 24px;
  }
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--drip-row .price__text--drip-price {
    font-size: 24px;
  }
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .price__text .price__text--option-row .price__text--label {
    font-size: 24px;
  }
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .open-icon::before, .sunekos .price__section .sunekos__inner .price__list .price__list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .open-icon::before, .sunekos .price__section .sunekos__inner .price__list .price__list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__list .price__list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.sunekos .price__section .sunekos__inner .price__list .price__list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.sunekos .price__section .sunekos__inner .price__cosme-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list {
    max-width: none;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item:not(:first-child) {
  margin-top: 30px;
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item summary {
  display: block;
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item summary::-webkit-details-marker {
  display: none;
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
  font-size: 20px;
  font-weight: 500;
  color: #2A4072;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background-color: rgba(235, 231, 227, .4);
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__summary-item {
    font-size: 24px;
    padding: 18px 30px;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__summary-item span {
  display: block;
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__summary-item--washing {
    line-height: 1;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__summary {
    font-size: 16px;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text {
    font-size: 16px;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text p {
  padding: 16px 20px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 20px;
    padding: 18px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text p {
    font-size: 24px;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row {
    padding: 18px 30px;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
  color: #2A4072;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--label {
    font-size: 24px;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--price {
    font-size: 24px;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
  text-align: right;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--row .price__text--sm_price {
    font-size: 24px;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
  display: block;
}
@media screen and (min-width: 640px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label,
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  display: block;
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
  text-align: left;
  text-wrap: nowrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-label {
    font-size: 24px;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--set {
    line-height: 1;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 470px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__text .price__text--cosme-row .price__text--cosme-price {
    font-size: 24px;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .open-icon::before, .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .price__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  background-color: #fcfcfc;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.sunekos .price__section .sunekos__inner .price__cosme-list .price__cosme-list-item .open .price__content {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #abb3c5;
}
.sunekos .price__section .sunekos__inner .price__section__title-wrapper {
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
}
.sunekos .price__section .sunekos__inner .price__section__title-wrapper .price__section__title {
  margin: 10px auto;
  background-color: #b6a776;
  padding: 14px 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__section__title-wrapper .price__section__title {
    padding: 18px 30px;
  }
}
.sunekos .price__section .sunekos__inner .price__district-list {
  margin: 30px auto 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 500px) {
  .sunekos .price__section .sunekos__inner .price__district-list {
    max-width: none;
  }
}
.sunekos .price__section .sunekos__inner .price__district-list .price__district-list-item {
  padding: 14px 20px;
  background-color: #fcfcfc;
  border-top: 2px solid #b6a776;
  border-bottom: 2px solid #b6a776;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__district-list .price__district-list-item {
    padding: 18px 30px;
  }
}
.sunekos .price__section .sunekos__inner .price__district-list .price__district-list-item:not(:first-child) {
  margin-top: 30px;
}
.sunekos .price__section .sunekos__inner .price__district-list .price__district-list-item .price__district-list-item__label {
  font-size: 14px;
  color: #2A4072;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 640px) {
  .sunekos .price__section .sunekos__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__inner .price__district-list .price__district-list-item .price__district-list-item__label {
    font-size: 24px;
  }
}
.sunekos .price__section .sunekos__inner .price__district-list .price__district-list-item .price__district-list-item__price {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .sunekos .price__section .sunekos__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .price__section .sunekos__inner .price__district-list .price__district-list-item .price__district-list-item__price {
    font-size: 24px;
  }
}
.sunekos .sunekos__detail .sunekos__inner {
  padding: 0 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__detail .sunekos__inner {
    max-width: 1100px;
  }
}
.sunekos .sunekos__detail .sunekos__inner .sunekos__detail_content {
  padding: 0 0 80px;
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__detail .sunekos__inner .sunekos__detail_content {
    padding: 0 0 120px;
  }
}
.sunekos .sunekos__detail .detail__table {
  margin-top: 50px;
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.sunekos .sunekos__detail .detail__table .detail__content-item {
  border-top: 1px solid #C6C6C6;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__detail .detail__table .detail__content-item {
    border: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .sunekos .sunekos__detail .detail__table .detail__content-item {
    gap: 56px;
  }
}
.sunekos .sunekos__detail .detail__table .detail__content-item:last-child {
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__detail .detail__table .detail__content-item:last-child {
    border-bottom: none;
  }
}
.sunekos .sunekos__detail .detail__table .detail__content-item .detail__content-h3 {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #2A4072;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__detail .detail__table .detail__content-item .detail__content-h3 {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__detail .detail__table .detail__content-item .detail__content-h3 span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__detail .detail__table .detail__content-item .detail__content-h3.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
.sunekos .sunekos__detail .detail__table .detail__content-item .detail__content-text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
  line-height: 1.6;
  color: #333;
}
.sunekos .sunekos__detail .detail__table .detail__content-item .detail__content-text span {
  display: block;
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__detail .detail__table .detail__content-item .detail__content-text {
    font-size: 16px;
    padding: 32px 0;
    margin-top: 0;
    border-top: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__detail .detail__table .detail__content-item .detail__content-text.last {
    border-bottom: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 768px) {
  .sunekos .sunekos__detail .detail__table .detail__content-item .detail__content-list {
    padding: 32px 0;
    border-top: 1px solid #C6C6C6;
  }
}

.thanks .thanks__inner {
  width: 100%;
  padding: 0 20px 80px 20px;
}
@media screen and (min-width: 768px) {
  .thanks .thanks__inner {
    padding: 0 20px 80px 20px;
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .thanks .thanks__inner {
    max-width: 1180px;
    padding: 0 40px 120px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .thanks .thanks__inner {
    padding: 0 80px 120px 80px;
  }
}
.thanks .thanks__inner .thanks__content .thanks__title {
  font-size: 24px;
  color: #2A4072;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
}
.thanks .thanks__inner .thanks__content .thanks__title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .thanks .thanks__inner .thanks__content .thanks__title span {
    display: inline;
  }
}

.fv {
  position: relative;
  width: 100%;
  height: auto;
}
.fv img {
  width: 100%;
  height: auto;
}
.fv .fv__content {
  position: absolute;
  top: 40px;
  right: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 288px;
  text-align: center;
  padding: 0 20px 0 0;
  width: 74%;
}
@media screen and (min-width: 460px) {
  .fv .fv__content {
    top: 100px;
  }
}
@media screen and (min-width: 600px) {
  .fv .fv__content {
    top: 120px;
    right: 50%;
    -webkit-transform: scale(1.2) translate(70%, 0);
            transform: scale(1.2) translate(70%, 0);
  }
}
@media screen and (min-width: 768px) {
  .fv .fv__content {
    width: 50%;
    max-width: 550px;
    top: 40px;
    right: 0;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    padding: 0;
    right: 0;
    left: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__content {
    top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .fv__content {
    top: 80px;
  }
}
@media screen and (min-width: 1536px) {
  .fv .fv__content {
    top: 140px;
    -webkit-transform: scale(1.2) translate(10%, 0);
            transform: scale(1.2) translate(10%, 0);
  }
}
@media screen and (min-width: 1750px) {
  .fv .fv__content {
    top: 180px;
    -webkit-transform: scale(1.3) translate(10%, 0);
            transform: scale(1.3) translate(10%, 0);
  }
}
@media screen and (min-width: 1920px) {
  .fv .fv__content {
    top: 240px;
    -webkit-transform: scale(1.5) translate(15%, 0);
            transform: scale(1.5) translate(15%, 0);
  }
}
.fv .fv__content .fv__title {
  width: 186px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .fv .fv__content .fv__title {
    width: 220px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__content .fv__title {
    width: 400px;
    height: 100px;
  }
}
.fv .fv__content .fv__text {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.18em;
  margin-top: 20px;
  color: #EBE9B9;
  text-align: right;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .fv .fv__content .fv__text {
    margin-top: 12px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__content .fv__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .fv__content .fv__text {
    font-size: 18px;
    margin-top: 30px;
  }
}
.fv .fv__content .fv__text span {
  display: block;
}
@media screen and (min-width: 768px) {
  .fv .fv__content .fv__text span {
    display: inline;
  }
}
.fv .fv__content .fv__area-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .fv .fv__content .fv__area-wrapper {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__content .fv__area-wrapper {
    margin-top: 30px;
  }
}
.fv .fv__content .fv__area-wrapper .fv__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border: 1px solid #EBE9B9;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .fv .fv__content .fv__area-wrapper .fv__area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.fv .fv__content .fv__area-wrapper .fv__area .fv__area-text {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #EBE9B9;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 1280px) {
  .fv .fv__content .fv__area-wrapper .fv__area .fv__area-text {
    font-size: 16px;
  }
}
.fv .fv__content .fv__area-wrapper .fv__area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .fv .fv__content .fv__area-wrapper .fv__area-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    margin-top: 12px;
  }
}
.fv .fv__content .fv__caution {
  margin-top: 16px;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.18em;
  color: #EBE9B9;
  text-align: right;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .fv .fv__content .fv__caution {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__content .fv__caution {
    font-size: 12px;
  }
}
.fv .fv__content .fv__button-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv .fv__content .fv__button-wrapper {
    display: block;
    margin-top: 20px;
    max-width: 500px;
    width: 90%;
    margin-inline: auto;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv__content .fv__button-wrapper {
    margin-top: 40px;
  }
}
.fv .fv__content .fv__button-wrapper .fv__bubble {
  position: absolute;
  top: 20px;
  left: -16px;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #fff;
  border-radius: 100vh;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
}
@media screen and (min-width: 1024px) {
  .fv .fv__content .fv__button-wrapper .fv__bubble {
    left: -24px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .fv__content .fv__button-wrapper .fv__bubble {
    left: -40px;
  }
}
.fv .fv__content .fv__button-wrapper .fv__bubble .fv__bubble-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.fv .fv__content .fv__button-wrapper .fv__bubble .fv__bubble-inner .fv__bubble-text {
  font-size: 11px;
  text-align: center;
  color: #2A4072;
  line-height: 1.1;
}
@media screen and (min-width: 1024px) {
  .fv .fv__content .fv__button-wrapper .fv__bubble .fv__bubble-inner .fv__bubble-text {
    font-size: 16px;
  }
}
.fv .fv__content .fv__button-wrapper .fv__bubble .fv__bubble-inner .fv__bubble-text span {
  display: block;
}
.fv .fv__content .fv__button-wrapper .fv__bubble .fv__bubble-inner .fv__bubble-tail {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(-25%, -25%) rotate(10deg);
          transform: translate(-25%, -25%) rotate(10deg);
  width: 18px;
  height: 18px;
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 0 90%, 100% 100%);
          clip-path: polygon(50% 0%, 0 90%, 100% 100%);
}
.fv .fv__content .fv__button-wrapper .fv__button {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .fv .fv__content .fv__button-wrapper .fv__button {
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .fv__content .fv__button-wrapper .fv__button {
    padding: 30px;
  }
}
.fv .fv__content .fv__button-wrapper .fv__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.fv .fv__content .fv__button-wrapper .fv__button span {
  display: block;
}
.fv .fv__content .fv__button-wrapper .fv__button span.small {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .fv .fv__content .fv__button-wrapper .fv__button span.small {
    font-size: 14px;
  }
}
.fv .fv__content .fv__button-wrapper .fv__button span.large {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .fv .fv__content .fv__button-wrapper .fv__button span.large {
    font-size: 20px;
  }
}
.fv .fv__content .fv__button-wrapper .fv__button:hover {
  opacity: 0.7;
}

.top__about {
  padding: 80px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .top__about {
    padding: 80px 20px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .top__about {
    padding: 120px 40px 40px;
  }
}
.top__about .top__about-inner {
  max-width: 1100px;
  margin-inline: auto;
}
.top__about .top__about-inner .top__about-title-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top__about .top__about-inner .top__about-title-wrapper .top__about-title {
  width: 84px;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-inner .top__about-title-wrapper .top__about-title {
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .top__about .top__about-inner .top__about-title-wrapper .top__about-title {
    width: 350px;
  }
}
.top__about .top__about-inner .top__about-title-wrapper .top__about-title img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top__about .top__about-inner .top__about-title-wrapper .top__about-sub-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .top__about .top__about-inner .top__about-title-wrapper .top__about-sub-title-wrapper {
    margin-top: 30px;
  }
}
.top__about .top__about-inner .top__about-title-wrapper .top__about-sub-title-wrapper .top__about-sub-title-line {
  width: 24px;
  height: 1px;
  background: #2A4072;
}
.top__about .top__about-inner .top__about-title-wrapper .top__about-sub-title-wrapper .top__about-sub-title {
  font-family: "Shippori Mincho", serif;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-inner .top__about-title-wrapper .top__about-sub-title-wrapper .top__about-sub-title {
    font-size: 16px;
  }
}
.top__about .top__about-inner .top__about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 50px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-inner .top__about-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .top__about .top__about-inner .top__about-content {
    gap: 80px;
  }
}
.top__about .top__about-inner .top__about-content .top__about-content-right {
  width: 75%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-inner .top__about-content .top__about-content-right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-inline: 0;
    width: calc(45% - 14.4px);
  }
}
@media screen and (min-width: 1024px) {
  .top__about .top__about-inner .top__about-content .top__about-content-right {
    width: calc(40% - 20px);
    max-width: 420px;
  }
}
.top__about .top__about-inner .top__about-content .top__about-content-left .top__about-content-left-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  text-transform: capitalize;
}
.top__about .top__about-inner .top__about-content .top__about-content-left .top__about-content-left-title .top__about-content-left-title-en {
  font-size: 20px;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-inner .top__about-content .top__about-content-left .top__about-content-left-title .top__about-content-left-title-en {
    font-size: 24px;
  }
}
.top__about .top__about-inner .top__about-content .top__about-content-left .top__about-content-left-title .top__about-content-left-title-ja {
  font-size: 14px;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
}
.top__about .top__about-inner .top__about-content .top__about-content-left .top__about-content-left-text-wrapper {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .top__about .top__about-inner .top__about-content .top__about-content-left .top__about-content-left-text-wrapper {
    margin-top: 60px;
  }
}
.top__about .top__about-inner .top__about-content .top__about-content-left .top__about-content-left-text-wrapper .top__about-content-left-text {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-inner .top__about-content .top__about-content-left .top__about-content-left-text-wrapper .top__about-content-left-text {
    font-size: 16px;
  }
}
.top__about .top__about-inner .top__about-content .top__about-content-left .top__about-content-left-text-wrapper .top__about-content-left-text span {
  display: block;
}
.top__about .top__about-inner .top__about-content .top__about-content-left .top__about-content-left-button {
  margin-top: 20px;
  display: block;
  width: 150px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .top__about .top__about-inner .top__about-content .top__about-content-left .top__about-content-left-button {
    width: 210px;
    margin-top: 60px;
  }
}
.top__about .top__about-inner .top__about-content .top__about-content-left .top__about-content-left-button img {
  width: 100%;
  height: auto;
}
.top__about .top__about-inner .top__about-content .top__about-content-left .top__about-content-left-button:hover {
  opacity: 0.7;
}
.top__about .top__about-marquee {
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 100vw;
  height: 110px;
  margin: 30px calc(50% - 50vw) 0;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-marquee {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .top__about .top__about-marquee {
    height: 240px;
    margin-top: 120px;
  }
}
.top__about .top__about-marquee .top__about-marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
@media screen and (min-width: 1024px) {
  .top__about .top__about-marquee .top__about-marquee-track {
    -webkit-animation: marquee 40s linear infinite;
            animation: marquee 40s linear infinite;
  }
}
.top__about .top__about-marquee .top__about-marquee-track img {
  height: 110px;
  width: auto;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .top__about .top__about-marquee .top__about-marquee-track img {
    height: 240px;
  }
}
.top__about .top__about-eclipse {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 10px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 640px) {
  .top__about .top__about-eclipse {
    height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top__about .top__about-eclipse {
    height: 0;
  }
}
@media screen and (min-width: 1536px) {
  .top__about .top__about-eclipse {
    height: 50px;
  }
}
@media screen and (min-width: 1920px) {
  .top__about .top__about-eclipse {
    height: 20px;
  }
}
.top__about .top__about-eclipse::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 80px;
  background: url(../images/top/about-eclipse-sp.svg) no-repeat bottom center/120% auto;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-eclipse::before {
    bottom: -80px;
    height: 120px;
    background: url(../images/top/about-eclipse-pc.svg) no-repeat bottom center/120% auto;
  }
}
@media screen and (min-width: 1024px) {
  .top__about .top__about-eclipse::before {
    bottom: -140px;
  }
}
@media screen and (min-width: 1536px) {
  .top__about .top__about-eclipse::before {
    bottom: -110px;
  }
}
@media screen and (min-width: 1750px) {
  .top__about .top__about-eclipse::before {
    bottom: -120px;
  }
}
@media screen and (min-width: 1920px) {
  .top__about .top__about-eclipse::before {
    bottom: -140px;
  }
}

.top__menu {
  background: radial-gradient(ellipse at center, #3c5283 0%, #2A4072 50%);
  padding: 80px 20px;
}
@media screen and (min-width: 768px) {
  .top__menu {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .top__menu {
    padding: 120px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .top__menu {
    padding: 120px 80px;
  }
}
.top__menu .top__menu-inner {
  max-width: 1100px;
  margin-inline: auto;
}
.top__menu .top__menu-inner .top__menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 15px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .top__menu .top__menu-inner .top__menu-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .top__menu .top__menu-inner .top__menu-list {
    gap: 80px;
  }
}
.top__menu .top__menu-inner .top__menu-list .top__menu-list-item .top__menu-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 30px 0 rgba(9, 28, 71, .6);
          box-shadow: 0 0 30px 0 rgba(9, 28, 71, .6);
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top__menu .top__menu-inner .top__menu-list .top__menu-list-item .top__menu-list-item-link .top__menu-list-item-title-wrapper {
  display: grid;
  place-items: center;
  width: 100%;
  gap: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.top__menu .top__menu-inner .top__menu-list .top__menu-list-item .top__menu-list-item-link .top__menu-list-item-title-wrapper .top__menu-list-item-title {
  font-size: 16px;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  text-align: center;
}
.top__menu .top__menu-inner .top__menu-list .top__menu-list-item .top__menu-list-item-link .top__menu-list-item-title-wrapper .top__menu-list-item-title span {
  display: block;
}
.top__menu .top__menu-inner .top__menu-list .top__menu-list-item .top__menu-list-item-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .top__menu .top__menu-inner .top__menu-list .top__menu-list-item:nth-child(2), .top__menu .top__menu-inner .top__menu-list .top__menu-list-item:nth-child(5), .top__menu .top__menu-inner .top__menu-list .top__menu-list-item:nth-child(8) {
    margin-top: 40px;
  }
}

.top__column {
  background: url(../images/common/noise-bg.webp) repeat center center/60px 60px;
  padding: 80px 20px;
}
@media screen and (min-width: 768px) {
  .top__column {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .top__column {
    padding: 120px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .top__column {
    padding: 120px 80px;
  }
}
.top__column .top__column-inner {
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top__column .top__column-inner .top__column-title img {
    margin-left: auto;
    display: block;
  }
}
.top__column .top__column-inner .top__column-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .top__column .top__column-inner .top__column-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .top__column .top__column-inner .top__column-list {
    gap: 24px;
  }
}
.top__column .top__column-inner .top__column-list .top__column-item {
  width: 100%;
  aspect-ratio: 35/24;
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
.top__column .top__column-inner .top__column-list .top__column-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__column .top__column-inner .top__column-list .top__column-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .7) 100%);
  z-index: 10;
}
.top__column .top__column-inner .top__column-list .top__column-item .top__column-item-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  padding: 12px;
  z-index: 20;
}
.top__column .top__column-inner .top__column-list .top__column-item .top__column-item-content .top__column-item-date {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho", serif;
  color: #fff;
}
.top__column .top__column-inner .top__column-list .top__column-item .top__column-item-content .top__column-item-text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho", serif;
  color: #fff;
}
.top__column .top__column-inner .top__column-button {
  display: block;
  width: 160px;
  height: auto;
  margin: 40px auto 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top__column .top__column-inner .top__column-button:hover {
  opacity: 0.7;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.m__back-button {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 64px auto 0;
}
@media screen and (min-width: 768px) {
  .m__back-button {
    padding: 30px;
  }
}
.m__back-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.faq {
  background: radial-gradient(ellipse at center, #f1f0f0 0%, #EBE7E3 50%);
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .faq {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .faq {
    padding: 100px 80px;
  }
}
.faq .faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .faq .faq__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1100px;
    margin-inline: auto;
    gap: 70px;
  }
}
.faq .faq__inner .faq__title-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq .faq__inner .faq__title-wrapper .faq__title {
  width: 64px;
}
@media screen and (min-width: 768px) {
  .faq .faq__inner .faq__title-wrapper .faq__title {
    width: 200px;
  }
}
.faq .faq__inner .faq__title-wrapper .faq__title img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.faq .faq__inner .faq__title-wrapper .faq__sub-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .faq .faq__inner .faq__title-wrapper .faq__sub-title-wrapper {
    margin-top: 30px;
  }
}
.faq .faq__inner .faq__title-wrapper .faq__sub-title-wrapper .faq__sub-title-line {
  width: 24px;
  height: 1px;
  background: #2A4072;
}
.faq .faq__inner .faq__title-wrapper .faq__sub-title-wrapper .faq__sub-title {
  font-family: "Shippori Mincho", serif;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .faq .faq__inner .faq__title-wrapper .faq__sub-title-wrapper .faq__sub-title {
    font-size: 16px;
  }
}
.faq .faq__inner .faq__list {
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .faq .faq__inner .faq__list {
    margin: 0;
    max-width: none;
  }
}
.faq .faq__inner .faq__list .faq__list-item {
  border-top: 1px solid #2A4072;
  padding: 48px 0;
}
.faq .faq__inner .faq__list .faq__list-item:last-child {
  border-bottom: 1px solid #2A4072;
}
.faq .faq__inner .faq__list .faq__list-item summary {
  display: block;
}
.faq .faq__inner .faq__list .faq__list-item summary::-webkit-details-marker {
  display: none;
}
.faq .faq__inner .faq__list .faq__list-item .faq__contents {
  margin-top: 24px;
  margin-top: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0px;
}
@media screen and (min-width: 768px) {
  .faq .faq__inner .faq__list .faq__list-item .faq__contents {
    row-gap: 30px;
  }
}
.faq .faq__inner .faq__list .faq__list-item .faq__summary-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 16px;
  color: #2A4072;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
}
.faq .faq__inner .faq__list .faq__list-item .faq__summary-item span {
  display: block;
}
.faq .faq__inner .faq__list .faq__list-item .faq__summary {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .faq .faq__inner .faq__list .faq__list-item .faq__summary {
    font-size: 16px;
  }
}
.faq .faq__inner .faq__list .faq__list-item .faq__text {
  position: relative;
  overflow: hidden;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .faq .faq__inner .faq__list .faq__list-item .faq__text {
    font-size: 16px;
  }
}
.faq .faq__inner .faq__list .faq__list-item .faq__text p {
  margin: 32px 0 0 0;
}
.faq .faq__inner .faq__list .faq__list-item .open-icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .faq .faq__inner .faq__list .faq__list-item .open-icon {
    width: 18px;
    height: 18px;
  }
}
.faq .faq__inner .faq__list .faq__list-item .open-icon::before, .faq .faq__inner .faq__list .faq__list-item .open-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #2A4072;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .faq .faq__inner .faq__list .faq__list-item .open-icon::before, .faq .faq__inner .faq__list .faq__list-item .open-icon::after {
    width: 18px;
    height: 2px;
  }
}
.faq .faq__inner .faq__list .faq__list-item .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.faq .faq__inner .faq__list .faq__list-item .open .open-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq .faq__inner .faq__list .faq__list-item .faq__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .faq .faq__inner .faq__list .faq__list-item .js-details[open] .js-content {
    font-size: 16px;
  }
}
.faq .faq__inner .faq__list .faq__list-item .open .faq__content {
  grid-template-rows: 1fr;
}

.flow .flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.flow .flow__inner .flow__title-wrapper {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .flow .flow__inner .flow__title-wrapper {
    top: 120px;
  }
}
.flow .flow__inner .flow__title-wrapper .flow__title {
  width: 64px;
}
@media screen and (min-width: 768px) {
  .flow .flow__inner .flow__title-wrapper .flow__title {
    width: 200px;
  }
}
.flow .flow__inner .flow__title-wrapper .flow__title img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.flow .flow__inner .flow__title-wrapper .flow__sub-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .flow .flow__inner .flow__title-wrapper .flow__sub-title-wrapper {
    margin-top: 30px;
  }
}
.flow .flow__inner .flow__title-wrapper .flow__sub-title-wrapper .flow__sub-title-line {
  width: 24px;
  height: 1px;
  background: #2A4072;
}
.flow .flow__inner .flow__title-wrapper .flow__sub-title-wrapper .flow__sub-title {
  font-family: "Shippori Mincho", serif;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .flow .flow__inner .flow__title-wrapper .flow__sub-title-wrapper .flow__sub-title {
    font-size: 16px;
  }
}
.flow .flow__inner .flow__right {
  width: 25%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: url(../images/components/flow/flow-bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 1024px) {
  .flow .flow__inner .flow__right {
    width: 30%;
  }
}
.flow .flow__inner .flow__right img {
  opacity: 0;
}
.flow .flow__inner .flow__center {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 75%;
  padding: 180px 20px 80px 40px;
}
@media screen and (min-width: 768px) {
  .flow .flow__inner .flow__center {
    width: 60%;
    padding: 300px 20px 120px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .flow .flow__inner .flow__center {
    max-width: 720px;
    padding: 360px 40px 120px 80px;
  }
}
@media screen and (min-width: 1280px) {
  .flow .flow__inner .flow__center {
    padding: 400px 80px 140px 80px;
  }
}
.flow .flow__inner .flow__center .flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .flow .flow__inner .flow__center .flow__list {
    gap: 80px;
  }
}
.flow .flow__inner .flow__center .flow__list .flow__item {
  position: relative;
}
.flow .flow__inner .flow__center .flow__list .flow__item .flow__item-number {
  position: absolute;
  top: 0;
  left: -40px;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, .85);
  border-radius: 100vh;
  border: 1px solid #2A4072;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .flow .flow__inner .flow__center .flow__list .flow__item .flow__item-number {
    top: 0;
    left: -80px;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%);
  }
}
@media screen and (min-width: 1280px) {
  .flow .flow__inner .flow__center .flow__list .flow__item .flow__item-number {
    left: -100px;
    width: 150px;
    height: 150px;
  }
}
.flow .flow__inner .flow__center .flow__list .flow__item .flow__item-number img {
  width: 27px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .flow .flow__inner .flow__center .flow__list .flow__item .flow__item-number img {
    width: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .flow .flow__inner .flow__center .flow__list .flow__item .flow__item-number img {
    width: 50px;
  }
}
.flow .flow__inner .flow__center .flow__list .flow__item .flow__item-title {
  font-size: 20px;
  color: #333;
  font-family: "Shippori Mincho", serif;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .flow .flow__inner .flow__center .flow__list .flow__item .flow__item-title {
    font-size: 24px;
  }
}
.flow .flow__inner .flow__center .flow__list .flow__item .flow__item-title.mt {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .flow .flow__inner .flow__center .flow__list .flow__item .flow__item-title.mt {
    margin-top: 40px;
  }
}
.flow .flow__inner .flow__center .flow__list .flow__item .flow__item-text {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .flow .flow__inner .flow__center .flow__list .flow__item .flow__item-text {
    font-size: 16px;
  }
}
.flow .flow__inner .flow__center .flow__list .flow__item .flow__item-caution {
  font-size: 12px;
  color: #333;
  margin-top: 20px;
  letter-spacing: -0.01em;
  line-height: 1.6;
}
.flow .flow__inner .flow__left {
  display: none;
}
@media screen and (min-width: 768px) {
  .flow .flow__inner .flow__left {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 15%;
    padding: 240px 20px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .flow .flow__inner .flow__left {
    padding: 330px 40px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .flow .flow__inner .flow__left {
    padding: 330px 80px 0 0;
  }
}
.flow .flow__inner .flow__left.opacity0 {
  opacity: 0;
}
.flow .flow__inner .flow__left .flow__line-img {
  width: 100%;
  height: auto;
  max-width: 88px;
}
@media screen and (min-width: 1280px) {
  .flow .flow__inner .flow__left .flow__line-img {
    max-width: 100px;
  }
}
.flow .flow__inner .flow__left .flow__line-img:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .flow .flow__inner .flow__left .flow__line-img:not(:first-child) {
    margin-top: 0;
  }
}

.line-cta__button {
  background: url(../images/components/line-cta/button-bg-sp.webp) no-repeat center center/cover;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .line-cta__button {
    padding: 30px;
  }
}
.line-cta__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.line-cta__button span {
  display: block;
}
.line-cta__button span.small {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .line-cta__button span.small {
    font-size: 16px;
  }
}
.line-cta__button span.large {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .line-cta__button span.large {
    font-size: 24px;
  }
}
.line-cta__button:hover {
  opacity: 0.7;
}

.line-cta__bubble {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translate(0, -75%);
          transform: translate(0, -75%);
  background: #fff;
  border-radius: 100vh;
  width: 70px;
  height: 70px;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
}
.line-cta__bubble .line-cta__bubble-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.line-cta__bubble .line-cta__bubble-inner .line-cta__bubble-text {
  font-size: 14px;
  text-align: center;
  color: #2A4072;
  line-height: 1.1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .line-cta__bubble .line-cta__bubble-inner .line-cta__bubble-text {
    font-size: 16px;
  }
}
.line-cta__bubble .line-cta__bubble-inner .line-cta__bubble-text span {
  display: block;
}
.line-cta__bubble .line-cta__bubble-inner .line-cta__bubble-tail {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(-25%, -25%) rotate(10deg);
          transform: translate(-25%, -25%) rotate(10deg);
  width: 18px;
  height: 18px;
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 0 90%, 100% 100%);
          clip-path: polygon(50% 0%, 0 90%, 100% 100%);
}

.line-cta {
  position: relative;
  padding: 70px 20px 80px 20px;
}
@media screen and (min-width: 768px) {
  .line-cta {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .line-cta {
    padding: 120px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .line-cta {
    padding: 120px 80px;
  }
}
.line-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/components/line-cta/bg-sp.webp) no-repeat center center/cover;
  opacity: 0.15;
}
@media screen and (min-width: 768px) {
  .line-cta::before {
    background: url(../images/components/line-cta/bg-pc.webp) no-repeat center center/cover;
  }
}
.line-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  width: 1px;
  height: 80px;
  background: #2A4072;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .line-cta::after {
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .line-cta::after {
    height: 150px;
  }
}
.line-cta .line-cta__inner {
  max-width: 360px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .line-cta .line-cta__inner {
    max-width: 1100px;
  }
}
.line-cta .line-cta__inner .line-cta__title {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #2A4072;
}
.line-cta .line-cta__inner .line-cta__title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .line-cta .line-cta__inner .line-cta__title span {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .line-cta .line-cta__inner .line-cta__title span {
    font-size: 32px;
    display: inline;
  }
}
.line-cta .line-cta__inner .line-cta__button-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
  margin-inline: auto;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .line-cta .line-cta__inner .line-cta__button-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1100px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .line-cta .line-cta__inner .line-cta__button-wrapper {
    margin-top: 120px;
    gap: 50px;
  }
}
.line-cta .line-cta__inner .line-cta__button-wrapper .line-cta__contact-button {
  background: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #2A4072;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
          box-shadow: 0 0 30px 0 rgba(42, 64, 114, .4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .line-cta .line-cta__inner .line-cta__button-wrapper .line-cta__contact-button {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .line-cta .line-cta__inner .line-cta__button-wrapper .line-cta__contact-button {
    padding: 30px;
  }
}
.line-cta .line-cta__inner .line-cta__button-wrapper .line-cta__contact-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2A4072;
  border-right: 1px solid #2A4072;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.line-cta .line-cta__inner .line-cta__button-wrapper .line-cta__contact-button span {
  display: block;
}
.line-cta .line-cta__inner .line-cta__button-wrapper .line-cta__contact-button span.small {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .line-cta .line-cta__inner .line-cta__button-wrapper .line-cta__contact-button span.small {
    font-size: 16px;
  }
}
.line-cta .line-cta__inner .line-cta__button-wrapper .line-cta__contact-button span.large {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .line-cta .line-cta__inner .line-cta__button-wrapper .line-cta__contact-button span.large {
    font-size: 24px;
  }
}
.line-cta .line-cta__inner .line-cta__button-wrapper .line-cta__contact-button:hover {
  opacity: 0.8;
}
.line-cta.with-eclipse {
  padding: 120px 20px 80px 20px;
}
@media screen and (min-width: 768px) {
  .line-cta.with-eclipse {
    padding: 160px 20px 100px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .line-cta.with-eclipse {
    padding: 240px 40px 120px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .line-cta.with-eclipse {
    padding: 200px 80px 120px 80px;
  }
}
@media screen and (min-width: 1536px) {
  .line-cta.with-eclipse {
    padding: 240px 80px 120px 80px;
  }
}
.line-cta.with-eclipse::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 10;
  width: 1px;
  height: 80px;
  background: #2A4072;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .line-cta.with-eclipse::after {
    height: 100px;
    top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .line-cta.with-eclipse::after {
    top: 100px;
    height: 150px;
  }
}
@media screen and (min-width: 1536px) {
  .line-cta.with-eclipse::after {
    top: 70px;
  }
}

.pricing {
  padding: 60px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f0f0), to(#fff));
  background: linear-gradient(to bottom, #f1f0f0 0%, #fff 100%);
}
@media screen and (min-width: 768px) {
  .pricing {
    padding: 100px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .pricing {
    padding: 120px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .pricing {
    padding: 120px 80px;
  }
}
.pricing .pricing__inner {
  max-width: 1100px;
  margin-inline: auto;
}
.pricing .pricing__inner .pricing__title img {
  width: auto;
  height: 56px;
}
@media screen and (min-width: 768px) {
  .pricing .pricing__inner .pricing__title img {
    height: 118px;
  }
}
.pricing .pricing__inner .pricing__button {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 20px auto 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .pricing .pricing__inner .pricing__button {
    max-width: 220px;
    margin: 50px auto 0;
  }
}
.pricing .pricing__inner .pricing__button:hover {
  opacity: 0.7;
}

.m__sp-button {
  width: calc(100% + 1px);
  height: 72px;
  background: #2A4072;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .m__sp-button {
    display: none;
  }
}
.m__sp-button.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.m__sp-button.not-visible {
  opacity: 0;
  pointer-events: none;
}
.m__sp-button span {
  color: #fff;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  position: relative;
}
.m__sp-button span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.under__title-wrapper {
  padding: 48px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .under__title-wrapper {
    padding: 120px 0;
  }
}
.under__title-wrapper:before {
  content: "";
  position: absolute;
  top: 10%;
  left: -50px;
  width: 114px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border-width: 1px;
  border-color: rgba(198, 198, 198, .5);
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .under__title-wrapper:before {
    width: 160px;
    top: 4%;
    left: -75px;
  }
}
@media screen and (min-width: 768px) {
  .under__title-wrapper:before {
    width: 220px;
    top: 6%;
    left: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .under__title-wrapper:before {
    width: 298px;
    top: 2%;
    left: -200px;
  }
}
.under__title-wrapper .under__title {
  height: 32px;
}
@media screen and (min-width: 768px) {
  .under__title-wrapper .under__title {
    height: 62px;
  }
}
.under__title-wrapper .under__title img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.under__title-wrapper .under__title--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  gap: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #2A4072;
}
@media screen and (min-width: 768px) {
  .under__title-wrapper .under__title--sub {
    margin-top: 30px;
    font-size: 16px;
  }
}
.under__title-wrapper .under__title--sub .under__title--bar {
  width: 24px;
  height: 1px;
  background-color: #2A4072;
}

@media screen and (max-width: 767px) {
  .price .price__container .price__inner .price__section .price__list .price__list-item .price__content .price__text .price__text--row.--row2 {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .price .price__container .price__inner .price__section .price__list .price__list-item .price__content .price__text .price__text--price {
    margin-left: auto;
  }
}

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