@charset "utf-8";
@-webkit-keyframes ContentsSwitch{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@media only screen and (max-width: 768px) {
/* -------------------------------- 
common
-------------------------------- */
section[class^=area]{
	position: relative;
	margin: 28vw 0 0;
	padding: 12vw 0 0;
}
.small-en{
	position: absolute;
	top: 0;
	left: 0;
}
.sect-inner{
	padding-top: 0;
}
.img + .sub-txt{
	margin-top: 3vw;
}



/* -------------------------------- 
.area-about
-------------------------------- */
section[class=area-about]{
	margin: 10vw 0 0;
	padding: 12vw 0 0;
}
.area-about .sect-inner{
	position: relative;
}
.area-about .block{
	margin-bottom: 5vw;
}
.area-about h3{
	text-align: center;
	margin: 10vw 0 3vw;
}
.area-about picture{
	position: absolute;
	top: 21vw;
	left: 50%;
	width: 92vw;
	height: auto;
	margin-left: -46vw;
}
.area-about .detail{
	font-weight: bold;
	line-height: 1.75;
}


/* -------------------------------- 
.area-item
-------------------------------- */
.area-item .sub-txt{
	margin-top: 5vw;
}
.area-item h3{
	text-align: center;
	margin: 10vw 0 0;
}
.area-item .youtube{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	position: relative;
	align-items: stretch;
}
.area-item .youtube .in{
	width: 44vw;
	margin-top: 3vw;
}
.area-item .youtube .in .ttl{
	font-weight: bold;
}
}


@media only screen and (min-width: 769px) {
/* -------------------------------- 
common
-------------------------------- */
section[class^=area]{
	position: relative;
	margin: 150px auto 0;
	padding: 60px 0 0;
}
h2.bigf{
	text-align: left;
}
h2.bigf::after{
	display: none;
}
.sect-inner{
	width: 100%;
	padding: 0;
	box-shadow: none;
}
.img + .sub-txt{
	margin-top: 15px;
}
span.line{
	display: inline;
}
h2.ico{
	position: relative;
	padding-top: 85px;
	text-align: center;
}
h2.ico span{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100px;
	height: auto;
	margin-left: -50px;
}


/* -------------------------------- 
.area-about
-------------------------------- */
section[class=area-about]{
	margin: 20px auto 0;
	padding: 60px 0 0;
}
.area-about h2 br{
	display: none;
}
.area-about h3{
	text-align: center;
	margin: 50px 0 20px;
}
.area-about .inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.area-about .sub-txt{
	margin-top: 20px;
}
.area-about .youtube{
	width: 50%;
}
.area-about .detail{
	width: 46%;
}
.area-about li{
	font-weight: bold;
	line-height: 1.75;
}
.area-about picture{
	width: 520px;
}


/* -------------------------------- 
.area-item
-------------------------------- */
.area-item picture{
	display: block;
	margin-top: 20px;
}
.area-item h3{
	text-align: center;
	margin: 50px 0 20px;
}
.area-item .sub-txt{
	margin-top: 30px;
}
.area-item .youtube{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.area-item .youtube .in{
	width: 22%;
}
.area-item .youtube .in .ttl{
	font-weight: bold;
}
}


@media only screen and (min-width: 1400px) {
html{
	font-size: 62.5%;
}
}