﻿@charset "UTF-8";

/* ----フォント---- */
.mont {
  font-family: 'Montserrat', sans-serif;
}

/* ----ヘッダー---- */
.wrapper{
  padding-top: 145px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 11;
  transition: .3s ease;
}
body:not(.page-top) #header {
  border-bottom: 1px solid #e7e7e7;
}
#block-header-info-frame {
  background: #f3dddb;
}
#header > .container {
  position: relative;
  justify-content: space-between;
  height: 90px;
  width: 100%;
  padding: 0 40px;
  min-width: 780px;
}
#header.login > .container {
  min-width: 920px;
}
.block-header-info {
  width: 100%;
  text-align: center;
  padding: 9px 0;
  font-weight: 500;
}
.block-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 227px;
  height: 26px;
  line-height: 0;
  padding: 0;
}
@media screen and (max-width: 1450px) {
  #header.login .block-header-logo {
    position: static;
    margin-right: 20px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1150px) {
  #header:not(.login) .block-header-logo {
    position: static;
    margin-right: 20px;
    margin-left: auto;
  }
}
.block-menu {
  position: relative;
  width: 24px;
  height: 22px;
  margin-right: auto;
  cursor: pointer;
}
.block-menu span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #392f2c;
  transition: .3s ease;
}
.block-menu span:nth-child(1) {
  top: 0;
}
.block-menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.block-menu span:nth-child(3) {
  bottom: 0;
}
.block-menu.open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.block-menu.open span:nth-child(2) {
  opacity: 0;
}
.block-menu.open span:nth-child(3) {
  bottom: 10px;
  transform: rotate(-45deg);
}
.block-headernav {
  margin: 0 12px 0 0;
}
.block-headernav--item-list {
  display: flex;
  align-items: center;
}
.block-headernav--item-list li {
  margin: 0 10px;
}
.block-headernav--item-list a {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.block-headernav--item-boookmark a {
  width: 19px;
  height: 17px;
  background: url(../../img/usr/common/icon_header_bookmark.png);
}
.block-headernav--item-login a {
  width: 16px;
  height: 22px;
  background: url(../../img/usr/common/icon_header_mypage.png);
}
.block-headernav--item-cart a {
  position: relative;
  width: 21px;
  height: 20px;
  background: url(../../img/usr/common/icon_header_cart.png);
  overflow: visible;
}
.block-headernav--cart-count {
  display: none;
  position: absolute;
  top: -7px;
  left: -10px;
  background: #cb3b49;
  color: #fff;
  width: 16px;
  height: 16px;
  text-indent: 0;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  line-height: 1;
  padding: 3px 0;
  font-size: 11px;
}
.block-headernav--item-list a:hover {
  opacity: .8;
}
dl.block-header-point {
  padding: 0 0 0 37px;
  background: url(../../img/usr/common/icon_point.png) no-repeat center left;
}
div.block-header-point {
  font-size: 12px;
  font-weight: bold;
}
div.block-header-point dl {
  display: flex;
  align-items: center;
}
.block-header-point dt {
  line-height: 1;
}
.block-header-point dt span {
  font-size: 10px;
  transform: scale(.8);
}
.block-header-point dd {
  font-size: 12px;
  font-weight: bold;
}
.block-header-point dd span {
  font-size: 18px;
}
.block-global-search {
  margin: 0 0 0 30px;
}
.block-global-search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f6f6;
  border-radius: 5px;
  width: 230px;
  padding: 7px 12px;
}
input.block-global-search--keyword {
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  width: calc(100% - 25px);
  font-size: 13px;
  padding: 0;
}
.block-global-search--submit {
  width: 15px;
  height: 15px;
  border: 0;
  padding: 0;
  background: url(../../img/usr/common/icon_header_search.png);
}
.block-header-brand {
  background: #ebe7e6;
}
.block-header-brand ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 27px;
  width: 770px;
  height: 55px;
  margin: 0 auto;
}
.block-header-brand li.border {
    border-right: 1px solid #fff;
    height: 25px;
}
.block-header-brand li a {
  display: block;
  line-height: 0;
}

/* ----ヘッダー下バナー---- */

#block-header-bnr {
  width: 1100px;
  margin: 20px auto;
  text-align: center;
  line-height: 0;
}

/* ----グローバルナビ---- */

.pane-globalnav {
  display: none;
  position: fixed;
  top: 130px;
  left: 0;
  z-index: 11;
}

.block-globalnav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, .35);
}

.block-globalnav {
  position: relative;
  background: #fff;
  overflow-y: auto;
  width: 435px;
  height: calc(100vh - 130px);
  padding: 30px 34px;
}

.block-globalnav-history {
  margin: 0 0 20px;
}

.block-globalnav-history .block-recent-item--header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 8px;
}

.block-globalnav-history .block-recent-item--items {
  overflow-x: auto;
  padding: 0 0 10px;
  width: 100%;
}

.block-globalnav-history .block-recent-item--items::-webkit-scrollbar {
  height: 6px;
}

.block-globalnav-history .block-recent-item--items::-webkit-scrollbar-thumb {
  background: #eaeaea;
  border-radius: 6px;
}

.block-globalnav-history .block-recent-item--items ul {
  display: inline-block;
  white-space: nowrap;
}

.block-globalnav-history .block-recent-item--items li {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  margin: 0 7px 0 0;
}

.block-globalnav-history .block-recent-item--items li:last-child {
  margin: 0;
}

.block-globalnav-history .block-thumbnail-h--goods-image figure {
  width: 80px;
  height: 80px;
}

.block-globalnav-history .block-thumbnail-h--goods-description {
  display: none;
}

.block-globalnav-item-list--title {
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  background: #6e6e6e;
  padding: 13px 20px;
  margin: 0 0 2px;
}

a.block-globalnav-item-list--title {
  position: relative;
  display: block;
}

a.block-globalnav-item-list--title:not(.mont) {
  font-size: 13px;
}

a.block-globalnav-item-list--title:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.pane-globalnav a:hover {
  text-decoration: none;
  opacity: .8;
}

.block-globalnav-items--title {
  position: relative;
  background: #f6f6f6;
  padding: 13px 20px;
  margin: 0 0 2px;
  cursor: pointer;
}

.block-globalnav-items--title:before,
.block-globalnav-items--title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 2px;
  background: #a4a4a4;
}

.block-globalnav-items--title:after {
  transform: rotate(90deg);
  transition: .3s ease;
}

.block-globalnav-items--title.open:after {
  opacity: 0;
}

.block-globalnav-items--list,
.block-globalnav-other-link ul {
  display: none;
  margin: 0 0 2px;
}

.block-globalnav-items--list li,
.block-globalnav-other-link li {
  border-bottom: 1px solid #ededed;
}

.block-globalnav-items--list li a,
.block-globalnav-other-link li a {
  position: relative;
  display: block;
  font-size: 13px;
  padding: 14px 34px 15px;
}

.block-globalnav-items--list li a:after,
.block-globalnav-other-link li a:after {
  content: '';
  position: absolute;
  top: 22px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  transform: rotate(-45deg);
}

#block-globalnav-brand {
  margin: 15px 0 0;
  text-align: center;
  line-height: 0;
}

#block-globalnav-brand li {
  margin: 0 auto 15px;
  width: 93%;
}

#block-globalnav-brand .block-top-special {
  background: #f6f6f6;
  padding: 18px 12px 22px;
}

#block-globalnav-brand .block-top-special .block-section-title {
  margin: 0 0 15px;
}

#block-globalnav-brand .block-top-special li {
  margin: 0　auto;
}

#block-globalnav-brand .block-top-special h2 {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
}

.block-globalnav-brand--special-title {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  margin: 0 0 15px;
}

.block-globalnav-other-link--title {
  position: relative;
  background: #6e6e6e;
  color: #fff;
  padding: 13px 20px;
  margin: 0 0 2px;
  letter-spacing: 2px;
  cursor: pointer;
}
.block-globalnav-other-link--title.series {
  font-size: 15px;
}
.block-globalnav-other-link--title:before,
.block-globalnav-other-link--title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 2px;
  background: #e2e2e2;
}

.block-globalnav-other-link--title:after {
  transform: rotate(90deg);
  transition: .3s ease;
}

.block-globalnav-other-link--title.open:after {
  opacity: 0;
}

/* ----フッター---- */

.page-top footer {
  margin: 40px 0 0;
}

footer .container {
  width: 100%;
}

footer .block-switcher {
  display: none;
}

.block-footer--inner {
  width: 1010px;
  margin: 0 auto;
}

.block-footer-guide {
  padding: 40px 0 50px;
  background: #f2f2f2;
}

.block-footer-guide .block-footer--inner {
  display: flex;
  justify-content: space-between;
}

.block-footer-guide--support {
  width: 452px;
}

.block-footer-guide--service {
  width: 500px;
}

.block-footer-guide dt {
  display: flex;
  align-items: center;
  margin: 0 5px 15px;
}

.block-footer-guide dt span {
  position: relative;
  font-weight: bold;
  padding: 0 0 0 8px;
  margin: 0 0 0 10px;
}

.block-footer-guide dt span:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #48413f;
  transform: rotate(20deg);
}

.block-footer-guide--links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-footer-guide--links li {
  width: calc((100% - 8px) / 2);
  margin: 0 0 6px;
}

.block-footer-guide--links li a {
  position: relative;
  display: block;
  background: #fff;
  color: #7d7d87;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 15px 10px;
  letter-spacing: 0.7px;
}

.block-footer-guide--links li a:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #d5d5d9;
  border-bottom: 1px solid #d5d5d9;
  transform: rotate(-45deg);
}

.block-footer-guide a:hover {
  text-decoration: none;
  opacity: .8;
}

.block-footer-guide--bnr {
  margin: 25px 0 0;
}

.block-footer-sns {
  display: flex;
  justify-content: center;
  margin: 25px 0 0;
}

.block-footer-sns a {
  margin: 0 15px;
}

.block-footer-links {
  color: #fff;
  background: #272727;
  padding: 50px 0 100px;
}

.block-footer-links .block-footer--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-footer-copy {
  width: 100%;
  text-align: center;
  margin: 60px 0 0;
  letter-spacing: 3px;
}

