@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:normal;}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{color:#3e4349;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}p{max-height:999999px}ins{background-color:#ff9;color:#3e4349;text-decoration:none}mark{background-color:#ff9;color:#3e4349;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:bottom}input,select{vertical-align:middle}

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

 common (共通スタイル)

****************************************/
html, body {overflow-x: hidden;}
html {scroll-behavior: smooth;}
body {
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
	color: var(--deep_purple);
	font-size: 14px;
	font-weight: 400;
	font-family: "Gilda Display", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.8;
	letter-spacing: 0.1em;
    text-indent: 0.1em;
}
@keyframes fadeIn {
    0% { opacity: 0}
    100% { opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% { opacity: 0}
    100% { opacity: 1}
}
#wrapper {
	/* margin-top: 60px;*/
}
#wrapper::before{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-image: url(../images/bg_01.jpg);
	background-size: cover;
	z-index: -1;
}

@media screen and (min-width: 900px) {
	.sp{display: none !important;}
}
@media screen and (max-width: 901px) {
	.pc{display: none !important;}
}
@media screen and (min-width: 768px) {
	.sp_768{display: none !important;}
}
@media screen and (max-width: 769px) {
	.pc_768{display: none !important;}
}

.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.inner800{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.sub_page .inner,.sub_page .inner800 {padding: 40px 20px 60px;}

/*[id] {
	scroll-margin-top: 40px;
}*/

a{color: var(--deep_purple);}
main{margin: 0 auto;max-width: 1920px;width: 100%;}
main.sub_page{margin: auto 0;}
img{max-width: 100%;height: auto;}

/*リンクページのフリースペースと、新着情報の画像伸びないための*/
#contents_link .template_box img,
#section_topics article img,
#contents_topics img,
footer aside img,
.free_link_box img{
	width: auto;
	max-width: 100%!important;
	height: auto!important;
}

/*スクロールバー*/
::-webkit-scrollbar {width: 8px;}
body::-webkit-scrollbar-track {background-color: var(--white);}
::-webkit-scrollbar-track {background: none;}
::-webkit-scrollbar-thumb {
	background-color: var(--light_purple);
	border-radius: 100px;
}

/*選択時の背景色*/
::selection {background: var(--light_purple3);}

/* 配色 共通 */
:root {
	--deep_purple: #491F5D;
	--purple: #9D34D1;
	--light_purple: #BF98D2;
	--light_purple2: #EEDEF5;
	--light_purple3: #F7EFFB;
	--pink: #DA5E9A;
	--light_pink: #E699BE;
	--white: #fff;
	--gray: #C6C6C6;

	--grad_purple: linear-gradient(45deg,var(--purple) 0%, var(--light_purple) 100%);
	--grad_pink: linear-gradient(0deg,var(--pink) 0%, var(--light_pink) 100%);
	--grad_pink_90: linear-gradient(90deg,var(--pink) 0%, var(--light_pink) 100%);
	--grad_pink_btn: linear-gradient(90deg,var(--pink) 0%, var(--light_pink) 50%, var(--pink) 100%);

	/*--filter_deep_purple: brightness(0) saturate(100%) invert(12%) sepia(54%) saturate(2390%) hue-rotate(261deg) brightness(98%) contrast(93%);
	--filter_purple: brightness(0) saturate(100%) invert(31%) sepia(41%) saturate(3880%) hue-rotate(263deg) brightness(82%) contrast(99%);
	--filter_light_purple: brightness(0) saturate(100%) invert(78%) sepia(58%) saturate(418%) hue-rotate(206deg) brightness(92%) contrast(84%);*/
}

/*文字色*/
.atten_01, .atten_01 a{color: #5189b6;}
.atten_02, .atten_02 a{color: #b65151;}
.tc_pp{color: var(--purple);}
.tc_pp.marker {
    background: var(--light_purple2);
    padding: 5px 4px 2px;
}
.tc_pk{color: var(--pink);}

/*マージン*/
.mt_0 { margin-top: 0px !important; }
.mt_5 { margin-top: 5px !important; }
.mt_10 { margin-top: 10px !important; }
.mt_20 { margin-top: 20px !important; }
.mt_30 { margin-top: 30px !important; }
.mt_40 { margin-top: 40px !important; }
.mt_60 { margin-top: 60px !important; }
.mt_80 { margin-top: 80px !important; }

.mb_0 { margin-bottom: 0px !important; }
.mb_5 { margin-bottom: 5px !important; }
.mb_10 { margin-bottom: 10px !important; }
.mb_20 { margin-bottom: 20px !important; }
.mb_30 { margin-bottom: 30px !important; }
.mb_40 { margin-bottom: 40px !important; }
.mb_60 { margin-bottom: 60px !important; }
.mb_80 { margin-bottom: 80px !important; }
.mb_120 { margin-bottom: 120px !important; }

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

/*フォントサイズ*/
.fs_ss{font-size: 0.8em;}
.fs_s{font-size: 0.9em;}
.fs_12em{font-size: 1.2em;}
.fs_15em{font-size: 1.5em;}

h3.title {
    margin-bottom: 10px;
    font-size: 1.2em;
}

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

/*リンクhoverアクション　hoverでpurple*/
.link_act_02{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.link_act_02:hover{color: var(--purple);}

/*table設定*/
/*table01*/
.table_01 {
	width: 100%;
    text-align: left;
}
.table_01 th, .table_01 td {
	padding: clamp(16px, 2vw, 20px);
	width: 100%;
	display: block;
}
.table_01 th {
    text-align: center;
	background: var(--light_purple);
	color: var(--white);
	vertical-align: middle;
}
.table_01 td {background: rgba(255, 255, 255, 0.6);}
.table_01 tr:first-child th{border-radius: 8px 8px 0 0;}
.table_01 tr:last-child td{border-radius: 0 0 8px 8px;}
@media screen and (min-width: 520px) {
	.table_01 tr {display: flex;}
	.table_01 tr:not(:last-child){padding-bottom: 1px;}
	.table_01 th, .table_01 td {align-items: stretch;}
	.table_01 th {
		width: 35%;
		vertical-align: middle;
	    justify-content: center;
	    text-align: center;
	    flex-direction: column;
	    display: flex;
	}
	.table_01 td {width: 65%;}
	.table_01 tr:first-child th{border-radius: 8px 0 0 0;}
	.table_01 tr:first-child td{border-radius: 0 8px 0 0;}
	.table_01 tr:last-child th{border-radius: 0 0 0 8px;}
	.table_01 tr:last-child td{border-radius: 0 0 8px 0;}
}

/*table_form*/
table{width: 100%;}
::placeholder {color: var(--gray);}
.table_form{/*display: block;*/}
.table_form tr{
	border-bottom: 1px solid var(--light_purple2);
	padding: 14px 0 20px;
  	display: block;
}
.table_form tr:last-child{
	border-bottom: 0;
	padding: 14px 0 0;
}
.table_form th,
.table_form td{
	width: 100%;
	display: block;
	text-align: left;
}
.confirm .table_form td{
	padding: 16px 10px;
	background: var(--light_purple3);
	min-height:50px;
	overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}
.confirm .table_form tr.form_wide td{max-width: 190px;}
.table_form th{margin-bottom: 4px;}
.table_form .form_wide td input {max-width: 190px;}
@media screen and (min-width: 768px) {
	.table_form th,.table_form td{vertical-align: top;}
}

/*ボックス*/
.box_white{
	padding: clamp(40px, 4vw, 50px) clamp(20px, 3vw, 30px);
	background: rgba(255,255,255,0.6);
	border: 1px solid var(--white);
	border-radius: 8px;
}
.box_line_grad {
  	position: relative;
  	padding: clamp(40px, 4vw, 50px) clamp(20px, 3vw, 30px);
  	border-radius: 8px;
  	background: rgba(255,255,255,0.6);
  	z-index: 0;
}
.box_line_grad::before {
  	content: "";
  	position: absolute;
  	inset: 0; /* 親にぴったり重ねる */
  	border-radius: 8px;
  	padding: 2px; /* 枠の太さ */
  	width: calc(100% - 2px);
  	height: calc(100% - 2px);
  	background: var(--grad_purple);
  	-webkit-mask:
  	linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  	-webkit-mask-composite: xor;
  	mask-composite: exclude;
  	z-index: -1;
}

/*********** ボタン設定 ***********/
/*もっと見るボタン*/
.btn_more{
	font-style: normal;
	width: 100%;
	max-width: clamp(280px,36vw,360px);
	background: var(--grad_pink_btn);
	color: var(--white);
	border-radius: 8px;
	padding: 20px 10px;
	margin: 0 auto;
	background-position: 0% 50%;
	background-size: 200% auto;
  	transition: all 0.2s ease-out;
  	display: flex;
  	justify-content: center;
  	text-transform: uppercase;
  	position: relative;
  	font-family: 'COM4t Fine Regular', serif;
  	letter-spacing: 0.4em;
}
.btn_more::after{
	position: absolute;
    top: 20px;
    right: 20px;
    content: "→";
    font-size: 1.2em;
}
.btn_more:hover {background-position: 100% 51%;}

/*ピンクの共通ボタン*/
.btn_positive{
	width: 100%;
	max-width: clamp(280px,36vw,360px);
	background: var(--grad_pink_btn);
	color: var(--white);
	border-radius: 8px;
	padding: 20px 10px;
	background-position: 0% 50%;
	background-size: 200% auto;
  	transition: all 0.2s ease-out;
  	display: flex;
  	justify-content: center;
  	text-transform: uppercase;
  	align-items: center;
  	margin: 0 auto;
  	cursor: pointer;
  	font-family: "COM4t Fine Regular", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  	letter-spacing: 0.4em;
}
.btn_positive:hover {background-position: 100% 51%;}
.btn_box{
	display: grid;
	gap: 10px;
	justify-content: center;
	margin-top: 30px;
}


/* フォームのボタン */
.btn_wrapper {
  display: inline-block;
  position: relative;
  width: 200px;
}
.btn_wrapper input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/*リセットボタン*/
input[type="reset"],
.btn_negative {
	font-family: serif;
    padding: 0;
    background: none;
    margin: 10px auto 0;
    border: 0;
    border-bottom: 1px solid #888;
    color: #888;
    display: block;
    border-radius: 0;
    cursor: pointer;
}




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

form共通設定

******************************/
/*formのデフォルトスタイルの削除・リセット*/
form input[type="text"],
form input[type="email"],
form button,
form textarea,
form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 16px;
	font-family: "Gilda Display", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*フォームのスタイルを設定*/
form input[type="text"],
form input[type="email"],
form textarea,
form select {
	-webkit-transition: all .3s;/*フォーカスしたときにふわっと表示させる用*/
	transition: all .3s;/*フォーカスしたときにふわっと表示させる用*/
	padding: 16px 10px;
	vertical-align: baseline;
	width: 100%;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	color: var(--deep_purple);
}
form input[type="text"],
form input[type="email"],
form textarea {
	font-size: 16px;
}
form select{
	width: 100%;
    max-width: 240px;
    background: var(--white);
}
#contents_contact form select{
	width: 100%;
    max-width: 260px;
}
form textarea {
    width: 100%;
    height: 200px;
    resize: vertical;
}
form .form_txt {margin-top: 10px;}
form input[type="text"].form_short {max-width: 80px;}
form input[type="text"].form_middle {max-width: 120px;}
form input[type="radio"],
form input[type="checkbox"] {
	margin: 0 4px;
	vertical-align: baseline;
	accent-color: var(--purple);
}
form input::placeholder,
form textarea::placeholder {color: var(--gray);}
@media screen and (min-width: 768px) {
	form input[type="text"],
	form input[type="email"],
	form textarea {
		font-size: 14px;
	}
}
.icon_required {
	display: inline-block;
	font-size: 0.7em;
	padding: 5px 4px 2px;
	line-height: 1;
	color: var(--white);
	background: var(--grad_pink_90);
}




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

セラピスト共通設定

******************************/
section .cast_box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px min(2%, 30px);
}
.cast_box .cast_box_list{position: relative;}
.cast_box .cast_box_list .img_box {
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 3;
	position: relative;
}
.cast_box .cast_box_list .img_box .img_cast,.profile_box_left .img_box .img_cast{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius:8px;
	position:relative;
}
.cast_box .cast_box_list .txt_box .name{
	font-size: clamp(16px, 3vw, 22px);
    margin: clamp(12px, 2vw, 16px) 0 0;
    line-height: normal;
}
.cast_box .cast_box_list .txt_box .size{letter-spacing: 0;}
.cast_box .cast_box_list .txt_box .time{
	font-size: clamp(16px, 3vw, 18px);
	border-top: 1px solid var(--gray);
	line-height: 24px;
	padding-top: 8px;
	letter-spacing: 0;
}
.cast_box .cast_box_list .txt_box .free_text{
	line-height: normal;
	letter-spacing: 0;
}
.new_therapist_outer{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 2px);
  	height: calc(100% - 2px);
}
.new_therapist {
	position: relative;
	border-radius: 8px;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.new_therapist::before {
  	content: "";
  	position: absolute;
  	inset: 0; /* 親にぴったり重ねる */
  	border-radius: 8px;
  	padding: 2px; /* 枠の太さ */
  	width: 100%;
  	height: 100%;
  	background: var(--grad_pink);
  	-webkit-mask:
  	linear-gradient(#fff 0 0) content-box,
	linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
  	z-index: -1; /* 背景に置く */
}

/*一言コメント*/
.short_comment{
  	height: 24px;
  	line-height: 26px;
  	overflow: hidden;
  	margin: 0 auto;
  	width: 100%;
  	font-size: clamp(12px, 3vw, 14px);
}
.short_comment div {
  	display: inline-block;
  	white-space: nowrap;
  	padding-left: 100%;
  	animation: scrollShort_comment 10s linear infinite;
}
@keyframes scrollShort_comment{
  	0%{ transform: translateX(0); }
  	100%{ transform: translateX(-100%); }
}
#contents_profile .short_comment{
  	height: auto;
  	margin: 4px auto 0;
  	padding-top: 6px;
  	border-top: 1px solid var(--gray);
  	overflow: initial;
}
/* アイコン */
.cast_box .cast_box_list .icon_box,#contents_profile .icon_box {
	position: absolute;
	bottom: 4px;
	right: 4px;
	display: flex;
    justify-content: center;
}
.cast_box .cast_box_list .icon_box img,#contents_profile .icon_box img{width: 24px;}
#contents_profile .icon_box img{width: 40px}
.icon_new{
	width: 40px;
	position: absolute;
    top: 0;
    left: 0;
}
#contents_profile .icon_new{width: 80px;}
.cast_box .cast_box_list .txt_box .icon{
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 auto 6px;
}
.cast_box .cast_box_list .txt_box .icon img {
    width: 100%;
    padding: 2px;
}
.icon_shop_wrap {margin-top: 4px;}
.cast_box .cast_box_list .txt_box .icon_shop,
.profile_sch_check .icon_shop{
    color: #fff;
    background: #6c96a5;
    background-image: linear-gradient(90deg,rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 100%)!important;
    border-radius: 40px;
    height: 24px;
    line-height: 26px;
    font-size: 0.9em;
}
a.btn_reserve{
	display: flex;
    justify-content: center;
	color: #fff;
    background: var(--pink);
	border-radius: 4px;
    height: 24px;
    line-height: 26px;
    font-size: 0.9em;
    margin-top: 4px;
}
#contents_profile a.btn_reserve{
    width: 90%;
}
@media screen and (min-width: 768px){
	section .cast_box {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 40px min(2%, 30px);
	}
	.cast_box .cast_box_list .txt_box .icon_shop{
	    height: 30px;
	    line-height: 33px;
	    font-size: initial;
	}
	.cast_box .cast_box_list .txt_box .size{letter-spacing: 0.1em;}

	/* アイコン */
	.cast_box .cast_box_list .icon_box {
		position: absolute;
		bottom: 8px;
		right: 8px;
		display: flex;
		justify-content: center;
	}
	.cast_box .cast_box_list .icon_box img{width: 30px;}
	.icon_new{
		width: 60px;
		bottom: 10px;
		right: 10px;
	}
	a.btn_reserve{
	    height: 30px;
	    line-height: 33px;
	    font-size: 14px;
	}
	a.btn_reserve img{
		width: 14px;
		height: auto;
	}
	#contents_profile a.btn_reserve{
	    width: 80%;
	}
}




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

