#MainVisual .__inner > img {
  top: 52px;
  width: 212.5px;
}
@media all and (max-width: 767px) {
  #MainVisual .__inner > img {
    top: 7.7333333333vw;
    width: 20vw;
  }
}
#MainVisual .__inner > .title {
  top: 72px;
  left: 270px;
  gap: 22px;
}
@media all and (max-width: 767px) {
  #MainVisual .__inner > .title {
    gap: 3.4666666667vw;
    top: 8vw;
    left: 22.6666666667vw;
  }
}
#MainVisual .__inner > p {
  left: 270px;
  top: 177px;
}
@media all and (max-width: 767px) {
  #MainVisual .__inner > p {
    top: 27.7333333333vw;
    left: 0;
    width: 100%;
  }
  body:lang(en) #MainVisual .__inner > p br.-tab {
    display: none;
  }
}

.area#about .__inner > div.column2 > :first-child {
  -ms-flex-preferred-size: calc(var(--first, 0.5) * 100%);
      flex-basis: calc(var(--first, 0.5) * 100%);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.area#about .__inner > div.column2 h5 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .area#usage-products section .__inner .nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.area#usage-products section .__inner .nav_list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .area#usage-products section .__inner .nav_list li a::before {
    width: 8vw;
    height: 8vw;
  }
}
.area#usage-products #cases .__inner .case .performance ul li img:nth-child(2) {
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .area#usage-products #cases .__inner .case .performance ul li img:nth-child(2) {
    height: 5vw;
    width: 8vw;
    margin-block: 1.5vw;
  }
}
.area#usage-products #products .__inner .product .column2 {
  margin-bottom: 0;
}
.area#usage-products #products .__inner .product .explain {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .area#usage-products #products .__inner .product .column3 figure {
    width: 100% !important;
  }
}
.area#usage-products #products .__inner #product_01 .column3 figure:first-child {
  width: 444px;
}
.area#usage-products #products .__inner #product_01 .column3 figure:last-child {
  width: 340px;
}
.area#usage-products #products .__inner #product_02 .column3 figure:first-child {
  width: 444px;
}
.area#usage-products #products .__inner #product_02 .column3 figure:last-child {
  width: 340px;
}
.area#usage-products #products .__inner #product_03 .explain figure {
  border: initial !important;
}
.area #acrylic_about_likeas figure {
  margin-top: 50px;
  text-align: center;
}
.area #acrylic_about_likeas figure img {
  max-width: 100%;
  max-height: 450px;
}
@media screen and (max-width: 767px) {
  .area #acrylic_about_likeas figure img {
    max-height: 100%;
  }
}
.area #acrylic_usage #case_03 > figure {
  text-align: center;
  margin-block: 30px 25px;
  padding: 30px;
  border: solid 1px #c5c5c5;
}
@media screen and (max-width: 767px) {
  .area #acrylic_usage #case_03 > figure {
    margin-block: 8vw 6.6666666667vw;
    padding: 5.3333333333vw;
  }
}
.area #acrylic_usage #case_03 > figure img {
  height: 354px;
}
@media screen and (max-width: 767px) {
  .area #acrylic_usage #case_03 > figure img {
    width: 100%;
    height: auto;
  }
}

body:lang(ja) .area#usage-products #cases .__inner .nav_list {
  gap: 30px;
}
@media screen and (max-width: 960px) {
  body:lang(ja) .area#usage-products #cases .__inner .nav_list {
    gap: 1vw;
  }
}

.area#usage-products #cases .__inner .nav_list li br {
  display: none;
}