@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;
}

/*font-family: 'Kalam', cursive;;
font-family: 'Gochi Hand', cursive;
font-family: 'Noto Sans JP', sans-serif;*/


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

body {
    font-size: 16px;
    color: #fff;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: justify;
    background: #F9F7EB;
    -webkit-text-size-adjust: 100%;
    line-height: 1.7;
}

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

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

a:hover {
    text-decoration: underline;
}

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;
}
.text-r {
	text-align: right;
}

section {
	padding: 0;
}


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

#ticket-btn.show {
    bottom: 20px;
}
#ticket-btn {
    width: 190px;
    position: fixed;
    right: 14px;
    z-index: 1000;
}

#ticket-btn:hover {
    opacity: 0.7;
}


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

#top-head {
    top: 0;
    z-index: 15000;
}

.sp-tickets {
    display: none;
}

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

header nav {
    display: flex;
	justify-content: flex-end;
    width: 100%;
    align-items: center;
    z-index: 10;
    background-color: #0A316E;
    padding: 10px;
}
header .pc-nav {
	width: 100%;
}
header nav ul {
    width: 100%;
    padding: 0 3vw 0 0;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    align-items: center;
}

ul.header-nav-list li {
    margin-left: 40px;
}

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

header nav ul a {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
    text-decoration: none;
    padding: 0;
	background: linear-gradient(180deg, #E53D2A 0%, #FBE21D 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
header nav ul a:hover {
    text-decoration: none;
    color: #F5DB86;
    padding-bottom: 0;
}


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


/*ナビゲーション*/

@media screen and (max-width:1024px) {
    /*header {
        display: block !important;
    }*/
	.sp-nav {
		display: block;
	}
    .header-info,
    .header-nav-list a span {
        display: none;
    }

    .header-inner {
        padding: 0 16px 0 0;
        z-index: 100;
        position: absolute;
        right: 0;
    }

    .header-nav {
        width: 100%;
		height: 100vh;
        margin: 0 auto;
        padding: 0;
    }

    .header-nav-list {
        display: block;
		padding-top: 40px;
    }

    .sp_header {
		height: 40px;
        display: flex;
		align-items: center;
		background-color: #0A316E;
    }

    .pc_logo_area {
        display: none;
    }

    .sp_logo_area {
        width: 80px;
        padding: 10px 10px 10px 15px;
        display: block;
    }

    .sp-tickets {
        display: block;
        width: 53px;
        padding: 10px 0 0;
        text-align: center;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .sp-tickets img {
        height: auto;
        width: 100%;
        display: block;
    }

    header nav {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        background: #0A316E;
        left: 0;
    }

    header nav ul {
        padding: 0;
    }

    header nav ul a {
        color: #101010;
        font-weight: bold;
    }

    header nav ul {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        padding-left: 0;
        padding-bottom: 20px;
    }

    ul.header-nav-list li {
        margin: 0;
        text-align: center;
		padding: 30px;
    }

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

    header nav ul li:last-child {
        border: none;
    }

    header nav ul li a {
        font-size: 24px;
		line-height: 1em;
    }
    /*開閉ボタン*/
    #nav_toggle {
        display: block;
        width: 30px;
        height: 26px;
        position: relative;
        top: 0;
		z-index: 16000;
    }

    #nav_toggle div {
        position: relative;
    }

    #nav_toggle span {
        display: block;
        height: 2px;
        /*background: #FFE200;*/
		background: linear-gradient(180deg, #E53D2A 0%, #FBE21D 100%);
        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 {
        display: block;
        height: 2px;
        /*background: #FFE200;*/
		background: linear-gradient(180deg, #E53D2A 0%, #FBE21D 100%);
        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: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(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: 29px 15px;
        font-size: 18px;
        z-index: 2;
    }

    header nav ul a:hover {
        text-decoration: none;
        color: #C3C3C3;
    }
}
@media screen and (max-width:768px) {
	.sp-tickets {
        width: 53px;
        padding: 2px 0 0;
    }
	header nav {
        top: 0;
    }
	#ticket-btn {
		width: 100px;
	}
}

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

footer {
    padding: 30px 0 120px;
}
footer {
  background:
    url("../img/pc-bg-footer.png")no-repeat center bottom;
	background-size: contain;
	mix-blend-mode: screen;
}

footer p {
    text-align: center;
	font-size: 12px;
}


/*------------共通-----------------*/
body {
	/*background: url("../img/pc-bg.jpg")no-repeat center top;
	background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;*/
}

@media screen and (max-width: 768px)  {
	.contents {
		margin-top: 0;
	}
}
section .inner,
#sec_1 .inner {
    width: 68.5%;
    margin: 0 auto;
    max-width: 936px;
    z-index: 1;
    position: relative;
}
section h2.ttl_01 {
	text-align: center;
	height: 55px;
	width: auto;
	padding-bottom: 8px;
}
section h2.ttl_01 img {
	height: 100%;
	width: auto;
}

.contents {
	margin-top: -46px;
    background: linear-gradient(158.49deg, #04062d 23.25%, #0C3D85 44.34%, #603D84 60.16%, #A6347E 75.28%, #A6415F 84.42%);
    position: relative;
	overflow: hidden;
}
section {
	position: relative;
}
.deco-1 {
	width: 369px;
    height: auto;
    position: absolute;
    right: -20px;
}
.deco-2 {
	width: 393px;
    height: auto;
    position: absolute;
    left: -20px;
	bottom: -120px;
}
.deco-3 {
	width: 369px;
    height: auto;
    position: absolute;
    right: -20px;
}
.deco-4 {
	width: 369px;
    height: auto;
    position: absolute;
    left: -20px;
	top: -50px;
}
.deco-5 {
	width: 384px;
    height: auto;
    position: absolute;
    right: 0;
	bottom: -350px;
}
/***************************************
03.メインビジュアル
***************************************/

.mv {
    background: url("../img/pc-mv.png") no-repeat center top / 100% auto;
    padding-top: calc(1995 / 2732* 100%);
    position: relative;
}
.mv h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
}
a, button {
  -webkit-tap-highlight-color: transparent;
}

/***************************************
04.イントロダクション .sec_1
***************************************/
#sec_1 .inner {
	padding: 80px 0 72px;
}
#sec_1 .text-01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 16px;
    text-align: center;
}
#sec_1 .text-01:last-of-type{
    padding-bottom: 0;
}
#sec_1 .text-area {
    padding: 8px 0 24px;
	text-align: center;
}
/***************************************
05.ACT / GUEST .sec_2
***************************************/
.sec_2 .inner {
	position: relative;
	margin-top: -160px;
}
#sec_2 .bg-cast {
	padding: 50px 0 160px;
    background: url(../img/pc-bg-cast.png) no-repeat center bottom;
    background-size: contain;
	mix-blend-mode: screen;
}
.cast__item p{
    text-align: center;
    font-size: 20px;
    margin: 4px auto 0;
    font-weight: bold;
	line-height: 1em;
}
.cast__item p span{
    text-align: center;
    font-size: 14px;
    margin: 4px auto 0;
    font-weight: bold;
	line-height: 1em;
}
.cast-1 {
	display: flex;
	justify-content:center;
	width: 66%;
	margin: 0 auto 24px;
}
.cast-2 {
	display: flex;
	justify-content: center;
	gap: 16px;
	width: 66%;
	margin: 0 auto 16px;
}
.cast__item {
	width: 48.7%;
}
#sec_2 .info-1 {
	text-align: center;
    padding: 50px 0;
}
/***************************************
06.NEWS .sec_3
***************************************/
#sec_3 ul {
	padding: 12px 0;
}
#sec_3 ul li {
	display: flex;
	gap: 30px;
	border-bottom: 1px solid #F29923;
	padding: 8px 0;
	margin-bottom: 0;
	margin-right: 1em;
}
.news-area h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
}


