@charset "UTF-8";

/* レコメンド非表示 */
.fs-body-product #_rcmdjp_display_2 {
  display: none;
}

/* プレビューバー非表示 */
.fs-preview-header { display: none; }

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #231815;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

.century {
  font-family: century-gothic, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.hirakaku {
  font-family: "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
}

.ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  color: #231815;
}

a:focus,
*:focus {
  outline: none;
}

.more a:hover {
  background-color: #d2d2d0;
}

main {
  overflow: hidden;
}

.fs-c-breadcrumb__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-breadcrumb__listItem:first-child a {
  text-indent: -999px;
  overflow: hidden;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/home.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0.5em;
}

.fs-c-breadcrumb__list a {
  color: #9e9e9f;
  font-weight: normal;
}

.fs-c-breadcrumb__listItem {
  color: #9e9e9f;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 62.5%;
  }

  .pc {
    display: none !important;
  }

  .inner_wrap {
    width: 92%;
    margin: 0 auto;
  }

  header + main {
    padding-top: 70px;
  }

  .fs-c-breadcrumb__list a {
    font-size: 1.1rem;
  }

  .fs-c-breadcrumb__listItem {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 959px) {
  body {
    font-size: 13px;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }

  .inner_wrap {
    width: 89.5%;
    max-width: 1200px;
    margin: 0 auto;
  }

  header + main {
    padding-top: 75px;
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  /* border-bottom: 1px solid #b4b4b5; */
  border-bottom: 1px solid #e4e4e4;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  /* -webkit-transform: translateY(0); */
  /* -ms-transform: translateY(0); */
  /* transform: translateY(0); */
}
header.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
header .inner_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

header .nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 67%;
  max-width: 620px;
  margin-left: 4.3%;
}

header .nav nav {
  width: 55%;
}

header nav>ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .nav a {
  display: block;
  text-align: center;
  letter-spacing: 0;
  position: relative;
  padding: 23px 0;
  font-size: 12px;
}
header .nav a:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: .2em;
  top: calc(100% - .2em);
  left: 50%;
  background: #333;
  position: absolute;
  -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 999;
}

header .nav span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.07em;
  margin-top: 0.5em;
}

header .search {
  width: 27.5%;
  margin-left: 7.9%;
}

header .search input {
  width: 100%;
  height: 35px;
  padding-left: 1em;
  background-image: url(../img/common/search_icon.svg);
  background-repeat: no-repeat;
  border: 1px solid #b4b4b5;
  background-size: 7%;
  background-position: 95%;
  border-radius: 3px;
}

header .search input::placeholder {
  color: #b4b4b5;
  font-size: 11px;
}

header .tel_pc_wrap {
  width: 12.18%;
  /* margin-left: 2.57%; */
}

header .icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header .icon a {
  display: block;
  text-align: center;
}

header .icon a:hover {
  opacity: 0.6;
}

header .icon a:last-child {
  margin-left: 10px;
  position: relative;
}

header .icon img {
  display: block;
}

header .icon span {
  display: block;
  font-size: 12px;
}
header .icon span.fs-client-cart-count.fs-client-cart-count--0 {
  display: none;
}
header .icon span.fs-client-cart-count {
  color: #fff;
  position: absolute;
  box-sizing: content-box;
  width: 13px;
  height: 13px;
  line-height: 13px;
  background-color: #c1272d;
  border: 1.5px solid #fff;
  border-radius: 50%;
  /* font-size: 1rem; */
  font-size: 9px;
  top: -.6em;
  right: -.3em;
  text-align: center;
  padding: 0;
  margin: 0;
  text-indent: 0.1em;
  display: block;
  z-index: 1;
}


header .dropdown {
  position: absolute;
  top: 75px;
  left: 20%;
  width: 80%;
  height: 0;
  z-index: 999;
  background-color: #fff;
  padding: 30px 3%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

header .nav_product:hover .dropdown {
  visibility: visible;
  opacity: 1;
  height: auto;
}

header .dropdown ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

header .dropdown li a {
  padding: 0;
  text-align: left;
}

header .dropdown li img {
  width: 1.3em;
  height: 1.3em;
  vertical-align: middle;
}

header .dropdown li span {
  display: inline-block;
}

header .dropdown_nav_01>li>a {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #d3d2d0;
}

header .dropdown_nav_01>li>a span {
  margin-left: 0.2em;
}

header .dropdown_nav_01>li span {
  font-size: 14px;
}

header .dropdown_nav_01 li a:hover {
  opacity: 0.6;
}

header .dn_child {
  display: block !important;
}

header .dn_child li {
  padding: 0.5em 0;
}

header .dn_child li a {
  font-size: 12px;
}

header .dropdown a:hover::after {
  content: none;
}

header .dropdown_nav_02 {
  margin-top: 25px;
}

header .dropdown_nav_02 li {
  border: 1px solid #eae9e8;
  width: 22.5%;
}

header .dropdown_nav_02 li a {
  padding: 1em 0;
  text-align: center;
}

header .dropdown_nav_02 li span {
  margin-left: 0.5em;
  font-size: 13px;
}

header .dropdown_nav_02 li a:hover {
  background-color: #d2d2d0;
}

.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}



