@charset "utf-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}body{width:100%;min-width:320px;min-height:800px;overflow-x:hidden;text-align:center;-webkit-text-size-adjust:100%;font-feature-settings:"palt"}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}h1,h2,h3,h4,h5,h6,th{font-weight:400}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{color:#3e4349;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}p{max-height:999999px}ins{background-color:#ff9;color:#3e4349;text-decoration:none}mark{background-color:#ff9;color:#3e4349;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:bottom}input,select{vertical-align:middle}

/****************************************

 common (共通スタイル)

****************************************/
html {
	overflow-x: hidden;
}
body {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
	color: var(--color-black1);
	/* background: var(--color-white1); */
	font-size: 14px;
	font-weight: 500;
	/*font-family: Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
	font-family: Times New Roman, '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Noto Serif JP', 'Hiragino Mincho ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	line-height: 1.8;/* 変更 */
}

/* フォームのボタン系のリセットcss */
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

/*PC版769pxまでSP版786px〜*/
@media screen and (min-width: 769px) {
	.sp{
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc{
		display: none !important;
	}
}

.inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.inner1200{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner800{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
/*imgタグに下記クラスを付けることで、はみ出し防止！！！*/
.inner_img{
	max-width: 100%;
}
a{
	color: var(--color-black1);
}
main{
	margin: 0 auto;
	width: 100%;
}
h1{
	font-size: 11px;
}

/* フォーカスイン*/
.focusin{
	opacity: 0;transform : translate(0, 100px);
	transition : all 1.5s;
}
.focusin.on {
	opacity : 1;
	transform : translate(0, 0);
}

/*********** 文字色 ***********/
.atten_01, .atten_01 a{color: #d74444;}
.atten_02, .atten_02 a{color: #7851a9;}
.atten_03, .atten_03 a{color: #9ecff5;}
.atten_04, .atten_04 a{color: #f59e9e;}

:root {
	--color-white: #fff;
	--color-navy: #44455e;
	--color-black: #333333;
	--color-gray: #bbbbbb;
	--color-beige: #b7aa86;
	--color-beige2:	#ded2a6;

	--color-gold1:#f5cc9e;
	--color-gold2: #be8e5a;
	--color-gold3: #e7c195;
	--color-red1: #620720;
	--color-white1: #fff;
	--color-black1: #3b2a23;
	--color-gray1: #3b3737;
	--color-purple1: #7851a9;

	--bg-gradation2: linear-gradient(90deg, rgba(30, 60, 114, 1) 0%, rgba(42, 82, 152, 1) 100%);
	--bg-gradation3: linear-gradient(90deg, rgba(196, 218, 255, 1) 0%, rgba(194, 233, 251, 1) 100%);
	--bg-gradation4: linear-gradient(90deg, rgb(0, 149, 187) 0%, rgb(0, 167, 208) 100%);
	--bg-gradation5: linear-gradient(90deg, rgb(188, 7, 92) 0%, rgb(203, 0, 96) 50%, rgb(238, 35, 131) 100%);

	--bg-gradation1: linear-gradient(90deg, rgba(62, 3, 18, 1) 0%, rgba(120, 12, 41, 1) 50%, rgba(62, 3, 18, 1) 100%);
	--bg-gradation2: linear-gradient(90deg, rgba(180, 140, 86, 1) 0%, rgba(241, 165, 107, 1) 50%, rgba(180, 140, 86, 1) 100%);
	--bg-gradation3: linear-gradient(90deg, rgba(120, 81, 169, 1) 0%, rgba(150, 114, 195, 1) 50%, rgba(120, 81, 169, 1) 100%);

	--main-color : #a77aca;
	--main-color2: #9f57a4;
	--main-color-alpha : rgba(167, 122, 202, 0.9);
	--main-color2-alpha: rgba(159, 87, 164, 0.9);
	--text-color : #555;
	--text-color-gradient: linear-gradient(90deg,#8290ff 0%, #ff62f3 100%);
	--btn-color-gradient : linear-gradient(90deg, #c872c3 0%, #eebbdb 100%);
	--box-color-gradient : linear-gradient(90deg, #def2ff 40%, #d8a3f0 100%);
	--purple-gradient    : linear-gradient(90deg, #a77aca 0%, #bc97d9 100%);
}

/*********** マージン ***********/
.mb_10{margin-bottom: 10px;}
.mb_20{margin-bottom: 20px;}
.mb_30{margin-bottom: 30px;}
.mb_40{margin-bottom: 40px;}
.mb_80{margin-bottom: 80px;}

.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}
.mt_80{margin-top: 80px;}

.pd_rl10{padding: 0 10px;}

/*********** 文字寄せ ***********/
.center{text-align: center;}
.left{text-align: left;}

/*********** フォントサイズ ***********/
.fs_ss{font-size: 8px;}
.fs_s{font-size: 10px;}
.fs_12{font-size: 12px;}
.fs_13{font-size: 13px;}
.fs_14{font-size: 14px;}
.fs_15{font-size: 15px;}
.fs_16{font-size: 16px;}
.fs_20{font-size: 20px;}
.fs_24{font-size: 24px;}

/*********** フォントウエイト ***********/
.fw_bold{font-weight: 900;}

/*********** リンクhoverアクション ***********/
.link_act_01{
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.link_act_01:hover{
	opacity: 0.7;
}

/*********** table設定 ***********/
/*table01*/
.table_01 {
	width: 100%;
	margin-bottom: 30px;
	border-left: 1px solid var(--color-gold2);
	border-top: 1px solid var(--color-gold2);
	border-spacing: 0;
	text-align: left;
}
.table_01 th, .table_01 td {
	padding: 16px;
	border-color: var(--color-gold2);
	border-style: solid;
	border-width: 1px;
	background: var(--color-white1);
	font-size: 14px;
}
.table_01 th {
	width: 30%;
	background: var(--color-gold3);
	color: var(--color-red1);
	vertical-align: middle;
	font-size: 14px;
}

/*table02*/
.table_02 {
	width: 100%;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-spacing: 0;
	text-align: left;
}
.table_02 th, .table_02 td {
	padding: 5px;
	border: 1px solid #eee;
}
.table_02 th {
	background: #999;
	color: #fff;
	vertical-align: top;
	font-size: 12px;
	text-align: center;
}
.table_02 td {
	text-align: center;
}

/*table_form*/
.table_form{
	width: 100%;
}
.table_form th,
.table_form td{
	padding: 5px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #eee;
}
.table_form th{
	width: 35%;
	background: #999;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.table_form th,
	.table_form td{
		width: 100%;
		display: block;
	}
}

/* リンクボックス */
.list_link_box li{
	margin: 0 auto 8px;
	display: inline-block;
	font-size: 11px;
}

/*********** ボタン設定 ***********/
/*きらっと光る*/
.btn_01 {
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	display:inline-block;
	max-width: 280px;
    width: 100%;
    background: var(--bg-gradation1);
    color: var(--color-gold1);
    padding: 14px 20px;
	border-radius: 40px;
	border: 1px solid var(--color-gold1);
	font-size: 16px;
	letter-spacing: 0.06em;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}
.btn_01::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
    /*キラッと光る形状*/
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
/*hoverした際の移動のアニメーション*/
.btn_01:hover {
    color: var(--color-gold2);
}
.btn_01:hover::before {
	animation: shine 0.7s;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.btn_more{
	display: inline-block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	margin: 30px auto;
	background: #000;
	color: #fff;
	border-radius: 50px;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.btn_more:hover{
	opacity: 0.6;
	color: #fff;
}

.btn_topics{
	position: relative;
	overflow: hidden;
	display: inline-block;
	background: var(--bg-gradation1);
	width: 40%;
	max-width: 160px;
	min-width: 100px;
	margin: 2px;
    padding: 8px 10px;
	border-radius: 40px;
	border: 1px solid var(--color-gold1);
    font-size: 16px;
	letter-spacing: 0.06em;
	transition: ease .6s;
}
.btn_topics span {
	color: var(--color-gold1);
}
.btn_topics:hover {
	opacity: 0.6;
	transition: 0.3s ease-in-out;
}

.btn_base {
	max-width: 320px;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	outline: none;
	transition: ease 0.2s;
}
.btn_base span {
	position: relative;
	z-index: 3;
	transition: ease 0.2s;
	color: #fff;
}
.btn_base:hover span {
	color: var(--color-navy);
}
/* 電話ボタン */
.btn_tel {
	border: 1px solid #8a805f;
    border-image: linear-gradient(to right, #8a805f 0%, #d5cfb3 50%, #8a805f 100%);
    border-image-slice: 1;
}
.btn_tel span {
	color: var(--color-brown1);
}
/* 背景流れる（左） */
.bg_left:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(to right, #8a805f 0, #d5cfb3 40%, #d5cfb3 60%, #8a805f 100%);
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
.bg_left:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

/* フォームボタン - 共通 */
.btn_form input {
	margin-bottom: 10px;
}
/* フォームボタン - 確認・送信ボタン */
.btn_form .btn_send {
	display: inline-block;
	border: 1px solid var(--color-gold1);
	width: 100%;
	max-width: 240px;
	font-size: 16px;
	text-align: center;
	font-family: Times New Roman, '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Noto Serif JP', 'Hiragino Mincho ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	cursor: pointer;
    padding: 10px 4px;
	color: var(--color-gold1);
	background: var(--bg-gradation1);
	border-radius: 40px;
	line-height: 2.0rem;
	transition: 0.3s;
}
.btn_form .btn_send:hover {
	border: 1px solid var(--color-red1);
	color: var(--color-red1);
	background: var(--color-white1);
}
/* フォームボタン - リセット・もどるボタン */
.btn_form .btn_reset,
.btn_form .btn_back {
	display: inline-block;
	border: 1px solid var(--color-gray1);
	width: 100%;
	max-width: 160px;
	font-size: 16px;
	text-align: center;
	font-family: Times New Roman, '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Noto Serif JP', 'Hiragino Mincho ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	cursor: pointer;
    padding: 10px 4px;
	border-radius: 0;
	background: var(--color-gray1);
	border-radius: 40px;
	color: var(--color-white1);
	line-height: 2.0rem;
	transition: 0.3s;
}
.btn_form .btn_reset:hover,
.btn_form .btn_back:hover {
	color: var(--color-gray1);
	background: var(--color-white1);
}

/* 送信完了画面 */
.finish_txt {
	font-size: 14px;
}

/*---------------------
アニメーション
---------------------*/
.link_act_01 {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.link_act_01:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
}
.link_act_02 {
    -moz-transition: -moz-transform 0.7s ease-in-out;
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    -o-transition: -o-transform 0.7s ease-in-out;
    -ms-transition: -ms-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
}
.link_act_02:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.link_act_03 {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(1);
}
.link_act_03:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.link_act_04 {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.faa-passing.animated,
.faa-passing.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite;
}

.faa-passing.animated.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}

.faa-passing.animated.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite;
}

/* fade right */
.js-fade-right {
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}
.js-fade-right.js-active {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.js-active .js-fade-right {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
/* fade left */
.js-fade-left {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}
.js-fade-left.js-active {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.js-active .js-fade-left {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.js-active .js-fade-left:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.js-active .js-fade-left:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.js-active .js-fade-left:nth-child(4) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.js-active .js-fade-left:nth-child(5) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.js-active .js-fade-left:nth-child(6) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.js-active .js-fade-left:nth-child(7) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.js-active .js-fade-left:nth-child(8) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

/* フォーカスイン*/
.focusin{
	opacity: 0;
	transform : translate(0, 100px);
	transition : all 1.5s;
}
.focusin.on {
	opacity : 1;
	transform : translate(0, 0);
}

/* 横スライド */
.stage {
	position: relative;
	aspect-ratio: 2 / 3;
	overflow: hidden;
}
.stage img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: translateX(100%);
	animation: slideLoop 10s infinite;
	border-radius: clamp(10px,3vw,30px) 0 clamp(10px,3vw,30px) 0;
}
.stage img:nth-child(1)  {
  animation-delay: -5s;
}
.stage img:nth-child(2)  {
  animation-delay: 0s;
}
@keyframes slideLoop {
  /* 右からフェードイン */
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  10% {
    opacity: 1;
    transform: translateX(0);
  }
  /* 表示キープ */
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  /* 左へフェードアウト */
  60% {
    opacity: 0;
    transform: translateX(-100%);
  }
  /* 次の出番まで完全待機 */
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
/* 横スライド */

/******************************
form共通設定
******************************/
/*formのデフォルトスタイルの削除・リセット*/
form input[type="text"],
form input[type="email"],
form button,
form textarea,
form select {
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
}
/*フォームのスタイルを設定*/
form input[type="text"],
form input[type="email"],
form textarea,
form select {
	border: 1px solid #A6A5C3;
	-webkit-transition: all .3s;/*フォーカスしたときにふわっと表示させる用*/
					transition: all .3s;/*フォーカスしたときにふわっと表示させる用*/
	padding: 5px 10px;
}
form textarea{
	width: 100%;
	resize: vertical;
}
form textarea.message {
	height: 200px;
}

/******************************
セラピスト共通設定
******************************/
section:not(#section_covergirl,#section_newface) .cast_box {
	margin: 0 auto;
	text-align: left;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px clamp(10px,1vw,20px);
}
.cast_box li {
	text-align: center;
	color: var(--text-color);
	display: inline-block;
}
.cast_box li .img_box {
	position: relative;
}
.cast_box li .img_box img.icon_x {
	width: clamp(35px,4vw,44px);
	height: auto;
	position: absolute;
	bottom: clamp(5px, 1.2vw, 10px);
	left: clamp(5px,0.7vw,10px);
	z-index: 2;
}
.cast_box li .img_box .icon_box {
	display: flex;
	align-items: center;
	gap: clamp(2px,1vw,5px);
	position: absolute;
	/*bottom: clamp(-12px,-1.2vw,-7px);*/
	top: -12px;
	right: -10px;
}
.cast_box li .img_box .icon_box img.icon_new {
	display: block;
	width: auto;
	height: clamp(35px,8vw,60px);
	z-index: 2;
}
.cast_box li .txt_box {
	color: var(--color-black1);
}
.cast_box li .txt_box .name {
	font-size: clamp(16px,3vw,20px);
	margin: 12px 0 0;
}
.cast_box li .txt_box .age,
.cast_box li .txt_box .size {
	font-size: clamp(14px,2vw,18px);
	line-height: 1.4;
}
.cast_box li .txt_box .age span,
.cast_box li .txt_box .size span {
	font-size: clamp(12px,2vw,14px);
	margin-right: 3px;
}
.cast_box li .txt_box .size {
	margin-bottom: 10px;
}
.cast_box li .txt_box .time {
	color: var(--color-white1);
	font-size: clamp(14px,2vw,16px);
	background: var(--color-purple1);
	padding: 8px 5px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.cast_box li .txt_box .sch_info {
	color: var(--color-white1);
	font-size: clamp(14px,2vw,16px);
	background: var(--color-red1);
	padding: 8px 5px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.cast_box li .img_box .sold_txt{
	position: absolute;
	background: rgba(255, 255, 255, .5);
	aspect-ratio: 2 / 3;
  	width: calc(100% - clamp(6px, 2.3vw, 12px));
	/*height: calc(100% - clamp(13px, 1.4vw, 62px));*/
  	border-radius: clamp(10px, 3vw, 30px) 0 clamp(10px, 3vw, 30px) 0;
  	pointer-events: none;
}
.cast_box li .img_box .sold_txt p{
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  display: block;
	  letter-spacing: 2px;
	  color: #fff;
	  font-family: "Inria Serif", serif;
	  font-weight: 400;
	  font-style: normal;
	  width: 100%;
	  background: linear-gradient(90deg,rgba(130, 144, 255, 0.6) 0%, rgba(255, 98, 243, 0.6) 100%);
	  font-size: 20px;
	  padding: 6px 10px;
}
.cast_box li .img_box .sold_txt p::before, .cast_box li .img_box .sold_txt p::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}
.cast_box li .img_box .sold_txt p::before{
	top:4px;
}
.cast_box li .img_box .sold_txt p::after{
	bottom: 4px;
}
.cast_box li .img_box .discount_count {
	color: #fff;
	width: 100%;
	letter-spacing: -1px;
	font-size: clamp(14px,2vw,16px);
	background: linear-gradient(90deg,#f991c2 0%, #ffb2d6 100%);
	border-radius: 15px;
	padding: 2px 10px;
	line-height: 1.4;
	position: absolute;
	bottom:-13px;
		/*bottom: clamp(-12px, -1.2vw, -7px);*/
	left: 0;
	z-index: 2;
}
.cast_box li .txt_box .red_txt {
	color: #fff;
	font-size: clamp(11px,2vw,14px);
	background: #e24d60;
	border-radius: 15px;
	padding: 5px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.cast_box li .txt_box .icon_check {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
}
.cast_box li .txt_box .icon_check .icon_c {
	color: #fff;
	font-size: clamp(10px,2vw,14px);
	background: linear-gradient(90deg,#989aee 0%, #abadf0 100%);
	border-radius: 4px;
	line-height: 1.4;
	letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
	.cast_box li .txt_box .time,
	.cast_box li .txt_box .sch_info {
		padding: 4px 2px;
	}
}
@media screen and (max-width: 480px) {
	.cast_box li .img_box .sold_txt p{
		font-size: 12px;
		padding: 0 10px;
	}
	.cast_box li .img_box .sold_txt p::before{
		top: 2px;
	}
	.cast_box li .img_box .sold_txt p::after{
		bottom: 2px;
	}
}

/****************************************

headerヘッダー設定

****************************************/
header {
	width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.3s ease-out;
    justify-content: space-between;
    align-items: center;
}
header .header_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
	padding-right: 20px;
    padding-left: 10px;
    justify-content: space-between;
}
header h1.logo img {
	max-width: 180px;
	height: auto;
}

/* グローバルナビ */
header {
	background: var(--bg-gradation1);
}
header nav ul {
	display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 6px;
}
header nav ul li {
	display: inline-block;
    vertical-align: top;
}
header nav ul li a {
	display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.06em;
    position: relative;
    line-height: normal;
	color: var(--color-gold1);
}
header nav ul li a span {
    font-size: 10px;
}
@media screen and (min-width: 768px){
	header {
		height: 70px;
	}
	header .header_inner {
		padding-left: 20px;
	}
}
@media screen and (max-width: 1200px){
	header nav {
		display: none;
	}
}

/* ↓↓↓↓↓↓↓↓ SP用メニュー ↓↓↓↓↓↓↓↓ */
/*ハンバーガーメニュー*/
.btn_container {
	display: block;
	height: 36px;
	width: 40px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	text-align: center;
	text-align: -webkit-center;
}
.btn_container:hover {
	opacity: .7;
}
.btn_container span {
	display: block;
	background: var(--color-gold2);
	border: none;
	height: 1px;
    width: 36px;
	transition: all .35s ease;
	cursor: pointer;
	position: relative;
}
.btn_container span.middle {
	top: 8px;
}
.btn_container span.bottom {
	top: 16px;
}
.btn_container.active .top {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
}
.btn_container.active .middle {
	opacity: 0;
}
.btn_container.active .bottom {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}
.btn_container .txt {
    width: 100px;
    position: absolute;
    bottom: 8px;
    right: -10px;
    font-size: 12px;
    letter-spacing: 0.06em;
    font-family: "Forum", "Times New Roman", "Garamond", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
    color: var(--color-gold2);
}

/*drawer inner*/
html:has(.drawer.open){
	overflow: hidden;
}
.drawer {
	display: block;
	position: fixed;
	background: rgb(255 255 255 / 90%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	padding: 40px 0;
	backdrop-filter: blur(10px);
}
.drawer.open {
	opacity: 1;
	visibility: visible;
}
.drawer .drawer_inner{
	overflow-y: hidden;
	height: 100%;
}

/*読み込みアニメーション*/
.drawer ul li {
	position: relative;
	opacity: 0;
	left: 20%;
}
.drawer ul li.on {animation: fadeInRight 0.6s ease forwards;}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

/*メニュー内設定*/
.drawer .drawer_menu{
	overflow: hidden;
	width: 90%;
	display: grid;
	place-items: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.drawer ul {
	text-align: center;
    display: flex;
    gap: 8px 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.drawer ul li {
	display: block;
	position: relative;
	opacity: 0;
	width: calc((100% / 2) - 10px);
    line-height: normal;
    border-bottom: 1px solid var(--color-gold2);
}
.drawer ul li:last-child {
	width: 100%;
    border-bottom: 0;
}
.drawer ul li a {
	display: inline-block;
	display: block;
    font-size: 16px;
	letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
	padding: 8px 0;
	color: var(--color-black1);
}
.drawer ul li a span {
    font-size: 12px;
}

/* 電話番号&営業時間 */
.drawer .tel {
	margin: 20px auto 10px;
}
.drawer .tel a {
	max-width: clamp(280px, 36vw, 360px);
	border-radius: 40px;
	padding: 12px;
	margin: 0 auto;
	font-size: 20px;
	color: var(--color-gold1);
}
.drawer .tel span {
	font-family: "Inria Serif", serif;
	font-weight: 400;
	font-style: normal;
}
.drawer .open {
	font-size: 20px;
}
.drawer .tel span,
.drawer .open span,
.drawer .reception span {
	font-size: 14px;
	margin-right: 5px;
}

/****************************************

footerフッター設定

****************************************/
footer {
	background: url(../images/bg_footer.jpg) 50% 50% no-repeat;
    background-size: cover;
	font-size: 12px;
}
/* パンくずリスト */
.breadcrumbs {
	width: 100%;
	background: var(--bg-gradation1);
	padding: 4px 0;
}
.breadcrumbs ol li {
	display: inline-block;
	list-style-type: none;
	font-size: 12px;
	padding-right: 5px;
	color: var(--color-gold1);
	letter-spacing: 2px;
}
.breadcrumbs ol li:before {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
  	font-weight: 900;
	display: inline;
	margin: 0 8px 0;
}
.breadcrumbs ol li:first-child:before {
	margin: 0;
	content: "\f015";
}
.breadcrumbs ol li a {
	color: var(--color-gold1);
}
/* テキストメニュー */
footer .nav{
	margin: 0 auto;
	padding: 20px 0 10px;
	line-height: 20px;
}
footer .nav li {
	display: inline-block;
	line-height: 30px;
}
footer .nav li a {
	color: var(--color-black1);
	letter-spacing: 0.06em;
}
footer .nav li a:hover{
	opacity: 0.5;
}
footer .nav li:after {
	content: "　|　";
	display: inline;
	margin: 0;
	color: var(--color-black1);
}
footer .nav li:last-child:after {
	display: none;
}
/* ロゴ */
footer .logo {
	margin: 30px;
}
footer .logo img {
	width: 200px;
}

/* 電話番号&営業時間 */
footer .ft_info_box {
	margin: 0 auto;
	display: flex;
	justify-content: center;
    flex-direction: column;
	padding-bottom: 20px;
}
footer .ft_info_box li {
	font-size: 16px;
	letter-spacing: 1px;
    line-height: 2.0rem;
	color: var(--color-black1);
}
footer .ft_info_box li span {
	font-size: 22px;
}
footer .ft_info_box li span.fs_14 {
	font-size: 14px;
}
footer .ft_info_box a {
	color: var(--color-black1);
}
footer .ft_info_box a:hover {
	opacity: 0.5;
}
/* コピーライト等 */
footer .footer_link {
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	font-family: sans-serif;
	color: var(--color-black1);
}
footer .footer_link a {
	color: var(--color-black1);
	text-decoration: underline;
	text-decoration-color: #44455e;
}

@media screen and (max-width: 768px){
	footer {
        padding: 0 0 80px;
    }
}

/*fotter 追尾*/
#bottom_nav{
	position: fixed;
	right: 0;
	left: 0;
	bottom: 10px;
	width: 100%;
	z-index: 99;
}
#bottom_nav ul {
	display: flex;
    flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	width: 96%;
	margin: 0 auto;
}
#bottom_nav li {
	width: calc(100% / 3);
	margin-right: 4px;
	border-radius: 40px;
}
#bottom_nav li:last-child {
	margin-right: 0;
}
#bottom_nav li a {
	width: 100%;
	height: 100%;
}
#bottom_nav li .b_n_outer p {
	color: var(--color-gold1);
	font-size: 14px;
	letter-spacing: 1px;
    line-height: 0.8rem;
    text-align: center;
    padding: 16px 0 14px;
}
#bottom_nav li.b_n_line .b_n_outer p {
	background: var(--bg-gradation1);
    border: 1px solid var(--color-gold1);
}
#bottom_nav li.b_n_tel .b_n_outer p {
	background: var(--bg-gradation1);
    border: 1px solid var(--color-gold1);
}
#bottom_nav li.b_n_reserve .b_n_outer p {
	background: var(--bg-gradation1);
    border: 1px solid var(--color-gold1);
}
#bottom_nav i {
	font-size: 12px;
	color: var(--color-gold1);
	margin-right: 4px;
}

/* フリースペース */
.free_link_box img {
    margin-bottom: 10px;
	height: 100% !important;
    max-width: 100% !important;
}
/* リンクバナー */
.list_link_box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: min(100%, 840px);
    margin: 20px auto 20px;
}
.list_link_box img {
    width: 100%;
	height: auto;
}

/****************************************
mainvisualメインビジュアル
****************************************/
#mainvisual {
	position: relative;
	overflow: hidden;
    padding-top: 70px;
}
#mainvisual picture > img {
	width: 100%;
	height: 100%;
	display: block;
}
#mainvisual .info_wrap {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
	width: 25%;
	min-width: 320px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-inline: auto;
}
#mainvisual .logo {
    margin: 0 auto;
    width: 100%;
    z-index: 10;
}
#mainvisual .logo img{
    width: 90%;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width: 1000px){
	#mainvisual .info_wrap {
		top: 46%;
	}
	#mainvisual .logo img{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	#mainvisual {
		padding-top: 60px;
	}
	#mainvisual .info_wrap {
		top: 50%;
	}
	#mainvisual .logo img{
		width: 70%;
	}
}

.flex-control-nav{
    display: none;
}
/* ↑flexslider.cssを上書き */

/* 電話・営業時間 */
#section_info{
	padding: 2px 0;
	background: var(--bg-gradation1);
	position: relative;
	z-index: 2;
}
#section_info .info_box{
	padding: 16px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: var(--color-gold1);
	line-height: 2em;
}
#section_info .info_box .info_tel {
	width: 260px;
	font-size: 20px;
	letter-spacing: 0.06em;
}
#section_info .info_box .info_tel a{
	color: var(--color-gold1);
}
#section_info .info_box .info_time {
	width: 400px;
	font-size: 20px;
	letter-spacing: 0.06em;
}
#section_info .info_box .box_txt{
	position: relative;
	background: var(--color-gold1);
	font-size: 16px;
	color: var(--color-red1);
    padding: 4px 16px;
    margin-right: 10px;
	top: -2px;
}

