:root{
	/*使用しない場合も必ず設定*/
	--i_bg_color: #fff;	/*背景色*/
	--i_txt_color: #111;	/*テキスト*/
	--i_main_color: #373737;	/*メイン*/
	--i_sub_color: #111;	/*アクセント*/
	--i_sub2_color: #eee;	/*薄い色*/
	--i_btn_color: #ddd;	/*ボタン*/
	--i_btn_hover_color: #000000;	/*ボタンhover*/
	--i_btn_txt_color: #000000;	/*ボタンテキスト*/
	--i_btn_hover_txt_color: #fff;	/*ボタンテキスト*/
	--i_shadow_color: rgba(0,0,0,0.05);	/*シャドウ*/
	--i_border_color: #ccc;	/*ボーダー*/
	--i_noimg_bg_color: #4d4d4d;	/*画像無し*/
}

/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/

html{
	font-size: 62.5%;
}
body{
	font-size: 1.65rem;
	line-height: 2.3;
	letter-spacing: 0.02rem;
	-webkit-text-size-adjust: 100%;
	color: var(--i_txt_color);
	background: var(--i_bg_color);
	font-weight: 500;
}

main{
	background: none;
}
@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: 1px solid var(--i_border_color);
    	background: #fff;
	}
}

.no_img{
	background: var(--i_noimg_bg_color, rgba(200,200,200,0.3));
}

/*----------------------------loader----------------------------*/

#load div:nth-of-type(1){
	background: #fff;
}
#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 img{
	max-width: 100%;
}
@media screen and (max-width: 850px){
	#load img{
	max-width: 270px;
	}
}
#load img {
    max-width: 100%;
    width: 300px;
    max-height: initial;
    top: 50%;
    transform: translateY(-50%);
}
/*----------------------------header----------------------------*/
header {
opacity: 0!important;
top: -65px!important;
transition: .5s cubic-bezier(0.23, 0.57, 0.46, 0.96)!important;
}
body:not(.index) header {
opacity: 1!important;
top: 0px!important;
height: 45px;
}
header.look_on {
opacity: 1!important;
top: 0px!important;
transition: .5s cubic-bezier(0.23, 0.57, 0.46, 0.96)!important;
}
header .wraper{
position: initial;
}
header#pattern2 .header_contents {
	padding-top: 25px !important;
}
header{
	background: #000000;
  background: transparent;
  position: fixed !important;
}


header *{
color: var(--i_txt_color) !important;
}

_:-ms-lang(x), header#pattern2 nav{
	justify-content: flex-end;
}

/*ヘッダーロゴの位置　IE用*/
_:-ms-lang(x), header#pattern2 .logo {
	margin-top: 15px;
}
/*ヘッダーロゴの位置　Edge用*/
@supports (-ms-ime-align: auto) {
    header#pattern2 .logo {
        margin-top: 0px;
    }
}
body.scrolled header .wraper > .inner{
	min-height: 45px!important;
	margin-top: 0;
}
.scrolled header{
}
header h1{
	line-height: 1.5;
	font-size: 1.3rem;
	font-weight: normal;
	opacity: 0.7;
}
header .logo{
	padding: 10px 0;
}
header .logo,
header .logo a{
	max-width: 325px;
	position: relative;
}
body.scrolled header .logo{
	max-width: 325px;
	position: relative;
	margin-top: 10px;
}

header .logo a img{
	max-height: 22px;
	transition: 0.3s ease-in-out;
	transition-property: opacity;
	position: relative;
	z-index: 2;
}
body.scrolled header .logo a img{
	max-height: 22px;
	margin-top: -20px;
}
body.scrolled header{
	background: rgba(53, 53, 53, 0.9);
}

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 .burger {
    right: 20px;
}
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: #fff;
}
body:not(.index) header .burger li.sp_translate a svg{
	fill: var(--i_txt_color);
}
body.scrolled header .header_contents .header_col1 .tel svg,
body.scrolled header .header_contents .header_col1 .btn .translate a svg,
body.scrolled header .burger li.sp_translate a svg,
body.scrolled header .header_contents .header_sns li svg{
	fill: var(--i_txt_color);
}
header.open .header_contents .header_col1 .tel svg,
header.open .header_contents .header_col1 .btn .translate a svg,
header.open .burger li.sp_translate a svg,
header.open .header_contents .header_sns li svg{
	fill: var(--i_txt_color);
}
_:-ms-lang(x), header .header_contents .header_col1 .btn .translate{
	right: -50px;
}
header .header_contents .header_sns li svg{
	fill: rgba(255,255,255,0.8);
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after{
	background: #fff;
}
body:not(.index) header .sp_menu a div span,
body:not(.index) header .sp_menu a div:before,
body:not(.index) header .sp_menu a div:after{
	background: var(--i_txt_color);
}
body.scrolled header .sp_menu a div span,
body.scrolled header .sp_menu a div:before,
body.scrolled header .sp_menu a div:after{
	background: var(--i_txt_color);
}
header.open .sp_menu a div span,
header.open .sp_menu a div:before,
header.open .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;
}
header .header_contents .header_col1 .btn>a{
	display: table-cell;
	text-align: center;
	width: 180px;
	background-color: transparent;
	background-size: 150%;
	color: #fff !important;
	padding: 5px 5px;
	position: relative;
	border-radius: 0px;
	transition: .5s ease-in-out;
	border: 1px solid rgba(255,255,255,0.8);
	font-family: 'Zen Old Mincho', serif;
}
header .header_contents .header_col1 .btn>a:hover{
	background-position: right;
	opacity: 1;
	background-color: var(--i_sub_color);
	border: 1px solid var(--i_sub_color);
}
header#pattern3.width_full nav ul.nav_1st{
	width: calc(100% - 50px);
}
@media screen and (max-width: 900px){
	header{
  		display: block;
    	opacity: 1 !important;
    	top: 0 !important;
	}
header .header_contents .header_col1 .btn>a:hover{
	background-color: var(--i_sub_color);
	border: 1px solid var(--i_sub_color);
}
	
}
body.scrolled header .header_contents .header_col1 .btn>a:hover{
	background-color: var(--i_btn_color);
    border: 1px solid var(--i_btn_color);
    color: #fff !important;
}

header .header_contents .header_col1 .btn .translate a svg{
	max-width: 74%;
	max-height: 74%;
	margin: 20% auto;
}
body.scrolled header .header_contents .header_col1 .btn .translate a svg{
	margin: 20% auto;
}
header nav{
	/*background: #5a5a5a;*/
	/*padding-bottom: 4px;*/
}
header nav a {
}
header nav ul.nav_1st{
	width: 100%;
	max-width: 1000px;/*任意*/
}

header nav ul.nav_1st>li>a{

	font-size: 1.5rem;
	font-weight: normal;
	position: relative;
	padding-left: 1vw;
	padding-right: 1vw;
	letter-spacing: 0.2rem;
}
header nav ul.nav_1st>li>a span{
	/*ナビの高さはline-heightで調整*/
	line-height: 3.5;/* マージン普通選択時 */
	/*color: #fff !important; ナビ背景色設定時 */
        font-weight: bold;
}

header#pattern2 nav ul.nav_1st{
	width: 75%;
}
header#pattern2 nav ul.nav_1st>li>a span{
	line-height: 3;
        font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
