html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  letter-spacing: -0.05rem;
  font-size: 11px;
  transition: all 1.6s ease 0s;
  color: #000;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 0;
}
@media screen and (min-width: 850px) {
  body {
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 850px) and (max-width: 850px) {
  .back {
    opacity: 0;
  }
  .back.on {
    opacity: 1;
  }
  .back_img {
    height: 0;
    position: relative;
    z-index: -1;
  }
  .back_img img {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

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

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

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 16vw;
}
@media screen and (min-width: 850px) {
  #page-top {
    width: 5.5vw;
  }
}

#page-top a {
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 850px) {
  .pc_fv {
    display: flex;
    position: relative;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
  }
  .pc_fv .fv_back {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .pc_fv .fv_flex {
    display: flex;
    position: absolute;
    z-index: 2;
    height: 100vh;
  }
  .pc_fv .fv_flex .pc_logo {
    width: 20.2083333333vw;
    margin: 4% auto 0 58%;
  }
  .pc_fv .fv_left {
    width: 44.6%;
  }
  .pc_fv .fv_right {
    width: 55.4%;
    position: relative;
  }
  .pc_fv .pc_title {
    width: 18.8333333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pc_fv .pc_sub {
    width: 26.7916666667vw;
    margin-left: 8%;
    position: absolute;
    top: 87%;
  }
  .fv {
    position: fixed !important;
  }
}
/* .topBlock__2
============================================ */
.pc_container {
  opacity: 0;
  transition: opacity 2s;
}
.pc_container.on {
  opacity: 1;
}

@media screen and (max-width: 850px) {
  .fv {
    position: relative;
    color: #fff;
    height: 200vw;
  }
  .fv div, .fv h1, .fv h2 {
    position: absolute;
  }
  .fv h1 {
    top: 50.8vw;
    width: 56vw;
    left: 6.4vw;
  }
  .fv h2 {
    width: 87%;
    left: 6.1333333333vw;
    top: 179.0666666667vw;
  }
  .fv .logo {
    display: flex;
    width: 80vw;
    justify-content: space-between;
    align-items: center;
    top: 6.8vw;
    left: 10vw;
  }
  .fv .logo img:nth-child(1) {
    width: 34.4vw;
    height: 100%;
  }
  .fv .logo img:nth-child(2) {
    width: 32vw;
    height: 100%;
  }
}
.read {
  text-align: center;
  line-height: 1.9;
}
.read div {
  width: 50%;
  margin: 0 auto;
  padding: 22% 0 38%;
}
@media screen and (min-width: 850px) {
  .read div {
    padding: 15% 0 27%;
  }
}

.te_01 {
  font-size: 24px;
  padding: 15% 0 2%;
}
@media screen and (min-width: 850px) {
  .te_01 {
    padding: 15% 0 2%;
  }
}

.te_02 {
  font-size: 16px;
  margin: 0 auto 10%;
}

.te_03 {
  font-size: 14px;
}

.item_area {
  margin-bottom: 40%;
}
.item_area h3 {
  font-size: 56px;
  line-height: 1.1;
  font-family: "cormorant-infant", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-left: 32%;
}
.item_area h3 p {
  font-size: 20px;
  transform: rotate(90deg) translate(87%, 424%);
  font-family: "cormorant-infant", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01rem;
  width: fit-content;
}
.item_area h3 p span {
  margin-left: 25%;
}
.item_area .img_01 {
  width: 92%;
  margin: 10% 0 12%;
}
.item_area .item_des {
  font-size: 13px;
  width: 73%;
  margin: 0 auto 20% 19%;
  line-height: 1.7;
}
.item_area .img_02 {
  width: 64%;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
.item_area .img_03 {
  width: 44%;
  margin: -39% auto 24% 0;
}
.item_area .img_04 {
  width: 70%;
}
.item_area .credit {
  margin: 10% 5% 0 24%;
}
.item_area .credit img {
  width: 25%;
}
.item_area .credit a {
  display: flex;
  justify-content: space-between;
}
.item_area .credit a div {
  display: flex;
}
.item_area .credit a .item {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-left: 5%;
  letter-spacing: 1px;
  line-height: 1.3;
}
.item_area .credit a .buy {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid #000;
  height: 20%;
  letter-spacing: 2px;
}
.item_area .credit li {
  margin-bottom: 8%;
}

.item_02 h3 {
  margin-left: 8%;
}
.item_02 h3 p {
  transform: rotate(90deg) translate(-98%, -808%);
}
.item_02 .img_01 {
  margin: 10% 0 12% auto;
}
.item_02 .item_des {
  margin: 0 auto 20% 8%;
}
.item_02 .img_02_5 {
  width: 49%;
  margin: 9% 7% 24% auto;
}

.item_03 h3 {
  margin-left: 38%;
}
.item_03 h3 p {
  transform: rotate(90deg) translate(84%, 380%);
}
.item_03 .item_des {
  margin: 0 auto 20% 8%;
}
.item_03 .img_03_3 {
  width: 35%;
  margin-left: 57%;
}
.item_03 .img_04 {
  width: 45%;
  margin: -18% 0 -20% 0;
  position: relative;
  z-index: 2;
}
.item_03 .img_03_5 {
  width: 64%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.item_03 .img_03_6 {
  width: 75%;
  margin: -47% 0 0;
}

footer .line {
  border: 0.5px solid #858585;
  width: 85%;
  margin: 0 auto 23%;
}
footer .flex {
  display: flex;
  width: 60%;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}
footer .flex p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.01rem;
}
footer .flex p .yomi {
  font-family: "cormorant-infant", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 12%;
  display: inline-block;
}
footer .flex p .insta_link {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  margin-top: 10%;
}
footer .img {
  width: 42%;
}
footer .iso_des {
  width: 87%;
  margin: 10% auto;
  line-height: 1.9;
  font-size: 12px;
  letter-spacing: 0;
}
footer .sta_cre {
  text-align: right;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  margin: 25% 9% 35%;
  line-height: 2;
  letter-spacing: 1px;
}
footer .b_logo {
  width: 34%;
  margin: 0 auto 17%;
}
footer .online {
  width: 26%;
  display: block;
  margin: 0 auto 17%;
}
footer .insta {
  width: 10%;
  margin: 0 auto 17%;
  display: block;
}
footer .copy {
  font-size: 10px;
  text-align: center;
  padding-bottom: 10%;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03rem;
}

@media screen and (min-width: 850px) {
  .pc_relative {
    position: relative;
  }
  .pc_container {
    display: flex;
    background-image: url(../images/back_pc.jpg);
    background-size: cover;
    background-position: top right;
    background-attachment: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    position: absolute;
  }
  .pc_container .fv, .pc_container .back, .pc_container .pc_right {
    width: 33.3333333333%;
  }
  .back {
    margin-left: 33.3333333333%;
    padding: 0 3%;
  }
  .pc_right {
    position: fixed;
    left: 67%;
    height: 100vh;
  }
  .pc_right .pc_logo {
    width: 20.125vw;
    margin: 3vw 3vw 0 auto;
  }
  .pc_right .pc_title {
    width: 16.0833333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pc_right .pc_sub {
    width: 18.7916666667vw;
    position: absolute;
    bottom: 5%;
    left: 5%;
  }
}
@media screen and (min-width: 850px) {
  .f_box {
    width: 80%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */