@font-face {
  font-family: 'NotoSerifCJK';
  src: url('/font/NotoSerifCJK-wght-400-900.ttf.woff2') format('woff2');
  font-weight: 400 900;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Bodoni Moda:wght@200;400;500;600&display=swap');

html{
font-size:14px;
font-family:Meiryo,"メイリオ",Helvetica,Arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3",sans-serif;
}

.bodoni-moda-<uniquifier> {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.cormorant-infant-<uniquifier> {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


body{
margin:0;
line-height:1.6;
color: #ef1963;
text-align:center;
background:url(/img/common/bg3.png) center bottom no-repeat;
background-size:cover;
background-attachment: fixed;
}
/* スマホ背景 */
@media screen and (max-width: 640px) {
body{
display: block;
position:relative;
}
body:not(#index)::before{
content:"";
display:block;
width:100%;
height:100vh;
position:fixed;
top:0;
left:0;
background: url(/img/common/bg3_sp.png) center bottom no-repeat;
background-size: cover;
z-index:-1;
} 
}

body > #main{
  /*
  background:url(/img/common/bg_main.png) center top;
  background-size:1100px auto;
  width:1100px;
  margin:auto;
  border-radius:16px;
  padding:24px;
  */
  margin-bottom:48px;
}
@media screen and (max-width: 640px) {
body > #main{
padding:0 1rem
}
}

@media screen and (max-width: 640px) {
html{
font-size: 2.6666666667vw;
}
}
* ul,li{
margin:0;
padding:0;
list-style:none;
}
* dl,dt,dd{
margin:0;
padding:0;
list-style:none;
}
* figure,figcaption{
margin:0;
padding:0;
}
* p{
margin:0;
padding:0;
}
* img{
border:0;
vertical-align:bottom;
max-width: 100%;
}
*{
  box-sizing: border-box;
}
* a:hover img{
filter: alpha(opacity=75);
moz-opacity: 0.75;
opacity: 0.75;
}
a{
text-decoration:none;
color: #ef1963;
transition : all 0.3s ease 0s;
}
a:hover{
text-decoration:none;
color:#fff;
}
a:focus, *:focus { outline:none; }

* table{
border-collapse:collapse;
}
h1,h2,h3,h4,h5,j6{
margin:0; padding:0;
font-weight:normal;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.img_pc{
display:inline-block;
}
.img_sp,
.br_sp{
display:none;
}
@media screen and (max-width: 640px) {
.img_pc{
display:none;
}
.img_sp{
display:inline-block;
}
.br_sp{
display:block;
}
}


/* ヘッダー */
.header{
/*
position: fixed;
left: 0;
top: 0;
height: 60px;
*/
width: 100%;
}
.header_inner {
position: relative;
padding: 15px;
}
.logo{
/*
position: absolute;
top: 0;
left: 0;
padding: 10px 15px
*/
}
.title{
font-size: 2rem;
font-weight: 600;
}
.sp_nav{
display:none;
}
@media only screen and (max-width: 768px) {
.header{
margin-bottom:1rem;
}
#toppage .header{
margin-bottom:0;
}
.header .logo img{
width:240px;
height:auto;
translate: -31px 0;
}
.header_inner{
padding:10px 15px;
}
.header_inner h1{
font-size:1rem;
}
.header_inner .telbox .tel{
display:none;
}
.header_inner .telbox .eigyo{
font-weight:bold;
font-size:1.2rem;
margin-top:.5rem;
}
.nav {
position: fixed;
right: -320px; /* 右から出てくる */
top: 0;
width: 300px; /* スマホに収まるサイズ */
height: 100vh;
padding-top: 60px;
background-color: #fee4f0;
transition: all .6s;
z-index: 200;
overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
position: fixed;
right: 5px;
top: 16px;
width: 44px; /* クリックしやすい幅 */
height: 44px; /* クリックしやすい高さ */
cursor: pointer;
z-index: 300;
background:rgba(255,255,255,.7);
border-radius:100px;
}
.nav-open .hamburger{
background:#fff;
}
.nav_list {
margin: 0;
padding: 0;
list-style: none;
}
.nav_list li:nth-of-type(5){
display:none;
}
.nav_item {
text-align: center;
padding: 0 14px;
}
.nav_item a {
display: block;
padding: 8px 0;
border-bottom: 1px solid #fec7da;
text-decoration: none;
color: #333;
text-align:left;
font-size:1.2rem;
}
.nav_item a span{
  font-family: "Cormorant Infant", serif;
font-size:2rem;
font-weight:bold;
margin-right:5px;
color:#ef1963;
}
.nav_item.home a::before{
content:"HOME";
}
.nav_item.sch a::before{
content:"SCHEDULE";
}
.nav_item.cast a::before{
content:"CAST";
}
.nav_item.system a::before{
content:"SYSTEM";
}
.nav_item.rec a::before{
content:"RECRUIT";
}

.nav_item a:hover {
background-color: #eee;
}
.hamburger_border {
position: absolute;
left: 12px;
width: 20px;
height: 2px;
background-color: #fe8fb5;
transition: all .6s;
}
.hamburger_border_top {
top: 16px;
}
.hamburger_border_center {
top: 22px;
}
.hamburger_border_bottom {
top: 26px;
}
.black_bg {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
z-index: 100;
background-color: #333;
opacity: 0;
visibility: hidden;
transition: all .6s;
cursor: pointer;
}
/* スマホで消す情報 */
.header_inner .telbox {
display: none;
}
/* ヘッダーナビ　追加 */
.sp_logobtn{
display: block;
margin:-4rem 0 1.6rem;

}
.nav .sp_logobtn .logo{
margin-bottom:1.6rem;
}
.nav .sp_logobtn .logo img {
width: 18rem;
}
.nav .sp_logobtn .btn{
padding:0 1.4rem;
}
.nav .sp_logobtn .btn a {
display: block;
padding: 1rem 0;
border-radius: 100px;
background: #ef1963;
color: #fff;
font-size: 1.8rem;
font-weight: bold;
font-family: "Cormorant Infant", serif;
line-height:1;
}

/* 表示された時用のCSS */
.nav-open .nav {
right: 0;
}
.nav-open .black_bg {
opacity: .8;
visibility: visible;
}
.nav-open .hamburger_border_top {
transform: rotate(45deg);
top: 22px;
}
.nav-open .hamburger_border_center {
width: 0;
left: 50%;
}
.nav-open .hamburger_border_bottom {
transform: rotate(-45deg);
top: 22px;
}
.sp_nav{
display:block;
}
.sp_nav ul{
display:flex;
background:#232323;
}
.sp_nav ul li{
width : calc(100% / 5) ;
position:relative;
}
.sp_nav ul li:not(:last-child)::after{
content:"";
position:absolute;
top:10%;
right:0;
height:80%;
width:1px;
border-left:1px dotted rgba(255,255,255,.5);
}
.sp_nav ul li a{
display:block;
color:#fff;
font-weight:bold;
font-size:.8rem;
line-height:1.2;
padding:1rem 0;
}
.sp_nav ul li a span{
font-family: "Bodoni Moda", serif;
display:block;
font-size:1.3rem;
}
}
/* spナビここまで */
@media only screen and (min-width: 769px) {
.sp_logobtn{
display: none;
}
.header_inner{
width: 980px;
display:flex;
justify-content:space-between;
align-items:flex-end;
margin:auto;
padding:12px 0;
position:relative;
}
.header_inner h1{
font-size:11px;
position:absolute;
top:12px;
right:0;
font-family: "Bodoni Moda", serif;
}
.logo{
padding:0;
}
.logo img{
height:80px;
}
.header_inner ul{
text-align:right;
line-height:1.2;
}
.header_inner ul .eigyo{
font-weight:bold;
font-size:16px;
}
.header_inner ul .eigyo span{
margin-left:4px;
font-family: "Bodoni Moda", serif;
font-size:19px;
}
/*
.header_inner ul .eigyo::before{
content:"";
display:inline-block;
width:81px;
height:18px;
background:url(/img/common/creditcard.png) no-repeat;
background-size:81px 18px;
position:relative;
top:2px;
margin-right:5px;
}
*/
.header_inner ul .tel{
font-size:36px;
font-weight:bold;
font-family: "Bodoni Moda", serif;
letter-spacing:1px;
line-height:1;
}
.header_inner ul .tel::before{
content:"TEL.";
font-size:24px;
}
nav.nav{
background:#fee4f0;
/* 
margin-bottom:20px;
 */
}
.nav_list{
text-align:center;
display:flex;
justify-content:space-between;
width:980px;
margin:auto;
}
.nav_list li{
display:block;
text-align:center;
position:relative;
}
.nav_list li::after{
content:"";
display:block;
width:2px;
height:40%;
position:absolute;
top:30%;
right:0;
background:#fec7da;
}
.nav_list li:first-child::before,
.nav_list li:nth-of-type(9)::before{
content:"";
display:block;
width:2px;
height:40%;
position:absolute;
top:30%;
left:0;
background:#fec7da;
}

.nav_list li a{
color: #ef1963;
font-size:11px;
display:block;
padding:12px 17.7px 10px;
line-height:1.3;
transition : all 0.3s ease 0s;
}
.nav_list li a:hover{
color:#fff;
}
.nav_list li a span{
font-family: "Cormorant Infant", serif;
/*
font-weight:500 !important;
*/
font-size:17px;
font-weight:bold;
display:block;
}
}
/* pcナビここまで */

/* パンくず */
.breadcrumb ul{
width:980px;
font-size:11px;
display:flex;
margin:0 auto 10px;
font-family: "Bodoni Moda", serif;
}
.breadcrumb ul li:not(:last-child)::after{
content:">";
margin:0 3px;
}
@media screen and (max-width: 640px) {
.breadcrumb ul{
width:100%;
padding:0 10px;
margin-bottom:1rem;
}
}

/* キービジュアル */
.key_visual{
margin-bottom:48px;
}
@media screen and (max-width: 640px) {
.key_visual{
margin-bottom:1.6rem;
}
}

/* スライダー */
.slider-pro{
margin-bottom:48px;
}
.slider-pro .sp-slide{
border-radius:20px;
overflow:hidden;
background:#fff;
}
.slider-pro .sp-slide img{
opacity: 0.3;
}
.slider-pro .sp-selected img{
opacity: 1;
}
.sp-fade-thumbnail-arrows{
opacity:1;
}
.sp-thumbnail-arrow{
width:24px;
height:80px;
background:rgba(0,0,0,.35);
}
.sp-bottom-thumbnails .sp-thumbnail-arrows{
margin-top:-40px;
}
.sp-next-thumbnail-arrow::before,
.sp-next-thumbnail-arrow::after,
.sp-previous-thumbnail-arrow::before,
.sp-previous-thumbnail-arrow::after{
width: 5px;
height: 12px;
}
.sp-next-thumbnail-arrow::before,
.sp-previous-thumbnail-arrow::before{
top:auto;
bottom:50%;
}

@media screen and (max-width: 640px) {
.slider-pro{
margin-bottom:24px;
}
.slider-pro .sp-slide{
border-radius:0;
}
}
/* スライダー追加 */
@media screen and (max-width: 640px) {
/*
.sp-slides-container{ margin-top: -7rem;
}
*/
}
/* twitterとか */
.cont_two{
display:flex;
justify-content:space-between;
width:980px;
margin:0 auto 48px;
min-height:500px;
}
.cont_two .twitter_box,
.cont_two .diary_box{
width:49%;
border-radius:16px;
background:#fff;
}
.cont_two .twitter_box .box,
.cont_two .diary_box .box{
padding:0 15px 15px;
}
.cont_two .news_box{
border-radius:16px;
background:#fff;
width:49%;
}
.cont_two .news_box .news_list{
padding:0 10px 15px 15px;
}
.cont_two .news_box dl{
height:402px;
overflow-y:scroll;
scrollbar-width: thin;
padding-right:10px;
}
.cont_two .news_box dl > div{
display:flex;
margin-bottom:15px;
padding-bottom:15px;
border-bottom:2px dotted #ddd;
}
.cont_two .news_box dl > div dt{
margin-right:20px;
}
.cont_two .news_box dl > div dd{
text-align:left;
}
.cont_two .news_box dl > div dd .ttl{
font-weight:bold;
font-size:18px;
}
.cont_two .news_box dl > div dd .time{
font-size:12px;
color:#888;
margin-bottom:4px;
}
.cont_two .news_box dl > div dt img{
max-width:140px;
width:140px;
height:140px;
object-fit:cover;
object-position: 0 0;
border-radius:8px;
overflow:hidden;
}
.cont_two .newface_box{
border-radius:16px;
background:#fff;
width:49%;
}
.cont_two .newface_box .newface_list_wrap{
padding:0 10px 15px 15px;
}
.cont_two .newface_box .newface_list{
height:402px;
overflow-y:scroll;
scrollbar-width: thin;
padding-right:10px;
}
.cont_two .newface_box dl{
display:flex;
}
.cont_two .newface_box dl:not(:last-child){
margin-bottom:24px;
padding-bottom:24px;
border-bottom:1px solid #ddd;
}
.cont_two .newface_box dl dt{
min-width:200px;
width:200px;
height:267px;
border-radius:4px;
overflow:hidden;
}
.cont_two .newface_box dl dt img{
transition: transform .4s ease;
}
.cont_two .newface_box dl:hover dt img{
transform: scale(1.1);
}
.cont_two .newface_box dl dd{
text-align:left;
margin-left:16px;
padding-right:5px;
flex-grow:1;
}
.cont_two .newface_box dl dd .name span{
font-size:18px;
font-weight:bold;
}
.cont_two .newface_box dl dd .size{
font-size:12px;
margin-bottom:10px;
padding-bottom:10px;
border-bottom:2px dotted #999;
color:#888;
}
@media screen and (max-width: 640px) {
.cont_two{
width:100%;
display:block;
padding:0 10px;
margin-bottom:3.2rem;
}
.cont_two > div:first-child{
margin-bottom:32px;
}
.cont_two .twitter_box,
.cont_two .newface_box,
.cont_two .news_box,
.cont_two .diary_box{
width:100%;
}
.cont_two .twitter_box{
margin-bottom:2rem;
}
.cont_two .newface_box dl{
}
.cont_two .newface_box dl dt{
min-width:160px;
width:160px;
}
.cont_two .news_box dl > div dt img{
width:80px;
height:80px;
}
.cont_two .newface_box dl dd .comment,
.cont_two .news_box dl > div dd .comment{
font-size:1.3rem;
}
}

/* 1カラム */
.cont_wrap{
margin-bottom:64px;
}
.cont_wrap h3.ttl{
text-align:left;
font-size:12px;
font-weight:bold;
padding:15px 0 15px 15px;
line-height:1.1;
position:relative;
}
.cont_wrap h3.ttl span{
display:block;
font-size:36px;
font-family: "Bodoni Moda", serif;
}
.cont_wrap h3.ttl a{
position:absolute;
right:15px;
top:30px;
font-size:14px;
display:block;
border-radius:100px;
padding:7px 15px 5px;
}
.cont_wrap h3.ttl a:hover{
background:#151515;
color:#fff;
}
.cont_wrap h3.ttl a::after{
content:"";
display:inline-block;
height:11px;
width:11px;
background:url(/img/common/arrow.svg) no-repeat;
background-size:cover;
position:relative;
margin-left:5px;
}
.cont_wrap h3.ttl a:hover::after{
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
@media only screen and (max-width: 640px) {
.cont_wrap{
padding:0 1.2rem;
margin-bottom:3.2rem;
}
.cont_wrap h3.ttl span{
font-size:2.8rem;
}
.cont_wrap h3.ttl a{
font-size:1.3rem;
top:2rem;
right:.5rem;
}
}
/* 新着1カラム */
.cont_wrap .news_box{
border-radius:16px;
background:#fff;
width:980px;
margin:auto;
}
.cont_wrap .news_box .news_list{
padding:0 10px 15px 15px;
}
.cont_wrap .news_box dl{
height:402px;
overflow-y:scroll;
scrollbar-width: thin;
padding-right:10px;
}
.cont_wrap .news_box dl > div{
display:flex;
margin-bottom:15px;
padding-bottom:15px;
border-bottom:2px dotted #ddd;
}
.cont_wrap .news_box dl > div dt{
margin-right:20px;
}
.cont_wrap .news_box dl > div dd{
text-align:left;
}
.cont_wrap .news_box dl > div dd .ttl{
font-weight:bold;
font-size:18px;
line-height:1.4;
}
.cont_wrap .news_box dl > div dd .time{
font-size:12px;
color:#888;
margin-bottom:4px;
}
.cont_wrap .news_box dl > div dt img{
max-width:140px;
width:140px;
height:140px;
object-fit:cover;
object-position: 0 0;
border-radius:8px;
overflow:hidden;
}
@media screen and (max-width: 640px) {
.cont_wrap .news_box{
width:100%;
}
.cont_wrap .news_box dl > div dd .comment{
font-size:1.3rem;
}
}
/* 新人1カラム */
.cont_wrap .newface_box{
border-radius:16px;
background:#fff;
width:980px;
margin:auto;
}
.cont_wrap .newface_box .newface_list_wrap{
padding:0 10px 15px;
}
.newface__list dl{
margin:0 5px;
position:relative;
}
.newface__list dl .icon_schedule{
line-height:1.2;
position:absolute;
top:8px;
left:8px;
width:36px;
height:36px;
background:#000;
color:#fff;
text-align:center;
font-weight:bold;
font-size:12px;
padding-top:4px;
}
.newface__list dl dt{
margin-bottom:8px;
}
.newface__list .namebox .day{
font-weight:bold;
font-size:15px;
}
.newface__list .namebox .name span{
font-weight:bold;
}
.newface__list .namebox .size{
font-size:13px;
color:#888;
}
@media screen and (max-width: 640px) {
.cont_wrap .newface_box{
width:100%;
}
.newface__list .namebox .day{
font-size:1.5rem;
}
.newface__list .namebox .name{
font-size:1.2rem;
}
.newface__list .namebox .name span{
font-size:1.3rem;
}
.newface__list .namebox .size{
font-size:1.1rem;
}
}
/* ピックアップ1カラム */
.cont_wrap .pickup_box{
border-radius:16px;
background:#fff;
width:980px;
margin:auto;
}
.cont_wrap .pickup_box .pickup_list_wrap{
padding:0 10px 15px;
}
.pickup__list dl{
margin:0 5px;
position:relative;
}
.pickup__list dl .icon_new{
font-family: "Bodoni Moda", serif;
font-size:11px;
font-weight:500;
position:absolute;
top:8px;
left:8px;
line-height:1.1;
display:flex;
align-items:center;
justify-content:center;
width:36px;
height:36px;
border-radius:2px;
background:#232323;
color:#fff;
}
.pickup__list dl dt{
margin-bottom:8px;
}
.pickup__list .namebox .day{
font-weight:bold;
font-size:15px;
}
.pickup__list .namebox .name span{
font-weight:bold;
}
.pickup__list .namebox .size{
font-size:13px;
color:#888;
}
@media screen and (max-width: 640px) {
.cont_wrap .pickup_box{
width:100%;
}
.pickup__list .namebox .day{
font-size:1.5rem;
}
.pickup__list .namebox .name{
font-size:1.2rem;
}
.pickup__list .namebox .name span{
font-size:1.3rem;
}
.pickup__list .namebox .size{
font-size:1.1rem;
}
}
/* 写メ日記1カラム */
.cont_wrap .diary_box{
border-radius:16px;
background:#fff;
width:980px;
margin:auto;
}
.cont_wrap .diary_box .box{
padding:0 15px 15px;
}
@media screen and (max-width: 640px) {
.cont_wrap .diary_box{
width:100%;
}
}
/* X1カラム */
.cont_wrap .x__box{
background:#000;
padding:64px 0;
}
.cont_wrap .x__box .x__wrap{
width:560px;
margin:auto;
}
@media screen and (max-width: 640px) {
.cont_wrap .x__box{
margin:0 -1.2rem;
padding:3.2rem 1.2rem;
}
.cont_wrap .x__box .x__wrap{
width:100%;
}
}
/* TOPアクセス */
.cont_wrap .map_box{
width:980px;
margin:auto;
display:flex;
border-radius:16px;
background:#fff;
padding:16px;
}
.cont_wrap .map_box .map{
width:464px;
}
.cont_wrap h4.ttl{
font-size: 12px;
font-weight: bold;
line-height: 1.1;
margin-bottom:16px;
}
.cont_wrap h4.ttl span{
display: block;
font-size: 36px;
font-family: "Bodoni Moda", serif;
}
.cont_wrap .map_box .add{
text-align:left;
margin-left:20px;
flex-grow:1;
}
.cont_wrap .map_box .add dl{
margin-bottom:8px;
}
.cont_wrap .map_box .add dt{
font-size:16px;
font-weight:bold;
margin-bottom:8px;
}
.cont_wrap .map_box .add .txt{
margin:4px 0 ;
}
.cont_wrap .map_box .add .btn{
margin-top:24px;
display:flex;
justify-content:space-between;
}
.cont_wrap .map_box .add .btn li{
width : calc(100% / 2 - 4px) ;
}
.cont_wrap .map_box .add .btn li a{
display:flex;
padding:12px 0 10px;
justify-content:center;
align-items:center;
font-size:17px;
font-weight:bold;
color:#fff;
background:#232323;
}
.cont_wrap .map_box .add .btn li a::before{
font-family: 'Material Icons';
content: '\e0cd';
font-size:20px;
margin-right:5px;
line-height:1;
position:relative;
top:-1px;
}
.cont_wrap .map_box .add .btn li.contact a::before{
content: '\e0e1';
}
@media screen and (min-width: 640px) {
.cont_wrap .map_box .add .btn li.tel a{
pointer-events: none;
}
}
@media screen and (max-width: 640px) {
.cont_wrap .map_box{
width:100%;
display:block;
}
.cont_wrap .map_box .map{
width:100%;
}
.cont_wrap .map_box .add{
margin-left:0;
margin-top:.8rem;
}
.cont_wrap h4.ttl span{
font-size:2.8rem;
}
.cont_wrap .map_box .add dl,
.cont_wrap .map_box .add p{
font-size:1.3rem;
}
.cont_wrap .map_box .add .btn{
display:block;
}
.cont_wrap .map_box .add .btn li{
width:100%;
}
.cont_wrap .map_box .add .btn li:first-child{
margin-bottom:1.6rem;
}
.cont_wrap .map_box .add .btn li a{
font-size:1.9rem;
}
.cont_wrap .map_box .add .btn li a::before{
font-size:2.2rem;
}
}

/* 見出し */
h2.ttl{
font-weight:bold;
line-height:1.1;
font-size:13px;
font-weight:normal;
margin-bottom:20px;
}
h2.ttl_rank span{
  font-size:40px;
  font-weight:bold;
  display:block;
  font-family: "Bodoni Moda", serif;
  color: #fff;
  }
h2.ttl span{
font-size:40px;
font-weight:bold;
display:block;
font-family: "Bodoni Moda", serif;
}
h3.subttl{
font-size:28px;
margin-bottom:16px;
display:flex;
align-items:center;
justify-content:center;
letter-spacing:1px;
line-height:1.3;
}
h3.subttl span{
font-size:19px;
display:block;
color: #444;
}
@media screen and (max-width: 640px) {
h2.ttl{
margin-bottom:1rem;
}
h3.subttl{
font-size:2rem;
}
}
h3.subttl::before,
h3.subttl::after{
content:"";
display:block;
border-top:1px solid #ef1963;
width:64px;
position:relative;
top:1px;
}
h3.subttl::before{
margin-right:16px;
}
h3.subttl::after{
margin-left:16px;
}
.cont_two h3.ttl{
text-align:left;
font-size:12px;
font-weight:bold;
padding:15px 0 15px 15px;
line-height:1.1;
position:relative;
}
.cont_two h3.ttl span{
display:block;
font-size:36px;
font-family: "Bodoni Moda", serif;
}
.cont_two h3.ttl a{
position:absolute;
right:15px;
top:30px;
font-size:14px;
display:block;
border-radius:100px;
padding:7px 15px 5px;
}
.cont_two h3.ttl a:hover{
background:#151515;
color:#fff;
}
.cont_two h3.ttl a::after{
content:"";
display:inline-block;
height:11px;
width:11px;
background:url(/img/common/arrow.svg) no-repeat;
background-size:cover;
position:relative;
margin-left:5px;
}
.cont_two h3.ttl a:hover::after{
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
@media only screen and (max-width: 640px) {
h2.ttl span{
font-size:4rem;
}
.cont_two h3.ttl span{
font-size:2.8rem;
}
.cont_two h3.ttl a{
font-size:1.3rem;
top:2rem;
right:.5rem;
}
}

/* キャスト一覧 */
.castlist_wrap{
width:1100px;
margin: 0 auto 48px;
padding: 24px;
border-radius: 16px;
background: rgba(246,218,235,.8);
}

@media screen and (max-width: 640px) {
.castlist_wrap{
width:100%;
padding: 2rem 1rem;
border-radius: .8rem;
}
}

/* キャスト詳細 */
.prof_wrap{
width:980px;
padding: 24px;
border-radius: 16px;
background: rgba(246,218,235,.8);
margin:0 auto 32px;
}
.prof_wrap .prof_box{
background:#fff;
padding:24px;
border-radius:16px;
font-family: "Cormorant Infant", serif;
}
.prof_wrap .prof_box .photo_txt{
margin-bottom:0;
}
.prof_wrap .prof_box .photo_txt > dl{
display:flex;
}
.prof_wrap .prof_box .photo_txt > dl > dt{
min-width:420px;
width:420px;
}
.prof_wrap .prof_box .photo_txt > dl > dt .slider-pro{
margin:0;
}
.prof_wrap .prof_box .photo_txt > dl > dd{
margin-left:30px;
text-align:left;
position:relative;
flex-grow:1;
}
.prof_wrap .prof_box .photo_txt > dl > dd > .mark_icon{
display: inline-block;
position: absolute;
right: 0;
top: 10px;
display:inline-flex;
}
.prof_wrap .prof_box .photo_txt > dl > dd > .mark_icon img{
width:40px;
}

.prof_wrap .prof_box .photo_txt > dl > dd .ename{
font-size:42px;
font-weight:bold;
line-height:1.3;
font-family: "Bodoni Moda", serif;
}
.prof_wrap .prof_box .photo_txt > dl > dd .name{
font-size:20px;
color: #FF6399;
}
.prof_wrap .prof_box .photo_txt > dl > dd .name span{
font-size:34px;
font-weight:bold;
}
.prof_wrap .prof_box .photo_txt > dl > dd .size{
font-size:16px;
margin-bottom:12px;
padding-bottom:12px;
border-bottom:2px dotted #bbb;
color: #888;
}
.prof_wrap .prof_box .photo_txt > dl > dd .course{
font-size:16px;
margin-bottom:12px;
}
.prof_wrap .prof_box .photo_txt > dl > dd ul.icon{
display:flex;
flex-wrap:wrap;
margin-bottom:12px;
}
.prof_wrap .prof_box .photo_txt > dl > dd ul.icon li{
line-height:1;
border:1px solid #232323;
border-radius:2px;
padding:3px 8px 2px;
margin:0 8px 5px 0;
white-space:nowrap;
font-size:12px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .course span:not(:last-child)::after{
content:"/";
margin:0 8px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .subttl{
font-size:11px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .subttl span{
  font-family: "Bodoni Moda", serif;
font-size:30px;
font-weight:500 !important;
margin-right:5px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list{
margin-bottom:20px;
font-size: 18px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl{
display:flex;
box-sizing:border-box;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl{
border-top:1px solid #ddd;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dt,
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dd{
padding:12px 6px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dt{
width:30%;
font-weight:bold;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dd{
width:70%;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl.option dd{
display:flex;
flex-wrap: wrap;
gap: 6px 6px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl.option dd span{
display:inline-block;
border: 1px solid #232323;
padding: 0 10px;
border-radius: 100px;
height:26px;
line-height:26px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl.option dd span.ng{
color:#ccc;
border-color:#ccc;
}
.prof_wrap .prof_box .photo_txt > dl > dd .message,
.prof_wrap .prof_box .photo_txt > dl > dd .comment{
margin-bottom:20px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .btn_book{
margin:24px 0;
}
.prof_wrap .prof_box .photo_txt > dl > dd .btn_book a{
text-align:center;
font-family: "Bodoni Moda", serif;
font-size: 23px;
font-weight:bold;
border:2px solid #ef1963;
color:#fff;
border-radius:100px;
height:42px;
line-height:41px;
display:block;
letter-spacing:1px;
text-indent:1px;
background-color: #ef1963;
}
.prof_wrap .prof_box .photo_txt > dl > dd .btn_book a:hover{
border:2px solid #fec7da;
background:#fec7da;
color:#ef1963;
}

h3.prof_ttl{
font-size:13px;
line-height:1.3;
margin-bottom:10px;
}
h3.prof_ttl span{
  font-family: "Bodoni Moda", serif;
font-size:30px;
font-weight:500 !important;
display:block;
}
.prof_sch{
margin-bottom:24px;
}
.prof_sch_box{
position:relative;
}
.prof_wrap .prof_box .sch_pager{
position:absolute;
width:100%;
top:-50px;
}
.prof_wrap .prof_box .sch_pager ul {
display: flex;justify-content: space-between;
}
.prof_wrap .prof_box .sch_pager ul li{
text-align:center;
}
.prof_wrap .prof_box .sch_pager ul li a{
font-size:12px;
line-height:1.2;
}
.prof_wrap .prof_box .sch_pager ul li a::before{
font-family: 'Material Icons';
content: '\e5e0';
display:block;
font-size:20px;
font-weight:normal;
}
.prof_wrap .prof_box .sch_pager ul li a.next::before{
content: '\e5e1';
}
.prof_wrap .prof_box .sch_pager ul li a.unlink { pointer-events: none;color: #ccc; }
.prof_wrap .prof_box .sch_box{
border-top:1px solid rgba(239,25,99,.35);
}
.prof_wrap .prof_box .sch_box dl{
display:flex;
border-bottom:1px solid rgba(239,25,99,.35);
}
.prof_wrap .prof_box .sch_box dl dt{
background:#fee4f0;
width: 140px;
padding: 10px 0 10px 33px;
font-size: 20px;
text-align: left;
}
.prof_wrap .prof_box .sch_box dl dt span{
font-size:17px;
}
.prof_wrap .prof_box .sch_box dl dd{
font-weight:500;
font-size:20px;
align-self:center;
padding-left:20px;
}
.prof_wrap .prof_box .sch_box dl dd .time{
}
.prof_wrap .prof_box .sch_box dl dd .time.none{
color:#aaa;
}
.prof_wrap .prof_box .sch_box dl dd .stay_txt{
font-size:13px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display:block;
margin:-9px 0 12px;
line-height:1.1;
}
.prof_wrap .prof_box .sch_box dl dd .stay_txt::before{
font-family:"FontAwesome";
content:"\f0d7";
display:block;
font-size:17px;
margin-bottom:3px;
color:#aaa;
}
.prof_wrap .prof_box .sch_box dl dd .reserve_btn{
margin-top:auto;
}
.prof_wrap .prof_box .sch_box dl dd .reserve_btn a{
display:inline-block;
height:24px;
line-height:24px;
border:1px solid #232323;
color:#232323;
padding:0 24px;
border-radius:100px;
margin:auto;
font-size:14px;
}
.prof_wrap .prof_box .sch_box dl dd .reserve_btn a:hover{
background:#232323;
color:#fff;
}
.prof_wrap .prof_box .prof_mov_list > div:not(:last-child){
margin-bottom:16px;
margin-top: 32px;
}
.prof_wrap .prof_box .prof_mov video{
width:100%;
}

.prof_widget{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.prof_widget > div{
width:49%;
margin-bottom:20px;
}

.prof_review{
}
.prof_review .review_wrap{
text-align:left;
}
.prof_review .review_wrap dl{
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px solid #232323;
}
.prof_review .review_wrap dt{
display:flex;
justify-content:space-between;
align-items:center;
}
.prof_review .review_wrap dt .ttl{
font-size:18px;
font-weight:bold;
}
.prof_review .review_wrap dt .time{
font-size:12px;
}
.prof_review .review_wrap dd.user_name::after{
content:"様";
margin-left:4px;
}
.prof_review .review_wrap dd.evaluation::before{
content:"評価：";
}
.prof_review .review_wrap dd.evaluation .star{
font-size:21px;
}

.prof_box #acMenu dt span{
display:inline-block;
font-size:17px;
font-weight:bold;
position:relative;
line-height:1;
padding:20px 0 18px;
width:300px;
background:#232323;
color:#fff;
letter-spacing:1px;
}
.prof_box #acMenu dt.active{
display:none;
}
.prof_box #acMenu dt.active span{
border-radius:26px 26px 0 0;
}
.prof_box #acMenu dt span::after{
/*
content:"▼";
position:absolute;
right:32px;
*/
}
.prof_box #acMenu dt.active span::after{
content:"▲";
}
.prof_box #acMenu > dd{
display:none;
}
.prof_box #acMenu .form_caution{
font-size:12px;
margin-top:4px;
}

@media screen and (max-width: 640px) {
.prof_wrap{
width:100%;
padding:2rem 1rem;
}
.prof_wrap .prof_box{
padding:20px 10px;
}
.prof_wrap .prof_box .photo_txt{
margin-bottom:0;
}

.prof_wrap .prof_box .photo_txt > dl{
display:block;
}
.prof_wrap .prof_box .photo_txt > dl > dt{
min-width:100%;
width:100%;
}
.prof_wrap .prof_box .photo_txt > dl > dd{
margin-left:0;
}
.prof_wrap .prof_box .photo_txt > dl > dd ul.icon li{
padding-top:4px;
}
.prof_wrap .prof_box .photo_txt > dl > dd > .mark_icon img{
width:3rem;
}
.prof_wrap .prof_box .sch_box{
display:block;
}
.prof_wrap .prof_box .sch_box dl{
width:100%;
display:flex;
}
.prof_wrap .prof_box .sch_box dl dt{
width:12rem;
padding:1rem;
border:none;
font-size:1.8rem;
}
.prof_wrap .prof_box .sch_box dl dt span{
font-size:1.6rem;
}
.prof_wrap .prof_box .sch_box dl dd{
flex-grow:1;
padding:1rem;
text-align:left;
position:relative;
}
.prof_wrap .prof_box .sch_box dl dd .time{
padding:0;
line-height:1.6;
margin-bottom:0;
font-size:1.8rem;
}
.prof_wrap .prof_box .sch_box dl dd .stay_txt{
display:flex;
align-items:center;
margin:.1rem 0 0 0;
font-size:1.3rem;
}
.prof_wrap .prof_box .sch_box dl dd .stay_txt::before{
margin:0 .4rem 0 0;
content:"\f0da";
position:relative;
top:-1px;
}
.prof_wrap .prof_box .sch_box dl dd .reserve_btn{
margin:auto;
position:absolute;
top:1rem;
right:0;
}
.prof_wrap .prof_box .sch_box dl dd .reserve_btn a{
padding:0 1.6rem;
font-size:1.3rem;
height:2.4rem;
line-height:2.3rem;
}



.prof_wrap .prof_box .sch_box dl:first-of-type dd{
border-top:1px solid #fddd;
}
.prof_wrap .prof_box .photo_txt > dl > dd .subttl{
font-size:1.2rem;
}
.prof_wrap .prof_box .photo_txt > dl > dd .subttl span{
font-size:2.3rem;
}

.prof_wrap .prof_box .photo_txt > dl > dd .name{
font-size:1.6rem;
}
.prof_wrap .prof_box .photo_txt > dl > dd .name span{
font-size:3rem;
}
.prof_wrap .prof_box .photo_txt > dl > dd .size,
.prof_wrap .prof_box .photo_txt > dl > dd .course{
font-size:1.4rem;
}
.prof_wrap .prof_box .photo_txt > dl > dd .size{
margin-bottom:1rem;
padding-bottom:1rem;
}
.prof_wrap .prof_box .photo_txt > dl > dd .course{
margin-bottom:1rem;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl{
font-size:1.6rem;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dt{
min-width:32%;
width:32%;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dt,
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dd{
padding:14px 6px 12px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl.option dd span{
white-space:nowrap;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl.option dd .ng{
color:#ccc;
}
.prof_wrap .prof_box .photo_txt > dl > dd .message,
.prof_wrap .prof_box .photo_txt > dl > dd .comment{
font-size:1.3rem;
}
.prof_wrap .prof_box .photo_txt > dl > dd .btn_book a{
font-size:2rem;
}

.prof_widget{
display:block;
}
.prof_widget > div{
width:100%;
}
.prof_widget > div:first-child{
margin-bottom:40px;
}
.prof_box #acMenu dt span{
font-size:1.6rem;
padding:1.6rem 0;
}
.prof_review .review_wrap dt{
display:block;
margin-bottom:.5rem;
}
.prof_review .review_wrap .user_name,
.prof_review .review_wrap .evaluation{
font-size:1.3rem;
}
.prof_review .review_wrap .evaluation{
margin-bottom:.5rem;
}
.prof_review .review_wrap .comment{
font-size:1.4rem;
}
}

/* 出勤 */
.sch_wrap{
width:1100px;
margin:0 auto 48px;
padding:24px;
border-radius:16px;
background:rgba(246,218,235,.8);
}
.sch_wrap .weekly_btn{
display:flex;
justify-content:space-between;
margin-bottom:30px;
font-family: "Cormorant Infant", serif;
}
.sch_wrap .weekly_btn li{
width : calc(100% / 7 - 10px) ;
}
.sch_wrap .weekly_btn li a{
display:block;
box-sizing:border-box;
text-align:center;
border:2px solid #FEC7DA;
background:#fff;
border-radius:4px;
position:relative;
padding:10px 0 8px;
font-size:24px;
font-weight:bold;
line-height:1.2;
color:#FEC7DA;
}
.sch_wrap .weekly_btn li a:hover{
border-color:#EF1963;
color:#EF1963;
}
.sch_wrap .weekly_btn li a.active{
border-color:#EF1963;
color:#fff;
background:#ef1963;
}
.sch_wrap .weekly_btn li a.active::before,
.sch_wrap .weekly_btn li a.active::after{
content:"";
display:block;
width: 0;
height: 0;
border-style: solid;
border-width: 14px 11px 0 11px;
border-color: #EF1963 transparent transparent transparent;
position:absolute;
right:0;
left:0;
margin:auto;
}
.sch_wrap .weekly_btn li a.active::before{
border-color: #EF1963 transparent transparent transparent;
bottom:-14px;
}
.sch_wrap .weekly_btn li a.active::after{
bottom:-11px;
}
.sch_wrap h3.subttl{
font-size:24px;
font-weight:bold;
margin-bottom:20px;
display:flex;
align-items:center;
justify-content:center;
font-family: "Bodoni Moda", serif;
}
.sch_wrap h3.subttl::before,
.sch_wrap h3.subttl::after{
content:"";
width:40px;
display:block;
border-top:2px solid #EF1963;
}
.sch_wrap h3.subttl::before{
margin-right:15px;
}
.sch_wrap h3.subttl::after{
margin-left:15px;
}

.sch_wrap .weekly_btn li span{
display:block;
font-size:14px;
}
@media screen and (max-width: 640px) {
.sch_wrap{
width:100%;
padding:2rem 1rem;
border-radius:.8rem;
}
.sch_wrap .weekly_btn{
overflow-y:scroll;
padding-left:1.2rem;
padding-bottom:16px;
margin-bottom:16px;
}
.sch_wrap .weekly_btn li{
min-width:80px;
margin-right:1rem;
}
.sch_wrap .weekly_btn li a{
font-size:2rem;
padding:.7rem 0;
}
.sch_wrap .weekly_btn li a.active::before,
.sch_wrap .weekly_btn li a.active::after{
border-width: 10px 8px 0 8px;
}
.sch_wrap .weekly_btn li a.active::before{
border-color: #EF1963 transparent transparent transparent;
bottom:-12px;
}
.sch_wrap .weekly_btn li a.active::after{
bottom:-9px;
}
.sch_wrap h3.subttl{
font-size:1.8rem;
}
.sch_wrap h3.subttl::before,
.sch_wrap h3.subttl::after{
width:30px;
flex-grow:0;
}
.sch_wrap h3.subttl::before{
margin-right:16px;
}
.sch_wrap h3.subttl::after{
margin-left:20px;
margin-bottom: 24px;
}
}
/* スケジュール　追加 */
.sch_subttl2{
font-family: "Cormorant Infant", serif;
font-size: 20px;
margin-bottom: 24px;
color: #444;
}
@media screen and (max-width: 640px) {
.sch_subttl2{
font-size: 1.6rem;
}
}

/* キャスト一覧（ソート／絞り込み） */
.lady_search{
margin-bottom:24px;
}
.lady_search > ul{
display:flex;
width:800px;
background:#fff;
border-radius:100px;
margin:auto;
}
.lady_search > ul li{
width:25%;
}
.lady_search > ul li a{
display:block;
text-align:center;
font-family: "Cormorant Infant", serif;
padding:12px 0;
font-size:18px;
font-weight:bold;
line-height:1;
border-radius:100px;
}
.lady_search > ul li a.active{
background:#ef1963;
color:#fff;
pointer-events:none;
}
.lady_search > ul li a:hover{
color:#ef1963;
background:#fee4f0;
}
@media screen and (max-width: 640px) {
.lady_search > ul{
width:100%;
justify-content:space-between;
}
.lady_search > ul li{
width:auto;
}
.lady_search > ul li a{
font-size:1.5rem;
padding:1rem 1.4rem;
}
}


.lady_search .lady_search_sort ul,
.lady_search .lady_search_narrow ul {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.lady_search .lady_search_sort ul li{
display:flex;
font-weight:bold;
font-size:15px;
}
.lady_search .lady_search_sort ul li:not(:last-child)::after{
content:"│";
margin:0 4px;
color:rgba(0,0,0,.3);
}
.lady_search .lady_search_sort ul li:first-child::after{
content:"：";
color:#444;
}
.lady_search .lady_search_sort .sortbtn{
display:inline-flex;
margin-left:6px;
}
.lady_search .lady_search_sort a:hover{
cursor:pointer;
}
.lady_search .lady_search_sort .sortbtn a:last-child{
margin-left:3px;
}
.lady_search .lady_search_narrow{
margin-top:8px;
}
@media screen and (min-width: 640px) {
.lady_search .lady_search_narrow li:not(:last-child){
margin-right:4px;
}
}
.lady_search .lady_search_narrow li a{
display:block;
padding:0 12px;
height:28px;
line-height:27px;
border:1px solid #bbb;
border-radius:100px;
background:#fff;
color:#bbb;
}
.lady_search .lady_search_narrow li a:hover{
cursor:pointer;
color:#444;
border-color:#444;
}
.lady_search .lady_search_narrow li a.programs-filter-btn-active{
background:#444;
color:#fff;
}

@media screen and (max-width: 640px) {
.lady_search .lady_search_sort,
.lady_search .lady_search_narrow{
padding:0 1rem;
}
.lady_search .lady_search_sort ul li{
font-size:1.3rem;
}
.lady_search .lady_search_narrow li{
width : calc(100% / 4 - 4px) ;
margin:0 4px 5px 0;
}
.lady_search .lady_search_narrow ul li:nth-child(4n){
margin-right:0;
}
.lady_search .lady_search_narrow li a{
font-size:1.2rem;
font-weight:bold;
white-space:nowrap;
}
}

/*
.lady_search .lady_search_sort ul li::after,
.lady_search .lady_search_narrow ul li::after {
content: "｜";
margin: 0 4px;
}
.lady_search .lady_search_sort ul li:last-child::after,
.lady_search .lady_search_narrow ul li:last-child::after {
content: "";
margin: 0;
}
*/

/* 一覧共通 */
.lady_list{
display:flex;
flex-wrap:wrap;
gap: 24px 12px;
font-family: "Cormorant Infant", serif;
}
.lady_list dl{
width : calc(100% / 4 - 9px) ;
/* margin:0 12px 20px 0; */
padding:10px 10px 16px;
background-color: rgba(255, 255, 255, 0.8);
border-radius:4px;
position:relative;
}
/*
.lady_list dl:nth-of-type(4n){
margin-right:0;
}
#castlist .lady_list{
display: grid;
grid-template-columns: repeat(4, minmax(200px, 1fr));
gap: 24px 12px;
}
#castlist .lady_list dl{
width : 100%;
margin:0;
}
*/
.lady_list dl dt{
margin-bottom:8px;
overflow:hidden;
border-radius:4px;
position:relative;
}
.lady_list dl.overlay dt{
background:#000;
}
.lady_list dl.overlay dt img{
filter: opacity(60%);
/*
 filter: brightness(85%) grayscale(100%);
*/
}
/*
.lady_list dl.overlay dt::after{
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .5);
position: absolute;
top: 0;
left: 0;
z-index: 5;
}
*/
.lady_list dl dt img{
transition: transform .4s ease;
}
.lady_list dl dt .status{
position:absolute;
bottom:8px;
right:0;
left:0;
width:93%;
margin:auto;
background:rgba(255,255,255,.8);
border-radius:2px;
line-height:1;
font-size:15px;
font-weight:bold;
padding:6px 0 3px;
}
.lady_list dl dt .icon_x{
position:absolute;
top: 5px;
right: 5px;
display: block;
width: 32px;
height: 32px;
background: url(/img/common/icon_x.png) no-repeat;
background-size: auto;
background-size: 32px auto;
z-index: 99;
}
.lady_list dl dt .icon_new{
font-family: "Bodoni Moda", serif;
font-size:11px;
font-weight:500;
position:absolute;
top:8px;
left:8px;
line-height:1.1;
display:flex;
align-items:center;
justify-content:center;
width:36px;
height:36px;
border-radius:2px;
background: #FE8FB5;
color:#fff;
}
.lady_list dl:hover dt img{
transform: scale(1.1);
}
.lady_list dl dd{
text-align:left;
line-height:1.3;
}
.lady_list dl dd.day{
text-align:center;
font-size:20px;
font-weight:400;
margin-bottom:6px;
font-family: "Bodoni Moda", serif;
border: 2px solid #fe8fb5;
background: #fe8fb5;
color: #fff;
width: 100%;
}
.lady_list dl dd.room{
text-align:center;
font-size:15px;
margin-bottom:5px;
display:flex;
align-items:center;
}
.lady_list dl dd.room span{
margin:0 10px;
}
.lady_list dl dd.room::before,
.lady_list dl dd.room::after{
content:"";
flex-grow:1;
border-top:1px solid #232323;
position:relative;
top:-1px;
}
.lady_list dl dd .name span{
/*  
font-weight:bold;
*/
font-size:28px;
color: #FF6399;
}
.lady_list dl dd .size{
font-size:15px;
color:#888;
margin-bottom:5px;
}
.lady_list dl dd.icon{
display:flex;
justify-content:center;
gap: 0 8px;
}
.lady_list dl dd.icon img{
width:24px;
}
.lady_list dl dd.sch{
border:2px solid #EF1963;
font-size:22px;
font-weight:bold;
line-height:1;
display:table;
width:100%;
background:#EF1963;
color: #fff;
margin-top:8px;
}
.lady_list dl dd.sch span{
display:table-cell;
text-align:center;
}
.lady_list dl dd.sch .schtxt{
width:100px;
background:#EF1963;
color:#fff;
font-size:15px;
padding:8px 0 5px;
}
/*
.lady_list dl dd.sch::before{
content:"出勤";
display:inline-block;
padding:7px 15px 5px;
background:#232323;
color:#fff;
font-size:13px;
margin-right:10px;
}
*/
.lady_list dl dd.booking_btn{
margin-top:12px;
text-align:center;
display:none;
}
.lady_list dl dd.booking_btn a{
display:inline-block;
border:1px solid #FF6399;
color:#fff;
padding:0;
width:80%;
height:34px;
line-height:33px;
border-radius:100px;
font-weight:bold;
background: linear-gradient(90deg, #FE8FB5 0%, #FF6399 100%);
}
.lady_list dl dd.booking_btn a:hover{
background:#fff;
color:#FF6399;
}
.lady_list dl dd.rank{
position: absolute;
top: 5px;
left: 5px;
width: 32px;
height: 32px;
text-align: center;
line-height: 32px;
background: #fe8fb5;
color: #fff;
font-size: 23px;
font-weight:500;
}
@media screen and (max-width: 640px) {
.lady_list{
padding:0;
gap:1rem 6px;
}
.lady_list dl{
width : calc(100% / 3 - 4px) ;
padding:.6rem .6rem 1rem;
/*
margin:0 10px 1rem 0;
*/
}
/*
.lady_list dl:nth-of-type(2n){
margin-right:0;
}
#castlist .lady_list{
display: grid;
grid-template-columns: repeat(2, minmax(100px, 1fr));
gap: 1.6rem 10px;
}
#castlist .lady_list dl{
width : 100%;
margin:0;
}
*/
.lady_list dl dt .status{
font-size:1.3rem;
padding:.4rem;
}
.lady_list dl dt .icon_new{
font-size:.7rem;
font-weight:600;
width:24px;
height:24px;
top:2px;
left:2px;
}
.lady_list dl dd.day{
font-size:1.1rem;
}
.lady_list dl dd .name{
font-size:1.2rem;
font-weight:600;
}
.lady_list dl dd .name span{
font-size:1.6rem;
}
.lady_list dl dd .size{
font-size:1.1rem;
}
.lady_list dl dd.icon{
gap: 0 .4rem;
}
.lady_list dl dd.icon img{
width:2rem;
}
.lady_list dl dd.room span{
font-size:1.3rem;
}
.lady_list dl dd.sch{
font-size:.9rem;
}
.lady_list dl dd.sch .schtxt{
padding:8px 0 7px;
width:3.6rem;
}
.lady_list dl dd.sch .time{
font-size:1.4rem;
}
.lady_list dl dd.booking_btn{
margin-top:.9rem;
}
.lady_list dl dd.booking_btn a{
font-size:1.3rem;
width:100%;
height:28px;
line-height:27px;
}
.lady_list dl dd.rank{
top: 3px;
left: 3px;
width: 24px;
height: 24px;
line-height: 23px;
font-size: 1.8rem;
font-weight: 600;
}
}

/* レビュー */
#review .review__wrap{
width:980px;
margin:0 auto 64px;
}
.cont_wrap .review_box{
border-radius: 16px;
background: #fff;
text-align: left;
}
.cont_wrap .review_box .review_wrap{
padding: 0 10px 16px 16px;
}
.cont_wrap .review_box .review_list{
overflow-y: scroll;
height:640px;
scrollbar-width: thin;
padding-right: 10px;
}
.cont_wrap .review_box .review_list > div{
display:flex;
}
.cont_wrap .review_box .review_list > div:not(:last-child){
margin-bottom:24px;
padding-bottom:24px;
border-bottom:1px solid #ddd;
}
.cont_wrap .review_box .review_list > div .img{
min-width:140px;
width:140px;
margin-right:20px;
}
.cont_wrap .review_box .review_list > div dl{
flex-grow:1;
}
.cont_wrap .review_box .review_list > div dl dt{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:8px;
padding-bottom:8px;
border-bottom:2px dotted #ddd;
}
.cont_wrap .review_box .review_list > div dl dt .name span{
font-weight:bold;
font-size:16px;
}
.cont_wrap .review_box .review_list > div dl dt .time{
font-size:12px;
}
.cont_wrap .review_box .review_list > div dl .ttl{
font-size:18px;
font-weight:bold;
}
.cont_wrap .review_box .review_list > div dl .user_name::after{
content:"様";
margin-left:4px;
}
.cont_wrap .review_box .review_list > div dl .evaluation::before{
content:"評価：";
}
.cont_wrap .review_box .review_list > div dl .evaluation span{
font-size:21px;
}
@media screen and (max-width: 640px) {
#review .review__wrap{
width:100%;
box-sizing:border-box;
padding:0 1.2rem;
}
.cont_wrap .review_box .review_list > div .img{
min-width:9rem;
width:9rem;
}
.cont_wrap .review_box .review_list > div dl dt{
display:block;
}
.cont_wrap .review_box .review_list > div dl dt .name,
.cont_wrap .review_box .review_list > div dl .user_name{
font-size:1.3rem;
}
.cont_wrap .review_box .review_list > div dl .evaluation,
.cont_wrap .review_box .review_list > div dl .comment{
font-size:1.4rem;
}
}

/* システム */
#system #main > section:first-of-type{
margin-bottom:32px;
}
.system_wrap{
width:980px;
margin:auto;
background:rgba(230,124,137,.7);
padding:24px;
border-radius:8px;
color:#fff;
font-weight: 500;
}
h3.price_subttl{
font-family: "Cormorant Infant", serif;
font-size:36px;
font-weight:700;
letter-spacing:2px;
text-indent:2px;
margin-top:16px;
color:#fff;
}
dl.price{
margin:auto;
border-top:3px solid #fff;
margin-top:16px;
font-family: "Cormorant Infant", serif;
}
dl.price > div{
display:flex;
justify-content:center;
align-items:center;
border-bottom:1px solid #fff;
}
dl.price > div > dt,
dl.price > div > dd{
padding:10px 0;
}
dl.price > div > dt{
font-size:16px;
font-weight:500;
text-align:left;
padding-left:16px;
flex-grow:1;
}
dl.price > div > dt span{
font-size:16px;
margin-left:4px;
}
dl.price > div > dd{
font-size:24px;
font-weight:500;
text-align:right;
padding-right:16px;
width:30%;
}
dl.price > div > dd span{
font-size:16px;
margin-left:4px;
}
dl.price > div > dd span.from{
margin:0 4px 0 0;
}
dl.price > div > dt,
dl.price > div > dd{
font-size:28px;
}
@media screen and (max-width: 640px) {
dl.price > div > dt{
padding-left:.8rem;
}
dl.price > div > dd{
padding-right:.8rem;
width:auto;
}
}
.system_wrap .tf_caution{
text-align:left;
margin:16px 0 32px;
font-family: "Cormorant Infant", serif;
font-size: 18px;
}
#tabMenu{
display:flex;
justify-content:center;
border:2px solid #fff;
border-radius:100px;
width:800px;
margin:auto;
margin-bottom:16px;
}
#tabMenu li{
width:25%;
}
#tabMenu li a{
display:block;
font-size:17px;
padding:8px 0;
color:#fff;
font-family: "Bodoni Moda", serif;
font-weight:bold;
line-height:1;
}
#tabMenu li a.active{
background:#fff;
color:#ef1963;
border-radius:100px;
}
@media screen and (max-width: 640px) {
#tabMenu{
width:100%;
}
#tabMenu li a{
font-size:1.5rem;
}
}
.system_wrap .rule,
.system_wrap .step_list{
margin-bottom:48px;
text-align:left;
font-size:18px;
font-family: "Cormorant Infant", serif;
}
.system_wrap .rule dt,
.system_wrap .step_list dt{
font-size:24px;
font-family: "Cormorant Infant", serif;
}
/* CJK対応 */
#tabMenu li:not(:first-child) a{
font-family: "NotoSerifCJK", serif;
}
#for_zh-hans .step_list,
.system_wrap #for_zh-hans .step_list dt,
.system_wrap #for_zh-hans .hotel_policy,
#for_zh-hant .step_list,
.system_wrap #for_zh-hant .step_list dt,
.system_wrap #for_zh-hant .hotel_policy,
#for_ko .step_list,
.system_wrap #for_ko .step_list dt,
.system_wrap #for_ko .hotel_policy{
font-family: "NotoSerifCJK", serif;
}
.system_wrap #for_zh-hans .step_list,
.system_wrap #for_zh-hant .step_list,
.system_wrap #for_ko .step_list,
.system_wrap #for_zh-hans .hotel_policy,
.system_wrap #for_zh-hant .hotel_policy,
.system_wrap #for_ko .hotel_policy{
font-size:16px;
}
.system_wrap #for_zh-hans .step_list dt,
.system_wrap #for_zh-hant .step_list dt,
.system_wrap #for_ko .step_list dt{
font-size:22px;
}
.system_wrap #for_zh-hans .hotel_policy dt,
.system_wrap #for_zh-hant .hotel_policy dt,
.system_wrap #for_ko .hotel_policy dt{
font-size:24px;
}
@media screen and (max-width: 640px) {
.system_wrap #for_zh-hans .step_list dt,
.system_wrap #for_zh-hant .step_list dt,
.system_wrap #for_ko .step_list dt{
font-size:2rem;
}
.system_wrap #for_zh-hans .step_list,
.system_wrap #for_zh-hant .step_list,
.system_wrap #for_ko .step_list,
.system_wrap #for_zh-hans .hotel_policy,
.system_wrap #for_zh-hant .hotel_policy,
.system_wrap #for_ko .hotel_policy{
font-size:1.4rem;
}
.system_wrap #for_zh-hans .hotel_policy dt,
.system_wrap #for_zh-hant .hotel_policy dt,
.system_wrap #for_ko .hotel_policy dt{
font-size:2.2rem;
}
}

