@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: #101010;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: justify;
    background: #F9F3E2;
    -webkit-text-size-adjust: 100%;
    line-height: 1.7;
	background-image: url("../img/pc-bg.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
}

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

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

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

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

.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;
}
.f_w_m {
    font-weight: 500;
}
.f_w_r {
    font-weight: 400;
}

.sp_only {
    display: none;
}

.pc_only {
    display: block;
}
.text-r {
	text-align: right;
}
.f-24 {
	font-size: 24px;
}
.f-18 {
	font-size: 18px;
}
.f-14 {
	font-size: 14px;
}
section {
	padding: 72px 0 7px;
}

section h2.ttl_01 {
    margin: 0 auto 20px;
    text-align: center;	
	height: 56px;
	width: auto;
}
section h2.ttl_01 img {
	height: 100%;
	width: auto;
}
section h2.ttl_02 {
    margin: 0 auto 20px;
    text-align: center;	
	height: 28px;
	width: auto;
}
section h2.ttl_02 img {
	height: 100%;
	width: auto;
}



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

.ticket {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 15%;
    padding: 20px;
    z-index: 100;
}

.pc_only.ticket:hover {
    opacity: 0.7;
}


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

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

.sp-tickets {
    display: none;
}

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

header nav {
    display: flex;
    width: 100%;
    align-items: center;
    z-index: 10;
    background-color: #F9F3E1;
    padding: 10px;
}
header .pc-nav {
	width: 100%;
}
header nav ul {
    width: 100%;
    height: 20px;
    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-weight: 700;
    text-decoration: none;
    padding: 0;
	color: #101010;
}
header nav ul a:hover {
    text-decoration: none;
    color: #F95700;
    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;
    }

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

    .sp_header {
        display: flex;
    }

    .pc_logo_area {
        display: none;
    }

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

    .sp-tickets {
        display: block;
        width: 15%;
        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: #F95700;
        left: 0;
    }

    header nav ul {
        padding: 0;
    }

    header nav ul a {
        color: #fff;
        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 {
        display: block;
		height: 38px;
        width: auto;
    }
	header nav ul li a img {
		height: 100%;
        width: auto;
    }

    /*header nav ul a:hover::after {
        display: none;
    }

    header nav ul a:hover {
        padding: 29px 15px;
    }*/

    /*開閉ボタン*/
    #nav_toggle {
        display: block;
        width: 26px;
        height: 19px;
        position: relative;
        top: 10px;
        z-index: 100;
    }

    #nav_toggle div {
        position: relative;
    }

    #nav_toggle span {
        display: block;
        height: 1px;
        background: #F95700;
        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: 1px;
        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;
    }

    #nav_toggle span:nth-child(1) {
        top: 0px;
    }

    #nav_toggle span:nth-child(2) {
        top: 8px;
    }

    #nav_toggle span:nth-child(3) {
        top: 16px;
    }

    /*開閉ボタン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: 26%;
        padding: 3px 0 0;
    }
	header nav {
        top: 0;
    }
}

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

footer {
    padding: 50px 0;
	border-top: 1px solid #F95700;
	color: #F95700;
}

footer p {
    text-align: center;
	font-family: "Montserrat", sans-serif;
}


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

@media screen and (max-width: 768px)  {
	.contents {
		margin-top: 0;
	}
}
section .inner {
    width: 47%;
    margin: 0 auto;
    max-width: 1000px;
    z-index: 1;
    position: relative;
}
section h2 {
    text-align: center;
}
/***************************************
0.チケット　固定
***************************************/

.ticket img {
    display: block;
}

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

.ticket:hover img.hover-img {
    opacity: 1;
}

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

.mv {
    background: url("../img/pc-mv.jpg") no-repeat center top / 100% auto;
    padding-top: calc(1125 / 2000* 100%);
    position: relative;
}
.mv h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
}


