﻿
/* ---- 商品詳細 ---- */
/* LAYOUT */
#goodsspec_body .goodsproductdetail_ {
    max-width: 960px;
    margin-top: 0;
}

/* Main Visual */
#goodsspec_body #gallery {
    width: 100%;
}
#goodsspec_body #gallery .img_main_ ul li {
    height: calc(520 / 390 * 100 * 1vw);
    max-height: none;
    aspect-ratio: auto;
}
#goodsspec_body #gallery .img_main_view_ .bx-controls-direction {
    /* display: none; */
}
#goodsspec_body #gallery .bx-next,
#goodsspec_body #gallery .bx-prev {
    width: 2.7rem;
    height: 5rem;
    border-radius: 0;
    background: none;
    overflow: hidden;
}
 #goodsspec_body #gallery .bx-next {
    right: .4rem;
}
#goodsspec_body #gallery .bx-prev {
    left: .4rem;
}
#goodsspec_body #gallery .bx-next::before,
#goodsspec_body #gallery .bx-prev::before {
    width: 3rem;
    height: 3rem;
    border-color: #616161;
}
#goodsspec_body #gallery .bx-next::before {
    left: -1.2rem;
}
#goodsspec_body #gallery .bx-prev::before {
    left: .8rem;
}
@media screen and (min-width: 768px) {
    #goodsspec_body #gallery {
        width: 45.833%;
    }
    #goodsspec_body #gallery .img_main_ ul li {
        height: calc(587 / 960 * 100 * 1vw);
        max-height: 587px;
    }
    #goodsspec_body #gallery .bx-next,
    #goodsspec_body #gallery .bx-prev {
        width: 27px;
        height: 50px;
    }
    #goodsspec_body #gallery .bx-next {
        right: 4px;
    }
    #goodsspec_body #gallery .bx-prev {
        left: 4px;
    }
    #goodsspec_body #gallery .bx-next::before,
    #goodsspec_body #gallery .bx-prev::before {
        width: 30px;
        height: 30px;
    }
    #goodsspec_body #gallery .bx-next::before {
        left: -12px;
    }
    #goodsspec_body #gallery .bx-prev::before {
        left: 8px;
    }
}

/* thumbnail */
#goodsspec_body #gallery .img_thumbnail_view_ .thumbnailList li {
    width: 4.8rem;
    height: 6.4rem;
}
#goodsspec_body #gallery .img_thumbnail_view_ .thumbnailList li {
    border-color: transparent;
}
#goodsspec_body #gallery .img_thumbnail_view_ .thumbnailList li:has(a.active) {
    border-color: var(--rv-gold2);
}
.img_thumbnail_view_ .simplebar-track.simplebar-horizontal {
    height: 4px;
    background: linear-gradient(to bottom, transparent 25%, var(--rv-gray3) 26%, var(--rv-gray3) 50%, transparent 51%, transparent 100%);
}
.img_thumbnail_view_  .simplebar-scrollbar:before {
    background: var(--rv-gold);
    border-radius: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media screen and (min-width: 768px) {
    #goodsspec_body #gallery .img_thumbnail_view_ .thumbnailList li {
        width: 90px;
        height: 120px;
    }
}

/* 一覧モーダル */
#goodsspec_body #gallery .img_main_ .icon_showList {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../../products/common/ico_thumbnail.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    row-gap: 0;
}
#goodsspec_body #gallery .img_main_ .icon_showList div::before,
#goodsspec_body #gallery .img_main_ .icon_showList div::after {
    display: none;
}

#goodsspec_body #gallery .imagesListModal {
    background-color: rgba(var(--rv-goldRGB), .9);
}
#goodsspec_body #gallery .imagesListModal-inner {
    padding: 12.8rem 2rem;
}
.imagesListModal-title {
    display: none;
}
#goodsspec_body #gallery .imagesListModal-list {
    margin-top: 0;
}
#goodsspec_body #gallery .imagesListModal-list ul li {
    height: calc(104 / 390 * 100 * 1vw);
    border: none;
}
#goodsspec_body #gallery .imagesListModal-btn {
    width: 4.8rem;
    height: 4.8rem;
    top: 8rem;
    right: 2rem;
}
#goodsspec_body #gallery .imagesListModal-btn::before,
#goodsspec_body #gallery .imagesListModal-btn::after {
    width: 4.3rem;
    background-color: var(--rv-white);
}
#goodsspec_body #gallery .imagesListModal-btn::before {
    rotate: -25deg;
}
#goodsspec_body #gallery .imagesListModal-btn::after {
    rotate: 25deg;
}
.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
    width: 6rem;
    height: 6rem;
}
.pswp .pswp__button--arrow--left {
    background: url(../img/ic-arrow3-left-white.png) no-repeat center / 2rem 3.5rem !important;
}
.pswp .pswp__button--arrow--right {
    background: url(../img/ic-arrow3-right-white.png) no-repeat center / 2rem 3.5rem !important;
}
.pswp .pswp__button--arrow--left::before,
.pswp .pswp__button--arrow--right::before {
    display: none;
}
@media screen and (min-width: 768px) {
    #goodsspec_body #gallery .img_main_ .icon_showList {
        display: block;
        width: 21px;
        height: 21px;
        top: 14px;
        right: 14px;
    }
    #goodsspec_body #gallery .imagesListModal-inner {
        padding-top: 148px 0;
    }
    #goodsspec_body #gallery .imagesListModal-list {
        max-width: 480px;
        margin: 0 auto;
    }
    #goodsspec_body #gallery .imagesListModal-list ul li {
        width: calc(((100% - (10px * 3)) / 4));
        height: 133.035%;
    }
    #goodsspec_body #gallery .imagesListModal-btn {
        top: 100px;
        right: inherit;
        left: 67%;
    }
}

/* galleryモーダル */
.pswp .pswp__bg {
    background-color: rgba(var(--rv-goldRGB), .9);
}
.pswp .pswp__button.pswp__button--close {
    width: 4.8rem;
    height: 4.8rem;
}
.pswp .pswp__button.pswp__button--close::before,
.pswp .pswp__button.pswp__button--close::after {
    width: 4.3rem;
    background-color: var(--rv-white);
}
.pswp .pswp__button.pswp__button--close::before {
    rotate: -25deg;
}
.pswp .pswp__button.pswp__button--close::after {
    rotate: 25deg;
}
@media screen and (min-width: 768px) {
    .pswp .pswp__button.pswp__button--close {
        width: 48px;
        height: 48px;
    }
    .pswp .pswp__button.pswp__button--close::before,
    .pswp .pswp__button.pswp__button--close::after {
        width: 43px;
    }
    .pswp .pswp__button--arrow--left,
    .pswp .pswp__button--arrow--right {
        width: 60px;
        height: 60px;
    }
}

/* 商品名とかごフォーム */
#goodsspec_body .goodsproductdetail_ .goodsspec_ {
    width: 100%;
    padding: 0 2.8rem;
}
#goodsspec_body .goodsspec_ #spec_goods_name {
    margin-top: 0;
}
#goodsspec_body .goodsspec_ #spec_goods_name h2 {
    font-size: 2.4rem;
    font-family: var(--rv-font-shipporiMincho);
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.2;
}
#goodsspec_body .goodsspec_comment_ {
    font-size: 1.4rem;
    font-family: var(--rv-font-shipporiMincho);
    color: var(--rv-black);
    letter-spacing: .01em;
    line-height: 1.7;
    margin: 2rem 0 4rem;
}
@media screen and (min-width: 768px) {
    #goodsspec_body .goodsproductdetail_ .goodsspec_ {
        width: 45.833%;
        padding: 0;
    }
    #goodsspec_body .goodsspec_ #spec_goods_name {
        margin-top: 0;
    }
    #goodsspec_body .goodsspec_ #spec_goods_name h2 {
        font-size: 24px;
    }
    #goodsspec_body .goodsspec_comment_ {
        font-size: 14px;
        margin: 20px 0 0 0;
    }
}

