@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Marcellus:wght@400&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

/*----------------------------------------------
detail
----------------------------------------------*/
.detailContentBox {
  margin: 30px 0; }

.detailContentList {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .detailContentList > dd {
    margin: 0; }

.detailSpecTbl {
  width: 100%;
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  border-collapse: collapse;
  border-spacing: 0;
  /*.fs-c-productNumber {
  	border: none;
  	padding: 0;
  	font-size: inherit;
  	.fs-c-productNumber__label {
  		display: none;
  	}
  	.fs-c-productNumber__number {
  		font-weight: normal;
  	}
  }*/ }
  .detailSpecTbl tr:has(td:empty) {
    display: none; }
  .detailSpecTbl th,
  .detailSpecTbl td {
    font-weight: normal;
    text-align: left;
    padding: 0.5em 0;
    border-bottom: 1px solid #E4E4E4; }
  .detailSpecTbl th {
    padding-right: 2em;
    white-space: nowrap; }
  .detailSpecTbl td {
    width: 100%; }

.detailNotionBox {
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  margin: 0;
  padding: 1em;
  border: 1px solid #E4E4E4; }

.detailGuaranteeTxt {
  text-align: center;
  margin: 0; }

.detailLineLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.4rem;
  max-width: 400px;
  margin: 0 auto;
  padding: 1em;
  border: 1px solid #333333;
  background: #ffffff; }
  .detailLineLink a .icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.8em;
    margin: 0 0.5em 0 0; }

.detailCartBox {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #E4E4E4; }
  .detailCartBox .detailCartBoxInner {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 15px 5%;
    max-height: calc(100vh - 200px);
    overflow-y: scroll; }
    @media (min-width: 1201px) {
      .detailCartBox .detailCartBoxInner {
        padding: 0;
        max-height: none;
        overflow: auto; } }
  @media (min-width: 1201px) {
    .detailCartBox {
      position: relative;
      bottom: auto;
      left: auto;
      padding: 0; } }
  .detailCartBox .fs-c-productNumber {
    width: 100%;
    border: none;
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    margin: 0 0 0.5em 0;
    padding: 0; }
    @media (min-width: 1201px) {
      .detailCartBox .fs-c-productNumber {
        display: none; } }
    .detailCartBox .fs-c-productNumber .fs-c-productNumber__number {
      font-weight: normal; }
      .detailCartBox .fs-c-productNumber .fs-c-productNumber__number::before {
        content: "("; }
      .detailCartBox .fs-c-productNumber .fs-c-productNumber__number::after {
        content: ")"; }
  .detailCartBox .fs-c-productPrices.fs-c-productPrices--productDetail {
    width: calc(100% - 8em);
    font-size: 1.2rem; }
    .detailCartBox .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__price.fs-c-price {
      font-size: 2.4rem;
      font-weight: normal; }
  .detailCartBox .detailCartReviewLink {
    width: 8em;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    .detailCartBox .detailCartReviewLink p {
      margin: 0; }
  .detailCartBox .detailCartBoxBtnOpenBox {
    width: 100%; }
    @media (min-width: 1201px) {
      .detailCartBox .detailCartBoxBtnOpenBox {
        display: none; } }
    .detailCartBox .detailCartBoxBtnOpenBox button {
      font-size: 1.2rem;
      color: #ffffff;
      text-align: center;
      margin: 1em 0 0 0;
      display: block;
      width: 100%;
      background-color: #333333;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0.8em;
      appearance: none;
      position: relative; }
      .detailCartBox .detailCartBoxBtnOpenBox button::after {
        content: "";
        display: block;
        width: 0.5em;
        aspect-ratio: 1 / 1;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        position: absolute;
        top: 50%;
        right: 12px;
        rotate: -45deg;
        translate: 0 -30%; }
  .detailCartBox .detailCartBoxBtnCloseBox {
    display: none;
    width: 100%;
    background: #E4E4E4;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -100%); }
    .detailCartBox .detailCartBoxBtnCloseBox button {
      display: block;
      margin: 0 0 0 auto;
      width: 40px;
      aspect-ratio: 1 / 1;
      position: relative;
      background-color: transparent;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      appearance: none; }
      .detailCartBox .detailCartBoxBtnCloseBox button::before, .detailCartBox .detailCartBoxBtnCloseBox button::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 70%;
        height: 1px;
        background: #888888;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .detailCartBox .detailCartBoxBtnCloseBox button::before {
        transform: rotate(-45deg); }
      .detailCartBox .detailCartBoxBtnCloseBox button::after {
        transform: rotate(45deg); }
  .detailCartBox .detailCartBoxForm {
    display: none;
    width: 100%;
    margin: 1em 0; }
    @media (min-width: 1201px) {
      .detailCartBox .detailCartBoxForm {
        display: block; } }

.commonContentBox.detailContentBox.review .fs-c-productReview::before {
  content: "まだ、レビューが書かれていません。";
  display: block;
  text-align: center;
  margin: 1em auto;
  padding: 0.8em;
  background: #F6F6F6; }
.commonContentBox.detailContentBox.review:has(.fs-c-productReview__aggregateRating) .fs-c-productReview::before {
  display: none; }
