@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

.other-page__nav, .gals-other-page__nav {
  padding: 6rem 5% 2rem;
}
@media (min-width: 769px) {
  .other-page__nav, .gals-other-page__nav {
    padding: 6rem 0;
  }
}
.other-page__nav ul, .gals-other-page__nav ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 769px) {
  .other-page__nav ul, .gals-other-page__nav ul {
    max-width: 1580px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 769px) and (max-width: 1099px) {
  .other-page__nav ul, .gals-other-page__nav ul {
    flex-wrap: wrap;
  }
}
.other-page__nav ul li, .gals-other-page__nav ul li {
  background: #e4dbbf;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  width: calc((100% - 1rem) / 2);
  align-items: center;
  justify-content: start;
  position: relative;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
}
.other-page__nav ul li.disabled, .gals-other-page__nav ul li.disabled {
  filter: grayscale(1) contrast(0.5);
  opacity: 0.8;
  pointer-events: none;
}
@media (min-width: 769px) {
  .other-page__nav ul li, .gals-other-page__nav ul li {
    min-width: 200px;
    padding: 2rem;
    width: calc((100% - 5rem) / 6);
  }
  .other-page__nav ul li:hover, .gals-other-page__nav ul li:hover {
    opacity: 0.8;
  }
}
.other-page__nav ul li::before, .gals-other-page__nav ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 50px;
  background-image: var(--nav-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 769px) {
  .other-page__nav ul li::before, .gals-other-page__nav ul li::before {
    width: 36px;
  }
}
.other-page__nav ul li a, .gals-other-page__nav ul li a {
  font-size: 1.6rem;
  flex: 1;
  color: #a5872b;
  letter-spacing: 0.12em;
  font-weight: bold;
}
@media (max-width: 400px) {
  .other-page__nav ul li a, .gals-other-page__nav ul li a {
    letter-spacing: -0.03em;
  }
}
.other-page__nav ul li a::after, .gals-other-page__nav ul li a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.other-page__nav ul li a span, .gals-other-page__nav ul li a span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #434241;
  text-transform: uppercase;
}
.other-page__nav ul li.other-page__price, .gals-other-page__nav ul li.other-page__price {
  --nav-icon: url("/static/img/common/icon/other-page_price-icon.svg");
}
.other-page__nav ul li.other-page__option, .gals-other-page__nav ul li.other-page__option {
  --nav-icon: url("/static/img/common/icon/other-page_option-icon.svg");
}
.other-page__nav ul li.other-page__access, .gals-other-page__nav ul li.other-page__access {
  --nav-icon: url("/static/img/common/icon/other-page_access-icon.svg");
}
.other-page__nav ul li.other-page__event, .gals-other-page__nav ul li.other-page__event {
  --nav-icon: url("/static/img/common/icon/other-page_event-icon.svg");
}
.other-page__nav ul li.other-page__movie, .gals-other-page__nav ul li.other-page__movie {
  --nav-icon: url("/static/img/common/icon/link_icon03.svg");
}
.other-page__nav ul li.other-page__night-guide, .gals-other-page__nav ul li.other-page__night-guide {
  --nav-icon: url("/static/img/common/icon/other-page_night-guide-icon.svg");
}
.other-page__nav ul li.other-page__ranking, .gals-other-page__nav ul li.other-page__ranking {
  --nav-icon: url("/static/img/common/icon/link_icon05.svg");
}
.other-page__nav ul li.other-page__schedule, .gals-other-page__nav ul li.other-page__schedule {
  --nav-icon: url("/static/img/common/icon/link_icon01.svg");
}
.other-page__nav ul li.other-page__sns, .gals-other-page__nav ul li.other-page__sns {
  --nav-icon: url("/static/img/common/icon/other-page_media-icon.svg");
}
.other-page__nav ul li.other-page__offshot, .gals-other-page__nav ul li.other-page__offshot {
  --nav-icon: url("/static/img/common/icon/other-page_offshot-icon.svg");
}
.other-page__nav ul li.other-page__voice, .gals-other-page__nav ul li.other-page__voice {
  --nav-icon: url("/static/img/common/icon/link_icon04.svg");
}
.other-page__nav ul li.other-page__cast-list, .gals-other-page__nav ul li.other-page__cast-list {
  --nav-icon: url("/static/img/common/icon/other-page_cast-list-icon.svg");
}
.other-page__nav ul li.other-page__parking, .gals-other-page__nav ul li.other-page__parking {
  --nav-icon: url("/static/img/common/icon/other-page_parking-icon.svg");
}
.other-page__nav ul li.other-page__reservation, .gals-other-page__nav ul li.other-page__reservation {
  --nav-icon: url("/static/img/common/icon/other-page_reservation-icon.svg");
}

