﻿@charset "UTF-8";
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #d5d5d5;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background: #00498f url("../../img/design/icn-check_wh.svg") 50% 54% no-repeat;
  background-size: 11px 8px;
  border: 1px solid #00498f;
}

input[type=checkbox] {
  border-radius: 2px;
}

input[type=radio] {
  border-radius: 50%;
}

select {
  padding: 6px 24px 6px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.6;
  background: url("../../img/design/icn-arrow-select.svg") calc(100% - 10px) 50% no-repeat;
}

/* ----トップページ予備テンプレート1---- */
/* ----トップページ予備テンプレート2---- */
.block-top-free2--header {
  padding: 19px 0 30px;
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
}

.block-top-free2--body {
  margin: 47px 0 50px;
}

.block-top-free2--items {
  width: 900px;
  height: auto;
  overflow: hidden;
}
.block-top-free2--items li {
  float: left;
}
.block-top-free2--items > li {
  width: 535px;
  height: auto;
}
.block-top-free2--items > li:first-child {
  width: 354px;
  height: auto;
  margin-right: 10px;
}

.block-top-free2--sub-items li {
  width: 172px;
  height: 172px;
  margin-bottom: 9px;
  margin-left: 9px;
}
.block-top-free2--sub-items li:nth-of-type(3n + 1) {
  margin-left: 0;
}

.block-top-event--header {
  padding: 0;
  margin-bottom: 20px;
  font-size: 26px;
  text-align: left;
  letter-spacing: 0.02em;
  border: 0;
}

/* ----ヘッダー---- */
.block-header-info-frame {
  background: #fff;
}

