

/*帯バナーにcss追加・変更*/
#spMenu2{
  top: 12rem !important;
}

/* ------------------------------------------------
  COMMON
------------------------------------------------ */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: "baskerville-display-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}
a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
a:hover {
  opacity: .7;
}
strong{
  font-weight: bold;
}
/* ------------------------------------------------
  button
------------------------------------------------ */
button {
  outline: none;
}
.btn.secondary {
  border: 1px solid #000000;
  color: #000000;
  height: 50px;
  width: 420px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn.secondary a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 0;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-break: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ------------------------------------------------
  font
------------------------------------------------ */
.main-area.list,.main-area.detail,.userGuideWrap,#CartList,#cartselectWrap,#dvUserBox{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
.main-area.list .img-container .soldout,.main-area.detail .block-related .box-slider .slider-content li .soldout {
	font-family: "baskerville-display-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
.main-area.detail .block-detail .block-right .block-title .price{
	font-size: 16px !important;
}
.main-area.detail .block-detail .block-left .block-related .box-slider li .price{
	font-size: 12px !important;
}
.main-area.top .shop_list{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
/* ------------------------------------------------
  header
------------------------------------------------ */
.header {
  position: relative;
  width: 100%;
  z-index: 100;
  min-width: 104rem;
}
.header .header-inner {
  font-family: 'baskerville-display-pt', serif;
  position: relative;
  max-width: 104rem;
  margin: 0 auto;
  padding: 3.5rem 0 1.5rem;
}

.headAd.banner.headAd.banner.ticker ul li img {
  object-fit: contain !important;
  height: 5rem;
  width: auto !important;
}
.headAd.banner.ticker ul li p{
  text-align: center;
}
.headAd.banner.ticker{
  height: 5rem !important;
}

.header .header-logo {
    width: 26rem;
    margin: 0 auto 1rem;
}

.header .header-logo a:hover {
  opacity: 1;
}

.header .header-logo img {
  width: 100%;
  height: auto;
}
.header .header-menu .main-menu {
    width: 104rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.header .header-menu .main-menu > li {
    font-size: 1.8rem;
    display: inline-block;
    letter-spacing: 0.08em;
    position: relative;
}
.header .header-menu .main-menu .ham_ttl{
    font-weight: bold;
    margin-bottom: 2rem;
}
.header .header-menu .main-menu > li > a {
  display: block;
}
.header .header-menu .main-menu > li.dropdown {
  cursor: pointer;
  width: 15rem;
}
.header .header-menu .main-menu > li .arrow {
    margin-left: 0;
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 0.8rem;
}
.header .header-menu .main-menu > li .arrow::before, .header .header-menu .main-menu > li .arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6rem;
  height: 1px;
  background: #000;
  top: 0.3rem;
  -webkit-transition: .2s;
  transition: .2s;
}
.header .header-menu .main-menu > li .arrow::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}
.header .header-menu .main-menu > li .arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}
.header .header-menu .main-menu > li.hover .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .header-menu .main-menu > li.hover .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .header-menu .sub-menu {
}
.header .header-menu .sub-menu.en {
  min-width: 300px;
  overflow-y: hidden;
}
.header .header-menu .sub-menu ul {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
}
.header .header-menu .sub-menu ul li {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    width: 15rem;
}
.header .header-nav {
    position: absolute;
    right: 0;
    top: 4.5rem;
    font-size: 0;
}
.header .header-nav li {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.header .header-nav .login,
.header .header-nav .search,
.header .header-nav .favorite {
  margin-right: 2rem;
  letter-spacing: 0.02em;
}
.header .header-nav .cart {
  position: relative;
}
.header .header-nav .search img,
.header .header-nav .cart img{
  width: 1.4rem;
  height: 1.4rem;
}
.header .header-nav .cart .cart-count {
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    color: #fff;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    width: 100%;
}

@media all and (-ms-high-contrast: none) {
.header .header-nav .cart .cart-count {
    bottom: -0.2rem;
}
}
.header .header-menu .sub-menu ul .sub-menuN ul {
    background: none;
    padding: 1.5rem 0 0 1rem;
}
.header .header-menu .sub-menu ul .sub-menuN li {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
    margin-bottom: 0;
    letter-spacing: 0.03em;
}
.dropdown .sub-menu a {
    display: block;
    position: relative;
    padding-bottom: 1.7rem;
}

.dropdown.collection .sub-menu .pd0 a {
    padding-bottom: 0;
}
.header .header-menu .dropdown.collection .sub-menu ul li:last-child {
    margin-bottom: 0;
}
.dropdownN .sub-menuN li a {
    padding-bottom: 1.5rem;
}
.dropdown .en{
    position: absolute;
  font-family: 'baskerville-display-pt', serif;
  }
.dropdown .ja {
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    font-size: 1.2rem;
}

.sp-menu .checklist .ham_ttl .line {
  position: relative;
  top: -0.2rem;
  left: 0;
  font-size: 1.5rem;
}

.arrow_right {
    position: absolute!important;
    right: 0;
    top: 0.5rem;
  }
  .dropdown .sub-menu._01 li:last-child{
    margin-bottom: 0;
  }
  .dropdown .en,.dropdown .ja{
    position: absolute;
  }
  .dropdown .en {
    opacity: 1;
  }
  .dropdown .ja {
    opacity: 0;
  }
  .dropdown a:hover .en { /* aにホバーしたとき英語表記は透明に */
   opacity: 0;
 }
 .dropdown a:hover .ja { /* aにホバーしたとき日本語表記を表示 */
  opacity: 1;
  font-size: 1.4rem;
  height: 1.8rem;
  line-height: 1.3rem;
}
.scrolled .header-inner .dropdown {
  padding: 0 1rem 1rem !important;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.discountRateS.pagePrice {
  width: 5.2rem;
  height: 1.6rem;
  background-color: #fe0002;
  color: #fff;
  line-height: 1.6rem;
  display: inline-block;
  font-size: 1.1rem;
  text-align: center;
  margin-left: 0;
}

.header .header-menu .collection .sub-menu._01 ul li {
  /* margin-bottom: 2rem; */
}


/* カテゴリ編集 */
.arrow_right {
  position: absolute!important;
  right: 0;
  top: 0.5rem;
}
.header .header-menu .sub-menu ul .sub-menuN li:last-child {
  margin-bottom: 0;
}
.header .header-menu .sub-menu ul .dropdownN a span.arrow_right::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.header .header-menu .sub-menu ul .dropdownN a span.arrow_right::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.header .header-menu .sub-menu ul .dropdownN a.open span.arrow_right::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}
.header .header-menu .sub-menu ul .dropdownN a.open span.arrow_right::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
}
.sp-menu .checklist .ttl,
#Header_sliderRecent li > div ,
.sp-menu .checklist .ttl,
#sliderRecent li > div{
  display: none;
}
.sp-menu .checklist{
    width: 26rem;
}
.sp-menu .checklist #Header_sliderRecent {
    display: flex;
}
.sp-menu .checklist .ham_ttl span{
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  position: relative;
  top: -0.1rem;
}
.sp-menu .checklist #Header_sliderRecent li:nth-child(n+4) {
    display: none;
}
.sp-menu .checklist #Header_sliderRecent li {
    width: 8rem;
  margin-right: 1rem;
  position: relative;
  z-index: 0;
}
.sp-menu .checklist #Header_sliderRecent li:nth-child(3) {
  margin-right: 0;
}
.sp-menu .checklist #Header_sliderRecent li img{
    width: 100%;
}