@media screen and (max-width: 768px) {
	#section_info .info_box {
		padding: 12px 0;
	}
	#section_info .info_box .box_txt {
		font-size: 14px;
		padding: 2px 10px;
	}
	#section_info .info_box .info_tel {
		width: 100%;
		font-size: 16px;
	}
	#section_info .info_box .info_time {
		width: 100%;
		font-size: 16px;
	}
}

/* ヘッドライン */
#headline {
	width: 100%;
	text-align: center;
	height: 40px;
	background: var(--color-white1);
	line-height: 40px;
	border-top: 1px solid #f1b96b;
	border-bottom: 1px solid #f1b96b;
  	border-image: linear-gradient(to right, #be8c56 0%, #f1b96b 50%, #be8c56 100%) 1;
}
.headline_box ul {
	display: inline-block;
	padding-left: 100%;
	white-space: nowrap;
	animation: scrollHeadline 30s linear infinite;
}
.headline_box ul li {
	display: inline-block;
	margin-right: 200px;
}
@keyframes scrollHeadline{
	0%{ transform: translateX(0); }
	100%{ transform: translateX(-100%); }
}

/******************************
トップページ
******************************/
/* particle */
.particle_container{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.particle_container .particle{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

/*トップページ共通*/
#section_covergirl,
#section_movie,
#section_blog,
#section_concept,
#section_event,
#section_schedule_today,
#section_top_ranking_01,
#section_newface{
	padding: 60px 20px;
}
#section_topics{
	padding: 0 20px 60px;
}
#contents_impressions{
	padding: 60px 20px 0;
}
/* タイトル */
.subtitle,
.subtitle_today {
    position: relative;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 30px;
}
.subtitle .txt_grad,
.subtitle_today .txt_grad {
    display: inline-block;
    font-size: clamp(32px, 4vw, 44px);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1;
    background-image: var(--bg-gradation1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.subtitle .sub,
.subtitle_today .sub {
    display: block;
    font-size: 16px;
    letter-spacing: 0.12em;
	line-height: 2.0;
    color: var(--color-red1);
}
.subtitle::before,
.subtitle_today::before {
    display: block;
    content: "";
    width: 100px;
    height: 30px;
    background: url(../images/subtitle_deco.svg) center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
	.subtitle {
		padding-top: 20px;
		margin-bottom: 40px;
	}
	.subtitle_today {
		padding-top: 38px;
	    margin-bottom: 40px;
	}
	.subtitle .sub,
	.subtitle_today .sub {
		line-height: 0;
	}
}

/* イベント */
.bg_main {
	position: relative;
    width: 100%;
    background: url(../images/bg_main.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#section_event img {
	width: 100%;
	height: auto;
	max-width: 690px;
	position: relative;
	z-index: 1;
}
#section_event ul li:not(:last-child){
	margin-bottom: 10px;
}
#section_event .swiper ul li {
	padding: 0 10px;
}

/* 新着情報 */
#section_topics #info_box {
	background: var(--color-white1);
	border: solid 1px var(--color-gold1);
    outline: solid 8px var(--color-white1);
	text-align: left;
	font-size: 14px;
	margin: auto;
    padding: 40px 30px;
	max-height: 600px;
	overflow-y: scroll;
	position: relative;
	z-index: 1;
}
#section_topics #info_box img {
	width: auto !important;
	max-width: 100%;
	height: auto !important;
}
#section_topics #info_box tbody tr td{
	border: 1px solid #3e4349;
}
#section_topics #info_box article{
    text-align: left;
    font-size: 14px;
    margin: auto;
    z-index: 1;
    position: relative;
}
#section_topics #info_box article h3 {
	text-align: left;
    font-size: clamp(16px, 4vw, 20px);
	border-bottom: 1px solid;
	border-image: linear-gradient(90deg, rgba(190, 140, 86, 1) 0%, rgba(241, 185, 107, 1) 50%, rgba(190, 140, 86, 1) 100%);
	border-image-slice: 1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 24px;
	letter-spacing: 0.06em;
}
#section_topics #info_box article time {
	color: var(--color-red1);
    font-size: clamp(14px, 4vw, 16px);
}
#section_topics #info_box article p {
    font-size: 14px;
}
#section_topics #info_box article .page {
    text-align: center;
    padding-bottom: 10px;
}
#section_topics #info_box article p img{
	max-width: 100%;
}
#section_topics #info_box strong {
	font-weight: bold;
}
#section_topics .inner .page {
	text-align: center;
	padding-top: 30px;
}

