@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: "din-2014", sans-serif;
font-weight: 700;
font-style: normal;
}

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



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

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

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


/* ヘッダー */
header {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 19.375rem;
  height: 100vh;
  max-height: 53.75rem;
  background: linear-gradient(180deg, #E8358B 0%, rgba(232, 53, 139, 0.60) 100%);
  border-bottom-right-radius :3.75rem;
  z-index: 9999;
}
h1 {
  margin-top: 0.2rem;
  width: 15.54569rem;
  height: 9.625rem;
}

/* 
.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.65rem;
}
nav ul.main_menu li {
  height:2.8125rem;
}
nav ul.main_menu li a {
  position: relative;
  align-items: flex-start;
  gap: 0rem;
  line-height: 1.1;
}
nav ul.main_menu li a small {
  font-weight: normal;
  letter-spacing: normal;
}

nav ul.main_menu li a:before {
  content:"";
  position: absolute;
  background-image: url(../img/menu_bunny.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.70756rem;
  height: 2.8125rem;
  bottom: -2px;
  left: -2rem;
}

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

ul.sns {
  width: 7.79244rem;
}
ul.sns li {
  transition: all 0.3s ease; /* トランジション効果の設定 */
}
ul.sns li:hover {
  opacity: 0.7;
}
.contact_area {
  width: 15.625rem;
}

.contact_area .tel {
  width: 13.52206rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  gap:0.1rem;
  align-items: center;
  line-height: 1;
}
.contact_area .tel img {
  width: 1.09438rem;
height: 1.43994rem;
}
.contact_area a.c_button {
  width: 15.625rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  box-shadow: 0px 7px 0px 0px #FF9BCB;
  justify-content: center;
  align-items: center;

}

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

}


footer .bg_txt {
  gap: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  /* -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: #FFD9EB;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  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(90deg, #E8358B 13.02%, #FF9BCB 95.83%);
  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;
}

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 h2 {
  width: 314px;
}
footer .ft_top h2 img {
  width: 314px;

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

footer .ft_top .sns li.twi img {
  width: 1.75rem;
  height: 1.75rem;
}
footer .ft_top .sns li.ins img {
  width: 2.025rem;
  height: 2.025rem;
}
footer .ft_top .sns li.tik img {
  width: 1.65rem;
  height: 1.8rem;
}
footer .ft_top .sns li.you img {
  width: 2.4rem;
  height: 1.725rem;
}
footer .ft_top .sns li.lin img {
  width: 2.175rem;
  height: 2.1rem;
}
footer .ft_top .sns li.bny img {
  width: 1.575rem;
  height: 2.55rem;
}

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

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

}


/* トップページ */
.mainimage {
  background: #FF9BCB;
  padding-left: 20rem;
  padding-bottom: 10px;
  overflow: hidden;
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.mainimage:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url(../img/mainimage_line.webp);
  background-size: auto;
  background-repeat: repeat;
  display: block;
}

.mainimage .image_all {
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-right: 40px;

}
.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 {
  border-radius: 7.5rem;
  overflow: hidden;
  width: 85%;
  margin:4% auto 6%;
  border: solid 6px #E8358B;
  box-shadow: 0 0 0 15px rgb(255 255 255);
  position: relative;
  z-index: 1;
}


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

.mainimage .mainimage_area .slide .slick-dots {
  bottom: 15px;
}
.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: #E8358B;
}


