@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}
address { font-style: normal; }

@view-transition {
	navigation: auto;
}

/* 変数 - 共通 */
:root {
	--font-serif: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	--font-sans: "Jost", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--font-title: "Cormorant Garamond", serif;

	--main_color1: #505681;
	--sub_color1: #83692a;
	--sub_color2: #e0dbd1;
	--black_color1:#222;

	--white_color1:#fdfdfd;
	--gray_color1:#A0A0A0;
	--gray_color2:#f3eef4;

	--pink_color1:#f13e9b;
	--pink_color2:#ffeefe;
	--blue_color1:#7687e1;
	--blue_color2:#edf5fe;
	--purple_color1:#c06cba;
	--purple_color2:#f5ecfb;
	--purple_color3:#dabee2;
	--gold_color1:#83692a;
	--red_color1:#f13e5f;

	--line_color1:#02c754;

	--bg_color1:#feeeff;
	--bg_color2:#e6d5f5;

	--frame_bg_color1:#f5ecfb;
	--frame_border_color1:#cbc9e9;
	--frame_bg_color2:#ffeefe;
	--frame_border_color2:#f2e0f1;

	--purple_rgb_color2: 245, 236, 251; /* #f5ecfb */
	--white_rgb_color1: 253, 253, 253; /* #fdfdfd */
	--pink_rgb_color1: 241, 62, 155; /* #f13e9b */

	/* ===== filter - グラデーションカラー定義 ===== */
	--bg-gradation1: linear-gradient(90deg, rgba(248, 172, 206, 1) 0%, rgba(238, 118 ,186, 1) 25%, rgba(160, 111, 221, 1) 50%, rgba(105, 157, 226, 1) 75%,  rgba(162, 213, 243, 1) 100%);
	--bg-gradation2: linear-gradient(0deg, rgba(254, 246, 218, 1) 0%, rgba(255, 225, 236, 1) 50%, rgba(236, 224, 255, 1) 100%);
	--bg-gradation3: linear-gradient(90deg, rgba(255, 176, 205, 1) 0%, rgba(168, 136, 208, 1) 50%, rgba(140, 176, 251, 1) 100%);
	--bg-gradation4: linear-gradient(125deg, rgba(236, 224, 255, 1) 0%, rgba(255, 225, 236, 1) 50%, rgba(254, 246, 218, 1) 100%);
	--bg-gradation5: linear-gradient(90deg, rgba(160, 111, 221, 1) 0%, rgba(238, 118 ,186, 1) 50%, rgba(248, 172, 206, 1) 100%);


	/* ===== filter - ベースカラー定義 ===== */
	--filter_main_color1: invert(33%) sepia(22%) saturate(820%) hue-rotate(195deg) brightness(95%) contrast(93%); /* #505681 */
	--filter_sub_color1: invert(39%) sepia(67%) saturate(403%) hue-rotate(5deg) brightness(92%) contrast(91%); /* #83692a */
	--filter_pink_color1: invert(34%) sepia(61%) saturate(3008%) hue-rotate(308deg) brightness(101%) contrast(89%); /* #f13e9b */
	--filter_purple_color3: invert(69%) sepia(9%) saturate(3465%) hue-rotate(271deg) brightness(80%) contrast(84%); /* #f13e9b */

	--filter_white1: invert(100%) sepia(0%) saturate(4456%) hue-rotate(225deg) brightness(119%) contrast(98%); /* #fdfdfd */
	--filter_expiration_color1: invert(38%) sepia(62%) saturate(436%) hue-rotate(5deg) brightness(94%) contrast(89%); /* #83692a */

	--height_header_pc: 80px; /* ヘッダー高さ（PC） */
	--height_header_sp: 44px; /* ヘッダー高さ（スマホ） */
}


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

common (共通スタイル)

****************************************/
body {
    animation: fadeIn 2s ease 0s 1 normal;
	color: var(--main_color1);
	background: var(--white_color1);
	font-size: 14px;
	font-weight: 500;
	font-family: var(--font-sans);
	/* font-family: Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; */
	/* 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; */
	line-height: 1.8;/* 変更 */
}
body::before  {
	content: "";
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	background: url(../images/bg_pickup_concept.webp) center center / cover no-repeat;
}
@keyframes fadeIn {
    0% { opacity: 0.01}
    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; }
}

/*********** レスポンシブ表示・非表示 ***********/
.display_pc { display: none!important; }
.display_sp { display: block!important; }
@media screen and (min-width: 600px){
	.display_pc { display: block!important; }
	.display_sp { display: none!important; }
}

.inner {
	width: min(100%, 1280px);
	margin-inline: auto;
}
/* .inner1200{
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
} */
/* .inner800{
	width: 100%;
	max-width: 800px;
	margin-inline: auto;
} */

/*imgタグに下記クラスを付けることで、はみ出し防止！！！*/
.inner_img {
	max-width: 480px;
	width: 80%;
	height: auto;
}
.wrapper {
	width: min(100%, 1280px);
	margin-inline: auto;
	overflow: hidden;
	padding: 0;
}
@media screen and (max-width: 768px) {
	.wrapper { 	padding: 0 1.0rem; }
	.wrapper.inner { width: min(100%, 1280px); }
}
a, a:hover{ color: var(--main_color1); }
main {
	margin: 0 auto;
	/* max-width: 1920px; */
	width: 100%;
	position: relative;
	/* overflow: hidden; */
}
img{
	max-width: 100%;
	height: auto;
}

/* フェードイン */
.fadein {
	opacity: 0.01;
	transform : translate(0, 100px);
	transition : all 1.5s;
}
.fadein.on {
	opacity : 1;
	transform : translate(0, 0);
}

