@charset "UTF-8";

/* ----トップページ本文---- */

.block-top-body--body {
  margin-top: 40px;
  width: 900px;
  height: 390px;
}

.block-genre-page {
	max-width: 980px;
}

/* ----トップページ予備テンプレート2---- */

.block-top-free2--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}

.block-top-free2--body {
  margin: 47px 0 50px;
}

.block-top-free2--items {
  width: 900px;
  height: auto;
  overflow: hidden;
}

.block-top-free2--items li {
  float: left;
}

.block-top-free2--items > li {
  width: 535px;
  height: auto;
}

.block-top-free2--items > li:first-child {
  width: 354px;
  height: auto;
  margin-right: 10px;
}

.block-top-free2--sub-items li {
  width: 172px;
  height: 172px;
  margin-left: 9px;
  margin-bottom: 9px;
}

.block-top-free2--sub-items li:nth-of-type(3n+1) {
  margin-left: 0;
}

/* ----ヘッダー---- */

.block-site-aside {
}

.block-site-aside .block-site-aside--outer {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  border-bottom: 0;
  background-color: #f7f9f8;
}

.block-site-aside .block-site-aside--inner {
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  background: #FFF;
  z-index: 9999;
}

#header.is-fixed {
  position: fixed;
}

#header.is-fixed + div {
  padding-top: 150px;
}

#header.is-fixed.order-header + div {
  padding-top: 89px;
}

#header .block-header {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}

#header .block-header .block-header-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  min-height: 88px;
  margin: 0 auto;
  padding: 25px 0;
  box-sizing: border-box;
}

#header.block-outlet-header .block-header .block-header-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 1200px;
  height: 5px;
  margin: auto;
  background-color: #e51f00;
  content: '';
}

#header .block-header .block-header-logo {
  position: relative;
  top: 0;
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
}

#header .block-header .block-header-logo a {
  text-decoration: none;
  color: #333333;
  position: relative;
  display: block;
  overflow: hidden;
  width: 359px;
  height: 34px;
  padding: 1px;
}

#header.block-outlet-header .block-header .block-header-logo a {
  width: 163px;
}

#header .block-header .block-header-logo a::after {
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: 0px 0px;
  width: 359px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
}

#header.block-outlet-header .block-header .block-header-logo a::after {
  background-position: 0px -84px;
  width: 161px;
}

#header.block-outlet-header .block-header .block-header-logo a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 2px;
  height: 24px;
  right: 0;
  margin: auto;
  background-color: #cccccc;
  content: "";
}

#header .block-header .block-header-catch {
  font-size: 14px;
  font-size: 1.4rem;
  left: 400px;
  line-height: 1.8;
  letter-spacing: .02em;
  position: absolute;
  display: inline-block;
  width: 310px;
  top: 50%;
  margin: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header.block-outlet-header .block-header .block-header-catch {
  left: 178px;
}

#header .block-header .block-header-utility {
  position: absolute;
  top: 25px;
  right: 0;
}

#header .block-header .block-header-utility .block-header-link {
  float: left;
  width: 144px;
  height: 34px;
  margin: 0 40px 0 0;
}

#header .block-header .block-header-utility .block-header-link a {
  display: block;
  padding: 1px;
  width: 144px;
  height: 34px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

#header .block-header .block-header-utility .block-header-link a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 144px;
  height: 34px;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -211px -84px;
  content: '';
}

#header .block-header .block-header-utility .block-header-search {
  position: relative;
  float: left;
  width: 180px;
  margin: 0 30px 0 0;
}

#header .block-header .block-header-utility .block-header-search input.block-header-search--keyword {
  font-size: 12px;
  font-size: 1.2rem;
  color: #808080;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 7px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#header .block-header .block-header-utility .block-header-search .block-header-search--submit {
  background: none;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  display: block;
  overflow: hidden;
  width: 13px;
  height: 13px;
  margin: auto;
  padding: 1px;
  cursor: pointer;
  transition: .3s;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
}

#header .block-header .block-header-utility .block-header-search .block-header-search--submit::after {
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -931px -538px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
}

