@charset "UTF-8";
.product-header {
  z-index: 9999;
  position: relative;
}

.product-header .inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 15px;
}
.product-header .inner .toggle-btn {
  display: none;
}
.product-header .inner .toggle-btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #49426a;
}

.product-header .inner .toggle-btn span:first-of-type {
  top: 0;
  transition: 0.2s;
}

.product-header .inner .toggle-btn span:nth-of-type(2) {
  top: 50%;
  transition: 0.2s;
}

.product-header .inner .toggle-btn span:nth-of-type(3) {
  display: none;
  top: 50%;
  transition: 0.2s;
}

.product-header .inner .toggle-btn span:nth-of-type(4) {
  top: 100%;
  transition: 0.2s;
}

.product-header .inner .toggle-btn.is-open {
  left: 88%;
}

.product-header .inner .toggle-btn.is-open span {
  left: 50%;
  background-color: #fff;
}

.product-header .inner .toggle-btn.is-open span:first-of-type {
  display: none;
}

.product-header .inner .toggle-btn.is-open span:nth-of-type(2) {
  display: block;
  top: 50%;
  transform: translate(-50%) rotate(-45deg);
}

.product-header .inner .toggle-btn.is-open span:nth-of-type(3) {
  display: block;
  top: 50%;
  transform: translate(-50%) rotate(45deg);
}

.product-header .inner .toggle-btn.is-open span:nth-of-type(4) {
  display: none;
}

.product-header .inner .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 20px;
}
.product-header .inner .top .logo {
  padding-top: 15px;
  text-align: center;
}

.product-header .inner .top .logo img {
  max-width: 224px;
}
.product-header .inner .top .logo .text {
  font-size: 1.2rem;
}
.product-header .inner .top .head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 18px;
  padding-top: 10px;
}

.product-header .inner .top .head .haisou {
  padding-left: 25px;
  background: url(../images/icon_haisou_black.png) no-repeat center left 0;
  font-size: 1.2rem;
}

.product-header .inner .top .head .utility {
  display: flex;
  margin-left: 15px;
}

.product-header .inner .top .head .utility li {
  border-left: 1px solid #000;
}

.product-header .inner .top .head .utility li a {
  padding: 0 0.5em;
  font-size: 1.2rem;
}
.product-header .shop-btn {
  width: 249px;
  margin-left: auto;
}
.product-header .shop-btn a {
  display: block;
  background: #373737;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 34px;
  text-align: center;
  transition: 0.2s;
}
.product-header .shop-btn a:hover {
  background: #6a6767;
}

.product-header .shop-btn a::before {
  display: inline-block;
  margin-right: 1.6rem;
  margin-bottom: 0.1rem;
  margin-left: -3rem;
  content: ">";
  font-weight: bold;
  font-size: 1.4rem;
  font-family: monospace;
  vertical-align: middle;
}

.product-header .g-navi {
  display: block;
  width: 100%;
  background-color: #000000;
}
.product-header .g-navi ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.product-header .g-navi li {
  margin: 0;
  /*&.cart {
    @include mobile() {
      display: none;
    }
    a {
      width: 192px;
      border: 1px solid #fff;
      padding: 7px 0 7px 27px;
      position: relative;
      &::before {
        position: absolute;
        content: "";
        background: url("../images/product/icon_cart.png") no-repeat 0 0;
        background-size: 24px;
        width: 24px;
        height: 21px;
        left: 40px;
      }
    }
  }*/
}
.product-header .g-navi li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  transition: 0.2s;
}

.product-header .g-navi li a:hover {
  color: #bccef6;
}
.product-header .g-navi li.search {
  margin-right: 0;
  margin-left: 9.2%;
}
.product-header .sp-bottom {
  padding: 13px 15px 0;
}

