@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
.fs-body-product .fs-l-main section .inner_wrap {
  padding-top: 0;
}

@media screen and (max-width: 750px) {
  .scroll header {
    background: rgba(255,255,255,.5);
  }
  header + main {
    padding-top: 0;
  }
}

@media screen and (min-width: 751px) {
  header .logo svg {
    fill: #fff;
  }
}

/* -----------------------------------------------
mv
----------------------------------------------- */
.mv {
  width: 100vw;
  max-width: 1340px;
  position: relative;
  top: 0;
  left: 50%;
  translate: -50% 0;
}

/* -----------------------------------------------
product_grid
----------------------------------------------- */


@media screen and (max-width: 750px) {
  /* レイアウト */
  .product_grid {
    margin: 40px calc(50% - 50vw) 0;
    width: 100vw;
    display: grid;
    grid-template-columns: 49.6% 6.4% 44%;
    grid-template-rows: 48.53vw auto auto auto auto auto auto;
    gap: 0px 0px;
    grid-auto-flow: row;
  }
  .product_grid .img_01 { grid-area: 1 / 1 / 3 / 3; }
  .product_grid .title_img { grid-area: 1 / 3 / 2 / 4; }
  .product_grid .img_02 { grid-area: 2 / 2 / 4 / 4; }
  .product_grid .product_info { grid-area: 4 / 1 / 5 / 4; }
  .product_grid .text_01 { grid-area: 5 / 1 / 6 / 4; }
  .product_grid .text_02 { grid-area: 6 / 1 / 7 / 4; }
  .product_grid .sns_share { grid-area: 7 / 1 / 8 / 4; }

  /* その他 */
  .product_grid .title_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product_grid .title_img img {
    width: 79.69%;
  }
  .product_grid .product_info > *,
  .product_grid .text_01 > *,
  .product_grid .text_02 > *,
  .product_grid .sns_share > * {
    width: 77.6%;
    margin-inline: auto;
  }
  .product_grid .fs-c-productNameHeading {
    margin-top: 41px;
    margin-bottom: 0;
  }
  .product_grid .fs-c-productNameHeading__name {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: bold;
    display: block;
  }
  .product_grid .fs-c-productPrices {
    margin-bottom: 17px;
  }
  .product_grid .fs-c-price__value {
    font-size: 18px;
    letter-spacing: 0.03em;
    font-weight: bold;
  }
  .product_grid p {
    font-size: 14px;
    line-height: 1.96;
    letter-spacing: 0;
    font-family: "hiragino-mincho-pron", sans-serif;
    margin-top: 0;
    margin-bottom: 0;
  }
  .product_grid .sns_share {
    padding-top: 25px;
  }
  .product_grid .fs-p-snsArea strong {
    font-size: 11px;
    margin-bottom: 7px;
  }
  .product_grid .fs-p-snsArea a {
    margin-right: 10px;
  }
  .product_grid .fs-p-snsArea a img {
    width: 20px;
  }
}

@media screen and (min-width: 751px) {
  /* レイアウト */
  .product_grid {
    width: 978px; 
    max-width: 100%;
    margin: 163px auto 0;
    display: grid;
    grid-template-columns: 42.94% 42.94%;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 0px 14.12%;
    grid-auto-flow: row;
    justify-content: center;
    align-content: space-around;
    align-items: stretch;
    grid-template-areas:
      "img_01 title_img"
      "img_01 product_info"
      "img_01 text_01"
      "img_01 img_02"
      "text_02 img_02"
      "sns_share img_02";
  }
  .product_grid .img_01 { grid-area: img_01; }
  .product_grid .title_img { grid-area: title_img; }
  .product_grid .product_info { grid-area: product_info; }
  .product_grid .text_01 { grid-area: text_01; }
  .product_grid .img_02 { grid-area: img_02; }
  .product_grid .text_02 { grid-area: text_02; }
  .product_grid .sns_share { grid-area: sns_share; }

  /* その他 */
  .product_grid .title_img img {
    width: 86.19%;
    margin: 0 auto;
    display: block;
  }
  .product_grid .img_01 {
    padding-top: 30px;
  }
  .product_grid .img_02 {
    padding-top: 95px;
  }
  .product_grid .fs-c-productNameHeading {
    padding-top: 105px;
    margin-bottom: 7px;
  }
  .product_grid .fs-c-productNameHeading__name {
    font-size: 24px;
    font-weight: bold;
    width: 85.71%;
    display: block;
  }
  .product_grid .fs-c-productPrices {
    margin-bottom: 18px;
  }
  .product_grid p {
    font-size: 15px;
    line-height: 2.46;
    letter-spacing: 0;
    font-family: "hiragino-mincho-pron", sans-serif;
    margin: 0;
  }
  .product_grid .text_01 p {
    width: 85.71%;
  }
  .product_grid .text_02 p {
    width: 85.71%;
    margin-left: auto;
  }
  .product_grid .sns_share {
    padding-top: 30px;
  }
  .product_grid .sns_share .fs-p-snsArea {
    width: 85.71%;
    margin-left: auto;
  }
}

