﻿@charset "UTF-8";/* ----トップページ本文---- */
.block-top-body--body {
    margin-top: 40px;
    width: 900px;
    height: 390px;
}

/* ----トップページ予備テンプレート2---- */
.block-top-free2--header {
    font-size: 28px;
    text-align: center;
    border-top: #444 2px solid;
    padding: 19px 0 30px;
}

.block-top-free2--body {
    margin: 47px 0 50px;
}

.block-top-free2--items {
    width: 900px;
    height: auto;
    overflow: hidden;
}

.block-top-free2--items li {
    float: left;
}

.block-top-free2--items > li {
    width: 535px;
    height: auto;
}

.block-top-free2--items > li:first-child {
    width: 354px;
    height: auto;
    margin-right: 10px;
}

.block-top-free2--sub-items li {
    width: 172px;
    height: 172px;
    margin-left: 9px;
    margin-bottom: 9px;
}

.block-top-free2--sub-items li:nth-of-type(3n+1) {
    margin-left: 0;
}

/* ----ヘッダー---- */
.block-header-logo {
    /*width: 300px;*/
    font-size: 0;
}

.block-headernav {
    /*width: 440px;*/
}

.block-headernav--item-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.block-headernav--item-list li {
    position: relative;
    display: inline-block;
    font-size: 11px;
    ;text-align: center;
}

.block-headernav--item-list li i.fa {
    position: relative;
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
    z-index: 1;
}

.block-headernav--item-list li a {
    display: block;
}

.block-headernav--item-list li a:hover {
    text-decoration: none;
}

.block-headernav--cart-count {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    background-color: #e61d50;
    color: #fff;
    border-radius: 10px;
    top: -5px;
    right: -2px;
    z-index: 2;
}

/* ----ヘッダー検索---- */
.block-global-search {
    width: 460px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.block-global-search--keyword {
    width: 280px;
}

.block-global-search form {
    background-color: #eee;
}

input.block-global-search--keyword:hover,input.block-global-search--keyword {
    border: none;
    background-color: transparent;
}

button.block-global-search--submit {
    border: none;
    background-color: transparent;
    width: 33px;
}

.block-global-search--searchdetail {
    margin-left: 15px;
}

.block-global-search--search-detail-link {
    color: #6fb4c3;
    text-decoration: underline;
}

.block-global-search--search-detail-link:hover {
    text-decoration: none;
}

/* ----グローバルナビ---- */
.block-globalnav--item-list {
    display: table;
    width: 100%;
}

.block-globalnav--item-list i {
    margin-right: 10px;
}

.block-globalnav--item-list > li {
    display: table-cell;
    width: 20%;
    font-size: 18px;
    line-height: 1;
    text-align: center;
}

.block-globalnav--item-list > li > a {
    position: relative;
    display: block;
    color: #fff;
    padding: 20px 0;
}

.block-globalnav--item-list > li > a {
    text-decoration: none;
}

.block-globalnav--item-list > li > a:hover {
    color: #6fb4c3;
}

.block-globalnav--item-list > li > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 38px;
    border-left: 1px solid #666;
    top: 10px;
    left: 0;
}

.block-globalnav--item-list > li:last-child > a:before {
    border-right: 1px solid #666;
}

.block-globalnav--item-list > li > a .fa-chevron-down {
    position: absolute;
    font-size: 12px;
    right: 12px;
}

.block-globalnav--item-list > li > a.active {
    transition: color 0.2s linear 0;
    color: #6fb4c3;
    text-decoration: none;
}

.block-globalnav--item-list > li > a.active .fa-chevron-down {
    color: #fff;
    transform: rotate(180deg);
}

.block-globalnav-menu {
    position: absolute;
    background-color: #191919;
    opacity: 0.98;
    width: 100%;
    top: 58px;
    left: 0;
    padding: 30px 0 20px;
    text-align: left;
    z-index: 10;
}

.block-globalnav-menu * {
    color: #fff;
}

.block-globalnav-menu > div {
    width: 1200px;
    margin: auto;
}

.block-globalnav-menu .block-dynamic-category--body,.block-globalnav-menu .block-dynamic-genre--body {
    display: flex;
    align-items: center;
}

.block-globalnav-menu .block-dynamic-category--body li,.block-globalnav-menu .block-dynamic-genre--body li {
    width: 20%;
    font-size: 14px;
    margin-bottom: 20px;
}

