@charset "UTF-8";

/***************************************
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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

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

body {
    line-height: 1;
    text-align: left;
	position: relative;
}

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 {
	clip-path: inset(0);
    font-size: 16px;
    color: #1B1B1B;
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    text-align: justify;
    background-color: #F5F5F5;
	padding: 0;
    -webkit-text-size-adjust: 100%;
    line-height: 1.7;
}
body::before {
	content: "";
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/pc-mv-bg.jpg");
    background-size: cover;
}

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

a {
    color: #1B1B1B;
    word-break: break-all;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

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

.sp_only {
    display: none;
}
.pc_only {
    display: block;
}

section {
	padding: 0;
}
.f-w-b {
	font-weight: bold;
}

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

#ticket-btn.show {
    bottom: 20px;
}

.ticket img {
    display: block;
}

.ticket img.hover-img {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ticket:hover img.hover-img {
    opacity: 1;
}
.ticket:hover img.hover-img-2 {
    opacity: 0;
	transition: opacity 0.3s ease;
}
#ticket-btn {
    width: 14.5vw;
    position: fixed;
    bottom: -200px;
    right: 15px;
    z-index: 1000;
}

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

#top-head {
  position: fixed;
  top: -120px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.6s ease;
  will-change: top; 
}
/* 表示状態（PCでスクロール後） */
#top-head.is-show {
	top: 0;
}
header {
    width: 100%;
	/*display: none;*/
}

header nav {
    width: 100%;
    align-items: center;
    z-index: 10;
	background: url("../img/nav-bg.jpg");
	background-size: cover;
	background-repeat: repeat;
    padding: 17px 0;
}
header .pc-nav {
	width: 100%;
}
header nav ul {
    width: 100%;
    height: 20px;
    padding: 0 3vw 0 0;
    display: flex;
    justify-content: flex-end;
	gap: 30px;
    box-sizing: border-box;
    align-items: center;
}

ul.header-nav-list li {
    
}

ul.header-nav-list li:hover {
    opacity: 0.7;
}

header nav ul a {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: 800;
    text-decoration: none;
    padding: 2px 10px;
	color: #1B1B1B;
	background: rgba(222, 236, 232, 0.6);
	border: 1px solid #000;
}

header nav ul a:hover {
    text-decoration: none;
    color: #C5D7D4;
	background: #1b1b1b;
    padding-bottom: 0;
}


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


/*ナビゲーション*/
@media screen and (max-width:1023px) {
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
	#top-head {
		top: 0;
		position: fixed;
		display: block;
		z-index: 100;
		width: 100%;
	}

	.sp-tickets {
		width: 77%;
	}
	.header-inner {
		padding: 0 4%;
		z-index: 100;
		right: 0;
		position: absolute;
	}
	.header-nav {
		width: 100%;
		height: 100vh;
		margin: 0 auto;
	}
	.header-nav-list {
		display: block;
	}
	.sp_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		position: relative;
		height: 50px;
	}

	header nav{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		background: url("../img/pc-mv-bg.jpg");
		background-size: contain;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		padding: 5px 0;
	}
	header nav ul li{
		width: 51%;
		margin: 0 auto 32px;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block;
		background: none;
	}
	header nav ul a:hover::after {
		display: none;
	}

	header nav ul a img {
		height: 22px;
		width: auto;
	}
	#nav_toggle{
		display: block;
		width: 30px;
		height: 30px;
		position: relative;
		top: 5px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #1B1B1B;
		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;	
	}
	/* 白い影（下地） */
  #nav_toggle span::after {
    content: "";
    position: absolute;
    left: 3px;   /* →右にずらす */
    top: 3px;    /* ↓下にずらす */
    width: 100%;
    height: 1px;
    background: #ffffff;
    z-index: -1;
  }
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}

	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(145deg);
		-moz-transform: rotate(145deg);
		transform: rotate(145deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-145deg);
		-moz-transform: rotate(-145deg);
		transform: rotate(-145deg);
	}


	.header-nav > ul > li a {
		display: block;
		position: relative;
		text-decoration: none;
		padding: 20px 0;
		z-index: 2;
	}
	header nav ul a:hover {
		text-decoration: none;
		color: #1B1B1B;
		background: none;
	}
	#top-head.open nav{
	  transform: translateY(0);
	  opacity: 1;
	  visibility: visible;
	  pointer-events: auto;
		padding-top: 40%;
	}

}

