@charset "UTF-8";

/* -------------------- top -------------------- */
.page-top .pane-main {
    margin-bottom: 145px;
}

/* top mv */
.top-mv {
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 48.52941176vw;
    min-height: 601px;
}
.swiper-slide {
    width: 100%!important;
}
.swiper-slide a {
    display: block;
}
.swiper-slide img {
    width: 100%;
    display: block;
}
.swiper-pagination-bullet {
    background: #fff;
    width: 2.4vw;
    height: 2.4vw;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #141414;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.2vw;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 24vw;
}
.top-mv-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 85.06666667vw;
    height: 26.66666667vw;
    border-radius: 3.2vw;
    background: #141414;
    box-shadow: 0 18px 34px 0 rgba(50,50,50,0.2);
    position: absolute;
    z-index: 9;
    right: 0;
    left: 0;
    bottom: -9.333333333vw;
    margin: 0 auto;
    border: 2px solid #141414;
    box-sizing: border-box;
    transition: all 0.5s ease;
}
/* .top-mv-cart:hover {
    background: #fff;
    text-decoration: none;
} */
.top-mv-cart-icon {
    display: block;
    width: 8.533333333vw;
    height: 8.674666667vw;
    margin: 0 4.266666667vw 0 14.66666667vw;
}
.top-mv-cart-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
/* .top-mv-cart:hover .top-mv-cart-icon svg {
    fill: #141414;
} */
.top-mv-cart-en {
    color: #fff;
    font-size: 7.466666667vw;
    font-family: Avenir Next;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
.top-mv-cart-ja {
    color: #fff;
    font-size: 3.733333333vw;
    font-weight: 600;
    line-height: 1;
    margin-top: 2.133333333vw;
}
/* .top-mv-cart:hover .top-mv-cart-ja  {
    color: rgba(20, 20, 20, 0.7);
} */

/* top about */
.top-about {
    position: relative;
    padding: 130px 0 120px;
}
.top-about-lead {
    width: 85.06666667vw;
    height: 27.65066667vw;
    margin: 0 auto;
}
.top-about-list {
    margin: 80px auto 0;
}
.top-about-item {
    position: relative;
    width: 100%;
}
.top-about-item:not(:last-child) {
    margin-bottom: 36px;
}
.top-about-item-img {
    position: relative;
    width: 75.73333333vw;
    height: 99.73333333vw;
    margin: 0 auto;
}
.top-about-item-img-01 {
    width: 67.46666667vw;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.top-about-item-img-02 {
    width: 44.4vw;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
}
.top-about-item-box-01 {
    padding: 0 28px;
}
.top-about-item-box-02 {
    padding: 36px 28px 0;
}
.top-about-item-txt {
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: 0.07em;
    font-weight: 600;
}
.top-about-item-txt:not(:last-child) {
    margin-bottom: 32px;
}
.top-about-btn {
    margin: 48px auto 0;
}

/* top method */
.top-method {
    margin: 0 auto;
    padding: 0 28px 119px;
}
.top-method-ttl {
    font-size: 28px;
    line-height: 1.29;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.21em;
    margin: 0 0 36px;
    padding: 0;
}
.top-method-item {
    display: block;
    width: 100%;
}
.top-method-item:not(:last-child) {
    margin-bottom: 31px;
}
.top-method-item-img {
    display: block;
    width: 100%;
}
.top-method-item-ttl {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 24px 0 0;
    padding: 0;
}
.top-method-item-ttl span {
    display: block;
    font-size: 15px;
    margin-top: 2px;
}
.top-method-txt {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.57;
    margin: 28px auto 35px;
}
.top-method-txt span {
    position: relative;
    display: block;
    padding-left: 16px;
}
.top-method-txt span::before {
    content: '※';
    display: block;
    font-size: 14px;
    line-height: 1.57;
    position: absolute;
    top: 0;
    left: 0;
}
.top-method-btn-wrap {
    text-align: center;
    line-height: 2.5;
}
.top-method-btn {
    display: inline-block;
    text-decoration: underline;
    position: relative;
    padding: 9px 12px 9px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}
.top-method-btn::after {
    content: '';
    width: 8px;
    height: 8px;
    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: 280px!important;
    margin: 0 auto;
    line-height: 1.5!important;
    padding: 15px 0;
} */

/* top product */
.block-top-event {
    position: relative;
    margin: 0 auto;
    padding: 0 28px;
}
.block-top-event .heading-01 {
    margin-bottom: 50px!important;
}
.block-top-event .heading-05-txt {
    line-height: 1.4;
}
.block-thumbnail-t--items {
    border: none;
    padding: 0;
}
.block-thumbnail-t--items li {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
}
.block-thumbnail-t--items li:not(:last-child) {
    margin-bottom: 20px;
}
/* .block-thumbnail-t--items li:nth-child(n+6) .block-thumbnail-t--comment {
    display: none;
} */
.block-thumbnail-t--items li a {
    display: block;
    width: 100%;
    height: 100%;
}
.block-thumbnail-t--goods-image figure {
    padding: 0;
}
.block-thumbnail-t--goods-image figure img {
    display: block;
    width: 100%;
}
.block-thumbnail-t--price-infos {
    display: none;
}
.block-thumbnail-t--goods-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block-thumbnail-t--goods-name {
    font-size: 16px;
    line-height: 1.24;
    position: absolute;
    bottom: 17px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 94%;
}
.block-thumbnail-t--comment {
    writing-mode: vertical-rl;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.37;
    letter-spacing: -0.02em;
    position: absolute;
    top: 16px;
    right: 16px;
}
.block-thumbnail-t--goods-image {
    margin: 0;
}
.top-product-btn-wrap {
    width: 230px;
    margin: 40px auto 100px;
}
.top-product-btn-wrap-dry {
    margin-bottom: 60px;
}
.top-product-btn-wrap-cool {
    margin-bottom: 100px;
}

/* top nutrition */
.top-nutrition {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 1385px;
    background-image: url(/img/usr/nutrition-bg-sp.jpg);
    background-size: cover;
    background-position: center;
}
.top-nutrition-bg img {
    width: 100%;
}
.top-nutrition-inner {
    margin: 0 auto;
    position: absolute;
    top: 90px;
    left: 0;
    padding: 0 28px;
}
.top-nutrition-btn {
    margin: 36px auto 0;
}


/* top recipe */
.top-recipe {
    overflow: hidden;
    position: relative;
    padding: 100px 0 0;
}
.top-recipe-txt {
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: 0.1em;
    text-align: center;
    margin: -8px 0 32px;
}
.top-recipe-img {
    position: relative;
    z-index: 2;
}
.top-recipe-btn {
    margin: 40px auto 0;
}


/* top news */
.block-top-topic {
    margin: 0;
    padding: 125px 28px 0;
}
.block-top-topic--body {
    margin: 0;
}
.block-top-topic--items {
    border-top: 1px solid #e7e7e7;
}
.block-top-topic--items li {
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
}
.block-top-topic--items li:nth-child(n+4) {
    display: none;
}
.block-top-topic--items li a {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.block-top-topic--items li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-top-topic--items li a:hover {
    text-decoration: none;
}
.block-top-topic--items li a::before {
    content: '';
    display: block;
    background: #141414;
    width: 9px;
    height: 1px;
    order: 2;
    margin-left: auto;
}
.block-top-topic--items li a::after {
    content: '';
    display: block;
    background: #141414;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    order: 3;
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
}
.block-top-topic--items dl {
    padding: 20px 26px 19px 0;
    order: 1;
}
.block-top-topic--items dt {
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 12px;
    color: rgba(44,44,44,0.5);
    margin-bottom: 12px;
}
.block-top-topic--items dd {
    font-size: 14px;
    color: #141414;
    line-height: 1.57;
}
.block-top-topic--next-page {
    display: none;
}
.top-news-btn {
    margin: 40px auto 0;
}
.block-top-topic--icon,
.block-topic-details--icon {
    position: absolute;
    z-index: 3;
    top: 19px;
    left: 80px;
    width: 80px;
}
.block-topic-page--article-icon {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 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: 100px 0 0;
}
.top-instagram .heading-01 {
    margin-bottom: 18px!important;
}
.top-instagram .ecbn-selection-page-tabs-area {
    display: none;
}
.top-instagram .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(n + 10) {
    display: none!important;
}
.top-instagram-inner {
    padding: 0;
    margin: 0 auto;
}
.top-instagram-btn {
    margin: 40px auto 0;
}

/* top community */
.top-community {
    padding: 100px 0 0;
}
.top-community-inner {
    padding: 0 28px;
    margin: 0 auto;
}
.top-community-item:not(:first-child) {
    margin-top: 40px;
}
.top-community-link {
    margin: 0 auto;
}
.top-community-link img {
  width: 100%;
}

/* -- MER_BEANUS-9 TOPページ改修 -- */
.block-top-topic {
    padding: 0 28px;
}
.top-about {
    padding: 130px 0 45px;
}
.top-sugarRes {
    margin: 50px auto 150px;
    color: #000;
}
h2.top-sugarRes-ttl p {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin: 5px 0 0;
}
.top-sugarRes-item-wrap{
    display: grid;
    gap: 45px;
    padding: 0 26px;
    margin: 52px 0 45px;
}
.top-sugarRes-item a {
    color: #000;
    transition: all 0.75s cubic-bezier(.25, .46, .45, .94);
}
/* .top-sugarRes-item-img{
    max-width: 338px;
    max-height: 340px
} */
.top-sugarRes-item-txt-wrap {
    text-align: center;
    margin: 8px 0 0;
}
.top-sugarRes-item-ttl {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    letter-spacing: -1px;
}
.top-sugarRes-item-txt {
    font-size: 16px;
    font-weight: 500;
}
.top-sugarRes-btn {
    margin: 0 auto;
}