@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: #F9F7EB;
    -webkit-text-size-adjust: 100%;
    line-height: 1.7;
}

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

a {
    color: #ED1C25;
    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;
}

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


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

.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;
	justify-content: flex-end;
    width: 100%;
    align-items: center;
    z-index: 10;
    background-color: #F9F7EB;
    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: #F9F7EB;
        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;
    }
    /*開閉ボタン*/
    #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: #ED1C25;
        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: #ED1C25;
        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(145deg);
        -moz-transform: rotate(145deg);
        transform: rotate(145deg);
    }

    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav_toggle span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-145deg);
        -moz-transform: rotate(-145deg);
        transform: rotate(-145deg);
    }

    .header-nav>ul>li a {
        display: block;
        position: relative;
        text-decoration: none;
        padding: 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: 23%;
        padding: 3px 0 0;
    }
	header nav {
        top: 0;
    }
}

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

footer {
    padding: 22px 0;
}

footer p {
    text-align: center;
}


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

@media screen and (max-width: 768px)  {
	.contents {
		margin-top: 0;
	}
}
section .inner {
    width: 47%;
    margin: 0 auto;
    max-width: 1060px;
    z-index: 1;
    position: relative;
}
section h2 {
    text-align: center;
	font-size: 40px;
	font-weight: 900;
	line-height: 1em;
	padding-bottom: 24px;
}
/***************************************
0.チケット　固定
***************************************/

.ticket img {
    display: block;
}

.ticket img.hover-img {
	position: fixed;
    bottom: 10px;
    right: 10px;
    width: 15%;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

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

.mv {
    background: url("../img/pc-mv.jpg") no-repeat center top / 100% auto;
    padding-top: calc(2160 / 3841* 100%);
    position: relative;
}
.mv h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
}
a, button {
  -webkit-tap-highlight-color: transparent;
}
/***************************************
05.ACT / GUEST .sec_2
***************************************/
.sec_2 .inner {
	position: relative;
}
.Performer {
    
}
.guest {
    width: 47%;
	max-width: 1000px;
    margin: 0 auto;
}

.sec_2 .Performer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}

.sec_2 .Performer ul li {
    width: 46%;
}

.Performer__item{
    width: 30%;
	margin: 0 auto;
}

.Performer__item p{
    text-align: center;
    font-size: 20px;
    margin: 8px auto 0;
    font-weight: bold;
	line-height: 1em;
}


/***************************************
06.NEWS .sec_3
***************************************/
#sec_3 ul li {
	border-bottom: 1px solid #B3AFAF;
	padding: 0 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 {
    scrollbar-color: #ED1C25 #ffffff;
    scrollbar-width: thin;
}

.news-area::-webkit-scrollbar {
    width: 6px;
}
.news-area::-webkit-scrollbar-thumb {
    background-color: #ED1C25;
    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);
}
.sns,
.other-info .btn-area {
	text-align: center;
}
.sns a,
.map a,
.other-info .btn-area a {
	color: #ED1C25;
    text-decoration: none;
	display: inline-block;
}
.sns a {
	margin: 16px auto 0;
}
.map a {
	margin: 8px auto 40px;
}
.other-info .btn-area a {
	margin: 8px auto 24px;
}
.sns .btn,
.map .btn,
.other-info .btn-area .btn{
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto ;
    text-align: center;
    padding: 8px 1.2em 10px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 6px;
    line-height: 1em;
}
.sns .btn::after,
.map .btn::after,
.other-info .btn-area .btn::after {
    content: "";
    display: inline-block;
    background: url(../img/allow-r.png) no-repeat;
    background-size: contain;
    width: 8.5px;
    height: 15px;
    margin-left: 8px;
}
.sns .btn:hover,
.map .btn:hover,
.other-info .btn-area .btn:hover {
    border: 1px solid #ED1C25;
	background-color: #ED1C25;
}
.sns a:hover .btn,
.map a:hover .btn,
.other-info .btn-area a:hover .btn{
    color: #fff;
    text-decoration: none;
}
.sns a:hover .btn::after,
.map a:hover .btn::after,
.other-info .btn-area a:hover .btn::after {
	content: "";
    display: inline-block;
    background: url("../img/allow-w.png")no-repeat;
    background-size: contain;
    width: 8.5px;
    height: 15px;
    margin-left: 8px;
}

/***************************************
07.チケット .sec_4
***************************************/

.sec_4 {
    position: relative;
    background: none;
    padding: 70px 0 72px;
}

