﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

a:hover, a:focus{
  text-decoration: none;
}

.optimaized-h1 {
  display: none;
}

/* ----トップページ本文---- */

.block-top-body--items img {
  width: 100%;
}

.block-top-body {
  /* margin: 10px 0; */
}
.pane-main {
  /* padding-top: 112px; */
}
.pane-main.main-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 131px;
  left: 0;
}

body {
  font-family: 'Noto Sans JP';
}
body .hx{
  font-family: 'Noto Serif JP', serif;
}

/* ----トップページ予備テンプレート2---- */

.block-free-2--items img {
  width: 100%;
}

.block-free-2--sub-items {
  overflow: hidden;
}

.block-free-2--sub-items li {
  float: left;
  width: 33.33%;
  height: 33.33%;
}

/* ----ヘッダー---- */

.block-header-logo {
  width: 45%;
  display: inline-block;
}

.block-header-logo--img {
  width: 120px;
  height: 30px;
}

.block-headernav {
  width: 55%;
  display: inline-block;
  text-align: right;
}

.block-headernav--item-list li {
  width: 52px;
  position: relative;
  display: inline-block;
  font-size: 10px;;
  text-align: center;
}

.block-headernav--item-list li i.fa {
  position: relative;
  display: block;
  font-size: 20px;
  margin: 5px 0;
  z-index: 1;
}

.block-headernav--item-list li a {
  display: block;
}

.block-headernav--item-list li a:hover {
  text-decoration: none;
}

.block-headernav--cart-count {
  display: none;
  position: absolute;
  width: 5.3333vw;
    height: 4vw;
    line-height: 3.7333vw;
  background-color: #E89958;
  color: #fff;
  border-radius: 4vw;
  top: 5.3333vw;
  right: 5.3333vw;
  z-index: 2;
  font-size: 3.2vw;
}

#header {
  display: flex;
  background: url(../../img/common/h_bg_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  /* align-items: center; */
  gap: 0 10.6666vw;
  padding: 3.4666vw 4.8vw 0;
  z-index: 99999;
  position: relative;
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%; */
  background-color: #ffffff;
}
#header.pane-order-header {
  background: url(../../img/common/h_bg_o_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  border-bottom: none;
}

#header.st__fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
}

#header .block-header-logo {
  width: 13.8666vw;
}
#header .block-header-logo--img {
  width: 100%;
  height: auto;
}

#header .block-header-logo-font {
  width: 41.3333vw;
}
#header .block-header-logo-font img {
  width: 100%;
  height: auto;
}

/* ----グローバルナビ---- */

.block-globalnav--item-list {
  display: table;
  width: 100%;
  padding-left: 4vw;
}

.block-globalnav--item-list > li {
  display: table-cell;
  width: 20%;
  font-size: 10px;
  line-height: 1.75;
  text-align: center;
  border-left: 1px solid #666;
  padding: 0 0 5px;
  font-family: 'Noto Sans JP';
  letter-spacing: 0.06em;
  color: rgb(102,108,112.1);
}

.block-globalnav--item-list > li > a {
  display: block;
  color: #fff;
}

.block-globalnav--item-list li i.fa {
  display: block;
  font-size: 20px;
  z-index: 1;
}

.pane-globalnav {
  background-color: #fff!important;
  color: #444!important;
  border-bottom: 1px solid rgb(182,185,187.1);
  padding-top: 2.6666vw;
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%; */
}

.pane-globalnav.st__fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100000;
}

.block-globalnav--item-list > li {
  border-left: none;
}
.block-globalnav--item-list > li > a {
  color: #444;
}

.block-globalnav {
  z-index: 99999;
  position: relative;
}

#header_menu {
  position: relative;
  cursor: pointer;
}

.icon-menu:before {
  /* content: "";
  background: url(../../img/icon/menu.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 6vw;
  height: 4.4vw;
  margin: 0 auto; */
  position: absolute;
  top: calc(50% - 14px);
  left: 34%;
  width: 5.8666vw;
  height: 2px;
  background: #222;
  transition: all 0.3s;
  content: "";
}

.icon-menu::after {
  position: absolute;
  top: calc(50% + 1px);
  left: 34%;
  width: 5.8666vw;
  height: 2px;
  background: #222;
  transition: all 0.3s;
  content: "";
}

.icon-menu > span {
  position: absolute;
  top: calc(50% - 6px);
  left: 34%;
  display: block;
  width: 5.8666vw;
  height: 2px;
  font-size: 0;
  background: #222;
}

#header_menu.active .icon-menu:before {
  top: calc(50% - 5px);
  transform: rotate(45deg);
}

#header_menu.active .icon-menu::after {
  top: calc(50% + -5px);
  transform: rotate(-45deg);
}

#header_menu.active .icon-menu > span {
  display: none;
}

.icon-search:before {
  content: "";
  background: url(../../img/icon/search.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 5.86vw;
  height: 5.86vw;
  margin: 0 auto 5px;
}

.icon-heart:before {
  content: "";
  background: url(../../img/icon/heart.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 6.9333vw;
  height: 5.866vw;
  margin: 0 auto 5px;
}

.icon-login:before {
  content: "";
  background: url(../../img/icon/login.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 5.3333vw;
  height: 8.4vw;
  margin: 0 auto;
}

.icon-logout:before {
  content: "";
  background: url(../../img/icon/logout.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 8.5333vw;
  height: 8.5333vw;
  margin: 0 auto;
}

.icon-mypage:before {
  content: "";
  background: url(../../img/icon/login.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 5.3333vw;
  height: 8.4vw;
  margin: 0 auto;
}

.icon-cart:before {
  content: "";
  background: url(../../img/icon/cart.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 8.2666vw;
  height: 8.1333vw;
  margin: 0 auto;
}

#menu_view {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99990;
  padding-top: 147px;
  background-color: #fff;
  font-size: 10px;
  /* border-top: 1px solid rgb(182,185,187.1); */
}

#menu_view .menu_inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
  position: relative;
}

#menu_view .menu_inner_box {
  margin-bottom: 7.4666vw;
}

.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 131px;
  left: 0;
}

.block-search-box--form {
  padding: 3.4666vw 7.2vw 2.5333vw 8vw;
  position: relative;
  background: transparent;
}

.block-search-box--keyword {
  border-radius: 5px;
}

.block-header-menu-list--search {
  /* margin-right: 7.2vw;
  margin-left: 8vw;
  padding-bottom: 24px; */
}

.block-header-menu-list--search input[type="text"]:hover,
.block-header-menu-list--search input[type="text"] {
  border: 1px solid rgb(182,185,187.1);
}

.block-header-menu-list--search input[type="text"] {
  padding: 4px;
  padding-left: 40px;
}

.block-header-menu-list--search .input-group-btn .fa {
  font-size: 14px;
  color : #71B395;
  font-family : "Noto Sans JP";
  letter-spacing : 0.84px;

}

.block-header-menu-list--search .fa-search:before {
  content: "";
}

.block-search-box--search-submit {
  background: transparent;
  width: 75px;
  border-radius: 5px;
  padding: 1.0666vw 2.1333vw;
  border: 1px solid rgb(182,185,187.1);
}

.block-search-box--placeholder {
  font-size: 12px;
  color: #B6B9BB;
  letter-spacing: 0.72px;
  font-family: 'Noto Sans JP';
  /* top: 3.0vw;
  left: 10.6666vw; */
  top: 11.25px;
  left: 40px;
}

.search-box-span {
  position: relative;
}

.search-box-span::before {
  position: absolute;
  top: 3.2vw;
  left: 3.7333vw;
  top: 12px;
  left: 14px;
  content: "";
  background: url(../../img/icon/search.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 4.5333vw;
  height: 4.5333vw;
}

.block-header-menu-list--top {
  border-bottom: 1px solid rgb(182,185,187.1);
  margin-right: 7.2vw;
  margin-left: 8vw;
  padding-bottom: 4vw;
  font-weight: bold;
  font-size: 16px;
  /* line-height: calc(58 / 16); */
  letter-spacing: 0.96px;
  color: #2F363C;
  margin-bottom: 4.8vw;
}

.block-header-menu-list--guide {
  margin-right: 7.2vw;
  margin-left: 8vw;
  padding-bottom: 4vw;
  font-weight: bold;
  font-size: 16px;
  /* line-height: calc(58 / 16); */
  letter-spacing: 0.96px;
  color: #2F363C;
}

.block-header-menu-list--genre .genre-tab {
  display: flex;
  justify-content: center;
  font-weight : bold;
  font-size : 4.2666vw;
  letter-spacing : 0.96px;
  color : #2F363C;
  padding: 0 3.2vw;
  border-bottom: 0.5px solid rgb(182,185,187.1,0.3);
  white-space: nowrap;
}

.block-header-menu-list--genre .genre-tab li {
  padding: 5.0666vw;
}

.block-header-menu-list--genre .genre-tab li.active {
  border: 1px solid rgb(182,185,187.1);
  border-bottom: none;
  position: relative;
}

.block-header-menu-list--genre .genre-tab li.active::before {
  content: "";
  width: 100%;
  display: block;
  height: 4.8vw;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(220, 241, 198, 1) 0%, rgba(220, 241, 198, 0) 100%);
  opacity: 0.4;
}

.block-goods-list__navi.area {
  display: none;
}

.block-goods-list__navi.area.is-active {
  display: block;
}

.block-goods-list__navi--menu {
  margin: 0 5.4906vw;
}

/* ~から探す非表示 */
.list-item__center.level0 {
  display: none!important;
}

/* 『すべて』非表示 */
.list-item__center.level0 + .block-goods-list__navi-slideside > ul.list > li:first-of-type,
.list-item__center.level1 + .block-goods-list__navi-slideside > ul.list > li:first-of-type {
  display: none;
}

.list-item__center.level0 + .block-goods-list__navi-slideside > ul.list > li {
  padding: 3.4666vw 0 4vw;
}

#category .list-item__center.level0 + .block-goods-list__navi-slideside > ul.list > li {
  padding-left: 3.7333vw;
}

.block-goods-list__navi-slideside .block-goods-list__navi-slideside {
  display: none;
}

/* 第一階層 */
.block-goods-list__navi > .list > .list-item--chevron > .block-goods-list__navi-slideside > .list > .list-item {
  font-size: 16px;
  font-weight : bold;
  letter-spacing : 0.96px;
  color : #2F363C;
  /* padding: 4vw 10.6666vw; */
  /* padding-left: 63px; */
  border-bottom: 0.5px solid rgb(182,185,187.1);
  min-height: 16vw;
}


/* 第一階層見出し */
.list-item__center.level1 {
  /* padding: 4vw 0 4.8vw; */
  display: flex;
}
/* 第一階層見出し(第二階層あり) */
.list-item.list-item--chevron > .list-item__center.level1 {
  /* padding: 4vw 0 4.8vw; */
}

.list-item__center.level1 img {
  width: 10.6666vw;
  height: auto;
}

/* 第二階層 */
.list-item__center.level1 + .block-goods-list__navi-slideside > ul.list > li {
  font-size : 14px;
  color : #2F363C;
  padding: 1.6vw 0;
}
#category .list-item__center.level1 + .block-goods-list__navi-slideside > ul.list > li {

}

