@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Imbue:opsz,wght@10..100,500;10..100,600&display=swap');

:root{
	/*使用しない場合も必ず設定*/
	--i_bg_color: #ebe6d7;	/*背景色*/
	--i_txt_color: #0f0f0f;	/*テキスト*/
	--i_main_color: #645832;	/*メイン*/
	--i_sub_color: #645832;	/*アクセント*/
	--i_sub2_color: #f5f3ed;	/*薄い色*/
	--i_btn_color: #645832;	/*ボタン*/
	--i_btn_hover_color: #837750;	/*ボタンhover*/
	--i_btn_txt_color: #fff;	/*ボタンテキスト*/
	--i_btn_hover_txt_color: #fff;	/*ボタンテキスト*/
	--i_shadow_color: rgba(0,0,0,0.05);	/*シャドウ*/
	--i_border_color: rgba(0, 0, 0, 0.1);	/*ボーダー*/
	--i_noimg_bg_color: #645832;	/*画像無し*/
}

/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/

html{
	font-size: 62.5%;
}
body{
	font-size: 1.55rem;
	line-height: 2.2;
	letter-spacing: 0.03rem;
	-webkit-text-size-adjust: 100%;
	color: var(--i_txt_color);
	font-weight: 500;
}
body{
	background:#ebe6d7;
}
main{
	background: none !important;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main {
    /* IE11 にのみ適用される */
	  display: block;
  }
}
@media screen and (max-width: 850px){
	html{
		font-size: 60.606%;
	}
	body{
		letter-spacing: 0px;
	}
}
a{
	outline: 0;
	text-decoration: none;
	color: var(--i_txt_color);
}
section[style*=" color:"]:not([style*=" color: inherit"]) a,
div[style*=" color:"]:not([style*=" color: inherit"]) a{
	color: inherit;
}
/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img{
	object-position: 50% 50%;
	font-family: 'object-position: 50% 50%;';
}

@media screen and (max-width: 850px){
	#sidebar{
		border: 5px solid rgba(0,0,0,0.07);
	}
}

.no_img{
	background: var(--i_noimg_bg_color, rgba(200,200,200,0.3));
	/*border: 1px solid rgba(0,0,0,0.13);*/
}

/*----------------------------loader----------------------------*/

#load div:nth-of-type(1){
	background:#ebe6d7;
}
#load .loader,
.popup .loader{
	border: 1px solid var(--i_main_color);/*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before{
	border-top-color: var(--i_main_color);
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after{/*★*-1*/
	left: -1px;
	top: -1px;
}
#load.load5 {
  background-color: var(--i_main_color);
}
#load img{
	max-width: 270px;
}
@media screen and (max-width: 650px){
	#load img{
		max-width: 210px;
	}
}

/*----------------------------header----------------------------*/

body.scrolled header#pattern2.width_full .logo{
	background: none;
	padding-right: 0;
	left: 25px;
}
header{
	font-size: 1.4rem;
	/*color: #fff;*/
	/*! background: rgba(255,255,255,0.8); */
}
body.scrolled header{
	padding-top: 0;
}
header .wraper{
	max-width: 1400px;
}
body.scrolled header{
	background: none;
	/*box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.03);*/
}

header h1{
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	opacity: 0.8;
}

body.scrolled header .logo{
	padding: 10px 0 !important;
}
header .logo,
header .logo a{
	/*max-width: 200px;*/
	width: 270px !important;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, header .logo a img{
    /* IE11 にのみ適用される */
	  padding-top: 10px;
  }
  *::-ms-backdrop, body.scrolled header .logo a img{
    /* IE11 にのみ適用される */
	  padding-top: 20px;
  }
  *::-ms-backdrop, header#pattern2 .logo{
    /* IE11 にのみ適用される */
	  top: 20px;
  }
	  	*::-ms-backdrop, header#pattern2 nav ul.nav_1st{
    	/* IE11 にのみ適用される */
	  		min-height: 45px !important;
  	}
}
body.scrolled header .logo a img{
	max-height: 42px;
	padding-top: 15px;
	padding-bottom: 15px;
	filter: invert(100%);
}

header .header_contents .header_col1{
	/* ▼水平方向レイアウト */
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	/* ▼垂直方向レイアウト */
	/*flex-direction: column;
	align-items: flex-end;*/
}
header .header_contents .header_col1 .tel{
	position: relative;
	font-size: 26px;
	line-height: 1;
	padding-left: 26px;
	font-weight: bold;
	font-weight: normal;
}
header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg{
	fill:var(--i_txt_color) !important;
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after{
	background: var(--i_txt_color);
}

header .header_contents .header_col1 .tel svg{
	width: 22px;
	height: 22px;
	top: calc(50% - 11px);
	left: 0;
	fill:var(--i_txt_color) !important;
}
header .header_contents .header_col1 .btn>a{
	display: inline-block;
	text-align: center;
	width: auto;
	background: var(--i_btn_color);
	color: #fff;
	border: 1px solid var(--i_btn_color);
	letter-spacing: 0.2rem;
	padding: 8px 20px;
	transition: 0.4s ease-in-out;
}
header .header_contents .header_col1 .btn>a:hover{
	opacity: 1;
	background: var(--i_btn_hover_color);
	border: 1px solid var(--i_btn_hover_color);
}

header .header_contents .header_col1 .btn .translate a svg{
	max-width: 74%;
	max-height: 74%;
	margin: 13% auto 0;
}
header .header_contents .header_col1 .tel a, 
header .header_contents .header_col1 .tel span{
	color: var(--i_txt_color);
	letter-spacing: 0.2rem;
}
header .header_contents .header_col1 .btn .translate a:hover{
	opacity: 1!important;
}
header#pattern1 nav,
header#pattern3 nav{
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header nav *{
	/*color: #fff;*/
}
header#pattern2.width_full nav {
    padding-right: 0 !important;
}
header nav ul.nav_1st{
	/*width: 72% !important;*/
	max-width: 1470px !important;/*任意*/
	padding-right: 0;
}
body.scrolled header nav ul.nav_1st{
	border-bottom: 0;
}
header#pattern2:not(.width_full) nav {
    max-width: 1520px;
}
header nav ul.nav_1st>li{
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.15);

}
header nav ul.nav_1st>li span{
	position: relative;
	font-weight: 500;
}
body.scrolled header nav ul.nav_1st>li span:after{
	display: none;
}
header nav ul.nav_1st>li:last-child:before{/*罫線*/
	content: "";
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;
	right: 0;
}
header nav ul.nav_1st>li>a{
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
	overflow: visible;
}
header nav ul.nav_1st>li>a:before{
	position: absolute;
	display: block;
	content: "";
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	height: 2px;
	bottom: -1px;
	left: 0;
	background: #fff;
	pointer-events: none;
	opacity: 0;
	transition: 0.4s ease-in-out;
}
header nav ul.nav_1st>li>a:hover:before{
	opacity: 1;
}
body.scrolled header nav ul.nav_1st>li>a:before{
	display: none;
}
header nav ul.nav_1st>li>a span{
	/*ナビの高さはline-heightで調整*/
	line-height: 3.5;/* マージン普通選択時 */
	letter-spacing: 0.4rem;
	font-weight: 500;
	transition: 0.4s ease-in-out;
	font-size: 1.5rem;
}
header nav ul.nav_1st>li>a:hover span{
	opacity: 1 !important;
	/*color: var(--i_btn_color);*/
}
header#pattern2 nav ul.nav_1st>li>a span{
	line-height: 3.5;
}
body.scrolled header#pattern2 nav ul.nav_1st>li>a span{
	line-height: 3;
}
body.margin header nav ul.nav_1st>li>a span{
	line-height: 4;/* マージン広い選択時 */
}

header nav ul.nav_2nd{
	padding-top: 20px;
}
header nav ul.nav_1st>li:hover ul.nav_2nd{
	padding-top: 10px;
}
header nav ul.nav_2nd>li{
	background: rgba(255,255,255, 0.9);
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	box-shadow: 2px 2px 5px var(--i_shadow_color);
}
header nav ul.nav_2nd>li:nth-last-of-type(1){
	border-bottom: none;
}
header nav ul.nav_2nd li a{
	padding: 10px 20px;
	font-weight:  normal;
	font-size: 1.4rem;
}
header nav ul.nav_2nd>li>a{
	padding-right: 30px;
}
header nav ul.nav_2nd>li>a:after{
	height: 5px;
	width: 5px;
	transform: rotate(-45deg);
	border-right: 1px solid var(--i_txt_color);
	border-bottom: 1px solid var(--i_txt_color);
	top: calc(50% - 2.5px);
	right: 20px;
}

