@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #190000;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
	color: #6a5f54;
	text-decoration: none;
    vertical-align:baseline;
    background:transparent;
	display: block;
	cursor: pointer;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
	width: 100%;
	vertical-align: bottom;
}

.snowfall-flakes {
	-ms-filter: blur(1px);
	filter: blur(1px);
	z-index: 99999 !important;
}

#fakeloader {
	z-index: 99999 !important;
}
.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}



@media screen and (min-width: 751px) {

.bg {
    width: 100vw;
    height: 100vh;
    background: #000;
    animation: bgAnime 3s linear 8s forwards;
	overflow: hidden;
}
 
.text {
    text-align: center;
    font-size: 30px;
    color: #fff;
    height: 1em;
    line-height: 1.7;
    position: absolute;
    top: -150px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 7;
    animation: textAnime2 .1s linear 1.5s forwards;
}
 
.text:after{
    content: "";
    width: 25em;
    height: 10em;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    animation: textAnime1 4s linear forwards;
}
.textSp {
	display: none !important;
} 
 
/*keyframe*/
 
@keyframes textAnime1 {
0% {
    transform: translateX(0);
}
100% {
    transform: translateY(100%);
}
}
/*
@keyframes textAnime2 {
0%{
    transform: rotate(0);
}
100%{
    transform: rotate(-10deg);
}
}*/
 
@keyframes bgAnime {
0%{
    opacity: 1;
}
99%{
  opacity: 1;
}
100%{
    opacity: 1;
}
}

.sp {
	display: none !important;
}

.mvCont {
	width: 100%;
	background: url(../img/bg01.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1200;
}
.mvCont > div.mv01 {
	max-width: 1120px;
	height: 100vh;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.mvCont > div.mv01 > div {
	position: relative;
}
.mvCont > div.mv01 ul {
	max-width: 920px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mvCont > div.mv01 ul.li01 li:nth-child(1) {
	width: 51px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(1) {
	width: 110px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(2) {
	width: 78px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(3) {
	width: 78px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(4) {
	width: 36px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(5) {
	width: 72px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(6) {
	width: 78px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(7) {
	width: 65px;
	position: relative;
}
.mvCont > div.mv01 ul.li03 li:nth-child(1) {
	width: 1000px;
	position: relative;
}
.mvCont > div.mv01 ul.li04 li:nth-child(1) {
	width: 292px;
	position: relative;
}
.mvCont > div.mv01 ul.li04 {
	position: relative;
	top: -200px;
	left: 80px;
}
.mvCont > div.mv01 ul.li05 li {
	width: 60px;
	position: relative;
}
.mvCont > div.mv01 ul.li05 li:nth-child(1) {
	position: absolute;
	top: 400px;
	left: 330px !important;
}
.mvCont > div.mv01 ul.li05 li:nth-child(2) {
	position: absolute;
	top: 110px;
	left: 140px !important;
}
.mvCont > div.mv01 ul.li05 li:nth-child(3) {
	position: absolute;
	top: 140px;
	left: 650px !important;
}
.mvCont > div.mv01 ul.li05 li:nth-child(4) {
	position: absolute;
	top: 290px;
	left: 125px !important;
}
.mvCont > div.mv01 ul.li05 li:nth-child(5) {
	position: absolute;
	top: 300px;
	left: 800px !important;
}
.mvCont > div.mv01 ul.li05 li:nth-child(6) {
	position: absolute;
	top: 250px;
	left: 550px !important;
}
.mvCont > div.mv01 ul li img {
	width: 100%;
}

.mvCont > div.mv01 p {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}
.mvCont > div.mv01 p span {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 25px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.mvCont > div.mv01 p span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.mvCont > div.mv01 p img {
	width: 41px;
}

.mvCont > div.mv02 {
	max-width: 1120px;
	padding: 200px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.mvCont > div.mv02 .title {
	position: relative;
	width: 575px;
	margin: 0 auto;
}
.mvCont > div.mv02 li:nth-child(1) {
	position: absolute;
	top: -50px;
	left: 70px;
}
.mvCont > div.mv02 li:nth-child(2) {
	position: absolute;
	top: 0px;
	left: 120px;
}
.mvCont > div.mv02 li:nth-child(3) {
	position: absolute;
	top: 20px;
	left: 250px;
}
.mvCont > div.mv02 li:nth-child(4) {
	position: absolute;
	top: -20px;
	left: 300px;
}
.mvCont > div.mv02 li:nth-child(5) {
	position: absolute;
	top: 0px;
	left: 480px;
}
.mvCont > div.mv02 h2 {
	width: 575px;
	margin: 0 auto 10px auto;
}
.mvCont > div.mv02 p:nth-child(2) {
	max-width: 850px;
	margin: 0 auto 350px auto;
}
.mvCont > div.mv02 p:nth-child(4) {
	max-width: 650px;
	margin: 0 auto 0 auto;
	border: 3px solid #fff;
}
.mvCont > div.mv02 p:nth-child(5) {
	max-width: 1000px;
	margin: 150px auto 30px auto;
}
.mvCont > div.mv02 p:nth-child(6) a {
	width: 340px;
	height: 100px;
	margin: 0 auto 0 auto;
	background: url(../img/img01_04_off.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	transition: 0.3s;
	cursor: pointer;
}
.mvCont > div.mv02 p:nth-child(6) a:hover {
	background: url(../img/img01_04_on.png) no-repeat;
	background-size: cover;
	transition: 0.3s;
}
.mvCont > div.mv02 p:nth-child(7) {
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}


header {
	background: #02072d;
	position: relative;
	z-index: 1001;
	display: none;
}
header > div {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
header > div h1 {
	width: 297px;
}
header > div ul {
	margin-left: auto;
	display: flex;
}
header > div ul li {
	width: 150px;
	margin-left: 10px;
}
header > div ul li:nth-child(-n+3) {
	width: 35px;
}
header a {
	transition: 0.3s;
}
header a:hover {
	transition: 0.3s;
	opacity: 0.8;
}

/*
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
}*/

/*menu*/
.menu{
    height: 22px;
    position: fixed;
    right: 15px;
    top: 30px;
    width: 32px;
    z-index: 3002;
	display: block;
}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 10px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 10px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    background: rgba(2,7,45,0.9);
    display: none;
    height: 100%;
    position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    z-index: 3001;
}
.gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item {
    margin: 15px 0;
	text-align: center;
}
.gnav__menu__item a {
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    padding: 0 0 2px 0;
    text-decoration: none;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.gnav__menu__item a::after {
    border-bottom: solid 3px #fff;
  	bottom: 0;
  	content: "";
  	display: block;
  	transition: all .3s ease;
  	width: 0;
}
.gnav__menu__item a:hover::after {
   width: 100%;
   transition: .5s;
}
.gnav__menu .btn {
	display: block;
	width: 440px;
	height: 100px;
	background: url(../img/btn_off.png) no-repeat;
	background-size: cover;
	transition: 0.3s;
	cursor: pointer;
	margin-top: 50px;
}
.gnav__menu .btn:hover {
	background: url(../img/btn_on.png) no-repeat;
	background-size: cover;
	transition: 0.3s;
}

.gnav__menu .btn01 ul {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.gnav__menu .btn01 ul li {
	width: 250px;
	margin: 0 10px;
}
.gnav__menu .btn01 ul li a {
	display: block;
	border: 2px solid #ddd;
	position: relative;
}
.gnav__menu li:last-child {
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
}


.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  display: block;
}
.is-show {
  transform: translateY(0);
}


#story {
	background: url(../img/bg02.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 0 0 80px 0;
}
#story h2 {
	width: 246px;
}
#story .title {
	position: relative;
	width: 246px;
	margin: 0 auto;
	padding-top: 130px;
}
#story .title li {
	width: 50px;
	height: 50px;
}
#story .title li:nth-child(1) {
	position: absolute;
	top: 110px;
	left: 20px;
}
#story .title li:nth-child(2) {
	position: absolute;
	top: 165px;
	left: 55px;
}
#story .title li:nth-child(3) {
	position: absolute;
	top: 180px;
	left: 150px;
}
#story .title li:nth-child(4) {
	position: absolute;
	top: 135px;
	left: 215px;
}
#story p {
	max-width: 1540px;
	margin: 0 auto;
}
#story p.spImg {
	display: none;
}


#performer {
	background-color: #000;
	background-image: url(../img/bg03.jpg),url(../img/bg04.jpg),url(../img/bg05.jpg); 
	background-size: 100% auto;
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-position: 0 0, center 900px, center bottom;
	padding-bottom: 650px;
}
#performer h2 {
	width: 450px;
}
#performer .title {
	position: relative;
	width: 450px;
	margin: 0 auto;
	padding-top: 150px;
}
#performer .title li {
	width: 50px;
	height: 50px;
}
#performer .title li:nth-child(1) {
	position: absolute;
	top: 140px;
	left: -10px;
}
#performer .title li:nth-child(2) {
	position: absolute;
	top: 185px;
	left: 100px;
}
#performer .title li:nth-child(3) {
	position: absolute;
	top: 150px;
	left: 220px;
}
#performer .title li:nth-child(4) {
	position: absolute;
	top: 190px;
	left: 290px;
}
#performer .title li:nth-child(5) {
	position: absolute;
	top: 160px;
	left: 390px;
}

