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

/*HTML5display-roleresetforolderbrowsers*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color-white: #fefefe;
  --color-black: #1a1a1a;
  --color-sub-black: #353535;
  --color-sub-black-2: #9b9b9b;
  --color-main: #e72b80;
  --color-sub: #4d4d4d;
  --color-text: #1a1a1a;
  --color-button: #4d4d4d;
  --color-label: linear-gradient(90deg, #e71d72 0%, #ff7e57 100%);
  --color-label-text: #ffffff;
  --color-button-text: #ffffff;
  --color-line: #06c755;
  --color-bg-emph: rgba(231, 43, 128, 0.04);
  --color-background: #fff8fa;
  --color-mask: rgba(0, 0, 0, 0.5);
  --color-maingreen1: #e72b80;
  --color-maingreen2: #e72b80;
  --color-seagreen: #e72b80;
  --color-pink1: #ff56a2;
  --color-pink2: #ff56a2;
  --color-pink3: #ffe4f0;
  --color-pink4: #ffc2dd;
  --color-orange1: #ff7e57;
  --color-gray1: #959595;
  --color-gray2: #bcbcbc;
  --color-gray3: #4d4d4d;
  --color-gray4: #1a1a1a;
  --color-gray5: #1a1a1a;
  --color-gray6: #d4d4d4;
  --color-gray7: #ffe4f0;
  --color-blue1: #cfe6f1;
  --color-blue2: #649ecf;
  --color-blue3: #0f507c;
  --color-gold1: #b3a168;
  --color-palegreen1: #fff8fa;
  --color-palegreen2: #ffeee8;
  --color-palegreen3: #fff1f7;
  --gradient-main: linear-gradient(90deg, #e71d72 0%, #ff7e57 100%);
  --bg-gradation1: linear-gradient(90deg, rgba(231, 28, 114, 1) 0%, rgba(255, 126, 87, 1) 100%);
  --bg-gradation2: linear-gradient(90deg, rgba(231, 28, 114, 1) 0%, rgba(255, 126, 87, 1) 100%);
  --bg-gradation6: linear-gradient(
    90deg,
    rgba(249, 224, 224, 1) 0%,
    rgba(202, 242, 228, 1) 15%,
    rgba(206, 241, 246, 1) 30%,
    rgba(230, 231, 255, 1) 45%,
    rgba(249, 224, 224, 1) 60%,
    rgba(253, 230, 202, 1) 75%,
    rgba(254, 244, 196, 1) 88%,
    rgba(220, 243, 208, 1) 100%
  );
  --bg-gradation7: linear-gradient(90deg, rgba(231, 28, 114, 1) 0%, rgba(255, 126, 87, 1) 100%);
  --bg-gradation10: linear-gradient(90deg, rgba(231, 43, 128, 1) 0%, rgba(240, 105, 166, 1) 100%);
  --main-bg-soft: color-mix(in srgb, var(--color-main) 9%, #fff);
  --main-border-soft: color-mix(in srgb, var(--color-main) 32%, #fff);
  --main-shadow-soft: color-mix(in srgb, var(--color-main) 14%, transparent);
  --main-gradient: linear-gradient(
    90deg,
    var(--color-main) 0%,
    color-mix(in srgb, var(--color-main) 58%, #fff) 100%
  );
  --shadow-white: 0 0 4px #ffffff;
  --shadow-black: 0 0 5px #e4e4e4;
  --shadow-main: 1px 1px 3px #cecece;
  --shadow-box: 0 1px 8px rgb(0 0 0 / 9%);
  --min4-10px: min(4%, 10px);
  --min4-15px: min(4%, 15px);
  --min5-20px: min(5%, 20px);
  --recruit-main: #f7c4da;
  --recruit-sub: #fdeef5;
  --recruit-sub-02: #fff3f8;
  --recruit-gold: #f9bf44;
}

body {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-style: normal;
  color: var(--color-black);
  background-color: var(--color-background);
  font-size: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  /* ページ全体ふわっと表示(参考サイト body { animation: fadeIn 2s } 準拠。MV のフェード出現もこれによる) */
  animation: megami-body-fadein 2s ease 0s 1 normal;
}

@keyframes megami-body-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.background__fixed {
  min-height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-image: url("../images/background/bg.webp");
}
@media not screen and (min-width: 768px) {
  .background__fixed {
    background-image: url("../images/background/bg-sp.webp");
  }
}

#particles__container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#particles__container .hero {
  width: 100%;
  height: 100%;
}
#particles__container .hero .w {
  position: absolute;
  top: 100%;
  left: -25vw;
  right: 0px;
  background-position: center;
}
#particles__container .hero .wave {
  height: 200px;
  transform: translateY(-40px);
}
#particles__container .hero .wave2 {
  height: 240px;
  transform: translateY(-80px);
  background-size: 960px 240px;
  opacity: 0.5;
  left: -80vw;
  right: -5vw;
}
#particles__container .hero .wave3 {
  height: 220px;
  transform: translateY(-120px);
  background-size: 880px 220px;
  opacity: 0.33;
  left: 0vw;
  right: -20vw;
}
#particles__container .hero .wave4 {
  height: 280px;
  transform: translateY(-160px);
  background-size: 1120px 280px;
  opacity: 0.1;
  left: 0vw;
  right: -40vw;
}

.no__scroll {
  overflow: hidden;
}

body,
html {
  width: 100%;
  scrollbar-gutter: stable;
  overscroll-behavior-y: contain;
  line-height: 1.15;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

p,
span {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.1805555556vw;
}
@media (min-width: 1440px) {
  p,
  span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  p,
  span {
    font-size: 3.9113428944vw;
  }
}

a,
li,
dt,
dd,
div,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
  letter-spacing: 0.03em;
  line-height: 1em;
  font-weight: 400;
}

:focus:not(:fous-visible) {
  outline: none;
}

:focus-visible {
  outline: 1px solid var(--color-main);
}

summary {
  outline: none;
}

a {
  color: var(--color-main);
  text-decoration: none;
  word-break: break-all;
}