@media screen and (max-width: 750px) {
  .res {
    display: none;
  }

  header {
    height: 70px;
  }

  header .logo {
    width: 44.1%;
    max-width: 152px;
  }

  /* ハンバーガーメニュー */
  #nav_toggle {
    cursor: pointer;
    width: 28px;
    height: 60px;
    z-index: 99999;
    position: relative;
  }

  /* #nav_toggle div {
    position: relative;
    width: 28px;
    height: 100%;
    margin: 0 auto;
  } */
  #nav_toggle span {
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
    width: 100%;
    height: 2px;
  }

  #nav_toggle span:nth-child(1) {
    top: 16px;
  }

  #nav_toggle span:nth-child(2) {
    top: 24px;
  }

  #nav_toggle span:nth-child(3) {
    top: 32px;
  }

  #nav_toggle .text {
    background: none;
    top: 35px;
    width: 100%;
  }

  .menu-open:not(.search-open) #nav_toggle span:nth-child(1) {
    top: 22px !important;
    transform: rotate(45deg);
  }

  .menu-open:not(.search-open) #nav_toggle span:nth-child(2) {
    width: 0 !important;
  }

  .menu-open:not(.search-open) #nav_toggle span:nth-child(3) {
    top: 22px !important;
    transform: rotate(-45deg);
  }

  .header_wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.76, 0.12, 0.2, 1.05);
    -ms-transition: all 0.8s ease;
    transition: all 0.8s cubic-bezier(0.76, 0.12, 0.2, 1.05);
    margin: auto;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    position: absolute;
    top: calc(100% + 1px);
    /* position: fixed;
    top: 0; */
    right: 0;
    /* width: 100%;
    height: 100vh; */
    background-color: #fff;
    overflow-y: scroll;
    z-index: 99;
    height: calc(100vh - 71px);
  }
  body.scroll .header_wrap {
    height: calc(100vh - 61px);
  }

  .menu-open .header_wrap {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    z-index: 9998;
    width: 72.8%;
    background-color: #fff;
    /* height: 100vh; */
    overflow: visible;
  }

  /* .humb_nav {
    width: 72.8%;
    background-color: #fff;
    height: 100vh;
    margin-left: auto;
    margin-right: 0;
    padding-top: 70px;
  } */
  .menu-open .header_wrap .nav-wrap_inner {
    height: 100%;
    overflow: auto;
    padding: 0 1em;
    box-sizing: border-box;
    box-shadow: 2px 0 1px 0 rgb(0 0 0 / 20%) inset;
  }

  .menu-open {
    height: 100vh;
    overflow: hidden;
  }

  .menu-open::after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #333;
    display: block;
    z-index: 99;
  }

  /* .menu-open header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #333;
    display:block;
  } */

  .menu-open header {
    border-bottom: none;
  }

  .humb_search,
  .sort_price {
    display: none;
  }

  .search-open .search_btn {
    background: url(../img/common/search_icon_close.svg) 50% 70% / 74% no-repeat;
  }
  .search-open .search_btn img {
    opacity: 0;
  }
  .menu-open.search-open .humb_search,
  .menu-open.search-open .sort_price {
    display: block;
  }
  .menu-open.search-open .header_wrap {
    width: 100%;
  }
  .menu-open.search-open .header_wrap .nav-wrap_inner {
    padding: 1.8em 1.4em 0;
  }
  .nav-wrap img[src*="humb_icon"] {
    width: 1.4em;
    height: 1.4em;
    margin: 0 0 -.2em;
  }

  .menu-open.search-open .header_wrap .utility_links,
  .menu-open.search-open .header_wrap .alt_reading,
  .menu-open.search-open .header_wrap .close_btn,
  .menu-open.search-open .header_wrap .add_links,
  .menu-open.search-open .nav-wrap_search form {
    display: none;
  }
  .menu-open.search-open .alt_products {
    border-top: 0;
    margin-top: 1.4em;
  }
  .menu-open.search-open .nav-wrap_inner .first,
  .menu-open.search-open .nav-wrap_inner dd a {
    padding: .88em 0;
  }
  .menu-open.search-open .alt_products > dl > dt {
    pointer-events: none;
    font-weight: bold;
    padding: 1em 0 1.4em !important;
  }
  .menu-open.search-open .alt_products > dl > dt:after {
    content: none;
  }
  .menu-open.search-open .alt_products > dl > dt img {
    display: none;
  }
  .menu-open.search-open .alt_products > dl > dd {
    display: block !important;
  }
  .alt_reading dd,
  .alt_products dd,
  .sort_price dd {
    display: none;
  }
  
  .nav-wrap_banner {
    margin: 20px 0 32px;
  }
  .nav-wrap_banner a,
  .nav-wrap_banner a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .banner_area_list {
    border-top: 1px solid #c8c8c8;
    margin: 20px 0 22px;
    padding: 22px 0 0;
  }
  .banner_area_list li {
    margin-bottom: 1px;
  }
  .banner_area_list li a {
    font-size: 1.2rem;
    background: url(../img/common/nav_icon_arrow.svg) 2em 50% / 1.4em no-repeat;
    padding: .6em 4.8em;
  }
  .banner_area_list + a {
    margin-bottom: 10px;
  }


  .alt_sns_icons {
    margin-bottom: 106px;
  }
  .alt_sns_icons .sns_icons {
    padding: 0;
  }

  .nav-wrap_search {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #c8c8c8;
  }
  .nav-wrap_search form {
    background: #eae9e8;
    padding: 8px 10px 8px 14px;
  }
  .humb_search form span,
  .nav-wrap_search form span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nav-wrap_search form input[type=text] {
    display: inline-block;
    line-height: 28px;
    border: 0;
    width: 80%;
  }
  .nav-wrap_search form button {
    border: 0;
    background: none;
    width: 19%;
    padding-right: 2%;
    padding-left: 0;
  }
  .humb_search form input[type=text] {
    display: inline-block;
    line-height: 28px;
    width: 84%;
    border: 1px solid #ccc;
    flex-grow: unset;
    color: #000;
  }
  .humb_search form button {
    border: 0;
    background: none;
    width: 13%;
    padding-right: 2%;
    padding-left: 0;
    text-indent: 0;
    overflow: visible;
  }
  .humb_search form button:before {
    content: none;
  }


  .nav-wrap_search strong {
    display: block;
    background: #231815;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .close_btn {
    position: absolute;
    top: 0;
    right: 100%;
    color: #ffffff;
    z-index: 99999;
    display: block;
    width: calc(100vw - 100%);
  }

  .close_btn p {
    color: #fff;
    font-size: 34px;
    text-align: left;
    padding: .4em .4em;
    margin: 0;
  }

  .ut_list {
    padding: .8em 0 1.2em;
  }
  .ut_list li a {
    display: block;
    font-size: 1.4rem;
    padding: .8em 0;
  }
  .nav-wrap img[src*="humb_icon"] {
    width: 1.8em;
    height: 1.8em;
    margin: 0 1em -.4em;
  }
  .nav-wrap_inner .first,
  .nav-wrap_inner dd a {
    font-size: 1.4rem;
    padding: 1.3em 0 1.4em;
    line-height: 1;
    width: 100%;
    display: block;
    position: relative;
  }
  .nav-wrap_inner dt.first:after {
    content: '＋';
    position: absolute;
    top: 50%;
    right: .5em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 1.8em;
    color: #969696;
  }
  .nav-wrap_inner dt.first.active:after {
    content: 'ー';
    font-size: 1.2em;
    right: .8em;
  }
  /* .nav-wrap_inner a.first:after,
  .nav-wrap_inner .active + dd a:after {
    content: '';
    position: absolute;
    right: 1.5em;
    top: 50%;
    width: 0.7em;
    height: 0.7em;
    border-top: 1px solid #969696;
    border-right: 1px solid #969696;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  } */
  .alt_reading,
  .alt_info,
  .alt_products,
  .add_links .add_list li {
    border-top: 1px solid #c8c8c8;
  }
  .sort_price {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    margin-top: 1.8em;
  }
  .menu-open.search-open .sort_price .first,
  .menu-open.search-open .sort_price dd a {
    padding: 1.6em 0;
  }
  .alt_products dl dl dd,
  .sort_price dl dd {
    padding-left: 4.8em;
  }
  .alt_reading li a,
  .alt_info li a,
  .alt_products dl dl dd li a,
  .sort_price dl dd a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .menu-open.search-open .alt_sns_icons {
    margin-bottom: 60px;
  }
  /* .side_02 a:after,
  .side_03 a:after {
    right: 1.4em;
    width: 0.7em;
    height: 0.7em;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-70%) rotate(45deg);
  } */
  .alt_reading li a,
  .alt_info li a {
    padding: .9em 3em 1em 4em;
  }
  .alt_products dl dl dd li a,
  .sort_price dl dd a {
    padding: .9em 3em 1em 0;
    line-height: 1;
  }
  .add_links {
    border-bottom: 1px solid #c8c8c8;
  }
  .add_links li a {
    display: block;
    font-size: 1.4rem;
    padding: 1.3em 0 1.3em;
  }

  header .icon {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: 20px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .icon a {
    display: none;
  }

  header .icon a:nth-child(n+3),
  header .icon p {
    display: block;
  }
  header .icon p {
    margin: 0;
  }

  header .icon a:last-child {
    margin-left: 15px;
  }

  header .icon span {
    display: none;
  }

  header .icon img {
    width: 20px;
    height: auto;
    margin: 0;
  }

  header .icon .search_btn img {
    width: 15px;
  }
}