.performerCont01 {
	width: 1250px;
	height: 794px;
	background: url(../img/img03_bg01.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding-top: 190px;
	box-sizing: border-box;
}
.performerCont01 h3 {
	font-weight: bold;
	font-size: 32px;
	margin: 0 0 30px 200px;
}
.performerCont01 ul {
	width: 930px;
	margin-left: 200px;
	display: flex;
	justify-content: space-between;
}
.performerCont01 ul li:first-child {
	width: 380px;
	font-size: 17px;
	line-height: 1.8;
}
.performerCont01 ul li:last-child {
	width: 520px;
}

.performerCont02 {
	width: 1250px;
	height: 706px;
	background: url(../img/img03_bg02.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding-top: 170px;
	margin-top: 200px;
	box-sizing: border-box;
}
.performerCont02 h3 {
	font-weight: bold;
	font-size: 32px;
	margin: 0 0 30px 0;
	text-align: center;
}
.performerCont02 h3 span {
	font-size: 26px;
}
.performerCont02 ul {
	width: 830px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.performerCont02 ul li:first-child {
	width: 310px;
}
.performerCont02 ul li:last-child {
	width: 490px;
	font-size: 17px;
	line-height: 1.8;
}

.performerCont03 {
	width: 1250px;
	height: 1675px;
	background: url(../img/img03_bg03.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
	box-sizing: border-box;
}
.plofTop {
	width: 930px;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	margin-left: 210px;
	margin-bottom: 30px;
}
.plofTop li:first-child {
	width: 470px;
	padding-top: 100px;
}
.plofTop li:first-child dl dt {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-left: 110px;
	margin-bottom: 20px;
}
.plofTop li:first-child dl dt::before {
	content: "";
	width: 90px;
	height: 23px;
	background: url(../img/img03_05.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 3px;
	left: 0;
}
.plofTop li:first-child dl dd {
	font-size: 16px;
	line-height: 1.8;
}
.plofTop li:last-child {
	width: 420px;
	text-align: center;
}
.plofTop li:last-child span {
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
}

.plofBottom {
	width: 820px;
	margin-left: 210px;
}
.plofBottom ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	align-items: center;
}
.plofBottom li:first-child {
	width: 250px;
	text-align: center;
}
.plofBottom li:first-child span {
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
}
.plofBottom li:last-child {
	width: 530px;
}
.plofBottom li:last-child dl dt {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-left: 110px;
	margin-bottom: 20px;
}
.plofBottom li:last-child dl dt::before {
	content: "";
	width: 90px;
	height: 23px;
	background: url(../img/img03_05.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 3px;
	left: 0;
}
.plofBottom li:last-child dl dd {
	font-size: 16px;
	line-height: 1.8;
}


#making {
	background: url(../img/bg06.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 0 0 100px 0;
}
#making h2 {
	width: 335px;
}
#making .title {
	position: relative;
	width: 335px;
	margin: 0 auto;
	padding-top: 130px;
	margin-bottom: 50px;
}
#making .title li {
	width: 50px;
	height: 50px;
}
#making .title li:nth-child(1) {
	position: absolute;
	top: 110px;
	left: 50px;
}
#making .title li:nth-child(2) {
	position: absolute;
	top: 175px;
	left: -10px;
}
#making .title li:nth-child(3) {
	position: absolute;
	top: 180px;
	left: 170px;
}
#making .title li:nth-child(4) {
	position: absolute;
	top: 130px;
	left: 300px;
}
#making h3 {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
#making > ul.movie {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
#making > ul.gallery {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#making > ul.movie li {
	width: 47%;
	margin-bottom: 5%;
	border: 5px solid #f2e9d7;
	box-sizing: border-box;
	position: relative;
}
#making > ul.movie li:last-child {
	margin: 0 auto;
}
#making > ul.gallery li {
	width: 30%;
	margin-left: 5%;
	margin-bottom: 5%;
	border: 5px solid #f2e9d7;
	box-sizing: border-box;
	position: relative;
}
#making > ul.gallery li:nth-child(3n+1) {
	margin-left: 0;
}
#making > ul li.photo::after {
	content: "";
	width: 45px;
	height: 45px;
	background: url(../img/img04_07.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
}


