@charset "UTF-8";
/*
Theme Name: LEAK FREE
Description: LEAK FREE
Version: 1.0
*/

/*--------------------------------------------------*/

/* TOP

/*--------------------------------------------------*/

/* productsNav
----------------------------------------------------*/
#animation_container, #_preload_div_ {
	position:absolute;
	margin:auto;
	left:-100%;
  right:-100%;
}
.b-fv {
  width: 100dvw;
  height: calc(100dvh - 55px);
  position: relative;
  overflow: hidden;
}
.b-fv .b-ttls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(assets/images/fv/fix_bg.jpg) center center / cover;
  line-height: 1;
  opacity: 0;
  transition: .8s all;
}

.b-fv .b-ttls .b-catchs {
  display: flex;
  flex-direction: column;
}
.b-fv .b-ttls .b-catchs .e-c01,
.b-fv .b-ttls .b-catchs .e-c02,
.b-fv .b-ttls .b-img,
.b-fv .b-ttls .b-chesterton {
  opacity: 0;
  transition: 1.2s all;
  transition-delay: .8s;
}
@media screen and (max-width: 767px) {
  .b-fv .b-ttls .b-catchs {
    margin-top: 10%;
  }
  .b-fv .b-ttls .b-catchs .e-c01{
    width: 83vw;
    margin: auto;
  }
  .b-fv .b-ttls .b-catchs .e-c02{
    width: 68%;
    margin: auto;
    margin-top: -2%;
  }
  .b-fv .b-ttls .b-img {
    width: 60vw;
    margin-top: -3%;
  }
  .b-fv .b-ttls .b-chesterton {
    width: 83vw;
    margin-top: -3%;
  }
}

@media screen and (min-width: 768px) {
  .b-fv {
    height: calc(100dvh - 80px);
  }
  .b-fv .b-ttls .e-c01 img,
  .b-fv .b-ttls .e-c02 img,
  .b-fv .b-ttls .b-img img,
  .b-fv .b-ttls .b-chesterton img{
    width: auto;
    height: 100%;
  }
  .b-fv .b-ttls .b-catchs {
    text-align: center;
    height: 25dvh;
    margin-top: 9dvh;
  }
  .b-fv .b-ttls .b-catchs .e-c01{
    display: inline-block;
    height: 59%;
  }
  .b-fv .b-ttls .b-catchs .e-c02{
    display: inline-block;
    height: 41%;
    margin-top: -3.7%;
  }
  .b-fv .b-ttls .b-img {
    height: 46dvh;
    margin-top: -7dvh;
  }
  .b-fv .b-ttls .b-chesterton {
    height: 8dvh;
    margin-top: -20px;
  }
}
/* searchform */
.b-fv .b-searchform {
  position: absolute;
  z-index: 5;
  padding: 5vw;
  opacity: 0;
  transition: .8s all;
}
.b-fv .b-searchform .inner{
  width: 100%;
}
.b-fv .b-searchform .inner::before {
    width: 22px;
    min-width: 22px;
    margin-left: 15px;
  }
.b-fv .b-searchform button {
    min-width: 80px;
    margin-right: 10px;
    margin-left: auto;
}
/* active */
.b-fv.active .b-ttls {
  opacity: 1;
}
.b-fv.active .b-ttls .b-catchs .e-c01,
.b-fv.active .b-ttls .b-catchs .e-c02,
.b-fv.active .b-ttls .b-img,
.b-fv.active .b-ttls .b-chesterton {
  opacity: 1;
}

.b-fv .b-ttls .b-catchs .e-c01 {
  transform: translateY(-15%);
}
.b-fv .b-ttls .b-catchs .e-c02 {
  transform: translateY(15%);
}
.b-fv .b-ttls .b-chesterton {
  transform: translateY(15%);
}
.b-fv.active .b-ttls .b-catchs .e-c01,
.b-fv.active .b-ttls .b-catchs .e-c02,
.b-fv.active .b-ttls .b-chesterton {
  transform: translateY(0);
}
.b-fv.active .b-searchform {
  opacity: 1;
  transition-delay: 2.5s;
}

