/** Shopify CDN: Minification failed

Line 306:0 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');




@media only screen and (min-width: 768px) {
  .pc-hide{
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .sp-hide{
    display: none;
  }
}
#shopify-section-header .global-header.hover, #shopify-section-header .global-header{
  /* position: fixed; */
  position: absolute;
}
.section__active{
  border-bottom: 2px solid #000;
  font-weight: bold;
}

.thb-product-detail.product .product-information form .product_title{
  /* font-size: calc(var(--font-heading-scale)* 1.75rem); */
  font-weight: 400;
  letter-spacing: 2px;
}

.product-information .product-price-container .amount{
  color: #000;
}
.product-information .product-price-container .tax{
  font-size: 12px;
}
@media screen and (max-width: 1067px) {
  .product-section .product.custom-product-section__width-max{
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .product-section .product.custom-product-section__width-max{
    margin-bottom: 0;
  }
  .thb-product-detail.product .columns{
    padding: 0;
  }

}

@media only screen and (min-width: 768px) {
  body:not(.template-index).template-product #main-content .shopify-section:last-child{
    padding-bottom: 0 !important;
  }
}
.c-btn {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  background: #1467D1;
  color: #fff;
  padding: 20px 24px;
  border-radius: 40px;
  border: 2px solid #1467D1;
  position: relative;
  -webkit-box-shadow: 0 4px 4px -1px rgba(12, 12, 13, 0.08);
          box-shadow: 0 4px 4px -1px rgba(12, 12, 13, 0.08);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
.c-btn:disabled,
.c-btn.disabled{
  pointer-events: none;
  opacity: .5;
}
.p-product__foot button.c-btn:disabled:hover{
  background: #1467D1;
  color: #fff;
}
.c-btn.disabled:hover{
  background: #fff;
  color: #1467D1;
}
.p-product__foot button.c-btn,
.p-product__foot a.c-btn,
.p-product__foot #reset-btn.c-btn{
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-product__foot button.c-btn:hover,
.p-product__foot a.c-btn:hover{
  background: #fff;
  color: #1467D1;
  -webkit-box-shadow: 0 2px 4px 0 rgba(12, 12, 13, 0.2) inset;
          box-shadow: 0 2px 4px 0 rgba(12, 12, 13, 0.2) inset;
}
.p-product__foot #reset-btn.c-btn:hover{
  background: #1467D1;
  color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(12, 12, 13, 0.2) inset;
          box-shadow: 0 2px 4px 0 rgba(12, 12, 13, 0.2) inset;
}


@media screen and (max-width: 768px) {
  .c-btn {
    padding: 16px 24px;
    font-size: 14px;
  }
}

.c-accordion {
    border-bottom: 1px solid #151515;
}
.c-accordion:first-child {
border-top: 1px solid #151515;
}