.system_wrap .step_list > dl:not(:last-child){
margin-bottom:24px;
}
.system_wrap .step_list > dl dd ul{
background:rgba(255,255,255,.8);
padding:24px;
border-radius:8px;
color:#444;
margin:16px 0;
}
.system_wrap .step_list > dl dd ul li span{
font-size:15px;
display:block;
}
@media screen and (min-width: 640px) {
.system_wrap .step_list > dl{
display:flex;
justify-content:space-between;
}
.system_wrap .step_list > dl > div{
flex-grow:1;
}
.system_wrap .step_list > dl .img{
min-width:290px;
}
.system_wrap .step_list > dl .system_book_ph1{
margin:0;
width:290px;
aspect-ratio:4 / 3;
object-fit:cover;
}
}

.system_wrap .hotel_policy{
text-align:left;
padding:26px;
border-radius:8px;
background:rgba(216,55,101,.6);
font-size:18px;
border:2px #fff;
font-family: "Cormorant Infant", serif;
}
.system_wrap .hotel_policy dt{
font-size:24px;
}
@media screen and (max-width: 640px) {
.system_wrap{
width:100%;
padding:2rem 1rem;
}
.system_wrap .rule,
.system_wrap .step_list{
font-size:1.6rem;
}
.system_wrap .rule dt,
.system_wrap .step_list dt{
font-size:2.2rem;
}
}
/* システム追加 */
.system_wrap .credit_card{
  text-align:left;
  padding:26px;
  border-radius:8px;
  background:rgba(216,55,101,.6);
  font-size:18px;
  border:2px #fff;
  font-family: "Cormorant Infant", serif;
  }
  .system_wrap .credit_card dt{
  font-size:24px;
  }
