/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
  overflow-x: clip;   /* 対応ブラウザ多め */
}

/* clip が効かない環境向け保険 */
@supports not (overflow-x: clip) {
  html, body { overflow-x: hidden; }
}


#mainContents.mainContents {
    font-family: 'M PLUS 1p', 'Yu Gothic', sans-serif;
    color: #251e1c;
    background-color: #fff;
    background-image: url('../img/bg_namateke.png');
    background-repeat: repeat;
    background-position: 0 0;
    background-size: contain;
    line-height: 1.7;
}

/* Main Content */
.main-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 0 0;
}
.mainContents section {
    margin: 0 auto 35px;
    min-width: auto;
    /* max-width: 1200px; */
}



/* KV Section */
.kv {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 60px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 740px;
    margin: 0 auto;
    padding: 25px 0;
}

.kv-image {
    position: absolute;
    left: -1.09%;
    right: 2.34%;
    top: 25px;
    width: auto;
    height: auto;
    aspect-ratio: 1920 / 1080;
}

.kv-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* PC/SP画像の切り替え */
.kv-image-sp {
    display: none;
}

/* About Section */
.section-about {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 60px;
    padding: 60px 90px 80px;
    margin: 60px auto;
    max-width: 1200px;
    width: 100%;
}

.block-about {
    max-width: 1100px;
    margin: 0 auto;
}

.ttl-about {
    position: relative;
    margin-bottom: 24px;
}

.ttl-about-icon-left {
    position: absolute;
    left: 22px;
    top: 6px;
    width: 77px;
    height: 66.946px;
    z-index: -1;
}

.ttl-about-icon-right {
    position: absolute;
    right: 0;
    top: 50px;
    width: 85.389px;
    height: 63.178px;
    z-index: -1;
}

.ttl-about-text {
    text-align: center;
    color: #ed5823;
}

.ttl-about-text-1 {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.7;
    margin-bottom: 4px;
}

.ttl-about-text-2 {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.6;
    margin-bottom: 4px;
}

.ttl-about-text-2 .large {
    font-size: 56px;
}

.ttl-about-text-3 {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.7;
    letter-spacing: 1.6px;
}

.link-skp-youtube {
    background-color: #eef8ff;
    border: 1px solid #0099ff;
    border-radius: 20px;
    padding: 16px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    max-width: 568px;
    margin: 0 auto;
    transition: all 0.3s ease;
    cursor: pointer;
}

.link-skp-youtube:hover {
    background-color: #d0e8ff;
    filter: brightness(1.1);
    text-decoration: none;
}

.link-skp-youtube-text {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #0099ff;
    line-height: 1.5;
    white-space: nowrap;
}

.icon-youtube {
    width: 220px;
    height: 48px;
    flex-shrink: 0;
}

.icon-youtube img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Live Section */
.section-live {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.ttl-live {
    width: 848px;
    height: 187px;
    margin: 0 auto 16px;
}

.ttl-live img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap-live {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 60px;
    padding: 60px 90px 80px;
}

.inner-live {
    max-width: 1100px;
    margin: 0 auto;
}

/* Ticket Block */
.block-ticket {
    margin-bottom: 96px;
}

.ttl-ticket {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
    justify-content: center;
}

.icon-ticket {
    width: 117px;
    height: 64px;
    position: relative;
    overflow: hidden;
}

.icon-ticket img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ttl-ticket-text {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 48px;
    color: #ed5823;
    line-height: normal;
}

.box-ticket {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.txt-ticket {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 450px;
}

.txt-ticket-price {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #251e1c;
    line-height: normal;
}

.txt-ticket-price .price-large {
    font-weight: 900;
    font-size: 40px;
}

.txt-ticket-date {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #ed5823;
    line-height: normal;
}

.txt-ticket-date .date-large {
    font-size: 40px;
}

.btn-disabled {
    position: relative;
    display: block;
    width: 728px;
    height: 100px;
    text-decoration: none;
    color: inherit;
    transition: filter 0.3s ease;
}

.btn-disabled:hover {
    filter: brightness(1.1);
}

.btn-disabled-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #FF8F07;
    box-shadow: 4px 4px 0 0 #ED5823, 4px 4px 0 0 #FFEB68 inset;
    border-radius: 100px;
}

.btn-disabled-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    /* box-shadow: inset 4px 4px 0px 0px white; */
    pointer-events: none;
}

.btn-disabled-text {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 29px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #fff;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
}

.btn-disabled-icon {
    position: absolute;
    right: 24px;
    top: 18px;
    width: 64px;
    height: 64px;
}

.btn-disabled-icon img {
    width: 100%;
    height: 100%;
}

/* CTA Fixed Bottom（pagefooterの前で止まる） */
.cta_bottom_fix {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    /* main-content の max-width 影響を受けず画面端まで伸ばす */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    z-index: 10;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
}