/***************************************
04.イントロダクション .sec_1
***************************************/
#sec_1 {
	padding-top: 56px;
}
#sec_1 .text-01 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#sec_1 .sns {
	text-align: center;
}
#sec_1 .sns .btn{
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 24px auto 0;
	text-align: center;
	padding: 8px 0 10px;
	background-color: #F95700;
	border: 1px solid #F95700;
	border-radius: 20px;
	line-height: 1em;
	color: #fff;
}
#sec_1 .sns a {
    color: #fff;
    text-decoration: none;
	display: inline-block;
}
#sec_1 .sns a:hover .btn::after {
    content: "";
    display: inline-block;
    background: url("../img/allow-o.png")no-repeat;
    background-size: contain;
    width: 6px;
    height: 12px;
    margin-left: 8px;
}
#sec_1 .sns .btn::after {
	content: "";
    display: inline-block;
    background: url("../img/allow-w.png")no-repeat;
    background-size: contain;
    width: 6px;
    height: 12px;
    margin-left: 8px;
}
#sec_1 .sns a:hover .btn {
    border: 1px solid #F95700;
	background-color: transparent;
}
#sec_1 .sns a:hover .btn {
    color: #F95700;
    text-decoration: none;
}
a, button {
  -webkit-tap-highlight-color: transparent;
}
/***************************************
05.ACT / GUEST .sec_2
***************************************/
.sec_2 .inner {
	position: relative;
}
.Performer {
    width: 47%;
	max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	padding-bottom: 24px;
}
.guest {
    width: 47%;
	max-width: 1000px;
    margin: 0 auto;
}
.comment-btn {
    font-size: 14px;
    width: 100px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0 7px;
    border-radius: 20px;
    line-height: 1em;
	background-color: #F95700;
	border: 1px solid #F95700;
}
a.comment-btn {
	color: #fff;
	display: block;
}
.comment-btn:hover::after {
    content: "";
    display: inline-block;
    background: url("../img/allow-o.png")no-repeat;
    background-size: contain;
    width: 5px;
    height: 9.5px;
    margin-left: 8px;
}
.comment-btn::after {
	content: "";
    display: inline-block;
    background: url("../img/allow-w.png")no-repeat;
    background-size: contain;
    width: 5px;
    height: 9.5px;
    margin-left: 8px;
}
.comment-btn:hover {
    border: 1px solid #F95700;
    text-decoration: none;
    background-color: transparent;
}
a.comment-btn:hover {
	color: #F95700;
}
.sec_2 .modal-content .modal__content {
	background-color: #F9F3E2;
	width: 43vw;
	height: auto;
	overflow-y: inherit;
}
.sec_2 .modal-content .modal__content .text-area p{
	font-weight: 400!important;
}
.sec_2 .modal-content .modal__content .text-area .text-f{
	padding-top: 15px;
}
.sec_2 .modal-content .modal__content .text-area .row-01 {
	margin-bottom: 30px;
}
#modal-p-01  .text-area p span,
#modal-p-02  .text-area p span{
	padding-bottom: 1em;
	display: inline-block;
}
.sec_2 .modal-content .modal-comm {
	text-align: center;
	color: #F95700;
	padding-bottom: 8px;
}
.sec_2 .modal-content .year h4 {
    color: #101010;;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
	line-height: 1.25em;
}
/*.sec_2 .modal-content .year h4::before {
	content: "";
	background: url("../img/comment-btn-2.png")no-repeat;
	background-size: contain;
	display: inline-block;
	width: 90px;
    height: 33px;
    margin-right: -2.5em;
    padding-top: 5px;
}*/
.sec_2 .modal-content .modal__content .comment-btn::before {
    content: "";
    display: inline-block;
    background: url(../img/allow-w.png) no-repeat;
    background-size: contain;
	transform: rotateY(180deg);
    width: 5px;
    height: 9.5px;
    margin-right: 8px;
}
.sec_2 .modal-content .modal__content .comment-btn:hover::before {
	content: "";
    display: inline-block;
    background: url("../img/allow-w.png")no-repeat;
    background-size: contain;
	transform: rotateY(180deg);
    width: 5px;
    height: 9.5px;
    margin-right: 8px;
}
.sec_2 .modal-content .modal__content .comment-btn::after {
	display: none;
}
.sec_2 .modal__content .head {
	display: block;
}
.sec_2 .Performer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}

