﻿@charset "UTF-8";

/* ----トップページ：レイアウト調整---- */

.page-top .pane-left-menu,
.page-top .pane-right-menu{
  display: none;
}

.page-top .pane-contents .container{
    width: auto;
    overflow-x: hidden;
}


/* ----トップページ：各種タイトル---- */

.block-top-topics--header,
.block-top-new-arr--header,
.block-top-event--header,
.block-top-pick-up--header,
.block-top-new-reviews--header,
.block-top-topic--header,
.block-top-free-2--header {
  font-size: 36px;
  line-height: 1;
  text-align: center;
  padding: 60px 0 40px;
  margin: 0;
  border: none;
  letter-spacing: 0.1em;
}

.block-top-topics--header span,
.block-top-new-arr--header span,
.block-top-event--header span,
.block-top-pick-up--header span,
.block-top-new-reviews--header span,
.block-top-topic--header span,
.block-top-free-2--header span{
  font-size: 12px;
  display: block;
  margin-top: 15px;
  letter-spacing: 0.1em;
}

/* ----トップページ：VIEW MORE---- */
.block-top-new-arr--footer,
.block-top-free-2--footer{
    padding-bottom: 73px;
    text-align: center;
}

.block-top-topics--footer,
.block-top-pick-up--footer{
    padding-bottom: 105px;
    text-align: center;
}

.block-top-topic .block-top-topic--next-page,
.block-top-topic .block-top-topic--footer{
    margin-top: 60px;
}

.link-view-more,
.link-all-brand{
    font-size: 14px;
    font-weight: bold;
    background: url(../../img/usr/common/icon_arrow.png) no-repeat;
    background-position: right top 2px;
    padding-right: 13px;
    display: inline-block;
    box-sizing: content-box;
    line-height: 1;
}


/* ----トップページ本文：NEWS---- */

.block-top-news {
    width: 1000px;
    margin: 90px auto 20px;
    padding: 12px 40px;
    display: flex;
    align-items: center;
}

h3.block-top-news--title{
    margin: 0 40px 0 0;
    padding-right: 40px;
    font-size: 18px;
    line-height: 27px;
    border-right: 1px solid #ccc;
    letter-spacing: 0;
}


/* ----トップページ本文：TOPICS---- */

.block-top-topics--body{
    width: 1000px;
    margin: 0 auto 60px;
}