main {
  padding-left:20rem;
  background-image: url(../img/main_bg_pc.webp);
  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 {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 3.75rem;
  color: #000; /* テキストの色を設定 */
  display: table; /* インライン要素に設定 */
  background: linear-gradient(90deg, #E8358B 13.02%, #FF9BCB 95.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  box-decoration-break: clone; /* 複数行にまたがる場合に役立つ */
}

a.more_btn {
  color:#ffffff;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size:2rem;
  
  width: 22.5rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.625rem;
  background: linear-gradient(90deg, #E8358B 13.02%, #FF9BCB 95.83%);
  margin: 3rem auto 1rem;
}

a.more_btn_line {
  color:#E8358B ;
  border:solid 1px #E8358B;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  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;
}


ul.top_events {
  gap: 1rem;
}
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;
}
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;
}
ul.top_events li a p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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 {
  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 {
  background-image: url(../img/menu_bunny_pc.webp);
  background-repeat: no-repeat;
  background-position: left 637px bottom 146px;
}

section.top_pink_area:before {
  content: "";
  display: block;
  position: absolute;
  left: -10rem;
  top: -5rem;
  width: calc(100% + 10rem);
  height: calc(100% + 5rem);
  margin-right: 0;
  background: linear-gradient(180deg, #FFE3EF 0%, rgba(255, 227, 239, 0.20) 100%);
  border-radius: 10.625rem 0rem 0rem 0rem;
  z-index: -1;
  
}
section.top_pink_area .pink_area_main {
  width: 900px;
  overflow: hidden;
}

section.top_pink_area .pink_area_main div.pcflex {
  gap: 40px;
}

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

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

.menu_price .header {
  background-color: #E8358B;
  color: white;
  font-size: 2rem; /* ①の文字サイズ */
  height: 3.875rem;
}

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

.menu_price .price {
  background-color: #ffffff;
  color: #434343;
  font-size: 1.875rem; /* ③の文字サイズ */
  height: 3.875rem;
  font-weight: bold;
  font-family: "Kozuka Gothic Pro", Arial, sans-serif;
}

.menu_price th.header:first-child {
  position: relative;
}

.menu_price th.header:first-child div.heart {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/menu_heart_bg.webp);
  background-repeat: no-repeat;
  width: 7.375rem;
  height: 6.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.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: #E8358B;  line-height: 1;
  font-family: "Kozuka Gothic Pro", Arial, sans-serif;
  margin-left: -10px;
  margin-bottom: 0.2em;
}
.menu_price th.header:first-child div.heart span small {
  font-size: 1.875rem;
  color: #E8358B;
  margin-left: -8px;
    margin-bottom: 5px;
}

.menu_price.profit {
  width: 26.875rem;
}

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

.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.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: 32rem;
  left: 29rem;
/* 
  width: 669px;
  height: 452px; */
}

.pink_area_main div.yell a img {
  width: 19.8125rem;
height: 12.5rem;
}

.top_pink_area.sns {
  position: relative;
}

.top_pink_area.sns .bunny {
  position: absolute;
  width: 20.625rem;
  height: 41.8125rem;
  top: -9rem;
  left: 698px;
  z-index: -1;
}

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

.top_pink_area.sns h4 {
  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;
}
.breadcrumbs ul li:after {
  content: ">";
}
.breadcrumbs ul li a.nolink {
  color:#434343;
  pointer-events: none;
}
.breadcrumbs ul li:last-child::after {
  content: none;
}


/* メニュー */

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

section.menu h4 {
  background:#FFD9EB;
  border-left: solid 0.6rem #E8358B;
  color: #434343;
  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;
}

.subpage section.menu {
  position: relative;
}

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

.subpage section.menu div.yell {
  position: absolute;
  top: 44rem;
  left: 29rem;
}

.subpage section.menu div.yell a img {
  width: 19.8125rem;
height: 12.5rem;
}
.subpage section.menu div.plan_menu {
  border:solid 2px #E8358B;
  border-radius: 1.73438rem;
  padding: 2rem 3rem;
  width: 38.125rem;
  position: relative;
  margin-bottom: 3rem;
}

.subpage section.menu div.plan_menu h5 {
  font-size: 1.5rem;
  position: absolute;
  left: 1.5rem;
  top: -0.75rem;
  line-height: 1;
  background: #ffffff;
  padding: 0 1rem;
}

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

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

.subpage section.menu div.plan_menu.premium {
  width: 46.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 h5 {
  font-size: 1.875rem;
  color:#E8358B;
  border-bottom: solid 2px #E8358B;
  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;
}

.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;
}
.subpage section.drinkmenu div.txtmenu dl dt {
  font-size: 1.125rem;
  width: max-content;
}
.subpage section.drinkmenu div.txtmenu dl dd {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: Kozuka Gothic Pro;
  text-align: left;
  width: 11em;
}
.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;
}
.subpage section.other ul.payment li {
  width: 5rem;
  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: 452px;
  padding-top: 164px;
  padding-left: 210px;
  margin-bottom: 3rem;
}
main.concept div:before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(180deg, #FFE3EF 0%, rgba(255, 227, 239, 0.20) 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:#E8358B;
  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: #E8358B;
}
main.concept section.concept_main div h4 {
  font-size: 3.125rem;
  background: linear-gradient(90deg, #E8358B 13.02%, #FF9BCB 95.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    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;
}

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



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

}

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: 0.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 {
    height: 423px;
    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.contact {}
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: #ffffff;
  width: 3.5625rem;
  height: 3.25rem;
  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: 0.1em;
  left: 0;
  display: block;
  background: url(../img/order_num_heart.webp) no-repeat;
  width: 3.5625rem;
  height: 3.25rem;
  z-index: -1;
}

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

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

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

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

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;
}
main.contact form label span small {
  font-size:14px;
  color: #434343;
}