header nav ul.nav_3rd{
	padding-left: 20px;
}
header nav ul.nav_3nd li a{
	padding: 5px 20px;
}
header nav ul.nav_3rd>li>a:after{
	height: 1px;
	width: 4px;
	background: #fff;
	top: calc(50% - 0.5px);
	left: 5px;
}
@media screen and (min-width: 900px){
	header#pattern2 nav ul.nav_1st{
		/*! border: 1px solid #fff; */
		border-bottom: none;
	}
	header#pattern2:not(.width_full) nav {
    	max-width: 1400px;
		padding-right: 0;
		border-bottom: 1px solid #fff;
	}
	body.scrolled header nav ul.nav_1st,
	body.scrolled header#pattern2:not(.width_full) nav,
	body.scrolled header#pattern2 nav ul.nav_1st{
		border: none;
	}
}
@media screen and (max-width: 900px){
	header,
	header *,
	header nav ul.nav_2nd li a{
	}
	body.scrolled header .logo{
		padding: 10px 0 !important;
	}
	header .burger li.sp_translate a svg{
		height: 28px;
		width: 28px;
		margin: 10% auto;
	}
	header .header_sns,
	header .header_contents .header_col1,
	header .header_contents .header_col2{
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	header .header_sns{
		border-bottom: none;
	}
	header .header_sns:empty,
	header .header_contents .header_col1:empty,
	header .header_contents .header_col2:empty{

		border: none;
	}
	header .header_contents .header_col1 .tel,
	header .header_contents .header_col1 .btn{
		float: none;
	}
	header .header_contents .header_col2{
		display: block !important;
	}
	header nav{
	}
	header nav ul.nav_1st{
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	header nav ul.nav_1st li{

		border-top: 1px solid rgba(255,255,255,0.2);
	}
	header nav ul.nav_1st>li:before,
	header nav ul.nav_1st>li:after{
		display: none !important;
	}
	header nav ul.nav_1st>li i:before,
	header nav ul.nav_1st>li i:after{
		background: #fff;
	}
	header nav ul.nav_2nd{
	}
	header nav ul.nav_2nd>li{
		box-shadow: none;
	}
	header nav ul.nav_2nd>li *{
	}
	header nav ul.nav_3rd{
	}
	header nav ul.nav_3rd>li:nth-last-of-type(1){
		border-bottom: none;
	}
	header .logo a{
		max-width: 195px;
		padding: 0px
	}
	header#pattern2.width_full .logo{
		background: none;
	}
	header nav ul.nav_1st{
		width: auto !important;
	}
	header#pattern1 nav,
	header#pattern3 nav{
		border: none;
	}
	header nav ul.nav_1st>li span{
	padding-bottom: 0;
	}	
	header nav ul.nav_1st>li span:after{
	display: none;
	}
	header nav ul.nav_1st{
		padding-right: 0;
	}
	header .wraper > .inner{
		min-height: 45px !important;
	}
	header .header_contents .header_col1 .btn > a{
		padding: 5px 20px 5px;
	}
	header nav ul.nav_1st > li a:hover{
		opacity: 1;
	}
}

/*----------------------------余白設定----------------------------*/

main>section:first-child:not([class*="pt"]),
main>div:first-child:not([class*="pt"]),
div[class*='pb']+.contents_related,
section[class*='pb']+.contents_related,
div[class*='pb']+.contents_related_tags,

section[class*='pb']+.contents_related_tags{
	padding-top: 60px;
}
main>section:not([class*="pt"]),
main>div:not([class*="pt"]),
aside>section:not([class*="pt"]),
aside>div:not([class*="pt"]){
	padding-bottom: 60px;
}
@media screen and (max-width: 800px){
	main>section:first-child:not([class*="pt"]),
	main>div:first-child:not([class*="pt"]),
	div[class*='pb']+.contents_related,
	section[class*='pb']+.contents_related,
	div[class*='pb']+.contents_related_tags,
	section[class*='pb']+.contents_related_tags{
		padding-top: 40px;
	}
	main>section:not([class*="pt"]),
	main>div:not([class*="pt"]),
	aside>section:not([class*="pt"]),
	aside>div:not([class*="pt"]){
		padding-bottom: 40px;
	}
}

/*----------------------------見出し----------------------------*/

section .content_wrapper>.heading:first-child:last-child{
	margin-bottom: 0;
}

/*--*/

section:not([class*="pt"]) .content_wrapper>.heading:first-child:last-child{
	margin-bottom: 0;
}

.heading.block_header_1,
.heading.block_header_6{
	margin-bottom: 30px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}
.heading.block_header_1 p:before,
.heading.block_header_6 .h:before{
	position: absolute;
	display: block;
	content: "";
	background: var(--i_txt_color);
	width: 46px;
	bottom: 0;
	height: 2px;
	left: calc(50% - 23px);
}
.heading.block_header_1.align-left p:before,
.heading.block_header_6.align-left .h:before{
	left: 0;
}
.heading.block_header_1.align-right p:before,
.heading.block_header_6.align-right .h:before{
	left: auto;
	right: 0;
}

.heading.block_header_1.align-left p:after,
.heading.block_header_6.align-left .h:after{
	left: 0;
}
.heading.block_header_1.align-right p:after,
.heading.block_header_6.align-right .h:after{
	left: auto;
	right: 0;
}
.heading.block_header_1 p,
.heading.block_header_6 .h{
	font-weight: 500;
	font-size: 5rem !important;
	line-height: 1;
	position: relative;
	padding-top: 0;
	letter-spacing: 0.1rem;
	padding-bottom: 19px;
	margin-bottom: 15px;
	color: var(--i_txt_color);
	font-family: 'Imbue',"Cardo", 'Noto Serif JP', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif!important;
}
.index .heading.block_header_1 p,
.index .heading.block_header_6 .h{
	font-size: 6rem !important;
	letter-spacing: 0.1rem;
	font-family: 'Imbue', serif!important;
}


section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before{
	background: #fff;
}
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:after,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:after,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p:after,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:after{
	background: rgba(255,255,255,0.4);
}
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h{
	color: #fff !important;
}
.heading.block_header_1 .h,
.heading.block_header_6 p{
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: var(--i_main_color);
}
@media screen and (max-width: 800px){
	.heading.block_header_1,
	.heading.block_header_6{
		margin-bottom: 20px;
	}
	.heading.block_header_1 p,
	.heading.block_header_6 .h{
		font-size: 3.8rem !important;
		padding-bottom: 14px;
    	margin-bottom: 10px;
	}
	.heading.block_header_1 .h,
	.heading.block_header_6 p{
		font-size: 1.4rem;
	}
	.heading.block_header_1 p:before, 
	.heading.block_header_6 .h:before{
		width: 44px;
		left: calc(50% - 22px);
	}
	.index .heading.block_header_1 p,
	.index .heading.block_header_6 .h{
		font-size: 4.8rem !important;
	}
}

/*--*/

.heading.block_header_2{
	margin-bottom: 30px;
}
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_2,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_2{
	border-bottom-color: #fff;
}
.heading.block_header_2.align-center:before{
	display: none;
}
.heading.block_header_2.align-left:before{

	left: 0;
}
.heading.block_header_2.align-right:before{
	right: 0;
}
.heading.block_header_2 .h{
	display: inline-block;
	font-weight: 500;
	font-size: 2.1rem;
	line-height: 1.5;
	position: relative;
	padding-left: 13px;
	/*border-bottom: 1px solid rgba(0,0,0, 0.12);*/
	/*padding-bottom: 7px;*/
	margin-bottom: 5px;
	letter-spacing: 0.2rem;
}
.heading.block_header_2 .h:before,
.heading.block_header_2 .h:after{
	display: block;
	content:'';


	position: absolute;
}
.heading.block_header_2 .h:before{
	top: .2em !important;
	left: 0;
	height: 20px;
	border: 1px solid var(--i_main_color);
}
.heading.block_header_2 p{
	font-size: 1.4rem;
	padding-left: 13px;
	font-weight: 500;
	letter-spacing: 0.1rem;
}
.news_archive .heading.block_header_2,
.glossary_archive .heading.block_header_2,
.widget_gallery01 .heading.block_header_2,
.gallery_archive .heading.block_header_2{
	border: none;
}
.widget_gallery01.add_design4 .inner_item .heading.block_header_2{
	padding-left: 2em!important;
}

@media screen and (max-width: 800px){
	.heading.block_header_2{
		margin-bottom: 15px;
	}
	.heading.block_header_2 .h{
		font-size: 2rem!important;
		padding-left: 10px;
	}
	.heading.block_header_2 p{
		padding-left: 10px;
	}
	.heading.block_header_2 .h::before{
		height: 16px;
		top: .25em !important;
	}
}

/*--*/