@media screen and (max-width: 768px) {
	#section_topics{
		background-attachment: scroll;
	}
	#section_topics #info_box {
		padding: 30px 20px;
	}
}

/* 本日の出勤情報　*/
#section_schedule_today {
    position: relative;
    width: 100%;
    background: url(../images/bg_todaysche.jpg) 50% 100% no-repeat;
    background-size: cover;
}
#contents_cast .cast_box li:nth-of-type(4n),
#contents_schedule .cast_box li:nth-of-type(4n) {
	margin-right: 0;
}
#section_schedule_today .btn_more:last-of-type{
	margin: 20px auto 0;
}
#section_schedule_today .btn {
	margin-top: 40px;
}
.btn_area{
	display: grid;
}

/* 店舗情報 */
.shop_container {
	margin-bottom: 30px;
}
.shop_container .panel_group {
	color: #fff;
	background: linear-gradient(90deg, rgba(30, 60, 114, 1) 0%, rgba(42, 82, 152, 1) 100%);
	padding: 5px 0;
	margin-bottom: 10px;
}

/* 新人情報 */
#section_newface {
	position: relative;
	width: 100%;
	background: url(../images/bg_newface.jpg) 50% 50% no-repeat;
    background-size: cover;
}
#section_newface .swiper{
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}
#section_newface ul li{
	margin-bottom: 30px;
}

