@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}





/*タイトルと日付を非表示*/
.page .entry-title {
  display: none;
}

.page .date-tags {
display: none;
}


.site-name-text{
  display: none;
}

.archive-title {
 display: none;
 }

.page .entry-title{
margin-top: 0;
}

.logo.logo-header.logo-text {
    display: none;
}

.main {
    background: transparent;
    padding-bottom: 0;
}

main#main {
    padding-top: 0;
    padding-bottom: 0;
}

/*footer#footer {
    display: none;
}*/

.content {
    margin-top: 0;
}

.entry-content {
    margin-top: 0em;
}

/*div#header-container {
    margin-bottom: -80px;
}*/

footer#footer {
    display: none;
}

.body {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.go-to-top-button {
    border-radius: 20px;
}

.go-to-top {
    position: fixed;
    display: block;
    left: 10px;
    bottom: 15px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
}






/*表リセット*/
table:not(.has-border-color) :where(th, td) {
    border: 0;
}

table th {
    background-color: transparent;
}

table tr:nth-of-type(2n+1) {
    background-color: transparent;
}

table tr:nth-of-type(2n+1) {
    background-color: transparent;
}

@media screen and (min-width:769px){
    .sp{
        display: none !important;
    }
}

@media screen and (max-width:768px){
    .pc{
        display: none !important;
    }
}






@media screen and (min-width: 960px){
.sp-br {
display:none;
}}

@media screen and (max-width: 959px){
.sp-br {
display:inline;
}}



@media screen and (min-width: 410px){
.sp-br2 {
display:none;
}}

@media screen and (max-width: 409px){
.sp-br2 {
display:inline;
}}






























.top-fv{
    position:relative;
    width:100%;
    height:100vh;
    min-height:620px;
    overflow:hidden;
}

.fv-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}

.fv-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
    z-index:2;
}

.fv-header{
    position:absolute;
    top:65px;
    left:0;
    width:100%;
    z-index:10;
}

/* PCメニュー */
.pc-nav ul{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:48px;
    margin:0;
    padding:0;
    list-style:none;
}

.pc-nav a{
    display:block;
    text-align:center;
    color:#fff;
    text-decoration:none;
}

.pc-nav a{
    position:relative;
    display:block;
}

.pc-nav a::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-12px;
    width:0;
    height:1px;
    background:#d7b15b;
    transition:.35s;
    transform:translateX(-50%);
}

.pc-nav a:hover::after{
    width:70%;
}




.pc-nav span{
    display:block;
    font-family: "Cinzel", serif;
    font-size:28px;
    letter-spacing:.08em;
    line-height:1;
    font-weight:400;
}

.pc-nav small{
    display:block;
    margin-top:12px;
    font-family:"Shippori Mincho", serif;
    font-size:13px;
    letter-spacing:.12em;
    font-weight:600;
}

/* FV中央 */
.fv-copy{
    position:relative;
    z-index:5;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:#fff;
    padding:0 20px;
}

.fv-copy img{
    width:230px;
    max-width:45vw;
    height:auto;
    margin-bottom:38px;
}

.fv-sub{
    margin:0 0 24px;
    font-family: "Cinzel", serif;
    font-size:38px;
    letter-spacing:.06em;
    line-height:1;
}

.fv-copy h1{
    margin:0;
    font-family: "Cinzel", serif;
    font-size:70px;
    letter-spacing:.06em;
    font-weight:400;
    line-height:1;
}

/* ハンバーガー */
.hamburger{
    display:none;
    position:absolute;
    top:0;
    right:24px;
    width:42px;
    height:32px;
    background:none;
    border:none;
    padding:0;
    z-index:30;
    cursor:pointer;
}

.hamburger span{
    display:block;
    width:100%;
    height:2px;
    background:#fff;
    margin:8px 0;
    transition:.3s;
}

/* SPメニュー */
.sp-nav{
    display:none;
}

