html,
body {
  font-family: garamond-premier-pro, serif;
  font-weight: 100;
  font-style: normal;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-size: 16px;
  overflow-x: hidden;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  background-color: #fff;
}
html.open,
body.open {
  overflow: hidden;
}

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: 95%;
    margin: 0 auto;
    padding: 17% 0 0 0;
  }
}
.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;
  }
}
.fv .flex {
  gap: 5px;
}

.read {
  padding: 80px 0 80px;
}
@media screen and (min-width: 769px) {
  .read {
    padding: 80px 0 150px;
  }
}
.read .text {
  font-size: 11px;
  text-align: center;
  line-height: 2.5;
  padding: 0 0 60px;
}
.read .all_btn {
  display: flex;
  justify-content: center;
  width: 150px;
  border: 1px #000 solid;
  font-size: 12px;
  padding: 15px 0;
  line-height: 1;
  margin: 0 auto;
  cursor: pointer;
}
.read .all_btn span {
  display: block;
  font-weight: bold;
  transform: scale(0.8);
  margin-left: 5px;
}

.sec {
  padding-bottom: 90px;
  border-bottom: 1px solid #CCCCCC;
}
.sec .container {
  width: 95%;
  margin: 0 auto;
}
.sec .flex {
  gap: 4px;
}
.sec .flex .left figure {
  position: relative;
}
.sec .flex .left figure span {
  position: absolute;
  display: block;
  bottom: 27px;
  right: 38px;
}
.sec .flex .left figure span::after {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
  position: absolute;
}
.sec .flex .left figure span::before {
  content: "";
  width: 1px;
  height: 23px;
  background-color: #fff;
  left: 11px;
  bottom: -12px;
  position: absolute;
}
.sec .flex .right figure {
  margin-bottom: 4px;
}
.sec .flex a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  line-height: 1.3;
  padding: 26% 0 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec .flex a {
    font-size: 12px;
  }
}
.sec .flex a span {
  transform: scale(0.7);
  display: block;
  transform-origin: 0 0;
  white-space: nowrap;
  line-height: 1.3;
  margin-top: 10px;
}
.sec .flex a span::after {
  content: "BUY";
  text-decoration: underline;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  margin-top: 3px;
}

.view_btn {
  width: 200px;
  text-align: center;
  margin: 100px auto 0;
  font-size: 11px;
  border: 1px solid #000;
  padding: 10px 0;
}
@media screen and (min-width: 769px) {
  .view_btn {
    margin: 150px auto 0;
  }
}

#insta {
  padding: 80px 0;
  border-bottom: #CCCCCC 1px solid;
}
#insta .container {
  width: 95%;
  margin: 0 auto;
}
#insta .container figure {
  width: 25px;
  margin: 0 auto;
}
#insta .container p {
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
  padding: 15px 0 40px;
}
#insta .container .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: 0.7vw;
}
#insta .container .inner a {
  width: 31vw;
  height: 31vw;
}
#insta .container .inner a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

footer {
  padding: 100px 0;
}
footer .flex {
  justify-content: center;
  gap: 30px;
}
footer .flex a {
  width: 25px;
}
footer .logo {
  width: 30%;
  margin: 40px auto 30px;
  max-width: 120px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
}

#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: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
#nav-pop ul li {
  width: 33.3333333333%;
}

.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;
}