/* productsNav
----------------------------------------------------*/
.b-sideTopNav,
.b-productsNav.m-top {
  position: fixed;
  left: 0;
  top: 120px;
}
.b-sideTopNav {
  background: linear-gradient(180deg, #11477d 0%, #3ea5cc 100%);
  z-index: 4;
  border-radius: 0 10px 10px 0;
  transform: translateX(-100%);
  transition: 1s all;
}
.b-sideTopNav.active {
  transition-delay: 3s;
  transform: translateX(0);
}
.b-sideTopNav button {
  width: 40px;
  margin-left: 0;
  transition: .3s all;
}
.b-sideTopNav:hover button {
  margin-left: 10px;
}
.b-productsNav.m-top {
  width: 290px;
  z-index: 5;
  border-radius: 0 10px 10px 0;
  filter: drop-shadow(0 3px 6px rgb(0 0 0 / .16));
  transition: .5s all;
  transform: translateX(-110%);
}
.b-productsNav.m-top.show {
  transform: translateX(0);
}
.b-productsNav.m-top .e-mds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 10px 0 0;
}
.b-productsNav.m-top .e-mds button {
  position: relative;
  aspect-ratio: 1/1;
  width: .8em;
}
.b-productsNav.m-top .e-mds button::before,
.b-productsNav.m-top .e-mds button::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-gray02);
  transform-origin: center center;
  position: absolute;
  top: 50%;
}
.b-productsNav.m-top .e-mds button::before {
  transform: translateY(-50%) rotate(45deg);
}
.b-productsNav.m-top .e-mds button::after {
  transform: translateY(-50%) rotate(-45deg);
}
.b-productsNav.m-top .b-subItem:last-of-type > a {
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .b-sideTopNav {
    display: none;
  }
}

/* seciton
----------------------------------------------------*/
.b-section.m-home .b-enTtl .e-postTtl {
  color: var(--color-key);
  margin-top: .5em;
  font-size: min(5.116vw,22px);
}

/* about
----------------------------------------------------*/
.b-about.m-home .b-enTtl {
  padding: 0;
}
.b-about.m-home .b-enTtl .b-en {
  font-size: min(6vw,31px);
}
.b-about.m-home .b-enTtl .e-postTtl {
  color: var(--color-bk);
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.b-about.m-home .b-txts p {
  font-size: min(41.860vw,18px);
  line-height: 2;
  text-align: justify;
}
.b-about.m-home .b-pic {
  width: min(100%, 480px);
  margin: 50px auto 25px;
}
@media screen and (max-width: 767px) {
  .b-about.m-home {
    padding-top: 50px;
  }
  .b-about.m-home .b-enTtl .b-en {
    width: 100vw;
    white-space: nowrap;
    margin-left: 50%;
    transform: translateX(-50vw);
  }
  .b-about.m-home .b-enTtl .b-img {
    width:33.333%;
    min-width: 33.333%;
    margin-left: -5px;
  }
  .b-about.m-home .b-enTtl .b-ttlInner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
  }
  .b-about.m-home .b-enTtl .e-postTtl {
    text-align: left;
    font-size: min(9.302vw,40px);
    margin-top: -.53em;
    margin-left: min(4vw,30px);
  }
}
@media screen and (min-width: 768px) {
  .b-about.m-home {
    padding-top:90px;
  }
  .b-about.m-home .b-inner {
    display: flex;
    flex-direction: row-reverse;
  }
  .b-about.m-home .b-enTtl {
    text-align: left;
    margin-top: 1.8em;
  }
  .b-about.m-home .b-enTtl .e-postTtl {
    font-size: 43px;
    margin: .5em 0;
  }
  .b-about.m-home .b-img {
    width: 260px;
    min-width: 260px;
    margin-right: 70px;
  }
  .b-about.m-home .b-pic {
    margin-top: -35px;
    margin-bottom: 40px;
  }
}