headerヘッダー設定

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

/*グローバルナビ*/
header.show {background: rgb(from var(--white) r g b / 0.8);}
header nav.pc ul{
	display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 6px;
}
header nav.pc ul li{
	display: inline-block;
    vertical-align: top;
}
header nav.pc ul li a{
	display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em;
    position: relative;
    line-height: normal;
}

/* ヘッドライン */
#headline {
	width: 90%;
	text-align: center;
	height: 60px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	line-height: 60px;
	border-top: 1px solid var(--purple);
	border-bottom: 1px solid var(--purple);
}
#headline .swiper{
	text-align: center;
	width: 100vw;
}

/*追尾ボタン*/
#bottom_nav {
	position: fixed;
    right: 0;
    left: 0;
    bottom: 8px;
    width: 96%;
    margin: 0 auto;
    display: block;
    z-index: 99;
    font-size: 14px;
}
#bottom_nav div{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}
#bottom_nav a {
	display: block;
    color: #fff;
    height: 50px;
    line-height: 22px;
    border-radius: 50px;
	padding: 2px 0 0;
    text-transform: uppercase;
    background: var(--grad_pink_90);
    letter-spacing: 0;
}
#bottom_nav a img {
    width: auto;
    height: 14px;
}

/* ↓↓↓↓↓↓↓↓ SP用メニュー ↓↓↓↓↓↓↓↓ */
/*ハンバーガーメニュー*/
.btn_container {
	display: block;
	height: 20px;
	width: 40px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	text-align: center;
	text-align: -webkit-center;
}
.btn_container:hover {opacity: .7;}
.btn_container span {
	display: block;
	background: var(--purple);
	border: none;
	height: 1px;
    width: 25px;
	transition: all .35s ease;
	cursor: pointer;
	position: relative;
}
.btn_container span.middle {top: 8px;}
.btn_container span.bottom {top: 16px;}
.btn_container.active .top {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
}
.btn_container.active .middle {opacity: 0;}
.btn_container.active .bottom {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}

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

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

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

