@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;600&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500&family=Zen+Maru+Gothic:wght@700&display=swap");
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

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

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --s: 1px;
  --h: 1px;
  --f: 1px;
  --f-en: 1px;
}
@media screen and (max-width: 1280px) {
  :root {
    --s: 0.078125vw;
    --h: 0.078125vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 0.10vw;
    --h: 0.12vw;
    --f: 0.19vw;
    --f-en: 0.19vw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--f) * 16);
  line-height: 2;
  letter-spacing: 0.15em;
  color: #3d3d3d;
}
@media screen and (max-width: 960px) {
  body {
    letter-spacing: 0.024em;
  }
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: inherit;
}

br.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
span.nl {
  display: inline-block;
}

.home-test {
  text-align: center;
}
.home-test img {
  display: inline-block;
}

.float-cta {
  position: fixed;
  z-index: 1100;
}
@media screen and (min-width: 960.02px) {
  .float-cta {
    right: 0;
    bottom: 0;
    width: calc(var(--f) * 65);
  }
  .float-cta__item {
    margin-top: calc(var(--f) * 4);
  }
  .float-cta__item a {
    display: block;
    padding: 4em 62% 2em 38%;
    color: #fff;
    font-size: calc(var(--f) * 17);
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .float-cta__item--contact a {
    background: #3d3d3d url(../img/_common/ico-mail.svg) center top 1.6em/1.3em auto no-repeat;
  }
  .float-cta__item--contact a:hover {
    color: #3d3d3d;
    background-color: #fff;
    background-image: url(../img/_common/ico-mail-hover.svg);
    border-color: c(white);
  }
  .float-cta__item--reserve a {
    color: #fff;
    background: #90c31f url(../img/_common/ico-calendar.svg) center top 1.6em/1.4em auto no-repeat;
  }
  .float-cta__item--reserve a:hover {
    color: #90c31f;
    background-color: #fff;
    background-image: url(../img/_common/ico-calendar-hover.svg);
    border-color: c(white);
  }
}
@media screen and (max-width: 960px) {
  .float-cta {
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #fff;
  }
  .float-cta__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .float-cta__item {
    width: 100%;
  }
  .float-cta__item a {
    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%;
    height: calc(var(--f) * 68);
    padding-left: calc(var(--f) * 24);
    color: #fff;
    font-size: calc(var(--f) * 17);
    line-height: 1.2;
    text-align: center;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .float-cta__item--contact a {
    background: #3d3d3d url(../img/_common/ico-mail.svg) left 1em center/1.3em auto no-repeat;
  }
  .float-cta__item--contact a:hover {
    color: #3d3d3d;
    background-color: #fff;
    background-image: url(../img/_common/ico-mail-hover.svg);
    border-color: c(white);
  }
  .float-cta__item--reserve a {
    color: #fff;
    background: #90c31f url(../img/_common/ico-calendar.svg) left 1em center/1.4em auto no-repeat;
  }
  .float-cta__item--reserve a:hover {
    color: #90c31f;
    background-color: #fff;
    background-image: url(../img/_common/ico-calendar-hover.svg);
    border-color: c(white);
  }
}

.footer__text {
  padding: calc(var(--h) * 46) calc(var(--h) * 36) calc(var(--h) * 36);
  color: #fff;
  text-align: center;
  background: #3d3d3d;
}
.footer__text .logo {
  padding: 0 0 calc(var(--f) * 26);
}
.footer__text .logo img {
  display: inline-block;
  width: calc(var(--f) * 180);
}
.footer__text .tel {
  display: block;
  padding: 0 0 calc(var(--f) * 26);
}
.footer__text .tel img {
  display: inline-block;
  width: calc(var(--f) * 300);
}
.footer__text .address {
  font-size: calc(var(--f) * 14);
}
.footer__text .time {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
.footer__text .time dt, .footer__text .time dd {
  padding: 0 0.5em;
}
.footer__text .time dt {
  font-size: calc(var(--f) * 12);
  line-height: 1.5;
  border: 1px solid #fff;
  border-radius: 999px;
}
.footer__text .time dd {
  font-size: calc(var(--f) * 14);
}
.footer__text .copyright {
  display: block;
  margin: calc(var(--f) * 26) 0 0;
  font-size: calc(var(--f) * 13);
}
.footer__map {
  position: relative;
}
.footer__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}
@media screen and (min-width: 960.02px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__text {
    width: calc(var(--f) * 560);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer__map {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .footer {
    padding: 0 0 calc(var(--f) * 68);
  }
  .footer__map {
    height: 100vw;
  }
}

.header {
  position: absolute;
  left: calc(var(--s) * 20);
  top: calc(var(--s) * 20);
  z-index: 1000;
}
.header__logo img {
  display: block;
  width: calc(var(--s) * 320);
}
@media screen and (max-width: 960px) {
  .header__logo img {
    width: calc(var(--s) * 380);
  }
}

.nav {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 0;
  height: 100%;
}
.nav__btn {
  display: none;
}
.nav__label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  cursor: pointer;
  width: calc(var(--f) * 70);
  height: calc(var(--f) * 80);
}
.nav__label::after {
  content: "MENU";
  position: absolute;
  left: 0;
  bottom: 0.35em;
  display: block;
  width: 100%;
  font-size: calc(var(--f) * 14);
  letter-spacing: 0.01em;
  text-align: center;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__label span {
  position: absolute;
  top: calc(var(--f) * 30);
  right: 0;
  left: 0;
  display: block;
  width: 35%;
  height: 1px;
  margin: 0 auto;
  background: #3d3d3d;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__label span::before, .nav__label span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #3d3d3d;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__label span::before {
  top: calc(var(--f) * -10);
}
.nav__label span::after {
  top: calc(var(--f) * 10);
}
.nav__btn:checked + .nav__label::after {
  content: "CLOSE";
  color: #fff;
}
.nav__btn:checked + .nav__label span {
  background: transparent;
}
.nav__btn:checked + .nav__label span::before {
  top: 0;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav__btn:checked + .nav__label span::after {
  top: 0;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  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: 100vw;
  height: 100vh;
  background: rgba(163, 139, 120, 0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__btn:checked + .nav__label + .nav__wrap {
  pointer-events: all;
  opacity: 1;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--f) * 10);
  width: 900px;
  max-width: 90%;
}
.nav__item {
  width: calc((100% - var(--f) * 10) / 2);
}
.nav__link {
  display: block;
  padding: calc(var(--f) * 20) 0;
  text-align: center;
  background: #fff;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__link:hover {
  background: #eef2e4;
}
.head-doctor-career {
  position: relative;
  overflow: hidden;
  padding: 0 0 calc(var(--h) * 140);
  background: #eef2e4;
}
.head-doctor-career__container {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
  position: relative;
}
.head-doctor-career__text h2 {
  line-height: 1.75;
  letter-spacing: 0.12em;
  margin-bottom: 1em;
  font-size: calc(var(--f) * 32);
  font-weight: 500;
}
.head-doctor-career__text h2 small {
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-size: 0.75em;
  vertical-align: middle;
}
.head-doctor-career__text p {
  margin-bottom: 2em;
}
.head-doctor-career__text table {
  width: 100%;
}
.head-doctor-career__text table th, .head-doctor-career__text table td {
  padding: 2em 0.25em 0.5em;
  font-size: calc(var(--f) * 17);
  border-bottom: 1px solid #d2d2d2;
}
.head-doctor-career__text table th {
  color: #a38b78;
}
.head-doctor-career__text p {
  padding: 2em 0.25em 0;
  font-size: calc(var(--f) * 17);
  text-align: right;
}
.head-doctor-career__photo span {
  position: relative;
  display: block;
}
@media screen and (min-width: 960.02px) {
  .head-doctor-career__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .head-doctor-career__text {
    width: 100%;
  }
  .head-doctor-career__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: calc(var(--s) * 320);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 calc(var(--s) * 80) 0 0;
  }
  .head-doctor-career__photo img {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .head-doctor-career__text h2 {
    margin-bottom: 0;
    font-size: calc(var(--f) * 26);
  }
  .head-doctor-career__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .head-doctor-career__photo span {
    width: 100%;
  }
  .head-doctor-career__photo span:last-child {
    display: none;
  }
}
.head-doctor-career__photo.anime-set span::before,
.head-doctor-career__photo.anime-set span::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
  display: block;
  width: 0;
  height: 100%;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
          transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
}
.head-doctor-career__photo.anime-set span::before {
  left: 0;
  background: #90c31f;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.head-doctor-career__photo.anime-set span::after {
  left: 0;
  background: #eef2e4;
}
.head-doctor-career__photo.anime-set span:nth-child(2)::before {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.head-doctor-career__photo.anime-set span:nth-child(2)::after {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.head-doctor-career__photo.anime-set span:nth-child(3)::before {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
.head-doctor-career__photo.anime-set span:nth-child(3)::after {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.head-doctor-career__photo.anime-off span::before,
.head-doctor-career__photo.anime-off span::after {
  width: 100%;
}

.home-banner {
  padding: calc(var(--h) * 80) 0;
  background: #f2f2f2;
}
.home-banner__container {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .home-banner__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--f) * 20);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .home-banner__item {
    width: calc((100% - var(--f) * 20) / 2);
  }
}
@media screen and (max-width: 960px) {
  .home-banner__item {
    padding: 0 calc(var(--f) * 24) calc(var(--f) * 24);
  }
  .home-banner__item:last-child {
    padding-bottom: 0;
  }
}

.home-cure-treatment {
  position: relative;
  overflow: hidden;
  padding: calc(var(--h) * 60) 0;
}
.home-cure-treatment__container {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
  position: relative;
}
.home-cure-treatment__more {
  text-align: center;
  margin-top: calc(var(--f) * 60);
  text-align: left;
}
.home-cure-treatment__more .label {
  position: relative;
  display: inline-block;
  min-width: 20em;
  max-width: 80%;
  padding: 1em 2em;
  color: #fff;
  font-size: calc(var(--f) * 15);
  line-height: 1.75;
  text-align: center;
  text-decoration: none;
  background: #a38b78;
  border: 1px solid #a38b78;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-cure-treatment__more .label::before, .home-cure-treatment__more .label::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--f) * 20);
  bottom: 0;
  display: block;
  width: calc(var(--f) * 32);
  height: calc(var(--f) * 12);
  margin: auto 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-cure-treatment__more .label::before {
  border-bottom: 1px solid #fff;
}
.home-cure-treatment__more .label::after {
  border-right: 1px solid #fff;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translateY(-0.5px) rotate(-45deg);
          transform: translateY(-0.5px) rotate(-45deg);
}
.home-cure-treatment__more .label:hover {
  color: #a38b78;
  background: #fff;
}
.home-cure-treatment__more .label:hover::before {
  border-bottom-color: #a38b78;
}
.home-cure-treatment__more .label:hover::after {
  border-right-color: #a38b78;
}
.home-cure-treatment__box {
  margin: 0 0 calc(var(--h) * 120);
}
.home-cure-treatment__text {
  position: relative;
  padding: calc(var(--s) * 120) calc(var(--s) * 70) calc(var(--s) * 100) calc(var(--f) * 100);
  margin: 0 calc(var(--s) * 100) 0 0;
  background: #eef2e4;
}
.home-cure-treatment__text::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: #eef2e4;
}
.home-cure-treatment__text h2 {
  color: #90c31f;
  font-size: calc(var(--f) * 36);
  line-height: 1.15;
  font-weight: 500;
}
.home-cure-treatment__text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 3em 0 0.75em;
  font-size: calc(var(--f) * 24);
  line-height: 1.5;
  font-weight: 500;
}
.home-cure-treatment__text h3::before {
  content: "";
  width: 1.25em;
  height: 1.66em;
  margin: 0 0.5em 0 0;
  background: url(../img/menu/h3.svg) center/contain no-repeat;
}
.home-cure-treatment__text h2 + h3 {
  margin-top: 0;
}
.home-cure-treatment__text h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0.5em;
  margin-bottom: 0.25em;
  color: #a38b78;
  font-size: calc(var(--f) * 20);
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
}
.home-cure-treatment__text h4::after {
  content: "";
  position: relative;
  opacity: 0.7;
  top: 0.75em;
  display: block;
  width: 100%;
  height: 1px;
  background: #a38b78;
}
.home-cure-treatment__text h5 {
  font-weight: 500;
}
.home-cure-treatment__text h6 {
  font-weight: 500;
}
.home-cure-treatment__text p {
  margin-bottom: 2em;
}
.home-cure-treatment__text p:last-child {
  margin-bottom: 0;
}
.home-cure-treatment__text .col2 {
  margin-bottom: 2em;
}
.home-cure-treatment__text .col2 li {
  margin-bottom: 1em;
}
.home-cure-treatment__text .col3 {
  margin-bottom: 2em;
}
.home-cure-treatment__text .col3 li {
  margin-bottom: 1em;
}
.home-cure-treatment__text .img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--s) * 40);
  width: 100%;
  margin-bottom: 2em;
}
.home-cure-treatment__text .img-text__text {
  width: 100%;
}
.home-cure-treatment__text .img-text__img {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-cure-treatment__photo {
  position: relative;
  position: absolute;
  right: 0;
  top: calc(var(--h) * -60);
  z-index: 10;
  width: calc(var(--s) * 420);
  aspect-ratio: 1/0.75;
}
.home-cure-treatment__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960.02px) {
  .home-cure-treatment__text h2 {
    position: absolute;
    left: 0;
    top: calc(var(--s) * 120);
    display: block;
    width: 1em;
    text-align: center;
  }
  .home-cure-treatment__text h2 + p,
  .home-cure-treatment__text h2 + h3 + p,
  .home-cure-treatment__text h2 + h3 + h4 + p {
    padding-right: calc(var(--s) * 300);
  }
  .home-cure-treatment__text .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-cure-treatment__text .col2 li {
    width: calc((100% - var(--s) * 40) / 2);
  }
  .home-cure-treatment__text .col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-cure-treatment__text .col3 li {
    width: calc((100% - var(--s) * 80) / 3);
  }
}
@media screen and (max-width: 960px) {
  .home-cure-treatment__text {
    padding: calc(var(--s) * 160) 4vw calc(var(--h) * 80) 0;
    margin-right: 0;
  }
  .home-cure-treatment__text h2 {
    margin-bottom: 1em;
    font-size: calc(var(--f) * 32);
  }
  .home-cure-treatment__photo {
    right: -4vw;
  }
}

.home-cure {
  position: relative;
  overflow: hidden;
  padding: calc(var(--h) * 140) 0;
}
.home-cure__container {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 calc(var(--f) * 120);
}
.home-cure__container::before {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  content: "PREVENT CARE";
  position: absolute;
  left: 0.6em;
  top: 0.1em;
  color: #dcc3b0;
  font-size: calc(var(--f) * 90);
  line-height: 0.6;
  white-space: nowrap;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home-cure__text h2 {
  line-height: 1.75;
  letter-spacing: 0.12em;
  margin-bottom: 2em;
  color: #a38b78;
  font-size: calc(var(--f) * 32);
  font-weight: 500;
}
.home-cure__text p {
  margin-bottom: 2em;
}
.home-cure__photo {
  position: relative;
}
@media screen and (min-width: 960.02px) {
  .home-cure__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-cure__text {
    width: 100%;
  }
  .home-cure__photo {
    position: relative;
    width: calc(var(--s) * 360);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 1/1.65;
    margin: 0 0 0 calc(var(--s) * 60);
  }
  .home-cure__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 960px) {
  .home-cure__container {
    padding-left: calc(var(--f) * 86);
  }
  .home-cure__container::before {
    left: 0.65em;
  }
  .home-cure__text {
    padding-top: calc(var(--h) * 400);
  }
  .home-cure__text h2 {
    margin-bottom: 1em;
    font-size: calc(var(--f) * 26);
  }
  .home-cure__photo {
    position: relative;
    position: absolute;
    right: 0;
    top: calc(var(--h) * 18);
    width: calc(100% - var(--f) * 86);
    height: calc(var(--h) * 300);
  }
  .home-cure__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-cure__photo img {
    -o-object-position: center 32%;
       object-position: center 32%;
  }
}
.home-cure__container.anime-set {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
          transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
}
.home-cure__container.anime-off {
  opacity: 0;
}
.home-cure__photo.anime-set::before, .home-cure__photo.anime-set::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
  display: block;
  width: 0;
  height: 100%;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
          transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
}
.home-cure__photo.anime-set::before {
  left: 0;
  background: #a38b78;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.home-cure__photo.anime-set::after {
  left: 0;
  background: #fff;
}
.home-cure__photo.anime-off::before, .home-cure__photo.anime-off::after {
  width: 100%;
}

.home-lineup {
  padding: 0 0 calc(var(--h) * 100);
  background: #f7eee7;
}
.home-lineup__container {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
}
.home-lineup__head {
  line-height: 1;
  text-align: center;
  position: relative;
  top: calc(var(--f-en) * -40);
  margin: 0 0 calc(var(--h) * 40);
}
.home-lineup__head .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin: 0 0 calc(var(--f) * 24);
  font-size: calc(var(--f-en) * 80);
}
.home-lineup__head .ja {
  display: block;
  font-size: calc(var(--f) * 20);
  font-weight: 500;
}
.home-lineup__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--s) * 20);
}
.home-lineup__list li {
  position: relative;
  width: calc((100% - var(--s) * 40) / 3);
  line-height: 1.5;
  text-align: center;
}
.home-lineup__list li a {
  display: block;
  width: 100%;
  padding: calc(var(--f) * 6) 0;
  background: #fff;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-lineup__list li a:hover {
  background: rgba(255, 230, 89, 0.25);
}
.home-lineup__list:first-child {
  padding-top: calc(var(--h) * 100);
}
@media screen and (min-width: 960.02px) {
  .home-lineup__list li a {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .home-lineup__list li img {
    display: block;
    width: 28%;
    margin-right: calc(var(--f) * 16);
  }
}
@media screen and (max-width: 960px) {
  .home-lineup__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-lineup__list li a {
    position: relative;
    aspect-ratio: 1/1;
    padding: calc(var(--f) * 16) 0 0;
  }
  .home-lineup__list li img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .home-lineup__list li p {
    position: absolute;
    left: 0;
    bottom: calc(var(--f) * 12);
    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%;
    height: 3em;
  }
}
.home-lineup__list li.anime-set::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  width: 0;
  height: 100%;
  background: #a38b78;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
          transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
}
.home-lineup__list li.anime-off::after {
  width: 100%;
}

