@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);
}

/*===================== ▼ 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 ▲ == */
.js-text-fade {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.js-text-fade.active {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.26, 0.09999, 0.14, 1);
  transition: -webkit-transform 1s cubic-bezier(0.26, 0.09999, 0.14, 1);
  transition: transform 1s cubic-bezier(0.26, 0.09999, 0.14, 1);
  transition: transform 1s cubic-bezier(0.26, 0.09999, 0.14, 1), -webkit-transform 1s cubic-bezier(0.26, 0.09999, 0.14, 1);
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10* (100vw / 1400)) !important;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

body {
  width: 100%;
}

.main-area .main-inner {
  max-width: inherit;
  width: inherit;
}

.main-inner {
  -webkit-transition: .3s;
  transition: .3s;
}

.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;
  }
}

@media screen and (max-width: 767px) {
  .main-container.__landing-page .pc_component {
    display: none;
  }
  .main-container.__landing-page .order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-container.__landing-page .order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*//////////////////////////////////////////////////

Title : _layout.css
For   : 2022 SPRING COLLECTION LOOK BOOK with AMI KOMURO

Created       : 2021-12-29
Last Modified : 2022-01-05


==========================================

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            common
============================================================================================== */
.main-container.__landing-page {
  width: 100%;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-family: acumin-pro, sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page {
    margin: 30px 0 135px;
    font-size: 12px;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .main-container.__landing-page {
    font-size: 12px;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page {
    margin: 4.66667vw 0 26vw;
    font-size: 3.2vw;
  }
}

/*//////////////////////////////////////////////////

Title : _credit.css
For   : 2022 SPRING COLLECTION LOOK BOOK with AMI KOMURO

Created       : 2022-01-04
Last Modified : 2022-01-05

==========================================

Compornent

    credit

//////////////////////////////////////////////////*/
/* ==============================================================================================
										credit
============================================================================================== */
.main-container.__landing-page .content__credit {
  line-height: 1;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__credit {
    margin-top: 20px;
  }
}

.main-container.__landing-page .content__credit span {
  display: inline-block;
  border-bottom: 1px solid #000;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__credit span {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__credit.align-left span {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__credit.align-right__pc {
    text-align: right;
  }
  .main-container.__landing-page .content__credit.align-right__pc span {
    margin-left: 10px;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                    for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__credit {
    margin-top: 4vw;
  }
  .main-container.__landing-page .content__credit span {
    margin-top: 3.33333vw;
  }
  .main-container.__landing-page .content__credit.align-left span {
    margin-right: 1.33333vw;
  }
  .main-container.__landing-page .content__credit.align-left__sp span {
    margin-right: 1.33333vw;
  }
}

/*//////////////////////////////////////////////////

Title : _content.css
For   : 2022 SPRING COLLECTION LOOK BOOK with AMI KOMURO

Created       : 2021-12-29
Last Modified : 2022-01-05


==========================================

Content

    content

//////////////////////////////////////////////////*/
/* ==============================================================================================
									content
============================================================================================== */
.main-container.__landing-page .content__wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
}

.main-container.__landing-page .content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__image {
    background-color: #fff;
  }
}

.main-container.__landing-page .content__block {
  position: relative;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__block--02 {
    margin-top: 12rem;
  }
  .main-container.__landing-page .content__block--05 {
    margin-top: 16rem;
    padding-left: 7rem;
  }
  .main-container.__landing-page .content__block--06 {
    padding-left: 2rem;
  }
}

.main-container.__landing-page .content__title {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.main-container.__landing-page .content__title .number,
.main-container.__landing-page .content__title .name {
  overflow: hidden;
}

.main-container.__landing-page .content__title .name {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__title .name {
    font-size: 4.16667em;
    letter-spacing: 0.025em;
  }
}

.main-container.__landing-page .content__title .name .js-text-fade {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  font-weight: 300;
}

.main-container.__landing-page .content__title .name .js-text-fade span {
  font-weight: 300;
}

.main-container.__landing-page .content__title .name__second-line .js-text-fade {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__title--sec01 {
    top: 22.5rem;
    left: 10rem;
  }
  .main-container.__landing-page .content__title--sec01 .number {
    max-width: 75px;
    width: 5.35714vw;
  }
  .main-container.__landing-page .content__title--sec01 .name {
    margin-top: 2rem;
  }
  .main-container.__landing-page .content__title--sec02 {
    top: 15.5rem;
    right: 17rem;
  }
  .main-container.__landing-page .content__title--sec02 .number {
    max-width: 90px;
    width: 6.42857vw;
    margin-left: auto;
  }
  .main-container.__landing-page .content__title--sec02 .name {
    margin-top: 2rem;
  }
  .main-container.__landing-page .content__title--sec02 .name__second-line {
    margin-top: 1.2rem;
    margin-left: auto;
    text-align: right;
  }
  .main-container.__landing-page .content__title--sec03 {
    top: 90.5rem;
    left: 10.5rem;
  }
  .main-container.__landing-page .content__title--sec03 .number {
    max-width: 80px;
    width: 5.71429vw;
  }
  .main-container.__landing-page .content__title--sec03 .name {
    margin-top: 1rem;
  }
  .main-container.__landing-page .content__title--sec04 {
    top: 21rem;
    right: 34.5rem;
  }
  .main-container.__landing-page .content__title--sec04 .number {
    max-width: 85px;
    width: 6.07143vw;
  }
  .main-container.__landing-page .content__title--sec04 .name {
    margin-top: 1rem;
  }
  .main-container.__landing-page .content__title--sec05 {
    top: 24rem;
    left: 30rem;
  }
  .main-container.__landing-page .content__title--sec05 .number {
    max-width: 85px;
    width: 6.07143vw;
  }
  .main-container.__landing-page .content__title--sec05 .name {
    margin-top: 1rem;
    font-size: 4.08333em;
    line-height: 1.3;
  }
  .main-container.__landing-page .content__title--sec05 .name__second-line {
    margin-top: 0;
    font-size: 4.16667em;
  }
}

.main-container.__landing-page .product__wrapper {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .product__wrapper {
    padding-top: 10rem;
  }
}

.main-container.__landing-page .product__title {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .product__title {
    font-size: 4.16667em;
  }
}

.main-container.__landing-page .product__title span {
  display: block;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .product__title span {
    letter-spacing: 0.025em;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .product__block {
    margin-top: 35px;
  }
}

.main-container.__landing-page .product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-container.__landing-page .product__inner::before {
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

.main-container.__landing-page .product__inner::after {
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .product__unit {
    max-width: 300px;
    width: 21.42857vw;
    padding: 4rem 3rem 5rem;
    border-right: 1px solid #fff;
  }
  .main-container.__landing-page .product__unit:first-child {
    border-left: 1px solid #fff;
  }
  .main-container.__landing-page .product__name {
    line-height: 1;
    margin-top: 20px;
    font-size: 1.41667em;
  }
  .main-container.__landing-page .product__credit {
    line-height: 1;
    margin-top: .5rem;
    font-size: 1.41667em;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                    for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__wrapper {
    padding-top: 57.33333vw;
    padding-bottom: 21.33333vw;
  }
  .main-container.__landing-page .content__wrapper--sec02 {
    padding-top: 68.66667vw;
  }
  .main-container.__landing-page .content__block--02 {
    margin-top: 22vw;
  }
  .main-container.__landing-page .content__block--02 .content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-container.__landing-page .content__block--04 .content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-container.__landing-page .content__block--05 {
    margin-top: 21.33333vw;
  }
  .main-container.__landing-page .content__title .name {
    font-size: 9.06667vw;
    letter-spacing: 0.02em;
  }
  .main-container.__landing-page .content__title--sec01 {
    top: 11.33333vw;
    left: 4.4vw;
  }
  .main-container.__landing-page .content__title--sec01 .number {
    width: 16.66667vw;
  }
  .main-container.__landing-page .content__title--sec01 .name {
    margin-top: 2.66667vw;
  }
  .main-container.__landing-page .content__title--sec02 {
    top: 12vw;
    right: 4vw;
  }
  .main-container.__landing-page .content__title--sec02 .number {
    width: 18.93333vw;
    margin-left: auto;
  }
  .main-container.__landing-page .content__title--sec02 .name {
    margin-top: 2.66667vw;
  }
  .main-container.__landing-page .content__title--sec02 .name__second-line {
    margin-top: 2.66667vw;
    text-align: right;
  }
  .main-container.__landing-page .content__title--sec03 {
    top: 12vw;
    left: 4.26667vw;
  }
  .main-container.__landing-page .content__title--sec03 .number {
    width: 17.33333vw;
  }
  .main-container.__landing-page .content__title--sec03 .name {
    margin-top: 2.66667vw;
  }
  .main-container.__landing-page .content__title--sec04 {
    top: 12vw;
    right: 4vw;
  }
  .main-container.__landing-page .content__title--sec04 .number {
    width: 18vw;
    margin-left: auto;
  }
  .main-container.__landing-page .content__title--sec04 .name {
    margin-top: 3.33333vw;
  }
  .main-container.__landing-page .content__title--sec05 {
    top: 11.33333vw;
    left: 2.66667vw;
  }
  .main-container.__landing-page .content__title--sec05 .number {
    width: 16.66667vw;
    margin-left: 1.6vw;
  }
  .main-container.__landing-page .content__title--sec05 .name {
    margin-top: 2.66667vw;
    line-height: 1.3;
  }
  .main-container.__landing-page .product__wrapper {
    padding-top: 13.33333vw;
  }
  .main-container.__landing-page .product__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-container.__landing-page .product__title {
    font-size: 9.06667vw;
  }
  .main-container.__landing-page .product__title span {
    letter-spacing: 0.02em;
  }
  .main-container.__landing-page .product__block {
    margin-top: 8vw;
  }
  .main-container.__landing-page .product__unit {
    width: 50vw;
    padding: 9.33333vw 3.33333vw 7.33333vw;
  }
  .main-container.__landing-page .product__unit:first-child {
    border-left: 1px solid #fff;
  }
  .main-container.__landing-page .product__unit:nth-child(n + 3) {
    border-top: 1px solid #fff;
  }
  .main-container.__landing-page .product__unit:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  .main-container.__landing-page .product__name {
    line-height: 1;
    margin-top: 2.66667vw;
    font-size: 3.73333vw;
  }
  .main-container.__landing-page .product__credit {
    line-height: 1;
    margin-top: 1.33333vw;
    font-size: 3.73333vw;
  }
}

/*//////////////////////////////////////////////////

Title : _firstview.css
For   : 2022 SPRING COLLECTION LOOK BOOK with AMI KOMURO

Created       : 2022-01-04
Last Modified : 2022-01-05

==========================================

Content

    firstview

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                    firstview
============================================================================================== */
@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__wrapper {
    margin-bottom: 110px;
  }
}

.main-container.__landing-page .firstview__title {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__title {
    max-width: 960px;
    width: 100%;
  }
}

.main-container.__landing-page .firstview__lead {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__lead {
    margin-top: 45px;
    font-size: 1.25em;
    line-height: 2;
  }
}

.main-container.__landing-page .firstview__lead span {
  display: block;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__lead span:nth-child(2) {
    margin-top: 30px;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                    for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .firstview__wrapper {
    margin-bottom: 15.33333vw;
  }
  .main-container.__landing-page .firstview__lead {
    margin-top: 10vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  .main-container.__landing-page .firstview__lead span {
    margin-top: 4.66667vw;
  }
}

/*//////////////////////////////////////////////////

Title : _foot.css
For   : 2022 SPRING COLLECTION LOOK BOOK with AMI KOMURO

Created       : 2022-01-04
Last Modified : 2022-01-05

==========================================

Content

    foot

//////////////////////////////////////////////////*/
/* ==============================================================================================
										foot
============================================================================================== */
@media screen and (min-width: 768px) {
  .main-container.__landing-page .footer__wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.main-container.__landing-page .footer__block {
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .footer__block--upper {
    width: 420px;
    height: 75px;
    font-size: 1.5em;
  }
}

.main-container.__landing-page .footer__block--upper a {
  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;
  width: 100%;
  height: 100%;
}

.main-container.__landing-page .footer__block--lower {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .footer__block--lower {
    width: 420px;
    height: 75px;
    font-size: 1.5em;
  }
}

.main-container.__landing-page .footer__block--lower a {
  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;
  width: 100%;
  height: 100%;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                    for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .footer__wrapper {
    padding-top: 20.66667vw;
    padding-bottom: 21.33333vw;
  }
  .main-container.__landing-page .footer__block--upper {
    width: 90.13333vw;
    height: 19.73333vw;
    font-size: 4.26667vw;
  }
  .main-container.__landing-page .footer__block--lower {
    margin-top: 2.26667vw;
    width: 90.13333vw;
    height: 19.73333vw;
    font-size: 4.26667vw;
  }
}

/*//////////////////////////////////////////////////

Title : _units.css
For   : 2022 SPRING COLLECTION LOOK BOOK with AMI KOMURO

Created       : 2021-12-29
Last Modified : 2022-01-05


==========================================

Content

    units

//////////////////////////////////////////////////*/
/* ==============================================================================================
									units
============================================================================================== */
.main-container.__landing-page .content__unit {
  position: relative;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__unit--01-1 {
    max-width: 500px;
    width: 35.71429vw;
    margin-left: 70rem;
  }
  .main-container.__landing-page .content__unit--01-2 {
    max-width: 450px;
    width: 32.14286vw;
    margin-top: -37rem;
  }
  .main-container.__landing-page .content__unit--01-3 {
    max-width: 380px;
    width: 27.14286vw;
    margin-top: 15rem;
    margin-left: 7rem;
    margin-right: 30rem;
  }
  .main-container.__landing-page .content__unit--02-1 {
    max-width: 580px;
    width: 41.42857vw;
  }
  .main-container.__landing-page .content__unit--02-2 {
    max-width: 480px;
    width: 34.28571vw;
    margin-top: 7.5rem;
    margin-left: 10rem;
  }
  .main-container.__landing-page .content__unit--03-1 {
    max-width: 850px;
    width: 60.71429vw;
    margin-left: 9.5rem;
  }
  .main-container.__landing-page .content__unit--03-2 {
    max-width: 480px;
    width: 34.28571vw;
    margin-top: 50.5rem;
    margin-left: -22.5rem;
    z-index: 2;
  }
  .main-container.__landing-page .content__unit--03-3 {
    max-width: 550px;
    width: 39.28571vw;
    margin-top: -24rem;
  }
  .main-container.__landing-page .content__unit--03-4 {
    max-width: 400px;
    width: 28.57143vw;
    margin-top: 23rem;
    margin-left: 17rem;
    margin-right: 8rem;
  }
  .main-container.__landing-page .content__unit--04-1 {
    max-width: 500px;
    width: 35.71429vw;
    margin-top: 25.5rem;
  }
  .main-container.__landing-page .content__unit--04-2 {
    max-width: 580px;
    width: 41.42857vw;
    margin-left: 12rem;
  }
  .main-container.__landing-page .content__unit--05-1 {
    max-width: 480px;
    width: 34.28571vw;
    margin-left: 29rem;
    margin-right: 36rem;
  }
  .main-container.__landing-page .content__unit--05-2 {
    max-width: 450px;
    width: 32.14286vw;
    margin-top: 12rem;
  }
  .main-container.__landing-page .content__unit--05-3 {
    max-width: 520px;
    width: 37.14286vw;
    margin-top: 22rem;
    margin-left: 16rem;
  }
  .main-container.__landing-page .content__unit--06-1 {
    max-width: 550px;
    width: 39.28571vw;
  }
  .main-container.__landing-page .content__unit--06-2 {
    max-width: 450px;
    width: 32.14286vw;
    margin-top: 44rem;
    margin-left: 18rem;
    z-index: 2;
  }
  .main-container.__landing-page .content__unit--06-3 {
    max-width: 700px;
    width: 50vw;
    margin-top: -4.5rem;
    margin-right: 2rem;
  }
  .main-container.__landing-page .content__unit--07-1 {
    max-width: 500px;
    width: 35.71429vw;
    margin-top: 57.5rem;
  }
  .main-container.__landing-page .content__unit--07-2 {
    max-width: 550px;
    width: 39.28571vw;
    margin-left: 15rem;
  }
  .main-container.__landing-page .content__unit--07-3 {
    max-width: 480px;
    width: 34.28571vw;
    margin-top: 1.5rem;
    margin-right: 32rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                    for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__unit--01-1 {
    padding-left: 17.06667vw;
    padding-right: 8vw;
  }
  .main-container.__landing-page .content__unit--01-2 {
    margin-top: 8vw;
    padding-left: 8vw;
    padding-right: 22vw;
  }
  .main-container.__landing-page .content__unit--01-3 {
    margin-top: 8vw;
    padding-left: 8vw;
    padding-right: 9.33333vw;
  }
  .main-container.__landing-page .content__unit--01-3 .content__image {
    padding-left: 22.66667vw;
  }
  .main-container.__landing-page .content__unit--02-1 {
    margin-top: 5.33333vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .main-container.__landing-page .content__unit--02-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .main-container.__landing-page .content__unit--03-2 {
    margin-top: 8vw;
    padding-left: 8vw;
  }
  .main-container.__landing-page .content__unit--03-2 .content__image {
    padding-left: 26.66667vw;
  }
  .main-container.__landing-page .content__unit--03-3 {
    margin-top: 21.33333vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .main-container.__landing-page .content__unit--03-4 {
    margin-top: 8vw;
    padding-left: 10vw;
    padding-right: 15.06667vw;
  }
  .main-container.__landing-page .content__unit--03-4 .content__image {
    padding-left: 4.93333vw;
  }
  .main-container.__landing-page .content__unit--04-1 {
    margin-top: 2.66667vw;
    padding-left: 12vw;
  }
  .main-container.__landing-page .content__unit--04-2 {
    padding-left: 12vw;
  }
  .main-container.__landing-page .content__unit--05-1 {
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .main-container.__landing-page .content__unit--05-2 {
    margin-top: 8vw;
    padding-right: 40vw;
  }
  .main-container.__landing-page .content__unit--05-3 {
    margin-top: 8vw;
    padding-left: 20vw;
  }
  .main-container.__landing-page .content__unit--06-2 {
    margin-top: 8vw;
    padding-left: 30vw;
  }
  .main-container.__landing-page .content__unit--06-3 {
    margin-top: 8.66667vw;
    padding-left: 5.33333vw;
    padding-right: 10.66667vw;
  }
  .main-container.__landing-page .content__unit--07-1 {
    margin-top: 8vw;
    padding-right: 25.33333vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-container.__landing-page .content__unit--07-2 {
    padding-left: 10.66667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-container.__landing-page .content__unit--07-3 {
    margin-top: 9.33333vw;
    padding-left: 8vw;
    padding-right: 5.33333vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .main-container.__landing-page .content__unit--07-3 .content__image {
    padding-left: 12vw;
  }
}
/*# sourceMappingURL=layout.css.map */