.credit_card_caution{
display: flex;
margin-top: 16px;
margin-bottom: 32px;
}
.credit_card_caution li:first-child{
min-width:400px;
}
.credit_master_card{
}
.credit_visa{
}
@media screen and (max-width: 640px) {
.system_wrap .credit_card{
padding:2rem;
}
.credit_card_caution{
flex-wrap:wrap;
margin:0 0 1.6rem 0;
}
.credit_card_caution li{
font-size:1.6rem;
line-height:1.3;
}
.credit_card_caution li:first-child{
min-width:100%;
width:100%;
margin-bottom:1.6rem;
}
.credit_card_caution li:nth-child(n+2){
width:50%;
}
.credit_card .credit_caution{
font-size:1.4rem;
line-height:1.3;
}
.credit_explan{
font-size:2.4rem;
margin-bottom:.8rem;
}
}

.credit_explan{
font-size: 24px;  
}
.credit_pay_bt{
margin-top: 32px;
}
.credit_pay_bt a{
text-align: center;
font-family: "Bodoni Moda", serif;
font-size: 23px;
font-weight: bold;
border-radius: 100px;
height: 42px;
line-height: 42px;
display: block;
letter-spacing: 1px;
text-indent: 1px;
background-color: #fff;
}
.credit_pay_bt a:hover{
background-color: #fec7da;
color:#fff;
}
@media screen and (max-width: 640px){
.credit_pay_bt{
font-size: 1.8rem;
margin-top:2.4rem;
}
.credit_pay_bt a{
font-size:1.8rem;
}
}
.system_sns_bt{
text-align: left;
padding: 26px;
border-radius: 8px;
background: rgba(216,55,101,.6);
font-size: 18px;
border: 2px #fff;
font-family: "Cormorant Infant", serif;
margin-bottom: 16px;  
}
/* ブック追加 */
.book_wrap{
width:980px;
margin:auto;
background:rgba(230,124,137,.7);
padding:24px;
border-radius:8px;
color:#fff;
}
.system_book_ph1{
margin-top: 24px;
margin-bottom: 16px;  
}

