@charset "UTF-8";
body.page-products .guidebox {
  background: url("../images/guide/東光商会webサイト_製品販売事業ページ_PC版.jpg") no-repeat top 0px center;
  height: 11398rem;
}
@media screen and (max-width: 700px) {
  body.page-products .guidebox {
    background: url("../images/guide/東光商会webサイト_製品販売事業ページ_スマホ版.jpg") no-repeat top center;
    height: 12178rem;
    background-position: top 22rem center;
    background-size: 100% auto;
  }
}

/* ==========================================================================
   Products (製品販売事業)
   ========================================================================== */
/* Page Header */
.page_header {
  padding: 238px 0 91px;
}
@media screen and (max-width: 700px) {
  .page_header {
    padding: 135rem 0 60rem;
  }
}
.page_header .page_title {
  padding-left: 50px;
}
@media screen and (max-width: 700px) {
  .page_header .page_title {
    padding-left: 20rem;
  }
}
.page_header .page_title .en {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  display: block;
  margin-bottom: 14px;
}
@media screen and (max-width: 700px) {
  .page_header .page_title .en {
    font-size: 24rem;
    margin-bottom: 26rem;
  }
}
.page_header .page_title .ja {
  font-family: shippori-mincho, serif;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: 0.15em;
  line-height: 72px;
  color: #1f1f1f;
  display: block;
}
@media screen and (max-width: 700px) {
  .page_header .page_title .ja {
    line-height: 72rem;
  }
}
@media screen and (max-width: 700px) {
  .page_header .page_title .ja {
    font-size: 48rem;
    letter-spacing: 0.2em;
    line-height: 72rem;
  }
}

/* Intro */
.product_intro {
  position: relative;
  padding-bottom: 55px;
}
@media screen and (max-width: 700px) {
  .product_intro {
    padding-bottom: 28rem;
  }
}
.product_intro .intro_box {
  position: relative;
  z-index: 2;
}
.product_intro .intro_box .image_1 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .product_intro .intro_box .image_1 {
    margin-top: 25rem;
  }
}
.product_intro .intro_box .image_1 img {
  width: 100%;
  height: auto;
  display: block;
}
.product_intro .intro_box .text_1 {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  margin-top: 87px;
  /* Slightly larger for intro */
  line-height: 2;
  margin-left: 50px;
  width: 100%;
  max-width: 485px;
}
@media screen and (max-width: 700px) {
  .product_intro .intro_box .text_1 {
    margin-top: 44rem;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 600rem;
    font-size: 26rem;
    letter-spacing: 0.08em;
    line-height: 52rem;
  }
}

/* Page Nav */
.page_nav {
  padding-top: 67px;
}
@media screen and (max-width: 700px) {
  .page_nav {
    padding-top: 13rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.page_nav ul {
  display: flex;
  justify-content: center;
  gap: 75px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .page_nav ul {
    flex-direction: column;
    gap: 0;
    margin-bottom: 40rem;
  }
}
.page_nav ul li {
  position: relative;
  border-bottom: 1px solid #dfdfe0;
}
@media screen and (max-width: 700px) {
  .page_nav ul li {
    margin-bottom: 7rem;
  }
}
.page_nav ul li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  border-bottom: 1px solid #002065;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .page_nav ul li::before {
    width: 40rem;
    border-bottom: 2rem solid #002065;
  }
}
.page_nav ul li a {
  position: relative;
  font-family: shippori-mincho, serif;
  width: 310px;
  display: block;
  padding: 24px 0 28px;
  color: #1f1f1f;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: color 0.3s, background-color 0.3s;
  font-size: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 700px) {
  .page_nav ul li a {
    width: 100%;
    padding: 40rem 0 30rem;
    font-size: 28rem;
    letter-spacing: 0.15em;
  }
}
.page_nav ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: calc(50% + 0px);
  width: 20px;
  height: 20px;
  background: url("../images/icon_1.svg") no-repeat center/contain;
}
@media screen and (max-width: 700px) {
  .page_nav ul li a::after {
    width: 40rem;
    height: 40rem;
  }
}

