@charset "utf-8";

/* <!-- 製造者：安部 --> */
html {
  scroll-behavior: smooth;
}

.product_information {
  padding-top: 5.8rem;
  padding-bottom: 19rem;
}

.spec_cont_wrap {
  padding-top: 9rem;
  scroll-margin-top: 5rem;
}
.section_title_wrap,
.spec_title_wrap {
  height: 3.5rem;
  margin-left: 4.1rem;
  border-left: 1rem solid #0068B7;
  display: flex;
  align-items: center;
}

.section_title {
  font-size: 4rem;
  font-family: var(--NotoSans);
  font-weight: bold;
  padding-left: 1rem;
  letter-spacing: .05rem;
}

.product_category {
  margin-top: 6.1rem;
  margin-left: 5.1rem;
  width: 90%;
  margin-bottom: 9.3rem;
}

.product_category_list {
  display: flex;
  flex-wrap: wrap;
  /* gap: 4rem; */
  line-height: 4.4rem;
  /* border: .1rem solid #000000;
  border-radius: 1.2rem;
  padding: 1.5rem 3rem; */
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.product_specifications {
  border: .1rem solid #000000;
  border-radius: 1.2rem;
  padding: 1.5rem 3rem;
  font-size: 2rem;
  font-weight: bold;
}

.category_item_link {
  line-height: calc(27/20);
  background-color: #FFFFFF;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  max-width: 34rem;
  border: .1rem solid #000000;
  border-radius: 1.2rem;
  padding: 1.5rem 11.2rem 1.5rem 3rem;
  /* display: flex;
  align-items: center; */
  position: relative;
}

.category_item_link::after{
  content: "→";
  font-size: 4rem;
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.category_item_link:hover {
  background-color: #0068B7;
  color: #fff;
}

.spec_title {
  font-size: 4rem;
  font-family: var(--NotoSans);
  font-weight: bold;
  padding-left: 1rem;
  letter-spacing: .03rem;
}

.product_spec_items {
  margin-top: 5.05rem;
  margin-left: 3.2rem;
  margin-bottom: .6rem;
}

.product_spec_list {
  display: flex;
  flex-wrap: wrap;
  gap: 9rem 0;
  padding-bottom: 10rem;
  border-bottom: .1rem solid;
  /* margin-bottom: 7.5rem; */
}
.list_last {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.spec_items_line {
  width: 40rem;
  padding: 1rem 2.5rem 2.5rem;
  border-right: .1rem solid #000000;
  position: relative;
}

.spec_items_line:nth-child(5n) {
  border-right: none;
}


.article_image {
  width: 35rem;
  aspect-ratio: 35/43.5;
  margin-bottom: 1rem;
  /* margin-left: 2.65rem; */
}

.spec_name {
  font-size: 1.8rem;
  color: #0068B7;
  overflow-wrap: break-word;
}
.spec_text {
  width: 34.8rem;
  font-size: 1.8rem;
  overflow-wrap: anywhere;
}
.spec_text > figure {
  display: none;
}

img {
  object-fit: contain;
} 

.header_icon_img{
  object-fit: cover;
}

/* Steel pail specifications下段 */
.change_siz {
  width: 35rem;
  aspect-ratio: 35/12.833;
}
.change_img {
  object-position: 50% -4rem;
  object-fit: cover;
}
.change_padding {
  padding: 0 2.5rem;
}


.pails_art_img {
  /* margin-left: .8rem;
  margin-bottom: -2rem; */
  width: 75%;
  margin: auto;
}
.pails_name {
  width: 36.5rem;
  background-color: #0068B7;
  color: #FFFFFF;
  font-size: 1.7rem;
  text-align: center;
  /* padding: .9rem 2.5rem .4rem; */
  padding: 1.9rem 2.5rem;
  border-radius: 3rem;
  position: relative;
  z-index: 3;
  margin-bottom: 3.25rem;
  /* min-height: 4em; */
  max-height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.original_tit_mb {
  margin-bottom: 1rem;
}

.color_red {
  background-color: #D50000;
  font-weight: bold;
  display: none;
}
.patent_blok {
  display: block;
}

.pails_items_line {
  width: calc(36.5rem + 1.8rem * 2);
  padding: 1rem 1.8rem 0;
  position: relative;
}

.pails_detail_wrap {
  margin-bottom: 2rem;
}
.pails_detail_wrap:nth-last-child(1) {
  margin-bottom: 0;
}
.pail_det_tit {
  color: #0068B7;
  font-size: 1.8rem;
  margin-bottom: .5rem;
  margin-left: 1.6rem;
  position: relative;
}
.pail_det_tit::before {
  content: '●';
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: -1.6rem;
}

.pail_det_text {
  font-size: 1.5rem;
  line-height: calc(26/18);
  background-color: #F8F8F8;
  border: .1rem solid #0068B7;
  border-radius: .5rem;
  padding: 1rem .8rem 1rem .9rem;
  min-height: 8em;
  overflow: hidden;
  overflow-wrap: break-word;
}

.other_text {
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  bottom: -4.4rem;
  left: 2rem;
}
.swiper-pagination4 {
  display: none;
}

@media screen and (max-width: 699.98px) {

  .product_information {
    padding: 2.5rem 1.5rem 7rem;
  }

  .section_title_wrap,
  .spec_title_wrap {
    margin-left: 0;
    border-left: 0;
    display: flex;
    align-items: center;
    padding-left: .8rem;
    position: relative;
  }
  .section_title_wrap::before,
  .spec_title_wrap::before {
    content: '';
    width: .8rem;
    height: 2rem;
    background-color: #0068B7;
    position: absolute;
    left: 0;
    top: .75rem;
  }

  .section_title {
    font-size: 2.5rem;
    padding-left: .8rem;
  }

  .spec_title {
    font-size: 2.5rem;
    font-weight: bold;
    padding-left: .5rem;
    padding-top: 0rem;
    line-height: calc(40/25);
  }

  .product_category {
    margin-top: 1.4rem;
    margin-left: 0;
    /* width: 95%; */
    margin-bottom: 5rem;
    width: 100%;
  }

  .category_item_link {
    line-height: calc(27/20);
    background-color: #FFFFFF;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    max-width: none;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
    text-align: left;
  }


  .product_category_list {
    flex-direction: column;
    flex-wrap: wrap;
    line-height: 4.37rem;
    /* padding: 1.5rem 1rem; */
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
  }
  .product_category_list:nth-last-child(1) {
    margin-bottom: 6rem;
  }

  .product_spec_items {
    margin: 3rem auto 0 auto;
    background-color: #D6DFE8;
  }

  .spec_cont_wrap {
    padding-bottom: 5rem;
    padding-top: 6rem;
    border-bottom: .1rem solid;
    scroll-margin-top: 2rem;
  }
  .spec_cont_wrap:nth-last-child(1) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .prduct_swiper_wrap {
    padding-bottom: 5rem;
    border-bottom: .1rem solid;
    position: relative;
  }
  .prduct_swiper_wrap:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .product_spec_list {
    display: block;
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .spec_items_line {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    border-right: none;
    padding: 1rem;
  }

  .article_image {
    width: 32.5rem;
    aspect-ratio: 32.5/40;
    margin-bottom: 5rem;
    /* margin-left: 2.65rem; */
  }

  .spec_name {
    font-size: 1.8rem;
    color: #0068B7;
    overflow-wrap: break-word;
  }
  .spec_text {
    width: 100%;
    font-size: 1.8rem;
    overflow-wrap: anywhere;
  }

  .pails_art_img {
    margin-left: 0;
  }
  
  .original_tit_mb {
    margin-bottom: 3.25rem;
  }

  .pails_name {
    width: 100%;
  }

  .other_text {
    bottom: -3rem;
    left: 1rem
  }


  /* スワイパーページネーション */

  .pagination_outer{
    width: fit-content;
    height: fit-content;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 42.5rem;
  }

  .pagination_outer.two{
    top: 52rem;
  }

  .product_information .swiper-pagination-horizontal {
    text-align: center;
    position: relative ;
    z-index: 2;
  }
  .swiper-pagination-bullet {
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin: 0 1rem !important;
    opacity: 1 !important;
    background-color: #FFFFFF !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #0068B7 !important;
  }
  .swiper-pagination4 {
    display: block;
  }

  .prduct_swiper_wrap .swiper-pagination-horizontal.swiper-pagination1{
    top: 0;
  }

}