.news-area {
    scrollbar-color: #F29923 #ffffff;
    scrollbar-width: thin;
	width: 50%;
	margin: 0 auto;
}

.news-area::-webkit-scrollbar {
    width: 6px;
}
.news-area::-webkit-scrollbar-thumb {
    background-color: #F29923;
    border-radius: 3px;
}
.news-area::-webkit-scrollbar-track {
    background-color: #ffffff;
}
.news-area__list {
    width: 100%;
    margin: 0 auto;
}

p.news-area__list__date {
    width: 120px;
	font-size: 14px;
	line-height: 2.25em;
}

p.news-area__list__title {
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
}
.sns {
	width: 202px;
	margin: 0 auto;
}

.address-inner a {
	margin: 8px auto 8px;
}


/***************************************
07.チケット .sec_4
***************************************/
#sec_4 {
	padding-bottom: 72px;
}
#sec_4 .bg-ticket {
	padding: 40px 0 55px;
	background: url("../img/bg-ticket.png")no-repeat center center;
	background-size: contain;
}
#sec_4 .inner {
	margin-top: -40px;
}
#sec_4 .inner-row {
	text-align: center;
}
#sec_4 .inner h3.ttl-02 {
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
    margin-bottom: 5px;
	line-height: 1.2em;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
}
#sec_4 .inner h3.ttl-02 span {
	font-style: normal;
}
#sec_4 .inner h3.ttl-02 .h3-1 {
	font-size: 20px;
}
#sec_4 .inner .info-2 {
	font-size: 20px;
	margin-top: 20px;
}
#sec_4 .inner .info-2 ul.fc-advance {
	font-size: 16px;
	margin-top: 16px;
	text-align: left;
}
#sec_4 .inner .info-2 ul.fc-advance li::before{
	content: none;
}
.fc-advance-area {
	display: flex;
	justify-content: center;
}
#sec_4 .inner .overview-01 .text-box {
	padding-top: 30px;
	font-weight: bold;
}
#sec_4 .inner h4 {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec_4 .inner .sub-ttl-1 {
	display: flex;
	justify-content: center;
    align-items: center;
	gap: 16px; 
}
#sec_4 .inner .sub-ttl-1::before{
	content: "";
	background: url("../img/ticket-line-left.png")no-repeat left center;
	background-size: contain;
	display: inline-block;
	width: 158px;
	height: 47px;
}
#sec_4 .inner .sub-ttl-1::after{
	content: "";
	background: url("../img/ticket-line-right.png")no-repeat left center;
	background-size: contain;
	display: inline-block;
	width: 158px;
	height: 47px;
}
#sec_4 .to-place {
	padding-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
}
#sec_4 .day-time {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 35px;
}
#sec_4 .day-time .day {
	font-size: 32px;
	line-height: 1.25em;
}
#sec_4 .day-time .day span{
	font-size: 20px;
}
#sec_4 .day-time .time {
	font-size: 20px;
	line-height: 1.5em;
}
#sec_4 .ticket-text-01 {
	font-size: 20px;
	font-weight: bold;
}
#sec_4 .ticket-text-01 .price {
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	padding-left: 24px;
}
#sec_4 .ticket-text-02 {
	font-size: 14px;
}
#sec_4 .ticket-text-01 .yen {
	font-size: 16px;
	font-weight: bold;
}

