.scroll-disabled {
  overflow: hidden;
}

/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #FFFAF4;
}

ul li {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

body.scroll-disabled {
  overflow: hidden;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.faded {
  opacity: 1;
  transform: translateY(0);
}

.fade-out {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.spOnly {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .spOnly {
    display: block !important;
  }
}

.pcOnly {
  display: block !important;
}
@media screen and (max-width: 500px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #app {
    overflow: hidden;
  }
}

.eb-garamond-normal-700, .footer__credits-item :nth-child(1) {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.eb-garamond-italic-700 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
}

.eb-garamond-normal-500 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.eb-garamond-italic-500, .footer__credits-item :nth-child(2) {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
}

.eb-garamond-normal-600, .credits__item p strong, .cta__container a, .index__header h2 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.eb-garamond-italic-600 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
}

.eb-garamond-normal-400, .credits__item p {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-normal-400, .style04 .idea__desc p, .style03 .idea__desc p, .style02 .idea__desc p, .style01 .idea__desc p, .intro__container p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-normal-700, .style04 .idea__tagline p, .style03 .idea__tagline p, .style02 .idea__tagline p, .style01 .idea__tagline p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.noto-serif-jp-normal-700 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.noto-serif-jp-normal-900 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.mainvisual {
  width: 100%;
}
.mainvisual__container {
  width: 100%;
  height: 100%;
}

.splashscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.splashscreen__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1040px;
  padding: 0 2rem;
}
.splashscreen__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  gap: 3rem;
}
@media screen and (max-width: 500px) {
  .splashscreen__title {
    gap: 1rem;
    padding-top: 1rem;
    justify-content: center;
  }
}
.splashscreen__title-subtext img {
  width: fit-content;
}
@media screen and (max-width: 500px) {
  .splashscreen__title-subtext {
    padding: 0 22.4vw;
  }
  .splashscreen__title-subtext img {
    width: 100%;
  }
}
.splashscreen__title-maintext {
  display: flex;
  flex-wrap: nowrap;
}
.splashscreen__title-maintext div {
  display: flex;
}
.splashscreen__title-maintext div > :nth-child(2) {
  margin-left: -0.5vw;
}
@media screen and (max-width: 500px) {
  .splashscreen__title-maintext div > :nth-child(2) {
    margin-left: -1.6vw;
  }
}
@media screen and (max-width: 500px) {
  .splashscreen__title-maintext {
    flex-direction: column;
  }
  .splashscreen__title-maintext > :nth-child(1) {
    padding-right: 7.47vw;
  }
  .splashscreen__title-maintext > :nth-child(2) {
    padding-left: 23.47vw;
  }
}
.splashscreen .stagger-item {
  opacity: 0;
}
.splashscreen .stagger-item.stagger {
  animation: fade-in 0.5s ease-out forwards;
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}