.home-message {
  position: relative;
  overflow: hidden;
  padding: calc(var(--h) * 140) 0 calc(var(--h) * 100);
  background: #eef2e4;
}
.home-message__container {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 calc(var(--f) * 120);
}
.home-message__container::before {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  content: "MESSAGE";
  position: absolute;
  left: 0.6em;
  top: 0.1em;
  color: #d0dcb7;
  font-size: calc(var(--f) * 90);
  line-height: 0.6;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home-message__text h2 {
  line-height: 1.75;
  letter-spacing: 0.12em;
  margin-bottom: 2em;
  color: #90c31f;
  font-size: calc(var(--f) * 32);
  font-weight: 500;
}
.home-message__text p {
  margin-bottom: 2em;
}
@media screen and (min-width: 960.02px) {
  .home-message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-message__text {
    width: 100%;
  }
  .home-message__photo {
    position: relative;
    width: calc(var(--s) * 320);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 1/2;
    margin: 0 0 0 calc(var(--s) * 60);
  }
  .home-message__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-message__photo img {
    -o-object-position: right center;
       object-position: right center;
  }
}
@media screen and (max-width: 960px) {
  .home-message__container {
    padding-left: calc(var(--f) * 86);
  }
  .home-message__container::before {
    left: 0.65em;
  }
  .home-message__text {
    padding-top: calc(var(--h) * 400);
  }
  .home-message__text h2 {
    margin-bottom: 1em;
    font-size: calc(var(--f) * 26);
  }
  .home-message__photo {
    position: relative;
    position: absolute;
    right: 0;
    top: calc(var(--h) * 18);
    width: calc(100% - var(--f) * 86);
    height: calc(var(--h) * 300);
  }
  .home-message__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-message__photo img {
    -o-object-position: center 32%;
       object-position: center 32%;
  }
}
.home-message__container.anime-set {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
          transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
}
.home-message__container.anime-off {
  opacity: 0;
}
.home-message__photo.anime-set::before, .home-message__photo.anime-set::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
  display: block;
  width: 0;
  height: 100%;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
          transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
}
.home-message__photo.anime-set::before {
  left: 0;
  background: #90c31f;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.home-message__photo.anime-set::after {
  left: 0;
  background: #eef2e4;
}
.home-message__photo.anime-off::before, .home-message__photo.anime-off::after {
  width: 100%;
}