@media screen and (max-width:768px) {
	.sp-tickets {
        width: 53px;
        padding: 2px 0 0;
    }
	header nav {
        top: 0;
    }
}

/*------------フッター-----------------*/
footer {
	padding-bottom: 105px;
	text-align: center;
	font-size: 12px;
}

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

section .inner {
    width: 58.5%;
    margin: 0 auto;
    max-width: 800px;
    z-index: 1;
    position: relative;
}

/***************************************
背景
***************************************/
.bg-area {
	background: url("../img/bg-area.jpg")top center;
	background-size: cover;
}
/***************************************
03.メインビジュアル
***************************************/

.logo-mv {
	width: 69%;
    margin: 0 auto;
	padding-top: 155px;
}
.mv h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
}
a, button {
  -webkit-tap-highlight-color: transparent;
}

.sec .ttl {
	height: 38px;
	width: auto;
	text-align: center;
	padding-bottom: 18px;
}
.sec .ttl img{
	height: 100%;
	width: auto;
}
/***************************************
04.開催日時 .sec_0
***************************************/
#sec_0 .inner {
}
#sec_0 .event-day {
	font-size: 24px;
	text-align: center;
	font-family: "Manrope", sans-serif;
	padding-top: 20px;
	color: #6f8682;
}
#sec_0 .event-time {
	font-size: 20px;
	font-family: "Manrope", sans-serif;
	display: flex;
	justify-content: center;
	gap: 2px;
	color: #6f8682;
}
#sec_0 .event-time .srash {
	width: 38px;
	height: auto;
}
/***************************************
04.ニュース .sec_1
***************************************/
#sec_1 {
	padding: 75px 0 72px;
}
#sec_1 .inner {
	width: 40%;
	margin: 0 auto;
}
#sec_1 ul li {
	border-bottom: 1px solid #86A7A1;
	padding: 0 0 8px;
	margin-bottom: 0;
	margin-right: 1em;
	color: #C5D7D4;
}

li.news-area__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

p.news-area__list__date {
    width: 120px;
}

p.news-area__list__title {
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
}

/***************************************
05. introduction #sec_2
***************************************/
#sec_2 {
	padding-bottom: 53px;
}
#sec_2 .text-area {
	text-align: center;
	font-weight: 500;
	margin-bottom: 24px;
	color: #C5D7D4;
}
#sec_2 .inner {
	margin-top: -5px;
}
#sec_2 .sns {
	width: 198px;
    margin: 0 auto;
}
#sec_2 .sns a .btn {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
	line-height: 1em;
    padding: 11px 8px;
    border: 1px solid #000;
    border-radius: 50px;
}
#sec_2 .sns a .btn::after {
	content: "";
	display: inline-block;
	background: url("../img/allow.png")no-repeat;
	background-size: contain;
	width: 11px;
	height: 8px;
	margin-left: 8px;
}
#sec_2 .sns a .btn:hover {
	background: #93FFAB;
}
/***************************************
05. cast #sec_3
***************************************/
#sec_3 {
	padding-top: 50px;
}
#sec_3 .cast {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
    padding-top: 25px;
}
#sec_3 .cast_item {
	width: 47%;
	margin-bottom: 30px;
	text-align: center;
}
#sec_3 .cast_item .name {
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px;
}
#sec_3 .cast_item .sns {
	text-align: center;
}
#sec_3 .cast_item .sns .btn {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 60px;
	font-family: "Manrope", sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 20px;
	background-color: #DEECE8;
}
#sec_3 .cast_item .sns a:hover {
	color: #C5D7D4;
}
#sec_3 .cast_item .sns .btn:hover {
	border: 1px solid #000;
	background-color: #1B1B1B;
}



