@charset "utf-8";

/* breakpoint---------------------- */
.sp {
  display: none;
}

/* flex---------------------- */
.pcflex { 
  display: flex; 
  gap:0.5rem;
  justify-content: space-between;
  align-items: center;
}
.pccolumn { 
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:0.5rem; }
.pcblock { display: block; }

h3.flex {gap:0.5rem;justify-content: flex-start;}

/* window---------------------- */
.wd100 { width: 100%; }
.wd_main { 
  width: 96%; 
  max-width: 1200px;
  margin-right: auto; 
  margin-left: auto; }

/* 角丸---------------------- */
.rd5 {border-radius: 5px;}
.rd10 {border-radius: 10px;}
.rd20 {border-radius: 20px;}


a.btn {
  justify-content: center;
}


/* padding---------------------- */
.pc_pd_top_1 { padding-top: 1rem; }
.pc_pd_top_2 { padding-top: 2rem; }
.pc_pd_top_3 { padding-top: 3rem; }
.pc_pd_top_4 { padding-top: 4rem; }
.pc_pd_top_5 { padding-top: 5rem; }
.pc_pd_top_6 { padding-top: 6rem; }
.pd_top_half { padding-top: 0.5rem; }
.pd_top_1 { padding-top: 1rem; }
.pd_bottom_half { padding-bottom: 0.5rem; }
.pd_bottom_1 { padding-bottom: 1rem; }

.pc_pd_bottom_1 { padding-bottom: 1rem; }
.pc_pd_bottom_2 { padding-bottom: 2rem; }
.pc_pd_bottom_3 { padding-bottom: 3rem; }
.pc_pd_bottom_4 { padding-bottom: 4rem; }
.pc_pd_bottom_5 { padding-bottom: 5rem; }

/* margin---------------------- */
.pc_mg_bottom_05 { margin-bottom: 0.5rem !important; }
.pc_mg_bottom_1 { margin-bottom: 1rem!important; }
.pc_mg_bottom_2 { margin-bottom: 2rem!important; }
.pc_mg_bottom_3 { margin-bottom: 3rem!important; }
.pc_mg_bottom_4 { margin-bottom: 4rem!important; }
.pc_mg_bottom_5 { margin-bottom: 5rem!important; }
.pc_mg_bottom_6 { margin-bottom: 6rem!important; }
.pc_mg_bottom_7 { margin-bottom: 7rem!important; }
.mg_bottom_1 { margin-bottom: 1rem; }
.mg_bottom_2 { margin-bottom: 2rem; }

/* font---------------------- */
.b { font-weight: bold; }
.pc8 { font-size: 0.5rem; } /* 8px */
.pc9 { font-size: 0.5625rem; } /* 9px */
.pc10 { font-size: 0.625rem; } /* 10px */
.pc11 { font-size: 0.6875rem; } /* 11px */
.pc12 { font-size: 0.75rem; } /* 12px */
.pc13 { font-size: 0.8125rem; } /* 13px */
.pc14 { font-size: 0.875rem; } /* 14px */
.pc15 { font-size: 0.9375rem; } /* 15px */
.pc16 { font-size: 1rem; } /* 16px */
.pc17 { font-size: 1.0625rem; } /* 17px */
.pc18 { font-size: 1.125rem; } /* 18px */
.pc20 { font-size: 1.25rem; } /* 20px */
.pc21 { font-size: 1.3125rem; } /* 21px */
.pc22 { font-size: 1.375rem; } /* 22px */
.pc24 { font-size: 1.5rem; } /* 24px */
.pc26 { font-size: 1.625rem; } /* 26px */
.pc28 { font-size: 1.75rem; } /* 28px */
.pc30 { font-size: 1.875rem; } /* 30px */


.pc40 { font-size: 2.5rem; } /* 40px */


.pcdin {
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
}


.icon-heart {
  width: 1em; /* アイコンのサイズをフォントサイズに合わせる */
  height: 1em; /* アイコンのサイズをフォントサイズに合わせる */
  fill: currentColor; /* アイコンの色をテキストの色に合わせる */
  vertical-align: middle;
}





h2.flex img, 
h3.flex img, 
h4.flex img, 
h5.flex img {
  width:1rem;
}



.no-scroll {
  overflow: hidden;
  height: 100%;
}

body {

  background-image: url(../img/wrapbg.webp);
}

@media screen and (max-width: 1400px) {
  body {
    width: 1400px;
  }
}

.gotop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
}

.gotop a {
	display:block;
  position: relative;
  transition: all 0.3s ease;
}

.gotop a:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}


.gotop a img {
  width: 337px;
  /* height: 166px; */
}

.gotop a img.gotop_arrow {
  position: absolute;
  width: 35px;
  height: 18px;
  bottom: 7rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.3s ease; 
}

.gotop:hover a img.gotop_arrow {
  transform: translateX(-50%) translateY(-10px);
}

/* ヘッダー */
header {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 19.375rem;
  height: 100vh;
 /* max-height: 52rem;*/
  background: linear-gradient(180deg, #C6AF8B 0%, #A08255 100%);
  z-index: 9999;
  padding-bottom: 4rem;
}


h1 {
  margin-top: 0.2rem;
  width: 15.54569rem;
  height: 15.54569rem;
  /*height: 9.625rem;*/
}

h1 a {
  display: flex;
  width: 100%;
  height: 100%;
  background-image:url(../img/logo_pc_head.webp) ;
  background-size: cover;
  transition: all 0.3s ease; 
  text-indent: -100000em;
}
h1 a:hover {

  background-image:url(../img/logo_pc_head_hover.webp) ;
  background-size: cover;
  transition: all 0.3s ease; 
  
}

/* 
.heart {
  position: relative;
  width: 14.375rem;
  height: 1px;
  background-color: #ffffff;
  margin: 20px;
} */
nav {
  padding-bottom: 2rem;
}
nav ul.main_menu {
  padding-left:85px;
  align-items: flex-start;
  gap:0;
}
nav ul.main_menu li {
  height:2.8125rem;
}
nav ul.main_menu li a {
  position: relative;
  align-items: flex-start;
  gap: 0rem;
  line-height: 0.95;
  transition: 0.6s;
  letter-spacing: 0.07rem;
}

nav ul.main_menu li a:hover {
  opacity: 0.5;
}

nav ul.main_menu li a small {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: normal;
}

nav ul.main_menu li a:before {
  content:"";
  position: absolute;
  background-image: url(../img/menu_panther.png);
  background-repeat: no-repeat;
  background-size: contain;
  /* width: 1.70756rem;
  height: 2.8125rem; */
  width: 30px;
height: 31px;
  bottom:0px;
  left: -2.1rem;
}

img.menu_line {
  width: 15.625rem;
  display: block;
  margin-bottom:5px;
}

ul.sns.sidesns {
  width: 7.79244rem;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0.5rem;
}

ul.sns.sidesns li {

  transition: all 0.3s ease; /* トランジション効果の設定 */
}
ul.sns.sidesns li a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease; 
}

ul.sns.sidesns li a:hover {
  opacity: 0.6;

}

ul.sns.sidesns li.twi a {
  /* width: 27px;
  height: 27px; */
  background-image: url(../img/icon_x.webp);
}
/* 
ul.sns.sidesns li.twi a:hover {
  background-image: url(../img/icon_x_hover.webp);
} */

ul.sns.sidesns li.ins a {
  /* width: 28px;
  height: 28px; */
  background-image: url(../img/icon_insta.webp);
}

/* ul.sns.sidesns li.ins a:hover {
  background-image: url(../img/icon_insta_hover.webp);
} */


ul.sns.sidesns li.tik a {
  /* width: 1.65rem;
  height: 1.8rem; */
  background-image: url(../img/icon_tiktok.webp);
}

ul.sns.sidesns li.you a {
  /* width: 2.4rem;
  height: 1.725rem; */
  background-image: url(../img/icon_youtube.webp);
}

ul.sns.sidesns li.lin a {
  /* width: 33px;
  height: 32px; */
  background-image: url(../img/icon_line.webp);
}
/* ul.sns.sidesns li.lin a:hover {
  background-image: url(../img/icon_line_hover.webp);
} */




.contact_area {
  width: 15.625rem;
}

.contact_area .tel {
  width: 13.52206rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
  gap:0.1rem;
  align-items: center;
  line-height: 1;
}

.contact_area .tel.din {
font-family: "Abril Fatface", serif;
  font-weight: 400;
}

.contact_area .tel img {
  width: 1.09438rem;
height: 1.43994rem;
}
.contact_area a.c_button {
  position: relative;
  /* box-shadow: 0px 7px 0px 0px #FF9BCB; */
}

.contact_area a.c_button span {
  width: 15.625rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease; 
  z-index: 2;
  position: absolute;
}

.contact_area a.c_button:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 15.625rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  background: #7e633b;
  top: 7px;
  left: 0;
}
.contact_area a.c_button span:hover {
  transform: translateY(3px); /* Y軸方向に5px移動 */
  transition: all 0.3s ease; 

}
/* フッター */
footer {
  position: relative;
  /* padding-top:1px; */
  overflow: hidden;

}


footer .bg_txt {
  gap: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* -webkit-animation: txtroop01 40s infinite linear 0s both; 
  animation: txtroop01 40s infinite linear 0s both; */
}

@keyframes loop {
  0%{
    transform: translateX(100%);
  }
  100%{
    transform: translateX(-100%);
  }
}

footer .bg_txt div {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-inline: auto;
}

footer .bg_txt div p.loop {
  font-size: max(10.4vw, 140px);
  color: #707070;
  opacity: 0.4;
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  animation: loop 30s linear infinite;
  width: 100%;
  margin-right: 4rem;
}

footer .bg_txt div p.loop2 {
position: absolute;
top: 0; left: 0;
  animation: loop 30s -15s linear infinite;
}

footer .bg_txt:before {
  /* content:"LUXURY BAR CHANCE LUXURY BAR CHANCE";
  font-size: max(10.4vw, 140px);
  color:#FFD9EB;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0; 
  -webkit-animation: txtroop01 20s infinite linear 1s both;
  animation: txtroop01 20s infinite linear 1s both; */
}