.cta_bottom_fix-btn {
    position: relative;
    display: block;
    max-width: 568px;
    margin: 0 auto;
    /* 右側アイコン分の余白を確保 */
    padding: 24px 72px 20px 32px;
    border-radius: 100px;
    background: #FF8F07;
    box-shadow: 4px 4px 0 0 #ED5823, 4px 4px 0 0 #FFEB68 inset;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: filter 0.3s ease;
}

.cta_bottom_fix-btn-text {
    display: block;
    width: 100%;
}

.cta_bottom_fix-btn img {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.cta_bottom_fix-btn:hover {
    filter: brightness(1.1);
}

/* Date Block */
.block-date {
    margin-bottom: 96px;
}

.ttl-date {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
    justify-content: center;
}

.icon-date {
    width: 77px;
    height: 77px;
    flex-shrink: 0;
}

.icon-date img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ttl-date-text {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 48px;
    color: #ed5823;
    line-height: normal;
}

.box-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 695px;
    margin: 0 auto;
}

.txt-date {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.txt-date-main {
    display: none;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #e80967;
    line-height: normal;
}

.txt-date-main .date-large {
    font-size: 40px;
}

.part-01,
.part-02 {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.icon-part {
    background-color: #251e1c;
    padding: 2px 16px;
    border-radius: 8px;
    flex-shrink: 0;
}

.icon-part span {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    line-height: 32px;
    white-space: nowrap;
}

.part-time {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #251e1c;
    line-height: normal;
}

.part-time .time-large {
    font-size: 40px;
}

.part-time span:not(.time-large) {
    font-weight: 500;
    font-size: 32px;
}

.part-time .time-door {
    font-weight: 500;
    font-size: 32px;
}

.link-state {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.link-state:hover {
    text-decoration: none;
}

.link-state:hover .link-state-main,
.link-state:hover .link-state-sub p {
    text-decoration: none;
    color: #33aaff;
}

.link-state-main {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #0099ff;
    text-decoration: underline;
    line-height: 1.5;
    white-space: nowrap;
    transition: text-decoration 0.3s ease, color 0.3s ease;
}

.link-state-sub {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.link-state-sub p {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #0099ff;
    text-decoration: underline;
    line-height: 1.8;
    white-space: nowrap;
    transition: text-decoration 0.3s ease, color 0.3s ease;
}

.icon-blank {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.icon-blank img {
    width: 100%;
    height: 100%;
}

.txt-em {
    text-align: center;
}

.txt-em p {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #ed5823;
    line-height: 1.7;
    letter-spacing: 1.2px;
}

/* Cast Block */
.block-cast {
    width: 100%;
}

.ttl-cast {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
    justify-content: center;
}

.icon-cast {
    width: 89px;
    height: 70px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.icon-cast img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ttl-cast-text {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 48px;
    color: #ed5823;
    line-height: normal;
}

.box-cast {
    display: flex;
    gap: 64px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.list-cast {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.list-cast p {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #251e1c;
    line-height: normal;
    white-space: nowrap;
}

/* Note Section */
.section-note {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 60px;
    padding: 60px 90px 80px;
    margin: 60px auto;
    margin-bottom: 140px;
    max-width: 1200px;
    width: 100%;
}

.frame-note {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    color: #251e1c;
}

.ttl-note {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    line-height: normal;
    width: 100%;
}

.note-content {
    position: relative;
    width: 100%;
}

.note-text {
    margin-left: 24.44px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}

.note-text p {
    margin-bottom: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.note-text p:not(:last-child) {
    margin-bottom: 32px;
}

.note-link {
    color: #0099ff;
    text-decoration: underline;
    transition: color 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 1440px) {
    .main-content {
        padding: 40px 30px 0;
    }
    
    .kv-image-pc {
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
    }
}

@media (max-width: 1280px) {
    .section-about,
    .wrap-live,
    .section-note {
        padding: 40px 60px;
    }
    
    .ttl-about-text-1,
    .ttl-about-text-3 {
        font-size: 28px;
    }
    
    .ttl-about-text-2 {
        font-size: 36px;
    }
    
    .ttl-about-text-2 .large {
        font-size: 48px;
    }
}
/* 中間幅対応 */
@media (max-width: 1180px) {
    .kv {
        height: 54vw;
    }
    .kv-image {
        position: absolute;
        left: -1.09%;
        right: 2.34%;
        top: 0;
        bottom: 0;
        height: 100%;
    }
    .ttl-live {
        width: 100%;
        height: auto;
    }
    .btn-disabled {
        position: relative;
        width: 100%;
        height: 100px;
        max-width: 780px;
    }
}

/* スマホ版レスポンシブ対応 */
@media (max-width: 768px) {

    /* Main Content */
    .main-content {
        max-width: 100%;
        padding: 20px 0 0;
    }

    /* KV Section - スマホ版 */
    .kv {
        border-radius: 30px;
        height: 38vh;
        padding: 0 0 14px;
        margin: 0 auto 20px;
        width: calc(100% - 32px);
        max-width: 358px;
    }

    .kv-image-pc {
        display: none;
    }

    .kv-image-sp {
        display: block;
        position: absolute;
        left: -0.56%;
        right: 0.28%;
        /* top: 14px; */
        width: auto;
        /* height: 118vw; */
        aspect-ratio: 750 / 1000;
        padding: 20px 0;
    }

    /* About Section - スマホ版 */
    .section-about {
        border-radius: 30px;
        padding: 32px 24px 40px;
        margin: 40px 16px;
        width: calc(100% - 32px);
        max-width: 358px;
        margin: 0 auto;
    }

    .block-about {
        max-width: 100%;
    }

    .ttl-about {
        margin-bottom: 16px;
    }

    .ttl-about-icon-left {
        left: -10.56px;
        top: -2.75px;
        width: 24.63px;
        height: 21.41px;
    }

    .ttl-about-icon-right {
        right: 0;
        top: 102px;
        width: 27.91px;
        height: 21.87px;
    }

    .ttl-about-text {
        max-width: 310px;
        margin: 0 auto;
    }

    .ttl-about-text-1 {
        font-size: 20px;
    }

    .ttl-about-text-2 {
        font-size: 24px;
        line-height: 40px;
    }

    .ttl-about-text-2 .large {
        font-size: 32px;
    }

    .ttl-about-text-3 {
        font-size: 18px;
        letter-spacing: 0.9px;
    }

    .link-skp-youtube {
        padding: 16px 20px;
        gap: 8px;
        max-width: 100%;
        width: 100%;
    }

    .link-skp-youtube-text {
        font-size: 21px;
    }

    .icon-youtube {
        width: 108px;
        height: 25px;
    }

    /* Live Section - スマホ版 */
    .section-live {
        max-width: 358px;
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .ttl-live {
        width: auto;
        height: auto;
        margin: 0 auto 16px;
    }

    .wrap-live {
        border-radius: 30px;
        padding: 32px 24px 40px;
    }

    .inner-live {
        max-width: 100%;
    }

    .block-ticket {
        margin-bottom: 48px;
    }

    .ttl-ticket {
        margin-bottom: 16px;
    }

    .icon-ticket {
        width: 82px;
        height: 44px;
    }

    .ttl-ticket-text {
        font-size: 32px;
    }

    .txt-ticket {
        max-width: 313px;
    }

    .txt-ticket-price {
        font-size: 22px;
    }

    .txt-ticket-price .price-large {
        font-size: 28px;
    }

    .txt-ticket-date {
        font-size: 24px;
    }

    .txt-ticket-date .date-large {
        font-size: 28px;
    }

    .btn-disabled {
        width: 320px;
        height: 80px;
    }

    .btn-disabled-text {
        font-size: 17px;
    }

    .btn-disabled-icon {
        right: 11px;
        top: 26px;
        width: 32px;
        height: 32px;
    }

    /* Date Block - スマホ版 */
    .block-date {
        margin-bottom: 48px;
    }

    .ttl-date {
        margin-bottom: 16px;
    }

    .icon-date {
        width: 61px;
        height: 61px;
    }

    .ttl-date-text {
        font-size: 32px;
    }

    .box-date {
        max-width: 310px;
    }

    .txt-date-main {
        font-size: 24px;
    }

    .txt-date-main .date-large {
        font-size: 28px;
    }

    .part-01,
    .part-02 {
        display: flex;
        align-items: baseline;
        gap: 12px;
        justify-content: center;
    }

    .icon-part {
        padding: 2px 16px;
    }

    .icon-part span {
        font-size: 22px;
        line-height: 28px;
    }

    .part-time {
        font-size: 24px;
        line-height: 1.4;
    }

    .part-time .time-large {
        font-size: 24px;
    }

    .part-time span:not(.time-large) {
        font-size: 20px;
    }

    .part-time .time-door {
        display: block;
        font-size: 18px;
        font-weight: 500;
    }

    .link-state-main {
        font-size: 24px;
    }

    .link-state-sub p {
        font-size: 16px;
    }
.link-state-sub {
    align-items: flex-start;
}
    .icon-blank {
        width: 16px;
        height: 16px;
    }

    .txt-em p {
        font-size: 18px;
        letter-spacing: 0.9px;
    }

    /* Cast Block - スマホ版 */
    .ttl-cast {
        margin-bottom: 16px;
    }

    .icon-cast {
        width: 66px;
        height: 52px;
    }

    .ttl-cast-text {
        font-size: 32px;
    }

    .box-cast {
        gap: 20px;
        flex-wrap: wrap;
        max-width: 290px;
        margin: 0 auto;
        justify-content: center;
    }

    .box-cast .list-cast:first-child {
        width: 100%;
        text-align: center;
    }

    .box-cast .list-cast:first-child p {
        margin-left: auto;
        margin-right: auto;
    }

    .list-cast {
        width: 125px;
    }

    .list-cast p {
        font-size: 24px;
    }

    /* Note Section - スマホ版 */
    .section-note {
        border-radius: 30px;
        padding: 32px 24px 40px;
        margin: 40px auto;
        margin-bottom: 140px;
        width: calc(100% - 32px);
        max-width: 358px;
    }

    /* CTA Fixed Bottom - スマホ版 */
    .cta_bottom_fix {
        padding: 12px 16px;
    }

    .cta_bottom_fix-btn {
        padding: 20px 24px 16px;
        font-size: 18px;
    }

    .cta_bottom_fix-btn img {
        width: 24px;
        height: 24px;
        right: 18px;
    }

    .frame-note {
        gap: 24px;
    }

    .ttl-note {
        font-size: 24px;
    }

    .note-text {
        margin-left: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .note-text p:not(:last-child) {
        margin-bottom: 16px;
    }
}

/* header,footer */
@media(min-width: 769px) {
    .mainContents .sp {
        display: none !important;
    }
    .pc-hide {
        display: none !important;
    }
    .pagefooter_totop {
        transition: all 0.5s;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        right: 10px;
        bottom: 23px;
        background: #0099ff;
        height: 45px;
        width: 45px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: 100000;
    }
    .pagefooter_totop a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -999em;
    }
    .pagefooter_totop img {
        width: 16px;
        height: 9px;
        margin-bottom: 2px;
        vertical-align: baseline;
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .mainContents img {
        max-width: 100%;
    }
    .pageHeader {
        border-bottom: 1px solid #CCCCCC !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .pageHeader h1 {
        padding: 18px 22px;
        margin: 0 !important;
    }
    .pageHeader h1 img {
        width: 110px;
        height: auto;
    }
    .pageHeader .sns {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-right: 20px;
    }
    .pagefooter {
        /* padding: 11px 20px 150px !important; */
        padding: 11px 20px 60px !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: space-between !important;
        -webkit-justify-content: space-between !important;
        flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
    }
    .pagefooter_logo {
        flex-basis: 135px;
        -webkit-flex-basis: 135px;
        max-width: 135px;
        margin: 0 !important;
    }
    .pagefooter_logo img {
        width: 110px;
        height: auto;
    }
    .pagefooter_nav {
        flex: 1;
        font-size: 13px;
    }
    .pagefooter_nav ul {
        padding: 15px 0 0;
        margin: 0 !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
    }
    .pagefooter_nav li {
        margin-top: -2px;
        border-left: 1px solid #333333;
        padding: 0 20px;
    }

    .pagefooter_nav li:first-child {
        border: none;
    }
    .pagefooter_nav a {
        color: #333333;
        text-decoration: none;
    }
    .pagefooter small {
        padding-top: 15px;
        font-size: 13px;
    }
}
@media (max-width: 768px){
    .pc {
        display: none !important;
    }
    .pageHeader {
        border-bottom: 1px solid #CCCCCC;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .pageHeader h1 {
        padding: 18px 22px;
        margin: 0 !important;
    }
    .pageHeader h1 img {
        width: 110px;
        height: auto;
    }
    .pageHeader .sns {
        display: flex;
        align-items: center;
        gap: 2.66vw;
        margin-right: 5.33vw;
    }

    .pagefooter {
        padding-bottom: 8vw;
    }
    .pagefooter_logo {
        display: none;
    }
    .pagefooter_totop a {
        margin-top: 20px;
        background: url('../img/footer_btn01-sp.png') center center no-repeat;
        background-size: 58px 35px;
        width: 58px;
        height: 35px;
        text-indent: -9999px;
        display: inline-block;
        width: 100%;
        height: 100px;
    }
    .pagefooter_nav li {
        border-top: 1px solid #CCCCCC;
    }
    .pagefooter_nav a {
        display: block;
        text-align: center;
        color: #333333;
        text-decoration: none;
        padding: 23px 0;
    }
    .pagefooter small {
        border-top: 1px solid #CCCCCC;
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {

  /* KVを少し大きく＆中央寄せ */
  .kv {
    max-width: 358px;
    margin: 0 auto 20px;
    height: auto;
    padding: 14px 0;
    overflow: hidden;
    /* height: 56vh; */
  }

  /* 左右ズレ解除 */
  .kv-image-sp {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    aspect-ratio: 750 / 1000;
    margin: 0 auto;
    height: auto;
  }

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

/* /---------- */