.topics-list{
    display: -webkit-flex;
    display: flex;
    -webkir-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topics-list li{
    width: 228px;
    margin-right: 25px;
    margin-bottom: 29px;
}

.topics-list li:nth-child(4n+4){
    margin-right: 0;
}

.topics-list li:nth-last-child(1),
.topics-list li:nth-last-child(2),
.topics-list li:nth-last-child(3),
.topics-list li:nth-last-child(4){
    margin-bottom: 0;
}

.topics-list li:nth-child(n+9){
    display:none;
}

/* .topics-list.slick-slider li{
    width: 257px;
    padding-right: 29px;
} */

.topics-list li a:hover{
    opacity: 0.7;
}

.topic-name{
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

.topic-date{
    font-size: 12px;
    line-height: 1;
    margin-top: 12px;
    display: none;
}


/* ----トップページ本文：NEW ARRIVALS---- */

.block-top-new-arr{
    margin-bottom: 40px;
}

.block-top-new-arr--body{
    width: 1000px;
    margin: 0 auto 60px;
}

.new-arr-name{
    margin-top: 26px;
    font-size: 14px;
    line-height: 22px;
}
.new-arr-list li a:hover{
    opacity: 0.7;
}


/* ----トップページ：ランキング---- */

.block-top-event--goods{
    width: 1000px;
    margin: 0 auto 60px;
}

.block-top-event--goods .block-ranking-r--goods {
    flex-basis: 180px;
    margin-left: 25px;
    padding-top: 38px;
}
.block-top-event--goods .block-ranking-r--goods:nth-child(1) {
    margin-left: 0;
}

.block-top-event--goods .block-ranking-r li{
    margin-bottom: 33px;
}

.block-top-event--goods .block-ranking-r--goods-image .block-ranking-r--rank {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -38px;
    left: 76px;
    width: 28px;
    height: 28px;
    background: #000;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.block-top-event--goods .block-ranking-r--goods-image figure {
    background: none;
    width: 180px;
    height: 180px;
}

.block-ranking-r--goods-name a{
    font-size: 14px;
    text-decoration: none;
    line-height: 22px;
}
.block-ranking-r--goods-image:hover + .block-ranking-r--goods-description a,
.block-ranking-r--goods-name a:hover{
    text-decoration: underline;
}


/* ----トップページ:予備テンプレート1---- */

.block-top-pick-up--body{
    width: 1000px;
    margin: 0 auto 90px;
}
.pick-up-list{
    width: 1000px;
    display: flex;
}
.pick-up-list li{
    display: none;
    width: 180px;
    margin-right: 25px;
}
.pick-up-list li:nth-child(1),
.pick-up-list li:nth-child(2),
.pick-up-list li:nth-child(3),
.pick-up-list li:nth-child(4),
.pick-up-list li:nth-child(5){
    display: block;
}
.pick-up-list li:nth-child(5){
    margin-right: 0;
}
.pick-up-list li p{
    margin-top: 20px;
}

.block-top-new-reviews {
    margin-bottom: 44px;
}
.block-top-new-reviews--body {
    margin: 0 auto;
    width: 1000px;
    padding-bottom: 73px;
}
.block-top-new-reviews--goods-name{
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
}
.block-top-new-reviews--goods-name a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.block-top-new-reviews--review-star{
    display: block;
    width: 98px;
    height: 16px;
    margin: 8px auto 12px;
}
.block-top-new-reviews--review-star[data-goods-star='0']{
    background: url(../../img/usr/user_review/star_yellow.png) no-repeat;
    background-size:  auto 16px;
    background-position: left -100px center;
}
.block-top-new-reviews--review-star[data-goods-star='0.5']{
    background: url(../../img/usr/user_review/star_yellow_half.png) no-repeat;
    background-size:  auto 16px;
    background-position: left -100px center;
}
.block-top-new-reviews--review-star[data-goods-star='1']{
    background: url(../../img/usr/user_review/star_yellow.png) no-repeat;
    background-size:  auto 16px;
    background-position: left -80px center;
}
.block-top-new-reviews--review-star[data-goods-star='1.5']{
    background: url(../../img/usr/user_review/star_yellow_half.png) no-repeat;
    background-size:  auto 16px;
    background-position: left -80px center;
}
.block-top-new-reviews--review-star[data-goods-star='2']{
    background: url(../../img/usr/user_review/star_yellow.png) no-repeat;
    background-size:  auto 16px;
    background-position: left -60px center;
}
.block-top-new-reviews--review-star[data-goods-star='2.5']{
    background: url(../../img/usr/user_review/star_yellow_half.png) no-repeat;
    background-size:  auto 16px;
    background-position: left -60px center;
}
.block-top-new-reviews--review-star[data-goods-star='3']{
    background: url(../../img/usr/user_review/star_yellow.png) no-repeat;
    background-size:  auto 16px;
    background-position: left -40px center;
}
.block-top-new-reviews--review-star[data-goods-star='3.5']{
    background: url(../../img/usr/user_review/star_yellow_half.png) no-repeat;
    background-size:  auto 16px;
    background-position: left -40px center;
}
.block-top-new-reviews--review-star[data-goods-star='4']{
    background: url(../../img/usr/user_review/star_yellow.png) no-repeat;
    background-size:  auto 16px;
    background-position: left -20px center;
}
.block-top-new-reviews--review-star[data-goods-star='4.5']{
    background: url(../../img/usr/user_review/star_yellow_half.png) no-repeat;
    background-size:  auto 16px;
    background-position: left -20px center;
}
.block-top-new-reviews--review-star[data-goods-star='5']{
    background: url(../../img/usr/user_review/star_yellow.png) no-repeat;
    background-size:  auto 16px;
    background-position: left center;
}
.block-top-new-reviews--review-comment{
    height: 85px;
}
.block-top-new-reviews--review-comment p{
    font-size: 12px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.block-top-new-reviews--goods-link{
    text-align: right;
}
.block-top-new-reviews--goods-link a{
    font-size: 12px;
    background: url(../../img/usr/common/icon_arrow.png) no-repeat;
    background-position: left top 2px;
    padding-left: 13px;
    display: inline-block;
    line-height: 1;
}

/* ----トップページ:トピックス---- */

.page-top .block-top-topic{
    padding-bottom: 105px;
}
.block-top-topic--body{
    margin: 0 auto;
    width: 1000px;
}
.block-top-topic--items li{
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}
.block-top-topic--items li:nth-child(1){
    border-top: 1px solid #e5e5e5;
}
.block-top-topic--items li a{
    transition: all 0.3s;
}
.block-top-topic--items li a:hover{
    opacity: 0.7;
}
.block-top-topic--items dl{
    display: flex;
    align-items: flex-start;
    padding: 30px;
}
.block-top-topic--items dt{
    margin-right: 38px;
}
.block-top-topic--items dt img{
    margin-right: 28px;
}
.block-top-topic--items dd{
    width: 700px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ----トップページ:予備テンプレート2---- */

.block-top-free-2--body {
    margin: 0 auto 60px;
    width: 1000px;
}

.block-top-free-2--items {
    width: 1000px;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-top-free-2--items li{
    margin-bottom: 30px;
    width: 228px;
    height: 100px;
    background: #fff;
    text-align: center;
}

.block-top-free-2--items li:nth-last-child(1),
.block-top-free-2--items li:nth-last-child(2),
.block-top-free-2--items li:nth-last-child(3),
.block-top-free-2--items li:nth-last-child(4){
    margin-bottom: 0;
}

.block-top-free-2--items li a{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.block-top-free-2--items li a:hover{
    opacity: 0.7;
}

.block-top-free-2--items li img {
    max-height: 100px;
}


/* ----トップページ：小売店様へ（仮）---- */
.block-top-etc{
    padding: 151px 0 100px;
    background: #fff;
}
.block-top-etc img{
    display: block;
    max-width: 450px;
    margin: 0 auto;
}


/* ----ヘッダー---- */

.pane-header{
    position: relative;
    height: 130px;
    background: #fff;
    /*border-bottom: 1px solid #E5E5E5;*/
}

.pane-header > .container{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-width: 1000px;
    width: 100%;
}
@media screen and (max-width:1350px){
    .pane-header > .container{
        position: relative;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .block-header-left{
        position: absolute;
        top: 0;
        left: 0;
    }
    .block-header-right{
        position: absolute;
        top: 0;
        right: 0;
    }
}

.block-header-left--logo{
    display: none;
}

.block-header-left--text{
    width: 360px;
    padding: 49px 0 0 29px;
}

.block-header-left--text-main{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 22px;
    letter-spacing: 0.05em;
    color: #000;
}

.block-header-left--text-sub{
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.05em;
}

.block-header-middle--logo{
    margin: 0;
    padding: 25px 0 12px;
}

.block-header-middle--logo h1{
    width: 179px;
    height: 70px;
    margin: 0 auto;
}

.block-header-middle--logo-link{
    width: 179px;
    height: 70px;
    display: block;
}

.block-header-middle .block-globalnav--sub-list{
    display: none;
}

.block-header-right{
    padding: 38px 28px 0 0;
}

.block-header-right--nav{
    width: 360px;
}

.block-header-right--nav-item-list{
    display: flex;
    justify-content: flex-end;
}

.block-header-right--nav-item-list li{
    margin-right: 29px;
}

.block-header-right--nav-item-list li:last-child{
    margin-right: 0;
}

.block-header-right--nav-link-list{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 20px;
}

.block-header-right--nav-link-list li{
    font-size: 12px;
    letter-spacing: 0.05em;
}

.block-header-right--nav-link-list li:after{
    content: "|";
    padding: 0 1em;
    display: inline-block;
}

.block-header-right--nav-link-list li:last-child:after{
    display: none;
}

.block-headernav--cart-count{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    z-index: 2;
    text-align: center;
    position: relative;
    top: -5px;
    margin-left: 3px;
    font-weight: bold;
}


/* ----追従ヘッダー---- */

.pane-header.fixed {
    height: 90px;
}

.pane-header.fixed > .container{
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    height: 90px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.pane-header.fixed .block-header-middle--logo,
.pane-header.fixed .block-header-left--text,
.pane-header.fixed .block-header-middle--main-list,
.pane-header.fixed .block-header-right--nav-link-list{
    display: none;
}

.pane-header.fixed .block-header-left--logo{
    display: block;
    width: 253px;
    padding: 18px 0 0 26px;
}

.pane-header.fixed .block-header-middle .js-dropdown-main {
    top: 90px;
}

.pane-header.fixed .block-header-middle .block-globalnav--sub-list{
    display: block;
}

.pane-header.fixed .block-header-right{
    padding: 33px 28px 0 0;
}

/* ----ヘッダー検索---- */

.block-header-right--nav-item-list--search-area{
    position: relative;
}

.block-header-right--nav-item-list--search-area > img{
    cursor: pointer;
}

.block-header-right--nav-item-list--search-area .js-dropdown-slide-main{
    display: none;
    width: 360px;
    padding: 15px 41px 15px 15px;
    position: absolute;
    /*bottom: -80px;*/
    top: 45px;
    right: -165px;
    background: rgba(102,102,102,0.85);
    z-index: 1000;
}

.block-header-right--nav-item-list--search-area .js-dropdown-slide-main:before{
    content: "";
    width: 9px;
    height: 9px;
    background: -webkit-linear-gradient(135deg,rgba(102,102,102,0.85) 50%, rgba(0,0,0,0) 50%);
    background: linear-gradient(135deg,rgba(102,102,102,0.85) 50%, rgba(0,0,0,0) 50%);
    z-index: 101;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    right: 172px;
    display: block;
}

.block-header-right--nav-item-list--search-area form{
    position: relative;
}

input.block-global-search--keyword:hover,
input.block-global-search--keyword {
  border: none;
}

.block-global-search--keyword ,
input[type='text'].block-global-search--keyword {
  width: 304px;
  height: 41px;
  border-radius: 3px;
  background: #fff;
}

button.block-global-search--submit {
  border: none;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  width: 65px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  padding: 0;
  position: absolute;
  top: 3px;
  right: 3px;
}
.block-global-search--submit + button.js-dropdown-slide-close-btn{
  position: absolute;
  color: #fff;
  outline: none;
  background: none;
  border: none;
  font-size: 18px;
  top: 5px;
  right: -32px;
  cursor: pointer;
}

.block-global-search--search-detail-link {
  color: #6fb4c3;
  text-decoration: underline;
}

.block-global-search--search-detail-link:hover {
  text-decoration: none;
}

/* ----グローバルナビ---- */
.block-globalnav{
    width: 640px;
    height: 127px;
    margin: 0 auto;
}
.block-globalnav--main-list ul {
    width: 640px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.block-globalnav--main-list ul li a{
    width: 200px;
    padding: 0 0 20px;
    border-bottom: 3px solid #d2d2d2;
    display: inline-block;
}

.block-globalnav--main-list ul li.active a,
.block-globalnav--main-list ul li:hover a{
    border-bottom: 3px solid #000;
}

.block-globalnav--main-list ul li a{
    text-align: center;
}

.block-globalnav--main-list ul li a span:nth-child(1){
    font-size: 20px;
    margin-right: 20px;
    display: inline-block;
    letter-spacing: 0.1em;
    color: #000;
    font-weight: bold;
}

.block-globalnav--main-list ul li a span:nth-child(2){
    font-size: 11px;
    display: inline-block;
    letter-spacing: 0.1em;
    position: relative;
    top: -3px;
}

.block-globalnav--sub-list > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 36px;
    width: 640px;
}

.block-globalnav--sub-list > ul > li{
    display: inline-block;
}

.block-globalnav--sub-list .js-dropdown-menu{
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 14px 15px;
    cursor: pointer;
}

.block-globalnav--sub-list .js-dropdown-menu.active,
.block-globalnav--sub-list .js-dropdown-menu:hover{
    border-bottom: 3px solid #000;
}

.block-globalnav--sub-list .js-dropdown-menu.active{
    border-bottom: 3px solid #000;
}

.block-globalnav .js-dropdown-main,
.block-header-middle .js-dropdown-main,
.block-header-right .js-dropdown-main{
    display: none;
    z-index: 10;
    background: rgba(102,102,102,0.85);
}
.block-globalnav .js-dropdown-main.active,
.block-header-middle .js-dropdown-main.active,
.block-header-right .js-dropdown-main.active{
    display: block;
}
.block-header-middle .js-dropdown-main,
.block-globalnav .js-dropdown-main {
    position: absolute;
    width: 100%;
    top: 127px;
    left: 0;
    padding: 40px 0 0;
    z-index: 500;
}

.block-header-middle .js-dropdown-main > .inner ,
.block-globalnav .js-dropdown-main > .inner {
    width: 1000px;
    margin: 0 auto;
}

.block-header-middle .block-globalnav--sub-list--special-main.js-dropdown-main > .inner,
.block-globalnav .block-globalnav--sub-list--special-main.js-dropdown-main > .inner {
    max-height: 460px;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
        scrollbar-width: none; /* Firefox 対応 */
}

.block-globalnav--sub-list--brand-main .js-tab-item {
    max-height: 460px;
    overflow-y: scroll;
}

.block-header-middle .block-globalnav--sub-list--special-main.js-dropdown-main > .inner::-webkit-scrollbar,
.block-globalnav .block-globalnav--sub-list--special-main.js-dropdown-main > .inner::-webkit-scrollbar {
    display:none; /* Chrome, Safari 対応 */
}

.block-globalnav--sub-list--brand-main .js-tab-item::-webkit-scrollbar {
    width: 14px; /* Chrome, Safari 対応 */
}

.block-globalnav--sub-list--brand-main .js-tab-item::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0); /* Chrome, Safari 対応 */
}

.block-globalnav--sub-list--brand-main .js-tab-item::-webkit-scrollbar-thumb {
    background-color: #DADADA; /* Chrome, Safari 対応 */
    border-radius: 10px; /* Chrome, Safari 対応 */
}

.block-globalnav--sub-list--item-main > .inner,
.block-globalnav--sub-list--brand-main > .inner,
.block-globalnav--sub-list--fragrance-main > .inner,
.block-globalnav--sub-list--price-main > .inner,
.block-globalnav--sub-list--gift-main > .inner:nth-child(1){
    width: 1000px;
    padding: 30px;
    background: #f4f4f4;
}

.block-globalnav--sub-list--gift-main > .inner:nth-child(2){
    width: 1000px;
    margin-top: 39px;
}

.block-globalnav--sub-list--item-main .js-tab-list ul,
.block-globalnav--sub-list--price-main ul,
.block-globalnav--sub-list--gift-main ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-globalnav--sub-list--item-main .js-tab-list li,
.block-globalnav--sub-list--price-main li,
.block-globalnav--sub-list--gift-main > .inner:nth-child(1) li{
    width: 306px;
    height: 60px;
    background: #fff;
    margin-right: 9px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    cursor: pointer;
}

.block-globalnav--sub-list--item-main .js-tab-list li:nth-child(3n+3),
.block-globalnav--sub-list--price-main li:nth-child(3n+3),
.block-globalnav--sub-list--gift-main > .inner:nth-child(1) li:nth-child(3n+3){
    margin-right: 0;
}

.block-globalnav--sub-list--item-main .js-tab-list li:nth-last-child(1),
.block-globalnav--sub-list--item-main .js-tab-list li:nth-last-child(2),
.block-globalnav--sub-list--item-main .js-tab-list li:nth-last-child(3),
.block-globalnav--sub-list--price-main li:nth-last-child(1),
.block-globalnav--sub-list--price-main li:nth-last-child(2),
.block-globalnav--sub-list--price-main li:nth-last-child(3),
.block-globalnav--sub-list--gift-main li:nth-last-child(1),
.block-globalnav--sub-list--gift-main li:nth-last-child(2),
.block-globalnav--sub-list--gift-main li:nth-last-child(3){
    margin-bottom: 0;
}

.block-globalnav--sub-list--item-main .js-tab-list li span:nth-child(1){
    width: 72px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.block-globalnav--sub-list--item-main .js-tab-list li.active{
    background: #000;
    color: #fff;
}

.block-globalnav--sub-list--price-main li a,
.block-globalnav--sub-list--gift-main--list li a{
    width: 100%;
    height: 20px;
    padding-left: 41px;
    background: url(../../img/usr/common/icon_arrow.png) no-repeat;
    background-position: left 20px center;
}

.block-globalnav--sub-list--item-main .js-tab-main,
.block-globalnav--sub-list--gift-main .js-tab-main{
    background: #fff;
    margin-top: 35px;
    border: 1px solid #e5e5e5;
    display: none;
    padding: 44px 31px;
}

.block-globalnav--sub-list--item-main .js-tab-main ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.block-globalnav--sub-list--item-main .js-tab-main li{
    width: 25%;
    margin-bottom: 28px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    background: url(../../img/usr/common/icon_arrow.png) no-repeat;
    background-position: left top 6px;
    cursor: pointer;
}

.block-globalnav--sub-list--item-main .js-tab-main li:nth-child(4n+4){
    margin-right: 0;
}

.block-globalnav--sub-list--item-main .js-tab-main li:nth-last-child(1),
.block-globalnav--sub-list--item-main .js-tab-main li:nth-last-child(2),
.block-globalnav--sub-list--item-main .js-tab-main li:nth-last-child(3),
.block-globalnav--sub-list--item-main .js-tab-main li:nth-last-child(4){
    margin-bottom: 0;
}

.block-globalnav--sub-list--fragrance-main ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-globalnav--sub-list--fragrance-main li{
    width: 228px;
    height: 60px;
    background: #fff;
    margin-right: 9px;
    margin-bottom: 10px;
}

.block-globalnav--sub-list--fragrance-main li a{
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.block-globalnav--sub-list--fragrance-main li a span:nth-child(1){
    width: 72px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.block-globalnav--sub-list--fragrance-main li:nth-child(4n+4){
    margin-right: 0;
}

.block-globalnav--sub-list--fragrance-main li:nth-last-child(1),
.block-globalnav--sub-list--fragrance-main li:nth-last-child(2),
.block-globalnav--sub-list--fragrance-main li:nth-last-child(3),
.block-globalnav--sub-list--fragrance-main li:nth-last-child(4){
    margin-bottom: 0;
}

.block-globalnav--sub-list--item-main .js-tab-list li span:nth-child(1){
    width: 77px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.block-globalnav--sub-list .js-dropdown-close{
    width: 100%;
    height: 90px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 0.3s;
}

.block-globalnav--sub-list--gift-main--column,
.block-globalnav--sub-list--special-main ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-globalnav--sub-list--gift-main--column li,
.block-globalnav--sub-list--special-main li{
    width: 228px;
    margin: 0 29px 23px 0;
}

.block-globalnav--sub-list--gift-main--column li:nth-child(4n+4),
.block-globalnav--sub-list--special-main li:nth-child(4n+4){
    margin-right: 0;
}

.block-globalnav--sub-list--special-main li:nth-child(n+9){
    display:none;
}

.block-globalnav--sub-list--gift-main--column li:nth-last-child(1),
.block-globalnav--sub-list--gift-main--column li:nth-last-child(2),
.block-globalnav--sub-list--gift-main--column li:nth-last-child(3),
.block-globalnav--sub-list--gift-main--column li:nth-last-child(4),
.block-globalnav--sub-list--special-main li:nth-last-child(1),
.block-globalnav--sub-list--special-main li:nth-last-child(2),
.block-globalnav--sub-list--special-main li:nth-last-child(3),
.block-globalnav--sub-list--special-main li:nth-last-child(4){
    margin-bottom: 0;
}

.block-globalnav--sub-list--gift-main--column li img,
.block-globalnav--sub-list--special-main li img{
    margin-bottom: 15px;
}

.block-globalnav--sub-list--gift-main--column li span,
.block-globalnav--sub-list--special-main li span{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.block-globalnav--sub-list--gift-main--column li a:hover,
.block-globalnav--sub-list--special-main li a:hover{
    text-decoration: underline #fff;
}

.block-globalnav--sub-list--brand-main .js-tab{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.block-globalnav--sub-list--brand-main .js-tab-list{
    width: 230px;
}

.block-globalnav--sub-list--brand-main .js-tab-list li{
    width: 100%;
    line-height: 50px;
    padding-left: 19px;
    font-size: 14px;
    color: #333;
    background: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}

.block-globalnav--sub-list--brand-main .js-tab-list li:hover,
.block-globalnav--sub-list--brand-main .js-tab-list li.active{
    color: #fff;
    background: #000;
}

.block-globalnav--sub-list--brand-main .js-tab-item{
    width: 690px;
    padding: 49px 20px;
    background: #fff;
    display: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.block-globalnav--sub-list--brand-main .js-tab-item.active{
    display: -webkit-flex;
    display: flex;
}

.block-globalnav--sub-list--brand-main .js-tab-item li{
    width: 20%;
    margin-bottom: 56px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.block-globalnav--sub-list--brand-main .js-tab-item li:nth-last-child(1),
.block-globalnav--sub-list--brand-main .js-tab-item li:nth-last-child(2),
.block-globalnav--sub-list--brand-main .js-tab-item li:nth-last-child(3),
.block-globalnav--sub-list--brand-main .js-tab-item li:nth-last-child(4),
.block-globalnav--sub-list--brand-main .js-tab-item li:nth-last-child(5){
    margin-bottom: 0;
}

.block-globalnav--sub-list--brand-main .js-tab-item li img{
    padding: 0 5%;
}

/*closeボタン*/
.block-globalnav--sub-list .js-dropdown-close-btn{
    color: #fff;
    font-size: 14px;
    padding-left: 17px;
    cursor: pointer;
}

.block-globalnav--sub-list .js-dropdown-close-btn:hover{
    opacity: 0.7;
}

.block-globalnav--sub-list .js-dropdown-close-btn:before{
    content: "×";
    padding-right: 7px;
}

/* ----フッター---- */

footer.pane-footer{
    padding: 81px 0 44px;
}

footer .container {
  position: relative;
  width: auto;
}

.block-footernav {
  margin-bottom: 39px;
  text-align: center;
}

.block-footernav--sns-list{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}

.block-footernav--sns-list li {
  padding: 0 10px;
  display: inline-block;
}

.block-footernav--item{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 80px;
}

.block-footernav--item img{
    margin-right: 20px;
    position: relative;
    top: 3px;
}

.block-footernav--item-list li {
    display: inline-block;
}
.block-footernav--item-list li:after {
    content: "|";
    padding: 0 4px;
}
.block-footernav--item-list li:last-child:after {
    display: none
}
.block-footernav--item-list li a{
    padding: 0 28px;
}

/* ----ページトップに戻る---- */

.block-page-top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../../img/usr/common/icon_pagetop.png) no-repeat;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 20px;
  display: none;
}

.block-page-top.js-high {
  bottom: 68px;
}

/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
  display: none;
  width: 400px;
  text-align: center;
  margin: 0 auto 20px;
}

.block-switcher li {
  display: inline-block;
}

.block-switcher--switch {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #444;
  color: #fff;
}
.block-switcher--switch:hover {
  text-decoration: none;
  background-color: #ccc;
}

.block-switcher--current {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}

.block-switcher .fa {
  margin-right: 10px;
  vertical-align: middle;
}

.block-switcher .fa-mobile-phone {
  font-size: 22px;
}

.block-switcher .fa-desktop {
  font-size: 18px;
}

/* ----Copyright---- */

.block-copyright {
  font-size: 12px;
  text-align: center;
}

/* ----ブランド画面---- */

.block-brand-list {
  margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}

.block-brand-list--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-brand-list--item {
  flex-grow: 1;
  flex-basis: 390px;
  max-width: 390px;
  margin: 0 0 20px 15px;
}

.block-brand-list--item:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-brand-list--item-img {
  width: 390px;
  height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
  border: #ddd 1px solid;
  border-top: none;
  border-bottom: none;
}

.block-brand-list--item-name {
  padding: 15px 35px 0;
}

.block-brand-list--item-comment {
  border-bottom: #ddd 1px solid;
  padding: 15px 35px 35px;
}

.block-brand-list--item-btn {
  display: block;
  text-align: center;
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 14px;
  margin: 15px auto 0;
  background: #e5e5e5;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
}

.block-goods-gallery li {
    display: inline-block;
    width: 53px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.block-goods-gallery li {
    display: inline-block;
    width: 53px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.block-goods-gallery li:nth-child(8n+8) {
    margin-right: 0;
}

.block-goods-gallery li a {
    border: 1px solid #D5D5D5;
    display: inline-block;
}

.block-goods-gallery li a.active {
    border: 1px solid #000;
}

.block-goods-gallery li figure {
    width: 53px;
    height: auto;
    border: none;
    box-sizing: border-box;
}

/* ----商品詳細画面---- */

.page-goods .pane-contents > .container{
    width: 1000px;
}
.block-goods-detail {
    grid-template-columns: 1fr 480px;
    -ms-grid-columns: 1fr 480px;
}
.pane-goods-left-side{
    width: 480px;
    margin: 0 40px 0 0;
}
.pane-goods-right-side{
    width: 480px;
}

/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap;
}

.block-goods-sns {
  order: 10;
}

.page-goods .block-icon {
  order: 20;
}

.block-goods-comment {
  order: 30;
}

.block-goods-name {
  order: 40;
}

.block-variation {
  order: 43;
}

.goods-detail-code{
  order: 45;
}

.block-goods-stock {
  order: 47;
}

.block-goods-price {
  order: 50;
}

.block-goods-qty{
  order: 55;
}

.block-cart-area{
  order: 58;
}

.block-goods-code {
  order: 60;
}

.block-goods-item-code {
  order: 70;
}

.block-goods-item-code2 {
  order: 80;
}

.block-goods-item-code3 {
  order: 90;
}

.block-goods-release-dt {
  order: 100;
}

.block-goods-class1 {
  order: 110;
}

.block-goods-class2 {
  order: 120;
}

.block-goods-attr1 {
  order: 130;
}

.block-goods-attr2 {
  order: 140;
}

.block-goods-attr3 {
  order: 150;
}

.block-goods-size {
  order: 160;
}

.block-goods-color {
  order: 170;
}

.block-goods-point {
  order: 180;
}

.block-goods-postage {
  order: 190;
}

.block-goods-spec {
  order: 210;
}

.block-goods-sales-detail-append {
  order: 220;
}

.block-custom-order {
  order: 240;
}

.block-add-cart {
  order: 250;
}

.block-arrival-notice {
  order: 250;
}

.block-outside-sales-period {
  order: 250;
}

.block-variation-favorite{
  order: 255;
}
.block-goods-store-stock {
  order: 280;
}

.block-goods-set {
  order: 290;
}

.block-accessory-list {
  order: 300;
}

.block-variation-back-order {
  order: 310;
}

.block-contact-about-goods {
  order: 320;
}

.block-goods-favorite {
  order: 330;
}

.block-goods-link {
  order: 340;
}

.pane-goods-header{
    margin: 40px 0 0;
}

.pane-goods-header .block-icon img{
    width: auto;
}
.pane-goods-header .block-goods-comment{
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

.block-goods-detail .bx-wrapper{
    position: relative;
}

.block-goods-detail .bx-prev,
.block-goods-detail .bx-next{
    content: "";
    width: 16px;
    height: 26px;
    display: block;
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    top: 228px;
    z-index: 10;
}

.block-goods-detail .bx-prev:hover,
.block-goods-detail .bx-next:hover{
    opacity: 0.7;
}

.block-goods-detail .bx-prev{
    background: url(../../img/usr/common/icon_arrow3_prev.png) no-repeat;
    left: 0;
}

.block-goods-detail .bx-next{
    background: url(../../img/usr/common/icon_arrow3_next.png) no-repeat;
    right: 0;
}

.block-goods-detail--color-variation-goods-thumbnail-form{
    margin-top: 14px;
}

h1.block-goods-name--text{
    margin: 0 0 26px;
    font-size: 20px;
    line-height: 32px;
}
.block-goods-name + .block-variation{
    width: 480px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #D5D5D5;
    margin-bottom: 25px;
}
.block-variation--header{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    background-color: #F5F5F5;
    padding: 1px 20px 1px 10px;
    min-height: 35px;
    margin-bottom: 15px;
}
.page-goods h2.block-variation--name{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.page-goods .block-variation--selected-item{
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0.04em;
}
.page-goods .block-variation--item-list{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-goods .block-variation--item{
    margin-right: 15px;
}
.page-goods .block-variation--item:nth-child(9n+9){
    margin-right: 0;
}
.page-goods .block-variation--item dt{
    border: none;
    position: relative;
    width: 65px;
}
.page-goods .block-variation--item.active dt{
    border: none;
    box-sizing: border-box;
}
.page-goods .block-variation--item:hover dt:after,
.page-goods .block-variation--item.active dt:after{
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #707070;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.page-goods .goods-detail-code{
    margin-bottom: 15px;
}
.page-goods .block-goods-code,
.page-goods .block-goods-jan-code{
    display: inline-block;
    width: auto;
}
.page-goods .block-goods-code dt,
.page-goods .block-goods-code dd,
.page-goods .block-goods-jan-code dt,
.page-goods .block-goods-jan-code dd{
    font-size: 14px;
    display: inline-block;
    width: auto;
    font-weight: normal;
}
.page-goods .block-goods-code{
    margin-right: 1em;
}
.page-goods .block-goods-code:after{
    content:"|";
    padding-left: 1em;
}
.page-goods .block-goods-stock{
    margin-bottom: 18px;
}
.page-goods .block-goods-stock dt,
.page-goods .block-goods-stock dd{
    width: auto;
    display: inline-block;
    font-weight: normal;
}
.block-goods-price{
    margin: 0 0 10px;
}
.block-goods-price--price,
.block-goods-price--default-price{
    font-size: 14px;
}
.block-goods-price--price span.num,
.block-goods-price--default-price span.num{
    font-size: 20px;
    font-weight: bold;
}
.block-goods-price--price span.txt-s,
.block-goods-price--default-price span.txt-s{
    font-size: 12px;
    padding-left: 0.5em;
}
.block-goods-price--default-price + .block-goods-price--price{
    color: #DC0000;
}
.block-goods-qty{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}
.block-goods-qty input[type="text"]{
    border: 1px solid #707070;
    background: #F5F5F5;
    width: 60px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
}
.block-goods-qty #qty_minus,
.block-goods-qty #qty_minus1,
.block-goods-qty #qty_plus,
.block-goods-qty #qty_plus1{
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: inline-block;
}
.block-goods-qty #qty_minus ,
.block-goods-qty #qty_minus1 {
    background: url(../../img/usr/common/icon_minus.jpg) no-repeat;
    margin: 0 10px 0 14px;
}
.block-goods-qty #qty_plus ,
.block-goods-qty #qty_plus1 {
    background: url(../../img/usr/common/icon_plus.jpg) no-repeat;
    margin: 0 0 0 10px;
}
.page-goods .block-cart-area{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.page-goods .block-cart-area .block-add-cart--btn,
.page-goods .block-cart-area .block-no-stock--message,
.page-goods .block-cart-area .block-arrival-notice--btn,
.page-goods .block-cart-area .block-outside-sales-period--message{
    width: 420px;
    height: 70px;
    border-radius: 3px;
    text-align: center;
    border: none;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    font-size: 18px;
}
.page-goods .block-cart-area .block-add-cart--btn{
    color: #fff;
    background: #000;
    letter-spacing: 0.05em;
}
.page-goods .block-cart-area .block-add-cart--btn:before{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../../img/usr/common/icon_cart_w.png) no-repeat;
    display: inline-block;
    margin-right: 18px;
}
.page-goods .block-cart-area .block-add-cart--btn.block-list-custom-order-btn:before{
    width: 30px;
    height: 29px;
    background: url(../../img/usr/common/icon_cart.jpg) no-repeat;
}
.page-goods .block-cart-area .block-no-stock--message{
    letter-spacing: 0.05em;
}
.page-goods .block-cart-area .block-arrival-notice--btn,
.page-goods .block-cart-area .block-add-cart--btn.block-list-custom-order-btn{
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    letter-spacing: 0.15em;
}
.page-goods .block-cart-area .block-arrival-notice--btn:before{
    content: "";
    width: 28px;
    height: 20px;
    background: url(../../img/usr/common/icon_mail.png) no-repeat;
    display: inline-block;
    margin-right: 14px;
    top: 0;
}
.page-goods .block-cart-area .block-outside-sales-period--message{
    letter-spacing: 0.15em;
}
.page-goods .block-variation-favorite--btn,
.page-goods .block-variation-favorite-registed--btn{
    width: 38px;
    height: 31px;
    display: block;
}
.page-goods .block-variation-favorite--btn{
    background: url(../../img/usr/common/icon_favorite_l_off.png) no-repeat;
}
.page-goods .block-variation-favorite-registed--btn{
    background: url(../../img/usr/common/icon_favorite_l_on.png) no-repeat;
    
}
.page-goods .block-contact-about-goods--link{
    font-size: 14px;
    text-decoration: underline;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}
.page-goods .block-contact-about-goods{
    margin-top: 42px;
    text-align: right;
}
.page-goods .block-contact-about-goods--link:before{
    content: "";
    width: 25px;
    height: 18px;
    display: inline-block;
    background: url(../../img/usr/common/icon_mail_black.png) no-repeat;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.page-goods .pane-goods-center{
    margin-top: 75px;
    margin-bottom: 134px;
}
.page-goods .pane-goods-center--header{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-bottom: 13.5px;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 26.5px;
}
.page-goods .block-goods-comment1{
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 24px;
    margin-bottom: 29px;
}
.page-goods .block-goods-comment2,
.page-goods .block-goods-comment3,
.page-goods .block-goods-comment4,
.page-goods .block-goods-comment5,
.page-goods .block-goods-comment6,
.page-goods .block-goods-comment7{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    background: #F5F5F5;
    border-radius: 5px;
    padding: 15px 0;
    width: 960px;
    margin: 0 auto 5px;
    font-size: 14px;
    line-height: 24px;
}
.page-goods .block-goods-comment2 > dt,
.page-goods .block-goods-comment3 > dt,
.page-goods .block-goods-comment4 > dt,
.page-goods .block-goods-comment5 > dt,
.page-goods .block-goods-comment6 > dt,
.page-goods .block-goods-comment7 > dt{
    font-weight: bold;
    width: 150px;
    line-height: 100%;
    height: 100%;
    text-align: center;
}
.page-goods .block-goods-comment2 > dd,
.page-goods .block-goods-comment3 > dd{
    padding-left: 39.5px;
}
.page-goods .block-goods-comment4 > dd,
.page-goods .block-goods-comment5 > dd,
.page-goods .block-goods-comment6 > dd,
.page-goods .block-goods-comment7 > dd{
    padding-left: 39.5px;
    border-left:  1px solid #D5D5D5;
}
.page-goods .block-goods-comment2 dl,
.page-goods .block-goods-comment3 dl,
.page-goods .block-goods-comment4 dl,
.page-goods .block-goods-comment5 dl,
.page-goods .block-goods-comment6 dl,
.page-goods .block-goods-comment7 dl{
    margin-top: 15px;
}
.page-goods .block-goods-comment2 dl + dl,
.page-goods .block-goods-comment3 dl + dl,
.page-goods .block-goods-comment4 dl + dl,
.page-goods .block-goods-comment5 dl + dl,
.page-goods .block-goods-comment6 dl + dl,
.page-goods .block-goods-comment7 dl + dl{
    margin-top: 0;
}
.page-goods .block-goods-comment2 dl dt,
.page-goods .block-goods-comment3 dl dt,
.page-goods .block-goods-comment4 dl dt,
.page-goods .block-goods-comment5 dl dt,
.page-goods .block-goods-comment6 dl dt,
.page-goods .block-goods-comment7 dl dt{
    font-weight: bold;
}
.page-goods .block-goods-comment2 dl dt,
.page-goods .block-goods-comment2 dl dd,
.page-goods .block-goods-comment3 dl dt,
.page-goods .block-goods-comment3 dl dd,
.page-goods .block-goods-comment4 dl dt,
.page-goods .block-goods-comment4 dl dd,
.page-goods .block-goods-comment5 dl dt,
.page-goods .block-goods-comment5 dl dd,
.page-goods .block-goods-comment6 dl dt,
.page-goods .block-goods-comment6 dl dd,
.page-goods .block-goods-comment7 dl dt,
.page-goods .block-goods-comment7 dl dd{
    display: inline-block;
}
.page-goods .block-goods-comment8,
.page-goods .block-goods-comment9,
.page-goods .block-goods-comment10,
.page-goods .block-goods-comment11,
.page-goods .block-goods-comment12,
.page-goods .block-goods-comment13,
.page-goods .block-goods-comment14,
.page-goods .block-goods-comment15,
.page-goods .block-goods-comment16,
.page-goods .block-goods-comment17,
.page-goods .block-goods-comment18{
    border: 1px solid #D5D5D5;
    margin-bottom: 20px;
}
.page-goods .block-goods-comment7{
    margin-bottom: 40px;
}
.page-goods .block-goods-comment8 dt,
.page-goods .block-goods-comment9 dt,
.page-goods .block-goods-comment10 dt,
.page-goods .block-goods-comment11 dt,
.page-goods .block-goods-comment12 dt,
.page-goods .block-goods-comment13 dt,
.page-goods .block-goods-comment14 dt,
.page-goods .block-goods-comment15 dt,
.page-goods .block-goods-comment16 dt,
.page-goods .block-goods-comment17 dt,
.page-goods .block-goods-comment18 dt{
    padding: 13px 20px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em;
    cursor: pointer;
}
.page-goods .block-goods-comment8 > dt,
.page-goods .block-goods-comment9 > dt,
.page-goods .block-goods-comment10 > dt,

.page-goods .block-goods-comment11 > dt,
.page-goods .block-goods-comment12 > dt,
.page-goods .block-goods-comment13 > dt,
.page-goods .block-goods-comment14 > dt,
.page-goods .block-goods-comment15 > dt,
.page-goods .block-goods-comment16 > dt,
.page-goods .block-goods-comment17 > dt,
.page-goods .block-goods-comment18 > dt{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.page-goods .block-goods-comment8 .toggle_,
.page-goods .block-goods-comment9 .toggle_,
.page-goods .block-goods-comment10 .toggle_,
.page-goods .block-goods-comment11 .toggle_,
.page-goods .block-goods-comment12 .toggle_,
.page-goods .block-goods-comment13 .toggle_,
.page-goods .block-goods-comment14 .toggle_,
.page-goods .block-goods-comment15 .toggle_,
.page-goods .block-goods-comment16 .toggle_,
.page-goods .block-goods-comment17 .toggle_,
.page-goods .block-goods-comment18 .toggle_{
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    top: 4.5px;
}
.page-goods .block-goods-comment8 .toggle_:before,
.page-goods .block-goods-comment8 .toggle_:after,
.page-goods .block-goods-comment9 .toggle_:before,
.page-goods .block-goods-comment9 .toggle_:after,
.page-goods .block-goods-comment10 .toggle_:before,
.page-goods .block-goods-comment10 .toggle_:after,
.page-goods .block-goods-comment11 .toggle_:before,
.page-goods .block-goods-comment11 .toggle_:after,
.page-goods .block-goods-comment12 .toggle_:before,
.page-goods .block-goods-comment12 .toggle_:after,
.page-goods .block-goods-comment13 .toggle_:before,
.page-goods .block-goods-comment13 .toggle_:after,
.page-goods .block-goods-comment14 .toggle_:before,
.page-goods .block-goods-comment14 .toggle_:after,
.page-goods .block-goods-comment15 .toggle_:before,
.page-goods .block-goods-comment15 .toggle_:after,
.page-goods .block-goods-comment16 .toggle_:before,
.page-goods .block-goods-comment16 .toggle_:after,
.page-goods .block-goods-comment17 .toggle_:before,
.page-goods .block-goods-comment17 .toggle_:after,
.page-goods .block-goods-comment18 .toggle_:before,
.page-goods .block-goods-comment18 .toggle_:after{
    content: "";
    width: 10px;
    height: 1px;
    background-color: #666;
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
}
.page-goods .block-goods-comment8 .toggle_:after,
.page-goods .block-goods-comment9 .toggle_:after,
.page-goods .block-goods-comment10 .toggle_:after,
.page-goods .block-goods-comment11 .toggle_:after,
.page-goods .block-goods-comment12 .toggle_:after,
.page-goods .block-goods-comment13 .toggle_:after,
.page-goods .block-goods-comment14 .toggle_:after,
.page-goods .block-goods-comment15 .toggle_:after,
.page-goods .block-goods-comment16 .toggle_:after,
.page-goods .block-goods-comment17 .toggle_:after,
.page-goods .block-goods-comment18 .toggle_:after{
    transform: rotate(90deg);
}
.page-goods .block-goods-comment8 .toggle_.active:after,
.page-goods .block-goods-comment9 .toggle_.active:after,
.page-goods .block-goods-comment10 .toggle_.active:after,
.page-goods .block-goods-comment11 .toggle_.active:after,
.page-goods .block-goods-comment12 .toggle_.active:after,
.page-goods .block-goods-comment13 .toggle_.active:after,
.page-goods .block-goods-comment14 .toggle_.active:after,
.page-goods .block-goods-comment15 .toggle_.active:after,
.page-goods .block-goods-comment16 .toggle_.active:after,
.page-goods .block-goods-comment17 .toggle_.active:after,
.page-goods .block-goods-comment18 .toggle_.active:after{
    display: none;
}
.page-goods .block-goods-comment8 > dd,
.page-goods .block-goods-comment9 > dd,
.page-goods .block-goods-comment10 > dd,
.page-goods .block-goods-comment11 > dd,
.page-goods .block-goods-comment12 > dd,
.page-goods .block-goods-comment13 > dd,
.page-goods .block-goods-comment14 > dd,
.page-goods .block-goods-comment15 > dd,
.page-goods .block-goods-comment16 > dd,
.page-goods .block-goods-comment17 > dd,
.page-goods .block-goods-comment18 > dd{
    display: none;
    width: 958px;
    padding: 16.5px 0 13px;
    border-top: 1px solid #D5D5D5;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 24px;
    margin: 0 20px;
}
.page-goods .pane-topic-path{
    background: none;
    margin: 57px 0 100px;
    padding: 0;
}
.page-goods .pane-topic-path .container{
    width: 100%;
}
.page-goods .block-topic-path--list{
    margin-bottom: 10px;
}
.page-goods .block-topic-path--list li{
    padding-right: 1em;
}
.page-goods .block-topic-path--list li:not(:first-child) span{
    padding-left: 1em;
}

.page-goods .block-accessory-list {
    padding: 55px 0 34.5px;
    background: #F4F4F4;
}
@media screen and (min-width:1001px){
    .page-goods .block-accessory-list {
        padding: 55px calc(50vw - 500px) 34.5px;
        width: 100vw;
        position: relative;
        left: calc(500px - 50vw);
    }
}
.page-goods .block-accessory-list--name{
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 22px;
    text-align: center;
    margin-bottom: 37px;
}
.page-goods .block-cart-i--items{
    width: 1000px;
    margin: 0 auto;
}
.page-goods .block-cart-i--goods{
    width: 180px;
    margin-left: 0;
    padding-right: 20px;
}
.page-goods .block-cart-i--goods-image{
    margin-bottom: 14.6px;
}
.page-goods .block-cart-i--goods-image figure{
    width: 180px;
    height: 180px;
}
.page-goods .block-cart-i--goods-name{
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.page-goods .block-cart-i--goods-name a{
    text-decoration: none;
}
.page-goods .block-cart-i--goods-name a:hover{
    text-decoration: underline;
}
.page-goods .block-cart-i--goods .variation-name,
.page-goods .block-cart-i--goods .block-icon,
.page-goods .block-cart-i--goods .block-cart-i--price-infos{
    display: none;
}


/* ----ユーザーレビュー---- */
h2.block-goods-user-review--header{
    font-size: 36px;
    line-height: 1;
    text-align: center;
    padding: 86.5px 0 40px;
    margin: 0;
    border: none;
    letter-spacing: 0.1em;
    background: none;
}
.block-goods-user-review--header span{
    font-size: 12px;
    display: block;
    margin-top: 15px;
    letter-spacing: 0.1em;
}
.block-goods-user-review--info{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border: 5px solid #F5F5F5;
    width: 100%;
    height: 120px;
    margin-bottom: 12px;
    padding: 0 30px;
}
.block-goods-user-review--score{
    margin-bottom: 0.5px;
}
.block-goods-user-review--score dd,
.block-goods-user-review--score dd img{
    height: 19px;
}
.block-goods-user-review--score dd img{
    margin-top: 7px;
}
.block-goods-user-review--score dt,
.block-goods-user-review--count dt,
.block-goods-user-review--count dd{
    font-size: 16px;
    line-height: 39px;
    font-weight: normal;
}
.block-goods-user-review--description{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    max-width: 670px;
}
.block-goods-user-review--description--text p{
    font-size: 12px;
    line-height: 20px;
    margin-right: 20px;
}
.block-goods-user-review--write-review-btn{
    font-size: 14px;
    color: #fff;
    background: #000;
    border-radius: 3px;
    width: 250px;
    height: 47px;
    text-align: center;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-goods-user-review--write-review-btn:before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/usr/common/icon_review.png) no-repeat;
    display: inline-block;
    margin-right: 9.9px;
}
.block-goods-user-review--item{
    border-bottom: 1px dotted #D5D5D5;
    padding: 21px 0 28px;
    margin-top: 0;
}
.block-goods-user-review--item-title{
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.block-goods-user-review--item-summary{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block-goods-user-review--item-score{
    width: 100%;
    height: 30px;
    margin-bottom: 2px;
}
.block-goods-user-review--item-score img{
    height: 15px;
}
.block-goods-user-review--list{
    width: 940px;
    margin: 0 auto 50px;
}
.block-goods-user-review--item-name,
.block-goods-user-review--item-date{
    width: 50%;
    font-size: 12px;
    display: inline-block;
}
.block-goods-user-review--item-date{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.block-goods-user-review--item-comment{
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
}
.block-goods-user-review--item-moderate-vote{
    display: none;
}
.block-goods-user-review--pagenav{
    background: none;
}
.block-goods-user-review--readmore a{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.block-goods-user-review--container{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.block-goods-user-review--container span{
    padding: 0 10px;
}

/* ----カート追従---- */
.pane-goods-footer{
    width: 100%;
    height: 110px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #D5D5D5;
    z-index: 100;
}
.block-goods-footer-cart{
    width: 1000px;
    margin: 0 auto;
}
.block-goods-footer-cart form{
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-goods-footer-cart--left,
.block-goods-footer-cart--right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.block-goods-footer-cart--left img{
    width: 90px;
    height: auto;
    margin-right: 30px;
}
.block-goods-footer-cart--left h4{
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    max-width: 430px;
}
.block-goods-footer-cart--right{
    padding-right: 20px;
}
.block-goods-footer-cart .block-goods-qty{
    margin: 0 20px 0 0;
}
.page-goods .block-goods-footer-cart .block-add-cart--btn,
.page-goods .block-goods-footer-cart .block-no-stock--message,
.page-goods .block-goods-footer-cart .block-arrival-notice--btn,
.page-goods .block-goods-footer-cart .block-outside-sales-period--message{
    width: 220px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    border: none;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    font-size: 14px;
}
.page-goods .block-goods-footer-cart .block-add-cart--btn:before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/usr/common/icon_cart_w.png) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    margin-right: 7.3px;
}
.page-goods .block-goods-footer-cart .block-arrival-notice--btn:before{
    content: "";
    width: 28px;
    height: 20px;
    background: url(../../img/usr/common/icon_mail.png) no-repeat;
    display: inline-block;
    margin-right: 7.3px;
    top: 0;
}
.page-goods .block-goods-footer-cart .block-arrival-notice--btn:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/usr/common/icon_mail.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    display: inline-block;
    margin-right: 7.3px;
    top: 0;
}
.page-goods .block-goods-footer-cart .block-arrival-notice--btn,
.page-goods .block-goods-footer-cart .block-add-cart--btn.block-list-custom-order-btn{
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    letter-spacing: 0.15em;
}
/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
  text-align: center;
  margin-top: 50px;
}

/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}



/* ----スライダー---- */
.slick-list li a:focus{
    border: none;
    outline: none;
}
.slick-list li a:hover img{
    opacity: 0.7;
}
.js-slider-mv{
    width: 100vw;
    min-width: 1000px;
    height: 490px;
}
.js-slider-column-3,
.js-slider-column-5,
.js-slider-new-arr,
.js-slider-new-reviews{
    width: 1000px;
    position: relative;
}
.js-slider-column-3 li,
.js-slider-new-arr li{
    width: 320px;
    padding-right: 20px;
    box-sizing: content-box;
}
.js-slider-column-5 li,
.js-slider-new-reviews li{
    width: 180px;
    padding-right: 25px;
    box-sizing: content-box;
}
.js-slider-mv .slide-prev,
.js-slider-mv .slide-next{
    position: absolute;
    top: 220px;
    z-index: 8;
    cursor: pointer;
    transition: all 0.3s;
}
.js-slider-mv .slide-prev:hover,
.js-slider-mv .slide-next:hover{
    opacity: 0.7;
}
.js-slider-mv .slide-prev{
    left: 30px;
}
.js-slider-mv .slide-next{
    right: 30px;
}
.js-slider-column-3 .slide-prev,
.js-slider-column-3 .slide-next,
.js-slider-column-5 .slide-prev,
.js-slider-column-5 .slide-next,
.js-slider-new-arr .slide-prev,
.js-slider-new-arr .slide-next,
.block-top-topics--body .topics-list .slide-prev,
.block-top-topics--body .topics-list .slide-next,
.js-slider-new-reviews .slide-prev,
.js-slider-new-reviews .slide-next{
    position: absolute;
    top: calc(50% - 17.5px);
    cursor: pointer;
    transition: all 0.3s;
}
.js-slider-column-3 .slide-prev:hover,
.js-slider-column-3 .slide-next:hover,
.js-slider-column-5 .slide-prev:hover,
.js-slider-column-5 .slide-next:hover,
.js-slider-new-arr .slide-prev:hover,
.js-slider-new-arr .slide-next:hover,
.block-top-topics--body .topics-list .slide-prev:hover,
.block-top-topics--body .topics-list .slide-next:hover,
.js-slider-new-reviews .slide-prev:hover,
.js-slider-new-reviews .slide-next:hover{
    opacity: 0.7;
}
.js-slider-column-3 .slide-prev,
.js-slider-column-5 .slide-prev,
.js-slider-new-arr .slide-prev,
.block-top-topics--body .topics-list .slide-prev,
.js-slider-new-reviews .slide-prev{
    left: -50px;
}
.js-slider-column-3 .slide-next,
.js-slider-column-5 .slide-next,
.js-slider-new-arr .slide-next,
.block-top-topics--body .topics-list .slide-next,
.js-slider-new-reviews .slide-next{
    right: -50px;
}
.block-top-new-arr .js-slider-new-arr .slide-next,
.block-top-new-arr .js-slider-new-arr .slide-prev {
    top: 70px;
}
.slick-dots{
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
.page-category .slick-dots{
    margin: 19.7px 0 0;
}
.slick-dots > li{
    margin: 0 10px;
    width: 10px !important;
    height: 10px !important;
    box-sizing: border-box;
    border-radius: 50%;
}
.slick-dots button{
    appearance: none;
    outline: none;
    background: none;
    width: 10px !important;
    height: 10px !important;
    margin: 0;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
}

.js-slider-mv .slick-track a:focus{
    border: none !important;
    outline: none;
}



/* ----左メニュー---- */

.pane-left-menu .block-search-box{
    margin-bottom: 25px;
}
.pane-left-menu .block-search-box--form{
    display: block;
    position: relative;
}
.pane-left-menu input.block-search-box--keyword:hover,
.pane-left-menu input.block-search-box--keyword {
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    height: 41px;
    box-sizing: border-box;
    border-radius: 3px;
    padding-left: 7px;
    padding-right: 41px;
}

.pane-left-menu input.block-search-box--keyword:focus-visible{
    outline: none;
}

.pane-left-menu button.block-search-box--search-submit{
    width: 41px;
    height: 41px;
    background-image: url(../../img/usr/common/icon_search_s.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: none;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.pane-left-menu .pane-block--title,
.pane-left-menu .block-genre-tree--level1 > li > span{
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    height: auto;
    padding-bottom: 6.5px;
    border-top: none;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #000;
}
.pane-left-menu .block-genre-tree--level1 > li:not(:first-child){
    margin-top: 24px;
}
.block-category-tree--items.block-category-tree--level-1,
.block-genre-tree--items.block-genre-tree--level1,
.block-left-menu-gift--items{
    margin-bottom: 24px;
}
.block-category-tree--level-1 > .block-category-tree--item,
.block-genre-tree--level1 > .block-genre-tree--item,
.block-left-menu-gift--item{
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 1px dotted #D5D5D5;
}
/*.block-category-tree--level-1 > .block-category-tree--item:after,
.block-category-tree--level-1 > .block-category-tree--item.active .block-category-tree--item > span.name_:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #D5D5D5, #D5D5D5 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-position: center bottom;
    background-repeat: repeat-x;
    padding-top: 12.5px;
}*/
.block-category-tree--level-1 > .block-category-tree--item > a,
.block-genre-tree--level2 > .block-genre-tree--item > a,
.block-left-menu-gift--item > a{
    background: url(../../img/usr/common/icon_arrow2.png) no-repeat;
    background-position: right 10px center;
}
.block-category-tree--level-1 > .block-category-tree--item > a,
.block-category-tree--item > span.name_,
.block-genre-tree--level2 > .block-genre-tree--item > a,
.block-genre-tree--item > span.name_,
.block-left-menu-gift--item > a{
    padding: 12.5px 0;
    display: inline-block;
    width: 100%;
}
.block-category-tree--item > a,
.block-category-tree--item > span.name_,
.block-category-tree--item > span.name_ a,
.block-genre-tree--item > a,
.block-genre-tree--item > span.name_,
.block-genre-tree--item > span.name_ a,
.block-left-menu-gift--item > a{
    font-size: 14px;
    line-height: 20px;
    color: #333;
    height: auto;
    display: inline-block;
    text-indent: 0;
}
.block-category-tree--item > span.name_,
.block-category-tree--item > span.name_ a,
.block-genre-tree--item > span.name_{
    width: 90%;
}
#block_of_categorytree .block-category-tree--level-1 > .block-category-tree--item.js-dropdown {
    position: relative;
}
#block_of_categorytree .block-category-tree--level-1 > .block-category-tree--item.js-dropdown > span.name_ {
    position: relative;
    width: 100%;
    cursor: pointer;
    z-index: 1;
}
#block_of_categorytree .block-category-tree--level-1 > .block-category-tree--item.js-dropdown > span.toggle_  {
    position: absolute;
    top: 19px;
    z-index: 0;
}
.block-left-menu-gift--item > a{
    width: 100%;
}
.pane-left-menu .block-genre-tree--level2 > li{
    text-indent: 0;
}
.block-category-tree--item .block-category-tree--items,
.block-genre-tree--item .block-genre-tree--items.block-genre-tree--level3{
    border-top: 1px dotted #D5D5D5;
    padding: 12px 15px;
    width: 100%;
}
.block-category-tree--item .block-category-tree--items,
.block-genre-tree--level3{
    display: none;
}
.block-category-tree--item .block-category-tree--items .block-category-tree--item,
.block-genre-tree--level3 .block-genre-tree--item{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    border: none;
    text-indent: 0;
}
.block-category-tree--item .block-category-tree--items .block-category-tree--item:last-child,
.block-genre-tree--item .block-genre-tree--items .block-genre-tree--item:last-child{
    margin-bottom: 0;
}
.block-category-tree--item.js-dropdown,
.block-genre-tree--item.js-dropdown{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block-category-tree--item.js-dropdown .toggle_,
.block-genre-tree--item.js-dropdown .toggle_{
    display: block;
    width: 7px;
    height: 7px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    right: 10px;
}
.block-category-tree--item.js-dropdown .toggle_:before,
.block-category-tree--item.js-dropdown .toggle_:after,
.block-genre-tree--item.js-dropdown .toggle_:before,
.block-genre-tree--item.js-dropdown .toggle_:after{
    content: "";
    width: 7px;
    height: 1px;
    background-color: #666;
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
}
.block-category-tree--item.js-dropdown .toggle_:after,
.block-genre-tree--item.js-dropdown .toggle_:after{
    transform: rotate(90deg);
}
.block-category-tree--item.js-dropdown .toggle_.active:after,
.block-genre-tree--item.js-dropdown .toggle_.active:after{
    display: none;
}
.block-category-tree--item .block-category-tree--items,
.block-genre-tree--item .block-genre-tree--items.block-genre-tree--level3{
    background: #F5F5F5;
}
.block-left-menu-banner--list li{
    margin-bottom: 20px;
}

/* ----検索ページ---- */
.page-search .pane-contents > .container{
    width: 1000px;
}
.page-search .pane-main{
    width: 740px;
}
/* ----ジャンルページ---- */
.page-genre .pane-contents > .container{
    width: 1000px;
}
.page-genre .pane-main{
    width: 740px;
}
.page-genre .pane-topic-path{
    background: none;
}
.page-genre .pane-topic-path .container{
    width: inherit;
}
h1.h1 block-genre-page--header{
    font-size: 30px;
    margin: 32px 0;
}

/* ----カテゴリーページ---- */
.page-category .pane-contents > .container{
    width: 1000px;
}
.page-category .pane-main{
    width: 740px;
}
h1.block-category-list--header{
    font-size: 30px;
    margin: 32px 0;
}
.block-category-list--sub{
}
.page-category .pane-topic-path{
    background: none;
}
.page-category .pane-topic-path .container{
    width: inherit;
}
/* .page-category .block-promotion-freespace{ */
.block-category-list--header-freespace{
    margin-bottom: 36px;
}
/* .page-category .block-promotion-freespace h1, */
.block-category-list--header-freespace h1{
    text-align: center;
    margin: 40px 0 13px;
    line-height: 1;
}
/* .page-category .block-promotion-freespace .js-slider-category, */
.block-category-list--header-freespace .freespace_slideshow_{
    margin-bottom: 36px;
}
.block-category-list--header-freespace p{
    font-size: 14px;
    line-height: 26px;
}

/* ----カテゴリー：トピック---- */
.block-category-list--topic{
    border: 1px solid #000;
    padding: 0 30px 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}
.block-category-list--topic .block-top-topic--header{
    font-size: 26px;
    padding: 29px 0 23px;
}
.block-category-list--topic .block-top-topic--header span{
    font-size: 10px;
    line-height: 22px;
    margin-top: 3px;
}
.block-category-list--topic .block-top-topic--body{
    width: 100%;
    margin: 0;
}
.block-category-list--topic .block-top-topic--items li {
    border: none;
}
.block-category-list--topic .block-top-topic--items dl {
    padding: 0 0 20px;
}
.block-category-list--topic .block-top-topic--items li:last-child dl {
    padding: 0;
}
.block-category-list--topic .block-top-topic--items dd {
    width: 440px;
}





/* ----商品表示方法：切替---- */
.page-category .block-goods-list--display-style-items{
    display: none;
}


/* ----ページャー---- */
.pager-count span{
    padding: 0 0.2em;
}
.pagination .pager-first,
.pagination .pager-last{
    display: none;
}
.pager,
.block-goods-list--pager{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}
.pager .pager-total,
.block-goods-list--pager .pager-total{
    margin-right: auto;
}
.pager-total + .pagination + .pagination{
    display: -webkit-flex;
    display: flex;
}
.pagination li{
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    float: inherit;
    margin: 0 3px;
    padding: 0;
}
.pagination li.pager-colon{
    width: auto;
    border: none;
    margin: 0 4px;
}
.pagination li a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.pagination li.pager-current,
.pagination li:not(.pager-colon):hover{
    background-color: #E5E5E5;
    color: #333333;
}
.pagination li:hover a,
.pagination li:not(.pager-colon) a:hover{
    text-decoration: none;
}
.pagination li.pager-previous,
.pagination li.pager-next{
    width: 40px;
    border: none;
    background-color: #000000;
    color: #fff;
    transition: all 0.3s;
}
.pagination li.pager-previous:hover,
.pagination li.pager-next:hover{
    opacity: 0.7;
}
.pagination li.pager-previous a,
.pagination li.pager-next a{
    color: #fff;
    overflow: hidden;
}
.pagination li.pager-previous a:before,
.pagination li.pager-next a:before {
    color: #fff;
    font-size: 16px;
    display: block;
}
.pagination li.pager-previous a:before {
    content: "<";
}
.pagination li.pager-next a:before {
    content: ">";
}

.pagination li.pager-previous{
    margin-right: 16px;
}
.pagination li.pager-next{
    margin-left: 16px;
}
.block-goods-list--pager-bottom{
    padding-bottom: 20px;
    margin-bottom: 38px;
    border-bottom: 1px solid #000;
}

/* ----商品：並び替え---- */
.block-goods-list--sort-order-items{
    background: #f5f5f5;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 41px;
}
.block-goods-list--sort-order-items dt,
.block-goods-list--sort-order-items dd a{
    color: #333;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
}
.block-goods-list--sort-order-items dd{
    text-decoration: underline;
    margin-left: 2em;
}
.block-goods-list--sort-order-items dd.active{
    text-decoration: none;
    color: #999;
}


/* ----絞り込み---- */
.block-filter{
    display: none;
}

.block-filter-modal-btn{
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #000;
    text-align: center;
    width: 180px;
    height: 48px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    cursor: pointer;
    z-index: 10;
}

.block-filter-modal-btn img{
    margin-right: 6.5px;
}


/* ----モーダル---- */
.js-modal{
    background: rgba(102,102,102,0.85);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.js-modal-inner{
    min-width: 1100px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px 0;
}
.js-modal .block-filter{
    background: #fff;
    max-width: 1100px;
    min-height: 490px;
    padding: 35px 40px 39.5px;
    display: block;
    margin-bottom: 30px;
    overflow-y: auto;
    max-height: calc(100vh - 128px);
}
.js-modal .pane-block--title.block-filter--header{
    font-size: 20px;
    letter-spacing: 0.04em;
    margin: 0 0 31px 0;
    padding: 0;
    font-weight: bold;
    text-align: left;
    border: none;
}
.js-modal .block-filter--form{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.js-modal .block-filter--list{
    margin-right: 40px;
}
.block-filter--list:nth-child(1){
    /* max-width: 480px; */
    width: 480px;
}
.block-filter--list:nth-child(2){
    /* max-width: 260px; */
    width: 260px;
}
.block-filter--list:nth-child(3){
    /* max-width: 200px; */
    width: 200px;
}
.js-modal .block-filter--list:last-child{
    margin-right: 0;
}
.js-modal .block-filter--list-inner-label{
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    padding: 0 0 10.5px;
    width: 100%;
    border-bottom: 1px solid #000;
    margin: 0 0 20px 0;
}
.block-filter--list-inner-accordion{
    /* height: 310px; */
}
.block-filter--list:nth-child(1) .block-filter--list-inner-accordion,
.block-filter--list:nth-child(2) .block-filter--list-inner-accordion{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.block-filter-option-items{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-filter-option-items input{
    margin-right: 8.9px;
}
.block-filter-option-items label{
    width: -webkit-calc(100% - 26px);
    width: calc(100% - 26px);
    margin: 0;
}
.block-filter--list:nth-child(1) .block-filter-option-items:nth-child(2n+1){
    width: 55%;
}
.block-filter--list:nth-child(1) .block-filter-option-items:nth-child(2n+2){
    width: 45%;
}
.block-filter--list:nth-child(2) .block-filter-option-items{
    width: 50%;
}
.js-modal-close{
    height: 18px;
    display: block;
    margin-bottom: 50px;
}
.js-modal-close-btn{
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
}
.js-modal-close-btn:before{
    content: "×";
    padding-right: 7.3px;
}
.js-modal-close-btn:hover{
    text-decoration: none;
    opacity: 0.7;
}

/* ----イベント---- */

.page-event .pane-contents > .container {
    width: 1000px;
}

.page-event .pane-main {
    width: 740px;
}

.block-event--header {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  padding: 60px 0 40px;
  margin: 0;
  border: none;
  letter-spacing: 0.1em;
}

.block-event--header span{
  font-size: 10px;
  display: block;
  margin-top: 6px;
  letter-spacing: 0.1em;
}

.block-event-page--header-img,
h1.block-event-page--header-img,
h2.block-event-page--header-img {
    margin-top: 40px;
    padding: 0;
}

/* ----ニュース---- */

.block-topic-page--article-body {
    font-size: 14px;
    line-height: 26px;
}

/* goods SNS 位置調整 */
.page-goods .block-goods-sns {
    order: 321;
    width: calc(100% - 245px);
    margin: -21px 0 0 auto;
}

.page-goods .block-contact-about-goods {
    width: 240px;
    text-align: left;
    margin-top: 30px;
}

.page-goods .block-contact-about-goods--link {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}