.block-footer-links--title {
  letter-spacing: 2px;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 14px;
}
.block-footer-links--box {
    letter-spacing: 0.1em;
}
.block-footer-links--box li:not(:last-child) {
  margin: 0 0 15px;
}

.block-footer-links--box li.block-footer-links--store {
  margin: 20px 0 0;
}

.block-footer-links--box li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 0 15px 0 0;
}

.block-footer-links--box li.block-footer-links--store a {
  font-size: 14px;
}

.block-footer-links--box li a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #727277;
  border-bottom: 1px solid #727277;
  transform: rotate(-45deg);
}

.block-footer-links--box li.block-footer-links--store a:after {
  top: 9px;
}

.block-footer-pagetop {
  position: fixed;
  right: 122px;
  bottom: 30px;
  line-height: 0;
  z-index: 99;
  display: none;
}

.page-goods .block-footer-pagetop {
  bottom: 160px;
}

/* ----左メニュー---- */
.pane-left-menu .pane-block--title {
  margin: 28px 0 0;
  padding: 8px 0;
  border: 0;
  line-height: 1.25;
}

.pane-left-menu .pane-block--subtitle {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  font-weight: normal;
}

.pane-left-menu .js-filter-box .js-filter-box-inner-label {
  position: relative;
}

.pane-left-menu .js-filter-box .js-filter-box-inner-label::after {
  position: absolute;
  top: 20px;
  right: 2px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  border-bottom: 0;
  transform: rotate(-45deg);
  transition: all 0.3s;
  content: "";
}

.pane-left-menu .js-filter-box.block-filter--close .js-filter-box-inner-label::after {
  top: 15px;
  transform: rotate(135deg);
}

.pane-left-menu .block-filter-option-items {
  padding: 5px 0;
}

.pane-left-menu .js-filter-box .pane-block--subtitle + div {
  padding: 7px 0;
}

.pane-left-menu .block-filter-option-items input[type="checkbox"] {
  vertical-align: top;
}

.block-leftmenu_banner .block-leftmenu_banner--list > li {
  margin-top: 32px;
}

ul.block-category-tree--level-1 > .block-category-tree--item__open,
ul.block-category-tree--level-1 > .block-category-tree--item {
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

ul > .block-category-tree--item__open,
ul > .block-category-tree--item {
  border-top: 1px solid #ccc;
  border-bottom: 0;
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1) {
  display: none;
}

.pane-left-menu ul.block-category-tree--items > li {
  position: relative;
}

.pane-left-menu ul.block-category-tree--items > li > a {
  height: 43px;
}

.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  cursor: pointer;
}

.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 3px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
  transition: all 0.3s;
  content: "";
}