@media screen and (min-width: 751px) and (max-width: 959px) {
  header .icon span {
    display: none;
  }

  .res {
    display: block;
  }

  header .nav {
    width: 55%;
  }

  header .nav a {
    line-height: 1.3;
  }

  header .nav span {
    margin-top: 0.3em;
  }

  header .dropdown_nav_01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  header .dropdown_nav_01>li {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 20px;
  }

  header .dropdown_nav_02 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header .dropdown_nav_02 li {
    width: 48%;
    margin-bottom: 20px;
  }

  header .nav_product:hover .dropdown {
    overflow: auto;
    max-height: calc(100vh - 85px);
    height: calc(100vh - 85px);
  }
}

@media screen and (min-width: 751px) {
  header {
    /* height: 115px; */
    height: 75px;
  }

  header .logo {
    width: 17.5%;
  }

  header .icon {
    width: 12%;
    max-width: 120px;
  }

  header .icon img {
    width: 20px;
    margin: 0 auto 3px;
  }


}

@media screen and (min-width: 960px) and (max-width: 1100px) {
  header .dropdown_nav_01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  header .dropdown_nav_01>li {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 20px;
  }

  header .dropdown_nav_02 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header .dropdown_nav_02 li {
    width: 48%;
    margin-bottom: 20px;
  }

  header .nav_product:hover .dropdown {
    overflow: auto;
    max-height: calc(100vh - 85px);
    height: calc(100vh - 85px);
  }

  header .icon span {
    font-size: 0.89vw;
  }
}