/* 第二階層 リスト */
.list-item__center.level1 + .block-goods-list__navi-slideside {
  padding-bottom: 7.2vw;
  padding-left: 16.8vw;
}
#category .list-item__center.level1 + .block-goods-list__navi-slideside {
  padding-left: 0;
  padding-top: 2.9333vw;
}

.list-item--chevron > div.list-item__center:before,
.list-item--chevron > div.list-item__center:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  opacity: 0.3;
}

.list-item--chevron > div.list-item__center:before {
  width: 2px;
  height: 15px;
  background-color: rgb(47,54,60.1);
  right: 24px;
  margin-top: -9px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.list-item--chevron > div.list-item__center:after {
  width: 15px;
    height: 2px;
    background-color: rgb(47,54,60.1);
    right: 18px;
    margin-top: -2px;
}

.list-item--chevron > div.minus:before {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.list-item div.list-item__center {
  position: relative;
  display: flex;
  gap: 0 6.3333vw;
}
.list-item div.list-item__center.level2 > img {
  display: none;
}

.block-globalnav-banner {
  padding-bottom: 10.4vw;
  border-bottom: 0.5px solid rgb(182,185,187.1);
  width: 85.1728vw;
  margin: 0 auto;
  padding-bottom: 7.4666vw;
}

.block-globalnav-banner a img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.block-globalnav-footer {

}
.block-globalnav-footer-list {
  margin: 0 5.4906vw 9.3333vw;
}

.block-globalnav-footer-list li {
  font-size : 14px;
  letter-spacing : 0.84px;
  color : #666C70;
  border-bottom: 0.5px solid rgb(182,185,187.1);
  padding: 3.2vw 5.3333vw;
}

.block-globalnav-footer-list li.end {
  padding: 0 5.3333vw;
}

.block-globalnav-footer-list li > ul > li {
  font-size : 12px;
  letter-spacing : 0.72px;
  color : #666C70;
  border-bottom:none;
  padding: 2.9333vw 0;
}

.block-globalnav-footer-list li > ul > li.logout {
  display: flex;
}

.block-globalnav-footer-list li > ul > li.logout a {
  padding-left: 2.6666vw;
}

.block-globalnav-footer-list li > ul > li.logout::before {
  content: "";
  background: url(../../img/icon/logout.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 5.3333vw;
  height: 8.4vw;
  position: relative;
    left: 0;
}

.block-globalnav-footer-icon {
  padding-bottom: 24.2666vw;
}
.block-globalnav-footer-icon-banner {
  margin: 0 auto 8vw;
  width: 59.4666vw;
}

.block-globalnav-footer-icon-banner a{
  font-size : 14px;
  letter-spacing : 0.84px;
  color : #666C70;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  border: 0.5px solid rgb(102, 108,112.1);
  padding: 3.7333vw;
  text-align: center;
}

.block-globalnav-footer-icon ul {
  display: flex;
  align-items: center;
  width: 33.3333vw;
    margin: 0 auto;
    gap: 0 12.5333vw;
}

.block-globalnav-footer-icon ul li {
  width: 11.0666vw;
}
.block-globalnav-footer-icon ul li:nth-of-type(1) {
  width: 9.7333vw;
}

.block-globalnav-footer-icon ul li img {
  width: 100%;
  height: auto;
}


/* ----フッター---- */

.block-footer-box {
  padding-bottom: 10.6666vw;
  border-bottom: 1px solid #eee;
}

.block-footer-box .block-footer-box-text {
  font-size : 4vw;
  line-height : calc(26 / 15);
  letter-spacing : 0.3px;
  color : #666C70;
  font-weight: bold;
  text-align: center;
}

.block-footer-box .block-footer-box-text span{
  display: block;
}

.block-footer-box .block-footer-box-text .fw{
  font-weight: 500;
  display: inline;
}

.block-footer-box img {
  width: 19.4666vw;
  height: auto;
  margin: 5.3333vw auto 0;
  display: block;
}

.block-footer-box .block-footer-box-link {
  background: rgb(229,234,224);
  width: 63.7333vw;
  height: 15.2vw;
  border-radius: 8px;
  margin: 4.8vw auto 0;
}

.block-footer-box .block-footer-box-link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size : 3.7333vw;
  letter-spacing : 0.84px;
  color : #666C70;
  position: relative;
}

.block-footer-box .block-footer-box-link a::after {
  content: "";
  position: absolute;
  right: 5.3333vw;
  margin-top: 5px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);

  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid rgb(102,108,112.1);
  border-right: 2px solid rgb(102,108,112.1);
}

.block-footernav {
  padding: 10px 0;
  text-align: center;
  background: #eee;
  font-size: 0;
}

.block-footernav li {
  padding: 0 5px;
  /* display: inline-block; */
  font-size: 11px;
  /* border-left: 1px solid #444; */
}

.block-footernav li:first-child {
  border-left: none;
}

.block-footernav li a {
  color: #444;
}

.block-footer-menu {
  /* background: #eee;
  border-top: 1px solid #dcdcdc; */
  margin: 0 5.2866vw 0;
  padding: 5.0666vw 0;
  border-bottom: 1px solid #eee;
}
.block-footer-menu.border {
  border-bottom: none;
}

#footermenu.block-footer-menu.order {
  position: relative;
  padding: 7.2vw 0 5.0666vw;
}
.block-footer-menu.order {
  border-bottom: 1px solid rgb(102,108,112);
}

#footermenu.block-footer-menu.order::before {
  content: "";
  background: url(../../img/common/f_img_bg_sp.png);
  width: 100vw;
  display: block;
  height: 63.7333vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;

}

.block-footer-menu > span {
  font-size : 4vw;
  line-height : calc(26 / 15);
  letter-spacing : 0.9px;
  color : #666C70;
  font-weight: 500;
  padding-left: 6.1333vw;
}
.block-footer-menu.order > span {
  font-size : 4vw;
  border-bottom: 1px solid rgb(102,108,112);
    width: 100%;
    display: block;
    padding-bottom: 5.0666vw;
}

.block-footer-menu li {
  /* border-bottom: 1px solid #dcdcdc; */
}

.block-footer-menu li a {
  display: table;
  width: 100%;
  position: relative;
  text-decoration: none;
}

.block-footer-menu li span {
  display: table-cell;
  padding: 13px 25px 10px;
  text-align: left;
  vertical-align: middle;
  font-size : 3.2vw;
  /* line-height : calc(38 / 12); */
  letter-spacing : 0.72px;
  color : #666C70;
}

.block-footer-menu li i {
  display: table-cell;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
  width: 40px;
  color: #999;
}

.block-footer-menu li a:after {
  /* font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px; */
}

.block-footer-bottom {

}

.block-footer-bottom img {
  width: 100%;
  height: auto;
}
.block-footer-bottom.order img.order_logo {
  width: 26.1333vw;
  display: block;
    margin: 5.3333vw auto 0;
}

.block-footer-bottom span {
  font-weight : bold;
  font-size : 4.8vw;
  line-height : calc(30 / 18);
  letter-spacing : 1.08px;
  color : #2F363C;
  display: block;
  text-align: center;
  padding: 6.4vw 0 5.6vw;

}

.block-footer-bottom .logo_bk {
  width: 50.9333vw;
  height: auto;
  display: block;
  margin: 0 auto;
}