/*店舗情報*/
footer #info_box,.drawer #info_box{font-size: 16px;}
.drawer #info_box{text-align: center;}
.drawer #info_box span,footer #info_box span{text-transform: uppercase;}
.drawer #info_box .info_tel,
.drawer #info_box .info_open{
	width: 100%;
    display: inline-block;
    border-bottom: none;
    text-align: center;
    border: 0;
}


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

フッター

****************************************/
footer {
	position: relative;
  	z-index: 0;
	padding: 60px 20px 120px;
	background: #EEDEF5;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/bg_02_sp.webp") no-repeat center bottom;
  background-size: auto; /* 画像本来のサイズ */
  width: 100%;
  height: 1000px; /* ← 画像の実寸サイズに合わせる */
  z-index: -1;
  pointer-events: none;
}
footer.mask-top {padding: 120px 20px 120px;}
footer a{color: var(--deep_purple);}
footer a;hover{color: var(--deep_purple);}
footer .logo{margin-bottom: 30px;}
footer .logo img{max-width: 240px;}
footer aside{text-align: left;}

/* テキストメニュー */
footer nav{margin: 40px auto;}
footer nav ul li a{
	text-transform: uppercase;
	color: var(--deep_purple);
    line-height: normal;
    display: block;
    position: relative;
    transition: all .4s;
}
footer nav ul{
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px min(2%, 30px);
}
nav li span{font-size: 9px;}
@media screen and (min-width: 768px){
	footer::before {background: url("../images/bg_02_pc.webp") no-repeat center bottom;}
	footer.mask-top {padding: 140px 20px 80px;}
	footer nav ul{grid-template-columns: repeat(5, minmax(0, 1fr));}
	nav li span{font-size: 10px;}
	footer .logo img{max-width: 280px;}
}
.footer_link {
	font-size: 12px;
	color: var(--deep_purple);
}
.footer_link a {
	color: var(--deep_purple);
	text-decoration: underline;
	text-decoration-color: var(--deep_purple);
}
/* パンくずリスト */
.breadcrumbs{display: none;}
/*.breadcrumbs{
	margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light_purple);
}
.breadcrumbs ol li {
	font-size: 12px;
	display: inline-block;
	position: relative;
	padding: 0 10px;
	text-transform: uppercase;
}
.breadcrumbs ol li:before {
	display: block;
    content: ">";
    width: 5px;
    height: 10px;
    position: absolute;
    left: -4px;
    top: 5px;
}
.breadcrumbs ol li:first-child:before {
	background: none;
	content: none;
}*/