/* SP */
@media screen and (max-width:768px){

    .top-fv{
        min-height:560px;
    }

    .fv-header{
        top:24px;
    }

    .pc-nav{
        display:none;
    }

    .hamburger{
        display:block;
    }

    .sp-nav{
        position:fixed;
        inset:0;
        display:flex;
        justify-content:center;
        align-items:center;
        background:rgba(0,0,0,.9);
        z-index:999;
        opacity:0;
        visibility:hidden;
        transition:.3s;
    }
	
	.hamburger{
    position:fixed;
    top:34px;
    right:24px;
    z-index:10002;
}

.sp-nav{
    z-index:9;
}

    .sp-nav.active{
        opacity:1;
        visibility:visible;
    }

    .sp-nav ul{
        list-style:none;
        margin:0;
        padding:0;
        text-align:center;
    }

    .sp-nav li{
        margin:0 0 28px;
    }

    .sp-nav a{
        color:#fff;
        text-decoration:none;
    }

    .sp-nav span{
        display:block;
        font-family: "Cinzel", serif;
        font-size:30px;
        letter-spacing:.08em;
        line-height:1;
    }

    .sp-nav small{
        display:block;
        margin-top:8px;
        font-family:"Shippori Mincho", serif;
        font-size:13px;
        letter-spacing:.12em;
    }

    .hamburger.active span:nth-child(1){
        transform:translateY(10px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2){
        opacity:0;
    }

    .hamburger.active span:nth-child(3){
        transform:translateY(-10px) rotate(-45deg);
    }

    .fv-copy img{
        width:170px;
        max-width:55vw;
        margin-bottom:30px;
    }

    .fv-sub{
        font-size:24px;
        margin-bottom:18px;
    }

    .fv-copy h1{
        font-size:42px;
    }
	
	
	.sp-nav a{
    position:relative;
    display:inline-block;
    color:#fff;
    text-decoration:none;
    transition:.35s ease;
}

.sp-nav a::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-10px;
    width:0;
    height:1px;
    background:#d7b15b;
    transform:translateX(-50%);
    transition:width .35s ease;
}

.sp-nav a:hover::after,
.sp-nav a:focus::after{
    width:70%;
}

.sp-nav a:hover span,
.sp-nav a:hover small,
.sp-nav a:focus span,
.sp-nav a:focus small{
    color:#d7b15b;
}

.sp-nav span,
.sp-nav small{
    transition:color .35s ease;
}
}

































.about-section {
    position: relative;
    /* width: 100%; */
    min-height: 720px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}

.about-bg{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,.25) 0%,
            rgba(0,0,0,.35) 50%,
            rgba(0,0,0,.9) 82%,
            #000 100%
        ),
        url("/wp-content/uploads/2026/06/livekenny_back_1_1.jpg") center top / cover no-repeat;
    z-index:1;
}

.about-bg::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35); /* 数値で濃さ調整 */
}

.about-inner{
    position:relative;
    z-index:2;
    width:min(100%, 1200px);
    margin:0 auto;
    padding:150px 0px 120px 0px;
}

p.about-lead {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.75;
    letter-spacing: .06em;
    font-weight: 700;
}

.about-section h2 {
    margin: 0 0 85px;
    font-size: 60px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 700;
}

.about-text{
    max-width:760px;
}


.about-text p{
    margin:0;
    font-size:21px;
    line-height:2;
    letter-spacing:.06em;
}

.about-text p.about-title {
    margin: 0 0 24px;
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: .06em;
    font-weight: 700;
}


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

    .about-section{
        min-height:auto;
    }

    .about-bg{
        background:
            linear-gradient(
                to bottom,
                rgba(0,0,0,.25) 0%,
                rgba(0,0,0,.5) 45%,
                rgba(0,0,0,.92) 78%,
                #000 100%
            ),
            url("/wp-content/uploads/2026/06/livekenny_back_1_1.jpg") center top / cover no-repeat;
    }

    .about-inner{
        padding:50px 0;
    }

    p.about-lead{
        font-size:18px;
        line-height:1.8;
/*         margin-bottom:22px; */
    }

    .about-section h2{
        font-size:clamp(1.625rem, 1.089rem + 2.68vw, 2.375rem);
        line-height:1.4;
        margin-bottom:60px;
    }

    .about-text p{
        font-size:16px;
        line-height:2;
    }
	
	
    .about-text p.about-title{
        font-size:22px;
        line-height:1.7;
        margin-bottom:20px;
    }

    .about-text p br{
        display:none;
    }
}


































