@charset "utf-8";


/* ======================================================================================================================
  メインイメージ
====================================================================================================================== */
#sectionMain {
	background-image: url(../img/section_main_pc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
 -webkit-background-size: cover;
 -moz-background-size:cover;
 -o-background-size: cover;
 background-size: 100%;
	position: relative;
	border-bottom: solid #e40013 2px;
	box-sizing: border-box;
 }
@media only screen and (max-width: 945px) {
#sectionMain {
	background-image: url(../img/section_main_pc02.jpg);
 }
}
/********* mb *********/
@media only screen and (max-width: 690px) {
#sectionMain {
	background-image: url(../img/section_main_mb.jpg);
 }
}
/********* mb(landscape) *********/
@media only screen and (orientation: landscape) and (max-width: 738px) {
#sectionMain {
	background-image: url(../img/section_main_pc.jpg);
 }
}

#sectionMain h1 {
	width: 57.7%;
	max-width: 1188px;
	min-width: 444px;
	margin: 0 auto;
	padding-top: 130px;
 }
@media only screen and (max-width: 945px) {
#sectionMain h1 {
	width: 60%;
	max-width: 1060px;
	min-width: 444px;
	margin: 0 auto;
	padding-top: 130px;
 }
}
/********* mb *********/
@media only screen and (max-width: 690px) {
#sectionMain h1 {
	width: 83.33%;
	max-width: none;
	min-width: inherit;
	padding-top: 90px;
 }
}
/********* mb(landscape) *********/
@media only screen and (orientation: landscape) and (max-width: 738px) {
#sectionMain h1 {
	width: 30.625%;
	max-width: 588px;
	min-width: 444px;
	margin: 0 auto;
	padding-top: 150px;
 }
}
/*
#sectionMain .topTxt {
	width: 31.625%;
	max-width: 588px;
	min-width: 444px;
	margin: 0 auto;
	padding-top: 363px;	
}
/********* mb *********
@media only screen and (max-width: 690px) {
#sectionMain .topTxt {
	width: 93.33%;
	max-width: none;
	min-width: inherit;
	padding-top: 180px;
 }
}
/********* mb(landscape) *********
@media only screen and (orientation: landscape) and (max-width: 738px) {
#sectionMain .topTxt {
	width: 30.625%;
	max-width: 588px;
	min-width: 444px;
	margin: 0 auto;
	padding-top: 250px;
 }
}
*/

#sectionMain .topMenu {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
 }

#sectionMain .topMenu li {
	width: 33.333%;
	height: 100%;
	float: left;
 }

#sectionMain .topMenu li a {
	display: block;
	height: 100%;
	text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 }

#sectionMain .topMenu li a:hover,
#sectionMain .topMenu li a:focus {
	background-color: rgba(255,255,255,0.3);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
 zoom: 1;
 }

#sectionMain .bntGoSection {
	width: 74px;
	height: 74px;
	position:absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -37px;
 }

 .bntGoSection {
	width: 74px;
	height: 74px;
	position:absolute;
	bottom: 32px;
	left: 50%;
	margin-left: -37px;
 }
/********* mb *********/
@media only screen and (max-width: 690px) {
.bntGoSection {
	bottom: 40px;
 }
}

.bntGoSection a:focus {
	display: block;
 }


