.header02 {
    display: none;
}

.product__no-post {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.top__header__sp {
    /* display: none; */
}

.mv-pc {
    display: none;
}

/* .mv-sp {
    display: none;
} */
video {
    width: 100%;
}

.header__top {
    display: none;
}

.content02__list-new__img {
    position: relative;
    aspect-ratio: 400/300;
    overflow: hidden;
}

.content02__list-new__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}

.top {}

.content01 {

    margin-top: 65px;

}

.content01__slider__wrap-sp {
    margin: 0 0 0 27px;
    margin-top: 62px;
}

.content01__slider {}

.content01__slider-item {
    position: relative;
    width: 235px;
    margin: 0 21.5px;
    padding: 5px 0 5px 5px;

}

.content01__slider__img {
    padding-top: 178%;
    overflow: hidden;
    position: relative;
}

.content01__slider__img img {
    position: absolute;
    /* top: 50%;
    left: 50%; */
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    /*  transform: translateY(-50%) translateX(-50%); */
    transition: transform .5s;
    top: 0;
}

.content01__slider__img:hover img {
    transform: scale(1.1);
}

.content01__slider-item::before {
    content: "";
    background-image: url('../img/img-l.png');
    display: block;
    position: absolute;
    width: 21.5%;
    height: 12%;
    top: -2%;
    left: -4%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;

}

.content01__slider-item::after {
    content: "";
    background-image: url('../img/img-l.png');
    display: block;
    position: absolute;
    width: 21.5%;
    height: 12%;
    bottom: -3%;
    right: -4%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    transform: rotate(180deg);

}