#sec_4 .to-place a::before,
#sec_6 .address-inner 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 .ticket-text-03 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 32px;
}
#sec_4 .sub-ttl-2 {
	font-size: 16px;
	font-weight: 500;
}
#sec_4 .ticket-text-04 {
	font-size: 16px;
}
#sec_4 .btn-area {
	margin: 10px auto 0;
	width: 274px;
}
#sec_4 .to-place a:hover, #sec_6 .place a:hover,#sec_4 .btn-area a:hover {
	opacity: 0.6;
}
#sec_4 .inner-row.row-02 .ttl-01{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 48px;
}
#sec_4 .inner-row .ticket-info {
	display: flex;
	justify-content: center;
}
#sec_4 .inner-row .ticket-info ul {
	font-size: 14px;
	text-align: left;
}
#sec_4 .inner-row .ticket-info ul li {
	list-style: disc;
	text-align: left;
	padding-bottom: 7px;
}
.tickets_box01,
.tickets_box02{
	text-align: center;
}

.sec_4 .row-01 ul {
	font-size: 12px;
	font-weight: 400;
}
.sec_4 .row-01 ul li {
	list-style: none;
}
.sec_4 .row-01 ul li::before {
	content: "※";
	display: inline-block;
}
.tickets_box01 .f-info {
    margin: 24px auto;
	text-align: center;
}
.tickets_box01 .f-info p {
	text-align: left;
	display: inline-block;
}


.tickets_box01 ul {
    margin: 8px auto 8px;
    text-align: center;
}
.sec_4 .tickets_box01 .yen {
	font-size: 14px;
}

.sec_4 .contact {
    text-align: center;
    padding: 0;
    font-size: 16px;
}
.sec_4 .inner .contact h3{
    margin-bottom: 0!important;
    font-size: 16px!important;
}
.sec_4 .contact p {
    margin-bottom: 14px;
}

