@charset "UTF-8";

/* -------------------- top -------------------- */
.page-top .container {
    width: 100%;
}

/* top mv */
.top-mv {
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 48.52941176vw;
    min-width: 1240px;
    min-height: 601px;
}

.swiper-slide {
    width: 100% !important;
}

.swiper-slide a {
    display: block;
}

.swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #141414;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 26px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
}

.swiper-button-next:before,
.swiper-button-prev::before {
    content: '';
    width: 69px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 6px;
}

.swiper-button-next:before {
    right: 0;
}

.swiper-button-prev::before {
    left: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
    width: 23px;
    height: 23px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: -5px;
    left: -5px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 29px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 29px;
}

.top-mv-cart {
    display: block;
    width: 292px;
    height: 292px;
    border-radius: 50%;
    box-shadow: 0 37px 68px 0 rgba(50, 50, 50, 0.2);
    position: absolute;
    z-index: 9;
    right: 101px;
    bottom: -87px;
    transition: all 0.5s ease;
}

.top-mv-cart::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #141414;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}

.top-mv-cart:hover::before {
    transform: scale(1.1);
}

.top-mv-cart-icon {
    display: block;
    margin: 80px auto 0;
    width: 54px;
    height: 60.91px;
    position: relative;
    z-index: 2;
}

.top-mv-cart-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    transform: translate(0, 0);
}

.top-mv-cart:hover .top-mv-cart-icon svg {
    animation: ico_c 1.2s ease forwards;
}

@keyframes ico_c {
    from {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(0, -6px);
    }

    40% {
        transform: translate(0, 0);
    }

    to {
        transform: translate(0, 0);
    }
}

.top-mv-cart-en {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 26px;
    font-family: Avenir Next;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-top: 18px;
    transition: all 0.4s ease;
}

.top-mv-cart:hover .top-mv-cart-en {
    letter-spacing: 0.05em;
}

.top-mv-cart-ja {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-top: 16px;
    transition: all 0.4s ease;
}

.top-mv-cart:hover .top-mv-cart-ja {
    letter-spacing: 0.05em;
}

/* top about */
.top-about {
    position: relative;
    padding: 170px 0;
}

.top-about-lead {
    width: 790px;
    height: 101.98px;
    margin: 0 auto;
}

.top-about-list {
    margin-top: 160px;
    width: 1000px;
    margin: 160px auto 0;
}

.top-about-item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top-about-item:not(:last-child) {
    margin-bottom: 64px;
}

.top-about-item-img-01 {
    width: 40%;
}

.top-about-item-img-02 {
    width: 34%;
    position: relative;
    z-index: 2;
}

.top-about-item-box-01 {
    width: 60%;
    padding-top: 69px;
}

.top-about-item-box-02 {
    width: 66%;
    padding-top: 53px;
}

