@charset "UTF-8";
.js-fade-Vr {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}

.js-fade-Vr.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fade {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}

.js-fade.active {
  opacity: 1;
}

/*===================== ▼ typing animation ▼ == */
.js-texttyping {
  opacity: 0;
}

.js-texttyping.onView,
.js-border::before.onView {
  opacity: 1;
}

.js-texttyping span,
.js-border::before {
  opacity: 0;
}

.js-texttyping span.js-typing_on {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*===================== ▲ typing animation ▲ == */
/*===================== ▼ border animation ▼ == */
@-webkit-keyframes border_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes border_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.js-border::before.onView {
  -webkit-animation: border_anime_on 1s ease-out forwards;
          animation: border_anime_on 1s ease-out forwards;
}

/*===================== ▲ border animation ▲ == */
html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10* (100vw / 1400));
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

body {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .footer .footer-inner {
    max-width: calc(1100* (100vw / 1200));
    margin: 0 auto;
  }
}

.main-container.__landing-page img,
.main-container.__landing-page video,
.main-container.__landing-page svg {
  width: 100%;
  height: auto;
}

.main-container.__landing-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-container.__landing-page a,
.main-container.__landing-page picture {
  display: block;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .sp_component {
    display: none;
  }
  .main-container.__landing-page #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .main-container.__landing-page .pc_component {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-area .main-inner {
    margin: 0 auto;
    width: 100%;
  }
}

/*//////////////////////////////////////////////////

Title : _layout.css
For   : 滝沢眞規子さんが着こなす 出会いに強い「理想の服」 VOL/1

Created       : 2021-01-17
Last Modified : 2022-01-17


==========================================

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            common
============================================================================================== */
.main-container.__landing-page {
  width: 100%;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page {
    padding: 0 0 90px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .main-container.__landing-page {
    font-size: 10px;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page {
    padding: 0 0 16vw;
    font-size: 3.06667vw;
  }
}

/*//////////////////////////////////////////////////

Title : _credit.css
For   : 滝沢眞規子さんが着こなす 出会いに強い「理想の服」 VOL/1

Created       : 2022-01-17
Last Modified : 2022-01-17

==========================================

Compornent

    credit

//////////////////////////////////////////////////*/
/* ==============================================================================================
										credit
============================================================================================== */
.main-container.__landing-page .content__credit {
  letter-spacing: 0.015em;
  font-family: "Crimson Text", serif;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__credit {
    margin-top: 30px;
  }
}

.main-container.__landing-page .content__credit span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__credit span {
    margin-right: 15px;
    padding-bottom: 1px;
    border-bottom: 1px solid #ccc;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                    for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__credit {
    margin-top: 4.66667vw;
  }
  .main-container.__landing-page .content__credit span {
    margin-right: 2.66667vw;
    padding-bottom: 0.26667vw;
    border-bottom: 0.26667vw solid #ccc;
  }
}

/*//////////////////////////////////////////////////

Title : _content.css
For   : 滝沢眞規子さんが着こなす 出会いに強い「理想の服」 VOL/1

Created       : 2021-01-17
Last Modified : 2022-01-17


==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
									content
============================================================================================== */
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__wrapper {
    margin: 0 auto 145px;
    max-width: 1400px;
  }
}

.main-container.__landing-page .content__wrapper--04 {
  margin-bottom: 0;
}

.main-container.__landing-page .content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-container.__landing-page .content__heading {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__heading--01 {
    max-width: 455px;
    width: 32.5vw;
    margin-bottom: 5.3rem;
  }
  .main-container.__landing-page .content__heading--02 {
    max-width: 365px;
    width: 26.07143vw;
    margin-top: 48rem;
    margin-left: 5rem;
  }
  .main-container.__landing-page .content__heading--03 {
    max-width: 335px;
    width: 23.92857vw;
    margin-top: 44.5rem;
  }
  .main-container.__landing-page .content__heading--04 {
    max-width: 405px;
    width: 28.92857vw;
    margin-bottom: 5.3rem;
  }
}