#ticket {
	background: #02072d;
	padding: 80px 0 50px 0;
}
#ticket h2 {
	width: 277px;
}
#ticket .title {
	position: relative;
	width: 277px;
	margin: 0 auto;
	padding-top: 130px;
	margin-bottom: 50px;
}
#ticket .title li {
	width: 50px;
	height: 50px;
}
#ticket .title li:nth-child(1) {
	position: absolute;
	top: 105px;
	left: 40px;
}
#ticket .title li:nth-child(2) {
	position: absolute;
	top: 160px;
	left: 80px;
}
#ticket .title li:nth-child(3) {
	position: absolute;
	top: 150px;
	left: 170px;
}
#ticket .title li:nth-child(4) {
	position: absolute;
	top: 170px;
	left: 250px;
}

.ticketCont {
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
}
.ticketCont h3 {
	background: #01082d;
	text-align: center;
	margin-bottom: 40px;
}
.ticketCont h3 span {
	color: #fffc00;
	font-size: 25px;
	position: relative;
	display: inline-block;
	padding: 20px 0 20px 50px;
}
.ticketCont h3 span::before {
	content: "";
	width: 38px;
	height: 35px;
	background: url(../img/img05_02.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: calc(50% - 19px);
}
.ticketTop {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.ticketTop ul:first-child {
	width: 450px;
}
.ticketTop ul:first-child li dl {
	display: flex;
	margin-bottom: 10px;
}
.ticketTop ul:first-child li dl dt {
	width: 80px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.8;
	font-size: 18px;
}
.ticketTop ul:first-child li dl dd {
	width: 370px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.8;
	font-size: 18px;
}
.ticketTop ul:first-child li dl dd span {
	font-size: 14px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.ticketTop ul:first-child li p {
	font-size: 14px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.8;
}
.ticketTop ul:first-child li p span {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.ticketTop ul:last-child {
	width: 450px;
}
.ticketTop ul:last-child li:first-child {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}
.ticketTop ul:last-child li:last-child {
	width: 250px;
	margin: 30px auto 0 auto;
	cursor: pointer;
	transition: 0.3s;
}
.ticketTop ul:last-child li:last-child:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.ticketBook,
.ticketMiddle{
	margin-bottom: 50px;
}
.ticketBook h4,
.ticketMiddle h4,
.ticketBottom h4,
.ticketSite h4 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}
.ticketBook h4::after,
.ticketMiddle h4::after,
.ticketBottom h4::after,
.ticketSite h4::after {
	content: "";
	width: 50px;
	height: 2px;
	background: #190000;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 25px);
}
.ticketMiddle ul {
	display: flex;
	flex-wrap: wrap;
}
.ticketMiddle ul li {
	width: 33.3%;
	padding: 30px;
	box-sizing: border-box;
}
.ticketMiddle ul li:nth-child(odd) {
	background: #ddd;
}
.ticketMiddle ul li dl {
	text-align: center;
}
.ticketMiddle ul li dl dt {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Noto Sans Japanese', sans-serif;
	margin-bottom: 20px;
}
.ticketMiddle ul li dl dd:last-child {
	font-size: 13px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.8;
}
.ticketMiddle ul li dl dd:nth-child(2) {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ticketMiddle ul li:nth-child(1) dl dd:nth-child(2) img {
	width: 195px;
	margin: 0 auto;
}
.ticketMiddle ul li:nth-child(2) dl dd:nth-child(2) img {
	width: 60px;
	margin: 0 auto;
}
.ticketMiddle ul li:nth-child(3) dl dd:nth-child(2) img {
	width: 65px;
	margin: 0 auto;
}
.ticketMiddle ul li:nth-child(4) dl dd:nth-child(2) img {
	width: 60px;
	margin: 0 auto;
}
.ticketMiddle ul li:nth-child(5) dl dd:nth-child(2) img {
	width: 75px;
	margin: 0 auto;
}
.ticketMiddle ul li:nth-child(6) dl dd:nth-child(2) img {
	width: 53px;
	margin: 0 auto;
}

.ticketBottom dl {
	display: flex;
	margin-bottom: 5px;
}
.ticketBottom dl dt {
	background: #eee;
	padding: 20px;
	font-size: 18px;
	font-family: 'Noto Sans Japanese', sans-serif;
	width: 200px;
	box-sizing: border-box;
}
.ticketBottom dl dd {
	padding: 20px;
	font-size: 18px;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.ticketSite {
	margin-bottom: 60px;
}
.ticketSite p {
	font-size: 18px;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: center;
	margin-bottom: 30px;
}
.ticketSite p span {
	font-size: 18px;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #aa1a1a;
}
.ticketSite ul {
	display: flex;
	justify-content: center;
}
.ticketSite ul li {
	width: 280px;
	margin: 0 10px;
}
.ticketSite ul li a {
	display: block;
	border: 2px solid #ddd;
	position: relative;
}

.ticketBook ul li:first-child {
	width: 70%;
	margin: 0 auto 40px auto;
}
.ticketBook ul li:last-child {
	width: 280px;
	margin: 0 auto;
	border: 1px solid #399242;
}

#ticket > dl {
	text-align: center;
}
#ticket > dl dt {
	width: 300px;
	margin: 30px auto 20px auto;
	cursor: pointer;
}
#ticket > dl dd {
	font-size: 12px;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #fff;
}


#inline-content {
	width: 800px;
	padding: 50px;
	box-sizing: border-box;
}
#inline-content h3 {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Noto Sans Japanese', sans-serif;
	margin-bottom: 20px;
}
#inline-content h3 span {
	font-size: 18px;
	color: #aa1a1a;
	font-family: 'Noto Sans Japanese', sans-serif;
}
#inline-content ul {
	display: flex;
	justify-content: space-between;
}
#inline-content ul li {
	width: 220px;
}
#inline-content ul li a {
	display: block;
	border: 2px solid #ddd;
	position: relative;
}