body.margin header nav ul.nav_1st>li>a span{
	line-height: 4;/* マージン広い選択時 */
}
header nav ul.nav_1st>li.active a:before{
	width: 80%;
	height: 1px;
	background: var(--i_sub_color);
	bottom: 0;
	left: 10%;
}

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.85);
	border-bottom: 1px solid rgba(0,0,0,0.13);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.13);
}
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;
	color: #333 !important;
	text-align: center;
}
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_sub_color);
	border-bottom: 1px solid var(--i_sub_color);
	top: calc(50% - 2.5px);
	right: 20px;
}*/
header nav ul.nav_2nd>li>a span{
	color: #333!important;
}

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: var(--i_sub_color);
	top: calc(50% - 0.5px);
	left: 5px;
}

@media screen and (max-width: 900px){
	.sp_translate svg{
		transition: 0.3s ease-in-out;
	}
	body.scrolled header .logo{
		padding: 10px 0 !important;
	}
	.sp_menu a{
		padding: 7px 6px 5px;
	}
	header.open:after,
	header .header_contents{
		background: rgba(85, 85, 85,0.9);
	}
	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.08);
		border-bottom: 1px solid rgba(0,0,0,0.13);
	}
	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{
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	header nav ul.nav_1st{
		border-bottom: 1px solid rgba(255,255,255,0.08);
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	header nav ul.nav_1st li{
		border-bottom: 1px solid rgba(0,0,0,0.1);
		border-top: 1px solid rgba(255,255,255,0.08);
	}
	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{
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	header nav ul.nav_2nd>li{
		box-shadow: none;
	}
	header nav ul.nav_2nd li a{
		color: #fff!important;
		text-align: left;
	}
	header nav ul.nav_3rd{
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	header nav ul.nav_3rd>li:nth-last-of-type(1){
		border-bottom: none;
	}
	header nav ul.nav_3rd>li>a:after{
		background: #fff;
	}
	header .header_contents .header_col1 .tel svg{
		fill: #fff;
	}
	
	/*SPナビ背景着色時*/
	/*
	header,
	header *,
	header nav ul.nav_2nd li a{
		color: #fff !important;
	}
	header .header_contents .header_col1 .tel svg{
		fill: #fff;
	}
	header.open .sp_menu a div:before,
	header.open .sp_menu a div:after{
		background: #fff;
	}
	header.open .sp_translate svg{
		fill: #fff !important;
	}
	*/
/*	header .logo,
	header .logo a{
		max-width: 210px;
	}*/
	header nav ul.nav_2nd>li>a span{
		color: #fff!important;
	}
}

/*----------------------------余白設定----------------------------*/

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_sub_color);
	width: 40px;
	bottom: 0;
	height: 4px;
	left: calc(50% - 20px);
}
.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 p:after,
.heading.block_header_6 .h:after{
	position: absolute;
	display: block;
	content: "";
	background: rgba(0,0,0,0.25);
	width: 100%;
	bottom: 0;
	height: 1px;
}
.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: 600;
	font-size: 3.0rem !important;
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	letter-spacing: 0.2rem;
	padding-bottom: 15px;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif !important;
}

.index .heading.block_header_1 p,
.index .heading.block_header_6 .h{
	font-size: 3.6rem !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: 2.3rem !important;
	font-weight: 700!important;
	letter-spacing: 0.2rem;
	color: var(--i_main_color);
	font-family: 'Noto Sans JP', sans-serif !important;
}
@media screen and (max-width: 800px){
	.heading.block_header_1,
	.heading.block_header_6{
		margin-bottom: 20px;
		padding-top: 15px;
	}
	.heading.block_header_1 p,
	.heading.block_header_6 .h{
		font-size: 2.2rem !important;
	}
	.heading.block_header_1 .h,
	.heading.block_header_6 p{
		font-size: 1.6rem !important;
	}
	.index .heading.block_header_1 p,
	.index .heading.block_header_6 .h{
		font-size: 2.8rem !important;
	}
	.heading.block_header_1 p:before, 
	.heading.block_header_6 .h:before{
		width: 40px;
		left: calc(50% - 20px);
	}
}
/*--*/

.heading.block_header_2{
	margin-bottom: 30px;
	margin-left: 0!important;
	margin-right: 0!important;
}

.heading.block_header_2 .h{
	display: inline-block;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
	position: relative;
	border-bottom: 1px solid var(--i_border_color);
	margin-bottom: 10px;
	padding-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif !important;
	padding-right: 10px;
}


.heading.block_header_2 p{
	font-size: 1.4rem;
	/*padding-left: 22px;*/
}
/*@media screen and (max-width: 850px){
	.heading.block_header_2 .h:before{
		top: 6px;
	}
}*/

@media screen and (max-width: 800px){
	.heading.block_header_2{
		margin-bottom: 20px;
	}
	.heading.block_header_2 .h{
		font-size: 1.99rem !important;
	}
	.heading.block_header_2 p{
		font-size: 1.3rem;
	}
}

/*--*/

.heading.block_header_3{
	overflow: hidden;
	background: var(--i_main_color);
	padding: 10px 30px 10px 30px;
	margin-bottom: 70px;
}
.heading.block_header_3:before{
	display: block;
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	top: 3px;
	left: 3px;
	border: 1px solid rgba(255,255,255,0.5);
}
.heading.block_header_3 .h{
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 1.5;
	color: #fff;
	  font-family: 'Noto Sans JP', sans-serif !important;
}
.heading.block_header_3 p{
	font-size: 1.4rem;
	color: #fff;
}
@media screen and (max-width: 800px){
	.heading.block_header_3{
		padding: 5px 15px 5px 15px;
		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-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif !important;
	margin-bottom: 5px;
	color: var(--i_main_color);
	font-family: 'Noto Sans JP', sans-serif;
}
.heading.block_header_4 p{
	font-size: 1.4rem;
}


/*--*/

.heading.block_header_5{
	margin-bottom: 15px;
}
.heading.block_header_5 .h{
	display: inline;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: var(--i_txt_color);
	font-family: 'Noto Sans JP', sans-serif !important;
}
.heading.block_header_5 p{
	display: inline;
	font-size: 1.4rem;
	color: var(--i_main_color);
}
.heading.block_header_5 p:before{
	content: "　/　";
	color: var(--i_txt_color)
}
/*----------------------------背景パララックス----------------------------*/

.parallax{
	box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/

.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after{
	color: #fff!important;
	background: var(--i_btn_color);
	position: relative;
	display: inline-block;
	padding-left: 65px;
	padding-right: 70px;
	text-align: center;
	border: 1px solid var(--i_btn_color);
	border-radius: 0;
	font-family: inherit;
	transition: 0.4s ease-in-out;
	letter-spacing: 0.2rem;
}
main form .submit span input{
	color: var(--i_txt_color) !important;
	background: var(--i_btn_color);
	position: relative;
	display: inline-block;
	padding-left: 25px !important;
	padding-right: 40px !important;
	text-align: center;
	border: 1px solid var(--i_btn_color);
	border-radius: 0;
	font-family: inherit;
	transition: 0.4s ease-in-out;
	font-family: 'Noto Sans JP', sans-serif !important;
}
main form .submit span{
	position: relative;
}
.contents_btn01 a:before,
main form .submit span:before{
	position: absolute;
	content: " ";
	width: 20px;
	height: 1px;
	background-color: #000;
	top: calc(50% - 0.5px);
	right: 15px;
	z-index: 10;
}
.contents_btn01 a:after,
main form .submit span:after{
	position: absolute;
	content: " ";
	width: 9px;
	height: 1px;
	background-color: #000;
	right: 15px;
	top: calc(50% - 0.5px);
	-webkit-transform: rotate(35deg);
	-webkit-transform-origin: right bottom;
	transform: rotate(35deg);
	transform-origin: right bottom;
}
.contents_btn01 a:hover::before,
.contents_btn01 a:hover::after{
	background: #fff;
}
.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_hover_color);
	color: #fff !important;
}