.heading.block_header_3{
	overflow: hidden;
	background: var(--i_sub2_color);
	padding: 10px 20px 10px 20px;
	margin-bottom: 30px;
}
.heading.block_header_3 .h{
	font-weight: 400;
	font-size: 1.95rem;
	line-height: 1.5;
	letter-spacing: 0.2rem;
}
.heading.block_header_3 p{
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 800px){
	.heading.block_header_3{
		padding: 5px 5px 5px 30px;
		margin-bottom: 20px;
	}
	.heading.block_header_3 .h{
		font-size: 2.0rem;
	}
	.heading.block_header_3 p{
		font-size: 1.3rem;
	}
}

/*--*/

.heading.block_header_4{
	margin-bottom: 15px;
}
.heading.block_header_4:before{
	display: none;
}
.heading.block_header_4 .h{
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 5px;
	color: var(--i_main_color);
	letter-spacing: 0.2rem;
	font-size: 2.2rem;
	font-weight: 500 !important;
}
.heading.block_header_4 p{
	font-size: 1.45rem;
	letter-spacing: 0.2rem;
}

/*--*/

.heading.block_header_5{
	margin-bottom: 15px;
}
.heading.block_header_5 .h{
	display: inline;
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 10px;
	letter-spacing: 0.2rem;
}
.heading.block_header_5 p{
	display: inline;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
}
.heading.block_header_5 p:before{
	content: "　/　";
}
#sidebar .heading.block_header_5{
	/*background: var(--i_sub2_color);
	padding: 5px 15px;*/
	position: relative;
	font-weight: 500!important;
}

/*----------------------------背景パララックス----------------------------*/

.parallax{
	box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/

.contents_btn01 a,
main form .submit span input{
	background: rgba(255,255,255,0);
	border: 1px solid var(--i_btn_color);
	color: var(--i_btn_color);
	position: relative;
	display: inline-block;
	transition: 0.5s ease-in-out;
	min-width: 220px;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after{
	border: 1px solid var(--i_btn_color);
}
.glossary_archive .content_wrapper .heading.block_header_2 .h::before{
	display: none;
}
main form .submit span input a{
	transition: 0.5s ease-in-out;
}
main form .submit span input{
	letter-spacing: 0.2rem;
}
.contents_btn01 a:hover,
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after,
main form .submit span input:hover{
	background: var(--i_btn_color);
	color: var(--i_btn_hover_txt_color);
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after{
	border: 1px solid var(--i_btn_color);
}
.contents_btn01 a[target=_blank]:hover span:before,
.contents_btn01 a[target=_blank]:hover span:after{
	border: 1px solid #fff;
}
.contents_btn01 a span{
	text-align: center;
	line-height: 1.5;
	font-size: 1.55rem;
	letter-spacing: 0.2rem;
	padding: 12px 15px 10px 15px;
}
/*--------------------------------MV--------------------------------*/

#mv_outer{
	/*mvに背景とかはここを利用する*/
	position: relative;
	box-sizing: border-box;
}
#mv_outer:before,
#mv_outer:after{
	position: relative;
	display: block;

	content: "";
	pointer-events: none;
}


#mv{
	width: 100%;
	height: 100vh;
	min-height: 500px;
}
#mv.slide06 .mv_img li{
	width: 60%;
}
#mv.slide06 .mv_img li.r{
	width: 40%;
	left: 60%;
}

#mv:after{
	/*スライドに重ねる色*/
	pointer-events: none;
	background: rgba(32,29,18,0.5);
	background: linear-gradient(180deg, rgba(32,29,18,0.1), 10%,rgba(32,29,18,0.3) 50%,rgba(0,0,0,0.7) 100%);
	width: 60%;
}
/*スライドに重ねる色*/
#mv .mv_img:after{
	content: "";
        content: none;
	display: block;
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 60%;
	z-index: 999;
	pointer-events: none;
	background: rgba(255,255,255,0.7);
	background: linear-gradient(180deg, rgba(255,255,255,0.8), 10%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.15) 100%);
}
#mv .mv_img:before{
	content: "";
	display: block;
	width: 2%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 60%;
	z-index:1000;
	pointer-events: none;
	background: #ebe6d7;
}

#mv .mv_text{
	height: 100%;
	align-items: flex-end;/*垂直方向中央*/
	/*text-shadow: 0 0 5px var(--i_shadow_color);*/
	width: 100% !important;
	left: 0 !important;
	bottom:10%!important;
}

#mv .mv_text>div{
	box-sizing: border-box;
	width: 94%;
}
#mv .mv_text div{
	position: relative;
	color: #fff;
	padding-top: 310px;
}

/*MVキャッチコピーアニメーション*/
#mv .mv_text div{
  animation: mvani 2.5s cubic-bezier(.4, 0, .2, 1) forwards;
}

@keyframes mvani {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

#mv .mv_text div:before{
	position: absolute;
	display: block;
	content: "LEAD TO\A BEAUTIFUL HAIR\A HAIRSALON SUNNYSIDEUP";
	white-space: pre;
	font-size: 11rem;
	top: 0;
	left: 0;
	color: #fff;
	pointer-events: none;
	letter-spacing: 0.1rem;
	font-weight: 600;
	right: 0;
	font-family: 'Imbue', serif;
	line-height: 0.9;
}

/*右側のテキストアニメーション*/

#mv:before{
	content: '';
	display: block;
	background:url(/common/upload_data/ssu1212com/image/mv_text.png) repeat-x;
	background-size:auto 52px;
	background-position:top left;
	animation: textLoop 12s linear infinite;
	pointer-events: none;
	z-index: 10;
	height: 76%;
	position: absolute;
	width: 40%;
	left: 60%;
	top:21%;
}
@keyframes textLoop{
	0% {background-position: 0 0;}
	25% {background-position: -200px 0;}
	50% {background-position: -400px 0;}
	75% {background-position: -600px 0;}
	100% {background-position: -800px 0;}
}

#mv .mv_text h2{
	font-size: 60px;/* ←max-font-size的意味合いで使用する。動作はjs。*/
	line-height: 1.6 !important;
	letter-spacing: 0.3rem;
	font-weight: 500;
	font-size: 3rem !important;
	position: relative;
}
#mv .mv_text p{
	padding-top: 0px;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
}

#mv .mv_scroll {
	width: 3px;
	height: auto;
	position: absolute;
	left: auto;
	right: 3vh;
	bottom:0;
}
#mv .mv_scroll a{
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	padding-bottom: 115px;
	height: auto;
	width: auto;
	text-indent: 0;
	potision: relative;
	transition: all .3s ease-in-out;
	text-align: right;
	color: var(--i_txt_color) !important;
	letter-spacing:0.6rem;
}
#mv .mv_scroll a::before {
    width: 1px;
    height: 100px;
    transform: none;
    position: absolute;
    bottom: 0;
    left: 1px;
	top: auto;
	background: var(--i_txt_color);
	transition: all .3s ease-in-out;
}
#mv .mv_scroll a:hover{
	padding-bottom: 80px;
}
#mv .mv_scroll a:hover::before{
    height: 50px;
}
#mv .mv_scroll a:hover::after{
    height: 25px;
}


#mv .mv_pointer {
    width: 110px;
    position: absolute;
    top: 50%;
    left: auto;
    right: calc(3vh - 50px);
    padding: 0;
    transform: rotate(90deg);
    text-align: center;
}
 
#mv .mv_pointer li{
	width: 20px;
	height: 30px;
	margin: 0 10px 0 0;
	transform: rotate(45deg);
}
 
#mv .mv_pointer li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
	margin-top: 10px;
	border:1px solid var(--i_txt_color);
}
#mv .mv_pointer li:last-child{
	margin-right: 0;
}
#mv .mv_pointer li.current{
	width: 20px;
}
#mv .mv_pointer li.current:before{
	background: var(--i_txt_color);
}

#mv .mv_arrow{
	display: none;
}

#mv ul.mv_img li img{ 
	object-fit: none;
}

/*--MVアニメーション左から流れるように--*/
#mv ul.mv_img li.show img{ 
	overflow-x: hidden;
	animation-name: open-keyanime!important; 
	animation-duration: 1.5s!important;
	opacity:1!important;
	animation-fill-mode:forwards!important;
	animation-timing-function:ease-out!important;
}
@keyframes open-keyanime{
  0% {
	  height:0;
	  opacity:1;
	} 
  100% {
	  height:100%;
	  opacity: 1;
	} 
}

#mv ul.mv_img li.r.show img{ 
	overflow-x: hidden;
	animation-name: open-keyanime2!important; 
	animation-duration: 1.5s!important;
	opacity:1!important;
	animation-fill-mode:forwards!important;
	animation-timing-function:ease-out!important;
}
@keyframes open-keyanime2{
  0% {
	  height:0;
	   transform: translateY(100vh);
	  opacity:1;
	} 
  100% {
	  height:100%;
	   transform: translateY(0%);
	  opacity: 1;
	} 
}

@media screen and (max-width: 100vh){
	#mv{
		height: 100vh;
	}
}

