@charset "UTF-8";


@media screen and (min-width: 901px) {
	body.navfixed {
		padding-top: 92px;
	}
	.fixed {
        position: fixed;
        top: 0;
        display: none;
        margin-top: 0;
        z-index: 999;
    }
	.fixed #svg-bg {
        display: none;
    }

    .fixed #logo {
        top: 10px;
    }
	.fixed #navi {
        position: relative;
        overflow: hidden;
        top: 100px;
        z-index: 100;
        font-size: 12px;
        font-weight: 700;
        padding: 10px;
        text-shadow: initial;
    }
	/* :target:before {
        content: "";
        display: block;
        height: 180px;
        margin: -180px 0 0;
    } */
    /*  2018.03.33 add */
    #top-section1 p {
        font-size: 18px;
    }
    #section-bnr .span_4 p{
        padding: 0 6px 0 0;
    }
}

#headback .container {
	position: relative;
	max-width: 100%;
	background: #ffffff;
	z-index: 100;
}

#headback .headWrap {
	max-width: 1200px;
	margin: 0 auto 0;
	overflow: hidden;
/*	padding-bottom: 10px;*/
}
#headback::after {
	content: " ";
	display: block;
	height: 85px;
	width: 100%;
	background: url(../images/common/bg_header_01.png) top center no-repeat;
	background-size: cover;
	position: absolute;
	top: 78px;
	left: 0;
	z-index: 10;
}
@media screen and (max-width: 900px) {
	#headback::after {
		top: 56px;
		background-size: 100%;
	}
    #section-bnr .span_4 p {
        padding: 10px 6px 10px 0;
    }
    #section-bnr {
        padding: 40px 0;
        height: auto;
    }
}

@media screen and (max-width: 900px) {
	#headback .headWrap {
		width: 100%;
	}
}
@media screen and (min-width: 901px) {
	#headback2 {
        display: none;
    }
	#home .fixed #headback {
        height: 145px;
        width: 100%;
        background-color: #FFFFFF;
        border-bottom: 40px solid #999999;
    }

    #sec .fixed #headback {
        height: 145px;
        width: 100%;
        background-color: #FFFFFF;
        border-bottom: 40px solid #999999;
    }
}
@media screen and (max-width: 900px) {
	 #headback {
        height: 60px;
        width: 100%;
        background-color: #FFFFFF;
        z-index: 100;
        position: relative;
    }
	#headback2 {
        height: 60px;
        width: 100%;
        background-color: #FFFFFF;
        position: fixed;
        z-index: 10;
        top: 0;
    }
	#home #headback,
	#headback {
		height: 60px;
		z-index: 999;
	}
	#home #headback2,
	#headbac2 {
		height: 60px;
		z-index: 998;
	}
	#headback .container {
		position: fixed;
		z-index: 1000;
		height: 58px;
	}
}

#logo,
#ticket {
	position: static;
	top: 0;
	float: left;
}

#logo {
	margin-right: 34px;
}

#ticket {
	width: 141px;
	margin-top: 2.2%;
}

#ticket img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 901px) {
	#logo {
		margin-top: 12px;
	}
}



@media screen and (max-width: 900px) {
	#logo {
		width: 60px;
		margin-top: 6px;
		margin-right: 20px;
	}
	#ticket {
		width: 100px;
		height: auto;
		margin-top: 14px;
	}
	#ticket a {
		display: block;
		line-height: 0;
	}
}

@media screen and (max-width: 374px) {		/* 2019.10.16.add - for iphone SE */
	#ticket {
		width: 90px;
	}
}
#subnavi {
	position: static;
	float: right;
	margin-top: 2.5%;
}

@media screen and (max-width: 900px) {
	#subnavi {
		float: left;
		margin-top: 14px;
		margin-left: 10px;
	}
}

#headBg {
	display: block;
	position: absolute;
	top: 98px;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	        transform: translate(-50%);
	z-index: 99;
}

@media screen and (min-width: 901px) {
	#headBg {
		top: 78px;
		min-width: 1600px;
	}
}
@media screen and (max-width: 900px) {
	#headBg {
		top: 57px;
	}
}