.main-container.__landing-page .content__title {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__title {
    margin-top: 5.5rem;
    font-size: 1.15385em;
    line-height: 1.8666666667;
    letter-spacing: 0.075em;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__description {
    line-height: 2;
  }
  .main-container.__landing-page .content__description--upper {
    margin-top: 2.5rem;
  }
  .main-container.__landing-page .content__description--lower {
    margin-top: 5.5rem;
  }
}

.main-container.__landing-page .content__image {
  position: relative;
  background-color: #fff;
}

.main-container.__landing-page .content__image::before {
  display: block;
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__image--01-1 {
    max-width: 480px;
    width: 34.28571vw;
  }
  .main-container.__landing-page .content__image--01-2 {
    max-width: 430px;
    width: 30.71429vw;
    padding-right: 1.78571vw;
  }
  .main-container.__landing-page .content__image--01-2::before {
    max-width: 125px;
    width: 8.92857vw;
    max-height: 70px;
    height: 5vw;
    top: 27rem;
    right: 0;
    background-image: url(../img/decolation_01.svg);
  }
  .main-container.__landing-page .content__image--02-1 {
    max-width: 530px;
    width: 37.85714vw;
  }
  .main-container.__landing-page .content__image--02-1::before {
    max-width: 105px;
    width: 7.5vw;
    max-height: 35px;
    height: 2.5vw;
    top: 25rem;
    left: 5rem;
    background-image: url(../img/decolation_02.svg);
  }
  .main-container.__landing-page .content__image--02-2 {
    max-width: 405px;
    width: 28.92857vw;
  }
  .main-container.__landing-page .content__image--03-1 {
    max-width: 600px;
    width: 42.85714vw;
  }
  .main-container.__landing-page .content__image--03-2 {
    max-width: 380px;
    width: 27.14286vw;
    padding-right: 2rem;
  }
  .main-container.__landing-page .content__image--03-2::before {
    max-width: 130px;
    width: 9.28571vw;
    max-height: 40px;
    height: 2.85714vw;
    top: 30.5rem;
    right: 0;
    background-image: url(../img/decolation_03.svg);
  }
  .main-container.__landing-page .content__image--04-1 {
    max-width: 480px;
    width: 34.28571vw;
  }
  .main-container.__landing-page .content__image--04-2 {
    max-width: 405px;
    width: 28.92857vw;
  }
}

.main-container.__landing-page .content__block--01-1, .main-container.__landing-page .content__block--02-1, .main-container.__landing-page .content__block--03-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__block--01-1 {
    padding-right: 16.5rem;
  }
  .main-container.__landing-page .content__block--01-2 {
    margin-top: -13rem;
    margin-left: 71.5rem;
  }
  .main-container.__landing-page .content__block--02-1 {
    padding-right: 9.5rem;
  }
  .main-container.__landing-page .content__block--02-2 {
    margin-top: -7.5rem;
    margin-left: 76rem;
  }
  .main-container.__landing-page .content__block--03-1 {
    padding-right: 0.8rem;
  }
  .main-container.__landing-page .content__block--03-2 {
    margin-top: -7.5rem;
    margin-left: 12rem;
  }
  .main-container.__landing-page .content__block--04-1 {
    padding-left: 56rem;
  }
  .main-container.__landing-page .content__block--04-2 {
    margin-top: -10.5rem;
    margin-left: 18rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                    for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__wrapper {
    margin: 0 auto 24vw;
  }
  .main-container.__landing-page .content__wrapper--04 {
    margin-bottom: 0;
  }
  .main-container.__landing-page .content__heading--01 {
    width: 81.33333vw;
    margin-bottom: 6.66667vw;
  }
  .main-container.__landing-page .content__heading--02 {
    width: 73.33333vw;
    margin-left: 18.66667vw;
  }
  .main-container.__landing-page .content__heading--03 {
    width: 66.66667vw;
    margin-top: 9.33333vw;
    margin-left: 29.33333vw;
  }
  .main-container.__landing-page .content__heading--04 {
    width: 73.33333vw;
    margin-bottom: 7.33333vw;
    margin-right: 12.66667vw;
  }
  .main-container.__landing-page .content__title {
    margin-top: 7.33333vw;
    font-size: 4vw;
    line-height: 1.9333333333;
    letter-spacing: 0.075em;
  }
  .main-container.__landing-page .content__description {
    line-height: 2;
    font-size: 3.46667vw;
    white-space: nowrap;
  }
  .main-container.__landing-page .content__description--upper {
    margin-top: 3.33333vw;
  }
  .main-container.__landing-page .content__description--lower {
    margin-top: 7.33333vw;
  }
  .main-container.__landing-page .content__image--01-1 {
    width: 83.33333vw;
  }
  .main-container.__landing-page .content__image--01-2 {
    width: 86vw;
    padding-left: 16.66667vw;
  }
  .main-container.__landing-page .content__image--01-2::before {
    width: 32.66667vw;
    height: 18vw;
    top: 40vw;
    left: calc(-16* (100vw / 750));
    background-image: url(../img/decolation_01.svg);
  }
  .main-container.__landing-page .content__image--02-1 {
    width: 92vw;
    margin-top: 7.33333vw;
  }
  .main-container.__landing-page .content__image--02-1::before {
    width: 28vw;
    height: 9.33333vw;
    top: 39.33333vw;
    left: 4vw;
    background-image: url(../img/decolation_02.svg);
  }
  .main-container.__landing-page .content__image--02-2 {
    width: 70vw;
  }
  .main-container.__landing-page .content__image--03-1 {
    width: 100vw;
  }
  .main-container.__landing-page .content__image--03-2 {
    width: 80.66667vw;
    padding-right: 18vw;
  }
  .main-container.__landing-page .content__image--03-2::before {
    width: 34vw;
    height: 10vw;
    top: 54vw;
    right: 0;
    background-image: url(../img/decolation_03.svg);
  }
  .main-container.__landing-page .content__image--04-1 {
    width: 83.33333vw;
  }
  .main-container.__landing-page .content__image--04-2 {
    width: 70vw;
  }
  .main-container.__landing-page .content__block--01-1, .main-container.__landing-page .content__block--02-1, .main-container.__landing-page .content__block--03-1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-container.__landing-page .content__block--01-2 {
    margin-top: 8.66667vw;
    margin-left: 10vw;
  }
  .main-container.__landing-page .content__block--02-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-container.__landing-page .content__block--02-2 {
    margin-top: 8.66667vw;
    margin-left: 16.66667vw;
  }
  .main-container.__landing-page .content__block--03-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-container.__landing-page .content__block--03-2 {
    margin-top: 8.66667vw;
    margin-left: 6.66667vw;
  }
  .main-container.__landing-page .content__block--04-1 {
    padding-left: 16.66667vw;
  }
  .main-container.__landing-page .content__block--04-2 {
    margin-top: 7.33333vw;
    margin-left: 4vw;
  }
}

/*//////////////////////////////////////////////////

Title : _firstview.css
For   : 滝沢眞規子さんが着こなす 出会いに強い「理想の服」 VOL/1

Created       : 2022-01-17
Last Modified : 2022-01-17

==========================================

Content

    firstview

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                    firstview
============================================================================================== */
@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__wrapper {
    margin-bottom: 115px;
  }
}