.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener.is-open::before {
  top: calc(50% - 4px);
  transform: rotate(-135deg);
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1) > li > a + .block-category-tree--item-opener::before {
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
  transition: all 0.3s;
  content: "";
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1) > li > a + .block-category-tree--item-opener.is-open::before {
  top: calc(50% - 3px);
  transform: rotate(-135deg);
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-1 > li > a {
  height: 55px;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-1 > li > a + .block-category-tree--item-opener {
  height: 55px;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-3 > li > a {
  background: #f5f5f5;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-4 > li > a {
  background: #f0f0f0;
}

.block-genre-tree--item__open,
.block-genre-tree--item {
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

/* ----横スクロール---- */
.block-horizontal-scroll {
  overflow-x: auto;
  padding: 0 0 30px;
}
.block-horizontal-scroll ul {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
}
.block-horizontal-scroll li {
  display: inline-block;
  vertical-align: top;
}
.block-horizontal-scroll::-webkit-scrollbar {
  height: 6px;
}
.block-horizontal-scroll::-webkit-scrollbar-thumb {
  background: #eaeaea;
  border-radius: 6px;
}

/* ----最近見た商品---- */

.block-recent-item {
  width: 100%;
}
.block-recent-item:empty {
  display: none;
}

.block-recent-item .block-recent-item--empty-message,
.block-recent-item .block-recent-item--history-message {
  text-align: center;
}

.block-recent-item .block-recent-item--keep-history a {
  display: block;
  width: 162px;
  margin: 0 auto;
  padding: 15px 10px;
  border: 1px solid #000;
  border-radius: 26px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #111;
  background: #fff;
}

/* ----セクションタイトル---- */

.block-section-title {
  text-align: center;
  margin: 0 0 30px;
}
.block-section-title h1,
.block-section-title h2 {
 padding: 0;
 margin: 0;
 border: 0;
}
.block-section-title h1 span,
.block-section-title h2 span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.8px;
  padding: 0 0 0 3px;
}

/* ----MOREボタン---- */

.block-btn-more {
  padding: 30px 0 0;
  text-align: center;
  line-height: 0;
}
.block-btn-more a:hover {
  opacity: .8;
}

/* ----カテゴリ画面---- */

.block-brandtop--mv {
  text-align: center;
  /*margin: 0 0 50px;*/
}
.block-brand-top-contents-inner {
    max-width: 750px;
    margin: 0 auto;
}

.brand-contents-wrapper h2,.brand-contents-wrapper h3 {
    border: none;
    padding: 0;
    margin: 0;
}
.block-brandtop-topics {
  margin: 40px 0 50px;
}
.block-brandtop-topics .container {
  display: block;
  width: 1100px !important;
  margin: 0 auto;
}
.block-brandtop-topics .block-section-title {
  margin: 0 0 15.55px;
}
.block-brandtop-topics .block-section-title h2 span {
  letter-spacing: 6px;
}
.block-brandtop-topics--items {
  overflow-x: auto;
}
.block-brandtop-topics--items ul {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
}
.block-brandtop-topics--item {
  width: 268px;
  margin: 0 25px 0 0;
}
.block-brandtop-topics--item:last-child {
  margin: 0;
}
.block-brandtop-btn-more {
  margin: 30px 0 0;
  text-align: center;
  line-height: 0;
}
.block-brandtop-btn-more a:hover {
  opacity: .8;
}
.block-brandtop-ranking {
  padding: 40px 0 15px;
  margin: 0;
}
.block-brandtop-ranking.pj,
.block-brandtop-ranking.pj + .block-top-event--goods:after,
.block-brandtop-ranking-btn-more.pj {
  background: #fbf2f0;
}
.block-brandtop-ranking-btn-more.pj img {
  width: 177px;
}
.block-brandtop-ranking + .block-top-event--goods {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  z-index: 1;
}
.block-brandtop-ranking + .block-top-event--goods:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc((110vw - 100%) / 2 * -1);
  width: 110vw;
  height: 100%;
  z-index: -1;
}

.block-category-list--event .block-btn-more {
  padding: 30px 0 50px;
}
.block-brandtop-bottom {
  margin: 40px 0 0;
}

.block-brandtop-concept {
  width: 800px;
  margin: 0 auto 50px;
}

.block-brandtop-pj .block-brandtop-concept--contents {
  text-align: center;
  padding: 40px 0 5px;
  background: url(../../img/usr/brand/peachjohn/bg_concept.jpg);
}
.block-brandtop-roomwear .block-brandtop-concept--contents {
  text-align: center;
  padding: 40px 0 5px;
  background: url(../../img/usr/brand/roomwear/bg_concept.jpg);
}

.block-brandtop-pj .block-brandtop-concept--contents h3,
.block-brandtop-roomwear .block-brandtop-concept--contents h3 {
  padding: 0;
  border: 0;
  margin: 0 auto 0px;
  width: 400px;
}

.block-brandtop-pj .block-brandtop-concept--contents-text,
.block-brandtop-roomwear .block-brandtop-concept--contents-text {
  color: #333;
  font-size: 14px;
  line-height: 2.5;
  font-weight: 500;
  width: 635px;
  margin: 0 auto;
  padding: 18px 0 24px;
}

.block-brandtop .block-brandtop-concept--contents-text p:not(:last-child) {
  margin: 0 0 15px;
}

.block-brandtop-bnr {
  margin: 50px  0 30px;
}
.block-brandtop-pj .block-brandtop-bnr {
  margin: 50px 0;
}
.block-brandtop-bnr #block-top-bnr-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 930px !important;
  margin: 0 auto;
}
.block-brandtop-bnr a {
  display: block;
  line-height: 0;
  width: 446px;
  margin-right: 38px;
}
.block-brandtop-bnr a:last-child {
  margin-right: 0;
}
.block-brandtop-bnr a:hover {
  opacity: .8;
}
.block-brandtop-bnr a img {
  width: 100%;
}
.block-brandtop-store {
  padding: 40px 0 50px;
  background: #fbf2f0;
}
.block-brandtop-store .container {
  display: block;
  width: 710px !important;
  margin: 0 auto;
}
.block-brandtop-store .block-section-title {
  margin: 0 0 30px;
}
.block-brandtop-store--list {
  display: flex;
  align-items: center;
  background: #fff;
  margin: 0 0 10px;
}
.block-brandtop-store--list:hover {
  opacity: .8;
  text-decoration: none;
}
.block-brandtop-store--list span {
  position: relative;
  width: 343px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 0 15px 0 0;
}
.block-brandtop-store--list span:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 120px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #48413f;
}
.block-brandtop-store--service {
  display: flex;
  justify-content: space-between;
}
.block-brandtop-store--service li {
  width: 230px;
}
.block-brandtop-store--service li a {
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding: 28px 0;
  letter-spacing: 1.5px;
}
.block-brandtop-store--service li a:after {
  content: '';
  position: absolute;
  bottom: 37px;
  display: inline-block;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #48413f;
}
.block-brandtop-store--service li:nth-child(1) a:after {
  right: 49px;
}
.block-brandtop-store--service li:nth-child(2) a:after {
  right: 63px;
}
.block-brandtop-store--service li:nth-child(3) a:after {
  right: 71px;
}
.block-brandtop-store--service li a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-category-list--topic {
  padding: 40px 0 0;
}
.block-category-list--topic .block-section-title {
  /* margin: 0 0 20px; */
}
#block-top-news-wrap {
  width: 715px;
  margin: 0 auto;
}
.block-top-news-article {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #f0f0f0;
}
.block-top-news-article:last-child {
  margin: 0px;
}
.block-top-news-article a {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}
.block-top-news-article a:hover {
  text-decoration: none;
}
.block-top-news-article--date {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.block-top-news-article .block-top-news-article--date .posted_date span {
    color: #FFF;
    background: #F6AFA2;
    padding: 3px 8px;
    margin-right: 5px;
    font-size: 13px;
    font-weight: bold;
}
.block-top-news-article--icon {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 2px;
  background: #231815;
  margin: 0 0 0 15px;
  padding: 3px 6px 2px 8px;
}
.block-top-news-article h3 {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 15px 0 0;
  font-size: 15px;
  font-weight: 500;
}
.block-top-news-article a:hover h3 {
  text-decoration: underline;
}
.block-brandtop-salon .block-section-title span,
.block-brandtop-salon + .block-category-list--topic .block-section-title span,
.block-brandtop-ranking.salon h2 span {
  color: #231815;
  font-family: YuMincho, 'Yu Mincho', serif;
}
.block-brandtop-salon .block-brandtop-topics .block-section-title img {
  width: 145.92px;
}
.block-brandtop-salon .block-brandtop-concept .block-section-title img {
  width: 183.9px;
}
.block-brandtop-salon .block-category-list--topic .block-section-title img {
  width: 288.4px;
}
.block-brandtop-salon .block-brandtop-concept--contents {
  padding: 30px;
  background: url(../../img/usr/brand/salon/bg_concept.jpg) no-repeat center top;
}
.block-brandtop-salon .block-brandtop-concept--contents-text {
  position: relative;
  padding: 60px;
  background: rgba(255, 255, 255, .6);
  text-align: center;
  font-family: YuMincho, 'Yu Mincho', serif;
  color: #333;
}
.block-brandtop-salon .block-brandtop-concept--contents-text h3 {
  margin: 0px 0 30px;
  border: 0;
  line-height: 0;
  font-size: 23px;
}
.block-brandtop-salon .block-brandtop-concept--contents-text p {
  /* font-size: 14px; */
  /* line-height: 2.5; */
  /* font-weight: 500; */
}
.block-brandtop-salon .block-brandtop-bnr .container,
.block-brandtop-girls .block-brandtop-bnr .container,
.block-brandtop-beauty .block-brandtop-bnr .container {
  justify-content: center;
}
.block-brandtop-sns {
  margin: 0 0 50px;
}
.block-brandtop-sns ul {
  display: flex;
  justify-content: center;
}
.block-brandtop-sns li {
  width: 44px;
  margin: 0 13px;
}
.block-brandtop-sns li a:hover {
  opacity: .8;
}
.block-brandtop-salon  .block-brandtop-store {
  background: #c3bdb0;
}
.block-brandtop-salon .block-brandtop-store .block-section-title img {
  width: 122.2px;
}
.block-brandtop-salon .block-brandtop-store .block-section-title span {
  color: #fff;
}
.block-brandtop-salon .block-brandtop-store--list span,
.block-brandtop-salon .block-brandtop-store--service a {
  color: #563e2e;
  font-family: YuMincho, 'Yu Mincho', serif;
}
.block-brandtop-salon .block-brandtop-store--list span:after,
.block-brandtop-salon .block-brandtop-store--service li a:after {
  color: #4f4644;
}
.block-brandtop-salon .block-category-list--topic h3 {
  color: #563e2e;
  font-family: YuMincho, 'Yu Mincho', serif;
}
.block-brandtop-ranking.salon,
.block-brandtop-ranking.salon + .block-top-event--goods:after,
.block-brandtop-ranking-btn-more.salon {
  background: #f7f2ee;
}
.block-brandtop-ranking.salon h2 img {
  width: 189.6px;
}
.block-brandtop-ranking-btn-more.salon img {
  width: 177px;
}
.block-brandtop-girls .block-section-title p,
.block-brandtop-ranking.girls h2 p {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 4px;
}
.block-brandtop-girls .block-brandtop-series {
  background: #fbf7f4;
  padding: 40px 0 50px;
  margin: 0 0 40px;
}
.block-brandtop-girls .block-brandtop-series .container {
  display: block;
}
.block-brandtop-girls .block-brandtop-series .block-section-title {
  margin: 0 0 30px;
}
.block-brandtop-girls .block-brandtop-series--box:not(:last-child) {
  margin: 0 0 35px;
}
.block-brandtop-girls .block-brandtop-series--box-text {
  margin: 0 0 15px;
  text-align: center;
}
.block-brandtop-girls .block-brandtop-series ul {
  display: flex;
  justify-content: center;
}
.block-brandtop-girls .block-brandtop-series li {
  width: 356px;
  margin: 0 16px 0 0;
}
.block-brandtop-girls .block-brandtop-series li:last-child {
  margin: 0;
}
.block-brandtop-girls .block-brandtop-series li a:hover {
  opacity: .8;
}
.block-brandtop-girls .block-brandtop-concept--contents {
  padding: 40px 83px;
  background: url(../../img/usr/brand/girls/bg_concept.jpg);
}
.block-brandtop-girls .block-brandtop-concept--contents-text {
  padding: 30px 0 35px;
  background: rgba(255, 255, 255, .8);
  text-align: center;
}
.block-brandtop-girls .block-brandtop-concept--contents-text h3 {
  position: relative;
  line-height: 0;
  padding: 0 0 25px;
  margin: 0 0 25px;
  border: 0;
}
.block-brandtop-girls .block-brandtop-concept--contents-text h3:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 84px;
  height: 1px;
  background: #b5b4b3;
}
.block-brandtop-girls .block-brandtop-concept--contents-text a {
  color: #df9755;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-decoration: underline;
}
.block-brandtop-girls .block-brandtop-concept--contents-text a:hover {
  text-decoration: none;
}
.block-brandtop-girls .block-brandtop-concept--contents-tag {
  margin: 8px 0 0;
}
.block-brandtop-girls .block-brandtop-concept--contents-tag span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding: 0 0 0 20px;
  background: url(../../img/usr/brand/girls/img_tag.png) no-repeat left center;
}
.block-brandtop-girls + .block-category-list--topic .block-section-title h2 {
  padding: 32px 0 0;
  background: url(../../img/usr/brand/girls/sp/ttl_news.png) no-repeat center top / 90px;
}
.block-brandtop-girls + .block-category-list--topic .block-section-title img,
.block-brandtop-girls + .block-category-list--topic .block-btn-more img {
  display: none;
}
.block-brandtop-girls + .block-category-list--topic .block-btn-more a {
  display: inline-block;
  width: 177px;
  height: 54px;
  background: url(../../img/usr/brand/girls/btn_more.png) no-repeat center;
}
.block-brandtop-ranking.girls,
.block-brandtop-ranking.girls + .block-top-event--goods:after,
.block-brandtop-ranking-btn-more.girls {
  background: #f8eee9;
}
.block-brandtop-ranking-btn-more.girls img {
  width: 177px;
}
.block-brandtop-beauty .block-section-title h2 p,
.block-brandtop-ranking.beauty h2 p {
  color: #474f4f;
  letter-spacing: 4px;
  font-weight: 600;
}
.block-brandtop-beauty .block-section-title h2 span,
.block-brandtop-ranking.beauty h2 span,
.block-brandtop-beauty + .block-category-list--topic .block-section-title h2 span {
  color: #474f4f;
}
.block-brandtop-beauty .block-brandtop-concept--contents {
  text-align: center;
  padding: 60px 0 0;
  height: 406px;
  background: url(../../img/usr/brand/beauty/bg_concept.jpg) no-repeat center top;
}
.block-brandtop-beauty .block-brandtop-concept--contents-text h3 {
  border: none;
  margin: 15px 0 0;
  padding: 0;
}
.block-brandtop-beauty .block-brandtop-store {
  margin: 70px 0 0;
  background: #f4f5f7;
}
.block-brandtop-beauty + .block-category-list--topic .block-section-title h2 {
  padding: 32px 0 0;
  background: url(../../img/usr/brand/beauty/ttl_news.png) no-repeat center top / 90px;
}
.block-brandtop-beauty + .block-category-list--topic .block-section-title img,
.block-brandtop-beauty + .block-category-list--topic .block-btn-more img {
  display: none;
}
.block-brandtop-beauty + .block-category-list--topic .block-btn-more a {
  display: inline-block;
  width: 177px;
  height: 54px;
  background: url(../../img/usr/brand/beauty/btn_more.png) no-repeat center;
}
.block-brandtop-ranking.beauty,
.block-brandtop-ranking.beauty + .block-top-event--goods:after,
.block-brandtop-ranking-btn-more.beauty {
  background: #f4f5f7;
}
.block-brandtop-ranking-btn-more.beauty img {
  width: 177px;
}
.block-brandtop-beauty .block-brandtop-bnr {
    margin-bottom: 50px;
}
.block-brandtop-ranking.roomwear,
.block-brandtop-ranking.roomwear + .block-top-event--goods:after,
.block-brandtop-ranking-btn-more.roomwear {
    background: #fbf2f0;
}

.block-brandtop-roomwear .block-brandtop-store {
  margin: 50px 0 0;
}

.block-brandtop-visumo .container {
    width: 670px;
}

.block-brandtop-visumo--title {
  margin: 0 0 30px;
  text-align: center;
}
.block-brandtop-visumo--title h2 {
  display: inline-block;
  padding: 2px 0 2px 40px;
  margin: 0;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  background: url(../../img/usr/common/icon_insta.png) no-repeat left center;
  letter-spacing: 1.5px;
}
.block-brandtop-salon .block-brandtop-visumo--title h2 {
  color: #7d6e52;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 4px 0 4px 45px;
  background-image: url(../../img/usr/brand/salon/icon_insta.png);
  background-size: 30px;
}
.block-brandtop-girls .block-brandtop-visumo--title h2 {
  font-weight: 600;
  letter-spacing: 2px;
  padding: 4px 0 4px 45px;
  background-image: url(../../img/usr/brand/girls/icon_insta.png);
  background-size: 30px;
}
.block-brandtop-visumo .vsm-selection-title,
.block-brandtop-visumo .vsm-selection-description,
.block-brandtop-visumo .ecbn-selection-image-loading-more {
  display: none;
}
.block-brandtop-visumo--btn {
  text-align: center;
}
.block-brandtop-salon .block-brandtop-visumo--btn img,
.block-brandtop-girls .block-brandtop-visumo--btn img {
  width: 177px;
}
.block-brandtop-visumo .ecbn-selection-page-wrapper .ecbn-selection-footer2 {
    margin-top: 5px;
}