.sec_4 .contact p a {
    text-decoration: underline;
}

.sec_4 .contact p a:hover {
    text-decoration: none;
}

.sec_4 .row_01 .ttl {
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.5em;
}


.tickets__note h3 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
}

.tickets__note ul {
    list-style: disc;
    padding-left: 19px;
	font-size: 16px;
}

.tickets__note ul li {
    margin-bottom: 10px;
}


.content-foot {
	padding-top: 20px;
}
.sec_6 {
	/*background: url("../img/pc-bg-access.jpg")no-repeat center center;
	padding: 48px 0 55px;*/
	background: url("../img/pc-bg-access.jpg") no-repeat center top / 100% auto;
	padding-top: calc(1569 / 4098 * 100%);
	padding-bottom: 0;
	position: relative;
	display: flex;
    justify-content: center;
}

/***************************************
10.アクセス .sec_6
***************************************/
section#sec_6 .inner {
	width: 76%;
	position: absolute;
	top: 54%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.address-info {
	text-align: center;
	margin-bottom: 32px;
}
.address-info .place-area,
.address-info .text-area{
	width: 50%;
    margin: 0 auto;
}
.address-info .text-area {
	text-align: left;
}
.address-info .text-area .text-1 {
	font-weight: bold;
	padding: 12px 0 5px;
}
.address-info .text-area ul {
	padding-left: 1em;
}
.address-info .text-area ul li {
	list-style: disc;
}
.address-inner .btn {
	font-size: 20px;
}
a.access__title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 12px 0;
	text-decoration: underline;
}

a.access__title:hover {
    text-decoration: none;
    opacity: 0.7;
}

p.access__text {
    text-align: center;
    margin-bottom: 12px;
}

.g_map_inner {
  width: 100%;
  aspect-ratio: 450 / 283;
}
.g_map_inner iframe {
  width: 100%;
  height: 100%;
}
#sec_6 .place {
    font-size: 16px;
	font-weight: bold;
}
#sec_6 .access__text-1 {
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
}
#sec_6 .access__text-2 {
	font-size: 16px;
}
#sec_6 .access__text-2 ul {
	padding-left: 1em;
}
#sec_6 .access__text-2 ul li {
	list-style: disc;
}
#sec_6 .access__text-2 span {
	font-size: 11px;
}
#sec_6 .other-info .img-box-1 {
	width: 70%;
	margin: 0 auto;
}
#sec_6 .other-info .img-box-1:hover {
	opacity: 0.6;
}
#sec_6 .other-info .box-ttl {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 16px;
	line-height: 1em;
}
#sec_6 .other-info .box-ttl-1 {
	padding-bottom: 16px;
}
#sec_6 .other-info .box-ttl-2 {
	margin-top: 48px;
	padding-bottom: 8px;
}
#sec_6 .text-area .foot-info {
	font-size: 14px;
	line-height: 1.2em;
}
#sec_6 .other-info .btn-area {
	margin-bottom: 72px;
}
#sec_6 .other-info .box-2 ul {
	display: flex;
	justify-content: space-between;
	width: 88%;
	margin: 0 auto;
	gap: 16px;
}
#sec_6 .other-info .box-2 ul li img:hover {
	opacity: 0.6;
}
#sec_6 .other-info .box-2 ul li {
	width: 48.6%;
}

/***************************************
GOODS #sec_5
***************************************/
#sec_5 {
	padding: 72px 0;
}
#sec_5 .comingsoon {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

/***************************************
11.ご来場になる方へ #sec_8
***************************************/
#sec_8 .text-area {
    text-align: center;
}
#sec_8 .row_01 h4 {
	font-size: 20px;
}
#sec_8 .row_01 ul {
	font-size: 16px;
}
#sec_8 .text-area .text-1 {
    font-size: 1.6875em;
    font-weight: 500;
    padding: 35px 0 0;
}

#sec_8 .text-area .text-2 {
    font-size: 1.25em;
    padding: 15px 0 30px;
}

#sec_8 .g_map {
    width: 100%;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
}

#sec_8 .g_map_inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 0;
    padding-top: 56.3%;
}

#sec_8 .g_map_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sec_8 .text-1 a span {
    font-size: 0.8em;
}
#sec_8 .access__text_f {
    font-size: 14px;
    padding-top: 12px;
}