.intro {
  padding-top: 11.2rem;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 6rem;
  }
}
.intro__container {
  padding: 0 2rem;
}
.intro__container p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.125em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .intro__container p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.index {
  padding-top: 10rem;
}
.index__container {
  padding: 0 2rem;
  max-width: 862px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.index__header h2 {
  text-align: center;
  font-size: 6rem;
  line-height: 0.95;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .index__header h2 {
    font-size: 4.6rem;
    letter-spacing: 0.06em;
  }
}
.index__list {
  display: grid;
  width: fit-content;
  grid-template-columns: repeat(4, auto);
  gap: 5.5rem;
  margin: 0 auto;
}
.index__list-items {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .index__list {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    row-gap: 4.5rem;
    column-gap: 2rem;
  }
}

.contents {
  padding-top: 22.5rem;
}
@media screen and (max-width: 768px) {
  .contents {
    padding-top: 8rem;
  }
}
.contents__container {
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 18rem;
}
@media screen and (max-width: 768px) {
  .contents__container {
    padding: 0 0;
    gap: 11.9rem;
  }
}

.style01__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10.7rem;
}
@media screen and (max-width: 768px) {
  .style01__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.style01__banner {
  position: sticky;
  top: 0;
  left: 0;
  align-self: flex-start;
  max-width: 672px;
  margin-left: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}
.style01__banner figure {
  max-width: 583px;
}
@media screen and (max-width: 768px) {
  .style01__banner {
    display: none;
  }
}
.style01__contents {
  max-width: 672px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .style01__contents {
    max-width: unset;
  }
}
.style01__idea {
  max-width: 514px;
}
@media screen and (max-width: 768px) {
  .style01__idea {
    max-width: unset;
  }
}
.style01 .idea__tagline p {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .style01 .idea__tagline p {
    font-size: 1.6rem;
  }
}
.style01 .idea__desc p {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .style01 .idea__desc p {
    font-size: 1.2rem;
  }
}
.style01 .idea01__preview {
  display: grid;
  grid-template-columns: 50.9727626459% 9.3385214008% 39.6887159533%;
  grid-template-rows: auto auto auto 153px 24px auto 74px;
}
@media screen and (max-width: 768px) {
  .style01 .idea01__preview {
    grid-template-columns: 5.3333333333% 38.6666666667% 16.8% 2.9333333333% 30.9333333333% 5.3333333333%;
    grid-template-rows: 50px auto auto 78px 20px 42px auto;
  }
}
.style01 .idea01__preview .idea01__label {
  position: relative;
  grid-column: 3/4;
  grid-row: 1/3;
  z-index: 2000;
}
.style01 .idea01__preview .idea01__label img {
  translate: 1.82vw 0;
}
@media screen and (max-width: 768px) {
  .style01 .idea01__preview .idea01__label {
    grid-column: 3/6;
    grid-row: 1/3;
  }
  .style01 .idea01__preview .idea01__label img {
    translate: 0 0;
  }
}
.style01 .idea01__preview .style01_idea01_img01 {
  position: relative;
  grid-column: 1/4;
  grid-row: 2/5;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .style01 .idea01__preview .style01_idea01_img01 {
    grid-column: 1/7;
    grid-row: 2/5;
  }
}
.style01 .idea01__preview .style01_idea01_img02 {
  position: relative;
  grid-column: 3/4;
  grid-row: 4/8;
  z-index: 2000;
}
@media screen and (max-width: 768px) {
  .style01 .idea01__preview .style01_idea01_img02 {
    grid-column: 4/7;
    grid-row: 4/8;
  }
}
.style01 .idea01__preview .idea01__note {
  position: relative;
  grid-column: 1/3;
  grid-row: 6/7;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .style01 .idea01__preview .idea01__note {
    grid-column: 2/5;
    grid-row: 6/7;
  }
}
.style01 .idea01__content {
  margin-top: -5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .style01 .idea01__content {
    padding: 0 2rem;
  }
}
.style01 .idea01__content .idea__desc {
  padding-top: 1.6rem;
}
.style01 .idea01__content .credits {
  padding-top: 2rem;
}
.style01 .idea02__preview {
  display: grid;
  grid-template-columns: 47.6653696498% 15.5642023346% 10.3112840467% 26.4591439689%;
  grid-template-rows: auto auto 19px auto;
}
@media screen and (max-width: 768px) {
  .style01 .idea02__preview {
    grid-template-columns: 5.3333333333% 42.4% 4.5333333333% 21.3333333333% 21.3333333333% 5.3333333333%;
    grid-template-rows: auto auto 19px auto;
  }
}
.style01 .idea02__preview .style01_idea02_img01 {
  position: relative;
  grid-column: 1/4;
  grid-row: 2/4;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .style01 .idea02__preview .style01_idea02_img01 {
    grid-column: 1/5;
    grid-row: 2/4;
  }
}
.style01 .idea02__preview .style01_idea02_img02 {
  position: relative;
  grid-column: 2/5;
  grid-row: 3/5;
  z-index: 2000;
}
@media screen and (max-width: 768px) {
  .style01 .idea02__preview .style01_idea02_img02 {
    grid-column: 3/7;
    grid-row: 3/5;
  }
}
.style01 .idea02__preview .idea02__note {
  position: relative;
  grid-column: 3/span all;
  grid-row: 1/2;
  z-index: 3000;
}
.style01 .idea02__preview .idea02__note p {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .style01 .idea02__preview .idea02__note {
    grid-column: 3/6;
    grid-row: 1/2;
  }
}
.style01 .idea02__content {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .style01 .idea02__content {
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
.style01 .idea02__content .idea__desc {
  padding-top: 1.6rem;
}
.style01 .idea02__content .credits {
  padding-top: 2rem;
}
.style01 .idea03__preview {
  display: grid;
  grid-template-columns: 42.2178988327% 7.7821011673% 8.1712062257% 5.2529182879% 13.2295719844% 23.5408560311%;
  grid-template-rows: 72px auto auto 38px 6px auto;
}
@media screen and (max-width: 768px) {
  .style01 .idea03__preview {
    grid-template-columns: 5.3333333333% 37.0666666667% 9.8666666667% 4.5333333333% 16.5333333333% 21.3333333333% 5.3333333333%;
    grid-template-rows: 12px auto auto auto 25px 9px auto;
  }
}
.style01 .idea03__preview .style01_idea03_img01 {
  position: relative;
  grid-column: 1/4;
  grid-row: 1/4;
  z-index: 2000;
}
.style01 .idea03__preview .style01_idea03_img01 img {
  rotate: -4deg;
}
@media screen and (max-width: 768px) {
  .style01 .idea03__preview .style01_idea03_img01 {
    grid-column: 2/5;
    grid-row: 1/5;
  }
}
.style01 .idea03__preview .style01_idea03_img02 {
  position: relative;
  grid-column: 2/6;
  grid-row: 3/5;
  z-index: 1000;
}
.style01 .idea03__preview .style01_idea03_img02 img {
  rotate: 3deg;
}
@media screen and (max-width: 768px) {
  .style01 .idea03__preview .style01_idea03_img02 {
    grid-column: 3/6;
    grid-row: 4/6;
  }
}
.style01 .idea03__preview .style01_idea03_img03 {
  position: relative;
  grid-column: 1/7;
  grid-row: 6/7;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .style01 .idea03__preview .style01_idea03_img03 {
    grid-column: 2/7;
    grid-row: 7/8;
  }
}
.style01 .idea03__preview .idea03__note {
  position: relative;
  grid-column: 5/7;
  grid-row: 1/2;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .style01 .idea03__preview .idea03__note {
    grid-column: 4/7;
    grid-row: 2/3;
  }
}
.style01 .idea03__content {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .style01 .idea03__content {
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
.style01 .idea03__content .idea__tagline {
  text-align: center;
}
.style01 .idea03__content .idea__desc {
  padding-top: 1.6rem;
}
.style01 .idea03__content .credits {
  padding-top: 2rem;
}

.style02__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10.7rem;
}
@media screen and (max-width: 768px) {
  .style02__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.style02__banner {
  position: sticky;
  top: 0;
  left: 0;
  align-self: flex-start;
  max-width: 672px;
  margin-left: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}
.style02__banner figure {
  max-width: 583px;
}
@media screen and (max-width: 768px) {
  .style02__banner {
    display: none;
  }
}
.style02__contents {
  max-width: 672px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .style02__contents {
    max-width: unset;
  }
}
.style02__idea {
  max-width: 514px;
}
@media screen and (max-width: 768px) {
  .style02__idea {
    max-width: unset;
  }
}
.style02 .idea__tagline p {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .style02 .idea__tagline p {
    font-size: 1.6rem;
  }
}
.style02 .idea__desc p {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .style02 .idea__desc p {
    font-size: 1.2rem;
  }
}
.style02 .idea01__preview {
  display: grid;
  grid-template-columns: 18.8715953307% 20.8171206226% 19.0661478599% 4.4747081712% 36.7704280156%;
  grid-template-rows: 54px auto auto 40px 72px auto;
}
@media screen and (max-width: 768px) {
  .style02 .idea01__preview {
    grid-template-columns: 5.3333333333% 13.6% 33.3333333333% 3.7333333333% 2.6666666667% 36% 5.3333333333%;
    grid-template-rows: auto 50px auto 20px auto auto;
  }
}
.style02 .idea01__preview .idea01__label {
  position: relative;
  grid-column: 1/3;
  grid-row: 1/3;
  z-index: 2000;
}
.style02 .idea01__preview .idea01__label img {
  margin-left: 0rem;
}
@media screen and (max-width: 768px) {
  .style02 .idea01__preview .idea01__label {
    grid-column: 2/4;
    grid-row: 1/3;
  }
}
.style02 .idea01__preview .style02_idea01_img01 {
  position: relative;
  grid-column: 2/6;
  grid-row: 2/4;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .style02 .idea01__preview .style02_idea01_img01 {
    grid-column: 3/8;
    grid-row: 2/4;
  }
}
.style02 .idea01__preview .style02_idea01_img02 {
  position: relative;
  grid-column: 1/4;
  grid-row: 6/7;
  z-index: 2000;
}
@media screen and (max-width: 768px) {
  .style02 .idea01__preview .style02_idea01_img02 {
    grid-column: 2/5;
    grid-row: 6/7;
  }
}
.style02 .idea01__preview .idea01__note {
  position: relative;
  grid-column: 5/span all;
  grid-row: 5/6;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .style02 .idea01__preview .idea01__note {
    grid-column: 5/7;
    grid-row: 5/6;
  }
}
.style02 .idea01__content {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .style02 .idea01__content {
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
.style02 .idea01__content .idea__tagline {
  text-align: center;
}
.style02 .idea01__content .idea__desc {
  padding-top: 1.6rem;
}
.style02 .idea01__content .credits {
  padding-top: 2rem;
}
.style02 .idea02__preview {
  display: grid;
  grid-template-columns: 49.6108949416% 13.6186770428% 8.7548638132% 19.0661478599% 8.9494163424%;
  grid-template-rows: auto 20px auto 28px auto auto 53px;
}
@media screen and (max-width: 768px) {
  .style02 .idea02__preview {
    grid-template-columns: 20px 58.4% 2.4% 5.8666666667% 22.6666666667% 20px;
    grid-template-rows: auto 20px auto 28px auto auto 53px;
  }
}
.style02 .idea02__preview .style02_idea02_img01 {
  position: relative;
  grid-column: 1/span all;
  grid-row: 3/4;
  z-index: 1000;
}
.style02 .idea02__preview .style02_idea02_img02 {
  position: relative;
  grid-column: 1/4;
  grid-row: 5/7;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .style02 .idea02__preview .style02_idea02_img02 {
    grid-column: 1/5;
    grid-row: 5/7;
  }
}
.style02 .idea02__preview .style02_idea02_img03 {
  position: relative;
  grid-column: 3/5;
  grid-row: 6/8;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .style02 .idea02__preview .style02_idea02_img03 {
    grid-column: 4/6;
    grid-row: 6/8;
  }
}
.style02 .idea02__preview .idea02__note {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .style02 .idea02__preview .idea02__note {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.style02 .idea02__content {
  margin-top: -4.1rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .style02 .idea02__content {
    padding: 0 2rem;
  }
}
.style02 .idea02__content .idea__desc {
  padding-top: 1.6rem;
}
.style02 .idea02__content .credits {
  padding-top: 2rem;
}

.style03__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10.7rem;
}
@media screen and (max-width: 768px) {
  .style03__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.style03__banner {
  position: sticky;
  top: 0;
  left: 0;
  align-self: flex-start;
  max-width: 672px;
  margin-left: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}
.style03__banner figure {
  max-width: 583px;
}
@media screen and (max-width: 768px) {
  .style03__banner {
    display: none;
  }
}
.style03__contents {
  max-width: 672px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .style03__contents {
    max-width: unset;
  }
}
.style03__idea {
  max-width: 514px;
}
@media screen and (max-width: 768px) {
  .style03__idea {
    max-width: unset;
  }
}
.style03 .idea__tagline p {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .style03 .idea__tagline p {
    font-size: 1.6rem;
  }
}
.style03 .idea__desc p {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .style03 .idea__desc p {
    font-size: 1.2rem;
  }
}
.style03 .idea01__preview {
  display: grid;
  grid-template-columns: 43.3852140078% 9.3385214008% 5.0583657588% 2.5291828794% 19.8443579767% 9.3385214008% 10.5058365759%;
  grid-template-rows: auto auto auto 27px auto auto auto auto 25px;
}
@media screen and (max-width: 768px) {
  .style03 .idea01__preview {
    grid-template-columns: 5.3333333333% 38.6666666667% 8.8% 5.0666666667% 3.7333333333% 27.7333333333% 5.3333333333% 5.3333333333%;
    grid-template-rows: 80px 20px auto 27px auto auto auto auto 25px;
  }
}
.style03 .idea01__preview .idea01__label {
  position: relative;
  grid-column: 5/8;
  grid-row: 1/3;
  z-index: 2000;
}
.style03 .idea01__preview .idea01__label img {
  translate: 1.82vw 0;
}
@media screen and (max-width: 768px) {
  .style03 .idea01__preview .idea01__label {
    grid-column: 3/8;
    grid-row: 1/3;
  }
  .style03 .idea01__preview .idea01__label img {
    translate: 0 0;
  }
}
.style03 .idea01__preview .style03_idea01_img01 {
  position: relative;
  grid-column: 1/7;
  grid-row: 2/4;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .style03 .idea01__preview .style03_idea01_img01 {
    grid-column: 1/7;
    grid-row: 2/4;
  }
}
.style03 .idea01__preview .style03_idea01_img02 {
  position: relative;
  grid-column: 3/8;
  grid-row: 5/7;
  z-index: 2000;
}
@media screen and (max-width: 768px) {
  .style03 .idea01__preview .style03_idea01_img02 {
    grid-column: 4/9;
    grid-row: 5/7;
  }
}
.style03 .idea01__preview .style03_idea01_img03 {
  position: relative;
  grid-column: 1/4;
  grid-row: 6/10;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .style03 .idea01__preview .style03_idea01_img03 {
    grid-column: 1/5;
    grid-row: 6/10;
  }
}
.style03 .idea01__preview .idea01__note {
  position: relative;
  grid-column: 2/6;
  grid-row: 8/9;
  z-index: 4000;
}
@media screen and (max-width: 768px) {
  .style03 .idea01__preview .idea01__note {
    grid-column: 4/8;
    grid-row: 8/9;
  }
}
.style03 .idea01__content {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .style03 .idea01__content {
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
.style03 .idea01__content .idea__desc {
  padding-top: 1.6rem;
}
.style03 .idea01__content .credits {
  padding-top: 2rem;
}
.style03 .idea02__preview {
  display: grid;
  grid-template-columns: 63.2295719844% 36.7704280156%;
  grid-template-rows: auto 198px auto auto;
}
@media screen and (max-width: 768px) {
  .style03 .idea02__preview {
    grid-template-columns: 5.3333333333% 46.9333333333% 42.4% 5.3333333333%;
    grid-template-rows: auto 141px 84px auto 11px;
  }
}
.style03 .idea02__preview .style03_idea02_img01 {
  position: relative;
  grid-column: 1/span all;
  grid-row: 1/3;
  z-index: 1000;
}
.style03 .idea02__preview .style03_idea02_img01 img {
  rotate: -5deg;
}
.style03 .idea02__preview .style03_idea02_img02 {
  position: relative;
  grid-column: 1/3;
  grid-row: 2/4;
  z-index: 2000;
}
@media screen and (max-width: 768px) {
  .style03 .idea02__preview .style03_idea02_img02 {
    grid-column: 1/span all;
    grid-row: 2/5;
  }
}
.style03 .idea02__preview .idea02__note {
  position: relative;
  grid-column: 2/span all;
  grid-row: 4/5;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .style03 .idea02__preview .idea02__note {
    grid-column: 3/4;
    grid-row: 4/6;
    display: flex;
    align-items: flex-end;
  }
  .style03 .idea02__preview .idea02__note figure {
    width: 100%;
  }
}
.style03 .idea02__content {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .style03 .idea02__content {
    margin-top: 2.4rem;
    padding: 0 2rem;
  }
}
.style03 .idea02__content .idea__desc {
  padding-top: 1.6rem;
}
.style03 .idea02__content .credits {
  padding-top: 2rem;
}

.style04__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10.7rem;
}
@media screen and (max-width: 768px) {
  .style04__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.style04__banner {
  position: sticky;
  top: 0;
  left: 0;
  align-self: flex-start;
  max-width: 672px;
  margin-left: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}
.style04__banner figure {
  max-width: 583px;
}
@media screen and (max-width: 768px) {
  .style04__banner {
    display: none;
  }
}
.style04__contents {
  max-width: 672px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .style04__contents {
    max-width: unset;
  }
}
.style04__idea {
  max-width: 514px;
}
@media screen and (max-width: 768px) {
  .style04__idea {
    max-width: unset;
  }
}
.style04 .idea__tagline p {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .style04 .idea__tagline p {
    font-size: 1.6rem;
  }
}
.style04 .idea__desc p {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .style04 .idea__desc p {
    font-size: 1.2rem;
  }
}
.style04 .idea01__preview {
  display: grid;
  grid-template-columns: 8.560311284% 43.579766537% 0.7782101167% 7.3929961089% 2.9182879377% 28.9883268482% 7.7821011673%;
  grid-template-rows: auto auto auto 29px auto auto 49px auto auto;
}
@media screen and (max-width: 768px) {
  .style04 .idea01__preview {
    grid-template-columns: 5.3333333333% 3.2% 38.6666666667% 5.0666666667% 0.8% 39.2% 2.6666666667% 5.3333333333%;
    grid-template-rows: 50px 50px auto 20px auto auto 53px auto 33px;
  }
}
.style04 .idea01__preview .idea01__label {
  position: relative;
  grid-column: 5/8;
  grid-row: 1/3;
  z-index: 2000;
}
.style04 .idea01__preview .idea01__label img {
  translate: 1.82vw 0;
}
@media screen and (max-width: 768px) {
  .style04 .idea01__preview .idea01__label {
    grid-column: 4/7;
    grid-row: 1/3;
  }
  .style04 .idea01__preview .idea01__label img {
    translate: 0 0;
  }
}
.style04 .idea01__preview .style04_idea01_img01 {
  position: relative;
  grid-column: 1/span all;
  grid-row: 2/4;
  z-index: 1000;
}
.style04 .idea01__preview .style04_idea01_img02 {
  position: relative;
  grid-column: 2/3;
  grid-row: 6/9;
  z-index: 2000;
}
.style04 .idea01__preview .style04_idea01_img02 img {
  rotate: -6deg;
}
@media screen and (max-width: 768px) {
  .style04 .idea01__preview .style04_idea01_img02 {
    grid-column: 2/5;
    grid-row: 6/9;
  }
}
.style04 .idea01__preview .style04_idea01_img03 {
  position: relative;
  grid-column: 4/7;
  grid-row: 8/9;
  z-index: 2000;
}
.style04 .idea01__preview .style04_idea01_img03 img {
  rotate: 5deg;
}
@media screen and (max-width: 768px) {
  .style04 .idea01__preview .style04_idea01_img03 {
    grid-column: 6/7;
    grid-row: 8/10;
  }
}
.style04 .idea01__preview .idea01__note {
  position: relative;
  grid-column: 6/8;
  grid-row: 5/7;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .style04 .idea01__preview .idea01__note {
    grid-column: 5/7;
    grid-row: 5/6;
  }
}
.style04 .idea01__content {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .style04 .idea01__content {
    margin-top: 1.6rem;
    padding: 0 2rem;
  }
}
.style04 .idea01__content .idea__desc {
  padding-top: 1.6rem;
}
.style04 .idea01__content .credits {
  padding-top: 2rem;
}
.style04 .idea02__preview {
  display: grid;
  grid-template-columns: 17.1206225681% 19.6498054475% 24.3190661479% 38.9105058366%;
  grid-template-rows: auto auto 28px auto;
}
@media screen and (max-width: 768px) {
  .style04 .idea02__preview {
    grid-template-columns: 5.3333333333% 16.2666666667% 26.1333333333% 15.4666666667% 31.4666666667% 5.3333333333%;
    grid-template-rows: auto 20px auto 20px auto;
  }
}
.style04 .idea02__preview .style04_idea02_img01 {
  position: relative;
  grid-column: 2/5;
  grid-row: 2/3;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .style04 .idea02__preview .style04_idea02_img01 {
    grid-column: 3/span all;
    grid-row: 3/4;
  }
}
.style04 .idea02__preview .style04_idea02_img02 {
  position: relative;
  grid-column: 1/4;
  grid-row: 4/5;
  z-index: 2000;
}
@media screen and (max-width: 768px) {
  .style04 .idea02__preview .style04_idea02_img02 {
    grid-column: 2/5;
    grid-row: 5/6;
  }
}
.style04 .idea02__preview .idea02__note {
  position: relative;
  grid-column: 1/3;
  grid-row: 1/2;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .style04 .idea02__preview .idea02__note {
    grid-column: 2/4;
    grid-row: 1/2;
  }
}
.style04 .idea02__content {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .style04 .idea02__content {
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
.style04 .idea02__content .idea__desc {
  padding-top: 1.6rem;
}
.style04 .idea02__content .credits {
  padding-top: 2rem;
}
.style04 .idea03__preview {
  display: grid;
  grid-template-columns: 5.2529182879% 44.7470817121% 13.0350194553% 7.5875486381% 29.1828793774%;
  grid-template-rows: auto 20px auto 61px 31px auto auto;
}
@media screen and (max-width: 768px) {
  .style04 .idea03__preview {
    grid-template-columns: 5.3333333333% 58.4% 3.7333333333% 27.7333333333% 5.3333333333%;
    grid-template-rows: auto 20px auto 31px 22px auto 146px;
  }
}
.style04 .idea03__preview .style04_idea03_img01 {
  position: relative;
  grid-column: 1/6;
  grid-row: 3/5;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .style04 .idea03__preview .style04_idea03_img01 {
    grid-column: 1/7;
    grid-row: 3/5;
  }
}
.style04 .idea03__preview .style04_idea03_img02 {
  position: relative;
  grid-column: 5/6;
  grid-row: 4/7;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .style04 .idea03__preview .style04_idea03_img02 {
    grid-column: 4/5;
    grid-row: 4/7;
  }
}
.style04 .idea03__preview .style04_idea03_img03 {
  position: relative;
  grid-column: 2/4;
  grid-row: 6/8;
  z-index: 1000;
}
.style04 .idea03__preview .style04_idea03_img03 img {
  rotate: -6deg;
}
@media screen and (max-width: 768px) {
  .style04 .idea03__preview .style04_idea03_img03 {
    grid-column: 2/3;
    grid-row: 6/8;
  }
}
.style04 .idea03__preview .idea03__note {
  position: relative;
  grid-column: 1/3;
  grid-row: 1/2;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .style04 .idea03__preview .idea03__note {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.style04 .idea03__content {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .style04 .idea03__content {
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
.style04 .idea03__content .idea__tagline {
  text-align: start;
}
.style04 .idea03__content .idea__desc {
  padding-top: 1.6rem;
}
.style04 .idea03__content .credits {
  padding-top: 2rem;
}

.footer {
  padding-top: 33.9rem;
  padding-bottom: 11.6rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 12rem;
  }
}
.footer__container {
  padding: 0 2rem;
}
.footer__credits {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .footer__credits {
    gap: 1.5rem;
  }
}
.footer__credits-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__credits-item {
    gap: 0.4rem;
  }
}
.footer__credits-item :nth-child(1) {
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer__credits-item :nth-child(1) {
    letter-spacing: 0.04em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.footer__credits-item :nth-child(2) {
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  line-height: 1.5;
}

.cta {
  background: #000;
  width: fit-content;
}
.cta__container a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  padding: 0.2em 0.4em;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .cta__container a {
    font-size: 1.2rem;
  }
}

.credits {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
.credits__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.credits__item p {
  width: fit-content;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .credits__item p {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=style.css.map */
