﻿@charset "UTF-8";
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;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
}

/* --------------------------------
    トップページ
-------------------------------- */
.page-top .action-buttons {
  margin-top: 20px;
}

/* ----トップページ予備テンプレート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: 0 0 20px;
  font-size: 22px;
  text-align: left;
  border: 0;
}

.cmn-event,
.block-top-event {
  margin-top: 84px;
  padding-right: 15px;
  padding-left: 15px;
}
.cmn-event .cmn-title,
.cmn-event .block-top-title,
.block-top-event .cmn-title,
.block-top-event .block-top-title {
  margin-bottom: 30px;
  text-align: center;
}
.cmn-event .block-top-event--goods,
.block-top-event .block-top-event--goods {
  overflow: hidden;
}

.block-top-coordinate {
  margin-top: 84px;
  padding-right: 15px;
  padding-left: 15px;
}
.block-top-coordinate__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  width: calc(100% + 15px);
  padding-right: 15px;
  margin-bottom: 10px;
  overflow-x: scroll;
}
.block-top-coordinate__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 148px;
  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;
  padding-right: 15px;
  padding-left: 15px;
}
.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: 80px;
  padding-right: 15px;
  padding-left: 15px;
}
.block-top-column__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 22px;
  width: calc(100% + 15px);
  padding-right: 15px;
  margin-right: -15px;
  margin-bottom: 10px;
  overflow-x: scroll;
}
.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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  padding-right: 15px;
  padding-left: 15px;
}
.block-top-topic .block-top-topic--header {
  padding: 0;
  font-size: 26px;
  text-align: center;
  border-top: 0;
  border-bottom: 0;
}
.block-top-topic .block-top-topic--body ul.block-topic--items {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #e8e8e8;
}
.block-top-topic .block-top-topic--body ul.block-topic--items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 25px 0;
  border-bottom: 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;
  margin-bottom: 0;
}
.block-top-topic .block-top-topic--body ul.block-topic--items a {
  width: 100%;
  margin-top: 5px;
}

.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;
}

.block-top-uservoice {
  padding: 0 0 40px;
  background: #f5f5f5;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
  ブランド 3D＿Sliderで主に使っている
 //////////////////////////////////////////////////////////////////////////////////////////////////// */