.c-accordion__title {
position: relative;
padding: 24px 64px 24px 8px;
cursor: pointer;
}
.c-accordion__title::before, .c-accordion__title::after {
content: "";
position: absolute;
top: 50%;
right: 20px;
background-color: #151515;
height: 1px;
width: 12px;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.c-accordion__title::before {
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
.c-accordion__title::after {
-webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
}

.c-accordion__body {
display: none;
}

.c-accordion__content {
padding: 0 8px 24px 8px;
}

.c-accordion__text a {
text-decoration: underline;
color: #A2A2A2;
}

.js-accordion-title.open .c-accordion__title::after {
-webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
}

.c-accordion__sub-item:nth-child(n+2) {
margin-top: 24px;
}

.c-accordion__sub-title {
font-weight: 500;
}

.l-inner {
margin: 0 auto;
max-width: 1200px;
padding: 0 15px;
}

.l-inner--s {
margin: 0 auto;
max-width: 816px;
padding: 0 15px;
}

.l-sec {
padding: 40px 0;
letter-spacing: 1.4px;
}

.center {
text-align: center;
}

.dib {
display: inline-block;
}

.c-title {
font-size: 20px;
letter-spacing: 0.1em; /* 0.2→0.1に変更 */
font-weight: 400;
font-family: "Noto Sans JP", sans-serif !important;
}
h4.c-title{
font-size: 18px;
}
.p-step__head .c-title {
  margin-bottom: 0;

}
.l-title {
  margin-bottom: 28px;
  /* border-bottom: 1px dotted #B0ADA6; */
  display: inline-block;
  padding: 0 8px 8px 8px;
  position: relative;
}
.l-title__under:after{
  content: '';
  background-image: linear-gradient(45deg, #3593B3 0%, #28D1CE 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.c-block-section__title{
  text-align: center;
}

.caution {
font-size: 14px;
}

.p-fixed-btn {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 16px 15px;
background: rgba(227, 223, 212, 0.4);
text-align: center;
z-index: 99;
/* opacity: 0;
visibility: hidden; */
-webkit-transition: opacity 0.4s, visibility 0.4s;
transition: opacity 0.4s, visibility 0.4s;
}
.p-fixed-btn__link:hover{
  color: #fff;
}
.p-fixed-btn.is-active {
opacity: 1;
visibility: visible;
}

.p-fixed-btn__link {
display: block;
width: 100%;
max-width: 240px;
margin: 0 auto;
background: #1467D1;
color: #fff;
padding: 20px 24px;
border-radius: 40px;
border: 2px solid #1467D1;
position: relative;
-webkit-box-shadow: 0 4px 4px -1px rgba(12, 12, 13, 0.08);
        box-shadow: 0 4px 4px -1px rgba(12, 12, 13, 0.08);
font-weight: 500;
}
/* .p-fixed-btn__link::before {
content: "";
position: absolute;
top: 50%;
left: 24px;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
width: 15px;
height: 11px;
-webkit-mask: url(../img/arrow-up.svg);
        mask: url(../img/arrow-up.svg);
-webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
-webkit-mask-position: center center;
        mask-position: center center;
-webkit-mask-size: contain;
        mask-size: contain;
background: #fff;
-webkit-transition: background 0.3s;
transition: background 0.3s; */
}
@media screen and (max-width: 768px) {
  .p-fixed-btn__link {
    padding: 16px 24px;
    font-size: 14px;
  }
}

/* ==============================================================
# 商品
============================================================== */
.custom-product-section__width-max .p-product__imgs .p-product__main-swiper{
  margin-top: 16px;
}
.custom-product-section__width-max .row{
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.custom-product-section__width-max .row .p-product__image-section{
  /* height: calc(100vh - 95px); */
  width: calc(100% - 500px);
  max-width: calc(100% - 500px);
  flex: 0 0 100%;
}


/* 商品画像 */
.p-product__imgs .p-product__main-swiper ul.p-product__main-items{
  margin-top: 0px;
}
.p-product__imgs ul{
  list-style: none;
  margin-bottom: 0;
}
.p-product__imgs ul li{
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.custom-product-section__width-max .p-product__imgs{
  height: calc(100vh - 95px);
  max-height: calc(100vh - 95px);
}

.custom-product-section__width-max .p-product__imgs .p-product__main-swiper{
  height: calc(100% - 95px);
}
@media screen and (min-width: 1350px) {
  .custom-product-section__width-max .p-product__imgs .p-product__main-swiper{
    height: calc(100% - 106px);
  }
}

.custom-product-section__width-max .row .p-product__image-section .p-product__main-item img{
  width: 100%;
  height: 100%;
  /* max-width: calc(100% - 100px); */
  max-width: 700px;
  object-fit: contain;
}

@media screen and (min-width: 1600px) {
  .custom-product-section__width-max .row .p-product__image-section .p-product__main-item img{
    max-width: 100%;
  }
}
@media screen and (max-width: 1067px) {
  .custom-product-section__width-max .row .p-product__image-section{
    width: 100%;
    max-width: 100%;
  }
  .custom-product-section__width-max .p-product__imgs{
    height: auto;
    max-height: 100%;
  }
  .custom-product-section__width-max .row .p-product__image-section .p-product__main-item img{
    max-width: 100%;
  }
  .p-product__imgs .p-product__main-swiper ul.p-product__main-items,
  .custom-product-section__width-max .p-product__imgs .p-product__main-swiper{
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-product__imgs .p-product__main-swiper ul.p-product__main-items{
    margin-top: 10px;
  }
  .custom-product-section__width-max .row .p-product__image-section .p-product__main-item img{
    max-height: 270px;
    object-fit: contain;
  }
}
.custom-product-section__width-max.thb-product-detail .product-information{
  margin-top: 0;
}
/* ======== */

.p-product {
  padding-bottom: 16px;
}

.p-product__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-product__main-items.swiper-wrapper{
  align-items: center;
}
.p-product__imgs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65.7638888889%;
      -ms-flex: 0 0 65.7638888889%;
          flex: 0 0 65.7638888889%;
}

.p-product__main-item {
  width: 100% !important;
}
/* .p-product__main-item img {
  aspect-ratio: 947/660;
} */
  /* 動画コンテナのスタイル */
  .p-product__video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* 正方形の比率 */
    overflow: hidden;
  }
  
  .p-product__video-container video,
  .p-product__video-container iframe {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: translateY(-50%);
  }
  
  /* 3Dモデルコンテナのスタイル */
  .p-product__model-container {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  
  .p-product__model-container model-viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* サムネイルの動画アイコン */
  .p-product__thumb-item {
    position: relative;
  }
  
  .p-product__thumb-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
  }
.p-product__thumb-swiper-wrapper {
  position: relative;
  margin-top: 16px;
  padding: 0 70px;
}
@media screen and (min-width: 1500px) {
  .p-product__thumb-swiper-wrapper {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  } 
}
@media screen and (max-width: 768px) {
  .p-product__thumb-swiper-wrapper {
    padding: 0 50px;
  } 
}
.p-product__thumb-swiper-wrapper .swiper-button-next {
  right: 20px;
}
.p-product__thumb-swiper-wrapper .swiper-button-prev {
  left: 20px;
}

.p-product__thumb-item {
  opacity: 0.4;
  /* width: calc((100% - 88px) / 9) !important; */
  cursor: pointer;
  max-width: 80px;
}
.p-product__thumb-item img {
  aspect-ratio: 1/1;
}

.swiper-slide-thumb-active {
  opacity: 1;
}

.p-product__thumb-swiper-wrapper .swiper-button-next,
.p-product__thumb-swiper-wrapper .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ABABAB;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-product__thumb-swiper-wrapper .swiper-button-next,
.p-product__thumb-swiper-wrapper .swiper-button-prev {
  width: 20px;
  height: 20px;
}
}
.p-product__thumb-swiper-wrapper .swiper-button-next::after,
.p-product__thumb-swiper-wrapper .swiper-button-prev::after {
  content: "";
  width: 7px;
  height: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

/* .p-product__thumb-swiper-wrapper .swiper-button-next::after {
  -webkit-mask: url(../img/arrow.svg);
          mask: url(../img/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
} */

/* .swiper-button-prev::after {
  -webkit-mask: url(../img/arrow.svg);
          mask: url(../img/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
} */

.p-product__thumb-swiper-wrapper .swiper-button-next {
  right: 20px;
}
.p-product__thumb-swiper-wrapper .swiper-button-prev span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  transform: translateX(25%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .p-product__thumb-swiper-wrapper .swiper-button-prev span {
    margin-left: 6px;
    width: 6px;
    height: 6px;
  }
}
.p-product__thumb-swiper-wrapper .swiper-button-prev span::after,
.p-product__thumb-swiper-wrapper .swiper-button-prev span::before {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.p-product__thumb-swiper-wrapper .swiper-button-prev span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.p-product__thumb-swiper-wrapper .swiper-button-prev span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-product__thumb-swiper-wrapper .swiper-button-prev span::before {
    height: 1px;
  }
  
  .p-product__thumb-swiper-wrapper .swiper-button-prev span::after {
    width: 1px;
  }
}

.p-product__thumb-swiper-wrapper .swiper-button-next span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  transform: translateX(25%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-product__thumb-swiper-wrapper .swiper-button-next span {
    margin-right: 0;
    width: 6px;
    height: 6px;
  }
  .p-product__thumb-swiper-wrapper{
    margin-top: 10px;
  }
}
.p-product__thumb-swiper-wrapper .swiper-button-next span::after,
.p-product__thumb-swiper-wrapper .swiper-button-next span::before {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.p-product__thumb-swiper-wrapper .swiper-button-next span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.p-product__thumb-swiper-wrapper .swiper-button-next span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-product__thumb-swiper-wrapper .swiper-button-next span::before {
    height: 1px;
  }
  
  .p-product__thumb-swiper-wrapper .swiper-button-next span::after {
    width: 1px;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
  background: #E3E3E3;

}

.swiper-button-disabled {
  background: #E3E3E3;
  opacity: 1 !important;
}

.p-product__textarea {
  padding: 24px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  background: #F7FAFB;
}

.p-product__tabs {
  padding: 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #B0ADA6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-product__tabs {
    padding: 0;
  }
  .p-product__textarea {
  padding: 16px 0 24px;
  }
}


/*  */
.product-information{
  max-width: 500px;
  width: 500px;
}
@media screen and (max-width: 1067px) {
  .product-information{
    width: 100%;
    max-width: 100%;
  }
  .thb-product-detail .row .product-information{
    margin-top: 10px;
  }
}
/* @media screen and (max-width: 768px) {
.thb-product-detail .row .product-information{
  margin-top: 10px;
}
} */

.p-product__tab {
  width: 40%;
  padding-bottom: 16px;
  text-align: center;
  margin-bottom: -1px;
}
.p-product__tab.is-active {
  font-weight: 600;
  /* -webkit-box-shadow: 0px -2px 0px #151515 inset;
          box-shadow: 0px -2px 0px #151515 inset; */
  border-bottom: 2px solid #151515;
}

.p-product__step {
  display: none;
}
.p-product__step.is-active {
  display: block;
}

.p-product__text {
  font-size: 20px;
  margin-bottom: 0;
}
.p-product__text p{
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.p-product__text {
  font-size: 16px;
} 
.p-product__tab {
  font-size: 14px;
  padding-bottom: 14px;
}
}

.p-product__sizes,
.p-product__compensation
{
  list-style: none;
}
.p-product__body {
  padding: 8px 20px 0;
}

.p-product__colors {
  padding: 16px 0;
}

.p-product__radio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04), 0 4px 4px -1px rgba(12, 12, 13, 0.08);
          box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04), 0 4px 4px -1px rgba(12, 12, 13, 0.08);
  cursor: pointer;
}
.p-product__radio:nth-of-type(n+2) {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-product__radio:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.p-product__radio input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.p-product__radio::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #E3DFD4;
  box-sizing: border-box;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}


