@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
header {
  background-color: #333333;
}
main h1,
main h2,
main p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .header_inner {
    padding: 16px 0 10px;
  }
  main {
    padding-top: 74px;
  }
  .con_heading {
    padding-left: 17px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    position: relative;
  }
  .con_heading::before {
    content: '';
    width: 1px;
    height: calc(100% - 0.2em);
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .header_inner {
    padding: 1.71% 0 1.71%;
  }
  main {
    padding-top: 7.4%;
  }
  .product_fx {
    display: grid;
    grid-template-columns: 58% 35.33%;
    grid-template-rows: 1fr auto;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    align-content: center;
    justify-content: space-between;
    grid-template-areas:
      "img_wrap info_wrap"
      "desc_wrap info_wrap";
  }
  .con_heading {
    padding-left: 17px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    position: relative;
  }
  .con_heading::before {
    content: '';
    width: 1px;
    height: calc(100% - 0.2em);
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1400px) {
  .header_inner {
    padding: 24px 0 24px;
  }
  main {
    padding-top: 103px;
  }
}

/* -----------------------------------------------
img_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .img_wrap .fs-c-productCarouselMainImage .fs-c-slick .slick-list {
    aspect-ratio: 1/0.667;
    height: auto!important;
    width: 100%;
  }
  .img_wrap .fs-c-productCarouselMainImage .fs-c-slick .slick-track,
  .img_wrap .fs-c-productCarouselMainImage .slick-slide > div,
  .img_wrap .fs-c-productCarouselMainImage .slick-slide figure {
    height: 100%;
    pointer-events: none;
  }
  .img_wrap .fs-c-productCarouselMainImage .fs-c-slick img {
    aspect-ratio: 1/0.667;
    object-fit: cover;
    height: 100%;
  }
  .img_wrap .fs-c-productCarouselMainImage .slick-arrow {
    display: none!important;
  }
  .img_wrap .fs-c-productCarouselMainImage__expandButton {
    display: none;
  }
  .img_wrap .fs-c-productCarouselMainImage__thumbnailList {
    margin-top: 20px;
    overflow-x: hidden;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .img_wrap .fs-c-productCarouselMainImage__thumbnailList li {
    width: 22.6%;
    margin-right: 2.89%;
    flex-basis: auto;
    position: relative;
  }
  .img_wrap .fs-c-productCarouselMainImage__thumbnailList li:nth-child(4n) {
    margin-right: 0;
  }
  .img_wrap .fs-c-productCarouselMainImage__thumbnailList li:nth-child(n + 5) {
    margin-top: 12px;
  }
  .img_wrap .fs-c-productCarouselMainImage__thumbnailList li:not(.slick-active)::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.59);
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .img_wrap {
    grid-area: img_wrap;
  }
  .img_wrap .fs-c-productCarouselMainImage .fs-c-slick .slick-list {
    aspect-ratio: 1/0.667;
    height: auto!important;
    width: 100%;
  }
  .img_wrap .fs-c-productCarouselMainImage .fs-c-slick .slick-track,
  .img_wrap .fs-c-productCarouselMainImage .slick-slide > div,
  .img_wrap .fs-c-productCarouselMainImage .slick-slide figure {
    height: 100%;
    pointer-events: none;
  }
  .img_wrap .fs-c-productCarouselMainImage .fs-c-slick img {
    aspect-ratio: 1/0.667;
    object-fit: cover;
    height: 100%;
  }
  .img_wrap .fs-c-productCarouselMainImage .slick-arrow {
    display: none!important;
  }
  .img_wrap .fs-c-productCarouselMainImage__expandButton {
    display: none;
  }
  .img_wrap .fs-c-productCarouselMainImage__thumbnailList {
    margin-top: 10px;
    overflow-x: auto;
  }
  .img_wrap .fs-c-productCarouselMainImage__thumbnailList li {
    width: 11.2%;
    margin-right: 1.43%;
    flex-basis: auto;
    position: relative;
  }
  .img_wrap .fs-c-productCarouselMainImage__thumbnailList li:not(.slick-active)::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.59);
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* -----------------------------------------------
info_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .info_wrap {
    margin-top: 43px;
  }
  /* 商品一言説明 */
  .info_wrap .summary p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #555555;
  }
  /* 商品名 */
  .info_wrap .fs-c-productNameHeading {
    margin-top: 7px;
  }
  .info_wrap .fs-c-productNameHeading__name {
    font-family: 'Lato', sans-serif;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  /* 商品番号 */
  .info_wrap .fs-c-productNumber {
    margin-top: 8px;
  }
  .info_wrap .fs-c-productNumber * {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #888888;
  }
  .info_wrap .fs-c-productNumber__label::after {
    content: ': ';
  }
  /* 商品価格 */
  .info_wrap .fs-c-productPrices {
    margin-top: 17px;
  }
  .info_wrap .fs-c-price__currencyMark {
    display: none;
  }
  .info_wrap .fs-c-price__value::after {
    content: '円';
  }
  .info_wrap .fs-c-productPrice__addon__label:first-child,
  .info_wrap .fs-c-productPrice__addon__price:nth-child(2),
  .info_wrap .fs-c-productPrice__addon__connector {
    display: none;
  }
  .info_wrap .fs-c-productPrice__addon__price::before {
    content: none;
  }
  .info_wrap .fs-c-productPrice,
  .info_wrap .fs-c-productPrice__main,
  .info_wrap .fs-c-productPrice__addon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .info_wrap .fs-c-productPrice {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info_wrap .fs-c-productPrice__main__label {
    margin-right: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  .info_wrap .fs-c-productPrice__main__price .fs-c-price__value {
    margin-right: 3px;
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  .info_wrap .fs-c-productPrice__main__price .fs-c-price__value::after {
    margin-left: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  .info_wrap .fs-c-productPrice__addon * {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
  }
  .info_wrap .fs-c-productPrice__addon::before {
    content: '(';
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
  }
  .info_wrap .fs-c-productPrice__addon::after {
    content: '）';
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
  }
  /* オプション価格 */
  .info_wrap .fs-c-productOption {
    margin: 27px 0 0;
  }
  .info_wrap .fs-c-productOption__name {
    padding: 14px 3.75% 0;
    background-color: #F3F3F3;
  }
  .info_wrap .fs-c-productOption__label {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  .info_wrap .fs-c-productOption__label .fs-c-requiredMark {
    display: none;
  }
  .info_wrap .fs-c-productOption__option {
    padding: 9px 3.75% 15px;
    margin: 0 0 16px;
    background-color: #F3F3F3;
  }
  .info_wrap .fs-c-productOption__option .fs-c-dropdown__menu {
    height: 32px;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
    border: none;
  }
  .info_wrap .fs-c-productOption__option .fs-c-dropdown::after {
    background: none;
    border-left: none;
  }
  /* お気に入り */
  .info_wrap .fs-c-productQuantityAndWishlist__wishlist {
    display: none;
  }
  /* 数量 */
  .info_wrap .fs-c-productQuantityAndWishlist__quantity {
    margin-top: 15px;
    max-width: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .info_wrap .fs-c-productQuantityAndWishlist__quantity::before {
    content: '数量';
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
    margin-right: 15px;
  }
  .info_wrap .fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
    width: 98px;
    height: 44px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #555555;
    text-align: center;
  }
  /* カートに入れる */
  .info_wrap .fs-c-productActionButton {
    margin-top: 30px;
  }
  .info_wrap .fs-c-button--addToCart--detail {
    width: 100%;
    height: 64px;
    background-color: #009B77;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .3s;
  }
  .info_wrap .fs-c-button--addToCart--detail:hover {
    opacity: 0.8;
  }
  .info_wrap .fs-c-button--addToCart--detail .fs-c-button__label {
    padding-left: 32px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #fff;
    position: relative;
  }
  .info_wrap .fs-c-button--addToCart--detail .fs-c-button__label::before {
    content: '';
    width: 24px;
    height: 21px;
    background-image: url(../img/product/icon_cart_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  /* contact_fx */
  .info_wrap .contact_fx {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .info_wrap .contact_fx > * {
    width: 47.16%;
  }
  .info_wrap .contact_fx .fs-c-button--inquiryAboutProduct {
    background: none;
    border: 1px solid #DEDEDE;
    width: 100%;
    height: 36px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    padding: 0.5em;
    height: 100%;
  }
  .info_wrap .contact_fx .fs-c-button--inquiryAboutProduct .fs-c-button__label {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #333333;
  }
  .info_wrap .contact_fx .fs-c-returnedSpecialContract__link {
    height: 100%;
  }
  .info_wrap .contact_fx .fs-c-returnedSpecialContract__link a {
    background: none;
    border: 1px solid #DEDEDE;
    width: 100%;
    height: 36px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #333333;
    text-align: center;
    padding: 0.5em;
    height: 100%;
  }
  /* シェア */
  .info_wrap .fs-p-snsArea {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 13px 0 13px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    margin-top: 20px;
  }
  .info_wrap .fs-p-snsArea strong {
    padding: 0 6.6%;
    margin-right: 8.49%;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    border-right: 1px solid #DEDEDE;
  }
  .info_wrap .fs-p-snsArea a.share_tweet,
  .info_wrap .fs-p-snsArea a.share_line {
    margin-left: 7.54%;
  }
  .info_wrap .fs-p-snsArea img {
    height: 26px;
    max-width: none;
  }
}

@media screen and (min-width: 768px) {
  .info_wrap {
    grid-area: info_wrap;
  }
  /* 商品一言説明 */
  .info_wrap .summary p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #555555;
  }
  /* 商品名 */
  .info_wrap .fs-c-productNameHeading {
    margin-top: 7px;
  }
  .info_wrap .fs-c-productNameHeading__name {
    font-family: 'Lato', sans-serif;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  /* 商品番号 */
  .info_wrap .fs-c-productNumber {
    margin-top: 8px;
  }
  .info_wrap .fs-c-productNumber * {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #888888;
  }
  .info_wrap .fs-c-productNumber__label::after {
    content: ': ';
  }
  /* 商品価格 */
  .info_wrap .fs-c-productPrices {
    margin-top: 17px;
  }
  .info_wrap .fs-c-price__currencyMark {
    display: none;
  }
  .info_wrap .fs-c-price__value::after {
    content: '円';
  }
  .info_wrap .fs-c-productPrice__addon__label:first-child,
  .info_wrap .fs-c-productPrice__addon__price:nth-child(2),
  .info_wrap .fs-c-productPrice__addon__connector {
    display: none;
  }
  .info_wrap .fs-c-productPrice__addon__price::before {
    content: none;
  }
  .info_wrap .fs-c-productPrice,
  .info_wrap .fs-c-productPrice__main,
  .info_wrap .fs-c-productPrice__addon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .info_wrap .fs-c-productPrice {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info_wrap .fs-c-productPrice__main__label {
    margin-right: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  .info_wrap .fs-c-productPrice__main__price .fs-c-price__value {
    margin-right: 3px;
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  .info_wrap .fs-c-productPrice__main__price .fs-c-price__value::after {
    margin-left: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  .info_wrap .fs-c-productPrice__addon * {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
  }
  .info_wrap .fs-c-productPrice__addon::before {
    content: '(';
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
  }
  .info_wrap .fs-c-productPrice__addon::after {
    content: '）';
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
  }
  /* オプション価格 */
  .info_wrap .fs-c-productOption {
    margin: 27px 0 0;
  }
  .info_wrap .fs-c-productOption__name {
    padding: 14px 3.75% 0;
    background-color: #F3F3F3;
  }
  .info_wrap .fs-c-productOption__label {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  .info_wrap .fs-c-productOption__label .fs-c-requiredMark {
    display: none;
  }
  .info_wrap .fs-c-productOption__option {
    padding: 9px 3.75% 15px;
    margin: 0 0 16px;
    background-color: #F3F3F3;
  }
  .info_wrap .fs-c-productOption__option .fs-c-dropdown__menu {
    height: 32px;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
    border: none;
  }
  .info_wrap .fs-c-productOption__option .fs-c-dropdown::after {
    background: none;
    border-left: none;
  }
  /* お気に入り */
  .info_wrap .fs-c-productQuantityAndWishlist__wishlist {
    display: none;
  }
  /* 数量 */
  .info_wrap .fs-c-productQuantityAndWishlist__quantity {
    margin-top: 15px;
    max-width: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .info_wrap .fs-c-productQuantityAndWishlist__quantity::before {
    content: '数量';
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
    margin-right: 15px;
  }
  .info_wrap .fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
    width: 98px;
    height: 44px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #555555;
    text-align: center;
  }
  /* カートに入れる */
  .info_wrap .fs-c-productActionButton {
    margin-top: 30px;
  }
  .info_wrap .fs-c-button--addToCart--detail {
    width: 100%;
    height: 64px;
    background-color: #009B77;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .3s;
  }
  .info_wrap .fs-c-button--addToCart--detail:hover {
    opacity: 0.8;
  }
  .info_wrap .fs-c-button--addToCart--detail .fs-c-button__label {
    padding-left: 32px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #fff;
    position: relative;
  }
  .info_wrap .fs-c-button--addToCart--detail .fs-c-button__label::before {
    content: '';
    width: 24px;
    height: 21px;
    background-image: url(../img/product/icon_cart_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  /* contact_fx */
  .info_wrap .contact_fx {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .info_wrap .contact_fx > * {
    width: 47.16%;
  }
  .info_wrap .contact_fx .fs-c-button--inquiryAboutProduct {
    background: none;
    border: 1px solid #DEDEDE;
    width: 100%;
    height: 36px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    padding: 0.5em;
    height: 100%;
  }
  .info_wrap .contact_fx .fs-c-button--inquiryAboutProduct .fs-c-button__label {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #333333;
  }
  .info_wrap .contact_fx .fs-c-returnedSpecialContract__link {
    height: 100%;
  }
  .info_wrap .contact_fx .fs-c-returnedSpecialContract__link a {
    background: none;
    border: 1px solid #DEDEDE;
    width: 100%;
    height: 36px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #333333;
    text-align: center;
    padding: 0.5em;
    height: 100%;
  }
  /* シェア */
  .info_wrap .fs-p-snsArea {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 13px 0 13px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    margin-top: 20px;
  }
  .info_wrap .fs-p-snsArea strong {
    padding: 0 6.6%;
    margin-right: 8.49%;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    border-right: 1px solid #DEDEDE;
  }
  .info_wrap .fs-p-snsArea a.share_tweet,
  .info_wrap .fs-p-snsArea a.share_line {
    margin-left: 7.54%;
  }
  .info_wrap .fs-p-snsArea img {
    height: 26px;
    max-width: none;
  }
}

/* -----------------------------------------------
desc_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .desc_wrap {
    margin-top: 10px;
  }
  .description_long {
    margin-top: 48px;
  }
  .description_long p {
    margin: 16px 0 0;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .description_short {
    margin-top: 41px;
  }
  .description_short table {
    margin-top: 22px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 20px 0;
  }
  .description_short table,
  .description_short table tbody,
  .description_short table tr {
    display: block;
  }
  .description_short table th,
  .description_short table td {
    display: block;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .description_short table th {
    font-weight: bold;
    border-top: 1px solid #707070;
    padding: 10px 0 10px;
    text-align: left;
  }
  /* .description_short table tr:first-child th {
    border-top: 1px solid #707070;
  } */
  .description_short table td {
    border-top: 1px solid #DEDEDE;
    padding: 10px 0 10px;
  }
  .description_short table tr:last-child td {
    border-bottom: 1px solid #707070;
  }
  .desc_con_wrap {
    margin-top: 51px;
  }
  .desc_con + .desc_con {
    margin-top: 52px;
  }
  .desc_con_wrap img {
    width: 100%;
  }
  .desc_con_wrap .movie {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .desc_con_wrap .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .desc_con_wrap p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #555555;
  }
  .desc_con * + p {
    margin-top: 11px;
  }
}

@media screen and (min-width: 768px) {
  .desc_wrap {
    grid-area: desc_wrap;
  }
  .description_long {
    margin-top: 48px;
  }
  .description_long p {
    margin: 18px 0 0;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .description_short {
    margin-top: 47px;
  }
  .description_short table {
    margin-top: 22px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 20px 0;
  }
  .description_short table,
  .description_short table tbody {
    display: block;
  }
  .description_short table tr {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .description_short table th,
  .description_short table td {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .description_short table th {
    font-weight: bold;
    border-bottom: 1px solid #707070;
    padding: 10px 0 10px;
    width: 21.56%;
    text-align: left;
  }
  .description_short table tr:first-child th {
    border-top: 1px solid #707070;
  }
  .description_short table td {
    border-bottom: 1px solid #DEDEDE;
    padding: 10px 0 10px;
    width: 75.57%;
    margin-left: 2.87%;
  }
  .description_short table tr:first-child td {
    border-top: 1px solid #DEDEDE;
  }
  .desc_con_wrap {
    margin-top: 56px;
  }
  .desc_con + .desc_con {
    margin-top: 52px;
  }
  .desc_con_wrap img {
    width: 100%;
  }
  .desc_con_wrap .movie {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .desc_con_wrap .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .desc_con_wrap p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #555555;
  }
  .desc_con * + p {
    margin-top: 16px;
  }
}

/* -----------------------------------------------
review_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .review_wrap {
    width: 100vw;
    margin: 57px calc(50% - 50vw) 0;
    padding: 61px 0 83px;
    background-color: #E0ECF3;
  }
  .review_wrap .sec_heading {
    text-align: center;
  }
  .review_wrap .sec_heading strong {
    color: #555555;
    font-size: 2.8rem;
  }
  .review_wrap .sec_heading h2 {
    margin-top: 13px;
    color: #888888;
  }
  .review_wrap .fs-c-productReview {
    margin: 34px auto 0;
    padding: 22px 2.5% 30px;
    max-width: 976px;
    background-color: #fff;
    overflow: hidden;
  }
  .review_wrap .fs-c-productReview__aggregateRating {
    display: block;
  }
  .review_wrap .fs-c-aggregateRating__rating {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .review_wrap .fs-c-aggregateRating__rating::before {
    content: "この商品の平均評価";
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #333333;
    margin-right: 12px;
    display: flex;
    align-items: center;
  }
  .review_wrap .fs-c-aggregateRating__rating .fs-c-rating__stars {
    margin-right: 4px;
    display: block;
  }
  .review_wrap .fs-c-aggregateRating__rating .fs-c-rating__stars::before {
    color: #E99B37;
    font-size: 2.2rem;
  }
  .fs-c-rating__value {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #E99B37;
    display: flex;
    align-items: center;
  }
  .review_wrap .fs-c-rating__value::after {
    content: '/5.00';
  }
  .review_wrap .fs-c-aggregateRating__count {
    margin-top: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .review_wrap .fs-c-aggregateRating__count::before {
    content: 'レビュー数 :';
    font-weight: bold;
  }
  .review_wrap .fs-c-productReview__reviewList {
    position: relative;
    margin-top: 16px;
    padding-top: 33px;
  }
  .review_wrap .fs-c-productReview__reviewList:before {
    content: '';
    width: 976px;
    height: 1px;
    background-color: #E0ECF3;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .review_wrap .fs-c-reviewList__item {
    background-color: #F7F7F7;
    padding: 20px 2.52% 21px;
  }
  .review_wrap .fs-c-reviewList__item + .fs-c-reviewList__item {
    margin-top: 20px;
  }
  .review_wrap .fs-c-reviewList__item__info {
    position: relative;
  }
  .review_wrap .fs-c-reviewer__name {
    padding-right: 140px;
  }
  .review_wrap .fs-c-reviewer__name a {
    pointer-events: none;
  }
  .review_wrap .fs-c-reviewer__name__nickname {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  .review_wrap .fs-c-reviewer__name__nickname::after {
    content: 'さん';
  }
  .review_wrap .fs-c-reviewer__name__reviewNumber {
    display: none;
  }
  .review_wrap .fs-c-reviewer__profile {
    margin-top: 9px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .review_wrap .fs-c-reviewer__profile__prefecture {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #888888;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .review_wrap .fs-c-reviewer__profile__prefecture::before {
    content: '出身';
    padding: 2px 20px 1px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    margin-right: 8px;
  }
  .review_wrap .fs-c-reviewer__profile__ageGroup {
    margin-left: 20px;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #888888;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .review_wrap .fs-c-reviewer__profile__ageGroup::before {
    content: '年齢';
    padding: 2px 20px 1px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    margin-right: 8px;
  }
  .review_wrap .fs-c-reviewer__profile__gender {
    margin-top: 14px;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #888888;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .review_wrap .fs-c-reviewer__profile__gender::before {
    content: '性別';
    padding: 2px 20px 1px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    margin-right: 8px;
  }
  .review_wrap .fs-c-reviewInfo__date {
    margin: 0;
    position: absolute;
    top: 4px;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  .review_wrap .fs-c-reviewInfo__date dt {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #888888;
  }
  .review_wrap .fs-c-reviewInfo__date dd {
    margin-left: 1em;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #888888;
  }
  .review_wrap .fs-c-reviewList__item .fs-c-reviewRating {
    margin-top: 14px;
  }
  .review_wrap .fs-c-reviewList__item .fs-c-reviewInfo__stars::before {
    color: #E99B37;
    font-size: 1.5rem;
  }
  .review_wrap .btn_fx {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .review_wrap .fs-c-reviewList__item__body {
    margin-top: 16px;
    padding-top: 20px;
    border-top: 1px solid #DEDEDE;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #888888;
  }
  .fs-c-productReview__allReviews {
    width: 46.37%;
    max-width: 160px;
  }
  .fs-c-button--viewAllReviews {
    width: 100%;
    height: 32px;
    background-color: #555555;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .fs-c-button--viewAllReviews .fs-c-button__label {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .fs-c-productReview__addReview  {
    margin-left: 8px;
    width: 46.37%;
    max-width: 160px;
  }
  .fs-c-button--addReview--detail {
    width: 100%;
    height: 32px;
    border: 1px solid #555555;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .fs-c-button--addReview--detail .fs-c-button__label {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #555555;
  }
}

@media screen and (min-width: 768px) {
  .review_wrap {
    width: 100vw;
    margin: 100px calc(50% - 50vw) 0;
    padding: 61px 0 66px;
    background-color: #E0ECF3;
  }
  .review_wrap .sec_heading {
    text-align: center;
  }
  .review_wrap .sec_heading strong {
    color: #555555;
  }
  .review_wrap .sec_heading h2 {
    margin-top: 13px;
    color: #888888;
  }
  .review_wrap .fs-c-productReview {
    margin: 31px auto 0;
    padding: 22px 2.5% 30px;
    max-width: 976px;
    background-color: #fff;
    overflow: hidden;
  }
  .review_wrap .fs-c-productReview__aggregateRating {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .review_wrap .fs-c-aggregateRating__rating {
    margin-right: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .review_wrap .fs-c-aggregateRating__rating::before {
    content: "この商品の平均評価 :";
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #333333;
    margin-right: 12px;
    display: flex;
    align-items: center;
  }
  .review_wrap .fs-c-aggregateRating__rating .fs-c-rating__stars {
    margin-right: 4px;
    display: block;
  }
  .review_wrap .fs-c-aggregateRating__rating .fs-c-rating__stars::before {
    color: #E99B37;
    font-size: 2.2rem;
  }
  .fs-c-rating__value {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #E99B37;
    display: flex;
    align-items: center;
  }
  .review_wrap .fs-c-rating__value::after {
    content: '/5.00';
  }
  .review_wrap .fs-c-aggregateRating__count {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .review_wrap .fs-c-aggregateRating__count::before {
    content: 'レビュー数 :';
    font-weight: bold;
    margin-left: 6px;
  }
  .review_wrap .fs-c-productReview__reviewList {
    position: relative;
    margin-top: 16px;
    padding-top: 33px;
  }
  .review_wrap .fs-c-productReview__reviewList:before {
    content: '';
    width: 976px;
    height: 1px;
    background-color: #E0ECF3;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .review_wrap .fs-c-reviewList__item {
    background-color: #F7F7F7;
    padding: 20px 2.52% 16px;
  }
  .review_wrap .fs-c-reviewList__item + .fs-c-reviewList__item {
    margin-top: 20px;
  }
  .review_wrap .fs-c-reviewList__item__info {
    position: relative;
  }
  .review_wrap .fs-c-reviewer__name {
    padding-right: 140px;
  }
  .review_wrap .fs-c-reviewer__name a {
    pointer-events: none;
  }
  .review_wrap .fs-c-reviewer__name__nickname {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
  }
  .review_wrap .fs-c-reviewer__name__nickname::after {
    content: 'さん';
  }
  .review_wrap .fs-c-reviewer__name__reviewNumber {
    display: none;
  }
  .review_wrap .fs-c-reviewer__profile {
    margin-top: 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .review_wrap .fs-c-reviewer__profile__prefecture {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #888888;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .review_wrap .fs-c-reviewer__profile__prefecture::before {
    content: '出身';
    padding: 2px 20px 1px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    margin-right: 8px;
  }
  .review_wrap .fs-c-reviewer__profile__ageGroup {
    margin-left: 20px;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #888888;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .review_wrap .fs-c-reviewer__profile__ageGroup::before {
    content: '年齢';
    padding: 2px 20px 1px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    margin-right: 8px;
  }
  .review_wrap .fs-c-reviewer__profile__gender {
    margin-left: 20px;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #888888;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .review_wrap .fs-c-reviewer__profile__gender::before {
    content: '性別';
    padding: 2px 20px 1px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    margin-right: 8px;
  }
  .review_wrap .fs-c-reviewInfo__date {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  .review_wrap .fs-c-reviewInfo__date dt {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #888888;
  }
  .review_wrap .fs-c-reviewInfo__date dd {
    margin-left: 1em;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #888888;
  }
  .review_wrap .fs-c-reviewList__item .fs-c-reviewRating {
    margin-top: 14px;
  }
  .review_wrap .fs-c-reviewList__item .fs-c-reviewInfo__stars::before {
    color: #E99B37;
    font-size: 1.5rem;
  }
  .review_wrap .btn_fx {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .review_wrap .fs-c-reviewList__item__body {
    margin-top: 16px;
    padding-top: 20px;
    border-top: 1px solid #DEDEDE;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #888888;
  }
  .fs-c-button--viewAllReviews {
    width: 167px;
    height: 32px;
    background-color: #555555;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .fs-c-button--viewAllReviews .fs-c-button__label {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .fs-c-button--addReview--detail {
    margin-left: 8px;
    width: 167px;
    height: 32px;
    border: 1px solid #555555;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .fs-c-button--addReview--detail .fs-c-button__label {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #555555;
  }
}

/* -----------------------------------------------
モーダル（商品についての問い合わせ）
----------------------------------------------- */
.fs-c-modal {
  font-size: 1.4rem;
}
.fs-c-modal__inner.is-warning {
  border: 2px solid #388EC9;
}
.fs-c-modal__inner.is-warning .fs-c-modal__header {
  background: #388EC9;
  border-radius: 0;
  color: #ffffff;
}
.fs-c-modal__inner.is-warning .fs-c-modal__close {
  color: #ffffff;
}
.fs-c-modal__header {
  background: #f7f7f7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 8px 16px;
}
.fs-c-modal__title,
.fs-c-modal__productName {
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0.1em 0 0;
}
.fs-c-modal__productPrice {
  font-weight: normal;
}
.fs-c-modal--inquiry .fs-c-modal__inner {
  min-width: 360px;
}
.fs-c-modal--pickupStoreList .fs-c-modal__inner,
.fs-c-modal--pickupStoreDescription .fs-c-modal__inner {
  width: 800px;
}
.fs-c-inputTable {
  table-layout: fixed;
}
.fs-c-inputTable__headerCell {
  text-align: right;
}
.fs-c-inputTable__headerCell--numberOfPayments {
  display: none;
}
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
  padding: 16px 0;
}
.fs-c-inputTable__dataCell {
  position: relative;
}
.fs-c-inputTable--inModal .fs-c-inputTable__headerCell {
  text-align: left;
}
.fs-c-inputTable--inModal .fs-c-inputTable__headerCell,
.fs-c-inputTable--inModal .fs-c-inputTable__dataCell {
  padding: 0;
}
.fs-c-inputTable--inModal > thead {
  display: none;
}
.fs-c-inputTable--inModal > tbody {
  display: block;
}
.fs-c-inputTable--inModal > tbody > tr {
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.fs-c-inputTable--inModal > tbody > tr + tr {
  margin-top: 8px;
}
.fs-c-inputTable--child .fs-c-inputTable__headerCell {
  text-align: left;
}
.fs-c-inputTextGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fs-c-inputTextGroup > * + * {
  margin-left: 8px;
}
.fs-c-inputTextGroup__item {
  flex: 1 1 50%;
}
.fs-c-inquiryMessage {
  margin: 0 0 16px;
}
.fs-c-inquiryProduct {
  display: grid;
  grid-template-columns: 64px 1fr;
  margin: 0 auto 20px;
}
.fs-c-inquiryProduct__productImage {
  margin-right: 8px;
}
.fs-c-inquiryProduct__productImage img {
  max-width: 100%;
}
.fs-c-inquiryProduct__productName:only-child {
  grid-column: 1/3;
}
.fs-c-inputInformation a {
  color: #3572b0;
  text-decoration: none;
}
.fs-c-inputInformation fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 32px;
}
.fs-c-inputInformation__message {
  margin: 24px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fs-c-inputInformation__message .fs-c-modal__contents .fs-c-inputInformation__message {
  margin: 0;
  justify-content: flex-start;
}
.fs-c-inputInformation__message .fs-c-modal__contents .fs-c-inputInformation__message p {
  text-align: left;
}
.fs-c-inputInformation__body {
  background: #ffffff;
  color: #333333;
  padding: 16px 24px;
  max-width: 768px;
  margin: 0 auto;
}
.fs-c-inputInformation__link {
  margin-top: 8px;
  text-align: right;
}
.fs-c-inputInformation__button {
  margin-top: 32px;
  text-align: center;
}
.fs-c-inputInformation__inFieldButton {
  margin-top: 16px;
}
.fs-c-inputInformation__buttonMessage {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fs-c-inputInformation__field {
  margin: 24px auto;
  max-width: 600px;
}
.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 1.2rem;
}
.fs-c-checkout-checkoutMethod__body .fs-c-inputInformation__field {
  max-width: 100%;
  margin: 8px auto;
}
.fs-c-inputInformation .fs-c-inputTable > tbody > tr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
}
.fs-c-inputInformation .fs-c-inputTable {
  width: 100%;
}
.fs-c-inputInformation [type=text],
.fs-c-inputInformation textarea {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  line-height: 1.4;
  min-height: 1.8em;
  padding: 3px 5px;
  width: 100%;
}
.fs-c-inputInformation textarea {
  min-height: 5em;
}
.fs-c-inputInformation .fs-c-button--standard {
  background: #ebebeb;
  border: 1px solid #bbbbbb;
  border-radius: 0px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 2px #b2b2b2;
}