/*main*/
.lp-contents-box {
    width: 100%;
    margin: 0vw auto 0vw auto;
    text-align: center;
    padding: 0.008vw 0vw 0.008vw 0vw;
    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: 1.406vw;
    line-height: 1.8;
    color: #BCBFC1;
    font-family: 'Noto Sans JP', sans-serif;
}

.lp-contents img {
    width: 100%;
    height: auto;
}

.mv {
    width: 100%;
    height: 56.25vw;
    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: 51.875vw;
}

.sec-01 {
    width: 100%;
    text-align: center;
    background-color: #373b3e;
    padding: 7.813vw 0 3.75vw
}

.sec-01 h1 img {
    height: auto;
    width: 38.594vw;
    margin-bottom: 3.906vw;
}

.body-text p {
    margin-bottom: 3.906vw;
}


.title-en {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.188vw;
    font-weight: bolder;
    line-height: 1;
    margin-bottom: 0.469vw;
    margin-bottom: 2.578vw;
}

.title-ja {
    font-size: 1.016vw;
    letter-spacing: 0.12em;
    margin-bottom: 3.75vw;
    font-weight: 400;
}


.floating-menu-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 200;
    background-color: #373b3e;
    width: 13.75vw;
    padding: 1.172vw 2.734vw;
    border: 0.078vw solid #666;
    border-radius: 0.781vw 0 0 0.781vw;
    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: 78.125vw;
    margin: 0 auto 3.672vw;
}

.anchor-nav__label {
    padding: 0;
    width: 4.453vw;
    margin-left: 3.047vw;
}

.anchor-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.anchor-nav__list li {
    position: relative;
    width: 25.313vw;
}

.anchor-nav__list li a {
    display: block;
    color: #fff;
    font-size: 1.094vw;
    padding: 1.094vw 2.891vw;
    letter-spacing: 0.04em;
    text-align: left;
    margin-top: 0.781vw;
    position: relative;
    z-index: 1;
}

.anchor-nav__list li a img {
    height: 1.914vw;
    width: auto;
}


.anchor-nav__list li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 0.078vw 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: 0.078vw solid #fff;
}

.anchor-nav__list li:nth-child(2) a:hover::before {
    width: 90%;
}

.title-lineup {
	width: 31.094vw;
	margin: 0 auto -2.531vw;
}

.lineup-slider .splide__arrows {
    position: absolute;
    bottom: -1.328vw;
    left: 0;
    right: 0;
    top: auto;
}

.lineup-slider .splide__arrow {
    background: transparent;
    opacity: 1;
    width: 2.188vw;
    height: 2.188vw;
    top: auto;
    transform: none;
}

.lineup-slider .splide__arrow svg {
    display: none;
}

.lineup-slider .splide__arrow--prev::after {
    font-size: 1.719vw;
    color: #B0B0B0;
}

.lineup-slider .splide__arrow--next::after {
    font-size: 1.719vw;
    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: 28.906vw;
}

.lineup-slider .splide__arrow--next {
    right: 28.906vw;
}

.lineup-slider .splide__pagination {
    bottom: -2.734vw;
}

.lineup-slider .splide__pagination__page {
    background: #707070;
    opacity: 1;
    width: 3.281vw;
    height: 0.156vw;
    border-radius: 0;
    margin: 0 0.234vw;
}

.lineup-slider .splide__pagination__page.is-active {
    background: #707070;
    transform: none;
    padding: 0.234vw 0;
}

.lineup-slider {
    position: relative;
    padding-bottom: 5.078vw;
}

/* .launch-day {
	font-size: 5.625vw;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto 6vw;
} */

.launch-day {
    font-size: 5.625vw;
    font-weight: bold;
    line-height: 1;
    width: 78.125vw;
    text-align: left;
    margin: 0 auto 2vw;
}

.launch-day span {
    font-size: 3.203vw;
}

.sec-02 {
    background-color: #8E9591;
    padding: 3.906vw 0 0;
}

