@charset "UTF-8";

/***************************************
01.Reset
02.共通
　ーヘッダー
　ーパンくず
　ーフッター
03.トップページ
04.
05.

 ***************************************/


/***************************************
01.Reset
 ***************************************/


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
	text-align: left;
	overflow-x: hidden;
	transform-origin: top center;
	position: relative;
	background-color: #D7D1C6;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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


/***************************************
02.共通
 ***************************************/

body {
	font-size: 16px;
	color: #372A14;
	font-family: 'Noto Sans JP', "sans-serif";
	font-weight: 400;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	line-height: 1.875;
}
#sp-mv {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: #372A14;
	word-break: break-all;
	text-decoration: none;
}

a:hover {
	color: #372A14;
	text-decoration: underline;
}

img {
	width: 100%;
	vertical-align: middle;
	pointer-events: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.t_a_c {
	text-align: center;
}

.f_w_b {
	font-weight: bold;
}

.sp_only {
	display: none;
}

.pc_only {
	display: block;
}

.sp_tb_only {
	display: none;
}

section h2 {
	font-family: 'Lora', serif;
	line-height: 1.2;
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	position: relative;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

section h2>span {
	flex-shrink: 0;
}
.comingsoon {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-top: 48px;
}
.note {
	padding-left: 1em;
	text-indent: -1em;
}

/*------------チケット-----------------*/

.ticket {
	display: none;
	position: fixed;
	padding: 0 0 20px;
	z-index: 100;
	right: 19px;
}
.ticket > a {
	display: block;
}
.ticket > a > img {
	width: 186px;
	height: 91px;
}


/*------------ヘッダー-（ナビゲーション・ロゴ）----------------*/

.pc_logo_area {
	display: block;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

.pc_logo_area a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-family: 'Noto Sans JP', "sans-serif";
	letter-spacing: 0.8px;
}

.sp_logo_area,
.sp-tickets {
	display: none;
}

header {
	position: relative;
	width: 100%;
	display: none;
}

header nav {
	display: flex;
	width: 100%;
	padding: 0 40px;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
	background-color: #C1BAAD;
}

header nav ul {
	display: flex;
	box-sizing: border-box;
	align-items: center;
}

header nav ul>li {
	margin-left: 23px;
}

header nav ul a {
	text-decoration: none;
	font-size: 15px;
	font-family: "Lora", sans-serif;
	font-weight: normal;
	letter-spacing: 0.9px;
	color: #372A14;
}

header nav ul a:hover {
	text-decoration: none;
}

.fixed {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 900;
}


/*ナビゲーション*/

@media screen and (max-width:1024px) {
	#top-head {
		position: fixed;
		display: none;
		z-index: 100;
		height: 62px;
		box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
	}
	.header-info,
	.header-nav-list a span {
		display: none;
	}
	.header-inner {
		padding: 7px 20px;
		z-index: 100;
		position: absolute;
		right: 0;
	}
	.header-nav {
		width: 100%;
		height: 100vh;
		margin: 0 auto;
		padding: 0 30px;
		z-index: 200;
	}
	.header-nav-list {
		display: block;
		padding: 40px 0 10px;
	}
	.header-nav .share {
		margin-top: 40px;
	}
	.header-nav .share>p {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	.header-nav .share-wrapper {
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
	.header-nav .share-button {
		width: 40px;
		height: 40px;
		margin-left: 50px;
	}
	.header-nav .share-button:first-child {
		margin-left: 0;
	}
	.sp_header {
		display: flex;
	}
	.pc_logo_area {
		display: none;
	}
	.sp_logo_area {
		width: 60px;
		padding: 15px;
		display: block;
	}
	.sp-tickets {
		display: flex;
		height: 62px;
		padding: 0 20px;
		align-items: center;
		margin: 0 auto;
		box-sizing: border-box;
		width: 100%;
		font-size: 16px;
	}
	.sp-tickets a {
		text-decoration: none;
	}
	.sp-tickets .sp-logo {
		width: 78%;
		margin-right: 5px;
		padding-top: 0px;
	}
	.sp-tickets a.sp-logo {
		display: none;
		color: white;
		text-align: left;
		font-weight: bold;
	}
	.sp-tickets a.sp-logo small {
		font-size: 11px;
	}
	.ticket {
		display: none !important;
		left: 40%;
		top: 24px;
		width: 20%;
		padding: 0;
	}
	.sp-tickets .tickets-img {
		width: 93px;
	}
	.sp-tickets img {
		width: 100%;
		height: auto;
	}
	header nav {
		display: none;
		position: fixed;
		top: 0px;
		width: 100%;
		background: #C1BAAD;
		left: 0;
	}
	header nav ul {
		padding: 0;
	}
	header nav ul li a {
		padding: 16px;
	}
	header nav ul a {
		color: #372A14;
		font-weight: bold;
	}
	header nav ul {
		display: block;
		margin: 0 auto;
		width: 100%;
		padding-left: 0;
	}
	header nav ul li {
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child {
		border: none;
	}
	header nav ul li a {
		display: block;
	}
	header nav ul a:hover::after {
		display: none;
	}
	header nav ul a:hover {}
	/*開閉ボタン*/
	#nav_toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 13px;
		z-index: 500;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span {
		display: block;
		height: 2px;
		background: #FFF;
		position: absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	.open #nav_toggle span {
		background: #FFF;
	}
	#nav_toggle span:nth-child(1) {
		top: 0px;
	}
	#nav_toggle span:nth-child(2) {
		top: 12px;
	}
	#nav_toggle span:nth-child(3) {
		top: 24px;
	}
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.header-nav>ul>li a {
		display: block;
		position: relative;
		text-decoration: none;
		padding: 10px 0;
		font-size: 30px;
		font-weight: bold;
		z-index: 2;
	}
	header nav ul a:hover {
		text-decoration: none;
	}
}

@media screen and (max-width:767px) {
	header nav {
		display: none;
		position: fixed;
		top: 0px;
		width: 100%;
		left: 0;
	}
}


/*------------フッター-----------------*/

footer {
	background: #F5F4E9;
	padding: 67px 0;
	position: relative;
}
footer p {
	text-align: center;
}
footer small {
	font-size: 16px;
}


/*------------共通-----------------*/

section .inner {
	margin: 0 auto;
	position: inherit;
	z-index: 50;
}
.bg-brown {
	position: relative;
	z-index: 0;
	background-color: rgba(193, 186, 173, 0.6);
}
.bg-brown::after {
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	border-radius: 100%;
	background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(193, 186, 173, 0.6) 50%, rgba(193, 186, 173, 0.6) 100%);
	position: absolute;
	left: 0;
	bottom: -50px;
}
.bg-brown > section {
	overflow: hidden;
}


/***************************************
03.ローディング
 ***************************************/

#loading {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background-color: #162328;
	transition: all 1s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.loaded {
	opacity: 0;
	visibility: hidden;
}


/***************************************
03.メインビジュアル
 ***************************************/

.mv {
	position: relative;
	z-index: 10;
}

.mv .mv-img {
	margin: 0;
	position: relative;
}