.home-mv {
  position: relative;
  overflow: hidden;
}
.home-mv::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation: home-mv 1000ms cubic-bezier(0.885, 0.005, 0.62, 1) 500ms forwards;
          animation: home-mv 1000ms cubic-bezier(0.885, 0.005, 0.62, 1) 500ms forwards;
}
.home-mv__container {
  position: relative;
  z-index: 10;
  width: 1440px;
  aspect-ratio: 1440/888;
  max-width: 100%;
  margin: 0 auto;
}
.home-mv__text {
  position: absolute;
  left: 4.86%;
  top: 25%;
  z-index: 50;
}
.home-mv__text span {
  position: relative;
  opacity: 0;
  display: block;
  font-size: calc(var(--f) * 26);
  line-height: 1.77;
  font-weight: 500;
  -webkit-animation: home-mv-catch 1000ms cubic-bezier(0.1, 0.66, 0.405, 0.995) 2400ms forwards;
          animation: home-mv-catch 1000ms cubic-bezier(0.1, 0.66, 0.405, 0.995) 2400ms forwards;
}
.home-mv__text span:nth-child(2) {
  -webkit-animation-delay: 2450ms;
          animation-delay: 2450ms;
}
.home-mv__text span:nth-child(3) {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}
.home-mv__text span:nth-child(4) {
  -webkit-animation-delay: 2550ms;
          animation-delay: 2550ms;
}
.home-mv__catch {
  position: absolute;
  left: 36.25%;
  top: 21.85%;
  z-index: 200;
  width: 36.25%;
  aspect-ratio: 522/541;
  mix-blend-mode: multiply;
}
.home-mv__photo {
  position: absolute;
  overflow: hidden;
}
.home-mv__photo::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  background: #a38b78;
  -webkit-animation: home-mv 600ms cubic-bezier(0.885, 0.005, 0.62, 1) 1400ms forwards;
          animation: home-mv 600ms cubic-bezier(0.885, 0.005, 0.62, 1) 1400ms forwards;
}
.home-mv__photo span {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: block;
  width: 0;
  height: 100%;
}
.home-mv__photo span img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: auto;
  max-width: unset;
  height: 100%;
}
.home-mv__photo span:nth-child(1) {
  -webkit-animation: home-mv-photo 8000ms linear -2000ms infinite;
          animation: home-mv-photo 8000ms linear -2000ms infinite;
}
.home-mv__photo span:nth-child(2) {
  -webkit-animation: home-mv-photo 8000ms linear 2000ms infinite;
          animation: home-mv-photo 8000ms linear 2000ms infinite;
}
.home-mv__photo--1 {
  width: 33.3%;
  aspect-ratio: 480/320;
  left: 8.06%;
  top: 57.95%;
}
.home-mv__photo--2 {
  width: 30.56%;
  aspect-ratio: 440/220;
  left: 30.97%;
  top: 0;
}
.home-mv__photo--2::after {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.home-mv__photo--2 span:nth-child(1) {
  -webkit-animation-delay: -1900ms;
          animation-delay: -1900ms;
}
.home-mv__photo--2 span:nth-child(2) {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
.home-mv__photo--3 {
  width: 27.08%;
  aspect-ratio: 390/520;
  right: 0;
  top: 12.27%;
}
.home-mv__photo--3::after {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.home-mv__photo--3 span:nth-child(1) {
  -webkit-animation-delay: -1800ms;
          animation-delay: -1800ms;
}
.home-mv__photo--3 span:nth-child(2) {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
.home-mv__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 78.47%;
  -webkit-box-shadow: calc(var(--s) * 1130) 0 0 0 #e8e1db;
          box-shadow: calc(var(--s) * 1130) 0 0 0 #e8e1db;
}
@media screen and (max-width: 960px) {
  .home-mv {
    padding: calc(var(--h) * 150) 0 0;
  }
  .home-mv__container {
    aspect-ratio: 1/1.32;
  }
  .home-mv__text {
    left: unset;
    right: 4.8%;
    top: unset;
    bottom: 0;
    text-align: right;
  }
  .home-mv__catch {
    left: 20%;
    top: 14%;
    width: 52%;
  }
  .home-mv__photo--1 {
    width: 50%;
    left: 0%;
    top: 57.95%;
  }
  .home-mv__photo--2 {
    width: 45%;
    left: 8%;
    top: 0;
  }
  .home-mv__photo--3 {
    width: 40%;
    right: 0;
    top: 16%;
  }
  .home-mv__bg {
    display: none;
  }
}

@-webkit-keyframes home-mv {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes home-mv {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes home-mv-catch {
  0% {
    -webkit-transform: translateX(calc(var(--f) * 30));
            transform: translateX(calc(var(--f) * 30));
    opacity: 0;
  }
  100% {
    -webkit-transform: 0;
            transform: 0;
    opacity: 1;
  }
}
@keyframes home-mv-catch {
  0% {
    -webkit-transform: translateX(calc(var(--f) * 30));
            transform: translateX(calc(var(--f) * 30));
    opacity: 0;
  }
  100% {
    -webkit-transform: 0;
            transform: 0;
    opacity: 1;
  }
}
@-webkit-keyframes home-mv-photo {
  0% {
    width: 0%;
    z-index: 20;
  }
  45% {
    width: 0%;
    z-index: 20;
  }
  50% {
    width: 100%;
    z-index: 20;
  }
  51% {
    width: 100%;
    z-index: 10;
  }
  100% {
    width: 100%;
    z-index: 10;
  }
}
@keyframes home-mv-photo {
  0% {
    width: 0%;
    z-index: 20;
  }
  45% {
    width: 0%;
    z-index: 20;
  }
  50% {
    width: 100%;
    z-index: 20;
  }
  51% {
    width: 100%;
    z-index: 10;
  }
  100% {
    width: 100%;
    z-index: 10;
  }
}
@-webkit-keyframes home-mv-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes home-mv-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.home-point {
  position: relative;
  padding: 0 0 calc(var(--h) * 60);
  margin: 0 0 calc(var(--h) * 20);
}
.home-point__head {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: calc(var(--s) * 194);
  height: 100%;
  background: #a38b78;
}
.home-point__head h2 {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  padding: calc(var(--f) * 48) 0 calc(var(--f) * 96);
}
.home-point__head h2 span {
  position: relative;
  z-index: 10;
  width: 1em;
  margin: 0 0.25em;
  color: #fff;
  font-size: calc(var(--f) * 32);
  line-height: 1.1;
}
.home-point__head h2 span b {
  color: #ffe659;
  font-size: 1.4em;
  line-height: 0.9;
}
.home-point__head h2::before {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  content: "REASON";
  position: absolute;
  left: 0.6em;
  top: 0.1em;
  opacity: 0.5;
  color: #dcc3b0;
  font-size: calc(var(--f) * 126);
  line-height: 0.6;
  white-space: nowrap;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home-point__container {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
  position: relative;
}
.home-point__intro {
  margin: 0 0 calc(var(--h) * 100);
}
.home-point__intro p {
  font-weight: 500;
}
.home-point__item {
  position: relative;
}
.home-point__item .count {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(var(--f) * 50);
  line-height: 0;
}
.home-point__item .count b {
  color: #90c31f;
  font-size: 2em;
}
.home-point__item .text {
  position: relative;
  z-index: 100;
}
.home-point__item .text h3 {
  line-height: 1.75;
  letter-spacing: 0.12em;
  margin: 0 0 calc(var(--f) * 10);
  font-size: calc(var(--f) * 24);
  font-weight: 500;
}
.home-point__item .text p {
  font-size: calc(var(--f) * 14);
}
.home-point__item .text p b {
  display: inline-block;
  padding: 0 0.1em 0 0.15em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), color-stop(58%, #ffe659), color-stop(85%, #ffe659), color-stop(85%, transparent));
  background: linear-gradient(transparent 58%, #ffe659 58%, #ffe659 85%, transparent 85%);
}
.home-point__item .photo span {
  position: relative;
  display: inline-block;
}
.home-point__item .photo img {
  display: inline-block;
}
.home-point__more {
  text-align: center;
  margin-top: calc(var(--f) * 24);
  padding-bottom: calc(var(--f) * 48);
  text-align: left;
}
.home-point__more .label {
  position: relative;
  display: inline-block;
  min-width: 20em;
  max-width: 80%;
  padding: 1em 2em;
  color: #fff;
  font-size: calc(var(--f) * 15);
  line-height: 1.75;
  text-align: center;
  text-decoration: none;
  background: #a38b78;
  border: 1px solid #a38b78;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-point__more .label::before, .home-point__more .label::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--f) * 20);
  bottom: 0;
  display: block;
  width: calc(var(--f) * 32);
  height: calc(var(--f) * 12);
  margin: auto 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-point__more .label::before {
  border-bottom: 1px solid #fff;
}
.home-point__more .label::after {
  border-right: 1px solid #fff;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translateY(-0.5px) rotate(-45deg);
          transform: translateY(-0.5px) rotate(-45deg);
}
.home-point__more .label:hover {
  color: #a38b78;
  background: #fff;
}
.home-point__more .label:hover::before {
  border-bottom-color: #a38b78;
}
.home-point__more .label:hover::after {
  border-right-color: #a38b78;
}
.home-mv + .home-point {
  margin-top: calc(var(--h) * 80);
  padding-top: calc(var(--h) * 80);
}
.home-point__item.anime-set .photo span::before,
.home-point__item.anime-set .photo span::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
  display: block;
  width: 0;
  height: 100%;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
          transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
}
.home-point__item.anime-set .photo span::before {
  left: 0;
  background: #a38b78;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.home-point__item.anime-set .photo span::after {
  left: 0;
  background: #fff;
}
.home-point__item.anime-off .photo span::before,
.home-point__item.anime-off .photo span::after {
  width: 100%;
}
@media screen and (min-width: 960.02px) {
  .home-point__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-point__item {
    width: calc((100% - var(--s) * 86) / 2);
    padding: 0 0 calc(var(--h) * 100);
    margin: 0 0 calc(var(--h) * 70);
  }
  .home-point__item .count {
    position: absolute;
    z-index: 110;
    left: -0.3em;
    top: -0.4em;
  }
  .home-point__item .text {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(var(--f) * 350);
    padding: calc(var(--f) * 26) 0 0 calc(var(--f) * 40);
    background: #fff;
  }
  .home-point__item .photo img {
    width: calc(var(--f) * 860);
  }
  .home-point__item:nth-child(1), .home-point__item:nth-child(2) {
    width: 100%;
    padding: 0;
    margin: 0 0 calc(var(--h) * 160);
  }
  .home-point__item:nth-child(1) .count, .home-point__item:nth-child(2) .count {
    font-size: calc(var(--f) * 60);
  }
  .home-point__item:nth-child(1) .text, .home-point__item:nth-child(2) .text {
    width: calc(var(--f) * 410);
  }
  .home-point__item:nth-child(1) .text {
    right: 0;
    bottom: 0;
  }
  .home-point__item:nth-child(2) .count {
    left: unset;
    right: -0.3em;
  }
  .home-point__item:nth-child(2) .text {
    left: 0;
    bottom: 0;
    padding-left: 0;
  }
  .home-point__item:nth-child(2) .photo {
    text-align: right;
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1700px) {
  .home-point__container {
    padding-right: calc(var(--s) * 200);
  }
}
@media screen and (max-width: 960px) {
  .home-point__container {
    padding-right: calc(var(--s) * 200);
  }
  .home-point__head h2 {
    top: calc(var(--f) * 60);
    padding: calc(var(--f) * 48) 0 calc(var(--f) * 96);
  }
  .home-point__head h2 span {
    font-size: calc(var(--f) * 24);
  }
  .home-point__head h2::before {
    top: 0;
    font-size: calc(var(--f) * 110);
  }
  .home-point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 calc(var(--h) * 120);
  }
  .home-point__item .count {
    position: relative;
    z-index: 20;
    width: 100%;
    margin: 0 0 calc(var(--f) * 8);
  }
  .home-point__item .text {
    position: relative;
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    width: 100%;
    padding: calc(var(--f) * 12) calc(var(--f) * 24) 0;
    margin: calc(var(--f) * -20) 0 0 calc(var(--f) * 20);
    background: #fff;
  }
  .home-point__item .text h3 {
    font-size: calc(var(--f) * 20);
  }
  .home-point__item .photo {
    width: 100%;
  }
}

.home-style {
  position: relative;
  z-index: 10;
  padding: 0 0 calc(var(--h) * 140);
}
.home-style::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f-en) * 40);
  display: block;
  width: 90%;
  height: 100%;
  background: #f7eee7;
}
.home-style__head {
  line-height: 1;
  text-align: center;
  position: relative;
  top: 0;
}
.home-style__head .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin: 0 0 calc(var(--f) * 24);
  font-size: calc(var(--f-en) * 80);
}
.home-style__head .ja {
  display: block;
  font-size: calc(var(--f) * 20);
  font-weight: 500;
}
.home-style__container {
  position: relative;
  overflow: hidden;
}
.home-style__intro {
  position: relative;
  margin: 0 0 calc(var(--h) * 100);
  text-align: center;
}
.home-style__intro p {
  position: relative;
  display: inline-block;
  padding: 0 0.5em 0.5em;
}
.home-style__intro p::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(var(--f) * -23);
  left: 0;
  display: block;
  width: calc(var(--f) * 22);
  height: calc(var(--f) * 24);
  margin: 0 auto;
  background: #3d3d3d;
  -webkit-clip-path: polygon(0 0, 1px 0, 50% calc(100% - 2px), calc(100% - 1px) 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 1px 0, 50% calc(100% - 2px), calc(100% - 1px) 0, 100% 0, 50% 100%);
}
.home-style__intro p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#3d3d3d), color-stop(transparent), color-stop(transparent), to(#3d3d3d));
  background: linear-gradient(to right, #3d3d3d calc(50% - var(--f) * 10), transparent calc(50% - var(--f) * 10), transparent calc(50% + var(--f) * 10), #3d3d3d calc(50% + var(--f) * 10));
}
.home-style__list {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
}
.home-style__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--s) * 50) calc(var(--s) * 30);
  margin: 0 0 calc(var(--h) * 80);
}
.home-style__item {
  position: relative;
  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: calc((100% - var(--s) * 60) / 3);
  padding: 2.25em 2em;
  text-align: center;
  white-space: nowrap;
  background: #fff;
}
.home-style__item::before {
  content: "";
  position: absolute;
  left: calc(var(--f) * 8);
  top: calc(var(--f) * 8);
  opacity: 0.75;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #a38b78;
  border-right: 1px solid #a38b78;
}
.home-style__item .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  left: 0;
  top: -0.15em;
  display: block;
  width: 100%;
  color: #a38b78;
  font-size: calc(var(--f-en) * 55);
  line-height: 0;
  text-align: center;
}
.home-style__item .ja {
  line-height: 1.75;
}
.home-style__item .ja b {
  display: inline-block;
  padding: 0 0.1em 0 0.15em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), color-stop(58%, #ffe659), color-stop(85%, #ffe659), color-stop(85%, transparent));
  background: linear-gradient(transparent 58%, #ffe659 58%, #ffe659 85%, transparent 85%);
}
.home-style__more {
  text-align: center;
}
.home-style__more .label {
  position: relative;
  display: inline-block;
  min-width: 20em;
  max-width: 80%;
  padding: 1em 2em;
  color: #fff;
  font-size: calc(var(--f) * 15);
  line-height: 1.75;
  text-align: center;
  text-decoration: none;
  background: #a38b78;
  border: 1px solid #a38b78;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-style__more .label::before, .home-style__more .label::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--f) * 20);
  bottom: 0;
  display: block;
  width: calc(var(--f) * 32);
  height: calc(var(--f) * 12);
  margin: auto 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-style__more .label::before {
  border-bottom: 1px solid #fff;
}
.home-style__more .label::after {
  border-right: 1px solid #fff;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translateY(-0.5px) rotate(-45deg);
          transform: translateY(-0.5px) rotate(-45deg);
}
.home-style__more .label:hover {
  color: #a38b78;
  background: #fff;
}
.home-style__more .label:hover::before {
  border-bottom-color: #a38b78;
}
.home-style__more .label:hover::after {
  border-right-color: #a38b78;
}
@media screen and (max-width: 960px) {
  .home-style__items {
    gap: calc(var(--s) * 80) calc(var(--s) * 40);
    margin: 0 0 calc(var(--h) * 80);
  }
  .home-style__item {
    width: calc((100% - var(--s) * 40) / 2);
    padding: 2.25em 0 1.5em;
  }
  .home-style__item:nth-child(2n+1):last-child {
    width: 100%;
  }
}
.home-style.anime-set::before {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
          transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
}
.home-style.anime-off::before {
  width: 0;
}
.home-style__item.anime-set {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
          transition-timing-function: cubic-bezier(0.885, 0.005, 0.62, 1);
}
.home-style__item.anime-off {
  opacity: 0;
  -webkit-transform: translateX(calc(var(--f) * 80));
          transform: translateX(calc(var(--f) * 80));
}

.home-topics {
  padding: calc(var(--h) * 180) 0;
}
.home-topics__container {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: calc(var(--f) * 60) calc(var(--s) * 60) calc(var(--f) * 35);
}
.home-topics__container::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: #f2f2f2;
}
.home-topics__head h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  left: 0;
  top: -0.3em;
  z-index: 110;
  font-size: calc(var(--f) * 80);
  line-height: 0;
}
.home-topics__head h2 b {
  color: #90c31f;
  font-size: 1.5em;
}
.home-topics__link {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: relative;
  display: block;
  padding: calc(var(--f) * 20) calc(var(--f) * 60) calc(var(--f) * 20) calc(var(--f) * 10);
  text-align: left;
  border-bottom: 1px solid #d2d2d2;
}
.home-topics__link:hover {
  opacity: 0.7;
}
.home-topics__link::before, .home-topics__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--f) * 10);
  bottom: 0;
  display: block;
  width: calc(var(--f) * 32);
  height: calc(var(--f) * 12);
  margin: auto 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-topics__link::before {
  border-bottom: 1px solid #a38b78;
}
.home-topics__link::after {
  border-right: 1px solid #a38b78;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translateY(-0.5px) rotate(-45deg);
          transform: translateY(-0.5px) rotate(-45deg);
}
.home-topics__link .date {
  display: block;
  color: #a38b78;
  font-size: calc(var(--f) * 13);
}
.home-topics__link .title {
  display: block;
  line-height: 1.8;
}
.home-topics__item:last-child .home-topics__link {
  border-bottom: none;
}
@media screen and (min-width: 960.02px) {
  .home-topics__link {
    padding-left: calc(var(--f) * 115);
  }
  .home-topics__link .date {
    position: absolute;
    top: 0;
    left: 0.5em;
    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;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .home-topics__container {
    width: 100%;
    max-width: 100%;
    padding: calc(var(--h) * 50) 4vw;
  }
  .home-topics__head h2 {
    left: 0.15em;
    font-size: calc(var(--f) * 68);
  }
}

.contact-form {
  padding: 0 0 calc(var(--h) * 160);
}
.contact-form .required {
  display: inline-block;
  padding: 0 0.7em;
  color: #fff;
  font-size: calc(var(--f) * 13);
  line-height: 1.4;
  font-weight: normal;
  vertical-align: middle;
  background: #cb442e;
  border-radius: 999px;
}
.contact-form__container {
  width: calc(var(--s) * 1140);
  max-width: 92vw;
  padding: calc(var(--h) * 70) calc(var(--s) * 70);
  margin: 0 auto;
  border: calc(var(--s) * 50) solid #f7eee7;
}
.contact-form__notice {
  margin: 0 0 calc(var(--h) * 40);
  text-align: center;
}
.contact-form__notice .required {
  margin: 0 0.4em 0 0;
}
.contact-form__notice b {
  font-size: 1.5em;
  font-weight: 700;
}
.contact-form__table table {
  width: 100%;
}
.contact-form__table th .required, .contact-form__table td .required {
  margin: 0 0 0 0.4em;
}
.contact-form__table th {
  font-weight: 500;
}
.contact-form__table td input[type=text],
.contact-form__table td input[type=tel],
.contact-form__table td input[type=email],
.contact-form__table td select,
.contact-form__table td textarea {
  display: block;
  width: 100%;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f2f2f2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-top: 1px solid rgba(210, 210, 210, 0.5);
  border-left: 1px solid rgba(210, 210, 210, 0.5);
  border-radius: 0;
  outline: none;
}
.contact-form__table td select {
  background-image: url(../img/_common/ico-select.svg);
  background-position: right 1em center;
  background-size: 1em auto;
  background-repeat: no-repeat;
}
.contact-form__table td textarea {
  height: calc(var(--h) * 260);
}
.contact-form__table td .contact-time p {
  padding: calc(var(--f) * 15) 0 calc(var(--f) * 5);
  font-size: calc(var(--f) * 14);
  line-height: 1.6;
}
.contact-form__submit .btn {
  text-align: center;
  margin: calc(var(--h) * 80) 0 calc(var(--h) * 40);
}
.contact-form__submit .btn .label {
  position: relative;
  display: inline-block;
  min-width: 20em;
  max-width: 80%;
  padding: 1em 2em;
  color: #fff;
  font-size: calc(var(--f) * 15);
  line-height: 1.75;
  text-align: center;
  text-decoration: none;
  background: #a38b78;
  border: 1px solid #a38b78;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.contact-form__submit .btn .label::before, .contact-form__submit .btn .label::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--f) * 20);
  bottom: 0;
  display: block;
  width: calc(var(--f) * 32);
  height: calc(var(--f) * 12);
  margin: auto 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.contact-form__submit .btn .label::before {
  border-bottom: 1px solid #fff;
}
.contact-form__submit .btn .label::after {
  border-right: 1px solid #fff;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translateY(-0.5px) rotate(-45deg);
          transform: translateY(-0.5px) rotate(-45deg);
}
.contact-form__submit .btn .label:hover {
  color: #a38b78;
  background: #fff;
}
.contact-form__submit .btn .label:hover::before {
  border-bottom-color: #a38b78;
}
.contact-form__submit .btn .label:hover::after {
  border-right-color: #a38b78;
}
.contact-form__submit .btn .label {
  position: relative;
  padding: 0;
}
.contact-form__submit .btn .label input {
  display: block;
  width: 100%;
  padding: 1em 2em;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  background: none;
}
.contact-form__submit .btn .label .wpcf7-spinner {
  display: none !important;
}
.contact-form__submit .privacy {
  padding: 1em 1.8em;
  font-size: calc(var(--f) * 15);
  background: #f2f2f2;
}
@media screen and (min-width: 960.02px) {
  .contact-form__table {
    border-top: 1px solid rgba(210, 210, 210, 0.5);
  }
  .contact-form__table table {
    width: 100%;
  }
  .contact-form__table th, .contact-form__table td {
    padding: calc(var(--h) * 26) 0;
    vertical-align: top;
    border-bottom: 1px solid rgba(210, 210, 210, 0.5);
  }
  .contact-form__table th {
    padding-top: calc(var(--h) * 34);
  }
}
@media screen and (max-width: 960px) {
  .contact-form__table {
    border-top: 1px solid rgba(210, 210, 210, 0.5);
  }
  .contact-form__table table {
    width: 100%;
  }
  .contact-form__table th, .contact-form__table td {
    display: block;
    width: 100%;
  }
  .contact-form__table th {
    padding: calc(var(--h) * 30) 0 calc(var(--h) * 10);
    font-weight: bold;
  }
  .contact-form__table td {
    padding: 0 0 calc(var(--h) * 44);
    border-bottom: 1px solid rgba(210, 210, 210, 0.5);
  }
}

.facility-list {
  padding: 0 0 calc(var(--h) * 120);
}
.facility-list__container {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
}
.facility-list__head {
  line-height: 1.75;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 0 calc(var(--h) * 40);
  font-size: calc(var(--f) * 26);
  letter-spacing: 0.4em;
  font-weight: 500;
  white-space: nowrap;
}
.facility-list__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 1.2em;
  background: #3d3d3d;
}
.facility-list__item {
  position: relative;
}
.facility-list__item .img {
  position: relative;
  margin: 0 0 calc(var(--f) * 32);
}
.facility-list__item .title {
  line-height: 1.75;
  letter-spacing: 0.12em;
  position: absolute;
  left: calc(var(--f) * -10);
  bottom: calc(var(--f) * -16);
  padding: calc(var(--f) * 5) 1.5em calc(var(--f) * 5);
  color: #fff;
  text-align: center;
  background: #a38b78;
}
.facility-list__item .text {
  font-size: calc(var(--f) * 15);
  line-height: 1.75;
}
@media screen and (min-width: 960.02px) {
  .facility-list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--s) * 50);
  }
  .facility-list__item {
    width: calc((100% - var(--s) * 100) / 3);
  }
}
@media screen and (max-width: 960px) {
  .facility-list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--h) * 60);
    padding: calc(var(--s) * 30) calc(var(--s) * 40);
  }
}