/* ナビゲーションボタン 上書き*/
.sch_nav_btn.swiper-button-prev,
.sch_nav_btn.swiper-button-next {
	margin-top: 0;
	width: auto;
	height: 32px;
	background: var(--main-color2);
	border: var(--border-style2);
	color: var(--font-color1);
	transition: ease 0.3s;
}
.sch_nav_btn.swiper-button-prev:after,
.sch_nav_btn.swiper-button-next:after {
	display: none;
}
.sch_nav_btn.swiper-button-prev {
	top: 0;
	left: 0;
	padding: 0 16px 0 8px;
}
.sch_nav_btn.swiper-button-next {
	top: 0;
	right: 0;
	padding: 0 8px 0 16px;
}
.sch_nav_btn.swiper-button-prev.swiper-button-disabled,
.sch_nav_btn.swiper-button-next.swiper-button-disabled {
 opacity: 0;
}

/* バナー関連 */
#section_bnr {
	position: relative;
    width: 100%;
    background: url(../images/bg_main.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
	padding: 60px 20px;
}
#section_bnr ul {
	margin: 0 auto;
}
#section_bnr ul li {
	max-width: 380px;
	width: 100%;
	display: inline-block;
	margin: 0 5px 10px;
	text-align: center;
	vertical-align: middle;
}
#section_bnr ul li img,
#section_bnr a img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -8px;
}

