@charset "utf-8";

/*** The new CSS reset - version 1.8.4 (last updated 14.2.2023) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

a,
button {
  cursor: revert;
  color: var(--links-color);
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/* mycss */
:root {
  --items-per-view: 3;
  --item-max-w: 400px;
  --ratio: 4 / 3; /* 画像の既定比率。属性 width/height が正なら無視される */
  --px-per-sec: 60; /* 移動速度（px/s） */
  --marquee-delay: 0.5s;
}

.sc_dis {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.sb_mask {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  opacity: 0.2;
  background-image: none !important;
  background-color: #000;
  z-index: 2147483646;
}
/*
 swiper modal
*/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 2147483647;
  background: rgba(255, 255, 255, 0.9);
}

.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  padding: 20px;
  height: 100%;
  overflow-y: scroll;
}

.modal__content .modal_inner .swiper {
  overflow-x: hidden;
}

.modal_inner {
  filter: drop-shadow(0px 0px 4px #ddd);
  background: var(--modal-bg-color);
  max-width: 600px;
  width: 95%;
  margin: 0 auto;
  border-radius: 2px;
  padding: 20px 25px;
}

.modalClose_w {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.modal__close-btn {
  position: absolute;
  right: 10px;
  top: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}

.modal__close-btn:hover {
  opacity: 0.8;
}

:root,
::after,
::before {
}

body.myloding {
  height: 100%;
  width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}

html,
body {
  scroll-padding-top: 60px;
}

body {
  padding: 0;
  margin: 0;
  line-height: 1.8;
  color: var(--body-color, serif);
  font-weight: 400;
  font-family: var(--body-font, serif);
}

ul,
li {
  margin: 0;
  padding: 0;
}

img {
  height: auto;
}

a,
a:hover {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
}

section {
  margin: 0 auto;
  padding: 5rem 0;
  position: relative;
  max-width: 1600px;
  overflow: hidden;
}

.section-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  transform: scaleX(0);
  will-change: transform;
  pointer-events: none;
  background: linear-gradient(var(--section_line-bg));
  filter: drop-shadow(var(--section_line-filter));
}

.section-line .line-glow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-30%, -50%);
  width: 80px; /* 短くしてエッジを際立たせる */
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(180, 150, 90, 0.6),
    rgba(255, 210, 140, 0.9),
    rgba(180, 150, 90, 0.6),
    transparent
  );
  opacity: 0;
  pointer-events: none;
}

.fd_in {
  will-change: transform, opacity;
}
.bg_parallax .pbg {
  will-change: transform;
}

.flex_w {
  display: flex;
  flex-wrap: wrap;
}

/* ----- header ----- */
.index_swip {
  position: relative;
}

#page_top {
  position: fixed;
  top: 0;
  z-index: 80;
  width: 100%;
  transition: all 0.5s ease;
}

.top_nav h1 {
  width: clamp(150px, 20vw, 300px);
  padding: 0 1rem 0 0;
  margin: 0 auto 0 0;
}

.top_nav h1 img {
  max-height: 8.5vh;
  object-fit: contain;
}

.top_nav ul {
  display: flex;
  padding-right: 1rem;
}

.top_nav li {
  list-style-type: none;
  font-size: min(1.5vw, 16px);
  margin: 0 1.3vw;
  font-weight: 500;
}

.top_nav li a {
  display: block;
  position: relative;
  letter-spacing: 0.15rem;
  line-height: 2.3;
}

.top_nav li a::before {
  background: var(--topnav_hv-color);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.top_nav li a:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}

