@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 {
  font-size: 10px; /* 1rem = 10px にする */
}
body {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
	color: #fff;
	background: #040000;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
    font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
	line-height: 1.8;/* 変更 */
		-webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% { opacity: 0}
    100% { opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% { opacity: 0}
    100% { opacity: 1}
}

/*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: 1000px;
	margin: 0 auto;
}
.inner1200{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner800{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
/*imgタグに下記クラスを付けることで、はみ出し防止！！！*/
.inner_img{
	max-width: 100%;
}
a, a:hover{
	color: var(--color-white1);
}
main{
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	background: url(../images/pt_dot01.jpg);
    background-size: 70px;
}
@media screen and (max-width: 768px) {
	main{
		background: url(../images/pt_dot01.jpg);
		background-size: 46px;
	}
}
img{
	max-width: 100%;
  	height: auto;
}

/* フォーカスイン*/
.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: #ff007e;}
.atten_02, .atten_02 a{color: #ffff00;}
.atten_03, .atten_03 a{color: #9f9ff4;}
.atten_04, .atten_04 a{color: #f5af9d;}
.atten_05, .atten_05 a{color: #ea486e;}

:root {
	--color-white1: #fff;
	--color-black1: #040000;
	--color-winered1: #690f31;
	--color-winered2: #551d37;
	--color-pink1: #f5af9d;
	--color-pink2: #a65363;
	--color-brown1: #453634;
	--color-lightpink1: #fde7ea;
	--color-lightbule1: #daf4ff;
	--color-brown1: #645c56;
	--color-glay1:#878787;
	--color-glay2:#666464;
	--color-gold1:#9d7a54;
	--color-gold2:#d6b088;

	--color-tel: #690f31;
	--color-line: #41641f;
	--color-reserve: #505681;
}

/*********** 背景色 ***********/
.bg_01{
	background:#ffff00;
	display: inline;
	padding: 3px 5px;
}
.bg_02{
	background:#00d8d1;
	display: inline;
	padding: 3px 5px;
}
.bg_03{
	background:#333333;
	color: #999;
	display: inline;
	padding: 3px 5px;
}

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

.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}
.mt_30{margin-top: 30px;}
.mt_40{margin-top: 40px;}
.mt_60{margin-top: 60px;}

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

/*********** フォントサイズ ***********/
.fs_ss{font-size: 0.75em;}
.fs_s{font-size: 0.85em;}
.fs_12em{font-size: 1.2em!important;}
.fs_14em{font-size: 1.4em!important;}
.fs_15em{font-size: 1.5em!important;}
.fs_16em{font-size: 1.6em!important;}

/*********** フォントウエイト ***********/
.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.5;
}

/*********** table設定 ***********/
.table_01 {
	width: 100%;
/*	border-top: 1px solid #827267;*/
	border-spacing: 0;
	text-align: left;
}
.table_01 th {
	width: 35%;
	padding: 20px;
	color: var(--color-white1);
	background: var(--color-winered1);
	vertical-align: middle;
	border-color: var(--color-winered2);
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
.table_01 td {
	padding: 20px;
    background: var(--color-white1);
	border-color: #dfccd0;
	color: var(--color-black1);
	border-style: solid;
	border-width: 1px;
}
.table_01 td a {
	color: var(--color-black1);
}
@media screen and (max-width: 768px) {
	.table_01 th {
		text-align: left;
	}
	.table_01 th, .table_01 td {
		display: block;
		width: 100%;
	}
}

/*table02*/
.table_02 {
	width: 100%;
	margin-bottom: 30px;
	border-spacing: 0;
	text-align: left;
}
.table_02 th {
	width: 40%;
	padding: 3% 2%;
	color: var(--color-white1);
	background: var(--color-winered1);
	vertical-align: middle;
	border-color: var(--color-winered2);
	border-style: solid;
	border-width: 1px;
}
.table_02 td {
	width: 60%;
	padding: 3% 2%;
    background: var(--color-white1);
	border-color: #dfccd0;
	color: var(--color-black1);
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
}
.table_02 td a {
	color: var(--color-black1);
}
@media screen and (max-width: 768px) {
	.table_02 th, .table_02 td {
		display: block;
		width: 100%;
	}
}
/* リンクボックス */
.list_link_box li{
	margin: 10px;
	display: inline-block;
	font-size: 11px;
}

/*********** ボタン設定 ***********/
.btn_more{
    display: inline-block;
	width: 80%;
    max-width: 340px;
    height: 70px;
    line-height: 70px;
	margin: 40px auto 0;
    background: var(--color-black1);
    color: var(--color-pink1);
    border-radius: 12px;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: opacity 0.4s ease;
    font-size: clamp(14px, 2vw, 16px);
    letter-spacing: 0.06em;
    border: 1px solid var(--color-pink1);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
	font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}
.btn_more::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--color-pink1);
	border-right: 2px solid var(--color-pink1);
}
.btn_more:hover{
	opacity: 0.6;
	color: var(--color-pink1);
}
@media screen and (max-width: 768px) {
	.btn_more{
		height: 56px;
		line-height: 54px;
		font-size: 14px;
		letter-spacing: 0.08em;
	}
	.btn_more::after {
		width: 6px;
		height: 6px;
	}
}

/* 求人ページ応募方法のボタン */
.btn_recruit {
	display: flex;
	gap: 5px;
	flex-direction: column;
	flex-wrap: wrap;
}
.btn_recruit a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 250px;
	height: 50px;
	padding: 10px;
	border-radius: 50px;
	color: #fff;
	background: #000;
}
.btn_recruit a span {
	margin: 2px 5px 0 0;
}
.btn_recruit .btn_tel {
	background: #000;
}
.btn_recruit .btn_mail {
	background: #4a4a4a;
}
.btn_recruit .btn_line {
	background: #00c300;
}

/* フォームのボタン */
.btn_form {
	display: flex;
	gap: 5px;
	justify-content: center;
	/* ボタンを縦に並べる場合
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center; */
}
.btn_form input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 250px;
	height: 50px;
	padding: 10px;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	color: #fff;
	background: #000;
}
.btn_form .btn_send {
	background: #000;
}
.btn_form .btn_reset {
	background: #999;
}
/*リセットボタン*/
input[type="submit"],
input[type="reset"],
input[type="button"].back_btn {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    cursor: pointer;
    transition: ease-out 0.4s;
}
input[type="reset"] {
    padding: 0;
    background: none;
    margin: 12px auto 0;
    border: 0;
    border-bottom: 1px solid var(--color-brown1);
    color: var(--color-brown1);
    transition:all 0.4s;
	border-radius: 0;
}
input[type="reset"]:hover {
    opacity: .6;
}
/*戻るボタン*/
input[type="button"].back_btn {
	width: 60%;
    max-width: 140px;
    height: 40px;
    line-height: 38px;
    display: block;
	margin: 12px auto 0;
	background: var(--color-winered2);
	border-radius: 20px;
	color: var(--color-white1);
	border: 1px solid var(--color-winered2);
	text-transform: uppercase;
	transition: .4s;
}

/* 言語選択プルダウン（日本語ページ） */
.select_lang_wrap {
	display: block;
	width: 74px;
	height: 30px;
    position: fixed;
    top: 100px;
    right: 20px;
	z-index: 999;
}
.select_lang_wrap::before {
	content: '';
	position: absolute;
	top: 25%;
	left: 8px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/icon_lang.png) center center / cover no-repeat;
}
.select_lang_wrap:after {
  content: '';
	position: absolute;
	right: 8px;
	top: 14px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3e4349;
	border-left: 1px solid #3e4349;
	transform: translateY(-50%) rotate(-135deg);
}
.select_lang {
	-webkit-appearance: none;
	-moz-appearance: none;
			 appearance: none;
	margin: 0;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
	border: 1px solid #3e4349;
	padding: 8px 8px 8px 26px;
    background: #fff;
    color: #3e4349;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.select_lang_wrap {
        top: 25px;
        right: 65px;
	}
}

/* 言語選択プルダウン（英語ページ） */
.select_lang_wrap_en {
	display: block;
	width: 74px;
	height: 30px;
    position: fixed;
    top: 25px;
    right: 20px;
	z-index: 999;
}
.select_lang_wrap_en::before {
	content: '';
	position: absolute;
	top: 25%;
	left: 8px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/icon_lang.png) center center / cover no-repeat;
}
.select_lang_wrap_en:after {
  content: '';
	position: absolute;
	right: 8px;
	top: 14px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3e4349;
	border-left: 1px solid #3e4349;
	transform: translateY(-50%) rotate(-135deg);
}
.select_lang_en {
	-webkit-appearance: none;
	-moz-appearance: none;
			 appearance: none;
	margin: 0;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
	border: 1px solid #3e4349;
	padding: 8px 8px 8px 26px;
    background: #fff;
    color: #3e4349;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1;
}

/******************************
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 #eee; */
	-webkit-transition: all .3s;/*フォーカスしたときにふわっと表示させる用*/
					transition: all .3s;/*フォーカスしたときにふわっと表示させる用*/
	padding: 15px 10px;
	width: 80%;
	border-radius: 4px;
	border: var(--color-black1) 2px solid;
	color: var(--color-brown1);
	background: #fff;
	font-size: 1.4rem;
}
form input[type="text"].form_short {
	max-width: 80px;
}
form textarea{
	width: 100%;
	resize: vertical;
	min-height: 200px;
}
form input[type="radio"], form input[type="checkbox"] {
	accent-color: var(--color-pink3);
}
form input[type="radio" i] {
    margin: 0 3px 2px 5px;
}
#reserve,
#recruit {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
#reserve select[id^="reserve"] {
	width: 30%;
}
.icon_required {
	background: var(--color-pink2);
	padding: 4px 8px;
	display: inline-block;
	color: var(--color-white1);
	margin-left: 5px;
	font-size: 1.0rem;
	border-radius: 20px;
}
::placeholder {
	color: #bbbbbb;
}
/*table_form*/
.form_box{
	width: 100%;
	border: 1px solid var(--color-brown1);
	background: var(--color-black1);
	border-radius: 20px;
	padding: min(5%,50px) min(3%,20px);
}
.table_form{
	width: 100%;
	margin-bottom: 30px;
}
.table_form th,
.table_form td{
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}
.table_form th{
	width: 35%;
	background: var(--color-winered2);
	color: var(--color-white1);
	text-align: center;
	padding: 20px 10px;
	border: 5px solid var(--color-black1);
}

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

	.table_form th,
	.table_form td{
		width: 100%;
		display: block;
		text-align: left;
	}
	.table_form td{
		margin-bottom: 20px;
		text-align: left;
	}
	form input[type="text"],
	form input[type="email"],
	form textarea,
	form select {
		width: 100%;
		font-size: 1.6rem;
	}
	.table_form{
		margin-bottom: 0;
	}
}