.foot_txt{
height:400px;
background:url(/img/common/bg_footer.png) center center no-repeat;
background-size:cover;
display:flex;
align-items:center;
justify-content:center;
position:relative;
}
.foot_txt::after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background: inherit;
filter: brightness(40%);
}
.foot_txt .box{
position:relative;
z-index:2;
color:#fff;
display:inline-block;
border:3px solid #fff;
padding:40px;
}
.foot_txt .box a{
display:block;
width:240px;
padding:5px 0;
color:#232323;
background:#fff;
margin:10px auto 0;
font-weight:bold;
}
.sns_caution {
display: flex;
margin-top: 32px;
margin-bottom: 32px;
gap: 0 10px;
}
@media screen and (max-width: 640px) {
.system_sns_bt{
padding: 10px;
}
}
@media screen and (max-width: 640px) {
.sns_caution{
margin-top: 16px;
gap: 0 5px;
margin-bottom: 20px;
}
}

@media screen and (max-width: 640px) {
.foot_txt .box{
padding:20px 0;
width:94%;
font-size:1.2rem;
font-weight:bold;
}
}
.system_sns_ttl{
font-family: "Bodoni Moda", serif;
font-size: 34px;
font-weight: bold;
text-align: center;
}

/* ニュース */
.news_wrap{
width:980px;
margin:auto;
}
.newslist{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.newslist > dl{
width : calc(100% / 2 - 12px) ;
padding:15px;
display:flex;
background:#fff;
border-radius:16px;
margin:0 24px 24px 0;
}
.newslist > dl:nth-child(2n){
margin-right:0;
}
.newslist > dl dt img{
max-width:140px;
border-radius:8px;
overflow:hidden;
margin-right:12px;
}
.newslist > dl dd{
text-align:left;
}
.newslist > dl dd .ttl{
font-size:18px;
font-weight:bold;
}
.newslist > dl dd .time{
font-size:12px;
color:#888;
margin-bottom:8px;
}
@media only screen and (max-width: 640px) {
.news_wrap{
width:100%;
}
.newslist{
display:block;
}
.newslist > dl{
width:100%;
}
.newslist > dl dt img{
width:80px;
}
.newslist > dl dd .comment{
font-size:1.3rem;
}
}
/* イベント */
.event_wrap{
width:980px;
margin:auto;
}
.eventlist{
margin-bottom:48px;
}
.eventlist .eventbox{
padding:16px;
border-radius:16px;
background:#fff;
margin-bottom:24px;
}
.eventlist dl:last-child{
margin-bottom:0;
}
.eventlist .eventbox dt{
margin-bottom:16px;
}
.eventlist .eventbox dd{
text-align:left;
}
.eventlist .eventbox dd .ttl{
font-size:20px;
font-weight:bold;
margin-bottom:8px;
}
.eventlist .eventbox dd .txt{
font-size:15px;
}
@media only screen and (max-width: 640px) {
.event_wrap{
width:100%;
padding:0 1.2rem;
}
.eventlist .eventbox dd .ttl{
font-size:1.8rem;
}
.eventlist .eventbox dd .txt{
font-size:1.3rem;
}
}

/* ホテルマップ */
.hotel_wrap{
width:980px;
margin:auto;
}
.hotel_wrap .hotelmap{
margin-bottom:16px;
}
.hotel_wrap .hotel_list{
display:flex;
flex-wrap:wrap;
margin-bottom:32px;
}
.hotel_wrap .hotel_list dl{
width : calc(100% / 2 - 8px) ;
text-align:left;
background:#fff;
border-radius:8px;
padding:10px;
margin:0 16px 16px 0;
display:flex;
}
.hotel_wrap .hotel_list dl:nth-child(2n){
margin-right:0;
}
.hotel_wrap .hotel_list dl dt{
min-width:32px;
margin-right:16px;
}
.hotel_wrap .hotel_list dl dt span{
display:block;
width:40px;
height:40px;
line-height:40px;
border-radius:100px;
background:#232323;
color:#fff;
text-align:center;
font-family: "Bodoni Moda", serif;
font-size:20px;
font-weight:500;
}
.hotel_wrap .hotel_list dl .hotel_name{
font-size:16px;
font-weight:bold;
}
.hotel_wrap .hotel_list dl .hotel_name a::after{
font-family: 'Material Icons Outlined';
content: '\e89e';
font-weight:normal;
margin-left:5px;
position:relative;
top:2px;
}
.hotel_wrap .hotel_list dl .add,
.hotel_wrap .hotel_list dl .tel,
.hotel_wrap .hotel_list dl .price,
.hotel_wrap .hotel_list dl .remarks{
color:#888;
display:flex;
}
.hotel_wrap .hotel_list dl .add::before{
content:"住所：";
}
.hotel_wrap .hotel_list dl .tel::before{
content:"電話：";
}
.hotel_wrap .hotel_list dl .price::before{
content:"料金：";
}
.hotel_wrap .hotel_list dl .remarks::before{
content:"備考：";
}
@media only screen and (max-width: 640px) {
.hotel_wrap{
width:100%;
box-sizing:border-box;
padding:0 1.2rem;
}
.hotel_wrap h3.subttl{
font-size:1.8rem;
}
.hotel_wrap .hotel_list{
display:block;
}
.hotel_wrap .hotel_list dl{
width:100%;
}
.hotel_wrap .hotel_list dl dd{
font-size:1.3rem;
}
.hotel_wrap .hotel_list dl dt span{
width:32px;
height:32px;
font-size:1.6rem;
line-height:32px;
}
}
/* ホテルリスト */
.hotellist_wrap{
width:1100px;
margin: 0 auto 48px;
padding: 24px;
border-radius: 16px;
background: rgba(246,218,235,.8);
}
.hotel_category_link ul{
display:flex;
flex-wrap:wrap;
margin-bottom:32px;
gap:12px 15px;
}
.hotel_category_link ul li{
width : calc(100% / 3 - 10px) ;
text-align:left;
}
.hotel_category_link ul li a{
display:block;
align-items:center;
padding:10px 16px 12px;
font-size:16px;
line-height:1.4;
border-bottom:2px solid #ef1963;
position:relative;
}
.hotel_category_link ul li a strong{
display:block;
}
.hotel_category_link ul li a span{
font-size:14px;
display:block;
}
.hotel_category_link ul li a:hover{
border-color:#222;
color:#888;
}
.hotel_category_link ul li a::after{
content: "";
display: block;
width: 12px;
height: 12px;
border-bottom: 2px solid #aaa;
border-right: 2px solid #aaa;
position: absolute;
top: 50%;
right: 16px;
margin: auto;
rotate:45deg;
translate:0 -60%;
}
.hotel_category_link ul li a:hover::after{
border-color:#ef1963;
}
.hotellist_wrap .hotellist_box{
margin-bottom:32px;
}
.hotellist_wrap .hotellist{
display:flex;
flex-wrap:wrap;
gap:12px;
}
.hotellist_wrap .hotellist dl{
padding:16px;
background:#fff;
text-align:left;
width : calc(100% / 4 - 9px) ;
}
.hotellist_wrap .hotellist dl dt{
font-size:18px;
font-weight:500;
margin-bottom:8px;
}
.hotellist_wrap .hotellist dd{
font-size:13px;
}
.hotellist_wrap .hotellist dd.type{
margin-bottom:4px;
}
.hotellist_wrap .hotellist dd.type span{
background:#fee4f0;
line-height:1;
padding:5px 12px;
border-radius:100px;
display:inline-block;
}
.hotellist_wrap .hotellist .add,
.hotellist_wrap .hotellist .tel{
display:flex;
align-items:center;
position:relative;
top:1px;
color:rgba(239,25,99,.5);
}
.hotellist_wrap .hotellist .add a:hover{
color:rgba(239,25,99,.7);
}
.hotellist_wrap .hotellist .tel a{
}
.hotellist_wrap .hotellist dd.add::before,
.hotellist_wrap .hotellist dd.tel::before{
font-family: 'Material Icons';
margin-right:4px;
}
.hotellist_wrap .hotellist dd.add::before{
content: '\e55f';
}
.hotellist_wrap .hotellist dd.tel::before{
content: '\e0b0';
}
.hotellist_wrap .hotellist .price{
display:flex;
}
.hotellist_wrap .hotellist .price p span{
font-weight:bold;
}
.hotellist_wrap .hotellist .price p:nth-of-type(2)::before{
content:"／";
margin:0 3px;
}
@media screen and (min-width: 640px) {
.hotellist_wrap .hotellist .tel a{
pointer-events: none;
}
.hotel_category_link ul li:nth-of-type(4n){
margin-right:0;
}
}
@media screen and (max-width: 640px) {
.hotellist_wrap{
width:100%;
padding:2rem 1rem;
}
.hotel_category_link ul li{
width : calc(100% / 2 - 6px) ;
}
.hotel_category_link ul li:nth-of-type(2n){
margin-right:0;
}
.hotel_category_link ul li a{
font-size: 1.3rem;
font-weight: 500;
padding: 1rem 1rem 1rem .5rem;
line-height:1.2;
}
.hotel_category_link ul li a strong{
font-weight:500;
}
.hotellist_wrap > div:last-of-type{
margin-bottom:0;
}
.hotellist_wrap .hotellist{
display:block;
}
.hotellist_wrap .hotellist dl{
width:100%;
margin:0 0 1.6rem !important;
padding:1.2rem;
}
.hotellist_wrap .hotellist dl:last-child{
margin-bottom:0 !important;
}
}
/* 利用規約 */
.terms_wrap {
width: 980px;
margin: auto;
background: rgba(230,124,137,.7);
padding: 24px;
border-radius: 8px;
color: #fff;
}
h3.terms_subttl {
font-family: "Cormorant Infant", serif;
font-size: 36px;
letter-spacing: 2px;
text-indent: 2px;
margin-top: 16px;
color: #fff;
font-weight: 700;
}
.terms_sentence{
font-family: "Cormorant Infant", serif; 
font-size: 18px; 
text-align: left;
}
@media screen and (max-width: 640px) {
.terms_wrap {
width: 100%;
}
}
.terms_subttl2{
font-family: "Cormorant Infant", serif;
font-size: 24px;
text-align: left;
margin-bottom: 16px;
margin-top: 40px;
}
.terms_subttl3{
font-family: "Cormorant Infant", serif;
font-size: 24px;
text-align: left;
margin-bottom: 16px;
margin-top: 40px;
}
  
/* サービス */
.service_wrap {
  width: 980px;
  margin: auto;
  background: rgba(230,124,137,.7);
  padding: 24px;
  border-radius: 8px;
  color: #fff;
}
h3.greeting_subttl {
font-family: "Cormorant Infant", serif;
font-size: 36px;
font-weight: 700;
letter-spacing: 2px;
text-indent: 2px;
  /*
  margin-top: 16px;
  */
  color: #EF1963;
}
.greeting_sentence{
  font-family: "Cormorant Infant", serif; 
  font-size: 18px;
  text-align: left;
}
.greeting_sentence_box{
  background: rgba(255,255,255,.8);
  padding: 24px;
  border-radius: 8px;
  color: #444;
  margin: 18px 0;  
}
h3.happy_end_subttl {
font-family: "Cormorant Infant", serif;
font-size: 36px;
font-weight: 700;
letter-spacing: 2px;
text-indent: 2px;
  /*
  margin-top: 16px;
　*/
  color: #EF1963;
}
.happy_end_sentence{
  font-family: "Cormorant Infant", serif; 
  font-size: 18px;
  text-align: left;
}
.happy_end_sentence_box{
  background: rgba(255,255,255,.8);
  padding: 24px;
  border-radius: 8px;
  color: #444;
  margin: 18px 0;  
}
@media screen and (max-width: 640px) {
  .service_wrap {
    width: 100%;
  }
}

/* Q&A */
.qa_wrap{
width:980px;
margin:0 auto 32px;
}
.qa_wrap .qa_list dl{
padding:24px;
border-radius:8px;
background:#fff;
margin-bottom:16px;
text-align:left;
}
.qa_wrap .qa_list dl dt{
font-size:17px;
font-weight:bold;
padding-bottom:8px;
margin-bottom:12px;
border-bottom:1px dotted #888;
display:flex;
align-items:center;
}
.qa_wrap .qa_list dl dt::before{
content:"Q";
font-family: "Bodoni Moda", serif;
font-weight:500;
display:block;
width:32px;
height:32px;
line-height:32px;
background:#232323;
color:#fff;
border-radius:100px;
text-align:center;
font-size:20px;
margin-right:8px;
}
.qa_wrap .qa_list dl dd{
}
@media only screen and (max-width: 640px) {
.qa_wrap{
width:100%;
padding:0 1.2rem;
}
.qa_wrap .qa_list dl{
padding:1.6rem;
}
.qa_wrap .qa_list dl dt{
font-size:1.6rem;
line-height:1.5;
}
.qa_wrap .qa_list dl dt::before{
min-width:32px;
}
.qa_wrap .qa_list dl dd{
font-size:1.3rem;
}
}
/* ランキング */
.ranking_wrap{
margin:0 auto 72px;
}
.ranking_wrap .ranking_box{
  background: rgba(239,25,99,.6);
padding:32px 0;
}
.ranking_wrap .ranking_list{
display:flex;
flex-wrap:wrap;
margin-bottom:32px;
}
.ranking_wrap .ranking_list dl{
width : calc(100% / 3 - 8px) ;
margin:0 12px 24px 0;
padding:10px;
border-radius:4px;
background: rgba(254, 228, 240, 0.8);
box-sizing:border-box;
position:relative;
}
.ranking_wrap .ranking_list dl:nth-child(3),
.ranking_wrap .ranking_list dl:nth-child(6),
.ranking_wrap .ranking_list dl:nth-child(10){
margin-right:0;
}
.ranking_wrap .ranking_list dl:nth-child(n+7){
width : calc(100% / 4 - 9px) ;
}
.ranking_wrap .ranking_list dl dt{
margin-bottom: 8px;
overflow: hidden;
border-radius: 4px;
position: relative;
}
.ranking_wrap .ranking_list dl dt img{
transition: transform .4s ease;
}
.ranking_wrap .ranking_list dl:hover dt img{
transform: scale(1.1);
}
.ranking_wrap .ranking_list dl .name span{
font-size:28px;
/*
font-weight:bold;
*/
font-family: "Cormorant Infant", serif;
}
.ranking_wrap .ranking_list dl .size{
font-size:12px;
color:#888;
}
.ranking_wrap .ranking_list dl .rank{
position:absolute;
top:0;
left:5px;
display:block;
width:48px;
height:48px;
line-height:48px;
text-align:center;
background:#FE8FB5;
color:#fff;
font-family: "Bodoni Moda", serif;
font-weight:500;
font-size:24px;
}
/* スライドランキング */
.ranking_list_wrap{
width:1100px;
margin:auto;
}
.ranking__list dl{
padding:10px;
border-radius:4px;
background:#fff;
margin:0 5px;
position:relative;
font-family: "Cormorant Infant", serif;
line-height:1;
}
.ranking__list dl dt{
border-radius:6px;
overflow:hidden;
margin-bottom:8px;
}
.ranking__list dl dt img{
transition: transform .4s ease;
}
.ranking__list dl:hover dt img{
transform: scale(1.1);
}
.ranking__list dl dd.txt .name{
margin-bottom:6px;
}
.ranking__list dl dd.txt .name span{
font-size:28px;
}
.ranking__list dl dd.txt .size{
font-size:15px;
color:#888;
}
.ranking__list dl dd.rank{
position:absolute;
top:5px;
left:5px;
width:32px;
height:32px;
text-align:center;
line-height:31px;
background:#fe8fb5;
color:#fff;
font-size:24px;
}
.ranking__list .slick-dots{
bottom:-32px;
}
.ranking__list .slick-dots li button::before{
color:#fff;
}
/* スライドランキング 追加*/
.therapi_title{
font-family: "Bodoni Moda", serif;
font-size: 50px;
font-weight:bold;
}
@media only screen and (max-width: 640px) {
.therapi_title{
font-size:5rem;
}
.ranking_wrap{
margin-bottom:2.4rem;
}
.ranking_wrap .ranking_box{
padding:2.4rem 0;
}
.ranking_list_wrap{
width:100%;
padding:0 1rem;
}
}
@media only screen and (max-width: 640px) {
.ranking_wrap{
width:100%;
padding:0;
}
.ranking_wrap h3.subttl{
font-size:1.8rem;
}
.ranking_wrap .ranking_list dl{
width: calc(100% / 2 - 6px);
margin-right:0;
}
.ranking_wrap .ranking_list dl:first-of-type{
width:100%;
}
.ranking_wrap .ranking_list dl:nth-of-type(2n){
margin-right:12px;
}
.ranking_wrap .ranking_list dl .rank{
width:32px;
height:32px;
line-height:32px;
font-size:1.8rem;
left:0;
}
.ranking__list dl{
padding:.6rem .6rem 1rem;
margin:0 .3rem;
}
.ranking__list dl dd.txt .name{
font-size:1.2rem;
font-weight:600;
}
.ranking__list dl dd.txt .name span{
font-size:1.6rem;
}
.ranking__list dl dd.txt .size{
font-size:1.1rem;
}
.ranking__list  .slick-dots li{
margin:0 2px;
}
.ranking__list dl dd.rank{
top:3px;
left:3px;
width:24px;
height:24px;
line-height:23px;
font-size:1.8rem;
font-weight:600;
}
}
/* プレイ */
.play_wrap{
width:980px;
margin:0 auto 32px;
}
@media only screen and (max-width: 640px) {
.play_wrap{
width:100%;
padding:0 1.2rem
}
}

/* コンセプト */
.concept_wrap{
width:980px;
margin:0 auto 32px;
}
@media only screen and (max-width: 640px) {
.concept_wrap{
width:100%;
padding:0 1.2rem
}
}

/* 求人 */
.recruit_wrap {
width: 980px;
margin: 0 auto 32px;
}
.recruit_flex{
display:flex;
justify-content:space-between;
position:relative;
}
.recruit_box{
width:630px;
padding:15px 15px 30px;
background:#fff;
border-radius:10px;
}
.recruit_box figure{
margin-bottom:24px;
}
.recruit_box .recruit_ttl{
text-align:left;
font-weight:bold;
font-size:20px;
line-height:1.5;
margin-bottom:16px;
}
.recruit_box .recruit_txt{
font-size:14px;
margin-bottom:32px;
}
.recruit_box .recruit_subttl{
font-size:18px;
font-weight:bold;
letter-spacing:1px;
margin-bottom:24px;
text-align:left;
position:relative;
padding:8px 0 5px;
}
.recruit_box .recruit_subttl::before{
font-family:"FontAwesome";
content:"\f0f6";
display:inline-block;
font-size:24px;
margin-right:8px;
position:relative;
top:1px;
}
dl.treatment > div{
display:flex;
text-align:left;
gap:0 8px;
}
dl.treatment > div:not(:last-child){
margin-bottom:16px;
padding-bottom:16px;
border-bottom:1px solid #ddd;
}
dl.treatment > div dt{
min-width : calc(25% - 12px) ;
width : calc(25% - 12px) ;
}
dl.treatment > div dt span{
display:block;
padding:6px 18px 4px;
background:#888;
color:#fff;
border-radius:3px;
line-height:1.3;
text-align:left;
}
dl.treatment > div dd{
padding-top:5px;
flex-grow:1;
}
.recruit_right{
width:320px;
}
.recruit_right .form_ttl{
font-size:18px;
font-weight:bold;
letter-spacing:1px;
margin-bottom:12px;
}
.recruit_flex .form_wrap{
padding:15px;
border-radius:10px;
position:sticky;
top:15px;
}
.recruit_right .oubobox{
margin-bottom:20px;
}
.recruit_right .oubobox li{
margin-bottom:8px;
}
.recruit_right .oubobox a{
font-size:16px;
font-weight:bold;
padding:12px 0 9px;
border:1px solid #ccc;
display:block;
border-radius:100px;
line-height:1;
}
.recruit_right .oubobox a::before{
font-family:"FontAwesome";
margin-right:8px;
display:inline-block;
}
.recruit_right .oubobox .tel a::before{
content:"\f095";
}
.recruit_right .oubobox .line a::before{
content:"\f075";
transform: scale(-1, 1);
position:relative;
top:-1px;
}
.recruit_right .oubobox .line a{
background:#56c459;
border-color:#56c459;
color:#fff;
}
.recruit_right dl{
text-align:left;
}
.recruit_right dl dt{
font-weight:bold;
font-size:15px;
margin-bottom:3px;
}
.recruit_right dl dt::after{
color: #fff;
display: inline-block;
padding: 0 6px;
border-radius: 1px;
font-size: 11px;
font-weight: normal;
height:16px;
line-height:18px;
margin-left:8px;
position:relative;
top:-1px;
}
.recruit_right dl dt.required::after{
background: #d0483e;
content: "必須";
}
.recruit_right dl dt.nini::after{
background: #bbb;
content: "任意";
}
.recruit_right dl dd{
margin-bottom:16px;
}
.recruit_right .oubo_caution{
font-size:12px;
margin-top:6px;
}
.recruit_right dl dd .radio_txt{
white-space:nowrap;
width:36%;
}
.recruit_right dl dd .textarea_01{
min-height:160px;
}
.recruit_right .form_btn{
margin:20px auto;
}
.recruit_right .form_btn .btn {
font-size: 18px;
padding:16px 0 13px;
min-width:100%;
}

@media only screen and (max-width: 640px) {
.recruit_wrap{
width:100%;
padding:0 1.2rem;
}
.recruit_flex{
flex-wrap:wrap;
}
.recruit_box{
width:100%;
margin-bottom:3.2rem;
}
.recruit_right{
width:100%;
}
dl.treatment > div{
font-size:1.4rem;
display:block;
}
dl.treatment > div dt{
margin-bottom:.6rem;
width:100%;
min-width:100%;
}
dl.treatment > div dt span{
font-size:1.3rem;
padding:6px 10px 4px;
}
dl.treatment > div dd{
padding-top:0;
}
}
/* 求人メール送信後モーダル */
.modal {
width:100vw;
height:100vh;
background-color: rgba(0, 0, 0, 0.5);
position:fixed;
top:0;
left:0;
display:none;
}
.modal dl{
position:absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding:32px;
border-radius: 5px;
background:#fff;
}
.modal dl dt{
font-size:16px;
font-weight:bold;
margin-bottom:16px;
white-space:nowrap;
}
.modal dl dd{
white-space:nowrap;
}
@media only screen and (max-width: 640px) {
.modal dl dt{
font-size:1.8rem;
}
.modal dl dd{
font-size:1.4rem;
}
}

/* アンケート */
.enquete_wrap{
width:980px;
margin:0 auto 32px;
}

/* お問い合わせ */
.contact_wrap{
width:980px;
margin:0 auto 32px;
}

/* ご予約 */
.reserve_wrap{
width:980px;
margin:0 auto 32px;
}

@media only screen and (max-width: 640px) {
.enquete_wrap,
.contact_wrap,
.reserve_wrap{
width:100%;
padding:0 1.2rem;
}
}
/* フォーム関係 */
.form_wrap{
padding:24px;
background:#fff;
border-radius:16px;
}
.form_wrap > dl{
display:flex;
align-items:center;
text-align:left;
border-bottom:1px solid #dedede;
}
.form_wrap > dl:last-of-type{
border:none;
}
.form_wrap > dl dt{
width:25%;
font-weight:bold;
padding:20px 0;
font-size:15px;
position:relative;
}
.form_wrap > dl dt.required::after{
content:"必須";
background:#d0483e;
color:#fff;
display:inline-block;
padding:0 6px;
border-radius:1px;
font-size:12px;
font-weight:normal;
position:absolute;
top:0;
bottom:0;
right:0;
margin:auto;
height:20px;
line-height:21px;
}
.form_wrap > dl dt.nini::after{
content:"任意";
background:#ccc;
color:#fff;
display:inline-block;
padding:0 6px;
border-radius:1px;
font-size:12px;
font-weight:normal;
position:absolute;
top:0;
bottom:0;
right:0;
margin:auto;
height:20px;
line-height:21px;
}
.form_wrap > dl dd{
width:75%;
padding:20px 0 20px 16px;
}
.form_wrap > dl dd .custom_txt{
margin:0 10px;
}
.form_wrap > dl dd .parts,
.form_wrap > dl dd .threesize{
display:flex;
}
.form_wrap > dl dd .threesize > div{
display:inline-flex;
}
.form_wrap > dl dd .txt{
align-self:flex-end;
margin:0 16px 0 4px;
font-size:13px;
}
.form_wrap > dl dd .s_txt{
align-self:center;
font-size:15px;
}
@media screen and (max-width: 640px) {
.form_wrap > dl dd .threesize{
flex-direction:column;
}
.form_wrap > dl dd .threesize > div:not(:last-child){
margin-bottom:1rem;
}
.form_wrap > dl dd .txt{
align-self:flex-end;
margin:0 1rem 0 .3rem;
font-size:1.3rem;
}
.form_wrap > dl dd .s_txt{
font-size:1.6rem;
width:8rem;
}
}


/* Firefoxのボタンの点線を消す */
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0px;
}
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
button,
textarea{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
font-size:15px;
}
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
textarea{
padding:7px;
border:1px solid #ccc;
background:#fff;
border-radius: 2px;
box-sizing:border-box;
}
@media screen and (max-width: 640px) {
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
textarea,
.custom > select{
font-size:16px !important;
}
}
select {
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
border-radius: 0;
border: 0;
margin: 0;
padding: 0;
background: none transparent;
vertical-align: middle;
font-size: inherit;
color: inherit;
box-sizing: content-box;
}
select::-ms-expand {
display: none;
}
.input_01{
width:100%;
}
.input_02{
width:88px;
}
.textarea_01{
width:100%;
min-height:300px;
}
.form_btn{
margin:32px auto;
}
.form_btn .btn{
background:#454545;
font-size:22px;
font-weight:bold;
border-radius:100px;
padding:19px 0 16px;
color:#fff;
letter-spacing:.2rem;
min-width:400px;
line-height:1;
cursor:pointer;
border:none;
}