.block-footer-bottom .logo_gray {
  width: 44.7616vw;
  height: auto;
  margin: 0 auto;
  display: block;
  padding-bottom: 11.7333vw;
}

.block-footer-bottom > a{
  display: block;
  border: 1px solid rgb(182,185,187);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46.8741vw;
  height: 10.1333vw;
  margin: 5.8666vw auto;
  font-size: 3.7333vw;
  letter-spacing: 0.84px;
  color: #666C70;
}

.block-footer-bottom .block-footer-bottom_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 33.733vw;
  margin: 21.8666vw auto;
}

.block-footer-bottom .block-footer-bottom_icon a {
  
}
.block-footer-bottom .block-footer-bottom_icon a.Instagram {
  width: 9.6vw;
}
.block-footer-bottom .block-footer-bottom_icon a.youtube {
  width: 10.9333vw;
}

/* ----ページトップに戻る---- */

.block-page-top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgb(229, 235, 224);
  z-index: 99999;
  border-radius: 8px;
}

.block-page-top a:after {
  background: url(../../img/icon/arrow_top.png);
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  /* border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); */
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -8px;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 5.3333vw;
  right: 2.13333vw;
  display: none;
  z-index: 99999;
}

.page-method .block-page-top {
  position: fixed;
  top: auto;
  bottom: 74px;
  right: 26px;
  display: none;
}

/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
  border-top: 1px solid #eee;
  display: block;
  padding: 10px 10px 0 0;
}

.block-switcher li {
  display: inline-block;
  padding: 0 0 10px 10px;
  width: 50%;
}

.block-switcher--switch {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #444;
  color: #fff;
  text-decoration: none;
}

.block-switcher--current {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}

.block-switcher .fa {
  margin-right: 10px;
  vertical-align: middle;
}

.block-switcher .fa-mobile-phone {
  font-size: 24px;
}

.block-switcher .fa-desktop {
  font-size: 18px;
}

/* ----Copyright---- */

.block-copyright {
  padding: 10px 0;
  font-size: 2.6666vw;
  text-align: center;
  /* background: #eee; */
  color : #666C70;
  margin-bottom: 26.6666vw;
  letter-spacing: 0.6px;
}

/* ----ブランド画面---- */

.block-brand-list--item-img img {
  width: 100%;
  height: auto;
}

.block-brand-list--item-name {
  padding: 10px;
  text-decoration: underline;
}

.block-brand-list--item-comment {
  padding: 0 10px 10px 10px;
}

.block-brand-detail--image img {
  width: 100%;
  height: auto;
}

.block-brand-detail--description {
  margin: 0 10px 10px 10px;
}


/* ----商品一覧画面---- */

.block-topic-path {
  padding: 10px 10px;
  padding-left: 26px;
    font-size: 0;
    background-color: transparent;
    margin-top: 5px;
    margin-bottom: 10px;
}

.block-topic-path--list li {
  color: #71B395;
}

.block-topic-path--list li > span {
  color: #666C70;
}

.block-topic-path--list li a {
  font-size : 3.2vw;
  line-height : calc(28 / 12);
  letter-spacing : 0.72px;
  color : #666C70;
}

.block-topic-path .block-topic-path--list .block-topic-path--item__home > a > span {
  visibility: hidden;
  position: relative;
}

.block-topic-path .block-topic-path--list .block-topic-path--item__home > a > span::before {
  content: "トップ";
  visibility: visible;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  left: 0;
}

.block-goods-list--sort-order-items {
  display: none;
}

.block-category-list--header-freespace {
  padding: 0;
}

.pane-main .block-category-list-1 {
  margin-bottom: 15.2vw;  
}

.pane-main .block-category-list-1 img {
  width: 100%;
  height: auto;
}

.pane-main .block-category-list-1 h2 {
  font-weight : bold;
  font-size : 5.3333vw;
  line-height : calc(34 / 20);
  letter-spacing : 1.2px;
  color : #2F363C;
  text-align: center;
  margin: 5px auto 10px;
  background: transparent;
  /* padding-left: 13.0666vw; */
  width: 80vw;
}

.h1.block-event-page--header,
.h1.block-category-list--header,
.h1.block-genre-page--header {
  font-weight : bold;
  font-size : 20px;
  line-height : calc(34 / 20);
  letter-spacing : 1.2px;
  color : #2F363C;
  text-align: center;
  margin: 20px 0 10px;
  font-family: 'Noto Serif JP', serif;
}

.pane-main .block-category-list-1 span {
  font-size : 4.2666vw;
  line-height : calc(30 / 16);
  letter-spacing : 0.96px;
  color : #2F363C;
  text-align: center;
  display: block;
  font-weight: 500;
  width: 83.7333vw;
    margin: 0 auto;
    text-align: left;
}

.block-category-list-2 {
  width: 89.3333vw;
  margin: 0 auto 66px;
}

.block-category-list-2 img {
  width: 89.3333vw;
  height: auto;
}

.block-category-list-2 ul {
  display: block;
}

.block-category-list-2 ul li {
  width: 100%;
  margin-bottom: 14.6666vw;
}

.block-category-list-2 ul li > h3 {
  padding: 6.4vw 1.8666vw;
    font-size: 5.8666vw;
    font-weight: bold;
}

.block-category-list-2 ul li:nth-of-type(1) {
  margin-right: 30px;
}

.block-category-list-2 ul li span {
  font-size : 4.2666vw;
  line-height : calc(32 / 16);
  letter-spacing : 0.96px;
  color : #2F363C;
  padding-top: 5px;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
}

.block-category-list-3 {
  width: 89.3333vw;
    margin: 0 auto 54px;
}

.block-category-list-3 img {
  width: 33.0666vw;
  height: 36.2666vw;
  margin-right: 5.0666vw;
}

.block-category-list-3 ul {
  display: block;
}

.block-category-list-3 ul li {
  width: 88vw;
  display: flex;
  margin-bottom: 6.9333vw;
}
.block-category-list-3 ul li:not(:last-of-type) {
  /* margin-right: 30px; */
}

.block-category-list-3 ul li span {
  font-size : 4vw;
  line-height : calc(25 / 15);
  letter-spacing : 0.96px;
  color : #2F363C;
    display: block;
    width: 50.9333vw;
    margin: 0 auto;
    font-weight: 400;
    position: relative;
    top: -1.6vw;
}

.block-category-list--Filter {
  width: 93.3333vw;
  display: flex;
  border-top: 0.5px solid rgb(224,225,226.1);
  /* border-bottom: 0.5px solid rgb(224,225,226.1); */
  margin: 0 auto;
  align-items: center;
}

.block-category-list--Filter .pager-total {
  width: 32vw;
}

.block-category-list--Filter .pager-total {
  font-size : 3.7333vw;
  letter-spacing : 0.84px;
  color : #666C70;
  padding: 5.0666vw 0;
  padding-left: 6.4vw;
  border-right: 0.5px solid rgb(224,225,226.1);
  border-bottom: 0.5px solid rgb(224,225,226.1);
  margin-right: 0;
}
.block-category-list--Filter .pager-total span {
  font-weight: 400;
}
.block-category-list--Filter .block-filter--header::before{
  content: "";
  background: url(../../img/icon/focus.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 4.8vw;
  height: 5.6vw;
  position: absolute;
    left: 7.2vw;
    margin-top: -2px;
}

.block-category-list--Filter .block-filter--header.block-filter--close::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid rgb(47,54,60);
  border-right: 1px solid rgb(47,54,60);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  right: -40px;
}

.block-category-list--Filter .block-filter--header::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid rgb(47,54,60);
  border-right: 1px solid rgb(47,54,60);
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  position: relative;
  right: -40px;
}

.block-category-list--Filter .block-filter--header .block-filter--header-label {
  background-color: transparent;
  font-size : 3.7333vw;
  letter-spacing : 0.84px;
  color : #666C70;
  font-weight: 400;
  padding: 5.0666vw 0;
}

.block-category-list--Filter #frmFilterList {
  width: 70.4vw;
}

.block-category-list--Filter .block-filter--header {
  background-color: transparent;
  position: relative;
  display: flex;
    align-items: center;
    padding-left: 15.2vw;
}
.block-category-list--Filter .block-filter--header.block-filter--close {
  border-bottom: 0.5px solid rgb(224,225,226.1);
}

.block-category-list--Filter .block-filter--expand-icon {
  display: none;
}

#frmFilterList {
  
}

#frmFilterList ul.block-filter--filter-items {

}

#frmFilterList ul.block-filter--filter-items li.block-filter--list-item {
  width: 93.6vw;
  margin: 0 auto;
  padding-bottom: 5.8666vw;
}

#frmFilterList ul.block-filter--filter-items li:nth-of-type(1) {
  margin-top: 5.8666vw;
}

#frmFilterList ul.block-filter--filter-items li.block-filter--list-item .block-filter--select-label {
  padding-left: 6.4vw;
  font-weight : bold;
  font-size : 3.7333vw;
  letter-spacing : 0.84px;
  color : #2F363C;
} 

.block-filter--element {
  border-bottom: none;
}

.block-filter--option-items {
  padding-left: 6.6666vw;
  font-size : 4.2666vw;
  line-height : calc(42 / 16);
  letter-spacing : 0.96px;
  color : #2F363C;
}