.facility-pickup {
  padding: 0 0 calc(var(--h) * 160);
}
.facility-pickup__container {
  position: relative;
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
}
.facility-pickup__container::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: 0 0 calc(var(--h) * 90);
  background: rgba(210, 210, 210, 0.4);
}
.facility-pickup__head {
  margin: 0 0 calc(var(--f) * 60);
  text-align: center;
}
.facility-pickup__head h2 {
  line-height: 1.75;
  letter-spacing: 0.12em;
  position: relative;
  display: inline-block;
  padding: 0 0.5em 0.5em;
  font-size: calc(var(--f) * 24);
  font-weight: 500;
}
.facility-pickup__head h2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(var(--f) * -23);
  left: 0;
  display: block;
  width: calc(var(--f) * 22);
  height: calc(var(--f) * 24);
  margin: 0 auto;
  background: #3d3d3d;
  -webkit-clip-path: polygon(0 0, 1px 0, 50% calc(100% - 2px), calc(100% - 1px) 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 1px 0, 50% calc(100% - 2px), calc(100% - 1px) 0, 100% 0, 50% 100%);
}
.facility-pickup__head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#3d3d3d), color-stop(transparent), color-stop(transparent), to(#3d3d3d));
  background: linear-gradient(to right, #3d3d3d calc(50% - var(--f) * 10), transparent calc(50% - var(--f) * 10), transparent calc(50% + var(--f) * 10), #3d3d3d calc(50% + var(--f) * 10));
}
.facility-pickup__text p.top {
  line-height: 1.75;
  letter-spacing: 0.12em;
  color: #a38b78;
  font-size: calc(var(--f) * 28);
  font-weight: 500;
}
.facility-pickup__text p {
  margin: 0 0 0.75em;
}
@media screen and (min-width: 960.02px) {
  .facility-pickup__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .facility-pickup__head {
    width: 100%;
  }
  .facility-pickup__text {
    width: 55%;
    padding-right: calc(var(--s) * 50);
  }
  .facility-pickup__photo {
    width: 45%;
    height: 100%;
  }
  .facility-pickup__gallery {
    width: 100%;
    margin-top: calc(var(--h) * 60);
  }
  .facility-pickup__gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--s) * 20);
  }
  .facility-pickup__gallery li {
    width: calc((100% - var(--s) * 40) / 3);
  }
}
@media screen and (max-width: 960px) {
  .facility-pickup__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .facility-pickup__container::before {
    -webkit-box-ordinal-group: -14;
        -ms-flex-order: -15;
            order: -15;
  }
  .facility-pickup__head {
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10;
    width: 100%;
  }
  .facility-pickup__head h2 {
    margin-bottom: 0;
  }
  .facility-pickup__text {
    width: 100%;
  }
  .facility-pickup__photo {
    -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
            order: -5;
    width: 100%;
    margin: calc(var(--h) * 60) 0 calc(var(--h) * 40);
  }
  .facility-pickup__gallery {
    width: 100%;
    margin-top: calc(var(--h) * 60);
  }
  .facility-pickup__gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--s) * 20);
  }
  .facility-pickup__gallery li {
    width: calc((100% - var(--s) * 20) / 2);
  }
}

.implant-page-title {
  position: relative;
  overflow: hidden;
}
.implant-page-title__container {
  position: relative;
  z-index: 10;
  padding: calc(var(--s) * 380) 0 0;
  background: #f9f7ee;
}
.implant-page-title__text {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  padding: 0 0 calc(var(--h) * 60);
  margin: 0 auto;
}
.implant-page-title__text h1 {
  margin: 0 0 calc(var(--h) * 36);
}
.implant-page-title__text h1 img {
  width: calc(var(--f) * 800);
}
.implant-page-title__text p {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: calc(var(--f) * 28);
  line-height: 1.65;
}
.implant-page-title__bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: calc(var(--s) * 807);
}
@media screen and (max-width: 960px) {
  .implant-page-title__text p {
    font-size: calc(var(--f) * 22);
  }
  .implant-page-title__bg {
    width: calc(var(--s) * 520);
  }
}