.sch_select{
margin-bottom:20px;
}
/* プルダウン */
.custom {
overflow: hidden;
display: inline-block;
*display: inline;
*zoom: 1;
position: relative;
border-radius: 100px;
border: 1px solid #ddd;
 /* box-shadow: 0 2px 0 #AAA; */
background-color: white;
vertical-align:bottom;
}
.custom > select {
width: 130%;
padding: 0.6em 5em 0.6em 1.2em;
font-size:15px;
}
.custom:after{
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 2.4em;
display: block;
content: "";
background:url(/img/common/select.png) center no-repeat;
background-size:10px 10px;
 /*
  border-left:1px solid #dedede;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEUAAAAZJCYWISIYIyQYIiUWIiIYIyQYIiXh0rToAAAACHRSTlMA/hTRqiinvwFkb0sAAABCSURBVHjajchBDsAgDAPBOJDw/x+XVN0icQGfPGs3i+2GEqeiLCXWLENzvdzrDfP2ls/NjfKbgimYglfBq2Dm+LwHguMA235EdKYAAAAASUVORK5CYII=") center no-repeat;
 */
pointer-events: none;
}
@media only screen and (max-width: 640px) {
.sch_select.custom{
margin-top:-1rem;
}
.sch_select.custom::after{
width:4rem;
}
}
/* ラジオボタン */
.radio{
position: absolute;
opacity: 0;
z-index: -1;
}
.radio + .radio-icon:before {
content: "";
display:inline-block;
width:20px;
height:20px;
background:url(/img/common/radio.png) no-repeat;
background-size:20px 20px;
position:relative;
top:5px;
}
.radio:checked + .radio-icon:before {
background:url(/img/common/radio_on.png) no-repeat;
background-size:20px 20px;
}
.radio_txt{
display:inline-block;
line-height:2;
padding-right:16px;
width : calc(100% / 4 - 8px) ;
}

