@charset 'utf-8';

/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
	.sp_none{
		display: none!important;
	}
}


/*リキッドの場合に使用*/
@media only screen and (min-width: 768px) {
/*	768px- 画面幅1366px閲覧で1px=0.1rem可変*/
	html{
		font-size: 0.733vw;
	}
}
@media only screen and (max-width: 1366px) {
/*	1366px- 画面幅1366px閲覧1px=0.1rem固定*/
	html{
		font-size: 62.5%;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	html{
		font-size: 0.733vw;
	}
}
@media only screen and (max-width: 767px) {
/*	-767px 画面幅375px閲覧1px=0.1rem可変*/
	html{
		font-size: 2.67vw;
	}
}
@media only screen and (max-width: 319px) {
/*	-319px 画面幅374px閲覧1px=0.1rem固定*/
	html{
		font-size: 53.3%;
	}
}

/*Googleフォントここから*/
body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #161616;
	letter-spacing: calc((0/1000)*1em);
	/*text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	text-decoration-color: #161616;
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	text-decoration-skip-ink: none;*/
}
html.active,
body.active{
	overflow: hidden;
}

/*Zen Kaku Gothic New ベースフォント*/
.light{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.regular{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.mid{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.bold{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.black{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
}

/*Inter*/
.i_thin{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
}
.i_elight{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
}
.i_light{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.i_regular{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.i_mid{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.i_sbold{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.i_bold{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.i_ebold{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
.i_black{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}
.i_thin_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 100;
}
.i_elight_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 200;
}
.i_light_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 300;
}
.i_regular_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 400;
}
.i_mid_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 500;
}
.i_sbold_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 600;
}
.i_bold_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 700;
}
.i_ebold_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 800;
}
.i_black_i{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 900;
}


/*Googleフォントここまで*/
*{
	box-sizing: border-box;
}

svg{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
iframe{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
::-webkit-scrollbar{
	display: none;
}
::scrollbar{
	display: none;
}

body,
main,
header,
footer{
	min-width: 136.6rem;
}
@media only screen and (max-width: 767px) {
	body,
	main,
	header,
	footer{
		min-width: 32.0rem;
	}
}

body{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

main{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	main{
	}
}

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
footer .footer01{
	width: 33.2rem;
	height: auto;
	padding: 3.7rem 0 4.0rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	footer .footer01{
		width: auto;
		padding: 2.6rem 0 4.5rem;
	}
}
footer .footer01 > .logo{
	width: 110px;
	height: auto;
	margin: 0 0 28px;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 > .logo{
		width: 105px;
		margin: 0 0 44px;
	}
}
footer .footer01 > .logo img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
footer .footer01 > ul{
	width: 100%;
	height: auto;
	margin: 0 0 7.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	footer .footer01 > ul{
		width: auto;
		margin: 0 auto 5.0rem;
		justify-content: flex-start;
		flex-direction: column;
	}
}
footer .footer01 > ul li{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 > ul li{
		margin: 30px 0 0;
	}
	footer .footer01 > ul li:nth-of-type(1){
		margin-top: 0;
	}
	footer .footer01 > ul li:nth-of-type(2n){
		display: none;
	}
}
footer .footer01 > ul li a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 > ul li a{
		font-size: 14px;
		line-height: 14px;
	}
}
footer .footer01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 10px;
	line-height: 10px;
	display: block;
}
/*footerここまで*/