/******************************
セラピスト共通設定
******************************/
section:not(#section_covergirl,#section_newface,#section_top_ranking_01,#section_ranking_01,#section_ranking_02) .cast_box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px min(3%, 30px);
}
section#section_top_ranking_01 .cast_box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px min(3%, 30px);
}

.cast_box .cast_box_list{
	position: relative;
	background-color:var(--color-winered2);
}
.cast_box .cast_box_list .img_box {
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 3;
	margin-bottom: 10px;
	position: relative;
}
/*.cast_box .cast_box_list .img_box:before{
	content: "";
	display: block;
	padding-top: 150%;
}*/
.cast_box .cast_box_list .img_box .img_cast{
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*position: absolute;
	top: 0;
	left: 0;*/
}
.cast_box .cast_box_list .icon_new{
	width: 60px;
	position: absolute;
    top: 0px;
    left: 0px;
}
.cast_box .cast_box_list .txt_box{
	color: var(--color-white1);
}
.cast_box .cast_box_list .txt_box .name{
	font-size: 20px;
}
@media screen and (max-width: 768px){
	.cast_box .cast_box_list .txt_box .name{
		font-size: 16px;
	}
}
/* アイコン */
.cast_box .cast_box_list .icon_box {
	position: absolute;
	bottom: 10px;
	right: 6px;
	display: flex;
    justify-content: center;
}
.cast_box .cast_box_list .icon_box img{
    width: 30px;
    margin: 0 4px;
}
/* アイコン下 */
.cast_box .cast_box_list .icon_box.off {
	position: static;
	display: flex;
    justify-content: center;
	margin: 10px 0;
}
.cast_box .cast_box_list .icon_box.off img{
    width: 30px;
    margin: 0 4px;
}

.cast_box .cast_box_list .frame{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cast_box .cast_box_list .frame img{
	width: 100%;
}
_box .cast_box_list .txt_box .icon{
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 auto 6px;
}
.cast_box .cast_box_list .txt_box{
	padding: 10px 16px 16px;
}
.cast_box .cast_box_list .txt_box .icon img {
    width: 100%;
    padding: 2px;
}
.cast_box .cast_box_list .txt_box .time{
	padding: 4px;
	background: #d9b197;
	color: var(--color-winered2);
	margin-top: 16px;
}
.icon_shop_wrap {
	margin-bottom: 8px;
}
.cast_box .cast_box_list .txt_box .icon_shop{
    background: #6c96a5;
    color: #fff;
    margin-bottom: 2px;
}
.cast_box .cast_box_list .txt_box .sch_info{
    background: #000;
    color: #fff;
    padding: 4px;
}


@media screen and (max-width: 768px){
	section:not(#section_newface) .cast_box {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px min(3%, 30px);
	}
	.cast_box .cast_box_list .icon_x {
		width: 30px;
		top: 10px;
		left: 10px;
	}
	.cast_box .cast_box_list .icon_new{
		width: 40px;
		bottom: 10px;
		right: 10px;
	}
	/* アイコン */
	.cast_box .cast_box_list .icon_box {
		position: absolute;
		bottom: 10px;
		right: 8px;
		display: flex;
		justify-content: center;
	}
	.cast_box .cast_box_list .txt_box{
		padding: 6px 10px 10px;
	}
	.cast_box .cast_box_list .icon_box img{
		width: 30px;
		margin: 0 2px;
	}
	.cast_box .cast_box_list .txt_box .size{
		font-size: 12px;
	}
	.cast_box .cast_box_list .txt_box .time{
		padding: 2px;
		margin-top: 12px;
		font-size: 12px;
	}
}
@media screen and (max-width: 520px){
	section:not(#section_newface) .cast_box {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

headerヘッダー設定

****************************************/
header {
	width: 100%;
	background: var(--color-black1);
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}
header .h1_wrapper {
    font-size: 12px;
    padding: 4px 20px 0;
    line-height: clamp(12px, 2vw, 14px);
    letter-spacing: 1px;
}
header .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    margin: 0 auto;
}
header h1.logo {
	padding: 4px 16px 4px;
	position: relative;
}
header h1.logo span {
	position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
header h1.logo img{
	width: 100%;
	max-width: 140px;
}
header h1 img:hover {
	opacity: 0.8;
	transition: 0.3s ease-in-out;
}
header .header_inner nav.pc{padding-right: 100px;}
header nav.pc ul {
	list-style: none;
    display: flex;
    gap: 40px;
}
header nav.pc ul li {
	display: inline-block;
	text-align: center;
}
header nav.pc ul li a {
	display: inline-block;
    font-size: 16px;
	color: var(--color-white1);
	letter-spacing: 0.1em;
    line-height: 1.1;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
	font-family: "Cormorant Garamond", serif;
}
header nav.pc ul li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 768px){
		header .header_inner {
		height: 62px;
	}
		header h1.logo img{
		width: 100%;
		max-width: 114px;
	}
}
/******************************
SP用メニュー設定
******************************/
/* ナビ内ボタン */
.btn_nav {
	position: fixed;
    top: 30px;
    right: 74px;
}
.btn_nav ul {
	display: flex;
}
.btn_nav ul li {
	margin-right: 8px;
}
.btn_nav ul li:last-child {
	margin-right: 0;
}
.btn_nav a {
	border-radius: 6px;
	width: 44px;
	height: 44px;
	color: var(---color-black1);
	background: var(--color-winered1);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.btn_nav a:hover{
	opacity: 0.7;
	transition: 0.3s ease-in-out;
}
.btn_nav_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.btn_nav_inner img {
    width: 22px;
    height: 22px;
    margin-bottom: 2px;
}
.btn_nav_inner p {
    font-size: 8px;
    letter-spacing: 0.08em;
    line-height: 12px;
	color: var(--color-white1);
	margin: 0;
}
@media screen and (max-width: 768px){
	.btn_nav {
		position: fixed;
		top: 26px;
		right: 66px;
		z-index: 70000;
	}
}
/* ドロワー */
.btn_menu{
	position: fixed;
    top: 10px;
    right: 10px;
	height: 60px;
	width: 60px;
	padding-top: 30px;
	z-index: 99999;
}
.btn_menu p{
	font-size: 10px;
	line-height: 1em;
	letter-spacing: 1px;
	color: var(--color-white1);
}
@media screen and (max-width: 768px){
	.btn_menu{
        top: 14px;
        right: 2px;
        height: 60px;
        width: 60px;
        padding-top: 22px;
	}
}
/* バツボタン */
.btn-trigger {
	position: relative;
	width: 32px;
	height: 22px;
	cursor: pointer;
}
.btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--color-white1);
	border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
	display: inline-block;
	transition: all .5s;
}
.btn-trigger span:nth-of-type(1) {top: 0px;}
.btn-trigger span:nth-of-type(2) {top: 10px;}
.btn-trigger span:nth-of-type(3) {bottom: 0px;}

#btn_icon span:nth-of-type(1) {
	-webkit-animation: btnicon-bar01 .75s forwards;
	animation: btnicon-bar01 .75s forwards;
}
@keyframes btnicon-bar01 {
	0% {transform: translateY(9px) rotate(45deg);}
	50% {transform: translateY(9px) rotate(0);}
	100% {transform: translateY(0) rotate(0);}
}

#btn_icon span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}

#btn_icon span:nth-of-type(3) {
	-webkit-animation: btnicon-bar03 .75s forwards;
	animation: btnicon-bar03 .75s forwards;
}
@keyframes btnicon-bar03 {
	0% {transform: translateY(-9px) rotate(-45deg);}
	50% {transform: translateY(-9px) rotate(0);}
	100% {transform: translateY(0) rotate(0);}
}

#btn_icon.active span:nth-of-type(1) {
	-webkit-animation: active-btnicon-bar01 .75s forwards;
	animation: active-btnicon-bar01 .75s forwards;
	background-color: var(--color-white1);
}
@keyframes active-btnicon-bar01 {
	0% {transform: translateY(0) rotate(0);}
	50% {transform: translateY(9px) rotate(0);}
	100% {transform: translateY(9px) rotate(45deg);}
}

#btn_icon.active span:nth-of-type(2) {
	opacity: 0;
}

#btn_icon.active span:nth-of-type(3) {
	-webkit-animation: active-btnicon-bar03 .75s forwards;
	animation: active-btnicon-bar03 .75s forwards;
	background-color: var(--color-white1);
}
@keyframes active-btnicon-bar03 {
	0% {transform: translateY(0) rotate(0);}
	50% {transform: translateY(-9px) rotate(0);}
	100% {transform: translateY(-9px) rotate(-45deg);}
}

/* ドロワーの中 */
#nav_d_bg {
	position: fixed;
    background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	right: -120%;
	top: 0;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	transition-delay: 0.2s;
	z-index: 80001;
}
.open #nav_d_bg {
	/* -webkit-transform: matrix(2.7, 0, 0, 2.7, 0, 0); */
	/* transform: matrix(2.7, 0, 0, 2.7, 0, 0); */
	transition-delay: 0s;
	transform: translateX(-120%);
}
#nav_drawer {
	display: none;
	position: fixed;
	top: 0px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100%;
	max-width: 480px;
	height: 100%;
	overflow-y: auto;
	z-index: 80002;
}
#nav_drawer .nav_drawer_outer {
	padding: 20px 40px 80px;
}
#nav_drawer .menu_t {
    margin: 0 auto;
    font-size: 30px;
    line-height: 2.0;
	color: var(--color-white1);
    font-weight: 600;
    letter-spacing: 0.2em;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: normal;
}
#nav_drawer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	/* overflow: scroll; */
	padding-bottom: 20px;
	margin: 0 auto;
	color: var(--color-white1);
}
#nav_drawer ul li {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	line-height: 1.1em;
	width: 100%;
	text-align: left;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}