main.contact form label input {
  border: 0;
  background: #FFE3EF;
  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: #FFE3EF;
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: #FFE3EF;
  border-radius: 10px;
  width: 100%;
  height: 21.25rem;
  padding:0.5rem;
}

main.contact form button {
  color:#ffffff;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  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, #E8358B 13.02%, #FF9BCB 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;
}

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


/* 採用情報 */
main.recruit {
  background-image: url(../img/main_bg_pc.webp),url(../img/circle_bg_pc.webp);
  background-repeat: no-repeat;
  background-position: top right, top center;
  background-color: #FF9BCB;
  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 :#FFEDF5;
  box-shadow: 4px 4px 60px 0px rgba(232, 53, 139, 0.60);
  border-radius: 3.75rem;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

main.recruit section.points h4 {
  position: absolute;
  top: -3rem;
  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;
  width: 25rem;
  height: 5.875rem;
  padding-bottom: 1rem;
}

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;
  border-radius: 1.04625rem;
  filter: drop-shadow(15px 15px 0px rgba(232, 53, 139, 0.20));
}

.points_detail div span {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
  display: block;
  line-height: 1.2;
}

.points_detail div span p.p_num {
  position: absolute;
  top: -1.8rem;
  left: -1rem;
  font-family: "al-fresco", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
.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;
}

main.recruit .recruit_btn a.recruit_contact_btn {
  background: #E8358B;
}
main.recruit .recruit_btn a.recruit_line_btn {
  background:#3D9F2C;
}
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, #FFE3EF 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 h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

main.recruit .girls_photo .w_line span {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ffffff;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 3.75rem;
  display: table;
  display: block;
  z-index: 1;
  text-shadow:
        -1px -1px 0 #fff,  
         1px -1px 0 #fff,
        -1px  1px 0 #fff,
         1px  1px 0 #fff;
}
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;
  border-radius: 1.875rem;
  padding: 2rem;

}

main.recruit .voice_area {
  padding-bottom: 80px;
}
ul.voice_slide li h4 {
  color: #E8358B;
  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:#FF9BCB ;
text-align: center;
line-height: 1.2;
border: solid 1px #FF9BCB;
border-radius: 0.375rem;
}

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:#FF9BCB;
  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 #E8358B;
  border-right: solid 2px #E8358B;

}


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

}


main.recruit section.requirements {
  background :#FFEDF5;
  box-shadow: 4px 4px 60px 0px rgba(232, 53, 139, 0.60);
  border-radius: 3.75rem;
  position: relative;
  padding: 3rem 5rem;
}

main.recruit h3.ft_kar {
  text-align: center;
  font-size: 3.5rem;
  display: brock;
  width: 100%;
}
main.recruit h3.ft_kar span {

  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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


}

main.recruit section.requirements dl dt {
  background: #E8358B;
  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, #FFE3EF 0%, rgba(255, 227, 239, 0.20) 100%);
  padding-bottom: 8rem;
}


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: 3.5625rem;
  height: 3.25rem;
  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: 0.1em;
  left: 0;
  display: block;
  background: url(../img/order_num_heart.webp) no-repeat;
  width: 3.5625rem;
  height: 3.25rem;
  z-index: -1;
}

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

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

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

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

main.recruit div.form_main {
  width: 100%;
  border-radius: 3.75rem;
  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: #FFE3EF;
  border-radius: 10px;
  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: #FFE3EF;
border-radius: 10px;
border: 0;
padding: 0 0.5rem;
margin-right: 0.5rem;
}

main.recruit form label textarea {
  border: 0;
  background: #FFE3EF;
  border-radius: 10px;
  width: 100%;
  height: 21.25rem;
  padding:0.5rem;
}

main.recruit form button {
  color:#ffffff;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  
  width: 22.5rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.625rem;
  background:  #E8358B;
  margin: 3rem auto 1rem;
  border: 0;
}

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-image: url(../img/main_bg_pc.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #FFE3EF;
  padding-left: 0;
  padding-bottom: 0;
}
main.recruit.form .recruit_form {
  background: none;
}