/* Xバナー */
.bnr_x{
    max-width: 480px;
    width: 100%;
    margin: 0 auto 40px;
}
.bnr_x img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
	#section_bnr ul li {
		width: 100%;
		display: inline-block;
		margin: 0 0 20px;
		text-align: center;
		vertical-align: middle;
	}
}

/* コンセプト */
#section_concept {
	position: relative;
	width: 100%;
	background: url(../images/bg_concept.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#section_concept .concept_txt_box {
	position: relative;
	padding: 64px 0;
	font-size: clamp(12px, 2vw, 14px);
	line-height: 1.75;
    padding: min(8%, 40px);
	background: var(--color-white1);
    outline: solid 8px var(--color-white1);
    box-sizing: border-box;
    border-style: solid;
    border-image: linear-gradient(90deg, var(--color-gold1)) 1 / 1px;
}
#section_concept .concept_txt_box:before,
#section_concept .concept_txt_box:after {
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	background: url(../images/concept_deco.svg) top center / cover no-repeat;
}
#section_concept .concept_txt_box:before {
	top: 6px;
	left: 6px;
}
#section_concept .concept_txt_box:after {
	bottom: 6px;
	right: 6px;
	rotate: 180deg;
}
#section_concept .concept_txt_box .title_01 {
    background: url(../images/concept_line.svg) center bottom / 200px 20px no-repeat;
    font-size: clamp(18px, 3vw, 20px);
    padding: 0 0 clamp(20px, 4vw, 30px);
    margin-bottom: clamp(20px, 4vw, 20px);
}
#section_concept .concept_txt_box span {
	font-size: 16px;
	color: var(--color-purple1);
}

@media screen and (max-width: 520px){
	#section_concept .concept_txt_box {
		padding: 40px 8px;
	}
}

/*トップページ　2カラム*/
.column{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
}
.column section{
	width: 50%;
	max-width: 600px;
	}

.column .cast_box li .frame img{
	width: 280px;
}

@media screen and (max-width: 768px){
	.column section{
		width: 100%;
	}
	.column .cast_box li .frame img{
		width: 200px;
	}
}

/* カバーガール */
#section_covergirl .swiper{
	width: 300px;
	margin: 0 auto;
}
#section_covergirl ul li{
	padding:0  10px;
}
@media screen and (max-width: 768px){
	#section_covergirl .swiper{
		width: 220px;
		margin: 0 auto;
	}
}

/* 矢印 */
.accordion-title {
	position: relative;
}
.accordion-title::after {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 8px;
}
.accordion-title.open::after {
	top: 45%;
	transform: rotate(-45deg);
}

/* 矢印非表示 */
.swiper-button-next.next,.swiper-button-prev.prev{
	display: none;
}


/* 口コミ */
.impressions_box{
	padding: 60px 20px 60px;
	position: relative;
    width: 100%;
    background: url(../images/bg_newface.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.impressions_box{
	padding: 60px 20px 60px;
}
.impressions_box ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}
.impressions_box ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid var(--color-red1);
	background: #fff;
    flex-direction: row;
    gap: 1.6rem;
    border-radius: 20px;
    padding: 40px;
	text-align: left;
}
.impressions_box ul li .img_box {
    width: 100%;
    max-width: 160px;
    aspect-ratio: 1 / 1;
}
.impressions_box ul li .img_box img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: auto;
}
.impressions_box ul li .voice_txt p{
	margin-bottom: 8px;
}
.impressions_box ul li .voice_txt{
	width: 100%;
}
@media screen and (max-width: 768px) {
	.impressions_box ul li {
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: center;
        padding: 20px;
	}
}
/****************************************

下層ページ

****************************************/
/*下層ページ共通設定*/
#contents_schedule,
#contents_cast,
#contents_profile,
#contents_access,
#contents_contact,
#contents_entry,
#contents_reserve,
#contents_enquete,
#contents_link,
#contents_err {
	position: relative;
	width: 100%;
	background: url(../images/bg_main.jpg) center top no-repeat fixed;
    background-size: cover;
	padding: 60px 20px;
}
#contents_system {
	position: relative;
	width: 100%;
	background: url(../images/bg_system.jpg) center top no-repeat fixed;
    background-size: cover;
	padding: 60px 20px;
}
#contents_recruit {
	position: relative;
	width: 100%;
	background: url(../images/bg_main.jpg) center top no-repeat fixed;
    background-size: cover;
	padding: 60px 20px 0;
}

.subvisual {
	width: 100%;
	height: 24vh;
	overflow: hidden;
	background: no-repeat center center/cover url(../images/bg_subvisual.jpg);
	position: relative;
	background-position: 50% 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
	margin-top: 70px;
}
.img-animation {
	animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	position: relative;
}
.img-animation:before {
	animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background: var(--color-white1);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
@keyframes img-opacity {
	100% {
	  opacity: 1;
	}
}
@keyframes img-animation {
	100% {
	  transform: translateX(100%);
	}
}
.subvisual h2 {
	font-size: clamp(20px, 4vw, 32px);
	line-height: 1em;
	letter-spacing: 8px;
	background: var(--bg-gradation1);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	text-transform: uppercase;
}
.subvisual h2 span {
	font-size: clamp(14px, 4vw, 16px);
	letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
	.subvisual {
		margin-top: 60px;
		height: 20vh;
	}
}
@media screen and (max-width: 480px) {
	.subvisual h2 {
		font-size: 24px;
	}
}

/* サブタイトル */
.subtitle_02 {
    position: relative;
    text-align: center;
    padding-top: 45px;
    margin-bottom: 20px;
}
.subtitle_02 span.txt_grad {
    display: inline-block;
    font-size: clamp(24px, 4vw, 32px);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    background-image: var(--bg-gradation1);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.subtitle_02::before {
    display: block;
    content: "";
    width: 100px;
    height: 30px;
    background: url(../images/subtitle_deco.svg) center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* 中見出し */
.subtitle_cat01 {
	font-family: Times New Roman, serif;
    font-size: 24px;
    letter-spacing: 0.12em;
	text-align: center;
	margin-bottom: 20px;
}
.subtitle_pro01 {
	color: var(--color-red1);
	font-size: 18px;
	line-height: 1.4rem;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid var(--color-red1);
}

/* テキストフレーム01 */
.contents_box_01 {
    background: var(--color-white1);
    border: solid 1px var(--color-gold1);
    outline: solid 8px var(--color-white1);
    text-align: center;
    font-size: 14px;
    margin: 0 auto 40px;
    padding: 40px 30px;
}
@media screen and (max-width: 768px) {
	.contents_box_01 {
		padding: 30px 16px;
	}
}
/* テキストフレーム02 */
.contents_box_02 {
	padding: 16px;
	margin: 0 auto 40px;
	background: url(../images/bg_txtbox.jpg) no-repeat 50% 50%/cover;
}
.contents_box_02 .box_02_txt {
	padding: 30px;
	background: var(--color-white1);
	outline: 1px solid #fff;
	outline-offset: 8px;
	position: relative;
}
.contents_box_02 .box_02_txt h4 {
	font-size: 20px;
	margin-bottom: 16px;
	color: var(--color-red1);
	text-align: center;
}
.contents_box_02 .box_02_txt p span {
	color: var(--color-purple1);
}
@media screen and (max-width: 768px) {
	.contents_box_02 .box_02_txt {
		padding: 30px 10px;
	}
	.contents_box_02 .box_02_txt h4 {
		font-size: 15px;
	    line-height: 1.4rem;
	}
}

.form_box ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 14px;
	color: var(--color-black1);
}
.form_box ul li {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}
.form_box ul li.form_write {
    font-size: 16px;
}
.form_box ul li.form_category {
    border-left: 6px solid var(--color-red1);
    margin-bottom: 4px;
    padding-left: 6px;
}
span.icon_required {
	display: inline-block;
	background: var(--color-red1);
	vertical-align: text-bottom;
	padding: 0 6px;
	margin-left: 8px;
	font-size: 10px;
	color: var(--color-gold1);
}
input[type="text"], input[type="email"] {
    width: 100%;
    border: 1px solid var(--color-beige);
    line-height: 2;
    padding: 0 10px;
    height: 40px;
    background: #fff;
}
.form_box button, .form_box textarea {
    margin: 8px 0 0;
}
.form_box input,
.form_box select { margin: 0;}
.form_box label {
    padding: 4px 8px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.form_box textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #A6A5C3;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
.form_box select {
    width: 100%;
    height: 40px;
    vertical-align: middle;
    padding: 0 10px;
    border: 1px solid #A6A5C3;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.frame_wrap {
	width: 100%;
	aspect-ratio: 16 / 9;
	max-width: 640px;
	margin: 0 auto 40px;
}
.frame_wrap iframe {
	width: 100%;
	height: 100%;
}

/****************************************
女の子一覧ページ & スケジュールページ
****************************************/
/* テキストメニュー */
.schedule_nav {
	margin: 0px auto 20px auto;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1000px;
}
.schedule_nav li {
	width: calc((100% - 42px)/ 7);
	margin: 0 3px 9px;
}
.schedule_nav li a {
	padding: 10px;
	display: block;
	font-size: 14px;
	background: var(--bg-gradation3);
	color: var(--color-white1);
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transition: 0.4s ease;
}
.schedule_nav li a:hover {
	opacity: 0.6;
}
.schedule_nav li.active a {
	background: var(--bg-gradation1);
	color: var(--color-gold1);
}
.schedule_nav li.active a:hover{
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.schedule_nav li:first-child{
		width: 100%;
	}
	.schedule_nav li {
		width: calc((100% - 17px)/ 2 );
		margin: 0 3px 9px;
	}
}
/****************************************
週間スケジュールページ
****************************************/
#contents_schedule .schedule_box{
	text-align: left;
}
#contents_schedule .schedule_box li{
	padding: 10px;
	background: #e0e0e0;
	grid-template-columns: 10% auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: -ms-grid;
	display: grid;
	margin-bottom: 20px;
}
#contents_schedule .schedule_box .name{
	width: 100%;
	font-size: 15px;
}
#contents_schedule .schedule_box table{
	width: 100%;
	height: 80px;
	font-size: 10px;
	text-align: center;
}
/*以下のサイズはサイトに合わせてください*/
#contents_schedule .schedule_box .img_box{
	width: 100%;
    padding-right: 20px;
}
/*以下のサイズはサイトに合わせてください*/
#contents_schedule .schedule_box .img_box img{
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	#contents_schedule .schedule_box li{
		grid-template-columns: auto;
	}
	#contents_schedule .schedule_box .img_box{
        width: 50%;
        padding-right: 0px;
        margin: 0 auto 10px;
	}
}