/* フリースペース */
.free_link_box{text-align: left;}

/* リンクバナー */
.list_link_box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: min(100%, 840px);
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    gap: 10px;
}
.list_link_box img {
  	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px){
	footer {padding: 60px 20px;}
	.list_link_box img {width: auto;}
}


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

メインビジュアル

****************************************/
#mainvisual{
	position: relative;
	margin-bottom: 20px;
}
#mainvisual,
#mainvisual .swiper-wrapper{
	width: 100%;
	height: 70vh;
}
#mainvisual .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
}
#mainvisual img.mv {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
#mainvisual .logo_txt {
	position: absolute;
    margin: 0 auto;
    top: 72%;
    left: 50%;
    transform: translateY(-70%) translateX(-50%);
    width: 100%;
    z-index: 10;
}
#mainvisual .logo_txt img.logo{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
#mainvisual .logo_txt .catchcopy{
    font-size: clamp(12px, 1.6vw, 18px);
    border-radius: 4px;
    background: rgba(157, 52, 209, 0.4);
    color: var(--white);
    margin: 0 auto;
    display: flex;
    padding: 6px 0 2px;
    max-width: 300px;
    justify-content: center;
}
#mainvisual .logo_txt .catchcopy img{
	width: 20px;
	padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
	#mainvisual,#mainvisual .swiper-wrapper{height: 80vh;}
	#mainvisual .logo_txt {
	    top: 45%;
	    left: 40%;
	    transform: translateY(-50%) translateX(-50%);
	}
	#mainvisual .logo_txt img.logo{max-width: 400px;}
	#mainvisual .logo_txt .catchcopy{
		margin: 20px auto 0;
	    max-width: 400px;
	}
	#mainvisual .logo_txt .catchcopy:before {height: 40px;}
}





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

