@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: #5F4320;
	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: #4B974F;
    word-break: break-all;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

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

.sp_only {
    display: none;
}

.pc_only {
    display: block;
}
.text-r {
	text-align: right;
}

section {
	padding: 0;
}


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

#ticket-btn.show {
    bottom: 20px;
}
#ticket-btn.show a:before{
    content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 0;
	height: 0;
    background-image: linear-gradient(130deg, rgba(250, 247, 234, 0) 20%, rgba(250, 247, 234, 0.5) 50%, rgba(250, 247, 234, 0) 80%);
	transition: .5s;
}
#ticket-btn.show a:hover:before{
    top: 0;
	left: 100%;
    width: 100%;
	height: 100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 60%);
}
#ticket-btn {
    width: 132px;
    position: fixed;
    bottom: -200px;
    right: 14px;
    z-index: 1000;
}

/*.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: #5F4320;
    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-family: "Merriweather", serif;
	font-size: 20px;
	font-weight: 700;
    text-decoration: none;
    padding: 0;
	color: #fff;
}
header nav ul a:hover {
    text-decoration: none;
    color: #F5DB86;
    padding-bottom: 0;
}


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


/*ナビゲーション*/

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

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

    .header-nav {
        width: 100%;
		height: 100vh;
        margin: 0 auto;
		background: url(../img/sp-bg.jpg) center top;
        padding: 0;
    }

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

    .sp_header {
        display: flex;
		align-items: center;
		background-color: #5F4320;
    }

    .pc_logo_area {
        display: none;
    }

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

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

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

    header nav {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        background: #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: 36px;
		font-family: "Merriweather", serif;
		color: #5F4320;
		font-weight: bold;
		line-height: 1em;
    }
    /*開閉ボタン*/
    #nav_toggle {
        display: block;
        width: 30px;
        height: 26px;
        position: relative;
        top: 0;
        z-index: 100;
    }

    #nav_toggle div {
        position: relative;
    }

    #nav_toggle span {
        display: block;
        height: 2px;
        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;
    }
	.open #nav_toggle span {
        display: block;
        height: 2px;
        background: #5F4320;
        position: absolute;
        width: 100%;
        left: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

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

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

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

    /*開閉ボタンopen時*/
    .open #nav_toggle span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }

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

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

    .header-nav>ul>li a {
        display: block;
        position: relative;
        text-decoration: none;
        padding: 29px 15px;
        font-size: 18px;
        z-index: 2;
    }

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

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

footer {
    padding-bottom: 15px;
}

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


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

@media screen and (max-width: 768px)  {
	.contents {
		margin-top: 0;
	}
}
section .inner,
#sec_1 .inner {
    width: 58.5%;
    margin: 0 auto;
    max-width: 800px;
    z-index: 1;
    position: relative;
}
section h2 {
	font-family: "Merriweather", serif;
    text-align: center;
	color: #5F4320;
	font-size: 50px;
	font-weight: bold;
	line-height: 1em;
	padding-top: 100px;
}

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

/***************************************
04.イントロダクション .sec_1
***************************************/
#sec_1 .inner {
	padding: 80px 50px 8.4px;
}
#sec_1 .text-01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 16px;
    text-align: center;
}
#sec_1 .text-01:last-of-type{
    padding-bottom: 0;
}
#sec_1 .text-area {
    padding: 35px 0;
}
/***************************************
05.ACT / GUEST .sec_2
***************************************/
.sec_2 .inner {
	position: relative;
}
.cast {
    padding-top: 25px;
}
.guest {
    width: 47%;
	max-width: 1000px;
    margin: 0 auto;
}

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

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

.cast__item{
    width: 56.25%;
	margin: 0 auto;
}