.mv .mv-img > div.mv-padding {
	background: url("../img/mv_v_pc.png") no-repeat center top/ cover;
	padding-top: calc(817 / 1366 * 100%);
}

.mv h1 {
	text-indent: -9999px;
	visibility: hidden;
	width: 0;
	height: 0;
	position: absolute;
}

#news {
	width: 435px;
	padding: 80px 15px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
#news h2 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: 1.5px;
	display: block;
	padding-left: 15px;
}
#news .frame {
	border: solid 3px #C1BAAD;
	border-radius: 10px;
	padding: 15px;
	background: #fff;
}
#news ul {
	color: #353839;
	height: 134px;
	overflow-y: scroll;
	line-height: 20px;
}
#news ul > li {
	border-top: solid 1px #EAEAEA;
	padding: 5px 7px;
}
#news ul > li:first-child {
	border-top: none;
}
#news time {
	margin-right: 10px;
}
#news h2.news-twitter-title {
	font-size: 16px;
	margin: 20px 0 10px;
	font-family: 'Noto Sans JP', "sans-serif";
	line-height: 1.5;
	letter-spacing: 0px;
	font-weight: 500;
}
#news h2.news-twitter-title>span {
	padding-left: 35px;
	background: url('../img/logo_twitter.png') center left/20.6px 16.73px no-repeat;
}
#news h2.news-twitter-title>span>span {
	font-size: 18px;
}

#news .news-twitter {
	background: #fff;
	max-width: 800px;
	height: calc(200 * 100vw/1366);
	max-height: 200px;
	overflow: scroll;
	overflow-x: hidden;
	border: solid 3px #C1BAAD;
	border-radius: 10px;
}
#news .news-twitter > div {
	margin: -3px -1px 0 !important;
	max-width: calc(100% + 2px) !important;
}

#news .schedule {
	font-size: 16px;
	font-weight: bold;
	padding-left: 16px;
	margin-top: 24px;
	letter-spacing: 0.1em;
}
#news .schedule > div {
	padding-left: 16px;
	line-height: 24px;
	position: relative;
	margin-top: 20px;
}
#news .schedule > div::before {
	content: '';
	position: absolute;
	left: 0;
	top: 52%;
	width: 2px;
	height: 46px;
	background: #372A14;
	border-radius: 2px;
	transform: translateY(-50%);
}
#news .schedule .large {
	font-size: 18px;
	letter-spacing: 0.1em;
}

#news .news-ticket {
	position: absolute;
	right: 19px;
	bottom: -57px;
}
#news .news-ticket > a {
	display: block;
}
#news .news-ticket img {
	width: 186px;
	height: 91px;
}

@media screen and (max-width: 1360px) {
	#news {
		padding-top: 30px;
	}
	#news .schedule,
	#news .news-ticket {
		margin-top: 20px;
	}
	#news .news-ticket {
		bottom: -100px;
	}
}

@media screen and (max-width: 1360px) {
	#news {
		padding-top: 20px;
	}
	#news h2 {
		margin-bottom: 20px;
	}
	#news .schedule,
	#news .news-ticket {
		margin-top: 10px;
	}
}

@media screen and (min-width:1025px) and (max-width: 1230px) {
	#news .news-twitter {
		height: 300px !important;
	}
}

@media screen and (min-width:1025px) and (max-width: 1160px) {
	#news .schedule {
		display: none;
	}
}

.information {
	position: absolute;
	bottom: 5%;
	right: 2%;
	background: rgb(222, 157, 242);
	background: linear-gradient(324deg, rgba(222, 157, 242, 0.8) 0%, rgba(207, 144, 237, 0.8) 8%, rgba(164, 182, 240, 0.8) 50%, rgba(55, 189, 221, 0.8) 100%);
	padding: 40px;
	border-radius: 10px;
	transform: rotate(-5deg);
	width: 45%;
}

.information:after {
	position: absolute;
	bottom: 3%;
	right: -2%;
	border: 2px solid white;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.information dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 20px;
	line-height: 1.8rem;
	font-size: 18px;
}

.information dl dt {
	width: 20%;
}

.information dl dd {
	width: 75%;
	padding-left: 5%;
}

.mv .information h2 {
	font-weight: bold;
	padding-bottom: 0.5em;
	text-align: center;
	font-size: 1.25em;
}

.mv .information ul {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	border: 1px solid white;
	padding: 15px;
	height: 180px;
	width: 350px;
	font-size: 14px;
	overflow: auto;
	box-sizing: border-box;
}

.mv .information ul li {
	display: flex;
	line-height: 2em;
}

.mv .information ul li time {
	width: 35%;
}

.mv .information ul li p {
	width: 65%;
}

@media screen and (max-width:1023px) {
	.mv .information {
		position: relative;
		right: 0;
		background: #111;
		padding: 20px 0 40px 0;
		z-index: 2;
	}
	.mv .information:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		transform: skewY(176deg);
		transform-origin: top left;
		z-index: -1;
		width: 100%;
		height: 100%;
		background: #111;
	}
	.mv .information ul {
		margin: 0 auto;
	}
	.mv .information h2 {
		padding: 10px;
	}
}

.scroll-area {
	width: 100px;
	margin: 0 auto;
	position: absolute;
	left: 46.5%;
	top: 79%;
}


/***************************************
04.イントロダクション
 ***************************************/

.wallpaper1 {
	background: url("../img/bg_wallpaper1.png") center top/100% 100% no-repeat;
	position: relative;
	z-index: 9;
}
.wallpaper1 > .bg-brown {
	margin: -81px 0 150px;
	padding: 184px 0 50px;
}
.sec_0 {
	position: relative;
}
.sec_0::before {
	content: '';
	width: 130px;
	height: 103px;
	position: absolute;
	top: 1000px;
	right: calc(50% + 456px);
	background: url("../img/tubame_1.png") center center/contain no-repeat;
}
.sec_0::after {
	content: '';
	width: 253px;
	height: 275px;
	position: absolute;
	top: 1550px;
	left: calc(50% + 400px);
	background: url("../img/tubame_2.png") center center/contain no-repeat;
}
.sec_0 h3 {
	text-align: center;
	font-size: 30px;
	letter-spacing: 2.1px;
	margin: 58px 0 30px;
	line-height: 1;
	font-weight: bold;
}
.sec_0 .inner {
	position: relative;
	max-width: 780px;
}

.sec_0 .text-area .text-1 {
	text-align: center;
	margin-top: 52px;
	font-size: 22px;
	letter-spacing: 2.2px;
	font-weight: bold;
	line-height: 36px;
}
.sec_0 .text-area .text-2 {
	margin-top: 40px;
}
.sec_0 .text-area .text-2 > p {
	margin-top: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}
.sec_0 .text-area p.text-3 {
	letter-spacing: 0;
}
.sec_0 .text-area p.text-4 {
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 500;
}

#comment {
	max-width: 806px;
	margin: 0 auto;
}
.comment-box {
	border: 1px solid #3A2D17;
	padding: 46px 24px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.7);
}
.comment-box h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 16px;
	text-align: center;
	letter-spacing: 2.2px;
}
.comment-box p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7777;
	letter-spacing: 1.8px;
}
.comment2 .comment-box p {
	font-size: 16px;
}


/***************************************
05.キャスト .sec_1
 ***************************************/

.sec_1 {
	position: relative;
	padding-bottom: 15px;
}
.sec_1::before,
.sec_1::after {
	content: '';
	display: block;
	position: absolute;
}
.sec_1:before {
	top: -65px;
	left: 0;
	width: 250px;
	height: 402px;
	background: url('../img/tubame_3.png') left 53px top 192px/77px no-repeat,
	url('../img/bg_cast1.png') left top -51px/275.5px 486.5px no-repeat;
}
.sec_1:after {
	right: 0;
	bottom: 219px;
	width: 330px;
	height: 500px;
	background: url('../img/bg_cast2.png') right top -63px/377px 605.5px no-repeat;
}

.sec_1 img {
	max-width: 260px;
}
.sec_1 .cast-1,
.sec_1 .cast-3 {
	max-width: 430px;
	margin: 0px auto 80px;
	text-align: center;
}
.sec_1 .cast-1 {
	margin-top: 50px;
}
.sec_1 .cast-img {
	overflow: hidden;
	cursor: pointer;
	background: #000;
}
.sec_1 .cast-img > img {
	transform: scale(1);
	opacity: 1;
	transition: all 0.3s linear;
	transition-duration: 0.3s;
}
.sec_1 .cast-img:hover > img {
	transform: scale(1.2);
	opacity: 0.5;
}
.sec_1 .cast-1 .cast-img {
	width: calc(260 / 430 * 100%);
	max-width: 260px;
	margin: 0 auto;
}
.sec_1 p {
	margin-top: 22px;
	line-height: 30px;
}
.sec_1 .cast-name {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.1em;
}
.sec_1 .role-name {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.1em;
}
.sec_1 .cast-description {
	font-size: 16px;
	margin-top: 16px;
	letter-spacing: 0.05em;
}
.sec_1 .cast-2 {
	max-width: 1106px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 82px;
	text-align: center;
}
.sec_1 .cast-2 > div {
	max-width: 260px;
	width: calc(260 / 1106 * 100%);
}
.sec_1 .cast-3 .cast-img {
	width: calc(260 / 430 * 100%);
	max-width: 260px;
	margin: 0 auto;
}

.cast-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
.cast-modal * {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.cast-modal *::-webkit-scrollbar {
	display: none;
}
.cast-modal-bg {
	display: block;
	width: 100%;
	height: 100%;
	background: #162328;
	opacity: 0.4;
	z-index: 1000;
}
.cast-modal > .cast-modal-flex-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10000;
	width: calc(1104 / 1366 * 100%);
	background: #fff;
	border: solid 1px #372A14;
	margin: 0 auto;
	padding: 100px 80px;
	display: flex;
	justify-content: space-around;
	background: url("../img/tubame_9.png") right 54px bottom 112px/78px no-repeat,
	url("../img/bg_modal.png") right bottom 16px/307px 375px no-repeat,
	#fff;
	max-height: 90vh;
}
.cast-modal-close-btn {
	position: absolute;
	top: 26px;
	right: 26px;
	width: 31.36px;
	height: 31.36px;
	transform: rotate(45deg);
	cursor: pointer;
}
.cast-modal-close-btn::before,
.cast-modal-close-btn::after {
	content: '';
	width: 2px;
	height: 31.36px;
	background: #372A14;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-1px);
}
.cast-modal-close-btn::before {
	transform: translateX(-1px) rotate(90deg);
}
.modal-cast-img {
	flex-shrink: 0;
	flex-basis: 400px;
	margin-right: 80px;
}
.modal-cast-txt {
	letter-spacing: 0.1em;
	text-align: left;
	overflow-y: scroll;
}
.modal-cast-name {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 30px;
}
.modal-cast-name > div {
	display: inline-block;
	min-width: 290px;
	padding-right: 60px;
	border-bottom: solid 1px #372A14;
}
.modal-cast-name span {
	font-size: 18px;
	font-weight: normal;
	margin-left: 16px;
}
.modal-comment-title {
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0 18px;
	line-height: 30px;
}
.modal-comment-title > span {
	border-bottom: solid 1px #372A14;
}

/***************************************
05-2.スタッフ .sec_1_2
 ***************************************/

.wallpaper2 {
	background: url("../img/bg_wallpaper2.png") center top/100% 100% no-repeat;
	position: relative;
	z-index: 8;
}
.wallpaper2 > .bg-brown {
	margin: -127px 0 154px;
	padding: 215px 0 50px;
}

.sec_1_2 {
	position: relative;
}
.sec_1_2::before {
	content: '';
	width: 151px;
	height: 127px;
	position: absolute;
	top: -16px;
	left: calc(50% + 398px);
	background: url("../img/tubame_4.png") center center/contain no-repeat;
}
.sec_1_2::after {
	content: '';
	width: 176px;
	height: 200px;
	position: absolute;
	bottom: 64px;
	right: calc(50% + 426px);
	background: url("../img/tubame_5.png") top -46px left -42px/286.5px no-repeat
}

#staff {
	margin-top: 52px;
}
#staff p {
	text-align: center;
	margin-top: 30px;
	line-height: 32px;
	font-weight: bold;
	font-size: 18px;
}
#staff p > span {
	font-size: 16px;
}
#staff p > span.writer {
	letter-spacing: 0.1em;
}

/***************************************
06.チケット .sec_2
 ***************************************/

.sec_2 {
	position: relative;
	padding-bottom: 58px;
}
.sec_2::before,
.sec_2::after {
	content: '';
	display: block;
	position: absolute;
}
.sec_2:before {
	top: -110px;
	right: 0;
	width: 524px;
	height: 1164px;
	background: url('../img/bg_ticket1.png') right top -20px/536px 1186px no-repeat;
}
.sec_2:after {
	left: 0;
	bottom: 552px;
	width: 346px;
	height: 768px;
	background: url('../img/bg_ticket2.png') left top -9px/380px 801px no-repeat;
}
.sec_2 h2 {
	margin-bottom: 54px;
}
#sec_2 .ticket-info {
	padding-bottom: 22px;
}
#sec_2 .ticket-info.closed {
	padding-top: 22px;
}
#sec_2 .ann-ticket {
	padding: 0 30px;
}
.ticket-info dl {
	margin-top: 20px;
	padding-bottom: 0px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1.6em;
}
.ticket-info dl dt {
	padding-bottom: 0.75em;
	width: 35%;
	position: relative;
	text-align: right;
	padding-right: 20px;
}
.ticket-info dl dd {
	padding-bottom: 0.75em;
	width: 55%;
}
.ticket-info a {
	color: #F44993;
}
section.ticket-info hr {
	margin: 0 20px 30px;
}
.ticket-info .note {
	max-width: 700px;
	margin: 0 auto;
	text-align: left;
}
.title {
	position: relative;
	cursor: pointer;
	font-weight: normal;
	transition: all .5s ease;
}
.title::before, .title::after {
	position: absolute;
	top: 48%;
	right: 35px;
	content: '';
	width: 20px;
	height: 3px;
	background-color: #273A55;
}
.title::before {
	transform: rotate(0deg);
}
.title::after {
	transform: rotate(90deg);
}