@media screen and (max-width: 900px){
	/*#mv {
    	height: 80vh;
	}*/
	body.scrolled header .logo a img {
    	padding-top: 0px;
    	padding-bottom: 0px;
	}
	#mv .mv_scroll,
	#mv:before{
		display: none;
	}
	#mv .mv_text div:before{
		font-size: 8rem;
	}
	#mv .mv_text div {
    	padding-top: 225px;
	}
	#mv .mv_pointer {
    	top: 30%;
	}
	#mv.slide06 .mv_img li{
		width: 100%;
	}
	#mv.slide06 .mv_img li.r {
    	width: 100%;
    	left: 0%;
	}
	#mv .mv_img:before{
		display: none;
	}
	#mv:after {
    	width: 80%;
	}
	#mv .mv_img:after{
		width: 20%;
		left: 80%;
	}
	#mv ul.mv_img li img {
    	object-fit: cover;
	}
	/*--MVアニメーションSP--*/
	@keyframes open-keyanime{
  	0% {
	  width:0;
	  opacity:1;
	} 
  	100% {
	  width:100%;
	  opacity: 1;
	} 
	}
	@keyframes open-keyanime2{
  	0% {
	  width:0;
	   transform: translateX(100vh);
	  opacity:1;
	} 
  	100% {
	  width:100%;
	   transform: translateX(0%);
	  opacity: 1;
	} 
	}
}

@media screen and (max-width: 650px){
	#mv .mv_text h2{
		line-height: 1.5;
	}
	#mv .mv_text div:before {
    	font-size: 6.5rem;
	}
	#mv .mv_text div {
    	padding-top: 180px;
	}
}
@media screen and (max-width: 520px){
	#mv .mv_text div:before {
    	content: "LEAD TO\A BEAUTIFUL HAIR\A HAIRSALON\A SUNNYSIDEUP";
    	white-space: pre;
    	font-size: 5rem;
        padding-top: 40px;
	}
	#mv .mv_text div {
    	padding-top: 225px;
	}
	#mv .mv_text h2{
		font-size: 1.5rem !important;
		letter-spacing: 0.2rem;
	}
	#mv_outer #mv .mv_text div p.static {
    	font-size: 1.5rem!important;
		letter-spacing: 0.2rem;
	}
	#mv:after {
    	width: 90%;
	}
	#mv .mv_img:after{
		width: 10%;
		left: 90%;
	}
	#mv .mv_text {
    	bottom: 15%!important;
	}

　　　　#mv .mv_text p｛
　　　　font-size: 1.5rem;
　　　　｝
}

/*--------------------------------IV--------------------------------*/

#lv{
	background:#b6af99;
	height: 320px;
	padding-bottom: 0;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .parallax .parallax_img{
    /* IE11 にのみ適用される */
	  margin-top: -160px !important;
  }
	*::-ms-backdrop, #lv{
		padding-top: 150px !important;
	}
}
header.over+#lv_outer #lv{
	min-height: 320px;
}
#lv div{
	opacity: 0.35;
}
#lv p{
	left: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0
}
#lv p span{
	display: inline-block;
	font-size: 3.6rem;
	color: #fff;
	font-weight: 500;
	text-align: center;
	position: relative;
	word-break: break-all;
	line-height: 1.2;
	text-shadow: 1px 1px 0 var(--i_shadow_color);
	letter-spacing: 0.3rem;
}
@media screen and (max-width: 800px){
	#lv{
		height: 220px;
		min-height: 220px!important;
	}
	#lv p span{
		font-size: 2.7rem;
	}
}
@media all and (-ms-high-contrast: none) {
  #lv p span{
      top: -10px;
  }
}
/*----------------------------パンくず----------------------------*/

#pan{
	padding: 0;
	border-bottom: 1px solid var(--i_border_color);
}
#pan li{
	font-size: 1.2rem;
	padding: 5px 0 3px 30px;
}
#pan li:before{
	border-top: 1px solid var(--i_border_color);
	border-right: 1px solid var(--i_border_color);
}
#pan li:after{
}

/*----------------------------other parts----------------------------*/

/*--リスト--*/

.default_ul li:before{
	border-top: 1px solid var(--i_sub_color);

	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
}

/*--アーカイブページ カテゴリー--*/

.category1 li a{
	border: 1px solid rgba(0,0,0,0.15);
	font-size: 1.4rem;
}
.category1 li a:hover,
.category1 li a.current{
	background: var(--i_main_color);
	color: #fff;
	border: 1px solid var(--i_main_color);
}

/*--sidebar--*/

#sidebar section,
#sidebar>div{
	border-bottom: 1px solid var(--i_border_color);
}
#sidebar h2{
	text-align: left;
	font-size: 2.2rem;
}
#sidebar .sidebar_tag li{
	border: 1px solid var(--i_border_color);
	background: var(--i_sub2_color);
}
#sidebar .sidebar_list a{
	position: relative;
	padding-left: 15px;
}
#sidebar .sidebar_list a:before{
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid var(--i_main_color);
	border-right: 1px solid var(--i_main_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}

/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/

.pager li a{
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid rgba(0,0,0,0.15);
	font-size: 1.4rem;
}
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a{
	background: var(--i_main_color);
	color: #fff;
	border: 1px solid var(--i_main_color);
}
.pager li.arrow a{
	background: none;
}

/*----------------------------pager2----------------------------*/

/*シングルページページャー*/
.pager2 li a{
	border: 1px solid rgba(0,0,0,0.15);	
	color: var(--i_txt_color);
	line-height: 45px;
	padding: 0 15px;
	font-size: 1.4rem;
}
.pager2 li a:hover{
	background: var(--i_main_color);
	color: #fff;
	border: 1px solid var(--i_main_color);
}

/*----------------------------popup----------------------------*/

/*画像ポップアップ拡大表示*/
.popup{
	background: rgba(255,255,255,0.7);
}
.popclose{
	/*text-shadow: 1px 1px 1px var(--i_border_color);*/

}
.popnav li{
}
.poptxt{
	font-size: 1.2rem;
}

/*----------------------------footer----------------------------*/

#fixbtn{
	margin-bottom: 30px;
	font-size: 1.55rem;
}
#fixbtn .fixbtnwrap{
	background: #f5f3ed;
	border-top: 1px solid rgba(0,0,0,0.1);
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap{
	background-color: transparent;
}
#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
	color: var(--i_txt_color);
}
#fixbtn .fixbtntel{
	border-right: 1px solid var(--i_border_color);
}
#fixbtn .fixbtntel:nth-last-of-type(2){
	border-right: none;
}
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
	font-size: 3.2rem;
	line-height: 1;
	margin-right: 10px;
	font-weight: 400;
	letter-spacing: 0.2rem;
}
#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child{
	margin-right: 0;
}
#fixbtn .fixbtntel svg{
	width: 22px;
	height: 22px;
	margin-right: 5px;
	fill: var(--i_sub_color);
}
#fixbtn .contents_btn01{
	border-left: 1px solid rgba(255,255,255,0.1);
}
#fixbtn .contents_btn01:nth-of-type(1){
	border-left: none;
}
#fixbtn .contents_btn01:nth-of-type(1){
	/*▼ TELない場合中央揃え*/
	margin-left: auto;
	margin-right: auto;
}
/*#fixbtn .contents_btn01 a{
	padding-left: 0;
	padding-right: 0;
	background: transparent;
	border: 1px solid #9b9b9b;
	color: #6a6a6a !important;
}
#fixbtn .contents_btn01 a::before{
	display: none;
}
#fixbtn .contents_btn01 a:hover{
	background: var(--i_btn_color);
	color: #fff !important;
	border: 1px solid var(--i_btn_color);
}*/
#fixbtn .contents_btn01 span{
	text-align: center;
	padding: 12px 10px 9px 10px;
	line-height: 1.3;
	/*! color: #5e5e5e; */
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn #scrolltop:nth-of-type(1){
	margin-left: auto;
	/*▼ 右揃え*/
	margin-right: 0;
	/*▼ 中央揃え*/
	margin-right: auto;
}
#fixbtn #scrolltop a{
	height: 40px;
	width: 40px;
}
#fixbtn #scrolltop a:before{
	top: 17px;
	left: 3px;
	transform: rotate(45deg);
	transition: 0.2s ease-in-out;
	border-left: 2px solid var(--i_txt_color);
	border-top: 2px solid var(--i_txt_color);
	width: 30px;
	height: 30px;
}
#fixbtn #scrolltop a:hover:before{
	opacity: 0.7;
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no #scrolltop a:before{
	border-color: rgba(120,120,120,0.6) ;
}
#fixbtn.no #scrolltop a:hover:before{
	border-left: 2px solid rgba(120,120,120,1);
	border-top: 2px solid rgba(120,120,120,1);
}

