img {
  max-width: 100%;
}

.products .box01_l {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
      grid-template-areas: "ttl thumb" "spec thumb" "btn thumb";
}
.products .box01_l h3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: ttl;
}
.products .box01_l-spec {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: spec;
}
.products .box01_l ul {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: btn;
}
.products .box01_l .main_img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: thumb;
  margin-right: 50px;
  margin-left: auto;
}

.p-tex-main {
  position: relative;
  margin-top: 50px;
  margin-bottom: 80px;
}
.p-tex-main_ttl {
  max-width: 474px;
}
.p-tex-main_img {
  max-width: 288px;
  position: absolute;
  right: 50px;
  top: 40px;
}
.p-tex-main_spec {
  width: 256px;
  display: block;
  margin-top: 50px;
}
.p-tex-main_shopbtn {
  display: block;
  margin-top: 20px;
  width: 147px;
  background: url(../../../img/common/btn_02.png) no-repeat;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 3px 8px 28px;
  padding: 9px 3px 6px 28px\0 ;
  width: 120px;
  display: block;
  color: #323232 !important;
}

.p-tex-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
.p-tex-catch_ttl {
  font-size: 24px;
  line-height: 1.6666666667;
  font-weight: bold;
  color: #5e6468;
  margin-bottom: 20px;
}
.p-tex-catch_desc {
  font-size: 14px;
  line-height: 1.8571428571;
}
.p-tex-catch_thumb {
  width: 300px;
  min-width: 300px;
  margin-bottom: 60px;
}

.p-tex-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}
.p-tex-images_sec {
  width: calc(50% - 7.5px);
}

.p-tex-deco {
  background: #f3f3f3;
  padding: 35px 40px;
  margin-bottom: 30px;
}
.p-tex-deco_ttl {
  font-size: 20px;
  line-height: 0.8;
  font-weight: bold;
  color: #5e6468;
  margin-bottom: 20px;
  text-align: center;
}
.p-tex-deco_lead {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-bottom: 20px;
}
.p-tex-deco_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.p-tex-deco_btn {
  text-align: center;
}
.p-tex-deco_link {
  font-size: 14px;
  font-weight: bold;
  color: #323232 !important;
  display: inline-block;
  background: url("../../../img/common/h_arrow.png") no-repeat right 1px;
  padding-right: 15px;
}
.p-tex-deco_link:hover {
  opacity: 0.8;
}

.p-tex-merrits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.p-tex-merrits_sec {
  background: #f3f3f3;
  padding: 30px;
  margin-bottom: 30px;
  width: calc(50% - 15px);
}
.p-tex-merrits_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #5e6468;
}
.p-tex-merrits_lead {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.p-tex-merrits_list {
  font-size: 18px;
  color: #5e6468;
  font-weight: bold;
}
.p-tex-merrits_list span {
  color: #ed171f;
}
.p-tex-merrits_item {
  padding-left: 10px;
  position: relative;
}
.p-tex-merrits_item + .p-tex-merrits_item {
  margin-top: 20px;
}
.p-tex-merrits_item:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #5e6468;
  position: absolute;
  left: 0;
  top: 6px;
}

.p-tex-bnr {
  width: 600px;
  margin: 0 auto;
}

.products .box05 ul li span {
  font-size: 14px;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .products .box01_l {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: "ttl" "thumb" "spec" "btn";
  }
  .products .box01_l .main_img {
    margin-right: auto;
    margin-left: auto;
  }
  .p-tex-main {
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .p-tex-main_ttl {
    max-width: 474px;
  }
  .p-tex-main_img {
    max-width: 70%;
    margin: 30px auto 0;
    position: inherit;
    right: unset;
    top: unset;
  }
  .p-tex-main_spec {
    width: 256px;
    display: block;
    margin-top: 50px;
  }
  .p-tex-catch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
  }
  .p-tex-catch_ttl {
    font-size: 20px;
    color: #5e6468;
  }
  .p-tex-catch_desc {
    font-size: 10px;
  }
  .p-tex-catch_thumb {
    display: none;
  }
  .p-tex-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
  .p-tex-images_sec {
    width: 100%;
  }
  .p-tex-deco {
    padding: 35px 30px 70px;
    margin: 0 -15px 30px;
  }
  .p-tex-deco_ttl {
    font-size: 15px;
    line-height: 0.8;
    font-weight: bold;
    color: #5e6468;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-tex-deco_lead {
    font-size: 10px;
    line-height: 1.8571428571;
    margin-bottom: 20px;
  }
  .p-tex-deco_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-tex-deco_btn {
    text-align: center;
  }
  .p-tex-deco_link {
    color: #323232 !important;
  }
  .p-tex-merrits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
  }
  .p-tex-merrits_sec {
    background: #f3f3f3;
    padding: 30px 30px 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
  .p-tex-merrits_ttl {
    font-size: 15px;
  }
  .p-tex-merrits_lead {
    font-size: 10px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .p-tex-merrits_list {
    font-size: 15px;
  }
  .p-tex-merrits_item + .p-tex-merrits_item {
    margin-top: 10px;
  }
  .p-tex-merrits_item:before {
    top: 7px;
  }
  .p-tex-bnr {
    max-width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .products .box05 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .products .box05 ul li {
    width: calc(50% - 7.5px);
    float: none;
    margin-right: 0;
  }
  .products .box05 ul li span {
    font-size: 10px;
    letter-spacing: 0;
  }
  .products .box01_l h3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .products .box01_l-spec {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .products .box01_l ul {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .products .box01_l .main_img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}