@charset "UTF-8";
@import url(base.css);
.colLPurple {
  color: #d0daf5;
}

.colLBlue {
  color: #e7f3ff;
}

.colBlue {
  color: #1c3888;
}

.colOrange {
  color: #ff7e00;
}

.sizeL {
  font-size: 5vw;
}

.sizeM {
  font-size: 4.5vw;
}

.sizeN {
  font-size: 4vw;
}

.sizeS {
  font-size: 3.5vw;
}

.sizeSS {
  font-size: 3vw;
}

.fit {
  width: 100%;
  height: auto;
}

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
body {
  font-size: 4vw;
}

.pc {
  display: none;
}

img,
img.sp {
  display: block;
}

#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  min-width: 100%;
  overflow-x: hidden;}

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#header {
	width: 100%;
	margin: 0 auto;
	padding: 2%;
	background-color: #e61911;
	display: block;}
#header h1 {
	width: 60%;
	padding: 1% 0 0 0;
	float: left;}
#header h2 {
	width: 20%;
	padding: 0px;
	float: right;}
#header h1 img,
#header h2 img,
h3 img {
	vertical-align: bottom;}

/*-------------------------------------------------
	++ HOME
-------------------------------------------------*/
.mainSlider {
    position: relative;}
.slider{
	margin: 0 auto;
	width: 100%;}
.slider img{
	height: auto;
	width: 100%;}
.mainTxt {
	z-index: 5;
	position: absolute;
	top: 83%;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1% 0;
	line-height: 1.5em;
	background: rgb(0,0,0,0.5);}

h3 {
	width: 70%;
	margin: 50px auto 20px auto;
	text-align: center;}
h4 {
	width: 94%;
	margin: 0 3%;
	text-align: center;
	font-size: 4.6875vw;
	font-weight: bold;}

#wrap {
	display: block;
	clear: both;
	width: 94%;
	margin: 3%;
	text-align: center;
	position: relative;}
div#wrap p.img {
	width: 100%;
	display: block;}
div#wrap p {
	text-align: left;
	line-height: 1.8em;
	display:table-cell;
	vertical-align:middle;
	margin:0;}
.mgR30 {
	margin-right: 0px;}

.tabBtn {
    position:relative;
	margin: 30px auto;
	text-align: center;
	z-index:0;}
.tabBtn ul li {
	width: 90%;
	font-size:4.6875vw;
	line-height: 3em;
	margin: 0 auto 1em auto;
    padding: 0;
	letter-spacing: 0.1em;
	display: block;
	text-align: center;
　　list-style:none;}
.tabBtn ul li span {
	font-size: 2.8125vw;
	line-height: 3em;
	padding-left: 0.5em;}
.tabBtn ul li a {
	display:block;
 	color: #FFFFFF;
	border: 1px #e61010 solid;
	background-color: #e61010;}
.tabBtn ul li a:hover {
 	color: #e61010;
	border: 1px #e61010 solid;
background-color: #FFFFFF;}



#sponser {
	display: block;
	clear: both;
	width: 100%;
	margin: 0%;
	text-align: center;
	background-color: #fff0cc;
	position: relative;}
div#sponser p.img {
	width: 100%;
	display: block;
	text-align: center;}
.otherBox {
    display: flex;
    flex-direction: column;
    align-items: center;}
.otherItem {
    width: 100%;
    text-align: center;
    margin:0 auto 1em auto;}
.otherItem img {
    display: inline-block;
}
.otherItem p {
    font-size: 100%;
    text-align: center;
    line-height: 1.2em;}

.W500 {
	width:100%;
	text-align: center;
	margin:10px auto 10px 4%;
	display:block;}
.W500_ph {
    margin: 10px auto 10px auto;
}
.W500_ph img {
	width: 90%;
	}
h6 {
	margin: 10px auto 20px auto;
	text-align: center;
	color: #ff8a3c;
	font-size: 120%;
font-weight: bold;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 5% 0px;
	background-color: #e61911;
	display: block;}
.footer_logo {
	width: 60%;
	text-align: center;
	margin: 0 auto;}
.copy {
	text-align: center;
	color: #FFFFFF;
	font-size: 3.125vw;
	padding-top: 1.5em;}