/* input がチェックされたら、その親要素の背景色を変更 */
.p-radio:has(input[type=radio]:checked) {
  border: none;
  background-color: #E3DFD4;
  -webkit-box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04) inset, 0 4px 4px -1px rgba(12, 12, 13, 0.08) inset;
          box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04) inset, 0 4px 4px -1px rgba(12, 12, 13, 0.08) inset;
}
.p-radio:has(input[type=radio]:checked)::after {
  display: none;
}

.p-radio__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}


@media screen and (max-width: 768px) {
  .p-radio__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .thb-product-detail .row .product-information fieldset{
    margin-bottom: 0;
  }
}

.p-radio__img img {
  aspect-ratio: 9/6;
  height: 60px;
  border-radius: 8px 0 0 8px;
}

.p-radio__flex {
  margin-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* flex-direction: column; */
}

.p-radio__title {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
}
.is-disabled .p-radio__title{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
  row-gap: 4px;
}
.p-radio__title span{
  font-size: 10px;
  /* margin-left: 12px; */
  padding: 2px 4px;
  border-radius: 2px;
  line-height: 1;
  background-color: #5f5f5f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-radio__title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.p-radio__price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 80px;
      -ms-flex: 0 1 80px;
          flex: 0 1 80px;
  /* margin-right: 24px; */
  text-align: right;
  display: flex;
  align-items: center;
  column-gap: 12px;
  justify-content: flex-end;
}