.product-header .sp-menu-area {
  z-index: 1;
  z-index: 998;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  border-bottom: 1px solid #373737;
  background: #fff;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}

.product-header .sp-menu-area.is-open {
  left: 0;
}
.product-header .sp-menu-area-bg {
  z-index: 998;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-header .sp-menu-area-inner {
  z-index: 999;
  position: relative;
  width: 85%;
  height: 100vh;
  padding: 30px 0 250px;
  overflow-y: scroll;
  background: #fff;
  text-align: center;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none;
}

.product-header .sp-menu-area-inner::-webkit-scrollbar {
  display: none;
}

.product-header .sp-menu-area-inner .head {
  padding-bottom: 15px;
}

.product-header .sp-menu-area-inner .head img {
  width: 141px;
}

.product-header .sp-menu-area-inner .title {
  margin-bottom: 0;
  padding: 10px 15px;
  background: #dfdfdf;
  color: #6b6b6b;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
}

.product-header .sp-menu-area-inner .g-navi-u-sp li {
  border-bottom: 1px solid #e8e4e4;
}

.product-header .sp-menu-area-inner .g-navi-u-sp li a {
  display: block;
  padding: 1em;
  text-align: left;
}

.product-header .sp-menu-area-inner .g-navi-u-sp li a::before {
  padding-right: 0.8em;
  content: ">";
  font-family: cursive;
}

.product-header .sp-menu-area-inner .g-navi-sp ul {
  width: 94%;
  margin: 0 auto 15px;
}

.product-header .sp-menu-area-inner .g-navi-sp ul li {
  margin-bottom: 5px;
}

.product-header .sp-menu-area-inner .g-navi-sp ul li a {
  display: block;
  padding: 0.75em;
  background: #000;
  color: #fff;
  text-align: center;
}

.product-header .sp-menu-area-inner .g-navi-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.product-header .sp-menu-area-inner .g-navi-img li {
  width: 48.5%;
  margin-bottom: 5px;
  font-size: 1.2rem;
  text-align: left;
}

.product-header .sp-menu-area-inner .g-navi-img li:nth-child(n+3) {
  margin-top: 18px;
}

.product-header .sp-cart {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
}

.product-header .sp-cart img {
  width: 39px;
}

.product-header .g-navi-u-sp .title.member {
  padding-left: 2.5em;
  background-image: url(../images/product/icon_member.png);
  background-position: left 0.7em top 40%;
  background-repeat: no-repeat;
}

.product-header .g-navi-u-sp .item-menu > li > a {
  padding: 1em;
  color: #6b6b6b;
  font-weight: bold;
}

.product-header .g-navi-u-sp .item-menu > li > a::before {
  content: none;
}

.product-header .g-navi-u-sp .item-menu > li > span {
  display: block;
  position: relative;
  position: relative;
  padding: 1em;
  color: #6b6b6b;
  font-weight: bold;
  text-align: left;
}

.product-header .g-navi-u-sp .item-menu > li > span::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 1px;
  transform: translateY(-50%) rotate(90deg);
  background: #a7a7a7;
  content: "";
  transition: 0.2s;
}

.product-header .g-navi-u-sp .item-menu > li > span.is-open::before {
  transform: rotate(0) translateY(-50%);
}

.product-header .g-navi-u-sp .item-menu > li > span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 1px;
  transform: translateY(-50%);
  background: #a7a7a7;
  content: "";
}

.product-header .g-navi-u-sp .submenu {
  display: none;
  border-top: 1px solid #e8e4e4;
}

.product-header .g-navi-u-sp .submenu > li {
  border-bottom: 1px dashed #e8e4e4;
}

.product-header .g-navi-u-sp .submenu > li.arr {
  position: relative;
}

.product-header .g-navi-u-sp .submenu > li.arr::before {
  position: absolute;
  top: 9px;
  left: 18px;
  padding-right: 0.8em;
  content: ">";
  font-size: 12px;
  font-family: cursive;
}

.product-header .g-navi-u-sp .submenu > li:last-child {
  border-bottom: none;
}

