.container {
  overflow: initial;
}

@media screen and (max-width: 1200px) {
  .content {
    padding-top: 166px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding-top: 106px;
  }
}

.product_detail {
  padding-bottom: 120px;
}
.product__main h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0 40px 0;
}
.product__main h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.product__outline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  gap: 105px;
  border-bottom: 1px solid #26414D;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.product__image {
  width: 405px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  left: 0;
}
.product_detail .slick01 {
  margin-bottom: 10px;
}
.product_detail .slick01 .slick-list {
  border: 1px solid #cfd4d7;
}
.product_detail .slick01 .slick-slide {
  width: 100%;
  aspect-ratio: 1;
  text-align: center;
}
.product_detail .slick01 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.product_detail .slick01_thumb .slick-track {
  width: 100% !important;
  -webkit-transform: initial !important;
          transform: initial !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
}
.product_detail .slick01_thumb .slick-track:before, .product_detail .slick01_thumb .slick-track:after {
  display: none;
}
.product_detail .slick01_thumb .slick-track .slick-slide {
  float: none;
}
.product_detail .slick01_thumb li {
  width: 125px !important;
  text-align: center;
  border: 1px solid #cfd4d7;
  aspect-ratio: 1;
}
.product_detail .slick01_thumb li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.product_detail .slick02 {
  margin-top: 30px;
}
.product_detail .slick02 .slick-list {
  border: 1px solid #cfd4d7;
}
.product_detail .slick02 li {
  width: 100%;
  aspect-ratio: 1;
  text-align: center;
}
.product_detail .slick02 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.product_detail .slick02_thumb {
  margin-top: 10px;
}
.product_detail .slick02_thumb .slick-track {
  width: 100% !important;
  -webkit-transform: initial !important;
          transform: initial !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
}
.product_detail .slick02_thumb .slick-track:before, .product_detail .slick02_thumb .slick-track:after {
  display: none;
}
.product_detail .slick02_thumb .slick-track .slick-slide {
  float: none;
}
.product_detail .slick02_thumb li {
  width: 125px !important;
  text-align: center;
  border: 1px solid #cfd4d7;
  aspect-ratio: 1;
}
.product_detail .slick02_thumb li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.product_detail .pdf_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 14px 0;
  color: #FFD200;
  background: #26414D;
  width: 405px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .product_detail .pdf_dl:hover {
    opacity: 0.7;
  }
}
.product__category .category {
  display: inline-block;
  padding: 5px 30px;
  font-weight: bold;
}
.product__category .category.dorohyo {
  background: #EDBE43;
  color: #fff;
}
.product__category .category.shisen {
  background: #a1d6dc;
  color: #26414D;
}
.product__category .category.jihatsu {
  background: #e95532;
  color: #fff;
}
.product__category .category.shogai {
  background: #26414D;
  color: #fff;
}
.product__category .category.recycle {
  background: #2A7241;
  color: #fff;
}
.product__description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product__catch {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 160%;
}
.product__number span {
  display: block;
  border-bottom: 1px solid #26414D;
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 0.07em;
  font-weight: 700;
}
.product__spec {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.product__spec dl {
  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;
  margin-bottom: 20px;
}
.product__spec dl dt {
  width: 30%;
}
.product__spec dl dd {
  width: 68%;
}
.product__feature, .product__size {
  margin-top: 32px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.product__feature dl, .product__size dl {
  margin-bottom: 20px;
}
.product__feature dl dt, .product__size dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.product__feature dl dd, .product__size dl dd {
  line-height: 160%;
}
.product__other {
  padding: 0 85px 56px 85px;
}
.product__other-item + .product__other-item {
  text-align: center;
  margin-top: 20px;
}
.product__other img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .product__outline {
    gap: 60px;
  }
  .product__image {
    top: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .product__outline {
    gap: 40px;
  }
  .product__image {
    width: 320px;
  }
  .product_detail .slick01_thumb li {
    width: calc(33.3333333333% - 10px) !important;
  }
}
@media screen and (max-width: 767px) {
  .product_detail {
    padding-bottom: 17px;
  }
  .product__main h2 {
    font-size: 16px;
    line-height: 32px;
    margin: 16px 0 12px 0;
  }
  .product__main h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .product__outline {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 40px;
    padding-bottom: 40px;
    gap: 20px;
  }
  .product_detail .slick02 {
    margin-top: 0;
  }
  .product_detail .slick01_thumb, .product_detail .slick02_thumb {
    display: none;
  }
  .product_detail .slick-dots {
    margin-top: 15px;
    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;
    gap: 8px;
  }
  .product_detail .slick-dots li {
    margin: 0;
  }
  .product_detail .slick-dots li.slick-active button {
    background: #26414D;
  }
  .product_detail .slick-dots li button {
    display: block;
    font-size: 0;
    width: 8px;
    height: 8px;
    background: #EFEFEF;
    border-radius: 50%;
  }
  .product_detail .pdf_dl-wrap {
    width: 100%;
    margin-top: -20px;
  }
  .product_detail .pdf_dl {
    width: 100%;
  }
  .product__category .category {
    text-align: center;
    min-width: 90px;
    font-size: 12px;
    padding: 4px 12px;
  }
  .product__image {
    position: static;
    width: 100%;
  }
  .product__catch {
    font-size: 16px;
    line-height: 30px;
  }
  .product__number span {
    font-size: 20px;
  }
  .product__other {
    padding: 0 0 40px;
  }
  .product__other img {
    width: 100%;
    height: auto;
  }
}

.catalog {
  margin-top: 65px;
  height: 325px;
  -webkit-box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.3);
  padding: 36px 90px 37px;
  margin-bottom: 23px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.catalog .ttl {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.catalog .img {
  width: 178px;
}
.catalog .img img {
  width: 100%;
  height: auto;
}
.catalog .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding-top: 12px;
}
.catalog .link {
  margin-top: 32px;
  text-align: center;
}
.catalog .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 14px 0;
  color: #FFD200;
  background: #26414D;
  width: 405px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .catalog .link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1023px) {
  .catalog {
    padding: 36px 30px;
  }
  .catalog .link a {
    max-width: 380px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .catalog {
    height: auto;
    padding: 30px 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 20px;
  }
  .catalog .ttl {
    font-size: 24px;
  }
  .catalog .txt {
    width: 100%;
  }
  .catalog .link {
    margin-top: 24px;
  }
  .catalog .link a {
    width: 100%;
    font-size: 16px;
    gap: 15px;
  }
}

div.picuture {
  margin: 30px 0;
  text-align: center;
}