@charset "UTF-8";

body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    color: #111 !important;
}

h1, .h1 {
    font-size: 18px;
}

h2 {
    background: none;
}

a {
    color: #111;
    -webkit-transition: .15s;
    transition: .15s;
}

a:hover {
    color: #E73656 !important;
    text-decoration: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
    padding: 5px;
    border: 1px solid #e0e0e0;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

input[type="checkbox"]+label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    margin-right: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


.required:after {
    background-color: #f48693;
}

/* btn */
.action .btn {
    border-bottom-width: 1px;
    padding: 15px;
    min-width: 260px;
}

.btn-danger,
.btn-primary {
    color: #fff;
    border: none;
    background-color: #E73656;
}

.btn-danger,
.btn-primary:hover {
    color: #fff !important;
    opacity: .8;
}

.btn-secondary,
.btn-default {
    color: #333;
    border: solid 1px #e0e0e0;
    background-color: #f0f0f0;
}

/* price */
.price {
    color: #111;
}

/* layout */
.pane-left-menu {
    display: none;
}

.pane-right-menu {
    width: auto;
    margin: 30px 0 60px 0;
    padding-top: 60px;
    background-color: #EFEFEF;
}

.pane-footer {
    background: #000;
    padding: 50px 0 0;
}

.pane-order-header {
    border-bottom: none;
}

/* globalnav */
.pane-globalnav {
    background-color: #3C3B43;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scrollbar-base-color: #fff;
    scrollbar-face-color: #fff;
    scrollbar-shadow-color: #fff;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.pane-globalnav.is-active {
    visibility: visible;
    opacity: 1;
}

.pane-globalnav .container {
    width: 1120px;
    padding-left: 150px;
}

.pane-globalnav::-webkit-scrollbar {
    width: 0;
    border: none;
}

/* header */
.pane-header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    padding-right: 50px;
}

.block-header-left {
    /* width: 460px; */
    width: 200px;
}