.p-radio__before-price {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.p-radio__before-price span {
  font-size: 12px;
}

.p-radio__after-price {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.p-radio__after-price.line-price,
.p-radio__after-price.line-price span{
  /* text-decoration: line-through; */
  font-size: 14px;
  line-height: 1;
}
.p-radio__after-price.line-price{
  position: relative;
  color: #6D6D6D;
}
.p-radio__after-price.line-price::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 60%; /* 中央より少し下の位置（50%が中央、60%で少し下） */
  height: 1px; /* 細い線 */
  background-color: currentColor;

}
.p-radio__after-price.line-price{
  margin-top: 4px;
}
.p-radio__after-price.sale-price{
  font-size: 18px;
  line-height: 1;
  /* margin-top: 4px; */
  display: flex;
  align-items: center;

}
.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #151515;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 5px 8px;
  border-left-color: currentColor;
  border-right: 0;
  margin-top: 4px;
  margin-right: 12px;
}
.p-product__main-price .dli-caret-right{
  margin-top: 0px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .p-radio__after-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 469px) {
  .p-radio__flex {
    /* flex-direction: column;
    align-items: flex-start */
    flex-wrap: wrap;
  }
  .p-radio__after-price.line-price{
    margin-top: 0;
  }
  .p-radio__price{
    flex-direction: column;
  }
  .dli-caret-right {
    margin-top: 2px;
    margin-right: 4px;
  }
  .p-product__main-price .dli-caret-right{
    margin-top: 0;
  }
}