.block-header-info {
  width: 100%;
  padding: 9px 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block-header-logo {
  width: 132px;
  padding: 0;
  margin: 0 auto 0 0;
  font-size: 14px;
}
.block-header-logo img {
  width: 100%;
  height: auto;
}
.pane-order-header .block-header-logo, .pane-order-header .block-header-logo {
  width: auto;
  height: 100%;
}
.pane-order-header .block-header-logo img, .pane-order-header .block-header-logo img {
  width: auto;
  height: 100%;
}

ul.block-headernav--item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.block-headernav--item-list > li {
  margin-right: 32px;
}
ul.block-headernav--item-list > li:last-of-type {
  margin-right: 0;
}
ul.block-headernav--item-list > li a {
  position: relative;
  font-size: 13px;
}
ul.block-headernav--item-list > li a::before {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
}
ul.block-headernav--item-list > li.block-headernav--item-boookmark a {
  padding-left: 29px;
}
ul.block-headernav--item-list > li.block-headernav--item-boookmark a::before {
  top: calc(50% - 10px);
  width: 21px;
  height: 20px;
  background: url(../../img/usr/common/ico_bookmark.png) center center/auto auto no-repeat;
}
ul.block-headernav--item-list > li.block-headernav--item-login a {
  padding-left: 29px;
}
ul.block-headernav--item-list > li.block-headernav--item-login a::before {
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/ico_mypage.png) center center/auto auto no-repeat;
}
ul.block-headernav--item-list > li.block-headernav--item-cart a {
  padding-left: 29px;
}
ul.block-headernav--item-list > li.block-headernav--item-cart a::before {
  top: calc(50% - 13px);
  width: 21px;
  height: 26px;
  background: url(../../img/usr/common/ico_cart.png) center center/auto auto no-repeat;
}
ul.block-headernav--item-list > li.block-headernav--item-cart a .block-headernav--cart-count {
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  z-index: 2;
  display: block;
  width: 21px;
  height: 26px;
  padding-top: 3px;
  font-size: 10px;
  font-weight: 500;
  line-height: 23px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

/* ----ヘッダー検索---- */
/* ----グローバルナビ---- */
.pane-globalnav {
  position: relative;
}

ul.block-globalnav--item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
ul.block-globalnav--item-list > li > a {
  display: block;
  padding: 15px 36px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}
ul.block-globalnav--item-list > li.js-animation-megamenu-hover > a {
  position: relative;
  padding-right: 52px;
}
ul.block-globalnav--item-list > li.js-animation-megamenu-hover > a::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 36px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
ul.block-globalnav--item-list > li.js-animation-megamenu-hover:hover > a::after {
  top: calc(50% - 2px);
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
ul.block-globalnav--item-list > li .block-globalnav-menu {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 1480px;
  max-width: calc(100% - 17px);
  padding: 30px 0 30px 40px;
  margin: 0 auto;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item {
  width: 200px;
  margin-right: 40px;
  margin-bottom: 20px;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 16px;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-link .block-globalnav-menu--item-image {
  width: 56px;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-link .block-globalnav-menu--item-image img {
  width: 100%;
  vertical-align: top;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-link .block-globalnav-menu--item-text {
  width: 130px;
  margin-left: 14px;
  font-size: 16px;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-dynamic-category--row {
  padding: 6px 0;
  font-size: 13px;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-dynamic-category--row img {
  display: none;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-dynamic-genre--row {
  padding: 8px 0;
  font-size: 13px;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-dynamic-genre--row img {
  display: none;
}

/* ----フッター---- */
footer .container {
  position: relative;
}

.block-footernav {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
}
.block-footernav li {
  display: inline-block;
  padding: 0 2.5em;
  border-right: 1px solid #111;
}
.block-footernav li:last-of-type {
  border-right: 0;
}
.block-footernav li a {
  color: #444;
}

.block-footer-sns {
  position: relative;
  margin: 0 0 32px;
}
.block-footer-sns ul.block-footer-sns--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-footer-sns ul.block-footer-sns--list > li {
  margin: 0 20px;
}
.block-footer-sns ul.block-footer-sns--list button {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.block-footer-snsmodal {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.block-footer-snsmodal.is-open {
  visibility: inherit;
  opacity: 1;
}
.block-footer-snsmodal :hover {
  -webkit-transition: none;
  transition: none;
}
.block-footer-snsmodal__container {
  position: relative;
  width: 442px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.block-footer-snsmodal__close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 31px;
  height: 31px;
  padding: 0;
  background: transparent;
  background-image: url("../../img/design/img_common_sns_close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  outline: none;
}
.block-footer-snsmodal__header {
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
  background-color: #999;
  border-radius: 3px 3px 0 0;
}
.block-footer-snsmodal__content {
  height: 440px;
  padding: 26px 20px 15px;
  overflow-y: auto;
}
.block-footer-snsmodal__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-footer-snsmodal__item + .block-footer-snsmodal__item {
  margin-top: 30px;
}
.block-footer-snsmodal__item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
}
.block-footer-snsmodal__item dl {
  line-height: 1.5;
}
.block-footer-snsmodal__item dl dt {
  padding-bottom: 0;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  border-bottom: 0 none;
}
.block-footer-snsmodal__item dl dd {
  font-size: 12px;
  text-align: left;
}
.block-footer-snsmodal__copyrights {
  padding-top: 15px;
  margin-top: 30px;
  font-size: 9px;
  border-top: 1px solid #ededed;
}

/* ----ページトップに戻る---- */
.block-page-top {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 40px;
  z-index: 9;
  display: none;
}
.block-page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: transparent url("../../img/design/btn-pagetop.svg") 50% 50%/100% no-repeat;
}

/* ----Copyright---- */
.block-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1264px;
  padding: 20px;
  color: #fff;
  text-align: center;
  background-color: #00498f;
}
.block-copyright img {
  width: 50px;
  aspect-ratio: 1/1;
}
.block-copyright small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: normal;
}

/* --------------------------------
    トップページ
-------------------------------- */
.cmn-event,
.block-top-event,
.block-genre-page--event {
  margin-top: 84px;
}
.cmn-event .cmn-title,
.cmn-event .block-top-title,
.block-top-event .cmn-title,
.block-top-event .block-top-title,
.block-genre-page--event .cmn-title,
.block-genre-page--event .block-top-title {
  margin-bottom: 16px;
  text-align: center;
}
.cmn-event .block-top-event--goods,
.block-top-event .block-top-event--goods,
.block-genre-page--event .block-top-event--goods {
  overflow: hidden;
}

.block-top-coordinate {
  margin-top: 84px;
}
.block-top-coordinate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 22px;
  margin-bottom: 30px;
}
.block-top-coordinate__item {
  width: 216px;
  line-height: 1.3;
}
.block-top-coordinate__image {
  width: 100%;
  aspect-ratio: 216/288;
}
.block-top-coordinate__ttl {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}
.block-top-coordinate__store {
  margin-top: 8px;
  font-size: 12px;
}
.block-top-coordinate__data {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}

.block-top-visumo {
  margin-top: 84px;
}
.block-top-visumo .block-top-title img {
  margin-right: 10px;
}
.block-top-visumo > p {
  margin-bottom: 30px;
  text-align: center;
}

.block-top-column {
  margin-top: 84px;
}
.block-top-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 22px;
  margin-bottom: 30px;
}
.block-top-column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 216px;
  line-height: 1.5;
}
.block-top-column__image {
  width: 100%;
  aspect-ratio: 216/144;
}
.block-top-column__ttl {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}
.block-top-column__txt {
  margin-top: 8px;
  margin-bottom: 20px;
}
.block-top-column__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  font-size: 12px;
  color: #666;
}
.block-top-column__cat a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00498f;
}
.block-top-column__cat a::before {
  display: block;
  content: "";
  background-image: url(../../img/design/icn-folder.svg#icn-folder-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 13px;
  height: 12px;
}

.block-top-topic {
  margin-top: 80px;
}
.block-top-topic .block-top-topic--header {
  padding: 0;
  font-size: 26px;
  text-align: center;
  border-top: 0;
}
.block-top-topic .block-top-topic--body ul.block-topic--items {
  width: 100%;
}
.block-top-topic .block-top-topic--body ul.block-topic--items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 25px 0;
  border-top: 1px solid #e8e8e8;
}
.block-top-topic .block-top-topic--body ul.block-topic--items li + li {
  border-top: 1px solid #e8e8e8;
}
.block-top-topic .block-top-topic--body ul.block-topic--items time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 21px;
}
.block-top-topic .block-top-topic--body ul.block-topic--items .block-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 63px;
}
.block-top-topic .block-top-topic--body ul.block-topic--items a {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.block-top-topic--next-page a {
  display: block;
  width: 162px;
  padding: 15px 10px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 26px;
}

.block-top-instagram .block-top-title img {
  display: block;
  margin: 0 auto 8px;
}

.block-jscart--items {
  padding-bottom: 5px;
}

.pane-right-menu .block-jscart {
  width: 1080px;
  margin: 0 auto;
}
.pane-right-menu .block-jscart .block-search-box--header {
  padding: 75px 0 0;
  margin: 0 0 30px;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  text-align: center;
  letter-spacing: 0.02em;
  border: 0;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
  ブランド 3D＿Sliderで主に使っている
 //////////////////////////////////////////////////////////////////////////////////////////////////// */
.block-top-brand {
  padding: 4rem 0 6rem;
  margin-top: 80px;
  overflow: hidden;
  background: #f0f0f0;
}
.block-top-brand .block-top-title {
  margin-bottom: 15px;
}
.block-top-brand > p {
  margin-bottom: 30px;
  text-align: center;
}
.block-top-brand__wrapper {
  position: relative;
  z-index: 1;
  width: 380px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
  list-style: none;
}
.block-top-brand .swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
}
.block-top-brand .swiper-navigation {
  top: 50%;
  margin-top: -15px;
}
.block-top-brand .carousel-button-prev {
  left: -15px;
}
.block-top-brand .carousel-button-next {
  right: -15px;
}
.block-top-brand__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 380px;
  background-color: #fff;
}
.block-top-brand__rollover {
  display: block;
  max-width: 380px;
}
.block-top-brand__rolloverImg img {
  position: relative;
  display: block;
}
.block-top-brand__imgText {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.015em;
}
.block-top-brand__link {
  display: block;
  color: #00468c;
  vertical-align: initial;
}
.block-top-brand__texts {
  display: block;
  margin: 1.4rem 0.5em 2rem;
  font-size: 1.6rem;
  text-align: center;
}
.block-top-brand__text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
.block-top-brand__text.is-bold {
  font-weight: 600;
}
.block-top-brand__hoverText {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px;
  color: #fff;
  visibility: hidden;
  background-color: rgba(160, 160, 160, 0.7);
  opacity: 0;
  -webkit-transition: visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.block-top-brand__item:hover .block-top-brand__hoverText {
  visibility: visible;
  opacity: 1;
}
.block-top-brand__hoverText .block-top-brand__texts a {
  color: #fff;
}
.block-top-brand__btnWrap {
  margin-top: 2rem;
}
.block-top-brand .btn {
  min-width: 280px;
  height: 50px;
  padding: 12px 24px;
  font-size: 14px;
}
.block-top-brand__item.swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
}
.block-top-brand__item.swiper-slide:not(.swiper-slide-active) .block-top-brand__texts {
  display: none;
  font-size: 1.6rem;
}
.block-top-brand__item.swiper-slide:not(.swiper-slide-active) .block-top-brand__btnWrap {
  display: none;
}
.block-top-brand__match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 860px;
  height: 190px;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  background-image: url("/img/usr/men/img_men_matchimg.png");
  background-repeat: no-repeat;
  background-position: 30px 17.5px;
  background-size: 109.69px 155.09px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.block-top-brand__matchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 670px;
  margin-right: 4rem;
  margin-left: 162.5px;
}
.block-top-brand__matchTexts {
  max-width: 370px;
}
.block-top-brand__matchSub {
  font-size: 1.8rem;
  font-weight: 700;
}
.block-top-brand__matchSub::after {
  display: inline-block;
  content: "！";
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.block-top-brand__matchMain {
  margin-top: 0.3rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #004791;
}
.block-top-brand__matchText {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.block-top-brand__matchText span.is-fs22 {
  font-size: 2.2rem;
  font-weight: 700;
  vertical-align: bottom;
}
.block-top-brand .block-top-brand__pagination.swiper-pagination-bullets {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.block-top-brand .block-top-brand__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.block-top-brand__wrapper.swiper-3d .swiper-slide-shadow-left {
  background: transparent;
}
.block-top-brand__wrapper.swiper-3d .swiper-slide-shadow-right {
  background: transparent;
}

/* ----商品一覧など---- */
.block-thumbnail-h {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  width: 1200px;
  padding-right: 20px;
}
.block-thumbnail-h .block-thumbnail-h--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 1200px;
}
.block-thumbnail-h .block-thumbnail-h--items.swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.block-thumbnail-h .block-thumbnail-h--goods {
  position: relative;
  background-color: transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  width: 170px;
  margin: 0 20px 0 0;
}
.block-thumbnail-h .block-thumbnail-h--goods a {
  text-decoration: none;
}
.block-thumbnail-h .block-thumbnail-h--goods::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  background-color: #fff;
}
.block-thumbnail-h .block-thumbnail-h--goods .block-goods-favorite {
  top: 238px;
}
.block-thumbnail-h .block-thumbnail-h--goods-image {
  position: relative;
}
.block-thumbnail-h .block-thumbnail-h--goods-image figure {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 148/250;
  background-color: transparent;
}
.block-thumbnail-h .block-thumbnail-h--goods-image .block-icon {
  position: absolute;
  bottom: 6px;
  left: 6px;
}
.block-thumbnail-h .block-thumbnail-h--goods-description {
  margin: 0;
  font-size: 12px;
  padding: 15px 10px;
  line-height: 1.5;
}
.block-thumbnail-h .block-thumbnail-h--goods-name {
  margin-top: 10px;
}
.block-thumbnail-h .block-thumbnail-h--price-infos {
  margin-top: 6px;
}
.block-thumbnail-h .block-thumbnail-h--scomment {
  font-weight: bold;
  font-size: 12px;
}
.block-thumbnail-h .block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-size: 0;
}
.block-thumbnail-h .block-icon img {
  width: auto;
  height: 20px;
}
.block-thumbnail-h .price,
.block-thumbnail-h .net-price,
.block-thumbnail-h .default-price,
.block-thumbnail-h .exchange-price,
.block-thumbnail-h .block-exchange-price--rate-dt {
  text-align: left;
}
.block-thumbnail-h .price {
  font-weight: bold;
  font-size: 12px;
}
.block-thumbnail-h .price strong {
  margin-right: 4px;
  font-size: 1.6em;
  font-weight: bold;
}
.block-thumbnail-h .block-thumbnail-h--scomment + .block-thumbnail-h--price-items {
  margin-top: 4px;
}
.block-thumbnail-h .block-thumbnail-h--scomment + .block-thumbnail-h--price-items .price {
  font-weight: bold;
  color: #c62a19;
}
.block-thumbnail-h .default-price {
  font-weight: normal;
  font-size: 1.16em;
}
.block-thumbnail-h .default-price strong {
  font-weight: normal;
}

.block-thumbnail-t .block-thumbnail-t--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  width: initial;
}
.block-thumbnail-t .block-thumbnail-t--items.swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.block-thumbnail-t .block-thumbnail-t--goods {
  position: relative;
  background-color: transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  width: 170px;
  margin: 0 20px 0 0;
}
.block-thumbnail-t .block-thumbnail-t--goods a {
  text-decoration: none;
}
.block-thumbnail-t .block-thumbnail-t--goods::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  background-color: #fff;
}
.block-thumbnail-t .block-thumbnail-t--goods .block-goods-favorite {
  top: 238px;
}
.block-thumbnail-t .block-thumbnail-t--goods-image {
  position: relative;
}
.block-thumbnail-t .block-thumbnail-t--goods-image figure {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 148/250;
  background-color: transparent;
}
.block-thumbnail-t .block-thumbnail-t--goods-image .block-icon {
  position: absolute;
  bottom: 6px;
  left: 6px;
}
.block-thumbnail-t .block-thumbnail-t--goods-description {
  margin: 0;
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.5;
}
.block-thumbnail-t .block-thumbnail-t--goods-name {
  margin-top: 10px;
}
.block-thumbnail-t .block-thumbnail-t--price-infos {
  margin-top: 6px;
}
.block-thumbnail-t .block-thumbnail-t--scomment {
  font-weight: bold;
  font-size: 12px;
}
.block-thumbnail-t .block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-size: 0;
}
.block-thumbnail-t .block-icon img {
  width: auto;
  height: 20px;
}
.block-thumbnail-t .price,
.block-thumbnail-t .net-price,
.block-thumbnail-t .default-price,
.block-thumbnail-t .exchange-price,
.block-thumbnail-t .block-exchange-price--rate-dt {
  text-align: left;
}
.block-thumbnail-t .price {
  font-weight: bold;
  font-size: 12px;
}
.block-thumbnail-t .price strong {
  margin-right: 4px;
  font-size: 1.6em;
  font-weight: bold;
}
.block-thumbnail-t .block-thumbnail-t--scomment + .block-thumbnail-t--price-items {
  margin-top: 4px;
}
.block-thumbnail-t .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price {
  font-weight: bold;
  color: #c62a19;
}
.block-thumbnail-t .default-price {
  font-weight: normal;
  font-size: 1.16em;
}
.block-thumbnail-t .default-price strong {
  font-weight: normal;
}

