@charset "utf-8";
/*==============================================

	concept

==============================================*/
.mv {
  position: relative;
  height: 100vh;
}
.mv picture {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.mv picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mv .inner .en {
  font-size: 7rem;
  color: #fff;
  line-height: 1.2em;
  letter-spacing: 5px;
}
.mv .inner h1 {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 30px;
}

main .text {
  letter-spacing: 1px;
}

.story {
  background-color: #B2987B;
  position: relative;
  padding-top: 130px;
}
.story > h2 {
  position: absolute;
  left: calc((100% - 1000px) / 2 + 50px);
  top: 270px;
  z-index: 1;
}
.story .text {
  color: #FAFAFA;
}
.story .caption {
  max-width: 540px;
  margin: 0 auto 100px;
  padding-left: 50px;
}
.story .inner {
  display: flex;
  margin-left: calc((100% - 1480px) / 2);
}
.story .inner > .img {
  width: 560px;
}
.story .inner > .exp {
  width: calc(100% - 560px);
  padding-left: 190px;
}
.story .inner > .exp .text {
  margin-bottom: 40px;
  line-height: 2.4em;
}
.dress {
  width: 100%;
  margin-left: calc((100% - 1200px) / 2);
  margin-top: 130px;
}
.dress .cover {
  padding-left: 100px;
}
.dress h2 {
  margin-left: 40px;
  margin-top: -360px;
}
.dress .inner  {
  padding-left: 285px;
  z-index: 1;
  position: relative;
}
.dress .inner h3 {
  margin-bottom: 170px;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 80px;
  letter-spacing: 3px;
  line-height: 2.3em;
}
.dress .inner h4 {
  font-size: 1.8rem;
  color: #B2987B;
  margin-bottom: 20px;
  margin-top: 60px;
}
.dress .inner .collection_list {
  margin-bottom: 100px
}
.dress .inner .btn a,
.shop .inner .btn a
 {
  font-size: 1.5rem;
  width: 290px;
  display: flex;
  justify-content: space-between;
  color: #B2987B;
}
.dress .inner .btn a .ja,
.shop .inner .btn a .ja
 {
  font-size: 1.2rem;
  color: inherit;
}

.shop {
  background-image: url(../img/shop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 210px;
}
.shop > h2 {
  position: absolute;
  top: -97px;
  left: calc((100% - 1080px) / 2);
}
.shop .inner {
  padding: 190px 0 140px;
  margin-right: calc((100% - 1000px) / 2);
  margin-left: auto;
  width: 100%;
  max-width: 426px;
}
.shop .inner h3 {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.shop .inner * {
  color: #fff;
}
.shop .inner .btn a {
  width: 163px;
  color: #fff;
}
.shop .inner .text {
  line-height: 2.6em;
}

@media screen and (max-width: 736px) {

  .mv {
  height: auto;
  }
  .mv picture {
  }
  .mv picture img {
  }
  .mv .inner {
  }
  .mv .inner .en {
  font-size: 4.2rem;
  white-space: nowrap;
  }
  .mv .inner h1 {
  font-size: 1.4rem;
  }
  
  main .text {
  }
  
  .story {
  padding-top: 60px;
  }
  .story > h2 {
  left: auto;
  width: 280px;
  right: 40px;
  top: 415px;
  z-index: 1;
  }
  .story .text {
  }
  .story .caption {
  padding: 0 40px;
  margin-bottom: 150px;
  }
  .story .inner {
  flex-direction: column;
  margin: 0;
  }
  .story .inner > .img {
  width: 100%;
  padding-right: 40px;
  }
  .story .inner > .exp {
  width: 100%;
  padding: 0 40px;
  margin-top: 40px;
  padding-bottom: 30px;
  }
  .story .inner > .exp .text {
  }
  .dress {
  margin: 100px 0;
  }
  .dress .cover {
  padding-left: 40px;
  }
  .dress h2 {
  width: 246px;
  margin-left: 16px;
  margin-top: -270px;
  }
  .dress .inner  {
  padding-left: 40px;
  padding-right: 40px;
  }
  .dress .inner h3 {
  padding-left: 30px;
  font-size: 1.4rem;
  margin-top: 40px;
  margin-bottom: 150px;
  }
  .dress .inner h4 {
  margin-top: 40px;
  }
  .dress .inner .collection_list {
  }
  .dress .inner .btn a,
  .shop .inner .btn a
   {
  width: 100%;
  }
  .dress .inner .btn a .ja,
  .shop .inner .btn a .ja
   {
  }
  
  .shop {
  background-image: url(../img/shop-sp.jpg);
  margin-top: 100px;
  }
  .shop > h2 {
  position: relative;
  left: 20px;
  width: 210px;
  top: -50px;
  }
  .shop .inner {
  margin: 0 auto;
  padding: 0px 40px 90px;
  }
  .shop .inner h3 {
  }
  .shop .inner * {
  }
  .shop .inner .btn {
    margin-top: 40px
  }
  .shop .inner .btn a {
    color: #fff;
    width: 180px;
  }
  .shop .inner .text {
  }

}
