@charset "utf-8";

/*--------------------------------------------------
	common
--------------------------------------------------*/
a:link { color: #e0421e; text-decoration: none; }
a:visited { color: #e0421e; text-decoration: none; }
a:hover { color: #e0421e; text-decoration: underline; }
@media screen and (min-width: 768px) {
a[href^="tel:"] { pointer-events: none; }
}

.bold {	font-weight: bold; }
.txtS { font-size: 1.2rem; }

/* 選択時背景色 */
/*::selection {background: #fe4545;color:#fff; }
::-moz-selection {background: #fe4545;color:#fff; }*/

.mgt05 { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt15 { margin-top: 15px; }
.mgt20 { margin-top: 20px; }
.mgt25 { margin-top: 25px; }
.mgt30 { margin-top: 30px; }
.mgt35 { margin-top: 35px; }
.mgt40 { margin-top: 40px; }
.mgt45 { margin-top: 45px; }
.mgt1em { margin-top: 1em; }

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

/* float解除 */
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.both { clear: both; }

.sp { display: none !important; }
@media screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: inherit !important; }
}

/*--------------------------------------------------
	layout
--------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Sans JP", "メイリオ", "meiryo", Verdana, "Hiragino Kaku Gothic Pro W3", "MS UI Gothic";
	font-size: 1.0rem;
	line-height: 1;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	color: #333;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
#wrap {
	max-width: 1060px;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
}
.section-ttl {
	text-align: center;
	color: #555;
}
.section-ttl .en {
	display: block;
	font-size: 10.0rem;
	font-weight: normal;
	font-family: 'Anton', sans-serif;
}
.section-ttl .jp {
	display: block;
	font-size: 2.0rem;
	margin-top: 15px;
}
.section-subttl {
	text-align: center;
	font-size: 3.4rem;
	color: #555;
}
.note li {
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 767px) {
#wrap {
	width: 100%;
	padding: 0 4%;
}
.section-ttl .en {
	font-size: 5.0rem;
}
.section-ttl .jp {
	font-size: 1.6rem;
	margin-top: 10px;
}
.section-subttl {
	text-align: center;
	font-size: 2.6rem;
	color: #555;
}
}

/*--------------------------------------------------
	.updateLabel
--------------------------------------------------*/
.updateLabel {
	position: fixed;
	top: 40px;
	right: 0;
	z-index: 10;
}
.updateLabel a {
	display: block;
	font-size: 1.6rem;
	color: #eee;
	padding: 10px 40px 14px 20px;
	background: rgba(0,0,0,0.7);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.updateLabel a:hover {
	transition: 0.3s;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
		text-decoration: none;
}
.updateLabel span {
	vertical-align: middle;
}
.updateLabel .day {
	font-size: 1.3rem;
	margin-right: 15px;
}
@media screen and (max-width: 767px) {
.updateLabel {
	top: 10px;
}
.updateLabel a {
	font-size: 1.4rem;
	padding: 10px 20px 12px 10px;
}
.updateLabel .day {
	font-size: 1.2rem;
	margin-right: 10px;
}
}

/*--------------------------------------------------
	#mv
--------------------------------------------------*/
#mv .mv-logo {
	margin-top: 80px;
}
#mv .mv-catch {
	display: inline-block;
	margin-top: 80px;
	padding: 20px 15px;
	background: #e0421e;
}
#mv .mv-photo {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
#mv .mv-logo {
	margin-top: 60px;
}
#mv .mv-catch {
	margin-top: 30px;
	padding: 15px;
}
#mv .mv-photo {
	margin-top: 20px;
}
}

