@charset "UTF-8";
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  background-color: #fff;
  scroll-behavior: smooth;
}

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 .no-touch {
  pointer-events: none;
}
a .no-touch .buy {
  text-decoration: none;
}

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

.Lilita_r {
  font-family: "Lilita One";
}

.Barlow_r {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}

.Barlow_m {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

.Barlow_sb {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

.Sans_b {
  font-weight: 900;
}

.Kiwi {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
}

.Slab {
  font-family: "Josefin Slab", serif;
  font-weight: 600;
  font-style: italic;
}

.Roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.container {
  max-width: 400px;
  margin: 0 auto;
}

.fv .container {
  padding: 20px 0 50px 0;
}
.fv .sub_title {
  max-width: 120px;
  margin: 0 auto;
}
.fv h1 {
  margin: 10px auto 35px;
  max-width: 300px;
}
.fv .fv_img-wrap {
  position: relative;
}
.fv .fv_img-wrap figure:nth-child(1) {
  position: absolute;
  transform: translate(-50%, -50%);
  top: -10px;
  left: 20%;
  max-width: 60px;
}
.fv .fv_img-wrap figure:nth-child(2) {
  position: absolute;
  transform: translate(-50%, -50%);
  top: -5px;
  right: -8%;
  max-width: 60px;
}
.fv .bottom_title {
  font-size: 17px;
  color: #FFA5A9;
  -webkit-text-stroke: 1px #000;
  justify-content: center;
  display: flex;
  margin-bottom: 16px;
}
.fv .bottom_title h2 {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #FFA5A9;
}
.fv .brand {
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
}
.fv .read_text {
  font-size: 14px;
  text-align: center;
  line-height: 2;
}

.point .container {
  position: relative;
}
.point_title {
  position: absolute;
  width: 100%;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.point_title h3 {
  font-size: 19px;
  background-image: linear-gradient(to right, #000, #000 4px, transparent 2px, transparent 8px); /* 幅2の線を作る */
  background-size: 8px 1.5px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 8px;
}
.point_title figure {
  width: 30%;
  max-width: 92px;
}
.point .price {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 20px;
  text-align: center;
  font-size: 34px;
}
.point .balloon {
  max-width: 80px;
  position: absolute;
  bottom: 30px;
  left: 30%;
  transform: translate(-50%, -50%);
}

.sec .container {
  margin: 70px auto 80px;
}
.sec .main_wrap {
  position: relative;
}
.sec .main_wrap .color, .sec .main_wrap .code_title {
  position: absolute;
  z-index: 1;
}
.sec .main_wrap .color {
  top: -10%;
  width: 50%;
  left: 10%;
}
.sec .main_wrap .code_title {
  font-size: 15px;
  border-bottom: 1px solid #000;
  top: 0;
  right: 5%;
  transform: rotate(3deg);
}
.sec .bottom {
  width: 95%;
  margin: 10px auto;
}
.sec .bottom .flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sec .bottom .flex .left {
  width: 65%;
  margin: 0 10px 0 30px;
}
.sec .bottom .flex .right {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.sec .credit {
  font-size: 14px;
  margin: 15px auto;
}
.sec .credit ul li {
  margin-bottom: 10px;
  letter-spacing: 0.4px;
}
.sec .credit ul li:last-child {
  margin-bottom: 0;
}
.sec .credit ul li .buy {
  text-decoration: underline;
  margin-left: 10px;
}

footer .staff {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 60px;
}
footer .staff li {
  margin-bottom: 10px;
}
footer .top_reverse {
  width: 17px;
  height: 17px;
  text-align: center;
  border-top: 1px solid #000;
  margin: 0 auto 40px;
  position: relative;
}
footer .top_reverse:before, footer .top_reverse:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 1px;
  height: 13px;
}
footer .top_reverse:before {
  transform: rotate(45deg) translate(-50%, -50%);
  top: 8.5px;
  left: -5%;
}
footer .top_reverse:after {
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 8px;
  right: -5%;
  height: 13px;
}
footer .logo {
  width: 20%;
  margin: 0 auto 30px;
  max-width: 150px;
}
footer .copy {
  text-align: center;
  font-size: 14px;
  padding-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .container {
    max-width: 895px;
  }
  .fv .container {
    padding: 35px 0 110px;
  }
  .fv .sub_title {
    max-width: 200px;
  }
  .fv h1 {
    max-width: 400px;
  }
  .fv .fv_img-wrap figure:nth-child(1) {
    max-width: 105px;
  }
  .fv .fv_img-wrap figure:nth-child(2) {
    max-width: 102px;
    top: 30px;
    right: -10%;
  }
  .fv .bottom_title {
    margin-top: 30px;
    font-size: 24px;
  }
  .fv .bottom_title h2 {
    padding-bottom: 10px;
  }
  .fv .brand {
    font-size: 23px;
  }
  .point h3 {
    font-size: 25px;
  }
  .point_title {
    top: 10px;
  }
  .point_title figure {
    max-width: 122px;
  }
  .point .price {
    font-size: 35px;
    letter-spacing: 1px;
  }
  .point .balloon {
    left: 40%;
    max-width: 90px;
  }
  .sec {
    margin: 100px auto;
  }
  .sec .container {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .sec .container .main_wrap, .sec .container .bottom {
    width: 50%;
  }
  .sec .container .bottom .color {
    max-width: 177px;
    margin-left: 70px;
  }
  .sec .container .bottom .code_title {
    font-size: 17px;
    text-decoration: underline;
    text-align: right;
    margin-bottom: 50px;
    transform: rotate(3deg);
  }
  .sec .container .flex {
    flex-wrap: wrap;
  }
  .sec .container .flex .left {
    width: 15%;
    margin: 0 auto;
  }
  .sec .container .flex .right {
    font-size: 14px;
    line-height: 2;
  }
  .sec .container .credit {
    margin: 10px auto;
    width: fit-content;
    font-size: 14px;
  }
  .sec:nth-child(4) .container, .sec:nth-child(6) .container {
    flex-direction: row-reverse;
  }
}/*# sourceMappingURL=style.css.map */