section.product-block {
  width: 92%;
  margin: 0 auto;
}
section.product-block .hstyle-secondary {
  margin-bottom: 30rem;
}

section.product-area {
  padding-top: 50px !important;
  margin-top: -50px !important;
  margin-bottom: 60rem;
}
section.product-area .btn-right {
  margin-top: 20rem;
}
section.product-area .product-image-main {
  width: 100%;
  margin: 0 auto;
}
section.product-area .product-name {
  font-size: 11rem;
}
section.product-area .desc {
  margin-bottom: 30rem;
}
section.product-area .desc p {
  margin-top: 15rem;
}
section.product-area h2 {
  font-size: 17rem;
}
section.product-area ul.product-list {
  margin-top: 70rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 25rem 15rem;
}
section.product-area ul.product-list .product-name {
  margin-top: 5rem;
}

section.product-color {
  margin: 0 auto 50rem;
}
section.product-color .wrap-product-color {
  margin-top: 20rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

section.product-info {
  width: 82%;
  margin: 0 auto 50rem;
}
section.product-info dl.product-info {
  margin-bottom: 40rem;
}
section.product-info dl.product-info dt {
  text-align: center;
  margin-bottom: 15rem;
}
section.product-info dl.product-info dt .craftmanship {
  padding-bottom: 10rem;
  margin-bottom: 15rem;
  font-family: var(--font-en);
  font-weight: 500;
  position: relative;
}
section.product-info dl.product-info dt .craftmanship::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}
section.product-info dl.product-info dt .name {
  font-weight: 600;
}
section.product-info dl.product-info dd p {
  text-align: justify;
}

.product-info-bottom {
  background: #edecdd;
  padding: 30rem 20rem;
  margin-top: 50rem;
  display: -ms-grid;
  display: grid;
  gap: 30rem;
}
.product-info-bottom .box-info-bottom .title {
  margin-bottom: 5rem;
}
.product-info-bottom .box-info-bottom .title p {
  font-size: 17rem;
}
.product-info-bottom .box-info-bottom .content p {
  font-size: 12rem;
}
.product-info-bottom table.table-info-bottom {
  width: 100%;
  border-top: 1px solid var(--color-black);
  table-layout: fixed;
}
.product-info-bottom table.table-info-bottom th,
.product-info-bottom table.table-info-bottom td {
  text-align: center;
  border-bottom: 1px solid var(--color-black);
  font-weight: 500;
  padding: 8rem 0;
  font-size: 12rem;
}
.product-info-bottom table.table-info-bottom th:first-child {
  padding-left: 1em;
}
.product-info-bottom table.table-info-bottom thead th:first-child {
  text-align: left;
}
.product-info-bottom table.table-info-bottom tbody th {
  text-align: left;
}

.hstyle-logo-tx {
  text-align: center;
  margin-bottom: 30rem;
}
.hstyle-logo-tx .tx {
  font-size: 14rem;
  letter-spacing: 0.1em;
}
.hstyle-logo-tx .logo {
  display: block;
  width: 35%;
  margin: 10rem auto 0;
}