.block-globalnav-menu .block-dynamic-category--body li a,.block-globalnav-menu .block-dynamic-genre--body li a {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.block-globalnav-menu .block-dynamic-category--body li a:before,.block-globalnav-menu .block-dynamic-genre--body li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.block-globalnav-menu .block-dynamic-category--body li a img,.block-globalnav-menu .block-dynamic-genre--body li a img {
    vertical-align: middle;
    width: 30px;
    margin-right: 10px;
}

.block-globalnav-menu--freespace * {
    font-size: 14px;
}

.block-globalnav-menu--freespace h3 {
    margin-top: 0;
}

.block-globalnav-menu--freespace p {
    font-size: 12px;
    margin: 10px 10px 10px 0;
}

.block-globalnav-menu--freespace ul {
    display: flex;
    align-items: center;
}

.block-globalnav-menu--freespace ul li img {
    vertical-align: middle;
}

.block-globalnav-menu-list--item-inner--block-purpose,.block-globalnav-menu-list--item-inner--block-category {
    flex-wrap: wrap;
    align-items: flex-start;
}

.block-globalnav-menu-list--item-inner--block-purpose ul,.block-globalnav-menu-list--item-inner--block-category ul {
    display: flex;
    flex-wrap: wrap;
}

.block-globalnav-menu-list--item-inner--block-purpose ul li,.block-globalnav-menu-list--item-inner--block-category ul li {
    width: 380px;
    margin-bottom: 22px;
}

.block-globalnav-menu-list--item-inner--block-purpose ul li a,.block-globalnav-menu-list--item-inner--block-category ul li a {
    height: 27px;
    line-height: 27px;
    display: inline-block;
    padding-left: 35px;
}

.block-globalnav-menu-list--item-inner--block-purpose-ttl,.block-globalnav-menu-list--item-inner--block-category-ttl {
    position: relative;
    display: inline-block;
    height: 31px;
    line-height: 31px;
    padding: 0 20px 0 35px;
    cursor: pointer;
}

.block-globalnav-menu-list--item-inner--block-purpose-ttl:before,.block-globalnav-menu-list--item-inner--block-purpose-ttl:after,.block-globalnav-menu-list--item-inner--block-category-ttl:before,.block-globalnav-menu-list--item-inner--block-category-ttl:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 0;
    width: 12px;
    height: 1px;
    background: #FF8E1F;
    transition: all .3s ease;
}

.block-globalnav-menu-list--item-inner--block-purpose-ttl:after,.block-globalnav-menu-list--item-inner--block-category-ttl:after {
    transform: rotate(90deg);
}

.block-globalnav-menu-list--item-inner--block-purpose-ttl.open:after,.block-globalnav-menu-list--item-inner--block-category-ttl.open:after {
    transform: rotate(180deg);
}

.block-globalnav-menu-list--item-inner--block-purpose-ttl:hover,.block-globalnav-menu-list--item-inner--block-category-ttl:hover {
    opacity: .8;
}

.block-globalnav-menu-list--item-inner--block-category ul li.suppli .block-globalnav-menu-list--item-inner--block-category-ttl {
    background: url(../../img/usr/common/icon_suppli.png) no-repeat left 3px center;
}

/*.block-globalnav-menu-list--item-inner--block-category ul li.quasid a{background: url(../../img/usr/common/icon_quasid.png) no-repeat left 6px center;}.block-globalnav-menu-list--item-inner--block-category ul li.food a{background: url(../../img/usr/common/icon_food.png) no-repeat left 2px center;}.block-globalnav-menu-list--item-inner--block-category ul li.support a{background: url(../../img/usr/common/icon_support.png) no-repeat left center;}*/
.block-globalnav-menu-list--item-inner--block-category ul li.fashion .block-globalnav-menu-list--item-inner--block-category-ttl {
    background: url(../../img/usr/common/icon_wg.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-category ul li.daily .block-globalnav-menu-list--item-inner--block-category-ttl {
    background: url(../../img/usr/common/icon_daily.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-category ul li.mask .block-globalnav-menu-list--item-inner--block-category-ttl {
    background: url(../../img/usr/common/icon_mask.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-category ul li.baby a.icon_baby {
    background: url(../../img/usr/common/icon_baby.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-category ul li.multiple a.icon_multiple {
    background: url(../../img/usr/common/icon_medical.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-category ul li.pet a.icon_pet {
    background: url(../../img/usr/common/icon_pet02.png) no-repeat left center;
}

/*.block-globalnav-menu-list--item-inner--block-category ul li.bino a{background: url(../../img/usr/common/icon_bino.png) no-repeat left center;}.block-globalnav-menu-list--item-inner--block-category ul li.helthcare a{background: url(../../img/usr/common/icon_helthcare.png) no-repeat left center;}*/
.block-globalnav-menu-list--item-inner--block-category ul li.pet .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_pet.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-category ul li.all .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_all.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-category ul li.multiple .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_multiple.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-category ul li.regular .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_regular.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-purpose ul li.medical-check .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_binder.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-purpose ul li.diet .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_meal.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-purpose ul li.fatigue .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_fatigue.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-purpose ul li.clean .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_clean.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-purpose ul li.healthy .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_healthy.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-purpose ul li.joint .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_joint.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-purpose ul li.virus .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_virus.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-purpose ul li.exercise .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_exercise.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-purpose ul li.outdoor .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_outdoor.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-purpose ul li.pet .block-globalnav-menu-list--item-inner--block-purpose-ttl {
    background: url(../../img/usr/common/icon_pet02.png) no-repeat left center;
}

.block-globalnav-menu-list--item-inner--block-purpose-sub,.block-globalnav-menu-list--item-inner--block-category-sub {
    display: none;
}

.block-globalnav-menu-list--item-inner--block-purpose-sub ul,.block-globalnav-menu-list--item-inner--block-category-sub ul {
    padding: 0 0 0 35px;
    margin: 5px 0 0;
}

.block-globalnav-menu-list--item-inner--block-purpose-sub ul li:not(:last-child),.block-globalnav-menu-list--item-inner--block-category-sub ul li:not(:last-child) {
    padding: 0 17px 0 0;
    margin: 0 11px 0 0;
}

.block-globalnav-menu-list--item-inner--block-purpose-sub ul li a,.block-globalnav-menu-list--item-inner--block-category-sub ul li a {
    padding: 0;
}

.block-globalnav-menu-list--item-inner--block-purpose-sub ul li a:after,.block-globalnav-menu-list--item-inner--block-category-sub ul li a:after {
    display: none;
}

/* ----フッター---- */
footer .container {
    position: relative;
}

.block-footernav {
    margin-bottom: 20px;
    text-align: center;
}

.block-footernav li {
    padding: 0 1em;
    display: inline-block;
}

.block-footernav li a {
    color: #444;
}

/* ----ページトップに戻る---- */
.block-page-top a {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    background-color: #444;
}

.block-page-top a:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -8px;
}

.block-page-top {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: 26px;
    display: none;
}

/* ----PC/スマホ切り替えスイッチ---- */
.block-switcher {
    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: 10px;
    text-align: center;
    color: #444;
}

/* ----ブランド画面---- */
.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;
}

/* ----商品詳細画面---- */
/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
    display: flex;
    flex-flow: column wrap;
}

.page-goods .block-icon {
    order: 20;
}

.block-goods-comment {
    order: 30;
}

.block-goods-name {
    order: 40;
}

.block-goods-price {
    order: 50;
}

.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-stock {
    order: 200;
}

.block-goods-spec {
    order: 210;
}

.block-goods-sales-detail-append {
    order: 220;
}

.block-variation {
    order: 230;
}

.block-custom-order {
    order: 240;
}

.block-add-cart {
    order: 250;
}

.block-no-stock {
    order: 260;
}

.block-outside-sales-period {
    order: 260;
}

.block-arrival-notice {
    order: 270;
}

.block-goods-store-stock {
    order: 280;
}

.block-goods-set {
    order: 290;
}

.block-accessory-list {
    order: 300;
}

.block-variation-back-order {
    order: 310;
}

.block-promotion-message--content {
  order: 310;
}

.block-contact-about-goods {
    order: 320;
}

.block-goods-favorite {
    order: 330;
}

.block-goods-link {
    order: 340;
}

.block-goods-sns {
    order: 345;
}
.page-goods .block-goods-price--price span.currency{
    font-size: 28px;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
    text-align: center;
    margin-top: 50px;
}

/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
    margin: 5px 0 0 5px;
}

/* ----2021/1/20追記---- */
#header {
    border-bottom: 1px solid #ECECEC;
}

#header.fixed {
    height: 114px;
}

#header.fixed > .inner {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    min-width: 1240px;
    background-color: #fff;
    z-index: 1000;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}

#header.fixed > .inner > .container {
    height: 80px;
}

#header.fixed .block-header-logo {
    width: 184px;
    padding: 20.5px 57.6px 19.5px 0;
}

#header.fixed .block-headernav-bottom--globalnav-list > li > span {
    height: 80px;
    line-height: 80px;
}