/* バリエーション */
#goodsspec_body .variationlist_ .colors_ .rslt_,
#goodsspec_body .variationlist_ .sizes_ .rslt_ {
    min-height: auto;
    font-size: 1.4rem;
    line-height: 1;
    background-color: transparent;
    padding: 0;
    letter-spacing: .05em;
}
#goodsspec_body .variationlist_ .variation_list_wrap_ {
    width: 100%;
    margin-top: 0;
}
#goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ {
    width: 4.8rem;
}
#goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ > div.color_ {
    height: 0;
    background-color: transparent;
    padding-top: 6.2rem;
}
#goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ > div.color_.color_DisableStock_ {
    filter: saturate(0);
    position: relative;
    overflow: hidden;
}
#goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ > div.color_.color_DisableStock_::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to left bottom, transparent 49%, #000 50%, transparent 51%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
}
#goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ > div {
    background-color: #fff;
    border: 1px solid transparent;
}
#goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ > div.size_ {
    font-size: 1.4rem;
    font-family: var(--rv-font-openSans);
    color: var(--rv-gold2);
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1;
    border-radius: .4rem;
    padding: 1.5rem 2rem;
}
#goodsspec_body .variationlist_ .sizes_ .variation_list_wrap_ > .varItem_ > div.size_Selected_::before {
    display: none;
}
#goodsspec_body .variationlist_ .sizes_ .variation_list_wrap_ > .varItem_ > div.size_DisableStock_::before {
    display: none;
}
#goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ > div.size_DisableStock_  {
    background-color: var(--rv-gray3);
}
#goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ > div.color_Selected_,
#goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ > div.size_Selected_ {
    border: 1px solid var(--rv-gold);
}
#goodsspec_body .variationlist_ .sizes_ .variation_list_wrap_ > .varItem_ > div.size_Selected_:not(.size_DisableStock_ ) {
    background-color: var(--rv-gold3);
}
@media screen and (min-width: 768px) {
    #goodsspec_body .variationlist_ .colors_ .rslt_,
    #goodsspec_body .variationlist_ .sizes_ .rslt_ {
        font-size: 14px;
    }
    #goodsspec_body .variationlist_ .variation_list_wrap_ {
        margin-top: 10px;
    }
    #goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ {
        width: 48px;
    }
    #goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ > div.color_ {
        padding-top: 61px;
    }
    #goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ > div.size_ {
        font-size: 14px;
        border-radius: 4px;
        padding: 15px 20px;
    }
}

/* 価格表示 */
.goodsspec_price_ .price_pop_ {
    display: block;
    letter-spacing: .05em;
}
#goodsspec_body .goodsspec_price_ .price_ {
    font-size: 2.4rem;
    font-family: var(--rv-font-openSans);
    font-weight: 400;
    letter-spacing: .05em;
}
#goodsspec_body .goodsspec_price_ .price_::after {
    font-size: 1.2rem;
    font-family: var(--rv-font-zenKaku);
    font-weight: 400;
}
#goodsspec_body .goodsspec_price_ .small_ {
    font-size: 1.2rem;
    color: var(--rv-gray2);
    letter-spacing: .05em;
    text-decoration: line-through;
}
#goodsspec_body .goodsspec_price_ .small_::after {
    font-size: 1.2rem;
    color: var(--rv-gray2);
}
#goodsspec_body .goodsspec_price_ .point_ {
    font-size: 1.4rem;
    color: var(--rv-gold2);
    font-family: var(--rv-font-notoSans);
    margin-left: auto;
}
#goodsspec_body .goodsspec_price_ .point_::before {
    border-color: var(--rv-gold2);
}
@media screen and (max-width: 767px) {
    #goodsspec_body .goodsspec_price_ {
        margin: 4rem 0 !important;
    }
}
@media screen and (min-width: 768px) {
    #goodsspec_body .goodsspec_price_ .price_ {
        font-size: 24px;
    }
    #goodsspec_body .goodsspec_price_ .price_::after {
        font-size: 12px;
    }
    #goodsspec_body .goodsspec_price_ .small_ {
        font-size: 12px;
    }
    #goodsspec_body .goodsspec_price_ .small_::after {
        font-size: 12px;
    }
    #goodsspec_body .goodsspec_price_ .point_ {
        font-size: 14px;
    }
}

/* カートボタン */
#goodsspec_body .cartbox_ {
    max-width: none;
    align-items: center;
    column-gap: .6rem;
}
#goodsspec_body .cartbox_ .cartButton_area_ {
    width: calc(100% - .6rem - 4.8rem);
}
button.btn_cart_l_ {
    color: #fff;
    background-color: var(--rv-gold);
    font-size: 1.6rem;
    padding: 1.7rem 0;
    border-radius: 100px;
}
button.btn_cart_l_::before {
    display: none;
}
@media screen and (min-width: 768px) {
    #goodsspec_body .cartbox_ {
        column-gap: 20px;
    }
    #goodsspec_body .cartbox_ .cartButton_area_ {
        width: 278px;
        width: calc(100% - 20px - 60px);
    }
    button.btn_cart_l_ {
        font-size: 16px;
        padding: 17px 0;
    }
}

/* 在庫切れ */
#goodsspec_body .cartbox_ .cartButton_area_ .no_stock_ {
    font-size: 1.6rem;
    padding: 1.7rem 0;
    border-radius: 100px;
}
#goodsspec_contents_ input#nostock {
    display: none;
}
@media screen and (min-width: 768px) {
    #goodsspec_body .cartbox_ .cartButton_area_ .no_stock_ {
        font-size: 16px;
        padding: 17px 0;
    }
}

/* お気に入り */
#goodsspec_body .cartbox_ .btn_bookmark_ {
    width: 4.8rem;
    height: 4.8rem;
}
#goodsspec_body .cartbox_ .btn_bookmark_link {
    border-radius: 50%;
    border: none;
}
#goodsspec_body .cartbox_ .btn_bookmark_link::before {
    width: 100%;
    height: 100%;
    background-image: url(../img/ic-bookmark.png);
}
#goodsspec_body .cartbox_ .btn_bookmark_.-is-loading .btn_bookmark_link::before {
    background-image: url(../img/ic-bookmark.png);
}
#goodsspec_body .cartbox_ .btn_bookmark_link_text {
    display: none;
}

@media screen and (min-width: 768px) {
    #goodsspec_body .cartbox_ .btn_bookmark_ {
        width: 60px;
        height: 60px;
    }
}
/* シェアボタン */
#goodsspec_body .cartbox_ .btn_share {
    display: none;
}

/* セット内容 */
#replace_goodsset {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-top: 4rem;
}
#replace_goodsset .goods_ {
    display: block;
}
#goodsspec_body .togetherlist_ .common_Tit2_ {
    font-size: 1.6rem;
    letter-spacing: .05em;
    pointer-events: none;
}
#replace_goodsset .togetherlist_ .common_Tit2_::before, #replace_goodsset .togetherlist_ .common_Tit2_::after {
    display: none !important;
}
.StyleN_Frame_ .StyleN_Line_+.StyleN_Line_ {
    margin-top: 0;
    border-top: 1px solid var(--rv-gold);
}
.StyleN_Frame_ .StyleN_Line_:first-child {
    border-top: none;
}
.StyleN_Frame_ .StyleN_Line_ > a,
.StyleN_Frame_ .StyleN_Line_ > span {
    padding-right: 0;
    background-color: var(--rv-gold3);
}
.StyleN_Frame_ .StyleN_Line_ > a {
    text-decoration: none;
}
.StyleN_Frame_ .StyleN_Line_ a .txt_,
.StyleN_Frame_ .StyleN_Line_:last-child .txt_ {
    padding: 2rem 9rem 2rem 2rem;
}
.StyleN_Frame_ .StyleN_Line_:not(:has(a)) .txt_ {
    padding-left: 2rem;
}
.StyleN_Frame_ .StyleN_Line_ a .txt_::after {
    right: 2rem;
}
.StyleN_Frame_ .StyleN_Line_:last-child a .txt_::after {
    top: 50%;
}
.StyleN_Frame_ .StyleN_Line_ .txt_ {
    font-size: 1.2rem;
    letter-spacing: .05em;
}
@media screen and (min-width: 768px) {
    #replace_goodsset {
        margin-top: 40px;
    }
    #goodsspec_body .togetherlist_ .common_Tit2_ {
        font-size: 16px;
    }
    .StyleN_Frame_ .StyleN_Line_ a .txt_,
    .StyleN_Frame_ .StyleN_Line_:last-child .txt_ {
        padding: 20px 90px 20px 20px;
    }
    .StyleN_Frame_ .StyleN_Line_:not(:has(a)) .txt_ {
        padding-left: 20px;
    }
    .StyleN_Frame_ .StyleN_Line_ a .txt_::after {
        right: 20px;
    }
    .StyleN_Frame_ .StyleN_Line_ .txt_ {
        font-size: 12px;
    }
}

