
/* kv
----------------------------------- */
.kv {
  /* height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/catalog/upload/save/common/a1f27709a0c9b0120ae6795d4003701e.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 44px 0;
  margin: 0 0 64px; */
  margin: 0 0 64px;
}
.kv-box {
  text-align: center;
}
.kv-ttl {
  font-size: 32px;
  font-weight: 700;
  color: #009FE8;
  margin: 0 0 16px;
}
.kv-txt {
  font-size: 16px;
  font-weight: 700;
  color: #009FE8;
  line-height: 1.6;
}
.kv-txt span.color {
  position: relative;
  z-index: 5;
}
.kv-txt span.color:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 2px;
  left: 0;
  background: #FFF969;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .kv {
    height: auto;
  }
  .kv-ttl {
    font-size: 26px;
  }
  .kv-txt {
    font-size: 14px;
  }
}

/* カタログサイトについて
----------------------------------- */
.about {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 80px;
}
.about-data {
  width: 53.18%;
  width: auto;
  margin-right: 10px;
}
.about .ttl {
  margin: 0 0 32px;
}
.about .ttl span {
  display: block;
}
.about .main-banner {
  margin: 10px 0 0;
}
.about .ttl span[lang="en"] {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.about .ttl span[lang="ja"] {
  font-size: 11px;
  font-weight: 700;
}
.about .footer-account {
  width: 39.55%;
  min-width: 39.55%;
  border-radius: 5px;
  background: #333;
  padding: 24px;
  /* display: none; */
}
.about .main-banner {
  margin-top: 40px;
}
.about .footer-account-ttl {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}
.about .footer-account-ttl img {
  margin: 0 8px 0 0;
}
.footer-account-txt {
  color: #fff;
  margin: 0 0 16px;
}
.about .footer-account-btn {
  display: flex;
  justify-content: space-between;
}
.about .footer-account-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47.8%;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  border: 1px solid #fff;
  border-radius: 9999px;
  background: #fff;
  padding: 10px 16px;
  white-space: nowrap;
}
.about .footer-account-btn a span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #333;
  margin: 0 0 0 8px;
  transition: .3s;
}
.about .footer-account-btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -1px;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .about .footer-account-btn a:hover {
    color: #fff;
    background: #333;
  }
  .about .footer-account-btn a:hover span {
    background: #fff;
  }
  .about .footer-account-btn a:hover span:before {
    border-color: #333;
  }
}

@media screen and (max-width: 767px) {
  .about {
    display: block;
    margin: 0 0 40px;
  }
  .about .about-data {
    width: auto;
    margin: 0 0 24px;
  }
  .about .ttl {
    margin: 0 0 24px;
  }
  .about .ttl span[lang="en"] {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }
  .about .footer-account {
    width: auto;
  }
  .about .footer-account-btn {
    display: block;
  }
  .about .footer-account-btn a {
    width: auto;
  }
  .about .footer-account-btn a + a {
    margin: 16px 0 0;
  }
}

/* 製品情報
----------------------------------- */
.category {
  margin: 0 0 64px;
}
.category-head {
  display: flex;
  align-items: center;
  margin: 0 0 48px;
}
.category .ttl {
  position: relative;
  padding: 0 48px 0 0;
}
.category .ttl:before {
  content: "";
  position: absolute;
  top: 4px;
  right: -1px;
  bottom: 4px;
  width: 1px;
  background: #E6E6E6;
}
.about-data .ttl:before {
  display: none;

}
.category .ttl span {
  display: block;
}
.category .ttl span[lang="en"] {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.category .ttl span[lang="ja"] {
  font-size: 11px;
  font-weight: 700;
}
.category .txt {
  padding: 0 0 0 48px;
}
.category .top-btn {

  margin-left: auto;
  margin-bottom: auto;
}
.category .top-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #333;
  border-radius: 9999px;
  background: #333;
  padding: 10px 24px;
}