#frmFilterList .block-filter--filter-options {
  display: block!important;
  border-top: none;
}

#frmFilterList .block-filter--expand-icon {
  display: none;
}

#frmFilterList .block-filter--filter-options .block-filter--element .block-filter--option-items input[type=checkbox] {
  display: none;
}
#frmFilterList .block-filter--filter-options .block-filter--element .block-filter--option-items input[type=checkbox] + label {
  position: relative;
    padding-left: 12vw;
    font-size: 4.2666vw;
    line-height: calc(42 / 16);
    letter-spacing: 0.96px;
    color: #666C70;
    margin-right: 16px;
}
#frmFilterList .block-filter--filter-options .block-filter--element .block-filter--option-items input[type=checkbox] + label::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translate3d(0, 50%, 0);
  border: 1px solid rgb(102, 108, 112);
  border-radius: 4.27px;
  height: 23px;
  width: 23px;
}
#frmFilterList .block-filter--filter-options .block-filter--element .block-filter--option-items input[type=checkbox]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translate3d(0, 50%, 0);
  border: 1px solid rgb(102, 108, 112);
    border-radius: 4.27px;
    height: 23px;
    width: 23px;
    background-color: rgb(102, 108, 112);
}
#frmFilterList .block-filter--filter-options .block-filter--element .block-filter--option-items input[type=checkbox]:checked + label::after {
  content: '';
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  position: absolute;
  height: 7px;
    width: 12px;
    position: absolute;
    bottom: 50%;
    left: 1px;
    transform: rotate3d(0, 0, 1, 135deg) translate3d(-20%, -80%, 0) scale3d(1.1, 1.1, 1);
}

#frmFilterList .frmFilterclear {
  border: 1px solid rgb(224, 225, 226);
  font-size : 3.7333vw;
  letter-spacing : 0.84px;
  color : #666C70;
  width: 32.5333vw;
    display: block;
    text-align: center;
    margin: 7.7333vw auto 7.7333vw;
    border: 1px solid rgb(224, 225, 226);
    border-radius: 8px;
    padding: 7px 0;
}
.block-goods-list-naviframe--top {
  display: none;
}


body:not(.page-top) .block-thumbnail-t {
  margin-bottom: 0;
}


body:not(.page-top) .block-thumbnail-t--items {
  border-top:none;
  padding: 0;
  width: 93.3333vw;
  margin: 0 auto;
  display: flex;
    flex-wrap: wrap;
}

body:not(.page-top)  .block-thumbnail-t--items li {
  width: 50%;
  font-size: 14px;
  padding-left: 0;
  padding-bottom: 11.2vw;
  border: 0.5px solid rgb(224,225,226.1);
    border-right: none;
    position: relative;
}
body:not(.page-top)  .block-thumbnail-t--items li:nth-of-type(2n),
body:not(.page-top)  .block-thumbnail-t--items li:last-of-type {
  border-right: 0.5px solid rgb(224,225,226.1);
}

body:not(.page-top) .block-thumbnail-t--goods-image {
  margin-bottom: -3px;
}

body:not(.page-top) .block-thumbnail-t--goods-image figure {
  background: transparent;
  padding: 3.4666vw 2.6vw;
}

body:not(.page-top) .block-thumbnail-t--goods-description {
    width: 39.7333vw;
    margin: 0 auto;
}

body:not(.page-top) .block-thumbnail-t--goods-description .block-thumbnail-t--comment {
  font-size : 3.7333vw;
  line-height : calc(19 / 14);
  letter-spacing : 0.84px;
  color : #71B395;
  max-height: 20.2666vw;
  overflow: hidden;
  padding-bottom: 2.4vw;
}

body:not(.page-top) .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name {
  font-weight: 400;
  font-size : 15px;
  line-height : calc(23 / 15);
  letter-spacing : 0.9px;
  color : #2F363C;
  padding-bottom: 3.2vw;
}

body:not(.page-top) .block-icon {
  display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 5.3333vw;
    align-items: center;
}
.block-icon img {
  height: 8vw;
}
body:not(.page-top) .block-icon span {
  margin-right: 0;
  display: block;
  margin-right: 5px;
}
body:not(.page-top) .block-icon--auto {
  position: absolute;
    top: 3.2vw;
    left: 3.2vw;
    display: flex;
    z-index: 1;
}
body:not(.page-top) .block-icon--auto img {
  width: 9.0666vw;
  height: auto;
}

body:not(.page-top) .block-thumbnail-t--price {
  font-size : 3.7333vw;
  line-height : calc(26 / 14);
  letter-spacing : 0.84px;
  color : #808488;
}

body:not(.page-top) .default-price {
  display: none;
}

body:not(.page-top) .block-thumbnail-t--net-price {
  display: none;
}

.block-goods-list-naviframe--bottom .pager-scope {
  display: none;
}
.block-goods-list-naviframe--bottom .pager-total {
  display: none;
}

.block-goods-list-naviframe--bottom .pagination.pagination_no {
  display: flex;
    width: 100%;
    height: 17.3333vw;
    justify-content: center;
    align-items: center;
    border-bottom: 0.5px solid rgb(224,225,226.1);
    width: 93.6vw;
    margin: 0 auto;
}
.pagination > * {
  border: none;
}
.pager-current {
  background-color: #fff;
}
.pagination > li {
  font-size : 3.7333vw;
  letter-spacing : 0.84px;
  color : #666C70;
  height: 100%;
    display: flex;
    align-items: center;
}
.pagination > li a {
  color : #666C70;
}

.block-goods-list-naviframe--frontrear {
  width: 93.6vw;
  height: 17.3333vw;
  border-bottom: 0.5px solid rgb(224,225,226.1);
  margin: 0 auto;
  display: flex;
}

.block-goods-list-naviframe--frontrear ul {
  width: 46.853333vw;
  display: flex;
    align-items: center;
}

.block-goods-list-naviframe--frontrear ul.pagination.next {
  justify-content: flex-end;
}

.block-goods-list-naviframe--frontrear ul li a {
  font-size : 3.7333vw;
  letter-spacing : 0.84px;
  color : #666C70;
}

.block-goods-list-naviframe--frontrear ul.pagination.prev {
  border-right: 0.5px solid rgb(224,225,226.1);
}

.block-goods-list-naviframe--frontrear ul .pager-first {
  border-right: 0.5px solid rgb(224,225,226.1);
  padding-left: 4vw;
    padding-right: 5.3333vw;
}

.block-goods-list-naviframe--frontrear ul .pager-previous {
  padding-left: 8vw;
}

.block-goods-list-naviframe--frontrear ul .pager-previous .fa-angle-left {
  padding-right: 6.1333vw;
}

.block-goods-list-naviframe--frontrear ul .pager-last {
  padding-left: 4vw;
  padding-right: 5.3333vw;
  border-left: 0.5px solid rgb(224,225,226.1);
}

.block-goods-list-naviframe--frontrear ul .pager-next {
  padding-right: 8vw;
}

.block-goods-list-naviframe--frontrear ul .pager-next .fa-angle-right {
  padding-left: 6.1333vw;
}

body:not(.page-top) .block-category-style-g ul ,
body:not(.page-top) .block-genre-style ul{
  display: flex;
    flex-wrap: wrap;
    width: 88vw;
    margin: 0 auto 3.4666vw;
    gap: 2.1333vw;
    border-top: none;
}

body:not(.page-top) .block-category-style-g ul .block-category-style-g--item,
body:not(.page-top) .block-genre-style ul .block-genre-style--item{
  border: 0.5px solid rgb(224,225,226.1);
    min-height: 29.86666vw;
    background-color: #fff;
    width: 42.9333vw;
}

body:not(.page-top) a.block-category-style-g--body,
body:not(.page-top) a.block-genre-style--body {
  display: block;
  height: auto;
  position: relative;
}

body:not(.page-top) .block-category-style-g--image,
body:not(.page-top) .block-genre-style--image {
  display: block;
    text-align: left;
    padding-left: 0;
}

body:not(.page-top) .block-category-style-g--image figure,
body:not(.page-top) .block-genre-style--image figure {
  width: 20vw;
  height: 20vw;
  margin: 0 auto;
}

body:not(.page-top) .block-category-style-g--name,
body:not(.page-top) .block-genre-style--name {
  display: block;
  text-align: center;
  padding-left: 0;
  text-decoration: none;
  width: 36.4666vw;
  margin: 6px auto;
  font-size : 4.2666vw;
  line-height : 1.4;
  letter-spacing : 0.64px;
  color : #2F363C;
}

body.page-category a.link,
body.page-genre a.link {
  color: #003780;
}

body.page-category a.link:hover,
body.page-genre a.link:hover {
  opacity: 0.4;
}


/* ----商品詳細画面---- */

.block-goods-detail {
  position: relative;
}

.block-goods-gallery--mv {

}

.block-goods-gallery--mv ul.swiper-wrapper {
  align-items: center;
}

.block-goods-detail-wrapper {
  margin-bottom: 9.8666vw;
}

.block-goods-gallery--wrap {

}

.block-goods-gallery--wrap .swiper-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.block-goods-gallery--wrap .swiper-pagination span {
  width: 16.5333vw;
  height: 16.5333vw;
  background-repeat: no-repeat;
  background-size: contain!important;
  background: transparent;
  border-radius:0;
  background:transparent;
  opacity: 1;
}