#nav_drawer li:after{
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 5px;
	top: calc(50% - 7px);
	color: var(--color-white1);
}
#nav_drawer li.dw_info_box {
	padding-top: 20px;
}
#nav_drawer li.dw_info_box:after{
	content: none;
}
#nav_drawer .dw_info_box {
	font-size: 0.8rem;
}
#nav_drawer .dw_info_box .shop_name{
	font-size: 1.2rem;
	margin-bottom: 10px;
    font-weight: bold;
}
#nav_drawer .dw_info_box .area_name{
	margin-bottom: 6px;
}
#nav_drawer .dw_info_box .info_tel{
	color: var(--color-black1);
	background: var(--color-white1);
	border-radius: 32px;
    padding: 4px;
	text-align: center;
	margin-bottom: 10px;
}
#nav_drawer .dw_info_box .info_tel a {
	color: var(---color-black1);
	font-size: 22px;
    letter-spacing: 0.06em;
}
#nav_drawer .dw_info_box .info_tel i {
	margin-right: 4px;
}
#nav_drawer .dw_info_box .info_open {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.06em;
}
#nav_drawer ul a {
	color: #fff;
	width: 100%;
	display: block;
	padding: 14px 0 14px;
	font-size: 18px;
	letter-spacing: 0.06em;
	font-family: "Cormorant Garamond", serif;
}
#nav_drawer a:hover{
	color: #fdfd96;
}
#nav_drawer li a.active {
	color: #fdfd96;
}
.open #nav_drawer{
	display: block;
	-webkit-animation:fade-in-drawer 0.5s ease-in .3s both;animation:fade-in-drawer 0.5s ease-in .3s both;
	color: var(---color-black1);
}
@-webkit-keyframes fade-in-drawer{0%{opacity:0}100%{opacity:1}}@keyframes fade-in-drawer{0%{opacity:0}100%{opacity:1}}

/*ドロワー・TELボタン*/
#nav_drawer li.infobox{
	width: 100%;
	text-align: center;
}
#nav_drawer li.infobox a {
	color: #fff;
}

@media screen and (min-width: 1001px) {
	.btn_nav{
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	header nav.pc ul {
		display: none;
	}
	header h1.logo {
		padding: 6px 10px 6px;
	}
}


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

footerフッター設定

****************************************/
footer {
	background: var(--color-black1);
	font-size: 10px;
	padding: 40px 20px 0;
}
footer .inner {
	text-align: center;
}
/* パンくずリスト */
.breadcrumbs {
    width: 100%;
    background: var(--color-winered1);
    border-radius: 16px;
    text-align: center;
    padding: 4px 0;
	letter-spacing: 0.2em;
	margin-bottom: 60px;
}
.breadcrumbs ol li {
	font-size: 10px;
    display: inline-block;
}
.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";
	display: none;
}
.breadcrumbs ol li a {
	color: #fff;
}

@media screen and (max-width: 768px){
	footer .inner .logo img {
		max-width: 200px;
	}
	footer {
		padding: 40px 6px 100px;
	}
}

/* ロゴ */
footer .inner .logo {
	margin: 30px 0;
}
footer .inner .logo img {
    max-width: 240px;
}
/* 電話番号&営業時間 */
footer .ft_info_box {
	margin: 0 auto;
	display: flex;
	justify-content: center;
    flex-direction: column;
	font-weight: bold;
}
footer .ft_info_box li {
	font-size: 30px;
	letter-spacing: 0.12em;
    line-height: 44px;
	font-family: "Bodoni Moda SC", serif;
	font-weight: 100;
}
footer .ft_info_box li span {
    font-size: 34px;
}
footer .ft_info_box li.reception {
	font-size: 18px;
}
footer .ft_info_box li.reception span {
	font-size: 20px;
}
footer .ft_info_box a {
    color: var(--color-white1);
    font-weight: 500;
}
footer .ft_info_box a:hover {
	opacity: 0.5;
}
footer .ft_info_box li.info_tel {
    display: block;
    font-size: 1.3em;
}

@media screen and (max-width: 768px) {
	footer .ft_info_box li {
		font-size: 20px;
		letter-spacing: 0.1em;
		line-height: 24px;
		font-family: "Bodoni Moda SC", serif;
		font-weight: 100;
	}
	footer .ft_info_box li span {
		font-size: 22px;
	}
	footer .ft_info_box li.reception {
		font-size: 12px;
	}
	footer .ft_info_box li.reception span {
		font-size: 12px;
	}
}


/* コピーライト等 */
footer .footer_credit {
	color: var(--color-white1);
}
footer .footer_link {
	text-align: center;
	font-size: 12px;
	margin-bottom: 4px;
}
footer .footer_link a {
	color: var(--color-white1);
	text-decoration-color: var(--color-pink3);
}
@media screen and (max-width: 768px){
	footer .footer_link {
		font-size: 10px;
	}
}
/* アイコン */
footer .icon_box{
    display: flex;
    justify-content: center;
	margin: 20px auto;
}
footer .icon_box img {
    width: 30px;
	margin: 0 4px;
}
.footer_txt{
	margin: 10px;
	color: #fff;
}

/* フリースペース */
.free_link_box img {
    margin-right: 10px;
    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: 10px auto 20px;
}
.list_link_box li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.list_link_box img {
    width: 100%;
	height: auto;
}

/* 追従バナー */
#footer_menu {
	position:fixed;
	bottom: 5px;
	z-index: 999;
	margin: 0 auto;
	width: 100%;
}
#footer_menu p {
	text-indent:inherit;
	display:inline-block;
	margin-bottom: 0px;
	display: grid;
	place-content: center;
	letter-spacing: 0.08em;
}
#footer_menu p a{
	color: var(--color-white1);
	line-height: 1.2;
	padding: 5px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footer_menu p a span{
	font-size: 12px;
}
#footer_menu p a img {
    width: 20px;
	margin-bottom: 4px;
}
.footer_menu_box {
	display: flex;
	position: relative;
    padding: 0 10px 5px;
	z-index: 999;
}
.footer_menu_box p {
	padding: 4px;
	background: var(--color-reserve);
	color: var(--color-white1);
    margin: 5px;
    font-size: 12px;
    font-weight: 400;
    width: 33%;
	border-radius: 10px;
}
.footer_menu_box p:first-child {
	background: var(--color-tel);
}
.footer_menu_box p.line{
	background: var(--color-line);
}



/****************************************
mainvisualメインビジュアル
****************************************/
#mainvisual{
	width: 100%;
	height: 100vh;
	position: relative;
}
#mainvisual .swiper-wrapper{
	width: 100%;
	height: 100vh;
}
#mainvisual .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
}
#mainvisual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mainvisual .logo {
	position: absolute;
	margin: 0 auto;
	/* top: 64%; */
	top: 70%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index: 10;

	display: flex;
	flex-direction: column;
}
#mainvisual .logo img{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#mainvisual .logo img.mv_txt{
	margin-top: 10px;
}
#mainvisual .mv_inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
#mainvisual .mv_inner img{
	width: 100%;
	max-width: 220px;
}
#mainvisual .mv_inner p{
	font-size: 2.4rem;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 20px;
}
#mainvisual .mv_inner p span{
	font-weight: normal;
}
@media screen and (max-width: 768px){
	#mainvisual .mv_inner p{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 520px){
	#mainvisual .mv_inner p{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 768px){
	#mainvisual{
		width: 100%;
		height: 82vh;
		position: relative;
	}
	#mainvisual .swiper-wrapper{
		width: 100%;
		height: 82vh;
	}
	#mainvisual .logo img{
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	#mainvisual .mv_inner p{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 520px){
	#mainvisual .mv_inner p{
		font-size: 1.2rem;
	}
}
/* ↓flexslider.cssを上書き */
#mainvisual .flex-control-nav {
	bottom: 0;
}
/* flexslider.cssを上書き */
.flexslider{
	margin-bottom: 0;
	background: unset;
	border: none;
}
#mainvisual .flex-control-paging li a.flex-active  {
	/*control-navのActiveな●の色を変えたい時はここを変更*/
	background-color: #fff000;
}
/* ↑flexslider.cssを上書き */



/******************************
トップページ
******************************/
#headline{
	background-color: var(--color-winered1);
	padding: 10px 0;
}

/*トップページ共通*/
section h2.section_title{
    position: relative;
    line-height: 1.4;
    padding: 18px 2em;
    display: inline-block;
    top: 0;
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 60px;
	letter-spacing: 0.3em
}
section h2.section_title:before,
section h2.section_title:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
section h2.section_title:before {
    display: block;
    content: "";
    width: 16px;
    height: 96px;
    background: url(../images/title_frame_left.svg) center / cover no-repeat;
    position: absolute;
    left: 0;
    transform: translateX(-50%);
}
section h2.section_title:after {
    display: block;
    content: "";
    width: 16px;
    height: 96px;
    background: url(../images/title_frame_right.svg) center / cover no-repeat;
    position: absolute;
    right:-20px;
    transform: translateX(-50%);
}
section h2.section_title span{
	line-height: 1.2;
    display: block;
}
section h2.section_title .title_en{
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
	color: var(--color-pink1);
}
section h2.section_title .title_ja{
	font-size: 14px;
}
@media screen and (max-width: 768px){
	#section_schedule_today h2.section_title{
		padding: 10px 10px;
	}
	section h2.section_title{
		position: relative;
		line-height: 1.4;
		padding: 10px 30px;
		display: inline-block;
		top: 0;
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 30px;
        letter-spacing: 0.2em;
	}
	section h2.section_title:before,
	section h2.section_title:after { 
		position: absolute;
		top: 0;
		content:'';
		width: 8px;
		height: 100%;
		display: inline-block;
	}
	section h2.section_title:before {
		display: block;
		content: "";
        width: 10px;
        height: 60px;
		background: url(../images/title_frame_left.svg) center / cover no-repeat;
		position: absolute;
		left: -10px;
		transform: translateX(-50%);
	}
	section h2.section_title:after {
		display: block;
		content: "";
        width: 10px;
        height: 60px;
		background: url(../images/title_frame_right.svg) center / cover no-repeat;
		position: absolute;
		right: -20px;
		transform: translateX(-50%);
	}
	section h2.section_title .title_ja{
		font-size: 10px;
	}
}

#section_covergirl,
#section_blog,
#section_topics,
#section_concept,
#section_event,
#section_schedule_today,
#section_top_ranking_01,
#section_newface{
	padding: 50px 20px;
}
#section_event,
#section_schedule_today,
#section_top_ranking_01,
#section_newface{
	padding: 50px 10px
}
@media screen and (max-width: 768px){
#section_topics{
    padding: 0px 20px;
}
	
}