.product-header .g-navi-u-sp .submenu > li > a {
  padding: 0.8em 1em 0.8em 1.5em;
  font-size: 1.2rem;
}

.product-header .g-navi-u-sp .submenu > li > span {
  display: block;
  position: relative;
  padding: 0.8em 1em 0.8em 2.8em;
  font-size: 1.2rem;
  text-align: left;
}

.product-header .g-navi-u-sp .submenu > li > span::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 1px;
  transform: translateY(-50%) rotate(90deg);
  background: #a7a7a7;
  content: "";
  transition: 0.2s;
}

.product-header .g-navi-u-sp .submenu > li > span.is-open::before {
  transform: rotate(0) translateY(-50%);
}

.product-header .g-navi-u-sp .submenu > li > span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 1px;
  transform: translateY(-50%);
  background: #a7a7a7;
  content: "";
}

.product-header .g-navi-u-sp .childmenu {
  display: none;
  padding: 0.8em 0;
  border-top: 1px dashed #e8e4e4;
}

.product-header .g-navi-u-sp .childmenu > li {
  border-bottom: none;
}

.product-header .g-navi-u-sp .childmenu > li a {
  padding: 0.4em 1em 0.4em 2.6em;
  font-size: 1.2rem;
}

.product-header .g-navi-u-sp .childmenu > li a::before {
  content: none;
}

.product-header .fs-p-inputGroup__button {
  background: none;
}

.product-header .fs-p-searchForm__button::before {
  background: url(../images/icon_search.png) no-repeat center center;
  content: "";
  font-size: 0;
}

