@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --grad-progress: 0;
  --intro-progress: 0;
  --g-padding-s: 32px;
  --g-padding-m: 64px;
  --g-padding-l: 136px;
  --g-color-base: #EEE9E5;
  --g-color-grape: #493A46;
  --g-color-black: #07070B;
  --g-color-blue: #00FFFF;
  --g-color-white: #ffffff;
  --g-color-border: #707070;
  --g-color-yellow: #D8C1B2;
}
@media screen and (max-width: 1280px) {
  :root {
    --g-padding-s: 32rem;
    --g-padding-m: 64rem;
    --g-padding-l: 136rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --g-padding-s: 0;
    --g-padding-m: 0;
    --g-padding-l: 0;
  }
}

._b {
  font-weight: bold;
}

._m {
  font-weight: 500;
}

._n {
  font-weight: normal;
}

.c-font-xs {
  font-size: 12rem;
  letter-spacing: 0.05em;
}

.c-font-s {
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-font-m {
  font-size: 25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-font-l {
  font-size: 45rem;
  font-weight: 500;
  line-height: 90rem;
  letter-spacing: 0.05em;
}

.c-font-xl {
  font-size: 120rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  ._tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}
.smooth-scroll {
  height: 100vh;
  width: 100%;
}

.scrollbar-track {
  display: none !important;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-scroll-container] {
  overflow: hidden !important;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11rem;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7rem;
  border-radius: 10rem;
  margin: 2rem;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

.cover-footer {
  z-index: 1;
}

body.is-loading .js-cursor {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.0798722045vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2564102564vw;
  }
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

::before,
::after {
  box-sizing: inherit;
  margin: 0;
}

::-moz-selection {
  background-color: #ccc;
}

::selection {
  background-color: #ccc;
}

body {
  overflow-wrap: break-word;
  width: 100%;
  min-height: 100%;
  line-height: 1.8;
  overflow-x: hidden;
  background: var(--g-color-base);
}
body.is-menu-active {
  overflow: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
}

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

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

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
}

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

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

.black a,
.black p {
  color: #000;
}

h1, h2, h3, h4, h5, a, p, span {
  color: var(--g-color-black);
}

section {
  position: relative;
  overflow: hidden;
}

span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

body.mac-os .home-intro__ttl-icons-graphic {
  bottom: 1.9270833333vw !important;
}
body.mac-os .home-footer__intro .home-intro__ttl-icons-graphic {
  bottom: 0.2083333333vw !important;
}

.sec-ttl__wrap._show .sec-ttl span {
  transform: translateY(0);
}

.js-menu .c-menu {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.js-menu .c-menu span {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span {
    transform: unset !important;
  }
}
.js-menu .c-menu span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: attr(data-text);
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .js-menu .c-menu span::after {
    content: unset;
  }
}

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

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

.s-container {
  width: 100%;
  margin: auto;
  max-width: 1092px;
}
@media screen and (max-width: 1540px) {
  .s-container {
    max-width: 648px;
  }
}
@media screen and (max-width: 768px) {
  .s-container {
    max-width: 350rem;
  }
}

.container {
  max-width: 1092px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1540px) {
  .container {
    max-width: 880px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 880rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 350rem;
  }
}

.l-container {
  max-width: 1680px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1780px) {
  .l-container {
    max-width: 94.3820224719vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-container {
    max-width: 1152rem;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    max-width: 370rem;
  }
}

.slide-auto-loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.slide-auto-loop-area {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: loop-area 70s infinite linear;
}

@keyframes loop-area {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.slide-auto-loop-txt {
  font-size: 18.5vh;
  color: var(--g-color-black);
  font-family: "Humanst521 BT", serif;
  text-wrap: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-txt {
    font-size: 120rem;
  }
}

.slide-auto-loop-img {
  width: 480px;
  height: 672px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 4px;
}
@media screen and (max-width: 1540px) {
  .slide-auto-loop-img {
    width: 400px;
    height: 560px;
  }
}
@media screen and (max-width: 1280px) {
  .slide-auto-loop-img {
    margin: 0 4rem;
    width: 400rem;
    height: 560rem;
  }
}
@media screen and (max-width: 768px) {
  .slide-auto-loop-img {
    margin: 0 3rem;
    width: 280rem;
    height: 394rem;
  }
}
.slide-auto-loop-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .sec-ttl {
    text-align: center;
  }
}
.sec-ttl p {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--g-color-black);
  position: relative;
  font-family: "Futura PT", serif;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 1540px) {
  .sec-ttl p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl p {
    margin-bottom: 8rem;
    padding-left: 0;
    font-size: 32rem;
    color: #C4B1A2;
  }
}
.sec-ttl p::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #7C5B74;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec-ttl p::after {
    width: 10rem;
    height: 10rem;
    display: none;
  }
}
.sec-ttl h2 {
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-size: 24px;
}
@media screen and (max-width: 1540px) {
  .sec-ttl h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 {
    font-size: 12rem;
  }
}

.js-cover-sec {
  margin-top: -40px;
}
@media screen and (max-width: 1280px) {
  .js-cover-sec {
    margin-top: -40rem;
  }
}
@media screen and (max-width: 768px) {
  .js-cover-sec {
    margin-top: -16rem;
  }
}

.js-cover-elem {
  position: relative;
}

.js-cover-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5019607843);
  opacity: 1;
  pointer-events: none;
  will-change: opacity;
}

.more-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 47px;
  background: #493A46;
  border-radius: 100px;
  border: 1px solid #493A46;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .more-btn a {
    padding: 15rem 47rem;
  }
}
.more-btn a span {
  display: inline-block;
  margin-right: 14px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .more-btn a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .more-btn a span {
    font-size: 14rem;
    margin-right: 14rem;
  }
}
.more-btn a svg {
  width: 10px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .more-btn a svg {
    width: 10rem;
  }
}
.more-btn a svg path {
  transition: all 0.4s ease-in-out;
}
.more-btn a:hover {
  background: var(--g-color-white);
}
.more-btn a:hover span {
  color: #493A46;
}
.more-btn a:hover svg path {
  fill: #493A46;
}