.back_pattern1{
	background: url(../images/pt_dot01.jpg);
	background-size: 70px;
}

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

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

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


/* コンセプト */
#section_concept{
	background: url(../images/bg_message_pc.webp) center / cover no-repeat;
	position: relative;
}
#section_concept h2{
	margin-bottom: 20px;
}
#section_concept img{
	width: 100%;
	max-width: 140px;
}
#section_concept .concept_txt_box {
	margin: auto;
	background: rgba(36, 31, 30, 0.86);
    border-radius: 20px;
}
#section_concept .txt_box_inner {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	padding: 50px 10px;
}
#section_concept .txt_box_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-winered1);
    clip-path: polygon(0 14%, 24% 0%, 0% 0px, 0 0%);
}
#section_concept .txt_box_inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-winered1);
    clip-path: polygon(0 14%, 24% 0%, 0% 0px, 0 0%);
}

#section_concept .txt_box_inner:after {
	bottom: 0;
	right: 0;
	rotate: 180deg;
}
#section_concept .concept_txt_box p.note_txt {
	line-height: 2.0;
}
#section_concept .concept_txt_box p.note_txt span {
	color: #f5af9d;
}
@media screen and (max-width: 768px){
	#section_concept{
		background: url(../images/bg_message_sp.webp) center / cover no-repeat;
		position: relative;
	}
	#section_concept .txt_box_inner::before {
		clip-path: polygon(0 10%, 50% 0%, 0% 0px, 0 0%);
	}
	#section_concept .txt_box_inner::after {
		clip-path: polygon(0 10%, 50% 0%, 0% 0px, 0 0%);
	}

}


/* イベント */
#section_event {
	background: url(../images/bg_winered.webp) center / cover no-repeat;
}
#section_event img{
	width: 100%;
	max-width: 600px;
}
#section_event .swiper-wrapper .swiper-slide{
	padding:0  10px;
}


/* 本日の出勤情報　*/
#contents_cast .cast_box .cast_box_list:nth-of-type(4n),
#contents_schedule .cast_box .cast_box_list:nth-of-type(4n) {
	margin-right: 0;
}


/* 新着情報*/
#section_topics{margin-bottom: 60px;}
#section_topics .contents_title {
	margin-bottom: 10px;
}
#section_topics .topics_box {
	background: var(--color-black1);
	border: 1px solid var(--color-brown1);
	padding: 40px 10px ;
	border-radius: 20px;
	text-align: left;
}
#section_topics .topics_box_inner {

}
#section_topics .topics_box_inner::-webkit-scrollbar{
	width: 10px;
}
#section_topics .topics_box_inner::-webkit-scrollbar-track{
	background-color: var(--color-lightpink1);
}
#section_topics .topics_box_inner::-webkit-scrollbar-thumb{
	background-color: var(--color-pink1);
}
#section_topics .topics_box article{
	text-align: left;
	padding-right: 20px;
	padding: 0 5%;
	overflow-y: auto;
	margin-bottom: 30px;
}
#section_topics .topics_box article .article_title {
	color: var(--color-pink2);
    padding-bottom: 4px;
	font-size: 18px;
	font-weight: 300;
}
#section_topics .topics_box article time {
    color: var(--color-pink2);
    border: 1px solid var(--color-pink2);
    background: var(--color-bule1);
    font-size: 14px;
    padding: 6px 10px;
    margin: 0 auto 10px;
}
#section_topics .topics_box article .article_title h3 {
	font-size: 28px;
    letter-spacing: 0.06em;
    margin-bottom: 0;
    line-height: 2;
}
#section_topics .topics_box article .article_box {
	padding-top: 20px;
}
#section_topics .topics_box article .article_box img {
	max-width: 100% !important;
	height: auto !important;
}
#section_topics .topics_box strong {
	font-weight: bold;
}
#section_topics .topics_box .btn_box {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding-top: 20px;
}
#section_topics .topics_box .btn_box a.btn_more {
	width: calc((100% - 8px)/2);
	max-width: 140px;
	margin: 0;
}
@media screen and (max-width: 768px){
	#section_topics .topics_box article time {
		font-size: 10px;
		padding: 4px 10px;
	}
	#section_topics .topics_box article .article_title h3 {
		font-size: 18px;
		letter-spacing: 0.06em;
		margin-bottom: 0;
		line-height: 2;
	}
}

.btn_back,
.btn_next {
	display: inline-block;
	width: 180px;
	height: 52px;
	line-height: 50px;
	margin: 40px auto 0;
	background: var(--color-black1);
	color: var(--color-pink1);
	border-radius: 10px;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: opacity 0.4s ease;
	font-size: 16px;
	letter-spacing: 0.06em;
	border: 1px solid var(--color-pink1);
}
.btn_back::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--color-pink1);
	border-right: 2px solid var(--color-pink1);
}
.btn_next::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 24px;
	transform: translateY(-50%) rotate(-135deg);
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--color-pink1);
	border-right: 2px solid var(--color-pink1);
}
.btn_back:hover,
.btn_next:hover {
	opacity: 0.6;
	color: var(--color-pink1);
}

@media screen and (max-width: 768px){
	.btn_back,
	.btn_next {
		display: inline-block;
		width: 150px;
        height: 46px;
        line-height: 44px;
		margin: 40px auto 0;
		background: var(--color-black1);
		color: var(--color-pink1);
		border-radius: 10px;
		opacity: 1;
		text-align: center;
		text-decoration: none;
		position: relative;
		transition: opacity 0.4s ease;
		font-size: 14px;
		letter-spacing: 0.06em;
		border: 1px solid var(--color-pink1);
	}
}
/* 出張エリア */
#section_area,
#contents_access{
	width: 100%;
	position: relative;
}
#section_area{padding-bottom: 100px;}
.info_box_bg{
	background: url(../images/bg_onsite.jpg) no-repeat 50% 50% / cover;
    border-radius: 20px;
}

.info_box {
	background: var(--color-black1);
	border: 1px solid var(--color-brown1);
	border-radius: 20px;
	padding: 40px 40px ;
	position: relative;
	z-index: 2;
}
.info_box .info_txt{
	font-size: clamp(12px, 3vw, 16px);
}
.info_box .area_wrap {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 30px;
}
.info_box .img_box_area{
	width: min(550px , 66%);
	position: relative;
}
.info_box .text_box_area{
	width: min(550px , 66%);
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
}
.info_box div img{
	width: 100%;
	margin: 0 auto;
	max-width: 450px;
}
.info_box .text_box_area .area_1000,
.info_box .text_box_area .area_2000,
.info_box .text_box_area .area_3000{
	width: 100%;
	padding: 10px;
	margin: 20px 0 10px;
	text-align: center;
	background: var(--color-white1);
	border-radius: 10px;
	display: inline-block;
}
.info_box .text_box_area .area_1000{
	background-color:#975574;
}
.info_box .text_box_area .area_2000{
	background-color:#91735d;
}
.info_box .text_box_area .area_3000{
	background-color:#505681;
}
.info_box .text_box_area .area_1000 .area_price,
.info_box .text_box_area .area_2000 .area_price,
.info_box .text_box_area .area_3000 .area_price{
	font-size: 22px;
	display: block;
	margin-bottom: 4px;
}

.info_box .text_box_area .area_1000 .area_time,
.info_box .text_box_area .area_2000 .area_time,
.info_box .text_box_area .area_3000 .area_time{
	font-size: 14px;
	display: block;
}

.info_box .text_box_area .area_notes{
	font-size: 10px;
	margin: 10px 0;
	line-height: 1.8rem;
}

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

	.info_box {
		padding: 30px 22px 30px;
	}
	#section_area .info_box .info_txt{
		font-size: 14px;
		text-align: left;
	}
	.info_box .area_wrap {
		flex-wrap: wrap;
		gap: 0;
	}
	.info_box div img {
		max-width: 100%;
	}
	.info_box .img_box_area,
	.info_box .text_box_area{
		width: 100%;
		margin-bottom: 0;
	}
	.info_box .text_box_area .area_notes {
		margin: 20px 0 0;
	}

}
@media screen and (max-width: 480px){
	#section_area{
		padding: 0px 20px;
		padding-bottom: 60px;
	}
	.info_box .img_box_area,
	.info_box .text_box_area {
        width: 100%;
        margin-bottom: 0;
    }
	.info_box .text_box_area .area_1000 .area_price,
	.info_box .text_box_area .area_2000 .area_price,
	.info_box .text_box_area .area_3000 .area_price{
		font-size: 18px;
		display: block;
		margin-bottom: 0px;
	}
	.info_box .text_box_area .area_1000 .area_time,
	.info_box .text_box_area .area_2000 .area_time,
	.info_box .text_box_area .area_3000 .area_time {
		font-size: 12px;
	}
}




/* ピックアップ */
#section_covergirl {
	background: url(../images/bg_winered.webp) center / cover no-repeat;
	position: relative;
	padding: 100px 10px 100px;
}
#section_covergirl .inner {
	position: relative;
    width: 60%;
    max-width: 400px;
    margin: 0 auto;
    padding: 60px 30px;
    background: rgba(32, 10, 19, 0.8);
}
#section_covergirl .inner::before {
	content: "";
	position: absolute;
    top: -30px;
    left: -40px;
    width: 400px;
    height: 170px;
	background: url(../images/img_frame_pickup_top.png) no-repeat center center / contain;
	z-index: 2;
}
#section_covergirl .inner::after {
	content: "";
	position: absolute;
	bottom: -30px;
	right: -40px;
	width: 400px;
    height: 170px;
	background: url(../images/img_frame_pickup_bottom.png) no-repeat center center / contain;
	z-index: 2;
}
#section_covergirl .system_img_wrap img {
	width: min(100%, 690px);
}
#section_covergirl .cast_box li .icon_new{
    width: 100%;
    max-width: 80px;
	position: absolute;
	top: 0px;
    left: 0px;
}
@media screen and (max-width: 768px){
	#section_covergirl .inner {
		max-width: 320px;
        padding: 40px 10px 40px;
	}
	#section_covergirl .swiper{
		width: 220px;
		margin: 0 auto;
	}
	#section_covergirl .cast_box li .icon_new{
		max-width: 40px;
		top: 10px;
		left: 10px;
	}
	#section_covergirl .cast_box li .icon_box img {
		width: 36px;
		margin: 0 8px 0 4px;
	}
	#section_covergirl .inner::before {
		top: -20px;
        left: -20px;
        width: 280px;
        height: 120px;
	}
	#section_covergirl .inner::after {
		bottom: -20px;
		right: -20px;
		width: 280px;
		height: 120px;
	}
}
@media screen and (max-width: 480px){
	#section_covergirl .inner {
		width: 80%;
		max-width: 400px;
	}
}