/* チェックボックス */
.checkbox {
display: none;
}
.checkbox + .checkbox-icon:before {
content: "";
display:inline-block;
width:20px;
height:20px;
background:url(/img/common/checkbox.png) no-repeat;
background-size:20px 20px;
position:relative;
top:5px;
margin-right:5px;
}
.checkbox:checked + .checkbox-icon:before {
background:url(/img/common/checkbox_on.png) no-repeat;
background-size:20px 20px;
margin-right:5px;
}
.checkbox-icon{
white-space: nowrap;
}
.checkbox_txt{
display:inline-block;
line-height:2;
padding-right:16px;
width : calc(100% / 4 - 8px) ;
}
@media only screen and (max-width: 640px) {
.form_wrap{
padding:2rem 1.6rem;
}
.form_wrap > dl{
display:block;
padding-bottom:2.2rem;
margin-bottom:2rem;
border-bottom:1px dotted #bbb;
}
.form_wrap > dl dt{
width:100%;
padding:0;
margin-bottom:.7rem;
font-size:1.6rem;
}
.form_wrap > dl dt.required::after{
font-size:1rem;
font-weight:bold;
position:relative;
height:16px;
line-height:17px;
margin-left:7px;
top:-2px;
}
.form_wrap > dl dd{
width:100%;
padding:0;
font-size:1.4rem;
}
.checkbox_txt,
.radio_txt{
width:100%;
padding-right:0;
}
.form_btn{
margin-bottom:0;
}
.form_btn .btn{
min-width:100%;
font-size:2rem;
}
}
/* SPフッターボタン */
.footer_btn{
display:none;
}
@media screen and (max-width: 640px) {
.footer_btn{
display:block;
padding:.5rem 0;
position:sticky;
bottom:0;
background:rgba(254,228,240,.9);
z-index:99;
}
.footer_btn p a{
display:flex;
justify-content:center;
width:80%;
margin:0 auto 4px;
background:#232323;
font-family: "Bodoni Moda", serif;
font-size:2.4rem;
font-weight:700;
letter-spacing:.2rem;
color:#fff;
border-radius:100px;
padding:10px 0;
line-height:1;
}
.footer_btn p a::before{
font-family: 'Material Icons';
content: '\e0cd';
margin-right:3px;
position:relative;
top:1px;
}
.footer_btn span{
font-size:1.4rem;
font-weight:bold;
}
.footer_btn ul{
display:flex;
}
.footer_btn ul li{
width : calc(100% / 5) ;
}
.footer_btn ul li a{
display:block;
line-height:1.2;
padding:.5rem 0;
font-weight:bold;
font-size:1.1rem;
}
.footer_btn ul li a::before{
font-family: 'Material Icons';
content: '\e0cd';
display:block;
font-size:2.4rem;
}
.footer_btn ul li.reserve a::before{
content: '\e163';
}
.footer_btn ul li.rec a::before{
content: '\e590';
}
.footer_btn ul li.ranking a::before{
content: '\e8d0';
}
.footer_btn ul li.top a::before{
content: '\f182';
}
}
/* フッター */
#footer{
  padding:48px 0;
  background: #fee4f0;
}
#footer .logo img{
width:160px;
height:auto;
margin-bottom:20px;
}
#footer .footnav{
display:flex;
justify-content:center;
flex-wrap:wrap;
margin:0 auto 20px;
max-width:800px;
font-family: "Bodoni Moda", serif;
}
#footer .footnav li:not(:last-child)::after{
content:"｜";
}
#footer p{
font-size:13px;
font-family: "Bodoni Moda", serif;
}
#footer dl dd.tel span{
font-size: 30px;
}
#footer dl dd.tel {
  font-size: 22px;
  line-height: 1.1;
  font-family: "Bodoni Moda", serif;
  color: #ef1963;
}
#footer dl dd.txt {
  font-family: "Bodoni Moda", serif;
  font-size: 17px;
  color: #ef1963;
}
#footer dl dd.time_en {
  font-family: "Bodoni Moda", serif;
  font-size: 17px;
  margin-bottom: 32px;
  color: #ef1963;
}
@media screen and (max-width: 640px) {
#footer{
padding:50px 0;
}
#footer .logo img{
width:160px;
}
}
/* フッターSPカスタマイズ */
@media screen and (max-width: 640px) {
#footer .footnav {
display: block;
font-size:1.7rem;
padding:0;
text-align:left;
border-top: 1px solid rgba(254, 199, 218, 1);
}
#footer .footnav li {
text-align: left;
border-bottom: 1px solid rgba(254, 199, 218, 1);
}
#footer .footnav li:not(:last-child)::after {
content: none;
}
#footer .footnav li a{
display: block;
padding: .8rem 1.4rem .6rem;
position: relative;
}
#footer .footnav li a::after {
content: "";
display: block;
width: .8rem;
height: .8rem;
border-top:1px solid rgba(239, 25, 99, .7);
border-right:1px solid rgba(239, 25, 99, .7);
position: absolute;
top: 0;
bottom: 0;
right: 1.4rem;
margin:
auto;transform: rotate(45deg);
}
#footer .footnav li a::before {
font-family: "Bodoni Moda", serif;
font-size: 1.8rem;
margin-right: .5rem;
/*
content: "TOP";
*/
}
}
 