/****************************************
プロフィールページ
****************************************/
/* プロフィール左右共通 */
#contents_profile #profile_box_outer {
	display: flex;
	flex-direction: row;
}
#contents_profile .profile_box_right,
#contents_profile .profile_box_left {
    width: calc(100% / 2);
}
#contents_profile .profile_box_right,
#contents_profile .profile_box_left {
	width: 100%;
	color: var(--color-black2);
}
#contents_profile #profile_box_outer .subtitle_cat01 {
	font-size: 9px;
}
#contents_profile #profile_box_outer .subtitle_cat01:before,
#contents_profile #profile_box_outer .subtitle_cat01:after {
	width: 20px;
	height: 20px;
}
#contents_profile .img_box > img{
	max-width: 330px;
	max-height: 495px;
	width: 100%;
    height: 100%;
	object-fit: cover;
}
/* プロフィール左 */
#contents_profile .profile_box_left {
	order: 1;
}
#contents_profile .profile_box_left .img_box{
	max-width: 330px;
	max-height: 495px;
	margin: 0 auto 20px;
	position: relative;
	text-align: center;
}
#contents_profile .profile_box_left .cast_thumb {
	display: flex;
    max-width: 200px;
    width: 64px;
    height: 96px;
	object-fit: cover;
    justify-content: center;
    margin: 0 auto;
    border-radius: 10px 0;
}
#contents_profile .profile_box_left .cast_thumb a {
	margin-right: 4px;
}
#contents_profile .profile_box_left .cast_thumb a:last-child {
	margin-right: 0;
}
#contents_profile .profile_box_left .img_box .icon_new {
	width: 70px;
    height: auto;
    position: absolute;
    top: -20px;
    right: -10px;
}
#contents_profile .profile_box_left .img_box .icon_exp {
	width: 45px;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* プロフィール右 */
#contents_profile .profile_box_right {
	order: 2;
	font-size: 10px;
}
#contents_profile .profile_box_right .name {
    font-size: 20px;
	letter-spacing: 0.15em;
}
#contents_profile .profile_box_right .name img{
	width: 28px;
	margin-bottom: 2px;
}
#contents_profile .profile_box_right .age,
#contents_profile .profile_box_right .size {
    font-size: 18px;
	letter-spacing: 0.06em;
    line-height: 1.6rem;
}
#contents_profile .profile_box_right .age span,
#contents_profile .profile_box_right .size span {
    font-size: 14px;
}
#contents_profile .profile_box_right.icon_box {
    display: flex;
    justify-content: center;
}
#contents_profile .profile_box_right .icon_box img {
    width: 30px;
    max-width: 100%;
    height: auto;
}

#contents_profile .profile_box_right .icon_class {
	max-width: 32px;
}

#contents_profile .profile_box_right .txt_box {
	font-size: 14px;
	padding: 10px 0;
	text-align: left;
}
#contents_profile .profile_box_right .icon_box .icon_box_outer {
	max-width: 400px;
	margin: 0 auto;
	justify-content: center;
}
#contents_profile .profile_box_right .icon_box .icon_box_outer p {
	width: calc( (100% - 16px) / 4 );
    margin-right: 4px;
}
#contents_profile .profile_box_right .icon_box .icon_box_outer p:last-child {
    margin-right: none;
}
#contents_profile .profile_box_right .size span.category {
	color: var(--color-pink3);
}
#contents_profile .profile_box_right .table_01 {
	font-size: 8px;
}

/*以下のサイズはサイトに合わせてください*/
#contents_profile .img_box > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px 0;
}
#contents_profile .profile_box_left .img_box .frame{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.profile_box_schedule{
	clear: both;
	margin-bottom: 40px;
}
.profile_box_schedule .table_02 {
	margin-bottom: 20px;
}
#contents_profile .profile_option_box p{
	width: 33.33%;
	padding: 5px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
}
#contents_profile .profile_option_box .can{
	background: #ffff00;
}
#contents_profile .profile_option_box .normal{
	background: #00d8d1;
}
#contents_profile .profile_option_box .cant{
	background: #333333;
	color: #999;
}
#contents_profile .profile_box_schedule .inner {
    padding: 0;
}
#contents_profile .table_01 th {
	width: 30%;
    background: var(--color-gold3);
    color: var(--color-black1);
    vertical-align: middle;
    font-size: 13px;
}
#contents_profile .table_01 th,
#contents_profile .table_01 td {
	padding: 10px 6px;
    border-color: var(--color-gold2);
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
	vertical-align: middle;
}
#contents_profile video{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-width: 600px;
	display: block;
	margin: auto;
}

/* ↓↓ レスポンシブ用スケジュール
*  ブラウザで確認するときはmainタグのwidth:960pxを消して確認してください。
*/
.profile_box_schedule .profile_sch_box {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	border: 1px solid solid var(--color-gold2);
}
.profile_box_schedule .profile_sch_box .profile_sch_variable {
	flex-grow: 1;
	background: var(--color-white1);
	border-left: 1px solid solid var(--color-gold2);
}
.profile_box_schedule .profile_sch_box div:nth-of-type(1).profile_sch_variable .profile_sch_date,
.profile_box_schedule .profile_sch_box div:nth-of-type(1).profile_sch_variable .profile_sch_check{
      border-left: none;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_date {
    padding: 8px 4px;
	border-left: 1px solid var(--color-gold2);
	border-bottom: 1px solid #e0e0e0;
	background: var(--color-red1);
	color: var(--color-white1);
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
    padding: 8px 4px;
	background: var(--color-white1);
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check .sch_info {
	display: block;
	max-width: 90px;
	margin: 5px auto 0;
	background: #7b013f;
	color: var(--color-white);
	font-size: 12px;
}
.icon_shop_schedule {
	display: block;
	max-width: 90px;
	margin: 0 auto;
	background: var(--bg-gradation2);
	color: var(--color-white);
	font-size: 12px;
}
.icon_shop_schedule.shop1 {
	background: var(--bg-gradation4);
}
.icon_shop_schedule.shop2 {
	background: var(--bg-gradation5);
}
#swipebox-overlay {
	background: rgba(0, 0, 0, 0.75) !important;
}

@media (max-width: 767px) {
	.profile_box_schedule .profile_sch_box {
		display: block;
	}
	.profile_box_schedule .profile_sch_box .profile_sch_variable {
		flex-grow: unset;
		display: flex;
	}
	.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_date {
		flex-basis: 50%;
		border-left: none;
		display: grid;
		align-content: center;
	}
	.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
		flex-basis: 50%;
		border-bottom: 1px solid #eee;
	}
}
/* ↑↑ ここまで レスポンシブ用スケジュール */