/* 関連商品（詳細かごフォーム・表示形式U：セット商品） */
#goodsspec_contents_ form .accessory_middle .bx-wrapper {
    padding-right: 0;
}
#goodsspec_contents_ form .accessory_middle .bx-wrapper .bx-controls {
    display: none;
}
#goodsspec_contents_ form .accessory_middle .StyleU_Frame_ {
    background: none;
}
#goodsspec_contents_ form .accessory_middle .StyleU_Frame_ .StyleU_Line_ {
    margin-bottom: 0;
    border: none;
    padding: 0 0 2px;
}
#goodsspec_contents_ form .accessory_middle .StyleU_Frame_ .StyleU_Line_ .img_ > a {
    padding-top: 132.5%;
    background: none;
}
#goodsspec_contents_ form .accessory_middle .StyleU_Frame_ .StyleU_Line_ .desc_ {
    font-size: 13px;
    line-height: 1.2;
}
#goodsspec_contents_ form .accessory_middle .StyleU_Frame_ .StyleU_Line_ .desc_ .name1_::after {
    background-image: linear-gradient(to bottom, transparent 60%, var(--rv-bg-main) 100%);
}
#goodsspec_contents_ form .accessory_middle .StyleU_Frame_ .StyleU_Line_ .desc_ .btns_ .btn_cart_ {
    background: var(--rv-gold);
    border-radius: 100px;
    padding: 10px 14px;
    line-height: 1;
    font-size: 12px;
}
#goodsspec_contents_ form .accessory_middle .StyleU_Frame_ .StyleU_Line_ .desc_ .btns_ .no_stock_ {
    border-radius: 100px;
}
@media screen and (min-width: 768px) {
    #goodsspec_contents_ form .accessory_middle .bx-wrapper .bx-controls {
        display: block;
    }
    #goodsspec_contents_ form .accessory_middle .StyleU_Frame_ .StyleU_Line_ .desc_ {
        font-size: 13px;
    }
    #goodsspec_contents_ form .accessory_middle .StyleU_Frame_ .StyleU_Line_ .desc_ .btns_ .btn_cart_ {
        padding: 10px 34px 10px;
    }
}

/* 関連商品（詳細かごフォーム・表示形式N：単体商品） */
#goodsspec_contents_ form .accessory_middle .StyleN_Frame_ .StyleN_Line_ a {
    height: auto;
    background-color: initial;
    border: none;
    padding: 0;
}
#goodsspec_contents_ form .accessory_middle .StyleN_Frame_ .StyleN_Line_ .img_ span {
    padding-top: 132.5%;
    background: none;
}
#goodsspec_contents_ form .accessory_middle .StyleN_Frame_ .StyleN_Line_ .txt_ {
    font-size: 13px;
    line-height: 1.2;
}
#goodsspec_contents_ form .accessory_middle .StyleN_Frame_ .StyleN_Line_ a .txt_::before {
    background-image: linear-gradient(to bottom, transparent 60%, var(--rv-bg-main) 100%);
}

/* 関連商品（商品詳細・表示形式V2：おすすめの商品） */
.accessory_list_ {
    margin: 16rem auto;
    border-bottom: none;
}
.accessory_list_ .common_Tit2_ {
    font-size: 2.4rem;
    font-family: var(--rv-font-shipporiMincho);
    letter-spacing: .1em;
    text-align: left;
    font-weight: 400;
    color: var(--rv-black);
    margin-bottom: 6rem;
    padding: 0 2.8rem;
}
.accessory_list_ .common_Tit2_::after {
    display: none;
}
.goods_ + .common_Tit2_ {
    margin-top: 12rem;
}
.accessory_list_ .goods_ {
    margin-left: 2.8rem;
}
.accessory_list_ .StyleV_Frame_ {
    flex-wrap: nowrap;
    column-gap: 0;
    max-width: none;
    padding: 0 2.4rem 0 0;
    margin: 0;
    overflow: visible;
}
.accessory_list_ .StyleV_Frame_ .StyleV_Item_ {
    width: 19.4rem;
    padding: 0;
}
/* slider */
.accessory_list_goods-slideTarget {
    position: relative;
    padding-bottom: 3.6rem;
}
.accessory_list_goods-slideTarget .swiper-scrollbar {
    height: 2px;
    background: var(--rv-white);
}
.accessory_list_goods-slideTarget .swiper-scrollbar-drag {
    background: var(--rv-gold);
}
.accessory_list_goods-slideTarget .swiper-button-prev,
.accessory_list_goods-slideTarget .swiper-button-next {
    display: none;
}

@media screen and (min-width: 768px) {
    .accessory_list_ {
        margin: 200px auto;
    }
    .accessory_list_ .common_Tit2_ {
        font-size: 28px;
        margin-bottom: 80px;
        padding: 0;
        margin-left: 0;
    }
    .accessory_list_ .goods_ {
        margin-left: 0;
    }
    @media screen and (min-width: 1141px) {
        .accessory_list_ .common_Tit2_ {
            margin-left: calc((100% - 1120px) / 2);
        }
        .accessory_list_ .goods_ {
            margin-left: calc((100% - 1120px) / 2);
        }
    }
    .accessory_list_ .StyleV_Frame_ {
        padding: 0;
    }
    .accessory_list_ .StyleV_Frame_ .StyleV_Item_ {
        width: 277px;
    }
    .accessory_list_goods-slideTarget {
        overflow: hidden;
    }
    .accessory_list_goods-slideTarget .swiper-button-prev,
    .accessory_list_goods-slideTarget .swiper-button-next {
        display: block;
    }
}

/* ---- 追従ボタン ---- */
.goods_detail_fixedBtn {
    width: 32.6rem;
    position: fixed;
    bottom: 2rem;
    left: 50%;
    translate: -50% 0;
    z-index: var(--rv-zindex-goodsdetail-fixedbtn);
}
.goods_detail_fixedBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: .05em;
    color: var(--rv-white);
    text-decoration: none;
    background-image: linear-gradient(to right, var(--rv-gold5) 0%, var(--rv-gold) 100%);
    border-radius: 100px;
}
.goods_detail_fixedBtn a:hover {
    opacity: 1;
}
@media (hover: hover) {
    .goods_detail_fixedBtn a:hover {
        opacity: .7;
    }
}
@media screen and (min-width: 768px) {
    .goods_detail_fixedBtn {
        width: 320px;
        bottom: 24px;
    }
    .goods_detail_fixedBtn a {
        height: 56px;
        font-size: 16px;
    }
}

/* ---- 商品コメント1 ---- */
.goodscomment_.goodscomment1_ {
    color: var(--rv-black);
}
@media screen and (max-width: 767px) {
    .goodscomment_.goodscomment1_ {
        font-size: 1.4rem;
    }
}

/* ---- 商品コメント2 ---- */
#goodsspec_body .goodscomment2_ {
    width: 100%;
    padding: 0 2.8rem;
    margin: 6rem 0 4rem;
}
.goodscomment2_accordion {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.goodscomment2_accordion-item + .goodscomment2_accordion-item {
    border-top: 1px solid #000;
}
.goodscomment2_accordion-item-title {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 7.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .05em;
    padding: 1.5rem 3rem 1.5rem 0;
    position: relative;
    cursor: pointer;
}
.goodscomment2_accordion-item-title::before,
.goodscomment2_accordion-item-title::after {
    display: block;
    content: "";
    width: 1.8rem;
    height: .1rem;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 0;
}
.goodscomment2_accordion-item:not(.-is-open) .goodscomment2_accordion-item-title::after {
    rotate: 90deg;
}
.goodscomment2_accordion-item-body {
    display: none;
    padding: 1.5rem 0;
}
.goodscomment_.goodscomment2_ p {
    width: 100%;
}
.goodscomment_.goodscomment2_ p.goodscomment2_accordion-item-body-title:not(:first-child) {
    margin-top: 3.2rem;
}
.goodscomment_.goodscomment2_ table {
    width: 100%;
    margin-top: 1rem;
    border-collapse: collapse;
}
.goodscomment_.goodscomment2_ table tr,
.goodscomment_.goodscomment2_ table th,
.goodscomment_.goodscomment2_ table td {
    font-size: 1.2rem;
    letter-spacing: .05em;
    text-align: center;
    border: 1px solid var(--rv-gray3);
    padding: .8rem;
}
.goodscomment_.goodscomment2_ table thead th {
    color: var(--rv-gold);
}
.goodscomment_.goodscomment2_ table th {
    background-color: var(--rv-white);
}
.goodscomment_.goodscomment2_ p.goodscomment2_accordion-item-body-tablecaption {
    font-size: 1.2rem;
    text-align: right;
    margin-top: .6rem;
}

.goodscomment2_accordion-item-body dl {
    font-size: 1.2rem;
    line-height: 1.6;
    overflow: hidden;
}
.goodscomment2_accordion-item-body dt {
    width: 13rem;
    float: left;
}
.goodscomment2_accordion-item-body dd + dt {
    margin-top: 3.2rem;
}
.goodscomment2_accordion-item-body dd {
    padding-left: 13rem;
}
.goodscomment2_accordion-item-body dd + dt + dd {
    margin-top: 3.2rem;
}
.goodscomment_.goodscomment2_ .goodscomment2_accordion-item-body dd p + p {
    margin-top: 1.2rem;
}

@media screen and (min-width: 768px) {
    #goodsspec_body .goodscomment2_ {
        width: 100%;
        padding: 0 0 0 calc(100% - 45.833%);
        margin: 60px 0 40px;
    }
    .goodscomment2_accordion-item-title {
        min-height: 72px;
        font-size: 14px;
        padding: 15px 30px 15px 0;
    }
    .goodscomment2_accordion-item-title::before,
    .goodscomment2_accordion-item-title::after {
        width: 18px;
        height: 1px;
    }
    .goodscomment2_accordion-item-body {
        padding: 15px 0;
    }
    .goodscomment_.goodscomment2_ p.goodscomment2_accordion-item-body-title:not(:first-child) {
        margin-top: 32px;
    }
    .goodscomment_.goodscomment2_ table {
        margin-top: 10px;
    }
    .goodscomment_.goodscomment2_ table tr,
    .goodscomment_.goodscomment2_ table th,
    .goodscomment_.goodscomment2_ table td {
        font-size: 12px;
        padding: 8px;
    }
    .goodscomment_.goodscomment2_ p.goodscomment2_accordion-item-body-tablecaption {
        font-size: 12px;
        margin-top: 6px;
    }

    .goodscomment2_accordion-item-body dl {
        font-size: 12px;
    }
    .goodscomment2_accordion-item-body dt {
        width: 29.54%;
    }
    .goodscomment2_accordion-item-body dd + dt {
        margin-top: 32px;
    }
    .goodscomment2_accordion-item-body dd {
        padding-left: 29.54%;
    }
    .goodscomment2_accordion-item-body dd + dt + dd {
        margin-top: 32px;
    }
    .goodscomment_.goodscomment2_ .goodscomment2_accordion-item-body dd p + p {
        margin-top: 12px;
    }
}

