@charset "utf-8";
/* CSS Document */

/* 初期設定 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:100,200,300,400,500,600,700,800,900&display=swap');


* {
    border: medium none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #151515;
    font-style: normal;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	outline: none;
}

@media (max-width: 480px) {
	* {
		font-size: 14px;
	}
}

strong {
    font-weight: bold;
}
img {
    vertical-align: bottom;
}
table {
    border-collapse: collapse;
}
/*a:hover img, input[type="image"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    border: none;
}*/


/* iOSでのデフォルトスタイルをリセット */
body {
    -webkit-text-size-adjust: 100%;
}
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
outline-offset: -2px;
}


.gnav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	padding: 10px 0px;
	z-index: 10;
}

.gnav > div {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}

.gnav ul {
	display: flex;
	flex-flow: wrap;
}

.gnav ul li:not(:first-child) {
	margin-left: 20px;
}

.gnav ul li a {
	font-weight: 700;
}

.head_sns {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.head_sns a {
	display: inline-block;
}

.head_sns a:not(:first-child) {
	margin-left: 10px;
}

.head_sns img {
	width: 40px;
}


@media (max-width: 640px) {
	.gnav ul li:not(:first-child) {
		margin-left: 10px;
	}
	.gnav ul li a {
		font-size: 12px;
	}
	.head_sns img {
		width: 30px;
	}
}

.mainimg {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	position: relative;
}

.mainimg > img {
	width: 100%;
}

.mainimg a {
	display: block;
	width: 418px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.mainimg a:hover {
	opacity: 0.7;
}

.mainimg a img {
	width: 100%;
}

@media (max-width: 1200px) {
	.mainimg a {
		width: 34.8333vw;
		right: 1.66666vw;
		top: 1.66666vw;
	}
}

.copy {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 140px;
}

.copy p {
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
	margin-bottom: 30px;
}

.copy p span {
	font: inherit;
	display: inline-block;
}

.copy aside {
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
}

.h2_title {
	text-align: center;
	margin-bottom: 30px;
}

.h2_title p {
	font-size: 48px;
	font-weight: 900;
	color: #e2007e;
	line-height: 1.4em;
}
.h2_title span {
	color: #e2007e;
}

.comment_list {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto 70px;
}

.comment_list li {
}

.comment_list li:not(:first-child) {
	margin-top: 30px;
}

.comment_list li dl dt {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.comment_list li dl dd {
	padding: 20px;
	background-color: #eee;
}


@media (max-width: 750px) {
	.copy {
		margin-bottom: 70px;
	}
	.copy p {
		font-size: 32px;
	}
	.copy aside {
		font-size: 24px;
	}
	.h2_title p {
		font-size: 34px;
	}
	.comment_list li dl dt {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.copy p {
		font-size: 22px;
	}
	.copy aside {
		font-size: 16px;
	}
	.h2_title p {
		font-size: 26px;
	}
}

.intro {
	max-width: 1000px;
	width: 92%;
	margin: 0 auto 50px;
	display: flex;
	flex-flow: row-reverse;
	align-items: flex-start;
	justify-content: space-between;
}

.intro div {
	width: 50%;
}

.intro img {
	width: 42%;
	max-width: 400px;
}

.intro strong {
	font-size: 18px;
	font-weight: 700;
}

.intro p {
	margin-top: 30px;
}

.intro dl {
	background-color: #eee;
	padding: 20px;
	margin-top: 40px;
}

.intro dl dt {
	font-size: 18px;
	font-weight: 700;
	color: #3EAB29;
}

.intro dl dt:not(:first-child) {
	margin-top: 30px;
}

.intro dl dd {
	margin-left: 1em;
}

@media (max-width: 750px) {
	.intro {
		flex-flow: column;
		align-items: center;
	}
	.intro div {
		width: 100%;
		margin-top: 40px;
	}
	.intro img {
		width: 100%;
	}
}

.cast_list {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto 70px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.cast_list li {
	margin-bottom: 70px;
}

.cast_name span {
	font-size: 14px;
	font-weight: 700;
	color: #E2007E;
}

.cast_name p {
	font-weight: 700;
	line-height: 1em;
}
.cast_list li:nth-of-type(1) .cast_name p {font-size: 60px;}
.cast_list li:nth-of-type(2) .cast_name p {font-size: 44px;}
.cast_list li:nth-of-type(3) .cast_name p {font-size: 44px;}
.cast_list li:nth-of-type(4) .cast_name p {font-size: 44px;}
.cast_list li:nth-of-type(5) .cast_name p {font-size: 44px;}
.cast_list li:nth-of-type(6) .cast_name p {font-size: 44px;}
.cast_list li:nth-of-type(7) .cast_name p {font-size: 44px;}
.cast_list li:nth-of-type(8) .cast_name p {font-size: 32px;}
.cast_list li:nth-of-type(9) .cast_name p {font-size: 32px;}
.cast_list li:nth-of-type(10) .cast_name p {font-size: 32px;}
.cast_list li:nth-of-type(11) .cast_name p {font-size: 32px;}
.cast_list li:nth-of-type(12) .cast_name p {font-size: 32px;}
.cast_list li:nth-of-type(13) .cast_name p {font-size: 32px;}
.cast_list li:nth-of-type(14) .cast_name p {font-size: 32px;}
.cast_list li:nth-of-type(15) .cast_name p {font-size: 32px;}
.cast_list li:nth-of-type(16) .cast_name p {font-size: 32px;}
.cast_list li:nth-of-type(17) .cast_name p {font-size: 32px;}
.cast_list li:nth-of-type(18) .cast_name p {font-size: 44px;}
.cast_list li:nth-of-type(19) .cast_name p {font-size: 44px;}

.cast_list li img {
	width: 100%;
}

.cast_list li > p {
	font-size: 14px;
}


.cast_list li:nth-of-type(1) {
	display: grid;
    display: -ms-grid;
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
    grid-template-rows: auto auto;
    -ms-grid-rows: auto auto;
}
.cast_list li:nth-of-type(1) .cast_name {
	grid-row: 1/2;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	padding-bottom: 20px;
	padding-left: 30px;
}
.cast_list li:nth-of-type(1) img {
	grid-row: 1/3;
    grid-column: 1/2;
    -ms-grid-row: 1;
	-ms-grid-row-span: 2;
    -ms-grid-column: 1;
}

.cast_list li:nth-of-type(1) > p {
	grid-row: 2/3;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
	padding-left: 30px;
}

.cast_list li:nth-of-type(2),
.cast_list li:nth-of-type(3),
.cast_list li:nth-of-type(4),
.cast_list li:nth-of-type(5),
.cast_list li:nth-of-type(6),
.cast_list li:nth-of-type(7) {
	width: 30%;
	display: flex;
	flex-flow: column;
}

.cast_list li:nth-of-type(2) .cast_name,
.cast_list li:nth-of-type(4) .cast_name,
.cast_list li:nth-of-type(5) .cast_name,
.cast_list li:nth-of-type(7) .cast_name {
	order: 2;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(2) img,
.cast_list li:nth-of-type(4) img,
.cast_list li:nth-of-type(5) img,
.cast_list li:nth-of-type(7) img {
	order: 1;
	margin-bottom: 30px;
}

.cast_list li:nth-of-type(2) > p,
.cast_list li:nth-of-type(4) > p,
.cast_list li:nth-of-type(5) > p,
.cast_list li:nth-of-type(7) > p {
	order: 3;
}

.cast_list li:nth-of-type(3) .cast_name,
.cast_list li:nth-of-type(6) .cast_name {
	order: 1;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(3) img,
.cast_list li:nth-of-type(6) img {
	order: 3;
}

.cast_list li:nth-of-type(3) > p,
.cast_list li:nth-of-type(6) > p {
	order: 2;
	margin-bottom: 30px;
}

.cast_list li:nth-of-type(8),
.cast_list li:nth-of-type(9),
.cast_list li:nth-of-type(10),
.cast_list li:nth-of-type(11),
.cast_list li:nth-of-type(12),
.cast_list li:nth-of-type(13),
.cast_list li:nth-of-type(14),
.cast_list li:nth-of-type(15),
.cast_list li:nth-of-type(16),
.cast_list li:nth-of-type(17) {
	width: 23%;
	display: flex;
	flex-flow: column;
}

.cast_list li:nth-of-type(17) {
	margin-right: 51%;
}


.cast_list li:nth-of-type(8) .cast_name,
.cast_list li:nth-of-type(10) .cast_name,
.cast_list li:nth-of-type(12) .cast_name,
.cast_list li:nth-of-type(14) .cast_name,
.cast_list li:nth-of-type(16) .cast_name {
	order: 2;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(8) img,
.cast_list li:nth-of-type(10) img,
.cast_list li:nth-of-type(12) img,
.cast_list li:nth-of-type(14) img,
.cast_list li:nth-of-type(16) img {
	order: 1;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(8) > p,
.cast_list li:nth-of-type(10) > p,
.cast_list li:nth-of-type(12) > p,
.cast_list li:nth-of-type(14) > p,
.cast_list li:nth-of-type(16) > p {
	order: 3;
}

.cast_list li:nth-of-type(9) .cast_name,
.cast_list li:nth-of-type(11) .cast_name,
.cast_list li:nth-of-type(13) .cast_name,
.cast_list li:nth-of-type(15) .cast_name,
.cast_list li:nth-of-type(17) .cast_name {
	order: 1;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(9) img,
.cast_list li:nth-of-type(11) img,
.cast_list li:nth-of-type(13) img,
.cast_list li:nth-of-type(15) img,
.cast_list li:nth-of-type(17) img {
	order: 3;
}

.cast_list li:nth-of-type(9) > p,
.cast_list li:nth-of-type(11) > p,
.cast_list li:nth-of-type(13) > p,
.cast_list li:nth-of-type(15) > p,
.cast_list li:nth-of-type(17) > p {
	order: 2;
	margin-bottom: 20px;
}



.cast_list li:nth-of-type(18),
.cast_list li:nth-of-type(19) {
	width: 48%;
	display: flex;
	flex-flow: column;
}

.cast_list li:nth-of-type(18) .cast_name {
	order: 2;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(18) img {
	order: 1;
	margin-bottom: 30px;
}

.cast_list li:nth-of-type(18) > p {
	order: 3;
}


.cast_list li:nth-of-type(19) .cast_name {
	order: 1;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(19) img {
	order: 3;
}

.cast_list li:nth-of-type(19) > p {
	order: 2;
	margin-bottom: 30px;
}

@media (max-width: 1000px) {
.cast_list li:nth-of-type(1) .cast_name p {font-size: 50px;}
.cast_list li:nth-of-type(2) .cast_name p {font-size: 36px;}
.cast_list li:nth-of-type(3) .cast_name p {font-size: 36px;}
.cast_list li:nth-of-type(4) .cast_name p {font-size: 36px;}
.cast_list li:nth-of-type(5) .cast_name p {font-size: 36px;}
.cast_list li:nth-of-type(6) .cast_name p {font-size: 36px;}
.cast_list li:nth-of-type(7) .cast_name p {font-size: 36px;}
.cast_list li:nth-of-type(8) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(9) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(10) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(11) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(12) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(13) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(14) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(15) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(16) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(17) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(18) .cast_name p {font-size: 36px;}
.cast_list li:nth-of-type(19) .cast_name p {font-size: 36px;}


	
.cast_list li:nth-of-type(1) {
	display: block;
}
.cast_list li:nth-of-type(1) .cast_name {
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(1) img {
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(1) > p {
	padding-left: 0px;
}

	
.cast_list li:nth-of-type(2),
.cast_list li:nth-of-type(3),
.cast_list li:nth-of-type(4),
.cast_list li:nth-of-type(5),
.cast_list li:nth-of-type(6),
.cast_list li:nth-of-type(7) {
	width: 48%;
}
	
.cast_list li:nth-of-type(2) .cast_name,
.cast_list li:nth-of-type(4) .cast_name,
.cast_list li:nth-of-type(6) .cast_name {
	order: 2;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(2) img,
.cast_list li:nth-of-type(4) img,
.cast_list li:nth-of-type(6) img {
	order: 1;
	margin-bottom: 30px;
}

.cast_list li:nth-of-type(2) > p,
.cast_list li:nth-of-type(4) > p,
.cast_list li:nth-of-type(6) > p {
	order: 3;
}

.cast_list li:nth-of-type(3) .cast_name,
.cast_list li:nth-of-type(5) .cast_name,
.cast_list li:nth-of-type(7) .cast_name {
	order: 1;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(3) img,
.cast_list li:nth-of-type(5) img,
.cast_list li:nth-of-type(7) img {
	order: 3;
}

.cast_list li:nth-of-type(3) > p,
.cast_list li:nth-of-type(5) > p,
.cast_list li:nth-of-type(7) > p {
	order: 2;
	margin-bottom: 30px;
}

	
.cast_list li:nth-of-type(8),
.cast_list li:nth-of-type(9),
.cast_list li:nth-of-type(10),
.cast_list li:nth-of-type(11),
.cast_list li:nth-of-type(12),
.cast_list li:nth-of-type(13),
.cast_list li:nth-of-type(14),
.cast_list li:nth-of-type(15),
.cast_list li:nth-of-type(16),
.cast_list li:nth-of-type(17) {
	width: 31%;
}

.cast_list li:nth-of-type(8) .cast_name,
.cast_list li:nth-of-type(10) .cast_name,
.cast_list li:nth-of-type(11) .cast_name,
.cast_list li:nth-of-type(13) .cast_name,
.cast_list li:nth-of-type(14) .cast_name,
.cast_list li:nth-of-type(16) .cast_name,
.cast_list li:nth-of-type(17) .cast_name {
	order: 2;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(8) img,
.cast_list li:nth-of-type(10) img,
.cast_list li:nth-of-type(11) img,
.cast_list li:nth-of-type(13) img,
.cast_list li:nth-of-type(14) img,
.cast_list li:nth-of-type(16) img,
.cast_list li:nth-of-type(17) img {
	order: 1;
	margin-bottom: 30px;
}

.cast_list li:nth-of-type(8) > p,
.cast_list li:nth-of-type(10) > p,
.cast_list li:nth-of-type(11) > p,
.cast_list li:nth-of-type(13) > p,
.cast_list li:nth-of-type(14) > p,
.cast_list li:nth-of-type(16) > p,
.cast_list li:nth-of-type(17) > p {
	order: 3;
}

.cast_list li:nth-of-type(9) .cast_name,
.cast_list li:nth-of-type(12) .cast_name,
.cast_list li:nth-of-type(15) .cast_name {
	order: 1;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(9) img,
.cast_list li:nth-of-type(12) img,
.cast_list li:nth-of-type(15) img {
	order: 3;
}

.cast_list li:nth-of-type(9) > p,
.cast_list li:nth-of-type(12) > p,
.cast_list li:nth-of-type(15) > p {
	order: 2;
	margin-bottom: 30px;
}
}

@media (max-width: 640px) {
	.cast_list li {
		margin-bottom: 40px;
	}
.cast_list li:nth-of-type(1) .cast_name p {font-size: 38px;}
.cast_list li:nth-of-type(2) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(3) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(4) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(5) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(6) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(7) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(8) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(9) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(10) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(11) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(12) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(13) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(14) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(15) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(16) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(17) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(18) .cast_name p {font-size: 26px;}
.cast_list li:nth-of-type(19) .cast_name p {font-size: 26px;}


.cast_list li:nth-of-type(8),
.cast_list li:nth-of-type(9),
.cast_list li:nth-of-type(10),
.cast_list li:nth-of-type(11),
.cast_list li:nth-of-type(12),
.cast_list li:nth-of-type(13),
.cast_list li:nth-of-type(14),
.cast_list li:nth-of-type(15),
.cast_list li:nth-of-type(16),
.cast_list li:nth-of-type(17) {
	width: 48%;
}

.cast_list li:nth-of-type(8) .cast_name,
.cast_list li:nth-of-type(10) .cast_name,
.cast_list li:nth-of-type(12) .cast_name,
.cast_list li:nth-of-type(14) .cast_name,
.cast_list li:nth-of-type(16) .cast_name {
	order: 2;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(8) img,
.cast_list li:nth-of-type(10) img,
.cast_list li:nth-of-type(12) img,
.cast_list li:nth-of-type(14) img,
.cast_list li:nth-of-type(16) img {
	order: 1;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(8) > p,
.cast_list li:nth-of-type(10) > p,
.cast_list li:nth-of-type(12) > p,
.cast_list li:nth-of-type(14) > p,
.cast_list li:nth-of-type(16) > p {
	order: 3;
}

.cast_list li:nth-of-type(9) .cast_name,
.cast_list li:nth-of-type(11) .cast_name,
.cast_list li:nth-of-type(13) .cast_name,
.cast_list li:nth-of-type(15) .cast_name,
.cast_list li:nth-of-type(17) .cast_name {
	order: 1;
	margin-bottom: 20px;
}

.cast_list li:nth-of-type(9) img,
.cast_list li:nth-of-type(11) img,
.cast_list li:nth-of-type(13) img,
.cast_list li:nth-of-type(15) img,
.cast_list li:nth-of-type(17) img {
	order: 3;
}

.cast_list li:nth-of-type(9) > p,
.cast_list li:nth-of-type(11) > p,
.cast_list li:nth-of-type(13) > p,
.cast_list li:nth-of-type(15) > p,
.cast_list li:nth-of-type(17) > p {
	order: 2;
	margin-bottom: 30px;
}

	.cast_list li:nth-of-type(17) {
		margin-right: 0px;
	}
}

@media (max-width: 480px) {
	.cast_list li {
		display: block !important;
		width: 100% !important;
	}
	.cast_list li .cast_name {
		margin-bottom: 20px !important;
	}
	.cast_list li:nth-of-type(1) .cast_name p {
		font-size: 32px;
	}
	.cast_list li img {
		margin-bottom: 20px !important;
	}
	/*.cast_list li:nth-of-type(2) img,
	.cast_list li:nth-of-type(3) img,
	.cast_list li:nth-of-type(4) img,
	.cast_list li:nth-of-type(5) img,
	.cast_list li:nth-of-type(6) img,
	.cast_list li:nth-of-type(7) img {
		width: 60%;
		display: block;
		margin: 0 auto 20px !important;
	}*/
	.cast_list li > p {margin-bottom: 0px !important;}

}

.credit {
	margin-bottom: 120px;
}

.credit h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.credit h4 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 50px;
}

.credit_cast_01 {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	margin: 0 auto 20px;
	max-width: 700px;
	width: 94%;
}

.credit_cast_01 li {
	font-size: 26px;
	margin: 0px 10px;
}

.credit_cast_02 {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	margin: 0 auto 20px;
	max-width: 700px;
	width: 94%;
}

.credit_cast_02 li {
	font-size: 22px;
	margin: 0px 10px;
}

.credit_cast_03 {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	margin: 0 auto 20px;
	max-width: 700px;
	width: 94%;
}

.credit_cast_03 li {
	font-size: 18px;
	margin: 0px 10px;
}

.credit_cast_04 {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	margin: 0 auto 20px;
	max-width: 700px;
	width: 94%;
}

.credit_cast_04 li {
	font-size: 22px;
	margin: 0px 10px;
}


.credit_original {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}

.credit_cast_03 {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	margin: 0 auto 20px;
	max-width: 700px;
	width: 94%;
}

.credit_cast_03 li {
	font-size: 18px;
	margin: 0px 10px;
}

.credit_staff {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	margin: 0 auto 20px;
	max-width: 700px;
	width: 94%;
}

.credit_staff li {
	font-size: 18px;
	margin: 0px 10px;
}

.credit_staff li.large {
	font-size: 22px;
	width: 100%;
	text-align: center;
}

.credit_txt {
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
}

@media (max-width: 640px) {
	.credit h3 {
		font-size: 20px;
	}
	
	.credit h4 {
		font-size: 20px;
	}
	
	.credit_cast_01 li {
		font-size: 18px;
	}
	.credit_cast_02 li {
		font-size: 16px;
	}
	.credit_cast_03 li {
		font-size: 14px;
	}
	.credit_cast_04 li {
		font-size: 16px;
	}
	.credit_original {
		font-size: 14px;
	}
	.credit_staff li {
		font-size: 14px;
	}
	.credit_staff li.large {
		font-size: 16px;
	}
	.credit_txt {
		font-size: 14px;
	}
}

.cloudfanding {
	display: flex;
	flex-flow: wrap;
	align-content: center;
	justify-content: center;
	width: 300px;
	height: 40px;
	background-color: #1C8637;
	color: #fff;
	margin: 30px auto 0;
}

.cloudfanding:hover {
	background-color: #116727;
}


.synopsis_txt {
	display: block;
	margin: 0 auto 70px;
	font-size: 18px;
	max-width: 1200px;
	width: 94%;
}

@media (max-width: 640px) {
	.synopsis_txt {
		font-size: 14px;
	}
}

.content {
	max-width: 1000px;
	width: 92%;
	margin: 100px auto 70px;
}

.twitter_content {
	max-width: 500px;
	width: 92%;
	margin: 0 auto 70px;
}


.theater_table_wrap {
	overflow-x: scroll;
	margin-top: 30px;
}

.theater_table {
	width: calc(100% - 70px);
	min-width: 600px;
	margin-left: 70px;
}

.theater_table th,
.theater_table td {
	border: 1px solid #aaa;
	padding: 10px;
}


.theater_table th {
	background-color: #e2007e;
	color: #fff;
}

.theater_table th:nth-of-type(2) {
	width: 9em;
}

.theater_table th:nth-of-type(4) {
	width: 10em;
}

.theater_table td:first-child {
	position: relative;
}

.fukidashi {
	position: absolute;
	left: -60px;
	top: 10px;
}

.h3_title {
	color: #e2007e;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 2px solid #e2007e;
	margin-bottom: 10px;
}

p + .h3_title {
	margin-top: 70px;
}

.h4_title {
	color: #e2007e;
	font-size: 20px;
	font-weight: 700;
	border-left: 5px solid #e2007e;
	margin-bottom: 10px;
	line-height: 1.4em;
	padding-left: 10px;
}

p + .h4_title {
	margin-top: 50px;
}

.aside_list {
	margin-top: 50px;
	margin-bottom: 70px;
}

.aside_list ul li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 14px;
}

.aside_list ul li span {
	font-size: inherit;
	color: #DD1115;
}

p a {
	color: #e2007e;
	text-decoration: underline;
	word-break: break-all;
}


.youtube_wrap {
	max-width: 800px;
	margin: 0 auto 50px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}				


.ticket_box {
	background-color: #eee;
	padding: 20px;
	margin: 30px 0px 70px;
}

.ticket_box > .aside_list {
	margin-bottom: 0px;
}

h2.voluntary_h2 {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 20px;
}

h2.voluntary_h2 span {
	color: #fff;
	padding: 0px 10px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 700;
}

h2.voluntary_h2 p {
	border-style: solid;
	border-width: 2px;
	padding: 5px 20px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	line-height: 1em;
	font-size: 24px;
	font-weight: 900;
	line-height: 1em;
}

h2.voluntary_h2.blue span {background-color: #00AFDD;}
h2.voluntary_h2.pink span {background-color: #EB6D9A;}
h2.voluntary_h2.orange span {background-color: #F08300;}
h2.voluntary_h2.green span {background-color: #009B63;}

h2.voluntary_h2.blue p {border-color: #00AFDD;}
h2.voluntary_h2.pink p {border-color: #EB6D9A;}
h2.voluntary_h2.orange p {border-color: #F08300;}
h2.voluntary_h2.green p {border-color: #009B63;}

.voluntary > p {
	margin-bottom: 20px;
}

.voluntary_list {
	margin-bottom: 70px;
}

.voluntary_list li {
	position: relative;
}

.voluntary_list li:not(:first-child) {
	margin-top: 50px;
}

.voluntary_list.blue li:not(:first-child)::before {
	content: "";
	display: block;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background-color: #F08300;
	width: 23px;
	height: 16px;
	position: absolute;
	top: -32px;
	left: 32px;
}
.voluntary_list li > dl > dt {
	display: flex;
	flex-flow: wrap;
	align-items: flex-start;
	margin-bottom: 10px;
}


.voluntary_list li > dl > dt span {
	color: #fff;
	background-color: #00AFDD;
	clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
	display: flex;
	flex-flow: wrap;
	align-items: center;
	width: 100px;
	height: 40px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	padding-left: 10px;
}

.voluntary_list.blue li > dl > dt span {background-color: #00AFDD;}
.voluntary_list.pink li > dl > dt span {background-color: #EB6D9A;}
.voluntary_list.orange li > dl > dt span {background-color: #F08300;}
.voluntary_list.green li > dl > dt span {background-color: #009B63;}

.voluntary_list.blue a {
	color: #00AFDD;
	font-weight: 700;
	text-decoration: underline;
}

.voluntary_list li > dl > dt p {
	margin-left: 10px;
	font-size: 18px;
	font-weight: 700;
}

.voluntary_price_list {
	margin-bottom: 30px;
}

.voluntary_price_list dt {
	color: #EB6D9A;
	font-weight: 700;
}

.voluntary_price_list dd {
	margin-left: 3em;
}

.voluntary_list.pink p span {
	color: #EB6D9A;
	font-weight: 700;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 50px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}