.category .top-btn a span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  margin: 0 0 0 8px;
  transition: .3s;
}
.category .top-btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  background: #fff;
  margin-left: -1px;
  transition: .3s;
}

.top-btn a:hover span:before {
  background: #333;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.category .category-li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category .category-li:after {
  content: "";
  display: block;
  width: 30.91%;
}
.category .category-item {
  width: 30.91%;
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0 16px;
}
.category .category-item a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding: 0 0 16px;
}
.category .category-item a span {
  background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
  transition: background .3s;
}
.category .category-item a img {
  flex: 0 0 56px;
  border-radius: 5px;
  margin: 0 16px 0 0;
}


@media screen and (min-width: 768px) {

  .category .top-btn a:hover {
    color: #333;
    background: #fff;
  }
  .category .top-btn a:hover span {
    background: #333;
  }
  .category .btn a:hover span:before {
    border-color: #fff;
  }
  .category .category-item a:hover span {
    background-size: 100% 1px;
  }
  .category .btn-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .category {
    margin: 0 0 40px;
  }
  .category .category-head {
    display: block;
    margin: 0 0 24px;
  }
  .category .ttl {
    padding: 0;
    margin: 0 0 16px;
  }
  .category .ttl:before {
    content: none;
  }
  .category .txt {
    padding: 0;
  }
  .category .category-li {
    margin: 0 0 8px;
  }
  .category .category-item {
    width: 48.18%;
  }
  .category .category-item a {
    font-size: 14px;
  }
  .category .top-btn a {
    display: flex;
  }
  .category .btn-pc {
    display: none;
  }
  .category .btn a {
    display: flex;
  }
}

/* そのほかの商品
----------------------------------- */

.other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  background: #fff;
  padding: 20px 32px;
  margin: 0 0 120px;
}
.other .ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 8px;
}
.other .txt {
  color: #999;
}
.btn {
  margin: 0;
}
.other .btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #333;
  border-radius: 9999px;
  background: #333;
  padding: 10px 24px;
}
.other .btn a span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  margin: 0 0 0 8px;
  transition: .3s;
}
.other .btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  background: #fff;
  margin-left: -1px;
  transition: .3s;
}


@media screen and (min-width: 768px) {
  .other .btn a:hover {
    color: #333;
    background: #fff;
  }
  .other .btn a:hover span {
    background: #333;
  }
  .about .footer-account-btn a:hover span:before {
    border-color: #333;
}
  .other .btn a:hover span:before {
    border-color: #fff;
  }


}

@media screen and (max-width: 767px) {
  .other {
    display: block;
    padding: 24px;
    margin: 0 0 40px;
  }
  .other .ttl {
    font-size: 18px;
  }
  .other .other-data {
    margin: 0 0 24px;
  }
  .other .btn a {
    display: flex;
  }
}

/*会員登録+ログイン
----------------------------------- */

.register {
  border-top: 1px solid #e6e6e6;
  background: #f9f9f9;
  padding: 0 16px;
}
.register .register-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}
.register .register-left {
  flex: 1;
}
.register .register-ttl {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 24px;
}
.register .register-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 280px;
}
.register .register-right > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 700;
  color: #fff;
  border: 2px solid #171717;
  border-radius: 3px;
  background: #171717;
  padding: 10px 16px;
  transition: 0.3s;
}
.register .register-right > a span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  margin-left: 8px;
  transition: 0.3s;
}
.register .register-right > a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #171717;
  border-right: 1px solid #171717;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -1px;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .register .register-right > a:hover {
    color: #171717;
    background: #fff;
  }
  .register .register-right > a:hover span {
    background: #171717;
  }
  .register .register-right > a:hover span:before {
    border-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .register .register-inner {
    flex-direction: column;
    gap: 24px;
    padding: 40px 0;
  }
  .register .register-ttl {
    font-size: 18px;
    margin: 0 0 16px;
  }
  .register .register-right {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }
}
.main-wrap-right.lower-page {
  /* margin: 0 40px; */
}