.contents_btn01 a:hover:before,
main form .submit span:hover:before,
.contents_btn01 a:hover:after,
main form .submit span:hover:after{
	animation:2.18s steps(200) 0.1s normal forwards 1 thearrowlink;
	-webkit-animation-name: thearrowlink;
	-webkit-animation-duration:0.22s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: steps(200);
	-webkit-animation-delay: 0;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	}
@-webkit-keyframes thearrowlink{
	0%{right:55px}
	10%{right:55px;background-color:#fff}
	50%{right:25px;background-color:#828282}
	100%{right:15px;background-color:#000}
}
@keyframes thearrowlink{
	0%{right:55px}
	10%{right:55px;background-color:#fff}
	50%{right:25px;background-color:#828282}
	100%{right:15px;background-color:#000}
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after{
	border: 1px solid #fff;
}
.contents_btn01 a:hover[target=_blank] span:before,
.contents_btn01 a:hover[target=_blank] span:after{
	border: 1px solid var(--i_btn_color);
}
.contents_btn01 a span{
	text-align: center;
	line-height: 1.5;
	font-size: 1.5rem;
	padding: 10px 15px;
	color: #000;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
}
.contents_btn01 a:hover span {
  color: #fff;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
}
@media screen and (max-width: 600px){
	.contents_btn01 .content_wrapper {
    padding: initial;
	}
	.contents_btn01 a, .glossary_archive .content_wrapper .heading.block_header_2 a:after{
		padding-left: 45px;
    	padding-right: 50px;
	}
}
/*----------------------------ボタンインボタン----------------------------*/
#top_btn01 + div .wrapper_item:hover .mask p {
  margin-bottom: 35px;
  margin-top: 35px;
}
#top_btn_in_btn a{
	border: 1px solid #fff !important;
	background: transparent;
	position: relative;
	display: inline-block;
	padding-left: 65px;
	padding-right: 70px;
	text-align: center;
	border: 1px solid var(--i_btn_color);
	border-radius: 0;
	font-family: inherit;
	transition: 0.4s ease-in-out;
	letter-spacing: 0.2rem;
}
#top_btn_in_btn a:before{
	position: absolute;
	content: " ";
	width: 20px;
	height: 1px;
	background-color: #fff;
	top: calc(50% - 0.5px);
	right: 15px;
	z-index: 10;
}
#top_btn_in_btn a:after{
	position: absolute;
	content: " ";
	width: 9px;
	height: 1px;
	background-color: #fff;
	right: 15px;
	top: calc(50% - 0.5px);
	-webkit-transform: rotate(35deg);
	-webkit-transform-origin: right bottom;
	transform: rotate(35deg);
	transform-origin: right bottom;
}
#top_btn_in_btn a:hover::before,
#top_btn_in_btn a:hover::after{
	background: #fff;
}
#top_btn_in_btn a:hover{
	background: var(--i_btn_hover_color);
	color: #fff !important;
	border: 1px solid var(--i_btn_hover_color) !important;
}
#top_btn_in_btn a:hover:before,
#top_btn_in_btn a:hover:after{
	animation:1.18s steps(200) 0.1s normal forwards 1 thearrowlink;
	-webkit-animation-name: thearrowlink;
	-webkit-animation-duration:0.18s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: steps(200);
	-webkit-animation-delay: 0;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	}
@-webkit-keyframes thearrowlink{
	0%{right:55px}
	10%{right:55px;background-color:#fff}
	50%{right:25px;background-color:#828282}
	100%{right:15px;background-color:#000}
}
@keyframes thearrowlink{
	0%{right:55px}
	10%{right:55px;background-color:#fff}
	50%{right:25px;background-color:#828282}
	100%{right:15px;background-color:#000}
}
#top_btn_in_btn a[target=_blank] span:before,
#top_btn_in_btn a[target=_blank] span:after{
	border: 1px solid #fff;
}
#top_btn_in_btn a:hover[target=_blank] span:before,
#top_btn_in_btn a:hover[target=_blank] span:after{
	border: 1px solid var(--i_btn_color);
}
#top_btn_in_btn a span{
	text-align: center;
	line-height: 1.5;
	font-size: 1.5rem;
	padding: 10px 15px;
	color: #fff;
}
#top_btn_in_btn a:hover span {
  color: #fff !important;
}
@media screen and (max-width: 700px){
    #top_btn_in_btn a{
        border: 1px solid var(--i_txt_color) !important;
    }
    #top_btn_in_btn a:before{
        background-color: var(--i_txt_color);
    }
    #top_btn_in_btn a:after{
        background-color: var(--i_txt_color);
    }
    #top_btn_in_btn a:hover::before,
    #top_btn_in_btn a:hover::after{
        background: var(--i_txt_color);
    }
    #top_btn_in_btn a:hover{
        color: var(--i_txt_color) !important;

    }
	#top_btn_in_btn a span{
		color: var(--i_txt_color) !important;
	}
}
/*--------------------------------MV--------------------------------*/
#mv .mv_img li source {
  display: none;
}
#mv_outer{
	/*mvに背景とかはここを利用する*/
	position: relative;
	box-sizing: border-box;
}
#mv_outer:before,
#mv_outer:after{
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
}
#mv{
	width: 100%;
	height: 98vh;
	min-height: 768px !important;
}
#mv:after{
	background:url("/common/upload_data/ikkasekkeijp/file/logo.svg") no-repeat 50% 35%,rgba(0,0,0,0);
	background-size: auto 570px;
	z-index: 7;
}
#mv .mv_text{
	height: 90%;
	align-items: center;/*垂直方向中央*/
	/*text-shadow: 0 0 5px var(--i_shadow_color);*/
	width: 100% !important;
	left: 0 !important;
	bottom: 0px!important;
}
#mv .mv_text>div{
	box-sizing: border-box;
	width: 90%;
	color: #fff;
}
#mv .mv_text h2{
	font-size: 60px;/* ←max-font-size的意味合いで使用する。動作はjs。*/
	line-height: 1.1;
	letter-spacing: 0.4rem;
	font-weight: 500;
	font-size: 4rem !important;
	position: relative;
}
#mv .mv_text p{
	padding-top: 15px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
}
#mv .mv_scroll{
	bottom: 40px;
}
#mv .mv_scroll a:before{
	border-right: 1px solid rgba(255,255,255,0.7);
	border-bottom: 1px solid rgba(255,255,255,0.7);
}
/*#mv .mv_pointer{
	text-align: center;
}
#mv .mv_pointer li:before{
	background: rgba(255, 255, 255, 0.5);
	margin-top: 0;
}
#mv .mv_pointer li.current:before{
	background: rgba(255,255,255,0.9); 
}*/
#mv .mv_arrow{
	display: none;
}
@media screen and (max-width: 100vh){
	#mv{
		height: 85vh;
		min-height: 200px !important;
	}
}
@media screen and (max-width: 900px){
	#mv .mv_text p{
		padding-top: 10px;
	}
}
@media screen and (max-width: 600px){
	#mv .mv_text{
	}
	#mv .mv_text h2{
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px){
#mv:after{
	/*background: none;*/
	background-position: 50% 50%;
}
	#mv .mv_text h2{
		font-size: 5.5vw !important;
		letter-spacing: 0.2rem;
	}
	#mv .mv_text p{
		letter-spacing: 0.2rem;
	}
}

/*--------------------------------IV--------------------------------*/

#lv{
	background: #333;
	height: 350px;
	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: 300px;
}
#lv div{
	opacity: 0.5;
}
#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.2rem;
}
@media screen and (max-width: 800px){
	#lv{
		height: 250px;
	}
	#lv p span{
		font-size: 2.8rem;
	}
}