#sec_4 .inner {
    width: 51%;
    box-sizing: border-box;
	background-color: #FEFFF9;
    padding: 40px 30px;
}
#sec_4 .inner h2 {
	padding-bottom: 32px;
}
#sec_4 .inner .title-1 {
    font-size: 24px;
	font-weight: bold;
    text-align: center;
	padding-bottom: 16px;
	line-height: 1.2em;
}
#sec_4 .inner .title-1 span{
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
}
#sec_4 .section-title {
    margin-bottom: 20px;
}
#sec_4 .day-time {
	font-weight: bold;
}
#sec_4 .day-time small {
	font-family: "Noto Sans JP", sans-serif;
}
#sec_4 .place{
    font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#sec_4 .ticket-type {
	font-size: 20px;
}
#sec_4 .ticket-type .ticket-price {
	font-size: 24px;
}
#sec_4 .ticket-type .yen{
	font-size: 14px;
}
#sec_4 .place a,
#sec_6 .place a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
#sec_4 .place a:hover {
	opacity: 0.6;
}
#sec_4 .place a::before,
#sec_6 .place a::before{
	content: "";
	background: url("../img/mappin.png")no-repeat;
	width: 13px;
	height: 20px;
	display: inline-block;
	background-size: contain;
	padding-right: 8px;
    vertical-align: middle;
}
#sec_4 .place a:hover, #sec_6 .place a:hover {
	opacity: 0.6;
}
.tickets_box01,
.tickets_box02{
	text-align: center;
}

.sec_4 .row-01 {
	text-align: left;
	display: inline-block;
}
.sec_4 .row-01 .ticket-type {
	text-align: center;
	font-size: 20px;
}
.sec_4 .row-01 .ticket-type .ticket-price {
	font-weight: bold;
	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: 4px auto 0;
    text-align: center;
    padding: 8px 0 10px;
    border: 1px solid #ED1C25;
	background-color: #ED1C25;
    border-radius: 6px;
    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 .btn:hover {
    border: 1px solid #ED1C25;
	background-color: #fff;
}
.ticket-box .sale-btn a:hover .btn {
    color: #ED1C25;
    text-decoration: none;
}
.ticket-box .sale-btn a:hover .btn::after  {
	content: "";
    display: inline-block;
    background: url("../img/allow-r.png")no-repeat;
    background-size: contain;
    width: 5px;
    height: 9.5px;
    margin-left: 8px;
}


.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__about__head {
	line-height: 1.2em;
	padding: 36px 0 4px;
	font-size: 20px;
}
.tickets__about__head span {
	font-size: 14px;
	font-weight: 400;
}

.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: 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;
}
.tickets__about {
    text-align: center;
    font-weight: bold;
    padding: 1px 0 64px;
}
.tickets__about small {
    font-size: 16px;
}

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

.tickets__about h3 {
    font-weight: 500;
    margin: 32px auto 24px;
    
}
.tickets__about h3 p {
	display: flex;
    align-items: center;
    text-align: center;
}
.tickets__about h3 p::before,
.tickets__about h3 p::after{
	content: "";
    flex: 1;
    border-bottom: 1px solid #4B4B4B;
    margin: 0 1rem;
}
.tickets__about h3 p::before {
	
}
.tickets__about h3 p::after {
	
}
p.tickets__about__note {
    font-size: 12px;
    margin-top: 60px;
}

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


/***************************************
チケットに関する注意点
 ***************************************/
.accordion {
	width: 100%;
	margin: 40px auto 0;
}

.accordion{
	margin-top: 30px;
}
.toggle{
	display: none;
}
.Label{
	/*タイトル*/
	display: block;
	color: #fff;
	box-sizing: border-box;
}
.Label::before{
	content: "+";
    position: absolute;
    top: 48%;
    right: 30px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
}
.Label,
.content{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 auto;
	transform: translateZ(0);
	transition: all 0.3s linear;
}
.Label {
	margin-top: 24px;
	background-color: #ED1C25;
	padding: 4px 20px;
}
.content{
	background-color: #fff;
	height: 0;
	margin-bottom:10px;
	padding: 0 30px;
	overflow: hidden;
	box-sizing: border-box;
	line-height: 26px;
	/*border: 4px solid #ef1e26;*/
	border-top: none;
	border-bottom: none;
	font-weight: 400;
}
.toggle:checked + .Label + .content .list_01 {
    list-style: disc;
    padding-left: 20px;
}
.Label + .content .list_01 {
    list-style: disc;
    padding-left: 20px;
}
.toggle:checked + .Label + .content{
	/*開閉時*/
	height: auto;
	padding: 30px ;
	transition: all .3s linear;
	border: 4px solid #ef1e26;
}
.toggle:checked + .Label{
}
.toggle:checked + .Label::before{
	content: "−";
}
.accordion .list-block {
	padding-bottom: 15px;
}
.accordion .list-block .list-ttl {
	font-weight: bold;
	padding-bottom: 5px;
}
.accordion .list-block li {
	padding-bottom: 0;
	font-size: 14px;
}
.accordion ul li {
	padding-bottom: 15px;
}
.accordion .list_01-2 ul {
	margin-left: 1em;
}
.accordion .list_01-2 li {
	padding-bottom: 5px;
    list-style: none;
	line-height: 1.5em;
}
.accordion .list_01-2 li::before {
    content: "※";
    display: inline-block;
}
.list-block .list_01-2 {
	padding-top: 10px;
}