@media screen and (max-width: 1024px) {
	.title::before,
	.title::after {
		right: 15px;
	}
}

.sec_2 header {
	display: block;
}
.sec_2 .stage-name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	letter-spacing: 0.1em;
}
.sec_2 h3 {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.1em;
}
.ticket-info,
.sec_2 .inner > section {
	border: solid 1px #372A14;
	border-radius: 9px;
	width: calc(1104 / 1366 * 100%);
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin: 40px auto;
	padding: 40px 0 46px;
}

.sec_2 .schedule {
	max-width: 860px;
	margin: 0 auto;
}
.sec_2 .schedule a {
	color: #F44993;
}
.sec_2 .schedule > dl > dt {
	font-size: 20px;
	display: block;
	margin: 16px 0 8px;
	font-weight: bold;
	position: relative;
}
.sec_2 .schedule > dl > dt::after {
	content: '';
	display: block;
	width: 120px;
	height: 3px;
	background-color: #C1BAAD;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 6px;
}
.sec_2 .schedule > dl > dd {
	font-weight: bold;
	letter-spacing: 0.1em;
}
.sec_2 .schedule > dl > dd.date > span {
	font-size: 18px;
}
.sec_2 .schedule > dl > dd.place > span {
	font-size: 18px;
}
.sec_2 .schedule .price {
	letter-spacing: 0;
}
.sec_2 .schedule .price > span {
	font-size: 24px;
}
.sec_2 .schedule .price > span.seat {
	display: inline-block;
	font-size: 16px;
	padding: 2px 15px;
	margin: 15px 0 0;
	border: solid 1px #C1BAAD;
}
.sec_2 .schedule .price > span.seat-note {
	font-size: 12px;
	font-weight: 500;
}
.sec_2 .schedule > .ticket-date {
	margin: 0 auto 22px;
	padding: 16px;
	width: calc(636 / 860 * 100%);
	border: solid 2px #C1BAAD;
	border-radius: 9px;
	line-height: 25px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.sec_2 .tokyo2 .schedule > .ticket-date {
		height: 85px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.sec_2 .schedule > .ticket-date > .date {
	font-size: 20px;
}
.sec_2 #osaka .schedule > .ticket-date {
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec_2 .schedule > .contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
	line-height: 1.25;
}
.sec_2 .osaka2 .schedule > .contact {
	margin-top: 20px;
}
.sec_2 .schedule > .schedule-img {
	margin: 50px 0 58px;
}
.sec_2 #osaka .schedule img {
	margin: 0 auto;
	width: 215px;
}
.sec_2 .schedule-note {
	text-align: left;
	color: #F44993;
	width: calc(636 / 800 * 100%);
	margin: 20px auto;
	text-indent: -2em;
}
.sec_2 .inner > .ticket-note {
	background-color: transparent;
	text-align: left;
	border: none;
	margin-top: 46px;
	padding: 0;
}

.sec_2 .ticket-note h3 {
	font-size: 26px;
	margin-bottom: 28px;
}
.sec_2 .ticket-note header {
	display: block;
	text-align: center;
	font-weight: bold;
	margin-bottom: 28px;
}
#sec_2 .ticket-note-list-title {
	font-weight: bold;
	margin-bottom: 2px;
	padding: 0;
}
.sec_2 .ticket-note > ul {
	list-style: disc;
	padding-left: 1em;
	line-height: 26px;
}
.sec_2 .ticket-note p {
	margin-top: 24px;
	padding-left: 1em;
}


/***************************************
05.アーティスト .sec_2
 ***************************************/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/***************************************
07.アクセス .sec_3
 ***************************************/

.wallpaper3 {
	background: url("../img/bg_wallpaper3.jpg") center top/100% 100% no-repeat;
	position: relative;
	z-index: 7;
	padding-bottom: 0;
}
.wallpaper3 > .bg-brown {
	margin: -82px 0 152px;
	padding: 184px 0 1px;
}

.sec_3::before {
	content: '';
	width: 212px;
	height: 178px;
	position: absolute;
	top: 74px;
	left: calc(50% + 412px);
	background: url("../img/tubame_6.png") left -22px top -15px/245.5px 214px no-repeat
}
.sec_3::after {
	content: '';
	width: 154px;
	height: 132px;
	position: absolute;
	bottom: 124px;
	right: calc(50% + 500px);
	background: url("../img/tubame_7.png") bottom -6px left -8px/174.5px 146px no-repeat
}

.sec_3 {
	position: relative;
	text-align: center;
}
.sec_3 h2 {
	margin-bottom: 54px;
}
.sec_3 .inner > section {
	margin-bottom: 60px;
}
.sec_3 h3 > a,
.sec_3 h3 > span {
	display: inline-block;
	min-width: 260px;
	line-height: 46px;
	padding: 0 20px;
	background: #FFF;
	border-radius: 100px;
	margin: 0 auto 18px;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}
.sec_3 p {
	margin-bottom: 24px;
}
.sec_3 iframe {
	max-width: 780px;
	width: 100%;
	height: 432px;
	display: block;
	margin: 0 auto;
}


/***************************************
09.ムービー .sec_4
 ***************************************/
#movie-goods-bg {
	padding-bottom: 94px;
	position: relative;
}
#movie-goods-bg::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 680px;
	background: url(../img/bg_movie_goods2.png) center bottom/100% auto no-repeat,
	url(../img/tubame_8.png) right 157px bottom 367px /77px no-repeat,
	url(../img/bg_movie_goods1.png) right bottom -26px/477px 789px no-repeat;
}

.sec_4 {
	position: relative;
}

/***************************************
10.GOODS sec_5
 ***************************************/

.sec_5 {
	position: relative;
}
.sec_5 h2 {
	margin-top: 146px
}


/***************************************
11.share sec_6
 ***************************************/

.sec_6 {
	position: relative;
	padding: 32px 0 36px;
	background: #D7D1C6;
}

.sec_6 .inner {
	margin-bottom: 0;
}

.sec_6 h2 {
	font-size: 24px;
	margin-bottom: 48px;
	letter-spacing: 2.4px;
	display: block;
	font-family: 'Noto Sans JP', "sans-serif";
}

.sec_6 .share > p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.sec_6 .share-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 14px;
}

.sec_6 .share-button {
	width: 40px;
	height: 40px;
	margin-left: 50px;
}

.sec_6 .share-button:first-child {
	margin-left: 0;
}


/***************************************
12.ご来場になるお客様へのお願い sec_7
 ***************************************/


/***************************************
13.pagetop
 ***************************************/

#buy-ticket {
	position: fixed;
	bottom: 88px;
	right: 10px;
	float: right;
	width: 92px;
	height: 40px;
	z-index: 99;
}
#buy-ticket > a {
	display: block;
}

#pagetop {
	position: fixed;
	bottom: 5px;
	right: 0px;
	float: right;
	width: 80px;
	height: 60px;
	z-index: 99;
}
#pagetop > a {
	display: block;
}
#pagetop img {
	width: 50px;
	height: auto;
}