.ecbn-selection-widget.initailized.ecbn-selection-widget-new {
    margin-bottom: 15px;
}
/* ----絞り込み---- */
#block_of_filter {
  display: none;
  position: absolute;
  top: 53px;
  right: 0;
  width: 450px;
  max-height: calc(100vh - 63px);
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  font-family: 'Montserrat', "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  z-index: 10;
}

.block-filter-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(39, 39, 39, .5);
}

.block-filter--header {
  position: relative;
  background: #f2f2f2;
  margin: 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 18px 0 17px;
}

.block-filter--form {
  position: relative;
  background: #fff;
}
.block-filter--form-list {
    height: calc(100vh - 225px);
    overflow-y: auto;
}
#block_of_filter .pane-block--subtitle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  margin: 0 25px;
  padding: 21px 35px 20px 15px;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}

#block_of_filter .pane-block--subtitle:after {
  content: '';
  position: absolute;
  top: 28px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  transform: rotate(-45deg);
}

#block_of_filter .block-filter--form > div:nth-last-of-type(2) .pane-block--subtitle {
  border: 0;
}

#block_of_filter .block-filter--list-selected {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1;
  padding: 0 0 0 20px;
}

#block_of_filter .block-filter--list-selected li {
  color: #f6846d;
}

#block_of_filter .block-filter--list-selected li:not(:last-child):after {
  content: '、';
  display: inline-block;
}

.block-filter--list-inner-accordion,
.block-filter--treelist-inner-accordion,
.block-filter--select-inner-accordion,
.block-filter--imagelist-inner-accordion {
  position: absolute;
  top: -60px;
  right: -450px;
  width: 450px;
  background: #fff;
  transition: .3s ease;
  z-index: 1;
}

.block-filter--list-inner-accordion.show,
.block-filter--treelist-inner-accordion.show,
.block-filter--select-inner-accordion.show,
.block-filter--imagelist-inner-accordion.show {
  right: 0;
}

.block-filter--list-head {
  position: relative;
  text-align: center;
  background: #f2f2f2;
  font-size: 17px;
  font-weight: bold;
  padding: 18px 0;
  border-bottom: 1px solid #e7e7e7;
}

.block-filter--list-head-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.block-filter--list-head-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-left: 2px solid #aca9a9;
  border-bottom: 2px solid #aca9a9;
  transform: rotate(45deg);
}

.block-filter-option-items-wrapper {
  padding: 20px 25px 0;
  height: calc(100vh - 126px);
  overflow-y: auto;
}

.block-filter-option-items {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

.block-filter-option-items:last-child {
  margin: 0;
}

#block_of_filter input[type="checkbox"] {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  border: 1px solid #d1cecc;
  margin: 0 20px 0 0;
  -webkit-appearance: none;
}

#block_of_filter input[type="checkbox"]:checked {
  border-color: #f9a69a;
  background: #f9a69a;
}

#block_of_filter input[type="checkbox"]:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 4px;
  width: 5px;
  height: 2px;
  background: #d1cecc;
  transform: rotate(40deg);
}

#block_of_filter input[type="checkbox"]:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 6px;
  width: 11px;
  height: 2px;
  background: #d1cecc;
  transform: rotate(-45deg);
}

#block_of_filter input[type="checkbox"]:checked:before,
#block_of_filter input[type="checkbox"]:checked:after {
  background: #fff;
}
.block-filter-option-items-wrapper select.js-filter-brand {
  width: 100%;
  padding: 10px;
}
.block-filter-btns {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  padding: 25px;
  margin-top: -1px;
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 450px;
}

.block-filter-btns > * {
  display: block;
  width: 186px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  background: #f2f2f2;
  padding: 19px 0 17px;
  transition: .3s ease;
  cursor: pointer;
}

.block-filter--btn-search {
  border: 0;
  background: #231815;
  color: #fff;
}

.block-filter-btns > *:hover {
  opacity: .8;
}

.block-filter--list-close {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 50px;
  background: #fff;
}

.block-filter--list-close-btn {
  background: #f2f2f2;
  text-align: center;
  padding: 18px 0;
  cursor: pointer;
}

.block-filter--list-close-btn span {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 20px;
}

.block-filter--list-close-btn span:before,
.block-filter--list-close-btn span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 17px;
  background: #59514f;
  transform: rotate(45deg);
}

.block-filter--list-close-btn span:after {
  transform: rotate(-45deg);
}

/* ----ジャンル画面---- */

.block-genre-title {
  margin: 35px 0 25px;
}

.block-genre-title.bra img {
  width: 69px;
}

.block-genre-subgenre {
  position: relative;
  background: #fbf2f0;
  padding: 10px 0 20px;
  z-index: 1;
}

.block-genre-subgenre:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  width: 100vw;
  height: 100%;
  background: #fbf2f0;
  z-index: -1;
}

.block-genre-subgenre .container {
  padding: 0px 0 10px;
}

.block-genre-subgenre--item {
  background: #fff;
  border-radius: 15px;
  width: 210px;
  font-size: 14px;
  margin: 0 15px 0 0;
}

.block-genre-subgenre--item a {
  display: flex;
  align-items: center;
  min-height: 100px;
}

.block-genre-subgenre--item a:hover {
  text-decoration: none;
  opacity: .8;
}

.block-genre-subgenre--item-img {
  width: 100px;
  text-align: center;
}

.bra .block-genre-subgenre--item-img img {
  width: 53px;
}

.shorts .block-genre-subgenre--item-img img {
  width: 44px;
}

.night .block-genre-subgenre--item-img img {
  width: 55px;
}

.sports .block-genre-subgenre--item-img img {
  width: 54px;
}

.maternity .block-genre-subgenre--item-img img {
  width: 51px;
}

.nude .block-genre-subgenre--item-img img {
  width: 55px;
}

.block-genre-subgenre--item-name {
  width: 110px;
  text-align: center;
  padding: 0 30px 0 0;
  font-weight: 600;
  letter-spacing: 1px;
}

.block-genre-style {
  display: none;
}

.block-genre-page--event {
  width: 1100px;
  margin: 50px auto 70px;
}

.block-genre-event-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px;
}

.block-genre-event-tab li {
  position: relative;
  padding: 0 24px;
}

.block-genre-event-tab li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 15px;
  background: #b6b6b6;
}

.block-genre-event-tab--item {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 5px 20px 3px;
  border-radius: 30px;
  transition: .3s ease;
  letter-spacing: 1.5px;
}

/*li:nth-child(2) .block-genre-event-tab--item {
  letter-spacing: 6px;
  margin: 0 0 0 3px;
}*/

.block-genre-event-tab--item.current {
  color: #fff;
  background: #525252;
}

.block-genre-event-tab--item:not(.current):hover {
  cursor: pointer;
  opacity: .8;
}

.block-genre-topics,
.block-genre-support {
  display: none;
}

.block-genre-topics--item:not(:last-child) {
  margin: 0 25px 0 0;
}
.block-genre-support--list li {
  width: 250px;
}
.block-genre-support--list li:not(:last-child) {
  margin: 0 20px 0 0;
}

.block-genre-bottom {
  width: 1100px;
  margin: 0 auto;
}

/* ----ブランド画面---- */

.block-brand-list {
  margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}

.block-brand-list--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-brand-list--item {
  flex-grow: 1;
  flex-basis: 390px;
  max-width: 390px;
  margin: 0 0 60px 15px;
}

.block-brand-list--item:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-brand-list--item-img {
  width: 390px;
  height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
  border: 0;
}

.block-brand-list--item-name {
  padding: 16px 0 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.block-brand-list--item-comment {
  border: 0;
  padding: 0;
}

.block-brand-list--item-btn {
  display: block;
  text-align: center;
  width: 240px;
  height: auto;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
  margin: 16px auto 0;
  padding: 15px 10px;
  border: 1px solid #111;
  background: #fff;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
}

/* ----トピック画面---- */

.block-topic-details--items {
  margin: 0 0 36px;
}

.block-topic-details--items li {
  padding: 12px 0;
  border: 0;
}

.block-topic-details--items dt {
  margin-right: 30px;
}

.block-topic-details--items dd + dd {
  margin-left: 8px;
}

/* ----クイックオーダー---- */

.block-quick-order--price-comment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-quick-order--price {
  font-weight: 500;
  color: #c30;
}

.block-quick-order--default-price {
  font-weight: normal;
}

/* ----購入フロー---- */

.block-cart--goods-list-item-price-info {
  width: 120px;
}

.block-cart--goods-list-item-price-info .price::after {
  font-size: 12px;
}

.block-cart--amazonpay {
  border-top: 0;
}

.block-order-method h2,
.block-order-estimate h2 {
  margin: 0 0 24px;
  padding: 12px 0;
  font-size: 20px;
  font-weight: 500;
  color: #111;
}

.block-order-method h3,
.block-order-estimate h3 {
  padding: 4px 0;
  border: 0;
}

.block-order-method--sales-append-content .form-control input[type="text"],
.block-order-method--sales-append-content .form-control textarea,
.block-order-method--sales-append-content .form-control select {
  max-width: 570px;
}

.block-order-estimate--total-price::after {
  display: none;
}

.block-order-estimate--uid input[type="text"] {
  max-width: 100%;
}

.block-order-gift-select--delivery-dest-add-btn {
  vertical-align: top;
}

.block-order-gift-select--delivery-dest-goods-name figure img {
  width: 200px;
}

.block-order-gift-select--coupon-available-btn {
  vertical-align: top;
}

.block-order-gift-dest--cart-back a {
  text-decoration: none;
}

.block-order-gift-confirmation h3 {
  margin: 0 0 12px;
}

.block-order-gift-select--delivery-dest-goods-noshi h3 {
  border: 0;
  padding: 0;
  margin: 0;
}

.block-order-complete--message p {
  text-align: center;
}

.block-order-complete--orderid td a {
  text-decoration: underline;
}

.block-order-regular-add-confirm h2 {
  border: 0;
}

.block-order-regular-add-confirm h3 {
  padding: 0;
  border: 0;
}

.block-order-regular-add-confirm--total-price.price::after {
  display: none;
}

.block-order-regular-add-complete--regular-sales-info {
  padding: 0;
  border: 0;
}

.block-order-regular-add-complete--message {
  margin: 0 0 30px;
}

.block-order-regular-add-complete--message p {
  text-align: center;
}

.block-order-regular-add-complete--regular-sales {
  margin: 0 0 30px;
  border: 0;
}

.block-order-regular-add-complete--regular-sales th {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  font-weight: normal;
  color: #808080;
  text-align: center;
  background: none;
}

.block-order-regular-add-complete--regular-sales td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: normal;
  text-align: center;
  background: none;
}

