@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;
    font-size: 100%;
    font: inherit;
    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;
}

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: 25px;
    color: #A03700;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: justify;
    background: #FFF4DD;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
}*/
body {
	font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	/*background:url(../img/pc-mv.jpg) no-repeat center top/cover;
	background-attachment: fixed;*/
    color: #A03700;
}
@media screen and (max-width:767px) {
	body {
		background: none;
        font-size: 16px;
	}
	body:before{
	position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
    /*background:url(../img/sp-mv.jpg) no-repeat center top/cover;*/
    content:"";
	}
}


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

a {
    color: #FF6E00;
    word-break: break-all;
}

a:hover {
    color: #FF6E00;
    text-decoration: underline;
    opacity: 0.7;
}

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

.sp_only {
    display: none;
}

.pc_only {
    display: block;
}

p{
    line-height: 1.8em;
    padding-bottom: 1em;
}


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

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


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

.pc_logo_area {
    width: 150px;
    padding: 15px 15px 15px 30px;
    display: block;
}

.sp_logo_area {
    display: none;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

header nav {
    display: flex;
    width: 100%;
    align-items: center;
    z-index: 10;
    background: url(../img/header-bg.png)no-repeat center/cover #fff;
    padding: 20px 9px;
    box-sizing: border-box;
}

header nav ul {
    width: 1045px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

header nav ul a {
    text-decoration: none;
    color: #A03700;
    font-size: 1.25em;
    background: #FFF5DE;
    font-weight: bold;
    padding: 12px 0px;
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-radius: 40px;
}
header nav ul a:hover{
    opacity: 1;
    background: white;
}

header nav ul li {
    width: 22.7%;
}

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

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

p.bottom-banner {
    text-align: center;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

p.bottom-banner a {
    background: #25555D;
    color: #fff;
    text-decoration: none;
    width: 30%;
    border-radius: 50px;
    display: inline-block;
    padding: 13px 0;
    font-weight: bold;
    font-size: 24px;
}

p.bottom-banner a:hover {
    opacity: 0.7;
}

.ttl-first{
    display: block;
    text-indent: -9999px;
    background: url(../img/first.svg) no-repeat center center/contain;
}
.ttl-cast{
    display: block;
    text-indent: -9999px;
    background: url(../img/cast.svg) no-repeat center center/contain;
}
.ttl-ticket{
    display: block;
    text-indent: -9999px;
    background: url(../img/ticket.svg) no-repeat center center/contain;
}
.ttl-access{
    display: block;
    text-indent: -9999px;
    background: url(../img/access.svg) no-repeat center center/contain;
}
.ttl-past{
    display: block;
    text-indent: -9999px;
    background: url(../img/past.svg) no-repeat center center/contain;
}



/*ナビゲーション*/

@media screen and (max-width: 767px) {
    header {
        display: block !important;
        background: url(../img/header-bg-sp.png) no-repeat center/cover;
        height: 60px;
    }
    .header-info {
        display: none;
    }
    .header-nav-list a span {
    }
    .header-inner {
        padding: 10px 20px;
        z-index: 100;
        position: absolute;
        right: 0;
    }
    .header-nav {
        width: 100%;
        margin: 0 auto;
        height:100vh;
        padding: 10px 20px;
    }
    .header-nav-list {
        display: block;
    }
    .sp_header {
        display: flex;
    }
    .pc_logo_area {
        display: none;
    }
    .sp_logo_area {
        width: 80px;
        padding: 10px 10px 10px 15px;
        display: block;
    }
    header nav {
        display: none;
        position: fixed;
        top: 60px;
        width: 100%;
        height: 280px;
        background: #F4FFF7;
        left: 0;
    }
    header nav ul li a {
        padding: 16px;
    }
    header nav ul a {
        color: #151338;
        font-weight: bold;
        background: none;
    }
    header nav ul {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }
    header nav ul li {
        margin: 30px auto;
        text-align: center;
        width: 100%;
    }
    header nav ul li:last-child {
        border: none;
    }
    header nav ul li a {
        display: block;
    }
    /*開閉ボタン*/
    #nav_toggle {
        display: block;
        width: 90px;
        height: 43px;
        position: relative;
        top: 0px;
        z-index: 100;
        background: url(../img/menu.svg)no-repeat center/contain;
        text-align: center;
        padding-top: 8px;
        box-sizing: border-box;
    }
    #nav_toggle::before {
        /*content: "メニュー";*/
        content: "";
        background: url(../img/menu_txt.png) no-repeat center center/80%;
        font-size: 18px;
        color: #A03700;
        font-weight: bold;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .open #nav_toggle::before {
        /*content: "閉じる";*/
        background: url(../img/close_txt.png) no-repeat center center/58%;
    }
    #nav_toggle div {
        position: relative;
    }
    #nav_toggle span {
        display: block;
        height: 2px;
        background: #B0B3C5;
        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: 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: 15px 15px;
        font-size: 30px;
        z-index: 2;
        border-radius: 0;
        color: #A03700;
        font-weight: normal;
    }
    header nav ul a:hover {
        text-decoration: none;
        color: #5e5c7d;
    }
}


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