/* Product Sections Common */
.product_section {
  padding: 120px 0 68px;
}
@media screen and (max-width: 700px) {
  .product_section {
    padding: 48rem 0 57rem;
  }
}
.product_section.bg_light {
  padding-top: 100px;
  background-color: #f9f9f9;
  padding-bottom: 120px;
}
@media screen and (max-width: 700px) {
  .product_section.bg_light {
    padding-top: 120rem;
    padding-bottom: 120rem;
  }
}
.product_section .section_header {
  margin-bottom: 52px;
  width: 100%;
  margin-left: auto;
  margin-right: unset;
}
@media screen and (max-width: 700px) {
  .product_section .section_header {
    margin-bottom: 60rem;
    max-width: 100%;
  }
}
.product_section .section_header .title {
  margin-bottom: 48px;
  padding-bottom: 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #dfdfe0;
}
@media screen and (max-width: 700px) {
  .product_section .section_header .title {
    margin-bottom: 60rem;
    padding-bottom: 36rem;
  }
}
.product_section .section_header .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  border-bottom: 1px solid #002065;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .product_section .section_header .title::before {
    width: 100rem;
    border-bottom: 1rem solid #002065;
  }
}
.product_section .section_header .title .en {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  position: relative;
  padding-left: 32px;
  margin-bottom: 7px;
}
@media screen and (max-width: 700px) {
  .product_section .section_header .title .en {
    font-size: 20rem;
    letter-spacing: 0.1em;
    padding-left: 45rem;
    margin-bottom: 9rem;
  }
}
.product_section .section_header .title .en::before {
  content: "／";
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #1f1f1f;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 700px) {
  .product_section .section_header .title .en::before {
    font-size: 24rem;
  }
}
.product_section .section_header .title .ja {
  font-family: shippori-mincho, serif;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.15em;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  .product_section .section_header .title .ja {
    font-size: 48rem;
  }
}

/* Product Lineup Section */
#section_lineup .content_box {
  width: 100%;
  margin-left: auto;
  margin-right: unset;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category {
    margin-bottom: 60rem;
  }
}
#section_lineup .content_box .product_category:last-child {
  margin-bottom: 0;
}
#section_lineup .content_box .product_category .cat_title {
  font-family: shippori-mincho, serif;
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #1f1f1f;
  margin-bottom: 16px;
  font-weight: normal;
  display: flex;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category .cat_title {
    font-size: 32rem;
    margin-bottom: 40rem;
  }
}
#section_lineup .content_box .product_category .desc {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  margin-bottom: 42px;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category .desc {
    font-size: 26rem;
    line-height: 52rem;
    margin-bottom: 50rem;
  }
}
#section_lineup .content_box .product_category .sub_cat_title {
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #1f1f1f;
  margin-bottom: 19px;
  font-weight: normal;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category .sub_cat_title {
    font-size: 28rem;
    margin-bottom: 30rem;
  }
}
#section_lineup .content_box .product_category .table_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category .table_wrap {
    width: calc(100% + 100rem);
    margin-bottom: 40rem;
    overflow: scroll;
    margin-left: -50rem;
    margin-right: -50rem;
    padding-left: 50rem;
    padding-right: 50rem;
  }
  #section_lineup .content_box .product_category .table_wrap::-webkit-scrollbar {
    display: none;
  }
}
#section_lineup .content_box .product_category .table_wrap table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category .table_wrap table {
    width: 1620rem;
  }
}
#section_lineup .content_box .product_category .table_wrap table th,
#section_lineup .content_box .product_category .table_wrap table td {
  border: 1px solid #1f1f1f;
  padding: 20.8px 20px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category .table_wrap table th,