/*********** 文字色 ***********/
.atten_01, .atten_01 a{color: var(--red_color1);}
.atten_02, .atten_02 a{color: #ffff00;}
.atten_03, .atten_03 a{color: #6db1f2;}
.atten_04, .atten_04 a{color: #fd76a6;}

/*********** 背景色 ***********/
.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;}

/*********** 文字寄せ ***********/
.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_13em{font-size: 1.3em;}
.fs_15em{font-size: 1.5em;}

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

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

/*********** table設定 ***********/
/* table01 */
.table_01 {
	width: 100%;
	/* margin-bottom: 20px; */
	border-left: 1px solid var(--frame_border_color1);
	border-top: 1px solid var(--frame_border_color1);
	border-spacing: 0;
	text-align: left;
}
.table_01 tr :is(th, td) {
	padding: 16px;
	border-color: var(--frame_border_color1);
	border-style: solid;
	border-width: 1px;
}
.table_01 tr th {
	width: 35%;
	background: var(--purple_color2);
	color: var(--main_color1);
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.table_01 tr :is(th, td) { padding: 8px; }
}

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

/* table_form */
.table_form{ width: 100%; }
.table_form tr :is(th, td) {
	padding: 16px;
	vertical-align: middle;
	text-align: left;
	border: 1px solid var(--frame_border_color1);
}
.table_form tr th{
	width: 35%;
	background: var(--frame_bg_color1);
	color: var(--main_color1);
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.table_form tr :is(th, td) {
		padding: 8px;
		width: 100%;
		display: block;
	}
	.table_form tr:not(:first-child) th { border-top: none; }
	.table_form tr td { border-top: none; }
}

/*********** フレーム設定 ***********/
/* グラデ枠01 */
.frame--grd01--outer {
	padding: 6px;
	background: var(--white_color1);
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.1);
}
.frame--grd01--border {
	padding: 24px;
	border: 6px solid;
	border-image: var(--bg-gradation4) 1;
	background: var(--white_color1);
}
@media screen and (max-width: 768px) {
	.frame--grd01--border  { padding: 16px; }
}

/* 白枠01 */
.frame--white01 {
	padding: 36px;
    background: rgba(var(--white_rgb_color1), 0.7);
}
@media screen and (max-width: 768px) {
	.frame--white01 { padding: 16px; }
}

/* ボーダー枠01 */
.frame--border01--outer {
	padding: 8px;
	background: var(--frame_bg_color1);
}
.frame--border01 {
	padding: 16px;
	border: 1px solid var(--frame_border_color1);
}

/*********** タイトル設定 ***********/
.title__contents {
    font-weight: 300;
    text-align: left;
    line-height: 1;
    color: var(--sub_color1);
    margin-bottom: 32px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.title__contents .title__contents__en {
    font-family: var(--font-title);
    font-size: 3.2rem;
    text-transform: uppercase;
	padding-right: 12px;
}
.title__contents .title__contents__ja {
    font-size: 0.9rem;
	letter-spacing: 2px;
	padding-left: 12px;
	border-left: 2px solid var(--sub_color1);
}
@media screen and (max-width: 768px) {
	.title__contents {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		margin-bottom: 16px;
	}
	.title__contents .title__contents__en {
		font-size: clamp(2.0rem, 5.5vw, 2.4rem);
		padding-right: 8px;
	}
	.title__contents .title__contents__ja {
		font-size: 0.8rem;
		padding-left: 8px;
	}
}

.title__borderside {
	padding: 6px 12px;
	background: var(--white_color1);
	margin-bottom: 8px;
}
.title__borderside span {
	border-left: 4px solid var(--purple_color1);
	padding-left: 8px;
	line-height: 1;
}

.title__grd01 {
	text-align: center;
	padding: 8px;
	color: var(--white_color1);
	background: var(--bg-gradation4);
	width: 100%;
}
.title__grd01 p {
	padding: 16px 0;
	font-size: 1.8rem;
	color: var(--purple_color1);
	font-family: var(--font-serif);
	letter-spacing: 1px;
	width: 100%;
	border-top: solid 1px var(--white_color1);
	border-bottom: solid 1px var(--white_color1);
}
@media screen and (max-width: 768px) {
	.title__grd01 p {
		padding: 8px 0;
		font-size: 1.2rem;
	}
}

/*********** 縦書き装飾 ***********/
.txt_vertical {
	position: absolute;
	top: 0;
	left: -28px;
	writing-mode: vertical-rl;
	letter-spacing: 4px;
	font-size: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.txt_vertical:after {
	background-color: var(--main_color1);
	content: "";
	height: 64px; /* 横線の高さ */
	width: 1px; /* 横線の長さ */
	margin: 8px 3px 0 0;
}
@media screen and (max-width: 768px) {
	.txt_vertical {
		letter-spacing: 3px;
		font-size: 0.7rem;
	}
	.txt_vertical:after { height: 32px; /* 横線の高さ */ }
}

/*********** ボタン設定 ***********/
.btn_more {
	position: relative;
	display: inline-block;
	width: 320px;
	height: 64px;
	line-height: 64px;
	margin-inline: auto;
	background: var(--bg-gradation1);
	color: var(--white_color1);
	border-radius: 64px;
	opacity: 1;
	transition: opacity 0.3s ease;
	font-size: 1.0rem;
}
.btn_more:after {
	position: absolute;
	top: 42%;
	transform: translateY(-50%) translateX(-50%);
	right: 24px;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 2px solid var(--white_color1);
	border-right: 2px solid var(--white_color1);
	transform: rotate(-45deg);
}
.btn_more:hover{
	opacity: 0.6;
	color: var(--white_color1);
}

/* 次へ・前へボタン */
.btn--prev--next.btn--unit {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 16px;
}
.btn--prev--next.btn--unit a {
	position: relative;
	display: block;
	padding: 8px;
	border: 1px solid var(--main_color1);
	color: var(--main_color1);
	width: 100%;
	max-width: 160px;
	letter-spacing: 2px;
	font-weight: 400;
}
.btn--prev--next.btn--unit a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	margin: auto;
}
.btn--prev--next.btn--unit a.btn__prev:before {
	border-bottom: solid 2px var(--main_color1);
	border-left: solid 2px var(--main_color1);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 2px;
	left: 10px;
}
.btn--prev--next.btn--unit a.btn__next:before {
	border-top: solid 2px var(--main_color1);
	border-right: solid 2px var(--main_color1);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 2px;
	right: 10px;
}

/* 求人ページ応募方法のボタン */
.btn_recruit {
	display: flex;
	gap: 5px;
	flex-direction: column;
	flex-wrap: wrap;
	padding-top: 16px;
}
.btn_recruit a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 320px;
	height: 50px;
	padding: 10px;
	border-radius: 50px;
	color: var(--white_color1);
	background: var(--main_color1);
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.btn_recruit a { font-size: 1.0rem; }
}
.btn_recruit a span { margin: 2px 5px 0 0; }
.btn_recruit .btn_tel { background: var(--main_color1); }
.btn_recruit .btn_mail { background: #4a4a4a; }
.btn_recruit .btn_line { background: var(--line_color1); }

/* フォームのボタン */
.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: 360px;
	height: 50px;
	padding: 10px;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	color: var(--white_color1);
	background: var(--main_color1);
	font-size: 1.0rem;
}
.btn__form .btn_send { background: var(--main_color1); }
.btn__form .btn_reset { background: var(--gray_color1); }

/* 言語選択プルダウン（日本語ページ） */
.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 {
	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: var(--white_color1);
    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 {
	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: var(--white_color1);
    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 {
	appearance: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 16px;
}
/*フォームのスタイルを設定*/
form input[type="text"],
form input[type="email"],
form textarea,
form select {
	border: 1px solid #eee;
	transition: all .3s;/*フォーカスしたときにふわっと表示させる用*/
	padding: 12px;
	vertical-align: baseline;
}
@media screen and (max-width: 768px) {
form input[type="text"],
form input[type="email"],
form textarea,
form select {
	width: 100%;
}
}
form input[type="text"],
form input[type="email"],
form textarea {
	width: 100%;
	/* max-width: 350px; */
	/* max-width: 480px; */
}
form textarea { resize: vertical; }
form .form_txt { margin-top: 5px; }
form input[type="text"].form_short { max-width: 80px; }
form input[type="text"].form_middle { max-width: 160px; }
form input[type="radio"],
form input[type="checkbox"] {
	margin: 0 4px;
	vertical-align: baseline;
	accent-color: var(--red_color1);
}
form .form_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
form input::placeholder,
form textarea::placeholder {
	color: #ccc;
}
@media screen and (max-width: 768px) {
	form input[type="text"],
	form input[type="email"],
	form textarea {
		font-size: 16px;
	}
	form .form_list { grid-template-columns: 1fr; }
}
.icon_required {
	display: inline-block;
	font-size: 0.75em;
	padding: 2px 4px;
	line-height: 1;
	color: var(--white_color1);
	background: var(--red_color1);
}

/******************************
セラピスト共通設定
******************************/
section:not(#section--pickup,#section--newface,#section--top--ranking_01,#section_ranking_01) .cast_box {
	display: grid;
	/* grid-template-columns: repeat(4, minmax(0, 1fr)); */
	grid-template-columns: repeat(4, 1fr);
	/* grid-template-rows: auto; */
	gap: 48px 0;
	position: relative;
}
section:not(#section--pickup,#section--newface,#section--top--ranking_01,#section_ranking_01) .cast_box .cast_box_list {
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: subgrid;
    grid-row: span 4;
}


section:not(#section--newface,#section--top--ranking_01,#section_ranking_01) .cast_box .cast_box_list {
	border-right: 1px solid var(--main_color1);
	padding: 0 clamp(16px, 2.4vw,32px);
}
section#section--pickup .cast_box {
	display: flex;
	gap: 24px 0; }

section:not(#section--pickup,#section--newface,#section--top--ranking_01,#section_ranking_01) .cast_box .cast_box_list:nth-child(4n),
section:not(#section--pickup,#section--newface,#section--top--ranking_01,#section_ranking_01) .cast_box .cast_box_list:last-child {
	border-right: none;
}


.cast_box .cast_box_list {
	text-align: left;
	/* display: flex;
	flex-direction: column;
	justify-content: flex-start; */
	gap: 8px;
}

@media screen and (max-width: 768px){
	section:not(#section--newface) .cast_box {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	section:not(#section--pickup,#section--newface,#section--top--ranking_01,#section_ranking_01,#contents__cast) .cast_box .cast_box_list {
		grid-template-rows: initial;
	}
}
@media screen and (max-width: 520px){
	section:not(#section--newface) .cast_box {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	section:not(#section--pickup,#section--newface,#section--top--ranking_01,#section_ranking_01,#section_ranking_02) .cast_box {
		gap: 24px 0;
	}
	section:not(#section--pickup,#section--newface,#section--top--ranking_01,#section_ranking_01,#section_ranking_02) .cast_box .cast_box_list:nth-child(3n) {
		border-right: 1px solid var(--main_color1);
	}
	section:not(#section--pickup,#section--newface,#section--top--ranking_01,#section_ranking_01,#section_ranking_02) .cast_box .cast_box_list:nth-child(2n) {
		border-right: none;
	}
}

.cast_box .cast_box_list .img__unit {
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 3;
	position: relative;
}
.cast_box .cast_box_list .img__unit .img_cast {
	border-top-right-radius: 48px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cast_box .cast_box_list .icon_new{
	max-width: 56px;
	width: 25%;
	position: absolute;
    top: 0;
    left: 0;
}
.cast_box .cast_box_list .img__unit .expiration {
	border-top-right-radius: 48px;
	position: absolute;
    top: 0;
    left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(var(--white_rgb_color1), 0.6);
	display: flex;
    align-items: center;
    justify-content: center;
}
.cast_box .cast_box_list .img__unit .expiration img {
	max-width: 160px;
	min-width: 96px;
	width: 55%;
	height: auto;
	filter: var(--filter_sub_color1);
}

/* アイコン */
.cast_box .cast_box_list .icon_box img{
    width: 24px;
	height: auto;
	margin-left: 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 .img__unit .icon{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8px;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2px;
	margin-inline: auto;
}
.cast_box .cast_box_list .img__unit .icon span {
	background: rgba(var(--pink_rgb_color1), 0.8);
	color: var(--white_color1);
	border-radius: 40px;
	border: 1px solid var(--white_color1);
	line-height: 1.0;
	font-size: 0.9rem;
    padding: 4px 10px;
}
@media screen and (max-width: 768px){
	.cast_box .cast_box_list .icon_x {
		width: 30px;
		top: 10px;
		left: 10px;
	}
	.cast_box .cast_box_list .img__unit .icon{
		padding: 4px;
		gap: 2px 0;
	}
	.cast_box .cast_box_list .img__unit .icon span {
		font-size: 0.7rem;
		padding: 3px 8px;
	}
}
.cast_box .cast_box_list .name_size { padding: 12px 0 6px; }
.cast_box .cast_box_list .name {
	font-family: var(--font-serif);
    font-size: clamp(0.9rem, 4.0vw, 1.1rem);
	line-height: 1.4;
}
.cast_box .cast_box_list .size {
	font-size: 0.9rem;
	line-height: 1.4;
	padding-top: 4px;
	font-weight: 400;
}
.cast_box .cast_box_list .rank {
	display: block;
	/* min-height: 50px; */
}
.cast_box .cast_box_list .rank img {
	width: 100%;
	height: auto;
}
.cast_box .cast_box_list .time p {
	font-size: 0.9rem;
	color: var(--pink_color1);
	line-height: 1.4;
	display: inline-block;
}
.cast_box .cast_box_list .time .time__sch { font-size: 1.0rem; }
.cast_box .cast_box_list .time .time__sch::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon_clock.svg) center center / cover no-repeat;
	filter: var(--filter_pink_color1);
	vertical-align: sub;
	margin-right: 4px;
}
.cast_box .cast_box_list .sch_info { color: var(--main_color1); }

@media screen and (max-width: 768px){
	.cast_box .cast_box_list .size { font-size: 0.8rem; }
	.cast_box .cast_box_list .time p,
	.cast_box .cast_box_list .time .time__sch {
		font-size: 0.8rem;
	}
}

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

headerヘッダー設定

****************************************/
header {
	width: 100%;
	height: calc(var(--height_header_pc)+ 20px);
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	transition: 0.3s ease-in-out;
}
header.active {
	background: rgba(var(--white_rgb_color1), 0.5);
	backdrop-filter: blur(12px);
}
@media screen and (max-width: 768px){
	header { height: calc(var(--height_header_sp)+ 20px); }
}

header .header--wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	/* overflow-x: hidden; */
}
header .header--wrap :is(.header--wrap--top, .header--wrap--bottom) { position: relative; }
header .header--wrap .header--wrap--top { height: 20px; }
header .header--wrap .header--wrap--bottom {
	display: flex;
	flex-direction: row;
}

/* h1タグ */
header h1 {
	width: 100%;
	font-size: 0.7rem;
	text-align: left;
	padding-left: 16px;
}
@media screen and (max-width: 768px){
	header h1 { padding: 0 0.3rem; }
}

/* ロゴ */
header .logo a {
	display: block;
	height: var(--height_header_pc);
	display: flex;
	align-items: center;
	padding: 0 16px;
}
header .logo img{
	max-width: 200px;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px){
	header .logo img{ max-width: 140px; }
	header .logo a {
		align-items: flex-start;
		height: var(--height_header_sp);
		padding: 0 0 8px 8px;
	}
}

/* 電話番号&営業時間 */
header .info_box {
	position: absolute;
	left: 200px;
	top: 14px;
}

/* グローバルナビ */
header nav.pc ul {
	display: flex;
    flex-direction: row;
	justify-content: flex-end;
	align-items: center;
    gap: 16px;
    width: calc(100% - 240px);
	max-width: 960px;
    position: absolute;
    right: 16px;
	height: var(--height_header_pc);
}
header nav.pc ul li{
	display: block;
	width: 100%;
}
header nav.pc ul li:last-child{ border-right: none; }
header nav.pc ul li a{
	display: block;
	line-height: var(--height_header_sp);
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 2px;
	font-weight: 400;
}

/* ↓↓↓↓↓↓↓↓ SP用メニュー設定 ↓↓↓↓↓↓↓↓ */
/*drawerbtn*/
.btn_container {
	display: block;
	position: fixed;
	top: 28px;
	right: 16px;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 100;
	transition: opacity 0.25s ease;
}
.btn_container:hover { opacity: 0.7; }
.btn_container span {
	background: var(--main_color1);
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.35s ease;
	cursor: pointer;
}
.btn_container span.middle { top: 12px; }
.btn_container span.bottom { top: 24px; }
.btn_container.active .top {
	transform: translateY(12px) translateX(0) rotate(45deg);
}
.btn_container.active .middle { opacity: 0; }
.btn_container.active .bottom {
	transform: translateY(-12px) translateX(0) rotate(-45deg);
}

/*drawer inner*/
html:has(.drawer.open){
	/*position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%; */
	overflow: hidden;
}
.drawer {
	display: block;
	position: fixed;
	background: rgba(var(--white_rgb_color1), 0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	padding: 48px 0 40px;
	backdrop-filter: blur(10px);
}
.drawer.open {
	opacity: 1;
	visibility: visible;
	height: 100vh;
}
.drawer .drawer_inner{
	overflow-y: scroll;
	height: 100vh;
}

/* 読み込みアニメーション */
.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-y: scroll;
	overflow-x: hidden;
	width: 100%;
	display: grid;
	place-items: center;
	padding-bottom: 96px;
}
.drawer ul {
	text-align: left;
	max-width: 300px;
	width: 88%;
	display: flex;
    flex-direction: column;
	gap: 6px;
}
.drawer ul li {
	display: block;
	position: relative;
	opacity: 0;
	letter-spacing: 3px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.drawer ul li.noarrow{ border-bottom:none; }
.drawer ul li a,
.drawer ul li p {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	color: var(--main_color1);
	text-decoration: none;
	transition: 0.2s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.0rem;
}
.drawer ul li:not(.noarrow) a::after{
	position: absolute;
	content: "";
	top: calc(50% - 4px);
	right: 12px;
	width: 8px;
	height: 8px;
	border-right: 1px solid var(--main_color1);
	border-bottom: 1px solid var(--main_color1);
	transform: rotate(315deg);
	transition: 0.2s ease-in-out;
}
.drawer ul li a.active{
	color: var(--pink_color1);
	border-bottom: 1px solid #35a4a3;
}
.drawer ul li a span {
	padding-left: 16px;
	letter-spacing: 2px;
}
.drawer .info_box{ text-align:center; }
.drawer .info_box span { margin-right: 8px; }
.drawer .info_box address {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.drawer .info_box .btn_more {
	color: var(--white_color1);
	font-size: 1.0rem;
	line-height: 48px;
	font-family: var(--font-serif);
	text-transform: initial;
}
.drawer .info_box .btn_more::after {
    top: 38%;
    right: 20px;
}
.drawer .info_box .btn_more.drawer_line { background: var(--line_color1); }
.drawer .info_box .btn_more.drawer_wechat { background: var(--pink_color1); }
.drawer .info_box .btn_more.drawer_sms { background: var(--blue_color1); }
.drawer .info_box .btn_more.drawer_line:hover,
.drawer .info_box .btn_more.drawer_wechat:hover,
.drawer .info_box .btn_more.drawer_sms:hover{
	opacity: 1;
}

.drawer .icon_box {
	display: flex;
	justify-content: center;
	margin: 20px auto 20px;
}
.drawer .icon_box a{ width: auto; }
.drawer .icon_box img {
	width: 40px;
	margin: 0 4px;
}
@media (any-hover: hover) {
	.drawer ul li a:hover{ opacity:0.6; }
	.drawer ul li a:hover::after{ right: 8px; }
	.drawer ul li a:hover{ color: var(--pink_color1); }
}

/* ヘッドライン */
#headline {
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 0;
	z-index: 50;
}
#headline .title__headline { margin-bottom: 8px; }
#headline .title__headline span {
	display: inline-block;
	letter-spacing: 6px;
	background: var(--bg-gradation5);
	padding: 0 32px;
	color: var(--white_color1);
	line-height: 1.6;
	font-weight: 400;
}
#headline .splide__track {
	text-align: center;
	width: 100vw;
}
#headline .splide__slide { font-size: clamp(0.9rem, 3.8vw, 1.0rem); }

/*タブレットサイズ*/
/* @media screen and (max-width: 768px) {
	#headline{
		width: 100%;
		left: 2.5%;
		padding-left: unset;
	}
	#headline .swiper{ width: 100vw; }
} */


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

追尾ボタン

****************************************/
/* フッター追尾ボタン */
.btn_footer {
	width: 100%;
	table-layout: fixed;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.btn_footer .footer_menu {
	width: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.btn_footer ul.trk_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	width: 100%;
	background: var(--bg-gradation3);
	padding-right: 0;
}
.btn_footer ul.trk_btn li {
	display: table-cell;
	width: 100%;
}
.btn_footer ul.trk_btn:has(> li:nth-child(4):last-child) li { width: calc(100% / 4); }
.btn_footer ul.trk_btn:has(> li:nth-child(3):last-child) li { width: calc(100% / 3); }
.btn_footer ul.trk_btn:has(> li:nth-child(2):last-child) li { width: calc(100% / 2); }
.btn_footer ul.trk_btn li a {
	padding: 14px 0 8px;
    display: flex;
    flex-direction: column;
	gap: 2px;
	color: var(--white_color1);
	line-height: 1.8;
	font-size: 0.6rem;
	letter-spacing: 1px;
	font-family: var(--font-sanserif);
}
.btn_footer ul.trk_btn li a .trk_wrap { border-right: 1px solid var(--white_color1); }
.btn_footer ul.trk_btn li:last-child a .trk_wrap { border-right: none; }

.btn_footer ul.trk_btn li a img { width: 24px; }
.btn_footer ul.trk_btn li:not(.trk_line) a img { filter: var(--filter_white1); }
.btn_footer ul.trk_btn li:last-child { border-right: 0; }
@media screen and (max-width: 768px){
	.btn_footer .btn_menu { display: block; }
}

/* ページトップボタン */
/* .btn_footer .btn_pagetop {
	position: absolute;
	bottom: 80px;
	right: 10px;
}
.btn_footer .btn_pagetop a {
	background: var(--main_color3);
	display: flex;
	align-items: center;
    justify-content: center;
	width: 60px;
	height: 60px;
}
.btn_footer .btn_pagetop a img { filter: var(--color-svg-sub_color1); } */


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

footerフッター設定

****************************************/
footer { font-size: 10px; }
footer .bg--footer {
	background: var(--bg-gradation4);
	padding: 40px 0;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	footer .bg--footer { padding: 20px 0 100px; }
}

/* パンくずリスト */
.breadcrumbs {
	text-align: center;
	margin-bottom: 16px;
	position: relative;
	z-index: 25;
}
.breadcrumbs ol li {
	font-size: 0.7rem;
	letter-spacing: 1px;
    display: inline-block;
	position: relative;
	padding: 0 8px;
	text-transform: uppercase;
	line-height: 1;
}
.breadcrumbs ol li:after  {
	content: '';
	width: 4px;
	height: 4px;
	border: 0;
	margin: auto;
	border-top: solid 1px var(--main_color1);
	border-right: solid 1px var(--main_color1);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -2px;
}
.breadcrumbs ol li:last-child:after { content: none; }
.breadcrumbs ol li:first-child:before {
	content: '';
	display: inline-block;
	min-width: 12px;
	width: 12px;
	height: 12px;
	filter: var(--filter_main_color1);
	background: url(../images/icon_home.svg) no-repeat;
	background-size: contain;
	vertical-align: bottom;
}
.breadcrumbs ol li a { color: var(--main_color1); }



footer aside {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: min(100%, 960px);
	padding: 0 1.0rem;
	margin-inline: auto;
	margin-bottom: 40px;
	position: relative;
	z-index: 25;
}
footer .logo__unit {
	margin-bottom: 24px;
	position: relative;
	z-index: 25;
}
footer .logo__unit .logo img {
	max-width: 240px;
	width: 100%;
	height: auto;
}
footer .info__unit {
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-size: 0.9rem;
	font-family: var(--font-serif);
	position: relative;
	z-index: 25;
}
footer .info__unit .info__unit__btn--wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
footer .info__unit .info__unit__btn {
	width: 100%;
	max-width: 240px;
	padding: 4px;
	display: inline-block;
	border-radius: 64px;
	background: var(--bg-gradation1);
	color: var(--white_color1);
	font-size: 1.1rem;
	letter-spacing: 2px;
}
footer .info__unit .btn__tel {
	max-width: 320px;
	padding: 12px;
	font-size: 1.4rem;
	background: var(--bg-gradation1);
}
footer .info__unit .btn__line { background: var(--line_color1); }
footer .info__unit .btn__wechat { background: var(--pink_color1); }
footer .info__unit .btn__sms { background: var(--blue_color1); }
@media screen and (max-width: 768px){
	footer .info__unit .info__unit__btn--wrap { flex-direction: column; }
	footer .info__unit .info__unit__btn { max-width: 320px; }
}

footer .info__unit :is(.info__open, .info__reception) { letter-spacing: 2px; }
footer .info__unit .info__open { font-size: 1.1em; }

/* テキストメニュー */
footer .nav {
	position: relative;
	max-width: 800px;
	margin-inline: auto;
	margin-bottom: 32px;
	padding: 10px 0;
	line-height: 20px;
	z-index: 25;
}
footer .nav li {
	display: inline-block;
	line-height: 30px;
}
footer .nav li a {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.8rem;
	font-weight: 400;
}
footer .nav li a:hover{ opacity: 0.5; }
footer .nav li:after {
	content: "　|　";
	display: inline;
	margin: 0 3px;
	color: var(--frame_border_color1);
}
footer .nav li:last-child:after { display: none; }

/* アイコン */
footer .icon_box{
    display: flex;
    justify-content: center;
	margin: 24px auto;
	position: relative;
	z-index: 25;
}
footer .icon_box img {
    width: 30px;
	margin: 0 4px;
}

.footer_link {
	padding: 5px 0;
	background: #9fa2a9;
	text-align: center;
	font-size: 12px;
	font-family: sans-serif;
	color: var(--white_color1);
}
.footer_link a {
	color: var(--white_color1);
	text-decoration: underline;
	text-decoration-color: #d0d0d0;
}
.footer_txt{
	margin: 8px;
	color: var(--white_color1);
}

/* フリースペース */
.free_link_box img {
	height: 100% !important;
    max-width: 100% !important;
}

/* リンクバナー */
.list_link_box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
	gap: 16px;
	width: min(100%, 960px);
	margin-inline: auto;
}
.list_link_box li{
	display: inline-block;
	font-size: 0.7rem;
}
.list_link_box img {
    width: 100%;
	height: auto;
}
.copyright {
	position: relative;
	z-index: 25;
}

/****************************************
mainvisualメインビジュアル
****************************************/
#main--wrap {
	position: relative;
	padding-top: clamp(300px, 48vw, 560px);
	background: url(../images/bg_mv_pc_01.webp) center bottom / cover no-repeat;
    overflow: hidden;
}