.block-goods-name {
  margin-bottom: 5.8666vw;
}
.block-goods-name .h1.block-goods-name--text{
  padding: 10px;
  padding-left: 5.3333vw;
  padding-bottom: 6.4vw;
  font-size : 6.9333vw;
  line-height : calc(37.29 / 26);
  letter-spacing : 2.6px;
  color : #2F363C;
  font-weight: 400;
  margin: -10px;
}
.block-goods-name span {
  font-size : 14px;
  line-height : 22px;
  letter-spacing : 0.84px;
  color : #666C70;
  color : rgb(102, 108, 112);
  padding-left: 5.3333vw;
    margin: -10px;
}

body.page-goods .block-icon {
  padding-left: 1.8666vw;
}

body.page-goods .block-goods-comment {
  display: none;
}

body.page-goods .block-goods-price {
  text-align: left;
  padding-left: 2.4vw;
  margin-bottom: 5.3333vw;
  display: flex;
}

body.page-goods .block-goods-price .block-goods-price--net-price {
  display: none;
}

body.page-goods .block-goods-price .price {
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    font-size : 7.46666vw;
    line-height : calc(41.29 / 28);
    letter-spacing : 2.24px;
    color : #2F363C;
    position: relative;
    width: auto;
}
body.page-goods .block-goods-price--price::before {
  content: "税込";
  position: absolute;
  font-size : 3.7333vw;
  line-height : calc(22 / 14);
  letter-spacing : 0.84px;
  color : #666C70;
  bottom: 2px;
  right: -12.2666vw;
    width: 10.6666vw;
} 

body.page-goods .block-goods-price .default-price  {
  display: none;
}

.goods-detail-description.block-goods-code,
.goods-detail-description.block-goods-release-dt,
.goods-detail-description.block-goods-item-code,
.goods-detail-description.block-goods-attr1,
.goods-detail-description.block-goods-attr2,
.goods-detail-description.block-goods-postage
 {
  display: none;
}

.block-btn-area {
  order: 100;
  position: relative;
  margin-bottom: 10.666vw;
}

.block-add-cart {
  text-align: center;
}

.block-btn-area .btn-primary {
  border: none;
  background-color: #72BB9A;
  font-size : 4.2666vw;
  line-height : calc(25.9 / 16);
  letter-spacing : 3.52px;
  color : #FFFFFF;
  border-radius: 6px;
  padding: 4.2666vw 0;
  width: 89.3333vw;
  margin-bottom: 0;
}

.block-variation {
  margin: 0;
}

.block-btn-area-qty {
  position: relative;
  display: flex;
    align-items: center;
    padding-left: 3.4666vw;
    margin-bottom: 6.1333vw;
}

.block-btn-area-qty span {
  font-size : 4.2666vw;
  line-height : calc(30 / 16);
  letter-spacing : 0.96px;
  color : #2F363C;
  margin-right: 7px;
}

.block-btn-area select.link-qty-obj {
  width: 25.0666vw;
  height: 14.4vw;
  border-radius: 12px;
  font-size: 4.8vw;
  line-height: calc(46 / 18);
  letter-spacing: 1.08px;
  color: #2F363C;
  padding-left: 22px;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 14px;
}
.block-btn-area-qty::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid rgb(47,54,60);
  border-right: 1px solid rgb(47,54,60);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  right: 40px;
}

.block-goods-favorite {
  position: absolute;
  top: 0;
  right: 2.6666vw;
}