@media screen and (max-width: 600px){
	#fixbtn{
		margin-bottom: 0;
	}
	#fixbtn,
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span{
		font-size: 1.7rem;
	}
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span{
		font-size: 2rem;
		margin: 0;
		color: var(--i_txt_color);
	}
	#fixbtn .fixbtntel svg{
		width: 18px;
		height: 18px;
	}
	#fixbtn .contents_btn01 a{
		padding: 0 !important;
		letter-spacing: 0;
	}
	#fixbtn .contents_btn01 a span{
		/*padding: 8px 8px 8px;*/
	}
}
footer{
	background: #645832;
	padding: 0;
	color: var(--i_txt_color);
	text-align: center;
	font-size: 1.35rem;
}
footer a{
	color: #fff;
}
footer nav li{
	letter-spacing: 0.2rem;
	padding: 5px 0;
	font-weight: 600;
}
footer .logo{
	width: 210px;
}
footer .sns{
	margin: 0 auto 30px;
}
footer .sns svg{
	width: 40px;
	height: 40px;
	padding: 10px 10px;
	transition: 0.2s ease-in-out;
	fill: #fff;
}
footer .sns a:hover svg{
	opacity: 0.8;
}
footer nav li a{
	font-weight: 500;
}
#cp{
	padding: 10px 0;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	color: #fff;
	opacity: 0.6;
}
@media screen and (max-width: 600px){
	footer{
		padding: 0 0 20px;
	}
}
@media screen and (max-width: 600px){
	footer nav ul{
		border-bottom: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li{
		border-top: 1px solid rgba(255,255,255,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(2n){
		border-right: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(2n+1){
		border-left: 1px solid rgba(255,255,255,0.1);
	}
	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(1),
	footer nav ul li:nth-of-type(2),
	footer nav ul li:nth-of-type(3):nth-last-of-type(2n-1){
		border-top: 1px solid rgba(0,0,0,0.13);
	}
	footer nav ul li:nth-last-of-type(1),
	footer nav ul li:nth-last-of-type(2){
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	footer .logo{
		width: 195px;
	}
	#fixbtn .fixbtnwrap{
		border-bottom: none;
	}
	#fixbtn .inner{
		/*padding: 0;*/
	}
	#fixbtn .inner div{
		padding: 0 !important;
	}
}

/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/

/*----------------------------contents_faq01----------------------------*/

.contents_faq01 dt{
	padding-left: 5rem;
	margin-bottom: 25px;
	min-height: 35px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
.contents_faq01 dd{
	padding-left: 7.3rem;
	margin-bottom: 15px;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
.contents_faq01 dt:before,
.contents_faq01 dd:before{
	width: 4rem;
	height: 4rem;
	font-size: 2.8rem;
	line-height: 1.2;
	box-sizing: border-box;
	font-weight: 500;
	/*color:#fff;*/
	/*background: var(--i_main_color);*/
	/*border: 1px solid var(--i_main_color);*/
	text-align: center;
}
.contents_faq01 dd:before{
	font-size: 3rem;
	line-height: 1.15;
	/*color: var(--i_main_color);*/
	background: none;
	text-align: center;
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags .inner_item{
	border: 1px solid var(--i_border_color);
}
.contents_related_tags .inner_item:hover{
	background: var(--i_sub2_color);
}

.contents_related .inner_item a:hover{
	background: var(--i_sub2_color);
	opacity: 0.8;
}
.contents_related .inner_item_img{
}

/*----------------------------block_table_1----------------------------*/

.block_table_1 table thead{
	background: var(--i_sub2_color);
}
.block_table_1 table thead th,
.block_table_1 table thead td{
	background-color: var(--i_sub2_color);
}
.block_table_1 table th{
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_1 table td{
	background-color: #fff;
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_1 table thead td{
	text-align: center;
	font-weight: bold;
}

/*----------------------------block_table_2,5,6----------------------------*/

.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td{
	background-color: var(--i_sub2_color);
}
.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th{
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td{
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td{
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 500px){
	.block_table_2 table{
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_2 table th{
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_2 table td{
		border-top: 1px dotted var(--i_border_color);
	}
}

/*----------------------------block_table_3----------------------------*/

.block_table_3 table thead,
.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td{
	background-color: var(--i_sub2_color);
}
.block_table_3 table th,
.block_table_7 table th{
	background-color: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	text-align: center;
	vertical-align: middle;
}
.block_table_3 table td,
.block_table_7 table td{
	background-color: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	vertical-align: middle;
}
@media screen and (max-width: 500px){
	.block_table_3 table{
		border-bottom: 1px solid var(--i_border_color);
	}
	.block_table_3 table th{
		border-top: 1px solid var(--i_border_color);
	}
	.block_table_3 table td{
		border-top: 1px dotted var(--i_border_color);


	}
}
.block_table_3_item li{
	vertical-align: middle;
}

/*----------------------------gallery_archive / gallery_single----------------------------*/

.gallery_archive .inner_item a,
.gallery_single .inner_item a{
	transition: 0.2s ease-in-out;
	background-color: transparent;
}
.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover{
	background-color: #000;
}
.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img{
	opacity: 0.8;
}
.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after{
	color: #fff;
}
.gallery_archive .inner_item p span,
.gallery_single .inner_item p span{
	color: #fff;
}
.gallery_single_slider .slick-arrow::before{
	border-color: var(--i_btn_color);
}

/*----------------------------widget_gallery01----------------------------*/

.widget_gallery01 .slick-arrow{
	height: 40px;
	width: 30px;
	top: 37%;
	left: 0;
}
@media screen and (max-width: 500px){
	.widget_gallery01 .slick-arrow{
		top: 27%;
	}
}
.widget_gallery01 .slick-next{
	left: auto;
	right: 0;
}

/*----------------------------gallery hover効果----------------------------*/


main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a{
	overflow: hidden;
}
main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img{
	/*▼ 位置調整 美容院などの人物の場合は50% 30%あたり*/
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	backface-visibility: visible;
	transition: 1s ease-out !important;
	transition-property: transform opacity !important;
	transform: scale(1.001,1.001);
}
main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img{
	transform: scale(1.1,1.1);
	opacity: 0.8;
}

/*----------------------------news_archive----------------------------*/

.news_archive article .inner_item_img:hover{
	opacity: 0.8;
}
.news_archive article .entry_meta{
	font-size: 1.3rem;
}

.add_design5 #primary article .inner_item_img a i:nth-last-child(1){

	background-size: 50%!important;
}
#sidebar .widget_news02 li a div span i{
	background-size: 50%!important;
}

/*----------------------------widget_coupon----------------------------*/

.widget_coupon .content_wrapper{
	max-width: 900px !important;
}

.widget_coupon .inner_item>div,
.widget_coupon .inner_item>dl{
	font-size: 1.4rem;
	line-height: 1.7;
}

/*----------------------------widget_form----------------------------*/

.widget_form .privacypolicy{
	border: 1px solid var(--i_border_color);
}
.widget_form form{
	border-top: 1px solid var(--i_border_color);
}
.widget_form form dl{
	border-bottom: 1px solid var(--i_border_color);
}
.widget_form form dt,
.widget_form form dd{
	vertical-align: middle;
}
.widget_form form dt span{
	color: var(--i_sub2_color);
	color: #D43B3B !important;
	font-size: 1.2rem;
	font-weight: bold;
}
main form dl input, main form textarea{
}
main form dl input:focus, 
main form textarea:focus{
	background: #fff !important;
}
@media screen and (max-width: 770px){
	.widget_form form dt{
		border-bottom: 1px dotted var(--i_border_color);
	}
}
main form dl input,
main form textarea{
	background: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	letter-spacing: 1px;
}
main form dl input:focus,
main form textarea:focus{
	background: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
}
main form .submit input{
	letter-spacing: 3px;
	border: none;
}
main form select{
	background: var(--i_bg_color);
	border: 1px solid var(--i_border_color);
	letter-spacing: 1px;
}
main form input[type=radio] + label,
main form input[type=checkbox] + label{
	padding: 0 15px 0 22px;
}
main form input[type=radio] + label::before,
main form input[type=checkbox] + label::before{
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: var(--i_border_color);
}
main form input[type=radio] + label::before{
	border-radius: 30px;
}
main form input[type=radio]:checked + label::after,
main form input[type=checkbox]:checked + label::after{
	left: 4px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	background: var(--i_sub_color);
}
main form input[type=radio]:checked + label::after{
	border-radius: 100%;
}
main form input[type=checkbox]:checked + label::after{
}

/*----------------------------widget_link----------------------------*/

.widget_link .inner_item_txt{
	font-size: 2rem;
}
.widget_link.block_link_1 .wrapper_item a{

}
.widget_link .inner_item_url{
}

/*----------------------------widget_lp01----------------------------*/

.widget_lp01 li a:hover{
	opacity: 0.8;
}
.widget_lp01 li a div span{
	background-size: 60% auto;
}

/*----------------------------widget_menu01----------------------------*/

.widget_menu01 h3{
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.widget_menu01 li dd{
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_menu02----------------------------*/

.widget_menu02 h3{
	vertical-align: central;
	font-size: 1.7rem;
	letter-spacing: 1px;
}
.widget_menu02 li>p{
	font-size: 1.3rem;
	letter-spacing: 0;
}

/*----------------------------widget_news02----------------------------*/

.block_news_2 li{
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.08) !important;
}
.block_news_2 li a{
	padding: 20px;
	border: 1px solid var(--i_border_color);
}
.block_news_2 li a:hover:after{
	border-width: 15px;
}
.block_news_2 li a::after{
}
.block_news_2 li a:hover:after{
	border-width: 10px !important;
}
.block_news_2 li p:nth-of-type(1)::before, 
.widget_news02 li p:nth-of-type(1)::before{
}


/*----------------------------widget_shop01----------------------------*/

.widget_staff01 .inner_item a:hover *{
	opacity: 0.8;
}
.widget_staff01 .sub{
	font-size: 1.2rem;
	font-weight: bold;
}

/*----------------------------widget_tel----------------------------*/

.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span{
	font-size: 3.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.1;
	padding: 20px;

}
@media screen and (max-width: 450px){
	.widget_tel .inner_item_tel a,
	.widget_tel .inner_item_tel span{
		font-size: 2.6rem;
		padding: 15px 10px;
	}
	.widget_tel .inner_item_tel img{
		margin: 0 5px -2px 0;
	}
	.widget_tel .inner_item_tel svg{
		height: 16px;
		width: 16px;
	}
}

/*----------------------------saitemap----------------------------*/

.widget_sitemap .content_wrapper > ul > li > a::before{
}
.widget_sitemap .content_wrapper > ul > li li > a::after{
}

/*------------------glossary_archive------------------------*/

.glossary_archive .content_wrapper article{
	margin-bottom: 30px;
	padding-bottom: 30px;/*★1*/
}
.glossary_archive .content_wrapper .heading.block_header_2{
	margin-bottom: 10px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h{
	font-size: 1.8rem;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after{
	content: "View More";
	position: absolute;
	width: 150px;
	bottom: 32px;/*★1 + 数px*/
	right: 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 3px 10px;
}
.glossary_archive .content_wrapper article .entry_body{
	padding-right: 180px;
}

@media screen and (max-width: 1224px){
	.glossary_archive .content_wrapper .heading.block_header_2 a:after{
		bottom: calc(32px + 1.8rem);/*★1 + 数px*/
	}
}
@media screen and (max-width: 650px){
	.glossary_archive .content_wrapper article{
		padding-bottom: 60px;
	}
	.glossary_archive .content_wrapper .heading.block_header_2 a:after{
		bottom: 30px;/*★1*/
	}
	.glossary_archive .content_wrapper article .entry_body{
		padding-right: 0;
	}
}

/*------------------recruit------------------------*/

.recruit_archive.add_design1 .recruitment_list .inner_item{
	background: rgba(255,255,255,.8);
}

.index main>section:first-child +div.composite_box01 .heading.block_header_4 .h,
.index main>section:first-child +div+div.composite_box01 .heading.block_header_4 .h{
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
}
@media screen and (min-width: 901px) {
	header#pattern2 .header_contents .inner {
	    position: relative;
	    display: flex;
	    justify-content: flex-end;
	    align-items: center;
	}
	header .header_contents .header_sns.on {
	    position: relative;
	    display: inline-block;
	    width: auto;
	    padding: 0;
	}
	header .header_contents .header_sns ul {
    	width: auto;
	}
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
	header .header_contents .header_col1 .tel {
	    font-size: 21px;
	}
	header .header_contents .header_col1 .btn>a {
	    padding: 5px;
	}
}
@media screen and (max-width: 800px){
	.index main>section:first-child +div.composite_box01 .heading.block_header_4 .h,
	.index main>section:first-child +div+div.composite_box01 .heading.block_header_4 .h{
		font-size: 2.1rem;
	}
}



/*------------------パララックス背景(白)------------------------*/

#parallax+div .parallax_img,
#parallax+section .parallax_img,
#flow+section .parallax_img{
	filter: brightness(110%) contrast(80%) blur(4px) grayscale(20%);
	opacity: 0.3;
}

#parallax+section .contents_btn01 a,
#flow+section .contents_btn01 a{
	border: 1px solid #fff;
}
#parallax+section .contents_btn01 a:hover,
#flow+section .contents_btn01 a:hover{
	border: 1px solid var(--i_btn_color);
}
#parallax+section .contents_btn01 a[target="_blank"] span::before,
#parallax+section .contents_btn01 a[target="_blank"] span::after{
	border: 1px solid #fff;
}

/*------------------composite_box01.block_images_7------------------------*/

.composite_box01.block_images_7 .inner_item_txt{
	background: rgba(100,88,50,0.9);
}
/*.composite_box01.block_images_7 .inner_item a:hover{
	background: rgba(100,88,50,0.3);
}*/
.composite_box01.block_images_7 .inner_item > a:hover .inner_item_txt,
.composite_box01.block_images_7 .inner_item > a:hover + .inner_item_txt {
  background-color: rgba(100,88,50,0.4);
}
/*------------------composite_box01.block_images_11------------------------*/

.composite_box01.block_images_11 .inner_item_txt .heading{
	background: rgba(100,88,50,0.85);
	outline: 1px rgba(255,255,255,0.4) solid;
	outline-offset: -5px;
}
.composite_box01.block_images_11 .heading.block_header_4 .h {
    color: #fff;
}
.composite_box01.block_images_11 .inner_item_img img, .composite_box01.block_images_11 .inner_item_txt .pwrap .iwrap{
	height: 260px !important;
}
.composite_box01.block_images_11 .inner_item_txt .heading{
	padding: 15px 25px;
}
.composite_box01.block_images_11 .heading.block_header_4 .h{
	margin-bottom: 0px;
}
@media screen and (max-width: 400px){
.composite_box01.block_images_11 .inner_item_img img, .composite_box01.block_images_11 .inner_item_txt .pwrap .iwrap{
	height: 240px !important;
	}
}


/*バーガーメニューデザイン変更*/
header .sp_menu a div,
header .burger li,
header .burger li a{
  width: 50px;
}
header .burger li a{
	padding: 10px;
}
header .sp_menu a div span{
	background:transparent;
}
header .sp_menu a div::before,
header.open .sp_menu a div::after{
	background: var(--i_txt_color);
}
header .sp_menu a div span,
header .sp_menu a div::before,
header .sp_menu a div::after{
	height: 2px;
}
header .sp_menu a div::before{
	top:10px;
}
header .sp_menu a div::after {
  top: 20px;
}

/*pattern4の追加CSS*/
header#pattern4.open .header_contents{
	background: #f5f3ed;
}

@media screen and (min-width: 901px){
	header#pattern4 .header_contents {
  		height: 100vh !important;
	}
	header#pattern4.open .header_contents{
		top: 0;
		padding-top: 120px !important;
	}

}
@media screen and (max-width: 900px){
	header#pattern4.open{
		background: #f5f3ed;
	}
	header#pattern4.open .logo a img {
    	filter: invert(100%);
	}
	body.hHide header:not(.nofixed)#pattern4.open {
		background: #f5f3ed;
	}
	body.hHide header:not(.nofixed)#pattern4 {
		background: rgba(235,230,215,0.9);
	}
}