/* induscrial
----------------------------------------------------*/
.b-industrial.m-home {
  background: url(assets/images/top/industrrial-bg-sp.jpg) center center / cover;
  position: relative;
  clip-path: polygon(0 145px, 100% 0, 100% 100%, 0 calc(100% - 145px) );
  overflow: hidden;
  padding: 200px 0;
}
.b-industrial.m-home::before,
.b-industrial.m-home::after {
  content: "";
  display: block;
  width: 100%;
  height: 145px;
  background: var(--color-blue);
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: .1;
}
.b-industrial.m-home::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  top: 0;
}
.b-industrial.m-home::after {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .b-industrial.m-home {
    padding-bottom: 250px;
    margin: 50px 0 80px;
  }
  .b-industrial.m-home .b-en {
    font-size: min(13.95vw,60px);
  }
}
@media screen and (min-width: 768px) {
  .b-industrial.m-home {
    background: url(assets/images/top/industrrial-bg-pc.jpg) center center / cover;
    margin: 30px 0 80px;
  }
}

.b-industrial.m-home .b-content {
  background: #fff;
}
.b-industrial.m-home .b-lists {
  display: flex;
  flex-wrap: wrap;
  max-width: 680px;
  margin: 50px auto 0;
}
.b-industrial.m-home .b-industrialItem {
  height: min(16.28vw,70px);
  font-size: min(4.186vw,18px);
  border-bottom: 1px solid #89A6D1;
}
.b-industrial.m-home .b-industrialItem a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  line-height: 1;
  padding: 0 .5em;
}
.b-industrial.m-home .b-industrialItem a::after {
  content: "";
  display: block;
  background: var(--color-key);
  aspect-ratio: 1/1;
  width: .4em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .b-industrial.m-home .b-lists {
    width: 100%;
    padding: 25px 0 15px;
    margin-top: 25px;
  }
  .b-industrial.m-home .b-industrialItem {
    width: calc( (100% - min(11.62vw,50px) / 2 ) / 2);
    margin-right: calc( min(11.62vw,50px) / 2);
    margin-bottom: 10px;
  }
  .b-industrial.m-home .b-industrialItem:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .b-industrial.m-home .b-lists {
    width: calc(100% - min(11.62vw,50px));
    padding: min( 4vw,80px) 0 min(3.5vw,60px);
  }
  .b-industrial.m-home .b-industrialItem {
    width: 200px;
    margin-right:calc( (100% - 600px) / 2);
    margin-bottom: 20px;
  }
  .b-industrial.m-home .b-industrialItem a,
  .b-industrial.m-home .b-industrialItem a::after {
    transition: .3s all;
  }
  .b-industrial.m-home .b-industrialItem a:hover {
    background: var(--color-key);
    color:#fff;
  }
  .b-industrial.m-home .b-industrialItem a:hover::after {
    background: var(--color-blue);
  }
  .b-industrial.m-home .b-industrialItem:nth-child(3n) {
    margin-right: 0;
  }
}

/* casestudy
----------------------------------------------------*/
.b-casestudy.m-home {
  background: var(--color-gray01);
  position: relative;
  clip-path: polygon(0 145px, 100% 0, 100% 100%, 0 calc(100% - 145px) );
  overflow: hidden;
  padding: 200px 0;
}
.b-casestudy.m-home::before,
.b-casestudy.m-home::after {
  content: "";
  display: block;
  width: 100%;
  height: 145px;
  background: var(--color-blue);
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: .1;
}
.b-casestudy.m-home::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  top: 0;
}
.b-casestudy.m-home::after {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  bottom: 0;
}
.b-casestudy.m-home .b-enTtl + p{
  margin: 2em 0 4em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .b-casestudy.m-home {
    padding-bottom: 250px;
    margin: 50px 0 80px;
  }
  .b-casestudy.m-home .b-lists {
    display: block;
    max-width: 310px;
    margin: 0 auto;
  }
  .b-casestudy.m-home .b-lists .b-postItem {
    width: 100%;
  }
  .b-casestudy.m-home .b-lists .b-postItem:nth-of-type(1),
  .b-casestudy.m-home .b-lists .b-postItem:nth-of-type(2),
  .b-casestudy.m-home .b-lists .b-postItem:nth-of-type(3) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .b-casestudy.m-home {
    margin: 30px 0 80px;
  }
  .b-casestudy.m-home .b-enTtl + p{
    text-align: center;
  }
}

