/*==========================================================================
section#menus_area
========================================================================== */
section#menus_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#menus_area .plogo {
  gap: 1vw;
  align-items: center;
  justify-content: center;
}
section#menus_area .plogo img {
  width: auto;
  height: 1.8vw;
}
section#menus_area .txt-t {
  line-height: 1.8em;
}
section#menus_area .list-box {
  margin-top: 6.7708333333vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#menus_area .list-box .swiper-slide {
  width: 31% !important;
}
section#menus_area .list-box .item-box {
  display: block;
}
section#menus_area .list-box .item-box .plogo {
  gap: 1vw;
  align-items: center;
  justify-content: center;
}
section#menus_area .list-box .item-box .plogo img {
  width: auto;
  height: 1.8vw;
}
section#menus_area .list-box .item-box .img-box {
  width: 100%;
  height: 30vw;
  margin-top: 1.5625vw;
  overflow: clip;
}
section#menus_area .list-box .item-box .txt-h3 {
  box-sizing: border-box;
  background-image: linear-gradient(90deg, #7285ee, #3e55d8 50%, #142fc6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.82vw;
  transition: 1s;
}
section#menus_area .list-box .item-box:hover .img-box img {
  transform: scale(1.2);
  transition: 1s;
}
section#menus_area .list-box .item-box:hover .txt-h3 {
  background: #ffffff;
  color: #223CE5;
}

@media screen and (max-width: 767px) {
  section#menus_area .inner {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  section#menus_area .plogo {
    gap: 1vw;
    align-items: center;
    justify-content: center;
  }
  section#menus_area .plogo img {
    width: auto;
    height: 1.8vw;
  }
  section#menus_area .txt-t {
    font-size: 14px;
  }
  section#menus_area .txt-t br {
    display: none;
  }
  section#menus_area .list-box {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section#menus_area .list-box .swiper-slide {
    width: 31% !important;
  }
  section#menus_area .list-box .item-box {
    display: block;
  }
  section#menus_area .list-box .item-box .plogo {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }
  section#menus_area .list-box .item-box .plogo img {
    width: auto;
    height: 20px;
  }
  section#menus_area .list-box .item-box .img-box {
    width: 100%;
    height: 103vw;
    margin-top: 5px;
    display: none;
  }
  section#menus_area .list-box .item-box .txt-h3 {
    height: 45px;
    font-size: 14px;
    border-radius: 45px;
  }
  section#menus_area .list-box .item-box:hover .img-box img {
    transform: scale(1.2);
    transition: 1s;
  }
  section#menus_area .list-box .item-box:hover .txt-h3 {
    background: #ffffff;
    color: #223CE5;
  }
  section#menus_area .list-box li {
    width: 100%;
  }
  section#menus_area .list-box li:nth-child(n+2) {
    margin-top: 40px;
  }
}
/*==========================================================================
section#boiler_maker
========================================================================== */
section#boiler_maker {
  background: #F3F3F3;
  position: relative;
}
section#boiler_maker::after {
  content: "";
  background: url(../img/kyowa_txt_white001.svg) center no-repeat;
  background-size: cover;
  width: 45.3125vw;
  height: 16.71875vw;
  position: absolute;
  top: 0;
  right: 0;
}
section#boiler_maker .inner {
  padding-top: 12.5vw;
  padding-bottom: 7.8125vw;
}
section#boiler_maker .ttl-box {
  display: flex;
  align-items: center;
}
section#boiler_maker .ttl-box .icon {
  width: auto;
  height: 6.09375vw;
  margin-right: 2vw;
}
section#boiler_maker .ttl-box .txt-e {
  text-transform: uppercase;
  line-height: 1;
}
section#boiler_maker .swiper-ttl {
  margin-bottom: 3.3854166667vw;
}
section#boiler_maker .swiper-ttl .plogo {
  gap: 1vw;
  align-items: center;
  justify-content: flex-start;
}
section#boiler_maker .swiper-ttl .plogo img {
  width: auto;
  height: 1.8vw;
}
section#boiler_maker .product-box {
  padding-top: 7.8125vw;
}
section#boiler_maker .product-box .slide-img {
  width: 100%;
  height: 13vw;
}
section#boiler_maker .product-box .txt-h4 {
  color: #2A2F4E;
  text-align: center;
  margin-top: 0.8vw;
}
section#boiler_maker .product-box .swiper-center .swiper-wrapper {
  justify-content: center;
}
section#boiler_maker .product-box .swiper-button-next, section#boiler_maker .product-box .swiper-button-prev {
  top: 45%;
}
section#boiler_maker .product-box .swiper-slide a:hover .slide-img {
  overflow: clip;
}
section#boiler_maker .product-box .swiper-slide a:hover .slide-img img {
  transform: scale(1.2);
  transition: 1s;
}
section#boiler_maker .product-box .swiper-slide a:hover .txt-h4 {
  color: #223CE5;
}