.p-radio__after-price span {
  font-size: 16px;
}

/* サイズボタンの Sold Out スタイル */
.p-radio-sizing__btns label.is-disabled {
  /* opacity: 0.6; */
  position: relative;
  cursor: not-allowed;
  background: #eee;
}

.p-radio-sizing__btns label.is-disabled input {
  pointer-events: none;
}

.size-sold-out {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #5f5f5f;
  color: #fff;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: normal;
}
.is-disabled{
  background-color: #eee;
}

/* Sold Out テキストを表示するためのスタイル調整 */
.p-radio-sizing__btns label {
  position: relative;
}
/* ---------------  --------------- */
.p-product__size:nth-child(2) {
  padding: 16px 0 24px;
  margin-top: 24px;
  border-top: 1px solid #A2A2A2;
}

.p-size__text {
  padding: 8px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-size__text {
    font-size: 14px;
  }
}

.p-size__right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.p-size__link {
  display: inline-block;
  padding: 8px 0 12px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}

.p-size__link--left{
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .p-size__link {
    padding: 16px 0;
  }
}

.p-radio-size {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04), 0 4px 4px -1px rgba(12, 12, 13, 0.08);
        box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04), 0 4px 4px -1px rgba(12, 12, 13, 0.08);
}
@media screen and (max-width: 768px) {
.p-radio-size .p-radio__price{
  flex: 0 1 60px;
}
}
.p-radio-size input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.p-radio-size::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* border: 1px solid #575757; */
  box-sizing: border-box;
  border-radius: 8px;
  opacity: 0;
}
.p-radio-size .p-radio__title,
.p-radio-size .p-radio__before-price,
.p-radio-size .p-radio__after-price {
  color: #575757;
}

/* .p-radio-size:has(input[type=radio]:checked) {
  background: #fff;
  -webkit-box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04), 0 4px 4px -1px rgba(12, 12, 13, 0.08);
          box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04), 0 4px 4px -1px rgba(12, 12, 13, 0.08);
} */

.p-radio-size:has(input[type=radio]:checked) {
  background: #E3DFD4;
  -webkit-box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04) inset, 0 4px 4px -1px rgba(12, 12, 13, 0.08) inset;
          box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04) inset, 0 4px 4px -1px rgba(12, 12, 13, 0.08) inset;
}
.p-radio-size:has(input[type=radio]:checked) .p-radio__title,
.p-radio-size:has(input[type=radio]:checked) .p-radio__before-price,
.p-radio-size:has(input[type=radio]:checked) .p-radio__after-price {
  color: #151515;
}
.p-radio-size:has(input[type=radio]:checked)::after {
  opacity: 1;
}

.p-radio-size--select {
  padding: 16px 0;
}
.p-radio-size--select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-mask: url(/cdn/shop/files/icon_plus.svg?v=1743055194);
          mask: url(/cdn/shop/files/icon_plus.svg?v=1743055194);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #575757;
}
.p-radio-size--select .p-radio__title {
  color: #575757;
}

.p-radio-size--select:has(input[type=radio]:checked) .p-radio__title {
  color: #151515;
}
.p-radio-size--select:has(input[type=radio]:checked)::before {
  -webkit-mask: url(/cdn/shop/files/icon_check.svg?v=1743055193);
          mask: url(/cdn/shop/files/icon_check.svg?v=1743055193);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #575757;
}

.p-radio-sizing {
  display: none;
}

.p-radio-sizing {
  margin-top: 20px;
}

