main {
  background: #E2E1E2;
}

#visual {
  position: relative;
}
#visual .ly_inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #visual .ly_inner {
    position: static;
    text-align: center;
    padding: 20px;
    color: #004098;
    display: block;
  }
}
#visual h1 {
  color: #fff;
  text-align: left;
  font-weight: 400;
  padding: 0;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  #visual h1 {
    text-align: center;
    color: #000;
  }
}
#visual h1 span {
  display: block;
}
#visual h1 .cat {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #visual h1 .cat {
    margin-bottom: 0;
  }
}
#visual h1 .main {
  font-size: 4.4rem;
}
#inlink {
  background: #F2F2F2;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #inlink {
    padding: 30px 0;
  }
}
#inlink .ly_layout {
  display: flex;
  justify-content: center;
  gap: 8%;
}
#inlink .ly_layout a {
  position: relative;
  width: 33.333%;
  max-width: 266px;
  text-align: center;
  color: #000;
}
#inlink .ly_layout a::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  bottom: 0;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
#inlink .ly_layout a p {
  font-size: 2rem;
  padding-block: 30px;
}
@media screen and (max-width: 767px) {
  #inlink .ly_layout a p {
    font-size: 1.6rem;
  }
}
#inlink .ly_layout a .image {
  background: #F2F2F2;
}
#inlink .ly_layout a .image img {
  mix-blend-mode: multiply;
  opacity: 0.8;
}

.product-detail {
  padding-block: 50px;
}
.product-detail .ly_layout {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .product-detail .ly_layout {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
}
.product-detail .ly_layout .image {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .product-detail .ly_layout .image {
    width: 100%;
    padding: 0 10%;
    margin-bottom: 20px;
  }
}
.product-detail .ly_layout .txt {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .product-detail .ly_layout .txt {
    width: 100%;
  }
}
.product-detail .ly_layout .txt .cat {
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .product-detail .ly_layout .txt .cat {
    margin-bottom: 30px;
  }
}
.product-detail .ly_layout .txt .cat span {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
}
.product-detail .ly_layout .txt h3 {
  margin-bottom: 60px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .product-detail .ly_layout .txt h3 {
    margin-bottom: 30px;
  }
}
.product-detail .ly_layout .txt p {
  line-height: 2;
}
.product-detail .images {
  display: flex;
  gap: 2%;
}
.product-detail .images .image {
  width: 33.333%;
}

#brand-decription {
  text-align: center;
  border-bottom: 1px solid #CBCACB;
  padding: 0 0 150px 0;
}
@media screen and (max-width: 767px) {
  #brand-decription {
    padding-bottom: 80px;
  }
}
#brand-decription .ly_inner {
  max-width: 800px;
}
#brand-decription .ly_inner p {
  text-align: left;
}

#other-product {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  #other-product {
    padding-block: 50px;
  }
}
#other-product h2 {
  text-align: center;
  font-size: 4.4rem;
  font-weight: 500;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #other-product h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
#other-product .ly_layout {
  display: flex;
  justify-content: center;
  gap: 5%;
}
#other-product .ly_layout.col3 a {
  width: 33.333%;
}
#other-product .ly_layout a .logo {
  width: 60%;
  max-width: 236px;
  margin: 30px auto 0;
}