@charset "UTF-8";

/* ------------------------------
共通パーツ ベース
------------------------------ */

/* SNS list */
.parts-sns-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.parts-sns-list > li {
  width: 30px;
  height: 30px;
}
.parts-sns-list > li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Catch Copy */
.parts-catchcopy > ul {
  background: var(--color--white);
  width: fit-content;
  margin: 0 auto;
  padding: 5px 40px;
}
.parts-catchcopy > ul > li {
  font-weight: 700;
}

/* Bottom text link */
.parts-bottom-nav > ul {
  display: flex;
  justify-content: center;
}
.parts-bottom-nav > ul + ul {
  margin-top: 15px;
}
.parts-bottom-nav > ul > li::after {
  content: '';
  display: inline-block;
  background: var(--color--black-500);
  width: 1px;
  height: 1em;
  margin: 0 20px;
}
.parts-bottom-nav > ul > li:last-child:after {
  display: none;
}

/* Selector */
.qty--select {
  width: 100px;
  padding: 5px 10px;
  border-radius: 20px;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.block-selected-item .qty--select {
  background: #ffffff;
}
.qty-container {
  position: relative;
}
.qty-container::after {
  content: '';
  display: flex;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--color--black-500);
  border-bottom: 1px solid var(--color--black-500);
  position: absolute;
  right: 15px;
  top: 10px;
  transform: rotate(45deg);
}

/* Fixed Cart */
.block-fixed-cart {
  position: fixed;
  right: calc((100% - 1000px) / 2);
  bottom: 25px;
  z-index: 1000;
}
.block-fixed-cart a {
  width: 75px;
  height: 75px;
  background: var(--color--black-900);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-fixed-cart a span.block-fixed-cart--icon {
  display: block;
  width: 38px;
  height: 37px;
  background: url(../../img/sys/icon/icon-cartin.png) no-repeat center / 100%;
}

/* ----トップページ本文---- */

#top-slider-warp {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#top-slider-warp li {
  position: relative;
}

#top-slider-warp li a::before {
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  padding: 0 0 33.25%;
  content: "";
}

#top-slider-warp li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

#top-slider-warp li.swiper-slide-lazy img {
  width: auto;
}

#top-slider-warp .swiper-button-prev::after {
  position: absolute;
  top: calc(50% - 17px);
  left: 2px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
  font-size: 0;
  background: none;
  z-index: 1;
  content: "";
}

#top-slider-warp .swiper-button-next::after {
  position: absolute;
  top: calc(50% - 17px);
  right: 2px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  font-size: 0;
  background: none;
  z-index: 1;
  content: "";
}

#top-slider-warp .swiper-pagination-bullets {
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: flex;
  width: auto;
  padding: 0;
  transform: translateX(-50%);
}

#top-slider-warp span.swiper-pagination-bullet {
  display: block;
  width: 52px;
  height: 7px;
  padding: 0;
  border: 2px solid transparent;
  font-size: 0;
  background: none;
}

#top-slider-warp span.swiper-pagination-bullet::before {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
}

.swiper-slide-active.swiper-slide-lazy {
  height: auto;
}

.swiper-slide-lazy {
  height: 0;
}

/* ----トップページ予備テンプレート2---- */

.block-top-free2--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}

.block-top-free2--body {
  margin: 47px 0 50px;
}

.block-top-free2--items {
  width: 900px;
  height: auto;
  overflow: hidden;
}

.block-top-free2--items li {
  float: left;
}

.block-top-free2--items > li {
  width: 535px;
  height: auto;
}

.block-top-free2--items > li:first-child {
  width: 354px;
  height: auto;
  margin-right: 10px;
}

.block-top-free2--sub-items li {
  width: 172px;
  height: 172px;
  margin-left: 9px;
  margin-bottom: 9px;
}

.block-top-free2--sub-items li:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-top-event--header {
  font-size: var(--fontsize--xl);
  font-weight: 700;
  font-family: var(--fontfamily--heading);
  text-align: left;
  border-top: 0;
  border-bottom: 1px solid var(--color--black-500);
  padding: 0 0 10px;
}

/* ----ヘッダー---- */

.block-header-info-frame {
  background: #f8e5de;
}

.block-header-info {
  width: 100%;
  padding: 9px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.block-header-logo {
  width: 187px;
  margin: 4px 0 0 0;
  padding: 0;
  font-size: 14px;
}

.block-header-logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pane-order-header .block-header-logo img,
.pane-cardupdate-header .block-header-logo img {
  width: 100%;
  height: auto;
}

ul.block-headernav--item-list {
  display: flex;
  align-items: center;
  width: 400px;
}
ul.block-headernav--item-list.left-list {
  justify-content: flex-start;
}
ul.block-headernav--item-list.right-list {
  justify-content: flex-end;
}

li.block-headernav--item-menu > div {
  width: 24px;
  height: 21px;
  cursor: pointer;
}
li.block-headernav--item-menu span {
  position: relative;
  font-size: 0;
  display: block;
  width: 24px;
  height: 1px;
  background: var(--color--white);
  transition-duration: .3s;
}
li.block-headernav--item-menu span::before,
li.block-headernav--item-menu span::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--color--white);
  position: absolute;
  left: 0;
  transition-duration: .3s;
}
li.block-headernav--item-menu span::before {
  top: 10px;
}
li.block-headernav--item-menu span::after {
  top: 20px;
}

ul.block-headernav--item-list > li {
  margin-right: 20px;
}

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;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  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;
}

/* ------------------------------------------------
ログイン画面
------------------------------------------------ */
.login-header {
  margin-bottom: 40px;
}
.login-header-mv {
  position: relative;
}
.login-header-mv figure.login-header-mv--logo {
  width: 211px;
  height: 212px;
  position: absolute;
  top: 30px;
  left: calc((100% - 1000px) / 2);
}
.login-header .login-header-mv figure.login-header-mv--bg {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.login-header .login-header-mv figure img {
  display: block;
  object-fit: cover;
}
.login-header .login-header-mv figure.login-header-mv--bg img {
  width: 100%;
  height: 575px;
  object-fit: cover;
}
.login-header-content--logo {
  margin-top: 30px;
}
.login-header-content--logo figure {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 108px;
}
.login-header-content--text {
  text-align: center;
  margin-top: 40px;
  font-size: var(--fontsize--m);
  font-weight: calc(16 / 27);
}
.login-header-content--topic {
  margin-top: 60px;
}
.login-header-content--topic ul {
  width: fit-content;
  margin: 0 auto;
}
.login-header-content--topic ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.login-header-content--topic ul li span {
  display: block;
}
.login-header-content--topic ul li span.login-header-content--topic-icon {
  max-height: 20px;
}
.login-header-content--topic ul li span.login-header-content--topic-icon img {
  object-fit: contain;
}
.login-header-content--topic ul li span.login-header-content--topic-title {
  font-size: var(--fontsize--m);
  font-weight: 700;
}

.page-login .pane-order-contents {
  border: 0;
  min-height: unset;
  padding: 0;
  margin-bottom: 50px;
}
.page-login h2.common-headline {
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-login .block-copyright {
  background: var(--color--white);
  color: var(--color--black-900);
}

.block-login--member-body {
  display: block;
  margin: 0;
}
.block-login--member-body--2column {
  display: block;
}
.block-login--member-frame,
.block-login--first-time {
  width: 455px;
  margin: 0 auto;
}
.block-login--member-frame {
  display: block;
  width: 100%;
}
.block-login--member-frame > form {
  width: 455px;
  margin-left: auto;
  margin-right: auto;
}
.block-login--first-time {
  display: none;
}
.block-login--input-items {
  width: auto;
}
.login-headline {
  display: flex;
  align-items: center;
}
.login-headline span {
  display: block;
}
.login-headline span.login-headline-required {
  margin-left: auto;
  font-size: var(--fontsize--xxs);
  font-weight: 400;
}
.login-headline span.login-headline-required::before {
  content: '*';
  color: var(--color--red);
}

.block-login--member .fieldset .form-label,
.block-login--member .fieldset .form-control {
  display: block;
}
.block-login--member .fieldset .form-group {
  display: flex;
  border: 0;
  align-items: center;
}
.block-login--member .form-group.block-login--uid {
  margin-bottom: 30px;
}
.block-login--member .fieldset .form-label {
  background: none;
  padding: 0;
  width: 145px;
  flex-shrink: 0;
}
.block-login--member .fieldset .form-label label.control-label::after {
  content: '*';
  color: var(--color--red);
}
.block-login--member .fieldset .form-control {
  flex-grow: 1;
  padding: 0;
}
.block-login--member .fieldset .form-control input {
  background: var(--color--black-100);
  border: 0;
  outline: none;
  border-radius: 20px;
  padding: 5px 20px;
  width: 100%;
}
.block-login--member .block-login--pwd .form-control,
.block-member-info--pwd .checktype_pwd {
  position: relative;
}
.block-login--member .block-login--pwd label.block-login--display-password input,
.block-login--display-password input {
  display: none;
}
.block-login--member span.show-pass-icon,
.block-login--display-password .show-pass-icon {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../../img/sys/icon/icon-eye.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
/* .block-login--member:has(input[type="text"]) span.show-pass-icon, */
input[type="text"] + .block-login--display-password .show-pass-icon {
  background: url(../../img/sys/icon/icon-eye_close.png) no-repeat center / contain;
}

.block-login--ask-password {
  margin-top: 20px;
  font-size: var(--fontsize--xxs);
}
.block-login--ask-password a {
  font-weight: 700;
}

.block-login--member .action-buttons {
  margin: 0;
}
.block-login--member .action-buttons .action {
  display: block;
}
.block-login--input-items,
.block-login--first-time--content--text {
  height: 132px;
  margin: 0 0 30px;
}

.block-login input.btn.btn-primary.block-login--login,
.block-login a.btn.btn-primary.block-login--registration {
  display: block;
  width: 150px;
  margin: 0 auto;
  font-size: var(--fontsize--s);
  font-weight: 700;
  text-align: center;
  padding: 5px 0;
}


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;*/
  width: 30px;
  height: 35px;
  display: block;
}

ul.block-headernav--item-list > li.block-headernav--item-cart a::before {
  position: absolute;
  top: 5px;
  width: 30px;
  height: 25px;
  background: url(../../img/sys/icon/icon-cart-wh.png) center center / contain no-repeat;
  transition-duration: .3s;
}

ul.block-headernav--item-list > li.block-headernav--item-cart a .block-headernav--cart-count {
  position: absolute;
  top: -8px;
  right: -6px;
  display: block;
  line-height: 18px;
  width: 18px;
  height: 18px;
  white-space: nowrap;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--color--white);
  z-index: 2;
  background-color: var(--color--red);
  border-radius: 10px;
}

/* ----ヘッダー検索---- */

.block-headernav--item-search input#keyword {
  width: 100%;
  border: 0;
  border-radius: 20px;
  height: 35px;
  line-height: 35px;
  padding: 0 45px 0 15px;
  outline: none;
}
.block-global-search--keyword-container {
  width: 200px;
  position: relative;
}
.block-headernav--item-search .block-global-search--submit {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 22.5px;
  height: 22.5px;
  background: url(../../img/sys/icon/icon-search-bk.png) no-repeat center / contain;
  border: 0;
  cursor: pointer;
}
#search_suggest_area_ {
  top: 75px;
  left: 0 !important;
  width: 100%;
  border: 0;
  background: var(--color--black-100);
  padding: 15px 0;
}
#suggest_keyword_list_,
#suggest_goods_list_ {
  margin-left: calc((100% - 1000px) / 2 + 750px);
}
.block-search-suggest--keyword,
.block-search-suggest--goods {
  padding: 5px 0;
}
.block-search-suggest--keyword:hover, 
.block-search-suggest--goods:hover {
  background: none;
}

