html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 12px;
  font-feature-settings: "palt";
  transition: all 1.6s ease 0s;
  background-color: #f6f6ea;
  line-height: 1.9 !important;
  color: #70716a;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  body {
    margin: 0 auto !important;
    font-size: 14px;
  }
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.slide {
  opacity: 0;
  transition: 0.5s opacity;
}
.slide.on {
  opacity: 1;
}

.main_v {
  position: relative;
}
.main_v .title_l {
  position: absolute;
  z-index: 1;
  top: 62vw;
}
@media screen and (min-width: 769px) {
  .main_v .title_l {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44%;
  }
}

.read {
  margin: 50px auto;
  width: 80%;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .read {
    width: 50%;
    margin: 50px auto 80px;
    font-size: 15px;
  }
}

.index {
  font-size: 4.8vw;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .index {
    font-size: 1.25vw;
    width: 75%;
  }
}
.index .title {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .index .title {
    font-size: 1.5277777778vw;
    padding-bottom: 15px;
  }
}
.index .title02 {
  text-align: center;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.index .flex {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .index .flex {
    margin: 15px auto;
    justify-content: center;
    padding-bottom: 20px;
    margin: 20px auto;
  }
}
.index .flex a {
  display: flex;
  width: 50%;
  justify-content: space-between;
  padding: 0 14px;
}
@media screen and (max-width: 768px) {
  .index .flex a {
    padding: 0 24px;
  }
}
@media screen and (min-width: 769px) {
  .index .flex a {
    justify-content: center;
  }
}
.index .flex a img {
  width: 8px;
}
@media screen and (min-width: 769px) {
  .index .flex a img {
    margin-left: 12%;
  }
}

.key_sec {
  margin: 98px auto;
}
.key_sec .key_title {
  line-height: 1.3;
  margin: 0 auto 30px;
  text-align: center;
}

.k_sec {
  margin: 100px auto;
  width: 90%;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 769px) {
  .k_sec {
    width: 58%;
  }
}
.k_sec h2 {
  text-align: center;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .k_sec h2 {
    margin-left: 1%;
    font-size: 15px;
  }
}
.k_sec .k_title {
  text-align: center;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13.3333333333vw;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .k_sec .k_title {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .k_sec .k_title {
    margin-bottom: 0px;
    margin-left: 1%;
    font-size: 60px;
  }
}
.k_sec .k_sub-title {
  text-align: center;
  font-size: 3.4666666667vw;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: -2vw;
}
@media screen and (min-width: 769px) {
  .k_sec .k_sub-title {
    font-size: 15px;
    margin-top: -10px;
  }
}
.k_sec ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .k_sec ul {
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .k_sec ul {
    margin: 10px auto 20px;
  }
}
.k_sec ul a::after {
  content: "BUY";
  border: 1px solid #70716a;
  display: block;
  width: 48%;
  margin: 15px 0 30px;
  line-height: 1;
  transition: 1s;
  text-align: center;
  font-size: 13px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 5px 8px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .k_sec ul a::after {
    padding: 3px 0;
  }
}
@media screen and (min-width: 769px) {
  .k_sec ul a::after {
    width: 30%;
  }
}
.k_sec p {
  font-size: 11px;
  margin: 4px 0 4px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .k_sec p {
    font-size: 12px;
  }
}
.k_sec p img + span {
  display: none;
}
.k_sec .price {
  margin: 0 !important;
}
.k_sec div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .k_sec div {
    margin-top: 10px;
  }
}
.k_sec .category div {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .k_sec .category div {
    width: 47%;
  }
}
.k_sec .category div a::after {
  content: "BUY";
  border: 1px solid #70716a;
  display: block;
  width: 48%;
  margin: 10px 0 24px;
  line-height: 1;
  padding: 5px 0;
  transition: 1s;
  text-align: center;
  font-size: 13px;
  border-radius: 30px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .k_sec .category div a::after {
    padding: 5px 0;
  }
}
@media screen and (min-width: 769px) {
  .k_sec .category div a::after {
    width: 30%;
  }
}
.k_sec .fuwat {
  width: 48%;
}
.k_sec .all_btn {
  font-size: 18px;
  text-align: center;
  padding: 9px;
  width: 65%;
  margin: 30px auto;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: 1px solid #70716a;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  .k_sec .all_btn {
    padding: 13px;
    width: 38%;
  }
}
.k_sec .all_btn:hover {
  background: #70716a;
  color: #fff;
  transition: 0.5s;
}

.all_btn2 {
  font-size: 18px;
  text-align: center;
  padding: 14px;
  border: 1px solid #7e777b;
  color: #fff;
  width: 65%;
  margin: 50px auto;
  background: #7e777b;
}
@media screen and (min-width: 769px) {
  .all_btn2 {
    padding: 13px;
    width: 25%;
  }
}
.all_btn2:hover {
  background: #fff;
  color: #7e777b;
  transition: 0.5s;
}

.label {
  margin-top: 17px;
}

@media screen and (min-width: 769px) {
  .category li {
    width: 23%;
    margin: 20px 1% 0 1%;
  }
}
.category li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  .textOverflow p {
    font-size: 12px;
  }
}

.cate {
  font-size: 4.8vw;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cate {
    width: 75%;
  }
}
.cate .title02 {
  text-align: center;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .cate .title02 {
    font-size: 23px;
    padding-bottom: 20px;
  }
}
.cate .flex {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .cate .flex {
    font-size: 20px;
    padding-bottom: 20px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .cate .flex a:nth-child(1) {
    margin-left: 9%;
  }
  .cate .flex a:nth-child(2) {
    margin-left: 2%;
  }
}
.cate .flex a {
  display: flex;
  padding: 0 14px;
}
@media screen and (max-width: 768px) {
  .cate .flex a {
    width: 50%;
  }
}
.cate .flex a img {
  width: 3.5vw;
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  .cate .flex a img {
    width: 16px;
  }
}
.cate .all_btn {
  font-size: 18px;
  text-align: center;
  padding: 5px;
  width: 65%;
  margin: 50px auto 130px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: 1px solid #70716a;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  .cate .all_btn {
    padding: 13px;
    width: 38%;
    margin: 120px auto 180px;
  }
}
.cate .all_btn:hover {
  background: #70716a;
  color: #f6f6ea;
  transition: 0.5s;
}

footer {
  text-align: center;
}
footer img {
  width: 120px;
  margin: 0 auto;
}
footer p {
  font-size: 10px;
  margin: 30px auto 20px;
}/*# sourceMappingURL=style.css.map */