.pane-header > .container {
    width: 1240px;
    height: 113px;
    margin: 0 auto;
    padding: 0 20px;
}

#header.fixed.pane-header > .container {
    height: 80px;
}

.block-header-logo {
    width: 225px;
    padding: 24px 33px 25px 0;
}

.block-header-logo h1 {
    margin: 0;
    line-height: 0;
}

.block-headernav {
    width: 975px;
}

.block-headernav-top {
    height: 28px;
    margin-top: 16px;
    display: flex;
    align-items: center;
}

#header.fixed .block-headernav-top {
    display: none;
}

.block-headernav-top--item-list {
    height: 15px;
    display: flex;
    align-items: center;
    margin-left: 587px;
    margin-right: 31px;
}

.block-headernav-top--item-list li {
    box-sizing: border-box;
    color: #484343;
    border-right: 1px solid #484343;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    padding: 0 10.5px;
}

.block-headernav-top--item-list li:last-child {
    border-right: none;
}

.block-headernav-top--logo {
    position: relative;
    top: 2px;
}

.block-headernav-bottom {
    height: 70px;
    display: flex;
}

#header.fixed .block-headernav-bottom {
    height: 80px;
}

.block-globalnav {
    width: 516px;
}

.block-headernav-bottom--globalnav-list {
    width: 516px;
    display: flex;
    justify-content: space-between;
}

.block-headernav-bottom--globalnav-list > li > span {
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.block-headernav-bottom--globalnav-list > li:nth-child(1) > span {
    width: 121px;
}

.block-headernav-bottom--globalnav-list > li:nth-child(2) > span {
    width: 152px;
}

.block-headernav-bottom--globalnav-list > li:nth-child(3) > span {
    width: 121px;
}

.block-headernav-bottom--globalnav-list > li:nth-child(4) > span {
    width: 62px;
}

.block-headernav-bottom--globalnav-list > li > span.active,.block-headernav-bottom--globalnav-list > li > span:hover {
    text-decoration: none;
    border-bottom: 6px solid #FF8E1F;
}

.block-headernav-bottom--globalnav-list > li > span.active + .block-headernav-bottom--globalnav-list--item {
    display: block;
    /*visibility: visible;opacity: 1;*/
}

.block-headernav-bottom--globalnav-list--item {
    display: none;
    /*visibility: hidden;opacity: 0;*/
    z-index: 100;
    position: absolute;
    width: 100%;
    left: 0;
    top: 114px;
    background-color: rgba(255,255,255,0.9);
    transition: all 0.3s;
    border-bottom: 1px solid #ECECEC;
}

#header.fixed .block-headernav-bottom--globalnav-list--item {
    position: fixed;
    top: 80px;
}