/*----------------------------パンくず----------------------------*/

#pan{
	transform: translateY(-100px);
        display: none;
}
#pan ul,
#pan ol{
	justify-content: flex-start;
	max-width: none;
	padding: 0 54px;
}
#pan li{
	font-size: 1.2rem;
	padding: 5px 30px 3px 0;
	overflow: visible;
}
#pan li:before,
#pan li:after{
	width: 10px;
	height: 10px;
	top: calc(50% - 5px);
	left: -22px
}
#pan li:after{
	border-top: 1px solid var(--i_border_color);
	border-right: 1px solid var(--i_border_color);
	left: -23px;
}
@media screen and (max-width: 800px){
	#pan ul,
	#pan ol{
		padding: 0 20px;
	}
}
@media screen and (max-width: 400px){
	#pan ul{
		padding: 0 10px;
	}
}

/*----------------------------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 var(--i_border_color);
	border-radius: 50px;
}
.category1 li a:hover,
.category1 li a.current{
	color: var(--i_btn_txt_color);
	background: var(--i_btn_color);
	border-color: transparent;
}

/*--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_btn_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_sub_color);
	border-right: 1px solid var(--i_sub_color);
	height: 5px;
	width: 5px;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}
#sidebar .heading.block_header_5{
	border-bottom: 1px solid var(--i_border_color);
    padding-bottom: 7px;
}
/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/
.pager li a{
	height: 45px;
	width: 45px;
	border: 1px solid var(--i_border_color);
	border-radius: 999px;
	line-height: 45px;
}
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a{
	color: var(--i_btn_txt_color);
	background: var(--i_btn_color);
	border-color: transparent;
}

/*----------------------------pager2----------------------------*/


/*シングルページページャー*/
.pager2 li a{
	background: var(--i_btn_color);
	border_color: var(--i_btn_color);
	color: var(--i_btn_txt_color);
	border-radius: 999px;
	line-height: 45px;
	padding: 0 15px;
}

/*----------------------------popup----------------------------*/

/*画像ポップアップ拡大表示*/
.popup{
	background: rgba(255,255,255,0.7);
}
.popclose{
	/*text-shadow: 1px 1px 1px var(--i_border_color);*/
}
.poptxt{
	font-size: 1.2rem;
}

/*----------------------------footer----------------------------*/

#fixbtn{
	margin-bottom: 30px;
	font-size: 1.55rem;
}
#fixbtn .fixbtnwrap{
	background-color: var(--i_sub2_color);
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap{
	background-color: transparent;
}
#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
	color: #000;
	text-shadow: none;
}
#fixbtn .fixbtntel{
	border-right: 1px solid rgba(0,0,0,0.1);
}
#fixbtn .fixbtntel:nth-last-of-type(2){
	border-right: none;
}
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
	font-size: 3.4rem;
	line-height: 1;
	margin-right: 20px;
}
#fixbtn .fixbtntel a:last-child,


#fixbtn .fixbtntel span:last-child{
	margin-right: 0;
}
#fixbtn .fixbtntel svg{
	width: 22px;
	height: 22px;
	margin-right: 5px;
	fill: #000;
}

#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 span{
	text-align: center;
	padding: 7px 15px;
}

/*▼ 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 #000;
	border-top: 2px solid #000;
	width: 30px;
	height: 30px;
}
/*▼ 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;
		margin-right: 0;
	}
	#fixbtn .fixbtntel a,
	#fixbtn .fixbtntel span{
		font-size: 2rem;
	}
	#fixbtn .fixbtntel svg{
		width: 18px;
		height: 18px;
	}
	#fixbtn .contents_btn01 a{
		padding: 0;
	}
	#fixbtn .contents_btn01 a:before{
		display: none;
	}
	#fixbtn .contents_btn01 a span{
		padding: 5px;
	}
	#fixbtn .contents_btn01 a:before,
	#fixbtn .contents_btn01 a:after{
		display: none;
	}
}

footer{
	padding: 0;
	text-align: center;
	font-size: 1.35rem;
	background: var(--i_bg_color);
}
footer a{
	color: var(--i_txt_color);
	font-weight: 600;
}
footer nav li{
	letter-spacing: 0.2rem;
	padding: 5px 0;
	font-family: 'Noto Sans JP', sans-serif;
}
footer .logo{
	width: 80px;
}
footer .sns{
	margin: 0 auto 30px;
}
footer .sns svg{
	width: 40px;
	height: 40px;
	padding: 0 0 0 10px;
	fill: #222;
	transition: 0.2s ease-in-out;
	opacity: 1;
}
footer .sns a:hover svg{
	opacity: 0.8;
}
#cp{
	padding: 15px 0;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	background: var(--i_main_color);
	color: #fff;
}
@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: 60px;
	}
}

/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/

/*----------------------------contents_faq01----------------------------*/

.contents_faq01 dt{
	padding-left: 3.3rem;
}
.contents_faq01 dd{
	padding: 0 0 0 5.3rem;
}
.contents_faq01 dt:before{
	font-size: 3rem;
	line-height: 1.3;
	font-weight: bold;
	color: #a35656;
}
.contents_faq01 dd:before{
	font-size: 3rem;
	line-height: 1.3;
	font-weight: bold;
	color: #f47373;
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags .inner_item{
	border: 1px solid var(--i_border_color);
}
.contents_related_tags .inner_item a:hover{
	background: var(--i_sub2_color);
	opacity: 0.8;
}

/*----------------------------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);
}
.gallery-table {
  margin: 1rem 0 2rem;
  width: 100%;
}
.gallery-table tr th, .gallery-table tr td {
  padding: 1rem;
}
.gallery-table tr th {
  text-align: center;
}
.gallery-table tr td {
  text-align: left;
}
.gallery-table tr:nth-child(odd) {
  background: var(--i_sub2_color);
}
/*----------------------------widget_gallery01----------------------------*/

.widget_gallery01 .slick-arrow{
	height: 40px;
	width: 30px;
	top: calc(50% - 20px);
	left: 0;
}
.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: #D90000;
	font-size: 1.2rem;
	font-weight: bold;

}
@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 transparent;
	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_sub2_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_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 a{
	padding: 30px;
	border: 1px solid #e3e3e3;
}
.block_news_2 li a:hover:after{
	border-width: 15px;
}

/*----------------------------widget_staff01----------------------------*/

.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;
	}
	#mv:after {
    top: 50%;
    transform: translateY(-50%);
	background-size: 70%;
	}
}

/*------------------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 (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;
	}
}

/*------------------add------------------------*/

.composite_box01.block_images_8 .inner_item_txt .heading *{
	transition: 0.2s;
}
.composite_box01.block_images_8 .inner_item_txt .heading .h{
	font-size: 2.0rem !important;
}
.composite_box01.block_images_9 .inner_item_txt .heading::before{
	background: rgba(0,0,0,0.5);
}
@media screen and (max-width: 500px){
	.composite_box01.block_images_8 .inner_item_txt .heading .h{
		font-size: 3.6vw !important;
		line-height: 1.3;
	}
}
/*------------------追加したｃｓｓ------------------------*/
#top_seo01 + section .parallax_img{
    opacity: 0.9;
    filter: brightness(100%) blur(10px);
    mix-blend-mode: multiply;
}
#top_seo01 + section .content_wrapper{
    background: rgba(255, 255, 255, 0.85) !important;
    padding: 75px;
    width: 96%;
}
#top_seo01 + section .contents_btn01 .content_wrapper {
  background: none !important;
  margin: auto;
  width: auto;
  padding: 20px 0 0 0 !important;
}
@media screen and (max-width: 900px){
	#top_seo01 + section .content_wrapper{
    padding: 35px;
	}
	.contents_box01.block_text_2 .inner_item_txt .contents_btn01, .contents_box01.block_text_3 .inner_item_txt .contents_btn01 {
  text-align: center;
	}	
}
@media screen and (max-width: 500px){

.block_news_1 ul li:nth-of-type(1) {
    border-top: 1px solid var(--i_border_color);
}
}
@media screen and (max-width: 450px){
    .news_archive.add_design5 article .entry_header .heading .h, .news_archive.add_design5 article .entry_header .heading p{
        padding-left: 0;
    }
}