.p-radio-sizing__btns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.p-radio-sizing__btns label {
  position: relative;
  display: block;
  padding: 25px 8px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  color: #575757;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  -webkit-box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04), 0 4px 4px -1px rgba(12, 12, 13, 0.08);
        box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04), 0 4px 4px -1px rgba(12, 12, 13, 0.08);
}
.p-radio-sizing__btns label span {
  font-size: 10px;
  margin-left: 2px;
}
.p-radio-sizing__btns label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #575757;
  box-sizing: border-box;
  border-radius: 8px;
  opacity: 0;
}
.p-radio-sizing__btns input {
  position: absolute;
  opacity: 0;
}

.p-radio-sizing__btns label:has(input[type=radio]:checked) {
  border: none;
  background-color: #E3DFD4;
  color: #151515;
  -webkit-box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04) inset, 0 4px 4px -1px rgba(12, 12, 13, 0.08) inset;
          box-shadow: 0 -2px 4px 0px rgba(12, 12, 13, 0.04) inset, 0 4px 4px -1px rgba(12, 12, 13, 0.08) inset;
}



/* 追加：補償 */
.p-product__compensation .p-radio__flex{
  padding: 20px 20px;
}
.p-product__compensation .p-radio__price{
  margin-right: 0;
}
.p-product__compensation-text{
  background-color: #E3DFD4;
  margin-left: -20px;
  margin-right: -20px;
  padding: 16px 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.p-product__compensation-text p{
  margin-bottom: 0;
}

.p-product__compensation .p-product__radio:last-child{
  margin-bottom: 40px;
}
/* ---------------  --------------- */
.p-product__foot {
  border-top: 1px solid #E3DFD4;
  padding: 24px 20px;
}

.p-product__foot-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: stretch;
  gap: 12px;
}

.p-reset__btn {
  margin-bottom: 16px;
}

a.reset-btn {
  text-align: center;
  margin-right: 0;
  background: #fff;
  color: #1467D1;
}

/* @media screen and (max-width: 399px) {
  a.reset-btn {
    max-width: calc(100% - 93.3px - 24px);
  }
} */

#reset-btn{
  display: none;
}
.p-product__foot-inner{
  min-width: 130px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 16px;
}
.p-product__selected-color{
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.p-product__selected-color span{
  font-size: 16px;
  font-weight: bold;
}

.p-product__price {
  text-align: left;
}

.p-product__price s{
  color: #6d6d6d;
}

.p-product__before-price {
  margin-bottom: 4px;
  line-height: 1;
}
.p-product__before-price span {
  font-size: 12px;
}

.p-product__main-price {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1;
}
.p-product__main-price span {
  font-size: 20px;
}

.p-product__price-label_sale{
  margin-right: 2px;
}

.p-product__price-label span{
  color: #ffffff;
  background: #DE1E1E;
  padding: 5px;
  line-height: 1;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
  font-size: 11px;
}


/* ---------------  --------------- */
.p-product__btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 240px;
      -ms-flex: 0 1 240px;
          flex: 0 1 240px;
}

.p-product__method .list-payment{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: flex-start;
  padding: 16px 20px;
  flex-wrap: wrap;
  list-style: none;
  line-height: 0;
  gap: 2px;
}

@media screen and (max-width: 768px) {
  .p-product__method .list-payment{
    margin-bottom: 0;
  }
}

.p-product__method .list-payment li{
  margin-bottom: 0;
}

.p-product__contents {
  padding: 16px 20px;
  font-size: 14px;
  display: none;
}
.p-product__contents.is-active{
  display: block;
}
.p-product__contents p{
  margin-bottom: 0;
}
.p-product__contents ul{
  list-style: none;
  margin: 0;
}
.p-product__contents a {
  color: #1467D1;
  text-decoration: underline;
}
.p-product__contents em {
  color: #F40000;
  font-style: normal;
}
.p-product__contents li {
  color: #464646;
  text-indent: -1em;
  padding-left: 1em;
}

/* ==============================================================
# アンカーリンク
============================================================== */
.p-product-tab {
    background: #fff;
    border-bottom: 1px solid #B0ADA6;
}
.p-product-tab.js-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
}

