html,
body {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-size: 10px;
  overflow-x: hidden;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  background-color: #fff;
}

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;
}
a.no-touch span::after {
  display: none !important;
}

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

h1 {
  text-align: right;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  h1 {
    font-size: 34px;
  }
}

.flex {
  display: flex;
}
.flex.reverse {
  flex-direction: row-reverse;
}

.btn-open-modal {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .fv {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
.fv p {
  font-size: 12px;
  text-align: right;
  padding: 15px 0 30px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .fv p {
    font-size: 14px;
  }
}

.sec {
  padding-bottom: 90px;
}
.sec .container {
  width: 95%;
  margin: 0 auto;
}
.sec .flex {
  gap: 4px;
}
.sec .flex .left {
  width: 57%;
}
.sec .flex .left span {
  text-decoration: underline;
}
.sec .flex .left figure {
  position: relative;
}
.sec .flex .right {
  width: 43%;
}
.sec .flex .right figure {
  margin-bottom: 4px;
}
.sec .flex a {
  padding: 5% 0 0 3%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec .flex a {
    font-size: 12px;
  }
}
.sec .flex .soon {
  color: #7B7B7B;
  pointer-events: none;
}
.sec .flex .soon span {
  text-decoration: none;
}
.sec .sec1 {
  margin-top: 50px;
}

.btn_box {
  margin-top: 75px;
}
.btn_box .view_btn {
  width: 280px;
  text-align: center;
  margin: 20px auto 0;
  font-size: 13px;
  border: 1px solid #000;
  padding: 15px 0;
}

footer {
  padding: 0 0 100px;
}
footer .logo {
  width: 30%;
  margin: 30px auto 30px;
  max-width: 120px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
}
footer .insta {
  font-size: 12px;
  display: flex;
  justify-content: center;
  text-decoration: underline;
  color: #000;
}
footer .insta span {
  display: block;
  max-width: 14px;
  margin-right: 3px;
}

#to_top {
  position: fixed;
  bottom: 180px;
  left: 0;
  z-index: 100;
  font-size: 10px;
  background: #fff;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.12);
  padding: 8px 20px;
  transform: rotate(90deg);
  transform-origin: left bottom;
  cursor: pointer;
}
#to_top span:first-child {
  width: 15px;
  height: 15px;
  display: flex;
}
#to_top span:first-child img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #to_top span:first-child img {
    max-width: 15px;
  }
}
@media screen and (min-width: 769px) {
  #to_top span:first-child img {
    max-width: 25px;
  }
}

#nav-pop {
  transition: height 0.4s linear;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 101;
  overflow-y: auto;
  display: none;
}
#nav-pop p {
  text-align: center;
  padding: 70px 0 20px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #nav-pop p {
    font-size: 22px;
    padding: 70px 0 70px;
  }
}
#nav-pop ul {
  display: flex;
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 100px;
  padding-top: 50px;
}
#nav-pop ul li {
  width: 33%;
  margin-bottom: 0.5%;
}
#nav-pop ul li img {
  margin: 0 auto;
  width: 98%;
}
#nav-pop ul .title {
  margin-right: 0;
  width: 66%;
  pointer-events: none;
}
#nav-pop ul .title img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #nav-pop ul .title img {
    width: 90%;
  }
}

.close {
  position: fixed;
  right: 15px;
  top: 15px;
  display: block;
  transform: rotate(45deg);
  cursor: pointer;
  width: 22px;
  height: 22px;
  opacity: 0.6;
  z-index: 999;
}
.close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  transform: translate(0, 10px);
}
.close span:last-child {
  transform: rotate(90deg) translate(10px, 0);
  margin-top: -1px;
}

@media screen and (min-width: 769px) {
  .container {
    max-width: 660px;
    margin: 0 auto;
  }
  .fv {
    padding-bottom: 100px;
    display: block;
  }
  .fv .container {
    width: 100%;
    max-width: 100%;
  }
  .read .text {
    font-size: 13px;
    padding: 0 0 60px;
  }
  .read .all_btn {
    width: 180px;
  }
  .sec .flex a {
    padding: 2% 0 0 2%;
  }
  .sec .flex .soon {
    color: #7B7B7B;
    pointer-events: none;
  }
  .sec .flex .soon span {
    text-decoration: none;
  }
  .sec .sec1 {
    margin-top: 100px;
  }
  #insta .inner {
    width: 480px !important;
    gap: 2px !important;
  }
  #insta .insta-box a {
    width: 156px !important;
    height: 156px !important;
  }
}
.w_68 {
  width: 68% !important;
  padding: 24% 0 0 0 !important;
}
@media screen and (min-width: 769px) {
  .w_68 {
    width: 59% !important;
  }
}

@media screen and (max-width: 768px) {
  .w_75 {
    width: 75% !important;
    padding: 22% 0 0 0 !important;
  }
}

.w_57 {
  width: 57% !important;
}
@media screen and (min-width: 769px) {
  .w_57 {
    width: 43% !important;
  }
}

.w_40 {
  padding: 35% 0 0 0 !important;
  width: 35% !important;
}

.color {
  margin-top: 5px;
  font-size: 12px;
  white-space: nowrap;
}

.slick-slide img {
  margin-bottom: 5px;
}

.s1 {
  margin-right: 4%;
}

.s2 {
  margin-left: 4%;
}

.s3 {
  margin: 0 4% 0;
}

.w_200 {
  width: 200px;
}

@media screen and (min-width: 769px) {
  .flex-direction-nav {
    top: 48.5%;
  }
}

@media screen and (min-width: 769px) {
  .slides li {
    margin-top: 30px;
  }
}
.space {
  text-decoration: none !important;
  margin-right: 8px;
}
.space.s1 {
  text-decoration: underline !important;
}/*# sourceMappingURL=style.css.map */