@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: #4c4c47;
  --color-sub-black: #353535;
  --color-sub-black-2: #9b9b9b;
  --color-main: #ff91c2;
  --color-sub: #4c4c47;
  --color-text: #4c4c47;
  --color-button: #4c4c47;
  --color-label: linear-gradient(180deg, #763f20 0%, #310c02 100%);
  --color-label-text: #ffffff;
  --color-button: linear-gradient(180deg, #353535 0%, , #1e1e1e 100%);
  --color-button-text: #ffffff;
  --gradient-main: linear-gradient(180deg, #763f20 0%, #310c02 100%);
  --color-line: #06c755;
  --color-bg-emph: rgba(252, 3, 135, 0.04);
  --color-background: #fff8f1;
  --color-mask: rgba(0, 0, 0, 0.5);
  --gradient-main: linear-gradient(
    233deg,
    #fff2b7 0%,
    #b9f3ff 10%,
    #ff96e5 56%,
    #fff2b7 100%
  );
  --shadow-white: 0 0 4px #ffffff;
  --shadow-black: 0 0 5px #e4e4e4;
  --shadow-main: 1px 1px 3px #cecece;
  --shadow-box: 0 1px 8px rgb(0 0 0 / 9%);
}

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;
}

#particles__container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#particles__container .particles {
  width: 100%;
  height: 100%;
}

.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;
}

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

/* heading__container */
.heading__container {
  margin-bottom: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .heading__container {
    margin-bottom: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .heading__container {
    margin-bottom: 7.8226857888vw;
  }
}
.heading__container h1,
.heading__container h2 {
  position: relative;
  font-size: 2.5vw;
  text-align: center;
  color: var(--color-text);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: -1px;
  margin-bottom: 1.0416666667vw;
  font-weight: bold;
  background: var(--color-label);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1920px) {
  .heading__container h1,
  .heading__container h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .heading__container h1,
  .heading__container h2 {
    font-size: 7.8226857888vw;
  }
}
@media (min-width: 1920px) {
  .heading__container h1,
  .heading__container h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .heading__container h1,
  .heading__container h2 {
    margin-bottom: 3.9113428944vw;
  }
}
.heading__container h1:after,
.heading__container h2:after {
  content: "";
  position: absolute;
  bottom: -0.5208333333vw;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 13.8888888889vw;
  background-image: linear-gradient(90deg, RGBA(30, 204, 192, 0), RGBA(30, 204, 192, 1) 50%, RGBA(30, 204, 192, 0) 100%);
}
@media (min-width: 1920px) {
  .heading__container h1:after,
  .heading__container h2:after {
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .heading__container h1:after,
  .heading__container h2:after {
    bottom: -1.9556714472vw;
  }
}
@media (min-width: 1920px) {
  .heading__container h1:after,
  .heading__container h2:after {
    width: 266.6666666667px;
  }
}
@media (max-width: 767px) {
  .heading__container h1:after,
  .heading__container h2:after {
    width: 52.1512385919vw;
  }
}
.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: 1.1111111111vw;
  color: var(--color-text);
}
@media (min-width: 1920px) {
  .heading__container p {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .heading__container p {
    font-size: 3.3898305085vw;
  }
}

/* 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;
  color: var(--color-main);
  border-bottom: none;
  transition: all 0.3s;
}
@media (min-width: 1920px) {
  .room__tabs ul li {
    font-size: 22.6666666667px;
  }
}
@media (max-width: 767px) {
  .room__tabs ul li {
    font-size: 3.9113428944vw;
  }
}
@media not screen and (min-width: 768px) {
  .room__tabs ul li {
    padding: 1.5645371578vw 2.0860495437vw;
  }
}
.room__tabs ul li:hover {
  color: var(--color-main);
  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%;
}
.cast__list__wrapper .swiper-button-next,
.cast__list__wrapper .swiper-button-prev {
  display: none;
}

.cast__list__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 71.1111111111vw;
  margin-top: 4.1666666667vw;
  margin-bottom: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .cast__list__container {
    width: 1365.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__list__container {
    width: 96.479791395vw;
  }
}
@media (min-width: 1920px) {
  .cast__list__container {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .cast__list__container {
    margin-top: 10.4302477184vw;
  }
}
@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;
  box-shadow: var(--shadow-box);
  background: rgba(255, 255, 255, 0.8);
  /* label__new__cast */
}
.columns-pc-3 .cast__item {
  width: calc(33.3333333333% - 1.1111111111vw);
}
.columns-pc-4 .cast__item {
  width: calc(25% - 1.1111111111vw);
}
.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% - 1.3037809648vw);
  }
  .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;
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  padding: 0 0.1388888889vw;
  animation: comment 8s linear infinite;
  transform: translateX(200px);
  display: block;
  text-align: center;
}
@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;
  }
}
@keyframes comment {
  100% {
    transform: translateX(-200px);
  }
}
@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: 100%;
  margin: 0 auto;
}
.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;
  padding-top: 0.5555555556vw;
  padding-left: 0.3472222222vw;
  padding-right: 0.3472222222vw;
  line-height: 1;
  color: var(--color-text);
  display: block;
  text-align: center;
}
@media (min-width: 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;
  }
}
@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;
  }
}
@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;
  }
}
@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__size {
  font-size: 0.9027777778vw;
  line-height: 1;
  color: var(--color-text);
  display: block;
  padding-top: 0.3472222222vw;
  padding-bottom: 0.3472222222vw;
  padding-left: 0.3472222222vw;
  padding-right: 0.3472222222vw;
  text-align: center;
}
@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.3898305085vw;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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__shift {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0.3472222222vw;
  padding-top: 0.2777777778vw;
  padding-bottom: 0.2777777778vw;
  font-size: 0.9027777778vw;
  background: var(--color-white);
  color: #4fb2a0;
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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 img.shift-icon {
  width: 1.0416666667vw;
  height: auto;
  margin-right: 0.3472222222vw;
}
@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;
  }
}
@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);
  color: var(--color-white);
  margin-left: 1em;
  padding: 0.1em 0.25em;
  font-size: 0.8333333333vw;
  letter-spacing: 0;
}
@media (min-width: 1920px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cast__item .cast__info .cast__shift .attendance__type {
    font-size: 3.1290743155vw;
  }
}
.cast__item .cast__info .cast__room {
  background: var(--color-main);
  color: var(--color-white);
  font-size: 0.9027777778vw;
  padding: 0.0694444444vw 0;
  margin-top: 0.3472222222vw;
  display: block;
  text-align: center;
}
@media (min-width: 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;
  }
}
@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 .type__labels {
  width: calc(100% - 0.2777777778vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0.1388888889vw;
  padding-top: 0.6944444444vw;
  margin-bottom: 0.6944444444vw;
}
@media (min-width: 1920px) {
  .cast__item .type__labels {
    padding-top: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .type__labels {
    padding-top: 2.6075619296vw;
  }
}
@media (min-width: 1920px) {
  .cast__item .type__labels {
    margin-bottom: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .type__labels {
    margin-bottom: 2.6075619296vw;
  }
}
.cast__item .type__labels .type__label {
  background: var(--color-label);
  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.260756193vw 1.3037809648vw;
    margin: 0 0.260756193vw;
    width: 40%;
  }
}
.cast__item .type__labels .type__label span {
  font-weight: bold;
  color: var(--color-white);
  font-size: 0.9027777778vw;
  letter-spacing: -1px;
  display: block;
  text-align: center;
}
@media (min-width: 1920px) {
  .cast__item .type__labels .type__label span {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .type__labels .type__label span {
    font-size: 3.1290743155vw;
  }
}
.cast__item .type__labels .type__label:nth-child(n+3) {
  margin-top: 0.25em;
}
.cast__item .label__new__cast {
  position: absolute;
  font-size: 0.9027777778vw;
  width: 6.25vw;
  height: 1.7361111111vw;
  top: 3.125vw;
  right: -1.3888888889vw;
  background: var(--color-label);
  color: var(--color-white);
  font-weight: bold;
  transform: rotate(45deg);
  transform-origin: 100% 0;
  white-space: nowrap;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); /* 影の効果を追加します */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1920px) {
  .cast__item .label__new__cast {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    font-size: 3.3898305085vw;
  }
}
@media (min-width: 1920px) {
  .cast__item .label__new__cast {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    width: 18.2529335072vw;
  }
}
@media (min-width: 1920px) {
  .cast__item .label__new__cast {
    height: 33.3333333333px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    height: 5.2151238592vw;
  }
}
@media (min-width: 1920px) {
  .cast__item .label__new__cast {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    top: 9.1264667536vw;
  }
}
@media (min-width: 1920px) {
  .cast__item .label__new__cast {
    right: -26.6666666667px;
  }
}
@media (max-width: 767px) {
  .cast__item .label__new__cast {
    right: -3.9113428944vw;
  }
}

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

.twitter__icon,
.bluesky__icon,
.instagram__icon,
.line__icon {
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  border-radius: 5px;
  margin-left: 0.2777777778vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@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;
  }
}
@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;
  }
}
@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 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;
  margin-bottom: 4.1666666667vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  /* main-banner-slider */
  /* event-banner-slider */
  /* pickup__therapist__swiper */
  /* new__therapist__swiper */
}
@media (min-width: 1920px) {
  .swiper-container {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .swiper-container {
    width: 96.479791395vw;
  }
}
@media (min-width: 1920px) {
  .swiper-container {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .swiper-container {
    margin-bottom: 10.4302477184vw;
  }
}
.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 {
  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 .swiper-wrapper .swiper-slide, .swiper-container.new__therapist__swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  box-shadow: var(--shadow-box);
}
.swiper-container.pickup__therapist__swiper .swiper-wrapper .cast__item, .swiper-container.new__therapist__swiper .swiper-wrapper .cast__item {
  margin: unset;
}
.swiper-container.pickup__therapist__swiper .swiper-wrapper .cast__item .cast__thumb, .swiper-container.new__therapist__swiper .swiper-wrapper .cast__item .cast__thumb {
  transition: transform 0.3s ease;
}
.swiper-container.pickup__therapist__swiper .swiper-wrapper .cast__item .cast__thumb a:hover, .swiper-container.new__therapist__swiper .swiper-wrapper .cast__item .cast__thumb a:hover {
  transform: scale(1.05);
}
@media not screen and (min-width: 768px) {
  .swiper-container.pickup__therapist__swiper .swiper-wrapper .cast__item .cast__thumb a:hover, .swiper-container.new__therapist__swiper .swiper-wrapper .cast__item .cast__thumb a:hover {
    transform: none;
  }
}
.swiper-container.pickup__therapist__swiper .swiper-wrapper .cast__item .cast__thumb a img, .swiper-container.new__therapist__swiper .swiper-wrapper .cast__item .cast__thumb a img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  color: var(--color-main);
  background-color: rgba(255, 255, 255, 0.8);
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  z-index: 1;
}
@media not screen and (min-width: 768px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    width: 10.4302477184vw;
    height: 10.4302477184vw;
  }
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  font-size: 1.0416666667vw;
  font-weight: bold;
}
@media (min-width: 1920px) {
  .swiper-container .swiper-button-next:after,
  .swiper-container .swiper-button-prev:after {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .swiper-container .swiper-button-next:after,
  .swiper-container .swiper-button-prev:after {
    font-size: 3.3898305085vw;
  }
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--shadow-box);
}
@media not screen and (min-width: 768px) {
  .swiper-container .swiper-button-next:hover,
  .swiper-container .swiper-button-prev:hover {
    background-color: inherit;
  }
}
.swiper-container .swiper-button-next {
  right: 10px;
}
.swiper-container .swiper-button-prev {
  left: 10px;
}
.swiper-container .swiper-pagination {
  z-index: 1;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: var(--color-main);
}

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

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