.block-order-regular-add-complete--regular-sales th,
.block-order-regular-add-complete--regular-sales td {
  border: 0;
}

.block-order-regular-add-complete--regular-sales td a {
  text-decoration: underline;
}

.block-order-regular-add-complete--regular-sales .block-order-regular-add-complete--home-btn {
}

/* ----マイページ---- */

.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
  margin: 0 0 24px;
  padding: 12px 8px;
  font-size: 24px;
  background: none;
}

.block-mypage--withdrawal {
  color: #081f2c;
}

.block-favorite--bookmark-list {
  margin: 0 0 24px;
}

.block-additional-authentication--reissue {
  vertical-align: top;
}

/* ----商品一覧---- */
.block-category-list--goods {
  margin: 40px 0 0;
}

.block-goods-list--items-wrap {
  position: relative;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 0 0 30px;
  padding: 15px 0;
  background: #fff;
  z-index: 1;
}

.block-goods-list--items-wrap-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}

.block-goods-list--items-wrap .block-goods-list--display-style-items,
.block-goods-list--items-wrap .block-goods-list--sort-order-items {
  display: block;
}

.block-goods-list--display-style-items dt,
.block-goods-list--sort-order-items dt {
  display: none;
}

.block-goods-list--display-style-items-list {
  display: flex;
  align-items: center;
}

.block-goods-list--display-style-items-list li {
  margin: 0 25px 0 0;
}