.block-header-logo {
    width: 150px;
    height: 150px;
    position: absolute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 0;
    background-color: #3C3B43;
    z-index: 12;
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-header-logo a {
    width: 120px;
}

.block-header-logo.is-top {
    width: 200px;
    height: 200px;
    position: fixed;
    margin-left: -30px;
}

.block-header-logo.is-top a {
    width: auto;
}

.block-header-logo.is-active {
    position: fixed;
    background: transparent;
}

.block-header-logo--link {
    z-index: 11;
}

.block-header-logo--navi {
    display: block;
    width: 60px;
    height: 40px;
    position: relative;
    padding: 10px;
    cursor: pointer;
}

.block-header-logo--navi i {
    width: 40px;
    border-bottom: 2px solid #fff;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
}

.block-header-logo--navi i::before {
    content: '';
    position: absolute;
    width: 30px;
    border-bottom: 2px solid #fff;
    height: 2px;
    display: block;
    top: 8px;
    left: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.block-header-logo--navi i::after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    border-bottom: 2px solid #fff;
    height: 2px;
    top: 16px;
    left: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.block-header-logo--navi.is-active i {
    border-bottom: none;
}

.block-header-logo--navi.is-active i::before {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.block-header-logo--navi.is-active i::after {
    top: 10px;
    width: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-alert .block-header-logo,
.page-quickentryagree .block-header-logo,
.page-noshi .block-header-logo,
.page-cart .block-header-logo,
.page-login .block-header-logo {
    padding-top: 0;
    height: 100px;
}

.block-global-search form {
    background: none;
    border-bottom: 1px solid #111;
}

.block-global-search input[type="text"].block-global-search--keyword {
    font-size: 11px;
    width: 360px;
    border: none;
}

.block-global-search .fa-search {
    font-size: 20px;
}

.block-headernav {
    width: 210px;
}

.block-headernav--cart-count {
    background-color: #E73656;
    top: -9px;
    right: 28px;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
}

.block-headernav a {
    font-size: 10px;
}

.block-headernav--item-list li {
    width: 33.3%;
}

.block-headernav--item-list-login {
    content: '';
    background: url(../../img/usr/common/header/ico_login.png) no-repeat 0 0;
    display: block;
    width: 22px;
    height: 27px;
    margin: 0 auto 5px;
}

.block-headernav--item-list-cart {
    content: '';
    display: block;
    height: 27px;
    margin: 0 auto 5px;
    background: url(../../img/usr/common/header/ico_cart.png) no-repeat 0 0;
    width: 28px;
}

.block-headernav--item-list-guide {
    content: '';
    display: block;
    height: 27px;
    margin: 0 auto 5px;
    background: url(../../img/usr/common/header/ico_guide.png) no-repeat 0 3px;
    width: 23px;
}

.block-header-news {
    background: #000;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.block-header-news a, .block-header-news a:hover {
    color: #fff !important;
}

/* globalnav */
.block-globalnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-globalnav--item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 130px;
    width: 460px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-globalnav--item-list>li {
    width: 220px;
    height: 340px;
    background: #fff;
    margin-bottom: 20px;
}

.block-globalnav--item-list>li>a {
    padding: 0;
    color: #111;
}

.block-globalnav--item-list>li>a::before {
    content: none;
}

.block-globalnav--item-list>li figure span {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
}

.block-globalnav--item-list>li figure span.is-category01 {
    border: 1px solid #ac6a00;
    color: #ac6a00;
}

.block-globalnav--item-list>li figure span.is-category02 {
    border: 1px solid #f39700;
    color: #f39700;
}

.block-globalnav--item-list>li figure span.is-category03 {
    border: 1px solid #ea68a2;
    color: #ea68a2;
}

.block-globalnav--item-list>li figure span.is-category04 {
    border: 1px solid #95d6d0;
    color: #95d6d0;
}

.block-globalnav--item-list>li figcaption {
    padding-top: 20px;
    font-size: 15px;
    font-weight: 600;
}

.block-globalnav--link {
    margin-top: 130px;
    width: 460px;
}

.block-globalnav--link-list {
    padding-bottom: 30px;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    padding-top: 60px;
}

.block-globalnav--link-list li {
    margin-bottom: 20px;
}

.block-globalnav--link-list a {
    font-size: 40px;
    color: #fff;
}

.block-globalnav--link-guide {
    padding-top: 60px;
}

.block-globalnav--link-guide li {
    margin-bottom: 15px;
    font-size: 12px;
}

.block-globalnav--link-guide li a {
    color: #fff;
}

.block-globalnav--link-guide li a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.block-globalnav--link-sns {
    padding-top: 20px;
}

.block-globalnav--link-sns li {
    display: inline-block;
    padding: 0 10px;
}

/* top */
.block-top-free-2 {
    margin: 0 auto;
    /*padding-left: 200px;
    width: 1200px;*/
}

.page-top .pane-contents .container {
    width: 100%;
}

.block-top-body--body {
    margin: 0 0 60px;
    width: 100%;
    height: auto;
}

.block-top-body--body li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-top-body--bnr {
    margin: 0 auto 60px;
    padding-left: 200px;
    width: 1200px;
}

.block-top-topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-left: 200px;
    width: 1200px;
}

.block-top-topic--header {
    font-size: 18px;
    border-top: none;
    width: 160px;
    text-align: left;
    padding: 0;
    margin: 10px 0 0;
}

.block-top-topic--body {
    width: calc(100% - 160px);
}

.block-top-topic--items li {
    border: none;
}

.block-top-topic--items dt {
    margin-right: 40px;
}

.block-top-free1 {
    margin: 0 auto 80px;
    padding-left: 200px;
    width: 1200px;
}

.block-top-free1--mod {
    width: 100%;
    height: 270px;
    background: #f6f2ed;
    position: relative;
}

.block-top-free1--mod::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 270px;
    border: 1px solid #111;
    z-index: 0;
}

.block-top-free1--mod-text {
    padding: 60px 0 40px;
    font-size: 28px;
    text-align: center;
    position: relative;
    font-weight: 600;
    letter-spacing: 2px;
}

.block-top-free1--mod-btn {
    width: 160px;
    background-color: #f48693;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
}

.block-top-recommend {
    margin: 0 auto 60px;
    padding-left: 200px;
    width: 1200px;
}

.block-top-recommend--header, .block-top-category--header, .block-top-event--header {
    height: 70px;
    text-align: center;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.block-top-recommend--header::before, .block-top-category--header::before, .block-top-event--header::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    /* content: ''; */
    width: 40px;
    height: 10px;
    background: url(/img/usr/top/ico_title_dot.png) no-repeat;
}

.block-top-recommend--header::after, .block-top-category--header::after, .block-top-event--header::after, .block-goods-user-review h2::after {
    display: block;
    content: '';
    margin: 5px auto;
    color: #808080;
    font-size: 12px;
    font-weight: 300;
}

.block-top-recommend--header span, .block-top-category--header span, .block-top-event--header span {
    display: inline-block;
    background: url(/105_design_7/img/usr/top/ico_feature.png) no-repeat 0 50%;
    padding: 0 30px 0 40px;
}

.block-top-recommend--goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-top-recommend--goods li {
    width: calc((100% - 100px) / 3);
    margin: 0 0 50px;
}

.block-top-recommend--goods-title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.block-top-recommend--goods-text {
    font-size: 12px;
    text-align: center;
}

.block-top-category {
    margin: 0 auto 100px;
    padding-left: 200px;
    width: 1200px;
}

.block-top-category--wrap {
    background: #f6f2ed;
    padding: 50px 30px 60px;
}

.block-top-category--header::after {
    /* content: 'カテゴリ'; */
}

.block-top-category--header span {
    display: inline-block;
    padding: 0 20px 0 40px;
    background: url(/105_design_7/img/usr/top/ico_category.png) no-repeat 0 50%;
}

.block-category-style-p {
    margin: 0;
}

.block-category-style-p--item {
    width: calc((100% - 60px) / 4);
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin-left: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 340px;
}

.block-category-style-p--item:first-child {
    margin-left: 0;
}

.block-category-style-p--item-image {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 100%;
    min-height: 235px;
}

.block-category-style-p--item-name {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    text-align: center;
    border-bottom: none;
    margin: 0 auto;
    font-weight: 600;
    font-family: "メイリオ";
}

.block-category-style-p--item-name::before {
    content: '';
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 10px;
    padding: 3px 0;
    font-weight: 300;
}

.block-category-style-p--item:nth-child(1) .block-category-style-p--item-name::before {
    content: 'PROTEIN COFFEE';
    border: 1px solid #000;
    color: #000;
}

.block-category-style-p--item:nth-child(2) .block-category-style-p--item-name::before {
    content: 'PROTEIN';
    border: 1px solid #ac6a00;
    color: #ac6a00;
}

.block-category-style-p--item:nth-child(3) .block-category-style-p--item-name::before {
    content: 'PROTEIN PRO';
    border: 1px solid #191970;
    color: #191970;
}

.block-category-style-p--item:nth-child(4) .block-category-style-p--item-name::before {
    content: 'VARIETY SET';
    border: 1px solid #da70d6;
    color: #da70d6;
}

.block-category-style-p--item:nth-child(5) .block-category-style-p--item-name::before {
    content: 'BURN ON';
    border: 1px solid #fa8072;
    color: #fa8072;
}

.block-category-style-p--item-comment {
    display: none;
}

.block-top-free2--bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.block-top-event {
    margin: 0 auto;
    padding-left: 200px;
    width: 1200px;
}

.block-top-event--header {
    padding: 0;
    margin-top: 0;
    border: none;
}

.block-top-event--header::after {
    content: 'ランキング';
}

.block-top-event--header a {
    display: inline-block;
    padding: 0 40px 0 60px;
    position: relative;
}

/*
.block-top-event--header a::after {
  content: '';
  position: absolute;
  width: 111px;
  height: 93px;
  background: url(/img/usr/top/txt_ranking.png) no-repeat 0 0;
  top: -50px;
  right: -50px;
}
*/

.block-top-event .block-icon img {
    width: auto;
}

/* ranking 一覧ページ*/
.block-ranking-r--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 60px;
    padding: 50px 0 0;
    position: relative;
}

.block-ranking-r--items li {
    width: 260px;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    margin: 0 50px 50px 0;
}

.block-ranking-r--items li:nth-child(4n) {
    margin: 0 0 50px 0;
}

.block-ranking-r--goods {
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
}

.block-ranking-r--goods a {
    text-decoration: none;
}

.block-ranking-r--goods-image .block-ranking-r--rank {
    top: -15px;
    color: #bbbbbb;
    background: none;
    font-size: 52px;
    font-family: 'Libre Baskerville';
}

.block-ranking-r--goods-image .img-center img {
    width: 100%;
}

.block-ranking-r--goods-image .block-ranking-r--rank-1 {
    color: #bea870;
}

.block-ranking-r--goods-image .block-ranking-r--rank-2 {
    color: #9aa9b9;
}

.block-ranking-r--goods-image .block-ranking-r--rank-3 {
    color: #997a5c;
}

.block-ranking-r--goods-image figure {
    width: 100%;
    height: auto;
}

.block-ranking-r--goods-name {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.block-ranking-r--price-infos {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    width: 100%;
}

.block-ranking-r--goods-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

.block-ranking-r--goods-description .block-icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 5px;
}

.block-ranking-r--goods-description .variation-name {
    display: none;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
    text-align: left;
    color: #111;
}

/* ranking top*/
.page-top .block-ranking-r--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.page-top .block-ranking-r--items li {
    width: 260px;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    margin: 0 30px 0 0;
}

/* 最近見た商品 */
.block-recent-item {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.block-recent-item--body {
    width: 1200px;
    margin: 0 auto 60px;
}

.block-recent-item--items {
    width: 1200px;
}

.block-recent-item--header {
    border-top: #e0e0e0 1px solid;
    padding: 70px 0 50px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.block-recent-item--keep-history {
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 75px;
}

.block-recent-item--keep-history a {
    color: #111;
    font-size: 12px;
    text-decoration: none;
    position: relative;
}

.block-recent-item--keep-history a::before, .block-recent-item--keep-history a::after {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 13px;
    height: 1px;
    margin: -8px 0 0 -20px;
    background: #111;
}

.block-recent-item--keep-history a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.block-recent-item--keep-history a::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-top .block-recent-item {
    position: relative;
    padding: 0 0 0 200px;
}

.page-top .block-recent-item--body, .page-top .block-recent-item--items {
    width: 1000px;
}

.block-thumbnail-h {
    display: block;
    margin: 10px 0 10px 10px;
}

.block-thumbnail-h li {
    width: 260px;
    margin: 0 0 50px 0;
}

.page-top .block-recent-item--items .block-thumbnail-h li {
    width: calc((100% - 75px) / 6);
    margin-left: 15px;
}

.block-thumbnail-h--goods-description {
    margin-top: 15px;
}

.block-thumbnail-h--goods-image figure {
    background: none;
    width: 100%;
    min-height: 150px;
    height: auto;
}

.block-thumbnail-h--goods-name a {
    font-size: 12px;
    font-weight: 600;
}

.variation-name {
    font-size: 12px;
}

.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .exchange-price,
.block-thumbnail-h--goods .block-exchange-price--rate-dt {
    text-align: left;
    color: #111;
    padding-top: 10px;
}

.block-recent-item--items .block-thumbnail-h {
    display: flex;
}

.block-recent-item--items .block-thumbnail-h li {
    margin-left: 50px;
}

.page-top .block-thumbnail-h li:first-of-type,
.block-recent-item--items .block-thumbnail-h li:first-of-type,
body:not(.page-top) .block-recent-item--items .block-thumbnail-h li:nth-child(4n+1) {
    margin-left: 0;
}



/* footer */
footer .container {
    width: 100%;
}

.block-page-top a {
    background-color: #E73656;
    border-radius: 50%;
}

.block-switcher {
    display: none;
}

.block-footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.block-copyright {
    font-size: 10px;
    padding: 20px;
    color: #fff;
    background: #3C3B43;
}

.block-footer-sns--list, .block-globalnav--link-sns {
    margin-bottom: 40px;
    text-align: center;
}

.block-footer-sns--list li, .block-globalnav--link-sns li {
    display: inline-block;
    padding: 0 10px;
}

.block-footer-middle {
    width: 900px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-footer-middle-left {
    width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}

.block-footer-middle-right {
    margin: 0;
    width: 420px;
    padding-top: 15px;
}

.block-footernav--category-list {
    width: 50%;
}

.block-footernav--category-list li {
    margin-bottom: 10px;
}

.block-footernav--category-list li a {
    color: #fff;
}

.block-footernav--link-list li a {
    color: #fff;
}

.block-footernav--link-list {
    width: 50%;
    /* border-right: 1px solid #656469; */
}

.block-footernav--link-list li {
    margin-bottom: 10px;
}

.block-footernav--item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-footernav--item-list li {
    width: 50%;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    font-size: 12px;
}

.block-footernav--item-list li a {
    color: #fff;
}

.block-footernav--info-list {
    margin-top: 40px;
    text-align: left;
    display: flex;
}

.block-footernav--info-list li {
    /* display: inline-block; */
    padding: 0 15px 0 0;
    display: flex;
    justify-content: flex-end;
}

.block-footernav--info-list li a {
    display: inline-block;
    padding: 8px;
    width: 150px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.block-footernav--info-list li .block-footernav--info-list-saiyo {
    background: #fff;
    border: 1px solid #fff;
    color: #E73656;
}

.block-footernav--info-list-saiyo:hover {
    color: #000 !important;
}

.block-footernav--info-list li .block-footernav--info-list-tenpo {
    border: 1px solid #fff;
    color: #fff;
}

.block-footernav--info-list li .block-footernav--info-list-tenpo:hover {
    color: #E73656;
}

/* 商品詳細 layout */
.block-goods-detail {
    -ms-grid-columns: 1fr 500px;
    grid-template-columns: 1fr 500px;
}

.pane-goods-left-side {
    width: 640px;
}

.pane-goods-right-side {
    width: 500px;
}

/* 商品詳細 */
.pane-topic-path {
    background: #f9f9f9;
}

.block-topic-path {
    padding: 12px 0 12px 190px;
}

.block-topic-path--list a {
    text-decoration: none;
}

.block-src-l figure img {
    width: 100%;
}

.pane-goods-left-side h3 {
    font-size: 18px;
    font-weight: bold;
    border-left: solid 8px #E73656;
    padding-left: 10px;
    margin-bottom: 15px;
}

.pane-goods-left-side h2 {
    font-weight: bold;
    border-bottom: solid #E73656;
    margin: 40px 0;
    font-size: 24px;
}

.pane-goods-left-side dd {
    padding-bottom: 20px;
    line-height: 1.8;
}

.block-icon {
    margin-bottom: 10px;
}

.block-icon img {
    width: auto;
    height: 20px;
}

.block-goods-name h2 {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.block-goods-price--price {
    color: #111;
}

.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5 {
    margin: 20px 0;
}

.goods-detail-description {
    display: table;
    width: 100%;
    margin: 5px 0;
}

.goods-detail-description dt {
    display: table-cell;
    width: 100px;
    font-weight: bold;
    padding: 6px 15px 6px 0;
    position: relative;
}

.goods-detail-description dt:before {
    position: absolute;
    content: "";
    display: block;
    height: 80%;
    width: 1px;
    background: #e0e0e0;
    right: 0;
    top: 10%;
}

.goods-detail-description dd {
    display: table-cell;
    padding: 6px 0 6px 15px;
}

.block-add-cart {
    width: 430px;
}

.block-add-cart--btn {
    background-color: #E73656;
    display: table-cell;
    vertical-align: top;
    line-height: 36px;
    font-size: 18px;
    width: 430px;
    border: none;
}

.block-goods-set .legend {
    font-size: 18px;
    border-bottom: #e0e0e0 1px solid;
}

.block-goods-favorite {
    -webkit-box-ordinal-group: 261;
    -ms-flex-order: 260;
    order: 260;
    position: relative;
}

.block-goods-favorite--btn {
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f48693;
    border: none;
    margin-top: -55px;
}

.block-goods-favorite--btn:before {
    content: "\02665";
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 14px);
    text-indent: 0;
}

.block-contact-about-goods--btn {
    border: none;
    background: none;
    text-align: left;
    text-decoration: underline;
    margin-top: 20px;
}

.block-goods-footer-cart {
    display: none;
}

.block-variation--name.block-color--name,
.block-variation--name.block-size--name {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.block-variation--selected-item {
    margin: 10px 0 0;
}

.block-variation--item dt {
    border: 2px solid #e0e0e0;
}

.block-variation--item.active dt {
    border: 2px solid #E73656;
}

/* 商品詳細 合わせて買いたい */
.pane-goods-right-side .block-accessory-list {
    padding-top: 0;
    margin: 0;
    border-top: none;
    margin-top: 40px
}

.pane-goods-right-side .block-accessory-list--name {
    text-align: left;
    font-size: 18px;
    margin: 40px 0 35px;
    border-top: #e0e0e0 1px solid;
    padding-top: 20px;
}

.pane-goods-right-side .block-accessory-list .block-check-list-a--items {
    padding-top: 20px;
}

.pane-goods-right-side .block-accessory-list .block-check-list-a--items li {
    width: 100%;
}

.pane-goods-right-side .block-accessory-list .block-check-list-a--items li:last-child {
    margin-bottom: 0;
}

.pane-goods-right-side .block-accessory-list .block-check-list-a--price-infos,
.pane-goods-right-side .block-accessory-list .block-check-list-a--stock-items,
.pane-goods-right-side .block-accessory-list .block-check-list-a--select-item {
    text-align: left;
}

/* 商品詳細 ユーザーレビュー*/
.block-goods-user-review {
    /* border-top: 1px solid #e0e0e0; */
    /*  padding-top: 40px; */
    margin: 80px 0;
    padding: 80px 0;
    background-color: #F6F6F6;
}

.block-goods-user-review h2 {
    font-size: 20px;
    text-align: center;
    background: none;
    font-weight: 600;
}

.block-goods-user-review h2::after {
    content: '';
}

.block-goods-user-review h2 i::before {
    content: none;
}

.block-goods-user-review--info {
    text-align: center;
}

.block-goods-user-review--need-login-message {
    margin: 5px 0 10px;
}

.block-goods-user-review--form {
    text-align: center;
}

.block-goods-user-review--write-review-btn, .block-goods-user-review--write-review-link {
    display: inline-block;
    border: solid 1px #008CD6;
    background-color: #F6F6F6;
    padding: 10px;
    width: 200px;
    color: #008CD6;
    font-weight: bold;
}

.block-goods-user-review--write-review-btn:hover, .block-goods-user-review--write-review-link:hover {
    color: #008CD6 !important;
    opacity: .6;
}

/* 商品一覧*/
h1.optimaized-h1.container {
    position: fixed;
    top: -100%;
}

.pager-current {
    color: #E73656;
}

.pagination>* {
    border: 1px solid #e0e0e0;
}

.block-pickup-list-p li {
    margin-bottom: 40px;
}

.block-pickup-list-p--item-body {
    width: 100%;
    margin: 10px 0;
    padding: 0 20px;
}

.block-pickup-list-p--item-description {
    width: 100%;
}

.block-pickup-list-p--comment {
    font-size: 12px;
}

.block-pickup-list-p .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt {
    text-align: left;
    color: #111;
    font-size: 14px;
}

.block-pickup-list-p--add-cart {
    padding-top: 10px;
    text-align: right;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn {
    border: none;
    display: inline-block;
    padding: 8px 0;
    width: 180px;
    background: #E73656;
    color: #fff;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn:hover {
    color: #fff !important;
}

.block-goods-list--display-style-items dt,
.block-goods-list--sort-order-items dt {
    margin-right: 5px;
}

.block-goods-list--display-style-items dd,
.block-goods-list--sort-order-items dd {
    margin-right: 15px;
}

.block-goods-list--display-style-items .active,
.block-goods-list--sort-order-items .active {
    color: #E73656;
    font-weight: 600;
}

.block-category-list--header {
    font-weight: 600;
    font-size: 28px;
    font-family: "メイリオ";
}

.block-goods-list--display-style-items {
    padding: 10px 0;
    margin-top: 10px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    background-color: #EFEFEF;
    margin-bottom: 0;
}

.block-goods-list--sort-order-items {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #EFEFEF;
    margin-top: 0;
}

.block-goods-list--pager-top.pager,
.block-goods-list--pager-bottom.pager {
    text-align: center;
    padding: 20px 0;
}

.block-goods-list--pager-bottom.pager {
    padding: 20px 0 0;
}

.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
    border: 1px solid #e0e0e0;
}

.block-goods-list-l--table th {
    text-align: center;
    background: #f9f9f9;
}

.block-goods-list-l .price,
.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
    color: #111;
}

.block-goods-list-l--add-cart .block-list-add-cart-btn {
    width: auto;
    border: none;
    background: #E73656;
    color: #fff;
}

.block-goods-list-l--goods-name+.block-icon {
    margin: 5px 0 0;
}

.block-thumbnail-t--goods {
    width: 260px;
    margin-left: 30px;
}

.block-thumbnail-t--goods-image figure {
    width: 100%;
    height: auto;
}

.block-thumbnail-t--goods-image figure img {
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-thumbnail-t--goods a {
    text-decoration: none;
}

.block-thumbnail-t--goods .price,
.block-thumbnail-t--goods .net-price,
.block-thumbnail-t--goods .default-price,
.block-thumbnail-t--goods .exchange-price,
.block-thumbnail-t--goods .block-exchange-price--rate-dt {
    text-align: left;
    color: #111;
    margin: 5px 0 0;
}

.block-goods-list-d--item-body {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
}

.block-goods-list-d li {
    margin: 0;
}

.block-goods-list-d li:first-child .block-goods-list-d--item-body {
    border-top: none;
}

.block-goods-list-d--image figure {
    background: none;
}

.block-goods-list-d--item-description {
    width: 800px;
    padding: 0 0 0 40px;
}

.block-goods-list-d--goods-name {
    font-size: 16px;
}

.block-goods-list-d--goods-name a {
    text-decoration: none;
}

.block-goods-list-d--goods-name+.block-icon {
    margin: 10px 0 5px;
}

.block-goods-list-d--comment {
    font-size: 12px;
    margin-top: 5px;
}

.block-goods-list-d--item-details {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-goods-list-d--add-cart {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.block-goods-list-d--price-infos,
.block-goods-list-d--stock-items {
    text-align: left;
    width: auto;
    padding: 2px 0;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
    border: none;
    background: #95d6d0;
    color: #fff;
}

.block-goods-list-d--goods-comment {
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.8;
}

.block-category-list--sub {
    display: none;
}

/* 商品一覧 リスト*/
.block-list-s--items,
.block-goods-name-n {
    padding-top: 40px;
}

.block-list-s--items li,
.block-goods-name-n li {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

.block-list-s--items li:first-child,
.block-goods-name-n li:first-child {
    border-top: 1px solid #e0e0e0;
}

.block-goods-name-n {
    padding: 0;
}

/* 商品一覧 一括購入 */
.block-bulk-purchase-b--table {
    border: 1px solid #e0e0e0;
}

.block-bulk-purchase-b--table th, .block-bulk-purchase-b--table td {
    border: 1px solid #e0e0e0;
}

.block-bulk-purchase-b--add-cart {
    text-align: center;
}

/* 商品一覧 買い物かご*/
.block-cart-i li {
    margin-bottom: 50px;
}

.block-cart-i--goods {
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    margin-left: 50px;
}

.block-cart-i--goods-image figure {
    width: auto;
    height: auto;
}

.block-cart-i--goods .block-icon {
    margin: 5px 0;
}

.block-cart-i--goods .block-icon img {
    height: auto;
}

.block-cart-i--goods .variation-name {
    margin-bottom: 10px;
}

.block-cart-i--price.price {
    text-align: left;
}

/* 商品一覧 商品詳細 */
.block-goods-detail-j--items li {
    margin-bottom: 50px;
}

.block-goods-detail-j--goods {
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    margin-left: 50px;
}

.block-goods-detail-j--goods-image figure {
    width: 260px;
    height: 260px;
}

.block-goods-detail-j--goods .block-icon {
    margin: 5px 0;
}

.block-goods-detail-j--goods .block-icon img {
    height: auto;
}

/* 商品一覧 チェックリスト */
.block-check-list-a--items {
    padding-top: 60px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-check-list-a--items--body {
    border-bottom: 1px solid #e0e0e0;
}

.block-check-list-a--items li {
    margin: 0 0 20px;
    width: calc((100% - 40px) / 2);
}

.block-check-list-a--items li:last-child .block-check-list-a--item-body {
    border-bottom: 1px solid #e0e0e0;
}

.block-check-list-a--items input {
    display: inline-block;
}

/* 商品一覧 ピックアップ(クイックビューあり) */
.block-pickup-list-w--item-body {
    width: 50%;
    padding-bottom: 30px;
}

.block-pickup-list-w--item-description {
    width: 380px;
}

.block-pickup-list-w .price {
    text-align: left;
    margin: 10px 0;
}

/* ジャンルページ 絞り込み */
.block-genre-style {
    border-top: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    margin-top: 60px;
}

.block-genre-style h3 {
    font-size: 16px;
    margin-right: 40px;
}

/* お問い合わせ */
.block-inquiry {
    /* お問い合わせ履歴 */
}

.block-inquiry--header, .block-inquiry-completed--header {
    text-align: center;
    font-size: 24px;
    padding: 20px 0 10px;
}

.block-inquiry input[type="text"],
.block-inquiry input[type="tel"],
.block-inquiry input[type="email"],
.block-inquiry input[type="url"],
.block-inquiry input[type="number"],
.block-inquiry select,
.block-inquiry textarea {
    min-width: 375px;
}

.block-inquiry--name input[type="text"] {
    min-width: auto;
}

.block-inquiry--goods-name .form-control {
    vertical-align: middle;
}

.block-inquiry--forward, .block-inquiry--confirmation-forward, .block-inquiry--confirmation-back, .block-inquiry-completed--back-to-home {
    background-color: #E73656;
    vertical-align: top;
    line-height: 36px;
    font-size: 18px;
    width: 240px;
    border: none;
    color: #fff;
}

.action .block-inquiry--confirmation-back, .action .block-inquiry-completed--back-to-home {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-bottom-width: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}

.block-inquiry-completed--customer-name {
    text-align: center;
}

.block-inquiry-completed--message {
    text-align: center;
    line-height: 1.8;
    margin-top: 40px;
}

.block-inquiry-history-detail {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.block-inquiry-history-detail--subject {
    font-size: 18px;
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}

.block-inquiry-history-detail--item dt {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.block-inquiry-history-detail--form {
    margin-top: 60px;
}

/* 注文フローステップ */
.block-order-flow--step {
    padding: 70px 0 50px;
    text-align: center;
}

.block-order-flow--step ul {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 0 27px;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.block-order-gift-select--delivery-dest-add select[name=destlist] {
    vertical-align: -4px;
}

.block-order-gift-select--delivery-dest-goods-select {
    border: 1px solid #e0e0e0;
    padding: 20px;
}

.block-order-gift-select--delivery-dest-goods-name {
    width: 300px;
}

.block-order-gift-select--delivery-dest-goods-name img {
    width: 300px;
}

.block-order-gift-select--delivery-dest-goods-name input[type="checkbox"] {
    display: inline-block;
}


.block-order-gift-select--promotion,
.block-order-gift-select--point-payment,
.block-order-gift-select--method {
    padding: 10px 0;
}

.block-order-gift-select .block-order-flow--step1,
.block-order-gift-select .block-order-flow--step2,
.block-order-gift-select .block-order-flow--step3,
.block-order-gift-select .block-order-flow--step4,
.block-order-gift-select .block-order-flow--step5 {
    padding: 0 2px;
    font-size: 13px;
    font-weight: bold;
}

.block-order-flow--step1:before {
    content: "STEP1";
}

.block-order-flow--step2:before {
    content: "STEP2";
}

.block-order-flow--step3:before {
    content: "STEP3";
}

.block-order-flow--step4:before {
    content: "STEP4";
}

.block-order-flow--step5:before {
    content: "STEP5";
}

.block-order-flow--step1:before,
.block-order-flow--step2:before,
.block-order-flow--step3:before,
.block-order-flow--step4:before,
.block-order-flow--step5:before {
    display: inline;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px #3a3a3a solid;
}

.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after,
.block-order-flow--step5:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 18px;
    border-color: #fff #fff #fff #f5f5f5;
    opacity: 0;
}

.block-order-flow--step-current {
    background-color: #f5f5f5;
    padding-right: 40px;
    color: #444;
}

.block-order-flow--step-current:after {
    opacity: 1;
}

/* 注文フロー 最近チェックした商品 */
.block-cart-recent-item {
    margin-bottom: 70px;
}

.block-cart-recent-item--header {
    border-top: #e0e0e0 1px solid;
    padding: 70px 0 50px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

/* 購入ページ 右カラム */
.block-cart--procedure {
    border: solid 1px #e0e0e0;
    padding: 10px;
}

.block-cart--procedure-container {
    background: none;
}

.block-cart--procedure .block-cart--order-btn {
    background-color: #E73656;
    font-weight: 200;
    border: none;
    font-size: 18px;
}

.block-cart--procedure .block-cart--order-btn-gift {
    background-color: #f48693;
    font-weight: 200;
    border: none;
    font-size: 18px;
}

.block-cart--goods-list-item-price {
    font-size: 16px;
}

.block-cart--subtotal-price {
    font-size: 24px;
    color: #111;
}

.block-order-method--procedure-container {
    background: #fff;
}

/* 購入確認ページ */
.block-order-estimate h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    min-height: 33px;
}

.block-order-estimate h3 a {
    margin: -2px 0 5px;
}

.block-order-estimate p {
    font-size: 12px;
}

.block-order-estimate--confirmation-list:first-child {
    padding-right: 20px;
}

.block-order-estimate--confirmation-list li {
    min-height: 150px;
}

.block-order-estimate--dest-name, .block-order-estimate--host-name {
    padding-bottom: 5px;
}

.block-order-estimate address {
    line-height: 1.8;
}

.block-order-estimate--procedure-container {
    background: none;
}

.block-order-estimate--commit-btn {
    font-weight: normal;
}

.block-order-estimate--total {
    text-align: center;
    padding: 16px 8px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.block-order-estimate--total-price {
    font-size: 28px;
    color: #111;
    display: block;
    text-align: center;
}

.block-order-estimate--goods-item-comment {
    margin-top: 10px;
    line-height: 1.8;
}

.block-order-estimate--amt {
    font-size: 16px;
}

.block-order-estimate dd.block-order-estimate--point-add-message {
    color: #111;
}

.block-order-estimate--uid-textbox input {
    max-width: 100%;
}

/* モーダルダイアログ */
.modal-header {
    text-align: center;
    color: #fff;
    background-color: #E73656;
}

.modal-content {
    background: #fff;
}

.modal-body {
    font-size: 12px;
}

.block-member-terms {
    padding-top: 60px;
}

.block-member-terms--header {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* ログイン */
.block-login h1 {
    text-align: center;
    font-size: 24px;
    padding: 20px 0 10px;
}

.block-login--member-body, .block-login--first-time {
    width: 800px;
    margin: 0 auto 60px;
}

.block-login--member-body .common_headline2_area_,
.block-login--member-body .block-login--first-time-header, .block-login--first-time .common_headline2_area_,
.block-login--first-time .block-login--first-time-header {
    font-size: 16px;
    padding-bottom: 5px;
    margin: 0;
    font-weight: 600;
}

.block-login--member-body .fieldset .form-label {
    width: 33%;
    padding: 25px 4px 25px 25px;
}

.block-login--first-time .fieldset .form-label {
    width: 25%;
    padding: 25px 5px 25px 25px;
}

.block-login--input-items {
    width: 800px;
}

.block-login--body .btn-primary {
    padding: 15px 0;
    width: 300px;
}

.block-common-alert-list {
    margin: 0 auto 40px;
    border: 1px solid #e0e0e0;
    background: #f9f9f9;
}

/* 会員登録 */
.block-member-info-confirmation>h1,
.block-member-info>h1 {
    font-size: 24px;
    margin: 60px 0 20px;
}

.block-member-info .legend {
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin: 60px 0 20px;
}

.block-member-info .fieldset .form-label {
    padding: 30px 10px 30px 25px;
}

.block-member-info--use-spoofing-protection .constraint,
.block-member-info--use-spoofing-protection .form-control {
    vertical-align: middle;
}

.block-member-info--customer-name {
    margin-bottom: 10px;
}

/* マイページ */
.block-mypage h1 {
    font-size: 24px;
}

.block-mypage--customer-status {
    background: #f5f5f5;
    color: #000 !important;
}

.block-mypage--logout a {
    color: #000 !important;
}

.block-mypage--sign {
    border-right: #000 1px solid !important;
}

.block-mypage--customer-name {
    font-size: 18px;
}

.block-mypage--logout {
    font-size: 12px;
}

.block-mypage--mypoint {
    font-size: 14px;
}

.block-mypage--mypoint-point {
    font-size: 24px;
}

.block-mypage--shopping-info, .block-mypage--member-info, .block-mypage--inquiry-info, .block-mypage--snssync-info {
    font-size: 18px;
}

.block-mypage--shopping-info i, .block-mypage--member-info i, .block-mypage--inquiry-info i, .block-mypage--snssync-info i {
    padding-right: 10px;
}

.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li,
.block-mypage--snssync-info-items li {
    width: 370px;
    max-width: 370px;
    border: none;
    margin: 0 0 40px 40px;
}

.block-mypage--shopping-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--inquiry-info-items li dt,
.block-mypage--snssync-info-items li dt {
    border-bottom: #e5e5e5 1px solid;
}

.block-mypage--shopping-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--inquiry-info-items li dt a,
.block-mypage--snssync-info-items li dt a {
    font-size: 16px;
}

.block-mypage--shopping-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--inquiry-info-items li dd,
.block-mypage--snssync-info-items li dd {
    padding-left: 14px;
}

/* ユーザーレビュー */
.block-user-review--header, .block-user-review-completed--header {
    font-size: 24px;
}

.block-user-review--item-header {
    font-size: 18px;
}

.action .block-user-review--forward,
.action .block-user-review--back-to-goods-page,
.action .block-user-review--back,
.action .block-user-review-completed--back {
    padding: 12px 0;
    width: 240px;
    font-size: 16px;
}

.block-user-review--footer h3, .block-user-review--review-header {
    font-size: 18px;
}

.block-user-review--review-item {
    margin-bottom: 40px;
}

.block-user-review--review-item-header {
    font-size: 16px;
}

.block-user-review--message {
    border-top: 1px solid #e0e0e0;
    padding-top: 40px;
}

.block-user-review-completed--message-header {
    font-size: 16px;
}

.block-goods-user-review--list {
    margin-bottom: 20px;
}

.block-goods-user-review--score dt {
    width: 150px;
    text-align: right;
}

.block-goods-user-review--score dd {
    width: 150px;
}

.block-goods-user-review--count dt {
    width: 150px;
    text-align: right;
}

.block-goods-user-review--count dd {
    font-size: 24px;
    font-weight: bold;
    color: #f48693;
    width: 150px;
}

.block-goods-user-review--write-review {
    padding: 10px 0 30px;
    border-bottom: 1px solid #e0e0e0;
}

.block-goods-user-review--write-review-link {
    color: #fff;
    text-decoration: none;
}

.block-goods-user-review--item {
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.block-goods-user-review--item-score {
    padding: 5px 0;
}

/* 当店人気商品 */
.block-accessory-list {
    border-top: 1px solid #e0e0e0;
    padding-top: 40px;
    margin: 0 0 80px;
}

.block-accessory-list--name {
    font-size: 20px;
    text-align: center;
    background: none;
    font-weight: 600;
    margin-bottom: 40px;
}

.block-goods-detail-j--goods a {
    text-decoration: none;
    font-weight: 600;
}

.block-goods-detail-j--goods-description {
    margin-top: 15px;
}

.block-goods-detail-j--price.price {
    text-align: left;
    color: #111;
    padding-top: 10px;
}

/* マイページ各ページ内見出し */
.block-purchase-history--header,
.block-coupon-list--header,
.block-point-history-list--header,
.block-favorite--header,
.block-mail-address--update-header,
.block-shipping-address-registration--header,
.block-member-password--header,
.block-mail-news--header,
.block-mail-news--register-header,
.block-mail-news--release-header,
.block-inquiry-history--header,
.block-inquiry-history-detail--header,
.block-regular-purcharse-list--header {
    font-size: 24px;
}

/* 購入履歴一覧 */
.status-percentage {
    color: #95d6d0;
}

[class^="status-progress"] {
    background: #e0e0e0;
}

[class^="status-progress"]:after {
    border-right: #85c6a0 solid 4px;
    background: #95d6d0;
}

.block-purchase-history-detail--shipment-header {
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
}

/* お気に入り一覧 */
.block-favorite--checkbox input[type="checkbox"] {
    display: inline-block;
}

/* ご注文キャンセル */
.block-order-cancellation--order-detail-header,
.block-order-cancellation--cancellation-reasons-form .legend {
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
}

/* 定期購入商品詳細 */
.block-regular-purcharse-detail--shipment-header,
.block-regular-purcharse-cycle-info-update--shipment-header {
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.block-regular-purcharse-detail--goods-img img,
.block-regular-purcharse-cycle-info-update--goods-items img {
    max-width: 300px;
}


/* アンケート */
.block-questionnaire--item .legend {
    font-size: 16px;
    border-bottom: #e0e0e0 1px solid;
}

.block-questionnaire--item .block-questionnaire--box-content {
    margin-bottom: 10px;
}

/* フリーページ */
.page_contents {
    width: 900px;
    margin: 0 auto 60px;
}

.page_contents h1 {
    font-size: 24px;
}

.page_contents h2, .page_contents h3 {
    font-size: 18px;
}

.page_contents table {
    margin-bottom: 40px;
}

.page_contents .anchor_ p {
    margin-bottom: 20px;
}

.page_contents .page_button1 {
    margin: 20px 0;
}


/* 追加認証 */
.btn-secondary.block-additional-authentication--reissue {
    margin-left: 30px;
}


/* 取り扱い店舗 */
.block-store-stock--name-header {
    font-size: 28px;
    font-weight: 600;
}

.block-store-stock--comment,
.block-store-stock--comment p {
    margin-bottom: 20px;
}

.block-store-stock--goods-img {
    width: 240px;
    margin-right: 40px;
}

.block-store-stock--goods {
    display: flex;
    margin-bottom: 60px;
}

.block-store-stock--header {
    font-size: 20px;
    font-weight: 600;
}

.block-top-event--header::after {
    content: '';
}

.page-top .block-thumbnail-t {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.page-top .block-thumbnail-t li {
    padding: 0 15px;
    margin-bottom: 50px;
    width: 100%;
}

.page-top .block-thumbnail-t--goods {
    width: 220px;
}

.page-top .block-thumbnail-t--goods-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.page-top .block-thumbnail-t--goods-image figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}

.page-top .block-thumbnail-t--goods-image figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.page-top .block-thumbnail-t--goods {
    width: 220px;
}

.block-category-style-p--item:nth-child(6) .block-category-style-p--item-name::before {
    content: 'AMINO ASID';
    border: 1px solid #20b2aa;
    color: #20b2aa;
}

.block-category-style-p--item:nth-child(7) .block-category-style-p--item-name::before {
    content: 'PRE-EQUOL';
    border: 1px solid #32cd32;
    color: #32cd32;
}

.block-category-style-p--item:nth-child(8) .block-category-style-p--item-name::before {
    content: 'AIR MASK';
    border: 1px solid #0000ff;
    color: #0000ff;
}

.block-category-style-p--item:nth-child(9) .block-category-style-p--item-name::before {
    content: 'MOSSA MASK';
    border: 1px solid #ff8c00;
    color: #ff8c00;
}

.block-category-style-p--item:nth-child(10) .block-category-style-p--item-name::before {
    content: 'FIT WATER';
    border: 1px solid #87cefa;
    color: #87cefa;
}

.block-category-style-p--item:nth-child(4n+1) {
    margin-left: 0;
}

.block-globalnav .block-globalnav--item-list {
    display: none;
}

.block-globalnav .block-dynamic-category--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 130px;
    width: 460px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-globalnav .block-dynamic-category--row {
    width: 220px;
    height: 290px;
    background: #fff;
    margin-bottom: 20px;
    line-height: 1;
    text-align: center;
}

.block-globalnav .block-dynamic-category--body>li>a {
    padding: 0;
    color: #111;
    position: relative;
    display: block;
}

.block-globalnav .block-dynamic-category--row img {
    padding-bottom: 25px;
    height: 245px;
}

.block-globalnav .block-dynamic-category--row span {
    font-weight: bold;
    font-family: "メイリオ";
}

.block-globalnav .block-dynamic-category--row:nth-child(1) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'PROTEIN COFFEE';
    color: #f39700;

}

.block-globalnav .block-dynamic-category--row:nth-child(2) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'PROTEIN';
    color: #f39700;

}

.block-globalnav .block-dynamic-category--row:nth-child(3) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'PROTEIN PRO';
    color: #f39700;
}

.block-globalnav .block-dynamic-category--row:nth-child(4) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'PROTEIN VARIETY SET';
    color: #f39700;
}

.block-globalnav .block-dynamic-category--row:nth-child(5) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'BURN ON';
    color: #f39700;
}

.block-globalnav .block-dynamic-category--row:nth-child(6) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'AMINO ACID';
    color: #f39700;
}

.block-globalnav .block-dynamic-category--row:nth-child(7) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'PRE-EQUOL';
    color: #f39700;
}

.block-globalnav .block-dynamic-category--row:nth-child(8) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'AIR MASK';
    color: #f39700;
}

.block-globalnav .block-dynamic-category--row:nth-child(9) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'MOSSA MASK';
    color: #f39700;
}

.block-globalnav .block-dynamic-category--row:nth-child(10) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'FIT WATER';
    color: #f39700;
}

.block-globalnav .block-dynamic-category--row:nth-child(11) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'MEGALOS KIDS';
    color: #f39700;
}

.block-globalnav .block-dynamic-category--row:nth-child(12) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'SELECT SHOP';
    color: #f39700;
}

.block-globalnav .block-dynamic-category--row:nth-child(13) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'emmi YOGA';
    color: #f39700;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 9 !important;
}

div#block_of_top_free1 {
    background-color: #F6F6F6;
    padding-top: 40px;
}

.pane-goods-center {
    /* background-color: #F6F6F6; */
}

.block-goods-name h1 {
    font-weight: bold;
    font-size: 28px;
}

.block-add-cart:hover {
    opacity: .8;
}

.block-pickup-list-p--add-cart a {
    /* background: #3C3B43 !important; */
}

.block-pickup-list-p--add-cart a:hover {
    opacity: .8;
}

.block-accessory-list--list .block-list-add-cart-btn {
    background: #3C3B43 !important;
}

.action .btn:hover {
    opacity: .8;
}

.page-method .paypaylogo img {
    width: 80px;
    position: relative;
    top: 11px;
    right: 255px
}

.page-method .paypaylogo {
    margin-top: -30px;
}

.block-goods-favorite--btn:hover {
    opacity: .8;
}

.page-category .block-category-list--sub {
    display: block;
}

.page-category .block-category-list--sub .block-category-style-t {
    align-items: center;
    margin-top: 50px;
}

.page-category .block-category-list--sub .block-category-style-t--item {
    flex-basis: auto !important;
    width: 110px;
    margin: 20px !important;
}

#itemHistory img {
    max-height: 180px !important;
}


header#header1 {
    position: sticky;
    top: 0;
    z-index: 11;
    background: #fff;
}