/***************************************
14.レスポンシブ
 ***************************************/

@media screen and (min-width:1400px) {
	.pc_logo_area a br.pc-small {
		display: none;
	}
}

@media screen and (min-width:1161px) {
	.sp_tb_only {
		display: none;
	}
}

@media screen and (min-width:1025px) and (max-width:1200px) {
	.pc_logo_area {
		width: 30%;
	}
	.modal__content {
		width: 80%;
	}
}

@media screen and (max-width:1024px) {
	body {
		font-size: 16px;
		background: transparent;
	}
	#sp-mv {
		display: block;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background: url("../img/mv_v_sp2.png") center center/cover no-repeat;
	}
	#sp-mv > div {
		font-size: 12px;
		font-family: "Lora", sans-serif;
		letter-spacing: 0.05em;
		position: absolute;
		left: 50%;
		bottom: 100px;
		transform: translateX(-50%);
	}
	#sp-mv > div::after{
		content: "";
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-0.5px);
		width: 1px;
		height: 40px;
		background: #372A14;
		animation: pathmove 1.4s ease-in-out infinite;
		opacity:0;
	}
	@keyframes pathmove{
		0%{
			height: 0;
			top: 20px;
			opacity: 0;
		}
		30%{
			height: 40px;
			opacity: 1;
		}
		100%{
			height: 0;
			top: 70px;
			opacity: 0;
		}
	}

	.mv {
		margin-top: 100vh;
	}
	.mv .mv-img {
		display: none;
		z-index: -1;
	}
	.mv .mv-img > div.mv-padding {
		background: url("../img/mv_v_sp2.png") center top -2px/cover no-repeat;
		background: transparent;
	}
	#news {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 50;
		display: flex;
		flex-wrap: wrap;
		padding: 22px 28px 23px;
		background: #F5F4E9;
	}
	#news::before {
		content: '';
		width: 100%;
		height: 29px;
		position: absolute;
		top: -29px;
		left: 0;
		background: radial-gradient(at top center, transparent 0% 71%, #F5F4E9 72% 100%);
	}
	#news::after {
		content: '';
		position: absolute;
		bottom: -27px;
		left: 0;
		display: block;
		width: 100%;
		height: 54px;
		background: #F5F4E9;
		border-radius: 100%;
		z-index: -1;
	}
	#news h2 {
		padding-left: 0;
		margin-bottom: 12px;
		letter-spacing: 0.05em;
		text-align: center;
		display: block;
	}
	#news ul {
		margin-bottom: 50px;
		background: none;
	}
	#news h2.news-twitter-title {
		margin: 0 0 14px;
		letter-spacing: 0;
	}
	#news h2.news-twitter-title > span {
		background-image: url('../img/logo_twitter.png');
		background-size: 25px 20px;
		font-size: 17px;
		padding-right: 35px;
	}
	#news .news-twitter {
		max-width: 100%;
		height: 194px;
		border: solid 0.5px #707070;
		border-radius: 7px;
		max-height: none;
	}
	#news .schedule {
		font-size: 12px;
		padding: 0;
		width: 100%;
		margin: 0;
	}
	#news .schedule > div {
		padding: 0;
		line-height: 20px;
		text-align: center;
	}
	#news .schedule > div::before {
		content: none;
	}
	#news .schedule > div:first-child::before {
		content: '';
		width: 57px;
		height: 1px;
		top: auto;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
	}
	#news .schedule .large {
		font-size: 14px;
	}
	#news > section {
		margin-top: 32px;
		order: 2;
		width: 100%;
	}
	#news ul.frame {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 26px;
		padding: 11px 16px;
		height: 106px;
	}
	#news ul > li {
		line-height: 20px;
		padding: 3px 7px 2px;
	}

	header {
		background-color: #C1BAAD;
		height: auto;
	}
	.ticket {
		left: 55%;
		top: 13px;
		width: 15%;
		padding: 0;
		position: inherit;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.bg-brown::after {
		height: 54px;
		bottom: -27px;
	}
	.cast-modal > .cast-modal-flex-box {
		width: auto;
		display: block;
		width: calc(100% - 46px);
		padding: 40px 50px;
		max-height: calc(100% - 40px);
		overflow: scroll;
		background: url("../img/tubame_9.png") right 24px top 310px/26px no-repeat,
		url("../img/bg_modal_sp.png") right top 280px/125px 127px no-repeat,
		#fff;
	}
	.modal-cast-img {
		margin: 0 auto;
		width: 100%;
		max-width: 260px;
	}
	.modal-cast-name {
		font-size: 18px;
		margin: 10px 0;
	}
	.modal-cast-name > div {
		min-width: 210px;
		padding-right: 10px;
	}
	.modal-cast-name.modal-cast-name-nobreak > div {
		line-height: 25px;
	}
	.modal-cast-name span {
		font-size: 14px;
	}
	.modal-cast-name.modal-cast-name-nobreak > div span {
		margin-left: 0;
	}
	.modal-cast-txt {
		overflow: hidden;
	}
	.modal-cast-txt > p {
		line-height: 30px;
		font-size: 14px;
	}
	.cast-modal-close-btn {
		width: 2px;
		height: 2px;
		top: 20px;
		right: 20px;
	}
	.cast-modal-close-btn::before,
	.cast-modal-close-btn::after {
		height: 20px;

	}
	.sec_2 header {
		background: none;
	}
	.sec_2 #tokyo .schedule img {
		margin: 0 auto;
		width: 100%;
		max-width: 323.5px;
	}
	.sec_2 #osaka .schedule img {
		width: 100%;
		max-width: 109px;
	}
	.sec_2 #takasaki .schedule img {
		width: 100%;
		max-width: 71.87px;
	}
	.sec_2 h3>span {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sec_2 h3>span:before,
	.sec_2 h3>span:after {
		display: inline-block;
		content: '';
		width: 68px;
		height: 12px;
		margin: 0;
	}
	.sec_2 .ticket-note header {
		background: none;
		height: auto;
	}
	.sec_6 .inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	.sec_0 {
		padding-bottom: 0!important;
	}
	.sec_3 h3 > a {
		width: 236px;
		line-height: 40px;
		font-size: 16px;
		margin-bottom: 0;
		min-width: auto;
	}
	.sec_3 p {
		margin: 18px 0;
		line-height: 17px;
	}
	.sec_3 .inner>section {
		margin-bottom: 14px;
		padding-bottom: 24px;
	}
	.sec_3 table dd {
		width: 75%;
		padding-bottom: 0.75em;
		line-height: 1.25em;
	}
	.sec_3 .sp-bg-area-4 dd {
		width: 75%;
		line-height: 1.25em;
		padding-bottom: 0.75em;
	}
	.sec_3 table .p-left dt {
		width: 40%!important;
	}
	.sec_3 table .p-left dd {
		width: 60%!important;
	}
	.sec_3 .p-area .t_a_c {
		font-size: 18px;
		padding-bottom: 30px;
	}
	.sec_3 .sub-ttl {
		font-weight: 500!important;
		padding-bottom: 5px;
	}
	.sec_3 table .f-ttl {
		text-align: center;
	}
	.sec_3 table .b-der-r {
		border-right: none;
	}
	.sec_3 .sub-ttl-1 {
		text-align: center;
		font-weight: 500;
		font-size: 19px;
		padding-bottom: 10px;
	}
	.sec_3 .price-area {
		display: flex;
		justify-content: space-around;
		padding: 20px;
		text-align: center;
		font-size: 16px;
	}
	.sec_3 .price-area span.f_l {
		display: block;
	}
	.sec_3 .price-area span.f_s {
		display: block;
		padding-bottom: 10px;
		font-size: 0.875em;
	}
	.sec_3 .url-area {
		padding-bottom: 20px;
	}
	.sec_3 .url-area a {
		font-size: 0.9em;
	}
	.sec_3 .contact-2 {
		width: 87%;
		margin: 0 auto;
		padding: 10px 0 0;
	}
	.sec_3 .contact-2 p {
		text-align: center;
		line-height: 1.5em;
		padding-bottom: 10px;
	}
	.bg-item-7 {
		width: 24%;
		max-width: 300px;
		margin-top: -140px;
		margin-left: -20px;
	}
}