#header .block-header .block-header-utility .block-header-nav {
  float: left;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li {
  position: relative;
  margin: 0 0 0 16px;
  float: left;
  list-style: none;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--login > a {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 9px 0 0 0;
  display: inline-block;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.block-headernav--cart-count {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  font-size: 11px;
  background-color: #e61d50;
  color: #fff;
  border-radius: 10px;
  top: 0px;
  right: 0px;
  text-align: center;
  z-index: 2;
}


#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--mypage > a {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 9px 0 0 0;
  display: inline-block;
  letter-spacing: -0.03em;
  text-decoration: none;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--logout > a {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 9px 0 0 0;
  display: inline-block;
  letter-spacing: -0.03em;
  text-decoration: none;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--notification {
  margin: 0 0 0 21px;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--notification .block-header-nav--notification-icon {
  position: relative;
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #FFF;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -611px -400px;
  cursor: pointer;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--notification .block-header-nav--notification-icon .block-headernav--notification-count {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 15px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  background: #e51f00;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--notification:hover .block-header-nav--notification-icon {
  background-position: -249px -489px;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--bookmark .block-header-nav--bookmark-icon {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #FFF;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -694px -400px;
  cursor: pointer;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--bookmark:hover .block-header-nav--bookmark-icon {
  background-position: -498px -489px;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--cart .block-header-nav--cart-icon {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #FFF;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: 0px -489px;
  cursor: pointer;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--cart:hover .block-header-nav--cart-icon {
  background-position: -664px -489px;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu .block-header-nav--menu-icon {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #FFF;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -83px -489px;
  cursor: pointer;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu:hover .block-header-nav--menu-icon {
  background-position: -415px -489px;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--notification .block-header-nav--notification-dropdown ,
#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--bookmark .block-header-nav--bookmark-dropdown ,
#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--cart .block-header-nav--cart-dropdown ,
#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu .block-header-nav--menu-dropdown {
  display: none;
  position: absolute;
  top: 33px;
  right: 0;
  transition: opacity 0.1s;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 20px 0;
  background: #FFF;
  z-index: 20;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu .block-header-nav--menu-dropdown {
  min-width: 758px;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--notification:hover .block-header-nav--notification-dropdown ,
#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--bookmark:hover .block-header-nav--bookmark-dropdown ,
#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--cart:hover .block-header-nav--cart-dropdown ,
#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu:hover .block-header-nav--menu-dropdown {
  display: block;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu .block-header-nav--menu-dropdown .block-header-nav--menu-dropdown-frame {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu .block-header-nav--menu-dropdown .block-header-nav--menu-dropdown-col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  border-right: 1px solid #CCC;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu .block-header-nav--menu-dropdown .block-header-nav--menu-dropdown-col:nth-of-type(2n) {
  border-right: 0;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu .block-header-nav--menu-dropdown .block-header-nav--menu-dropdown-lead {
  width: 100%;
  font-weight: bold;
  margin: 0 0 14px;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu .block-header-nav--menu-dropdown ul.block-header-nav--menu-dropdown-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu .block-header-nav--menu-dropdown ul.block-header-nav--menu-dropdown-list.col2 {
  width: 50%;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu .block-header-nav--menu-dropdown ul.block-header-nav--menu-dropdown-list > li {
  width: 50%;
  margin: 0 0 14px;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu .block-header-nav--menu-dropdown ul.block-header-nav--menu-dropdown-list.col2 > li {
  width: 100%;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu .block-header-nav--menu-dropdown ul.block-header-nav--menu-dropdown-list > li.site-link {
  margin-top: 50px;
}

#header .block-header .block-header-utility .block-header-nav ul.block-header-nav--list > li.block-header-nav--menu .block-header-nav--menu-dropdown ul.block-header-nav--menu-dropdown-list > li.site-link a {
  color: #e51f00;
}

/* ----予備テンプレート内 商品一覧--- */
.block-genre-page .block-thumbnail-t--goods-image figure{
	width: 100%;
	background: none;
}

/* ----グローバルナビ---- */

#header .block-globalnav {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  margin: 0 auto;
}

#header .block-globalnav .block-globalnav--inner {
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}

#header .block-globalnav .block-globalnav--inner ul.block-globalnav--dropmenu {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 1200px;
  height: 30px;
  margin: 10px 0 20px;
  z-index: 2;
}

#header .block-globalnav .block-globalnav--inner ul.block-globalnav--dropmenu > li {
  width: 100%;
  text-align: center;
}

#header .block-globalnav .block-globalnav--inner ul.block-globalnav--dropmenu > li > a {
  display: block;
  padding: 10px 0 6px;
  color: #000;
  background: #fff;
  font-size: 14px;
  line-height: 1;
}

#header .block-globalnav .block-globalnav--inner ul.block-globalnav--dropmenu > li > a:hover + ul ,
#header .block-globalnav .block-globalnav--inner ul.block-globalnav--dropmenu > li > a + ul:hover {
  visibility: visible;
}

#header .block-globalnav .block-globalnav--inner ul.block-globalnav--dropmenu > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  visibility: hidden;
  background: #FFF;
}

#header .block-globalnav .block-globalnav--inner ul.block-globalnav--dropmenu > li > ul > li {
  width: 25%;
}

#header .block-globalnav .block-globalnav--inner ul.block-globalnav--dropmenu > li > ul > li a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.0;
  padding: 10px 15px;
}

#header .block-globalnav .block-globalnav--inner ul.block-globalnav--dropmenu > li > ul > li a:hover {
  color: #ccc;
  text-decoration: underline;
}

/* ----フッター---- */

.pane-footer {
  position: relative;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
  z-index: 1;
}

.block-top-anchor .block-top-anchor--inner {
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}

.block-top-anchor .block-top-anchor--inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  height: 52px;
  margin: 0 auto;
  box-sizing: border-box;
}

.block-top-anchor .block-top-anchor--inner::before {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.block-top-anchor .block-top-anchor--inner a {
  background-color: #ffffff;
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 20px;
  padding: 1px;
  transition: 0.3s;
  z-index: 3;
}

.block-top-anchor .block-top-anchor--inner a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -457px -174px;
  background-color: #ffffff;
  content: '';
}

.pane-footer .block-footer--inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto 24px;
  padding: 10px 10px 50px;
  border-bottom: 1px solid #cccccc;
}

.pane-footer .block-footer--inner .block-footer--inner-column.col-info {
  width: 30%;
  margin-right: 4%;
}

.pane-footer .block-footer--inner .block-footer--inner-column.col-category {
  width: 30%;
}

.pane-footer .block-footer--inner .block-footer--inner-column.col-link {
  width: 15%;
  margin-right: 4%;
}

.pane-footer .block-footer--inner .block-footer--inner-column.col-sns {
  width: 15%;
  margin-right: 2%;
}

.pane-footer .block-footer--inner .block-footer--inner-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 27px;
}

.pane-footer .block-footer--inner .block-footer--inner-column.col-sns .block-footer--inner-ttl {
  margin: 0 0 16px;
}

.pane-footer .block-footer--inner ul.block-footer--inner-list {
  display: flex;
  flex-wrap: wrap;
}

.pane-footer .block-footer--inner ul.block-footer--inner-list > li {
  width: 100%;
  margin: 0 0 8px;
  padding: 0 20px 0 0;
  line-height: 1.35;
}

.pane-footer .block-footer--inner .block-footer--inner-column.col-sns ul.block-footer--inner-list > li {
  margin-bottom: 18px;
}

.pane-footer .block-footer--inner .block-footer--inner-column.col-info ul.block-footer--inner-list > li ,
.pane-footer .block-footer--inner .block-footer--inner-column.col-category ul.block-footer--inner-list > li {
  width: 50%;
}

.pane-footer .block-footer--inner ul.block-footer--inner-list > li a {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s;
}

.pane-footer .block-footer--inner ul.block-footer--inner-list > li a:hover {
  opacity: 0.6s;
}

.pane-footer .block-footer--inner ul.block-footer--inner-list > li a[target="_blank"]::after {
  width: 15px;
  height: 14px;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -931px -284px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 8px;
  border: 0;
  content: "";
}

.pane-footer .block-footer--inner .block-footer--inner-column.col-sns ul.block-footer--inner-list > li a {
  display: block;
  padding: 8px 0 8px 46px;
  position: relative;
}

.pane-footer .block-footer--inner .block-footer--inner-column.col-sns ul.block-footer--inner-list > li a::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

.pane-footer .block-footer--inner .block-footer--inner-column.col-sns ul.block-footer--inner-list > li.instagram a::before {
  width: 30px;
  height: 30px;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -323px -572px;
}

.pane-footer .block-footer--inner .block-footer--inner-column.col-sns ul.block-footer--inner-list > li.facebook a::before {
  width: 30px;
  height: 30px;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -243px -572px;
}

.pane-footer .block-footer--inner .block-footer--inner-column.col-sns ul.block-footer--inner-list > li.twitter a::before {
  width: 30px;
  height: 30px;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -403px -572px;
}

.pane-footer .block-footer--inner .block-footer--inner-column.col-sns ul.block-footer--inner-list > li.line a::before {
  width: 30px;
  height: 30px;
  background-image: url(../../../img/usr/common/images/LINE.png);
}

/* ----ページトップに戻る---- */

.block-page-top a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #444;
}

.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 26px;
  display: none;
}

/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
  width: 400px;
  text-align: center;
  margin: 0 auto 20px;
}

.block-switcher li {
  display: inline-block;
}

.block-switcher--switch {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #444;
  color: #fff;
}
.block-switcher--switch:hover {
  text-decoration: none;
  background-color: #ccc;
}

.block-switcher--current {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}

.block-switcher .fa {
  margin-right: 10px;
  vertical-align: middle;
}

.block-switcher .fa-mobile-phone {
  font-size: 22px;
}

.block-switcher .fa-desktop {
  font-size: 18px;
}

/* ----Copyright---- */

.block-copyright {
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  font-weight: normal;
  padding: 0 0 22px;
  letter-spacing: 0.05em;
  margin: 0;
}

.block-copyright small {
  font-size: 80%;
}

/* ----共通---- */

.block-common-title {
  padding: 0;
  margin: 0 0 60px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.block-outlet-common-title {
  padding: 0;
  margin: 0 0 60px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.block-outlet-common-title span {
  display: inline-block;
  position: relative;
  padding: 0 32px;
}

.block-outlet-common-title span::before,
.block-outlet-common-title span::after {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #e51f00;
  top: 0;
  bottom: 0;
  margin: auto;
}

.block-outlet-common-title span::before {
  left: 0;
}

.block-outlet-common-title span::after {
  right: 0;
}

.block-leftmenu-title {
  position: relative;
  margin: 0 0 11px;
  padding: 0 0 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16em;
}

.block-leftmenu-title::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(../../../img/usr/common/images/mod/nav-search-hdg-bg.png);
  background-repeat: repeat-x;
  content: "";
}

.block-search-param--frame {
  margin: 0 0 50px;
}

.block-search-param--frame ul {
  padding: 0 0 12px;
}

.block-search-param--frame ul > li {
  position: relative;
  font-size: 14px;
  line-height: 2.2;
}

.block-search-param--frame ul > li input[type="checkbox"] {
  display: none;
}

.block-search-param--frame ul > li input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding: 0 0 0 32px;
  transition: 0.3s;
  line-height: 2.3;
}

.block-search-param--frame ul > li input[type="radio"] {
  display: none;
}

.block-search-param--frame ul > li input[type="radio"] + label {
  position: relative;
  display: block;
  width: 145px;
  padding: 0 32px;
  margin: 0 0 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: 0.3s;
  text-align: center;
  line-height: 2.3;
}

.block-search-param--frame ul > li input[type="radio"]:checked + label {
  background-color: #333;
  color: #FFF;
}

.block-search-param--frame ul > li input[type="radio"]:checked + label::before {
  position: absolute;
  top: 15px;
  left: 13px;
  display: block;
  width: 5px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  content: "";
}

.block-search-param--frame ul > li input[type="radio"]:checked + label::after {
  position: absolute;
  top: 14px;
  left: 15px;
  display: block;
  width: 9px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  content: "";
}

.block-search-param--frame ul.block-search-param--color-list > li label {
  padding-right: 32px;
}

.block-search-param--frame ul > li input[type="checkbox"] + label::before {
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -998px -140px;
  content: "";
}

.block-search-param--frame ul > li input[type="checkbox"]:checked + label::before {
  background-position: -998px -272px;
}

.block-search-param--frame select {
  width: 145px;
  font-size: 14px;
  border-radius: 4px;
}

.block-search-param--frame .block-search-param--price-frame {
  margin: 0 0 12px;
}

.block-search-param--frame .block-search-param--per-off-frame {
  margin: 0 0 12px;
}

.block-search-param--frame ul.block-search-param--color-list > li input[type="checkbox"] + label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 11px;
  height: 11px;
  margin: 9.5px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.block-search-param--frame ul.block-search-param--color-list input#color_white + label::after {background-color: #fff;}
.block-search-param--frame ul.block-search-param--color-list input#color_block + label::after {background-color: #000;}
.block-search-param--frame ul.block-search-param--color-list input#color_gray + label::after {background-color: #9e9e9e;}
.block-search-param--frame ul.block-search-param--color-list input#color_brown + label::after {background-color: #785447;}
.block-search-param--frame ul.block-search-param--color-list input#color_beige + label::after {background-color: #f3e5c8;}
.block-search-param--frame ul.block-search-param--color-list input#color_green + label::after {background-color: #4bae4f;}
.block-search-param--frame ul.block-search-param--color-list input#color_blue + label::after {background-color: #2095f2;}
.block-search-param--frame ul.block-search-param--color-list input#color_purple + label::after {background-color: #6639b6;}
.block-search-param--frame ul.block-search-param--color-list input#color_yellow + label::after {background-color: #feea3a;}
.block-search-param--frame ul.block-search-param--color-list input#color_pink + label::after {background-color: #e81d62;}
.block-search-param--frame ul.block-search-param--color-list input#color_red + label::after {background-color: #ec1b23;}
.block-search-param--frame ul.block-search-param--color-list input#color_orange + label::after {background-color: #fe9700;}
.block-search-param--frame ul.block-search-param--color-list input#color_silver + label::after {
  background-color: #c4c4c4;
  background-image: linear-gradient(135deg, #c4c4c4 1%, #f7f5f5 50%, #c4c4c4 100%);
}
.block-search-param--frame ul.block-search-param--color-list input#color_gold + label::after {
  background-color: #d3bd7b;
  background-image: linear-gradient(135deg, #d3bd7b 1%, #fffce9 50%, #d3bd7b 100%);
}
.block-search-param--frame ul.block-search-param--color-list input#color_pattern + label::after {
  background-color: #fff;
  background-image: linear-gradient(-45deg, #b5b5b5 25%, transparent 25%, transparent 50%, #b5b5b5 50%, #b5b5b5 75%, transparent 75%, transparent);
  background-size: 8px 8px;
}

.block-search-param--frame ul.block-search-param--category-list > li .block-search-param--subcategory {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
}

.block-search-param--frame ul.block-search-param--category-list > li .block-search-param--subcategory::before {
  position: absolute;
  top: calc(50% - 8px);
  right: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -997px -862px;
  content: "";
}

.block-search-param--frame ul.block-search-param--category-list > li .block-search-param--subcategory:hover::before {
  background-position: -997px -732px;
}

.block-search-param--frame ul.block-search-param--category-list > li .block-search-param--subcategory ul.block-search-param--subcategory-list {
  position: absolute;
  top: 0;
  left: 32px;
  display: none;
  width: 300px;
  padding: 16px;
  opacity: 0.0;
  transition: opacity ease 0.3s;
  font-size: 12px;
  background: #FFF url(../../../img/usr/common/images/mod/mod-box-02.png) repeat;
  z-index: 99;
}

.block-search-param--frame ul.block-search-param--category-list > li .block-search-param--subcategory:hover ul.block-search-param--subcategory-list {
  display: block;
  opacity: 1.0;
}

.block-search-param--frame ul.block-search-param--category-list > li .block-search-param--subcategory ul.block-search-param--subcategory-list > li {
  font-size: 12px;
}

.block-search-param--frame ul.block-search-param--category-list > li .block-search-param--subcategory ul.block-search-param--subcategory-list > li input[type="checkbox"] + label::before {
  top: calc(50% - 8px);
}

.block-search-param--mook-frame {
  position: relative;
}

.block-search-param--mook-frame input {
  display: block;
  width: 100%;
  padding: 7px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 12px;
  color: #808080;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.block-search-param--mook-frame button[type="submit"] {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 1px;
  margin: 9px 0;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}

.block-search-param--mook-frame button[type="submit"]::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -931px -538px;
  content: "";
}

.block-search-param--button-frame {
  display: flex;
  margin: 0 0 10px;
}

.block-search-param--button-frame .block-search-param--submit {
  display: inline-block;
  padding: 4px 7px;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  transition: 0.3s;
  background-color: #888888;
}

.block-search-param--button-frame .block-search-param--submit::after {
  position: relative;
  top: 0.25em;
  display: inline-block;
  width: 13px;
  height: 14px;
  margin: 0 0 0 6px;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -931px -474px;
  content: '';
}

.block-search-param--button-frame .block-search-param--reset {
  display: inline-block;
  padding: 4px 7px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #999999;
  font-size: 12px;
  transition: 0.3s;
  background-color: #efefef;
}

ul.block-left-menu--banner-list > li.common {
  display: block;
}

ul.block-left-menu--banner-list > li.outlet {
  display: none;
}

#block_of_itemhistory .block-recent-item--items {
  width: 100%;
}

#block_of_itemhistory .block-recent-item--header {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 18px;
  border: 0;
  font-size: 18px;
  font-weight: normal;
  color: #202321;
  text-align: left;
}

#block_of_itemhistory .block-recent-item--header::before {
  position: absolute;
  top: 0.32em;
  left: 0;
  display: block;
  width: 4px;
  height: 18px;
  background-color: #cccccc;
  content: "";
}

/* ----サジェスト---- */

#suggest {
  display: none;
}

.bl_npSuggestContainer {
  position: absolute;
  top: 63px;
  right: -156px;
  background: #FFF;
  display: flex;
  width: 945px;
  border: 1px solid #e6e6e6;
  z-index: 99;
}

.bl_npSuggestContainer .bl_npSuggestContainer_searchboxComponent {
  width: 369px;
  border-left: 1px solid #e6e6e6;
  padding: 20px 19px 20px 39px;
  order: 20;
}

.bl_npSuggestContainer .bl_npSuggestContainer_searchboxComponent .bl_npSuggestContainer_close {
  width: 60px;
  height: 15px;
  margin-left: 260px;
  padding: 0;
  cursor: pointer;
  background: url(../../../img/close_r1_c11.gif) center no-repeat;
}

.bl_npSuggestContainer .bl_npSuggestContainer_searchboxComponent .bl_npSuggestContainer_searchboxTitle {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
  font-weight: bold;
  font-size: 15px;
}

.bl_npSuggestContainer .bl_npSuggestContainer_searchboxComponent ul.bl_npSuggestContainer_searchboxKeyword > li {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e6e6e6;
  color: #666666;
  font-size: 12px;
  line-height: 42px;
  position: relative;
}