/* profile_gallery */
#contents_profile #profile_gallery .staff_img {
    overflow: hidden;
    position: relative;
    display: inline-block;
	aspect-ratio: 1 / 1;
	box-shadow: 0px 0px 0px 1px #b9a674;
}
#contents_profile #profile_gallery .staff_img:before {
	content:"";
	display: block;
	padding-top: 100px;
}
#contents_profile #profile_gallery .staff_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#contents_profile #profile_gallery img,
#contents_profile #profile_report img {
  width: auto!important;
  max-width: 100%;
  height: auto!important;
}
#contents_profile #profile_report img:hover {
	opacity: 0.6;
}
#contents_profile #profile_gallery div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
#contents_profile #profile_gallery div a {
  width: calc((100% - 70px)/8);
}
/****************************************
システムページ
****************************************/
#contents_system .title_01 {
	margin-bottom: 10px;
	padding: 4px 0;
	font-size: clamp(18px, 3vw, 24px);
	background: var(--bg-gradation1);
	color: var(--color-gold1);
	position: relative;
}
#contents_system .title_01::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--color-gold2);
}
#contents_system .title_01::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--color-gold2);
}
#contents_system table.system{
	font-size: 2.6rem;
	width: 100%;
	text-align: center;
}
#contents_system table.system .allow{
	position: relative;
}
#contents_system table.system .allow:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -2px;
	width: 7px;
	height: 7px;
	margin: auto;
	border: 0;
	border-top: solid 2px #d74444;
	border-right: solid 2px #d74444;
	transform: rotate(45deg);
}
#contents_system table.long .allow:after {
	right: -25%;
}
#contents_system table.systeme tr i{
	color: #d74444;
	font-size: 30px;
	padding: 5px;
	vertical-align: middle;
}
#contents_system table.system th{
	font-size: clamp(12px, 2vw, 16px);
	color: var(--color-gold2);
	border-bottom: 1px solid var(--color-gold2);
    padding: 6px 0;
}
#contents_system table.system tr:first-child tr{
	border: none;
}
#contents_system table.system.column_2 td{
	width: 50%;
}
#contents_system table.system.column_3 td{
	width: 33%;
}
#contents_system table.system td{
	border-bottom: 1px solid #d8d8d8;
}
#contents_system table.system.opt td:first-child{
	font-size: clamp(18px, 4vw, 22px);
}
#contents_system table th.title_02{
	font-size: 2rem;
	color: #fff;
	background: #e0d5d5;
}
#contents_system table td{
	font-size: clamp(16px, 4vw, 24px);
	padding: 15px 0;
	line-height: 1;
	vertical-align: middle;
}
@media screen and (max-width: 768px){
	#contents_system table td{
	padding: 12px 0;
	}
}
#contents_system table .td_red{
	color: #dc4545;
}

#contents_system table.system .cmt,
#contents_system table.system .cmt2 {
	color: #fff;
	font-size: clamp(11px, 2vw, 14px);
	background: var(--color-purple1);
	line-height: 1.2;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 60px;
	margin-top: 5px;
}
#contents_system table.system .cmt2 {
	color: var(--color-white1);
	background: var(--color-gold2);
}

#contents_method .method_box{
	margin-bottom: 30px;
}
#contents_method .number_title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 800px;
}
#contents_method .number_title h4{
	color: var(--color-red1);
	font-size: 28px;
}
#contents_method .number{
	color: var(--color-red1);
	font-size: 20px;
}
#contents_method .number p{
    line-height: 1;
    border: 1px solid var(--color-red1);
    border-radius: 100px;
    padding: 14px 10px 10px;
    margin-right: 15px;
}
#contents_method .number span{
    font-size: 26px;
    line-height: 0.9;
}

@media (max-width: 768px) {
	#contents_method .number_title h4 {
		font-size: 24px;
	}
	#contents_method .number {
		font-size: 18px;
	}
	#contents_method .number p {
		padding: 10px 8px 8px;
		margin-right: 10px;
	}
	#contents_method .number span {
		font-size: 20px;
	    line-height: 0.9;
	}
}

#contents_method .method_description{
	width: 100%;
	max-width: 800px;
	margin: auto;
	display: flex;
}
#contents_method a{
	color: var(--color-purple1);
	border-bottom: 1px dotted var(--color-purple1);
}
#contents_method .method_description img{
	width: 100%;
	height: 100%;
	max-width: 250px;
	margin-right: 20px;
}
#contents_method .method_description p{
	text-align: left;
}
#contents_question.js-bg-lazy {
	background-image: none !important;
}
#contents_question ul {
	margin-bottom: 40px;
}
#contents_question ul:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
	#contents_question ul {
		margin-bottom: 80px;
	}
}
#contents_question ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
#contents_question ul li p {
	text-align: left;
}
#contents_question ul li p img {
	width: 80%;
	height: auto;
	margin-top: -20px;
}
#contents_question ul li .question_txt {
	width: 100%;
	background: var(--color-white1);
	border: 1px solid var(--color-gray1);
	padding: 10px;
	height: 100%;
}
@media (min-width: 768px) {
	#contents_question ul li .question_txt {
		font-size: 16px;
	}
}
#contents_question ul li .answer_txt {
	width: 100%;
	background: var(--color-white1);
	border: 1px solid var(--color-red1);
	padding: 10px;
    height: 100%;
}
@media (min-width: 768px) {
	#contents_question ul li .answer_txt {
		font-size: 16px;
	}
}
#contents_question ul li .answer_txt span {
	font-weight: bold;
	color: var(--color-red1);
}

#contents_system .system_bnr_box ul {
	margin: 0 auto;
	max-width: 640px;
}
#contents_system .system_bnr_box ul li {
	margin-bottom: 10px;
}
#contents_system .system_bnr_box ul li {
	margin-bottom: 10px;
}
#contents_system .system_bnr_box ul img {
    width: auto;
    max-width: 100%;
    height: auto;
}

#contents_system .contents_box_01 .rules_list {
    list-style: none;
	text-align: left;
}
#contents_system .contents_box_01 .rules_list li {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.5;
}
#contents_system .contents_box_01 .rules_list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.0em;
}

/****************************************
求人情報ページ
****************************************/
#contents_recruit .recruit_img {
	width: min(640px, 100%);
	height: auto;
	/* margin: 0 auto 40px; */
}

/* 挨拶・おすすめポイント */
#contents_recruit .recruit_point p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#contents_recruit .recruit_message span,
#contents_recruit .recruit_point span.txt_point {
    font-size: 20px;
    color: var(--color-red1);
}

/* お給料例 */
#contents_recruit .recruit_salaly .salaly_couse,
#contents_recruit .recruit_salaly .salaly_exp {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#contents_recruit .recruit_salaly span.course,
#contents_recruit .recruit_salaly span.exp {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}
#contents_recruit .recruit_salaly span.course {
	padding: 5px;
	background: var(--bg-gradation1);
	color: var(--color-gold1);
}
#contents_recruit .recruit_salaly span.exp {
	padding: 2px;
	background: var(--color-gold3);
	color: var(--color-black1);
}
#contents_recruit .recruit_salaly span.salaly {
	font-size: 18px;
	color: var(--color-red1);
}
#contents_recruit .recruit_salaly .salaly_exp {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#contents_recruit .recruit_salaly .salaly_exp li {
		width: 100%;
}
@media (min-width: 768px) {
	#contents_recruit .recruit_salaly .salaly_exp li {
	width: calc((100% - 20px) / 2);
	}
}

/* 待遇 */
#contents_recruit .recruit_treatment { margin-bottom: 60px; }
#contents_recruit .recruit_treatment .subtitle_treatment {
	max-width: 200px;
	margin-inline: auto;
}
#contents_recruit .recruit_treatment .subtitle_treatment img {
	width: 100%;
	height: auto;
}
#contents_recruit .recruit_treatment .treatment_list {
	padding: 20px 1.6rem 0;
}
#contents_recruit .recruit_treatment .treatment_list ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.2rem;
}
#contents_recruit .recruit_treatment .treatment_list ul img {
	width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	#contents_recruit .recruit_treatment .treatment_list {
		padding: 20px 0 0 0;
	}
	#contents_recruit .recruit_treatment .treatment_list ul {
		grid-template-columns: repeat(4, 1fr);
		gap: 1.6rem;
	}
}

