html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 2;
  letter-spacing: 0.2px;
  font-size: 13px;
  transition: all 1.6s ease 0s;
  line-height: 1.9;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #484646;
  transition: background-color 1s ease-in-out;
}
@media screen and (min-width: 769px) {
  body {
    margin: 0 auto;
    font-size: 16px;
  }
}

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

#bg-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: #fff;
  z-index: 99;
  transition: opacity 0.3s ease-out 0.1s;
}

#bg-loading.hide {
  opacity: 0;
  pointer-events: none;
}

#page-top {
  margin: 6% 0 12% 90%;
}
@media screen and (min-width: 769px) {
  #page-top {
    margin: 8% 0 3% 72vw;
  }
}
#page-top img {
  width: 2.3611111111vw;
}
@media screen and (max-width: 768px) {
  #page-top img {
    width: 6.1333333333vw;
  }
}

.content-wrap--bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}

.content-wrap--bg.show::before {
  opacity: 1;
}

.content-wrap--bg001::before {
  background: #ECF4D9;
}

.content-wrap--bg002::before {
  background: #FFF9EE;
}

.content-wrap--bg003::before {
  background: #DCDCDC;
}

@media screen and (min-width: 769px) {
  .main {
    width: 70vw;
    margin: 0 auto;
    position: relative;
    height: 47vw;
  }
  .main .spNone {
    position: absolute;
  }
  .main h1 {
    position: absolute;
    top: 30%;
    left: 54%;
    color: #fff;
    font-size: 3vw;
    white-space: nowrap;
  }
}

h1 {
  font-size: 27px;
  margin-top: 35px;
}

.logo {
  margin: 0 auto;
  width: 33.6vw;
}
@media screen and (min-width: 769px) {
  .logo {
    position: absolute;
    top: 42%;
    left: 61%;
    width: 17vw;
  }
}

.read {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .read {
    margin: 100px auto;
    line-height: 2.3;
  }
}

.seb {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 15px auto;
}
@media screen and (min-width: 769px) {
  .seb {
    font-size: 17px;
  }
}

.fo14 {
  font-size: 15px;
  margin: 15px auto;
}
@media screen and (min-width: 769px) {
  .fo14 {
    font-size: 17px;
  }
}

.m_15 {
  margin-top: 15px;
}

.item_area {
  margin: 100px auto;
}
@media screen and (min-width: 769px) {
  .item_area {
    width: 55%;
    margin: 150px auto;
  }
}

h2 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
h2::before {
  content: "";
  width: 25px;
  display: block;
  background: #000;
  height: 1px;
  margin: 0 auto 35px;
}

.buy {
  text-decoration: underline;
  margin-left: 5px;
}

.img02 {
  width: 80%;
  margin: 0 auto 18%;
}

.w_53 {
  width: 55%;
}

.w_70 {
  width: 70%;
  margin: 96px auto;
}

.m_l {
  margin: 0 0 -4% 5%;
}

.flex {
  display: flex;
  justify-content: flex-end;
  gap: 3%;
  align-items: flex-end;
  margin-right: 5%;
}

.img07 {
  width: 40%;
  margin: 0 5% -31% auto;
}

.img08 {
  width: 46%;
}

.flex_d {
  justify-content: flex-start;
  margin-right: 0%;
}

.m_l02 {
  margin: 0 0 0 5%;
}

.w_44 {
  width: 44%;
}

.m_l03 {
  margin: 0 0 -20% 5%;
}

.m_l04 {
  margin: 0 5% -4% auto;
}

.dire {
  margin-left: 5%;
  flex-direction: row-reverse;
}

.all_btn {
  text-decoration: none;
  border: 1px solid #484646;
  width: 65%;
  margin: 44% auto 30%;
  padding: 2%;
  font-size: 14px;
}
.all_btn a {
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .all_btn {
    width: 48%;
    margin: 15% auto 23%;
    padding: 1%;
    font-size: 19px;
  }
}

.insta {
  display: flex;
  justify-content: center;
  gap: 1%;
  align-items: center;
  width: 35%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .insta {
    font-size: 20px;
  }
}
.insta img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.copy {
  font-size: 9px;
  margin: -15% auto 3%;
}
@media screen and (min-width: 769px) {
  .copy {
    font-size: 11px;
    margin: -4% auto 3%;
  }
}

@media screen and (min-width: 769px) {
  footer {
    width: 55%;
    margin: 17% auto 0;
  }
}/*# sourceMappingURL=style.css.map */