.block-goods-list--display-style-items-list li.active,
.block-goods-list--display-style-items-list li a {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.block-goods-list--display-style-items-list .style_T {
  width: 24px;
  height: 30px;
  background: url(../../img/usr/common/icon_styleT.png);
}

.block-goods-list--display-style-items-list .style_T.active {
  background: url(../../img/usr/common/icon_styleT_on.png);
}

.block-goods-list--display-style-items-list .style_P {
  width: 21px;
  height: 31px;
  background: url(../../img/usr/common/icon_styleP.png);
}

.block-goods-list--display-style-items-list .style_P.active {
  background: url(../../img/usr/common/icon_styleP_on.png);
}

.block-goods-list--display-style-items-list .style_J {
  width: 22px;
  height: 30px;
  background: url(../../img/usr/common/icon_styleJ.png);
}

.block-goods-list--display-style-items-list .style_J.active {
  background: url(../../img/usr/common/icon_styleJ_on.png);
}

.block-goods-list--sort-order-items {
  margin: 0 0 0 auto;
  font-size: 15px;
  font-weight: 500;
}

.block-goods-list--sort-order-items-selectbox {
  -webkit-appearance: none;
  border: 0;
  padding: 0 12px 0 0;
  background: url(../../img/usr/common/img_select.png) no-repeat center right;
}

.block-goods-list-filter-btn {
  padding: 0 0 0 25px;
  margin: 0 0 0 25px;
  border-left: 1px solid #e1e1e1;
  width: 107px;
  text-align: right;
  cursor: pointer;
  font-weight: 500;
}

.block-goods-list-filter-btn span {
  padding: 0 25px 0 0;
  background: url(../../img/usr/common/icon_filter.png) no-repeat right 1px center;
}

.block-goods-list-filter-btn.show span {
  position: relative;
  background: none;
}

.block-goods-list-filter-btn.show span:before,
.block-goods-list-filter-btn.show span:after {
  content: '';
  position: absolute;
  top: 1px;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 15px;
  background: #48413f;
  transform: rotate(45deg);
}

.block-goods-list-filter-btn.show span:after {
  transform: rotate(-45deg);
}
.block-goodschange-list ul.block-thumbnail-t,
.block-goodsadd-list .block-thumbnail-t {
  display: block;
}
.block-goodschange-list ul.block-thumbnail-t li,
.block-goodsadd-list .block-thumbnail-t li{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  }
.block-goodschange-list ul.block-thumbnail-t li dl,
.block-goodschange-list ul.block-thumbnail-t li dl:nth-of-type(4n),
.block-goodsadd-list ul.block-thumbnail-t li dl,
.block-goodsadd-list ul.block-thumbnail-t li dl:nth-of-type(4n) {
  width: 210px;
  margin: 0 12.5px 35px 0;
}

.block-goodschange-list ul.block-thumbnail-t li dl:nth-of-type(5n),
.block-goodsadd-list ul.block-thumbnail-t li dl:nth-of-type(5n) {
  margin-right: 0;
}
.block-goodschange-list ul.block-thumbnail-t li dl .action,
.block-goodsadd-list ul.block-thumbnail-t li dl .action {
  text-align: center;
  display: block;
  width: 90%;
  margin: auto;
}

.block-mypage .block-accessory-list--list ul.block-thumbnail-t li dl,
.block-cart .block-accessory-list--list ul.block-thumbnail-t li dl {
  margin: 0 50px 20px 0;
}

.block-mypage .block-accessory-list--list ul.block-thumbnail-t li dl:nth-of-type(5n),
.block-cart .block-accessory-list--list ul.block-thumbnail-t li dl:nth-of-type(5n) {
  margin-right: 0;
}

.page-top ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description {
  margin-top: 10px;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name {
  font-size: 14px;
  font-weight: 500;
}

.block-thumbnail-t--goods-description .variation-name {
  display: none;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
  font-size: 15px;
  line-height: 1.6;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment {
  display: none;
  font-size: 11px;
  font-weight: bold;
  color: #ef565e;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}
.block-pickup-list-p--item-description .block-pickup-list-p--price-infos .block-pickup-list-p--scomment {
  color: #ef5860;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .block-thumbnail-t--price.price.js-enhanced-ecommerce-goods-price,
ul.block-pickup-list-p--items li .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .block-pickup-list-p--price.price.js-enhanced-ecommerce-goods-price,
ul.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos .block-goods-detail-j--scomment + .block-goods-detail-j--price-items .block-goods-detail-j--price.price.js-enhanced-ecommerce-goods-price,
ul.block-ranking-r--items li .block-ranking-r--goods-description .block-ranking-r--price-infos .block-ranking-r--scomment + .block-ranking-r--price-items .block-ranking-r--price.price.js-enhanced-ecommerce-goods-price {
    color: #ef565e;
    font-size: 18px;
}
.block-goods-list-d--item-body {
  width: 100%;
}

.block-goods-list-d--image figure {
  background: none;
}

.block-goods-list-d--item-description {
  width: calc(100% - 200px);
  padding: 0 0 0 20px;
}

.block-goods-list-d--item-description .block-icon {
  display: none;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name a {
  color: #081f2c;
  text-decoration: none;
}

.block-goods-list-d--item-description .block-goods-list-d--comment {
  margin: 0 0 12px;
  font-size: 11px;
  color: #808080;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details {
  width: 100%;
  margin: 12px 0 0;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--item-details-left {
  width: auto;
  margin-right: auto;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos {
  width: auto;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #ef565e;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .price {
  color: #081f2c;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price {
  color: #ef565e;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .net-price,
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .default-price {
  text-align: left;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-title {
  display: none;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--stock-items {
  width: auto;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  color: #081f2c;
}

.block-goods-list-d--add-cart {
  width: 200px;
  flex-basis: 200px;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  width: 200px;
  padding: 12px 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 13px;
}

.block-goods-list-d--add-cart .block-list-custom-order-btn {
  width: 200px;
  padding: 12px 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 13px;
}

.block-goods-list-d--goods-comment {
  font-size: 11px;
  color: #808080;
}

.pane-goods-right-side ul.block-thumbnail-h {
  justify-content: flex-start;
}

.pane-goods-right-side ul.block-thumbnail-h > li {
  margin-right: 13px;
}
.pane-goods-right-side ul.block-thumbnail-h > li:nth-of-type(4n) {
  margin-right: 0;
}

.block-goods-list-l .block-goods-list-l--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #ef565e;
}

.block-goods-list-l .block-goods-list-l--price-items .price,
.block-goods-list-l .block-goods-list-l--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-goods-list-l .block-goods-list-l--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-goods-list-l .block-goods-list-l--scomment + .block-goods-list-l--price-items .price {
  color: #ef565e;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description.block-pickup-list-p--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #ef565e;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .block-pickup-list-p--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-list-s .block-list-s--items {
  margin: 0 0 30px;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #ef565e;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .price,
.block-list-s .block-list-s--price-infos .block-list-s--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price {
  color: #ef565e;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #ef565e;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .price,
.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment + .block-cart-i--price-items .price {
  color: #ef565e;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-infos {
  margin: 8px 0 3px;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #ef565e;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #ef565e;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .price,
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price {
  color: #ef565e;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos {
  text-align: left;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #ef565e;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .price,
.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .net-price {
  text-align: left;
  color: #081f2c;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price {
  color: #ef565e;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p--custom-order .block-list-custom-order-btn {
  margin-top: 12px;
  width: 100%;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

/* ----ページ機能---- */

.block-pagecategory-page-list--frame {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
  width: calc(25% - 9px);
  margin: 0 12px 15px 0;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-of-type(4n) {
  margin-right: 0;
}

.block-goods-list--pager-top {
  display: flex;
  justify-content: center;
  font-weight: bold;
  padding: 0;
  margin: 0 0 30px;
}

.pager-scope {
  position: relative;
  padding: 0 10px 0 0;
  margin: 0 5px 0 0;
}

.pager-scope:after {
  content: '/';
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 12px;
}

.block-goods-favstore{
  order: 340;
}

.block-goods-favstore--table{
  width: 100%;
}

.block-goods-favstore--table th{
  width: 70%;
  border: solid 1px;
}

.block-goods-favstore--table td{
  width: 30%;
  border: solid 1px;
}

.block-goods-favstore--table .fav_btn{
	padding: 0 5px;
	cursor: pointer;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
  text-align: center;
  margin-top: 50px;
}

/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}
/* ----アプリログイン訴求画面---- */
.block-applogin-body {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  text-align: center;
  margin: auto;
  height: 100px;
}

/* ---- LightningRecommend ---- */
.block-ranking-lightningrecommend {
  padding: 0 0 80px;
}

.block-ranking-lightningrecommend--header {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items {
  width: 1264px;
  padding-left: 32px;
  margin: 0 auto 40px;
}

.block-goods-list-l--price-infos,
.block-bulk-purchase-b--price-infos {
  white-space: nowrap;
}

/* ---- 商品詳細 ---- */
.block-goods-products-mv {
  background: #eacbd0;
  padding: 25px 0;
  text-align: center;
  line-height: 0;
}
.block-goods-point {
  background: #f3dee2;
  padding: 25px 0 40px;
}
.block-goods-point-items {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}
.block-goods-point-item {
  width: 260px;
  margin: 0 20px 20px 0;
}
.block-goods-point-item:nth-child(4n) {
  margin-right: 0;
}
.block-goods-point-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.block-goods-point-item--title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 5px;
}
.block-goods-keyword {
  padding: 18px 0 25px;
  background: #fbf2f0;
}
.block-goods-keyword .container {
  display: block;
  width: 1100px !important;
}
.block-goods-keyword h2 {
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0;
}
.block-goods-keyword h2 span {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 30px;
  background: url(../../img/usr/common/img_tag.png) no-repeat left center;
  letter-spacing: 1.5px;
}
.block-goods-keyword--scroll-area.block-horizontal-scroll {
  padding: 0 0 5px;
}
.block-goods-keyword--scroll-area li:not(:last-child) {
  margin: 0 10px 0 0;
}
.block-goods-keyword--scroll-area li a {
  display: block;
  font-size: 13px;
  background: #fff;
  border-radius: 30px;
  padding: 11px 20px;
  font-weight: 500;
}
.block-goods-keyword--scroll-area li a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-goods-brand {
  width: 1100px;
  margin: 35px auto 50px;
}
.block-goods-brand h2,
.block-goods-feature h2 {
  padding: 0;
  border: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
  letter-spacing: 1.5px;
}
.block-goods-brand ul {
  display: flex;
  justify-content: center;
}
.block-goods-brand li {
  display: none;
  line-height: 0;
  width: 50%;
}
.block-goods-brand .block-top-special {
  display: none;
}
.block-goods-feature {
  width: 1100px;
  margin: 60px auto;
}
.block-top-feature--item {
  width: 268px;
  margin: 0 25px 0 0;
}
.block-top-feature--item:last-child {
  margin: 0;
}
.block-goods-visumo {
  padding: 40px 0 50px;
}
.block-goods-visumo--title {
  margin: 0 0 30px;
  text-align: center;
}
.block-goods-visumo--title h2 {
  display: inline-block;
  padding: 2px 0 2px 40px;
  margin: 0;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  background: url(../../img/usr/common/icon_insta.png) no-repeat left center;
  letter-spacing: 1px;
}
.block-goods-visumo .vsm-selection-title,
.block-goods-visumo .vsm-selection-description,
.block-goods-visumo .ecbn-selection-image-loading-more {
  display: none;
}
.block-goods-visumo .ecbn-selection-wrapper .ecbn-selection-footer2 {
  margin-top: 5px;
}
.block-goods-visumo .ecbn-selection-widget.initailized.ecbn-selection-widget-new {
  margin-bottom: 0px;
}

/* 商品コメント1 */
.block-goods-comment1-type01,.block-goods-comment1-type02,.block-goods-comment1-type03,
.block-goods-comment1-type04,.block-goods-comment1-type06,.block-goods-comment1-type07,
.block-goods-comment1-type08,.block-goods-comment1-type09,.block-goods-comment1-type10,
.block-goods-comment1-type11,.block-goods-comment1-type15,.block-goods-comment1-type17,
.block-goods-comment1-type18,.block-goods-comment1-type19,.block-goods-comment1-type20{
  max-width: 750px;
  margin: 0 auto;
}
.block-goods-comment1-type02--head,
.block-goods-comment1-type03--head {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.block-goods-comment1-type02--num,
.block-goods-comment1-type03--num {
  width: 36px;
  height: 36px;
  font-size: 21px;
  font-weight: bold;
  margin: 0 12px 0 0;
  padding: 10px 0;
  text-align: center;
}
.block-goods-comment1-type02--title,
.block-goods-comment1-type03--title {
  font-size: 18px;
  font-weight: bold;
  flex: 1;
}
.block-goods-comment1-type02--contents {
  display: flex;
  align-items: center;
}
.block-goods-comment1-type02--img {
  width: 360px;
  margin: 0 20px 0 0;
}
.block-goods-comment1-type02--text {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
}
.block-goods-comment1-type02--contents.image_right {
  flex-direction: row-reverse;
}
.block-goods-comment1-type02--contents.image_right .block-goods-comment1-type02--img {
  margin: 0 0 0 20px;
}
.block-goods-comment1-type03--contents ul {
  display: flex;
  justify-content: center;
}
.block-goods-comment1-type03--contents li {
  width: 360px;
  margin: 0 20px 0 0;
}
.block-goods-comment1-type03 li:nth-child(even) {
  margin-right: 0px;
}
.block-goods-comment1-type03--text {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0 0;
}
.block-goods-comment1-type04--title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
.block-goods-comment1-type04 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.block-goods-comment1-review {
  width: 48%;
  margin: 0 auto;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1.5;
}
.block-goods-comment1-review--title {
  font-weight: bold;
  margin: 0 0 3px;
}
.block-goods-comment1-review--star{
	width: 106px;
    height: 26px;
	background: url(/cms/template/images/star_00.png) no-repeat;
    background-size: cover;
}
.block-goods-comment1-review--star[data-star-rating="1"] {
    background-position: left 80% top 0;
}
.block-goods-comment1-review--star[data-star-rating="2"] {
    background-position: left 60% top 0;
}
.block-goods-comment1-review--star[data-star-rating="3"] {
    background-position: left 40% top 0;
}
.block-goods-comment1-review--star[data-star-rating="4"] {
    background-position: left 20% top 0;
}
.block-goods-comment1-review--star[data-star-rating="5"] {
    background-position: left 0 top 0;
}
.block-goods-comment1-review--star[data-star-rating="0.25"] {
	background-image: url(/cms/template/images/star_25.png) ;
    background-position: left 80% top 0;
}
.block-goods-comment1-review--star[data-star-rating="1.25"] {
	background-image: url(/cms/template/images/star_25.png) ;
    background-position: left 60% top 0;
}
.block-goods-comment1-review--star[data-star-rating="2.25"] {
	background-image: url(/cms/template/images/star_25.png) ;
    background-position: left 40% top 0;
}
.block-goods-comment1-review--star[data-star-rating="3.25"] {
	background-image: url(/cms/template/images/star_25.png) ;
    background-position: left 20% top 0;
}
.block-goods-comment1-review--star[data-star-rating="4.25"] {
	background-image: url(/cms/template/images/star_25.png) ;
    background-position: left 0% top 0;
}
.block-goods-comment1-review--star[data-star-rating="0.5"] {
	background-image: url(/cms/template/images/star_50.png) ;
    background-position: left 80% top 0;
}
.block-goods-comment1-review--star[data-star-rating="1.5"] {
	background-image: url(/cms/template/images/star_50.png) ;
    background-position: left 60% top 0;
}
.block-goods-comment1-review--star[data-star-rating="2.5"] {
	background-image: url(/cms/template/images/star_50.png) ;
    background-position: left 40% top 0;
}
.block-goods-comment1-review--star[data-star-rating="3.5"] {
	background-image: url(/cms/template/images/star_50.png) ;
    background-position: left 20% top 0;
}
.block-goods-comment1-review--star[data-star-rating="4.5"] {
	background-image: url(/cms/template/images/star_50.png) ;
    background-position: left 0% top 0;
}
.block-goods-comment1-review--star[data-star-rating="0.75"] {
	background-image: url(/cms/template/images/star_75.png) ;
    background-position: left 80% top 0;
}
.block-goods-comment1-review--star[data-star-rating="1.75"] {
	background-image: url(/cms/template/images/star_75.png) ;
    background-position: left 60% top 0;
}
.block-goods-comment1-review--star[data-star-rating="2.75"] {
	background-image: url(/cms/template/images/star_75.png) ;
    background-position: left 40% top 0;
}
.block-goods-comment1-review--star[data-star-rating="3.75"] {
	background-image: url(/cms/template/images/star_75.png) ;
    background-position: left 20% top 0;
}
.block-goods-comment1-review--star[data-star-rating="4.75"] {
	background-image: url(/cms/template/images/star_75.png) ;
    background-position: left 0% top 0;
}
.block-goods-comment1-type04--note {
  margin: 10px 0 0;
  font-size: 12px;
}
.block-goods-comment1-type05 {
  text-align: center;
  width: 750px;
  margin: 0 auto;
}
.block-goods-comment1-type05--title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
}
.block-goods-comment1-type05--movie {
  margin: 0 0 15px;
}
.block-goods-comment1-type05--movie img {
    max-width: 750px;
}
.block-goods-comment1-type05--text {
  font-size: 14px;
  line-height: 1.5;
}
.block-goods-comment1-type06--img {
  display: flex;
  text-align: center;
  justify-content: center;
}
.block-goods-comment1-type06--img li,
.block-goods-comment1-type06--info li {
  width: 200px;
  margin: 0 30px 0 0;
}
.block-goods-comment1-type06--img li:last-child,
.block-goods-comment1-type06--info li:last-child {
  margin: 0;
}
.block-goods-comment1-type06--img img {
  max-width: 150px;
}
.block-goods-comment1-type06--variation {
  max-width: 750px;
  text-align: center;
  margin: 15px 0 0;
  justify-content: center;
}
.block-goods-comment1-type06--variation img {
  height: 26px;
}
.block-goods-comment1-type06--info {
  display: flex;
  margin: 20px 0 0;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.block-goods-comment1-type06--name,.block-goods-comment1-type06--size {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 5px;
}
.block-goods-comment1-type06--price {
  margin: 0 0 15px;
  font-size: 14px;
}
.block-goods-comment1-type06--price span,
.block-goods-comment1-type10--price span,
.block-goods-comment1-type15--price span {
  font-size: 12px;
}
.block-goods-comment1-link,
.block-goods-comment1-link-all {
  display: block;
  text-align: center;
  border: 1px solid #625E5D;
  padding: 11px 0;
}
.block-goods-comment1-type06 .block-goods-comment1-cart,
.block-goods-comment1-type06 .block-goods-comment1-link,
.block-goods-comment1-type17 .block-goods-comment1-cart,
.block-goods-comment1-type17 .block-goods-comment1-link {
    padding: 10px;
}
.block-goods-comment1-link:hover,
.block-goods-comment1-link-all:hover {
  text-decoration: none;
  opacity: .8;
}
.block-goods-comment1-link span,
.block-goods-comment1-link-all span {
  position: relative;
  font-size: 14px;
  padding: 0 15px 0 0;
}
.block-goods-comment1-link span:after,
.block-goods-comment1-link-all span:after,
.block-goods-comment1-stock a:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #625E5D;
}
.block-goods-comment1-type07 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-goods-comment1-type07.image_right {
  flex-direction: row-reverse;
}
.block-goods-comment1-type07--img,
.block-goods-comment1-type15--img{
  width: 200px;
  margin: 0 30px 0 0;
  text-align: center;
}
.image_right .block-goods-comment1-type07--img {
  margin: 0 0 0 30px;
}
.block-goods-comment1-type07--info {
  font-size: 14px;
  line-height: 1.5;
  width: 200px;
}
.block-goods-comment1-type07--info li:not(:last-child) {
  margin: 0 0 20px;
}
.block-goods-comment1-type07--info-price {
  margin: 5px 0 15px;
}
.block-goods-comment1-type07--info-price span {
  font-size: 12px;
}
.block-goods-comment1-type08 ul {
  display: flex;
  justify-content: center;
}
.block-goods-comment1-type08 li {
  width: 360px;
  margin: 0 20px 0 0;
}
.block-goods-comment1-type08 li:nth-child(even) {
  margin-right: 0px;
}
.block-goods-comment1-type08 li img {
  max-width: 100%;
}
.block-goods-comment1-type09 ul {
  display: flex;
  justify-content: center;
}
.block-goods-comment1-type09 li {
  font-size: 14px;
  line-height: 1.5;
  width: 360px;
  margin: 0 20px 0 0;
}
.block-goods-comment1-type09 li:nth-child(even) {
  margin-right: 0px;
}
.block-goods-comment1-type10 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.5;
}
.block-goods-comment1-type10--info {
  width: 200px;
  margin: 0px 30px 0 0;
  text-align: right;
  text-align: center;
}
.block-goods-comment1-type10--name {
  font-size: 14px;
  line-height: 1.5;
}

.block-goods-comment1-type10--price,
.block-goods-comment1-type11--price {
  font-size: 14px;
  margin: 5px 0 10px;
}
.block-goods-comment1-type10 .block-goods-comment1-link {width: 200px;}
.block-goods-comment1-type11 ul {
  display: flex;
  justify-content: center;
}
.block-goods-comment1-type11 li {
  font-size: 14px;
  line-height: 1.5;
  width: 300px;
  margin: 0 20px 0 0;
}
.block-goods-comment1-type12--slider {
  position: relative;
}
.block-goods-comment1-type12 .swiper-container {
  position: static;
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.block-goods-comment1-type12 .swiper-slide img {
  width: 100%;
}
.block-goods-comment1-type12 .swiper-button-prev,
.block-goods-comment1-type12 .swiper-button-next {
  width: 25px;
  height: 48px;
  top: calc(50% - 9px);
  left: calc(50% - 425px);
}
.block-goods-comment1-type12 .swiper-button-next {
  left: calc(50% + 395px);
}
.block-goods-comment1-type12 .swiper-button-prev:after,
.block-goods-comment1-type12 .swiper-button-next:after {
  content: '';
  width: 100%;
  height: 100%;
}
.block-goods-comment1-type12 .swiper-button-prev:after {
  background: url(/cms/img/usr/common/arrow_l.png) no-repeat center;
}
.block-goods-comment1-type12 .swiper-button-next:after {
  background: url(/cms/img/usr/common/arrow_r.png) no-repeat center;
}
.block-goods-comment1-type12 .swiper-pagination {
  position: static;
  margin: 8px 0 0;
}
.block-goods-comment1-type12 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d7d7d7;
  margin: 0 5px;
  opacity: 1;
}
.block-goods-comment1-type12 .swiper-pagination-bullet-active {
  background: #fbd0c6;
}
.block-goods-comment1-type13 {
  font-size: 14px;
  line-height: 1.5;
  width: 750px;
  margin: 0 auto;
}
.block-goods-comment1-type13 dt {
  position: relative;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
}
.block-goods-comment1-type13 dt:before,
.block-goods-comment1-type13 dt:after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 2px;
}
.block-goods-comment1-type13 dt:after {
  transform: rotate(90deg);
}
.block-goods-comment1-type13 dt.open:after {
  transform: rotate(180deg);
}
.block-goods-comment1-type13 dd {
  padding: 20px 15px 30px;
  display: none;
}
.block-goods-comment1-type13--img {
  line-height: 0;
  text-align: center;
  margin: 0 0 15px;
}
.block-goods-comment1-type13--img img {
  width: 80%;
}
.block-goods-comment1-type13--text {
  padding: 0 20px;
  text-align: justify;
  line-height: 1.8;
}
.block-goods-comment1-type14 {
  text-align: center;
}
.block-goods-comment1-type14 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  min-height: 40px;
  z-index: 1;
}
.block-goods-comment1-type14 a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  border-style: solid;
  z-index: -1;
}
.block-goods-comment1-type14 a:hover {
  opacity: .8;
  text-decoration: none;
}
.block-goods-comment1-type15 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-goods-comment1-type15.image_right {
  flex-direction: row-reverse;
}
.block-goods-comment1-type15.image_right .block-goods-comment1-type15--img {
  margin: 0 0 0 30px;
}
.block-goods-comment1-type15--info {
  width: 200px;
  font-size: 14px;
  line-height: 1.5;
}

.block-goods-comment1-type15--price {
  margin: 5px 0 15px;
}
.block-goods-comment1-cart {
  display: block;
  margin: 0 0 10px;
  padding: 12px 0;
  text-align: center;
}
.block-goods-comment1-cart:hover {
  text-decoration: none;
  opacity: .8;
}
.block-goods-comment1-cart span {
  font-size: 14px;
  padding: 2px 0 2px 25px;
  background: url(/cms/img/usr/common/icon_cart.png) no-repeat left center / 20px;
}
.block-goods-comment1-stock {
  margin: 8px auto 0;
  text-align: right;
}
.block-goods-comment1-stock a {
  position: relative;
  font-size: 12px;
  text-decoration: underline;
  padding: 0 12px 0 0;
}
.block-goods-comment1-stock a:after {
  top: 5px;
  border-width: 4px 0 4px 5px;
}
.block-goods-comment1-stock a:hover {
  text-decoration: none;
}
.block-goods-comment1-type16 {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  width: 750px;
  margin: 0 auto;
}
.block-goods-comment1-type16--img {
  line-height: 0;
  margin: 0 0 15px;
}
.block-goods-comment1-type16--img img {
  width: 80%;
}
.block-goods-comment1-type16--info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  font-size: 14px;
}
.block-goods-comment1-type16--name {
  margin: 0 0 3px;
  width: 100%;
}
.block-goods-comment1-type16--btn {
  display: flex;
  justify-content: center;
}
.block-goods-comment1-type16 .block-goods-comment1-cart {
  width: 200px;
  margin: 0 15px 0 0;
}
.block-goods-comment1-type16 .block-goods-comment1-link {
  width: 200px;
}
.block-goods-comment1-type16 .block-goods-comment1-stock {
  width: 415px;
}
.block-goods-comment1-type16 .block-goods-comment1-link-all {
  width: 415px;
  margin: 10px auto 0;
}
.block-goods-comment1-type17 ul,
.block-goods-comment1-type18 ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.block-goods-comment1-type17 li,
.block-goods-comment1-type18 li {
  width: 200px;
  margin: 0 30px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.block-goods-comment1-type17 li:last-child,
.block-goods-comment1-type18 li:last-child {
  margin: 0;
}
.block-goods-comment1-type17--img,
.block-goods-comment1-type18--img {
  line-height: 0;
  text-align: center;
  margin: 0 0 15px;
}
.block-goods-comment1-type17--img img,
.block-goods-comment1-type18--img img {
  width: 80%;
}
.block-goods-comment1-type17--name,
.block-goods-comment1-type18--name {
  margin: 0 0 5px;
}

.block-goods-comment1-type17--price,
.block-goods-comment1-type18--price {
  margin: 5px 0 15px;
}
.block-goods-comment1-type16--price span,
.block-goods-comment1-type17--price span,
.block-goods-comment1-type18--price span {
  font-size: 12px;
}
.block-goods-comment1-nav {
  line-height: 0;
  width: 750px;
  background: #fdf5f6;
  padding: 0 0 20px;
  margin: 0 auto;
}
.block-goods-comment1-nav a:hover {
  opacity: .8;
}
.block-goods-comment1-nav--category,
.block-goods-comment1-nav--brand {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 10px;
  justify-content: space-between;
}
.block-goods-comment1-nav--title {
    padding: 45px 0;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.15rem;
}

.block-goods-comment1-nav--brand img {
    width: 349px;
}
.block-goods-comment1-nav--ranking {
    text-align: center;
}

.block-goods-comment1-nav--ranking img {
    width: 710px;
}
.block-goods-comment1-nav--membership {
    border: 1px solid #333;
    padding: 32px;
    margin: 10px 20px;
    font-size: 20px;
    text-align: center;
}

.block-goods-comment1-nav--membership p:after {
    content: '';
    position: absolute;
    top: -7px;
    right: -11px;
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #625E5D;
}

.block-goods-comment1-nav--membership p {
    position: relative;
}
.block-goods-comment1-pickup {
  background: #FBF2F0;
  padding: 40px;
}
.block-goods-comment1-pickup--title {
  font-size: 22px;
  text-align: center;
  margin: 0 0 30px;
}
.block-goods-comment1-pickup--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-goods-comment1-pickup--item {
  width: calc((100% - 60px) / 2);
  margin: 0 20px 20px 0;
}
.block-goods-comment1-pickup--item:nth-child(2n) {
  margin-right: 0;
}
.block-goods-comment1-pickup--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.block-goods-comment1-pickup--item a img {
  max-width: 100%;
  max-height: 100%;
}
.block-goods-comment1-pickup--item a:hover {
  opacity: .8;
}
.block-goods-comment1-pickup--note {
  font-size: 12px;
  margin: 5px 0 0;
}
.block-goods-comment1-pickup dl {
  font-size: 14px;
  line-height: 1.5;
  margin: 25px 0 0;
}
.block-goods-comment1-pickup dt {
  margin: 0 0 3px;
}

/* ---- 商品検索 ---- */
.page-search .pane-left-menu {
  display: none;
}
.page-search .block-search-goods form:has(.block-search-goods--condition-items) {
    width: 1100px;
    margin: 0 auto;
}

/* ---- イベント ---- */
.page-event .pane-left-menu {
  display: none;
}
h1.block-event-page--header {
  max-width: 1100px;
  margin: 0 auto;
}

/* ---- ジャンル ---- */
h1.block-genre-page--header {
  max-width: 1100px;
  margin: 0 auto;
}

/* バリエーション */
.page-top .variation-name,
.page-category .block-category-list--goods .variation-name,
.page-event .block-event-page--goods .variation-name {
  display: none;
}

/* マイサイズ */
.block-mysize-register--message {
  margin: 20px 0;
}
.block-mysize--register-form {
  width: 660px;
  margin: 0 auto 70px;
}
.block-mysize-insfromhistory {
  width: 220px;
  padding: 9px 0 6px;
}
.block-mysize--register-items {
  border-top: #ebeaea 1px solid;
  margin: 20px 0 30px;
}
.block-mysize--register-items .form-group {
  border-top: 0;
  border-bottom: #ebeaea 1px solid !important;
}
.block-mysize--register-items .form-label {
  width: 200px;
  text-align: center;
  padding: 10px;
  color: #787270;
}
.block-mysize--register-items .form-control {
  width: calc(100% - 200px);
  padding: 20px 30px;
}
.block-mysize--register-items .constraint {
  display: none;
}
.block-mysize--register-items .form-group select,
.block-mysize--register-items .form-group input {
  width: 200px;
}
.btn.block-mysize-register {
  border: 0;
  margin: 0 5px;
  padding: 11px 0;
  font-size: 14px;
}
.btn.block-mysize--clear-btn {
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px;
  padding: 10px 0;
}
.block-mysize--list-form {
  width: 660px;
  margin: 0 auto;
}
.block-mysize--list-form table {
  width: 100%;
  border-right: 0;
  border-left: 0;
}
.block-mysize-shorts-list--table {
  margin: 10px 0 0;
}
.block-mysize--list-form table th,
.block-mysize--list-form table td {
  border-right: 0;
  border-left: 0;
  text-align: center;
  padding: 16px 5px 14px;
}
.block-mysize--list-form table th {
  color: #787270;
  font-size: 13px;
}
.block-mysize--list-form table th:first-child,
.block-mysize--list-form table td:first-child,
.block-mysize--list-form table th:nth-child(2),
.block-mysize--list-form table td:nth-child(2) {
  width: 150px;
}
.block-mysize--list-form table th:nth-child(3),
.block-mysize--list-form table td:nth-child(3),
.block-mysize--list-form table th:nth-child(4),
.block-mysize--list-form table td:nth-child(4) {
  width: 110px;
}
.block-mysize--list-form table th:last-child,
.block-mysize--list-form table td:last-child {
  width: 140px;
}
/* アンケート */
.block-questionnaire--box-content br {
    display: none;
}

.block-questionnaire--box-content label::after {
    content: "\A";
    white-space: pre;
}

.block-questionnaire--box-content input,.block-questionnaire--box-content label {
    margin-bottom: 20px;
}

.block-questionnaire--box-content label {
    position: relative;
    top: -8px;
    margin-left: 2px;
}

/* --------------------------------------------------------------------
	カートモーダル
--------------------------------------------------------------------- */
.bg-modal{
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}

body.is-fixed{
  position: fixed;
  width: 100%;
  overflow-y: scroll;
  transition: none;
}

#purchase-modal {
  width: 80%;
  max-width: 930px;
  border: 1px solid #7c7c7b;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 15px 18px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10001;
}

@keyframes anime {
  0% {
          transform: translate(-50% ,-50%) scale(0);;
          opacity: 0;
      }
  100% {
          transform: translate(-50% ,-50%) scale(1);;
          opacity: 1;
      }
  }

#purchase-modal.is-open{
  animation: anime 1s ease ;
}

#purchase-modal .content {
  display: flex;
  margin-top: 15px;
}

#purchase-modal .content-wrap {
  width: calc(100% / 3);
}

#purchase-modal .content-wrap:not(:first-child) {
  width: calc(100% / 3 - 20px);
  margin-left: 20px;
}

#purchase-modal .main-picture img {
  width: 100%;
}

#purchase-modal .purchase-modal-header {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}

#purchase-modal .purchase-modal-header span {
  display: block;
  font-size: 12px;

}

#purchase-modal .product-name {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#purchase-modal .error-text {
  text-align: center;
  font-size: 14px;
  color: red;
}

#purchase-modal .content-title {
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #dcdcdc;
  border-bottom: none;
}

#purchase-modal .content-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#purchase-modal .color-lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -10px;
}

#purchase-modal .color-item {
  width: calc(100% / 4 - 10px);
  margin: 0 0 10px 10px;
}