.hero__section.children__page {
  height: 10.4166666667vw;
  background: var(--color-main);
  padding-bottom: 0;
}
@media (min-width: 1920px) {
  .hero__section.children__page {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .hero__section.children__page {
    height: 26.075619296vw;
  }
}
.hero__section.children__page .hero__container {
  position: absolute;
  margin-top: 0vw;
  width: 66.6666666667vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1920px) {
  .hero__section.children__page .hero__container {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .hero__section.children__page .hero__container {
    margin-top: 13.037809648vw;
  }
}
@media (min-width: 1920px) {
  .hero__section.children__page .hero__container {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .hero__section.children__page .hero__container {
    width: 101.6949152542vw;
  }
}
@media not screen and (min-width: 768px) {
  .hero__section.children__page .hero__container {
    margin-top: 0;
  }
}
.hero__section.children__page .hero__container .heading__container {
  margin-bottom: 0;
}
.hero__section.children__page .hero__container .heading__container h1 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5277777778vw;
  line-height: 2;
}
@media (min-width: 1920px) {
  .hero__section.children__page .hero__container .heading__container h1 {
    font-size: 29.3333333333px;
  }
}
@media (max-width: 767px) {
  .hero__section.children__page .hero__container .heading__container h1 {
    font-size: 5.7366362451vw;
  }
}
.hero__section.children__page .hero__container .heading__container p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1111111111vw;
  line-height: 2;
  text-shadow: var(--shadow-white);
}
@media (min-width: 1920px) {
  .hero__section.children__page .hero__container .heading__container p {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .hero__section.children__page .hero__container .heading__container p {
    font-size: 4.1720990874vw;
  }
}
.hero__section.children__page .hero__discription {
  bottom: 0.6944444444vw;
}
.hero__section.children__page .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.6944444444vw auto;
}
@media not screen and (min-width: 768px) {
  .pagination {
    padding: 2.6075619296vw 0;
  }
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 0.6944444444vw;
  padding: 0.6944444444vw 1.3888888889vw;
  text-decoration: none;
  font-size: 1.0416666667vw;
  color: var(--color-text);
  border-radius: 5px;
  transition: all 0.3s ease;
}
@media (min-width: 1920px) {
  .pagination .page-numbers {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 3.3898305085vw;
  }
}
@media not screen and (min-width: 768px) {
  .pagination .page-numbers {
    padding: 1.3037809648vw 5.2151238592vw;
  }
}
.pagination .page-numbers:hover {
  background-color: var(--color-white);
  border-color: var(--color-sub-black);
}
@media not screen and (min-width: 768px) {
  .pagination .page-numbers:hover {
    background-color: inherit;
    border-color: inherit;
  }
}
.pagination .page-numbers.current {
  background: var(--color-main);
  color: var(--color-white);
}
.pagination .dots {
  padding: 0.3472222222vw 0.6944444444vw;
  pointer-events: none;
  border: none;
}
.pagination .next,
.pagination .prev {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.6944444444vw;
}
.pagination.article {
  justify-content: space-between;
  margin-top: 4.1666666667vw;
}
@media (min-width: 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: var(--color-main);
  width: 17.3611111111vw;
  color: var(--color-white);
}
@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;
  }
}
@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-color: var(--color-white);
  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: 7.8226857888vw;
  }
}
.breadcrumbs__section nav {
  margin: 0 1.3888888889vw;
  width: calc(100% - 2.7777777778vw);
}
@media not screen and (min-width: 768px) {
  .breadcrumbs__section nav {
    margin: 0 2.6075619296vw;
    width: 96.479791395vw;
  }
}
.breadcrumbs__section nav p,
.breadcrumbs__section nav span {
  color: var(--color-text);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .breadcrumbs__section nav p,
  .breadcrumbs__section nav span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__section nav p,
  .breadcrumbs__section nav span {
    font-size: 3.9113428944vw;
  }
}
.breadcrumbs__section nav p a,
.breadcrumbs__section nav span a {
  color: var(--color-text);
  font-size: 1.0416666667vw;
  transition: all 0.3s;
}
@media (min-width: 1920px) {
  .breadcrumbs__section nav p a,
  .breadcrumbs__section nav span a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__section nav p a,
  .breadcrumbs__section nav span a {
    font-size: 3.9113428944vw;
  }
}
.breadcrumbs__section nav p a:hover,
.breadcrumbs__section nav span a:hover {
  opacity: 0.6;
}
@media not screen and (min-width: 768px) {
  .breadcrumbs__section nav p a:hover,
  .breadcrumbs__section nav span a:hover {
    opacity: inherit;
  }
}

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

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.contact__wrapper {
  width: 59.7222222222vw;
  margin: 2.0833333333vw auto 0;
}
@media (min-width: 1920px) {
  .contact__wrapper {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper {
    width: 96.479791395vw;
  }
}
@media not screen and (min-width: 768px) {
  .contact__wrapper {
    margin-top: 15.6453715776vw;
  }
}
.contact__wrapper .item-container {
  width: calc(100% - 1.3888888889vw);
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 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;
  margin-top: 2.0833333333vw;
  color: var(--color-text);
  text-align: left;
  font-size: 1.0416666667vw;
  line-height: 1;
}
@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;
  }
}
@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;
  }
}
@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 span.required {
  margin-left: 0.6944444444vw;
  background: var(--color-main);
  color: var(--color-white);
  padding: 0.3472222222vw 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;
  }
}
@media not screen and (min-width: 768px) {
  .contact__wrapper .item-container .item__q label span.required {
    padding: 1.3037809648vw 2.6075619296vw;
  }
}
.contact__wrapper .item-container .item__a input,
.contact__wrapper .item-container .item__a textarea,
.contact__wrapper .item-container .item__a select {
  width: 56.9444444444vw;
  padding: 1.3888888889vw;
  margin-bottom: 1.0416666667vw;
  border: solid 1px var(--color-sub-black-2);
  border-radius: 5px;
  transition: border-color 0.3s, box-shadow 0.3s;
  color: var(--color-text);
}
@media (min-width: 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;
  }
}
@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;
  }
}
@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;
  }
}
@media not screen and (min-width: 768px) {
  .contact__wrapper .item-container .item__a input,
  .contact__wrapper .item-container .item__a textarea,
  .contact__wrapper .item-container .item__a select {
    width: calc(100% - 20px);
  }
}
.contact__wrapper .item-container .item__a input:focus,
.contact__wrapper .item-container .item__a textarea:focus,
.contact__wrapper .item-container .item__a select:focus {
  border-color: var(--color-main);
  box-shadow: 0 0 5px rgba(var(--color-main), 0.5);
  outline: none;
}
.contact__wrapper .item-container .item__a input::placeholder,
.contact__wrapper .item-container .item__a textarea::placeholder,
.contact__wrapper .item-container .item__a select::placeholder {
  color: var(--color-sub-black-2);
  font-weight: 400;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.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 [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 .wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.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 .item-container .item__a .date-wrapper p {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  color: var(--color-white);
}
.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: var(--color-main);
  color: var(--color-white);
  padding: 1.3888888889vw;
  border: none;
  border-radius: 0.3472222222vw;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .contact__wrapper .wpcf7-submit {
    padding: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .wpcf7-submit {
    padding: 2.6075619296vw;
  }
}
@media (min-width: 1920px) {
  .contact__wrapper .wpcf7-submit {
    border-radius: 6.6666666667px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper .wpcf7-submit {
    border-radius: 0.7822685789vw;
  }
}
@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:hover {
  background: var(--color-main);
}
.contact__wrapper .wpcf7-submit:disabled {
  background: var(--color-main);
  cursor: not-allowed;
}
.contact__wrapper .accept__check {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact__wrapper .accept__check a {
  color: var(--color-main);
  text-decoration: underline;
  transition: color 0.3s;
  margin-left: 0.6944444444vw;
}
@media (min-width: 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);
}

.wpcf7 form.sent .wpcf7-response-output {
  width: 59.7222222222vw;
  margin: 1.3888888889vw auto 0;
  text-align: center;
  padding: 10px;
  border: none;
  background: var(--color-main);
  color: var(--color-white);
}
@media (min-width: 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 .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;
  margin: 4.1666666667vw auto;
  display: block;
}
@media (min-width: 1920px) {
  .page__section .page__container {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .page__section .page__container {
    width: 91.2646675359vw;
  }
}
@media not screen and (min-width: 768px) {
  .page__section .page__container {
    margin: 15.6453715776vw auto;
  }
}

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

header {
  position: relative;
  width: 100%;
}
header .shop__title__container {
  height: 2.0833333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1920px) {
  header .shop__title__container {
    height: 40px;
  }
}
@media (max-width: 767px) {
  header .shop__title__container {
    height: 5.2151238592vw;
  }
}
header h1 {
  font-size: 0.9722222222vw;
  color: var(--color-text);
  text-transform: uppercase;
  line-height: 1;
  text-shadow: var(--shadow-white);
}
@media (min-width: 1920px) {
  header h1 {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  header h1 {
    font-size: 3.1290743155vw;
  }
}

.main__view__wrapper {
  position: relative;
}
.main__view__wrapper .hero__container {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.main__view__wrapper .hero__container .header__logo__container {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media not screen and (min-width: 768px) {
  .main__view__wrapper .hero__container .header__logo__container {
    top: 40%;
  }
}
.main__view__wrapper .hero__container .header__logo__container a img {
  margin: 0 auto;
  width: 18.75vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__container .header__logo__container a img {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__container .header__logo__container a img {
    width: 39.1134289439vw;
  }
}
.main__view__wrapper .hero__container .header__shopinfo__container {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 100%;
}
.main__view__wrapper .hero__container .header__shopinfo__container .header__right__content {
  width: fit-content;
  margin: 0 auto;
  margin-top: 2em;
}
@media not screen and (min-width: 768px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content {
    width: 100%;
    display: none;
  }
}
.main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper {
  margin-top: 0.6944444444vw;
  margin-bottom: 0.6944444444vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper {
    margin-top: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper {
    margin-top: 2.6075619296vw;
  }
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper {
    margin-bottom: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper {
    margin-bottom: 2.6075619296vw;
  }
}
.main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li {
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3194444444vw;
  text-shadow: var(--shadow-white);
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li {
    font-size: 25.3333333333px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li {
    font-size: 3.1290743155vw;
  }
}
.main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span {
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span {
    font-size: 3.1290743155vw;
  }
}
.main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.tel, .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.reception, .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.separate, .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.shop__hours {
  font-weight: bold;
  color: var(--color-white);
  text-shadow: var(--shadow-white);
}
.main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.separate {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.separate {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.separate {
    font-size: 3.1290743155vw;
  }
}
.main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.reservation__system {
  margin-left: 0.5em;
  margin-right: 0.5em;
  background: var(--color-main);
  color: var(--color-white);
  text-shadow: var(--shadow-white);
  padding: 0.1388888889vw 0.2777777778vw;
}
@media not screen and (min-width: 768px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.reservation__system {
    padding: 0.5215123859vw 1.0430247718vw;
  }
}
@media not screen and (min-width: 768px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.reception {
    display: none;
  }
}
.main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li a {
  font-size: 1.3194444444vw;
  color: var(--color-white);
  text-shadow: var(--shadow-white);
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li a {
    font-size: 25.3333333333px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__container .header__shopinfo__container .header__right__content ul.shop__information__wrapper li a {
    font-size: 3.1290743155vw;
  }
}
.main__view__wrapper .hero__container .hero__heading {
  margin-top: 1.3888888889vw;
  font-size: 2.0833333333vw;
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 4px;
  text-shadow: var(--shadow-white);
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__container .hero__heading {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__container .hero__heading {
    margin-top: 2.6075619296vw;
  }
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__container .hero__heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__container .hero__heading {
    font-size: 4.6936114733vw;
  }
}
.main__view__wrapper .hero__container .hero__title {
  margin-top: 1.3888888889vw;
  font-size: 2.0833333333vw;
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 4px;
  text-shadow: var(--shadow-white);
  text-align: center;
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__container .hero__title {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__container .hero__title {
    margin-top: 2.6075619296vw;
  }
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__container .hero__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__container .hero__title {
    font-size: 4.6936114733vw;
  }
}
.main__view__wrapper .hero__container .hero__sub__title {
  margin-top: 1.0416666667vw;
  font-size: 2.0833333333vw;
  line-height: 1;
  color: var(--color-white);
  letter-spacing: 4px;
  text-shadow: var(--shadow-white);
  text-align: center;
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__container .hero__sub__title {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__container .hero__sub__title {
    margin-top: 2.6075619296vw;
  }
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__container .hero__sub__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__container .hero__sub__title {
    font-size: 4.6936114733vw;
  }
}
.main__view__wrapper .hero__discription {
  position: absolute;
  width: 59.7222222222vw;
  bottom: 4.8611111111vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__discription {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__discription {
    width: 96.479791395vw;
  }
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__discription {
    bottom: 93.3333333333px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__discription {
    bottom: 5.2151238592vw;
  }
}
.main__view__wrapper .hero__discription p {
  text-align: center;
  font-size: 1.3194444444vw;
  line-height: 1.75;
  color: var(--color-white);
  letter-spacing: 0.260756193vw;
  text-shadow: var(--shadow-white);
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__discription p {
    font-size: 25.3333333333px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__discription p {
    font-size: 3.3898305085vw;
  }
}
.main__view__wrapper .hero__animation__image {
  position: absolute;
  z-index: 2;
}
.main__view__wrapper .hero__animation__image.left {
  left: 0;
  width: 11.1111111111vw;
  height: 23.0555555556vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__animation__image.left {
    width: 213.3333333333px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__animation__image.left {
    width: 20.8604954368vw;
  }
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__animation__image.left {
    height: 442.6666666667px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__animation__image.left {
    height: 44.3285528031vw;
  }
}
.main__view__wrapper .hero__animation__image.left img {
  width: 100%;
}
.main__view__wrapper .hero__animation__image.right {
  right: 0;
  bottom: 0;
  width: 12.5vw;
  height: 30vw;
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__animation__image.right {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__animation__image.right {
    width: 13.037809648vw;
  }
}
@media (min-width: 1920px) {
  .main__view__wrapper .hero__animation__image.right {
    height: 576px;
  }
}
@media (max-width: 767px) {
  .main__view__wrapper .hero__animation__image.right {
    height: 31.2907431551vw;
  }
}
.main__view__wrapper .hero__animation__image.right img {
  width: 100%;
}

.phone__call__button {
  display: none;
  flex-direction: column;
  cursor: pointer;
  border: none;
  background: none;
  transition: opacity 0.5s ease;
}
@media not screen and (min-width: 768px) {
  .phone__call__button {
    z-index: 3;
    position: fixed;
    top: 6.518904824vw;
    left: 2.6075619296vw;
    width: 13.037809648vw;
    height: 13.037809648vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(140deg, #5f5f5f 0%, #9d9d9d 30%, #5f5f5f 70%, #747474 100%);
    border-radius: 50%;
    animation: float 3s ease-in-out infinite;
  }
  @keyframes float {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .phone__call__button a img {
    width: 5.2151238592vw;
  }
}

.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: 3;
    position: fixed;
    top: 6.518904824vw;
    right: 2.6075619296vw;
    width: 13.037809648vw;
    height: 13.037809648vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--color-button);
    border-radius: 20%;
    animation: float 3s ease-in-out infinite;
  }
  @keyframes float {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
.hamburger .bar {
  width: 5.2151238592vw;
  height: 0.260756193vw;
  margin: 0.6518904824vw 0;
  background-color: var(--color-white);
  transition: all 0.5s ease;
}
.hamburger.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(1.0430247718vw, 1.0430247718vw);
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(1.0430247718vw, -1.0430247718vw);
}

.header__menu__wrapper {
  background: var(--color-main);
  animation: bggradient 7s ease infinite;
  background-size: 400% 400%;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media not screen and (min-width: 768px) {
  .header__menu__wrapper {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    height: 100vh;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.9);
  }
  .header__menu__wrapper.show {
    display: flex;
  }
  .header__menu__wrapper.active {
    opacity: 1;
  }
}
.header__menu__wrapper #header-menu {
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.8611111111vw;
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .header__menu__wrapper #header-menu {
    width: 1600px;
  }
}
@media (max-width: 767px) {
  .header__menu__wrapper #header-menu {
    width: 93.8722294654vw;
  }
}
@media not screen and (min-width: 768px) {
  .header__menu__wrapper #header-menu {
    flex-direction: column;
    height: 100%;
  }
}
.header__menu__wrapper #header-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: var(--color-white);
}
@media not screen and (min-width: 768px) {
  .header__menu__wrapper #header-menu li {
    margin-bottom: 5.2151238592vw;
    color: var(--color-white);
  }
}
.header__menu__wrapper #header-menu li a {
  color: var(--color-white);
  font-size: 1.3194444444vw;
  text-align: center;
  transition: all 0.3s;
}
@media (min-width: 1920px) {
  .header__menu__wrapper #header-menu li a {
    font-size: 25.3333333333px;
  }
}
@media (max-width: 767px) {
  .header__menu__wrapper #header-menu li a {
    font-size: 4.1720990874vw;
  }
}
@media not screen and (min-width: 768px) {
  .header__menu__wrapper #header-menu li a {
    color: var(--color-white);
  }
}
.header__menu__wrapper #header-menu li a span {
  display: block;
  font-size: 0.9027777778vw;
  color: var(--color-white);
}
@media (min-width: 1920px) {
  .header__menu__wrapper #header-menu li a span {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .header__menu__wrapper #header-menu li a span {
    font-size: 3.3898305085vw;
  }
}
@media not screen and (min-width: 768px) {
  .header__menu__wrapper #header-menu li a span {
    color: var(--color-white);
  }
}
.header__menu__wrapper #header-menu li a:hover {
  opacity: 0.6;
}
@media not screen and (min-width: 768px) {
  .header__menu__wrapper #header-menu li a:hover {
    opacity: inherit;
  }
}

header .header__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.25em;
  z-index: 1;
  position: relative;
}
header .header__wrapper span {
  font-size: 1.0416666667vw;
  color: var(--color-white);
  text-shadow: var(--shadow-white);
}
@media (min-width: 1920px) {
  header .header__wrapper span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  header .header__wrapper span {
    font-size: 3.1290743155vw;
  }
}
header .header__wrapper .header__logo__container a img {
  margin: 0 auto;
  width: 10.4166666667vw;
}
@media (min-width: 1920px) {
  header .header__wrapper .header__logo__container a img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  header .header__wrapper .header__logo__container a img {
    width: 39.1134289439vw;
  }
}
header .header__wrapper .header__shopinfo__container .header__right__content {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}
@media not screen and (min-width: 768px) {
  header .header__wrapper .header__shopinfo__container .header__right__content {
    width: 100%;
  }
}
header .header__wrapper .header__shopinfo__container .header__right__content .shop__name {
  color: var(--color-text);
  font-size: 1.1111111111vw;
  font-weight: bold;
  text-align: right;
  display: block;
}
@media (min-width: 1920px) {
  header .header__wrapper .header__shopinfo__container .header__right__content .shop__name {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  header .header__wrapper .header__shopinfo__container .header__right__content .shop__name {
    font-size: 4.1720990874vw;
  }
}
@media not screen and (min-width: 768px) {
  header .header__wrapper .header__shopinfo__container .header__right__content .shop__name {
    margin-top: 2.6075619296vw;
    text-align: center;
  }
}
header .header__wrapper .header__shopinfo__container .header__right__content .header__shop__description {
  margin-top: 0.5em;
}
header .header__wrapper .header__shopinfo__container .header__right__content .header__shop__description p {
  color: var(--color-text);
  font-size: 0.9027777778vw;
  text-align: right;
}
@media (min-width: 1920px) {
  header .header__wrapper .header__shopinfo__container .header__right__content .header__shop__description p {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  header .header__wrapper .header__shopinfo__container .header__right__content .header__shop__description p {
    font-size: 2.6075619296vw;
  }
}
@media not screen and (min-width: 768px) {
  header .header__wrapper .header__shopinfo__container .header__right__content .header__shop__description p {
    text-align: center;
  }
}
header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper {
  margin-top: 0.6944444444vw;
  margin-bottom: 0.6944444444vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1920px) {
  header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper {
    margin-top: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper {
    margin-top: 2.6075619296vw;
  }
}
@media (min-width: 1920px) {
  header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper {
    margin-bottom: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper {
    margin-bottom: 2.6075619296vw;
  }
}
header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li {
  color: var(--color-text);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li {
    font-size: 3.1290743155vw;
  }
}
header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span {
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span {
    font-size: 3.1290743155vw;
  }
}
header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.tel, header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.reception, header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.separate {
  font-weight: bold;
  color: var(--color-text);
}
header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.separate {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.separate {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.separate {
    font-size: 3.1290743155vw;
  }
}
header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.reservation__system {
  margin-left: 0.5em;
  margin-right: 0.5em;
  background: var(--color-main);
  color: var(--color-text);
  padding: 0.1388888889vw 0.2777777778vw;
}
@media not screen and (min-width: 768px) {
  header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li span.reservation__system {
    padding: 0.5215123859vw 1.0430247718vw;
  }
}
header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li a {
  font-size: 0.9722222222vw;
  color: var(--color-text);
}
@media (min-width: 1920px) {
  header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li a {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  header .header__wrapper .header__shopinfo__container .header__right__content ul.shop__information__wrapper li a {
    font-size: 3.1290743155vw;
  }
}

footer {
  margin-top: 8.3333333333vw;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 1920px) {
  footer {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  footer {
    margin-top: 15.6453715776vw;
  }
}
footer .footer-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
footer #footer-menu {
  width: 66.6666666667vw;
  margin-top: 2.7777777778vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1920px) {
  footer #footer-menu {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu {
    width: 96.479791395vw;
  }
}
@media (min-width: 1920px) {
  footer #footer-menu {
    margin-top: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu {
    margin-top: 7.8226857888vw;
  }
}
@media not screen and (min-width: 768px) {
  footer #footer-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.2151238592vw;
  }
}
footer #footer-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color-white);
  font-size: 1.1805555556vw;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  white-space: nowrap;
}
@media (min-width: 1920px) {
  footer #footer-menu li a {
    font-size: 22.6666666667px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu li a {
    font-size: 4.4328552803vw;
  }
}
footer #footer-menu li a span {
  display: block;
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  footer #footer-menu li a span {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  footer #footer-menu li a span {
    font-size: 2.8683181226vw;
  }
}
footer .footer__logo__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 2.7777777778vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container {
    margin-top: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container {
    margin-top: 2.6075619296vw;
  }
}
footer .footer__logo__container img {
  width: 18.75vw;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  footer .footer__logo__container img {
    width: 360px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container img {
    width: 39.1134289439vw;
  }
}
footer .footer__logo__container p {
  font-size: 0.9027777778vw;
  color: var(--color-white);
  text-align: center;
  text-shadow: var(--shadow-white);
}
@media (min-width: 1920px) {
  footer .footer__logo__container p {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container p {
    font-size: 4.1720990874vw;
  }
}
@media not screen and (min-width: 768px) {
  footer .footer__logo__container p {
    width: 100%;
  }
}
footer .footer__logo__container span {
  margin-top: 0.6944444444vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container span {
    margin-top: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container span {
    margin-top: 1.3037809648vw;
  }
}
footer .footer__logo__container span a {
  color: var(--color-white);
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container span a {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container span a {
    font-size: 4.1720990874vw;
  }
}
footer .footer__logo__container .footer__shop__discription {
  margin-top: 0.6944444444vw;
  width: 59.7222222222vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container .footer__shop__discription {
    margin-top: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__shop__discription {
    margin-top: 2.6075619296vw;
  }
}
@media (min-width: 1920px) {
  footer .footer__logo__container .footer__shop__discription {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__shop__discription {
    width: 96.479791395vw;
  }
}
footer .footer__logo__container .footer__shop__discription p {
  font-size: 0.9027777778vw;
  color: var(--color-white);
  text-align: center;
}
@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.3898305085vw;
  }
}
@media not screen and (min-width: 768px) {
  footer .footer__logo__container .footer__shop__discription p {
    margin: 0 auto;
  }
}
footer .footer__logo__container .footer__sns__container {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 1.3888888889vw;
}
@media (min-width: 1920px) {
  footer .footer__logo__container .footer__sns__container {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__sns__container {
    margin-top: 2.6075619296vw;
  }
}
footer .footer__logo__container .footer__sns__container li {
  width: 3.4722222222vw;
  height: auto;
  margin: 0 10px;
}
@media (min-width: 1920px) {
  footer .footer__logo__container .footer__sns__container li {
    width: 66.6666666667px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__sns__container li {
    width: 11.7340286832vw;
  }
}
footer .footer__logo__container .footer__sns__container li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .footer__logo__container .footer__sns__container li a img {
  width: 100%;
}
footer .footer__logo__container .footer__sns__container li a span {
  font-size: 0.6944444444vw;
  color: var(--color-white);
}
@media (min-width: 1920px) {
  footer .footer__logo__container .footer__sns__container li a span {
    font-size: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .footer__logo__container .footer__sns__container li a span {
    font-size: 2.6075619296vw;
  }
}
footer .footer__secondary__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.4722222222vw;
  margin-bottom: 0.6944444444vw;
}
@media (min-width: 1920px) {
  footer .footer__secondary__menu {
    margin-top: 66.6666666667px;
  }
}
@media (max-width: 767px) {
  footer .footer__secondary__menu {
    margin-top: 7.8226857888vw;
  }
}
@media (min-width: 1920px) {
  footer .footer__secondary__menu {
    margin-bottom: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .footer__secondary__menu {
    margin-bottom: 2.6075619296vw;
  }
}
footer .footer__secondary__menu li {
  width: fit-content;
}
footer .footer__secondary__menu li span {
  color: var(--color-white);
  font-size: 0.9027777778vw;
}
@media (min-width: 1920px) {
  footer .footer__secondary__menu li span {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .footer__secondary__menu li span {
    font-size: 3.3898305085vw;
  }
}
footer .footer__secondary__menu li + li {
  padding-left: 2em;
}
footer .footer__secondary__menu li + li span {
  position: relative;
}
footer .footer__secondary__menu li + li span::before {
  position: absolute;
  content: "/";
  left: -1em;
}
footer .creater__container {
  margin-bottom: 0.6944444444vw;
}
@media (min-width: 1920px) {
  footer .creater__container {
    margin-bottom: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .creater__container {
    margin-bottom: 2.6075619296vw;
  }
}
footer .creater__container span {
  margin: 0 auto;
  display: block;
  width: fit-content;
  color: var(--color-white);
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  footer .creater__container span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  footer .creater__container span {
    font-size: 3.1290743155vw;
  }
}
footer .creater__container span a {
  font-weight: bold;
  text-align: center;
  color: var(--color-white);
}
footer .copyright__container {
  width: 100%;
  margin-bottom: 0vw;
  height: 1.3888888889vw;
}
@media (min-width: 1920px) {
  footer .copyright__container {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  footer .copyright__container {
    margin-bottom: 13.5593220339vw;
  }
}
@media (min-width: 1920px) {
  footer .copyright__container {
    height: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  footer .copyright__container {
    height: 4.4328552803vw;
  }
}
footer .copyright__container span {
  display: block;
  text-align: center;
  font-size: 0.9027777778vw;
  color: var(--color-white);
}
@media (min-width: 1920px) {
  footer .copyright__container span {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  footer .copyright__container span {
    font-size: 3.1290743155vw;
  }
}
footer .copyright__container span a {
  color: var(--color-white);
}
footer .footer__fixed__button {
  display: none;
}
@media not screen and (min-width: 768px) {
  footer .footer__fixed__button {
    position: fixed;
    bottom: 6.518904824vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid 0.260756193vw var(--color-main);
    z-index: 2;
  }
  footer .footer__fixed__button li {
    height: 13.037809648vw;
    width: 100%;
    background: var(--color-button);
    border-bottom: solid 0.260756193vw var(--color-main);
  }
  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: 5.2151238592vw;
    height: 5.2151238592vw;
    fill: var(--color-white);
  }
  footer .footer__fixed__button li a span {
    font-size: 3.3898305085vw;
    color: var(--color-white);
    line-height: 1;
    margin-top: 0.5215123859vw;
  }
}
footer .footer__reception__time {
  display: none;
}
@media not screen and (min-width: 768px) {
  footer .footer__reception__time {
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--color-text);
    height: 6.518904824vw;
    width: 100%;
    z-index: 2;
    bottom: 0;
  }
  footer .footer__reception__time p {
    color: var(--color-white);
    font-size: 3.3898305085vw;
  }
}

/* loading */
/* hero__section */
.hero__section {
  position: relative;
  width: 100%;
  height: 80vh;
  background-size: cover;
  z-index: 1;
  background-position: center;
}
@media not screen and (min-width: 768px) {
  .hero__section {
    height: 70vh;
  }
}
.hero__section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

/* todays__section */
.todays__section {
  padding-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .todays__section {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .todays__section {
    padding-top: 15.6453715776vw;
  }
}

/* greeting__section */
.greeting__section {
  margin-top: 8.3333333333vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41.6666666667vw;
  background-image: url("../images/background/background-greeting.webp");
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1920px) {
  .greeting__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .greeting__section {
    margin-top: 15.6453715776vw;
  }
}
@media (min-width: 1920px) {
  .greeting__section {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .greeting__section {
    height: 169.4915254237vw;
  }
}
@media not screen and (min-width: 768px) {
  .greeting__section {
    background-image: url("../images/background/background-greeting-sp.webp");
  }
}
.greeting__section .greeting__wrapper .greeting__container {
  margin: 2.6075619296vw;
  color: var(--color-white);
  text-align: center;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.8);
  padding: 3em 0;
  border: solid 1px var(--color-sub);
  box-shadow: var(--shadow-main);
  outline: 1px solid var(--color-main);
  outline-offset: -5px;
}
.greeting__section .greeting__wrapper .greeting__container p {
  font-size: 1.0416666667vw;
  color: var(--color-text);
  line-height: 1.75;
  text-align: center;
}
@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;
  }
}

/* top__news__x__section */
.top__news__x__section {
  margin-top: 8.3333333333vw;
  margin-bottom: 8.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (min-width: 1920px) {
  .top__news__x__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section {
    margin-top: 0vw;
  }
}
@media (min-width: 1920px) {
  .top__news__x__section {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section {
    margin-bottom: 15.6453715776vw;
  }
}
@media not screen and (min-width: 768px) {
  .top__news__x__section {
    flex-direction: column;
  }
}
.top__news__x__section .top__news__wrapper {
  width: 60%;
}
@media not screen and (min-width: 768px) {
  .top__news__x__section .top__news__wrapper {
    width: 100%;
    margin-top: 15.6453715776vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container {
  position: relative;
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
  position: relative;
  min-height: 20.8333333333vw;
  padding: 2.7777777778vw;
  max-height: 27.7777777778vw;
  overflow-y: scroll;
  border-image-slice: 1;
  box-shadow: var(--shadow-black);
  border: solid 1px var(--color-sub);
  background: var(--color-white);
  outline: 1px solid var(--color-main);
  outline-offset: -5px;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    min-height: 67.7966101695vw;
  }
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    padding: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    padding: 5.2151238592vw;
  }
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    max-height: 533.3333333333px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news {
    max-height: 130.3780964798vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
  font-size: 1.4583333333vw;
  margin-bottom: 0.6944444444vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
    font-size: 4.9543676662vw;
  }
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news h3 {
    margin-bottom: 13.3333333333px;
  }
}
@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 p {
  font-size: 1.1805555556vw;
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news p {
    font-size: 22.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news p {
    font-size: 3.9113428944vw;
  }
}
@media (min-width: 1920px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news p {
    margin-bottom: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .top__news__x__section .top__news__wrapper .top__news__container .top__fix__news p {
    margin-bottom: 5.2151238592vw;
  }
}
.top__news__x__section .top__news__wrapper .top__news__container .top__fix__news hr {
  margin-bottom: 1.5em;
}
.top__news__x__section .x__wrapper {
  width: 40%;
}
@media not screen and (min-width: 768px) {
  .top__news__x__section .x__wrapper {
    width: 100%;
    margin-top: 15.6453715776vw;
  }
}
.top__news__x__section .x__wrapper .x__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
  height: 8.3333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--color-main);
  border-radius: 5px;
  animation: bggradient 7s ease infinite;
  background-size: 200% 200%;
  box-shadow: var(--shadow-box);
}
@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;
  }
}
@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 span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
  text-align: center;
  line-height: 1.75;
}
@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 img {
  width: 2.0833333333vw;
  height: 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;
  }
}
@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;
  height: 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;
  }
}
@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 .instagram__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 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;
  height: 8.3333333333vw;
  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%);
  border-radius: 5px;
}
@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;
  }
}
@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 span {
  z-index: 1;
  color: var(--color-white);
  font-size: 1.25vw;
  padding: 2.7777777778vw;
  text-align: center;
  line-height: 1.75;
}
@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;
  }
}
@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 img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .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 img {
    width: 7.8226857888vw;
  }
}
@media (min-width: 1920px) {
  .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 img {
    height: 7.8226857888vw;
  }
}

/* concept__section */
.concept__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .concept__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .concept__section {
    margin-top: 15.6453715776vw;
  }
}
.concept__section .concept__wrapper .concept__list {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 2em;
  padding-bottom: 4em;
  margin-bottom: 4em;
}
@media not screen and (min-width: 768px) {
  .concept__section .concept__wrapper .concept__list {
    width: 80.8344198175vw;
  }
}
.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-main);
  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 span {
  font-size: 0.9027777778vw;
  margin-left: 1em;
}
@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 h4 {
  font-size: 1.25vw;
  margin-top: 1em;
}
@media (min-width: 1920px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__heading h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .concept__section .concept__wrapper .concept__list li .concept__list__heading h4 {
    font-size: 4.6936114733vw;
  }
}
.concept__section .concept__wrapper .concept__list li .concept__list__heading p {
  margin-top: 1.3888888889vw;
  font-size: 0.9027777778vw;
  color: var(--color-text);
}
@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;
  }
}
@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__image {
  width: 27.7777777778vw;
  position: relative;
}
@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: 83.4419817471vw;
  }
}
.concept__section .concept__wrapper .concept__list li .concept__list__image img {
  z-index: 1;
  position: relative;
}
.concept__section .concept__wrapper .concept__list li .concept__list__image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -1.25vw;
  right: -1.25vw;
  background: linear-gradient(272deg, rgba(185, 243, 255, 0.4) 0%, rgba(255, 150, 229, 0.3) 56%, rgba(255, 242, 183, 0.3) 100%);
  z-index: 0;
  border-radius: 5px;
}
@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;
  }
}

