@charset "UTF-8";
:root {
  --font-jp: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --font-primary: mencken-std, sans-serif;
  --color-basis: #000;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                            general
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.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;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                            for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .main-container__landing-page .hidden-desktop {
    display: none;
  }
  #content__archive .archive__wrapper ul li {
    padding: 0 20px;
  }
  #content__archive .archive__wrapper ul {
    padding: 0 30px;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                            for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
  .main-container__landing-page .hidden-mobile {
    display: none;
  }
  .main-area .main-inner {
    width: inherit;
  }
  .main-area {
    overflow-x: visible;
  }
}

/*//////////////////////////////////////////////////

Title : _main.css
For   : LILY BROWN / SAKURA MIYAWAKI she inspired me issue 03 宮脇咲良とのスペシャルコラボレーションアイテム第2弾

Created       : 2022-05-30
Last Modified : 2022-05-30

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                            main
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.main-container__landing-page {
  color: var(--color-basis);
  font-family: var(--font-jp);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: center;
  line-height: 1;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                            for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .main-container__landing-page {
    margin-top: 30px;
    margin-bottom: 140px;
    letter-spacing: .08em;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                            for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .main-container__landing-page {
    margin-bottom: 20rem;
    letter-spacing: .5em;
  }
}

.js-fade-trigger {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  opacity: 0;
}

.js-fade-trigger.is-visible {
  opacity: 1;
}

/*//////////////////////////////////////////////////

Title : _text.scss
For   : LILY BROWN / SAKURA MIYAWAKI she inspired me issue 03 宮脇咲良とのスペシャルコラボレーションアイテム第2弾

Created       : 2022-05-30
Last Modified : 2022-05-30

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                            button
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.main-container__landing-page .c-button__list {
  margin: 0 auto;
  font-family: var(--font-primary);
  letter-spacing: 0.04em;
}

.main-container__landing-page .c-button 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%;
  border: 1px solid var(--color-basis);
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                            for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .main-container__landing-page .c-button {
    margin-top: 115px;
    font-size: 20px;
  }
  .main-container__landing-page .c-button__list {
    width: 420px;
    height: 75px;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                            for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .main-container__landing-page .c-button {
    margin-top: 15rem;
    font-size: 3.6rem;
  }
  .main-container__landing-page .c-button__list {
    width: 67.5rem;
    height: 14.5rem;
  }
}

/*//////////////////////////////////////////////////

Title : _text.scss
For   : LILY BROWN / SAKURA MIYAWAKI she inspired me issue 03 宮脇咲良とのスペシャルコラボレーションアイテム第2弾

Created       : 2022-05-30
Last Modified : 2022-05-30

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                            text
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.main-container__landing-page .c-credit {
  line-height: 1;
}

.main-container__landing-page .c-credit .font__en {
  letter-spacing: 0.04em;
  font-family: var(--font-primary);
}

.main-container__landing-page .c-color {
  font-family: var(--font-primary);
  letter-spacing: 0.04em;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                            for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .main-container__landing-page .c-text {
    font-size: 13px;
    line-height: 2.5;
    font-weight: 500;
  }
  .main-container__landing-page .c-credit {
    margin-top: 40px;
  }
  .main-container__landing-page .c-credit .font__ja {
    font-size: 15px;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
  .main-container__landing-page .c-credit .font__en {
    font-size: 16px;
  }
  .main-container__landing-page .c-color {
    margin-top: 20px;
    font-size: 16px;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                            for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .main-container__landing-page .c-text {
    font-size: 2.3rem;
    line-height: 1.8260869565;
  }
  .main-container__landing-page .c-credit {
    margin-top: 4rem;
    line-height: 1.6;
  }
  .main-container__landing-page .c-credit .font__ja {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
  }
  .main-container__landing-page .c-credit .font__en {
    font-size: 3rem;
  }
  .main-container__landing-page .c-color {
    margin-top: 2.5rem;
    font-size: 3rem;
  }
}

/*//////////////////////////////////////////////////

Title : _contents.scss
For   : LILY BROWN / SAKURA MIYAWAKI she inspired me issue 03 宮脇咲良とのスペシャルコラボレーションアイテム第2弾