.gals-other-page__nav {
  padding: 4rem 5% 0;
}
@media (min-width: 769px) {
  .gals-other-page__nav {
    padding: 4rem 0 0;
  }
}
.gals-other-page__nav ul li {
  background: #e4dbbf;
}
.gals-other-page__profile {
  --nav-icon: url("/static/img/common/icon/other-page_profile-icon.svg");
}
.gals-other-page__gravure {
  --nav-icon: url("/static/img/common/icon/other-page_gravure-icon.svg");
}
.gals-other-page__offshot {
  --nav-icon: url("/static/img/common/icon/link_icon02.svg");
}
.gals-other-page__voice {
  --nav-icon: url("/static/img/common/icon/link_icon04.svg");
}
.gals-other-page__interview {
  --nav-icon: url("/static/img/common/icon/other-page_interview-icon.svg");
}
.gals-other-page__mail {
  --nav-icon: url("/static/img/common/icon/other-page_contact-icon.svg");
}
.gals-other-page__castlist, .gals-other-page__castlist--full {
  background-color: #ededed !important;
  --nav-icon: url("/static/img/common/icon/other-page_cast-list-icon.svg");
}
@media (max-width: 768px) {
  .gals-other-page__castlist--full {
    justify-content: center !important;
    margin-top: 2rem;
    flex: 1;
  }
}