.show-section {
    position: relative;
    min-height: 720px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    background: #000;
    overflow: hidden;
}

.show-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to bottom,
            #000 0%,
            rgba(0,0,0,.8) 10%,
            rgba(0,0,0,.35) 25%,
            rgba(0,0,0,.35) 75%,
            rgba(0,0,0,.6) 100%
        ),
        url("/wp-content/uploads/2026/06/livekenny_back_2_1.jpg") center center / cover no-repeat;
    z-index: 1;
}

.show-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
}

.show-inner {
    position: relative;
    z-index: 2;
    width: min(100%, 1200px);
    min-height: 720px;
    margin: 0 auto;
    padding: 120px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.show-text {
    width: 620px;
    max-width: 100%;
    text-align: right;
}

p.show-lead {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: .08em;
    font-weight: 700;
}

.show-section h2 {
    margin: 0 0 52px;
    font-size: 46px;
    line-height: 1.65;
    letter-spacing: .08em;
    font-weight: 700;
}

.show-text p {
    margin: 0;
    font-size: 21px;
    line-height: 2;
    letter-spacing: .06em;
}

.show-text p strong {
    display: inline-block;
    margin-top: 4px;
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: .07em;
    font-weight: 700;
}

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

    .show-inner{
        justify-content:flex-end;
        align-items:center;
        padding:50px 0;
    }

    .show-text{
        width:100%;
        max-width:460px;
        margin-left:auto;
        text-align:right;
    }

    .show-text p.show-lead{
        font-size:18px;
    }

    .show-text h2 {
        font-size: clamp(1.625rem, 1.089rem + 2.68vw, 2.375rem);
        line-height: 1.4;
        margin-right: -0.2em;
    }
	
	.show-text p strong {
    display: inline-block;
    margin-top: 4px;
    font-size: clamp(1.125rem, 0.991rem + 0.67vw, 1.313rem);
    line-height: 1.8;
    letter-spacing: .07em;
    font-weight: 700;
}

    .show-text p.show-title{
        font-size:20px;
    }

    .show-text p{
        font-size:15px;
        line-height:2;
    }

    .show-text p br{
        display:none;
    }

}

































.performer-section {
    background: #000;
    color: #fff;
    padding: 100px 0 120px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}

.performer-inner {
    width: min(100%, 1200px);
    margin: 0 auto;
    text-align: center;
}

.section-title h2 {
    margin: 0;
    font-size: 72px;
    line-height: 1;
    letter-spacing: .06em;
    font-weight: 400;
    background: linear-gradient(90deg, #8a541d, #f5d979, #8a541d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title p {
    margin: 24px 0 55px;
    font-size: 24px;
    font-weight: 700;
    color: #e2bd55;
}

.performer-slider {
    position: relative;
}

.performer-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.performer-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.performer-card.center {
    width: 330px;
    height: 430px;
}

.performer-card.side {
    width: 240px;
    height: 300px;
    opacity: .95;
}

.performer-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: none;
    border: none;
    color: #fff;
    font-size: 64px;
    cursor: pointer;
    line-height: 1;
}

.performer-arrow.prev {
    left: 40px;
}

.performer-arrow.next {
    right: 40px;
}

.performer-info {
    margin-top: 10px;
}

.performer-info h3 {
    margin: 0;
    font-size: 32px;
}

p#performerProfile {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 600;
}