#lv_outer {

  display: none;
}

#lv_outer + #pan + main {
  padding-top: 0rem;
}

@media screen and (max-width: 900px) {
  #lv_outer + #pan + main {
    padding-top: 5rem;
  }
}

.contents_btn01 a, .glossary_archive .content_wrapper .heading.block_header_2 a:after, main form .submit span,  main form .submit span input {
}
.contents_btn01 a:hover, .glossary_archive .content_wrapper .heading.block_header_2 a:hover:after, main form .submit span:hover, main form .submit span input:hover{
}

main form .submit span input:hover {
    background: var(--i_btn_hover_color);
    color: var(--i_btn_hover_txt_color);
}

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 {
   border-top-color: #000;
}

/*------------------追従フッターのアイコン------------------------*/

.fixbtn_insta,
.fixbtn_facebook {
    width: 32px;
    height: 32px;
    pointer-events: auto!important;
}

/*---------------ヘッダー色変更------------------*/
body.scrolled header{
background: #fff;
}

header .header_contents .header_col1 .btn .translate a svg{
fill: #000;
}


/*----------------フッターの背景色変更------------------*/
#fixbtn .fixbtnwrap {
    background: #f7f7f7;
    border-bottom: 1px solid;
    border-color: #0000002e;
}


/*----------------ヘッダーの調整---------------*/
header#pattern2 h1{
display: none;
}
body.scrolled header{
	display: block;
}
header .header_contents {
    width: fit-content; 
    min-width: unset;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    right:  20px;
    top: 50%;
    transform: translateY(-50%);
}

header.width_full .wraper{
}

header#pattern2 nav ul.nav_1st{
width: 100%;
}

header#pattern2.width_full nav{
padding-right: 50px;
margin-top: -45px;
}
header#pattern2 .header_contents{
padding-top: 0 !important;
}

header#pattern2 .header_contents{
padding: 0;
}

header .header_contents .header_col1 .btn a{
}

@media (max-width: 1100px){
header.width_full .wraper{
width: 30%;
min-width: 200px;
}

header#pattern2.width_full nav{
padding-right: 50px;
}

header .header_contents{
right: 0;
}

header.width_full .wraper{
margin-right: auto;
margin-left: 0;
}

header .wraper > .inner{
margin-top: 0;
min-height: 60px;
}


header#pattern2.width_full .logo{
display: none;
}
	body:not(.index) header#pattern2.width_full .logo{
	display: block;
}
	body:not(.index) header#pattern2.width_full .logo a{
	width: 200px;
}
	body:not(.index) header .logo a img{
		margin-top: 12px;
	}
	body:not(.index).scrolled header .logo a img{
		margin-top: -3px;
	}	
}

@media (max-width: 900px){

header .header_contents{
background: #fff;
}

header.open:after{
background: #fff;
}

header#pattern2.width_full nav{
margin-top: 50px;
}

header .header_contents .header_sns li svg{
fill: #000;
}

header .header_contents {
    top: 0;
    transform: initial;
}
}

/*----------------ローディングロゴ---------------*/
#load img {
    max-width: 100%;
    width: 300px;
    max-height: initial;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 900px){
#load img {
    width: 200px;
}
}
@media (max-width: 600px){
#load img {
    width: 100px;
}
}

/*----------------body背景文字---------------*/
body:after {
    content: "";
    display: none;
    font-size: 0px;
    width: 0px;
}

/*----------------ギャラリー一覧---------------*/
#gallery_main .gallery_archive.add_design .inner_item a {
    background: transparent!important;
}
#gallery_main .gallery_archive .inner_item a:hover img, main .gallery_single .inner_item a:hover img {
    opacity: 1;
}
#gallery_main .gallery_archive.add_design .inner_item .heading {
    z-index: 2;

}
#gallery_main .gallery_archive.add_design .inner_item .heading.block_header_2 .h {
    color: #333 !important;
}
#gallery_main .gallery_archive .inner_item a:after {
    color: #333;
}
#gallery_main .gallery_archive .inner_item a:before {
    content: "";
    height: 80%;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);   
    opacity: 0;
    transition: 0.2s ease-in-out;
    background: rgba(255,255,255,0.7);
    z-index: 1;
}
#gallery_main .gallery_archive .inner_item a:hover:before {
    opacity: 1;
}

/*----------------関連ページ画像削除---------------*/
section.contents_related .wrapper_item .inner_item a .inner_item_img {
    display: none;
}

/*----------------タイトル下棒なし---------------*/
.heading h2:before {

}

.heading.block_header_1 p:before, .heading.block_header_6 .h:before {
    display: none;
}

/*----------------画像テキスト調整---------------*/
#text_img_1 + .contents_box01 .wrapper_item {
     align-items: flex-start!important;


}
#text_img_1 + .contents_box01 .wrapper_item .inner_item_txt {
     padding-top: 0px;
     padding-left: 50px;
}
#text_img_2 + section .content_wrapper {
  padding-left: 100px;
}
#text_img_2 + .contents_box01 .wrapper_item {
     align-items: flex-start!important;
}
#text_img_2 + .contents_box01 .wrapper_item .inner_item_txt {
     padding-top: 0px;
     padding-right: 50px;
}
@media screen and (max-width: 900px) {
    #text_img_2 + section .content_wrapper {
      padding: 0 var(--i_padding, 20px);
    }	
}
/*----------------footer_logo_img---------------*/
footer .sns li {
    vertical-align: middle;
}
footer .sns li img {
    width: 40px;
}

/*----------------logo余白---------------*/
@media screen and (max-width: 400px) {
header .header_contents .header_sns li {
    margin: 0 10px;
}
}
@media screen and (max-width: 1300px) {
#fixbtn .fixbtntel p {
    width: 100%;
    padding-top: 15px;
}
}
@media screen and (max-width: 700px) {
#fixbtn .inner>div {
    padding: 15px 0;
}
}
/*----------------ブログ一覧のレイアウト---------------*/

.news_archive.add_design5 article,
.news_archive.add_design5 article:last-child{
    padding: 40px;
    border: 1px solid var(--i_border_color);
    width: auto;
	background: #fff;
}
@media screen and (max-width: 750px){
.news_archive.add_design5 article,
.news_archive.add_design5 article:last-child{
    padding: 20px;
}
}
@media screen and (max-width: 650px){
.news_archive.add_design5 article,
.news_archive.add_design5 article:last-child{
    padding: 15px;
}
}

/*----------------VOICE一覧のレイアウト---------------*/

.gallery_archive.add_design3 .inner_item{
    padding: 24px;
    border: 1px solid var(--i_border_color);
	background: #fff;
}
.gallery_archive.add_design3 .inner_item:nth-child(even) a{
    float: right;
}
/*.gallery_archive.add_design3 .inner_item div h3{
    font-size: 3.6rem !important; 
}
.gallery_archive.add_design3 .inner_item div p{
    font-size: 2.8rem !important; 
}*/

