@charset "utf-8";

/* 共通パーツ */
html, body{
	width:100%;
	height:100%;
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif;
	-webkit-font-smoothing: antialiased;
}
html{overflow-y: scroll;font-size: 625%;}
body{
	position: relative;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	font-size: .14em;
    line-height: 1.7em;
	font-weight: 400; 
	word-wrap: break-word;
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.font-Serif{font-family: 'Noto Serif JP', serif;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}

.right{text-align: right;}
.caution{font-size: .12rem;}

a:link {color: #bf2542;text-decoration: underline;}
a:visited {color: #bf2542;text-decoration: underline;}
a:hover, .button:hover{cursor: pointer; text-decoration: none; color: #bf2542 !important; opacity:.7;transition: all .3s ease-out;}

img{
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
/*	-webkit-backface-visibility: hidden;*/
}


#wrap{position: relative;width: 100% !important; height:0; margin:0 auto; padding:0;opacity: 0;transition: all 1.6s .25s cubic-bezier(.61, .44, .28, .92);}
#wrap.display{opacity: 1; height:auto;}

section{
    position: relative;
    margin: 0 auto;
    padding: 0;
}

/* ローディング */
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
	overflow: hidden;
	opacity: 1;
    transition: all .5s ease-out;
}
#loading.LoadOut{opacity: 0;}
#loading.LoadOut0{display: none;}
#loading img{
    position: absolute;
    display: block;
    top:50%;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
}

.copyright{
    position: relative;
    margin: 2em auto 1.5em auto;
    font-size: .10rem;
    color: #c94484;
    text-align: center;
}

/* navigation */
.navigation{
	position: fixed;
	top:0;
	left: calc(100% + 20px);
	padding: 0;
	height: 100%;
	width: calc(100% + 20px);
	overflow-y: auto;
	z-index: 1000;
    background: -webkit-linear-gradient(left, #fff4f4 10%, #ffffff);
    background: -o-linear-gradient(left, #fff4f4 10%, #ffffff);
    background: linear-gradient(to right, #fff4f4 10%, #ffffff);
    box-shadow:0px 0px 20px 0px rgba(138,138,138,.6);
	transition: all .3s ease-out;
}
.dispMenu{left: 60px;}
.navigation ul{
	position: relative;
	margin: 80px 0 0 auto;
	padding: 0;
	width: calc(100% - 30px);
}
.navigation ul li{
	position: relative;
	margin: 0;
	padding: 0 0 0 7px;
	text-align: left;
	line-height: 40px;
	border-bottom: solid 1px #eac4d6;
    font-size: .14rem;
    color: #c8427f;
}
.navigation ul li a{
	text-decoration: none !important;
	color: #c8427f !important;
}
/* Twitter */
.navigation ul li a.btn_twi::after{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 15px;
    height: 12px;
    padding-left: 15px;
    background-image: url("../img/btn_twi.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.navigation ul li a.btn_ig::after{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 15px;
    height: 15px;
    padding-left: 15px;
    background-image: url("../img/btn_ig.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.navigation ul li a.btn_tik::after{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 15px;
    height: 15px;
    padding-left: 15px;
    background-image: url("../img/btn_tik.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.btn_menu{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	z-index: 1001;
    background-color: #df4b8d;
    opacity: 0;
    transition: all .8s 4.3s cubic-bezier(.69, .21, .36, .82);
}
.btn_menu.disp{opacity: 1;}
.menuBtn{
	position: relative;
    width: 28px;
    height: 1px;
    background-color: #ffffff;
    margin: 18px auto 0 auto;
	display: block;
    transition: all .3s ease-out;
}
.menuBtn::before{
	position: absolute;
    content: '';
    width: 28px;
    height: 1px;
    background-color: #ffffff;
	top:-9px;
	left: 0;
	display: block;
    transition: all .3s ease-out;
}
.menuBtn::after{
	position: absolute;
    content: '';
    width: 28px;
    height: 1px;
    background-color: #ffffff;
	top:9px;
	left: 0;
	display: block;
    transition: all .3s ease-out;
}
.menuBtn.active{background-color: #df4b8d;}
.menuBtn.active::before{
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.menuBtn.active::after{
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    width: 30px;
}

/* 下層ページヘッダー */
#header{
    position: relative;
    margin: 20px auto 50px auto;
    width: 100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
#header .ttlLogo{
    position: relative;
    margin: 0;
    width: 100px;
    text-align: center;
}
#header .ttlLogo img{width: 50px;}
#header .pageTtl{
    position: relative;
    margin: 0;
    width: calc(100% - 105px);
}
#header .pageTtl h2{
    position: relative;
    width: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
    border-bottom: solid 2px #0d399e;
}
.opinion #header .pageTtl h2{
    height: 38px;
	background-size: auto 18px;
    background-image: url("../img/ttl_opinion.svg");
}
.comment #header .pageTtl h2{
    height: 38px;
	background-size: auto 18px;
    background-image: url("../img/ttl_comment.svg");
}
.news #header .pageTtl h2{
    height: 38px;
	background-size: auto 18px;
    background-image: url("../img/ttl_news.svg");
}
.ticket #header .pageTtl h2{
    height: 40px;
	background-size: auto 20px;
    background-image: url("../img/ttl_ticket.svg");
}
.theater #header .pageTtl h2{
    height: 40px;
	background-size: auto 20px;
    background-image: url("../img/ttl_theater.svg");
}
.media #header .pageTtl h2{
    height: 40px;
	background-size: auto 20px;
    background-image: url("../img/ttl_media.svg");
}

/* モーダル */
.opwin {
	position: fixed;
	top:0;
	left: -20px;
	width: calc(100% + 40px);
	height: 100%;
	text-align: center;
	z-index: 10000;
    background-color: rgba(255,255,255,.98);
	opacity: 0;
	display: none;
	overflow-y: auto;
}
.close_win {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
 }
.close {
	position: fixed;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	z-index: 10002;
    transition: all .1s 0s cubic-bezier(.69, .21, .36, .82);
}
.modal {
	position: relative;
	margin: 0 auto;
	text-align: left;
	z-index: 10001;
}
.modal section{
	position: relative;
	margin: 0 auto;
}
.modal section div.Box{
    position: relative;
    margin: -14% auto 0 auto;
}
.modal section div.BoxInner{
    position: relative;
    margin: 0 auto 30px auto;
    width: calc(100% - 50px);
}

.sp{ display: block; }
.pc{ display: none; }


/* ----- pc ----- */
@media screen and (min-width: 641px) {

	.sp{ display: none; }
	.pc{ display: block; }
    
    body{font-size: .16em;}
	
	#wrap{min-width: 1200px;}
    
    .copyright{
        position: relative;
        margin: 20px auto 15px auto;
        font-size: .08rem;
        text-align: center;
    }
    
    
    .dispMenu{left: 60%;}
    .navigation ul{
        margin: 120px 0 0 auto;
        width: calc(100% - 50px);
    }
    .navigation ul li{
        text-align: left;
        line-height: 60px;
        font-size: .16rem;
    }
    /* Twitter */
    .navigation ul li a.btn_twi::after{
        width: 18px;
        height: 15px;
        padding-left: 22px;
    }
	.navigation ul li a.btn_ig::after{
        width: 18px;
        height: 18px;
        padding-left: 22px;
    }

    /* 下層ページヘッダー */
    #header{margin: 50px auto 80px auto;}
    #header .ttlLogo{width: 200px;}
    #header .ttlLogo img{width: 100px;}
    #header .pageTtl{width: calc(100% - 250px);}
    .opinion #header .pageTtl h2{
        height: 58px;
        background-size: auto 35px;
    }    .comment #header .pageTtl h2{
        height: 58px;
        background-size: auto 25px;
    }
    .news #header .pageTtl h2{
        height: 58px;
        background-size: auto 25px;
    }
    .ticket #header .pageTtl h2{
        height: 60px;
        background-size: auto 35px;
    }
    .theater #header .pageTtl h2{
        height: 60px;
        background-size: auto 35px;
    }    
	 .media #header .pageTtl h2{
        height: 60px;
        background-size: auto 35px;
    }    
    
    /* モーダル */
    .opwin {min-width: 1300px;}
    .close:hover {
        cursor: pointer;
        transform: rotate(90deg);
    }
    .modal section div.Box{margin: -6.6% auto 0 auto;}
    .modal section div.BoxInner{
        min-width: 960px;
        margin: 0 auto 70px auto;
        width: 80%;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
}