/* 縦書きテキスト */
#main--wrap .txt_vertical {
	color: var(--main_color1);
	left: 32px;
	padding-top: 100px;
	z-index: 20;
}
@media screen and (max-width: 768px){
	#main--wrap { background: url(../images/bg_mv_sp_01.webp) center bottom / cover no-repeat; }
	#main--wrap .txt_vertical { left: 16px; }
	#main--wrap { padding-top: clamp(240px, 72vw, 800px); }
}

/* メインビジュアル - 花びら */
#main--wrap .mv--flower {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#main--wrap .mv--flower > div {
	position: absolute;
	z-index: 1;
}
#main--wrap .mv--flower > div img,
.mv--txt--wrap .mv--txt--bottom .flower__left__bottom img {
	opacity: 0;
}
@keyframes zoom-in1 {
	0% {filter: blur(20px);opacity: 0;transform: scale(2.0);}
	100% {filter: blur(0px);opacity: 1;transform: scale(1.0);}
}
@keyframes zoom-in2 {
	0% {filter: blur(20px);opacity: 0;}
	100% {filter: blur(0px);opacity: 1;}
}
#main--wrap .mv--flower .flower__left__top {
	left: 10%;
	bottom: 400px;
	z-index: 15;
}
#main--wrap .mv--flower .flower__right__top {
	right: -40px;
	top: 64px;
	z-index: 25;
}
#main--wrap .mv--flower .flower__right__bottom {
	right: 40px;
	bottom: 160px;
	z-index: 15;
}
.mv--txt--wrap .mv--txt--bottom .flower__left__bottom {
	position: absolute;
	left: -90px;
	bottom: -88px;
	z-index: 25;
}
#main--wrap .mv--flower > div img { height: auto; }
#main--wrap .mv--flower .flower__left__top img { width: 200px; }
#main--wrap .mv--flower .flower__left__top.on img {
	animation: zoom-in1 1.0s ease-out both;
	animation-delay: 1.0s;
}
#main--wrap .mv--flower .flower__right__top img { width: 200px; }
#main--wrap .mv--flower .flower__right__top.on img {
	animation: zoom-in2 2.4s ease-out both;
	animation-delay: 0.4s;
}
#main--wrap .mv--flower .flower__right__bottom img { width: 280px; }
#main--wrap .mv--flower .flower__right__bottom.on img {
	animation: zoom-in1 1.6s ease-out both;
	animation-delay: 0.8s;
}
.mv--txt--wrap .mv--txt--bottom .flower__left__bottom img { width: 160px; }
.mv--txt--wrap .mv--txt--bottom .flower__left__bottom.on img {
	animation: zoom-in2 1.2s ease-out both;
	animation-delay: 0.2s;
}
@media screen and (max-width: 768px){
	#main--wrap .mv--flower .flower__left__top {
        left: 4%;
		bottom: 300px;
	}
	#main--wrap .mv--flower .flower__right__top {
		right: -20px;
		top: 50px;
	}
	#main--wrap .mv--flower .flower__right__bottom {
		right: -32px;
		bottom: 120px;
	}
	.mv--txt--wrap .mv--txt--bottom .flower__left__bottom {
		left: -36px;
		bottom: -56px;
	}
	#main--wrap .mv--flower .flower__left__top img { width: 120px; }
	#main--wrap .mv--flower .flower__right__top img { width: 96px; }
	#main--wrap .mv--flower .flower__right__bottom img { width: 160px; }
	.mv--txt--wrap .mv--txt--bottom .flower__left__bottom img { width: 96px; }
}