a,
p,
div,
li,
dd,
dt {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.isChrome * {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
}

img,
svg {
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

img,
svg {
  pointer-events: none;
}

.disabled {
  cursor: default !important;
}

.disabled a {
  cursor: default !important;
}

._disabled {
  pointer-events: none !important;
}

.is_pc .device_sp {
  display: none !important;
}

.is_sp .device_pc {
  display: none !important;
}

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

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

::selection {
  background: var(--color-main);
  color: var(--color-white);
}

.unselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  -moz-outline-style: none;
  outline: none !important;
}

option {
  color: var(--color-black);
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

select,
option,
input,
textarea {
  color: var(--color-black);
}

::placeholder {
  color: var(--color-line-gray);
}

._nowrap {
  white-space: nowrap;
}

/* box */
.box {
  width: 63.8888888889vw;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .box {
    width: 920px;
  }
}
@media (max-width: 767px) {
  .box {
    width: 91.2646675359vw;
  }
}

/* heading__container — セクション見出し(ピンクの「／」+ 字間広め + ピンク) */
.heading__container {
  margin-bottom: 2.7777777778vw;
}
@media (min-width: 1440px) {
  .heading__container {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .heading__container {
    margin-bottom: 7.8226857888vw;
  }
}

.heading__container h1,
.heading__container h2 {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 94%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8055555556vw;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.25em;
  padding-left: 0.25em; /* letter-spacing の末尾分を相殺し中央を保つ */
  /* グラデーション文字(Figma: #e71d72 → #ff7e57 下→上) */
  background: linear-gradient(360deg, #e71d72 0%, #ff7e57 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 0.6944444444vw;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .heading__container h1,
  .heading__container h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .heading__container h1,
  .heading__container h2 {
    font-size: 4.6936114733vw;
  }
}
@media (min-width: 1440px) {
  .heading__container h1,
  .heading__container h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .heading__container h1,
  .heading__container h2 {
    margin-bottom: 2.0860495437vw;
  }
}

.heading__container h1 {
  margin-bottom: 0;
}

.heading__container p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  text-align: center;
  font-size: 0.9722222222vw;
  color: var(--color-text);
}
@media (min-width: 1440px) {
  .heading__container p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .heading__container p {
    font-size: 3.1290743155vw;
  }
}

.heading__container p span {
  font-size: 0.9027777778vw;
  margin-top: 1em;
  display: block;
  line-height: 1.5;
  color: var(--color-gray3);
}
@media (min-width: 1440px) {
  .heading__container p span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .heading__container p span {
    font-size: 2.8683181226vw;
  }
}

/* スラッシュ無し見出し(当店のこだわり等) */
.heading__container.noslash__heading h1::before,
.heading__container.noslash__heading h2::before {
  content: none;
}

/* 白見出し(グラデ解除して白 solid に) */
.heading__container.white__heading h1,
.heading__container.white__heading h2,
.heading__container.white__heading p {
  background: none;
  -webkit-text-fill-color: var(--color-white);
  color: var(--color-white);
}

.heading__container.white__heading h1::before,
.heading__container.white__heading h2::before {
  -webkit-text-fill-color: var(--color-white);
  color: var(--color-white);
}

/* plant__corner — ピンク花コーナー装飾(ルーム案内 / こだわり 共通)
   参考サイトの flame_dec / txt_box_outer1_plant と同じ 40px 固定・配置:
   TL=plant1 / TR=plant1反転 / BR=plant2 / BL=plant2反転 */
.plant__corner {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  width: 40px;
  height: 40px;
}

.plant__corner__tl {
  top: 0;
  left: 0;
  background-image: url("../images/point1_plant1.png");
}

.plant__corner__tr {
  top: 0;
  right: 0;
  background-image: url("../images/point1_plant1.png");
  transform: scale(-1, 1);
}

.plant__corner__bl {
  bottom: 0;
  left: 0;
  background-image: url("../images/point1_plant2.png");
  transform: scale(-1, 1);
}

.plant__corner__br {
  bottom: 0;
  right: 0;
  background-image: url("../images/point1_plant2.png");
}

/* room tab */
.room__tabs ul {
  margin: 1.3888888889vw 0 3.4722222222vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.room__tabs ul li {
  margin: 0 0.6944444444vw;
  padding: 0.6944444444vw 1.3888888889vw;
  cursor: pointer;
  font-size: 1.1805555556vw;
  color: var(--color-main);
  border-bottom: none;
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .room__tabs ul li {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .room__tabs ul li {
    font-size: 3.9113428944vw;
  }
}
@media not screen and (min-width: 768px) {
  .room__tabs ul li {
    padding: 1.5645371578vw 2.0860495437vw;
  }
}
.room__tabs ul li:hover {
  color: var(--color-main);
}
@media not screen and (min-width: 768px) {
  .room__tabs ul li:hover {
    color: inherit;
    border-color: inherit;
  }
}
.room__tabs ul li.active {
  color: var(--color-white);
  background: var(--color-main);
}
.room__tabs ul li.active a {
  color: var(--color-white);
}

/* rank__tabs */
.rank__tabs ul {
  margin-top: 1.3888888889vw;
  margin-bottom: 3.4722222222vw;
  margin: 1.3888888889vw 0 3.4722222222vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .rank__tabs ul {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .rank__tabs ul {
    margin-top: 5.2151238592vw;
  }
}
@media (min-width: 1440px) {
  .rank__tabs ul {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .rank__tabs ul {
    margin-bottom: 13.037809648vw;
  }
}
.rank__tabs ul .rank__tab {
  margin-inline: 0.6944444444vw;
  margin-bottom: 0.6944444444vw;
  cursor: pointer;
  color: var(--color-main);
  border-bottom: none;
  transition: all 0.3s;
  color: var(--color-main);
  font-size: 1.1805555556vw;
  border: solid 1px var(--color-main);
  height: 2.5vw;
  width: 5.5555555556vw;
}
@media (min-width: 1440px) {
  .rank__tabs ul .rank__tab {
    margin-inline: 10px;
  }
}
@media (max-width: 767px) {
  .rank__tabs ul .rank__tab {
    margin-inline: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .rank__tabs ul .rank__tab {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .rank__tabs ul .rank__tab {
    margin-bottom: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .rank__tabs ul .rank__tab {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .rank__tabs ul .rank__tab {
    font-size: 3.9113428944vw;
  }
}
@media (min-width: 1440px) {
  .rank__tabs ul .rank__tab {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .rank__tabs ul .rank__tab {
    height: 7.0404172099vw;
  }
}
@media (min-width: 1440px) {
  .rank__tabs ul .rank__tab {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .rank__tabs ul .rank__tab {
    width: 13.037809648vw;
  }
}
.rank__tabs ul .rank__tab a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.rank__tabs ul .rank__tab.rank__01, .rank__tabs ul .rank__tab.rank__02, .rank__tabs ul .rank__tab.rank__03 {
  font-size: 0;
  border: none;
  width: 15.7638888889vw;
}
@media (min-width: 1440px) {
  .rank__tabs ul .rank__tab.rank__01, .rank__tabs ul .rank__tab.rank__02, .rank__tabs ul .rank__tab.rank__03 {
    width: 227px;
  }
}
@media (max-width: 767px) {
  .rank__tabs ul .rank__tab.rank__01, .rank__tabs ul .rank__tab.rank__02, .rank__tabs ul .rank__tab.rank__03 {
    width: 44.3285528031vw;
  }
}
.rank__tabs ul .rank__tab.rank__01 {
  background-image: url("../images/rank/standard-tab.png");
  background-size: cover;
}
.rank__tabs ul .rank__tab.rank__02 {
  background-image: url("../images/rank/expert-tab.png");
  background-size: cover;
}
.rank__tabs ul .rank__tab.rank__03 {
  background-image: url("../images/rank/legend-tab.png");
  background-size: cover;
}

/* cast__search__box(セラピスト検索フォーム: cast 一覧ページとトップの検索モーダルで共用) */
.cast__search__box {
  position: relative;
  max-width: 59.7222222222vw;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 3.4722222222vw;
  background: var(--color-white);
  padding: 1.6666666667vw;
  box-sizing: border-box;
  /* 四隅のピンクコーナーブラケット(box=左上/右下、form=右上/左下) */
}
@media (min-width: 1440px) {
  .cast__search__box {
    max-width: 860px;
  }
}
@media (max-width: 767px) {
  .cast__search__box {
    max-width: 91.2646675359vw;
  }
}
@media (min-width: 1440px) {
  .cast__search__box {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cast__search__box {
    margin-bottom: 7.8226857888vw;
  }
}
@media (min-width: 1440px) {
  .cast__search__box {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cast__search__box {
    padding: 3.6505867014vw;
  }
}
.cast__search__box::before, .cast__search__box::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.cast__search__box::before {
  top: 0;
  left: 0;
  border-top: 2px solid var(--color-main);
  border-left: 2px solid var(--color-main);
}
.cast__search__box::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
}

.cast__search__form::before, .cast__search__form::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.cast__search__form::before {
  top: 0;
  right: 0;
  border-top: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
}
.cast__search__form::after {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid var(--color-main);
  border-left: 2px solid var(--color-main);
}

.cast__search__lead {
  background: var(--main-bg-soft);
  text-align: center;
  font-size: 0.9027777778vw;
  color: var(--color-text);
  padding: 8px 6px;
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 1440px) {
  .cast__search__lead {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cast__search__lead {
    font-size: 3.1290743155vw;
  }
}
@media (min-width: 1440px) {
  .cast__search__lead {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cast__search__lead {
    margin-bottom: 3.6505867014vw;
  }
}

.cast__search__form dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.9722222222vw;
}
@media (min-width: 1440px) {
  .cast__search__form dl {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .cast__search__form dl {
    margin-bottom: 2.6075619296vw;
  }
}

.cast__search__form dt {
  /* 参考のラベル: ゴールド系太字 */
  width: 7.5em;
  color: #b09a5a;
  font-weight: bold;
  font-size: 0.9722222222vw;
}
@media (min-width: 1440px) {
  .cast__search__form dt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cast__search__form dt {
    font-size: 3.3898305085vw;
  }
}

.cast__search__form dd {
  flex: 1;
  min-width: 0;
  font-size: 0.9027777778vw;
  color: var(--color-text);
}
@media (min-width: 1440px) {
  .cast__search__form dd {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cast__search__form dd {
    font-size: 3.1290743155vw;
  }
}

.cast__search__form input[type=text],
.cast__search__form input[type=number] {
  box-sizing: border-box;
  border: 1px solid var(--color-gray2);
  border-radius: 3px;
  padding: 6px 8px;
  font-size: 0.9722222222vw;
  background: var(--color-white);
}
@media (min-width: 1440px) {
  .cast__search__form input[type=text],
  .cast__search__form input[type=number] {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cast__search__form input[type=text],
  .cast__search__form input[type=number] {
    font-size: 3.3898305085vw;
  }
}

.cast__search__form input[type=text] {
  width: min(100%, 320px);
}

.cast__search__form input[type=number] {
  width: 5.5em;
  margin-right: 4px;
}

.cast__search__range {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}

/* チェックボックス行(出張・外国人対応可。参考 .searchlist dl.area_select 相当) */
.cast__search__checks label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.cast__search__checks input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--color-main);
  cursor: pointer;
}

.cast__search__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.1111111111vw;
  margin-top: 1.3888888889vw;
}
@media (min-width: 1440px) {
  .cast__search__buttons {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .cast__search__buttons {
    gap: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .cast__search__buttons {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cast__search__buttons {
    margin-top: 3.6505867014vw;
  }
}

.cast__search__submit {
  /* 参考: ピンク→オレンジの横グラデ+白文字 */
  box-sizing: border-box;
  width: 15.2777777778vw;
  min-height: 3.0555555556vw;
  border: none;
  border-radius: 3px;
  background: var(--bg-gradation7);
  color: var(--color-white);
  font-weight: bold;
  font-size: 0.9722222222vw;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (min-width: 1440px) {
  .cast__search__submit {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .cast__search__submit {
    width: 41.7209908735vw;
  }
}
@media (min-width: 1440px) {
  .cast__search__submit {
    min-height: 44px;
  }
}
@media (max-width: 767px) {
  .cast__search__submit {
    min-height: 10.4302477184vw;
  }
}
@media (min-width: 1440px) {
  .cast__search__submit {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cast__search__submit {
    font-size: 3.3898305085vw;
  }
}
.cast__search__submit:hover {
  opacity: 0.8;
}
@media not screen and (min-width: 768px) {
  .cast__search__submit:hover {
    opacity: inherit;
  }
}

.cast__search__reset {
  box-sizing: border-box;
  width: 10.4166666667vw;
  min-height: 3.0555555556vw;
  border: 1px solid var(--color-gray2);
  border-radius: 3px;
  background: var(--color-white);
  color: var(--color-gray3);
  font-size: 0.9027777778vw;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (min-width: 1440px) {
  .cast__search__reset {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .cast__search__reset {
    width: 31.2907431551vw;
  }
}
@media (min-width: 1440px) {
  .cast__search__reset {
    min-height: 44px;
  }
}
@media (max-width: 767px) {
  .cast__search__reset {
    min-height: 10.4302477184vw;
  }
}
@media (min-width: 1440px) {
  .cast__search__reset {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cast__search__reset {
    font-size: 3.1290743155vw;
  }
}
.cast__search__reset:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .cast__search__reset:hover {
    opacity: inherit;
  }
}

/* 検索ヒット0件のメッセージ(main.js が挿入) */
.cast__search__empty {
  width: 100%;
  text-align: center;
  font-size: 0.9722222222vw;
  color: var(--color-gray3);
  padding-top: 1.3888888889vw;
  padding-bottom: 1.3888888889vw;
}
@media (min-width: 1440px) {
  .cast__search__empty {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cast__search__empty {
    font-size: 3.3898305085vw;
  }
}
@media (min-width: 1440px) {
  .cast__search__empty {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .cast__search__empty {
    padding-top: 3.6505867014vw;
  }
}
@media (min-width: 1440px) {
  .cast__search__empty {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cast__search__empty {
    padding-bottom: 3.6505867014vw;
  }
}

/* cast list */
.cast__list__wrapper {
  width: 100%;
  position: relative;
}
.cast__list__wrapper .swiper-button-next,
.cast__list__wrapper .swiper-button-prev {
  display: none;
}

.cast__list__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  /* PC は 4 列のまま全体幅を縮小(1024→900。新人/ピックアップ/ランキングの 900px と統一)。
     SP は外側 .cast__list__wrapper(max-width 360 + overflow:hidden)と同幅にしないと右端がクリップされ見切れる */
  width: 62.5vw;
  margin-top: 8.3333333333vw;
  margin-bottom: 4.1666666667vw;
}
@media (min-width: 1440px) {
  .cast__list__container {
    width: 900px;
  }
}
@media (max-width: 767px) {
  .cast__list__container {
    width: 93.8722294654vw;
  }
}
@media (min-width: 1440px) {
  .cast__list__container {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cast__list__container {
    margin-top: 26.075619296vw;
  }
}
@media (min-width: 1440px) {
  .cast__list__container {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cast__list__container {
    margin-bottom: 10.4302477184vw;
  }
}
.cast__list__container.no__schedule {
  /* 参考サイト準拠: 淡ピンク写真をごく薄く敷いた帯ボックス */
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84)), url("../images/bg_photo1_1.jpg") center/cover no-repeat;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
@media (min-width: 1440px) {
  .cast__list__container.no__schedule {
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cast__list__container.no__schedule {
    padding-top: 3.6505867014vw;
  }
}
@media (min-width: 1440px) {
  .cast__list__container.no__schedule {
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .cast__list__container.no__schedule {
    padding-bottom: 3.6505867014vw;
  }
}
.cast__list__container.no__schedule p {
  width: fit-content;
  margin: 0 auto;
  color: #444;
  font-size: 0.9722222222vw;
}
@media (min-width: 1440px) {
  .cast__list__container.no__schedule p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cast__list__container.no__schedule p {
    font-size: 3.3898305085vw;
  }
}

.cast__item {
  position: relative;
  margin-inline: 0.5555555556vw;
  margin-bottom: 6.25vw;
  box-shadow: var(--shadow-box);
  background: rgba(255, 255, 255, 0.8);
  /* Figma: cast パネル外枠(細いマゼンタ線) */
  border: 1px solid #d43f7f;
  /* border 2px が width 計算の外側に付くと 4 列合計がコンテナ幅を超え 3 列に折り返すため border 込みにする */
  box-sizing: border-box;
  /* vp(16) は min() で 16px 止め → 1440超でカード幅が固定され列数リフローしない */
  /* 出勤コメント帯: cast__comment と同じ右→左マーキー。淡ピンク地 + メインピンク文字で区別 */
  /* ranking badge (top-right) */
  /* 本日出勤ラベル: 写真左上のオーバーレイタグ(右上のランキングバッジと対) */
  /* 対応サービスラベル(外国人対応可・出張対応可など、区分管理で追加した区分): 参考サイト準拠 — ピンク帯の上に白地ピル(太字色文字) */
  /* SP 3 列時はカード幅が狭く width:47% のタグが 1 列に落ちるため、2 列+小さめ文字で収める */
  /* label__new__cast */
}
@media (min-width: 1440px) {
  .cast__item {
    margin-inline: 8px;
  }
}
@media (max-width: 767px) {
  .cast__item {
    margin-inline: 1.0430247718vw;
  }
}
@media (min-width: 1440px) {
  .cast__item {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .cast__item {
    margin-bottom: 18.2529335072vw;
  }
}
.columns-pc-3 .cast__item {
  width: calc(33.3333333333% - min(1.1111111111vw, 16px));
}
.columns-pc-4 .cast__item {
  width: calc(25% - min(1.1111111111vw, 16px));
}
.columns-pc-5 .cast__item {
  width: calc(20% - min(1.1111111111vw, 16px));
}
@media not screen and (min-width: 768px) {
  .columns-sp-1 .cast__item {
    width: 100%;
  }
  .columns-sp-2 .cast__item {
    width: calc(50% - 2.6075619296vw);
  }
  .columns-sp-3 .cast__item {
    /* margin-inline vs(4)×2 を引かないと 3 枚目が折り返して 2 列になる */
    width: calc(33.3333333333% - 2.3468057366vw);
  }
  .cast__item.slider {
    width: unset;
  }
}
.cast__item .cast__comment {
  overflow: hidden;
  background: var(--color-maingreen1);
  color: var(--color-white);
  padding-block: 0.2777777778vw;
  display: flex;
}
@media (min-width: 1440px) {
  .cast__item .cast__comment {
    padding-block: 4px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__comment {
    padding-block: 1.0430247718vw;
  }
}
.cast__item .cast__comment span {
  width: 100%;
  overflow: hidden;
  font-size: 0.9027777778vw;
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  padding: 0 0.1388888889vw;
  animation: cast-comment-scroll 12s linear infinite;
  text-align: center;
}
@media (min-width: 1440px) {
  .cast__item .cast__comment span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__comment span {
    font-size: 3.1290743155vw;
  }
}
@media not screen and (min-width: 768px) {
  .cast__item .cast__comment span {
    letter-spacing: -1.5px;
  }
}
.cast__item .attendance__comment {
  overflow: hidden;
  background: var(--color-pink3);
  color: var(--color-main);
  padding-block: 0.2777777778vw;
  display: flex;
}
@media (min-width: 1440px) {
  .cast__item .attendance__comment {
    padding-block: 4px;
  }
}
@media (max-width: 767px) {
  .cast__item .attendance__comment {
    padding-block: 1.0430247718vw;
  }
}
.cast__item .attendance__comment span {
  width: 100%;
  overflow: hidden;
  font-size: 0.9027777778vw;
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  padding: 0 0.1388888889vw;
  animation: cast-comment-scroll 12s linear infinite;
  text-align: center;
}
@media (min-width: 1440px) {
  .cast__item .attendance__comment span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cast__item .attendance__comment span {
    font-size: 3.1290743155vw;
  }
}
@media not screen and (min-width: 768px) {
  .cast__item .attendance__comment span {
    letter-spacing: -1.5px;
  }
}
.cast__item .ranking__position {
  position: absolute;
  top: -0.6944444444vw;
  right: -0.4166666667vw;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-maingreen1);
  color: var(--color-white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 3;
  flex-direction: column;
  line-height: 1;
}
@media (min-width: 1440px) {
  .cast__item .ranking__position {
    width: 56px;
  }
}
@media (max-width: 767px) {
  .cast__item .ranking__position {
    width: 11.4732724902vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .ranking__position {
    height: 56px;
  }
}
@media (max-width: 767px) {
  .cast__item .ranking__position {
    height: 11.4732724902vw;
  }
}
@media not screen and (min-width: 768px) {
  .cast__item .ranking__position {
    top: -2.0860495437vw;
    right: -1.0430247718vw;
  }
}
.cast__item .ranking__position .ranking__number {
  font-size: 1.3888888889vw;
  font-weight: bold;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 1440px) {
  .cast__item .ranking__position .ranking__number {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cast__item .ranking__position .ranking__number {
    font-size: 4.1720990874vw;
  }
}
.cast__item .ranking__position .ranking__place {
  font-size: 0.6944444444vw;
  margin-top: 2px;
}
@media (min-width: 1440px) {
  .cast__item .ranking__position .ranking__place {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .cast__item .ranking__position .ranking__place {
    font-size: 2.3468057366vw;
  }
}
.cast__item .ranking__position.number__1 {
  background: linear-gradient(180deg, #ffd76b 0%, #b48a2a 100%);
  color: #fff;
  box-shadow: 0 0 0 2px #fff, 0 2px 6px rgba(180, 138, 42, 0.4);
}
.cast__item .ranking__position.number__2 {
  background: linear-gradient(180deg, #e3e3e3 0%, #9aa1a8 100%);
  color: #fff;
  box-shadow: 0 0 0 2px #fff, 0 2px 6px rgba(154, 161, 168, 0.4);
}
.cast__item .ranking__position.number__3 {
  background: linear-gradient(180deg, #e0a978 0%, #8b5a2b 100%);
  color: #fff;
  box-shadow: 0 0 0 2px #fff, 0 2px 6px rgba(139, 90, 43, 0.4);
}
.cast__item .label__working__today {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: var(--color-label);
}
.cast__item .label__working__today span {
  display: block;
  color: var(--color-label-text);
  font-size: 0.9027777778vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0.2083333333vw 0.6944444444vw;
}
@media (min-width: 1440px) {
  .cast__item .label__working__today span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__working__today span {
    font-size: 2.8683181226vw;
  }
}
@media not screen and (min-width: 768px) {
  .cast__item .label__working__today span {
    padding: 0.5215123859vw 2.0860495437vw;
  }
}
@keyframes cast-comment-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.cast__item .cast__rank {
  width: 100%;
}
.cast__item .cast__rank span {
  color: var(--color-white);
}
.cast__item .cast__rank.rank__01, .cast__item .cast__rank.rank__02, .cast__item .cast__rank.rank__03 {
  width: 100%;
  height: 3.5416666667vw;
  top: -3.4722222222vw;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cast__item .cast__rank.rank__01, .cast__item .cast__rank.rank__02, .cast__item .cast__rank.rank__03 {
    height: 51px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__rank.rank__01, .cast__item .cast__rank.rank__02, .cast__item .cast__rank.rank__03 {
    height: 9.6479791395vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__rank.rank__01, .cast__item .cast__rank.rank__02, .cast__item .cast__rank.rank__03 {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__rank.rank__01, .cast__item .cast__rank.rank__02, .cast__item .cast__rank.rank__03 {
    top: -10.4302477184vw;
  }
}
.cast__item .cast__rank.rank__01 .cast__rank__label, .cast__item .cast__rank.rank__02 .cast__rank__label, .cast__item .cast__rank.rank__03 .cast__rank__label {
  display: none;
}
.cast__item .cast__rank.rank__01 {
  background-image: url("../images/rank/standard-heading.png");
}
.cast__item .cast__rank.rank__02 {
  background-image: url("../images/rank/expert-heading.png");
}
.cast__item .cast__rank.rank__03 {
  background-image: url("../images/rank/legend-heading.png");
}
.cast__item .cast__thumb {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
@media not screen and (min-width: 768px) {
  .cast__item .cast__thumb {
    width: 100%;
  }
}
.cast__item .cast__thumb a {
  display: block;
}
.cast__item .cast__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.cast__item .cast__thumb:hover img {
  transform: scale(1.05);
}
@media not screen and (min-width: 768px) {
  .cast__item .cast__thumb:hover img {
    transform: none;
  }
}
.cast__item .cast__rank.rank__01 + .cast__thumb a::after, .cast__item .cast__rank.rank__02 + .cast__thumb a::after, .cast__item .cast__rank.rank__03 + .cast__thumb a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: 0;
  background-size: cover;
  z-index: 2;
}
.cast__item .cast__rank.rank__01 + .cast__thumb a:after {
  background-image: url("../images/rank/frame_standard.png");
  width: 100%;
  height: 100%;
  background-size: cover;
}
.cast__item .cast__rank.rank__02 + .cast__thumb a:after {
  background-image: url("../images/rank/frame_expert.png");
  width: 100%;
  height: 100%;
  background-size: cover;
}
.cast__item .cast__rank.rank__03 + .cast__thumb a:after {
  background-image: url("../images/rank/frame_legend.png");
  width: 100%;
  height: 100%;
  background-size: cover;
}
.cast__item .cast__info {
  position: relative;
}
.cast__item .cast__info .cast__name {
  font-size: 1.0416666667vw;
  padding-top: 0.5555555556vw;
  padding-left: 0.3472222222vw;
  padding-right: 0.3472222222vw;
  line-height: 1;
  color: var(--color-text);
  display: block;
  text-align: center;
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__name {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__name {
    font-size: 3.3898305085vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__name {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__name {
    padding-top: 2.0860495437vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__name {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__name {
    padding-left: 1.3037809648vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__name {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__name {
    padding-right: 1.3037809648vw;
  }
}
.cast__item .cast__info .cast__size {
  font-size: 0.8333333333vw;
  line-height: 1;
  /* Figma: Age/Height はマゼンタ */
  color: #db6a9e;
  display: block;
  padding-top: 0.3472222222vw;
  padding-bottom: 0.3472222222vw;
  padding-left: 0.3472222222vw;
  padding-right: 0.3472222222vw;
  text-align: center;
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__size {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__size {
    font-size: 2.8683181226vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__size {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__size {
    padding-top: 1.3037809648vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__size {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__size {
    padding-bottom: 1.3037809648vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__size {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__size {
    padding-left: 1.3037809648vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__size {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__size {
    padding-right: 1.3037809648vw;
  }
}
.cast__item .cast__info .cast__shift {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding-top: 0.2777777778vw;
  padding-bottom: 0.2777777778vw;
  font-size: 0.9027777778vw;
  background: var(--color-white);
  color: var(--color-main);
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__shift {
    padding-top: 4px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift {
    padding-top: 1.0430247718vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__shift {
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift {
    padding-bottom: 1.0430247718vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__shift {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift {
    font-size: 3.3898305085vw;
  }
}
.cast__item .cast__info .cast__shift img.shift-icon {
  width: 1.0416666667vw;
  height: auto;
  margin-right: 0.3472222222vw;
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__shift img.shift-icon {
    width: 15px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift img.shift-icon {
    width: 3.9113428944vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__shift img.shift-icon {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift img.shift-icon {
    margin-right: 1.3037809648vw;
  }
}
.cast__item .cast__info .cast__shift .attendance__type {
  position: absolute;
  top: -5.2083333333vw;
  left: -1.0416666667vw;
  width: fit-content;
  background: var(--color-main);
  height: 1.3888888889vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9027777778vw;
  color: var(--color-white);
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    top: -75px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    top: -18.2529335072vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    left: -1.3037809648vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    height: 5.2151238592vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    font-size: 3.3898305085vw;
  }
}
.cast__item .cast__info .schedule__notice {
  font-size: 0.625vw;
  color: var(--color-text);
  display: block;
  text-align: center;
  line-height: 1.25;
}
@media (min-width: 1440px) {
  .cast__item .cast__info .schedule__notice {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .schedule__notice {
    font-size: 2.3468057366vw;
  }
}
.cast__item .cast__info .cast__room {
  background: var(--color-main);
  color: var(--color-white);
  font-size: 0.9027777778vw;
  padding: 0.0694444444vw 0;
  margin-top: 0.3472222222vw;
  display: block;
  text-align: center;
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__room {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__room {
    font-size: 3.3898305085vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .cast__info .cast__room {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__room {
    margin-top: 0.7822685789vw;
  }
}
.cast__item .support__labels {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.2777777778vw;
  margin-top: 0.4166666667vw;
  padding-top: 0.3472222222vw;
  padding-bottom: 0.3472222222vw;
  background: var(--color-main);
}
@media (min-width: 1440px) {
  .cast__item .support__labels {
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .cast__item .support__labels {
    gap: 0.7822685789vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .support__labels {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .cast__item .support__labels {
    margin-top: 1.3037809648vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .support__labels {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .cast__item .support__labels {
    padding-top: 1.0430247718vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .support__labels {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .cast__item .support__labels {
    padding-bottom: 1.0430247718vw;
  }
}
.cast__item .support__labels .support__label {
  box-sizing: border-box;
  width: 90%;
  max-width: 200px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 999px;
  padding-top: 0.2083333333vw;
  padding-bottom: 0.2083333333vw;
  padding-left: 0.6944444444vw;
  padding-right: 0.6944444444vw;
}
@media (min-width: 1440px) {
  .cast__item .support__labels .support__label {
    padding-top: 3px;
  }
}
@media (max-width: 767px) {
  .cast__item .support__labels .support__label {
    padding-top: 0.5215123859vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .support__labels .support__label {
    padding-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .cast__item .support__labels .support__label {
    padding-bottom: 0.5215123859vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .support__labels .support__label {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .cast__item .support__labels .support__label {
    padding-left: 2.0860495437vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .support__labels .support__label {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cast__item .support__labels .support__label {
    padding-right: 2.0860495437vw;
  }
}
.cast__item .support__labels .support__label span {
  font-size: 0.8333333333vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
  text-align: center;
  color: var(--color-main); /* 区分固有の色が無い区分のデフォルト色 */
}
@media (min-width: 1440px) {
  .cast__item .support__labels .support__label span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .cast__item .support__labels .support__label span {
    font-size: 2.8683181226vw;
  }
}
.cast__item .support__labels .support__label__foreigner span {
  color: #803a97;
}
.cast__item .type__labels {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4861111111vw 0.4166666667vw;
  padding: 0 0.5555555556vw;
  margin-block: 0.6em;
  /* Figma: タグは位置別に4色(地色 + 文字色)。プラグインはインライン色を出さないので nth-child で着色 */
}
@media not screen and (min-width: 768px) {
  .cast__item .type__labels {
    gap: 1.5645371578vw 1.5645371578vw;
    padding: 0 2.0860495437vw;
  }
}
.cast__item .type__labels .type__label {
  box-sizing: border-box;
  width: 47%;
  padding-top: 0.4166666667vw;
  padding-bottom: 0.4166666667vw;
  padding-left: 0.2777777778vw;
  padding-right: 0.2777777778vw;
  border-radius: 0.2083333333vw;
  background: #f0d3df;
}
@media (min-width: 1440px) {
  .cast__item .type__labels .type__label {
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .cast__item .type__labels .type__label {
    padding-top: 1.3037809648vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .type__labels .type__label {
    padding-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .cast__item .type__labels .type__label {
    padding-bottom: 1.3037809648vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .type__labels .type__label {
    padding-left: 4px;
  }
}
@media (max-width: 767px) {
  .cast__item .type__labels .type__label {
    padding-left: 1.0430247718vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .type__labels .type__label {
    padding-right: 4px;
  }
}
@media (max-width: 767px) {
  .cast__item .type__labels .type__label {
    padding-right: 1.0430247718vw;
  }
}
.cast__item .type__labels .type__label span {
  font-size: 0.9027777778vw;
  letter-spacing: 0;
  display: block;
  text-align: center;
  color: #d43f7f;
}
@media (min-width: 1440px) {
  .cast__item .type__labels .type__label span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cast__item .type__labels .type__label span {
    font-size: 2.6075619296vw;
  }
}
.cast__item .type__labels .type__label:nth-child(2) {
  background: #f7e3ec;
}
.cast__item .type__labels .type__label:nth-child(2) span {
  color: #d43f7f;
}
.cast__item .type__labels .type__label:nth-child(3) {
  background: #ddd0f2;
}
.cast__item .type__labels .type__label:nth-child(3) span {
  color: #7113c7;
}
.cast__item .type__labels .type__label:nth-child(4) {
  background: #d8edf6;
}
.cast__item .type__labels .type__label:nth-child(4) span {
  color: #479ef8;
}
@media not screen and (min-width: 768px) {
  .columns-sp-3 .cast__item .type__label {
    width: calc(50% - 1.0430247718vw);
    padding: 1.0430247718vw 0.5215123859vw;
  }
  .columns-sp-3 .cast__item .type__label span {
    font-size: 2.3468057366vw;
    line-height: 1.3;
  }
}
.cast__item .label__new__cast {
  position: absolute;
  font-size: 0.9027777778vw;
  width: 10.4166666667vw;
  height: 1.7361111111vw;
  top: -2.2916666667vw;
  left: -5.2777777778vw;
  background: rgba(240, 103, 166, 0.6);
  color: var(--color-white);
  font-weight: bold;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
  white-space: nowrap;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); /* 影の効果を追加します */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  .cast__item .label__new__cast {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    font-size: 3.3898305085vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .label__new__cast {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    width: 39.1134289439vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .label__new__cast {
    height: 25px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    height: 5.2151238592vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .label__new__cast {
    top: -33px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    top: -9.1264667536vw;
  }
}
@media (min-width: 1440px) {
  .cast__item .label__new__cast {
    left: -76px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    left: -19.8174706649vw;
  }
}

/* sns__icon__wrapper(カード内: 名前の下に中央揃えで並ぶ) */
.sns__icon__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5555555556vw;
  margin-top: 0.5555555556vw;
  /* SNS 未登録キャストは空 div が出力されるため余白ごと消す
     (新人テンプレは名前リンクの分割残骸 <a> が混入するためアイコンアンカーで判定) */
}
@media (min-width: 1440px) {
  .sns__icon__wrapper {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .sns__icon__wrapper {
    gap: 1.8252933507vw;
  }
}
@media (min-width: 1440px) {
  .sns__icon__wrapper {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .sns__icon__wrapper {
    margin-top: 1.8252933507vw;
  }
}
.sns__icon__wrapper:not(:has(a[class*=__icon])) {
  display: none;
}

.twitter__icon,
.bluesky__icon,
.instagram__icon,
.line__icon,
.zerotwo__icon,
.threads__icon,
.relaxy__icon {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  .twitter__icon,
  .bluesky__icon,
  .instagram__icon,
  .line__icon,
  .zerotwo__icon,
  .threads__icon,
  .relaxy__icon {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .twitter__icon,
  .bluesky__icon,
  .instagram__icon,
  .line__icon,
  .zerotwo__icon,
  .threads__icon,
  .relaxy__icon {
    width: 7.8226857888vw;
  }
}
@media (min-width: 1440px) {
  .twitter__icon,
  .bluesky__icon,
  .instagram__icon,
  .line__icon,
  .zerotwo__icon,
  .threads__icon,
  .relaxy__icon {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .twitter__icon,
  .bluesky__icon,
  .instagram__icon,
  .line__icon,
  .zerotwo__icon,
  .threads__icon,
  .relaxy__icon {
    height: 7.8226857888vw;
  }
}
.twitter__icon img,
.bluesky__icon img,
.instagram__icon img,
.line__icon img,
.zerotwo__icon img,
.threads__icon img,
.relaxy__icon img {
  width: 60%;
}
.twitter__icon svg,
.bluesky__icon svg,
.instagram__icon svg,
.line__icon svg,
.zerotwo__icon svg,
.threads__icon svg,
.relaxy__icon svg {
  width: 60%;
  height: 60%;
}

.twitter__icon {
  background: var(--color-black);
}

.bluesky__icon {
  background: #2184fe;
}

.instagram__icon {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.line__icon {
  background: #4cc764;
}

.zerotwo__icon {
  background: #14212a;
}

.threads__icon {
  background: var(--color-black);
}

.relaxy__icon {
  background: var(--color-black);
}

/* swiper */
.swiper-container {
  width: 59.7222222222vw;
  margin-bottom: 4.1666666667vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  /* main-banner-slider(Figma: 880px幅・矢印なし・ドットナビ 12px/active 17px) */
  /* event-banner-slider */
  /* pickup__therapist__swiper */
  /* new__therapist__swiper */
}
@media (min-width: 1440px) {
  .swiper-container {
    width: 860px;
  }
}
@media (max-width: 767px) {
  .swiper-container {
    width: 96.479791395vw;
  }
}
@media (min-width: 1440px) {
  .swiper-container {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .swiper-container {
    margin-bottom: 10.4302477184vw;
  }
}
.swiper-container.main-banner-slider {
  left: unset;
  width: min(61.1111111111vw, 880px);
  transform: unset;
}
@media not screen and (min-width: 768px) {
  .swiper-container.main-banner-slider {
    width: 100%;
  }
}
.swiper-container.main-banner-slider .swiper-button-next,
.swiper-container.main-banner-slider .swiper-button-prev {
  display: none;
}
.swiper-container.main-banner-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container.main-banner-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--color-main);
  opacity: 0.35;
}
.swiper-container.main-banner-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 17px;
  height: 17px;
  opacity: 1;
}
.swiper-container.event-banner-slider {
  width: 64.5833333333vw;
}
@media (min-width: 1440px) {
  .swiper-container.event-banner-slider {
    width: 930px;
  }
}
@media (max-width: 767px) {
  .swiper-container.event-banner-slider {
    width: 93.8722294654vw;
  }
}
.swiper-container.event-banner-slider .swiper-button-next,
.swiper-container.event-banner-slider .swiper-button-prev {
  top: calc(50% - 3.4722222222vw);
}
@media not screen and (min-width: 768px) {
  .swiper-container.event-banner-slider .swiper-button-next,
  .swiper-container.event-banner-slider .swiper-button-prev {
    top: calc(50% - 13.037809648vw);
  }
}
.swiper-container.pickup__therapist__swiper .swiper-wrapper .swiper-slide, .swiper-container.new__therapist__swiper .swiper-wrapper .swiper-slide {
  box-shadow: var(--shadow-box);
}
.swiper-container.pickup__therapist__swiper .swiper-wrapper .cast__item, .swiper-container.new__therapist__swiper .swiper-wrapper .cast__item {
  margin: unset;
}
.swiper-container.pickup__therapist__swiper .swiper-wrapper .cast__item .cast__thumb, .swiper-container.new__therapist__swiper .swiper-wrapper .cast__item .cast__thumb {
  transition: transform 0.3s ease;
}
.swiper-container.pickup__therapist__swiper .swiper-wrapper .cast__item .cast__thumb a:hover, .swiper-container.new__therapist__swiper .swiper-wrapper .cast__item .cast__thumb a:hover {
  transform: scale(1.05);
}
@media not screen and (min-width: 768px) {
  .swiper-container.pickup__therapist__swiper .swiper-wrapper .cast__item .cast__thumb a:hover, .swiper-container.new__therapist__swiper .swiper-wrapper .cast__item .cast__thumb a:hover {
    transform: none;
  }
}
.swiper-container.pickup__therapist__swiper .swiper-wrapper .cast__item .cast__thumb a img, .swiper-container.new__therapist__swiper .swiper-wrapper .cast__item .cast__thumb a img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  color: var(--color-main);
  background-color: rgba(255, 255, 255, 0.8);
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  z-index: 1;
}
@media not screen and (min-width: 768px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    width: 10.4302477184vw;
    height: 10.4302477184vw;
  }
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  font-size: 1.0416666667vw;
  font-weight: bold;
}
@media (min-width: 1440px) {
  .swiper-container .swiper-button-next:after,
  .swiper-container .swiper-button-prev:after {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .swiper-container .swiper-button-next:after,
  .swiper-container .swiper-button-prev:after {
    font-size: 3.3898305085vw;
  }
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--shadow-box);
}
@media not screen and (min-width: 768px) {
  .swiper-container .swiper-button-next:hover,
  .swiper-container .swiper-button-prev:hover {
    background-color: inherit;
  }
}
.swiper-container .swiper-button-next {
  right: 10px;
}
.swiper-container .swiper-button-prev {
  left: 10px;
}
.swiper-container .swiper-pagination {
  z-index: 1;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: var(--color-main);
}

/* room__label */
.room__label {
  background: var(--color-main);
  width: fit-content;
  padding: 0.6944444444vw 5.5555555556vw;
  display: block;
  margin: 0 auto;
  font-size: 1.3194444444vw;
  margin-bottom: 2.7777777778vw;
  color: var(--color-white);
}
@media (min-width: 1440px) {
  .room__label {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .room__label {
    font-size: 4.4328552803vw;
  }
}
@media (min-width: 1440px) {
  .room__label {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .room__label {
    margin-bottom: 5.2151238592vw;
  }
}

/* button__container */
.button__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.button__container .common__button {
  width: 17.3611111111vw;
  height: 50px;
  background: var(--color-sub);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  animation: bggradient 7s ease infinite;
  background-size: 200% 200%;
  box-shadow: var(--shadow-box);
  outline: solid 1px var(--color-white);
  outline-offset: -0.2777777778vw;
}
@media (min-width: 1440px) {
  .button__container .common__button {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .button__container .common__button {
    width: 78.2268578879vw;
  }
}
@media (min-width: 1440px) {
  .button__container .common__button {
    outline-offset: -4px;
  }
}
@media (max-width: 767px) {
  .button__container .common__button {
    outline-offset: -1.0430247718vw;
  }
}
.button__container .common__button:hover {
  opacity: 0.6;
}
@media not screen and (min-width: 768px) {
  .button__container .common__button:hover {
    opacity: inherit;
  }
}
.button__container .common__button span {
  color: var(--color-button-text);
  font-size: 1.1111111111vw;
  position: relative;
  margin-left: -0.5em;
}
@media (min-width: 1440px) {
  .button__container .common__button span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .button__container .common__button span {
    font-size: 3.6505867014vw;
  }
}
.button__container .common__button span::after {
  position: absolute;
  content: ">";
  right: -1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1111111111vw;
}
@media (min-width: 1440px) {
  .button__container .common__button span::after {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .button__container .common__button span::after {
    font-size: 3.6505867014vw;
  }
}

.hero__section.children__page {
  height: 10.4166666667vw;
  background: var(--color-main);
  padding-bottom: 0;
}
@media (min-width: 1440px) {
  .hero__section.children__page {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .hero__section.children__page {
    height: 26.075619296vw;
  }
}
.hero__section.children__page .hero__container {
  position: absolute;
  margin-top: 0vw;
  width: 66.6666666667vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1440px) {
  .hero__section.children__page .hero__container {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .hero__section.children__page .hero__container {
    margin-top: 13.037809648vw;
  }
}
@media (min-width: 1440px) {
  .hero__section.children__page .hero__container {
    width: 960px;
  }
}
@media (max-width: 767px) {
  .hero__section.children__page .hero__container {
    width: 101.6949152542vw;
  }
}
@media not screen and (min-width: 768px) {
  .hero__section.children__page .hero__container {
    margin-top: 0;
  }
}
.hero__section.children__page .hero__container .heading__container {
  margin-bottom: 0;
}
.hero__section.children__page .hero__container .heading__container h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.5277777778vw;
  line-height: 2;
}
@media (min-width: 1440px) {
  .hero__section.children__page .hero__container .heading__container h1 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hero__section.children__page .hero__container .heading__container h1 {
    font-size: 5.7366362451vw;
  }
}
.hero__section.children__page .hero__container .heading__container p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.1111111111vw;
  line-height: 2;
  text-shadow: var(--shadow-white);
}
@media (min-width: 1440px) {
  .hero__section.children__page .hero__container .heading__container p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero__section.children__page .hero__container .heading__container p {
    font-size: 4.1720990874vw;
  }
}
.hero__section.children__page .hero__discription {
  bottom: 0.6944444444vw;
}
.hero__section.children__page .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.6944444444vw auto;
}
@media not screen and (min-width: 768px) {
  .pagination {
    padding: 2.6075619296vw 0;
  }
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 0.6944444444vw;
  padding: 0.6944444444vw 1.3888888889vw;
  text-decoration: none;
  font-size: 1.0416666667vw;
  color: var(--color-text);
  border-radius: 5px;
  transition: all 0.3s ease;
}
@media (min-width: 1440px) {
  .pagination .page-numbers {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 3.3898305085vw;
  }
}
@media not screen and (min-width: 768px) {
  .pagination .page-numbers {
    padding: 1.3037809648vw 5.2151238592vw;
  }
}
.pagination .page-numbers:hover {
  background-color: var(--color-white);
  border-color: var(--color-sub-black);
}
@media not screen and (min-width: 768px) {
  .pagination .page-numbers:hover {
    background-color: inherit;
    border-color: inherit;
  }
}
.pagination .page-numbers.current {
  background: var(--color-main);
  color: var(--color-white);
}
.pagination .dots {
  padding: 0.3472222222vw 0.6944444444vw;
  pointer-events: none;
  border: none;
}
.pagination .next,
.pagination .prev {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.6944444444vw;
}
.pagination.article {
  justify-content: space-between;
  margin-top: 4.1666666667vw;
}
@media (min-width: 1440px) {
  .pagination.article {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .pagination.article {
    margin-top: 10.4302477184vw;
  }
}
@media not screen and (min-width: 768px) {
  .pagination.article {
    flex-direction: column;
  }
}
.pagination.article .prev,
.pagination.article .next {
  background: var(--color-main);
  width: 17.3611111111vw;
  color: var(--color-white);
}
@media (min-width: 1440px) {
  .pagination.article .prev,
  .pagination.article .next {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .pagination.article .prev,
  .pagination.article .next {
    width: 80.8344198175vw;
  }
}
@media not screen and (min-width: 768px) {
  .pagination.article .prev,
  .pagination.article .next {
    margin-bottom: 2.6075619296vw;
    height: 10.4302477184vw;
  }
}
.pagination.article .prev span,
.pagination.article .next span {
  width: 52.1512385919vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pagination.article .prev:hover,
.pagination.article .next:hover {
  color: var(--color-text);
  background-color: var(--color-white);
  border-color: var(--color-sub-black);
}
@media not screen and (min-width: 768px) {
  .pagination.article .prev:hover,
  .pagination.article .next:hover {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
  }
}
@media not screen and (min-width: 768px) {
  .pagination.article .prev {
    justify-content: flex-start;
  }
}
@media not screen and (min-width: 768px) {
  .pagination.article .next {
    justify-content: flex-end;
  }
}

/* 利用規約・注意事項の装飾(main.js が ■/【】を置換して付与) */
.terms__heading {
  color: #b09a5a;
  font-weight: bold;
}

.terms__check {
  display: inline-block;
}
.terms__check::before {
  content: "✓";
  color: var(--color-main);
  font-weight: bold;
  margin-right: 6px;
}

.breadcrumbs__section {
  width: 100%;
  background-color: var(--color-white);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 4.1666666667vw;
  margin-top: 0vw;
}
@media (min-width: 1440px) {
  .breadcrumbs__section {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__section {
    height: 7.8226857888vw;
  }
}
@media (min-width: 1440px) {
  .breadcrumbs__section {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__section {
    margin-top: 0vw;
  }
}
.breadcrumbs__section nav {
  margin: 0 1.3888888889vw;
  width: calc(100% - 2.7777777778vw);
}
@media not screen and (min-width: 768px) {
  .breadcrumbs__section nav {
    margin: 0 2.6075619296vw;
    width: 96.479791395vw;
  }
}
.breadcrumbs__section nav p,
.breadcrumbs__section nav span {
  color: var(--color-text);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9027777778vw;
}
@media (min-width: 1440px) {
  .breadcrumbs__section nav p,
  .breadcrumbs__section nav span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__section nav p,
  .breadcrumbs__section nav span {
    font-size: 2.8683181226vw;
  }
}
.breadcrumbs__section nav p a,
.breadcrumbs__section nav span a {
  color: var(--color-text);
  font-size: 0.9027777778vw;
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .breadcrumbs__section nav p a,
  .breadcrumbs__section nav span a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__section nav p a,
  .breadcrumbs__section nav span a {
    font-size: 2.8683181226vw;
  }
}
.breadcrumbs__section nav p a:hover,
.breadcrumbs__section nav span a:hover {
  opacity: 0.6;
}
@media not screen and (min-width: 768px) {
  .breadcrumbs__section nav p a:hover,
  .breadcrumbs__section nav span a:hover {
    opacity: inherit;
  }
}

.is__animated {
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.is__animated.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.is__animated.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.is__animated.heroFadeInLeft {
  animation-name: heroFadeInLeft;
  animation-duration: 1.5s;
}
@keyframes heroFadeInLeft {
  from {
    opacity: 0;
    transform: translateY(10vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.is__animated.heroFadeInRight {
  animation-name: heroFadeInRight;
  animation-duration: 2.5s;
}
@keyframes heroFadeInRight {
  from {
    opacity: 0;
    transform: translateY(-10vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.is__animated.heroFadeInLeft {
  -webkit-transform: translateZ(5px);
  transform: translateZ(5px);
}
.is__animated.heroFadeInRight {
  animation-name: heroFadeInRight;
  animation-duration: 2.5s;
}
@keyframes heroFadeInRight {
  from {
    opacity: 0;
    transform: translateY(10vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.is__animated:nth-child(2) {
  animation-delay: 0.2s;
}
.is__animated:nth-child(3) {
  animation-delay: 0.3s;
}
.is__animated:nth-child(4) {
  animation-delay: 0.4s;
}
.is__animated:nth-child(5) {
  animation-delay: 0.5s;
}
.is__animated:nth-child(6) {
  animation-delay: 0.6s;
}
.is__animated:nth-child(7) {
  animation-delay: 0.7s;
}
.is__animated:nth-child(9) {
  animation-delay: 0.9s;
}
.is__animated:nth-child(10) {
  animation-delay: 1s;
}
.is__animated:nth-child(11) {
  animation-delay: 1.1s;
}
.is__animated:nth-child(12) {
  animation-delay: 1.2s;
}
.is__animated:nth-child(13) {
  animation-delay: 1.3s;
}
.is__animated:nth-child(14) {
  animation-delay: 1.4s;
}
.is__animated:nth-child(15) {
  animation-delay: 1.5s;
}
.is__animated:nth-child(16) {
  animation-delay: 1.6s;
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.contact__wrapper {
  width: 59.7222222222vw;
  margin: 2.0833333333vw auto 0;
}
@media (min-width: 1440px) {
  .contact__wrapper {
    width: 860px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper {
    width: 96.479791395vw;
  }
}
@media not screen and (min-width: 768px) {
  .contact__wrapper {
    margin-top: 15.6453715776vw;
  }
}
.contact__wrapper .item-container {
  width: calc(100% - 1.3888888889vw);
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 1440px) {
  .contact__wrapper .item-container {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container {
    margin-bottom: 5.2151238592vw;
  }
}
.contact__wrapper .item-container .item__q label {
  display: block;
  margin-bottom: 0.6944444444vw;
  margin-top: 2.0833333333vw;
  color: var(--color-text);
  text-align: left;
  font-size: 1.0416666667vw;
  line-height: 1;
}
@media (min-width: 1440px) {
  .contact__wrapper .item-container .item__q label {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__q label {
    margin-bottom: 1.3037809648vw;
  }
}
@media (min-width: 1440px) {
  .contact__wrapper .item-container .item__q label {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__q label {
    margin-top: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .contact__wrapper .item-container .item__q label {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__q label {
    font-size: 3.9113428944vw;
  }
}
.contact__wrapper .item-container .item__q label span.required {
  margin-left: 0.6944444444vw;
  background: var(--color-main);
  color: var(--color-white);
  padding: 0.3472222222vw 0.6944444444vw;
}
@media (min-width: 1440px) {
  .contact__wrapper .item-container .item__q label span.required {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__q label span.required {
    margin-left: 2.6075619296vw;
  }
}
@media not screen and (min-width: 768px) {
  .contact__wrapper .item-container .item__q label span.required {
    padding: 1.3037809648vw 2.6075619296vw;
  }
}
.contact__wrapper .item-container .item__a input,
.contact__wrapper .item-container .item__a textarea,
.contact__wrapper .item-container .item__a select {
  width: 56.9444444444vw;
  padding: 1.3888888889vw;
  margin-bottom: 1.0416666667vw;
  border: solid 1px var(--color-sub-black-2);
  border-radius: 5px;
  transition: border-color 0.3s, box-shadow 0.3s;
  color: var(--color-text);
}
@media (min-width: 1440px) {
  .contact__wrapper .item-container .item__a input,
  .contact__wrapper .item-container .item__a textarea,
  .contact__wrapper .item-container .item__a select {
    width: 820px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__a input,
  .contact__wrapper .item-container .item__a textarea,
  .contact__wrapper .item-container .item__a select {
    width: 96.479791395vw;
  }
}
@media (min-width: 1440px) {
  .contact__wrapper .item-container .item__a input,
  .contact__wrapper .item-container .item__a textarea,
  .contact__wrapper .item-container .item__a select {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__a input,
  .contact__wrapper .item-container .item__a textarea,
  .contact__wrapper .item-container .item__a select {
    padding: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .contact__wrapper .item-container .item__a input,
  .contact__wrapper .item-container .item__a textarea,
  .contact__wrapper .item-container .item__a select {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__a input,
  .contact__wrapper .item-container .item__a textarea,
  .contact__wrapper .item-container .item__a select {
    margin-bottom: 2.6075619296vw;
  }
}
@media not screen and (min-width: 768px) {
  .contact__wrapper .item-container .item__a input,
  .contact__wrapper .item-container .item__a textarea,
  .contact__wrapper .item-container .item__a select {
    width: calc(100% - 20px);
  }
}
.contact__wrapper .item-container .item__a input:focus,
.contact__wrapper .item-container .item__a textarea:focus,
.contact__wrapper .item-container .item__a select:focus {
  border-color: var(--color-main);
  box-shadow: 0 0 5px rgba(var(--color-main), 0.5);
  outline: none;
}
.contact__wrapper .item-container .item__a input::placeholder,
.contact__wrapper .item-container .item__a textarea::placeholder,
.contact__wrapper .item-container .item__a select::placeholder {
  color: var(--color-sub-black-2);
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.contact__wrapper .item-container .item__a select {
  width: 59.7222222222vw;
}
@media (min-width: 1440px) {
  .contact__wrapper .item-container .item__a select {
    width: 860px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__a select {
    width: 93.8722294654vw;
  }
}
.contact__wrapper .item-container .item__a [type=checkbox] {
  width: unset;
  margin: 0.6944444444vw;
}
@media (min-width: 1440px) {
  .contact__wrapper .item-container .item__a [type=checkbox] {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__a [type=checkbox] {
    margin: 0.7822685789vw;
  }
}
.contact__wrapper .item-container .item__a .wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.contact__wrapper .wpcf7-submit {
  width: 100%;
  background: var(--color-main);
  color: var(--color-white);
  padding: 1.3888888889vw;
  border: none;
  border-radius: 0.3472222222vw;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 2.7777777778vw;
}
@media (min-width: 1440px) {
  .contact__wrapper .wpcf7-submit {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .wpcf7-submit {
    padding: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .contact__wrapper .wpcf7-submit {
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .wpcf7-submit {
    border-radius: 0.7822685789vw;
  }
}
@media (min-width: 1440px) {
  .contact__wrapper .wpcf7-submit {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .wpcf7-submit {
    margin-top: 7.8226857888vw;
  }
}
.contact__wrapper .wpcf7-submit:hover {
  background: var(--color-main);
}
.contact__wrapper .wpcf7-submit:disabled {
  background: var(--color-main);
  cursor: not-allowed;
}
.contact__wrapper .accept__check {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact__wrapper .accept__check a {
  color: var(--color-main);
  text-decoration: underline;
  transition: color 0.3s;
  margin-left: 0.6944444444vw;
}
@media (min-width: 1440px) {
  .contact__wrapper .accept__check a {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .accept__check a {
    margin-left: 2.6075619296vw;
  }
}
.contact__wrapper .accept__check a:hover {
  color: var(--color-main);
}

.wpcf7 form.sent .wpcf7-response-output {
  width: 59.7222222222vw;
  margin: 1.3888888889vw auto 0;
  text-align: center;
  padding: 10px;
  border: none;
  background: var(--color-main);
  color: var(--color-white);
}
@media (min-width: 1440px) {
  .wpcf7 form.sent .wpcf7-response-output {
    width: 860px;
  }
}
@media (max-width: 767px) {
  .wpcf7 form.sent .wpcf7-response-output {
    width: 96.479791395vw;
  }
}
.wpcf7 form.sent .contact__wrapper {
  display: none;
}

/* page.php */
.page__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1440px) {
  .page__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .page__section {
    margin-top: 15.6453715776vw;
  }
}

.page__container {
  width: 66.6666666667vw;
  margin: 4.1666666667vw auto;
  display: block;
}
@media (min-width: 1440px) {
  .page__container {
    width: 960px;
  }
}
@media (max-width: 767px) {
  .page__container {
    width: 91.2646675359vw;
  }
}
@media not screen and (min-width: 768px) {
  .page__container {
    margin: 15.6453715776vw auto;
  }
}
.page__container a {
  display: block;
}
.page__container a img {
  width: 41.6666666667vw;
  margin-inline: auto;
  display: block;
}
@media (min-width: 1440px) {
  .page__container a img {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .page__container a img {
    width: 91.2646675359vw;
  }
}

/* banner__section */
.banner__section {
  width: 100%;
  margin-top: 8.3333333333vw;
}
@media (min-width: 1440px) {
  .banner__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .banner__section {
    margin-top: 15.6453715776vw;
  }
}
.banner__section img {
  width: 41.6666666667vw;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 1440px) {
  .banner__section img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner__section img {
    margin-bottom: 2.6075619296vw;
  }
}
@media not screen and (min-width: 768px) {
  .banner__section img {
    width: 100%;
  }
}

/* cast__reviews — 口コミカード(プロフィール / 口コミ一覧ページ共通。ikemen-parasol 版を移植) */
.cast__reviews__wrapper {
  margin-top: 2em;
}

.cast__reviews {
  width: 100%;
}
.cast__reviews .review__card {
  display: flex;
  flex-direction: column;
  border-radius: 0.9722222222vw;
  padding: 1.6666666667vw;
  background: var(--color-white);
  box-shadow: 0 0.5555555556vw 1.3888888889vw color-mix(in srgb, var(--color-main) 12%, transparent), 0 0.1388888889vw 0.4166666667vw rgba(15, 31, 63, 0.04);
  border: 1px solid color-mix(in srgb, var(--color-main) 22%, transparent);
  margin-bottom: 1.6666666667vw;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 1440px) {
  .cast__reviews .review__card {
    border-radius: 14px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card {
    border-radius: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .cast__reviews .review__card {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card {
    padding: 3.6505867014vw;
  }
}
@media (min-width: 1440px) {
  .cast__reviews .review__card {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card {
    margin-bottom: 3.6505867014vw;
  }
}
.cast__reviews .review__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.9722222222vw 1.9444444444vw color-mix(in srgb, var(--color-main) 22%, transparent), 0 0.2777777778vw 0.6944444444vw rgba(15, 31, 63, 0.06);
}
@media not screen and (min-width: 768px) {
  .cast__reviews .review__card:hover {
    transform: none;
  }
}
.cast__reviews .review__card .review__card__body .review__card__therapist {
  margin: 0.1388888889vw 0 0.6944444444vw;
  font-size: 1.5277777778vw;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (min-width: 1440px) {
  .cast__reviews .review__card .review__card__body .review__card__therapist {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card .review__card__body .review__card__therapist {
    font-size: 4.4328552803vw;
  }
}
.cast__reviews .review__card .review__card__body .review__card__therapist a {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.2s ease;
}
.cast__reviews .review__card .review__card__body .review__card__therapist a:hover {
  color: var(--color-main);
}
.cast__reviews .review__card .review__card__body .review__card__meta {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.9722222222vw;
  flex-direction: column;
  gap: 0.2777777778vw;
  margin-bottom: 0.9722222222vw;
}
@media (min-width: 1440px) {
  .cast__reviews .review__card .review__card__body .review__card__meta {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card .review__card__body .review__card__meta {
    font-size: 3.3898305085vw;
  }
}
@media (min-width: 1440px) {
  .cast__reviews .review__card .review__card__body .review__card__meta {
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card .review__card__body .review__card__meta {
    gap: 0.7822685789vw;
  }
}
@media (min-width: 1440px) {
  .cast__reviews .review__card .review__card__body .review__card__meta {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card .review__card__body .review__card__meta {
    margin-bottom: 2.6075619296vw;
  }
}
.cast__reviews .review__card .review__card__body .review__card__meta .review__card__author,
.cast__reviews .review__card .review__card__body .review__card__meta .review__card__date {
  font-size: 0.9722222222vw;
  color: color-mix(in srgb, var(--color-text) 78%, transparent);
  letter-spacing: 0.04em;
}
@media (min-width: 1440px) {
  .cast__reviews .review__card .review__card__body .review__card__meta .review__card__author,
  .cast__reviews .review__card .review__card__body .review__card__meta .review__card__date {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card .review__card__body .review__card__meta .review__card__author,
  .cast__reviews .review__card .review__card__body .review__card__meta .review__card__date {
    font-size: 3.3898305085vw;
  }
}
.cast__reviews .review__card .review__card__body .review__card__meta .review__card__rating .review__card__stars {
  color: var(--color-main);
  font-size: 1.1111111111vw;
  letter-spacing: 0.08em;
}
@media (min-width: 1440px) {
  .cast__reviews .review__card .review__card__body .review__card__meta .review__card__rating .review__card__stars {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card .review__card__body .review__card__meta .review__card__rating .review__card__stars {
    font-size: 3.6505867014vw;
  }
}
.cast__reviews .review__card .review__card__body .review__card__meta .review__card__extra__value {
  display: block;
  color: var(--color-text);
  line-height: 1.6;
  white-space: pre-wrap;
  font-size: 0.9722222222vw;
}
@media (min-width: 1440px) {
  .cast__reviews .review__card .review__card__body .review__card__meta .review__card__extra__value {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card .review__card__body .review__card__meta .review__card__extra__value {
    font-size: 3.3898305085vw;
  }
}
.cast__reviews .review__card .review__card__body .review__card__content {
  padding-top: 0.8333333333vw;
  border-top: 1px solid color-mix(in srgb, var(--color-main) 14%, transparent);
}
.cast__reviews .review__card .review__card__body .review__card__content .review__card__extra__label {
  font-size: 0.8333333333vw;
  letter-spacing: 0.2em;
  color: var(--color-main);
  margin-bottom: 0.4166666667vw;
  display: block;
}
@media (min-width: 1440px) {
  .cast__reviews .review__card .review__card__body .review__card__content .review__card__extra__label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card .review__card__body .review__card__content .review__card__extra__label {
    font-size: 2.8683181226vw;
  }
}
.cast__reviews .review__card .review__card__body .review__card__content .review__card__extra__value {
  font-size: 1.0416666667vw;
  line-height: 1.85;
  color: var(--color-text);
}
@media (min-width: 1440px) {
  .cast__reviews .review__card .review__card__body .review__card__content .review__card__extra__value {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card .review__card__body .review__card__content .review__card__extra__value {
    font-size: 3.3898305085vw;
  }
}
.cast__reviews .review__card .review__card__body .review__card__extras {
  margin-top: 0.6944444444vw;
  padding-top: 0.6944444444vw;
  border-top: 1px dashed color-mix(in srgb, var(--color-main) 18%, transparent);
}
.cast__reviews .review__card .review__card__body .review__card__extras .review__card__extra__label {
  font-size: 0.8333333333vw;
  letter-spacing: 0.15em;
  color: var(--color-main);
  margin-right: 0.5em;
}
@media (min-width: 1440px) {
  .cast__reviews .review__card .review__card__body .review__card__extras .review__card__extra__label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card .review__card__body .review__card__extras .review__card__extra__label {
    font-size: 2.8683181226vw;
  }
}
.cast__reviews .review__card .review__card__body .review__card__extras .review__card__extra__value {
  font-size: 0.9722222222vw;
  color: var(--color-text);
}
@media (min-width: 1440px) {
  .cast__reviews .review__card .review__card__body .review__card__extras .review__card__extra__value {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cast__reviews .review__card .review__card__body .review__card__extras .review__card__extra__value {
    font-size: 3.3898305085vw;
  }
}

/* krc-review-form-wrapper — 口コミ投稿フォーム(ikemen-parasol 版を移植) */
.krc-review-form-wrapper {
  border-radius: 1.25vw;
  padding: 2.5vw;
  background: var(--color-white);
  margin-top: 4.1666666667vw;
  box-shadow: 0 0.6944444444vw 1.9444444444vw color-mix(in srgb, var(--color-main) 16%, transparent), 0 0.1388888889vw 0.4166666667vw rgba(15, 31, 63, 0.04);
  border: 1px solid color-mix(in srgb, var(--color-main) 22%, transparent);
}
@media (min-width: 1440px) {
  .krc-review-form-wrapper {
    border-radius: 18px;
  }
}
@media (max-width: 767px) {
  .krc-review-form-wrapper {
    border-radius: 3.1290743155vw;
  }
}
@media (min-width: 1440px) {
  .krc-review-form-wrapper {
    padding: 36px;
  }
}
@media (max-width: 767px) {
  .krc-review-form-wrapper {
    padding: 5.2151238592vw;
  }
}
@media (min-width: 1440px) {
  .krc-review-form-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .krc-review-form-wrapper {
    margin-top: 9.3872229465vw;
  }
}
.krc-review-form-wrapper .heading__container {
  margin-bottom: 2.2222222222vw;
}
@media (min-width: 1440px) {
  .krc-review-form-wrapper .heading__container {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .krc-review-form-wrapper .heading__container {
    margin-bottom: 6.258148631vw;
  }
}

.krc-review-form {
  display: block;
  /* submit(背景/枠/フローラル装飾は top.scss の共通ボタングループで付与) */
}
.krc-review-form label {
  display: block;
  margin-top: 1.25vw;
  margin-bottom: 1.25vw;
  color: var(--color-text);
  font-weight: 700;
  font-size: 0.9722222222vw;
  letter-spacing: 0.06em;
}
@media (min-width: 1440px) {
  .krc-review-form label {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .krc-review-form label {
    margin-top: 3.6505867014vw;
  }
}
@media (min-width: 1440px) {
  .krc-review-form label {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .krc-review-form label {
    margin-bottom: 3.6505867014vw;
  }
}
@media (min-width: 1440px) {
  .krc-review-form label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .krc-review-form label {
    font-size: 3.3898305085vw;
  }
}
.krc-review-form label > select,
.krc-review-form label > input[type=text],
.krc-review-form label > input[type=tel],
.krc-review-form label > textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.5555555556vw;
  padding-top: 0.9722222222vw;
  padding-bottom: 0.9722222222vw;
  padding-left: 1.1111111111vw;
  padding-right: 1.1111111111vw;
  border: 1px solid color-mix(in srgb, var(--color-main) 35%, transparent);
  border-radius: 0.6944444444vw;
  background: var(--color-white);
  color: var(--color-text);
  font-size: 1.0416666667vw;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 1440px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel],
  .krc-review-form label > textarea {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel],
  .krc-review-form label > textarea {
    padding-top: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel],
  .krc-review-form label > textarea {
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel],
  .krc-review-form label > textarea {
    padding-bottom: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel],
  .krc-review-form label > textarea {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel],
  .krc-review-form label > textarea {
    padding-left: 3.1290743155vw;
  }
}
@media (min-width: 1440px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel],
  .krc-review-form label > textarea {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel],
  .krc-review-form label > textarea {
    padding-right: 3.1290743155vw;
  }
}
@media (min-width: 1440px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel],
  .krc-review-form label > textarea {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel],
  .krc-review-form label > textarea {
    border-radius: 2.0860495437vw;
  }
}
@media (min-width: 1440px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel],
  .krc-review-form label > textarea {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel],
  .krc-review-form label > textarea {
    font-size: 3.3898305085vw;
  }
}
.krc-review-form label > select:focus,
.krc-review-form label > input[type=text]:focus,
.krc-review-form label > input[type=tel]:focus,
.krc-review-form label > textarea:focus {
  border-color: var(--color-main);
  box-shadow: 0 0 0 0.2083333333vw color-mix(in srgb, var(--color-main) 18%, transparent);
}
.krc-review-form label > select,
.krc-review-form label > input[type=text],
.krc-review-form label > input[type=tel] {
  height: 3.6111111111vw;
}
@media (min-width: 1440px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel] {
    height: 52px;
  }
}
@media (max-width: 767px) {
  .krc-review-form label > select,
  .krc-review-form label > input[type=text],
  .krc-review-form label > input[type=tel] {
    height: 10.9517601043vw;
  }
}
.krc-review-form label > textarea {
  min-height: 12.5vw;
  resize: vertical;
  line-height: 1.7;
}
@media (min-width: 1440px) {
  .krc-review-form label > textarea {
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  .krc-review-form label > textarea {
    min-height: 33.8983050847vw;
  }
}
.krc-review-form button[type=submit] {
  width: 100%;
  margin-top: 1.6666666667vw;
  margin-bottom: 0.8333333333vw;
  color: var(--color-white);
  font-weight: 700;
  height: 3.8888888889vw;
  font-size: 1.0416666667vw;
  letter-spacing: 0.2em;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .krc-review-form button[type=submit] {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .krc-review-form button[type=submit] {
    margin-top: 4.6936114733vw;
  }
}
@media (min-width: 1440px) {
  .krc-review-form button[type=submit] {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .krc-review-form button[type=submit] {
    margin-bottom: 2.0860495437vw;
  }
}
@media (min-width: 1440px) {
  .krc-review-form button[type=submit] {
    height: 56px;
  }
}
@media (max-width: 767px) {
  .krc-review-form button[type=submit] {
    height: 11.9947848761vw;
  }
}
@media (min-width: 1440px) {
  .krc-review-form button[type=submit] {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .krc-review-form button[type=submit] {
    font-size: 3.6505867014vw;
  }
}
.krc-review-form button[type=submit]:hover {
  opacity: 0.85;
}

/* 星評価(共通・krc-reviews.js が .active を付与) */
.krc-rating-field {
  display: flex;
  flex-direction: column;
  margin-top: 1.25vw;
  margin-bottom: 1.25vw;
}
@media (min-width: 1440px) {
  .krc-rating-field {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .krc-rating-field {
    margin-top: 3.6505867014vw;
  }
}
@media (min-width: 1440px) {
  .krc-rating-field {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .krc-rating-field {
    margin-bottom: 3.6505867014vw;
  }
}

.krc-rating-field > span {
  display: inline-block;
  font-weight: 700;
  font-size: 0.9722222222vw;
  letter-spacing: 0.06em;
  color: var(--color-text);
  margin-bottom: 0.6944444444vw;
}
@media (min-width: 1440px) {
  .krc-rating-field > span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .krc-rating-field > span {
    font-size: 3.3898305085vw;
  }
}

.krc-stars {
  display: inline-flex;
  gap: 0.4166666667vw;
  align-items: center;
}
@media (min-width: 1440px) {
  .krc-stars {
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .krc-stars {
    gap: 1.0430247718vw;
  }
}
.krc-stars .krc-star {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2.0833333333vw;
  line-height: 1;
  color: color-mix(in srgb, var(--color-main) 18%, #d3d8e2);
  transition: transform 0.18s ease, color 0.18s ease, text-shadow 0.18s ease;
  padding: 0;
}
@media (min-width: 1440px) {
  .krc-stars .krc-star {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .krc-stars .krc-star {
    font-size: 6.258148631vw;
  }
}
.krc-stars .krc-star:hover {
  transform: scale(1.12);
  color: var(--color-main);
}
@media not screen and (min-width: 768px) {
  .krc-stars .krc-star:hover {
    transform: none;
  }
}
.krc-stars .krc-star.active {
  color: var(--color-main);
  text-shadow: 0 0 0.5555555556vw color-mix(in srgb, var(--color-main) 45%, transparent);
}

/* ============================
 * megami: リファレンス共通装飾
 * ============================ */
/* inner widths */
.inner600 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.inner700 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.inner800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.inner900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.inner1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.inner1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* side gutters */
.width_p10 {
  width: calc(100% - 20px);
}

.width_p20 {
  width: calc(100% - 40px);
}

.width_p30 {
  width: calc(100% - 60px);
}

/* section padding */
.section_pad110 {
  padding: min(12%, 110px) 0;
}

.section_pad80 {
  padding: min(10%, 80px) 0;
}

.section_pad60 {
  padding: min(10%, 60px) 0;
}

.section_pad40 {
  padding: min(6%, 40px) 0;
}

.section_pad30 {
  padding: min(6%, 30px) 0;
}

/* box padding */
.box_pad10 {
  padding: var(--min4-10px);
}

.box_pad15 {
  padding: var(--min4-15px);
}

.box_pad20 {
  padding: var(--min5-20px);
}

/* spacing helpers (margin-top) */
.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_section20 {
  margin-top: min(4%, 20px);
}

.mt_section40 {
  margin-top: min(5%, 40px);
}

.mt_section60 {
  margin-top: min(7%, 60px);
}

.mt_section80 {
  margin-top: min(10%, 80px);
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_80 {
  margin-bottom: 80px;
}

.pt_section40 {
  padding-top: min(6%, 40px);
}

.m0_auto {
  margin: 0 auto;
}

/* font sizes (helpers) */
.fs_sss {
  font-size: 0.7em;
}

.fs_ss {
  font-size: 0.75em;
}

.fs_s {
  font-size: 0.8em;
}

.fs_l {
  font-size: 1.2em;
}

.fs_ll {
  font-size: 1.5em;
}

.fw_b {
  font-weight: bold;
}

/* text colors */
.f_color_main1 {
  color: var(--color-maingreen1);
}

.f_color_seagreen {
  color: var(--color-seagreen);
}

.f_color_gray1 {
  color: var(--color-gray1);
}

.f_color_gray2 {
  color: var(--color-gray2);
}

.f_color_gray4 {
  color: var(--color-gray4);
}

.f_color_pink1 {
  color: var(--color-pink1);
}

.f_color_pink2 {
  color: var(--color-pink2);
}

.f_color_blue3 {
  color: var(--color-blue3);
}

.f_color_white {
  color: var(--color-white);
}

/* font face */
.ff_en {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

/* text align */
.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_center {
  text-align: center;
}

/* gradation text */
.txt_gradation1 {
  display: inline-block;
  background: linear-gradient(360deg, #e71d72 0%, #ff7e57 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* backgrounds */
.bg_color1 {
  background: var(--color-palegreen3);
}

.bg_color2 {
  background: var(--color-palegreen3);
}

.bg_colorw {
  background: var(--color-white);
}

.bg_pat1 {
  background: repeat center center/32px url("../images/pat1.png");
}

.bg_photo1_1 {
  background: no-repeat center top/cover url("../images/bg_photo1_1.jpg");
}

.bg_photo1_2 {
  background: no-repeat center top/cover url("../images/bg_photo1_2.jpg");
}

.bg_photo1_3 {
  background: no-repeat center top/cover url("../images/bg_photo1_3.jpg");
}

.bg_photo1_4 {
  background: no-repeat center top/cover url("../images/bg_photo1_4.jpg");
}

/* section border decorations */
[class*=bg_border1_],
[class*=bg_border2_] {
  position: relative;
}

[class*=bg_border1_]::before,
[class*=bg_border2_]::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
}

[class*=bg_border2_]::after {
  background: var(--bg-gradation6);
  height: 2px;
}

.bg_border1_top::before,
.bg_border2_top::after {
  top: 0;
}

.bg_border1_bottom::before,
.bg_border2_bottom::after {
  bottom: 0;
}

/* responsive br */
.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}
/* display utilities (PC/SP切替) */
.bl_480,
.bl_600,
.bl_700,
.bl_800,
.bl_900,
.bl_1000 {
  display: none;
}

@media screen and (max-width: 480px) {
  .bl_480 {
    display: inline;
  }
  .del_400 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .bl_600 {
    display: inline;
  }
  .del_600 {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .del_400 {
    display: inline;
  }
}
/* titles */
.title_main {
  line-height: 1.4em;
  font-size: clamp(18px, 5vw, 26px);
  color: var(--color-maingreen1);
}

.title_main.ff_en {
  letter-spacing: 0.25em;
}

.title_main2 {
  line-height: 1.4em;
  font-size: clamp(18px, 5vw, 20px);
  color: var(--color-pink1);
}

.title_sub {
  line-height: 1.4em;
  letter-spacing: 0.25em;
  font-size: 0.9em;
  color: var(--color-gray5);
}

.title_box1 {
  text-align: left;
  margin-bottom: var(--min5-20px);
}

.title_pointbox {
  padding-left: 1.5em;
}

.title_point,
.title_point2 {
  position: relative;
}

.title_point::before,
.title_point2::before {
  position: absolute;
  content: "";
  background: var(--color-maingreen2);
}

.title_point::before {
  left: -1.6ex;
  top: calc(50% - 0.8ex);
  width: 0.3ex;
  height: 1.6ex;
  transform: rotate(30deg);
  transform-origin: center center;
}

.title_point2::before {
  left: -2ex;
  top: calc(50% - 0.1ex);
  width: 1.6ex;
  height: 0.2ex;
}

.title_point3 {
  overflow: hidden;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 auto;
}

.title_point3 span {
  position: relative;
  display: inline-block;
  padding: 0 0.6em;
  text-align: left;
}

.title_point3 span::before,
.title_point3 span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--color-gray1);
}

.title_point3 span::before {
  right: 100%;
}

.title_point3 span::after {
  left: 100%;
}

/* boxes (装飾枠) */
.txt_box1 {
  padding: var(--min5-20px);
  background: var(--color-white);
}

.txt_box_outer1 {
  padding: var(--min4-15px);
  background: rgba(254, 254, 254, 0.7);
  z-index: 5;
  position: relative;
}

.txt_box_outer1_plant {
  position: relative;
  padding: 8px;
  background: rgba(254, 254, 254, 0.7);
}

.txt_box_outer1_plant::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  background: url("../images/point1_plant1.png") left top no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
}

.txt_box_outer1_plant::after {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  background: url("../images/point1_plant2.png") left top no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
}

.deco_box1_plant {
  position: relative;
  padding: 4px;
}

.deco_box1_plant::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  background: url("../images/point1_plant1_white.png") left top no-repeat;
  background-size: 100% auto;
  width: 32px;
  height: 32px;
  pointer-events: none;
}

.deco_box1_plant::after {
  position: absolute;
  content: "";
  bottom: 4px;
  right: 4px;
  background: url("../images/point1_plant2_white.png") left top no-repeat;
  background-size: 100% auto;
  width: 32px;
  height: 32px;
  pointer-events: none;
}

.deco_box1 {
  padding: var(--min5-20px);
  background-image: url("../images/point1_1.png"), url("../images/point1_2.png"), url("../images/point1_3.png"), url("../images/point1_4.png");
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: min(10%, 30px);
}

.border_box1 {
  border: 1px solid var(--color-maingreen2);
  padding: var(--min4-15px);
}

/* buttons */
.btn1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 200px;
  padding: 14px 30px;
  color: var(--color-white);
  background: var(--color-gray3);
  font-size: clamp(13px, 4vw, 15px);
  line-height: 1.3;
  text-align: center;
  border-radius: 999px;
  transition: opacity 0.3s;
}

.btn1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn1:hover {
  opacity: 0.7;
}

.btn_green {
  background: #4cc764;
}

.btn_pink {
  background: var(--color-maingreen1);
}

/* btn_flower (花柄) */
.btn_flower {
  display: block;
  position: relative;
  width: fit-content;
  margin: min(8%, 40px) auto 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.btn_flower::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  width: 28px;
  height: 28px;
  background: url("../images/bg_flower1_1.png") center center/contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.btn_flower::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  width: 28px;
  height: 28px;
  background: url("../images/bg_flower1_2.png") center center/contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.btn_flower .btn_flower_inbox {
  display: inline-block;
  padding: 12px 30px;
  color: var(--color-maingreen1);
  background: var(--color-white);
  border: 1px solid var(--color-maingreen1);
  border-radius: 999px;
  font-size: clamp(13px, 4vw, 15px);
  line-height: 1.3;
  letter-spacing: 0.05em;
  transition: opacity 0.3s, background 0.3s, color 0.3s;
}

.btn_flower:hover .btn_flower_inbox {
  background: var(--color-maingreen1);
  color: var(--color-white);
}

/* hover_act */
.hover_act1 {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s;
}

.hover_act1:hover {
  opacity: 0.5;
}

/* fade-in (Intersection Observer 用) */
.fadein1 {
  opacity: 0;
}

.fadein1.on {
  animation-name: megami-fadein1;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes megami-fadein1 {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fadein2 {
  opacity: 0;
  filter: blur(10px);
}

.fadein2.on {
  animation-name: megami-fadein2;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes megami-fadein2 {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
  }
}
/* lazy fade for img */
.lazy_fade {
  opacity: 0;
  transition: opacity 1s;
}

.lazy_fade.lazyloaded {
  opacity: 1;
}

/* balloon */
.balloon {
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 8px;
  padding: 2px 5px;
  color: var(--color-text);
  background: var(--color-pink3);
  border-radius: 20px;
  text-align: center;
}

.balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: var(--color-pink3);
  border-width: 6px;
  margin-left: -6px;
  pointer-events: none;
}

/* f_box */
.f_box {
  display: flex;
  flex-wrap: wrap;
}

/* underline */
.under_line1 {
  background: linear-gradient(transparent 65%, var(--color-pink4) 65%);
}

/* ============================
 * header (固定 + スクロール出現)
 * ============================ */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 3.3333333333vw;
  transition: background 0.3s ease;
  /* 透明時の帯が直下のパンくず等のクリックを奪わないよう透過(操作可能な子は個別に auto) */
  pointer-events: none;
}
@media (min-width: 1440px) {
  header {
    height: 48px;
  }
}
@media (max-width: 767px) {
  header {
    height: 12.5162972621vw;
  }
}

header.fixed {
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
}

/* logo: 通常非表示、fixed 時にフェードイン */
.header_logo {
  display: none;
  flex-shrink: 0;
  height: 4.5138888889vw;
  margin-left: 0.8333333333vw;
  animation: header-showlogo 1s linear 0s;
}
@media (min-width: 1440px) {
  .header_logo {
    height: 65px;
  }
}
@media (max-width: 767px) {
  .header_logo {
    height: 14.3415906128vw;
  }
}
@media (min-width: 1440px) {
  .header_logo {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .header_logo {
    margin-left: 2.6075619296vw;
  }
}

.header_logo a {
  display: block;
  height: 100%;
}

.header_logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
  display: block;
}

header.fixed .header_logo {
  display: block;
}

@keyframes header-showlogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* header banner / PC nav (右側、fixed 時のみ表示) */
.header_bnr_nav {
  display: none;
}

header.fixed .header_bnr_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 60px; /* 右端の固定ハンバーガー分を確保 */
}

.header_bnr_nav .pc_nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_bnr_nav .pc_nav ul li {
  padding: 0 4px;
  line-height: 1.2em;
  text-align: center;
}

.header_bnr_nav .pc_nav ul li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 6px 0;
  color: var(--color-gray3);
  font-size: 11px;
  white-space: nowrap;
  transition: color 0.2s;
}

.header_bnr_nav .pc_nav ul li a:hover {
  color: var(--color-maingreen1);
}

.header_bnr_nav .pc_nav ul li a span {
  display: block;
  font-size: 9px;
  color: var(--color-gray1);
  margin-top: 2px;
  white-space: nowrap;
}

@media screen and (max-width: 1040px) {
  header.fixed .header_bnr_nav {
    display: none;
  }
}
/* ============================
 * hamburger button (.btn_menu / .btn-trigger / #btn_icon)
 * ============================ */
.btn_menu {
  position: fixed;
  height: 48px;
  width: 48px;
  top: 0;
  right: 0;
  z-index: 9999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}

.btn-trigger {
  position: relative;
  width: 28px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 0;
  transition: all 0.5s;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-maingreen1);
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 9px;
  opacity: 1;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* hamburger → X (header.open 時) */
header.open .btn-trigger span:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
}

header.open .btn-trigger span:nth-of-type(2) {
  opacity: 0;
}

header.open .btn-trigger span:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ============================
 * drawer (#nav-d-bg / #nav_drawer)
 * ============================ */
#nav-d-bg {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  width: 120%;
  height: 100%;
  right: -120%;
  top: 0;
  transition: transform 0.5s ease;
  z-index: 9999;
  pointer-events: none;
}

header.open #nav-d-bg {
  transform: matrix(2.7, 0, 0, 2.7, 0, 0);
  transition-delay: 0s;
  pointer-events: auto;
}

#nav_drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 参考サイトは全体 border-box。content-box だと padding 分が右・下にはみ出し全体が左寄りに見える */
  box-sizing: border-box;
  z-index: 10000;
  padding: 44px min(10%, 16px) 30px;
  pointer-events: none;
}

header.open #nav_drawer {
  display: block;
  animation: header-fadein-drawer 0.5s ease-in 0.3s both;
  pointer-events: auto;
}

@keyframes header-fadein-drawer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav_drawer_inner {
  height: 100%;
  overflow-y: auto;
  text-align: center;
}

.nav_drawer_inner .d_logo {
  max-width: 120px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

/* drawer menu list (.d_menu_list) */
.d_menu_list {
  max-width: 700px;
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 8px;
  padding: 0 8px;
  list-style: none;
}

.d_menu_list li {
  width: calc(50% - 8px);
  /* border-box でないと padding 分が幅に乗り 2 カラムが 1 カラムに落ちる(参考サイトは border-box) */
  box-sizing: border-box;
  position: relative;
  text-align: left;
  padding: 6px 20px 6px 5px;
  border-bottom: 1px dotted var(--color-gray3);
  margin-bottom: 5px;
  line-height: 1.4em;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.d_menu_list li::after {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--color-maingreen1);
  border-bottom: 1px solid var(--color-maingreen1);
  transform: rotate(315deg);
  transition: 0.3s ease-in-out;
}

.d_menu_list li:hover {
  background: var(--color-palegreen1);
}

.d_menu_list li:hover::after {
  right: 8px;
}

.d_menu_list li:hover a {
  color: var(--color-maingreen1);
}

.d_menu_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  letter-spacing: 0.12em;
  /* 参考サイトのメニュー文字色(span 有無どちらのラベル形式でも #959595 で統一) */
  color: var(--color-text);
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.d_menu_list li span {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--color-text);
}

/* SNS icons (.icon_box) — 参考サイト: 30px フルカラーアイコンを間隔 20px で中央配置 */
.icon_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.icon_box a {
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: opacity 0.3s;
}

.icon_box a:hover {
  opacity: 0.5;
}

.icon_box .icon_f_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* drawer 内 infobox (電話 BOX) — 参考サイトの em 体系(基準 12px)に合わせる */
#nav_drawer .infobox {
  max-width: 300px;
  margin: 16px auto 0;
  position: relative;
  background: var(--color-palegreen3);
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  #nav_drawer .infobox {
    font-size: 13px;
  }
}

#nav_drawer .infobox p {
  /* テーマ共通の p 要素規則(可変 font-size)を打ち消し、参考サイトの 12px(=1em)基準に揃える */
  font-size: 1em;
}

#nav_drawer .infobox .box_pad10 {
  padding: 10px;
}

#nav_drawer .infobox .info_tel {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#nav_drawer .infobox .info_tel a {
  display: inline-block;
  /* 参考サイトはベース a の #464646(ピンク太字ではない) */
  color: #464646;
  font-size: 1.2em;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-decoration: none;
}

/* 植物コーナー装飾 (.flame_dec1 / .flame_dec2) */
.flame_dec1,
.flame_dec2 {
  position: relative;
}

.flame_dec1::before,
.flame_dec2::before {
  position: absolute;
  content: "";
  background: url("../images/point1_plant1.png") left top no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.flame_dec1::after,
.flame_dec2::after {
  position: absolute;
  content: "";
  background: url("../images/point1_plant2.png") left top no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.flame_dec1::before {
  top: 0;
  left: 0;
}

.flame_dec1::after {
  bottom: 0;
  right: 0;
}

.flame_dec2::before {
  top: 0;
  right: 0;
  transform: scale(-1, 1);
}

.flame_dec2::after {
  bottom: 0;
  left: 0;
  transform: scale(-1, 1);
}

/* body スクロール抑止 (drawer open 時) */
body.no__scroll {
  overflow: hidden;
}

footer {
  margin-top: 8.3333333333vw;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  /* フッター直前のページ名帯(参考サイト準拠) */
  /* フッターナビ: 参考サイト準拠の日本語リンクグリッド(PC 5列 / SP 3列)。
     WP メニュー(footer location)の素テキストラベルをそのまま表示 */
  /* PC 右下固定の予約バー(参考サイト #footer_nav_pc 相当)。SP は .footer__fixed__button を維持 */
  /* 電話番号2(出張受付など)があり項目が 3 つ並ぶ場合は 3 カラム */
}
@media (min-width: 1440px) {
  footer {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  footer {
    margin-top: 15.6453715776vw;
  }
}
footer .footer-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
footer .footer__page__band {
  width: 100%;
  background: var(--color-main);
  text-align: center;
  padding: 4px 0;
}
footer .footer__page__band span {
  color: var(--color-white);
  font-size: 0.7638888889vw;
  letter-spacing: 0.06em;
}
@media (min-width: 1440px) {
  footer .footer__page__band span {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  footer .footer__page__band span {
    font-size: 2.6075619296vw;
  }
}
footer #footer-menu {
  width: 52.7777777778vw;
  margin-top: 2.7777777778vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 1.6666666667vw;
  row-gap: 0.9722222222vw;
}
@media (min-width: 1440px) {
  footer #footer-menu {
    width: 760px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu {
    width: 91.2646675359vw;
  }
}
@media (min-width: 1440px) {
  footer #footer-menu {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu {
    margin-top: 10.4302477184vw;
  }
}
@media (min-width: 1440px) {
  footer #footer-menu {
    column-gap: 24px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu {
    column-gap: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  footer #footer-menu {
    row-gap: 14px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu {
    row-gap: 3.1290743155vw;
  }
}
@media not screen and (min-width: 768px) {
  footer #footer-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
footer #footer-menu li {
  text-align: center;
}
footer #footer-menu li a {
  display: block;
  color: var(--color-main);
  font-size: 0.9027777778vw;
  letter-spacing: 0.12em;
  line-height: 1.5;
  transition: opacity 0.3s;
}
@media (min-width: 1440px) {
  footer #footer-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu li a {
    font-size: 3.1290743155vw;
  }
}
footer #footer-menu li a:hover {
  opacity: 0.6;
}
footer .footer__logo__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 2.7777777778vw;
  /* 受付番号(ルーム/出張)。参考サイト .info_txt p.tel 相当 */
}
@media (min-width: 1440px) {
  footer .footer__logo__container {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container {
    margin-top: 13.037809648vw;
  }
}
footer .footer__logo__container img {
  width: 22.2222222222vw;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  footer .footer__logo__container img {
    width: 320px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container img {
    width: 62.5814863103vw;
  }
}
footer .footer__logo__container p {
  font-size: 0.9027777778vw;
  color: var(--color-main);
  text-align: center;
  letter-spacing: 0;
  margin-top: 1em;
}
@media (min-width: 1440px) {
  footer .footer__logo__container p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container p {
    font-size: 3.3898305085vw;
  }
}
@media not screen and (min-width: 768px) {
  footer .footer__logo__container p {
    width: 100%;
  }
}
footer .footer__logo__container span {
  margin-top: 0.6944444444vw;
}
@media (min-width: 1440px) {
  footer .footer__logo__container span {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container span {
    margin-top: 1.3037809648vw;
  }
}
footer .footer__logo__container span a {
  color: var(--color-main);
  font-size: 1.1111111111vw;
}
@media (min-width: 1440px) {
  footer .footer__logo__container span a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container span a {
    font-size: 4.1720990874vw;
  }
}
footer .footer__logo__container .footer__shop__discription {
  margin-top: 1.3888888889vw;
  width: 59.7222222222vw;
}
@media (min-width: 1440px) {
  footer .footer__logo__container .footer__shop__discription {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__shop__discription {
    margin-top: 13.037809648vw;
  }
}
@media (min-width: 1440px) {
  footer .footer__logo__container .footer__shop__discription {
    width: 860px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__shop__discription {
    width: 96.479791395vw;
  }
}
footer .footer__logo__container .footer__shop__discription p,
footer .footer__logo__container .footer__shop__discription a {
  font-size: 0.9027777778vw;
  color: var(--color-main);
  text-align: center;
}
@media (min-width: 1440px) {
  footer .footer__logo__container .footer__shop__discription p,
  footer .footer__logo__container .footer__shop__discription a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__shop__discription p,
  footer .footer__logo__container .footer__shop__discription a {
    font-size: 3.3898305085vw;
  }
}
@media not screen and (min-width: 768px) {
  footer .footer__logo__container .footer__shop__discription p,
  footer .footer__logo__container .footer__shop__discription a {
    margin: 0 auto;
  }
}
footer .footer__logo__container .footer__tel__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.2222222222vw;
  margin-top: 1.3888888889vw;
}
@media (min-width: 1440px) {
  footer .footer__logo__container .footer__tel__container {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__tel__container {
    gap: 2.0860495437vw;
  }
}
@media (min-width: 1440px) {
  footer .footer__logo__container .footer__tel__container {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__tel__container {
    margin-top: 5.2151238592vw;
  }
}
@media not screen and (min-width: 768px) {
  footer .footer__logo__container .footer__tel__container {
    flex-direction: column;
  }
}
footer .footer__logo__container .footer__tel__container a {
  color: var(--color-main);
  font-size: 1.1805555556vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1440px) {
  footer .footer__logo__container .footer__tel__container a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__tel__container a {
    font-size: 4.1720990874vw;
  }
}
footer .footer__logo__container .footer__tel__container a span {
  font-size: 0.8333333333vw;
  font-weight: normal;
}
@media (min-width: 1440px) {
  footer .footer__logo__container .footer__tel__container a span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__tel__container a span {
    font-size: 2.8683181226vw;
  }
}
footer .footer__logo__container .footer__sns__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.3888888889vw;
}
@media (min-width: 1440px) {
  footer .footer__logo__container .footer__sns__container {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__sns__container {
    margin-top: 2.6075619296vw;
  }
}
footer .footer__logo__container .footer__sns__container li {
  width: 2.0833333333vw;
  height: auto;
  margin: 0 10px;
}
@media (min-width: 1440px) {
  footer .footer__logo__container .footer__sns__container li {
    width: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__sns__container li {
    width: 6.518904824vw;
  }
}
footer .footer__logo__container .footer__sns__container li a img {
  width: 100%;
}
footer .footer__secondary__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.4722222222vw;
  margin-bottom: 0.6944444444vw;
}
@media (min-width: 1440px) {
  footer .footer__secondary__menu {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  footer .footer__secondary__menu {
    margin-top: 7.8226857888vw;
  }
}
@media (min-width: 1440px) {
  footer .footer__secondary__menu {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  footer .footer__secondary__menu {
    margin-bottom: 2.6075619296vw;
  }
}
footer .footer__secondary__menu li {
  width: fit-content;
}
footer .footer__secondary__menu li span {
  color: var(--color-main);
  font-size: 0.9027777778vw;
}
@media (min-width: 1440px) {
  footer .footer__secondary__menu li span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  footer .footer__secondary__menu li span {
    font-size: 3.3898305085vw;
  }
}
footer .footer__secondary__menu li + li {
  padding-left: 2em;
}
footer .footer__secondary__menu li + li span {
  position: relative;
}
footer .footer__secondary__menu li + li span::before {
  position: absolute;
  content: "/";
  left: -1em;
}
footer .creater__container {
  margin-bottom: 0.6944444444vw;
}
@media (min-width: 1440px) {
  footer .creater__container {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  footer .creater__container {
    margin-bottom: 2.6075619296vw;
  }
}
footer .creater__container span {
  margin: 0 auto;
  display: block;
  width: fit-content;
  color: var(--color-main);
  font-size: 0.8333333333vw;
}
@media (min-width: 1440px) {
  footer .creater__container span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .creater__container span {
    font-size: 3.1290743155vw;
  }
}
footer .creater__container span a {
  font-weight: bold;
  text-align: center;
  color: var(--color-main);
}
footer .copyright__container {
  width: 100%;
  margin-bottom: 0vw;
  height: 1.3888888889vw;
}
@media (min-width: 1440px) {
  footer .copyright__container {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  footer .copyright__container {
    margin-bottom: 13.5593220339vw;
  }
}
@media (min-width: 1440px) {
  footer .copyright__container {
    height: 20px;
  }
}
@media (max-width: 767px) {
  footer .copyright__container {
    height: 4.4328552803vw;
  }
}
footer .copyright__container span {
  display: block;
  text-align: center;
  font-size: 0.9027777778vw;
  color: var(--color-main);
}
@media (min-width: 1440px) {
  footer .copyright__container span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  footer .copyright__container span {
    font-size: 3.1290743155vw;
  }
}
footer .copyright__container span a {
  color: var(--color-main);
}
footer .footer__fixed__button {
  display: none;
}
@media not screen and (min-width: 768px) {
  footer .footer__fixed__button {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  footer .footer__fixed__button li {
    height: 10.4302477184vw;
    background: var(--color-sub);
    width: 100%;
  }
  footer .footer__fixed__button li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1px -1px -1px 1px;
  }
  footer .footer__fixed__button li a svg,
  footer .footer__fixed__button li a img {
    width: 2.6075619296vw;
    height: 2.6075619296vw;
    fill: var(--color-white);
  }
  footer .footer__fixed__button li a span {
    font-size: 3.1290743155vw;
    color: var(--color-white);
    line-height: 1;
    margin-top: 0.5215123859vw;
  }
  footer .footer__fixed__button li + li {
    border-left: solid 1px var(--color-white);
  }
}
footer .footer__pc__reserve {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 960px;
  z-index: 1000;
  background: var(--color-white);
  line-height: 1.6;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
}
@media not screen and (min-width: 768px) {
  footer .footer__pc__reserve {
    display: none;
  }
}
footer .footer__pc__reserve__title {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 10px 0;
  background: var(--bg-gradation7);
  color: var(--color-palegreen3);
}
footer .footer__pc__reserve__title span {
  font-size: 14px;
}
footer .footer__pc__reserve__title p {
  font-size: 11px;
}
footer .footer__pc__reserve__title small {
  font-size: 10px;
}
footer .footer__pc__reserve__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fff2b3 transparent transparent transparent;
}
footer .footer__pc__reserve__title::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  transform: rotate(45deg);
}
footer .footer__pc__reserve.is__closed .footer__pc__reserve__title::after {
  top: 25px;
  transform: rotate(225deg);
}
footer .footer__pc__reserve.is__closed .footer__pc__reserve__list {
  display: none;
}
footer .footer__pc__reserve__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
footer .footer__pc__reserve__list li {
  font-size: 11px;
  padding: min(4%, 15px);
}
footer .footer__pc__reserve__list li + li {
  border-left: 1px solid var(--main-border-soft);
}
footer .footer__pc__reserve__list a {
  position: relative;
  display: block;
  padding-left: 28px;
  transition: opacity 0.3s ease-in-out;
}
footer .footer__pc__reserve__list a:hover {
  opacity: 0.7;
}
footer .footer__pc__reserve__list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
footer .footer__pc__reserve__list.is__triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
footer .footer__pc__reserve__tel {
  background: var(--color-palegreen1);
}
footer .footer__pc__reserve__tel a {
  color: var(--color-pink2);
}
footer .footer__pc__reserve__tel a::before {
  background: url("../images/icon_f_pctel.png") center center/24px no-repeat;
}
footer .footer__pc__reserve__line {
  background: linear-gradient(90deg, #daf7ec 0%, #daf7f2 100%);
}
footer .footer__pc__reserve__line a {
  color: #005b3b;
}
footer .footer__pc__reserve__line a::before {
  background: url("../images/icon_f_pcline.png") center center/24px no-repeat;
}
footer .footer__pc__reserve__name {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-weight: bold;
}
footer .footer__pc__reserve__name::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border: 6px solid transparent;
  border-top: 8px solid currentColor;
}

/* ============================
 * #mainvisual_box (P1: MV)
 * ============================ */
#mainvisual_box {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 90vh;
  position: relative;
  overflow: hidden;
  /* 背景画像は front-page.php でデザイン MV プラグイン(mv_top_page_background / _mobile_)から流し込む */
  background-color: var(--color-palegreen1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#mainvisual_box h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: #ba4d8e;
}

#mainvisual_box .title {
  max-width: 730px;
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
}

#mainvisual_box .title p {
  margin: 0;
}

#mainvisual_box .title p img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ============================
 * #top_concept (P2) — コンセプト文。Figma 準拠
 *   見出し: 26px / 中央 / グラデ, 本文: 13px / 行間1.8 / 中央 / #3a3a3a
 * ============================ */
#top_concept .deco_box1_plant {
  text-align: center;
  display: grid;
  padding: 28px;
}

#top_concept h2.title_main {
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.06em;
  color: var(--color-maingreen1);
  margin-bottom: 18px;
}

#top_concept p {
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #3a3a3a;
  margin-bottom: 16px;
}

#top_concept span {
  color: var(--color-maingreen1);
}

@media screen and (min-width: 600px) {
  #top_concept .deco_box1_plant {
    padding: 40px;
  }
  #top_concept h2.title_main {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
/* hero__section (子ページ等で利用される旧仕様、互換のため残す) */
.hero__section {
  position: relative;
  width: 100%;
  background-size: cover;
  z-index: 1;
  background-position: center;
}

/* news__headline__section */
.news__headline__section {
  width: 100%;
  background: var(--color-sub);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 2.7777777778vw;
}
@media (min-width: 1440px) {
  .news__headline__section {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .news__headline__section {
    height: 7.8226857888vw;
  }
}
.news__headline__section .headline__label {
  height: 100%;
  width: 5.5555555556vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-main);
}
@media (min-width: 1440px) {
  .news__headline__section .headline__label {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .news__headline__section .headline__label {
    width: 20.8604954368vw;
  }
}
.news__headline__section .headline__label span {
  color: var(--color-white);
}
.news__headline__section .news__item {
  width: calc(100% - 2.7777777778vw);
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media not screen and (min-width: 768px) {
  .news__headline__section .news__item {
    width: calc(100% - 5.2151238592vw);
  }
}
.news__headline__section .news__item p {
  position: absolute;
  white-space: nowrap;
  margin: 0;
  line-height: 2.7777777778vw;
  animation: marquee 20s linear infinite;
  font-size: 1.0416666667vw;
}
@media (min-width: 1440px) {
  .news__headline__section .news__item p {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .news__headline__section .news__item p {
    line-height: 7.8226857888vw;
  }
}
@media (min-width: 1440px) {
  .news__headline__section .news__item p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .news__headline__section .news__item p {
    font-size: 3.3898305085vw;
  }
}
.news__headline__section .news__item p a {
  color: var(--color-white);
  text-decoration: none;
}
@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.news__headline__section .news__item p:hover {
  animation-play-state: paused;
}
@media not screen and (min-width: 768px) {
  .news__headline__section .news__item p:hover {
    opacity: inherit;
  }
}

/* cast__section: todays / new_therapist / picup 共通 */
.cast__section {
  width: 100%;
  margin-top: 8.3333333333vw;
  padding-bottom: 5.5555555556vw;
}
@media (min-width: 1440px) {
  .cast__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cast__section {
    margin-top: 15.6453715776vw;
  }
}
@media (min-width: 1440px) {
  .cast__section {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cast__section {
    padding-bottom: 15.6453715776vw;
  }
}

.cast__section .heading__container {
  padding-top: 5.5555555556vw;
}
@media (min-width: 1440px) {
  .cast__section .heading__container {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .cast__section .heading__container {
    padding-top: 15.6453715776vw;
  }
}

.cast__section .cast__list__wrapper {
  width: 100%;
  margin: -36px auto 0;
  max-width: 76.3888888889vw;
  position: relative;
  /* Figma: 横の bleed をここでクリップ(swiper-container は触らず計算を保つ→列数維持)。
     上の装飾(ランク見出し/順位バッジ/NEW ラベル ~上50px)分を padding-top で逃がし、
     同量の負マージンで版面位置を相殺(見出し→カード間隔20pxは維持) */
  overflow: hidden;
  padding: 56px 0 1.3888888889vw;
}
@media (min-width: 1440px) {
  .cast__section .cast__list__wrapper {
    max-width: 1100px;
  }
}
@media (max-width: 767px) {
  .cast__section .cast__list__wrapper {
    max-width: 93.8722294654vw;
  }
}

/* 新人・ピックアップ(カルーセル)・ランキングは参考サイトの inner900 に合わせて 900px に絞る。
   JS 側 slidesPerView 3.5 / spaceBetween 16 と合わせてカード幅 ~246px(参考一致)。
   ランキングは上位3枚グリッド+4位以降スライダー(PC 3枚)でカード幅 ~289px(参考一致)。
   ※ 本日の出勤(グリッド)は 1100px のまま */
.new__therapist__section .cast__list__wrapper,
.picup__section .cast__list__wrapper,
.ranking__section .cast__list__wrapper {
  max-width: 62.5vw;
}
@media (min-width: 1440px) {
  .new__therapist__section .cast__list__wrapper,
  .picup__section .cast__list__wrapper,
  .ranking__section .cast__list__wrapper {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .new__therapist__section .cast__list__wrapper,
  .picup__section .cast__list__wrapper,
  .ranking__section .cast__list__wrapper {
    max-width: 93.8722294654vw;
  }
}

.cast__section .swiper-container {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

/* 新人・ピックアップ・ランキング4位以降: 常に右→左へ連続スクロール(マーキー)。
   JS 側 autoplay.delay:0 + speed(3000/4500)と組み合わせ、等速 linear で無段差ループにする */
.new__therapist__swiper .swiper-wrapper,
.pickup__therapist__swiper .swiper-wrapper,
.ranking__therapist__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.cast__section .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}

.cast__section .swiper-slide .cast__item {
  width: 100%;
  background: var(--color-white);
  overflow: visible;
  box-shadow: 0 2px 8px rgba(231, 43, 128, 0.08);
}

/* todays__section (旧スタイルクリア用、cast__section に集約) */
.todays__section {
  padding-top: 0;
}

/* ranking__section(ランキング: Figma 71:190。カード/順位バッジは _parts.scss 既存) */
.ranking__title {
  text-align: center;
  margin-bottom: 2.0833333333vw;
  padding-top: 5.5555555556vw;
}
@media (min-width: 1440px) {
  .ranking__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ranking__title {
    margin-bottom: 5.2151238592vw;
  }
}
@media (min-width: 1440px) {
  .ranking__title {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .ranking__title {
    padding-top: 15.6453715776vw;
  }
}

.ranking__title h3 {
  /* サイト共通のグラデ見出し(heading__container h2 と同トーン) */
  display: inline-block;
  font-size: 1.8055555556vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.25em;
  padding-left: 0.25em;
  background: linear-gradient(360deg, #e71d72 0%, #ff7e57 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (min-width: 1440px) {
  .ranking__title h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .ranking__title h3 {
    font-size: 4.6936114733vw;
  }
}

.ranking__note {
  text-align: center;
  font-size: 0.9027777778vw;
  color: var(--color-text);
}
@media (min-width: 1440px) {
  .ranking__note {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .ranking__note {
    font-size: 3.1290743155vw;
  }
}

.ranking__section .ranking__items {
  /* ランキングが複数登録された場合の間隔 */
  margin-bottom: 2.7777777778vw;
}
@media (min-width: 1440px) {
  .ranking__section .ranking__items {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ranking__section .ranking__items {
    margin-bottom: 7.8226857888vw;
  }
}

.ranking__section .ranking__items:last-child {
  margin-bottom: 0;
}

/* ランキングは「1〜3位グリッド」と「4位以降スライダー」の 2 wrapper 構成。
   見出し相殺の負マージンを解除しつつ、順位バッジ/ランク帯(上 ~50px)の逃げは維持 */
.ranking__section .cast__list__wrapper {
  margin-top: 0;
  padding-top: 56px;
  margin-bottom: 0;
}

/* スライダー側 wrapper はグリッドとの間隔を詰める(バッジの逃げ分だけ確保) */
.ranking__section .cast__list__wrapper + .cast__list__wrapper {
  padding-top: 40px;
  margin-top: -20px;
}

/* 1〜3位グリッドは 900px wrapper いっぱいに(基底の width:1024/margin-top:120 を解除。
   カード幅 ~289px でスライダー側と揃う=参考一致) */
.ranking__section .cast__list__container {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* topics__section */
.topics__section {
  margin-top: 8.3333333333vw;
  /* カルーセル内のスライドはスライダー幅(880px)いっぱいに表示(Figma 71:47) */
}
@media (min-width: 1440px) {
  .topics__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .topics__section {
    margin-top: 0vw;
  }
}
.topics__section .main__banner__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.topics__section .main__banner__container .main__banner {
  width: 100%;
  max-width: 41.6666666667vw;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
@media (min-width: 1440px) {
  .topics__section .main__banner__container .main__banner {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .topics__section .main__banner__container .main__banner {
    max-width: 101.6949152542vw;
  }
}
.topics__section .main__banner__container .main__banner:hover {
  transform: scale(1.05);
}
@media not screen and (min-width: 768px) {
  .topics__section .main__banner__container .main__banner:hover {
    transform: none;
  }
}
.topics__section .main__banner__container .main__banner a {
  display: block;
}
.topics__section .main__banner__container .main__banner a img {
  width: 100%;
}
.topics__section .main__banner__container .main__banner span {
  text-align: center;
  font-size: 1.1111111111vw;
  display: block;
}
@media (min-width: 1440px) {
  .topics__section .main__banner__container .main__banner span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .topics__section .main__banner__container .main__banner span {
    font-size: 3.6505867014vw;
  }
}
.topics__section .main-banner-slider .main__banner {
  max-width: 100%;
  margin-bottom: 0;
}
.topics__section.no__margin {
  margin-top: 1em;
}

/* reserve__section(予約方法: Figma 準拠・参考サイト #top_bnr) */
.reserve__section {
  margin-top: 4.1666666667vw;
  margin-bottom: 4.1666666667vw;
}
@media (min-width: 1440px) {
  .reserve__section {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .reserve__section {
    margin-top: 10.4302477184vw;
  }
}
@media (min-width: 1440px) {
  .reserve__section {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .reserve__section {
    margin-bottom: 10.4302477184vw;
  }
}

.reserve__banner__list {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
  justify-content: space-between;
}

.reserve__banner__list li {
  width: 100%;
}

.reserve__banner__list a {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.reserve__banner__list a:hover {
  opacity: 0.7;
}

.reserve__banner__list img {
  width: 100%;
  height: auto;
  display: block;
}

.reserve__banner__nolink {
  display: block;
}

.reserve__button__column {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.reserve__button__column a {
  width: calc((100% - 20px) / 3);
}

/* popup__news(右下固定のポップアップニュース: 参考サイト #banner 相当) */
.popup__news {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: min(70vw, 370px);
  justify-content: center;
  align-items: end;
  z-index: 9999;
  padding: 0 10px 10px;
}

.popup__news.is__visible {
  display: flex;
}

.popup__news__content {
  position: relative;
  background: var(--color-white);
  padding: min(4vw, 30px);
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media not screen and (min-width: 768px) {
  .popup__news__content {
    padding: 16px 20px 18px;
  }
}

.popup__news__close {
  position: absolute;
  top: -16px;
  right: -8px;
  width: 32px;
  height: 32px;
  background-color: var(--color-pink2);
  color: var(--color-white);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
}
.popup__news__close::before {
  content: "×";
}

.popup__news__body {
  overflow-y: auto;
  max-height: min(45vh, 480px);
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.8;
  color: var(--color-text);
}
@media not screen and (min-width: 768px) {
  .popup__news__body {
    margin-bottom: 10px;
  }
}
.popup__news__body img {
  max-width: 100%;
  height: auto;
}
.popup__news__body a {
  color: var(--color-pink2);
  border-bottom: 1px solid var(--color-pink2);
}

.popup__news__title {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.popup__news__label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  cursor: pointer;
}
.popup__news__label input {
  appearance: auto;
  accent-color: var(--color-main);
  width: auto;
  margin: 0;
}

/* banner__grid__section(料金表/セラピスト一覧/クレカ/PayPay の2列バナー: Figma 71:706) */
.banner__grid__section {
  margin-top: 4.1666666667vw;
}
@media (min-width: 1440px) {
  .banner__grid__section {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .banner__grid__section {
    margin-top: 10.4302477184vw;
  }
}

.banner__grid__list {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.banner__grid__list a {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.banner__grid__list a:hover {
  opacity: 0.7;
}

.banner__grid__list img {
  width: 100%;
  height: auto;
  display: block;
}

/* recruit__banner__section(求人バナー: Figma 71:711) */
.recruit__banner__section {
  max-width: 600px;
  width: 90%;
  margin-top: 2.7777777778vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  .recruit__banner__section {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .recruit__banner__section {
    margin-top: 7.8226857888vw;
  }
}

.recruit__banner__section a {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.recruit__banner__section a:hover {
  opacity: 0.7;
}

.recruit__banner__section img {
  width: 100%;
  height: auto;
  display: block;
}

/* box__menu__top */
.box__menu__top {
  display: none;
}
@media not screen and (min-width: 768px) {
  .box__menu__top {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-sub);
  }
}

/* top__box__menu */
.top__box__menu {
  display: none;
}
@media not screen and (min-width: 768px) {
  .top__box__menu {
    display: block;
    width: 93.8722294654vw;
    margin: 0 auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    min-height: 10.4302477184vw;
    border-top: solid 2px transparent;
  }
  .top__box__menu ul {
    display: flex;
    flex-direction: row;
  }
  .top__box__menu ul li {
    margin: 0 0.7822685789vw;
    width: calc(25% - 1.5645371578vw);
    min-height: 15.6453715776vw;
    border: solid 1px var(--color-sub);
  }
  .top__box__menu ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1px -1px -1px 1px;
    background: var(--color-sub);
  }
  .top__box__menu ul li a img {
    width: 5.2151238592vw;
    height: auto;
  }
  .top__box__menu ul li a .top__menu__content {
    font-size: 2.8683181226vw;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1.5645371578vw;
  }
  .top__box__menu ul li a .top__menu__content span {
    display: block;
    font-size: 3.1290743155vw;
  }
  .top__box__menu a {
    width: 92.3076923077vw;
    margin: 0 auto;
    display: block;
  }
  .top__box__menu a .top__mune__phone__content {
    display: flex;
    flex-direction: row;
    margin-top: 2.6075619296vw;
    background: var(--color-label);
    border: solid 2px var(--color-main);
    height: 15.6453715776vw;
  }
  .top__box__menu a .top__mune__phone__content .top__menu__phone__icon__wrapper {
    width: 20%;
    background: var(--color-main);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top__box__menu a .top__mune__phone__content .top__menu__phone__icon__wrapper img {
    width: 7.8226857888vw;
  }
  .top__box__menu a .top__mune__phone__content .top__menu__phone__box {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top__box__menu a .top__mune__phone__content .top__menu__phone__box .top__menu__phone__box__content {
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .top__box__menu a .top__mune__phone__content .top__menu__phone__box .top__menu__phone__box__content span {
    display: block;
    font-size: 4.1720990874vw;
  }
  .top__box__menu a .top__mune__phone__content .top__menu__phone__box .top__menu__phone__box__content span.top__mune__phone__number {
    font-size: 5.4758800522vw;
  }
}

/* system__section */
/* section__movie */
.section__movie {
  width: 41.6666666667vw;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .section__movie {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .section__movie {
    width: 93.8722294654vw;
  }
}
.section__movie .movie__content {
  position: relative;
}
.section__movie .movie__content a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.section__movie .movie__content .start__btn {
  position: absolute;
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 1440px) {
  .section__movie .movie__content .start__btn {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .section__movie .movie__content .start__btn {
    width: 26.075619296vw;
  }
}
@media (min-width: 1440px) {
  .section__movie .movie__content .start__btn {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .section__movie .movie__content .start__btn {
    height: 26.075619296vw;
  }
}

/* new__therapist__section (cast__section に集約、固定高さ撤去) */
.new__therapist__section {
  padding: 0;
}

/* diary__section */
.diary__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1440px) {
  .diary__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .diary__section {
    margin-top: 15.6453715776vw;
  }
}
.diary__section .diary__posts__container {
  width: 66.6666666667vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 1440px) {
  .diary__section .diary__posts__container {
    width: 960px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container {
    width: 91.2646675359vw;
  }
}
@media not screen and (min-width: 768px) {
  .diary__section .diary__posts__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.diary__section .diary__posts__container li {
  width: calc(20% - 2.0833333333vw);
  transition: transform 0.3s ease;
  margin: 0 1.0416666667vw;
}
.diary__section .diary__posts__container li:hover {
  transform: scale(1.05);
}
@media not screen and (min-width: 768px) {
  .diary__section .diary__posts__container li:hover {
    transform: none;
  }
}
@media not screen and (min-width: 768px) {
  .diary__section .diary__posts__container li {
    width: 100%;
    margin: 0 auto;
  }
}
.diary__section .diary__posts__container li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media not screen and (min-width: 768px) {
  .diary__section .diary__posts__container li a {
    margin: 0 0 5.2151238592vw 0;
    flex-direction: row;
  }
}
.diary__section .diary__posts__container li a .post__thumbnail {
  width: 10.4166666667vw;
  height: 10.4166666667vw;
}
@media (min-width: 1440px) {
  .diary__section .diary__posts__container li a .post__thumbnail {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container li a .post__thumbnail {
    width: 20.8604954368vw;
  }
}
@media (min-width: 1440px) {
  .diary__section .diary__posts__container li a .post__thumbnail {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container li a .post__thumbnail {
    height: 20.8604954368vw;
  }
}
.diary__section .diary__posts__container li a .post__details {
  width: 10.4166666667vw;
}
@media not screen and (min-width: 768px) {
  .diary__section .diary__posts__container li a .post__details {
    width: calc(100% - 23.4680573664vw);
    margin-left: 2.6075619296vw;
  }
}
.diary__section .diary__posts__container li a .post__details h3 {
  color: var(--color-main);
  font-size: 1.1805555556vw;
  margin-top: 0.6944444444vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1440px) {
  .diary__section .diary__posts__container li a .post__details h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container li a .post__details h3 {
    font-size: 3.9113428944vw;
  }
}
.diary__section .diary__posts__container li a .post__details .post__meta {
  margin-top: 0.3472222222vw;
}
@media (min-width: 1440px) {
  .diary__section .diary__posts__container li a .post__details .post__meta {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container li a .post__details .post__meta {
    margin-top: 2.6075619296vw;
  }
}
.diary__section .diary__posts__container li a .post__details .post__meta span {
  display: block;
  font-size: 1.0416666667vw;
  color: var(--color-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1440px) {
  .diary__section .diary__posts__container li a .post__details .post__meta span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container li a .post__details .post__meta span {
    font-size: 3.3898305085vw;
  }
}

/* picup__section (cast__section に集約、固定高さ撤去) */
.picup__section {
  padding: 0;
}

/* access__section */
.access__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1440px) {
  .access__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .access__section {
    margin-top: 15.6453715776vw;
  }
}
.access__section .map__continer {
  margin-top: 5.2151238592vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.access__section .map__continer .map__content {
  margin-bottom: 5.2151238592vw;
  width: 41.6666666667vw;
}
@media (min-width: 1440px) {
  .access__section .map__continer .map__content {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content {
    width: 93.8722294654vw;
  }
}
.access__section .map__continer .map__content .map-thumbnail {
  width: 100%;
}
.access__section .map__continer .map__content h3 {
  font-size: 1.1111111111vw;
  background: var(--color-main);
  color: var(--color-white);
  padding: 10px 20px;
}
@media (min-width: 1440px) {
  .access__section .map__continer .map__content h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content h3 {
    font-size: 4.1720990874vw;
  }
}
.access__section .map__continer .map__content .map__address {
  color: var(--color-text);
  font-size: 0.9722222222vw;
  padding-top: 1.3888888889vw;
  padding-left: 1.3888888889vw;
  padding-right: 1.3888888889vw;
  padding-bottom: 1.3888888889vw;
  background: color-mix(in srgb, var(--color-white) 45%, transparent);
  line-height: 1.5;
}
@media (min-width: 1440px) {
  .access__section .map__continer .map__content .map__address {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content .map__address {
    font-size: 3.6505867014vw;
  }
}
@media (min-width: 1440px) {
  .access__section .map__continer .map__content .map__address {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content .map__address {
    padding-top: 5.2151238592vw;
  }
}
@media (min-width: 1440px) {
  .access__section .map__continer .map__content .map__address {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content .map__address {
    padding-left: 5.2151238592vw;
  }
}
@media (min-width: 1440px) {
  .access__section .map__continer .map__content .map__address {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content .map__address {
    padding-right: 5.2151238592vw;
  }
}
@media (min-width: 1440px) {
  .access__section .map__continer .map__content .map__address {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content .map__address {
    padding-bottom: 5.2151238592vw;
  }
}
.access__section .map__continer .map__content iframe {
  width: 41.6666666667vw;
}
@media (min-width: 1440px) {
  .access__section .map__continer .map__content iframe {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content iframe {
    width: 93.8722294654vw;
  }
}

/* news__section */
.news__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1440px) {
  .news__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .news__section {
    margin-top: 15.6453715776vw;
  }
}
.news__section .news__list__container {
  width: 59.7222222222vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .news__section .news__list__container {
    width: 860px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container {
    width: 96.479791395vw;
  }
}
.news__section .news__list__container .news__post {
  position: relative;
  margin-bottom: 2.0833333333vw;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  border-radius: 2px;
  border: solid 1px var(--color-main);
}
@media (min-width: 1440px) {
  .news__section .news__list__container .news__post {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post {
    margin-bottom: 7.8226857888vw;
  }
}
.news__section .news__list__container .news__post .news__category {
  position: absolute;
  background: var(--color-main);
  padding: 0.1388888889vw 0.6944444444vw;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -1em;
  left: 1em;
  height: 2.0833333333vw;
}
@media (min-width: 1440px) {
  .news__section .news__list__container .news__post .news__category {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post .news__category {
    height: 5.2151238592vw;
  }
}
@media not screen and (min-width: 768px) {
  .news__section .news__list__container .news__post .news__category {
    padding: 1.0430247718vw 2.0860495437vw;
    left: 0.3em;
  }
}
.news__section .news__list__container .news__post .news__category a {
  color: var(--color-white);
  font-size: 1.1111111111vw;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .news__section .news__list__container .news__post .news__category a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post .news__category a {
    font-size: 3.3898305085vw;
  }
}
.news__section .news__list__container .news__post a {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  color: var(--color-text);
}
.news__section .news__list__container .news__post a .news__post__thumbnail {
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  min-width: 6.9444444444vw;
  min-height: 6.9444444444vw;
  margin-left: 1.3888888889vw;
  transition: transform 0.3s ease;
}
@media (min-width: 1440px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    width: 15.6453715776vw;
  }
}
@media (min-width: 1440px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    height: 15.6453715776vw;
  }
}
@media (min-width: 1440px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    min-width: 15.6453715776vw;
  }
}
@media (min-width: 1440px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    min-height: 15.6453715776vw;
  }
}
@media (min-width: 1440px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    margin-left: 2.6075619296vw;
  }
}
.news__section .news__list__container .news__post a .news__post__thumbnail:hover {
  transform: scale(1.05);
}
@media not screen and (min-width: 768px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail:hover {
    transform: none;
  }
}
.news__section .news__list__container .news__post a .news__post__details {
  margin: 1.3888888889vw;
  height: 6.9444444444vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 11.1111111111vw);
}
@media (min-width: 1440px) {
  .news__section .news__list__container .news__post a .news__post__details {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__details {
    height: 26.075619296vw;
  }
}
@media not screen and (min-width: 768px) {
  .news__section .news__list__container .news__post a .news__post__details {
    margin-left: 3.9113428944vw;
    width: calc(100% - 6.518904824vw);
  }
}
.news__section .news__list__container .news__post a .news__post__details .news__post__date {
  font-size: 0.9027777778vw;
}
@media (min-width: 1440px) {
  .news__section .news__list__container .news__post a .news__post__details .news__post__date {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__details .news__post__date {
    font-size: 3.3898305085vw;
  }
}
.news__section .news__list__container .news__post a .news__post__details h3 {
  margin-top: 0.6944444444vw;
  font-size: 1.1805555556vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  width: 100%;
}
@media (min-width: 1440px) {
  .news__section .news__list__container .news__post a .news__post__details h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__details h3 {
    font-size: 3.9113428944vw;
  }
}
.news__section .news__list__container .news__post a .news__post__details p {
  font-size: 1.0416666667vw;
  margin-top: 0.6944444444vw;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
@media (min-width: 1440px) {
  .news__section .news__list__container .news__post a .news__post__details p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__details p {
    font-size: 3.3898305085vw;
  }
}

/* rich__menu__section */
.rich__menu__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1440px) {
  .rich__menu__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section {
    margin-top: 15.6453715776vw;
  }
}
.rich__menu__section ul.rich__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.6666666667vw;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .rich__menu__section ul.rich__menu__wrapper {
    width: 960px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper {
    width: 93.8722294654vw;
  }
}
.rich__menu__section ul.rich__menu__wrapper li {
  margin-left: 0.6944444444vw;
  margin-right: 0.6944444444vw;
  margin-bottom: 2.0833333333vw;
}
@media (min-width: 1440px) {
  .rich__menu__section ul.rich__menu__wrapper li {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper li {
    margin-bottom: 7.8226857888vw;
  }
}
@media not screen and (min-width: 768px) {
  .rich__menu__section ul.rich__menu__wrapper li {
    margin: 2.6075619296vw 1.3037809648vw;
  }
}
.rich__menu__section ul.rich__menu__wrapper li:hover {
  opacity: 0.6;
}
.rich__menu__section ul.rich__menu__wrapper li a {
  display: block;
}
.rich__menu__section ul.rich__menu__wrapper li a figure {
  position: relative;
  width: 20.8333333333vw;
}
@media (min-width: 1440px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure {
    width: 44.3285528031vw;
  }
}
.rich__menu__section ul.rich__menu__wrapper li a figure figcaption {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  font-size: 1.4583333333vw;
  display: grid;
  text-align: center;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  margin-top: 0.3472222222vw;
}
@media (min-width: 1440px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption {
    font-size: 3.9113428944vw;
  }
}
@media (min-width: 1440px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption {
    margin-top: 1.3037809648vw;
  }
}
.rich__menu__section ul.rich__menu__wrapper li a figure figcaption span {
  font-size: 0.9027777778vw;
  margin-top: 0.3472222222vw;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
@media (min-width: 1440px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption span {
    font-size: 3.3898305085vw;
  }
}
@media (min-width: 1440px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption span {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption span {
    margin-top: 1.3037809648vw;
  }
}

/* news__section */
.link__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1440px) {
  .link__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .link__section {
    margin-top: 15.6453715776vw;
  }
}
.link__section .ad__banner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.3888888889vw;
  margin: 0 auto;
  width: 66.6666666667vw;
}
@media (min-width: 1440px) {
  .link__section .ad__banner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .link__section .ad__banner {
    gap: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .link__section .ad__banner {
    width: 960px;
  }
}
@media (max-width: 767px) {
  .link__section .ad__banner {
    width: 99.0873533246vw;
  }
}
.link__section .ad__banner a {
  max-width: 13.8888888889vw;
  color: var(--color-text);
  width: calc(50% - 1.3888888889vw);
}
@media (min-width: 1440px) {
  .link__section .ad__banner a {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .link__section .ad__banner a {
    max-width: 49.5436766623vw;
  }
}
@media not screen and (min-width: 768px) {
  .link__section .ad__banner a {
    width: calc(50% - 2.6075619296vw);
  }
}
.link__section .ad__banner.midium__image a {
  max-width: 69.4444444444vw;
  width: 100%;
}
@media (min-width: 1440px) {
  .link__section .ad__banner.midium__image a {
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  .link__section .ad__banner.midium__image a {
    max-width: 78.2268578879vw;
  }
}

/* auxiliary__section */
.auxiliary__section {
  margin-top: 8.3333333333vw;
  /* plivacy-policy */
}
@media (min-width: 1440px) {
  .auxiliary__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .auxiliary__section {
    margin-top: 15.6453715776vw;
  }
}
.auxiliary__section .common__lists {
  width: 59.7222222222vw;
  display: block;
  margin: 4.1666666667vw auto 0;
}
@media (min-width: 1440px) {
  .auxiliary__section .common__lists {
    width: 860px;
  }
}
@media (max-width: 767px) {
  .auxiliary__section .common__lists {
    width: 91.2646675359vw;
  }
}
.auxiliary__section .common__lists li {
  position: relative;
  margin-bottom: 4.1666666667vw;
  border: solid 1px transparent;
  border: solid 1px var(--color-main);
  padding: 2em 1em 1em;
  background: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1440px) {
  .auxiliary__section .common__lists li {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .auxiliary__section .common__lists li {
    margin-bottom: 10.4302477184vw;
  }
}
.auxiliary__section .common__lists li .common__heading {
  position: absolute;
  top: -1em;
  left: 1em;
  background: var(--color-sub);
  width: fit-content;
  padding: 0.3472222222vw 1.3888888889vw;
}
.auxiliary__section .common__lists li .common__heading span {
  font-size: 1.4583333333vw;
  color: var(--color-white);
}
@media (min-width: 1440px) {
  .auxiliary__section .common__lists li .common__heading span {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .auxiliary__section .common__lists li .common__heading span {
    font-size: 4.4328552803vw;
  }
}
.auxiliary__section .common__lists li .common__item h3 {
  margin: 2.0833333333vw auto 0.6944444444vw;
  padding-left: 5px;
  text-align: left;
  border-left: 4px solid var(--color-main);
  font-size: 1.4583333333vw;
  color: var(--color-main);
}
@media (min-width: 1440px) {
  .auxiliary__section .common__lists li .common__item h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .auxiliary__section .common__lists li .common__item h3 {
    font-size: 4.4328552803vw;
  }
}
.auxiliary__section .common__lists li .common__item p {
  font-size: 1.1805555556vw;
  color: var(--color-text);
  margin-bottom: 0.6944444444vw;
}
@media (min-width: 1440px) {
  .auxiliary__section .common__lists li .common__item p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .auxiliary__section .common__lists li .common__item p {
    font-size: 3.9113428944vw;
  }
}

/* =========================================================
 * kuchikomi__section (クチコミ一覧)
 * ========================================================= */
.kuchikomi__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1440px) {
  .kuchikomi__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__section {
    margin-top: 15.6453715776vw;
  }
}

.kuchikomi__list {
  max-width: 56.9444444444vw;
  margin: 0 auto;
  background: var(--color-white);
  border: solid 1px var(--main-border-soft);
  border-radius: 8px;
  box-shadow: 0 2px 12px var(--main-shadow-soft);
  padding: 2.5vw;
  /* 参考サイト(プロフィールの口コミ)準拠: 高さを抑えて内部スクロール */
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 1440px) {
  .kuchikomi__list {
    max-width: 820px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__list {
    max-width: 88.6571056063vw;
  }
}
@media (min-width: 1440px) {
  .kuchikomi__list {
    padding: 36px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__list {
    padding: 4.6936114733vw;
  }
}

.kuchikomi__item {
  padding-bottom: 1.9444444444vw;
  margin-bottom: 1.9444444444vw;
  border-bottom: 1px dotted var(--main-border-soft);
}
@media (min-width: 1440px) {
  .kuchikomi__item {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__item {
    padding-bottom: 4.6936114733vw;
  }
}
@media (min-width: 1440px) {
  .kuchikomi__item {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__item {
    margin-bottom: 4.6936114733vw;
  }
}

.kuchikomi__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.kuchikomi__item__head {
  display: flex;
  align-items: flex-start;
  gap: 1.6666666667vw;
}
@media (min-width: 1440px) {
  .kuchikomi__item__head {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__item__head {
    gap: 3.1290743155vw;
  }
}
@media not screen and (min-width: 768px) {
  .kuchikomi__item__head {
    flex-wrap: wrap;
  }
}

.kuchikomi__thumb {
  flex-shrink: 0;
  display: block;
  width: 6.6666666667vw;
  height: 8.3333333333vw;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1440px) {
  .kuchikomi__thumb {
    width: 96px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__thumb {
    width: 23.4680573664vw;
  }
}
@media (min-width: 1440px) {
  .kuchikomi__thumb {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__thumb {
    height: 29.2046936115vw;
  }
}

.kuchikomi__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.kuchikomi__cast {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.9027777778vw;
  color: var(--color-gray3);
  line-height: 1.7;
}
@media (min-width: 1440px) {
  .kuchikomi__cast {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__cast {
    font-size: 3.1290743155vw;
  }
}

.kuchikomi__ratings {
  flex-shrink: 0;
  border-left: 1px solid var(--main-border-soft);
  padding-left: 1.6666666667vw;
}
@media (min-width: 1440px) {
  .kuchikomi__ratings {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__ratings {
    padding-left: 0vw;
  }
}
@media not screen and (min-width: 768px) {
  .kuchikomi__ratings {
    width: 100%;
    border-left: none;
    margin-top: 2.6075619296vw;
  }
}

.kuchikomi__rating__row {
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
  line-height: 1.9;
  color: var(--color-gray3);
}
@media (min-width: 1440px) {
  .kuchikomi__rating__row {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__rating__row {
    gap: 2.6075619296vw;
  }
}

.kuchikomi__rating__label {
  font-size: 0.9027777778vw;
}
@media (min-width: 1440px) {
  .kuchikomi__rating__label {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__rating__label {
    font-size: 3.1290743155vw;
  }
}

.kuchikomi__stars {
  color: var(--color-main);
  letter-spacing: 1px;
  font-size: 0.9027777778vw;
}
@media (min-width: 1440px) {
  .kuchikomi__stars {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__stars {
    font-size: 3.1290743155vw;
  }
}

.kuchikomi__name {
  background: var(--main-bg-soft);
  color: var(--color-main);
  text-align: center;
  font-size: 0.9027777778vw;
  padding: 0.5555555556vw;
  margin-top: 1.3888888889vw;
  border-radius: 2px;
}
@media (min-width: 1440px) {
  .kuchikomi__name {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__name {
    font-size: 3.1290743155vw;
  }
}
@media (min-width: 1440px) {
  .kuchikomi__name {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__name {
    padding: 1.5645371578vw;
  }
}
@media (min-width: 1440px) {
  .kuchikomi__name {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__name {
    margin-top: 3.6505867014vw;
  }
}

.kuchikomi__text {
  font-size: 0.9027777778vw;
  color: var(--color-gray3);
  line-height: 1.9;
  margin-top: 0.9722222222vw;
}
@media (min-width: 1440px) {
  .kuchikomi__text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__text {
    font-size: 3.1290743155vw;
  }
}
@media (min-width: 1440px) {
  .kuchikomi__text {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__text {
    margin-top: 2.6075619296vw;
  }
}

.kuchikomi__text p {
  margin: 0;
}

.kuchikomi__more__container {
  display: flex;
  justify-content: center;
  margin-top: 2.5vw;
}
@media (min-width: 1440px) {
  .kuchikomi__more__container {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__more__container {
    margin-top: 6.258148631vw;
  }
}

/* Figma 共通ボタン(クチコミ / 共通もっと見る・一覧へ / ルーム案内セラピスト一覧 系): ピンク放射状グラデ + 左右下隅に金色フローラル + 淡ピンク細枠 */
.kuchikomi__more__button,
.button__container .common__button,
.room__reserve__therapist,
.krc-review-form button[type=submit] {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 中心がやや明るいピンク → 端が main の放射状グラデ(控えめ) */
  background: radial-gradient(ellipse 110% 140% at 50% 36%, #f15a93 0%, var(--color-main) 56%);
  background-size: auto; /* common__button の 200% 200% を打ち消す */
  border: solid 2px color-mix(in srgb, var(--color-main) 55%, #fff);
  border-radius: 5px;
  box-shadow: 0 3px 8px var(--main-shadow-soft);
  outline: none; /* common__button の白アウトラインを打ち消す */
  animation: none; /* common__button の bggradient を打ち消す */
  transition: opacity 0.3s;
}

.kuchikomi__more__button {
  width: 26.3888888889vw;
  height: 3.6111111111vw;
}
@media (min-width: 1440px) {
  .kuchikomi__more__button {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__more__button {
    width: 78.2268578879vw;
  }
}
@media (min-width: 1440px) {
  .kuchikomi__more__button {
    height: 52px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__more__button {
    height: 11.9947848761vw;
  }
}

/* 左右下隅に金色フローラル装飾(bg_flower1_2 を左下、右は左右反転) */
.kuchikomi__more__button::before,
.kuchikomi__more__button::after,
.button__container .common__button::before,
.button__container .common__button::after,
.room__reserve__therapist::before,
.room__reserve__therapist::after,
.krc-review-form button[type=submit]::before,
.krc-review-form button[type=submit]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24%;
  background: url("../images/bg_flower1_2.png") no-repeat left bottom;
  background-size: auto 50%;
  opacity: 0.9;
  pointer-events: none;
}

.kuchikomi__more__button::before,
.button__container .common__button::before,
.room__reserve__therapist::before,
.krc-review-form button[type=submit]::before {
  left: 3%;
}

.kuchikomi__more__button::after,
.button__container .common__button::after,
.room__reserve__therapist::after,
.krc-review-form button[type=submit]::after {
  right: 3%;
  transform: scaleX(-1);
}

.kuchikomi__more__button span,
.button__container .common__button span,
.room__reserve__therapist span {
  position: relative;
  z-index: 1;
}

.kuchikomi__more__button span,
.room__reserve__therapist span {
  color: var(--color-white);
  font-size: 0.9722222222vw;
  letter-spacing: 0.1em;
}
@media (min-width: 1440px) {
  .kuchikomi__more__button span,
  .room__reserve__therapist span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .kuchikomi__more__button span,
  .room__reserve__therapist span {
    font-size: 3.3898305085vw;
  }
}

.kuchikomi__more__button:hover,
.button__container .common__button:hover,
.room__reserve__therapist:hover {
  opacity: 0.85;
}
@media not screen and (min-width: 768px) {
  .kuchikomi__more__button:hover,
  .button__container .common__button:hover,
  .room__reserve__therapist:hover {
    opacity: inherit;
  }
}

/* =========================================================
 * diary__blog__section (写メ日記 / セラピストブログ)
 * ========================================================= */
.diary__blog__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1440px) {
  .diary__blog__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .diary__blog__section {
    margin-top: 15.6453715776vw;
  }
}

.diary__blog__block {
  margin-bottom: 3.3333333333vw;
}
@media (min-width: 1440px) {
  .diary__blog__block {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .diary__blog__block {
    margin-bottom: 8.3441981747vw;
  }
}

.diary__blog__block:last-of-type {
  margin-bottom: 0;
}

.diary__blog__subhead {
  max-width: 56.9444444444vw;
  margin: 0 auto;
  font-size: 1.3888888889vw;
  letter-spacing: 0.08em;
  /* Figma: ブロック見出しはグラデ文字(#e71d72 → #ff7e57 下→上) */
  background: linear-gradient(360deg, #e71d72 0%, #ff7e57 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 0.9722222222vw;
}
@media (min-width: 1440px) {
  .diary__blog__subhead {
    max-width: 820px;
  }
}
@media (max-width: 767px) {
  .diary__blog__subhead {
    max-width: 88.6571056063vw;
  }
}
@media (min-width: 1440px) {
  .diary__blog__subhead {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .diary__blog__subhead {
    font-size: 3.9113428944vw;
  }
}
@media (min-width: 1440px) {
  .diary__blog__subhead {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .diary__blog__subhead {
    margin-bottom: 2.6075619296vw;
  }
}

.diary__blog__panel {
  max-width: 56.9444444444vw;
  margin: 0 auto;
  background: var(--color-white);
  border: solid 1px var(--color-main);
  height: 500px;
  overflow-y: auto;
  padding: 1.1111111111vw;
}
@media (min-width: 1440px) {
  .diary__blog__panel {
    max-width: 820px;
  }
}
@media (max-width: 767px) {
  .diary__blog__panel {
    max-width: 88.6571056063vw;
  }
}
@media (min-width: 1440px) {
  .diary__blog__panel {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .diary__blog__panel {
    padding: 3.1290743155vw;
  }
}

.diary__blog__item {
  padding-bottom: 1.6666666667vw;
  margin-bottom: 1.6666666667vw;
  border-bottom: 1px dashed var(--color-gray3);
}
@media (min-width: 1440px) {
  .diary__blog__item {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .diary__blog__item {
    padding-bottom: 4.1720990874vw;
  }
}
@media (min-width: 1440px) {
  .diary__blog__item {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .diary__blog__item {
    margin-bottom: 4.1720990874vw;
  }
}

.diary__blog__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.diary__blog__title {
  position: relative;
  font-size: 1.3888888889vw;
  font-weight: normal;
  color: var(--color-pink2);
  letter-spacing: 0.08em;
  margin-bottom: 0.8333333333vw;
}
@media (min-width: 1440px) {
  .diary__blog__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .diary__blog__title {
    font-size: 3.9113428944vw;
  }
}
@media (min-width: 1440px) {
  .diary__blog__title {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .diary__blog__title {
    margin-bottom: 2.6075619296vw;
  }
}

.diary__blog__inner {
  display: flex;
  align-items: flex-start;
  gap: 1.3888888889vw;
  color: var(--color-gray3);
  transition: opacity 0.3s;
}
@media (min-width: 1440px) {
  .diary__blog__inner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .diary__blog__inner {
    gap: 3.1290743155vw;
  }
}

.diary__blog__inner:hover {
  opacity: 0.8;
}
@media not screen and (min-width: 768px) {
  .diary__blog__inner:hover {
    opacity: inherit;
  }
}

.diary__blog__thumb {
  flex-shrink: 0;
  width: 7.6388888889vw;
  height: 7.6388888889vw;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1440px) {
  .diary__blog__thumb {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .diary__blog__thumb {
    width: 20.8604954368vw;
  }
}
@media (min-width: 1440px) {
  .diary__blog__thumb {
    height: 110px;
  }
}
@media (max-width: 767px) {
  .diary__blog__thumb {
    height: 20.8604954368vw;
  }
}

.diary__blog__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.diary__blog__body {
  flex: 1 1 auto;
  min-width: 0;
}

/* Figma: 投稿者+日時をまとめてピンクのピル(#ffe4f0)+吹き出しのしっぽ */
.diary__blog__meta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6666666667vw;
  background: var(--color-pink3);
  border-radius: 20px;
  padding: 3px 24px;
  min-width: 22.2222222222vw;
  margin-bottom: 0.9722222222vw;
}
@media (min-width: 1440px) {
  .diary__blog__meta {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .diary__blog__meta {
    gap: 3.1290743155vw;
  }
}
@media (min-width: 1440px) {
  .diary__blog__meta {
    min-width: 320px;
  }
}
@media (max-width: 767px) {
  .diary__blog__meta {
    min-width: 0vw;
  }
}
@media (min-width: 1440px) {
  .diary__blog__meta {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .diary__blog__meta {
    margin-bottom: 2.6075619296vw;
  }
}

.diary__blog__meta::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--color-pink3);
}

.diary__blog__author {
  color: var(--color-pink2);
  font-size: 0.8333333333vw;
}
@media (min-width: 1440px) {
  .diary__blog__author {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .diary__blog__author {
    font-size: 2.8683181226vw;
  }
}

.diary__blog__date {
  font-size: 0.8333333333vw;
  color: var(--color-gray4);
  letter-spacing: 0.06em;
}
@media (min-width: 1440px) {
  .diary__blog__date {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .diary__blog__date {
    font-size: 2.8683181226vw;
  }
}

.diary__blog__excerpt {
  font-size: 0.9027777778vw;
  line-height: 1.5;
  color: var(--color-gray3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .diary__blog__excerpt {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .diary__blog__excerpt {
    font-size: 3.1290743155vw;
  }
}

.diary__blog__more {
  display: block;
  text-align: right;
  border-top: 1px solid var(--color-gray3);
  padding-top: 0.5555555556vw;
  margin-top: 0.8333333333vw;
  font-size: 0.6944444444vw;
  color: var(--color-gray2);
  letter-spacing: 0.1em;
}
@media (min-width: 1440px) {
  .diary__blog__more {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .diary__blog__more {
    padding-top: 1.5645371578vw;
  }
}
@media (min-width: 1440px) {
  .diary__blog__more {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .diary__blog__more {
    margin-top: 2.0860495437vw;
  }
}
@media (min-width: 1440px) {
  .diary__blog__more {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .diary__blog__more {
    font-size: 2.6075619296vw;
  }
}

/* =========================================================
 * kodawari__section (当店のこだわり)
 * ========================================================= */
.kodawari__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1440px) {
  .kodawari__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .kodawari__section {
    margin-top: 15.6453715776vw;
  }
}

.kodawari__wrapper {
  position: relative;
  /* 参考サイト #top_pride: 細ピンク枠で囲み、四隅に装飾(bl/br は front-page 側で追加) */
  border: 1px solid var(--color-main);
  box-sizing: border-box;
  padding-top: 4.8611111111vw;
  padding-bottom: 4.1666666667vw;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
}
@media (min-width: 1440px) {
  .kodawari__wrapper {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .kodawari__wrapper {
    padding-top: 14.6023468057vw;
  }
}
@media (min-width: 1440px) {
  .kodawari__wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .kodawari__wrapper {
    padding-bottom: 12.5162972621vw;
  }
}
@media (min-width: 1440px) {
  .kodawari__wrapper {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .kodawari__wrapper {
    padding-left: 3.6505867014vw;
  }
}
@media (min-width: 1440px) {
  .kodawari__wrapper {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .kodawari__wrapper {
    padding-right: 3.6505867014vw;
  }
}

.kodawari__body {
  text-align: center;
}

.kodawari__body p {
  font-size: 0.9027777778vw;
  line-height: 2;
  color: var(--color-gray3);
  margin-bottom: 1.9444444444vw;
}
@media (min-width: 1440px) {
  .kodawari__body p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .kodawari__body p {
    font-size: 3.1290743155vw;
  }
}
@media (min-width: 1440px) {
  .kodawari__body p {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .kodawari__body p {
    margin-bottom: 5.2151238592vw;
  }
}

.kodawari__point {
  text-align: center;
  color: var(--color-main);
  font-weight: bold;
  font-size: 1.3888888889vw;
  letter-spacing: 0.08em;
  margin-top: 3.0555555556vw;
  margin-bottom: 1.1111111111vw;
}
@media (min-width: 1440px) {
  .kodawari__point {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .kodawari__point {
    font-size: 4.4328552803vw;
  }
}
@media (min-width: 1440px) {
  .kodawari__point {
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .kodawari__point {
    margin-top: 8.3441981747vw;
  }
}
@media (min-width: 1440px) {
  .kodawari__point {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .kodawari__point {
    margin-bottom: 3.1290743155vw;
  }
}

.kodawari__emph {
  color: var(--color-main);
}

/* お約束 5 ポイント(写真+テキスト。PC は写真とテキストを左右交互に) */
.kodawari__promise__list {
  margin-top: 3.0555555556vw;
}
@media (min-width: 1440px) {
  .kodawari__promise__list {
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .kodawari__promise__list {
    margin-top: 8.3441981747vw;
  }
}

.kodawari__promise {
  margin-bottom: 3.0555555556vw;
}
@media (min-width: 1440px) {
  .kodawari__promise {
    margin-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .kodawari__promise {
    margin-bottom: 9.3872229465vw;
  }
}
@media (min-width: 768px) {
  .kodawari__promise {
    display: flex;
    align-items: center;
    gap: 2.5vw;
  }
}
@media (min-width: 768px) {
  .kodawari__promise:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.kodawari__promise__photo {
  margin: 0;
}
@media (min-width: 768px) {
  .kodawari__promise__photo {
    width: 42%;
    flex-shrink: 0;
  }
}
@media not screen and (min-width: 768px) {
  .kodawari__promise__photo {
    margin-bottom: 3.6505867014vw;
  }
}

.kodawari__promise__photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: var(--shadow-box);
}

@media (min-width: 768px) {
  .kodawari__promise__text {
    flex: 1;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .kodawari__promise__text .kodawari__point {
    text-align: left;
    margin-top: 0;
  }
}

.kodawari__promise__text p {
  text-align: left;
  margin-bottom: 0;
}

/* =========================================================
 * room__section (ルーム案内)
 * ========================================================= */
.room__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1440px) {
  .room__section {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .room__section {
    margin-top: 15.6453715776vw;
  }
}

/* ルーム案内 予約ブロック(Figma): 営業/受付時間 + LINE/電話予約ボタン + セラピスト一覧ボタン */
.room__reserve {
  width: 100%;
  max-width: 43.0555555556vw;
  margin: 0 auto;
  padding-top: 1.6666666667vw;
  padding-bottom: 2.5vw;
  padding-left: 1.3888888889vw;
  padding-right: 1.3888888889vw;
  /* Figma: 背景は白 → ごく薄いピンク */
  background: linear-gradient(180deg, #ffffff 0%, #fdeef1 100%);
}
@media (min-width: 1440px) {
  .room__reserve {
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .room__reserve {
    max-width: 88.6571056063vw;
  }
}
@media (min-width: 1440px) {
  .room__reserve {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .room__reserve {
    padding-top: 5.2151238592vw;
  }
}
@media (min-width: 1440px) {
  .room__reserve {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .room__reserve {
    padding-bottom: 7.3011734029vw;
  }
}
@media (min-width: 1440px) {
  .room__reserve {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .room__reserve {
    padding-left: 4.1720990874vw;
  }
}
@media (min-width: 1440px) {
  .room__reserve {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .room__reserve {
    padding-right: 4.1720990874vw;
  }
}

.room__reserve__hours {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 3.3333333333vw;
  row-gap: 4px;
  margin-bottom: 1.1111111111vw;
  font-size: 0.9722222222vw;
  color: var(--color-text);
}
@media (min-width: 1440px) {
  .room__reserve__hours {
    column-gap: 48px;
  }
}
@media (max-width: 767px) {
  .room__reserve__hours {
    column-gap: 4.6936114733vw;
  }
}
@media (min-width: 1440px) {
  .room__reserve__hours {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .room__reserve__hours {
    margin-bottom: 3.6505867014vw;
  }
}
@media (min-width: 1440px) {
  .room__reserve__hours {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .room__reserve__hours {
    font-size: 3.3898305085vw;
  }
}

.room__reserve__hours__label {
  color: var(--color-main);
  font-weight: bold;
  margin-right: 0.4em;
}

.room__reserve__buttons {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.6666666667vw;
  margin-bottom: 0.9722222222vw;
}
@media (min-width: 1440px) {
  .room__reserve__buttons {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .room__reserve__buttons {
    gap: 3.1290743155vw;
  }
}
@media (min-width: 1440px) {
  .room__reserve__buttons {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .room__reserve__buttons {
    margin-bottom: 3.1290743155vw;
  }
}

.room__reserve__buttons > li {
  flex: 1 1 0;
  max-width: 22.9166666667vw;
}
@media (min-width: 1440px) {
  .room__reserve__buttons > li {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .room__reserve__buttons > li {
    max-width: 52.1512385919vw;
  }
}

.room__reserve__line a,
.room__reserve__tel a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3.8888888889vw;
  padding-left: 0.9722222222vw;
  padding-right: 1.9444444444vw;
  border-radius: 8px;
  color: var(--color-white);
  text-align: center;
  transition: opacity 0.3s;
}
@media (min-width: 1440px) {
  .room__reserve__line a,
  .room__reserve__tel a {
    min-height: 56px;
  }
}
@media (max-width: 767px) {
  .room__reserve__line a,
  .room__reserve__tel a {
    min-height: 13.5593220339vw;
  }
}
@media (min-width: 1440px) {
  .room__reserve__line a,
  .room__reserve__tel a {
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .room__reserve__line a,
  .room__reserve__tel a {
    padding-left: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .room__reserve__line a,
  .room__reserve__tel a {
    padding-right: 28px;
  }
}
@media (max-width: 767px) {
  .room__reserve__line a,
  .room__reserve__tel a {
    padding-right: 5.7366362451vw;
  }
}

.room__reserve__line a::after,
.room__reserve__tel a::after {
  content: "›";
  position: absolute;
  right: 0.9722222222vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  line-height: 1;
  font-weight: 300;
}
@media (min-width: 1440px) {
  .room__reserve__line a::after,
  .room__reserve__tel a::after {
    right: 14px;
  }
}
@media (max-width: 767px) {
  .room__reserve__line a::after,
  .room__reserve__tel a::after {
    right: 2.6075619296vw;
  }
}

.room__reserve__line a:hover,
.room__reserve__tel a:hover {
  opacity: 0.85;
}
@media not screen and (min-width: 768px) {
  .room__reserve__line a:hover,
  .room__reserve__tel a:hover {
    opacity: inherit;
  }
}

.room__reserve__line a {
  background: linear-gradient(180deg, #ff7350 0%, #ff9f78 100%);
  box-shadow: 0 3px 7px rgba(255, 120, 80, 0.3);
}

.room__reserve__line a span {
  font-size: 1.1111111111vw;
  letter-spacing: 0.06em;
}
@media (min-width: 1440px) {
  .room__reserve__line a span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .room__reserve__line a span {
    font-size: 3.6505867014vw;
  }
}

.room__reserve__tel a {
  background: linear-gradient(180deg, #ff626a 0%, #ff8b82 100%);
  box-shadow: 0 3px 7px rgba(255, 90, 95, 0.3);
}

.room__reserve__tel a span {
  font-size: 1.0416666667vw;
}
@media (min-width: 1440px) {
  .room__reserve__tel a span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .room__reserve__tel a span {
    font-size: 3.3898305085vw;
  }
}

.room__reserve__tel a small {
  font-size: 0.9027777778vw;
  letter-spacing: 0.02em;
  margin-top: 2px;
}
@media (min-width: 1440px) {
  .room__reserve__tel a small {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .room__reserve__tel a small {
    font-size: 3.1290743155vw;
  }
}

.room__reserve__therapist {
  width: 100%;
  min-height: 3.6111111111vw;
}
@media (min-width: 1440px) {
  .room__reserve__therapist {
    min-height: 52px;
  }
}
@media (max-width: 767px) {
  .room__reserve__therapist {
    min-height: 12.5162972621vw;
  }
}

.room__intro {
  position: relative;
  max-width: 48.6111111111vw;
  margin: 0 auto;
  padding: 3.4722222222vw;
  text-align: center;
  /* SP は左右 padding を詰めて本文幅を確保(40px のままだと 3 行目が「す。」だけ折り返す) */
}
@media (min-width: 1440px) {
  .room__intro {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .room__intro {
    max-width: 83.4419817471vw;
  }
}
@media (min-width: 1440px) {
  .room__intro {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .room__intro {
    padding: 10.4302477184vw;
  }
}
@media not screen and (min-width: 768px) {
  .room__intro {
    padding: 10.4302477184vw 5.2151238592vw;
  }
}

.room__intro p {
  font-size: 0.9027777778vw;
  line-height: 2;
  color: var(--color-gray3);
}
@media (min-width: 1440px) {
  .room__intro p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .room__intro p {
    font-size: 3.1290743155vw;
  }
}

.room__section .map__continer {
  max-width: 59.7222222222vw;
  margin: 0 auto;
  margin-top: 2.7777777778vw;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.0833333333vw;
}
@media (min-width: 1440px) {
  .room__section .map__continer {
    max-width: 860px;
  }
}
@media (max-width: 767px) {
  .room__section .map__continer {
    max-width: 88.6571056063vw;
  }
}
@media (min-width: 1440px) {
  .room__section .map__continer {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .room__section .map__continer {
    margin-top: 6.258148631vw;
  }
}
@media (min-width: 1440px) {
  .room__section .map__continer {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .room__section .map__continer {
    gap: 5.2151238592vw;
  }
}
@media not screen and (min-width: 768px) {
  .room__section .map__continer {
    grid-template-columns: minmax(0, 1fr);
  }
}

.room__section .map__content {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  background: var(--color-white);
  border: solid 1px var(--main-border-soft);
  border-radius: 6px;
  padding: 1.1111111111vw;
}
@media (min-width: 1440px) {
  .room__section .map__content {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .room__section .map__content {
    padding: 3.1290743155vw;
  }
}

.room__section .map__content h3 {
  text-align: center;
  color: var(--color-main);
  font-weight: bold;
  font-size: 1.1111111111vw;
  padding: 0.8333333333vw;
  border-top: 1px dotted var(--main-border-soft);
  border-bottom: 1px dotted var(--main-border-soft);
  margin-bottom: 1.1111111111vw;
}
@media (min-width: 1440px) {
  .room__section .map__content h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .room__section .map__content h3 {
    font-size: 3.6505867014vw;
  }
}
@media (min-width: 1440px) {
  .room__section .map__content h3 {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .room__section .map__content h3 {
    padding: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .room__section .map__content h3 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .room__section .map__content h3 {
    margin-bottom: 3.1290743155vw;
  }
}

.room__section .map__content iframe {
  width: 100%;
  height: 20.8333333333vw;
  border: 0;
  display: block;
}
@media (min-width: 1440px) {
  .room__section .map__content iframe {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .room__section .map__content iframe {
    height: 62.5814863103vw;
  }
}

.room__section .map__content .map__address {
  font-size: 0.8333333333vw;
  color: var(--color-gray3);
  line-height: 1.6;
  margin-top: 0.6944444444vw;
}
@media (min-width: 1440px) {
  .room__section .map__content .map__address {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .room__section .map__content .map__address {
    font-size: 2.8683181226vw;
  }
}
@media (min-width: 1440px) {
  .room__section .map__content .map__address {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .room__section .map__content .map__address {
    margin-top: 2.0860495437vw;
  }
}

/* room__card(ルームカード: Figma 71:501。map__continer はフォールバック用に温存) */
.room__cards {
  max-width: 83.3333333333vw;
  width: 94%;
  margin: 0 auto;
  margin-top: 2.7777777778vw;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /* 参考 access_list は align-items: flex-start(出張カード等はコンテンツ分の高さ) */
  align-items: start;
  gap: 2.0833333333vw;
}
@media (min-width: 1440px) {
  .room__cards {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .room__cards {
    max-width: 91.2646675359vw;
  }
}
@media (min-width: 1440px) {
  .room__cards {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .room__cards {
    margin-top: 6.258148631vw;
  }
}
@media (min-width: 1440px) {
  .room__cards {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .room__cards {
    gap: 5.2151238592vw;
  }
}
@media not screen and (min-width: 768px) {
  .room__cards {
    grid-template-columns: minmax(0, 1fr);
  }
}

.room__card {
  box-sizing: border-box;
  min-width: 0;
  background: #fff8fa;
  padding: 1.3888888889vw;
}
@media (min-width: 1440px) {
  .room__card {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .room__card {
    padding: 3.1290743155vw;
  }
}

.room__card__name {
  background: var(--color-white);
  /* 参考 a_shop_name: 2px dotted のピンク帯 + 太字 */
  border-top: 2px dotted var(--color-main);
  border-bottom: 2px dotted var(--color-main);
  color: var(--color-main);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.3194444444vw;
  padding: 0.8333333333vw;
  margin-bottom: 1.0416666667vw;
}
@media (min-width: 1440px) {
  .room__card__name {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .room__card__name {
    font-size: 4.1720990874vw;
  }
}
@media (min-width: 1440px) {
  .room__card__name {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .room__card__name {
    padding: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .room__card__name {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .room__card__name {
    margin-bottom: 2.6075619296vw;
  }
}

.room__card__map iframe {
  width: 100%;
  height: 27.7777777778vw;
  border: 0;
  display: block;
  /* 参考: 地図をテーマトーンに寄せる色調フィルタ */
  filter: hue-rotate(343deg) brightness(105%);
}
@media (min-width: 1440px) {
  .room__card__map iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .room__card__map iframe {
    height: 67.7966101695vw;
  }
}

.room__card__map {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 1.0416666667vw;
}
@media (min-width: 1440px) {
  .room__card__map {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .room__card__map {
    padding-bottom: 2.6075619296vw;
  }
}

.room__card__row {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #3a3a3a;
  letter-spacing: 0.12em;
  border-bottom: 1px dashed #ddd;
  padding-top: 0.9722222222vw;
  padding-bottom: 0.9722222222vw;
}
@media (min-width: 1440px) {
  .room__card__row {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .room__card__row {
    padding-top: 2.6075619296vw;
  }
}
@media (min-width: 1440px) {
  .room__card__row {
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .room__card__row {
    padding-bottom: 2.6075619296vw;
  }
}

.room__card__row dt {
  font-size: 0.9027777778vw;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 1em;
}
@media (min-width: 1440px) {
  .room__card__row dt {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .room__card__row dt {
    font-size: 3.1290743155vw;
  }
}

.room__card__row dd {
  font-size: 0.9722222222vw;
  line-height: 1.6;
}
@media (min-width: 1440px) {
  .room__card__row dd {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .room__card__row dd {
    font-size: 3.3898305085vw;
  }
}

/* アクセス/出張可能エリア行(全幅): 参考は dt 右寄せ 32% / dd 左寄せ 68% */
.room__card__access dt {
  width: 32%;
  text-align: right;
  white-space: normal;
  padding-right: 3%;
}

.room__card__access dd {
  width: 68%;
  text-align: left;
}

.room__card__hours {
  display: flex;
}

.room__card__hours .room__card__row {
  flex: 1;
  min-width: 0;
}

.room__card__buttons {
  display: flex;
  justify-content: center;
  gap: 2.7777777778vw;
  padding-left: 1.3888888889vw;
  padding-right: 1.3888888889vw;
  margin-top: 1.3888888889vw;
}
@media (min-width: 1440px) {
  .room__card__buttons {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .room__card__buttons {
    gap: 3.1290743155vw;
  }
}
@media (min-width: 1440px) {
  .room__card__buttons {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .room__card__buttons {
    padding-left: 0vw;
  }
}
@media (min-width: 1440px) {
  .room__card__buttons {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .room__card__buttons {
    padding-right: 0vw;
  }
}
@media (min-width: 1440px) {
  .room__card__buttons {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .room__card__buttons {
    margin-top: 3.6505867014vw;
  }
}

.room__card__buttons li {
  flex: 1;
  max-width: 220px;
}

.room__card__line,
.room__card__tel {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3.4722222222vw;
  color: var(--color-white);
  font-size: 0.9027777778vw;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 4px 18px 4px 8px;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1440px) {
  .room__card__line,
  .room__card__tel {
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .room__card__line,
  .room__card__tel {
    min-height: 11.9947848761vw;
  }
}
@media (min-width: 1440px) {
  .room__card__line,
  .room__card__tel {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .room__card__line,
  .room__card__tel {
    font-size: 3.1290743155vw;
  }
}
.room__card__line::after,
.room__card__tel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8333333333vw;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s ease-in-out;
}
@media (min-width: 1440px) {
  .room__card__line::after,
  .room__card__tel::after {
    right: 12px;
  }
}
@media (max-width: 767px) {
  .room__card__line::after,
  .room__card__tel::after {
    right: 2.6075619296vw;
  }
}

.room__card__line {
  /* 参考 btn_green: フラット単色 + ホバーで白地反転 */
  background: var(--color-orange1);
  border: 1px solid var(--color-orange1);
}
.room__card__line:hover {
  background: var(--color-white);
  color: var(--color-orange1);
}
@media not screen and (min-width: 768px) {
  .room__card__line:hover {
    background: var(--color-orange1);
    color: var(--color-white);
  }
}
.room__card__line:hover::after {
  border-color: var(--color-orange1);
}
@media not screen and (min-width: 768px) {
  .room__card__line:hover::after {
    border-color: var(--color-white);
  }
}

.room__card__tel {
  /* 参考 btn_pink */
  background: #ff6d74;
  border: 1px solid #ff6d74;
}
.room__card__tel:hover {
  background: var(--color-white);
  color: #ff6d74;
}
@media not screen and (min-width: 768px) {
  .room__card__tel:hover {
    background: #ff6d74;
    color: var(--color-white);
  }
}
.room__card__tel:hover::after {
  border-color: #ff6d74;
}
@media not screen and (min-width: 768px) {
  .room__card__tel:hover::after {
    border-color: var(--color-white);
  }
}

.room__card__tel small {
  font-size: 0.6944444444vw;
  letter-spacing: 0.08em;
}
@media (min-width: 1440px) {
  .room__card__tel small {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .room__card__tel small {
    font-size: 2.6075619296vw;
  }
}

.room__card__therapist {
  /* 参考 btn_flower: ピンク横グラデ + 両隅に花(bg_flower1_1/1_2) + クリーム細枠の内箱 */
  position: relative;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  width: 25vw;
  height: 4.1666666667vw;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 2.0833333333vw;
  padding: 5px;
  color: var(--color-white);
  text-shadow: 0 0 6px var(--color-main);
  background: url("../images/bg_flower1_1.png"), url("../images/bg_flower1_2.png"), var(--bg-gradation10);
  background-position: bottom left, top right, center;
  background-repeat: no-repeat;
  background-size: 64px, 64px, 100%;
}
@media (min-width: 1440px) {
  .room__card__therapist {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .room__card__therapist {
    width: 73.0117340287vw;
  }
}
@media (min-width: 1440px) {
  .room__card__therapist {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .room__card__therapist {
    height: 13.037809648vw;
  }
}
@media (min-width: 1440px) {
  .room__card__therapist {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .room__card__therapist {
    margin-top: 5.2151238592vw;
  }
}

.room__card__therapist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
  background: rgba(255, 155, 200, 0.5);
}

.room__card__therapist:hover::before {
  transform: translateX(0);
}

.room__card__therapist span {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid rgba(245, 230, 205, 0.8);
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.9722222222vw;
  letter-spacing: 0.1em;
}
@media (min-width: 1440px) {
  .room__card__therapist span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .room__card__therapist span {
    font-size: 3.3898305085vw;
  }
}

/* 出張カード(参考 li.a_deli): 地色をミントに */
.room__card__trip {
  background: #effffb;
}

/* ============================================
 * セラピスト検索モーダル(トップ: 参考サイト .popup_wrap #staff_select 準拠)
 * 開閉は CSS チェックボックスハック(.search__modal__checkbox の :checked)
 * ============================================ */
.search__modal__open {
  display: block;
  cursor: pointer;
  transition: opacity 0.3s;
}
.search__modal__open:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .search__modal__open:hover {
    opacity: inherit;
  }
}

.search__modal__open img {
  width: 100%;
  height: auto;
  display: block;
}

.search__modal__checkbox {
  display: none;
}

.search__modal__overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 236, 238, 0.9);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.search__modal__checkbox:checked ~ .search__modal__overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.search__modal__trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.search__modal__outer {
  position: relative;
  align-self: center;
  max-width: 600px;
  width: calc(100% - 20px);
  background: var(--color-white);
  line-height: 1.4em;
  border-radius: 5px;
  padding: 25px 0;
}

.search__modal__inner {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px 20px;
}
@media not screen and (min-width: 768px) {
  .search__modal__inner {
    padding: 5px 12px;
  }
}

.search__modal__close {
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 30px;
  line-height: 32px;
  cursor: pointer;
  color: var(--color-white);
  background: #fe638d;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--color-white);
  z-index: 1;
}

/* モーダル内では検索フォームの四隅コーナーブラケット装飾(castページ用)を出さない */
.search__modal__inner .cast__search__form::before,
.search__modal__inner .cast__search__form::after {
  content: none;
}

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