.pane-header.is-active {
    visibility: hidden;
}

.pane-header.is-active .block-header-left {
    visibility: visible;
}

.block-top-event .block-category-list--sub .block-category-style-t {
    align-items: center;
}

.block-top-event .block-category-list--sub .block-category-style-t--item {
    flex-basis: auto !important;
    width: 126.6px;
    margin: 20px !important;
}

.block-category-style-p--item:nth-child(11) .block-category-style-p--item-name::before {
    content: 'MEGALOS KIDS';
    border: 1px solid #ffd700;
    color: #ffd700;
}

.block-category-style-p--item:nth-child(12) .block-category-style-p--item-name::before {
    content: 'SELECT';
    border: 1px solid #8a2be2;
    color: #8a2be2;
}

.block-category-style-p--item:nth-child(13) .block-category-style-p--item-name::before {
    content: 'emmi YOGA';
    border: 1px solid #ffa07a;
    color: #ffa07a;
}

ul.block-order-estimate--confirmation-list li {
    padding: 10px;
}

li.block-order-estimate--coupon {
    border: solid 1px #E73656;
    border-radius: 10px;
    margin-bottom: 20px;
}

li.block-order-estimate--coupon h3 {
    color: #E73656;
}

div#method_coupon {
    border: solid 1px #E73656;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

div#method_coupon h3 {
    color: #E73656;
}

.block-top-free-2 #block_of_recommend {
    width: 1000px;
    background-color: #F6F6F6;
    padding: 40px 80px;
}

.newproduct {
    background-color: #F6F6F6;
    padding: 200px 0 60px 200px;
    text-align: center;
    margin-bottom: 40px;
}

.newproduct p {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.newproduct a {
    padding-bottom: 30px;
    display: block;
}

.block-globalnav .block-dynamic-category--row:nth-child(14) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'KOSOTORE';
    color: #f39700;
}

.block-category-style-p--item:nth-child(14) .block-category-style-p--item-name::before {
    content: 'KOSOTORE';
    border: 1px solid #f39700;
    color: #f39700;
}

.block-header-news a {
    color: #fff;
    font-size: 21px;
}

.newproduct a {
    max-width: 1000px;
    margin: 40px auto 0;
}

.newproduct a p {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin: 10px 0 0;
}

.block-icon-image--rss-square {
    display: none;
}

.block-top-body--bnr .mask {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-top-body--bnr .mask a {
    width: 49%;
    margin-top: 4%;
}

.block-goods-price--on-sales-comment+.price.js-enhanced-ecommerce-goods-price {
    color: #c30;
}

.block-thumbnail-t--scomment>.block-thumbnail-t--price-items>.price.js-enhanced-ecommerce-goods-price {
    color: #c30;
}

.block-globalnav .block-dynamic-category--row:nth-child(15) span:before {
    display: block;
    font-size: 11px;
    border: 1px solid #111;
    border-radius: 10px;
    width: 100px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-weight: 300;
    content: 'HYDRO FLASK';
    color: #f39700;
}

.block-category-style-p--item:nth-child(15) .block-category-style-p--item-name::before {
    content: 'HYDRO FLASK';
    border: 1px solid #000;
    color: #000;
}

.block-footer-middle h3 {
    color: #fff;
    border-bottom: solid 1px #fff;
    padding: 0 0 5px 0;
    margin-bottom: 20px;
    font-size: 20px;
}

.block-footer-middle-left.help {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.block-calendar-month b {
  font-weight: bold !important;
}

.block-calendar-next {
  font-weight: bold;
}

.block-calendar-prev {
  font-weight: bold;
}

.block-calendar-title {
  font-size: 15px;
  padding-bottom: 5px;
}

.block-calendar table th {
  font-weight: bold;
}

.block-calendar table td span {
  font-size: 14px !important;
}

.block-calendar table td span.closed {
  color: #fff !important;
  background: #F81B46;
}

.block-calendar-prev:hover, .block-calendar-next:hover {
  opacity: 1 !important;
}

.block-calendar-slide-area {
  padding: 0 20px !important;
}

.block-calendar {
  max-width: 410px !important;
  width: 410px !important;
  padding: 20px !important;
  max-height: 100% !important;
}

.block-calendar p {
  max-width: 375px !important;
  padding: 10px 20px !important;
  font-weight: bold;
}

.block-calendar p span {
    color: #F81B46;
}

h1.block-goods-agree--header {
    margin-top: 90px;
}

.block-cookie-consent {
    z-index: 5;
}

.block-globalnav .block-dynamic-category--row span::before {
    display: none !important;
}

#block_of_top_body .topics_lead {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
}

#block_of_top_body .topics_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

#block_of_top_body .topics_list a {
    width: 32%;
    position: relative;
}

#block_of_top_body .topic_thumb {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    max-height: 120px;
}

#block_of_top_body .topic_ttl p {
    display: -webkit-box;
    overflow: hidden;
    font-weight: bold !important;
    line-height: 1.44;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#block_of_top_body .topic_thumb img {
    transition: transform 0.3s, -webkit-transform 0.3s;
}

#block_of_top_body .topics_list a:hover .topic_thumb img {
    transform: scale(1.1);
}

.page-login .block-login--social-frame .common_headline2_area_ {
  padding-bottom: 41px;
}
.page-login #AmazonPayButton{
  margin: auto;
}
.page-login .block-login--social-frame .block-login--first-time{
  width: 560px;
}
.page-login .block-login--input-items {
  width: 590px;
}

.block-subcategory-list-inner .slick-slide img {
    margin: 0 auto;
}

.js-dynamic-category::before {
  content: 'カテゴリから探す';
  margin-top: 150px;
  display: block;
  font-size: 26px;
}

.block-globalnav .block-dynamic-category--body {
  margin-top: 20px;
}

.block-globalnav .block-top-event {
  margin: 0 auto;
  padding-left: 0;
  width: 100%;
}

.block-globalnav .block-top-event .block-category-list--sub .block-category-style-t--item {
  background-color: #fff;
  height: 133.3px;
  flex-basis: auto !important;
  width: 133.3px;
  margin: 10px !important;
  display: flex;
  align-items: center;
  letter-spacing: -5px;
  line-height: 0;
}

.block-globalnav-h2 {
    margin-bottom: 10px;
}

.block-goodschange-list .block-thumbnail-t li {
    gap: 60px 50px;
}

.block-goodschange-list .block-thumbnail-t--goods {
    margin-left: 0;
}

.block-goodschange-list .action {
    margin: 0;
}

body.page-cart .block-cart--promotion-criteria-list {
  font-size: 20px;
  margin: 20px 0;
}

body.page-cart span.price.block-cart--promotion-discount {
  color: #f00;
}

#gallery .block-goods-detail--color-variation-goods-color-name {
    display: none;
}

.block-member-info--message.block-member-info--message-mailnews {
font-size: 0;
}

.block-member-info--message.block-member-info--message-mailnews::before {
content: "セール情報や会員限定情報を受け取りますか？";
font-size: 14px;
}

.top_gdf {
  display: flex;
  margin: 30px auto;
  gap: 15px;
}

.block-cart--promotion-criteria-list p {
    background-color: #f5f5f5;
    margin: 10px 0;
    padding: 15px 10px;
}

.promotion-criteria,
.promotion-benefit {
    color: #E73656;
    font-weight: bold;
}

.pane-goods-right-side .block-contact-about-goods::after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 40px;
    background-image: url(/img/usr/common/soryo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