@media screen and (max-width: 768px){
.gallery_archive.add_design3 .inner_item{
    padding: 16px;
}
.gallery_archive.add_design3 .inner_item div h3{
    font-size: 2.0rem !important;
}
.gallery_archive.add_design3 .inner_item div p{
    font-size: 1.8rem !important;
}
}



#sidebar .sidebar_tag li a {
  transition: 0.3s all;
}

#sidebar .sidebar_tag li a:hover {
  transition: 0.3s all;
  background: var(--i_txt_color);
  color: #fff;
}


@media screen and (max-width: 800px) {
  .news_archive .heading.block_header_2 {
  padding-left: 0;
  }

}

/*------------------------全体の余白調整--------------------------*/
.contents_box01[class*="block_text"] .inner_item_txt .contents_btn01{
padding-top: 60px;
}

#py_height + .contents_box01[class*="block_text"] .inner_item_txt .contents_btn01{
padding-top: 20px;
}

.block_news_1 .contents_btn01{
padding-top: 60px;
}

.widget_gallery01 .contents_btn01{
padding-top: 60px;
}

.heading+.add_text{
margin-bottom: 40px;
}

main>section:not([class*="pt"]){
padding-bottom: 100px;
}

main>section:first-child:not([class*="pt"]){
padding-top: 100px;
}



main>.pager{


margin-bottom: 100px;
}

/*-----------------------------mv_nav_org---------------------------------*/
.mv_nav {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;

    -ms-flex-pack: distribute;
    justify-content: space-around;
    box-sizing: border-box;
}
.mv_nav li {
    list-style: none!important;
    padding: 1rem 2rem;
    position: relative;
    flex-grow: 1;

    text-align: center;
    box-sizing: border-box;
}
.mv_nav li:nth-child(1):after {
    /*! display: none; */
}
.mv_nav li a {
    text-decoration: none;
    box-sizing: border-box;
}
.mv_nav li a span {
    font-weight: bold;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
letter-spacing: 0.2rem;
}
.mv_sub_nav {
    opacity: 0;
    height: 0;
    transition: 0.5s ease-in-out;
}
.mv_sub_nav li{
}
.mv_sub_nav li:after {
    display: none;
}
.mv_nav li:hover  .mv_sub_nav {
    opacity: 1;
    height: 100%;
}
main {
    z-index: 10;
    overflow: initial;
    overflow-x: initial;
}
#mv_nav_orginal + .contents_box01 {
    position: relative;
    margin-top: -150px;
    height: 165px;
}
.mv_nav_sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .mv_nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mv_nav li {
        width: 33%;
        flex-grow: initial;
        padding: 1rem;
    }
    .mv_nav li:nth-child(4):after {
        display: none;
    }
    .mv_nav li:nth-child(7):after {
        display: none;
    }
    .mv_sub_nav {
        display: none;
    }
    .mv_nav_sp {
        display: block;
    }
}
@media screen and (max-width: 900px) {
	.mv_nav{
		display: none;
	}
}
/*-----------------------------Gナビのホバー時に下線----------------*/
.mv_nav li a {
  position: relative;
}

.mv_nav li a:before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  transition: 0.2s 0s all ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(100%);
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
}
.mv_nav li ul a::before{
	background: #fff;
}
.mv_nav li a:hover:before {
  width: 100%;
  left: 0%;
}

header nav ul.nav_1st>li>a>span, header nav ul.nav_2nd>li>a span {
  position: relative;
}

header nav ul.nav_1st>li>a>span:before, header nav ul.nav_2nd>li>a span:before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  transition: 0.2s 0s all ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(100%);
  background: #000;
}

header nav ul.nav_1st>li>a:hover>span:before, header nav ul.nav_2nd>li>a:hover span:before {
  width: 100%;
  left: 0%;
}

/*-----------------------------ハンバーガーメニュー---------------------------------*/
@media screen and (max-width: 900px) {
header nav ul.nav_1st>li i:before, header nav ul.nav_1st>li i:after {
    background: #000;
}
header nav ul.nav_2nd>li>a span {
    color: #000!important;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;

}
}

.news_single #sidebar {
  display: none;
}

.news_single #primary {
  width: 100%;
}

.news_single #primary .entry_header {
  display: none;
}

.news_single #primary .block_table_1.w20 table tr th {
  width: 40%;
  border: none;
  background: none;
}

.news_single #primary .block_table_1 table td {
  width: 60%;
  border: none;
}

.news_single #primary .block_table_1.w20 table tr:nth-of-type(odd) th,
.news_single #primary .block_table_1.w20 table tr:nth-of-type(odd) td {
  background: var(--i_sub2_color);
}


header nav ul.nav_1st>li>a>span, header nav ul.nav_2nd>li>a span {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

header nav ul.nav_1st>li>a>span:before, header nav ul.nav_2nd>li>a span:before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  transition: 0.2s 0s all ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(100%);
  background: #000;
}

header nav ul.nav_1st>li>a:hover>span:before, header nav ul.nav_2nd>li>a:hover span:before {
  width: 100%;
  left: 0%;
}

#mv_nav_orginal + .contents_box01 {
  margin-top: -195px;
}
@media screen and (max-width: 900px){
	#mv_nav_orginal + .contents_box01{
		display: none;
	}
}
/*------------ボタン文字サイズ調整--------*/
#contact_btn + div.contents_btn01 a span i {
    font-size: 13px;
    font-style: normal;
}
#contact_btn + div.contents_btn01 a span {
    font-size: 1.9rem;
}
@media(max-width: 768px) {
#contact_btn + div.contents_btn01 a span {
    font-size: 2.2rem;
}
#contact_btn + div.contents_btn01 a span i {
    font-size: 13px;
}
}

/*------------ボタンインボタンの所--------*/

#top_btn01 + .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2){
 	width: 100%;
  	height: 105vh;
	background: #282828;
}
#top_btn01 + .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(1) {
  display: none;
}
#top_btn01 +div h3 {
  font-size: 2.9rem;
  font-weight: 500;
  font-family: 'Noto Serif JP' , sans-serif !important;
}
#top_btn01 +div p{
  font-size: 1.6rem;
}
#top_btn01 + div {
  margin-bottom: 1px;
}
#top_btn_in_btn {
  text-align: left;
}
#top_btn_in_btn a{
  text-decoration: none;
  border: none;
}
#top_btn_in_btn .content_wrapper{
  padding:0;
  max-width: 1900px !important;
}
#top_btn01 + div .wrapper_item .mask {
	max-width: 35%;
	width: auto !important;
	min-width: 390px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: -5vw;
	background: rgba(40,40,40,0.9);
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
	transform: translateY(-50%);
	padding: 40px;
	opacity: 0;
}
#top_btn01 + div .wrapper_item:hover .mask {
	margin-left: 5vw;
	opacity: 1;
}
#top_btn01 + div .wrapper_item img {
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
#top_btn01 +.composite_box01.block_images_7 .inner_item > a:hover *{
	background: var(--i_main_color);
}
@media(max-width: 700px) {
	#top_btn01 +div h3 {
		font-size: 2.4rem !important;
		color: var(--i_txt_color) !important;
	}
    #top_btn01 +div p {
        font-size: 1.5rem;
        margin-top: 25px;
    }	
	#top_btn01 + .composite_box01.block_images_7 .inner_item{
		display: block;
		width: 100% !important;
	}
	#top_btn01 + .composite_box01.block_images_7 .inner_item > a:nth-last-child(2){
		position: static;
		height: 80vw;
	}
	#top_btn01 + .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2){
		height: auto;
	}
	.composite_box01.block_images_7 .inner_item_img{
		position: static;
	}
	#top_btn01 + div .wrapper_item .mask {
		position: static;
		width: 100% !important;
		min-width: 0;
		max-width: none;
		transform: translateY(0);
		margin: 0 !important;
		opacity: 1;
		background: #eee;
		padding: 30px 25px;
		color: var(--i_txt_color) !important;
	}
}
/*------------4つ並び高さバラバラの所--------*/
#bns+.composite_box01 .inner_item:nth-of-type(1),
#bns+.composite_box01 .inner_item:nth-of-type(3){
	padding-top: 100px;
}
#bns+.composite_box01 .inner_item_img{
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#bns+.composite_box01 .inner_item_img:before{
	content: "recommended menu";
	transform: rotate(-90deg);
	transform-origin: 0 0;
	position: absolute;

	bottom: -19px;
	left: -3px;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

