﻿@charset "UTF-8";

@media print, screen and (min-width: 960px) {


/* common */

body{
	font-size: 62.5%;
	font-feature-settings: "palt";
	letter-spacing: inherit;
}

main{
	background-image: url(../img/bg.jpg);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

ul{
	list-style: none;
}

a{
	text-decoration: none;
}

img{
	width: 100%;
}

.forSp{
	display: none;
}

.bg-a{
	background-color: rgba(255,241,0,0.85);
	padding-top: 60px;
	padding-bottom: 72px;
	text-align: center;
	color: #172a88;
}

.section-title{
	font-size: 6.4rem;
	font-family: 'Heebo', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
    transform: scale(0.75, 1);
	letter-spacing: 0.075em;
	margin-bottom: 40px;
}

.bg-b{
	background-color: rgba(255,255,255,0.8);
	padding-top: 72px;
	padding-bottom: 100px;
	text-align: center;
	color: #172a88;
}

.bg-c{
	background-color: rgba(25,40,135,0.8);
	padding-top: 60px;
	padding-bottom: 72px;
	text-align: center;
	color: #fff;
}


/* header */

header{
	background-color: rgba(40,40,40,0.9);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}

.nav_h1{
	width: 154px;
	margin-top: 7px;
	transition: ease 0.3s;
}

.nav_h1:hover{
	cursor: pointer;
	opacity: 0.8;
}

.nav-item{
	font-family: 'Oswald', sans-serif;
	font-size: 1.6rem;
	transition: ease 0.3s;
}

.nav-item:nth-child(6)>a{
    color: yellow;
}

.nav-item:hover{
	cursor: pointer;
	opacity: 0.8;
}

.nav-item>a{
	color: #fff;
}

.nav-item>a>i{
	font-size: 1.4rem;
}

.nav-pc{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	max-width: 960px;
	height: 67px;
	margin: 0 auto;
	align-items: center;
}

.nav-list{
	display: flex;
	display: -webkit-flex;
	justify-content: -webkit-space-between;
	justify-content: space-between;
	width: 600px;
}

/* top */

.mv{
	margin-top: 67px;
	background-image: url(../img/bg-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-top: 5%;
	padding-bottom: 12%;
}

.mv-img{
	width: 70%;
	margin: 0 auto;
}

.act-box{
	width: 65%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-wrap: wrap;
}

.act-item{
	width: 47%;
	margin-bottom: 16px;
	position: relative;
	transition: all 0.5s;
}

.act-item>a{
	display: block;
}


.popup{

}

.new{
	width: 100px;
	position: absolute;
	left: 5%;
	bottom: 0;
}

.act-item:hover{
	opacity: 0.9;
}


/* youtube popup */

.popup {
	display: none;
}

.popup.clicked{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ticket */

.ticket-list{
	margin-bottom: 32px;
}
.ticket-item{
	font-size: 1.8rem;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 360px;
	margin: 0 auto 24px;
	align-items: center;
}

.ticket-item>span{
	display: block;
	font-size: 2.0rem;
	background-color: #172a88;
	padding: 8px 24px 4px;
	color: #fff;
}

.t_text{
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 24px;
}
.t_text>span{
	display: block;
}

.onsale{
	font-size: 2.0rem;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
	letter-spacing: 0.075em;
	margin-bottom: 32px;
	line-height: 1.4;
}

.onsale>.date{
	font-size: 1.4rem;
	margin-right: 6px;
}

.onsale_text{
	display: block;
	font-size: 2.0rem;
}


.onsale_text>span{
	font-size: 2.0rem;
}

.btn-eplus{
	display:block;
	width: 360px;
	margin:0 auto;
	background-color: #fff;
	padding: 2px;
	border-radius: 5px;
	transition: all 0.5s;
}

.btn-eplus:hover{
	opacity: 0.8;
}

.btn-eplus-inner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	border: #e85298 solid 1px;
	border-radius: 3px;
	padding: 12px 18px;
	vertical-align: middle;
}

.fa-angle-double-right{
	display: block;
	font-size: 2.4rem;
	color: #e85298;
}

.btn-logo{
	display: block;
	width: 200px;
	height: 100%;
}

/* access */

.bigcat{
	font-size: 2.0rem;
	margin-bottom: 16px;
}

.address{
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.address>span{
	font-size: 1.2rem;
	margin: 0 8px;
}

/* info */

.info-text{
	font-size: 2.0rem;
	line-height: 1.6;
	margin-bottom: 48px;
}

.info-text>span{
	display: block;
	font-size: 1.6rem;
}

.btn-info{
	display: block;
	background-color: #fff;
	width: 300px;
	margin: 0 auto;
	padding: 2px;
	border-radius: 5px;
	transition: all 0.5s;
}

.btn-info-inner{
	display: block;
	border: #172a88 1px solid;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 2.2rem;
	color: #172a88;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
	padding: 6px 18px 3px;
	letter-spacing: 0.075em;
}

.btn-info:hover{
	opacity: 0.8;
}

/* history */

.history{
	padding: 32px 0;
	background-color: rgba(255,255,255,0.8);
}
.history-list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 472px;
	margin: 0 auto;
}

.history-item{
	transition: all 0.4s;
}

.history-item:hover{
	opacity: 0.8;
}

/* footer */

footer{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-bottom: 120px;
}

.produce{
	padding-top: 56px;
}

.link-list{
	width: 600px;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.link-item{
	transition: all 0.4s;
}

.link-item:hover{
	opacity: 0.8;
}

.credit-list{
	line-height: 1.6;
	font-size: 1.0rem;
	margin-bottom: 30px;
}


.credit-item>p{
	display: inline;
}

small{
	font-size: 0.8rem;
}


}

@media screen and (max-width: 959px) {


/* common */	

body{
	font-size: 62.5%;
	font-feature-settings: "palt";
	letter-spacing: inherit;
}

main{
	background-image: url(../img/bg.jpg);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a{
	text-decoration: none;
}

img{
	width: 100%;
}

ul{
	list-style: none;
}
.forSp{
	display: block;
}
.forPc{
	display: none;
}

.bg-a{
	background-color: rgba(255,241,0,0.85);
	padding-top: 48px;
	padding-bottom: 72px;
	text-align: center;
	color: #172a88;
}

.section-title{
	font-size: 4.0rem;
	font-family: 'Heebo', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
    transform: scale(0.75, 1);
	letter-spacing: 0.075em;
	margin-bottom: 30px;
}

.bg-b{
	background-color: rgba(255,255,255,0.8);
	padding-top: 48px;
	padding-bottom: 58px;
	text-align: center;
	color: #172a88;
}

.bg-c{
	background-color: rgba(25,40,135,0.8);
	padding-top: 48px;
	padding-bottom: 72px;
	text-align: center;
	color: #fff;
}

/* top */

.mv{
	margin-top: 45px;
	background-image: url(../img/bg-top_sp.png);
	background-size: cover;
	background-position: top center;
	padding-top: 13%;
	padding-bottom: 15%;
}

.mv-img{
	width: 90%;
	margin: 0 auto 20px;
}

.forSp>.act-box{
	width: 78%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-wrap: wrap;
}

.act-item{
	width: 50%;
	margin-bottom: 20px;
	position: relative;
	transition: all 0.5s;
}

.new{
	width: 25px;
	position: absolute;
	left: 6%;
	bottom: 2%;
}

/* ticket */

.ticket-list{
	margin-bottom: 32px;
}
.ticket-item{
	font-size: 1.6rem;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto 24px;
	align-items: center;
}

.ticket-item>span{
	display: block;
	font-size: 1.6rem;
	background-color: #172a88;
	padding: 8px 24px 4px;
	color: #fff;
}

.t_text{
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 24px;
}
.t_text>span{
	display: block;
}

.onsale{
	font-size: 2.0rem;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
	letter-spacing: 0.075em;
	margin-bottom: 32px;
	line-height: 1.6;
}

.onsale>.date{
	font-size: 1.4rem;
	line-height: 1.6;
	margin-right: 6px;
}

.onsale_text{
	display: block;
	font-size: 1.8rem;
	line-height: 1.4;
}

.onsale_text>span{
	display: block;
	font-size: 1.8rem;
}

.btn-eplus{
	display:block;
	width: 300px;
	margin:0 auto;
	background-color: #fff;
	padding: 2px;
	border-radius: 5px;
	transition: all 0.5s;
}

.btn-eplus:hover{
	opacity: 0.8;
}

.btn-eplus-inner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	border: #e85298 solid 1px;
	border-radius: 3px;
	padding: 10px 18px;
	vertical-align: middle;
}

.fa-angle-double-right{
	display: block;
	font-size: 1.8rem;
	color: #e85298;
}

.btn-logo{
	display: block;
	width: 180px;
	height: 100%;
}

/* access */

.bigcat{
	font-size: 1.8rem;
	margin-bottom: 16px;
}

.address{
	font-size: 1.2rem;
	margin-bottom: 20px;
	line-height: 1.6;
}

.address>span{
	font-size: 1.2rem;
	display: block;
}
/* info */

.info-text{
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 30px;
}

.info-text>span{
	display: block;
	font-size: 1.3rem;
}

.btn-info{
	display: block;
	background-color: #fff;
	width: 300px;
	margin: 0 auto;
	padding: 2px;
	border-radius: 5px;
	transition: all 0.5s;
}

.btn-info-inner{
	display: block;
	border: #172a88 1px solid;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 1.8rem;
	color: #172a88;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
	padding: 8px 18px 4px;
	letter-spacing: 0.075em;
}

.btn-info:hover{
	opacity: 0.8;
}

/* history */

.history{
	padding: 32px 0;
	background-color: rgba(255,255,255,0.8);
}
.history-list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}

.history-item{
	width: 60px;
	transition: all 0.4s;
}

/* footer */

footer{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-bottom: 120px;
}

.produce{
	padding-top: 56px;
}

.link-list{
	width: 90%;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	flex-wrap: wrap;
}

.link-item{
	transition: all 0.4s;
}

.link-item:hover{
	opacity: 0.8;
}

.credit-list{
	line-height: 1.6;
	font-size: 1.0rem;
	margin-bottom: 30px;
}

.credit-item>span{
	display: block;
}


small{
	font-size: 0.8rem;
}














/* nav sp ---------------------------------------------*/

/* nav sp ---------------------------------------------*/

#navsp {
	position:fixed;
	left: 0;
	top: 0;
	width:100%;
	height: 39px;
	background-color:rgba(38,38,38,0.7);
	z-index:100;
	display: -webkit-flex;
	display: flex;
	justify-content: -webkit-space-between;
	justify-content: space-between;
	padding-top: 6px;
}

#navsp h1 {
	width:150px;
	margin-left: 10px;
}
#navsp h1 a {
	display:block;
}
#navsp .btnFb {
	display:none;
}
#navsp .btnContact {
	display:none;
}
#navsp #navgToggle {
	position: relative;
	display:block;
	width: 30px;
	height: 20px;
	margin-top: 5px;
	margin-right: 10px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	width: 30px;
	-webkit-tap-highlight-color: rgba(38,38,38,0.9);
}
.menu-trigger span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border-radius: 0;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/* navG */
/* --------------------------------------------------------------------------- */
#navG {
	display:none;
	position:fixed;
	left:0;
	top: 45px;
	background-color:rgba(38,38,38,0.7);
	width: 100%;
	z-index: 100;
}