/* 誘導バナー */
.bg_bnr {
  background: #fff9f0 url(../images/bg_beige.webp) bottom center / 100% auto no-repeat;
  position: relative;
  background-size: cover;
  padding: 100px 20px;
}
#contents_bnr{
	padding: 0 0 40px;
}
#contents_bnr ul {
	margin: 0 auto;
}
#contents_bnr ul li {
	max-width: 320px;
	width: 100%;
	display: inline-block;
	margin: 0 5px 10px;
	text-align: center;
	vertical-align: middle;
}
#contents_bnr ul li img,
#contents_bnr a img{
    width: auto;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 480px){
	#contents_bnr ul li {
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
	}
}

#contents_affiliated ul {
	margin: 0 auto;
}
#contents_affiliated ul li {
	width: 240px;
	display: inline-block;
	margin: 0 5px 10px;
	text-align: center;
	vertical-align: middle;
}
#contents_affiliated ul li img,
#contents_affiliated a img{
    width: auto;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 768px){
	#contents_affiliated ul li {
		width: 180px;
	}
}
@media screen and (max-width: 580px){
	#contents_affiliated ul li {
		width: 148px;
		margin: 0 4px 10px;
	}
}





/* カバーガール */
#section_covergirl .swiper{
	width: 300px;
	margin: 0 auto;
}
#section_covergirl .cast_box .cast_box_list{
	background-color:var(--color-winered2);
	border: 10px solid #200a13;
}

@media screen and (max-width: 768px){
	#section_covergirl .swiper{
		width: 220px;
		margin: 0 auto;
	}
}

/* 新人情報 */
#section_newface .swiper{
	width: 300px;
	margin: 0 auto;
}
#section_newface .cast_box .cast_box_list{
	padding:0  10px;
}
@media screen and (max-width: 768px){
	#section_newface .swiper{
		width: 220px;
		margin: 0 auto;
	}
}

/* 新人情報 ver02　*/
#section_newface02 {
	width: 250px;
	float: left;
}
#section_newface02 ul{
	overflow-y: auto;
	height: 310px;
}
#section_newface02 ul li{
  padding: 10px 5px;
  overflow-y: auto;
  border-bottom: 1px dotted #fff;
}
#section_newface02 ul li:last-child{
  border-bottom: none;
}
#section_newface02 ul li div{
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}
#section_newface02 ul li div:last-child {
  width: 120px;
  overflow: hidden;
}
#section_newface02 ul li div:last-child img {
	width: 40px;
  vertical-align: middle;
}
#section_newface02 ul li div p {
  font-size: 10px;
  text-align: left;
}
#section_newface02 ul li div p.textCut {
  height: 70px;
  overflow: hidden;
  word-wrap: break-word;
}
#section_newface02 ul li div p.time {
  font-size: 12px;
  color: #e8d773;
  border-bottom: 1px dotted #e8d773;
}
#section_newface02 ul li div:first-child{
  position: relative;
}
#section_newface02 ul li div:first-child span.frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}



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




/* ランキング共通 */
#section_top_ranking_01 .cast_box .cast_box_list:nth-child(3n),
#section_top_ranking_02 .cast_box .cast_box_list:nth-child(3n) {
	margin-right: 0;
}

/* ランキング1 */
#section_top_ranking_01 {
	max-width: 690px;
	margin: 0 auto;
}
#section_top_ranking_01 .cast_box .cast_box_list {
	position: relative;
}
#section_top_ranking_01 .cast_box .cast_box_list .icon_ranking {
	position: absolute;
	bottom: 0;
	right: 0;
}
#section_top_ranking_01 .cast_box .cast_box_list .icon_ranking img {
	max-width: 100px;
}
#section_top_ranking_01 .cast_box .cast_box_list p.name {
    line-height: 1.4;
    padding-bottom: 4px;
}
/* ランキング2 */
#section_top_ranking_02 {
	width: 960px;
	float: right;
}
#section_top_ranking_02 .cast_box .cast_box_list {
	width: 300px;
	position: relative;
	margin: 0 30px 30px 0;
	float: left;
}
#section_top_ranking_02 .cast_box .cast_box_list .icon_ranking{
	position: absolute;
	top: 350px;
	right: 0;
}
#section_top_ranking_02 .cast_box .cast_box_list .icon_ranking img {
	max-width: 100px;
}
#section_top_ranking_01 .cast_box .cast_box_list .icon_new{
	width: 50px;
	position: static;
}


/****************************************
バナー(bnr.html)
****************************************/
/* Twitterなし */
aside#bnr ul {
	margin: 30px auto;
}
aside#bnr ul li {
	width: 320px;
	display: inline-block;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
}

/* Twitterあり */
aside#bnr_t .tweet {
	width: 300px;
	display: inline-block;
}
aside#bnr_t ul {
	display: inline-block;
	max-width: 660px;
	vertical-align: top;
}
aside#bnr_t ul li {
	margin: 10px;
	display: inline-block;
}

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

英語ページ(en.html)

****************************************/
/*共通部分*/
#contents_multiLanguage #section_concept,
#contents_multiLanguage #section_schedule_today,
#contents_multiLanguage #contents_system,
#contents_multiLanguage #contents_access,
#contents_multiLanguage #contents_attention{
	padding: 70px 10px;
}
#contents_multiLanguage #section_schedule_today,
#contents_multiLanguage #contents_access{
	background: #fff;
}
.wrap_box {
	max-width: min(100%, 800px);
  	margin: 0 auto 40px;
  	padding: 40px 40px;
	background: #eee;
}
.wrap_box:last-child {
  	margin: 0 auto;
}





/*本日の出勤情報 セラピ*/
#contents_multiLanguage .cast_box {
  grid-template-columns: repeat(3, minmax(0, 1fr))!important;
}
#contents_multiLanguage .cast_box .cast_box_list .img_box {
  aspect-ratio: 1 / 1;
}
#contents_multiLanguage .cast_box .cast_box_list .img_box:before { 
  display: none;
}
#contents_multiLanguage .img_box .img_cast{
	aspect-ratio: 2 / 3;
	position: absolute;
}
#contents_multiLanguage .img_box .img_cast:nth-child(1){
	width: 66.6%;
	height: auto;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
}
#contents_multiLanguage .img_box .img_cast:nth-child(2){
	width: 33.3%;
	height: auto;
	top: 0;
	left: auto;
	bottom: auto;
	right: 0;
	padding: 0 0 2.5px 5px;
}
#contents_multiLanguage .img_box .img_cast:nth-child(3){
	width: 33.3%;
	height: auto;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	padding: 2.5px 0 0 5px;
}
#contents_multiLanguage .img_box .img_box_frame{
	width: 66.6%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
}
#contents_multiLanguage .img_box .icon_new{
	position: absolute;		
	right: 36%;
	bottom: 5px;
}
/*料金*/
#contents_multiLanguage #contents_system .system_text_caution li {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}
/*料金*/
#contents_multiLanguage #contents_access .access_ol {
    display: flex;
    flex-wrap: wrap;
}
/*海外のお客様向け注意文*/
#contents_multiLanguage #contents_attention {
	position: relative;
	padding: 60px 20px;
}
#contents_multiLanguage #contents_attention .wrap_box div {
	text-align: justify;
}
#contents_multiLanguage #contents_attention .wrap_box ul li {
	padding-left: 0.5em;
  text-indent: -0.5em;
}
@media screen and (max-width: 768px){
	#contents_multiLanguage #section_concept {
		font-size: 12px;
	}
	#contents_multiLanguage .cast_box {
	    grid-template-columns: repeat(2, minmax(0, 1fr))!important;
	}
}
@media screen and (max-width: 520px){
	.wrap_box {
	    margin-bottom: 20px;
	    padding: 20px 20px;
	}
	#contents_multiLanguage .cast_box {
	    grid-template-columns: repeat(1, minmax(0, 1fr))!important;
	}
}
/****************************************

下層ページ

****************************************/
/*下層ページ共通設定*/
#contents_system,
#contents_cast,
#contents_schedule,
#contents_profile,
#contents_access,
#contents_recruit,
#contents_contact,
#contents_enquete,
#contents_reserve,
#contents_entry,
#contents_link,
#contents_err {
	padding: 80px 20px;
	padding-top: clamp(60px, 12vw, 100px);
}
#contents_recruit{
	padding: 80px 0;
	padding-bottom: 20px;
}
.subvisual{
    width: 100%;
    height: 26vh;
    padding: 100px 0 80px;
    background-image: url(../images/bg_sub.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 64%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.subvisual h2{
	font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 30px;
    font-size: clamp(30px, 6vw, 48px);
	line-height: 0.6;
}
.subvisual h2 span{
	font-size: clamp(10px, 2vw, 12px);
}
@media screen and (max-width: 768px){
}
.contents_title{
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    letter-spacing: 2px;
    position: relative;
    color: var(--color-pink1);
    margin-bottom: clamp(0px, 4vw, 20px);
    padding-top: 40px;
    font-size: clamp(22px, 2vw, 24px);
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 1;
}
.contents_title::before {
	display: block;
	content: "";
    width: 210px;
    height: 22px;
	background: url(../images/title_subtitle_deco.png) center / cover no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.contents_title::before {
	display: block;
	content: "";
    width: 210px;
    height: 22px;
	background: url(../images/title_subtitle_deco.png) center / cover no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px){
	.contents_title::before {
		display: block;
		content: "";
		width: 118px;
		height: 12px;
		background: url(../images/title_subtitle_deco.png) center / cover no-repeat;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}

.contents_title span{
	font-size: 16px;
    display: block;
    line-height: 2.4;
}

.contents_title2 {
    font-size: clamp(16px, 4vw, 26px);
    letter-spacing: 0.14em;
    line-height: 2.4rem;
    margin-bottom: 20px;
    color: var(--color-pink1);
}
/*ボックス*/
.contents_box_01 {
    background: var(--color-black1);
    border-radius: 20px;
    border: solid 1px var(--color-brown1);
    padding: 6%;
}
@media screen and (min-width: 520px) {
	.contents_box_01{
	    padding: 40px 30px;
	}
}

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

.section_box .section_txt {
	background: var(--color-black1);
	border-radius: 20px;
	border: solid 1px var(--color-brown1);
	padding: 6%;
}
.section_box:not(:last-of-type) {
	margin-bottom: clamp(30px, 10vw, 60px);
}
.section_box .contents_title {
	color: var(--color-pink1);
	line-height: 1;
	letter-spacing: 0.06em;
	margin: 0 0 30px 0;
	font-weight: 500;
	font-style: normal;
	 font-size: clamp(26px, 4vw, 36px);
}
.section_box .icon_heart img {
    width: 80px!important;
    height: auto;
    margin-bottom: 20px;
}

/****************************************
女の子一覧ページ & スケジュールページ
****************************************/
/* テキストメニュー */
.schedule_nav {
    margin: 40px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    gap: 8px;
}
.schedule_nav li {
    width: calc((100% - 8px) / 2);
}
.en .schedule_nav li {
	padding: 10px;
	display: block;
	font-size: 12px;
	background: #999;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transition: 0.4s ease;
}

.schedule_nav li a {
	padding: 10px;
	display: block;
	font-size: 12px;
	background: var(--color-winered1);
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transition: 0.4s ease;
	border-radius: 12px;
}
.schedule_nav li a:hover {
	opacity: 0.6;
}
.schedule_nav li.active a {
	background: var(--color-black1);
	border: 1px solid var(--color-pink1);
    color: var(--color-pink1);
	border-radius: 12px;
}
.schedule_nav li.active a:hover{
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.schedule_nav li:first-child{
		width: 100%;
	}
}




/* ナビゲーションボタン 上書き*/
.sch_nav_btn.swiper-button-prev, 
.sch_nav_btn.swiper-button-next {
	margin-top: 0;
	width: auto;
	height: 32px;
    background: var(--color-black1);
    border: 1px solid var(--color-pink1);
    color: var(--color-pink1);
	transition: ease 0.3s;
	border-radius: 12px;
}
.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;
}

@media screen and (min-width: 768px) {
	.schedule_nav li,
	.schedule_nav li:first-child {
		width: calc((100% - 48px)/ 7 );
	}
}


/****************************************
週間スケジュールページ
****************************************/
#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;
	}
}
/****************************************
ランキングページ
****************************************/
#section_ranking_01 .cast_box li {
	margin: 0 30px 30px 0;
	float: left;
	width: 300px;
}
#section_ranking_01 .cast_box li p.name {
    line-height: 1.4;
    padding-bottom: 4px;
}
#section_ranking_01 .cast_box li:nth-of-type(3n) {
	margin-right: 0;
}
/*以下のサイズはサイトに合わせてください*/
#section_ranking_01 .cast_box li .img_box {
	width: 300px;
	height: 450px;
	margin-bottom: 10px;
}
/*以下のサイズはサイトに合わせてください*/
#section_ranking_01 .cast_box li .img_box img{
	max-width: 300px;
	max-height: 450px;
}
#section_ranking_02 .cast_box li {
	margin: 0 30px 30px 0;
	float: left;
}
#section_ranking_02 .cast_box li:nth-of-type(3n) {
	margin-right: 0;
}
#section_ranking_01 .cast_box li .icon_ranking {
	position: absolute;
	top:350px;
	left: 200px;
}
#section_ranking_02 .cast_box li .icon_ranking {
	position: absolute;
	top:231px;
	right: 0;
}
#section_ranking_01 .cast_box li .icon_new{
	width: 50px;
	position: static;
}