/* ---- 商品コメント7 ---- */
#repComment7 {
    margin: 16rem 0 8rem;
}
@media screen and (min-width: 768px) {
    #repComment7 {
        margin: 160px 0;
    }
}

/* navigation */
.goodsCommentInfo-nav {
    margin-bottom: 4rem;
    margin-left: 2rem;
    padding-bottom: 2rem;
}
.goodsCommentInfo-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 1.2rem;
    padding-right: 2rem;
    width: max-content;
}
.goodsCommentInfo-nav-list-i {
    width: fit-content;
}
.goodsCommentInfo-nav-list-i a {
    display: block;
    width: fit-content;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: .05em;
    color: var(--rv-gold2);
    text-decoration: none;
    background: url(../img/ic-arrow-bottom-gold.png) no-repeat left .2rem center / .7rem 1.1rem;
    padding-left: 1.3rem;
}
.goodsCommentInfo-nav-list-i a:hover {
    border-bottom: none;
}
@media screen and (max-width: 767px) {
    .goodsCommentInfo-nav-list-i a:hover {
        opacity: 1;
    }
}
.goodsCommentInfo-nav .simplebar-track.simplebar-vertical {
    visibility: hidden !important;
}
.goodsCommentInfo-nav .simplebar-track.simplebar-horizontal {
    height: .2rem;
    background: #fff;
}
.goodsCommentInfo-nav .simplebar-scrollbar:before {
    background: var(--rv-gold);
    top: 0;
    bottom: 0;
}
@media screen and (min-width: 768px) {
    .goodsCommentInfo-nav {
        margin-bottom: 60px;
        margin-right: 0;
        padding-bottom: 0;
    }
    .goodsCommentInfo-nav-list {
        flex-wrap: wrap;
        column-gap: 40px;
        row-gap: 20px;
        width: 100%;
        padding-right: 0;
    }
    .goodsCommentInfo-nav-list-i a {
        font-size: 16px;
        background-size: 8px 14px;
        background-position: center left 3px;
        padding-left: 28px;
    }
}

/* SLEEP */
.goodsCommentInfo-sleep {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    margin: 0;
    background: var(--rv-gold4);
}
.goodsCommentInfo-sleep-img {
    width: 100%;
}
.goodsCommentInfo-sleep-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.goodsCommentInfo-sleep-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8rem 2.8rem;
}
.goodsCommentInfo-sleep-content-h2 {
    font-size: 2.4rem;
    font-family: var(--rv-font-lusitana);
    line-height: 1;
    letter-spacing: .1em;
    font-weight: 400;
    color: var(--rv-gold2);
}
.goodsCommentInfo-sleep-content-text {
    font-size: 32px;
    font-family: var(--rv-font-shipporiMincho);
    line-height: 1.5;
    letter-spacing: .1em;
    font-weight: 500;
    color: var(--rv-gold2);
    margin-top: 20px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .goodsCommentInfo-sleep {
        flex-direction: row;
        max-width: 1280px;
        margin: 72px auto 100px;
    }
    .goodsCommentInfo-sleep-img {
        width: 50%;
    }
    .goodsCommentInfo-sleep-content {
        align-items: flex-start;
        width: 50%;
        padding: 0 0 0 10.9375%;
    }
    .goodsCommentInfo-sleep-content-h2 {
        font-size: 28px;
    }
    .goodsCommentInfo-sleep-content-text {
        font-size: 2.6rem;
        font-family: var(--rv-font-shipporiMincho);
        line-height: 1.5;
        letter-spacing: .1em;
        font-weight: 500;
        color: var(--rv-gold2);
        margin-top: 2rem;
        text-align: left;
    }
}

/* FEATURE */
.goodsCommentInfo-feature {
    margin: 8rem auto;
    padding: 0 2.8rem;
}
.goodsCommentInfo-feature-h2 {
    font-size: 2.6rem;
    font-family: var(--rv-font-shipporiMincho);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .1em;
    color: var(--rv-gold2);
}
.goodsCommentInfo-feature-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 4.8rem;
    margin-top: 4.8rem;
}
.goodsCommentInfo-feature-list-i {
    width: 100%;
}
.goodsCommentInfo-feature-list-i-img {
    width: 100%;
}
.goodsCommentInfo-feature-list-i-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 auto;
}
.goodsCommentInfo-feature-list-i-content {
    margin-top: 1.6rem;
}
.goodsCommentInfo-feature-list-i-content-title {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
}
.goodsCommentInfo-feature-list-i-content-text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-top: .6rem;
}
@media screen and (min-width: 768px) {
    .goodsCommentInfo-feature {
        max-width: 1120px;
        margin: 100px auto;
    }
    .goodsCommentInfo-feature-h2 {
        font-size: 32px;
    }
    .goodsCommentInfo-feature-list {
        flex-direction: row;
        column-gap: 5.3%;
        row-gap: 60px;
        margin-top: 48px;
    }
    .goodsCommentInfo-feature-list-i {
        width: calc(((100% - (5.3% * 2)) / 3));
    }
    .goodsCommentInfo-feature-list-i-content {
        margin-top: 16px;
    }
    .goodsCommentInfo-feature-list-i-content-title {
        font-size: 16px;
    }
    .goodsCommentInfo-feature-list-i-content-text {
        font-size: 12px;
        margin-top: 10px;
    }
}

/* 生地のこだわり */
.goodsCommentInfo-material {
    background-color: var(--rv-gold4);
    padding: 4.8rem 2.8rem;
    margin: 8rem 0;
}
.goodsCommentInfo-material-inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas:
    "title"
    "img"
    "description";
    margin: 0 auto;
}
.goodsCommentInfo-material-h2 {
    grid-area: title;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 2.6rem;
    font-family: var(--rv-font-shipporiMincho);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .1em;
    color: var(--rv-gold2);
}
.goodsCommentInfo-material-description {
    grid-area: description;
    margin-top: 4.8rem;
}
.goodsCommentInfo-material-name {
    display: flex;
    flex-direction: column;
    row-gap: .6rem;
    letter-spacing: .1em;
    color: var(--rv-gold2);
    line-height: 1;
}
.goodsCommentInfo-material-name-en {
    font-size: 2rem;
    font-family: var(--rv-font-lusitana);
    font-weight: 400;
}
.goodsCommentInfo-material-name-jp {
    font-size: 1.6rem;
    font-family: var(--rv-font-shipporiMincho);
    font-weight: 500;
}
.goodsCommentInfo-material-text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-top: 2.8rem;
}
.goodsCommentInfo-material-text p + p {
    margin-top: 2rem;
}
.goodsCommentInfo-material-img {
    grid-area: img;
    margin-top: 4.8rem;
}
.goodsCommentInfo-material-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {
    .goodsCommentInfo-material {
        padding: 80px 0;
        margin: 100px 0;
    }
    .goodsCommentInfo-material-inner {
        grid-template-columns: 49% 45.45%;
        grid-template-areas:
        "title img"
        "description img";
        max-width: 880px;
    }
    .goodsCommentInfo-material-h2 {
        font-size: 32px;
    }
    .goodsCommentInfo-material-description {
        margin-top: 48px;
    }
    .goodsCommentInfo-material-name {
        row-gap: 6px;
    }
    .goodsCommentInfo-material-name-en {
        font-size: 24px;
    }
    .goodsCommentInfo-material-name-jp {
        font-size: 16px;
    }
    .goodsCommentInfo-material-text {
        font-size: 14px;
        margin-top: 24px;
    }
    .goodsCommentInfo-material-text p + p {
        margin-top: 24px;
    }
    .goodsCommentInfo-material-img {
        margin-top: 0;
    }
}