.block-thumbnail-r .block-thumbnail-r--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.block-thumbnail-r .block-thumbnail-r--items.swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.block-thumbnail-r .block-thumbnail-r--goods {
  position: relative;
  background-color: transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  width: 170px;
}
.block-thumbnail-r .block-thumbnail-r--goods a {
  text-decoration: none;
}
.block-thumbnail-r .block-thumbnail-r--goods::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  background-color: #fff;
}
.block-thumbnail-r .block-thumbnail-r--goods .block-goods-favorite {
  top: 238px;
}
.block-thumbnail-r .block-thumbnail-r--goods-image {
  position: relative;
}
.block-thumbnail-r .block-thumbnail-r--goods-image figure {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 148/250;
  background-color: transparent;
}
.block-thumbnail-r .block-thumbnail-r--goods-image .block-icon {
  position: absolute;
  bottom: 6px;
  left: 6px;
}
.block-thumbnail-r .block-thumbnail-r--goods-description {
  margin: 0;
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.5;
}
.block-thumbnail-r .block-thumbnail-r--goods-name {
  margin-top: 10px;
}
.block-thumbnail-r .block-thumbnail-r--price-infos {
  margin-top: 6px;
}
.block-thumbnail-r .block-thumbnail-r--scomment {
  font-weight: bold;
  font-size: 12px;
}
.block-thumbnail-r .block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-size: 0;
}
.block-thumbnail-r .block-icon img {
  width: auto;
  height: 20px;
}
.block-thumbnail-r .price,
.block-thumbnail-r .net-price,
.block-thumbnail-r .default-price,
.block-thumbnail-r .exchange-price,
.block-thumbnail-r .block-exchange-price--rate-dt {
  text-align: left;
}
.block-thumbnail-r .price {
  font-weight: bold;
  font-size: 12px;
}
.block-thumbnail-r .price strong {
  margin-right: 4px;
  font-size: 1.6em;
  font-weight: bold;
}
.block-thumbnail-r .block-thumbnail-r--scomment + .block-thumbnail-r--price-items {
  margin-top: 4px;
}
.block-thumbnail-r .block-thumbnail-r--scomment + .block-thumbnail-r--price-items .price {
  font-weight: bold;
  color: #c62a19;
}
.block-thumbnail-r .default-price {
  font-weight: normal;
  font-size: 1.16em;
}
.block-thumbnail-r .default-price strong {
  font-weight: normal;
}