@media screen and (min-width: 960px) {
  .res {
    display: none;
  }
}



/* scroll */
.scroll header .nav a:not(.dropdown a) {
  padding: 18px 0;
}

.scroll header .dropdown {
  top: 65px;
}

@media screen and (max-width: 750px) {
  .scroll header {
    height: 60px;
  }
}

@media screen and (min-width: 751px) {
  .scroll header {
    height: 65px;
  }
}

/* sns_icons */
.sns_icons ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns_icons li:last-child {
  margin-right: 0;
}

.sns_icons a {
  display: block;
}

.sns_icons a:hover {
  opacity: 0.6;
}

.sns_icons img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .sns_icons {
    padding: 56px 0 40px;
  }

  .sns_icons li {
    width: 24px;
    margin-right: 14px;
  }
}

@media screen and (min-width: 751px) {
  .sns_icons {
    padding: 100px 0 40px;
  }

  .sns_icons li {
    width: 27px;
    margin-right: 22px;
  }
}

/* side_wrap */
.side_wrap div {
  padding: 26px 0;
  border-bottom: 1px solid #eae9e8;
}

.side_wrap div:first-child {
  padding-top: 0;
}

.side_wrap .side_05,
.side_wrap .side_06 {
  border-bottom: none;
}

/* .side_wrap li {
  padding: 12px 0;
} */

.side_wrap strong {
  font-size: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  display: block;
}

.side_04 img {
  width: 1.2em;
  margin-right: 0.5em;
}

.side_06 {
  padding-top: 0 !important;
}

/* .side_01 a,
.side_02 a,
.side_03 a {
  position: relative;
} */

/* .side_01 a::after,
.side_02 a::after,
.side_03 a::after {
  content: '＋';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
} */

/* .side_wrap .arrow {
  position: relative;
} */

/* .side_wrap .arrow::after {
  content: '';
  position: absolute;
  right: 2.5%;
  top: 50%;
  width: 0.3em;
  height: 0.3em;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
} */

.side_06 li {
  margin-bottom: 15px;
}

.side_06 img {
  width: 100%;
}

.side_06 a {
  padding: 0 !important;
}