header#pattern4 .inner > .btn a {
	padding: 7px 25px;
	border: 1px solid var(--i_btn_color);
	background: var(--i_btn_color);
	letter-spacing: 0.3rem;
	transition: 0.5s ease-in-out!important;
	color: #fff;
	font-weight: 600;
}
header#pattern4 .inner > .btn a:hover {
	border: 1px solid var(--i_btn_hover_color);
	background: var(--i_btn_hover_color);
}
header#pattern4 .header_sns {
  display: none !important;
}
/*noimg記事内のロゴサイズ*/
.block_news_1 li a.noimg span img {
  width: 80% !important;
  left: 10% !important;
}

/*INTRODUCTION*/
#introduction+section .heading.block_header_6 .h{
	font-size: 10rem !important;
	margin-bottom: -210px;
}
#introduction+section .heading.block_header_6 .h::before{
	display: none;
}
#introduction+section .inner_item_txt{
	padding-top: 150px;
}
#introduction+section .wrapper_item{
	position: relative;
}
#introduction+section .inner_item_img img {
  width: 95% !important;
  margin-right: 5%;
}
#introduction+section .wrapper_item:before{
	position: absolute;
	display: block;

	content: "YEARS OF EXPERIENCE AND HIGH TECHNOLOGY";
	font-size: 1.4rem;
	top: 180px;
	right: -190px;
	pointer-events: none;
	letter-spacing: 0.2rem;
	font-weight: 500;
	transform: rotate(90deg);
	z-index: 7;
}