.performer-job {
    margin: 0 0 22px;
    font-size: 26px;
    font-weight: 700;
}
p.performer-comment {
    width: 100%;
    max-width: 800px;
    margin: 30px auto 0;
    text-align: left;
    white-space: pre-line;
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
    max-height: 6em;
    overflow: hidden;
}

.insta-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #d7b15b;
    color: #000;
    border-radius: 10px;
    text-decoration: none;
    font-size: 28px;
}

.performer-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    width: min(100%, 700px);
    margin: 55px auto 0;
}

.performer-thumbs button {
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    opacity: .35;
    transition: .3s;
}

.performer-thumbs button.active {
    opacity: 1;
}

.performer-thumbs img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.performer-comment{
    white-space: pre-line;
}

.performer-info{
    text-align:center;
}

.performer-main,
.performer-info{
    opacity:1;
    transition:opacity 1s ease;
}

.performer-main.fade,
.performer-info.fade{
    opacity:0;
}

.performer-card img{
    transition: opacity 1.2s ease;
}

.performer-card img.is-changing{
    opacity: .25;
}

.performer-card img{
    transition: opacity 1.2s ease;
}

.performer-card img.is-changing{
    opacity: .25;
}

.performer-thumbs button.active{
    opacity: 1;
}

.performer-name-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
}

.performer-name-wrap h3{
    margin:0;
}

.performer-name-wrap .insta-btn{
    margin:0;
}


.insta-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    width:40px;
    height:40px;
    margin:30px auto 0;
    text-decoration:none;
    transition:.3s ease;
}

.insta-btn::before{
    content:"\f16d";
    font-family:"Font Awesome 5 Brands";
    font-size:35px;
    font-weight:400;
}

.insta-btn:hover{
    color:#fff;
    transform:scale(1.08);
}



.performer-title h2 {
    margin: 0;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 58px;
    line-height: 1;
    letter-spacing: .04em;
    background: linear-gradient(90deg, #6f4317 0%, #9f6d2e 15%, #d7b15b 40%, #f8e9a8 50%, #d7b15b 60%, #9f6d2e 85%, #6f4317 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.performer-title p {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .08em;
    background: linear-gradient(90deg, #8a5a20, #e0bc68, #8a5a20);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.performer-name-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.performer-sns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.youtube-btn {
    display: none;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #d7b15b;
    color: #000;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    transition: .3s ease;
}

.youtube-btn::before {
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 28px;
}

.youtube-btn:hover {
    opacity: .7;
}



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

    .performer-title h2{
        font-size:44px;
        line-height:1;
    }

    .performer-title p{
        margin-top:10px;
        font-size:20px;
        letter-spacing:.06em;
    }

}

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

    .performer-section {
        padding: 80px 0 90px;
    }

    .performer-inner {
        padding: 0 24px;
    }

    .section-title h2 {
        font-size: 44px;
    }

    .section-title p {
        font-size: 18px;
        margin: 16px 0 40px;
    }

    .performer-main {
        gap: 10px;
    }

        .performer-card.center {
        width: 58vw;
        height: 65vw;
        max-height: 500px;
    }

    .performer-card.side {
        width: 22vw;
        height: 42vw;
        opacity: .55;
    }

    .performer-arrow {
        font-size: 48px;
        top: 45%;
    }

    .performer-arrow.prev {
        left: -5px;
    }

    .performer-arrow.next {
        right: -5px;
    }

    .performer-info {
        margin-top: 35px;
    }

    .performer-info h3 {
        font-size: clamp(1.375rem, 1.196rem + 0.89vw, 1.625rem);
    }

    .performer-job {
        font-size: 20px;
    }

    .performer-comment {
        font-size: 14px;
        line-height: 1.9;
    }

    .performer-thumbs {
        grid-template-columns: repeat(5, 1fr);
        margin-top: 45px;
    }
	
	.insta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 30px auto 0;
    text-decoration: none;
    transition: .3s ease;
}

.insta-btn::before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-size: 25px;
    font-weight: 400;
}
	
	.youtube-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    transition: .3s ease;
}
	
