@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

html, body {
	height: 100%;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8em;
	color: #f4d1e0;
	background: url(images/main_visual.jpg) no-repeat fixed;
	background-size: cover;
	background-color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:1080px){
	body {
		background-color: #232162;
	}
	body::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-transform: translate3d(0, 0, -1px);
		transform: translate3d(0, 0, -1px);
		width: 100%;
		height: 100vh;
		background: url(images/main_visual_sp.jpg) no-repeat;
		background-size: contain;
		background-position: center 40px;
		-webkit-background-size: contain;
	}
}
h1, h2, h3, p, dl, dt, dd, ul, ol, li {
	margin: 0;
	padding: 0;
}
h2 {
	height: 73px;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
h2 img {
	height: 100%;
	width: auto;
}
a, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #85151c;
}
img {
	vertical-align: bottom;
}
p.text_a {
	position: fixed;
	top: 0;
	right: 0;
}
p.text_r {
	position: fixed;
	top: 0;
	left: 0;
}
@media screen and (max-width:1080px){
	p.text_a, p.text_r {
		top: 56px;
	}
}
p.text_c {
	position: fixed;
	bottom: 0;
	right: 0;
}
p.text_k {
	position: fixed;
	bottom: 0;
	left: 0;
}
@media screen and (max-width:410px){
	p.text_a, p.text_r, p.text_c, p.text_k {
		display: none;
	}
}
.cover {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	z-index: 5;
}
@media screen and (max-width:1080px){
	.cover {
		z-index: 10;
	}
}
.centerBox {
	width: 100%;
	height: 658px;
	text-align: center;
}
@media screen and (max-width:1080px){
	.centerBox {
		width: 480px;
		height: 392px;
	}
}
@media screen and (max-width:500px){
	.centerBox {
		width: 310px;
		height: 254px;
	}
}
@media screen and (max-width:1080px){
	.section1 {
		background: none;
	}
	.section1::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-transform: translate3d(0, 0, -1px);
		transform: translate3d(0, 0, -1px);
		width: 100%;
		/*height: 100vh;*/
		/*background: url(images/bg_sp.jpg) center 56px/cover no-repeat;
		-webkit-background-size: cover;*/
	}
}
.section1 h1.title img {
	width: 727px;
}
@media screen and (max-width:1080px) {
	.section1 h1.title img {
		width: 480px;
	}
}
@media screen and (max-width:500px) {
	.section1 h1.title img {
		width: 310px;
	}
}
@-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;
  }
}
	
h1 {
	margin: 0;
	padding: 0;
	width: 99px;
}
h1 img {
	width: 100%;
}
#top-head {
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	z-index: 999;
	position: fixed;
}
#top-head a, #top-head {
	color: #f4d1e0;
	text-decoration: none;
}
#top-head a:hover {
	color: #ffffff;
}
#top-head .inner {
	position: relative;
	width: 100%;
	max-width: 1023px;
	box-sizing: border-box;
	height: 60px;
	margin: 0 auto;
	background: #c7151c;
	padding: 0 30px;
}
@media screen and (max-width: 1080px) {
	#top-head .inner {
		 background-color: transparent; 
		 padding: 0; 
	}
}
#top-head .logo {
	float: left;
	margin-top: 18px;
	height: 24px;
	font-size: 1em;
}
#top-head .logo a {
	height: 24px;
	line-height: 24px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 20px;
	top: 24px;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1080px) {
	#global-nav ul {
		margin-right: 0;
	}
}
#global-nav ul li {
	float: left;
	padding: 0 0 14px;
	margin: 0 15px;
	font-weight: bold;
}

@media screen and (max-width: 1080px) {
	#global-nav ul li:last-child {
		margin-right: 0;
	}
}
#global-nav ul li.current {
	border-bottom: 1px solid #f8e2e1;
}