#main--wrap .main_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	/* background: url(../images/bg_mv_sp_01.webp) center top / cover no-repeat; */
	z-index: -1;
	pointer-events: none;
}
#mainvisual {
	position: absolute;
	top: 100px;
	/* top: calc(var(--height_header_pc)+ 20px); */
	right: 0;
	z-index: 10;
	width: 78%;
	/* height: clamp(360px, 72vw, 720px); */
	height: clamp(400px, 80vw, 800px);
}
@media screen and (max-width: 768px){
	#mainvisual { top: 80px; }
}
#mainvisual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* object-position: -30px top; */
	object-position: center top;
	border-radius: 0 0 0 clamp(110px,20vw,240px);
	mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.mv--txt--wrap {
    position: relative;
    margin-inline: auto;
    display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 20;
	color: var(--sub_color1);
	font-family: var(--font-serif);
}
.mv--txt--wrap .mv--txt--top {
	text-align: left;
	margin-bottom: 16px;
}
.mv--txt--wrap .mv--txt--top p {
	font-size: 3.2rem;
	letter-spacing: 2px;
	padding-left: 20px;
	line-height: 1.4;
}
.mv--txt--wrap .mv--txt--top p span { font-size: 4.8rem; }
.mv--txt--wrap .mv--txt--bottom {
	position: relative;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.mv--txt--wrap .mv--txt--bottom p span {
	background: var(--white_color1);
	font-size: 2.0rem;
	padding: 12px 32px 12px 36px;
	letter-spacing: 2px;
}
.mv--txt--wrap .mv--txt--bottom p span.txt__dash {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}
.mv--txt--wrap .mv--txt--bottom p span.txt__dash::after {
	background-color: var(--sub_color1);
	content: "";
	height: 1px; /* 横線の高さ */
	width: 48px; /* 横線の長さ */
	margin-left: 4px;
}
@media screen and (max-width: 768px){
	.mv--txt--wrap .mv--txt--top { margin-bottom: 4px; }
	.mv--txt--wrap .mv--txt--top p {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.mv--txt--wrap .mv--txt--top p span { font-size: 2.4rem; }
	.mv--txt--wrap .mv--txt--bottom { gap: 4px; }
	.mv--txt--wrap .mv--txt--bottom p span {
		font-size: 1.3rem;
		padding: 4px 20px 4px 24px;
	}
}

/******************************
認証ページ
******************************/
#entry__body{
	background: transparent;
	background: url(../images/bg_pickup_concept.webp) 0 0 no-repeat;
	background-size: 100%;
}
#entry__body header h1 { text-align: center; }

.entry--frame {
    display: grid;
    align-items: center;
    position: relative;
    box-sizing: border-box;
	padding: 160px 0;
}
@media screen and (max-width: 768px){
	.entry--frame { padding: 80px 0; }
}
.entry--top .entry__inner {
	width: min(100%, 960px);
    margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

#entry__body .logo{ margin-bottom: 60px; }
#entry__body .info_box,
#entry__body .info_box a {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
}
#entry__body .info_box li {
	font-size: 1.4rem;
	line-height: 1.6;
}
#entry__body .info__box span{ font-size: 1.6rem; }
.entry--top .btn--unit {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(2, 320px);
	gap: 8px;
	margin-bottom: 16px;
}
@media screen and (max-width: 768px){
	.entry--top .btn--unit { grid-template-columns: 1fr; }
}
.entry--top .btn--unit :is(.btn__enter, .btn__exit) {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	border-radius: 50px;
	background: var(--main_color1);
	color: var(--white_color1);
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 2px;
	/* margin: 0 auto 30px; */
	margin-inline: auto;
	text-transform: uppercase;
}
.entry--top .enter__bnr {
	max-width: 800px;
	margin-inline: auto;
}
.entry--top .enter__bnr img {
	width: 100%;
	height: auto;
}


#entry__body .txt__unit {
	padding-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
#entry__body .txt__unit .txt__ja .title__enter {
	font-size: 1.6rem;
	font-family: var(--font-serif);
	color: var(--purple_color1);
	line-height: 1.6;
	margin-bottom: 8px;
	text-align: center;
}
#entry__body .txt__unit p { font-size: 0.9rem; }
@media screen and (max-width: 768px){
	#entry__body .txt__unit {
		padding-top: 24px;
		gap: 16px;
		text-align: left;
	}
	#entry__body .txt__unit .txt__ja .title__enter {
		font-size: 1.2rem;
		text-align: left;
	}
	#entry__body .txt__unit p { font-size: 0.8rem; }
}


/* .entry--top aside { padding-top: 80px; } */
.entry--top .list_link_box { padding-top: 40px; }
#entry__body .list_link_box img,
#contents__link .list_link_box img {
    width: auto;
    max-width: 100%;
    height: auto;
}

/******************************
トップページ
******************************/
/* トップページ共通 - タイトル */
main .title__section {
	font-family: var(--font-title);
	font-size: 3.6rem;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	line-height: 1;
	color: var(--sub_color1);
	margin-bottom: 32px;
}
main .title__section span{
	font-family: var(--font-sans);
	font-weight: 400;
	font-size: 1.1rem;
	display: block;
	letter-spacing: 2px;
	line-height: 1.8;
}
@media screen and (max-width: 768px){
	main .title__section { font-size: 3.2rem; }
	main .title__section span{ font-size: 1.0rem; }
}
.section--wrapper { padding: 100px 1.0rem; }
@media screen and (max-width: 768px){
	.section--wrapper { padding: 80px 1.0rem; }
}

/* トップページ共通 - 背景画像 */
.section__bg {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
}

/* トップページコンテンツごとのブロック */
.main--top {
	background: var(--bg-gradation2);
	display: block;
}
.main--middle {
	z-index: 2;
    mask-image: url(../images/mask_circle1_pc.svg);
    mask-size: 100vw;
    mask-repeat: no-repeat;
    /* -webkit-mask-repeat: no-repeat; */
	background: url(../images/bg_topics_newface.webp) center bottom / cover no-repeat;
	margin-top: -18.0vh;
}
@media screen and (max-width: 768px){
	.main--middle {
	mask-image: url(../images/mask_circle1_sp.svg);
	/* margin-top: -10.0vh; */
	}
}
.main--middle--bg {
	background: url(../images/bg_topics_newface.webp);
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/bg_topics_newface.webp) center top / cover no-repeat;
    z-index: -1;
    pointer-events: none;
}
/* .main--bottom { background: url(../images/bg_pickup_concept.webp) center top / cover no-repeat; } */
.main--middle .column--block {
	margin-inline: auto;
	display: grid;
	grid-template-columns: auto 400px;
	gap: 2.0rem;
	padding-top: 4%;
}
@media screen and (max-width: 768px){
	.main--middle .column--block {
		padding-top: 80px;
		display: flex;
        flex-direction: column;
        align-items: center;
	}
}

/* イベント */
#section--event {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#section--event:before {
	position: absolute;
	top: -44px;
	left: 0;
	content: "SECRET BESTIE";
	font-family: var(--font-title);
	font-size: 14.0rem;
	font-weight: 300;
	line-height: 1;
	color: rgba(var(--white_rgb_color1), 0.7);
	white-space: nowrap;
}
#section--event .section--wrapper {
	padding: 80px 0 40px;
	margin-inline: auto;
}
@media screen and (max-width: 768px){
	#section--event:before {
		top: -22px;
		font-size: 6.0rem;
	}
	#section--event .section--wrapper { padding: 40px 0 0; }

}
#section--event a { display: block; }

/* spride - スライダー */
.splide--event img {
	height: auto;
	width: 100%;
	transition: 0.3s all;
}

/* spride - ページネーションのスタイル */
.event--page {
	background-color: var(--purple_color3);
	height: 20px;
	width: 20px;
	border-radius: 40px;
	border: none;
	transition: 0.5s all;
	cursor: pointer;
}
/* 現在表示されているページネーションのスタイル */
.event--page.is-active {
	background: var(--purple_color1);
	opacity: 1;
}
/* ページネーションの位置 */
.event--pagination {
	bottom: 1.5em;
	padding-top: 20px;
}
/* ページネーション間の余白 */
.event--pagination li {
	margin-left: 5px;
	margin-right: 5px;
}

/* 本日の出勤情報　*/
#section--schedule--today.section--wrapper { padding: 80px 0 16.0vh; }
#section--schedule--today .title__section { padding: 0 1.0rem; }
#section--schedule--today .btn--unit { padding: 40px 0; }

/* 新着情報 */
#section--topics{
	margin-inline: auto;
    width: 100%;
}
#section--topics .frame--grd01--outer { margin-top: 16px; }
#section--topics #topics--unit {
	height: 480px;
	display: flex;
    flex-direction: column;
    gap: 40px;
	background: var(--white_color2);
	overflow-y: auto;
}
@media screen and (max-width: 768px){
	#section--topics.section--wrapper { padding: 24px 1.0rem 80px; }
	#section--topics .frame--grd01--outer { margin-top: 24px; }
	#section--topics #topics--unit {
		height: auto;
		max-height: 400px;
	}
}
#section--topics #topics--unit tbody tr td { border: 1px solid var(--main_color1); }
#section--topics #topics--unit article { text-align: left; }
#section--topics #topics--unit article .topics__title{
	background: var(--blue_color2);
	color: var(--main_color1);
	text-align: left;
	padding: 16px;
	margin-bottom: 16px;
	font-size: 1.2rem;
	line-height: 1.4;
}
@media screen and (max-width: 768px){
	#section--topics #topics--unit article .topics__title{ font-size: 1.0rem; }
}
#section--topics #topics--unit article .topics__title time {
	font-weight: normal;
	font-size: 0.8rem;
}
#section--topics #topics--unit article img {
	max-width: 100%;
	height: auto!important;
}
#section--topics #topics--unit a { color: var(--pink_color1); }
#section--topics #topics--unit strong { font-weight: bold; }
#section--topics #topics--unit table { max-width: 100%; }
#section--topics .btn--prev--next.btn--unit {
	padding-top: 24px;
}

/* 新人情報 */
#section--newface.section--wrapper {
	padding: 100px 0;
	width: 100%;
}
@media screen and (max-width: 768px){
	#section--newface.section--wrapper { padding: 0 0 80px; }
}
#section--newface .title__section {
	padding: 0 1.0rem;
	margin-bottom: 0;
}
#section--newface .newface--wrap {
	padding: 32px;
	overflow: hidden;
}
#section--newface .newface--flower {
	position: relative;
	max-width: 280px;
	width: 100%;
	margin-inline: auto;
}
#section--newface .newface--flower :is(.flower__right, .flower__left) {
	position: absolute;
	z-index: 1;
}
#section--newface .newface--flower .flower__right {
	right: -48px;
	top: -32px;
}
#section--newface .newface--flower .flower__left {
	left: -48px;
	bottom: -30px;
}
@media screen and (max-width: 768px){
	#section--newface .newface--flower .flower__right {
		right: -64px;
		top: -32px;
	}
	#section--newface .newface--flower .flower__left {
		left: -80px;
		bottom: -30px;
	}
}
#section--newface .newface--flower :is(.flower__right, .flower__left) img {
	width: 112px;
	height: auto;
}

#section--newface .newface--frame {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 32px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.1);
}
#section--newface .newface--frame::after {
	position: absolute;
	content: '';
	background: var(--bg-gradation2);
    inset: 20px -20px -20px 20px;
	z-index: -1;
}
#section--newface .cast_box .cast_box_list { justify-content: flex-start; }
/* #section--newface .swiper{
	max-width: 240px;
	width: 100%;
	margin-inline: auto;
}

#section--newface .swiper .swiper-wrapper{ padding-bottom: 16px; }
#section--newface .swiper-pagination {
	width: 100%;
	display: block;
    padding: 0 32px;
	position: static;
	line-height: 1.4;
}
#section--newface .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background: var(--purple_color1);
}
@media screen and (max-width: 768px){
	#section--newface .swiper-pagination {
		padding: 0 10px;
		line-height: 2.0;
	}
	#section--newface .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
} */

/* spride - スライダー */

/* spride - ページネーションのスタイル */
.newface--page {
	background-color: var(--purple_color3);
	height: 12px;
	width: 8px;
	border-radius: 40px;
	border: none;
	transition: 0.5s all;
	cursor: pointer;
}
/* 現在表示されているページネーションのスタイル */
.newface--page.is-active {
	background: var(--purple_color1);
	opacity: 1;
}
/* ページネーションの位置 */
.newface--pagination {
	bottom: 1.5em;
	padding: 24px 24px 0;
}
@media screen and (max-width: 768px){
	.newface--pagination { padding: 24px 0 0; }
}
/* ページネーション間の余白 */
.newface--pagination li { margin: 6px; }