.youtube-btn::before {
    font-size: 25px;
    font-weight: 400;
}	
}


























/*スライドショー*/

.photo-flow-section{
    background:#000;
    padding:80px 0;
    margin-right:calc(50% - 50vw);
    margin-left:calc(50% - 50vw);
    overflow:hidden;
}

.photo-flow{
    width:100%;
    overflow:hidden;
}

.photo-track{
    display:flex;
    gap:32px;
    width:max-content;
    animation:photoLoop 55s linear infinite;
}

.photo-item{
    flex:0 0 230px;
    height:260px;
}

.photo-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

@keyframes photoLoop{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

@media screen and (max-width:768px){
    .photo-flow-section{
        padding:60px 0;
    }

    .photo-track{
        gap:18px;
        animation-duration:120s;
    }

    .photo-item{
        flex-basis:150px;
        height:190px;
    }
}
































/*システム*/

.system-section{
    background:#000;
    color:#fff;
    padding:100px 0 120px;
    margin-right:calc(50% - 50vw);
    margin-left:calc(50% - 50vw);
    padding-right:calc(50vw - 50%);
    padding-left:calc(50vw - 50%);
    overflow:hidden;
}

.system-inner{
    width:min(100%, 1000px);
    margin:0 auto;
    text-align:center;
}

.system-title{
    margin-bottom:90px;
}

.system-block{
    width:100%;
}

.system-heading{
    width:100%;
    padding:12px 20px;
    background:linear-gradient(
        90deg,
        #874a19 0%,
        #c79638 25%,
        #fff3b0 50%,
        #c79638 75%,
        #874a19 100%
    );
    color:#000;
    font-size:36px;
    line-height:1;
    font-weight:700;
    letter-spacing:.04em;
}

.stage-list{
    display:flex;
    justify-content:center;
    gap:45px;
    margin:40px 0 50px;
}

.stage-circle{
    width:250px;
    height:250px;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#000;
}

.stage-1{
    background:#fff3bd;
}

.stage-2{
    background:#f7df84;
}

.stage-3{
    background:#e6c322;
}

.stage-circle p{
    margin:0 0 8px;
    font-size:29px;
    line-height:1;
    font-weight:700;
}

.stage-circle span{
    font-size:58px;
    line-height:1;
    font-weight:700;
}

.system-price{
    margin-top:20px;
}

p.price-main{
    margin:0 0 12px;
    font-size:32px;
    line-height:1.5;
    font-weight:600;
}

p.price-note{
    margin:0;
    font-size:22px;
    line-height:1.7;
    font-weight:600;
}

.menu-block{
    margin-top:150px;
}

.menu-text{
    margin-top:48px;
}

p.drink{
    margin:0 0 5px;
    font-size:32px;
    line-height:1.5;
    font-weight:600;
}

p.menu-note{
    margin:0 0 64px;
    font-size:22px;
    line-height:1.7;
}

p.food{
    margin:0 0 5px;
    font-size:30px;
    line-height:1.6;
    font-weight:600;
}

p.food-note{
    margin:0;
    font-size:21px;
    line-height:1.7;
}


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

    .system-section{
        padding:80px 0 90px;
    }

    .system-inner{
        padding:0 24px;
    }

    .system-title{
        margin-bottom:70px;
    }

    .system-heading{
        padding:10px 16px;
        font-size:26px;
    }

/*     .stage-list{
        flex-direction:column;
        align-items:center;
        gap:24px;
        margin:36px 0 42px;
    }

    .stage-circle{
        width:220px;
        height:220px;
    }

    .stage-circle p{
        font-size:24px;
    }

    .stage-circle span{
        font-size:50px;
    } */
	
	.stage-list{
        display:grid;
        grid-template-columns:1fr;
        gap:14px;
        margin:34px 0 42px;
    }

    .stage-circle {
        width: 100%;
        max-width: 350px;
        height: auto;
        min-height: 96px;
        border-radius: 999px;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 28px;
        margin: 0 auto;
    }

    .stage-circle p{
        margin:0;
        font-size:22px;
        line-height:1;
    }

    .stage-circle span{
        font-size:46px;
        line-height:1;
    }

    p.price-main{
        font-size:24px;
    }

    p.price-note{
        font-size:16px;
    }

    .menu-block{
        margin-top:100px;
    }

    .menu-text{
        margin-top:36px;
    }

    p.drink{
        font-size:24px;
    }

    p.menu-note{
        font-size:16px;
        margin-bottom:50px;
    }

    p.food{
        font-size:23px;
    }

    p.food-note{
        font-size:16px;
    }
}