.implant-point {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: 0 0 calc(var(--h) * 150);
}
.implant-point::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -10;
  pointer-events: none;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: url(../img/implant/pattern-1.png);
  mix-blend-mode: multiply;
}
.implant-point__head {
  padding: calc(var(--h) * 150) 0 calc(var(--h) * 60);
  text-align: center;
}
.implant-point__head img {
  display: inline-block;
  width: calc(var(--f) * 490);
}
.implant-point__box {
  position: relative;
}
.implant-point__box:nth-child(1) {
  padding: 0 0 calc(var(--h) * 100);
}
.implant-point__box:nth-child(2) {
  padding: 0 0 calc(var(--h) * 50);
}
.implant-point__box:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  pointer-events: none;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: url(../img/implant/pattern-2.png);
}
.implant-point__text {
  text-align: center;
}
.implant-point__text span {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 0.6em;
  font-size: calc(var(--f) * 30);
  line-height: 1.5;
  white-space: nowrap;
  border-bottom: 1px solid #3d3d3d;
}
.implant-point__photo {
  position: relative;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  text-align: right;
}
.implant-point__photo__photo {
  display: inline-block;
  width: calc(var(--s) * 800);
}
.implant-point__photo__text {
  position: absolute;
  left: 5%;
  bottom: calc(var(--f) * 10);
  display: block;
  width: calc(var(--f) * 664);
  max-width: 95%;
}
.implant-point__merit__items {
  width: 900px;
  max-width: 100%;
  margin: calc(var(--h) * 40) auto;
}
.implant-point__merit__items li {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  width: 100%;
  font-size: calc(var(--f) * 22);
}
.implant-point__merit__items li img {
  display: block;
  width: 50%;
  margin: calc(var(--h) * 50) auto calc(var(--h) * 20);
}
.implant-point__merit__items li span, .implant-point__merit__items li b, .implant-point__merit__items li small {
  display: block;
  line-height: 1.5;
  text-align: center;
}
.implant-point__merit__items li b {
  padding: 0.15em 0 0.1em;
  color: #cb442e;
  font-size: 1.5em;
}
.implant-point__merit__items li b + span {
  padding-top: 0.8em;
}
.implant-point__merit__items li small {
  font-size: 0.8em;
}
.implant-point__merit__items li p.detail {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--f) * 16);
  line-height: 2;
  letter-spacing: 0.15em;
  padding: 0 1.5em;
}
@media screen and (max-width: 960px) {
  .implant-point__merit__items li p.detail {
    letter-spacing: 0.024em;
  }
}
.implant-point__merit__infection {
  width: 92%;
  margin: 0 auto;
}
.implant-point__merit__infection h3 {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #fff;
  font-size: calc(var(--f) * 18);
  text-align: center;
  background: #775333;
}
.implant-point__merit__infection ul {
  padding: 0.8em 1.5em;
  background: rgba(119, 83, 51, 0.1);
}
.implant-point__merit__infection ul li::before {
  content: "●";
  display: inline-block;
  margin: 0 0.25em 0 0;
  color: #775333;
  font-size: 0.7em;
  vertical-align: middle;
}
@media screen and (min-width: 960.02px) {
  .implant-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
  }
  .implant-point__box {
    width: 100%;
  }
}
@media only screen and (min-width: 960.02px) and (min-width: 1200.01px) {
  .implant-point__box:nth-child(3), .implant-point__box:nth-child(4) {
    width: 48%;
  }
}
@media screen and (min-width: 960.02px) {
  .implant-point__photo .implant-point__text {
    position: absolute;
    left: 5%;
    top: 8%;
    text-align: left;
  }
  .implant-point__merit__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(var(--s) * 60);
  }
}
@media screen and (max-width: 960px) {
  .implant-point__head img {
    width: calc(var(--f) * 380);
  }
  .implant-point__text {
    margin-bottom: calc(var(--h) * 40);
  }
  .implant-point__text span {
    font-size: calc(var(--f) * 24);
  }
  .implant-point__merit__items li {
    margin-bottom: calc(var(--h) * 40);
  }
  .implant-point__merit__items li img {
    width: 70vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.implant-price {
  padding: calc(var(--h) * 70) 0 calc(var(--h) * 90);
  color: #fff;
  background: #775333;
}
.implant-price__container {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
}
.implant-price__price h2 {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 0 calc(var(--h) * 16);
  color: #fff;
  font-size: calc(var(--f) * 32);
  text-align: center;
  white-space: nowrap;
}
.implant-price__price h2::before, .implant-price__price h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
.implant-price__price h2::before {
  margin-right: 0.3em;
}
.implant-price__price h2::after {
  margin-left: 0.3em;
}
.implant-price__price dl {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 0.8em calc(var(--h) * 16);
}
.implant-price__price dl dt {
  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: 3em;
  aspect-ratio: 1/1;
  margin: 0 0.5em 0 0;
  color: #775333;
  font-size: calc(var(--f) * 22);
  background: #fff;
  border-radius: 999px;
}
.implant-price__price dl dd {
  font-size: calc(var(--f) * 40);
}
.implant-price__price dl dd small {
  font-size: 0.6em;
}
.implant-price__price p {
  text-align: center;
}
.implant-price__consultation {
  margin: calc(var(--h) * 40) 0 0;
  padding: calc(var(--h) * 28) calc(var(--s) * 32);
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}
.implant-price__consultation h3 {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 0 0 calc(var(--f) * 26);
  font-size: calc(var(--f) * 28);
  line-height: 1.5;
  text-align: center;
}
.implant-price__consultation p.top {
  display: inline-block;
  padding: 0.4em 2em;
  margin: 0 0 0.5em;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #fff;
}
@media screen and (min-width: 960.02px) {
  .implant-price__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .implant-price__price h2 {
    width: 100%;
  }
  .implant-price__price p {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .implant-price__consultation {
    padding: calc(var(--h) * 46) calc(var(--s) * 32);
  }
  .implant-price__consultation p.top {
    display: block;
  }
  .implant-price__consultation p.text {
    text-align: left;
  }
}

.info-message {
  padding: 0 0 calc(var(--h) * 160);
}
.info-message__container {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
  padding: calc(var(--s) * 70) calc(var(--s) * 70);
  border: calc(var(--s) * 50) solid #eef2e4;
}
.info-message__head {
  line-height: 1.75;
  letter-spacing: 0.12em;
  font-size: calc(var(--f) * 24);
  font-weight: 500;
}
.info-message__head b {
  display: inline-block;
  padding: 0 0.1em 0 0.15em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), color-stop(58%, #ffe659), color-stop(85%, #ffe659), color-stop(85%, transparent));
  background: linear-gradient(transparent 58%, #ffe659 58%, #ffe659 85%, transparent 85%);
}
.info-message__box {
  position: relative;
}
.info-message__text {
  position: relative;
  z-index: 100;
}
.info-message__text p {
  margin: 0 0 1em;
}
@media screen and (min-width: 960.02px) {
  .info-message__photo {
    position: absolute;
    top: calc(var(--h) * -60);
    width: 45%;
  }
  .info-message__text {
    padding: calc(var(--h) * 50) 0;
    background: #fff;
  }
  .info-message__box--1 {
    margin-bottom: calc(var(--h) * 100);
  }
  .info-message__box--1 .info-message__text {
    padding-right: calc(var(--s) * 60);
    margin-right: calc(var(--s) * 350);
  }
  .info-message__box--1 .info-message__photo {
    right: 0;
  }
  .info-message__box--2 .info-message__text {
    padding-left: calc(var(--s) * 60);
    margin-left: calc(var(--s) * 370);
  }
  .info-message__box--2 .info-message__photo {
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .info-message__photo {
    position: absolute;
    right: 0;
    top: calc(var(--h) * -20);
    width: 60%;
  }
  .info-message__box {
    padding-top: calc(var(--h) * 340);
  }
  .info-message__box--1 {
    margin-bottom: calc(var(--h) * 100);
  }
}

.kamukamu-intro {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #5e432e;
  background: url(../img/kamukamu/intro-bg.png) left top repeat;
}
.kamukamu-intro__container {
  position: relative;
  z-index: 10;
  width: calc(var(--s) * 1040);
  max-width: 92vw;
  padding: calc(var(--h) * 80) 0 calc(var(--h) * 120);
  margin: 0 auto;
}
.kamukamu-intro__head {
  margin: 0 0 calc(var(--h) * 40);
  text-align: center;
  white-space: nowrap;
}
.kamukamu-intro__head img {
  display: inline-block;
  width: calc(var(--f) * 50);
  margin: 0 0 calc(var(--f) * 20);
}
.kamukamu-intro__head .text {
  display: block;
  font-size: calc(var(--f) * 30);
  line-height: 1.5;
}
.kamukamu-intro__text {
  color: #f27a0f;
  font-size: calc(var(--f) * 17);
  text-align: center;
}
.kamukamu-intro__character {
  position: absolute;
  display: block;
  z-index: -1;
}
.kamukamu-intro__character--1 {
  right: 0;
  top: calc(var(--s) * 94);
  width: calc(var(--s) * 153);
}
.kamukamu-intro__character--2 {
  left: 0;
  bottom: calc(var(--s) * 60);
  width: calc(var(--s) * 160);
}
.kamukamu-intro__character--3 {
  right: 0;
  bottom: calc(var(--s) * 34);
  width: calc(var(--s) * 140);
}
@media screen and (max-width: 960px) {
  .kamukamu-intro__text {
    text-align: left;
    padding-bottom: calc(var(--s) * 140);
  }
  .kamukamu-intro__character {
    position: absolute;
    display: block;
  }
  .kamukamu-intro__character--1 {
    right: 0;
    top: calc(var(--s) * 20);
    width: calc(var(--s) * 153);
  }
  .kamukamu-intro__character--2 {
    left: calc(var(--s) * -20);
    bottom: calc(var(--s) * 20);
    width: calc(var(--s) * 160);
  }
  .kamukamu-intro__character--3 {
    right: 0;
    bottom: calc(var(--s) * 50);
    width: calc(var(--s) * 140);
  }
}

.kamukamu-kids {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  color: #5e432e;
  background: url(../img/kamukamu/kids-bg.png) left top repeat;
}
.kamukamu-kids__container {
  position: relative;
  width: calc(var(--s) * 1040);
  max-width: 92vw;
  padding: calc(var(--h) * 100) 0;
  margin: 0 auto;
  text-align: center;
}
.kamukamu-kids__head {
  position: relative;
  margin: 0 0 calc(var(--h) * 80);
}
.kamukamu-kids__head__title {
  position: relative;
  margin: 0 0 calc(var(--h) * 40);
  text-align: center;
}
.kamukamu-kids__head__title .text {
  display: inline-block;
}
.kamukamu-kids__head__title .character {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: calc(var(--s) * 130);
  margin: 0 0 calc(var(--f) * 20);
}
.kamukamu-kids__head__text {
  display: inline-block;
  padding: calc(var(--f) * 16) calc(var(--s) * 60) calc(var(--f) * 22);
  margin: 0 0 calc(var(--h) * 40);
  text-align: center;
  background: #fff;
  border-radius: 999px;
}
.kamukamu-kids__head__text h3 {
  margin-bottom: calc(var(--f) * 10);
  color: #d64269;
  font-size: calc(var(--f) * 24);
  line-height: 1.5;
}
.kamukamu-kids__head__text p {
  font-size: calc(var(--f) * 18);
  line-height: 1.65;
}
.kamukamu-kids__head__photo {
  position: absolute;
  right: calc(var(--s) * -100);
  bottom: 0;
  display: block;
  width: calc(var(--s) * 383);
}
.kamukamu-kids__head__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--s) * 20);
}
.kamukamu-kids__head__price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  white-space: nowrap;
}
.kamukamu-kids__head__price dl dt {
  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: 4.6em;
  height: 4.6em;
  margin: 0 calc(var(--f) * 10) 0 0;
  padding-left: 0.5em;
  color: #fff;
  font-size: calc(var(--f) * 22);
  letter-spacing: 0.5em;
  background: #5e432e;
  border-radius: 999px;
}
.kamukamu-kids__head__price dl dd {
  text-align: left;
}
.kamukamu-kids__head__price dl dd .price {
  display: block;
  margin: 0 0 calc(var(--f) * 10);
  color: #d64269;
  font-size: calc(var(--f) * 36);
  line-height: 1;
}
.kamukamu-kids__head__price dl dd .price b {
  font-size: 1.8em;
}
.kamukamu-kids__head__price dl dd .notice {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--f) * 16);
  line-height: 2;
  letter-spacing: 0.15em;
  display: block;
  font-size: calc(var(--f) * 15);
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .kamukamu-kids__head__price dl dd .notice {
    letter-spacing: 0.024em;
  }
}
.kamukamu-kids__nayami {
  margin: 0 0 calc(var(--h) * 60);
  text-align: center;
}
.kamukamu-kids__nayami__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin: 0 0 calc(var(--f) * 25);
  font-size: calc(var(--f) * 25);
  line-height: 1.5;
  text-align: center;
}
.kamukamu-kids__nayami__title::before, .kamukamu-kids__nayami__title::after {
  content: "";
  width: 1em;
  height: 2.5em;
  background: url(../img/kamukamu/kids-nayami.svg) center bottom/contain no-repeat;
}
.kamukamu-kids__nayami__title::before {
  margin-right: 0.3em;
}
.kamukamu-kids__nayami__title::after {
  margin-left: 0.3em;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.kamukamu-kids__nayami__list {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.kamukamu-kids__nayami__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 0 calc(var(--f) * 16);
  font-size: calc(var(--f) * 25);
  line-height: 1.3;
  text-align: left;
}
.kamukamu-kids__nayami__list li::before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  margin: 0 0.2em 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/kamukamu/kids-check.svg) center/contain no-repeat;
}
.kamukamu-kids__case {
  position: relative;
  padding: calc(var(--h) * 60) calc(var(--s) * 60) calc(var(--h) * 120);
  color: #fff;
  background: #57b13f;
  border-radius: calc(var(--f) * 10);
}
.kamukamu-kids__case__title {
  margin: 0 0 calc(var(--f) * 26);
  font-size: calc(var(--f) * 25);
  line-height: 1.5;
}
.kamukamu-kids__case__title b {
  color: #ffec6a;
  font-size: 1.2em;
}
.kamukamu-kids__case__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--h) * 40);
  gap: calc(var(--s) * 30);
}
.kamukamu-kids__case__case li {
  width: calc((100% - var(--s) * 90) / 4);
}
.kamukamu-kids__case__case li img {
  display: block;
  margin: 0 0 calc(var(--f) * 6);
  border: 3px solid #fff;
  border-radius: calc(var(--f) * 1);
  -webkit-filter: grayscale(0.25);
          filter: grayscale(0.25);
}
.kamukamu-kids__case__case li p {
  text-align: center;
}
.kamukamu-kids__case__merit {
  text-align: left;
}
.kamukamu-kids__case__merit li {
  position: relative;
  margin: 0 0 calc(var(--f) * 10);
  padding: 0 0 0 1.25em;
  font-size: calc(var(--f) * 18);
  line-height: 1.5;
}
.kamukamu-kids__case__merit li::before {
  content: "★";
  position: absolute;
  left: 0;
  top: 0.2em;
  color: #ffec6a;
}
.kamukamu-kids__case__merit li b {
  color: #ffec6a;
  font-size: 1.2em;
}
@media screen and (min-width: 960.02px) {
  .kamukamu-kids__head__price {
    padding-right: calc(var(--s) * 200);
  }
  .kamukamu-kids__nayami__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kamukamu-kids__nayami__list li {
    width: 50%;
  }
  .kamukamu-kids__case__case {
    padding: 0 calc(var(--s) * 120);
  }
  .kamukamu-kids__case__character {
    position: absolute;
    right: calc(var(--s) * -5);
    bottom: calc(var(--s) * -40);
    display: block;
    width: calc(var(--s) * 290);
  }
}
@media screen and (max-width: 960px) {
  .kamukamu-kids__container {
    padding-bottom: calc(var(--h) * 140);
  }
  .kamukamu-kids__head__title {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .kamukamu-kids__head__title .character {
    display: none;
  }
  .kamukamu-kids__head__text {
    width: 100%;
    margin-bottom: calc(var(--s) * 80);
    padding: calc(var(--f) * 22) calc(var(--s) * 20) calc(var(--f) * 28);
    border-radius: calc(var(--f) * 20);
  }
  .kamukamu-kids__head__photo {
    right: calc(var(--s) * -40);
    bottom: calc(var(--s) * 120);
    width: calc(var(--s) * 330);
  }
  .kamukamu-kids__head__price dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: calc(var(--h) * 20);
  }
  .kamukamu-kids__head__price dl dt {
    height: 1.8em;
    font-size: calc(var(--f) * 18);
  }
  .kamukamu-kids__head__price dl dd {
    width: 100%;
  }
  .kamukamu-kids__case {
    padding: calc(var(--h) * 60) calc(var(--s) * 40) calc(var(--h) * 220);
  }
  .kamukamu-kids__case__title {
    font-size: calc(var(--f) * 22);
  }
  .kamukamu-kids__case__case {
    gap: calc(var(--s) * 20) calc(var(--s) * 40);
  }
  .kamukamu-kids__case__case li {
    width: calc((100% - var(--s) * 40) / 2);
  }
  .kamukamu-kids__case__character {
    position: absolute;
    right: 0;
    bottom: calc(var(--s) * -60);
    left: 0;
    display: block;
    width: calc(var(--s) * 360);
    margin: 0 auto;
  }
}