.block-goods-list-c {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  width: 1200px;
  padding-right: 20px;
}
.block-goods-list-c .block-goods-list-c--items > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 1200px;
}
.block-goods-list-c .block-goods-list-c--goods {
  position: relative;
  background-color: transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  width: 154px;
}
.block-goods-list-c .block-goods-list-c--goods a {
  text-decoration: none;
}
.block-goods-list-c .block-goods-list-c--goods::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  background-color: #fff;
}
.block-goods-list-c .block-goods-list-c--goods .block-goods-favorite {
  top: auto;
  bottom: 0;
}
.block-goods-list-c .block-goods-list-c--item-body {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  width: 154px;
}
.block-goods-list-c .block-goods-list-c--item-body::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  background-color: #fff;
}
.block-goods-list-c .block-goods-list-c--item-body .block-goods-favorite {
  top: auto;
  bottom: 0;
}
.block-goods-list-c .block-goods-list-c--goods-image {
  position: relative;
}
.block-goods-list-c .block-goods-list-c--goods-image figure {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 148/250;
  background-color: transparent;
}
.block-goods-list-c .block-goods-list-c--goods-image .block-icon {
  position: absolute;
  bottom: 6px;
  left: 6px;
}
.block-goods-list-c .block-goods-list-c--image {
  position: relative;
}
.block-goods-list-c .block-goods-list-c--image figure {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 148/250;
  background-color: transparent;
}
.block-goods-list-c .block-goods-list-c--image .block-icon {
  position: absolute;
  bottom: 6px;
  left: 6px;
}
.block-goods-list-c .block-goods-list-c--goods-description {
  margin: 0;
  font-size: 12px;
  padding: 15px 10px;
  line-height: 1.5;
}
.block-goods-list-c .block-goods-list-c--goods-name {
  margin-top: 10px;
}
.block-goods-list-c .block-goods-list-c--price-infos {
  margin-top: 6px;
}
.block-goods-list-c .block-goods-list-c--scomment {
  font-weight: bold;
  font-size: 12px;
}
.block-goods-list-c .block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-size: 0;
}
.block-goods-list-c .block-icon img {
  width: auto;
  height: 20px;
}
.block-goods-list-c .price,
.block-goods-list-c .net-price,
.block-goods-list-c .default-price,
.block-goods-list-c .exchange-price,
.block-goods-list-c .block-exchange-price--rate-dt {
  text-align: left;
}
.block-goods-list-c .price {
  font-weight: bold;
  font-size: 12px;
}
.block-goods-list-c .price strong {
  margin-right: 4px;
  font-size: 1.6em;
  font-weight: bold;
}
.block-goods-list-c .block-goods-list-c--scomment + .block-goods-list-c--price-items {
  margin-top: 4px;
}
.block-goods-list-c .block-goods-list-c--scomment + .block-goods-list-c--price-items .price {
  font-weight: bold;
  color: #c62a19;
}
.block-goods-list-c .default-price {
  font-weight: normal;
  font-size: 1.16em;
}
.block-goods-list-c .default-price strong {
  font-weight: normal;
}

