@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{
	font-size: 62.5%;
	overflow-x: hidden;
}
body{
	font-family: 'Noto Sans JP', 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1.6rem;
	color: #251d1b;
	position: relative;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}

.cl{
	font-family: corporate-logo-ver2, sans-serif;
}
.lato{
	font-family: 'Lato', sans-serif;
}
.bold{
	font-weight: 700 !important;
}
.black{
	font-weight: 900 !important;
}
.medium{
	font-weight: 500 !important;
}
main{
	display: block;
}
img{
	border:none;
	-webkit-backface-visibility: hidden;
}
ul,ol{
	list-style: none;
}
li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #000;
	transition: .3s all ease;
}

.logo *,
.pic img,
.pic picture,
.pic source,
.pic a{
	display: block;
	width: 100%;
}
.pic img{
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
table{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.bold{
	font-weight: 600;
}
.outer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
}
input,
select,
textarea{
	font-family: source-han-sans-japanese, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border: none;
	border-radius: 0;
	font-size: 1.6rem;
	color: #000;
}
select::-ms-expand{
	display: none;
}
table{
	border-collapse: collapse;
	table-layout: fixed;
}
a{
	transition: .3s all ease;
}
.txt-purple{
	color: #ba0045 !important;
}

/* +++++++++++++++++++++++loading++++++++++++++++++++++ */
.loading{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-size: 300px auto;
	background-position: center center;
	z-index: 9999;
}

/* +++++++++++++++++++++++header++++++++++++++++++++++ */
#header{
	height: 102px;
	padding-top: 20px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
}
.site-ttl a{
	width: 196px;
	padding-top: 42px;
	background: url(../images/index-logo01.png) no-repeat;
	background-position: center top;
	font-size: 1.6rem;
	letter-spacing: .1em;
	text-align: center;
	background-size: 100% auto;
	color: #b81c1e;
	display: block;
	/*transition: .3s opacity ease;*/
transform-origin: left center;
}
.site-ttl a:hover{
	opacity: .6;
}
/*
#head-tel-btn{
	font-size: 1.7rem;
	letter-spacing: .075em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 52px;
	border-radius: 26px;
	background: #fff;
	border: 4px solid #231b18;
	border-bottom: 7px solid #231b18;
}
#head-tel-btn:before{
	content: "";
	display: block;
	width: 18px;
	height: 100%;
	background: url(../images/header-icon01.svg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-right: .6em;
}
*/
#menu-btn{
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: #251d1b;
	/*
	margin-left: 36px;
	*/
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: -.016em;
	cursor: pointer;
	transition: .3s all ease;
	position: relative;
	z-index: 100;
}
.menu-active #menu-btn{
	background: transparent;
	color: #251d1b;
}
#menu-btn:hover{
	opacity: .6;
}
#menu-btn>span{
	width: 38px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .4s all cubic-bezier(0.8, 0, 0.1, 1);
}
#menu-btn>span:nth-of-type(1){
	transform: translateY(-14px);
}
.menu-active #menu-btn>span{
	background: #251d1b;
	width: 30px;
}
.menu-active #menu-btn>span:nth-of-type(1){
	transform: translateY(-14px) rotate(45deg);
}
.menu-active #menu-btn>span:nth-of-type(2){
	transform: translateY(-14px) rotate(-45deg);
}
#menu-btn div{
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	margin: auto;
	text-align: center;
}
#menu-btn div span{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#menu-btn div span:nth-of-type(2){
	opacity: 0;
	visibility: hidden;
}
.menu-active #menu-btn div span:nth-of-type(2){
	opacity: 1;
	visibility: visible;
}
.menu-active #menu-btn div span:nth-of-type(1){
	opacity: 0;
	visibility: hidden;
}
nav{
	background-color: #fff;
	background-image: url(../images/nav-bg01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	max-width: 720px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
/*
	font-size: 4.3rem;
*/
	font-size: 3rem;
	letter-spacing: .075em;
	overflow-y: auto;
	opacity: 0;
	transform: translateX(720px);
	transition: 1.6s all cubic-bezier(0.8, 0, 0.1, 1);
	z-index: 99;
	padding-left: 40px;
	padding-top: 27px;
}
.menu-active nav{
	opacity: 1;
	transform: translateX(0);

}
nav>ul{
/*
	padding-left: 140px;
*/
	padding-left: 24px;
	padding-top: 45px;
	min-height: 760px;
	overflow: hidden;
}
nav>ul>li{
	padding-bottom: 30px;
	transform: translateX(1.2em);
	opacity: 0;
	transition: .6s all ease;
}
nav>ul>li.parent:nth-of-type(3){
	padding-bottom: 55px;
}
.menu-active nav>ul>li{
	transform: translateX(0);
	opacity: 1;
}
nav>ul>li:nth-of-type(1){
	transition-delay: 1s;
}
nav>ul>li:nth-of-type(2){
	transition-delay: 1.1s;
}
nav>ul>li:nth-of-type(3){
	transition-delay: 1.2s;
}
nav>ul>li:nth-of-type(4){
	transition-delay: 1.3s;
}
nav>ul>li:nth-of-type(5){
	transition-delay: 1.4s;
}
nav>ul>li:nth-of-type(6){
	transition-delay: 1.5s;
}
nav>ul>li:nth-of-type(7){
	transition-delay: 1.6s;
}
nav .child{
/*
	font-size: 3.5rem;
*/
	font-size: 2.4rem;
}
nav .child li{
/*
	margin-top: 35px;
*/
	margin-top: 18px;
	transform: translateX(.5em);
	opacity: 0;
	transition: .3s all ease;
}
.menu-active nav .child li{
	transform: translateX(0);
	opacity: 1;
}
nav ul.child li{
	transition-delay: 1.10s;
}
nav>ul>li:nth-of-type(2) li{
	transition-delay: 1.15s;
}
nav>ul>li:nth-of-type(3) li:nth-of-type(1){
	transition-delay: 1.25s;
}
nav>ul>li:nth-of-type(3) li:nth-of-type(2){
	transition-delay: 1.3s;
}
nav>ul>li:nth-of-type(3) li:nth-of-type(3){
	transition-delay: 1.35s;
}
nav .child a{
	position: relative;
	padding-left: 50px;
}
nav .child a:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
/*
	left: 10px;
	top: 10px;
*/

	left: 15px;
	top: 0;
	border-left: 1px solid #474747;
	border-bottom: 1px solid #474747;
}
nav a:hover{
	opacity: .6;
}
.menu-active header:after{
	visibility: visible;
	opacity: 1;
}
header:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100vh;
	min-height: 760px;
	background: rgba(0,0,0,.7);
	z-index: 98;
	transition: 1.6s all cubic-bezier(0.8, 0, 0.1, 1);
	visibility: hidden;
	opacity: 0;
}
/* +++++++++++++++++++++++footer++++++++++++++++++++++ */