.content01__slider____img__txt {
    /* writing-mode: vertical-rl; */
    color: #fff;
    font-size: 48px;
    position: absolute;
    top: 20px;
    /* right: 0; */
    left: 10px;
    /* line-height: 0.6; */
    line-height: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.content01__slider____img__txt.pattern02 {}

.content01__slider____img__txt--s {
    font-size: 80%;
}

.content01__slider____img__txt--m {
    font-size: 85%;
}

.content01__slider____img__txt.pattern02 .content01__slider____img__txt--s {
    font-size: 70%;
}

.content01__slider__wrap-pc {
    display: none;
}

.content02 {
    margin: 0 27px;
    margin-top: 62px;
    padding-bottom: 80px;

}

.content02__list {
    margin-top: 47px;
    display: flex;
    flex-wrap: wrap;
}

.content02__list>li {
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;
    position: relative;
}

.content02__list>li:not(:nth-child(2n)) {
    margin-right: 20px;


}

/* .content02__list-new::before {
    content: "NEW";
    position: absolute;
    width: 43px;
    height: 18px;
    background-color: #A93F44;
    color: #fff;
    top: 0;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;

} */

.content02__list-new .content02__list__txt {
    font-size: 12px;
    /* height: 18px; */
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #191919d8;
    /* padding: 0 10px; */
    padding: 10px;
    flex-wrap: wrap;
    height: auto;
    flex-grow: 1;
}

/* .content02__list__txt span:not(:first-child) {
    display: none;
} */
.content02__list__txt span {
    display: inline-block;
    margin-right: 10px;
    line-height: 1.5;
}

.top-bg {
    background-image: url('../img/top/top-bg-sp.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding: 102px 27px;
}

.content03__img {
    margin-top: 42px;
}

.content03__txt {
    text-align: center;
    margin-bottom: 41px;
    margin-top: 20px;
}

.content04 {
    padding: 100px 27px;
}

.content04__list {
    margin-top: 42px;
    margin-bottom: 35px;
}

.content04__list li {
    padding: 0 12px 6px;
    border-bottom: 1px solid #707070;
    display: flex;

    align-items: center;
    margin-bottom: 16px;
}

.content04__list__time {
    font-size: 12px;
    background-color: black;
    padding: 4px 7px;
    color: #fff;
    margin-right: 20px;
}

.content04__list__info {
    font-size: 12px;
    line-height: calc(20/12);
}

.content04__list__info a {
    color: inherit;
}

.content02__list>li>a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.header__sp__r-sns__wrap {
    transform: translateY(0);
    transition: transform .5s linear;
}

.top__cta__sns-wrap {
    transform: translateY(100%);
    transition: transform .5s linear;
}

.top__header__sp__fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

.top__header__sp {
    transform: translateY(-100%);
    transition: transform .5s linear;
}

.header__sp {
    transition: transform .5s linear;
}

@media (min-width: 768px) {
    .mv__scroll {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 35px;
        height: 81px;
        margin: auto;
    }

    .mv__scroll__img {}

    .mv__scroll__line {
        width: 1px;
        height: 54px;
        background-color: #fff;
        margin: 0 auto;
        margin-top: 13px;
        position: relative;

    }

    .mv__scroll__line::before {
        width: 9px;
        height: 9px;
        border-radius: 100px;
        content: "";
        position: absolute;
        top: 0;
        display: block;
        background-color: #fff;
        left: calc(-9px/2);

        animation-name: scroll;
        animation-duration: 1.5s;

        /*  animation-fill-mode: forwards; */
        animation-iteration-count: infinite
    }

    @keyframes scroll {
        0% {
            opacity: 0;
            transform: translateY(0px);

        }

        40% {
            opacity: 1;
        }

        60% {
            opacity: 1;
        }


        100% {
            opacity: 0;

            transform: translateY(45px);
        }
    }



    .mv-sp {
        display: none;
    }

    .mv-pc {
        display: block;
        position: relative;
    }

    .header {
        display: none;
        margin-bottom: 0;
    }

    .header__top {
        display: block;

    }

    .header__sp__wrap {
        position: relative;
        width: 100%;
        z-index: 1000;
        top: 0;
    }

    .header__sp {
        /*   display: flex; */
        justify-content: center;
        /*  align-items: center; */
        /* padding: 0 13px; */
        position: relative;
        z-index: 100;
        background-color: #fff;
        width: 100%;
        height: 120px;
        filter: drop-shadow(0 2px 2px #00000054);
        display: flex;
        align-items: center;
    }



    .top {}

    .content01 {
        margin: 0 27px;
        margin-top: 126px;

    }

    .content01__slider__wrap-sp {
        margin-top: 62px;
        display: none;
    }

    .content01__slider {
        display: flex;
        justify-content: center;
    }

    .content01__slider>li:nth-child(2) {
        margin: 0 53px;
    }

    .content01__slider-item {
        position: relative;
        width: 235px;
        margin: 0;
        padding: 0;

    }

    .content01__slider__img {
        padding-top: 178%;
        overflow: hidden;
        position: relative;
    }

    .content01__slider__img img {
        position: absolute;
        /* top: 50%;
    left: 50%; */
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        object-fit: cover;
        /*  transform: translateY(-50%) translateX(-50%); */
        transition: transform .5s;
        top: 0;
    }

    .content01__slider__img:hover img {
        transform: scale(1.1);
    }

    .content01__slider-item::before {
        content: "";
        background-image: url('../img/img-l.png');
        display: block;
        position: absolute;
        width: 21.5%;
        height: 12%;
        top: -2%;
        left: -4%;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;

    }

    .content01__slider-item::after {
        content: "";
        background-image: url('../img/img-l.png');
        display: block;
        position: absolute;
        width: 21.5%;
        height: 12%;
        bottom: -3%;
        right: -4%;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
        transform: rotate(180deg);

    }

    .content01__slider____img__txt {
        /* writing-mode: vertical-rl; */
        /* color: #ffffffad; */
        color: #fff;
        font-size: 48px;
        position: absolute;
        top: 20px;
        /* right: 0; */
        left: 10px;
        /* line-height: 0.6; */
        line-height: 1;
    }

    .content01__slider__wrap-pc {
        display: block;
        margin-top: 92px;
    }

    .content02 {
        margin: 0 auto;
        padding: 0 27px;
        margin-top: 81px;
        padding-bottom: 100px;
        max-width: 799px;

    }

    .content02__list {
        margin-top: 62px;
        display: flex;
        flex-wrap: wrap;
    }

    .content02__list>li {
        width: calc((100% - 40px)/3);
        margin-bottom: 20px;
        position: relative;
        /* padding-top: 23.5%; */
        overflow: hidden;
    }

    /* .content02__list>li>a {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        object-fit: cover;
        transform: translateY(-50%) translateX(-50%);
        display: block;
    } */


    .content02__list>li>a img {
        transition: transform .5s;
    }

    .content02__list>li>a:hover img {
        transform: translateY(-50%) translateX(-50%) scale(1.1);
    }

    .content02__list>li:not(:nth-child(2n)) {
        margin-right: 0;


    }

    .content02__list>li:not(:nth-child(3n)) {
        margin-right: 20px;


    }

    .content02__list-new {}

    /* .content02__list-new::before {
        content: "NEW";
        position: absolute;
        width: 43px;
        height: 18px;
        background-color: #A93F44;
        color: #fff;
        top: 0;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;

    } */

    .content02__list__txt {
        font-size: 12px;
        height: 18px;
        display: flex;
        align-items: center;
        color: #fff;
        background-color: #191919d8;
        padding: 0 10px;
        margin-top: -18px;
        position: relative;

    }

    .top-bg {
        background-image: url('../img/top/top-bg-pc.png');
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        padding: 122px 27px;
    }

    .content03 {
        max-width: 884px;
        padding: 0 27px;
        margin: 0 auto;
    }

    .content03__img {
        margin-top: 62px;
    }

    .content03__txt {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .content04 {
        padding: 122px 27px 110px;
        max-width: 704px;
        margin: 0 auto;
    }

    .content04__list {
        margin-top: 62px;
        margin-bottom: 60px;
    }

    .content04__list li {
        padding: 0 12px 6px;
        border-bottom: 1px solid #707070;
        display: flex;

        align-items: center;
        margin-bottom: 21px;
    }

    .content04__list__time {
        font-size: 12px;
        background-color: black;
        padding: 4px 7px;
        color: #fff;
        margin-right: 20px;
    }

    .content04__list__info {
        font-size: 14px;
        line-height: calc(28/14);
    }

}