.block-goods-favorite .block-goods-favorite--btn{
  margin-top: 0;
  padding: 6px 0;
  font-size: 16px;
  width: 16vw;
  height: 14.1333vw;
  position: relative;
  border: solid 1px rgb(182, 185, 187);
  background-color: transparent;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-goods-favorite--btn::before,
.block-variation-favorite--btn::before {
  content: "";
  background: url(../../img/icon/favorite.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 6.8vw;
  height: 5.3333vw;
  margin: 7px auto 4px;
}
.block-goods-favorite.is_active .block-goods-favorite--btn::before,
.block-variation-favorite.is_active .block-variation-favorite--btn::before {
  background: url(../../img/icon/favorite_g.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.block-goods-favorite .block-goods-favorite-modal,
.block-variation-favorite .block-goods-favorite-modal {
  -webkit-animation: show .4s linear 0s;
  animation: show .4s linear 0s;
  position: absolute;
  display: none;
  opacity: 0;
  top: -65px;
  right: 0;
  width: 197px;
  height: 47px;
  border: 0.5px solid rgb(224, 225,226);
  font-size : 13px;
  letter-spacing : 0.78px;
  color : #666C70;
    border-radius: 6px;
    background: #fff;
}

.block-variation-favorite {
  position: relative;
}

.block-variation-favorite .block-variation-favorite--btn {
  margin-top: 0;
  padding: 6px 0;
  font-size: 16px;
  width: 16vw;
  height: 14.1333vw;
  position: relative;
  border: solid 1px rgb(182, 185, 187);
  background-color: transparent;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-variation-favorite .block-goods-favorite-modal {
  position: absolute;
  top: -65px;
  right: 0;
}

.block-goods-favorite .block-goods-favorite-modal::before,
.block-variation-favorite .block-goods-favorite-modal::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: -12.2666vw;
  right: 6.666vw;
  width: 3.2vw;
  height: 3.2vw;
  border-top: 0.5px solid rgb(224, 225,226);
  border-right: 0.5px solid rgb(224, 225,226);
  transform: rotate(135deg);
  background: #fff;
}

.block-goods-favorite.is_active .block-goods-favorite-modal,
.block-variation-favorite.is_active .block-goods-favorite-modal {
  /* -webkit-animation: show .4s linear 0s;
  animation: show .4s linear 0s; */
  transition: .4s;
  display: block;
  opacity: 1;
}
  @keyframes show {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.block-goods-favorite .block-goods-favorite-modal span,
.block-variation-favorite .block-goods-favorite-modal span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* お気に入りポップアップ非表示 */
.balloontip {
  display: none;
  opacity: 0;
}

.block-goods-comment1 {
  padding-left: 9px;
  margin-bottom: 0.8vw;
    border-bottom: 1px solid rgb(222,223,224);
    padding-bottom: 12vw;
}
.block-goods-comment1 dt {
  display: none;
}
.block-goods-comment1 dd {
  font-family: 'Noto Serif JP', serif;
  font-size : 4.2666vw;
  line-height : calc(30 / 16);
  letter-spacing : 0.96px;
  color : #2F363C;
}

.block-goods-spec {
  order: 380!important;
}

/*バリエーションカート*/

.block-color-with-cart--item-list {
  border-top: 1px solid rgb(222,223,224);
  margin: 0 2.8vw 0;
  padding-top: 4vw;
  gap: 2.4vw 0px;
}

.block-color-with-cart--item {
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgb(222,223,224);
  padding-bottom: 6.9333vw;
  gap: 2.4vw 0px;
}

.block-color-with-cart--item-term {
  border: none;
    background-color: #fff;
    width: 21.3333vw;
    height: 21.3333vw;
    margin-right: 8vw;
}

.block-color-with-cart--item-term figure {
  width: 100%;
  height: 100%;
}

.block-color-with-cart--item-term img {
  max-width: none;
    max-height: none;
}

.block-variation-add-text {
  font-family: 'Noto Serif JP', serif;
  font-size : 4.2666vw;
  line-height : calc(26 / 16);
  letter-spacing : 0.96px;
  color : #2F363C;
  width: 53.3333vw;
}

.block-variation-add-cart .block-variation-add-cart--btn {
  border: none;
  background-color: #72BB9A;
  font-size: 4.2666vw;
  line-height: calc(25.9 / 16);
  letter-spacing: 3.52px;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 4.2666vw 0;
  width: 70.2666vw;
  height: 16vw;
  margin-bottom: 0;
}

.block-color-with-cart .block-variation-favorite {
  margin-left: 10px;
}

.block-color-with-cart .block-variation-no-stock--message {
  border: none;
    background-color: rgb(216,226,219);
    font-size: 4.2666vw;
    line-height: calc(25.9 / 16);
    letter-spacing: 3.3px;
    color : #666C70;
    border-radius: 6px;
    padding: 4.2666vw 0;
    width: 70.2666vw;
    height: 16vw;
    margin-bottom: 0;
}

.block-variation.block-color .block-variation--item-list .block-variation--item-term figure img {
  width: 10.6666vw;
  height: 10.6666vw;
}


.block-btn-area .block-no-stock--message {
  border: none;
    background-color: rgb(216,226,219);
    font-size: 4.2666vw;
    line-height: calc(25.9 / 16);
    letter-spacing: 3.3px;
    color : #666C70;
    border-radius: 6px;
    padding: 4.2666vw;
    width: 89.3333vw;
    min-height: 16vw;
    margin-bottom: 0;
}

.block-color-with-cart .block-goods-variation-arrival-notice--btn {
  border: none;
    background-color: #68BE92;
    opacity: 0.7;
    font-size: 4.2666vw;
    line-height: calc(25.9 / 16);
    letter-spacing: 3.3px;
    color : #FFFFFF;
    border-radius: 6px;
    padding: 4.2666vw 0;
    width: 70.2666vw;
    height: 16vw;
    margin-bottom: 0;
}
.block-btn-area .block-arrival-notice a {
  border: none;
    background-color: #68BE92;
    opacity: 0.7;
    font-size: 4.2666vw;
    line-height: calc(25.9 / 16);
    letter-spacing: 3.3px;
    color : #FFFFFF;
    border-radius: 6px;
    padding: 4.2666vw 0;
    width: 89.3333vw;
    height: 16vw;
    margin-bottom: 0;
    margin: 0 auto;
    display: block;
}



/* 商品拡張項目 */
.block-goods-speclist {
  order: 380;
  border-bottom: 0.5px solid rgb(222,223,224);
  padding-bottom: 5.0666vw;
  margin-bottom: 7.2vw;
}

.block-goods-speclist dl {
  padding-bottom: 5px;
  display: block;
}

.block-goods-speclist dl dt {
  display: table-cell;
  width: 22.6666vw;
  font-weight : bold;
  font-size : 3.7333vw;
  line-height : calc(26 / 14);
  letter-spacing : 0.84px;
  color : #B6B9BB;
  padding-left: 5.6vw;
}

.block-goods-speclist dl dd {
  display: table-cell;
  font-size : 3.7333vw;
  line-height : calc(26 / 14);
  letter-spacing : 0.84px;
  color : #2F363C;
}

.block-goods-speclist h3 {
  font-weight: bold;
  font-size: 4.2666vw;
  line-height: calc(46 / 16);
  letter-spacing: 0.96px;
  color : #2F363C;
  margin: 0 0 3px;
  position: relative;
  cursor: pointer;
}

.block-goods-speclist h3::before,
.block-goods-comment2 h3::before,
.pane-goods-center h3::before
 {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  background-color: rgb(47, 54, 60);
  width: 1px;
  height: 17px;
  right: 10px;
  margin-top: -8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.block-goods-speclist.is-active h3::before ,
.block-goods-comment2.is-active h3::before ,
.pane-goods-center.is-active h3::before {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
} 

.block-goods-speclist h3::after,
.block-goods-comment2 h3::after,
.pane-goods-center h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  background-color: rgb(47, 54, 60);
  width: 17px;
  height: 1px;
  right: 2px;
  margin-top: 0px;
}

.block-goods-trans-comment {
  order: 390;
  border-bottom: 0.5px solid rgb(222,223,224);
    padding-bottom: 19px;
    margin-bottom: 17px;
}

.block-goods-comment2 {

}

.pane-goods-center {

}

.block-goods-comment2 dt h3,
.pane-goods-center dt h3 {
  font-weight: bold;
  font-size: 4.2666vw;
  /* line-height: calc(46 / 16); */
  letter-spacing: 0.96px;
  color: #2F363C;
  margin: 0 0 17px;
  position: relative;
  cursor: pointer;
  padding-left: 2.9333vw;
}

.block-goods-comment2 dd,
.pane-goods-center dd {
  display: none;
  font-size: 3.73333vw;
  line-height: calc(26 / 14);
  letter-spacing: 0.84px;
  color: #2F363C;
  width: 83.2vw;
  margin: 7.2vw auto 0;
}

.block-accessory-list.kago {
  order: 400;
  margin-top: 0;
  border-bottom: 1px solid #DEDFE0;
  margin-bottom: 47px;
}

.block-accessory-list.kago .block-thumbnail-t--items {
  width: 87.4666vw;
  gap: 0px 7.46666vw;
}

.block-accessory-list.kago .block-accessory-list--name{
  font-family: 'Noto Serif JP', serif;
  font-size : 6.4vw;
  font-weight: 400;
  line-height : calc(34 / 24);
  letter-spacing : 5.28px;
  color : #2F363C;
  background-color: transparent;
  border-bottom: 1px solid rgb(102,108,112);
  margin-top: 5.3333vw;
  padding: 2.6666vw 2.6666vw 6.666vw;
}

.block-accessory-list.kago .block-thumbnail-t--item {
  border:none!important;
  width: 40vw;
}

.block-accessory-list.kago .block-icon {
  display: none;
}

.block-accessory-list.kago .block-thumbnail-t--goods-description .block-thumbnail-t--comment {
  display: none;
}

.block-accessory-list.kago .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name {
  font-size : 3.7333vw;
  line-height : calc(26 / 14);
  letter-spacing : 0.84px;
  color : #808488;
}

.block-goods-comment3 {
  order: 400!important;
  border-bottom: 1px solid rgb(224,225,226);
  margin-bottom: 0;
  width: 89.6vw;
  margin: 0 auto;
}

.block-goods-comment3 dt {
  display: none;
}

.block-goods-comment3 .good-comment {
  width: 89.6vw;
    margin: 0 auto;
}

.block-goods-comment3 .good-comment h3 {
  font-family: 'Noto Serif JP', serif;
  font-size : 5.8666vw;
  line-height : calc(34 / 22);
  letter-spacing : 0.06em;
  color : #2F363C;
  font-weight: bold;
  margin-top: 5.0666vw;
}

.block-goods-comment3 .good-comment p {
  font-size : 4.2666vw;
  line-height : calc(30 / 16);
  letter-spacing : 0.96px;
  color : #2F363C;
  margin-top: 5.3333vw;
  margin-bottom: 15.4666vw;
}

.block-goods-bottom-cart-modal {
  display: flex;
  width: 82.6666vw;
  margin: 0 auto;
  position: fixed;
  bottom: 2.6666vw;
  z-index: 9999;
  left: calc(50% - 8vw);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: .4s;
  opacity: 0;
}

.block-goods-bottom-cart-modal.is-active {
  opacity: 1;
}

.block-goods-bottom-cart-modal-list {
  width: 16vw;
  height: 16vw;
  margin-right: 2.6666vw;
}

.block-goods-bottom-cart-modal-list img {
  border-radius: 6px;
}

.block-goods-bottom-cart-modal-btn {
    background-color: #72BB9A;
    font-size: 4.2666vw;
    line-height: calc(25.9 / 16);
    letter-spacing: 3.52px;
    color: #FFFFFF;
    border-radius: 6px;
    padding: 4.2666vw 0;
    width: 64.4282vw;
    height: 16vw;
    margin-bottom: 0;
    text-align: center;
}
.block-goods-bottom-cart-modal-btn a {
  color: #FFFFFF;
}

/* ジャンルパンくず */
.pane-topic-path.bottom {

}

.pane-topic-path.bottom .block-topic-path {
  width: 89.6vw;
  margin: 0 auto;
  margin: 10px 10px;
  margin-left: 26px;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 5.3333vw;
  margin-top: 0;
  margin-bottom: 7.4666vw;
  border-bottom: 1px solid rgb(224,225,226);
}

.pane-topic-path-box {
  
}



.pane-topic-path-box figure{
  width: 30.4vw;
  height: auto;
  margin: 6.666vw auto 0;
}

.pane-topic-path-box .container h3{
  padding: 10px;
  font-weight: bold;
  font-size : 4.2666vw;
  line-height : calc(46 / 16);
  letter-spacing : 0.96px;
  color : #2F363C;
  text-align: center;
}

.pane-topic-path.bottom .block-topic-path--genre-item.block-topic-path--item__home {
  display: none;
}
.pane-topic-path.bottom .block-topic-path--genre-item.block-topic-path--item__home + li {
  font-size: 0;
}

.pane-topic-path.bottom .block-topic-path--list {
  margin-bottom: 4vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pane-topic-path.bottom .block-topic-path--list li:last-of-type a {
  text-decoration: none;
}

.pane-topic-path.bottom .block-topic-path--list li{
  padding-right: 2.6666vw;
}

.pane-topic-path.bottom .block-topic-path--list li a {
  font-size: 3.7333vw;
  line-height: calc(28 / 14);
  letter-spacing: 0.84px;
  color: #666C70;
}

/* 商品詳細・下部 */

.goods-footer {
  display: none;
}
body.page-goods .goods-footer {
  display: block;
}


.goods-footer .goods-footer-header {
  font-size : 6.4vw;
  line-height : calc(34 / 24);
  letter-spacing : 5.28px;
  color : #2F363C;
  background-color: transparent;
    font-weight: 400;
    text-align: center;
    margin-bottom: 8vw;
}

.goods-footer .goods-footer-text {
  font-size : 4.2666vw;
  line-height : calc(30 / 16);
  letter-spacing : 0.96px;
  color : #2F363C;
  width: 87.4666vw;
    margin: 0 auto 8.5333vw;
}

.goods-footer .goods-footer-items-list {
  margin: 0 7.4053vw 9.0666vw;
  display: flex;
    flex-wrap: wrap;
    gap: 3px 4.26933vw;
    overflow: visible;
}
.goods-footer .goods-footer-items-list li {
  float: none;
    width: 39.96vw;
    height: auto;
    position: relative;
}

.goods-footer .goods-footer-items-list li::before {
  content: "";
  position: absolute;
  width: 39.96vw;
  height: 56vw;
  box-shadow: 0px -2px 3px 3px #E4EADF;
  border-radius: 8px;
  z-index: 1;
  top: 1px;
}

.goods-footer .goods-footer-items-list li img {
  height: auto;
    position: relative;
    z-index: 2;
}

.goods-footer .goods-footer-items-list li a span {
  font-size: 3.7333vw;
    line-height: calc(16.64 / 14);
    letter-spacing: 0.84px;
    color: #666C70;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.8vw;
    background: #ffffff;
    text-align: center;
    position: relative;
    z-index: 2;
}

.goods-footer .goods-footer-items-list li a span.wh {
  white-space: nowrap;
} 

.goods-footer .goods-footer-button a {
  width: 32.5333vw;
    font-size: 3.7333vw;
    letter-spacing: 0.84px;
    color: #71B395;
    text-align: center;
    display: block;
    margin: 5.3333vw auto 18.6666vw;
    border: 0.5px solid rgb(182,185,187.1);
    border-radius: 8px;
    padding: 1.8666vw 0;
    text-decoration: none;
}

/* 商品コメント4 */
.good-comment4 {
  width: 79.8893vw;
    margin: 0 auto;
    position: relative;
}

.block-goods-comment4 {
  margin-bottom: 16.2666vw;
}

.block-goods-comment4 dt {
  display: none;
}

.good-comment4 a span {
  position: absolute;
  width: 69.8666vw;
  height: 10.2933vw;
  display: flex;
  background: #ffffff;
  font-size: 3.7333vw;
  letter-spacing: 0.84px;
  color: #71B395;
  align-items: center;
  justify-content: center;
  bottom: 8vw;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  border-radius: 8px;
  cursor: pointer;
}

/* 関連商品・この商品を買った人は~ */
.block-accessory-list.bottom {

}
.block-accessory-list.bottom h2 {
  font-family: 'Noto Serif JP', serif;
  /* padding: 10px 3.7333vw; */
  font-size : 6.4vw;
  line-height : calc(34 / 24);
  font-weight: 400;
  letter-spacing : 5.28px;
  color : #2F363C;
  background-color: transparent;
  text-align: center;
  margin-bottom: 4.8vw;
}

.block-accessory-list.bottom .block-accessory-list--list {
  position: relative;
  padding-bottom: 7.4666vw;
  margin-bottom: 4.5333vw;
}

.block-accessory-list.bottom .block-thumbnail-t.swiper {
  margin: 0 3.7333vw 0;
}

.block-accessory-list.bottom .block-accessory-list--list .swiper-button-next {
  background-image: url(../../img/icon/next2.png);
}
.block-accessory-list.bottom .block-accessory-list--list .swiper-button-prev {
  background-image: url(../../img/icon/prev2.png);
}

.block-accessory-list.bottom .block-accessory-list--list .swiper-button-next,
.block-accessory-list.bottom .block-accessory-list--list .swiper-button-prev {
  top: auto;
  bottom: 4.2666vw;
  background-size: contain;
  width: 6.666vw;
  height: 6.666vw;
}

.block-accessory-list.bottom .block-accessory-list--list .swiper-button-next::after,
.block-accessory-list.bottom .block-accessory-list--list .swiper-button-prev::after {
  content: "";
}

.block-accessory-list.bottom .block-thumbnail-t.swiper ul.block-thumbnail-t--items{
  border-top: none;
  padding: 0;
  width: 100%;
  flex-wrap: nowrap; 
  /* margin-left: -25.6vw; */
}

.block-accessory-list.bottom .block-thumbnail-t.swiper ul.block-thumbnail-t--items .block-thumbnail-t--item:nth-of-type(2) {
  border-right: none;
}

.block-accessory-list.bottom .block-thumbnail-t.swiper ul.block-thumbnail-t--items li {
  border-top: 0.5px solid rgb(224,225,226.1);
  width: 42.1333vw;
}

.block-accessory-list.bottom .block-thumbnail-t.swiper .block-thumbnail-t--goods-description {
  width: 34.6666vw;
  margin: 0 auto;
}

.block-accessory-list.bottom .block-thumbnail-t.swiper .block-thumbnail-t--goods-description .block-icon{
  display: none;
}

.block-accessory-list.bottom .block-thumbnail-t.swiper .block-thumbnail-t--goods-description .block-thumbnail-t--comment {
  max-height: 25.3333vw;
}

.block-accessory-list.bottom .block-thumbnail-t.swiper .block-thumbnail-t--goods-description .block-thumbnail-t--price {
  font-weight: 400;
}

/* 最近見た商品 */

#goodsdetail_itemhistory {

}

#goodsdetail_itemhistory .block-recent-item--header {
  padding: 10px;
  font-weight: 400;
  background-color: transparent;
  font-size : 6.4vw;
  line-height : calc(34 / 24);
  letter-spacing : 5.28px;
  color : #2F363C;
  text-align: center;
  margin-top: 9.8666vw;
  padding-bottom: 8.5333vw;
}

#goodsdetail_itemhistory #block_of_history {
  position: relative;
  margin-bottom: 20.8vw;
}

#goodsdetail_itemhistory #block_of_history .block-thumbnail-h {
  border-top: 0.5px solid rgb(182,185,187.1);
  border-bottom: 0.5px solid rgb(182,185,187.1);
  margin: 0 2.9333vw 0 4vw;
  padding-top: 6.666vw;
  padding-left: 4.5333vw;
  padding-bottom: 5.0666vw;
}

#goodsdetail_itemhistory #block_of_history .swiper-button-next,
#goodsdetail_itemhistory #block_of_history .swiper-button-prev {
  top: 38.6666vw;
  background-size: contain;
  background-repeat: no-repeat;
}

#goodsdetail_itemhistory #block_of_history .swiper-button-next::after,
#goodsdetail_itemhistory #block_of_history .swiper-button-prev::after {
  content: none;
}