.modal-wrap {
  overflow-y: auto;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 200;
}
@media screen and (min-width: 769px) {
  .modal-wrap .wrap figure {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrap .wrap figure {
    padding-bottom: 60px;
  }
}
.modal-wrap .wrap .bottom_wrap {
  width: 90%;
  padding: 20px 0 0 0;
  border-top: 1px solid #000;
  margin: 0 auto;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .modal-wrap .wrap .bottom_wrap {
    align-items: end;
  }
}
.modal-wrap .wrap .bottom_wrap .price {
  padding-top: 5px;
  font-size: 12px;
}
.modal-wrap .wrap .bottom_wrap .buy {
  border: 1px solid #000;
  width: 50px;
  padding: 5px 5px 2px 5px;
  text-align: center;
}
.modal-wrap .wrap .bottom_wrap .color span {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #modal-col10.modal-wrap .wrap {
    margin: 0 0 20px 0;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  #modal-col10.modal-wrap .wrap > div {
    width: 30%;
  }
}
#modal-col10.modal-wrap .wrap .bottom_wrap.top {
  padding-top: 40px;
}
#modal-col10.modal-wrap .wrap .bottom_wrap:not(.top) {
  border-top: none;
}
@media screen and (min-width: 769px) {
  #modal-col10.modal-wrap .wrap .bottom_wrap {
    padding: 0;
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #modal-col10.modal-wrap .wrap .bottom_wrap .price {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  #modal-col10.modal-wrap .wrap .bottom_wrap .buy {
    width: 60px;
    margin-top: 10px;
  }
}
#modal-col10.modal-wrap .wrap .bottom_wrap .color span {
  text-decoration: none;
}

.under_bottom .color span {
  text-decoration: underline !important;
}

@media screen and (min-width: 769px) {
  .close {
    top: 30px;
    right: 30px;
  }
  .container {
    max-width: 660px;
    margin: 0 auto;
  }
  .fv {
    height: 100vh;
    align-items: center;
    display: flex;
  }
  .fv .container {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1050px;
    margin: 0 auto;
    align-items: flex-end;
  }
  .fv .container > div {
    width: 50%;
  }
  .read .text {
    font-size: 13px;
    padding: 0 0 60px;
  }
  .read .all_btn {
    width: 180px;
  }
  .sec .flex a {
    padding: 30% 0 0 0;
  }
  #insta .inner {
    width: 480px !important;
    gap: 2px !important;
  }
  #insta .insta-box a {
    width: 156px !important;
    height: 156px !important;
  }
  .modal-wrap .container {
    max-width: 870px;
  }
  .modal-wrap .slide-arrow {
    bottom: 243px;
    width: 14px;
  }
  .modal-wrap .slide-arrow.pre-arrow {
    right: 25%;
  }
  .modal-wrap .slide-arrow.nex-arrow {
    right: 15%;
  }
  .modal-wrap .wrap {
    display: flex !important;
    align-items: flex-end;
    gap: 90px;
  }
  .modal-wrap .wrap img {
    padding-bottom: 0;
  }
  .modal-wrap .wrap .bottom_wrap {
    width: 30%;
    display: block;
    margin: 0 0 35px 0;
    padding: 45px 0 0 0;
  }
  .modal-wrap .wrap .bottom_wrap .item {
    font-size: 15px;
  }
  .modal-wrap .wrap .bottom_wrap .price {
    font-size: 15px;
  }
  .modal-wrap .wrap .bottom_wrap .buy {
    margin-top: 20px;
  }
}
.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;
  padding: 34% 0 0 0 !important;
}
@media screen and (min-width: 769px) {
  .w_57 {
    width: 43% !important;
  }
}

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

.w_46 {
  width: 46% !important;
  padding: 41% 0 0 0 !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;
}

#modal-col01 .flex-direction-nav {
  top: 46%;
}
@media screen and (min-width: 769px) {
  #modal-col01 .flex-direction-nav {
    top: 41%;
  }
}

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

#modal-col10 .flex-direction-nav {
  top: 41%;
}
@media screen and (min-width: 769px) {
  #modal-col10 .flex-direction-nav {
    top: 11%;
  }
}

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

@media screen and (min-width: 769px) {
  .slides li {
    margin-top: 30px;
  }
}
.space {
  text-decoration: none !important;
  margin-right: 8px;
}
.space.s1, .space.s2, .space.s3 {
  text-decoration: underline !important;
}

#archive {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #archive {
    padding-top: 50px;
  }
}
#archive .inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#archive .inner p {
  margin: 0 0 30px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 0.1rem;
  font-size: 15px;
}
#archive .inner ul li:not(:first-of-type) {
  margin-top: 10px;
}
#archive .inner ul li a img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #archive .inner ul li a img {
    max-width: 700px;
  }
}/*# sourceMappingURL=style.css.map */