@charset "UTF-8";

/* .aboutArea */
.aboutArea .about {
	padding:65px 0 46px;
	margin:0 auto;
}
.aboutArea .about .title {
	width:16.8%;
	padding-bottom:1.5%;
}
.aboutArea .about .txt {
	width:63%;
	float:left;
	line-height:2.35;
}
.aboutArea .about .photo {
	width:31%;
	float:right;
}

@media only screen and (min-width:1px) and (max-width:680px){
/* .aboutArea */
.aboutArea .about {
	width:86%;
	padding:7% 0 11%;
}
.aboutArea .about .title {
	width:54.55%;
	padding-bottom:6%;
}
.aboutArea .about .txt {
	width:100%;
	float:none;
	line-height:1.7;
	padding-bottom:4%;
}
.aboutArea .about .photo {
	width:100%;
	float:none;
}	
}

.movieArea {
	display: none;
}
#thumimage {
	display: block;
}
#video {
	width: 100% !important;
	height: auto !important;
	padding-top: 56.25%;
	display: block;
}
#video_sp {
	display: none;
}

@media only screen and (min-width:1px) and (max-width:800px){
#thumimage {
	display: none;
}
#video {
	display: none;
}
#video_sp {
	width: 100% !important;
	height: auto !important;
	display: block;
}
}