.cast__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 {
	padding: 12px 0;
}
#sec_3 ul li {
	border-bottom: 1px solid #DADADA;
	padding: 0 0 12px;
	margin-bottom: 0;
	margin-right: 1em;
}
.news-area h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
}
#sec_3 ul li:last-child {
	border: none;
}
#sec_3 ul li a {
	text-decoration: underline;
}
#sec_3 ul li a:hover {
	color: #8c8e8c;
}
.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 {
    
}

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

p.news-area__list__title {
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
}
.sns,
.address-inner .plce {
	text-align: center;
}
.sns a,
.sale-site a,
.address-inner a {
	color: #fff;
    text-decoration: none;												
	display: inline-block;
}
.sns a {
	margin: 16px auto 0;
}
.sale-site a {
	margin: 8px auto 35px;
}
.address-inner a {
	margin: 8px auto 8px;
}
.sns .btn,
.address-inner .place {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto ;
    text-align: center;
    padding: 12px 1.2em 14px;
    border: 1px solid #54A459;
    background-color: #54A459;
    border-radius: 30px;
    line-height: 1em;
}
.sale-site .btn{
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto ;
    text-align: center;
    padding: 12px 70px 14px;
    border: 1px solid #54A459;
    background-color: #54A459;
    border-radius: 30px;
    line-height: 1em;
}

.sns a:hover .btn,
.sale-site a:hover .btn,
.address-inner a:hover .place {
    opacity: 0.6;
    text-decoration: none;
}


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

.frame-top {
	background-image: url("../img/pc-frame-top.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 2.95vw;
}
.frame-middle {
	background-image: url("../img/pc-frame-middle.png");
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.frame-bottom {
	background-image: url("../img/pc-frame-bottom.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 2.95vw;
}
#sec_4 .inner {
	text-align: center;
}
#sec_4 .inner-row.row-01 {
	margin-bottom: 40px;
}
#sec_4 .inner-row.row-02 {
	margin-bottom: 25px;
}
#sec_4 .inner h2 {
	padding-bottom: 25px;
}
#sec_4 .inner h3 {
	font-size: 18px;
	font-weight: bold;
    margin-bottom: 5px;
}
#sec_4 .inner .title-1 {
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}
#sec_4 .inner .title-2{
	line-height: 1em;
	font-size: 24px;
	font-weight: bold
}
#sec_4 .inner .overview-01 .text-box {
	padding-top: 30px;
	font-weight: bold;
}
#sec_4 .inner h4 {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec_4 .inner h4::before,
#sec_4 .inner h4::after{
	content: "";
	background: url("../img/ttl-asset.png")no-repeat center top;
	background-size: contain;
	display: inline-block;
	width: 16px;
	height: 16px;
}
#sec_4 .inner h4::before{
	margin-right: 8px;
}
#sec_4 .inner h4::after {
	margin-left: 8px;
}
#sec_4 .section-title {
    margin-bottom: 20px;
}
#sec_4 .text-box-wrap .text-02 {
	font-size: 24px;
}
#sec_4 .text-box-wrap .text-03 {
	font-size: 14px;
}
#sec_4 .text-box-wrap .text-04 {
	font-size: 14px;
}
#sec_4 .text-box-wrap .text-04 span {
	font-size: 20px;
}
#sec_4 .text-box-wrap .text-05 {
	font-size: 18px;
}
#sec_4 .text-box-wrap .text-06{
	font-size: 24px;
}
#sec_4 .text-box-wrap .text-06 span {
	font-size: 14px;
}
#sec_4 .text-box-wrap .text-07 {
	font-size: 18px;
}
#sec_4 .text-box-wrap .text-08 {
	font-size: 14px;
	font-weight: 500;
}

#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 {
}
.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: 0;
    font-size: 16px;
}
.sec_4 .inner .contact h3{
    margin-bottom: 0!important;
    font-size: 16px!important;
}
.sec_4 .contact p {
    margin-bottom: 14px;
}

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

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

.sec_4 .row_01 .ttl {
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.5em;
}
.tickets__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;
}


/***************************************
チケットに関する注意点
 ***************************************/
                        
