@charset "UTF-8";
:root {
  --shinjyuku: #48c0da;
  --takadanobaba: #da4857;
  --ueno: #ee6c1b;
  --mito: #e99d23;
  --oomiya: #e355b8;
  --yokohama: #65b555;
  --hatiouzi: #ac48da;
  --matida: #486ada;
  --kanazawa: #add451;
  --seitenkan: #807c78;
  --akihabara: #fd8fbf;
  --ikebukuro: #25869c;
  --nippori: #67be84;
  --nisiazabu: #7c6146;
  --toyama: #a364c7;
}
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  background-color: #ffe9ed;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #333;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.sp {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
.tenor-sans {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.radio-canada-big {
  font-family: "Radio Canada Big", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h2 {
  font-size: 4.2rem;
}
h3 {
  font-size: 1.4rem;
  font-weight: normal;
}
h4 {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
h5 {
  font-size: 1.2rem;
  font-weight: normal;
}
h6 {
  font-size: 1.6rem;
}
.top-page {
  width: 100%;
  display: flex;
  justify-content: center;
}
.top-left {
  background: url(/images/top_img02.png) center no-repeat;
  background-size: cover;
  object-fit: cover;
  flex-basis: calc(calc(100% - 590px) / 2);
}
.top-right {
  background: url(/images/top_img01.png) center no-repeat;
  background-size: cover;
  object-fit: cover;
  flex-basis: calc(calc(100% - 590px) / 2);
}
.top-logo {
  width: 248px;
}
.top-center {
  flex-basis: 590px;
  background-image: url(../images/top_bg.png);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.top-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
  text-align: center;
  padding: 4.5rem;
}
.enter-btn {
  background-color: #499657;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 388px;
  height: 85px;
  line-height: 2.4rem;
  border-radius: 50px;
  font-size: 1.4rem;
  row-gap: 0.3rem;
}
.enter-btn span {
  font-size: 3.2rem;
}
.enter-en {
  text-decoration: underline;
}
.shop-list_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-list_bnr li {
  flex-basis: calc(calc(100% - 26px) / 3);
}
.top-copyright {
  background-color: #fff1f0;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.header {
  width: 100%;
  max-width: 1200px;
}
.header-nav {
  width: 100%;
  height: 54px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav ul {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.btn-reserve a {
  display: block;
  width: 194px;
  padding: 8px 0;
  text-align: center;
  border-radius: 50px;
  background-color: #499657;
}
.btn-reserve span::before {
  content: "";
  display: inline-block;
  background-image: url(/images/ic_date.svg);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.header-sp {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}
.header-sp .header-wrapper {
  width: 100%;
  padding: 1.5rem 1rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  animation: slideDown 0.3s ease-in-out;
  z-index: 999;
  background-color: #fff;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.nav-sp {
  display: none;
}
body.is-noScroll {
  overflow: hidden;
}
/* 右から現れるハンバーガーメニュー */
.menu-right {
  z-index: 998;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background: #545454;
  color: #fff;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.menu-right li a {
  font-size: 1.8rem;
}
#hamburger {
  position: relative;
  display: block;
  width: 38px;
  height: 25px;
  margin: 0 0 0 auto;
  cursor: pointer;
  z-index: 999;
  top: -6px;
}
#hamburger span,
#hamburger::before,
#hamburger::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #545454;
  transition: all 0.3s ease-in-out;
  caret-color: transparent;
}
#hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #545454;
  transform: translateY(-50%);
}
#hamburger p {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #545454;
}
#hamburger::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #545454;
}
#hamburger::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #545454;
}
/* メニューが開いたときのクロススタイル */
.hamburger-active #hamburger span {
  opacity: 0;
}
.hamburger-active #hamburger::before {
  top: 45%;
  transform: rotate(45deg);
  background-color: #fff;
}
.hamburger-active #hamburger::after {
  bottom: 45%;
  transform: rotate(-45deg);
  background-color: #fff;
}
.menu-right.open {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out; /* 開閉両方に適用 */
}
.menu-right ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
}
.menu-right li {
  margin: 0;
  padding: 0;
}
.menu-right li span {
  font-size: 15px;
  color: #333;
}
.menu-right li a,
.menu-right li span {
  display: block;
  padding: 1.5rem 0;
}
#hamburger p.is-close {
  color: #fff;
}
.mv-sp {
  display: none;
}
.mv-sp {
  width: 100%;
}
.mv-pc {
  width: 100%;
  height: 494px;
  background: url(../images/mv.jpg) center no-repeat;
  object-fit: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 3rem;
  padding: 0 2rem;
}
.mv-pc_txt {
  background: rgba(255, 255, 255, 0.85);
  width: 329px;
  height: 329px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ab8854;
  backdrop-filter: blur(10px);
}
.mv-pc_txt h1 {
  width: 204px;
}
.mv-phone {
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.mv-phone::before {
  content: "";
  display: inline-block;
  background-image: url(/images/phone_footer.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.8em;
  height: 0.8em;
}
.mv-subphone {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding-bottom: 0.8rem;
  vertical-align: middle;
}
.mv-subphone span {
  font-size: 0.8rem;
  line-height: 0.8rem;
  vertical-align: middle;
}
.mv-time {
  padding-top: 0.8rem;
  border-top: 0.5px solid #ab8854;
  font-size: 1rem;
}
.mv-time span {
  font-size: 1.8rem;
  font-weight: bold;
}
.main-index {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3.8rem 2rem 0;
}
.home {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  column-gap: 2%;
}
.main-contents {
  width: 100%;
  max-width: 794px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.main-slide {
  margin-bottom: 4.5rem;
  position: relative;
}
.home .swiper-pagination {
  bottom: -3.5rem !important;
}
.swiper-pagination-bullet-active {
  background: #ab8854;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.cast-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}
.cast-title_right {
  display: flex;
  column-gap: 8px;
  font-size: 1.4rem;
}
.cast-title_right button {
  width: 220px;
  height: 48px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #499657;
  border: 0.5px solid #499657;
  border-radius: 50px;
  background-color: #fff;
}
.cast-title_right button.active {
  color: #fff;
  border: none;
  background-color: #499657;
}
#btn-impossible {
  display: flex;
  flex-direction: column;
}
#btn-impossible span {
  font-size: 1rem;
  font-weight: normal;
}
.cast-list {
  max-width: 997px;
  margin: 0 auto;
}
.cast-list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.8rem;
  column-gap: 1%;
}
.cast-list ul li {
  flex-basis: calc((96%) / 5);
  border: 0.5px solid #333;
  background-color: #f8f6f5;
  border-radius: 4px;
}
.cast-header {
  display: flex;
  justify-content: space-between;
  color: #fff;
  height: 24px;
  align-items: center;
}
.cast-header.shinjyuku {
  background-color: var(--shinjyuku);
}
.cast-header.takadanobaba {
  background-color: var(--takadanobaba);
}
.cast-header.ueno {
  background-color: var(--ueno);
}
.cast-header.mito {
  background-color: var(--mito);
}
.cast-header.oomiya {
  background-color: var(--oomiya);
}
.cast-header.yokohama {
  background-color: var(--yokohama);
}
.cast-header.matida {
  background-color: var(--matida);
}
.cast-header.kanazawa {
  background-color: var(--kanazawa);
}
.cast-header.seitenkan {
  background-color: var(--seitenkan);
}
.cast-header.akihabara {
  background-color: var(--akihabara);
}
.cast-header.ikebukuro {
  background-color: var(--ikebukuro);
}
.cast-header.nippori {
  background-color: var(--nippori);
}
.cast-header.nisiazabu {
  background-color: var(--nisiazabu);
}
.cast-header.toyama {
  background-color: var(--toyama);
}
.cast-shop {
  font-size: 1.4rem;
  width: 46%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cast-time {
  font-size: 1.2rem;
  background-color: #333;
  width: 54%;
  height: 24px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 100%);
  border-radius: 0 4px 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cast-wrapper {
  padding: 0.2rem 10% 2rem;
}
.cast-frame {
  text-align: center;
  border: 0.5px solid #c01212;
  color: #c01212;
  margin: 4px auto;
  border-radius: 4px;
}
.cast-img {
  margin: 0.2rem auto;
}
.cast-name {
  font-size: 1.8rem;
  font-weight: 600;
}
.cast-name span {
  font-size: 1.2rem;
}
.cast-data {
  font-size: 1.2rem;
}
.bnr-list ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 3rem;
}
.bnr-list ul img {
  width: 100%;
}
.sub-contents {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.side-bnr ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.side-bnr li {
  max-width: 300px;
}
.sub-box {
  border: 0.5px solid #333;
  border-radius: 4px;
  background-color: #f8f6f5;
}
.sub-box_title {
  display: flex;
}
.sub-box_title h4 {
  height: 32px;
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 1.8rem;
}
.sub-box_title h5 {
  background-color: #333;
  width: 50%;
  height: 32px;
  color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 100%);
  border-radius: 0 4px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-box_wrapper {
  padding: 1.8rem;
}
.pay-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1rem;
}
.pay-txt {
  text-align: center;
  margin-top: 1rem;
}
.news-list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.news-list li {
  padding-bottom: 1rem;
  border-bottom: 1px solid #b3b3b3;
}
.news-list li:last-child {
  border-bottom: none;
}
.news-data {
  color: #777777;
}
.news-list a {
  text-decoration: underline;
}
.rss-list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.rss-list img {
  width: 100px;
}
.rss-list li {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b3b3b3;
}
.rss-list li:last-child {
  border-bottom: none;
}
.rss-title {
  font-size: 1.6rem;
  font-weight: bold;
}
.rss-data {
  font-size: 1.2rem;
  color: #777777;
}
.rss-title {
  font-size: 1.6rem;
  font-weight: bold;
}
.rss-txt {
  font-size: 1.4rem;
}
/* schedule */
.page-mv {
  background: url(../images/page_mv.jpg);
  height: 298px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-title {
  background-color: #fff;
  width: 351px;
  height: 122px;
  color: #ab8854;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.page-title_wrapper01 {
  width: 100%;
  margin: 0.5rem;
  border: 2px solid #ab8854;
  padding: 0.5rem;
}
.page-title_wrapper02 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 0.5px solid #ab8854;
}
.page-title_main {
  font-size: 4rem;
  line-height: 4rem;
}
.page-title_sub {
  font-size: 1.8rem;
}
.page-wrapper {
  padding: 3.8rem 2rem 0;
}
.page-contents {
  width: 100%;
  max-width: 997px;
  margin: 0 auto;
  display: flex;
  row-gap: 3rem;
  justify-content: space-between;
}
.page-txt {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  font-size: 1.2rem;
}
.weekly {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 0.5rem;
}
.weekly li {
  background-color: #fff;
  flex-basis: calc(94% / 7);
  text-align: center;
}
.weekly li:last-child {
  border-right: none;
}
.weekly li.active {
  background-color: #ab8854;
  color: #fff;
  outline: 2.5px solid rgb(255, 255, 255);
  outline-offset: -0.5rem;
}
.weekly li div {
  padding: 1rem;
  border: 1px solid #fff;
}
.weekly li a {
  display: block;
  padding: 4rem 0;
  outline: 0.5px solid rgb(255, 255, 255);
  outline-offset: -0.8rem;
}
.page-memo {
  padding-left: 1em;
  text-indent: -1em;
}
.page-txt {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.schedule-btn {
  width: 388px;
  height: 58px;
  color: #fff;
  border-radius: 8px;
  background-color: #499657;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.8rem;
}
.cast-list.schedule-page {
  max-width: 997px;
  margin: 0 auto;
}
.cast-list.schedule-page ul {
  gap: 1.8rem;
}
.cast-list.schedule-page ul li {
  flex-basis: calc(calc(100% - 72px) / 5);
}
.schedule-list {
  margin-bottom: 4rem;
}
.schedule-list ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 1rem;
}
.schedule-list ul li {
  flex-basis: calc(96% / 5);
}
.schedule-cast {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4efeb;
  padding: 1rem 0;
  height: 60px;
  border-right: 1px solid #ffffff;
}
.schedule-list ul li:last-child .schedule-cast {
  border-right: none;
}
.schedule-cast:last-child {
  border-right: none;
}
.schedule-data {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 1rem 0;
  height: 120px;
}
.schedule-data p {
  font-size: 1.3rem;
}
.btn {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid var(--pink);
  border-radius: 8px;
  margin-bottom: 3.5rem;
  background: #fff;
}
.btn a {
  color: var(--pink);
  padding: 1rem 0;
  display: block;
  font-size: 1.8rem;
  position: relative;
  text-align: center;
}
.btn a::before {
  content: "";
  background-image: url(../images/arrow.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.8em;
  height: 1.4rem;
  position: absolute;
  right: 1rem;
  top: 1.6rem;
}
.btn-reserve {
  background-color: var(--pink);
}
.btn-reserve a {
  color: #fff;
}
.btn-reserve a::before {
  background-image: url(../images/arrow-white.svg);
}
.schedule-boy {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.schedule-boy ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #333;
}
.schedule-boy ul li {
  height: 170px;
  flex-basis: calc(100% / 8);
}
.schedule-boy_name {
  font-size: 1.2rem;
  text-align: center;
}
.schedule-boy_img {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #333;
}
.schedule-boy_img p a {
  text-decoration: underline;
}
.schedule-boy_img img {
  max-width: 80px;
}
.schedule-boy_day {
  display: flex;
  flex-direction: column;
}
.schedule-boy_data {
  background-color: #333333;
  color: #fff;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}
.schedule-boy_time {
  background-color: #f8f6f5;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid #333;
  padding: 1rem;
}
.schedule-boy_time.end {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4ece1;
}
.schedule-area {
  padding: 0.2rem 0;
  width: 100%;
  text-align: center;
}
.schedule-area.shinjyuku {
  background-color: #48c0da;
  color: #fff;
}
.schedule-memo {
  font-size: 1.2rem;
}
.schedule-flame {
  width: 100%;
  border: 0.5px solid #e21919;
  color: #e21919;
  text-align: center;
}
.schedule-boy ul li:last-child .schedule-boy_time,
.schedule-boy ul li:last-child .schedule-boy_data {
  border-right: none;
}
/* system */
.page-right,
.page-left {
  width: 491px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.page-box {
  border: 0.5px solid #333;
  border-radius: 4px;
  background-color: #f8f6f5;
}
.page-box_title {
  display: flex;
}
.page-box_title h4 {
  height: 45px;
  width: 53%;
  display: flex;
  align-items: center;
  padding-left: 1.8rem;
  font-size: 2rem;
}
.page-box_title h5 {
  background-color: #333;
  width: 47%;
  height: 45px;
  color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 100%);
  border-radius: 0 4px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.page-box_wrapper {
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.page-box_wrapper section {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #333;
}
.page-box_wrapper section:last-child {
  border-bottom: none;
}
.table-warapper {
  display: flex;
  justify-content: space-between;
  column-gap: 1%;
}
.table-warapper table {
  border: 0.5px solid #333;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  align-self: flex-start;
}
.table-warapper table tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  border-bottom: 0.5px solid #333;
}
.table-warapper table tr:last-child {
  border-bottom: none;
}
.table-warapper table th,
td {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.table-warapper table th {
  background-color: #f4ece1;
  border-right: none;
  flex-basis: 65%;
  font-size: 1.4rem;
  font-weight: normal;
}
.table-warapper table th span {
  font-size: 1.2rem;
}
.table-warapper table td {
  flex-basis: 35%;
}
.alert {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  color: #c01212;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.date {
  border: 0.5px solid #333;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.date tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  border-bottom: 0.5px solid #333;
}
.date th,
td {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.date th {
  background-color: #f4ece1;
  border-right: none;
  flex-basis: 50%;
  font-size: 1.4rem;
  font-weight: normal;
}
.date td {
  flex-basis: 50%;
}
.date tr:last-child {
  border-bottom: none;
}
.fee-red {
  font-weight: bold;
  color: #c01212;
}
.page-box ol {
  list-style-type: decimal;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  padding-left: 1em;
  text-indent: -1em;
}
.page-box .ul-list {
  list-style-type: disc;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  padding-left: 1em;
  text-indent: -1em;
}
.page-box ul li::marker {
  font-size: 0.5em;
}
.page-box .dl-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.page-box dl {
  display: flex;
  flex-direction: row;
}
ul.bar-cast {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
ul.bar-cast li {
  list-style: none;
  text-align: center;
}
ul.bar-cast li p {
  margin-top: 10px;
}
ul.bar-cast li a {
  text-decoration: underline;
}
ul.bar-cast li {
  width: calc(421px / 4);
}
ul.bar-cast li img {
  width: 100%;
}
.page-option {
  font-weight: bold;
}
/* profile */
.boy-content,
.schedule-content {
  flex-direction: column;
}
.page-system {
  display: flex;
  justify-content: space-between;
}
.boy-photo {
  display: flex;
  justify-content: space-between;
}
.boy-photo_swiper {
  max-width: 389px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
.boy-photo_swiper .boy-slider {
  width: 100%;
  max-width: 310px;
}
.boy-photo_swiper .boy-thumbnail {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.boy-photo_swiper .slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.boy-photo_swiper .slider-thumbnail .swiper-slide img {
  width: 88px;
}
.boy-photo_swiper .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.boy-photo_swiper .swiper-pagination {
  position: static;
}
.boy-photo_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.boy-photo_prof {
  width: 100%;
  max-width: 593px;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.boy-photo_prof .page-box_wrapper {
  padding: 1.8rem;
  row-gap: 1rem;
}
.boy-list_data {
  display: flex;
  flex-direction: column;
  border-top: 2px dotted #787878;
  border-bottom: 2px dotted #787878;
}
.boy-list_data li {
  padding: 1rem 0;
  border-bottom: 2px dotted #787878;
}
.boy-list_data li dl {
  width: 100%;
}
.boy-list_data li dt {
  width: 20%;
  color: #868384;
}
.boy-list_data li dd {
  width: 80%;
}
.boy-list_data li:last-child {
  border-bottom: none;
}
.boy-table_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.boy-table_wrapper table {
  border: 0.5px solid #333;
  width: 32%;
  border-collapse: collapse;
  border-spacing: 0;
  align-self: flex-start;
}
.boy-table_wrapper table tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  border-bottom: 0.5px solid #333;
}
.boy-table_wrapper table tr:last-child {
  border-bottom: none;
}
.boy-table_wrapper table th,
td {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.boy-table_wrapper table th {
  background-color: #f4ece1;
  border-right: none;
  flex-basis: 65%;
  font-size: 1.4rem;
  font-weight: normal;
}
.boy-table_wrapper table th span {
  font-size: 1.2rem;
}
.boy-table_wrapper table td {
  flex-basis: 35%;
}
.schedule-boy_title {
  text-align: center;
}
.boy .boy-weekly {
  margin: 4rem auto 2rem;
  max-width: 1000px;
}
.boy-weekly ul {
  border: 1px solid #333;
}
.boy-weekly ul li {
  flex-basis: calc(100% / 7);
}
.boy-btn_list {
  display: flex;
  justify-content: center;
  column-gap: 17px;
}
.boy-btn_list button {
  width: 185px;
  height: 78px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: 0.5px solid rgb(255, 255, 255);
  outline-offset: -0.8rem;
}
.boy-btn_list button.btn-phone {
  background: #ab8854 url(../images/ic_phone.svg) no-repeat 15px center / 40px auto;
}
.boy-btn_list button.btn-mail {
  background: #ab8854 url(../images/ic_mail.svg) no-repeat 15px center / 45px auto;
}
.boy-btn_list button.btn-sheet {
  background: #ab8854 url(../images/ic_sheet.svg) no-repeat 15px center / 38px auto;
}
.boy-btn_list button.btn-camera {
  background: #ab8854 url(../images/ic_camera.svg) no-repeat 15px center / 45px auto;
}
.boy-btn_list button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 2px solid rgb(255, 255, 255);
  outline-offset: -0.5rem;
}
.cast-comment {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.manager-comment {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.customer-list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.customer-list li {
  padding-bottom: 1rem;
  border-bottom: 2px dotted #787878;
}
.customer-list li:last-child {
  border-bottom: none;
}
.option-img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

/* footer */
footer {
  margin-top: 50px;
  padding-top: 30px;
  width: 100%;
  background-color: #fff1f0;
  color: #ab8854;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-phone {
  font-size: 5.2rem;
  font-weight: bold;
}
.footer-phone::before {
  content: "";
  display: inline-block;
  background-image: url(/images/phone_footer.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.8em;
  height: 0.8em;
}
.footer-txt {
  font-size: 1rem;
}
.footer-txt span {
  font-size: 1.6rem;
  font-weight: bold;
}
.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  margin: 1.5rem 0;
}
#footer-nav {
  padding: 20px 0 40px;
}
.footer-nav_list {
  display: flex;
  justify-content: center;
}
.footer-nav_list li {
  border-left: 0.5px solid #ab8854;
  padding: 0.2rem 1rem;
}
.footer-nav_list li:last-child {
  border-right: 0.5px solid #ab8854;
}
.shop-list {
  border-top: 0.5px solid #dfd6d5;
  border-bottom: 0.5px solid #dfd6d5;
  width: 100%;
  padding: 4rem 0;
}
.shop-list_wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.shop-list_item {
  flex-basis: 30%;
}
.shop-list_local {
  font-weight: bold;
}
.shop-list_item ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.shop-list_item ul li {
  position: relative;
  margin-right: 2rem;
}
.shop-list_item ul li::before {
  content: "";
  display: block;
  height: 1em;
  border-right: 1px solid #604716;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1rem;
  margin: auto;
  transform: rotate(12deg);
}
.footer-copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem 0;
}
#cast-list_possible,
#cast-list_impossible {
  display: none;
}
#cast-list_possible.active,
#cast-list_impossible.active {
  display: block;
}
#cast-list_newhalf,
#cast-list_otokonoko {
  display: none;
}
#cast-list_newhalf.active,
#cast-list_otokonoko.active {
  display: block;
}

@media screen and (max-width: 1024px) {
  .mv-pc {
    padding: 0 2rem;
  }
  .header-nav ul {
    padding: 0 2rem;
  }
  .header-nav ul {
    max-width: auto;
  }
  .btn-reserve a {
    display: block;
    width: 110px;
  }
  .home {
    gap: 2%;
  }
  .main-index {
    padding: 3rem 2rem 0;
  }
  .main-contents {
    max-width: 70%;
  }
  .sub-contents {
    max-width: 28%;
  }
  .cast-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 3rem;
  }
  .cast-list ul li {
    flex-basis: calc((98%) / 3);
  }
  .page-right,
  .page-left {
    width: 49.5%;
  }
  footer section {
    padding: 0 2rem 2rem;
  }
  .shop-list {
    padding: 3rem 2rem;
  }
  ul.bar-cast {
    gap: 1rem 1%;
  }
  ul.bar-cast li {
    width: calc(98% / 3);
  }
}
@media screen and (max-width: 768px) {
  .top-copyright {
    font-size: 1rem;
  }
  .nav-sp {
    display: block;
  }
  .footer-nav_sp {
    display: flex;
  }
  .header-wrapper img {
    width: 100%;
    max-width: 200px;
  }
  .nav-pc,
  #footer-nav {
    display: none;
  }
  .mv-sp {
    display: block;
  }
  .mv-pc {
    display: none;
  }
  .home {
    flex-direction: column;
  }
  .main-contents {
    max-width: 100%;
  }
  .main-schedule {
    padding-bottom: 2em;
  }
  .cast-list ul {
    column-gap: 1.5%;
  }
  .cast-list ul li {
    flex-basis: calc(97% / 3);
  }
  .sub-contents {
    max-width: 100%;
    margin-top: 3rem;
  }
  .side-bnr ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    align-items: flex-start;
  }
  .side-bnr li {
    max-width: calc(calc(100% - 1.5rem) / 2);
  }
  .pay-list {
    justify-content: center;
    gap: 1rem;
  }
  .page-box_wrapper {
    padding: 1.8rem 1.5rem;
  }
  .page-box_title h4 {
    font-size: 1.6rem;
  }
  .page-box_title h5 {
    font-size: 1.1rem;
    width: 54%;
  }
  .page-title {
    margin-top: 0;
  }
  .page-mv {
    height: 180px;
  }
  .page-system {
    flex-direction: column;
    row-gap: 3rem;
  }
  .page-right,
  .page-left {
    width: 100%;
  }
  .table-warapper table tr {
    height: 84px;
  }
  .table-warapper table th {
    flex-basis: 62%;
    font-size: 1.4rem;
  }
  .table-warapper table td {
    flex-basis: 38%;
    font-size: 1.4rem;
  }

  .weekly {
    column-gap: 1%;
  }
  .weekly li {
    flex-basis: calc(97% / 4);
  }
  .weekly li a {
    padding: 2rem 0;
  }
  .schedule-list ul li {
    flex-basis: calc(98% / 3);
  }
  .schedule-boy ul li {
    flex-basis: calc(100% / 4);
  }
  .schedule-boy ul li:nth-child(4n) .schedule-boy_time {
    border-right: none;
  }
  .boy-weekly ul li:nth-child(4n) .schedule-boy_time {
    border-right: 1px solid #e4e4e4;
  }
  .schedule-boy ul {
    justify-content: flex-start;
  }
  .boy-thumbnail .swiper-pagination {
    bottom: 2rem;
  }
  .cast-list.schedule-page {
    width: 100%;
    max-width: 100%;
  }
  .cast-list.schedule-page ul li {
    flex-basis: calc(calc(100% - 72px) / 4);
  }
  .page-txt {
    font-size: 1.5rem;
  }
  .boy-photo {
    width: 100%;
    flex-direction: column;
    row-gap: 2rem;
  }
  .boy-photo_swiper {
    max-width: 100%;
  }
  .boy-photo_swiper .slider-thumbnail .swiper-slide img {
    width: 100%;
  }
  .boy-photo_prof {
    width: 100%;
    max-width: 100%;
  }
  .boy-weekly ul {
    border: none;
  }
  ul.bar-cast {
    gap: 1rem 1%;
  }
  ul.bar-cast li {
    width: calc(97% / 4);
  }
}
@media screen and (max-width: 425px) {
  .top-wrapper {
    padding: 1.4rem;
  }
  .enter-btn {
    width: 100%;
    height: 75px;
  }
  .enter-btn span {
    font-size: 2.8rem;
  }
  .shop-list_bnr {
    gap: 1%;
    row-gap: 0.5rem;
  }
  .shop-list_bnr li {
    flex-basis: calc(calc(100% - 1%) / 2);
  }
  .cast-title_right {
    width: 100%;
  }
  .cast-title_right button {
    width: 49%;
  }
  .cast-list ul {
    justify-content: flex-start;
    row-gap: 1rem;
  }
  .cast-header {
    flex-direction: column;
    height: auto;
  }
  .cast-shop {
    width: 100%;
  }
  .cast-time {
    width: 100%;
    clip-path: none;
    border-radius: 0;
  }
  .bnr-list ul {
    row-gap: 2.5rem;
  }
  .footer-nav_list {
    margin-bottom: 1.5rem;
  }
  .main-schedule h3 {
    padding: 1.5rem 2rem 1.5rem;
    margin-bottom: 1rem;
  }
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .bnr-list {
    row-gap: 1.5rem;
  }

  .boy-slider img {
    width: 100%;
    max-width: 100%;
  }
  .boy-thumbnail .swiper-pagination {
    position: absolute;
    bottom: -1rem;
  }
  .boy-weekly ul li:nth-child(4n) .schedule-boy_time {
    border-right: 1px solid #e4e4e4;
  }
  .boy-weekly ul li:last-child .schedule-boy_time {
    border-right: 1px solid #e4e4e4;
  }
  .shop-list {
    flex-direction: column;
    padding: 0;
  }
  .shop-list ul {
    padding: 1.5rem;
    row-gap: 1rem;
  }
  .shop-list_wrapper {
    flex-direction: column;
    padding-top: 1.5rem;
  }
  .shop-list_item ul {
    margin-top: 0;
  }
  .shop-list_local {
    padding: 0 1.5rem;
  }
  #contacts .footer-phone::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/ic-phone.svg);
    background-size: contain;
    vertical-align: middle;
    top: 3px;
  }
  #contacts .footer-phone {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
  .title-main {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .title-sub {
    font-size: 1rem;
    line-height: 1rem;
  }
  .title-txt {
    row-gap: 0.5rem;
    top: 25%;
  }
  .schedule-boy ul li {
    flex-basis: calc(100% / 2);
  }
  .schedule-list ul {
    column-gap: 4%;
  }
  .schedule-list ul li {
    flex-basis: calc(96% / 2);
  }
  .footer-phone {
    font-size: 4.2rem;
  }
  .page-title_main {
    font-size: 3rem;
    line-height: 3rem;
  }
  .cast-list.schedule-page ul {
    width: 100%;
    gap: 1rem;
  }
  .cast-list.schedule-page ul li {
    flex-basis: calc(calc(100% - 2rem) / 3);
  }
  .cast-title_right {
    font-size: 1.2rem;
  }
  .schedule-btn {
    width: 100%;
  }
  .page-contents {
    row-gap: 2rem;
  }
  .boy-photo_prof .boy-table_wrapper {
    flex-direction: column;
    row-gap: 1rem;
  }
  .boy-photo_prof .boy-table_wrapper table {
    width: 100%;
  }
  .boy-btn_list {
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 1%;
    row-gap: 1rem;
  }
  .boy-btn_list button {
    width: 49%;
  }
  ul.bar-cast {
    gap: 1rem 2%;
  }
  ul.bar-cast li {
    width: calc(96% / 3);
  }
  .date th,
  .date td {
    font-size: 1.2rem;
  }
  .table-warapper table th {
    font-size: 1.1rem;
  }
  .table-warapper table td {
    font-size: 1.1rem;
  }
  .option-img {
    max-width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .main-index {
    padding: 2rem 1rem 0;
  }
  .main-contents {
    gap: 1.5rem;
  }
  .cast-title {
    row-gap: 1.5rem;
  }
  h2 {
    font-size: 3.2rem;
  }
  .today-girls {
    margin-bottom: 0;
  }
  .side-bnr li {
    max-width: 100%;
  }
  .profile-boy {
    margin-bottom: 2.5rem;
  }
  .btn {
    margin-bottom: 2.5rem;
  }
  .diary-list {
    margin-bottom: 2.5rem;
  }
  .schedule-boy {
    margin-top: 1.5rem;
  }
  .cast-title {
    margin-bottom: 1.5rem;
  }
  .footer-phone {
    font-size: 3.2rem;
  }
  .footer-txt span {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .footer-sns li {
    width: 14%;
  }
  .footer-sns li img {
    width: 100%;
  }
  .page-wrapper {
    padding: 2rem 1rem 0;
  }
  .table-warapper table tr {
    flex-direction: column;
  }
  .table-warapper table td {
    font-size: 1.4rem;
  }
  .table-warapper table th {
    font-size: 1.4rem;
  }
  .page-box_wrapper {
    row-gap: 1.5rem;
  }
  .page-box_wrapper section {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 320px) {
  .cast-list ul li {
    flex-basis: 49%;
  }
  .weekly li {
    flex-basis: calc(98% / 3);
  }
  .schedule-boy ul li {
    flex-basis: calc(100% / 2);
  }
  .page-title {
    width: 90%;
  }
  .cast-name {
    font-size: 1.4rem;
  }
}