#gnavi {
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	z-index: 100;
    text-align: center;
}

@media screen and (max-width: 900px) {
	#gnavi {
		display: none;
	}
}

#gnavi ul {
	max-width: 1110px;
	margin: 0 auto;
}

#gnavi li {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}

#gnavi li:hover::after {
    content: " ";
	display: block;
    width: 12px;
    height: 7px;
	position: absolute;
	left: 50%;
	bottom: -12px;
	margin-left: -3.5px;
	background: url(../images/common/arrow_gnavi_hover.png) 0 0 no-repeat;
}

#gnavi li a {
	display: inline-block;
	height: 25px;
	text-indent: -9999px;
	background-position: top center;
	background-repeat: no-repeat;
}

#gnavi .gnavi01 a {
	width: 95px;
	background-image: url(../images/common/btn_gnavi_01_off.png);
}

#gnavi .gnavi01 a:hover {
	background-image: url(../images/common/btn_gnavi_01_on.png);
}

#gnavi .gnavi02 a {
	width: 59px;
	background-image: url(../images/common/btn_gnavi_02_off.png);
}

#gnavi .gnavi02 a:hover {
	background-image: url(../images/common/btn_gnavi_02_on.png);
}

#gnavi .gnavi03 a {
	width: 95px;
	background-image: url(../images/common/btn_gnavi_03_off.png);
}

#gnavi .gnavi03 a:hover {
	background-image: url(../images/common/btn_gnavi_03_on.png);
}

#gnavi .gnavi04 a {
	width: 106px;
	background-image: url(../images/common/btn_gnavi_04_off.png);
}

#gnavi .gnavi04 a:hover {
	background-image: url(../images/common/btn_gnavi_04_on.png);
}

#gnavi .gnavi05 a {
	width: 95px;
	background-image: url(../images/common/btn_gnavi_05_off.png);
}

#gnavi .gnavi05 a:hover {
	background-image: url(../images/common/btn_gnavi_05_on.png);
}

#gnavi .gnavi06 a {
	width: 95px;
	background-image: url(../images/common/btn_gnavi_06_off.png);
}

#gnavi .gnavi06 a:hover {
	background-image: url(../images/common/btn_gnavi_06_on.png);
}

#gnavi .gnavi07 a {
	width: 108px;
	background-image: url(../images/common/btn_gnavi_07_off.png);
}

#gnavi .gnavi07 a:hover {
	background-image: url(../images/common/btn_gnavi_07_on.png);
}

#gnavi .gnavi08 a {
	width: 122px;
	background-image: url(../images/common/btn_gnavi_08_off.png);
}

#gnavi .gnavi08 a:hover {
	background-image: url(../images/common/btn_gnavi_08_on.png);
}

#home .fixed #headback {
	border-bottom-width: 0;
}

.fixed #headback .headWrap {
	margin-bottom: 0;
}

.fixed #headBg {
	display: none;
}

.fixed #gnavi {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	padding-top: 18px;
	background-color: #999999;
}
.fixed #headback::after {
	background: #fff;
	height: 40px;
}

.fixed #gnavi ul {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.drawer--right .drawer-nav {
	right: -100%;
}

.drawer-navbar .drawer-nav {
	margin-top: 54px;
	border-top: 15px solid #ffffff;
}

.drawer-nav {
	width: 100%;
	z-index: 1000;
}

#headerSpBtn {
	top: 19px;
	right: 16px;
	width: 15px;
	height: 16px;
	padding: 0;
	background: url(../images/common/btn_header_03_off.png) top center no-repeat;
	background-size: 100% 100%;
	z-index: 999;
}

@media screen and (max-width: 900px) {
	.drawer-container,
	#headerSpBtn {
		display: block;
	}
}

.drawer-open #headerSpBtn {
	background-image: url(../images/common/btn_header_03_on.png);
}



/*hover*/

@media screen and (min-width: 901px) {
	.btn-alpha {
		-webkit-transition: ease-out .2s opacity;
		-o-transition: ease-out .2s opacity;
		transition: ease-out .2s opacity;
	}
	.btn-alpha:hover {
		opacity: .7;
	}

}