/* ピックアップ */
#section--pickup {
    overflow: hidden;
}
#section--pickup.section--bg {
	background: linear-gradient(var(--bg_color1) 0%, var(--bg_color2) 45%, transparent 45%);
}
#section--pickup .section--wrapper { padding: 40px 0 100px; }
@media screen and (max-width: 768px){
	#section--pickup.section--bg {
		background: linear-gradient(var(--bg_color1) 0%, var(--bg_color2) 30%, transparent 30%);
	}
	#section--pickup .section--wrapper { padding: 0; }
}
#section--pickup .pickup--frame {
	display: flex;
	flex-direction: row;
	position: relative;
	/* padding-bottom: 100px; */
}
#section--pickup .title__section {
	writing-mode: vertical-rl;
	padding-left: 1.0rem;
	font-size: clamp(4.8rem, 7.2vw, 6.4rem);
}


#section--pickup .splide__track {
	display: flex;
	flex-direction: column;
	gap: 56px;
}
@media screen and (max-width: 768px){
	#section--pickup .splide__track {
		gap: 24px;
		padding-bottom: 24px;
	}
}
#section--pickup .splide__arrows {
	display: flex;
	flex-direction: row;
	gap: 16px;
	/* position: absolute;
	bottom: 20px;
	left: 0; */
}

/* 矢印のクリック範囲など */
#section--pickup .splide__arrows .button {
	background-color: transparent; /* ボタンの背景を透明にする */
	height: 50px;
	width: 50px;
	transition: 0.2s;
	position: relative;
	border: none;
	cursor: pointer;
}
/* 矢印共通のスタイル */
#section--pickup .splide__arrows .button::before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 32px;
	width: 32px;
	margin: auto;
}
#section--pickup .splide__arrows .button.prev::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	filter: var(--filter_main_color1);
	background-image: url(../images/icon_arrow_left.svg);
}
#section--pickup .splide__arrows .button.next::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	filter: var(--filter_main_color1);
	background-image: url(../images/icon_arrow_right.svg);
}
/* 次のスライドが無い場合の矢印 */
#section--pickup .splide__arrows .button:disabled::before {
	opacity: 0.5;
}

/*  女性写真  */
#section--photo {
	overflow: hidden;
}
#section--photo .photo--wrap {
	position: relative;
	display: flex;
	flex-direction: row;
	padding-bottom: 120px;
}
#section--photo .photo--wrap .img__unit {
	width: 55%;
	height: clamp(280px, 60vw, 640px);
	display: inline-block;
	overflow: hidden;
	object-fit: cover;
	object-position: top center;
}

/* 女性写真 - 角丸 */
:root {
	--border_radius_photo_pc: 400px;
	--border_radius_photo_sp: 200px;
}
#section--photo .photo--wrap .img__unit.photo__left {
	margin-top: 80px;
	border-top-right-radius: var(--border_radius_photo_pc);
	border-bottom-right-radius: var(--border_radius_photo_pc);
}
#section--photo .photo--wrap .img__unit.photo__right {
	position: absolute;
	right: 0;
	border-top-left-radius: var(--border_radius_photo_pc);
	border-bottom-left-radius: var(--border_radius_photo_pc);
}
@media screen and (max-width: 768px){
	#section--photo .photo--wrap { padding-bottom: 80px; }
	#section--photo .photo--wrap .img__unit.photo__left {
		margin-top: 32px;
		border-top-right-radius: var(--border_radius_photo_sp);
		border-bottom-right-radius: var(--border_radius_photo_sp);
	}
	#section--photo .photo--wrap .img__unit.photo__right {
		border-top-left-radius: var(--border_radius_photo_sp);
		border-bottom-left-radius: var(--border_radius_photo_sp);
	}
}

/* 女性写真 - アニメーション */
.anime_blur {
	opacity: 0;
	transform: scale(1.4);
	filter: brightness(1.7) blur(10px);
	transition: all 1s ease-in-out;
}
.anime_blur_active {
	opacity: 1;
	transform: scale(1);
	filter: brightness(1) blur(0);
}
.anime_fade {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.5s ease-out;
}
.anime_fade_active {
	opacity: 1;
	transform: translateY(0);
}

/* ランキング */
section#section--top--ranking_01 {
	margin-inline: auto;
	/* background: url(../images/bg_ranking.webp) center top / cover no-repeat; */
	min-height: 880px;
}

@media screen and (max-width: 768px){
	section#section--top--ranking_01 {
		/* background: url(../images/bg_ranking.webp) 70% top / cover no-repeat; */
		min-height: 380px;
	}
}
section#section--top--ranking_01.lazy-background {
    /* min-height: 200px; */
    background-color: #f0f0f0; /* プレースホルダーの色 */
    background-size: cover;
    background-position: center;
}
section#section--top--ranking_01.lazy-background.loaded {
    /* JavaScriptで追加されるクラス */
    background-image: var(--bg-image-url); /* JavaScriptで設定されるCSS変数 */
}

section#section--top--ranking_01.section--wrapper { padding: 80px 1.0rem 120px; }
@media screen and (max-width: 768px){
	section#section--top--ranking_01.section--wrapper { padding: 80px 1.0rem 80px; }
}
section#section--top--ranking_01 .inner {
	max-width: 1020px;
	position: relative;
}
section#section--top--ranking_01 .title__section {
	text-align: right;
	line-height: 0.5;
	position: absolute;
	top: 0;
	right: 40px;
}
section#section--top--ranking_01 .title__section p {
	font-family: var(--font-title);
	font-size: clamp(6.0rem, 10.5vw, 8.0rem);
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.8;
	background: var(--bg-gradation1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
section#section--top--ranking_01 .title__section span {
	text-align: center;
	display: inline-block;
	max-width: 580px;
	background: rgba(255, 255, 255, 0.5);
	padding: 6px 16px;
	border-radius: 40px;
	font-size: 1.0rem;
	line-height: 1.4;
	color: var(--blue_color1);
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.1);
}

section#section--top--ranking_01 .cast_box {
	/* position: relative; */
	max-width: 1020px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	justify-content: center;
	align-items: end;
	column-gap: min(8%, 80px);
	row-gap: 24px;
	/* padding: 96px 40px 0; */
	padding: 160px 40px 0;
}
section#section--top--ranking_01 .cast_box .cast_box_list {
	position: relative;
	display: flex;
    flex-direction: column;
}
section#section--top--ranking_01 .cast_box .cast_box_list:nth-child(2) { transition-delay: 0.2s; }
section#section--top--ranking_01 .cast_box .cast_box_list:nth-child(3) { transition-delay: 0.4s; }

section#section--top--ranking_01 .cast_box .cast_box_list:first-child::before,
section#section--top--ranking_01 .cast_box .cast_box_list:first-child::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 96px;
	height: 96px;
	background-size: contain;
	filter: var(--filter_main_color1);
}
section#section--top--ranking_01 .cast_box .cast_box_list:first-child:before {
	top: -40px;
	left: -40px;
	background: url(../images/frame_pickup_left_top.svg) no-repeat 50% 50%;
}
section#section--top--ranking_01 .cast_box .cast_box_list:first-child:after {
	bottom: -40px;
	right: -40px;
	background: url(../images/frame_pickup_right_bottom.svg) no-repeat 50% 50%;
}
section#section--top--ranking_01 .cast_box .cast_box_list:nth-child(3n) { margin-right: 0; }

@media screen and (max-width: 768px){
	section#section--top--ranking_01 .title__section {
		position: initial;
		text-align: center;
	}
	section#section--top--ranking_01 .title__section p {
		font-family: var(--font-title);
		font-size: 4.0rem;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 1;
		background: var(--bg-gradation1);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	section#section--top--ranking_01 .title__section span {
		max-width: 320px;
		padding: 6px 32px;
	}
	section#section--top--ranking_01 .cast_box {
		display: grid;
		justify-items: center;
		align-items: start;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		column-gap: 8px;
		row-gap: 64px;
		padding: 64px 0 0;
	}
	section#section--top--ranking_01 .cast_box .cast_box_list { max-width: 240px; }
	section#section--top--ranking_01 .cast_box .cast_box_list:nth-child(2),
	section#section--top--ranking_01 .cast_box .cast_box_list:nth-child(3) {
		transition-delay: none;
	}
	section#section--top--ranking_01 .cast_box .cast_box_list:first-child {
		grid-column: 1 / -1; /* 1番目だけ全幅（横1個） */
		justify-self: center;
		width: 100%;
	}
	section#section--top--ranking_01 .cast_box .cast_box_list:not(:first-child) { padding: 6px; }
	section#section--top--ranking_01 .cast_box .cast_box_list:not(:first-child) .icon_ranking {
		top: -16px;
		left: -16px;
	}
	section#section--top--ranking_01 .cast_box .cast_box_list:not(:first-child) .icon_ranking img { max-width: 56px; }
	section#section--top--ranking_01 .cast_box .cast_box_list:nth-child(3) { padding-top: 40px; }
}
section#section--top--ranking_01 .cast_box .cast_box_list .icon_ranking {
	position: absolute;
	top: -16px;
	left: -16px;
}
section#section--top--ranking_01 .cast_box .cast_box_list .icon_ranking img { max-width: 80px; }
section#section--top--ranking_01 .cast_box .cast_box_list:first-child .icon_ranking img { max-width: 96px; }
@media screen and (max-width: 768px){
	section#section--top--ranking_01 .cast_box .cast_box_list .icon_ranking img { max-width: 64px; }
}
section#section--top--ranking_01 .cast_box .cast_box_list .rank img { max-width: 248px; }
section#section--top--ranking_01 .cast_box .cast_box_list .comment {
	line-height: 1.6;
	padding: 8px;
    background: rgba(var(--white_rgb_color1), 0.5);
}

@media screen and (max-width: 768px){
	section#section--top--ranking_01 .cast_box .cast_box_list .img__unit .icon span {
		font-size: 0.7rem;
		padding: 3px 8px;
	}
}

/* バナー */
#bnr.section--wrapper { padding: 80px 1.0rem 0; }
#bnr a {
	width: 100%;
	display: block;
}
#bnr a img {
	max-width: 400px;
	width: 100%;
	height: auto;
}
aside#bnr ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-inline: auto;
}
aside#bnr ul li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

/* コンセプト */
#section--concept .title__section { text-align: center; }
#section--concept .inner{ max-width: 960px; }
#section--concept .txt--unit {
	padding: 24px 0;
	letter-spacing: 2px;
	text-align: center;
	font-size: 1.0rem;
}
@media screen and (max-width: 768px){
	#section--concept .title__section { text-align: left; }
	#section--concept .txt--unit{
		padding: 10px 0;
		text-align: left;
		font-size: 0.9rem;
	}
}

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

英語ページ(en.html)

****************************************/
/*共通部分*/
#contents_multiLanguage #section--concept,
#contents_multiLanguage #section--schedule--today,
#contents_multiLanguage #contents_system,
#contents_multiLanguage #contents_access,
#contents_multiLanguage #contents_attention{
	padding: 50px 10px;
}
#contents_multiLanguage #section--schedule--today,
#contents_multiLanguage #contents_access{
	background: var(--white_color1);
}
.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 #section--concept { text-align: left; }
#contents_multiLanguage #section--concept h2 {
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#contents_multiLanguage #section--concept p { margin-bottom: 1rem; }

