@charset "UTF-8";
/*body{
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-family: 'Abel','K2D', sans-serif;
}
.block-top-free2-txt{
  font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','K2D', sans-serif;;
}*/

body {
  background-color: transparent;
  font-family: din-2014, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body:not(.page-search) ul {
  line-height: 1.5;
}
.wrapper {
  overflow: hidden;
  padding-top: 50px;
}
.page-top .block-top-body,
.page-category .block-top-body {
  margin-top: 0;
}
.block-globalnav--item-list > li a,
.block-footernav--item-list li a {
  font-size: 18px;
  color: #fff;
}
.block-top-topic--items li dl dd {
  font-size: 20px;
}
.page-top h2,
.page-goods h2 {
  font-size: 24px;
}
.sp-menu-tit a {
  font-size: 20px !important;
  font-weight: bolder !important;
}
.pane-main {
  overflow: hidden;
}
/* 検索画面 */
.search-cont {
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  transition: all 0.5s ease;
  transform: translateY(-100%);
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
}
.search-cont #search_area {
  padding: 15px 45px 15px 20px;
}
.search-cont .search-cont-form {
  position: relative;
}
.search-cont input[type="text"] {
  width: 100%;
  padding: 10px 40px 10px 18px;
  border-color: #c0c0c0;
  border-radius: 100px;
}
.search-cont input[type=text]:focus {
  outline: none;
}
.search-cont input[name=submit] {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.search-cont.active {
  transform: translateY(0);
}
.search_area-brand a,
.search_area-item a,
.search_area-search a {
  display: block;
  padding: 21px 16px;
  border-top: 1px solid #cccccc;
  font-size: 12px;
  background: url(../../../img/usr/S/common/brand-arrow.png) center right 15px/6px 10px no-repeat;
  text-decoration: none;
}
.search_area-item.last {
  border-bottom: 1px solid #cccccc;
}
.search-close-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 18px;
  right: 8px;
}
.search-close-btn::before,
.search-close-btn::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.search-close-btn::before {
  transform: rotate(45deg);
}
.search-close-btn::after {
  transform: rotate(-45deg);
}
div.poplink.sphs {
  padding: 20px 0 20px 15px;
  background-color: #ffffff;
}
div.poplink.sphs > div.poplink_search {
  border: none !important;
}
div.poplink.sphs > div.poplink_suggest > div.word.highlighted {
  background: #121212 !important;
  border: 1px solid #121212 !important;
}
div.poplink.sphs > div.poplink_suggest > div.word.highlighted:after {
  border-color: #121212 transparent transparent transparent !important;
}
div.poplink.sphs > div.poplink_search > div.item {
  border: 1px solid #e5e5e5 !important;
}
div.poplink.sphs > div.poplink_search > div.item {
  margin: 8px;
}
div.poplink > div.close_button {
  display: none;
}
/* ハンバーガーメニュー hamburger-menu*/
/* hamburger-menu-mypage */
.hamburger-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffff 0%, #ffff 90%, rgb(150 150 150 / 50%) 10%, rgb(150 150 150 / 50%) 100%);
  padding-right: 10%;
  overflow-y: scroll;
  padding-bottom: 80px;
  transition: all 0.5s ease;
  transform: translateX(-100%);
}
.hamburger-close {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 10px;
  right: 5px;
  z-index: 100000;
  transition: all 0.5s ease;
  transform: translateX(-100vw);
}
.hamburger-close.active {
  transform: translateX(0);
}
.hamburger-close::before,
.hamburger-close::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hamburger-close::before {
  transform: rotate(45deg);
}
.hamburger-close::after {
  transform: rotate(-45deg);
}
.hamburger-menu.active {
  transform: translateX(0);
}
.hamburger-menu .hamburger-menu-mypage {
  width: 90%;
  margin-inline: auto;
  padding: 15px 0;
}
.hamburger-menu .hamburger-menu-mypage-menu {
  display: flex;
  gap: 15px;
}
.hamburger-menu .hamburger-menu-mypage-menu > div {
  width: 50%;
}
.hamburger-menu .hamburger-menu-mypage.login {
  display: block;
  padding: 15px 0;
}
.hamburger-menu .hamburger-menu-mypage div img {
  height: 14px;
  vertical-align: middle;
}
.hamburger-menu .hamburger-menu-mypage div a {
  display: block;
  padding: 10px;
  border: 1px solid #1a8bcc;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  color: #1a8bcc;
}
.hamburger-menu .hamburger-menu-mypage div a.hamburger-menu-mypage-login {
  color: #fff;
  background-color: #1a8bcc;
}
/* ログイン login ハンバーガーメニュー*/
.hamburger-menu.login .hamburger-menu-mypage .hamburger-menu-mypage-customer {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  font-size: 14px;
}
.hamburger-menu.login .hamburger-menu-mypage .hamburger-menu-mypage-customer .c_name {
  text-align: left;
  font-size: 14px;
  margin-bottom: 8px;
}
.hamburger-menu.login .hamburger-menu-mypage .hamburger-menu-mypage-customer .c_name span {
  font-size: 11px;
  margin-left: 4px;
}
.hamburger-menu.login .hamburger-menu-mypage .hamburger-menu-mypage-customer .c_point {
  text-align: left;
  font-size: 11px;
}
.hamburger-menu.login .hamburger-menu-mypage .hamburger-menu-mypage-customer .c_point_num {
  display: inline-block;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
}
.hamburger-menu.login .hamburger-menu-mypage div {
  width: 100%;
}
.hamburger-menu.login .hamburger-menu-mypage ul {
  display: none;
}
.hamburger-menu.login .hamburger-menu-mypage ul li {
  background: url(../../../img/usr/S/common/brand-arrow.png) center right 15px/6px 10px no-repeat;
  border-top: 1px solid #f5f5f5;
}
.hamburger-menu.login .hamburger-menu-mypage ul li a {
  padding: 15px;
  display: block;
}
.hamburger-menu-seach {
  padding: 15px 0;
  border-top: 1px solid #c0c0c0;
}
.hamburger-menu-seach form {
  width: 90%;
  margin-inline: auto;
  position: relative;
}
.hamburger-menu-seach input[type="text"] {
  width: 100%;
  padding: 10px 40px 10px 18px;
  border-color: #c0c0c0;
  border-radius: 100px;
}
.hamburger-menu-seach input[type="image"] {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
/* hamburger-menu-recommend */
.hamburger-menu .hamburger-menu-recommend h3 {
  font-size: 14px;
  font-weight: 400;
  background: #f8f8f8;
  border: 1px 0 1px 0 solid #f5f5f5;
  padding: 15px 15px;
}
.hamburger-menu .hamburger-menu-recommend h4 {
  font-size: 14px;
  font-weight: 400;
  padding: 15px 15px;
}
.hamburger-menu .hamburger-menu-recommend div {
  overflow-x: scroll;
}
.hamburger-menu .hamburger-menu-recommend .recommend-more-btn {
  float: right;
  font-size: 12px;
}
.hamburger-menu-recommend .recommend-list {
  display: flex;
  padding: 20px 15px;
  border-bottom: 1px solid #808080;
}
.hamburger-menu-recommend .recommend-list .block-thumbnail-h--item {
  display: inline-block;
  margin-right: 12px;
}
.hamburger-menu-recommend .recommend-list .block-thumbnail-h--item img {
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}
.hamburger-menu-recommend .recommend-list .block-cart-i--goods-description {
  display: none;
}
.hamburger-menu-main {
  border-top: 1px solid #c0c0c0;
}
.hamburger-menu-main + .hamburger-menu-main {
  border-top: 30px solid #f8f8f8;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item a.menu-child-toggle-has-link {
  display: inline-block;
  padding: 0;
}
.hamburger-menu-main .hamburger-menu-list .menu-list-item-more {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
  padding: 20px 15px;
}
.hamburger-menu-main .hamburger-menu-list .menu-list-item-more-text {
  padding-right: 70px;
  position: relative;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-list-item-more-link {
  padding: 0;
  font-size: 11.5px;
  color: #1a8ccd;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#hamburger_history {
  width: 100%;
  overflow: auto;
}
#hamburger_history:empty,
#hamburger_history .recommend-list .block-cart-i--goods-description {
  display: none;
}
#hamburger_history .recommend-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
}
#hamburger_history .recommend-list .block-thumbnail-h--item {
  max-width: 60px;
  width: 60px;
  min-width: 60px;
}
#hamburger_history .recommend-list .block-thumbnail-h--item > a {
  padding: 0;
}
#hamburger_history .recommend-list .block-thumbnail-h--goods-image figure {
  min-width: auto;
  min-height: auto;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item.arrw-add {
  background: url(../../../img/usr/S/common/brand-arrow.png) center right 15px/6px 10px no-repeat;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item.gry-bg {
  display: block;
  padding: 15px 15px;
  font-size: 14px;
  background-color: #f8f8f8;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item a {
  display: block;
  padding: 20px 15px;
  font-size: 14px;
  color: #231815;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item a:hover {
  text-decoration: none;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item span {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.hamburger-menu-main .hamburger-menu-list:first-child li.menu-list-item:last-child {
  border-bottom: none;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-child-toggle {
  display: block;
  padding: 20px 40px 20px 15px;
  font-size: 14px;
  color: #231815;
  position: relative;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-child-toggle::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  transform: rotate(135deg);
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item a.hamburger-menu-list-child-list-item-link::before {
  display: none;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-child-toggle.active::before {
  top: 5px;
  transform: rotate(-45deg);
}
/* 子リスト */
.hamburger-menu-main .hamburger-menu-list-child-list {
  display: none;
  border-top: 1px solid #f5f5f5;
}
.hamburger-menu-main .hamburger-menu-list-child-list-item {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.hamburger-menu-main .hamburger-menu-list-child-list-item.--title {
  padding: 9px 15px;
  font-size: 14px;
  color: #a0a0a0;
  background-color: #f8f8f8;
}
.hamburger-menu-main .hamburger-menu-list-child-list-item:last-child {
  border-bottom: none;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item a.hamburger-menu-list-child-list-item-link.--color-blue {
  color: #1a8bcc;
}
/* 孫リスト */
.hamburger-menu-main .hamburger-menu-category-list-child-list {
  display: none;
  background-color: #e8e8e8;
}
.hamburger-menu-main .hamburger-menu-category-list-child-list-item {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.hamburger-menu-main .hamburger-menu-category-list-child-list-item:last-child {
  border-bottom: none;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item a.hamburger-menu-category-list-child-list-item-link {
  padding-left: 35px;
}
/* menu-list-sns */
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-list-sns {
  margin-top: 20px;
  padding: 0 15px;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-list-sns li {
  display: inline-block;
  margin-right: 20px;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-list-sns li a {
  display: inline-block;
  padding: 0;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-list-sns li a img {
  height: 20px;
}
/* --header-- */
.pane-header { /* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex; /* Androidブラウザ用 */
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  position: relative;
}
.pane-header div:first-child {
  width: 25px;
  height: 25px;
}
.pane-globalnav-fixed {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  background: #000;
  padding-bottom: 0;
  transform: translateY(0%);
  transition: transform 0.6s ease;
}
.block-header-logo {
  max-width: 284px;
  min-width: 142px;
  width: 33%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.block-header-logo--img {
  display: block;
  width: 100%;
  height: auto;
}
.pane-globalnav {
  background: #fff !important;
  position: relative;
  z-index: 3;
  padding: 0;
}
.pane-globalnav_no-fixed {
  position: static;
}
.page-cart .hamburger-icon,
.page-cart .block-headernav,
.page-method .hamburger-icon,
.page-method .block-headernav,
.page-estimate .hamburger-icon,
.page-estimate .block-headernav,
.page-order .hamburger-icon,
.page-order .block-headernav {
  display: none;
}
.block-headernav {
  width: auto;
}
.block-globalnav--item-list {
  display: none;
}
.page-top .block-globalnav--item-list {
  display: block;
  padding: 10px 0;
}
.block-globalnav--item-list > li {
  background: none;
  border-left: none;
  display: block;
  width: 100%;
  padding: 0;
}
.block-globalnav--item-list > li:first-child {
  margin-bottom: 10px;
}
.block-globalnav--item-list > li a {
  text-align: center;
  padding: 16%;
  background-image: url(../../../img/usr/U/common/sp-woman.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 24px;
  display: block;
  font-weight: bold;
  font-style: italic;
}
.block-globalnav--item-list a {
  text-decoration: none !important;
}
.block-globalnav--item-list > li:last-child a {
  background-image: url(../../../img/usr/U/common/sp-man.png);
}
.block-headernav--item-list {
  display: flex;
  gap: 5px;
}
.block-headernav--item-list li {
  width: auto;
  height: 23px;
  margin-top: -3px;
}
.block-headernav--item-list li a {
  height: 100%;
}
.block-headernav--item-list li a img {
  height: 27px;
}
.block-headernav--cart-count {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 1.6;
  font-size: 10px;
}
#top-slider {
  position: fixed !important;
}
.top-slider-scroll {
  position: absolute;
  bottom: 56px;
  right: 20px;
  z-index: 3;
}
/* ハンバーガーメニュー*/
.sex-tab {
  display: flex;
}
.sex-tab div {
  width: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0;
  background: #dfdfdf;
  text-decoration: underline;
}
.sex-tab div.active {
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}
/* ハンバーガーアコーディオンボタン */
.sp-menu-btn-wrap {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.sp-menu-btn {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
  transform: rotate(45deg);
}
.sp-menu-btn span::before,
.sp-menu-btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 84%;
  height: 4%;
  margin: auto;
  background: #595A5A;
}
.sp-menu-btn span::before {
  transform: rotate(-45deg);
}
.sp-menu-btn span::after {
  transform: rotate(45deg);
}
/* end ハンバーガーアコーディオンボタン */
#block_of_event .block-top-event--header img {
  max-width: 35%;
}
#block_of_event .nav_bg_black2 img {
  max-width: 35%;
}
.boy img {
  max-width: 24%;
}
.girl img {
  max-width: 42%;
}
.fu-ture img {
  max-width: 35%;
}
.sp-menu-login {
  width: 60%;
  max-width: 302px;
}
.block-globalnav-menu * {
  color: #595757;
}
.block-globalnav-menu {
  height: auto !important;
}
.menu_close {
  margin: 13px 10px 24px 10px;
  max-width: 30px;
  width: 6%;
}
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
/* メインビジュアル */
.main_visual-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main_visual-info-btn {
  margin: 30px auto 0;
  width: 162px;
  height: 54px;
  color: #fff;
  border: 1px solid #fff;
  padding: 16px 0;
  text-align: center;
}
#top-slider2 a:hover {
  text-decoration: none;
}
.main_visual-info-btn:hover {
  opacity: .7;
  cursor: pointer;
}
.main_visual-info-txt {
  font-size: 7vw;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  text-align: center;
}
.main_visual-info {
  position: absolute;
  top: 265px;
  left: 0;
  right: 0;
  margin: auto;
}
.main_visual-info:hover {
  cursor: pointer;
}
#block_of_top_body {
  position: relative;
  z-index: 3;
}
@media all and (-ms-high-contrast:none) {
  #block_of_top_body {
    margin-top: 115px;
  }
}
.bx-viewport {
  overflow: visible !important;
}
.bx-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
}
.bx-controls-direction,
.bx-pager,
.bx-pager .bx-pager-item {
  display: inline;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255,
    .5);
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 12px;
  outline: 0;
  border-radius: 0;
}
/* スライダー２ */
#top-slider-warp2, #top-slider-warp2 li {
  height: 92vh;
  width: 100%;
}
#top-slider-warp2 .main_visual-info {
  position: static;
}
/* end スライダー２ */
/* お知らせ */
.block-free-2--sub-items {
  margin-bottom: 34px;
}
.block-free-2--sub-items li {
  border-bottom: none;
  width: 100%;
  text-align: center;
}
.block-free-2--sub-items li a:after {
  display: none;
}
.block-free-2--sub-items li a {
  color: #e74709;
  text-align: center;
  font-size: 15px;
}
/* FEATURES */
.block-top-topic {
  margin-top: 120px;
  position: relative;
  z-index: 4;
}
.block-recent-item--body h2.block-recent-item--header {
  white-space: nowrap;
  width: 100%;
  font-size: 25px;
}
.block-recent-item--body h2.block-recent-item--header img {
  max-width: 35%;
}
.page-top h2,
.page-goods h2,
.page-category h2 {
  background: #fff;
  font-weight: normal;
  text-align: center;
  border-bottom: none;
  padding: 42px 0;
}
.page-category .block-top-event h2.block-top-topic--header {
  margin-bottom: 30px;
  padding: 0 10px;
  border-bottom: none;
}
.page-category .block-top-event--goods {
  width: 100%;
}
.page-category .block-top-event--goods + .block-top-event--header,
.page-category .block-top-event--goods + .block-top-event--header2 {
  margin-top: 120px;
}
.block-top-event--items {
  width: 100%;
}
.block-top-event--items + .block-top-event--items {
  margin-top: 120px;
}
.page-category .block-top-topic--header::after,
.page-category .block-recent-item--header::after {
  background: #fff;
}
.page-category .block-top-event--more {
  width: 100%;
  margin: 30px auto 120px;
  text-align: center;
}
.page-category .block-top-event--more a {
  display: block;
  width: 60%;
  margin-inline: auto;
  padding: 15px 35px;
  border: 1px solid #787878;
  border-radius: 100px;
  text-align: center;
  color: #787878;
  background-color: #fff;
  position: relative;
}
.page-category .block-top-event--more a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(45deg);
}
.block-top-topic--items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5px;
}
.block-top-topic--items li {
  width: calc((100% - 5px) / 2);
  padding: 0;
  border-bottom: none;
}
.block-top-topic--items li a::after {
  display: none;
}
.block-top-topic--items li dl {
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
}
.block-top-topic--items li dt {
  font-size: 12px;
}
.block-top-topic--btn {
  display: block;
  width: 60%;
  margin-inline: auto;
  padding: 15px 35px;
  border: 1px solid #787878;
  border-radius: 100px;
  text-align: center;
  position: relative;
}
.block-top-topic--btn::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(45deg);
}
.block-top-topic--btn-area {
  margin: 30px auto 120px;
  text-align: center;
}
.page-top .block-recent-item--body {
  display: flex;
  flex-wrap: wrap;
  -ms-box-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0;
  z-index: 4;
}
/* イベント */
.block-top-event .block-top-event--header {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
  font-weight:normal;
  text-align: center;
  z-index: 4;
}
.block-top-event .block-top-event--header h1 {
  font-size: 28px;
}
.block-event-page .block-event-page--header-freespace,
.block-event-page .block-event-page--header {
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
}
.block-event-page .sort-list {
  display: none;
}
.pane-main .block-pickup-list-p--goods-image {
  position: relative;
  display: block;
  min-height: 0%;
}
.pane-main .block-top-event { /* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  flex-wrap: wrap;
  -ms-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  background: #fff;
}
.block-pickup-list-p--items,
.block-ranking-r--items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5px;
  border-top: none;
  padding-top: 0;
  padding-right: 0;
}
.block-pickup-list-p--items li,
.block-ranking-r--items li {
  width: calc((100% - 10px) / 3);
  padding: 0;
  border-bottom: none;
  position: relative;
}
.page-category .block-ranking-r--items li {
  width: calc((100% - 10px) / 3);
}
.page-category .block-ranking-r--goods-image figure {
  min-width: auto;
  min-height: auto;
}
.block-pickup-list-p--items li a { /* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.block-pickup-list-p--goods-image {
  width: 100%;
}
.block-ranking-r--goods-image {
  position: relative;
  margin-bottom: 0;
}
/* ランキングアイコン */
.block-ranking-r .block-ranking-r--items {
  counter-reset: rank;
}
.block-ranking-r--rank {
  width: 18.5px;
  height: 18.5px;
  border-radius: 0;
  background-color: transparent;
  top: 0;
  left: 0;
}
.block-ranking-r .block-ranking-r--items .block-ranking-r--item .block-ranking-r--rank::before {
  counter-increment: rank;
  content: counter(rank);
  width: 18.5px;
  height: 18.5px;
  font-size: 12.5px;
  color: #fff;
  background-image: url(../../../img/usr/U/common/icon-ranking-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.block-ranking-r .block-ranking-r--items .block-ranking-r--item .block-ranking-r--rank.block-ranking-r--rank-1::before {
  background-image: url(../../../img/usr/U/common/icon-ranking-1.png);
}
.block-ranking-r .block-ranking-r--items .block-ranking-r--item .block-ranking-r--rank.block-ranking-r--rank-2::before {
  background-image: url(../../../img/usr/U/common/icon-ranking-2.png);
}
.block-ranking-r .block-ranking-r--items .block-ranking-r--item .block-ranking-r--rank.block-ranking-r--rank-3::before {
  background-image: url(../../../img/usr/U/common/icon-ranking-3.png);
}
.block-ranking-r .block-ranking-r--items .block-ranking-r--item .rank-icon {
  display: none;
}
.wrapper .block-ranking-r--goods-image .block-ranking-r--rank {
  width: 18.5px;
  height: 18.5px;
  background-color: transparent;
}
.block-ranking-r--goods-image .block-ranking-r--rank figure {
  min-width: 100%;
  min-height: 100%;
}
/* end ランキングアイコン */
.block-pickup-list-p--goods-image figure {
  background: none;
  width: 100%;
  height: 100%;
  padding: 0;
  flex: 0 1 auto;
}
.img-center img {
  flex-basis: 100%;
}
.price,
.block-pickup-list-p--goods-name,
.block-ranking-r--goods-name {
  color: #000;
  font-weight: normal;
}
.default-price {
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  color: #777778;
}
.price-down {
  display: inline-block;
  font-size: 12px;
  margin-left: 8px;
  color: #D84821;
}
.block-goods-list-d--stock {
  display: none;
}
.block-pickup-list-p--goods-description,
.block-ranking-r--goods-description {
  width: 100%;
  display: block;
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}
.block-ranking-r--price .price-down,
.block-pickup-list-p--goods-description .price-down,
.block-thumbnail-h--price .price-down {
  color: #e74709;
}
#block_of_free1 {
  display: none;
}
/* footer */
.block-footernav {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #dedede;
  text-align: left;
  background-color: #fff;
}
.footer-list-title {
  padding: 20px 60px 20px 15px;
  border-top: 1px solid #dedede;
  font-size: 14px;
  color: #323232;
  position: relative;
}
.footer-list-title::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  transform: rotate(135deg);
}
.footer-list-title.active::before {
  top: 5px;
  transform: rotate(-45deg);
}
.footer-list-body {
  display: none;
  border-top: 1px solid #dedede;
}
.footer-list {
  background-color: #f6f4f5;
}
.block-footernav li.footer-list-item {
  display: block;
  padding: 0;
  border: none;
  border-bottom: 1px solid #fff;
}
.block-footernav li.footer-list-item:last-child {
  border-bottom: none;
}
.footer-list-item-link {
  display: block;
  padding: 20px 15px;
  font-size: 14px;
}
.block-footernav li .footer-list-item-link {
  color: #5a5a5a;
}
.footer-list-item-link[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  margin-left: 7px;
  background-image: url(../../../img/usr/U/common/icon_footer_targetlink.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer-list-item-link.--bg-dark-gray {
  background-color: #e6e4e5;
}
.footer-list-item-link-pic {
  vertical-align: middle;
}
.footer-sns {
  margin-top: 50px;
}
.footer-sns-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin-inline: auto;
}
.footer-sns-list-item {
  width: 20px;
  text-align: center;
}
#footer-copyright {
  margin: 20px auto 0;
  text-align: center;
}
.copy-right-photo {
  margin-bottom: 10px;
}
.copy-right-photo img {
  width: 170px;
}
.copy-right {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #121212;
}
/* トピック一覧 */
.block-topic-details {
  margin: 10px 15px 74px;
}
.block-topic-details--items {
  border-top: none;
  margin: 0;
}
.block-topic-details--items li {
  padding: 0;
  border: none;
  margin-bottom: 46px;
}
.block-topic-details--items li a { /* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
}
.block-topic-details--items li figure {
  width: 70%;
}
.block-topic-details--items li > p {
  margin: 10px 0;
  text-align: center;
}
.page-topicdetaillist .pager {
  margin-bottom: 150px;
}
/*FUTURE*/
.block-recent-item {
  background-color: #1a1a1a;
  display: flex;
  flex-wrap: wrap;
  -ms-box-pack: justify;
  justify-content: center;
  margin-bottom: 0;
}
.block-recent-item .block-recent-item--header {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background-color: #1a1a1a;
  margin-top: 16px;
}
.block-thumbnail-h li .future-item {
  color: #fff;
  font-size: 18px;
  margin-top: 24px;
}
.block-recent-item--items .future-item-view {
  width: 100%;
  text-align: center;
  margin-top: 24px;
  margin-top: 64px;
  margin-bottom: 80px;
}
.block-recent-item--items .future-item-view a.future-item-view-link {
  font-size: 20px;
  border: solid 1px white;
  padding: 24px 64px;
  color: white;
  text-decoration: none;
}
/*商品*/
.block-cart-i--items {
  padding: 5px;
  border: 0;
}
.block-cart-i--items li,
.block-thumbnail-h--items li {
  width: calc((100% - 10px) / 3);
  padding: 0;
}
.block-cart-i--goods-image {
  margin-bottom: 0;
}
.block-cart-i--goods-image figure {
  background: #fff;
}
.pd-top4vw {
  padding-top: 30px;
}
/*--商品詳細--*/
.block-accessory-list {
  margin-top: 0;
  margin-bottom: 20px;
}
.block-accessory-list--list {
  margin-bottom: 40px;
}
.block-cart-i--goods-description {
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
}
.block--add-cart-btn-area {
  display: flex;
  order: 120;
  margin: 0px 10px 5px;
  justify-content: space-between;
}
.block-goods-gallery--src-1.src-back {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 2;
  width: 15%;
  max-width: 120px;
}
.block-goods-gallery--src-1.src-next {
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 2;
  width: 15%;
  max-width: 120px;
}
#gallery {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  order: 12;
  overflow: scroll;
}
#gallery li {
  padding: 0;
  position: relative;
  margin-top: 4px;
  margin-left: 3px;
  max-width: 120px;
  font-size: 0;
  min-width: 44px;
}
#gallery li figure {
  height: 11.8vw;
}
#gallery li figure img {
  height: auto;
}
#gallery li:first-child {
  margin-left: 0;
}
#gallery li::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#gallery li.current::after {
  display: none;
}
div#img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 3;
}
div#img-list span {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
}
div#img-list-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: #ffffff;
  z-index: 99999;
  display: none;
  padding: 65px 0 0;
  transition: all 0.5s;
}
div#img-list-pop-up.active {
  display: block;
}
div#img-list-pop-up h3 {
  width: 100%;
  padding: 20px 60px;
  font-weight: normal;
  text-align: center;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
}
span.close {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #9c9c9e;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 7;
}
span.close::before, span.close::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
span.close::after {
  transform: rotate(135deg);
}
div#img-list-pop-up span.close {
  top: 15px;
  right: 15px;
}
div#img-list-pop-up ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 10px 10px;
}
div#img-list-pop-up ul::after {
  content: "";
  width: 30%;
}
div#img-list-pop-up ul li {
  max-width: none;
  width: 25%;
  margin: 0 0 1% 0;
  margin-bottom: 1%;
  padding: 0 0.5%;
  font-size: inherit;
}
div#img-list-pop-up ul li p {
  display: none;
}
#wrapper.non-active {
  display: none !important;
}
#img-lightbox-layer {
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  overflow: scroll;
}
#img-lightbox-layer.active {
  display: block;
}
.img-lightbox-layer--img {
  transition-duration: 300ms;
  transform-origin: 0 0;
  transform: scale(2);
}
.gallery-page {
  width: 64px;
  margin: auto;
  padding: 3px 0 2px;
  border-radius: 15px;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  background-color: rgb(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 0;
  z-index: 3;
}
.gallery-page-current,
.gallery-page-all {
  padding: 0 5px;
}
.bg-gray {
  background-color: #595757 !important;
  color: #fff;
}
.bg-gray img {
  padding-top: 14px;
}
.block-contact-about-goods--btn.btn.btn-default.restock-100 {
  width: 100%;
  border: 1px solid #595757;
  padding: 20px 0;
  height: 64px;
  font-size: 12px !important;
}
.restock-box-warp {
  margin-bottom: 25px;
}
/* 予約商品 */
.block-goods-detail {
  text-align: center;
  margin: 0;
}
.block-goods-detail .block-src-l {
  position: relative;
  margin-bottom: 4px;
  width: 100%;
}
.block-goods-detail #large_image figure img.back-arrow,
.block-goods-detail #large_image figure img.next-arrow {
  width: 35px;
  height: 35px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.block-goods-detail #large_image figure img.back-arrow {
  left: 10px;
}
.block-goods-detail #large_image figure img.next-arrow {
  right: 10px;
}
.block-goods-detail--item-model {
  order: 11;
  /*font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-size: 10px;
}
.block-goods-detail--item-model p {
  min-height: 15px;
}
.page-goods .block-icon {
  margin: 0 0 6px;
}
.block-goods-detail .block-goods-code {
  order: 30;
  font-size: 10px;
  margin-bottom: 5px;
}
.block-goods-detail .block-goods-name {
  margin-top: 15px;
  margin-bottom: 10px;
}
.block-goods-detail .block-goods-name h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #040000;
}
.block-goods-detail .block-goods-price {
  order: 50;
  margin-bottom: 15px;
  justify-content: center;
}
.block-goods-detail .block-goods-price .price {
  font-size: 28px;
  text-align: center;
  color: #040000;
}
.block-goods-detail .block-goods-price .price span {
  font-size: 9px;
  margin-left: 4px;
}
.block-goods-detail .block-goods-comment {
  order: 60;
  margin-bottom: 30px;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  color: #040000;
}
.block-goods-detail .block-variation {
  order: 70;
  margin: 0 auto;
}
.block-variation--item-list {
  max-width: 260px;
  margin: 0 auto 5px;
  min-width: 180px;
}
.block-goods-detail .block-variation--name {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12.5px;
  color: #040000;
  letter-spacing: 2px;
}
.block-goods-detail .block-variation--name::after {
  display: none;
}
.block-variation--item-term {
  border: 2px solid transparent;
  width: auto;
  height: auto;
  min-width: inherit;
  min-height: inherit;
  outline: 3px solid transparent;
}
.block-variation--item.color-disable-stock dt {
  border: 2px solid transparent;
  background-color: transparent;
}
.block-goods-detail .block-variation .active .block-variation--item-term {
  border: none;
  border-radius: 10px;
  outline: 3px solid #121212;
  width: auto;
  height: auto;
  min-width: inherit;
  min-height: inherit;
  background-color: #fff;
}
.block-size--item-term span {
  width: 70px;
  height: 22px;
  border: 1px solid #dcdddd;
  display: block;
  margin: 4px;
  padding: 0;
}
.block-goods-detail .block-variation .block-size--item dt {
  width: 80px;
  height: 30px;
  min-width: 80px;
  min-height: 30px;
  border: #fff 1px solid;
  outline: 2px solid #fff;
}
.block-variation--item-term.block-color--item-term .img-center {
  width: auto;
  height: auto;
}
.block-variation--item-term.block-color--item-term .img-center img {
  width: 100%;
  height: 100%;
  max-height: inherit;
  border-radius: 10px;
}
.block-color--item-term img {
  width: 70px;
  height: 30px;
  max-width: 70px;
  max-height: 20px;
}
.block-goods-detail .block-variation--item-description {
  display: inline;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  color: #040000;
}
.block-goods-detail .block-goods-stock {
  order: 50;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 10px;
}
.goods-detail-description dt {
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  color: #040000;
}
.block-goods-detail .block-add-cart {
  position: relative;
  order: 120;
  width: 100%;
  margin-right: 10px;
}
.block--add-cart-btn-area .block-add-cart {
  position: relative;
  order: 120;
  width: 100%;
  margin-right: 10px;
}
.block--add-cart-btn-area .block-add-cart .btn {
  height: 64px;
  margin-bottom: 0;
  background: #666;
  border: none;
  font-size: 14px;
  width: 100%;
  margin-top: 0;
  background-image: url(../../../img/usr/U/common/cart-icon.png);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: 42% center;
  padding-left: 36px;
}
.block-goods-detail .block-add-cart-fixed {
  display: inline-block;
  width: 80%;
  margin-right: 10px;
}
.block-goods-detail .block-add-cart img {
  position: absolute;
  left: 30%;
  width: 8%;
  max-width: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.block-goods-detail .block-add-cart input {
  height: 64px;
  margin-bottom: 0;
  background: #666;
  border: none;
  font-size: 14px;
  width: 100%;
  margin-top: 0;
}
.block-size-with-cart--item-list {
  width: 100%;
}
.block-size-with-cart--item {
  margin-bottom: 9px;
}
.block-size-with-cart--item-term {
  border: 1px solid #000;
  margin-right: 9px;
}
.block-variation-add-cart,
.block-goods-variation-arrival-notice,
.block-variation-no-stock {
  flex: 2;
}
.block-size-with-cart .block-variation-no-stock--message,
.block-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-size-with-cart .block-variation-add-cart--btn {
  width: 100%;
  margin-top: 0px;
  display: block;
  line-height: 54px;
  padding: 0;
}
.block-size-with-cart .block-variation-add-cart--btn {
  background: #000 url(../../../img/usr/U/common/cart-icon.png) 24% center/8% no-repeat;
  padding-left: 30px;
  letter-spacing: 1px;
}
.block-goods-detail .block-goods-favorite {
  order: 130;
  margin: 0 0 0 9px;
  font-size: 20px;
}
.block-btn-2 {
  display: flex;
  order: 120;
  height: 63px;
  margin-bottom: 18px;
}
.block-goods-detail .block-goods-favorite .block-goods-favorite--btn,
.block-goods-fixed-banner .block-goods-favorite .block-goods-favorite--btn {
  background: none;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
.block-goods-detail .block-goods-favorite .block-goods-favorite--btn,
.block-goods-fixed-banner .block-goods-favorite .block-goods-favorite--btn {
  width: 54px;
  vertical-align: middle;
  height: 54px;
  background: #D57266;
  position: relative;
}
.block-goods-fixed-banner .block-goods-favorite .block-goods-favorite--btn {
  width: 42px;
  height: 42px;
}
.block-goods-detail .block-goods-favorite .block-goods-favorite--btn img,
.block-goods-fixed-banner .block-goods-favorite .block-goods-favorite--btn img {
  width: 20px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.block-goods-fixed-banner .block-goods-favorite .block-goods-favorite--btn img {
  width: 16px;
  height: 14px;
}
.block-goods-detail .block-goods-favorite .block-goods-favorite--btn.block-goods-favorite--btn-fixed img {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.block-goods-comment1 {
  width: 92%;
  margin: 24px auto;
}
.block-goods-detail-j--goods-name {
  font-weight: normal;
  font-size: 10px;
}
.block-goods-detail-j--goods-name a {
  color: #595757;
}
.block-goods-detail-j--price {
  color: #595757;
}
.block-topic-details--items dl { /* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  flex-direction: column;
  flex-pack: justify;
  justify-content: center;
  width: 50%;
  margin: 0 27px;
}
.block-topic-details--items dl:last-child {
  margin-right: 0;
}
.block-topic-details--items dl dt {
  word-break: break-all;
}
.block-topic-details--items li a:after {
  display: none;
}
.block-cart-i--items,
.block-thumbnail-h--items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5px;
  padding: 0;
  margin-bottom: 40px;
  font-size: medium;
}
.block-contact-about-goods--btn.btn.btn-default span {
  display: block;
  font-size: 8px;
  color: #9f9fa0;
}
.block-contact-about-goods--btn.btn.btn-default {
  width: auto;
  padding: 0;
  margin: 0;
}
.bdr-1 {
  border: 1px solid #595757 !important;
}
.block-recent-item--body {
  width: 100%;
  position: relative;
  z-index: 3;
}
.page-goods .block-recent-item--body {
  margin-bottom: 0;
}
.block-recent-item--body .block-recent-item--header {
  margin-bottom: 30px;
  padding: 0 10px;
}
.page-goods h2.block-recent-item--header {
  margin-top: 60px;
  padding: 0 10px;
  font-size: 15px;
  text-align: left;
}
.page-goods h2.block-recent-item--header::after {
  background: #fff;
  margin: 5px auto 0;
}
.block-recent-item-sub-header {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 34px;
}
.page-top .block-recent-item--header {
  background: #595757;
  margin-top: 34px;
}
.block-goods-reservation-icon img {
  height: 20px !important;
}
/* 再入荷 */
.block-variation--item {
  margin-top: 5px;
  margin-right: 10px;
  text-align: center;
}
.block-variation--item:nth-child(3n) {
  margin-right: 0px;
}
.block-color-restock {
  background-color: rgba(0, 0, 0,
    .5);
}
.block-contact-about-goods {
  order: 120;
}
.block-contact-about-goods,
.block-goods-fixed-banner .block-contact-about-goods {
  order: 100;
  margin: 15px 10px 58px;
  height: 34px;
  display: flex;
  justify-content: space-between;
}
.block-contact-about-goods-s {
  width: 100%;
  margin: 0 10px 0 0;
}
.block-goods-fixed-banner .block-contact-about-goods {
  width: 100%;
  margin: 0 10px 0 0;
}
.block-contact-about-goods a {
  border-left: 1px solid #595757 !important;
  padding: 2px 10px;
}
.btn-1 {
  border-right: 1px solid #595757 !important;
}
.block-contact-about-goods .btn-default {
  border: solid 1px #fff;
  letter-spacing: 1.5px;
}
.photo-N {
  background-image: none !important;
  padding-left: 28px;
  background-color: white !important;
  border: 1px solid #595757 !important;
  color: #444;
}
.pink-c {
  width: 64px;
  margin-bottom: 10px;
  padding: 18px 20px;
  height: 64px;
}
.pink-photo {
  background-color: #f7cbcb !important;
  border: none !important;
  color: white;
}
.pink-text {
  text-align: center;
}
.block-contact-about-goods--btn {
  width: calc(100% - 20px);
  background-color: #fff;
  font-size: 15px;
  line-height: 1.2;
  order: 90;
  border: 1px solid #575757;
  margin: auto;
}
.block-contact-about-goods {
  height: auto;
  margin: 0 20px 10px;
  position: relative;
}
.block-contact-about-inner {
  border: 1px solid #121212;
  padding: 0 20px 20px;
  position: absolute;
  width: 100%;
  background: #fff;
  top: 0;
  display: none;
  text-align: left;
}
.block-contact-about-inner img {
  display: block;
  margin: 16px -8px 10px auto;
}
.block-contact-about-txt {
  font-size: 12px;
  color: #787878;
  margin-bottom: 10px;
}
.block-contact-about-inner .block-contact-about-goods--btn {
  border: none;
  margin: 30px auto 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #575757;
  width: max-content;
}
.block-contact-about-inner .block-contact-about-goods--btn:after {
  content: "+";
  font-size: 18px;
  line-height: 14px;
  position: absolute;
  right: 0;
}
p.block-contact-about-item.block-contact-about-txt {
  font-size: 14px;
  line-height: 1.75;
}
.block-contact-about-category,
.block-contact-about-item {
  margin-bottom: 10px;
  font-size: 16px;
}
.block-contact-about-txt-2 {
  font-size: 13px;
  color: #787878;
  margin-bottom: 10px;
}
.block-contact-about-txt-2 span {
  display: inline-block;
  background: url(../../../img/usr/S/common/icon_chat.png)center right 4% no-repeat;
  background-size: 14px;
  padding-right: 6%;
}
.block-contact-about-category a {
  display: inline-block;
  background: url(../../../img/usr/S/common/blank.png) no-repeat 78% 5%/12px;
  padding-right: 11%;
  text-decoration: underline;
}
.block-contact-about-category a:first-child {
  background-position: 68% 5%;
}
.block-contact-about-item:last-child a {
  display: inline-block;
  padding-right: 10%;
  background: url(../../../img/usr/S/common/icon-email.png) no-repeat 91% 46%/14px;
  text-decoration: underline;
  margin-bottom: 0;
}
a.block-contact-about-goods--btn.btn.btn-default.btn-1 {
  font-size: 0;
  padding: 15px 0;
  background-image: url(../../../img/usr/U/common/store.jpg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 20px;
  margin: 0px 10px;
}
a.block-contact-about-goods--btn.btn.btn-default.btn-1::after {
  content: "店舗在庫確認";
  font-size: 14px;
}
a.block-contact-about-goods--btn.btn.btn-default.btn-1 span {
  display: none;
}
.block-contact-about-goods a.block-contact-about-goods--btn.btn.btn-default {
  border: none !important;
  font-size: 0;
}
.block-contact-about-goods a.block-contact-about-goods--btn.btn.btn-default span {
  text-decoration: underline;
  color: #575757;
  font-size: 12px;
}
.block-no-stock {
  order: 110;
  width: 100%;
  margin-right: 10px;
  height: 64px;
}
.block-no-stock--message {
  width: 100%;
  padding: 22px 0;
  font-size: 12px;
  height: 64px;
  margin-bottom: 0;
}
.restock-a .block-contact-about-goods--btn {
  width: 100%;
}
/* 店舗在庫表示 */
#pane-shoplist {
  width: 100%;
  padding: 0;
}
.pane-shoplist-modal-head {
  background: #000;
  position: relative;
  padding: 23px 30px;
}
.pane-shoplist-modal-tit {
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.shoplist__closeBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  /* right: 26px;*/
  width: 40px;
  height: 20px;
  left: -80%;
}
.shoplist__closeBtn:hover {
  cursor: pointer;
}
#pane-shoplist #pane-shoplist_modalimg {
  width: 44%;
}
#pane-shoplist #pane-shoplist_modalimg img {
  width: 100%;
}
.shoplist_modalselect_ {
  width: 54%;
  margin: 0 0 0 auto;
  padding: 10px 0;
  position: relative;
}
.shoplist_modalselect_ .select {
  padding: 14px 8px 14px 0;
  border-radius: 0;
  background: url(../../../img/usr/U/common/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  text-align: -webkit-center;
}
.select-label {
  border: 2px solid #000;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 5% 0;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.select-label img {
  position: absolute;
  right: 25px;
  top: 20px;
}
.shoplist_modalselect_ select {
  border: 2px solid #000;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 5% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-text-align-last: center;
  text-align-last: center;
}
#pane-shoplist_modalinput {
  width: 54%;
  margin: 0 0 0 auto;
  padding: 8px 0;
}
#pane-shoplist_modalinput input {
  width: 100%;
}
#pane-shoplist_modalinner {
  padding: 35px 20px 30px;
  border-bottom: 2px solid #000;
  margin-bottom: 26px;
}
#pane-shoplist_modalcode {
  width: 54%;
  margin: 0 0 0 auto;
}
#pane-shoplist_modalname {
  font-size: 18px;
  width: 54%;
  margin: 0 0 0 auto;
}
#pane-shoplist_modalprice {
  text-align: right;
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
#pane-shoplist_modalprice span {
  font-size: 10px;
  margin-left: 8px;
}
#pane-shoplist_modalprice.product-price.sale-price {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#pane-shoplist_modalprice.product-price.sale-price div img {
  margin-bottom: 12px;
}
.shoplist_item_shopdetail_ span {
  font-size: 10px;
}
.shoplist_item_shopdetail_ p {
  width: 50%;
  font-size: 14px;
  margin-top: 8px;
}
.shoplist_item_shopname_ {
  border: none;
  font-size: 14px;
  margin-bottom: 18px;
}
.shoplist_item_shopname_ {
  font-size: 14px;
  padding-left: 4%;
}
.shoplist_item_shopdetail_ {
  padding-left: 4%;
}
.shoplist_item_shopdetail_ a {
  display: flex;
  padding-right: 20px;
  justify-content: flex-end;
}
.shoplist_item_shopdetail_ a:hover {
  text-decoration: none;
}
.shoplist_storeinfo_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.shoplist_item_shopdetail_ .shoplist_storeinfo {
  border: 2px solid #000;
  padding: 7px 25px;
  font-size: 12px;
  margin: 0 0 0 20px;
}
.shoplist_item_shopdetail_.smallstock span {
  color: #E83828;
}
.shoplist_item_shopdetail_.nostock span {
  color: #9FA0A0;
}
#pane-shoplist_modalfooter {
  padding: 0 38px 0 3%;
  margin-bottom: 22px;
  margin-top: 90px;
}
.pane-shoplist_modalfooter-txt {
  padding: 0 4% 0 4%;
  margin-bottom: 32px;
}
/* コーディネート */
.block-goods-comment-coordinate {
  position: absolute;
  top: 1556px;
}
.page-goods h2.block-goods-comment-tit,
.page-goods h2.block-accessory-list--name {
  padding: 0;
  font-size: 17px;
  margin-bottom: 10px;
}
.page-goods h2.block-accessory-list--name {
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 15px;
  text-align: left;
}
.block-goods-comment-sub-tit,
.block-accessory-list-sub-name {
  font-size: 12px;
  color: #9FA0A0;
  margin-bottom: 0;
  text-align: center;
  margin-top: 17px;
  font-weight: normal;
  letter-spacing: 0;
}
.block-goods-coordinate-list {
  font-size: 0;
}
.block-goods-coordinate-list li {
  width: 49%;
  display: inline-block;
  margin-right: 1%;
}
.block-goods-coordinate-list li:nth-child(2n) {
  margin-right: 0;
}
/* 追従バナー */
.block-goods-btn-items.block-goods-fixed-banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 68px;
  position: absolute;
  bottom: 0;
  z-index: 0;
  margin-bottom: 60px;
}
.block-goods-btn-items.block-goods-fixed-banner {
  top: auto;
  width: 100%;
  padding: 12px 0;
  background: #595757;
  z-index: 1000;
}
.block-goods-btn-items.block-goods-fixed-banner .block--add-cart-btn-area .block-add-cart .btn {
  padding-left: 0;
}
.block-goods-btn-items { /* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.block-add-cart--btn {
  padding: 12px 0;
  width: 98%;
}
.btn-primary {
  background: #000;
  border: solid 1px #000;
  margin-bottom: 0;
  margin-top: 40px;
}
.block-goods-fixed-banner .block--add-cart-btn-area {
  margin-bottom: 0;
  width: 100%;
}
.block-goods-fixed-banner .block-add-cart {
  width: 100%;
  height: 44px;
  margin-right: 10px;
  background: #fff;
}
.block-goods-fixed-banner .block--add-cart-btn-area .block-add-cart--btn {
  padding: 12px 0;
  height: 44px;
  width: 100%;
  background: #fff;
  color: #595757;
  margin-top: 0;
}
.block-goods-fixed-banner .block-goods-favorite {
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
}
.block-goods-favorite {
  width: 54px;
  height: 54px;
}
.block-icon img {
  height: 34px;
}
.page-cart .block-icon > .block-icon--auto-on-sales > img,
.page-method .block-icon > .block-icon--auto-on-sales > img,
.page-estimate .block-icon > .block-icon--auto-on-sales > img {
  height: 15px;
}
.page-cart .block-icon > .block-icon--auto-new > img,
.page-method .block-icon > .block-icon--auto-new > img,
.page-estimate .block-icon > .block-icon--auto-new > img {
  height: 14px;
}
.page-cart .block-icon > .block-icon--auto-reservation > img,
.page-method .block-icon > .block-icon--auto-reservation > img,
.page-estimate .block-icon > .block-icon--auto-reservation > img {
  height: 13px;
}
.page-goods .block-icon .block-icon--auto-on-sales img {
  height: 12px;
}
/* 新作商品 */
#large_image figure {
  position: relative;
  width: 510px;
  margin: 0 auto;
}
#large_image .block-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
#spec_goods {
  font-size: 12px;
}
.block-color--item-list {
  margin-bottom: 15px;
}
.block-goods-price { /* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  align-items: center; /* Androidブラウザ用 */
  justify-content: center;
  width: 98%;
  margin-bottom: 18px;
  margin: 0 auto;
  max-width: 400px;
}
.down-price {
  color: #e74709;
}
/* もっと見る */
.block-goods-comment-btn {
  text-align: center;
  order: 160;
  background: #595757;
  padding: 20px 0;
  display: none;
}
.block-goods-comment-btn button {
  border: none;
  font-size: 20px;
  background-color: #595757;
  color: #fff;
}
.block-goods-comment-btn button:hover {
  opacity: .7;
  cursor: pointer;
}
.block-goods-comment-btn img {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  width: 10%;
}
.button_close {
  display: none;
}
.button_close img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
/* 商品検索結果一覧 */
.block-pickup-list-p--items { /* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  flex-wrap: wrap;
}
.block-pickup-list-p--item {
  width: 50%;
}
.block-search-goods .block-pickup-list-p--items { /* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  flex-wrap: wrap;
}
.block-search-goods .block-pickup-list-p--items .block-pickup-list-p--item {
  width: calc((100% - 10px) / 3);
  padding: 0;
  position: relative;
}
.block-goods-list-d--icon {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  width: auto;
}
.block-goods-list-d--icon img {
  vertical-align: top;
  height: 9px;
}
.block-goods-list-d--icon img.icon-new {
  height: 15px;
  margin: 6px 16px 0 0;
}
.soldout-icon {
  width: 101% !important;
  top: 0;
}
.soldout-icon img {
  height: 100% !important;
  width: 100%;
}
/* パンくず */
.block-topic-path {
  background: #fff;
  margin: 0;
}
.block-topic-path--list {
  text-align: left;
}
.page-goods .block-topic-path {
  padding: 10px 15px;
}
.page-goods .block-topic-path + .block-topic-path {
  padding-top: 0;
}
.page-goods .block-topic-path--list li {
  font-size: 10px;
  color: #787878;
}
.page-goods .block-topic-path--list a {
  text-decoration: none;
}
.page-goods .block-topic-path--list span {
  color: #787878;
}
/* トピック詳細 */
.block-topic-page--article-header {
  font-size: 25px;
  font-weight: normal;
}
.block-topic-page--article-header {
  border-bottom: none;
  text-align: center;
}
.block-topic-detail--article-release-dt {
  text-align: center;
  color: #9fa0a0;
  margin-bottom: 30px;
}
.block-topic-page--article figure {
  padding: 0;
}
.block-topic-page--article figure img {
  padding: 0;
}
.block-topic-page--article-body {
  margin: 45px 30px;
}
.block-topic-page--article-body p {
  margin-bottom: 20px;
}
/* カテゴリページ */
body.page-category:not(.category-top) .pane-topic-path {
  display: none;
}
.page-category .block-top-event h2 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 25px;
}
.page-category .cate-top {
  padding: 0;
}
.page-category .cate-name {
  margin: 20px 0 0;
  font-size: 25px;
  text-align: center;
}
.page-category .cate-back,
.page-category .block-category-list--sub {
  display: none;
}
.page-category .block-top-event h2:nth-of-type(even)::after {
  background: #fff;
}
.page-category .block-pickup-list-p--items {
  width: 100%;
}
.page-category .block-top-event {
  width: 100%;
}
.page-category .block-top-event--goods + .block-top-event--header2 {
  margin-top: 120px;
}
/* ページネーション */
.block-goods-list--pager {
  margin-bottom: 100px;
  margin-top: 60px;
}
.block-goods-list--pager .pagination { /* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  align-items: center;
  width: 68vw;
  margin: 0 auto;
  justify-content: space-between;
}
.block-goods-list--pager .pagination li {
  border: none;
  vertical-align: bottom;
}
.block-goods-list--pager .pager-current {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #000 !important;
  background-color: #fff;
}
/* --価格表示-- */
/* 通常価格 */
.price:not(:has(span)) {
  font-size: 18px;
}
.block-pickup-list-p--price,
.block-thumbnail-t--price,
.block-ranking-r--price,
.block-goods-detail-j--price {
  font-size: inherit;
}
.block-goods-price--price.price {
  color: #000;
  text-decoration: none;
}
/* セール時通常価格 */
.block-goods-price--default-price.default-price {
  text-decoration: line-through;
}
.block-goods-price--price.price.default-price {
  text-decoration: line-through;
}
.block-goods-price--default-price.default-price span {
  font-size: 6px;
  margin-left: 4px;
}
/* セール時セール価格 */
.block-goods-price--price.price.js-enhanced-ecommerce-goods-price-down {
  color: #e74709;
  text-decoration: none;
}
.block-goods-detail-j--price-items .price-down {
  color: #e74709;
}
/* ページトップ  */
.block-page-top {
  display: none;
}
.pane-footer {
  padding-bottom: 80px;
  background-color: #fff;
}
/* カート */
.block-cart--goods-list-image figure,
.block-order-estimate--goods-item-image figure,
.block-order-method--goods-item-image figure {
  height: 132px;
}
.block-cart--procedure-container__fixed {
  top: 50px;
}
/*** php-page ***/
.block-member-terms,
.block-member-info,
.block-member-info-confirmation,
.block-member-registration-completed,
.block-mypage,
.block-shipping-address,
.block-shipping-address-confirmation,
.block-purchase-history,
.block-purchase-history-detail,
.block-update-member-password,
.block-favorite,
.block-inquiry-history,
.block-inquiry-history-detail,
.block-withdrawal,
.block-logout,
.block-update-mail-address,
.block-coupon-list,
.block-regular-purcharse-list,
.block-regular-purcharse-detail,
.block-regular-purcharse-shipment-info-update,
.block-regular-purcharse-cancellation,
.block-point-history-list,
.block-arrival-notice-list,
.block-credit-card-confirmation,
.block-order-cancellation,
.block-order-cancellation-completed,
.block-regular-purcharse-cycle-info-update,
.block-category-list,
.block-event-page,
.block-genre-page,
.page-search .block-search-goods,
.block-user-review,
.block-user-review-completed,
.block-brand-detail,
.block-brand-list,
.block-login,
.block-additional-authentication,
.block-mail-news,
.block-quick-order,
.block-reset-password,
.block-reset-password-completed,
.block-update-new-password,
.block-inquiry {
  padding: 5vw 0 6vw;
}
.block-cart {
  padding: 0 0 6vw;
}
.pane-globalnav_no-fixed .pane-header {
  background: #221815;
  height: 50px;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ーーーーーー20190705 topic-list　修正ーーーーー*/
/* ーーーーーーーーーーーーーーーーーーーーーーーー */
/* item and gender navi bar */
.block-topic-sort-wrap {
  margin-bottom: 5.33vw;
  box-sizing: border-box;
  padding: 0 3vw;
}
.page-topicdetaillist .block-topic-sort-wrap:last-child {
  margin-bottom: 38px;
}
.block-topic-sort-gender,
.block-topic-sort-category {
  display: inline-block;
  border-bottom: 1px solid #9FA0A0;
}
.block-topic-sort-item {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
}
/* block-topic-details */
ul.block-topic-details--items.topic-details-items-wrapper li a {
  display: block;
}
.topic-details-items-wrapper li figure {
  width: 100%;
  margin-bottom: 0;
}
ul.block-topic-details--items.topic-details-items-wrapper li a {
  box-sizing: border-box;
}
.block-topic-sort-item.select a {
  color: #595757;
  font-weight: bold;
}
.block-topic-sort-item a {
  color: #9FA0A0;
  font-size: 14px;
  letter-spacing: 1px;
}
.block-topic-sort-item {
  display: inline-block;
  margin-right: 7vw;
  font-size: 18px;
}
.block-topic-sort-item:last-child {
  margin-right: 0;
}
.block-topic-details--items dl {
  width: 100%;
  margin: 0px;
  padding: 20px 0;
  /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
  font-size: 12px;
  background-color: #383735;
}
.block-topic-details--items li dt {
  color: #9fa0a0;
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
  text-align: center;
  font-size: 12px;
}
.block-topic-details--items li dd {
  font-size: 13px;
  text-align: center;
}
.block-topic-details--items dl dd {
  color: #fff;
}
.block-topic-sort-wrap:first-child {
  margin-top: 10vw;
  text-align: center;
}
.block-topic-sort-wrap:nth-child(2) {
  display: none;
}
.pagination > li {
  min-width: 1.6vw;
}
/*** End-php-page ***/
@media screen and (max-width: 560px) {
  .block-footernav--item-list li a {
    font-size: 10px;
  }
  .block--add-cart-btn-area .block-add-cart .btn {
    background-position: 40% center !important;
    padding-left: 38px;
  }
  .block-globalnav--item-list > li a {
    font-size: 4.2vw;
  }
  .page-top h2,
  .page-goods h2 {
    font-size: 4vw;
  }
  h3 {
    font-size: 3.1vw !important;
  }
  /* FEATURE */
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px;
    height: 6px;
  }
  .block-top-topic--items li dl dd {
    font-size: 10px;
  }
  /* footer */
  .block-footernav--item-list li {
    margin: 0 6px 18px;
  }
  /* トピック詳細 */
  .block-topic-page--article-header {
    font-size: 5vw;
  }
  /* 商品詳細 */
  .block-goods-detail .block-add-cart img {
    left: 24%;
  }
  .pd-top4vw {
    padding-top: 5vw;
  }
  .block-variation--item {
    margin-top: 5px;
  }
  .block-variation--item:nth-child(3n),
  .block-variation--item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 510px) {
  #large_image figure {
    width: 100%;
  }
  .block--add-cart-btn-area .block-add-cart .btn {
    background-position: 38% center !important;
    font-size: 3.5vw;
    padding-left: 59px;
  }
  /* ハンバーガーメニュー */
  .menu_close {
    width: 8%;
    margin: 30px 20px;
  }
  /* top */
  .block-goods-list-d--icon {
    width: auto;
  }
  .block-goods-list-d--icon img {
    height: 9px;
  }
  .page-top .block-recent-item--header {
    margin-top: 25px;
  }
  #block_of_free1 .block-top-free2-tit {
    margin-bottom: 50px;
    text-align: center;
  }
  .block-top-free1-txt {
    margin-bottom: 20px;
  }
  .pane-main .block-pickup-list-p--goods-image,
  .block-pickup-list-p--goods-image figure img,
  .block-thumbnail-h--goods-image figure img,
  .block-cart-i--goods-image figure img,
  .block-ranking-r--goods-image .img-center img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .block-thumbnail-h--goods-image figure {
    background-color: #595757;
  }
  .block-top-free1-txt {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  #block_of_free1 {
    background-position-x: 80%;
  }
  /* 商品詳細ページ */
  .block-goods-comment-tab li h3,
  .block-goods-comment-btn .button_open,
  .block-goods-comment-btn .button_close {
    font-size: 14px;
  }
  .block-goods-detail .block-goods-favorite .block-goods-favorite--btn,
  .block-goods-detail .block-goods-favorite .block-goods-favorite--btn {
    font-size: 18px;
  }
  .block-goods-fixed-banner .block-goods-favorite .block-goods-favorite--btn {
    font-size: 18px;
  }
  .block-goods-detail .block-goods-price .price {
    font-size: 26px;
  }
  .block-goods-gallery {
    width: 100%;
  }
  #gallery li figure {
    height: inherit;
  }
  .pd-top4vw {
    padding-top: 8vw;
  }
  .block-variation--item {
    margin-top: 5px;
  }
  .block-goods-comment-btn {
    padding: 15px 0;
  }
  .block--add-cart-btn-area .block-add-cart .btn {
    background-size: 8%;
    background-position: 32% center;
  }
  /* 店舗在庫表示 */
  #pane-shoplist_modalinner {
    padding: 20px 10px 15px;
  }
  #pane-shoplist_modalcode {
    font-size: 10px;
  }
  #pane-shoplist_modalname {
    font-size: 12px;
  }
  #pane-shoplist_modalprice {
    font-size: 18px;
  }
  .select-label {
    font-size: 10px;
  }
  .select-label img {
    width: 12px;
    right: 2px;
    top: 12px;
  }
  .shoplist_item_shopdetail_ .shoplist_storeinfo {
    padding: 7px 8px;
    margin: 0 0 0 5px;
  }
  .shoplist_modalselect_ {
    padding: 3px 0;
  }
  .shoplist_modalselect_ .select {
    padding: 8px 8px 8px 0;
    font-size: 10px;
    background-position: 98% 50%;
    background-size: 6%;
  }
  #pane-shoplist_modalinput {
    padding: 3px 0;
  }
  /* NEWS一覧 */
  .block-topic-details--items dl {
    margin: 0px;
  }
  /* 商品名 */
  .block-pickup-list-p--goods-name,
  .block-pickup-list-p--comment,
  .block-pickup-list-p--price-infos,
  .block-ranking-r--goods-name,
  .block-ranking-r--comment,
  .block-ranking-r--price-infos,
  .block-pickup-list-p--price,
  .block-ranking-r--price {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  #pane-shoplist_modalprice.product-price.sale-price {
    letter-spacing: 0;
  }
  #pane-shoplist_modalprice.product-price.sale-price div img {
    margin-bottom: 9px;
  }
  .block-topic-details--items dl {
    margin: 0px;
  }
  .block-topic-sort-wrap {
    box-sizing: border-box;
    padding: 0 2vw;
  }
  .block-goods-list--pager .pager-current {
    font-size: 14px;
  }
  .pagination > * {
    font-size: 11px;
  }
  .footer_twitter_icon {
    padding-top: 0.26vw;
  }
}
@media screen and (max-width: 440px) {
  #pane-shoplist_modalprice.product-price.sale-price {
    display: block;
    text-align: left;
    padding-left: 46%;
  }
  #pane-shoplist_modalprice.product-price.sale-price div img {
    transform: rotate(90deg);
    margin-left: 30px;
  }
  #pane-shoplist_modalprice.product-price.sale-price div {
  }
}
@media screen and (max-width: 420px) {
  #pane-shoplist_modalfooter {
    margin-top: 50px;
  }
  .page-top h2,
  .page-goods h2 {
    font-size: 4.5vw;
  }
  .block-globalnav--item-list > li a {
    font-size: 5.1vw;
  }
  h3 {
    font-size: 3.7vw !important;
  }
  .sp-menu-tit a {
    font-size: 20px !important;
    font-weight: bolder !important;
    line-height: 1.4;
  }
}
@media screen and (max-width: 400px) {
  .page-top h2,
  .page-goods h2 {
    font-size: 16px;
  }
  .block-globalnav--item-list > li a {
    font-size: 5.1vw;
  }
  h3 {
    font-size: 3.7vw !important;
  }
  .sp-menu-tit a {
    font-size: 20px !important;
    font-weight: bolder !important;
    line-height: 1.2;
    letter-spacing: 2px;
  }
  .block-top-free2-txt {
    font-size: 10px;
  }
  .block--add-cart-btn-area .block-add-cart .btn {
    background-size: 9%;
    background-position: 32% center !important;
    font-size: 4vw;
    padding-left: 30px;
  }
  .shoplist__closeBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 20px;
    left: -72%;
  }
}
@media screen and (max-width: 375px) {
  .footer_twitter_icon {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 375px) {
  .block-topic-details--items dl {
    margin: 0px;
  }
  .block-goods-list--pager {
    margin: 50px 10px 30px 10px;
  }
  .block-goods-list--pager .pager-current {
    font-size: 9px;
    border-bottom: 1.5px solid #000 !important;
  }
  .block-topic-sort-wrap {
    margin-bottom: 20px;
    padding: 0 0;
  }
  .pagination > * {
    font-size: 7px;
  }
}
@media screen and (max-width: 370px) {
  .block-topic-sort-wrap:first-child {
    margin-top: 5vw;
  }
}
.page-goods .wrapper {
  color: #121212;
  width: 100%;
}
.page-goods #loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #221815;
  z-index: 10000;
}
.pane-goods-top-side {
  height: calc(100vh - 50px);
  background: #000;
}
.pane-goods-top-side-inner {
  position: fixed;
  z-index: 0;
  overflow: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  right: 0;
  left: 0;
  top: 50px;
  margin: 0 auto;
}
.block-src-number {
  display: inline-flex;
  position: relative;
  height: calc(100vh - 50px);
}
.pagenumber-icon {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 46px;
  width: 8%;
  height: 184px;
}
.pagenumber-icon span {
  height: 2px;
  width: 2px;
  background: #787878;
  display: block;
  margin: 0 auto 10px;
  border-radius: 1px;
}
.pagenumber-icon span.active {
  height: 4px;
  width: 4px;
  border-radius: 2px;
}
.pagenumber {
  position: absolute;
  right: 40px;
}
.block-information-drag-wrap {
  height: 10px;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: -20px;
}
.drag-mark {
  height: 2px;
  width: 14%;
  background: #fff;
  border-radius: 6px;
  display: block;
  margin: 4px auto;
}
.block-information {
  background: #fff;
  position: fixed;
  z-index: 20000;
  top: calc(100% - 78px);
  left: 0;
  right: 0;
  transform: translateY(0px);
  will-change: transform;
  transition: height .5s ease 0.3s;
  ;
  -webkit-user-select: none;
  ;
  -moz-user-select: none;
  ;
  -ms-user-select: none;
  ;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: pan-y;
  overflow-y: visible;
  -webkit-transform: translateZ(0px);
  height: 100%;
}
.block-information.covered {
  transform: translateY(-428px);
  transition: transform .5s;
}
.block-information-inner-wrap {
  height: 100%;
}
.block-information-inner-wrap.visible {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 50px);
  box-sizing: border-box;
  box-shadow: none;
  background: #fff;
}
#large_image figure {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
#large_image figure img {
  height: 100%;
  max-height: none;
  width: 100%;
  max-width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: pan-y;
  vertical-align: top;
  flex-basis: auto;
}
#large_image .block-icon {
  width: 78px !important;
  margin: 0;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  padding: 10px;
}
.page-goods .block--add-cart-btn-area {
  order: 81;
  margin: 0 9px 5px;
  justify-content: center;
}
.page-goods .goods-detail-description-inner {
  display: flex;
  display: -webkit-box;
  justify-content: space-between;
  -webkit-box-pack: justify;
}
.page-goods .block-goods-name h2 {
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
}
.page-goods .block-goods-name h2::after {
  display: none;
}
.page-goods .block-goods-detail .block-goods-price .price {
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 21.5px;
}
.page-goods .block-goods-detail .block-goods-code {
  margin-bottom: 3px;
  color: #9FA0A0;
  letter-spacing: 1px;
}
.block-goods-detail--promotion-freespace {
  display: none;
}
.page-goods .block-goods-detail .block-goods-price {
  width: 100%;
  margin: 0 auto;
}
.page-goods #spec_price div:nth-child(2) {
  height: 24px;
  text-align: center;
}
.page-goods #spec_price div:nth-child(2) img {
  vertical-align: middle;
  width: 50%;
}
.page-goods .block-goods-detail .block-add-cart input {
  height: 58px;
  background: #221815 url('../../../img/usr/U/common/cart.png') no-repeat 30% 48%/18px;
  padding-left: 28px;
}
.page-goods .goods-detail-description-inner-left {
  width: 50%;
  text-align: left;
  padding: 10px 5px;
}
.page-goods .goods-detail-description-inner-right {
  padding: 10px 5px 10px 0;
  width: 50%;
}
.block-goods-detail .block-src-l figure.zoom {
  border: #000 solid 4px;
}
.block-goods-gallery-zoom-close {
  position: fixed;
  z-index: 100;
  top: 4px;
  right: 4px;
  display: none;
  width: 29px;
  height: 29px;
  padding: 0 0 4px 4px;
  background: #000;
}
.block-goods-gallery-zoom-close img {
  vertical-align: top;
}
/* マイページバーコード */
.barcodeArea {
  text-align: center;
}
#pane-shoplist-modal {
  z-index: 100000;
}
/* ------------------------------ */
#block_of_top_body {
  position: relative;
}
.block-top-body--items img {
  width: 100%;
}
.page-top .block-top-body-figure-wrapper figure {
  position: relative;
}
.page-top .block-top-body-figure-wrapper figure div {
  position: absolute;
  top: 11vw;
  bottom: 0;
  margin: auto 0;
  height: 13vw;
  padding: 0.2vw 4.4vw;
  left: 15vw;
  box-sizing: content-box;
}
.page-top .block-top-body-figure-wrapper figure div > img {
  width: 50%;
  max-width: 156px;
}
.page-top .block-top-body-figure-wrapper:last-child figure div {
  top: 9vw;
  left: 24.5vw;
}
.page-top a.block-top-body-figure-wrapper figure div h2 + p {
  font-size: 2.44vw;
  color: #ffff;
  padding: 0;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  padding-top: 1.7vw;
}
.page-top a.block-top-body-figure-wrapper figure div h2 {
  font-size: 3.93vw;
  color: #ffffff;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  padding-top: 1.5vw;
  height: 6.13vw;
}
.page-top h2,
.page-goods h2,
.page-category h2 {
  background: none;
  font-weight: normal;
  text-align: center;
}
.page-top a.block-top-body-figure-wrapper:last-child div {
  padding: 0.66vw 5.2vw;
  box-sizing: border-box;
  padding-top: 0.6vw;
}
.page-top a.block-top-body-figure-wrapper:last-child div h2 {
  font-size: 3.93vw;
  color: #ffffff;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  padding-top: 1.3vw;
  height: 6.13vw;
}
.page-top a.block-top-body-figure-wrapper:last-child div h2 + p {
  font-size: 2.44vw;
  color: #ffff;
  padding: 0;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  padding-top: 1.2vw;
}
.page-top a.block-top-body-figure-wrapper:last-child figure {
  margin-top: 0.26vw;
}
.block-goods-list--pager .pagination li {
  font-size: 15px;
}
@media screen and (max-width: 420px) {
  .page-goods .goods-detail-description-inner-left {
    width: 100%;
    text-align: left;
  }
  .page-goods .goods-detail-description-inner-right {
    width: 44%;
  }
  .page-goods .block-goods-detail .block-add-cart input {
    background: #221815 url('../../../img/usr/U/common/cart.png') no-repeat 20% 48%/18px;
  }
}
@media screen and (max-width: 370px) {
  .page-goods .goods-detail-description-inner-left {
    width: 65%;
    text-align: left;
  }
  .page-goods .goods-detail-description-inner-right {
    width: 35%;
  }
  .page-goods .block-goods-detail .block-add-cart input {
    font-size: 12px;
    background: #221815 url('../../../img/usr/U/common/cart.png') no-repeat 16% 48%/16px;
    padding-left: 24px;
  }
  a.block-goods-favorite--btn.btn.btn-default {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 350px) {
  .page-top a.block-top-body-figure-wrapper:last-child div h2 {
    padding-top: 1.2vw;
  }
  .page-top a.block-top-body-figure-wrapper:last-child div h2 + p {
    padding-top: 0.3vw;
  }
  .page-top a.block-top-body-figure-wrapper figure div h2 + p {
    padding-top: 0.7vw;
  }
}
span.noitem_msg {
  display: block;
  text-align: center;
  padding: 50px 0;
}
.page-contentspages #amazon_content {
  padding-top: 50px;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
20210427修正
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.block-cart--procedure-container {
  padding-top: 20px;
}

/* ===========================================
* カートボタン
* ======================================== */
.page-goods .temporary_cart {
  padding: 10px;
  order: 70;
}
.page-goods ul.temporary_cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
.page-goods ul.temporary_cart.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99998;
  background-color: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 8px 24px;
}
.page-goods ul.temporary_cart li:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15.5px 15px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #23abdd;
}
.page-goods ul.temporary_cart li:first-child::before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  margin-right: 5px;
  background-image: url(../../../img/usr/U/common/cart_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-goods ul.temporary_cart.is-fixed li:first-child {
  width: calc(100% - 64px);
  text-align: center;
}
.page-goods ul.temporary_cart li:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10.5px 15px;
  border-radius: 10px;
  color: #fff;
  background-color: #ff7683;
}
.page-goods ul.temporary_cart:not(.is-fixed) li:nth-child(2) {
  font-weight: bold;
  background-image: none;
}
.page-goods ul.temporary_cart:not(.is-fixed) li:nth-child(2)::before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  margin-right: 5px;
  background-image: url(../../../img/usr/U/common/sp-favorite-white_on.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.page-goods ul.temporary_cart.is-fixed li:nth-child(2) {
  width: 54px;
  height: 54px;
  font-size: 0;
  background-image: url(../../../img/usr/U/common/sp-favorite-white_on.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
}
.page-goods ul.temporary_cart li.restock {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 15px 0 16px;
}
.block-variation--selected-item {
  display: none;
}

/* ===========================================
* カートモーダル
* ======================================== */
div#spec_ {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  padding: 15px;
  display: none;
  margin: 0;
}
div#spec_ form {
  height: 100%;
}
div#spec_ form > div {
  background-color: #ffffff;
  height: 100%;
  padding: 15px;
  border-radius: 10px;
  overflow: scroll;
}
div#spec_ form > div::before {
  content: "カラー・サイズ選択";
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 20px;
}
div#spec_.--favorite form > div::before {
  content: "お気に入りアイテムに登録";
}
.block-color-size-with-cart--color-line {
  margin: 20px 0 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #bebfbf;
  flex-wrap: wrap;
  gap: 10px;
}
.block-color-size-with-cart--color-item-term {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #bebfbf;
}
.block-color-size-with-cart--nocolor:empty {
  display: none;
}
.block-color-size-with-cart--color-item-term figure {
  width: auto;
  height: auto;
  gap: 15px;
  justify-content: flex-start;
}
.block-color-size-with-cart--color-item-term figure img {
  max-width: 100%;
  max-height: 60px;
  border-radius: 100%;
  flex-basis: auto;
}
.block-color-size-with-cart--color-item-term figure p {
  display: block;
  text-align: center;
  font-size: 12px;
}
.block-color-size-with-cart--size-item-term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 0;
  border: none;
}
.block-color-size-with-cart--size-item-term span {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
}
.block-variation-add-cart, .block-goods-variation-arrival-notice, .block-goods-variation-contact, .block-variation-no-stock {
  width: 50%;
  margin-left: auto;
  flex: initial;
}
.block-color-size-with-cart .block-variation-no-stock--message,
.block-color-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-color-size-with-cart .block-variation-add-cart--btn,
.block-color-size-with-cart .block-contact-about-goods--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  margin-top: 0;
  height: 40px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
}
.block-color-size-with-cart .block-variation-add-cart--btn {
  background-color: #23abdd;
}
.block-color-size-with-cart .block-variation-add-cart--btn::before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  margin-right: 5px;
  background-image: url(../../../img/usr/U/common/cart_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block-goods-favorite {
  width: 40px;
  height: 40px;
  order: 0;
}
.block-goods-favorite--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.block-goods-favorite--btn img {
  width: 16px;
}
.block-color-size-with-cart--size-line {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid #bebfbf;
  gap: 10px;
}
.balloontip {
  z-index: 100000;
}

/* ===========================================
* アイテムサイズ、アイテム説明
* ======================================== */

.block-goods-information {
  width: 100%;
  margin: 7px 0 40px;
  line-height: 26px;
  order: 81;
}
.block-goods-comment-right {
  margin-top: 30px;
}
.block-goods-comment-right h2 {
  font-size: 17px;
  font-weight: normal;
  width: calc(100% - 40px);
  padding: 20px 0;
  margin: 0 auto;
}
.block-goods-comment-right dl h3 {
  font-size: inherit;
  font-weight: inherit;
  border: none;
}
.block-goods-detail .block-goods-comment-size,
.block-goods-detail .block-goods-comment-text {
  order: 150;
  overflow: hidden;
  border-top: 1px solid #dedede;
  text-align: left;
}
.block-goods-detail .block-goods-comment-text {
  border-bottom: 1px solid #dedede;
}
.block-goods-detail .block-goods-comment-size-body,
.block-goods-detail .block-goods-comment-text-body {
  display: none;
  padding: 20px;
  background-color: #f6f4f5;
}
.block-goods-detail .block-goods-comment-text h3 {
  font-weight: normal;
  text-align: center;
}
.block-goods-detail .block-goods-comment-text h4 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 25px;
}
.block-goods-detail .block-goods-comment-text .block-goods-comment-sub-tit {
  font-weight: bold;
  position: relative;
  padding: 0 12px;
  display: inline-block;
  margin-bottom: 0;
}
.block-goods-detail .block-goods-comment-text .block-goods-comment-sub-tit::before {
  content: "";
  display: block;
  background: #121212;
  height: 1px;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.block-goods-detail .block-goods-comment-text .block-goods-comment-sub-tit::after {
  content: "";
  display: block;
  background: #121212;
  height: 1px;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.block-goods-detail .block-goods-comment-text p {
  text-align: left;
  margin-bottom: 0;
  color: #040000;
}
.block-goods-detail .block-goods-comment-text p:last-child {
  margin-bottom: 0;
}
.block-goods-comment-text h3 {
  border: none;
  font-size: 17px;
}
.size-information {
  display: flex;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.block-goods-comment-right .size-information .size-information-left {
  min-width: 80px;
  width: 80px;
  flex-shrink: 0;
  overflow: hidden;
}
.block-goods-comment-right .size-information .size-information-right {
  width: 100%;
  overflow: hidden;
}
.block-goods-comment-right .size-information .size-information-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.block-goods-comment-right .size-information .size-information-scroll-container {
  display: table;
}
.block-goods-comment-right .size-information table.table-2 {
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.block-goods-comment-right .size-information .size-information-right table.table-2 {
  margin-left: -80px;
}
table.table-2 tr th,
table.table-2 tr td {
  border: solid 1px #dedede;
}
table.table-2 tr th {
  max-width: 80px;
  min-width: 80px;
  width: 80px;
  padding: 8px;
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  color: #807e7f;
  background-color: #ecebe9;
}
.block-goods-comment-right .size-information table.table-2 thead {
  border-bottom: solid 1px;
}
.block-goods-comment-right .size-information table.table-2 thead tr:empty {
  display: none;
}
.block-goods-comment-right .size-information table.table-2 tr:nth-last-child(2) td {
  padding-top: 8px;
}
.block-goods-comment-left p {
  margin-top: 24px;
  line-height: 30px;
}
.table-2 tbody .table-number {
  padding: 8px;
  background-color: #ecebe9;
}
.table-2 tbody td:not(.table-number) {
  background-color: #fff;
}
.size-information-precautions {
  margin-top: 5px;
}
.size-information-precautions .size-information-precautions-p {
  font-size: 8px;
  line-height: normal;
  text-align: right;
  color: #787878;
}
.size-information-precautions .size-information-precautions-p + .size-information-precautions-p {
  margin-top: 5px;
}
#block-goods-info .block-goods-comment-size--btn,
#block-goods-info .block-goods-comment-text--btn {
  width: 100%;
  padding: 20px 60px 20px 15px;
  border: none;
  font-size: 15px !important;
  text-align: left;
  color: #040000;
  background-color: #fff;
  position: relative;
}
#block-goods-info .block-goods-comment-size--btn::before,
#block-goods-info .block-goods-comment-text--btn::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  transform: rotate(135deg);
}
#block-goods-info .block-goods-comment-size--btn.close::before,
#block-goods-info .block-goods-comment-text--btn.close::before {
  top: 5px;
  transform: rotate(-45deg);
}
.block-goods-comment-list {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  font-size: 12px;
  background-color: #fff;
}
.block-goods-detail .block-goods-comment-list h3 {
  padding: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 10px !important;
  font-weight: normal;
  text-align: left;
  color: #898989;
}
.block-goods-comment-list dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.block-goods-comment-list dl + dl {
  margin-top: 10px;
  border-top: 1px solid #a9a9a9;
  padding-top: 10px;
}
.block-goods-comment-list dl dt,
.block-goods-comment-list dl dd {
  width: 100%;
  line-height: normal;
}
.block-goods-comment-list dl dd {
  color: #040000;
}

/* カテゴリから探す */
.search_area-list {
  border-top: 1px solid #ccc;
}
.search_area-list-item {
  border-bottom: 1px solid #f5f5f5;
}
.search_area-list-item .menu-child-toggle {
  display: block;
  padding: 20px 40px 20px 15px;
  font-size: 14px;
  color: #231815;
  position: relative;
}
.search_area-list-item .menu-child-toggle::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  transform: rotate(135deg);
}
.search_area-list-item .menu-child-toggle.active::before {
  top: 5px;
  transform: rotate(-45deg);
}
.search_area-category {
  display: none;
}
.search_area-category-list {
  display: none;
}
.search_area-category-list.active {
  display: block;
}
.search_area-category-tab-list {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #2d2d2d0d;
  height: 52px;
  background-color: #f8f8f8;
  position: relative;
}
.search_area-category-tab-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2d2d2d0d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.search_area-category-tab-list-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  text-align: center;
  color: #a0a0a0;
}
.search_area-category-tab-list-item.active {
  color: #2d2d2d;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.search_area-category-tab-list-item.active::before,
.search_area-category-tab-list-item.active::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #2d2d2d12;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.search_area-category-tab-list-item.active::before {
  left: 0;
}
.search_area-category-tab-list-item.active::after {
  right: 0;
}
.search_area-category-list-child-list {
  display: none;
  background-color: #e8e8e8;
}
.search_area-category-list-child-list-item {
  border-bottom: 1px solid #f5f5f5;
}
.search_area-category-list-child-list-item-link {
  display: block;
  padding: 20px 15px 20px 35px;
  font-size: 14px;
  color: #231815;
}
.search_area-category-list-child-list-item {
  border-bottom: 1px solid #f5f5f5;
}
.search_area-category-list-child-list-item-link {
  display: block;
  padding: 20px 15px;
  font-size: 14px;
  color: #231815;
}
.search_area-list-child-list-item-link {
  display: block;
  padding: 20px 15px;
  font-size: 14px;
  color: #231815;
}
/* end カテゴリから探す */

