body {
    background: #212027;
}

main {}

.logo {
    width: 175px;
    padding: 16px;
}

section {
    height: 100vh;
    height: auto;
    display: flex;

}

.cnt {
    text-align: center;
}

.pt40 {
    padding-top: 40px;
}

a {
    color: #6490d7;
}

.top{

    position: relative;
}


.top:before{

    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/main_bk.webp) repeat-x;
    opacity: 0.1;
    z-index: -1;
    background-size: auto;
    animation: bg-scroll 30s linear infinite;
}
@keyframes bg-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0; /* 数値で速度調整 */
  }
  
}

.h1_bk {

    max-width: 640px;
    position: relative;
    padding: 10px 20px;
    margin: 0 auto;

}

.h1_bk::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/h1_bk.webp") center / cover no-repeat;
    opacity: 0.4;
    z-index: -1;
    background-size: auto;
}

.h1_bk img {

    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;

}

h1 {
    font-size: 40px;
    font-weight: 700;
     font-family: 'Noto Serif JP', serif;
    padding: 16px 0;
    text-align: center;
    line-height: 36px;
}

h1 span{
    font-size: 20px;
    font-weight: 700;
     font-family: 'Noto Serif JP', serif;

}

.inrto_txt {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 32px;
    padding: 8px;
    text-align: center;
}

.main-contents01 {
    padding: 32px;
}

.contents-in {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

#artist h2 {
    text-align: left;
}

#artist h2:last-of-type {
    text-align: left;
}
#artist .contents-in {
        min-width: 800px;
  }
.size70 {
    max-width: 80%;
    margin: 0 auto;

}

h2 {
    font-size: 40px;
    font-weight: 700;

}

.p10 {
    padding: 30px 10px 30px 10px;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 16px 8px 8px 8px;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 8px;
    margin-right: 10px;
    margin-left: 10px;
}

h4 {
    font-weight: 700;
    padding-left: 10px;

}

.pt_20 {
    padding-top: 20px;
}

.pt_30 {
    padding-top: 30px;
}

.pb_20 {
    padding-bottom: 20px;
}
.pb_30 {
    padding-bottom: 30px;
}
.f16{
    font-size: 16px;
}

.date_and_time {
    background: #8D1F29;
    padding: 10px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    width: 640px;
    line-height: 110%;

}

p {
    font-size: 16px;
    color: #E3E3E3;
    padding: 0 15px 10px 15px;
}
.mt10{
    margin-top: 30px;
}
.bk-red {
    background: #8D1F29;

}

.bk-black {
    background: #212027;
}

.txt-red {
    color: #8D1F29;

}

.txt-black {
    color: #212027;
}


.list li {
    background: #E3E3E3;
    color: #212027;
    text-align: left;
    padding: 8px;
    margin-bottom: 16px;
    min-width: 800px;

}

.list li span {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.p_08 {
    min-width: 600px;
    margin: 0 auto;
}

.item01 {
    position: relative;
    z-index: 2;
    padding: 24px 0;
}

.item01:after {
    content: '';
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    height: 100%;
    background-image: repeating-linear-gradient(149deg, #8d1f29, #8d1f29 10px, #932e38 10px, #932e38 20px);

    transform: skewY(2.5deg);
    z-index: -51;
}

.pre_tk {
    width: 600px;
    border: 1px solid #97794E;
    background: #212027;
    color: #E3E3E3;
    text-align: center;
    margin: 16px auto;
    padding: 8px;
    position: relative;

}

.pre_tk::after,
.nom_tk::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #97794E transparent transparent;
}

.pre_tk span,
.nom_tk span {
    font-size: 20px;
    font-weight: 700;
    color: #97794E;

}

.nom_tk {
    max-width: 600px;
    width: 400px;
    border: 1px solid #97794E;
    background: #8D1F29;
    color: #E3E3E3;
    text-align: center;
    padding: 8px;
    position: relative;
    margin: 0 auto;
}

/**sold out**/
.so_tk {
    max-width: 600px;
    background: #E3E3E3;
    color: #97794E;
    text-align: center;
    margin: 16px auto;
    padding: 8px;
    position: relative;
    font-size: 40px;
    font-weight: 700;

}

.so_tk span {
    font-size: 20px;
    display: block;
    margin-top: -5px;
    margin-bottom: 20px;


}


.btn {
    display: inline-block;
    width: 260px;
    padding: 12px 0;
    background: #4a6796;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    margin: 8px 0;
}

.btn:hover {
    background: #3f5a85;
}

.btn:active {
    transform: translateY(1px);
}

.indent {
    padding-left: 120px;
    text-indent: -112px;
}

.indent2 {
    padding: 0;
    padding-left: 20px;
    text-indent: -14px;
    margin: 0 10px;
    font-size: 12px;
}

.indent3 {
    padding: 0;
    padding-left: 20px;
    text-indent: -14px;
    margin: 0 10px;
    font-size: 12px;
}


.txt {
    padding: 0 20px;
    font-size: 12px;
}

.accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.accordion-header {
    cursor: pointer;
    color: #3f5a85;
    padding-bottom: 30px;
    font-weight: 700;

}

.a_list,
.g_list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    align-items: stretch;
}

.a_list img {
    margin: 10px;
    max-width: 200px;
    border-radius: 10px;
    background: #fff;
}

.goods {
    margin: 10px;
    padding: 10px;
    max-width: 240px;
    background: #fff;
}

.goods p {
    color: #212027;
    font-weight: 700;
    padding: 0;
}

.pre_img {
    max-width: 760px;
    margin: 0 auto;

}

.pre_sp{
display: none;

}

@media screen and (max-width: 767px) {
 .pre_pc{
display: none !important;
}
.pre_sp{
display: block;

}

#artist .contents-in {
        min-width: 100%;
  }

}


.googlemap {

    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 16px auto 0;

}

.googlemap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

footer {
    background: #000;
    font-size: 10px;
    padding: 10px;
    text-align: center;
}

footer img {
    display: inline;

}

.floating-btn {
    position: fixed;
    left: 50%;
    transform: translateX(-50%); 
    bottom: 10px;
    z-index: 1000;
    display: inline-block;
    padding: 10px;
    background: linear-gradient(135deg, #BB7F17, #FFDA36);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 400px;
    text-align: center;
    font-size: 20px;

}

.floating-btn:hover {
    transform: translateX(-50%); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.floating-btn.hide {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(20px);
}
.menu_tk_btn{
    padding: 10px;
    background: linear-gradient(135deg, #BB7F17, #FFDA36);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    text-align: center;
    font-size: 16px;
    border: none;
    margin: 40px auto;
    width: 240px;


}


.close {
    background: #6e6a6a;
    border-radius: 0;

}

/*======スマホサイズ==E3E3E3====*/
@media screen and (max-width: 767px) {
    .size70 {
        max-width: 100%;

    }

    .logo {
        width: 40%;
        padding: 0;

    }

    .list li {
        min-width: 320px;

    }

    .p_08 {
        min-width: 90%;

    }

    .nom_tk {
        width: 100%;
    }

    .pre_tk,
    .nom_tk {
        width: 95%;
        margin: 0 auto;
        margin-top: 8px;
    }

    .a_list img {
        max-width: 150px;
    }

    .googlemap {

        width: 90%;

    }

    .date_and_time {
        width: 100%;
        font-size: 16px;
    }

    .floating-btn {
        width: 80%;
    }
.mt10 {
    margin-top: 10px;
}
}