.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 .text-area {
	text-align: left;
}
.address-info .text-area .text-1 {
	font-weight: bold;
	padding: 12px 0 5px;
}
.address-info .text-area ul {
	padding-left: 1em;
}
.address-info .text-area ul li {
	list-style: disc;
}

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: 600 / 337;
}
.g_map_inner iframe {
  width: 100%;
  height: 100%;
}
#sec_6 .place {
    font-size: 16px;
	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%;
}

/***************************************
GOODS #sec_5
***************************************/
#sec_5 .comingsoon {
	text-align: center;
	font-family: "Merriweather", serif;
    padding: 12px 0;
    font-size: 20px;
    font-weight: bold;
}
/***************************************
11.ご来場になる方へ #sec_8
***************************************/
#sec_8 {
	padding: 80px 0;
}
#sec_8 .text-area {
    text-align: center;
}
#sec_8 .row_01 h4 {
	font-size: 20px;
}
#sec_8 .row_01 ul {
	font-size: 16px;
}
#sec_8 .text-area .text-1 {
    font-size: 1.6875em;
    font-weight: 500;
    padding: 35px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

#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) {
	body {
		background: url(../img/sp-bg.jpg) no-repeat center top;
		background-size: 100% 100%;
		background-attachment: fixed;
		background-position: center;
	}
	a, button {
	  -webkit-tap-highlight-color: transparent;
	}
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    /*ヘッダー*/
    header {
        height: 60px;
		background-color: #5F4320;
    }

	section {
		padding: 0;
	}
    section .inner {
		width: 91.8%;
	}

	.mv {
		background: url("../img/sp-mv.jpg") no-repeat center top / 100% auto;
        padding-top: calc(2831 / 2000 * 100%);
		position: relative;
		z-index: 21;
	}
	section h2 {
		font-size: 36px;
	}
	#sec_1 .text-01 {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	#sec_3 ul {
		padding: 15px 0 0;
	}
	section h2.ttl_02 {
		padding-bottom: 0;
	}
	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: 15px;
	}
	section.sec_2 h2 {
		line-height: 1em;
	}
	#sec_4 .place a {
		font-size: 16px;
	}
	section .inner, #sec_1 .inner {
		width: 90.5%;
		margin: 0 auto;
	}
	section h2 {
		padding-top: 70px;
	}
	#sec_1 .inner {
		padding: 0;
	}
	.sns .btn, .map .btn, .other-info .btn-area .btn {
		padding: 8px 1em 10px;
	}
	/*余白*/
	#sec_1 {
		padding: 32px 0 0;
	}
    #sec_1 .text-area {
        font-size: 16px;
		font-weight: bold;
        padding: 15px 8px;
    }
	#sec_1 .text-01 {
		font-size: 14px;
		padding-bottom: 14px;
		text-align: left;
	}
    .sec_1 .text-area p {
        font-size: 18px;
    }
	.sec_1 .text-area p.text-02 {
        font-size: 24px;

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

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

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

	#sec_4 h2.ttl_02 {
        margin: 0 auto 24px;
        height: 54px;
    }
    #sec_4 .inner .title-1 {
		font-size: 12px;
        line-height: 1.2em;
        padding-bottom: 5px;
	}
	#sec_4 .inner h3 {
		font-size: 16px;
	}
	#sec_4 .inner .title-2 {
		font-size: 18px;
	}
	#sec_4 .inner .overview-01 {
        padding: 5px 0;
	}
	#sec_4 .inner .overview-01 .text-box {
		padding-top: 18px;
	}
	#sec_4 .text-box-wrap .text-06 span {
		font-size: 12px;
	}
	#sec_4 .text-box-wrap .text-07 {
		font-size: 16px;
		line-height: 1.4em;
	}
	.sale-site a {
		margin: 0 auto 18px;
	}
	.frame-top {
		background-image: url(../img/sp-frame-top.png);
		height: 4.6vw;
	}
	.frame-middle {
		background-image: url(../img/sp-frame-middle.png);
	}
	.frame-bottom {
		background-image: url(../img/sp-frame-bottom.png);
		height: 4.6vw;
	}
	#sec_4 .inner-row.row-01 {
		margin-bottom: 25px;
	}
	#sec_4 .inner h4 {
		font-size: 14px;
	}
	#sec_4 .text-box-wrap .text-02 {
		font-size: 16px;
	}
	#sec_4 .text-box-wrap .text-03 {
		font-size: 12px;
	}
	#sec_4 .text-box-wrap .text-04 {
		font-size: 12px;
		line-height: 1em;
		padding-top: 5px;
	}
	#sec_4 .text-box-wrap .text-04 span {
		font-size: 16px;
	}
	#sec_4 .text-box-wrap .text-05 {
		font-size: 16px;
	}
	.day-time {
		line-height: 1em;
		padding-top: 5px;
	}
	#sec_4 .inner h4 {
		line-height: 1em;
		padding-bottom: 6px;
	}
	#sec_4 .inner h4::before, #sec_4 .inner h4::after {
		content: "";
		background: url(../img/ttl-asset.png) no-repeat center top;
		background-size: contain;
		display: inline-block;
		width: 12px;
		height: 12px;
	}
	#sec_4 .inner h4::after {
		margin-left: 7.25px;
	}
	#sec_4 .inner h4::before {
		margin-right: 7.25px;
	}
	#sec_4 .text-box-wrap .text-08 {
		font-size: 12px;
	}
    .sec_4 .price {
        text-align: center;
        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;
	}
	.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 .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;
    }
	.address-inner a {
		margin: 8px auto 12px;
	}
    .sec_4 .price-area span.f_l {
        display: block;
    }

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

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

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

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

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

    .sec_4 .row_01 {
        width: 87%;
        margin: 0 auto;
        padding-top: 50px;
    }
	.address-info .place-area .g_map {
	}
	#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;
	}
	.address-info .text-area ul {
		font-size: 14px;
	}
    #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: 14px 0 10px;
	}

    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;
    }
    .cast {
        display: block;
		padding-bottom: 0;
        margin: 0 auto;
		padding-top: 15px;
    }
	.cast__item p {
		margin-top: 16px;
	}
    .cast__item {
        width: 100%;
    }
	.guest {
		width: 100%;
	}
    .cast__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;
	}
	.address-info {
		margin-bottom: 0;
	}
	.other-info .btn-area a {
		margin: 16px auto 56px;
	}
	#sec_6 .other-info .btn-area {
		margin-bottom: 0;
	}
	#sec_6 .other-info .box-ttl-2 {
		margin-top: 24px;
	}
	#sec_6 .other-info .box-2 ul {
		display: block;
	}
	#sec_6 .other-info .box-2 ul {
		width: 100%;
	}
	#sec_6 .other-info .box-2 ul li {
		width: 60%;
		margin: 0 auto;
		padding-bottom: 16px;
	}
    #sec_8 .row_01 h4 {
        font-size: 20px;
        padding: 56px 0 8px;
    }
	#sec_8 .row_01 ul {
        font-size: 14px;
    }
	#sec_8 .contact p.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;
    }
	#sec_5 .comingsoon {
        padding: 5px 0;
        font-size: 16px;
	}
	.f-banner {
		width: 60%;
		margin: 0 auto 20px;
	}

}

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

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


@media screen and (min-width:768px) and (max-width:1024px) {
    .pc_only {
        display: block;
    }
	.ticket.pc_only {
		display: none;
	}
	section .inner, #sec_1 .inner {
		width: 70%;
	}
	.frame-top {
		background-image: url(../img/pc-frame-top.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 3.6vw;
	}
	.frame-bottom {
		background-image: url(../img/pc-frame-bottom.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 3.6vw;
	}

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