@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%;
  font: inherit;
  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: #ffffff;
  --color-black: #000000;
  --color-sub-black: #353535;
  --color-sub-black-2: #9b9b9b;
  --color-main: #4c4c47;
  --color-sub: #4c4c47;
  --color-text: #000000;
  --color-button: #4c4c47;
  --color-label: linear-gradient(45deg, #353535 0%, #9b9b9b 50%, #1e1e1e 100%);
  --color-label-text: #ffffff;
  --color-button: linear-gradient(45deg, #353535 0%, #9b9b9b 50%, #1e1e1e 100%);
  --color-button-text: #ffffff;
  --color-label-new: #4c4c47;
  --color-bg-emph: rgba(252, 3, 135, 0.04);
  --color-background: #f1f1f1;
  --color-mask: rgba(0, 0, 0, 0.5);
  --gradient-main: linear-gradient(
    90deg,
    #7c0000 0%,
    #cc0000 50%,
    #7c0000 100%
  );
  --shadow-white: 0 0 4px #ffffff;
  --shadow-black: 0 0 5px #000000;
  --shadow-box: rgba(255, 255, 255, 1);
}

@font-face {
  font-family: "Cinzel";
  font-weight: 400;
  src: url("../fonts/Cinzel-Regular.woff2") format("woff2");
  font-display: swap;
}
body {
  width: 100%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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;
}

.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: 1920px) {
  p,
  span {
    font-size: 22.6666666667px;
  }
}
@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;
}

::-webkit-scrollbar {
  width: 8px;
}
@media not screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 2.0860495437vw;
    height: 2.0860495437vw;
  }
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background-color: var(--color-white);
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-main);
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}

/* box */
.box {
  width: 71.1111111111vw;
}
@media (min-width: 1920px) {
  .box {
    width: 1365.3333333333px;
  }
}
@media (max-width: 767px) {
  .box {
    width: 96.479791395vw;
  }
}
.box {
  display: block;
  margin: 0 auto;
}