@media screen and (min-width:1025px) and ( max-width:1160px) {
	.pc_only {
		display: block;
	}
	.sp_only {
		display: none;
	}
	.pc_p_first {
		padding: 15px 0 40px;
	}
	.sec_2 .name {
		padding-top: 4px;
	}
	.sec_2 .Performer .sns-area.w60 ul {
		padding-top: 10px;
	}
	.sec_2 .Performer .sns-area.w50 ul {
		padding-top: 8px;
	}
}

@media screen and (min-width:768px) and ( max-width:1000px) {
	/**共通**/
	body {
		font-size: 16px!important;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.sp_tb_only {
		display: block;
	}
	.Performer-list .sp_only {
		display: none;
	}
	.scroll-area {
		width: 100px;
		margin: 0 auto;
		position: absolute;
		left: 43.5%;
		top: 79%;
	}
	/**sec_01**/
	.sec_0 {
		padding-bottom: 95px;
		position: relative;
		z-index: 0;
		/*background: url(../img/mv-sp-2.jpg)no-repeat;
		background-attachment: fixed;
		background-size: cover;*/
		}
		.sec_0 .text-area {
			padding: 0;
		}
		/**sec_02**/
		.sec_2 .inner {
			padding: 25px 0 0;
		}
		.sec_2 .modal-content .content {
			margin: 0 auto;
			padding: 30px 40px 0;
		}
		.sec_2 .name {
			font-size: 1.5em;
		}
		.sec_2 .name_s {
			font-size: 1.25em;
		}
		.modal__content {
			padding: 20px;
			width: 100%;
		}
		.sec_3 {
			position: relative;
			z-index: 0;
		}
		.sec_3 .inner .outline {
			width: 100%;
		}
		.sec_3 .sp_only.price {
			display: none;
		}
		.sec_3 .t-contents .t-detail {
			width: 100%;
		}
		.sec_3 .contact-1 {
			padding: 20px 0 30px;
		}
		.sec_3 table {
			width: 100%;
		}
		.sec_4 thead th {
			text-align: center;
		}
		.sec_4 table .w_15 {
			width: 20%;
		}
		.sec_4 table td {
			padding-right: 1em;
			box-sizing: border-box;
		}
		.sec_4 table th.f-c-glay {
			padding: 2em 0.5em 2em 0.5em;
		}
		.sec_4 .inner {
			padding-bottom: 80px;
		}
		.sec_5 .comingsoon .montserrat {
			padding: 30px 0 60px;
		}
	}

	@media screen and (max-width:767px) {
		body {
			font-size: 14px;
			position: relative;
		}
		.pc_only {
			display: none;
		}
		.sp_only {
			display: block;
		}
		.sp_tb_only {
			display: block;
		}
		/*ヘッダー*/
		header {
			background-color: #C1BAAD;
			height: 66px;
		}
		.sp-tickets .sp-logo {
			width: 58%;
			;
		}
		section .inner {
			padding-left: 29px;
			padding-right: 29px;
			margin-bottom: 42px;
		}
		section h2 {
			font-size: 25px;
			display: block;
			margin-bottom: 20px;
		}
		.mv .mv-img {
			margin: 0;
			padding-top: 0;
			background-attachment: fixed;
			animation: loading 3s;
			animation-delay: 6s;
		}
		.wallpaper1 {
			background-image: url("../img/bg_wallpaper_sp1.png");
		}
		.wallpaper1 > .bg-brown {
			margin: -42px 0 78px;
			padding: 62px 0 22px;
		}
		.sec_0 {
			padding: 60px 0 95px;
			position: relative;
			z-index: 2;
		}
		.sec_0::before {
			top: 20px;
			right: calc(50% + 136px);
			width: 44px;
			height: 35px;
		}
		.sec_0::after {
			content: none;
		}
		#synopsis {
			position: relative;
		}
		#synopsis.synopsis2 p.text-4{
			font-size: 14px;
		}
		#synopsis::before {
			content: '';
			display: block;
			position: absolute;
			top: -40px;
			right: -19px;
			width: 60px;
			height: 65px;
			background: url("../img/tubame_2.png") center center/cover no-repeat;
		}
		.sec_0 .inner {
			position: inherit;
			z-index: 10;
		}
		.sec_0 h2 {
			margin-top: 0px;
		}
		.sec_0 .text-area .text-1 {
			font-size: 14px;
			margin: 24px 0 14px;
		}
		.sec_0 .text-area .text-2 {
			margin: 0 0 10px;
			line-height: 26px;
		}
		.sec_0 .text-area .text-2 > p {
			margin: 0 0 26px;
		}
		.sec_0 .text-3 {
			font-size: 14px;
			line-height: 20px;
		}
		.sec_0 .text-area p.text-4 {
			font-size: 16px;
		}
		.sec_0 h3 {
			font-size: 20px;
			margin: 48px 0 22px;
			letter-spacing: 0.07em;
		}
		.sec_0 .text-4>p:first-child {
			margin-top: 0;
		}
		.sec_1 {
			padding-bottom: 1px;
		}
		.sec_1::before {
			background: url("../img/tubame_3.png") left 30px bottom 62px/38px no-repeat,
			url("../img/bg_cast1_sp.png") left top -24px/159px 240.5px no-repeat;
			width: 148px;
			height: 204px;
			top: -45px;
		}
		.sec_1::after {
			background: url("../img/bg_cast2_sp.png") right top -18px/128px 219px no-repeat;
			width: 112px;
			height: 186px;
			top: auto;
			bottom: 540px;
		}
		.sec_1 p {
			margin-top: 18px;
		}
		.sec_1 .cast-description {
			font-size: 16px;
			margin-top: 6px;
		}
		.sec_1 .cast-1 {
			margin: 26px auto 40px;
		}
		.sec_1 .cast-1 .cast-img,
		.sec_1 .cast-2 .cast-img,
		.sec_1 .cast-3 .cast-img {
			width: calc(200 / 330 * 100%);
			max-width: 200px;
			margin: 0 auto;
		}
		.sec_1 .cast-2 {
			display: block;
			margin-bottom: 40px;
		}
		.sec_1 .cast-2 > div {
			width: 100%;
			max-width: none;
			margin: 40px auto;
		}
		.sec_1 .cast-3 {
			margin-bottom: 40px;
		}
		.sec_1 .cast-name {
			font-size: 16px;
			letter-spacing: 0.1em;
		}
		.sec_1 .role-name {
			font-size: 14px;
			letter-spacing: 0.1em;
		}
		.wallpaper2 {
			background-image: url("../img/bg_wallpaper_sp2.png");
		}
		.wallpaper2 > .bg-brown {
			margin: -42px 0 80px;
			padding: 92px 0 14px;
		}
		.sec_1_2::before {
			top: 150px;
			right: 20px;
			width: 51px;
			height: 43px;
			left: auto;
		}
		.sec_1_2::after {
			width: 61px;
			height: 69px;
			left: 15px;
			bottom: 160px;
			background: url("../img/tubame_5.png") top -14px left -15px/98.2px no-repeat
		}
		#staff {
			margin-top: 0;
		}
		#staff p {
			font-size: 16px;
			margin-top: 28px;
			line-height: 32px;
		}
		#staff p > span {
			font-size: 14px;
		}
		section.sec_1_2 .inner {
			margin-bottom: 0;
		}
		.sec_2 {
			padding-bottom: 6px;
		}
		.sec_2:before {
			top: 30px;
			right: 0;
			width: 159px;
			height: 384px;
			background: url(../img/bg_ticket_sp1.png) right top/cover no-repeat;
		}
		.sec_2:after {
			content: none;
		}
		section.sec_2 .inner {
			padding: 0 9px;
			width: 100%;
		}
		.sec_2 h2 {
			line-height: 28px;
			letter-spacing: 0.12em;
			margin-bottom: 26px;
		}
		.ticket-info,
		.sec_2 .inner>section {
			width: 100%;
			margin: 14px auto;
			padding: 34px 16px 44px;
		}
		section.ticket-info hr {
			margin: 0 0 20px;
		}
		#sec_2 .ann-ticket {
			padding: 0;
		}
		.sec_2 header {
			background: none;
			height: auto;
		}
		.sec_2 .stage-name {
			font-size: 16px;
		}
		.sec_2 h3 {
			font-size: 18px;
		}
		.sec_2 .schedule>div,
		.sec_2 #tokyo .schedule>div {
			margin: 36px auto;
		}
		.sec_2 .schedule img {
			width: auto;
			margin: 0 auto;
		}
		.sec_2 #tokyo img {
			max-width: 323px;
		}
		.sec_2 #osaka img {
			max-width: 114.8px;
		}
		.sec_2 h3 {
			font-size: 20px;
		}
		.sec_2 .schedule > dl > dt {
			margin: 20px 0 10px;
			font-size: 18px;
		}
		.sec_2 .schedule > dl > dd.date > span {
			font-size: 16px;
			letter-spacing: 0.1em;
		}
		.sec_2 .schedule > dl > dd.place > span {
			font-size: 16px;
		}
		.sec_2 .schedule .price {
			font-size: 16px;
		}
		.sec_2 .schedule .price > span {
			font-size: 20px;
		}
		.sec_2 .schedule>.ticket-date {
			width: 100%;
			margin-bottom: 20px;
			padding: 3px 0;
		}
		.sec_2 #osaka .schedule > .ticket-date {
			height: 46px;
		}
		.sec_2 .schedule>.ticket-date>.date {
			font-size: 16px;
		}
		.sec_2 .schedule > .contact {
			font-size: 12px;
			margin: 20px 0 0;
		}
		.sec_2 .schedule > .contact span {
			font-size: 14px;
		}
		@media screen and (max-width: 389px) {
			.sec_2 #takasaki .schedule>.ticket-date {
				width: calc(654 / 800 * 100%);
			}
		}
		.sec_2 .inner>.ticket-note {
			margin-top: 16px;
			padding-left: 10px;
			padding-right: 10px;
			position: relative;
		}
		.sec_2 .inner > .ticket-note::before {
			content: '';
			position: absolute;
			top: 0;
			left: -9px;
			display: block;
			width: 182px;
			height: 384px;
			background: url("../img/bg_ticket_sp2.png") left top/cover no-repeat;
			z-index: -1;
		}
		.sec_2 .ticket-note header {
			background: none;
			height: auto;
			margin-bottom: 26px;
		}
		.sec_2 .ticket-note header h3 {
			font-size: 20px;
			margin-bottom: 0;
		}
		.sec_2 .ticket-note header p {
			font-size: 14px;
			line-height: 22px;
			margin-top: 14px;
		}
		.sec_2 .ticket-note > p {
			font-size: 16px;
		}
		#sec_2 .ticket-note-list-title {
			font-size: 14px;
			margin-bottom: 10px;
		}
		.sec_2 .ticket-note>ul {
			line-height: 26px;
			font-size: 16px;
		}
		#comment {
			padding: 0 30px;
		}
		#comment h3 {
			font-size: 20px;
			margin: 0px 0 16px;
			line-height: 29px;
		}
		.comment-box {
			padding: 32px 19px;
		}
		.comment-box h4 {
			font-size: 18px;
			margin-bottom: 30px;
			letter-spacing: 0.1em;
		}
		.comment-box h4 > span {
			font-size: 16px;
			letter-spacing: 0.1em;
		}
		.comment-box p {
			font-size: 18px;
			letter-spacing: 0.1em;
			line-height: 32px;
		}
		.comment2 .comment-box p {
			font-size: 14px;
		}
		.wallpaper3 {
			background-image: url("../img/bg_wallpaper_sp3.png");
		}
		.wallpaper3 > .bg-brown {
			margin: -669px 0 78px;
			padding: 720px 0 0;
		}
		.sec_3:before {
			width: 48px;
			height: 41px;
			top: 0;
			left: auto;
			right: 15px;
			background: url("../img/tubame_6.png") center center/cover no-repeat;
		}
		.sec_3:after {
			content: '';
		}
		#tubame7sp {
			position: relative;
		}
		#tubame7sp::before {
			content: '';
			display: block;
			width: 54px;
			height: 46px;
			position: absolute;
			left: -19px;
			top: -8px;
			background: url("../img/tubame_7.png") center center/cover no-repeat;
		}
		.sec_3 {
			position: relative;
			z-index: 0;
		}
		.sec_3 iframe {
			height: 184px;
		}
		.pc_p_first {
			width: 100%;
		}
		.modal-content .content {
			margin: 0 auto;
			padding: 0;
		}
		.sec_2 .Performer ul.Performer-list {
			display: block;
			width: 100%;
			margin: 0 auto;
		}
		.sec_2 .Performer ul.Performer-list li {
			width: 100%;
			padding: 0;
			padding-bottom: 30px;
		}
		.sec_2 .Performer ul li,
		.sec_2 .Performer .empty_item {
			width: 100%;
			margin: 0 auto;
			padding-top: 30px;
		}
		.sec_2 .Performer .sns-area.w60 ul {
			width: 100%;
			padding-top: 10px;
		}
		.sec_3 .t-contents .t-detail {
			width: 100%;
			padding: 0;
		}
		.sec_2 .name {
			padding-top: 4px;
			font-size: 18px;
		}
		.sec_3 h2 {
			margin-bottom: 28px;
		}
		.sec_3 .t-contents {
			width: 100%;
			margin: 0 auto;
			border-bottom: none;
		}
		.sec_3 .inner {
			width: 100%;
			border-bottom: none;
		}
		.sec_3 .t-contents br.sp_only,
		.sec_3 .sp-bg-area-4 br.sp_only {
			display: block;
		}
		.sec_2 .modal-inner-2 .pc_only.sns-box {
			display: none;
		}
		.sec_2 .modal-inner-2 .sp_only.sns-box {
			display: block;
		}
		.sec_3 h4 {
			font-size: 1.2em;
			padding: 0 0 0px 0;
		}
		.sec_3 .contact-2 {
			width: 87%;
			margin: 0 auto;
			padding: 10px 0 100px;
		}
		.sec_3 .contact-2 p {
			text-align: center;
			line-height: 1.5em;
			padding-bottom: 10px;
			border-bottom: none;
		}
		.sec_3 .row_01 {}
		.sec_3 .inner .outline {
			width: 100%;
		}
		.sec_3 h4 small {
			font-size: 0.8rem;
		}
		.sec_3 .t-contents .p-area .t_a_c {
			padding-bottom: 0;
			font-size: 17px;
			font-weight: bold;
		}
		.sec_3 .t-detail dl {
			padding-bottom: 10px;
		}
		.sec_3 .t-contents .p-area .t_a_c br.sp_only {
			display: none;
		}
		.sec_3 .t-contents .p-area .t_a_c:before {
			display: none;
		}
		.sec_3 .t-contents .p-area .t_a_c.streaming-price {
			padding-bottom: 10px;
		}
		.sec_3 .movie {
			width: 100%;
			margin: 10px auto;
		}
		.sec_3 .movie video {
			height: 200px;
		}
		#movie-goods-bg {
			padding-bottom: 0;
		}
		#movie-goods-bg::before {
			background: url(../img/bg_movie_goods_sp2.png) center bottom/100% auto no-repeat,
			url(../img/tubame_8.png) right 46px bottom 220px/29px no-repeat,
			url(../img/bg_movie_goods_sp1.png) right bottom 76px/145px 278.5px no-repeat
		}
		.comingsoon {
			font-size: 18px;
			margin-top: 24px;
		}
		.sec_4 .g_map {
			width: 100%;
		}
		.sec_4 .text-area .text-1 {
			font-size: 23px;
			font-weight: 300;
			padding: 20px 0 0;
		}
		.sec_4 .text-area .text-2 {
			font-size: 1em;
			line-height: 1.25em;
			padding: 15px 0 10px;
		}
		.sec_4 .g_map_inner {
			border: 8px solid #fff;
		}
		.sec_5 {
			position: relative;
			z-index: 0;
			padding-bottom: 4px;
		}
		.sec_5 h2 {
			margin-top: 56px;
		}
		.sec_6 {
			margin-top: 0;
			padding: 1px 0 20px;
			background: #D7D1C6;
		}
		.sec_6 .share>p {
			font-size: 18px;
			margin-top: 16px;
		}
		.sec_7 {
			position: relative;
		}
		.sec_7 {
			padding: 30px 0;
			margin-top: -30px;
		}
		.sec_7 .inner {
			padding: 30px 0 80px;
		}
		.sec_5 .comingsoon .montserrat {
			font-size: 20px;
			padding: 30px 0 60px;
		}
		.sec_6 h2 {
			margin-bottom: 20px;
		}
		.sec_6 .measures-overview {
			margin-bottom: 40px;
		}
		.sec_6 ul {
			line-height: 1.8em;
		}
		#deco-measures {
			margin: 40px auto 40px;
		}
		.sec_6 .share-wrapper {
			margin-top: 20px;
		}
		footer small {
			font-size: 14px;
			line-height: 20px;
		}
		#GOODS {
			padding: 20px 0 40px 0;
		}
		#GOODS>a.btn {
			margin: 10px auto 30px;
			font-size: 16px;
			width: 12em;
			padding: 10px 0px 16px 0px;
			box-sizing: border-box;
		}
		#GOODS ul li {
			width: 48%;
			margin-bottom: 20px;
		}
		.sec_7 .row_01 .ttl,
		.sec_7 .row_01 .info_text {
			text-align: left;
		}
		.sec_7 .row_01 .ttl {
			font-size: 1.1em;
		}
		.modal-content .content ul li {
			width: 30%;
		}
		.modal-content .content .h-btn {
			width: 35%;
			max-width: 100px;
		}
		/*モーダルコンテンツ内*/
		.batsu {
			display: block;
			position: absolute;
			width: 35px;
			height: 35px;
			top: -10px;
			right: -10px;
			border-radius: 50%;
		}
		.batsu::before,
		.batsu::after {
			content: "";
			position: absolute;
			top: 50%;
			left: 50%;
			width: 3px;
			height: 20px;
		}
		.modal-content .content .h-btn .triangle {
			width: 0;
			height: 0;
			border-left: 18px solid transparent;
			border-right: 18px solid transparent;
			border-top: 21px solid #fff;
			margin: 0 auto 5px;
		}
		.modal__content {
			width: 90%;
			padding: 50px 20px;
			top: 50%;
			left: 50%;
			position: absolute;
			transform: translate(-50%, -50%);
			height: auto;
		}
		.modal-content h3 {
			font-size: 18px;
			text-align: center;
			padding: 20px 0;
		}
		.modal__content .modal-inner-2 {
			display: block;
		}
		.modal-content .modal-inner .img-area {
			width: 100%;
			margin: 0 auto;
			padding: 0 15px;
		}
		.modal-content .modal-inner .text-area {
			width: 100%;
			margin: 0 auto;
			padding: 0 15px 70px;
		}
		.modal-content .modal-inner .text-area h3 {
			border-bottom: none;
			padding-bottom: 20px;
			margin-bottom: 0;
		}
		.modal-content .modal-inner .text-area .text-01 {
			font-size: 1em;
		}
		.modal-content .text-area {
			padding: 20px 12%;
		}
		.modal-content .modal-inner .text-area .sns-box ul {
			display: flex;
			justify-content: center;
			align-items: center;
			padding-top: 10px;
		}
		.modal-content .modal-inner .text-area .sns-box ul li {
			width: 31px;
			margin: 0 22px;
		}
		.sec_7 .inner {
			padding: 60px 0;
		}
		.sec_7 .row_01 h4 {
			padding: 20px 0 10px;
			line-height: 1.25em;
		}
		footer p {
			font-size: 0.8em;
			line-height: 1.5em;
		}
		footer {
			padding: 40px 0;
		}
		footer .bg-item-7 {
			width: 39%;
			margin-top: -120px;
			margin-left: -15px;
		}
	}

	@media screen and (max-width: 380px) {
		.header-nav>ul>li a {
			font-size: 24px;
		}
	}

	@media print {
		body {
			display: none
		}
	}