.top-about-item-txt {
    font-size: 17px;
    line-height: 2.35;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.top-about-item-txt:not(:last-child) {
    margin-bottom: 42px;
}

.top-about-item-txt-01 {
    margin-left: 80px;
}

.top-about-item-txt-02 {
    margin-left: 50px;
}

.top-about-btn {
    /* margin: 60px 0 0 50px; */
    margin: 80px auto 0;
}

.top-about-circle-01 {
    width: 291px;
    position: absolute;
    z-index: 1;
    top: -73px;
    right: -105px;
}

.top-about-circle-02 {
    width: 291px;
    position: absolute;
    z-index: 1;
    bottom: -165px;
    left: -169px;
}

/* top method */
.top-method {
    width: 740px;
    margin: 0 auto;
    padding: 30px 0 190px;
}

.top-method-ttl {
    font-size: 44px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.21em;
    margin: 0 0 80px;
}

.top-method-list {
    display: flex;
    justify-content: space-between;
}

.top-method-item {
    display: block;
    /*width: 338px;*/
    transition: all 0.75s cubic-bezier(.25, .46, .45, .94);
}

.top-method-item:hover {
    opacity: 0.6;
}

.top-method-item-img {
    display: block;
}

.top-method-item-ttl {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 24px 0 0;
}

.top-method-item-ttl span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

.top-method-txt {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.71;
    /* width: 470px; */
    margin: 44px auto 50px;
    text-align: center;
}

.top-method-btn-wrap {
    text-align: center;
    line-height: 2.5;
}

.top-method-btn {
    display: inline-block;
    text-decoration: underline;
    position: relative;
    padding-right: 12px;
    font-size: 18px;
    font-weight: 600;
}

.top-method-btn::after {
    content: '';
    width: 9px;
    height: 9px;
    border-right: 2px solid #444;
    border-top: 2px solid #444;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 48%;
    transform: rotate(45deg) translate(0, -50%);
}

/* .top-method-btn {
    width: 320px!important;
    margin: 0 auto;
    line-height: 1.5!important;
    padding-top: 8px;
    padding-bottom: 8px;
} */

/* top product */
.block-top-event {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.block-top-event .heading-01 {
    margin-bottom: 70px;
}

.block-top-event--header {
    border-top: none;
}

.block-top-event--goods {
    position: relative;
    z-index: 2;
    /* margin-bottom: 130px; */
}

.block-top-event--goods .block-goods-list-d--items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.block-top-event--goods .block-goods-list-d--items::after {
    content: '';
    display: block;
    width: 340px;
}

.block-top-event--goods .block-goods-list-d li {
    width: 340px;
    margin-bottom: 40px;
}

/* .block-top-event--goods .block-goods-list-d li:nth-child(n+7) .block-goods-list-d--comment {
    display: none;
} */
.block-top-event--goods .block-goods-list-d--item-body {
    width: 340px;
    position: relative;
}

.block-top-event--goods .block-goods-list-d--image {
    width: 340px;
}

.block-top-event--goods .block-goods-list-d--image a {
    display: block;
}

.block-top-event--goods .block-goods-list-d--image a img {
    transition: all 0.75s cubic-bezier(.25, .46, .45, .94);
}

.block-top-event--goods .block-goods-list-d--image a:hover img {
    opacity: 0.6;
}

.block-top-event--goods .block-goods-list-d--image figure {
    width: 340px;
    height: 340px;
}

.block-top-event--goods .block-goods-list-d--item-description {
    position: absolute;
    width: 340px;
    height: 340px;
    padding: 0;
    pointer-events: none;
}

.block-top-event--goods .block-goods-list-d--goods-name {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 14px;
    margin: 0 auto;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: center;
    width: 90%;
}

.block-top-event--goods .block-goods-list-d--comment {
    writing-mode: vertical-rl;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 0.08em;
    padding: 18px;
}

.block-top-event--goods .block-goods-list-d--goods-name a {
    text-decoration: none;
    font-size: 15px;
}

.block-top-event--goods .block-goods-list-d--add-cart,
.block-top-event--goods .block-goods-list-d--item-details {
    display: none;
}

.block-top-event--goods .block-goods-comment1-text2 {
    display: none;
}

.top-product-btn-wrap {
    /* position: absolute!important; */
    z-index: 9;
    /* right: 70px;
    bottom: 172px; */
    position: relative !important;
    /* bottom: 130px;
    right: auto; */
}

.top-product-btn-wrap .top-product-btn {
    margin: 0 auto;
}

.top-product-btn-wrap-dry {
    margin-bottom: 88px;
}

.top-product-btn-wrap-cool {
    margin-bottom: 170px;
}

/* top nutrition */
.top-nutrition {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 1377px;
    background-image: url(/img/usr/nutrition-bg.jpg);
    background-size: cover;
    background-position: center;
}

.top-nutrition-bg img {
    width: 100%;
}

.top-nutrition-inner {
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 122px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.top-nutrition-btn {
    margin: 78px auto 0;
}


/* top recipe */
.top-recipe {
    overflow: hidden;
    position: relative;
    padding: 172px 0 0;
}

.top-recipe-inner {
    width: 1100px;
    margin: 0 auto;
    position: absolute;
    top: 226px;
    right: 0;
    left: 0;
}

.top-recipe-txt {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.1em;
    margin-bottom: 66px;
}

.top-recipe-img {
    width: 61.02941176vw;
    min-width: 830px;
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.top-recipe-circle-01 {
    width: 291px;
    position: absolute;
    z-index: 1;
    top: -60px;
    left: -157px;
}

.top-recipe-circle-02 {
    width: 291px;
    position: absolute;
    bottom: 0;
    right: -128px;
}


/* top news */
.block-top-topic {
    width: 1100px;
    margin: -12px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 180px;
}

.block-top-topic--body {
    width: 796px;
    margin: 0;
}

.block-top-topic--items li {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
}

.block-top-topic--items li:first-child {
    border-top: 1px solid #e7e7e7;
}

.block-top-topic--items li:nth-child(n+4) {
    display: none;
}

.block-top-topic--items li a::before,
.block-top-topic--items li a::after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0;
    background: #f7f7f7;
}

.block-top-topic--items li a::before {
    left: 0;
    transition: all 0.1s cubic-bezier(.25, .46, .45, .94);
}

.block-top-topic--items li a::after {
    right: 0;
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94) 0.1s;
}

.block-top-topic--items li a:hover::before,
.block-top-topic--items li a:hover::after {
    width: 100%;
}

.block-top-topic--items li a:hover::before {
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
}

.block-top-topic--items li a:hover::after {
    transition: all 0.1s cubic-bezier(.25, .46, .45, .94) 0.4s;
}

.block-top-topic--items li a {
    position: relative;
    display: block;
}

.block-top-topic--items li a:hover {
    text-decoration: none;
}

.block-top-topic--items li a dl {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.block-top-topic--items li a dl::before {
    content: '';
    display: block;
    background: #141414;
    width: 16px;
    height: 1px;
    order: 3;
    position: relative;
    z-index: 2;
}

.block-top-topic--items li a dl::after {
    content: '';
    display: block;
    background: #141414;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    order: 4;
    margin-right: 25px;
    position: relative;
    z-index: 2;
}

.block-top-topic--items dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 28px 0;
    position: relative;
    z-index: 2;
}

.block-top-topic--items dt {
    font-family: Avenir Next;
    font-weight: 600;
    font-size: 14px;
    color: rgba(44, 44, 44, 0.5);
    width: 120px;
    order: 1;
}

.block-top-topic--items dd {
    font-size: 16px;
    font-weight: 600;
    color: #141414;
    line-height: 1.63;
    margin-right: 48px;
    width: 578px;
    order: 2;
    padding-top: 32px;
}

.block-top-topic--next-page {
    display: none;
}

.top-news-btn {
    margin-top: 72px;
}

.block-top-topic--icon {
    position: absolute;
    z-index: 3;
    top: 28px;
    left: 129px;
    width: 80px;
}

.block-topic-details--icon {
    position: absolute;
    z-index: 3;
    top: 29px;
    left: 121px;
    width: 80px;
}

.block-topic-page--article-icon {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 80px;
}

.top-news-bottom {
    width: 100%;
    text-align: right;
    margin-top: 8px;
}

.top-news-bottom-link {
    display: inline-block;
    font-size: 16px;
    color: #141414;
    margin-top: 8px;
}

/* top instagram */
.top-instagram {
    padding: 160px 0 0;
}

.top-instagram .ecbn-selection-page-tabs-area {
    display: none;
}

.top-instagram .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(n + 9) {
    display: none !important;
}

.top-instagram-inner {
    width: 1100px;
    margin: 0 auto;
}

.top-instagram-btn {
    margin: 80px auto 0;
}

/* top community */
.top-community {
    padding: 160px 0 0;
}

.top-community-inner {
    width: 1100px;
    margin: 0 auto;
}

.top-community-item:not(:first-child) {
    margin-top: 20px;
}

.top-community-link {
    display: block;
}

.top-community-link img {
    width: 100%;
}

/* -- MER_BEANUS-9 TOPページ改修 -- */
.block-top-topic {
    margin: 0 auto;
    padding-top: 60px;
}

.top-about {
    padding: 170px 0 80px;
}

.top-sugarRes {
    max-width: 1240px;
    margin: 100px auto 89px;
    color: #000;
}

h2.top-sugarRes-ttl img {
    padding-left: 5px;
    margin-bottom: -20px;
}

h2.top-sugarRes-ttl p {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.top-sugarRes-item-wrap {
    display: flex;
    gap: 72px;
    justify-content: center;
    margin: 37px 0 25px;
}

.top-sugarRes-item a {
    color: #000;
    transition: all 0.75s cubic-bezier(.25, .46, .45, .94);
}

.top-sugarRes-item a:hover {
    opacity: 0.6;
}

.top-sugarRes-item-img {
    max-width: 338px;
    max-height: 340px
}

.top-sugarRes-item-txt-wrap {
    text-align: center;
    margin: 10px 0 0;
}

.top-sugarRes-item-ttl {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.top-sugarRes-item-txt {
    font-size: 16px;
    font-weight: 500;
}

.top-sugarRes-btn {
    margin: 0 auto;
}