トップページ

********************************************************************************/
/* 小見出し */
.subtitle {
	font-family: 'COM4t Fine Regular', serif;
	position: relative;
	font-size: clamp(30px, 4vw, 40px);
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: clamp(20px, 4vw, 30px);
	padding-top: 46px;
	letter-spacing: 0.12em;
}
#section_schedule_today .subtitle{font-size: clamp(27px, 4vw, 40px);}
.subtitle span,.subtitle_sub span{
	font-size: 14px;
	display: block;
	line-height: 1.8;
	letter-spacing: 0.15em;
}
.subtitle::before {
	display: block;
	content: "";
	width: 76px;
	height: 38px;
	background: url(../images/deco_sunburst.svg) center / cover no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
/* 小見出し　サブ */
.subtitle_sub {
	display: block;
	position: relative;
	font-size: clamp(24px, 4vw, 26px);
	text-transform: uppercase;
	line-height: 1;
	margin: 30px 0 40px;
	letter-spacing: 0.15em;
}
.subtitle_sub span{font-size: 12px;}
.subtitle_sub::before{
	content: "";
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -52%);
    background: url(../images/deco_circle.svg) center / 160px 160px no-repeat;
    opacity: 0.5;
    width: 100px;
    height: 100px;
    z-index: 0;
}
@media screen and (min-width: 768px){
	.subtitle {padding-top: 54px;}
	.subtitle span{font-size: 16px;}
	.subtitle::before {
		width: 90px;
		height: 46px;
	}
}


/*コンテンツを2カラムで表示*/
/*.column{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
}
.column section{width: 100%;}
@media screen and (min-width: 768px){
	.column section{
		width: 50%;
		max-width: 600px;
	}
}*/


/* トップページ　イベントバナー */
#section_event{padding: 60px 20px;}
section#section_event .swiper-wrapper{align-items: center;}
#section_event img{
	width: 100%;
	max-width: 800px;
}
section:not(#mainvisual,#contents_profile,#contents_schedule) .swiper-wrapper{margin-bottom: 40px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 6px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	background: var(--deep_purple);
	opacity: .5;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {opacity: 1;}


/* トップページ　区切り画像 */
#section_divider{
	padding: 100px 0 60px;
    display: flex;
    justify-content: space-between;
}
#section_divider .divider_visual01 {
    width: 80%;
    margin: 0 -10% 0 0;
    z-index: 1;
}
#section_divider .divider_visual02 {
    width: 32%;
    padding-top: clamp(100px, 20vw, 240px);
}
#section_divider .divider_img01{
	display: block;
	width: 100%;
    height: auto;
	border-radius: 0 10px 10px 0;
	margin-bottom: clamp(60px, 16vw, 160px);
}
#section_divider .divider_img02{
	width: 100%;
    height: auto;
	width: 70%;
	border-radius: 10px;
	margin-right: 12%;
}
#section_divider .divider_img03{
	display: block;
	width: 100%;
    height: auto;
	border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 768px){
	#section_divider .divider_img01{border-radius: 0 20px 20px 0;}
	#section_divider .divider_img02{border-radius: 20px;}
	#section_divider .divider_img03{border-radius: 20px 0 0 20px;}
}


/* トップページ　本日の出勤セラピスト */
#section_schedule_today{padding: 60px 20px;}
#section_schedule_today .cast_box{margin-bottom: 40px;}
@media screen and (min-width: 768px){
	#section_schedule_today .cast_box{margin-bottom: 60px;}
}


/* トップページ　店舗SNS */
#bnr_shop_sns{
    display: inline-block;
    margin: 80px auto 0;
}
#bnr_shop_sns a{display: block;}
#bnr_shop_sns img{
	display: block;
	width: 100%;
	max-width: 400px;
}
#bnr_shop_sns a:first-child img{margin-bottom: 20px}
@media screen and (min-width: 768px){
	#bnr_shop_sns{margin: 120px auto 0;}
	#bnr_shop_sns a:first-child img{margin-bottom: 40px}
}


