body{ 
    font-family: "heisei-maru-gothic-std", sans-serif; 
    font-style: normal;
}


/* SP版 */
@media (max-width: 1000px) {
    [id]{
        scroll-margin-top: 0;
      }
    
    body{
        padding-top: 0;
        background-color: #e07b83;
    }
    header{
        display: none;
    }

    section#kv{
        width: 100%;
        position: relative;
    }

    section#kv .main{
        position: relative;
        width: 100%;
        height: 100vh;
        margin: 0 auto;
        background-image: url(../assets/KV_SP_photo.jpg);
        background-position: top center;
        background-size: cover;
    }

    section#kv .main img.name{}

    section#kv .main .promoter{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        left: 0px;
        top: 0px;
        text-align: center;
    }

    section#kv .main .promoter img{
        width: 176px;
        display: block;
        margin: 0 auto;
    }

    section#kv .main .promoter p{
        color: white;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5.5px;
        margin-top: 10px;
    }
    section#kv .main .promoter h3{
        color: white;
        font-weight: 800;
        font-size: 24px;
        line-height: 18px;
    }

    section#kv .main .announce{
        position: absolute;
        display: block;
        width: 100%;
        height: auto;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: 0 auto;
        padding-bottom: 40px;
        background-image: url(../assets/KV_gradation.png);
        background-size: auto 100%;     /* 高さを100%に合わせる（幅は自動） */
        background-repeat: repeat-x;    /* 横方向だけ繰り返す */
        background-position: left top;  /* 開始位置（好みで center top でもOK） */
    }

    section#kv .main .announce img.kvtitle{
        width: 75%;
        max-width: 350px;
        display: block;
        margin: 0 auto;
        height: auto;
        margin-bottom: -12px;
    }

    section#kv .main .announce img.kvbudokan{
        width: 90%;
        max-width: 450px;
        display: block;
        margin: 0 auto 12.5px auto;
        height: auto;
    }

    section#kv .blur{
        width: 100%;
        height: 642px;
        margin: 0 auto;
        background-image: url(../assets/blur.jpg);
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: 0;
        z-index: -1;
    }
    section#message{
        width: 100%;
        height: 265px;
        background-color: #E07B83;
    }

    section#message .wrap{
        width: 100%;
        height: 265px;
        display: block;
        margin: 0 auto;
        position: relative;
    }

    section#message .wrap p{
        color: white;
        font-size: 15px;
        line-height: 23px;
        text-align: center;
        padding-top: 28px;
        margin: 0;
    }

    section#message .wrap img{
        display: block;
        position: absolute;
    }

    section#message .wrap img.right{}

    section#message .wrap img.left{}
    
    section#about{
        width: 100%;
        height: auto;
        background-color: #fff;
        border-bottom: solid 1px #fff;
    }

    section#about .wrap{
        width: 100%;
        margin: 0 auto;
        padding-top: 46.8px;
    }

    section#about .wrap .makura{
     width: 210px;
     height: 38.8px;  
     padding: 9.5px 0;
     margin: 0 auto;
     background-image: url(../assets/h1_makura_pink.png); 
     margin-bottom: 12px;
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
    }

    section#about .wrap h2{
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 20px;
        text-align: center;
        color: #fff;
    }

    .two-col-table{
        width: 100%;
        margin: 0;
        table-layout: auto;
      }
    
      /* .two-col-table tr{
        display: block;
        border-top: 1px solid #f2f2f2;
      } */
      .two-col-table th,
        .two-col-table td{
        border-top: none; /* 念のため */
        }

        /* 2行目以降だけ、行の上に 24px の線を中央配置 */
        .two-col-table tr + tr{
        background-image: linear-gradient(#f2f2f2, #f2f2f2);
        background-repeat: no-repeat;
        background-size: 24px 1px;     /* 幅24px・高さ1px */
        background-position: center top; /* 中央寄せで上端 */
        }
      .two-col-table tr:first-child{
        border-top: none; /* 最上段は罫線なし */
      }

    
      /* セルを縦に積む */
      .two-col-table th,
      .two-col-table td{
        display: block;
        width: 100%;
        border-top: none;      /* 罫線はtr側で管理する */
        padding: 0;       /* SPは少し詰める。28pxのままが良ければ 28px に */
        vertical-align: top;
        text-align: center;
      }
    
      /* 左カラム（1つ目）は幅固定を解除 */
      .two-col-table th:first-child,
      .two-col-table td:first-child{
        width: auto;
        font-size: 17px;       /* 好みで調整 */
        line-height: 17px;
        color: #B6CE78;
        font-weight: 800;
        padding-top: 24.5px;
      }
    
      /* 右カラム（2つ目） */
      .two-col-table th:nth-child(2n),
      .two-col-table td:nth-child(2n){
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;        /* ラベル（左）との間を詰める */
        padding-bottom: 24.5px;
        color: #646464;
      }
    
    
    section#ticket{
        width: 100%;
        background-color: #fff;
        padding-bottom: 34px;
    }

    section#ticket .wrap{
        width: 88%;
        margin: 0 auto;
        padding-top: 75px;
    }

    section#ticket .wrap img{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 46.5px;
    }

    section#ticket .wrap .makura{
        width: 210px;
        height: 38.8px;  
        padding: 9.5px 0;
        margin: 0 auto;
        background-image: url(../assets/h1_makura_green.png); 
        margin-bottom: 57px;
        background-size: cover;
       }
   
    section#ticket .wrap h2{
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 20px;
        text-align: center;
        color: #fff;
    }
    
    section#ticket .wrap h3{
        width: 95%;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 26px;
        text-align: left;
        color: #646464;
        margin-bottom: 15px;
    }

    section#ticket .wrap h3 span{
    }

    section#ticket .wrap .border{
        width: 100%;
        height: 3px;
        background-color: #B6CE78;
        border-radius: 1.5px;
        margin-bottom: 38px;
    }

    section#ticket .wrap p.notice{
        font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
        font-size: 12px;
        letter-spacing: 0.75px;
        color: #646464;
        font-weight: bold;
        margin-bottom: 25px;
    }

    section#ticket .wrap .wrap-announce{
        width: 100%;
        border: solid 2px #b6ce78;
        border-radius: 10px;
    }

    section#ticket .wrap .wrap-announce h3{
        width: 100%;
        height: 54px;
        text-align: center;
        color: white;
        font-size: 18px;
        font-weight: bold;
        line-height: 51px;
        background-color: #B6CE78;
        border-radius: 4px 4px 0 0;
    }

    section#ticket .wrap .wrap-announce .inner{
        width: 95%;
        margin: 0 auto;
        padding-bottom: 44px;
    }

    section#ticket .wrap .wrap-announce .inner p.shime{
        font-size: 21px;
        color: #646464;
        text-align: center;
        line-height: 21px;
        margin-top: 30px;
        margin-bottom: 26px;
    }
    section#ticket .wrap .wrap-announce .inner p.shime span{
        font-size: 16px;
    }

    section#ticket .wrap .wrap-announce .inner p.cv{
        font-size: 14px;
        color: #646464;
        text-align: center;
        line-height: 14px;
        margin-top: 25px;
        margin-bottom: 13px;
    }

    section#ticket .wrap .wrap-announce .inner a{
        width: 250px;
        display: block;
        margin: 0 auto;
    }

    section#ticket .wrap .wrap-announce .inner a img{
        width: 100%;
        margin-bottom: 25px;
    }

    section#ticket .wrap .wrap-announce .inner p.uketsuke{
        font-size: 14px;
        font-weight: normal;
        color: #646464;
        text-align: center;
        line-height: 14px;
        margin-top: 25px;
        margin-bottom: 16px;
    }

    section#ticket .wrap .wrap-announce .inner p.operator{
        font-size: 14px;
        font-weight: bold;
        color: #646464;
        text-align: center;
        line-height: 14px;
    }

    section#ticket .wrap .wrap-announce .inner img.tell{
        width: 260px;
        height: auto;
        margin: 0 auto;
    }

    section#ticket .wrap .wrap-announce .inner p.sub{
        font-size: 10px;
        color: #646464;
        text-align: center;
        line-height: 10px;
    }

    section#ticket .wrap .wrap-announce .inner hr{
        border-color: black;
    }



    footer{
        width: 100%;
        height: 30px;
        background-color: #e07b83;
        text-align: center;
        color: #fff;
        font-size: 9px;
        line-height: 9px;
        padding-top: 10.5px;
    }
    .hamburger{
        position: fixed;
        top: 17px;
        left: 19px;
        z-index: 9999;
        width: 60px;
        height: 60px;
        background-color: #e07b83;
        padding: 0;
        border: 0;
        cursor: pointer;
        border: none;
        border: solid 1px #e07b83;
        box-sizing: border-box;
      }
    
      .hamburger span{
        position: absolute;
        left: 12px;
        right: 12px;
        height: 1px;
        background: #fff;
        border-radius: 1px;
        transform-origin: center;
        will-change: top, transform, left, right;
      }
    
      /* 2本線 */
      .hamburger span:nth-child(1){ top: 18px; }
      .hamburger span:nth-child(2){ top: 26px; }
    
      /* OPEN時：ばってん */
      .hamburger.is-open{
        border: solid 1px white;
      }

      .hamburger.is-open span{
        left: 11px;
        right: 11px;
      }


      .hamburger.is-open span:nth-child(1){
        top: 22px;
        transform: rotate(20deg);
      }
      .hamburger.is-open span:nth-child(2){
        top: 22px;
        transform: rotate(-20deg);
      }

      .hamburger p{
        color: white;
        width: 100%;
        position: absolute;
        text-align: center;
        font-size: 12px;
        line-height: 12px;
        bottom: 16px;
      }
    
      /* ====== Fullscreen Menu ====== */
      .sp-menu{
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100vh;
        background-color: #e07b83;
        z-index: 9998;              /* ハンバーガーより背面 */
        opacity: 0;
        visibility: hidden;
        transition: opacity .15s ease, visibility .15s ease;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    
      .sp-menu.is-open{
        opacity: 1;
        visibility: visible;
      }
    
      .sp-menu__list{
        list-style: none;
        margin: 0;
        padding: 200px 0 0 0;
        text-align: center;
        display: grid;
        gap: 25px;
      }

      .sp-menu__list img.kvtitle{
        width: 206px;
        display: block;
        margin: 0 auto -15px auto;

    }
      .sp-menu__list img.kvbudokan{
        width: 285px;
        display: block;
        margin: 0 auto;
    }
    
      .sp-menu__list a{
        text-decoration: none;
        color: #fff;
        font-size: 30px;
        letter-spacing: 2px;
        font-weight: 400;
      }

      .sp-menu img.right{
        width: 120px;
        display: block;
        position: relative;
        right: 10px;
        margin-left: auto;
      }
    
      /* メニュー表示中は背面スクロール禁止 */
      body.is-menu-open{
        overflow: hidden;
        touch-action: none;
      }



    .pc{display: none !important;}
    .sp{display: block !important;}
}

