/* CSS Document */
.top{
	height: calc(var(--windowheight) - var(--headerHeight));
	position: relative;
	z-index: 1;
}
.top::after{
	content: "";
  width: 100vw;
  height: 15.31vw;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-mask-image: url("/cp_works/standard/massage/img/svg/deco_left_down.svg");
  mask-image: url("/cp_works/standard/massage/img/svg/deco_left_down.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--defBgColor);
  bottom: 0;
  z-index: 4;
}
body:not([wc-view-code="sp"]) .top::after{
  -webkit-mask-image: url("/cp_works/standard/massage/img/svg/pc_deco_left_down.svg?202510161816");
  mask-image: url("/cp_works/standard/massage/img/svg/pc_deco_left_down.svg?202510161816");
	bottom: -1px;
}
body[wc-view-type="tb"] .top::after{
	height: 7.23vw;
}
body[wc-view-type="tb-l"] .top::after{
	height: 7vw;
}
body[wc-view-code="pc"] .top::after{
	height: 6.6vw;
}
.top .top_text,
.top .top_slider{
	height: calc(var(--windowheight) - var(--headerHeight));
	position: absolute;
	inset:0;
}
.top .top_text{
	z-index: 3;
	background-color: rgba(59,55,56,0.5);
	padding: var(--headerHeight) 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
body[wc-view-code="sp"] .top .top_text{
	padding: var(--headerHeight) 7vw calc(15.31vw + 1.5rem);
}
body[wc-view-code="tb"] .top .top_text{
	padding: var(--headerHeight) 5vw calc(10.23vw + 1.5rem);
}
body[wc-view-code="pc"] .top .top_text{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 5vw);
}
.top .top_text .t_in_text{
	display: flex;
  flex-direction: column;
  margin-top: auto;
  gap: 0.25rem;
  width: fit-content;
}
.top .top_text .t_in_text > h2{
	color: #fff;
	font-size: 1.75rem;
	transition: opacity linear 600ms,filter linear 625ms;
	opacity: 0;
	filter: blur(15px);
}
.top .top_text .t_in_text.wcvisible > h2{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-type="tb"] .top .top_text .t_in_text > h2{
	font-size: 2.5rem;
}
body[wc-view-type="tb-l"] .top .top_text .t_in_text > h2,
body[wc-view-code="pc"] .top .top_text .t_in_text > h2{
	font-size: 2.75rem;
}
.top .top_text .t_in_text > p{
	position: relative;
	z-index: 1;
}

body[wc-view-code="pc"] .top .top_text .t_in_text > p{
	padding-left: 0.5rem;
	margin-top: 0.1rem;
}
.top .top_text .t_in_text > p::after{
	content: "";
	width: 0;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	right: 100%;
	transition: all linear 500ms 450ms;
	left: 10.5rem;
}
.top .top_text .t_in_text.wcvisible > p::after{
	width: calc(100% - 10.5rem);
	right: 0;
}
.top .top_text .t_in_text > p span{
	font-family: "Roboto";
  color: #fff;
  letter-spacing: 1.5px;
	transition: opacity linear 600ms,filter linear 625ms;
	opacity: 0;
	filter: blur(15px);
}
.top .top_text .t_in_text.wcvisible > p span{
	opacity: 1;
	filter: blur(0);
}
.top .top_text .btn{
	margin-top: calc(var(--fixdvh) * 20);
}
.top .top_slider{
	z-index: 2;
}
.top .t_s_box{
	width: 100vw !important;
	height: calc(var(--windowheight) - var(--headerHeight)) !important;
}
.top .t_s_box img{
	width: 100vw !important;
	height: calc(var(--windowheight) - var(--headerHeight)) !important;
}
.top .cs_wrap[class*="fade"] .cs_inner{
	margin: 0 !important;
	width: 100vw !important;
	height: calc(var(--windowheight) - var(--headerHeight)) !important;
}
.top .cs_wrap[class*="fade"]{
	width: 100vw !important;
}
.top .top_slider .cs_inner{
	width: 100vw !important;
	height: calc(var(--windowheight) - var(--headerHeight)) !important;
}
.top .btn{
	transition: opacity linear 600ms,filter linear 625ms;
	opacity: 0;
	filter: blur(15px);
}
.top .btn.wcvisible{
	opacity: 1;
	filter: blur(0);
}
/*コンセプト*/
.concept{
	box-sizing: border-box;
	background-color: var(--defBgColor);
	display: flex;
	position: relative;
	z-index: 1;
}
.concept::after{
	content: "";
  width: 100vw;
  height: 15.31vw;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-mask-image: url("/cp_works/standard/massage/img/svg/deco_right_down.svg?202510161445");
  mask-image: url("/cp_works/standard/massage/img/svg/deco_right_down.svg?202510161445");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  bottom: 0;
  z-index: 4;
}

body:not([wc-view-code="sp"]) .concept::after{
  -webkit-mask-image: url("/cp_works/standard/massage/img/svg/pc_deco_right_down.svg?202510161445");
  mask-image: url("/cp_works/standard/massage/img/svg/pc_deco_right_down.svg?202510161445");
	bottom: -1px;
}
body[wc-view-type="tb"] .concept::after{
	height: 7.23vw;
}
body[wc-view-type="tb-l"] .concept::after{
	height: 7vw;
}
body[wc-view-code="pc"] .concept::after{
	height: 6.6vw;
}
body[wc-view-code="sp"] .concept{
	padding: calc(var(--headerHeight) + 1.5rem) 7vw calc(var(--headerHeight) + 1.5rem) 7vw;
	flex-direction: column;
}
body[wc-view-type="tb"] .concept{
	padding: var(--headerHeight) 5vw calc((var(--headerHeight) + 3.5vw));
}
body[wc-view-type="tb-l"] .concept{
	padding: calc(var(--headerHeight) - 1rem) 5vw calc((var(--headerHeight) + 2.8vw));
}
body[wc-view-code="pc"] .concept{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2) calc((var(--headerHeight) + 2.5vw));
}
.concept .c_left{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .concept .c_left{
	padding-bottom: 1rem;
}
body[wc-view-code="tb"] .concept .c_left{
	width: 50%;
}
body[wc-view-type="tb"] .concept .c_left{
	padding-right: 1rem;
}
body[wc-view-type="tb-l"] .concept .c_left{
	padding-right: 1.5rem;
}
body[wc-view-code="pc"] .concept .c_left{
	width: 550px;
	padding-right: 2.5rem;
}
.concept .c_left .contents_title{
	margin-bottom: 1rem;
}
.concept .c_left > p{
	line-height: 2rem;
	margin-top: 0.5rem;
	transition: opacity linear 600ms,filter linear 625ms;
	opacity: 0;
	filter: blur(15px);
}
.concept .c_left > p.wcvisible{
	opacity: 1;
	filter: blur(0);
}
.concept .c_left .btn{
	margin: 1rem auto 0;
	transition: opacity linear 600ms,filter linear 625ms;
	opacity: 0;
	filter: blur(15px);
}
.concept .c_left .btn.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="pc"] .concept .c_left .btn{
	margin: 1rem 0 0 auto;
}
.concept figure{
	transition: opacity linear 600ms,filter linear 625ms;
	opacity: 0;
	filter: blur(15px);
}
.concept figure.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="tb"] .concept figure{
	width: 50%;
}
body[wc-view-code="tb"] .concept figure{
	margin-top: 7rem;
}
body[wc-view-code="pc"] .concept figure{
	width: 550px;
}
.concept figure img{
	aspect-ratio:1.414/1;
	border-radius: 1rem;
}
/*メニュー*/
.menu{
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
body[wc-view-code="sp"] .menu{
	padding: calc(var(--headerHeight) + 1.5rem) 7vw var(--headerHeight);
}
body[wc-view-code="tb"] .menu{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .menu{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.menu .contents_title::before{
	content: "Menu";
}
.menu > article{
	border-top: 1px solid var(--borderColor);
	padding: 1.25rem 0.75rem 1.5rem;
	box-sizing: border-box;
	display: flex;
	transition: opacity linear 600ms,filter linear 625ms;
	opacity: 0;
	filter: blur(15px);
}
.menu > article.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="sp"] .menu > article{
	flex-direction: column;
	padding: 1.5rem 0.75rem 1.5rem;
}
body[wc-view-code="pc"] .menu > article{
	padding: 2.25rem 2rem;
}
body:not([wc-view-code="sp"]) .menu > article:nth-of-type(even){
	flex-direction: row-reverse;
}
.menu > article:first-of-type{
	margin-top: 1.5rem;
}
.menu > article:last-of-type{
	border-bottom: 1px solid var(--borderColor);
}
.menu > article .m_text{
	padding-bottom: 1rem;
}
.menu > article .m_text{
	box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .menu > article .m_text{
	width: 50%;
}
body[wc-view-code="tb"] .menu > article .m_text{
	padding-top: 1rem;
}
body[wc-view-code="pc"] .menu > article .m_text{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
body[wc-view-type="tb"] .menu > article:nth-of-type(odd) .m_text{
	padding-right: 1rem;
}
body[wc-view-type="tb"] .menu > article:nth-of-type(even) .m_text{
	padding-left: 1rem;
}
body[wc-view-type="tb-l"] .menu > article:nth-of-type(odd) .m_text{
	padding-right: 1.5rem;
}
body[wc-view-type="tb-l"] .menu > article:nth-of-type(even) .m_text{
	padding-left: 1.5rem;
}
body[wc-view-code="pc"] .menu > article:nth-of-type(odd) .m_text{
	padding-right: 2.5rem;
}
body[wc-view-code="pc"] .menu > article:nth-of-type(even) .m_text{
	padding-left: 2.5rem;
}
.menu > article .m_text > h2{
}
.menu > article .m_text > h2{
	font-size: 1.3rem;
}
.menu > article .m_text > h2::before{
	color: var(--accentColor);
	font-family: "Roboto";
	letter-spacing: 1.5px;
	font-size: 1.1rem;
	display: table;
}
.menu > .head .m_text > h2::before{
	content: "Head Massage";
}
.menu > .head .m_text .btn a .b_icon{
	width: 25px;
	height: 25px;
}
.menu > .body .m_text > h2::before{
	content: "Body Massage";
}
.menu > .foot .m_text > h2::before{
	content: "Foot Massage";
}
.menu > article .m_text > p{
	margin: 0.5rem 0 0.75rem;
	line-height: 1.8rem;
}
.menu > article .m_text > .btn{
	margin: 0 0 0 auto;
}
.menu > article figure{
}
body:not([wc-view-code="sp"]) .menu > article figure{
	width: 50%;
}
.menu > article figure img{
	aspect-ratio:2/1;
	border-radius: 1rem;
}
body:not([wc-view-code="sp"]) .menu > article figure img{
	aspect-ratio:1.414/1;
}
/*ご利用の流れ*/
.flow{
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	display: flex;
}
body[wc-view-code="sp"] .flow{
	flex-direction: column;
}
body[wc-view-code="pc"] .flow{
	min-height: 450px;
}
.flow::after{
	content: "";
  width: 100vw;
  height: 15.31vw;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-mask-image: url("/cp_works/standard/massage/img/svg/deco_left_down.svg");
  mask-image: url("/cp_works/standard/massage/img/svg/deco_left_down.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--defBgColor);
  bottom: 0;
  z-index: 4;
}
body:not([wc-view-code="sp"]) .flow::after{
	-webkit-mask-image: url("/cp_works/standard/massage/img/svg/pc_deco_left_down.svg?202510161816");
  mask-image: url("/cp_works/standard/massage/img/svg/pc_deco_left_down.svg?202510161816");
	bottom: -1px;
}
body[wc-view-code="sp"] .flow{
	padding: var(--headerHeight) 7vw calc(var(--headerHeight) + 1.5rem);
}
body[wc-view-type="tb"] .flow{
	padding: var(--headerHeight) 5vw calc((var(--headerHeight) + 3.5vw));
}
body[wc-view-type="tb-l"] .flow{
	padding: var(--headerHeight) 5vw calc((var(--headerHeight) + 2.8vw));
}
body[wc-view-code="pc"] .flow{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2) calc((var(--headerHeight) + 2.5vw));
}
body[wc-view-type="tb"] .flow::after{
	height: 7.23vw;
}
body[wc-view-type="tb-l"] .flow::after{
	height: 7vw;
}
body[wc-view-code="pc"] .flow::after{
	height: 6.6vw;
}
.flow .contents_title{
	color: #fff;
	position: relative;
	z-index: 3;
}
body[wc-view-type="tb"] .flow .contents_title{
	width: 300px;
}
body[wc-view-type="tb-l"] .flow .contents_title{
	width: 350px;
}
body[wc-view-code="pc"] .flow .contents_title{
	width: 400px;
}
.flow .contents_title::before{
	content: "Flow";
	color: #fff;
}
.flow .f_text{
	position: relative;
	z-index: 3;
	transition: opacity linear 600ms,filter linear 625ms;
	opacity: 0;
	filter: blur(15px);
}
.flow .f_text.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="tb"] .flow .f_text{
	width: calc(100% - 300px);
}
body[wc-view-code="tb-l"] .flow .f_text{
	width: calc(100% - 350px);
}
body[wc-view-code="pc"] .flow .f_text{
	width: calc(100% - 400px);
}
.flow .f_text > p{
	color: #fff;
	line-height: 1.8rem;
	margin: 1rem 0;
}

body[wc-view-code="tb"] .flow .f_text > p{
	margin: 1.5rem 0 1.5rem;
}
body[wc-view-code="pc"] .flow .f_text > p{
	margin-top: 2rem;
}
.flow .f_text > .btn{
	margin: 0 0 0 auto;
}
.flow > figure{
	position: absolute;
	inset:0;
	z-index: 1;
}
.flow > figure::before{
	content: "";
	position: absolute;
	z-index: 2;
	background-color: rgba(59,55,56,0.5);
	inset:0;
}
.flow > figure img{
	height: 100%;
}
/*お知らせ*/
.news{
	box-sizing: border-box;
	background-color: var(--defBgColor);
}
body[wc-view-code="sp"] .news{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .news{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .news{
	padding: calc(var(--headerHeight) - 1rem) 5vw var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .news{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.news .news_flex{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
body[wc-view-type="tb"] .news .news_flex,
body[wc-view-code="sp"] .news .news_flex{
	flex-direction: column;
}
body[wc-view-type="tb-l"] .news .news_flex{
	column-gap:1rem;
}
body[wc-view-code="pc"] .news .news_flex{
	column-gap:1.5rem;
}
.news .news_flex > a{
	text-decoration: none;
	padding: 0.75rem 0.5rem;
	box-sizing: border-box;
	border-top: var(--supportColor) solid 1px;
	transition: opacity linear 600ms,filter linear 625ms;
	opacity: 0;
	filter: blur(15px);
}
.news .news_flex > a.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-type="tb"] .news .news_flex > a,
body[wc-view-code="sp"] .news .news_flex > a{
	width: 100%;
}
body[wc-view-type="tb-l"] .news .news_flex > a{
	width: calc(50% - 0.5rem);
	padding: 1rem 0.75rem;
}
body[wc-view-code="pc"] .news .news_flex > a{
	width: calc(50% - 0.75rem);
	padding: 1rem 0.75rem;
}
body[wc-view-type="tb"] .news .news_flex > a:last-of-type,
body[wc-view-code="sp"] .news .news_flex > a:last-of-type{
	border-bottom: var(--supportColor) solid 1px;	
}
body[wc-view-type="tb-l"] .news .news_flex > a:nth-last-child(-n + 2),
body[wc-view-code="pc"] .news .news_flex > a:nth-last-child(-n + 2){
	border-bottom: var(--supportColor) solid 1px;	
}
.news .news_flex > a article{
	display: flex;
}
.news .news_flex > a article figure{
	width: 95px;
}
body:not([wc-view-code="sp"]) .news .news_flex > a article figure{
	width: 130px;
}
.news .news_flex > a article figure img{
	height: 95px;
	border-radius: 1rem;
}
body:not([wc-view-code="sp"]) .news .news_flex > a article figure img{
	height: 130px;
}
.news .news_flex > a article .n_text{
	width: calc(100% - 95px);
	display: flex;
	flex-direction: column;
	padding-right: 0.5rem;
	box-sizing: border-box;
	padding: 0.25rem 0.75rem 0.25rem 0;
	gap:0.25rem;
}
body:not([wc-view-code="sp"]) .news .news_flex > a article .n_text{
	width: calc(100% - 130px);
	padding: 0.5rem 0.5rem 0.5rem 0;
	gap:0.35rem;
}
.news .news_flex > a article .n_text *{
	color: var(--defColor);
}
.news .news_flex > a article .n_text time{
	order: 1;
  font-family: "Roboto";
  letter-spacing: 1px;
  line-height: 1em;
	margin-bottom: -0.15rem;
}
.news .news_flex > a article .n_text h2{
	order: 2;
	font-size: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_flex > a article .n_text .category{
	order: 3;
	display: flex;
	list-style: none;
	list-style-position: outside;
	gap: 0.3rem;
	overflow: hidden;
}
.news .news_flex > a article .n_text .category li{
	border: solid 1px var(--borderColor);
  color: var(--supportColor);
  font-size: 0.85rem;
  flex: none;
  padding: 0 0.25rem;
  border-radius: 1rem;
  background-color: rgba(255,255,255,0.5);
}
.news .news_flex > a article .n_text .more{
	order: 4;
	width: fit-content;
	margin-left: auto;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	gap:0.25rem;
}
body:not([wc-view-code="sp"]) .news .news_flex > a article .n_text .more{
	margin-top: auto;
}
.news .news_flex > a article .n_text .more .m_icon{
	display: table;
	border: solid 1px var(--borderColor);
	border-radius: 50%;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin-top: 0.5px;
}
.news .news_flex > a article .n_text .more .m_icon::before{
	content: "";
	width: 25px;
	height: 25px;
	background-color: var(--borderColor);
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.news .btn{
	margin: 1.75rem auto 0 auto;
	transition: opacity linear 600ms,filter linear 625ms;
	opacity: 0;
	filter: blur(15px);
}
.news .btn.wcvisible{
	opacity: 1;
	filter: blur(0);
}