.lower-fv {
  height: 718px;
  padding-top: 330px;
  text-align: center;
}
@media screen and (max-width: 1540px) {
  .lower-fv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 115px;
    height: 506px;
  }
}
@media screen and (max-width: 1280px) {
  .lower-fv {
    height: 506rem;
    padding-top: 115rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv {
    height: 236rem;
    padding-top: 47rem;
  }
}
.lower-fv._white {
  background: var(--g-color-white);
}
.lower-fv h2 {
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Futura PT", serif;
  color: #D8C1B2;
  font-weight: 300;
  font-size: 100px;
}
@media screen and (max-width: 1540px) {
  .lower-fv h2 {
    font-size: 92px;
  }
}
@media screen and (max-width: 1280px) {
  .lower-fv h2 {
    font-size: 92rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-fv h2 {
    font-size: 32rem;
    margin-bottom: 8rem;
  }
}
.lower-fv p {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #2C2A27;
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
}
@media screen and (max-width: 768px) {
  .lower-fv p {
    font-size: 12rem;
  }
}

.nopage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.nopage-main {
  text-align: center;
}
.nopage-main h2 {
  font-size: 64px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 300;
  font-family: "Futura PT", serif;
  color: #D8C1B2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .nopage-main h2 {
    margin-bottom: 10rem;
    font-size: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .nopage-main h2 {
    font-size: 30rem;
    margin-bottom: 10rem;
  }
}
.nopage-main h2 span {
  font-size: 90px;
}
@media screen and (max-width: 1280px) {
  .nopage-main h2 span {
    font-size: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .nopage-main h2 span {
    font-size: 60rem;
  }
}
.nopage-main p {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
  color: var(--g-color-black);
}
@media screen and (max-width: 1280px) {
  .nopage-main p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .nopage-main p {
    font-size: 12rem;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

._bold {
  font-weight: 700;
}

.js-ttl,
.js-ttl-io {
  overflow: hidden;
  display: block;
  opacity: 0;
}
.js-ttl.show,
.js-ttl-io.show {
  opacity: 1;
}
.js-ttl > span,
.js-ttl-io > span {
  display: inline-flex;
  align-items: center;
}
.js-ttl > span span,
.js-ttl-io > span span {
  display: inline-block;
  transform: translate(0, 101%);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-ttl > span span._delay._show,
.js-ttl-io > span span._delay._show {
  transform: translate(0);
}
.js-ttl > span span._delay._show:nth-of-type(1),
.js-ttl-io > span span._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-ttl > span span._delay._show:nth-of-type(2),
.js-ttl-io > span span._delay._show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.js-ttl > span span._delay._show:nth-of-type(3),
.js-ttl-io > span span._delay._show:nth-of-type(3) {
  transition-delay: 0.18s;
}
.js-ttl > span span._delay._show:nth-of-type(4),
.js-ttl-io > span span._delay._show:nth-of-type(4) {
  transition-delay: 0.26s;
}
.js-ttl > span span._delay._show:nth-of-type(5),
.js-ttl-io > span span._delay._show:nth-of-type(5) {
  transition-delay: 0.34s;
}
.js-ttl > span span._delay._show:nth-of-type(6),
.js-ttl-io > span span._delay._show:nth-of-type(6) {
  transition-delay: 0.42s;
}
.js-ttl > span span._delay._show:nth-of-type(7),
.js-ttl-io > span span._delay._show:nth-of-type(7) {
  transition-delay: 0.5s;
}
.js-ttl > span span._delay._show:nth-of-type(8),
.js-ttl-io > span span._delay._show:nth-of-type(8) {
  transition-delay: 0.58s;
}
.js-ttl > span span._delay._show:nth-of-type(9),
.js-ttl-io > span span._delay._show:nth-of-type(9) {
  transition-delay: 0.66s;
}
.js-ttl > span span._delay._show:nth-of-type(10),
.js-ttl-io > span span._delay._show:nth-of-type(10) {
  transition-delay: 0.74s;
}
.js-ttl > span span._delay._show:nth-of-type(11),
.js-ttl-io > span span._delay._show:nth-of-type(11) {
  transition-delay: 0.82s;
}
.js-ttl > span span._delay._show:nth-of-type(12),
.js-ttl-io > span span._delay._show:nth-of-type(12) {
  transition-delay: 0.9s;
}
.js-ttl > span span._delay._show:nth-of-type(13),
.js-ttl-io > span span._delay._show:nth-of-type(13) {
  transition-delay: 0.98s;
}
.js-ttl > span span._delay._show:nth-of-type(14),
.js-ttl-io > span span._delay._show:nth-of-type(14) {
  transition-delay: 1.06s;
}
.js-ttl > span span._delay._show:nth-of-type(15),
.js-ttl-io > span span._delay._show:nth-of-type(15) {
  transition-delay: 1.12s;
}
.js-ttl > span span._delay._show:nth-of-type(16),
.js-ttl-io > span span._delay._show:nth-of-type(16) {
  transition-delay: 1.2s;
}
.js-ttl > span span._delay._show:nth-of-type(17),
.js-ttl-io > span span._delay._show:nth-of-type(17) {
  transition-delay: 1.28s;
}
.js-ttl > span span._delay._show:nth-of-type(18),
.js-ttl-io > span span._delay._show:nth-of-type(18) {
  transition-delay: 1.36s;
}
.js-ttl > span span._delay._show:nth-of-type(19),
.js-ttl-io > span span._delay._show:nth-of-type(19) {
  transition-delay: 1.44s;
}
.js-ttl > span span._delay._show:nth-of-type(20),
.js-ttl-io > span span._delay._show:nth-of-type(20) {
  transition-delay: 1.52s;
}
.js-ttl > span span._delay._show:nth-of-type(21),
.js-ttl-io > span span._delay._show:nth-of-type(21) {
  transition-delay: 1.6s;
}
.js-ttl > span span._delay._show:nth-of-type(22),
.js-ttl-io > span span._delay._show:nth-of-type(22) {
  transition-delay: 1.68s;
}
.js-ttl > span span._delay._show:nth-of-type(23),
.js-ttl-io > span span._delay._show:nth-of-type(23) {
  transition-delay: 1.74s;
}
.js-ttl > span span._delay._show:nth-of-type(24),
.js-ttl-io > span span._delay._show:nth-of-type(24) {
  transition-delay: 1.82s;
}
.js-ttl > span span._delay._show:nth-of-type(25),
.js-ttl-io > span span._delay._show:nth-of-type(25) {
  transition-delay: 1.9s;
}
.js-ttl > span span._delay._show:nth-of-type(26),
.js-ttl-io > span span._delay._show:nth-of-type(26) {
  transition-delay: 1.98s;
}
.js-ttl > span span._delay._show:nth-of-type(27),
.js-ttl-io > span span._delay._show:nth-of-type(27) {
  transition-delay: 2.04s;
}
.js-ttl > span span._delay._show:nth-of-type(28),
.js-ttl-io > span span._delay._show:nth-of-type(28) {
  transition-delay: 2.12s;
}
.js-ttl > span span._delay._show:nth-of-type(29),
.js-ttl-io > span span._delay._show:nth-of-type(29) {
  transition-delay: 2.2s;
}
.js-ttl > span span._delay._show:nth-of-type(30),
.js-ttl-io > span span._delay._show:nth-of-type(30) {
  transition-delay: 2.28s;
}
.js-ttl > span span._show,
.js-ttl-io > span span._show {
  transform: translate(0, 0);
}

.js-io._fadeup {
  transform: translate(0, 36px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadetoup {
  transform: translate(0, 130%);
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._fadeleft {
  transform: translateX(100px) scale(1.1);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  .js-io._fadeleft {
    transform: translateX(100rem) scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .js-io._fadeleft {
    transform: translateX(50rem) scale(1.1);
  }
}
.js-io._fadexy {
  transform: translate3d(20px, 20px, 0);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
.js-io._blur {
  transform: scale(1.1);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  visibility: hidden;
  filter: blur(10px);
  opacity: 0;
}
.js-io._fadein {
  transform: translateY(0);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._zoomup {
  transform: scale(0.5);
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(1, -0.195, 0, 1.33);
}
.js-io._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay.--fadein {
  transform: translateY(0);
}
.js-io._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
.js-io._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-io._delay._show:nth-of-type(2) {
  transition-delay: 0.05s;
}
.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.09s;
}
.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.13s;
}
.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.17s;
}
.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.21s;
}
.js-io._delay._show:nth-of-type(7) {
  transition-delay: 0.25s;
}
.js-io._delay._show:nth-of-type(8) {
  transition-delay: 0.29s;
}
.js-io._delay._show:nth-of-type(9) {
  transition-delay: 0.33s;
}
.js-io._delay._show:nth-of-type(10) {
  transition-delay: 0.37s;
}
.js-io._delay._show:nth-of-type(11) {
  transition-delay: 0.41s;
}
.js-io._delay._show:nth-of-type(12) {
  transition-delay: 0.45s;
}
.js-io._delay._show:nth-of-type(13) {
  transition-delay: 0.49s;
}
.js-io._delay._show:nth-of-type(14) {
  transition-delay: 0.53s;
}
.js-io._delay._show:nth-of-type(15) {
  transition-delay: 0.57s;
}
.js-io._delay._show:nth-of-type(16) {
  transition-delay: 0.61s;
}
.js-io._delay._show:nth-of-type(17) {
  transition-delay: 0.65s;
}
.js-io._delay._show:nth-of-type(18) {
  transition-delay: 0.69s;
}
.js-io._delay._show:nth-of-type(19) {
  transition-delay: 0.73s;
}
.js-io._delay._show:nth-of-type(20) {
  transition-delay: 0.77s;
}
.js-io._delay._show:nth-of-type(21) {
  transition-delay: 0.81s;
}
.js-io._delay._show:nth-of-type(22) {
  transition-delay: 0.85s;
}
.js-io._delay._show:nth-of-type(23) {
  transition-delay: 0.89s;
}
.js-io._delay._show:nth-of-type(24) {
  transition-delay: 0.93s;
}
.js-io._delay._show:nth-of-type(25) {
  transition-delay: 0.97s;
}
.js-io._delay._show:nth-of-type(26) {
  transition-delay: 1.01s;
}
.js-io._delay._show:nth-of-type(27) {
  transition-delay: 1.05s;
}
.js-io._delay._show:nth-of-type(28) {
  transition-delay: 1.09s;
}
.js-io._delay._show:nth-of-type(29) {
  transition-delay: 1.13s;
}
.js-io._delay._show:nth-of-type(30) {
  transition-delay: 1.17s;
}

.js-menu .c-menu {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.js-menu .c-menu span {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: inherit;
}
.js-menu .c-menu span::after {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: attr(data-text);
  transform: translateY(100%);
}

._cus-blur {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  filter: blur(10px);
  opacity: 0;
}
._cus-blur._show {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}

._cus-fadeup {
  transform: translate(0, 36px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1), opacity 1.2s cubic-bezier(0.32, 0.1, 0, 1), background 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
._cus-fadeup._show {
  transform: translate(0);
  opacity: 1;
}
._cus-fadeup._delay._show {
  transform: translate(0) scale(1);
  visibility: visible;
  filter: blur(0);
  opacity: 1;
}
._cus-fadeup._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
._cus-fadeup._delay._show:nth-of-type(2) {
  transition-delay: 0.05s;
}
._cus-fadeup._delay._show:nth-of-type(3) {
  transition-delay: 0.09s;
}
._cus-fadeup._delay._show:nth-of-type(4) {
  transition-delay: 0.13s;
}
._cus-fadeup._delay._show:nth-of-type(5) {
  transition-delay: 0.17s;
}

.handle-anime-txt {
  animation-name: handle_anime_txt;
  animation-duration: 0.87s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes handle_anime_txt {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
    transform: translate(0, 100%) scale(1, 3.6);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0) scale(1);
  }
}
.js-io-anime {
  -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
          clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
}

.handle-anime {
  animation-name: handle_anime;
  animation-duration: 0.653s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.776s;
}

@keyframes handle_anime {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transform: translate(0, 0);
  }
}
.parallax-img__wrap {
  position: relative;
}
.parallax-img__wrap .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
}

.anime-ttl span {
  display: inline-block;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  transform: translateY(100px);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.anime-ttl span:nth-child(1) {
  transition-delay: 80ms;
}
.anime-ttl span:nth-child(2) {
  transition-delay: 0.16s;
}
.anime-ttl span:nth-child(3) {
  transition-delay: 0.24s;
}
.anime-ttl span:nth-child(4) {
  transition-delay: 0.32s;
}
.anime-ttl span:nth-child(5) {
  transition-delay: 0.4s;
}
.anime-ttl span:nth-child(6) {
  transition-delay: 0.48s;
}
.anime-ttl span:nth-child(7) {
  transition-delay: 0.56s;
}
.anime-ttl span:nth-child(8) {
  transition-delay: 0.64s;
}
.anime-ttl span:nth-child(9) {
  transition-delay: 0.72s;
}
.anime-ttl span:nth-child(10) {
  transition-delay: 0.8s;
}
.anime-ttl span:nth-child(11) {
  transition-delay: 0.88s;
}
.anime-ttl span:nth-child(12) {
  transition-delay: 0.92s;
}
.anime-ttl span:nth-child(13) {
  transition-delay: 1s;
}
.anime-ttl span:nth-child(14) {
  transition-delay: 1.08s;
}
.anime-ttl span:nth-child(15) {
  transition-delay: 1.16s;
}
.anime-ttl span:nth-child(16) {
  transition-delay: 1.24s;
}
.anime-ttl span:nth-child(17) {
  transition-delay: 1.32s;
}
.anime-ttl span:nth-child(18) {
  transition-delay: 1.4s;
}
.anime-ttl.show span {
  transform: translateY(0);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.loading {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--g-color-blue);
  text-align: center;
  color: #fff;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 1.4s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  overflow: hidden;
}
.loading-content .loading-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.loading-content .loading-txt.loading-animation {
  opacity: 1;
  filter: blur(0);
}
.loading-content .loading-txt > p {
  font-size: 96px;
  color: var(--g-color-white);
  line-height: 1;
}
.loading-content .loading-txt-progress {
  position: relative;
}
.loading-content .loading-txt-progress p {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: var(--g-color-white);
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress p {
    font-size: 24rem;
  }
}
.loading-content .loading-txt-progress p.loaded {
  opacity: 0;
}
.loading-content .loading-txt-progress .loading-progress-bar {
  height: 1px;
  width: 200px;
  background-color: var(--g-color-blue);
  position: relative;
  transition: all 1.2s cubic-bezier(0.32, 0.1, 0, 1);
}
@media screen and (max-width: 768px) {
  .loading-content .loading-txt-progress .loading-progress-bar {
    width: 200rem;
  }
}
.loading-content .loading-txt-progress .loading-progress-bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--g-color-white);
}
.loading-content .loading-txt-progress .loading-progress-bar.loaded {
  opacity: 0;
}
.loading-content .loading-end {
  position: absolute;
  bottom: 1px;
  height: 1px;
  width: 0;
  left: 0;
  background: var(--g-color-base);
  transition: width 1.2s cubic-bezier(0.92, 0.46, 0.36, 0.98);
}
.loading-content .loading-end.ended {
  width: 100%;
}
.loading.hidden {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}

.c-preloader__progress {
  color: var(--g-color-black);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: MPLUS1;
}

body.is-loading .js-cursor {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  visibility: hidden;
}
.header-container {
  visibility: hidden;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 96px 58px;
  transition: padding 0.4s ease-in-out;
}
@media screen and (max-width: 1540px) {
  .header-container {
    padding: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .header-container {
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    padding: 20rem;
  }
}
.header-logo {
  transition: padding 0.4s ease-in-out;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
  padding: 0 62px;
}
@media screen and (max-width: 1540px) {
  .header-logo {
    padding: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .header-logo {
    padding: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    padding: 16rem;
  }
}
.header-logo a {
  display: block;
  position: relative;
}
.header-logo svg {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  mix-blend-mode: difference;
  width: 120px;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1540px) {
  .header-logo svg {
    width: 91px;
  }
}
@media screen and (max-width: 1280px) {
  .header-logo svg {
    width: 91rem;
  }
}
@media screen and (max-width: 768px) {
  .header-logo svg {
    width: 65rem;
  }
}
.header-logo img {
  width: 188px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 1540px) {
  .header-logo img {
    width: 118px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo img {
    width: 91rem;
  }
}
.header-link {
  visibility: visible;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
}
.header-link > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--g-color-white);
  border-radius: 100px;
  transition: all 0.6s ease-in-out;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  margin-right: 28px;
  padding: 22px 56px;
}
@media screen and (max-width: 1540px) {
  .header-link > ul {
    padding: 14px 40px;
  }
}
@media screen and (max-width: 1280px) {
  .header-link > ul {
    margin-right: 28rem;
    padding: 14rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .header-link > ul {
    display: none;
  }
}
.header-link > ul li {
  transition: opacity 0.4s, visibility 0.4s;
}
.header-link > ul li:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 1280px) {
  .header-link > ul li:not(:last-child) {
    margin-right: 24rem;
  }
}
.header-link > ul li span {
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .header-link > ul li span {
    font-size: 12px;
  }
}
.header-link-btn {
  position: relative;
}
.header-link-btn button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background: var(--g-color-grape);
  border: 1px solid var(--g-color-grape);
  transition: all 0.4s ease-in-out;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1540px) {
  .header-link-btn button {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .header-link-btn button {
    width: 50rem;
    height: 50rem;
  }
}
.header-link-btn button:hover {
  background: var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .header-link-btn button:hover {
    background: var(--g-color-grape);
  }
}
.header-link-btn button:hover .header-link-btn-ico span {
  background: #7C5B74;
}
@media screen and (max-width: 768px) {
  .header-link-btn button:hover .header-link-btn-ico span {
    background: var(--g-color-white);
  }
}
.header-link-btn button:hover .header-link-btn-txt span {
  color: #7C5B74;
}
@media screen and (max-width: 768px) {
  .header-link-btn button:hover .header-link-btn-txt span {
    color: var(--g-color-white);
  }
}
.header-link-btn-ico {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  margin-bottom: 6px;
  width: 18px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .header-link-btn-ico {
    margin-bottom: 0;
    width: 20rem;
    height: 12rem;
  }
}
.header-link-btn-ico span {
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--g-color-white);
  transition: all 0.4s ease-in-out;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .header-link-btn-ico span {
    width: 20rem;
  }
}
.header-link-btn-ico span:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header-link-btn-ico span:nth-child(2) {
  position: unset;
  width: 9px;
}
@media screen and (max-width: 768px) {
  .header-link-btn-ico span:nth-child(2) {
    width: 10rem;
  }
}
.header-link-btn-ico span:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header-link-btn-txt {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-link-btn-txt {
    display: none;
  }
}
.header-link-btn-txt span {
  color: var(--g-color-white);
  font-size: 11px;
  font-family: "Futura PT", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.header-link-btn-txt span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.header-link-btn ul {
  position: absolute;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  transform: translateY(100%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .header-link-btn ul {
    display: none;
  }
}
.header-link-btn ul li {
  padding-top: 16px;
}
@media screen and (max-width: 1540px) {
  .header-link-btn ul li {
    padding-top: 8px;
  }
}
.header-link-btn ul li a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 50%;
  border: 1px solid var(--g-color-grape);
  background: var(--g-color-base);
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1540px) {
  .header-link-btn ul li a {
    width: 64px;
    height: 64px;
  }
}
.header-link-btn ul li a svg {
  margin-bottom: 5px;
  height: auto;
  width: 26px;
}
@media screen and (max-width: 1540px) {
  .header-link-btn ul li a svg {
    width: 18px;
  }
}
.header-link-btn ul li a svg path {
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-link-btn ul li a span {
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--g-color-grape);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 1540px) {
  .header-link-btn ul li a span {
    font-size: 8px;
  }
}
.header-link-btn ul li a:hover {
  background: var(--g-color-grape);
}
.header-link-btn ul li a:hover svg path {
  fill: var(--g-color-white);
}
.header-link-btn ul li a:hover span {
  color: var(--g-color-white);
}
.header-link-plus {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.header-link-plus::before, .header-link-plus::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  background: #7C5B74;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-link-plus::after {
  transform: translateY(-50%) rotate(90deg);
}
.header-link-plus.clicked::before {
  transform: translateY(-50%) rotate(45deg);
}
.header-link-plus.clicked::after {
  transform: translateY(-50%) rotate(135deg);
}
.header-link-plus-menu {
  position: absolute;
  width: 100%;
  bottom: -10px;
  transform: translateY(100%);
  background: var(--g-color-white);
  border-radius: 8px;
  padding: 48px;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.6s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.6s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.6s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.6s cubic-bezier(0.92, 0.46, 0.36, 0.98);
}
@media screen and (max-width: 1280px) {
  .header-link-plus-menu {
    padding: 48rem;
    bottom: -30rem;
  }
}
.header-link-plus-menu.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  overflow: hidden;
  opacity: 1;
  visibility: visible;
}
.header-link-plus-menu__wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.header-link-plus-menu-ttl span {
  font-size: 24px;
  font-family: "Humanst521 BT", serif;
  color: var(--g-color-black);
  line-height: 1;
  text-wrap: nowrap;
}
.header-link-plus-menu-list {
  width: 60%;
}
.header-link-plus-menu-list ul {
  width: 100%;
  border-top: 1px solid var(--g-color-black);
}
.header-link-plus-menu-list ul li {
  border-bottom: 1px solid var(--g-color-black);
}
.header-link-plus-menu-list ul li a {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 24px 0;
  font-size: 16px;
  color: var(--g-color-black);
  font-family: "Humanst521 BT", serif;
  position: relative;
}
.header-link-plus-menu-list ul li a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--g-color-black);
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.header._scrolling .header-container {
  padding: 56px;
}
@media screen and (max-width: 1540px) {
  .header._scrolling .header-container {
    padding: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .header._scrolling .header-container {
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .header._scrolling .header-container {
    padding: 20rem;
  }
}
.header._scrolling .header-logo {
  padding: 0;
  padding-left: 64px;
}
@media screen and (max-width: 1540px) {
  .header._scrolling .header-logo {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1280px) {
  .header._scrolling .header-logo {
    padding: 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .header._scrolling .header-logo {
    padding: 0 16rem;
  }
}
.header._scrolling .header-logo svg {
  opacity: 0;
}
.header._scrolling .header-logo img {
  opacity: 1;
}
.header._sub-header .header-container {
  padding: 56px;
}
@media screen and (max-width: 1540px) {
  .header._sub-header .header-container {
    padding: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .header._sub-header .header-container {
    padding: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .header._sub-header .header-container {
    padding: 20rem;
  }
}
.header._sub-header .header-logo {
  padding: 0;
  padding-left: 64px;
}
@media screen and (max-width: 1540px) {
  .header._sub-header .header-logo {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1280px) {
  .header._sub-header .header-logo {
    padding: 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .header._sub-header .header-logo {
    padding: 0 16rem;
  }
}
.header._sub-header .header-logo svg {
  display: none;
}
.header._sub-header .header-logo img {
  transition: all 0 linear;
  opacity: 1;
}
.header._scroll-down .header-link-btn ul {
  transform: translateY(calc(100% - 20px));
  opacity: 0;
}
.header.open-menu .header-logo {
  opacity: 0;
  visibility: hidden;
}
.header.open-menu .header-link ul {
  opacity: 0;
  visibility: hidden;
}
.header.open-menu .header-link-btn button {
  background: var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .header.open-menu .header-link-btn button {
    background: var(--g-color-grape);
  }
}
.header.open-menu .header-link-btn button:hover {
  background: #7C5B74;
}
@media screen and (max-width: 768px) {
  .header.open-menu .header-link-btn button:hover {
    background: var(--g-color-white);
  }
}
.header.open-menu .header-link-btn button:hover .header-link-btn-ico span {
  background: var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .header.open-menu .header-link-btn button:hover .header-link-btn-ico span {
    background: #7C5B74;
  }
}
.header.open-menu .header-link-btn button:hover .header-link-btn-txt span {
  color: var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .header.open-menu .header-link-btn button:hover .header-link-btn-txt span {
    color: #7C5B74;
  }
}
.header.open-menu .header-link-btn button .header-link-btn-ico span {
  background: #7C5B74;
}
.header.open-menu .header-link-btn button .header-link-btn-ico span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header.open-menu .header-link-btn button .header-link-btn-ico span:nth-child(2) {
  opacity: 0;
}
.header.open-menu .header-link-btn button .header-link-btn-ico span:nth-child(3) {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(135deg);
}
.header.open-menu .header-link-btn button .header-link-btn-txt span {
  color: #7C5B74;
  opacity: 0;
}
.header.open-menu .header-link-btn button .header-link-btn-txt span:nth-child(2) {
  opacity: 1;
}

.full-menu {
  position: fixed;
  top: 0;
  left: 0;
  background: #493A46;
  width: 100%;
  height: 100vh;
  z-index: 899;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  transition: clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98), opacity 0.9s, visibility 0.4s, transform 0.3s cubic-bezier(0.92, 0.46, 0.36, 0.98), -webkit-clip-path 0.8s cubic-bezier(0.92, 0.46, 0.36, 0.98);
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
}
.full-menu.open-menu {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  visibility: visible;
}
.full-menu-container {
  width: 100%;
  max-width: 1162px;
}
@media screen and (max-width: 1540px) {
  .full-menu-container {
    max-width: 896px;
  }
}
@media screen and (max-width: 1280px) {
  .full-menu-container {
    max-width: 896rem;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-container {
    height: -moz-max-content;
    height: max-content;
    max-width: 318rem;
    margin: auto;
    padding: 94rem 0 56rem;
  }
}
.full-menu-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .full-menu-main {
    flex-direction: column;
  }
}
.full-menu-left {
  width: 362px;
}
@media screen and (max-width: 1540px) {
  .full-menu-left {
    width: 256px;
  }
}
@media screen and (max-width: 1280px) {
  .full-menu-left {
    width: 256rem;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-left {
    width: 100%;
  }
}
.full-menu-left-logo {
  margin-bottom: 4vh;
}
@media screen and (max-width: 768px) {
  .full-menu-left-logo {
    margin-bottom: 2vh;
  }
}
.full-menu-left-logo img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 8vh;
}
@media screen and (max-width: 1540px) {
  .full-menu-left-logo img {
    height: 6vh;
  }
}
.full-menu-left-detail {
  margin-bottom: 4vh;
  display: block;
}
@media screen and (max-width: 768px) {
  .full-menu-left-detail {
    margin-bottom: 4vh;
  }
}
.full-menu-left-detail p {
  letter-spacing: 0.1em;
  color: var(--g-color-white);
  line-height: 1.5;
  font-family: "Yu Gothic Std", serif;
  margin-bottom: 4vh;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .full-menu-left-detail p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-left-detail p {
    font-size: 1.2vh;
    margin-bottom: 0;
  }
}
.full-menu-left-detail p a {
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-white);
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .full-menu-left-detail p a {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-left-detail p:nth-child(2) {
    display: none;
  }
}
.full-menu-left-detail ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .full-menu-left-detail ul {
    display: none;
  }
}
.full-menu-left-detail ul li:not(:last-child) {
  margin-right: 8px;
}
.full-menu-left-detail ul li a {
  display: flex;
  align-items: center;
  justify-content: left;
}
.full-menu-left-detail ul li a img {
  width: 28px;
  height: auto;
}
@media screen and (max-width: 1540px) {
  .full-menu-left-detail ul li a img {
    width: 20px;
  }
}
.full-menu-left-link {
  display: block;
}
@media screen and (max-width: 768px) {
  .full-menu-left-link {
    display: none;
  }
}
.full-menu-left-link ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .full-menu-left-link ul li:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.full-menu-left-link ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  width: 100%;
  background: var(--g-color-white);
  transition: all 0.4s ease-in-out;
  height: 66px;
  padding: 0 28px;
}
@media screen and (max-width: 1540px) {
  .full-menu-left-link ul li a {
    padding: 0 18px;
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-left-link ul li a {
    width: 100%;
    height: 40rem;
    padding: 0 16rem;
  }
}
.full-menu-left-link ul li a:hover {
  background: #f5f2f4;
}
.full-menu-left-link .footer-sitemap-last-reservation-txt {
  display: flex;
  align-items: center;
  justify-content: left;
}
.full-menu-left-link .footer-sitemap-last-reservation-txt img {
  height: auto;
  margin-right: 10px;
  width: 30px;
}
@media screen and (max-width: 1540px) {
  .full-menu-left-link .footer-sitemap-last-reservation-txt img {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-left-link .footer-sitemap-last-reservation-txt img {
    width: 20rem;
    margin-right: 16rem;
  }
}
.full-menu-left-link .footer-sitemap-last-reservation-txt span {
  line-height: 1;
  color: #493A46;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  font-size: 18px;
}
@media screen and (max-width: 1540px) {
  .full-menu-left-link .footer-sitemap-last-reservation-txt span {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-left-link .footer-sitemap-last-reservation-txt span {
    font-size: 12rem;
  }
}
.full-menu-left-link .footer-sitemap-last-reservation-ico {
  background: #7C5B74;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1540px) {
  .full-menu-left-link .footer-sitemap-last-reservation-ico {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-left-link .footer-sitemap-last-reservation-ico {
    width: 12rem;
    height: 12rem;
  }
}
.full-menu-left-link .footer-sitemap-last-reservation-ico svg {
  height: auto;
  width: 10px;
}
@media screen and (max-width: 1540px) {
  .full-menu-left-link .footer-sitemap-last-reservation-ico svg {
    width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-left-link .footer-sitemap-last-reservation-ico svg {
    width: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-right {
    width: 100%;
  }
}
.full-menu-right-link {
  display: flex;
  align-items: start;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .full-menu-right-link {
    display: block;
  }
}
.full-menu-right-link__elem:not(:last-child) {
  margin-right: 130px;
}
@media screen and (max-width: 1280px) {
  .full-menu-right-link__elem:not(:last-child) {
    margin-right: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-right-link__elem:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2vh;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-right-link__elem-menu {
    display: flex;
    align-items: start;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-right-link__elem-menu > ul {
    width: 50%;
  }
}
.full-menu-right-link__elem > ul > li {
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
  color: var(--g-color-white);
  font-size: 29px;
}
@media screen and (max-width: 1540px) {
  .full-menu-right-link__elem > ul > li {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-right-link__elem > ul > li {
    font-size: 1.8vh;
  }
}
.full-menu-right-link__elem > ul > li:not(:last-child) {
  margin-bottom: 3vh;
}
@media screen and (max-width: 768px) {
  .full-menu-right-link__elem > ul > li:not(:last-child) {
    margin-bottom: 2vh;
  }
}
.full-menu-right-link__elem > ul > li a {
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
  color: var(--g-color-white);
  position: relative;
  display: inline-block;
  font-size: 29px;
}
@media screen and (max-width: 1540px) {
  .full-menu-right-link__elem > ul > li a {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-right-link__elem > ul > li a {
    font-size: 1.8vh;
  }
}
.full-menu-right-link__elem > ul > li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--g-color-white);
  bottom: -5px;
  right: 0;
  transition: all 0.4s ease-in-out;
}
.full-menu-right-link__elem > ul > li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.full-menu-right-link__elem > ul > li ul {
  padding-left: 36px;
}
@media screen and (max-width: 1540px) {
  .full-menu-right-link__elem > ul > li ul {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-right-link__elem > ul > li ul {
    padding-left: 16rem;
  }
}
.full-menu-right-link__elem > ul > li ul.forsp {
  padding-left: 0;
}
.full-menu-right-link__elem > ul > li ul.forsp li {
  margin-top: 1.5vh;
}
.full-menu-right-link__elem > ul > li ul li {
  margin-top: 2vh;
  color: var(--g-color-white);
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
  font-size: 21px;
}
@media screen and (max-width: 1540px) {
  .full-menu-right-link__elem > ul > li ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-right-link__elem > ul > li ul li {
    font-size: 1.3vh;
    margin-top: 1.8vh;
  }
}
.full-menu-right-link__elem > ul > li ul li a {
  color: var(--g-color-white);
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
  font-size: 21px;
}
@media screen and (max-width: 1540px) {
  .full-menu-right-link__elem > ul > li ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-right-link__elem > ul > li ul li a {
    font-size: 1.3vh;
  }
}
.full-menu-right-contact {
  display: block;
}
@media screen and (max-width: 768px) {
  .full-menu-right-contact {
    display: none;
  }
}
.full-menu-right-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--g-color-white);
  border-radius: 8px;
  height: 12vh;
  margin-top: 7vh;
}
.full-menu-right-contact-txt {
  font-size: 4.5vh;
  font-family: "Humanst521 BT", serif;
  color: var(--g-color-black);
  display: inline-block;
  margin-right: 38px;
}
@media screen and (max-width: 1280px) {
  .full-menu-right-contact-txt {
    margin-right: 38rem;
  }
}
.full-menu-sp-main {
  display: none;
}
@media screen and (max-width: 768px) {
  .full-menu-sp-main {
    padding-top: 3vh;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-sp-main-sns {
    margin-bottom: 3vh;
  }
}
@media screen and (max-width: 768px) {
  .full-menu-sp-main-sns p {
    line-height: 1;
    color: var(--g-color-white);
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: "Yu Gothic Std", serif;
    margin-bottom: 1.8vh;
    font-size: 1.8vh;
  }
}
.full-menu-sp-main-sns ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .full-menu-sp-main-sns ul li:not(:last-child) {
    margin-right: 8rem;
  }
}
.full-menu-sp-main-sns ul li a {
  transition: all 0.4s ease-in-out;
}
.full-menu-sp-main-sns ul li img {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .full-menu-sp-main-sns ul li img {
    width: 20rem;
  }
}
.full-menu-sp-main-reservation ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .full-menu-sp-main-reservation ul li:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.full-menu-sp-main-reservation ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  padding: 0 16px;
  width: 220px;
  height: 40px;
  background: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .full-menu-sp-main-reservation ul li a {
    width: 100%;
    height: 40rem;
    padding: 0 16rem;
  }
}
.full-menu-sp-main-reservation ul li a:hover {
  background: #f5f2f4;
}
.full-menu-sp-main-reservation-txt {
  display: flex;
  align-items: center;
  justify-content: left;
}
.full-menu-sp-main-reservation-txt img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .full-menu-sp-main-reservation-txt img {
    width: 20rem;
    margin-right: 16rem;
  }
}
.full-menu-sp-main-reservation-txt span {
  font-size: 12px;
  line-height: 1;
  color: #493A46;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .full-menu-sp-main-reservation-txt span {
    font-size: 12rem;
  }
}
.full-menu-sp-main-reservation-ico {
  width: 20px;
  height: 20px;
  background: #7C5B74;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .full-menu-sp-main-reservation-ico {
    width: 12rem;
    height: 12rem;
  }
}
.full-menu-sp-main-reservation-ico svg {
  width: 8px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .full-menu-sp-main-reservation-ico svg {
    width: 6rem;
  }
}
.full-menu-footer {
  padding-top: 7vh;
}
.full-menu-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2vh;
}
@media screen and (max-width: 768px) {
  .full-menu-footer ul {
    display: none;
  }
}
.full-menu-footer ul li {
  color: var(--g-color-white);
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Yu Gothic Std", serif;
  margin: 0 5px;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .full-menu-footer ul li {
    font-size: 10px;
  }
}
.full-menu-footer ul li a {
  color: var(--g-color-white);
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Yu Gothic Std", serif;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .full-menu-footer ul li a {
    font-size: 10px;
  }
}
.full-menu-footer ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--g-color-white);
  bottom: -5px;
  right: 0;
  transition: all 0.4s ease-in-out;
}
.full-menu-footer ul li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.full-menu-footer p {
  font-size: 16px;
  text-align: center;
  color: var(--g-color-white);
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1540px) {
  .full-menu-footer p {
    font-size: 12px;
  }
}

.sp-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 800;
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-cta {
    display: block;
  }
}
.sp-cta ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-cta ul li {
  width: 33.3333333333%;
}
.sp-cta ul li:nth-child(1) a {
  background: #7C5B74;
}
.sp-cta ul li:nth-child(2) a {
  background: #BC8A4D;
}
.sp-cta ul li:nth-child(3) a {
  background: #0BB53C;
}
@media screen and (max-width: 768px) {
  .sp-cta ul li a {
    height: 55rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .sp-cta ul li a img {
    width: 18rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sp-cta ul li a span {
    color: var(--g-color-white);
    font-size: 12rem;
    font-family: "Yu Gothic Std", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 65rem;
  }
}
.footer-reservation {
  padding-top: 160px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-reservation {
    padding-top: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation {
    padding-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation .l-container,
  .footer-reservation .container {
    max-width: 100%;
  }
}
.footer-reservation-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
  .footer-reservation-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-ttl {
    margin-bottom: 29rem;
  }
}
.footer-reservation-ttl p {
  text-align: center;
  font-family: "Futura PT", serif;
  color: var(--g-color-yellow);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 100px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-ttl p {
    font-size: 92px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-reservation-ttl p {
    font-size: 92rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-ttl p {
    font-size: 32rem;
  }
}
.footer-reservation-tel {
  margin-bottom: 29px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .footer-reservation-tel {
    margin-bottom: 29rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-tel {
    margin-bottom: 25rem;
  }
}
.footer-reservation-tel p {
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
  font-weight: 500;
  margin-bottom: 9px;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-tel p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-tel p {
    font-size: 14rem;
    margin-bottom: 9rem;
    padding: 0 20rem;
  }
}
.footer-reservation-tel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .footer-reservation-tel a {
    gap: 8rem;
  }
}
.footer-reservation-tel a svg {
  width: 18px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer-reservation-tel a svg {
    width: 18rem;
  }
}
.footer-reservation-tel a span {
  font-size: 24px;
  font-family: "Yu Gothic Std", serif;
  color: #7C5B74;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer-reservation-tel a span {
    font-size: 24rem;
  }
}
.footer-reservation-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1280px) {
  .footer-reservation-btns {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-btns {
    flex-direction: column;
    gap: 24rem;
    margin-bottom: 20rem;
  }
}
.footer-reservation-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 286px;
  height: 100px;
  background: var(--g-color-white);
  border-radius: 8px;
  padding: 0 24px 0 22px;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .footer-reservation-btn a {
    width: 348rem;
    height: 80rem;
    padding: 0 24rem 0 22rem;
  }
}
.footer-reservation-btn a:hover {
  background: #f5f2f4;
}
.footer-reservation-btn a img {
  width: 28px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer-reservation-btn a img {
    width: 28rem;
    margin-right: 10rem;
  }
}
.footer-reservation-btn a span {
  color: #493A46;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-btn a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-btn a span {
    font-size: 16rem;
  }
}
.footer-reservation-btn a svg {
  width: 8px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer-reservation-btn a svg {
    width: 8rem;
  }
}
.footer-reservation-btn-txt {
  display: flex;
  align-items: center;
  justify-content: left;
}
.footer-reservation-btn-ico {
  background: #7C5B74;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-btn-ico {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-btn-ico {
    width: 20rem;
    height: 20rem;
  }
}
.footer-reservation-not-line {
  text-align: center;
  margin-bottom: 62px;
}
@media screen and (max-width: 1280px) {
  .footer-reservation-not-line {
    margin-bottom: 62rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-not-line {
    margin-bottom: 40rem;
  }
}
.footer-reservation-not-line a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .footer-reservation-not-line a {
    gap: 8rem;
  }
}
.footer-reservation-not-line a span {
  color: #BC8A4D;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Yu Gothic Std", serif;
  line-height: 1;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-not-line a span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-not-line a span {
    font-size: 12rem;
  }
}
.footer-reservation-not-line a svg {
  width: 14px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer-reservation-not-line a svg {
    width: 14rem;
  }
}
.footer-reservation-main {
  background: #493A46;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-reservation-main {
    border-radius: 0;
    flex-direction: column;
  }
}
.footer-reservation-img {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-img {
    max-width: 265px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-reservation-img {
    max-width: 265rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-img {
    max-width: 100%;
    height: 200rem;
  }
}
.footer-reservation-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-reservation-detail {
  max-width: 100%;
  width: 100%;
  padding: 72px 83px 72px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .footer-reservation-detail {
    padding: 72rem 83rem 72rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail {
    align-items: start;
    padding: 32rem;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    height: auto;
  }
}
.footer-reservation-detail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-reservation-detail-logo {
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .footer-reservation-detail-logo {
    margin-bottom: 22rem;
  }
}
.footer-reservation-detail-logo img {
  width: 142px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-detail-logo img {
    width: 115px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-reservation-detail-logo img {
    width: 115rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-main {
    margin-bottom: 22rem;
    text-align: center;
    width: 100%;
  }
}
.footer-reservation-detail-main > p {
  line-height: 1.8;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Yu Gothic Std", serif;
  margin-bottom: 22px;
  font-size: 17px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-detail-main > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-reservation-detail-main > p {
    margin-bottom: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-main > p {
    font-size: 14rem;
  }
}
.footer-reservation-detail-txt {
  display: flex;
  align-items: start;
  justify-content: left;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-txt {
    justify-content: center;
    text-align: left;
  }
}
.footer-reservation-detail-txt svg {
  margin-right: 8px;
  width: 12px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-txt svg {
    width: 12rem;
    margin-right: 8rem;
  }
}
.footer-reservation-detail-txt p {
  font-family: "Yu Gothic Std", serif;
  line-height: 1.8;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-detail-txt p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-txt p {
    font-size: 12rem;
  }
}
.footer-reservation-detail-txt p a {
  font-family: "Yu Gothic Std", serif;
  line-height: 1.8;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  text-decoration: underline;
  font-size: 12px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-detail-txt p a {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-txt p a {
    font-size: 10rem;
  }
}
.footer-reservation-detail-time {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-time {
    width: 100%;
  }
}
.footer-reservation-detail-time-main p {
  line-height: 1;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 39px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-detail-time-main p {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-time-main p {
    font-size: 32rem;
  }
}
.footer-reservation-detail-time-main p span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-time-main p span {
    font-size: 14rem;
  }
}
.footer-reservation-detail-time > p {
  line-height: 1.8;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Yu Gothic Std", serif;
  margin-bottom: 8px;
  font-size: 12px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-detail-time > p {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-time > p {
    font-size: 10rem;
    margin-bottom: 8rem;
  }
}
.footer-reservation-detail-time > p span {
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-detail-time > p span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-time > p span {
    font-size: 12rem;
  }
}
.footer-reservation-detail-time a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-time a {
    gap: 8rem;
  }
}
.footer-reservation-detail-time a svg {
  height: auto;
  width: 16px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-detail-time a svg {
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-time a svg {
    width: 14rem;
  }
}
.footer-reservation-detail-time a span {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--g-color-white);
  font-family: "Yu Gothic Std", serif;
  font-size: 19px;
}
@media screen and (max-width: 1540px) {
  .footer-reservation-detail-time a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-detail-time a span {
    font-size: 16rem;
  }
}
.footer-reservation-week {
  width: calc(100% - 315px);
  padding: 44px 42px;
}
@media screen and (max-width: 1280px) {
  .footer-reservation-week {
    padding: 44rem 42rem;
    width: calc(100% - 315rem);
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-week {
    width: 100%;
    padding: 20rem;
    height: 320rem;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
  }
}
.footer-reservation-week-ttl p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 38px;
  font-family: "Yu Gothic Std", serif;
}
@media screen and (max-width: 1280px) {
  .footer-reservation-week-ttl p {
    margin-bottom: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-ttl p {
    font-size: 14rem;
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-tb {
    width: 100%;
  }
}
.footer-reservation-week-tb-head ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
.footer-reservation-week-tb-head ul li {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 8px 0;
  width: 9%;
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-tb-head ul li {
    font-size: 12rem;
  }
}
.footer-reservation-week-tb-head ul li:first-child {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-tb-head ul li:first-child {
    font-size: 10rem;
  }
}
.footer-reservation-week-tb-head ul li:nth-child(6) {
  margin-right: 15px;
}
@media screen and (max-width: 1280px) {
  .footer-reservation-week-tb-head ul li:nth-child(6) {
    margin-right: 15rem;
  }
}
.footer-reservation-week-tb-body {
  border-top: 1px solid #EEE9E5;
  border-bottom: 1px solid #EEE9E5;
  padding: 8px 0;
  margin-bottom: 21px;
}
@media screen and (max-width: 1280px) {
  .footer-reservation-week-tb-body {
    margin-bottom: 21rem;
  }
}
.footer-reservation-week-tb-body ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
.footer-reservation-week-tb-body ul:first-child {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-tb-body ul:first-child {
    padding-bottom: 10rem;
  }
}
.footer-reservation-week-tb-body ul li {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 9%;
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-tb-body ul li {
    font-size: 12rem;
  }
}
.footer-reservation-week-tb-body ul li:first-child {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-tb-body ul li:first-child {
    font-size: 11rem;
  }
}
.footer-reservation-week-tb-body ul li:nth-child(6) {
  margin-right: 15px;
}
@media screen and (max-width: 1280px) {
  .footer-reservation-week-tb-body ul li:nth-child(6) {
    margin-right: 15rem;
  }
}
.footer-reservation-week-tb-body ul li svg {
  width: 12px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-tb-body ul li svg {
    width: 12rem;
  }
}
.footer-reservation-week-tb-body ul li:nth-child(3) svg, .footer-reservation-week-tb-body ul li:nth-child(4) svg {
  width: 14px;
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-tb-body ul li:nth-child(3) svg, .footer-reservation-week-tb-body ul li:nth-child(4) svg {
    width: 14rem;
  }
}
.footer-reservation-week-tb-body ul li:last-child svg {
  width: 13px;
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-tb-body ul li:last-child svg {
    width: 13rem;
  }
}
.footer-reservation-week-tb-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-reservation-week-tb-footer ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
.footer-reservation-week-tb-footer ul li {
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-white);
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-tb-footer ul li {
    font-size: 11rem;
  }
}
.footer-reservation-week-tb-footer ul li.active {
  color: #2C2A27;
  padding: 2px 16px;
  background: var(--g-color-white);
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-tb-footer ul li.active {
    padding: 2px 16rem;
    font-size: 9rem;
  }
}
.footer-reservation-week-tb-footer p {
  font-size: 10px;
  line-height: 1.8;
  color: var(--g-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-tb-footer p {
    font-size: 8rem;
    gap: 8rem;
  }
}
.footer-reservation-week-tb-footer p svg {
  width: 14px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer-reservation-week-tb-footer p svg {
    width: 12rem;
  }
}
.footer-sitemap {
  padding: 120px 0;
}
@media screen and (max-width: 1280px) {
  .footer-sitemap {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap {
    padding: 80rem 36rem;
  }
}
.footer-sitemap-main {
  display: flex;
  align-items: start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main-menu {
    display: flex;
    align-items: start;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main-menu > ul {
    width: 50%;
  }
}
.footer-sitemap-main-menu > ul {
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main-menu > ul {
    padding-left: 16rem;
  }
}
.footer-sitemap-main-menu > ul > li {
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-black);
  display: block;
  position: relative;
  font-weight: 300;
  margin-top: 12px;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-main-menu > ul > li {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main-menu > ul > li {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
.footer-sitemap-main-menu > ul > li > a {
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-black);
  display: inline-block;
  font-weight: 300;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-main-menu > ul > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main-menu > ul > li > a {
    font-size: 12rem;
  }
}
.footer-sitemap-main-menu > ul > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--g-color-black);
  position: absolute;
  bottom: -5px;
  right: 0;
  transition: all 0.3s ease;
}
.footer-sitemap-main-menu > ul > li > a:hover::after {
  left: 0;
  width: 100%;
}
.footer-sitemap-main-menu > ul > li ul {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main-menu > ul > li ul {
    padding-left: 10rem;
  }
}
.footer-sitemap-main-menu > ul > li ul li {
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-black);
  display: block;
  position: relative;
  font-weight: 300;
  margin-top: 12px;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-main-menu > ul > li ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main-menu > ul > li ul li {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
.footer-sitemap-main-menu > ul > li ul li a {
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: 300;
  display: inline-block;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-main-menu > ul > li ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main-menu > ul > li ul li a {
    font-size: 12rem;
  }
}
.footer-sitemap-main-menu > ul > li ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--g-color-black);
  position: absolute;
  bottom: -5px;
  right: 0;
  transition: all 0.3s ease;
}
.footer-sitemap-main-menu > ul > li ul li a:hover::after {
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main > ul {
    width: 100%;
  }
}
.footer-sitemap-main > ul:nth-child(2) {
  margin: 0 80px;
}
@media screen and (max-width: 1280px) {
  .footer-sitemap-main > ul:nth-child(2) {
    margin: 0 80rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main > ul:nth-child(2) {
    margin: 24rem 0;
  }
}
.footer-sitemap-main > ul > li {
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
  display: block;
  position: relative;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-main > ul > li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main > ul > li {
    font-size: 16rem;
  }
}
.footer-sitemap-main > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main > ul > li:not(:last-child) {
    margin-bottom: 24rem;
  }
}
.footer-sitemap-main > ul > li > a {
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
  display: inline-block;
  position: relative;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-main > ul > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main > ul > li > a {
    font-size: 16rem;
  }
}
.footer-sitemap-main > ul > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--g-color-black);
  position: absolute;
  bottom: -5px;
  right: 0;
  transition: all 0.3s ease;
}
.footer-sitemap-main > ul > li > a:hover::after {
  left: 0;
  width: 100%;
}
.footer-sitemap-main > ul > li > ul {
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main > ul > li > ul {
    padding-left: 16rem;
  }
}
.footer-sitemap-main > ul > li > ul > li {
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-black);
  display: block;
  position: relative;
  font-weight: 300;
  margin-top: 12px;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-main > ul > li > ul > li {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main > ul > li > ul > li {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
.footer-sitemap-main > ul > li > ul > li > a {
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-black);
  display: inline-block;
  font-weight: 300;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-main > ul > li > ul > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main > ul > li > ul > li > a {
    font-size: 12rem;
  }
}
.footer-sitemap-main > ul > li > ul > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--g-color-black);
  position: absolute;
  bottom: -5px;
  right: 0;
  transition: all 0.3s ease;
}
.footer-sitemap-main > ul > li > ul > li > a:hover::after {
  left: 0;
  width: 100%;
}
.footer-sitemap-main > ul > li > ul > li ul {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main > ul > li > ul > li ul {
    padding-left: 10rem;
  }
}
.footer-sitemap-main > ul > li > ul > li ul li {
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-black);
  display: block;
  position: relative;
  font-weight: 400;
  margin-top: 12px;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-main > ul > li > ul > li ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main > ul > li > ul > li ul li {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
.footer-sitemap-main > ul > li > ul > li ul li a {
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-black);
  font-weight: 400;
  display: inline-block;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-main > ul > li > ul > li ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-main > ul > li > ul > li ul li a {
    font-size: 12rem;
  }
}
.footer-sitemap-main > ul > li > ul > li ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--g-color-black);
  position: absolute;
  bottom: -5px;
  right: 0;
  transition: all 0.3s ease;
}
.footer-sitemap-main > ul > li > ul > li ul li a:hover::after {
  left: 0;
  width: 100%;
}
.footer-sitemap-ttl {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
  .footer-sitemap-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-ttl {
    margin-bottom: 32rem;
  }
}
.footer-sitemap-ttl p {
  font-family: "Futura PT", serif;
  color: var(--g-color-yellow);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 100px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-ttl p {
    font-size: 92px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-sitemap-ttl p {
    font-size: 92rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-ttl p {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-last {
    width: 100%;
  }
}
.footer-sitemap-last-access {
  margin-bottom: 22px;
}
@media screen and (max-width: 1280px) {
  .footer-sitemap-last-access {
    margin-bottom: 22rem;
  }
}
.footer-sitemap-last-access p a {
  line-height: 1;
  color: var(--g-color-black);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Yu Gothic Std", serif;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-last-access p a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-sitemap-last-access p a {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-last-access p a {
    font-size: 16rem;
    margin-bottom: 14rem;
  }
}
.footer-sitemap-last-access ul li {
  margin-bottom: 5px;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .footer-sitemap-last-access ul li {
    margin-bottom: 5rem;
  }
}
.footer-sitemap-last-access ul li a {
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-black);
  display: inline-block;
  position: relative;
  font-size: 12px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-last-access ul li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-last-access ul li a {
    font-size: 10rem;
  }
}
.footer-sitemap-last-access ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--g-color-black);
  position: absolute;
  bottom: -5px;
  right: 0;
  transition: all 0.3s ease;
}
.footer-sitemap-last-access ul li a:hover::after {
  left: 0;
  width: 100%;
}
.footer-sitemap-last-sns {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .footer-sitemap-last-sns {
    margin-bottom: 40rem;
  }
}
.footer-sitemap-last-sns p {
  line-height: 1;
  color: var(--g-color-black);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: "Yu Gothic Std", serif;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-last-sns p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-sitemap-last-sns p {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-last-sns p {
    font-size: 16rem;
  }
}
.footer-sitemap-last-sns ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
.footer-sitemap-last-sns ul li:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-last-sns ul li:not(:last-child) {
    margin-right: 8rem;
  }
}
.footer-sitemap-last-sns ul li a {
  transition: all 0.4s ease-in-out;
}
.footer-sitemap-last-sns ul li a:hover {
  opacity: 0.6;
}
.footer-sitemap-last-sns ul li img {
  height: auto;
  width: 24px;
}
@media screen and (max-width: 1540px) {
  .footer-sitemap-last-sns ul li img {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap-last-sns ul li img {
    width: 20rem;
  }
}
.footer-sitemap-last-reservation ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-last-reservation ul li:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.footer-sitemap-last-reservation ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  padding: 0 16px;
  width: 220px;
  height: 40px;
  background: var(--g-color-white);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-last-reservation ul li a {
    width: 100%;
    height: 40rem;
    padding: 0 16rem;
  }
}
.footer-sitemap-last-reservation ul li a:hover {
  background: #f5f2f4;
}
.footer-sitemap-last-reservation-txt {
  display: flex;
  align-items: center;
  justify-content: left;
}
.footer-sitemap-last-reservation-txt img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-last-reservation-txt img {
    width: 20rem;
    margin-right: 16rem;
  }
}
.footer-sitemap-last-reservation-txt span {
  font-size: 12px;
  line-height: 1;
  color: #493A46;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-last-reservation-txt span {
    font-size: 12rem;
  }
}
.footer-sitemap-last-reservation-ico {
  width: 20px;
  height: 20px;
  background: #7C5B74;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-last-reservation-ico {
    width: 12rem;
    height: 12rem;
  }
}
.footer-sitemap-last-reservation-ico svg {
  width: 8px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-last-reservation-ico svg {
    width: 6rem;
  }
}
.footer-main .l-container {
  display: flex;
  align-items: end;
  justify-content: left;
  padding: 58px 78px;
  border-radius: 16px 16px 0 0;
  background: url(../img/main-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 780px;
}
@media screen and (max-width: 1540px) {
  .footer-main .l-container {
    height: 523px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-main .l-container {
    padding: 58rem 78rem;
    height: 523rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main .l-container {
    height: 370rem;
    align-items: start;
    border-radius: 16rem;
    padding: 123rem 0 32rem;
    justify-content: center;
  }
}
.footer-main-logo {
  margin-bottom: 14px;
}
@media screen and (max-width: 1280px) {
  .footer-main-logo {
    margin-bottom: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-logo {
    text-align: center;
    margin-bottom: 22rem;
  }
}
.footer-main-logo img {
  width: 360px;
}
@media screen and (max-width: 1280px) {
  .footer-main-logo img {
    width: 360rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-logo img {
    width: 184rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-txt {
    text-align: center;
  }
}
.footer-main-txt span {
  line-height: 1.8;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Yu Gothic Std", serif;
  margin-bottom: 21px;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .footer-main-txt span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-main-txt span {
    margin-bottom: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-txt span {
    font-size: 12rem;
    margin-bottom: 55rem;
  }
}
.footer-main-txt p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1540px) {
  .footer-main-txt p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-txt p {
    font-size: 12rem;
  }
}

.single-campaign {
  background: var(--g-color-white);
  padding-top: 330px;
}
@media screen and (max-width: 1540px) {
  .single-campaign {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1280px) {
  .single-campaign {
    padding-top: 200rem;
  }
}
.single-campaign-main * {
  font-weight: 400;
  color: var(--g-color-black);
  line-height: 1.8;
  font-family: "Yu Gothic Std", serif;
  margin-bottom: 32px;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .single-campaign-main * {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .single-campaign-main * {
    margin-bottom: 32rem;
    font-size: 14rem;
  }
}
.single-campaign-main h1,
.single-campaign-main h2,
.single-campaign-main h3,
.single-campaign-main h4,
.single-campaign-main h5,
.single-campaign-main h6 {
  padding: 14px 24px;
  position: relative;
  background: #FAF8F7;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .single-campaign-main h1,
  .single-campaign-main h2,
  .single-campaign-main h3,
  .single-campaign-main h4,
  .single-campaign-main h5,
  .single-campaign-main h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .single-campaign-main h1,
  .single-campaign-main h2,
  .single-campaign-main h3,
  .single-campaign-main h4,
  .single-campaign-main h5,
  .single-campaign-main h6 {
    font-size: 16rem;
    padding: 14rem 24rem;
  }
}
.single-campaign-main h1::after,
.single-campaign-main h2::after,
.single-campaign-main h3::after,
.single-campaign-main h4::after,
.single-campaign-main h5::after,
.single-campaign-main h6::after {
  content: "";
  width: 8px;
  height: 100%;
  background: #D8C1B2;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .single-campaign-main h1::after,
  .single-campaign-main h2::after,
  .single-campaign-main h3::after,
  .single-campaign-main h4::after,
  .single-campaign-main h5::after,
  .single-campaign-main h6::after {
    width: 8rem;
  }
}
.single-campaign-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 64px;
}
@media screen and (max-width: 1540px) {
  .single-campaign-img {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .single-campaign-img {
    margin-bottom: 32rem;
  }
}
.single-campaign-img img {
  width: 100%;
  height: auto;
}
.single-campaign-date {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .single-campaign-date {
    margin-bottom: 8rem;
  }
}
.single-campaign-date span {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  color: #999;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-campaign-date span {
    font-size: 14rem;
  }
}
.single-campaign-date span svg {
  width: 12px;
  height: auto;
  margin-right: 4px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-campaign-date span svg {
    width: 12rem;
    margin-right: 4rem;
  }
}
.single-campaign-ttl {
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .single-campaign-ttl {
    padding-bottom: 16rem;
  }
}
.single-campaign-ttl p {
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
  margin-bottom: 0;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .single-campaign-ttl p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .single-campaign-ttl p {
    font-size: 16rem;
  }
}
.single-campaign-tb {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single-campaign-tb {
    margin-bottom: 40rem;
  }
}
.single-campaign-tb * {
  margin-bottom: 0;
}
.single-campaign-tb__elem {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
  padding: 22px 0;
}
@media screen and (max-width: 1280px) {
  .single-campaign-tb__elem {
    padding: 22rem 0;
  }
}
@media screen and (max-width: 768px) {
  .single-campaign-tb__elem {
    display: block;
  }
}
.single-campaign-tb__elem-ttl p {
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .single-campaign-tb__elem-ttl p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .single-campaign-tb__elem-ttl p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .single-campaign-tb__elem-ttl p {
    margin-bottom: 10rem;
    font-size: 16rem;
  }
}
.single-campaign-tb__elem-price__wrap {
  display: flex;
  align-items: center;
  justify-content: right;
}
.single-campaign-tb__elem-price__wrap svg {
  width: 24px;
  height: auto;
  margin: 0 16px;
}
.single-campaign-tb__elem-price {
  position: relative;
}
.single-campaign-tb__elem-price span {
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .single-campaign-tb__elem-price span {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .single-campaign-tb__elem-price span {
    font-size: 10rem;
  }
}
.single-campaign-tb__elem-price p {
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
  font-weight: bold;
  position: relative;
  padding-left: 5px;
  font-size: 24px;
}
@media screen and (max-width: 1540px) {
  .single-campaign-tb__elem-price p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-campaign-tb__elem-price p {
    font-size: 20rem;
  }
}
.single-campaign-tb__elem-price:first-child p::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #F16A6A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
}
.single-campaign-tb__elem-price:last-child span,
.single-campaign-tb__elem-price:last-child p {
  color: #F16A6A;
}
.single-campaign-btn {
  text-align: center;
  padding-top: 34px;
}
@media screen and (max-width: 768px) {
  .single-campaign-btn {
    padding-top: 34rem;
  }
}
.single-campaign-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.single-campaign-btn a svg {
  height: auto;
  margin-right: 16px;
  width: 24px;
}
@media screen and (max-width: 1540px) {
  .single-campaign-btn a svg {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-campaign-btn a svg {
    width: 20rem;
    margin-right: 16rem;
  }
}
.single-campaign-btn a span {
  display: inline-block;
  font-weight: 500;
  color: var(--g-color-black);
  position: relative;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .single-campaign-btn a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .single-campaign-btn a span {
    font-size: 16rem;
  }
}
.single-campaign-btn a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--g-color-black);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}
.single-campaign-btn a:hover span::after {
  width: 100%;
  left: 0;
  right: auto;
}

.sec-fv-top {
  display: flex;
  align-items: start;
  justify-content: right;
  height: 530px;
  padding: 0 100px;
  padding-top: 200px;
}
@media screen and (max-width: 1540px) {
  .sec-fv-top {
    padding-top: 108px;
    height: 300px;
  }
}
@media screen and (max-width: 1400px) {
  .sec-fv-top {
    padding: 0 80px;
    padding-top: 108px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-fv-top {
    padding: 0 80rem;
    height: 300rem;
    padding-top: 108rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-top {
    padding: 0;
    justify-content: left;
    padding-top: 180rem;
    height: 400rem;
    padding-left: 26rem;
  }
}
.sec-fv-top-ttl {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-fv-top-ttl {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-top-ttl h2 {
    font-size: 32rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
    font-family: "Futura PT", serif;
    color: var(--g-color-grape);
    margin-bottom: 12rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-top-ttl p {
    font-size: 14rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-family: "Yu Gothic Std", serif;
    color: var(--g-color-grape);
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-top-main ul {
    display: none;
  }
}
.sec-fv-top-main ul li {
  display: flex;
  align-items: start;
  justify-content: left;
}
.sec-fv-top-main ul li svg {
  width: 12.7px;
  height: auto;
  margin-top: 4px;
  margin-right: 8px;
}
.sec-fv-top-main ul li span {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  line-height: 1.8;
}
@media screen and (max-width: 1540px) {
  .sec-fv-top-main ul li span {
    font-size: 12px;
  }
}
.sec-fv-top-main ul li span a {
  color: #7C5B74;
  text-decoration: underline;
}
.sec-fv-top-main ul li:nth-child(2) {
  margin-top: 6px;
}
.sec-fv-top-main ul li:nth-child(2) svg {
  width: 11px;
}
.sec-fv-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 1000px;
  padding: 120px;
}
@media screen and (max-width: 1540px) {
  .sec-fv-main {
    padding: 60px;
    height: 694px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-fv-main {
    height: 694rem;
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-fv-main {
    height: 370rem;
  }
}
.sec-fv-main-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-fv-main-img {
    border-radius: 16rem;
  }
}
.sec-fv-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-fv-ttl {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-fv-ttl {
    display: none;
  }
}
.sec-fv-ttl h2 {
  font-family: "Futura PT", serif;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  font-weight: 600;
  line-height: 1.2;
  font-size: 44px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1540px) {
  .sec-fv-ttl h2 {
    font-size: 32px;
  }
}
.sec-fv-ttl p {
  font-family: "Yu Gothic Std", serif;
  font-size: 19px;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
}
@media screen and (max-width: 1540px) {
  .sec-fv-ttl p {
    font-size: 14px;
  }
}

.sec-campaign {
  padding: 160px 0;
}
@media screen and (max-width: 1540px) {
  .sec-campaign {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1280px) {
  .sec-campaign {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-campaign {
    padding: 80rem 0;
  }
}
.sec-campaign .container {
  max-width: 1440px;
}
@media screen and (max-width: 1540px) {
  .sec-campaign .container {
    max-width: 880px;
  }
}
@media screen and (max-width: 768px) {
  .sec-campaign .container {
    padding: 0 16rem;
  }
}
.sec-campaign-ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .sec-campaign-ttl {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-campaign-ttl {
    margin-bottom: 30rem;
  }
}
.sec-campaign-main .swiper-container {
  margin-bottom: 64px;
}
@media screen and (max-width: 1280px) {
  .sec-campaign-main .swiper-container {
    margin-bottom: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-campaign-main .swiper-container {
    margin-bottom: 40rem;
  }
}
.sec-campaign-main .swiper-button-wrap {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 32px;
}
@media screen and (max-width: 1280px) {
  .sec-campaign-main .swiper-button-wrap {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-campaign-main .swiper-button-wrap {
    margin-bottom: 0;
    margin-top: 40rem;
  }
}
.sec-campaign-main .swiper-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: unset;
  width: auto;
  height: auto;
}
.sec-campaign-main .swiper-button::before, .sec-campaign-main .swiper-button::after {
  display: none;
}
.sec-campaign-main .swiper-button:nth-child(1) {
  margin-right: 16px;
}
.sec-campaign-main .swiper-button svg path {
  fill: var(--g-color-grape);
}
.sec-campaign-main .swiper-button.swiper-button-disabled {
  cursor: pointer;
  pointer-events: unset;
}
.sec-campaign-main .swiper-button.swiper-button-disabled svg path {
  fill: #999999;
}
.sec-campaign-main .swiper-button svg {
  width: 12px;
  height: auto;
}
.sec-campaign-main .swiper-button svg path {
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .sec-campaign-main .swiper-controller {
    margin-top: 40rem;
  }
}
.sec-campaign-main .swiper-progress-bar {
  background: #E0E0E0;
  overflow: hidden;
  width: 100%;
  height: 5px;
  position: relative;
  border-radius: 10px;
}
.sec-campaign-main .swiper-progress-bar span {
  height: 100%;
  width: 30%;
  background: #BC8A4D;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: all 0.4s ease;
}
.sec-campaign-btn {
  text-align: center;
}
.sec-campaign__elem {
  width: 350px;
}
@media screen and (max-width: 1540px) {
  .sec-campaign__elem {
    width: 318px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-campaign__elem {
    width: 318rem;
  }
}
.sec-campaign__elem:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 1540px) {
  .sec-campaign__elem:not(:last-child) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-campaign__elem:not(:last-child) {
    margin-right: 16rem;
  }
}
.sec-campaign__elem a {
  display: block;
  width: 100%;
}
.sec-campaign__elem a:hover img {
  transform: scale(1.1);
}
.sec-campaign__elem-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  height: 350px;
}
@media screen and (max-width: 1540px) {
  .sec-campaign__elem-img {
    height: 318px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-campaign__elem-img {
    margin-bottom: 16rem;
    height: 318rem;
  }
}
.sec-campaign__elem-img img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-campaign__elem-txt span {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 5px;
  color: #999999;
  letter-spacing: 0.1em;
  font-family: "Yu Gothic Std", serif;
  line-height: 1;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .sec-campaign__elem-txt span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec-campaign__elem-txt span {
    font-size: 12rem;
  }
}
.sec-campaign__elem-txt span svg {
  width: 12px;
  height: auto;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .sec-campaign__elem-txt span svg {
    width: 12rem;
    margin-right: 4rem;
  }
}
.sec-campaign__elem-txt p {
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .sec-campaign__elem-txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec-campaign__elem-txt p {
    font-size: 14rem;
  }
}

.sec-feature {
  margin-bottom: 160px;
  padding-bottom: 320px;
}
@media screen and (max-width: 1540px) {
  .sec-feature {
    margin-bottom: 120px;
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-feature {
    margin-bottom: 120rem;
    padding-bottom: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-feature {
    margin-bottom: 80rem;
    padding-bottom: 229rem;
  }
}
.sec-feature .l-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: left;
  margin: unset;
  margin-left: auto;
}
@media screen and (max-width: 1540px) {
  .sec-feature .l-container {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-feature .l-container {
    max-width: 350rem;
  }
}
.sec-feature-main {
  margin-right: 80px;
  background: var(--g-color-white);
  border-radius: 8px;
  padding: 56px 51px;
  width: 500px;
}
@media screen and (max-width: 1540px) {
  .sec-feature-main {
    width: 420px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-feature-main {
    margin-right: 80rem;
    width: 420rem;
    padding: 56rem 51rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-feature-main {
    padding: 38rem 20rem;
    margin-right: 0;
    width: 100%;
  }
}
.sec-feature-main-ttl {
  margin-bottom: 29px;
}
@media screen and (max-width: 1280px) {
  .sec-feature-main-ttl {
    margin-bottom: 29rem;
  }
}
.sec-feature-main-txt p {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  line-height: 1.8;
  font-weight: 500;
  font-family: "Yu Gothic Std", serif;
  margin-bottom: 43px;
}
@media screen and (max-width: 1540px) {
  .sec-feature-main-txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-feature-main-txt p {
    margin-bottom: 43rem;
    font-size: 14rem;
  }
}
.sec-feature-main-txt p:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1540px) {
  .sec-feature-main-txt p:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-feature-main-txt p:nth-child(1) {
    font-size: 16rem;
  }
}
.sec-feature-main-btn {
  text-align: center;
}
.sec-feature-deco {
  padding-top: 68px;
}
@media screen and (max-width: 1540px) {
  .sec-feature-deco {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-feature-deco {
    display: none;
  }
}
.sec-feature-deco p {
  font-family: "Futura PT", serif;
  line-height: 1;
  color: #D8C1B2;
  font-weight: 300;
  font-size: 120px;
}
@media screen and (max-width: 1540px) {
  .sec-feature-deco p {
    font-size: 90px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-feature-deco p {
    font-size: 90rem;
  }
}
@media screen and (max-width: 1540px) {
  .sec-feature-deco p:nth-child(1) {
    display: none;
  }
}
.sec-feature-deco p:nth-child(2), .sec-feature-deco p:nth-child(3) {
  display: none;
}
@media screen and (max-width: 1540px) {
  .sec-feature-deco p:nth-child(2), .sec-feature-deco p:nth-child(3) {
    display: block;
  }
}
.sec-feature-slide {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.sec-pickup {
  background: var(--g-color-grape);
  padding: 120px 0 160px;
}
@media screen and (max-width: 1540px) {
  .sec-pickup {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1280px) {
  .sec-pickup {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup .container {
    padding: 0 16rem;
  }
}
.sec-pickup-ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .sec-pickup-ttl {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup-ttl {
    margin-bottom: 60rem;
  }
}
.sec-pickup-ttl p {
  color: var(--g-color-white);
  font-size: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Futura PT", serif;
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  .sec-pickup-ttl p {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup-ttl p {
    font-size: 32rem;
  }
}
.sec-pickup-ttl h2 {
  color: var(--g-color-white);
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
}
@media screen and (max-width: 1280px) {
  .sec-pickup-ttl h2 {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup-ttl h2 {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup .swiper-wrapper {
    align-items: stretch;
  }
}
.sec-pickup .swiper-progress-bar {
  background: #E0E0E0;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 10px;
  height: 5px;
}
.sec-pickup .swiper-progress-bar span {
  height: 100%;
  width: 30%;
  background: #BC8A4D;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: all 0.4s ease;
}
.sec-pickup__elem {
  background: var(--g-color-white);
  border-radius: 8px;
  padding: 16px 20px;
  padding-bottom: 22px;
  position: relative;
  width: 283px;
}
@media screen and (max-width: 1280px) {
  .sec-pickup__elem {
    padding: 16rem 20rem;
    padding-bottom: 22rem;
    width: 283rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup__elem {
    padding: 14rem 16rem;
    padding-bottom: 20rem;
    width: 318rem;
  }
}
.sec-pickup__elem:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 1280px) {
  .sec-pickup__elem:not(:last-child) {
    margin-right: 16rem;
  }
}
.sec-pickup__elem:nth-child(1) .sec-pickup__elem-deco, .sec-pickup__elem:nth-child(2) .sec-pickup__elem-deco, .sec-pickup__elem:nth-child(3) .sec-pickup__elem-deco {
  left: 16px;
}
@media screen and (max-width: 1280px) {
  .sec-pickup__elem:nth-child(1) .sec-pickup__elem-deco, .sec-pickup__elem:nth-child(2) .sec-pickup__elem-deco, .sec-pickup__elem:nth-child(3) .sec-pickup__elem-deco {
    left: 16rem;
  }
}
.sec-pickup__elem:nth-child(1) .sec-pickup__elem-deco img, .sec-pickup__elem:nth-child(2) .sec-pickup__elem-deco img, .sec-pickup__elem:nth-child(3) .sec-pickup__elem-deco img {
  width: 58px;
}
@media screen and (max-width: 1280px) {
  .sec-pickup__elem:nth-child(1) .sec-pickup__elem-deco img, .sec-pickup__elem:nth-child(2) .sec-pickup__elem-deco img, .sec-pickup__elem:nth-child(3) .sec-pickup__elem-deco img {
    width: 58rem;
  }
}
.sec-pickup__elem-deco {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-70%);
}
@media screen and (max-width: 1280px) {
  .sec-pickup__elem-deco {
    left: 25rem;
  }
}
.sec-pickup__elem-deco span {
  width: 40px;
  height: 40px;
  background: #DBD2DE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--g-color-white);
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .sec-pickup__elem-deco span {
    font-size: 10rem;
  }
}
.sec-pickup__elem-img {
  text-align: center;
}
.sec-pickup__elem-img img {
  width: 179px;
}
@media screen and (max-width: 1280px) {
  .sec-pickup__elem-img img {
    width: 179rem;
  }
}
.sec-pickup__elem-content {
  margin-bottom: 23px;
}
@media screen and (max-width: 1280px) {
  .sec-pickup__elem-content {
    margin-bottom: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup__elem-content {
    margin-bottom: 16rem;
  }
}
.sec-pickup__elem-ttl {
  text-align: center;
}
.sec-pickup__elem-ttl span {
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
  margin-bottom: 12px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .sec-pickup__elem-ttl span {
    font-size: 16rem;
    margin-bottom: 12rem;
  }
}
.sec-pickup__elem-ttl p {
  font-size: 14px;
  color: #7C5B74;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media screen and (max-width: 1280px) {
  .sec-pickup__elem-ttl p {
    margin-bottom: 12rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup__elem-ttl p {
    margin-bottom: 8rem;
  }
}
.sec-pickup__elem-txt p {
  color: #999999;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-pickup__elem-txt p {
    font-size: 10rem;
  }
}
.sec-pickup__elem-btn {
  text-align: right;
}
.sec-pickup__elem-btn svg {
  width: 11px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-pickup__elem-btn svg {
    width: 11rem;
  }
}
.sec-pickup .swiper-controller {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec-pickup .swiper-controller {
    margin-top: 32rem;
  }
}
.sec-pickup .swiper-button-wrap {
  display: flex;
  align-items: center;
  justify-content: right;
}
.sec-pickup .swiper-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: unset;
  width: auto;
  height: auto;
}
.sec-pickup .swiper-button::before, .sec-pickup .swiper-button::after {
  display: none;
}
.sec-pickup .swiper-button:nth-child(1) {
  margin-right: 38px;
}
.sec-pickup .swiper-button.swiper-button-disabled {
  cursor: pointer;
  pointer-events: unset;
}
.sec-pickup .swiper-button.swiper-button-disabled svg path {
  fill: #999999;
}
.sec-pickup .swiper-button svg {
  width: 21px;
  height: auto;
}
.sec-pickup .swiper-button svg path {
  transition: all 0.4s ease;
}
.sec-pickup-main .pickup-swiper {
  display: none;
}
@media screen and (max-width: 1540px) {
  .sec-pickup-main .pickup-swiper {
    display: block;
  }
}
.sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) {
  width: 459px;
  padding: 60px 32px 16px;
}
@media screen and (max-width: 1540px) {
  .sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) {
    padding: 16px 20px;
    width: 332px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) {
    width: 332rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) {
    width: 318rem;
  }
}
.sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-img {
  margin-bottom: 50px;
}
@media screen and (max-width: 1540px) {
  .sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-img {
    margin-bottom: 0;
  }
}
.sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-img img {
  width: 219px;
}
@media screen and (max-width: 1280px) {
  .sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-img img {
    width: 219rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-img img {
    width: 179rem;
  }
}
.sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-content {
  margin-bottom: 38px;
}
@media screen and (max-width: 1280px) {
  .sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-content {
    margin-bottom: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-content {
    margin-bottom: 16rem;
  }
}
.sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-content .sec-pickup__elem-ttl span {
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-content .sec-pickup__elem-ttl span {
    font-size: 16px;
  }
}
.sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-content .sec-pickup__elem-ttl p {
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-content .sec-pickup__elem-ttl p {
    font-size: 14px;
  }
}
.sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-content .sec-pickup__elem-txt p {
  font-size: 12px;
}
@media screen and (max-width: 1540px) {
  .sec-pickup-main .pickup-swiper .sec-pickup__elem:nth-child(1) .sec-pickup__elem-content .sec-pickup__elem-txt p {
    font-size: 10px;
  }
}
.sec-pickup-main-bpc {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 1540px) {
  .sec-pickup-main-bpc {
    display: none;
  }
}
.sec-pickup-main-bpc > .sec-pickup__elem {
  width: 459px;
  padding: 60px 32px 16px;
}
@media screen and (max-width: 1540px) {
  .sec-pickup-main-bpc > .sec-pickup__elem {
    padding: 16px 20px;
    width: 332px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-pickup-main-bpc > .sec-pickup__elem {
    width: 332rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup-main-bpc > .sec-pickup__elem {
    width: 318rem;
  }
}
.sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-img {
  margin-bottom: 50px;
}
@media screen and (max-width: 1540px) {
  .sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-img {
    margin-bottom: 0;
  }
}
.sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-img img {
  width: 219px;
}
@media screen and (max-width: 1280px) {
  .sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-img img {
    width: 219rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-img img {
    width: 179rem;
  }
}
.sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-content {
  margin-bottom: 38px;
}
@media screen and (max-width: 1280px) {
  .sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-content {
    margin-bottom: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-content {
    margin-bottom: 16rem;
  }
}
.sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-content .sec-pickup__elem-ttl span {
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-content .sec-pickup__elem-ttl span {
    font-size: 16px;
  }
}
.sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-content .sec-pickup__elem-ttl p {
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-content .sec-pickup__elem-ttl p {
    font-size: 14px;
  }
}
.sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-content .sec-pickup__elem-txt p {
  font-size: 12px;
}
@media screen and (max-width: 1540px) {
  .sec-pickup-main-bpc > .sec-pickup__elem .sec-pickup__elem-content .sec-pickup__elem-txt p {
    font-size: 10px;
  }
}
.sec-pickup-main-bpc-grid {
  gap: 42px 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sec-pickup-main-bpc-grid .sec-pickup__elem {
  width: 283px;
}
.sec-pickup-main-bpc-grid .sec-pickup__elem:not(:last-child) {
  margin-right: 0;
}
.sec-pickup-main-bpc-grid .sec-pickup__elem:nth-child(1) {
  width: 283px;
}
.sec-pickup-main-bpc-grid .sec-pickup__elem:nth-child(1) .sec-pickup__elem-img img {
  width: 179px;
}
.sec-pickup-main-bpc-grid .sec-pickup__elem:nth-child(1) .sec-pickup__elem-content {
  margin-bottom: 23px;
}

.sec-treatment {
  padding: 160px 0;
}
@media screen and (max-width: 1540px) {
  .sec-treatment {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1280px) {
  .sec-treatment {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment {
    padding: 80rem 0;
  }
}
.sec-treatment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1540px) {
  .sec-treatment-head {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-treatment-head {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment-head {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment-head-btn {
    display: none;
  }
}
.sec-treatment-btns__wrap {
  width: 100%;
  overflow-x: auto;
}
.sec-treatment-btns {
  border-bottom: 1px solid #D8C1B2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .sec-treatment-btns {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment-btns {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: 32rem;
  }
}
.sec-treatment-btn {
  padding: 16px 40px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1540px) {
  .sec-treatment-btn {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment-btn {
    padding: 16rem 20rem;
  }
}
.sec-treatment-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #7C5B74;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.sec-treatment-btn span {
  color: #999999;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  font-family: "Yu Gothic Std", serif;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .sec-treatment-btn span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment-btn span {
    font-size: 16rem;
  }
}
.sec-treatment-btn.active::after {
  width: 100%;
}
.sec-treatment-btn.active span {
  color: #7C5B74;
}
.sec-treatment__elem {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem {
    margin-bottom: 80rem;
  }
}
.sec-treatment__elem-item {
  background: var(--g-color-white);
  border-radius: 8px;
  padding: 40px;
}
@media screen and (max-width: 1540px) {
  .sec-treatment__elem-item {
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem-item {
    padding: 32rem 16rem;
  }
}
.sec-treatment__elem-item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  .sec-treatment__elem-item:not(:last-child) {
    margin-bottom: 24rem;
  }
}
.sec-treatment__elem-item-head {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem-item-head {
    margin-bottom: 32rem;
  }
}
.sec-treatment__elem-item-head img {
  margin-right: 8px;
  width: 65px;
}
@media screen and (max-width: 1540px) {
  .sec-treatment__elem-item-head img {
    width: 54px;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem-item-head img {
    width: 54rem;
    margin-right: 8rem;
  }
}
.sec-treatment__elem-item-head p {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
}
@media screen and (max-width: 1540px) {
  .sec-treatment__elem-item-head p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem-item-head p {
    font-size: 16rem;
  }
}
.sec-treatment__elem-item__elem:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 1280px) {
  .sec-treatment__elem-item__elem:not(:last-child) {
    margin-bottom: 32rem;
  }
}
.sec-treatment__elem-item__elem-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem-item__elem-head {
    padding-bottom: 14rem;
    margin-bottom: 16rem;
  }
}
.sec-treatment__elem-item__elem-head > p {
  display: flex;
  align-items: center;
  justify-content: left;
}
.sec-treatment__elem-item__elem-head > p span {
  display: inline-block;
  margin-right: 8px;
  color: var(--g-color-black);
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Yu Gothic Std", serif;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .sec-treatment__elem-item__elem-head > p span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem-item__elem-head > p span {
    font-size: 16rem;
  }
}
.sec-treatment__elem-item__elem-head > p svg {
  width: 16px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem-item__elem-head > p svg {
    width: 16rem;
  }
}
.sec-treatment__elem-item__elem-head-btn.active svg {
  transform: rotate(0);
}
.sec-treatment__elem-item__elem-head-btn p {
  display: flex;
  align-items: center;
  justify-content: right;
  cursor: pointer;
}
.sec-treatment__elem-item__elem-head-btn p span {
  color: #BC8A4D;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Yu Gothic Std", serif;
  font-weight: 500;
  margin-right: 8px;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .sec-treatment__elem-item__elem-head-btn p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem-item__elem-head-btn p span {
    font-size: 14rem;
    margin-right: 8rem;
    display: none;
  }
}
.sec-treatment__elem-item__elem-head-btn p svg {
  width: 10px;
  transition: all 0.4s ease-in-out;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem-item__elem-head-btn p svg {
    width: 10rem;
  }
}
.sec-treatment__elem-item__elem-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  transition: all 0.4s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem-item__elem-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 8rem;
  }
}
.sec-treatment__elem-item__elem-main-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #F2F2F2;
  border-radius: 8px;
  padding: 0 18px 0 16px;
  transition: all 0.4s ease-in-out;
  height: 48px;
}
@media screen and (max-width: 1280px) {
  .sec-treatment__elem-item__elem-main-item a {
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem-item__elem-main-item a {
    height: 38rem;
    padding: 0 18rem 0 16rem;
  }
}
.sec-treatment__elem-item__elem-main-item a:hover {
  background: #E0E0E0;
}
.sec-treatment__elem-item__elem-main-item a span {
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .sec-treatment__elem-item__elem-main-item a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem-item__elem-main-item a span {
    font-size: 14rem;
  }
}
.sec-treatment__elem-item__elem-main-item a svg {
  width: 16px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-treatment__elem-item__elem-main-item a svg {
    width: 16rem;
  }
}
.sec-treatment-other-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  .sec-treatment-other-btns {
    gap: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment-other-btns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sec-treatment-other-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--g-color-white);
  height: 80px;
  border-radius: 8px;
  padding: 0 20px 0 24px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .sec-treatment-other-btn a {
    height: 80rem;
    padding: 0 20rem 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-treatment-other-btn a {
    height: 80rem;
    padding: 0 20rem 0 24rem;
  }
}
.sec-treatment-other-btn a:hover {
  background: #f7f2f6;
}
.sec-treatment-other-btn-txt {
  display: flex;
  align-items: center;
  justify-content: left;
}
.sec-treatment-other-btn-txt img {
  width: 20px;
  margin-right: 16px;
}
@media screen and (max-width: 1280px) {
  .sec-treatment-other-btn-txt img {
    width: 20rem;
    margin-right: 16rem;
  }
}
.sec-treatment-other-btn-txt span {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Futura PT", serif;
  color: var(--g-color-black);
}
@media screen and (max-width: 1280px) {
  .sec-treatment-other-btn-txt span {
    font-size: 20rem;
  }
}
.sec-treatment-other-btn-ico__wrap {
  display: flex;
  align-items: center;
  justify-content: right;
}
.sec-treatment-other-btn-ico__wrap span {
  margin-right: 8px;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-block;
  color: var(--g-color-black);
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .sec-treatment-other-btn-ico__wrap span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-treatment-other-btn-ico__wrap span {
    font-size: 12rem;
  }
}
.sec-treatment-other-btn-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #7C5B74;
}
@media screen and (max-width: 768px) {
  .sec-treatment-other-btn-ico {
    width: 20rem;
    height: 20rem;
  }
}
.sec-treatment-other-btn-ico svg {
  width: 8px;
}
@media screen and (max-width: 768px) {
  .sec-treatment-other-btn-ico svg {
    width: 8rem;
  }
}

.sec-doctor {
  background: var(--g-color-white);
  padding: 120px 0;
}
@media screen and (max-width: 1280px) {
  .sec-doctor {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-doctor {
    padding: 80rem 0;
  }
}
.sec-doctor-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
  .sec-doctor-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-doctor-ttl {
    margin-bottom: 30rem;
  }
}
.sec-doctor-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-doctor-main {
    flex-direction: column;
  }
}
.sec-doctor-img {
  overflow: hidden;
  border-radius: 8px;
  width: 433px;
  height: 504px;
}
@media screen and (max-width: 1540px) {
  .sec-doctor-img {
    width: 360px;
    height: 420px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-doctor-img {
    width: 360rem;
    height: 420rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-doctor-img {
    width: 100%;
    height: 350rem;
    margin-bottom: 22rem;
  }
}
.sec-doctor-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-doctor-content {
  width: 597px;
}
@media screen and (max-width: 1540px) {
  .sec-doctor-content {
    width: 466px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-doctor-content {
    width: 466rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-doctor-content {
    width: 100%;
  }
}
.sec-doctor-content > p {
  margin-bottom: 46px;
  line-height: 1.5;
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  font-family: "Yu Gothic Std", serif;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .sec-doctor-content > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-doctor-content > p {
    margin-bottom: 46rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-doctor-content > p {
    margin-bottom: 40rem;
    padding: 0 16rem;
  }
}
.sec-doctor-name {
  margin-bottom: 36px;
}
@media screen and (max-width: 1280px) {
  .sec-doctor-name {
    margin-bottom: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-doctor-name {
    margin-bottom: 32rem;
    padding: 0 16rem;
  }
}
.sec-doctor-name span {
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: "Yu Gothic Std", serif;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .sec-doctor-name span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec-doctor-name span {
    font-size: 12rem;
  }
}
.sec-doctor-name span.sec-doctor-name-en {
  letter-spacing: 0.05em;
  font-family: "Futura PT", serif;
  line-height: 1.2;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .sec-doctor-name span.sec-doctor-name-en {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec-doctor-name span.sec-doctor-name-en {
    font-size: 14rem;
  }
}
.sec-doctor-name p {
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-family: "Yu Gothic Std", serif;
  font-size: 32px;
}
@media screen and (max-width: 1540px) {
  .sec-doctor-name p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec-doctor-name p {
    font-size: 24rem;
  }
}
.sec-doctor-name ul {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .sec-doctor-name ul {
    margin-top: 14rem;
  }
}
.sec-doctor-name ul li:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .sec-doctor-name ul li:not(:last-child) {
    margin-right: 8rem;
  }
}
.sec-doctor-name ul li img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .sec-doctor-name ul li img {
    width: 20rem;
  }
}
.sec-doctor-msg {
  background: #FAF8F7;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 1280px) {
  .sec-doctor-msg {
    padding: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-doctor-msg {
    padding: 16rem;
  }
}
.sec-doctor-msg-ttl {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .sec-doctor-msg-ttl {
    margin-bottom: 16rem;
  }
}
.sec-doctor-msg-ttl img {
  width: 18px;
  margin-right: 6px;
}
@media screen and (max-width: 1280px) {
  .sec-doctor-msg-ttl img {
    width: 18rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-doctor-msg-ttl img {
    width: 20rem;
    margin-right: 8rem;
  }
}
.sec-doctor-msg-ttl p {
  font-size: 14px;
  font-family: "Futura PT", serif;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 1.2;
}
@media screen and (max-width: 1280px) {
  .sec-doctor-msg-ttl p {
    font-size: 14rem;
  }
}
.sec-doctor-msg > p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  font-family: "Yu Gothic Std", serif;
}
@media screen and (max-width: 1280px) {
  .sec-doctor-msg > p {
    font-size: 14rem;
  }
}

.sec-faq {
  background: var(--g-color-white);
  padding-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .sec-faq {
    padding-bottom: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq {
    padding-bottom: 80rem;
  }
}
.sec-faq-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
  .sec-faq-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq-ttl {
    margin-bottom: 30rem;
  }
}
.sec-faq__elem:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .sec-faq__elem:not(:last-child) {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq__elem:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.sec-faq__elem-q {
  background: #EEE9E5;
  border-radius: 4px;
  padding: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .sec-faq__elem-q {
    padding: 16rem;
  }
}
.sec-faq__elem-q::before, .sec-faq__elem-q::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #BC8A4D;
  transition: transform 0.4s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  position: absolute;
}
@media screen and (max-width: 1280px) {
  .sec-faq__elem-q::before, .sec-faq__elem-q::after {
    right: 24rem;
  }
}
.sec-faq__elem-q::after {
  transform: translateY(-50%) rotate(90deg);
}
.sec-faq__elem-q.active::after {
  transform: translateY(-50%) rotate(0deg);
}
.sec-faq__elem-q span {
  font-family: "Futura PT", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  line-height: 1.7;
  margin-right: 8px;
  display: block;
}
@media screen and (max-width: 1280px) {
  .sec-faq__elem-q span {
    margin-right: 8rem;
    font-size: 20rem;
  }
}
.sec-faq__elem-q p {
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--g-color-black);
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .sec-faq__elem-q p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-faq__elem-q p {
    font-size: 14rem;
  }
}
.sec-faq__elem-a {
  background: var(--g-color-white);
  border: 0px solid #D8C1B2;
  border-radius: 4px;
  padding: 0 18px;
  display: flex;
  align-items: start;
  justify-content: left;
  margin-top: 8px;
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .sec-faq__elem-a {
    padding: 0 18rem;
  }
}
.sec-faq__elem-a.active {
  border: 1px solid #D8C1B2;
}
.sec-faq__elem-a span {
  font-family: "Futura PT", serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 1.2;
  margin-right: 12px;
  display: block;
  padding: 24px 0;
}
@media screen and (max-width: 1280px) {
  .sec-faq__elem-a span {
    font-size: 20rem;
    margin-right: 12rem;
    padding: 24rem 0;
  }
}
.sec-faq__elem-a p {
  line-height: 1.5;
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  font-family: "Yu Gothic Std", serif;
  padding: 24px 0;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .sec-faq__elem-a p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-faq__elem-a p {
    padding: 24rem 0;
    font-size: 14rem;
  }
}

.sec-case {
  background: var(--g-color-white);
  padding: 120px 0;
  display: none;
}
@media screen and (max-width: 1280px) {
  .sec-case {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-case {
    padding: 80rem 0;
  }
}
.sec-case-ttl {
  margin-bottom: 52px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .sec-case-ttl {
    margin-bottom: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-case-ttl {
    margin-bottom: 30rem;
  }
}
.sec-case-ttl p {
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Futura PT", serif;
  font-weight: 300;
  color: #C4B1A2;
  font-size: 56px;
}
@media screen and (max-width: 1540px) {
  .sec-case-ttl p {
    font-size: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-case-ttl p {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-case-ttl p {
    font-size: 24rem;
  }
}
.sec-case-ttl h2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
}
@media screen and (max-width: 1280px) {
  .sec-case-ttl h2 {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-case-ttl h2 {
    font-size: 12rem;
  }
}
.sec-case-main .swiper-container {
  margin-bottom: 56px;
}
@media screen and (max-width: 1280px) {
  .sec-case-main .swiper-container {
    margin-bottom: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-case-main .swiper-container {
    margin-bottom: 40rem;
  }
}
.sec-case-main .swiper-container .swiper-controller {
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .sec-case-main .swiper-container .swiper-controller {
    margin-top: 40rem;
  }
}
.sec-case-main .swiper-container .swiper-progress-bar {
  background: #E0E0E0;
  overflow: hidden;
  width: 100%;
  height: 3px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sec-case-main .swiper-container .swiper-progress-bar {
    height: 5px;
  }
}
.sec-case-main .swiper-container .swiper-progress-bar span {
  height: 100%;
  width: 30%;
  background: #D8C1B2;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: all 0.4s ease;
}
.sec-case__elem {
  width: 320px;
}
@media screen and (max-width: 1540px) {
  .sec-case__elem {
    width: 241px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-case__elem {
    width: 241rem;
  }
}
.sec-case__elem:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 1280px) {
  .sec-case__elem:not(:last-child) {
    margin-right: 16rem;
  }
}
.sec-case__elem a {
  display: block;
  width: 100%;
}
.sec-case__elem a:hover img {
  transform: scale(1.1);
}
.sec-case__elem-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin-bottom: 16px;
  height: 320px;
}
@media screen and (max-width: 1540px) {
  .sec-case__elem-img {
    height: 241px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-case__elem-img {
    margin-bottom: 16rem;
    height: 241rem;
  }
}
.sec-case__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.sec-case__elem-img-insta {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
@media screen and (max-width: 1280px) {
  .sec-case__elem-img-insta {
    bottom: 16rem;
    right: 16rem;
  }
}
.sec-case__elem-img-insta img {
  width: 14px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-case__elem-img-insta img {
    width: 14rem;
  }
}
.sec-case__elem-ctgs {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 16px;
  gap: 4px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .sec-case__elem-ctgs {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-case__elem-ctgs {
    gap: 4rem;
  }
}
.sec-case__elem-ctgs span {
  color: #C4B1A2;
  font-family: "Yu Gothic Std", serif;
  line-height: 1;
  font-weight: 500;
  padding: 4px 8px;
  border: 1px solid #C4B1A2;
  border-radius: 100px;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .sec-case__elem-ctgs span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec-case__elem-ctgs span {
    font-size: 12rem;
    padding: 4px 8rem;
  }
}
.sec-case__elem-ttl p {
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--g-color-black);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .sec-case__elem-ttl p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-case__elem-ttl p {
    font-size: 14rem;
  }
}
.sec-case-btn {
  text-align: center;
}
.sec-case-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 47px;
  border-radius: 100px;
  border: 1px solid #493A46;
  gap: 8px;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sec-case-btn a {
    padding: 15rem 47rem;
    gap: 8rem;
  }
}
.sec-case-btn a:hover {
  background: #493A46;
}
.sec-case-btn a:hover span {
  color: var(--g-color-white);
}
.sec-case-btn a:hover svg path {
  fill: var(--g-color-white);
}
.sec-case-btn a img {
  width: 14px;
}
@media screen and (max-width: 768px) {
  .sec-case-btn a img {
    width: 14rem;
  }
}
.sec-case-btn a span {
  color: #493A46;
  font-family: "Futura PT", serif;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .sec-case-btn a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec-case-btn a span {
    font-size: 14rem;
  }
}
.sec-case-btn a svg {
  width: 11px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-case-btn a svg {
    width: 11rem;
  }
}
.sec-case-btn a svg path {
  transition: all 0.4s ease-in-out;
}

.campaign-main {
  border-bottom: 1px solid #D8C1B2;
  padding: 160px 0;
}
@media screen and (max-width: 1540px) {
  .campaign-main {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1280px) {
  .campaign-main {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .campaign-main {
    padding: 80rem 0;
  }
}
.campaign-main-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 44px;
  gap: 40px 24px;
}
@media screen and (max-width: 1540px) {
  .campaign-main-list {
    gap: 64px 32px;
  }
}
@media screen and (max-width: 1280px) {
  .campaign-main-list {
    padding: 0 44rem;
    gap: 64rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign-main-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 28rem;
    padding: 0 16rem;
  }
}
.campaign-main-list__elem {
  width: 350px;
}
@media screen and (max-width: 1540px) {
  .campaign-main-list__elem {
    width: 240px;
  }
}
@media screen and (max-width: 1280px) {
  .campaign-main-list__elem {
    width: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign-main-list__elem {
    width: 100%;
  }
}
.campaign-main-list__elem a {
  display: block;
  width: 100%;
}
.campaign-main-list__elem a:hover img {
  transform: scale(1.1);
}
.campaign-main-list__elem-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  height: 350px;
}
@media screen and (max-width: 1540px) {
  .campaign-main-list__elem-img {
    height: 240px;
  }
}
@media screen and (max-width: 1280px) {
  .campaign-main-list__elem-img {
    margin-bottom: 16rem;
    height: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign-main-list__elem-img {
    height: 318rem;
  }
}
.campaign-main-list__elem-img img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.campaign-main-list__elem-txt span {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 5px;
  color: #999999;
  letter-spacing: 0.1em;
  font-family: "Yu Gothic Std", serif;
  line-height: 1;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .campaign-main-list__elem-txt span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .campaign-main-list__elem-txt span {
    font-size: 12rem;
  }
}
.campaign-main-list__elem-txt span svg {
  width: 12px;
  height: auto;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .campaign-main-list__elem-txt span svg {
    width: 12rem;
    margin-right: 4rem;
  }
}
.campaign-main-list__elem-txt p {
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .campaign-main-list__elem-txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .campaign-main-list__elem-txt p {
    font-size: 14rem;
  }
}

.treatment-main {
  overflow: unset;
  background: var(--g-color-white);
}
.treatment-main-btns {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1540px) {
  .treatment-main-btns {
    max-width: 100%;
  }
}
.treatment-main-btns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.treatment-main-btn {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  height: 80px;
  background: #F2F2F2;
}
@media screen and (max-width: 1540px) {
  .treatment-main-btn {
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-btn {
    height: 40rem;
  }
}
.treatment-main-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #BC8A4D;
  height: 0;
  transition: all 0.4s ease-in-out;
}
.treatment-main-btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
.treatment-main-btn-ico {
  width: 45px;
  height: 45px;
  margin-right: 8px;
  position: relative;
}
@media screen and (max-width: 1540px) {
  .treatment-main-btn-ico {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-btn-ico {
    width: 24rem;
    height: 24rem;
    margin-right: 4rem;
  }
}
.treatment-main-btn-ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.treatment-main-btn-ico img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}
.treatment-main-btn > span {
  display: inline-block;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
  font-size: 17px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-btn > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-btn > span {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-btn > span span {
    display: none;
  }
}
.treatment-main-btn.active {
  background: var(--g-color-white);
}
.treatment-main-btn.active .treatment-main-btn-ico img:nth-child(2) {
  opacity: 1;
}
.treatment-main-btn.active::before {
  height: 7px;
}
@media screen and (max-width: 768px) {
  .treatment-main-btn.active::before {
    height: 4rem;
  }
}
.treatment-main-content-container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-container {
    max-width: 100%;
  }
}
.treatment-main-content__wrap-btns__wrap {
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .treatment-main-content__wrap-btns__wrap {
    overflow-x: auto;
  }
}
.treatment-main-content__wrap-btns__wrap._change {
  opacity: 0;
  filter: blur(10px);
}
.treatment-main-content__wrap-btns {
  align-items: center;
  justify-content: center;
  background: var(--g-color-white);
  border-bottom: 1px solid #D8C1B2;
  width: 100%;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  display: none;
  filter: blur(10px);
}
@media screen and (max-width: 1540px) {
  .treatment-main-content__wrap-btns {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content__wrap-btns {
    padding: 0 16rem;
    padding-top: 15rem;
    width: -moz-max-content;
    width: max-content;
  }
}
.treatment-main-content__wrap-btns.active {
  opacity: 1;
  visibility: visible;
  display: flex;
  filter: blur(0);
}
.treatment-main-content__wrap-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  padding: 0 25px;
  height: 50px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content__wrap-btn {
    height: 40px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content__wrap-btn {
    height: 40rem;
    padding: 14rem 20rem;
  }
}
.treatment-main-content__wrap-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.4s ease-in-out;
  width: 0;
  height: 2px;
  background: #BC8A4D;
}
.treatment-main-content__wrap-btn:hover::after {
  width: 100%;
}
.treatment-main-content__wrap-btn span {
  color: #999999;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  font-family: "Yu Gothic Std", serif;
  display: inline-block;
  font-size: 17px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content__wrap-btn span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content__wrap-btn span {
    font-size: 16rem;
  }
}
.treatment-main-content__wrap-btn.active span {
  color: #BC8A4D;
}
.treatment-main-content__wrap-btn.active::after {
  width: 100%;
}
.treatment-main-content {
  background: var(--g-color-white);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .treatment-main-content {
    flex-direction: column-reverse;
  }
}
.treatment-main-content-sidebar {
  width: 26%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-sidebar {
    padding: 0 20rem 80rem 20rem;
    width: 100%;
  }
}
.treatment-main-content-sidebar::after {
  content: "";
  height: 100%;
  width: 200%;
  right: 0;
  background: #FAF8F7;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-sidebar::after {
    display: none;
  }
}
.treatment-main-content-sidebar-main {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #FAF8F7;
  z-index: 1;
  padding: 46px 64px;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-sidebar-main {
    padding: 32rem;
    position: relative;
  }
}
.treatment-main-content-sidebar-ttl p {
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 1;
  margin-bottom: 32px;
  font-weight: 300;
  font-family: "Futura PT", serif;
  font-size: 26px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-sidebar-ttl p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-sidebar-ttl p {
    font-size: 24rem;
    margin-bottom: 32rem;
  }
}
.treatment-main-content-sidebar-list {
  position: relative;
}
.treatment-main-content-sidebar-list__elem {
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  filter: blur(10px);
}
.treatment-main-content-sidebar-list__elem:first-child {
  position: unset;
}
.treatment-main-content-sidebar-list__elem.active {
  filter: blur(0);
  opacity: 1;
  visibility: visible;
}
.treatment-main-content-sidebar-list__elem:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-sidebar-list__elem:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .treatment-main-content-sidebar-list__elem:not(:last-child) {
    margin-bottom: 32px;
  }
}
.treatment-main-content-sidebar-list__elem > p {
  color: #BC8A4D;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
  padding: 8px 0;
  border-bottom: 1px solid #BC8A4D;
  margin-bottom: 24px;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-sidebar-list__elem > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-sidebar-list__elem > p {
    font-size: 14rem;
    padding: 8rem 0;
    margin-bottom: 24rem;
  }
}
.treatment-main-content-sidebar-list__elem ul li {
  transition: all 0.4s ease-in-out;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
  color: #999999;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-sidebar-list__elem ul li {
    font-size: 12rem;
  }
}
.treatment-main-content-sidebar-list__elem ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7C5B74;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-sidebar-list__elem ul li::after {
    width: 8rem;
    height: 8rem;
  }
}
.treatment-main-content-sidebar-list__elem ul li:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-sidebar-list__elem ul li:last-child {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .treatment-main-content-sidebar-list__elem ul li:last-child {
    margin-bottom: 32px;
  }
}
.treatment-main-content-sidebar-list__elem ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-sidebar-list__elem ul li:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.treatment-main-content-sidebar-list__elem ul li.active {
  color: #7C5B74;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-sidebar-list__elem ul li.active {
    padding-left: 12rem;
  }
}
.treatment-main-content-sidebar-list__elem ul li.active::after {
  opacity: 1;
}
.treatment-main-content-sidebar-list-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: var(--g-color-white);
  border-radius: 8px;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 14px;
  height: 44px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-sidebar-list-btn a {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-sidebar-list-btn a {
    height: 40rem;
    padding: 0 14rem;
  }
}
.treatment-main-content-sidebar-list-btn-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.treatment-main-content-sidebar-list-btn-txt svg {
  width: 12px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-sidebar-list-btn-txt svg {
    width: 12rem;
    margin-right: 8rem;
  }
}
.treatment-main-content-sidebar-list-btn-txt span {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--g-color-black);
}
@media screen and (max-width: 768px) {
  .treatment-main-content-sidebar-list-btn-txt span {
    font-size: 12rem;
  }
}
.treatment-main-content-sidebar-list-btn-ico {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7C5B74;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-sidebar-list-btn-ico {
    width: 20rem;
    height: 20rem;
  }
}
.treatment-main-content-sidebar-list-btn-ico svg {
  width: 8px;
  height: auto;
}
.treatment-main-content-main {
  width: 74%;
  background: var(--g-color-white);
  padding: 70px 0 150px 108px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main {
    padding: 46px 64px 150px;
  }
}
@media screen and (max-width: 1280px) {
  .treatment-main-content-main {
    padding: 46rem 64rem 150rem;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main {
    width: 100%;
    padding: 60rem 20rem;
  }
}
.treatment-main-content-main._change {
  opacity: 0;
  filter: blur(10px);
}
.treatment-main-content-main__elem {
  width: 100%;
  max-width: 960px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: none;
  filter: blur(10px);
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem {
    max-width: 826px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem {
    max-width: 100%;
  }
}
.treatment-main-content-main__elem.active {
  filter: blur(0);
  opacity: 1;
  visibility: visible;
  display: block;
}
.treatment-main-content-main__elem-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-ttl {
    margin-bottom: 30rem;
  }
}
.treatment-main-content-main__elem-ttl p {
  font-size: 32px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-ttl p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-ttl p {
    font-size: 20rem;
  }
}
.treatment-main-content-main__elem-content > p {
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  margin-bottom: 24px;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-content > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-content > p {
    font-size: 14rem;
    margin-bottom: 24rem;
  }
}
.treatment-main-content-main__elem-sttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-sttl {
    margin-bottom: 30rem;
  }
}
.treatment-main-content-main__elem-sttl._nomargin {
  margin-bottom: 0;
}
.treatment-main-content-main__elem-sttl p {
  color: #BC8A4D;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: "Yu Gothic Std", serif;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-sttl p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-sttl p {
    font-size: 16rem;
  }
}
.treatment-main-content-main__elem-sttl:first-child {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-sttl:first-child {
    padding-left: 40rem;
  }
}
.treatment-main-content-main__elem-sttl:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 1px;
  background: #BC8A4D;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-sttl:first-child::before {
    width: 32rem;
  }
}
.treatment-main-content-main__elem-ttl {
  margin-bottom: 32px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-ttl {
    margin-bottom: 32rem;
  }
}
.treatment-main-content-main__elem-ttl p {
  position: relative;
  padding: 16px 0;
  display: inline-block;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
  font-size: 24px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-ttl p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-ttl p {
    font-size: 20rem;
    padding: 16rem 0;
  }
}
.treatment-main-content-main__elem-ttl p::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #BC8A4D;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.treatment-main-content-main__elem-manbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FAF8F7;
  margin-bottom: 50px;
  padding: 17px 40px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-manbox {
    padding: 15px 32px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-manbox {
    flex-direction: column;
    align-items: start;
    padding: 16rem;
    margin-bottom: 50rem;
  }
}
.treatment-main-content-main__elem-manbox-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-manbox-img {
    margin-bottom: 16rem;
    justify-content: left;
  }
}
.treatment-main-content-main__elem-manbox-img-main {
  width: 104px;
  margin-right: 18px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-manbox-img-main {
    margin-right: 16px;
    width: 89px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-manbox-img-main {
    width: 89rem;
    margin-right: 16rem;
  }
}
.treatment-main-content-main__elem-manbox-img-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.treatment-main-content-main__elem-manbox-img-name span {
  line-height: 1;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-manbox-img-name span {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-manbox-img-name span {
    font-size: 10rem;
  }
}
.treatment-main-content-main__elem-manbox-img-name p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-manbox-img-name p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-manbox-img-name p {
    font-size: 14rem;
  }
}
.treatment-main-content-main__elem-manbox-content {
  width: 70%;
  position: relative;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-manbox-content {
    width: 100%;
    padding: 32rem 0;
  }
}
.treatment-main-content-main__elem-manbox-content img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 36px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-manbox-content img {
    width: 32px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-manbox-content img {
    width: 32rem;
  }
}
.treatment-main-content-main__elem-manbox-content img:last-child {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.treatment-main-content-main__elem-manbox-content p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-manbox-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-manbox-content p {
    font-size: 14rem;
  }
}
.treatment-main-content-main__elem-box {
  border: 1px solid #BC8A4D;
  padding: 32px;
  position: relative;
  margin: 56px 0;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-box {
    padding: 32rem 16rem;
    margin: 56rem 0;
  }
}
.treatment-main-content-main__elem-box-ttl {
  position: absolute;
  left: 32px;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-box-ttl {
    left: 16rem;
  }
}
.treatment-main-content-main__elem-box-ttl p {
  color: var(--g-color-black);
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  background: var(--g-color-white);
  padding: 0 5px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-box-ttl p {
    font-size: 16rem;
  }
}
.treatment-main-content-main__elem-box ul li {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-box ul li {
    font-size: 14rem;
  }
}
.treatment-main-content-main__elem-item > p {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
  margin-bottom: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-item > p {
    font-size: 12rem;
  }
}
.treatment-main-content-main__elem-item-ttl {
  padding: 14px 24px;
  background: #FAF8F7;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-item-ttl {
    padding: 14rem 24rem;
    margin-bottom: 32rem;
  }
}
.treatment-main-content-main__elem-item-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #D8C1B2;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-item-ttl::after {
    width: 8rem;
  }
}
.treatment-main-content-main__elem-item-ttl p {
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-item-ttl p {
    font-size: 16px;
  }
}
.treatment-main-content-main__elem-item-price__elem {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-item-price__elem {
    display: block;
    margin-bottom: 24rem;
    padding-bottom: 20rem;
  }
}
.treatment-main-content-main__elem-item-price__elem:last-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-item-price__elem:last-child {
    margin-bottom: 50rem;
  }
}
.treatment-main-content-main__elem-item-price__elem p:first-child {
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-item-price__elem p:first-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-item-price__elem p:first-child {
    margin-bottom: 10rem;
    font-size: 16rem;
  }
}
.treatment-main-content-main__elem-item-price__elem p:last-child {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  text-align: right;
  font-weight: 300;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-item-price__elem p:last-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-item-price__elem p:last-child {
    font-size: 16rem;
  }
}
.treatment-main-content-main__elem-item-price__elem p:last-child span {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-item-price__elem p:last-child span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-item-price__elem p:last-child span {
    font-size: 20rem;
    margin-bottom: 10rem;
  }
}
.treatment-main-content-main__elem-item-tb__elem {
  display: flex;
  align-items: stretch;
  justify-content: left;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-item-tb__elem {
    display: block;
  }
}
.treatment-main-content-main__elem-item-tb__elem-name {
  width: 25%;
  background: #D8C1B2;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-item-tb__elem-name {
    padding: 10rem 16rem;
    width: 100%;
  }
}
.treatment-main-content-main__elem-item-tb__elem-name p {
  color: var(--g-color-white);
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Yu Gothic Std", serif;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1540px) {
  .treatment-main-content-main__elem-item-tb__elem-name p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-item-tb__elem-name p {
    font-size: 14rem;
  }
}
.treatment-main-content-main__elem-item-tb__elem-content {
  max-width: 100%;
  width: 100%;
  padding: 15px 25px;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-item-tb__elem-content {
    padding: 16rem;
  }
}
.treatment-main-content-main__elem-item-tb__elem-content ul li {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .treatment-main-content-main__elem-item-tb__elem-content ul li {
    font-size: 12rem;
  }
}

.clinic-intro {
  position: relative;
}
@media screen and (max-width: 768px) {
  .clinic-intro {
    padding-bottom: 80rem;
  }
}
.clinic-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: var(--g-color-white);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .clinic-intro::before {
    height: 100%;
  }
}
.clinic-intro .container {
  z-index: 2;
  position: relative;
}
.clinic-intro-logo {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1540px) {
  .clinic-intro-logo {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .clinic-intro-logo {
    margin-bottom: 32rem;
  }
}
.clinic-intro-logo img {
  width: 560px;
}
@media screen and (max-width: 1540px) {
  .clinic-intro-logo img {
    width: 440px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-intro-logo img {
    width: 440rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-intro-logo img {
    width: 286rem;
  }
}
.clinic-intro-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .clinic-intro-main {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .clinic-intro-img {
    margin-bottom: 40rem;
  }
}
.clinic-intro-img img {
  width: 403px;
}
@media screen and (max-width: 1540px) {
  .clinic-intro-img img {
    width: 332px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-intro-img img {
    width: 332rem;
  }
}
.clinic-intro-content {
  max-width: 614px;
  width: 100%;
  padding-top: 42px;
}
@media screen and (max-width: 1540px) {
  .clinic-intro-content {
    padding-top: 26px;
    max-width: 508px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-intro-content {
    max-width: 508rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-intro-content {
    max-width: 100%;
  }
}
.clinic-intro-ttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 1280px) {
  .clinic-intro-ttl {
    margin-bottom: 32rem;
  }
}
.clinic-intro-ttl p {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--g-color-black);
  position: relative;
  font-family: "Futura PT", serif;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 16px;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .clinic-intro-ttl p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .clinic-intro-ttl p {
    margin-bottom: 16rem;
    padding-left: 16rem;
    font-size: 14rem;
  }
}
.clinic-intro-ttl p::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #7C5B74;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .clinic-intro-ttl p::after {
    width: 12rem;
    height: 12rem;
  }
}
.clinic-intro-ttl h2 {
  color: #BC8A4D;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
  font-size: 40px;
}
@media screen and (max-width: 1540px) {
  .clinic-intro-ttl h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .clinic-intro-ttl h2 {
    font-size: 21rem;
  }
}
.clinic-intro-ttl h2 br {
  display: block;
}
@media screen and (max-width: 1540px) {
  .clinic-intro-ttl h2 br {
    display: none;
  }
}
.clinic-intro-txt p {
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .clinic-intro-txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-intro-txt p {
    font-size: 14rem;
  }
}
.clinic-intro-txt p:first-child {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1540px) {
  .clinic-intro-txt p:first-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-intro-txt p:first-child {
    margin-bottom: 16rem;
    font-size: 16rem;
  }
}

.clinic-point {
  padding: 80px 0 120px;
}
@media screen and (max-width: 1280px) {
  .clinic-point {
    padding: 80rem 0 120rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-point {
    padding: 80rem 0;
  }
}
.clinic-point-ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 1280px) {
  .clinic-point-ttl {
    margin-bottom: 56rem;
  }
}
.clinic-point-ttl h2 {
  text-align: center;
  position: relative;
  font-family: "Yu Gothic Std", serif;
  line-height: 2;
  color: var(--g-color-black);
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 1540px) {
  .clinic-point-ttl h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .clinic-point-ttl h2 {
    font-size: 20rem;
  }
}
.clinic-point-ttl h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #BC8A4D;
  width: 200px;
}
@media screen and (max-width: 1540px) {
  .clinic-point-ttl h2::before {
    width: 120px;
  }
}
.clinic-point-main {
  padding: 0 106px;
}
@media screen and (max-width: 1540px) {
  .clinic-point-main {
    padding: 0;
  }
}
.clinic-point-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
  background: var(--g-color-white);
  border-radius: 8px;
}
@media screen and (max-width: 1280px) {
  .clinic-point-item {
    padding: 24rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-point-item {
    padding: 16rem;
    align-items: start;
  }
}
.clinic-point-item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .clinic-point-item:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.clinic-point-item-num {
  width: 86px;
  margin-right: 24px;
}
@media screen and (max-width: 1280px) {
  .clinic-point-item-num {
    margin-right: 24rem;
    width: 86rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-point-item-num {
    width: 60rem;
    margin-right: 16rem;
  }
}
.clinic-point-item-num img {
  width: 100%;
}
.clinic-point-item-txt {
  max-width: 100%;
  width: 100%;
}
.clinic-point-item-txt p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  .clinic-point-item-txt p {
    font-size: 14rem;
  }
}
.clinic-point-item-txt p:first-child {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 600;
  color: #BC8A4D;
}
@media screen and (max-width: 1280px) {
  .clinic-point-item-txt p:first-child {
    font-size: 20rem;
  }
}

.clinic-doctor {
  padding-bottom: 160px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-doctor {
    padding-bottom: 120rem;
  }
}
.clinic-doctor-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-ttl {
    margin-bottom: 48rem;
  }
}
.clinic-doctor-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .clinic-doctor-main {
    flex-direction: column;
  }
}
.clinic-doctor-img {
  overflow: hidden;
  border-radius: 8px;
  width: 433px;
  height: 504px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-img {
    width: 360px;
    height: 420px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-img {
    width: 360rem;
    height: 420rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-doctor-img {
    width: 100%;
    height: 350rem;
    margin-bottom: 22rem;
  }
}
.clinic-doctor-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clinic-doctor-content {
  width: 598px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-content {
    width: 466px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-content {
    width: 466rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-doctor-content {
    width: 100%;
  }
}
.clinic-doctor-content > p {
  margin-bottom: 32px;
  line-height: 1.5;
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  font-family: "Yu Gothic Std", serif;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-content > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-content > p {
    margin-bottom: 32rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-doctor-content > p {
    margin-bottom: 40rem;
    padding: 0 16rem;
  }
}
.clinic-doctor-name {
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-name {
    margin-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-doctor-name {
    margin-bottom: 32rem;
    padding: 0 16rem;
  }
}
.clinic-doctor-name span {
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: "Yu Gothic Std", serif;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-name span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .clinic-doctor-name span {
    font-size: 12rem;
  }
}
.clinic-doctor-name span.sec-doctor-name-en {
  letter-spacing: 0.05em;
  font-family: "Futura PT", serif;
  line-height: 1.2;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-name span.sec-doctor-name-en {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .clinic-doctor-name span.sec-doctor-name-en {
    font-size: 14rem;
  }
}
.clinic-doctor-name p {
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-family: "Yu Gothic Std", serif;
  font-size: 32px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-name p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .clinic-doctor-name p {
    font-size: 24rem;
  }
}
.clinic-doctor-name ul {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .clinic-doctor-name ul {
    margin-top: 10rem;
  }
}
.clinic-doctor-name ul li:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .clinic-doctor-name ul li:not(:last-child) {
    margin-right: 8rem;
  }
}
.clinic-doctor-name ul li img {
  width: 32px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-name ul li img {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .clinic-doctor-name ul li img {
    width: 20rem;
  }
}
.clinic-doctor-msg {
  background: #FAF8F7;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-msg {
    padding: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-doctor-msg {
    padding: 16rem;
  }
}
.clinic-doctor-msg-ttl {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-msg-ttl {
    margin-bottom: 16rem;
  }
}
.clinic-doctor-msg-ttl img {
  width: 18px;
  margin-right: 6px;
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-msg-ttl img {
    width: 18rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-doctor-msg-ttl img {
    width: 20rem;
    margin-right: 8rem;
  }
}
.clinic-doctor-msg-ttl p {
  font-size: 14px;
  font-family: "Futura PT", serif;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 1.2;
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-msg-ttl p {
    font-size: 14rem;
  }
}
.clinic-doctor-msg > p {
  line-height: 1.5;
  color: var(--g-color-black);
  letter-spacing: 0.1em;
  font-family: "Yu Gothic Std", serif;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-msg > p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-msg > p {
    font-size: 14rem;
  }
}
.clinic-doctor-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 80px;
  gap: 70px 56px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-items {
    gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-items {
    gap: 40rem;
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-doctor-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.clinic-doctor-item-ttl {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 16px;
}
.clinic-doctor-item-ttl p {
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 600;
  line-height: 1;
  padding: 6px 0;
  position: relative;
  display: inline-block;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-item-ttl p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-item-ttl p {
    font-size: 16rem;
  }
}
.clinic-doctor-item-ttl p::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #BC8A4D;
}
.clinic-doctor-item-content ul li {
  display: flex;
  align-items: start;
  justify-content: left;
}
.clinic-doctor-item-content ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-item-content ul li:not(:last-child) {
    margin-bottom: 12rem;
  }
}
.clinic-doctor-item-content ul li span,
.clinic-doctor-item-content ul li p {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-item-content ul li span,
  .clinic-doctor-item-content ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-item-content ul li span,
  .clinic-doctor-item-content ul li p {
    font-size: 14rem;
  }
}
.clinic-doctor-item-content ul li span {
  font-weight: bold;
  width: 20%;
}
.clinic-doctor-item-content ul li p {
  width: 80%;
  font-weight: 300;
}
.clinic-doctor-item-content > p {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: "Yu Gothic Std", serif;
  color: var(--g-color-black);
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-item-content > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-item-content > p {
    font-size: 14rem;
  }
}
.clinic-doctor-item-content > p span {
  font-weight: bold;
}
.clinic-doctor-item-content-btn {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
}
.clinic-doctor-item-content-btn:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-item-content-btn:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.clinic-doctor-item-content-btn svg {
  height: auto;
  margin-right: 8px;
  width: 22px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-item-content-btn svg {
    width: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-item-content-btn svg {
    width: 18rem;
  }
}
.clinic-doctor-item-content-btn span {
  color: #BC8A4D;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .clinic-doctor-item-content-btn span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-doctor-item-content-btn span {
    font-size: 12rem;
  }
}

.clinic-facilities {
  background: var(--g-color-white);
  display: none;
}
.clinic-facilities-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../img/main-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 720px;
}
@media screen and (max-width: 1540px) {
  .clinic-facilities-banner {
    height: 480px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-facilities-banner {
    height: 480rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-facilities-banner {
    height: 390rem;
  }
}
.clinic-facilities-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.clinic-facilities-banner h2 {
  position: relative;
  z-index: 2;
  font-family: "Futura PT", serif;
  letter-spacing: 0.05em;
  color: var(--g-color-white);
  font-weight: 300;
  line-height: 1.2;
  font-size: 64px;
}
@media screen and (max-width: 1540px) {
  .clinic-facilities-banner h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-facilities-banner h2 {
    font-size: 48rem;
  }
}
.clinic-facilities-banner p {
  position: relative;
  z-index: 2;
  font-family: "Yu Gothic Std", serif;
  letter-spacing: 0.1em;
  color: var(--g-color-white);
  font-weight: bold;
  line-height: 1.5;
  font-size: 24px;
}
@media screen and (max-width: 1540px) {
  .clinic-facilities-banner p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-facilities-banner p {
    font-size: 20rem;
  }
}
.clinic-facilities-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 24px;
  padding: 160px 0;
}
@media screen and (max-width: 1540px) {
  .clinic-facilities-main {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-facilities-main {
    gap: 64rem 24rem;
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .clinic-facilities-main {
    gap: 24rem;
    grid-template-columns: repeat(1, 1fr);
    padding: 80rem 0;
  }
}
.clinic-facilities__elem-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
  height: 218px;
}
@media screen and (max-width: 1540px) {
  .clinic-facilities__elem-img {
    height: 175px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-facilities__elem-img {
    height: 175rem;
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-facilities__elem-img {
    height: 218rem;
  }
}
.clinic-facilities__elem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clinic-facilities__elem-txt p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: bold;
}
@media screen and (max-width: 1540px) {
  .clinic-facilities__elem-txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-facilities__elem-txt p {
    font-size: 14rem;
  }
}
.clinic-facilities__elem-txt span {
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .clinic-facilities__elem-txt span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .clinic-facilities__elem-txt span {
    font-size: 12rem;
  }
}

.clinic-guide {
  padding: 160px 0;
}
@media screen and (max-width: 1540px) {
  .clinic-guide {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-guide {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .clinic-guide {
    padding: 80rem 0;
  }
}
.clinic-guide-ttl {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 1540px) {
  .clinic-guide-ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-guide-ttl {
    margin-bottom: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-guide-ttl {
    margin-bottom: 30rem;
  }
}
.clinic-guide-ttl h2 {
  font-family: "Futura PT", serif;
  letter-spacing: 0.05em;
  color: #D8C1B2;
  font-weight: 300;
  line-height: 1;
  font-size: 100px;
}
@media screen and (max-width: 1540px) {
  .clinic-guide-ttl h2 {
    font-size: 92px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-guide-ttl h2 {
    font-size: 92rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-guide-ttl h2 {
    font-size: 32rem;
  }
}
.clinic-guide-ttl p {
  font-family: "Yu Gothic Std", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .clinic-guide-ttl p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-guide-ttl p {
    font-size: 12rem;
  }
}
.clinic-guide-main {
  padding: 0 106px;
}
@media screen and (max-width: 1540px) {
  .clinic-guide-main {
    padding: 0;
  }
}
.clinic-guide-item {
  display: flex;
  align-items: stretch;
  justify-content: left;
  background: var(--g-color-white);
  border-radius: 8px;
  padding: 25px 0;
}
@media screen and (max-width: 1540px) {
  .clinic-guide-item {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item {
    padding: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .clinic-guide-item {
    padding: 0 16rem 20rem;
    flex-direction: column;
  }
}
.clinic-guide-item:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item:not(:last-child) {
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-guide-item:not(:last-child) {
    margin-bottom: 24rem;
  }
}
.clinic-guide-item-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E0E0E0;
  width: 220px;
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item-ttl {
    width: 220rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-guide-item-ttl {
    border-bottom: 1px solid #E0E0E0;
    border-right: none;
    width: 100%;
    padding: 14rem 0;
  }
}
.clinic-guide-item-ttl p {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item-ttl p {
    font-size: 16rem;
  }
}
.clinic-guide-item-content {
  max-width: 100%;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item-content {
    padding: 0 40rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-guide-item-content {
    padding: 0;
    padding-top: 30rem;
    text-align: center;
  }
}
.clinic-guide-item-content p {
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .clinic-guide-item-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item-content p {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-guide-item-content p {
    text-align: left;
  }
}
.clinic-guide-item-content-btns {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 16px 0;
}
@media screen and (max-width: 768px) {
  .clinic-guide-item-content-btns {
    flex-direction: column;
    width: 100%;
    gap: 8rem;
  }
}
.clinic-guide-item-content-btn {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .clinic-guide-item-content-btn {
    margin-right: 0;
    width: 100%;
  }
}
.clinic-guide-item-content-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  padding: 0 16px;
  width: 220px;
  height: 40px;
  background: #7C5B74;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .clinic-guide-item-content-btn a {
    width: 100%;
    height: 40rem;
    padding: 0 16rem;
  }
}
.clinic-guide-item-content-btn a:hover {
  background: #9c7e95;
}
.clinic-guide-item-content-btn-txt {
  display: flex;
  align-items: center;
  justify-content: left;
}
.clinic-guide-item-content-btn-txt img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .clinic-guide-item-content-btn-txt img {
    width: 20rem;
    margin-right: 16rem;
  }
}
.clinic-guide-item-content-btn-txt span {
  font-size: 12px;
  line-height: 1;
  color: var(--g-color-white);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .clinic-guide-item-content-btn-txt span {
    font-size: 12rem;
  }
}
.clinic-guide-item-content-btn-ico {
  width: 20px;
  height: 20px;
  background: var(--g-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .clinic-guide-item-content-btn-ico {
    width: 12rem;
    height: 12rem;
  }
}
.clinic-guide-item-content-btn-ico svg {
  width: 8px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .clinic-guide-item-content-btn-ico svg {
    width: 6rem;
  }
}
.clinic-guide-item-content-phone {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .clinic-guide-item-content-phone {
    flex-direction: column;
    width: 100%;
  }
}
.clinic-guide-item-content-phone a {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-right: 24px;
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item-content-phone a {
    margin-right: 24rem;
  }
}
.clinic-guide-item-content-phone a svg {
  width: 19px;
  margin-right: 8px;
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item-content-phone a svg {
    width: 19rem;
    margin-right: 8rem;
  }
}
.clinic-guide-item-content-phone a span {
  color: #7C5B74;
  font-size: 24px;
  font-family: "Yu Gothic Std", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item-content-phone a span {
    font-size: 24rem;
  }
}
.clinic-guide-item-content-phone p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item-content-phone p {
    font-size: 14rem;
  }
}
.clinic-guide-item-content > img {
  width: 280px;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item-content > img {
    width: 280rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .clinic-guide-item-content > img {
    margin: auto;
    margin-top: 10rem;
  }
}
.clinic-guide-item-step {
  display: flex;
  align-items: start;
  justify-content: left;
}
.clinic-guide-item-step:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item-step:not(:last-child) {
    margin-bottom: 12rem;
  }
}
.clinic-guide-item-step-img {
  width: 52px;
  margin-right: 16px;
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item-step-img {
    width: 52rem;
  }
}
.clinic-guide-item-step-img img {
  width: 100%;
}
.clinic-guide-item-step-txt {
  max-width: 100%;
  width: 100%;
}
.clinic-guide-item-step-txt p {
  font-weight: bold;
}
.clinic-guide-item-step-txt p:nth-child(2) {
  font-weight: 300;
  font-size: 12px;
}
@media screen and (max-width: 1280px) {
  .clinic-guide-item-step-txt p:nth-child(2) {
    font-size: 12rem;
  }
}

.clinic-faq {
  padding: 120px 0;
}
@media screen and (max-width: 1280px) {
  .clinic-faq {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .clinic-faq {
    padding: 80rem 0;
  }
}

.access-main {
  background: var(--g-color-white);
  padding-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .access-main {
    padding-bottom: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .access-main {
    padding-bottom: 80rem;
  }
}
.access-main-head-logo {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .access-main-head-logo {
    margin-bottom: 40rem;
  }
}
.access-main-head-logo img {
  width: 440px;
}
@media screen and (max-width: 1280px) {
  .access-main-head-logo img {
    width: 440rem;
  }
}
@media screen and (max-width: 768px) {
  .access-main-head-logo img {
    width: 286rem;
  }
}
.access-main-head-txt {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .access-main-head-txt {
    margin-bottom: 20rem;
  }
}
.access-main-head-txt p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  .access-main-head-txt p {
    font-size: 16rem;
  }
}
.access-main-head-btn {
  text-align: center;
}
.access-main-head-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  padding: 0 16px;
  width: 220px;
  height: 40px;
  background: #7C5B74;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .access-main-head-btn a {
    width: 220rem;
    height: 40rem;
    padding: 0 16rem;
  }
}
.access-main-head-btn a:hover {
  background: #9c7e95;
}
.access-main-head-btn-txt {
  display: flex;
  align-items: center;
  justify-content: left;
}
.access-main-head-btn-txt svg {
  width: 12px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .access-main-head-btn-txt svg {
    width: 12rem;
    margin-right: 8rem;
  }
}
.access-main-head-btn-txt span {
  font-size: 12px;
  line-height: 1;
  color: var(--g-color-white);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .access-main-head-btn-txt span {
    font-size: 12rem;
  }
}
.access-main-head-btn-ico {
  width: 20px;
  height: 20px;
  background: var(--g-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .access-main-head-btn-ico {
    width: 12rem;
    height: 12rem;
  }
}
.access-main-head-btn-ico svg {
  width: 8px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .access-main-head-btn-ico svg {
    width: 6rem;
  }
}
.access-main-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 56px;
}
@media screen and (max-width: 1280px) {
  .access-main-content {
    padding-top: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .access-main-content {
    flex-direction: column;
  }
}
.access-main-map {
  width: 420px;
  height: 290px;
}
@media screen and (max-width: 1280px) {
  .access-main-map {
    width: 420rem;
    height: 290rem;
  }
}
@media screen and (max-width: 768px) {
  .access-main-map {
    width: 100%;
    height: 241rem;
  }
}
.access-main-map img,
.access-main-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access-main-txt {
  width: 420px;
}
@media screen and (max-width: 1280px) {
  .access-main-txt {
    width: 420rem;
  }
}
@media screen and (max-width: 768px) {
  .access-main-txt {
    padding-top: 40rem;
    width: 100%;
  }
}
.access-main-txt p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  .access-main-txt p {
    font-size: 14rem;
  }
}
.access-main-ttl {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .access-main-ttl {
    margin-bottom: 18rem;
  }
}
.access-main-ttl p {
  padding: 8px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  .access-main-ttl p {
    font-size: 16rem;
  }
}
.access-main-ttl p::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #BC8A4D;
}
.access-main__elem {
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .access-main__elem {
    margin-bottom: 16rem;
  }
}
.access-main__elem p:first-child {
  color: #BC8A4D;
  font-weight: bold;
}

.contact-main {
  background: var(--g-color-white);
  padding-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .contact-main {
    padding-bottom: 120rem;
  }
}
.contact-main-container {
  width: 100%;
  margin: auto;
  max-width: 714px;
}
@media screen and (max-width: 1540px) {
  .contact-main-container {
    max-width: 648px;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-container {
    max-width: 338rem;
  }
}
.contact-main-container > p {
  line-height: 1.5;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .contact-main-container > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-container > p {
    font-size: 14rem;
    margin-bottom: 35rem;
    text-align: center;
  }
}
.contact-main__elem {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .contact-main__elem {
    margin-bottom: 32rem;
  }
}
.contact-main__elem-label {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .contact-main__elem-label {
    margin-bottom: 8rem;
  }
}
.contact-main__elem-label label {
  line-height: 1;
  color: var(--g-color-black);
  font-weight: 400;
  letter-spacing: 0.05em;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .contact-main__elem-label label {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact-main__elem-label label {
    font-size: 14rem;
  }
}
.contact-main__elem-label label span {
  color: #BD4E3B;
  font-weight: bold;
}
.contact-main__elem-inp input,
.contact-main__elem-inp select,
.contact-main__elem-inp select option,
.contact-main__elem-inp textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #DEDEDE;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 0 24px;
  border-radius: 4px;
  color: var(--g-color-black);
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .contact-main__elem-inp input,
  .contact-main__elem-inp select,
  .contact-main__elem-inp select option,
  .contact-main__elem-inp textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact-main__elem-inp input,
  .contact-main__elem-inp select,
  .contact-main__elem-inp select option,
  .contact-main__elem-inp textarea {
    font-size: 14rem;
    height: 48rem;
    padding: 0 16rem;
  }
}
.contact-main__elem-inp textarea {
  padding: 14px 24px;
  min-height: 160px;
  min-width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-main__elem-inp textarea {
    padding: 14rem 16rem;
    min-height: 160rem;
  }
}
.contact-main-privacy {
  margin: auto;
  margin-bottom: 32px;
  width: 300px;
  height: 52px;
  background: #F7F7F7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 768px) {
  .contact-main-privacy {
    width: 300rem;
    height: 52rem;
  }
}
.contact-main-privacy.active {
  border: 1px solid #BD4E3B;
}
.contact-main-privacy-inp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .contact-main-privacy-inp {
    margin-right: 8rem;
  }
}
.contact-main-privacy-inp span {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 16px;
  height: 16px;
  background: var(--g-color-white);
  border: 1px solid #DEDEDE;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .contact-main-privacy-inp span {
    width: 16rem;
    height: 16rem;
  }
}
.contact-main-privacy-inp span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #BD4E3B;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .contact-main-privacy-inp span::after {
    width: 10rem;
    height: 10rem;
  }
}
.contact-main-privacy-inp span.active::after {
  opacity: 1;
}
.contact-main-privacy-txt p {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: var(--g-color-black);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact-main-privacy-txt p {
    font-size: 14rem;
  }
}
.contact-main-privacy-txt p a {
  color: #BC8A4D;
  display: inline-block;
  position: relative;
}
.contact-main-privacy-txt p a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #BC8A4D;
}
.contact-main-privacy-txt p span {
  color: #BD4E3B;
  font-weight: bold;
}
.contact-main-btn {
  text-align: center;
}
.contact-main-btn button {
  border-radius: 100px;
  background: #BC8A4D;
  border: 1px solid #BC8A4D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  margin: auto;
  width: 140px;
  height: 40px;
}
@media screen and (max-width: 1540px) {
  .contact-main-btn button {
    width: 123px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-btn button {
    width: 123rem;
    height: 32rem;
  }
}
.contact-main-btn button span {
  color: var(--g-color-white);
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 300;
  margin-right: 8px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .contact-main-btn button span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .contact-main-btn button span {
    font-size: 12rem;
    margin-right: 8rem;
  }
}
.contact-main-btn button svg {
  width: 15px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .contact-main-btn button svg {
    width: 15rem;
  }
}
.contact-main-btn button svg path {
  transition: all 0.4s ease-in-out;
}
.contact-main-btn button:hover {
  background: var(--g-color-white);
}
.contact-main-btn button:hover span {
  color: #BC8A4D;
}
.contact-main-btn button:hover svg path {
  fill: #BC8A4D;
}

.screen-reader-response {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: #FF4649;
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 14rem !important;
  }
}

.wpcf7-response-output {
  text-align: center;
  font-size: 16px !important;
  max-width: 1120px;
  width: 100%;
  margin: auto !important;
  margin-top: 48px !important;
}
@media screen and (max-width: 1280px) {
  .wpcf7-response-output {
    margin-top: 48rem !important;
    max-width: 1120rem;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7-response-output {
    max-width: 90%;
    font-size: 16rem !important;
  }
}

.wpcf7-form-control-wrap.recaptcha {
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 1280px) {
  .wpcf7-form-control-wrap.recaptcha {
    margin-bottom: 30rem;
  }
}
.wpcf7-form-control-wrap.recaptcha > span > div {
  margin: auto;
}
.wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip {
  text-align: center;
}

.price-main {
  background: var(--g-color-white);
}
.price-main .container {
  padding: 120px 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .price-main .container {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .price-main .container {
    padding: 80rem 0;
  }
}
.price-main .container.change-contents {
  filter: blur(10px);
  opacity: 0.4;
}
.price-main-btns {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1540px) {
  .price-main-btns {
    max-width: 100%;
  }
}
.price-main-btns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-main-btn {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  background: #F2F2F2;
  height: 80px;
}
@media screen and (max-width: 1540px) {
  .price-main-btn {
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .price-main-btn {
    height: 40rem;
  }
}
.price-main-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #BC8A4D;
  height: 0;
  transition: all 0.4s ease-in-out;
}
.price-main-btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
.price-main-btn-ico {
  width: 45px;
  height: 45px;
  margin-right: 8px;
  position: relative;
}
@media screen and (max-width: 1540px) {
  .price-main-btn-ico {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .price-main-btn-ico {
    width: 24rem;
    height: 24rem;
    margin-right: 4rem;
  }
}
.price-main-btn-ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.price-main-btn-ico img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}
.price-main-btn > span {
  display: inline-block;
  letter-spacing: 0.05em;
  color: var(--g-color-black);
  line-height: 1;
  font-family: "Yu Gothic Std", serif;
  font-size: 17px;
}
@media screen and (max-width: 1540px) {
  .price-main-btn > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .price-main-btn > span {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .price-main-btn > span span {
    display: none;
  }
}
.price-main-btn.active {
  background: var(--g-color-white);
}
.price-main-btn.active .price-main-btn-ico img:nth-child(2) {
  opacity: 1;
}
.price-main-btn.active::before {
  height: 7px;
}
@media screen and (max-width: 768px) {
  .price-main-btn.active::before {
    height: 4rem;
  }
}
.price-main__elem-wrap {
  display: none;
}
.price-main__elem-wrap.active {
  display: block;
}
.price-main__elem:not(:last-child) {
  margin-bottom: 56px;
}
@media screen and (max-width: 1280px) {
  .price-main__elem:not(:last-child) {
    margin-bottom: 56rem;
  }
}
.price-main__elem > p {
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 300;
  margin-bottom: 12px;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 1540px) {
  .price-main__elem > p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .price-main__elem > p {
    font-size: 12rem;
  }
}
.price-main__elem-ttl {
  padding: 14px 28px;
  background: #FAF8F7;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1540px) {
  .price-main__elem-ttl {
    margin-bottom: 32px;
    padding: 14px 24px;
  }
}
@media screen and (max-width: 768px) {
  .price-main__elem-ttl {
    padding: 14rem 24rem;
    margin-bottom: 32rem;
  }
}
.price-main__elem-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #D8C1B2;
}
@media screen and (max-width: 768px) {
  .price-main__elem-ttl::after {
    width: 8rem;
  }
}
.price-main__elem-ttl p {
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .price-main__elem-ttl p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .price-main__elem-ttl p {
    font-size: 16rem;
  }
}
.price-main__elem-item__wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .price-main__elem-item__wrap {
    padding-bottom: 20rem;
  }
}
.price-main__elem-item__wrap:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .price-main__elem-item__wrap:not(:last-child) {
    margin-bottom: 24rem;
  }
}
.price-main__elem-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .price-main__elem-item {
    display: block;
  }
}
.price-main__elem-item p:first-child {
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .price-main__elem-item p:first-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .price-main__elem-item p:first-child {
    margin-bottom: 16rem;
    font-size: 16rem;
  }
}
.price-main__elem-item p:first-child span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: var(--g-color-white);
  font-size: 10px;
  background: #D8C1B2;
  padding: 2px 12px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .price-main__elem-item p:first-child span {
    padding: 2rem 12rem;
    font-size: 10rem;
    margin-left: 8rem;
  }
}
.price-main__elem-item p:first-child span svg {
  width: 8px;
  height: auto;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .price-main__elem-item p:first-child span svg {
    width: 8rem;
    margin-left: 4rem;
  }
}
.price-main__elem-item p:last-child {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  text-align: right;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .price-main__elem-item p:last-child {
    font-size: 16rem;
  }
}
.price-main__elem-item p:last-child span {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 1540px) {
  .price-main__elem-item p:last-child span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .price-main__elem-item p:last-child span {
    font-size: 20rem;
    margin-bottom: 10rem;
  }
}
.price-main__elem-item-sub {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 1540px) {
  .price-main__elem-item-sub {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .price-main__elem-item-sub {
    margin-top: 16rem;
    display: block;
  }
}
.price-main__elem-item-sub p:first-child {
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1540px) {
  .price-main__elem-item-sub p:first-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .price-main__elem-item-sub p:first-child {
    margin-bottom: 10rem;
    font-size: 14rem;
  }
}
.price-main__elem-item-sub p:last-child {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  text-align: right;
  font-weight: 300;
}
@media screen and (max-width: 1540px) {
  .price-main__elem-item-sub p:last-child {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .price-main__elem-item-sub p:last-child {
    font-size: 12rem;
  }
}
.price-main__elem-item-sub p:last-child span {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  color: var(--g-color-black);
  font-family: "Yu Gothic Std", serif;
  display: block;
  margin-bottom: 7px;
  font-size: 20px;
}
@media screen and (max-width: 1540px) {
  .price-main__elem-item-sub p:last-child span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .price-main__elem-item-sub p:last-child span {
    font-size: 16rem;
    margin-bottom: 7rem;
  }
}/*# sourceMappingURL=style.css.map */