/* news blog
----------------------------------------------------*/
.b-news.m-home {
  margin-bottom: 120px;
}
.b-blog.m-home {
  margin-bottom: 240px;
}
.b-news.m-home .b-linkButtons,
.b-blog.m-home .b-linkButtons {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .b-news.m-home .b-content,
  .b-blog.m-home .b-content {
    background: var(--color-gray01);
    padding: 120px 50px 50px;
    margin-top: -95px;
  }
  .b-news.m-home .b-lists.m-post,
  .b-blog.m-home .b-lists.m-post {
    max-width: 750px;
    margin: auto;
  }
}

/* company
----------------------------------------------------*/
.b-company.m-home {
  background: url(assets/images/top/company-bg-sp.jpg) center center / cover;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  margin-bottom: -200px;
}
.b-company.m-home .e-englishImg {
  display: block;
}
.b-company.m-home .b-enTtl .e-postTtl {
  font-size: min(6.0465vw,26px);
  text-align: left;
}
.b-company.m-home .e-sectionMds {
  word-break: keep-all;
  overflow-wrap: break-word;
  font-size: min(7.442vw,32px);
  line-height: 1.75;
}
.b-company.m-home .b-linkButtons a+a {
  margin-top: 20px;
}
.b-company.m-home .b-slider {
  overflow: hidden;
  margin-top: 60px;
  position: relative;
}
.b-company.m-home .b-sliderInner {
  display: flex;
  width: min(2500vw,10740px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .b-company.m-home .e-englishImg {
    margin-top: 10px;
  }
  .b-company.m-home .b-enTtl .e-postTtl {
    margin: 1.8em 0 .5em;
  }
  .b-company.m-home .e-sectionMds {
    margin-bottom: .8em;
  }
  .b-company.m-home .b-linkButtons {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .b-company.m-home {
    background: url(assets/images/top/company-bg-pc.jpg) center center / cover;
    margin-bottom: -290px;
  }
  .b-company.m-home .e-englishImg {
    width: min(102vw,1312px);
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
  .b-company.m-home .container {
    max-width: 930px;
  }
  .b-company.m-home .b-enTtl .e-postTtl {
    margin: 1.5em 0 1.5em;
  }
  .b-company.m-home .b-content {
    display: flex;
  }
  .b-company.m-home .b-content p {
    line-height: 2;
  }
  .b-company.m-home .b-linkButtons {
    margin-left: 40px;
  }
}


/*--------------------------------------------------*/

/* CASE STUDY

/*--------------------------------------------------*/

.b-lists.m-case {
  padding-bottom: 20px;
}
.b-lists.m-case .b-img,
.b-post.m-case .b-img {
  aspect-ratio: 310 / 210;
}
.b-caseTags {
  border-top: 1px solid var(--color-line);
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.b-caseTags:last-of-type {
  border-bottom: 1px solid var(--color-line);
}

/* single
----------------------------------------------------*/
/* ttls */
.b-post.m-case .e-postTtl {
  font-size: min(7.442vw,32px);
  line-height: 1.5;
}
.b-post.m-case .b-discripction .b-subTxt {
  margin-top: .5em;
}
.b-post.m-case .b-discripction .b-enTxt {
  color: var(--color-blue);
  font-family: var(--en);
  font-weight: 700;
  line-height: 1.46;
  font-size: min(3.256vw,14px);
  margin-top: 15px;
}
.b-post.m-case .b-discripction .b-tags {
  margin-top: 18px;
}
.b-post.m-case .b-section {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .b-post.m-case .b-section {
    display: flex;
    flex-direction: row-reverse;
  }
}
/* txts */
.b-post.m-case .b-secTtls {
  margin-bottom: 25px;
}
.b-post.m-case .b-lead {
  font-family: var(--en);
  font-weight: 700;
  color: var(--color-blue);
  position: relative;
  margin-bottom: 3px;
}
.b-post.m-case .b-lead::before {
  content: "";
  display: block;
  width: 1px;
  height: 6em;
  background: var(--color-blue);
  position: absolute;
  left:0;
  top: 50%;
  transform-origin: center center;
  transform: translate(.5em,-50%)  rotate(18deg);
}
.b-post.m-case .b-lead .e-num,
.b-post.m-case .b-lead .e-enTxt {
  display: block;
}
.b-post.m-case .b-lead .e-num {
  font-size: min(5.116vw,22px);
  position: absolute;
  left: 1.3em;
  top: -.3em;
}
.b-post.m-case .b-lead,
.b-post.m-case .e-secMds {
  padding-left: min(18.6vw,80px);
}
.b-post.m-case .e-secMds {
  font-size: min(6.047vw,26px);
}
@media screen and (min-width: 768px) {
  .b-post.m-case .b-secTtls {
    padding-top: 5px;
  }
  .b-post.m-case .b-txts {
    width: calc(60% - 30px);
  }
}
/* imgs */
.b-post.m-case .b-img {
  border-radius: 10px;
  overflow: hidden
}
.b-post.m-case .b-img img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transform-origin: center center;
}
.b-post.m-case .b-imgs figure {
  margin-bottom: 30px;
}
.b-post.m-case .b-imgs figcaption {
  display: block;
  padding-top: .5em;
}
@media screen and (max-width: 767px) {
  .b-post.m-case .b-section .b-imgs {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .b-post.m-case .b-section .b-imgs {
    width: 40%;
    margin-right: 30px;
  }
}
/* othersList */
.b-othersList .b-lists.m-case {
  padding-bottom: 0;
  margin-bottom: -45px;
}
@media screen and (min-width: 768px) {
  .b-othersList .b-lists.m-case .b-postItem:nth-child(4) {
    display: none !important;
  }
}

/*--------------------------------------------------*/

/* PRODUCTS

/*--------------------------------------------------*/

/* top
----------------------------------------------------*/

/* searchBox */

/* list */
.b-lists.m-productTop .b-img {
  aspect-ratio: 1/1;
}
.b-lists.m-productTop .b-postItem:hover .b-img img {
  transform: scale(1,1)
}
.b-lists.m-productTop .b-postItem .e-postTtl {
  text-align: center;
  font-size: min(3.721vw,18px);
  line-height: 1;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.b-lists.m-productTop .b-postItem .e-postTtl .e-sub{
  display: block;
  font-size: min(2.65vw,14px);
  margin-top: .35em;
  letter-spacing: -.03em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.b-lists.m-productTop .b-postItem .e-postTtl .e-blank {
  display: inline-block;
  aspect-ratio: 1/1;
  width: .85em;
  margin-left: .5em;
  background: url(assets/images/ic-blank.svg) center center / contain no-repeat;
  transform: translateY(.1em);
}
.b-lists.m-productTop .b-postItem .b-enTtl {
  line-height: 0;
}
.b-lists.m-productTop .b-postItem .b-enTtl .b-en {
  font-size: min(2vw,11px);
  margin-top: 1em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .b-lists.m-productTop .b-postItem .e-postTtl {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .b-lists.m-productTop {
    justify-content: center;
  }
  .b-lists.m-productTop .b-postItem {
    width: calc( (100% - 24px*3) / 4 );
    margin-right: 24px;
    transition: .3s all;
  }
  .b-lists.m-productTop .b-postItem:hover .e-postTtl {
    color: var(--color-blue);
  }
  .b-lists.m-productTop .b-postItem:nth-child(3n) {
    margin-right: 24px;
  }
  .b-lists.m-productTop .b-postItem:nth-child(4n) {
    margin-right: 0;
  }
}

/* archive
----------------------------------------------------*/
.b-lists.m-products .b-img,
.b-post.m-products .b-img {
  aspect-ratio: 230 / 176;
}

@media screen and (min-width: 768px) {
  .b-productListBox {
    position: relative;
  }
  .b-productListBox .b-productsNav {
    left: 0;
    top: 0;
    margin-left: -140px;
  }
  .b-productListBox .e-sectionMds,
  .b-lists.m-products {
    width: calc(91% - 160px);
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .b-productListBox .e-sectionMds,
  .b-lists.m-products {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .b-productListBox .b-productsNav {
    margin-left: 0;
    left: -40px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1280px) {
  .b-productListBox .b-productsNav {
    margin-left: 0;
    left: calc( (100vw - 1000px) / -2 );
  }
}
@media screen and (max-width: 1000px) {
  .b-productListBox .b-productsNav {
    display: none;
  }
  .b-productListBox .e-sectionMds,
  .b-lists.m-products {
    width: 100%;
  }
}

/* single
----------------------------------------------------*/

.b-post.m-products .e-postTtl {
  font-size: min(7.442vw,32px);
  line-height: 1.5;
}
.b-productsDetail {
  display: flex;
  flex-direction: column-reverse;
}
.b-productsDetail .e-sectionMds {
  margin-bottom: .5em;
}
.b-productsDetail .b-txts .b-section {
  margin-bottom: 60px;
}
.b-productsDetail .b-txts .b-linkButtons {
  padding-top: 20px;
}
.b-productsDetail .b-txts .b-linkButtons .b-item {
  width: 100%;
  margin-bottom: 20px;
}
.b-productsDetail .b-txts .b-linkButtons.m-maker {
  display: flex;
  justify-content: space-evenly;
  margin-top: -30px;
}
.b-productsDetail .b-txts .b-linkButtons.m-maker .b-item {
  width: calc(50% - 10px);
  min-width: auto;
  max-width: 250px;
  line-height: 1;
  padding-left: 1em;
  padding-right: 2.5em;
}
.b-productsDetail .b-txts .b-linkButtons.m-maker .e-en {
  display: inline-block;
  font-family: var(--en);
  font-size: 12px;
  border-left: 2px solid;
  border-right: 2px solid;
  border-radius: 100px;
  padding: 0 .3em;
  line-height: 1;
  transform: translateY(-.1em);
  margin-left: .5em;
}

@media screen and (max-width: 767px) {
  .b-productsDetail .b-txts .b-linkButtons .b-item {
    max-width: 390px;
  }
}
@media screen and (min-width: 768px) {
  .b-productsDetail {
    flex-direction: row-reverse;
  }
  .b-productsDetail .b-txts {
    width: 58%;
    margin-right: 0;
    margin-left: auto;
  }
  .b-productsDetail .b-txts .b-linkButtons .b-item {
    max-width: 520px;
  }
  .b-productsDetail .b-imgs {
    width: 38%;
    margin-left: 0;
    margin-right: auto;
  }
}
/* b-imgs */
.b-productsDetail .b-imgs .b-img,
.b-productsDetail .b-imgs .b-thumb li {
  aspect-ratio: 1/1;
}
.b-productsDetail .b-imgs .b-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--color-gray01);
  margin-bottom: 30px;
  border: 1px solid var(--color-line);
}
.b-productsDetail .b-imgs .b-thumb {
  display: flex;
  flex-wrap: wrap;
}
.b-productsDetail .b-imgs .b-thumb li {
  width: calc( (100% - 7px*3 ) / 4 );
  overflow: hidden;
  margin: 0 7px 7px 0;
  position: relative;
  border: 1px solid var(--color-line);
  cursor: pointer;
}
.b-productsDetail .b-imgs .b-thumb li::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  border: 2px solid transparent;
  transition: .3s all;
}
.b-productsDetail .b-imgs .b-thumb li.active::before {
  border-color: var(--color-blue);
}
.b-productsDetail .b-imgs .b-thumb li:nth-child(4n) {
  margin-right: 0;
}
.b-productsDetail .b-imgs .b-thumb img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
/* othersList */
@media screen and (max-width: 767px) {
  .b-post.m-products+.b-othersList .b-lists.m-case .b-postItem:nth-child(3n),
  .b-post.m-products+.b-othersList  .b-lists.m-case .b-postItem:nth-child(4n),
  .b-othersList .b-lists.m-products .b-postItem:nth-child(3n),
  .b-othersList .b-lists.m-products .b-postItem:nth-child(4n) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .b-othersList .b-lists.m-products {
    width: 100%;
  }
  .b-othersList .b-lists.m-products .b-postItem {
    width: calc( (100% -  20px * 3 ) / 4 );
    margin-right: 20px;
  }
  .b-othersList .b-lists.m-products .b-postItem:nth-child(3n) {
    margin-right: 20px;
  }
  .b-othersList .b-lists.m-products .b-postItem:nth-child(4n) {
    margin-right: 0;
  }
}

/*--------------------------------------------------*/

/* INDUSTRIAL

/*--------------------------------------------------*/
.b-industrialItem a {
  color: var(--color-key);
}