@media screen and (max-width: 640px) {
#footer {
padding:3.2rem 0;
}
}
/* フッター X カスタマイズ */
#footer .sns {
  margin-bottom: 24px;
}
#footer .sns img {
  width: 56px;
}
@media screen and (max-width: 640px) {
  #footer .sns img {
    width: 4.8rem;
  }
}
/* 認証ページ */
#index{
font-family: "Bodoni Moda", serif;
color:#232323;
background: url(/img/common/bg2.png);
background-size: cover;
  background-attachment: fixed;
}
#index .wrap{
padding:80px 0;
}
#index .wrap .logo{
margin-bottom:32px;
filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.3));
}
#index .wrap .logo img{
width: max-content;
height:auto;
margin-top: -80px;
}
#index .enter_btn{
display:flex;
justify-content:center;
gap:0 24px;
margin-bottom:48px;
}
#index .enter_btn li a{
display:block;
padding:10px 0;
font-family: "Rozha One", serif;
font-size:28px;
background:#ef1963;
border-radius:100px;
line-height:1;
width:240px;
color:#fff;
}
#index .enter_btn li a:hover{
color:#fe8fb5;
background-color: #fff;
}
#index .enter_btn li.exit a:hover{
color:#fe8fb5;
background-color: #fff;
}
.opentxt{
display:inline-block;
}
.opentxt p{
font-family: "Rozha One", serif;
font-size:40px;
}
#index .opentxt p strong{
display:block;
font-size:24px;
font-family: "Bodoni Moda", serif;
font-weight:500;
}
#index .opentxt span{
color:#ef1963;
}
#index .wrap .caution{
margin:24px auto 0;
width:720px;
}
#index .wrap .caution::before{
content:"";
width:50px;
height:50px;
display:block;
margin:0 auto 8px;
background:url(/img/common/18kin.png) no-repeat;
background-size:50px 50px;
}
#index .wrap .caution dt{
font-size:30px;
margin-bottom:16px;
color: #0067A4;
}
#index .wrap .caution dd{
text-align:left;
font-size:17px;
color: #0067A4;
font-family: "Cormorant Infant", serif;
}
#index #footer{
padding:24px 0;
background:none;
color: #EF1963;
}
#index #footer p{
font-size:14px;
}
@media screen and (max-width: 640px) {
#index{
background:none;
position:relative;
}
#index::before{
content:"";
display:block;
width:100%;
height:100vh;
background:url(/img/common/bg_sp_ninsho.png) center bottom no-repeat;
background-size:cover;
position:fixed;
top:0;
left:0;
z-index:-1;
}
#index .wrap{
padding:8rem 0;
}
#index .wrap .logo img{
width:100%;
}
#index .enter_btn{
gap:0 1.6rem;
}
#index .enter_btn li a{
width:16rem;
font-size:2rem;
margin-top: -1rem;
}
#index .opentxt p{
font-size:3.2rem;
}
#index .opentxt p strong{
font-size:2.2rem;
}
#index .wrap .caution::before{
width:4rem;
height:4rem;
margin:0 auto 8px;
background:url(/img/common/18kin.png) no-repeat;
background-size:4rem 4rem;
}
#index .wrap .caution{
width:100%;
font-size:1.3rem;
padding:0 2rem;
}
#index .wrap .caution dt{
font-size:2rem;
margin-bottom:.8rem;
}
#index .wrap .caution dd{
font-size:1.2rem;
}
#index #footer p{
font-size:1.2rem;
margin-top: -3rem;
}
}
/* 認証ページ ロゴ */
@media screen and (max-width: 640px) {
.rogo_pc {
display: none;
}
}
.rogo_sp{
display: none;
}
.link_wrap .link_box{
width: 980px;
margin:auto;
padding: 32px 0;
margin-top: -32px;
}
.link_wrap .link_box ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap:6px;
}
@media screen and (max-width: 640px) {
.link_wrap {
padding:0 1.4rem;
margin-bottom: 2.4rem;
margin-top: -5rem;
}
}
@media screen and (max-width: 640px) {
.link_wrap .link_box {
width: 100%;
padding:2rem;
}
}