/*--アニメーション--*/
#introduction+section.contents_box01 .heading.block_header_6 .h{
	position: relative;
	overflow: hidden;
}
#introduction+section.contents_box01 .heading.block_header_6.showActive .h:after{
  animation: text-wrap 2s forwards;
  background: #ebe6d7;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@keyframes text-wrap {
  100% {
	transform: translateY(-100%);
  }
}

#introduction+section.contents_box01 .inner_item_img{
	position: relative;
	overflow: hidden;
}
#introduction+section.contents_box01 .wrapper_item.showActive .inner_item_img:after{
  animation: img-wrap 2.5s forwards;
  background: #ebe6d7;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
	width: 95%;
}

@keyframes img-wrap {
  100% {
	transform: translateY(100%);
  }
}
/*流れるアニメーション*/
#introduction+section{
	position: relative;
}
#introduction+section:before{
	content: '';
	display: block;
	background:url(/common/upload_data/ssu1212com/image/con_text_1.jpg) repeat-x;
	background-size:auto 135px;
	background-position:bottom left;
	animation: textLoop2 15s linear infinite;
	pointer-events: none;
	z-index: 1;
	height: 135px;
	position: absolute;
	width: 100%;
	left: 0%;
	bottom:2%;
}
@keyframes textLoop2{
	0% {background-position: 0 0;}
	25% {background-position: -200px 0;}
	50% {background-position: -400px 0;}
	75% {background-position: -600px 0;}
	100% {background-position: -800px 0;}
}

@media screen and (max-width: 900px){
	#introduction+section .heading.block_header_6 .h{
		margin-bottom: 0px;
	}
	#introduction+section .inner_item_txt{
		padding-top: 0px;
	}
	#introduction+section .wrapper_item:before{
		right: -180px;
	}
}
@media screen and (max-width: 500px){
	#introduction+section{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#introduction+section .wrapper_item:before{
		font-size: 1.2rem;
		top: 155px;
    	right: -165px;
	}
	#introduction+section .heading.block_header_6 .h {
    	font-size: 6rem !important;
		padding-bottom: 0px;
	}
}

/*CONCEPT*/
#concept+div{
	margin-top: -60px;
}

#concept+div .inner_item{
	width: 46%;
	padding-left: 30px;
}
#concept+div .inner_item:nth-child(2){
	margin-left: 8%;
	margin-top: 200px;
}
#concept+div .heading.block_header_4 .h{
	font-size: 7rem !important;
	letter-spacing: 0.1rem;
	font-family: 'Imbue', serif !important;
	color:var(--i_txt_color);
	line-height: 1;
	display: inline-block;
}
#concept+div .inner_item_txt{
	margin-top: -20px;
	margin-left: -30px;
}
#concept+div .heading.block_header_4 p{
	font-size: 1.8rem;
	color: #645832;
}
/*--アニメーション--*/
#concept+div .inner_item_txt .heading.block_header_4 .h{
	position: relative;
	overflow: hidden;
}
#concept+div .inner_item_txt.showActive .heading.block_header_4 .h:after{
  animation: text-wrap2 1.5s forwards;
  background: #ebe6d7;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@keyframes text-wrap2 {
  100% {
	transform: translateX(-100%);
  }
}

#concept+div .inner_item .inner_item_img{
	position: relative;
	overflow: hidden;
}
#concept+div .inner_item.showActive .inner_item_img:after{
  animation: img-wrap2 2.5s forwards;
  background: #ebe6d7;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

@keyframes img-wrap2 {
  100% {
	transform: translateX(100%);
  }
}
@media screen and (max-width: 900px){
	#concept+div .inner_item{
		width: 100%!important;
	}
	#concept+div .inner_item:nth-child(2){
		margin-left: 0%!important;
		margin-top: 80px;
	}
	#concept+div {
    	margin-top: 0px;
	}
	#concept+div .heading.block_header_4 p {
    	font-size: 1.7rem;
	}
}
@media screen and (max-width: 500px){
	#concept+div .inner_item:nth-child(2){
		margin-top: 30px;
	}
	#concept+div .heading.block_header_4 .h {
    	font-size: 6rem !important;
	}
	#concept+div{
		padding-bottom: 60px;
	}
}

/*GALLERY*/
#gallery+section{
	position: relative;
}
#gallery+section:before{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 35%;
	background: #ebe6d7;
	pointer-events: none;
}
#gallery+section .heading.block_header_1 p::before{
	display: none;
}
#gallery+section .heading.block_header_1 p{
	font-size: 10rem !important;
	margin-bottom: -90px;
}
#gallery2+section .inner_item_txt .contents_btn01{
	margin-left: -550px;
	margin-top: -45px;
	padding-top: 0;
}
@media screen and (max-width: 1100px){
	#gallery2+section .inner_item_txt .contents_btn01{
		margin-left: 0px;
		margin-top: 0px;
		padding-top: 30px;
	}
}
@media screen and (max-width: 950px){
	#gallery2+section .inner_item_txt .contents_btn01{
		text-align: center;
	}
}
@media screen and (max-width: 500px){
	#gallery+section .heading.block_header_1 p{
		font-size: 6rem !important;
		margin-bottom: -57px;
	}
	#gallery+section{
		padding-bottom: 70px;
	}
}
/*--アニメーション--*/
#gallery+section .heading.block_header_1 p{
	position: relative;
	overflow: hidden;
	z-index: 10;
}
#gallery+section.showActive .heading.block_header_1 p:after{
  animation: text-wrap3 1.5s forwards;
  background: #ebe6d7;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@keyframes text-wrap3 {
  100% {
	transform: translateY(-100%);
  }
}

#gallery+section .wrapper_item .inner_item_img{
	position: relative;
	overflow: hidden;
}
#gallery+section .wrapper_item.showActive .inner_item_img:after{
  animation: img-wrap3 2.5s forwards;
  background: #f5f3ed;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

@keyframes img-wrap3 {
  100% {
	transform: translateY(100%);
  }
}

/*STAFF*/
/*#staff+div:before{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 11%;
	background: #F5F3ED;
	pointer-events: none;
}*/
#staff+div .heading.block_header_1 p,
#staff+div .heading.block_header_6 .h {
  font-size: 10rem !important;
}
#staff+div .content_wrapper ul li div{
	position: relative;
}
#staff+div .content_wrapper ul li div::before {
  position: absolute;
  left: 3px;
  top: 0.95em;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background: var(--i_sub_color);
}
#staff+div .contents_btn01 .content_wrapper {
  text-align: left;
	padding-left: 0px;
	padding-top: 10px;
}
#staff+div .contents_btn01{
	padding-left: 0px;
}
@media screen and (max-width: 900px){
	#staff + div .contents_btn01 .content_wrapper {
 		text-align: center;
  		padding-left: 20px;
  		padding-top: 0px;
	}
}
@media screen and (max-width: 500px){
	#staff+div .heading.block_header_1 p,
	#staff+div .heading.block_header_6 .h {
  		font-size:6rem !important;
	}
	#staff+div:before {
    	height: 5%;
	}
/*	#staff+div{
		padding-bottom: 0px;
	}*/
}

/*RECRUIT*/
#recruit+section .heading.block_header_6 .h{
	font-size: 10rem !important;
	margin-bottom: -150px;
}
#recruit+section .heading.block_header_6 .h::before{
	display: none;
}
#recruit+section .inner_item_txt{
	padding-top: 120px;
}
#recruit+section .wrapper_item{
	position: relative;
}
#recruit+section .inner_item_img img {
  width: 95% !important;
  margin-left: 5%;
}
#recruit+section .wrapper_item:before{
	position: absolute;
	display: block;
	content: "WOULD YOU LIKE TO WORK WITH US?";
	font-size: 1.4rem;
	top: 140px;
	left: -150px;
	pointer-events: none;
	letter-spacing: 0.2rem;
	font-weight: 500;
	transform: rotate(90deg);
	z-index: 7;
}


/*--アニメーション--*/
#recruit+section.contents_box01 .heading.block_header_6 .h{
	position: relative;
	overflow: hidden;
}
#recruit+section.contents_box01 .heading.block_header_6.showActive .h:after{
  animation: text-wrap 2s forwards;
  background: #DDD8C8;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@keyframes text-wrap {
  100% {
	transform: translateY(-100%);
  }
}

#recruit+section.contents_box01 .inner_item_img{
	position: relative;
	overflow: hidden;
}
#recruit+section.contents_box01 .wrapper_item.showActive .inner_item_img:after{
  animation: img-wrap 2.5s forwards;
  background: #DDD8C8;
  bottom: 0;
  content: '';
  right: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
	width: 95%;
}