.block-headernav-bottom--globalnav-list--item-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 53px 0 100px;
    display: flex;
}

.block-globalnav-menu-list--item-inner--block {
    min-width: 600px;
}

.block-globalnav-menu-list--item-inner--block h2 {
    color: #484343;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 23px;
    font-weight: bold;
}

.block-globalnav-menu-list--item-inner--block > div {
    display: flex;
}

.block-globalnav-menu-list--item-inner--block > div > ul {
    margin-right: 42.7px;
}

.block-globalnav-menu-list--item-inner--block > div > ul:last-child {
    margin-right: 0;
}

.block-globalnav-menu-list--item-inner--block li {
    font-size: 14px;
    margin-bottom: 26px;
}

.block-globalnav-menu-list--item-inner--block li:last-child {
    margin-bottom: 0;
}

.block-globalnav-menu-list--item-inner--block li a:after {
    content: "";
    width: 20px;
    height: 5px;
    display: inline-block;
    position: relative;
    top: -4px;
    right: 0;
    margin-left: 20px;
    background: url(../../img/usr/common/icon_arrow_orange.png) no-repeat;
    transition: all 0.3s ease;
}

.block-globalnav-menu-list--item-inner--block li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.block-globalnav-menu-list--item-inner--block li:hover a:after {
    right: -10px;
}

.block-headernav-bottom--brandlist {
    display: flex;
    flex-wrap: wrap;
}

.block-headernav-bottom--brandlist li {
    width: calc((100% - 75px) / 6);
    margin: 0 15px 15px 0;
}

.block-headernav-bottom--brandlist li:nth-child(6n) {
    margin-right: 0;
}

.block-headernav-bottom--brandlist li a {
    display: block;
    line-height: 0;
}

.block-headernav-bottom--brandlist li a:after {
    display: none;
}

.block-global-search {
    width: 277px;
    margin: 0 23.2px 0 41px
}

.block-global-search form {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
}

.block-global-search--tags {
    display: none;
    position: absolute;
    top: 114px;
    left: 0;
    width: 100%;
    background: #F6F6F6;
    padding: 20px 0 15px;
    z-index: 10;
}

#header.fixed .block-global-search--tags {
    top: 80px;
}

.block-global-search--tags ul {
    display: flex;
    flex-wrap: wrap;
    width: 1210px;
    margin: 0 auto;
}

.block-global-search--tags li {
    margin: 0 5px 5px;
}

.block-global-search--tags li a {
    display: block;
    border: 1px solid #999;
    border-radius: 20px;
    background: #fff;
    padding: 6px 15px 4px;
}

.block-global-search--tags li a:hover {
    text-decoration: none;
    opacity: .8;
}

.block-global-search--keyword {
    width: 234px;
}

.block-headernav-bottom--item-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px;
}

.block-headernav-bottom--item-list li {
    position: relative;
}

.block-headernav--cart-count {
    display: none;
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    background-color: #FF8E1F;
    color: #fff;
    border-radius: 10px;
    top: -4px;
    right: -8px;
    text-indent: -2px;
    text-align: center;
    z-index: 2;
}

footer.pane-footer {
    padding: 0;
}

/*.pane-footer .container{width: 100%;}*/
.pane-footer .block-footernav {
    padding-top: 50px;
    margin-bottom: 0;
}

.block-footernav-top {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.block-footernav-top--mail {
    width: 585px;
    height: 168px;
    border: 1px solid #391818;
    border-radius: 3px;
    background: url(../../img/usr/top/icon_arrow03.png) no-repeat;
    background-position: right 42.3px bottom 40.7px;
    transition: all 0.3s ease;
}

.block-footernav-top--mail:hover {
    background: url(../../img/usr/top/icon_arrow03.png) no-repeat;
    background-position: right 32.3px bottom 40.7px;
}

.block-footernav-top--mail a {
    padding: 41px 42.3px 40.7px 45px;
    display: flex;
}

.block-footernav-top--mail a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.block-footernav-top--mail--img {
    margin-top: 13px;
    margin-right: 43.3px;
}

.block-footernav-top--mail--detail h4 {
    font-size: 18px;
    margin-bottom: 13px;
    text-align: left;
}

.block-footernav-top--mail--detail p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.12em;
    text-align: left;
}

.block-footernav-top--sns {
    width: 585px;
    height: 168px;
    border: 1px solid #391818;
    border-radius: 3px;
    padding: 24px;
    display: flex;
    align-items: center;
}

.block-footernav-top--sns > span {
    border-right: 1px solid #391818;
    padding-right: 36.5px;
    margin-right: 36.5px;
    display: block;
    line-height: 118px;
    font-size: 16px;
    vertical-align: middle;
}

.block-footernav-top--sns > ul {
    width: 378px;
    display: flex;
    justify-content: space-between;
}

.block-footernav-top--sns a:hover img {
    opacity: 0.7;
}

.block-footernav-bottom {
    height: calc(100vw * 533 / 1920);
    display: flex;
    align-items: center;
}

