@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .is-sp {
    display: none;
  }
  #wrapper .is-pc {
    display: block;
  }
  #wrapper .spUnit.is-sp {
    display: none;
  }
  #wrapper .unit.is-pc {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .is-pc {
    display: none;
  }
  #wrapper .is-sp {
    display: block;
  }
  #wrapper .spUnit.is-sp {
    display: block;
  }
  #wrapper .unit.is-pc {
    display: none !important;
  }
}

.ly_inner {
  width: 140rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ly_inner {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main-area .main-inner {
    width: 100%;
  }
}

#wrapper {
  font-feature-settings: "palt";
  box-sizing: border-box;
  overflow: hidden;
}
#wrapper .js-u-fade {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 3500ms, transform 1000ms;
  transform: translate3d(0, 2.5rem, 0);
}
@media (max-width: 767px) {
  #wrapper .js-u-fade {
    transform: translate3d(0, calc(25 * 0.1333333333vw), 0);
  }
}
#wrapper .js-n-fade {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 1500ms, transform 1000ms;
}
@media (min-width: 768px) {
  #wrapper .__pcDelay01 {
    transition-delay: 0.3s;
  }
  #wrapper .__pcDelay02 {
    transition-delay: 0.6s;
  }
}
#wrapper .is_active {
  opacity: 1;
  transform: translateY(0);
}
#wrapper .js_line span {
  width: 0;
  transition-duration: 1s;
  transition-timing-function: ease-in;
  transition-delay: 0.5s;
}
#wrapper .js-u-fade.is_active .js_line span,
#wrapper .js-n-fade.is_active .js_line span {
  width: 100%;
}
#wrapper .ly_inner {
  max-width: 140rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper .ly_inner {
    width: auto;
  }
}
#wrapper * {
  box-sizing: border-box;
}
#wrapper img, #wrapper svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#wrapper .en_loretta {
  font-family: "loretta-display-variable", sans-serif;
}
#wrapper .en_cormorant {
  font-family: "cormorant-garamond", serif;
}
#wrapper .mv {
  padding: 0 10rem;
}
@media (max-width: 767px) {
  #wrapper .mv {
    padding: 0;
  }
}
#wrapper .about {
  margin-top: 12rem;
  text-align: center;
}
@media (max-width: 767px) {
  #wrapper .about {
    margin-top: calc(123 * 0.1333333333vw);
  }
}
#wrapper .about_ttl {
  font-size: 3.4rem;
  letter-spacing: 0.075em;
  color: #8796C4;
}
@media (max-width: 767px) {
  #wrapper .about_ttl {
    font-size: calc(52 * 0.1333333333vw);
  }
}
#wrapper .about_lead {
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  #wrapper .about_lead {
    font-size: calc(24 * 0.1333333333vw);
    margin-top: calc(34 * 0.1333333333vw);
  }
}
#wrapper .products {
  margin-top: 11rem;
  background: #F6F6F8;
  padding: 16rem 0 14rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #wrapper .products {
    margin-top: calc(109 * 0.1333333333vw);
    padding: calc(0 * 0.1333333333vw) 0 calc(140 * 0.1333333333vw);
  }
}
#wrapper .section_01_unit {
  padding-left: 21.6rem;
  display: flex;
  gap: 0 8rem;
}
@media (max-width: 767px) {
  #wrapper .section_01_unit {
    padding-left: 0;
    padding-left: 0;
    display: block;
  }
}
#wrapper .section_01_imgWrapper {
  width: 50rem;
  flex: 0 0 50rem;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper .section_01_imgWrapper {
    width: calc(700 * 0.1333333333vw);
    margin-top: calc(100 * 0.1333333333vw);
    margin-left: auto;
    margin-right: 0;
  }
}
#wrapper .section_01_img_01 {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
}
#wrapper .section_01_img_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -6rem;
  left: -6rem;
  background: url(../img/section_01_bg.jpg) no-repeat center center/cover;
  opacity: 0.8;
}
@media (max-width: 767px) {
  #wrapper .section_01_img_bg {
    top: calc(-50 * 0.1333333333vw);
    left: calc(-50 * 0.1333333333vw);
  }
}
#wrapper .section_01_txtArea {
  padding-top: 17.7rem;
}
@media (max-width: 767px) {
  #wrapper .section_01_txtArea {
    padding-top: calc(90 * 0.1333333333vw);
  }
}
#wrapper .section_01_other {
  margin-top: 6.1rem;
  display: flex;
  gap: 0 3rem;
  justify-content: flex-end;
  padding-right: 16.5rem;
}
@media (max-width: 767px) {
  #wrapper .section_01_other {
    display: block;
    margin-top: calc(66 * 0.1333333333vw);
    padding-right: 0;
  }
}
#wrapper .section_01_other_img {
  width: 32rem;
}
@media (max-width: 767px) {
  #wrapper .section_01_other_img.__01 {
    width: calc(480 * 0.1333333333vw);
    margin-left: calc(50 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  #wrapper .section_01_other_img.__02 {
    width: calc(550 * 0.1333333333vw);
    margin-left: auto;
    margin-right: 0;
    margin-top: calc(20 * 0.1333333333vw);
  }
}
#wrapper .section_02 {
  position: relative;
  margin-top: 14rem;
}
@media (max-width: 767px) {
  #wrapper .section_02 {
    margin-top: calc(200 * 0.1333333333vw);
  }
}
#wrapper .section_02:before {
  content: "";
  width: 100vw;
  height: 87rem;
  position: absolute;
  top: 14.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url(../img/section_02_bg.jpg) no-repeat center center/cover;
  display: inline-block;
  z-index: 1;
  opacity: 0.8;
}
@media (max-width: 767px) {
  #wrapper .section_02:before {
    background: url(../img/section_02_bg_sp.jpg) no-repeat center center/cover;
    height: calc(2872 * 0.1333333333vw);
    top: calc(2 * 0.1333333333vw);
    opacity: 0.8;
  }
}
#wrapper .section_02_unit {
  padding-left: 20.7rem;
  display: flex;
  gap: 0 10rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #wrapper .section_02_unit {
    padding-left: 0;
    display: block;
  }
}
#wrapper .section_02_imgWrapper {
  width: 42rem;
  flex: 0 0 42rem;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper .section_02_imgWrapper {
    width: 100%;
    width: calc(670 * 0.1333333333vw);
    margin-top: calc(64 * 0.1333333333vw);
    margin-left: auto;
    margin-right: 0;
  }
}
#wrapper .section_02_img_01 {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
}
#wrapper .section_02_img_02 {
  width: 47rem;
  position: relative;
  z-index: 2;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  #wrapper .section_02_img_02 {
    width: 100%;
    margin-top: calc(52 * 0.1333333333vw);
  }
}
#wrapper .section_02_txtArea {
  padding-top: 0rem;
}
@media (max-width: 767px) {
  #wrapper .section_02_txtArea {
    padding-top: calc(93 * 0.1333333333vw);
  }
}
#wrapper .section_02 .section_productDesc {
  max-width: 46rem;
}
@media (max-width: 767px) {
  #wrapper .section_02 .section_productDesc {
    max-width: unset;
    max-width: unset;
  }
}
#wrapper .section_02 .section_ttlArea {
  margin-top: -1.8rem;
}
@media (max-width: 767px) {
  #wrapper .section_02 .section_ttlArea {
    margin-top: 0;
  }
}
#wrapper .section_02_other {
  margin-top: 6.1rem;
  display: flex;
  gap: 0 3rem;
  justify-content: flex-end;
  padding-right: 16.5rem;
}
#wrapper .section_02_other_img {
  width: 32rem;
}
#wrapper .section_03 {
  margin-top: 47.9rem;
}
@media (max-width: 767px) {
  #wrapper .section_03 {
    margin-top: calc(152 * 0.1333333333vw);
  }
}
#wrapper .section_03_unit {
  padding-left: 16.1rem;
  display: flex;
  gap: 0 10rem;
}
@media (max-width: 767px) {
  #wrapper .section_03_unit {
    padding-left: 0;
    display: block;
  }
}
#wrapper .section_03_imgWrapper {
  width: 43rem;
  flex: 0 0 43rem;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper .section_03_imgWrapper {
    width: calc(570 * 0.1333333333vw);
    margin: calc(65 * 0.1333333333vw) auto 0;
    text-align: center;
  }
}
#wrapper .section_03_img_01 {
  width: 100%;
  position: relative;
  z-index: 2;
}
#wrapper .section_03_txtArea {
  padding-top: 23.9rem;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper .section_03_txtArea {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #wrapper .section_03 .section_productName {
    font-size: calc(110 * 0.1333333333vw);
  }
}
#wrapper .section_03_img_02 {
  width: 38rem;
  position: absolute;
  top: -37.8rem;
  right: -3.2rem;
  z-index: 2;
}
@media (max-width: 767px) {
  #wrapper .section_03_img_02 {
    position: static;
    width: calc(660 * 0.1333333333vw);
    margin-top: calc(50 * 0.1333333333vw);
  }
}
@media (max-width: 767px) {
  #wrapper .section_ttlArea {
    text-align: center;
  }
}
#wrapper .section_num {
  font-size: 3.6rem;
  letter-spacing: 0.075em;
  color: #12131D;
  display: inline-block;
  position: relative;
  font-weight: 400;
}
@media (max-width: 767px) {
  #wrapper .section_num {
    font-size: calc(46 * 0.1333333333vw);
  }
}
#wrapper .section_num::before {
  content: "";
  width: 96%;
  display: inline-block;
  height: 1px;
  background: #12131D;
  bottom: 0.9rem;
  left: 0;
  position: absolute;
}
@media (max-width: 767px) {
  #wrapper .section_num::before {
    width: 95.7%;
  }
}
#wrapper .section_num span {
  font-size: 7rem;
  letter-spacing: 0.075em;
  display: inline-block;
  margin-left: 0.7rem;
  color: #8796C4;
  font-weight: 100;
}
@media (max-width: 767px) {
  #wrapper .section_num span {
    font-size: calc(110 * 0.1333333333vw);
    margin-left: calc(8 * 0.1333333333vw);
  }
}
#wrapper .section_productName {
  font-size: 8rem;
  letter-spacing: 0.075em;
  font-weight: 300;
  color: #12131D;
  margin-top: 5.5rem;
}
@media (max-width: 767px) {
  #wrapper .section_productName {
    text-align: center;
    font-size: calc(120 * 0.1333333333vw);
    margin-top: calc(40 * 0.1333333333vw);
  }
}
#wrapper .section_productDesc {
  font-size: 1.3rem;
  line-height: 2.2;
  color: #000000;
  margin-top: 5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #wrapper .section_productDesc {
    text-align: center;
    font-size: calc(24 * 0.1333333333vw);
    margin-top: calc(67 * 0.1333333333vw);
  }
}
#wrapper .section_credit {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  font-family: "Crimson Text", serif;
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  #wrapper .section_credit {
    margin-top: calc(40 * 0.1333333333vw);
    font-size: calc(24 * 0.1333333333vw);
  }
}
#wrapper .section_credit a {
  display: inline-block;
  border-bottom: 1px solid #B2B2B2;
}
#wrapper .products_allBtn {
  width: 50rem;
  height: 6rem;
  background: #8796C4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 14rem auto 0;
}
@media (max-width: 767px) {
  #wrapper .products_allBtn {
    width: calc(640 * 0.1333333333vw);
    height: calc(100 * 0.1333333333vw);
    margin: calc(142 * 0.1333333333vw) auto 0;
    font-size: calc(42 * 0.1333333333vw);
  }
}

#style-archive.style-archive {
  padding: 16rem 0 10rem;
}/*# sourceMappingURL=style.css.map */