/* 人気検索ワード / 注目ワード */
.search_area-popularity {
  border-top: 40px solid rgba(45, 45, 45, 0.05);
}
.search_area-popularity-tab-list {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #2d2d2d0d;
  height: 52px;
  background-color: #f8f8f8;
  position: relative;
}
.search_area-popularity-tab-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2d2d2d0d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.search_area-popularity-tab-list-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  text-align: center;
  color: #a0a0a0;
}
.search_area-popularity-tab-list-item.active {
  color: #2d2d2d;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.search_area-popularity-tab-list-item.active::before,
.search_area-popularity-tab-list-item.active::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #2d2d2d12;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.search_area-popularity-tab-list-item.active::before {
  left: 0;
}
.search_area-popularity-tab-list-item.active::after {
  right: 0;
}
.search_area-popularity-tab-list-item-title {
  font-size: 13px;
}
.search_area-popularity-tab-list-item.active .search_area-popularity-tab-list-item-title {
  font-weight: bold;
}
.search_area-popularity-tab-list-item-update {
  display: none;
  margin-top: 5px;
  font-size: 10px;
}
.search_area-popularity-list {
  display: none;
}
.search_area-popularity-list.active {
  display: block;
}
.search_area-popularity-list-item-link {
  display: flex;
  align-items: center;
  min-height: 65px;
  padding: 0 40px 0 20px;
  position: relative;
}
.search_area-popularity-list-item-link::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #23abdd;
  border-right: 2px solid #23abdd;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(45deg);
}
.search_area-popularity-list-item-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  position: relative;
}
.search_area-popularity-list .search_area-popularity-list-item:first-child .search_area-popularity-list-item-badge {
  border-color: #d0ac56;
  background-color: #d0ac56;
  color: #ffffff;
}
.search_area-popularity-list .search_area-popularity-list-item:nth-child(2) .search_area-popularity-list-item-badge {
  border-color: #a5a5a5;
  background-color: #a5a5a5;
  color: #ffffff;
}
.search_area-popularity-list .search_area-popularity-list-item:nth-child(3) .search_area-popularity-list-item-badge {
  border-color: #88672d;
  background-color: #88672d;
  color: #ffffff;
}
.search_area-popularity-list-item-word {
  width: 100%;
}
/* end 人気検索ワード / 注目ワード */