@media screen and (max-width: 1080px) {
	#global-nav ul li.current {
		border-bottom: 1px solid #C4C29D;
	}
}
#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;
}
.smart-on {
	display: none;
}
.smart-off {
	display: block;
}
.smart-kaigyou {
	display: none;
}
.smart-kaigyou {
	display: block;
}
@media screen and (max-width: 1080px) {
	.smart-kaigyou {
		display: block;
	}
	.smart-kaigyou {
		display: none;
	}
}
@media screen and (max-width: 1080px) {
	.smart-on {
		display: block;
	}
	.smart-off {
		display: none;
	}
	.sp-slides-container {
		margin-top: 56px;
	}
	#top-head .logo {
		float: none;
		position: absolute;
		top: 50%;
		margin-top: -14px;
		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;
		box-shadow: 0 3px 6px rgba(0,0,0,0.05);
		background-color: #c7151c;
	}
	#top-head.fixed .logo, #top-head .logo {
		position: absolute;
		color: #333;
		font-size: 26px;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background-color: #000;
		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 #333;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    	font-weight: normal;
	}
	#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #DC293A;;
	}
	#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);
	}
}

.section2 {
	background-image: url(images/bg_top_pc.png);
	background-repeat: repeat-x;
	background-position: top center;
	padding: 30px 0;
	margin-top: -60px;
}
.section2 .content {
	width: 100%;
	position: relative;
	background: #c51924;
	text-align: center;
}
.section2 .content:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: -30px;
	left: 0;
	background-image: url(images/bg_bottom_pc.png);
	background-repeat: repeat-x;
	background-position: center;
}
.section2 .content .content_box {
	box-sizing: border-box;
	padding: 102px 0 320px;
	display: inline-block;
	text-align: center;
}
.section2 .content .content_box h2 {
	font-size: 26px;
	height: 26px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	letter-spacing: 0.3em;
	border: 2px solid #000;
	color: #000;
	display: inline-block;
	padding: 10px 20px;
	width: inherit;
	background: #e01f2b;
}
.section2 .content .content_box p {
	line-height: 2.4em;
	font-size: 13px;
}
p.kome {
	font-size: 14px;
	margin-left:1em;
	text-indent:-1em;
}
.section3 {
	position: relative;
	margin-top: -277px;
	padding-top: 277px;
}
.section3:after {
	background-color: #000;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: -1;
	padding-bottom: 60px;
}
.section3 .content {
	width: 683px;
	background: #e01f2b;
	border: #000 2px solid;
	margin: -260px auto 60px;
	padding: 45px 0 80px;
	text-align: center;
	position: relative;
}
.section3 .content:before {
	content: url(images/tokki_top.png);
	position: absolute;
	top: -17px;
	left: calc(50% - 181px);
	width: 362px;
}
.section3 .content:after {
	content: url(images/tokki_bottom.png);
	position: absolute;
	bottom: -22px;
	left: calc(50% - 181px);
	width: 362px;
}
.section3 p {
	width: 100%;
}
.section3 p.place {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.section3 p.place span {
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 50px;
}
.section3 p.date {
	width: 166px;
	margin: 0 auto 40px;
}
.section3 p.date img {
	width: 100%;
}
.section3 table {
	margin: 0 auto;
	max-width: 418px;
	width: 100%;
	border-top: 1px solid #f4d1e0;	
	border-right: 1px solid #f4d1e0;
	border-collapse: collapse;
}
.section3 table th, .section3 table td {
	border-bottom: 1px solid #f4d1e0;	
	border-left: 1px solid #f4d1e0;
	width: 33.333%;
	padding: 5px 0;
}
.section3 table td {
	font-size: 14px;
}
.section4 {
	position: relative;
	background-color: #000;
	margin-top: -40px;
	padding-top: 40px;
}
.section4 .content {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 180px;
}
.section4 .actor_list {
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	justify-content: center;
}
.section4 .actor_list.middle {
	justify-content: flex-start;
}
.section4 h3.ensemble {
	width: 197px;
	height: 60px;
	margin: 0 auto 30px;
	text-align: center;
}
.section4 h3.ensemble img {
	width: 100%;
}
.actor {
	margin-bottom: 40px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	padding: 0 5px;
}
.actor.l {
	width: 280px;
	margin-bottom: 40px;
}
.section4 .actor_list .actor.l.hiroine {
	margin: 0 15px;
}
.actor img {
	width: 100%;
}
.actor p.name {
	height: 50px;
	width: 93%;
	line-height: 50px;
	color: #e32430;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.2em;
	border: 1px solid #e32430;
	margin: 28px auto 0;
	position: relative;
}
.actor p.name:before {
	position: absolute;
	left: calc(50% - 7px);
	top: -33px;
	content: url(images/tokki_cast.png);
}
.section4 .actor_list .actor.m {
	width: 230px;
	margin-bottom: 40px
}
.section4 .actor_list .actor.m.end {
	margin-right: 101px;
}
.section5 {
	position: relative;
    margin-top: -23px;
    background-color: #85151c;
	padding-bottom: 80px;
	z-index: 2;
}
.section5:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	top: -30px;
	left: 0;
	background-image: url(images/bg2_top_pc.png);
	background-repeat: repeat-x;
	background-position: center;
}
.section5:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: -30px;
	left: 0;
	background-image: url(images/bg2_bottom_pc.png);
	background-repeat: repeat-x;
	background-position: center;
}
.section5 .content {
	width: 683px;
	background: #e01f2b;
	border: #000 2px solid;
	margin: -130px auto 60px;
	padding: 40px 0 80px;
	text-align: center;
	position: relative;
}
.section5 .content:before {
	content: url(images/tokki_top.png);
	position: absolute;
	top: -17px;
	left: calc(50% - 181px);
	width: 362px;
}
.section5 .content:after {
	content: url(images/tokki_bottom.png);
	position: absolute;
	bottom: -22px;
	left: calc(50% - 181px);
	width: 362px;
}
.section5 .content ul.content_box {
	width: 100%;
	box-sizing: border-box;
	padding: 0 110px;
	list-style-type: none;
	display: flex;
	flex-flow: column wrap;
}
.section5 .content ul.content_box li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.section5 h2 {
	margin-bottom: 40px;
}
.section5 h3 {
	color: #000;
	border-bottom: 1px solid #000;
	font-size: 16px;
	text-align: left;
}
.section5 h3 span {
	font-size: 12px;
}
.section5 p.ticket_price {
	font-size: 20px;
	padding: 25px 0 40px 20px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
	line-height: 2.6em;
}
.section5 p.ticket_price strong {
	font-size: 24px;
}
.fukidashi {
	position: relative;
	display: inline-block;
 	margin: 1.3em 0;
	padding: 0 10px;
 	color: #232162;
	font-size: 13px;
	background: #FFF02A;
	border-radius: 10px;
}

