@charset "utf-8";
/* GSAP + hash用 */ 
html {
  scroll-behavior: auto;
}
/* header */
.top .header_contents {
  position: fixed;
}
/*
共通
*/
.top-sec-body {
  position: relative;
}
/* セクションタイトル */
.top-sec-ttl-01 {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 400px;
}
/*
カスタマイズ
*/
.sec-customized {
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
}
.sec-customized-body {
  overflow: hidden;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 100vw;
}
.sec-customized-box {
  padding-bottom: 14%;
}
.sec-customized--img {
  transform: scale(1.3) translateY(20px) translateX(-40px);
}
.sec-customized--contents {
  filter: blur(10px);
}
@media screen and (min-width: 768px) {
  .sec-customized-body {
    padding-top: 10%;
    padding-bottom: 20%;
    overflow: auto;
  }
  .sec-customized-box {
    padding-bottom: 0;
  }
  .sec-customized--img {
    transform: scale(1.3) translateY(20px) translateX(0px);
  }
}
/*
メニュー
*/
.sec-menu {
  position: relative;
  z-index: 0;
  padding: 80px 0 100px;
  background: linear-gradient(
    180deg,
    rgba(69,40,44,0.3) 0%,
    rgba(171,100,109,0.3) 100%
  );
  margin-top: 50%;
}
.sec-menu--contents {
  margin-top: 36px;
}
.sec-commonTab--contents {
  margin: 8px 0 0;
}
.sec-commonTab--contents .tab-onayami {
  max-width: 928px;
  margin: 0 auto;
}
/* お悩みから探す */
[data-main-list] {
  display: none;
}
@media screen and (min-width: 768px) {
  .sec-menu {
    margin-top: 0;
  }
  .sec-commonTab--contents {
    margin: 50px 0 0;
  }
  [data-main-list] {
    display: block;
  }
  [data-main-list] .tab-onayami--main-item {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  [data-main-list] .tab-onayami--main-item .tab-onayami--main-img {
    width: 49.94%;
  }
  [data-main-list] .tab-onayami--main-item .tab-onayami--main-text {
    width: calc(100% - 49.94%);
  }
  [data-main-list] .tab-onayami--main-item .tab-onayami--main-text--en {
    font-size: var(--font-18-24);
    margin: 0 0 12px 7px;
  }
  [data-main-list] .tab-onayami--main-item .tab-onayami--main-text--ja {
    font-size: var(--font-18-32);
  }
}
[data-thumbnail-list] .swiper-slide-thumb-active {
  opacity: 1;
}
[data-thumbnail-list] .swiper-wrapper {
  flex-wrap: wrap;
  gap: 8px;
}
[data-thumbnail-list] .swiper-slide {
  width: calc((100% - 8px) / 2);
  height: auto;
  background: rgba(255, 255, 255, .8);
  border-radius: 8px;
}
[data-thumbnail-list] .tab-onayami--thumbnail-item {
  height: 100%;
  padding: 1.4em;
  display: flex;
  flex-direction: column;
  color: var(--color-black);
  transition: all .6s ease;
}
[data-thumbnail-list] .tab-onayami--thumbnail-img {
  width: 100%;
  margin: 0 auto;
  max-width: 127px;
}
[data-thumbnail-list] .tab-onayami--thumbnail-item .common-arw-wrap {
  height: 100%;
  padding-right: 15px;
}
[data-thumbnail-list] .tab-onayami--thumbnail-item .common-arw-wrap > .common-arw::before,
[data-thumbnail-list] .tab-onayami--thumbnail-item .common-arw-wrap > .common-arw::after {
  right: 5px;
}
@media screen and (min-width: 768px) {
  [data-thumbnail-list] {
    overflow: invisible;
    padding: 10px 10px 0;
  }
  [data-thumbnail-list] .tab-onayami--thumbnail-item {
   font-size: var(--font-10-14);
   color: var(--color-white);
  }
  [data-thumbnail-list] .tab-onayami--thumbnail-item .common-arw {
    display: none;
  }
  [data-thumbnail-list] .swiper-wrapper {
    gap: 1.7%;
  }
  [data-thumbnail-list] .swiper-slide {
    width: calc((100% - (1.7% * 3)) / 4);
    cursor: pointer;
    background: transparent;
    margin-bottom: 1.7%;
  }
  [data-thumbnail-list] .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    filter: blur(0px);
    transition: all .6s ease;
    z-index: -1;
    border-radius: 8px;
  }
  [data-thumbnail-list] .swiper-slide:hover:before {
    filter: blur(4px);
  }
  [data-thumbnail-list] .tab-onayami--thumbnail-item .common-arw-wrap {
    padding-right: 10px;
    justify-content: center;
  }
}
/* h1 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
/* MV */
.mainview-wrap {
  overflow: clip;
  padding: 0 0 10%;
}
.top__mv01-pin {
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .top__mv01-pin {
    position: relative;
    height: 120vh;
  }
}
.top__mv01 {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.top__mv01-txt-wrap {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate3d(0, -50%, 0);
  opacity: 1;
  transition: opacity 0.1s linear;
  will-change: opacity, transform;
}
.top__mv01-ttl {
  margin: 0;
  font-size: 37px;
  letter-spacing: .02em;
  background: linear-gradient(90deg, #fffaff 0%, #ffe6fd 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top__mv01-subttl {
  margin: 12px 0 0;
  font-size: 22px;  
  font-family: "Poiret One", "Noto Sans JP", sans-serif;
  letter-spacing: .07em;
  background: linear-gradient(90deg, #fffaff 0%, #ffe6fd 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top__mv01-link {
  position: absolute;
  right: 32px;
  bottom: 107px;
  width: 49px;
  display: grid;
  place-items: center;
  text-decoration: none;
  cursor: pointer;
  will-change: opacity;
  transition: opacity 0.15s linear;
}
.top__mv02 {
  position: relative;
  min-height: 100svh;
  background: none;
}
.top__mv02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10%;
  right: -10%;
  background: radial-gradient(circle at 30% 40%, #FFFFFF 0%, #FFE4E8 45%, #E7B0B3 100%);
  background: radial-gradient(100% 181.04% at 0% 47.63%, #FFFFFF 0%, #FFE4E8 65.65%, #E7B0B3 100%);

  opacity: 0;
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}
.top__mv02[data-state="in"]::before {
  animation: mvBlurIn 1.8s ease forwards;
}
.top__mv02[data-state="out"]::before {
  animation: mvBlurOut 1.4s ease forwards;
}

@keyframes mvBlurIn {
  0% {
    opacity: 0;
    filter: blur(30px);
  }
  40% {
    opacity: 0.8;
    filter: blur(15px);
  }
  100% {
    opacity: 0.8;
    filter: blur(0);
  }
}
@keyframes mvBlurOut {
  0% {
    opacity: 0.8;
    filter: blur(0);
  }
  40% {
    opacity: 0.8;
    filter: blur(10px);
  }
  100% {
    opacity: 0;
    filter: blur(30px);
  }
}

.top__mv02-txt-wrap {
  opacity: 0;
  transition: opacity 1.6s ease;
}
.top__mv02[data-state="in"] .top__mv02-txt-wrap {
  opacity: 1;
}
.top__mv02[data-state="out"] .top__mv02-txt-wrap {
  opacity: 0;
}

.top__mv02 > * {
  position: relative;
  z-index: 1;
}
.top__mv02-txt-wrap {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate3d(0, -50%, 0);
  z-index: 1;
  padding: 0 20px 0 0;
}
.top__mv02 {
  position: relative;
}
.top__mv02-txt {
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: .08em;
}
.top__mv02-txt + .top__mv02-txt {
  margin: 40px 0 0;
}
.top__mv02-txt.is-ink {
  --ink: 0%;
  --from: #eacace;
  --to: #AB646D;

  background-image: linear-gradient(
    90deg,
    var(--to) 0%,
    var(--to) var(--ink),
    var(--from) calc(var(--ink) + 0.01%),
    var(--from) 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.top__mv02-link {
  width: 220px;
  margin: 56px 0 0;
}
.top__mv02-link a {
  width: 100%;
}
@media (min-width: 768px) {
  .top__mv01-ttl {
    margin: 0;
    font-size: clamp(37px, 5.3vw, 68px);
  }
  .top__mv01-subttl {
    font-size: clamp(22px, 1.71vw, 40px);
  }
  .top__mv01-link {
    width: 49px;
    right: 40px;
    bottom: 40px;
  }
  .top__mv01-txt-wrap {
    left: 102px;
  }
  .top__mv02-txt-wrap {
    left: 160px;
    padding: 0;
  }
  .top__mv02-txt {
    font-size: clamp(14px, 1.4vw, 18px);
  }
}
@media (min-width: 1280px) {
  .top__mv01-ttl {
    font-size: 68px;
  }
  .top__mv01-subttl {
    font-size: 40px;
  }
  .top__mv01-txt-wrap {
    left: 102px;
  }
  .top__mv02-txt {
    font-size: 18px;
    line-height: 2.8;
    letter-spacing: .024em;
  }
  .top__mv02-txt + .top__mv02-txt {
    margin: 60px 0 0;
  }
}
/* 施術から探す */
.tab-menu--list {
  margin-top: 40px;
}
.tab-menu--list-item .line {
  background: rgba(255, 255, 255, .4);
}
.tab-menu--list-item--img {
  margin-bottom: 18px;
  width: 56.38%;
  max-width: 203px;
}
.tab-menu--list-item--img img {
  border-radius: 8px;
  overflow: hidden;
}
.tab-menu--list-item--link {
  margin-bottom: 16px;
}
.tab-menu--list-item--link-title {
  font-size: 20px;
  font-weight: bold;
}
.tab-menu--list-item--indent .tab-menu--list-item--link-title {
  font-weight: normal;
}
.tab-menu--list-item--indent  {
  margin-left: 11%;
}
.tab-menu--list > li+li {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .tab-menu--list > li+li {
    margin-top: 0;
  }
  .tab-menu--list-item {
    display: flex;
    gap: 3%;
    margin-bottom: 80px;
  }
  .tab-menu--list-item:last-child,
  .tab-menu--list-item:has(.sp-only) {
    margin-bottom: 0;
  }
  .tab-menu--list-item--img {
    width: 22.65%;
    max-width: none;
    margin-bottom: 0;
  }
  .tab-menu--list-item--link-wrap {
    width: calc(100% - 22.65% - 3%);
  }
  .tab-menu--list-item--link-title {
    font-size: var(--font-18-24);
  }
  .tab-menu--list-item--indent .tab-menu--list-item--link-title {
    font-size: var(--font-14-20);
    font-weight: normal;
  }
  .tab-menu--list-item--indent .tab-menu--list-item--link-title.fontSize-small {
    font-size: var(--font-10-14);
  }
  .tab-menu--list-item--indent {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }
  .tab-menu--list-item--indent .tab-menu--list-item--link {
    width: 39.34%;
    margin-bottom: 0;
  }
}

/*
コラム・新着情報
*/
.sec-column {
  padding: 80px 0 55px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(192, 83, 83, 0) 100%);
}
@media screen and (max-width: 767px) {
  .sec-column .sec-common--body {
    padding: 0 0 0 var(--page-inner);
  }
  .sec-recommend-link--item {
    aspect-ratio: 1 / 1.3;
  }
}
.sec-column--title-wrap {
  margin: 0 0 40px;
}
.sec-column-box {
  position: relative;
}
.sec-topColumn-slides--swiper-arrows {
  position: absolute;
  display: flex;
  top: 15px;
  right: 5%;
}
.sec-column--slide-wrap .sec-recommend-link,
.sec-column--slide-wrap .swiper-slide {
  width: 300px;
}
.sec-column--slide-wrap .swiper-slide {
  margin: 0 8px;
}
.swiper-slide.dummy-slide {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .sec-column {
    padding: 100px 0 80px;
  }
  .sec-column-box {
    display: flex;
    margin: 0;
  }
  .sec-column--title-wrap {
    width: calc(100% - 66.61%);
  }
  .sec-column--slide-wrap {
    width: 66.61%;
  }
  .sec-column--slide-wrap .sec-recommend-link {
    width: 100%;
    /* max-width: 332px; */
  }
  .sec-topColumn-slides--swiper {
    aspect-ratio: 1 / 0.6;
    /* padding: 8px; */
  }
  .sec-column--slide-wrap .swiper-slide {
    width: 27.46%;
    margin: 0 1.6%;
    transition: all .8s ease;
  }
  .sec-column--slide-wrap .swiper-slide.swiper-slide-active {
    width: 35.92%;
    /* transform: scale(1.2);
    transform-origin: left top; */
  }
  .sec-column-box {
    padding: 0 0 15px;
  }
  .sec-topColumn-slides--swiper-arrows {
    top: auto;
    bottom: 0;
    right: 17%;
  }
}
/* morebtn */
.sec-column--more-btn-wrap {
  margin: 34px 0 50px;
}
/* top-common-morebtn */
.top-common-morebtn {
  max-width: 284px;
  min-width: 160px;
  width: 75.7%;
  min-height: 56px;
}
@media screen and (min-width: 768px) {
  .sec-column--more-btn-wrap {
    margin: 86px 0 0;
  }
  .top-common-morebtn {
    max-width: 233px;
    width: 16.18vw;
    min-height: 40px;
  }
}
/* テキストループアニメーション */
/* ベース */
.mask-txt-wrap {
  height: 70px;
  /* ハイライト可視幅（中央の黒い帯の幅）。JSで位置だけ動かす */
  --highlight-alpha: 0.01;   /* 両端のフェード薄さ */
  --easing-ms: 600;          /* 直接は使わないが調整の目安に */
  position: relative;
  overflow: hidden;
  /* 初期マスク（JSが上書きする）。Safari対応のため両方定義しておく */
  -webkit-mask-image: linear-gradient(90deg,
    rgba(255,255,255,var(--highlight-alpha)) 0%,
    #000 50%,
    rgba(255,255,255,var(--highlight-alpha)) 100%);
  mask-image: linear-gradient(90deg,
    rgba(255,255,255,var(--highlight-alpha)) 0%,
    #000 50%,
    rgba(255,255,255,var(--highlight-alpha)) 100%);
}
.mask-txt-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee var(--marquee-duration, 200s) linear infinite;
}
.mask-txt-inner {
  font-weight: 400;
  font-size: 75px;
  line-height: 1;
  white-space: nowrap;
  padding-inline: 3rem; /* 文字列間の空き */
  color: #fff;
  user-select: none;
}
/* 右→左ループ */
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } 
  /* 同一内容を2つ連続で置いているため -50% で継ぎ目ゼロ */
}
/* モーション軽減設定に配慮 */
@media (prefers-reduced-motion: reduce) {
  .mask-txt-track { animation: none; }
}
@media screen and (min-width: 768px) {
  .mask-txt-wrap {
    height: 115px;
  }
  .mask-txt-inner {
    font-size: 125px;
  }
}
@media screen and (min-width: 1280px) {
  .mask-txt-wrap {
    height: 200px;
  }
  .mask-txt-inner {
    font-size: 160px;
  }
}
/*
初めての方へ
*/
.sec-welcom {
  color: var(--color-black);
  padding: 80px 0 100px;
  position: relative;
  z-index: 0;
}
.sec-welcom::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: var(--sub-grad);
  opacity: 0.8;
  z-index: -1;
}
.sec-welcom--title-wrap {
  margin: 0 0 30px;
}
.sec-welcom--contents-wrap {
  margin-bottom: 80px;
}
.sec-welcom--contents-link {
  color: var(--color-black);
  border-top: 1px solid rgba(44, 44, 44, 0.4);
  font-size: 20px;
  padding: 23px 0;
}
.sec-welcom--contents-wrap > li:first-child .sec-welcom--contents-link {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .sec-welcom {
    padding: 200px 0;
  }
  .sec-welcom-box {
    display: flex;
    gap: 13%;
  }
  .sec-welcom--title-wrap {
    margin: 2.6% 0 0;
  }
  .sec-welcom--more-btn-wrap {
    margin-top: 50px;
  }
  .sec-welcom--contents-wrap .common-arw-wrap > span:first-child {
    filter: none;
  }
  .sec-welcom--contents-wrap {
    max-width: 722px;
    width: 100%;
    margin: 0;
  }
  .sec-welcom--contents-link {
    font-size: var(--font-14-20);
    padding: 5.4% 0;
  }
}
/*
おすすめコスメ
*/
.sec-cosme {
  padding: 160px 0 145px;
}
.sec-cosme--title-wrap {
  margin: 0 0 32px;
}
.sec-cosme-contents--item {
  display: flex;
  margin-bottom: 32px;
}
.sec-cosme-contents--item-img {
  width: 51%;
}
.sec-cosme-contents--item-link {
  width: 57%;
  margin-left: -10%;
  margin-top: 10px;
}
.sec-cosme-contents--item:nth-child(even) {
  flex-direction: row-reverse;
}
.sec-cosme-contents--item:nth-child(even) .sec-cosme-contents--item-link {
  margin-left: 0;
  margin-right: -10%;
}
.sec-cosme-contents--item-link .btn-product {
  aspect-ratio: 1 / 0.735;
}
.sec-cosme-contents--item-link .btn-product--ttl,
.sec-cosme-contents--item-link .btn-product--dec {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .sec-cosme--title-wrap {
    margin: 0;
  }
  .sec-cosme--more-btn-wrap {
    margin-top: 41px;
  }
  .sec-cosme-contents-box {
    max-width: 961px;
    width: 66.73vw;
    margin: 0 auto;
  }
  .sec-cosme-contents--item {
    max-width: 479px;
    width: 33.26vw;
    margin: 0;
  }
  .sec-cosme-contents--item:nth-child(odd) {
    margin-left: auto;
  }
  .sec-cosme-contents--item:nth-child(even) {
    flex-direction: row;
    margin-top: -8%;
  }
  .sec-cosme-contents--item-link,
  .sec-cosme-contents--item:nth-child(even) .sec-cosme-contents--item-link {
    margin-top: 22%;
    margin-left: -25%;
    margin-right: 0;
  }
  .sec-cosme-contents--item-img {
    width: 73.9%;
  }
  .sec-cosme-contents--item-link {
    width: 50.1%;
  }
  .sec-cosme-contents--item-link .btn-product {
    aspect-ratio: 1 / 0.854;
  }
  .sec-cosme-contents--item-link .btn-product--ttl {
    font-size: var(--font-14-20);
  }
  .sec-cosme-contents--item-link .btn-product--dec {
    font-size: var(--font-10-14);
  }
}
/*
クルビが選ばれる理由
*/
.sec-value {
  padding: 10% 0 40%;
}
.sec-value--body {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--page-inner);
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .sec-value {
    padding: 0;
    height: 100vh;
    display: flex;
    align-self: center;
  }
  .sec-value--body {
    padding: 0 4%;
    width: 100vw;
  }
}
.sec-value--map-wrap, .sec-value--map-sp {
  transform: scale(1);
  filter: blur(1);
  opacity: 1;
  transform-origin: center center;
  will-change: transform, filter, opacity;
}
.sec-value--title{
  filter: blur(1);
  opacity: 1;
  will-change: filter, opacity;
}
/* 共通tooltip */
.sec-value--map-item--tooltip {
  opacity: 0;
  cursor: default;
  background: radial-gradient(100% 188.46% at 0% 49.58%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 232, 233, 0.09) 100%);
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 10px;
  position: absolute;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  filter: saturate(1.2);
  border-radius: 8px;
  transition:
  opacity 0.8s cubic-bezier(.4,0,.2,1),
  filter 0.8s cubic-bezier(.4,0,.2,1);
}
.sec-value--map-item--tooltip .img img {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-value--map-sp {
    margin: 0 -10%;
  }
  .sec-value button {
    /* button reset */
    cursor: pointer;
    outline: none;
    appearance: none;
    font-family: inherit;
    font-size: 14px;
    color: var(--color-white);
  }
  .sec-value--sp-button {
    position: relative;
    background: radial-gradient(93.5% 746.54% at -24.55% -124.73%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 232, 233, 0.09) 100%);
    border: 1px solid #fff;
    border-radius: 40px;
    min-height: 56px;
    width: calc(100% - 60px);
    margin-left: 60px;
    text-align: left;
    padding: 0 24px;
    margin-bottom: 20px;
  }
  .sec-value--sp-button::before {
    content: '';
    display: block;
    background: url(../images/top/value-sp-point.svg) center / contain;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: -60px;
  }
  .sec-value--map-item--tooltip {
    font-size: 14px;
    overflow: scroll;
  }
  .sec-value--map-item--tooltip .text-ttl {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px;
  }

  /* modal */
  .sec-value--map-item--tooltip {
    z-index: -10;
  }
  .sec-value-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    /* transition: all 0.3s ease; */
  }
  .sec-value-modal.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .sec-value-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .sec-value-modal__body {
    position: relative;
    margin: 10% auto;
    width: 90%;
    max-width: 313px;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60%;
  }
  .sec-value-modal__body .sec-value--map-item--tooltip {
    opacity: 1;
    inset: 0;
    backdrop-filter: blur(2px);
    position: relative;
    padding: 10px 10px 40px;
    max-height: 80%;
  }

}
@media screen and (min-width: 768px) {

  .sec-value--map-wrap {
    position: relative;
  }
  .sec-value--map-img {
    max-width: 968px;
    width: 67.22vw;
    margin: 0 auto;
  }
  .hover-img {
    position: absolute;
    inset: 0;
    max-width: 968px;
    width: 67.22vw;
    margin: 0 auto;
    z-index: -1;
  }
  .sec-value--map-item {
    position: absolute;
    cursor: pointer;
  }
  .sec-value--map-item.--is-member {
    max-width: 214px;
    width: 14.86vw;
    top: 24.8%;
    left: 43.2%;
  }
  .sec-value--map-item.--is-price {
    max-width: 216px;
    width: 15vw;
    top: 56%;
    left: 25.2%;
  }
  .sec-value--map-item.--is-personal {
    max-width: 360px;
    width: 25vw;
    top: 54.8%;
    left: 57.6%;
  }
  /* tooltip */
  .sec-value--map-item--tooltip {
    width: 17.98vw;
    max-width: 259px;
    aspect-ratio: 1 / 1.204;
    filter: blur(12px);
  }
  .sec-value--map-item--tooltip .img {
    margin: 0 0 24px;
  }
  .sec-value--map-item--tooltip .text {
    font-size:  var(--font-10-14);
  }
  .sec-value--map-item.--is-member:hover + .--is-member-tooltip,
  .sec-value--map-item.--is-price:hover + .--is-price-tooltip,
  .sec-value--map-item.--is-personal:hover + .--is-personal-tooltip {
    filter: blur(0);
    opacity: 1;
    visibility: visible;
    height: auto;
    transition:
    opacity 0.4s cubic-bezier(.4,0,.2,1),
    /* filter 0.4s cubic-bezier(.4,0,.2,1); */
  }
  .sec-value--map-item:hover  ~ .hover-img img {
    filter: blur(2px);
    transition: 
    filter 0.8s cubic-bezier(.4,0,.2,1);
  }

  .sec-value--map-wrap .hover-img img,
  .sec-value--map-wrap .map-img img {
    transition: 
    all 0.8s cubic-bezier(.4,0,.2,1),
  }
  .sec-value--map-item--tooltip.--is-member-tooltip {
    right: 20%;
  }
  .sec-value--map-item--tooltip.--is-price-tooltip {
    left: 15%;
    top: 20%;
  }
  .sec-value--map-item--tooltip.--is-personal-tooltip {
    top: 22%;
    right: 6%;
  }
}