.content-foot .list_01 {
	list-style: disc;
    padding-left: 20px;
}
.content-foot .list_01 li {
	padding-bottom: 15px;
}

.content-foot .list_01 .text-01 {
    padding-top: 5px;
    display: block;
}
.content-foot .list_01 .inner-list {
    font-size: 14px;
}
.content-foot .c-footer {
    padding-left: 1em;
}

.content-foot .list_01 .text-01 {
	padding-top: 5px;
    display: block;
}
.content-foot .list_01 .inner-list {
	font-size: 14px;
}

.content-foot .c-footer {
	padding-left: 1em;
}
.contact-area {
	text-align: center;
	font-weight: 500;
}
.contact-area .c-text-01 {
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 8px;
}
.contact-area .c-text-02 {
	font-weight: 400;
}
.contact-area .c-text-03 {
	font-weight: 400;
}
/***************************************
10.アクセス .sec_6
***************************************/
section#sec_6 .inner {
	width: 76%;
	margin: 0 auto;
}
.address-info {
	text-align: center;
	margin-bottom: 32px;
}
.address-info .place-area,
.address-info .text-area{
	width: 76%;
    margin: 0 auto;
}
.address-info .place-area .g_map {
	width: 70%;
    margin: 0 auto;
}
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 / 282;
}
.g_map_inner iframe {
  width: 100%;
  height: 100%;
}
#sec_6 .place {
    font-size: 20px;
	font-weight: bold;
}
#sec_6 .access__text-1 {
	font-size: 14px;
	padding-bottom: 10px;
}
#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%;
}
/***************************************
11.ご来場になる方へ #sec_8
***************************************/
#sec_8 {
	padding-bottom: 116px;
}
#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;
}

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

#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;
}
.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;
}
a.tel-num {
	text-decoration: none;
	color: #101010;
}

/***************************************
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:1000px) {

}

@media screen and (max-width:767px) {
	a, button {
	  -webkit-tap-highlight-color: transparent;
	}
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    /*ヘッダー*/
    header {
        height: 48px;
        background: #F9F7EB;
		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(4677 / 3308* 100%);
		position: relative;
		z-index: 21;
	}
	section h2 {
		font-size: 32px;
		padding-bottom: 24px;
	}
	#sec_1 .text-01 {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	section h2.ttl_02 {
		margin: 75px auto 16px;
		padding-bottom: 0;
	}
	p.access__text {
		font-size: 14px;
		margin-bottom: 6px;
	}
/*タイトル　ライン*/
	section h2.ttl_01 {
		margin: 0 auto;
		text-align: center;
	}
	#sec_4 .inner h2 {
		padding-bottom: 24px;
	}
	section.sec_2 h2 {
		line-height: 1em;
	}
	section.sec_2 h2.ttl_01 {
		margin: 56px auto 0;
	}
	#sec_4 .place a {
		font-size: 16px;
	}
	.sec_1 .inner {
		width: 92%;
		margin: 0 auto;
	}
	.sns .btn, .map .btn, .other-info .btn-area .btn {
		padding: 8px 2em 10px;
	}
	/*余白*/
	#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;

		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;
    }
	
	.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);
	}*/
	#sec_4 .inner {
		width: 92%;
		padding: 30px 10px;
	}
	#sec_4 h2.ttl_02 {
        margin: 0 auto 24px;
        height: 54px;
    }
    #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;
	}
	.sec_4 .tickets__about .yen {
		font-size: 14px;
	}
	.sec_4 .row-01 {
		width: 91%;
	}
	.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 .price span {
        font-size: 0.8em;
    }
	#sec_4 .inner>p {
		line-height: 1.2em;
	}
	.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 {
		padding: 56px 0 0;
	}
    .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;
    }
	.address-info .place-area .g_map {
		width: 91.8%;
		margin: 0 auto;
	}
	#sec_6 .address-info {
		display: block;
	}
	#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;
	}
    #sec_8 {
        padding: 0;
    }
	#sec_8 .row_01 {
		padding-bottom: 56px;
	}
	.contact h3 {
		font-size: 16px;
	}
	.contact h3.f-l {
		font-size: 20px;
	}
	.contact {
		padding-bottom: 58px;
	}
	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 {
        padding: 0;
    }

    .news-area h3 {
        font-size: 16px;
    }
    .Performer {
        display: block;
		padding-bottom: 0;
		width: 72%;
        margin: 0 auto;
    }
	.Performer__item p {
		margin-top: 16px;
	}
    .Performer__item {
        width: 100%;
    }
	.guest {
		width: 100%;
	}
    .Performer__item p {
        margin: 4px 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;
    }
	section#sec_6 .inner {
		width: 91.8%;
	}
	#sec_6 .access__text-2 {
		font-size: 14px;
	}
	.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;
	}
	.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.c-text-1,
	#sec_8 .contact p.c-text-2 {
		font-weight: 400;
	}
	#sec_8 .contact p {
		font-weight: 400;
	}
    #sec_6 {
        padding-top: 0;
        padding-bottom: 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;
    }
}


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

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