footer {
    background-color: #25555D;
    padding: 52px 20px;
}

footer p {
    color: #fff;
    padding-bottom: 0.5em;
    text-align: center;
}

footer p span {
    display: inline-block;
    padding-bottom: 0.8em;
    /* border-bottom: 1px solid #fff; */
    font-size: 16px;
}


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

.contents{

}
.contents>section {
    padding: 60px 0 0 0;
}

section .inner {
    margin: 0 auto;
    max-width: 1045px;
    padding-top: 60px;
}

section h2 {
    font-weight: 500;
    text-align: center;
    font-size: 50px;
    margin-bottom: 1em;
    position: relative;
}
section h2 span{
    position: relative;
    z-index: 1;
}
section h2:after{
    content: "";
    background: url(../img/title_back.png) no-repeat center bottom/100%;
    width: 246px;
    height: 68px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.f-c-glay {
    color: #afb3c7;
}


.ticket__block {
    background: #fff;
    padding: 10px 0 100px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.ticket__block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.ticket__block>* {
    max-width: 679px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.ticket__block>p.outline__note {
    text-align: left;
    margin-top: -10px;
}

p.contact {
    font-size: 20px;
}

p.contact>br:nth-of-type(2) {
    display: none;
}

.outline {
    display: flex;
    flex-wrap: wrap;
}

.outline h4 {
    font-size: 20px;
    width: 110px;
    text-align: left;
    padding-top: 8px;
}

.outline p {
    font-size: 24px;
    width: 98%;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    display: block;
    text-align: left;
    line-height: 1.4;
}

.outline p a {
    /* display: block; */
}

p.date span {
    font-size: 20px;
}

p.date strong {
    font-size: 35px;
}

p.date {
    font-size: 24px;
}
.ticket__block small{
    font-size: 16px;
}

p.touzitsuken {
    font-size: 20px;
    margin-top: 60px;
}

p.price {
    font-size: 30px;
}

p.price strong {
    font-size: 42px;
    display: inline-block;
    margin-left: 1em;
}
.ticket-flex{
    max-width:max-content;
}
.buy-ticket {
    margin-bottom: 30px;
    padding-top: 17px;
    padding-bottom: 0px;
    max-width:none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*align-items: center;*/
}

.buy-ticket p {
    position: relative;
    text-align: left;
    /*padding-left: 160px;*/
}

.buy-ticket p span {
    /*position: absolute;
    top: 0;
    left: 0;*/
}
.buy-ticket p small{
    display: inline-block;
    margin-left: 1em;
}
.buy-ticket p small.nopadding{
    margin-left: 0;
}

p.buy-ticket3__heading2{
    font-size: 20px;
    padding-left: 0;
}
p.buy-ticket .buy-ticket3__heading2 span{
    display: inline-block;
    margin-right: 1em;
    position: relative;
    left: auto;
    top: auto;
}
p.buy-ticket3__heading2 strong{
    font-size: 24px;
}
p.buy-ticket3__heading2 span.pg{
    width: 10em;
    display: inline-block;
}


@media screen and (max-width:767px) {
    .buy-ticket3__heading2 dl dt{
        width: 100%;
    }
    .buy-ticket3__heading2 dl dd{
        width: 100%;
    }
    p.buy-ticket3__heading2 strong{
        font-size: 22px;
    }
}


p.buy-ticket__note {
    font-size: 18px;
    margin-bottom: 30px;
}

p.buy-ticket__note a {
    display: inline;
    background: none;
    box-shadow: none;
    font-size: 1em;
    text-decoration: underline;
}

.buy-ticket h4 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.6em;
}

.buy-ticket a {
    /* font-size: 25px; */
    /* background: #FCB8B8; */
    /* display: block; */
    /* width: 195px; */
    /* margin: 0 auto 1em; */
    /* border-radius: 60px; */
    /* padding: 0.3em 0; */
    /* text-align: center; */
    /* text-decoration: none; */
    /* font-weight: bold; */
    /* box-shadow: 0px 3px 6px rgb(0 0 0 / 16%); */
}

.buy-ticket p {}

p.buy-ticket__btn {
    margin-top: 25px;
}

.ticket__block h3 {
    font-size: 20px;
    display: block;
    font-weight: bold;
    margin: 60px auto 20px;
    position: relative;
    z-index: 3;
}
.ticket__block h3.normal{
    font-weight: normal;
}
/*.ticket__block h3:after{
    content: "";
    position: absolute;
    width: 162px;
    height: 13px;
    border-radius: 20px;
    background: #FFF5DE;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}*/
@media screen and (max-width:767px) {
    .ticket__block h3 {
        margin-top: 30px;
    }
    .ticket__block small{
        font-size: 14px;
    }
    .buy-ticket3__heading2{
        line-height: 1.4em;
    }
    .buy-ticket3__heading2 strong{
        font-size: 18px;
    }
    .buy-ticket3__heading2 span{
        display: block;
        position: relative;
        padding-top: 1em;
    }
    /*.buy-ticket3__heading2 span::before {
        content: "";
        position: absolute;
        top: 35px;
        left: 50%;
        width: 90px;
        height: 1px;
        background: #A03700;
        z-index: -2;
        transform: translateX(-50%);
    }
    .buy-ticket3__heading2 span::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 70px;
        background: #fff;
        transform: translateX(-50%);
        left: 50%;
        z-index: -1;
    }
    .buy-ticket3__heading2 span.long::before{
        width: 120px;
    }
    .buy-ticket3__heading2 span.long::after{
        width: 100px;
    }*/
    
}

/***************************************
03.メインビジュアル
***************************************/
.mv{
    background:url(../img/pc-mv.jpg) no-repeat center top/cover;
    padding-top: calc(1436 / 2500* 100%);
}
.mv h1 {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
	background: url(../img/pc-mv-title.png) no-repeat center center/70%;
	width: 100%;
    height: 92%;
	position: absolute;
	top: 0%;
	left: 0%;
}
@media screen and (max-width:767px) {
    .mv{
        padding: 0;
        height: 572px;
        background:url(../img/sp-mv.jpg) no-repeat center top/cover;
    }
	.mv h1 {
		background: url(../img/sp-mv-title.png) no-repeat center center/90%;
        height: 600px;
	}
}


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

.sec_1 {
    position: relative;
    background: rgba(244,255,247,0.9);
}

.sec_1 .inner {}

.sec_1 h2 span {
    position: relative;
}


.sec_1 .text-area p {
    /* max-width: 768px; */
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
}


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

.sec_2,
.sec_3 {
    position: relative;
    background: rgba(244,255,247,0.9);
}

.sec_2 h2 {
}

.sec_2 .inner {}

.sp_p_first {
    display: none;
}

.pc_p_first {
    display: block;
}

.sec_2 .Performer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.sec_2 .Performer img{
    max-width: 315px;
}

.sec_2 .name {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.sec_2 .name_s {
    font-size: 1.6875em;
    line-height: 1.5em;
    text-align: center;
}

.sec_2 .Performer .name span {
    font-size: 0.7em;
}

.sec_2 .Performer .name_s span {
    font-size: 0.53em;
    display: inherit;
    line-height: 1.5em;
}
.sec_2 .guest{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
}
.sec_2 .guest > div{
    width: 48%;
    text-align: center;
}
.sec_2 .guest > div img{
    max-width: 315px;
    margin: auto;
}
/*.sec_2 .guest > div:nth-of-type(2) img{
    height: 300px;
    width: auto;
    max-width: none;
}*/
.sec_2 .guest .name {
    font-size: 30px;
}
.sec_2 p.andmore{
    text-align: center;
    font-size: 20px;
}

.sec_2 h2 span {
    position: relative;
}
@media screen and (max-width:767px) {
    .sec_2 .guest{
        justify-content: space-between;
        column-gap: 1%;
    }
    .sec_2 .guest > div{
        width: 100%;
    }
    .sec_2 .guest > div img,
    .sec_2 .guest > div:nth-of-type(2) img{
        width: 65%;
        height: auto;
        margin: auto;
        display: block;
    }
    /*.sec_2 .guest > div:nth-of-type(2) img{
        width: 80%;
    }*/
    .sec_2 .guest .name {
        font-size: 18px;
    }
}

.ticket__note{
    padding-bottom: 80px;
}
.ticket__note h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 59px;
    margin-bottom: 20px;
}

.ticket__note li {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.ticket__note ul {
    list-style: disc;
    padding-left: 30px;
}

.ticket__note>p {
    font-size: 20px;
    margin-top: 50px;
}

.ticket__note>p span {
    width: 120px;
    display: inline-block;
}
.project{
    padding: 30px 0;
    display: flex;
    justify-content: center;
    font-size: 18px;
}
.project p span{
    display: inline-block;
    margin-right:2em;
}
@media screen and (max-width:767px) {
    .ticket__note{
        padding-bottom: 40px;
    }
    .project{
        display: block;
        padding-bottom: 0;
        font-size: 16px;
        text-align: center;
    }
    .project p span{
        display: block;
        margin-right: 0;
        text-align: center;
        padding-top: 10px;
        position: relative;
    }
    .project p span:before{
        content: "─";
        margin-right: 0.5em;
    }
    .project p span:after{
        content: "─";
        margin-left: 0.5em;
    }
}


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

.contents>section.sec_4 {
    padding: 40px 0 20px 0;
    background: rgba(244,255,247,1);
}

.sec_4 .inner {}

.sec_4 table {
    width: 100%;
    line-height: 1.5em;
}

.sec_4 table tr.f-c-glay th {
    font-size: 1.875em;
    padding-left: 8%;
}

.sec_4 table th.f-c-glay {
    font-size: 1.25em;
    line-height: 1.33em;
    padding: 2em 1em 2em 1em;
    vertical-align: middle;
}

.sec_4 table .col_01 {
    width: 18%;
}

.sec_4 table .col_02 {
    width: 43%;
    text-align: center;
    border-right: 2px solid #541A7E;
}

.sec_4 table .col_03 {
    width: 42%;
    text-align: center;
}

.sec_4 table .l_p {
    padding-left: 11%;
}

.sec_4 table td {
    vertical-align: middle;
    padding: 2em;
}


/*.sec_4 table dt {
	float: left;
}*/

.sec_4 table .f-ttl {
    padding-bottom: 0.75em;
    font-size: 1.3em;
}

.sec_4 table dl {
    padding-bottom: 20px;
    text-align: left;
}

.sec_4 table dt {
    font-weight: bold;
    /*color: #a493af;*/
}

.sec_4 table dd {
    padding-bottom: 0.75em;
}

.sec_4 table .l-tr {
    border-bottom: 2px solid #541A7E;
}

.sec_4 table ul {
    padding: 1em 0;
}

.sec_4 table ul li {}

.sec_4 .contact {
    padding-top: 10px;
    line-height: 1.5em;
}

.sec_4 table .b-der-r {
    border-right: 2px solid #541A7E;
}

.sec_4 table .p-left {
    padding: 40px 10px 40px 20px;
}

.sec_4 table .ta-right span {
    text-align: right;
    display: inherit;
}

.sec_4 h2 span {
    position: relative;
}

section#sec_4 .inner>p {
    font-size: 30px;
    text-align: center;
}

section#sec_4 .inner>p span {
    font-size: 25px;
    display: block;
}
.g_map{
    display: flex;
}
.info{
    width: 50%;
    padding: 0 20px;
    font-size: 16px;
    align-items: stretch;
    box-sizing: border-box;
}
.info a{
    display: block;
    background: #25555D;
    border-radius: 40px;
    color:#fff;
    font-size: 30px;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    margin: 0 auto 20px auto;
}
.info a:hover{
    opacity: 0.7;
}
.info p.address{
    padding: 0 0 30px 0;
    text-align: center;
    font-size: 20px;
}
.g_map_inner {
    width:50%;
    margin: 0 auto;
    border: 9px solid #A03700;
    font-size: 0;
    box-sizing: border-box;
}
.g_map_inner iframe {
    width: 100%;
    height: 100%;
}
.g_map {
    margin-top: 20px;
}
p.no-padding{
    padding-bottom: 0;
}


/***************************************
08.チケットに関する注意事項 .sec_5
***************************************/

.contents>section.sec_5 {
    background: rgba(244,255,247,0.9);
    padding: 60px 0 100px 0;
}
.sec_5 h2 span{
    height: 35px;
}
@media screen and (max-width:767px) {
    .contents>section.sec_5 {
        padding: 0px 0 40px 0;
    }
}


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

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

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

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

@media screen and (max-width:767px) {
    body {
        font-size: 16px;
    }
    .pc_only {
        display: none!important;
    }
    .sp_only {
        display: block;
    }
    /*ヘッダー*/
    .ticket {
        left: 20px;
        top: 8px;
        width: 231px;
        padding: 0;
        bottom: auto!important;
        display: block!important;
    }
    .ticket a>* {
        display: none;
        width: 100px;
        height: 100px;
        background: #ddd;
    }
    .ticket a {
        width: 208px;
        height: 44px;
        background: #25555D url(../img/ticket_txt.png) no-repeat center center/80%;
        text-indent: -9999px;
        display: block;
        border-radius: 30px;
        text-decoration: none;
        text-align: center;
        padding-top: 13px;
        box-sizing: border-box;
    }
    a:hover,
    a:active{
        opacity: 1!important;
    }
    .ticket a::before {
        content: "チケット購入はこちら";
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
    }
    section .inner {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        overflow: hidden;
        padding-top: 20px;
    }
    .sec_1 {}
    .sec_1 .inner {}
    .sec_1 .text-area p {
        font-size: 20px;
        line-height: 1.9;
        text-align: left;
    }
    .sec_2 {}
    .sec_2 .inner {}
    .sec_2 .name,
    .sec_2 .name_s {
        font-size: 25px;
        padding-top: 10px;
    }
    .sec_2 .name_s span {}
    .pc_p_first {
        display: none;
    }
    .sp_p_first {
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .sec_2 h2 {
        text-align: center;
    }
    .sec_2 .Performer ul li,
    .sec_2 .Performer .empty_item {
        width: 48%;
        margin: 0 auto;
        padding-top: 1em;
    }
    .sec_2 .name_s {
        padding-top: 10px;
        line-height: 1.5em;
        text-align: center;
    }
    .sec_4 {
        background: none;
        padding-top: 50px;
    }
    .sec_4 .inner {
        box-sizing: border-box;
    }
    .sec_4 table ul {
        border-bottom: 1px solid #768593;
    }
    .sec_4 table ul:last-child {
        border-bottom: none;
    }
    .sec_4 table th {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 1em !important;
        text-align: center;
        box-sizing: border-box;
    }
    .sec_4 table td {
        display: block;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 1em 0 2em;
        font-size: 1.15em;
    }
    .sec_4 table .p-left {
        padding: 1em 0 2em;
    }
    .sec_4 table dl {}
    .sec_4 table dt {
        padding-bottom: 0.25em;
    }
    .sec_4 table dd {
        padding-bottom: 1.5em;
    }
    .sec_4 table .f-ttl {
        text-align: center;
    }
    .sec_4 table .b-der-r {
        border-right: none;
    }
    .sec_4 .contact {
        padding-top: 15px;
    }
    .sec_4 .contact ul li {
        line-height: 1.5em;
    }
    .sec_6 .text-area,
    .row_01 h3 {
        font-size: 1em;
        line-height: 1.5em;
    }
    .row_01 ul {
        padding-left: 0;
    }
    footer p {
        font-size: 0.8em;
    }
    .sec_2 .Performer .name_s span {
        font-size: 0.55em;
        display: inherit;
        line-height: 1.5em;
    }
    .Performer>div {
        width: 100%;
        margin-bottom: 50px!important;
    }
    .Performer>div:last-of-type {
        margin-bottom: 0!important;
    }
    .ticket__block>* {
        max-width: 300px;
        border: none;
    }
    section.sec_6 h3 {
        text-align: center;
        font-size: 26px;
    }
    .ticket__note h3 {
        font-size: 26px;
        text-align: center;
        line-height: 1.4em;
    }
    .ticket__note>p {
        text-align: center;
        border-top: #A03700 1px solid;
        padding-top: 10px;
    }
    .ticket__note>p span {
        display: block;
        width: 100%;
        margin-top: 21px;
    }
    section h2 {
        margin-top: 20px;
        font-size: 30px;
        margin-bottom: 30px;
    }
    section h2:after{
        width: 143px;
        height: 42px;
    }
    section#sec_4 .inner>p span {
        font-size: 18px;
    }
    p.touzitsuken {
        font-size: 18px;
        margin-top: 30px;
    }
    p.price strong {
        font-size: 39px;
        margin-left: 0.5em;
    }
    p.price {
        font-size: 18px;
    }
    .outline h4 {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        padding-top: 19px;
        position: relative;
        margin-bottom: 11px;
    }
    .outline h4::before {
        content: "";
        position: absolute;
        top: 29px;
        left: 50%;
        width: 110px;
        height: 1px;
        background: #A03700;
        z-index: -2;
        transform: translateX(-50%);
    }
    .outline h4::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 90px;
        background: #fff;
        transform: translateX(-50%);
        left: 50%;
        z-index: -1;
    }
    p.date {
        text-align: center;
        font-size: 20px;
        width: 100%;
    }
    .outline p {
        text-align: center;
        font-size: 20px;
        width: 100%;
    }
    .outline p a {
        font-size: 20px;
        margin-top: 10px;
    }
    .buy-ticket{
        padding-bottom: 0;
    }
    .buy-ticket h4 {
        font-size: 20px;
        position: relative;
        margin-bottom: 0;
    }
    /* .buy-ticket h4::before {
        content: "";
        position: absolute;
        top: 16px;
        left: 50%;
        width: 100%;
        height: 1px;
        background: #A03700;
        z-index: -2;
        transform: translateX(-50%);
    }
    .buy-ticket h4::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 160px;
        background: #fff;
        transform: translateX(-50%);
        left: 50%;
        z-index: -1;
    } */
    .buy-ticket p {
        font-size: 22px;
        padding: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
    p.buy-ticket__note {
        font-size: 18px;
        margin-top: 10px;
    }
    .buy-ticket p span {
        font-size: 20px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .buy-ticket a {font-size: 20px;}
    p.contact {
        border-top: 1px solid #A03700;
        padding-top: 50px;
    }
    .ticket__block {
        padding-bottom: 20px;
    }
    .g_map{
        display: block;
    }
    .info{
        width: 100%;
        font-size: 14px;
        padding-top: 20px;
    }
    .info a{
        max-width: auto;
        line-height: 1.4em;
        font-size: 24px;
    }
    .g_map_inner{
        width: 100%;
    }
    .g_map_inner iframe {
        height: 250px;
    }
    .sec_4 h2 span::before {
        width: 63px;
        left: -81px;
        top: 9px;
    }
    .sec_4 h2 span::after {
        width: 80px;
        right: -90px;
        top: 8px;
    }
    .contents>section {
        padding-top: 60px;
    }
    p.bottom-banner {
        display: block;
        margin-top: 20px;
    }
    p.bottom-banner a {
        font-size: 20px;
        width:100%;
        margin: auto;
        margin-bottom: 20px;
    }
    section#sec_1 {
        padding-top: 40px;
    }
    .sec_1 h2 span {
        font-size: 30px;
    }
    .Performer img {
        width: 68%;
    }
    section.sec_6 p {
        font-size: 16px;
    }
    section.sec_6 li {
        font-size: 16px;
    }
    .ticket__note li {
        font-size: 16px;
    }
}

.buy-ticket ul {
    list-style-type: disc;
}

.buy-ticket li {
    text-align: left;
    font-size: 22px;
    margin-bottom: 1em;
}

.buy-ticket li a {
    font-size: inherit;
    background: inherit;
    display: inline;
    border: inherit;
    padding: inherit;
    width: inherit;
    margin: inherit;
    text-align: inherit;
    box-shadow: inherit;
    text-decoration: underline;
    font-weight: inherit;
}

h5 {
    font-weight: bold;
    font-size: 25px;
}

.buy-ticket li dl {
    display: grid;
    grid-template-columns: auto 1fr;
}

.buy-ticket li dl dt {
    grid-column: 1 / 2;
}

.buy-ticket li dl dd {
    grid-column: 2 / 3;
}

@media screen and (max-width: 767px) {
    .buy-ticket ul {
        list-style-type: none;
        padding: 0px 0.5em;
    }
    .buy-ticket li dl {
        display: inline;
    }
}

p.sompo-banner {
    text-align: center;
    margin-top: -90px;
    margin-bottom: 30px;
}

p.sompo-banner>span {
    display: block;
    font-size: 18px;
    margin: 0 0 6px;
}

p.sompo-banner img {
    max-width: 240px;
}

p.sompo-banner img:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    p.sompo-banner {
        margin-top: 0;
    }
    p.sompo-banner img {
        max-width: 191px;
    }
}