/* ヘッダー */
.header {
    position: relative;
}

.header .__content-top {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 30%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.header_search_box {
    display: flex;
    justify-content: space-between;
}

.header_search_box input {
    width: 84%;
    height: 36px;
    border: 1px solid #878376;
    font-size: 16px;
    padding: 0 8px;
    border-radius: 7px;
}

.header_search_box .c-button {
    width: 15%;
    height: 36px;
    padding: 0;
}

.header .__banner .__wrap .__login.__is-guest .__block .__body .__login-link .__link {
    background-color: #00a9dc;
    padding: 6px 20px;
}

.header .__banner .__wrap .__login .__block .__body ul.__menu li a {
    background: #f0266f;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 6px 20px;
    display: block;
}

.wrapper {
    overflow: hidden;
}

.fv {
    display: block;
    margin-top: 30px;
}

.fv img {
    display: block;
}

.fv_title {
    font-size: 40px;
    letter-spacing: 1px;
    color: #868376;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.fv_text {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
    color: #868376;
}

/* スライダー全体 */
.slider-wrapper {
    display: flex;
    overflow: visible;
    margin-top: 30px;
}

/* スライド3枚のグループ */
.slider {
    -webkit-animation: scroll-left 20s infinite linear .5s both;
    animation: scroll-left 20s infinite linear .5s both;
    display: flex;
    padding: 0;
    margin: 0;
}

/* スライド */
.slide {
    width: calc(100vw / 5);
    list-style: none;
    margin-left: 30px;
}

/* スライドの画像 */
.slide img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.top_img1 {
    margin-bottom: 20px;
}

.only-sp {
    display: none;
}

/* CSSアニメーション */
@-webkit-keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@media (max-width: 1279px) {
    .fv_title {
        font-size: 30px;
    }

    .fv_text {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .only-pc {
        display: none;
    }

    .only-sp {
        display: block;
    }

    .fv_title {
        font-size: 24px;
        margin-top: 30px;
    }

    .fv_text {
        font-size: 14px;
        text-align: left;
    }

    .slide {
        width: calc(100vw / 4);
        margin-left: 20px;
    }

    .top_img1 {
        margin-bottom: 20px;
    }
}

/* コンテンツ */
.__block--banner img {
    aspect-ratio: 2 / 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.main.main--home section.__block:not(:last-child) {
    margin-bottom: 3rem;
}

.__block--free1 {
    text-align: center;
}

.__block--free1 p {
    font-size: 16px;
}

.__block--free1 a {
    text-decoration: underline;
}

.c-heading-main {
    font-size: 35px;
    color: #868376;
    font-weight: bold;
    text-align: center;
    background-color: unset;
    border-bottom: 2px dashed #868376;
    margin-bottom: 30px;
}

.p-product-block ul.__product li.__item {
    width: 20%;
}

.__block--pro-new .p-product-block ul.__product li.__item:nth-child(n+6) {
    display: none;
}

.p-product-block ul.__product li.__item a .__rank {
    margin-bottom: 10px;
}

.p-product-block ul.__product li.__item a .__photo {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto 30px;
}

.p-product-block ul.__product li.__item a .__photo img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.p-product-block ul.__product li.__item a .__title {
    color: #868376;
    font-weight: 400;
}

.c-more {
    text-align: center;
    margin-top: 30px;
}

.c-more a {
    display: inline-block;
    border-radius: 64px;
    background: #00a9dc;
    color: #fff;
    padding: 16px 64px;
    font-size: 18px;
    text-decoration: none;
}

.main.main--home section.__block.__block--news .__body ul li {
    font-size: 16px;
}

.main.main--home section.__block.__block--news .__body ul li>a span.__date,
.main.main--home section.__block.__block--news .__body ul li>span span.__date {
    color: #868376;
}

.main.main--home section.__block.__block--news .__body ul li>a span.__title,
.main.main--home section.__block.__block--news .__body ul li>span span.__title {
    color: #868376;
}

.c-news-label {
    display: none;
}

.footer {
    margin-top: 60px;
}

.footer .__copyright {
    max-width: unset;
    background-color: #fff;
}

@media (max-width: 960px) {
    .wrapper.wrapper--column-2 .__inner .main {
        padding-left: 2%;
        padding-right: 2%;
    }

    .header .__content-top {
        display: none;
    }

    .p-product-block ul.__product li.__item {
        width: 33%;
    }

    .wrapper.wrapper--column-2 .__inner .aside {
        margin-top: 50px;
    }
}

@media (max-width: 600px) {
    .p-product-block.p-product-block--compact ul.__product {
        white-space: unset;
        overflow-x: unset;
        overflow-y: unset;
    }

    .p-product-block.p-product-block--compact ul.__product li.__item {
        width: 50%;
    }

    .c-heading-main {
        font-size: 24px;
    }
}