@charset 'utf-8';
@import "base.css";
@import "reset.css";


.pc {
	display: block;
}
.sp {
	display: none;
}
.wrapinnner{
	max-width:980px;
	margin:0 auto;
}
.wrapinnnersp0{
	max-width:980px;
	margin:0 auto;
}


/*スマホ用画像リサイズ*/
img {
	max-width: 100%;
	/*max-width: none＼0/;*/
	height: auto;
	vertical-align: top;
}

/*--  #ROLL-OVER
---------------------------------------------------------------------------*/
 
.alphaOver a img{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.alphaOver a:hover img { opacity:0.7; filter:alpha(opacity=70); -moz-opacity:0.7; }


.header{position: relative;}

.head_txt04 a{
position: absolute;
background-color: #000;
color: #FFF;
font-size: 1.4vw;
bottom: 4%;
left:19%;
width: 24%;
}
.head_txt04 a:hover{
opacity: 0.8;
}
.head_txt04 h4{
}
.head_txt04 h5{
font-weight: 100;
}
.head_txt04 h6{
font-weight: 100;
font-size: 1.2vw;
text-decoration: underline;
margin-top: 8px;
}

.headund{
position: relative;
z-index: 0;
color: #FFF;
background-color: #F5F5F5;
height:1000px;
}
.batch{
position: absolute;
width:120px;
top:15px;
left:calc(50% + -260px);
z-index: 3;
}
.headund_txt01{
position: absolute;
width: 50%;
top:15px;
left:calc(20% + 10%) ;
text-align: center;
font-size: 20px;
letter-spacing: 0.15em;
z-index: 3;
}
.headund_txt02{
position: absolute;
width: 50%;
top:40px;
left:calc(20% + 10%) ;
text-align: center;
font-size:42px;
letter-spacing: 0.1em;
z-index: 3;
}
.headundbg{
position: absolute;
z-index: 2;
width: 100%;
}
.headundbg img{
width: 100%;
height: 120px;
}
.headundbgline{
position: absolute;
z-index: 1;
border: 1px solid #CCC;
background-color: #FFF;
position: absolute;
height: 810px;
width: 980px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
padding: 140px 0 0 0;
}
.headundbgline iframe{
width: 100%;
height: 100%;
}
.btn_help{
width: 150px;
top:100px;
right: 20px;
position: absolute;
z-index: 8;
}

.btn_eventcv{
width: 500px;
margin: 50px auto 0 auto;
}
.footer{
padding: 50px 0;
text-align: center;
}
.footer p{
width: 690px;
margin: 20px auto;
}
.footer h2{
width: 177px;
margin: 40px auto;
}
.footer h6{
font-size: 12px;
}

/*/////////////////// #Pagetop ///////////////////*/

.fpageTop{
display: none;
position: fixed;
bottom: 5px;
right: 5px;
z-index:50;
background-image:none;
}

.fpageTop a{
	display:block;
	text-align:center;
	width:40px;
	height:40px;
	background-color:#000;
	color:#FFF;
	line-height:110%;
	letter-spacing:2px;
	font-size:10px;
}
.fpageTop span{
    font-size: 16px;
    line-height: 260%;
	
}
.fpageTop a:hover{
	opacity:0.8;
}

.fpageTop2{
display: none;
position: fixed;
bottom: 5px;
right: 5px;
z-index:50;
background-image:none;
}

.fpageTop2 a{
	display:block;
	text-align:center;
	width:40px;
	height:40px;
	background-color:#000;
	color:#FFF;
	line-height:110%;
	letter-spacing:2px;
	font-size:10px;
}
.fpageTop2 span{
    font-size: 16px;
    line-height: 260%;
	
}
.fpageTop2 a:hover{
	opacity:0.8;
}


/*モーダル*/

.content{
    margin: 0 auto;
    padding: 0;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 100;
}
.modal__bg{
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
	z-index: 100;
}
.modal__content{
    background: #fff;
    left: 50%;
    top: 50%;
    padding: 10px 10px 10px 10px;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 980px;
	z-index: 110;
	border-radius: 5px;
}
.js-modal-close{
}
.js-modal-close_ed{
width: 30px;
height: 30px;
position: absolute;
top:10px;
right: 10px;
}
.js-modal-main img{
width: 100%;
height: auto;
}
.modal h2{
font-size: 24px;
font-weight: 100;
text-align: left;
margin-bottom: 10px;
}
.modal h2 span{
font-size: 16px;
font-weight: 100;
text-align: left;
}
.modal h3{
font-size: 14px;
font-weight: 100;
text-align: left;
}

@media screen and (max-width: 1400px) {
.batch{
position: absolute;
width:8%;
top:15px;
left:calc(0% + 29%);
z-index: 3;
}
.headund_txt01{
font-size: 1.4vw;
}
.headund_txt02{
font-size: 3.2vw;
}
}

@media screen and (max-width: 980px) {
.headund{
height:800px;
}
.headundbgline{
height: 730px;
width: 94%;
padding: 0 0 0 0;
position: relative;
overflow:auto; 
-webkit-overflow-scrolling:touch;
}
.headundbgline iframe{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:570px;
    border:none;
    display:block;
}
.headundspace{height: 160px;}
.wrapinnner{margin: 0 15px;}
.wrapinnnersp0{margin: 0 0;}
}

@media screen and (max-width: 768px) {
.pc {display: none;}
.sp {display: block;}
.wrapinnner{margin: 0 15px;}
.wrapinnnersp0{margin: 0 0;}

.header{position: relative;}

.header h1{
position:absolute;
z-index: 1;
}
.header .spmainttl{
position:absolute;
z-index: 2;
background-color: rgba(255,255,255,0.7);
width: 70%;
height: 53%;
top:6%;
}
.header .spmainttl p{
background-color: #C40808;
color: #FFF;padding: 1% 5%;
font-weight: 800;
font-size: 4vw;
}
.header .spmainttl h1{
padding: 5% 5%;
font-weight: 800;
font-size: 4vw;
width: 80%;
position: absolute;
}
.header .spmainttl h3{
padding: 5% 5%;
font-weight: 100;
font-size: 3.5vw;
bottom: 0;
position: absolute;
}
.header .spmainimg01{
position:absolute;
z-index: 3;
width: 53%;
right: 0;
bottom:-1.5%;
}
.head_txt04 a{
width: 70%;
position: absolute;
color: #FFF;
top:59%;
bottom:auto;
left:0;
}
.head_txt04 h4{
}
.head_txt04 h5{
font-weight: 100;
font-size: 3.5vw;
}
.headund{
position: relative;
z-index: 0;
color: #FFF;
height:750px;
}
.batch{
position: absolute;
width: 22%;
top:18px;
left:3%;
}
.headund_txt01{
position: absolute;
width: 70%;
top:2%;
left:28%;
font-size: 3.5vw;
text-align: left;
}
.headund_txt02{
position: absolute;
width: 70%;
top:5%;
left:28%;
font-size: 7vw;
text-align: left;
}
.headundbg{
position: absolute;
z-index: 2;
}
.btn_help{
width: 32%;
top:120px;
right: 20px;
}
.btn_eventcv{
width: auto;
margin: 40px 20px 0 20px;
}
.footer{
padding: 50px 0 80px;
text-align: center;
}
.footer p{
width: auto;
margin: 20px 20px;
}
.footer h2{
width: 177px;
margin: 40px auto;
}
.footer h6{
font-size: 10px;
}

.fpageTop{
display: none;
position: fixed;
bottom: 73px;
right: 5px;
z-index:50;
background-image:none;
}
.footcv{
display: none;
position: fixed;
bottom: 0;
left: 0;
padding: 10px 5% 0;
height: 58px;
width: auto;
z-index: 40;
background: #ccaf71; /* Old browsers */
background: -moz-linear-gradient(45deg,  #ccaf71 0%, #b7965f 35%, #b2905a 57%, #c1a66c 77%, #dbcc8b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #ccaf71 0%,#b7965f 35%,#b2905a 57%,#c1a66c 77%,#dbcc8b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #ccaf71 0%,#b7965f 35%,#b2905a 57%,#c1a66c 77%,#dbcc8b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccaf71', endColorstr='#dbcc8b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.footcv a{display:block;}

/*モーダル*/
.modal__content{
    background: #fff;
    left: 50%;
    padding: 10px 10px 10px 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
	z-index: 110;
}
.js-modal-close{
}
.js-modal-close_ed{
width: 30px;
height: 30px;
position: absolute;
top:10px;
right: 10px;
}
.modal h2{
font-size: 4.5vw;
font-weight: 100;
text-align: left;
}
.modal h2 span{
font-size: 3.5vw;
font-weight: 100;
text-align: left;
}
.modal h3{
font-size: 3vw;
font-weight: 100;
text-align: left;
}

}