.product-header .fs-p-searchForm__inputGroup {
  display: inline;
  border: none;
  background: none;
}
.product-header .fs-p-headerNavigation__search {
  width: 393px;
  padding: 0.3em;
  border-radius: 3px;
  background: #fff;
}
.product-header .fs-p-searchForm__input {
  width: 300px;
  color: #6e6e6e;
  line-height: 1.4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.product-header.fixed {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 0;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
}
.product-header.fixed .visual-logo {
  display: none;
}

.product-header.fixed .top {
  padding-bottom: 0;
}
.product-header.fixed .top .logo {
  display: none;
}
.product-header.fixed .top .right {
  display: none;
}

.product-header.fixed .sp-cart img {
  width: 27px;
}

.product-header.fixed .sp-cart {
  top: 13px;
}

.product-header.fixed .toggle-btn {
  top: 18px;
}

.product-header.fixed .g-navi {
  margin-top: 0;
}
.product-header-top {
  position: relative;
  height: 100vh;
  background: url(../images/product/bg_mv.jpg) no-repeat;
  background-size: cover;
}
.product-header-top .inner {
  padding: 0 35px;
}

.product-header-top .g-navi {
  position: absolute;
  bottom: 45px;
  left: 0;
}
.product-header-top .inner .top .head .utility li {
  border-left: 1px solid #fff;
}

.product-header-top .inner .top .head .utility li:first-child {
  border-left: none;
}

.product-header-top .inner .top .head .haisou {
  background: url(../images/icon_haisou.png) no-repeat center left 0;
  color: #fff;
}

.product-header-top .inner .top .head .utility li a {
  color: #fff;
  transition: 0.2s;
}

.product-header-top .inner .top .head .utility li a:hover {
  color: #c9d4eb;
}

.product-header-top .inner .top {
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 0;
}

.product-header-top .inner .top .logo {
  display: none;
}

.product-header-top .visual-logo {
  position: absolute;
  bottom: 155px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.product-header-top .visual-logo img {
  width: 336px;
  margin: 0 auto;
}
.product-header-top .visual-logo .text {
  margin-top: 20px;
  color: #5977BA;
  font-weight: bold;
  font-size: 1.8rem;
}
@keyframes fadeIn {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.c-shippingWrapping {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 57px;
  margin-top: 30px;
  gap: 0.8em;
  background-color: #6589C5;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
.c-shippingWrapping::before {
  width: 1.5em;
  height: 1.5em;
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16.541'%20height='21.958'%20viewBox='0%200%2016.541%2021.958'%3e%3cg%20id='誕生日プレゼントのアイコン'%20transform='translate(-63.156)'%3e%3cpath%20id='パス_7111'%20data-name='パス%207111'%20d='M110.38,6.126a5.5,5.5,0,0,0,2.353-1.469,3.834,3.834,0,0,0,.678-1.018,2.784,2.784,0,0,0,.252-1.13,2.322,2.322,0,0,0-.127-.762A2.533,2.533,0,0,0,113.13,1a2.6,2.6,0,0,0-.952-.747A2.8,2.8,0,0,0,111,0a2.872,2.872,0,0,0-.9.144,2.99,2.99,0,0,0-1.227.781,3.753,3.753,0,0,0-.841,1.452c-.249.766-1,2.505-1.017,2.548h-.071c-.021-.043-.768-1.781-1.017-2.548a3.967,3.967,0,0,0-.506-1.04A3.138,3.138,0,0,0,104.3.328,2.876,2.876,0,0,0,102.968,0a2.768,2.768,0,0,0-1.526.452,2.557,2.557,0,0,0-.6.55,2.526,2.526,0,0,0-.407.744,2.314,2.314,0,0,0-.126.762,2.653,2.653,0,0,0,.115.762A3.531,3.531,0,0,0,101.1,4.5a5.2,5.2,0,0,0,1.906,1.4,6.751,6.751,0,0,0,2.741.561c.581,0,1.216,0,1.239,0s.657,0,1.239,0A6.91,6.91,0,0,0,110.38,6.126Zm-.854-4.11a1.935,1.935,0,0,1,.7-.63A1.694,1.694,0,0,1,111,1.192a1.576,1.576,0,0,1,.868.255,1.367,1.367,0,0,1,.322.295,1.347,1.347,0,0,1,.215.4,1.129,1.129,0,0,1,.061.372,1.459,1.459,0,0,1-.065.42,2.339,2.339,0,0,1-.452.808,4.023,4.023,0,0,1-1.47,1.074,5.556,5.556,0,0,1-2.258.458l-.134,0a12.465,12.465,0,0,0,1.082-2.521A2.789,2.789,0,0,1,109.525,2.016Zm-7.874,1.139a1.6,1.6,0,0,1-.149-.645,1.118,1.118,0,0,1,.061-.372h0a1.332,1.332,0,0,1,.216-.4,1.4,1.4,0,0,1,.516-.4,1.606,1.606,0,0,1,.673-.146,1.666,1.666,0,0,1,.525.085,1.8,1.8,0,0,1,.738.473,2.557,2.557,0,0,1,.569,1,12.46,12.46,0,0,0,1.082,2.521l-.134,0a5.722,5.722,0,0,1-1.784-.276,4.317,4.317,0,0,1-1.844-1.14A2.627,2.627,0,0,1,101.651,3.154Z'%20transform='translate(-35.56%200)'%20fill='%23112641'/%3e%3cpath%20id='パス_7112'%20data-name='パス%207112'%20d='M271.427,172.595v3.969h7.609v-3.969Z'%20transform='translate(-199.339%20-165.193)'%20fill='%23112641'/%3e%3cpath%20id='パス_7113'%20data-name='パス%207113'%20d='M63.156,175.2v1.363h7.609v-3.969H63.156Z'%20transform='translate(0%20-165.193)'%20fill='%23112641'/%3e%3crect%20id='長方形_1402'%20data-name='長方形%201402'%20width='7.609'%20height='9.263'%20transform='translate(72.088%2012.695)'%20fill='%23112641'/%3e%3crect%20id='長方形_1403'%20data-name='長方形%201403'%20width='7.609'%20height='9.263'%20transform='translate(63.156%2012.695)'%20fill='%23112641'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain;
  content: "";
}

.c-cartinButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 76px;
  gap: 0.8em;
  background-color: #011165;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
.c-cartinButton::before {
  width: 1.5em;
  height: 1.5em;
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='27.543'%20height='29.251'%20viewBox='0%200%2027.543%2029.251'%3e%3cg%20id='icon_cart'%20transform='translate(-14.951)'%3e%3cpath%20id='パス_8'%20data-name='パス%208'%20d='M41.92,8.012a2.969,2.969,0,0,0-2.159-1.2L21.958,5.4l-.324-1.834A3.947,3.947,0,0,0,18.325.344L18,.3,16.077.011a.982.982,0,0,0-.288,1.942h0l2.249.333h0A1.983,1.983,0,0,1,19.7,3.9l3.047,17.271a3.392,3.392,0,0,0,3.34,2.8H38.612a.981.981,0,1,0,0-1.963H26.089a1.43,1.43,0,0,1-1.408-1.181l-.426-2.417h13.96a2.967,2.967,0,0,0,2.891-2.3l1.312-5.686A2.966,2.966,0,0,0,41.92,8.012Z'%20transform='translate(0%200)'%20fill='%23fff'/%3e%3cpath%20id='パス_9'%20data-name='パス%209'%20d='M188.187,438.122a2.11,2.11,0,1,0,2.111,2.111A2.111,2.111,0,0,0,188.187,438.122Z'%20transform='translate(-161.349%20-413.092)'%20fill='%23fff'/%3e%3cpath%20id='パス_10'%20data-name='パス%2010'%20d='M352.3,438.122a2.11,2.11,0,1,0,2.111,2.111A2.111,2.111,0,0,0,352.3,438.122Z'%20transform='translate(-316.085%20-413.092)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center/contain;
  content: "";
}

.c-product-spec {
  margin-top: 40px;
}
.c-product-spec__block dt {
  position: relative;
  padding: 1em 0.5em;
  border-top: 1px solid #DBDBDB;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.c-product-spec__block dt::before, .c-product-spec__block dt::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 15px;
  height: 1px;
  translate: 0 -50%;
  background-color: #112641;
  content: "";
}
.c-product-spec__block dt::after {
  rotate: 90deg;
}
.c-product-spec__block dd {
  display: none;
  margin-left: 0;
  border-top: 1px solid #DBDBDB;
  letter-spacing: 0.15em;
}
.c-product-spec__block:last-child {
  border-bottom: 1px solid #DBDBDB;
}
.c-product-spec__block.is-open dt::after {
  rotate: 0deg;
}
.c-product-spec__content {
  padding: 20px 0;
  color: #7E7D7D;
  letter-spacing: 0.15em;
}

.p-product-guide {
  display: grid;
  margin-top: 30px;
  gap: 0.7em;
}
.p-product-guide li {
  position: relative;
  margin-bottom: 0;
  padding-left: 1em;
  color: #7E7D7D;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.p-product-guide li::before {
  width: 6px;
  height: 7px;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0.5em;
  left: 0;
  background-color: #151B65;
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.p-product-guide li strong {
  color: #1E1818;
}
.p-product-guide li .text-red {
  color: #E31010;
}
.p-product-guide li a {
  color: #6589C5;
  text-decoration: underline;
}
.p-product-guide__block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2em 1.5em;
  background-color: rgba(165, 44, 44, 0.2);
}
.p-product-guide .fs-c-buttonContainer {
  padding: 0;
}
.p-product-guide .fs-c-button__label::before {
  content: none !important;
}
.p-product-guide .fs-c-button--plain {
  color: #6589C5;
  text-decoration: underline;
}

.fs-l-main {
  max-width: 1154px;
  margin: 0 auto 24px;
  color: #112641;
}

.fs-l-productLayout__item--3 {
  overflow: hidden;
}
.fs-l-productLayout__item--3 #rec_area,
.fs-l-productLayout__item--3 #rec_area_besthit,
.fs-l-productLayout__item--3 #rec_area_ranking {
  margin-top: 40px;
}

#fs_ProductDetails .fs-p-heading--lv2 {
  margin-bottom: 1em;
  padding-bottom: 0;
  font-weight: 600;
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#fs_ProductDetails .fs-c-productCarouselMainImage {
  margin-right: -15px;
  margin-left: -15px;
}
#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList {
  margin-top: 30px;
}
#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList > li {
  margin-right: 0;
}
#fs_ProductDetails .fs-c-productThumbnail__image {
  margin: 0;
}
#fs_ProductDetails .revew_write {
  max-width: 307px;
  margin-top: 40px;
}
#fs_ProductDetails .fs-l-product4 .fs-l-productLayout__item--2 > * + * {
  margin-bottom: 15px;
}
#fs_ProductDetails .brandLink_parts {
  margin-top: 1.5em;
  letter-spacing: 0.15em;
}
#fs_ProductDetails .brandLink_parts::before {
  content: "ブランド：";
  letter-spacing: inherit;
}
#fs_ProductDetails .brandLink_parts a {
  letter-spacing: inherit;
}
#fs_ProductDetails .fs-c-productMark {
  gap: 4px 5px;
}
#fs_ProductDetails .fs-c-productMark__mark {
  display: grid;
  place-content: center;
  width: 70px;
  height: 20px;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  border-radius: 0;
}
#fs_ProductDetails .fs-c-productMark__mark.fs-c-productMark__mark--1 {
  border: 1px solid #000000;
  color: #000000;
}
#fs_ProductDetails .fs-c-productNameHeading {
  margin-bottom: 0.5em !important;
  color: #112641;
  font-size: 2.1rem;
  line-height: 1.67;
  letter-spacing: 0.02em;
}
#fs_ProductDetails .fs-c-productNameHeading__name {
  letter-spacing: 0.02em;
}
#fs_ProductDetails .fs-c-productNumber {
  margin-bottom: 25px !important;
  padding: 0;
  border: 0;
  font-weight: bold;
}
#fs_ProductDetails .saleOff_icon {
  padding: 3px 15px;
  border-radius: 0;
  font-size: 1.8rem;
}
#fs_ProductDetails .saleOff_icon .saleoff_iconTxt {
  letter-spacing: 0.08em;
}
#fs_ProductDetails .fs-c-productPrice {
  font-weight: 700;
  letter-spacing: 0.1em;
}
#fs_ProductDetails .fs-c-productPrice__main__label {
  margin-right: 0.5em;
}
#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__main__label {
  display: none;
}
#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__main__price {
  font-size: 3.2rem !important;
}
#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__addon::before, #fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__addon::after {
  content: none;
}
#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__addon__label {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}
#fs_ProductDetails .fs-c-price span {
  letter-spacing: 0.15em;
}
#fs_ProductDetails .productRating {
  font-size: 1.3rem;
}
#fs_ProductDetails .productBrand {
  margin-bottom: 40px;
  padding: 20px 20px 40px;
  border-radius: 0;
  background: #F2F2F2;
}
#fs_ProductDetails .productBrand-name {
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
#fs_ProductDetails .productBrand-txt {
  margin-top: 0.5em;
  letter-spacing: 0.08em;
}
#fs_ProductDetails .productBrand-link {
  letter-spacing: 0.08em;
  text-align: center;
}
#fs_ProductDetails .productBrand-link .brandlist {
  display: inline-grid;
  place-content: center;
  width: 100%;
  height: 46px;
  border-radius: 0;
  background-color: #707070;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
