html {
    scroll-behavior: smooth;
}

tr {
    display: inline-block;
    vertical-align: top;
    border-color: inherit;
}

tbody {
    margin: 0px auto;
    width: 100%;
    display: block;
    vertical-align: middle;
    border-color: inherit;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: unset;
}

h2 {
    font-weight: unset;
}

h3 {
    font-weight: unset;
}

h4 {
    font-weight: unset;
}

h5 {
    font-weight: unset;
}

h6 {
    font-weight: unset;
}

a {
    text-decoration: none;
}


/*main*/
.lp-contents-box {
    width: 100%;
    margin: 0px auto 0px auto;
    text-align: center;
    padding: 0.1px 0px 0.1px 0px;
    background-color: #fff;
}

.lp-contents {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.fv-section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #BCBFC1;
    font-family: 'Noto Sans JP', sans-serif;
}

.lp-contents img {
    width: 100%;
    height: auto;
}

.mv {
    width: 100%;
    height: 720px;
    background-image: url('/assets/img/features/newbalance-greydays-2026/main-back.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;

}


.mv img {
    width: 664px;
}

.sec-01 {
    width: 100%;
    text-align: center;
    background-color: #373b3e;
    padding: 100px 0 48px
}

.sec-01 h1 img {
    height: auto;
    width: 494px;
    margin-bottom: 50px;
}

.body-text p {
    margin-bottom: 50px;
}


.title-en {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: bolder;
    line-height: 1;
    margin-bottom: 6px;
    margin-bottom: 33px;
}

.title-ja {
    font-size: 13px;
    letter-spacing: 0.12em;
    margin-bottom: 48px;
    font-weight: 400;
}


.floating-menu-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 200;
    background-color: #373b3e;
    width: 176px;
    padding: 15px 35px;
    border: 1px solid #666;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.floating-menu-btn.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.floating-menu-btn img {
    width: 100%;
    height: auto;
    display: block;
}

.anchor-nav {
    background-color: #373b3e;
    width: 1000px;
    margin: 0 auto 47px;
}

.anchor-nav__label {
    padding: 0;
    width: 57px;
    margin-left: 39px;
}

.anchor-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.anchor-nav__list li {
    position: relative;
    width: 324px;
}

.anchor-nav__list li a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 14px 37px;
    letter-spacing: 0.04em;
    text-align: left;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.anchor-nav__list li a img {
    height: 24.5px;
    width: auto;
}


.anchor-nav__list li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid #707070;
    box-sizing: border-box;
    transform-origin: left center;
    transition: width 0.3s ease;
    z-index: -1;
}

.anchor-nav__list li a:hover::before {
    width: 75%;
    background-color: #717171;
    border: 1px solid #fff;
}

.anchor-nav__list li:nth-child(2) a:hover::before {
    width: 90%;
}

.title-lineup {
    width: 398px;
    margin: 0 auto -22px;
}

.lineup-slider .splide__arrows {
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    top: auto;
}

.lineup-slider .splide__arrow {
    background: transparent;
    opacity: 1;
    width: 28px;
    height: 28px;
    top: auto;
    transform: none;
}

.lineup-slider .splide__arrow svg {
    display: none;
}

.lineup-slider .splide__arrow--prev::after {
    content: '◀';
    font-size: 22px;
    color: #B0B0B0;
}

.lineup-slider .splide__arrow--next::after {
    content: '▶';
    font-size: 22px;
    color: #B0B0B0;
}

.lineup-slider .splide__arrow--prev:hover::after {
    color: #676767 !important;
}

.lineup-slider .splide__arrow--next:hover::after {
    color: #676767 !important;
}

.lineup-slider .splide__arrow--prev {
    left: 370px;
}

.lineup-slider .splide__arrow--next {
    right: 370px;
}

.lineup-slider .splide__pagination {
    bottom: -35px;
}

.lineup-slider .splide__pagination__page {
    background: #707070;
    opacity: 1;
    width: 42px;
    height: 2px;
    border-radius: 0;
    margin: 0 3px;
}

.lineup-slider .splide__pagination__page.is-active {
    background: #707070;
    transform: none;
    padding: 3px 0;
}

.lineup-slider {
    position: relative;
    padding-bottom: 65px;
}

/* .launch-day {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 74px;
} */

.launch-day {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 25px;
    width: 1000px;
    text-align: left;
}


.launch-day span {
    font-size: 41px;
}

.sec-02 {
    background-color: #8E9591;
    padding: 50px 0 0;
    color: #373B3E;
}

.sec-02_items {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    color: #373B3E;
}

.sec-02_items .item {
    width: 494px;
}

.sec-02 .lineup-slider {
    width: 1000px;
    margin: 0 auto;
}



.sec-03 {
    background-color: #BFBFBF;
    padding: 28px 0 0;
}

.sec-03_items {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}

.sec-03_items .item {
    width: 32.333%;
}

.button-gray a {
    background-color: #B0B0B0;
    border: solid 1px #fff;
    color: #373B3E;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;
    padding: 15px 27px;
    margin: 0 auto 33px
}

.product-card {
    position: relative;
    color: #373B3E;
}

.product-card__img {
    position: relative;
    width: 100%;
    aspect-ratio: 1.1 / 1;
}