/*--------------------------------------------------
	#content
--------------------------------------------------*/
#info {
	margin-top: 80px;
}
#info .info-photo img {
	box-shadow: 0 0 40px rgba(0,0,0,0.15);
}
#info .info-schedule,
#info .info-schedule2 {
	font-size: 5.4rem;
	font-weight: bold;
}
#info .info-schedule .num,
#info .info-schedule2 .num { 
	font-size: 8.0rem;
	font-weight: normal;
	color: #555;
	font-family: 'Anton', sans-serif;
}
#info .info-schedule .del {
	position: relative;
}
#info .info-schedule .del::before {
	content: '';
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	border-top: 6px solid #e1371b;
}
#info .info-schedule2 {
	position: relative;
	color: #e1371b;
	font-weight: bold;
	margin-top: 20px;
}
#info .info-schedule2 .timeArea {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 2.4rem;
}
#info .info-schedule2 .timeArea p + p {
	margin: 0 35px 0 45px;
}
#info .info-schedule2 .timeArea .num {
	color: #e1371b;
}
#info .info-schedule2 .change {
	position: absolute;
	top: 20px;
	right: -110px;
	font-size: 1.8rem;
	transform: rotate(7deg);
	text-shadow: 3px  3px 0px #ffffff, -3px  3px 0px #ffffff, 3px -3px 0px #ffffff, -3px -3px 0px #ffffff, 
	3px 0px 0px #ffffff, 0px 3px 0px #ffffff, -3px 0px 0px #ffffff, 0px -3px 0px #ffffff;
}
@media screen and (max-width: 1200px) {
#info .info-schedule2 .change {
	top: -15px;
	right: calc(50% - 47%);
}
}
@media screen and (max-width: 767px) {
#info {
	margin-top: 20px;
}
#info .info-schedule,
#info .info-schedule2 {
	line-height: 1.4;
	font-size: 2.7rem;
}
#info .info-schedule .num,
#info .info-schedule2 .num { 
	font-size: 4.5rem;
}
#info .info-schedule .time,
#info .info-schedule2 .time { 
	font-size: 3.2rem;
}
#info .info-schedule .del::before {
	border-top: 3px solid #e1371b;
}
#info .info-schedule2 {
	margin-top: 0;
}
#info .info-schedule2 .timeArea {
	justify-content: center;
	font-size: 1.4rem;
}
#info .info-schedule2 .timeArea p {
	line-height: 1.1;
}
#info .info-schedule2 .timeArea p + p {
	margin: 0 0 0 10px;
}
#info .info-schedule2 .change {
	top: 10px;
	font-size: 1.2rem;
}
}


#story {
	position: relative;
	margin-top: 100px;
}
#story .story-ttl {
	position: absolute;
	top: -50px;
	right: -160px;
	z-index: -1;
}
#story .story-txt {
	line-height: 1.8;
	font-size: 2.0rem;
	letter-spacing: 0.04em;
}
#story .story-txt p + p {
	margin-top: 40px;
}
#story .story-txt .strong {
	line-height: 1.5;
	font-size: 2.6rem;
	font-style: italic;
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
#story {
	margin-top: 50px;
}
#story .story-ttl {
	position: initial;
	width: 62.9%;
	margin: 0 auto;
}
#story .story-txt {
	text-align: left;
	font-size: 1.5rem;
	letter-spacing: initial;
	margin-top: 5px;
}
#story .story-txt p + p {
	margin-top: 30px;
}
#story .story-txt .strong {
	font-size: 1.8rem;
	margin-top: 30px;
}
}


#social {
	margin-top: 80px;
}
#social .social-twiWrap {
	overflow: hidden;
	max-width: 700px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	border: 1px #ccc solid;
}
@media screen and (max-width: 767px) {
#social {
	margin-top: 40px;
}
#social .social-twiWrap {
	padding: 5px;
}
}


#cast {
	padding-top: 140px;
}
#cast .cast-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
#cast .cast-list::after {
	content: "";
	width: 100%;
}
#cast .cast-listA {
	margin-top: 40px;
}
#cast .cast-listB, #cast .cast-listC, #cast .cast-listD {
	margin-top: 40px;
}
#cast .cast-listA li.member {
	width: 23.53%;
}
#cast .cast-listB li.member,
#cast .cast-listD li.member {
	width: 17.65%;
}
#cast .cast-listB li.member + li.member,
#cast .cast-listD li.member + li.member {
	margin-left: 1.96%;
}
#cast .cast-listC li.member + li.member,
#cast .cast-listE li.member + li.member {
	margin-left: 0.98%;
}
#cast .cast-listB li:nth-child(n+5),
#cast .cast-listC li:nth-child(n+9),
#cast .cast-listD li:nth-child(n+3) {
	order: 1;
}
#cast .cast-listB li.member:nth-child(n+5),
#cast .cast-listD li.member:nth-child(n+3) {
	margin-top: 40px;
}
#cast .cast-listC li.member:nth-child(n+9) {
	margin-top: 20px;
}
#cast .cast-listB li.member:last-child,
#cast .cast-listD li.member:last-child {
	margin-right: 1.96%;
}
#cast .cast-listC li.member:last-child {
	margin-right: 0.98%;
}
#cast .cast-list li.member .photo img {
	border: 1px #ccc solid;
}
#cast .cast-list li.member .name {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 20px;
}
#cast .cast-listC li.member .name,
#cast .cast-listE li.member .name {
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 10px;
}
#cast .cast-list li.member .name .small {
	font-size: 1.4rem;
}
#cast .cast-swing {
	margin-top: 60px;
}
#cast .cast-swing .swing-ttl  {
	font-size: 1.4rem;
}
#cast .cast-listE {
	margin-top: 20px;
}
#cast .cast-staff {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
#cast .cast-staff .staff-list {
	text-align: left;
	font-size: 1.4rem;
	padding: 0 20px;
}
#cast .cast-staff .staff-list li {
	margin-top: 10px;
}
#cast .cast-staff .staff-list li.empty {
	height: 1em;
}
#cast .cast-staff .staff-list li .small {
	font-size: 1.0rem;
}
@media screen and (max-width: 767px) {
#cast {
	padding-top: 80px;
}
#cast .cast-listA {
	margin-top: 20px;
}
#cast .cast-listB, #cast .cast-listC-sp, #cast .cast-listD, #cast .cast-listE-sp {
	margin-top: 20px;
}
#cast .cast-listA li.member {
	width: 40.58%;
}
#cast .cast-listB li.member,
#cast .cast-listD li.member {
	width: 30.43%;
}
#cast .cast-listB li.member + li.member,
#cast .cast-listD li.member + li.member {
	margin-left: 2.9%;
}
#cast .cast-listB li:nth-child(n+4) {
	order: 1;
}
#cast .cast-listB li.member:nth-child(n+4),
#cast .cast-listD li.member:nth-child(n+3) {
	margin-top: 20px;
}
#cast .cast-listB li.member:nth-child(3n+1),
#cast .cast-listD li.member:nth-child(odd) {
	margin-left: 0 !important;
}
#cast .cast-listB li.member:last-child,
#cast .cast-listD li.member:last-child {
	margin-right: 0;
}
#cast .cast-list li.member .name {
	font-size: 1.4rem;
	margin-top: 10px;
}
#cast .cast-list li.member .name .small {
	font-size: 1.0rem;
}
#cast .cast-swing {
	margin-top: 40px;
}
#cast .cast-staff {
	display: table;
	margin: 40px auto 0;
}
#cast .cast-staff .staff-list {
	font-size: 1.2rem;
	padding: 0;
}
}