.sec-02_items {
    display: flex;
    justify-content: space-between;
    width: 78.125vw;
    margin: 0 auto;
    color:#373B3E;
}

.sec-02_items .item {
    width: 38.594vw;
}

.sec-02 .lineup-slider {
    width: 78.125vw;
    margin: 0 auto;
}



.sec-03 {
    background-color: #BFBFBF;
    padding: 2.188vw 0 0;
}

.sec-03_items {
    display: flex;
    justify-content: space-between;
    width: 78.125vw;
    margin: 0 auto;
}

.sec-03_items .item {
    width: 32.333%;
}

.button-gray a {
    background-color: #B0B0B0;
    border: solid 0.078vw #fff;
    color: #373B3E;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.094vw;
    padding: 1.172vw 2.109vw;
    margin: 0 auto 2.578vw
}

.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: 3.359vw;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.product-card__date span {
    font-size: 1.953vw;
}

.product-card__name {
    position: absolute;
    top: 15.625vw;
    left: 1.328vw;
    padding: 0;
    margin: 0;
    font-size: 1.953vw;
    font-weight: bold;
}

.product-card__footer .button-gray a {
    position: absolute;
    top: 15.625vw;
    right: 0;
    background-color: #B0B0B0;
    border: solid 0.078vw #fff;
    color: #373B3E;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 0.938vw;
    padding: 1.094vw 1.875vw;
    margin: 0 auto 2.578vw;
    z-index: 10;
}

.product-card__footer .button-gray a:hover {
    background-color: #676767;
}

.sec-04 {
    background-color: #373B3E;
    padding: 2.93vw 0 0;
}

.sec-04 h2 {
    width: 31.094vw;
    margin: 0 auto 0vw;
}

.sec-04 h3 {
    width: 51.875vw;
    margin: 0 auto 6.328vw;
}

.sec-04 .body-text p {
    margin: 0 auto 8.203vw;
}
.sec-04 .body-text-01 p {
    margin: 0 auto 8.203vw;
}

.sec-04 .body-text-02 p {
    margin: 0 auto 8.203vw;
    padding: 0;
}

.artist {
    background-color: #5C5C5C;
}

.artist .lineup-slider {
    width: 78.125vw;
    margin: 0 auto 1.563vw;
}

.sec-04 .body-text p {
    margin-bottom: 3.906vw;
}

.artist-profile {
    width: 27.578vw;
    margin: 0 auto;
}

.artist-profile img {
    margin: 0 0 1.563vw;
}

.sns-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 2.422vw;
}

.sns-links li a {
    display: block;
}

.sns-links li img {
    width: 2.5vw;
    height: 2.5vw;
    object-fit: contain;
    margin: 0 0 1.563vw
}

.artist-text h3 {
    font-size: 1.641vw;
    font-weight: bold;
    margin: 0 auto 3.906vw;
}

.artist-text p {
    padding: 0 0 6.406vw;
}

.artist-event {
    background-color: #BFBFBF;
    color: #373B3E;
    padding: 0 0 9.766vw;
}

.artist-event h2 {
    /* padding: 2.422vw 0 3.75vw; */
    padding: 2.422vw 0 0;
}

.event-day {
    margin: 0 auto 1.563vw;
}

.event-day h3 {
    font-size: 4.219vw;
    font-weight: bold;
    line-height: 1;
    padding: 0;
    margin: 0 auto;
}

.event-day span {
    font-size: 1.406vw;
}

.event_items {
    display: flex;
    justify-content: space-between;
    width: 78.125vw;
    margin: 0 auto;
    align-items: center;
}

.event_items .item {
    width: 38.594vw;
}

.event_items .item:nth-child(2) {
    width: 37.5vw;
}

.event-items__main {
    text-align: center;
    margin-bottom: 2.5vw;
}

.event-items__lead {
    margin-bottom: 3.906vw;
}