.block-footernav-bottom--inner {
    width: 1200px;
    margin: 46px auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.block-footernav-bottom--main-left {
    display: flex;
}

.block-footernav-bottom--main-left ul {
    margin-right: 50px;
}

.block-footernav-bottom--main-left ul:last-child {
    margin-right: 0;
}

.block-footernav-bottom--main-left ul li {
    display: block;
    margin-bottom: 36px;
    text-align: left;
}

.block-footernav-bottom--main-left ul li:last-child {
    margin-bottom: 0;
}

.block-footernav-bottom--main-left ul li:hover a {
    text-decoration: none;
    opacity: 0.7;
}

.block-footernav-bottom--main-left ul li a:after {
    content: "";
    width: 20px;
    height: 5px;
    background: url(../../img/usr/top/icon_arrow04.png) no-repeat;
    display: inline-block;
    margin-left: 15.5px;
    position: relative;
    top: -4px;
    right: 0;
    transition: all 0.3s ease;
}

.block-footernav-bottom--main-left ul li:hover a:after {
    right: -10px;
}

.block-footernav-bottom--main-right {
    text-align: right;
}

.block-footernav-bottom--main-right > ul {
    margin-bottom: 29.8px;
}

.block-footernav-bottom--main-right > dl {
    margin-bottom: 27px;
}

.block-footernav-bottom--main-right > dl dt {
    font-size: 14px;
    letter-spacing: 0.08em;
}

.block-footernav-bottom--main-right > dl dd {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}

.block-footernav-bottom--main-right > dl dd span {
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: normal;
}

.block-footernav-bottom--main-right > dl dd img {
    position: relative;
    top: 5px;
    left: -2px;
}

.block-footernav-bottom--main-right .block-copyright {
    font-size: 14px;
}

.block-page-top a {
    color: #fff;
    text-align: center;
    padding-top: 38px;
    background: url(../../img/usr/common/icon_arrow_row.png) no-repeat center top 10px;
    background-color: #484343;
    width: 65px;
    height: 65px;
    transition: all 0.3s;
}

.block-page-top a:after {
    display: none;
}

.block-page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* ----定期購入解約手続きページ---- */
.regular-service {
    width: 1000px;
    background: #f6f6f6;
    margin: 70px auto;
    padding: 40px 70px;
}

.regular-service .ttl {
    text-align: center;
    margin: 0 0 30px;
}

.regular-service .ttl .sub {
    position: relative;
    display: inline-block;
    font-size: 22px;
    margin: 0 0 5px;
    padding: 0 18px 0 20px;
}

.regular-service .ttl .sub:before,.regular-service .ttl .sub:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 1px;
    height: 23px;
    background: #484343;
}

.regular-service .ttl .sub:before {
    left: 0;
    transform: rotate(-35deg);
}

.regular-service .ttl .sub:after {
    right: 0;
    transform: rotate(35deg);
}

.regular-service .ttl .main {
    font-size: 30px;
}

.regular-service ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}

.regular-service a {
    display: block;
    margin: 0 auto;
    padding: 27px 0 25px;
    width: 500px;
    background: #ff8e1f;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .5px;
}

.regular-service a:hover {
    opacity: .8;
    text-decoration: none;
}

/* 定期商品お届けサイクル */
.page-goods .block-goods-comment2 {
    margin-top: 25px;
}

.block-goods-comment2 .regular-cycle {
    background: #e6f2ff;
    text-align: center;
    padding: 14px 0 12px;
    margin: 0 0 25px;
}

.block-goods-comment2 .regular-cycle span {
    color: #87b1de;
    font-size: 20px;
    font-weight: bold;
    padding: 4px 0 4px 50px;
    letter-spacing: .5px;
    background: url(../../img/usr/common/icon_track.png) no-repeat left center;
}

/* ----シリーズTOPへの導線バナー---- */
.series-banner {
    margin: 20px 0 30px;
    text-align: center;
}

/* ----プレセール---- */
#bnr-sale {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 11;
}

#bnr-sale .close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    cursor: pointer;
    z-index: 1;
}

#bnr-sale a {
    display: block;
    width: 300px;
}

#bnr-sale a:hover img {
    opacity: 1;
}

/* ----子ジャンル表示---- */
#sub_genre {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#sub_genre .block-genre-style--item {
    width: calc((100% - 40px) / 3);
    min-height: 90px;
    margin: 0 20px 20px 0;
}

#sub_genre .block-genre-style--item:nth-child(3n),#sub_genre .block-genre-style--item:last-child {
    margin: 0 0 20px 0;
}

#sub_genre .block-genre-style--item h3 {
    min-height: 90px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.08em;
}

#sub_genre .block-genre-style--item a {
    width: 100%;
    min-height: 90px;
    padding: 0 60px 0 30px;
    border: 1px solid #484343;
    border-radius: 3px;
    font-size: 18px;
    letter-spacing: 0.08em;
    color: #484343;
    background: #fff url(/img/usr/common/arrow01.png) right 19px center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

#sub_genre .block-genre-style--item a:hover {
    text-decoration: none;
    background: #484343 url(/img/usr/common/arrow01_on.png) right 9px center no-repeat;
    color: #fff;
}

#genre_pickup_column_wrap #genre_pickup_column {
    display: flex;
    flex-wrap: wrap;
}

#genre_pickup_column_wrap #genre_pickup_column .block-pagecategory-page-list--page {
    width: 285px;
    margin: 0 20px 20px 0;
}

#genre_pickup_column_wrap #genre_pickup_column .block-pagecategory-page-list--page:nth-child(4n) {
    margin: 0 0 20px 0;
}

#genre_pickup_column_wrap #genre_pickup_column figure {
    width: 285px;
    height: 190px;
}