/* LINE相談ボタン,店舗在庫ボタン */
.new-block-stock-line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: calc(100% - 20px);
  margin-inline: auto;
  position: relative;
  order: 81;
}
.new-block-stock-line-content {
  width: calc((100% - 10px) / 2);
}
.new-block-stock-line-content-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13.5px 10px;
  border: 1px solid #dedede;
  border-radius: 8px;
}
.new-block-stock-line-content-flex-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-block-stock-line-content-txt {
  font-size: 14px;
  color: #323232;
}
/*　end LINE相談ボタン,店舗在庫ボタン */

/* 店舗在庫モーダル内 */
#pane-shoplist {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  padding: 15px;
  border-radius: 10px;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  top: 15px;
  left: 15px;
  overflow: scroll;
}
.pane-shoplist-modal-tit {
  color: #040000;
}
.shoplist__closeBtn {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #9c9c9e;
  position: fixed;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  z-index: 10001;
}
.shoplist__closeBtn::before,
.shoplist__closeBtn::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.shoplist__closeBtn::after {
  transform: rotate(135deg);
}
.shoplist__closeBtn > img {
  display: none;
}
.pane-shoplist-modal-head {
  margin: 15px 0 25px;
  padding: 0;
  background-color: transparent;
}
#pane-shoplist_modalinner {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
  padding: 0 0 calc(90px - 13px + 3.46666vw);
  border-bottom: 1px solid #c9caca;
  position: relative;
}
#pane-shoplist #pane-shoplist_modalimg {
  width: calc((100% - 15px) / 2);
  float: none;
}
#pane-shoplist_modaltext {
  width: calc((100% - 15px) / 2);
}
#pane-shoplist_modalcode,
#pane-shoplist_modalname,
#pane-shoplist_modalprice,
.shoplist_modalselect_ {
  width: auto;
}
#pane-shoplist_modalcode {
  display: none;
}
#pane-shoplist_modalbrand {
  font-size: 9px;
}
#pane-shoplist_modalname {
  font-size: 9px;
}
#pane-shoplist_modalbrand + #pane-shoplist_modalname {
  margin-top: 5px;
}
#pane-shoplist_modalprice {
  margin-top: 5px;
  margin-bottom: 0;
  letter-spacing: normal;
}
#pane-shoplist_modalprice.product-price.sale-price {
  margin: 10px 0 0 auto;
  margin-left: auto;
  padding-left: 0;
  text-align: left;
}
#pane-shoplist_modalprice .default,
#pane-shoplist_modalprice .default-price {
  font-size: 12px;
  text-align: left;
  color: #040000;
}
#pane-shoplist_modalprice.product-price.sale-price div img {
  margin-bottom: 7px;
}
.block-goods-price--price.price.js-enhanced-ecommerce-goods-price-down {
  margin-right: 0;
  font-size: 14px;
}
#pane-shoplist_modalprice .default > span {
  margin-left: 2px;
  font-size: 8px;
}
.shoplist_modalselect_ {
  margin-top: 20px;
  padding: 0;
}
.shoplist_modalselect_ + .shoplist_modalselect_ {
  margin-top: 12px;
}
.shoplist_modalselect_ .select {
  padding: 10px;
  border: 1px solid #c9caca;
  border-radius: 100px;
  font-size: 11px;
  line-height: normal;
  color: #9fa0a0;
  background-image: none;
}
#pane-shoplist_modalinput {
  max-width: 400px;
  width: auto;
  margin-inline: auto;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
}
.shoplist_item_shopname_ {
  margin-top: 25px;
  margin-bottom: 0;
  padding: 0;
  font-size: 10px;
  text-align: center;
  color: #595757;
}
.shoplist_item_shopname_.active_ + .shoplist_item_shopname_.active_ {
  display: none;
}
.shoplist_item_no_shops {
  margin-top: 25px;
  color: #fc125d;
  text-align: center;
}
.shoplist_item_shopdetail_wrapper_ {
  margin-top: 35px;
}
.shoplist_item_shopdetail_ {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.shoplist_item_shopdetail_ > p {
  width: calc((100% - 15px - 45px));
  margin-top: 0;
  font-size: 10px;
  float: none;
}
.shoplist_item_shopdetail_ > p > a {
  display: block;
  padding-right: 0;
  color: #595757;
}
.shoplist_storeinfo-warp {
  min-width: 70px;
  text-align: right;
}
.shoplist_item_shopdetail_.smallstock span {
  display: inline-block;
  font-size: 12px;
  color: #231815;
}
.shoplist_item_shopdetail_ > .shoplist_storeinfo-warp > a {
  display: none;
}
#pane-shoplist_modalfooter {
  margin: 50px 0 20px 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #c9caca;
  font-size: 11px;
  text-align: center;
  color: #231815;
}
.pane-shoplist_modalfooter-txt {
  margin-bottom: 0;
  padding: 0 0 0 1em;
  font-size: 10px;
  color: #231815;
  text-indent: -1em;
}
.pane-shoplist_modalfooter-txt-asterisk {
  color: #e72922;
}
/* end 店舗在庫モーダル内 */