/*本日の出勤情報 タブ*/
#contents_multiLanguage #section--schedule--today{ min-height: 500px; }
#contents_multiLanguage .schedule_select .schedule_tab_list li {
	cursor: pointer;
	padding: 10px;
	display: block;
	font-size: 12px;
	background: #999;
	transition: 0.4s ease;
}
#contents_multiLanguage .schedule_select .schedule_tab_list li:hover { opacity: 0.6; }
#contents_multiLanguage .schedule_day_wrap .schedule_day_box { display: none; }
#contents_multiLanguage .schedule_day_wrap .schedule_day_box.active {
	display: block;
	animation: fadeIn 1s ease-out forwards;
}
#contents_multiLanguage .schedule_nav li.active {
	background: #000;
	color: var(--white_color1);
}
#contents_multiLanguage .schedule_nav li.active:hover{ opacity: 1; }
/*本日の出勤情報 セラピ*/
#contents_multiLanguage .cast_box { grid-template-columns: repeat(3, minmax(0, 1fr))!important; }
#contents_multiLanguage .cast_box .cast_box_list .img__unit { aspect-ratio: 1 / 1; }
#contents_multiLanguage .cast_box .cast_box_list .img__unit:before { display: none; }
#contents_multiLanguage .img__unit .img_cast{
	aspect-ratio: 2 / 3;
	position: absolute;
}
#contents_multiLanguage .img__unit .img_cast:nth-child(1){
	width: 66.6%;
	height: auto;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
}
#contents_multiLanguage .img__unit .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__unit .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__unit .img__unit_frame{
	width: 66.6%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
}
#contents_multiLanguage .img__unit .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--wrap { padding: 0 1.6rem; }
@media screen and (max-width: 768px){
	.contents--wrap { padding: 0 1.0rem; }
}
#contents__cast.contents--wrap,
#contents__schedule.contents--wrap {
	padding: 0;
}
@media screen and (max-width: 768px){
	#contents__cast.contents--wrap,
	#contents__schedule.contents--wrap {
		padding: 0;
	}
}


.contents--wrap .inner { padding: 160px 0 80px; }
@media screen and (max-width: 768px){
	.contents--wrap .inner { padding: 120px 0 80px; }
}


#contents__cast.contents--wrap .inner,
#contents__schedule.contents--wrap .inner,
#contents__contact.contents--wrap .inner,
#contents__err.contents--wrap .inner {
	padding: 160px 0;
}
@media screen and (max-width: 768px){
	#contents__cast.contents--wrap .inner,
	#contents__schedule.contents--wrap .inner,
	#contents__contact.contents--wrap .inner,
	#contents__err.contents--wrap .inner {
		padding: 120px 0;
	}
}
.profile_box_schedule .inner { padding: 0 0 160px; }
@media screen and (max-width: 768px){
	.profile_box_schedule .inner { padding: 0 0 80px; }
}



/* 下層ビジュアル */
.subvisual, .subvisual:before  {
	height: 35vh;
	min-height: 340px;
}
.subvisual {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
}
.subvisual:before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 65%;
	display: block;
	z-index: -1;
	background: url(../images/bg_subvisual.webp) right bottom no-repeat;
	background-size: cover;
}
.subvisual .subvisual__txt {
	margin-inline: auto;
	width: min(100%, 1280px);
	text-align: left;
	margin-bottom: -40px;
	padding-left: 1.0rem;
}
.subvisual .subvisual__txt p {
	width: 70%;
	height: 100%;
	display: block;
	background: rgba(var(--white_rgb_color1), 0.8);
	color: var(--sub_color1);
    line-height: 0.7;
	font-family: var(--font-title);
	font-size: 3.6rem;
	font-size: clamp(2.8rem, 7.0vw, 3.6rem);
	font-weight: 300;
	text-transform: uppercase;
	padding: 96px 2.8rem;
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.1);
}
.subvisual .subvisual__txt span{
	font-family: var(--font-sans);
	font-weight: 400;
	font-size: 1.0rem;
	letter-spacing: 2px;
	text-transform: initial;
}
@media screen and (max-width: 768px){
	.subvisual, .subvisual:before  {
		height: 30vh;
		min-height: 240px;
	}
	.subvisual:before { width: 75%; }
	.subvisual .subvisual__txt p {
		width: 85%;
		padding: 64px 2.0rem;
	}
	.subvisual .subvisual__txt span{ font-size: 0.9rem; }
}


/****************************************
セラピスト一覧ページ & スケジュールページ
****************************************/
/* テキストメニュー */
.schedule_nav {
    margin: 40px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1280px;
    gap: 8px;
}
.schedule_nav li { width: calc((100% - 8px) / 2); }
.en .schedule_nav li {
	padding: 10px;
	display: block;
	font-size: 12px;
	background: var(--gray_color1);
	transition: 0.4s ease;
}
.schedule_nav li a {
	padding: 10px;
	display: block;
    font-size: clamp(0.8rem, 1.5vw, 1.0rem);
	background: rgba(var(--purple_rgb_color2), 0.5);
	transition: 0.4s ease;
	border: 1px solid var(--frame_border_color1);
}
.schedule_nav li a:hover { opacity: 0.6; }
.schedule_nav li.active a {
	background: var(--main_color1);
	color: var(--white_color1);
}
.schedule_nav li.active a:hover{ opacity: 1; }
@media screen and (max-width: 768px) {
	.schedule_nav li:first-child{ width: 100%; }
	.schedule_nav li a { font-size: 0.9rem; }
}
@media screen and (min-width: 768px) {
	.schedule_nav li,
	.schedule_nav li:first-child {
		width: calc((100% - 48px)/ 7 );
	}
}

/* ナビゲーションボタン 上書き*/
.sch_nav_btn.swiper-button-prev,
.sch_nav_btn.swiper-button-next {
	margin-top: 0;
	width: 72px;
	height: 32px;
	background: rgba(var(--purple_rgb_color2), 0.5);
    border: 1px solid var(--gray_color1);
	color: var(--main_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 8px 0 16px;
}
.sch_nav_btn.swiper-button-next {
	top: 0;
	right: 0;
	padding: 0 16px 0 8px;
}
.sch_nav_btn.swiper-button-prev.swiper-button-disabled,
.sch_nav_btn.swiper-button-next.swiper-button-disabled {
	opacity: 0.01;
}

.sch_nav_btn.swiper-button-prev:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	margin: auto;
	border-bottom: solid 2px var(--main_color1);
	border-left: solid 2px var(--main_color1);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 2px;
	left: 10px;
}
.sch_nav_btn.swiper-button-next:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	margin: auto;
	border-top: solid 2px var(--main_color1);
	border-right: solid 2px var(--main_color1);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 2px;
	right: 10px;
}





/****************************************
セラピスト一覧ページ
****************************************/
section#contents__cast .btn--prev--next.btn--unit { padding-top: 64px; }

section#contents__cast .cast_box .cast_box_list {
	display: grid;
	grid-template-rows: subgrid;
    grid-row: span 3;
	gap: 8px;
}
section#contents__cast .cast_box .cast_box_list:has(> div:nth-of-type(2):last-of-type) {
	grid-row: span 2;
}

/****************************************
週間スケジュールページ
****************************************/
/* #contents__schedule.contents--wrap { padding: 0; } */
#contents__schedule .schedule_week_box { padding: 0 1.0rem; }

#contents__schedule .schedule_box{ text-align: left; }
#contents__schedule .schedule_box li{
	padding: 10px;
	background: #e0e0e0;
	grid-template-columns: 10% auto;
	align-items: start;
	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__unit{
	width: 100%;
    padding-right: 20px;
}
/*以下のサイズはサイトに合わせてください*/
#contents__schedule .schedule_box .img__unit img{ max-width: 100%; }
@media screen and (max-width: 768px) {
	#contents__schedule .schedule_box li{ grid-template-columns: auto; }
	#contents__schedule .schedule_box .img__unit{
        width: 50%;
        padding-right: 0px;
        margin: 0 auto 10px;
	}
}

/****************************************
プロフィールページ
****************************************/
#contents__profile .profile--wrap {
	display: grid;
	grid-template-columns: 300px auto;
	gap: 40px;
	max-width: 960px;
	width: 100%;
	margin-inline: auto;
}
@media screen and (max-width: 768px) {
	#contents__profile .profile--wrap {
		display: flex;
		flex-direction: column;
	}
}
#contents__profile .profile_box_right,
#contents__profile .profile_box_left {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	word-break: break-word;
}
#contents__profile .profile_box_left .img__unit{
	position: relative;
	text-align: center;
	overflow: hidden;
	aspect-ratio: 2 / 3;
	margin-bottom: 16px;
	margin-inline: auto;
}
@media screen and (max-width: 768px) {
	#contents__profile .profile_box_left .img__unit{ max-width: 300px; }
}
#contents__profile .profile_box_left .img__unit .icon_new {
	max-width: 56px;
    width: 25%;
	height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.profile_box_right .profile__txt__wrap {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.profile_box_right .frame--white01 { margin-bottom: 40px; }
.profile_box_right .frame--white01:last-child { margin-bottom: 0; }
.profile_box_right .frame--white01 ul {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.profile_box_right .frame--white01 .title__grd01 {
	padding: 4px;
	margin-bottom: 16px;
}
.profile_box_right .frame--white01 .title__grd01 p {
	padding: 4px 0;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.profile_box_right .frame--white01 .title__grd01 p {
        padding: 4px 0;
        font-size: 1.0rem;
	}
}

.profile_box_right :is(.contents--status, .contents--comment) { font-size: 1.0rem; }
@media screen and (max-width: 768px){
	.profile_box_right :is(.contents--status, .contents--comment) { font-size: 0.9rem; }
}

.profile_box_right .contents--comment .txt__unit { text-align: left; }
.profile_box_right .contents--comment .rank { margin-bottom: 15px; }
.profile_box_right .contents--comment .rank img {
	max-width: 320px;
	width: 100%;
	height: auto;
}

/* プロフィール - ランク別エディター */
.profile_box_right .contents--comment .txt__editor table {
	width: 100%;
	max-width: 100%;
	border-left: 1px solid var(--frame_border_color1);
	border-top: 1px solid var(--frame_border_color1);
	border-spacing: 0;
	text-align: left;
}
.profile_box_right .contents--comment .txt__editor table tr :is(th, td) {
	width: calc(100% / 2);
	padding: 12px 16px;
	border-color: var(--frame_border_color1);
	border-style: solid;
	border-width: 1px;
}
.profile_box_right .contents--comment .txt__editor table tr th {
	background: var(--purple_color2);
	color: var(--main_color1);
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.profile_box_right .contents--comment .txt__editor table tr :is(th, td) {
		padding: 8px 12px;
		font-size: 0.9rem;
	}
}
.profile_box_right .contents--comment .txt__editor img {
	max-width: 100%;
	height: auto!important;
}

.profile_box_right .name  {
	font-family: var(--font-serif);
    font-size: clamp(1.2rem, 4.0vw, 1.4rem);
	line-height: 1.4;
}
.profile_box_right .name img{
	width: 50px;
	vertical-align: sub;
}
.profile_box_right .size {
	font-size: 0.9rem;
	line-height: 1.4;
	font-weight: 400;
}
.profile_box_right .url a { color: var(--purple_color1); }
.profile_box_right .icon img{
	width: 49%;
	max-width: 50px;
}
/*以下のサイズはサイトに合わせてください*/
#contents__profile .img__unit > img:not(.icon_new) {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile_box_right .sns__x a {
	width: 100%;
	display: block;
}
.profile_box_right .sns__x a img {
	max-width: 400px;
	width: 100%;
	height: auto;
}

.profile_box_right video{ width:100%; }
.profile_box_schedule{ clear: both; }

/* アイコン - 状態 */
.profile_box_right .icon {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.profile_box_right .icon span {
	background: rgba(var(--pink_rgb_color1), 0.8);
	color: var(--white_color1);
	border-radius: 40px;
	border: 1px solid var(--white_color1);
	line-height: 1.0;
	font-size: 0.9rem;
    padding: 4px 10px;
}
@media screen and (max-width: 768px){
	.profile_box_right .icon span {
		font-size: 0.8rem;
		padding: 3px 8px;
	}
}

/* アイコン - SNS */
/* .profile_box_right .sns__box {
    display: flex;
    justify-content: center;
	margin-bottom: 30px;
}
.profile_box_right .sns__box img{
    width: 30px;
    margin: 0 4px;
} */

/* アイコン - 得意 */
/* #contents__profile .profile_option_box p{
	width: calc(100% / 3);
	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;
} */


/*出勤タイムライン設定*/
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 .inner { padding: 0 0 80px; } */
.profile_box_schedule .title__contents { margin-bottom: 16px; }
.profile_box_schedule .profile_sch_box {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	box-sizing: border-box;
	border: 1px solid var(--frame_border_color1);
	margin: 40px 0 0;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable {
	flex-grow: 1;
	height: 100%;
	border-left: 1px solid var(--frame_border_color1);
}
.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: 5px;
	border-left: 1px solid var(--frame_border_color1);
	border-bottom: 1px solid var(--frame_border_color1);
	background: var(--main_color1);
	color: var(--white_color1);
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 5px;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check .sch__entry__check {
	color: var(--main_color1);
	line-height: 1.6;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check .sch__info__txt {
	color: var(--pink_color1);
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check .sch__full__txt {
	color: var(--sub_color1);
	border-radius: 40px;
	border: 1px solid var(--sub_color1);
}

.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check .icon_shop_chart {
    padding: 5px 20px;
}
@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;
		border-left: none;
	}
	.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_date {
		flex-basis: 50%;
		border-left: none;
	}
	.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
		flex-basis: 50%;
		border-bottom: 1px solid var(--frame_border_color1);
		height: initial;
	}
}
/* ↑↑ ここまで レスポンシブ用スケジュール */

/*
プロフィールページ 感想
*/
/* .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: var(--white_color1);
}
.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: var(--white_color1);
	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.contents--wrap .inner.contents__top {
    padding: 120px 0 0;
	width: min(100%, 960px);
}
@media (max-width: 767px){
	#contents__system.contents--wrap .inner.contents__top { padding: 80px 0 0; }
}

/* 言語切替 */
#contents__system .translation .translation--wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-inline: auto;
	text-transform: uppercase;
	background: var(--white_color1);
	padding: 16px;
}
#contents__system .translation .translation--wrap .title__translation {
	max-width: 200px;
	width: 30%;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 1px;
	display: block;
}
#contents__system .translation .translation--wrap ul {
	width: 100%;
	max-width: 720px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
}
#contents__system .translation .translation--wrap ul li {
	display: block;
	width: 100%;
	background: var(--white_color1);
	box-shadow: 0 1px 4px rgba(60, 86, 129, 0.2);
	border-radius: 8px;
}
#contents__system .translation .translation--wrap ul li.bg__on {
	background: var(--frame_bg_color2);
	border: 1px solid var(--frame_border_color2);
	box-shadow: none;
}
#contents__system .translation .translation--wrap ul li a,
#contents__system .translation .translation--wrap ul li p {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	width: 100%;
	text-align: left;
	letter-spacing: 1px;
	font-size: 0.8rem;
	padding: 8px 12px;
	word-break: break-all;
}
#contents__system .translation .translation--wrap ul li img {
	max-width: 32px;
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media (max-width: 960px){
	#contents__system .translation .translation--wrap {
		flex-direction: column;
		gap: 8px;
	}
	#contents__system .translation .translation--wrap ul li a,
	#contents__system .translation .translation--wrap ul li p {
		letter-spacing: 0;
		font-size: 0.7rem;
		padding: 6px;
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	#contents__system .translation .translation--wrap ul li img { max-width: 32px; }
	#contents__system .concept .img--unit { min-height: initial; }
}