.sec_2 .Performer ul li {
    width: 46%;
}
.sec_2 .batsu {
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
    float: right;
}

.sec_2 .batsu::before,
.sec_2 .batsu::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    /* 棒の幅（太さ） */
    height: 26px;
    /* 棒の高さ */
    background: #F95700;
}
.sec_2 .modal__content {
    padding: 35px;
	margin-top: 0;
}
.Performer #box-3 {
    animation-delay: .3s;
}

.Performer #box-4 {
    animation-delay: .6s;
}

.Performer__item,
.Performer__item_2{
    width: 48.7%;
}
.Performer__item_2 {
	margin: 0 auto;
}
.Performer__item p,
.Performer__item_2 p{
    text-align: center;
    font-size: 20px;
    margin: 12px auto;
    font-weight: bold;
	line-height: 1em;
}


/***************************************
06.NEWS .sec_3
***************************************/
#sec_3 ul li {
	border-bottom: 1px solid #B3AFAF;
	padding: 15px 0 8px;
	margin-bottom: 0;
	margin-right: 1em;
}
.news-area h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
}
/*.news-area {
	height: 155px;
    overflow: auto;
	scrollbar-color: #F95700 #ffffff;
}*/
.news-area {
    scrollbar-color: #F95700 #ffffff;
    scrollbar-width: thin;
}

.news-area::-webkit-scrollbar {
    width: 6px;
}
.news-area::-webkit-scrollbar-thumb {
    background-color: #F95700;
    border-radius: 3px;
}
.news-area::-webkit-scrollbar-track {
    background-color: #ffffff;
}
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);
}
/***************************************
07.チケット .sec_4
***************************************/

.sec_4 {
    position: relative;
    background: none;
    padding: 70px 0 72px;
}
/*section#sec_4 .inner>p {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}*/
section#sec_4 .inner {
    width: 51%;
    box-sizing: border-box;
    border: 1px solid #F95700;
    border-radius: 10px;
    padding: 30px;
}
section#sec_4 .inner .title-1 {
    font-size: 30px;
    text-align: center;
    font-weight: 900;
}
section#sec_4 .inner .title-1 span{
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
}
section#sec_4 .section-title {
    margin-bottom: 20px;
}
section#sec_4 .day-time {
	font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
section#sec_4 .day-time small {
	font-family: "Noto Sans JP", sans-serif;
}
section#sec_4 .place,
section#sec_6 .place {
	padding-bottom: 16px;
    font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
}
section#sec_4 .place a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
section#sec_4 .place a::before,
section#sec_6 .place a::before{
	content: "";
	background: url("../img/icon-map.svg")no-repeat;
	width: 13px;
	height: 20px;
	display: inline-block;
	background-size: contain;
	padding-right: 8px;
    vertical-align: middle;
}
/*#sec_4 .tickets_box01 .ttl_03 {
    width: 100%;
      height: 12px;
      background: url("../img/line.png") no-repeat center;
      background-size: contain;
      margin: 0 auto 1.5em;
}*/
.section-title {
  margin-bottom: 2em;
}

.wave-line-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px; /* 波線の高さに応じて調整 */
}

.wave-line {
  width: 100%;
  height: auto;
  display: block;
}

.section-title__text {
  position: absolute;
  background-color: #f9f4e3; /* 下の波線を隠す背景色 */
  padding: 0 1em;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
}