#section_lineup .content_box .product_category .table_wrap table td {
    padding: 38.5rem 29rem 38.5rem 29rem;
    font-size: 24rem;
  }
}
#section_lineup .content_box .product_category .table_wrap table th {
  background-color: #F6F7F8;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category .table_wrap table th {
    font-size: 24rem;
  }
}
#section_lineup .content_box .product_category .table_wrap table td {
  background-color: #fff;
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category .table_wrap table td {
    font-size: 24rem;
  }
}
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4):nth-child(1),
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4) ~ *:nth-child(1) {
  width: 120px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4):nth-child(1),
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4) ~ *:nth-child(1) {
    width: 180rem;
  }
}
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4):nth-child(2),
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4) ~ *:nth-child(2) {
  width: 240px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4):nth-child(2),
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4) ~ *:nth-child(2) {
    width: 360rem;
  }
}
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4):nth-child(3),
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4) ~ *:nth-child(3) {
  width: 280px;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4):nth-child(3),
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4) ~ *:nth-child(3) {
    width: 420rem;
  }
}
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4):nth-child(4),
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4) ~ *:nth-child(4) {
  width: 440px;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4):nth-child(4),
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(4) ~ *:nth-child(4) {
    width: 660rem;
  }
}
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(3):nth-child(1),
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(3) ~ *:nth-child(1) {
  text-align: center;
}
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(3):nth-child(2),
#section_lineup .content_box .product_category .table_wrap table tr > *:first-child:nth-last-child(3) ~ *:nth-child(2) {
  text-align: left;
}
#section_lineup .content_box .product_category .table_wrap table.cat_2 th:nth-child(1),
#section_lineup .content_box .product_category .table_wrap table.cat_2 td:nth-child(1) {
  width: 240px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #section_lineup .content_box .product_category .table_wrap table.cat_2 th:nth-child(1),
#section_lineup .content_box .product_category .table_wrap table.cat_2 td:nth-child(1) {
    width: 360rem;
  }
}

section.image_bg {
  height: 540px;
  background: url("../images/product_bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 700px) {
  section.image_bg {
    height: 360rem;
    background: url("../images/product_bg_sp.jpg") no-repeat center/cover;
  }
}

/* Dealer Section */
.dealer_section {
  padding-bottom: 125px;
}
@media screen and (max-width: 700px) {
  .dealer_section {
    padding-top: 86px;
    padding-bottom: 109rem;
  }
}
.dealer_section .dealer_list {
  width: 100%;
}
.dealer_section .dealer_list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  column-count: 2;
}
@media screen and (max-width: 700px) {
  .dealer_section .dealer_list ul {
    column-count: 1;
  }
}
.dealer_section .dealer_list ul li a {
  display: flex;
  align-items: center;
  padding: 15px 0;
  color: #1f1f1f;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 700px) {
  .dealer_section .dealer_list ul li a {
    padding: 13.7rem 0;
    font-size: 26rem;
    line-height: 42rem;
  }
}
.dealer_section .dealer_list ul li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-image: url("../images/icon_1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  transform: rotate(-90deg);
}
@media screen and (min-width: 701px) {
  .dealer_section .dealer_list ul li a::before {
    top: 2px;
    position: relative;
  }
}
@media screen and (max-width: 700px) {
  .dealer_section .dealer_list ul li a::before {
    width: 40rem;
    height: 40rem;
    margin-right: 16rem;
  }
}
.dealer_section .dealer_list ul li a::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/product_icon_1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: -6px;
  top: 0px;
}
@media screen and (max-width: 700px) {
  .dealer_section .dealer_list ul li a::after {
    width: 30rem;
    height: 30rem;
    right: -14rem;
    top: 2rem;
  }
}
.dealer_section .dealer_list ul li a .icon_external {
  display: none;
}
.dealer_section .dealer_list ul li a:hover {
  color: #002065;
}

/* Footer Contact Background */
.footer-contact::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/footer_contact_bg_products.jpg");
}
@media screen and (max-width: 700px) {
  .footer-contact::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/footer_contact_bg_products_sp.jpg");
  }
}