@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: 767px){
/*  -767px 画面幅375px閲覧で1px=0.1rem可変*/
	html{
			font-size: 2.67vw;
		}
}
@media only screen and (max-width: 374px){
/*  -374px 画面幅374pxで1px=0.1rem固定*/
	html{
/*			font-size: 62.5%;*/
		}
}
@media only screen and (min-width: 1280px){
/*  1280px- 画面幅1280pxで1px=0.1rem固定*/
	html{
/*      font-size: 62.5%;*/
	}
}

/*Googleフォントここから*/
/*html {
	-webkit-scroll-behavior: smooth;
	scroll-behavior: smooth;
}*/

body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family:
	'Zen Kaku Gothic New',
	sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000000;
}
html.active,
body.active{
	overflow: hidden;
}
.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;
}
.g_thin{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weught: 100;
	font-style: normal;
} 
.g_elight{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weught: 200;
	font-style: normal;
} 
.g_light{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weught: 300;
	font-style: normal;
} 
.g_regular{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weught: 400;
	font-style: normal;
} 
.g_mid{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weught: 500;
	font-style: normal;
} 
.g_sbold{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weught: 600;
	font-style: normal;
} 
.g_bold{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weught: 700;
	font-style: normal;
} 
.g_ebold{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weught: 800;
	font-style: normal;
} 
.g_black{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weught: 900;
	font-style: normal;
} 

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

/*.svg{
	position: relative;
}
.svg 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;
}*/

/*body,
main,
footer{
	min-width: 1280px;
}
@media only screen and (max-width: 767px){
	body,
	main,
	footer{
		min-width: 320px;
	}
}

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

main{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	background-color: #ECF542;
	position: relative;
	overflow: hidden;
}

main{
}
@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 3.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	footer .footer01{
		width: 90%;
		padding: 5.1rem 0 4.0rem;
	}
}
footer .footer01 .logo{
	width: 11.0rem;
	height: auto;
	margin: 0 0 2.3rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .logo{
		width: 10.5rem;
		margin: 0 0 4.0rem;
	}
}
footer .footer01 .logo img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
footer .footer01 ul{
	width: 100%;
	height: auto;
	margin: 0 0 6.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	footer .footer01 ul{
		width: auto;
		margin: 0 auto 4.0rem;
		justify-content: flex-start;
		flex-direction: column;
	}
}
footer .footer01 ul li{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.2rem;
	line-height: 2.2rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 ul li{
		margin: 2.0rem 0 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	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: 1.2rem;
	line-height: 2.2rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 ul li a{
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
}
footer .footer01 .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.0rem;
	line-height: 2.0rem;
	display: block;
}
/*footerここまで*/

/*includeここから*/
/*includeここまで*/