/* カスタマイズ用CSS */
/*========================================
font
========================================*/
body, button, input, optgroup, select, textarea {
    font-family: Roboto,'Roboto', "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif
}

/*========================================
商品名
========================================*/
.ec-shelfGrid__item p:nth-of-type(2) {
    font-weight: bold;
}
/*========================================
common
========================================*/
*:focus {
    outline: none!important;
}
.ec-shelfRole {
    padding-left: 15px;
    padding-right: 15px;
}
.ec-layoutRole {
    background: transparent;
}
.ec-layoutRole__contents {
    padding-top: 50px;
}
.ec-headerSearch .ec-headerSearch__keywordBtn {
    transform: translateY(-45%);
}
.base-ttl {
    margin: 0 0 20px;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.base-ttl span {
    font-size: 16px;
}
.slick-slider {
    margin-bottom: 30px;
}
.slick-slide:focus {
    outline: none;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}

/* slick 矢印 */
.rv-mv__slider .slick-arrow {
    z-index: 2!important;
    width: 54px!important;
    height: 54px!important;
}
.rv-mv__slider .slick-prev, .rv-mv__slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.rv-mv__slider .slick-prev {
    top: 54%!important;
    left: 0!important;
}
.rv-mv__slider .slick-next {
    top: 54%!important;
    right: 0!important;
}
.rv-mv__slider .slick-next::before {
    content: '→';
    background-image: url(../img/top/next.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    font-size: 34px!important;
    opacity: .6;
}
.rv-mv__slider .slick-prev::before {
    content: '←';
    background-image: url(../img/top/prev.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    font-size: 34px!important;
    opacity: .6;
}
@media only screen and (min-width: 768px) {
    .base-ttl {
        font-size: 40px;
    }
    .ec-layoutRole__contents {
        padding-top: 100px;
    }
    .ec-shelfGrid .ec-shelfGrid__item-image {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eee;
    }
}
@keyframes effect {
    	100% {
        opacity: 0;
        transform: scale(2.5);
      }
    }
/*========================================
header
========================================*/
.global-nav ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.global-nav ul li:not(:last-of-type) {
    margin: 0 20px 0 0;
}
.global-nav ul li a {
    color: #434343;
    font-size: 20px;
}
/* .ec-layoutRole__header {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    transform: translateX(-50%);
    z-index: 100;
} */
.header-logo {
    display: none;
}
.header-logo-sp {
    display: block;
    margin: 0 20px 0 0;
}
.header-logo img {
    width: 100%;
}
.header-logo-sp img {
    width: 30px;
}
.header-logo h2 {
    margin: 0;
}
.ec-headerNaviRole {
    position: relative;
}
.ec-headerNavSP {
    position: absolute;
    top: 50px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px!important;
    height: 60px;
    padding: 0;
    background: #000;
    border-radius: 0;
}
.ec-headerNav {
    display: none;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
    display: block;
}
.ec-layoutRole__header .ec-headerSearch .ec-headerSearch__category .ec-select select {
    display: none;
}
.ec-layoutRole__header .ec-headerSearch .ec-headerSearch__keyword {
    border-radius: 10px;
    border: none!important;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
    display: flex;
    align-items: center;
    width: auto;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    width: auto;
}
.ec-headerNaviRole .ec-headerNaviRole__nav a {
    display: flex;
    align-items: center;
}
.ec-headerNav .ec-headerNav__itemLink {
    display: none;
}
.ec-headerNaviRole:after {
    display: none;
}
.ec-headerNavSP .fas {
    color: #fff;
    font-size: 25px;
}
.ec-cartNavi {
    padding: 10px 10px 0 20px;
}
@media only screen and (min-width: 1080px)  {
    .header-logo {
        display: block;
        height: 30px;
        margin: 0 50px 0 0;
    }
    .header-logo-sp {
        display: none;
        /* width: 30px; */
    }
}
@media only screen and (min-width: 959px) {
    .ec-headerNavSP {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .ec-headerNaviRole {
        height: auto;
        padding: 5px 10px;
    }
    .ec-cartNavi {
        min-width: auto;
        height: auto;
    }
    .ec-cartNavi__label {
        display: none;
    }
    .ec-headerNaviRole .ec-headerNaviRole__search {
        margin: 0;
    }
    .ec-headerNav .ec-headerNav__itemLink {
        display: none;
    }
    .ec-layoutRole__header .ec-headerSearch .ec-headerSearch__category .ec-select select {
        display: block;
    }
    .ec-layoutRole__header .ec-headerSearch .ec-headerSearch__keyword {
        /* border-top-right-radius: 50px; */
        /* border-bottom-right-radius: 50px; */
    }
    .ec-headerNav {
        display: block;
        width: 150px;
        margin: 0 20px;
    }

}

/*========================================
footer
========================================*/
.ec-footerRole .ec-footerRole__inner img {
    max-width: 100px;
    margin: 0 auto;
}
.ec-footerTitle {
    padding: 50px 0 10px;
}


/*========================================
top-page
========================================*/
.main_visual {
    padding: 50px 0 0;
}
.front_page .ec-layoutRole .ec-layoutRole__contents {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
}
.product_page .ec-layoutRole .ec-layoutRole__contents {
    padding-top: 50px;
}
.classification_page .ec-layoutRole .ec-layoutRole__contents {
    padding-top: 0;
}

@media only screen and (min-width: 768px) {
    .main_visual {
        padding: 54px 0 0 0;
    }
    .front_page .ec-layoutRole .ec-layoutRole__contents,
    .product_page .ec-layoutRole .ec-layoutRole__contents,
    .classification_page .ec-layoutRole .ec-layoutRole__contents {
        padding-top: 0;
    }
}
@media only screen and (min-width: 960px) {
    .front_page .ec-layoutRole .ec-layoutRole__contents {
        padding-top: 140px;
    }
    .product_page .ec-layoutRole .ec-layoutRole__contents,
    .classification_page .ec-layoutRole .ec-layoutRole__contents {
        padding-top: 100px;
    }
}
/*========================================
top-pickup
========================================*/
.top-pickup {
    box-sizing: border-box;
    margin: 0 auto 50px;
}
.top-pickup ul {
    overflow: hidden;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.top-pickup ul li {
    box-sizing: border-box;
    width: calc(100% - 20px);
    margin: 0 10px 10px;
}
/*
.top-pickup ul li:first-of-type {
    width: 36.76%;
}
.top-pickup ul li:nth-of-type(2) {
    width: 25.81%;
    padding-bottom: 5px;
}
.top-pickup ul li:nth-of-type(3) {
    width: 37.41%;
    padding-bottom: 5px;
}
.top-pickup ul li:nth-of-type(4) {
    width: 41.17%;
}
.top-pickup ul li:nth-of-type(5) {
    width: 22.05%;
}
*/
.top-pickup ul li a {
    position: relative;
    display: block;
}
.top-pickup ul li img {
    display: block;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .top-pickup {
        max-width: 1000px;
        margin: 50px auto;
    }
    .top-pickup ul li {
        position: relative;
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    .top-pickup ul li a {
        overflow: hidden;
    }
    .top-pickup ul li a:after {
        content: "SAKUHIN NAME";
        position: absolute;
        top: 0;
        left: -100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        white-space: pre;
        transition: 0.4s;
    }
    .top-pickup ul li:nth-of-type(1) a:after {
        content: "SAKUHINNAME";
    }
    .top-pickup ul li:nth-of-type(2) a:after {
        content: "SAKUHIN\ANAME";
    }
    .top-pickup ul li:nth-of-type(3) a:after {
        content: "SAKUHINNAME";
    }
    .top-pickup ul li:nth-of-type(4) a:after {
        content: "SAKUHINNAME";
    }
    .top-pickup ul li:nth-of-type(5) a:after {
        content: "SAKUHIN\ANAME";
    }
    /*.top-pickup ul li:hover a:after {
        transform: translateX(100%);
    }*/
}


/*========================================
top-page RECOMMEND
========================================*/
.Recommend_ar .ec-shelfRole {
    padding: 0 10px;
}
.Recommend-img {
    position:relative;
    width:100%;
    height:0;
    margin: 0 0 10px;
    padding-bottom:100%;/* 幅に対する縦のサイズ */
    overflow:hidden;
    background-color:#fff;
}
.Recommend-img > img {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:auto;
    height:auto;
    max-width: 100%;
    max-height: 100%;
}
.Recommend-discription {
    margin: 0 0 10px;
    overflow: hidden;
    line-height: 1.2;
}
.item_name {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 0.9rem;
}
.Recommend-slider {
    max-width: 1000px;
    margin: 0 auto;
}
.Recommend-slider li {
    margin-bottom: 0!important;
    font-size: 14px;
}
.Recommend-slider li dt,
.Recommend-slider li dd {
    line-height: 1.2;
    word-break: break-all;
}
.slide-arrow {
    width: 20px!important;
    position: absolute;
    bottom: -45px;
    z-index: 50;
}
.slide-arrow.prev-arrow {
    left: 0px;
}
.slide-arrow.next-arrow {
    right: 0px;
}
.front_page .Recommend_ar {
    position: relative;
    /*background: url("/html/user_data/assets/img/top/rec_bgimg.png") center / cover no-repeat;*/
}
.Recommend_ar {
    padding: 50px 0 70px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(even),
.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    /*margin-bottom: 0;*/
    padding: 0 4px;
}
@media only screen and (min-width: 768px) {
    .Recommend_ar {
        padding: 60px 0 30px;
    }
    .Recommend-img {
        overflow: hidden;
    }
    .Recommend-img img {
        transition: 0.4s;
    }
    .Recommend-slider a:hover img {
        transform: translate(-50%, -50%) scale(1.1);
    }
    .Recommend-slider a:hover p,
    .Recommend-slider a:hover dt,
    .Recommend-slider a:hover dd {
        text-decoration: underline;
    }
    .slide-arrow {
        top: 25%;
        bottom: auto;
        width: 50px!important;

    }
    .slide-arrow:hover {
        cursor: pointer;
    }
    .slide-arrow.prev-arrow {
        left: -80px;
    }
    .slide-arrow.next-arrow {
        right: -80px;
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(even),
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding: 0 8px;
    }
    .Recommend-slider li {
        font-size: 16px;
    }
    .item_name {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
    .Recommend_ar {
        box-sizing: border-box;
        padding: 70px 50px;
    }
     .Recommend_ar .slide-arrow {
        display: none!important;
    }
}
/*========================================
top-category_ar
========================================*/
.top-category_ar {
    position: relative;
    max-width: 1000px;
    margin: 50px auto;
}
.top-category_ar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.top-category_ar ul li {
    box-sizing: border-box;
    position: relative;
    padding: 0 10px;
}
.top-category_ar figure {
    margin: 0;
    padding: 0;
}
.top-category_ar img {
    width: 100%;
}
.top-category_slider {
    position: relative;
    margin: 0 auto;
}
.top-category_ar .cont-left {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 220px;
    transform: translateX(-50%);
}
.top-category_ar .cont-right h4 {
    margin: 0 0 380px;
    color: #000;
    font-size: 30px;
    text-align: center;
}
.top-category_ar .cont-right p {
    margin: 0 0 0;
    color: #000;
    line-height: 1.8;
}
.top-category_ar .cont-right ul {
    box-sizing: border-box;
    position: absolute;
    top: 300px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    transform: translateX(-50%);
}
.top-category_ar .cont-right li {
    box-sizing: border-box;
   /*width: calc(33.33% - 10px);*/
    padding: 0 5px;
}
.top-category_ar .slide-arrow.prev-arrow {
    position: absolute;
    top: 85px;
    left: 0;
    width: 50px!important;
    height: 170px;
    background: #efefef;
    border-radius: 0 20px 20px 0;
    z-index: 10;
}
.top-category_ar .slide-arrow.next-arrow {
    position: absolute;
    top: 85px;
    right: 0;
    width: 50px!important;
    height: 170px;
    background: #efefef;
    border-radius: 20px 0 0 20px;
    z-index: 10;
}
.top-category_ar .slide-arrow.prev-arrow img {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px!important;
    transform: translateY(-50%);
}
.top-category_ar .slide-arrow.next-arrow img {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px!important;
    transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
    .top-category_slider a:hover {
        text-decoration: none;
    }
    .top-category_slider a {
        display: flex;
        justify-content: space-between;
    }
    .top-category_ar .cont-left {
        position: static;
        width: calc(35% - 20px);
        margin-right: 20px;
        transform: none;
    }
    .top-category_ar .cont-right {
        position: relative;
        width: 65%;
    }
    .top-category_ar .cont-right ul {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        transform: none;
    }
    .top-category_ar .cont-right h4 {
        width: 100%;
        margin: 0;
        text-align: left;
    }
    .top-category_ar .slide-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .top-category_ar .slide-arrow.prev-arrow {
        top: 50%;
        left: -80px;
        background: transparent;
        transform: translateY(-50%);
    }
    .top-category_ar .slide-arrow.next-arrow {
        top: 50%;
        right: -80px;
        background: transparent;
        transform: translateY(-50%);
    }
    .top-category_ar .slide-arrow.prev-arrow img {
        width: 50px!important;
    }
    .top-category_ar .slide-arrow.next-arrow img {
        width: 50px!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .top-category_ar {
        box-sizing: border-box;
        padding: 0 50px;
    }
    .top-category_ar .slide-arrow.next-arrow {
        right: -50px;
    }
    .top-category_ar .slide-arrow.prev-arrow {
        left: -50px;
    }
    .top-category_ar .slide-arrow.prev-arrow img {
        width: 30px!important;
    }
    .top-category_ar .slide-arrow.next-arrow img {
        width: 30px!important;
    }
}

/*========================================
ranking
========================================*/
.top-ranking {
    padding: 60px 0 50px;
    /*background: url(/html/user_data/assets/img/top/ran_bgimg.png) center / cover no-repeat;*/
}
.slide-wrap {
    max-width: 1250px;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    justify-content: space-between;
    -webkit-overflow-scrolling: touch;
    /* overflow-scrolling: touch; */
}
.ranking-img {
    position:relative;
    width:100%;
    height:0;
    margin: 0 0 10px;
    padding-bottom:100%;/* 幅に対する縦のサイズ */
    overflow:hidden;
    background-color:#fff;
}
.ranking-img > img {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:auto;
    height:auto;
    max-width: 100%;
    max-height: 100%;
}
.ranking-no {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
}
.ranking-no img {
    display: block;
    margin: 0 10px 0 0;
}
.ni-pageHeader {
    padding: 0px 8px;
}
.ni-pageHeader h3 {
    border-top: none;
    border-bottom: 1px solid #ccc;
    padding: 8px;
}
.top-ranking a p {
    color: #525263;
    font-size: 16px;
}
.top-ranking a p:first-of-type {
    font-size: 18px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .side-box {
      flex: 0 0 40%;
      padding: 0 8px;
    }
}
@media only screen and (min-width: 768px) {
    .top-ranking {
        box-sizing: border-box;
        padding: 60px 15px 50px;
    }
    .side-box {
      width: calc(20% - 20px);
    }
    .top-ranking img {
        transition: 0.4s;
    }
    .top-ranking a:hover img {
        transform: translate(-50%,-50%) scale(1.1);
    }
}
/*========================================
news
========================================*/
@media only screen and (min-width: 768px) {
    .ec-newsRole {
        margin: 0 0 50px;
    }
    .ec-newsRole .ec-newsRole__news {
        border: none;
    }
    .ec-newsRole .ec-newsRole__newsDate {
        margin: 0 30px;
        line-height: 1.8;
        text-align: center;
    }
    .ec-newsRole .ec-newsRole__newsColumn {
        min-width: calc(100% - 180px);
    }
    .ec-newsRole__newsItem .ec-newsRole__newsDescription,
    .ec-newsRole__newsItem.is-active .ec-newsRole__newsDescription {
        width: calc(100% - 180px);
        margin: 20px 0 0 auto!important;
    }
}
/*========================================
top about
========================================*/
.top-about {
    margin: 0 auto 30px;
}
.top-about > div {
    padding: 20px 0 0;
}
.about-logo {
    margin: 0 0 10px;
    text-align: center;
}
.about-logo img {
    width: 100%;
}
.about-text {
    line-height: 1.8;
}
@media only screen and (min-width: 768px) {
    .top-about .pc-flex {
        display: flex;
        justify-content: center;
    }
    .top-about .about-logo {
        width: 150px;
        margin: 0 30px;
    }
}
/*========================================
tradelaw
========================================*/
.ec-borderedDefs dt,
.ec-borderedDefs dd {
        line-height: 1.5;
    }
@media only screen and (min-width: 768px) {
    .ec-borderedDefs dt
    .ec-borderedDefs dd {
        line-height: 1.5;
    }
    .ec-borderedDefs dt {
        padding: 0;
    }
}
/*========================================
certification_ar 認証
========================================*/
.certification_ar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0 20px;
    background: rgba(69,92,118,0.8);
    z-index: 9999;
}
.certification-inner {
    box-sizing: border-box;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}
.certification-text {
    margin: 0 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
.certification-btn {
    margin: 0 0 20px;
}
.certification-btn a {
    display: block;
    width: 100%;
    padding: 15px 0;
    background: #E67256;
    border: 1px solid #E67256;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.privacy-link {
    text-align: center;
}
.privacy-link a {
    color: #fff;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    .certification_ar {
        padding: 20px 0;
    }
    .certification-inner {
        display: flex;
    }
    .certification-btn_ar {
        width: 350px;
        margin: 0 0 0 50px;
    }
    .certification-text {
        width: calc(100% - 400px);
    }
    .certification-btn a {
        transition: 0.4s;
    }
    .certification-btn a:hover {
        cursor: pointer;
        background: #fff;
        color: #E67D64;
        text-decoration: none;
    }
}

/*========================================
top-youtube
========================================*/
.top-youtube {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 100px auto 50px;
}

@media(max-width: 767px) {
    .top-youtube {
        padding-top: 56.25%;
    }

    .top-youtube iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: 500px;
        height: 100%;
        transform: translate(-50%, -50%);
    }
}

/*========================================
English Only Message
========================================*/
.english-only-message {
  font-size: larger;
  font-weight: bold;
  color: #DE5D50;
  margin: 20px 0;
}
.language-change {
    list-style: none;
    display: flex;
    margin: 0 0 20px;
    padding: 0;
}
.language-change li a {
    display: block;
    margin:  0 10px 0 0;
    padding: 0 10px 0 0;
    text-decoration: underline;
}
.language-change li a.active {
    color: #525263;
    text-decoration: none;
}
.language-change li:first-of-type a {
    border-right: 1px solid #525263;
}

/* 2204  追加CSS */
.rv-mv__inner {
    padding-left: 0;
    padding-right: 0;
    /* padding-top: 60px!important; */
}

/* ヘッダー */
/* .header-logo {
    margin: 0 0 0 20px;
}
.rv-sp__header {
    position: absolute;
    transform: translateX(0);
    left: 0;
}
.rv-sp-second__header {
    position: sticky;
    top: 50px;
    left: 0;
    background: #3E3E3E;
    display: flex;
    width: 100%;
    height: 60px;
    z-index: 1;
} */

.rv__header__nav {
    /* background-color: #3E3E3E;
    height: 60px; */
}
.header-logo h1 {
    width: 32px;
}
/* MV */
/* MV slider */
.front_page
.rv-mv__slider {
    margin-bottom: 12px;
    padding: 0;
}
.rv-mv__slider img {
    width: 100%;
}

.ec-sliderRole .rv-thumbnail__list {
    margin: 0 auto;
}
.ec-sliderRole .rv-thumbnail__list .slick-list {
    /* overflow-x: auto; */
}
.ec-sliderRole .rv-thumbnail__list .slick-list::-webkit-scrollbar {
    width: 12px;
    box-shadow: inset 0 0 4px #707070;
    background-color: #F2F2F2;
    border-radius: 10px;
}
/* .ec-sliderRole .rv-thumbnail__list .slick-list::-webkit-scrollbar-track {
    width: 8px;
    background-color: #CFA7A7;
    margin: 0 60px;
    border-radius: 10px;
} */
/* .ec-sliderRole .rv-thumbnail__list li {
    width: calc(100% / 5) !important;
} */
.rv-content__margin {
    margin: 70px 0 0;
}
.rv-classification__list {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.rv-classification__list li {
    width: 50%!important;
    /* text-align: center; */
    max-width: 255px;
    padding: 0 4px!important;
}
.rv-classification__list li a {
    text-align: center;
}
/* .rv-classification__list::before{
    display: block;
    content:"";
    width: 50%;
    order:1;
}
.rv-classification__list::after {
    display: block;
    content:"";
    width: 50%;
} */
.rv-classification__list li a figure {
    width: 180px;
    height: 180px;
    margin: 0!important;
    display: inline-block;
}
.rv-classification__list li a figure img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.rv-classification__list li .classificaiton-name {
    font-size: 2rem;
    font-weight: bold;
    margin: 8px auto 12px;
    text-align: left;
}
.rv-classification__list li .classificaiton-description {
    text-align: left;
    padding: 0 1.2rem;
}
/* MV下 classification 親カテゴリ */
.rv-classification__parent__title {
    text-align: center;
    padding: 8% 0;
    margin: 0 0 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.rv-classification__parent__title h2 {
    display: none;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
}
.rv-classificaiton__parent__list {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
/* .rv-classificaiton__parent__list::before {
    display: block;
    content:"";
    width: 50%;
    max-width: 180px;
    order:1;
}
.rv-classificaiton__parent__list::after {
    display: block;
    content:"";
    width: 50%;
    max-width: 180px;
} */
.rv-classificaiton__parent__list li {
    width: 50%!important;
    max-width: 180px;
    padding: 0!important;
}
.rv-classificaiton__parent__list li a figure {
    width: 180px;
    height: 180px;
    margin: 0!important;
}
.rv-classificaiton__parent__list li a figure img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
}
/* product */
.rv-category__title {
    background-color: #FFF;
    border-radius: 37px;
    text-align: center;
    padding: 11px 0;
}
.rv-category__title h2,
.rv-category-a__title h2,
.rv-category-b__title h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
}

.mob-content_hidden {
    display: block;
}
.pc-content_hidden {
    display: none!important;
}
.ec-sliderRole .rv-mv__thumbnail {
    /* display: none; */
}
.ec-sliderRole .rv-thumbnail__list > div::-webkit-scrollbar {
    width: 14px;
}
.ec-sliderRole .rv-thumbnail__list > div::-webkit-scrollbar-track {
    background-color: #F2F2F2;
    border-radius: 10px;
    box-shadow: inset 0 0 6px #ddd;
}
.ec-sliderRole .rv-thumbnail__list > div::-webkit-scrollbar-thumb {
    background-color: #d2d2d2;
    border-radius: 10px;
    /* background-image: url("/html/user_data/assets/img/top/bg-scroll.png");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat; */
}

.rv-d__flex {
    padding: 0;
}
.l-header__sp__hidden {
    display: none!important;
}

/* SE対応 */
@media(max-width: 374px) {
    .rv-classification__list li {
        width: 150px!important;
        /* text-align: center; */
        padding: 0!important;
    }
    .rv-classification__list::before{
        display: block;
        content:"";
        width: 150px;
        order:1;
    }
    .rv-classification__list::after {
        display: block;
        content:"";
        width: 150px;
    }
    .rv-classification__list li a figure {
        width: 150px;
        height: 150px;
        margin: 0!important;
    }
    .rv-classificaiton__parent__list::before {
        display: block;
        content:"";
        width: 150px;
        order:1;
    }
    .rv-classificaiton__parent__list::after {
        display: block;
        content:"";
        width: 150px;
    }
    .rv-classificaiton__parent__list li {
        width: 150px!important;
        padding: 0!important;
    }
    .rv-classificaiton__parent__list li a figure {
        width: 150px;
        height: 150px;
        margin: 0!important;
    }
}
@media(min-width: 768px) {

    .ec-sliderRole .rv-thumbnail__list {
        flex-direction: row;
        justify-content: center;
        margin: 0 auto;
    }
    /* MV下 classification 親カテゴリ */
    .rv-classification__parent__title {
        padding: 8% 0;
        margin: 0 0 60px;
    }
    .rv-classification__parent__title h2 {
        font-size: 2.5rem;
    }
    .rv-classificaiton__parent__list {
        display: flex;
    }
    /* .rv-classificaiton__parent__list::before {
        width: 50%!important;
        max-width: 255px;
    }
    .rv-classificaiton__parent__list::after {
        width: 50%!important;
        max-width: 255px;
    } */
    .rv-classificaiton__parent__list li {
        width: 50%!important;
        max-width: 255px;
    }
    .rv-classificaiton__parent__list li a figure {
        width: 255px;
        height: 255px;
    }
    /* MV下 classification 子カテゴリ */
    .rv-classification__list li {
        width: 25%!important;
        /* text-align: center; */
        max-width: 255px;
        padding: 0 4px!important;
    }
    .rv-classification__list li a {
        text-align: center;
    }
    /* .rv-classification__list::before{
        display: block;
        content:"";
        width: 50%;
        order:1;
    }
    .rv-classification__list::after {
        display: block;
        content:"";
        width: 50%;
    } */
    .rv-classification__list li a figure {
        width: 180px;
        height: 180px;
        margin: 0!important;
        display: inline-block;
    }

}
@media(min-width: 960px) {
    .l-header__sp__hidden {
        display: flex!important;
    }
    .mob-content_hidden {
        display: none;
    }
    .pc-content_hidden {
        display: block;
    }
    .ec-headerSearch .ec-headerSearch__keyword {
        width: 100%;
        /* border-top-left-radius: 50px!important;
        border-bottom-left-radius: 50px!important; */
    }
    /* inner */
    .rv-mv__inner {
        margin: 0 auto;
        padding-left: 12px;
        padding-right: 12px;
    }
    /* header */
    .header-logo h1 {
        width: 100%;
    }
    .rv-header__nav {
        height: 86px;
        /* box-shadow: 0 0 3px #393939; */
        max-width: 1360px;
    }
    .rv-header__item {
        font-size: 10px!important;
    }
    .rv-header__item a {
        flex-direction: column;
    }
    .rv-sp-second__header {
        display: none;
    }
    /* MV slider */
    .rv-mv__slider {
        width: calc(100% - 214px) !important;
        padding: 0!important;
        margin: 0;
    }
    .ec-sliderRole .rv-mv__thumbnail {
        display: block;
    }
    .ec-sliderRole .rv-mv__thumbnail .rv-thumbnail__list > div {
        width: 200px!important;
        /* margin-right: 1rem!important;
        margin-left: 1rem!important; */
    }
    .ec-sliderRole .rv-thumbnail__list .slick-list {
        box-sizing: content-box;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .rv-d__flex {
        align-items: flex-start;
        display: flex!important;
        max-width: 1130px;
    }
    /* MV下 classification */
    .rv-classfication__main {
        padding-top: 0;
    }
    .rv-classification__list {
        display: flex;
        /* justify-content: space-between; */
        flex-wrap: wrap;
        max-width: 1130px;
        margin: 0 auto;
    }
    .rv-classification__list li {
        width: 25%!important;
    }
    .rv-classification__list::before{
        width: 25%!important;
    }
    .rv-classification__list::after {
        width: 25%!important;
    }
    .rv-classification__list li a figure {
        width: 205px!important;
        height: 205px!important;
    }
    .rv-classification__list li a figure img {
        /* width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover; */
    }
    /* .rv-classification__list li .classificaiton-description {
        padding: 0 22px;
    } */
    .rv-classification__list li .classificaiton-name {
        font-size: 2.6rem;
        margin: 10px auto 15px;
    }
    /* MV下 classification 親カテゴリ */
    .rv-classification__parent__title {
        margin: 40px 0 65px;
    }
    /* product */
    .rv-category__title h2,
    .rv-category-a__title h2,
    .rv-category-b__title h2  {
        font-size: 2.5rem;
        padding: 20px 0;
    }
}
@media(min-width: 1024px) {
    .rv-classification__list li a figure {
        width: 255px!important;
        height: 255px!important;
    }
}
/*========================================
20220426追加
========================================*/
.sp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 16px;
}
.header-icons {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 53%;
    padding: 2px 20px 0 0;
    margin: 0;
    border-right: 1px solid #DBDBDB;
}
.sp-header .l-header__inner__right {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
}
.header-member__icons {
    display: none;
}
.header-icons a,
.header-member__icons a  {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #000;
}
.header-icons a:hover,
.header-member__icons a:hover,
.search-icon a:hover {
    text-decoration: none;
}
.header-icons a i,
.header-member__icons s a i {
    display: inline-block;
    font-size: 16px;
}
.header-sns {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding: 0;
    margin: 0 0 0 16px;
}

/* SP 2段目　ヘッダー */
.header-sns a img {
    width: 22px;
}
.header-sns a img.icon-note {
    width: auto;
    height: 22px;
}
.rv-cart__icon a {
    padding: 0!important;
}
.rv-second__header {
    width: 100%;
    height: 60px;
    background-color: #3E3E3E;
}
.rv-second__header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 60px;
    max-width: 380px;
    height: 60px;
    margin: 0 20px 0;
    line-height: 1;
}
.rv-second__header ul li {
    list-style: none;
}
.rv-second__header ul li.ec-headerRole__cart {
    list-style: none;
    transform: translateY(2px);
}
.rv-second__header ul li i {
    font-size: 18px!important;
    color: #FFF;
}
.rv-second__header ul li .ec-cartNavi {
    padding: 0!important;
    background: none;
}
.l-icon__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.l-icon__flex > span,
.ec-headerRole__cart > span,
.header-icons a span,
.header-member__icons a span  {
    font-size: 12px!important;
    line-height: 1;
    padding: 4px 0 0;
}
.l-color__wh {
    color: #FFF;
}
.search-icon {
    cursor: pointer;
}
.search-icon.active {
    position: relative;
    z-index: 9999;
    width: 80%;
}
.search-icon img {
    width: 16px!important;
}
.js-parents .js-toggle {
    display: none;
}
.js-fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.js-padding {
    padding-top: 50px!important;
}
.js-bg-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 4000;
}
/* .ec-headerNaviRole__search{
    position: absolute;
    top: 12px;
    left: 40px;
    opacity: 0;
    width: 0;
    transition: 0.4s;
}
.ec-headerNaviRole__search.js-active {
    display: block;
    position: absolute;
    width: 76%;
    top: 59px;
    left: 20%;
    z-index: 5000;
    transition: 0.4s;
    opacity: 1;
} */
.ec-headerNaviRole__search .ec-headerSearch .ec-headerSearch__keyword {
    border-radius: 21px;
    width: 0;
    transition: .4s ease-out;
}
.ec-headerNaviRole__search.js-active .ec-headerSearch .ec-headerSearch__keyword {
    border-radius: 21px;
    width: 100%;
    transition: .5s ease-out;
}
.ec-headerNaviRole__search .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    /* display: none; */
    /* opacity: 0; */
    width: 0;
}
.ec-headerNaviRole__search.js-active .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    display: block;
    width: 100%;
    /* opacity: 1; */
    height: 38px;
    font-size: 1.2rem;
}

/* 220427追加 */

/* classification child */
.classification-child-name {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding: 8px 0 12px;
    text-align: left;
    word-break: break-all;
}
@media(max-width: 374px) {
    .rv-second__header ul {
        /* padding-left: 30px; */
    }
}
@media(min-width: 768px) {
    .rv__header__nav {
        display: none;
    }
    .sp-header .l-header__inner__right {
        width: calc(100% - 360px);
    }
    .classification-child-name {
        font-size: 2.2rem;
    }
}

@media(min-width: 960px) {
    .rv-second__header {
        display: none;
    }
    .l-header__inner {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0px 5px 5px -2.5px rgba(0,0,0,0.1);
        background-color: #fff;
        z-index: 1000;
    }
    .sp-header {
        /* justify-content: right; */
        height:86px;
    }
    .header-member__icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 220px;
        min-width: 210px;
        max-width: 235px;
    }
    .header-member__icons li {
        list-style: none;
    }
    .l-base__header {
        margin: 0 0 0 35px;
        padding: 0 0 0 25px;
        border-left: 1px solid #DBDBDB;
    }
    .header-member__icons.l-base__header {
        align-items: flex-start;
        margin: 0 0 0 25px;
    }
    .sp-header .l-header__inner__right {
        display: flex;
        justify-content: right;
        width: calc(100% - 320px);
        height: 30px;
    }
    .search-icon.active {
        width: auto;
    }
    .search-icon img {
        height: 14.5px!important;
    }
    .header-icons {
        align-items: flex-start;
        width: 20%;
        max-width: 150px;
        border-right: none;
    }
    .header-sns {
        align-items: flex-start;
        width: 20%;
        max-width: 200px;
        height: 30px;
        margin: 0 20px 0 35px;
    }
    .header-icons a i,
    .header-member__icons s a i {
        display: inline-block;
        font-size: 14px;
    }
    .header-sns a img {
        width: 24px;
        padding-top: 2px;
    }
    .header-sns a img.icon-note {
        width: auto;
        height: 26px;
    }
    .search-icon svg path {
        fill: #000!important;
    }
    .l-icon__flex > span {
        color: #000;
    }
    .rv-cart__icon .ec-cartNavi .ec-cartNavi__icon {
        font-size: 15px!important;
    }
    .rv-cart__icon > span {
        font-size: 12px;
    }
    .ec-headerNaviRole__search {
        /* position: absolute;
        min-width: 0;
        top: -3px;
        left: -148px;
        z-index: 3000;
        transition: 0.4s;
        opacity: 0; */
        opacity: 0;
        transition: 0.4s;
        transform-origin: 100% 100%;
    }
    .ec-headerNaviRole__search.js-active {
        position: absolute;
        min-width: 190px;
        top: -4px;
        left: -148px;
        z-index: 5000;
        transition: 0.4s;
        opacity: 1;
    }
}
/* 220509 追加 SP サイドナビ input */
.ec-headerSearch .ec-headerSearch__keyword {
    border-radius: 21px;
}
.ec-shelfGrid .ec-shelfGrid__item img {
    /* width: 100%; */
    max-width: 100%;
}
.ec-shelfRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}
body.fixed {
    overflow-y: hidden;
}
.ec-drawerRole.is_active .ec-headerSearch {
    display: none;
}
/* 220615 追加 */
.rv_cart-inner > span {
    display: none;
}

@media(min-width: 960px) {
    .rv_cart-inner > span {
        display: block;
        padding: 4px 0 0;
        font-size: 12px;
        line-height: .9;
    }
    .search-icon .l-icon__flex > span {
        padding: 4px 0 0;
    }
    .ec-cartNavi .ec-cartNavi__badge {
        width: 14.5px;
        height: 14.5px;
        padding: 4px;
        line-height: .6;
    }
    /* .rv_cart-inner .ec-cartNavi {
        transform: translateY(2px);
    } */
}

.classification_page .ec-shelfGrid .ec-shelfGrid__item-image,
.front_page .ec-shelfGrid__item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
}