footer .foot_wrap {
  background: linear-gradient(86.2deg, #A08255 0%, #C6AF8B 76.8%);
  position: relative;
  margin-top: max(10.4vw, 141px);
  width: 100%;
  padding-left: 20rem;

}

footer .foot_wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  top: 0;
  background-image: url(../img/mainimage_line.webp);
  background-size: auto;
  background-repeat: repeat;
  display: block;
}

footer a {
  color: white;
  transition: all 0.3s ease;
}
footer a:hover {
  color:#6a522e;
  transition: all 0.3s ease;
}
footer .ft_top {
  width: 96%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: solid 1px #ffffff;
  padding: 2rem 1rem;
}

footer .ft_top .ftlogo {
  width: 314px;
}
footer .ft_top .ftlogo img {
  width: 314px;

}
footer .ft_top .sns {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.7rem;
}

footer .ft_top .sns img {
  transition: all 0.3s ease;
}


footer .ft_top .sns li a {
  transition: all 0.3s ease;
  display: block;
  background-size: cover;
  opacity: 1;
}

footer .ft_top .sns li a:hover {
  /* opacity: 1!important; */

}

footer .ft_top .sns li.twi a {
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(../img/icon_x.webp);
}

footer .ft_top .sns li.twi a:hover {
  background-image: url(../img/icon_x_hover.webp);
}

footer .ft_top .sns li.ins a {
  width: 2.025rem;
  height: 2.025rem;
  background-image: url(../img/icon_insta.webp);
}
footer .ft_top .sns li.ins a:hover {
  background-image: url(../img/icon_insta_hover.webp);
  opacity: 1;
}


footer .ft_top .sns li.tik a {
  width: 1.65rem;
  height: 1.8rem;
  background-image: url(../img/icon_tiktok.webp);
}

footer .ft_top .sns li.tik a:hover {
  opacity: 1;
}

footer .ft_top .sns li.tik a:hover {
  width: 1.65rem;
  height: 1.8rem;
  background-image: url(../img/icon_tiktok_hover.webp);
  opacity: 1;
}

footer .ft_top .sns li.you a {
  width: 2.4rem;
  height: 1.725rem;
  background-image: url(../img/icon_youtube.webp);
}
footer .ft_top .sns li.you a:hover {
  background-image: url(../img/icon_youtube_hover.webp);
  opacity: 1;
}

footer .ft_top .sns li.lin a {
  width: 2.175rem;
  height: 2.1rem;
  background-image: url(../img/icon_line.webp);
}

footer .ft_top .sns li.lin a:hover {
  background-image: url(../img/icon_line_hover.webp);
  opacity: 1;
}

/* footer .ft_top .sns li.bny a {
  width: 1.575rem;
  height: 2.55rem;
  background-image: url(../img/menu_bunny.webp);
}
footer .ft_top .sns li.bny a:hover {
  background-image: url(../img/menu_bunny_hover.webp);
  opacity: 0.3;
} */

footer .ft_bottom {
  width: 96%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  align-items: flex-start;
  padding: 1.5rem 0;
}
footer .ft_bottom li {
  align-items: flex-start;
  gap: 0.3rem;
}

footer .ft_bottom a {
  font-size:25px;
}
footer .ft_bottom a.smlink {
  font-size:16px;
}

footer .copyright {
  padding: 2rem ;
}



footer ul.gr_link {
  width: 60%;
  margin: 1rem auto;
  flex-wrap: nowrap;
}
footer ul.gr_link li {
  width: 48%;
  text-align: center;
}

footer ul.gr_link li a img {
  transition: all 0.3s ease;
}

footer ul.gr_link li a:hover img {
  opacity: 0.6;
}

footer ul.gr_link li a p {
  font-size: 0.9rem;
}




section {
  /* padding-left: 20rem; */

}