#purchase-modal .select-img{
  position: relative;
}

#purchase-modal .select-img.is-active::after{
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: inset 0 0 0 2px #f06a80;
    width: 100%;
    height: 100%;
}

#purchase-modal .color-item figure {
  width: 100%;
  margin: 0;
}

#purchase-modal .color-item figure img{
  width: 100%;
}

#purchase-modal .color-item figcaption{
  margin-top: 8px;
  text-align: center;
}

#purchase-modal .selecter {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#purchase-modal .selecter select {
  width: 100%;
  padding: 10px 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
  text-align: left;
  font-size: 12px;
  position: relative;
  letter-spacing: normal;
}

#purchase-modal .selecter:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 100%;
  background-color: #000;
  right: 0;
  top: 0;
}

#purchase-modal .selecter:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  background: url(https://www.peachjohn.co.jp/app/img/common/arrow_down_white.png) center center no-repeat;
  background-size: 10px 5px;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);

}


#purchase-modal .button-wrap {
  display: inline-block;
  margin-left: 10px;
}

#purchase-modal .button-wrap .btn{
  padding: 10px 7px;
  display: block;
}

#purchase-modal .detail-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#purchase-modal .detail-name {
  width: 30%;
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.7;
}
#purchase-modal .detail-text{
  margin-top: 7px;
  font-family: 13px;
  line-height: 1.7;
}