/* GIFT */
.goodsCommentInfo-gift {
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas:
    "title"
    "img"
    "text";
    margin: 8rem auto 4.8rem;
}
.goodsCommentInfo-gift-img {
    grid-area: img;
    margin-top: 2.8rem;
}
.goodsCommentInfo-gift-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.goodsCommentInfo-gift-h2 {
    grid-area: title;
    display: block;
    font-size: 2.6rem;
    font-family: var(--rv-font-shipporiMincho);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .1em;
    color: var(--rv-gold2);
    padding: 0 2.8rem;
}
.goodsCommentInfo-gift-text {
    grid-area: text;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-top: 2.8rem;
    padding: 0 2.8rem;
}
@media screen and (min-width: 768px) {
    .goodsCommentInfo-gift {
        grid-template-columns: 50% 50%;
        grid-template-areas:
            "img title"
            "img text";
        max-width: 1280px;
        margin: 100px auto 60px;
    }
    .goodsCommentInfo-gift.goodsCommentInfo-gift-img-right {
        grid-template-areas:
            "title img"
            "text img";
    }
    .goodsCommentInfo-gift + .goodsCommentInfo-gift {
        margin-top: 80px;
    }
    .goodsCommentInfo-gift-img {
        margin-top: 0;
    }
    .goodsCommentInfo-gift-h2 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        font-size: 32px;
        padding: 0 12.5%;
    }
    .goodsCommentInfo-gift-text {
        font-size: 14px;
        margin-top: 48px;
        padding: 0 12.5%;
    }
    .goodsCommentInfo-gift-text picture {
        margin-top: 20px;
    }
    .goodsCommentInfo-gift .goodsCommentInfo-shopper-content-btn {
        margin-top: 40px;
    }
    .goodsCommentInfo-gift-text picture + .goodsCommentInfo-shopper-content-btn {
        margin-top: 32px;
    }
}