/***************************************
07.チケット .sec_4
***************************************/
#sec_4 .inner {
	padding: 71px 0 126px;
}
#sec_4 .inner .tickets__about {
	text-align: center;
}
#sec_4 .inner h2 {
	padding-bottom: 48px;
}
#sec_4 .place a{
	color: #93FFAB;
	font-weight: 500;
}
#sec_4 .place a::before{
    content: "";
    background: url(../img/map-pin.png) no-repeat;
    width: 13px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    padding-right: 8px;
    vertical-align: middle;
}
#sec_4 .place a:hover{
	color: #fff;
}
#sec_4 .place a:hover::before{
    content: "";
    background: url(../img/map-pin-f.png) no-repeat;
    width: 13px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    padding-right: 8px;
    vertical-align: middle;
}
#sec_4 .day-time p.text-01 {
	font-family: "Manrope", sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
}
#sec_4 .day-time p.text-01 small {
	font-size: 16px;
	line-height: 1.5em;
}
#sec_4 .day-time p.text-02 {
	font-family: "Manrope", sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}
#sec_4 .row-01 {
	padding-top: 30px;
}
#sec_4 .ticket-type {
	font-size: 24px;
}
#sec_4 .ticket-type .f-w-b {
	line-height: 1.4rem
}
#sec_4 .ticket-type .f-w-b.p-top {
	padding-top: 20px;
}
#sec_4 .ticket-type .ticket-price {
	font-family: "Manrope", sans-serif;
	font-size: 32px;
	font-weight: bold;
} 
#sec_4 .ticket-type .yen {
	font-size: 16px;
}
#sec_4 .row-01 .info {
	font-size: 14px;
	text-align: left;
	display: flex;
    justify-content: center;
}
#sec_4 .row-01 .info li {
	padding-left: 1em;
	text-indent: -1em;
}

#sec_4 .inner .title-1 {
	font-size: 32px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
}
#sec_4 h3 {
    font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
}
#sec_4 h3::before,
#sec_4 h3::after{
	content: "";
    flex: 1;
    border-bottom: 1px solid #8D9B99;
}
#sec_4 .inner h3::before{
	margin-right: 8px;
}
#sec_4 .inner h3::after {
	margin-left: 8px;
}
#sec_4 .ticket-type .text-01 {
	font-size: 16px;
	font-weight: 500;
}
#sec_4 .ticket-type .reception-period {
	font-size: 16px;
	text-align: left;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
#sec_4 .title-1 {
	font-size: 27px;
	font-weight: 800;
}
#sec_4 .sale-btn {
	width: 180px;
    margin: 10px auto 30px;
}
#sec_4 .sale-btn a .btn {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #93FFAB;
    font-weight: bold;
    font-size: 16px;
	line-height: 1em;
    padding: 11px 8px;
    border-radius: 50px;
}
#sec_4 .sale-btn a .btn::after {
	content: "";
	display: inline-block;
	background: url("../img/allow.png")no-repeat;
	background-size: contain;
	width: 11px;
	height: 8px;
	margin-left: 8px;
}
#sec_4 .sale-btn a .btn:hover {
    background: #fff;
}
#sec_4 .tickets__note {
	margin: 0 auto;
	font-size: 14px;
}
#sec_4 .tickets__note h4 {
	margin-top: 18px;
	font-size: 16px;
	font-weight: 500;
}
#sec_4 .tickets__note ul {
	padding-left: 1em;
}
#sec_4 .tickets__note ul li {
	position: relative;
	line-height: 1.7em;
	padding-bottom: 5px;
	padding-left: 0.8em;
}
#sec_4 .tickets__note li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 3px;
	height: 3px;
	background: #C5D7D4;
	border-radius: 50%;
}


#sec_4 .tickets__note .text-01 {
	padding-bottom: 14px;
}
#sec_4 .text-area  {
	padding: 11px 0 16px;
}


/***************************************
10. .sec_4
***************************************/
#sec_4 {
	/*background: linear-gradient(180deg, #455451 0%, #2E3745 27.4%, #091E3D 100%);*/
	background: url("../img/bg-ticket-area.jpg")top center;
	background-size: cover;
}
#sec_4 .inner {
	color: #C5D7D4;
	padding-top: 90px;
}

.g_map_inner {
  width: 100%;
  aspect-ratio: 654 / 347;
}
.g_map_inner iframe {
  width: 100%;
  height: 100%;
}