/* トップページ */
.mainimage {
  overflow: hidden;
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.mainimage .image_all {
  width: 100%;
  height: 100%;
  min-height: auto;

}
.mainimage .frame_area {
  position: absolute;
  right: 0;
  top: 0;
  width:calc(100% - 20rem);
  /* height: 100%; */
  /* padding: 0 30px; */
  z-index: 2;
  pointer-events: none;
}

.mainimage .frame_area img {

}


.mainimage .frame_back_area {
  position: absolute;
  right: 0;
  top: 0;
  width:calc(100% - 20rem);
  z-index: 0;
  pointer-events: none;
}



.mainimage .mainimage_area {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 940;
  position: relative;
  z-index: 1;
}
.mainimage .mainimage_area ul li img {
  height: auto;
}

.mainimage .mainimage_area .slide {
  margin-bottom: -5px;
}

.mainimage .mainimage_area .slide .slick-dots {
  bottom: 10%;
}
.mainimage .mainimage_area .slide .slick-dots li {

  margin: 0;
}
.mainimage .mainimage_area .slide .slick-dots li button:before {
  color: #ffffff;
  opacity: 1;
  font-size: 12px;
}
.mainimage .mainimage_area .slide .slick-dots li.slick-active button:before {
  color: #D81D57;
}


main {
  padding-left:20rem;
  /* background-repeat: no-repeat; */
  /* background-position: right top; */
  padding-top: 100px;
}

main section {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4rem;
}

main section h3:not(h3.menu, .bl_txt),
main section h2:not(.rec_p) {
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;

  letter-spacing: -0.01em;
  font-size: 3.75rem;
  color: #000; /* テキストの色を設定 */
  display: table; /* インライン要素に設定 */

  background: linear-gradient(90deg, #FDE4C1 0%, #DCC097 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  box-decoration-break: clone; /* 複数行にまたがる場合に役立つ */

  word-break: break-all;      /* 英単語・長い文字列を途中で改行OKにする */
  overflow-wrap: break-word;  /* 新しい仕様でも対応 */
  white-space: normal;      
}

a.more_btn {
  position: relative;
  color:#ffffff;
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
  font-size:2.625rem;
  width: 22.5rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.625rem;
  background: linear-gradient(90deg, #A0793E 13.02%, #C49E63 95.83%);
  margin: 3rem auto 1rem;
  transition: all 0.3s ease; 
  z-index: 3;
}

a.more_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #A0793E 13.02%, #C49E63 95.83%);
  border-radius: 3.625rem;
  z-index: -1;
  transition: opacity 0.3s ease;
  opacity: 0;
}

a.more_btn:hover::before {
  opacity: 1;
}


/* a.more_btn:hover {
  transition: all 0.3s ease; 
  background: linear-gradient(90deg, #FF9BCB 13.02%, #E8358B 95.83%);
} */

/* ホバー時の背景色変更クラス */
a.more_btn_hover {
  background: linear-gradient(90deg, #FF9BCB 13.02%, #E8358B 95.83%);
}

a.more_btn_line {
  color:#E8358B ;
  border:solid 1px #E8358B;
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
  font-size:2rem;
  
  width: 22.5rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.625rem;
  margin: 3rem auto 1rem;
  z-index: 2;
  transition: all 0.3s ease; 
}

a.more_btn_line:hover {
  background: #E8358B;
  color: #ffffff;
  transition: all 0.3s ease; 
}



ul.top_events {
  gap: 1rem;
  flex-wrap: wrap;
}

ul.top_events:after {
  content: "";
  display: block;
  width:31%;
}

ul.top_events li {
	width:31%;
}
ul.top_events li a {
  align-items: flex-start;
  gap: 0.5rem;
}

ul.top_events li a > span {
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  color: #FFFFFF;
}
ul.top_events li a span span {
  /* border-radius: 1rem; */
  padding: 0px 1rem;
  height: 1.3em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;

  background: #BF314E;
}
ul.top_events li a p {
          width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}

div.event_today {
  background:#ffffff ;
  padding: 2rem;
  width: 100%;
  margin-bottom: 1rem;
}

div.event_today a {
  width: 100%;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
}
div.event_today a div {
  width: calc(100% - 510px);
}

main section div.event_today a h4,
main section div.event_today a h3 {
  background: linear-gradient(90deg, #795A2B 0%, #B59565 50.62%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 58px;
    line-height: 1;
    margin-bottom: 1rem;
}
div.event_today a div span {
  margin-bottom: 0.4rem;
  color: #795A2B;
}
div.event_today a div p {
  color: #434343;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
font-size: 1rem;
}

div.event_today a img {
  width: 510px;
}


ul.top_girls {
  flex-wrap: wrap;
  gap: 1.875rem 1.25rem;
  justify-content: flex-start;
}
ul.top_girls li {
  width: 13.125rem;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
}
ul.top_girls li a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

ul.top_girls li img {
  /* border-radius: 1.25rem; */
  margin-bottom: 0.3rem;
}

ul.top_girls li span {
  line-height: 1;
  display: block;
    text-align: center;
}
ul.top_girls li small {
  line-height: 1;
  display: block;
  text-align: center;
}

ul.top_girls li div.rbn {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  transform: rotateZ(-42deg);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 9.375rem;
  height: 9.375rem;
  white-space: nowrap;
  z-index: 3;

}

ul.top_girls li div.rbn p {
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.25rem;
  color: #ffffff;
  font-size:0.86988rem;
  letter-spacing: 0.06em;
}
ul.top_girls li div.rbn p.trial {
  background: linear-gradient(90deg, #31D7EE 13.02%, #54FF65 81.77%);
}

ul.top_girls li p.newface {
  background: linear-gradient(90deg, #64D261 13.02%, #DFE255 81.77%);

}

ul.top_girls.ranking {
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.top_girls.ranking li {
  width: 16.5625rem;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
  align-items: flex-start;
}
ul.top_girls.ranking li a {
  width: 100%;
  height: 100%;

}

ul.top_girls.ranking li div.rank_img {
  position: relative;
  width: calc(100% - 10px);
}

ul.top_girls.ranking li div.rank_img:after {
  content:'';
  position: absolute;
  display: block;
  top: 6px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  z-index: -1;
  background: linear-gradient(180deg, #E9B125 13.02%, #FFDF6C 81.77%) ;
}

ul.top_girls.ranking li:nth-child(2) div.rank_img:after {
  background: linear-gradient(180deg, #888 13.02%, #dcdcdc 81.77%) ;
}
ul.top_girls.ranking li:nth-child(3) div.rank_img:after {
  background: linear-gradient(180deg, #A65941 13.02%, #F4D4C6 81.77%) ;
}

ul.top_girls.ranking li div.ranknum {
  font-size: 44px;
  background: linear-gradient(180deg, #E9B125 13.02%, #FFDF6C 81.77%) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  justify-content: center;
  line-height: 1;
  width: 100%;
  padding-top: 1rem;
}

ul.top_girls.ranking li:nth-child(2)  div.ranknum {
  background: linear-gradient(180deg, #888 13.02%, #DCDCDC 81.77%) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
ul.top_girls.ranking li:nth-child(3)  div.ranknum {
  background: linear-gradient(180deg, #A65941 13.02%, #F4D4C6 81.77%) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

ul.top_girls.ranking li div.ranknum img {
  border-radius: 0;
  width: 3.125rem;
  height: 2.5rem;
  margin-top: 2px;
}

ul.top_girls.ranking li span {
  width: 100%;
  justify-content: center;
}




  #panorama {
    width: 100%;
    height: 36vh;  /* 必要に応じて高さ調整 */
  }



section.top_shopinfo {
  width: 100%;
  /* max-width: 1200px; */
  padding-left:calc((100% - 900px) / 2);
  padding-right: 2rem;

}
section.top_shopinfo div.top_info {
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
}

section.top_shopinfo div.top_info div.column {
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  width: 40%;
  flex-grow: 1;
}
section.top_shopinfo div.top_info h4,
section.top_shopinfo div.top_info h3 {
  font-size: 2.25rem;
  line-height: 1;
}
section.top_shopinfo div.top_info p {
  margin-bottom: auto;
  line-height: 1.7;
}
section.top_shopinfo div.top_info iframe {
  /* border-radius: 20px; */
  overflow: hidden;
  height: 350px;
  width: 100%;
}
section.top_shopinfo div.top_info div.shopimg {
  width: 60%;
  flex-grow: 1;
  /* border-radius: 1.875rem; */
  overflow: hidden;
  flex-grow: 1;
}
section.top_shopinfo div.top_info div.shopimg img {

  border-radius: 1.875rem;
}

div.mb_position {
  width: 900px;
}
section.top_shopinfo div.mb_position p {
  padding-top: 1rem;
}


section.top_pink_area {
  position: relative;
  margin: 0;
  margin-top: 10rem;
  margin-left: auto;
  width: calc(100% - (100% - 900px) / 2);
  padding-bottom: 5rem;
  margin-bottom: 3rem;

}

section.top_pink_area.menu {
  position: relative;
}

section.top_pink_area.menu::after {
  content: "";
  display: block;
 width: calc(100% + 110px);
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, #B79A6D 0%, rgba(183, 154, 109, 0) 100%);
  top: -60px;
  left:-110px;
  z-index: 1;
}




section.top_pink_area.menu h2 {
  color: #FFF2DF;
  background: none;
  -webkit-text-fill-color:#FFF2DF;
}

section.top_pink_area.menu strong {
  font-weight: normal;
}

section.top_pink_area .pink_area_main {
  width: 900px;
  /* overflow: hidden; */
  position: relative;
  z-index: 3;
}

section.top_pink_area .pink_area_main div.pcflex {
  gap: 20px;
  align-items: flex-start;
  position: relative;
}

section.top_pink_area .pink_area_main div.pcflex .top_insta_area {
  /* flex:1; */
  width: 50%;
} 

section.top_pink_area .pink_area_main div.pcflex .top_insta_area iframe {
  aspect-ratio: 1 / 1;
}

section.top_pink_area .pink_area_main div.pcflex .tiktok_area {
  width: 45%;
}

.menu_price {
  border-collapse: collapse;
  width: 65%;
  position: relative;
  line-height: 1;
}

.menu_price th, .menu_price td {
  border: 1px solid #000000;
  text-align: center;
  padding: 8px;
  vertical-align: middle;
}

.menu_price .header {
  background-color: #000000;
  color: #DCC097;
  font-size: 2rem; /* ①の文字サイズ */
  height: 3.875rem;
  font-family: "Zen Antique", serif;
  font-weight: normal;
}

.menu_price .item, .menu_price .seat {
  background-color: #FFF2DF;
  color: #434343;
  font-size: 1.0625rem; /* ②の文字サイズ */
  height: 2.1875rem;
  font-weight: bold;
}



.menu_price .price {
  background-color: #FFFFFF;
  color: #79541B;;

  font-family: "Rozha One", serif;
  font-size: 2rem; /* ③の文字サイズ */
  height: 3.875rem;
}


.menu_price .price small { 
  font-size: 1.3rem;
  font-weight: bold;
}

.menu_price th.header:first-child {
  position: relative;
}
.menu_price.vip th.header {
    width: 13rem;
}

.menu_price th.header:first-child div.heart_main {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.56844rem;
  height: 5.56844rem;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.menu_price th.header:first-child div.heart_main span {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  font-size: 1.5rem;
  /* font-size: 2.875rem; */
  color: #000000;
  line-height: 1;
  font-family: "Zen Antique", serif;
  font-weight: normal;
  margin-left: -5px;
  margin-bottom: 0.2em;
}

.menu_price.vip th.header:first-child div.heart_main {
    left: 37%;
}


.menu_price th.header:first-child div.heart_main.gv span {
  font-size: 2rem;
  margin: 0;
}

.menu_price th.header:first-child div.heart_main.vip span {
  font-size: 2rem;
  margin: 0;
  align-items: center;
}

.menu_price.vip td.price {
  text-align: center;
  font-size: 40px;
  padding: 1.5rem ;
}
.menu_price.vip td.price small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #434343;
  display: block;
}

.menu_price th.header:first-child div.heart_main span small {
  font-size: 1.875rem;
  color: #000000;
  margin-left: -10px;
    /* margin-bottom: 5px; */
}


.menu_price th.header:first-child div.heart_main.vip span small {
  font-size: 1rem;
  margin: 0;
}



.menu_price th.header:first-child div.heart {
  position: absolute;
  display: flex;

  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  width: 5.56844rem;
height: 5.56844rem;
border: 5.28px solid #000;
background: #DCC097;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
}

.menu_price.vip th.header:first-child div.heart {
    left: 37%;
}


.menu_price th.header:first-child div.heart span {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  font-size: 2.875rem;
  color: #000000;
  line-height: 1;
  font-family: "Zen Antique", serif;
  font-weight: normal;
  margin-left: -10px;
  margin-bottom: 0.2em;
  transform: rotate(45deg);
}

.menu_price th.header:first-child div.heart span small {
  font-size: 1.875rem;
  color: #000000;
  margin-left: -8px;
    margin-bottom: 5px;
}

.menu_price.profit {
  width: 26.875rem;
}

.menu_price.profit.vip {
  width:38rem ;
}

.menu_price.profit th.header:first-child div.heart span {
  font-size:2rem;
  margin-left: 0;
} 

.menu_price.profit th.header:first-child div.heart.vip {
  left: 80%;
}

.menu_price.profit th.header:first-child div.heart.vip span {
  align-items: center;
  justify-content: center;
        margin-top: 0.5rem;
}
.menu_price.profit th.header:first-child div.heart span small {
  font-size: 1rem;
        padding-left: 0.4em;
}
.menu_price.floor {
  width: 38.125rem;
}
.menu_price.floor th.header:first-child div.heart span {
  font-size: 1.0625rem;
  margin-left: 0;
}

.menu_price th.vip_hd .heart {
  left: 70%!important;
}

.menu_price th.vip_hd .heart span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center!important;
  text-align: center;
  font-size: 2rem!important;

}
.menu_price th.vip_hd .heart span small {
  font-size: 1rem!important;
  margin-left: 0!important;
}

.menu_price.floor .header small {
  font-size: 0.875rem;
}
.menu_price.floor .seat {
  height: 3.25rem;
  font-size: 1.375rem;
}
.menu_price.floor .price {
  height: 5.8125rem;
}

.menu_price.floor .price small {
  display: block;
  font-size: 1.0625rem;
  margin-bottom: 0.5em;
}

.pink_area_main div.yell {
  position: absolute;
  /* top: 34.2rem; */
  top: 0;
  right: 0;
  align-items: flex-end;
/* 
  width: 669px;
  height: 452px; */
}

.pink_area_main div.yell a {
  transition: all 0.3s ease; 
}

.pink_area_main div.yell a:hover {
  transition: all 0.3s ease; 
  transform: translateY(15px);
  opacity: 0.8;
}

.pink_area_main div.yell a img {
  width: 18rem;
height: auto;
}
.pink_area_main div.yell img.yell_girl {
width: 16.75rem;
height: 18.4375rem;
        margin-right: -4rem;
}
.top_pink_area.sns {
  position: relative;
}


section.top_pink_area.sns::after {
  content: "";
  display: block;
 width: calc(100% + 110px);
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, #B79A6D 0%, rgba(183, 154, 109, 0) 100%);
  top: -60px;
  left:-110px;
  z-index: 1;
}



.top_pink_area.sns .bunny {
  position: absolute;
  width: 20.625rem;
  height: 41.8125rem;
  top: -9rem;
  right: 50px;
  z-index: 2;
}

@media screen and (max-width: 1600px) { 
  .top_pink_area.sns .bunny {
    /* left:auto; */
    right: 0;
  }
}

.top_pink_area.sns h4,
.top_pink_area.sns h3 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1;
}
/* TikTok埋め込みの外枠のスタイルを変更 */
blockquote.tiktok-embed {
  border: 1px solid #ccc; /* 枠線の色 */
  border-radius: 10px;    /* 角の丸み */
  overflow: hidden;       /* 枠内でのはみ出しを防ぐ */
  margin: 0;
}

/* リンクのスタイルを変更 */
blockquote.tiktok-embed a {
  color: #007bff; /* リンクの色 */
  text-decoration: none; /* 下線を消す */
}


/*--------------------- サブページ ---------------------*/
main.subpage {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.breadcrumbs {
  margin-bottom: 1rem;
}
.breadcrumbs ul {
  justify-content: flex-start;
    flex-wrap: wrap;
}
.breadcrumbs ul li { 
    flex-wrap: wrap;
    word-break: break-all;      /* 英単語・長い文字列を途中で改行OKにする */
  overflow-wrap: break-word;  /* 新しい仕様でも対応 */
  white-space: normal;      
}
.breadcrumbs ul li:after {
  color:#999999;
  content: ">";
}
.breadcrumbs ul li a {
  color:#DCC097E8
}
.breadcrumbs ul li a.nolink {
  color:#999999;
  pointer-events: none;
}
.breadcrumbs ul li:last-child::after {
  content: none;
}


/* メニュー */

.subpage.menu {
  /* background-image: url(../img/menu_bunny_main.webp); */
  background-repeat: no-repeat;
  background-position: right calc((100% - 1185px) / 2) top 743px;
}

section.menu h3 {
  background:#FFF2DF;
  border-left: solid 0.6rem #A38454;
  color: #79541B;
  font-size: 1.875rem;
  height: 4.375rem;
  border-radius: 0rem 1.875rem 0rem 0rem;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  gap: 0;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
section.menu h3 span.d_pink {color: #D81D57;}
.subpage section.menu {
  position: relative;
}

.subpage section.menu p.disc {
  line-height: 1.7;
  margin-bottom: 3rem;
}
.subpage section.menu div.pcflex {
  gap: 40px;
  position: relative;
}

.subpage section.menu div.yell {
  position: absolute;
  /* top: 44rem; */
  top: 0;
  right: 0;
  transition: all 0.3s ease; 
}

.subpage section.menu div.yell a:hover {
transition: all 0.3s ease; 
transform: translateY(15px);
opacity: 0.8;
}


.subpage section.menu div.yell a img {
  /* width: 25.8125rem; */
  width: 18rem;
  height: auto;
/* height: 12.5rem; */
}

.subpage section.menu img.yell_girl {
          width: 16.75rem;
        height: 18.4375rem;
        margin-right: -12rem;
}

/* .subpage section.menu div.plan_menu {
  border:solid 2px #FFF2DF;
  border-top: none;
  padding: 2rem 3rem;
  width: 38.125rem;
  position: relative;
  margin-bottom: 3rem;
}

.subpage section.menu div.plan_menu h4 {
  font-size: 1.5rem;
  position: absolute;
  left: 1.5rem;
  top: -0.75rem;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 0 1rem;
} */




.subpage section.menu div.plan_menu {
  border-bottom: solid 2px #FFF2DF;
  border-top: none;
  padding: 3rem 3rem 2rem;  /* 見出しが中に入る余白 */
  width: 38.125rem;
  position: relative;
  margin-bottom: 3rem;
  overflow: hidden;           /* 擬似要素の線がはみ出るのを隠す */
}

.subpage section.menu div.plan_menu:before {
    content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
  to bottom,
  transparent 0px,
  transparent 18px,
  #FFF2DF 10px,
  #FFF2DF 100%
);

}

.subpage section.menu div.plan_menu:after {
    content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(
  to bottom,
  transparent 0px,
  transparent 18px,
  #FFF2DF 10px,
  #FFF2DF 100%
);

}


.subpage section.menu div.plan_menu h4 {
  font-size: 1.5rem;
  position: absolute;
  left: 1.5rem;
  top: 0.4rem;                /* 外に出さず枠の中に */
  line-height: 1;
  color: #ffffff;
  padding: 0 1rem;
  white-space: nowrap;
}

.subpage section.menu div.plan_menu h4::before,
.subpage section.menu div.plan_menu h4::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;              /* 長く出しておく → 親で隠す */
  height: 2px;
  background-color: #FFF2DF;  /* 枠と同じ色 */
  transform: translateY(-50%);
}

.subpage section.menu div.plan_menu h4::before {
  right: 100%;
}

.subpage section.menu div.plan_menu h4::after {
  left: 100%;
}








.subpage section.menu div.plan_menu ul {
  flex-wrap: wrap; /* アイテムがコンテナを超えると折り返す */
  align-items: flex-start; /* アイテムを上端に揃える */
  justify-content: flex-start; /* アイテムを左端に揃える */
}


.subpage section.menu div.plan_menu ul li {
  width: calc(100% - 9em);
  color: #ffffff;

}
.subpage section.menu div.plan_menu ul li:nth-child(odd) {
  width: 8em; 
}

.subpage section.menu div.plan_menu.premium {
  width: 44.25rem;
  margin-bottom: 6rem;
}

.subpage section.menu div.plan_menu.premium ul li:nth-child(3n + 1) {
  width: 8em; /* 1列目のアイテムの幅を固定 */
}


.subpage section.menu div.plan_menu.premium ul li:nth-child(3n + 2) {
  width: 13em; /* 1列目のアイテムの幅を固定 */
}


.subpage section.menu div.plan_menu.premium ul li:nth-child(3n) {
  width: calc(100% - 22em);
}

.subpage section.drinkmenu {}


section.menu.drinkmenu h4 {
  font-size: 1.875rem;
  color:#DCC097;
  border-bottom: solid 2px #DCC097;
  margin-bottom: 1rem;
}

.subpage section.drinkmenu ul.champagne {
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
.subpage section.drinkmenu ul.champagne:after {
  content:"";
  width: 30%;
  display: block;
  order: 1;
}

.subpage section.drinkmenu ul.champagne li {
  width: 30%;
}

.subpage section.drinkmenu ul.champagne li img {
  height: 13rem;
  width: auto;
}
.subpage section.drinkmenu ul.champagne li div span {
  display: block;
  color: #ffffff;
}

.subpage section.drinkmenu div.txtmenu {
  gap: 70px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.subpage section.drinkmenu div.txtmenu div.left {}
.subpage section.drinkmenu div.txtmenu div.right {}


.subpage section.drinkmenu div.txtmenu dl {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  height: 2.7rem;
  color: #ffffff;
}
.subpage section.drinkmenu div.txtmenu dl dt {
  font-size: 1.125rem;
  width: max-content;
  color: #ffffff;
}
.subpage section.drinkmenu div.txtmenu dl dd {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: Kozuka Gothic Pro;
  text-align: left;
  width: 11em;
  color: #ffffff;
}

/* vipメニュー */
.subpage section.vip {}

/* VIPフロアご利用料金 */
.subpage section.vip div.vipfloor {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  gap: 0;
}

.subpage section.vip .vipfloor img {
  width: 350px;
  height: auto;
}

.subpage section.vip .vipfloor .vip_price {
  width: 530px;
}

.subpage section.vip .vipfloor .vip_price dl {
  width: 100%;
  border-top: solid 1px #E7E7E7;
  border-bottom: solid 1px #E7E7E7;
  padding: 0.5rem 0;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.subpage section.vip .vipfloor .vip_price dl dt {
  font-size: 1.125rem;
  font-weight: bold;
}

.subpage section.vip .vipfloor .vip_price dl dd {}

.subpage section.vip .vipfloor .vip_price dl dd strong {
  font-size: 1.875rem;
  font-weight: bold;
}

.subpage section.vip .vipfloor .vip_price dl dd span {
  font-size: 1.125rem;
}


.subpage section.vip h4 {
font-size: 1.875rem;
color: #E8358B;
border-bottom: solid 2px #E8358B;
margin-bottom: 1rem;
padding-top: 1rem;
}


/* VIP ドリンク */
dl.vip_drink {
  border-bottom: solid 1px #E7E7E7;
  padding: 0.3rem 0;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.5rem;
}

dl.vip_drink.vd_last {
  border:none;
  margin-bottom: 1rem;
}


dl.vip_drink dt {
  width: 290px;
  min-height: 2.5em;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

dl.vip_drink dt h5 {
  font-size: 1.125rem;
  font-weight: bold;
}

dl.vip_drink dt p {
  font-size: 0.875rem;
}

dl.vip_drink dd {
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: flex-start;
}

/* VIP 女性　＆　キャストメニュー */
.subpage section.vip .vip_bottom {
  justify-content: space-between;
  align-items: flex-start;

}

.vip_bottom div {
  width: 420px;
}

/* VIP 女性のお客様 */
.subpage section.vip .vip_bottom dl.vip_drink {}
.subpage section.vip .vip_bottom dl.vip_drink dt {
  width: 220px;
}



/* VIP キャストメニュー */
.vip_bottom  dl.vip_cast {
  display: flex;
  padding: 0rem 0 0.7rem;
}

.vip_bottom  dl.vip_cast dt {
  width: 10em;
  font-size: 1.125rem;
}
.vip_bottom  dl.vip_cast dd {
  font-size: 1.125rem;
  font-weight: bold;
}

.subpage section.other div.pcflex {
  gap: 0px;
  justify-content: flex-start;
}
.subpage section.other ul.payment {
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
  /* width: 410px; */
  width: 100%;
}
.subpage section.other ul.payment li {
  /* width: 5rem; */
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* コンセプト */
main.concept section.concept_main {
  width: 1180px;
}

main.concept section.concept_main div {
  position: relative;
  width: 1180px;
  height: 500px;
  padding-top: 164px;
  padding-left: 210px;
  margin-bottom: 3rem;
}
main.concept div:before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(180deg, #B79A6D 0%, rgba(183, 154, 109, 0) 100%);
  width: 53.75rem;
  height: 23.75rem;
  top: 75px;
  left: 135px;
  z-index:-1;
}

main.concept span.concept_title {
  position: absolute;
  writing-mode: vertical-rl; 
  color:#FFF2DF;
  font-family: Kozuka Gothic Pro;
  font-size: 1rem;
  left: 6.8rem;
  bottom: 0;
  height: 260px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 1rem;
  line-height: 1;
}
main.concept span.concept_title:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #FFF2DF;
  max-height: 75px;
}
main.concept section.concept_main div h3 {
  font-size: 3.125rem;
  color: #ffffff;
    background-clip: text;
    box-decoration-break: clone;
    width: fit-content;
    margin-bottom: 1rem;
}

main.concept section.concept_main div p {
  width: 380px;
  line-height: 2;
  color: #DDDDDD;
}

main.concept div strong {
  position: absolute;
  font-size: 10rem;
  color:#DCC097;
  top: 2rem;
  left: 5.8rem;
  letter-spacing: -0.05em;
  z-index: -1;
}



main.concept div img {
  width: 35rem;
  height: 25rem;
  top: 0;
  right: 0;
  position: absolute;

}


main.concept p.toptxt {
  color: #ffffff;
}

main.concept p.toptxt span {
  color: #FFF2DF;
}


main.concept section.concept_main div.concept_left {

  padding-left: 610px;

}

main.concept .concept_left:before {
  left: 175px;
}

main.concept .concept_left span.concept_title {
  right: 7.2rem;
  left: initial;
}

main.concept .concept_left strong {
  right: 6.2rem;
  left: initial;
  top: 3.2rem;
}

.concept_main div.concept_left img {
  left: 0;
}


@media screen and (max-width: 1500px) {

  main.concept section.concept_main,
  main.concept section.concept_main div {
    width: 1080px;
  }
  main.concept section.concept_main div:not(.concept_slide div) {
    height: 485px;
    margin-bottom: 2rem;
  }

  main.concept div img {
    width: 28rem;
    height: auto;
    right: 2rem;
  }

  main.concept div:before {
    height: 21.75rem;
  }


  main.concept section.concept_main div.concept_left {
    padding-left: 520px;
  }

  main.concept .concept_left:before {
    left: 135px;
  }  
  main.concept .concept_left strong {
    right: 2.4rem;
  }
  .concept_main div.concept_left img {
    left: 2rem;
  }

  main.concept .concept_left span {
    height: 230px;
  }
  main.concept .concept_left span.concept_title {
    right: 3.2rem;
  }

}

/* コンセプトスライド */
main.concept section.concept_main .concept_slide {
width: 35rem;
height: 25rem;
top: 0;
right: 0;
position: absolute;
border-radius: 1.25rem;
}

main.concept section.concept_main .slick-dots {
  bottom: -35px;
}

main.concept section.concept_main .slick-dots li button:before {
  color: #ff54be;
}

main.concept section.concept_main .slick-dots li.slick-active button:before {
  color: #f01bb3;
}

main.concept section.concept_main .concept_slide div {

position: relative;
width: auto;
/* height: auto; */
padding: 0;
margin-bottom: 3rem;
}
main.concept section.concept_main .concept_slide div:before {
  content: none!important;
}




/* お問い合わせ */
main.contact {}
main.contact span.tptxt {
  color: #FFF2DF;

}


main.contact div.order {
  align-items: center;
  justify-content: center;
}

main.contact div.order div {
  gap: 0.3rem;
}

main.contact div.order .order_num {
  position: relative;
  color: #909090;
  width: 67px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1.875rem;
  letter-spacing: -0.05em;
}

main.contact div.order .order_num:after {
  content: "";
  position: absolute;
  top: 0em;
  left: 0.1rem;
  display: block;
  background: url(../img/order_num_heart.webp) no-repeat;
  background-size: cover;
  width: 67px;
  height: 67px;
  z-index: -1;
}

main.contact div.order .now .order_num {
  color: #ffffff;
}

main.contact div.order .now .order_num:after {
  background: url(../img/order_num_heart_now.webp) no-repeat;
  background-size: cover;
}

main.contact div.order .order_txt {
  font-size: 1.125rem;
  color: #9D9D9D;
}

main.contact div.order .now .order_txt {
  color: #ffffff;
}

main.contact div.order .order_border {
  width: 6.25rem;
  height: 0.125rem;
  background: #E8E8E8;
}
main.contact div.order .order_border.now {
  background: #A38454;
}

main.contact div.form_main {
  width: 100%;
  border: solid 1px #E7E7E7;
  padding:100px;
  align-items: flex-start;
}

main.contact form label {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
}
main.contact form label span {
  margin-bottom: 0.5rem;
  color: #ffffff!important;
}
main.contact form label span small {
  font-size:14px;
  color: #ffffff;
}

main.contact form label input {
  border: 0;
  background: #FFFFFF;
  color: #525252;
  /* border-radius: 10px; */
  width: 100%;
  height: 3.125rem;
  padding: 0 0.5rem;
}

main.contact form label .dates {
  justify-content: flex-start;
  align-items: center;
  gap: 0;

}
main.contact form label .dates span {
  margin-right: 1rem;
}
main.contact form label input[type="date"] {
  width: 15.625rem;
  padding: 0 0.5rem;
  margin-right: 3rem;
}




main.contact form label select {
  width: 6.25rem;
height: 3.125rem;
background: #ffffff;
  color: #525252;
/* border-radius: 10px; */
border: 0;
padding: 0 2em 0 1rem;
margin-right: 0.5rem;
}




main.contact div.select,
main.recruit div.select {
  position: relative;
  width: fit-content;
}

main.contact select,
main.recruit select {
  -webkit-appearance: none; /* Chrome, Safari, Opera用 */
  -moz-appearance: none; /* Firefox用 */
  appearance: none; /* 標準の矢印を非表示にする */
  /* その他のスタイリング（フォント、パディング、ボーダーなど） */
  padding-right: 2em;
}

main.contact .select::after,
main.recruit .select::after {
  content: ''; /* カスタム矢印アイコン */
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  position: absolute;
  top: 43%;
  right:13px;
  transform: translate(-50%, -50%) rotate(135deg);
  pointer-events: none; /* クリックイベントを無効にする */
}




main.contact form label textarea {
  border: 0;
  background: #FFFFFF;
  color: #525252;
  /* border-radius: 10px; */
  width: 100%;
  height: 21.25rem;
  padding:0.5rem;
}

main.contact form button {
  color:#ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  
  width: 22.5rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.625rem;
  background: linear-gradient(90deg, #A0793E 13.02%, #C49E63 95.83%);

  margin: 3rem auto 1rem;
  border: 0;
}

main.contact .form_main.confirm label {
  border-bottom:solid 1px #E7E7E7;
}


main.contact .form_main.confirm label p {
  padding: 0.5rem 0;
  color:#999999;
}

main.contact .form_main.complete strong,
main.contact .form_main.complete p {
  width: 100%;
}


/* 採用情報 */

body.recruit-page {
  background-image: none;
  background: #DCC097;
}


main.recruit {
  background-image: url(../img/circle_bg_pc.webp);
  background-repeat: no-repeat;
  background-position: top -8rem center;
  background-color: #DCC097;
  padding-left: 0;
  padding-bottom: 0;
}

main.recruit .top_center
{
padding-left: 20rem;
}

main.recruit .recruit_title {
  margin-bottom: 170px;
}

main.recruit section.points {
  background :#FFFFFF;
  box-shadow: 4px 4px 60px 0px #CCA976;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 7rem;
  margin-top: 7rem;
}

main.recruit section.points h2.rec_p {
  position: absolute;
  top: -2.1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/points_h4.webp);
  background-size: contain;
  background-repeat:no-repeat;
  width: 25rem;
  height: 5.875rem;
  padding-bottom: 2.5rem;
}

section.points .points_detail {
  position: relative;
  width: 700px;
  margin: 0 auto 5rem;
  gap: 2.5rem;
  align-items: center;
}

section.points .points_detail.points_right {
  flex-direction: row-reverse;
}

.points_detail .points_num {
  position: absolute;
  width: 8.125rem;
  height: 8.125rem;
  left: -3rem;
  top: -3rem;
  background-image: url(../img/points_num.webp);
  font-size: 4.3875rem;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;

}

.points_detail.points_right .points_num {
  left: inherit;
  right: -3rem;
}

section.points .points_detail img.points_mainimg {
  width: 25rem;
  height: 17.5rem;
  box-shadow: 15px 15px 0px 0px #DCC097;
}

.points_detail div h3 {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
  display: block;
  line-height: 1.2;
  -webkit-text-fill-color: unset;
  color: #79541B;
}

.points_detail div h3 p.p_num {
  position: absolute;
  top: -2.2rem;
  left: -1rem;
  font-family: "Kapakana", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color:#D81D57;
}
.points_detail div p {
  text-align: justify;
}



main.recruit .point_wrap {

  position: relative;

  z-index: 2;
  overflow: hidden;
}

section.points .sub_img {
  width:700px;
  margin: -3rem auto 5rem;
}
section.points .sub_img img {
  /* border-radius: 1.25rem; */
}

main.recruit .recruit_btn {
  width: 672px;
  margin: 0 auto 3rem;
}

main.recruit .recruit_btn a {
  display: flex;
  color: #ffffff;
  width: 20.625rem;
  height: 3.75rem;
  font-size: 1.625rem;
  border-radius: 4.125rem;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  transition: all 0.3s ease; 
}

main.recruit .recruit_btn a:hover {
  transition: all 0.3s ease; 
  opacity: 0.7;
}

main.recruit .recruit_btn a.recruit_contact_btn {
  background: #A33638;
}
main.recruit .recruit_btn a.recruit_line_btn {
  background:#45A95C;
}
main.recruit .photo_wrap {
  position: relative;
  overflow: hidden;
  padding-left: 20rem;
}

main.recruit .photo_wrap section {
  z-index: 2;
  position: relative;
}
main.recruit .photo_wrap .voices_bg {
  position: absolute;
  top: 600px;
  left: -5%;
  width: 140.59856rem;
  height: 38.75rem;
  transform: rotate(-4deg);
  background:linear-gradient(180deg, #F8E9D3 0%, rgba(255, 227, 239, 0.20) 100%);
  z-index: 0;
}


main.recruit .girls_photo .w_line {
  position: relative;
  height: 5rem;
}
main.recruit .girls_photo .w_line h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #ffffff;
          background: none;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #ffffff;
}


main.recruit .photo_area {
  margin-bottom: 120px;
}
main.recruit .girls_photo .photo_area ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.6rem;
}
main.recruit .girls_photo .photo_area ul li {
  width: 8.8125rem;
  height: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main.recruit .girls_photo .photo_area ul li img {
  object-fit: cover;
  object-position: top;

  width: 8.8125rem;
  height: 11rem;
}

main.recruit .girls_photo ul.voice_slide {}

main.recruit .girls_photo ul.voice_slide li {
  width: 17.5rem ;
  background: #ffffff;
  padding: 2rem;

}

main.recruit .voice_area {
  padding-bottom: 80px;
}

main.recruit .voice_area h2 {
  background: linear-gradient(90deg, #A5804A 0%, #C1A377 100%);
  -webkit-background-clip: text;
}
ul.voice_slide li h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #D8474A;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
ul.voice_slide li div {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}
ul.voice_slide li div span.voice_history {
  width: 4.375rem;
height: 2.25rem;
display: flex;
color:#FF9193 ;
text-align: center;
line-height: 1.2;
border: solid 1px #FF9193;
border-radius: 0.375rem;
}
ul.voice_slide li div span.voice_name {
color:#D8474A;
}
main.recruit .girls_photo ul.voice_slide li p {
  text-align: justify;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.2rem; /* 行の高さを設定 */
  min-height: 6rem; /* 5行分の高さ (1.5rem * 5) */
}

main.recruit .girls_photo ul.voice_slide li a.read-more {
  color:#D8474A;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin-top: 1rem;
}
main.recruit .girls_photo ul.voice_slide li a.read-more.non {
  height: 24px;
  pointer-events: none;
}

ul.voice_slide .slick-track {
  display: flex !important;
}

ul.voice_slide .slick-slide {
  height: auto !important;
    margin: 0 0.5rem;
}

ul.voice_slide .slick-next {
  top: 140px;
}

ul.voice_slide .slick-prev {
  top: 140px;
}

ul.voice_slide .slick-next:before {
  width: 2.5rem;
  height: 2.5rem;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 2px #DCC097;
  border-right: solid 2px #DCC097;

}


ul.voice_slide .slick-prev:before {
  width: 2.5rem;
  height: 2.5rem;
  transform: translate(-50%, -50%) rotate(225deg);
  border-top: solid 2px #DCC097;
  border-right: solid 2px #DCC097;

}


main.recruit section.requirements {
  background :#FFFFFF;
  box-shadow: 4px 4px 60px 0px #CCA97699;
  position: relative;
  padding: 3rem 5rem;
}

main.recruit h2.ft_kar,
main.recruit h3.ft_kar {
  text-align: center;
  font-size: 3.5rem;
  display: brock;
  width: 100%;
  background: none;
  -webkit-text-fill-color: #A38454;
}
main.recruit h2.ft_kar span,
main.recruit h3.ft_kar span {

  font-family: "Rozha One", serif;
color: #A38454;
  font-weight: 700;
  font-style: normal;
}

main.recruit section.requirements dl {
  display: flex;
  margin-bottom: 0.8rem;


}

main.recruit section.requirements dl dt {
  background: #C4AE8B;
  font-family: "Rozha One", serif;
  width: 11.25rem;
  color: #ffffff;
  font-size: 1.375rem;
  display: flex;
  justify-content: center;
  align-items: center;

}

main.recruit section.requirements dl dd {
  font-size: 1rem;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  font-style: normal;
  color: #434343;
  padding: 1rem;
  font-family: Kozuka Gothic Pro;
}


main.recruit .recruit_form {
  padding-left: 20rem;
  background: linear-gradient(180deg, #F8E9D3 0%, rgba(248, 233, 211, 0) 100%);
  padding-bottom: 8rem;
  padding-top: 2rem;
}


main.recruit div.order {
  align-items: center;
  justify-content: center;
}

main.recruit div.order div {
  gap: 0.3rem;
}

main.recruit div.order .order_num {
  position: relative;
  color: #ffffff;
  width:67px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1.875rem;
  letter-spacing: -0.05em;
  z-index: 0;
}

main.recruit div.order .order_num:after {
  content: "";
  position: absolute;
  top: 0em;
  left: 0.1rem;
  display: block;
  background: url(../img/order_num_heart.webp) no-repeat;
  width: 67px;
  height:67px;
  z-index: -1;
}

main.recruit div.order .order_num {
  color: #9d9d9d;
}

main.recruit div.order .now .order_num {
color: #ffffff;
}

main.recruit div.order .now .order_num:after {
  background: url(../img/order_num_heart_now.webp) no-repeat;
  background-size: cover;
}

main.recruit div.order .order_txt {
  font-size: 1.125rem;
  color:#6a522e;
}

main.recruit div.order .now .order_txt {
  color: #6a522e;
}

main.recruit div.order .order_border {
  width: 6.25rem;
  height: 0.125rem;
  background: #d7d7d7;
}
main.recruit div.order .order_border.now {
  background: #A38454;
}

main.recruit div.form_main {
  width: 100%;
  background: #FFFFFF;
  padding:100px;
  align-items: flex-start;
}
main.recruit form label {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
}
main.recruit form label span {
  margin-bottom: 0.5rem;
}
main.recruit form label span small {
  font-size:14px;
  color: #434343;
}

main.recruit form label input {
  border: 0;
  background: #E8E8E8;
  width: 100%;
  height: 3.125rem;
  padding: 0 0.5rem;
}
main.recruit form label.age div {
  justify-content: flex-start;
  align-items: flex-end;
}
main.recruit form label.age input { 
  width: 15em;
}
main.recruit form label .dates {
  justify-content: flex-start;
  align-items: center;
  gap: 0;

}
main.recruit form label .dates span {
  margin-right: 1rem;
}
main.recruit form label input[type="date"] {
  width: 15.625rem;
  padding: 0 0.5rem;
  margin-right: 3rem;
}


main.recruit form label select {
  width: 6.25rem;
height: 3.125rem;
background: #E8E8E8;
border: 0;
padding: 0 0.5rem;
margin-right: 0.5rem;
}

main.recruit form label textarea {
  border: 0;
  background: #E8E8E8;
  width: 100%;
  height: 21.25rem;
  padding:0.5rem;
}

main.recruit form button {
  color:#ffffff;
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  
  width: 22.5rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.625rem;
  background: linear-gradient(90deg, #A0793E 13.02%, #C49E63 95.83%);
  margin: 3rem auto 1rem;
  border: 0;
  transition: all 0.3s ease; 
}

main.recruit form button:hover {
  background: #ffffff;
  background: linear-gradient(90deg, #C49E63 13.02%, #A0793E 95.83%);
  transition: all 0.3s ease; 

}

main.recruit .form_main.confirm label {
  border-bottom:solid 1px #E7E7E7;
}


main.recruit .form_main.confirm label p {
  padding: 0.5rem 0;
}


main.recruit .form_main.complete strong,
main.recruit .form_main.complete p {
  width: 100%;
}



main.recruit.form {
  background: linear-gradient(180deg, #F8E9D3 0%, rgba(248, 233, 211, 0) 100%);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #DCC097;
  padding-left: 0;
  padding-bottom: 0;
}
main.recruit.form .recruit_form {
  background: none;
}

.recruit_foot footer {
  margin-top: 0;
}


main.recruit a.more_btn_line {
  color: #ffffff;
  border-color: #ffffff;
  background: none;
}

main.recruit a.more_btn_line:hover {
  background: #C4AE8B;
  border: none;
}

/* イベント */
main.events {}

main.events section.evtop { 
  margin: 0 auto 1rem;
}

main.events .event_select {
  width: 900px;
  margin: 0 auto 3rem;
  justify-content: flex-start;
  gap: 1rem;

}

main.events .event_select a {
  color:#ffffff;
  font-size: 1.7rem;
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
  width: 21.25rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.75rem;
  position: relative;
  background: linear-gradient(90deg, #A0793E 13.02%, #C49E63 95.83%);
  margin: 1rem auto 0rem;
  transition: all 0.3s ease; 
  z-index: 3;
}

main.events .event_select a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #A0793E 13.02%, #C49E63 95.83%);
  border-radius: 3.625rem;
  z-index: -1;
  transition: opacity 0.3s ease;
  opacity: 0;
}

main.events .event_select a:hover::before {
  opacity: 1;
}

main.events #monthly div {
  flex-wrap: wrap;
  gap:1rem 0 ;

}
main.events #monthly div a {
  width: 50%;
}
main.events #monthly div p {
  width: 100%;
}

/* タブのスタイル */
.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;

}

.tab-input {
  display: none;
  width: 10rem;
  height: 2.5rem;
  border-radius: 2.75rem;
  background: #FF9BCB;
}

.tab-label {
  cursor: pointer;
  padding: 10px 20px;
  background-color: #FF9BCB;
  text-align: center;
  margin-bottom: 5px;
  color: #ffffff;

  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  width: 10rem;
  height: 2.5rem;
  line-height:1;
  border-radius: 2.75rem;
}

.tab-label.leftbtn {

  margin-left: auto;
}

/* タブが選択されたときのスタイル */
.tab-input:checked + .tab-label {
  background: #E8358B;
  color: #fff;
}

/* タブコンテンツのスタイル */
.tab-content {
  width: 100%;
  max-height: 0;
  display: block; /* 常にblockに設定 */
  opacity: 0; /* 初期状態では透明 */
  visibility: hidden; /* 初期状態では非表示 */
  transition: opacity 0.5s, visibility 0.5s; /* トランジションの設定 */
}

/* 選択されたタブのコンテンツを表示 */
#alltab:checked ~ #all-content,
#todaytab:checked ~ #today-content {
  opacity: 1; /* 完全に不透明 */
  visibility: visible; /* 表示 */
  max-height:3000px;
}

#today-content {
  margin-top: -16px;
}

.tab-content .top_events {
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.tab-content .top_events:before {
  content:"";
  width: 17.5rem;
  order: 1;

}

.tab-content .top_events li {
  width: 17.5rem;
}



.pager {
  margin: 0 auto;
  justify-content: center;
  gap: 0.9rem;
}

.pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  clip-path: circle(50% at 50% 50%);
  background: #E8E8E8;
  color: #9D9D9D;
  font-size: 1.57225rem;
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.pager li.now a {
  background: #D81D57;
  color: #ffffff;
  pointer-events: none;
}

.pager li.prev a,
.pager li.next a {
  background: none;
}

.pager li.prev a:before {
  content: '';
  position: absolute;
  top: 51%;
  right: -30%;
  transform: translate(-50%, -50%) rotate(225deg);
  border-top: solid 1px #DCC097;
  border-right: solid 1px #DCC097;
  width: 20px;
  height: 20px;
}

.pager li.next a:before {
  content: '';
  position: absolute;
  top: 51%;
  right: 30%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 1px #DCC097;
  border-right: solid 1px #DCC097;
  width: 20px;
  height: 20px;
}


.events_article {}
.events_article h2 {

}
.events_article small {
  color: #FF3674;
}
.events_article h3 {
          width: 100%;
  padding-bottom: 0.5rem;
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
  font-family: Arial, Helvetica, sans-serif!important;
  margin-bottom: 2rem;
  background: none!important;
  -webkit-text-fill-color:#ffffff!important;
  font-size: 1.8rem!important;
word-break: break-all;      /* 英単語・長い文字列を途中で改行OKにする */
  overflow-wrap: break-word;  /* 新しい仕様でも対応 */
  white-space: normal;      
}
.events_article p {
  line-height: 1.9;
  color: #ffffff;
}
.events_article img {
  width: auto;
  margin-bottom: 1rem;
}

.events .article_move {
  width: 540px;
  margin: 0 auto;
}


.events .article_move a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DCC097;
  border-radius: 3.1105rem;
  width: 16.25rem;
  height: 3.75rem;
  color: #ffffff;
  color:#ffffff;
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;

font-size: 2.3rem;
transition: all 0.3s ease; 
}

.events .article_move a:hover {
  opacity: 0.7;
  transition: all 0.3s ease; 
}

.events .article_move a small {
          font-size: 1.4rem;
}


.events .article_move a.b_btn {
  margin-right: auto;
}

.events .article_move a.n_btn {
  margin-left: auto;
}

/* GIRLS */
main.girls .girls_select {
  width: 900px;
  margin: 0 auto 3rem;
  justify-content: flex-start;
  gap: 1rem;

}

main.girls .girls_select a {
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  width: 13.25rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.75rem;
  /* background: #ffffff; */
  border:solid 1px #D0AF7D;
  color: #D0AF7D;
}

main.girls .girls_select a.now {
  color:#ffffff;
  border: none;
  background: linear-gradient(90deg, #A0793E 13.02%, #C49E63 95.83%);
  pointer-events: none;
}


main.girls ul.girls_week {
  border:solid 1px #CBB99D;
  gap: 0;
  height: 3.75rem;
  background: #ffffff;
}

main.girls ul.girls_week li {
  border-right:solid 1px #CBB99D;
  flex: 1;
}

main.girls ul.girls_week li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Kozuka Gothic Pro;
  /* font-weight: bold; */
  font-size: 1.125rem;
}
main.girls ul.girls_week li:last-child {
  border: 0;
}

main.girls ul.girls_week li a {
  color: #434343;
  background: #ffffff;
}

main.girls ul.girls_week li.active a {
  background: #FFF2DF;
}

main.girls ul.girls_week li.sat a {
  color: #3D6C97;
}

main.girls ul.girls_week li.sun a {
  color: #F30B52;
}

main.girls ul.top_girls li span.ranknums {
  font-size: 2rem;
  color: #FF9BCB;
}


/* GIRLS PROFILE */
main.girlsdetail {}
main.girlsdetail section div.detail_wrap {
  align-items: flex-start;

}

main.girlsdetail section div.left_area {
  width: 382px;
}
main.girlsdetail section div.right_area {
  width: 500px;
}





/* 名前・スケジュール */
main.girlsdetail h3 {
  font-size: 2rem;
  color:#FFFFFF ;
  height: 3.75rem;
  border-left: solid 14px #FFFFFF;
  padding-left: 0.7rem;
  margin-bottom: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
main.girlsdetail img {
}

.girlsdetail a.more_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
}

.girlsdetail a.more_btn_line {
  border-color: #D0AF7D;
  font-family: Arial, Helvetica, sans-serif;
  color: #D0AF7D;
  font-weight: bold;
}

.girlsdetail a.more_btn_line:hover {
  background: #D0AF7D;
  color: #ffffff;
}

.girlsdetail .girls_photo_thumbnail,
.girlsdetail .photo_thumbnail.movie {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-top: 1rem;
  display: flex;
}

.girlsdetail .girls_photo_thumbnail.movie {
  padding: 0;

}

.girlsdetail .girls_photo_thumbnail img {
  width: calc(20% - 0.4rem);
  height: 78px;
  cursor: pointer; /* クリック可能なことを示すカーソル */
  object-fit: cover;
  object-position: top center;
}

.girlsdetail .photo_thumbnail.movie a {
  width: calc(20% - 0.4rem);
  cursor: pointer; /* クリック可能なことを示すカーソル */
}
.girlsdetail .photo_thumbnail.movie img {
  border-radius: 0.375rem;
}

.girlsdetail ul.girls_sns {
  justify-content: flex-start;
  gap: 0.8rem;
}

.girlsdetail ul.girls_sns li {
  height: 2.4375rem;
}

.girlsdetail ul.girls_sns li a {
  transition: all 0.3s ease; 
}
.girlsdetail ul.girls_sns li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease; 
}


.girlsdetail ul.girls_sns li a img {
  border-radius: 0;
  height: 2.4375rem;
  width: auto;
}


.girls_schedule {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.875rem;
}

.girls_schedule th, .girls_schedule td {
  border: 1px solid #CBB99D;
  text-align: center;
}

.girls_schedule th {
  background-color: #FFF2DF;
  height: 1.875rem;
  vertical-align: middle;
}
.girls_schedule td {
  height: 3.75rem;
  vertical-align: middle;
  background: #ffffff;
}

.girls_schedule .sun {
  color: #F30B52;
}

.girls_schedule .sat {
  color: #3D6C97;
}

.girls_schedule .rest, .girls_schedule .undecided {
  background-color: #E3E3E3;
}


/* girls_profileクラスに対するスタイル */
.girls_profile {
  border: 1px solid #CBB99D; 
  border-collapse: collapse;
  width: 100%;
}

.girls_profile tr {

}

.girls_profile th,.girls_profile td {
  border: 1px solid #CBB99D;
  height: 50px;
  vertical-align: middle;
}

.girls_profile th {
  background: linear-gradient(90deg, #AF9061 0%, #CCB490 95.83%);
  color: #ffffff; 
  width:12.5rem;
  font-size: 0.9rem;
  padding:0.7rem; 
   border: 1px solid #FFF2DF;
}

.girls_profile td {
  background-color: #FFF2DF; 
  padding: 0.7rem; 
  text-align: left; 
  font-weight: normal; 
}


/* .girls_profile tr:nth-child(odd) {
  background-color: #FFEDF5;
} */

/* 
.girls_profile tr:hover {
  background-color: #FFD2E7; 
} */


.girlsdetail h5 {
  font-size: 2.25rem;
  color: #ffffff;
}

.girlsdetail a.more_btn_line {
  width: 100%;
  height: 3.75rem;
  font-size: 1.625rem;
  margin: 0 auto 1rem;
}

main.girlsdetail section ul.voice_slide {}

main.girlsdetail section ul.voice_slide li {
  border: solid 2px #E7E7E7;
  padding: 2rem;
}


main.girlsdetail section ul.voice_slide li h3 {
  font-size: 1.125rem;
  border-left: 0px;
  padding: 0;
  line-height: 1.2;
  color: #FFF2DF;
}


main.girlsdetail ul.voice_slide li div {
  justify-content: flex-start;
  /* align-items: center; */
  align-items: stretch;
  margin-bottom: 0.5rem;
}

main.girlsdetail ul.voice_slide li div span.voice_history {
  width: 3.125rem;
height: 2.25rem;
display: flex;
color:#FFF2DF ;
text-align: center;
line-height: 1.2;
border: solid 1px #FFF2DF;
border-radius: 0.375rem;
}

main.girlsdetail ul.voice_slide li div .voice_heart {
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.4rem;    
  height: 2.25rem;
  margin: 0;
}
main.girlsdetail ul.voice_slide li div .voice_heart img {
  width: 1.33594rem;
  border-radius: 0;

}
main.girlsdetail ul.voice_slide li p {
  text-align: justify;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.2rem;
  min-height: 6rem;
  color: #ffffff;
}

main.girlsdetail ul.voice_slide li a.read-more {
  color:#FFF2DF;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin-top: 1rem;
}
main.girlsdetail ul.voice_slide li a.read-more.non {
  height: 24px;
  pointer-events: none;
}

/* ブログ */
main.girlsdetail ul.voice_slide.girls_blog li {
  border: 0;
  border-radius: 0;
  border-right: dashed 1px #ABABAB;
  padding: 0;
  padding-right:0.8rem;
}

.girls_blog li div {
  width: 100%;
  justify-content: space-between;
}
.girls_blog li div img {
  width: 130px;
  border-radius: 0;
  object-fit: cover;
}
.girls_blog li div div {
align-items: flex-start;
  gap: 0.5rem;
}
.girls_blog li div div h4 {
  margin: 0;
  height: fit-content;
  color: #DCC097;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
}
.girls_blog li div div small {
  color: #888888;
}
.girls_blog li div div span {
  display: flex;
  color: #FFF2DF;
  border: solid 1px #FFF2DF;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
}
ul.voice_slide.girls_blog li div div p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3!important;
  overflow: hidden;
  min-height: auto;
  text-align: left;
}


/* 口コミレビュー */

main.review form select {
  width: fit-content!important;
  
}

.rating {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1rem;
}

main.review .rating label {
  cursor: pointer;
  width: fit-content;
}
.rating label img {
  width: 2.8125rem;
height: 2.5rem;
}

.rating input {
  display: none; /* ラジオボタンを非表示にする */
}

.rating label img.on {
  display: none; /* デフォルトでは「on」画像を非表示にする */
}

.rating input:checked ~ label img.off {
  display: none;
}

.rating input:checked ~ label img.on {
  display: inline;
}

.rating label:hover img.on,
.rating label:hover ~ label img.on {
  display: inline;
}

.rating label:hover img.off,
.rating label:hover ~ label img.off {
  display: none;
}


main.contact.review .voice_heart {
  justify-content: flex-start;
  padding-bottom: 1rem;
}
main.contact.review .voice_heart img {
  width: 2rem;
} 

/* GALLERY PHOTO MOVIE  */
main.gallery {}
main.gallery .gallery_select {
  width: 900px;
  margin: 0 auto 3rem;
  justify-content: flex-start;
  gap: 1rem;
}
main.gallery .gallery_select a {
  margin: 0;
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
  width: 21.25rem;
  height: 3.75rem;
  border-radius: 3.75rem;
  /* background: #ffffff; */
  color: #D0AF7D;
  border: solid 1px #A38454;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
main.gallery .gallery_select a.now {
  border: 0;
  color: #ffffff;
  background: linear-gradient(90deg, #A0793E 13.02%, #C49E63 95.83%);

  }

main.gallery section.gallery_photo div {
  flex-wrap: wrap;
  gap: 1rem;
}

main.gallery section.gallery_photo div img {
  width: 136px;
  height: 173px;
  object-fit: cover;
  object-position: top;
}


main.gallery section.gallery_movie ul {
  flex-wrap: wrap;
  gap: 1rem;
}

main.gallery section.gallery_movie ul li:not(.pager li) {
  width: calc(25% - 1rem);
}


/* SHOP */
main.shop {
}

main.shop .shop_photo {
  width: 100%;
  height: 490px;
  overflow: hidden;
}
main.shop .shop_photo div {
  width: 100%;
  height: 490px;
}
main.shop .shop_photo img {
  height: 490px;
  object-fit: cover;
  object-position: center;
}

main.shop .shop_photo_thumbnail {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  gap: 0.5rem;
  padding-bottom: 10px;
}

main.shop .shop_photo_thumbnail .simplebar-content {
  /* overflow-x: scroll; */
  display: flex;
  gap: 0.5rem;
  padding-bottom: 5px;
}
.simplebar-content:before {
  content: none!important;
}

/* simplebar */
.scroll__inner {
  background-color: FFF2DF;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar {
  top: 0!important;
  bottom: 0!important;
  height: 8px!important;
}
.simplebar-scrollbar::before {
  background: #A38454!important;
  border-radius: 0;
  height: 5px !important;
  border-radius: 0!important;
  left: 0!important;
  /* margin-left: 2px;
  margin-top: 3px; */
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background: #FFF2DF!important;
  height: 5px !important;
}




main.shop .shop_photo_thumbnail img {
  width:150px ;
}



/* カスタムスクロールバーのスタイル */
main.shop .shop_photo_thumbnail::-webkit-scrollbar {
  /* height: 4px;  */
  /* スクロールバーの高さ */

}

main.shop .shop_photo_thumbnail::-webkit-scrollbar-track {
  /* background: #FFD9EB; */
   /* スクロールバーのトラックの背景色 */
  /* padding: 0!important;
  margin: 0!important; */
}

main.shop .shop_photo_thumbnail::-webkit-scrollbar-thumb {
  /* background: #FF9BCB;  */
  /* スクロールバーのハンドルの背景色 */
  /* border-radius: 4px;  */
  /* ハンドルの角を丸くする */
  /* border-right: 0;
  border-left: 0;
  padding: 0!important;
  margin: 0!important; */
}

main.shop .shop_photo_thumbnail::-webkit-scrollbar-thumb:hover {
  /* background: #FF9BCB; */
   /* ハンドルのホバー時の背景色 */
}

/* Firefox用のスクロールバーのスタイル */
main.shop .shop_photo_thumbnail {
  /* scrollbar-width: thin; 
  scrollbar-color: #FF9BCB #FFD9EB;  */
  
}



main.shop table.shop_info {
  width: fit-content; /* テーブルの幅を100%に設定 */
  border-collapse: separate; /* セルの境界線を分離 */
  border-spacing: 10px 10px;
  margin: 0 auto; 
}


main.shop table.shop_info th, td {
  padding: 1rem; /* セル内のパディング */
  text-align: left; /* テキストを左揃え */
}


main.shop table.shop_info th {
  background: linear-gradient(90deg, #DCC097 0%, #FDE4C1 100%);
  color:#434343;
  font-weight: bold; /* 見出しのフォントを太字に */
  vertical-align: middle;
  text-align: center;
  padding :1rem 3rem;
      font-family: "Rozha One", serif;
}


main.shop table.shop_info td {
  /* background-color: #ffffff;  */
  color: #ffffff;
}

main.shop h3 {
font-size: 2.5rem;
}

main.shop .shop_googlemap {
  align-items: flex-start;
}
main.shop .shop_googlemap p {
  padding-top: 2rem;
  line-height: 1.8;
  color: #ffffff;
}
main.shop .shop_googlemap iframe {
  width: 33.75rem;
height: 25.625rem;
  /* border-radius: 1.875rem; */
}

main.shop .insideview img, main.shop .insideview iframe {
width: 56.3125rem;
height: 37.375rem;
border-radius: 1.875rem;
}

main.shop .shop_youtube {
  width: 56.25rem;
  height: 31.625rem;
}
main.shop .shop_youtube iframe {
  width: 100%;
  height: 100%;
}

main.shop .shop_officialsns {}
main.shop .shop_officialsns div {
  width: 770px;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start !important;
}
main.shop .shop_officialsns div a {
  width: calc(33% - 0.7rem);
  height: 3.75rem;
  font-size: 1.625rem;
  border-radius: 3.75rem;

  justify-content: center;
  align-items: center;

  color: #D0AF7D;
  border: solid 1px #D0AF7D;

  transition: all 0.3s ease; 
}

main.shop .shop_officialsns div a:hover {
  background: #D0AF7D;
  color: #ffffff;
  transition: all 0.3s ease; 
}

main.shop .shop_officialsns div a:last-child {
  opacity: 0;
  pointer-events: none;
}

.shop_faq {
  /* padding: 10px; */
}

.faq_contents {
  gap: 0;
  width: 100%;
  padding: 0.8rem 1.5rem;
  flex-wrap: wrap;
  /* border-radius: 1.25rem; */
/* border: 2px solid var(--ff-8-ec-4, #FFD9EB); */
background: var(--ffffff, #FFF);
/* box-shadow: 5px 5px 0px 0px rgba(255, 155, 203, 0.20); */
margin-bottom: 1rem;
}

.faq_contents .question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.125rem;
  font-weight: bold;
}

.faq_contents span.faq_title {
  font-size: 3.125rem;
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  letter-spacing: 0.08em;
  color: #A38454;
  line-height: 1;
  margin-right: 0.8rem;
}

.faq_contents .answer {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.faq_contents .answer div {
  padding: 1rem 0 0.5rem;
  gap: 0;
  justify-content: flex-start;
}
.faq_contents .answer div p {
  padding-top: 4px;

}
.faq_contents .answer span.faq_title {
  color: #CAB79B;
}

.faq_contents .toggle {
  font-size: 2.7rem;
  color: #A38454;
  line-height: 1;
  padding-left: 1rem;
  margin-left: auto;
}

.faq_contents .toggle.active {
  transform: scaleX(1.8);
  padding-right: 0.5rem;
}


div.cl_link {
  background: linear-gradient(180deg, #FFE3EF 0%, rgba(255, 227, 239, 0.20) 100%);
  padding: 1.7rem;
}

div.cl_link a {
  gap: 1rem;
  align-items: flex-start;
  transition: all 0.3s ease;
}

div.cl_link a:hover {
  opacity: 0.7;
}
div.cl_link a img {
  width: 300px;

}
div.cl_link a div {
  width: calc(100% - 300px);
}

main.column div.cl_link a h3,
section.top_column div.cl_link a h3 {
  font-size:1.25rem ;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.cl_link a p {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}

section.cl_detail img {
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

section.cl_detail h3 {
  font-size:2.3rem!important;
  line-height: 1.2;
  margin-bottom: 1rem;
}
section.cl_detail p {
  margin-bottom: 0.5rem;
}
section.cl_detail h4 {
  font-size: 2rem;
  color: #E8358B;
  margin-bottom: 0.5rem;
}


section.top_column {}

section.top_column a:not(a.more_btn) {
  background: linear-gradient(180deg, #B79A6D 0%, rgba(183, 154, 109, 0) 100%);
  padding: 1.5rem;
  gap: 1rem;
  margin-bottom: 2rem;
}

section.top_column a img {
  width: 300px;
}

section.top_column a div {
  width: calc(100% - 300px - 1rem);
}
main section.top_column a div small {
        color:#FFF2DF;
      }
main section.top_column a div h3 {
        color:#FFF2DF;
        font-size: 1.7rem;
        font-family: Arial, Helvetica, sans-serif;
        background: none;
        -webkit-text-fill-color: #FFF2DF;
				display: block;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
}
section.top_column div p {
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#column-detail{color:#fff;}
#column-detail h3{font-size:1.5rem !important; color:#fff !important; margin:12px 0 0 !important; -webkit-text-fill-color: #fff !important;}
