@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap');
html, body {
    height: 100%;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    line-height: 2.0;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 1.8em;
    text-align: center;
    background: url("images/bg_line.jpg") no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    background-color: #161e25;
    color: #eeeeee;
	word-break: break-all;
}
.content {
    margin: 30px 30px 30px;
    background: #070404;
}
.mv {
    background: url("images/bg_mv-min.jpg") no-repeat center top;
    background-size: cover;
    margin: 0;
    box-sizing: border-box;
    height: calc(100vh - 30px);
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.mv h1 {
    max-width: 800px;
}
h1, h2, h3, p, dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0;
}
p {
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: 0;
    margin-bottom: 16px;
    text-align: left;
    font-weight: normal;
    box-sizing: border-box;
}
a, a:visited {
    color: #ffffff;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
img {
    width: 100%;
    vertical-align: bottom;
}
a img {
    transition: 0.4s;
}
a:hover img {
    opacity: 0.8;
}
.smart_on {
    display: none;
}
.smart_kaigyou {
    display: none;
}
.smart_off {
    display: block;
}
.ticket_button {
    position: fixed;
    bottom: 20px;
    margin: 0;
    width: 100%;
    font-size: 18px;
    z-index: 10;
    padding: 0 20px;
    box-sizing: border-box;
}
.ticket_button a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    max-width: 400px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px;
    border-radius: 10px;
    display: inline-block;
    background: url("images/to_right@2x.png") no-repeat #D84B8C 30px center;
    background-size: 25px;
}
.ticket_button a:hover {
    background-color: #404793;
}
.ticket_button a i {
    font-size: 16px;
}
a.scroll {
    position: absolute;
    bottom: 0;
    left: calc(50% - 23px);
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 60px;
    font-size: 14px;
    color: #ffffff;
}
a.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}
a.scroll span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
a.scroll span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    box-sizing: border-box;
}
a.scroll em {
    font-style: normal;
    text-shadow: 0 0 3px #000000;
}
@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
#top-head {
    width: 100%;
    height: 115px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 60px;
    line-height: 1;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}