.product-card__shadow {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.product-card__shoe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.product-card__date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 43px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.product-card__date span {
    font-size: 25px;
}

.product-card__name {
    position: absolute;
    top: 200px;
    left: 17px;
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
}

.product-card__footer .button-gray a {
    position: absolute;
    top: 200px;
    right: 0;
    background-color: #B0B0B0;
    border: solid 1px #fff;
    color: #373B3E;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 12px;
    padding: 14px 24px;
    margin: 0 auto 33px;
    z-index: 10;
}

.product-card__footer .button-gray a:hover {
    background-color: #676767;
}

.sec-04 {
    background-color: #373B3E;
    padding: 37.5px 0 0;
}

.sec-04 h2 {
    width: 398px;
    margin: 0 auto 0px;
}

.sec-04 h3 {
    width: 664px;
    margin: 0 auto 81px;
}

.sec-04 .body-text p {
    margin: 0 auto 105px;
}

.sec-04 .body-text-01 p {
    margin: 0 auto 105px;
}

.sec-04 .body-text-02 p {
    margin: 0 auto 105px;
    padding: 0;
}

.artist {
    background-color: #5C5C5C;
}

.artist .lineup-slider {
    width: 1000px;
    margin: 0 auto 20px;
}

.sec-04 .body-text p {
    margin-bottom: 50px;
}

.artist-profile {
    width: 353px;
    margin: 0 auto;
}

.artist-profile img {
    margin: 0 0 20px;
}

.sns-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 31px;
}

.sns-links li a {
    display: block;
}

.sns-links li img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: 0 0 20px
}

.artist-text h3 {
    font-size: 21px;
    font-weight: bold;
    margin: 0 auto 50px;
}

.artist-text p {
    padding: 0 0 82px;
}

.artist-event {
    background-color: #BFBFBF;
    color: #373B3E;
    padding: 0 0 125px;
}

.artist-event h2 {
    /* padding: 31px 0 48px; */
    padding: 31px 0 0;
}

.event-day {
    margin: 0 auto 20px;
}

.event-day h3 {
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
    padding: 0;
    margin: 0 auto;
}

.event-day span {
    font-size: 18px;
}

.event_items {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.event_items .item {
    width: 494px;
}

.event_items .item:nth-child(2) {
    width: 480px;
}

.event-items__main {
    text-align: center;
    margin-bottom: 32px;
}

.event-items__lead {
    margin-bottom: 50px;
}

.event-items__notes {
    list-style: none;
    margin: 0 0 50px 56px;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
}

.event-items__notes li {
    margin-bottom: 4px;
}

.event-items__novelty {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.event-items__novelty-img {
    flex: 0 0 113px;
    width: 113px;
}

.event-items__novelty-img img {
    width: 100%;
    height: auto;
    display: block;
}

.event-items__novelty-txt {
    flex: 1;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

.event-items__novelty-txt p {
    margin-bottom: 14px;
}


.popup-event {
    padding: 23px 0;
    background-color: #5C5C5C;
}

.popup-event p {
    padding: 0;
    margin: 0;
}

.popup_items {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}

.popup_items .item {
    width: 494px;
    margin-bottom: 53px;
}

.popup_items .item h3 {
    width: 100%;
}

.popup_items .item img {
    width: 494px;
    margin-bottom: 53px;
}

.mygrey {
    background-color: #373B3E;
    padding: 18px 0 0;
}

.mygrey-slider {
    padding: 50px 0 40px;
    background-color: #373b3e;
    width: 1000px;
    margin: 0 auto;
}

.mygrey-card {
    padding: 0 8px;
}

.mygrey-card__btn {
    display: inline-block;
    border: 3px solid #fff;
    color: #373B3E;
    font-size: 15px;
    font-weight: bold;
    padding: 6px;
    margin-bottom: 21px;
    background: #B0B0B0;
    width: 100%;
    border-radius: 5px;

}

.sec-04 .mygrey-card h3 {
    width: 100%;
    color: #BCBFC1;
    padding: 0 0 17px;
    margin: 0;
}

.mygrey-card__title {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.mygrey-card__img {
    width: 100%;
    aspect-ratio: 3 / 3.3;
    background-color: #fff;
    margin-bottom: 16px;
}

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

.mygrey-card__txt {
    font-size: 14px;
    line-height: 1.8;
    color: #ccc;
    text-align: left;
}

.mygrey-scrollbar {
    padding: 0 20px;
    width: 233px;
    margin: 24px auto 24px;
}

.mygrey-scrollbar__track {
    width: 100%;
    height: 2px;
    background-color: #707070;
    position: relative;
}

.mygrey-scrollbar__thumb {
    position: absolute;
    top: -2px;
    left: 0;
    height: 6px;
    width: 30%;
    background-color: #707070;
    transition: left 0.2s;
}

.js-slider-mygrey .splide__pagination,
.js-slider-mygrey .splide__arrows {
    display: none;
}


.novelty {
    background-color: #BFBFBF;
    color: #373B3E;
    padding: 0 0 125px;
}

.novelty h2 {
    padding: 31px 0 20px;
}

.novelty_items {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.novelty_items .item {
    width: 494px;
}

.novelty_items .item:nth-child(2) {
    width: 480px;
}

.novelty-items__main {
    text-align: center;
    margin-bottom: 32px;
}

.novelty-items__lead {
    margin-bottom: 50px;
}

.sec-02 img,
.lineup-slider img,
.artist-profile img,
.event_items img,
.popup_items .item img,
.mygrey-card__img img,
.novelty_items img {
    border: 1px solid #707070;
}

.title-lineup img,
.sec-02_shadow,
.sns-links li img {
    border: none !important;
}


.pc_lp {
    display: block;
}

.sp_lp {
    display: none;
}

@media only screen and (max-width: 760px) {
    .pc_lp {
        display: none;
    }

    .sp_lp {
        display: block;
    }
}