.product__main-image img {
  display: block;
  margin: 0 auto;
}

.product__thumbs {
  padding-top: 2px;
  margin: 0 -1px;
}

.product__thumb__unit {
  padding: 0 1px 1px;
}
.product__thumb__unit img {
  max-height: 150px;
  cursor: pointer;
}

.product__name {
  text-align: left;
}

.product__price {
  font-size: 1.5em;
  letter-spacing: .05em;
}

.product__option__block th, .product__option__block td {
  text-align: center;
}
.product__option__block label {
  margin: 1em 0 0;
  font-size: .9em;
}

.product__init .dl-vertical-list__content {
  margin-bottom: 0;
}

.product__init-num {
  font-size: 1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: right;
  width: 50px;
  border: 2px solid #999;
  display: inline-block;
}

.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.product__order__btns {
  list-style-type: none;
  margin: 2em 0;
}

.product__order__btn {
  margin-bottom: 1em;
}
.product__order__btn i {
  margin-right: .8em;
}

.btn--addcart {
  padding: .7em 0;
}

.btn--quick-order {
  padding: .4em 0;
}

.btn--soldout {
  padding: .7em 0;
  border: none;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.btn--soldout:hover {
  background: #ddd;
}

.product__info {
  background: #f5f5f5;
  padding: 2em 0;
  margin: 3em 0;
}

.product__info__list {
  margin: 2em 0 0;
  list-style-type: none;
}
.product__info__list:first-child {
  margin-top: 0;
}

.product__info__list__unit {
  font-size: .9em;
  line-height: 1.8;
  margin: .5em 0;
}
.product__info__list__unit:first-child {
  margin-top: 0;
}
.product__info__list__unit a {
  color: #111;
}

.text-titles {
  margin: 0 auto 2em;
}
.text-titles-list__detail-text {
  width: 100%;
  height: 30px;
  padding: .5em;
  border: 1px solid #ccc;
  display: inline-block;
}

@media (max-width: 980px) {
  /* ~980px */
}
@media (max-width: 768px) {
  /* ~768px */
  .product__images img {
    margin: 0 auto;
  }

  .product__name {
    text-align: center;
  }

  .product__info {
    padding: 1.5em 0;
    margin: 1.5em 0;
  }

  .product__info__list:first-child {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/******************************
* 
* 202509改修
* 
*******************************/
form{
  background-color: #F0F3F4;
}
.product__info{
  background-color: #F0F3F4;
}

.anchorArea-featuresSection{
  display: none;
}
.anchorArea-descSection{
  display: none;
}
.anchorArea-benefitsSection{
  display: none;
}
.anchorArea-voiceSection{
  display: none;
}
.anchorArea-worksSection{
  display: none;
}
.descriptionArea .anchorArea-style br{
  display: none;
}
.descriptionArea .imgSection br{
display: none;
}

/* PC */
@media screen and (min-width: 767px), print {
  .topArea {

  }
  .topArea .section__block{
    margin: 2em 0;
  }
  .product__main-image{
    margin-bottom: calc((20/1340) * 100vw); 
  }
  .topArea .topArea-leftArea{
    width: calc((486/1340) * 100vw);
    max-width: 486px;
    padding: 0;
    margin: 0;
    margin: calc((30/1340) * 100vw) 0 calc((80/1340) * 100vw);
  }
  .topArea .topArea-rightArea{
    width: calc((753/1340) * 100vw);
    max-width: 753px;
    padding-left: calc((60/1340) * 100vw);
    margin: calc((30/1340) * 100vw) 0 calc((80/1340) * 100vw);
  }
  .product__name.section__title-h2{
    margin: 0;
    margin-top: calc((30/1340) * 100vw);
    text-align: left;
    font-size: calc((30/1340) * 100vw);
    font-weight: 700;
    color: #3D3A39;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  .section__block .product__price{
    font-size: calc((40/1340) * 100vw);
    font-weight: 700;
    line-height: 1.2;
    margin-top: calc((20/1340) * 100vw);
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #3D3A39;
  }
  .section__block .product__sub-price{
    font-size: calc((15/1340) * 100vw);
    color: #777777;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  .product__init-num{
    border: #A8A8A8 1px solid;
    border-radius: 15px;
  }
  .dl-vertical-list{
    float: none;
  }
  .product__order__btns{
    float: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }
  [type="submit"].btn-block, [type="reset"].btn-block, [type="button"].btn-block{
    background-color: #D3808D;
    border-radius: 100px;
    filter: drop-shadow(0 calc((8/1340) * 100vw) calc((10/1340) * 100vw) rgba(0,0,0,0.07));
    font-size: calc((22/1340) * 100vw);
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: calc((25/1340) * 100vw) 0;
  }
  select{
    width: 100%;
    border: 1px solid #A8A8A8;
    font-size: calc((22/1340) * 100vw);
    background-color: #fff;
    padding: calc((10/1340) * 100vw);
    line-height: initial;
    height: auto;
    width: auto;
    border-radius: 15px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("https://img07.shop-pro.jp/PA01397/392/etc_base64/aWNvbi1zZWxlY3QtYXJyb3c.png?cmsp_timestamp=20251007175024");
    background-repeat: no-repeat;
    background-size: calc((14/1340) * 100vw) auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right calc((10/1340) * 100vw) center; /* 画像の位置 */
  }
  .anchorArea{
    padding: 0 calc((30/1340) * 100vw);
    margin: 0 auto;
  }
  .anchorArea-list{
    width: calc((1300/1340) * 100vw);
    border-top: solid #CECECE calc((2/1340) * 100vw);
    list-style: none;
        margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .anchorArea-list li{
    list-style: none;
    margin-top: 0;
    margin-right: calc((11/1340) * 100vw);
    margin-top: calc((60/1340) * 100vw);
  }
  .anchorArea-list li:nth-last-child(1){
    margin-right: 0;
  }
  .anchorArea-list li a{
    display: block;
    color: #3D3A39;
    background-color: #fff;
    font-size: calc((18/1340) * 100vw);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    border-radius: 100px;
    border: solid #E6D3D6 calc((4/1340) * 100vw);
    width: calc((250/1340) * 100vw);
    position: relative;
    padding: calc((12/1340) * 100vw) 0;
    text-align: center;
            box-sizing: border-box;
  }
  .anchorArea-list li a:hover,
  .anchorArea-list li a:focus{
    text-decoration: none;
  }
  .anchorArea-list li a:before{
    content: "";
    display: block;
    width: calc((10/1340) * 100vw);
    height: calc((10/1340) * 100vw);
    border-bottom: solid #3D3A39 calc((2/1340) * 100vw);
    border-right: solid #3D3A39 calc((2/1340) * 100vw);
    display:inline-block;
    position: absolute;
    top: 45%;
    right: calc((40/1340) * 100vw);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
  }
  .descriptionArea{
    font-size: calc((16/1340) * 100vw);
  }
  .imgSection{
    margin-bottom: calc((30/1340) * 100vw);
  }
}
@media screen and (min-width: 1300px), print {
  .topArea .topArea-leftArea{
    margin: 30px 0 80px;
  }
  .product__main-image{
    margin-bottom: 20px; 
  }
  .topArea .topArea-rightArea{
    margin: 30px 0 80px;
    padding-left: 60px;
  }
  .product__name.section__title-h2{
    margin-top: 30px;
    font-size: 30px;
  }
  .section__block .product__price{
    margin-top: 20px;
    font-size: 30px;
  }
  .section__block .product__sub-price{
    font-size: 15px;
  }
  [type="submit"].btn-block, [type="reset"].btn-block, [type="button"].btn-block{
    font-size: 22px;
    padding: 25px 0;
  }
  select{
    width: 100%;
    border: 1px solid #A8A8A8;
    font-size: 22px;
    background-color: #fff;
    padding: 10px;
    line-height: initial;
    height: auto;
    width: auto;
    border-radius: 15px;
    background-size: 14px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 10px center; /* 画像の位置 */
  }
  .anchorArea{
    padding: 0 30px;
  }
  .anchorArea-list{
    border-top: solid #CECECE 2px;
    width: 1300px;
  }
  .anchorArea-list li{
    margin-right: 11px;
    margin-top: 60px;
  }
  .anchorArea-list li a{
    font-size: 18px;
    border: solid #E6D3D6 4px;
    width: 250px;
    padding: 12px 0;
  }

  .anchorArea-list li a:before{
    width: 10px;
    height: 10px;
    border-bottom: solid #3D3A39 2px;
    border-right: solid #3D3A39 2px;
    display:inline-block;
    position: absolute;
    top: 45%;
    right: 30px;
  }
  .imgSection{
    margin-bottom: 30px;
  }
  .descriptionArea{
    font-size: 16px;
  }
}
/* SP */
@media screen and (max-width: 768px), print {
  .container{
    padding: 0 calc((30/800) * 100vw);
  }
  .section__block {
    margin: calc((50/800) * 100vw) 0 0;
  }
  .product__info{
    padding: 0;
  }
  .product__main-image{
    margin-bottom: calc((20/800) * 100vw); 
  }
  .product__name.section__title-h2{
    margin: 0;
    text-align: left;
    font-size: calc((40/800) * 100vw);
    font-weight: 700;
    color: #3D3A39;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  .section__block .product__price{
    font-size: calc((55/800) * 100vw);
    font-weight: 700;
    line-height: 1.2;
    margin-top: calc((20/800) * 100vw);
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #3D3A39;
  }
  .section__block .product__sub-price{
    font-size: calc((25/800) * 100vw);
    color: #777777;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  .dl-vertical-list__title,
  .product__init-num{
    color: #3D3A39;
  }
  .product__init-num{
    font-size: calc((30/800) * 100vw);
    border: #A8A8A8 1px solid;
    border-radius: calc((15/800) * 100vw);
  }
  [type="submit"].btn-block, [type="reset"].btn-block, [type="button"].btn-block{
    background-color: #D3808D;
    border-radius: 100px;
    filter: drop-shadow(0 calc((8/800) * 100vw) calc((10/800) * 100vw) rgba(0,0,0,0.07));
    font-size: calc((36/800) * 100vw);
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: calc((45/800) * 100vw) 0;
  }
  select{
    width: 100%;
    border: 1px solid #A8A8A8;
    font-size: calc((30/800) * 100vw);
    background-color: #fff;
    padding: calc((20/800) * 100vw);
    line-height: initial;
    height: auto;
    width: auto;
    border-radius: calc((15/800) * 100vw);
        -webkit-appearance: none;
    appearance: none;
    background-image: url("https://img07.shop-pro.jp/PA01397/392/etc_base64/aWNvbi1zZWxlY3QtYXJyb3c.png?cmsp_timestamp=20251007175024");
    background-repeat: no-repeat;
    background-size: calc((28/800) * 100vw) auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right calc((20/800) * 100vw) center; /* 画像の位置 */
  }
  .anchorArea{
    padding: 0 calc((30/800) * 100vw);
    margin: 0 auto;
  }
  .anchorArea-list{
    border-top: solid #CECECE calc((2/800) * 100vw);
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: calc((80/800) * 100vw);
  }
  .anchorArea-list li{
    list-style: none;
    margin-bottom: calc((25/800) * 100vw);
  }
  .anchorArea-list li a{
    display: block;
    color: #3D3A39;
    background-color: #fff;
    font-size: calc((30/800) * 100vw);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-smoothing: antialiased;
    border-radius: 100px;
    border: solid #E6D3D6 calc((4/800) * 100vw);
    width: calc((360/800) * 100vw);
    position: relative;
    padding: calc((20/800) * 100vw) 0;
    text-align: center;
            box-sizing: border-box;
  }
  .anchorArea-list li a:hover{
    text-decoration: none;
  }
  .anchorArea-list li a:before{
    content: "";
    display: block;
    width: calc((20/800) * 100vw);
    height: calc((20/800) * 100vw);
    border-bottom: solid #3D3A39 calc((3/800) * 100vw);
    border-right: solid #3D3A39 calc((3/800) * 100vw);
    display:inline-block;
    position: absolute;
    top: 45%;
    right: calc((40/800) * 100vw);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
  }
  .imgSection{
    margin-bottom: calc((20/800) * 100vw);
  }

  /* 商品画像箇所 */
  .imgArea{
    padding: 0;
  }
  .imgArea .txtArea{
    padding: calc((30/800) * 100vw);
  }
  .imgArea .reviewArea{
    padding: 0 calc((30/800) * 100vw);
  }
}