.recruit_foot footer {
  margin-top: 0;
}


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

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

}

main.events .event_select a {
  color:#ffffff;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  width: 21.25rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.75rem;
  background: linear-gradient(90deg, #E8358B 13.02%, #FF9BCB 95.83%);
}
main.events .event_select a.all_btn {
  background: #ffffff;
  border:solid 1px #E8358B;
  color: #E8358B;

}


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: "din-2014", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  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: #FF9BCB;
  color: #ffffff;
  font-size: 1.57225rem;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
.pager li.now a {
  background: #E8358B;
  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 #E8358B;
  border-right: solid 1px #E8358B;
  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 #E8358B;
  border-right: solid 1px #E8358B;
  width: 20px;
  height: 20px;
}


.events_article {}

.events_article h4 {
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #434343;
  margin-bottom: 2rem;

}
.events_article p {
  line-height: 1.9;
}
.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: #FF9BCB;
  border-radius: 3.1105rem;
  width: 16.25rem;
  height: 3.75rem;
  color: #ffffff;
  color:#ffffff;
  font-family: "din-2014", sans-serif;
  font-weight: 600;

font-size: 1.75rem;
}


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

}

main.girls .girls_select a {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  width: 21.25rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.75rem;
  background: #ffffff;
  border:solid 1px #E8358B;
  color: #E8358B;
}

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


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

main.girls ul.girls_week li {
  border-right:solid 1px #E8358B;
  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.sat a {
  background: #FFD9EB;
  color: #0085FF;
}

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

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 h4 {
  font-size: 2rem;
  color:#E8358B ;
  height: 3.75rem;
  border-left: solid 14px #E8358B;
  padding-left: 0.7rem;
  margin-bottom: 0.8rem;
}
main.girlsdetail img {
  border-radius: 1.47819rem;
}


.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 {
  border-radius: 0.375rem;
  width: calc(20% - 0.4rem);
  cursor: pointer; /* クリック可能なことを示すカーソル */
}

.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 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 #FF9BCB;
  text-align: center;
}

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

.girls_schedule .sun {
  color: #E8358B;
}

.girls_schedule .sat {
  color: #0085FF;
}

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


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

.girls_profile tr {

}

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

.girls_profile th {
  background-color: #FF9BCB;
  color: #ffffff; 
  width:12.5rem;
  font-size: 0.9rem;
  padding:0.7rem; 
}

.girls_profile td {
  background-color: #FFEDF5; 
  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;
}

.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 1px #e7e7e7;
  border-radius: 1.875rem;
  padding: 2rem;
}

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


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

main.girlsdetail ul.voice_slide li div span.voice_history {
  width: 3.125rem;
height: 2.25rem;
display: flex;
color:#FF9BCB ;
text-align: center;
line-height: 1.2;
border: solid 1px #FF9BCB;
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;
}

main.girlsdetail ul.voice_slide li a.read-more {
  color:#FF9BCB;
  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;
}
.girls_blog li div div {
align-items: flex-start;
  gap: 0.5rem;
}
.girls_blog li div div h4 {
  margin: 0;
  height: fit-content;
}
.girls_blog li div div small {
  color: #888888;
}
.girls_blog li div div span {
  display: flex;
  color: #FF9BCB;
  border: solid 1px #FF9BCB;
  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: "din-2014", sans-serif;
    font-weight: 600;
  width: 21.25rem;
  height: 3.75rem;
  border-radius: 3.75rem;
  background: #ffffff;
  color: #E8358B;
  border: solid 1px #E8358B;
  font-size: 1.625rem;
  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, #E8358B 13.02%, #FF9BCB 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 {
  border-radius: 30px;
  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: 5px;
}


main.shop .shop_photo_thumbnail img {
  width:16% ;
  border-radius: 10px;
}

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

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

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

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-color: #FFE3EF; /* 1行目の背景色 */
  color: #E8358B; /* 1行目の文字色 */
  font-weight: bold; /* 見出しのフォントを太字に */
  vertical-align: middle;
  text-align: center;
  padding :1rem 3rem;
}


main.shop table.shop_info td {
  background-color: #ffffff; /* データセルの背景色 */
}

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

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

main.shop .insideview img {
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;
}
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: #E8358B;
  border: solid 1px #E8358B;
}

.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: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  color: #E8358B;
  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: #FF9BCB;
}

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

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