@view-transition {
  navigation: auto;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

body {
  font-size: clamp(1.3rem, 1.18rem + 0.51vw, 1.5rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  background: #FFFFFF;
  position: relative;
  color: #434241;
  min-width: 375px;
  overflow-x: clip;
}

img {
  border-style: none;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-size: 1.3rem;
}

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

.sp_none {
  display: none;
}
@media (min-width: 769px) {
  .sp_none {
    display: block;
  }
}

.pc_none {
  display: block;
}
@media (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

.flexW {
  display: flex;
  flex-wrap: wrap;
}

.flexB {
  display: flex;
  justify-content: space-between;
}

.flexC {
  display: flex;
  justify-content: center;
}

.main__section-ttl {
  font-size: clamp(3rem, 7.76vw, 4.5rem);
  letter-spacing: 0.12em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4rem;
}
.main__section-ttl span {
  display: block;
  font-size: clamp(1.4rem, 0.62vw, 2rem);
  margin-top: 1rem;
}

.section-ttl02 {
  background: #DCB25B;
  background: radial-gradient(circle, rgb(220, 178, 91) 0%, rgb(170, 137, 46) 58%, rgb(119, 96, 0) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(3rem, 7.76vw, 4.5rem);
}
.section-ttl02 span {
  -webkit-text-fill-color: #52492e;
  background: none;
}

.btn {
  display: flex;
  width: clamp(20rem, 17.68vw, 30rem);
  height: clamp(4rem, 3.54vw, 6rem);
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: clamp(1.2rem, 0.71vw, 1.6rem);
  color: #f5f4ee;
  background: #F35A8A;
  background: linear-gradient(90deg, rgb(243, 90, 138) 0%, rgb(205, 112, 34) 40%, rgb(139, 107, 16) 100%);
  border-radius: clamp(2rem, 1.77vw, 3rem);
  margin: 0 auto;
  transition: all 0.35s ease-in-out;
  border-radius: 999px;
}
@media (min-width: 769px) {
  .btn {
    text-shadow: 0px 0px 3px rgba(76, 66, 37, 0.35);
  }
}
.btn::after {
  content: "";
  display: block;
  width: clamp(0.6rem, 0.35vw, 0.8rem);
  height: clamp(0.9rem, 0.88vw, 1.4rem);
  background: url("/static/img/common/btn_arrow.svg") no-repeat center/100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  z-index: 99999;
  height: calc(var(--vh) * 100);
}

.load_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}
.load_img .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

.top__main {
  max-width: 1024px;
  margin: 0 auto;
  overflow-x: clip;
}
@media (min-width: 769px) {
  .top__main {
    width: 100%;
    max-width: none;
  }
}

.section_wrapper {
  margin-top: 65dvh;
}
@media (min-width: 769px) {
  .section_wrapper {
    margin-top: 70dvh;
  }
}

.swiper-button__v2-wrap .swiper-button-prev,
.swiper-button__v2-wrap .swiper-button-next {
  width: clamp(44px, 20vw, 100px);
  height: clamp(44px, 20vw, 100px);
  top: inherit;
  bottom: 0;
}
.swiper-button__v2-wrap .swiper-button-prev::after,
.swiper-button__v2-wrap .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  width: clamp(0.9rem, 2.18vw, 2.1rem);
  height: clamp(1.6rem, 3.64vw, 3.6rem);
  margin: auto;
}
.swiper-button__v2-wrap {
  /* 前への矢印カスタマイズ */
}
.swiper-button__v2-wrap .swiper-button-prev {
  left: 0;
}
@media (min-width: 769px) {
  .swiper-button__v2-wrap .swiper-button-prev {
    top: 0;
    margin: auto;
  }
}
.swiper-button__v2-wrap .swiper-button-prev::after {
  background-image: url("/static/img/common/v2-btn_prev.svg");
}
.swiper-button__v2-wrap {
  /* 次への矢印カスタマイズ */
}
.swiper-button__v2-wrap .swiper-button-next {
  right: 0;
}
@media (min-width: 769px) {
  .swiper-button__v2-wrap .swiper-button-next {
    top: 0;
    margin: auto;
  }
}
.swiper-button__v2-wrap .swiper-button-next::after {
  background-image: url("/static/img/common/v2-btn_next.svg");
}
.swiper-button__v2-wrap .swiper-pagination {
  bottom: 30px;
  width: 60%;
  left: 50%;
  transform: translate(-50%, 0);
}
.swiper-button__v2-wrap .swiper-pagination .swiper-pagination-bullet {
  background: #B4932F;
}

.lower-layer__main {
  position: relative;
}
@media (min-width: 769px) {
  .lower-layer__main {
    padding: 3rem 8% 4rem;
  }
}
.lower-layer__main .main__inner {
  padding: 16rem 1rem 6.6vw;
  background: #F4F4F4;
}
@media (min-width: 769px) {
  .lower-layer__main .main__inner {
    padding: 0 0 6rem;
  }
}
.lower-layer__main .page-ttl__wrap .page-ttl {
  font-size: clamp(1.4rem, 1.16vw, 2rem);
  color: #434241;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 2.5rem;
  text-align: center;
}
.lower-layer__main .page-ttl__wrap .page-ttl span {
  display: block;
  font-size: clamp(2.5rem, 6.79vw, 6rem);
  font-family: "Cormorant", serif;
  background: #DCB25B;
  background: radial-gradient(circle, rgb(220, 178, 91) 0%, rgb(171, 138, 47) 60%, rgb(119, 96, 0) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: bold;
}
.lower-layer__main .sub-ttl {
  font-size: clamp(1.3rem, 0.48vw, 1.5rem);
  text-align: center;
  color: #434241;
  margin-bottom: 3rem;
}

.main2 {
  position: relative;
}
@media (min-width: 1024px) {
  .main2 {
    padding: 6rem 8% 4rem;
  }
}
.main2 .main__inner {
  padding: 2rem 0 6.6vw;
  background: #fff;
}
@media (min-width: 769px) {
  .main2 .main__inner {
    padding-top: 0;
  }
}

.gals-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media (min-width: 576px) {
  .gals-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .gals-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1500px) {
  .gals-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1800px) {
  .gals-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

.gals-list__panel {
  background: #fff;
  container-type: inline-size;
}
@media (min-width: 769px) {
  .gals-list__panel {
    max-width: 272px;
  }
}
.gals-list__panel .gals-list__panel-inner {
  position: relative;
  color: #434241;
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-wrap {
  width: 100%;
  padding: 5rem 1.4rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(30, 30, 30, 0.8) 60%, rgb(60, 60, 60) 100%);
}
@media (max-width: 768px) {
  .gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-wrap {
    padding: 5rem 1rem 1rem;
  }
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-rank {
  width: clamp(8rem, 3.08vw, 10rem);
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail__pick {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
  width: 70%;
  text-align: center;
  color: #434241;
  line-height: 1;
  margin-bottom: 0.4rem;
  position: relative;
  background: rgba(255, 255, 255, 0.85);
}
@media (min-width: 769px) {
  .gals-list__panel .gals-list__panel-inner .gals-list__panel-detail__pick {
    font-size: 1.3rem;
  }
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail__pick span {
  padding: 0.5rem 0;
  width: 100%;
  position: relative;
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail__pick span::after, .gals-list__panel .gals-list__panel-inner .gals-list__panel-detail__pick span::before {
  content: "";
  position: absolute;
  background: #cbb280;
  width: 1px;
  height: 0;
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail__pick span::before {
  right: 0;
  top: 0;
  animation: ptimeSpan 1.6s linear 1s infinite;
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail__pick span::after {
  left: 0;
  bottom: 0;
  animation: ptimeSpan 1.6s linear 2.2s infinite;
}
@keyframes ptimeSpan {
  0% {
    height: 0;
  }
  10% {
    height: 0;
  }
  35% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail__pick::after, .gals-list__panel .gals-list__panel-inner .gals-list__panel-detail__pick::before {
  content: "";
  position: absolute;
  background: #cbb280;
  width: 0;
  height: 1px;
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail__pick::before {
  left: 0;
  top: 0;
  animation: ptime 1.6s linear 0s infinite;
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail__pick::after {
  right: 0;
  bottom: 0;
  animation: ptime 1.6s linear 1.2s infinite;
}
@keyframes ptime {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-top .gals-list__panel-detail-ttl {
  font-size: clamp(1.6rem, 1.97vw, 2.4rem);
  margin-bottom: 0.3rem;
  letter-spacing: -0.03em;
  color: #fff;
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-top .gals-list__panel-detail-ttl span {
  font-size: clamp(1.2rem, 1.48vw, 1.8rem);
  letter-spacing: 0;
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-size {
  font-size: clamp(1.1rem, 1.23vw, 1.6rem);
  margin-bottom: 0.75rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #fff;
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-status {
  border-radius: 2px;
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-status .gals-list__panel-detail-status-txt {
  font-size: clamp(1.3rem, 1.23vw, 1.8rem);
  color: #fff;
  padding: 0.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  .gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-status .gals-list__panel-detail-status-txt {
    padding: 0.2rem 0;
  }
}
.gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-status .gals-list__panel-detail-status-txt::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("/static/img/common/icon/status_icon.svg") no-repeat center/100%;
  filter: brightness(0) invert(1);
}
.schedule-list__wrap .gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-wrap {
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.8) 60%, rgb(255, 255, 255) 100%);
}
.schedule-list__wrap .gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-ttl {
  color: #434241;
}
.schedule-list__wrap .gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-size {
  color: #434241;
}
.schedule-list__wrap .gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-status-txt {
  color: inherit;
}
.schedule-list__wrap .gals-list__panel .gals-list__panel-inner .gals-list__panel-detail-status-txt::before {
  filter: none;
}
.gals-list__panel .gals-list__panel-inner .schedule-list__panel-working-hours {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 769px) {
  .gals-list__panel .gals-list__panel-inner .schedule-list__panel-working-hours {
    font-size: 1.6rem;
  }
}

.now01 {
  background: repeating-linear-gradient(45deg, #dd3e5e 0px, #d6071f 8px);
}

.now02 {
  background: repeating-linear-gradient(45deg, #8f7f59 0px, #826e3d 8px);
}

.now03 {
  background: repeating-linear-gradient(45deg, #808080 0px, #6a6559 8px);
}

/*---------------------トップページ案内状況・出勤情報用---------------------*/
.schedule--available {
  --schedule-belt-color: #dd3e5e 0px, #d6071f 8px;
}

.schedule--scheduled {
  --schedule-belt-color: #57b9e7 0px, #1dabc7 8px;
}

.schedule--ready {
  --schedule-belt-color: #ffe475 0px, #f1c718 8px;
  color: #000 !important;
}
.schedule--ready .schedule-list__panel-detail-txt::before {
  background-color: #000 !important;
  mix-blend-mode: difference;
}

.schedule--pending {
  --schedule-belt-color: #808080 0px, #6a6559 8px;
}

.schedule--booked {
  --schedule-belt-color: #808080 0px, #6a6559 8px;
}

.schedule--off {
  --schedule-belt-color: #525151 0px, #343330 8px;
}

.schedule--training {
  --schedule-belt-color: #00973c 0px, #018222 8px;
}

/*---------------------トップページ案内状況・出勤情報用---------------------*/
.schedule-list__panel-detail-box--time {
  background: repeating-linear-gradient(45deg, #8f7f59 0px, #826e3d 8px);
}

.sold {
  background: repeating-linear-gradient(45deg, #808080 0px, #6a6559 8px);
}

.vjs-big-play-centered .vjs-big-play-button {
  width: 3rem;
  height: 3rem;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  margin: auto;
  border: none;
  background: url("/static/img/common/icon/movie-button.svg") no-repeat center/contain;
  outline: none !important;
  box-shadow: none !important;
}
@media (min-width: 1025px) {
  .vjs-big-play-centered .vjs-big-play-button {
    width: 4rem;
    height: 4rem;
  }
}
.vjs-big-play-centered .vjs-big-play-button:hover, .vjs-big-play-centered .vjs-big-play-button:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
}

.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: none;
}

.video-js:hover .vjs-big-play-button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.aco {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #c7c6c6;
  padding: 2rem 0;
  text-align: center;
}
.aco:first-child {
  border-top: 1px solid #c7c6c6;
}
.aco::before, .aco::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #a5872b;
  transition: transform 0.3s ease-in-out;
}
.aco::before {
  width: 10px;
  height: 1px;
  right: 20px;
}
.aco::after {
  width: 1px;
  height: 10px;
  right: 24px;
}
.aco.open::before {
  opacity: 0;
}
.aco.open::after {
  transform: rotate(90deg);
}

/*--- カスタムエレメント FOUC対策用 ---*/
common-header,
common-nav,
pickup-pop,
common-footer {
  display: none;
  visibility: hidden;
}

html.ready common-header[ready],
html.ready common-nav[ready],
html.ready pickup-pop[ready],
html.ready common-footer[ready] {
  visibility: visible;
  display: block;
}

@media (min-width: 768px) {
  .satisfaction__wrap {
    background: #f6f6f6 url("/static/img/common/body_bg_01_pc.webp") no-repeat top center/100%;
    padding: 10rem 3.33% 16rem;
  }
}
.satisfaction__wrap .satisfaction__inner {
  background: #ececea url("/static/img/customer/customer_satisfaction_bg.webp") no-repeat top center/cover;
}
@media (min-width: 768px) {
  .satisfaction__wrap .satisfaction__inner {
    background: #ececea url("/static/img/customer/customer_satisfaction_bg_pc.webp") no-repeat top center/cover;
    max-width: 960px;
    margin: 0 auto;
  }
}
.satisfaction__wrap .satisfaction__inner .satisfaction__top {
  position: relative;
}
.satisfaction__wrap .satisfaction__inner .satisfaction__top .btn {
  left: 50%;
  translate: -50% 0;
  bottom: 5%;
}
@media (min-width: 768px) {
  .satisfaction__wrap .satisfaction__inner .satisfaction__top .btn {
    bottom: 3%;
  }
}
.satisfaction__wrap .satisfaction__inner .satisfaction__bottom {
  position: relative;
}
.satisfaction__wrap .satisfaction__inner .satisfaction__bottom .btn {
  left: 50%;
  translate: -50% 0;
  bottom: 12%;
}
@media (min-width: 768px) {
  .satisfaction__wrap .satisfaction__inner .satisfaction__bottom .btn {
    bottom: 10%;
  }
}
.satisfaction__wrap .satisfaction__inner .btn {
  border-radius: 999px;
  background: #D89B38;
  background: linear-gradient(90deg, rgb(216, 155, 56) 59%, rgb(141, 96, 38) 100%);
  text-shadow: 1px 1px 2px #7d4013, -1px 1px 2px #7d4013, 1px -1px 2px #7d4013, -1px -1px 2px #7d4013;
  flex-direction: column;
  font-size: clamp(1.4rem, 2.63vw, 1.8rem);
  width: clamp(24.4rem, 55.37vw, 38rem);
  height: clamp(5rem, 10.18vw, 7.5rem);
  border-radius: 999px;
  text-align: center;
  line-height: 1;
  position: absolute;
}
@media (min-width: 768px) {
  .satisfaction__wrap .satisfaction__inner .btn {
    font-size: clamp(1.8rem, 2.59vw, 2.5rem);
    width: clamp(38rem, 25.93vw, 45rem);
    height: clamp(7.5rem, 7.04vw, 9.4rem);
    border-radius: 999px;
  }
}
/*# sourceMappingURL=index-customer.css.map */