/* -----------------------------------------------
tenpo_wrap
----------------------------------------------- */
.modal_wrap .fs-c-price__value {
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
.modal_wrap .fs-c-productListItem__control {
  display: none;
}
.modal_wrap .fs-c-productPrices {
  margin-bottom: 0;
}
.modal_wrap .fs-c-productPrice {
  line-height: 1;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
.modal_wrap .fs-c-price__currencyMark {
  display: inline-block;
}
.modal_wrap .fs-c-price__value::after {
  content: none;
}
.modal_wrap .fs-c-productPrice__addon span {
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
/* .shop_content {
  background-color: #EEF3F7;
}
.shop_name dt {
  border: 1px solid #211816;
  background-color: #fff;
  border-radius: 1px;
  display: flex;
	justify-content: center;
	align-items: center;
}
.shop_name dd.name i {
 font-style: normal;
}
.shop_name dd.name span {
 font-weight: bold;
}
.shop_info dl div {
  display: flex;
	justify-content: flex-start;
}
.shop_info dl dt {
  position: relative;
}
.shop_info dl dt::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #231815;
  position: absolute;
  top: 50%;
  left: calc(100% - 0.5em);
  translate: 0 -50%;
}
.shop_info dl dd.fx {
  display: flex;
}
.shop_info dl dd a {
  border-radius: 50vh;
  background-color: #8B9DB2;
  color: #fff;
  display: flex;
	justify-content: center;
	align-items: center;
} */

@media screen and (max-width: 750px) {
  .tenpo_wrap {
    margin: 114px calc(50% - 50vw) 0;
    width: 100vw;
  }
  /* .shop_content {
    width: 94.2%;
    margin: 24px auto 0;
    padding: 13px 3.8% 25px;
  }
  .shop_content .img {
    width: 100%;
  }
  .shop_content .text {
    margin-top: 29px;
  }
  .shop_name dl {
    text-align: center;
  }
  .shop_name dt {
    font-size: 10px;
    letter-spacing: 0.08em;
    width: 110px;
    height: 20px;
    margin: 0 auto;
  }
  .shop_name dd.name {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0.8em;
  }
  .shop_name dd.name i {
    font-size: 11px;
    letter-spacing: 0;
    margin-right: 1em;
  }
  .shop_name dd.name span {
    font-size: 18px;
    letter-spacing: 0.05;
  }
  .shop_name dd.name_en {
    font-size: 6px;
    letter-spacing: 0;
    margin-top: 1.4em;
  }
  .shop_info {
    margin-top: 18px;
  }
  .shop_info * {
    font-size: 11px;
    line-height: 1.28;
    letter-spacing: 0;
  }
  .shop_info dl div {
    align-items: stretch;
  }
  .shop_info dl div + div {
    margin-top: 10px;
  }
  .shop_info dl dt {
    width: 5em;
    display: flex;
    align-items: center;
  }
  .shop_info dl dd {
    flex: 1;
  }
  .shop_info dl dd.fx {
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 10px;
  }
  .shop_info dl dd a {
    width: 51px;
    height: 13px;
    font-size: 9px;
    letter-spacing: 0;
  } */
}

@media screen and (min-width: 751px) {
  .tenpo_wrap {
    margin-top: 154px;
  }
  /* .shop_content {
    max-width: 940px;
    margin: 51px auto 0;
    padding: 30px 2.5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 3.86%;
  }
  .shop_content .img {
    width: 340px;
  }
  .shop_content .text {
    flex: 1;
  }
  .shop_name dt {
    font-size: 10px;
    letter-spacing: 0.08em;
    width: 125px;
    height: 23px;
  }
  .shop_name dd.name {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .shop_name dd.name i {
    font-size: 15px;
    letter-spacing: 0;
    margin-right: 1em;
  }
  .shop_name dd.name span {
    font-size: 25px;
    letter-spacing: 0.05;
  }
  .shop_name dd.name_en {
    font-size: 11px;
    letter-spacing: 0;
    margin-top: 0.5em;
  }
  .shop_info {
    margin-top: 24px;
  }
  .shop_info * {
    font-size: 14px;
    line-height: 1.28;
    letter-spacing: 0;
  }
  .shop_info dl div {
    align-items: flex-start;
  }
  .shop_info dl div:has(.fx) {
    align-items: center;
  }
  .shop_info dl div + div {
    margin-top: 16px;
  }
  .shop_info dl dt {
    width: 5em;
  }
  .shop_info dl dd {
    flex: 1;
  }
  .shop_info dl dd.fx {
    justify-content: space-between;
    align-items: center;
  }
  .shop_info dl dd a {
    width: 102px;
    height: 26px;
    font-size: 18px;
    letter-spacing: 0;
  } */
}

/* -----------------------------------------------
おすすめ商品
----------------------------------------------- */


@media screen and (max-width: 750px) {
  .fs-c-featuredProduct_wrap {
    margin-top: 56px;
  }
  main:not(.torinohito_product) .fs-c-featuredProduct {
    padding-top: 36px;
  }
}

@media screen and (min-width: 751px) {
  .fs-c-featuredProduct_wrap {
    margin-top: 202px;
  }
  main:not(.torinohito_product) .fs-c-featuredProduct {
    padding-top: 0;
    border-top: none;
  }
}