/* ギャラリー一覧 */
.gallery_wrap{
width:980px;
margin:0 auto 30px;
}
.gallery_list{
display:flex;
flex-wrap:wrap;
gap: 16px 16px
}
.gallery_list dl{
width : calc(100% / 2 - 8px) ;
}
@media screen and (max-width: 640px) {
.gallery_wrap{
width:100%;
}
.gallery_list{
padding:0 10px;
}
.gallery_list dl{
width : 100%;
}
}

/* reCAPTCHAバッジ非表示 */
.grecaptcha-badge { visibility: hidden; }
.reCaptcha_txt{
font-size:11px;
color:#aaa;
text-align:left;
}
.reCaptcha_txt a{
color:#87b9ee;
}
@media only screen and (max-width: 640px) {
.reCaptcha_txt{
margin-top:1.6rem;
}
}
/* 404ページ */
.notfound_wrap{
margin:50px 0;
}
.notfound_box{
color:#777;
}
.notfound_box dl{
line-height:1;
}
.notfound_box dt{
font-size:100px;
font-weight:700;
line-height:1;
}
.notfound_box dd.en{
font-size:32px;
font-weight:700;
letter-spacing:2px;
text-indent:2px;
margin-bottom:16px;
}
.notfound_box dd.txt{
line-height:1.8;
}
.notfound_box dd.txt span{
display:block;
font-size:22px;
font-weight:bold;
}
.notfound_box dd.btn{
margin-top:32px;
}
.notfound_box dd.btn a{
display:inline-block;
font-size:16px;
font-weight:700;
padding:0 64px;
height:46px;
line-height:47px;
border:1px solid #232323;
border-radius:100px;
color:#232323;
}
.notfound_box dd.btn a:hover{
color:#ffff;
background:#232323;
}
@media screen and (max-width: 640px) {
.notfound_box dd.txt{
font-size:1.3rem;
}
.notfound_box dd.btn a{
line-height:45px;
}
}
/* 追加 */
/* スマホ　フッター　ボタン */
@media screen and (max-width: 640px) {
.footer_btn ul li.en a::before {
content: "";
display: block;
height: 2.88rem;
width: 100%;
background: url(/img/common/icon_en.png) center .2rem no-repeat;
background-size: 2.4rem auto;
margin: auto;
}
}
@media screen and (max-width: 640px) {
.footer_btn ul li.chs a::before {
content: "";
display: block;
height: 2.88rem;
width: 100%;
background: url(/img/common/icon_chs.png) center .2rem no-repeat;
background-size: 2.4rem auto;
margin: auto;
}
}
@media screen and (max-width: 640px) {
.footer_btn ul li.cht a::before {
content: "";
display: block;
height: 2.88rem;
width: 100%;
background: url(/img/common/icon_cht.png) center .2rem no-repeat;
background-size: 2.4rem auto;
margin: auto;
}
}

@media screen and (max-width: 640px) {
.footer_btn ul li.ko a::before {
content: "";
display: block;
height: 2.88rem;
width: 100%;
background: url(/img/common/icon_ko.png) center .2rem no-repeat;
background-size: auto;
background-size: 2.4rem auto;
margin: auto;
}
}
/* アイコン　書き足し */

.search_wrap {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 24px;
font-family: "Bodoni Moda", serif;
font-size: 18px;
}
.search_wrap ul {
display: inline-flex;
}
.search_wrap ul li {
display: inline-flex;
align-items: center;
}
.search_wrap ul li:not(:last-child) {
margin-right: 12px;
}
.search_wrap ul li::before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
background: url(/img/common/icon_beginner.png) no-repeat;
background-size: 24px 24px;
margin-right: 4px;
}
.search_wrap ul li.movie::before {
background: url(/img/common/icon_movie.png) no-repeat;
background-size: 24px 24px;
}
.search_wrap ul li.x::before {
background: url(/img/common/icon_x.png) no-repeat;
background-size: 24px 24px;
}
.search_wrap .freeword_wrap .btn::before {
font-family: "FontAwesome";
content: "\f002";
color: #fff;
font-size: 17px;
}
.search_wrap .freeword_wrap .btn {
border: none;
background: #FE8FB5;
width: 48px;
height: 38px;
line-height: 38px;
border-radius: 0 19px 19px 0;
box-sizing: border-box;
padding: 0 5px 0 0;
}
.search_wrap .freeword_wrap {
display: inline-flex;
}
@media screen and (max-width: 640px) {
.search_wrap {
width: 100%;
flex-direction: column;
padding: 0 1.4rem;
font-size: 1.3rem;
margin-top: 2.2rem;
margin-bottom: 0.8rem;
}
}
@media screen and (max-width: 640px) {
.search_wrap ul {
width: 100%;
margin-bottom: .8rem;
}
}