/****************************************
プロフィールページ
****************************************/
#contents_profile .profile_box_right,
#contents_profile .profile_box_left {
	width: 100%;
	max-width: 480px;
	display: inline-block;
	vertical-align: top;
	word-break: break-word;
}
#contents_profile .profile_box_left .img_box{
	width: 300px;
	height: 450px;
	margin: 0 auto 20px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.profile_box_right .contents_title{
	margin-bottom: clamp(10px, 2vw, 20px);
}
.profile_box_right .name img{
	width: 50px;
	vertical-align: sub;
}
.profile_box_right .icon img{
	width: 49%;
	max-width: 50px;
}
.profile_box_right video{
	width:100%;
}
/*以下のサイズはサイトに合わせてください*/
#contents_profile .img_box > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#contents_profile .profile_box_left .img_box .frame{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#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_option_box::after{
  content: "";
  display: block;
  clear: both;
}
/* アイコン */
.profile_box_right .icon_box {
    display: flex;
    justify-content: center;
	margin-bottom: 30px;
}
.profile_box_right .icon_box img{
    width: 30px;
    margin: 0 4px;
}

/*出勤タイムライン設定*/
ul.timeline-head,
ul.timeline {
	display:table;
	table-layout:fixed;
	width:100%;
	font-size: 0.5em;
}
ul.timeline-head li,
ul.timeline li {
	display:table-cell;
	text-align:center;
}
ul.timeline-head li:first-child {
	border-left:none;
}
ul.timeline li {
	text-indent:-600px;
	overflow:hidden;
	border-top:1px solid #CCC;
}
ul.timeline li:first-child {
	border-left:none;
}
ul.timeline li.ui-selected {
	background:#000b84;
}


/* ↓↓ レスポンシブ用スケジュール
*  ブラウザで確認するときはmainタグのwidth:960pxを消して確認してください。
*/

.profile_box_schedule .profile_sch_box {
	width: 100%;
	display: block;
	box-sizing: border-box;
	/* margin-top: 40px; */
}
.profile_box_schedule .profile_sch_box .profile_sch_variable {
	display: flex;
}
.profile_box_schedule .profile_sch_box div.profile_sch_variable .profile_sch_date,
.profile_box_schedule .profile_sch_box div.profile_sch_variable .profile_sch_check{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_date {
	padding: 10px;
	flex-basis: 50%;
	border-bottom: 1px solid var(--color-winered2);
	background: var(--color-winered1);
	color: var(--color-white1);
}
.profile_box_schedule .profile_sch_box .profile_sch_variable:last-child .profile_sch_date{
	border-bottom: 1px solid var(--color-winered2);
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
	padding: 10px;
	background: #fff;
	color: initial;
	min-height: 70px;
	flex-basis: 50%;
	border-bottom: 1px solid #dfccd0;
}
/* ↑↑ ここまで レスポンシブ用スケジュール */




/*
プロフィールページ 感想
*/
.impressions_box ul.impressions_inner{
	display: flex;
	flex-flow: wrap;
}
.impressions_box ul.impressions_inner li.impressions_list{
	flex-basis: 50%;
	border: 3px solid #eee;
	box-sizing:border-box;
	background: #fff;
}
.impressions_box ul.impressions_inner li.impressions_list:nth-child(2n){
	margin-right: 0;
}
.impressions_box ul.record{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	background: #888;
	padding: 5px 10px;
	margin: auto;
}
.impressions_box ul.record li{
	width: 50%;
	display: inline-block;
	color: #fff;
	line-height: 30px;
	text-align: left;
	margin: auto;
}
.impressions_box ul.evaluation{
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.impressions_box ul.evaluation li{
	width: 24%;
	display: inline-block;
	color: #3e4349;
}
.impressions_box div.txt{
	height: 150px;
	padding: 10px;
	text-align: left;
	word-wrap:break-word;
	overflow-y: auto;
	box-sizing: border-box;
}
.impressions_box div.txt .fa-lg{
	line-height: auto;
}
.impressions_box div.txt span{
	display: block;
	font-weight: bold;
	color: #d31563;
	text-align: center;
}
@media (max-width: 767px){
	.impressions_box ul.impressions_inner li.impressions_list{
		flex-basis: 100%;
	}
}


/****************************************
システムページ
****************************************/
#contents_system .table_system{
	padding: 20px 0;
    font-size: 1.8rem;
	width: 100%;
}

#contents_system .table_system td {
	padding: 6px 0;
    text-align: center;
    vertical-align: middle;
    font-size: clamp(22px, 4vw, 36px);
	line-height: 1.4;
}
#contents_system .table_system td p.fs_ss {
    font-size: clamp(12px, 2vw, 14px);
}
#contents_system .table_system td:nth-child(1) {
    width: 50%;
}
#contents_system .table_system td:nth-child(3) {
    font-weight: 600;
    padding-right: 0px;
    padding-left: 20px;
}
#contents_system .table_system span {
	font-size: 1.6rem;
}
#contents_system .table_system td.op_txt {padding: 1% 0 2%;}
#contents_system .table_system td.op_txt span {font-size: 1.6rem;}
#contents_system a.credit_lnk {
    width: min(100%, 385px);
    display: block;
    margin: 40px auto 60px;
}
@media screen and (max-width: 768px) {
	#contents_system .system li {
		padding: 20px;
	}
	#contents_system .table_system td {
		padding: 4% 0;
		text-align: center;
	}
	#contents_system .table_opt td:nth-child(1) {
		width: 40%;
	}
	#contents_system a.credit_lnk {
		width: min(88%, 385px);
		display: block;
	}
}


/****************************************
コンセプトページ
****************************************/
#contents_concept .list_box{
	margin-bottom: 20px;
	text-align: left;
}
#contents_concept .list_box li{
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffffff,endColorstr=#50ffffff);
}
#contents_concept .list_box li p{
	padding: 0 10px;
}
#contents_concept .list_box li p:first-child{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #eee;
	color: #ff007e;
}


/****************************************
Q&Aページ
****************************************/
#contents_qa .list_box li{
	height: 210px;
}


/****************************************
ご利用方法ページ
****************************************/
#contents_info .list_box li{
	height: 210px;
}


/****************************************
プレイ内容ページ
****************************************/



/****************************************
求人情報ページ
****************************************/
/* #contents_recruit .txtbox01_txt {
    padding: 30px;
    background: rgb(0 0 0 / 60%);
	outline: 1px solid var(--color-winered2);
    outline-offset: -10px;
    position: relative;
    border-radius: 20px;
    margin-bottom: 60px;
} */
/* #contents_recruit .txtbox01_txt h3 {
	font-size: 20px;
	margin-bottom: 16px;
	color: var(--color_pink1);
	text-align: center;
} */