/* 入店の流れ・お仕事の流れ */

#contents_recruit .recruit_flow .enter_box:not(:last-of-type),
#contents_recruit .recruit_flow .job_box:not(:last-of-type) {
	margin-bottom: 30px;
}
#contents_recruit .recruit_flow .number_title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 800px;
}
#contents_recruit .recruit_flow .number_title h4{
	color: var(--color-red1);
	font-size: 28px;
}
#contents_recruit .recruit_flow .number{
	color: var(--color-red1);
	font-size: 20px;
}
#contents_recruit .recruit_flow .number span{
	font-size: 26px;
	line-height: 0.9;
}
#contents_recruit .recruit_flow .number p{
	line-height: 1;
	border: 1px solid var(--color-red1);
	border-radius: 100px;
	padding: 14px 10px 10px;
	margin-right: 15px;
}
#contents_recruit .recruit_flow .flow_description{
	width: 100%;
	max-width: 800px;
	margin: auto;
	display: flex;
}
#contents_recruit .recruit_flow .flow_description img {
	width: 100%;
	height: 100%;
	max-width: 250px;
	margin-right: 20px;
}
#contents_recruit .recruit_flow .flow_description p {
	text-align: left;
}
@media (max-width: 768px) {
	#contents_recruit .recruit_flow .number_title h4 {
		font-size: 24px;
	}
	#contents_recruit .recruit_flow .number {
		font-size: 18px;
	}
	#contents_recruit .recruit_flow .number p {
		padding: 10px 8px 8px;
		margin-right: 10px;
	}
	#contents_recruit .recruit_flow .number span {
		font-size: 24px;
	    line-height: 0.9;
	}
}

/* よくあるご質問 */
#contents_recruit .recruit_question .box_frame_navy {
	padding: 60px 20px 0;
}
#contents_recruit .recruit_question .js-bg-lazy {
	background-image: none !important;
}
#contents_recruit .recruit_question ul {
	max-width: 800px;
	margin:0 auto 40px;
}
#contents_recruit .recruit_question ul:last-child {
    margin-bottom: 0;
}
#contents_recruit .recruit_question ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
#contents_recruit .recruit_question ul li p {
	text-align: left;
}
#contents_recruit .recruit_question ul li p img {
	width: 80%;
	height: auto;
	margin-top: -20px;
}
#contents_recruit .recruit_question ul li .question_txt {
	width: 100%;
	background: var(--color-white1);
	border: 1px solid var(--color-gold2);
	padding: 10px;
	height: 100%;
}
#contents_recruit .recruit_question ul li .answer_txt {
	width: 100%;
	background: var(--color-white1);
	border: 1px solid var(--color-red1);
	padding: 10px;
    height: 100%;
}
#contents_recruit .recruit_question ul li .answer_txt span {
	font-weight: bold;
	color: var(--color-red1);
}
@media (min-width: 768px) {
	#contents_recruit .recruit_question ul {
		margin-bottom: 80px;
	}
	#contents_recruit .recruit_question ul li .question_txt {
		font-size: 16px;
	}
	#contents_recruit .recruit_question ul li .answer_txt {
		font-size: 16px;
	}
}

/* 求人要項 */
#contents_recruit .table_01 {
    width: 100%;
    /* margin-bottom: 0; */
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-spacing: 0;
    text-align: left;
}
#contents_recruit .table_01 .txt_rc a {
    color: #6198b9;
    border-bottom: 1px dotted #6198b9;
}
#contents_recruit .table_01 .recruit_line img {
    width: 140px;
}
.form_box ul li.form_age {
	max-width: 180px;
}

/* 求人応募バナー */
#contents_recruit .recruit_entry_bnr ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px 0;
}
#contents_recruit .recruit_entry_bnr img {
	width: 100%;
	height: auto;
}
@media (min-width: 640px) {
	#contents_recruit .recruit_entry_bnr ul {
		grid-template-columns: repeat(3, 1fr);
		gap: 0 1%;
	}
}


/****************************************
WEB予約ページ
****************************************/
#contents_reserve .form_box select {
    max-width: 180px;
}
#contents_reserve .form_box #reserve input {
    max-width: 180px;
}

/****************************************
アンケートページ
****************************************/
#contents_enquete .form_box select {
	max-width: 180px;
}
#contents_enquete .form_box .form_score {
	max-width: 100px;
	display: flex;
    align-items: center;
}

/****************************************
クチコミ
****************************************/
#contents_impressions .form_box select {
	max-width: 180px;
}


/****************************************
アクセスページ
****************************************/
#contents_access .table_01 td {
    padding: 16px;
    border-color: var(--color-gold2);
    border-style: solid;
    border-width: 1px;
    background: var(--color-white1);
    font-size: 16px;
}

/****************************************
リンクページ
****************************************/
#contents_link .free_link_box img {
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
}

/****************************************
エラーページ
****************************************/
#contents_err .err_title {
	font-size: 28px;
	color: var(--color-red1);
	text-align: center;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 20px 0;
}
#contents_err .err_subtitle {
	font-size: 18px;
}
#contents_err .txt_box p {
	text-align: center;
}

/****************************************
メディアクエリ
****************************************/
@media screen and (max-width: 820px){
	#section_newface:before {
		width: 80%;
	}
}
@media screen and (min-width: 769px) {
	#bottom_nav {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.btn_toggle {
		top: 20px;
		right: 20px;
	}
	.btn_toggle span{
		width: 32px;
	}
	.btn_toggle span:before{
		width: 32px;
		top: 10px;
	}
	.btn_toggle span:after{
		width: 32px;
		top: -10px;
	}
	.btn_toggle .txt{
		bottom: -16px;
		left: -34px;
		font-size: 13px;
	}
	#section_event {
		position: relative;
		width: 100%;
		/* background: url(../images/bg_event.jpg) 50% 50% no-repeat; */
		background-size: cover;
		background-attachment: scroll;
	}
	#section_topics{
		background-attachment: scroll;
	}
	.title_today {
		line-height: 4.8rem;
	}
	.bnr_credit {
		width: 100%;
		margin: 0 auto;
	}
	#contents_profile #profile_box_outer {
		display: flex;
		flex-direction: column;
	}
	#contents_profile .profile_box_left .img_box {
		max-width: 260px;
		max-height: 400px;
	}
	#profile #profile_gallery,
	#profile #profile_report {
	  margin: 0 auto 40px;
	  max-width: 1000px;
	}
	#contents_profile #profile_gallery div a {
		width: calc((100% - 15px)/4);
	}
	#contents_profile #profile_gallery div {
		gap: 5px;
	}
	#contents_method .method_description {
		flex-direction: column;
	}
	#contents_method .number_title h4 {
		font-size: 24px;
	}
	#contents_method .number {
		font-size: 14px;
	}
	#contents_method .method_description img {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#contents_access .container_access .txt_box p {
		text-align: left;
	}

	.form_box select {
		margin: 8px 0 0;
	}
	.bnr_credit{
		margin: 0 auto 40px;
	}
}
@media screen and (max-width: 520px){
	#section_newface h2 {
		width: 100%;
		margin: 30px 0;
	}
}
@media screen and (max-width: 480px) {
	.nav_menu {
		padding: 40px 40px;
	}
	section h2 {
		font-size: 40px;
		letter-spacing: 0.1em;
	}
	section h2 span.h2_sub {
		font-size: 12px;
	}
	.title_today {
		line-height: 3.8rem;
	}
	.cast_box li .img_box .icon_new {
		width: 64px;
	}
	.cast_box li .img_box .icon_x {
		max-width: 40px;
	}
	#section_schedule_today .txt_box .name span,
	#section_newface .txt_box .name span,
	#contents_cast .txt_box .name span,
	#contents_schedule .txt_box .name span {
		font-size: 14px;
	}
	#section_schedule_today .txt_box .name,
	#section_newface .txt_box .name,
	#contents_cast .txt_box .name,
	#contents_schedule .txt_box .name {
		font-size: 12px;
	}
	.cast_box li .txt_box .size {
		font-size: 14px;
	}
	.cast_box li .txt_box .time,
	.cast_box li .txt_box .icon_shop {
		font-size: 14px;
	}
}
@media screen and (max-width: 375px) {
	.nav_menu {
		padding: 20px 40px;
	}
}