.main-container.__landing-page .firstview__image {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__image {
    max-width: 1200px;
    margin-bottom: 110px;
  }
}

.main-container.__landing-page .firstview__lead {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__lead {
    font-size: 1.07692em;
    line-height: 2.2857142857;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                    for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .firstview__wrapper {
    margin-bottom: 15.33333vw;
  }
  .main-container.__landing-page .firstview__image {
    margin-bottom: 14vw;
  }
  .main-container.__landing-page .firstview__lead {
    font-size: 3.73333vw;
    line-height: 2;
  }
}

/*//////////////////////////////////////////////////

Title : _foot.css
For   : 滝沢眞規子さんが着こなす 出会いに強い「理想の服」 VOL/1

Created       : 2021-01-17
Last Modified : 2022-01-17

==========================================

Content

    foot

//////////////////////////////////////////////////*/
/* ==============================================================================================
										foot
============================================================================================== */
@media screen and (min-width: 768px) {
  .main-container.__landing-page .footer__wrapper {
    margin-top: 140px;
  }
}

.main-container.__landing-page .footer__staff {
  text-align: center;
  font-family: "Cardo", serif;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .footer__staff {
    font-size: 0.92308em;
    line-height: 1.8333333333;
  }
}

.main-container.__landing-page .footer__button {
  width: 100%;
  margin: 0 auto;
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .footer__button {
    margin-top: 85px;
    max-width: 600px;
    height: 62px;
    font-size: 0.84615em;
    letter-spacing: 0.02em;
  }
}

.main-container.__landing-page .footer__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.002em;
  line-height: 1.54545;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .footer__button a {
    border: 1px solid #000;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                    for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .footer__wrapper {
    margin-top: 22vw;
  }
  .main-container.__landing-page .footer__staff {
    line-height: 1.7391304348;
  }
  .main-container.__landing-page .footer__button {
    margin-top: 15.33333vw;
    max-width: 82vw;
    height: 17.33333vw;
    font-size: 2.93333vw;
    letter-spacing: 0.02em;
  }
  .main-container.__landing-page .footer__button a {
    border: 0.26667vw solid #000;
  }
}

/*//////////////////////////////////////////////////

Title : _units.css
For   : 2022 SPRING COLLECTION LOOK BOOK with AMI KOMURO

Created       : 2021-12-29
Last Modified : 2022-01-05


==========================================

Content

    units

//////////////////////////////////////////////////*/
/* ==============================================================================================
									units
============================================================================================== */
@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__unit--01-2 {
    margin-top: 18rem;
    margin-left: -4rem;
    position: relative;
    pointer-events: none;
    z-index: 2;
  }
  .main-container.__landing-page .content__unit--01-3 {
    margin-left: 12rem;
  }
  .main-container.__landing-page .content__unit--02-2 {
    padding-right: 38.5rem;
  }
  .main-container.__landing-page .content__unit--02-3 {
    margin-left: 6rem;
  }
  .main-container.__landing-page .content__unit--03-1 {
    margin-left: -5rem;
  }
  .main-container.__landing-page .content__unit--03-2 {
    padding-left: 23rem;
  }
  .main-container.__landing-page .content__unit--03-4 {
    margin-left: 12rem;
  }
  .main-container.__landing-page .content__unit--04-3 {
    margin-left: 6rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                    for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__unit--01-2 {
    margin-left: 6.66667vw;
  }
  .main-container.__landing-page .content__unit--01-4 {
    margin-left: 7.33333vw;
  }
  .main-container.__landing-page .content__unit--02-2 {
    padding-right: 13.33333vw;
  }
  .main-container.__landing-page .content__unit--02-3 {
    margin-left: 9.33333vw;
  }
  .main-container.__landing-page .content__unit--03-2 {
    padding-right: 3.33333vw;
  }
}
/*# sourceMappingURL=layout.css.map */