@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&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/bg3.jpg") no-repeat center -20px;
    background-attachment: fixed;
    background-size: cover;
    background-color: #180629;
    color: #eeeeee;
}
h1, h2, h3, p, dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0;
}
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;
}
.inline_off {
    display: inline;
}
.ticket_button_wrap {
    width: 100%;
    position: fixed;
    bottom: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 10;
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
    box-sizing: border-box;
}
.ticket_button {
    position: fixed;
    bottom: 20px;
    margin: 0;
    width: 100%;
    font-size: 16px;
    z-index: 10;
    padding: 0 20px;
    box-sizing: border-box;
}
.ticket_button a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    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 #ef0c42 30px center;
    background-size: 20px;
}
.ticket_button a:hover {
    background-color: #f32c5b;
}
.ticket_button a i {
    font-size: 16px;
}
.ticket_guide a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    width: 100%;
    max-width: 400px;
    height: 60px;
    line-height: 60px;
    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 #ef0c42 30px center;
    background-size: 20px;
    text-shadow: none;
    font-size: 15px;
}
.ticket_guide a:hover {
    background-color: #f32c5b;
}
.ticket_guide.normal a {
    background: #ffffff;
    transition: 0.5s;
    height: 50px;
    line-height: 50px;
}
.ticket_guide.normal a:hover {
    background-color: #000000;
    color: #fff;
}
.to_top_button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    z-index: 11;
}
.to_top_button a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    background-color: #ef0c42;
    border-radius: 25px;
    display: inline-block;
}
.to_top_button a:hover {
    background-color: #f32c5b;
}
.to_top_button a img {
    width: 10px;
    vertical-align: middle;
}
.to_top_button a i {
    font-size: 16px;
}
.smart_top {
    position: relative;
    height: 100vh;
}
p.tokyo_osaka {
    width: 698px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
}
h1.stage_title {
    width: 40vw;
    left: calc(50% - 20vw);
    position: absolute;
    top: -10vw;
    transition: .5s;
    z-index: 0;
}
@media screen and (max-width: 1367px) {
    h1.stage_title {
        top: -8vw;
    }
}
@media screen and (min-width: 481px) {
    h1.stage_title.mini {
        width: 376px;
        left: calc(50% - 188px);
        -webkit-animation-name: logo_anime;
        -webkit-animation-duration: 1s;
        animation-name: logo_anime;
        animation-duration: 1s;
    }
    @-webkit-keyframes logo_anime {
        from {
            width: 500px;
            left: calc(50% - 250px);
        }
        to {
            width: 376px;
            left: calc(50% - 188px);
        }
    }
    @keyframes logo_anime {
        from {
            width: 500px;
            left: calc(50% - 250px);
        }
        to {
            width: 376px;
            left: calc(50% - 188px);
        }
    }
}
.scroll {
    position: fixed;
    width: 25px;
    bottom: 20px;
    right: 30px;
    z-index: 4;
}
.smart_content > div {
    margin: 0 auto;
}
div.copy {
    margin: 67px auto 54px;
    width: 698px;
}
.smart_content > div > p {
    width: 100%;
    max-width: 600px;
    text-align: left;
    font-size: 1.6em;
    line-height: 2.0em;
    margin: 0 auto;
    text-shadow: #000000 0 0 5px;
}
#timetable ul {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 60px;
}
#timetable ul li {
    text-align: left;
    font-size: 1.6em;
    line-height: 2.0em;
    text-shadow: #000000 0 0 5px;
    margin-left: 20px;
}
#story h2 {
    width: 359px;
    margin: 140px auto 50px;
}
#staff h2 {
    width: 359px;
    margin: 140px auto 50px;
}
#story p {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.9em;
}
#cast h2 {
    width: 359px;
    margin: 140px auto 0px;
    position: relative;
    z-index: 3;
}
#cast .photo_cast {
    position: relative;
    z-index: 1;
    margin: -20px auto 0;
    max-width: 900px;
}
.text_cast {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: -20px auto 0;
    z-index: 3;
}
#ticket {
    max-width: 1000px;
    margin: 180px auto 0;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    padding-bottom: 80px;
}
#ticket h2 {
    width: 358px;
    position: absolute;
    left: calc(50% - 179px);
    top: -58px;
}
.pre {
    margin: 0 auto 60px;
    padding: 114px 0 0;
    width: 780px;
}
.niji {
    width: 663px;
    margin: 0 auto 30px;
    padding: 114px 0 0;
}
.smart_content > div#ticket > p {
    text-align: center;
    margin-bottom: 60px;
}
#ticket ul {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#ticket ul li {
    width: calc(33.333% - 3.333px);
    list-style-type: none;
    margin-bottom: 5px;
    position: relative;
}
#ticket ul li a {
    position: absolute;
    bottom: 30px;
    font-size: 1.4em;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ef0c42;
}
.smart_content > div#ticket > p.price {
    display: inline-block;
    text-align: left;
    width: inherit;
    font-size: 1.8em;
    /*margin-top: 100px;*/
}
.smart_content > div#ticket > p.price em {
    font-size: 26px;
    font-style: normal;
}
.smart_content > div#ticket > p.price span {
    font-size: 13px;
}
.smart_content > div#ticket > p.chuui {
    display: table;
    text-align: left;
    width: inherit;
    padding-bottom: 80px;
    font-size: 13px;
}
#timetable {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#timetable h2 {
    width: 549px;
    margin: 100px auto 50px;
    position: relative;
    z-index: 3;
}
#timetable .place_tokyo {
    width: 242px;
    margin: 0 auto 30px;
}
#timetable table {
    width: 534px;
    border-collapse: collapse;
    margin: 0 auto 30px;
    background: #453068;
}
#timetable table th, #timetable table td {
    border: 1px solid #2b1743;
    width: 33.333%;
    font-size: 16px;
    height: 40px;
}
#timetable .place_osaka {
    width: 209px;
    margin: 60px auto 30px;
}
#contact h2 {
    margin: 140px auto 50px;
    width: 431px;
}
#contact p {
    display: inline-block;
    text-align: left;
    width: inherit;
    margin-bottom: 100px;
}
div.sponsor {
    width: 496px;
    margin: 0 auto 50px
}
#top-head {
    top: -100px;
    width: 100%;
    height: 115px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 40px;
    line-height: 1;
    z-index: 999;
    display: none;
}
#top-head a, #top-head {
    color: #d9be79;
    text-decoration: none;
}
#top-head a:hover {
    color: #DC293A;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    margin-top: 24px;
}
#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.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: 2px;
    width: 100%;
    background: #d9be79;
    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;
}
span.tr {
    display: block;
    text-align: right;
}
.cast_list {
    margin: 60px auto 0;
    width: 100%;
    max-width: 1000px;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: bold;
}
.cast_list li {
    width: 25%;
    margin-bottom: 40px;
    /*text-shadow: 
    #050114 1px 1px 5px, #050114 -1px 1px 5px,
    #050114 1px -1px 5px, #050114 -1px -1px 5px;*/
    color: #f9eac1;
}
.cast_list li:first-child, .cast_list li:nth-child(2), .cast_list li:nth-child(8), .cast_list li:nth-child(9) {
    width: 40%;
}
.cast_list li:nth-child(7) {
    width: 100%;
    font-size: 20px;
}
.cast_list li img {
    margin-bottom: 10px;
}
#timetable table tr td img.taku {
    width: 18px;
    height: 18px;
    margin-left: 1px;
}
.youtube_list {
    margin: 60px auto;
    max-width: 800px;
    list-style-type: none;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 30px;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.red {
    color: #ef0c42;
}
.smart_content > div#timetable > p {
    margin-bottom: 30px;
}
#news h2 {
    width: 359px;
    margin: 100px auto 50px;
    position: relative;
    z-index: 3;
}
ul.news {
    width: 100%;
    max-width: 668px;
    margin: 0 auto;
}
ul.news > li {
    border-bottom: 1px solid #b49c9c;
    font-size: 1.7em;
    padding: 20px;
    box-sizing: border-box;
    list-style-type: none;
    text-align: left;
}
ul.news li dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
ul.news li dl dt {
    width: 100px;
    font-size: 14px;
    background: #b49c9c;
    border-radius: 3px;
    display: inline-block;
    color: #180629;
    height: 36px;
    text-align: center;
    line-height: 36px;
}
ul.news li dl dd {
    width: calc(100% - 120px);
    line-height: 1.8em;
}
div.goto {
    background: #290f43;
    padding: 40px;
    max-width: 683px;
    margin: 0 auto 60px;
    position: relative;
    box-sizing: border-box;
    border-radius: 3px;
}
p.off_bomb {
    position: absolute;
    width: 130px;
    top: -50px;
    right: 30px;
}
h3.gotoevent {
    width: 300px;
    text-align: center;
    margin: 0 auto 30px;
}
div.goto p.honbun {
    font-size: 1.6em;
    text-align: left;
    line-height: 1.7;
    display: inline-block;
    margin-top: 30px;
}
div.goto p.honbun.kome {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}
h3.kouen {
    color: #d9be79;
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    max-width: 600px;
    margin: 0 auto 30px;
    padding-bottom: 20px;
    border-bottom: #d9be79 1px solid;
}
.smart_content > div#ticket > p.asterisk {
    padding-left: 1rem;
    text-align: left;
    margin-bottom: 0;
    font-size: 13px;
}
.smart_content > div#ticket > p.asterisk::before {
    content: "※";
    margin-left: -1rem;
}
#lead {
	margin-top: 140px;
}
#lead p {
    position: relative;
    z-index: 3;
}
.waku {
    border: 1px dashed #fff;
    padding: 40px;
    border-radius: 10px;
    max-width: 600px;
    box-sizing: border-box;
    margin: 60px auto 0;
}
.waku2 {
    border: 1px solid #fff;
    padding: 40px;
    border-radius: 10px;
    max-width: 600px;
    box-sizing: border-box;
    margin: 60px auto 0;
}
.waku2 p.ticket_guide:first-child {
	margin-bottom: 30px;
}
.waku.normal_reservation {
    margin: 30px auto 30px;
}
p.text {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
    padding-left: 1em;
    display: inline-block;
    text-align: left;
}
p.text::before {
    content: "※";
    margin-left: -1rem;
}
.smart_content > div#timetable > p.asterisk {
    padding-left: 1rem;
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
    display: inline-block;
    width: auto;
    max-width: inherit;
}
.smart_content > div#timetable > p.asterisk::before {
    content: "※";
    margin-left: -1rem;
}
ul.kome {
    text-align: left;
    padding-left: 20px;
}
ul.kome li {
    list-style-type: none;
    text-indent: -1em;
    font-size: 13px;
    margin-bottom: 5px;
}
ul.kome li:before {
    display: inline;
    content: "※";
}
.smart_content > div > p.tc {
    text-align: center;
    margin: 30px 0 10px;
    color: #d9bf79;
    border-bottom: 1px solid #d9bf79;
    font-size: 18px;
}
.waku.normal_reservation h1 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 40px;
    font-family: 'Noto Serif JP', serif;
}
.waku.normal_reservation h1 span {
    font-size: 18px;
    display: block;
    margin-top: 3px;
}
ol.tokuten {
    text-align: left;
    padding-left: 25px;
    margin: 20px 0 40px;
}
ol.tokuten li {
    font-size: 18px;
    margin-bottom: 15px;
}
.smart_content > div > p.normal_ticket {
    text-align: center;
}
.smart_content > div#staff > p {
    display: inline-block;
    max-width: auto;
    width: auto;
}
.waku.kansen {
    margin-top: 80px;
    border: dotted 2px #d9be79;
}
.waku.kansen h2 {
    color: #d9be79;
    font-size: 24px;
    margin-bottom: 20px;
}
.smart_content > div.waku.kansen > p {
    text-align: center;
}
div.eplus {
    margin: 60px auto 0;
    width: 100%;
    max-width: 400px;
}
#timetable table td span {
    color: #d9be79;
}
span.gold {
    color: #d9be79;
}
.ticket_office_shika a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    width: 100%;
    max-width: 400px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px;
    border-radius: 10px;
    display: block;
    background: url("images/to_right@2x.png") no-repeat #ef0c42 30px center;
    background-size: 20px;
	margin: 40px auto 40px;
	text-shadow: none;
}
.ticket_office_shika a:hover {
    background-color: #f32c5b;
}
.smart_content > div > p.text_center {
	text-align: center;
}
#flyer {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#flyer h2 {
    width: 359px;
    margin: 140px auto 50px;
}
ul.flyer_list {
	list-style-type: none;
	margin-bottom: 140px
}
ul.flyer_list li {
	background: #000000;
	margin-bottom: 40px;
}
ul.ticket_button3 {
	font-size: 16px;
    text-decoration: none;
	font-family: 'Noto Serif JP', serif;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    background-color: #ef0c42;
    border-radius: 10px;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    /* box-shadow: 1px 1px 10px rgba(0,0,0,0.3); */
}
ul.ticket_button3 li {
    padding: 0;
    text-align: center;
    width: 100%;
}
ul.ticket_button3 li:first-child {
    border-right: 1px solid #8e0f0f;
}
ul.ticket_button3 li a {
	text-decoration: none;
    color: #000000;
	display: block;
	font-weight: bold;
}
ul.ticket_button3 li:first-child a:hover {
    background-color: #f32c5b;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
ul.ticket_button3 li:nth-child(2) a:hover {
    background-color: #f32c5b;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
@media screen and (max-width: 1080px) {
    #global-nav ul {
        margin-right: 0;
    }
    #global-nav ul li:last-child {
        margin-right: 0;
    }
    #global-nav ul li.current {
        border-bottom: 1px solid #C4C29D;
    }
    #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;
    }
    #top-head.fixed .logo, #top-head .logo {
        position: absolute;
        color: #333;
        font-size: 26px;
    }
    #top-head.open {
        background-color: #050114;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background-color: #050114;
        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;
    }
    #global-nav ul li {
        float: none;
        position: static;
        margin: 0;
        padding: 18px 0;
        color: #fff;
        border-bottom: 1px solid #43414a;
    }
    #global-nav ul li:first-child {
        border-top: 1px solid #43414a;
    }
    #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #d9be79;
    }
    #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(567px);
        -webkit-transform: translateY(567px);
        transform: translateY(567px);
    }
    #nav-toggle p {
        position: absolute;
        bottom: -5px;
        width: 100%;
        text-align: center;
    }
    .waku.normal_reservation {
        margin-top: 80px;
        width: calc(100% - 10vw);
        padding: 30px 20px;
    }
    .waku.normal_reservation h1 {
        font-size: 22px;
    }
    .smart_content > div > p.tc {
        background: #d9bf79;
        color: #180629;
        text-shadow: 0 0 0;
        line-height: 1.3;
        padding: 10px;
    }
    h1.stage_title {
        width: 90vw;
        z-index: 3;
        left: calc(50% - 45vw);
        bottom: 100px;
        transition: 0;
    }
    .smart_content > div.tokyo_osaka_sp {
        width: 220px;
        margin: 0 auto 60px;
        position: relative;
    }
    .smart_content > div.tokyo_osaka_sp::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -200px;
        width: 1px;
        height: 160px;
        background: #d9be79;
        z-index: 2;
    }
}
@media screen and (max-width: 480px) {
    body {
        background-image: none;
    }
    body::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate3d(0, 0, -1px);
        transform: translate3d(0, 0, -1px);
        width: 100%;
        height: 100vh;
        background: url(images/bg.jpg) center top no-repeat;
        -webkit-background-size: cover;
        z-index: 1;
    }
    body#normal_reservation::before {
		content: none;
	}
    .scroll {
        display: none;
    }
    .smart_on {
        display: block;
    }
    .smart_kaigyou {
        display: inline;
    }
    .smart_off {
        display: none;
    }
    .inline_off {
        display: none;
    }
    .ticket_button_wrap {
        width: 100%;
        position: fixed;
        bottom: 0;
        height: 70px;
        line-height: 70px;
        text-align: center;
        z-index: 1000;
        /*background-color: rgba(0,0,0,0.2);*/
		padding: 0 20px;
		box-sizing: border-box;
    }
    .ticket_button2 a {
        font-family: 'Noto Serif JP', serif;
        text-decoration: none;
        color: #000000;
        font-weight: bold;
        width: 260px;
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        text-align: center;
        padding: 0 20px;
        background-color: #ff0000;
        border-radius: 15px;
        display: inline-block;
        font-size: 14px;
    }
    .to_top_button a {
        display: none;
    }
    #top-head {
        display: block;
    }
    .smart_top {
        overflow: hidden;
    }
    .smart_content {
        position: relative;
        z-index: 2;
    }
    .to_bottom {
        width: 53px;
        position: absolute;
        bottom: 20px;
        left: calc(50% - 26.5px);
        z-index: 2;
    }
    div.copy {
        width: 100vw;
    }
    .smart_content > div > p {
        padding: 0 20px;
        box-sizing: border-box;
        font-size: 1.4em;
        line-height: 1.8;
    }
    #timetable ul {
        padding: 0 20px;
        box-sizing: border-box;
    }
    #timetable ul li {
        font-size: 1.4em;
        line-height: 1.8;
    }
    #story h2 {
        width: 60vw;
        margin: 60px auto 30px;
    }
    #story p {
        font-size: 1.5em;
    }
    #cast h2 {
        width: 60vw;
        margin: 60px auto 0;
    }
    #news h2 {
        width: 60vw;
        margin: 60px auto 30px;
    }
    .text_cast {
        width: 95vw;
    }
    #ticket {
        margin: 10px auto 0;
        overflow: hidden;
        padding: 0 5vw;
        box-sizing: border-box;
        background-color: transparent;
    }
    #ticket h2 {
        width: 60vw;
        margin: 50px auto 30px;
        position: static;
    }
    .smart_content > div#ticket > p {
        margin-bottom: 30px;
    }
    .pre {
        margin: 10px auto 30px;
        padding: 0;
        width: 90vw;
    }
    .niji {
        margin: 10px auto 20px;
        padding: 0;
        width: 90vw;
    }
    #ticket ul {
        margin-bottom: 30px;
    }
    #ticket ul li {
        width: 80%;
        margin: 0 auto 20px;
    }
    .smart_content > div#ticket > p.price {
        font-size: 1.5em;
        line-height: 1.8em;
        margin-top: 0;
    }
    .smart_content > div#ticket > p.price span {
        font-size: 11px;
    }
    .smart_content > div#ticket > p.chuui {
        font-size: 12px;
        padding-bottom: 30px;
    }
    #timetable h2 {
        margin: 30px auto 30px;
        width: 344px;
    }
    #timetable .place_tokyo {
        width: 144px;
        margin: 0 auto 20px;
    }
    #timetable .place_osaka {
        width: 124px;
        margin: 40px auto 20px;
    }
    #timetable table {
        width: 90%;
        margin-bottom: 30px;
    }
    #contact h2 {
        margin: 60px auto 30px;
        width: 72vw;
    }
    #contact p {
        margin-bottom: 60px;
    }
    div.sponsor {
        width: 90%;
        margin-bottom: 30px;
    }
    .cast_list {
        font-size: 18px;
    }
    .cast_list li:nth-child(7) {
        font-size: 14px;
    }
    ul.news > li {
        font-size: 1.5em;
    }
    div.goto {
        padding: 40px 30px;
        margin-bottom: 30px;
    }
    h3.gotoevent {
        width: 180px;
    }
    p.off_bomb {
        width: 80px;
        top: -34px;
        right: 0;
    }
    .cast_list li:nth-child(8) {
        margin-bottom: 0;
    }
    .cast_list li:nth-child(9) {
        margin-bottom: 0;
    }
    .smart_content > div#ticket > p.asterisk {
        padding-right: 0;
    }
    .text_cast {
        margin-top: -8px;
    }
    .waku {
        padding: 30px 20px 30px;
        border: 1px dashed #fff;
        margin-bottom: 40px;
		margin-top: 40px;
    }
    .waku2 {
        padding: 30px 20px 30px;
        border: 1px dashed #fff;
        margin-bottom: 40px;
		margin-top: 40px;
    }
    div.goto p.honbun {
        font-size: 14px;
    }
    p.text {
        font-size: 13px;
    }
    h3.kouen {
        padding: 15px;
        font-size: 20px;
        border: #d9be79 1px solid;
    }
    #staff h2 {
        width: 60vw;
        margin: 60px auto 30px;
    }
    #flyer h2 {
        width: 60vw;
        margin: 60px auto 30px;
    }
    .waku.kansen {
        margin-top: 60px;
        border: dotted 1px #d9be79;
        width: calc(100% - 10vw);
    }
    .waku.kansen h2 {
        font-size: 20px;
    }
    #timetable table {
        background: transparent;
    }
    #timetable table th, #timetable table td {
        border: 1px solid #fff;
    }
	#lead {
		margin-top: 0;
	}
	div.eplus {
		margin-top: 40px;
	}
	.smart_content > div > p.ticket_office_shika {
		padding: 0;
	}
	.smart_content > div > p.ticket_office_shika a {
		background-image: none;
	}
	ul.flyer_list {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	ul.ticket_button3 {
		font-size: 13px;
	}
}
@media screen and (max-width: 374px) {}