.soldout{
  font-size: 12px;
  display: block;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
}/*SOLD OUT 追加 CSS */
.sp-menu .checklist #Header_sliderRecent li .soldout {
    letter-spacing: 0.05em;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #E5E5E5;
    top: 0;
    text-align: center;
    display: table;
    opacity: 0.7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex!important;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    font-size: 1.2rem;
    display: none !important;
}

/* ------------------------------------------------
  ハンバーガー
------------------------------------------------ */
.btn-menu {
    position: absolute;
    width: 2.4rem;
    height: 2rem;
    left: 0;
    top: 4rem;
    cursor: pointer;
}
.btn-menu .border {
    display: block;
    width: 100%;
    height: 1px;
    background: #000000;
}
.btn-menu .border::before,
.btn-menu .border::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-menu .border::before {
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn-menu .border::after {
    bottom: 0;
}

.btn-menu.open.btn-menu .border::before,
.btn-menu.open.btn-menu .border::after {
    width: 135%;
}
.btn-menu.open .border {
    background: #fff;
}
.btn-menu.open .border::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-menu.open .border::after {
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sp-menu{
    /* background: #fff; */
    left: 0;
    /* padding: 3rem 5rem; */
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 10rem;
    /* width: 100vw; */
    pointer-events: none;
}

.sp-menu.show{
  opacity: 1;
  pointer-events: inherit;
  position: absolute;
  z-index: auto;
}
/*
.sp-menu.show::before {
  content: "";
  background: rgba(0,0,0,0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0rem;
} */

.sp-menu.show .humMenuBg {
  background: rgba(0,0,0,0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0rem;
}

.sp-menu .menu-wrapper {
  background: #fff;
  padding: 3rem 0 5rem;
}

/* ------------------------------------------------
  header追従
------------------------------------------------ */
.header .header-fixed.show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.scroll-prevent {
  overflow: hidden;
}

#spMenu2{
    background: #fff;
    left: 0;
    /* padding: 3rem 5rem; */
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    width: 100vw;
    opacity: 0;
    position: fixed;
    top: 7rem;
}
#spMenu2.show{
    opacity: 1;
}
.header .header-fixed {
    position: fixed;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    height: 7rem;
    width: 100%;
    min-width: inherit;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    z-index: 20;
    background: #fff;
}
.header .header-fixed .header-fixed-inner {
    height: 7rem;
  max-width: 104rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    font-family: 'baskerville-display-pt', serif;
}
.header .header-fixed .header-logo {
    width: 18.5rem;
    margin: auto;
}
.header .header-fixed .header-menu{
    margin-right: 30px;
}
.header .header-fixed .header-menu .main-menu > li:not(:last-child) {
     margin-right: 5px;
}
.header .header-fixed .header-nav {
    top: 2.8rem;
}
.header .header-fixed .header-menu .main-menu > li .arrow {
    margin-left: 0px;
  }
.header .header-fixed .btn-menu{
  top: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .header .header-fixed {
    height: 12rem;
  }

.header .header-inner {
  padding: 3.5rem 0 1.5rem !important;
}

main.main-area.top .main-inner {
  margin-top: calc(0*(100vw/750)) !important;
}
}

/* ------------------------------------------------
  footer
------------------------------------------------ */
.footer {
    background-color: #f7f7f7;
    padding: 4rem 0;
    letter-spacing: 0.08em;
}
.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100.5rem;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-inner .footer-nav .dropdown,
.footer .footer-inner .footer-nav .RECRUIT {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
.footer .footer-inner .footer-nav .MailMagagine {
  margin-right: 38px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.02em;
  vertical-align: top;
}
.footer .footer-inner .footer-nav .dropdown a .arrow {
  margin-left: 2px;
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}
.footer .footer-inner .footer-nav .dropdown a .arrow::before, .footer .footer-inner .footer-nav .dropdown a .arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 1px;
  background: #000;
  top: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}
.footer .footer-inner .footer-nav .dropdown a .arrow::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.footer .footer-inner .footer-nav .dropdown a .arrow::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.footer .footer-inner .footer-nav .dropdown a.open .arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .footer-inner .footer-nav .dropdown a.open .arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer .footer-inner .footer-nav .sub-menu {
  display: none;
}
.footer .footer-inner .footer-nav .sub-menu .box-menu {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 0;
}
.footer .footer-inner .footer-nav .sub-menu .box-menu.company li {
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.footer .footer-inner .footer-sns li {
  display: inline-block;
  font-size: 14px;
}
.footer .footer-inner .footer-sns li:not(:last-child) {
  margin-right: 2rem;
}

.footer-sns {
  /* margin-bottom: 6rem; */
}

/*メルマガ*/
.footer_couponbox {
  width: 37rem;
  background-color: #fff;
  height: 18.2rem;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}

.footer_couponbox #dvUserBox2 {
  width: 30rem;
  margin: 0 auto;
  padding: 3.1rem 0;
}

.footer_couponbox .flex{
  display: flex;
  width: 30rem;
    height: 3.6rem;
}
.footer_couponbox .title{
  font-family: 'baskerville-display-pt', serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
.footer_couponbox .unit > p {
    font-size: 1.2rem;
    padding: 1.8rem 0 3rem;
    line-height: 1;
}
.footer_couponbox .unit .dvMailMagazineRegist input {
  font-family: 'baskerville-display-pt', serif;
  font-size: 1.4rem;
  width: 21rem;
  height: 3.6rem;
  background-color: #f7f7f7;
  padding-left: 0.9rem;
  border: none;
  letter-spacing: 0.08em;
}

.footer_couponbox .unit .dvMailMagazineRegist input::placeholder {
  color: #B3B3B3 !important;
  }

.footer_couponbox .flex .dvUserBtnBox {
  background-color: #000;
  color: #fff;
  width: 8rem;
  font-size: 1.2rem;
  padding: 1.2rem 0;
}

.footer_couponbox .flex .dvUserBtnBox a:hover {
  text-decoration: none;
}

.footer_couponbox .error_inline{
  text-align: left;
  display: block;
  letter-spacing: 0;
  margin-top: 0.5rem;
}

.footer-nav > div{
  /* margin-bottom: 3.5rem; */
}
.footer-nav .user {
  font-size: 1.6rem;
}
.footer-nav .user .login{
  display: flex;
}
.footer-nav .user a{
  display: block;
  margin-bottom: 1.5rem;
}
.footer-nav .user img{
  height: 16px;
  margin-left: 1px;
  margin-right: 1px;
}
.footer-nav .user span{
  margin-right: 10px;
}
.footer-nav .fa {
  width: 14px;
}
.footer-nav .fa-heart-o{
    font-size: 14px;
}
#footer .application {
  margin: 50px auto;
  display: flex;
  justify-content: center;
}
#footer .application img {
  width: 100%;
}
#footer .application .download {
  width: 187px;
}
#footer .application .application_link {
  width: 85px;
  margin-left: 28px;
}
#footer .application li:nth-child(1) {
  margin-bottom: 2px;
}
#footer .bottom{
  text-align: center;
  font-size: 1.4rem;
}
#footer .bottom .brand_txt {
    font-size: 1.2rem;
    padding-bottom: 4rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.06em;
}
.footer .footer-inner .footer-nav .sub-menu .box-menu.guide li,
.footer .footer-inner .footer-nav .sub-menu .box-menu.company li{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.2rem;
}
@media all and (-ms-high-contrast: none) {
.footer-nav .categories div{
  width: 350px;
}
}
/* ------------------------------------------------
  main-area
------------------------------------------------ */
.main-area {
  display: block;
  min-width: 1000px;
}
.main-area .main-inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 91.666%;
  /* text-align: center; */
}
.main-area .btn-pagetop {
  width: 50px;
  height: 45px;
  position: fixed;
  right: 0;
  bottom: 0;
}
/* .main-area .btn-pagetop a {
  display: block;
  background: url(../images/common/ico_pagetop_01.svg) no-repeat center center;
  background-size: 50px 45px;
  height: 100%;
  width: 100%;
} */
/*# sourceMappingURL=common.css.map */
/* form */
.box-input input {
  width: 100%;
  height: 30px;
  padding: 5px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* ------------------------------------------------
  view more
------------------------------------------------ */

.toggle-box {
  display: none;
}

.btn.secondary {
    margin: 40px auto 100px;
  }

#header .headAd a {
    text-align: center;
    display: block;
}