/* コンセプト　- 全体 */
#contents__system .concept {
	width: min(100%, 1280px);
	margin-inline: auto;
}
#contents__system .concept .concept--wrap { position: relative; }
#contents__system .concept .img--unit {
	max-width: 800px;
	width: 80%;
	min-height: 800px;
}
@media (max-width: 767px){
	#contents__system .concept .img--unit { min-height: initial; }
}

#contents__system .concept .img--unit img {
	width: 100%;
	height: auto;
}
#contents__system .concept .txt--unit {
	color: var(--sub_color1);
	max-width: 720px;
	width: 100%;
	position: absolute;
	bottom: 160px;
	right: 24px;
	text-align: left;
	padding: 2.0rem;
	font-family: var(--font-serif);
	letter-spacing: 1px;
	border-radius: 16px;
	background-color: rgba(var(--white_rgb_color1), 0.5);
	border: 1px solid rgba(242, 236, 250, 0.6);
	box-shadow: 0 5px 20px rgba(60, 86, 129, 0.1);
	backdrop-filter: blur(20px);
	animation: blurIn 1.5s ease-out forwards;
	animation-delay: 0s;
	opacity: .01;
}
#contents__system.system--ja .concept .txt--unit { letter-spacing: 3px; }
@keyframes blurIn {
	0% {
		opacity: 0.01;
		filter: blur(50px);
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}

/* コンセプト　- 花びら */
#contents__system .concept .txt--unit .flower__right {
	position: absolute;
	right: -40px;
    top: -40px;
}
#contents__system .concept .txt--unit .flower__left {
	position: absolute;
	left: -40px;
	bottom: -40px;
}
#contents__system .concept .txt--unit .flower__right img,
#contents__system .concept .txt--unit .flower__left img {
	max-width: 120px;
	width: 100%;
	height: auto;
}
#contents__system .concept .txt--unit .title__concept {
	font-size: clamp(1.2rem, 4.5vw, 2.0rem);
	line-height: 1.6;
	margin-bottom: 8px;
	position: relative;
	z-index: 10;
}
#contents__system .concept .txt--unit p {
    font-size: clamp(0.9rem, 3.0vw, 1.0rem);
	margin-bottom: 24px;
}

/* コンセプト　- プレイ内容 */
#contents__system .concept .list__play {
	border: 2px solid var(--pink_color1);
	padding: 1.0rem;
}
#contents__system .concept .list__play .title__play {
	text-align: center;
	width: 100%;
	margin-inline: auto;
}
#contents__system .concept .list__play .title__play span {
	position: relative;
	display: inline-block;
	padding: 0 56px;
	color: var(--pink_color1);
	font-size: 1.2rem;
}

#contents__system .concept .list__play .title__play span:before,
#contents__system .concept .list__play .title__play span:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background: var(--pink_color1);
}

#contents__system .concept .list__play .title__play span:before { left:0; }
#contents__system .concept .list__play .title__play span:after { right: 0; }
#contents__system .concept .list__play ul {
	padding-top: 12px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}
#contents__system .concept .list__play ul li {
	padding: 8px;
	background: var(--pink_color1);
	color: var(--white_color1);
	text-align: center;
	line-height: 1.4;
	display: flex;
	align-items: center;
    justify-content: center;
}
@media (max-width: 767px){
	#contents__system .concept { margin-bottom: 0; }
	#contents__system .concept .concept--wrap{
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	#contents__system .concept .img--unit {
		width: 100%;
		margin-inline: auto;
	}
	#contents__system .concept .txt--unit {
		position: relative;
		bottom: initial;
		right: initial;
		margin-top: -120px;
		width: 100%;
		font-size: 0.9rem;
		letter-spacing: 2px;
		padding: 1.0rem;
	}
	#contents__system .concept .txt--unit p { margin-bottom: 16px; }
	#contents__system .concept .list__play { padding: 0.6rem; }
}

#contents__system.contents--wrap .inner.contents__bottom {
    padding: 0 0 80px;
	width: min(100%, 960px);
}
@media screen and (max-width: 768px) {
	#contents__system.contents--wrap .inner.contents__bottom { padding: 40px 0 80px; }
}

/* 料金表 */
.pricelist ul {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.pricelist .title__grd01 { padding: 8px; }
.pricelist .title__grd01 p {
	padding: 16px 0;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.pricelist .title__grd01 p {
		padding: 8px 0;
		font-size: 1.2rem;
	}
}
#contents__system  .txt__supplement {
	font-size: 0.9rem;
	padding-top: 16px;
}

#contents__system .table__system{
    font-size: 1.2rem;
	width: 100%;
}
#contents__system .table__system tr{ border-bottom: 1px solid rgb(95 82 82 / 20%); }
#contents__system .table__system :is(th, td) {
    text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 16px 0;
	line-height: 1.2;
	vertical-align: middle;
}
#contents__system .table__system td:not(:nth-child(2)) { width: 35%; }
#contents__system .table__system td:nth-child(2) { width: 30%; }
/* #contents__system .menu__secret > .table__system td:first-child { width: 40%; } */
/* #contents__system .menu__secret > .table__system td:is(:nth-child(2), :nth-child(4)) { width: 10%; } */
/* #contents__system .menu__secret > .table__system td:is(:nth-child(3), :nth-child(5)) { width: 20%; } */
#contents__system .menu__secret > .table__system td:not(:nth-child(4)) { width: 23%; }
#contents__system .menu__secret > .table__system td:nth-child(4) { width: 8%; }

@media screen and (max-width: 768px) {
	#contents__system .table__system :is(th, td) { font-size: 1.2rem; }
	#contents__system .table__system td:not(:nth-child(2)) { width: 40%; }
	#contents__system .table__system td:nth-child(2) { width: 20%; }
	#contents__system .menu__secret > .table__system td:first-child { width: 20%; }
	#contents__system .menu__secret > .table__system td:is(:nth-child(2), :nth-child(4)) { width: 10%; }
	#contents__system .menu__secret > .table__system td:is(:nth-child(3), :nth-child(5)) { width: 25%; }
}
#contents__system .table__system .txt__red { color: var(--pink_color1); }
#contents__system .table__system th .txt__red { font-size: 1.0rem; }

#contents__system .table__system .txt__strikethrough {
  position: relative; /* 親要素に配置設定 */
  display: inline-block; /* 文字幅に合わせる */
}
#contents__system .table__system .txt__strikethrough::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%; /* 親要素の幅に合わせる */
	height: 2px; /* 線の太さ */
	background: var(--main_color1); /* 線の色 */
	transform: translateY(-50%); /* 中央配置 */
}

#contents__system .table__system :is(th, td) span { font-size: 1.2rem; }
#contents__system .table__system td.op_txt span {font-size: 1.0rem;}
#contents__system .table__system td span.dot__line { font-size: 0.8rem; }

@media screen and (max-width: 768px) {
	#contents__system .table__system th .txt__red { font-size: 0.9rem; }
	#contents__system .table__system :is(th, td) span { font-size: 0.9rem; }
	#contents__system .table__system td span.dot__line { font-size: 0.7rem; }
}

/* 上位ランク */
#contents__system .highrank--unit {
	background: var(--pink_color2);
	padding: 24px;
}
#contents__system .highrank--unit .txt__highrank {
	font-size: 1.2rem;
	color: var(--pink_color1);
	margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
	#contents__system .highrank--unit { padding: 16px; }
	#contents__system .highrank--unit .txt__highrank {
		font-size: 1.0rem;
		margin-bottom: 0;
	}
}
.atten__frame {
	margin-top: 80px;
	text-align: left;
	font-size: 0.8rem;
}
.atten__frame .title--borderside { font-size: 0.9rem; }
.atten__frame ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 16px;
	margin-bottom: 16px;
	list-style: disc;
}
.atten__frame ul li {
	font-feature-settings: normal;
	margin-left: 24px;
}
@media screen and (max-width: 768px) {
	.atten__frame { margin-top: 40px; }
	.atten__frame ul { display: block; }
	.atten__frame ul li { margin-left: 18px; }
}

/****************************************
求人情報ページ
****************************************/
#contents__recruit .contents--description,
#contents__entry .contents--form {
    font-size: 1.0rem;
}
#contents__recruit .btn__form,
#contents__entry .btn__form {
    padding-top: 32px;
}
@media screen and (max-width: 768px) {
	#contents__recruit .contents--description,
	#contents__entry .contents--form {
		font-size: 0.9rem;
	}
}

/* 募集要項 */
#contents__recruit.contents--wrap .inner { padding: 160px 0 0; }
@media screen and (max-width: 768px) {
    #contents__recruit.contents--wrap .inner { padding: 80px 0 0; }
}
#contents__recruit.contents--wrap .img__unit {
    margin-inline: auto;
	max-width: 960px;
	margin-bottom: 80px;
}
#contents__recruit.contents--wrap .img__unit img {
    width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	#contents__recruit.contents--wrap .img__unit { margin-bottom: 40px; }
}

/* 応募フォーム */
#contents__entry .txt__unit { text-align: center; }
#contents__entry .txt__unit.txt__top { margin-bottom: 32px; }
#contents__entry .txt__unit.txt__bottom { padding-top: 32px; }

#contents__entry .table_form ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#contents__entry .table_form ul li .arrow_u {
	position: relative;
	/* display: inline-block; */
	padding-left: 20px;
}
#contents__entry .table_form ul li .arrow_u:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px var(--main_color1);
	border-right: solid 2px var(--main_color1);
	transform: rotate(45deg);
	position: absolute;
	top: -6px;
	left: 4px;
	bottom: 0;
	margin: auto;
}

/* 応募フォーム - 送信完了 */
#contents__recruit.contents__finish .btn__form {
	font-size: 1.0rem;
	margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