.suggestarea-overray {
  background: var(--color--black-tr50);
  width: 100%;
  height: calc(100% - 75px);
  position: fixed;
  top: 75px;
  left: 0;
  z-index: 1;
}

.block-global-search {
  display: flex;
  align-items: center;
  width: 314px;
  margin-right: 30px;
}

.block-global-search form {
  display: flex;
  align-items: center;
  width: 202px;
  padding: 19px 0;
  border-bottom: 1px solid #111;
}

.block-global-search form .block-global-search--submit {
  width: 32px;
  height: 20px;
  border: 0;
  background: url(../../img/usr/common/ico_search.png) center center / auto auto no-repeat;
}

.block-global-search form .block-global-search--keyword {
  width: calc(100% - 20px);
  height: 20px;
  border: 0;
  outline: none;
  font-size: 12px;
}

.block-global-search .block-global-search--searchdetail a {
  display: block;
  margin-left: 30px;
  padding: 7px 18px;
  border: 1px solid #111;
  border-radius: 16px;
  font-size: 11px;
  outline: 0;
}

/* ----グローバルナビ---- */

#header-opened-menu {
  display: none;
  width: 100%;
  position: fixed;
  top: 75px;
  left: 0;
  z-index: 2;
}
.header-menu-overlay {
  background-color: var(--color--black-tr50);
  width: 100%;
  height: calc(100% - 75px);
  position: fixed;
  left: 0;
}
.header-menu {
  position: relative;
  width: 100%;
  background: var(--color--black-100);
  z-index: 10;
  padding-left: var(--scrollbar);
  overflow-y: auto;
  max-height: calc(100vh - 75px);
}
body.body-fixed .header-menu {
  padding-left: 0;
}
.header-menu-inner {
  width: 1000px;
  padding: 20px 0 30px;
  margin: 0 auto;
}
.menu-opened header.pane-header {
  background: var(--color--black-100);
}
.menu-opened li.block-headernav--item-menu span {
  background: transparent;
}
.menu-opened li.block-headernav--item-menu span::before,
.menu-opened li.block-headernav--item-menu span::after {
  background: var(--color--black-900);  
}
.menu-opened li.block-headernav--item-menu span::before {
  transform: rotate(45deg);
}
.menu-opened li.block-headernav--item-menu span::after {
  transform: rotate(-45deg);
  top: 10px;
}
.menu-opened .block-headernav--item-search input#keyword {
  background-color: #ffffff;
}
.menu-opened ul.block-headernav--item-list > li.block-headernav--item-cart a::before {
  background: url(../../img/sys/icon/icon-cart-bk.png) center center / contain no-repeat;
}
.menu-opened .suggestarea-overray {
  z-index: 2;
}

.header-menu--account {
  background: var(--color--white);
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 45px;
}
.header-menu--account > ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu .link-mypage {
  display: block;
  height: 30px;
  line-height: 30px;
  background: url(../../img/sys/icon/icon-customer-bk.png) no-repeat center left / 30px;
  padding-left: 55px;
  font-weight: 700;
}
.header-menu .link-logout {
  display: block;
  background: var(--color--black-900);
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color--white);
  padding: 0 6px;
}

.header-menu--goods {
  margin-bottom: 50px;
}
.header-menu--goods > ul {
  display: flex;
  justify-content: space-between;
}
.header-menu--goods > ul > li {
  flex-shrink: 0;
  width: 455px;
}
.header-menu--goods h3.header-menu--goods-ttl {
  border-bottom: 1px solid var(--color--black-500);
  padding: 0 0 10px;
  font-family: var(--fontfamily--heading);
  font-size: var(--fontsize--xl);
  margin-bottom: 30px;
}
.header-menu--goods ul.header-menu--goods-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 40px;
}
.header-menu--goods ul.header-menu--goods-list > li {
  padding: 10px 0;
  font-weight: 700;
}
.header-menu--goods ul.header-menu--goods-list > li a {
  display: flex;
  align-items: center;
  font-size: var(--fontsize--l);
}
.header-menu--goods ul.header-menu--goods-list > li a span {
  font-size: var(--fontsize--m);
  color: var(--color--black-500);
}
.header-menu--goods ul.header-menu--goods-list > li a span::before {
  content: '－';
}

.header-menu--bottom {
  border-top: 1px solid var(--color--black-500);
  padding-top: 25px;
}
ul.header-menu--bottom-sns {
  margin-bottom: 25px;
}

.header-menu--bottom-copy {
  margin-bottom: 25px;
}













.pane-globalnav {
  position: relative;
}

ul.block-globalnav--item-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

ul.block-globalnav--item-list > li > a {
  display: block;
  padding: 15px 36px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}

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;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: all 0.3s;
  content: "";
}

ul.block-globalnav--item-list > li.js-animation-megamenu-hover:hover > a::after {
  top: calc(50% - 2px);
  transform: rotate(225deg);
}

ul.block-globalnav--item-list > li .block-globalnav-menu {
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 999;
}

ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-frame {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 1480px;
  max-width: calc(100% - 17px);
  margin: 0 auto;
  padding: 30px 0 30px 40px;
}

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: flex;
  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-bottom: 32px;
  text-align: center;
}

.block-footernav li {
  padding: 0 2.5em;
  border-right: 1px solid #111;
  display: inline-block;
}

.block-footernav li:last-of-type {
  border-right: 0;
}

.block-footernav li a {
  color: #444;
}

.block-footer-sns {
  margin: 0 0 32px;
}

.block-footer-sns ul.block-footer-sns--list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-footer-sns ul.block-footer-sns--list > li {
  margin: 0 20px;
} */

.pane-footer {
  background: var(--color--white);
  padding: 0;
}
.pane-footer .container {
  width: 100%;
}
.block-footernav .parts-catchcopy > ul {
  background: var(--color--black-100);
}
.block-footernav--inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  border-top: 1px solid var(--color--black-500);
}
.block-footernav ul.block-footernav--sns,
.block-footernav .block-footernav--copy {
  margin-bottom: 25px;
}

/* ----ページトップに戻る---- */

.block-page-top a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #444;
}

.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 26px;
  display: none;
}

/* ----左メニュー---- */
.pane-left-menu .pane-block--title {
  margin: 28px 0 0;
  padding: 8px 0;
  border: 0;
  line-height: 1.25;
}

.pane-left-menu .pane-block--subtitle {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  font-weight: normal;
}

.pane-left-menu .js-filter-box .js-filter-box-inner-label {
  position: relative;
}

.pane-left-menu .js-filter-box .js-filter-box-inner-label::after {
  position: absolute;
  top: 20px;
  right: 2px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  border-bottom: 0;
  transform: rotate(-45deg);
  transition: all 0.3s;
  content: "";
}

.pane-left-menu .js-filter-box.block-filter--close .js-filter-box-inner-label::after {
  top: 15px;
  transform: rotate(135deg);
}

.pane-left-menu .block-filter-option-items {
  padding: 5px 0;
}

.pane-left-menu .js-filter-box .pane-block--subtitle + div {
  padding: 7px 0;
}

.pane-left-menu .block-filter-option-items input[type="checkbox"] {
  vertical-align: top;
}

.block-leftmenu_banner .block-leftmenu_banner--list > li {
  margin-top: 32px;
}

ul.block-category-tree--level-1 > .block-category-tree--item__open,
ul.block-category-tree--level-1 > .block-category-tree--item {
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

ul > .block-category-tree--item__open,
ul > .block-category-tree--item {
  border-top: 1px solid #ccc;
  border-bottom: 0;
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1) {
  display: none;
}

.pane-left-menu ul.block-category-tree--items > li {
  position: relative;
}

.pane-left-menu ul.block-category-tree--items > li > a {
  height: 43px;
}

.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  cursor: pointer;
}

.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 3px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
  transition: all 0.3s;
  content: "";
}

.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener.is-open::before {
  top: calc(50% - 4px);
  transform: rotate(-135deg);
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1) > li > a + .block-category-tree--item-opener::before {
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
  transition: all 0.3s;
  content: "";
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1) > li > a + .block-category-tree--item-opener.is-open::before {
  top: calc(50% - 3px);
  transform: rotate(-135deg);
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-1 > li > a {
  height: 55px;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-1 > li > a + .block-category-tree--item-opener {
  height: 55px;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-3 > li > a {
  background: #f5f5f5;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-4 > li > a {
  background: #f0f0f0;
}

.block-genre-tree--item__open,
.block-genre-tree--item {
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
  display: flex;
  width: 124px;
  margin: 0 auto 20px;
  padding: 3px;
  border-radius: 2px;
  background: rgba(34, 34, 34, 0.2);
}

.block-switcher .block-switcher-container {
  width: 58px;
  margin-right: 2px;
}

.block-switcher .block-switcher-container + .block-switcher-container {
  margin-right: 0;
}

.block-switcher .block-switcher-container .block-switcher--current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  background: #fff;
}

.block-switcher .block-switcher-container .block-switcher--current::before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 3px;
  background: url(../../img/usr/common/ico_pc.png) center center / auto auto no-repeat;
  content: "";
}

.block-switcher .block-switcher-container .block-switcher--switch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  opacity: 0.3;
}

.block-switcher .block-switcher-container .block-switcher--switch::before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 3px;
  background: url(../../img/usr/common/ico_sp.png) center center / auto auto no-repeat;
  content: "";
}

.block-switcher .block-switcher-container .block-icon-image-small {
  display: none;
}

/* ----Copyright---- */

.block-copyright {
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  font-size: var(--fontsize--s);
  font-family: var(--fontfamily--heading);
  color: var(--color--white);
  text-align: center;
  background: var(--color--black-900);
}

/* ----トップページ---- */

