@charset "UTF-8";
/* CSS Document */
/* ========= */
/* 商品ページ */
/* ========= */

article#Detail #main-column h1 {
  font-weight: 500;
}

.price th {
  display: none;
}

.price {
  font-weight: 500;
}

.selling_price {
  font-weight: 500;
}

.taxin {
  font-weight: 500;
}

section#itemDetail-wrap p.cancel {
  font-size: 15px;
}

section#itemDetail-wrap p.review_txt {
  font-size: 15px;
}

.product_cap {
  padding-bottom: 50px;
}

section#itemDetail-wrap .description p {
  font-size: 15px;
  line-height: 1.66;
}

section#itemDetail-wrap .description {
  border-bottom: none;
}

.pdt_title {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 35px;
}

.recommend__list,
.mind__list {
  display: flex;
  gap: 60px 20px;
  flex-wrap: wrap;
}

.recommend__item img,
.mind__item img {
  width: 110px;
}

.recommend__item p,
.mind__item p {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1.33;
}

.mind {
  padding: 90px 0 0 0;
}

.chart {
  padding: 150px 0 0 0;
}

.chart .chart_list {
  display: flex;
  align-items: top;
  gap: 60px;
}

.chart_box h5 {
  display: block;
  font-size: 25px !important;
  font-weight: 500;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 20px;
}

.chart_box:first-of-type img {
  max-width: 352px;
  margin: 0 auto;
  padding: 33px 14px 33px 14px;
}

.chart_box:nth-of-type(2) img {
  margin: 0 auto;
  padding: 12px 14px;
}

.chart_box__item .wrap {
  display: flex;
  align-items: center;
  padding: 15px 0 0 0;
}

.chart_box__item {
  padding: 0 20px;
}

.chart_box__item li {
  border-bottom: 1px dotted #b3b3b3;
  padding: 0 0 15px 0;
}

.chart_box__item li:last-of-type {
  border-bottom: none;
}

.chart_box {
  border-bottom: 1px solid #b3b3b3;
}

.chart_box__item .wrap .text {
  font-size: 18px !important;
  font-weight: 500;
  width: 108px;
  padding-right: 12px;
}

.chart_box__item .wrap .no {
  font-size: 18px !important;
  font-weight: 500;
  padding-left: 6px;
}

.chart_box:nth-of-type(2) {
  width: 460px;
}

.info1 {
  padding: 90px 0;
}

.info1 .info_wrap {
  display: flex;
  gap: 30px;
}

.info1 .pdt_title {
  padding-bottom: 20px;
}

.info1 .info__list {
  width: 630px;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.info1 .info__list li {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px dotted #b3b3b3;
  height: 50px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.info1 .info__list li:last-of-type {
  border-bottom: none;
}

.info1 .info__list li:nth-last-of-type(2) {
  border-bottom: none;
}

.info2 .bee-info-list li span {
  line-height: 1.6;
}

.info2 .bee-info-list li {
  padding-bottom: 26px;
}

article#Detail #main-column section.recommend {
  padding: 0;
}

.recommend h2 {
  font-size: 25px;
  font-weight: 500;
}

.recommend h3 a {
  font-size: 22px;
  font-weight: 700;
}

article h2 {
  border-top: none;
}

.recommend .selling_price {
  font-size: 22px;
  font-weight: 500;
  text-align: right !important;
}

.recommend .taxin {
  font-size: 12px;
}

#main-column {
  margin-bottom: 140px;
}



/* ======================= */

/* ==== TBブレイクポイント ==== */

/* ======================= */
@media screen and (max-width: 1139px) {
  
}


/* ======================= */

/* ==== SPブレイクポイント ==== */

/* ======================= */
@media (max-width: 768px) {

  #main-column {
    margin-top: 16vw;
    padding: 0 3%;
  }

  .header_area {
    display: none;
  }

  #itemDetail-cont .itemThumb-wrap .itemThumb ul li {
    height: auto;
  }

  .selling_price {
    font-weight: 500;
  }

  .taxin {
    font-weight: 500;
  }

  .product_cap {
    font-size: 14px;
  }

  .pdt_title {
    font-size: 16px;
    padding-bottom: 25px;
  }

  .recommend__item img {
    width: 68.7px;
  }

  .recommend__item {
    width: 68.7px;
  }

  .recommend__list,
  .mind__list {
    display: flex;
    gap: 30px 12.5px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .recommend__list::-webkit-scrollbar,
  .mind__list::-webkit-scrollbar {
    display: none;
  }

  .recommend__item p,
  .mind__item p {
    font-size: 14px;
    line-height: 1.3;
    width: 68.7px;
    letter-spacing: -1.3px;
  }

  .mind {
    padding: 40px 0 0 0;
  }

  .chart {
    padding: 60px 0 0 0;
  }

  .chart .chart_list {
    gap: 55px;
    flex-direction: column;
  }

  .chart_box {
    text-align: center;
  }

  .chart_box h5 {
    font-size: 16px !important;
    padding-bottom: 6px;
    text-align: left;
  }

  .chart_box img {
    max-width: 100%;
    margin: 0 auto;
    padding: 26px 0;
  }

  .chart_box:nth-of-type(2) img {
    margin: 0 auto;
    padding: 12px 0;
}

  .chart_box__item {
    padding: 0px 10px;
  }

  .chart_box:nth-of-type(2) {
    width: 100%;
  }

  .chart_box__item .wrap .text {
    font-size: 14px !important;
  }

  section#itemDetail-wrap .description p {
    font-size: 14px;
    text-align: left;
  }

  .chart_box__item .wrap {
    padding: 10px 0 0 0;
  }

  .chart_box__item li {
    padding: 0 0 10px 0;
  }

  .info1 {
    padding: 20px 0 78px 0;
  }

  .info1 .info_wrap {
    flex-direction: column;
    gap: 15px;
  }

  .info1 .info__list {
    width: 100%;
    grid-template-columns: 100px auto;
  }

  .info1 .info__list li {
    font-size: 14px;
    height: auto;
    white-space: wrap;
    align-items: center;
    padding: 8px 0;
  }

  .info1 .pdt_title {
    padding-bottom: 9px;
  }

  .info2 .bee-info-list li {
    padding-bottom: 34px;
  }

  .recommend h2 {
    font-size: 16px;
    font-weight: 500;
  }

  .recommend .taxin {
    font-size: 9px;
  }

  .recommend h3 a {
    font-size: 16px;
    font-weight: 700;
  }

  /* ==== */

}