.kamukamu-lineup {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding: calc(var(--h) * 100) 0;
  color: #5e432e;
  font-size: calc(var(--f) * 16);
  background: url(../img/kamukamu/intro-bg.png) left top repeat;
}
.kamukamu-lineup__container {
  position: relative;
  width: calc(var(--s) * 1040);
  max-width: 92vw;
  margin: 0 auto;
}
.kamukamu-lineup__box {
  position: relative;
  padding: calc(var(--h) * 40) calc(var(--s) * 40);
  margin: 0 0 calc(var(--h) * 40);
  background: #fff;
  border-radius: calc(var(--f) * 10);
  -webkit-box-shadow: 4px 4px 0 0 rgba(94, 67, 46, 0.15);
          box-shadow: 4px 4px 0 0 rgba(94, 67, 46, 0.15);
}
.kamukamu-lineup__title h2 {
  margin: 0 0 1.5em 0.2em;
  font-size: calc(var(--f) * 29);
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  white-space: nowrap;
}
.kamukamu-lineup__text p {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 0 0 0.75em;
  font-size: calc(var(--f) * 24);
  line-height: 1.5;
}
.kamukamu-lineup__text ul {
  margin: 0 0 1.5em;
}
.kamukamu-lineup__text ul span {
  padding: 0 0.2em;
  font-size: calc(var(--f) * 16);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%), color-stop(95%), color-stop(95%, transparent));
  background: linear-gradient(transparent 65%, 65%, 95%, transparent 95%);
}
.kamukamu-lineup__text table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.kamukamu-lineup__text table th, .kamukamu-lineup__text table td {
  padding: 0.7em 1.4em;
  line-height: 1.5;
  vertical-align: middle;
}
.kamukamu-lineup__text table th {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #5e432e;
}
.kamukamu-lineup__text table td {
  width: 100%;
  font-size: calc(var(--f) * 17);
  line-height: 1.3;
  background: rgba(255, 236, 106, 0.2);
}
.kamukamu-lineup__text table td b {
  font-size: 1.5em;
}
.kamukamu-lineup__text table td small {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--f) * 16);
  line-height: 2;
  letter-spacing: 0.15em;
  display: inline-block;
  font-size: 0.8em;
}
@media screen and (max-width: 960px) {
  .kamukamu-lineup__text table td small {
    letter-spacing: 0.024em;
  }
}
.kamukamu-lineup__text table tr:first-child th {
  border-radius: calc(var(--f) * 5) 0 0 0;
}
.kamukamu-lineup__text table tr:first-child td {
  border-radius: 0 calc(var(--f) * 5) 0 0;
}
.kamukamu-lineup__text table tr:last-child th {
  border-radius: 0 0 0 calc(var(--f) * 5);
}
.kamukamu-lineup__text table tr:last-child td {
  border-radius: 0 0 calc(var(--f) * 5) 0;
}
.kamukamu-lineup__photo {
  padding-top: 2px;
}
.kamukamu-lineup__photo img {
  border-radius: calc(var(--f) * 5);
}
.kamukamu-lineup__risk {
  position: relative;
  overflow-y: scroll;
  height: calc(var(--h) * 250);
  margin: calc(var(--h) * 36) 0 0;
  background: #fff;
}
.kamukamu-lineup__risk h3 {
  padding: 0 0 0 0.5em;
  font-size: calc(var(--f) * 18);
  line-height: 1.45;
  border-left: 2px solid #5e432e;
}
.kamukamu-lineup__risk h4 {
  margin: 1em 0 0.25em;
  font-weight: bold;
}
.kamukamu-lineup__risk h3 + ul {
  margin-top: 1em;
}
.kamukamu-lineup__risk li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--f) * 16);
  line-height: 2;
  letter-spacing: 0.15em;
  position: relative;
  padding: 0 1em 0 0.9em;
  font-size: calc(var(--f) * 13.5);
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  .kamukamu-lineup__risk li {
    letter-spacing: 0.024em;
  }
}
.kamukamu-lineup__risk li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  display: block;
  width: calc(var(--f) * 6);
  height: calc(var(--f) * 6);
  background: rgba(94, 67, 46, 0.4);
  border-radius: 50%;
}
.kamukamu-lineup__risk .supervisor {
  padding: 1.25em 2em;
  margin: 1.5em 0 0;
  background: rgba(255, 236, 106, 0.2);
  border-radius: calc(var(--f) * 10);
}
.kamukamu-lineup__risk .supervisor h4 {
  display: inline-block;
  padding: 0 1em;
  margin: 0 0 0.75em;
  color: #fff;
  font-size: calc(var(--f) * 14);
  font-weight: normal;
  background: #5e432e;
  border-radius: calc(var(--f) * 5);
}
.kamukamu-lineup__risk .supervisor p {
  margin: 0 0 0.5em;
  font-size: calc(var(--f) * 15);
  line-height: 1.6;
}
.kamukamu-lineup__risk .supervisor p b {
  font-size: 1.25em;
  font-weight: bold;
}
@media screen and (min-width: 960.02px) {
  .kamukamu-lineup__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kamukamu-lineup__title {
    width: 100%;
  }
  .kamukamu-lineup__text {
    width: 75%;
    padding-right: calc(var(--s) * 30);
  }
  .kamukamu-lineup__photo {
    width: 25%;
    height: 100%;
  }
  .kamukamu-lineup__risk {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .kamukamu-lineup__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: calc(var(--h) * 60);
  }
  .kamukamu-lineup__title {
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10;
    width: 100%;
  }
  .kamukamu-lineup__title h2 {
    margin-bottom: 0.5em;
  }
  .kamukamu-lineup__photo {
    -webkit-box-ordinal-group: -7;
        -ms-flex-order: -8;
            order: -8;
    width: 100%;
    padding: 0 calc(var(--s) * 60);
  }
  .kamukamu-lineup__risk {
    height: calc(var(--h) * 400);
    margin-top: calc(var(--h) * 60);
  }
}

.kamukamu-orthodontics__list li {
  text-align: center;
}
.kamukamu-orthodontics__list li img {
  display: inline-block;
}
.kamukamu-orthodontics__list li:nth-child(1) {
  background: #388bca;
}
.kamukamu-orthodontics__list li:nth-child(2) {
  background: #e79c44;
}
@media screen and (min-width: 960.02px) {
  .kamukamu-orthodontics__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kamukamu-orthodontics__list li {
    width: 50%;
  }
}
.kamukamu-page-title {
  position: relative;
  overflow: hidden;
}
.kamukamu-page-title__text {
  padding: calc(var(--f) * 74) 0 0;
  background: #ffeb8c url(../img/kamukamu/title-bg.svg) center/cover no-repeat;
}
.kamukamu-page-title__text .text {
  position: relative;
  display: block;
  width: calc(var(--f) * 526);
  max-width: 80%;
  margin: 0 auto calc(var(--f) * -5);
}
.kamukamu-page-title__text .character {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .kamukamu-page-title__kamukamu {
    padding: calc(var(--s) * 130) 0 0;
  }
  .kamukamu-page-title__kamukamu .text {
    margin-bottom: calc(var(--s) * 30);
  }
}