#goodsdetail_itemhistory #block_of_history .swiper-button-next {
  background-image: url(../../img/icon/next.png);
  right: 5.3333vw;
}
#goodsdetail_itemhistory #block_of_history .swiper-button-prev {
  background-image: url(../../img/icon/prev.png);
  left: 5.3333vw;
}

#goodsdetail_itemhistory #block_of_history .block-thumbnail-h--items {
  padding: 0;
}

#goodsdetail_itemhistory #block_of_history .block-thumbnail-h--items li {
  width: 25.3333vw;
  padding-left: 0;
  padding-bottom: 0;
  margin-right: 5.8666vw;
}

#goodsdetail_itemhistory #block_of_history .block-thumbnail-h--items li a {
  text-decoration: none;
}

#goodsdetail_itemhistory #block_of_history .block-thumbnail-h--items li .block-thumbnail-h--goods-image {
  padding-bottom: 3.2vw;
}
#goodsdetail_itemhistory #block_of_history .block-thumbnail-h--items li .block-thumbnail-h--goods-image figure {
  width: 25.6vw;
  height: 25.6vw;
  background: transparent;
}

#goodsdetail_itemhistory #block_of_history .block-thumbnail-h--items li .block-thumbnail-h--goods-name {
  font-size: 3.7333vw;
  line-height: 5.6vw;
  letter-spacing: 0.56px;
  color: #2F363C;
  height: 16.8vw;
  overflow: hidden;
  margin-bottom: 1.3333vw;
}

#goodsdetail_itemhistory #block_of_history .block-thumbnail-h--items li .block-thumbnail-h--price {
  font-size: 3.7333vw;
  line-height: 6.9333vw;
  letter-spacing: 0.84px;
  color: #808488;
}




/*CSSによる商品詳細画面の項目の並び順変更用*/
.block-goods-detail {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column nowrap;
  margin: 10px 10px 0;
}

.block-src-l {
  order: 10;
}

.block-src-c {
  order: 20;
}

.block-goods-gallery {
  order: 30;
}

.block-goods-name {
  order: 40;
}

.page-goods .block-icon {
  order: 50;
}

.block-goods-comment {
  order: 60;
}

.block-goods-detail--promotion-freespace {
  order: 70;
}

.block-goods-affix-list {
  order: 80;
}

.block-goods-price {
  order: 90;
}

.block-goods-code {
  order: 100;
}

.block-goods-item-code {
  order: 110;
}

.block-goods-item-code2 {
  order: 120;
}

.block-goods-item-code3 {
  order: 130;
}

.block-goods-release-dt {
  order: 140;
}

.block-goods-class1 {
  order: 150;
}

.block-goods-class2 {
  order: 160;
}

.block-goods-attr1 {
  order: 170;
}

.block-goods-attr2 {
  order: 180;
}

.block-goods-attr3 {
  order: 190;
}

.block-goods-point {
  order: 200;
}

.block-goods-postage {
  order: 210;
}

.block-goods-stock {
  order: 220;
  display: none;
}

.block-goods-spec {
  order: 230;
}

.block-goods-sales-detail-append {
  order: 240;
}

.block-variation {
  order: 250;
}

.block-custom-order {
  order: 260;
}

.block-add-cart {
  order: 270;
}

.block-goods-favorite {
  order: 280;
}

.block-arrival-notice {
  order: 290;
}

.block-no-stock {
  order: 300;
}

.block-goods-store-stock {
  order: 310;
}

.block-variation-back-order {
  order: 320;
}

.block-goods-set {
  order: 330;
}

.block-goods-sns {
  order: 340;
}

.block-contact-about-goods {
  order: 350;
}

.block-goods-link {
  order: 360;
}

.block-goods-comment1 {
  order: 370;
}

.block-goods-comment2 {
  order: 380;
}

.block-goods-comment3 {
  order: 390;
}