/* side_menu
.side_menu {
  display: block;
  position: fixed !important;
  top: 0;
  max-height: 100vh !important;
  height: 100vh;
  max-width: 80vw;
  background-color: #efefef;
  min-width: 250px !important;
  outline: none;
  z-index: 2147483647;
  will-change: transform;
  overflow-y: scroll;
}

.side_menu[side="right"] {
  right: 0 !important;
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
}

.side_menu[side] {
  -webkit-transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
  transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
  transition: transform 233ms cubic-bezier(0, 0, 0.21, 1);
  transition: transform 233ms cubic-bezier(0, 0, 0.21, 1),
    -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
}

.side_menu[side][open] {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

#side_nav {
  color: var(--side-nav-color, #000);
  background: var(--side-nav-bg-color, #fff);
}

#side_nav ul {
  margin: 0;
  padding: 0;
}

#side_nav li a {
  border-bottom: 1px solid var(--side-nav-border-color, #dadada);
  color: var(--side-nav-color, #000);
  text-decoration: none;
  padding: 14px 0 14px 9px;
  display: block;
}

#side_nav nav {
  min-width: 210px;
  font-size: 14px;
}
*/

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

i {
  padding: 0 0.25rem;
}

span {
  display: inline-block;
}

/* ----- contents ----- */
#container {
  color: var(--cont-color, serif);
  background-color: var(--cont-bg-color, serif);
}

#contents {
  clip-path: inset(0);
  scrollbar-color: var(--scroll-color, #666 #000);
}

/* ----- top ----- */
.top_cont {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: var(--topcont-bg-color, serif);
}

.vd_wrap {
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#top_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.topimg_wrap {
  height: 100%;
  max-width: 1000px;
  margin: 10vh auto 0;
}

.topimg_wrap img {
  object-fit: cover;
  aspect-ratio: 1/1;
}

.m_desc {
  text-align: center;
  max-width: 600px;
  margin: 1rem auto 3rem;
  padding: 1rem;
}

.m_ttl {
  font-family: var(--m_ttl-font);
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}
span.m_small {
  font-size: 0.8em;
}

.sub_ttl {
  letter-spacing: 0.2rem;
  font-size: 1rem;
  text-align: center;
}

.s_img {
  margin: 0 auto 2rem;
}

.txt_wrap {
  line-height: 2.3;
  margin: 0 auto;
}

.txt_box {
  padding: 0 2rem 2rem;
  line-height: 2;
}

/* ----- about ----- */

.ab_wrap {
  margin: 0 auto;
  max-width: 800px;
}

.ph_zm {
  aspect-ratio: 1/1;
  --clip-1: 50%;
  --clip-2: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(
    var(--clip-1) var(--clip-1),
    var(--clip-2) var(--clip-1),
    var(--clip-2) var(--clip-2),
    var(--clip-1) var(--clip-2)
  );
}

.ph_zm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.mask_wrap {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.mask_img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.2s ease-out;
}

.about_txt {
  width: 85%;
  margin: 0 auto;
  line-height: 2rem;
}