.tickets_info-01 {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.tickets_box01 {
	text-align: center;
}
.sec_4 .row-01 {
	text-align: left;
	display: inline-block;
}
.sec_4 .row-01 .ticket-type {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
}
.sec_4 .row-01 .ticket-type .ticket-price {
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
}
.sec_4 .row-01 .ticket-type .ticket-price span{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
}
.reception-period {
	font-size: 16px;
	font-weight: 400;
}
.reception-period span {
	padding-right: 16px;
}
.ticket-box .sale-btn {
	text-align: center;
}
.ticket-box .sale-btn .btn{
	font-size: 16px;
    font-weight: bold;
    width: 180px;
    display: flex;
	justify-content: center;
	align-items: center;
    margin: 24px auto 0;
    text-align: center;
    padding: 8px 0 10px;
    border: 1px solid #F95700;
	background-color: #F95700;
    border-radius: 20px;
    line-height: 1em;
	color: #fff;
}
.ticket-box .sale-btn a{
	color: #fff;
    text-decoration: none;
	display: inline-block;
}
.ticket-box .sale-btn .btn::after {
    content: "";
    display: inline-block;
    background: url(../img/allow-w.png) no-repeat;
    background-size: contain;
    width: 5px;
    height: 9.5px;
    margin-left: 8px;
}
.ticket-box .sale-btn:hover .btn {
    border: 1px solid #F95700;
	background-color: #F9F3E2;
}
.ticket-box .sale-btn a:hover .btn {
    color: #F95700;
    text-decoration: none;
}
.ticket-box .sale-btn a:hover .btn::after  {
	content: "";
    display: inline-block;
    background: url("../img/allow-o.png")no-repeat;
    background-size: contain;
    width: 5px;
    height: 9.5px;
    margin-left: 8px;
}


.sec_4 .row-01 ul {
	font-size: 12px;
	padding-left: 1em;
	margin-left: 1em;
}
.sec_4 .row-01 ul li {
    text-indent: -1em;
	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__about__head {
	line-height: 1.4em;
	padding: 20px 0 10px;
	font-size: 20px;
}
.tickets__about__head span {
	font-size: 14px;
	font-weight: 400;
}
.tickets__about__stream dl {
	font-size: 16px;
	font-weight: 400;
	display: flex;
	flex-wrap: wrap;
	width: 88%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 36px;
}
.tickets__about__stream dt {
	width: 14%;
}
.tickets__about__stream dd {
	width: 86%;
	box-sizing: border-box;
}
.tickets__about__stream dd a {
	text-decoration: underline;
}
.tickets__about__stream dl.pb-0 {
	padding-bottom: 0;
}
.tickets__about__stream .afoc-sp {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	width: 88%;
	margin: 0 auto;
}
.tickets__about__stream .pt-36 {
	padding-top: 36px;
}
.tickets_box01 ul {
    margin: 24px auto 20px;
    text-align: left;
}
.sec_4 .tickets_box01 .yen {
	font-size: 14px;
}

.sec_4 .contact {
    text-align: center;
    padding: 20px 0 80px;
    font-size: 18px;
    margin-top: 40px;
    color: #fff;
}

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

.sec_4 .t-contents {
    width: 80%;
    margin: 0 auto;
}

.sec_4 .t-contents .p-area {
    padding: 20px;
    line-height: 1.25em;
    font-size: 1.25em;
}

.sec_4 .t-contents .p-area span {
    font-size: 0.8em;
}

.sec_4 .contact.b-b {
    border-top: 1px solid #000;
}

.sales-btn {
    background: #000;
    font-weight: bold;
    text-align: center;
    width: 320px;
    font-size: 20px;
    box-sizing: border-box;
    border-radius: 35px;
    margin: 0px auto 30px;
}

.sales-btn:hover {
    background-color: #878787;
}

.sales-btn:hover a {
    color: #000;
}

.sales-btn a {
    color: #FFFCD2;
    padding: 25px 25px;
    display: block;
}

.sales-btn a:hover {
    text-decoration: none;
}

.tickets__about {
    text-align: center;
    font-weight: bold;
    padding: 1px 0 40px;
}
.sec_4 .tickets__about .ticket-price {
	font-family: "Montserrat", sans-serif;
}

.tickets__about small {
    font-size: 12px;
}

.tickets__about strong {
    font-size: 20px;
}

.tickets__about h3 {
    color: #E72225;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0px;
}

p.tickets__about__note {
    font-size: 12px;
    margin-top: 60px;
}

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

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

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


/*モーダル*/

.modal-content {
    width: 100%;
    position: absolute;
    /*z-index: 1000;*/
}

.modal__content .head {
    display: flex;
    justify-content: space-between;
}

.modal__content .head img {
    height: 45px;
    display: none;
}

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

.modal-content .content {
    margin: 0 auto;
    padding: 30px 40px;
}

.modal-content .content ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-content .content ul li {
    width: 15%;
}

.modal-content .content .h-btn .triangle {
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 26px solid #FFFCD2;
    margin: 0 auto 5px;
}

.blink {
    animation: blinking 0.5s ease-in-out infinite alternate;
}

@keyframes blinking {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.modal-content .content .h-btn img:hover {
    opacity: 0.7;
}

.modal-content .content .h-btn {
    width: 15%;
    max-width: 190px;
    margin: 0 auto;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.modal__bg {
    background: #000;
    opacity: 0.2;
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #ffffff;
    left: 50%;
    padding: 2% 4%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 95vh;
    overflow-x: hidden;
    overflow-y: scroll;
	margin-top: 40px;
}


/*モーダルコンテンツ内*/

.modal-content h3 {
    color: #000;
    font-family: 'Kalam', cursive;
    ;
    font-size: 2.5em;
}

.modal-content .year {
    text-align: center;
}

.modal-content .year h4 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-content .info-area {
    padding: 0 40px;
}

.modal-content .info-area h5 {
    font-size: 1.875em;
    padding: 0 0 18px;
    text-align: left;
    line-height: 1.5em;
    color: #000;
}

.modal-content .info-area .event-info {
    font-size: 1.25em;
    padding: 0 0 18px;
    text-align: left;
}

.modal-content .info-area .event-info dl {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    line-height: 1.25em;
    padding-bottom: 10px;
}

.modal-content .info-area .event-info dl dt {
    width: 20%;
}

.modal-content .info-area .event-info dl dd {
    width: 80%;
}

.modal-content .info-area .event-info a {
    padding-bottom: 20px;
}

.modal-content .thumbnail {
    padding-top: 20px;
}

.modal-content .text-area {
    text-align: center;
    font-size: 16px;
    line-height: 1.7em;
    padding: 20px 0px;
    color: #000;
}

.modal-content .text-area p {
    padding-bottom: 0;
    font-weight: bold;
	text-align: left;
	display: inline-block;
}

.modal-content .text-area p a {
    color: #000;
    text-decoration: underline;
}

.modal-content .text-area p a:hover {
    color: #000;
    text-decoration: none;
}


/*バツボタン*/

.batsu {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    float: right;
}

.batsu::before,
.batsu::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    /* 棒の幅（太さ） */
    height: 50px;
    /* 棒の高さ */
    background: #F95700;
}

.batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.wrap_movie {
    position: relative;
    overflow: hidden;
}

.wrap_movie::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.wrap_movie iframe,
.wrap_movie video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.nav_movie {
    position: relative;
}

.nav_movie::before {
    position: absolute;
    background: url("../img/play-icon.png") no-repeat;
    content: "";
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .90;
    transition: .5s;
}


/***************************************
09.GOODS sec_5
***************************************/

section.sec_5 {
    padding: 0 0 7px;
}
.sec_5 .comingsoon {
    font-size: 18px;
	font-weight: 900;
    text-align: center;
    padding: 0;
}


/***************************************
10.アクセス .sec_6
***************************************/
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: 640 / 285;
}
.g_map_inner iframe {
  width: 100%;
  height: 100%;
}
/***************************************
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: 14px;
}
.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;
}

.row_01 h4 {
    font-size: 26px;
    font-weight: bold;
    padding: 60px 0 20px;
    box-sizing: border-box;
    text-align: center;
}

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

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

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

.row_01 ul li {
    list-style: disc;
    margin-bottom: 5px;
}

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

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

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

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

.contact {
    text-align: center;
}
.contact h3 {
    font-weight: bold;
	font-size: 20px;
}
.contact p {
    font-weight: 500;
}
.contact p.c-text-1 {
    padding-bottom: 12px;
}
.contact p.c-text-2 {
    padding-bottom: 40px;
}
.contact a {
    text-decoration: underline;
}

/***************************************
12.ページ下部banner
***************************************/
.f-banner {
	width: 22.8%;
	margin: 80px auto 30px;
}
.f-banner:hover {
	opacity: 0.6;
}



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

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

    .modal__content {
        width: 80%;
    }
}

@media screen and (max-width:1024px) {
	body {
		background: #F9F3E2;
	}
    header {
        height: 70px;
        background: #F9F3E2;
    }

    .ticket {
        position: fixed;
		bottom: 10px;
		right: 10px;
		width: 22.4vw;
		padding: 0;
		z-index: 100;
    }

    .pc_only {
        display: none;
    }

    #GOODS .info {
        width: 80%;
    }

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


@media screen and (min-width:768px) and (max-width:1000px) {

    /**共通**/
    body {}

    /**sec_11**/
    /**sec_12**/
    .sec_2 {
        padding-bottom: 100px;
    }

    .sec_6 thead th {
        text-align: center;
    }

    .sec_8 {
        padding: 30px 0;
    }
}

@media screen and (max-width:767px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    /*ヘッダー*/
    header {
        height: 48px;
        background: #F9F3E2;
		padding-top: 5px;
    }
   /* .ticket {
        left: 40%;
        top: 24px;
        width: 20%;
        padding: 0;
    }*/
	section {
		padding: 0;
	}
    section .inner {
		width: 91.8%;
	}

	.mv {
		background: url("../img/sp-mv.jpg") no-repeat center top / 100% auto;
		padding-top: calc(1060 / 750* 100%);
		position: relative;
		z-index: 21;
	}
	#sec_1 .text-01 {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	section h2.ttl_02 {
		margin: 56px auto 20px;
		height: 28px;
	}
	section#sec_4 .place, section#sec_6 .place {
		padding-bottom: 8px;
	}
	p.access__text {
		font-size: 14px;
		margin-bottom: 6px;
	}