.bl_npSuggestContainer .bl_npSuggestContainer_searchboxComponent ul.bl_npSuggestContainer_searchboxKeyword > li .bl_npSuggestContainer_searchboxName {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

.bl_npSuggestContainer .bl_npSuggestContainer_searchboxComponent ul.bl_npSuggestContainer_searchboxKeyword > li a {
  display: block;
  width: 100%;
  padding-left: 18px;
  transition: opacity 0.3s;
}

.bl_npSuggestContainer .bl_npSuggestContainer_searchboxComponent ul.bl_npSuggestContainer_searchboxKeyword > li a:hover {
  opacity: 0.6;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent {
  width: 575px;
  order: 10;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_eventComponentInner0 > div {
  display: none;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_eventComponentInner0 > div:nth-of-type(1) {
  display: block;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_goodsItemListFrame {
  padding: 25px 32px;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_goodsItemListFrame .bl_npSuggestContainer_goodsItemListTitle {
  padding: 0 0 11px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_goodsItemListFrame .bl_npSuggestContainer_goodsItemList {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 0;
  border-top: 1px solid #e6e6e6;
	max-height: calc(100vh - 344px);
	overflow-y: scroll;
	margin: 0 -20px 0 0;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_goodsItemListFrame .bl_npSuggestContainer_goodsItemList .bl_npSuggestContainer_goodsItem {
  width: 150px;
  margin: 0 30px 25px 0;
  padding: 0 12.5px;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_goodsItemListFrame .bl_npSuggestContainer_goodsItemList .bl_npSuggestContainer_goodsItem:nth-of-type(3n) {
  margin-right: 0;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_goodsItemListFrame .bl_npSuggestContainer_goodsItemList .bl_npSuggestContainer_goodsItem .bl_npSuggestContainer_goodsImg {
  margin: 0 0 10px;
  text-align: center;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_goodsItemListFrame .bl_npSuggestContainer_goodsItemList .bl_npSuggestContainer_goodsItem .bl_npSuggestContainer_goodsImg img {
  width: 100%;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_goodsItemListFrame .bl_npSuggestContainer_goodsItemList .bl_npSuggestContainer_goodsItem .bl_npSuggestContainer_goodsBrand ,
.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_goodsItemListFrame .bl_npSuggestContainer_goodsItemList .bl_npSuggestContainer_goodsItem .bl_npSuggestContainer_goodsPrice {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333333;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_goodsItemListFrame .bl_npSuggestContainer_goodsItemList .bl_npSuggestContainer_goodsItem .bl_npSuggestContainer_goodsBrand {
  font-weight: bold;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_goodsItemListFrame .bl_npSuggestContainer_goodsItemList .bl_npSuggestContainer_goodsItem .bl_npSuggestContainer_goodsIcon > span {
  min-height: 19px;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0;
  padding: 1px 4px;
  border: 1px solid #888888;
  border-radius: 4px;
  color: #888;
  font-size: 10px;
}

.bl_npSuggestContainer .bl_npSuggestContainer_eventComponent .bl_npSuggestContainer_goodsItemListFrame .bl_npSuggestContainer_goodsItemListLink a {
  display: block;
  width: 170px;
  height: 45px;
  margin: 0 auto;
  font-size: 0;
  background: url(../../../img/list_view_btn.gif) no-repeat center center;
}

/* ----メールニュース---- */

.block-mail-news .block-mail-news---release-form {
  display: none;
}

.block-mail-news .form-group.block-mail-news--mag .form-control input[type="checkbox"]{
    display: none;
}

.block-mail-news .form-group.block-mail-news--mag .form-control label {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 12px 0;
  position: relative;
  padding: 0 0 0 32px;
}

.block-mail-news .form-group.block-mail-news--mag .form-control input[type="checkbox"] + label::before {
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -998px -140px;
  content: "";
}

.block-mail-news .form-group.block-mail-news--mag .form-control input[type="checkbox"]:checked + label::before {
  background-position: -998px -272px;
}

.block-mail-news .form-group.block-mail-news--confirmation-mag .form-control span {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 8px 0;
}

/* ----お気に入り---- */

.block-favorite--checkbox input[type="checkbox"] {
  display: inline-block;
}

.block-favorite--pager-top {
  display: none;
}

.block-favorite--pager-bottom .pager-total {
  display: none;
}

ul.block-favorite--items > li.is-arrival-notice .block-favorite--image figure::before {
  position: absolute;
  top: 37.5%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  font-size: 11px;
  letter-spacing: -0.06em;
  color: #fff;
  background-color: rgba(63, 66, 69, 0.18);
  content: "入荷リクエスト受付中";
}

dl.block-favorite--description-item > dt, dl.block-favorite--description-item > dd {
  display: inline;
}

.block-arrival-notice-list--price-items .block-arrival-notice-list--price.price.onsale {
  color: #ec1b23;
}

.block-arrival-notice-list--price-items .block-arrival-notice-list--price .off-percent {
  margin-left: 0.25em;
  font-size: 12px;
  color: #ec1b23;
}

/* ----ポイント履歴---- */

.block-point-history-list--pager-top {
  display: none;
}

.block-point-history-list--pager-bottom .pager-total {
  display: none;
}

/* ----クーポン一覧---- */

.block-coupon-list--pager-top {
  display: none;
}

.block-coupon-list--pager-bottom .pager-total {
  display: none;
}

/* ----入荷案内申し込み商品---- */

.block-arrival-notice-list--pager-top {
  display: none;
}

.block-arrival-notice-list--pager-bottom .pager-total {
  display: none;
}

dl.block-arrival-notice-list--description-item > dt, dl.block-arrival-notice-list--description-item > dd {
  display: inline;
}

.block-favorite--price-items .block-favorite--price.price.onsale {
  color: #ec1b23;
}

.block-favorite--price-items .block-favorite--price  .off-percent {
  margin-left: 0.25em;
  font-size: 12px;
  color: #ec1b23;
}

/* ----カード情報確認---- */

.block-credit-card-confirmation--update-confirmation .action-buttons .action + .action {
  margin-left: 0;
  margin-right: 0;
}

/* ----トピック一覧---- */

.block-topic-details--pager-top {
  display: none;
}

.block-topic-details--pager-bottom .pager-total {
  display: none;
}

/* ----商品一覧---- */

.block-goods-list--param {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 56px;
}

.block-goods-list--param .block-goods-list--param-left,
.block-goods-list--param .block-goods-list--param-right {
  display: flex;
  align-items: center;
}

.block-goods-list--param .block-goods-list--param-left > dl,
.block-goods-list--param .block-goods-list--param-right > dl {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.block-goods-list--param .block-goods-list--param-left > dl dt ,
.block-goods-list--param .block-goods-list--param-right > dl dt {
  margin-right: 10px;
}

.block-goods-list--param .block-goods-list--param-style {
  display: flex;
  align-items: center;
}

.block-goods-list--param select {
  min-width: 180px;
}

.block-goods-list--param .block-goods-list--param-style {
  position: relative;
  display: flex;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
}

.block-goods-list--param .block-goods-list--param-style::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 39px;
  width: 1px;
  background: #CCC;
  content: "";
}

.block-goods-list--param .block-goods-list--param-style > div:nth-of-type(1) button {
  border: 0;
  padding: 0;
  margin-right: 1px;
  width: 39px;
  height: 34px;
  vertical-align: top;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-color: #FFF;
  background-position: -475px -291px;
}

.block-goods-list--param .block-goods-list--param-style > div:nth-of-type(2) button {
  border: 0;
  padding: 0;
  width: 38px;
  height: 34px;
  vertical-align: top;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-color: #FFF;
  background-position: -479px -570px;
}

.block-goods-list--param .block-goods-list--param-style > div.active:nth-of-type(1) button {
  background-position: -388px -291px;
}

.block-goods-list--param .block-goods-list--param-style > div.active:nth-of-type(2) button {
  background-position: -558px -570px;
}

.block-goods-bookmark-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  width: 16px;
  height: 14px;
  cursor: pointer;
  background: url(../../../img/usr/common/images/mod/mod-add-fav-btn-02-icn.png) center center / 100% auto no-repeat;
}

.block-goods-bookmark--modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 99998;
}

.block-goods-bookmark--modal {
  position: fixed;
  top: 100px;
  left: calc(50% - 445px);
  width: 890px;
  max-width: 100%;
  min-height: 450px;
  max-height: calc(100% - 150px);
  padding: 35px 100px 100px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #FFF;
  z-index: 99999;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-close {
  position: absolute;
  top: 19px;
  right: 19px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background: none;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-close::before {
  position: absolute;
  top: 8px;
  right: -2px;
  width: 23px;
  height: 1px;
  transform: rotate(45deg);
  background: #000;
  content: "";
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-close::after {
  position: absolute;
  top: 8px;
  right: -2px;
  width: 23px;
  height: 1px;
  transform: rotate(-45deg);
  background: #000;
  content: "";
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-title {
  margin: 0 0 45px;
  font-size: 24px;
  text-align: center;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner {
  display: flex;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner .block-goods-bookmark--modal-inner-left {
  width: 190px;
  text-align: center;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner .block-goods-bookmark--modal-inner-left .block-goods-bookmark--modal-color {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner .block-goods-bookmark--modal-inner-right {
  width: calc(100% - 210px);
  margin-left: 20px;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li {
  display: flex;
  align-items: center;
  padding: 9px 0 10px;
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #CCC, #CCC 3px, transparent 3px, transparent 5px);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--size {
  width: 155px;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--button {
  width: 345px;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--button a {
  display: block;
  width: auto;
  padding: 10px 0 10px 30px;
  margin: 0;
  background: url(../../../img/usr/common/images/mod/mod-add-fav-btn-03-icn.png) left center / auto auto no-repeat;
}

.block-goods-bookmark--button .block-variation-favorite--btn {
	font-size: 16px;
	height: auto;
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--button a.block-goods-favorite-registed--btn {
  background-image: url(../../../img/usr/common/images/mod/mod-add-fav-btn-03-icn-on.png);
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--button a.block-variation-favorite-registed--btn {
	color: #fff;
	height: 44px;
	background-image: url(../../../img/usr/common/images/mod/mod-add-fav-btn-03-icn-on.png);
}

.block-goods-bookmark--modal .block-goods-bookmark--modal-inner ul.block-goods-bookmark--modal-inner-goods-list > li .block-goods-bookmark--button a.block-variation-favorite-registed--btn i {
	color: #333;
}
.block-goods-bookmark--button a i.js-animation-bookmark-in-progress {
    position: relative;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff url(../../../img/usr/common/images/common/goods_bookmark_progress_sp.gif) no-repeat center / contain;
    animation: none;
}
.block-goods-bookmark--button a i.js-animation-bookmark-in-progress:before {
    display: none;
}
.block-goods-bookmark--button a.block-variation-favorite-registed--btn i.js-animation-bookmark-in-progress{
    top: -6px;
}

.block-icon > span {
  min-height: 19px;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0;
  padding: 1px 4px;
  border: 1px solid #888888;
  border-radius: 4px;
  color: #888;
  font-size: 10px;
}

.block-icon > span.block-icon--bto-order {
  color: #FFF !important;
  background: #2996cc !important;
}

ul.block-thumbnail-t {
  margin: 0;
}

ul.block-thumbnail-t > li {
  display: flex;
  margin: 0;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods {
  width: calc(25% - 27px);
  margin: 0 36px 30px 0;
}

ul.block-thumbnail-t.col3 > li .block-thumbnail-t--goods {
  width: calc((100% - 72px) / 3);
}

ul.block-thumbnail-t.col5 > li .block-thumbnail-t--goods {
  width: calc((100% - 144px) / 5);
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods:last-of-type {
  margin-right: 0;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods figure {
  width: 100%;
  height: auto;
  margin: 0;
  background: none;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods.is-arrival-notice figure::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.18);
  content: "入荷リクエスト受付中";
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods.is-soldout figure::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.18);
  content: "SOLD OUT";
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods.is-bto-end figure::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.18);
  content: "受付終了";
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-thumbnail-t--goods-description {
  position: relative;
  margin-top: 10px;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--brand-name {
  font-size: 12px;
  margin: 0;
  padding-right: 16px;
  line-height: 1.2;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name {
  font-size: 14px;
  margin: 0;
  padding-right: 16px;
  line-height: 1.5;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--price {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin: 0 0 10px;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--price.onsale {
  color: #ec1b23;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--price .off-percent {
  margin-left: 0.25em;
  font-size: 12px;
  color: #ec1b23;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .variation-name {
  display: none;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-icon {
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-icon > span {
  min-height: 19px;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0;
  padding: 1px 4px;
  border: 1px solid #888888;
  border-radius: 4px;
  color: #888;
  font-size: 10px;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-icon > span.block-icon--bto-order {
  color: #FFF;
  background: #2996cc;
}

ul.block-thumbnail-h {
  margin: 0;
  padding: 0 1px;
}

ul.block-thumbnail-h > li {
  width: 78px;
  margin: 0 22px 0 0;
}

ul.block-thumbnail-h > li:nth-of-type(10n) {
  margin-right: 0;
}

ul.block-thumbnail-h > li figure {
  width: 78px;
  height: 78px;
}

ul.block-thumbnail-h > li .block-thumbnail-h--goods-description {
  display: none;
}

.block-icon-frame {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 12px;
}

.block-icon-frame .block-bto-percent {
  width: 100%;
  margin: 0 0 9px;
  color: #FFF;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 4px;
  overflow: hidden;
  background: #e0e0e0;
}

.block-icon-frame .block-bto-percent .block-bto-percent-guage {
  position: relative;
  padding: 2px 4px;
  text-align: left;
  z-index: 1;
}

.block-icon-frame.bto-state-100 .block-bto-percent .block-bto-percent-guage {
  text-align: center;
}

.block-icon-frame .block-bto-percent .block-bto-percent-guage::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ff4d88;
  z-index: -1;
  content: "";
}

.block-icon-frame.bto-state-25 .block-bto-percent .block-bto-percent-guage::before {
  width: 25%;
}

.block-icon-frame.bto-state-50 .block-bto-percent .block-bto-percent-guage::before {
  width: 50%;
}

.block-icon-frame.bto-state-75 .block-bto-percent .block-bto-percent-guage::before {
  width: 75%;
}

.block-icon-frame.bto-state-100 .block-bto-percent .block-bto-percent-guage::before {
  width: 100%;
}

.block-icon-frame .block-bto-text {
  margin-left: 8px;
  color: #ff4d88;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.block-icon-frame.bto-now .block-bto-text {
  color: #ff4d88;
}
.block-icon-frame.bto-now .block-bto-percent .block-bto-percent-guage::before {
  background-color: #ff4d88;
}

.block-icon-frame.bto-completion-now .block-bto-text {
  color: #ff302a;
}
.block-icon-frame.bto-completion-now .block-bto-percent .block-bto-percent-guage::before {
  background-color: #ff302a;
}

.block-icon-frame.bto-failure .block-bto-text {
  color: #1f193f;
}
.block-icon-frame.bto-failure .block-bto-percent .block-bto-percent-guage::before {
  background-color: #1f193f;
}

.block-icon-frame.bto-completion .block-bto-text {
  color: #ff302a;
}
.block-icon-frame.bto-completion .block-bto-percent .block-bto-percent-guage::before {
  background-color: #ff302a;
}

.block-icon-frame.bto-before-reception .block-bto-text {
  color: #ef6c00;
}
.block-icon-frame.bto-before-reception .block-bto-percent .block-bto-percent-guage::before {
  background-color: #ef6c00;
}

.block-icon-frame.bto-totalization .block-bto-text {
  color: #008080;
}
.block-icon-frame.bto-totalization .block-bto-percent {
  display: none;
}

.block-icon-frame.bto-totalization-end .block-bto-text {
  color: #008080;
}
.block-icon-frame.bto-totalization-end .block-bto-percent {
  display: none;
}

/* ----ブランド画面---- */

.block-brand-list {
  margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}

.block-brand-list--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-brand-list--item {
  flex-grow: 1;
  flex-basis: 390px;
  max-width: 390px;
  margin: 0 0 20px 15px;
}

.block-brand-list--item:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-brand-list--item-img {
  width: 390px;
  height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
  border: #ddd 1px solid;
  border-top: none;
  border-bottom: none;
}

.block-brand-list--item-name {
  padding: 15px 35px 0;
}

.block-brand-list--item-comment {
  border-bottom: #ddd 1px solid;
  padding: 15px 35px 35px;
}

.block-brand-list--item-btn {
  display: block;
  text-align: center;
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 14px;
  margin: 15px auto 0;
  background: #e5e5e5;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
}

/* ----カテゴリ画面---- */

.block-category-list--header {
  position: relative;
  padding: 0 0 18px;
  margin: 16px 0 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #202321;
  font-weight: normal;
}

.block-category-list--header::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  background-image: url(../../../img/usr/common/images/mod/mod-hdgL1-02-bg.png);
  content: '';
}

/* ----カテゴリ画面---- */

.block-event-list--header {
  position: relative;
  padding: 0 0 18px;
  margin: 16px 0 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #202321;
  font-weight: normal;
}


/* ----ジャンル画面---- */

.block-genre--main-banner img {
  display: block;
  margin: 0 auto 5px;
}

.block-genre--banner-list {
  position: relative;
  width: 980px;
  margin: 0 0 35px;
}

.block-genre--banner-list .slick-prev {
  position: absolute;
  top: calc(50% - 13px);
  left: -18px;
  width: 17px;
  height: 27px;
  border: 0;
  text-indent: -9999px;
  outline: 0;
  background-color: transparent;
  background-position: -931px 0px;
  background-image: url(../../../img/usr/common/images/sprite.png);
}

.block-genre--banner-list .slick-next {
  position: absolute;
  top: calc(50% - 13px);
  right: -18px;
  width: 17px;
  height: 27px;
  border: 0;
  text-indent: -9999px;
  outline: 0;
  background-color: transparent;
  background-position: -931px -77px;
  background-image: url(../../../img/usr/common/images/sprite.png);
}

.block-genre--banner-list-link {
  text-align: right;
  margin: 0 0 15px;
}

.block-genre--banner-list-link a {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  letter-spacing: 0.06em;
  color: #666666;
  text-decoration: none;
  transition: 0.3s;
}

.block-genre--banner-list-link a::after {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.block-genre--banner-list-link a:hover {
  opacity: 0.7;
}

.block-genre--brand-banner-list {
  position: relative;
  width: 980px;
  margin: 0 0 35px;
}

.block-genre--brand-banner-list .slick-prev {
  position: absolute;
  top: calc(50% - 13px);
  left: -18px;
  width: 17px;
  height: 27px;
  border: 0;
  text-indent: -9999px;
  outline: 0;
  background-color: transparent;
  background-position: -931px 0px;
  background-image: url(../../../img/usr/common/images/sprite.png);
}

.block-genre--brand-banner-list .slick-next {
  position: absolute;
  top: calc(50% - 13px);
  right: -18px;
  width: 17px;
  height: 27px;
  border: 0;
  text-indent: -9999px;
  outline: 0;
  background-color: transparent;
  background-position: -931px -77px;
  background-image: url(../../../img/usr/common/images/sprite.png);
}

ul.block-genre--brand-banner.no-slide {
  display: flex;
  margin: 0 0 35px;
}

ul.block-genre--brand-banner.no-slide > li {
  width: 25%;
}

ul.block-genre--brand-banner.no-slide > li img {
  display: block;
  width: 100%;
}

.block-genre-list--header {
  position: relative;
  padding: 0 0 18px;
  margin: 16px 0 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #202321;
  font-weight: normal;
}

.block-brand-logo .block-brand-logo--inner {
  margin: 0 0 32px;
  text-align: center;
}

.block-brand-logo .block-brand-logo--inner .block-brand-logo--img {
  padding: 0 0 7px;
  margin: 0;
  border: 0;
}

ul.block-genre--news-list {
  font-size: 24px;
  font-size: 2.4rem;
  color: #000000;
  font-weight: bold;
  margin: 0 0 60px 0;
  letter-spacing: .2em;
}

ul.block-genre--news-list li {
  text-align: center;
}

ul.block-genre--news-list li a {
  font-size: small;
  text-decoration: underline;
}

ul.block-genre--news-list li a:hover {
  text-decoration: none;
}

.block-pickup-banner {
  margin: 80px 0 57px;
}

.block-pickup-banner .block-pickup-banner--inner {
  position: relative;
  padding: 300px 0 0 0;
}

.block-pickup-banner .block-pickup-banner--inner h2.block-pickup-banner--header {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 0 0;
  margin: 0;
  z-index: 2;
}

.block-pickup-banner .block-pickup-banner--inner .block-pickup-banner--content {
  position: relative;
  width: 480px;
  padding: 30px 21px;
  margin: 0 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
  z-index: 2;
  background: url(../../../img/usr/common/images/mod/mod-box-02.png) repeat;
}

.block-pickup-banner .block-pickup-banner--inner p {
  margin: 0 0 10px;
  line-height: 2.0;
}

.block-pickup-banner .block-pickup-banner--inner p.block-pickup-banner--content-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.block-pickup-banner .block-pickup-banner--inner .block-pickup-banner--img {
  position: absolute;
  top: 0;
  left: 0;
}

.block-pickup-banner-list .block-pickup-banner-list--ttl {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
  padding: 0 0 60px;
}

.block-pickup-banner-list ul.block-pickup-banner-list--banner-list {
  display: flex;
  flex-wrap: wrap;
}

.block-pickup-banner-list ul.block-pickup-banner-list--banner-list > li {
  width: 25%;
  padding: 0 5px;
}

.block-pickup-banner-list ul.block-pickup-banner-list--banner-list > li a {
  display: block;
}

.block-pickup-banner-list ul.block-pickup-banner-list--banner-list > li a img {
  display: block;
  width: 100%;
  transition: 0.3s;
}

.block-pickup-banner-list ul.block-pickup-banner-list--banner-list > li a img {
  display: block;
  width: 100%;
  transition: 0.3s;
}

.block-pickup-banner-list ul.block-pickup-banner-list--banner-list > li a:hover img {
  opacity: 0.6;
}

.block-pickup-banner-list ul.block-pickup-banner-list--banner-list > li .block-pickup-banner-list--banner-text {
}

.block-staffsnap-banner .block-staffsnap-banner--inner {
  padding: 20px 0 30px;
}

.block-staffsnap-banner .block-staffsnap-banner--inner img {
  display: block;
  width: 100%;
}

.block-catalog .block-catalog--ttl {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
  padding: 0 0 2px;
}

.block-catalog .block-catalog--frame {
  margin: 0 0 30px;
}

.block-catalog .block-catalog--frame .block-catalog--frame-inner {
  display: flex;
}

.block-catalog .block-catalog--frame .block-catalog--frame-col {
  width: calc((100% - 144px) / 5);
  margin: 30px 36px 0 0;
}

.block-catalog .block-catalog--frame .block-catalog--frame-col:nth-of-type(5n) {
  margin-right: 0;
}

.block-catalog .block-catalog--frame .block-catalog--frame-col .block-catalog--panel-inner {
  position: relative;
  display: table;
  width: 100%;
}

.block-catalog .block-catalog--frame .block-catalog--frame-col .block-catalog--panel-inner .block-catalog--panel-content {
  position: relative;
  width: 100%;
  padding: 10px 0 0;
  word-break: break-word;
}

.block-catalog .block-catalog--frame .block-catalog--frame-col .block-catalog--panel-inner .block-catalog--catalog-name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.block-catalog .block-catalog--frame .block-catalog--frame-col .block-catalog--panel-inner .block-catalog--catalog-date {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 0 2px;
}

.block-catalog .block-catalog--frame .block-catalog--frame-col .block-catalog--panel-inner .block-catalog--catalog-label {
  margin: 0 0 16px;
}

.block-catalog .block-catalog--frame .block-catalog--frame-col .block-catalog--panel-inner ul.block-catalog--catalog-label-list {
  font-size: 10px;
  font-size: 1rem;
  color: #888888;
  margin: 0 0 0 -4px;
}

.block-catalog .block-catalog--frame .block-catalog--frame-col .block-catalog--panel-inner ul.block-catalog--catalog-label-list > li {
  display: inline-block;
  min-height: 19px;
  margin: 8px 0 0 4px;
  padding: 1px 4px;
  vertical-align: middle;
  border: 1px solid #888888;
  border-radius: 4px;
}

.block-catalog .block-catalog--frame .block-catalog--frame-col .block-catalog--panel-inner .block-catalog--catalog-link {
  display: table-caption;
  width: 100%;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.block-catalog .block-catalog--frame .block-catalog--frame-col .block-catalog--panel-inner .block-catalog--catalog-link figure {
  position: relative;
}

.block-catalog .block-catalog--frame .block-catalog--frame-col .block-catalog--panel-inner .block-catalog--catalog-link img {
  display: block;
  width: 100%;
}

.block-catalog .block-catalog--more {
  margin: 0 0 48px;
  text-align: right;
  font-size: 1.4rem;
}

.block-catalog .block-catalog--more a {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  letter-spacing: 0.06em;
  color: #666666;
  text-decoration: none;
  transition: 0.3s;
}

.block-catalog .block-catalog--more a::after {
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  content: "";
}

.block-official-contents .block-official-contents--ttl {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
  padding: 0 0 60px;
}

.block-official-contents ul.block-official-contents--list {
  display: flex;
  flex-wrap: wrap;
}

.block-official-contents ul.block-official-contents--list > li {
  width: 50%;
  margin: 0 0 32px;
}

.block-official-contents ul.block-official-contents--list > li > a,
.block-official-contents ul.block-official-contents--list > li > span.no-link {
  display: flex;
  align-items: center;
  width: 100%;
  border-left: 1px solid #cccccc;
  padding: 0 50px;
  text-decoration: none;
  transition: 0.3s;
}

.block-official-contents ul.block-official-contents--list > li:nth-of-type(2n) > a,
.block-official-contents ul.block-official-contents--list > li:nth-of-type(2n) > span.no-link {
  border-right: 1px solid #cccccc;
}

.block-official-contents ul.block-official-contents--list > li > a:hover {
  opacity: 0.6;
}

.block-official-contents ul.block-official-contents--list > li > a > figure,
.block-official-contents ul.block-official-contents--list > li > span.no-link > figure {
  width: 86px;
}

.block-official-contents ul.block-official-contents--list > li > a > figure img,
.block-official-contents ul.block-official-contents--list > li > span.no-link > figure img {
  display: block;
  width: 62px;
  border: 1px solid #cccccc;
}

.block-official-contents ul.block-official-contents--list > li .block-official-contents--desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}

.block-official-contents ul.block-official-contents--list > li .block-official-contents--desc .block-official-contents--desc-ttl {
  font-weight: bold;
  margin: 0 0 8px;  
}

.block-official-contents ul.block-official-contents--list > li .block-official-contents--desc .block-official-contents--desc-text {
}

.block-official-contents .block-official-contents--download a:nth-of-type(1) {
  margin-left: 120px;
}

.block-official-contents .block-official-contents--download a:nth-of-type(2) {
  margin-left: 20px;
}

/* ----買い物かご---- */

h1.block-order-title {
  margin-bottom: 0;
  border-bottom: 0;
}

.block-cart--order-flow ul.block-cart--order-flow-list {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  text-align: center;
}

.block-cart--order-flow ul.block-cart--order-flow-list > li {
  position: relative;
  width: 100%;
  padding: 24px 0;
  color: #bbb;
}

.block-cart--order-flow ul.block-cart--order-flow-list > li.is-current {
  color: #000;
}

.block-cart--order-flow ul.block-cart--order-flow-list > li::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  bottom: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.block-cart--order-flow ul.block-cart--order-flow-list > li:last-of-type::after {
  display: none;
}

.block-cart--group-name {
  margin: 0 0 20px;
  font-size: 28px;
  color: #202321;
  font-weight: normal;
}

ul.block-cart--goods-list > li {
  display: flex;
  margin: 20px 0;
  border: 0;
}

ul.block-cart--goods-list > li .block-cart--goods-list-item-frame {
  width: calc(100% - 220px);
}

ul.block-cart--goods-list > li .block-cart--goods-list-item-top {
}

ul.block-cart--goods-list > li .block-cart--goods-list-item-top dl.block-cart--goods-list-item-description-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  line-height: 2.0;
}

ul.block-cart--goods-list > li .block-cart--goods-list-item-top dl.block-cart--goods-list-item-description-item > dt {
  width: 80px;
  font-weight: bold;
}

ul.block-cart--goods-list > li .block-cart--goods-list-item-top dl.block-cart--goods-list-item-description-item > dd {
  width: calc(100% - 80px);
  font-weight: bold;
}

ul.block-cart--goods-list > li .block-cart--goods-list-item-top .block-icon {
  margin: 0 0 10px;
}

ul.block-cart--goods-list > li .block-cart--goods-list-item-bottom {
  display: flex;
}

ul.block-cart--goods-list > li .block-cart--goods-list-item-bottom .block-cart--goods-list-item {
  float: none;
  width: auto;
}

ul.block-cart--goods-list > li .block-cart--goods-list-item-bottom dl.block-cart--goods-list-item-description-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 450px;
  font-size: 14px;
  line-height: 2.0;
}

ul.block-cart--goods-list > li .block-cart--goods-list-item-bottom dl.block-cart--goods-list-item-description-item > dt {
  width: 70px;
  font-weight: bold;
}

ul.block-cart--goods-list > li .block-cart--goods-list-item-bottom dl.block-cart--goods-list-item-description-item > dd {
  width: calc(100% - 70px);
  font-weight: normal;
}

.block-cart--goods-list-image-frame .block-cart--goods-list-image {
  float: none;
}

.block-cart--goods-list-image-frame .block-icon {
  margin: 10px 0 0;
}

.block-cart--goods-list-item-price-info {
  width: 210px;
  margin: 0 0 auto auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
}

.block-cart--goods-list-item-price-info .block-cart--goods-list-item-price {
  font-size: 22px;
  font-weight: bold;
}

.block-cart--goods-list-item-input {
  width: 150px;
}

.block-cart--goods-list-item-qty {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
}

.block-cart--goods-list-item-qty::after {
  display: none;
}

.block-cart--goods-list-item-qty .block-cart--goods-list-item-qty-name {
  margin-right: auto;
  font-size: 14px;
}

.block-cart--goods-list-item-qty input {
  width: 48px;
  padding: 1.5px 10px;
  text-align: center;
}

.block-cart--goods-list-item-qty .block-cart--goods-list-item-qty-plus-button {
  position: relative;
  width: 30px;
  height: 29px;
  border: 1px solid #CCC;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  outline: 0;
  cursor: pointer;
  background: #FFF;
}

.block-cart--goods-list-item-qty .block-cart--goods-list-item-qty-plus-button::before {
  position: absolute;
  top: 13px;
  left: 9px;
  width: 11px;
  height: 1px;
  background: #000;
  content: "";
}

.block-cart--goods-list-item-qty .block-cart--goods-list-item-qty-plus-button::after {
  position: absolute;
  top: 13px;
  left: 9px;
  width: 11px;
  height: 1px;
  transform: rotate(90deg);
  background: #000;
  content: "";
}

.block-cart--goods-list-item-qty .block-cart--goods-list-item-qty-minus-button {
  position: relative;
  width: 30px;
  height: 29px;
  border: 1px solid #CCC;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  outline: 0;
  cursor: pointer;
  background: #FFF;
}

.block-cart--goods-list-item-qty .block-cart--goods-list-item-qty-minus-button::before {
  position: absolute;
  top: 13px;
  left: 9px;
  width: 11px;
  height: 1px;
  background: #000;
  content: "";
}

.block-cart--goods-list-item-calc {
  display: flex;
  justify-content: flex-end;
}

.block-cart--goods-list-item-calc .block-cart--goods-list-item-calc-btn {
  width: 68px;
  padding: 3px 0;
  margin: 0 2px;
  text-align: center;
  font-size: 12px;
}

.block-cart--goods-list-item-calc .block-cart--goods-list-item-delete {
  width: 68px;
  margin: 0 2px;
  padding: 2px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
}

.block-cart--infomation {
  width: 100%;
  margin: 0 0 10px;
  border: 0;
  padding: 18px 0 0;
}

.block-cart--contents {
  width: 100%;
  float: none;
}

.block-cart--side-area {
  width: 100%;
  float: none;
}

.block-cart--side-area .block-cart--side-contents {
  width: 100%;
  margin: 0;
}

.block-cart--procedure {
  border: 0;
  padding: 0;
}

.block-cart--procedure .block-cart--procedure-container {
  padding: 0;
  background: none;
}

.block-cart--procedure .block-cart--order-button {
  text-align: center;
  margin: 0 0 30px;
}

.block-cart--procedure .block-cart--order-button .block-cart--continue-shopping-link {
  display: inline-block;
  width: 250px;
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

.block-cart--procedure .block-cart--order-button .block-cart--order-btn {
  display: inline-block;
  width: 250px;
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: normal;
}

.block-cart--promotion-criteria-list {
  margin: 0 0 20px;
  text-align: center;
  font-size: 22px;
}

/*.block-cart--container .order-side-area-end,
.block-order-method--container .order-side-areaend,
.block-order-estimate--container .order-side-area-end {
  position: static;
}*/

.block-order-method--container .order-side-area-fixed,
.block-order-estimate--container .order-side-area-fixed {
  /*position: static;*/
  top: 100px;
}
.block-order-estimate--goods-item-comment .block-cart--goods-list-item-description-item > dt,
.block-order-estimate--goods-item-comment .block-cart--goods-list-item-description-item > dd {
  display: inline;
}
.block-order-estimate--goods-item-comment .block-cart--goods-list-item-description-item > dt::after {
  content: ":";
}
.block-order-method--goods-item .block-cart--goods-list-item-description-item > dt,
.block-order-method--goods-item .block-cart--goods-list-item-description-item > dd {
  display: inline;
  font-weight: normal;
}
.block-order-method--goods-item .block-cart--goods-list-item-description-item > dt::after {
  content: ":";
}
.block-cart--container .order-side-area-fixed {
  position: static;
  top: 0;
}

.block-promotion-message--container {
  width: 520px;
  margin: 0 auto;
}

.block-cart--amazonpay {
  border: 0;
}

.block-cart--amazonpay .block-cart--amazonpay-description {
  text-align: center;
}

.block-cart--amazonpay .block-cart--amazonpay-button {
  margin: 0 auto;
}

.block-cart-comment ul.block-cart-comment--list {
  margin: 32px 0;
  padding: 16px 0 0;
  border-top: 1px solid #cccccc;
}

.block-cart-comment ul.block-cart-comment--list > li {
  position: relative;
  padding-left: 2.0em;
  color: #666;
  font-size: 14px;
  line-height: 1.85;
}

.block-cart-comment ul.block-cart-comment--list > li.block-cart-comment--important {
  font-weight: bold;
  color: #ec1b23;
}

.block-cart-comment ul.block-cart-comment--list > li .mark {
  position: absolute;
  top: 0;
  left: 0;
}

dl.block-cart--subtotal-frame {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #cccccc;
}

dl.block-cart--subtotal-frame,
dl.block-cart--total-frame {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: right;
}

dl.block-cart--subtotal-frame > dt,
dl.block-cart--total-frame > dt {
  width: calc(100% - 210px);
  margin: 8px 0;
  padding-right: 20px;
  border-right: 1px solid #000;
}

dl.block-cart--subtotal-frame > dd,
dl.block-cart--total-frame > dd {
  width: 210px;
  margin: 8px 0;
}

dl.block-cart--subtotal-frame > dd .tax,
dl.block-cart--total-frame > dd .tax {
  font-size: 14px;
}

dl.block-cart--subtotal-frame > dd .block-cart--subtotal-price,
dl.block-cart--total-frame > dd .block-cart--discount {
  font-size: 20px;
  font-weight: bold;
}

dl.block-cart--total-frame > dd .block-cart--total-price {
  font-size: 28px;
  font-weight: bold;
}

dl.block-cart--subtotal-frame > dd.block-cart--total-qty {
  padding-right: 2.5em;
}

dl.block-cart--subtotal-frame > dd.block-cart--total-qty span {
  font-size: 20px;
  font-weight: bold;
}

#cart_itemhistory {
  display: none;
}

/* ----注文方法指定画面(ログイン)---- */

.block-login--member-info-value-label {
  width: 70px;
}

/* ----注文方法指定画面---- */

.block-order-method--coupon-content .block-order-method--coupon-item {
  padding: 5px 0;
}

.block-order-method--coupon-add {
  margin: 0 0 30px;
}

.block-order-method--coupon-add .block-order-method--coupon-add-button {
  position: relative;
  padding: 4px 30px 4px 20px;
}

.block-order-method--coupon-add .block-order-method--coupon-add-button::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  content: "";
}
.block-order-method--promotion {
  display: none;
}

.block-order-method--goods-item {
    width: 50%;
    float: left;
}
/*#promotion_novelty_frame,
#method_host,
#address,
#method_date,
#method_coupon,
#method_point,
#method_pay {
  margin-top: -90px;
  padding-top: 90px;
}*/

#method_date {
    margin-top: 0;
    padding-top: 20px;
}
.block-order-estimate--novelty-item-qty {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}

.block-order-estimate--confirmation-list li.block-order-estimate--promotion-code {
  display: none;
}

/* ----注文完了画面---- */
.block-order-estimate .block-order-estimate--wrapper h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.block-order-estimate--novelty-detail {
    margin: 10px 0 10px 0;
}
.block-order-estimate--novelty-item {
    margin-top: 10px;
}
ul.block-order-estimate--novelty-list li {
    width: 30%;
    float: left;
    margin-left: 3%;
}
.block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons {
    left: 3px;
}
.block-order-estimate--novelty-item-goods {
    width: 100%;
}

/* ----注文完了画面---- */
.block-order-complete--mag-link {
  text-align: center;
}

.block-order-complete--mag-link a {
  position: relative;
  padding-right: 20px
}

.block-order-complete--mag-link a::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 3px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  content: "";
}

.block-order-estimate--goods-list li.comp-cartItem:not(:last-child) {
	position: relative;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dfdfdf;
}

/* ----マイページ---- */

.block-mypage--rank-status {
  margin-right: 15px;
}

/* ----会員情報変更画面---- */
.block-questionnaire--name-value-label ,
.block-member-info--value-label ,
.block-shipping-address--value-label ,
.block-order-method--value-label ,
.block-order-estimate--value-label ,
.block-order-gift-dest--value-label {
  width: 70px;
}

.block-entry-complete--mag-link {
  margin: 20px 0 0;
  text-align: center;
}

.block-entry-complete--mag-link a {
  position: relative;
  padding-right: 20px;
}

.block-entry-complete--mag-link a::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 3px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  content: "";
}

/* ----クレジットカード画面---- */

.block-credit-card-confirmation--credit-card-info-table {
  margin: 0 0 10px;
}

.block-credit-card-confirmation--edit form + form {
  margin-top: 10px;
}

/* ----通知メッセージ一覧画面---- */
.block-messagelist--header {
  border-bottom: 0;
  margin-bottom: 0;
}

.block-messagelist--pager-top {
  display: none;
}

.block-messagelist--pager-bottom .pager-total {
  display: none;
}

ul.block-messagelist-items {
  border-top: 1px solid #cccccc;
}

ul.block-messagelist-items > li {
  border-bottom: 1px solid #cccccc;
}

ul.block-messagelist-items > li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 16px 30px 16px 0;
}

ul.block-messagelist-items > li a::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  content: "";
}

ul.block-messagelist-items > li a .block-messagelist--image {
  width: 110px;
}

ul.block-messagelist-items > li a .block-messagelist--description {
  width: calc(100% - 110px);
}

ul.block-messagelist-items > li a .block-messagelist--description .block-messagelist--message {
  line-height: 1.8;
  margin: 0 0 10px;
}

ul.block-messagelist-items > li a .block-messagelist--description .block-messagelist--brand {
  line-height: 1.8;
  font-weight: bold;
}

ul.block-messagelist-items > li a .block-messagelist--description .block-messagelist--category ,
ul.block-messagelist-items > li a .block-messagelist--description .block-messagelist--price {
  line-height: 1.8;
}

/* ----商品詳細画面---- */

.block-goods-detail--color-variation-goods-image-frame {
  overflow: hidden;
  margin: 0 0 20px;
}

.js-goods-detail-goods-slider {
  position: relative;
}

.js-goods-detail-goods-slider .slick-prev {
  position: absolute;
  top: calc(50% - 14px);
  left: 10px;
  width: 17px;
  height: 28px;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -931px 0px;
  z-index: 2;
}

.js-goods-detail-goods-slider .slick-next {
  position: absolute;
  top: calc(50% - 14px);
  right: 10px;
  width: 17px;
  height: 28px;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -931px -77px;
  z-index: 2;
}

.block-goods-detail-line-item {
  position: relative;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item {
  z-index: 3 !important;
  outline: 0;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item.slick-active {
  z-index: 4 !important;
}

.block-goods-gallery--slider-desc {
  margin: 0 0 10px;
  text-align: center;
  font-size: 14px;
}

.block-goods-gallery--slider-desc::before {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 4px;
  vertical-align: middle;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -931px -787px;
  content: "";
}

.block-goods-gallery > ul {
  margin: 0 3px;
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src {
  width: 90px;
  margin: 0 4px 4px 0;
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src a {
  position: relative;
  display: block;
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src a.active::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #818181;
  z-index: 1;
  content: "";
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src figure {
  width: 90px;
  height: 100%;
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src .block-goods-detail--color-variation-goods-color-name {
  display: none;
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src:nth-of-type(5n) {
  margin-right: 0;
}

.block-goods-detail-line-item:not(.slick-active) .block-src-image-preview {
  display: none;
}

.block-goods-detail-line-item:not(.slick-active) .magnifier-lens {
  display: none;
}

.block-goods-comment1 {
  /*order: 120;*/
}

.block-goods-comment1 > dt,
.block-goods-comment2 > dt,
.block-goods-comment4 > dt,
.block-goods-comment5 > dt {
  display: none;
}

.block-goods-comment3 > dt {
  font-size: 18px;
  color: #202321;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 0 0 0 18px;
  position: relative;
}

.block-goods-comment3 > dt::before {
  position: absolute;
  top: 0.32em;
  left: 0;
  display: block;
  width: 4px;
  height: 18px;
  background-color: #cccccc;
  content: '';
}

.block-goods-item-code {
  font-size: 14px;
  line-height: 2.2;
  display: flex;
  flex-wrap: wrap;
}

.block-goods-item-code dt {
  position: relative;
  width: auto;
  margin-right: 6px;
  padding-right: 8px;
  font-weight: normal;
}

.block-goods-item-code dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
}

.block-goods-material {
  font-size: 14px;
  line-height: 2.2;
  display: flex;
  flex-wrap: wrap;
}

.block-goods-material dt {
  position: relative;
  width: auto;
  margin-right: 6px;
  padding-right: 8px;
  font-weight: normal;
}

.block-goods-material dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
}

.block-goods-modelh {
  font-size: 14px;
  line-height: 2.2;
  display: flex;
  flex-wrap: wrap;
}

.block-goods-modelh dt {
  position: relative;
  width: auto;
  margin-right: 6px;
  padding-right: 8px;
  font-weight: normal;
}

.block-goods-modelh dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
}

.block-goods-attr-frame {
  font-size: 14px;
  line-height: 2.2;
  display: flex;
  flex-wrap: wrap;
}

.block-goods-attr-frame dt {
  position: relative;
  width: auto;
  margin-right: 6px;
  padding-right: 8px;
  font-weight: normal;
}

.block-goods-attr-frame dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
}

.block-goods-attr-frame dd {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.block-goods-attr-frame .block-goods-attr-item img {
  width: 33px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item img {
  max-width: none;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item figure {
  position: relative;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item figure > img {
  width: 100%;
  opacity: 1.0;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item .magnifier-lens {
  visibility: hidden;
  opacity: 0;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item.is-zoom .magnifier-lens {
  visibility: visible;
  opacity: 1.0;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item .block-goods-image-zoom .block-goods-image-zoom-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border: 0;
  background: none;
  z-index: 1001;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item .block-goods-image-zoom .block-goods-image-zoom-button::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -747px -489px;
  content: "";
}

.block-brand-name {
  font-size: 14px;
  margin: 0 0 36px;
  /*order: 10;*/
}

.block-brand-name a {
  text-decoration: underline;
}

.block-brand-name a:hover {
  text-decoration: none;
}

.pane-goods-right-side .block-icon > span {
  min-height: 19px;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0;
  padding: 1px 4px;
  border: 1px solid #888888;
  border-radius: 4px;
  color: #888;
  font-size: 10px;
}

.block-goods-name {
  margin: 0 0 30px;
}

.block-goods-name .block-goods-name--text {
  display: inline;
  font-size: 26px;
  margin: 0;
  border: 0;
}

.block-goods-name .block-category-name {
  display: inline;
  font-size: 26px;
  margin: 0;
}

.block-goods-price--on-sales-comment,
.block-goods-price--on-sales-comment + .block-goods-price--price {
  color: #ec1b23;
}

.block-goods-price--price {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.block-goods-price--price .tax-text {
  font-size: 14px;
}

.block-goods-price--price .discount {
  font-size: 14px;
}

.block-goods-price--price .block-goods-price--mile {
  display: inline-block;
  margin-left: 36px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #ff343c;
}

.default-price .tax-text {
  font-size: 12px;
  font-weight: normal;
}

.block-goods-bookmark {
  font-size: 14px;
  margin: 0 0 30px;
  /*order: 50;*/
}

.block-goods-bookmark::before {
  display: inline-block;
  width: 19px;
  height: 17px;
  margin-right: 9px;
  vertical-align: sub;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -705px -808px;
  content: "";
}

.block-variation-text {
  /*order: 60;*/
}

.block-variation-text .block-variation--name {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.block-variation-text .block-variation--selected-item {
  margin: 0 0 16px;
  font-size: 12px;
}

.block-rules-comment {
  margin: 0 0 16px;
  font-size: 14px;
  color: #666;
  /*order: 70;*/
}

.block-virtusize {
  margin: 0 0 25px;
  /*order: 80;*/
}

.block-virtusize--check {
  display: flex;
  align-items: center;
  padding: 15px 8px;
  margin: 0 0 10px;
  box-shadow: 0 4px 14px rgb(0 0 0 / 13%);
  background: #fff;
}

.block-virtusize--check .block-virtusize--check-img {
  width: 40px;
  border: 1px solid #B7B9B9;
  border-radius: 50%;
}

.block-virtusize--check .block-virtusize--check-img figure {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFF;
  border-radius: 50%;
  overflow: hidden;
}

.block-virtusize--check .block-virtusize--check-img figure img {
  width: 100%;
}

.block-virtusize--check .block-virtusize--check-text {
  width: calc(100% - 135px);
  padding: 0 4px;
  font-weight: bold;
  font-size: 16px;
}

.block-virtusize--check .block-virtusize--check-button-frame {
  width: 95px;
}

.block-virtusize--check .block-virtusize--check-button-frame .block-virtusize--check-button {
  position: relative;
  padding: 3px 16px 3px 8px;
  border: 0;
  border-radius: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  background: #737373;
}

.block-virtusize--check .block-virtusize--check-button-frame .block-virtusize--check-button::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 7px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  content: "";
}

.block-virtusize--bottom {
  display: flex;
  justify-content: space-between;
}

.block-virtusize--bottom .block-virtusize--bottom-link {
  font-size: 10px;
}

.block-goods-code,
.block-goods-item-code2,
.block-goods-item-code3 {
  display: none;
}

.block-color-size-with-cart--item-list {
  margin: 0 0 16px;
}

.block-color-size-with-cart--color-frame {
  display: flex;
  border-bottom: 1px solid #cccccc;
}

.block-color-size-with-cart--color-frame:first-of-type {
  border-top: 1px solid #cccccc;
}

.block-color-size-with-cart--color-line {
  padding: 16px 0;
  align-items: center;
}

.block-color-size-with-cart--color-item-term {
  position: relative;
  border: 0;
  margin: 16px 36px 16px 0;
  width: 78px;
  height: auto;
  text-align: center;
}

.block-color-size-with-cart--color-item-term .block-color-size-with-cart--color-item-term-frame {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
}

.block-color-size-with-cart--color-item-term figure {
  width: 78px;
  height: 78px;
}

.block-color-size-with-cart--color-item-term figure img {
  max-width: 78px;
  max-height: 78px;
}

.block-color-size-with-cart--color-item-term .block-color-size-with-cart--color-item-term-color {
  font-size: 12px;
}

.block-color-size-with-cart--color-item-term .block-color-size-with-cart--color-item-term-price {
  font-size: 12px;
  font-weight: bold;
  color: #ec1b23;
}

.block-color-size-with-cart--color-item-term .block-color-size-with-cart--color-item-term-price .tax-text {
  display: block;
}

.block-color-size-with-cart--color-line .block-color-size-with-cart--size-item-term {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 0;
  width: 120px;
  height: auto;
  margin: 0;
}

.block-color-size-with-cart--line-frame {
  width: calc(100% - 114px);
}

.block-color-size-with-cart--line-frame .block-color-size-with-cart--size-item-size {
  width: 75px;
  padding: 9px 0;
}

.block-color-size-with-cart--line-frame .block-color-size-with-cart--size-item-stock {
  width: 45px;
  padding: 9px 0;
}

.block-color-size-with-cart--line-frame .block-color-size-with-cart--size-item-stock.no-stock {
  font-weight: bold;
  color: #ec1b23;
}

.block-color-size-with-cart--line-frame .block-color-size-with-cart--size-item-store-stock a {
  text-decoration: underline;
}

.block-color-size-with-cart--size-line {
  padding: 16px 0;
  align-items: center;
}

.block-color-size-with-cart--size-line .block-color-size-with-cart--nocolor {
  display: none;
}

.block-color-size-with-cart--size-line .block-color-size-with-cart--size-item-term {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 0;
  width: 120px;
  height: auto;
  margin: 0;
}

.block-color-size-with-cart--color-item-term-mile {
    display: inline-block;
    padding: 2px 6px;
    color: #ffffff;
    background-color: #ff343c;
    font-size: 10px;
    width: 85px;
}

.block-variation-favorite {
  margin-left: auto;
  margin-right: 10px;
}

.block-variation-favorite > a.btn {
  position: relative;
  display: block;
  width: 22px;
  height: 20px;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.block-variation-favorite a i:before {
  display: none;
}

.block-variation-favorite > a.block-variation-favorite--btn {
  background: url(../../../img/usr/layout/SWS/image/mod/mod-add-fav-btn-03-icn.png) center center / auto auto no-repeat;
}

.block-variation-favorite > a.block-variation-favorite-registed--btn {
  background: url(../../../img/usr/layout/SWS/image/mod/mod-add-fav-btn-03-icn-02.png) center center / auto auto no-repeat;
}

.block-variation-favorite i.js-animation-bookmark-in-progress {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../../../img/usr/common/images/common/goods_bookmark_progress_sp.gif) no-repeat center / contain;
  animation: none;
}

.block-variation-add-cart--btn {
  display: block;
  font-size: 14px;
  width: auto;
  height: auto;
  min-width: 146px;
  padding: 9px 2px;
  transition: 0.3s;
  border: 0;
  border-radius: 4px;
  color: #FFF;
  background: #01A6DC;
}

.block-variation-add-cart--btn:hover {
  opacity: 0.6;
}

.block-variation-outside-sales-period--message {
  font-weight: normal;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-size: 14px;
  width: auto;
  height: auto;
  min-width: 146px;
  padding: 9px 2px;
  border-radius: 4px;
}

.block-goods-variation-arrival-notice--btn {
  display: block;
  font-size: 14px;
  width: auto;
  height: auto;
  min-width: 146px;
  padding: 9px 2px;
  transition: 0.3s;
  border: 0;
  border-radius: 4px;
  color: #FFF;
  background: #01A6DC;
}

.block-goods-variation-arrival-notice--btn:hover {
  opacity: 0.6;
}

.block-variation-no-stock--message {
  display: block;
  font-size: 14px;
  width: auto;
  height: auto;
  min-width: 146px;
  padding: 9px 2px;
  transition: 0.3s;
  border: 0;
  border-radius: 4px;
}

.block-goods-guide-link {
  /*order: 100;*/
}

.block-goods-guide-link ul.block-goods-guide-link-list {
  margin: 0 0 16px;
}

.block-goods-guide-link ul.block-goods-guide-link-list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
}

.block-goods-guide-link ul.block-goods-guide-link-list > li a {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  letter-spacing: .06em;
  color: #666666;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

.block-goods-guide-link ul.block-goods-guide-link-list > li a::after {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.block-goods-guide-link ul.block-goods-guide-link-list > li a:hover {
  opacity: 0.6;
}

.block-goods-guide-link-modal--frame .block-goods-guide-link-modal {
  position: fixed;
  top: 40px;
  left: 40px;
  display: none;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  z-index: 10001;
}

.block-goods-guide-link-modal--frame .block-goods-guide-link-modal .block-goods-guide-link-modal--close {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.block-goods-guide-link-modal--frame .block-goods-guide-link-modal .block-goods-guide-link-modal--close .block-goods-guide-link-modal--close-button {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 21px;
  height: 21px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  z-index: 2;
}

.block-goods-guide-link-modal--frame .block-goods-guide-link-modal .block-goods-guide-link-modal--close .block-goods-guide-link-modal--close-button::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: rotate(45deg);
  background: #333;
  content: "";
}

.block-goods-guide-link-modal--frame .block-goods-guide-link-modal .block-goods-guide-link-modal--close .block-goods-guide-link-modal--close-button::after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: rotate(-45deg);
  background: #333;
  content: "";
}

.block-goods-guide-link-modal--frame .block-goods-guide-link-modal .block-goods-guide-link-modal--inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  padding: 20px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: scroll;
  background: #FFF;
  z-index: 1;
}

.block-goods-guide-link-modal--frame .block-goods-guide-link-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}

.block-goods-share-link {
  /*order: 110;*/
}

.block-goods-share-link .block-goods-share-link-inner {
  display: flex;
}

.block-goods-share-link .block-goods-share-link-inner .block-goods-share-link--title {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 10px;
  margin: 0;
  border-left: 1px solid #CCC;
}

.block-goods-share-link .block-goods-share-link-inner ul.block-goods-share-link-list {
  display: flex;
  padding-left: 10px;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.block-goods-share-link .block-goods-share-link-inner ul.block-goods-share-link-list > li {
  display: block;
  width: 22px;
  height: 100%;
  margin: 0 10px 0 0;
}

.block-goods-share-link .block-goods-share-link-inner ul.block-goods-share-link-list > li a {
  position: relative;
  display: block;
  width: 22px;
  height: 100%;
  font-size: 0;
  transition: 0.3s;
}

.block-goods-share-link .block-goods-share-link-inner ul.block-goods-share-link-list > li a:hover {
  opacity: 0.6;
}

.block-goods-share-link .block-goods-share-link-inner ul.block-goods-share-link-list > li.block-goods-share-link--email a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -855px -500px;
  content: '';
}

.block-goods-share-link .block-goods-share-link-inner ul.block-goods-share-link-list > li.block-goods-share-link--facebook a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -855px -356px;
  content: '';
}

.block-goods-share-link .block-goods-share-link-inner ul.block-goods-share-link-list > li.block-goods-share-link--twitter a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -855px -644px;
  content: '';
}

.block-virtusize-bottom {
  /*order: 130;*/
}
.block-goods-comment1 {
	margin-top: 30px;
}

.block-goods-comment1 table{
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  max-width: 454px;
  text-align: center;
  border-collapse: collapse;
  position: relative;
  height: auto !important;
}

.block-goods-comment1 th {
  text-align: center;
  padding: 10px 0;
}

.block-goods-comment1 td {
  text-align: center;
  padding: 10px 0;
}

.block-goods-comment1 tr > *:first-child, .block-goods-comment1 table > tbody > tr:first-child td{
	font-weight: bold;
}

.block-goods-comment1 tr:nth-of-type(2n) th ,
.block-goods-comment1 tr:nth-of-type(2n) td {
  background-color: #efefef;
}

.block-goods-release-dt,
.block-goods-class1,
.block-goods-class2,
.block-goods-attr1,
.block-goods-attr2,
.block-goods-attr3,
.block-goods-size,
.block-goods-color,
.block-goods-stock,
.block-contact-about-goods {
  display: none;
}

.block-build-to-order {
  /*order: 65;*/
  margin: 0 0 16px;
}

.block-build-to-order .block-build-to-order--icon {
  margin: 0 0 10px;
}

.block-build-to-order .block-build-to-order--icon span {
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
  color: #ffffff;
  background: #ef6c00;
}

.block-build-to-order .block-build-to-order--text {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #ef6c00;
}

.block-build-to-order .block-build-to-order--text span {
  font-size: 28px;
}

.block-build-to-order .block-build-to-order--guage {
  position: relative;
  margin: 0 0 12px;
  padding: 6px 4px;
  border-radius: 4px;
  font-size: 18px;
  color: #FFF;
  overflow: hidden;
  background: #e0e0e0;
}

.block-build-to-order .block-build-to-order--guage::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ef6c00;
  z-index: 1;
  content: "";
}

.block-build-to-order .block-build-to-order--guage[data-percent="0"]::before {width: 0%;}
.block-build-to-order .block-build-to-order--guage[data-percent="1"]::before {width: 1%;}
.block-build-to-order .block-build-to-order--guage[data-percent="2"]::before {width: 2%;}
.block-build-to-order .block-build-to-order--guage[data-percent="3"]::before {width: 3%;}
.block-build-to-order .block-build-to-order--guage[data-percent="4"]::before {width: 4%;}
.block-build-to-order .block-build-to-order--guage[data-percent="5"]::before {width: 5%;}
.block-build-to-order .block-build-to-order--guage[data-percent="6"]::before {width: 6%;}
.block-build-to-order .block-build-to-order--guage[data-percent="7"]::before {width: 7%;}
.block-build-to-order .block-build-to-order--guage[data-percent="8"]::before {width: 8%;}
.block-build-to-order .block-build-to-order--guage[data-percent="9"]::before {width: 9%;}
.block-build-to-order .block-build-to-order--guage[data-percent="10"]::before {width: 10%;}
.block-build-to-order .block-build-to-order--guage[data-percent="11"]::before {width: 11%;}
.block-build-to-order .block-build-to-order--guage[data-percent="12"]::before {width: 12%;}
.block-build-to-order .block-build-to-order--guage[data-percent="13"]::before {width: 13%;}
.block-build-to-order .block-build-to-order--guage[data-percent="14"]::before {width: 14%;}
.block-build-to-order .block-build-to-order--guage[data-percent="15"]::before {width: 15%;}
.block-build-to-order .block-build-to-order--guage[data-percent="16"]::before {width: 16%;}
.block-build-to-order .block-build-to-order--guage[data-percent="17"]::before {width: 17%;}
.block-build-to-order .block-build-to-order--guage[data-percent="18"]::before {width: 18%;}
.block-build-to-order .block-build-to-order--guage[data-percent="19"]::before {width: 19%;}
.block-build-to-order .block-build-to-order--guage[data-percent="20"]::before {width: 20%;}
.block-build-to-order .block-build-to-order--guage[data-percent="21"]::before {width: 21%;}
.block-build-to-order .block-build-to-order--guage[data-percent="22"]::before {width: 22%;}
.block-build-to-order .block-build-to-order--guage[data-percent="23"]::before {width: 23%;}
.block-build-to-order .block-build-to-order--guage[data-percent="24"]::before {width: 24%;}
.block-build-to-order .block-build-to-order--guage[data-percent="25"]::before {width: 25%;}
.block-build-to-order .block-build-to-order--guage[data-percent="26"]::before {width: 26%;}
.block-build-to-order .block-build-to-order--guage[data-percent="27"]::before {width: 27%;}
.block-build-to-order .block-build-to-order--guage[data-percent="28"]::before {width: 28%;}
.block-build-to-order .block-build-to-order--guage[data-percent="29"]::before {width: 29%;}
.block-build-to-order .block-build-to-order--guage[data-percent="30"]::before {width: 30%;}
.block-build-to-order .block-build-to-order--guage[data-percent="31"]::before {width: 31%;}
.block-build-to-order .block-build-to-order--guage[data-percent="32"]::before {width: 32%;}
.block-build-to-order .block-build-to-order--guage[data-percent="33"]::before {width: 33%;}
.block-build-to-order .block-build-to-order--guage[data-percent="34"]::before {width: 34%;}
.block-build-to-order .block-build-to-order--guage[data-percent="35"]::before {width: 35%;}
.block-build-to-order .block-build-to-order--guage[data-percent="36"]::before {width: 36%;}
.block-build-to-order .block-build-to-order--guage[data-percent="37"]::before {width: 37%;}
.block-build-to-order .block-build-to-order--guage[data-percent="38"]::before {width: 38%;}
.block-build-to-order .block-build-to-order--guage[data-percent="39"]::before {width: 39%;}
.block-build-to-order .block-build-to-order--guage[data-percent="40"]::before {width: 40%;}
.block-build-to-order .block-build-to-order--guage[data-percent="41"]::before {width: 41%;}
.block-build-to-order .block-build-to-order--guage[data-percent="42"]::before {width: 42%;}
.block-build-to-order .block-build-to-order--guage[data-percent="43"]::before {width: 43%;}
.block-build-to-order .block-build-to-order--guage[data-percent="44"]::before {width: 44%;}
.block-build-to-order .block-build-to-order--guage[data-percent="45"]::before {width: 45%;}
.block-build-to-order .block-build-to-order--guage[data-percent="46"]::before {width: 46%;}
.block-build-to-order .block-build-to-order--guage[data-percent="47"]::before {width: 47%;}
.block-build-to-order .block-build-to-order--guage[data-percent="48"]::before {width: 48%;}
.block-build-to-order .block-build-to-order--guage[data-percent="49"]::before {width: 49%;}
.block-build-to-order .block-build-to-order--guage[data-percent="50"]::before {width: 50%;}
.block-build-to-order .block-build-to-order--guage[data-percent="51"]::before {width: 51%;}
.block-build-to-order .block-build-to-order--guage[data-percent="52"]::before {width: 52%;}
.block-build-to-order .block-build-to-order--guage[data-percent="53"]::before {width: 53%;}
.block-build-to-order .block-build-to-order--guage[data-percent="54"]::before {width: 54%;}
.block-build-to-order .block-build-to-order--guage[data-percent="55"]::before {width: 55%;}
.block-build-to-order .block-build-to-order--guage[data-percent="56"]::before {width: 56%;}
.block-build-to-order .block-build-to-order--guage[data-percent="57"]::before {width: 57%;}
.block-build-to-order .block-build-to-order--guage[data-percent="58"]::before {width: 58%;}
.block-build-to-order .block-build-to-order--guage[data-percent="59"]::before {width: 59%;}
.block-build-to-order .block-build-to-order--guage[data-percent="60"]::before {width: 60%;}
.block-build-to-order .block-build-to-order--guage[data-percent="61"]::before {width: 61%;}
.block-build-to-order .block-build-to-order--guage[data-percent="62"]::before {width: 62%;}
.block-build-to-order .block-build-to-order--guage[data-percent="63"]::before {width: 63%;}
.block-build-to-order .block-build-to-order--guage[data-percent="64"]::before {width: 64%;}
.block-build-to-order .block-build-to-order--guage[data-percent="65"]::before {width: 65%;}
.block-build-to-order .block-build-to-order--guage[data-percent="66"]::before {width: 66%;}
.block-build-to-order .block-build-to-order--guage[data-percent="67"]::before {width: 67%;}
.block-build-to-order .block-build-to-order--guage[data-percent="68"]::before {width: 68%;}
.block-build-to-order .block-build-to-order--guage[data-percent="69"]::before {width: 69%;}
.block-build-to-order .block-build-to-order--guage[data-percent="70"]::before {width: 70%;}
.block-build-to-order .block-build-to-order--guage[data-percent="71"]::before {width: 71%;}
.block-build-to-order .block-build-to-order--guage[data-percent="72"]::before {width: 72%;}
.block-build-to-order .block-build-to-order--guage[data-percent="73"]::before {width: 73%;}
.block-build-to-order .block-build-to-order--guage[data-percent="74"]::before {width: 74%;}
.block-build-to-order .block-build-to-order--guage[data-percent="75"]::before {width: 75%;}
.block-build-to-order .block-build-to-order--guage[data-percent="76"]::before {width: 76%;}
.block-build-to-order .block-build-to-order--guage[data-percent="77"]::before {width: 77%;}
.block-build-to-order .block-build-to-order--guage[data-percent="78"]::before {width: 78%;}
.block-build-to-order .block-build-to-order--guage[data-percent="79"]::before {width: 79%;}
.block-build-to-order .block-build-to-order--guage[data-percent="80"]::before {width: 80%;}
.block-build-to-order .block-build-to-order--guage[data-percent="81"]::before {width: 81%;}
.block-build-to-order .block-build-to-order--guage[data-percent="82"]::before {width: 82%;}
.block-build-to-order .block-build-to-order--guage[data-percent="83"]::before {width: 83%;}
.block-build-to-order .block-build-to-order--guage[data-percent="84"]::before {width: 84%;}
.block-build-to-order .block-build-to-order--guage[data-percent="85"]::before {width: 85%;}
.block-build-to-order .block-build-to-order--guage[data-percent="86"]::before {width: 86%;}
.block-build-to-order .block-build-to-order--guage[data-percent="87"]::before {width: 87%;}
.block-build-to-order .block-build-to-order--guage[data-percent="88"]::before {width: 88%;}
.block-build-to-order .block-build-to-order--guage[data-percent="89"]::before {width: 89%;}
.block-build-to-order .block-build-to-order--guage[data-percent="90"]::before {width: 90%;}
.block-build-to-order .block-build-to-order--guage[data-percent="91"]::before {width: 91%;}
.block-build-to-order .block-build-to-order--guage[data-percent="92"]::before {width: 92%;}
.block-build-to-order .block-build-to-order--guage[data-percent="93"]::before {width: 93%;}
.block-build-to-order .block-build-to-order--guage[data-percent="94"]::before {width: 94%;}
.block-build-to-order .block-build-to-order--guage[data-percent="95"]::before {width: 95%;}
.block-build-to-order .block-build-to-order--guage[data-percent="96"]::before {width: 96%;}
.block-build-to-order .block-build-to-order--guage[data-percent="97"]::before {width: 97%;}
.block-build-to-order .block-build-to-order--guage[data-percent="98"]::before {width: 98%;}
.block-build-to-order .block-build-to-order--guage[data-percent="99"]::before {width: 99%;}
.block-build-to-order .block-build-to-order--guage[data-percent="100"]::before {width: 100%;}

.block-build-to-order .block-build-to-order--guage span {
  position: relative;
  z-index: 2;
}

.block-build-to-order .block-build-to-order--date {
  margin: 0 0 10px;
  font-size: 14px;
}

.block-build-to-order .block-build-to-order--date #bto_timer {
  color: #ef6c00;
  font-weight: bold;
}

.block-build-to-order .block-build-to-order--date #bto_timer .yycountdown-box {
  display: inline;
}

.block-build-to-order .block-build-to-order--period {
  display: flex;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 2.2;
}

.block-build-to-order .block-build-to-order--period dt {
  position: relative;
  margin-right: 6px;
  padding-right: 8px;
}

.block-build-to-order .block-build-to-order--period dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
}

.block-build-to-order .block-build-to-order--period dd {
  margin-left: 0;
}

.block-build-to-order.bto-now .block-build-to-order--icon span,
.block-build-to-order.bto-now .block-build-to-order--guage::before {
  background: #ff4d88;
}

.block-build-to-order.bto-now .block-build-to-order--text,
.block-build-to-order.bto-now .block-build-to-order--date #bto_timer {
  color: #ff4d88;
}


.block-build-to-order.bto-completion-now .block-build-to-order--icon span,
.block-build-to-order.bto-completion-now .block-build-to-order--guage::before,
.block-build-to-order.bto-completion .block-build-to-order--icon span,
.block-build-to-order.bto-completion .block-build-to-order--guage::before {
  background: #ff302a;
}

.block-build-to-order.bto-completion-now .block-build-to-order--text,
.block-build-to-order.bto-completion-now .block-build-to-order--date #bto_timer,
.block-build-to-order.bto-completion .block-build-to-order--text,
.block-build-to-order.bto-completion .block-build-to-order--date #bto_timer {
  color: #ff302a;
}

.block-build-to-order.bto-failure .block-build-to-order--icon span,
.block-build-to-order.bto-failure .block-build-to-order--guage::before {
  background: #1f193f;
}

.block-build-to-order.bto-failure .block-build-to-order--text,
.block-build-to-order.bto-failure .block-build-to-order--date #bto_timer {
  color: #1f193f;
}

.zoomContainer {
  z-index: 2;
}

.zoomContainer .zoomLens {
  background-color: #FFF;
  z-index: 3;
}

/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap;
}
/*
.block-goods-sns {
  order: 10;
}

.page-goods .block-icon {
  order: 20;
}

.block-goods-comment {
  order: 30;
}

.block-goods-name {
  order: 30;
}

.block-goods-price {
  order: 50;
}

.block-goods-code {
  order: 60;
}

.block-goods-item-code {
  order: 70;
}

.block-goods-item-code2 {
  order: 80;
}

.block-goods-item-code3 {
  order: 90;
}

.block-goods-release-dt {
  order: 100;
}

.block-goods-class1 {
  order: 110;
}

.block-goods-class2 {
  order: 120;
}

.block-goods-attr1 {
  order: 130;
}

.block-goods-attr2 {
  order: 140;
}

.block-goods-attr3 {
  order: 150;
}

.block-goods-size {
  order: 160;
}

.block-goods-color {
  order: 170;
}

.block-goods-point {
  order: 180;
}

.block-goods-postage {
  order: 190;
}

.block-goods-stock {
  order: 200;
}

.block-goods-spec {
  order: 210;
}

.block-goods-sales-detail-append {
  order: 220;
}

.block-variation {
  order: 90;
}

.block-custom-order {
  order: 240;
}

.block-add-cart {
  order: 250;
}

.block-no-stock {
  order: 260;
}

.block-outside-sales-period {
  order: 260;
}

.block-arrival-notice {
  order: 270;
}

.block-goods-store-stock {
  order: 280;
}

.block-goods-set {
  order: 290;
}

.block-accessory-list {
  order: 300;
}

.block-variation-back-order {
  order: 310;
}

.block-contact-about-goods {
  order: 320;
}

.block-goods-favorite {
  order: 330;
}

.block-goods-link {
  order: 340;
}*/

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
  text-align: center;
  margin-top: 50px;
}

/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}

/* ----サジェスト背景---- */
.SuggestBg { width: 100vw; height: 100vh; position: fixed; z-index: 9000; }

/* ----購入履歴---- */
dl.block-purchase-history-detail--invoice, dl.block-purchase-history-detail--track-shipment {
    box-sizing: border-box;
    order-collapse: collapse;
    border: 1px solid #c8c8c8;
}
.block-purchase-history-detail--invoice dt, .block-purchase-history-detail--invoice dd,.block-purchase-history-detail--track-shipment dt, .block-purchase-history-detail--track-shipment dd {
    padding: 10px;
}

.block-purchase-history-detail--invoice dt, .block-purchase-history-detail--track-shipment dt {
    font-weight: bold;
    background-color: #f8f8f8;
    width: 20%;
    float: left;
    border-right: 1px solid #c8c8c8;
}
.block-purchase-history-detail--invoice dd, .block-purchase-history-detail--track-shipment dd {
    width: 80%;
}
dl.block-purchase-history-detail--invoice {
    margin: 10px 0 0;
}
dl.block-purchase-history-detail--track-shipment {
    margin: 0 0 10px;
    border-top: none;
}