.slider-container {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.slider-container img {
  width: 100%;
}

/* ----- news ----- */
.news_box {
  width: 85%;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}

.news_cont {
  padding: 1rem 0;
  border-bottom: var(--news_border);
  font-size: 0.85rem;
}

.news_date {
  padding-bottom: 0.5rem;
}

.news_ttl {
  font-size: 1rem;
  font-weight: 600;
}

/* ----- もっと見る ----- */

input[type="checkbox"].more_btn {
  position: absolute;
  bottom: 0;
  display: block;
  opacity: 0;
}

.open-label {
  text-align: center;
  font-weight: 500;
  margin: 2rem auto 0;
  padding: 1rem 1.25rem;
  max-width: 15rem;
  border-radius: 10rem;
  background: var(--open-label-bg);
  color: var(--open-label-bg);
  color: #333;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  position: relative;
  z-index: 10;
  display: block;
  cursor: pointer;
}

.open-label::after {
  content: "もっと見る";
}
.more_btn:checked ~ .open-label {
  display: none;
}

.more_wrap {
  margin-inline: auto;
  height: 50vh;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
}

.more_btn:checked ~ .more_wrap {
  height: auto;
}

.more_wrap::before {
  content: "";
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.more_btn:checked ~ .more_wrap::before {
  background: none;
  z-index: -1;
}

.grad_btn {
  color: var(--rec-links-color, #333);
  background: var(--rec-links-bg-color, #fff);
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 70%;
  max-width: 300px;
  font-size: 0.9rem;
  margin: auto;
  padding: 0.5em 0;
  border-radius: 2.5rem;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
}

.grad_btn::before {
  content: "続きを読む";
}

.read_item {
  position: relative;
  overflow: hidden;
  height: 40vh;
}

.read_item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  content: "";
}

.read_more {
  display: none;
  /*チェックボックスは常に非表示*/
}

.read_more:checked + .grad_btn {
  display: none;
  /*チェックされていたら、grad-btnを非表示にする*/
}

.read_more:checked ~ .read_item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.read_more:checked ~ .read_item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/* ----- system ----- */

.c_wrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  color: #333;
}

.sys_wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.sys_wrap img {
  width: 80%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.sys_txt {
  background: var(--sys_txt-bg);
  margin: 2rem auto 0;
  padding: 1.2rem;
  width: 90%;
  border: var(--sys_txt-bd);
  max-width: 500px;
}

.sys_txt .sys_ttl_wrap {
  text-align: center;
}

.sys_list dt {
  margin: 0 0 1rem;
  width: 70%;
}

.sys_list dd {
  text-align: right;
  margin: 0 0 1rem;
  width: 30%;
  font-size: 1rem;
}

.menu_cnt {
  width: 80%;
  margin: 0.5rem auto;
}

.sys_wrap::after {
  content: "";
  display: block;
  width: 92%;
  max-width: 500px;
}

.sys_com {
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 0.5rem 0.5rem 1.5rem;
}

.text_wrap table {
  width: 100%;
  max-width: 1000px;
  margin: 3rem auto 0;
}

.price_list,
.drink_list,
.cham_list {
  font-size: 1rem;
}

.price_list dt {
  margin: 0 0 1rem;
  padding: 0;
  width: 70%;
}

.price_list dd {
  text-align: right;
  margin: 0 0 1rem;
  padding: 0;
  width: 30%;
}

.price_list span,
.drink_list span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
}

.drink_list dt {
  margin: 0 0 1rem;
  padding: 0;
  width: 50%;
}

.drink_list dd {
  margin: 0 0 1rem;
  padding: 0;
  width: 50%;
}

.drink_list dd:last-of-type {
  text-align: right;
}

.cham_list dt {
  margin: 0 0 1rem;
  padding: 0;
  width: 47%;
  font-size: 0.9rem;
  letter-spacing: -0.02rem;
}

.cham_list dd {
  text-align: right;
  margin: 0 0 1rem;
  padding: 0;
  width: 53%;
  font-size: 0.9rem;
}

.cham_list span {
  font-size: 0.7rem;
  letter-spacing: -0.02rem;
}

/* ----- blog ----- */

.blog_wrap {
  width: 90%;
  max-width: 800px;
  margin-inline: auto;
}

.blog_cont {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background: var(--blog_cont-bg, #f0f0f0);
  color: #333;
  display: flex;
}

.blog_cont .b_thumb {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.3;
  width: 20%;
  max-width: 120px;
  border-radius: 0.25rem;
  margin-right: 1rem;
}

.b_thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.blog_cont .b_thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.blog_cont .cast_desc {
  width: 80%;
  font-size: 0.8rem;
}

.cast_desc .d_n {
  font-size: 0.75rem;
}

.cast_desc .title {
  font-weight: bold;
  font-size: 0.9rem;
}

.cast_desc .text {
  line-height: 1.2;
}

/* ----- cast ----- */

.cast_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 2rem;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  gap: 2rem;
  font-size: 0.85rem;
}

.cast_cont {
  width: 30%;
}

.c_thumb {
  position: relative;
}

.c_thumb a {
  position: relative;
  aspect-ratio: 1/1;
  display: block;
}

.girl_icon_time {
  margin-top: 10px;
  padding: 0 5px;
  line-height: 1;
}

.gal_icon {
  margin-top: 10px;
  padding: 0 5px;
  line-height: 1;
}

.gal_icon2 {
  margin-top: 10px;
  padding: 0 5px;
  line-height: 1;
}

span.gal_icon_new {
  border: solid 1px;
  padding: 2px 5px;
  border-radius: 5px;
  line-height: 1;
  font-size: 0.8em;
}

.cast_cont_gname {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  background: #0000007a;
  color: #fff;
  text-align: center;
}

.c_thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  object-position: 50% 15%;
  transition: transform 0.6s ease;
}

.c_thumb img:hover {
  transform: scale(1.1);
}

.c_thumb a {
  border-radius: 0.5rem;
  overflow: hidden;
}

/* ----- coupon ----- */

.coupon_wrap {
  width: 90%;
  max-width: 1000px;
  padding-bottom: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: start;
  overflow-x: auto;
  justify-content: space-evenly;
}

.coupon_wrap li {
  width: 80%;
  min-height: 250px;
  max-width: 400px;
  color: #333;
  margin-right: 0.75rem;
  background: #fff;
  flex-shrink: 0;
  border-radius: 0.5rem;
}

.coupon_wrap h3 {
  text-align: center;
  padding: 1rem 0.5rem;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 auto 0.5rem;
  letter-spacing: -0.01rem;
  background: #dbcba5;
  border-radius: 0.5rem 0.5rem 0 0;
}

.coupon_wrap span {
  color: #818181;
  font-size: 0.75rem;
}

.coupon_wrap div {
  padding: 0 1.5rem 1rem;
  word-break: break-all;
  font-size: 0.85rem;
}

.no_coupon,
.nocast {
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.2rem;
}

/* ----- event ----- */

.calendar_wrap_js {
  display: none;
}
.c_calendar {
  border: 1px solid #bfbfbf;
  border-bottom: none;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-word;
}

.c_calendar .c_week:first-child .e_day {
  min-height: 1rem;
}

.nx_month a {
  background: #000;
  font-size: 0.7rem;
  font-weight: 400;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}

.event_ttl {
  background: #ececec;
  margin: 5px 0 0;
  text-shadow: 0px 1px 1px #fff;
  display: flex;
  padding: 5px;
  border: 1px solid #bfbfbf;
  border-bottom: none;
  font-weight: bold;
}

.event_ttl > div {
  flex: 1;
  display: flex;
  align-items: center;
}

.is_next_month {
  flex-direction: row-reverse;
}

.nx_month {
  justify-content: flex-end;
}

.is_next_month .this_month {
  justify-content: flex-end;
}

.is_next_month .nx_month {
  justify-content: flex-start;
}

.c_week {
  display: flex;
  border-collapse: collapse;
}

.c_week:last-child {
  border-bottom: none;
}

#e_today {
  background: #fff1e1;
}