.coron-points {
  margin-top: 50rem;
  display: -ms-grid;
  display: grid;
  gap: 60rem;
}
.coron-points h2.hstyle-coron {
  font-size: 16rem;
  text-align: center;
  margin-bottom: 30rem;
}
.coron-points ul.coron-points-list {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  width: 80%;
  gap: 20rem;
}
.coron-points ul.coron-points-list li {
  font-size: 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7c5b43;
  height: 45rem;
}
.coron-points ul.coron-points-list li::before {
  content: "";
  display: block;
  width: 7rem;
  height: 100%;
  border-top: 2px solid #7c5b43;
  border-bottom: 2px solid #7c5b43;
  border-left: 2px solid #7c5b43;
}
.coron-points ul.coron-points-list li::after {
  content: "";
  display: block;
  width: 7rem;
  height: 100%;
  border-top: 2px solid #7c5b43;
  border-bottom: 2px solid #7c5b43;
  border-right: 2px solid #7c5b43;
}
.coron-points p.notes {
  text-align: center;
  margin-top: 10rem;
}
.coron-points ul.coron-reason-list {
  display: -ms-grid;
  display: grid;
  gap: 30rem 10rem;
  -ms-grid-columns: 1fr 10rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.coron-points ul.coron-reason-list p.desc {
  font-size: 12rem;
}
.coron-points ul.coron-oven-list {
  width: 80%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  gap: 30rem;
}
.coron-points ul.coron-oven-list p {
  font-size: 12rem;
  margin-top: 5rem;
}
.coron-points .box-microwave {
  margin-top: 30rem;
}
.coron-points .box-microwave p.reason-bottom {
  font-size: 14rem;
  text-align: center;
}
.coron-points .link-wrap {
  margin-top: 15rem;
  text-align: center;
}
.coron-points .link-wrap a {
  color: #7c5b43;
  border-bottom: 1px solid #7c5b43;
  font-size: 16rem;
}

section.product-area span.small-text {
  font-size: 12rem;
}

ul.coron-image-list {
  margin-top: 25rem;
  display: -ms-grid;
  display: grid;
  gap: 10rem;
  -ms-grid-columns: 1fr 10rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  section.product-block {
    max-width: 1200px;
  }
  section.product-block .hstyle-secondary {
    margin-bottom: clamp(27.3066666667px, 2.67vw, 40px);
  }
  section.product-area {
    margin: 0 auto clamp(81.92px, 8vw, 120px);
  }
  section.product-area.coron-item {
    max-width: 1120px;
  }
  section.product-area .btn-right {
    margin-top: clamp(10.24px, 1vw, 15px);
  }
  section.product-area .btn-right a.link-arrow-primary {
    padding-bottom: 0;
  }
  section.product-area .inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 1120px;
  }
  section.product-area .product-image-main {
    width: clamp(238.9333333333px, 23.33vw, 350px);
    max-width: 520px;
    margin: 0;
  }
  section.product-area .product-name {
    font-size: clamp(10.9226666667px, 1.07vw, 16px);
  }
  section.product-area .desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    margin-right: clamp(54.6133333333px, 5.33vw, 80px);
  }
  section.product-area .desc p {
    margin-top: clamp(13.6533333333px, 1.33vw, 20px);
    font-size: clamp(12.288px, 1.2vw, 18px);
    line-height: 2.1;
  }
  section.product-area h2 {
    font-size: clamp(17.7493333333px, 1.73vw, 26px);
    letter-spacing: 0.1em;
  }
  section.product-area ul.product-list {
    margin-top: clamp(47.7866666667px, 4.67vw, 70px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr clamp(27.3066666667px, 2.67vw, 40px) 1fr clamp(27.3066666667px, 2.67vw, 40px) 1fr clamp(27.3066666667px, 2.67vw, 40px) 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(27.3066666667px, 2.67vw, 40px);
  }
  section.product-area ul.product-list .product-name {
    margin-top: clamp(3.4133333333px, 0.33vw, 5px);
  }
  section.product-area ul.product-list a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  section.product-area ul.product-list a:hover {
    opacity: 0.8;
  }
  section.product-color {
    margin: 0 auto clamp(81.92px, 8vw, 120px);
    overflow: hidden;
    max-width: 100%;
    width: 100%;
  }
  section.product-color p {
    font-size: clamp(10.9226666667px, 1.07vw, 16px);
  }
  section.product-color .image-top {
    width: clamp(471.04px, 46vw, 690px);
  }
  section.product-color .inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
  }
  section.product-color .wrap-product-color {
    margin-top: max(34.1333333333px, 3.33vw);
    padding-left: 0;
    margin-left: auto;
    width: calc(50vw + 50%);
  }
  section.product-color .wrap-product-color picture {
    display: block;
  }
  section.product-color .wrap-product-color img {
    height: auto;
    width: 100%;
  }
  section.product-info {
    max-width: 1200px;
    margin: 0 auto clamp(81.92px, 8vw, 120px);
  }
  section.product-info .inner {
    margin-left: auto;
    max-width: 920px;
  }
  section.product-info dl.product-info {
    margin-bottom: clamp(27.3066666667px, 2.67vw, 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.product-info dl.product-info dt {
    width: clamp(136.5333333333px, 13.33vw, 200px);
    margin-bottom: 0;
  }
  section.product-info dl.product-info dt .craftmanship {
    padding-bottom: clamp(10.24px, 1vw, 15px);
    margin-bottom: clamp(17.0666666667px, 1.67vw, 25px);
    letter-spacing: 0.1em;
    font-size: clamp(10.24px, 1vw, 15px);
  }
  section.product-info dl.product-info dt .name {
    font-size: clamp(12.288px, 1.2vw, 18px);
  }
  section.product-info dl.product-info dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: clamp(17.0666666667px, 1.67vw, 25px);
  }
  .product-info-bottom {
    max-width: clamp(764.5866666667px, 74.67vw, 1120px);
    padding: clamp(27.3066666667px, 2.67vw, 40px) clamp(30.72px, 3vw, 45px);
    margin: clamp(51.2px, 5vw, 75px) auto 0;
    display: -ms-grid;
    display: grid;
    gap: clamp(27.3066666667px, 2.67vw, 40px);
  }
  .product-info-bottom .box-info-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-info-bottom .box-info-bottom .title {
    width: clamp(273.0666666667px, 26.67vw, 400px);
    margin-bottom: 0;
  }
  .product-info-bottom .box-info-bottom .title p {
    font-size: clamp(15.0186666667px, 1.47vw, 22px);
  }
  .product-info-bottom .box-info-bottom .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .product-info-bottom .box-info-bottom .content p {
    font-size: clamp(10.9226666667px, 1.07vw, 16px);
  }
  .product-info-bottom table.table-info-bottom th:first-child {
    padding-left: 3em;
  }
  .product-info-bottom table.table-info-bottom th,
  .product-info-bottom table.table-info-bottom td {
    padding: clamp(5.4613333333px, 0.53vw, 8px) 0;
    font-size: clamp(10.9226666667px, 1.07vw, 16px);
  }
  .product-info-bottom table.table-info-bottom thead th:first-child {
    text-align: left;
  }
  .product-info-bottom table.table-info-bottom tbody th {
    text-align: left;
  }
  .hstyle-logo-tx {
    margin-bottom: clamp(47.7866666667px, 4.67vw, 70px);
  }
  .hstyle-logo-tx .tx {
    font-size: clamp(12.288px, 1.2vw, 18px);
  }
  .hstyle-logo-tx .logo {
    width: clamp(129.7066666667px, 12.67vw, 190px);
    margin: clamp(13.6533333333px, 1.33vw, 20px) auto 0;
  }
  .coron-points {
    max-width: 1200px;
    margin: clamp(34.1333333333px, 3.33vw, 50px) auto 0;
    gap: clamp(40.96px, 4vw, 60px);
  }
  .coron-points h2.hstyle-coron {
    font-size: clamp(13.6533333333px, 1.33vw, 20px);
    margin-bottom: max(20.48px, 2vw);
  }
  .coron-points ul.coron-points-list {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    -ms-grid-columns: 1fr clamp(13.6533333333px, 1.33vw, 20px) 1fr clamp(13.6533333333px, 1.33vw, 20px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(13.6533333333px, 1.33vw, 20px);
  }
  .coron-points ul.coron-points-list li {
    font-size: clamp(15.0186666667px, 1.47vw, 22px);
    height: clamp(37.5466666667px, 3.67vw, 55px);
  }
  .coron-points ul.coron-points-list li::before {
    width: clamp(6.8266666667px, 0.67vw, 10px);
  }
  .coron-points ul.coron-points-list li::after {
    width: clamp(6.8266666667px, 0.67vw, 10px);
  }
  .coron-points p.notes {
    font-size: clamp(10.9226666667px, 1.07vw, 16px);
    margin-top: clamp(13.6533333333px, 1.33vw, 20px);
  }
  .coron-points ul.coron-reason-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr clamp(27.3066666667px, 2.67vw, 40px) 1fr clamp(27.3066666667px, 2.67vw, 40px) 1fr clamp(27.3066666667px, 2.67vw, 40px) 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(27.3066666667px, 2.67vw, 40px);
  }
  .coron-points ul.coron-reason-list p.desc {
    font-size: clamp(10.9226666667px, 1.07vw, 16px);
    margin-right: 0;
  }
  .coron-points ul.coron-oven-list {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr clamp(34.1333333333px, 3.33vw, 50px) 1fr clamp(34.1333333333px, 3.33vw, 50px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(34.1333333333px, 3.33vw, 50px);
  }
  .coron-points ul.coron-oven-list p {
    font-size: clamp(10.9226666667px, 1.07vw, 16px);
    margin-top: clamp(10.24px, 1vw, 15px);
  }
  .coron-points .box-microwave {
    margin-top: max(20.48px, 2vw);
  }
  .coron-points .box-microwave p.reason-bottom {
    font-size: clamp(13.6533333333px, 1.33vw, 20px);
  }
  .coron-points .link-wrap {
    margin-top: clamp(13.6533333333px, 1.33vw, 20px);
  }
  .coron-points .link-wrap a {
    font-size: clamp(13.6533333333px, 1.33vw, 20px);
  }
  .coron-points .link-wrap a:hover {
    border-bottom: none;
  }
  section.product-area.coron ul.product-list {
    margin-top: max(13.6533333333px, 1.33vw);
  }
  section.product-area .inner.tx-only {
    width: 100%;
    margin: 0;
    display: block;
  }
  section.product-area .inner.tx-only .desc {
    max-width: 850px;
  }
  section.product-area span.small-text {
    font-size: clamp(10.9226666667px, 1.07vw, 16px);
  }
  ul.coron-image-list {
    max-width: 1120px;
    width: 100%;
    margin: clamp(40.96px, 4vw, 60px) auto 0;
    display: -ms-grid;
    display: grid;
    gap: clamp(34.1333333333px, 3.33vw, 50px);
    -ms-grid-columns: 1fr clamp(34.1333333333px, 3.33vw, 50px) 1fr clamp(34.1333333333px, 3.33vw, 50px) 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  section.product-color .wrap-product-color img {
    padding-left: 4%;
  }
}
/*# sourceMappingURL=product.css.map */