/* トップページ　新着情報 */
#section_topics{
	background: var(--light_purple2);
	padding: 100px 20px 110px;
	overflow: visible;
}
#section_topics .info_box article{
	text-align: left;
	margin-bottom: 40px;
}
#contents_topics .info_box:not(:last-child){margin-bottom: 80px;}
#contents_topics .info_box article{text-align: left;}
#section_topics .info_box article time,#contents_topics .info_box article time{color: #888;}
#section_topics .info_box article h3,
#contents_topics .info_box article h3{
	background: #f3e8f9;
	text-align: left;
	padding: 8px 10px;
	font-size: clamp(16px, 3vw, 22px);
	line-height: normal;
	margin-bottom: 10px;
}
#section_topics .info_box article h3 div,
#contents_topics .info_box article h3 div{
	padding-left: 8px;
	border-left: 3px solid var(--deep_purple);
}
@media screen and (min-width: 768px){
	#section_topics{padding: 150px 0 110px;}
}
/*ページネーションボタン　次へ　前へ*/
#section_topics .page {text-align: center;}
#section_topics .page a {
  	position: relative;
  	display: inline-block;
  	width: 100px;
  	padding: 4px 10px 2px;
	border: 1px solid var(--purple);
	border-radius: 4px;
	color: var(--purple);
	overflow: hidden;
	z-index: 0;
	transition: color .4s, border-color .4s;
	letter-spacing: 0;
}
#section_topics .page a::before {
  	content: "";
  	position: absolute;
  	inset: 0;
  	background: var(--grad_purple);
  	opacity: 0;
  	transition: all .4s;
  	z-index: -1;
}
#section_topics .page a:hover {
  	color: var(--white);
  	border-color: var(--white);
}
#section_topics .page a:hover::before {opacity: 0.5;}




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

下層ページ

********************************************************************************/
section .subvisual_outer h2.title{margin: 0 20px 40px;}
.subvisual_outer{
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: relative;
	/*fixdにする場合は下記をコメントアウトをする*/
	background-image: url(../images/bg_subtitle.webp);
}
/*fixdにする場合は下記コメントアウトを取る*/
/*.subvisual_outer::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: url(../images/bg_subtitle.webp);
    background-size: cover;
    z-index: -1;
}*/
.subvisual_outer .subvisual{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 768px){
	.subvisual_outer{height:400px;}
}


/****************************************
セラピスト一覧ページ & 出勤情報ページ
****************************************/
.schedule_nav {
    margin: 40px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    gap: 8px;
}
.schedule_nav li {width: calc((100% - 8px) / 2);}
.schedule_nav li:first-child{width: 100%;}
.schedule_nav li a {
	padding: 10px;
	display: block;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid var(--purple);
	color: var(--purple);
	transition: color .4s, border-color .4s;
	position: relative;
	background: rgba(255, 255, 255, 0.6);
}
.schedule_nav li a::before {
  	content: "";
  	position: absolute;
  	inset: 0;
  	background: var(--grad_purple);
  	opacity: 0;
  	transition: all .4s;
  	z-index: -1;
}
.schedule_nav li a:hover {
  	color: var(--white);
  	border-color: var(--white);
}
.schedule_nav li a:hover::before {opacity: 1;}
.schedule_nav li.active a {
	background: var(--grad_purple);
	color: #fff;
	pointer-events: none;
	border: 1px solid var(--white);
}
.schedule_nav li.active a:hover{
	opacity: 1;
	border: 1px solid var(--purple);
}

/* ナビゲーションボタン 上書き*/
.sch_nav_btn.swiper-button-prev, 
.sch_nav_btn.swiper-button-next {
	margin-top: 0;
	width: auto;
	height: 32px;
	background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--white);
    border-radius: 4px;
    color: var(--deep_purple);
	transition: ease 0.3s;
}
.sch_nav_btn.swiper-button-prev:after, 
.sch_nav_btn.swiper-button-next:after {display: none;}
.sch_nav_btn.swiper-button-prev {
	top: 0;
	left: 0;
	padding: 0 16px 0 8px;
}
.sch_nav_btn.swiper-button-next {
	top: 0;
	right: 0;
	padding: 0 8px 0 16px;
}
.sch_nav_btn.swiper-button-prev.swiper-button-disabled,
.sch_nav_btn.swiper-button-next.swiper-button-disabled {opacity: 0;}
@media screen and (min-width: 768px) {
	.schedule_nav {margin: 40px auto 60px;}
	.schedule_nav li,
	.schedule_nav li:first-child {width: calc((100% - 48px)/ 7 );}
}