#inline-content ul li a::before,
#inline-content ul li a::after,
.ticketSite ul li a::before,
.ticketSite ul li a::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.gnav__menu .btn01 ul li a::before,
.gnav__menu .btn01 ul li a::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 4px solid transparent;
}
#inline-content ul li a:hover,
.ticketSite ul li a:hover,
.gnav__menu .btn01 ul li a:hover {
  color: #01082d;
}
#inline-content ul li a:hover::before,
#inline-content ul li a:hover::after,
.ticketSite ul li a:hover::before,
.ticketSite ul li a:hover::after {
  width: 100%;
  height: 100%;
}
.gnav__menu .btn01 ul li a:hover::before,
.gnav__menu .btn01 ul li a:hover::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
#inline-content ul li a:hover::before,
.ticketSite ul li a:hover::before {
  border-top-color: #01082d;
  border-right-color: #01082d;
  transition: width .3s, height .3s .3s;
}
#inline-content ul li a:hover::after,
.ticketSite ul li a:hover::after {
  border-bottom-color: #01082d;
  border-left-color: #01082d;
  transition: height .3s, width .3s .3s;
}
.gnav__menu .btn01 ul li a:hover::before {
  border-top-color: #fcff00;
  border-right-color: #fcff00;
  transition: width .3s, height .3s .3s;
}
.gnav__menu .btn01 ul li a:hover::after {
  border-bottom-color: #fcff00;
  border-left-color: #fcff00;
  transition: height .3s, width .3s .3s;
}




}