/* ORIGINAL SHOPPER */
.goodsCommentInfo-shopper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: calc(100% - (2.8rem * 2));
    background-color: var(--rv-gold4);
    margin: 4.8rem auto 12rem;
}
.goodsCommentInfo-shopper-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 2rem;
    width: 100%;
    padding: 2.8rem;
}
.goodsCommentInfo-shopper-content-h2 {
    font-size: 2rem;
    font-family: var(--rv-font-shipporiMincho);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .1em;
    color: var(--rv-gold2);
}
.goodsCommentInfo-shopper-content-text {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .05em;
}
.goodsCommentInfo-shopper-content-btn {
    height: 5.4rem;
}
.goodsCommentInfo-shopper-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.goodsCommentInfo-shopper-img img {
    display: block;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .goodsCommentInfo-shopper {
        flex-direction: row;
        width: 100%;
        max-width: 1040px;
        margin: 60px auto;
    }
    .goodsCommentInfo-shopper-content {
        justify-content: center;
        row-gap: 40px;
        width: 48.08%;
        padding: 40px 6.9%;
    }
    .goodsCommentInfo-shopper-content-h2 {
        font-size: 24px;
    }
    .goodsCommentInfo-shopper-content-text {
        font-size: 14px;
    }
    .goodsCommentInfo-shopper-content-btn {
        width: fit-content;
        min-width: 280px;
        height: 54px;
        font-size: 14px;
        border-radius: 100px;
        padding: 0 20px;
    }
    .goodsCommentInfo-shopper-img {
        width: 51.92%;
    }
}
@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .sp-only {
        display: none;
    }
}
/* ピロー内部リンク */
.nav-pillow .goodsCommentInfo-nav-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2rem;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .nav-pillow .goodsCommentInfo-nav-list {
        justify-content: center;
        gap: 40px;
    }
}
/* ピロー MV */
.vitalpillow-mv img {
    width: 100%;
    height: auto;
}
/* 寝心地 */
.goodsCommentInfo-comfort {
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas:
    "title"
    "text"
    "img";
    margin: 6rem auto;
}
.goodsCommentInfo-comfort-img {
    grid-area: img;
    margin-top: 2.8rem;
}
.goodsCommentInfo-comfort-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.goodsCommentInfo-comfort-h2 {
    grid-area: title;
    display: block;
    font-size: 2.6rem;
    font-family: var(--rv-font-shipporiMincho);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .1em;
    color: var(--rv-gold2);
    padding: 0 2.8rem;
}
.goodsCommentInfo-comfort-text {
    grid-area: text;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-top: 2.8rem;
    padding: 0 2.8rem;
}
.goodsCommentInfo-comfort-text p + p {
    margin-top: 2.8rem;
}
.goodsCommentInfo-comfort-text p + p.note {
    font-size: 1.4rem;
}
.goodsCommentInfo-comfort.box1 {
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.goodsCommentInfo-comfort.box1 .goodsCommentInfo-comfort-h2 {
    color: #000;
}
.goodsCommentInfo-comfort.box1 .goodsCommentInfo-comfort-text {
    font-size: 1.6rem;
    line-height: 1.6;
}
.goodsCommentInfo-comfort.box1 .goodsCommentInfo-gift-img {
    margin-top: 4rem;
}
.goodsCommentInfo-comfort.box2,
.goodsCommentInfo-comfort.box5 {
    display: block;
}
.goodsCommentInfo-comfort.box2 .goodsCommentInfo-gift-img {
    margin-bottom: 6rem;
}
.goodsCommentInfo-comfort.box2 .goodsCommentInfo-comfort-h2,
.goodsCommentInfo-comfort.box5 .goodsCommentInfo-comfort-h2 {
    text-align: center;
    font-size: 2.5rem;
}
.goodsCommentInfo-comfort.box2 .goodsCommentInfo-comfort-text p,
.goodsCommentInfo-comfort.box5 .goodsCommentInfo-comfort-text p {
    text-align: center;
    color: var(--rv-gold2);
}
.goodsCommentInfo-comfort.box3,
.goodsCommentInfo-comfort.box4 {
    grid-template-areas:
    "img"
    "title"
    "text";
}
.goodsCommentInfo-comfort.box3 .goodsCommentInfo-gift-img,
.goodsCommentInfo-comfort.box4 .goodsCommentInfo-gift-img {
    margin-top: 0;
    margin-bottom: 2.8rem;
}
.goodsCommentInfo-comfort.box3 .goodsCommentInfo-comfort-h2,
.goodsCommentInfo-comfort.box4 .goodsCommentInfo-comfort-h2 {
    font-size: 2.4rem;
}
.goodsCommentInfo-comfort.box3 .goodsCommentInfo-comfort-text,
.goodsCommentInfo-comfort.box4 .goodsCommentInfo-comfort-text {
    margin-top: 2rem;
}
.goodsCommentInfo-comfort-anime {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 2.8rem;
}
.goodsCommentInfo-comfort-anime-item {
    width: calc((100% - 2rem * 1) / 2);
}
.goodsCommentInfo-comfort-anime-item .anime-box {
    position: relative;
    max-height: 8.9rem;
}
.goodsCommentInfo-comfort-anime-item .anime-box .icon {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #c2391e;
    font-size: 1.1rem;
    font-weight: 500;
    padding: .6rem;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "游ゴシック体";
    line-height: 1.2;
    letter-spacing: .02em;
}
.goodsCommentInfo-comfort-anime-item .anime-box > * {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.goodsCommentInfo-comfort-anime-item p {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.6;
}
@media screen and (min-width: 768px) {
    .goodsCommentInfo-comfort {
        grid-template-columns: 50% 50%;
        grid-template-areas:
            "title img"
            "text img";
        max-width: 1280px;
        margin: 60px auto;
    }
    .goodsCommentInfo-comfort-img {
        margin-top: 0;
    }
    .goodsCommentInfo-comfort-h2 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        font-size: 32px;
        padding: 0 15.15%;
    }
    .goodsCommentInfo-comfort-text {
        font-size: 15px;
        margin-top: 48px;
        padding: 0 15.15%;
        line-height: 1.6;
    }
    .goodsCommentInfo-comfort-text p + p {
        margin-top: 32px;
    }
    .goodsCommentInfo-comfort-text p + p.note {
        font-size: 14px;
    }
    .goodsCommentInfo-comfort.box1 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .goodsCommentInfo-comfort.box1 .goodsCommentInfo-comfort-text {
        margin-top: 32px;
        font-size: 16px;
    }
    .goodsCommentInfo-comfort.box1 .goodsCommentInfo-gift-img {
        margin-top: 0;
    }
    .goodsCommentInfo-comfort.box2 {
        margin-bottom: 80px;
    }
    .goodsCommentInfo-comfort.box2 .goodsCommentInfo-gift-img,
    .goodsCommentInfo-comfort.box5 .goodsCommentInfo-gift-img {
        padding: 0 20px;
    }
    .goodsCommentInfo-comfort.box2 .goodsCommentInfo-gift-img {
        margin-bottom: 80px;
    }
    .goodsCommentInfo-comfort.box2 .goodsCommentInfo-comfort-h2,
    .goodsCommentInfo-comfort.box5 .goodsCommentInfo-comfort-h2 {
        font-size: 28px;
    }
    .goodsCommentInfo-comfort.box2 .goodsCommentInfo-comfort-text,
    .goodsCommentInfo-comfort.box5 .goodsCommentInfo-comfort-text {
        margin-top: 32px;
        line-height: 1.5;
        font-size: 14px;
    }
    .goodsCommentInfo-comfort.box3,
    .goodsCommentInfo-comfort.box4 {
        padding: 0 3.13%;
    }
    .goodsCommentInfo-comfort.box3 {
        grid-template-columns: 60.89% 39.11%;
        grid-template-areas:
        "img title"
        "img text";
    }
    .goodsCommentInfo-comfort.box4 {
        grid-template-columns: 39.11% 60.89%;
        grid-template-areas:
        "title img"
        "text img";
    }
    .goodsCommentInfo-comfort.box3 .goodsCommentInfo-gift-img,
    .goodsCommentInfo-comfort.box4 .goodsCommentInfo-gift-img {
        margin-bottom: 0;
    }
    .goodsCommentInfo-comfort.box3 .goodsCommentInfo-comfort-h2,
    .goodsCommentInfo-comfort.box4 .goodsCommentInfo-comfort-h2 {
        font-size: 24px;
    }
    .goodsCommentInfo-comfort.box3 .goodsCommentInfo-comfort-h2 {
        padding: 0 0 0 14.61%;
    }
    .goodsCommentInfo-comfort.box4 .goodsCommentInfo-comfort-h2 {
        padding: 0 14.61% 0 0;
    }
    .goodsCommentInfo-comfort.box3 .goodsCommentInfo-comfort-text,
    .goodsCommentInfo-comfort.box4 .goodsCommentInfo-comfort-text {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.8;
    }
    .goodsCommentInfo-comfort.box3 .goodsCommentInfo-comfort-text {
        padding: 0 0 0 14.61%;
    }
    .goodsCommentInfo-comfort.box4 .goodsCommentInfo-comfort-text {
        padding: 0 14.61% 0 0;
    }
    .goodsCommentInfo-comfort-anime {
        justify-content: center;
        gap: 40px;
    }
    .goodsCommentInfo-comfort-anime-item {
        width: 300px;
    }
    .goodsCommentInfo-comfort-anime-item .anime-box {
        max-height: 169px;
    }
    .goodsCommentInfo-comfort-anime-item .anime-box .icon {
        font-size: 11px;
        padding: 6px;
    }
    .goodsCommentInfo-comfort-anime-item p {
        margin-top: 8px;
        font-size: 12px;
    }
}
.goodsCommentInfo-cotton-cover {
    width: calc(100% - (2.8rem * 2));
    background-color: var(--rv-gold4);
    margin: 6rem auto 12rem;
}
.goodsCommentInfo-cotton-cover-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 2rem;
    width: 100%;
    padding: 2.8rem;
}
.goodsCommentInfo-cotton-cover-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.goodsCommentInfo-cotton-cover-img img {
    display: block;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: auto;
}
.goodsCommentInfo-cotton-cover-content-h2 {
    font-size: 2rem;
    font-family: var(--rv-font-shipporiMincho);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .1em;
    color: var(--rv-gold2);
}
.goodsCommentInfo-cotton-cover-content-text {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .05em;
}
.goodsCommentInfo-cotton-cover-content-text .note {
    margin-top: 2rem;
    font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
    .goodsCommentInfo-cotton-cover {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 1040px;
        margin: 80px auto 160px;
    }
    .goodsCommentInfo-cotton-cover-content {
        justify-content: center;
        row-gap: 40px;
        width: 48.08%;
        padding: 40px 6.9%;
    }
    .goodsCommentInfo-cotton-cover-img {
        width: 51.92%;
    }
    .goodsCommentInfo-cotton-cover-content-h2 {
        font-size: 24px;
    }
    .goodsCommentInfo-cotton-cover-content-text {
        font-size: 14px;
    }
    .goodsCommentInfo-cotton-cover-content-text .note {
        margin-top: 40px;
        font-size: 12px;
    }
}
.goodsCommentInfo-comfort.box5 .goodsCommentInfo-gift-img {
    margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
    .goodsCommentInfo-comfort.box5 .goodsCommentInfo-gift-img {
        margin-bottom: 80px;
    }
}
/* ピローカバー */
.pillow-cover .goodsCommentInfo-comfort.box3 {
    margin: 8rem 0;
    grid-template-areas:
        "img"
        "title";
}
.pillow-cover .goodsCommentInfo-comfort.box3 .goodsCommentInfo-comfort-h2 {
    font-size: 2.6rem;
}
.goodsCommentInfo-material.premium-suite {
    background-color: var(--rv-gold3);
}
.goodsCommentInfo-material.premium {
    background-color: var(--rv-gray3);
}
@media screen and (min-width: 768px) {
    .pillow-cover .goodsCommentInfo-comfort.box3 {
        margin: 80px auto;
        padding: 0;
        grid-template-columns: 50% 50%;
        grid-template-areas:
            "img title";
    }
    .pillow-cover .goodsCommentInfo-comfort.box3 .goodsCommentInfo-comfort-h2 {
        font-size: 32px;
        padding-left: 12.5%;
        justify-content: center;
    }
    .pillow-cover .goodsCommentInfo-material.premium-suite {
        margin-top: 80px;
    }
    .pillow-cover .goodsCommentInfo-material-inner {
        grid-template-columns: 49% 51%;
    }
    .pillow-cover .goodsCommentInfo-material-img {
        display: flex;
        justify-content: flex-end;
    }
    #repComment7 ~ .vitaltechPremium.pillow-cover {
        margin-top: -80px;
    }
}