/* 遅延用フェードイン */
.lazyload{
  opacity: 0;
}
.lazyloaded{
  opacity: 1;
  transition: all 0.5s;
}


/*言語サイト*/
.language .dropdown,
.scrolled .header-inner .language .dropdown {
    font-size: 14px!important;
    padding:0!important;
    margin-right: 25px;
}
.language li li a{font-size: 11px;}
.header .language .header-menu .sub-menu {
    text-align: left;
    position: absolute;
    left: -10px;
    top: 15px;
    display: none;
}


.tenso{text-align: center;}
.tenso img{margin: 20px auto 0;}






/*---------------タブレット対応---------------*/
@media screen and (max-width: 1200px) {



/* ------------------------------------------------
  main-area
------------------------------------------------ */
.main-area {
  min-width: calc(1000 * (100vw / 1200));
}
.main-area .btn-pagetop {
  width: calc(50 * (100vw / 1200));
  height: calc(45 * (100vw / 1200));
}
.main-area .btn-pagetop a {
  background-size: calc(50 * (100vw / 1200)) calc(45 * (100vw / 1200));
}
.box-input input {
  height: calc(30 * (100vw / 1200));
  padding: calc(5 * (100vw / 1200));
}


/* ------------------------------------------------
  view more
------------------------------------------------ */
.btn.secondary {
    margin: calc(40 * (100vw / 1200)) auto calc(100 * (100vw / 1200));
  }

.tenso img{margin: calc(20 * (100vw / 1200)) auto 0;}
}





/* ▼ 商品詳細ページにサステナブルアイコン設置 ▼ */
.main-area.detail .block-detail .block-right .block-info tr {
  display: inline-flex;
  align-items: flex-start;
}
.main-area.detail .block-detail .block-right .block-info th {
  display: inline-block;
  width: 15rem !important;
}
.main-area.detail .block-detail .block-right .block-info td {
  width: 42rem;
}
.main-area.detail .block-detail .block-right .block-info td .sustainable_icon {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem 1rem;
  text-align: center;
  line-height: 1.3;
  pointer-events: none;
}
.main-area.detail .block-detail .block-right .block-info td .sustainable_icon li {
  width: 5rem;
  text-align: center;
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-area.detail .block-detail .block-right .block-info td .sustainable_icon img {
  width: 5rem;
}
.main-area.detail .block-detail .block-right .block-info td .sustainable_icon .sustainable_txt {
  margin-top: 0.6rem;
}
/* ▲ 商品詳細ページにサステナブルアイコン設置 ▲ */