@keyframes img-wrap {
  100% {
	transform: translateY(100%);
  }
}
/*流れるアニメーション*/
#recruit+section{
	position: relative;
}
#recruit+section:before{
	content: '';
	display: block;
	background:url(/common/upload_data/ssu1212com/image/con_text2_1.jpg) repeat-x;
	background-size:auto 135px;
	background-position:bottom left;
	animation: textLoop2 15s linear infinite;
	pointer-events: none;
	z-index: 1;
	height: 135px;
	position: absolute;
	width: 100%;
	left: 0%;
	bottom:2%;
}
@keyframes textLoop2{
	0% {background-position: 0 0;}
	25% {background-position: -200px 0;}
	50% {background-position: -400px 0;}
	75% {background-position: -600px 0;}
	100% {background-position: -800px 0;}
}

@media screen and (max-width: 900px){
	#recruit+section .heading.block_header_6 .h{
		margin-bottom: 0px;
	}
	#recruit+section .inner_item_txt{
		padding-top: 0px;
	}
	#recruit+section .wrapper_item:before{
		left: -140px;
	}
	#recruit+section .inner_item_txt .heading{
		text-align: left;
	}
	#recruit+section .inner_item_txt p{
		text-align: left!important;
	}
	#recruit+section .contents_btn01 .content_wrapper{
		text-align: center;
	}
}
@media screen and (max-width: 500px){
	#recruit+section{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#recruit+section .wrapper_item:before{
		font-size: 1.2rem;
		top: 120px;
    	left: -130px;
	}
	#recruit+section .heading.block_header_6 .h {
    	font-size: 6rem !important;
		padding-bottom: 0px;
	}
}

/*BLOG*/
#blog+div .heading.block_header_1 p,
#blog+div .heading.block_header_6 .h {
  font-size: 10rem !important;
}
@media screen and (max-width: 500px){
	#blog+div{
		padding-top: 0;
	}
	#blog+div .heading.block_header_1 p,
	#blog+div .heading.block_header_6 .h{
    	font-size: 6rem !important;
	}
}

/*ACCESS*/
#access+div .heading.block_header_1 p,
#access+div .heading.block_header_6 .h {
  font-size: 10rem !important;
}
@media screen and (max-width: 500px){
	#access+div .heading.block_header_1 p,
	#access+div .heading.block_header_6 .h {
    	font-size: 6rem !important;
	}
}

/*FEATURE*/
#feature+section .heading.block_header_6 .h{
	font-size: 10rem !important;
	margin-bottom: -185px;
}
#feature+section .heading.block_header_6 .h::before{
	display: none;
}
#feature+section .inner_item_txt{
	padding-top: 130px;
}
#feature+section .wrapper_item{
	position: relative;
}
#feature+section .inner_item_img img {
  width: 95% !important;
  margin-right: 5%;
}
#feature+section .wrapper_item:before{
	position: absolute;
	display: block;
	content: "HAVE A RELAXING TIME";
	font-size: 1.4rem;
	top: 80px;
	right: -85px;
	pointer-events: none;
	letter-spacing: 0.2rem;
	font-weight: 500;
	transform: rotate(90deg);
	z-index: 7;
}


/*--アニメーション--*/
#feature+section.contents_box01 .heading.block_header_6 .h{
	position: relative;
	overflow: hidden;
}
#feature+section.contents_box01 .heading.block_header_6.showActive .h:after{
  animation: text-wrap 2s forwards;
  background: #F5F3ED;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@keyframes text-wrap {
  100% {
	transform: translateY(-100%);
  }
}

#feature+section.contents_box01 .inner_item_img{
	position: relative;
	overflow: hidden;
}
#feature+section.contents_box01 .wrapper_item.showActive .inner_item_img:after{
  animation: img-wrap 2.5s forwards;
  background: #F5F3ED;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 10;
	width: 95%;
}

@keyframes img-wrap {
  100% {
	transform: translateY(100%);
  }
}

@media screen and (max-width: 900px){
	#feature+section .heading.block_header_6 .h{
		margin-bottom: 0px;
	}
	#feature+section .inner_item_txt{
		padding-top: 0px;
	}
}
@media screen and (max-width: 500px){
	#feature+section{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#feature+section .wrapper_item:before{
		font-size: 1.2rem;
		top: 70px;
    	right: -80px;
	}
	#feature+section .heading.block_header_6 .h {
    	font-size: 6rem !important;
		padding-bottom: 0px;
	}
}

/*バナー*/
#bana+div .inner_item{
	width: 32%;
}

#bana+div .inner_item:nth-child(2),
#bana+div .inner_item:nth-child(3){
	margin-left: 2%;
}
#bana+div .heading.block_header_4 .h{
	font-size: 4.0rem!important;
	letter-spacing: 0.1rem;
	font-family: 'Imbue', serif !important;
}
#bana+div .inner_item_txt {
    	min-height:120px;
}
#bana+div .inner_item a:before{
	position: absolute;
	top: 6px;
	left: 6px;
	display: block;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	content: "";
	border: 1px solid rgba(255,255,255,0.7);
	background: rgba(255,255,255,0);
	transition: 0.5s ease-in-out;
	z-index: 10;
}
#bana+div .inner_item a:hover:before{
	transform:scale(1.1,1.2);
	transform-origin: center;
	border: 1px solid rgba(255,255,255,0);
}
@media screen and (max-width: 1500px){
	#bana+div{
		width: 96%;
    	margin-left: 2%;
	}
}
@media screen and (max-width: 1050px){
	#bana+div .inner_item{
		width: 45%!important;
	}
	#bana+div .inner_item:nth-child(3){
		margin-left: 0%!important;
	}
	#bana+div .inner_item:nth-child(2){
		margin-left: 10%!important;
	}
	#bana+div .inner_item:nth-child(3){
		margin-top: 20px;
	}
}
@media screen and (max-width: 700px){
	#bana+div{
		width: 100%;
    	margin-left: 0%;
	}
	#bana+div .inner_item_txt {
    	min-height: 80px;
	}
	#bana+div .inner_item,
	#bana+div .inner_item:nth-child(2),
	#bana+div .inner_item:nth-child(3){
		width: 80%!important;
		margin-left: 10%!important;
	}
	#bana+div .inner_item:nth-child(2),
	#bana+div .inner_item:nth-child(3),
	#bana+div .inner_item{
		margin-top: 15px;
	}
	#bana+div .heading.block_header_4 .h{
		font-size: 3.5rem!important;
	}
}
@media screen and (max-width: 500px){
	#bana+div .inner_item_txt {
    	min-height: 60px;
		padding: 23px 10px;
	}
}

/*ギャラリーページ修正*/
.gallery_archive.add_design2 .inner_item a img {
	object-fit: contain!important;
}

/*追従フッターボタン調整*/
#fixbtn .inner{
	min-height: 90px;
}
@media screen and (max-width: 500px){
	.fixbtntel .contents_btn01{
		margin: 0px 10px;
	}
}
@media screen and (max-width: 450px){
	#fixbtn .fixbtntel a {
    	font-size: 2.4rem !important;
    	padding-top: 5px;
	}
	#fixbtn .contents_btn01 span{
		padding: 10px 10px 7px 10px;
	}
}

/*スタイリストギャラリー修正*/
#stylist_gallery #sidebar .widget_news02{
	display: none;
}
#stylist_gallery #sidebar .sidebar_tag{
	display: none;
}
#stylist_gallery #sidebar section:last-child{
	display: none;
}

#stylist_gallery .inner_item a img, main .gallery_single .inner_item a img {
  object-fit: contain;
}
#stylist_gallery .widget_gallery01.add_design2 .wrapper_item .inner_item > a {
  background: #EBE6D7;
	border: 1px solid rgba(0,0,0,0.15);
}

/*スタイリストギャラリー_インスタ追加*/
#stylist_gallery .widget_staff01 .inner_item_txt{
	position: relative;
}
#stylist_gallery .widget_staff01 .inner_item_txt .sns{
	position: absolute;
	top: 15px;
	right: 0;
	width: 45px;
}
/*#stylist_gallery .widget_staff01 .inner_item_txt .sns a{
	transition: 0.5s ease-in-out;
}
#stylist_gallery .widget_staff01 .inner_item_txt .sns a:hover{
	opacity: 0.7;
}*/
#stylist_gallery .widget_staff01 .inner_item_txt dl:nth-of-type(1) dt{
	display: none;
}
#stylist_gallery .widget_staff01 .inner_item_txt dl:nth-of-type(1){
	border-top: none;
	margin-top: -10px;
}
@media screen and (max-width: 500px){
	#stylist_gallery .widget_staff01 .inner_item_txt .sns{
		width: 38px;
	}
}

@media screen and (max-width: 520px){
#mv .mv_text p {
    font-size: 1.5rem !important;
    
}}

/*---MV装飾削除
------------------------------------------------*/
#mv:before,#mv .mv_text div:before {
    display: none;
}