.e_day {
  width: 14.28%;
  text-align: left;
  line-height: 1.2;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  font-size: 0.6rem;
  background: #fff;
  padding: 1px;
  min-height: 3rem;
}

.c_week:first-child .e_day {
  background: #eee;
  font-weight: bold;
  font-size: 0.6rem;
  padding: 5px 0;
  text-align: center;
}

.c_week .e_day:first-child {
  background: #ffe8f3;
  color: #ff3399;
}

.c_week .e_day:last-child {
  border-right: none;
  background: #dfeff9;
  color: #2178b2;
}

.e_day a {
  font-size: 0.6rem;
  text-align: left;
  padding: 0 1px 0 1px;
  box-sizing: border-box;
  display: inline-block;
  word-wrap: break-word;
  color: #5050e0;
  overflow: hidden;
  font-weight: bold;
  text-decoration: underline;
}

.c_date_desc {
  margin-top: 10px;
  font-size: 0.65rem;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: underline;
  color: #5050e0;
  font-weight: bold;
}

.latest_event {
  margin: 10px auto;
  border: 1px solid #ccc;
}

.latest_event_ttl {
  padding: 5px;
  font-weight: bold;
  background: #ececec;
  border-bottom: 1px solid #ccc;
}

.highlight {
  background: var(--event-highlight-bg-color, #fff1bc);
  margin: 5px auto 0;
  padding: 5px 10px;
  color: #ff2929;
  font-weight: bold;
  text-align: center;
  width: 60%;
  font-size: 0.8rem;
}

.highlight span {
  color: #333;
}

/* ----- schedule ----- */

.sc_cont {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto 0;
  padding-bottom: 1rem;
  overflow-x: auto;
}

.sc_cont li {
  font-size: 0.8rem;
  width: 20%;
  max-width: 130px;
  margin-right: 0.4rem;
  text-align: center;
  color: var(--sc_cont-color, #fff);
  border: 1px solid var(--sc_cont-bd, #fff);
  flex-shrink: 0;
}

.sc_cont li a {
  display: block;
  padding: 0.25rem 0;
}

.sc_cont .current {
  background: var(--sc_current-bg, #fff);
}

.sc_cont .current a {
  color: var(--sc_current-color, #333);
}

/* ----- recruit ----- */

#recruit .srec_img_add {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
}

.srec_img_add .button a {
  margin: 1rem auto 0;
  padding: 0.5rem 1.25rem;
}

#recruit .cont_wrap {
  min-height: 40vh;
}

.rec_cont {
  position: relative;
  color: #333;
  background: #fff;
  margin: 0 auto 1rem;
  max-width: 1000px;
  padding-bottom: 1rem;
}

.rec_cont p {
  margin: 0;
  padding: 0;
}

.rec_action {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: #393939ed;
}

.rec_action ul {
  padding: 0.3rem 0 0.3rem 0.3rem;
  align-items: center;
}

.rec_action li {
  width: 21%;
  padding-right: 0.5rem;
  line-height: 1.5;
}

.rec_action a {
  width: 100%;
  text-align: center;
  display: block;
  color: #333;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.4rem 0.4rem 0.2rem;

  .rec_action--pinned {
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
  }
  font-size: max(10px, 1.8vw);
}

.rec_action i {
  display: block;
  font-size: 1.2rem;
}

.rec_action li:first-child {
  width: 37%;
  font-size: max(11px, 2vw);
  text-align: center;
}

.links_wrap {
  padding: 0.8rem;
  width: 93%;
  background: var(--links_wrap-bg);
  margin: 1rem auto;
  max-width: 600px;
}

.rec_links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0.75rem auto 0;
}

.rec_links_ttl {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  font-weight: 500;
}

.rec_links a {
  color: #333;
  font-weight: 500;
  border: 1px solid #999;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  width: calc(50% - 0.4rem);
  max-width: 250px;
  font-size: 0.8rem;
}
.rec_links a:first-child {
  margin-right: 0.8rem;
}

.rec_links a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}

.rec_u_name {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem;
  margin-bottom: 1rem;
  background: var(--rec_u_name-bg);
  color: var(--rec_u_name-color);
}

.rec_u_img {
  text-align: center;
}

.rec_udesc,
.qas_w,
.how2oubo_w,
#rec_form_table_w {
  padding: 2rem 1rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.ae_ttl {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.5rem 0.25rem;
  margin: 0 auto 1rem;
  letter-spacing: 0.1rem;
  color: #f373a7;
  border-bottom: 1px solid #fd95c4;
}

.aec_ttl {
  text-align: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.5rem 0.25rem;
  margin: 0 auto 1rem;
  letter-spacing: 0.1rem;
  background: linear-gradient(139deg, #3dccf7, #ff7bd6);
  color: #fff;
}

.rec_u_img_desc {
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 1.6;
}

.rec_table {
  font-size: clamp(11px, 3.1vw, 14px);
  line-height: 1.6;
}

.rec_table tr {
  border-bottom: 1px solid #ddd;
}

.rec_table th {
  width: 23%;
  text-align: left;
}

.rec_table td {
  padding: 0.6rem 0;
  line-height: 1.5;
}

.rec_form_table th {
  width: 30%;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.rec_form_table td {
  padding: 0.6rem 0;
  line-height: 1.5;
}

.rec_form_table input[type="text"],
.rec_form_table select,
.rec_form_table textarea {
  padding: 3px 0;
  width: 90%;
}

.rec_form_table .required {
  display: block;
  font-size: 0.75rem;
  color: #ff3a3a;
}

.rec_form_table button {
  background: #fd97aa;
  border: none;
  padding: 0.7rem 0;
  border-radius: 1.5rem;
  margin: 1rem auto;
  width: 80%;
  font-family: var(--body-font);
  font-weight: 700;
  color: #fff;
}

.txt_c {
  text-align: center;
}

.rec_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 2rem;
  margin: 0 auto;
  gap: 0.8rem;
}

.rec_gallery .thumb {
  cursor: pointer;
  position: relative;
  width: 30%;
  overflow: hidden;
}

.rec_gallery .thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.rec_gallery .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.qas_cl {
  font-size: 0.8rem;
  line-height: 1.5;
}

.qas_cl span {
  font-weight: bold;
  display: inline-block;
  padding-right: 0.25rem;
  font-size: 1.1rem;
}

.qas_cq {
  background: #ffe8f0;
  padding: 0.25rem;
  border-bottom: 1px dashed #ddd;
}
.qas_cq span {
  color: #f373a7;
}

.qas_ca {
  padding: 0.25rem 0.25rem 1rem;
}

.qas_ca span {
  color: #5c87ff;
}

.rec_gallery .thumb img:hover {
  transform: scale(1.1);
}

.how2oubo_desc {
  font-size: 0.8rem;
}

.how2oubo_sw {
  background: #333;
}

.how2oubo_sw a {
  color: #fff;
}

.entry_box {
  margin: 1rem auto;
  padding: 0.5rem;
  border: 1px solid #ddd;
  font-size: 0.8rem;
  text-align: center;
}

.entry_box .entry_ttl {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.5rem 0.25rem;
  letter-spacing: 0.1rem;
  color: #4f4f4f;
}

.entry_box span {
  font-size: 0.9rem;
  color: #f373a7;
  font-weight: bold;
  display: block;
}

.entry_box a {
  display: block;
  width: 70%;
  border-radius: 0.5rem;
  font-size: 1rem;
  margin: 0.5rem auto;
  padding: 0.3rem;
  text-align: center;
  max-width: 500px;
}

.web_box {
  background: #e5f2ff;
}

.web_box a {
  background: #75b7fb;
}

#rec_tel {
  background: #fbfbdd;
}

#rec_tel.entry_box a {
  background: #ff97bd;
}