/* topics__section */
.topics__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .topics__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .topics__section {
    margin-top: 15.6453715776vw;
  }
}
.topics__section .main__banner__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.topics__section .main__banner__container .main__banner {
  width: 100%;
  max-width: 41.6666666667vw;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
@media (min-width: 1920px) {
  .topics__section .main__banner__container .main__banner {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .topics__section .main__banner__container .main__banner {
    max-width: 101.6949152542vw;
  }
}
.topics__section .main__banner__container .main__banner:hover {
  transform: scale(1.05);
}
@media not screen and (min-width: 768px) {
  .topics__section .main__banner__container .main__banner:hover {
    transform: none;
  }
}
.topics__section .main__banner__container .main__banner a {
  display: block;
}
.topics__section .main__banner__container .main__banner a img {
  width: 100%;
}

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

/* top__box__menu */
.top__box__menu {
  display: none;
}
@media not screen and (min-width: 768px) {
  .top__box__menu {
    display: block;
    width: 93.8722294654vw;
    margin: 0 auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    min-height: 10.4302477184vw;
    border-top: solid 2px transparent;
  }
  .top__box__menu ul {
    display: flex;
    flex-direction: row;
  }
  .top__box__menu ul li {
    margin: 0 0.7822685789vw;
    width: calc(25% - 1.5645371578vw);
    min-height: 10.4302477184vw;
  }
  .top__box__menu ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1px -1px -1px 1px;
    background: var(--color-sub);
  }
  .top__box__menu ul li a img {
    width: 5.2151238592vw;
    height: auto;
  }
  .top__box__menu ul li a .top__menu__content {
    font-size: 2.8683181226vw;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: var(--color-text);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1.5645371578vw;
  }
  .top__box__menu ul li a .top__menu__content span {
    display: block;
    font-size: 3.1290743155vw;
  }
  .top__box__menu a {
    width: 92.3076923077vw;
    margin: 0 auto;
    display: block;
  }
  .top__box__menu a .top__mune__phone__content {
    display: flex;
    flex-direction: row;
    margin-top: 2.6075619296vw;
    background: var(--color-label);
    border: solid 2px var(--color-main);
    height: 15.6453715776vw;
  }
  .top__box__menu a .top__mune__phone__content .top__menu__phone__icon__wrapper {
    width: 20%;
    background: var(--color-main);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top__box__menu a .top__mune__phone__content .top__menu__phone__icon__wrapper img {
    width: 7.8226857888vw;
  }
  .top__box__menu a .top__mune__phone__content .top__menu__phone__box {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top__box__menu a .top__mune__phone__content .top__menu__phone__box .top__menu__phone__box__content {
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .top__box__menu a .top__mune__phone__content .top__menu__phone__box .top__menu__phone__box__content span {
    display: block;
    font-size: 4.1720990874vw;
  }
  .top__box__menu a .top__mune__phone__content .top__menu__phone__box .top__menu__phone__box__content span.top__mune__phone__number {
    font-size: 5.4758800522vw;
  }
}

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

/* new__therapist__section */
.new__therapist__section {
  padding-top: 8.3333333333vw;
  padding: 6.9444444444vw 0;
  height: 41.6666666667vw;
  width: 100%;
}
@media (min-width: 1920px) {
  .new__therapist__section {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .new__therapist__section {
    padding-top: 15.6453715776vw;
  }
}
@media (min-width: 1920px) {
  .new__therapist__section {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .new__therapist__section {
    height: 125.1629726206vw;
  }
}

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

/* picup__section */
.picup__section {
  padding-top: 8.3333333333vw;
  padding: 6.9444444444vw 0;
  height: 41.6666666667vw;
  width: 100%;
}
@media (min-width: 1920px) {
  .picup__section {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .picup__section {
    padding-top: 15.6453715776vw;
  }
}
@media (min-width: 1920px) {
  .picup__section {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .picup__section {
    height: 125.1629726206vw;
  }
}

/* access__section */
.access__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .access__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .access__section {
    margin-top: 15.6453715776vw;
  }
}
.access__section .map__continer {
  margin-top: 5.2151238592vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.access__section .map__continer .map__content {
  margin-bottom: 5.2151238592vw;
  width: 41.6666666667vw;
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content {
    width: 800px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content {
    width: 93.8722294654vw;
  }
}
.access__section .map__continer .map__content .map-thumbnail {
  width: 100%;
}
.access__section .map__continer .map__content h3 {
  font-size: 1.6666666667vw;
  background: var(--color-label);
  color: var(--color-white);
  padding: 10px 20px;
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content h3 {
    font-size: 4.1720990874vw;
  }
}
.access__section .map__continer .map__content .map__address {
  color: var(--color-text);
  font-size: 1.25vw;
  padding-top: 1.3888888889vw;
  padding-left: 1.3888888889vw;
  padding-right: 1.3888888889vw;
  padding-bottom: 1.3888888889vw;
  background: var(--color-white);
  line-height: 1.5;
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content .map__address {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content .map__address {
    font-size: 4.1720990874vw;
  }
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content .map__address {
    padding-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content .map__address {
    padding-top: 5.2151238592vw;
  }
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content .map__address {
    padding-left: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content .map__address {
    padding-left: 5.2151238592vw;
  }
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content .map__address {
    padding-right: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content .map__address {
    padding-right: 5.2151238592vw;
  }
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content .map__address {
    padding-bottom: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content .map__address {
    padding-bottom: 5.2151238592vw;
  }
}
.access__section .map__continer .map__content iframe {
  width: 41.6666666667vw;
}
@media (min-width: 1920px) {
  .access__section .map__continer .map__content iframe {
    width: 800px;
  }
}
@media (max-width: 767px) {
  .access__section .map__continer .map__content iframe {
    width: 93.8722294654vw;
  }
}

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

/* rich__menu__section */
.rich__menu__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .rich__menu__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section {
    margin-top: 15.6453715776vw;
  }
}
.rich__menu__section ul.rich__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.6666666667vw;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .rich__menu__section ul.rich__menu__wrapper {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper {
    width: 93.8722294654vw;
  }
}
.rich__menu__section ul.rich__menu__wrapper li {
  margin-left: 0.6944444444vw;
  margin-right: 0.6944444444vw;
  margin-bottom: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .rich__menu__section ul.rich__menu__wrapper li {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper li {
    margin-bottom: 7.8226857888vw;
  }
}
@media not screen and (min-width: 768px) {
  .rich__menu__section ul.rich__menu__wrapper li {
    margin: 2.6075619296vw 1.3037809648vw;
  }
}
.rich__menu__section ul.rich__menu__wrapper li:hover {
  opacity: 0.6;
}
.rich__menu__section ul.rich__menu__wrapper li a {
  display: block;
}
.rich__menu__section ul.rich__menu__wrapper li a figure {
  position: relative;
  width: 20.8333333333vw;
}
@media (min-width: 1920px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure {
    width: 44.3285528031vw;
  }
}
.rich__menu__section ul.rich__menu__wrapper li a figure figcaption {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  font-size: 1.4583333333vw;
  display: grid;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 0.3472222222vw;
}
@media (min-width: 1920px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption {
    font-size: 3.9113428944vw;
  }
}
@media (min-width: 1920px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption {
    margin-top: 6.6666666667px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption {
    margin-top: 1.3037809648vw;
  }
}
.rich__menu__section ul.rich__menu__wrapper li a figure figcaption span {
  font-size: 0.9027777778vw;
  margin-top: 0.3472222222vw;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (min-width: 1920px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption span {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption span {
    font-size: 3.3898305085vw;
  }
}
@media (min-width: 1920px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption span {
    margin-top: 6.6666666667px;
  }
}
@media (max-width: 767px) {
  .rich__menu__section ul.rich__menu__wrapper li a figure figcaption span {
    margin-top: 1.3037809648vw;
  }
}

/* news__section */
.link__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .link__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .link__section {
    margin-top: 15.6453715776vw;
  }
}
.link__section .ad__banner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.3888888889vw;
  margin: 0 auto;
  width: 66.6666666667vw;
}
@media (min-width: 1920px) {
  .link__section .ad__banner {
    gap: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .link__section .ad__banner {
    gap: 2.6075619296vw;
  }
}
@media (min-width: 1920px) {
  .link__section .ad__banner {
    width: 1280px;
  }
}
@media (max-width: 767px) {
  .link__section .ad__banner {
    width: 93.8722294654vw;
  }
}
.link__section .ad__banner a {
  max-width: 13.8888888889vw;
  color: var(--color-text);
  width: calc(50% - 1.3888888889vw);
}
@media (min-width: 1920px) {
  .link__section .ad__banner a {
    max-width: 266.6666666667px;
  }
}
@media (max-width: 767px) {
  .link__section .ad__banner a {
    max-width: 52.1512385919vw;
  }
}
@media not screen and (min-width: 768px) {
  .link__section .ad__banner a {
    width: calc(50% - 2.6075619296vw);
  }
}

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