#top-head a, #top-head {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
#top-head a:hover {
    color: #f8e2e1;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    margin-top: 24px;
    width: 99px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 35px;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#global-nav ul li {
    float: left;
    padding: 0 0 14px;
    margin: 0 15px;
    font-weight: bold;
}
#global-nav ul li:last-child {
    margin-right: 0;
}
#global-nav ul li.current {
    border-bottom: 1px solid #f8e2e1;
}
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
.wrapper {
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0;
}
h2 {
    color: #ffffff;
    font-size: 26px;
    letter-spacing: 0.05em;
    padding: 20px 0;
    margin-top: 60px;
    margin-bottom: 50px;
    position: relative;
    background: -webkit-linear-gradient(0deg, #404793, #D84B8C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	line-height: 1.3;
}
h2:before, h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#404793), to(#D84B8C));
    background: -moz-linear-gradient(left, #404793, #D84B8C);
    background: linear-gradient(left, #404793, #D84B8C);
    position: absolute;
}
h2:before {
    top: -6px;
}
h2:after {
    bottom: -6px;
}
.information {
    padding: 0 60px 0;
    box-sizing: border-box;
    color: #eee;
}
.information p, .information ul li, .information ol li {
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: 0;
    margin-bottom: 16px;
    text-align: left;
    font-weight: normal;
}
.information p {
    padding: 0 20px;
}
.information ul li, .information ol li {
    padding: 0 20px 0 0;
    margin-left: 40px;
}
.information ul {}
h3 {
    color: #ffffff;
    background: #111111;
    border-left: #D84B8C 4px solid;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 10px 20px;
    text-align: left;
    margin: 50px 0 20px;
    position: relative;
}
h3:before {
    content: "";
    display: block;
    height: 100%;
    width: 6px;
    background: -webkit-gradient(linear, left top, right bottom, from(#404793), to(#D84B8C));
    background: -moz-linear-gradient(left, #404793, #D84B8C);
    background: linear-gradient(left, #404793, #D84B8C);
    position: absolute;
    left: -4px;
    top: 0;
}
p.tr {
    text-align: right;
}
p.tc {
    text-align: center;
}
.catch {
    background: url("images/sub-min.jpg") no-repeat center bottom;
    background-size: 640px;
    min-height: 920px;
    margin: 0;
    box-sizing: border-box;
}
.catch h2 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #D84B8C;
    font-weight: 900;
    background: -webkit-linear-gradient(0deg, #404793, #D84B8C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}
.catch h2::before, .catch h2::after {
    display: none;
}
.catch p {
    padding: 0 80px;
    font-size: 17px;
    background: -webkit-linear-gradient(0deg, #404793, #D84B8C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stage_info {
    padding: 0 0 40px;
}
.stage_info h1 {
    width: 500px;
    margin: 0 auto;
}
.stage_info p {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    background: -webkit-linear-gradient(0deg, #404793, #D84B8C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info {
    font-size: 20px;
    letter-spacing: 0.05em;
    position: relative;
    line-height: 1.4;
    text-align: center;
    background: -webkit-linear-gradient(0deg, #404793, #D84B8C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}
.info em {
    font-style: normal;
    font-size: 30px;
}
.info span {
    display: block;
    margin-top: -5px;
}
table.timetable {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 20px;
    border: 2px solid #D84B8C;
    font-size: 15px;
    text-align: center;
    border-collapse: collapse;
}
table.timetable td, table.timetable th {
    border: 1px dashed #D84B8C;
    padding: 8px 0;
    width: 33.333%;
}
table.timetable th {}
ul.kome {
    display: inline-block;
    margin: 0 auto;
    list-style-type: none;
    width: 100%;
    max-width: 500px;
}
ul.kome li {
    text-align: left;
    font-size: 13px;
    line-height: 1.8em;
    margin-left: 13px;
}
ul.kome li:before {
    content: "※";
    margin-left: -1em;
}
ul.actor_list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 20px;
    list-style-type: none;
}
.actor {
    margin-bottom: 20px;
    padding: 0 5px;
    box-sizing: border-box;
}
.actor.l {
    width: 40%;
}
.actor.m {
    width: 25%;
    margin-bottom: 20px;
}
.actor p.name {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
}
.ticket_info {
    max-width: 500px;
    margin: 0 auto;
}
p.ticket_price {
    max-width: 500px;
    font-size: 20px;
    margin: 0 auto 20px;
    line-height: 1.1;
}
p.ticket_price span {
    font-size: 14px;
}
.super_premium {
    position: relative;
    padding: 20px;
    max-width: 500px;
    margin: 0 auto 20px;
    ;
    border-radius: 10px;
    box-sizing: border-box;
    background: #222;
}
.super_premium::before {
    content: '';
    position: absolute;
    left: 25px;
    top: -8px;
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #222;
    border-left: 10px solid transparent;
}
.super_premium h3 {
    margin: 0 0 5px;
    background: none;
    border: none;
    padding: 0;
    color: #bbb;
    font-size: 15px;
}
.super_premium ul li {
    color: #bbb;
    font-size: 15px;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 5px;
}
.super_premium h3::before {
    display: none;
}
.nursery {
    max-width: 500px;
    margin: 0 auto;
}
.nursery p {
    font-size: 16px;
    line-height: 2.0;
}
.nursery ul li {
    padding: 0 20px 0 0;
    margin-left: 20px;
    font-size: 16px;
    line-height: 2.0;
    text-align: left;
    margin-bottom: 5px;
}
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h3.place {
    background-color: transparent;
    text-align: center;
    font-size: 28px;
    padding: 30px 0;
    border: none;
    margin: 20px 0;
    line-height: 1;
}
h3.place::before {
    display: none;
}
h3.place span {
    font-size: 16px;
    font-weight: normal;
}
p.kome {
    font-size: 13px;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0;
}
.content_box {
    max-width: 500px;
    margin: 0 auto;
}
p.yonebanashi {
    padding: 0 80px;
}
footer {
    margin-top: 100px;
}
footer p {
    text-align: center;
    font-size: 10px;
}
h4 {
	font-size: 18px;
	text-align: left;
	color: #D84B8C;
	border-bottom: 1px solid #D84B8C;
	box-sizing: border-box;
	padding: 10px 5px;
	margin: 20px 0;
}
h2#postpone {
	background: -webkit-linear-gradient(0deg, #fff, #fff);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align: left;
	line-height: 1.5;
	font-size: 28px;
}
h2#postpone:before, h2#postpone:after {
	display: none;
}
p.cast_text {
	text-align: center;
    font-size: 19px;
    line-height: 1.5;
}
.to_top {
	background-color: #D84B8C;
	height: 44px;
	width: 44px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 3
}
.to_top a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 100%;
}
.to_top a:hover {
	opacity: 0.7;
}

.smart-on {
	display: none;
}
.smart-off {
	display: block;
}
hr.dot {
	border: none;
	background-color: #666666;
	border-width: 1px 0 0 0;
	border-top: dotted;
	border-color: black;
	margin: 30px 0;
}
.border_box {
	border: 1px solid #666;
	padding: 30px;
	margin: 30px 0;
}
p.kome.mb16 {
	margin-bottom: 16px;
}
.information ul.list_m0 li {
	margin-bottom: 0;
}
span.f20 {
	font-size: 20px;
}
p.kome2 {
    font-size: 15px;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0;
}
dl.attention {
	max-width: 500px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 1.3;
	padding: 0 10px;
}
dl.attention dt {
	width: 120px;
	font-weight: bold;
}
dl.attention dd {
	width: calc(100% - 120px);
	margin-bottom: 30px;
}
.wrapper.news_top {
	padding-top: 60px;
	margin-top: 30px;
}
p.to_index {
	text-align: center;
	margin-top: 100px;
}
@media screen and (max-width: 1080px) {
    .smart_on {
        display: block;
    }
    .smart_off {
        display: none;
    }
    body::before {
        content: "";
        display: block;
        position: fixed;
        top: 56px;
        left: 0;
        -webkit-transform: translate3d(0, 0, -1px);
        transform: translate3d(0, 0, -1px);
        width: 100%;
        height: 100vh;
        height: 100vh;
        background: url(images/bg_line.jpg) center -56px no-repeat;
        -webkit-background-size: cover;
        z-index: 1;
    }
    .mv {
        z-index: 2;
    }
    .sp-slides-container {
        margin-top: 56px;
    }
    #top-head .logo {
        float: none;
        position: absolute;
        top: 50%;
        margin-top: -12.5px;
        left: 50%;
        margin-left: -49.5px;
    }
    #top-head, .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
        background: url(images/bg_line.jpg) no-repeat center top;
        background-attachment: fixed;
        background-size: cover;
    }
    #mobile-head::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transform: translate3d(0, 0, -1px);
        transform: translate3d(0, 0, -1px);
        width: 100%;
        height: 56px;
        background: url(images/bg_line.jpg) center top no-repeat;
        -webkit-background-size: cover;
    }
    #top-head.fixed .logo, #top-head .logo {
        position: absolute;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background-color: #D84B8C;
        width: 100%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        margin-right: 0;
    }
    #global-nav ul li {
        float: none;
        position: static;
        margin: 0;
        padding: 18px 0;
        color: #fff;
        border-bottom: 1px solid #c72e75;
    }
    #global-nav ul li:last-child {
        margin-right: 0;
    }
    #global-nav ul li.current {
        border-bottom: 1px solid #D84B8C;
    }
    #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #ffffff;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    .content {
        margin: 56px 15px 15px;
        position: relative;
        z-index: 3;
    }
    .mv h1 {
        padding: 0 10px;
    }
    .mv::after {
        bottom: -4px;
        height: 15px;
    }
    .wrapper {
        margin-top: 0;
        padding: 0 10px;
        box-sizing: border-box;
        position: relative;
        z-index: 3;
        background: #070404;
    }
    h2 {
        margin: 40px 0 30px;
        font-size: 18px;
        letter-spacing: 0.03em;
    }
    .information {
        padding: 0 10px;
    }
    .information p, .information ul li {
        line-height: 1.9;
    }
    .information p {
        padding: 0 10px;
    }
    .information ul li {
        padding: 0 10px 0 0;
        margin-left: 30px;
    }
    h3 {
        margin: 30px 0 20px;
    }
    .catch {
        background-image: none;
        min-height: inherit;
    }
    .catch h2 {
        font-size: 24px;
    }
    .catch p {
        padding: 0 10px;
        font-size: 16px;
        line-height: 1.8;
    }
    .stage_info {
        padding: 0 0 30px;
    }
    .stage_info h1 {
        width: 100%;
    }
    ul.kome {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .actor {
        padding: 0 2px;
        margin-bottom: 0;
    }
    .actor.l {
        width: 50%;
    }
    .actor.m {
        width: 33.33333%;
        margin-bottom: 0px;
    }
    .info_set {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .ticket_info {
        padding: 0 10px;
    }
    .nursery {
        padding: 0 10px;
    }
    .nursery p {
        line-height: 1.9;
    }
    .nursery ul {
        margin-bottom: 11px;
    }
    .nursery ul li {
        line-height: 1.9;
    }
    h3.place {
        padding: 20px 0;
    }
    .content_box {
        padding: 0 10px;
    }
    p.yonebanashi {
        padding: 0 20px;
    }
    footer {
        margin-top: 50px;
    }
	.actor p.name {
		font-size: 18px;
	}
	h2#postpone {
		font-size: 23px;
	}
	.to_top {
		display: none;
	}
	.border_box {
		padding: 30px 10px;
	}
}
.information ul.goods_list {
margin-bottom:20px;
}
.information ul.goods_list li {
margin-bottom:0;
}