@media screen and (min-width: 768px) {
  section#boiler_maker .swiper {
    width: 79.2%;
    margin: 0 auto;
  }
  section#boiler_maker .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5vw 2%;
  }
  section#boiler_maker .swiper-wrapper .swiper-slide {
    width: 23.5%;
    flex-shrink: initial;
  }
  section#boiler_maker .swiper-button-next, section#boiler_maker .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section#boiler_maker {
    background: #F3F3F3;
    position: relative;
  }
  section#boiler_maker::after {
    content: "";
    background: url(../img/kyowa_txt_white001.svg) center no-repeat;
    background-size: cover;
    width: 45.3125vw;
    height: 16.71875vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  section#boiler_maker .inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  section#boiler_maker .ttl-box .txt-e {
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
  }
  section#boiler_maker .ttl-box .txt-h2 {
    font-size: 22px;
  }
  section#boiler_maker .ttl-box .icon {
    height: 36px;
  }
  section#boiler_maker .swiper {
    width: 92%;
  }
  section#boiler_maker .swiper-ttl {
    margin-bottom: 30px;
  }
  section#boiler_maker .swiper-ttl .plogo {
    gap: 1vw;
    align-items: center;
    justify-content: flex-start;
  }
  section#boiler_maker .swiper-ttl .plogo img {
    width: auto;
    height: 18px;
  }
  section#boiler_maker .swiper-ttl .txt-h3 {
    font-size: 16px;
  }
  section#boiler_maker .product-box {
    padding-top: 50px;
  }
  section#boiler_maker .product-box .slide-img {
    width: 100%;
    height: 52vw;
  }
  section#boiler_maker .product-box .swiper-center .swiper-wrapper {
    justify-content: initial;
  }
  section#boiler_maker .product-box .txt-h4 {
    color: #2A2F4E;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
  }
}
/*==========================================================================
section#mizushori_maker
========================================================================== */
section#mizushori_maker {
  position: relative;
}
section#mizushori_maker::after {
  content: "";
  background: url(../img/kyowa_txt_gray001.svg) center no-repeat;
  background-size: cover;
  width: 45.3125vw;
  height: 16.71875vw;
  position: absolute;
  top: 0;
  right: 0;
}
section#mizushori_maker .inner {
  padding-top: 12.5vw;
  padding-bottom: 7.8125vw;
}
section#mizushori_maker .ttl-box {
  display: flex;
  align-items: center;
}
section#mizushori_maker .ttl-box .icon {
  width: auto;
  height: 6.09375vw;
  margin-right: 2vw;
}
section#mizushori_maker .ttl-box .txt-e {
  text-transform: uppercase;
  line-height: 1;
}
section#mizushori_maker .product-box {
  padding-top: 7.8125vw;
}
section#mizushori_maker .product-box .slide-img {
  width: 100%;
  height: 18vw;
}
section#mizushori_maker .product-box .maker-logos {
  text-align: center;
  margin-top: 0.8vw;
}
section#mizushori_maker .product-box .maker-logos .maker-logo {
  width: auto;
  height: 4.1666666667vw;
}
section#mizushori_maker .product-box .maker-logos .maker-logo img {
  width: auto;
}
section#mizushori_maker .product-box .txt-h4 {
  color: #2A2F4E;
  text-align: center;
  margin-top: 0.8vw;
}
section#mizushori_maker .product-box .swiper-button-next, section#mizushori_maker .product-box .swiper-button-prev {
  top: 45%;
}

@media screen and (min-width: 768px) {
  section#mizushori_maker .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5vw 2%;
  }
  section#mizushori_maker .swiper-wrapper .swiper-slide {
    width: 32%;
    flex-shrink: initial;
  }
  section#mizushori_maker .swiper-button-next, section#mizushori_maker .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section#mizushori_maker {
    position: relative;
  }
  section#mizushori_maker::after {
    content: "";
    background: url(../img/kyowa_txt_gray001.svg) center no-repeat;
    background-size: cover;
    width: 45.3125vw;
    height: 16.71875vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  section#mizushori_maker .inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  section#mizushori_maker .ttl-box .txt-e {
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
  }
  section#mizushori_maker .ttl-box .txt-h2 {
    font-size: 24px;
  }
  section#mizushori_maker .ttl-box .icon {
    height: 36px;
  }
  section#mizushori_maker .product-box {
    padding-top: 50px;
  }
  section#mizushori_maker .product-box .slide-img {
    width: 100%;
    height: 52vw;
  }
  section#mizushori_maker .product-box .maker-logos {
    margin-top: 10px;
  }
  section#mizushori_maker .product-box .maker-logos .maker-logo {
    width: auto;
    height: 50px;
  }
  section#mizushori_maker .product-box .maker-logos .maker-logo img {
    width: auto;
  }
  section#mizushori_maker .product-box .txt-h4 {
    color: #2A2F4E;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=products.css.map */