.block-ranking-r .block-ranking-r--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.block-ranking-r .block-ranking-r--items.swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.block-ranking-r .block-ranking-r--goods {
  position: relative;
  background-color: transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  width: 170px;
  display: block;
  margin: 0;
}
.block-ranking-r .block-ranking-r--goods a {
  text-decoration: none;
}
.block-ranking-r .block-ranking-r--goods::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  background-color: #fff;
}
.block-ranking-r .block-ranking-r--goods .block-goods-favorite {
  top: 238px;
}
.block-ranking-r .block-ranking-r--goods-image {
  position: relative;
}
.block-ranking-r .block-ranking-r--goods-image figure {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 148/250;
  background-color: transparent;
}
.block-ranking-r .block-ranking-r--goods-image .block-icon {
  position: absolute;
  bottom: 6px;
  left: 6px;
}
.block-ranking-r .block-ranking-r--goods-description {
  margin: 0;
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.5;
}
.block-ranking-r .block-ranking-r--goods-name {
  margin-top: 10px;
}
.block-ranking-r .block-ranking-r--price-infos {
  margin-top: 6px;
}
.block-ranking-r .block-ranking-r--scomment {
  font-weight: bold;
  font-size: 12px;
}
.block-ranking-r .block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-size: 0;
}
.block-ranking-r .block-icon img {
  width: auto;
  height: 20px;
}
.block-ranking-r .price,
.block-ranking-r .net-price,
.block-ranking-r .default-price,
.block-ranking-r .exchange-price,
.block-ranking-r .block-exchange-price--rate-dt {
  text-align: left;
}
.block-ranking-r .price {
  font-weight: bold;
  font-size: 12px;
}
.block-ranking-r .price strong {
  margin-right: 4px;
  font-size: 1.6em;
  font-weight: bold;
}
.block-ranking-r .block-ranking-r--scomment + .block-ranking-r--price-items {
  margin-top: 4px;
}
.block-ranking-r .block-ranking-r--scomment + .block-ranking-r--price-items .price {
  font-weight: bold;
  color: #c62a19;
}
.block-ranking-r .default-price {
  font-weight: normal;
  font-size: 1.16em;
}
.block-ranking-r .default-price strong {
  font-weight: normal;
}
.block-ranking-r .block-ranking-r--goods-image .block-ranking-r--rank {
  width: 34px;
  height: 34px;
  padding-bottom: 2px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #222;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}
.block-ranking-r .block-ranking-r--goods-image .block-ranking-r--rank-1 {
  color: #fff;
  background-color: #927f51;
  border-color: #927f51;
}
.block-ranking-r .block-ranking-r--goods-image .block-ranking-r--rank-2 {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.block-ranking-r .block-ranking-r--goods-image .block-ranking-r--rank-3 {
  color: #fff;
  background-color: #956949;
  border-color: #956949;
}

.block-genre-page--event,
.block-category-page--event,
.block-event-page--event {
  margin-top: 80px;
}

.block-goods-favorite {
  position: absolute;
  right: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 29px;
  height: 27px;
  padding: 10px;
  background-size: contain !important;
}

.block-goods-favorite .block-goods-list--favorite--btn,
.block-goods-favorite .block-goods-list--favorite-registed--btn,
.block-goods-favorite--btn,
.block-goods-favorite-registed--btn {
  position: relative;
  top: 0;
  left: 0;
  width: 29px;
  height: 27px;
  cursor: pointer;
  background: url(../../img/usr/common/goods_bookmark_btn.png) no-repeat;
  background-size: contain;
}

.block-goods-favorite .block-goods-list--favorite-registed--btn,
.block-goods-favorite-registed--btn {
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png) no-repeat;
  background-size: contain;
}

/* ----最近見た商品---- */
.block-recent-item {
  width: 1200px;
  padding: 40px 0 60px;
  margin: auto;
}
.block-recent-item--body {
  position: relative;
  overflow: hidden;
  width: calc(1200px + (max(100vw, 1200px) - 1200px) / 2);
  margin-right: calc((max(100vw, 1200px) - 1200px) / 2 * -1);
}
.block-recent-item--items {
  width: 1200px;
  overflow: visible;
}
.block-recent-item--header {
  padding: 0;
  margin: 0 0 26px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.333;
  color: #000;
  text-align: left;
  letter-spacing: 0.02em;
  border: 0;
}
.block-recent-item--empty-message, .block-recent-item--history-message {
  width: 1200px;
  margin-left: 0;
}
.block-recent-item--keep-history {
  width: 1200px;
  margin-left: 0;
}
.block-recent-item--keep-history a {
  color: #008bd5;
  text-decoration: none;
}
.block-recent-item .swiper-wrapper {
  width: 1200px;
}
.block-recent-item .swiper-navigation {
  width: 1200px;
}

/* ----カテゴリ画面---- */
.block-top-category {
  margin-top: 84px;
}
.block-top-category .block-top-title {
  margin-bottom: 30px;
}

.block-category-style-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin: 0 0 50px;
}
.block-category-style-p--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 170px;
      flex-basis: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 170px;
  margin: 0;
  line-height: 1.4285714286;
}
.block-category-style-p--item a:hover {
  opacity: 0.8;
}
.block-category-style-p--item:nth-child(2n) {
  margin: 0;
}
.block-category-style-p--item:nth-of-type(4n), .page-top .block-category-style-p--item:nth-of-type(4n) {
  margin-right: 0;
}
.block-category-style-p--item-comment {
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30;
  float: none;
  width: auto;
  font-size: 13px;
}
.block-category-style-p--item-image {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  float: none;
  width: 100%;
  margin: 0 0 10px;
}
.block-category-style-p--item-image img {
  width: 100%;
}
.block-category-style-p--item-name {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  border: 0;
}
.block-category-style-p--item-name a::before {
  content: "＞ ";
}
.page-top .block-category-style-p--item-comment {
  display: none;
}
.page-top .block-category-style-p--item-name {
  padding: 0;
  font-size: inherit;
  text-align: center;
  border-bottom: 0;
}
.page-top .block-category-style-p-item-name a::before {
  display: none;
}