/* PC版 */
@media (min-width: 1001px) {
    [id]{
        scroll-margin-top: 78px;
      }
    
    body{
        padding-top: 78px;
        background-color: #e07b83;
    }
    header{
        width: 100%;
        height: 78px;
        background-color: #fff;
        position: fixed;
        top:0;
        z-index: 1;
    }
    header a.navilogo{
        position: absolute;
        top: 17px;
        left: 67px;
        display: block;
    }
    header a img{
        width: auto;
        height: 50px;
        display: block;
    }
    header ul{
        position: absolute;
        top: 29px;
        right: 55px;
    }
    header ul li{
        display: inline-block;
        margin-left: 28px;
    }
    header ul li a{
        color: #646464;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 20px;
        font-weight: 400;
    }

    section#kv{
        width: 100%;
        position: relative;
    }

    section#kv .main{
        position: relative;
        width: 868px;
        height: 642px;
        margin: 0 auto;
        background-image: url(../assets/KV_PC_photo.jpg);
        background-position: center center;
        background-size: cover;
    }

    section#kv .main img.name{
        position: absolute;
        display: block;
        width: 95px;
        height: auto;
        right: -52px;
        top: 20px;
        mix-blend-mode: screen;
    }

    section#kv .main .promoter{
        position: absolute;
        display: block;
        width: 275px;
        height: auto;
        left: 75px;
        top: 65px;
        text-align: left;
    }

    section#kv .main .promoter img{
        width: 265px;
        margin: auto;
    }

    section#kv .main .promoter p{
        color: white;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 12px;
        margin-top: 18.5px;
    }
    section#kv .main .promoter h3{
        color: white;
        font-weight: 800;
        font-size: 33px;
        line-height: 24px;
    }

    section#kv .main .announce{
        position: absolute;
        display: block;
        width: 415px;
        height: auto;
        left: 0px;
        right: 0px;
        bottom: 32.5px;
        margin: 0 auto;
        padding: 0;
        background-image: none;
    }

    section#kv .main .announce img.kvtitle{
        width: 300px;
        display: block;
        margin: 0 auto;
        height: auto;
        margin-bottom: -28px;
    }

    section#kv .main .announce img.kvbudokan{
        width: 100%;
        display: block;
        margin: 0 auto;
        height: auto;
    }

    section#kv .blur{
        width: 100%;
        height: 642px;
        margin: 0 auto;
        background-image: url(../assets/blur.jpg);
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: 0;
        z-index: -1;
    }
    section#message{
        width: 100%;
        height: 260px;
        background-color: #E07B83;
    }

    section#message .wrap{
        width: 868px;
        height: 260px;
        display: block;
        margin: 0 auto;
        position: relative;
    }

    section#message .wrap p{
        color: white;
        font-size: 20px;
        line-height: 34px;
        text-align: center;
        padding-top: 44px;
        margin: 0;
    }

    section#message .wrap img{
        display: block;
        position: absolute;
    }

    section#message .wrap img.right{
        bottom: 25px;
        right: -30px;
        width: 70px;
    }

    section#message .wrap img.left{
        top: 20px;
        left: -30px;
        width: 60px;
    }
    
    section#about{
        width: 100%;
        height: auto;
        background-color: #fff;
        border-bottom: solid 3px #fff;
    }

    section#about .wrap{
        width: 868px;
        margin: 0 auto;
        padding-top: 75px;
    }

    section#about .wrap .makura{
     width: 265px;
     height: 48.5px;  
     padding: 9.5px 0;
     margin: 0 auto;
     background-image: url(../assets/h1_makura_pink.png); 
     margin-bottom: 22px;
    }

    section#about .wrap h2{
        font-size: 30px;
        letter-spacing: 3px;
        line-height: 30px;
        text-align: center;
        color: #fff;
    }

    .two-col-table{
        width: 805px;
        margin: 0 auto;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed; /* 左200pxを安定させる */
      }
    
      /* 左カラム 200px 固定 */
      .two-col-table th:first-child,
      .two-col-table td:first-child{
        width: 200px;
        color: #B6CE78;
        font-size: 25px;
        line-height: 30px;
      }

      .two-col-table th:nth-child(2n),
      .two-col-table td:nth-child(2n){
        color: #646464;
        font-size: 20px;
        line-height: 30px;
      }
    
      /* 共通：上揃え + 上下28px余白 + 横罫線（上側のみ） */
      .two-col-table th,
      .two-col-table td{
        vertical-align: top;
        padding: 28px 0;            /* 左右余白が必要なら 28px 16px 等に */
        border-top: 1px solid #f2f2f2; /* 横のみ */
        text-align: left;
      }
    
      /* 最上段は罫線なし */
      .two-col-table tr:first-child th{
        border-top: none;
      }
    
    section#ticket{
        width: 100%;
        background-color: #fff;
        padding-bottom: 80px;
    }

    section#ticket .wrap{
        width: 868px;
        margin: 0 auto;
        padding-top: 75px;
    }

    section#ticket .wrap img{
        width: 80%;
        margin: 0 auto;
        margin-bottom: 34px;
    }

    section#ticket .wrap .makura{
        width: 265px;
        height: 48.5px;  
        padding: 9.5px 0;
        margin: 0 auto;
        background-image: url(../assets/h1_makura_green.png); 
        margin-bottom: 57px;
       }
   
    section#ticket .wrap h2{
        font-size: 30px;
        letter-spacing: 3px;
        line-height: 30px;
        text-align: center;
        color: #fff;
    }
    
    section#ticket .wrap h3{
        width: 100%;
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 30px;
        text-align: left;
        color: #646464;
        margin-bottom: 27px;
    }

    section#ticket .wrap h3 span{
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 20px;
        margin-left: 5px;
        color: #646464;
    }

    section#ticket .wrap .border{
        width: 100%;
        height: 3px;
        background-color: #B6CE78;
        border-radius: 1.5px;
        margin-bottom: 48px;
    }

    section#ticket .wrap p.notice{
        font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
        font-size: 15px;
        letter-spacing: 0.75px;
        color: #646464;
        font-weight: bold;
        margin-bottom: 41px;
    }

    section#ticket .wrap .wrap-announce{
        width: 100%;
        border: solid 2px #b6ce78;
        border-radius: 10px;
    }

    section#ticket .wrap .wrap-announce h3{
        width: 100%;
        height: 71px;
        text-align: center;
        color: white;
        font-size: 25px;
        font-weight: bold;
        line-height: 69px;
        background-color: #B6CE78;
        border-radius: 6px 6px 0 0;
    }

    section#ticket .wrap .wrap-announce .inner{
        width: 805px;
        margin: 0 auto;
        padding-bottom: 53px;
    }

    section#ticket .wrap .wrap-announce .inner p.shime{
        font-size: 30px;
        color: #646464;
        text-align: center;
        line-height: 30px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    section#ticket .wrap .wrap-announce .inner p.shime span{
        font-size: 23px;
    }

    section#ticket .wrap .wrap-announce .inner p.cv{
        font-size: 20px;
        color: #646464;
        text-align: center;
        line-height: 20px;
        margin-top: 34.2px;
        margin-bottom: 16.8px;
    }

    section#ticket .wrap .wrap-announce .inner a{
        width: 340px;
        display: block;
        margin: 0 auto;
    }

    section#ticket .wrap .wrap-announce .inner a img{
        width: 100%;
    }

    section#ticket .wrap .wrap-announce .inner p.uketsuke{
        font-size: 20px;
        font-weight: normal;
        color: #646464;
        text-align: center;
        line-height: 20px;
        margin-top: 34px;
        margin-bottom: 20px;
    }

    section#ticket .wrap .wrap-announce .inner p.operator{
        font-size: 20px;
        font-weight: bold;
        color: #646464;
        text-align: center;
        line-height: 20px;
    }

    section#ticket .wrap .wrap-announce .inner img.tell{
        width: 360px;
        height: auto;
        margin: 0 auto;
    }

    section#ticket .wrap .wrap-announce .inner p.sub{
        font-size: 15px;
        color: #646464;
        text-align: center;
        line-height: 15px;
    }

    section#ticket .wrap .wrap-announce .inner hr{
        border-color: black;
    }



    footer{
        width: 100%;
        height: 45px;
        background-color: #e07b83;
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 15px;
        padding-top: 15px;
    }


    .pc{display: block !important;}
    .sp{display: none !important;}
}