#genre_pickup_column_wrap {
    margin: 0 0 80px 0;
}

#genre_pickup_column_wrap .more-list {
    text-align: center;
}

#genre_pickup_column_wrap .more-list a {
    width: 285px;
    height: 60px;
    padding: 0;
    margin: 0 auto;
    border: 1px solid #484343;
    border-radius: 3px;
    font-size: 18px;
    letter-spacing: 0.08em;
    color: #484343;
    background: #fff url(/img/usr/common/arrow01.png) right 19px center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

#genre_pickup_column_wrap .more-list a:hover {
    text-decoration: none;
    background: #484343 url(/img/usr/common/arrow01_on.png) right 9px center no-repeat;
    color: #fff;
}

/* ----マイページ---- */
.block-mypage {
    display: flex;
    flex-direction: column;
}

.block-mypage h1 {
    order: 10;
}

.block-mypage--customer-status {
    order: 20;
}

.block-mypage-bnr-area {
    order: 30;
}

#mypage_pickup_column_wrap {
    order: 40;
}

.block-mypage--snssync-info {
    order: 50;
}

.block-mypage--snssync-info-items {
    order: 60;
}

.block-mypage #sns-setting {
    order: 70;
}

.block-mypage--shopping-info {
    order: 80;
}

.block-mypage--shopping-info-items {
    order: 90;
}

.block-mypage--member-info {
    order: 100;
}

.block-mypage--member-info-items {
    order: 110;
}

.block-mypage--inquiry-info {
    order: 120;
}

.block-mypage--inquiry-info-items {
    order: 130;
}

.block-mypage--withdrawal-link {
    order: 140;
}

/* ----レビューランキング---- */
.block-top-ranking,.block-genre-ranking {
    width: 1200px;
    margin: 0 auto;
}

h2.block-top-ranking--header {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.3em;
    margin-bottom: 60px;
}

h2.block-top-ranking--header span {
    font-size: 14px;
    line-height: 19px;
    display: block;
    letter-spacing: 0.12em;
}

h2.block-genre-ranking--header {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0.3em;
    margin-bottom: 60px;
}

h2.block-genre-ranking--header span {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.12em;
    margin-left: 30px;
}

/* ----購入の流れ---- */
.block-goods-agree {
    width: 870px;
    margin: 50px auto;
}

.block-goods-agree .sp {
    display: none;
}

.block-goods-agree h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 40px;
}

.block-goods-agree h2 {
    margin: 0 0 70px;
}

.block-goods-agree-flow {
    display: flex;
    justify-content: space-between;
    width: 805px;
    margin: 0 auto 100px;
}

.block-goods-agree-flow--box {
    width: 390px;
    padding: 0 0 20px;
}

.block-goods-agree-flow--box.customer {
    background: rgba(135, 177, 222, .3);
}

.block-goods-agree-flow--box.pharmacist {
    background: rgba(246, 238, 147, .3);
}

.block-goods-agree-flow--box-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

.block-goods-agree-flow--box.customer .block-goods-agree-flow--box-title {
    background: #87B1DE;
}

.block-goods-agree-flow--box.pharmacist .block-goods-agree-flow--box-title {
    background: #F6EE93;
}

.block-goods-agree-flow--box ul {
    padding: 30px 20px 20px;
}

.block-goods-agree-flow--box.pharmacist ul {
    padding-bottom: 0;
}

.block-goods-agree-flow--box li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #BABABA;
    margin: 0 0 50px;
    padding: 15px 20px;
    min-height: 134px;
}

.block-goods-agree-flow--box li:last-child {
    margin: 0;
}

.block-goods-agree-flow--box.customer li:nth-child(1) {
    background: #FFF url(../../img/usr/common/icon_agree_cart.png) no-repeat right 20px center / 88px;
}

.block-goods-agree-flow--box.customer li:nth-child(2) {
    background: #FFF url(../../img/usr/common/icon_agree_caution.png) no-repeat right 20px center / 88px;
}

.block-goods-agree-flow--box.customer li:nth-child(3) {
    background: #FFF url(../../img/usr/common/icon_agree_pen.png) no-repeat right 20px center / 88px;
}

.block-goods-agree-flow--box.customer li:nth-child(4) {
    background: #FFF url(../../img/usr/common/icon_agree_cartbox.png) no-repeat right 20px top 20px / 88px;
}

.block-goods-agree-flow--box.customer li:nth-child(5) {
    background: #FFF url(../../img/usr/common/icon_agree_mail_open.png) no-repeat right 20px top 20px / 88px;
}

.block-goods-agree-flow--box.customer li:nth-child(6) {
    background: #FFF url(../../img/usr/common/icon_agree_mail.png) no-repeat right 20px top 20px / 88px;
}

.block-goods-agree-flow--box.pharmacist li:nth-child(1) {
    margin: 650px 0 15px;
    background: #FFF url(../../img/usr/common/icon_agree_check.png) no-repeat right 20px center / 88px;
}

.block-goods-agree-flow--box.pharmacist li:nth-child(2) {
    background: #FFF url(../../img/usr/common/icon_agree_mail_y.png) no-repeat right 20px top 8px / 88px;
}

.block-goods-agree-flow--box.pharmacist li:nth-child(3) {
    margin: 110px 0 15px;
    background: #FFF url(../../img/usr/common/icon_agree_checkmark.png) no-repeat right 38px center / 48px;
}