/*タイトル　ライン*/
	section h2.ttl_01 {
		margin: 0 auto;
		text-align: center;
		height: 47px;
	}
	section.sec_4 h2.ttl_01 {
		margin: 0 auto 24px;
	}
	section.sec_2 h2.ttl_01 {
		margin: 56px auto 0;
	}
	#sec_2 #modal-p-02 .text-area p {
		width: 90%;
		margin: 0 auto;
	}

	.sec_1 .inner {
		width: 92%;
		margin: 0 auto;
	}
	
	/*余白*/
	section#sec_1 {
		padding: 22px 0 0;
	}
    .sec_1 .text-area {
        font-size: 16px;
		font-weight: bold;
    }

    .sec_1 .text-area p {
        font-size: 18px;
    }
	.sec_1 .text-area p.text-02 {
        font-size: 24px;
		font-family: "Montserrat", sans-serif; 
		font-weight: 700;
		margin-bottom: 20px;
    }
	.sec_1 .sns {
		margin: 20px auto 0;
	}

    .sec_1 .img-area {
        width: 100%;
        padding-top: 30px;
    }
    .sec_2 .Performer ul {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 0;
    }

    .sec_2 .Performer ul li,
    .sec_2 .Performer .empty_item {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
    }

	.comment-btn {
		width: 30vw;
		margin-top: 10px;
	}
	.sec_2 .modal-content .modal__content {
		width: 95%;
	}
	
	.sec_3 ul li {
		padding: 0 0 15px;
	}
	
	.news-area::after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 65px;
		pointer-events: none;
		z-index: 1;
		display: none; /* 初期状態は非表示 */
	}
	.news-area.is-scrollable::after {
		bottom: 0;
		display: block;
		background: linear-gradient(to top, #f9f4e3, transparent);
	}
	section#sec_4 .inner {
		width: 92%;
		padding: 30px 10px;
	}
	section#sec_4 h2.ttl_02 {
        margin: 0 auto 24px;
        height: 54px;
    }
    section#sec_4 .inner .title-1 {
		font-size: 24px;
	}

    .sec_4 .price {
        text-align: center;
        padding: 1em 0 1.5em;
        line-height: 1.5em;
        font-size: 1.25em;
    }
	.sec_4 .tickets__about .ticket-price {
		font-size: 24px;
		font-weight: bold;
		font-family: "Montserrat", sans-serif;
	}
	.sec_4 .tickets__about .yen {
		font-size: 14px;
	}
	.sec_4 .row-01 {
		width: 91%;
	}
	.tickets_box01 ul {
		font-weight: 400;
	}
	.sec_4 .row-01 ul {
		font-size: 12px;
		padding-left: 1em;
		margin-left: 0;
	}
	.sec_4 .row-01 ul li {
		text-indent: -0.5em;
	}
    .sec_4 .price span {
        font-size: 0.8em;
    }
	section#sec_4 .inner>p {
		line-height: 1.2em;
	}
	section#sec_4 .place {
		padding-bottom: 16px;
	}
	.tickets__about small {
		font-size: 16px;
	}
	
	.tickets__about {
		padding: 1px 0 4px;
	}
	.tickets_box01 .f-24 {
		font-size: 18px;
	}
 	.sec_4 .tickets__about__head {
        font-size: 20px;
		line-height: 1.4em;
		padding: 15px 0 10px;
    }
	.sec_4 .tickets__about__head span {
		font-size: 14px;
		font-weight: 500;
	}
	.reception-period span {
		padding-right: 14px;
	}
	.ticket-box .sale-btn {
		margin: 8px auto 40px;
	}
	.tickets__note h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }
	.sec_4 {
		padding: 56px 0 0;
	}
	.sec_5 .comingsoon {
		font-size: 16px;
	}
    .sec_4 .t-contents .p-area {
        display: none;
    }

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

    .sec_4 .sub-ttl-1 {
        text-align: center;
        font-weight: 500;
        font-size: 1.25em;
        padding-bottom: 30px;
    }

    .sec_4 .price-area {
        display: flex;
        justify-content: space-around;
        padding: 20px;
        text-align: center;
        font-size: 16px;
    }

    .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: 16px;
        padding-bottom: 30px;
    }

    .sec_4 .row_01 {
        width: 87%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .sec_6 .g_map {
        width: 100%;
    }

    .modal-content .content ul li {
        width: 30%;
    }

    .modal-content .content .h-btn {
        width: 35%;
        max-width: 100px;
    }

    /*モーダルコンテンツ内*/
    .batsu {
        top: 0;
    }


	.inner_2 {
		/* width: 90%; */
		/* margin-left: auto; */
		/* margin-right: auto; */
	}

    .modal-content .content .h-btn .triangle {
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 21px solid #FFFCD2;
        margin: 0 auto 5px;
    }

    .modal-content {
        position: absolute;
        /*z-index: 1000;*/
    }

    .modal__content {
        width: 95%;
        padding: 20px 20px 0px;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        height: 95vh;
		margin-top: 20px;
    }

    .modal-content h3 {
        font-size: 1.57em;
        padding-left: 20px;
    }

    .batsu::before,
    .batsu::after {
        content: "";
        position: absolute;
        top: 0;
        left: 77%;
        width: 1px;
        height: 26px;
    }

    .sec_2 .modal-content .year h4 {
        font-size: 16px;
        margin-top: 0;
    }

    .modal-content .year {
        padding: 0;
    }

    .modal-content .info-area .event-info dl {
        width: 100%;
    }

    .modal-content .info-area {
        padding: 0 5%;
    }

    .modal-content .info-area h5 {
        font-size: 1.14em;
        font-weight: 700;
    }


	.sec_6 .access__text_f {
		font-size: 14px;
	}

    section#sec_8 {
        padding: 0;
    }
	section#sec_8 .row_01 {
		padding-bottom: 24px;
	}
	.contact h3 {
		font-size: 16px;
	}
	.contact h3.f-l {
		font-size: 20px;
	}
	.contact {
		padding-bottom: 50px;
	}
	footer {
		padding: 28px 0;
	}

    footer p {
        font-size: 12px;
		line-height: 1.2em;
    }

    .information-area {
        display: block;
    }

    .news-area {
        width: 100%;
    }

    ul.news-area__list {
        margin-bottom: 40px;
        padding: 0 15px 1px;
    }

    .news-area h3 {
        font-size: 16px;
    }
    .Performer {
        display: block;
		padding-bottom: 0;
		width: 78%;
    }
	.Performer__item p, .Performer__item_2 p {
		margin-top: 16px;
	}
	.Performer__item_2 {
		margin: 0 auto;
		width: 78%;
	}

    .Performer__item {
        width: 100%;
		padding-top: 24px;
    }
	.guest {
		width: 100%;
}
    .Performer__item p {
        margin: 16px 0 0;
    }

    p.news-area__list__date {
        width: 91px;
		font-size: 14px;
    }
	.section-title__text {
		font-weight: 400;
	}
	.sec_4 .row-01 .ticket-type {
		font-size: 20px;
		line-height: 1.2em;
		padding-bottom: 10px;
	}

    p.news-area__list__title {
        width: -webkit-calc(100% - 101px);
        width: calc(100% - 101px);
		font-size: 14px;
    }
	.g_map_inner {
		width: 100%;
		aspect-ratio: 358 / 160;
	}
    .sec_8 .row_01 h4 {
        font-size: 20px;
        padding: 56px 0 8px;
    }
	.sec_8 .row_01 ul {
        font-size: 14px;
    }
	.sec_8 .contact p.c-text-1,
	.sec_8 .contact p.c-text-2 {
		font-weight: 400;
	}
	.sec_8 .contact p {
		font-weight: 400;
	}
    section#sec_6 {
        padding-top: 0;
        padding-bottom: 0;
    }

    section#sec_5 {
        padding-bottom: 0;
		padding-top: 0;
    }
	.f-banner {
		width: 60%;
		margin: 0 auto 20px;
	}

}

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

    .sec_2 .Performer ul li,
    .sec_2 .Performer .empty_item {
        padding-top: 15px;
    }
	.tickets__about__stream dl {
		width: 93%;
	}
	.tickets__about__stream dt {
        width: 20%;
    }
	.tickets__about__stream dd {
        width: 80%;
    }
	.tickets__about__stream dd a {
        margin-left: -24%;
    }
}


/*0609追記*/

@media screen and (min-width:768px) and (max-width:1024px) {
    .sec_4 .live .pc_only {
        display: block;
    }

    .sec_4 .live table {
        width: 100%;
    }

}
@media screen and (max-height:730px) and (max-width:1024px) {
    .header-nav>ul>li a {
        padding: 16px 15px!important;
    }
    }