.block-goods-comment4 {
  order: 400;
}

.block-goods-comment5 {
  order: 410;
}

.block-rules-comment {
  order: 420;
}

/* ----カート画面---- */

.block-order-flow--step {

}

.block-order-flow--step h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 5.3333vw;
  line-height: calc(34 / 20);
  letter-spacing: 2px;
  color: #2F363C;
  background-color: transparent;
  font-weight: 400;
  text-align: center;
  padding: 7.7333vw 0 6.6666vw;
  border-bottom: 1px solid rgb(47,54,60);
  margin-bottom: 0;
}

.block-order-flow--step .text_left {
  padding-top: 10px;
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}

.block-order-flow--step h2.step3 {
  margin: 0 -10px;
}

.block-order-flow--step h2.step3.end {
  width: 89.3333vw;
    margin: 0 auto;
    padding-top: 4vw;
}

.block-cart .block-cart-category {
  display: none;
}
.block-cart .block-cart-genre {
  display: none;
}
.block-cart .input-group.block-search-box--form {
  display: none;
}

.block-cart .cart_middle {
  padding: 10px;
}

.block-cart .cart_middle .text_indent {
  padding: 10px;
}

.block-cart #cart_itemhistory .block-cart-recent-item--header {
  font-family: 'Noto Serif JP', serif;
    font-size: 5.3333vw;
    line-height: calc(34 / 20);
    letter-spacing: 2px;
    color: #2F363C;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    padding: 5px 0 25px;
    border-bottom: 1px solid rgb(47,54,60);
    margin-bottom: 0;
}

.block-cart--goods-list li .block-icon .block-icon--auto-on-sales,
.block-cart--goods-list li .block-icon .block-icon--auto-reservation,
.block-cart--goods-list li .block-icon .block-icon--auto-new {
  display: none;
}

.block-order-method--goods-list li .block-icon .block-icon--auto-on-sales,
.block-order-method--goods-list li .block-icon .block-icon--auto-reservation,
.block-order-method--goods-list li .block-icon .block-icon--auto-new {
  display: none;
}

.block-order-estimate--goods-list li .block-icon .block-icon--auto-on-sales,
.block-order-estimate--goods-list li .block-icon .block-icon--auto-reservation,
.block-order-estimate--goods-list li .block-icon .block-icon--auto-new {
  display: none;
}

/* ----配送先選択画面---- */

.block-order-flow--step {

}

.block-order-flow--step ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.block-order-flow--step ul::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: rgb(224,225,226);
  display: block;
  left: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -2.4vw;
}

.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  margin: 0 6px 0 0;
  padding: 1.3333vw 0 0;
  padding-left: 4.8vw;
  font-size: 3.2vw;
  line-height: calc(35 / 12);
  letter-spacing: 0.06em;
}

.block-order-flow--step-current {
  color: #71B395;
    background: transparent;
    font-weight: bold;
}

.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after,
.block-order-flow--step5:after {
  position: absolute;
  top: auto;
  right: -4vw;
  content: "";
  width: 2.1333vw;
  height: 2.1333vw;
  border-bottom: 1px solid rgb(182,185,187.1);
  border-right: 1px solid rgb(182,185,187.1);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  /* border-top-width: medium; */
  border-top: none;
  border-left: none;
  z-index: 1;
}

.block-order-gift-dest h2 > span {
  display: block;
  font-weight: 400;
  font-size: 3.7333vw;
}

.block-order-gift-select--sender-title {

}
.block-order-gift-select--sender-title > span {
  display: block;
    font-weight: 400;
    font-size: 3.7333vw;
}

.block-order-gift-select--delivery-dest-goods-noshi-massage {
  font-size: 3.7333vw;
    font-weight: 400;
}

.block-order-gift-select--method-text {
  display: inline-block;
  padding: 5.3333vw 0;
}
.block-order-gift-select--method-text > a {
  text-decoration: underline;
}

.block-order-gift-confirmation--order-comment-message {
  margin: 10px 0;
}

.block-order-gift-confirmation--order-comment-message > a {
  text-decoration: underline;
}

.block-order-gift-confirmation--order-comment > h3 {
  margin: 0 -10px;
}

.block-order-estimate--comment-content > p {
  padding: 10px 0;
}
.block-order-estimate--comment-content > p:nth-of-type(1) {
  padding-top: 0;
}
.block-order-estimate--comment-content > p > a {
  text-decoration: underline;
}

.block-order-complete--message > p > a {
  text-decoration: underline;
}

.btn-primary {
  border: none;
  background-color: #72BB9A;
  color: #FFFFFF;
    border-radius: 6px!important;
}

.btn-default {
  border-radius: 6px!important;
}

.btn-secondary {
  border-radius: 6px!important;
}

.btn-danger {
  border-radius: 6px!important;
}

.block-cart--order-btn-gift {
  border-radius: 6px;
    border: none;
    background: #ffa200;
}

.block-cart--goods-list-image figure {
  background: transparent;
}

.block-order-method--goods-item-image figure {
  background: transparent;
}

.block-order-estimate--goods-item-image figure {
  background: transparent;
}

.block-order-gift-confirmation--item-image figure {
  background: transparent;
}

.block-order-gift-confirmation--sending-item-name figure {
  background:transparent;
}

.required:after {
  border-radius: 6px;
}

.js-fixed-box-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(238, 238, 238, 0.9);
}

.js-fixed-box-wrapper .block-order-method--procedure {
  position:static;
}

.js-fixed-box-wrapper .block-order-gift-dest--cart-back {
  margin-bottom: 10px;
}

/* ----マイページ関連---- */

.block-favorite--image figure {
  background: transparent;
}

.block-inquiry-history--body li {
  border-bottom: 1px solid rgb(182,185,187.1);
}

.block-inquiry-history--body li:first-child {
  border-top: 1px solid rgb(182,185,187.1);
}


/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize-title {
  font-weight: bold;
  font-size: 16px;
}

.block-guest-favorite-synchronize-description {
  font-size: 14px;
}

.block-guest-favorite-synchronize-link {
  text-align: center;
}

/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}

/* ----検索画面---- */

.form-group.block-search-goods--price .form-control > div:first-of-type{
  margin-bottom: 10px;
}

.block-search-goods--search-btn {
  border: none;
  background-color: #72BB9A;
  font-size: 4.2666vw;
  line-height: calc(25.9 / 16);
  letter-spacing: 3.52px;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 4.2666vw 0;
  width: 89.3333vw;
  margin-bottom: 0;
}

/* ----visum---- */

.ecbn-selection-page-wrapper .ecbn-selection-header2 h2 {
  background-color: transparent!important;
  font-size: 6.4vw!important;
  letter-spacing: 3.28px!important;
  color: #2F363C!important;
  font-weight: normal!important;
  text-align: center!important;
  padding-top: 5.3333vw!important;
  padding-bottom: 5.3333vw!important;
  font-family: 'Noto Serif JP', serif;
}

.ecbn-selection-page-wrapper a.vsm-btn-more {
  width: 32.5333vw;
    font-size: 3.7333vw;
    letter-spacing: 0.84px;
    color: #71B395;
    text-align: center;
    display: block;
    margin: 14px auto 6px;
    border: 0.5px solid rgb(182,185,187.1);
    border-radius: 8px;
    padding: 1.8666vw 0;
    text-decoration: none;
    background-color: transparent;
    min-height: 9.8666vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goods-footer .vsm-tile,
.goods-footer .vsm-tile-goods {
  margin-bottom: 18.6666vw;
}

/* ----トピックス詳細---- */

.block-topic-details--items li img,
.block-topic-page--article-header > img {
 height: 8vw;
}

/* ----イベント画面---- */

h2.block-top-event--header {
  background-color: transparent;
  text-align: center;
  padding-top: 20px;
  width: 93.3333vw;
  margin: 0 auto;
  /* border-top: 0.5px solid rgb(224,225,226.1); */
}

.block-event-page--header-img {
  text-align: center;
}

body.page-event .vsm-slider {
  padding-top: 18.6666vw;
}

body.page-event .ecbn-selection-header2 h2 {
  font-family: 'Noto Serif JP', serif;
  padding: 0;
  font-size: 6.4vw;
  font-weight: 400;
  line-height: calc(34 / 24);
  letter-spacing: 5.28px;
  color: #2F363C;
  background-color: transparent;
  text-align: center;
  border-bottom: none;
}

body.page-event .ecbn-selection-wrapper a.vsm-btn-more{
  width: 32.5333vw;
  font-size: 3.7333vw;
  letter-spacing: 0.84px;
  color: #71B395;
  text-align: center;
  display: block;
  margin: 5.3333vw auto 6px;
  border: 0.5px solid rgb(182,185,187.1);
  border-radius: 8px;
  padding: 2.4vw 0 1.8666vw;
  text-decoration: none;
  background: #ffffff;
  min-height: 9.86666vw;
}

body.page-event .ecbn-selection-slider-prev,
body.page-event .ecbn-selection-slider-next {
  display: none!important;
}

body.page-event .block-top-event--goods {
  margin-bottom: 18.6666vw;
}

body.page-event footer {
  margin-top: 21.8666vw;
}


.goods-footer .vsm-tile .ecbn-selection-item .ecbn-selection-detail {
    display: none!important;
}