@media screen and (max-width: 1250px) {
#performer {
	background-color: #000;
	background-image: url(../img/bg03.jpg); 
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: 0;
}

.performerCont01,.performerCont02,.performerCont03 {
	display: none !important;
}
.spPerformer {
	display: block !important;
	max-width: 700px;
	margin: 0 auto;
	
}
}

@media screen and (max-width: 1100px) {
header > div ul {
	display: none;
}
}


@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.mvCont {
	background: url(../img/bg01@2x.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#story {
	background: url(../img/bg02@2x.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
#performer {
	background-color: #000;
	background-image: url(../img/bg03@2x.jpg),url(../img/bg04@2x.jpg),url(../img/bg05@2x.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-position: 0 0, center 900px, center bottom;
}
.performerCont01 {
	background: url(../img/img03_bg01@2x.png) no-repeat;
	background-size: cover;
}
.performerCont02 {
	background: url(../img/img03_bg02@2x.png) no-repeat;
	background-size: cover;
}
.performerCont03 {
	background: url(../img/img03_bg03@2x.png) no-repeat;
	background-size: cover;
}
#making {
	background: url(../img/bg06@2x.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
}



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

.bg {
    width: 100vw;
    height: 100vh;
    background: #000;
    animation: bgAnime 1s linear 2s forwards;
	overflow: hidden;
}
 
.text {
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 1em;
    line-height: 1.7;
    position: absolute;
    top: -150px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 7;
    animation: textAnime2 .3s linear forwards;
}
 
.text:after{
    content: "";
    width: 18em;
    height: 12em;
    background: #000;
    position: absolute;
    top: 120px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    animation: textAnime1 4s linear forwards;
}
.textPc {
	display: none !important;
} 
 
/*keyframe*/
 
@keyframes textAnime1 {
0% {
    transform: translateX(0);
}
100% {
    transform: translateY(75%);
}
}
/*
@keyframes textAnime2 {
0%{
    transform: rotate(0);
}
100%{
    transform: rotate(-10deg);
}
}*/
 
@keyframes bgAnime {
0%{
    opacity: 1;
}
99%{
    opacity: 1;
}
100%{
    opacity: 1;
}
}


.pc {
	display: none !important;
}

body {
	overflow-x: hidden;
}
.wrap {

}
.mvCont:before{
  content:"";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/bg01sp.jpg) center no-repeat;
  background-size: cover;
}
.mvCont {
	width: 100%;
	z-index: 1200;
	overflow: hidden;
	background: none;
}
.mvCont > div.mv01 {
	max-width: 350px;
	height: 100vh;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.mvCont > div.mv01 > div {
	position: relative;
	top: -50px;
}
.mvCont > div.mv01 ul {
	max-width: 920px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mvCont > div.mv01 ul.li01 li:nth-child(1) {
	width: 25px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(1) {
	width: 55px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(2) {
	width: 39px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(3) {
	width: 39px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(4) {
	width: 18px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(5) {
	width: 36px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(6) {
	width: 39px;
	position: relative;
}
.mvCont > div.mv01 ul.li02 li:nth-child(7) {
	width: 32px;
	position: relative;
}
.mvCont > div.mv01 ul.li03 li:nth-child(1) {
	width: 330px;
	position: relative;
}
.mvCont > div.mv01 ul.li04 li:nth-child(1) {
	width: 146px;
	position: relative;
}
.mvCont > div.mv01 ul.li03 {
	margin-top: 10px;
}
.mvCont > div.mv01 ul.li04 {
	position: relative;
	top: -100px;
	left: 50px;
}

.mvCont > div.mv01 ul.li05 li {
	width: 30px;
	position: relative;
}
.mvCont > div.mv01 ul.li05 li:nth-child(1) {
	position: absolute;
	top: 65px;
	left: 170px !important;
}
.mvCont > div.mv01 ul.li05 li:nth-child(2) {
	position: absolute;
	top: 45px;
	left: 45px !important;
}
.mvCont > div.mv01 ul.li05 li:nth-child(3) {
	position: absolute;
	top: 55px;
	left: 235px !important;
}
.mvCont > div.mv01 ul.li05 li:nth-child(4) {
	position: absolute;
	top: 120px;
	left: 35px !important;
}
.mvCont > div.mv01 ul.li05 li:nth-child(5) {
	position: absolute;
	top: 120px;
	left: 180px !important;
}
.mvCont > div.mv01 ul.li05 li:nth-child(6) {
	position: absolute;
	top: 120px;
	left: 285px !important;
}

.mvCont > div.mv01 ul li img {
	width: 100%;
}

.mvCont > div.mv01 p {
  position: absolute;
  bottom: 80px;
   left: calc(50% - 13px);
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}
.mvCont > div.mv01 p span {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 25px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.mvCont > div.mv01 p span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mvCont > div.mv01 p img {
	width: 41px;
}


.mvCont > div.mv02 {
	max-width: 100%;
	padding: 100px 20px 200px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.mvCont > div.mv02 .title {
	position: relative;
	width: 250px;
	margin: 0 auto;
}
.mvCont > div.mv02 li {
	width: 30px;
	position: relative;
}
.mvCont > div.mv02 li:nth-child(1) {
	position: absolute;
	top: -10px;
	left: 45px;
}
.mvCont > div.mv02 li:nth-child(2) {
	position: absolute;
	top: 17px;
	left: 70px;
}
.mvCont > div.mv02 li:nth-child(3) {
	position: absolute;
	top: 20px;
	left: 130px;
}
.mvCont > div.mv02 li:nth-child(4) {
	position: absolute;
	top: 0px;
	left: 150px;
}
.mvCont > div.mv02 li:nth-child(5) {
	position: absolute;
	top: 10px;
	left: 215px;
}
.mvCont > div.mv02 h2 {
	width: 250px;
	margin: 0 auto 10px auto;
}
.mvCont > div.mv02 p:nth-child(2) {
	width: 100%;
	margin: 0 auto 200px auto;
}
.mvCont > div.mv02 p:nth-child(4) {
	width: 100%;
	margin: 0 auto 0 auto;
	border: 3px solid #fff;
}
.mvCont > div.mv02 p:nth-child(5) {
	width: 100%;
	margin: 70px auto 30px auto;
}
.mvCont > div.mv02 p:nth-child(6) a {
	width: 200px;
	height: 59px;
	margin: 0 auto 0 auto;
	background: url(../img/img01_04_off.png) no-repeat;
	background-size: cover;
	text-indent: -9999px;
	transition: 0.3s;
	cursor: pointer;
}
.mvCont > div.mv02 p:nth-child(7) {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}


header {
	background: #02072d;
	position: relative;
	z-index: 1001;
	display: none;
}
header > div {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	align-items: center;
}
header > div h1 {
	width: 200px;
	margin-left: 15px;
}
header > div ul {
	display: none;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
}

/*menu*/
.menu{
    height: 20px;
    position: fixed;
    right: 20px;
    top: 19px;
    width: 32px;
    z-index: 3002;
	display: block;
}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 9px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 9px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    background: rgba(2,7,45,0.9);
    display: none;
    height: 100%;
    position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    z-index: 3001;
}
.gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item {
    margin: 10px 0;
	text-align: center;
}
.gnav__menu__item a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 2px 0;
    text-decoration: none;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.gnav__menu .btn {
	display: block;
	width: 280px;
	height: 64px;
	background: url(../img/btn_on.png) no-repeat;
	background-size: cover;
	transition: 0.3s;
	cursor: pointer;
	margin-top: 50px;
}

.gnav__menu .btn01 ul {
	margin-top: 20px;
}
.gnav__menu .btn01 ul li {
	width: 180px;
	margin: 0 auto 10px auto;
}

.gnav__menu li:last-child {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
}


.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  display: block;
}
.is-show {
  transform: translateY(0);
}


#story {
	background: url(../img/bg02.jpg) no-repeat center top;
	background-size: cover;
	padding: 30px 0 50px 0;
	margin-top: -30px;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 3;
}
#story h2 {
	width: 123px;
}
#story .title {
	position: relative;
	width: 123px;
	margin: 0 auto;
	padding-top: 60px;
}
#story .title li {
	width: 40px;
	height: 40px;
}
#story .title li:nth-child(1) {
	position: absolute;
	top: 40px;
	left: 5px;
}
#story .title li:nth-child(2) {
	position: absolute;
	top: 70px;
	left: 20px;
}
#story .title li:nth-child(3) {
	position: absolute;
	top: 75px;
	left: 65px;
}
#story .title li:nth-child(4) {
	position: absolute;
	top: 55px;
	left: 100px;
}
#story p {
	width: 100%;
}
#story p.pcImg {
	display: none;
}


