.homecoming-2025__header {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
    border-bottom: 1px solid #ccc;
}

.homecoming-2025__header .inner,
.homecoming-2025__header .navPC { /* .navPCセレクタを追加 */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* 折り返しを許可 */
}

.homecoming-2025__header .navPC {
    display: flex !important;
}

.homecoming-2025__header .navPC .header-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.homecoming-2025__header .navPC .right-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.homecoming-2025__header .navPC .header-menu {
    display: flex;
    gap: 20px;
}

.homecoming-2025__header .navPC .header-menu li {
    display: block;
}

.homecoming-2025__header .navPC .header-menu li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
}

.homecoming-2025__header .navSP {
    display: none !important;
}

.homecoming-2025__header .header-logo a {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    text-decoration: none;
}

.homecoming-2025__header .header-logo a img {
    width: 60px;
}

.homecoming-2025__header .header-x-btn a {
    background: #000;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    position: relative;
    padding: 10px 36px 10px 10px;
    transition-duration: 0.2s;
}

.homecoming-2025__header .header-x-btn a img {
    width: 18px;
}

.homecoming-2025__header .header-x-btn a::before {
    position: absolute;
    top: 33%;
    right: 13px;
    display: block;
    background-image: url(/homecoming-moto/2025/assets/img/icon_blank01_white.svg);
    width: 13px;
    height: 13px;
    background-size: cover;
    content: '';

}

.homecoming-2025__header .header-x-btn a:hover {
    background: #c00;
    color: #fff;
}

.homecoming-2025__header .header-x-btn a:hover::before {
    background-image: url(/homecoming-moto/2025/assets/img/icon_blank01_white.svg);
}

.homecoming-2025__kv {
    position: relative;
}

.homecoming-2025__kv ul {
    background: #000;
}

.homecoming-2025__kv .slick-slide {
    aspect-ratio: 5 / 2;
}

.homecoming-2025__kv .slick-slide img {
    opacity: 0.6;
    aspect-ratio: 5 / 2;
}

@media screen and (max-width: 1200px) {
    .homecoming-2025__kv .slick-slide {
        aspect-ratio: 2 / 1;
    }

    .homecoming-2025__kv .slick-slide img {
        aspect-ratio: 2 / 1;
    }
}

@media screen and (max-width: 970px) {
    .homecoming-2025__kv .slick-slide {
        aspect-ratio: 3 / 2;
    }

    .homecoming-2025__kv .slick-slide img {
        aspect-ratio: 3 / 2;
    }
}

.homecoming-2025__kv .slick-slide picture {}

.homecoming-2025__kv .slick-slide source,
.homecoming-2025__kv .slick-slide img {
    height: 100%;
    object-fit: cover;
}

.homecoming-2025__kv .inner {
    position: absolute;
    top: 8%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.homecoming-2025__kv .kv-logo {
    margin-bottom: 10px;
}

.homecoming-2025__kv .kv-logo img {
    width: 600px;
    max-width: 100%;
}

.homecoming-2025__kv .kv-head {
    font-size: 32px;
    line-height: 1.2em;
    text-shadow: #000 0px 0px 10px;
    margin-bottom: 30px;
}

.homecoming-2025__kv .kv-date {
    font-size: 40px;
    line-height: 1em;
    text-shadow: #000 0px 0px 10px;
}

.homecoming-2025__kv .kv-date .bg-line {
    font-size: 32px;
    text-shadow: none;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 0 0.5em 0.2em;
    line-height: 0.5em;
}

.homecoming-2025__kv .kv-date .bg-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f00;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1;
}

.homecoming-2025__detail .detail-text h3.is-visible .bg-line::after {
    animation: draw-line-bg 0.4s ease-out 1s forwards;
}

@keyframes draw-line-bg {
    to {
        transform: scaleX(1);
    }
}