#rec_line {
  background: #e2ffd7;
}

#rec_line.entry_box a {
  background: #3abf4c;
}

.lineid {
  font-size: 1rem;
  color: #3abf4c;
  font-weight: bold;
  padding: 0.5rem 0;
}

#rec_form_table_w {
  margin-top: 1rem;
  color: #333;
  background: #fff;
}

/* ----- access ----- */

#shopinfo {
  padding: 3rem 0;
  position: relative;
}

.shop_wrap {
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 500px;
}

.info_logo {
  width: 70%;
  margin: 0 auto;
}

.shop_desc {
  margin-bottom: 20px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.shop_wrap .open {
  font-family: var(--m_ttl-font);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.shop_wrap td,
tr {
  padding: 0.5rem;
}

.shop_wrap th {
  text-align: left;
  width: 20%;
}

#shopinfo .cont_wrap {
  padding: 0;
  min-height: auto;
}

.gmap {
  width: 90%;
  margin: 1rem auto;
  max-width: 1000px;
}

.gmap iframe {
  width: 100%;
  min-height: 400px;
}

.sns {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.sns p {
  font-size: 0.9rem;
  width: fit-content;
  margin: 0 auto;
  background: #3b3b3b;
  color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 2.5rem;
}

.sns i {
  padding: 0 0.5rem;
}

/* ----- gallery ----- */

.slider {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  will-change: transform; /* 合成レイヤで動かす */
  transform: translateX(0);
}

/* アイテム幅：可視幅/個数 と 最大幅 のうち小さい方 */
.slider li {
  flex: 0 0 auto;
  width: min(calc(150vw / var(--items-per-view)), var(--item-max-w));
}

.slider img {
  display: block;
  width: 100%;
  height: auto;
  /* 万一 width/height 属性が欠けてても比率を確保（属性がある場合はそちら優先でCLSゼロ） */
  aspect-ratio: var(--ratio);
  object-fit: cover;
}

.gallery_wrap {
  padding-bottom: 1rem;
  overflow: hidden;
}
/* 初期化後にだけアニメを走らせる（50%＝元集合ぶん移動） */
.gallery_wrap.is-ready .slider {
  animation: marquee var(--marquee-dur, 20s) linear infinite;
  animation-delay: var(--marquee-delay);
  animation-fill-mode: both;
}
.gallery_wrap:hover .slider,
.gallery_wrap:focus-within .slider {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.thumb:hover img {
  transform: scale(1.1);
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* ---- popup ---- */

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
}

#popup.show {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup img {
  max-width: 90%;
  max-height: 80%;
}
#close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
}

/* -- button -- */

.button {
  width: 100%;
}

.button a {
  display: block;
  text-align: center;
  font-weight: 500;
  margin: 2rem auto 0;
  padding: 1rem 1.25rem;
  max-width: 15rem;
  border-radius: 10rem;
  color: #333;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.button a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10rem;
  z-index: -2;
  border: 1px solid #ddd;
}

.button a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  color: #fff;
  background-color: #3a3a3a;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}

.button a:hover {
  color: #fff;
}

.button a:hover:before {
  width: 100%;
}

/* --- footer --- */

.footer {
  padding: 3rem 1rem 1rem;
}

.ft_cont {
  text-align: center;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 0.85rem;
}

.map_btn {
  display: inline-block;
  font-size: 0.8rem;
  margin: 0 auto;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #fff;
}

.ft_logo {
  margin: 1rem auto;
  max-width: 300px;
}

.ft_sns {
  padding-top: 1.5rem;
  font-size: 1.5rem;
}

.copy {
  padding-top: 3rem;
  font-size: 0.8rem;
}

/*======= Profile ==========*/

.main_img {
  max-width: 600px;
  margin: 0 auto 0.5rem;
}

.main_img img {
  width: 100%;
}

.thumb_box {
  display: flex;
  padding: 0.2rem;
  overflow-x: auto;
  max-width: 1000px;
  margin: 0 auto;
}

.thumb_box li {
  width: 28%;
  max-width: 150px;
  margin: 0.2rem;
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1 / 1.3;
  overflow: hidden;
}

.thumb_box li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.thumb_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.prof_cont {
  padding: 1rem;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
}

.prof_cont h3 {
  font-size: 1.2rem;
  margin: 1rem 0 0;
  padding: 1rem 0;
  line-height: 1;
  font-family: var(--m_ttl-font);
  border-top: 1px solid #333;
}

.p_name {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  padding: 3rem 0 1.5rem;
  text-align: center;
}

.p_size {
  font-size: 0.8rem;
  padding-top: 0.5rem;
}

.p_data {
  margin: 0.5rem 0;
}

.p_data dt,
.p_data dd,
.p_qa {
  margin: 0;
  font-size: 0.85rem;
}

.p_data dt {
  width: 25%;
  max-width: 100px;
}
.p_data dd {
  width: 75%;
}

.p_sns {
  padding-top: 0.5rem;
  font-size: 1.1rem;
}

.cast_comment p,
.shop_comment p {
  font-weight: 300;
  font-size: 0.8rem;
  margin: 0;
}

.p_qa li {
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 0 0 0.8rem;
}

.p_qa_q {
  padding-bottom: 0.3rem;
  font-weight: 500;
}

/*======= SPメニュー ==========*/

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#page_top {
  font-family: var(--m_ttl-font);
}
#page_top .checkbox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
  margin: 0;
}