/***************************************
ACCESS #sec_5
***************************************/
#sec_5 {
}
#sec_5 .inner {
	padding: 72px 0;
}
#sec_5 .place {
	text-align: center;
}
#sec_5 .place a{
	color: #00A36F;
	font-size: 18px;
	font-weight: bold;
}
#sec_5 .place a::before {
    content: "";
    background: url(../img/map-pin-d.png) no-repeat;
    width: 13px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    padding-right: 8px;
    vertical-align: middle;
}
#sec_5 .place a:hover{
	color: #1B1B1B;
}
#sec_5 .place a:hover::before {
    content: "";
    background: url(../img/map-pin-d-b.png) no-repeat;
	width: 13px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    padding-right: 8px;
    vertical-align: middle;
}
#sec_5 .access__text-1 {
	text-align: center;
	font-weight: 500;
	font-size: 14px;
}
/***************************************
GOODS #sec_6
***************************************/
#sec_6 {
	padding-bottom: 72px;
}
#sec_6 .comingsoon {
	text-align: center;
    padding: 12px 0;
    font-size: 20px;
    font-weight: bold;
}
/***************************************
11.ご来場になる方へ #sec_7
***************************************/
.sec_7 .info-area h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 16px;
}
.sec_7 .info-area {
	font-size: 14px;
}
.sec_7 .info-area ul li {
	position: relative;
    padding-left: 0.7em;
	padding-bottom: 8px;
}
.sec_7 .info-area ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 3px;
  height: 3px;
  background: #1B1B1B;
  border-radius: 50%;
}
.contact h3 {
    font-weight: bold;
	font-size: 18px;
}
.contact {
    text-align: center;
	padding: 0 0 72px;
}
.contact p span {
    font-size: 14px;
}

a.tel-num {
	text-decoration: none;
	color: #101010;
}
.production-planning {
	padding: 72px 0 38px;
}
.production-planning p {
	text-align: center;
	padding-bottom: 8px;
}
.production-planning .text-01 {
	font-weight: bold;
}
.production-planning .text-02 {
	font-size: 14px;
}

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

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

    .pc_only {
        display: none;
    }
}

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

    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    /*ヘッダー*/
    header {
        height: 60px;
    }

	section {
		padding: 0;
	}
    section .inner {
		width: 92%;
	}
	#ticket-btn {
		width: 30vw;
		position: fixed;
		right: 5px;
		z-index: 1000;
	}
	
	.logo-mv {
		width: 95%;
		margin: 0 auto;
		padding-top: 130px;
	}
	#sec_0 .event-time {
    	font-size: 16px;
	}
	#sec_1 {
		padding: 150px 0 50px;
	}
	#sec_1 .inner {
		width: 90%;
	}
	.sec .ttl {
		height: 30px;
		width: auto;
		text-align: center;
		padding-bottom: 15px;
	}
	#sec_1 ul li {
    	font-size: 14px;
		margin-right: 0;
		padding: 6px 0;
	}
	#sec_2 {
    	padding-bottom: 57px;
	}
	#sec_2 .inner {
		margin-top: 0;
		padding-top: 25px;
	}
	#sec_3 {
		padding-top: 20px;
	}
	#sec_3 .cast {
		display: block;
		padding-top: 0;
	}
	#sec_3 .cast_item {
		width: 100%;
		margin-bottom: 24px;
		text-align: center;
	}
	#sec_3 .cast_item.cast-last {
		margin-bottom: 0;
		padding-bottom: 72px;
	}
	#sec_4 .inner {
		padding: 40px 0 74px;
	}
	#sec_4 .inner h2 {
		padding-bottom: 32px;
	}
	#sec_4 h3 {
		margin-top: 24px;
	}
	#sec_4 .row-01 {
		padding-top: 30px;
	}
	#sec_4 .tickets__note {
		width: 100%;
	}
	#sec_6 .comingsoon {
		padding: 0;
		font-size: 24px;
	}
	#sec_7 .contact p {
		font-size: 14px
	}
	.production-planning p {
		padding-bottom: 0;
	}
	.production-planning .text-01 {
		padding-top: 16px;
	}

}



@media screen and (min-width:768px) and (max-width:1024px) {
    .pc_only {
        display: block;
    }
	.ticket.pc_only {
		display: none;
	}
	section .inner, #sec_1 .inner {
		width: 70%;
	}

}
@media screen and (max-height:730px) and (max-width:1024px) {
    .header-nav>ul>li a {
        padding: 16px 15px!important;
    }
}
@media (min-width: 751px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}