.p-product-tab__items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.p-product-tab__link {
display: flex;
align-items: center;
justify-content: center;
padding: 24px 0;
width: 100%;
max-width: 300px;
text-align: center;
margin-bottom: -1px;
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.p-product-tab__link.is-active {
font-weight: 600;
-webkit-box-shadow: 0px -2px 0px #151515 inset;
        box-shadow: 0px -2px 0px #151515 inset;
}
/* ==============================================================
# 商品詳細
============================================================== */
.p-detail {
    background: #F7FAFB;
    text-align: center;
}

/* .p-detail__img:first-child img {
margin-top: 0;
} */

.p-detail__img--text{
  /* font-size: 12px; */
  margin-top: 16px;
  text-align: center;
}
.p-detail__img--text p{
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
}
.p-detail__img--caption{
  font-size: 12px;
  text-align: center;
}
.p-detail__img--caption p{
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
}

/* ==============================================================
# サイズ合わせの方法
============================================================== */
.p-step {
background: #E3DFD4;
}

.p-step__items {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
list-style: none;
}

.p-step__item {
background: #fff;
margin-bottom: 0;
padding: 40px 24px 24px;
border-radius: 16px;
position: relative;
-webkit-box-shadow: 0 1px 4px rgba(12, 12, 13, 0.05);
        box-shadow: 0 1px 4px rgba(12, 12, 13, 0.05);
}

.p-step__step {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
background: #fff;
border-radius: 50%;
width: 42px;
height: 42px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.p-step__num {
font-size: 18px;
line-height: 1;
font-weight: 500;
margin-left: 2px;
}

.p-step__en {
line-height: 1;
font-size: 12px;
color: #E3DFD4;
margin-left: 3px;
}

.p-step__head {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 8px;
-webkit-box-pack: center;
-webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
}

.p-step__icon {
-webkit-box-flex: 0;
-webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
        flex: 0 0 30px;
}

.p-step__text {
margin-top: 16px;
margin-bottom: 0;
font-size: 14px;
}


/* ==============================================================
# リングサイズ表
============================================================== */
.p-size__table-container {
  position: relative; /* コンテナを相対位置に */
  margin-right: -20px;
  margin-left: -20px;
}

.p-size__table-wrapper {
  overflow-x: auto;
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IE/Edge用 */
  padding-bottom: 12px; /* スクロールバー用の余白 */
}

/* ネイティブスクロールバーを非表示（Webkit系ブラウザ用） */
.p-size__table-wrapper::-webkit-scrollbar {
  display: none;
}

.p-size__table {
  padding: 0 20px 0px 20px;
}

/* カスタムスクロールバー用のCSS */
.custom-scrollbar {
  height: 4px;
  background: #f1f1f1; /* スクロールバーの背景 */
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 4px;
  z-index: 1;
}

.scrollbar-thumb {
  height: 100%;
  background: #888; /* スクロールバーの色 */
  border-radius: 4px; /* 丸みをつける */
  width: 30%; /* 初期値、JavaScriptで動的に調整 */
  transform: translateX(0); /* JavaScriptで動的に変更 */
}

.p-size__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  margin-bottom: 0;
}
.p-size__table table th,
.p-size__table table td {
  background: #F7FAFB;
  padding: 8px;
  border: none;
}
.p-size__table th {
  text-align: left;
  /* width: 150px; */
  font-weight: 500;
}
.p-size__table td {
  text-align: center;
}
.p-size__table td span {
  font-size: 12px;
}

.p-size__caution {
  margin-top: 6px;
  margin-bottom: 0;
}

/* ==============================================================
# 製品仕様
============================================================== */
.p-info__items{
  margin-bottom: 0;
}
.p-info__item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 40px;
background: #fff;
}
.p-info__item p{
    margin-bottom: 0;
}
.p-info__item:nth-child(2n+1) {
background: #fff;
}

.p-info__item  .p-info__title {
-webkit-box-flex: 0;
-webkit-flex: 0 0 190px;
    -ms-flex: 0 0 190px;
        flex: 0 0 190px;
padding: 10px 8px;
font-weight: bold;
line-height: 1.5;
}

.p-info__textarea {
-webkit-box-flex: 0;
-webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
padding: 10px 16px;
}
.p-info__textarea ul{
  margin-left: 0;
  padding-left: 16px;
  list-style-position: outside;
}
.p-info__textarea ul li {
margin-bottom: 0;
}
.p-info__textarea ul li::marker{
  margin-right: 8px;
}
/* .p-info__textarea ul li::before {
content: "・";
} */