/* **********************IE用のスタイル************************* */
@media all and (-ms-high-contrast: none){

}



/* ++++++++++++++++++++++モバイルレイアウト+++++++++++++++++++++ */
@media screen and (max-width:768px){
	html{
		font-size: 2.666vw; 
	}
	body{
		width: 100%;
		overflow-x: hidden;
		font-size: 1.4rem;
	}

	.inner{
		width: 100%;
	}
	.outer{
		width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}


/* +++++++++++++++++++++++header++++++++++++++++++++++ */
	#header{
		height: 8rem;
		padding-top: 1rem;
		padding: 1rem 1.5rem;
	}

	.site-ttl a{
		width: 31vw;
		padding-top: 7vw;
		font-size: 2.6vw;
	}
/*
	#head-tel-btn{
		font-size: 1.5rem;
		width: 16rem;
		height: 4rem;
		border-radius: 2rem;
		border: .2rem solid #231b18;
		border-bottom: .4rem solid #231b18;
	}
	#head-tel-btn:before{
		width: 1.2rem;
		height: 100%;
		margin-right: .4em;
	}
*/
	#menu-btn{
		width: 6rem;
		height: 6rem;
		margin-left: 2rem;
		font-size: 1.2rem;
	}
	#menu-btn:hover{
		opacity: 1;
	}
	#menu-btn>span{
		width: 50%;
		height: .2rem;
		border-radius: .1rem;
	}
	#menu-btn>span:nth-of-type(1){
		transform: translateY(-1rem);
	}
	#menu-btn>span:nth-of-type(2){
		transform: translateY(-.2rem);
	}
	.menu-active #menu-btn>span{
		width: 40%;
	}
	.menu-active #menu-btn>span:nth-of-type(1){
		transform: translateY(-1rem) rotate(45deg);
	}
	.menu-active #menu-btn>span:nth-of-type(2){
		transform: translateY(-1rem) rotate(-45deg);
	}
	#menu-btn div{
		top: 3.7rem;
	}
	nav{
		max-width: 100%;
/*
		font-size: 2.6rem;
*/
		font-size: 1.9rem;
		padding-left: 2.5rem;
		padding-top: 2.25rem;
		padding-bottom: 8rem;
		transform: translateX(100vw);
	}
	nav>ul{
		padding-left: 2rem;
		padding-top: 4rem;
/*
		min-height: 100%;
*/
		min-height: 0;
	}
	nav>ul>li{
		padding-bottom: 2.5rem;
	}
	nav>ul>li.parent:nth-of-type(3){
		padding-bottom: 4.5rem;
	}
	nav .child{
/*
		font-size: 2.2rem;
*/
		font-size: 1.6rem;
	}
	nav .child li{
		margin-top: 1.8rem;
	}
	nav .child a{
		padding-left: 3.6rem;
	}
	nav .child a:before{
		width: 1.0rem;
		height: 1.0rem;
		left: 1.5rem;
		top: 0;
	}
	header:after{
		content: "";
		display: none !important;
	}


/* +++++++++++++++++++++++loading++++++++++++++++++++++ */
	.loading{
		background-size: 50vw auto;
	}


}



@media screen and (min-width: 769px){
	.pc-none{
		display: none !important;
	}
	#head-tel-btn{
		pointer-events: none;
	}
}
@media screen and (max-width: 768px){
	.sp-none{
		display: none !important;
	}
}


#header{
	background:transparent;
}

/* +++++++++++++++++++++++header++++++++++++++++++++++ */
#header {
   /* height: 110px;*/
height:8rem;
    padding-top: 20px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
	transition: .3s all ease;
}
#header.fixed{
	background: #fff;
}

@media screen and (min-width: 769px){
	#header.fixed{
		height: 80px;
	}
	#header.fixed #menu-btn{
		transform: scale(.75);
	}
	#header.fixed .site-ttl a{
		transform: scale(.75);
	}
}