.nine-style {
  padding: calc(var(--h) * 100) 0 calc(var(--h) * 140);
  background: #f7eee7;
}
.nine-style__container {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
}
.nine-style__head {
  margin: 0 0 calc(var(--h) * 60);
  text-align: center;
}
.nine-style__head b {
  display: inline-block;
  padding: 0 0.1em 0 0.15em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), color-stop(58%, #ffe659), color-stop(85%, #ffe659), color-stop(85%, transparent));
  background: linear-gradient(transparent 58%, #ffe659 58%, #ffe659 85%, transparent 85%);
}
.nine-style__item {
  position: relative;
  z-index: 10;
  padding: calc(var(--h) * 230) calc(var(--s) * 70) calc(var(--h) * 70);
  background: #fff;
}
.nine-style__item::before {
  content: "";
  position: absolute;
  left: calc(var(--f) * 8);
  top: calc(var(--f) * 8);
  opacity: 0.75;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #a38b78;
  border-right: 1px solid #a38b78;
}
.nine-style__item .img {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  display: block;
  width: calc(var(--f) * 260);
  margin: 0 auto;
  z-index: -1;
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
}
.nine-style__item .count {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  left: -0.2em;
  top: -0.5em;
  color: #a38b78;
  font-size: calc(var(--f) * 80);
  line-height: 0.75;
}
.nine-style__item h2 {
  line-height: 1.75;
  letter-spacing: 0.12em;
  margin: 0 0 calc(var(--f) * 22);
  font-size: calc(var(--f) * 22);
  font-weight: 500;
}
@media screen and (min-width: 960.02px) {
  .nine-style__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--h) * 70) calc(var(--s) * 50);
  }
  .nine-style__item {
    width: calc((100% - var(--s) * 50) / 2);
  }
  .nine-style__item:nth-child(2n) {
    position: relative;
    top: calc(var(--h) * 150);
  }
}
@media screen and (max-width: 960px) {
  .nine-style__item {
    margin: 0 calc(var(--s) * 60) calc(var(--h) * 100) 0;
  }
  .nine-style__item:nth-child(2n) {
    margin-right: 0;
    margin-left: calc(var(--s) * 60);
  }
  .nine-style__item .img {
    top: calc(var(--f) * -12);
    width: calc(var(--f) * 190);
  }
  .nine-style__item h2 {
    text-align: center;
  }
}

.orthodontics-intro__container {
  position: relative;
  width: 1080px;
  max-width: 84%;
  padding: 0 0 calc(var(--h) * 40);
  margin: 0 auto;
}
.orthodontics-intro__text h2 {
  margin: 0 0 0.75em;
  color: #a38b78;
  font-size: calc(var(--f) * 32);
  font-weight: 500;
}
.orthodontics-intro__text p {
  margin: 0 0 1.5em;
}
.orthodontics-intro__text table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.orthodontics-intro__text table th, .orthodontics-intro__text table td {
  padding: 0.8em 1.2em;
  vertical-align: middle;
}
.orthodontics-intro__text table th {
  white-space: nowrap;
  background: #f7eee7;
}
.orthodontics-intro__text table td {
  width: 100%;
}
.orthodontics-intro__text table td small {
  font-size: 0.8em;
}
@media screen and (min-width: 960.02px) {
  .orthodontics-intro__container {
    padding-right: calc(var(--s) * 500);
  }
  .orthodontics-intro__photo {
    position: relative;
    position: absolute;
    right: -4%;
    bottom: 0;
    z-index: -1;
    width: 45%;
    height: 100%;
  }
  .orthodontics-intro__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .orthodontics-intro__photo img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
@media screen and (max-width: 960px) {
  .orthodontics-intro {
    position: relative;
    overflow: hidden;
  }
  .orthodontics-intro__container {
    padding-top: calc(var(--h) * 400);
  }
  .orthodontics-intro__photo {
    position: absolute;
    right: -24vw;
    top: -8vw;
    z-index: -1;
    width: 80vw;
  }
  .orthodontics-intro__photo::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(255, 255, 255, 0)), color-stop(80%, white));
    background: linear-gradient(rgba(255, 255, 255, 0) 45%, white 80%);
  }
}

.orthodontics-lineup {
  padding: 0 0 calc(var(--h) * 160);
}
.orthodontics-lineup__container {
  position: relative;
  width: 1080px;
  max-width: 84%;
  padding: calc(var(--h) * 48) calc(var(--s) * 48);
  margin: 0 auto;
  background: #f7eee7;
}
.orthodontics-lineup__head h2 {
  line-height: 1.75;
  letter-spacing: 0.12em;
  margin: 0 0 1.5em;
  color: #a38b78;
  font-size: calc(var(--f) * 28);
  font-weight: 500;
  white-space: nowrap;
}
.orthodontics-lineup__text p {
  line-height: 1.75;
  letter-spacing: 0.12em;
  margin: 0 0 0.75em;
  font-size: calc(var(--f) * 22);
  font-weight: 500;
}
.orthodontics-lineup__text ul {
  margin: 0 0 1.5em;
}
.orthodontics-lineup__text ul span {
  padding: 0 0.2em;
  font-size: calc(var(--f) * 16);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%), color-stop(95%), color-stop(95%, transparent));
  background: linear-gradient(transparent 65%, 65%, 95%, transparent 95%);
}
.orthodontics-lineup__text table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.orthodontics-lineup__text table th, .orthodontics-lineup__text table td {
  padding: 1em 1.4em;
  line-height: 1.75;
  vertical-align: middle;
}
.orthodontics-lineup__text table th {
  color: #fff;
  white-space: nowrap;
  background: #a38b78;
}
.orthodontics-lineup__text table td {
  width: 100%;
  padding-right: 0;
}
.orthodontics-lineup__text table td small {
  font-size: 0.8em;
}
.orthodontics-lineup__risk {
  position: relative;
  overflow-y: scroll;
  height: calc(var(--h) * 250);
  margin: calc(var(--h) * 36) 0 0;
  padding: calc(var(--h) * 20) calc(var(--s) * 24);
  background: rgba(255, 255, 255, 0.5);
}
.orthodontics-lineup__risk h3 {
  line-height: 1.75;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: calc(var(--f) * 20);
  font-weight: 500;
  white-space: nowrap;
}
.orthodontics-lineup__risk h3::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0 0 0 1em;
  background: #3d3d3d;
}
.orthodontics-lineup__risk h4 {
  margin: 1em 0 0.25em;
  font-weight: bold;
}
.orthodontics-lineup__risk li {
  position: relative;
  padding: 0 0 0 0.9em;
  font-size: calc(var(--f) * 14);
  line-height: 1.75;
}
.orthodontics-lineup__risk li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  display: block;
  width: calc(var(--f) * 6);
  height: calc(var(--f) * 6);
  background: #a38b78;
  border-radius: 50%;
}
.orthodontics-lineup__risk .supervisor {
  padding: 1.25em 2em;
  margin: 1.5em 0 0;
  background: rgba(61, 61, 61, 0.1);
}
.orthodontics-lineup__risk .supervisor h4 {
  display: inline-block;
  padding: 0 1em;
  margin: 0 0 0.75em;
  color: #fff;
  font-size: calc(var(--f) * 14);
  font-weight: normal;
  background: #3d3d3d;
}
.orthodontics-lineup__risk .supervisor p {
  margin: 0 0 0.5em;
  font-size: calc(var(--f) * 15);
  line-height: 1.6;
}
.orthodontics-lineup__risk .supervisor p b {
  font-size: 1.25em;
  font-weight: bold;
}
.orthodontics-lineup:nth-child(2n) .orthodontics-lineup__container {
  background: #eef2e4;
}
.orthodontics-lineup:nth-child(2n) .orthodontics-lineup__head h2 {
  color: #90c31f;
}
.orthodontics-lineup:nth-child(2n) .orthodontics-lineup__text table th {
  color: #fff;
  white-space: nowrap;
  background: #90c31f;
}
.orthodontics-lineup:nth-child(2n) .orthodontics-lineup__risk li::after {
  background: #90c31f;
}
@media screen and (min-width: 960.02px) {
  .orthodontics-lineup__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .orthodontics-lineup__head {
    width: 100%;
  }
  .orthodontics-lineup__text {
    width: 55%;
    padding-right: calc(var(--s) * 50);
  }
  .orthodontics-lineup__photo {
    position: absolute;
    right: calc(var(--f) * -24);
    top: calc(var(--f) * -24);
    display: block;
    width: 50%;
  }
  .orthodontics-lineup__risk {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .orthodontics-lineup__photo {
    padding-top: calc(var(--h) * 60);
  }
  .orthodontics-lineup__risk {
    height: calc(var(--h) * 400);
  }
}

.orthodontics-merit__container {
  position: relative;
  width: 1080px;
  max-width: 84%;
  padding: calc(var(--h) * 100) 0;
  margin: 0 auto;
}
.orthodontics-merit__text h2 {
  line-height: 1.75;
  letter-spacing: 0.12em;
  margin: 0 0 0.75em;
  font-size: calc(var(--f) * 24);
  font-weight: 500;
  white-space: nowrap;
}
.orthodontics-merit__text p {
  margin: 0 0 1.5em;
}
.orthodontics-merit__text table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.orthodontics-merit__text table th, .orthodontics-merit__text table td {
  padding: 1em 1.4em;
  line-height: 1.75;
  vertical-align: middle;
}
.orthodontics-merit__text table th {
  color: #fff;
  white-space: nowrap;
}
.orthodontics-merit__text table td {
  width: 100%;
}
.orthodontics-merit__text table td small {
  font-size: 0.8em;
}
.orthodontics-merit__text .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--s) * 15);
}
.orthodontics-merit__text .icon li {
  text-align: center;
}
.orthodontics-merit__text .icon li img {
  display: block;
  width: 100%;
  margin: 0 0 calc(var(--f) * 10);
}
.orthodontics-merit__text .icon li p {
  color: #a38b78;
  font-size: calc(var(--f) * 14);
  line-height: 1.5;
}
@media screen and (min-width: 960.02px) {
  .orthodontics-merit__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .orthodontics-merit__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(var(--f) * 320);
    margin-right: calc(var(--s) * 100);
  }
  .orthodontics-merit__photo img {
    display: block;
    margin: 0 0 calc(var(--s) * 10);
  }
}
@media screen and (max-width: 960px) {
  .orthodontics-merit__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: calc(var(--h) * 60);
  }
  .orthodontics-merit__photo img {
    width: calc((100% - var(--s) * 5) / 2);
  }
  .orthodontics-merit__text .icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--s) * 10) calc(var(--s) * 40);
    padding: calc(var(--h) * 20) 0 0;
  }
  .orthodontics-merit__text .icon li {
    width: calc((100% - var(--s) * 80) / 3);
  }
}

.page-title {
  position: relative;
  overflow: hidden;
  margin: 0 0 calc(var(--h) * 120);
}
.page-title__container {
  width: calc(var(--s) * 1160);
  max-width: 92vw;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: calc(var(--h) * 120) 0 calc(var(--h) * 100);
}
.page-title__container::before, .page-title__container::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
}
.page-title__container::before {
  left: calc(var(--s) * 380);
  top: 0;
  width: 100vw;
  height: calc(100% - var(--h) * 60);
  background: #d2d2d2;
}
.page-title__container::after {
  right: 20%;
  bottom: 0;
  width: 100vw;
  height: calc(var(--h) * 172);
  background: rgba(208, 220, 183, 0.6);
}
.page-title__text {
  line-height: 1;
  text-align: center;
}
.page-title__text .en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin: 0 0 calc(var(--f) * 12);
  color: #fff;
  font-size: calc(var(--f-en) * 80);
  text-shadow: 0 0 calc(var(--f) * 16) rgba(61, 61, 61, 0.3);
}
.page-title__text .ja {
  display: block;
  font-size: calc(var(--f) * 20);
  font-weight: fw(b);
}
@media screen and (max-width: 960px) {
  .page-title__container {
    padding: calc(var(--h) * 160) 0 calc(var(--h) * 80);
  }
  .page-title__container::before {
    left: calc(var(--s) * 180);
    height: calc(100% - var(--h) * 85);
  }
  .page-title__container::after {
    height: calc(var(--h) * 167);
  }
  .page-title__text {
    line-height: 1;
    text-align: center;
  }
  .page-title__text .en {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    margin: 0 0 calc(var(--f) * 12);
    color: #fff;
    font-size: calc(var(--f-en) * 80);
    text-shadow: 0 0 calc(var(--f) * 16) rgba(61, 61, 61, 0.3);
    font-size: calc(var(--f-en) * 50);
  }
  .page-title__text .ja {
    display: block;
    font-size: calc(var(--f) * 20);
    font-weight: fw(b);
    font-size: calc(var(--f) * 18);
  }
}