.block-goods-agree-flow--box.pharmacist li:nth-child(4) {
    background: #FFF url(../../img/usr/common/icon_agree_item.png) no-repeat right 20px center / 88px;
}

.block-goods-agree-flow--box.customer li:not(:nth-child(4)):not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -37px;
    margin: auto;
    width: 35px;
    height: 21px;
    background: url(../../img/usr/common/arrow_agree.png) no-repeat center / 35px;
}

.block-goods-agree-flow--box.pharmacist li:nth-child(1):after,.block-goods-agree-flow--box.pharmacist li:nth-child(3):after {
    content: '';
    position: absolute;
    left: -66px;
    bottom: 48px;
    width: 66px;
    height: 35px;
    background: url(../../img/usr/common/img_agree_flow_arrow_b.png) no-repeat center / 100%;
}

.block-goods-agree-flow--box.pharmacist li:nth-child(2):after {
    content: '';
    position: absolute;
    left: -67px;
    bottom: 90px;
    width: 66px;
    height: 35px;
    background: url(../../img/usr/common/img_agree_flow_arrow_y.png) no-repeat center / 100%;
}

.block-goods-agree-flow--box-text {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.7;
}

.block-goods-agree-flow--box.customer li:nth-last-child(-n+3) .block-goods-agree-flow--box-text {
    padding: 20px 0 0;
}

.block-goods-agree-flow--box.pharmacist li:nth-child(2) .block-goods-agree-flow--box-text {
    padding: 25px 0 0;
}

.block-goods-agree-flow--box-text span {
    margin: 0 12px 0 0;
}

.block-goods-agree-flow--box-caution {
    font-size: 14px;
    margin: 5px 0 0;
}

.block-goods-agree-flow--box-note {
    color: #FFF;
    background: #F96C65;
    padding: 15px 15px 15px 34px;
    margin: 30px 0 0;
    text-indent: -19px;
}

.block-goods-agree-flow--message {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5px;
}

.block-goods-agree-caution {
    margin: 0 0 80px;
}

.block-goods-agree-caution h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}

.block-goods-agree-caution ul {
    font-size: 15px;
    line-height: 2;
    margin: 0 0 30px;
}

.block-goods-agree-caution .color-red {
    color: #C00;
}

.block-goods-agree-caution--btn {
    display: block;
    width: 450px;
    margin: 0 auto;
    border: 1px solid #484343;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
}

.block-goods-agree-caution--btn:hover {
    opacity: .8;
    text-decoration: none;
}

.block-goods-agree-accept {
    background: #F3F3F3;
    margin: 0 0 60px;
    padding: 30px 40px;
}

.block-goods-agree-accept h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
}

.block-goods-agree-accept--message {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    margin: 0 0 30px;
}

.block-goods-agree-accept--message span {
    font-weight: bold;
}

.block-goods-agree-accept--btn-show {
    position: relative;
    width: 320px;
    margin: 0 auto;
    background: #FF8E1F;
    border-radius: 3px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    padding: 15px 0;
    cursor: pointer;
}

.block-goods-agree-accept--btn-show:after {
    content: '';
    position: absolute;
    top: 23px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(45deg);
}

.block-goods-agree-accept--btn-show:hover {
    opacity: .8;
}

.block-goods-agree-accept--text {
    display: none;
    padding: 35px 30px 30px;
    background: #FFF;
    font-size: 16px;
    line-height: 1.6;
}

.block-goods-agree-accept--text dl {
    margin: 0 0 40px;
}

.block-goods-agree-accept--text dd:not(:last-child) {
    margin: 0 0 25px;
}

.block-goods-agree-accept--contact {
    font-size: 15px;
    line-height: 2;
    padding: 30px 0;
    text-align: center;
    border: 1px solid #9A9A9A;
}

.block-goods-agree-accept--contact h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.block-goods-agree-accept--contact-text:last-child {
    margin: 25px 0 0;
}

.block-goods-agree-accept--contact-text a {
    text-decoration: underline;
}

.block-goods-agree-accept--contact-text a:hover {
    text-decoration: none;
}

.block-goods-agree-accept--contact-caution {
    color: #C00;
}

.block-goods-agree--btn-area-text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 12px;
}

.block-goods-agree--btn-area-caution {
    color: #C00;
    font-weight: bold;
    text-align: center;
}

.btn.block-goods-agree--disagree {
    width: 320px;
    background: rgba(72, 67, 67, .7);
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    border: 0;
    padding: 15px 0;
}

.btn.block-goods-agree--disagree:hover {
    background: rgba(72, 67, 67, .7);
    opacity: .8;
}

.btn.block-goods-agree--agree {
    width: 320px;
    background: #FF8E1F;
    border-radius: 3px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    padding: 15px 0;
    border: 0;
}

.btn.block-goods-agree--agree[disabled] {
    opacity: .4;
    cursor: default;
}

/* ----商品コメント2---- */
.block-goods-medicine .sp {
    display: none;
}

.block-goods-medicine {
    padding: 30px 40px;
    margin: -23px -25px -26px;
    background: #F1F1F1;
    font-size: 15px;
}

.block-goods-medicine--head {
    margin: 0 0 25px;
    padding: 0 0 0 70px;
    min-height: 57px;
    background: url(../../img/usr/common/img_medicine.png) no-repeat left top / 54px;
}

.block-goods-medicine--head-main {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 7px;
}