.fukidashi:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 40px;
 	margin-left: -15px;
	border: 10px solid transparent;
	border-bottom: 10px solid #FFF02A;
}

.fukidashi p {
	margin: 0;
	padding: 0;
}
.section5 .content ul.content_box li ul {
	padding-left: 20px;
	margin-left: 20px;
	text-align: left;
	color: #000;
}
.section5 .content ul.content_box li ul li h4 {
	margin: 25px 0 10px;
}
.section5 .access_box {
	max-width: 1020px;
    box-sizing: border-box;
    padding: 30px 30px 80px;
    background: #000;
    margin: 0 auto;
}
.section5 p.place {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	color: #bdbec0;
}
.section5 p.place span {
	display: inline-block;
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 300;
}
.section5 .content ul.content_box li ul li p {
	margin: 5px 0 0 10px;
}
.section5 p#ticket {
	padding-top: 146px;
	margin-top: -146px;
}
.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%;
}
.google-map iframe .gm-style .place-card-large {
	display: none!important;
}
.section7 {
	position: relative;
	color: #bdbec0;
	padding: 90px 0;
	background: #000;
	text-align: center;
	font-size: 13px;
}
.section7 .content {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
p.twenty_th {
	position: absolute;
	bottom: 110px;
	left: 518px;
}
.section8 {
	position: relative;
	background-color: #000;
	color: #bdbec0;
	margin: 0 auto;
	padding-bottom: 80px;
}
.section8 .content {
    max-width: 683px;
	box-sizing: border-box;
	width: 100%;
    margin: 0 auto;
    padding: 44px 96px 100px;
	border: 2px #eb212e solid;
	border-radius: 2px;
}
.section8 .content:before {
	content: url(images/tokki_bk_top.png);
	position: absolute;
	top: -15px;
	left: calc(50% - 181px);
	width: 362px;
}
.section8 .content:after {
	content: url(images/tokki_bk_bottom.png);
	position: absolute;
	bottom: 60px;
	left: calc(50% - 181px);
	width: 362px;
}
.section8 .content .content_box {
}
.section8 .content .content_box p span {
	font-size: 20px;
}
.section9 {
	position: relative;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	color: #222;
	margin-top: -40px;
	padding-top: 40px;
}
.section9 .content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 60px;
	position: relative;
}
.section9 .content .content_box {
	width: 100%;
	box-sizing: border-box;
	padding: 60px;
	background-color: #fff;
	font-size: 14px;
	border-radius: 5px;
	border: 3px #eb212e solid;
}
.section9 .content .content_box ul {
	margin-bottom: 20px;
}
.section9 .content .content_box ul li {
	margin-left: 30px;
}
.section9 .content .content_box ul li.kome {
	list-style-type: none;
}
.section9 .content .content_box ul li.kome:before {
	content: "※";
	margin-left: -20px;
	padding-right: 6px;
}
.section9 .content .content_box ul li .kakoi {
	border: 1px solid #999;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	overflow-wrap : break-word;
}
footer {
	width: 100%;
	height: 24px;
	text-align: center;
	background-color: #222;
	position: absolute;
}
footer p {
	line-height: 24px;
	font-size: 11px;
	color: #fff;
}
.ticket_button {
	position: fixed;
	bottom: 40px;
	right: 40px;
	font-size: 14px;
	z-index: 10;
}
.ticket_button a {
	text-decoration: none;
    color: #111;
    font-weight: bold;
    width: 210px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px;
    background: linear-gradient(to bottom right,#ea77a9,#6cd0ef);
    border-radius: 10px;
    display: inline-block;
}
.ticket_button a:hover {
	color: #fff;
}
.ticket_button a i {
	font-size: 16px;
}
.to_top_button {
	position: fixed;
	bottom: 40px;
	right: 260px;
	font-size: 14px;
	z-index: 10;
}
.to_top_button a {
	text-decoration: none;
	color: #111;
	font-weight: bold;
	width: 50px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	text-align: center;
	background-color: #b71e2d;
	border-radius: 25px;
	display: inline-block;
}
.to_top_button a:hover {
	background-color: #e01f2b;
}
.to_top_button a i {
	font-size: 16px;
}

@media screen and (max-width: 1080px) {
	body {
		background-image: none;
		background-color: #000;
	}
	a.scroll {
		display: none;
	}
	.content {
		box-sizing: border-box;
		/* width: calc(100% - 40px)!important; */
		padding: 0!important;
		/* margin: 0 20px; */
	}
	.content_box {
		width: 100%;
	}
	.section2 {
		margin: -60px 20px 0;
		background-image: none;
		position: relative;
	}
	.section2 .content {
		margin: -1px auto 0;
		max-width: 636px!important;
		width: 100%;
		/* padding: 10px 0 20px!important; */
		position: relative;
	}
	.section2 .content:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 14px;
		top: -13px;
		left: 0;
		background: url(images/tokki_sp.png) repeat center top;
	}
	.section2 .content:after {
		height: 14px;
		bottom: -14px;
		left: 0;
		background: url(images/tokki_sp.png) repeat center bottom;
	}
	.section2 .content .content_box {
		border-top:none;
		padding: 30px 20px;
	}
	.section2 .content .content_box h2 {
		box-sizing: border-box;
		height: 46px;
		line-height: 46px;
		font-size: 16px;
		padding: 0;
		letter-spacing: 0.2em;
		display: inline-block;
		max-width: 320px;
		margin-bottom: 20px;
	}
	.section2 .content .content_box table {
		margin-bottom: 20px;
	}
	.section3 {
		margin-top: 0;
		position: relative;
		z-index: 2;
	}
	.section3:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100vh;
		background-color: #000;
		padding-bottom: 210px;
		top: 20px;
		z-index: -1;
	}
	.section3 .content {
		padding: 40px 10px!important;
		width: 100%;
	}
	.section3 .content:before {
		content: none;
	}
	.section3 .content:after {
		content: none;
	}
	.section3 .content .content_box {
		width: 100%;
	}
	.section3 p.place {
		font-size: 21px;
		letter-spacing: 0.05em;
	}
	.section3 p.place span {
		margin-top: 3px;
		font-size: 12px;
	}
	.section3 p.story_box {
		line-height: 2.0em;
		font-size: 14px;
	}
	.section3 p.introduction {
		margin-bottom: 30px;
	}
	.section3 table th, .section3 table td {
		padding: 2px 0;
	}
	.section4 {
		padding-top: 0;
	}
	.section4 .content {
		width: 100%!important;
		max-width: 636px;
	}
	.section4 .actor_list {
		justify-content: center;
	}
	.actor {
		box-shadow: 0 0 0 0;
		margin: 20px 0 0;
		height: auto!important;
		box-sizing: border-box;
		border-right: 1px solid #222;
	}
	.section4 {
		z-index: 2;
	}
	.section4 .actor_list .actor.l {
		width: 33.333%;
		margin: 0;
		padding: 0;
	}
	.section4 .actor_list .actor.l.hiroine {
		margin: 20px 0 0;
	}
	.section4 .actor_list .actor.m {
		width: 25%;
		margin: 0;
		padding: 0;
	}
	.section4 .actor_list .actor.m.end {
		margin-right: 0;
	}
	.actor p.name {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		background-color: #000;
		width: 100%;
		margin-bottom: 20px;
	}
	.actor p.name:before {
		top: -24px;
	}
	.section4 .actor_list.middle {
		margin-bottom: 0;
	}
	.section4 .content h3 {
		height: 60px;
		line-height: 60px;
		border-radius: 0;
		border: none;
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.section4 .content h3 img {
		width: 98.5px;
		height: 30px;
		vertical-align: middle;
	}
	.section4 .ensemble_list {
		justify-content: center;
		width: 100%;
	}
	.section4 .ensemble_list .actor.s {
		width: 25%;
		margin: 0 0 20px;
		padding: 0;
	}
	p.special_guest {
		padding: 30px 20px 60px;
		background-color: #D8D6B9;
		max-width: 500px;
		margin: 0 auto;
		color: #774444;
		box-sizing: border-box;
	}
	.section5 {
		background: #000;
		margin-top: 0;
		padding-bottom: 40px;
	}
	.section5:before, .section5:after {
		background: none;
	}
	.section5 p.place {
		font-size: 21px;
		letter-spacing: 0.05em;
	}
	.section5 p.place span {
		margin-top: 3px;
		font-size: 12px;
	}

	.section5 .content {
		max-width: 636px!important;
		width: 100%;
		margin-top: 0;
	}
	.section5 .content h2 {
		padding-top: 40px;
		margin-bottom: 20px;
	}
	.section5 .content ul.content_box {
		max-width: 500px;
		padding: 0 20px 20px;
		margin: 0 auto;
	}
	.section5 .content ul.content_box li {
	}
	.section5 .content ul.content_box li:first-child {
		padding-top: 20px;
	}
	.section5 .content ul.content_box li:last-child {
		padding-bottom: 25px;
	}
	.section5 p.ticket_price {
		font-size: 14px;
		padding-left: 10px;
		line-height: 2.2em;
	}
	.section5 p.ticket_price strong {
		font-size: 14px;
	}
	.section5 .content ul.content_box li ul li p {
		margin: 0 0 0 10px;
		font-size: 12px;
	}
	.section5 .content ul.content_box li ul li h4 {
		margin-top: 10px;
	}
	.section5 .content ul.content_box li ul {
    	padding-left: 5px;
	}
	.section5 .content ul.content_box li p.ticket_price span.tokuten {
		display: inline;
		font-size: 12px;
	}
	.section5 .content ul.content_box li p.kome {
		font-size: 12px;
		line-height: 1.8em;
		margin-bottom: 5px;
	}
	.section5 .content ul.content_box li p.ticket_center {
		font-size: 14px;
		line-height: 1.6em;
	}
	.section5 .access_box {
		padding: 0 10px;
	}
	.section6 .content {
		margin-top: 30px;
	}
	.section6 .content .content_box {
		padding-bottom: 60px;
	}
	.section6 .content .content_box p {
		font-size: 14px;
		line-height: 1.8em;
	}
	.section6 .content .content_box p.kome {
		font-size: 12px;
		line-height: 1.8em;
	}
	.section7 {
		padding: 10px 0 30px;
	}
	.section7 .content .content_box {
		padding: 0 0 30px;
	}
	.section7 .content .content_box p {
		font-size: 13px;
		line-height: 1.8em;
	}
	.section8 .content {
		padding-top: 40px!important;
	}
	.section8 .content .content_box {
		margin: 20px 0 20px;
	}
	.section8 .content .content_box p {
		line-height: 1.8em;
		font-size: 14px;
		margin-bottom: 10px;
		padding: 0 30px 40px;
	}
	.section9 {
		padding-top: 20px;
	}
	.section9 .content {
		padding-bottom: 40px!important;
	}
	.section9 .content .content_box {
		margin: 20px 0 0;
		padding: 40px 20px;
	}
	.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);*/
	}
	.ticket_button2 a {
		text-decoration: none;
		color: #111;
		font-weight: bold;
		width: 80%;
		max-width: 440px;
		height: 50px;
		line-height: 50px;
		box-sizing: border-box;
		text-align: center;
		padding: 0 20px;
		background: linear-gradient(to bottom right,#ea77a9,#6cd0ef);
    	border-radius: 10px;
		display: inline-block;
	}
}