#bns+.composite_box01 .inner_item_img img,{
	width: auto;
	height: auto !important;
}
#bns+.composite_box01 .block_header_4 .h{
	font-size: 2.4rem;
	font-weight: 600;
}

#bns+.composite_box01 .block_header_4 .h+p{
	font-size: 2.0rem;
}
@media screen and (max-width: 900px){
	#bns+.composite_box01 .block_header_4 .h{
		font-size: 2.0rem !important;
	}
	#bns+.composite_box01 .block_header_4 .h+p{
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#bns+.composite_box01 .inner_item_img:after{
		height: 120px;
		top: -47px;
		left: -12px;
	}
	#bns+.composite_box01 .inner_item:nth-of-type(1),
	#bns+.composite_box01 .inner_item:nth-of-type(2),
	#bns+.composite_box01 .inner_item:nth-of-type(3){
		margin-bottom: 70px !important;
	}
    section#nbp1370820\ 1370820 {
        display: none;
    }	
}
@media screen and (max-width: 700px){
	#bns+.composite_box01 .inner_item{
		padding-top: 0 !important;
		width: 100% !important;
		margin: 0 !important;
	}

}

/*------------コンセプトの背景画像が動く所--------*/
#top_concept + .contents_box01.block_image_text_3 .inner_item_txt p:nth-last-of-type(1){
	margin-top: -130px;
}
#top_concept + .contents_box01.block_image_text_3 .inner_item_txt {
  margin-left: 50px;
}
#top_concept+ section li a{
	justify-content: flex-start;
}
#top_concept+ section:before,
#flow_txt+ section:before,
#midashi_w+ section:before{
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	bottom: 0;
	left: 0;
	background: #F4F4F4;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1);
	pointer-events: none;
	max-width: 100%;
	width: calc((100vw - 1460px)/2 + 1460px);
}
#top_concept+ section.fade:before,
#flow_txt+ section.fade:before,
#midashi_w+ section.fade:before{
	transform-origin: left top;
	transform: scale(1, 1);
}
#top_concept+ section .content_wrapper li a span{
	padding: 0 0 120%;
}
@media screen and (max-width: 1400px){
	#top_concept+ .contents_box01.w45 .inner_item_img{
		max-width: 35%;
	}
}
@media screen and (min-width: 901px){
	#top_concept+ section{
		overflow: visible !important;
	}

}
@media screen and (max-width: 900px){
    #top_concept + .contents_box01.block_image_text_3 .inner_item_txt {
        margin-left: 0;
    }	
}
@media screen and (max-width: 700px){
	#top_concept+ section:before,
	#flow_txt+ section:before,
	#midashi_w+ section:before{
		width: 100%;
		height: 100%;
	}
}
/*------------テキストコンテンツの背景画像が動く所など--------*/
#txt_contents + .contents_box01.block_image_text_3 .inner_item_txt,
#txt_contents3 + .contents_box01.block_image_text_3 .inner_item_txt{
  margin: 0 100px 0 50px;
}
#txt_contents2 + .contents_box01.block_image_text_4 .inner_item_txt,
#txt_contents4 + .contents_box01.block_image_text_4 .inner_item_txt{
  margin: 0 50px 0 100px;
}
#txt_contents+ section li a{
	justify-content: flex-start;
}
#txt_contents+ section:before,
#flow_txt+ section:before{
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	bottom: 0;
	left: 0;
	background: #F4F4F4;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1);
	pointer-events: none;
	max-width: 100%;
	width: calc((100vw - 1460px)/2 + 1460px);
}
main > section:first-child:before{
	position: absolute;
	display: block;
	content: "";
	height: 42%;
	top: 0;
	left: 0;
	background: #F4F4F4;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1);
	pointer-events: none;
	max-width: 100%;
	width: calc((100vw - 1460px)/2 + 1460px);
}
.widget_sitemap:before{
	height: 18% !important;

}
#txt_contents+ section.fade:before,
#flow_txt+ section.fade:before,
main > section.fade:first-child:before{
	transform-origin: left top;
	transform: scale(1, 1);
}
#txt_contents+ section .content_wrapper li a span{
	padding: 0 0 120%;
}
.txt_midashi {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 1.85rem;
}
.txt_midasi_s {
  margin-top: 20px;
}
@media screen and (max-width: 1400px){
	#txt_contents+ .contents_box01.w45 .inner_item_img{
		max-width: 35%;
	}
}
@media screen and (min-width: 901px){
	#txt_contents+ section{
		overflow: visible !important;
	}

}
@media screen and (max-width: 900px){
    #txt_contents + .contents_box01.block_image_text_3 .inner_item_txt,
	#txt_contents3 + .contents_box01.block_image_text_3 .inner_item_txt{
        margin: 0;
    }
    #txt_contents2 + .contents_box01.block_image_text_4 .inner_item_txt,
	#txt_contents4 + .contents_box01.block_image_text_4 .inner_item_txt{
        margin: 0;
    }	
}
@media screen and (max-width: 700px){
	#txt_contents+ section:before,
	#flow_txt+ section:before{
		width: 100%;
		height: 100%;
	}
	main > section:first-child:before{
		width: 100%;
		height: 25.5%;
	}
	.widget_sitemap:before{
	height: 13% !important;
	}
    .widget_sitemap .heading {
        margin-bottom: 150px;
    }	
}
/*------------ブログの背景画像が動く所--------*/

#top_blog+div:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background: #f4f4f4;
	transform-origin: left top;
		transform: scale(0, 1);
	transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1);
	pointer-events: none;
}
#top_blog+div.fade:before {
	transform-origin: right top;
	transform: scale(1, 1);
}

@media screen and (max-width: 700px){
	#top_blog+div:before{
		width: 100%;
	}
	#top_blog+div{
		padding-bottom: 30px;
	}
}

/*------------TOPのギャラリー調整--------*/
#width_max1 + div .content_wrapper {
  padding: 0;
}
#width_max1 + .block_news_1 .content_wrapper,
#top_blog + .block_news_1 .content_wrapper{
  text-align: right;
  max-width: 1500px !important;
}
#width_max1 + .block_news_1 .content_wrapper{
	max-width: 1500px !important;
}
#width_max1 + .block_news_1 .contents_btn01,
#top_blog + .block_news_1 .contents_btn01{
  max-width: 1460px;
  padding-right: 0;
}
#width_max1 + .block_news_1 .contents_btn01 .content_wrapper,
#top_blog + .block_news_1 .contents_btn01 .content_wrapper{
	padding-right: 0;
}
#width_max1 + .block_news_1 .contents_btn01 .content_wrapper{
	margin-top: 80px;
}
@media screen and (max-width: 700px){
	#width_max1 + .block_news_1 .content_wrapper,
	#top_blog + .block_news_1 .content_wrapper{
  	text-align: center;
	}
}
/*------------TOPのギャラリー調整--------*/
#width_max1 + .widget_gallery01 a:before{
  background:none;
}