.event-items__notes {
    list-style: none;
    margin: 0 0 3.906vw 4.375vw;
    padding: 0;
    text-align: left;
    font-size: 1.094vw;
    line-height: 1.8;
}

.event-items__notes li {
    margin-bottom: 0.313vw;
}

.event-items__novelty {
    display: flex;
    align-items: flex-start;
    gap: 1.25vw;
}

.event-items__novelty-img {
    flex: 0 0 8.828vw;
    width: 8.828vw;
}

.event-items__novelty-img img {
    width: 100%;
    height: auto;
    display: block;
}

.event-items__novelty-txt {
    flex: 1;
    font-size: 1.094vw;
    line-height: 1.8;
    text-align: left;
}

.event-items__novelty-txt p {
    margin-bottom: 1.094vw;
}

.popup-event {
    padding: 2.297vw 0;
    background-color: #5C5C5C;
}

.popup-event p {
    padding: 0;
    margin: 0;
}

.popup_items {
    display: flex;
    justify-content: space-between;
    width: 78.125vw;
    margin: 0 auto;
}

.popup_items .item {
    width: 38.594vw;
    margin-bottom: 4.141vw;
}

.popup_items .item h3 {
    width: 100%;
}

.popup_items .item img {
    width: 38.594vw;
    margin-bottom: 4.141vw;
}

.mygrey {
    background-color: #373B3E;
    padding: 1.406vw 0 0;
}

.mygrey-slider {
    padding: 3.906vw 0 3.125vw;
    background-color: #373b3e;
    width: 78.125vw;
    margin: 0 auto;
}

.mygrey-card {
    padding: 0 0.625vw;
}

.mygrey-card__btn {
    display: inline-block;
    border: 0.234vw solid #fff;
    color: #373B3E;
    font-size: 1.172vw;
    font-weight: bold;
    padding: 0.469vw;
    margin-bottom: 1.641vw;
    background: #B0B0B0;
    width: 100%;
    border-radius: 0.391vw;

}

.sec-04 .mygrey-card h3 {
    width: 100%;
    color: #BCBFC1;
    padding: 0 0 1.328vw;
    margin: 0;
}

.mygrey-card__title {
    font-size: 1.641vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.938vw;
    letter-spacing: 0.02em;
    height: 4.688vw;
    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: 1.25vw;
}

.mygrey-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mygrey-card__txt {
    font-size: 1.094vw;
    line-height: 1.8;
    color: #ccc;
    text-align: left;
}

.mygrey-scrollbar {
    padding: 0 1.563vw;
    width: 18.203vw;
    margin: 1.875vw auto 1.875vw;
}

.mygrey-scrollbar__track {
    width: 100%;
    height: 0.156vw;
    background-color: #707070;
    position: relative;
}

.mygrey-scrollbar__thumb {
    position: absolute;
    top: -0.156vw;
    left: 0;
    height: 0.469vw;
    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 9.766vw;
}

.novelty h2 {
    padding: 2.422vw 0 1.563vw;
}

.novelty_items {
    display: flex;
    justify-content: space-between;
    width: 78.125vw;
    margin: 0 auto;
    align-items: center;
}

.novelty_items .item {
    width: 38.594vw;
}

.novelty_items .item:nth-child(2) {
    width: 37.5vw;
}

.novelty-items__main {
    text-align: center;
    margin-bottom: 2.5vw;
}

.novelty-items__lead {
    margin-bottom: 3.906vw;
}

.sec-02 img,
.lineup-slider img,
.artist-profile img,
.event_items img,.popup_items .item img,
.mygrey-card__img img,.novelty_items img
{
    border: 0.078vw solid #707070;
}
.title-lineup img,
.sec-02_shadow,.sns-links li img {
    border: none !important;
}


.pc_block {
    display: block;
}

.sp_block {
    display: none;
}

@media only screen and (max-width: 59.375vw) {
    .pc_block {
        display: none;
    }

    .sp_block {
        display: block;
    }
}