#sec_8 .info_text {
    padding-bottom: 40px;
}

#sec_8 .row_01 h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 4px 0 8px;
    box-sizing: border-box;
    text-align: center;
}

#sec_8 .row_01 {
    text-align: left;
    position: inherit;
    z-index: 20;
    padding-bottom: 72px;
}

#sec_8 .row_01 p {
    line-height: 1.5em;
}

#sec_8 .row_01 ul {
    list-style: disc;
    padding-left: 19px;
}

#sec_8 .row_01 ul li {
    list-style: disc;
    margin-bottom: 5px;
	font-size: 14px;
}

#sec_8 .row_01 ul li.none_disc {
    text-indent: -1em;
    list-style: none;
}

#sec_8 .row_01 ul li ul {
    padding-left: 0;
}

#sec_8 .row_01 .l-s-none li {
    list-style: none;
    text-indent: -0.5em;
    padding-left: 0.5em;
}

#sec_8 .row_01 .l-s-none li::before {
    content: "※";
    display: inline-block;
}

.contact {
    text-align: center;
	padding-bottom: 70px;
}
.contact h3 {
	font-size: 20px;
    font-weight: bold;
	padding-top: 16px;
}
.contact h4 {
    font-weight: bold;
}
.contact p {
	padding-bottom: 16px;
	line-height: 1.5em;
}
.contact a {
    text-decoration: underline;
}
a.tel-num {
	text-decoration: none;
	color: #101010;
}

#sec_7 {
	padding-top: 50px;
}
.archive-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 57px;
}
.archive-list ul li{
	width: 32%;
	margin-bottom: 15px;
	text-align: center;
}
.archive-list ul li a {
	color: #fff;
}
.archive-list .text-01 {
	font-weight: bold;
}
.archive-list .text-02 {
	font-size: 12px;
	font-weight: 500;
}
.sns a:hover,
.archive-list ul li a:hover {
	opacity: 0.7;
}
/***************************************
13.レスポンシブ
***************************************/

@media screen and (min-width:1025px) and (max-width:1200px) {
    header nav ul {
        padding: 0 3vw 0 10vw;
    }

}

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

    .pc_only {
        display: none;
    }
}


@media screen and (min-width:768px) and (max-width:1040px) {
	.address-info .place-area {
		width: 40%;
		margin: 0 auto;
	}
}