/*news*/

.news-section{
    background:#000;
    color:#fff;
    padding:120px 0 0 0;
    margin-right:calc(50% - 50vw);
    margin-left:calc(50% - 50vw);
    padding-right:calc(50vw - 50%);
    padding-left:calc(50vw - 50%);
}

.news-inner{
    width:min(100%, 1200px);
    margin:0 auto;
}

.news-title{
    margin-bottom:80px;
    text-align:center;
}

.instagram-feed{
    width:100%;
}

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

    .news-section{
        padding:60px 24px 0 24px;
    }

    .news-title{
        margin-bottom:50px;
    }

}
































/*初めての方へ*/

.guide-section{
    background:#000;
    color:#fff;
    padding:110px 0 130px;
    margin-right:calc(50% - 50vw);
    margin-left:calc(50% - 50vw);
    padding-right:calc(50vw - 50%);
    padding-left:calc(50vw - 50%);
}

.guide-inner{
    width:min(100%, 1000px);
    margin:0 auto;
}

.guide-title{
    margin-bottom:90px;
    text-align:center;
}

.guide-item{
    margin-bottom:28px;
}

.guide-question {
    width: 100%;
    max-width: 1000px;
    padding: 18px 30px;
    background: #735f22;
    color: #fff;
    border: none;
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0;
    cursor: pointer;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
	position:relative;
}

.guide-question::after{
    content:"+";
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    transition:.3s;
}


.guide-item.active .guide-question::after{
    content:"-";
}

.guide-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .45s ease;
}

.guide-answer p{
    margin:28px 30px 42px;
    font-size:24px;
    line-height:2;
    font-weight:500;
    letter-spacing:.06em;
}

.guide-item.active .guide-answer{
    max-height:300px;
}


a.welcome-link {
    color: #fff;
}


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

    .guide-section{
        padding:80px 0 90px;
    }

    .guide-inner{
        padding:0 24px;
    }

    .guide-title{
        margin-bottom:55px;
    }

    .guide-item{
        margin-bottom:18px;
    }

    .guide-question{
        padding:14px 10px 14px 10px;
        font-size:17px;
    }

    .guide-answer p{
        margin:20px 18px 30px;
        font-size:15px;
        line-height:2;
    }

}































/*アクセス*/

.access-section{
    background:#000;
    color:#fff;

    margin-right:calc(50% - 50vw);
    margin-left:calc(50% - 50vw);
    padding-right:calc(50vw - 50%);
    padding-left:calc(50vw - 50%);
}

.access-inner{
    width:min(100%,1000px);
    margin:0 auto;
    padding:110px 0 90px;
    text-align:center;
}

.access-title{
    margin-bottom:80px;
}

.access-info h3 {
    margin: 0 0 0.3em;
    font-size: 58px;
    font-weight: 500;
    line-height: 1;
}



.access-info p.huri {
    margin-bottom: 2em;
    margin-top: -12px;
    font-size: 18px;
}

.access-info p {
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}

.access-info .zip{
    margin-bottom:10px;
}

.access-info .address{
    margin-bottom:10px;
}

.access-info .tel{
    margin-bottom:10px;
}

.access-info .tel a{
    color:#fff;
    text-decoration:none;
}