.p-info__caution {
margin-top: 24px;
margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-info__item  .p-info__title{
    font-size: 14px;
  }
}

/* ==============================================================
# アコーディオン
============================================================== */
.c-accordion__title,
.c-accordion__body{
  text-align: left;
}
.p-accordion___items p{
  margin-bottom: 0;
}
.p-accordion___items{
  list-style: none;
}

.p-accordion_ .c-accordion {
border-color: #A2A2A2;
}
.c-accordion__content p{
  margin-bottom: 16px;
}
.c-accordion__content a{
  text-decoration: underline;
}
.c-accordion__content p:last-child{ 
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-accordion__title,
  .c-accordion__content{
    font-size: 14px;
  }

}



/* ==============================================================
# サイズガイド
============================================================== */
.p-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.p-modal__bg {
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.2);
  cursor: pointer;
}

.p-modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 900px;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  max-height: calc(100% - 200px);
  overflow-y: scroll;
}

.p-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.p-modal__close::before, .p-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #151515;
  width: 24px;
  height: 2px;
  border-radius: 4px;
}
.p-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__title {
  font-size: 32px;
  font-weight: 600;
}

.p-modal__lead {
  margin-top: 24px;
  font-weight: 600;
  font-size: 20px;
}

.p-modal__text {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
.p-modal__wrapper {
  padding: 40px 20px;  
}
.p-modal__close{
  right: 14px;
}
}
/* ==============================================================
# 最新情報
============================================================== */
.p-sns__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ============ Block：Table ============ */
.text-align__left{
  text-align: left;
}
.text-align__center{
  text-align: center;
}
.text-align__right{
  text-align: right;
}
.p-table__items{
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  text-align: left;
}
.p-table__item{
  height: 100%;
  margin: 0;
  padding: 20px 8px;
  border-bottom: 1px solid #eee;
}
.p-table__item p{
  margin-bottom: 0px;
  line-height: 1.4;
}
.p-table__item .p-table__title{
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: bold;
}
.p-table__title--indent{
  text-indent: -.5em;
}
.p-table__textarea{
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-table__items{
    grid-template-columns: repeat(1, 1fr);
  }
  /* .p-table__item:first-child{
    padding-top: 0;
  } */
}



@media screen and (max-width: 768px) {
    .c-accordion__title::before, .c-accordion__title::after {
      width: 16px;
    }
    .l-inner {
      padding: 0 20px;
    }
    .l-inner--s {
      padding: 0 20px;
    }
    .c-title {
      font-size: 18px;
    }
    h4.c-title {
      font-size: 16px;
      line-height: 1.5;
    }
    .l-title {
      margin-bottom: 16px;
      padding: 0 8px 8px 8px;
    }
    .p-product-tab__link {
      padding: 18px 0;
      font-size: 12px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: end;
          -ms-flex-pack: end;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      line-height: 1.3;
      letter-spacing: 0.05em;
    }
    .p-step .l-title {
      padding-bottom: 40px;
    }
    .p-step__items {
      grid-template-columns: repeat(1, 1fr);
    }
    .p-size__table {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
    }
    .p-size__table th {
      /* width: 200px; */
    }
    .p-size__caution {
      font-size: 12px;
    }
    .p-info__item {
      gap: 0;
    }
    .p-info__item  .p-info__title {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 120px;
          -ms-flex: 0 0 120px;
              flex: 0 0 120px;
      padding: 10px 8px;
    }
    .p-info__textarea {
      padding: 10px 8px;
      font-size: 14px;
    }
    .p-info__caution {
      font-size: 12px;
    }
    .p-sns__items {
      gap: 12px;
    }
    .p-modal__title {
      font-size: 24px;
    }
    .p-modal__lead {
      font-size: 18px;
    }
  }
  @media (hover: hover) {
    .p-fixed-btn__link:hover {
      background: #fff;
      color: #1467D1;
      -webkit-box-shadow: 0 2px 4px 0 rgba(12, 12, 13, 0.2) inset;
              box-shadow: 0 2px 4px 0 rgba(12, 12, 13, 0.2) inset;
    }
    .p-fixed-btn__link:hover::before {
      background: #1467D1;
    }
    .p-product-tab__link:hover {
      font-weight: 600;
    }
    .p-sns__link:hover {
      opacity: 0.6;
    }
  }