@media screen and (max-width:767px) {
	body {
		
	}
	
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    /*ヘッダー*/
    header {
        height: 60px;
    }

	section {
		padding: 0;
		z-index: 100;
	}
    section .inner {
		width: 91.8%;
	}

	.mv {
		background: url("../img/sp-mv.png") no-repeat center top / 100% auto;
		padding-top: calc(2550 / 1164* 100%);
		position: relative;
		z-index: 1;
	}
	.contents {
		background: linear-gradient(158.49deg, #0A0E39 23.25%, #0C3D85 44.34%, #603D84 60.16%, #A6347E 75.28%, #A6415F 84.42%);
	}
	section h2 {
		font-size: 36px;
	}
	#sec_1 .text-01 {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	#sec_3 ul {
		padding: 15px 0 0;
	}
	section h2.ttl_02 {
		padding-bottom: 0;
	}
	.h2-box {
		display: flex;
        justify-content: center;
	}
	.ttl_01_sp {
		margin-top: -127px;
		z-index: 1000;
		position: absolute;
		height: 50px;
		width: auto;
	}
	.ttl_01_sp img {
		height: 100%;
		width: auto;
	}
	#sec_3 {
		margin-top: -16px;
	}
	p.access__text {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.deco-1 {
		width: 46%;
		right: -0.5vw;
		top: 125vw;
	}
	.deco-2 {
		width: 72%;
		left: 0;
		bottom: -30vw;
	}
	.deco-3 {
		width: 44%;
		right: -0.05vw;
		bottom: 105vw;
	}
	.deco-4 {
		width: 59%;
		left: -5%;
		top: -13vw;
	}
	.deco-5 {
		width: 49%;
		height: auto;
		position: absolute;
		right: 0;
		bottom: -35vw;
	}
/*タイトル　ライン*/
	section h2.ttl_01 {
		margin: 0 auto;
		text-align: center;
		height: 50px;
		width: auto;
	}
	section#sec_1 h2.ttl_01 {
		margin: 0 auto;
		text-align: center;
		height: 40px;
		width: auto;
	}
	section h2.ttl_01 img {
		height: 100%;
		width: auto;
	}
	#sec_3 .ttl_01{
		margin-top: -40px;
	}
	#sec_4 .inner h2 {
		padding-bottom: 15px;
	}
	#sec_5 {
		padding: 56px 0;
	}
	#sec_2 h2 {
		line-height: 1em;
		margin-top: -50px;
	}
	#sec_4 .place a {
		font-size: 16px;
	}
	section .inner, #sec_1 .inner {
		width: 92%;
		margin: 0 auto;
	}

	#sec_1 .inner {
		padding: 0;
	}
	.sns .btn, .map .btn, .other-info .btn-area .btn {
		padding: 8px 1em 10px;
	}
	/*余白*/
	#sec_1 {
		padding: 32px 0 50px;
	}
    #sec_1 .text-area {
        font-size: 16px;
		font-weight: bold;
        padding: 15px 0;
    }
	#sec_1 .text-01 {
		font-size: 14px;
		padding-bottom: 14px;
		text-align: left;
	}
    .sec_1 .text-area p {
        font-size: 18px;
    }
	.sec_1 .text-area p.text-02 {
        font-size: 24px;

		margin-bottom: 20px;
    }
	.sec_1 .sns {
		margin: 10px auto 0;
	}ddv

    .sec_1 .img-area {
        width: 100%;
        padding-top: 30px;
    }
	#sec_2 .inner {
		
	}
    #sec_2 .cast-2 {
		display: block;
		width: 100%;
		margin: 0 auto 16px;
	}
	#sec_2 .inner {
		margin-top: -85px;
		width: 86.7%;
	}
	#sec_2 .bg-cast {
		padding: 50px 0 90px;
		background-size: cover;
	}
	.cast-1 {
		width: 100%;
		margin-bottom: 0;
	}
	.sec_3 ul li {
		padding: 0 0 15px;
	}

	#sec_4 h2.ttl_02 {
        margin: 0 auto 24px;
        height: 54px;
    }
    #sec_4 .inner .title-1 {
		font-size: 12px;
        line-height: 1.2em;
        padding-bottom: 5px;
	}
	#sec_4 .inner h3 {
		font-size: 16px;
	}
	#sec_4 .inner .title-2 {
		font-size: 18px;
	}
	#sec_4 .inner .overview-01 {
        padding: 5px 0;
	}
	#sec_4 .inner .overview-01 .text-box {
		padding-top: 18px;
	}
	#sec_4 .text-box-wrap .text-06 span {
		font-size: 12px;
	}
	#sec_4 .text-box-wrap .text-07 {
		font-size: 16px;
		line-height: 1.4em;
	}
	.sale-site a {
		margin: 0 auto 18px;
	}

	#sec_4 .inner-row.row-01 {
		margin-bottom: 25px;
	}
	#sec_4 .inner h4 {
		font-size: 14px;
	}
	#sec_4 .text-box-wrap .text-02 {
		font-size: 16px;
	}
	#sec_4 .text-box-wrap .text-03 {
		font-size: 12px;
	}
	#sec_4 .text-box-wrap .text-04 {
		font-size: 12px;
		line-height: 1em;
		padding-top: 5px;
	}
	#sec_4 .text-box-wrap .text-04 span {
		font-size: 16px;
	}
	#sec_4 .text-box-wrap .text-05 {
		font-size: 16px;
	}
	.day-time {
		line-height: 1em;
		padding-top: 5px;
	}
	#sec_4 .inner h4 {
		line-height: 1em;
		padding-bottom: 6px;
	}
	#sec_4 .inner h4::before, #sec_4 .inner h4::after {
		content: "";
		background: url(../img/ttl-asset.png) no-repeat center top;
		background-size: contain;
		display: inline-block;
		width: 12px;
		height: 12px;
	}
	#sec_4 .inner h4::after {
		margin-left: 7.25px;
	}
	#sec_4 .inner h4::before {
		margin-right: 7.25px;
	}
	#sec_4 .text-box-wrap .text-08 {
		font-size: 12px;
	}
    .sec_4 .price {
        text-align: center;
        line-height: 1.5em;
    }
	#sec_4 .ticket-text-03 {
		font-size: 18px;
	}
	#sec_4 .sub-ttl-2 {
		font-size: 14px;
	}
	#sec_4 .ticket-text-04 {
		font-size: 14px;
		padding-top: 8px;
	}
	.sec_4 .tickets__about .ticket-price {
		font-size: 24px;
		font-weight: bold;
	}
	.sec_4 .tickets__about .yen {
		font-size: 14px;
	}
	#sec_4 .inner-row.row-02 .ttl-01 {
		font-size: 16px;
		margin-top: 0;
		padding-bottom: 10px;
	}
	.tickets_box01 ul {
		font-weight: 400;
		margin: 8px auto 32px;
	}
	.sec_4 .row-01 ul {
		font-size: 12px;
		margin-left: 0;
	}
	.sec_4 .row-01 ul li {
		text-indent: -0.5em;
		text-align: center;
	}
	#sec_4 .inner-row .ticket-info ul {
		padding-left: 1em;
	}
    .sec_4 .price span {
        font-size: 0.8em;
    }
	#sec_4 .inner>p {
		line-height: 1.2em;
	}
	#sec_4 {
		padding-bottom: 56px;
	}
	.tickets__about small {
		font-size: 16px;
	}
	
	.tickets__about {
		padding: 1px 0 4px;
	}
	.tickets_box01 .f-24 {
		font-size: 18px;
	}
	.tickets__about__stream {
		border-top: 1px solid #4B4B4B;
	}
 	.sec_4 .tickets__about__head {
        font-size: 20px;
		line-height: 1.4em;
		padding: 24px 0 10px;
    }
	.sec_4 .tickets__about__head span {
		font-size: 14px;
		font-weight: 500;
	}
	.reception-period span {
		font-size: 14px;
		padding-right: 0;
	}
	.ticket-box .sale-btn {
		margin: 8px auto 0;
	}
	.tickets__note h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }
	.tickets__note {
		margin-top: 32px;
	}
	.tickets__note h3 {
		font-size: 20px;
	}

    .sec_4 .t-contents .p-area {
        display: none;
    }

    .sec_4 .sub-ttl {
        font-weight: bold;
        padding-bottom: 5px;
    }

    #sec_4 .inner .sub-ttl-1 {
        text-align: center;
        font-weight: 500;
        padding-bottom: 17px;
		font-size: 14px;
		gap: 12px;
    }
	.sec_4 .ticket-text-02 {
		font-size: 12px;
	}
    .sec_4 .price-area {
        display: flex;
        justify-content: space-around;
        padding: 20px;
        text-align: center;
        font-size: 16px;
    }
	.address-inner a {
		margin: 8px auto 12px;
	}
    .sec_4 .price-area span.f_l {
        display: block;
    }

    .sec_4 .price-area span.f_s {
        display: block;
        padding-bottom: 10px;
        font-size: 0.875em;
    }

    .sec_4 .sales-btn {
        width: 100%;
        font-size: 18px;
    }

    .sec_4 .url-area {
        padding-bottom: 20px;
    }

    .sec_4 .url-area a {
        font-size: 0.9em;
    }

    .sec_4 .contact {
        font-size: 14px;
        padding-bottom: 0;
    }

    .sec_4 .row_01 {
        width: 87%;
        margin: 0 auto;
        padding-top: 50px;
    }
	.sec_4 .inner .info-2 ul.fc-advance li{
	text-align: left;
}
	.address-info .place-area .g_map {
	}
	section#sec_6 h2.ttl_01 {
		padding-bottom: 24px;
	}
	#sec_6 .address-info {
		display: block;
		width: 100%;
	}
	#sec_6 .address-info .place-area {
		width: 100%;
	}
	#sec_6 .address-info .text-area {
		width: 100%;
	}
	#sec_6 .place {
		font-size: 16px;
	}
	#sec_6 .sp-address {
		text-align: center;
	}
	#sec_6 .access__text_f {
		font-size: 14px;
	}
	#sec_6 .map {
		text-align: center;
	}
	.address-info .text-area ul {
		font-size: 14px;
	}
	.archive-list ul {
		display: block;
		width: 77%;
        margin: 15px auto;
	}
	.archive-list ul li {
		width: 100%;
	}
    #sec_8 {
        padding: 0;
    }
	#sec_8 .row_01 {
		padding-bottom: 30px;
	}
	.contact {
		padding-bottom: 58px;
	}
    footer p {
        font-size: 12px;
		line-height: 1.2em;
		margin-top: 0;
    }
	footer {
		background: url(../img/sp-bg-footer.png) no-repeat center bottom;
		background-size: contain;
		padding: 30px 0 100px;
	}

    .information-area {
        display: block;
    }

    .news-area {
        width: 100%;
    }

    ul.news-area__list {
        padding: 0;
    }

    .news-area h3 {
        font-size: 16px;
    }
    .cast {
        display: block;
		padding-bottom: 0;
        margin: 0 auto;
		padding-top: 15px;
    }

    .cast__item {
        width: 100%;
    }
	
	.guest {
		width: 100%;
	}
    .cast__item p {
        margin: 5px auto 16px;
		font-size: 16px;
		line-height: 1.7em;
    }
    p.news-area__list__date {
        width: 91px;
		font-size: 14px;
    }
	.section-title__text {
		font-weight: 400;
	}
	#sec_4 .inner {
		margin-top: -52px;
	}
		p.news-area__list__title {
        width: -webkit-calc(100% - 101px);
        width: calc(100% - 101px);
		font-size: 14px;
    }
	section#sec_6 .inner {
		width: 91.8%;
		position: absolute;
        top: 48%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
	}
	#sec_4 .day-time .time {
		font-size: 16px;
		line-height: 1.5em;
	}
	#sec_4 .day-time .day {
		font-size: 28px;
		line-height: 1.25em;
	}
	#sec_4 .inner h3.ttl-02 {
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
		padding-top: 0;
	}
	#sec_4 .inner h3.ttl-02 .h3-1 {
		line-height: 1.2em;
		padding-top: 8px;
		font-size: 16px;
	}
	#sec_4 .inner h3.ttl-02 .h3-2 {
		line-height: 1.2em;
		font-size: 28px;
	}
	#sec_4 .inner .sub-ttl-1::before {
		content: "";
		background: url(../img/ticket-line-left.png) no-repeat left center;
		background-size: contain;
		display: inline-block;
		width: 33vw;
	}
	#sec_4 .inner .sub-ttl-1::after {
		content: "";
		background: url(../img/ticket-line-right.png) no-repeat left center;
		background-size: contain;
		display: inline-block;
		width: 33vw;
	}
	#sec_6 .access__text-2 {
		font-size: 14px;
	}
	#sec_6 {
		background: url("../img/sp--bg-access.png") no-repeat center top / 100% auto;
		padding-top: calc(1390 / 1170* 100%);
		padding-bottom: 0;
	}
	.map a {
		margin: 8px auto 16px;
	}
	#sec_6 .text-area .foot-info {
		font-size: 12px;
	}
	#sec_6 .other-info .img-box-1 {
		width: 100%;
	}
	.g_map_inner {
		width: 100%;
		aspect-ratio: 358 / 229;
	}
	.address-info {
		margin-bottom: 0;
	}
	.other-info .btn-area a {
		margin: 16px auto 56px;
	}
	#sec_6 .other-info .btn-area {
		margin-bottom: 0;
	}
	#sec_6 .other-info .box-ttl-2 {
		margin-top: 24px;
	}
	#sec_6 .other-info .box-2 ul {
		display: block;
	}
	#sec_6 .other-info .box-2 ul {
		width: 100%;
	}
	#sec_6 .other-info .box-2 ul li {
		width: 60%;
		margin: 0 auto;
		padding-bottom: 16px;
	}
    #sec_8 .row_01 h4 {
        font-size: 20px;
        padding: 56px 0 8px;
    }
	#sec_8 .row_01 ul {
        font-size: 14px;
    }
	#sec_8 .contact p {
		font-weight: 400;
	}

	#sec_5 .comingsoon {
        padding: 5px 0;
        font-size: 16px;
	}
	.f-banner {
		width: 60%;
		margin: 0 auto 20px;
	}

}

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

    .sec_2 .cast ul li,
    .sec_2 .cast .empty_item {
        padding-top: 15px;
    }
}


@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%;
	}
	.frame-top {
		background-image: url(../img/pc-frame-top.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 3.6vw;
	}
	.frame-bottom {
		background-image: url(../img/pc-frame-bottom.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 3.6vw;
	}

}
@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;
}
}