.block-category-list--header {
  padding: 0;
  margin: 0 0 25px;
  font-size: 28px;
  font-weight: 500;
}

.block-category-list--header-img {
  padding: 0;
  margin: 0 0 30px;
}

.block-category-list--comment {
  margin: 0 0 36px;
  line-height: 1.7;
}

.page-top .block-ranking-r {
  position: relative;
}
.page-top .block-ranking-r .block-ranking-r--items > div {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* ----カテゴリ画面 (アイコンVer) ---- */
.block-top-category-icon {
  text-align: center;
  margin-top: 90px;
}
.block-top-category-icon .block-category-style-p {
  position: relative;
  gap: 16px;
  margin-bottom: 0;
}
.block-top-category-icon .block-category-style-p--item {
  position: relative;
  /* border: 1px solid #CCC;
  background: #F3F3F3; */
  flex-basis: 220px;
  width: 220px;
}
.block-top-category-icon .block-category-style-p--item:after{
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.block-top-category-icon .block-category-style-p--item a {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 10px;
}
.block-top-category-icon .block-category-style-p--item-image {
  width: 40px;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}
.block-top-category-icon .block-category-style-p--item-name {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
}
.block-top-category-icon .btn-category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 0 0 8px;
  font-size: 13px;
  text-decoration: none!important;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.block-top-category-icon .btn-category span {
  display: block;
  width: 13px;
  height: 13px;
  margin-left: 16px;
  position: relative;
}
.block-top-category-icon .btn-category span:before,
.block-top-category-icon .btn-category span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.block-top-category-icon .btn-category span:after {
  transform: rotate(90deg);
}
.block-top-category-icon .btn-category.is-open span:after {
  display: none;
}
.block-top-category-icon .btn-category-all {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.block-top-category-icon .btn-category-all:after{
  content: "";
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ----おすすめ商品---- */
.block-top-recommend {
  margin-top: 80px;
  overflow: hidden;
}
.block-top-recommend .block-thumbnail-t {
  width: 100%;
  margin-bottom: 0;
}
.block-top-recommend .block-thumbnail-t--items {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* ----ジャンル画面---- */
.block-genre-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 30px 20px 10px;
  margin: 0 auto;
  background: #eee;
}
.block-genre-style .block-genre-style--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  margin: 0 20px 20px 0;
}
.block-genre-style .block-genre-style--item .block-genre-style--item-name {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  border: 0;
}
.block-genre-style .block-genre-style--item .block-genre-style--item-name a::before {
  content: "＞ ";
}

/* ----ブランド画面---- */
.block-brand-list {
  margin: 40px 0 60px;
}
.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}

.block-brand-list--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-brand-list--item {
  -ms-flex-preferred-size: 390px;
      flex-basis: 390px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 390px;
  margin: 0 0 60px 15px;
}
.block-brand-list--item:nth-of-type(3n + 1) {
  margin-left: 0;
}

.block-brand-list--item-img {
  width: 390px;
  height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
  border: 0;
}

.block-brand-list--item-name {
  padding: 16px 0 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.block-brand-list--item-comment {
  padding: 0;
  border: 0;
}

.block-brand-list--item-btn {
  display: block;
  width: 240px;
  height: auto;
  padding: 15px 10px;
  margin: 16px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  background: #fff;
  border: 1px solid #111;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
}

/* ----トピック画面---- */
.page-topicdetaillist .block-topic--items {
  margin: 0 0 36px;
}

.block-topic--items li {
  padding: 12px 0;
  border: 0;
}
.block-topic--items dt {
  margin-right: 30px;
}
.block-topic--items dd + dd {
  margin-left: 8px;
}

/* ----クイックオーダー---- */
.block-quick-order--price-comment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-quick-order--price {
  font-weight: 500;
  color: #c30;
}

.block-quick-order--default-price {
  font-weight: normal;
}

/* ----購入フロー---- */
.fieldset.form-group {
  margin-top: 20px;
}
.fieldset.form-group + .form-group {
  margin-top: 0;
}

.block-cart--goods-list .block-goods-favorite {
  bottom: 0;
}

.block-cart--goods-list-image.img-center {
  width: auto;
  aspect-ratio: 148/250;
}

.block-cart--goods-list-item {
  width: 335px;
  letter-spacing: 0;
}

.block-cart--goods-list-item-price-info {
  width: 250px;
  margin: 8px 15px 0 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
}
.block-cart--goods-list-item-price-info .price::after {
  font-size: 12px;
}
.block-cart--goods-list-item-price-info .btn {
  width: 180px;
  padding: 4px;
  margin-top: 4px;
  font-size: 13px;
}

.block-cart--goods-list-item-price {
  margin-bottom: 3px;
}

.block-cart--goods-list-item-input {
  margin-top: 10px;
}

.block-cart-recent-item--header {
  padding: 12px 0;
  font-size: 24px;
  text-align: left;
  border-top: 0;
}

.block-cart--amazonpay {
  border-top: 0;
}

.block-cart--subtotal-price {
  letter-spacing: 0.02em;
}
.block-cart--subtotal-price::after {
  font-size: 13px;
}

.block-order-method h2,
.block-order-estimate h2 {
  padding: 12px 0;
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 500;
  color: #111;
}

.block-order-method h3,
.block-order-estimate h3 {
  padding: 4px 0;
  border: 0;
}

.block-order-method--sales-append-content .form-control input[type=text],
.block-order-method--sales-append-content .form-control textarea,
.block-order-method--sales-append-content .form-control select {
  max-width: 570px;
}

.block-order-method--payment-content input {
  vertical-align: middle;
}
.block-order-method--payment-content figure img {
  width: 200px;
}

.block-order-method--next-btn:not(:first-child) {
  margin-top: 20px;
}

.block-order-estimate--total-price::after {
  display: none;
}

h2.block-order-estimate--confirmation-title {
  margin: 0 0 12px;
  border: 0;
}

.block-order-estimate--uid input[type=text] {
  max-width: 100%;
}

.block-order-estimate--dest-address-item-buttons__selected {
  background: #ffebe8;
}

.block-order-gift-select--delivery-dest-add-btn {
  vertical-align: top;
}

.block-order-gift-select--delivery-dest-goods-name figure img {
  width: 37.3%;
}

.block-order-gift-select--coupon-available-btn {
  vertical-align: top;
}

.block-order-gift-dest--cart-back a {
  color: #d53100;
  text-decoration: none;
}

.block-order-gift-confirmation h3 {
  margin: 0 0 12px;
}

.block-order-gift-select--delivery-dest-goods-noshi h3 {
  padding: 0;
  margin: 0;
  border: 0;
}

.block-order-complete--orderinfo,
.block-order-complete--customerentry-wrapper {
  padding: 0;
  border: 0;
}

.block-order-complete--message {
  margin: 0 0 30px;
}
.block-order-complete--message p {
  text-align: center;
}

.block-order-complete--orderid {
  margin: 0 0 30px;
  border: 0;
}
.block-order-complete--orderid th {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 4px;
  font-weight: normal;
  color: #808080;
  text-align: center;
  background: none;
}
.block-order-complete--orderid td {
  display: block;
  width: 100%;
  padding: 0;
  font-weight: normal;
  text-align: center;
  background: none;
}
.block-order-complete--orderid th {
  border: 0;
}
.block-order-complete--orderid td {
  border: 0;
}
.block-order-complete--orderid td a {
  text-decoration: underline;
}

.block-order-regular-add-confirm h2 {
  border: 0;
}
.block-order-regular-add-confirm h3 {
  padding: 0;
  border: 0;
}

.block-order-regular-add-confirm--total-price.price::after {
  display: none;
}

.block-order-regular-add-complete--regular-sales-info {
  padding: 0;
  border: 0;
}

.block-order-regular-add-complete--message {
  margin: 0 0 30px;
}
.block-order-regular-add-complete--message p {
  text-align: center;
}

.block-order-regular-add-complete--regular-sales {
  margin: 0 0 30px;
  border: 0;
}
.block-order-regular-add-complete--regular-sales th {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 4px;
  font-weight: normal;
  color: #808080;
  text-align: center;
  background: none;
  border: 0;
}
.block-order-regular-add-complete--regular-sales td {
  display: block;
  width: 100%;
  padding: 0;
  font-weight: normal;
  text-align: center;
  background: none;
  border: 0;
}
.block-order-regular-add-complete--regular-sales th {
  border: 0;
}
.block-order-regular-add-complete--regular-sales td {
  border: 0;
}
.block-order-regular-add-complete--regular-sales td a {
  text-decoration: underline;
}
.block-order-estimate--commit p {
  margin-top: 20px;
}

.block-order-estimate--return-agree {
  font-size: 13px;
}

.block-order-estimate--point-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-order-estimate--point-add dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.block-order-estimate--point-add dd {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.block-order-estimate--point-add figure img {
  width: 40%;
}
.block-order-estimate--point-add figure + dd {
  width: 100%;
  text-align: left;
}

/* あなたにおすすめブロック */
.block-recommend-goods {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}
.block-recommend-goods h2 {
  margin-top: 0;
}
.block-recommend-goods .block-thumbnail-t--items {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* ----マイページ---- */
.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
  padding: 12px 8px;
  margin: 0 0 24px;
  font-size: 24px;
  background: none;
}

.block-mypage--withdrawal {
  color: #081f2c;
}

.block-favorite--bookmark-list {
  margin: 0 0 24px;
}

.block-favorite--favorite-goods .block-favorite--image figure {
  background-color: #fff;
}

.block-additional-authentication--reissue {
  vertical-align: top;
}

/* ----ページ機能---- */
.block-pagecategory-page-list--frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
  width: calc(25% - 9px);
  margin: 0 12px 15px 0;
}
.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-of-type(4n) {
  margin-right: 0;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
  margin-top: 50px;
  text-align: center;
}

/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}

/* ----アプリログイン訴求画面---- */
.block-applogin-body {
  height: 100px;
  margin: auto;
  font-size: 16px;
  line-height: 1.9em;
  text-align: center;
  letter-spacing: 0.1em;
}

/* ---- LightningRecommend ---- */
.block-top-lightningrecommend,
.block-ranking-lightningrecommend {
  padding: 0 0 80px;
}

.block-top-lightningrecommend--header,
.block-ranking-lightningrecommend--header {
  padding: 75px 0 0;
  margin: 0 0 30px;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  text-align: center;
  letter-spacing: 0.02em;
  border: 0;
}

.block-top-lightningrecommend ul.block-thumbnail-t,
.block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items {
  padding-left: 32px;
  margin: 0 auto 40px;
}

.block-top-lightningrecommend ul.block-thumbnail-t li,
.block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-top-lightningrecommend ul.block-thumbnail-t li dl,
.block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items li dl {
  padding: 0;
  margin: 0 32px 0 0;
}

.block-common-lightningrecommend--list ul.block-thumbnail-t li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.block-common-lightningrecommend--list ul.block-thumbnail-t li dl {
  margin: 0 50px 20px 0;
}
.block-common-lightningrecommend--list ul.block-thumbnail-t li dl:nth-of-type(5n) {
  margin-right: 0;
}

.block-goods-list-l--bookmark,
.block-bulk-purchase-b--goods-bookmark,
.block-goods-list-s--bookmark,
.block-goods-name-n--goods-bookmark {
  position: relative;
}

/* ----定期購入 本品とレフィル切り替え画面---- */
.block-refillgoods-list .block-thumbnail-t dl {
  width: 200px;
  margin: 0 50px 20px 0;
}
.block-refillgoods-list .block-thumbnail-t dl:nth-of-type(4n) {
  width: 200px;
  margin: 0 50px 20px 0;
}

/* ----マイページ---- */
.block-member-info form .horizontal-line {
  margin: 10px 0;
}

/* ----マイページモーダル---- */
.modal--linesync-menu,
.modal--snssync-menu {
  width: 100%;
  padding: 15px 15px 20px;
  margin: 0;
}

/* ----購入履歴詳細--- */
.block-purchase-history-detail--goods-addgoods {
  margin-top:5px;
}