#ticket {
	text-align: left;
	padding-top: 140px;
}
#ticket .ticket-table {
	margin-top: 40px;
	padding: 40px 40px 40px 40px;
	background: #eee;
}
#ticket .ticket-list > li + li {
	margin-top: 40px;
}
#ticket .ticket-list > li .ttl {
	font-size: 2.0rem;
	font-weight: bold;
}
#ticket .ticket-list > li .cont {
	line-height: 1.5;
	font-size: 1.6rem;
	margin-top: 10px;
}
#ticket .ticket-list > li .cont p + p {
	margin-top: 1em;
}
#ticket .ticket-list > li .cont .small {
	font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
#ticket {
	padding-top: 80px;
}
#ticket .ticket-table {
	margin-top: 20px;
	padding: 30px 15px 30px 15px;
}
#ticket .ticket-list > li + li {
	margin-top: 30px;
}
#ticket .ticket-list > li .cont {
	font-size: 1.4rem;
}
}


#goods {
	padding-top: 140px;
}
#goods .goods-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
#goods .goods-list li {
	width: 25%;
}
#goods .goods-list li a {
	pointer-events: none;
}
/*#goods .goods-list li a:hover {
	transition: 0.3s;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}*/
#goods .section-subttl {
	padding-top: 80px;
}
#goods .goods-table {
	text-align: left;
	margin-top: 20px;
	padding: 40px 40px 40px 40px;
	background: #eee;
}
#goods .goods-detail > li + li {
	margin-top: 40px;
}
#goods .goods-detail > li .ttl {
	font-size: 2.0rem;
	font-weight: bold;
}
#goods .goods-detail > li .ttl span {
	font-size: 1.4rem;
	color: #e1371b;
	margin-left: 10px;
}
#goods .goods-detail > li .cont {
	line-height: 1.5;
	font-size: 1.6rem;
	margin-top: 10px;
}
#goods .goods-detail > li .cont p + p {
	margin-top: 1em;
}
#goods .goods-detail > li .cont .small {
	font-size: 1.3rem;
}
#goods .goods-detail > li .cont .note li + li {
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
#goods {
	padding-top: 80px;
}
#goods .goods-list {
	margin-top: 20px;
}
#goods .goods-list > li {
	width: 50%;
}
#goods .section-subttl {
	padding-top: 40px;
}
#goods .goods-table {
	margin-top: 20px;
	padding: 30px 15px 30px 15px;
}
#goods .goods-detail li + li {
	margin-top: 30px;
}
#goods .goods-detail li .cont {
	font-size: 1.4rem;
}

}

/*--------------------------------------------------
	#footer
--------------------------------------------------*/
#footer {
	font-size: 1.2rem;
	margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
#footer {
	font-size: 1.0rem;
	margin: 40px 0 10px;
}
}