.homecoming-2025__kv .kv-date .bg-line strong {
    font-size: 100px;
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.homecoming-2025__read {
    background-image: url('../img/read_bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000;
    text-shadow: 0 0 10px #fff;
    padding: 80px 0;

}

.homecoming-2025__read .inner p {
    font-weight: 800;
    text-align: center;
    font-size: 18px;
    margin-bottom: 1.5em;

}

.homecoming-2025__read .inner p:last-child {
    margin-bottom: 0;

}

.homecoming-2025__outline {
    background: #eee;
    padding: 80px 0;
}

.homecoming-2025 .head-uline {
    text-align: center;
}

.homecoming-2025 .head-uline h2 {
    text-align: center;
    display: inline-block;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    /* 下線とテキストの間のスペース */
    margin: 0 auto 40px;
}



.homecoming-2025 .head-uline h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #f00 50%, #000 50%);
}

.homecoming-2025__outline .outline-detail {
    width: 550px;
    max-width: 100%;
    margin: 0 auto 60px;
}

.homecoming-2025__outline .outline-textarea {
    display: flex;
    gap: 20px;
    justify-content: left;
    align-items: baseline;
    margin-bottom: 1em;
}

.homecoming-2025__outline .outline-textarea p {
    font-size: 15px;
    font-weight: 600;
}

.homecoming-2025__outline .outline-textarea small {
    font-weight: 400;
}

.homecoming-2025 .head-bg {
    background: #1e1e1e;
    color: #fff;
    padding: 0.2em 0.5em;
    font-size: 14px;
    white-space: nowrap;
}

.homecoming-2025__outline .outline-textarea .head-bg {
    min-width: 4em;
    text-align: center;
}

.homecoming-2025__outline .outline-event {
    background-color: #ffffff;
    background-image: radial-gradient(circle, color(srgb 0.8 0 0 / 0.1) 1.5px, transparent 1.5px);
    background-position: 0 0;
    background-size: 10px 10px;
    padding: 40px;
    border-radius: 10px;
}

.homecoming-2025__outline .outline-event h2 {
    text-align: center;
    width: 500px;
    margin: 0 auto 40px;
    max-width: 100%;
}

.homecoming-2025__outline .outline-event p {
    text-align: center;
    margin-bottom: 1.5em;
    font-weight: 600;
}

.homecoming-2025__outline .outline-event p:last-child {
    margin-bottom: 2.5em;
}

.homecoming-2025__outline .outline-event small {
    font-weight: 400;
}

.homecoming-2025__outline .outline-event .btn-flex {
    display: flex;
}

.homecoming-2025__outline .outline-event .normal-btn {
    text-align: center;
}

.homecoming-2025__outline .outline-event .normal-btn a {
    text-decoration: none;
    background: #c00;
    padding: 1em 3em 1em 2em;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    border: 2px solid #c00;
    transition-duration: 0.2s;
    color: #fff;

}

.homecoming-2025__outline .outline-event .normal-btn a::before {
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.homecoming-2025__outline .outline-event .normal-btn.blank-icon a::before {
    position: absolute;
    top: 35%;
    right: 1.5em;
    display: block;
    background-image: url(/homecoming-moto/2025/assets/img/icon_blank01_white.svg);
    width: 16px;
    height: 15px;
    border: none;
    transform: none;
}

.homecoming-2025__outline .outline-event .normal-btn a:hover {
    background: #fff;
    color: #c00;
}

.homecoming-2025__outline .outline-event .normal-btn a:hover::before {
    border-top: 2px solid #c00;
    border-right: 2px solid #c00;
}

.homecoming-2025__outline .outline-event .normal-btn.blank-icon a:hover::before {
    border: none;
    background-image: url(/homecoming-moto/2025/assets/img/icon_blank01_red.svg);
}

/*三井*/
.homecoming-2025__outline .outline-event.mitsui {
    background-image: none;
    margin-top: 20px;
    padding: 0;
}

.homecoming-2025__outline .outline-event.mitsui .mitsui-flex {
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.homecoming-2025__outline .outline-event.mitsui figure {
    flex: 0 0 62%;
    border-radius: 10px 0 0 10px;
        overflow: hidden;
}

.homecoming-2025__outline .outline-event.mitsui figure img {
height: 100%;
    object-fit: cover;
}

.homecoming-2025__outline .outline-event.mitsui .mitsui-flex .mitsui-flex-item {
    flex: 0 0 38%;
    padding: 40px 0;
}

.homecoming-2025__outline .outline-event.mitsui h2 {
    width: 80%;
    margin: 0 auto 30px;
}

.homecoming-2025__outline .outline-event.mitsui .normal-btn.blank-icon {
        max-width: 90%;
    margin: 0 auto;
}

/*三井*/

/*HondaGO*/
.homecoming-2025__outline .outline-event.hondago {
    background-image: none;
    margin-bottom: 20px;
    padding: 40px;
}

.homecoming-2025__outline .outline-event.hondago .hondago-flex {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homecoming-2025__outline .outline-event.hondago figure {
    flex: 0 0 40%;
        overflow: hidden;
}

.homecoming-2025__outline .outline-event.hondago figure img {
height: 100%;
    object-fit: cover;
}

.homecoming-2025__outline .outline-event.hondago .hondago-flex .hondago-flex-item {
    flex: 0 0 55%;
}

.homecoming-2025__outline .outline-event.hondago h2 {
    width: 80%;
    margin: 0 auto 30px;
}

.homecoming-2025__outline .outline-event.hondago .normal-btn.blank-icon {
        max-width: 90%;
    margin: 0 auto;
}

/*HondaGO*/

.homecoming-2025__detail .inner {
    width: 100%;
    max-width: 100%;
}

.homecoming-2025__detail .detail-area {
    display: flex;
    align-items: center;
}

.homecoming-2025__detail .detail-img {
    flex: 0 0 50%;
}
.homecoming-2025__detail .detail-img a {
    transition-duration: 0.2s;
}
.homecoming-2025__detail .detail-img a:hover {
    opacity: 0.8;
}

.homecoming-2025__detail .detail-text {
    flex: 0 0 50%;
    text-align: center;
}

.homecoming-2025__detail .detail-text h3 {
    margin-bottom: 32px;
}

.homecoming-2025__detail .detail-text h3 a {
    color: #fff;
}

.homecoming-2025__detail .detail-text h3 .bg-line {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 0.2em 0.5em;
    line-height: 0.5em;
}

.homecoming-2025__detail .detail-text h3 .bg-line::after {
    content: '';
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: #f00;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1;
}

.homecoming-2025__kv .kv-date.is-visible .bg-line::after {
    animation: draw-line-bg 0.4s ease-out 1s forwards;
}

.homecoming-2025__detail .detail-x-btn a {
    background: #000;
    color: #fff;
    border-radius: 10px;
    padding: 20px 42px 20px 20px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
}

.homecoming-2025__detail .detail-x-btn a img {
    width: 28px;
}


.homecoming-2025__detail .detail-x-btn a::before {
    position: absolute;
    top: 40%;
    right: 17px;
    display: block;
    background-image: url(/homecoming-moto/2025/assets/img/icon_blank01_white.svg);
    width: 16px;
    height: 15px;
    background-size: cover;
    content: '';
}

.homecoming-2025__detail .detail-x-btn a:hover {
    background: #c00;
    color: #fff;
}

.homecoming-2025__caution {
    background: #eee;
    padding: 80px 0;
}

.homecoming-2025__caution .head-bg-c {
    text-align: center;
    margin-bottom: 40px;
}

.homecoming-2025__caution .head-bg-c h2 {
    background: #1e1e1e;
    color: #fff;
    padding: 0.2em 0.5em;
    font-size: 15px;
    display: inline-block;
}

.homecoming-2025__caution .caution-area {
    font-size: 13px;
    line-height: 1.7em;
}

.homecoming-2025__caution .caution-area li {
    list-style-type: none;
    text-indent: -1em;
    padding-left: 1em;
}

.homecoming-2025__caution .inquiry-area {
    margin: 40px auto 0;
    border: 1px solid #000;
    width: 400px;
    max-width: 100%;
    padding: 20px;
    text-align: center;
}

.homecoming-2025__caution .inquiry-area h3 {
    font-size: 1em;
    margin-bottom: 1em;
}

/* スクロールフェードイン */
.fadeIn {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeIn.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* プログラム */
.homecoming-2025__program {
    background: #eee;
    padding: 40px 0;
}
.homecoming-2025__program .program-ty {
    text-align: center;
}
.homecoming-2025__program .program-ty p {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 1em;
    margin-top: 0;
    font-size: 16px;
}
.homecoming-2025__program .inner {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* プログラム アコーディオン */
.accordion-item {
  border-radius: 12px;
  margin-bottom: 0;
  overflow: hidden;
  flex: 0 0 400px;
}

.accordion-header {
  width: 100%;
  background: #fff;
  color: #d00;
  font-weight: bold;
  padding: 16px 20px;
  font-size: 16px;
  border: 2px solid #d00;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
        position: relative;
}

.accordion-item:nth-of-type(2) .accordion-header {
  color: #cf7a00;
  border-color: #f0ad4e;
}

.accordion-icon {
  font-size: 20px;
  transition: transform 0.3s;
  position: absolute;
    right: 20px;
}

/* アコーディオン内容 */
.accordion-content {
  display: none;
  padding: 16px;
  background: #fff;
  margin: 20px 0;
  border-radius: 12px;}

.accordion-content.nonbox {
    background: none;
    padding: 0;
    margin: 20px 0 20px;
}

.accordion-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}

.accordion-content h4 {
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}

.accordion-content p {
  font-size: 14px;
  margin-bottom: 1em;
}

.accordion-content figure {
  margin: 0;
  text-align: center;
}

.accordion-content img {
  max-width: 100%;
  border-radius: 7px;
}

/* ボタン一覧 */
.homecoming-2025__button .normal-btn {
    text-align: center;
    margin-bottom: 0;
        flex: 0 0 260px;
}
.homecoming-2025__button .normal-btn:last-child {
    margin-bottom: 0;
}
.homecoming-2025__button .inner {
    padding: 40px 0;
    flex-wrap: wrap;
}

.homecoming-2025__button .normal-btn a {
    text-decoration: none;
    background: #c00;
    padding: 1em 3em 1em 2em;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    border: 2px solid #c00;
    transition-duration: 0.2s;
    color: #fff;
    display: block;

}

/* .homecoming-2025__button .normal-btn.btn_guest a {
    background: #4e91f0;
    border: 2px solid #4e91f0;
}

.homecoming-2025__button .normal-btn.btn_food a {
    background: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.homecoming-2025__button .normal-btn.btn_pmap a {
    background: #3cc848;
    border: 2px solid #3cc848;
}

.homecoming-2025__button .normal-btn.btn_faq a {
    background: #f04ee2;
    border: 2px solid #f04ee2;
} */

.homecoming-2025__button .normal-btn a {
    background: #fff;
    border: 2px solid #cc0000;
    color: #cc0000;
    font-weight: 600;
}

.homecoming-2025__button .normal-btn a::before {
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #cc0000;
    border-right: 2px solid #cc0000;
}
.homecoming-2025__button #schedule-content.normal-btn a::before {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
}

.homecoming-2025__button .normal-btn.blank-icon a::before {
    position: absolute;
    top: 35%;
    right: 1.5em;
    display: block;
    background-image: url(/homecoming-moto/2025/assets/img/icon_blank01_white.svg);
    width: 16px;
    height: 15px;
    border: none;
    transform: none;
}

/* .homecoming-2025__button .normal-btn.btn_guest a:hover {
    background: #fff;
    border: 2px solid #4e91f0;
    color: #4e91f0;
}

.homecoming-2025__button .normal-btn.btn_food a:hover {
    background: #fff;
    border: 2px solid #f0ad4e;
    color: #f0ad4e;
}

.homecoming-2025__button .normal-btn.btn_pmap a:hover {
    background: #fff;
    border: 2px solid #3cc848;
    color: #3cc848;
}

.homecoming-2025__button .normal-btn.btn_faq a:hover {
    background: #fff;
    border: 2px solid #f04ee2;
    color: #f04ee2;
} */

.homecoming-2025__button .normal-btn a:hover {
    background: #fff;
    border: 2px solid #cc0000;
    color: #cc0000;
}

/* .homecoming-2025__button .normal-btn.btn_guest a:hover::before {
    border-top: 2px solid #4e91f0;
    border-right: 2px solid #4e91f0;
}

.homecoming-2025__button .normal-btn.btn_food a:hover::before {
    border-top: 2px solid #f0ad4e;
    border-right: 2px solid #f0ad4e;
}

.homecoming-2025__button .normal-btn.btn_pmap a:hover::before {
    border-top: 2px solid #3cc848;
    border-right: 2px solid #3cc848;
}

.homecoming-2025__button .normal-btn.btn_faq a:hover::before {
    border-top: 2px solid #f04ee2;
    border-right: 2px solid #f04ee2;
} */

.homecoming-2025__button .normal-btn a:hover::before {
    border-top: 2px solid #cc0000;
    border-right: 2px solid #cc0000;
}

.homecoming-2025__button .normal-btn.blank-icon a:hover::before {
    border: none;
    background-image: url(/homecoming-moto/2025/assets/img/icon_blank01_red.svg);
}
.homecoming-2025__button #program-content.normal-btn {
    flex: 0 0 400px;
}
.homecoming-2025__button #schedule-content.normal-btn {
    flex: 0 0 400px;
}

@media screen and (max-width: 768px) {
    .homecoming-2025__header {
        background: none;
        position: absolute;
        top: 0;
        width: 100vw;
        height: 80vh;
        padding: 0;
        transition: all 0.3s ease-in-out;
        pointer-events: none;
    }

    .homecoming-2025__header .navPC {
        display: none !important;
    }

    .homecoming-2025__header .navSP {
        display: block !important;
    }

    /* JavaScriptで付与する、ヘッダー固定用のクラス */
    .head-loader.is-fixed {
        position: fixed;
        top: 0;
        z-index: 10;
    }

    .homecoming-2025__header .header-logo {
        top: 10px;
        left: 10px;
        position: absolute;
        pointer-events: all;
    }

    .homecoming-2025__header .header-x-btn {
        position: absolute;
        bottom: 0;
        right: 0;
        pointer-events: all;
    }

    .homecoming-2025__header .header-x-btn a {
        border-radius: 10px 0 0 10px;
        padding: 20px;
    }

    .homecoming-2025__header .header-x-btn a::before {
        content: none;
    }

    .homecoming-2025__header .header-x-btn a img {
        width: 30px;
    }

    .homecoming-2025__kv li {
        opacity: 0.8;
        aspect-ratio: 1 / 1.5;
    }
    .homecoming-2025__kv li img {
        height: 100%;
        object-fit: cover;
    }

    .homecoming-2025__kv .kv-head {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .homecoming-2025__kv .inner {
        top: 25%;
    }

    .homecoming-2025__kv .kv-date {
        font-size: 30px;
    }

    .homecoming-2025__kv .kv-date .bg-line strong {
        font-size: 60px;
    }

    .homecoming-2025__kv .kv-date .bg-line {
        font-size: 20px;
    }

    .homecoming-2025__kv .slick-slide {
        aspect-ratio: 3 / 5;
    }

    .homecoming-2025__detail .detail-area {
        flex-wrap: wrap;
    }

    .homecoming-2025__detail .detail-img {
        flex: 0 0 100%;
    }

    .homecoming-2025__detail .detail-text {
        flex: 0 0 100%;
        padding: 80px 0;
    }

    .homecoming-2025__caution .inquiry-area {
        width: auto;
    }

    /*三井*/
    .homecoming-2025__outline .outline-event.mitsui {
        background-image: none;
        margin-top: 20px;
        padding-top: 0;
    }

    .homecoming-2025__outline .outline-event.mitsui .mitsui-flex {
        display: block;
    }

    .homecoming-2025__outline .outline-event.mitsui figure {
                border-radius: 10px 10px 0 0;
    }

    .homecoming-2025__outline .outline-event.mitsui figure img {
    }

    .homecoming-2025__outline .outline-event.mitsui .mitsui-flex .mitsui-flex-item {
        padding: 20px 20px 40px;
    }

    .homecoming-2025__outline .outline-event h2 {
        margin: 0 auto 20px;
    }

    /*三井*/

    /*HondaGO*/
    .homecoming-2025__outline .outline-event.hondago {
        background-image: none;
        margin-top: 20px;
        padding-top: 20px;
    }

    .homecoming-2025__outline .outline-event.hondago .hondago-flex {
        display: block;
    }

    .homecoming-2025__outline .outline-event.hondago figure {
                border-radius: 10px 10px 0 0;
    }

    .homecoming-2025__outline .outline-event.hondago figure img {
    }

    .homecoming-2025__outline .outline-event.hondago .hondago-flex .hondago-flex-item {
        padding: 20px 0 40px;
    }

    .homecoming-2025__outline .outline-event h2 {
        margin: 0 auto 20px;
    }

    .homecoming-2025__outline .outline-event .btn-flex {
    display: block;
}

    .homecoming-2025__outline .outline-event .btn-flex .normal-btn {
    margin-bottom: 20px;
}

    /*HondaGO*/

    /* プログラム */
    .homecoming-2025__program .inner {
        display: block;
    }
    
    .accordion-header {
        margin-bottom: 20px;
    }
 
    /* ボタン一覧 */
    .homecoming-2025__button .normal-btn {
        margin-bottom: 20px;
    }

    /* ===== ここからハンバーガーメニューの修正・追記 ===== */
    
    /* メニュー表示時に背景をスクロールさせない */
    body.is-menu-open {
        overflow: hidden;
    }

    /* ハンバーガーメニューボタンのスタイル */
    .hamburger-btn {
        display: block;
        position: fixed;
    /* ↓ここから修正・追記↓ */
    top: 85px;   /* 初期位置：65px(ヘッダー分) + 20px(余白) */
    right: 20px;
    bottom: auto;  /* bottomの指定を解除 */
    transition: top 0.3s ease-in-out; /* topプロパティにアニメーションを追加 */
    /* ↑ここまで修正・追記↑ */
        right: 20px;
        width: 40px;
        height: 40px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor: pointer;
        z-index: 200;
        pointer-events: all;
        transition: all 0.3s ease;
    }

    /* スクロールしてヘッダーが固定された時のボタンの位置 */
.head-loader.is-fixed .hamburger-btn {
    top: 20px; /* 画面上部から20pxの位置に移動 */
}

    .hamburger-btn span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #333;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
    }
    
    /* ボタンがクリックされたときのスタイル(×印) */
    .hamburger-btn.is-open {
        background: #333;
    }

    .hamburger-btn.is-open span {
        background-color: #fff;
    }

    .hamburger-btn.is-open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger-btn.is-open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-btn.is-open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    /* スライドメニューのスタイル */
    .slide-menu {
        display: block; /* SPで表示を有効化 */
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        max-width: 80%;
        height: 100vh;
        background: #fff;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 150;
        overflow-y: auto;
        pointer-events: all; 
    }
    
    /* メニューが表示されたときのスタイル */
    .slide-menu.is-open {
        transform: translateX(0);
    }

    .slide-menu__inner {
        padding: 80px 20px 20px;
    }

    .slide-menu ul li {
        list-style: none;
        border-bottom: 1px solid #eee;
    }

    .slide-menu ul li a {
        display: block;
        padding: 20px 10px;
        text-decoration: none;
        color: #333;
        font-weight: 600;
        position: relative;
    }
    
    .slide-menu ul li a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #c00;
        border-right: 2px solid #c00;
        transform: translateY(-50%) rotate(45deg);
    }

    /* オーバーレイのスタイル */
    .overlay {
        display: block; /* SPで表示を有効化 */
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0s 0.4s;
        z-index: 140;
    }
    
    /* オーバーレイが表示されたときのスタイル */
    .overlay.is-open {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }

} /* メディアクエリの閉じ括弧 */

/* top.css の末尾に追記 */

/* ...（これより前のCSSは変更なし）... */


/* --------------------------------
 * PC用ヘッダー 下段ナビゲーション
 * -------------------------------- */
.homecoming-2025__header .navPC .bottom-area {
  width: 100%; /* 幅を100%に */
  margin-top: 8px; /* 上の要素との間に余白を設定 */
  padding-top: 8px; /* 内側の上にも余白 */
  border-top: 1px solid #f0f0f0; /* 上段との区切り線 */
}

.homecoming-2025__header .navPC .header-menu {
    display: flex !important; /* flexを強制 */
    justify-content: center; /* メニュー項目を中央揃え */
    align-items: center;
    gap: 40px; /* メニュー項目の間隔 */
}

.homecoming-2025__header .navPC .header-menu li a {
    font-weight: 600; /* 少し太字に */
    text-decoration: none;
    font-size: 15px;
    color: #000;
    position: relative;
    padding: 5px 0;
}

.homecoming-2025__header .navPC .header-menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.homecoming-2025__header .navPC .header-menu li a:hover {
    opacity: 0.5;
}

/* --------------------------------
 * SP専用要素のPC時非表示設定
 * ※メディアクエリの前に移動しました
 * -------------------------------- */
.slide-menu,
.overlay,
.hamburger-btn {
    display: none;
}


/* ==================================================
   SP表示用のスタイル（768px以下）
   ================================================== */
@media screen and (max-width: 768px) {
    .homecoming-2025__header {
        background: none;
        position: absolute;
        top: 0;
        width: 100vw;
        height: 80vh;
        padding: 0;
        transition: all 0.3s ease-in-out;
        pointer-events: none;
        border: none;
    }

    /* (他のSP用スタイルは省略) */
    /* ... */
    
    /* ===== ここからハンバーガーメニュー関連 ===== */
    
    /* メニュー表示時に背景をスクロールさせない */
    body.is-menu-open {
        overflow: hidden;
    }

    /* ハンバーガーメニューボタンのスタイル */
    .hamburger-btn {
        display: block;
        position: fixed;
        top: 10px;
        bottom: auto;
        right: 20px;
        width: 50px;
        height: 50px;
        background: #000;
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor: pointer;
        z-index: 200;
        pointer-events: all;
        transition: all 0.3s ease;
    }

    .hamburger-btn span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #fff;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
    }
    
    /* ボタンがクリックされたときのスタイル(×印) */
    .hamburger-btn.is-open {
        background: #333;
    }

    .hamburger-btn.is-open span {
        background-color: #fff;
    }

    .hamburger-btn.is-open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger-btn.is-open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-btn.is-open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    /* スライドメニューのスタイル */
    .slide-menu {
        display: block; /* SPで表示を有効化 */
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        max-width: 80%;
        height: 100vh;
        background: #fff;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 150;
        overflow-y: auto;
    }
    
    /* メニューが表示されたときのスタイル */
    .slide-menu.is-open {
        transform: translateX(0);
    }

    .slide-menu__inner {
        padding: 80px 20px 20px;
    }

    .slide-menu ul li {
        list-style: none;
        border-bottom: 1px solid #eee;
    }

    .slide-menu ul li a {
        display: block;
        padding: 20px 10px;
        text-decoration: none;
        color: #333;
        font-weight: 600;
        position: relative;
    }
    
    .slide-menu ul li a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #c00;
        border-right: 2px solid #c00;
        transform: translateY(-50%) rotate(45deg);
    }

    /* オーバーレイのスタイル */
    .overlay {
        display: block; /* SPで表示を有効化 */
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0s 0.4s;
        z-index: 140;
    }
    
    /* オーバーレイが表示されたときのスタイル */
    .overlay.is-open {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }

    /* (メディアクエリ内の他のSP用スタイルは省略) */
    /* ... */

} /* メディアクエリの閉じ括弧（これ以降に余分な括弧がないことを確認） */

/* --- 追従ギャラリーボタン --- */
.gallery-float-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 200px;
    height: 200px;
    z-index: 100;
    /* background: #fff; */
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    display: flex
;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s 
ease, box-shadow 0.2s 
ease;
    text-decoration: none;
    max-width: 15vw;
    max-height: 15vw;
}

.gallery-float-btn img {
  height: auto;
  display: block;
}

.gallery-float-btn:hover {
  transform: scale(1.05); /* ホバー時に少し拡大 */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); /* 影を濃く */
}

/* スマートフォン表示時の調整 */
@media screen and (max-width: 768px) {
  .gallery-float-btn {
        width: 120px;
        height: 120px;
        bottom: 10px;
        left: 10px;
        z-index: 190;
        max-width: 30vw;
        max-height: 30vw;
  }

  .gallery-float-btn img {
  }
}