#fs_ProductDetails .fs-c-productPointDisplay {
  margin-top: 1em;
  padding: 0;
  background-color: transparent;
  color: currentColor;
  font-weight: 700;
}
#fs_ProductDetails .fs-c-productSalesPeriod {
  display: inline-block;
  margin-left: 1.5em;
  font-weight: 700;
  font-size: 1.2rem;
}
#fs_ProductDetails .fs-c-aggregateRating {
  margin-bottom: 15px;
}
#fs_ProductDetails .fs-c-productSelection {
  padding: 0;
  background: none;
}
#fs_ProductDetails .fs-c-productSelection__label {
  font-size: 1.3rem;
}
#fs_ProductDetails .fs-c-productSelection__name {
  margin-top: 1em;
  margin-bottom: 0.3em;
  padding: 0;
  background: transparent;
}
#fs_ProductDetails .fs-c-productSelection__selection {
  padding: 0;
}
#fs_ProductDetails #rec_area,
#fs_ProductDetails #rec_area_besthit,
#fs_ProductDetails #rec_area_ranking {
  margin-top: 40px;
  margin-right: -15px;
  margin-left: -15px;
}
#fs_ProductDetails .rec_items {
  display: flex;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  overflow: auto;
  gap: 15px;
}
#fs_ProductDetails .rec_items .rec_detail {
  flex: 1;
}
#fs_ProductDetails .rec_items .rec_detail .img {
  aspect-ratio: 264/335;
  -o-object-fit: cover;
     object-fit: cover;
}
#fs_ProductDetails .c-card {
  min-width: 146px;
}
#fs_ProductDetails #rec_area_ranking .rec_items {
  counter-reset: rank;
}
#fs_ProductDetails #rec_area_ranking li span.rank[data-rank="1"] + .c-card__link,
#fs_ProductDetails #rec_area_ranking li span.rank[data-rank="2"] + .c-card__link,
#fs_ProductDetails #rec_area_ranking li span.rank[data-rank="3"] + .c-card__link {
  position: relative;
  counter-increment: rank;
}
#fs_ProductDetails #rec_area_ranking li span.rank[data-rank="1"] + .c-card__link::before,
#fs_ProductDetails #rec_area_ranking li span.rank[data-rank="2"] + .c-card__link::before,
#fs_ProductDetails #rec_area_ranking li span.rank[data-rank="3"] + .c-card__link::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  content: counter(rank);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  padding: 0.4em 0.6em;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  pointer-events: none;
}
#fs_ProductDetails #rec_area_ranking li span.rank[data-rank="1"] + .c-card__link::before {
  background: #A27F2C;
}
#fs_ProductDetails #rec_area_ranking li span.rank[data-rank="2"] + .c-card__link::before {
  background: #545661;
}
#fs_ProductDetails #rec_area_ranking li span.rank[data-rank="3"] + .c-card__link::before {
  background: #61494F;
}
@media (min-width: 769px){
  .c-product-spec {
    margin-bottom: 60px !important;
  }
  .fs-l-main {
    margin: 80px auto;
  }
  .fs-l-product4 .fs-l-productLayout {
    grid-template-columns: 560px 480px;
    justify-content: space-between;
    grid-gap: 0 80px;
  }
  .fs-l-productLayout__item--3 {
    grid-column: 1/3;
  }
  .fs-l-productLayout__item--3 #rec_area,
  .fs-l-productLayout__item--3 #rec_area_besthit,
  .fs-l-productLayout__item--3 #rec_area_ranking {
    max-width: 1400px;
    margin-top: 100px;
    margin-inline: auto;
  }
  #fs_ProductDetails .fs-p-heading--lv2 {
    font-size: 4.5rem;
  }
  #fs_ProductDetails .fs-c-productThumbnail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 15px 30px !important;
    gap: 15px;
  }
  #fs_ProductDetails .brandLink_parts {
    margin-top: 0;
  }
  #fs_ProductDetails .productBrand {
    margin-bottom: 0;
    padding: 32px;
  }
  #fs_ProductDetails .productBrand-link .brandlist {
    width: 307px;
  }
  #fs_ProductDetails #rec_area,
  #fs_ProductDetails #rec_area_besthit,
  #fs_ProductDetails #rec_area_ranking {
    margin-top: 100px;
    margin-inline: auto;
  }
  #fs_ProductDetails .rec_items {
    justify-content: center;
    padding: 0;
    gap: 24px;
  }
  #fs_ProductDetails #rec_area_ranking li span.rank[data-rank="1"] + .c-card__link::before,
  #fs_ProductDetails #rec_area_ranking li span.rank[data-rank="2"] + .c-card__link::before,
  #fs_ProductDetails #rec_area_ranking li span.rank[data-rank="3"] + .c-card__link::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 769px){
  .product-header .sp-menu-area {
    display: none !important;
  }
  .product-header-top.fixed {
    background: none;
  }
  .product-header-top.fixed .g-navi {
    position: static;
    bottom: auto;
  }
}
@media (min-width: 1200px){
  .fs-l-productLayout__item--3 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px){
  .product-header .inner {
    padding: 0 7.2%;
  }
  .product-header .inner .toggle-btn {
    display: block;
    z-index: 9999;
    position: absolute;
    top: 20px;
    left: 15px;
    width: 27px;
    height: 17px;
    cursor: pointer;
  }
  .product-header .inner .top {
    display: block;
    padding-bottom: 15px;
    text-align: center;
  }
  .product-header .inner .top .logo img {
    max-width: 132px;
  }
  .product-header .inner .top .logo .text {
    margin-top: 10px;
    margin-bottom: 0;
    color: #7a7171;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .product-header .inner .top .shop-btn {
    display: none;
  }
  .product-header .inner .top .right {
    display: none;
  }
  .product-header .shop-btn {
    width: 94%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .product-header .shop-btn a {
    font-size: 1.4rem;
    line-height: 46px;
  }
  .product-header .g-navi {
    display: none;
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 50px;
    background: none;
  }
  .product-header .g-navi ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .product-header .g-navi li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333%;
    height: 46px;
    margin: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #000;
  }
  .product-header .g-navi li a {
    padding: 0 15px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .product-header .g-navi li.search {
    display: none;
  }
  .product-header .fs-p-searchForm__inputGroup {
    width: 100%;
    height: auto;
  }
  .product-header .fs-p-headerNavigation__search {
    width: 100%;
    margin: 0 auto;
    background: #f2f2f2;
  }
  .product-header .fs-p-headerNavigation__search form {
    display: flex;
    width: 100%;
  }
  .product-header .fs-p-searchForm__input {
    width: 100%;
    border-radius: 0;
    background: #f2f2f2;
  }
  .product-header.fixed {
    background-color: rgba(232, 231, 234, 0.89);
  }
  .product-header.fixed .top {
    padding-bottom: 0;
  }
  .product-header.fixed .top .logo {
    display: block;
    padding-bottom: 15px;
  }
  .product-header.fixed .top .logo img {
    width: 120px;
  }
  .product-header.fixed .top .logo .text {
    display: none;
  }
  .product-header.fixed .sp-bottom,
  .product-header.fixed .sp-category {
    display: none !important;
  }
  .product-header-top {
    height: auto;
    background: none;
  }
  .product-header-top .g-navi {
    position: static;
  }
  .product-header-top .visual-logo {
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    transform: translateX(0);
  }
  .product-header-top .visual-logo img {
    width: 132px;
    margin: 0 auto;
  }
  .product-header-top .visual-logo .text {
    margin-top: 10px;
    margin-bottom: 0;
    color: #7a7171;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .product-header-top.fixed .inner .logo {
    display: block;
  }
  .sp-category {
    padding: 0 15px;
  }
  .sp-category-list {
    display: flex;
    justify-content: center;
  }
  .sp-category-list li a {
    display: block;
    padding: 1em 2em;
    color: #aaa5a5;
  }
}
@media (hover: hover){
  .c-cartinButton:hover {
    color: #fff;
    opacity: 0.7;
  }
  .c-product-spec__block dt:hover {
    opacity: 0.7;
  }
  .p-product-guide li a:hover {
    opacity: 0.7;
  }
  .p-product-guide .fs-c-button--plain:hover {
    opacity: 0.7;
  }
}