/* #contents_recruit .txtbox01_txt ul {
	padding: 20px;
	list-style: none;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
#contents_recruit .txtbox01_txt ul li {
    font-size: 14px;
	line-height: 1.6;
}
#contents_recruit .txtbox01_txt ul li:nth-child(even){
	color: var(--color_purple1);
}
#contents_recruit .txtbox01_txt ul li:nth-child(even){
	color: var(--color_purple1);
}
#contents_recruit .txtbox01_txt p{
	font-size: 1.6rem;
}
#contents_recruit .txtbox01_txt p span{
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--color-pink1);
}
#contents_recruit .txt_message {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
} */

/* 応募ボタン */
#contents_recruit .btn_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 10px;
}
#contents_recruit .btn_list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	padding: 12px 0;
	border-radius: 99px;
	background: var(--color-pink1);
	color: var(--color-white1);
}
#contents_recruit .btn_list li:nth-child(1) a {
	background: var(--color-tel);
}
#contents_recruit .btn_list li:nth-child(2) a {
	background: var(--color-line);
}
#contents_recruit .btn_list li:nth-child(3) a {
	background: var(--color-reserve);
}
#contents_recruit .btn_list li a img {
	width: auto;
	height: 18px;
}
@media screen and (max-width: 768px) {
	#contents_recruit .btn_list {
		grid-template-columns: 1fr;
	}
}

/****************************************
お問合せページ
****************************************/



/****************************************
WEB予約ページ
****************************************/



/****************************************
アンケートページ
****************************************/



/****************************************
アクセスページ
****************************************/
#contents_access .access_ol li{
	width: 100%;
	max-width: 450px;
	display: inline-block;
	padding: 10px;
	margin: 10px auto;
}


/****************************************
ホテルページ
****************************************/
#contents_hotel #list_tab_01,
#contents_hotel #list_tab_02 {
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}
#contents_hotel #list_tab_01 li,
#contents_hotel #list_tab_02 li {
	margin: 3px;
	display: inline-block;
	max-width: 100px;
}
#contents_hotel .title_room {
	font-size: 1.5em;
	font-weight: bold;
}
#contents_hotel .title_room span {
	font-size: 0.75em;
}
/****************************************
体験漫画ページ
****************************************/



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

/****************************************
感想投票ページ
****************************************/



/****************************************
イベントページ
****************************************/


/****************************************
404ページ
****************************************/








/* 追加 */
/****************************************
求人情報ページ
****************************************/
#contents_recruit .section_title {
	margin: 0 0 10px 0;
	z-index: 1;
    position: relative;}
/* #contents_recruit .inner{padding: 40px 20px} */

#contents_recruit .txtframe01 {
    padding: 40px;
    margin: 0 auto;
    background: url(../images/bg_recruit_message.webp) no-repeat top center / cover;
	border-radius: 0;
	margin-bottom: 40px;
}
#contents_recruit .txtframe01_txt {
	padding: 40px;
	background: rgba(0, 0, 0, 0.9);
	outline: 1px solid var(--color-gold1);
	outline-offset: 20px;
	position: relative;
	border-radius: 0;
}
@media screen and (max-width: 768px) {
	#contents_recruit .txtframe01_txt {
		padding: 20px;
	}
}

#contents_recruit .txtframe01_txt .txt_box {
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}
#contents_recruit .txtframe01_txt p{
	font-size: 1.6rem;
}
#contents_recruit .txtframe01_txt p span{
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--color-pink1);
}
#contents_recruit .txt_message {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}

#contents_entry .contents_title {
	font-size: 3.6rem;
	color: var(--color-pink1);
	line-height: 1;
	letter-spacing: 0.06em;
	margin: 0 0 8px 0;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}
#contents_entry .txt_entryform {
    display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 30px;
}
#contents_entry .txt_entryform p {
	text-align: center;
}
@media screen and (max-width: 768px) {
	#contents_entry .txt_entryform p {
		text-align: left;
	}
}

/* 応募ボタン */
#contents_recruit .btn_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 10px;
}
#contents_recruit .btn_list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	padding: 12px 0;
	border-radius: 99px;
	background: var(--color-pink1);
	color: var(--color-white1);
}
#contents_recruit .btn_list li:nth-child(1) a {
	background: var(--color-tel);
}
#contents_recruit .btn_list li:nth-child(2) a {
	background: var(--color-line);
}
#contents_recruit .btn_list li:nth-child(3) a {
	background: var(--color-reserve);
}
#contents_recruit .btn_list li a img {
	width: auto;
	height: 18px;
}

@media screen and (max-width: 768px) {
	#contents_recruit .txtframe01_txt {
		padding: 30px 10px;
	}
	/* #contents_recruit .txtframe01_txt .section_title {
		font-size: 18px;
	} */
	#contents_recruit .txt_message {
		font-size: 14px;
	}
	#contents_entry .contents_title {
		font-size: 3.2rem;
	}
	#contents_entry .icon_heart img {
		width: 72px !important;
	}
	#contents_recruit .btn_list {
		grid-template-columns: 1fr;
	}
	#contents_recruit .txtframe01 {
		padding: 20px;
	}
	#contents_recruit .txtframe01_txt {
		padding: 30px 16px;
		outline-offset: 10px;
	}
	#contents_recruit .txtframe01_txt p{
		font-size: 1.4rem;
	}
	#contents_recruit .txtframe01_txt p span{
		font-size: 1.6rem;
	}
}







/*求人ページコンテンツ追加*/
/*共通*/
.bg_grad_img{/*グラデ背景*/
	margin: 0 auto;
    background: url(../images/bg_topics.jpg) no-repeat 50% 50% / cover;
    /* border-radius: 20px; */
    /* padding: 20px; */
}
#contents_recruit #section_recruit_program .inner,
#contents_recruit #section_recruit_flow .inner,
#contents_recruit #contents_qa .inner {
	padding: 80px 20px;
}
#contents_recruit #contents_salaly .inner {
	padding: 80px 0;
}
@media screen and (max-width: 768px) {
	#contents_recruit #section_recruit_program .inner,
	#contents_recruit #contents_salaly .inner,
	#contents_recruit #section_recruit_flow .inner,
	#contents_recruit #contents_qa .inner {
		padding: 40px 20px;
	}
	#contents_recruit #contents_salaly .inner {
		padding: 40px 0;
	}
}






/*充実の研修プログラム*/
#contents_recruit #section_recruit_program{background-color: var(--color-black1);}
#contents_recruit #section_recruit_program .txt_program {
	/* border: 1px dashed; */
	border: 4px solid var(--color-winered2);
	padding: 10px;
	font-size: 14px;
}

#contents_recruit #section_recruit_program .attractcustomers .title_attractcustomers {
	text-align: center;
	font-size: 32px;
	color: #c1a681;
	/* font-weight: bold; */
	line-height: 1.6;
	margin-bottom: 10px;
}
#contents_recruit #section_recruit_program .attractcustomers .title_attractcustomers span {
	background:linear-gradient(transparent 50%, var(--color-winered1) 50%);
}
#contents_recruit #section_recruit_program ul.recruit_program_list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}
#contents_recruit #section_recruit_program ul.recruit_program_list li{
	width: 100%;
	background: var(--color-winered2);
	/* outline: 1px solid var(--color-white1); */
	outline: 1px solid var(--color-gold1);
    outline-offset: -10px;
    padding: 30px;
    text-align: left;
    border-radius: 0;
}
#contents_recruit #section_recruit_program ul.recruit_program_list li .title_day {
    display: block;
    margin: 0 auto 10px;
}
#contents_recruit #section_recruit_program ul.recruit_program_list li .title_day p{
	color: var(--color-gold2);
    font-size: 2rem;
    /* font-weight: bold; */
    line-height: 1.5;
    text-align: center;
}
#contents_recruit #section_recruit_program ul.recruit_program_list li .title_day p span {
    font-size: 1.6rem;
    line-height: 1.5;
	font-weight: bold;
	background: var(--color-gold2);
    padding: 0 8px;
    color: var(--color-winered2);
    width: 100%;
    display: block;
	margin-bottom: 4px;
	border-radius: 40px;
}
@media (min-width: 600px) {
	#contents_recruit #section_recruit_program .txt_program {
		padding: 16px;
		font-size: 18px;
	}
	#contents_recruit #section_recruit_program .attractcustomers{display: flex;gap:20px;justify-content: center;}
	#contents_recruit #section_recruit_program .attractcustomers p{text-align: left;}
	#contents_recruit #section_recruit_program ul.recruit_program_list li{width: calc((100%/3) - 20px );padding: 40px;}
}
/*お仕事について*/
#contents_recruit #section_recruit_flow{background-color: var(--color-black1);}
#contents_recruit #section_recruit_flow .works_unit ul {
	display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}