Created       : 2022-05-30
Last Modified : 2022-05-30

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                            contents
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.main-container__landing-page .p-firstview {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.main-container__landing-page .p-firstview__image {
  margin: 0 auto;
}

.main-container__landing-page .p-content {
  position: relative;
  z-index: 5;
  background-color: #FFFFFF;
}

.main-container__landing-page .p-content__lead span {
  display: block;
  font-weight: 500;
}

.main-container__landing-page .p-content__wrapper--sec01 .c-text:nth-of-type(2) {
  line-height: 1;
}

.main-container__landing-page .p-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-container__landing-page .p-content__unit--sec01-2 {
  position: relative;
  z-index: 2;
}

.main-container__landing-page .p-movie, .main-container__landing-page .p-image {
  margin: 0 auto;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
																				for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .main-container__landing-page .p-firstview__image {
    max-width: 1200px;
  }
  .main-container__landing-page .p-content__lead {
    font-size: 14px;
  }
  .main-container__landing-page .p-content__lead span:last-of-type {
    margin-top: 40px;
  }
  .main-container__landing-page .p-content__wrapper--sec01 {
    padding-top: 110px;
  }
  .main-container__landing-page .p-content__wrapper--sec01 .c-text:nth-of-type(2) {
    margin-top: 100px;
    line-height: 1;
  }
  .main-container__landing-page .p-content__wrapper--sec01 .c-text:nth-of-type(3) {
    margin-top: 20px;
  }
  .main-container__landing-page .p-content__wrapper--sec01 .p-content__inner {
    margin-top: 120px;
  }
  .main-container__landing-page .p-content__wrapper--sec02 {
    margin-top: 120px;
  }
  .main-container__landing-page .p-content__wrapper--sec02 .c-text:nth-of-type(1) {
    margin-top: 70px;
  }
  .main-container__landing-page .p-content__wrapper--sec02 .c-text:nth-of-type(2) {
    margin-top: 60px;
  }
  .main-container__landing-page .p-content__wrapper--sec02 .p-content__inner {
    margin-top: 90px;
  }
  .main-container__landing-page .p-content__wrapper--sec03 {
    margin-top: 130px;
  }
  .main-container__landing-page .p-content__wrapper--sec03 .c-text:nth-of-type(1) {
    line-height: 1.9230769231;
  }
  .main-container__landing-page .p-content__wrapper--sec03 .c-text:nth-of-type(4) {
    margin-top: 30px;
    line-height: 1.9230769231;
  }
  .main-container__landing-page .p-content__wrapper--sec03 .c-text:nth-of-type(5) {
    margin-top: 25px;
    font-size: 12px;
    line-height: 1.5;
  }
  .main-container__landing-page .p-content__wrapper--sec03 .p-content__inner {
    margin-top: 35px;
  }
  .main-container__landing-page .p-content__unit--sec01-1 {
    max-width: 550px;
    margin-top: 440px;
  }
  .main-container__landing-page .p-content__unit--sec01-2 {
    max-width: 380px;
    margin-left: -110px;
  }
  .main-container__landing-page .p-content__unit--sec02-1 {
    max-width: 250px;
  }
  .main-container__landing-page .p-content__unit--sec02-2 {
    max-width: 250px;
    margin-left: 18px;
  }
  .main-container__landing-page .p-content__unit--sec03-1, .main-container__landing-page .p-content__unit--sec03-2, .main-container__landing-page .p-content__unit--sec03-3 {
    max-width: 200px;
  }
  .main-container__landing-page .p-content__unit--sec03-2, .main-container__landing-page .p-content__unit--sec03-3 {
    margin-left: 30px;
  }
  .main-container__landing-page .p-movie {
    margin-top: 110px;
    width: 460px;
  }
  .main-container__landing-page .p-image {
    width: 330px;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
																				for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .main-container__landing-page .p-content__lead {
    font-size: 2.3rem;
  }
  .main-container__landing-page .p-content__lead span:last-of-type {
    margin-top: 5rem;
  }
  .main-container__landing-page .p-content__wrapper--sec01 {
    padding-top: 15rem;
  }
  .main-container__landing-page .p-content__wrapper--sec01 .c-text:nth-of-type(2) {
    margin-top: 12rem;
  }
  .main-container__landing-page .p-content__wrapper--sec01 .c-text:nth-of-type(3) {
    margin-top: 3.5rem;
  }
  .main-container__landing-page .p-content__wrapper--sec01 .p-content__inner {
    margin-top: 15rem;
  }
  .main-container__landing-page .p-content__wrapper--sec02 {
    margin-top: 16rem;
  }
  .main-container__landing-page .p-content__wrapper--sec02 .c-text:nth-of-type(1) {
    margin-top: 7rem;
  }
  .main-container__landing-page .p-content__wrapper--sec02 .c-text:nth-of-type(2) {
    margin-top: 7rem;
  }
  .main-container__landing-page .p-content__wrapper--sec02 .p-content__inner {
    margin-top: 11rem;
  }
  .main-container__landing-page .p-content__wrapper--sec03 {
    margin-top: 17.5rem;
  }
  .main-container__landing-page .p-content__wrapper--sec03 .c-text:nth-of-type(1) {
    line-height: 1.8260869565;
  }
  .main-container__landing-page .p-content__wrapper--sec03 .c-text:nth-of-type(4) {
    margin-top: 9rem;
    line-height: 1.8260869565;
  }
  .main-container__landing-page .p-content__wrapper--sec03 .c-text:nth-of-type(5) {
    margin-top: 4rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .main-container__landing-page .p-content__wrapper--sec03 .p-content__inner {
    margin-top: 6rem;
  }
  .main-container__landing-page .p-content__unit--sec01-1 {
    width: 66rem;
    margin-top: 56.5rem;
  }
  .main-container__landing-page .p-content__unit--sec01-2 {
    width: 42rem;
    margin-left: -33rem;
  }
  .main-container__landing-page .p-content__unit--sec02-1 {
    width: 33rem;
  }
  .main-container__landing-page .p-content__unit--sec02-2 {
    width: 33rem;
    margin-left: 2rem;
  }
  .main-container__landing-page .p-content__unit--sec03-1, .main-container__landing-page .p-content__unit--sec03-2, .main-container__landing-page .p-content__unit--sec03-3 {
    width: 25rem;
  }
  .main-container__landing-page .p-movie {
    margin-top: 15rem;
    width: 63rem;
  }
  .main-container__landing-page .p-image {
    width: 42rem;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
																				add
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.staff-credit{
  text-align: center;
  margin-top: calc(122 *(100vw / 750));
}
.staff-credit span {
  font-family: var(--font-primary);
  font-weight: 400;
  font-style: normal;
  font-size: calc(22 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .staff-credit{
    margin-top: 60px;
  }
  .staff-credit span {
    font-size: 14px;
  }
}
.staff-credit span {
  display: inline-block;
  margin: 0 calc(12 *(100vw / 750));
  margin-bottom: calc(16 *(100vw / 750));
}
@media screen and (min-width: 768px) {
  .sp-only{
    display: none;
  }
  .staff-credit span {
    margin: 0 8px;
    margin-bottom: 11px;
  }  
}
/*# sourceMappingURL=layout.css.map */