html,
body {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.8;
}

.title {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

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

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

h2.title {
  font-size: clamp(17px, 4.5333333333vw, 24px);
}

.container {
  width: max(325px, 86.6666666667vw);
  margin: 0 auto;
}

.about1 {
  padding: 50px 0;
}
.about1 h2 {
  padding-bottom: 30px;
}
.about1 .text {
  font-size: clamp(11px, 2.9333333333vw, 15px);
  padding-top: 20px;
}

.about2 .bg {
  background-image: url(../img/kaki.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 20px;
}
.about2 .box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 20px;
}
.about2 h3 {
  font-size: clamp(16px, 4.2666666667vw, 22px);
}
.about2 .text {
  font-size: clamp(10px, 2.6666666667vw, 14px);
  padding-top: 20px;
}

.about_bottom {
  font-size: clamp(15px, 4.2666666667vw, 20px);
}
.about_bottom .container {
  padding: 50px 0;
}
.about_bottom h4 {
  font-size: clamp(12px, 2.6666666667vw, 16px);
  padding-bottom: 10px;
}
.about_bottom .text {
  font-size: clamp(11px, 2.9333333333vw, 12px);
}
.about_bottom figure {
  width: 75%;
  margin: 15px auto;
}

.product .bg {
  background-color: #ececec;
  padding: 50px 0;
}
.product .main {
  width: 90%;
  margin: 50px auto 100px;
}
.product .p_li {
  display: flex;
  flex-wrap: wrap;
}
.product .p_li .text {
  font-size: clamp(10px, 2.6666666667vw, 14px);
  text-align: right;
  padding: 15px 0 60px;
}

.use .bg {
  padding: 50px 0;
  background-image: url(../img/SCENE.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.use .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.use .title,
.use .text {
  position: relative;
}
.use .title {
  margin-bottom: 60px;
}
.use .title span {
  font-size: clamp(10px, 2.6666666667vw, 14px);
  display: block;
}
.use .text {
  font-size: clamp(12px, 2.9333333333vw, 16px);
  line-height: 3;
  margin-bottom: 0;
}

.credit_box .p_wrap {
  padding: 20px 0;
}
.credit_box .p_wrap h2 {
  padding-bottom: 20px;
}
.credit_box .p_wrap h2 span {
  font-size: clamp(11px, 2.9333333333vw, 16px);
  margin-left: 10px;
}
.credit_box .p_wrap figure {
  width: 100vw;
}
.credit_box .p_wrap:nth-child(1) {
  background-color: #edf4e2;
}
.credit_box .p_wrap:nth-child(2) {
  background-color: #e6efec;
}
.credit_box .p_wrap:nth-child(3) {
  background-color: #eeeeee;
}
.credit_box .p_wrap:nth-child(4) {
  background-color: #faf0e7;
}
.credit_box .p_wrap .text {
  font-size: clamp(11px, 2.9333333333vw, 15px);
  text-align: right;
  padding: 20px 0 0;
}
.credit_box .bottom {
  width: 100%;
}
.credit_box .credit {
  padding: 30px 0;
  font-size: clamp(10px, 2.6666666667vw, 15px);
}
.credit_box .credit li {
  margin-bottom: 8px;
}
.credit_box .credit li:last-child {
  margin-bottom: 0;
}
.credit_box .credit li a {
  width: fit-content;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.credit_box .credit li a .buy {
  background-color: #929292;
  color: #fff;
  padding: 2px 0;
  width: 50px;
  display: block;
  text-align: center;
  border-radius: 3px;
}

footer {
  padding: 100px 0 30px;
}
footer .insta {
  max-width: 30px;
  margin: 0 auto 30px;
}
footer .logo {
  width: clamp(120px, 32vw, 200px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .about1 .slider {
    width: 80%;
    margin: 0 auto;
  }
  .about1 .text {
    width: 80%;
    margin: 0 auto;
  }
  .credit_box .p_wrap figure {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 769px) {
  .fv {
    max-width: 1100px;
    margin: 0 auto;
  }
  .pc_flex {
    display: flex;
  }
  .about1 {
    padding: 100px 0;
  }
  .about1 .pc_flex {
    width: min(800px, 66.6666666667vw);
    margin: 0 auto;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .about1 .pc_flex .right {
    width: 40%;
  }
  .about2 {
    text-align: center;
  }
  .about2 .bg {
    padding: 100px;
    margin: 0 auto;
  }
  .about2 .box {
    padding: 100px;
  }
  .about_bottom .container {
    max-width: 800px;
    padding: 100px 0;
  }
  .about_bottom .pc_flex {
    gap: 40px;
    align-items: center;
  }
  .product .bg {
    padding: 100px 0;
  }
  .product h2 {
    text-align: center;
  }
  .product .main {
    max-width: 500px;
  }
  .product .p_li {
    gap: 10px;
  }
  .product .p_li li {
    width: calc(33.3333333333% - 8px);
  }
  .product .p_li .text {
    font-size: 12px;
  }
  .use .bg {
    padding: 100px 0;
    background-position: center 10%;
  }
  .use h2,
  .use .text {
    width: fit-content;
    margin: 0 auto;
  }
  .credit_box {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 100px auto;
    gap: 5px;
  }
  .credit_box .container {
    width: 100%;
  }
  .credit_box .p_wrap {
    padding: 40px 0;
    width: calc(50% - 2.5px);
  }
  .credit_box .p_wrap figure {
    width: 90%;
    margin: 0 auto;
  }
  .credit_box .p_wrap h2,
  .credit_box .p_wrap .text,
  .credit_box .p_wrap .credit {
    width: 90%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */