﻿@charset "UTF-8";
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  color: #111;
}

h1, .h1 {
  font-size: 18px;
}

h2 {
  background: none;
}

a {
  color: #111;
  -webkit-transition: .15s;
  transition: .15s;
}

a:hover {
  color: #f48693;
  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"] {
    display: none;
    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;
}

input[type="checkbox"]+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
}

input[type="checkbox"]+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 8px;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    border-bottom: 2px solid #95d6d0;
    border-left: 2px solid #95d6d0;
}

input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

.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: #95d6d0;
}

.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: 60px 0;
}

.pane-footer {
  background: #95d6d0;
  padding: 50px 0 0;
}

.pane-order-header {
  border-bottom: none;
}

/* globalnav */
.pane-globalnav {
  background-color: #95d6d0;
  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: 1050px;
  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;
}

.block-header-logo {
  width: 150px;
  height: 150px;
  position: absolute;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 0;
  background-color: #95d6d0;
  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: -50px;
}

.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 #111;
  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 #111;
  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 #111;
  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: #95d6d0;
  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: #f48693;
  padding: 10px;
  text-align: center;
  color: #fff;
}

/* 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: 240px;
}

.block-globalnav--link-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}

.block-globalnav--link-list li {
  margin-bottom: 20px;
}

.block-globalnav--link-list a {
  font-size: 40px;
}

.block-globalnav--link-guide {
  padding-top: 60px;
}

.block-globalnav--link-guide li {
  margin-bottom: 15px;
  font-size: 12px;
}

.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 #111;
  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: 450px;
  -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: 100px;
    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(/105_design_7/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;
}

.block-top-recommend--goods-text {
  font-size: 12px;
}

.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%;
}

.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;
}

.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: 'chocolate';
  border: 1px solid #ac6a00;
  color: #ac6a00;
}

.block-category-style-p--item:nth-child(2) .block-category-style-p--item-name::before {
  content: 'cookie';
  border: 1px solid #f39700;
  color: #f39700;
}

.block-category-style-p--item:nth-child(3) .block-category-style-p--item-name::before {
  content: 'cake';
  border: 1px solid #ea68a2;
  color: #ea68a2;
}

.block-category-style-p--item:nth-child(4) .block-category-style-p--item-name::before {
  content: 'etc';
  border: 1px solid #95d6d0;
  color: #95d6d0;
}

.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;
  background: url(/105_design_7/img/usr/top/ico_ranking.png) no-repeat 0 50%;
  position: relative;
}

.block-top-event--header a::after {
  content: '';
  position: absolute;
  width: 111px;
  height: 93px;
  background: url(/105_design_7/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 li {
    width: calc((100% - 100px) / 6);
    margin-left: 20px;
}

.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;
}



/* footer */
footer .container {
  width: 100%;
}

.block-page-top a {
  background-color: #f48693;
  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: #57b4aa;
}

.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--link-list {
  width: 50%;
  border-right: 1px solid #77aba6;
}

.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--info-list {
  margin-top: 40px;
  text-align: left;
}

.block-footernav--info-list li {
  display: inline-block;
  padding: 0 10px 0 0;
}

.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: #95d6d0;
}

.block-footernav--info-list li .block-footernav--info-list-tenpo {
  border: 1px solid #111;
}

.block-footernav--info-list li .block-footernav--info-list-tenpo:hover {
  color: #111;
}

/* 商品詳細 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: 16px;
}

.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: #95d6d0;
  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 #95d6d0;
}

/* 商品詳細 合わせて買いたい */
.pane-goods-right-side .block-accessory-list {
  padding-top: 0;
  margin: 0;
  border-top: none;
}

.pane-goods-right-side .block-accessory-list--name {
  text-align: left;
  font-size: 16px;
  margin: 40px 0 0;
}

.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;
}

.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: none;
  background-color: #95d6d0;
  padding: 10px;
  width: 200px;
}

.block-goods-user-review--write-review-btn:hover, .block-goods-user-review--write-review-link:hover {
  color: #fff;
}

/* 商品一覧*/
h1.optimaized-h1.container {
  position: fixed;
  top: -100%;
}

.pager-current {
  color: #f48693;
}

.pagination > * {
  border: 1px solid #e0e0e0;
}

.block-pickup-list-p li {
  margin-bottom: 40px;
}

.block-pickup-list-p--item-body {
  width: 50%;
  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: #95d6d0;
  color: #fff;
}

.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: #f48693;
  font-weight: 600;
}

.block-category-list--header {
  font-weight: 600;
  font-size: 28px;
}

.block-goods-list--display-style-items {
  padding: 10px 0;
  margin-top: 10px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.block-goods-list--sort-order-items {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.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: #95d6d0;
  color: #fff;
}

.block-goods-list-l--goods-name + .block-icon {
  margin: 5px 0 0;
}

.block-thumbnail-t--goods {
  width: 260px;
  margin-left: 50px;
}

.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;
}

.page-top .block-thumbnail-t--goods {
  width: 220px;
  margin-left: 40px;
}

.page-top .block-thumbnail-t--goods-image figure img {
    height: 240px;
}

.page-top .block-thumbnail-t--goods:first-of-type {
    margin-left: 0px;
}

.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: #95d6d0;
    vertical-align: top;
    line-height: 36px;
    font-size: 18px;
    width: 240px;
    border: none;
}

.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;
}

.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 #f6f2ed;
  opacity: 0;
}

.block-order-flow--step-current {
  background-color: #f6f2ed;
  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: #95d6d0;
  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: #111;
  background-color: #95d6d0;
}

.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: #f48693;
}

.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;
}


.page-goods .bx-wrapper .bx-controls-direction a {
  z-index: 9;
}
.page-top .slider-next, .page-top .slider-prev{
   z-index: 9;
}
.page-login input[type="checkbox"] {
    display: inline-block;
}
.page-estimate input{
  display:block;
}