/* ---- 商品コメント9 ---- */
/* おすすめの記事 */
.recommendPost {
    margin: 16rem auto;
    padding-left: 2.8rem;
}
.recommendPost-title {
    font-size: 2.4rem;
    font-family: var(--rv-font-shipporiMincho);
    line-height: 1;
    font-weight: 400;
    letter-spacing: .01em;
}
.recommendPost-list {
    display: block;
    margin-top: 6rem;
    padding-right: 2.8rem;
    position: relative;
}
.recommendPost-slideTarget {
    padding-bottom: 3.6rem;
}
.recommendPost-list-inner {}
.recommendPost-list-item {
    display: flex;
    flex-direction: column;
    width: 24rem;
}
.recommendPost-list-item a {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
}
.recommendPost-list-item a:hover {
    border-bottom: none;
}
.recommendPost-list-item-img {
    display: block;
    width: 100%;
    height: 33.8rem;
    overflow: hidden;
}
.recommendPost-list-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.recommendPost-list-item-content {
    margin-top: 2rem;
}
.recommendPost-list-item-content-tag {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: .05em;
    color: var(--rv-gold);
    font-weight: 400;
}
.recommendPost-list-item-content-title {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-top: 1.2rem;
}
.recommendPost-list-item-content-date {
    font-size: 1.2rem;
    font-family: var(--rv-font-openSans);
    font-weight: 400;
    line-height: 1;
    letter-spacing: .05em;
    color: var(--rv-gray2);
    margin-top: 1rem;
}
/* slider */
.recommendPost .swiper-scrollbar {
    height: 2px;
    background: var(--rv-white);
}
.recommendPost .swiper-scrollbar-drag {
    background: var(--rv-gold);
}
.recommendPost .swiper-button-prev,
.recommendPost .swiper-button-next {
    display: none;
}
@media screen and (min-width: 768px) {
    .recommendPost {
        margin: 200px auto;
        padding-left: 80px;
    }
    .recommendPost-title {
        font-size: 28px;
    }
    .recommendPost-list {
        margin-top: 80px;
        padding-right: 80px;
        overflow: hidden;
    }
    .recommendPost-list-inner {
    }
    .recommendPost-list-item {
        width: 352px;
    }
    .recommendPost-list-item-img {
        height: 470px;
    }
    .recommendPost-list-item-content {
        margin-top: 20px;
    }
    .recommendPost-list-item-content-tag {
        font-size: 12px;
    }
    .recommendPost-list-item-content-title {
        font-size: 14px;
        margin-top: 12px;
    }
    .recommendPost-list-item-content-date {
        font-size: 12px;
        margin-top: 10px;
    }
    .recommendPost .swiper-button-prev,
    .recommendPost .swiper-button-next {
        display: block;
    }
}
/* gift */
.pillow .goodsCommentInfo-gift {
    grid-template-areas:
        "img"
        "title"
        "text";
    margin: 0 0 8rem;
}
.pillow .goodsCommentInfo-gift-img {
    margin-top: 0;
    margin-bottom: 8rem;
}
.pillow .goodsCommentInfo-gift-h2 {
    text-align: center;
}
.pillow .goodsCommentInfo-gift-text {
    text-align: center;
    line-height: 1.6;
    margin-top: 2rem;
}
.goodsCommentInfo-gift-text picture {
    display: block;
    margin-top: 2rem;
}
.goodsCommentInfo-gift-text picture img {
    height: auto;
}
@media screen and (max-width: 767px) {
    .goodsCommentInfo-gift-text picture {
        text-align: center;
    }
    .goodsCommentInfo-gift-text picture img {
        max-width: 28.8rem;
    }
}
.goodsCommentInfo-gift .goodsCommentInfo-shopper-content-btn {
    margin-top: 2.8rem;
}
.pillow .goodsCommentInfo-gift.box2 {
    margin-bottom: 0;
}
.pillow .goodsCommentInfo-gift.box2 .goodsCommentInfo-gift-img {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0;
    padding: 0 2.8rem;
}
.pillow .goodsCommentInfo-gift.box2 .goodsCommentInfo-gift-img img {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .pillow .goodsCommentInfo-gift {
        width: 100%;
        max-width: 1280px;
        grid-template-areas:
            "img"
            "text";
        grid-template-columns: 100%;
        margin: 0 auto 60px;
        padding: 0 20px;
    }
    .pillow .goodsCommentInfo-gift-img {
        margin-bottom: 80px;
    }
    .pillow .goodsCommentInfo-gift-text {
        margin-top: 0;
    }
    .pillow .goodsCommentInfo-gift.box2 .goodsCommentInfo-gift-img {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        padding: 0;
    }
    .pillow .goodsCommentInfo-gift.box2 .goodsCommentInfo-gift-img picture {
        width: 400px;
        max-width: 31.25%;
    }
}

/* ---- ブランド / 商品詳細下２ ---- */
.brandGoodsDetailBottom2 {
    margin: 12rem 0;
}
@media screen and (min-width: 768px) {
    .brandGoodsDetailBottom2 {
        margin: 160px 0;
    }
}

/* Vitaltech Premium */
.vitaltechPremium > *:last-child {
    margin-bottom: 0;
}

/* Main Visual */
.vitaltechPremium-mv {
    max-width: 1120px;
    margin:  0 auto;
}
.vitaltechPremium-mv img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

/* VITALTECH */
.vitaltechPremium-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5.2rem 3.5rem;
    background: linear-gradient(to right bottom, #E5D5B6 0%, var(--rv-gold) 100%);
}
.vitaltechPremium-main-slide {
    width: 100%;
    text-align: center;
}
.vitaltechPremium-main-slide-items-i img {
    max-width: 100%;
    height: auto;
}
.vitaltechPremium-main-slide-control {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .9rem;
    margin-top: 2.8rem;
}
.taltechPremium-main-slide-control-prev,
.taltechPremium-main-slide-control-next {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: .5rem .9rem;
    background-position: center;
}
.taltechPremium-main-slide-control-prev {
    background-image: url(../img/ic-arrow2-left-white.png);
}
.taltechPremium-main-slide-control-next {
    background-image: url(../img/ic-arrow2-right-white.png);
}
.taltechPremium-main-slide-control-pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .8rem;
    width: fit-content;
    color: #fff;
    font-size: 1.5rem;
    font-family: var(--rv-font-lusitana);
}
.vitaltechPremium-main-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 3.2rem;
    width: 100%;
    margin-top: 4rem;
}
.vitaltechPremium-main-content-logo {
    width: 21rem;
}
.vitaltechPremium-main-content-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.vitaltechPremium-main-content-lead {
    font-size: 28px;
    font-family: var(--rv-font-shipporiMincho);
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    letter-spacing: .1em;
}
.vitaltechPremium-main-content-text {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
    letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
    .vitaltechPremium-main {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        column-gap: 5.35%;
        max-width: 1120px;
        margin: 0 auto;
        padding: 30px 0;
    }
    .vitaltechPremium-main-slide {
        width: 34.82%;
    }
    .vitaltechPremium-main-slide-control {
        column-gap: 10px;
        margin-top: 16px;
    }
    .taltechPremium-main-slide-control-prev,
    .taltechPremium-main-slide-control-next {
        width: 16px;
        height: 16px;
        background-size: 6px 10px;
    }
    .taltechPremium-main-slide-control-pagenation {
        column-gap: 9px;
        font-size: 16px;
    }
    .vitaltechPremium-main-content {
        justify-content: center;
        row-gap: 32px;
        width: 45.53%;
        margin-top: 0;
    }
    .vitaltechPremium-main-content-logo {
        width: 230px;
    }
    .vitaltechPremium-main-content-lead {
        font-size: 30px;
    }
    .vitaltechPremium-main-content-text {
        font-size: 15px;
    }
}

/* Tsubaki-Line, Silk-Line */
.vitaltechPremium-line {
    margin: 0 auto 12rem;
}
.vitaltechPremium-line-i {
    display: block;
    position: relative;
}
.vitaltechPremium-line-i-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.vitaltechPremium-line-i-img picture {
    display: block;
    width: 100%;
    height: 100%;
}
.vitaltechPremium-line-i-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.vitaltechPremium-line-i-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 8.5rem 3.2rem;
    position: relative;
}
.vitaltechPremium-line-i.-tsubaki .vitaltechPremium-line-i-content {
    color: #fff;
}
.vitaltechPremium-line-i.-silk .vitaltechPremium-line-i-content {
    color: var(--rv-gold2);
}
.vitaltechPremium-line-i-content-title {
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
}
.vitaltechPremium-line-i-content-title-en {
    font-size: 2rem;
    font-family: var(--rv-font-lusitana);
    font-weight: 400;
    line-height: 1;
    letter-spacing: .1em;
}
.vitaltechPremium-line-i-content-title-jp {
    font-size: 2rem;
    font-family: var(--rv-font-shipporiMincho);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .1em;
}
.vitaltechPremium-line-i-content-text {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .05em;
    margin-top: 2.4rem;
}

@media screen and (min-width: 768px) {
    .vitaltechPremium-line {
        max-width: 1120px;
        margin: 0 auto 160px;
    }
    .vitaltechPremium-line-i {
        display: flex;
        justify-content: center;
        background: var(--rv-gold4);
    }
    .vitaltechPremium-line-i + .vitaltechPremium-line-i {
        flex-direction: row-reverse;
    }
    .vitaltechPremium-line-i-img {
        width: 50%;
        position: static;
    }
    .vitaltechPremium-line-i-content {
        width: 50%;
        padding: 20px 7.15%;
    }
    .vitaltechPremium-line-i-content-title {
        row-gap: 20px;
        color: var(--rv-gold2);
    }
    .vitaltechPremium-line-i-content-title-en {
        font-size: 22px;
    }
    .vitaltechPremium-line-i-content-title-jp {
        font-size: 22px;
    }
    .vitaltechPremium-line-i-content-text {
        font-size: 15px;
        margin-top: 20px;
    }
    .vitaltechPremium-line-i.-tsubaki .vitaltechPremium-line-i-content-text {
        color: var(--rv-black);
    }
}