.side_wrap dt {
  padding: 0.5em 0 0.5em 0;
  font-size: 14px;
  line-height: 1.3;
  /* position: relative; */
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.side_wrap strong img,
.side_wrap dt img {
  display: none;
}
/* 
.side_wrap dt::after {
  content: '＋';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
} */

/* .side_wrap .active::after {
  content: 'ー';
} */

.side_wrap dd ul {
  padding-left: 2em;
}

.side_wrap a {
  padding: 0.5em 0 0.5em 0;
  line-height: 1.3;
  display: block;
  font-size: 15px;
  letter-spacing: 0.07em;
}

.side_wrap dt a {
  padding: 0;
}

.side_03 a {
  font-size: 14px;
}

.side_wrap dt a {
  font-size: 14px;
}

.side_wrap dd a {
  font-size: 13px;
}

.side_wrap a:hover {
  opacity: 0.6;
}

.side_01 a,
.side_02 a,
.side_03 a {
  position: relative;
}

.side_01 a::after,
.side_02 a::after,
.side_03 a::after {
  content: '';
  position: absolute;
  right: 2.5%;
  top: 50%;
  width: 0.3em;
  height: 0.3em;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.side_01 dt a::after,
.side_02 dt a::after,
.side_03 dt a::after {
  content: none;
}

.side_04 a span,
.side_05 a {
  font-size: 14px;
}

.side_wrap dd {
  display: none;
}

.side_wrap dd strong {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  display: block;
  background-color: #000;
  padding: 8px 0 8px 1em;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .side_wrap {
    display: none;
  }
}

@media screen and (min-width: 751px) and (max-width: 959px) {
  .side_wrap dt {
    font-size: 14px;
    /* padding-right: 1.2em; */
  }

  .side_wrap dd ul {
    padding-left: 1em;
  }

  .side_wrap a {
    font-size: 14px;
  }

  .side_wrap dd a {
    font-size: 12px;
  }
}

/* footer */
footer {
  background-color: #eeeeef;
}

footer .inner_wrap {
  width: 94.6%;
  max-width: 1268px;
  margin: 0 auto;
}

.shopping_nav {
  padding: 62px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #000;
}

.sn_item {
  width: 20.5%;
}

.sn_img {
  width: 39.7%;
  padding-top: 39.7%;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 30px;
  position: relative;
}

.sn_img img {
  width: 51.2%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.sn_title h3 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}

.sn_content {
  margin-bottom: 22px;
}

.sn_content li {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.sn_content p {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  margin: 0;
}

.sn_more {
  text-align: center;
}

.sn_more a {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.sn_more a:hover {
  border-bottom: 1px solid #000;
}

.sn_more a::after {
  content: '';
  position: absolute;
  right: -25%;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.footer_content .logo a {
  display: block;
}

.footer_content .logo img {
  width: 100%;
}

.footer_content .info dt {
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.4;
}

.footer_content .info dd {
  display: inline-block;
  line-height: 1.4;
}

.footer_content .info dd span {
  font-size: 10px;
}

.footer_content .info dt img {
  width: 1em;
  display: inline-block;
  height: 1em;
  margin-right: 1em;
}

.footer_content .nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.footer_content .nav li {
  border-right: 1px solid #000;
}

.footer_content .nav li:last-child {
  padding-right: 0;
  border-right: none;
}

.footer_content .nav li a {
  display: block;
  line-height: 1.4;
}

.footer_content .nav li a:hover {
  text-decoration: underline;
}

.footer_content .copyright span {
  letter-spacing: 0.01em;
}

@media screen and (max-width: 750px) {
  .footer_content {
    display: block;
    padding: 40px 0 50px;
    text-align: center;
  }

  .footer_content .logo {
    width: 69.2%;
    margin: 0 auto 20px;
    max-width: 239px;
  }

  .footer_content .info {
    display: inline-block;
    text-align: left;
    width: 69.2%;
    margin: 0 auto 30px;
  }

  .footer_content .shopping_nav_sp {
    margin-bottom: 15px;
  }

  .footer_content .shopping_nav_sp ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 73.2%;
    margin: 0 auto;
    max-width: 252px;
  }

  .footer_content .shopping_nav_sp li {
    width: 50%;
    text-align: left;
  }

  .footer_content .shopping_nav_sp li:first-child,
  .footer_content .shopping_nav_sp li:nth-child(2) {
    margin-bottom: 15px;
  }

  .footer_content .shopping_nav_sp li a {
    font-size: 11px;
  }

  .footer_content .shopping_nav_sp img {
    width: 1.2em;
    height: auto;
    margin-right: 0.5em;
  }

  .footer_content .nav {
    max-width: none;
    width: auto;
  }

  .footer_content .nav ul {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 23px;
  }

  .footer_content .nav li a {
    font-size: 10px;
  }

  .footer_content .nav li {
    padding: 0px 2%;
  }

  .footer_content .nav li:first-child {
    padding-left: 0;
  }

  .footer_content .nav li:last-child {
    padding-right: 0;
  }

  .footer_content .copyright {
    text-align: center;
  }

  .footer_content .copyright span {
    font-size: 10px;
    color: #bbbbbb;
  }

  .footer_content dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0.3em;
  }

  .footer_content dl:last-child {
    margin-bottom: 0;
  }

  .footer_content .info dt {
    font-size: 1.15rem;
    width: 2.5em;
  }

  .footer_content .info dt img {
    width: 1.3em;
    vertical-align: middle;
  }

  .footer_content .info dl:last-child dt {
    width: 2.5rem;
  }
  
  .footer_content .info dd {
    font-size: 1.15rem;
  }

  .footer_content .info dd span {
    display: block;
  }
}

@media screen and (min-width: 751px) and (max-width: 959px) {
  .footer_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap !important;
    padding: 30px 0 !important;
    height: auto !important;
  }

  .footer_content .nav ul {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center !important;
    width: 80% !important;
    margin: 0 auto 30px !important;
  }

  .footer_content .nav {
    width: 100% !important;
    max-width: none !important;
    margin-top: 30px !important;
  }

  .footer_content .nav li {
    padding: 0 !important;
    width: calc(100% / 3) !important;
    text-align: center !important;
  }

  .footer_content .copyright {
    text-align: center !important;
  }

  .footer_content .logo {
    width: 30% !important;
    padding-right: 3% !important;
  }

  
}

@media screen and (min-width: 751px) {
  .footer_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 146px;
  }

  .footer_content .logo {
    width: 24.1%;
    padding-right: 3%;
  }

  .footer_content .info {
    width: 37%;
  }

  .footer_content .nav {
    max-width: 406px;
    width: 49%;
  }

  .footer_content .nav ul {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;
  }

  .footer_content .nav li {
    padding: 0px 6%;
  }

  .footer_content .copyright {
    text-align: right;
  }

  .footer_content .copyright span {
    font-size: 13px;
  }

  .footer_content .info dt {
    font-size: 12px;
  }
  
  .footer_content .info dd {
    font-size: 12px;
  }
}

.page_top {
  position: fixed;
}
.page_top a {
  background-color: #c1c1bf;
  color: #fff;
  text-align: center;
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}
.page_top a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {

  .page_top {
    bottom: 9.4%;
    right: 8.4%;
  }
  .page_top a {
    width: 44px;
    height: 44px;
  }
}

@media screen and (min-width: 751px) {

  .page_top {
    bottom: 20px;
    right: 70px;
  }
  .page_top a {
    width: 60px;
    height: 60px;
  }
}


/* カテゴリページ下部共通 */
.osusume_wrap {
  margin: 0 auto;
  border-top: 1px solid #eae9e8;
  border-bottom: 1px solid #eae9e8;
}

.osusume_heading h2 {
  letter-spacing: 0.03em;
  line-height: 1.1;
}

.osusume_tokusyu_content_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.osusume_tokusyu_content_wrap .fs-pt-column__item img {
  width: 100%;
}

.osusume_tokusyu_content_wrap .fs-pt-column__heading {
  letter-spacing: 0.02em;
  display: block;
}

.tokusyu_a_topics .fs-pt-column__image {
  display: inline-block;
  width: 100%;
}

.tokusyu_a_topics .fs-pt-column__image img {
  width: 100%;
}

.tokusyu_a_topics .fs-pt-column__heading {
  display: block;
  letter-spacing: 0.05em;
  text-align: center;
}

.tokusyu_a_topics .fs-pt-column__description {
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (max-width:750px) {
  .osusume_wrap {
    width: 88.6%;
    padding: 78px 0 56px;
    border-bottom: 1px solid #eae9e8;
  }

  .osusume_heading h2 {
    font-size: 1.85rem;
    margin-bottom: 35px;
  }

  .osusume_tokusyu_content_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .osusume_tokusyu_content_wrap .fs-pt-column__item {
    width: 46.2%;
    margin-bottom: 40px;
  }

  .osusume_tokusyu_content_wrap .fs-pt-column__heading {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 18px;
  }

  .tokusyu_a_topics {
    margin-top: 66px;
  }

  .tokusyu_a_topics .fs-pt-column {
    display: block;
  }

  .tokusyu_a_topics .fs-pt-column__item {
    width: 100%;
    display: block;
  }

  .tokusyu_a_topics .fs-pt-column__item:first-child {
    margin-bottom: 48px;
  }

  .tokusyu_a_topics .fs-pt-column__image {
    margin-bottom: 18px;
  }

  .tokusyu_a_topics .fs-pt-column__heading {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }

  .tokusyu_a_topics .fs-pt-column__description {
    font-size: 1.85rem;
  }
}

@media screen and (min-width: 751px) {
  .osusume_wrap {
    width: 82.1%;
    max-width: 1100px;
    padding: 106px 0 100px;
  }

  .osusume_heading h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .osusume_tokusyu_content_wrap .fs-pt-column__item {
    width: 22.5%;
  }

  .osusume_tokusyu_content_wrap .fs-pt-column__heading {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 28px;
  }

  .tokusyu_a_topics {
    margin-top: 80px;
  }

  .tokusyu_a_topics .fs-pt-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tokusyu_a_topics .fs-pt-column__item {
    width: 50%;
  }

  .tokusyu_a_topics .fs-pt-column__item:first-child .fs-pt-column__image::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }

  .tokusyu_a_topics .fs-pt-column__image {
    margin-bottom: 26px;
    position: relative;
  }

  .tokusyu_a_topics .fs-pt-column__heading {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .tokusyu_a_topics .fs-pt-column__description {
    font-size: 30px;
  }
}

/* パーツのmarginを取る */
@media screen and (max-width: 750px) {
  /* .wrap_border > div,
  .wrap > div {
      margin-bottom: 30px;
  }

  .wrap_border {
      padding: 35px 0;
  } */

  .padding_wrap {
    padding: 35px 0;
  }

  .padding_bottom_wrap {
      padding-bottom: 35px;
  }

  .padding_top_wrap {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 751px) {
  /* .wrap_border > div,
  .wrap > div {
      margin-bottom: 60px;
  }

  .wrap_border {
      padding: 100px 0;
  } */

  .padding_wrap {
    padding: 100px 0;
  }

  .padding_bottom_wrap {
      padding-bottom: 100px;
  }

  .padding_top_wrap {
    padding-bottom: 100px;
  }
}

/* 20221014 レーベル追加に伴う修正 */
@media screen and (max-width: 750px) {
  header .label_nav_sp {
    margin-left: 24px;
  }

  header .label_nav_sp .label_text_close {
    display: none;
  }

  .label_nav-open header .label_nav_sp .label_text {
    display: none;
  }

  .label_nav-open header .label_nav_sp .label_text_close {
    display: block;
  }

  header .label_nav_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 11px;
    right: 10px;
  }

  header .label_nav_close::before {
    content: '';
    width: 18px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  header .label_nav_close::after {
    content: '';
    width: 18px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  header .label_nav_sp img {
    width: 34px;
  }

  header .label_nav_wrap {
    padding: 27px 8.8% 15px;
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #f2f2f2;
    transition: all 0.8s;
    opacity: 0;
    transform: translateY(-100%);
    z-index: -1;
  }

  .scroll header .label_nav_wrap {
    top: 60px;
  }

  .label_nav-open header .label_nav_wrap {
    opacity: 1;
    transform: translateY(0);
  }

  .label_nav-open::after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #333;
    display: block;
    z-index: 99;
  }

  header .label_nav_wrap img {
    width: 100%;
    border-radius: 6px;
  }

  header .label_nav_heading {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.07em;
    font-weight: bold;
    text-align: center;
  }

  header .label_nav_list {
    margin-top: 14px;
  }

  header .label_nav_list li + li {
    margin-top: 8px;
  }

  header .label_nav_wrap .ec_logo {
    margin: 15px auto 0;
    width: 120px;
  }
}

@media screen and (min-width: 751px) {
  header .label_dropdown {
    padding: 40px 3.8%; 
    width: 100%;
    max-width: 1340px;
    height: 0;
    position: absolute;
    top: 75px;
    right: 0;
    background-color: #f2f2f2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .scroll header .nav_label .label_dropdown {
    top: 65px
  }
  
  header .nav_label:hover .label_dropdown {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  
  header .label_dd_fx {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px 1.94%;
  }
  
  header .label_dd_item {
    width: 32.03%;
    background-color: #fff;
    /* max-width: 210px; */
  }
  
  header .label_dd_item a {
    padding: 14px 3.53%;
    display: grid; 
    grid-template-columns: 48.91% 1fr; 
    grid-template-rows: auto auto; 
    gap: 0px 5.55%; 
    grid-template-areas: 
      "img logo"
      "img text"; 
  }
  .img { grid-area: img; }
  .logo { grid-area: logo; }
  .text { grid-area: text; }

  .scroll header .label_dd_item a {
    padding: 14px 6.66%!important;
  }
  
  header .label_dd_item a:hover {
    opacity: .8;
  }
  
  header .label_dd_item a:hover::after {
    content: none;
  }

  header .label_dd_item img {
    width: 100%;
  }
  
  header .label_dd_item .logo {
    margin: 20px auto 23px;
  }
  
  header .label_dd_item.label_dd_item_01 .logo {
    margin: 18px auto 12px;
    width: 84.44%;
  }
  
  header .label_dd_item.label_dd_item_02 .logo {
    width: 64.44%;
  }
  
  header .label_dd_item.label_dd_item_03 .logo {
    width: 85.55%;
  }
  
  header .label_dd_item.label_dd_item_04 .logo {
    width: 72.22%;
  }

  header .label_dd_item.label_dd_item_05 .logo {
    width: 69%;
    margin: 15px auto 5px;
  }

  header .label_dd_item.label_dd_item_06 .logo {
    width: 100%;
  }
  
  header .label_dd_item .text p {
    text-align: left;
    margin: 0;
    font-size: 11px;
    line-height: 1.63;
    letter-spacing: 0.07em;
  }
}

/* 20221014 フッター 電話番号追加 */
.footer_tel_wrap {
  padding: 56px 0 0;
  text-align: center;
}

.footer_tel_wrap p {
  margin: 0;
}

.footer_tel_wrap p span.footer_tel_heading {
  font-size: 16px;
}

.footer_tel_wrap p span.footer_tel_time {
  font-size: 12px;
}

.footer_tel_wrap a {
  margin: 20px auto 19px;
  width: 256px;
  display: block;
}

/* 20221014 電話番号追従ボタン追加 */
.tel_fixed_btn {
  display: none;
  padding: 11px 25px;
  width: 92.53%;
  max-width: 347px;
  border-radius: 50px;
  background-color: #fff;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 12px #e6e6e6;
}

.tel_fixed_show .tel_fixed_btn {
  display: block;
}

.tel_fixed_show .cart_fixed {
  display: none!important;
}

.tel_fixed_fx {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.tel_fixed_text {
  font-size: 1.25rem;
  line-height: 1.32;
  letter-spacing: 0.03em;
}

.tel_fixed_btn_wrap {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.tel_fixed_btn_wrap .img {
  width: 70px;
}

.tel_fixed_btn_wrap .img + .img {
  margin-left: 7px;
}

/* 電話で問い合わせ　モーダル */
.tel-open {
  cursor: pointer;  
}

#tel_modal-container {
  display: none;
}

#tel_modal-container.tel-active {
  display: block;
  z-index: 9999999;
}

#tel_modal-container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  width: 100vw;
  height: 100vh;
}

#tel_modal-body {
  width: 90.66%;
  max-width: 340px;
  height: calc(100vh - 102px);
  margin: 82px auto 22px;
  padding: 51px 32px 36px;
  background-color: #fff;
  overflow-y: auto;
  position: relative;
}

#tel_modal-close {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}

#tel_modal-close::before {
  background-color: #000;
  content: '';
  width: 1px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#tel_modal-close::after {
  background-color: #000;
  content: '';
  width: 1px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.tel_modal-content img {
  width: 100%;
}

.tel_modal-content .tel_contact strong {
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
}

.tel_modal-content .tel_img {
  margin: 23px auto 0;
  width: 230px;
}

.tel_modal-content .modal_time {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  display: block;
}

.tel_modal-content .modal_contact_btn {
  margin: 20px auto 0;
  max-width: 275px;
}

.tel_modal-content .modal_contact_btn a {
  display: block;
}

.tel_modal-content .line_contact {
  margin-top: 38px;
  padding-top: 48px;
  border-top: 1px solid #cccccc;
}

.tel_modal-content .line_contact > strong {
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
}

.tel_modal-content .line_contact p {
  font-size: 13px;
  line-height: 1.56;
  letter-spacing: 0;
}

.tel_modal-content .line_howto {
  margin-top: 28px;
}

.tel_modal-content .line_howto strong {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
}

.tel_modal-content .line_howto p {
  margin-top: 15px;
}

/* 商品一覧でのバリエーション商品のモーダル */
.fs-c-productListItem .fs-c-modal .fs-c-variationAndActions__wishlist {
  display: none;
}
.fs-c-productListItem .fs-c-modal .fs-c-button--primary {
  background: none;
  border: none;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: none;
}
.fs-c-productListItem .fs-c-modal .fs-c-variationAndActions__cartButton {
  margin-left: 0;
}
.fs-c-productListItem .fs-c-modal .fs-c-variationAndActions__variation {
  margin-top: 10px;
}
.fs-c-productListItem .fs-c-modal .fs-c-variationAndActions__stockSignLegend {
  margin-top: 10px;
}
.fs-c-productListItem .fs-c-button--plain.fs-c-button--subscribeToArrivalNotice--list::before {
  content: none;
}

/* 商品画像をトリミングする */
.fs-c-productImage__image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover!important;
}

img[src^="https://oenosato.itembox.design/product/"] {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover!important;
}


/* 同梱可能グループ */
.packing_group_reitou {
	padding: 0.2em 0.4em;
	display: inline-block;
  font-weight: bold;
  line-height: 1!important;
	border: 2px solid #2E318C;
	color: #2E318C;
  background-color: #fff;
  border-radius: 2px;
}
.packing_group_sanchoku {
	padding: 0.2em 0.4em;
	display: inline-block;
  font-weight: bold;
  line-height: 1!important;
	border: 2px solid #006837;
	color: #006837;
  background-color: #fff;
  border-radius: 2px;
}
.fs-c-mark--packingGroup.packing_group_sanchoku {
	line-height: 17px!important;
	min-width: 4em;
  height: 18px;
  width: 60px;
	margin-top: 5px;
  /* padding: 0 0.4em; */
  padding: 0;
	border: 1px solid #006837;
  font-size: 10px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fs-c-mark--38.fs-c-mark--packingGroup {
	display: none;
}
.fs-body-cart .fs-c-cartTable__message--packingGroup {
  margin: 5px 0;
}