/****************************************
プロフィールページ
****************************************/
#contents_profile .profile_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 30px;
}
#contents_profile .profile_box_right,
#contents_profile .profile_box_left {
	width: 100%;
	max-width: 480px;
	display: inline-block;
	vertical-align: top;
	word-break: break-word;
}
#contents_profile .profile_box_right .name{
	font-size: 20px;
    line-height: normal;
}
#contents_profile .profile_box_right .profile_bnr_x{margin-top: 30px;}
#contents_profile .profile_box_left .img_box{
	width: 300px;
	height: 450px;
	margin: 0 auto 20px;
	position: relative;
	text-align: center;
}
#contents_profile .profile_box_left .cast_thumb {
    display: flex;
    max-width: 200px;
    width: 60px;
    height: 90px;
    object-fit: cover;
    justify-content: center;
    margin: 0 auto 30px;
}
#contents_profile .profile_box_left .cast_thumb a {margin-right: 4px;}
/*スケジュール*/
.profile_box_schedule .profile_sch_box {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-top: 40px;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable {display: flex;}
.profile_box_schedule .profile_sch_box .profile_sch_variable:not(:last-child) {padding-bottom: 1px;}
.profile_box_schedule .profile_sch_box div.profile_sch_variable .profile_sch_date,
.profile_box_schedule .profile_sch_box div.profile_sch_variable .profile_sch_check{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}
.profile_box_schedule .profile_sch_box div.profile_sch_variable .profile_sch_date{
	flex-basis: 50%;
	color: var(--white);
	background: var(--light_purple);
}
.profile_box_schedule .profile_sch_box div.profile_sch_variable:first-child .profile_sch_date{border-radius: 8px 0 0 0;}
.profile_box_schedule .profile_sch_box div.profile_sch_variable:last-child .profile_sch_date{border-radius: 0 0 0 8px;}
.profile_box_schedule .profile_sch_box div.profile_sch_variable .profile_sch_check{
	background: var(--white);
	padding: 10px 10px 14px;
}
.profile_box_schedule .profile_sch_box div.profile_sch_variable:first-child .profile_sch_check{border-radius: 0 8px 0 0;}
.profile_box_schedule .profile_sch_box div.profile_sch_variable:last-child .profile_sch_check{border-radius: 0 0 8px 0;}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
	min-height: 70px;
	flex-basis: 50%;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check span{width: 90%;}
@media screen and (min-width: 768px) {
	.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check span{width: 80%;}
}


/****************************************
料金ページ
****************************************/
#contents_system .table_system{ 
	margin: 0 auto;
	width: 100%;
}
#contents_system .table_system tr:not(:last-child) {border-bottom: solid 1px var(--light_purple2);}
#contents_system .table_system tr td {
	width: 50%;
	padding: 20px 10px;
	text-align: center;
	vertical-align: middle;
	font-size: clamp(20px,3vw,22px);
}
#contents_system .table_system tr td span{font-size: 0.7em;}
#contents_system .table_system tr td p {line-height: 1;}


/****************************************
求人情報ページ
****************************************/
#contents_recruit .bnr_recruit{margin-bottom: 40px;}
#contents_recruit .contents_box_recruit{
	display: grid;
    gap: 10px;
    width: 100%;
}
#contents_recruit .contents_box_recruit a{
	text-align: center;
    text-transform: none;
}
#contents_recruit .application_txt{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--light_purple2);
	text-align: center;
}
#contents_recruit table .btn_positive{
	width: 100%;
	max-width:none;
	padding: 10px;
	letter-spacing: 0.1em;
}
.btn_form .btn_positive{border: 0;}
.icon_bottom{
	width: auto;
    height: 5px;
    margin-bottom: 11px;
}
#contents_recruit .rc_message{
	font-size: clamp(14px, 3vw, 18px);
	margin-bottom: 160px;
}
.border_b{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--light_purple);
	border-image-slice: 1;
}
#contents_recruit .rc_message .box_white{padding: 0;}
.bg_img{position: relative;z-index: 0;padding: clamp(40px, 4vw, 50px) clamp(20px, 3vw, 30px);}
.bg_img::before {
  	content: "";
  	position: absolute;
  	top:1px;
  	left:1px;
  	bottom:0;
  	right:0;
  	border-radius: 8px;
	/*inset: 0;*/
   	/* top, right, bottom, left: 0; の省略 */
  	background: url(../images/img_divider_03.webp) center bottom / cover no-repeat;
  	opacity: 0.8; /* ここで薄さを調整 */
  	z-index: -1;
}
@media screen and (min-width: 768px) {
	#contents_recruit .bnr_recruit{
		margin-bottom: 80px;
	}
}


/****************************************
アクセスページ
****************************************/
#contents_access .access_txt{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--light_purple2);
}
#contents_access .icon_access{
	width: auto;
  	height: 16px;
  	margin-bottom: 6px;
}


/****************************************
新着情報一覧ページ
****************************************/
/*ページネーション*/
.pagination{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.pagination li{
	border-radius: 4px;
	margin: 0 8px 8px;
}
.pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border: 1px solid var(--purple);
    color: var(--purple);
    transition: color .4s, border-color .4s;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
}
ul.pagination.next_prev:has(li) {margin: 30px auto 0;}/*セラピスト一覧*/
.pagination.next_prev li a {width: 100px;}/*セラピスト一覧*/
.pagination li a::before {
  	content: "";
  	position: absolute;
  	inset: 0;
  	background: var(--grad_purple);
  	opacity: 0;
  	transition: all .4s;
  	z-index: -1;
}
.pagination li a:hover {
  	color: var(--white);
  	border-color: var(--white);
}
.pagination li a:hover::before {opacity: 1;}
.pagination li.active a {
	background: var(--grad_purple);
	color: var(--white);
	pointer-events: none;
	border: 1px solid var(--white);
}
.pagination li.active a:hover{
	opacity: 1;
	border: 1px solid var(--purple);
}

/****************************************
出勤情報ページ
****************************************/

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

/****************************************
リンクページ
****************************************/

/****************************************
エラーページ
****************************************/