/* GIFT */
.vitaltechPremium-gift {
    margin: 12rem auto;
    padding: 0 2.8rem;
}
.vitaltechPremium-gift-inner {
    width: 100%;
    padding-top: 115.27%;
    padding-bottom: 7.5rem;
    background-image: url(../../products/common/img/vitaltech-premium/im-gift2-sp.jpg);
    background-repeat: no-repeat;
    background-size: auto calc(100% - 7.5rem);
    background-position: center top;
    position: relative;
}
.vitaltechPremium-gift-content {
    position: absolute;
    top: 0;
    left: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.vitaltechPremium-gift-content-title {
    position: absolute;
    top: 2.8rem;
    left: 2rem;
    font-size: 3.4rem;
    font-family: var(--rv-font-lusitana);
    color: #fff;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .02em;
}
.vitaltechPremium-gift-content-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18.2rem;
    height: 5.1rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
    font-family: var(--rv-font-lusitana);
    color: var(--rv-gold2);
    line-height: 1;
    letter-spacing: .02em;
    text-decoration: none;
    margin-top: 2rem;
}
.vitaltechPremium-gift-content-btn::after {
    display: block;
    content: "";
    width: 1.4rem;
    height: .8rem;
    background: url(../img/ic-arrow-right-gold.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 1.8rem;
    translate: 0 -50%;
}

@media screen and (min-width: 768px) {
    .vitaltechPremium-gift {
        max-width: 1000px;
        margin: 160px auto;
        padding: 0;
    }
    .vitaltechPremium-gift-inner {
        padding-top: 43.2%;
        padding-bottom: 0;
        background-image: url(../../products/common/img/vitaltech-premium/im-gift2.jpg);
        background-size: cover;
        background-position: center;
    }
    .vitaltechPremium-gift-content-title {
        top: 48px;
        left: 32px;
        font-size: 48px;
    }
    .vitaltechPremium-gift-content-btn {
        bottom: 20px;
        width: 182px;
        height: 51px;
        font-size: 14px;
        color: #fff;
    }
    .vitaltechPremium-gift-content-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50px;
        border: 1px solid transparent;
        background: linear-gradient(90deg,rgb(255, 255, 255) 0%,rgba(255, 255, 255, .1) 50%,rgb(255, 255, 255) 100%) border-box border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
        -webkit-mask-composite: destination-out;
        mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
        mask-composite: exclude;
    }
    .vitaltechPremium-gift-content-btn::after {
        display: block;
        content: "";
        width: 14px;
        height: 8px;
        background: url(../img/ic-arrow-right-white.png) no-repeat center / contain;
        position: absolute;
        top: 50%;
        right: 20px;
        translate: 0 -50%;
    }
    .vitaltechPremium-gift-content-btn.rv-button-gold-gradation:not(:hover)::before {
        animation: none;
    }
}

/* 24-Hour Recovery */
.vitaltechPremium-recovery {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 12rem auto;
}
.vitaltechPremium-recovery-content {
    width: 100%;
    padding: 0 2.8rem;
}
.vitaltechPremium-recovery-content-title {
    display: flex;
    flex-direction: column;
    row-gap: 2.8rem;
}
.vitaltechPremium-recovery-content-title-en {
    font-size: 1.4rem;
    font-family: var(--rv-font-lusitana);
    color: var(--rv-gold);
    font-weight: 400;
    line-height: 1;
    letter-spacing: .02em;
}
.vitaltechPremium-recovery-content-title-jp {
    font-size: 2.6rem;
    font-family: var(--rv-font-shipporiMincho);
    font-weight: 500;
    color: var(--rv-gold2);
    line-height: 1.4;
    letter-spacing: .01em;
}
.vitaltechPremium-recovery-content-text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .05em;
    margin-top: 2.8rem;
}
.vitaltechPremium-recovery-img {
    display: flex;
    column-gap: .4rem;
    width: 100%;
    margin-top: 8rem;
}
.vitaltechPremium-recovery-img-col {
    display: flex;
    flex-direction: column;
    row-gap: .4rem;
    width: calc((100% - .4rem) / 2);
}
.vitaltechPremium-recovery-img-i {
    display: block;
    width: 100%;
}
.vitaltechPremium-recovery-img-i img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .vitaltechPremium-recovery {
        flex-direction: row;
        justify-content: center;
        max-width: 1280px;
        margin: 160px auto;
    }
    .vitaltechPremium-recovery-content {
        width: 48.4%;
        padding: 0 7.8%;
    }
    .vitaltechPremium-recovery-content-title {
        row-gap: 32px;
    }
    .vitaltechPremium-recovery-content-title-en {
        font-size: 15px;
    }
    .vitaltechPremium-recovery-content-title-jp {
        font-size: 32px;
    }
    .vitaltechPremium-recovery-content-text {
        font-size: 15px;
        margin-top: 32px;
    }
    .vitaltechPremium-recovery-img {
        display: flex;
        column-gap: 20px;
        width: 51.6%;
        margin-top: 0;
    }
    .vitaltechPremium-recovery-img-col {
        row-gap: 20px;
        width: calc((100% - 20px) / 2);
    }
}

/* vital pillow */
.brandGoodsDetailBottom2.pillow {
    margin-top: 8rem;
}
.goodsCommentInfo-hygiene.box1 {
    margin: 12rem 0 8rem;
}
.goodsCommentInfo-hygiene-img {
    margin-bottom: 8rem;
}
.goodsCommentInfo-hygiene-img img {
    width: 100%;
    height: auto;
}
.goodsCommentInfo-hygiene-h2 {
    font-family: var(--rv-font-shipporiMincho);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .1em;
    color: var(--rv-gold2);
    padding: 0 2.7rem;
    text-align: center;
    font-size: 2.5rem;
}
.goodsCommentInfo-hygiene-text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-top: 2.8rem;
    text-align: center;
    color: var(--rv-gold2);
    padding: 0 2.8rem;
}
.goodsCommentInfo-hygiene.box2 {
    margin: 8rem 0 12rem;
}
.goodsCommentInfo-hygiene.box2 .goodsCommentInfo-hygiene-img {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.8rem;
    padding: 0 2rem;
}
.goodsCommentInfo-hygiene.box2 .goodsCommentInfo-hygiene-img picture {
    width: calc((100% - 1rem * 1) / 2);
}
.goodsCommentInfo-hygiene.box2 .goodsCommentInfo-hygiene-h2 {
    text-align: left;
    font-size: 2.4rem;
}
.goodsCommentInfo-hygiene.box2 .goodsCommentInfo-hygiene-text {
    text-align: left;
    color: #000;
}
@media screen and (min-width: 768px) {
    #repComment7 ~ .brandGoodsDetailBottom2.pillow {
        margin-top: -80px;
    }
    .goodsCommentInfo-hygiene.box1 {
        margin: 160px 0 80px;
    }
    .goodsCommentInfo-hygiene-img {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto 80px;
        padding: 0 20px;
    }
    .goodsCommentInfo-hygiene-h2 {
        padding: 0;
        text-align: center;
        font-size: 28px;
    }
    .goodsCommentInfo-hygiene-text {
        font-size: 14px;
        margin-top: 32px;
        padding: 0;
    }
    .goodsCommentInfo-hygiene.box2 {
        display: grid;
        grid-template-columns: 55% 45%;
        grid-template-areas:
            "img title" 
            "img text";
        width: 100%;
        max-width: 1280px;
        margin: 0 auto 160px;
        padding: 0 80px;

    }
    .goodsCommentInfo-hygiene.box2 .goodsCommentInfo-hygiene-img {
        display: flex;
        gap: 3.57%;
        margin-bottom: 0;
        padding: 0 9.09%;
        grid-area: img;
    }
    .goodsCommentInfo-hygiene.box2 .goodsCommentInfo-hygiene-img picture {
        width: calc((100% - 3.57% * 1) / 2);
    }
    .goodsCommentInfo-hygiene.box2 .goodsCommentInfo-hygiene-h2,
    .goodsCommentInfo-hygiene.box2 .goodsCommentInfo-hygiene-text {
        padding-left: 12.7%;
    }
    .goodsCommentInfo-hygiene.box2 .goodsCommentInfo-hygiene-h2 {
        grid-area: title;
        display: flex;
        align-items: flex-end;
        font-size: 24px;
    }
    .goodsCommentInfo-hygiene.box2 .goodsCommentInfo-hygiene-text {
        grid-area: text;
        margin-top: 20px;
        line-height: 1.8;
    }
}

.img-animation-hover:hover {
    scale: var(--rv-imgHoverExpand-scale);
}