#page_top .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}

#page_top .checkbox-toggle:checked + .hamburger > div:before,
#page_top .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

#page_top .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}

#page_top .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}

#page_top .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}

#page_top .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}

#page_top .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

.hbg {
  background: var(--header_bg-color, #000000cc);
}

.hbg a {
  color: var(--header_link-color, #fff);
}

.hbg .hamburger {
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 0.5em 1em;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  background: rgba(255, 118, 120, 0);
}

#page_top .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: var(--hamburger-color, #ffffff);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page_top .hamburger > div:before,
#page_top .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}

#page_top .hamburger > div:after {
  top: 10px;
}

#page_top .menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page_top .menu > div {
  width: 200vw;
  height: 200vw;
  background: var(--hamburger_menu-bgcolor, rgba(0, 0, 0, 0.9));
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page_top .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page_top .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}

#page_top .menu > div > div > ul > li {
  padding: 0;
  margin: 1.3em 0;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  display: block;
}

#page_top .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
  font-weight: 500;
}

#page_top .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}

.girllist_js.cast_wrap {
  display: none;
}

/* sister store */
.branch-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  max-width: 1000px;
  margin: auto;
}

.branch-banner-ttl {
  font-size: 1.3em;
  padding: 3px;
  font-weight: bold;
}

.branch-banner-desc {
  font-size: 0.9em;
  padding: 2px;
}

