@charset "UTF-8";
html, body {
    height: 100%;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: tbnpmincho-std, serif;
    line-height: 1.8em;
    letter-spacing: 0.18em;
    text-align: center;
    background-color: #3E60AA;
    color: #ffffff;
}
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;
}
#top-head {
    top: 0;
    width: 100%;
    height: 169px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0 0 48px;
    line-height: 1;
    z-index: 999;
    position: fixed;
}
#top-head a, #top-head {
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    transition: 0.5s;
}
#top-head a:hover {
    opacity: 0.5;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    width: 96px;
    margin-top: 24px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    left: 38px;
    top: 62px;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
#global-nav ul li {
    float: left;
    padding: 0 0 14px;
    margin: 0 35px 0 15px;
    font-weight: bold;
    position: relative;
    text-shadow: #3E60AA 0 0 5px;
}
#global-nav ul li::after {
    content: "";
    position: absolute;
    background: #7D95CB;
    width: 20px;
    height: 1px;
    top: 8px;
    left: -35px;
}
#global-nav ul li:first-child::after {
    content: none;
}
#nav-toggle {
    display: none;
    position: absolute;
    left: 25px;
    top: 30px;
    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: #fff;
    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;
}
.main_visual {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}
h1.stage_title {
    position: fixed;
    width: 168px;
    top: 48px;
    right: 50px;
    z-index: 3;
}
.copy_pc {
    position: absolute;
    z-index: 3;
    width: 8.375vw;
    left: calc(50% - 4.173vw);
    bottom: 36.105vw;
}
p.date_and_place {
    width: 500px;
    margin: 80px auto 0;
    padding-bottom: 60px;
}
p.writer {
    width: 34px;
    position: relative;
    margin: 160px auto 100px;
}
p.writer::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    top: -160px;
    left: 17px;
    background-color: #7D95CB;
}
p.writer span {
    position: absolute;
    width: 16px;
    right: -30px;
    top: 0;
}
.twitter_wrap {
    margin-bottom: 50px;
}
a.btn01 {
    font-size: 14px;
    color: #000;
    width: 460px;
    height: 68px;
    border-radius: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 auto 30px;
    background: url("image/icon_arrow@2x.png") no-repeat #fff 28px center;
    background-size: 33px;
    transition: 0.5s;
}
a.btn01:hover {
    background-color: #7D95CB;
    background-position: 40px center;
}
div.story {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 50px auto 100px;
}
div.story p {
    font-size: 1.5em;
    line-height: 2.2em;
    text-align: left;
    margin: 0 auto 20px;
    text-indent: 1em;
}
h2 {
    font-size: 16px;
    writing-mode: vertical-rl;
    margin: 0 auto 50px;
    padding: 20px 10px;
    border: 4px double #7D95CB;
    letter-spacing: 0.5em;
    background: linear-gradient(#3E60AA, #385596);
    position: relative;
    z-index: 3;
}
.h2_wrap {
    position: relative;
    z-index: 2;
}
.h2_wrap::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #7D95CB;
    top: 20px;
    left: 0;
}
ul.flex {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-flow: row wrap;
    list-style-type: none;
}
ul.flex li {
    width: 124px;
    margin-bottom: 40px;
}
ul.flex.cast_two {
    width: 268px;
}
ul.flex.cast_four {
    width: 556px;
}
h2#schedule {
    margin-top: 60px;
}
p.date {
    width: 500px;
    margin: 0 auto 30px;
}
table.timetable {
    width: 100%;
    max-width: 430px;
    border: 1px solid #7D95CB;
    border-collapse: collapse;
    margin: 0 auto 25px;
}
table.timetable td {
    box-sizing: border-box;
    padding: 15px 0;
    border: 1px solid #7D95CB;
    width: 33%;
    font-size: 1.4em;
    text-align: center;
    position: relative;
    background: #3E60AA;
}
table.timetable td span {
    display: block;
    content: "";
    background: #3E60AA;
    width: 4px;
    height: 8px;
    position: absolute;
}
table.timetable td span:nth-child(1) {
    top: -1px;
    left: -1px;
}
table.timetable td span:nth-child(2) {
    top: -1px;
    right: -1px;
}
table.timetable td span:nth-child(3) {
    bottom: -1px;
    left: -1px;
}
table.timetable td span:nth-child(4) {
    bottom: -1px;
    right: -1px;
}
ul.asterisk li {
    list-style-type: none;
    text-indent: -1em;
}
ul.asterisk li:before {
    display: inline;
    content: "※";
}
.map_wrap {
    width: 100%;
    max-width: 800px;
    margin: 140px auto 50px;
    position: relative;
}
.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%;
}
h2#access {
    position: absolute;
    top: 0;
    left: -78px;
}
p.place {
    width: 228px;
    margin: 0 auto 25px;
}
p.address {
    display: inline-block;
    letter-spacing: 0.08em;
    text-align: left;
    margin-bottom: 100px;
}
ul.price {
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto 25px;
}
ul.price li {
    width: 220px;
}
p.kakomi {
    font-size: 14px;
    border: 1px solid #7D95CB;
    border-radius: 6px;
    width: 100%;
    max-width: 380px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
}
h3 {
    background: #7D95CB;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: #000;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
    border-radius: 2px;
}
p.text {
    font-size: 1.2em;
    letter-spacing: 0.08em;
    margin-bottom: 60px;
}
ul.btn_list {
    list-style-type: none;
    margin-bottom: 25px;
}
ul.btn_list li {
    margin-bottom: 10px;
}
a.btn02 {
    font-size: 14px;
    color: #000;
    width: 332px;
    height: 68px;
    border-radius: 34px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 auto;
    background: url("image/icon_arrow@2x.png") no-repeat #fff 28px center;
    background-size: 33px;
    transition: 0.5s;
}
a.btn02 span {
    display: block;
    font-size: 12px;
}
a.btn02:hover {
    background-color: #7D95CB;
    background-position: 40px center;
}
div.note {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 100px;
}
div.note p {
    font-size: 1.5em;
    line-height: 2.2em;
    text-align: left;
    margin: 0 auto 20px;
    text-indent: 1em;
}
div.note p.tr {
    text-align: right
}
h2#note {
    position: absolute;
    top: 0;
    left: -132px;
}
ul.contact {
    font-size: 13px;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 540px;
    margin: 0 auto 140px;
}
ul.contact li {
    text-align: left;
}
ul.contact li p {
    margin-top: 10px;
    letter-spacing: 0.08em;
    line-height: 2;
}
ul.contact li h3 {
    padding: 0 20px;
    display: table-cell;
    width: inherit;
    margin-bottom: 10px;
}
div.staff {
    display: inline-block;
    margin: 0 auto 100px;
    position: relative
}
div.staff p {
    font-size: 1.4em;
    line-height: 2.4em;
    text-align: left;
}
h2#staff {
    position: absolute;
    top: 0;
    left: -78px;
}
.bg_page {
	margin-bottom: 80px;
}
h1#page {
	font-size: 30px;
	margin-bottom: 80px;
}
h2.countermeasures {
	writing-mode: horizontal-tb;
	letter-spacing: 0.2em;
	line-height: 1.7;
	border-right: none;
    border-left: none;
	margin: 50px 0 40px;
}
div.counter {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
div.counter p {
    font-size: 1.5em;
    line-height: 2.2em;
    text-align: left;
    margin: 0 auto 50px;
}
div.counter ul {
	 margin: 0 auto 50px;
}
div.counter ul li {
    font-size: 1.5em;
    line-height: 1.8em;
    text-align: left;
	margin-left: 1em;
	margin-bottom: 10px;
}
.btn01.mb100 {
	margin-bottom: 100px;
}
.box {
	border: 1px solid #7D95CB;
	padding: 40px 40px 40px;
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 100px;
}
.box h3 {
	background-color: transparent;
	color: #fff;
	border-bottom: 1px solid #7D95CB;
	font-size: 20px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	max-width: 260px;
}
.box p {
	font-size: 1.4em;
    line-height: 1.8em;
    text-align: center;
    margin: 0 auto 40px;
}
dl.kakomi_info {
	font-size: 13px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
dl.kakomi_info dt {
	background: #7D95CB;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: #000;
    width: 220px;
    margin: 0 0 20px;
    border-radius: 2px;
}
dl.kakomi_info dd {
	width: calc(100% - 240px);
	padding-top: 7px;
	text-align: left;
	word-break: break-all;
}
.box ul.asterisk {
	text-align: left;
	font-size: 13px;
	line-height: 2em;
	margin-bottom: 40px;
}
.chuui {
	text-align: left;
}
p.kansen {
	font-size: 1.4em;
    line-height: 2.0em;
	text-align: left;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 50px;
}
.btn_wrap {
	margin-bottom: 100px;
}
.red {
	color: #ffed01;
}
a.btn01.yellow {
	background-color: #ffed01;
}
.attention {
	border: 1px solid #fff;
	padding: 20px 20px 20px calc(20px + 1em);
	margin-bottom: 30px;
	margin-left: 1em;
}
div.counter .attention p {
	margin-bottom: 0;
	font-size: 12px;
	text-indent: -1em;
}
/*＝＝＝＝＝＝＝フェードイン＝＝＝＝＝＝＝*/
    .shitakara {
        opacity: 0;
        transform: translate(0, 30px);
        -webkit-transform: translate(0, 20px);
        transition: .8s;
    }
    .shitakara_after {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    .migikara {
        opacity: 0;
        transform: translate(20px, 0);
        -webkit-transform: translate(20px, 0);
        transition: .9s;
    }
    .migikara_after {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
.hidarikara {
	opacity: 0;
	transform: translate(-20px, 0);
	-webkit-transform: translate(-20px, 0);
	transition: .9s;
}
.hidarikara_after {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

@media screen and (min-width: 767px) {
}
@media screen and (max-width: 768px) {
    .smart_top {
        overflow: hidden;
        height: 100vh;
    }
    .smart_content {
        position: relative;
        z-index: 2;
    }
    #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;
        transition: 0.3s;
    }
    #top-head.open .logo {
        margin-top: -300px;
    }
    #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;
        display: none;
    }
    #top-head.open {
        background-color: #3e60aa;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -470px;
        background-color: #3f60aa;
        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 #7D95CB;
    }
    #global-nav ul li:first-child {
        border-top: 1px solid #7D95CB;
    }
    #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
    }
    #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;
		left: -4px;
		width: 100%;
        text-align: center;
    }
    .main_visual {
        height: inherit;
        margin-top: 52.8vw;
        display: block;
    }
    h1.stage_title {
        width: 24vw;
        top: 20px;
        right: 18px;
    }
    .copy_sp {
        position: absolute;
        z-index: 3;
        left: 10.667vw;
        top: 28.533vw;
        width: 26.667vw;
    }
    p.date_and_place {
        display: none;
    }
    p.writer::before {
        display: none;
    }
    p.writer {
        margin-top: 50px;
    }
	.copy_pc {
		top: 23vw;
	}
}
@media screen and (max-width: 480px) {
    .shoulder_vertical {
        height: 41.229vh;
        right: 2px;
    }
    .smart_on {
        display: block;
    }
    .smart_kaigyou {
        display: inline;
    }
    .smart_off {
        display: none;
    }
    p.date_and_place {
        display: block;
        position: absolute;
        width: 250px;
        left: calc(50% - 125px);
        top: 137vw;
        z-index: 3;
        margin-top: 0;
    }
    .to_next {
        content: "";
        height: 8.5vh;
        width: 1px;
        position: absolute;
        background: #7D95CB;
        bottom: 0;
        left: 50%;
        z-index: 3;
    }
    p.writer {
        width: 22px;
        margin-bottom: 100px;
    }
    p.writer span {
        width: 11px;
        right: -18px;
    }
    p.writer::before {
        height: 100px;
        top: -160px;
        left: 11px;
    }
    .twitter_wrap {
        padding: 0 20px;
    }
    ul.asterisk li {
        text-align: left;
    }
    a.btn01 {
        width: calc(100% - 40px);
    }
    div.story {
        margin: 50px auto 80px;
        width: calc(100% - 40px);
    }
    div.story p {
        font-size: 13px;
    }
    h2 {
        writing-mode: horizontal-tb;
        padding: 5px 0;
        border-right: none;
        border-left: none;
        font-size: 13px;
    }
    .h2_wrap::after {
        content: none;
    }
    ul.flex li {
        width: 73px;
    }
    ul.flex.cast_two {
        width: 160px;
    }
    ul.flex.cast_four {
        width: 334px;
    }
    h2#schedule {
        margin-top: 40px;
    }
    p.date {
        width: 280px;
    }
    table.timetable {
        width: calc(100% - 40px);
    }
	table.timetable td span {
		height: 5px;
	}
	ul.asterisk {
        width: calc(100% - 40px - 2em);
		margin: 0 auto;
	}
	h2#access {
		position: static;
		left: 0;
		margin-bottom: 30px;
	}
	.map_wrap {
		margin-top: 80px;
	}
	p.place {
		width: 200px;
	}
	p.address {
		margin-bottom: 80px;
	}
	ul.price {
		flex-flow: column wrap;
		width: inherit;
		margin-bottom: 0;
	}
	ul.price li {
    width: 180px;
		margin: 0 auto 25px;
	}
	ul.asterisk.asterisk2 {
		width: inherit;
		display: inline-block;
	}
	p.kakomi {
		width: calc(100% - 40px);
		margin: 40px auto;
	}
	p.text {
	}
	a.btn02 {
		width: calc(100% - 40px);
	}
	h3 {
		max-width: inherit;
		width: calc(100% - 40px);
	}
	.kakomi h3 {
		width: 100%;
	}
	h2#note {
		position: static;
	}
	div.note p {
		width: calc(100% - 40px);
		font-size: 13px;
	}
	div.note {
		margin-bottom: 80px;
		padding-top: 160px;
		margin-top: -160px;
	}
	ul.contact {
		flex-flow: column wrap;
		width: inherit;
		margin-bottom: 50px;
	}
	ul.contact li {
		text-align: center;
	}
	h3 {
		margin-bottom: 15px;
	}
	ul.contact li h3 {
		display: inline-block;
		width: calc(100% - 40px);
		box-sizing: border-box;
	}
	ul.contact li p {
		margin: 0 0 30px;
	}
	h2#staff {
		position: static;
	}
	div.staff p {
		width: calc(100% - 40px);
		font-size: 13px;
		margin: 0 auto;
	}
	.bg_page {
		margin-bottom: 50px;
	}
	h1#page {
		font-size: 28px;
		margin-bottom: 40px;
		line-height: 1.3em;
	}
	div.counter {
		box-sizing: border-box;
		padding: 0 20px;
	}
	div.counter p, div.counter ul li {
		font-size: 13px;
		word-break: break-all;
	}
	div.counter p {
		margin-bottom: 30px;
	}
	div.counter ul {
		margin-bottom: 30px;
	}
	.counter ul.asterisk {
		width: inherit;
	}
	.box {
		width: calc(100% - 40px);
		padding: 20px 0;
		margin-bottom: 80px;
	}
	.box h3 {
		width: 100%;
		max-width: inherit;
		font-size: 18px;
		margin-bottom: 20px;
	}
	.box_in_box {
		padding: 20px;
	}
	.box p {
		text-align: left;
	}
	dl.kakomi_info {
		flex-flow: column wrap;
		margin-bottom: 20px;
	}
	dl.kakomi_info dt {
		width: 100%;
		margin-bottom: 5px;
	}
	dl.kakomi_info dd {
		width: 100%;
		margin-bottom: 30px;
		font-size: 13px;
	}
	.box ul.asterisk {
		width: calc(100% - 2em);
		margin-left: 1em;
	}
	.box ul.asterisk a {
		word-break: break-all;
	}
	.chuui {
		width: calc(100% - 2em);
		margin: 0 auto;
	}
	p.kansen {
		margin: 50px auto 50px;
    	width: calc(100% - 40px);
		font-size: 13px;
	}
	.btn_wrap {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 374px) {}