#performer {
	background-color: #000;
	background-image: url(../img/bg03.jpg); 
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: -50px;
	padding-top: 50px;
	position: relative;
	z-index: 2;
}
#performer h2 {
	width: 225px;
}
#performer .title {
	position: relative;
	width: 225px;
	margin: 0 auto 20px auto;
	padding-top: 60px;
}
#performer .title li {
	width: 40px;
	height: 40px;
}
#performer .title li:nth-child(1) {
	position: absolute;
	top: 50px;
	left: -10px;
}
#performer .title li:nth-child(2) {
	position: absolute;
	top: 70px;
	left: 40px;
}
#performer .title li:nth-child(3) {
	position: absolute;
	top: 55px;
	left: 100px;
}
#performer .title li:nth-child(4) {
	position: absolute;
	top: 70px;
	left: 140px;
}
#performer .title li:nth-child(5) {
	position: absolute;
	top: 55px;
	left: 190px;
}



#making {
	background: url(../img/bg06.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 0 80px 0;
	margin-top: -50px;
	position: relative;
	z-index: 1;
}
#making h2 {
	width: 167px;
}
#making .title {
	position: relative;
	width: 167px;
	margin: 0 auto;
	padding-top: 60px;
	margin-bottom: 20px;
}
#making .title li {
	width: 40px;
	height: 40px;
}
#making .title li:nth-child(1) {
	position: absolute;
	top: 40px;
	left: 25px;
}
#making .title li:nth-child(2) {
	position: absolute;
	top: 75px;
	left: -10px;
}
#making .title li:nth-child(3) {
	position: absolute;
	top: 75px;
	left: 80px;
}
#making .title li:nth-child(4) {
	position: absolute;
	top: 50px;
	left: 140px;
}
#making h3 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
#making > ul.movie {
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#making > ul.gallery {
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#making > ul.movie li,
#making > ul.gallery li {
	width: 48%;
	margin-bottom: 4%;
	border: 3px solid #f2e9d7;
	box-sizing: border-box;
	position: relative;
}
#making > ul.movie li:nth-child(3n+1),
#making > ul.gallery li:nth-child(3n+1) {
	margin-left: 0;
}
#making > ul.movie li:last-child {
	margin: 0 auto;
}
#making > ul li.photo::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/img04_07.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
}