.branch-banner > div > a {
  /* color: #000; */
}

.banline {
  width: 100%;
  border: 1px solid #fff;
  outline: 1px solid #c5c5c5;
  box-sizing: border-box;
}

.branch-banner > div {
  width: calc((100% - (20px * 2)) / 3);
}

.banline img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
}

.top_img_add {
  text-align: center;
  margin: 0 auto;
  padding: 5rem 0 0;
  position: relative;
  max-width: 800px;
}

.top_img_add > div {
  max-width: 90%;
  margin: auto;
}

.top_img_add img {
  max-width: 100%;
}

.top_img_add .sp {
  display: none;
}

/* タブレット・PC */
@media (min-width: 768px) {
  .top_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0.5rem auto;
  }

  .sp_nav {
    display: none;
  }

  .hbg_on a {
    color: #333;
  }

  .txt_box {
    padding-top: 2rem;
    width: 50%;
  }
  .cast_wrap::after {
    content: "";
    display: block;
    width: 30%;
  }

  .gallery_wrap::after {
    content: "";
    display: block;
    width: 30%;
  }

  .sys_cont {
    margin: 2rem 0;
  }

  .top_nav i {
    display: none;
  }

  .rec_action {
    display: none;
  }

  .rec_form_table {
    width: 80%;
    margin: 0 auto;
  }

  .rec_form_table th {
    width: 30%;
    text-align: left;
    border-bottom: none;
    font-size: 0.9rem;
    letter-spacing: 0.07rem;
    color: #959595;
  }
}