/* LINE相談モーダル内 */
.block-contact-about {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; /* 店舗在庫モーダルと合わせました */
  overflow-y: scroll;
}
.block-contact-about-inner {
  display: block;
  width: calc(100% - 30px);
  padding: 20px 15px 30px;
  border: none;
  border-radius: 15px;
  font-family: YuGothic, din-2014, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-about-close {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #9c9c9e;
  position: fixed;
  top: -10px;
  right: -10px;
  bottom: auto;
  left: auto;
  z-index: 10001;
}
.contact-about-close::before,
.contact-about-close::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.contact-about-close::after {
  transform: rotate(135deg);
}
.block-contact-about-title {
  padding: 0 25px;
  font-size: 18px;
  text-align: center;
  color: #00ac5d;
}
.block-contact-about-txt {
  margin: 30px 0 0;
  font-size: 11px;
  text-align: center;
  color: #54555c;
}
.block-contact-about-item.block-contact-about-category {
  display: flex;
  gap: 12.5px;
  justify-content: space-between;
  margin-top: 25px;
}
div.block-contact-about-item.block-contact-about-category {
  margin-bottom: 0;
}
.block-contact-about-item.block-contact-about-category a {
  display: block;
  width: calc((100% - 12.5px) / 2);
  padding: 15px;
  border: 1px solid #9d9ea4;
  border-radius: 100px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #646464;
  background-image: none;
}
/* end LINE相談モーダル内 */

/* お問い合わせ（contact.aspx） */
.page-contact .block-inquiry {
  margin: 50px 0 60px;
  font-family: YuGothic, din-2014, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.page-contact .block-inquiry .block-inquiry--header {
  margin: 0 0 40px;
  padding: 0 15px;
  font-weight: normal;
  text-align: center;
  color: #787878;
}
.page-contact .block-inquiry .block-inquiry--message {
  margin-bottom: 10px;
  padding: 0 15px;
}
.page-contact .block-inquiry input[type="text"],
.page-contact .block-inquiry input[type="tel"],
.page-contact .block-inquiry input[type="email"],
.page-contact .block-inquiry input[type="search"],
.page-contact .block-inquiry input[type="password"],
.page-contact .block-inquiry input[type="url"],
.page-contact .block-inquiry input[type="number"],
.page-contact .block-inquiry select,
.page-contact .block-inquiry textarea {
  border-color: #dedede;
}
.page-contact .block-inquiry .block-inquiry--items,
.page-contact .block-inquiry--confirmation-items {
  margin: 0;
  padding: 65px 15px 20px 15px;
  background-color: #f6f6f6;
}
.page-contact .block-inquiry .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px 5px;
  margin: 0;
  padding: 13px 20px 24px;
  background-color: #fff;
}
.page-contact .block-inquiry .form-group + .form-group {
  margin-top: 10px;
}
.page-contact .block-inquiry .form-label,
.page-contact .block-inquiry .constraint {
  float: none;
}
.page-contact .block-inquiry .form-label label {
  font-weight: normal;
}
.page-contact .block-inquiry .constraint {
  margin-bottom: 0;
}
.page-contact .block-inquiry .form-control {
  width: 100%;
  padding-top: 24px;
  position: relative;
}
.page-contact .block-inquiry .form-control::before {
  content: '';
  display: block;
  width: calc(100% + 40px);
  height: 2px;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: -20px;
}
.page-contact .block-inquiry .block-inquiry--order-id input[type="text"] { /* オーダーID */
  width: 100%;
}
.page-contact .block-inquiry .block-inquiry--name .form-control { /* 氏名 */
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}
.page-contact .block-inquiry .block-inquiry--name .form-control br {
  display: none;
}
.page-contact .block-inquiry .block-inquiry--name .block-inquiry--name-label {
  grid-row: 1;
}
.page-contact .block-inquiry .block-inquiry--name .block-inquiry--name-label:first-of-type {
  grid-column: 1;
}
.page-contact .block-inquiry .block-inquiry--name .block-inquiry--name-label:nth-of-type(2) {
  grid-column: 2;
}
.page-contact .block-inquiry .block-inquiry--name .block-inquiry--name-label + input[type="text"] {
  grid-row: 2;
  margin-bottom: 0;
}
.page-contact .block-inquiry .block-inquiry--name .block-inquiry--name-label:first-of-type + input[name="text"] {
  grid-column: 1;
}
.page-contact .block-inquiry .block-inquiry--name .block-inquiry--name-label:nth-of-type(2) + input[name="text"] {
  grid-column: 2;
}
.page-contact .block-inquiry .help-block {
  width: 100%;
  margin-top: 0;
}
.page-contact .block-inquiry .block-inquiry--tel input[type="tel"] {
  width: 100%;
}
.page-contact .block-inquiry .action-buttons {
  padding: 10px 15px 20px;
  background-color: #f6f6f6;
}
.page-contact .block-inquiry .action-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.page-contact .block-inquiry .action-buttons .btn {
  margin-top: 0;
}
.page-contact .block-inquiry .block-inquiry--forward,
.page-contact .block-inquiry .block-inquiry--confirmation-forward {
  padding: 15px 0;
  border-radius: 100px;
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #22abdd;
}
.page-contact .block-inquiry .block-inquiry--confirmation-back {
  padding: 15px 0;
  border-radius: 100px;
  border: 1px solid #22abdd;
  font-size: 14px;
  font-weight: normal;
  color: #22abdd;
  text-align: center;
  background-color: #fff;
}
/* end お問い合わせ（contact.aspx） */