#contents_recruit #section_recruit_flow .works_unit ul li {
	position: relative;
    width: 100%;
}
#contents_recruit #section_recruit_flow .works_unit ul li:after {
	content: '';
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 28px solid var(--color-pink1);
	border-right: 80px solid transparent;
	border-left: 80px solid transparent;
}
#contents_recruit #section_recruit_flow .works_unit ul li:last-child:after { content: none; }
#contents_recruit #section_recruit_flow .works_unit ul li .step_group {
	border: 2px solid var(--color-pink1);
    border-radius: 0;
    padding: 30px 20px;
    background: var(--color-beige1);
	box-shadow: 10px 10px 0 var(--color-pink1);
}
#contents_recruit #section_recruit_flow .works_unit ul li .step_group .img_box{
	margin-bottom: 20px;
}
#contents_recruit #section_recruit_flow .works_unit ul li .title_number {
    margin-left: 20px;
    color: var(--color-pink1);
    font-size: 4rem;
    letter-spacing: 4px;
    line-height: 0.7;
    text-align: left;
}
#contents_recruit #section_recruit_flow .works_unit ul li .title_number span { display: inline-block; }
#contents_recruit #section_recruit_flow .works_unit ul li .title_howto {
	line-height: 1.4;
	font-size: 2.0rem;
	/* font-weight: bold; */
	margin-bottom: 8px;
	color: var(--color-black1);
	background: var(--color-pink1);
	text-align: center;
	padding: 4px 8px;
	display: inline-block;
}
#contents_recruit #section_recruit_flow .works_unit ul li .step_group .txt_box {
	line-height: 1.6;
	text-align: left;
}
#contents_recruit #section_recruit_flow .works_unit ul li .step_group .img_box img {
	width: 100%;
	height: auto;
	aspect-ratio: 2/1;
	object-fit: cover;
}
#contents_recruit #section_recruit_flow .works_unit ul li:is(.step_1, .step_2) .step_group .img_box img {
	object-position: left top;
}
#contents_recruit #section_recruit_flow .works_unit ul li:is(.step_3, .step_4, .step_5) .step_group .img_box img {
	object-position: center center;
}
#contents_recruit #section_recruit_flow .works_unit ul li .step_group .works_txt {
	text-align: left;
	font-size: 16px;
}
@media (min-width: 768px) {
	#contents_recruit #section_recruit_flow .txt_box {text-align: center;}
	#contents_recruit #section_recruit_flow .works_unit ul { gap: 40px; }
	#contents_recruit #section_recruit_flow .works_unit ul li:after {
		border-right: 120px solid transparent;
		border-left: 120px solid transparent;
	}
	#contents_recruit #section_recruit_flow .works_unit ul li .step_group {
		display: grid;
		align-items: center;
		grid-template-columns: 0.8fr 1fr;
		gap: 24px;
		padding: 40px;
	}
	#contents_recruit #section_recruit_flow .works_unit ul li.step_2 .step_group,#contents_recruit #section_recruit_flow .works_unit ul li.step_4 .step_group{grid-template-columns: 1fr 0.8fr;}
	#contents_recruit #section_recruit_flow .works_unit ul li .title_howto {text-align: left;}
	#contents_recruit #section_recruit_flow .works_unit ul li .step_group .img_box{margin-bottom: 0;}
	#contents_recruit #section_recruit_flow .works_unit ul li:is(.step1,.step2,.step3 ) .step_group .img_box img {object-position: none;}
	#contents_recruit #section_recruit_flow .works_unit ul li.step_2 .step_group .img_box,#contents_recruit #section_recruit_flow .works_unit ul li.step_4 .step_group .img_box {order: 2;}
	#contents_recruit #section_recruit_flow .works_unit ul li.step_2 .step_group .works_txt,
	#contents_recruit #section_recruit_flow .works_unit ul li.step_4 .step_group .works_txt {order: 1;}
}
/*お給料*/
#contents_recruit .salaly_item_01 .salaly_inner {
	position: relative;
}
#contents_recruit .salaly_item_01 .salaly_inner::before {
	content: "";
	position: absolute;
	top: 70px;
	left: 0;
	transform: translateY(-30%);
	/* background:#fffcf8; */
	background:var(--color-winered2);
	width: 80%;
	height: 317px;
	z-index: 0;
}
#contents_recruit .salaly_item_01 .salaly_treatment {
	padding: 0 20px;
}


#contents_recruit .salaly_item_01 .txt_example {
    color: var(--color-gold1);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    position: absolute;
    bottom: 100px;
    left: 20px;
}
#contents_recruit .salaly_item_01 figure {
	text-align: right;
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
}
#contents_recruit .salaly_item_01 figure img {
	width: 80%;
	height: auto;
}
#contents_recruit .salaly_item_01 .salaly_treatment ul {
	font-size: 20px;
	display: flex;
	gap: 16px;
	margin-bottom: 10px;
}
#contents_recruit .salaly_item_01 .salaly_treatment ul li {
	width: 50%;
	background: var(--color-winered2);
	border-radius: 0;
	padding: 10px 10px;
	text-align: center;
	line-height: normal;
	color: var(--color-white1);
	/* font-weight: bold; */
}
#contents_recruit .salaly_item_01 .salaly_treatment p {
	margin-bottom: 20px;
	font-size: 18px;
	/* font-weight: bold; */
}
#contents_recruit .salaly_item_01 .salaly_treatment table {
	position: relative;
	padding: 20px 10px;
	text-align: right;
	width: 100%;
	max-width: 482px;
}
#contents_recruit .salary_table{
	/* background: var(--color-beige1); */
	border: 2px solid var(--color-gold1);
	padding: 20px;
	border-radius: 0;
}
#contents_recruit .salary_table .salary_table2 tr:last-of-type td{
	color: var(--color-gold2);
    font-size: 18px;
    /* font-weight: bold; */
}
#contents_recruit .salary_table .salary_table2 .txt_price {
    font-size: 24px;
}

#contents_recruit .salaly_item_01 .salaly_treatment table tr:not(:first-of-type,:last-of-type){
	border-bottom: 2px dotted #c9c9c9;
}
#contents_recruit .salaly_item_01 .salaly_treatment table tr:last-of-type td {padding-bottom: 0;}
#contents_recruit .salaly_item_01 .salaly_treatment table tr td {
	vertical-align: middle;
	padding: 10px 0;
}
#contents_recruit .salaly_item_01 .salaly_treatment table tr td:nth-of-type(2) {
	padding: 0 10px;
}
#contents_recruit .salaly_item_01 .salaly_treatment table tr:first-of-type td{
	background: var(--color-gold1);
	color: var(--color-white1);
	font-size: 18px;
    font-weight: bold;
    border-radius: 0;
    padding: 6px 0 4px;
}
#contents_recruit .salaly_item_01 .salaly_treatment table tr td:last-of-type {
	text-align: center;
}
#contents_recruit .salaly_item_01 .salaly_treatment table tr span {font-size: 1.4em;}


#contents_recruit .salaly_item_01 .salary_example.img_box { padding-top: 10px; }
#contents_recruit .salaly_item_01 .salary_example.img_box img {
	width: 100%;
	height: auto;
}


@media (min-width: 768px) {
	#contents_recruit .salary_table{
		padding:30px 40px 20px;
	}
	#contents_recruit .salaly_item_01 .salaly_inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
		gap: 60px;
	}
 	#contents_recruit .salaly_item_01 .salaly_inner::before {
 		top:100px;
    	left: -50%;
    	width: 100%;
    	height: 100%;
  	}
    #contents_recruit .salaly_item_01 .txt_example {
    	font-size: 70px;
        bottom: 50px;
        left: 0;
    }
    #contents_recruit .salaly_item_01 figure{margin-bottom: 0;margin-top: 0;}
  	#treatment ul {
  		grid-template-columns: repeat(3, 200px);
    	-webkit-box-pack: center;
    	justify-content: center;
  	}
}
/*よくある質問*/
/*#contents_recruit #contents_qa{
	max-width: 600px;
	display: block;
	margin: 0 auto;
}*/
#contents_recruit #contents_qa ul li {
	display: flex;
	text-align: left;
}
#contents_recruit #contents_qa ul li:nth-of-type(odd) {
	margin-bottom: 10px;
	color: var(--white_color1);
}
#contents_recruit #contents_qa ul li:nth-of-type(odd) span {
	background: var(--color-black1);
	border: 2px solid var(--color-winered2);
	font-size: 20px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	padding: 10px;
	width: 50px;
	height: 50px;
}
#contents_recruit #contents_qa ul li:nth-of-type(odd) p {
	background: var(--color-black1);
	border: 2px solid var(--color-winered2);
	border-radius: 10px;
    padding: 10px 14px;
	width: calc(100% - 50px);
	min-height: 50px;
	display: flex;
    align-items: end;
	line-height: 2;
}
#contents_recruit #contents_qa ul li:nth-of-type(even) {margin-bottom: 30px;}
#contents_recruit #contents_qa ul li:nth-of-type(even) span {
	background: var(--color-winered2);
	font-size: 20px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	padding: 10px;
	width: 50px;
	height: 50px;
}
#contents_recruit #contents_qa ul li:nth-of-type(even) p {
	background: var(--color-winered2);
	border-radius: 10px;
    padding: 10px 14px;
	width: calc(100% - 50px);
	display: flex;
    align-items: end;
	line-height: 2;
}



/* 募集要項 */
#contents_recruit .contents_requirements.inner {
	padding: 40px 20px;
}


/* 求人タイトル */
:is(#contents_recruit, #contents_entry) .section_title{
    position: relative;
    line-height: 1.4;
    padding: 18px 2em;
    display: inline-block;
    top: 0;
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 40px;
	letter-spacing: 0.3em
}
#contents_recruit #contents_salaly .section_title{
	margin-bottom: 120px;
}
:is(#contents_recruit, #contents_entry) .section_title:before,
:is(#contents_recruit, #contents_entry) .section_title:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
}
:is(#contents_recruit, #contents_entry) .section_title:before {
    display: block;
    content: "";
    width: 16px;
    height: 96px;
    background: url(../images/title_frame_left.svg) center / cover no-repeat;
    position: absolute;
    left: 0;
    transform: translateX(-50%);
}
:is(#contents_recruit, #contents_entry) .section_title:after {
    display: block;
    content: "";
    width: 16px;
    height: 96px;
    background: url(../images/title_frame_right.svg) center / cover no-repeat;
    position: absolute;
    right:-20px;
    transform: translateX(-50%);
}
:is(#contents_recruit, #contents_entry) .section_title span{
	line-height: 1.2;
    display: block;
}
:is(#contents_recruit, #contents_entry) .section_title .title_en{
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
	color: var(--color-pink1);
}
:is(#contents_recruit, #contents_entry) .section_title .title_ja{
	font-size: 14px;
}
@media screen and (max-width: 768px){
	:is(#contents_recruit, #contents_entry) .section_title{
		position: relative;
		line-height: 1.4;
		padding: 10px 30px;
		display: inline-block;
		top: 0;
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 20px;
        letter-spacing: 0.2em;
	}
	#contents_recruit #contents_salaly .section_title{
		margin-bottom: 20px;
	}
	:is(#contents_recruit, #contents_entry) .section_title:before,
	:is(#contents_recruit, #contents_entry) .section_title:after { 
		position: absolute;
		top: 0;
		content:'';
		width: 8px;
		height: 100%;
		display: inline-block;
	}
	:is(#contents_recruit, #contents_entry) .section_title:before {
		display: block;
		content: "";
        width: 10px;
        height: 60px;
		background: url(../images/title_frame_left.svg) center / cover no-repeat;
		position: absolute;
		left: -10px;
		transform: translateX(-50%);
	}
	:is(#contents_recruit, #contents_entry) .section_title:after {
		display: block;
		content: "";
        width: 10px;
        height: 60px;
		background: url(../images/title_frame_right.svg) center / cover no-repeat;
		position: absolute;
		right: -20px;
		transform: translateX(-50%);
	}
	:is(#contents_recruit, #contents_entry) .section_title .title_ja{
		font-size: 10px;
	}
}