.access-info .open{
    margin-bottom:50px;
}
.access-map {
    /* width: 100vw; */
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.access-map iframe{
    display:block;
    width:100%;
    height:500px;
    border:0;
}

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

    .access-inner{
        padding:80px 24px 70px;
    }

    .access-title{
        margin-bottom:50px;
    }

    .access-info h3{
        font-size:34px;
/*         margin-bottom:35px; */
    }

    .access-info p{
        font-size:18px;
        line-height:1.6;
    }

    .access-info .open{
        margin-bottom:40px;
    }

    .access-map iframe{
        height:320px;
    }

}



























figure.wp-block-image.size-full.wantedimg {
    max-width: 1000px;
    margin: 0 auto;
}


/*フッター*/

.foot-1 p {
    text-align: center;
    margin: 5em 0 5em 0;
}


.fixed-reserve-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;
    padding: 0 45px;
    background: rgba(0, 0, 0, .92);
    border: 1px solid #d7b15b;
    border-radius: 999px;
    color: #d7b15b;
    text-decoration: none;
    font-weight: 700;
    font-size: 21px;
    backdrop-filter: blur(8px);
    transition: .3s;
}

/* 
.fixed-reserve-btn::before{

    content:"\f095";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
} */

.fixed-reserve-btn:hover{

    background:#d7b15b;
    color:#000;
}

@media(max-width:768px){

    .fixed-reserve-btn {
        right: 15px;
        bottom: 15px;
        height: 50px;
        padding: 0px 20px;
        font-size: 18px;
    }

}








.performer-comment{
    max-height: 7.5em;
    overflow: hidden;
    transition: max-height .5s ease;
}

.performer-info.is-open .performer-comment{
    max-height: 1000px;
}

.performer-more-btn{
    display:block;
    margin:30px auto 0;
    padding:10px 28px;
    background:transparent;
    border:1px solid #d7b15b;
    color:#d7b15b;
    font-size:15px;
    letter-spacing:.08em;
    cursor:pointer;
    transition:.3s;
}

.performer-more-btn:hover{
    background:#d7b15b;
    color:#000;
}


































.footer{
    padding:40px 20px;
    background:#000;
    text-align:center;
}

.copyright{
    margin:0;
    color:#999;
    font-size:13px;
}

.privacy-link{
    display:inline-block;
    margin-top:10px;
    color:#999;
    font-size:13px;
    text-decoration:none;
    transition:.3s;
}

.privacy-link:hover{
    color:#d7b15b;
}

@media(max-width:768px){
.footer {
    margin-bottom: 30px;
}
}

































/*翻訳*/

.fv-lang{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:10000;
    width:100%;
    height:58px;
/*     background:#000; */
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding:0 42px;
}

.fv-lang ul{
    display:flex !important;
    align-items:center !important;
    flex-direction:row !important;
    gap:0 !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}

.fv-lang li{
    display:flex !important;
    align-items:center;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}

.fv-lang li::before,
.fv-lang li::after,
.fv-lang li::marker{
    content:none !important;
    display:none !important;
}

.fv-lang li:not(:last-child)::after{
    content:"|" !important;
    display:block !important;
    color:#fff;
    opacity:.75;
    margin:0 28px;
    font-size:18px;
    line-height:1;
}

.fv-lang a{
    color:#fff !important;
    text-decoration:none !important;
    font-size:18px;
    line-height:1;
    letter-spacing:.12em;
    font-weight:300;
    opacity:1;
}

.fv-lang .current-lang a{
    color:#fff !important;
}

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

    .fv-lang{
        height:46px;
        padding:0 16px;
        justify-content:flex-start;
    }

    .fv-lang li:not(:last-child)::after{
        margin:0 14px;
        font-size:13px;
    }

    .fv-lang a{
        font-size:13px;
        letter-spacing:.08em;
    }
}































/*最新情報関係*/

.info-inner {
    width: min(100%, 1200px);
    margin: 0 auto;
    text-align: center;
}


/*バグ修正*/

.blogcard.external-blogcard.eb-left.cf {
    display: none;
}