/*タブレット用調整*/

/*@media screen and (max-width: 1080px) {
	.section2 .content .content_box {
		padding: 150px 0 40px;
		text-align: center;
	}
	.section2 .content .content_box p.subtitle {
		text-align: center;
	}
	.section2 .content .content_box p.kouenmei {
		font-size: 30px;
		text-align: center;
		margin: 20px 0;
	}
	.section3 .content .content_box p.copy2 {
		text-align: center;
	}
	.section3 .content .content_box p.copy2 img {
	}
}*/
@media screen and (max-width: 600px) {
	.section2 .content .content_box {
		padding: 30px 20px 40px;
		text-align: left;
	}
	.section2 .content .content_box p.subtitle {
		text-align: center;
	}
	.section2 .content .content_box p.kouenmei {
		font-size: 28px;
		line-height: 1em;
		text-align: left;
		margin: 5px 0 20px;
		text-align: center;
	}
	.section2 .content .content_box p.kouenmei span {
		margin-top: -5px;
		font-size: 13px;
		font-weight: normal;
	}
	.section2 .content .content_box p.kouen_data {
		font-size: 14px;
		line-height: 1.8em;
	}
	.section2 .content .content_box table {
		margin: 15px 0;
		border: 2px  solid #232162;
	}
	.section2 .content .content_box p.kome {
		font-size: 12px;
	}
	.section3 p {
		max-width: 500px;
		margin: 0 auto;
	}
	.section3 .content .content_box p.copy2 img {
		width: 100%;
	}
}

.youtube {
	position: relative;
	width: 100%;
	max-width: 500px;
	padding-top: 56.25%;
	margin: 0 auto 60px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 1080px) {
	.youtube {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 374px) {
	.section3 p.place {
		font-size: 18px;
	}
	.section3 p.place {
		font-size: 18px;
	}
}
@media screen and (max-width: 1080px) {
	.section3 {
    	margin-top: 260px;
		padding-top: 0px;
	}
	.section4 {
		padding-top: 20px;
		margin-top: -60px;
	}
	.section4:after {
		position: absolute;
		content: "";
		height: 1px;
		width: 100%;
		padding-bottom: 30px;
		background: #000;
	}
	#access {
		margin-top: -30px;
		padding-top: 30px;
	}
}
h2#story {
	margin-top: 20px;
}
.story_wrap {
	max-width: 640px;
	width: calc(100% - 60px);
	margin: 0 auto;
	padding-bottom: 30px;
}
.story_wrap p {
	line-height: 2.0em;
	color: #bdbec0;
}
@media screen and (max-width: 1080px) {
	.story_wrap p {
		font-size: 14px;
	}
}