.block-goods-medicine--head-sub {
    letter-spacing: 1px;
}

.block-goods-medicine--flow {
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px;
}

.block-goods-medicine--flow li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    color: #6999CC;
    font-size: 14px;
    text-align: center;
    padding: 75px 0 12px;
}

.block-goods-medicine--flow li:nth-child(1) {
    background: #FFF url(../../img/usr/common/img_caution.png) no-repeat center top 20px / 44px;
}

.block-goods-medicine--flow li:nth-child(2) {
    background: #FFF url(../../img/usr/common/img_pen.png) no-repeat center top 23px / 35px;
}

.block-goods-medicine--flow li:nth-child(3) {
    background: #FFF url(../../img/usr/common/img_mail.png) no-repeat center top 23px / 45px;
}

.block-goods-medicine--text {
    line-height: 1.6;
    margin: 0 0 25px;
}

.block-goods-medicine--btn {
    text-align: right;
}

.block-goods-medicine--btn a {
    position: relative;
    display: inline-block;
    border: 1px solid #484343;
    border-radius: 3px;
    width: 300px;
    font-size: 13px;
    text-align: center;
    background: #FFF;
    padding: 13px 0;
    cursor: pointer;
}

.block-goods-medicine--btn a:after {
    content: '';
    position: absolute;
    top: 19px;
    right: 17px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #484343;
    border-bottom: 1px solid #484343;
    transform: rotate(-45deg);
}

.block-goods-medicine--btn a:hover {
    text-decoration: none;
    opacity: .8;
}

/* ----カート画面 ちょい足し---- */
.block-cart-plus-item {
    display: none;
    margin: 30px 0 80px;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 50px 0 60px;
}

.block-cart-plus-item--title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}

.block-cart-plus-item ul {
    display: flex;
    justify-content: center;
}

.block-cart-plus-item li {
    width: 200px;
    margin: 0 10px;
}

.block-cart-plus-item li a {
    display: block;
    border: 1px solid #484343;
    border-radius: 3px;
    padding: 12px 15px 9px 0;
    background: url(../../img/usr/top/icon_arrow04.png) no-repeat top 17px right 10px;
}

.block-cart-plus-item li a:hover {
    text-decoration: none;
    opacity: .8;
}

/* ----注文方法指定画面 支払い方法説明文---- */
.block-order-method--payment-note {
    margin: 15px 0 0;
}

.block-order-method--payment-note span {
    color: #f00;
}

.block-order-method--payment-note a {
    text-decoration: underline;
}

.block-order-method--payment-note a:hover {
    text-decoration: none;
}

/* ----一覧キャッチコピー---- */
body.page-search .block-pickup-list-p--comment,body.page-genre .block-pickup-list-p--comment,body.page-category .block-pickup-list-p--comment {
    font-size: 20px;
    line-height: 1.4;
}

/* ----商品詳細 みんなの投稿---- */
.block-goods-review-area {
    display: flex;
    align-items: center;
}

.block-goods-insta {
    display: none;
    order: 50;
    margin: 45px 0 0 25px;
}

.block-goods-insta--link {
    font-size: 20px;
    padding: 0 0 0 35px;
    text-decoration: underline;
    background: url(../../img/usr/common/icon_instagram_black.png) no-repeat left center / 26px;
}

.block-goods-insta--link:hover {
    text-decoration: none;
}

/* ----コラム 第2カテゴリ---- */
.block-page-child-category {
    margin: 100px 0 0;
}

.block-page-child-category--title {
    font-size: 40px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 40px;
}

.block-page-child-category--title span {
    display: block;
    font-size: 14px;
}

.block-page-child-category--contents {
    display: flex;
}

.block-page-child-category--btn {
    display: block;
    margin: 40px auto 0;
    padding: 22px 0;
    width: 355px;
    text-align: center;
    border: 1px solid #484343;
    font-size: 16px;
    letter-spacing: .12em;
    border-radius: 3px;
    background: url(/img/usr/top/icon_aroow01.png) no-repeat center right 21px;
}

.block-page-child-category--btn:hover {
    text-decoration: none;
    opacity: .8;
}

.block-page-child-category .block-pickup-list-p--goods {
    width: 168px;
    margin: 0 15px 0 0;
}

.block-page-child-category .block-pickup-list-p--goods:nth-child(5) {
    margin: 0;
}

.block-page-child-category .block-pickup-list-p--goods:nth-child(n+6) {
    display: none;
}

.block-page-child-category .block-pickup-list-p--goods-image figure {
    width: 168px;
    height: 168px;
}

.page-page .block-page-child-category .block-pickup-list-p--goods-name {
    max-height: none;
    margin: 0;
}

.block-page-child-category .block-pickup-list-p--goods-description--icon-top {
    margin-bottom: 0;
}

.block-page-child-category .block-pickup-list-p--goods-description--icon-top--inner {
    justify-content: space-between;
}

.block-page-child-category .block-pickup-list-p--goods-description--icon-top--inner > span {
    font-size: 11px;
    width: 82px;
    height: 24px;
    line-height: 24px;
    margin: 0 0 4px;
}

.block-page-child-category .block-pickup-list-p--goods-description--icon-top .block-icon--src1-name {
    width: 100%;
    height: 24px;
}

.block-page-child-category .block-pickup-list-p--comment {
    display: none;
}

.block-page-child-category .block-pickup-list-p--goods-description--icon-bottom {
    display: none;
}