/****************************************
マスク
****************************************/
.mask-bottom {
  	-webkit-mask-image: linear-gradient(#000 0, #000 100%), url('../images/img_shape_01_sp.svg');
  	mask-image: linear-gradient(#000 0, #000 100%), url('../images/img_shape_01_sp.svg');
  	-webkit-mask-repeat: no-repeat, no-repeat;
  	mask-repeat: no-repeat, no-repeat;
  	-webkit-mask-position: 0 0, 50% 100.5%;
  	mask-position: 0 0, 50% 100.5%;
  	-webkit-mask-composite: destination-out; /* Safari/Chrome */
  	mask-composite: exclude; /* 標準 */
  	-webkit-mask-size:100%;
  	mask-size:100%;
}
@media screen and (min-width: 768px) {
	.mask-bottom {
	  	-webkit-mask-image: linear-gradient(#000 0, #000 100%), url('../images/img_shape_01_pc.svg');
	  	mask-image: linear-gradient(#000 0, #000 100%), url('../images/img_shape_01_pc.svg');
	}
}
.mask-top {
  	-webkit-mask-image: linear-gradient(#000 0, #000 100%), url('../images/img_shape_02_sp.svg');
  	mask-image: linear-gradient(#000 0, #000 100%), url('../images/img_shape_02_sp.svg');
  	-webkit-mask-repeat: no-repeat, no-repeat;
  	mask-repeat: no-repeat, no-repeat;
  	-webkit-mask-position: 50% 100%, 0 0;
  	mask-position: 50% 100%, 0 0;
  	-webkit-mask-composite: destination-out; /* Safari/Chrome */
  	mask-composite: exclude; /* 標準 */
  	-webkit-mask-size:100%;
  	mask-size:100%;
}
@media screen and (min-width: 768px) {
	.mask-top {
	  	-webkit-mask-image: linear-gradient(#000 0, #000 100%), url('../images/img_shape_02_pc.svg');
	  	mask-image: linear-gradient(#000 0, #000 100%), url('../images/img_shape_02_pc.svg');
	}
}


/****************************************
装飾まとめ
****************************************/
/*キラキラ装飾（ヘッドライン・新着情報）*/
.deco_shine{position: relative;}
.deco_shine:before {
    position: absolute;
    top: -29px;
	right: 20px;
    content: "";
    background: url(../images/deco_shine_01_2.svg) center / cover no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 60px;
    z-index: 2;
}
#headline.deco_shine:before{
	top: -26px;
    right: 10px;
    background: url(../images/deco_shine_01_1.svg) center / cover no-repeat;
    width: 21px;
    height: 51px;
}
.deco_shine:after {
    position: absolute;
    bottom: -31px;
	left: 20px;
    content: "";
    background: url(../images/deco_shine_01_1.svg) center / cover no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 60px;
    z-index: 2;
}
#headline.deco_shine:after{
	bottom: -26px;
    left: 10px;
    width: 21px;
    height: 51px;
}
@media screen and (min-width: 768px){
	.deco_shine:before,.deco_shine:after{
		width: 30px;
    	height: 60px;
	}
	.deco_shine:before{
		top: -29px;
	}
}

/*キラキラ装飾02　headerとfooterのナビゲーションメニュー*/
.deco_shine_02{
	position: relative;
}
.deco_shine_02::before{
	content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%) scale(.9);
    width: 20px;
    height: 20px;
    background: url(../images/deco_shine_02_2.svg) center / cover no-repeat;
    background-size: 100% auto;
    pointer-events: none;
    opacity: 0;
    transition: opacity .4s ease, transform .4s ease;
    will-change: opacity, transform;
    z-index: 2;
}
header .deco_shine_02::before{
	top: -14px;
	width: 14px;
    height: 14px;
}
.deco_shine_02:hover::before,
.deco_shine_02:focus-visible::before{
  	opacity: 1;
  	transform: translateY(-1) scale(1);
}

/*回る装飾（イベントバナー・新着情報・求人ページ）*/
.deco_circle{position: relative;}
.deco_circle:before{
	position: absolute;
    bottom: -200px;
    right: -170px;
    content: "";
    background: url(../images/deco_circle.svg) left top no-repeat;
    background-size: 100% auto;
    width: 400px;
    height: 400px;
    z-index: -1;
  	animation: rotation 30s linear infinite;
}
@keyframes rotation {
  	from {
    	transform: rotateX(-30deg) skewY(-25deg) rotate(0deg);
  	}
  	to {
    	transform: rotateX(-30deg) skewY(-25deg) rotate(360deg);
  	}
}
#section_event .deco_circle:before{bottom: -160px;}

/*要素をじわっと出現*/
.blurTrigger {opacity: 0;}/* 初期状態 */
.blur {animation: blurIn 1s ease-out forwards;}/* 出現時 */
.blurTrigger.blur-out {animation: blurOut 1s ease-out forwards;}/* 消える時 */
@keyframes blurIn {
  	0% {
    	opacity: 0;
    	filter: blur(10px);
    	transform: scale(1);
  	}
  	100% {
    	opacity: 1;
    	filter: blur(0);
    	transform: scale(1);
  	}
}
@keyframes blurOut {
  	0% {
    	opacity: 1;
    	filter: blur(0);
    	transform: scale(1);
  	}
  	100% {
    	opacity: 0;
    	filter: blur(10px);
    	transform: scale(1);
  	}
}

/*時間差フェードアップ*/
.delayScroll > * {
  	opacity: 0;
	/*transform: translateY(20px);*/
  	animation-fill-mode: both;
}
.fadeUp {
  	animation: fadeUpAnime 1s ease forwards;
}
@keyframes fadeUpAnime {
  	0% {
    	opacity: 0;
		/*transform: translateY(20px);*/
  	}
  	100% {
    	opacity: 1;
		/*transform: translateY(0);*/
  	}
}

/*ホバーで動く　セラピスト*/
.cast_box_list{transition: transform .8s cubic-bezier(0.25, 1, 0.5, 1);}
.cast_box_list:hover{transform: translateY(-5px);}

/*ゆっくり点滅*/
.txt_blink{
	animation: blinking 0.7s ease-in-out infinite alternate;
}
@keyframes blinking {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}