.block-top-brand {
  padding: 4rem 0 6rem;
  margin-top: 80px;
  background: #f0f0f0;
}
.block-top-brand .block-top-title {
  margin-bottom: 18px;
}
.block-top-brand > p {
  padding: 0 10px;
  margin-bottom: 30px;
  text-align: center;
}
.block-top-brand__wrapper {
  position: relative;
  z-index: 1;
  width: 275px;
  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: 200px;
  display: block;
}
.block-top-brand .carousel-button-prev {
  left: -5px;
}
.block-top-brand .carousel-button-next {
  right: -5px;
}
.block-top-brand__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 260px;
}
.block-top-brand__rollover {
  display: block;
  max-width: 260px;
}
.block-top-brand__rolloverImg img {
  position: relative;
  display: block;
  height: auto;
}
.block-top-brand__imgText {
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.625;
  text-align: center;
  background-color: #fff;
}
.block-top-brand__texts {
  visibility: hidden;
  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);
}
.swiper-slide-active .block-top-brand__texts {
  visibility: visible;
  opacity: 1;
}
.block-top-brand__link {
  color: #00468c;
  vertical-align: initial;
}
.block-top-brand__item > .block-top-brand__texts {
  margin-bottom: 1rem;
}
.block-top-brand__text {
  line-height: 1.6;
}
.block-top-brand__text.is-bold {
  font-size: 1.6rem;
  font-weight: bold;
}
.block-top-brand__hoverText {
  text-align: center;
  letter-spacing: 0.02em;
}
.block-top-brand__btnWrap {
  margin-top: 2rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.swiper-slide-active .block-top-brand__btnWrap {
  visibility: visible;
  opacity: 1;
}
.block-top-brand .btn {
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 12px;
  font-size: 14px;
}
.block-top-brand__pagination.swiper-pagination-bullets {
  position: relative;
}
.block-top-brand__item.swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(0.86);
          transform: scale(0.86);
}
.block-top-brand__item.swiper-slide:not(.swiper-slide-active) .block-top-brand__texts {
  font-size: 1.6rem;
  visibility: hidden;
  opacity: 0;
}
.block-top-brand__item.swiper-slide:not(.swiper-slide-active) .block-top-brand__btnWrap {
  display: none;
}
.block-top-brand__match {
  max-width: 335px;
  height: 310px;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  background-image: url("/user_data/packages/store/img/men//img_men_matchimg_sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 195.38px 276.25px;
  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 {
  padding: 26px 0 33px;
}
.block-top-brand__matchSub {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.block-top-brand__matchSub::after {
  display: inline-block;
  content: "！";
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.block-top-brand__matchMain {
  font-size: 2.4rem;
  font-weight: 700;
  color: #004791;
  text-align: center;
}
.block-top-brand__matchText {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.block-top-brand__matchText span.is-fs22 {
  font-size: 2.2rem;
  font-weight: 700;
}
.block-top-brand__btnWrap {
  margin: 2.4rem 0;
  text-align: center;
}
.block-top-brand__button {
  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;
  max-width: 275px;
  height: 60px;
  padding: 5px 95.5px;
  margin-right: auto;
  margin-left: auto;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background: #004791;
  border: 5px solid #4b8fd6;
  border-radius: 9999px;
}
.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-top-recommend {
  margin-top: 80px;
}
.block-top-recommend .block-top-event--goods {
  overflow: visible;
}
.block-top-recommend .block-thumbnail-t {
  margin: 0;
}
.block-top-recommend .block-thumbnail-t .block-thumbnail-t--items {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: initial;
}

/* ----ヘッダー---- */
.block-header-info-frame {
  padding: 11px 5px;
  background: #fff;
}
.block-header-info-frame .block-header-info {
  overflow: hidden;
  font-size: 12px;
  color: #4e2110;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block-header-menu-list--login {
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px #ccc solid;
}

.block-header-menu-list--lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 15px;
  font-size: 11px;
}
.block-header-menu-list--lang_menu {
  position: relative;
}
.block-header-menu-list--lang_btn {
  position: relative;
  width: 102px;
  padding: 1px 10px 1px 4px;
  font-weight: bold;
  color: #00498f;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #00498f;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.block-header-menu-list--lang_btn i {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 8px;
  height: 5px;
  margin-top: -2px;
}
.block-header-menu-list--lang_btn i::before {
  width: 100%;
  height: 100%;
}
.block-header-menu-list--lang_list {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  left: 0;
  z-index: 10;
  padding: 10px;
  text-align: center;
  visibility: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  -webkit-transition: visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.block-header-menu-list--lang_list.is-active {
  z-index: 99991;
  visibility: visible;
  opacity: 1;
}
.block-header-menu-list--lang_list a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #008bd5;
}
.block-header-menu-list--lang_list a + a {
  margin-top: 6px;
}
.block-header-menu-list--lang_current {
  padding: 1px 15px;
  font-weight: bold;
  color: #00498f;
  border: 1px solid #00498f;
  border-radius: 3px;
}

.block-header-menu-list--user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding: 15px 15px 0;
  margin-bottom: 40px;
}
.block-header-menu-list--user a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 5px;
  margin: 0;
  font-weight: bold;
  text-align: center;
  border: 1px solid #00498f;
}
.block-header-menu-list--user_user {
  width: 100%;
  height: 60px;
  font-size: 14px;
  color: #fff;
  background-color: #00498f;
}
.block-header-menu-list--user_user::before {
  display: block;
  content: "";
  background-image: url(../../img/design/icn-mypage_wh.svg#icn-mypage_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.block-header-menu-list--user_bookmark, .block-header-menu-list--user_map {
  width: calc(50% - 5px);
  height: 50px;
  font-size: 12px;
  color: #00498f;
}
.block-header-menu-list--user_bookmark::before {
  display: block;
  content: "";
  background-image: url(../../img/design/icn-bookmark.svg#icn-bookmark-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 17px;
  height: 16px;
}
.block-header-menu-list--user_map::before {
  display: block;
  content: "";
  background-image: url(../../img/design/icn-map.svg#icn-map-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 16px;
  height: 18px;
}

/* ----フッター---- */
.block-footer-sns {
  position: relative;
}

ul.block-footer-sns--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px;
}
ul.block-footer-sns--list > li {
  margin-right: 20px;
}
ul.block-footer-sns--list > li.instagram img, ul.block-footer-sns--list > li.line img, ul.block-footer-sns--list > li.facebook img, ul.block-footer-sns--list > li.twitter img {
  width: 100%;
}
ul.block-footer-sns--list > li:last-of-type {
  margin-right: 0;
}
ul.block-footer-sns--list > li 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: 85vw;
  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-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #999;
  border-radius: 3px 3px 0 0;
}
.block-footer-snsmodal__content {
  height: 400px;
  padding: 20px 20px 15px;
  overflow-y: auto;
}
.block-footer-snsmodal__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
  text-align: center;
}
.block-footer-snsmodal__item dl dt {
  padding-bottom: 0;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: bold;
  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-copyright {
  padding: 20px 0;
  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: 10px;
  font-weight: normal;
}

/* ----ページトップに戻る---- */
.block-page-top {
  position: fixed;
  top: auto;
  right: 15px;
  bottom: 30px;
  z-index: 2;
  display: none;
}
.block-page-top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url("../../img/design/btn-pagetop.svg") 50% 50%/100% no-repeat;
}

.page-method .block-page-top {
  position: fixed;
  top: auto;
  right: 26px;
  bottom: 74px;
  display: none;
}

/* ----カテゴリ画面---- */
.block-category-list--header-img {
  padding: 0 0 20px;
}
.block-category-list--header-img img {
  width: 100%;
}

.block-category-list--header {
  padding: 12px 20px;
}

.block-category-list--comment {
  margin: 0 20px 32px;
}

/* ----ブランド画面---- */
.block-brand-list--item-img img {
  width: 100%;
  height: auto;
}

.block-brand-list--item-name {
  padding: 25px 20px 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.block-brand-list--item-comment {
  padding: 0 20px 60px;
}

.block-brand-detail--image img {
  width: 100%;
  height: auto;
}

/* ----商品一覧---- */
.block-goods-detail-j--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  border: 0;
}
.block-goods-detail-j--item a {
  display: block;
  width: 140px;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description {
  width: calc(100% - 140px);
  padding-left: 15px;
}
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--goods-name {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--comment {
  margin: 0 0 8px;
  font-size: 11px;
  color: #808080;
}
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos {
  margin: 0 0 4px;
}
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos .block-goods-detail-j--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos .block-goods-detail-j--scomment + .block-goods-detail-j--price-items .block-goods-detail-j--price {
  color: #d53115;
}
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos .block-goods-detail-j--scomment + .block-goods-detail-j--price-items .block-goods-detail-j--default-price {
  font-size: 11px;
  font-weight: normal;
}
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--price {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 500;
}
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--stock dt {
  font-weight: 500;
}
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--stock dt::after {
  content: "：";
}
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--comment1 {
  display: box;
  margin: 0 0 16px;
  overflow: hidden;
  font-size: 11px;
  color: #808080;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--cart-btn .block-list-add-cart-btn,
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--custom-order .block-list-custom-order-btn {
  width: 100%;
  padding: 12px;
  font-size: 13px;
  border-radius: 22px;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}
.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .price,
.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .net-price {
  font-size: 13px;
  font-weight: 500;
}
.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .default-price {
  font-size: 11px;
  font-weight: normal;
}
.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

/* ----商品一覧など---- */
.block-goods-favorite {
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 29px;
  height: 27px;
  padding: 10px;
}
.block-cart--contents .block-goods-favorite {
  top: 73px;
  right: auto;
  left: 70px;
}

.block-goods-favorite .block-goods-list--favorite--btn,
.block-goods-favorite .block-goods-list--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 {
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png) no-repeat;
  background-size: contain;
}

/* ----最近見た商品---- */
#goodsdetail_itemhistory {
  padding: 40px 15px 60px;
  margin: 40px 0 0;
  background-color: #f9f9f9;
}
#goodsdetail_itemhistory .block-thumbnail-h {
  margin-bottom: 0;
}

.block-recent-item {
  padding: 40px 15px 60px;
  margin-top: 80px;
  background-color: #f9f9f9;
}
.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: 345px;
  margin-left: 0;
}
.block-recent-item--keep-history {
  width: 100%;
  padding-right: 15px;
  margin-top: 24px;
  margin-left: 0;
  text-align: right;
}
.block-recent-item--keep-history a {
  color: #008bd5;
  text-decoration: none;
}

/* ----カテゴリ画面---- */
.block-top-category {
  margin: 80px 15px 0;
}
.block-top-category .block-top-title {
  margin-bottom: 30px;
}

.block-category-style-p {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 5px;
  width: 100%;
}
.block-category-style-p--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  line-height: 1.4;
}
.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: 10px;
}
.block-category-style-p--item-image {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  float: none;
  width: 100%;
  margin: 0 0 6px;
}
.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: 10px;
  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;
  text-align: center;
  border-bottom: 0;
}
.page-top .block-category-style-p-item-name a::before {
  display: none;
}