.nav-list{
	box-sizing: border-box;
	width:100%;
	padding: 24px 20px;
	display: -webkit-flex;
	display: flex;
	justify-content: -webkit-space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nav-item{
	font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;
	margin-bottom: 16px;
}

.nav-item>a{
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
}

.fa-angle-right{
    display: inline;
	font-size: 1.4rem;
	color: #fff;
	margin-left: 16px;
}

/* ナビ個別 */

.top{
	width: 33%;
}
.act_n{
	width: 33%;
}
.ticket{
	width: 33%;
}
.access{
	width: 33%;
}
.info{
	width: 33%;
}

.special{
    width: 33%;
}

.special>a{
    color: yellow;
}

.sns{
	width: 20%;
	margin: 0 auto;
}
.sns>a>i{
	font-size: 1.6rem;
}



}





/* max-width: 767px */


@media print, screen and (min-width: 959px) {
/* pc/sp */
/* --------------------------------------------------------------------------- */


.forPci {
	display:inline !important;
}
.forSpi {
	display:none !important;
}

}



/* min-width: 768px */
@media screen and (max-width: 959px) {
/* pc/sp */
/* --------------------------------------------------------------------------- */
.forPc {
	display:none !important;
}
.forPci {
	display:none !important;
}
.forSpi {
	display:inline !important;
}


}



/* min-width: 768px */

/* cf */
/* --------------------------------------------------------------------------- */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: block;
}