#width_max1 + .widget_gallery01.add_design2 .inner_item .heading.block_header_2 .h{
  font-family: 'Zen Antique', serif;
}
#width_max1 + .block_news_1 .content_wrapper li a>p{
  display: none;
}

#width_max1 + .block_news_1 ul li{ 
}
#width_max1 + .block_news_1 ul li:nth-of-type(1) {
	border-top: none;
}
#width_max1 + .block_news_1 ul li:nth-of-type(4) {
	border-top: none;
}
#width_max1 + .block_news_1 .content_wrapper li div {
  position: absolute;
  text-align: center;
  background: rgba(255,255,255,0.8);
  width: 80% !important;
  left: 50%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   transform: translate(-50%,-50%);
  top: 49%;
  padding: 5%;
  opacity: 0;
  transition: 0.6s ease-in-out; 
  font-family: 'Zen Antique', serif;
}

#width_max1 + .block_news_1.add_design5 .content_wrapper li a {
  overflow: hidden;
}

#width_max1 + .block_news_1.add_design5 .content_wrapper li a span {
  margin-bottom: 0;
}


#width_max1 + .block_news_1.add_design5 .content_wrapper li a:hover span img {
  opacity: 1;
  transform: scale(1.1);
}

#width_max1 + .block_news_1 .content_wrapper li a:hover div {
  opacity: 1;
  transition: 0.6s ease-in-out; 
  max-height: 276px;
}

#width_max1 + .block_news_1 .content_wrapper li a div p:nth-of-type(2) {
  font-size: 1.4rem;
}

#width_max1 + .block_news_1 ul li a div ol li:nth-of-type(1) {
  border-top: 1px solid !important;
}
#width_max1 + .block_news_1 ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
#width_max1 + .block_news_1.add_design5 .content_wrapper ul>li {
  width: calc(100% / 5);
}

#width_max1 + .block_news_1.add_design5 .content_wrapper ul>li:nth-of-type(n+6) { 
  margin-top: 3rem;
}
#width_max1 + .block_news_1.add_design14.width_full .content_wrapper > .heading,
#width_max1 + div .heading + .add_text{
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
	#width_max1 + .block_news_1.add_design14.width_full .content_wrapper > .heading,
	#width_max1 + div .heading + .add_text{
  		margin-left: var(--i_padding, 20px);
	}
     #width_max1 + .block_news_1.add_design5 .content_wrapper ul {
          display: flex;
          flex-wrap: wrap;
      }
     #width_max1 + .block_news_1.add_design5 .content_wrapper ul>li {
      width: 50%;
      height: 40vw;
    }
    .block_news_1.add_design5 .content_wrapper li:nth-child(2) {
      margin-top: 0 !important;
    }
    #width_max1 + .block_news_1 .content_wrapper li a div {
        opacity: 1;
    }
	#width_max1 +div .heading+.add_text  {
	    margin-left: var(--i_padding, 20px);
	    margin-right: var(--i_padding, 20px);
	}
	#width_max1 + .block_news_1 .content_wrapper li div {
        left: 50.5%;
        height: 80%;
        top: 47.5%;
        padding: 5%;
	}
}
#top_about_btn + .contents_btn01 {
  text-align: right;
}
@media screen and (max-width: 768px) {
    #top_about_btn + .contents_btn01 {
      text-align: center;
    }	
}
/*------------下層ページの上部余白調整------------*/

@media screen and (max-width: 768px) {
    main section:nth-of-type(1) {
      padding-top: 30px !important;
    }
}

/*----------------MV pointer---------------*/
.mv_scroll {
    display: none;
}
#mv .mv_pointer {
    text-align: center;
}
@media screen and (max-width: 800px)
#mv .mv_pointer {
    bottom: 0;
}


@media screen and (max-width: 800px)
#mv .mv_pointer {
    bottom: 0;
}

@media screen and (max-width: 800px)
#mv .mv_pointer li {
    width: 20px;
}
.mv_nav li {
    padding: 1rem 0;
}
#mv .mv_pointer li.current:before {
    background: rgba(255,255,255,0.9);
}
#mv .mv_pointer li:before {
    background: rgba(255,255,255,0.5);
}

header .header_contents .header_col1 .btn a {
    margin-top: -5px!important;
}
.mv_sub_nav li:nth-child(n+2) {
  max-width: 1200px !important;
}

/*----------------下層ページの調整---------------*/
.width_fixed > .content_wrapper {
  max-width: 1500px !important;
}
.moji_big {
  font-size: 1.95rem;
}
#service_bnr1 + div .content_wrapper {
  width: 1460px !important;
}
#service_bnr1 + div .inner_item{
  width: 719px;
}
#service_bnr1 + div .inner_item:nth-of-type(1) {
  margin-right: 20px;
}
#service_txt+ section:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background: #F4F4F4;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1);
	pointer-events: none;
}
#service_txt+ section.fade:before {
	transform-origin: right top;
	transform: scale(1, 1);
}

#text_img_2+ section:before,
#txt_contents4+ section:before{
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	bottom: 0;
	right: 0;
	background: #F4F4F4;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1);
	pointer-events: none;
	max-width: 100%;
	width: calc((100vw - 1460px)/2 + 1460px);
}
#text_img_2+ section.fade:before,
#txt_contents4+ section.fade:before{
	transform-origin: right top;
	transform: scale(1, 1);
}
.flow_images {
  margin-top: 40px;
  overflow: hidden;
}
.flow_images_l {
  float: left;
  width: 48%;
}
.flow_images_r {
  float: right;
  width: 48%;
}
.fee_p,
.inner_item_txt p{
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1460px){
	#service_bnr1 + div .content_wrapper,
	#service_bnr1 + div .inner_item{
  		width: 100% !important;;
	}
	#service_bnr1 + div .inner_item:nth-of-type(1) {
  		margin-right: 0 !important;;
		margin-bottom: 20px !important;
	}
}
@media screen and (max-width: 700px){
	#service_txt+ section:before,
	#text_img_2+ section:before,
	#txt_contents4+ section:before{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	.flow_images_l {
    	float: none;
    	width: 100%;
	}
    .flow_images_r {
        float: none;
        width: 100%;
        margin-top: 30px;
    }	
}
.news_archive > .content_wrapper,
.gallery_archive > .content_wrapper{
	max-width: 1460px !important;
}
.news_archive span.bg,
.gallery_archive span.bg{
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	top: 100px;
	right: 0;
	background: #F4F4F4;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1);
	pointer-events: none;
	max-width: 100%;
	width: calc((100vw - 1460px)/2 + 1460px);
}
.gallery_archive span.bg{
	top: 200px;
}
.widget_sitemap .heading {
  margin-bottom: 180px
}
@media screen and (max-width: 700px){
	.news_archive span.bg,
	.gallery_archive span.bg{
		width: 100%;
	}
}
.news_archive span.bg.fade1,
.gallery_archive span.bg.fade1{
	transform-origin: right top;
	transform: scale(1, 1);
}
.widget_shop01 .wrapper_item{
	max-width: calc(1500px - var(--i_padding, 20px) * 2);
}
.widget_shop01 .inner_item_txt{
	float: left;
	padding-right: 2vw;
	padding-left: 0;
}
.widget_shop01 .inner_item_img{
	float: right;
}
@media screen and (max-width: 700px){
	.widget_shop01 .inner_item_txt,
	.widget_shop01 .inner_item_img{
		float: none;
	}
	.news_archive.add_design5 article, .news_archive.add_design5 article:last-child{
		margin-bottom: 15px;
	}
	.news_archive.add_design5 #primary{
		border-top: none;
	}
}