/* heading__container : Pattern 03 / Heart Garland (kawaii pastel) */
.heading__container {
  position: relative;
  margin-bottom: 4.8611111111vw;
}
@media (min-width: 1920px) {
  .heading__container {
    margin-bottom: 93.3333333333px;
  }
}
@media (max-width: 767px) {
  .heading__container {
    margin-bottom: 12.5162972621vw;
  }
}
.heading__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.heading__container h1,
.heading__container h2 {
  position: relative;
  font-size: 2.6388888889vw;
}
@media (min-width: 1920px) {
  .heading__container h1,
  .heading__container h2 {
    font-size: 50.6666666667px;
  }
}
@media (max-width: 767px) {
  .heading__container h1,
  .heading__container h2 {
    font-size: 7.3011734029vw;
  }
}
.heading__container h1,
.heading__container h2 {
  text-align: center;
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.2083333333vw;
}
@media (min-width: 1920px) {
  .heading__container h1,
  .heading__container h2 {
    letter-spacing: 4px;
  }
}
@media (max-width: 767px) {
  .heading__container h1,
  .heading__container h2 {
    letter-spacing: 0.5215123859vw;
  }
}
.heading__container h1,
.heading__container h2 {
  color: var(--color-main);
  line-height: 1.2;
  padding-bottom: 1.5277777778vw;
}
@media (min-width: 1920px) {
  .heading__container h1,
  .heading__container h2 {
    padding-bottom: 29.3333333333px;
  }
}
@media (max-width: 767px) {
  .heading__container h1,
  .heading__container h2 {
    padding-bottom: 4.1720990874vw;
  }
}
.heading__container h1::after,
.heading__container h2::after {
  content: "♥";
  position: absolute;
  bottom: 0.2777777778vw;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-main);
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .heading__container h1::after,
  .heading__container h2::after {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading__container h1::after,
  .heading__container h2::after {
    font-size: 2.8683181226vw;
  }
}
.heading__container h1::after,
.heading__container h2::after {
  background: var(--color-background);
  padding-left: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .heading__container h1::after,
  .heading__container h2::after {
    padding-left: 10.6666666667px;
  }
}
@media (max-width: 767px) {
  .heading__container h1::after,
  .heading__container h2::after {
    padding-left: 1.5645371578vw;
  }
}
.heading__container h1::after,
.heading__container h2::after {
  padding-right: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .heading__container h1::after,
  .heading__container h2::after {
    padding-right: 10.6666666667px;
  }
}
@media (max-width: 767px) {
  .heading__container h1::after,
  .heading__container h2::after {
    padding-right: 1.5645371578vw;
  }
}
.heading__container h1::after,
.heading__container h2::after {
  line-height: 1;
  z-index: 1;
}
.heading__container h1,
.heading__container h2 {
  background-image: radial-gradient(circle, var(--color-sub) 0.0694444444vw, transparent 0.1041666667vw);
  background-size: 0.5555555556vw 0.5555555556vw;
  background-repeat: repeat-x;
  background-position: bottom center;
}
.heading__container h1 {
  margin-bottom: 0;
}
.heading__container p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .heading__container p {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .heading__container p {
    font-size: 3.1290743155vw;
  }
}
.heading__container p {
  letter-spacing: 0.4166666667vw;
}
@media (min-width: 1920px) {
  .heading__container p {
    letter-spacing: 8px;
  }
}
@media (max-width: 767px) {
  .heading__container p {
    letter-spacing: 1.0430247718vw;
  }
}
.heading__container p {
  margin-top: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .heading__container p {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .heading__container p {
    margin-top: 3.6505867014vw;
  }
}
.heading__container p {
  color: var(--color-text);
  opacity: 0.85;
  text-indent: 0.3em;
  line-height: 1;
  text-transform: none;
  font-weight: 400;
}
.heading__container.white__heading h1,
.heading__container.white__heading h2 {
  color: var(--color-main);
}
.heading__container.white__heading p {
  color: var(--color-text);
  opacity: 0.9;
}

/* セクション共通装飾 — kawaii: 縦書きは廃止、ウォーターマーク + ふんわりハート背景 */
.section__sidelabel {
  display: none;
}

.section__watermark {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 13.8888888889vw;
}
@media (min-width: 1920px) {
  .section__watermark {
    font-size: 266.6666666667px;
  }
}
@media (max-width: 767px) {
  .section__watermark {
    font-size: 23.4680573664vw;
  }
}
.section__watermark {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  pointer-events: none;
  user-select: none;
  line-height: 0.9;
  white-space: nowrap;
  margin-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .section__watermark {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section__watermark {
    margin-top: 5.2151238592vw;
  }
}
.section__watermark {
  margin-right: -1.3888888889vw;
}
@media (min-width: 1920px) {
  .section__watermark {
    margin-right: -26.6666666667px;
  }
}
@media (max-width: 767px) {
  .section__watermark {
    margin-right: -2.6075619296vw;
  }
}
.section__watermark {
  background: linear-gradient(135deg, rgba(212, 165, 184, 0.2) 0%, rgba(197, 179, 218, 0.18) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 6px 22px rgba(212, 165, 184, 0.06);
}
.section__watermark::after {
  content: "· · · ✦ · · ·";
  position: absolute;
  bottom: -0.1388888889vw;
}
@media (min-width: 1920px) {
  .section__watermark::after {
    bottom: -2.6666666667px;
  }
}
@media (max-width: 767px) {
  .section__watermark::after {
    bottom: 0vw;
  }
}
.section__watermark::after {
  right: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .section__watermark::after {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .section__watermark::after {
    right: 4.1720990874vw;
  }
}
.section__watermark::after {
  color: var(--color-sub);
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .section__watermark::after {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .section__watermark::after {
    font-size: 2.6075619296vw;
  }
}
.section__watermark::after {
  letter-spacing: 0.2777777778vw;
}
@media (min-width: 1920px) {
  .section__watermark::after {
    letter-spacing: 5.3333333333px;
  }
}
@media (max-width: 767px) {
  .section__watermark::after {
    letter-spacing: 0.7822685789vw;
  }
}
.section__watermark::after {
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 400;
  opacity: 0.55;
  line-height: 1;
  text-transform: none;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: var(--color-sub);
  text-shadow: none;
}
@media not screen and (min-width: 768px) {
  .section__watermark {
    font-size: 0vw;
  }
  @media (min-width: 1920px) {
    .section__watermark {
      font-size: 0px;
    }
  }
  @media (max-width: 767px) {
    .section__watermark {
      font-size: 18.2529335072vw;
    }
  }
  .section__watermark::before {
    font-size: 0vw;
  }
  @media (min-width: 1920px) {
    .section__watermark::before {
      font-size: 0px;
    }
  }
  @media (max-width: 767px) {
    .section__watermark::before {
      font-size: 4.6936114733vw;
    }
  }
  .section__watermark::after {
    font-size: 0vw;
  }
  @media (min-width: 1920px) {
    .section__watermark::after {
      font-size: 0px;
    }
  }
  @media (max-width: 767px) {
    .section__watermark::after {
      font-size: 2.3468057366vw;
    }
  }
}
.section__watermark.section__watermark--white {
  background: linear-gradient(135deg, rgba(212, 165, 184, 0.28) 0%, rgba(197, 179, 218, 0.22) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.section__watermark.section__watermark--white::before {
  opacity: 0.45;
}
.section__watermark.section__watermark--white::after {
  opacity: 0.7;
}

.section__separator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .section__separator {
    gap: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .section__separator {
    gap: 2.6075619296vw;
  }
}
.section__separator {
  margin-top: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .section__separator {
    margin-top: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .section__separator {
    margin-top: 7.3011734029vw;
  }
}
.section__separator {
  margin-bottom: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .section__separator {
    margin-bottom: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .section__separator {
    margin-bottom: 7.3011734029vw;
  }
}
.section__separator .section__separator__line {
  display: block;
  width: 5.5555555556vw;
}
@media (min-width: 1920px) {
  .section__separator .section__separator__line {
    width: 106.6666666667px;
  }
}
@media (max-width: 767px) {
  .section__separator .section__separator__line {
    width: 13.037809648vw;
  }
}
.section__separator .section__separator__line {
  height: 1px;
  background-image: radial-gradient(circle, var(--color-sub) 0.0694444444vw, transparent 0.1041666667vw);
  background-size: 0.4166666667vw 1px;
  background-repeat: repeat-x;
}
.section__separator .section__separator__mark {
  display: block;
  color: var(--color-main);
  font-size: 0.9722222222vw;
  line-height: 1;
  background: transparent;
  width: auto;
  height: auto;
  transform: none;
}
.section__separator .section__separator__mark::before {
  content: "♥";
}
@media not screen and (min-width: 768px) {
  .section__separator .section__separator__mark {
    font-size: 3.1290743155vw;
  }
}

/* room tab */
.room__tabs ul {
  margin: 1.3888888889vw 0 3.4722222222vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.room__tabs ul li {
  margin: 0 0.6944444444vw;
  padding: 0.6944444444vw 1.3888888889vw;
  cursor: pointer;
  font-size: 1.1805555556vw;
}
@media (min-width: 1920px) {
  .room__tabs ul li {
    font-size: 22.6666666667px;
  }
}
@media (max-width: 767px) {
  .room__tabs ul li {
    font-size: 3.9113428944vw;
  }
}
.room__tabs ul li {
  color: var(--color-main);
  border-bottom: none;
  transition: all 0.3s;
}
@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);
  border-color: var(--color-white);
}
@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);
  border-color: var(--color-main);
}

/* cast list */
.cast__list__wrapper {
  width: 100%;
  background-size: 400% 400%;
  animation: bggradient 7s ease infinite;
  padding-top: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .cast__list__wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .cast__list__wrapper {
    padding-top: 10.4302477184vw;
  }
}
.cast__list__wrapper {
  padding-bottom: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .cast__list__wrapper {
    padding-bottom: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__list__wrapper {
    padding-bottom: 5.2151238592vw;
  }
}
.cast__list__wrapper {
  position: relative;
}

.cast__list__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 71.1111111111vw;
}
@media (min-width: 1920px) {
  .cast__list__container {
    width: 1365.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__list__container {
    width: 96.479791395vw;
  }
}
.cast__list__container {
  margin-top: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .cast__list__container {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .cast__list__container {
    margin-top: 10.4302477184vw;
  }
}
.cast__list__container {
  margin-bottom: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .cast__list__container {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cast__list__container {
    margin-bottom: 10.4302477184vw;
  }
}
.cast__list__container.no__schedule p {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .cast__list__container.no__schedule p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cast__list__container.no__schedule p {
    font-size: 3.3898305085vw;
  }
}

.cast__item {
  position: relative;
  overflow: hidden;
  margin: 0 0.5555555556vw 2.0833333333vw;
}
.columns-pc-3 .cast__item {
  width: calc(33.3333333333% - 1.1111111111vw);
}
.columns-pc-4 .cast__item {
  width: calc(25% - 1.6666666667vw);
}
.columns-pc-5 .cast__item {
  width: calc(20% - 1.1111111111vw);
}
@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 {
    width: calc(33.3333333333% - 1.3037809648vw);
  }
  .cast__item.slider {
    width: unset;
  }
}
.cast__item .cast__comment {
  overflow: hidden;
}
.cast__item .cast__comment span {
  display: flex;
  width: 100%;
  overflow: hidden;
  align-items: flex-end;
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__comment span {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__comment span {
    font-size: 3.1290743155vw;
  }
}
.cast__item .cast__comment span {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  padding: 0 0.1388888889vw;
  animation: comment 8s linear infinite;
  transform: translateX(200px);
}
@keyframes comment {
  100% {
    transform: translateX(-200px);
  }
}
.cast__item .cast__comment span {
  display: block;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .cast__item .cast__comment span {
    letter-spacing: -1.5px;
  }
}
.cast__item .cast__thumb {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  width: calc(100% - 0.5555555556vw);
  margin: 0 auto;
}
@media not screen and (min-width: 768px) {
  .cast__item .cast__thumb {
    width: calc(100% - 2.0860495437vw);
  }
}
.cast__item .cast__thumb a {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
.cast__item .cast__thumb a:hover {
  transform: scale(1.1);
  transition-duration: 0.4s;
  opacity: 1;
}
@media not screen and (min-width: 768px) {
  .cast__item .cast__thumb a:hover {
    transform: none;
  }
}
.cast__item .cast__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
}
.cast__item .cast__info {
  position: relative;
  height: 100%;
}
.cast__item .cast__info .cast__name {
  font-size: 1.1805555556vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__name {
    font-size: 22.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__name {
    font-size: 4.1720990874vw;
  }
}
.cast__item .cast__info .cast__name {
  padding-top: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__name {
    padding-top: 10.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__name {
    padding-top: 2.0860495437vw;
  }
}
.cast__item .cast__info .cast__name {
  padding-left: 0.3472222222vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__name {
    padding-left: 6.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__name {
    padding-left: 1.3037809648vw;
  }
}
.cast__item .cast__info .cast__name {
  padding-right: 0.3472222222vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__name {
    padding-right: 6.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__name {
    padding-right: 1.3037809648vw;
  }
}
.cast__item .cast__info .cast__name {
  line-height: 1;
  color: var(--color-main);
  display: block;
  text-align: center;
  font-weight: bold;
}
.cast__item .cast__info .cast__size {
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__size {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__size {
    font-size: 3.1290743155vw;
  }
}
.cast__item .cast__info .cast__size {
  line-height: 1;
  color: var(--color-main);
  display: block;
  padding-top: 0.3472222222vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__size {
    padding-top: 6.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__size {
    padding-top: 1.3037809648vw;
  }
}
.cast__item .cast__info .cast__size {
  padding-bottom: 0.3472222222vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__size {
    padding-bottom: 6.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__size {
    padding-bottom: 1.3037809648vw;
  }
}
.cast__item .cast__info .cast__size {
  padding-left: 0.3472222222vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__size {
    padding-left: 6.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__size {
    padding-left: 1.3037809648vw;
  }
}
.cast__item .cast__info .cast__size {
  padding-right: 0.3472222222vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__size {
    padding-right: 6.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__size {
    padding-right: 1.3037809648vw;
  }
}
.cast__item .cast__info .cast__size {
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .cast__item .cast__info .cast__size {
    letter-spacing: -0.25px;
  }
}
.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;
  margin-bottom: 0.3472222222vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__shift {
    margin-bottom: 6.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift {
    margin-bottom: 1.3037809648vw;
  }
}
.cast__item .cast__info .cast__shift {
  padding-top: 0.2777777778vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__shift {
    padding-top: 5.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift {
    padding-top: 1.0430247718vw;
  }
}
.cast__item .cast__info .cast__shift {
  padding-bottom: 0.2777777778vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__shift {
    padding-bottom: 5.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift {
    padding-bottom: 1.0430247718vw;
  }
}
.cast__item .cast__info .cast__shift {
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__shift {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift {
    font-size: 3.3898305085vw;
  }
}
.cast__item .cast__info .cast__shift {
  background: var(--color-sub);
  color: var(--color-white);
}
.cast__item .cast__info .cast__shift img.shift-icon {
  width: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__shift img.shift-icon {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift img.shift-icon {
    width: 3.9113428944vw;
  }
}
.cast__item .cast__info .cast__shift img.shift-icon {
  height: auto;
  margin-right: 0.3472222222vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__shift img.shift-icon {
    margin-right: 6.6666666667px;
  }
}
@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 {
  background: var(--color-main);
  position: absolute;
  top: -5.2083333333vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    top: -100px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    top: -18.2529335072vw;
  }
}
.cast__item .cast__info .cast__shift .attendance__type {
  left: -0.6944444444vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    left: -13.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    left: -1.3037809648vw;
  }
}
.cast__item .cast__info .cast__shift .attendance__type {
  width: fit-content;
  background: var(--color-main);
  height: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    height: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    height: 5.2151238592vw;
  }
}
.cast__item .cast__info .cast__shift .attendance__type {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cast__item .cast__info .cast__shift .attendance__type span {
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__shift .attendance__type span {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift .attendance__type span {
    font-size: 3.3898305085vw;
  }
}
.cast__item .cast__info .cast__shift .attendance__type.type__02 {
  background: #eb29ad;
}
.cast__item .cast__info .cast__room {
  background: var(--color-main);
  color: var(--color-white);
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__room {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__room {
    font-size: 3.3898305085vw;
  }
}
.cast__item .cast__info .cast__room {
  padding: 0.0694444444vw 0;
  margin-top: 0.3472222222vw;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__room {
    margin-top: 6.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__room {
    margin-top: 0.7822685789vw;
  }
}
.cast__item .cast__info .cast__room {
  display: block;
  text-align: center;
}
.cast__item .type__labels {
  width: calc(100% - 0.2777777778vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0.1388888889vw;
  margin-bottom: 0.25em;
}
.cast__item .type__labels .type__label {
  background: var(--color-text);
  border: solid 1px var(--color-main);
  padding: 0.1388888889vw 0.2083333333vw;
  width: 44%;
  margin: 0 0.1388888889vw;
}
@media not screen and (min-width: 768px) {
  .cast__item .type__labels .type__label {
    padding: 0.7822685789vw 1.3037809648vw;
    margin: 0 0.5215123859vw;
    width: 40%;
  }
}
.cast__item .type__labels .type__label span {
  font-weight: bold;
  color: var(--color-main);
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .cast__item .type__labels .type__label span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cast__item .type__labels .type__label span {
    font-size: 3.1290743155vw;
  }
}
.cast__item .type__labels .type__label span {
  letter-spacing: -1px;
  display: block;
  text-align: center;
}
.cast__item .type__labels .type__label:nth-child(n+3) {
  margin-top: 0.25em;
}
.cast__item {
  /* label__new__cast */
}
.cast__item .label__new__cast {
  position: absolute;
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .cast__item .label__new__cast {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    font-size: 3.3898305085vw;
  }
}
.cast__item .label__new__cast {
  width: 6.25vw;
}
@media (min-width: 1920px) {
  .cast__item .label__new__cast {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    width: 18.2529335072vw;
  }
}
.cast__item .label__new__cast {
  height: 1.7361111111vw;
}
@media (min-width: 1920px) {
  .cast__item .label__new__cast {
    height: 33.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    height: 5.2151238592vw;
  }
}
.cast__item .label__new__cast {
  top: 3.125vw;
}
@media (min-width: 1920px) {
  .cast__item .label__new__cast {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    top: 9.1264667536vw;
  }
}
.cast__item .label__new__cast {
  right: -1.3888888889vw;
}
@media (min-width: 1920px) {
  .cast__item .label__new__cast {
    right: -26.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    right: -3.9113428944vw;
  }
}
.cast__item .label__new__cast {
  background: var(--color-sub);
  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;
}

/* sns__icon__wrapper */
.sns__icon__wrapper {
  position: absolute;
  top: -2.1527777778vw;
}
@media (min-width: 1920px) {
  .sns__icon__wrapper {
    top: -41.3333333333px;
  }
}
@media (max-width: 767px) {
  .sns__icon__wrapper {
    top: -7.0404172099vw;
  }
}
.sns__icon__wrapper {
  right: 0.6944444444vw;
}
@media (min-width: 1920px) {
  .sns__icon__wrapper {
    right: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .sns__icon__wrapper {
    right: 1.5645371578vw;
  }
}
.sns__icon__wrapper {
  border-radius: 5px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.twitter__icon,
.bluesky__icon,
.instagram__icon,
.line__icon {
  width: 1.7361111111vw;
}
@media (min-width: 1920px) {
  .twitter__icon,
  .bluesky__icon,
  .instagram__icon,
  .line__icon {
    width: 33.3333333333px;
  }
}
@media (max-width: 767px) {
  .twitter__icon,
  .bluesky__icon,
  .instagram__icon,
  .line__icon {
    width: 6.518904824vw;
  }
}
.twitter__icon,
.bluesky__icon,
.instagram__icon,
.line__icon {
  height: 1.7361111111vw;
}
@media (min-width: 1920px) {
  .twitter__icon,
  .bluesky__icon,
  .instagram__icon,
  .line__icon {
    height: 33.3333333333px;
  }
}
@media (max-width: 767px) {
  .twitter__icon,
  .bluesky__icon,
  .instagram__icon,
  .line__icon {
    height: 6.518904824vw;
  }
}
.twitter__icon,
.bluesky__icon,
.instagram__icon,
.line__icon {
  border-radius: 5px;
  margin-left: 0.2777777778vw;
}
@media (min-width: 1920px) {
  .twitter__icon,
  .bluesky__icon,
  .instagram__icon,
  .line__icon {
    margin-left: 5.3333333333px;
  }
}
@media (max-width: 767px) {
  .twitter__icon,
  .bluesky__icon,
  .instagram__icon,
  .line__icon {
    margin-left: 0.7822685789vw;
  }
}
.twitter__icon,
.bluesky__icon,
.instagram__icon,
.line__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.twitter__icon img,
.bluesky__icon img,
.instagram__icon img,
.line__icon img {
  width: 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;
}

/* swiper */
.swiper-container {
  width: 59.7222222222vw;
}
@media (min-width: 1920px) {
  .swiper-container {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .swiper-container {
    width: 96.479791395vw;
  }
}
.swiper-container {
  margin-bottom: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .swiper-container {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .swiper-container {
    margin-bottom: 10.4302477184vw;
  }
}
.swiper-container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  /* main-banner-slider */
}
.swiper-container.main-banner-slider {
  left: unset;
  width: 41.6666666667vw;
  transform: unset;
}
@media not screen and (min-width: 768px) {
  .swiper-container.main-banner-slider {
    width: 100%;
  }
}
.swiper-container {
  /* event-banner-slider */
}
.swiper-container.event-banner-slider {
  width: 64.5833333333vw;
}
@media (min-width: 1920px) {
  .swiper-container.event-banner-slider {
    width: 1240px;
  }
}
@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 */
  /* new__therapist__swiper */
}
.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-button-next,
.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-button-next,
  .swiper-button-prev {
    width: 10.4302477184vw;
    height: 10.4302477184vw;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 3.3898305085vw;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: bold;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--shadow-box);
}
@media not screen and (min-width: 768px) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: inherit;
  }
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-pagination {
  z-index: 1;
}
.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;
}
@media (min-width: 1920px) {
  .room__label {
    font-size: 25.3333333333px;
  }
}
@media (max-width: 767px) {
  .room__label {
    font-size: 4.4328552803vw;
  }
}
.room__label {
  margin-bottom: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .room__label {
    margin-bottom: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .room__label {
    margin-bottom: 5.2151238592vw;
  }
}
.room__label {
  color: var(--color-white);
}

/* button__container : Pattern 03 / Pastel Pill Pop (kawaii) */
.button__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.4722222222vw;
}
@media (min-width: 1920px) {
  .button__container {
    margin-top: 66.6666666667px;
  }
}
@media (max-width: 767px) {
  .button__container {
    margin-top: 9.3872229465vw;
  }
}
.button__container .common__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .button__container .common__button {
    gap: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .button__container .common__button {
    gap: 2.6075619296vw;
  }
}
.button__container .common__button {
  min-width: 19.4444444444vw;
}
@media (min-width: 1920px) {
  .button__container .common__button {
    min-width: 373.3333333333px;
  }
}
@media (max-width: 767px) {
  .button__container .common__button {
    min-width: 62.5814863103vw;
  }
}
.button__container .common__button {
  height: 3.8888888889vw;
}
@media (min-width: 1920px) {
  .button__container .common__button {
    height: 74.6666666667px;
  }
}
@media (max-width: 767px) {
  .button__container .common__button {
    height: 12.5162972621vw;
  }
}
.button__container .common__button {
  padding-left: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .button__container .common__button {
    padding-left: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .button__container .common__button {
    padding-left: 6.258148631vw;
  }
}
.button__container .common__button {
  padding-right: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .button__container .common__button {
    padding-right: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .button__container .common__button {
    padding-right: 6.258148631vw;
  }
}
.button__container .common__button {
  background: linear-gradient(135deg, var(--color-main) 0%, var(--color-sub) 100%);
  border: none;
  border-radius: 999px;
  color: var(--color-white);
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .button__container .common__button {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .button__container .common__button {
    font-size: 3.3898305085vw;
  }
}
.button__container .common__button {
  letter-spacing: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .button__container .common__button {
    letter-spacing: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  .button__container .common__button {
    letter-spacing: 0.260756193vw;
  }
}
.button__container .common__button {
  text-transform: none;
  text-decoration: none;
  position: relative;
  box-shadow: 0 8px 24px rgba(212, 165, 184, 0.32), inset 0 -2px 0 rgba(255, 255, 255, 0.2);
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.4s cubic-bezier(0.37, 0, 0.63, 1), filter 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.button__container .common__button::before {
  content: "♡";
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .button__container .common__button::before {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .button__container .common__button::before {
    font-size: 3.6505867014vw;
  }
}
.button__container .common__button::before {
  color: var(--color-white);
  line-height: 1;
}
.button__container .common__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(212, 165, 184, 0.45), inset 0 -2px 0 rgba(255, 255, 255, 0.25);
  filter: brightness(1.04);
}
@media not screen and (min-width: 768px) {
  .button__container .common__button:hover {
    transform: none;
    filter: none;
  }
}
.button__container .common__button:hover .common__button__arrow {
  transform: translateX(4px);
}
@media not screen and (min-width: 768px) {
  .button__container .common__button:hover .common__button__arrow {
    transform: none;
  }
}
.button__container .common__button span {
  position: relative;
  z-index: 1;
}
.button__container .common__button .common__button__arrow {
  font-style: normal;
  transition: transform 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .button__container .common__button .common__button__arrow {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .button__container .common__button .common__button__arrow {
    font-size: 3.1290743155vw;
  }
}
.button__container .common__button .common__button__arrow {
  position: relative;
  z-index: 1;
}

.hero__section.children__page {
  height: 25vw;
}
@media (min-width: 1920px) {
  .hero__section.children__page {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .hero__section.children__page {
    height: 43.5462842243vw;
  }
}
.hero__section.children__page {
  min-height: unset;
}
.hero__section.children__page .hero__container {
  margin-top: 0vw;
}
@media (min-width: 1920px) {
  .hero__section.children__page .hero__container {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .hero__section.children__page .hero__container {
    margin-top: 13.037809648vw;
  }
}
.hero__section.children__page .hero__container .heading__container {
  margin-bottom: 0;
}
.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;
}
@media (min-width: 1920px) {
  .pagination .page-numbers {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 3.3898305085vw;
  }
}
.pagination .page-numbers {
  color: var(--color-text);
  border-radius: 5px;
  transition: all 0.3s ease;
}
@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-color: 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: 1920px) {
  .pagination.article {
    margin-top: 80px;
  }
}
@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-color: var(--color-main);
  width: 17.3611111111vw;
}
@media (min-width: 1920px) {
  .pagination.article .prev,
  .pagination.article .next {
    width: 333.3333333333px;
  }
}
@media (max-width: 767px) {
  .pagination.article .prev,
  .pagination.article .next {
    width: 80.8344198175vw;
  }
}
.pagination.article .prev,
.pagination.article .next {
  color: var(--color-white);
}
@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;
  }
}

.breadcrumbs__section {
  width: 100%;
  background: linear-gradient(90deg, rgba(212, 165, 184, 0.1) 0%, rgba(197, 179, 218, 0.12) 100%);
  border-top: 1px solid rgba(212, 165, 184, 0.25);
  border-bottom: 1px solid rgba(212, 165, 184, 0.25);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .breadcrumbs__section {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__section {
    height: 9.3872229465vw;
  }
}
.breadcrumbs__section nav {
  margin: 0 1.9444444444vw;
  width: calc(100% - 3.8888888889vw);
}
@media not screen and (min-width: 768px) {
  .breadcrumbs__section nav {
    margin: 0 3.6505867014vw;
    width: calc(100% - 7.3011734029vw);
  }
}
.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: 1920px) {
  .breadcrumbs__section nav p,
  .breadcrumbs__section nav span {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__section nav p,
  .breadcrumbs__section nav span {
    font-size: 3.1290743155vw;
  }
}
.breadcrumbs__section nav p,
.breadcrumbs__section nav span {
  letter-spacing: 0.0694444444vw;
}
@media (min-width: 1920px) {
  .breadcrumbs__section nav p,
  .breadcrumbs__section nav span {
    letter-spacing: 1.3333333333px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__section nav p,
  .breadcrumbs__section nav span {
    letter-spacing: 0.1303780965vw;
  }
}
.breadcrumbs__section nav p,
.breadcrumbs__section nav span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.breadcrumbs__section nav p a,
.breadcrumbs__section nav span a {
  color: var(--color-main);
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .breadcrumbs__section nav p a,
  .breadcrumbs__section nav span a {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__section nav p a,
  .breadcrumbs__section nav span a {
    font-size: 3.1290743155vw;
  }
}
.breadcrumbs__section nav p a,
.breadcrumbs__section nav span a {
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  transition: opacity 0.3s;
}
.breadcrumbs__section nav p a:hover,
.breadcrumbs__section nav span a:hover {
  opacity: 0.7;
}
@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;
}

.contact__wrapper {
  width: 59.7222222222vw;
}
@media (min-width: 1920px) {
  .contact__wrapper {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper {
    width: 96.479791395vw;
  }
}
.contact__wrapper {
  margin: 2.0833333333vw auto 0;
}
@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: 1920px) {
  .contact__wrapper .item-container {
    margin-bottom: 26.6666666667px;
  }
}
@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;
}
@media (min-width: 1920px) {
  .contact__wrapper .item-container .item__q label {
    margin-bottom: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__q label {
    margin-bottom: 1.3037809648vw;
  }
}
.contact__wrapper .item-container .item__q label {
  margin-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .item-container .item__q label {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__q label {
    margin-top: 2.6075619296vw;
  }
}
.contact__wrapper .item-container .item__q label {
  color: var(--color-text);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .item-container .item__q label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__q label {
    font-size: 3.9113428944vw;
  }
}
.contact__wrapper .item-container .item__q label {
  line-height: 1.4;
}
.contact__wrapper .item-container .item__q label span.required {
  margin-left: 0.6944444444vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .item-container .item__q label span.required {
    margin-left: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__q label span.required {
    margin-left: 2.6075619296vw;
  }
}
.contact__wrapper .item-container .item__q label span.required {
  background-color: var(--color-main);
  color: var(--color-white);
  padding: 0.3472222222vw 0.6944444444vw;
  border-radius: 999px;
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .item-container .item__q label span.required {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__q label span.required {
    font-size: 2.8683181226vw;
  }
}
@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;
}
@media (min-width: 1920px) {
  .contact__wrapper .item-container .item__a input,
  .contact__wrapper .item-container .item__a textarea,
  .contact__wrapper .item-container .item__a select {
    width: 1093.3333333333px;
  }
}
@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;
  }
}
.contact__wrapper .item-container .item__a input,
.contact__wrapper .item-container .item__a textarea,
.contact__wrapper .item-container .item__a select {
  padding: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .item-container .item__a input,
  .contact__wrapper .item-container .item__a textarea,
  .contact__wrapper .item-container .item__a select {
    padding: 26.6666666667px;
  }
}
@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;
  }
}
.contact__wrapper .item-container .item__a input,
.contact__wrapper .item-container .item__a textarea,
.contact__wrapper .item-container .item__a select {
  margin-bottom: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .item-container .item__a input,
  .contact__wrapper .item-container .item__a textarea,
  .contact__wrapper .item-container .item__a select {
    margin-bottom: 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 {
    margin-bottom: 2.6075619296vw;
  }
}
.contact__wrapper .item-container .item__a input,
.contact__wrapper .item-container .item__a textarea,
.contact__wrapper .item-container .item__a select {
  border: 1px solid rgba(212, 165, 184, 0.4);
  border-radius: 0.6944444444vw;
  background: var(--color-white);
  transition: border-color 0.3s, box-shadow 0.3s;
  color: var(--color-text);
}
@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 0 3px rgba(212, 165, 184, 0.2);
  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: rgba(107, 89, 105, 0.45);
  font-weight: 400;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.contact__wrapper .item-container .item__a input {
  color: var(--color-text);
}
.contact__wrapper .item-container .item__a select {
  width: 59.7222222222vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .item-container .item__a select {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__a select {
    width: 93.8722294654vw;
  }
}
.contact__wrapper .item-container .item__a select {
  color: var(--color-text);
}
.contact__wrapper .item-container .item__a [type=checkbox] {
  width: unset;
  margin: 0.6944444444vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .item-container .item__a [type=checkbox] {
    margin: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__a [type=checkbox] {
    margin: 0.7822685789vw;
  }
}
.contact__wrapper .item-container .item__a [type=checkbox] {
  accent-color: var(--color-main);
}
.contact__wrapper .item-container .item__a .wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.contact__wrapper .item-container .item__a span {
  color: var(--color-text);
}
.contact__wrapper .item-container .item__a .date-wrapper p {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  color: var(--color-text);
}
.contact__wrapper .item-container .item__a .date-wrapper p span select {
  width: 28.4722222222vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .item-container .item__a .date-wrapper p span select {
    width: 546.6666666667px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .item-container .item__a .date-wrapper p span select {
    width: 38.591916558vw;
  }
}
.contact__wrapper .wpcf7-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--color-main) 0%, var(--color-sub) 100%);
  color: var(--color-white);
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .wpcf7-submit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .wpcf7-submit {
    font-size: 3.6505867014vw;
  }
}
.contact__wrapper .wpcf7-submit {
  letter-spacing: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .wpcf7-submit {
    letter-spacing: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .wpcf7-submit {
    letter-spacing: 0.260756193vw;
  }
}
.contact__wrapper .wpcf7-submit {
  padding: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .wpcf7-submit {
    padding: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .wpcf7-submit {
    padding: 2.6075619296vw;
  }
}
.contact__wrapper .wpcf7-submit {
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), filter 0.3s;
  margin-top: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .wpcf7-submit {
    margin-top: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .wpcf7-submit {
    margin-top: 7.8226857888vw;
  }
}
.contact__wrapper .wpcf7-submit {
  box-shadow: 0 8px 22px rgba(212, 165, 184, 0.3);
}
.contact__wrapper .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(212, 165, 184, 0.42);
  filter: brightness(1.04);
}
.contact__wrapper .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.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: 1920px) {
  .contact__wrapper .accept__check a {
    margin-left: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .accept__check a {
    margin-left: 2.6075619296vw;
  }
}
.contact__wrapper .accept__check a:hover {
  color: var(--color-main);
  opacity: 0.7;
}
.contact__wrapper .accept__check label span {
  color: var(--color-text);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

/* page.php */
.page__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .page__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .page__section {
    margin-top: 15.6453715776vw;
  }
}
.page__section .page__container {
  width: 66.6666666667vw;
}
@media (min-width: 1920px) {
  .page__section .page__container {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .page__section .page__container {
    width: 91.2646675359vw;
  }
}
.page__section .page__container {
  margin: 4.1666666667vw auto;
  display: block;
}
@media not screen and (min-width: 768px) {
  .page__section .page__container {
    margin: 15.6453715776vw auto;
  }
}

.main__view__wrapper {
  position: relative;
}
.main__view__wrapper header {
  position: absolute;
  top: 1.5277777778vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header {
    top: 29.3333333333px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper header {
    top: 4.1720990874vw;
  }
}
.main__view__wrapper header {
  width: calc(100% - 5.5555555556vw);
}
@media not screen and (min-width: 768px) {
  .main__view__wrapper header {
    width: calc(100% - 10.4302477184vw);
  }
}
.main__view__wrapper header {
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main__view__wrapper header .header__shopinfo__container {
  margin-left: auto;
  margin-right: 0;
}
@media not screen and (min-width: 768px) {
  .main__view__wrapper header .header__shopinfo__container {
    display: none;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  gap: 0.2777777778vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content {
    gap: 5.3333333333px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content {
    gap: 0.5215123859vw;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content {
  position: relative;
  padding-top: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content {
    padding-top: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content {
    padding-top: 2.6075619296vw;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content {
  padding-bottom: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content {
    padding-bottom: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content {
    padding-bottom: 2.6075619296vw;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content {
  padding-left: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content {
    padding-left: 4.6936114733vw;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content {
  padding-right: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content {
    padding-right: 4.6936114733vw;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(212, 165, 184, 0.4);
  border-radius: 1.3888888889vw;
  box-shadow: 0 8px 22px rgba(212, 165, 184, 0.18);
  z-index: -1;
}
.main__view__wrapper header .header__shopinfo__container .header__right__content p {
  color: var(--color-text);
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content p {
    font-size: 17.3333333333px;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content p {
  letter-spacing: 0.0694444444vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content p {
    letter-spacing: 1.3333333333px;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0;
  line-height: 1.6;
}
.main__view__wrapper header .header__shopinfo__container .header__right__content p span {
  display: inline-block;
  font-size: 0.6944444444vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content p span {
    font-size: 13.3333333333px;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content p span {
  letter-spacing: 0.0694444444vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content p span {
    letter-spacing: 1.3333333333px;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content p span {
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  background: rgba(212, 165, 184, 0.15);
  color: var(--color-main);
  padding: 0;
  border: none;
  border-radius: 999px;
  padding-top: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content p span {
    padding-top: 2.6666666667px;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content p span {
  padding-bottom: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content p span {
    padding-bottom: 2.6666666667px;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content p span {
  padding-left: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content p span {
    padding-left: 10.6666666667px;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content p span {
  padding-right: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content p span {
    padding-right: 10.6666666667px;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content p span {
  margin-right: 0.6em;
}
.main__view__wrapper header .header__shopinfo__container .header__right__content a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2777777778vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content a {
    margin-top: 5.3333333333px;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content a {
  transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.main__view__wrapper header .header__shopinfo__container .header__right__content a:hover {
  opacity: 0.7;
}
.main__view__wrapper header .header__shopinfo__container .header__right__content a svg {
  fill: var(--color-main);
  height: 1.0416666667vw;
  width: 1.0416666667vw;
  margin-right: 0.5555555556vw;
}
.main__view__wrapper header .header__shopinfo__container .header__right__content a span {
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content a span {
    font-size: 24px;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content a span {
  letter-spacing: 0.0694444444vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper header .header__shopinfo__container .header__right__content a span {
    letter-spacing: 1.3333333333px;
  }
}
.main__view__wrapper header .header__shopinfo__container .header__right__content a span {
  color: var(--color-main);
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 600;
  line-height: 1;
}

/* hamburger : pastel pill */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  border: none;
  background: none;
  transition: opacity 0.5s ease;
}
@media not screen and (min-width: 768px) {
  .hamburger {
    z-index: 5;
    position: fixed;
    top: 5.2151238592vw;
    right: 5.2151238592vw;
    width: 13.037809648vw;
    height: 11.7340286832vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid var(--color-main);
    border-radius: 3.1290743155vw;
    box-shadow: 0 8px 18px rgba(212, 165, 184, 0.25);
  }
}
.hamburger .bar {
  width: 7.3011734029vw;
  height: 0.5215123859vw;
  margin: 1.0430247718vw 0;
  background-color: var(--color-main);
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  border-radius: 999px;
}
.hamburger.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(1.8252933507vw, 1.8252933507vw);
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(1.8252933507vw, -1.8252933507vw);
}

/* nav menu : soft pastel band */
.header__menu__wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(212, 165, 184, 0.08) 0%, rgba(197, 179, 218, 0.1) 50%, rgba(212, 165, 184, 0.08) 100%);
  border-top: 1px solid rgba(212, 165, 184, 0.3);
  border-bottom: 1px solid rgba(212, 165, 184, 0.3);
}
@media not screen and (min-width: 768px) {
  .header__menu__wrapper {
    z-index: 4;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    height: 100vh;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: none;
  }
  .header__menu__wrapper.show {
    display: flex;
  }
  .header__menu__wrapper.active {
    opacity: 1;
  }
}
.header__menu__wrapper #header-menu {
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 4.8611111111vw;
}
@media (min-width: 1920px) {
  .header__menu__wrapper #header-menu {
    height: 93.3333333333px;
  }
}
@media not screen and (min-width: 768px) {
  .header__menu__wrapper #header-menu {
    flex-direction: column;
    height: 100%;
    gap: 7.3011734029vw;
  }
}
.header__menu__wrapper #header-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__menu__wrapper #header-menu li a {
  color: var(--color-main);
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .header__menu__wrapper #header-menu li a {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .header__menu__wrapper #header-menu li a {
    font-size: 3.6505867014vw;
  }
}
.header__menu__wrapper #header-menu li a {
  letter-spacing: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .header__menu__wrapper #header-menu li a {
    letter-spacing: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  .header__menu__wrapper #header-menu li a {
    letter-spacing: 0.260756193vw;
  }
}
.header__menu__wrapper #header-menu li a {
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  position: relative;
  padding: 0.6944444444vw 0.6944444444vw;
}
@media not screen and (min-width: 768px) {
  .header__menu__wrapper #header-menu li a {
    padding: 2.0860495437vw 2.6075619296vw;
  }
}
.header__menu__wrapper #header-menu li a span {
  display: block;
  font-size: 0.7638888889vw;
}
@media (min-width: 1920px) {
  .header__menu__wrapper #header-menu li a span {
    font-size: 14.6666666667px;
  }
}
@media (max-width: 767px) {
  .header__menu__wrapper #header-menu li a span {
    font-size: 2.8683181226vw;
  }
}
.header__menu__wrapper #header-menu li a span {
  letter-spacing: 0.2083333333vw;
}
@media (min-width: 1920px) {
  .header__menu__wrapper #header-menu li a span {
    letter-spacing: 4px;
  }
}
@media (max-width: 767px) {
  .header__menu__wrapper #header-menu li a span {
    letter-spacing: 0.5215123859vw;
  }
}
.header__menu__wrapper #header-menu li a span {
  margin-top: 0.4166666667vw;
}
@media (min-width: 1920px) {
  .header__menu__wrapper #header-menu li a span {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .header__menu__wrapper #header-menu li a span {
    margin-top: 1.0430247718vw;
  }
}
.header__menu__wrapper #header-menu li a span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: var(--color-text);
  opacity: 0.7;
  text-transform: none;
}
.header__menu__wrapper #header-menu li a::before {
  content: "♡";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  color: var(--color-main);
  font-size: 0.7638888889vw;
}
@media (min-width: 1920px) {
  .header__menu__wrapper #header-menu li a::before {
    font-size: 14.6666666667px;
  }
}
@media (max-width: 767px) {
  .header__menu__wrapper #header-menu li a::before {
    font-size: 2.6075619296vw;
  }
}
.header__menu__wrapper #header-menu li a::before {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  line-height: 1;
}
.header__menu__wrapper #header-menu li a:hover {
  opacity: 1;
}
.header__menu__wrapper #header-menu li a:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-30%);
}
@media not screen and (min-width: 768px) {
  .header__menu__wrapper #header-menu li a:hover::before {
    opacity: 0;
  }
}

footer {
  margin-top: 11.1111111111vw;
}
@media (min-width: 1920px) {
  footer {
    margin-top: 213.3333333333px;
  }
}
@media (max-width: 767px) {
  footer {
    margin-top: 23.4680573664vw;
  }
}
footer {
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  background: linear-gradient(180deg, rgba(253, 242, 247, 0.7) 0%, rgba(245, 237, 247, 0.85) 100%);
  border-top: 1px solid rgba(212, 165, 184, 0.3);
  padding-top: 5.5555555556vw;
}
@media (min-width: 1920px) {
  footer {
    padding-top: 106.6666666667px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 13.037809648vw;
  }
}
footer {
  padding-bottom: 2.0833333333vw;
}
@media (min-width: 1920px) {
  footer {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 23.4680573664vw;
  }
}
footer .footer-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  z-index: -1;
}
footer #footer-menu {
  width: 61.1111111111vw;
}
@media (min-width: 1920px) {
  footer #footer-menu {
    width: 1173.3333333333px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu {
    width: 96.479791395vw;
  }
}
footer #footer-menu {
  margin-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  footer #footer-menu {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu {
    margin-top: 13.037809648vw;
  }
}
footer #footer-menu {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media not screen and (min-width: 768px) {
  footer #footer-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 7.3011734029vw;
  }
}
footer #footer-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color-white);
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  footer #footer-menu li a {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu li a {
    font-size: 3.6505867014vw;
  }
}
footer #footer-menu li a {
  letter-spacing: 0.1388888889vw;
}
@media (min-width: 1920px) {
  footer #footer-menu li a {
    letter-spacing: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu li a {
    letter-spacing: 0.260756193vw;
  }
}
footer #footer-menu li a {
  text-transform: capitalize;
  transition: opacity 0.4s cubic-bezier(0.37, 0, 0.63, 1), color 0.3s;
}
footer #footer-menu li a:hover {
  font-weight: bold;
}
footer #footer-menu li a span {
  display: block;
  font-size: 0.7638888889vw;
}
@media (min-width: 1920px) {
  footer #footer-menu li a span {
    font-size: 14.6666666667px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu li a span {
    font-size: 2.8683181226vw;
  }
}
footer #footer-menu li a span {
  letter-spacing: 0.2083333333vw;
}
@media (min-width: 1920px) {
  footer #footer-menu li a span {
    letter-spacing: 4px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu li a span {
    letter-spacing: 0.5215123859vw;
  }
}
footer #footer-menu li a span {
  margin-top: 0.4166666667vw;
}
@media (min-width: 1920px) {
  footer #footer-menu li a span {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu li a span {
    margin-top: 1.0430247718vw;
  }
}
footer #footer-menu li a span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: var(--color-text);
  opacity: 0.85;
  text-transform: none;
}
footer .footer__logo__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 4.1666666667vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container {
    margin-top: 15.6453715776vw;
  }
}
footer .footer__logo__container img {
  width: 19.4444444444vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container img {
    width: 373.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container img {
    width: 52.1512385919vw;
  }
}
footer .footer__logo__container img {
  filter: drop-shadow(0 6px 18px rgba(107, 89, 105, 0.18));
}
footer .footer__logo__container span {
  margin-top: 0.9722222222vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container span {
    margin-top: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container span {
    margin-top: 2.6075619296vw;
  }
}
footer .footer__logo__container span a {
  color: var(--color-white);
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container span a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container span a {
    font-size: 4.1720990874vw;
  }
}
footer .footer__logo__container span a {
  letter-spacing: 0.1388888889vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container span a {
    letter-spacing: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container span a {
    letter-spacing: 0.260756193vw;
  }
}
footer .footer__logo__container .footer__shop__discription {
  margin-top: 1.6666666667vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container .footer__shop__discription {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__shop__discription {
    margin-top: 7.8226857888vw;
  }
}
footer .footer__logo__container .footer__shop__discription {
  width: 50vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container .footer__shop__discription {
    width: 960px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__shop__discription {
    width: 91.2646675359vw;
  }
}
footer .footer__logo__container .footer__shop__discription p {
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container .footer__shop__discription p {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__shop__discription p {
    font-size: 3.1290743155vw;
  }
}
footer .footer__logo__container .footer__shop__discription p {
  letter-spacing: 0.0694444444vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container .footer__shop__discription p {
    letter-spacing: 1.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__shop__discription p {
    letter-spacing: 0.1303780965vw;
  }
}
footer .footer__logo__container .footer__shop__discription p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: var(--color-white);
  opacity: 1;
  text-align: center;
  line-height: 1.85;
}
footer .footer__secondary__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.4722222222vw;
}
@media (min-width: 1920px) {
  footer .footer__secondary__menu {
    margin-top: 66.6666666667px;
  }
}
@media (max-width: 767px) {
  footer .footer__secondary__menu {
    margin-top: 9.3872229465vw;
  }
}
footer .footer__secondary__menu {
  margin-bottom: 1.25vw;
}
@media (min-width: 1920px) {
  footer .footer__secondary__menu {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  footer .footer__secondary__menu {
    margin-bottom: 3.6505867014vw;
  }
}
footer .footer__secondary__menu li {
  width: fit-content;
}
footer .footer__secondary__menu li span {
  color: var(--color-text);
  opacity: 0.85;
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 0.7638888889vw;
}
@media (min-width: 1920px) {
  footer .footer__secondary__menu li span {
    font-size: 14.6666666667px;
  }
}
@media (max-width: 767px) {
  footer .footer__secondary__menu li span {
    font-size: 2.8683181226vw;
  }
}
footer .footer__secondary__menu li span {
  letter-spacing: 0.1388888889vw;
}
@media (min-width: 1920px) {
  footer .footer__secondary__menu li span {
    letter-spacing: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  footer .footer__secondary__menu li span {
    letter-spacing: 0.260756193vw;
  }
}
footer .footer__secondary__menu li span {
  text-transform: capitalize;
}
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: -1.2em;
  color: var(--color-main);
  opacity: 1;
}
footer .creater__container {
  margin-bottom: 1.1111111111vw;
}
@media (min-width: 1920px) {
  footer .creater__container {
    margin-bottom: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .creater__container {
    margin-bottom: 20.8604954368vw;
  }
}
footer .creater__container span {
  margin: 0 auto;
  display: block;
  width: fit-content;
  color: var(--color-text);
  opacity: 0.7;
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 0.6944444444vw;
}
@media (min-width: 1920px) {
  footer .creater__container span {
    font-size: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .creater__container span {
    font-size: 2.6075619296vw;
  }
}
footer .creater__container span {
  letter-spacing: 0.1388888889vw;
}
@media (min-width: 1920px) {
  footer .creater__container span {
    letter-spacing: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  footer .creater__container span {
    letter-spacing: 0.260756193vw;
  }
}
footer .creater__container span {
  text-transform: capitalize;
}
footer .creater__container span a {
  font-weight: 500;
  text-align: center;
  color: var(--color-text);
  opacity: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-transform: none;
  letter-spacing: 0.0694444444vw;
}
@media (min-width: 1920px) {
  footer .creater__container span a {
    letter-spacing: 1.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .creater__container span a {
    letter-spacing: 0.1303780965vw;
  }
}
footer .creater__container span a {
  transition: color 0.3s;
}
footer .creater__container span a:hover {
  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: 3;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(212, 165, 184, 0.4);
    box-shadow: 0 -6px 18px rgba(212, 165, 184, 0.18);
  }
  footer .footer__fixed__button li {
    height: 13.037809648vw;
    background: transparent;
    width: 100%;
  }
  footer .footer__fixed__button li + li {
    border-left: 1px dashed rgba(212, 165, 184, 0.4);
  }
  footer .footer__fixed__button li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .footer__fixed__button li a svg {
    width: 4.1720990874vw;
    height: 4.1720990874vw;
    fill: var(--color-main);
  }
  footer .footer__fixed__button li a span {
    font-size: 2.6075619296vw;
    letter-spacing: 0.260756193vw;
    font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--color-text);
    line-height: 1;
    margin-top: 1.0430247718vw;
  }
}

/* ============================================
   Loading
   ============================================ */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fdfaf8;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 0.6s 1s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading .loading__logo {
  opacity: 0;
  animation: logo_fade 1s 0.25s forwards;
  width: 175px;
}
@keyframes logo_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ============================================
   Hero — Pattern 03 / Floating Pastel Bubble
   ============================================ */
.hero__section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 44.4444444444vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 0;
  overflow: hidden;
  background: radial-gradient(circle at 20% 30%, rgba(212, 165, 184, 0.18), transparent 45%), radial-gradient(circle at 80% 70%, rgba(197, 179, 218, 0.18), transparent 45%), linear-gradient(180deg, #fffafc 0%, #fdf2f7 50%, #f5edf7 100%);
}
@media not screen and (min-width: 768px) {
  .hero__section {
    height: 100vh;
    min-height: 146.0234680574vw;
  }
}
.hero__section picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.18;
}
.hero__section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: hero_breath 22s ease-in-out infinite;
}
@keyframes hero_breath {
  0%, 100% {
    transform: scale(1.04) translateY(0);
  }
  50% {
    transform: scale(1.08) translateY(-1%);
  }
}
.hero__section .hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 30%, transparent 70%, rgba(253, 242, 247, 0.55) 100%);
  pointer-events: none;
}
.hero__section .hero__sparkles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.hero__section .hero__sparkles .hero__sparkle {
  position: absolute;
  color: var(--color-main);
  line-height: 1;
  opacity: 0.55;
  animation: hero_float 6s ease-in-out infinite;
  will-change: transform;
}
.hero__section .hero__sparkles .hero__sparkle--1 {
  top: 18%;
  left: 12%;
  font-size: 1.5277777778vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__sparkles .hero__sparkle--1 {
    font-size: 29.3333333333px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__sparkles .hero__sparkle--1 {
    font-size: 4.1720990874vw;
  }
}
.hero__section .hero__sparkles .hero__sparkle--1 {
  animation-delay: 0s;
}
.hero__section .hero__sparkles .hero__sparkle--2 {
  top: 24%;
  right: 16%;
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__sparkles .hero__sparkle--2 {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__sparkles .hero__sparkle--2 {
    font-size: 2.8683181226vw;
  }
}
.hero__section .hero__sparkles .hero__sparkle--2 {
  color: var(--color-sub);
  animation-delay: 1.2s;
}
.hero__section .hero__sparkles .hero__sparkle--3 {
  top: 32%;
  left: 22%;
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__sparkles .hero__sparkle--3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__sparkles .hero__sparkle--3 {
    font-size: 2.6075619296vw;
  }
}
.hero__section .hero__sparkles .hero__sparkle--3 {
  animation-delay: 2s;
}
.hero__section .hero__sparkles .hero__sparkle--4 {
  top: 60%;
  right: 12%;
  font-size: 1.8055555556vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__sparkles .hero__sparkle--4 {
    font-size: 34.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__sparkles .hero__sparkle--4 {
    font-size: 4.6936114733vw;
  }
}
.hero__section .hero__sparkles .hero__sparkle--4 {
  color: var(--color-sub);
  animation-delay: 0.6s;
}
.hero__section .hero__sparkles .hero__sparkle--5 {
  top: 70%;
  left: 18%;
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__sparkles .hero__sparkle--5 {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__sparkles .hero__sparkle--5 {
    font-size: 3.1290743155vw;
  }
}
.hero__section .hero__sparkles .hero__sparkle--5 {
  color: var(--color-text);
  opacity: 0.4;
  animation-delay: 3s;
}
.hero__section .hero__sparkles .hero__sparkle--6 {
  top: 12%;
  left: 48%;
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__sparkles .hero__sparkle--6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__sparkles .hero__sparkle--6 {
    font-size: 2.6075619296vw;
  }
}
.hero__section .hero__sparkles .hero__sparkle--6 {
  color: var(--color-sub);
  animation-delay: 1.8s;
}
.hero__section .hero__sparkles .hero__sparkle--7 {
  top: 80%;
  left: 38%;
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__sparkles .hero__sparkle--7 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__sparkles .hero__sparkle--7 {
    font-size: 3.6505867014vw;
  }
}
.hero__section .hero__sparkles .hero__sparkle--7 {
  animation-delay: 2.4s;
}
.hero__section .hero__sparkles .hero__sparkle--8 {
  top: 14%;
  right: 30%;
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__sparkles .hero__sparkle--8 {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__sparkles .hero__sparkle--8 {
    font-size: 3.1290743155vw;
  }
}
.hero__section .hero__sparkles .hero__sparkle--8 {
  color: var(--color-sub);
  opacity: 0.5;
  animation-delay: 1s;
}
.hero__section .hero__sparkles .hero__sparkle--9 {
  top: 86%;
  right: 22%;
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__sparkles .hero__sparkle--9 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__sparkles .hero__sparkle--9 {
    font-size: 2.6075619296vw;
  }
}
.hero__section .hero__sparkles .hero__sparkle--9 {
  color: var(--color-text);
  opacity: 0.4;
  animation-delay: 4s;
}
.hero__section .hero__sparkles .hero__sparkle--10 {
  top: 50%;
  left: 8%;
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__sparkles .hero__sparkle--10 {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__sparkles .hero__sparkle--10 {
    font-size: 2.8683181226vw;
  }
}
.hero__section .hero__sparkles .hero__sparkle--10 {
  animation-delay: 2.8s;
}
@keyframes hero_float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(8deg);
  }
}
.hero__section .hero__ribbon {
  position: absolute;
  top: 7.6388888889vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__ribbon {
    top: 146.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__ribbon {
    top: 20.8604954368vw;
  }
}
.hero__section .hero__ribbon {
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__ribbon {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__ribbon {
    gap: 2.0860495437vw;
  }
}
.hero__section .hero__ribbon {
  color: var(--color-white);
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__ribbon {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__ribbon {
    font-size: 3.1290743155vw;
  }
}
.hero__section .hero__ribbon {
  letter-spacing: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__ribbon {
    letter-spacing: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__ribbon {
    letter-spacing: 0.260756193vw;
  }
}
.hero__section .hero__ribbon .hero__ribbon__heart {
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__ribbon .hero__ribbon__heart {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__ribbon .hero__ribbon__heart {
    font-size: 3.1290743155vw;
  }
}
.hero__section .hero__ribbon .hero__ribbon__heart {
  line-height: 1;
}
.hero__section .hero__ribbon .hero__ribbon__text {
  line-height: 1;
}
.hero__section .hero__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
  width: 50vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__container {
    width: 960px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__container {
    width: 88.6571056063vw;
  }
}
.hero__section .hero__container {
  margin: 0 auto;
}
.hero__section .hero__container .header__logo__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero__section .hero__container .header__logo__container img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 6px 22px rgba(212, 165, 184, 0.25));
  width: 20.8333333333vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__container .header__logo__container img {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__container .header__logo__container img {
    width: 65.1890482399vw;
  }
}
.hero__section .hero__container .header__logo__container h1 {
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__container .header__logo__container h1 {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__container .header__logo__container h1 {
    font-size: 2.8683181226vw;
  }
}
.hero__section .hero__container .header__logo__container h1 {
  letter-spacing: 0.2777777778vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__container .header__logo__container h1 {
    letter-spacing: 5.3333333333px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__container .header__logo__container h1 {
    letter-spacing: 0.5215123859vw;
  }
}
.hero__section .hero__container .header__logo__container h1 {
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  color: var(--color-white);
  opacity: 0.7;
  margin-top: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__container .header__logo__container h1 {
    margin-top: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__container .header__logo__container h1 {
    margin-top: 3.1290743155vw;
  }
}
.hero__section .hero__container .hero__heart__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__container .hero__heart__divider {
    gap: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__container .hero__heart__divider {
    gap: 2.6075619296vw;
  }
}
.hero__section .hero__container .hero__heart__divider {
  margin-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__container .hero__heart__divider {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__container .hero__heart__divider {
    margin-top: 5.7366362451vw;
  }
}
.hero__section .hero__container .hero__heart__divider .hero__heart__line {
  display: block;
  width: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__container .hero__heart__divider .hero__heart__line {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__container .hero__heart__divider .hero__heart__line {
    width: 9.3872229465vw;
  }
}
.hero__section .hero__container .hero__heart__divider .hero__heart__line {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--color-sub) 50%, transparent 100%);
}
.hero__section .hero__container .hero__heart__divider .hero__heart__icon {
  color: var(--color-main);
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__container .hero__heart__divider .hero__heart__icon {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__container .hero__heart__divider .hero__heart__icon {
    font-size: 3.6505867014vw;
  }
}
.hero__section .hero__container .hero__heart__divider .hero__heart__icon {
  line-height: 1;
  animation: heart_pulse 2.4s ease-in-out infinite;
}
@keyframes heart_pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
}
.hero__section .hero__container .hero__discription {
  margin-top: 1.9444444444vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__container .hero__discription {
    margin-top: 37.3333333333px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__container .hero__discription {
    margin-top: 5.2151238592vw;
  }
}
.hero__section .hero__container .hero__discription {
  width: 43.0555555556vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__container .hero__discription {
    width: 826.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__container .hero__discription {
    width: 83.4419817471vw;
  }
}
.hero__section .hero__container .hero__discription p {
  text-align: center;
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__container .hero__discription p {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__container .hero__discription p {
    font-size: 3.1290743155vw;
  }
}
.hero__section .hero__container .hero__discription p {
  line-height: 2;
  letter-spacing: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__container .hero__discription p {
    letter-spacing: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__container .hero__discription p {
    letter-spacing: 0.260756193vw;
  }
}
.hero__section .hero__container .hero__discription p {
  color: var(--color-white);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  opacity: 0.85;
}
.hero__section .hero__scroll__cue {
  position: absolute;
  bottom: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__scroll__cue {
    bottom: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__scroll__cue {
    bottom: 6.258148631vw;
  }
}
.hero__section .hero__scroll__cue {
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__scroll__cue {
    gap: 10.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__scroll__cue {
    gap: 1.5645371578vw;
  }
}
.hero__section .hero__scroll__cue {
  color: var(--color-white);
}
.hero__section .hero__scroll__cue .hero__scroll__text {
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__scroll__cue .hero__scroll__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__scroll__cue .hero__scroll__text {
    font-size: 2.8683181226vw;
  }
}
.hero__section .hero__scroll__cue .hero__scroll__text {
  letter-spacing: 0.2083333333vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__scroll__cue .hero__scroll__text {
    letter-spacing: 4px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__scroll__cue .hero__scroll__text {
    letter-spacing: 0.5215123859vw;
  }
}
.hero__section .hero__scroll__cue .hero__scroll__text {
  line-height: 1;
}
.hero__section .hero__scroll__cue .hero__scroll__arrow {
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .hero__section .hero__scroll__cue .hero__scroll__arrow {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hero__section .hero__scroll__cue .hero__scroll__arrow {
    font-size: 4.1720990874vw;
  }
}
.hero__section .hero__scroll__cue .hero__scroll__arrow {
  line-height: 1;
  animation: scroll_bounce 1.6s ease-in-out infinite;
}
@keyframes scroll_bounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(8px);
    opacity: 0.6;
  }
}

/* ============================================
   News Headline (marquee) — pastel
   ============================================ */
.news__headline__section {
  width: 100%;
  background: linear-gradient(90deg, rgba(212, 165, 184, 0.08) 0%, rgba(197, 179, 218, 0.1) 100%);
  border-top: 1px solid rgba(212, 165, 184, 0.2);
  border-bottom: 1px solid rgba(212, 165, 184, 0.2);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
.news__headline__section .headline__label {
  background: var(--color-main);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.7222222222vw;
}
@media (min-width: 1920px) {
  .news__headline__section .headline__label {
    width: 186.6666666667px;
  }
}
@media (max-width: 767px) {
  .news__headline__section .headline__label {
    width: 23.4680573664vw;
  }
}
.news__headline__section .headline__label {
  height: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .news__headline__section .headline__label {
    height: 64px;
  }
}
@media (max-width: 767px) {
  .news__headline__section .headline__label {
    height: 8.3441981747vw;
  }
}
.news__headline__section .headline__label {
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .news__headline__section .headline__label {
    letter-spacing: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  .news__headline__section .headline__label {
    letter-spacing: 0.260756193vw;
  }
}
.news__headline__section .headline__label {
  border-radius: 0 999px 999px 0;
}
.news__headline__section .headline__label span {
  position: relative;
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .news__headline__section .headline__label span {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .news__headline__section .headline__label span {
    font-size: 2.8683181226vw;
  }
}
.news__headline__section .headline__label span::before {
  content: "♡ ";
}
.news__headline__section .news__item {
  padding-left: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .news__headline__section .news__item {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .news__headline__section .news__item {
    padding-left: 3.9113428944vw;
  }
}
.news__headline__section .news__item {
  width: calc(100% - 9.7222222222vw);
}
@media not screen and (min-width: 768px) {
  .news__headline__section .news__item {
    width: calc(100% - 23.4680573664vw);
  }
}
.news__headline__section .news__item {
  overflow: hidden;
}
.news__headline__section .news__item p {
  animation: marquee 18s linear infinite;
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .news__headline__section .news__item p {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .news__headline__section .news__item p {
    font-size: 3.1290743155vw;
  }
}
.news__headline__section .news__item p {
  letter-spacing: 0.0694444444vw;
}
@media (min-width: 1920px) {
  .news__headline__section .news__item p {
    letter-spacing: 1.3333333333px;
  }
}
@media (max-width: 767px) {
  .news__headline__section .news__item p {
    letter-spacing: 0.1303780965vw;
  }
}
.news__headline__section .news__item p {
  color: var(--color-text);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transition: opacity 0.3s;
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.news__headline__section .news__item p:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .news__headline__section .news__item p:hover {
    opacity: inherit;
  }
}

/* ============================================
   Topics
   ============================================ */
.topics__section {
  position: relative;
  overflow: hidden;
  margin-top: 9.7222222222vw;
}
@media (min-width: 1920px) {
  .topics__section {
    margin-top: 186.6666666667px;
  }
}
@media (max-width: 767px) {
  .topics__section {
    margin-top: 20.8604954368vw;
  }
}
.topics__section {
  padding-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .topics__section {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .topics__section {
    padding-top: 5.2151238592vw;
  }
}
.topics__section .main__banner__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.topics__section .main__banner__container .main__banner {
  position: relative;
  width: 100%;
  max-width: 61.1111111111vw;
}
@media (min-width: 1920px) {
  .topics__section .main__banner__container .main__banner {
    max-width: 1173.3333333333px;
  }
}
@media (max-width: 767px) {
  .topics__section .main__banner__container .main__banner {
    max-width: 91.2646675359vw;
  }
}
.topics__section .main__banner__container .main__banner {
  margin: 0 auto 1.3888888889vw;
  transition: transform 0.5s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  border-radius: 1.3888888889vw;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(212, 165, 184, 0.2);
}
.topics__section .main__banner__container .main__banner:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(212, 165, 184, 0.3);
}
@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;
  position: relative;
}
.topics__section .main__banner__container .main__banner a img {
  width: 100%;
  display: block;
}

/* ============================================
   Today's Therapist
   ============================================ */
.todays__section {
  position: relative;
  overflow: hidden;
  margin-top: 9.7222222222vw;
}
@media (min-width: 1920px) {
  .todays__section {
    margin-top: 186.6666666667px;
  }
}
@media (max-width: 767px) {
  .todays__section {
    margin-top: 20.8604954368vw;
  }
}
.todays__section {
  padding-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .todays__section {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .todays__section {
    padding-top: 5.2151238592vw;
  }
}

/* ============================================
   Top News + X (social media)
   ============================================ */
.top__news__x__section {
  position: relative;
  overflow: hidden;
  margin-top: 9.7222222222vw;
}
@media (min-width: 1920px) {
  .top__news__x__section {
    margin-top: 186.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section {
    margin-top: 20.8604954368vw;
  }
}
.top__news__x__section {
  padding-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section {
    padding-top: 5.2151238592vw;
  }
}
.top__news__x__section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .top__news__x__section {
    gap: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section {
    gap: 0vw;
  }
}
@media not screen and (min-width: 768px) {
  .top__news__x__section {
    flex-direction: column;
    gap: 15.6453715776vw;
  }
}
.top__news__x__section .top__news__wrapper {
  width: 60%;
  position: relative;
}
@media not screen and (min-width: 768px) {
  .top__news__x__section .top__news__wrapper {
    width: 100%;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
  background: var(--color-white);
  color: var(--color-text);
  border: none;
  border-radius: 1.3888888889vw;
  min-height: 19.4444444444vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    min-height: 373.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    min-height: 41.7209908735vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
  padding-top: 2.5vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    padding-top: 6.258148631vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
  padding-bottom: 2.5vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    padding-bottom: 6.258148631vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
  padding-left: 2.5vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    padding-left: 48px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    padding-left: 5.7366362451vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
  padding-right: 2.5vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    padding-right: 5.7366362451vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
  position: relative;
  box-shadow: 0 14px 36px rgba(212, 165, 184, 0.2);
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
  content: "♥";
  position: absolute;
  top: -0.6944444444vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
    top: -13.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
    top: -2.0860495437vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
  left: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
    left: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
    left: 3.1290743155vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
  width: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
    width: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
    width: 6.258148631vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
  height: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
    height: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
    height: 6.258148631vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
  background: var(--color-main);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
    font-size: 2.8683181226vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news::before {
  line-height: 1;
  box-shadow: 0 4px 10px rgba(212, 165, 184, 0.4);
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
    font-size: 4.4328552803vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
  letter-spacing: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
    letter-spacing: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
    letter-spacing: 0.260756193vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
  margin-bottom: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
    margin-bottom: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
    margin-bottom: 2.6075619296vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: var(--color-main);
  line-height: 1.5;
  margin-left: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
    margin-left: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
    margin-left: 7.8226857888vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news p {
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news p {
    font-size: 3.3898305085vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news p {
  margin-bottom: 1.5277777778vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news p {
    margin-bottom: 29.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news p {
    margin-bottom: 4.6936114733vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news p {
  line-height: 1.85;
  color: var(--color-text);
  opacity: 0.85;
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
  display: inline-flex;
  align-items: center;
  gap: 0.4166666667vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    gap: 1.0430247718vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    font-size: 3.1290743155vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
  letter-spacing: 0.0694444444vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    letter-spacing: 1.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    letter-spacing: 0.1303780965vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
  color: var(--color-main);
  padding-left: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    padding-left: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    padding-left: 3.1290743155vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
  padding-right: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    padding-right: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    padding-right: 3.1290743155vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
  padding-top: 0.4166666667vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    padding-top: 1.0430247718vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
  padding-bottom: 0.4166666667vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
    padding-bottom: 1.0430247718vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a {
  border: 1px solid var(--color-main);
  border-radius: 999px;
  transition: all 0.3s;
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a::after {
  content: "→";
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news a:hover {
  background: var(--color-main);
  color: var(--color-white);
}
.top__news__x__section .x__wrapper {
  width: 40%;
  margin-left: 40px;
}
@media not screen and (min-width: 768px) {
  .top__news__x__section .x__wrapper {
    width: 100%;
    margin-top: 15.6453715776vw;
    margin-left: 0;
  }
}
.top__news__x__section .x__wrapper .zerotwo__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.top__news__x__section .x__wrapper .zerotwo__container a {
  transition: all 0.3s;
}
.top__news__x__section .x__wrapper .zerotwo__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .top__news__x__section .x__wrapper .zerotwo__container a:hover {
    opacity: inherit;
  }
}
.top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button {
  width: 22.2222222222vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button {
    width: 426.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button {
    width: 93.8722294654vw;
  }
}
.top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button {
  height: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button {
    height: 22.1642764016vw;
  }
}
.top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button {
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #242424;
  border-radius: 5px;
  animation: bggradient 7s ease infinite;
  background-size: 200% 200%;
  box-shadow: var(--shadow-box);
}
.top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button span {
  text-align: center;
  line-height: 1.75;
}
.top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button img {
  width: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button img {
    width: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button img {
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button img {
    height: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button svg {
  width: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button svg {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button svg {
    width: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button svg {
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button svg {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .zerotwo__container a .zerotwo__feed__button svg {
    height: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .line__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.top__news__x__section .x__wrapper .line__container a {
  transition: all 0.3s;
}
.top__news__x__section .x__wrapper .line__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .top__news__x__section .x__wrapper .line__container a:hover {
    opacity: inherit;
  }
}
.top__news__x__section .x__wrapper .line__container a .line__feed__button {
  width: 22.2222222222vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button {
    width: 426.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button {
    width: 93.8722294654vw;
  }
}
.top__news__x__section .x__wrapper .line__container a .line__feed__button {
  height: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button {
    height: 22.1642764016vw;
  }
}
.top__news__x__section .x__wrapper .line__container a .line__feed__button {
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #06c755;
  border-radius: 5px;
  animation: bggradient 7s ease infinite;
  background-size: 200% 200%;
  box-shadow: var(--shadow-box);
}
.top__news__x__section .x__wrapper .line__container a .line__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.top__news__x__section .x__wrapper .line__container a .line__feed__button span {
  text-align: center;
  line-height: 1.75;
}
.top__news__x__section .x__wrapper .line__container a .line__feed__button img {
  width: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button img {
    width: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .line__container a .line__feed__button img {
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button img {
    height: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .line__container a .line__feed__button svg {
  width: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button svg {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button svg {
    width: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .line__container a .line__feed__button svg {
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button svg {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .line__container a .line__feed__button svg {
    height: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .x__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.top__news__x__section .x__wrapper .x__container a {
  transition: all 0.3s;
}
.top__news__x__section .x__wrapper .x__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .top__news__x__section .x__wrapper .x__container a:hover {
    opacity: inherit;
  }
}
.top__news__x__section .x__wrapper .x__container a .twitter__feed__button {
  width: 22.2222222222vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button {
    width: 426.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button {
    width: 93.8722294654vw;
  }
}
.top__news__x__section .x__wrapper .x__container a .twitter__feed__button {
  height: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button {
    height: 22.1642764016vw;
  }
}
.top__news__x__section .x__wrapper .x__container a .twitter__feed__button {
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--color-sub);
  border-radius: 5px;
  animation: bggradient 7s ease infinite;
  background-size: 200% 200%;
  box-shadow: var(--shadow-box);
}
.top__news__x__section .x__wrapper .x__container a .twitter__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.top__news__x__section .x__wrapper .x__container a .twitter__feed__button span {
  text-align: center;
  line-height: 1.75;
}
.top__news__x__section .x__wrapper .x__container a .twitter__feed__button img {
  width: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button img {
    width: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .x__container a .twitter__feed__button img {
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button img {
    height: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .x__container a .twitter__feed__button svg {
  width: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button svg {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button svg {
    width: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .x__container a .twitter__feed__button svg {
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button svg {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .x__container a .twitter__feed__button svg {
    height: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .threads__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.top__news__x__section .x__wrapper .threads__container a {
  transition: all 0.3s;
}
.top__news__x__section .x__wrapper .threads__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .top__news__x__section .x__wrapper .threads__container a:hover {
    opacity: inherit;
  }
}
.top__news__x__section .x__wrapper .threads__container a .threads__feed__button {
  width: 22.2222222222vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button {
    width: 426.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button {
    width: 93.8722294654vw;
  }
}
.top__news__x__section .x__wrapper .threads__container a .threads__feed__button {
  height: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button {
    height: 22.1642764016vw;
  }
}
.top__news__x__section .x__wrapper .threads__container a .threads__feed__button {
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #101010;
  border-radius: 5px;
  animation: bggradient 7s ease infinite;
  background-size: 200% 200%;
  box-shadow: var(--shadow-box);
}
.top__news__x__section .x__wrapper .threads__container a .threads__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.top__news__x__section .x__wrapper .threads__container a .threads__feed__button span {
  text-align: center;
  line-height: 1.75;
}
.top__news__x__section .x__wrapper .threads__container a .threads__feed__button span svg,
.top__news__x__section .x__wrapper .threads__container a .threads__feed__button span img {
  width: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button span svg,
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button span img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button span svg,
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button span img {
    width: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .threads__container a .threads__feed__button span svg,
.top__news__x__section .x__wrapper .threads__container a .threads__feed__button span img {
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button span svg,
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button span img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button span svg,
  .top__news__x__section .x__wrapper .threads__container a .threads__feed__button span img {
    height: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .bluesky__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.top__news__x__section .x__wrapper .bluesky__container a {
  transition: all 0.3s;
}
.top__news__x__section .x__wrapper .bluesky__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .top__news__x__section .x__wrapper .bluesky__container a:hover {
    opacity: inherit;
  }
}
.top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button {
  width: 22.2222222222vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button {
    width: 426.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button {
    width: 93.8722294654vw;
  }
}
.top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button {
  height: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button {
    height: 22.1642764016vw;
  }
}
.top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button {
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #0f72fe;
  border-radius: 5px;
  animation: bggradient 7s ease infinite;
  background-size: 200% 200%;
  box-shadow: var(--shadow-box);
}
.top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button span {
  text-align: center;
  line-height: 1.75;
}
.top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button img {
  width: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button img {
    width: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button img {
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button img {
    height: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button svg {
  width: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button svg {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button svg {
    width: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button svg {
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button svg {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .bluesky__container a .bluesky__feed__button svg {
    height: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .instagram__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.top__news__x__section .x__wrapper .instagram__container a {
  transition: all 0.3s;
}
.top__news__x__section .x__wrapper .instagram__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .top__news__x__section .x__wrapper .instagram__container a:hover {
    opacity: inherit;
  }
}
.top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button {
  width: 22.2222222222vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button {
    width: 426.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button {
    width: 93.8722294654vw;
  }
}
.top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button {
  height: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button {
    height: 22.1642764016vw;
  }
}
.top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button {
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #fdd672 0%, #f96a31 45%, #e20a8d 75%, #333cf2 100%);
  animation: bggradient 7s ease infinite;
  background-size: 200% 200%;
  border-radius: 5px;
}
.top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span {
  padding: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span {
    padding: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span {
    padding: 4.1720990874vw;
  }
}
.top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span {
  text-align: center;
  line-height: 1.75;
}
.top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span svg,
.top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span img {
  width: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span svg,
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span svg,
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span img {
    width: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span svg,
.top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span img {
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span svg,
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span svg,
  .top__news__x__section .x__wrapper .instagram__container a .instagram__feed__button span img {
    height: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .tiktok__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.top__news__x__section .x__wrapper .tiktok__container a {
  transition: all 0.3s;
}
.top__news__x__section .x__wrapper .tiktok__container a:hover {
  opacity: 0.7;
}
@media not screen and (min-width: 768px) {
  .top__news__x__section .x__wrapper .tiktok__container a:hover {
    opacity: inherit;
  }
}
.top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button {
  width: 22.2222222222vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button {
    width: 426.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button {
    width: 93.8722294654vw;
  }
}
.top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button {
  height: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button {
    height: 22.1642764016vw;
  }
}
.top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button {
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: bggradient 7s ease infinite;
  background: linear-gradient(to right, #69c7d0 0%, #ec1f52 50%, #000000 100%);
  background-size: 200% 200%;
  border-radius: 5px;
}
.top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span {
    font-size: 4.1720990874vw;
  }
}
.top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span {
  padding: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span {
    padding: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span {
    padding: 4.1720990874vw;
  }
}
.top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span {
  text-align: center;
  line-height: 1.75;
}
.top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span svg,
.top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span img {
  width: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span svg,
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span svg,
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span img {
    width: 7.8226857888vw;
  }
}
.top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span svg,
.top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span img {
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span svg,
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span svg,
  .top__news__x__section .x__wrapper .tiktok__container a .tiktok__feed__button span img {
    height: 7.8226857888vw;
  }
}

/* ============================================
   New Therapist & Pickup (soft pastel accent bg)
   ============================================ */
.new__therapist__section,
.picup__section {
  position: relative;
  overflow: hidden;
  margin-top: 9.7222222222vw;
}
@media (min-width: 1920px) {
  .new__therapist__section,
  .picup__section {
    margin-top: 186.6666666667px;
  }
}
@media (max-width: 767px) {
  .new__therapist__section,
  .picup__section {
    margin-top: 20.8604954368vw;
  }
}
.new__therapist__section,
.picup__section {
  padding-top: 6.25vw;
}
@media (min-width: 1920px) {
  .new__therapist__section,
  .picup__section {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .new__therapist__section,
  .picup__section {
    padding-top: 14.6023468057vw;
  }
}
.new__therapist__section,
.picup__section {
  padding-bottom: 6.25vw;
}
@media (min-width: 1920px) {
  .new__therapist__section,
  .picup__section {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .new__therapist__section,
  .picup__section {
    padding-bottom: 14.6023468057vw;
  }
}
.new__therapist__section,
.picup__section {
  padding-left: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .new__therapist__section,
  .picup__section {
    padding-left: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .new__therapist__section,
  .picup__section {
    padding-left: 5.2151238592vw;
  }
}
.new__therapist__section,
.picup__section {
  padding-right: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .new__therapist__section,
  .picup__section {
    padding-right: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .new__therapist__section,
  .picup__section {
    padding-right: 5.2151238592vw;
  }
}
.new__therapist__section,
.picup__section {
  width: calc(100% - 16.6666666667vw);
}
@media not screen and (min-width: 768px) {
  .new__therapist__section,
  .picup__section {
    width: calc(100% - 10.4302477184vw);
  }
}
.new__therapist__section,
.picup__section {
  background: radial-gradient(circle at 18% 22%, rgba(212, 165, 184, 0.16), transparent 45%), radial-gradient(circle at 82% 78%, rgba(197, 179, 218, 0.16), transparent 45%), rgba(253, 242, 247, 0.7);
  border-radius: 1.9444444444vw;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 16px 42px rgba(212, 165, 184, 0.18);
}
.new__therapist__section .cast__item .cast__info .cast__name,
.picup__section .cast__item .cast__info .cast__name {
  color: var(--color-main);
}
.new__therapist__section .cast__item .cast__info .cast__size,
.picup__section .cast__item .cast__info .cast__size {
  color: var(--color-text);
  opacity: 0.7;
}
.new__therapist__section .cast__item .type__labels .type__label,
.picup__section .cast__item .type__labels .type__label {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(212, 165, 184, 0.5);
}
.new__therapist__section .cast__item .type__labels .type__label span,
.picup__section .cast__item .type__labels .type__label span {
  color: var(--color-main);
}

/* ============================================
   Diary
   ============================================ */
.diary__section {
  position: relative;
  overflow: hidden;
  margin-top: 9.7222222222vw;
}
@media (min-width: 1920px) {
  .diary__section {
    margin-top: 186.6666666667px;
  }
}
@media (max-width: 767px) {
  .diary__section {
    margin-top: 20.8604954368vw;
  }
}
.diary__section {
  padding-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .diary__section {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .diary__section {
    padding-top: 5.2151238592vw;
  }
}
.diary__section .diary__posts__container {
  width: 68.0555555556vw;
}
@media (min-width: 1920px) {
  .diary__section .diary__posts__container {
    width: 1306.6666666667px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container {
    width: 91.2646675359vw;
  }
}
.diary__section .diary__posts__container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .diary__section .diary__posts__container {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container {
    gap: 0vw;
  }
}
@media not screen and (min-width: 768px) {
  .diary__section .diary__posts__container {
    flex-direction: column;
    gap: 5.2151238592vw;
  }
}
.diary__section .diary__posts__container li {
  width: 20%;
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
@media not screen and (min-width: 768px) {
  .diary__section .diary__posts__container li {
    width: 100%;
  }
}
.diary__section .diary__posts__container li:hover {
  transform: translateY(-4px);
}
@media not screen and (min-width: 768px) {
  .diary__section .diary__posts__container li:hover {
    transform: none;
  }
}
.diary__section .diary__posts__container li a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media not screen and (min-width: 768px) {
  .diary__section .diary__posts__container li a {
    flex-direction: row;
    gap: 3.1290743155vw;
  }
}
.diary__section .diary__posts__container li a .post__thumbnail {
  width: 11.6666666667vw;
}
@media (min-width: 1920px) {
  .diary__section .diary__posts__container li a .post__thumbnail {
    width: 224px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container li a .post__thumbnail {
    width: 23.4680573664vw;
  }
}
.diary__section .diary__posts__container li a .post__thumbnail {
  height: 11.6666666667vw;
}
@media (min-width: 1920px) {
  .diary__section .diary__posts__container li a .post__thumbnail {
    height: 224px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container li a .post__thumbnail {
    height: 23.4680573664vw;
  }
}
.diary__section .diary__posts__container li a .post__thumbnail {
  overflow: hidden;
  position: relative;
  border-radius: 0.9722222222vw;
  box-shadow: 0 6px 18px rgba(212, 165, 184, 0.16);
}
.diary__section .diary__posts__container li a .post__details {
  width: 100%;
  margin-top: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .diary__section .diary__posts__container li a .post__details {
    margin-top: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container li a .post__details {
    margin-top: 0vw;
  }
}
@media not screen and (min-width: 768px) {
  .diary__section .diary__posts__container li a .post__details {
    width: calc(100% - 26.5971316819vw);
  }
}
.diary__section .diary__posts__container li a .post__details h3 {
  color: var(--color-text);
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .diary__section .diary__posts__container li a .post__details h3 {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container li a .post__details h3 {
    font-size: 3.3898305085vw;
  }
}
.diary__section .diary__posts__container li a .post__details h3 {
  letter-spacing: 0.0694444444vw;
}
@media (min-width: 1920px) {
  .diary__section .diary__posts__container li a .post__details h3 {
    letter-spacing: 1.3333333333px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container li a .post__details h3 {
    letter-spacing: 0.1303780965vw;
  }
}
.diary__section .diary__posts__container li a .post__details h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.diary__section .diary__posts__container li a .post__details .post__meta {
  margin-top: 0.6944444444vw;
}
@media (min-width: 1920px) {
  .diary__section .diary__posts__container li a .post__details .post__meta {
    margin-top: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container li a .post__details .post__meta {
    margin-top: 1.5645371578vw;
  }
}
.diary__section .diary__posts__container li a .post__details .post__meta span {
  display: block;
  font-size: 0.7638888889vw;
}
@media (min-width: 1920px) {
  .diary__section .diary__posts__container li a .post__details .post__meta span {
    font-size: 14.6666666667px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container li a .post__details .post__meta span {
    font-size: 2.6075619296vw;
  }
}
.diary__section .diary__posts__container li a .post__details .post__meta span {
  letter-spacing: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .diary__section .diary__posts__container li a .post__details .post__meta span {
    letter-spacing: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  .diary__section .diary__posts__container li a .post__details .post__meta span {
    letter-spacing: 0.260756193vw;
  }
}
.diary__section .diary__posts__container li a .post__details .post__meta span {
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  color: var(--color-main);
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* ============================================
   Access
   ============================================ */
.access__section {
  position: relative;
  overflow: hidden;
  margin-top: 9.7222222222vw;
}
@media (min-width: 1920px) {
  .access__section {
    margin-top: 186.6666666667px;
  }
}
@media (max-width: 767px) {
  .access__section {
    margin-top: 20.8604954368vw;
  }
}
.access__section {
  padding-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .access__section {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .access__section {
    padding-top: 5.2151238592vw;
  }
}
.access__section .map__continer {
  margin-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .access__section .map__continer {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer {
    margin-top: 5.2151238592vw;
  }
}
.access__section .map__continer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.access__section .map__continer .map__content {
  background: var(--color-white);
  border: none;
  border-radius: 1.3888888889vw;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(212, 165, 184, 0.2);
  width: 44.4444444444vw;
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content {
    width: 853.3333333333px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content {
    width: 93.8722294654vw;
  }
}
.access__section .map__continer .map__content {
  margin-bottom: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content {
    margin-bottom: 5.2151238592vw;
  }
}
.access__section .map__continer .map__content h3 {
  font-size: 1.1805555556vw;
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content h3 {
    font-size: 22.6666666667px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content h3 {
    font-size: 3.9113428944vw;
  }
}
.access__section .map__continer .map__content h3 {
  letter-spacing: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content h3 {
    letter-spacing: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content h3 {
    letter-spacing: 0.260756193vw;
  }
}
.access__section .map__continer .map__content h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  background: linear-gradient(135deg, var(--color-main) 0%, var(--color-sub) 100%);
  color: var(--color-white);
  text-shadow: 0 1px 4px rgba(107, 89, 105, 0.45);
  padding: 0.9722222222vw 1.6666666667vw;
}
@media not screen and (min-width: 768px) {
  .access__section .map__continer .map__content h3 {
    padding: 2.6075619296vw 3.6505867014vw;
  }
}
.access__section .map__continer .map__content p {
  color: var(--color-text);
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content p {
    font-size: 3.3898305085vw;
  }
}
.access__section .map__continer .map__content p {
  line-height: 1.8;
  padding: 1.1111111111vw 1.3888888889vw;
}
@media not screen and (min-width: 768px) {
  .access__section .map__continer .map__content p {
    padding: 3.1290743155vw 3.6505867014vw;
  }
}
.access__section .map__continer .map__content iframe,
.access__section .map__continer .map__content .map-thumbnail {
  width: 44.4444444444vw;
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content iframe,
  .access__section .map__continer .map__content .map-thumbnail {
    width: 853.3333333333px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content iframe,
  .access__section .map__continer .map__content .map-thumbnail {
    width: 93.8722294654vw;
  }
}
.access__section .map__continer .map__content iframe,
.access__section .map__continer .map__content .map-thumbnail {
  margin: 0 auto;
  display: block;
}

/* ============================================
   News list
   ============================================ */
.news__section {
  position: relative;
  overflow: hidden;
  margin-top: 9.7222222222vw;
}
@media (min-width: 1920px) {
  .news__section {
    margin-top: 186.6666666667px;
  }
}
@media (max-width: 767px) {
  .news__section {
    margin-top: 20.8604954368vw;
  }
}
.news__section {
  padding-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .news__section {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .news__section {
    padding-top: 5.2151238592vw;
  }
}
.news__section .news__list__container {
  width: 61.1111111111vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container {
    width: 1173.3333333333px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container {
    width: 96.479791395vw;
  }
}
.news__section .news__list__container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.news__section .news__list__container .news__post {
  position: relative;
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post {
    margin-bottom: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post {
    margin-bottom: 4.1720990874vw;
  }
}
.news__section .news__list__container .news__post {
  background: var(--color-white);
  border: none;
  border-radius: 1.25vw;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  box-shadow: 0 8px 24px rgba(212, 165, 184, 0.15);
}
.news__section .news__list__container .news__post:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(212, 165, 184, 0.25);
}
@media not screen and (min-width: 768px) {
  .news__section .news__list__container .news__post:hover {
    transform: none;
    box-shadow: 0 8px 24px rgba(212, 165, 184, 0.15);
  }
}
.news__section .news__list__container .news__post .news__category {
  position: absolute;
  background: var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
  top: -0.8333333333vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post .news__category {
    top: -16px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post .news__category {
    top: -2.6075619296vw;
  }
}
.news__section .news__list__container .news__post .news__category {
  left: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post .news__category {
    left: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post .news__category {
    left: 3.1290743155vw;
  }
}
.news__section .news__list__container .news__post .news__category {
  width: 7.6388888889vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post .news__category {
    width: 146.6666666667px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post .news__category {
    width: 26.075619296vw;
  }
}
.news__section .news__list__container .news__post .news__category {
  height: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post .news__category {
    height: 32px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post .news__category {
    height: 5.7366362451vw;
  }
}
.news__section .news__list__container .news__post .news__category {
  border-radius: 999px;
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
}
.news__section .news__list__container .news__post .news__category a {
  color: var(--color-white);
  font-size: 0.7638888889vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post .news__category a {
    font-size: 14.6666666667px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post .news__category a {
    font-size: 2.8683181226vw;
  }
}
.news__section .news__list__container .news__post .news__category a {
  letter-spacing: 0.0694444444vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post .news__category a {
    letter-spacing: 1.3333333333px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post .news__category a {
    letter-spacing: 0.1303780965vw;
  }
}
.news__section .news__list__container .news__post a {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  padding: 1.25vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a {
    padding: 3.6505867014vw;
  }
}
.news__section .news__list__container .news__post a .news__post__thumbnail {
  width: 6.6666666667vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    width: 128px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    width: 18.2529335072vw;
  }
}
.news__section .news__list__container .news__post a .news__post__thumbnail {
  height: 6.6666666667vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    height: 128px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    height: 18.2529335072vw;
  }
}
.news__section .news__list__container .news__post a .news__post__thumbnail {
  min-width: 6.6666666667vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    min-width: 128px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    min-width: 18.2529335072vw;
  }
}
.news__section .news__list__container .news__post a .news__post__thumbnail {
  min-height: 6.6666666667vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    min-height: 128px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__thumbnail {
    min-height: 18.2529335072vw;
  }
}
.news__section .news__list__container .news__post a .news__post__thumbnail {
  overflow: hidden;
  margin: 0;
  border-radius: 0.8333333333vw;
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.news__section .news__list__container .news__post a .news__post__thumbnail:hover {
  transform: scale(1.04);
}
@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-left: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a .news__post__details {
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__details {
    margin-left: 3.6505867014vw;
  }
}
.news__section .news__list__container .news__post a .news__post__details {
  height: 6.6666666667vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a .news__post__details {
    height: 128px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__details {
    height: 18.2529335072vw;
  }
}
.news__section .news__list__container .news__post a .news__post__details {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 8.3333333333vw);
}
@media not screen and (min-width: 768px) {
  .news__section .news__list__container .news__post a .news__post__details {
    width: calc(100% - 24.7718383312vw);
  }
}
.news__section .news__list__container .news__post a .news__post__details .news__post__date {
  font-size: 0.7638888889vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a .news__post__details .news__post__date {
    font-size: 14.6666666667px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__details .news__post__date {
    font-size: 2.8683181226vw;
  }
}
.news__section .news__list__container .news__post a .news__post__details .news__post__date {
  letter-spacing: 0.0694444444vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a .news__post__details .news__post__date {
    letter-spacing: 1.3333333333px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__details .news__post__date {
    letter-spacing: 0.1303780965vw;
  }
}
.news__section .news__list__container .news__post a .news__post__details .news__post__date {
  color: var(--color-main);
  font-family: "Quicksand", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
}
.news__section .news__list__container .news__post a .news__post__details h3 {
  margin-top: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a .news__post__details h3 {
    margin-top: 10.6666666667px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__details h3 {
    margin-top: 1.5645371578vw;
  }
}
.news__section .news__list__container .news__post a .news__post__details h3 {
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a .news__post__details h3 {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__details h3 {
    font-size: 3.6505867014vw;
  }
}
.news__section .news__list__container .news__post a .news__post__details h3 {
  letter-spacing: 0.0694444444vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a .news__post__details h3 {
    letter-spacing: 1.3333333333px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__details h3 {
    letter-spacing: 0.1303780965vw;
  }
}
.news__section .news__list__container .news__post a .news__post__details h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4;
  width: 100%;
  color: var(--color-text);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.news__section .news__list__container .news__post a .news__post__details p {
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a .news__post__details p {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__details p {
    font-size: 3.1290743155vw;
  }
}
.news__section .news__list__container .news__post a .news__post__details p {
  margin-top: 0.4166666667vw;
}
@media (min-width: 1920px) {
  .news__section .news__list__container .news__post a .news__post__details p {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .news__section .news__list__container .news__post a .news__post__details p {
    margin-top: 1.0430247718vw;
  }
}
.news__section .news__list__container .news__post a .news__post__details p {
  line-height: 1.6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  color: var(--color-text);
  opacity: 0.7;
}

/* ============================================
   Greeting (現状未使用、雛形のみ残置)
   ============================================ */
.greeting__section {
  position: relative;
  margin-top: 9.7222222222vw;
}
@media (min-width: 1920px) {
  .greeting__section {
    margin-top: 186.6666666667px;
  }
}
@media (max-width: 767px) {
  .greeting__section {
    margin-top: 20.8604954368vw;
  }
}
.greeting__section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.greeting__section .greeting__wrapper {
  background-color: rgba(253, 242, 247, 0.8);
  padding: 5.2151238592vw 0 2.6075619296vw;
  border-radius: 1.3888888889vw;
}
.greeting__section .greeting__wrapper .greeting__container {
  margin: 2.6075619296vw;
}
.greeting__section .greeting__wrapper .greeting__container p {
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .greeting__section .greeting__wrapper .greeting__container p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .greeting__section .greeting__wrapper .greeting__container p {
    font-size: 3.3898305085vw;
  }
}
.greeting__section .greeting__wrapper .greeting__container p {
  color: var(--color-text);
  line-height: 1.85;
  text-align: center;
}

/* ============================================
   Concept (子ページ用)
   ============================================ */
.concept__section {
  margin-top: 9.7222222222vw;
}
@media (min-width: 1920px) {
  .concept__section {
    margin-top: 186.6666666667px;
  }
}
@media (max-width: 767px) {
  .concept__section {
    margin-top: 20.8604954368vw;
  }
}
.concept__section .concept__wrapper .concept__list {
  display: flex;
  flex-direction: column;
}
.concept__section .concept__wrapper .concept__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .concept__section .concept__wrapper .concept__list li {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .concept__section .concept__wrapper .concept__list li {
    margin-top: 15.6453715776vw;
  }
}
@media not screen and (min-width: 768px) {
  .concept__section .concept__wrapper .concept__list li {
    flex-direction: column;
  }
}
.concept__section .concept__wrapper .concept__list li.reverse {
  flex-direction: row-reverse;
}
@media not screen and (min-width: 768px) {
  .concept__section .concept__wrapper .concept__list li.reverse {
    flex-direction: column;
  }
}
.concept__section .concept__wrapper .concept__list li .concept__list__heading {
  width: 34.7222222222vw;
}
@media (min-width: 1920px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__heading {
    width: 666.6666666667px;
  }
}
@media (max-width: 767px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__heading {
    width: 93.8722294654vw;
  }
}
.concept__section .concept__wrapper .concept__list li .concept__list__heading h3 {
  color: var(--color-text);
  font-size: 1.5277777778vw;
}
@media (min-width: 1920px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__heading h3 {
    font-size: 29.3333333333px;
  }
}
@media (max-width: 767px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__heading h3 {
    font-size: 5.7366362451vw;
  }
}
.concept__section .concept__wrapper .concept__list li .concept__list__heading h3 {
  letter-spacing: -1px;
}
.concept__section .concept__wrapper .concept__list li .concept__list__heading h3 span {
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__heading h3 span {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__heading h3 span {
    font-size: 3.3898305085vw;
  }
}
.concept__section .concept__wrapper .concept__list li .concept__list__heading h3 span {
  margin-left: 1em;
}
.concept__section .concept__wrapper .concept__list li .concept__list__heading p {
  margin-top: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__heading p {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__heading p {
    margin-top: 2.6075619296vw;
  }
}
.concept__section .concept__wrapper .concept__list li .concept__list__heading p {
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__heading p {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__heading p {
    font-size: 3.3898305085vw;
  }
}
.concept__section .concept__wrapper .concept__list li .concept__list__heading p {
  color: var(--color-text);
}
.concept__section .concept__wrapper .concept__list li .concept__list__image {
  width: 27.7777777778vw;
}
@media (min-width: 1920px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__image {
    width: 533.3333333333px;
  }
}
@media (max-width: 767px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__image {
    width: 93.8722294654vw;
  }
}
@media not screen and (min-width: 768px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.2151238592vw;
  }
}

/* ============================================
   Link section (banner grid)
   ============================================ */
.link__section {
  position: relative;
  overflow: hidden;
  margin-top: 9.7222222222vw;
}
@media (min-width: 1920px) {
  .link__section {
    margin-top: 186.6666666667px;
  }
}
@media (max-width: 767px) {
  .link__section {
    margin-top: 20.8604954368vw;
  }
}
.link__section {
  padding-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .link__section {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .link__section {
    padding-top: 5.2151238592vw;
  }
}
.link__section .ad__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .link__section .ad__banner {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .link__section .ad__banner {
    gap: 3.1290743155vw;
  }
}
.link__section .ad__banner {
  margin: 0 auto;
  width: 83.3333333333vw;
}
@media (min-width: 1920px) {
  .link__section .ad__banner {
    width: 1600px;
  }
}
@media (max-width: 767px) {
  .link__section .ad__banner {
    width: 93.8722294654vw;
  }
}
.link__section .ad__banner a {
  max-width: 13.8888888889vw;
}
@media (min-width: 1920px) {
  .link__section .ad__banner a {
    max-width: 266.6666666667px;
  }
}
@media (max-width: 767px) {
  .link__section .ad__banner a {
    max-width: 41.7209908735vw;
  }
}
.link__section .ad__banner a {
  width: 13.8888888889vw;
}
@media (min-width: 1920px) {
  .link__section .ad__banner a {
    width: 266.6666666667px;
  }
}
@media (max-width: 767px) {
  .link__section .ad__banner a {
    width: 41.7209908735vw;
  }
}
.link__section .ad__banner a {
  color: var(--color-text);
  display: block;
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  box-shadow: 0 6px 18px rgba(212, 165, 184, 0.18);
  border-radius: 0.9722222222vw;
  overflow: hidden;
}
.link__section .ad__banner a:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(212, 165, 184, 0.3);
}
@media not screen and (min-width: 768px) {
  .link__section .ad__banner a:hover {
    transform: none;
    box-shadow: 0 6px 18px rgba(212, 165, 184, 0.18);
  }
}
.link__section .ad__banner a img {
  width: 100% !important;
}
.link__section .ad__banner.credit__banner a {
  width: 34.7222222222vw;
}
@media (min-width: 1920px) {
  .link__section .ad__banner.credit__banner a {
    width: 666.6666666667px;
  }
}
@media (max-width: 767px) {
  .link__section .ad__banner.credit__banner a {
    width: 65.1890482399vw;
  }
}
.link__section .ad__banner.credit__banner a {
  max-width: unset;
}