/* ----カテゴリ画面 アイコンVer ---- */
.block-top-category-icon {
  text-align: center;
  margin-top: 30px;
}
.block-top-category-icon .block-category-style-p {
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
.block-top-category-icon .block-category-style-p--item {
  position: relative;
  /* border: 1px solid #CCC;
  background: #F3F3F3; */
  justify-content: center;
}
.block-top-category-icon .block-category-style-p--item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 6px;
  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 13px 10px 8px;
}
.block-top-category-icon .block-category-style-p--item-image {
  width: 40px;
  flex-shrink: 0;
  margin: 0 5px 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 5px;
  font-size: 13px;
  text-decoration: none!important;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.block-top-category-icon .btn-category span {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  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-recommend-goods {
  position: relative;
  margin: 80px 0 0 auto;
  overflow: hidden;
}
.block-recommend-goods .block-thumbnail-t {
  padding-right: 15px;
  margin-right: 15px;
}
.block-recommend-goods .block-thumbnail-t .block-thumbnail-t--goods {
  width: 148px !important;
}
.block-recommend-goods .block-thumbnail-t--items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: calc(100% + 15px);
  padding-right: 15px;
  padding-bottom: 8px;
  margin-top: 20px;
  margin-right: -15px;
  margin-left: 0;
  overflow-x: scroll;
}

/* ----マイページ---- */
.block-mypage--member-info-items .block-mypage--update-address-book-description a .block-icon-image-double-small {
  padding: 8px 10px;
  margin: 3px;
}

.block-favorite--favorite-goods .block-favorite--image figure {
  background-color: #fff;
}

.block-favorite .block-accessory-list--name {
  padding: 16px 20px;
  background: none;
}

.block-store-coupon-list--table .block-store-coupon-list--bonus {
  font-size: 20px;
}

.block-login--member-header,
.block-login--first-time-header {
  margin-bottom: 8px;
}

.block-onetimepassword-certify--header,
.block-onetimepassword-send--header {
  padding-right: 0;
  padding-left: 0;
}

.block-inquiry-history--body li {
  padding: 8px 0;
}

.block-inquiry-history-detail--subject {
  padding: 8px 10px;
  background: none;
}

/* ----クイックオーダー---- */
.block-quick-order--price-pop {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-quick-order--price {
  font-weight: 500;
  color: #c30;
}

.block-quick-order--price-price {
  color: #c30;
}

.block-quick-order--default-price {
  font-weight: normal;
}

.block-quick-order--subtotal-cell {
  color: #111;
}

/* ----購入フロー---- */
.block-cart--goods-list-item-price-info {
  margin: 10px 0;
}
.block-cart--goods-list-item-price-info .btn {
  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 {
  padding: 0 15px;
}

.block-cart-recent-item--header {
  padding: 40px 0 0;
  margin: 0 0 24px;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  text-align: center;
  background: none;
  border: 0;
}
.block-cart-recent-item--header span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
}

.page-cart .block-search-box--form {
  display: none;
}

.block-cart--goods-list-item-delete-btn {
  text-decoration: none;
}

.block-cart--procedure-container {
  top: 0;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

.block-order-method h2 {
  margin-inline: 0;
  margin-top: 20px;
  margin-bottom: 8px;
  border: 0;
}

.block-order-method--next-btn {
  width: 100% !important;
}

.block-order-method--next-btn:not(:first-child) {
  margin-top: 8px;
}

.block-order-method--payment-content {
  padding: 10px;
  border: solid 1px #dcdcdc;
}
.block-order-method--payment-content input {
  vertical-align: middle;
}
.block-order-method--payment-content figure img {
  width: 200px;
}

.block-order-estimate h2 {
  margin-inline: 0;
  margin-bottom: 8px;
  border: 0;
}

.block-order-estimate--method h3,
.block-order-estimate--date-spec h3,
.block-order-estimate--time-spec h3 {
  margin-inline: 0;
  border-bottom: 0;
}

.block-order-estimate--discount-info .block-order-estimate--point h3,
.block-order-estimate--discount-info .block-order-estimate--promotion-code h3,
.block-order-estimate--discount-info .block-order-estimate--promotion h3,
.block-order-estimate--discount-info .block-order-estimate--coupon h3 {
  border-bottom: 0;
}

.block-order-estimate--sales-append .block-order-estimate--confirmation-title h3 {
  border-bottom: 0;
}

.block-order-estimate--dest-address-item-buttons__selected {
  background: #ffebe8;
}

.block-order-estimate--commit p {
  margin-top: 20px;
}

.block-order-estimate--price-items figure img {
  max-width: 160px;
}

.block-order-gift-noshi h3 {
  margin-inline: 0;
  margin-bottom: 8px;
}

.block-order-complete--wrapper {
  padding: 0 10px;
}

.block-order-complete--message {
  margin: 0 0 12px;
}
.block-order-complete--message p {
  padding: 0;
  font-size: 13px;
}

.block-order-complete--orderid {
  margin: 0 0 20px;
  border: 0;
}

.block-order-complete table.block-order-complete--orderid th {
  display: block;
  width: 100%;
  padding: 2px 0;
  font-size: 11px;
  color: #808080;
  text-align: center;
  background: none;
  border: 0;
}

.block-order-complete--orderid td {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 12px;
  background: none;
  border: 0;
}
.block-order-complete--orderid td a {
  font-size: 12px;
}

.block-regular-goods-add--header,
.block-regular-goods-change--header {
  margin: -10px -10px 0;
}

.block-goodschange-list {
  margin: 10px;
}

.block-goodsadd-list--customer-name,
.block-goodschange-list--customer-name {
  margin: 0 0 10px;
  font-weight: bold;
}

.block-regular-purcharse-list--info-withdrawal {
  display: block;
  width: auto;
}

.block-order-regular-add-confirm h2 {
  margin-inline: 0;
  margin-bottom: 8px;
  border: 0;
}

.block-order-regular-add-complete--wrapper {
  padding: 0 10px;
}

.block-order-regular-add-complete--message {
  margin: 0 0 12px;
}
.block-order-regular-add-complete--message p {
  padding: 0;
  font-size: 13px;
}

.block-order-regular-add-complete--regular-sales {
  margin: 0 0 20px;
  border: 0;
}

.block-order-regular-add-complete table th {
  display: block;
  width: 100%;
  padding: 2px 0;
  font-size: 11px;
  color: #808080;
  text-align: center;
  background: none;
  border: 0;
}
.block-order-regular-add-complete table td {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 12px;
  background: none;
  border: 0;
}
.block-order-regular-add-complete table td a {
  font-size: 12px;
}

/* ----ページ機能---- */
.block-pagecategory-page-list {
  margin: 0 10px;
}

.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(50% - 5px);
  margin: 0 10px 10px 0;
}
.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-of-type(2n) {
  margin-right: 0;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize-title {
  font-size: 16px;
  font-weight: bold;
}

.block-guest-favorite-synchronize-description {
  font-size: 14px;
}

.block-guest-favorite-synchronize-link {
  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 40px;
}

.block-top-lightningrecommend--header,
.block-ranking-lightningrecommend--header {
  padding: 40px 0 0;
  margin: 0 0 24px;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  text-align: center;
  background: none;
  border: 0;
}

.block-common-lightningrecommend {
  margin-top: 10px;
}

.block-common-lightningrecommend--header {
  padding: 16px 20px;
  font-size: 19px;
  background: none;
  border: 0;
}

/* ----本品とレフィル切り替え画面---- */
.block-refillgoods-list {
  margin: 10px;
}

.block-regular-goods-refillgoods--header {
  margin: -10px -10px 0;
}

/* ----マイページモーダル---- */
.modal--linesync-menu,
.modal--snssync-menu {
  width: 100%;
  padding: 15px 15px 20px;
  margin: 0;
}

.modal--snssync-menu .snslogin {
  height: auto;
}

/* ----購入履歴詳細--- */
.block-purchase-history-detail--goods-addgoods {
  margin-top:5px !important;
}