/*
ドクター
*/
.sec-doctor--body {
  max-width: 1440px;
  margin: 0 auto;
}
.sec-doctor--img {
  width: 100%;
}
.sec-doctor--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-doctor--profile {
  background: rgba(255,255,255,0.8);
  padding: 6.5%;
  margin: -47px 0 0;
  z-index: 1;
  position: relative;
}
.sec-doctor--profile p {
  margin: 8px 0;
  color: var(--color-black);
}
.sec-doctor--profile-en {
  color: var(--primary-color);
  font-size: 24px;
}
.sec-doctor--profile-post {
  font-size: 10px;
  font-weight: bold;
}
.sec-doctor--profile-name {
  font-size: 16px;
}
.sec-doctor--profile-history {
  font-size: 12px;
}
.sec-doctor--profile-comment {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .sec-doctor {
    margin-top: -60vh;
  }
  .sec-doctor-box {
    display: flex;
  }
  .sec-doctor--img {
    width: clamp(350px, 47.98vw, 691px);
    display: block;
  }
  .sec-doctor--img img {
    object-position: right;
  }
  .sec-doctor--profile {
    width: clamp(400px, 66.94vw, 964px);
    display: block;
    padding: 6.3% 3.9%;
  }
  .sec-doctor--profile {
    margin: 0 0 0 -14.5%;
  }
  .sec-doctor--profile p {
    margin: 15px 0;
  }
  .sec-doctor--profile-en {
    font-size: var(--font-40-60)
  }
  .sec-doctor--profile-post {
    font-size: var(--font-10-14);
  }
  .sec-doctor--profile-name {
    font-size: var(--font-14-20);
  }
  .sec-doctor--profile-history {
    font-size: var(--font-10-14);
  }
  .sec-doctor--profile-comment {
    font-size: var(--font-10-14);
  }
}
/*
インフォメーション
*/
.sec-info {
  padding: 95px 0 0;
}
.sec-info--body {
  max-width: 1100px;
  margin: 0 auto;
}
.sec-info--map {
  margin: 0 0 -24%;
}
.sec-info--map img {
  width: 100%;
}
.sec-info-contents {
  padding: 0 var(--page-inner);
}
.sec-info--ttl {
  font-size: 40px;
  line-height: 0.75;
}
.sec-info--infomation-box {
  background: rgba(255, 255, 255, .8);
  padding: 6.9% 4.6%;
  position: relative;
}
.sec-info--infomation-box > li+li {
  margin-top: 24px;
}
.sec-info--infomation--ttl {
  color: var(--primary-color);
  font-size: 24px;
  padding: 0 0 8px;
  margin: 0 0 8px;
  position: relative;
}
.sec-info--infomation--ttl:after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec-info--infomation--text {
  color: var(--color-black);
  font-size: 14px;
}
.sec-info--more-btn-wrap {
  margin: 16px 0 0;
}
@media screen and (min-width: 768px) {
  .sec-info--body {
    width: 76.38vw;
  }
  .sec-info--map {
    width: clamp(300px,37.36vw,538px);
    margin: 0;
  }
  .sec-info-contents {
    width: 65.36%;
    padding: 0;
    margin: -20% 0 0 auto;
  }
  .sec-info--ttl {
    font-size: var(--font-40-60)
  }
  .sec-info--infomation-box > li {
    display: flex;
  }
  .sec-info--infomation-box > li p {
    padding: 7px 0;
  }
  .sec-info--infomation--ttl {
    font-size: var(--font-18-24);
    margin: 0 16px 0 0;
    width: 4em;
  }
  .sec-info--infomation--ttl:after {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .sec-info--infomation--text {
    font-size: var(--font-14-20);
  }
  .sec-info--more-btn-wrap {
    margin: 25px 0 0;
  }
}

/* カレンダー
　common.cssに移管 */