.block-top-category {
  background: linear-gradient(to right bottom, #f8e5de 0%, #fff 50%, #f8e5de 100%);
}

.block-top-title {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.block-top-title span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.block-top-more a {
  display: block;
  width: 162px;
  margin: 0 auto;
  padding: 15px 10px;
  border: 1px solid #000;
  border-radius: 26px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #111;
  background: #fff;
}

.block-top-campaign {
  background: #f8e5de;
}

.block-campaign-banner {
  padding: 0 0 80px;
}

.block-campaign-banner ul.block-campaign-banner--list {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

.block-campaign-banner ul.block-campaign-banner--list > li {
  width: 376px;
  margin: 0 36px 40px 0;
}

.block-campaign-banner ul.block-campaign-banner--list > li:nth-of-type(3n) {
  margin-right: 0;
}

.block-campaign-banner ul.block-campaign-banner--list > li .block-campaign-banner--title {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.block-top-event {
  padding: 0 0 80px;
}
.page-category .block-category-list--event {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.block-top-event .block-top-event--goods {
  overflow: hidden;
}

.event-list--container .more-btn {
  text-align: right;
  margin-top: 40px;
}
.event-list--container .more-btn a {
  padding-left: 50px;
  background: url(../../img/sys/icon/icon-arrow-pc.png) no-repeat center left / 43px 15px;
  font-family: var(--fontfamily--heading);
  font-weight: 400;
}

.block-top-topic {
  background: #f5f5f5;
}

.block-top-topic .block-top-topic--header {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.block-top-topic .block-top-topic--header span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.block-top-topic .block-top-topic--body {
  margin: 0;
  padding: 0 0 80px;
}

.block-top-topic .block-top-topic--body ul.block-topic--items {
  width: 636px;
  margin: 0 auto 36px;
}

.block-top-topic--next-page a {
  display: block;
  width: 162px;
  margin: 0 auto;
  padding: 15px 10px;
  border: 1px solid #000;
  border-radius: 26px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #111;
  background: #fff;
}

.block-top-separate-banner {
  width: 100%;
}

.block-top-separate-banner ul.block-top-separate-banner--list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.block-top-separate-banner ul.block-top-separate-banner--list > li {
  width: 50%;
}

.block-top-separate-banner ul.block-top-separate-banner--list > li img {
  width: 100%;
  vertical-align: top;
}

.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 {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

/* ----最近見た商品---- */

.block-recent-item--items {
  width: 1000px;
  margin: 0 auto;
}

/* .block-recent-item--header {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  border-top: 1px solid #707070;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.page-top .block-recent-item--header {
  border: 0;
}

.block-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: 12px;
  font-weight: bold;
  line-height: 1.5;
} */

.block-recent-item--header {
  border: 0;
  padding: 0;
}
.block-recent-item--header h2.common-headline {
  margin-bottom: 50px;
  text-align: left;
}

.block-recent-item {
  width: 100%;
}

.block-recent-item .block-recent-item--empty-message,
.block-recent-item .block-recent-item--history-message {
  text-align: center;
}

.block-recent-item--keep-history a,
.block-recent-item .block-recent-item--keep-history a {
  display: block;
  width: 120px;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 26px;
  font-size: var(--fontsize--xxs);
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  color: var(--color--black-900);
  background: var(--color--black-100);
}

/* ----パンくずリスト---- */
.block-topic-path {
  padding: 15px 0;
  font-size: 12px;
}

.block-topic-path--list li {
  padding-right: 1.0em;
}

.block-topic-path--list a {
  padding-left: 1.0em;
  text-decoration: none;
}

.block-topic-path--list .block-topic-path--item__home a {
  padding-left: 0;
}

/* ------------------------------------
カテゴリ画面
---------------------------------------- */
.page-category .pane-contents {
  padding-bottom: 0;
}

.page-category .pane-left-menu + .pane-main {
  margin-top: 0;
}
.page-category .pane-left-menu .pane-block--title {
  margin: 0;
}
.page-category h1.common-headline,
.page-category h2.common-headline {
  display: flex;
  align-items: center;
  padding-top: 0;
}
.common-headline span.itemcount {
  display: block;
  margin-left: auto;
  font-size: 18px;
}
.common-headline span.itemcount::after {
  content: 'ITEM';
  font-size: 15px;
  font-weight: 400;
  padding-left: 5px;
}
.block-category-header {
  margin-bottom: 60px;
}
.block-category-img--toppage {
  height: 500px;
  overflow: hidden;
}
.block-category-img--toppage .swiper-container figure {
  text-align: center;
}
.block-category-img--toppage .swiper-container figure img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.block-top-topic--body {
  margin: 20px 0 60px;
}

ul.block-topic--items {
  width: fit-content;
  margin: 0 auto;
}
ul.block-topic--items li {
  padding: 0;
}
ul.block-topic--items li + li {
  margin-top: 10px;
}
.block-top-topic--content {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 15px;
  font-weight: 700;
}
.block-top-topic--icon-wrapper {
  min-width: 20px;
  height: 20px;
}
.block-top-topic--icon-wrapper img {
  max-height: 100%;
}

/* 重要なお知らせ */
.important-notice {
  display: none;
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  height: calc(100vh - 75px);
  z-index: 10000;
}
.important-notice-overlay {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  height: calc(100vh - 75px);
  background: var(--color--black-tr50);
}
.important-notice-inner {
  position: absolute;
  z-index: 10010;
  width: 1000px;
  height: calc(100% - 120px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.important-notice-close {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 30px;
  top: 30px;
  cursor: pointer;
}
.important-notice-close span {
  display: block;
  width: 20px;
  height: 20px;
}
.important-notice-close span::before,
.important-notice-close span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: var(--color--black-900);
}
.important-notice-close span::before {
  transform: translateY(-50%) rotate(45deg);
}
.important-notice-close span::after {
  transform: translateY(-50%) rotate(-45deg);
}
div#important-notice-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* div#important-notice-container {
  width: 1000px;
  height: calc(100% - 120px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} */
.block-important-notice {
  background: var(--color--white);
  padding: 75px 100px;
  width: 100%;
  height: 100%;
  max-height: 80dvh;
  overflow: auto;
}
h2.block-important-notice--headline {
  font-size: var(--fontsize--m);
  font-weight: 700;
  padding: 0 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color--black-500);
}
.block-important-notice--body {
  font-size: var(--fontsize--m);
}
.block-important-notice--body strong {
  font-weight: 700;
}


/* ページャー */

.page-category .pagination > * {
  float: none;
  margin: 0;
  padding: 2px 7px;
}
.page-category .pagination {
  display: flex;
  line-height: 1.2;
}
.page-category .pagination li > * {
  display: block;
  width: 12px;
  text-align: center;
}
.page-category .block-goods-list--pager.pager {
  border: 0;
  display: flex;
  justify-content: center;
  font-family: var(--fontfamily--heading);
  font-size: var(--fontsize--m);
  align-items: center;
  padding: 0;
  margin-bottom: 100px;
}
.page-category .pager-total,
.block-goods-list--pager-top,
.block-goods-list--items-wrap {
  display: none !important;
}
.page-category li.pager-current span {
  border-bottom: 1px solid var(--color--black-900);
}


/* Filter */

div#filterlist {
  display: none;
}



.pane-block--title.block-filter--header {
  background: var(--color--black-900);
  padding: 5px 20px;
  font-size: var(--fontsize--m);
  font-weight: 400;
  font-family: var(--fontfamily--heading);
  color: var(--color--white);
  border-radius: 20px;
  margin-bottom: 20px !important;
}
.block-filter--current-filters {
  margin-bottom: 30px;
}
.block-filter--current-filters--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.block-filter--current-filters--ttl {
  font-size: var(--fontsize--xxs);
  font-weight: 700;
}
.block-filter--current-filters--clear a {
  padding: 3px 5px 2px;
  font-size: 12px;
  font-weight: 700;
  background: var(--color--black-500);
  color: var(--color--white);
}
.block-filter--current-filters--content {
  margin-top: 15px;
}
.block-filter--current-filters--content:has(ul.block-filter--current-filters--content-list:empty) {
  margin-top: 0;
}
ul.block-filter--current-filters--content-list {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
li.block-filter--current-filters--content-item {
  background: var(--color--black-100);
  border-radius: 5px;
  padding: 2px 5px 3px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: var(--fontsize--xxs);
  font-weight: 500;
}
li.block-filter--current-filters--content-item span {
  position: relative;
  display: block;
  cursor: pointer;
  width: 1em;
  height: 1em;

}
li.block-filter--current-filters--content-item span::before,
li.block-filter--current-filters--content-item span::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  background: var(--color--black-500);
}
li.block-filter--current-filters--content-item span::after {
  transform: translateY(-50%) rotate(135deg);
}



li.block-filter--list-item {
  padding: 30px 0;
  border-top: 1px solid var(--color--black-500);
}
li.block-filter--list-item.no-item {
  display: none;
}
li.block-filter--list-item h3 {
  border: 0;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
  font-family: var(--fontfamily--heading);
  font-size: var(--fontsize--s);
}
li.block-filter--list-item h3 span {
  font-size: var(--fontsize--xxs);
  color: var(--color--black-500);
}
li.block-filter--list-item h3 span::before {
  content: '－';

}
.filter-items--container-item {
  cursor: pointer;
  padding: 0 15px;
}
.filter-items--container-item.no-item {
  display: none;
}

.filter-items--container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: var(--fontsize--xxs);
}
.filter-items--container-item span {
  padding: 5px 8px;
  border-radius: 5px;
}
.filter-items--container-item:hover span {
  background: var(--color--black-100);
}
.filter-items--container-item.selected span {
  background: var(--color--black-100);
}


.block-category-style-p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 10px;
  background: #eee;
}

.page-top .block-category-style-p {
  width: 1060px;
  padding: 0 0 50px;
  background: none;
}

.block-category-style-p .block-category-style-p--item {
  display: flex;
  flex-direction: column;
  width: 200px;
  flex-basis: 200px;
  margin: 0 20px 20px 0;
}

.page-top .block-category-style-p .block-category-style-p--item {
  width: 250px;
  flex-basis: 250px;
  margin: 0 20px 40px 0;
}

.block-category-style-p .block-category-style-p--item:nth-of-type(4n),
.page-top .block-category-style-p .block-category-style-p--item:nth-of-type(4n) {
  margin-right: 0;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-comment {
  float: none;
  width: auto;
  font-size: 13px;
  order: 30;
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-comment {
  display: none;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-image {
  width: 100%;
  margin: 0 0 16px;
  float: none;
  order: 10;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-image img {
  width: 100%;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-name {
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  order: 20;
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-name {
  margin: 0;
  text-align: center;
  font-weight: normal;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-name a::before {
  content: "＞ ";
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-name a::before {
  display: none;
}

.block-category-list--header {
  margin: 0 0 25px;
  padding: 0;
  font-size: 28px;
  font-weight: 500;
}

.block-category-list--header-img {
  margin: 0 0 30px;
  padding: 0;
}

.block-category-list--comment {
  margin: 0 0 36px;
  line-height: 1.7;
}

.page-top.top-layout1 .block-top-category,
.page-top.top-layout2 .block-top-category {
  background: none;
}

.page-top.top-layout1 .block-category-style-p,
.page-top.top-layout2 .block-category-style-p {
  width: 890px;
}

.page-top.top-layout1 .block-category-style-p .block-category-style-p--item,
.page-top.top-layout2 .block-category-style-p .block-category-style-p--item {
  width: 200px;
  flex-basis: 200px;
  margin: 0 30px 20px 0;
}

.page-top.top-layout1 .block-category-style-p .block-category-style-p--item:nth-of-type(4n),
.page-top.top-layout2 .block-category-style-p .block-category-style-p--item:nth-of-type(4n) {
  margin-right: 0;
}

.page-top.top-layout1 .block-top-campaign,
.page-top.top-layout2 .block-top-campaign {
  background: none;
}

.page-top.top-layout1 .block-campaign-banner ul.block-campaign-banner--list,
.page-top.top-layout2 .block-campaign-banner ul.block-campaign-banner--list {
  width: 900px;
}

.page-top.top-layout1 .block-campaign-banner ul.block-campaign-banner--list > li,
.page-top.top-layout2 .block-campaign-banner ul.block-campaign-banner--list > li {
  width: 280px;
  margin: 0 30px 40px 0;
}

.page-top.top-layout1 .block-top-event .block-ranking-r .block-ranking-r--items,
.page-top.top-layout2 .block-top-event .block-ranking-r .block-ranking-r--items {
  width: 920px;
  padding-left: 32px;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items dl,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items dl {
  width: 190px;
  flex-basis: 190px;
  margin-right: 32px;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items.swiper div dl,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items.swiper div dl {
  margin-right: 0;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure {
  width: 190px;
  height: 190px;
}

.page-top.top-layout1 .block-top-event .block-thumbnail-t,
.page-top.top-layout2 .block-top-event .block-thumbnail-t {
  width: 920px;
  padding-left: 32px;
}

.page-top.top-layout1 .block-thumbnail-t dl,
.page-top.top-layout2 .block-thumbnail-t dl {
  width: 190px;
  flex-basis: 190px;
  margin: 0;
  padding-right: 32px;
}

.page-top.top-layout1 .block-thumbnail-t dl .block-thumbnail-t--goods-image figure,
.page-top.top-layout2 .block-thumbnail-t dl .block-thumbnail-t--goods-image figure {
  width: 190px;
  height: 190px;
}

.page-top.top-layout1 .block-top-topic,
.page-top.top-layout2 .block-top-topic {
  background: none;
}

.page-top .block-ranking-r {
  position: relative;
}
.page-top .block-ranking-r .block-ranking-r--items > div {
  flex-wrap: nowrap;
}

/* ----ジャンル画面---- */

.block-genre-style {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 10px;
  background: #eee;
}

.block-genre-style .block-genre-style--item {
  display: flex;
  flex-direction: column;
  width: 200px;
  flex-basis: 200px;
  margin: 0 20px 20px 0;
}

.block-genre-style .block-genre-style--item .block-genre-style--item-name {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.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: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-brand-list--item {
  flex-grow: 1;
  flex-basis: 390px;
  max-width: 390px;
  margin: 0 0 60px 15px;
}

.block-brand-list--item:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-brand-list--item-img {
  width: 390px;
  height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
  border: 0;
}

.block-brand-list--item-name {
  padding: 16px 0 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.block-brand-list--item-comment {
  border: 0;
  padding: 0;
}

.block-brand-list--item-btn {
  display: block;
  text-align: center;
  width: 240px;
  height: auto;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
  margin: 16px auto 0;
  padding: 15px 10px;
  border: 1px solid #111;
  background: #fff;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
}

/* ----トピック画面---- */

.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;
}

/* ----購入フロー---- */

.block-cart-recent-item--header {
  font-size: 24px;
  padding: 12px 0;
  text-align: left;
  border-top: 0;
}

.block-cart--goods-list-item-price-info {
  width: 120px;
}

.block-cart--goods-list-item-price-info .price::after {
  font-size: 12px;
}

.block-cart--amazonpay {
  border-top: 0;
}

.block-order-method h2,
.block-order-estimate h2 {
  margin: 0 0 24px;
  padding: 12px 0;
  font-size: var(--fontsize--xl);
  font-weight: bold;
  color: #111;
}

.block-order-method h3,
.block-order-estimate h3 {
  padding: 4px 0;
  border: 0;
}

.block-order-method--sales-append-content .form-control input[type="text"],
.block-order-method--sales-append-content .form-control textarea,
.block-order-method--sales-append-content .form-control select {
  max-width: 570px;
}

.block-order-estimate--total-price::after {
  display: none;
}

h2.block-order-estimate--confirmation-title {
  border: 0;
  margin: 0 0 12px;
}

.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: var(--color--red);
  text-decoration: none;
}

.block-order-gift-confirmation h3 {
  margin: 0 0 12px;
}

.block-order-gift-select--delivery-dest-goods-noshi h3 {
  border: 0;
  padding: 0;
  margin: 0;
}

.block-order-complete--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%;
  margin: 0 0 4px;
  padding: 0;
  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,
.block-order-complete--orderid td {
  border: 0;
}

.block-order-complete--orderid td a {
  text-decoration: underline;
}

.block-order-complete--home .block-order-complete--home-btn {
}

.block-order-regular-add-confirm h2 {
  border: 0;
}

.block-order-regular-add-confirm h3 {
  padding: 0;
  border: 0;
}

.block-order-regular-add-confirm--total-price.price::after {
  display: none;
}

.block-order-regular-add-complete--regular-sales-info {
  padding: 0;
  border: 0;
}

.block-order-regular-add-complete--message {
  margin: 0 0 30px;
}

.block-order-regular-add-complete--message p {
  text-align: center;
}

.block-order-regular-add-complete--regular-sales {
  margin: 0 0 30px;
  border: 0;
}

.block-order-regular-add-complete--regular-sales th {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  font-weight: normal;
  color: #808080;
  text-align: center;
  background: none;
}

.block-order-regular-add-complete--regular-sales td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: normal;
  text-align: center;
  background: none;
}

.block-order-regular-add-complete--regular-sales th,
.block-order-regular-add-complete--regular-sales td {
  border: 0;
}

.block-order-regular-add-complete--regular-sales td a {
  text-decoration: underline;
}

.block-order-regular-add-complete--regular-sales .block-order-regular-add-complete--home-btn {
}

/* ----マイページ---- */

.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
  margin: 0 0 24px;
  padding: 12px 8px;
  font-size: var(--fontsize--2l);
  background: none;
}

.block-mypage--withdrawal {
  color: #081f2c;
}

.block-favorite--bookmark-list {
  margin: 0 0 24px;
}

.block-additional-authentication--reissue {
  vertical-align: top;
}

/* ----商品一覧---- */

.block-goods-list--items-wrap {
  display: flex;
  width: 100%;
  margin: 20px 0 40px;
  padding: 14px 20px;
  font-size: 14px;
  background: #eee;
}

dl.block-goods-list--display-style-items,
dl.block-goods-list--sort-order-items {
  display: none;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items {
  display: flex;
  margin: 0;
  font-size: 14px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items + dl.block-goods-list--sort-order-items {
  margin-left: 40px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items > dt,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items > dt {
  display: block;
  font-weight: normal;
  white-space: nowrap;
  margin-right: 4px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items > dd,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items > dd {
  display: block;
  margin: 0;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list {
  display: flex;
  flex-wrap: wrap;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li {
  margin-right: 20px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li a {
  position: relative;
  display: block;
  padding-left: 21px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active {
  position: relative;
  padding-left: 21px;
  color: #081f2c;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active::before,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active::before {
  position: absolute;
  top: calc(50% - 8.5px);
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  content: "";
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active::after,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active::after {
  position: absolute;
  top: calc(50% - 4.5px);
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #444;
  z-index: 2;
  content: "";
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a::before,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li a::before {
  position: absolute;
  top: calc(50% - 8.5px);
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  content: "";
}

.block-top-event .block-ranking-r .block-ranking-r--items {
  width: 1264px;
  padding-left: 32px;
  margin: 0 auto 0;
}

.block-ranking-r .block-ranking-r--items {
  width: 100%;
}

.block-ranking-r .block-ranking-r--items .swiper-button-prev::after {
  position: absolute;
  top: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  content: "";
}

.block-ranking-r .block-ranking-r--items .swiper-button-next::after {
  position: absolute;
  top: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  content: "";
}

.block-ranking-r .block-ranking-r--items dl {
  width: 276px;
  flex-basis: 276px;
  margin: 0 32px 32px 0;
  padding: 0;
}

.block-ranking-r .block-ranking-r--items dl:nth-of-type(3n) {
  margin-right: 0;
}

.page-top .block-ranking-r .block-ranking-r--items dl {
  padding: 0 32px 0 0;
  margin: 0;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure {
  background: none;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank {
  width: 22px;
  height: 22px;
  top: 8px;
  left: 8px;
  color: var(--color--white);
  background: var(--color--black-500);
  font-size: var(--fontsize--xxs);
  font-weight: 700;
  font-family: var(--fontfamily--heading);
  line-height: 1;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1 {
  background: #856B41;
}
.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2 {
  background: #8C929D;

}
.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  background: #88503D;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description {
  margin-top: 25px;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description a {
  text-decoration: none;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description .block-ranking-r--goods-name {
  font-size: var(--fontsize--s);
  font-weight: 700;
  line-height: calc(25 / 15);
  min-height: 50px;
  margin-top: 22px;
  margin-bottom: 20px;
}
.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description .block-thumbnail-r--comment {
  font-size: var(--fontsize--xxs);
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description .block-ranking-r--price-infos {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.6;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  text-align: left;
}

.block-ranking-r--goods .price {
  color: #081f2c;
}

.block-ranking-r--goods .block-ranking-r--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-ranking-r--goods .block-ranking-r--scomment + .block-ranking-r--price-items .price {
  color: #d53115;
}

.block-ranking-r--goods .block-ranking-r--scomment + .block-ranking-r--price-items .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-ranking-r--items > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
}
.block-ranking-r .block-ranking-r--items dl {
  width: 210px;
  margin: 0;
}
.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure {
  width: 210px;
  height: 210px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px var(--color--black-tr20);
}

.block-top-event .block-thumbnail-t {
  width: 1264px;
  padding-left: 32px;
  margin: 0 auto 0;
}

.block-top-event .block-thumbnail-t .swiper-button-prev::after {
  position: absolute;
  top: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  content: "";
}

.block-top-event .block-thumbnail-t .swiper-button-next::after {
  position: absolute;
  top: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  content: "";
}

.block-thumbnail-t--items {
  width: 100%;
  display: grid;
  gap: 60px 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 110px;
}

.block-top-event .block-thumbnail-t > div {
  flex-wrap: nowrap;
}

.block-thumbnail-t dl {
  margin: 0;
}

.block-thumbnail-t dl:nth-of-type(4n) {
  margin-right: 0;
}

.block-goodschange-list .block-thumbnail-t dl,
.block-goodschange-list .block-thumbnail-t dl:nth-of-type(4n),
.block-goodsadd-list .block-thumbnail-t dl,
.block-goodsadd-list .block-thumbnail-t dl:nth-of-type(4n) {
  width: 200px;
  margin: 0 50px 20px 0;
}

.block-goodschange-list .block-thumbnail-t dl:nth-of-type(5n),
.block-goodsadd-list .block-thumbnail-t dl:nth-of-type(5n) {
  margin-right: 0;
}

.block-mypage .block-accessory-list--list .block-thumbnail-t dl,
.block-cart .block-accessory-list--list .block-thumbnail-t dl {
  margin: 0 50px 20px 0;
}

.block-mypage .block-accessory-list--list .block-thumbnail-t dl:nth-of-type(5n),
.block-cart .block-accessory-list--list .block-thumbnail-t dl:nth-of-type(5n) {
  margin-right: 0;
}

.page-top .block-thumbnail-t dl {
  width: 276px;
  flex-basis: 276px;
  margin: 0;
  padding: 0 32px 0 0;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-image figure {
  width: 210px;
  height: 210px;
  background: none;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px var(--color--black-tr20);
}

.page-top .block-thumbnail-t dl .block-thumbnail-t--goods-image figure {
  width: 276px;
  height: 276px;
  background: none;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description {
  margin-top: 25px;
}

.page-top .block-thumbnail-t dl .block-thumbnail-t--goods-description {
  margin-top: 25px;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description a {
  text-decoration: none;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name {
  font-size: var(--fontsize--s);
  font-weight: 700;
  line-height: calc(25 / 15);
  min-height: 50px;
  margin-top: 22px;
}
.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--comment {
  font-size: var(--fontsize--xxs);
  margin-top: 20px;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.page-top .block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
  margin-top: 11px;
}

.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 {
  color: #081f2c;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price {
  color: #d53115;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-thumbnail-t .block-thumbnail-t--goods {
  width: 210px;
}

.block-pickup-list-p--item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.block-pickup-list-p .block-pickup-list-p--item-body {
  display: block;
  width: 200px;
  margin: 0 40px 20px 0;
}

.block-pickup-list-p .block-pickup-list-p--item-body:nth-of-type(4n) {
  margin-right: 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image {
  position: relative;
  width: 200px;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--image figure {
  width: 200px;
  height: 200px;
  background: none;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
  width: 100%;
  padding: 0;
  margin: 16px 0 0;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-icon {
  display: none;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name a {
  text-decoration: none;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .net-price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .exchange-price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .block-exchange-price--rate-dt {
  text-align: left;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price {
  color: #081f2c;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--comment,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--add-cart {
  display: none;
}

.block-pickup-list-w--item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body {
  display: block;
  width: 200px;
  margin: 0 40px 20px 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body:nth-of-type(4n) {
  margin-right: 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--image {
  position: static;
  width: 200px;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--image figure {
  width: 200px;
  height: 200px;
  background: none;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description {
  width: 100%;
  padding: 0;
  margin: 16px 0 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-icon {
  display: none;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name a {
  text-decoration: none;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .net-price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .default-price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .exchange-price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-exchange-price--rate-dt {
  text-align: left;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price {
  color: #081f2c;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment + .block-pickup-list-w--price-items .price {
  color: #d53115;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment + .block-pickup-list-w--price-items .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--comment,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--add-cart {
  display: none;
}

.block-goods-list-d--item-body {
  width: 100%;
}

.block-goods-list-d--image figure {
  background: none;
}

.block-goods-list-d--item-description {
  width: calc(100% - 200px);
  padding: 0 0 0 20px;
}

.block-goods-list-d--item-description .block-icon {
  display: none;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name a {
  color: #081f2c;
  text-decoration: none;
}

.block-goods-list-d--item-description .block-goods-list-d--comment {
  margin: 0 0 12px;
  font-size: 11px;
  color: #808080;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details {
  width: 100%;
  margin: 12px 0 0;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--item-details-left {
  width: auto;
  margin-right: auto;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos {
  width: auto;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .price {
  color: #081f2c;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price {
  color: #d53115;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .net-price,
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .default-price {
  text-align: left;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-title {
  display: none;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--stock-items {
  width: auto;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  color: #081f2c;
}

.block-goods-list-d--add-cart {
  width: 200px;
  flex-basis: 200px;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  width: 200px;
  padding: 12px 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 13px;
}

.block-goods-list-d--add-cart .block-list-custom-order-btn {
  width: 200px;
  padding: 12px 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 13px;
}

.block-goods-list-d--goods-comment {
  font-size: 11px;
  color: #808080;
}

.block-thumbnail-h {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.block-thumbnail-h--item {
  width: 175px;
  margin: 0;
}
.block-thumbnail-h--goods-image figure {
  width: 175px;
  height: 175px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px var(--color--black-tr20);
}

.block-thumbnail-h > .block-thumbnail-h--item:nth-child(n+6) {
  display: none;
}

ul.block-thumbnail-h > li:nth-of-type(9n) {
  margin-right: 0;
}

li .block-thumbnail-h--goods-image figure {
  position: relative;
}

ul.block-thumbnail-h > li .block-thumbnail-h--goods-image figure {
  width: 120px;
  height: 120px;
  background: none;
}

.block-thumbnail-h--item .block-thumbnail-h--goods-description {
  display: none;
}

.pane-goods-right-side .block-thumbnail-h {
  justify-content: flex-start;
}

.pane-goods-right-side .block-thumbnail-h--item {
  margin-right: 13px;
}
.pane-goods-right-side .block-thumbnail-h--item:nth-of-type(4n) {
  margin-right: 0;
}

.block-goods-list-l .block-goods-list-l--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-list-l .block-goods-list-l--price-items .price,
.block-goods-list-l .block-goods-list-l--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-goods-list-l .block-goods-list-l--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-goods-list-l .block-goods-list-l--scomment + .block-goods-list-l--price-items .price {
  color: #d53115;
}

.block-goods-list-l--price-infos {
  white-space: nowrap;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description.block-pickup-list-p--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .block-pickup-list-p--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

.block-list-s .block-list-s--items {
  margin: 0 0 30px;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .price,
.block-list-s .block-list-s--price-infos .block-list-s--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price {
  color: #d53115;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .price,
.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment + .block-cart-i--price-items .price {
  color: #d53115;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-infos {
  margin-top: 8px;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .price,
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment + .block-goods-detail-j--price-items .price {
  color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .price,
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price {
  color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-bulk-purchase-b--price-infos {
  white-space: nowrap;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos {
  text-align: left;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .price,
.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .net-price {
  text-align: left;
  color: #081f2c;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price {
  color: #d53115;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

/* ----クイックビュー---- */
.block-quickview {
  position: absolute;
  top: 200px;
  right: 0;
  width: 100%;
  min-width: 920px;
  max-width: none;
  height: auto;
  padding: 28px;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.block-quickview-line + .block-quickview-line {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}

.block-quickview-item {
  display: flex;
  width: 100%;
}

.block-quickview-item .block-quickview--image {
  display: block;
  width: 420px;
  margin-right: 40px;
}

.block-quickview-item .block-quickview--image figure img {
  width: 100%;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--image .block-quickview-item figure {
  width: 420px;
  height: 420px;
}

.block-quickview-item .block-quickview--description {
  width: calc(100% - 460px);
}

.block-quickview-item .block-quickview--description .block-quickview--name {
  margin: 0 0 12px;
  padding: 0 0 17px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.333;
  color: #111;
  background-image: linear-gradient(to right, #707070 0, #707070 2px, transparent 3px, transparent 4px);
  background-position: bottom left;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos {
  margin: 0 0 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .default-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .exchange-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-exchange-price--rate-dt {
  text-align: left;
  font-size: 24px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price {
  font-size: 24px;
  font-weight: 500;
  color: #081f2c;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price {
  font-size: 18px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment + .block-quickview--price-items .block-quickview--price {
  color: #d53115;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price {
  font-size: 14px;
  font-weight: normal;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--goods-code,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock {
  display: flex;
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--goods-code dt,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock dt {
  width: 6.0em;
  margin-right: 1.0em;
}

.block-quickview-item .block-quickview--description .block-list-add-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  width: 100%;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.block-quickview-item .block-quickview--description .block-list-add-cart-btn::before {
  display: inline-block;
  width: 21px;
  height: 23px;
  margin-right: 12px;
  vertical-align: top;
  background: url(../../img/usr/common/goods_cart_btn.png) center center / 100% auto no-repeat;
  content: "";
}

.block-pickup-list-p--custom-order .block-list-custom-order-btn {
  margin-top: 12px;
  width: 100%;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.block-quickview-item .block-quickview--image {
  position: relative;
}

.block-quickview--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn_l.png)  center/50% no-repeat;
}

.block-quickview--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_l.png)  center/50% no-repeat;
}

/* ----ページ機能---- */

.block-pagecategory-page-list--frame {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
  width: calc(25% - 9px);
  margin: 0 12px 15px 0;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-of-type(4n) {
  margin-right: 0;
}

/* --------------------------------------------
商品詳細画面
-------------------------------------------- */
.page-goods .pane-contents {
  padding-bottom: 0;
}

.pane-goods-left-side {
  display: flex;
  flex-direction: column;
}

.pane-goods-left-side .swiper-slider-main {
  width: 456px;
  height: 456px;
  margin-left: 0;
  margin-bottom: 25px;
  order: 0;
}
.block-src-l figure {
  width: 456px;
  height: 456px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px var(--color--black-tr20);
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slider-main .block-src-l.swiper-slide a {
  pointer-events: none;
}
.swiper-slider-main .block-src-l.swiper-slide figure img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: auto;
}

.block-goods-detail--color-variation-goods-image .block-goods-detail--color-variation-goods-thumbnail-form {
  width: 64px;
  order: 10;
}

.block-goods-detail--color-variation-goods-image .swiper-slider-main {
  margin-left: auto;
  order: 20;
}

.block-goods-detail--color-variation-goods-image .swiper-slider {
  width: 100%;
}

.block-goods-detail--color-variation-goods-image .swiper-slider .block-goods-detail-line-item {
  width: 100%;
}

.block-goods-detail--color-variation-goods-image .swiper-slider .block-goods-detail-line-item img {
  vertical-align: top;
}

.pane-goods-left-side .block-goods-gallery {
  width: 456px;
  order: 10;
}
.block-goods-gallery.swiper-slider-thumbnail .block-goods-gallery-src {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.pane-goods-left-side .block-goods-gallery li {
  width: 80px;
  height: 80px;
  margin: 0 !important;
}

.pane-goods-left-side .block-goods-gallery li figure {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px var(--color--black-tr20);
}

.page-goods .block-icon {
  font-size: 0;
  display: flex;
  gap: 8px;
}
.page-goods .block-icon img {
  height: 22px;
  width: auto;
}

.block-attribute {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  gap: 8px;
}
.block-attribute span {
  display: block;
  padding: 0 8px;
  line-height: 22px;
  background: var(--color--black-100);
}
.block-attribute span.block-icon--attr1 {
  background: var(--color--black-900);
  color: var(--color--white);
}

/* .block-icon > span {
  margin-right: 8px;
}

.block-icon > span:last-of-type {
  margin-right: 0;
}

.block-icon img {
  display: inline;
  width: auto;
  height: 20px;
} */

.page-goods .block-icon {
  margin: 0 0 25px;
}

.page-goods .block-goods-name h1 {
  margin: 0 0 40px;
  padding: 0;
  font-size: var(--fontsize--xl);
  font-weight: 700;
  line-height: 1.25;
}

.block-goods-comment {
  margin: 0;
}

.pane-goods-right-side .block-goods-comment1 {
  order: 35;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid var(--color--black-500);
}

.block-goods-price {
  padding-top: 16px;
  margin: 0 0 12px;
}

.block-goods-first-limited-order {
  margin-bottom: 12px;
}

.block-goods-price--price {
  font-size: 24px;
  font-weight: 500;
  color: #111;
}

.block-goods-price .price::after,
.block-goods-price .default-price::after {
  font-size: 12px;
  font-weight: normal;
}

.block-goods-price .block-goods-price--on-sales-comment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-price .block-goods-price--on-sales-comment + .block-goods-price--price {
  color: #d53115;
}

.block-goods-price .block-goods-price--on-sales-comment + .block-goods-price--price + .block-goods-price--default-price {
  font-size: 14px;
  font-weight: normal;
  color: #111;
}

.block-goods-price--net::after {
  font-size: 11px;
  content: "（税抜）";
}

.block-goods-price--regular-repeat-price::after {
  font-size: 11px;
  content: "（税込）";
}

.block-goods-price--regular-repeat-net::after {
  font-size: 11px;
  content: "（税抜）";
}

.block-goods-term--sales-term {
  padding: 6px 0;
  font-size: 14px;
  color: #d53115;
}

.goods-detail-description {
  display: flex;
  padding: 4px 0;
}

.goods-detail-description dt {
  display: block;
  width: auto;
  min-width: 6.0em;
  font-weight: normal;
}

.goods-detail-description dd {
  margin-left: 0.3em;
  display: block;
}
.block-variation h2.heading--type {
  position: relative;
  cursor: pointer;
}
.block-variation h2.heading--type::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--color--black-500);
  border-bottom: 1px solid var(--color--black-500);
  position: absolute;
  top: 20px;
  right: 10px;
  transform: rotate(45deg);
  transition-duration: .3s;
}
.type-closed .block-variation h2.heading--type::after {
  top: 25px;
  transform: rotate(225deg);
}
.block-variation--item-dropdown {
  margin-top: 12px;
  border: 1px solid #111;
  border-radius: 4px;
}

.block-variation--item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 35px;
}

.block-variation--name.block-color--name,
.block-variation--name.block-size--name {
  margin: 16px 0 4px;
  padding: 16px 0 0;
  border: 0;
  border-top: 1px dashed #707070;
  font-size: 14px;
  font-weight: bold;
}

.block-variation--item {
  vertical-align: top;
  margin-right: 0;
}

.block-color--item dt,
.block-size--item dt {
  width: 210px;
  height: auto;
  flex-shrink: 0;
  border: 0;
}

.block-variation--item.size-disable-stock dt {
  border: 0;
}

.block-variation--item.color-disable-stock dt {
  border: 0;
  position: relative;
}

.block-variation--item.active dt {
  border: 0;
}

.block-color--item-term figure,
.block-size--item-term figure {
  width: 210px;
  height: 210px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 5px var(--color--black-tr20);
}
.block-variation--item.active dt figure {
  border: 1px solid var(--color--black-500);
  position: relative;
}

.block-variation--item.color-disable-stock dt figure::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color--black-tr20);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.block-variation--item.color-disable-stock dt figure::after {
  content: 'SOLD OUT';
  display: block;
  color: var(--color--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fontfamily--heading);
  width: 100%;
  text-align: center;  
}

.block-variation--item-description {
  display: block;
  margin-top: 20px;
}
.block-variation--item-description span {
  display: block;
  font-size: var(--fontsize--xs);
  line-height: 1.7;
}
.block-variation--item-description span.block-variation--item-price::after {
    content: "（税込）";
  font-size: var(--fontsize--xxs);
}
.block-variation--item-description span.block-variation--item-name {
  font-weight: 700;
}

.block-color--item-term img,
.block-size--item-term img {
  max-width: 100%;
  max-height: 100%;
}

.block-size--item-term span {
  width: 52px;
  height: 52px;
  padding: 2px;
  font-size: 13px;
}

.block-color-with-cart,
.block-size-with-cart,
.block-color-size-with-cart {
  margin: 24px 0 6px;
}

.block-color-with-cart--item,
.block-size-with-cart--item,
.block-color-size-with-cart--color-line {
  padding: 4px 0;
}

.block-color-with-cart--item-term,
.block-size-with-cart--item-term,
.block-color-size-with-cart--color-item-term,
.block-color-size-with-cart--size-item-term {
  width: 64px;
  height: 64px;
  margin-right: 8px;
  border: 2px solid #dedede;
  flex-shrink: 0;
}

.block-color-size-with-cart--color-item-term {
  margin-right: 4px;
}

.block-color-size-with-cart--nocolor {
  width: 64px;
  height: 64px;
  margin-right: 4px;
  flex-shrink: 0;
}

.block-color-with-cart--item-term figure,
.block-color-size-with-cart--color-item-term figure {
  width: 60px;
  height: 60px;
}

.block-color-with-cart--item-term img,
.block-color-size-with-cart--color-item-term img {
  max-width: 100%;
  max-height: 100%;
}

.block-size-with-cart--item-term span,
.block-color-size-with-cart--size-item-term span {
  width: 60px;
  height: 60px;
  font-size: 13px;
}

.cart-section {
  order: 100;
  margin-top: 100px;
  margin-bottom: 60px;
}

.cart-section.no-variation {
  /*margin-top: 20px;*/
  margin-top: 0;
}
/*.cart-section.no-variation .block-selected-item::before,*/
.cart-section.no-variation .block-selected-icon {
  display: none;
}


.block-variation-add-cart {
  width: 100%;
  margin-right: 8px;
}

.block-variation-add-cart--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  font-size: 17px;
}

.block-variation-add-cart--btn::before {
  display: inline-block;
  width: 21px;
  height: 23px;
  margin-right: 14px;
  vertical-align: top;
  background: url(../../img/usr/common/goods_cart_btn.png) center center / 100% auto no-repeat;
  content: "";
}

.block-variation-no-stock,
.block-variation-outside-sales-period,
.block-goods-variation-arrival-notice {
  width: 100%;
  margin-right: 8px;
}

.block-variation-no-stock .block-variation-no-stock--message,
.block-variation-outside-sales-period--message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  border: 0;
  padding: 4px 10px;
  font-size: 17px;
  color: #808080;
  background: #f5f5f5;
}

.block-goods-variation-arrival-notice .block-goods-variation-arrival-notice--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  border: 0;
  font-size: 17px;
  color: #fff;
  background: #73c3d6;
}

.block-variation-favorite {
  flex-shrink: 0;
}

.block-variation-favorite--btn {
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid var(--color--red);
  background: url(../../img/usr/common/goods_bookmark_btn.png) center center / 21px auto no-repeat;
}

.block-variation-favorite-registed--btn {
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid var(--color--red);
  background: #fff2ef url(../../img/usr/common/goods_bookmark_reg_btn.png) center center / 21px auto no-repeat;
}

.block-variation-favorite--btn .block-icon-image,
.block-variation-favorite-registed--btn .block-icon-image {
  display: none;
}



.block-selected-item {
  position: relative;
  background: var(--color--black-100);
  margin-top: 35px;
  padding: 25px 18px;
}
.block-selected-item::before {
  content: '';
  display: block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid var(--color--black-100);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
/*.type-closed .block-selected-item::before {
  display: none;
}*/
.block-selected--head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid var(--color--black-500);
  padding: 0 10px 15px;
}
.block-selected-icon {
  width: 100%;
  margin-bottom: 15px;
}
.block-selected-icon span {
  display: block;
  width: 70px;
  padding: 3px 0 2px;
  border-radius: 20px;
  background: var(--color--black-500);
  color: var(--color--white);
  font-size: var(--fontsize--xs);
  font-weight: 700;
  text-align: center;
}
.block-selected--head-name_variation {
  width: calc(100% - 30px);
}
.block-selected--head-name_variation span {
  display: block;
  font-weight: 700;
}
.block-selected--head-bookmark {
}


.block-selected--body {
  padding: 15px 10px;
}
.block-selected--body .block-goods-price .block-goods-price--net-price {
  display: none;
}
.block-selected--body .goods-detail-description {
  padding: 0;
  font-size: var(--fontsize--xs);
}
.block-selected--body .goods-detail-description dt {
  min-width: auto;
}
.block-selected--body .goods-detail-description dd {
  margin: 0;
}
.block-selected--body .block-goods-price--price {
  font-size: var(--fontsize--xl);
  font-weight: 700;
}
.block-selected--body .block-goods-price--price::first-letter {
  font-size: var(--fontsize--l);
}
.block-selected--body .block-goods-price .price::after {
  font-size: var(--fontsize--s);
  font-weight: 700;
}
.block-selected--body .price_qty {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-selected--body .block-goods-price {
  order: 10;
}
.block-selected--body .block-goods-qty {
  display: flex;
  align-items: center;
  gap: 10px;
  order: 20;
  font-weight: 700;
}
.block-selected--bottom .block-add-cart .block-add-cart--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  margin: 0 auto;
  font-weight: 700;
  padding: 4px 0;  
}
.block-selected--bottom .block-add-cart .block-add-cart--btn::before {
  content: '';
  display: block;
  width: 22px;
  height: 18px;
  margin-right: 10px;
  background: url(../../img/sys/icon/icon-cart-wh.png) no-repeat center / cover;
}
.block-selected--bottom .block-no-stock .block-no-stock--message {
  margin: 0 auto;
  padding: 0;
  width: 180px;
  height: 35px;
  background: var(--color--black-500);
  color: var(--color--white);
  text-align: center;
  line-height: 35px;
  font-weight: 700;
}


.block-goods-set {
  margin: 0 0 15px;
}

.block-add-cart--btn {
  width: 100%;
  margin: 12px 0 10px;
  padding: 20px 0;
  border-radius: 0;
  font-size: 16px;
}

.block-add-cart--btn::before {
  display: inline-block;
  width: 21px;
  height: 23px;
  margin-right: 12px;
  vertical-align: bottom;
  background: url(../../img/usr/common/goods_cart_btn.png) center center no-repeat;
  content: "";
}

.block-arrival-notice .block-arrival-notice--btn {
  margin: 0 auto;
  padding: 0;
  width: 180px;
  height: 35px;
  background: var(--color--black-500);
  color: var(--color--white);
  text-align: center;
  line-height: 35px;
  font-weight: 700;
}

.block-no-stock .block-no-stock--message,
.block-outside-sales-period--message {
  width: 100%;
  margin: 12px 0 10px;
  padding: 20px 0;
  border: 0;
  color: #808080;
  background: #f5f5f5;
}

.block-variation-arrival-notice--btn {
  width: 100%;
  margin: 12px 0 10px;
  padding: 20px 0;
  border: 0;
  color: #fff;
  background: #73c3d6;
}

.block-custom-order--btn {
  width: 100%;
  margin: 12px 0 10px;
  padding: 20px 0;
  border-radius: 0;
  font-size: 16px;
}

.block-goods-favorite--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 10px;
  padding: 19px 0;
  border: 1px solid var(--color--red);
  border-radius: 0;
  font-size: 16px;
  color: var(--color--red);
  background: #fff;
}

.block-goods-favorite--btn::before {
  display: inline-block;
  width: 20px;
  height: 18px;
  margin: 3px 12px 3px 0;
  vertical-align: bottom;
  background: url(../../img/usr/common/goods_bookmark_btn.png) center center no-repeat;
  content: "";
}

.block-goods-favorite-registed--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 10px;
  padding: 19px 0;
  border: 1px solid var(--color--red);
  border-radius: 0;
  font-size: 16px;
  color: var(--color--red);
  background: #fff2ef;
}

.block-goods-favorite-registed--btn::before {
  display: inline-block;
  width: 21px;
  height: 20px;
  margin: 2px 11px 2px 0;
  vertical-align: bottom;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png) center center no-repeat;
  content: "";
}

.block-selected--head-bookmark a.js-enhanced-ecommerce-goods-bookmark {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../img/sys/icon/icon-heart-off.png) no-repeat center / 100%;
  transition-duration: .3s;
}
.block-selected--head-bookmark a.js-enhanced-ecommerce-goods-bookmark.block-goods-favorite-registed--btn {
  background: url(../../img/sys/icon/icon-heart-on.png) no-repeat center / 100%;
}
.block-selected--head .block-goods-favorite {
  position: relative;
}
.block-selected--head .block-goods-favorite--btn,
.block-selected--head .block-goods-favorite-registed--btn {
  padding: 0;  
  border: 0;
  font-size: 0;
}
.block-selected--head .block-goods-favorite--btn::before,
.block-selected--head .block-goods-favorite-registed--btn::before {
  position: absolute;
  top: 0;
  margin: 0;
  background: none;
}
.block-selected--head .block-loading-min--balls > span {
  display: none;
}

.block-contact-about-goods--btn {
  display: inline;
  padding: 0;
  border: 0;
  text-decoration: underline;
  font-size: 14px;
  color: #081f2c;
  background: none;
}

.block-goods-link--btn {
  display: inline;
  padding: 0;
  border: 0;
  text-decoration: underline;
  font-size: 14px;
  color: #081f2c;
  background: none;
}

.block-goods-store-stock--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 10px;
  padding: 19px 0;
  border: 1px solid var(--color--red);
  border-radius: 0;
  font-size: 16px;
  color: var(--color--red);
  background: #fff;
}

.pane-goods-right-side .block-accessory-list {
  padding: 0;
  margin: 30px 0 15px;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--name {
  padding: 24px 0 0;
  margin: 0 0 16px;
  border: 0;
  font-size: 18px;
  font-weight: 500;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list .block-thumbnail-t dl {
  width: 150px;
  margin: 0 15px 15px 0;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list .block-thumbnail-t dl:nth-of-type(3n) {
  margin-right: 0;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list .block-thumbnail-t dl .block-thumbnail-t--goods-image figure {
  width: 150px;
  height: 150px;
}
.block-goods-detail .block-accessory-list {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  width: 100%;  
}

/* 商品関連グループ　カスタマイズ */
.block-accessory-list--container {
  margin-bottom: 100px;
}
.block-accessory-list--container h2.common-headline {
  margin-top: 100px;
}
.block-accessory-list--container:has(.block-pickup-list-p) {
  width: 456px;
  margin-left: auto;
}

.block-accessory-list--container .block-pickup-list-p .variation-name,
.block-accessory-list--container .block-pickup-list-p .block-pickup-list-p--comment,
.block-accessory-list--container .block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .net-price {
  display: none;
}

.block-accessory-list--container .block-pickup-list-p .block-pickup-list-p--item-body {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.block-accessory-list--container .block-pickup-list-p .block-pickup-list-p--image {
  width: auto;
}
.block-accessory-list--container .block-pickup-list-p .block-pickup-list-p--image figure {
  width: 210px;
  height: 210px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 5px var(--color--black-tr20);
}
.block-accessory-list--container .block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
  font-weight: 700;
  font-size: var(--fontsize--m);
}
.block-accessory-list--container .block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
  width: calc(100% - 230px);
  margin-top: 10px;
}
.block-accessory-list--container .block-pickup-list-p .block-check-list-p--stock-items dl {
  display: flex;
  font-size: var(--fontsize--s);
}
.block-accessory-list--container .block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .price {
  font-size: var(--fontsize--xl);
}
.block-accessory-list--container .block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .price::first-letter {
  font-size: var(--fontsize--l);
}
.block-accessory-list--container .block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .price::after {
  font-size: var(--fontsize--s);
}

.block-accessory-list--container .block-pickup-list-p .block-pickup-list-p--add-cart {
  width: 100%;
  margin-top: 30px;
}
.block-accessory-list--container .block-pickup-list-p .block-pickup-list-p--add-cart a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  margin: 0 auto;
  font-size: var(--fontsize--m);
  font-weight: 700;
  padding: 4px 0;
}
.block-accessory-list--container .block-pickup-list-p .block-pickup-list-p--add-cart a::before {
  content: '';
  display: block;
  width: 22px;
  height: 18px;
  margin-right: 10px;
  background: url(../../img/sys/icon/icon-cart-wh.png) no-repeat center / cover;
}
.block-accessory-list--container .block-goods-detail-p--qty {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-weight: 700;
}
.block-accessory-list--container .block-goods-detail-p--qty select {
  background: var(--color--black-100);
}


.block-accessory-list--container .block-goods-detail-j--item {
  margin-bottom: 0;
  gap: 35px 88px;
}
.block-accessory-list--container .block-goods-detail-j--goods {
  flex-basis: 456px;
  flex-shrink: 0;
  margin: 0;
  display: flex;
}
.block-accessory-list--container .block-goods-detail-j--goods .block-icon {
  display: flex;
  margin-bottom: 20px;
}
.block-accessory-list--container .block-goods-detail-j--goods .block-icon > *,
.block-accessory-list--container .block-goods-detail-j--goods .variation-name,
.block-accessory-list--container .block-goods-detail-j--goods .block-goods-detail-j--price-infos {
  display: none;
}
.block-accessory-list--container .block-goods-detail-j--goods .block-icon .block-icon--attr3 {
  display: block;
  font-size: 12px;
  background: var(--color--black-900);
  font-weight: 700;
  color: var(--color--white);
  line-height: 22px;
  padding: 0 8px;
}
.block-accessory-list--container .block-goods-detail-j--goods-image {
  margin-right: 30px;
}
.block-accessory-list--container .block-goods-detail-j--goods-image figure {
  width: 210px;
  height: 210px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 5px var(--color--black-tr20);
}
.block-accessory-list--container .block-goods-detail-j--goods .block-goods-detail-j--goods-description {
  margin-top: 10px;
}
.block-accessory-list--container .block-goods-detail-j--goods .block-goods-detail-j--goods-name {
  text-decoration: none;
  font-weight: 700;
}
.block-accessory-list--container .block-goods-detail-j--goods .block-goods-detail-j--goods-name a {
  text-decoration: none;
}



.block-goods-detail .pane-goods-center {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  width: 100%;
}

.pane-goods-center h2.common-headline {
  padding-top: 0;
  margin-bottom: 50px;
}



/* .pane-goods-footer .block-accessory-list {
  padding: 0 40px 20px;
  margin: 30px 0 15px;
  background: #f5f5f5;
} */

.pane-goods-footer .block-accessory-list .block-accessory-list--name {
  padding: 24px 0 0;
  margin: 0 0 20px;
  border: 0;
  font-size: 18px;
  font-weight: 500;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list .block-thumbnail-t dl {
  width: 200px;
  margin: 0 30px 20px 0;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list .block-thumbnail-t dl:nth-of-type(5n) {
  margin-right: 0;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list .block-thumbnail-t dl .block-thumbnail-t--goods-image figure {
  width: 200px;
  height: 200px;
}

.pane-goods-center dl.block-goods-comment1,
.pane-goods-center dl.block-goods-comment2,
.pane-goods-center dl.block-goods-comment3,
.pane-goods-center dl.block-goods-comment4,
.pane-goods-center dl.block-goods-comment5 {
  margin: 0 0 24px;
}

.pane-goods-center dl[class^="block-goods-comment"] dt {
  display: none;
  margin: 0 0 22px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #111;
}

.pane-goods-center dl[class^="block-goods-comment"]:first-of-type dt {
  display: block;
}

.pane-goods-center dl[class^="block-goods-comment"] dt h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 24px;
}

.block-goods-comment--title {
  margin: 0 0 16px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 1px solid #dedede;
}


.block-goods-comment--table-frame {
  width: 100%;
  margin: 0 0 15px;
}

.block-goods-comment--table-frame .block-goods-comment--table {
  border-collapse: collapse;
}

.block-goods-comment--table-frame .block-goods-comment--table th,
.block-goods-comment--table-frame .block-goods-comment--table td {
  padding: 12px 15px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #707070;
}

.block-goods-comment--table-frame .block-goods-comment--table tr.title th {
  background: #eee;
}

.block-goods-comment--table-frame .block-goods-comment--table tr th:first-of-type,
.block-goods-comment--table-frame .block-goods-comment--table tr.title th:first-of-type {
  text-align: left;
  font-weight: bold;
}

.block-goods-comment--table-frame .block-goods-comment--table td {
  white-space: nowrap;
}

.block-goods-footer-cart {
  display: none;
}

.block-goods-user-review {
  margin: 0 0 90px;
}

.block-goods-user-review h2 {
  margin: 0 0 32px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #111;
  background: none;
}

.block-goods-user-review h2 .block-icon-image--table {
  display: block;
}

.block-goods-user-review h2 .block-icon-image--table-cell {
  display: none;
}

.block-goods-user-review h2 .block-icon-image--table-cell-left {
  display: block;
  font-size: 24px;
  font-weight: 500;
}

.block-goods-user-review--score dt,
.block-goods-user-review--count dt {
  font-weight: normal;
}

.block-goods-user-review--score dd img {
  height: 100%;
}

.block-goods-user-review--description {
  margin: 20px 0 24px;
}

.block-goods-user-review--need-login-message {
  margin: 14px 0;
}

.block-goods-user-review--write-review {
  margin: 8px 0;
}

.block-goods-user-review--write-review-link,
.block-goods-user-review--write-review-btn {
  display: block;
  width: 216px;
  padding: 9px 0;
  border: 1px solid var(--color--red);
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: var(--color--red);
}

.block-goods-user-review--item {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}

.block-goods-user-review--item:last-of-type {
  border-bottom: 0;
}

.block-goods-user-review--item .block-goods-user-review--item-title {
  margin: 0 0 10px;
}

.block-goods-user-review--item .block-goods-user-review--item-score {
  margin: 0 0 8px;
}

.block-goods-user-review--item .block-goods-user-review--item-score dt {
  height: auto;
}

.block-goods-user-review--item .block-goods-user-review--item-score dt img {
  height: 100%;
  width: 9.2%;
  vertical-align: top;
}

.block-goods-user-review--item .block-goods-user-review--item-comment {
  margin: 8px 0 0;
}

.block-goods-user-review--item .block-goods-user-review--item-moderate-vote {
  margin: 8px 0 0;
}

.block-goods-uservoice .block-goods-uservoice--title {
  margin: 0 0 22px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #111;
}

.block-goods-instagram .block-goods-instagram--title {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.block-goods-instagram .block-goods-instagram--title img {
  display: block;
  margin: 0 auto 8px;
}

.block-goods-instagram .block-goods-instagram--title span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.size-hidden {
  box-sizing: content-box;
}

.page-goods #goodsdetail_itemhistory {
  margin: 100px auto 170px;
}

/* 商品情報(フリースペース) */
.pane-goods-center {
  font-size: var(--fontsize--xxs);
  line-height: calc(20 / 13);
}
.pane-goods-center h3.iteminfo-headline {
  font-size: var(--fontsize--m);
  border: 0;
  padding: 0;
  margin-bottom: 28px;
}
.pane-goods-center h4 {
  font-size: var(--fontsize--xxs);
  border: 0;
  padding: 0;
  margin: 13px 0 0;
}
ul.checkmark-text li {
  padding-left: 1em;
  background: url(../../img/sys/icon/icon-checkmark.png) no-repeat center left / .5em;
}

.iteminfo-container--method,
.iteminfo-container--feature,
.iteminfo-container--movie {
  margin-bottom: 50px;
}
.iteminfo-container--method dl + dl {
  margin-top: 1em;
}
.iteminfo-container--method dt {
  font-weight: 700;
}
.iteminfo-container--movie iframe {
  aspect-ratio: 560 / 315;
  max-width: 456px;
  height: auto;
}
.iteminfo-container--feature figure {
  margin-top: 50px;
  max-width: 456px;
}
.iteminfo-container--feature figure img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.item_info-container--component h3.iteminfo-headline {
  cursor: pointer;
  position: relative;
}
.item_info-container--component h3.iteminfo-headline::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--color--black-500);
  border-bottom: 1px solid var(--color--black-500);
  transform: translateY(-4px) rotate(45deg);
  transition-duration: .3s;
  margin-left: 10px;
}
.item_info-container--component h3.iteminfo-headline.is-close::after {
  transform: translateY(2px) rotate(225deg);  
}


/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap;
}

.page-goods .block-icon {
  order: 10;
}

.block-goods-name {
  order: 20;
}

.block-goods-comment {
  order: 30;
}

.block-goods-price {
  order: 40;
}

.block-refill-goods {
  order: 45;
}

.block-goods-first-limited-order {
  order: 50;
}

.block-goods-code {
  order: 55;
}

.block-goods-item-code {
  order: 60;
}

.block-goods-item-code2 {
  order: 70;
}

.block-goods-item-code3 {
  order: 80;
}

.block-goods-release-dt {
  order: 90;
}

.block-goods-sns {
  order: 100;
}

.block-goods-class1 {
  order: 110;
}

.block-goods-class2 {
  order: 120;
}

.block-goods-attr1 {
  order: 130;
}

.block-goods-attr2 {
  order: 140;
}

.block-goods-attr3 {
  order: 150;
}

.block-goods-size {
  order: 160;
}

.block-goods-color {
  order: 170;
}

.block-goods-point {
  order: 180;
}

.block-goods-postage {
  order: 190;
}

.block-goods-stock {
  order: 200;
}

.block-goods-spec {
  order: 210;
}

.block-goods-coupon {
  order: 220;
}

.block-goods-promotion {
  order: 230;
}

.block-goods-sales-detail-append {
  order: 240;
}

.block-variation {
  order: 250;
}

.block-custom-order {
  order: 260;
}

.block-add-cart {
  order: 270;
}

.block-no-stock {
  order: 280;
}

.block-outside-sales-period {
  order: 280;
}

.block-arrival-notice {
  order: 290;
  text-align: center;
}

.block-goods-set {
  order: 300;
}

.block-variation-back-order {
  order: 310;
}

.block-goods-favorite {
  order: 320;
}

.block-goods-store-stock {
  order: 330;
}

.block-contact-about-goods {
  order: 340;
}

.block-goods-link {
  order: 350;
}

.block-unisize {
  order: 355;
}

.block-accessory-list {
  order: 360;
}

.block-goods-size--box .c-item-detail-expand-items__size-info--margin,
.block-goods-size--box .js-unisize-bunner,
.block-goods-size--box .js-unisize-bunner > div {
  margin: 12px 0;
}

.c-item-detail-expand-items__size-info--margin {
  display: flex;
  flex-wrap: wrap;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items__size {
  font-size: 13px;
  text-align: center;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items__size:first-child,
.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items-auto + .c-item-detail-expand-items__size {
  border-left: 1px solid #fff;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items__size.c-item-detail-expand-items__size-info--header {
  border-top: 0;
  background-color: #f2f2f2;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items__size.c-item-detail-expand-items__size-list.c-item-detail-expand-items__size-info--header {
  border-top: 1px solid #ddd;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items-auto {
  width: 100%;
  min-height: 0;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
  text-align: center;
  margin-top: 50px;
}

/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}
/* ----アプリログイン訴求画面---- */
.block-applogin-body {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  text-align: center;
  margin: auto;
  height: 100px;
}

/* ---- LightningRecommend ---- */
.block-top-lightningrecommend,
.block-ranking-lightningrecommend {
  padding: 0 0 80px;
}

.block-top-lightningrecommend--header,
.block-ranking-lightningrecommend--header {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.block-top-lightningrecommend ul.block-thumbnail-t,
.block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items {
  width: 1264px;
  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: flex;
  flex-direction: row;
  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 {
  margin: 0 32px 0 0;
  padding: 0;
}

.block-common-lightningrecommend--list ul.block-thumbnail-t li {
  display: flex;
  flex-direction: row;
  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 {
  position: relative;
}

.block-bulk-purchase-b--goods-bookmark {
  position: relative;
}

.block-goods-list-s--bookmark {
  position: relative;
}

.block-goods-name-n--goods-bookmark {
  position: relative;
}

/* ----定期購入 本品とレフィル切り替え画面---- */
.block-refillgoods-list .block-thumbnail-t dl,
.block-refillgoods-list .block-thumbnail-t dl:nth-of-type(4n) {
  width: 200px;
  margin: 0 50px 20px 0;
}

.wrapper:has(header.pane-header) {
  padding-top: 75px;
}
header.pane-header {
  background-color: var(--color--black-900);
  height: 75px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}
.block-header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  left: 0;
}
body.body-fixed .block-header-nav {
  left: calc(var(--scrollbar) * -0.5);
}

.block-category-img {
  height: 500px;
  text-align: center;
  overflow: hidden;
}
.block-category-img img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}


/* ---------------------------------------
一覧表示　アイコン
--------------------------------------- */
.block-ranking-r .block-icon,
.block-thumbnail-t .block-icon {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.block-ranking-r .block-icon > *,
.block-thumbnail-t .block-icon > * {
  display: block;
  margin: 0;
  height: 22px;
  line-height: 22px;  
}

.block-ranking-r .block-icon img,
.block-thumbnail-t .block-icon img {
  height: 22px;
  width: auto;
}

.block-ranking-r span.block-icon--attr3,
.block-thumbnail-t  span.block-icon--attr3 {
  background: var(--color--black-900);
  color: var(--color--white);
  padding: 0 8px;
}


/* ---------------------------------------
イベントページ・ジャンルページ
--------------------------------------- */
.page-event .pane-contents,
.page-genre .pane-contents {
  padding-bottom: 0;
}

.event-list--container .block-thumbnail-t--items,
.event-list--container .block-ranking-r--items > div {
  margin-bottom: 0;
}

.page-event .pane-block--title.block-filter--header,
.page-genre .pane-block--title.block-filter--header {
  margin: 0 0 20px;  
}
.page-event h1.common-headline,
.page-event h2.common-headline,
.page-genre h1.common-headline,
.page-genre h2.common-headline {
  padding-top: 0;
}
.page-event h1.common-headline,
.page-genre h1.common-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-event .pane-contents .container,
.page-genre .pane-contents .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.page-event .pane-left-menu,
.page-genre .pane-left-menu {
  width: 220px;
  flex-shrink: 0;
  margin: 0;  
}
.page-event .pane-left-menu + .pane-main,
.page-genre .pane-left-menu + .pane-main {
  margin: 0;  
}

.page-event .block-main-img figure,
.page-genre .block-main-img figure {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 500px;
}
.page-event .block-main-img figure img,
.page-genre .block-main-img figure img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.page-event .block-recent-item--header h2.common-headline,
.page-genre .block-recent-item--header h2.common-headline {
  text-align: left;
}

.page-event .block-goods-list--pager.pager,
.page-genre .block-goods-list--pager.pager {
  border: 0;
  display: flex;
  justify-content: center;
  font-family: var(--fontfamily--heading);
  font-size: var(--fontsize--m);
  align-items: center;
  padding: 0;
  margin-bottom: 100px;
}
.page-event .pager-total,
.page-genre .pager-total {
  display: none;
}
.page-event .pagination li > *,
.page-genre .pagination li > * {
  display: block;
  width: 12px;
  text-align: center;
}
.page-event li.pager-current span,
.page-genre li.pager-current span {
  border-bottom: 1px solid var(--color--black-900);
}
.block-event-page--accessory,
.block-genre-page--event {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

/* ------------------------------------------------
トピック詳細
------------------------------------------------ */
.page-topic .block-recent-item--header h2 {
  text-align: left;
  padding-top: 0;
}


/* ------------------------------------------------
お買い物かご
------------------------------------------------ */
.block-cart--rule {
  font-size: var(--fontsize--xl);
  font-weight: 700;
  padding: 0 0 10px;
}
.block-cart--contents {
  width: 690px;  
}
.block-cart--goods-list li {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid var(--color--black-500);
}
.block-cart--side-contents {
  margin: 0 0 0 30px;
}
.block-cart--procedure {
  border: 1px solid var(--color--black-500);
  border-radius: 5px;
}
.block-cart--procedure-container {
  background: none;
}
.block-cart--goods-list-item-calc-btn {
/*  background: var(--color--black-100);
  color: var(--color--black-500);
  border-radius: 20px;*/
  border: 0;
}
.block-cart-recent-item--items,
.block-cart-recent-item {
  width: 1000px;
}
ul.block-goods-list-c--items.js-tile-frame > li > div:nth-child(n+6) {
  display: none;
}
.block-goods-list-c--image figure {
  width: 175px;
  height: 175px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 5px var(--color--black-tr20);  
}


.block-order-estimate--content {
  width: 690px;
}
.block-order-estimate--procedure {
  border: 1px solid var(--color--black-500);
  border-radius: 5px;
}
.block-order-estimate--procedure-container {
  background: none;
}
.pane-contents:has(.block-withdrawal--completed-message) {
  min-height: auto;
}

/* -------------------------------------------
新規登録画面調整
------------------------------------------- */
.block-member-info--value-label {
  text-align: left;
}
.checktype_name + .checktype_name .block-member-info--value-label {
  padding-left: 1em;
}
.checktype_kana + .checktype_kana .block-member-info--value-label {
  padding-left: 1em;
}
.block-addr2-message {
  color: var(--color--red);
}
.block-birth-message {
  color: var(--color--red);
}
.count-msg {
  color: var(--color--red);
}
.block-onetimepassword-send--form + .action-buttons {
  margin-top: 25px;
}

h1.common-headline.block-logout--header {
  margin-bottom: 20px;
  border-bottom: 0;
  border-bottom: 1px solid var(--color--black-500);
}

/* -------------------------------------------
カート画面調整
------------------------------------------- */

.block-order-estimate--commit .block-order-estimate--return-agree {
  display: block;
  border: 0;
  color: var(--color--black-900);
  background: transparent;
  padding: 0;
  font-weight: 500;
  font-size: var(--fontsize--s);
}

.block-order-estimate--order-terms-link {
  text-decoration: none;
  font-weight: bold;
}

/* -------------------------------------------
一覧画面調整
------------------------------------------- */
.form-control select {
  appearance: none;
  background-image: url(../../img/usr/common/arrow_pulldown.png);
  background-size: 13px 7px;
  background-position: right 14px center;
  background-repeat: no-repeat;
  min-width: 100px;
}

/* -------------------------------------------
マイページ関連画面調整
------------------------------------------- */
.block-favorite--pager-bottom .pager-count .text {
  display: none;
}
.block-favorite--image figure {
  box-shadow: 0 0 5px var(--color--black-tr20);
}
.page-contact .fieldset:has(.constraint .required).block-inquiry--items .form-group .form-label::after {
  content: none;
}
.page-contact .fieldset:has(.constraint .required).block-inquiry--items .form-group:has(.constraint .required) .form-label::after {
  content: '*';
}
.pane-main .block-reset-password {
  width: 100%;
}