#purchase-modal .detail-text.quantity{
  width: 60%;
}

#purchase-modal .detail-text.quantity select{
  width: 100%;
  padding-left: 5px;
  height: 28px;
}
#purchase-modal .total-price {
  margin-top: auto;
  padding: 10px 10px 9px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px dotted #999;
}

#purchase-modal .net-price{
  font-size: 0.8em;
}

#purchase-modal .price-title{
  font-size: 20px;
  font-weight: bold;
}
#purchase-modal .price{
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

#purchase-modal .purchase{
  margin-top: 20px;
}

#purchase-modal .btn-close{
  padding: 10px 20px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  cursor: pointer;

}
#purchase-modal .buttom-wrap button {
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#purchase-modal .btn-submit{
  margin-left: 10px;
  padding: 10px 20px;
  background-color: #392f2c;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

#purchase-modal .btn-submit.btn-gray{
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
  color: #fff;
}

.sk-chase {
  width: 100px;
  height: 100px;
  position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  } 100%, 0% {
    transform: scale(1.0);
  }
}

/* お気に入りモーダル */
#bookmark-modal{
  width: 80%;
  max-width: 600px;
  border: 1px solid #7c7c7b;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10001;
}

#bookmark-modal.is-open{
  animation: anime 1s ease ;
}

#bookmark-modal .color-name{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#bookmark-modal .color-lists{
  display: flex;
  flex-wrap: wrap;
}

#bookmark-modal .color-lists img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#bookmark-modal .color-item{
  width: calc(100% / 4 - 4%);
  margin:10px 0 0 20px;
}

#bookmark-modal .color-item div{
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

#bookmark-modal .color-item div.is-active::after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0 0 0 2px #f9a69a;
}

#bookmark-modal .select-detail{
  margin-top: 20PX;
}

#bookmark-modal .variarion-color{
  text-align: center;
}

#bookmark-modal .variation-size{
  margin-top: 10px;
  display: flex;
  align-items: center;
}

#bookmark-modal .select-color{
  font-weight: bold;
  line-height: 42PX;
}

#bookmark-modal .select-title{
  width: 50%;
  padding-right: 20px;
  font-size: 16px;
  text-align: right;
}
#bookmark-modal .selecter {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 10px;
  background: #f2f2f2 url(/img/usr/common/img_select02.png) no-repeat right 15px center;
}

#bookmark-modal .size-content{
  width: 40%;
}

#bookmark-modal .selecter select {
  width: 100%;
  max-height: 42px;
  padding: 10px 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-align: left;
  font-size: 14px;
  position: relative;
  letter-spacing: normal;
}

#bookmark-modal .btn-area{
  margin-top: 36px;
}

#bookmark-modal .btn-area + .btn-area{
  margin-top: 16px;
}

#bookmark-modal .btn-area.center{
  text-align: center;
}

#bookmark-modal .bookmark_recent-btn {
  width: 100%;
  display: block;
  padding: 20px 10px;
  text-align: center;
  color: #111;
  font-size: 18px;
  border-radius: 8px;
  background-color: #FBF2F0;
}

#bookmark-modal .bookmark_recent-btn span{
  position: relative;
  display: inline-block;
}

#bookmark-modal .bookmark_recent-btn span::before{
  content: '';
  width: 26px;
  height: 22px;
  display: block;
  background-image: url(/img/usr/common/icon_bookmark.png);
  background-size: 26px 22px;
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
}

#bookmark-modal .btn-close{
  background-color: unset;
  border: none;
  font-size: 13px;
  cursor: pointer;
}