#contents__recruit.contents__finish .btn__form {
		font-size: 0.9rem;
		margin-bottom: 40px;
    }
}

/****************************************
お問い合わせページ
****************************************/
#contents__contact .txt__unit.txt__bottom { padding-top: 32px; }
#contents__contact .btn__form { padding-top: 32px; }
@media screen and (max-width: 768px) {
	#contents__contact .contents--description { font-size: 0.9rem; }
}

/****************************************
ホテルページ
****************************************/
#contents__hotel.contents--wrap #roomlist .inner { padding: 40px 0 120px; }
@media screen and (max-width: 768px){
	#contents__hotel.contents--wrap #roomlist .inner { padding: 0 0 80px; }
}

#contents__hotel .column--block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.0rem;
}
#contents__hotel .hotelmap { padding-top: 82px; }

@media screen and (max-width: 768px){
	#contents__hotel .column--block {
		display: flex;
		flex-direction: column;
	}
	#contents__hotel .hotelmap {
		order: 1;
		padding-top: 0;
	}
	#contents__hotel .howtouse { order: 2; }
}

/* ご利用方法 */
#contents__hotel .howtouse .txt__unit:first-child { margin-bottom: 16px; }
#contents__hotel .howtouse .txt__unit p { text-align: left; }
#contents__hotel .howtouse :is(.lead__txt__top, .lead__txt__bottom) {
		font-size: 1.1rem; }
#contents__hotel .howtouse .lead__txt__top {
	color: var(--pink_color1);
	line-height: 1.6;
	margin-bottom: 8px;
}
#contents__hotel .howtouse .lead__txt__top span { font-size: 1.0rem; }
#contents__hotel .howtouse .lead__txt__bottom {
	text-align: left;
}
#contents__hotel .howtouse .lead__txt__bottom span {
	display: block;
	font-size: 0.9rem;
	line-height: 1.6;
	padding-top: 8px;
}
#contents__hotel .howtouse ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 24px;
}
#contents__hotel .howtouse ul li { text-align: left; }
#contents__hotel .howtouse ul li .btn--unit {
	text-align: center;
	padding-top: 8px;
}
#contents__hotel .howtouse .red { color: var(--red_color1); }
#contents__hotel .howtouse .title__list {
	color: var(--purple_color1);
	line-height: 1.4;
	font-size: 1.2rem;
	background: var(--gray_color2);
	padding: 6px 12px;
	margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
	#contents__hotel .howtouse :is(.lead__txt__top, .lead__txt__bottom) { font-size: 1.0rem; }
	#contents__hotel .howtouse .lead__txt__top span { font-size: 0.9rem; }
	#contents__hotel .howtouse .lead__txt__bottom {
		text-align: left;
	}
	#contents__hotel #roomlist .inner { padding: 0 0 80px; }
}

/* ホテル一覧 */
#contents__hotel #roomlist {
	display: block;
    padding-top: 96px;
    margin-top: -96px;
}

/* ホテル一覧 - タイトル */
#contents__hotel .title__room { font-size: 1.5em; }
#contents__hotel .title__room span { font-size: 0.75em; }

/* ホテル一覧 - リスト */
#contents__hotel #roomlist .list__hotel {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
#contents__hotel #roomlist .title__grd01 { margin-bottom: 16px; }
#contents__hotel #roomlist .hotel--table { width: 100%; }
#contents__hotel #roomlist .hotel--table tr :is(th, td) {
	width: 40%;
	border: 1px solid var(--frame_bg_color1);
    padding: 8px 10px;
}
#contents__hotel #roomlist .hotel--table tr :is(th, td):nth-child(2) { width: 20%; }
#contents__hotel #roomlist .hotel--table tr th { background: var(--gray_color2); }
#contents__hotel #roomlist .hotel--table tr td { text-align: left; }
#contents__hotel #roomlist .hotel--table a { color: var(--purple_color1); }
@media screen and (max-width: 768px) {
	#contents__hotel #roomlist .hotel--table tr :is(th, td) {
		width: calc(100% / 3)!important;
	}
}

/****************************************
リンクページ
****************************************/
#contents__link .link__about { margin-bottom: 80px; }
#contents__link .free_link_box img {
	max-width: 100%!important;
    width: auto!important;
    height: auto!important;
}
#contents__link .link__mutual .list_link_box { padding-top: 80px; }
@media screen and (max-width: 768px) {
	#contents__link .link__about { margin-bottom: 40px; }
	#contents__link .link__mutual .list_link_box { padding-top: 40px; }
}

/****************************************
404ページ
****************************************/
#contents__err .title__err {
	display: flex;
	flex-direction: row;
	justify-content: center;
    align-items: flex-end;
	gap: 16px;
	line-height: 0.8;
	font-size: 2.6rem;
	margin-bottom: 32px;
}
#contents__err .title__err span:nth-child(2) { font-size: 1.0rem; }
#contents__err .txt__unit p {
	font-size: 1.0rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#contents__err .title__err {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		font-size: 2.0rem;
	}
	#contents__err .txt__unit p {
		font-size: 0.9rem;
		text-align: left;
	}
}

/*---------------------------
円形アニメーション
---------------------------*/
/* .gradation01 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background-color: #000;
} */
.bg__circle__grd01 .item {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 50%;

	/* 回転アニメーション */
	transform-origin: 0 0;
	animation-name: rotate-item;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.bg__circle__grd01 .item-01 {
	z-index: 3;
	animation-duration: 15s;
}
.bg__circle__grd01 .item-02 {
	z-index: 2;
	left: 45%;
	animation-duration: 50s;
	animation-direction: reverse;
}
.bg__circle__grd01 .item-03 {
	z-index: 4;
	left: 40%;
	animation-duration: 8s;
}
.bg__circle__grd01 .item-04 {
	z-index: 1;
	animation-duration: 10s;
}
@media screen and (max-width: 768px) {
	.bg__circle__grd01 .item-02 { animation-duration: 10s; }
}
.bg__circle__grd01 .round {
	position: relative;
	border-radius: 50%;
}
.bg__circle__grd01 .round-01 {
	z-index: 3;
	top: 0%;
	width: 40vw;
	height: 40vw;
	background: #f6f8d070;
	filter: blur(50px);
	animation: flash 5s linear infinite;
}
.bg__circle__grd01 .round-02 {
	top: -20%;
	width: 50vw;
	height: 50vw;
	background-color: #d4c1ff;
	filter: blur(80px);
	animation: flash 8s linear infinite;
}
.bg__circle__grd01 .round-03{
	top: 60%;
	width: 50vw;
	height: 50vw;
	background-color: #f7b8df;
	filter: blur(100px);
	animation: flash 3s linear infinite;
}
.bg__circle__grd01 .round-04{
	top: -70%;
	left: -60%;
	width: 40vw;
	height: 40vw;
	background-color: #eee6ff30;
	filter: blur(150px);
	animation: flash 10s linear infinite;
}
@media screen and (max-width: 768px) {
	.bg__circle__grd01 .round-01 {
		top: 60%;
		background: #f6f8d0;
	}
	.bg__circle__grd01 .round-02 { top: -30%; }
	.bg__circle__grd01 .round-03 { top: 80%; }
	.bg__circle__grd01 .round-04 { top: -50%; }
}
/* 回転アニメーション */
@keyframes rotate-item {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/* 点滅アニメーション */
@keyframes flash {
	0%, 100% { opacity: 0.8; }
	50% { opacity: 0.5; }
}

/*---------------------------
ポップアップ用モーダル
---------------------------*/
.modal{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.modal:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: var(--black_color1);
	opacity: 0.7;
	top: 0;
	left: 0;
}
.modal-wrapper{
	width: calc(100% - 40px);
	max-width: 420px;
	min-width: 280px;
	height: auto;
	max-height: inherit;
	background-color: var(--white_color1);
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 5px;
}
.modal-contents{
	overflow: auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 5px;
	/* border: 2px solid var(--black_color1); */
	border: 4px solid;
    border-image: var(--bg-gradation4) 1;
	text-align: left;
}
.modal-content{ padding: 10% 10px 20%; }
.modal-close{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	color: var(--white_color1);
	background: var(--main_color1);
	padding: 2px 0px;
}

/*コピーボタンの部分*/
textarea.copy_text{
	overflow: scroll;
	resize: none;
	width: 100%;
	height: 70px;
	font-size: 0.9em;
	line-height: 1.6em;
}
textarea.copy_text:focus{
	border: 1px solid #b59d53;
	outline: none;
}
button.copy_btn{
	padding: 4px 30px;
	background: var(--black_color1);
	color: var(--white_color1);
	border: none;
	margin: 8px 0 0 auto;
	text-align: center;
	display: block;
}

/*細かな設定*/
.modal_title{
	font-size: min(2.2em, 7vw);
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 10px;
}
.modal_select_btn{
	text-align: center;
}
.modal_select_btn a{
	display: inline-block;
	margin-top: 6%;
	color: var(--black_color1);
	font-size: min(2em, 7vw);
	font-weight: lighter;
	text-align: center;
	border-bottom: solid 1px var(--black_color1);
	line-height: 1.4;
}
.modal_select_btn a:first-child{ margin-top: 3%; }
.modal_select_btn img{ width: 100%; }
.modal_btn{
	padding: 10px 0;
	font-size: 1.2em;
	color: var(--white_color1);
	display: block;
	text-align: center;
	margin: 10px auto 0;
	transition: .5s;
	background-size: 200%;
}
.modal_btn:hover{ background-position: right center; }
.modal .atten_box{ margin-bottom: 10px; }
.modal .atten_box ul li{
	line-height: 1.5;
	font-size: 0.7rem;
}
.modal .atten_box ul li.indent{
	padding-left: 1em;
	text-indent: -1em;
}
.txt_rule{
	text-align: center;
	margin-top: 20px;
	text-decoration: underline;
	text-decoration-color: var(--red_color1);
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.txt_rule:after{content: none;}

/*LINE予約*/
.modal_line_title{ color: var(--line_color1); }
.modal_line_title p span{ font-size: min(1.2rem, 5vw); }
.modal_line_btn{
	background: var(--line_color1);
	line-height: 20px;
	padding: 10px 0 8px;
}
:is(#modal_line_shop0, #modal_line_shop1) .txt_box,
:is(#modal_line_shop0, #modal_line_shop1) .txt_rule {
	margin-bottom: 6px;
}

/*電話*/
.modal_tel_title{ color: var(--purple_color1); }
.modal_tel_title p span{ font-size: min(1.2rem, 5vw); }
.modal_tel_btn {
	background: var(--purple_color1);
	line-height: 20px;
}
.modal_tel_btn span{ margin-left: 4px; }
.modal_tel_txt {
	margin: 0 auto 10px;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
}
.modal_tel_txt figure img{
	width: 100%;
	max-width: 160px;
	margin: 0 auto 6px;
	display: block;
}
.modal_tel_txt .txt_box { margin-bottom: 6px; }
.modal_tel_txt .txt_box p:last-child{ padding-top: 6px; }
.modal_tel_txt .txt_box ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.modal_tel_txt .txt_box ul li{ width: 50%; }
.modal_tel_txt .txt_box ul li.room { width: 100%; }

/* ルーム統一ver.用 */
#modal_tel_select .modal-contents,
#modal_line_select .modal-contents {
	overflow: initial;
}
#modal_tel_select .modal-contents .modal-content,
#modal_line_select .modal-contents .modal-content {
	padding: 0.6rem 0.3rem;
}
#modal_line_select .modal-contents .modal-content p.desc_txt { line-height: 1.5; }

/*閉じるボタン*/
#modal_tel_select .modal-contents .modal-close,
#modal_line_select .modal-contents .modal-close {
	position: absolute;
	top: -15px;
	left: -15px;
	font-size: 15px;
	line-height: 25px;
	border-radius: 100px;
	color: var(--white_color1);
	padding: 2px 0px;
	width: 30px;
	height: 30px;
}
.txt_rule{
	text-align: center;
	margin-top: 20px;
	text-decoration: underline;
	text-decoration-color: var(--red_color1);
}
#modal_line_select .modal-contents textarea { border: 2px solid var(--line_color1); }
#modal_line_select .modal-contents button.copy_btn {
	background: var(--line_color1);
	color: var(--white_color1);
	margin: 0 0 20px;
	width: 100%;
}