#ticket {
	background: #02072d;
	padding: 50px 0 30px 0;
}
#ticket h2 {
	width: 138px;
}
#ticket .title {
	position: relative;
	width: 138px;
	margin: 0 auto;
	padding-top: 60px;
	margin-bottom: 30px;
}
#ticket .title li {
	width: 40px;
	height: 40px;
}
#ticket .title li:nth-child(1) {
	position: absolute;
	top: 40px;
	left: 10px;
}
#ticket .title li:nth-child(2) {
	position: absolute;
	top: 70px;
	left: 30px;
}
#ticket .title li:nth-child(3) {
	position: absolute;
	top: 65px;
	left: 80px;
}
#ticket .title li:nth-child(4) {
	position: absolute;
	top: 70px;
	left: 120px;
}

.ticketCont {
	max-width: 90%;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.ticketCont h3 {
	background: #01082d;
	text-align: center;
	margin-bottom: 20px;
}
.ticketCont h3 span {
	color: #fffc00;
	font-size: 16px;
	position: relative;
	display: inline-block;
	padding: 45px 0 15px 0;
}
.ticketCont h3 span::before {
	content: "";
	width: 25px;
	height: 23px;
	background: url(../img/img05_02.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: calc(50% - 12px);
	top: 15px;
}
.ticketTop {
	margin-bottom: 50px;
}
.ticketTop ul:first-child {
	margin-bottom: 30px;
}
.ticketTop ul:first-child li dl {
	margin-bottom: 10px;
}
.ticketTop ul:first-child li dl dt {
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.6;
	font-size: 14px;
}
.ticketTop ul:first-child li dl dd {
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.6;
	font-size: 14px;
}
.ticketTop ul:first-child li dl dd span {
	font-size: 11px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.ticketTop ul:first-child li p {
	font-size: 11px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.8;
}
.ticketTop ul:first-child li p span {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.ticketTop ul:last-child {
}
.ticketTop ul:last-child li:first-child {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}
.ticketTop ul:last-child li:last-child {
	width: 180px;
	margin: 20px auto 0 auto;
}


.ticketBook {
	margin-bottom: 40px;
}
.ticketMiddle {
	margin-bottom: 20px;
}
.ticketBook h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.ticketMiddle h4,
.ticketBottom h4,
.ticketSite h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.ticketBook h4::after,
.ticketMiddle h4::after,
.ticketBottom h4::after,
.ticketSite h4::after{
	content: "";
	width: 30px;
	height: 2px;
	background: #01082d;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 15px);
}
.ticketMiddle ul {
}
.ticketMiddle ul li {
	padding: 30px;
	box-sizing: border-box;
}
.ticketMiddle ul li:nth-child(odd) {
	background: #ddd;
}
.ticketMiddle ul li dl {
	text-align: center;
}
.ticketMiddle ul li dl dt {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.ticketMiddle ul li dl dd:last-child {
	font-size: 12px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.8;
}

.ticketMiddle ul li:nth-child(1) dl dd:nth-child(2) img {
	width: 190px;
	margin: 20px auto;
}
.ticketMiddle ul li:nth-child(2) dl dd:nth-child(2) img {
	width: 65px;
	margin: 20px auto;
}
.ticketMiddle ul li:nth-child(3) dl dd:nth-child(2) img {
	width: 65px;
	margin: 20px auto;
}
.ticketMiddle ul li:nth-child(4) dl dd:nth-child(2) img {
	width: 60px;
	margin: 20px auto;
}
.ticketMiddle ul li:nth-child(5) dl dd:nth-child(2) img {
	width: 75px;
	margin: 20px auto;
}
.ticketMiddle ul li:nth-child(6) dl dd:nth-child(2) img {
	width: 53px;
	margin: 20px auto;
}

.ticketBottom dl {
}
.ticketBottom dl dt {
	background: #eee;
	padding: 11px;
	font-size: 16px;
	font-family: 'Noto Sans Japanese', sans-serif;
	box-sizing: border-box;
}
.ticketBottom dl dd {
	padding: 11px;
	font-size: 16px;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.ticketSite {
	margin-bottom: 50px;
}
.ticketSite p {
	font-size: 16px;
	font-family: 'Noto Sans Japanese', sans-serif;
	margin-bottom: 20px;
	text-align: center;
}
.ticketSite p span {
	font-size: 16px;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #aa1a1a;
}
.ticketSite ul li {
	width: 180px;
	margin: 0 auto 10px auto;
}
.ticketSite ul li img {
	border: 2px solid #ccc;
}

.ticketBook ul li:first-child {
	width: 100%;
	margin: 0 auto 20px auto;
}
.ticketBook ul li:last-child {
	width: 180px;
	margin: 0 auto;
	border: 1px solid #399242;
}

#ticket > dl {
	text-align: center;
}
#ticket > dl dt {
	width: 250px;
	margin: 20px auto 20px auto;
	cursor: pointer;
}
#ticket > dl dd {
	font-size: 11px;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #fff;
}


#inline-content {
	padding: 20px;
	box-sizing: border-box;
}
#inline-content h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Noto Sans Japanese', sans-serif;
	margin-bottom: 20px;
}
#inline-content h3 span {
	font-size: 14px;
	color: #aa1a1a;
	font-family: 'Noto Sans Japanese', sans-serif;
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
#inline-content p {
	margin-bottom: 10px;
}
#inline-content ul {
}
#inline-content ul li {
	width: 180px;
	margin: 0 auto 10px auto;
}
#inline-content ul li img {
	border: 2px solid #ccc;
}


}