/* スマホ */
@media (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }

  .top_img_add .sp {
    display: block;
  }

  .top_img_add .pc {
    display: none;
  }

  .m_ttl {
    font-size: 2.8rem;
  }

  .top_nav {
    padding: 0.25rem 0 0.25rem 0.8rem;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    padding-right: 50px;
  }

  .top_nav ul {
    display: none;
  }

  .top_nav i {
    font-size: 1.3rem;
    padding: 0.5rem 0.2rem;
  }

  .cast_wrap {
    width: 100%;
    gap: 1rem;
    padding: 3rem 1rem 0;
  }

  #schedule .cast_wrap {
    width: 100%;
    gap: 1rem;
    padding: 1.5rem 1rem 0;
  }

  .cast_wrap::after {
    content: "";
    display: block;
    width: calc(100% / 2 - 1rem);
  }

  .cast_cont {
    width: calc(100% / 2 - 1rem);
  }

  .sv_wrap h3 {
    bottom: 0;
  }

  .sv_wrap li > div {
    aspect-ratio: 1.3;
  }

  .rec_form_table,
  .rec_form_table tbody,
  .rec_form_table th,
  .rec_form_table td,
  .rec_form_table tr {
    display: block;
    width: 100%;
  }

  .rec_form_table th {
    border: none;
    padding-top: 0.25rem;
  }

  .branch-banner > div {
    width: 100%;
  }
}