.qa-list {
  padding: calc(var(--h) * 80) 0 calc(var(--h) * 60);
}
.qa-list__container {
  width: calc(var(--s) * 1040);
  max-width: 92vw;
  margin: 0 auto;
}
.qa-list__box {
  padding-top: calc(var(--h) * 40);
  padding-bottom: calc(var(--h) * 80);
}
.qa-list__nav {
  margin: 0 0 calc(var(--h) * 40);
}
.qa-list__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d2d2d2;
  border-bottom: none;
}
.qa-list__nav li {
  width: 33.3333333333%;
  line-height: 5;
  text-align: center;
  white-space: nowrap;
  border-left: 1px solid #d2d2d2;
}
.qa-list__nav li:first-child {
  border-left: none;
}
.qa-list__nav a {
  display: block;
  border-bottom: 1px solid #d2d2d2;
  background: #f2f2f2;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.qa-list__nav a:hover {
  background: #fff;
}
.qa-list__items input {
  display: none;
}
.qa-list__items label {
  line-height: 1.75;
  letter-spacing: 0.12em;
  position: relative;
  cursor: pointer;
  display: block;
  padding: calc(var(--f) * 12) calc(var(--f) * 60) calc(var(--f) * 12) calc(var(--f) * 45);
  font-size: calc(var(--f) * 20);
}
.qa-list__items label::before {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  content: "Q";
  position: absolute;
  left: 0;
  top: calc(var(--f) * 10);
  color: #a38b78;
  font-size: calc(var(--f) * 36);
  line-height: 1;
}
.qa-list__items label::after {
  content: "";
  position: absolute;
  right: calc(var(--f) * 10);
  top: calc(var(--f) * 26);
  display: block;
  width: 0.7em;
  aspect-ratio: 1/1;
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa-list__items input:checked + label::after {
  opacity: 0;
}
.qa-list__items div {
  position: relative;
  pointer-events: none;
  max-height: 0;
  padding: 0 calc(var(--f) * 100) calc(var(--h) * 20) calc(var(--f) * 45);
  margin-bottom: calc(var(--h) * 12.5);
  border-bottom: 1px solid #d2d2d2;
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}
.qa-list__items div::before {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  content: "A";
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  color: #90c31f;
  font-size: calc(var(--f) * 140);
  line-height: 1;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.qa-list__items div p {
  position: relative;
  opacity: 0;
  z-index: 100;
  color: #3d3d3d;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.qa-list__items div p:last-child {
  padding-bottom: calc(var(--h) * 10);
}
.qa-list__items input:checked + label + div {
  max-height: 100em;
  pointer-events: all;
}
.qa-list__items input:checked + label + div::before {
  opacity: 0.3;
}
.qa-list__items input:checked + label + div p {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .qa-list__items label {
    padding-right: calc(var(--f) * 35);
    padding-left: calc(var(--f) * 40);
    font-size: calc(var(--f) * 19);
  }
  .qa-list__items label::after {
    top: calc(var(--f) * 20);
  }
  .qa-list__items div {
    padding-right: calc(var(--f) * 35);
    padding-bottom: calc(var(--h) * 10);
    padding-left: calc(var(--f) * 40);
  }
  .qa-list__items div::before {
    font-size: calc(var(--f) * 90);
  }
  .qa-list__items div p {
    font-size: calc(var(--f) * 14);
  }
  .qa-list__items div p:last-child {
    padding-bottom: calc(var(--f) * 40);
  }
}

.topics-detail {
  padding: calc(var(--h) * 180) 0 calc(var(--h) * 160);
}
.topics-detail__container {
  width: 900px;
  max-width: 92vw;
  margin: 0 auto;
}
.topics-detail__title h1 {
  line-height: 1.75;
  letter-spacing: 0.12em;
  display: block;
  font-size: calc(var(--f) * 26);
  line-height: 1.5;
  font-weight: 500;
}
.topics-detail__title .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  margin: calc(var(--f) * 20) 0 calc(var(--h) * 60);
}
.topics-detail__title .date::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 0 calc(var(--f) * 20);
  background: #d2d2d2;
}
.topics-detail__contents > * {
  margin: 3em 0 0;
}
.topics-detail__contents h1, .topics-detail__contents h2, .topics-detail__contents h3, .topics-detail__contents h4, .topics-detail__contents h5, .topics-detail__contents h6 {
  margin: 3em 0 0.5em;
  font-weight: 500;
}
.topics-detail__contents h1:first-child, .topics-detail__contents h2:first-child, .topics-detail__contents h3:first-child, .topics-detail__contents h4:first-child, .topics-detail__contents h5:first-child, .topics-detail__contents h6:first-child {
  margin-top: 0;
}
.topics-detail__contents h1 + *, .topics-detail__contents h2 + *, .topics-detail__contents h3 + *, .topics-detail__contents h4 + *, .topics-detail__contents h5 + *, .topics-detail__contents h6 + * {
  margin-top: 0;
}
.topics-detail__contents h1 {
  font-size: calc(var(--f) * 28);
}
.topics-detail__contents h2 {
  font-size: calc(var(--f) * 26);
}
.topics-detail__contents h3 {
  font-size: calc(var(--f) * 24);
}
.topics-detail__contents h4 {
  font-size: calc(var(--f) * 22);
}
.topics-detail__contents h5 {
  font-size: calc(var(--f) * 20);
}
.topics-detail__contents h6 {
  font-size: calc(var(--f) * 18);
}
.topics-detail__contents a {
  color: #a38b78;
  text-decoration: underline;
}
.topics-detail__contents strong {
  font-weight: bold;
}
.topics-detail__contents em {
  font-style: italic;
}
.topics-detail__contents > ul > li {
  position: relative;
  padding-left: 0.75em;
  margin-bottom: 0.5em;
}
.topics-detail__contents > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #a38b78;
}
.topics-detail__contents > ol {
  counter-reset: item;
}
.topics-detail__contents > ol > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.topics-detail__contents > ol > li::before {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  color: #a38b78;
  font-size: 1.5em;
  line-height: 1.4;
}
.topics-detail__contents > ul > li ul, .topics-detail__contents > ol > li ul {
  padding-top: 0.286em;
  font-size: 14px;
}
.topics-detail__contents > ul > li ul > li, .topics-detail__contents > ol > li ul > li {
  position: relative;
  padding-left: 0.429em;
  line-height: 1.7;
}
.topics-detail__contents > ul > li ul > li::before, .topics-detail__contents > ol > li ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.topics-detail__contents > ul > li ol, .topics-detail__contents > ol > li ol {
  counter-reset: item;
  padding-top: 0.286em;
  font-size: 14px;
}
.topics-detail__contents > ul > li ol > li, .topics-detail__contents > ol > li ol > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.7;
}
.topics-detail__contents > ul > li ol > li::before, .topics-detail__contents > ol > li ol > li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  font-size: 1.2em;
  line-height: 1.4;
  opacity: 0.4;
}
.topics-detail__contents .wp-block-quote {
  position: relative;
  padding: 1.6em 2em;
  margin: 2em 0;
  font-size: calc(var(--f) * 14);
  background: #f2f2f2;
}
.topics-detail__contents .wp-block-quote p {
  font-size: calc(var(--f) * 18);
}
.topics-detail__contents .wp-block-quote cite {
  display: block;
  margin: 1.5em 0 0;
  text-align: right;
}
.topics-detail__contents .wp-block-quote::before {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  font-size: calc(var(--f) * 120);
  line-height: 0.5;
}
.topics-detail__contents .wp-block-table table {
  width: 100%;
}
.topics-detail__contents .wp-block-table table th, .topics-detail__contents .wp-block-table table td {
  padding: 0.35em 0.7em;
  border: 1px solid #d2d2d2;
}
.topics-detail__contents .wp-block-table table thead th, .topics-detail__contents .wp-block-table table thead td, .topics-detail__contents .wp-block-table table tfoot th, .topics-detail__contents .wp-block-table table tfoot td {
  background: #f2f2f2;
}
.topics-detail__contents .wp-block-image {
  text-align: center;
}
.topics-detail__contents .wp-block-image img {
  display: block;
  width: 80%;
  margin: 3em auto 1em;
}
.topics-detail__contents .wp-block-media-text {
  text-align: center;
}
.topics-detail__contents .wp-block-media-text img {
  display: block;
  width: 80%;
  margin: 3em auto 1em;
}
.topics-detail__back {
  padding: calc(var(--h) * 80) 0 0;
  text-align: center;
}
.topics-detail__back .label {
  position: relative;
  display: inline-block;
  min-width: 20em;
  max-width: 80%;
  padding: 1em 2em;
  color: #fff;
  font-size: calc(var(--f) * 15);
  line-height: 1.75;
  text-align: center;
  text-decoration: none;
  background: #a38b78;
  border: 1px solid #a38b78;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.topics-detail__back .label::before, .topics-detail__back .label::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--f) * 20);
  bottom: 0;
  display: block;
  width: calc(var(--f) * 32);
  height: calc(var(--f) * 12);
  margin: auto 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.topics-detail__back .label::before {
  border-bottom: 1px solid #fff;
}
.topics-detail__back .label::after {
  border-right: 1px solid #fff;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translateY(-0.5px) rotate(-45deg);
          transform: translateY(-0.5px) rotate(-45deg);
}
.topics-detail__back .label:hover {
  color: #a38b78;
  background: #fff;
}
.topics-detail__back .label:hover::before {
  border-bottom-color: #a38b78;
}
.topics-detail__back .label:hover::after {
  border-right-color: #a38b78;
}
@media screen and (max-width: 960px) {
  .topics-detail {
    padding: calc(var(--h) * 160) 0 calc(var(--h) * 96);
  }
  .topics-detail::before {
    left: 0;
    font-size: calc(var(--f) * 83);
    letter-spacing: 0;
  }
}

.topics-list {
  padding: 0;
}
.topics-list__container {
  width: 900px;
  max-width: 92vw;
  margin: 0 auto;
}
.topics-list__link {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: relative;
  display: block;
  padding: calc(var(--f) * 20) calc(var(--f) * 60) calc(var(--f) * 20) calc(var(--f) * 10);
  text-align: left;
  border-bottom: 1px solid #d2d2d2;
}
.topics-list__link:hover {
  opacity: 0.7;
}
.topics-list__link::before, .topics-list__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--f) * 10);
  bottom: 0;
  display: block;
  width: calc(var(--f) * 32);
  height: calc(var(--f) * 12);
  margin: auto 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.topics-list__link::before {
  border-bottom: 1px solid #a38b78;
}
.topics-list__link::after {
  border-right: 1px solid #a38b78;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translateY(-0.5px) rotate(-45deg);
          transform: translateY(-0.5px) rotate(-45deg);
}
.topics-list__link .date {
  display: block;
  color: #a38b78;
  font-size: calc(var(--f) * 13);
}
.topics-list__link .title {
  display: block;
  line-height: 1.8;
}
.topics-list__item:last-child .topics-list__link {
  border-bottom: none;
}
@media screen and (min-width: 960.02px) {
  .topics-list__link {
    padding-left: calc(var(--f) * 115);
  }
  .topics-list__link .date {
    position: absolute;
    top: 0;
    left: 0.5em;
    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;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .topics-list {
    padding: 4vw 0 calc(var(--h) * 96);
  }
  .topics-list::before {
    left: 0;
    font-size: calc(var(--f) * 83);
    letter-spacing: 0;
  }
}

.topics-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(var(--h) * 40) 0 calc(var(--h) * 120);
}
.topics-pagenation .page-numbers {
  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: calc(var(--f) * 46);
  height: calc(var(--f) * 46);
  margin-right: calc(var(--f) * 6);
  border-radius: 999px;
}
.topics-pagenation a.page-numbers {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.topics-pagenation a.page-numbers:hover {
  color: #fff;
  background: #3d3d3d;
}
.topics-pagenation .page-numbers.current {
  color: #fff;
  background: #3d3d3d;
}
.topics-pagenation .page-numbers.dots {
  position: relative;
  width: calc(var(--f) * 36);
  margin-right: 0;
  margin-left: calc(var(--f) * -6);
  background: none;
}
.topics-pagenation .page-numbers.prev,
.topics-pagenation .page-numbers.next {
  background: url(../img/_common/ico-arrow.svg) center/40% no-repeat !important;
}
.topics-pagenation .page-numbers.prev:hover,
.topics-pagenation .page-numbers.next:hover {
  opacity: 0.5;
}
.topics-pagenation .page-numbers.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}