@import url(normalise.css);
@import url(global.css);
@font-face {
  font-family: "KumarOne";
  src: url("./asset/font/KumarOne-Regular.eot");
  src: url("./asset/font/KumarOne-Regular.eot?#iefix") format("embedded-opentype"), url("./asset/font/KumarOne-Regular.svg#KumarOne-Regular") format("svg"), url("./asset/font/KumarOne-Regular.ttf") format("truetype"), url("./asset/font/KumarOne-Regular.woff") format("woff"), url("./asset/font/KumarOne-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KumarOneOutline";
  src: url("./asset/font/KumarOneOutline-Regular.eot");
  src: url("./asset/font/KumarOneOutline-Regular.eot?#iefix") format("embedded-opentype"), url("./asset/font/KumarOneOutline-Regular.svg#KumarOneOutline-Regular") format("svg"), url("./asset/font/KumarOneOutline-Regular.ttf") format("truetype"), url("./asset/font/KumarOneOutline-Regular.woff") format("woff"), url("./asset/font/KumarOneOutline-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
:root {
  --blue-5: #0000ea;
  --grey-5: #646464;
  --max-width: 560px;
  --cake1-w: 855px;
  --cake1-h: 488px;
  --cake2-w: 850px;
  --cake2-h: 545px;
  --cake3-w: 940px;
  --cake3-h: 728px;
  --cake4-w: 1020px;
  --cake4-h: 940px;
  --cake5-w: 1230px;
  --cake5-h: 1383px;
  --firstCakeY: calc(550vh + 650px);
  --secondCakeY: calc(600vh + 650px);
  --thirdCakeY: calc(400vh + 650px);
}

@media screen and (max-width: 576px) {
  :root {
    --max-width: calc(100vw - 4rem);
    --cake1-w: 290px;
    --cake1-h: 165px;
    --cake2-w: 290px;
    --cake2-h: 186px;
    --cake3-w: 320px;
    --cake3-h: 340px;
    --cake4-w: 345px;
    --cake4-h: 318px;
    --cake5-w: 400px;
    --cake5-h: 809px;
    --firstCakeY: calc(550vh + 400px);
    --secondCakeY: calc(700vh + 400px);
    --thirdCakeY: calc(500vh + 400px);
  }
}
a {
  text-decoration: none;
  color: var(--blue-5);
}

body {
  color: #fff;
  font-family: "Roboto", sans-serif;
  background-color: var(--blue-5);
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}

h1,
h2,
h3 {
  font-family: "KumarOne", sans-serif;
}

h1 {
  line-height: 1.4;
  font-size: 52px;
  margin: 0;
}
h1 span.text-roboto {
  font-family: "Open Sans", sans-serif;
  font-size: 45px;
  font-weight: 300;
}

h2 {
  font-size: 52px;
  margin: 0;
}

h3 {
  font-size: 28px;
  margin: 0;
}

h4 {
  font-size: 14px;
}

@media screen and (max-height: 992px) {
  h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  h1 span.text-roboto {
    font-size: 36px;
  }
}
@media screen and (max-height: 768px) {
  h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  h1 span.text-roboto {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  h1 span.text-roboto {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  h1 span.text-roboto {
    font-size: 28px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 22px;
  }
  p {
    font-size: 15px;
  }
  .section__head h2,
.section__head p {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }
  .section__head p {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  }
  .outro__description__inner p {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  }
}
.text-roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

html {
  height: -moz-available;
  height: fill-available;
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -moz-available;
  min-height: fill-available;
  min-height: -webkit-fill-available;
}

.section_wrapper .section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.main ~ .pin-spacer {
  pointer-events: none;
}

#section__intro {
  height: 500vh;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#section__intro .intro__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}
#section__intro .intro__inner .intro__info {
  position: absolute;
  z-index: 3;
  inset: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100vh;
}
#section__intro .intro__inner .intro__info .intro__title {
  min-height: 600px;
  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;
}
#section__intro .intro__inner .intro__info .intro__title h1 {
  margin-top: 20%;
}
#section__intro .intro__inner .intro__info .intro__short-description {
  min-height: 40vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--blue-5);
  max-width: var(--max-width);
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
}
#section__intro .intro__inner .intro__info .intro__short-description .intro__description__content {
  font-family: Merriweather, serif;
  font-weight: 400;
  margin-top: 8vh;
  font-size: 16px;
}
#section__intro .intro__inner .intro__info .intro__short-description .intro__description__credit {
  color: var(--grey-5);
  font-weight: 400;
  line-height: 1.5;
}
#section__intro .intro__inner .intro__info .intro__short-description .intro__description__credit b {
  font-weight: bold;
}
#section__intro .intro__inner .intro__info .intro__short-description .intro__description__credit a {
  color: var(--grey-5);
}
#section__intro .intro__inner .intro__graphic {
  position: absolute;
  z-index: 2;
  inset: 0;
}
#section__intro .intro__inner .intro__graphic .intro__key__visual__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.25)));
  background: -o-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.25) 100%);
}
#section__intro .intro__inner .intro__graphic .intro__key__visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-align: center;
}
#section__intro .intro__inner .intro__graphic .intro__key__visual .svg-chef {
  position: absolute;
  width: 800px;
  height: auto;
  top: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  -webkit-transform: translate(25%);
      -ms-transform: translate(25%);
          transform: translate(25%);
  -webkit-backface-visibility: initial !important;
}
#section__intro .intro__inner .intro__graphic .intro__key__visual .svg-plate {
  position: absolute;
  width: 269px;
  bottom: 0;
  left: 0;
  right: 0;
  top: 60%;
  margin: auto auto;
  -webkit-transform: translateX(73%);
      -ms-transform: translateX(73%);
          transform: translateX(73%);
}
#section__intro .intro__inner .intro__graphic .intro__background__wall {
  position: absolute;
  inset: 0;
}
#section__intro .intro__inner .intro__graphic .intro__background__wall img {
  -o-object-fit: cover;
     object-fit: cover;
}
#section__intro .intro__inner .intro__icon__scroll {
  position: absolute;
  width: 50px;
  height: 90px;
  left: 0;
  right: 0;
  top: 55%;
  margin: 0 auto;
  z-index: 5;
  pointer-events: none;
}
#section__intro .intro__inner .intro__icon__scroll .intro__icon__scroll__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section__intro .intro__inner .intro__icon__scroll .intro__icon__scroll__inner .scroll__frame {
  width: 25px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#section__intro .intro__inner .intro__icon__scroll .intro__icon__scroll__inner .scroll__frame .scroll_dot {
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 6px;
}
#section__intro .intro__inner .intro__icon__scroll .intro__icon__scroll__inner .scroll__frame .scroll_dot:nth-child(1) {
  height: 12px;
  -webkit-animation: scrollAnimation 4s ease infinite;
          animation: scrollAnimation 4s ease infinite;
}
#section__intro .intro__inner .intro__icon__scroll .intro__icon__scroll__inner span {
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
#section__intro .intro__inner .intro__mask {
  position: relative;
  background-color: #fff;
  inset: 0;
  z-index: 2;
  -webkit-mask: url("asset/svg/intro/mask.svg");
          mask: url("asset/svg/intro/mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  min-height: 100vh;
}
#section__intro .intro__inner .intro__description {
  z-index: 10;
  position: absolute;
  inset: 0;
  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;
}
#section__intro .intro__inner .intro__description .intro__description__inner {
  max-width: 430px;
  text-align: center;
  margin-top: 13vh;
}
#section__intro .intro__inner .intro__description .intro__description__inner p {
  line-height: 1.2;
  font-size: 14px;
}
#section__intro .intro__inner .intro__intro__background_marquee {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  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;
  pointer-events: none;
}
#section__intro .intro__inner .intro__intro__background_marquee .marquee {
  width: 100%;
  height: 70vh;
  margin-top: -10vh;
  max-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#section__intro .intro__inner .intro__intro__background_marquee .marquee .marquee__item img {
  height: 10vh;
  width: auto;
}

@media screen and (min-width: 1920px) {
  #section__intro .intro__inner .intro__mask {
    -webkit-mask-position: center 51.5%;
            mask-position: center 51.5%;
  }
}
@media screen and (max-height: 1000px) {
  #section__intro .intro__inner .intro__graphic .intro__key__visual .svg-chef {
    top: 110%;
  }
  #section__intro .intro__inner .intro__graphic .intro__key__visual .svg-plate {
    top: 110%;
  }
}
@media screen and (max-height: 900px) {
  #section__intro .intro__inner .intro__info .intro__title {
    min-height: 70vh;
  }
  #section__intro .intro__inner .intro__info .intro__short-description {
    min-height: 30vh;
  }
  #section__intro .intro__inner .intro__info .intro__short-description .intro__description__content {
    margin-top: 5vh;
  }
  #section__intro .intro__inner .intro__info .intro__short-description .intro__description__credit {
    margin-top: 0;
  }
}
@media screen and (max-height: 800px) {
  #section__intro .intro__inner .intro__info .intro__title {
    min-height: 75vh;
  }
  #section__intro .intro__inner .intro__info .intro__short-description {
    min-height: 25vh;
    max-width: 650px;
  }
  #section__intro .intro__inner .intro__info .intro__short-description .intro__description__content {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.3;
  }
  #section__intro .intro__inner .intro__info .intro__short-description .intro__description__credit {
    line-height: 1.3;
  }
  #section__intro .intro__inner .intro__graphic .intro__key__visual .svg-chef {
    top: 140%;
  }
  #section__intro .intro__inner .intro__graphic .intro__key__visual .svg-plate {
    top: 140%;
  }
}
@media screen and (max-height: 700px) {
  #section__intro .intro__inner .intro__info .intro__title {
    min-height: 80vh;
  }
  #section__intro .intro__inner .intro__info .intro__short-description {
    min-height: 20vh;
    max-width: 800px;
  }
  #section__intro .intro__inner .intro__info .intro__short-description .intro__description__content {
    margin-bottom: 0.5rem;
  }
  #section__intro .intro__inner .intro__graphic .intro__key__visual .svg-chef {
    top: 120%;
  }
  #section__intro .intro__inner .intro__graphic .intro__key__visual .svg-plate {
    top: 120%;
  }
  #section__intro .intro__inner .intro__icon__scroll {
    top: 55%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-height: 600px) {
  #section__intro .intro__inner .intro__info .intro__title h1 {
    margin-top: -5%;
  }
  #section__intro .intro__inner .intro__info .intro__short-description .intro__description__content {
    margin-bottom: 0.5rem;
  }
  #section__intro .intro__inner .intro__mask {
    -webkit-mask-position: center 52%;
            mask-position: center 52%;
  }
}
@media screen and (max-width: 992px) {
  #section__intro .intro__inner .intro__graphic .intro__key__visual .svg-chef {
    top: 75%;
  }
  #section__intro .intro__inner .intro__graphic .intro__key__visual .svg-plate {
    top: 75%;
  }
}
@media screen and (max-width: 576px) {
  #section__intro .intro__inner .intro__info .intro__title {
    height: 60vh;
    min-height: 434px;
  }
  #section__intro .intro__inner .intro__info .intro__short-description {
    height: 40vh;
    min-height: 266px;
    max-width: 100%;
  }
  #section__intro .intro__inner .intro__graphic .intro__key__visual .svg-chef {
    z-index: 2;
    top: 48%;
    width: 500px;
    left: 13%;
    right: 0;
    margin: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
  }
  #section__intro .intro__inner .intro__graphic .intro__key__visual .svg-plate {
    z-index: 1;
    top: 43%;
    -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
            transform: translateX(40%);
    width: 167px;
  }
  #section__intro .intro__inner .intro__icon__scroll {
    top: 48%;
  }
  #section__intro .intro__inner .intro__mask {
    -webkit-mask-position: center 41%;
            mask-position: center 41%;
    -webkit-mask-size: 550px;
            mask-size: 550px;
  }
  #section__intro .intro__inner .intro__description .intro__description__inner {
    margin-top: 10vh;
    max-width: calc(100vw - 3rem);
  }
  #section__intro .intro__inner .intro__intro__background_marquee .marquee {
    height: 90vh;
    margin-top: 0;
  }
}
@media screen and (max-height: 800px) and (min-width: 2400px) {
  #section__intro .intro__inner .intro__mask {
    -webkit-mask-position: center 53%;
            mask-position: center 53%;
  }
  #section__intro .intro__inner .intro__icon__scroll {
    margin-top: -3%;
  }
}
@media screen and (max-height: 600px) and (min-width: 800px) {
  #section__intro .intro__inner .intro__icon__scroll {
    margin-top: -12%;
  }
  #section__intro .intro__inner .intro__mask {
    -webkit-mask-position: center 51%;
            mask-position: center 51%;
  }
}
@media screen and (max-height: 600px) and (min-width: 1200px) {
  #section__intro .intro__inner .intro__icon__scroll {
    margin-top: -10%;
  }
  #section__intro .intro__inner .intro__mask {
    -webkit-mask-position: center 52%;
            mask-position: center 52%;
  }
}
@media screen and (max-height: 600px) and (min-width: 1600px) {
  #section__intro .intro__inner .intro__icon__scroll {
    margin-top: -8%;
  }
  #section__intro .intro__inner .intro__mask {
    -webkit-mask-position: center 52.5%;
            mask-position: center 52.5%;
  }
}
@media screen and (max-height: 600px) and (min-width: 2000px) {
  #section__intro .intro__inner .intro__icon__scroll {
    margin-top: -7%;
  }
  #section__intro .intro__inner .intro__mask {
    -webkit-mask-position: center 53%;
            mask-position: center 53%;
  }
}
@media screen and (max-height: 600px) and (min-width: 2400px) {
  #section__intro .intro__inner .intro__icon__scroll {
    margin-top: -6%;
  }
  #section__intro .intro__inner .intro__mask {
    -webkit-mask-position: center 53.5%;
            mask-position: center 53.5%;
  }
}
#section__chapter-1 {
  position: relative;
}
#section__chapter-1 ~ .pin-spacer {
  pointer-events: none;
}
#section__chapter-1 .section__flyer__head {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 200;
}
#section__chapter-1 .section__flyer__background {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
#section__chapter-1 .section__flyer__background img {
  position: absolute;
  width: 120vw;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
}
#section__chapter-1 .flyer__end-extra-spacing {
  position: relative;
  height: 50vh;
  display: none;
}
#section__chapter-1 .flyer {
  width: 100vw;
  position: relative;
  padding-bottom: 50vh;
}
#section__chapter-1 .flyer .flyer__item {
  width: 100vw;
  height: 100vh;
  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;
  position: relative;
  z-index: 2;
}
#section__chapter-1 .flyer .flyer__item:nth-child(2n) .flyer__item__card:after {
  -webkit-transform: skew(0, 10deg);
      -ms-transform: skew(0, 10deg);
          transform: skew(0, 10deg);
}
#section__chapter-1 .flyer .flyer__item.flyer__item-1 .flyer__item__card .flyer__item__icon {
  background-color: #5428f5;
  background-image: url(asset/svg/chapter-a/icon-1.svg);
}
#section__chapter-1 .flyer .flyer__item.flyer__item-1 .flyer__item__card .flyer__item__title h3 {
  background-color: #5428f5;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-1 .flyer__background .flyer__background__item.flyer__background__item-1 {
  left: -400px;
  top: 15%;
  width: 300px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-1 .flyer__background .flyer__background__item.flyer__background__item-2 {
  left: -600px;
  top: -25%;
  width: 120px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-1 .flyer__background .flyer__background__item.flyer__background__item-3 {
  left: 500px;
  top: 25%;
  width: 150px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-1 .flyer__background .flyer__background__item.flyer__background__item-4 {
  left: 600px;
  top: -25%;
  width: 120px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-2 .flyer__item__card .flyer__item__icon {
  background-color: #f7931a;
  background-image: url(asset/svg/chapter-a/icon-2.svg);
}
#section__chapter-1 .flyer .flyer__item.flyer__item-2 .flyer__item__card .flyer__item__title h3 {
  background-color: #f7931a;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-2 .flyer__background .flyer__background__item.flyer__background__item-1 {
  left: -400px;
  top: -25%;
  width: 250px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-2 .flyer__background .flyer__background__item.flyer__background__item-2 {
  left: -550px;
  top: 25%;
  width: 120px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-2 .flyer__background .flyer__background__item.flyer__background__item-3 {
  left: 530px;
  top: 10%;
  width: 200px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-2 .flyer__background .flyer__background__item.flyer__background__item-4 {
  left: 350px;
  top: -25%;
  width: 120px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-3 .flyer__item__card .flyer__item__icon {
  background-color: #00b5ff;
  background-image: url(asset/svg/chapter-a/icon-3.svg);
}
#section__chapter-1 .flyer .flyer__item.flyer__item-3 .flyer__item__card .flyer__item__title h3 {
  background-color: #00b5ff;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-3 .flyer__background .flyer__background__item.flyer__background__item-1 {
  left: -600px;
  top: 15%;
  width: 80px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-3 .flyer__background .flyer__background__item.flyer__background__item-2 {
  left: -320px;
  top: -10%;
  width: 100px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-3 .flyer__background .flyer__background__item.flyer__background__item-3 {
  left: 550px;
  top: -25%;
  width: 50px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-3 .flyer__background .flyer__background__item.flyer__background__item-4 {
  left: 560px;
  top: 40%;
  width: 75px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-4 .flyer__item__card .flyer__item__icon {
  background-color: #00cbbf;
  background-image: url(asset/svg/chapter-a/icon-4.svg);
}
#section__chapter-1 .flyer .flyer__item.flyer__item-4 .flyer__item__card .flyer__item__title h3 {
  background-color: #00cbbf;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-4 .flyer__background .flyer__background__item.flyer__background__item-1 {
  left: -600px;
  top: -25%;
  width: 120px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-4 .flyer__background .flyer__background__item.flyer__background__item-2 {
  left: -350px;
  top: -20%;
  width: 50px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-4 .flyer__background .flyer__background__item.flyer__background__item-3 {
  left: 670px;
  top: 10%;
  width: 70px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-4 .flyer__background .flyer__background__item.flyer__background__item-4 {
  left: 350px;
  top: -25%;
  width: 100px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-5 .flyer__item__card .flyer__item__icon {
  background-color: #ff12af;
  background-image: url(asset/svg/chapter-a/icon-5.svg);
}
#section__chapter-1 .flyer .flyer__item.flyer__item-5 .flyer__item__card .flyer__item__title h3 {
  background-color: #ff12af;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-5 .flyer__background .flyer__background__item.flyer__background__item-1 {
  left: -400px;
  top: -25%;
  width: 100px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-5 .flyer__background .flyer__background__item.flyer__background__item-2 {
  left: -580px;
  top: 25%;
  width: 70px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-5 .flyer__background .flyer__background__item.flyer__background__item-3 {
  left: 200px;
  top: -30%;
  width: 100px;
}
#section__chapter-1 .flyer .flyer__item.flyer__item-5 .flyer__background .flyer__background__item.flyer__background__item-4 {
  left: 600px;
  top: -5%;
  width: 50px;
}
#section__chapter-1 .flyer .flyer__item .flyer__item__card {
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
#section__chapter-1 .flyer .flyer__item .flyer__item__card:after {
  display: inline;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  border: solid #fff 4px;
  top: 0;
  left: 0;
  -webkit-transform: skew(0, -10deg);
      -ms-transform: skew(0, -10deg);
          transform: skew(0, -10deg);
  pointer-events: none;
  background-color: #0215c0;
}
#section__chapter-1 .flyer .flyer__item .flyer__item__card .flyer__item__icon {
  width: 142px;
  height: 142px;
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 142px;
  margin-bottom: 1rem;
  background-color: var(--blue-5);
  background-repeat: no-repeat;
  background-size: 88% auto;
  background-position: center center;
  margin-top: -71px;
  position: relative;
  z-index: 2;
}
#section__chapter-1 .flyer .flyer__item .flyer__item__card .flyer__item__title {
  position: relative;
  z-index: 2;
}
#section__chapter-1 .flyer .flyer__item .flyer__item__card .flyer__item__title h3 {
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 300px;
  padding: 1rem 1.5rem 0.5rem;
  background-color: var(--blue-5);
  margin: 0;
}
#section__chapter-1 .flyer .flyer__item .flyer__item__card .flyer__item__description {
  padding: 1rem 2rem 3.5rem;
  position: relative;
  z-index: 2;
}
#section__chapter-1 .flyer .flyer__item .flyer__background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#section__chapter-1 .flyer .flyer__item .flyer__background .flyer__background__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  width: 10vw;
}
#section__chapter-1 .flyer .flyer__item .flyer__background .flyer__background__item img {
  width: 100%;
}

@media screen and (max-width: 576px) {
  #section__chapter-1 .section__flyer__head {
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #section__chapter-1 .section__flyer__background img {
    width: 170%;
  }
  #section__chapter-1 .flyer .flyer__item .flyer__item__card {
    max-width: 310px;
  }
  #section__chapter-1 .flyer .flyer__item.flyer__item-5 .flyer__background .flyer__background__item.flyer__background__item-1 {
    left: -360px;
    width: 80px;
  }
  #section__chapter-1 .flyer .flyer__item.flyer__item-5 .flyer__background .flyer__background__item.flyer__background__item-3 {
    left: 280px;
  }
  #section__chapter-1 .flyer .flyer__item .flyer__item__card .flyer__item__icon {
    width: 120px;
    height: 120px;
  }
}
#section__chapter-2 {
  position: relative;
}
#section__chapter-2 .section__card__head {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 200;
  position: relative;
  text-align: center;
}
#section__chapter-2 .card__scroll__marker {
  position: absolute;
  height: 100vh;
  width: 100%;
  opacity: 1;
  pointer-events: none;
  display: none;
}
#section__chapter-2 .card__scroll__marker.card__scroll__marker-1 {
  top: 50vh;
  background-color: #333;
}
#section__chapter-2 .card__scroll__marker.card__scroll__marker-2 {
  top: 150vh;
  background-color: #666;
}
#section__chapter-2 .card__scroll__marker.card__scroll__marker-3 {
  background-color: #333;
  top: 250vh;
}
#section__chapter-2 .card {
  z-index: 201;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#section__chapter-2 .card .card__item {
  height: 100vh;
  width: 100%;
  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;
}
#section__chapter-2 .card .card__item.card__item-1 {
  z-index: 13;
}
#section__chapter-2 .card .card__item.card__item-1 .card__item__inner {
  background-color: #70f1fc;
}
#section__chapter-2 .card .card__item.card__item-2 {
  z-index: 12;
}
#section__chapter-2 .card .card__item.card__item-2 .card__item__inner {
  background-color: #fdec5e;
}
#section__chapter-2 .card .card__item.card__item-3 {
  z-index: 11;
}
#section__chapter-2 .card .card__item.card__item-3 .card__item__inner {
  background-color: #f5bfd1;
}
#section__chapter-2 .card .card__item .card__item__inner {
  max-width: 400px;
  text-align: center;
  background-color: #fff;
  color: var(--blue-5);
  border-radius: 2rem;
  padding: 4rem 2rem;
  margin-left: -25%;
}
#section__chapter-2 .card .card__item .card__item__inner h3 {
  margin-bottom: 1rem;
  line-height: 1.4;
}
#section__chapter-2 .card .card__item .card__item__inner h3 span {
  font-family: "KumarOneOutline", sans-serif;
}
#section__chapter-2 .card .card__item .card__item__inner h3 span.num {
  font-family: "KumarOne", sans-serif;
  font-size: 40px;
}
#section__chapter-2 .section__card__background {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100vh;
}
#section__chapter-2 .section__card__background .chapter-2-bg-obj-1 {
  left: -90%;
  top: 120%;
}
#section__chapter-2 .section__card__background .chapter-2-bg-obj-2 {
  left: -80%;
  top: 140%;
}
#section__chapter-2 .section__card__background .chapter-2-bg-obj-3 {
  left: -50%;
  top: 120%;
}
#section__chapter-2 .section__card__background .chapter-2-bg-obj-4 {
  left: 20%;
  top: 120%;
}
#section__chapter-2 .section__card__background .chapter-2-bg-obj-5 {
  left: 85%;
  top: 140%;
}
#section__chapter-2 .section__card__background .chapter-2-bg-obj-6 {
  left: 95%;
  top: 120%;
}
#section__chapter-2 .section__card__background img {
  max-width: 200px;
  width: 10vw;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto auto;
}

@media screen and (max-width: 576px) {
  #section__chapter-2 .section__card__head {
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
  }
  #section__chapter-2 .section__card__background {
    display: none;
  }
  #section__chapter-2 .section__card__background img {
    width: 20vw;
  }
  #section__chapter-2 .card .card__item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #section__chapter-2 .card .card__item .card__item__inner {
    padding: 1rem 1rem;
    margin-bottom: 3rem;
    max-width: var(--max-width);
    max-width: calc(100% - 2rem);
    margin-left: 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  }
  #section__chapter-2 .card .card__item .card__item__inner h3 {
    margin-bottom: 0;
  }
}
#section__chapter-3 {
  position: relative;
}
#section__chapter-3 ~ .pin-spacer {
  pointer-events: none;
}
#section__chapter-3 .flip {
  position: relative;
  z-index: 200;
  height: 480vh;
}
#section__chapter-3 .flip .pin-spacer {
  pointer-events: none;
}
#section__chapter-3 .flip .pin-spacer.active {
  pointer-events: inherit;
}
#section__chapter-3 .flip .flip__scroll__marker {
  position: absolute;
  height: 80vh;
  width: 100%;
  opacity: 1;
  pointer-events: none;
}
#section__chapter-3 .flip .flip__scroll__marker.flip__scroll__marker-2 {
  top: 100vh;
}
#section__chapter-3 .flip .flip__scroll__marker.flip__scroll__marker-3 {
  top: 200vh;
}
#section__chapter-3 .flip .flip__scroll__marker.flip__scroll__marker-4 {
  top: 300vh;
}
#section__chapter-3 .flip .flip__scroll__marker.flip__scroll__marker-5 {
  top: 400vh;
}
#section__chapter-3 .flip .flip__item {
  position: absolute;
  width: 100%;
  height: 100vh;
  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;
}
#section__chapter-3 .flip .flip__item.flip__item-1 {
  -webkit-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
          transform: rotate(8deg);
  z-index: 13;
}
#section__chapter-3 .flip .flip__item.flip__item-1 .flip__item__sticker {
  width: 510px;
  color: #5b10ff;
}
#section__chapter-3 .flip .flip__item.flip__item-1 .flip__item__sticker .flip__item__content {
  width: 420px;
  margin-top: 210px;
}
#section__chapter-3 .flip .flip__item.flip__item-1 .flip__item__sticker .flip__item__content h3 {
  font-size: 80px;
}
#section__chapter-3 .flip .flip__item.flip__item-1 .flip__item__sticker img {
  margin-left: -100px;
}
#section__chapter-3 .flip .flip__item.flip__item-2 {
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg);
  z-index: 12;
  left: -67px;
}
#section__chapter-3 .flip .flip__item.flip__item-2 .flip__item__sticker {
  width: 500px;
  color: #0053ff;
}
#section__chapter-3 .flip .flip__item.flip__item-2 .flip__item__sticker .flip__item__content {
  width: 410px;
  margin-top: 110px;
}
#section__chapter-3 .flip .flip__item.flip__item-2 .flip__item__sticker .flip__item__content h3 {
  margin-bottom: 0.5rem;
}
#section__chapter-3 .flip .flip__item.flip__item-2 .flip__item__sticker img {
  margin-left: -100px;
}
#section__chapter-3 .flip .flip__item.flip__item-3 {
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
  z-index: 11;
  left: 70px;
}
#section__chapter-3 .flip .flip__item.flip__item-3 .flip__item__sticker {
  width: 550px;
  color: #0000ea;
}
#section__chapter-3 .flip .flip__item.flip__item-3 .flip__item__sticker .flip__item__content {
  width: 350px;
  margin-top: 40px;
}
#section__chapter-3 .flip .flip__item.flip__item-3 .flip__item__sticker .flip__item__content h3 {
  margin-bottom: 0.5rem;
}
#section__chapter-3 .flip .flip__item.flip__item-4 {
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
  z-index: 10;
}
#section__chapter-3 .flip .flip__item.flip__item-4 .flip__item__sticker {
  width: 800px;
  color: #5b10ff;
}
#section__chapter-3 .flip .flip__item.flip__item-4 .flip__item__sticker .flip__item__content {
  width: 470px;
  margin-top: 40px;
}
#section__chapter-3 .flip .flip__item.flip__item-4 .flip__item__sticker .flip__item__content h3 {
  width: 420px;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
#section__chapter-3 .flip .flip__item.flip__item-4 .flip__item__sticker img {
  margin-left: -50px;
}
#section__chapter-3 .flip .flip__item .flip__item__sticker {
  display: inline;
  width: 100%;
  text-align: center;
  position: relative;
}
#section__chapter-3 .flip .flip__item .flip__item__sticker img.mobile {
  display: none;
}
#section__chapter-3 .flip .flip__item .flip__item__sticker .flip__item__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
  margin: auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
#section__chapter-3 .flip .flip__item .flip__item__sticker .flip__item__content p {
  font-weight: 400;
  margin-top: 0;
}
#section__chapter-3 .flip .flip__item .flip__item__sticker img {
  position: relative;
  z-index: 1;
}
#section__chapter-3 .section__flip__background {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1;
  inset: 0;
}
#section__chapter-3 .section__flip__background .chapter-3-bg-obj-1 {
  top: -20%;
  left: -50%;
  width: 25vw;
  max-width: 400px;
}
#section__chapter-3 .section__flip__background .chapter-3-bg-obj-2 {
  top: -20%;
  left: 80%;
  width: 15vw;
  max-width: 220px;
}
#section__chapter-3 .section__flip__background .chapter-3-bg-obj-3 {
  top: 20%;
  left: -60%;
  width: 25vw;
  max-width: 220px;
}
#section__chapter-3 .section__flip__background .chapter-3-bg-obj-4 {
  top: 20%;
  left: 50%;
  width: 20vw;
  max-width: 400px;
}
#section__chapter-3 .section__flip__background img {
  width: 10vw;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto auto;
  background-color: geeen;
}

@media screen and (max-width: 576px) {
  #section__chapter-3 .flip .flip__item.flip__item-1 {
    -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
            transform: rotate(6deg);
    left: 20px;
  }
  #section__chapter-3 .flip .flip__item.flip__item-1 .flip__item__sticker {
    width: 250px;
  }
  #section__chapter-3 .flip .flip__item.flip__item-1 .flip__item__sticker img {
    margin-left: -5px;
  }
  #section__chapter-3 .flip .flip__item.flip__item-1 .flip__item__sticker .flip__item__content {
    width: 80%;
    margin-top: 50px;
  }
  #section__chapter-3 .flip .flip__item.flip__item-1 .flip__item__sticker .flip__item__content .flip__item__title {
    margin-bottom: 10px;
  }
  #section__chapter-3 .flip .flip__item.flip__item-1 .flip__item__sticker .flip__item__content h3 {
    font-size: 45px;
  }
  #section__chapter-3 .flip .flip__item.flip__item-2 {
    left: 0;
  }
  #section__chapter-3 .flip .flip__item.flip__item-2 .flip__item__sticker {
    width: 270px;
    left: -10px;
    top: -20px;
  }
  #section__chapter-3 .flip .flip__item.flip__item-2 .flip__item__sticker img {
    margin-left: 0;
  }
  #section__chapter-3 .flip .flip__item.flip__item-2 .flip__item__sticker .flip__item__content {
    width: 85%;
    margin-top: 110px;
  }
  #section__chapter-3 .flip .flip__item.flip__item-3 {
    left: -30px;
    top: -5px;
    width: 440px;
  }
  #section__chapter-3 .flip .flip__item.flip__item-3 .flip__item__sticker .flip__item__content {
    width: 75%;
  }
  #section__chapter-3 .flip .flip__item.flip__item-4 {
    left: -10px;
    top: -65px;
    width: 420px;
    -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  #section__chapter-3 .flip .flip__item.flip__item-4 .flip__item__sticker img {
    margin-left: 0;
  }
  #section__chapter-3 .flip .flip__item.flip__item-4 .flip__item__sticker .flip__item__content {
    width: 55%;
    margin-top: 100px;
  }
  #section__chapter-3 .flip .flip__item.flip__item-4 .flip__item__sticker .flip__item__content .flip__item__title h3 {
    width: 95%;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
  }
  #section__chapter-3 .flip .flip__item .flip__item__sticker img.desktop {
    display: none;
  }
  #section__chapter-3 .flip .flip__item .flip__item__sticker img.mobile {
    display: block;
  }
  #section__chapter-3 .flip .flip__item .flip__item__sticker .flip__item__content p {
    line-height: 1.3;
  }
}
#section__opening .opening__wrapper {
  width: 100%;
  height: 900px;
  margin-bottom: -250px;
  position: relative;
  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;
}
#section__opening .opening__wrapper .opening_cake {
  text-align: center;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section__opening .opening__wrapper .opening_cake .svg-opening-cake-top {
  position: relative;
  z-index: 3;
  width: 260px;
  margin: 0 auto;
  margin-bottom: -4.5rem;
}
#section__opening .opening__wrapper .opening_cake .svg-opening-cake-middle {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 290px;
}
#section__opening .opening__wrapper .opening_cake .svg-opening-cake-bottom {
  position: relative;
  z-index: 1;
  width: 350px;
  margin: 0 auto;
  margin-top: -5rem;
}

@media screen and (max-width: 576px) {
  #section__opening .opening__wrapper {
    height: 600px;
    margin-bottom: -200px;
  }
  #section__opening .opening__wrapper .opening_cake .svg-opening-cake-top {
    width: 180px;
    margin-bottom: -3rem;
  }
  #section__opening .opening__wrapper .opening_cake .svg-opening-cake-middle {
    width: 200px;
  }
  #section__opening .opening__wrapper .opening_cake .svg-opening-cake-bottom {
    width: 240px;
    margin-top: -3.4rem;
  }
}
#section__outro {
  margin-top: 5rem;
}
#section__outro .outro__wrapper {
  height: 100vh;
  min-height: 1100px;
  position: relative;
  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;
}
#section__outro .outro__wrapper .outro__description {
  position: absolute;
  inset: 0;
  z-index: 3;
  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;
}
#section__outro .outro__wrapper .outro__description .outro__description__inner {
  max-width: var(--max-width);
  text-align: center;
  padding: 2rem;
}
#section__outro .outro__wrapper .outro__cake {
  text-align: center;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#section__outro .outro__wrapper .outro__cake .svg-outtro-cake-top.mobile,
#section__outro .outro__wrapper .outro__cake .svg-outtro-cake-middle.mobile,
#section__outro .outro__wrapper .outro__cake .svg-outtro-cake-bottom.mobile {
  display: none;
}
#section__outro .outro__wrapper .outro__cake .svg-outtro-cake-top {
  position: relative;
  z-index: 3;
  width: 580px;
  margin: 0 auto;
  margin-bottom: -10rem;
}
#section__outro .outro__wrapper .outro__cake .svg-outtro-cake-middle {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 620px;
}
#section__outro .outro__wrapper .outro__cake .svg-outtro-cake-bottom {
  position: relative;
  z-index: 1;
  width: 720px;
  margin: 0 auto;
  margin-top: -11rem;
}
#section__outro .outro__wrapper .outro__mask__reverse {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none;
}
#section__outro .outro__wrapper .outro__mask__reverse img {
  margin-bottom: -0.3rem;
}
#section__outro .outro__wrapper .section__outro__background {
  position: absolute;
  z-index: 1;
  inset: 0;
}
#section__outro .outro__wrapper .section__outro__background .outro-bg-obj {
  width: 10vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
}
#section__outro .outro__wrapper .section__outro__background .outro-bg-obj.outro-bg-obj-1 {
  left: -90%;
  width: 220px;
  top: -10%;
}
#section__outro .outro__wrapper .section__outro__background .outro-bg-obj.outro-bg-obj-2 {
  width: 100px;
  left: -60%;
  top: 0%;
}
#section__outro .outro__wrapper .section__outro__background .outro-bg-obj.outro-bg-obj-3 {
  width: 120px;
  left: 55%;
  top: -20%;
}
#section__outro .outro__wrapper .section__outro__background .outro-bg-obj.outro-bg-obj-4 {
  width: 100px;
  left: 70%;
  top: 0%;
}
#section__outro .outro__wrapper .section__outro__background .outro-bg-obj.outro-bg-obj-5 {
  width: 300px;
  top: -35%;
  left: 93%;
}

@media screen and (max-height: 1383px) {
  #section__outro {
    margin-top: calc(var(--cake5-h) - 100vh - 200px + 10rem);
  }
}
@media screen and (max-width: 576px) {
  #section__outro {
    margin-top: calc(var(--cake5-h) - 100vh + 8rem);
  }
  #section__outro .outro__wrapper {
    min-height: 100vh;
  }
  #section__outro .outro__wrapper .outro__cake .svg-outtro-cake-top.desktop,
#section__outro .outro__wrapper .outro__cake .svg-outtro-cake-middle.desktop,
#section__outro .outro__wrapper .outro__cake .svg-outtro-cake-bottom.desktop {
    display: none;
  }
  #section__outro .outro__wrapper .outro__cake .svg-outtro-cake-top.mobile,
#section__outro .outro__wrapper .outro__cake .svg-outtro-cake-middle.mobile,
#section__outro .outro__wrapper .outro__cake .svg-outtro-cake-bottom.mobile {
    display: block;
  }
  #section__outro .outro__wrapper .outro__cake .svg-outtro-cake-top {
    width: 250px;
    margin-bottom: -4.5rem;
  }
  #section__outro .outro__wrapper .outro__cake .svg-outtro-cake-middle {
    width: 280px;
  }
  #section__outro .outro__wrapper .outro__cake .svg-outtro-cake-bottom {
    width: 320px;
    margin-top: -4.5rem;
  }
  #section__outro .outro__wrapper .outro__description .outro__description__inner {
    max-width: 100%;
  }
  #section__outro .outro__wrapper .outro__description .outro__description__inner p {
    font-size: 15px;
  }
  #section__outro .outro__wrapper .section__outro__background .outro-bg-obj.outro-bg-obj-1 {
    width: 90px;
    top: 55%;
  }
  #section__outro .outro__wrapper .section__outro__background .outro-bg-obj.outro-bg-obj-2 {
    width: 60px;
    top: -30%;
  }
  #section__outro .outro__wrapper .section__outro__background .outro-bg-obj.outro-bg-obj-3 {
    width: 70px;
    top: -40%;
  }
  #section__outro .outro__wrapper .section__outro__background .outro-bg-obj.outro-bg-obj-4 {
    width: 60px;
    top: 80%;
  }
  #section__outro .outro__wrapper .section__outro__background .outro-bg-obj.outro-bg-obj-5 {
    width: 150px;
    left: 125%;
  }
}
.previous-article {
  margin-top: 3rem;
  color: #5b5b5b;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}
.previous-article h3 {
  font-family: Merriweather, serif;
  font-size: 24px;
  margin-bottom: 1.5rem;
}
.previous-article h3 a {
  text-decoration: underline;
  color: #5b5b5b;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.previous-article h3 a:hover {
  opacity: 0.7;
}
.previous-article p {
  max-width: 100%;
  font-size: 15px;
}
.previous-article .block-cta {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}
.previous-article .block-cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.previous-article .block-cta a:hover {
  opacity: 0.7;
}
.previous-article .block-cta img {
  width: 170px;
  margin-right: 1rem;
}
.previous-article .block-cta p {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.cake-level-1-container,
.cake-level-2-container,
.cake-level-2b-container,
.cake-level-3-container,
.cake-level-4-container,
.cake-level-5-container,
.cake-level-5-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cake-level-1-container img,
.cake-level-1-container object,
.cake-level-1-container svg,
.cake-level-2-container img,
.cake-level-2-container object,
.cake-level-2-container svg,
.cake-level-2b-container img,
.cake-level-2b-container object,
.cake-level-2b-container svg,
.cake-level-3-container img,
.cake-level-3-container object,
.cake-level-3-container svg,
.cake-level-4-container img,
.cake-level-4-container object,
.cake-level-4-container svg,
.cake-level-5-container img,
.cake-level-5-container object,
.cake-level-5-container svg,
.cake-level-5-container img,
.cake-level-5-container object,
.cake-level-5-container svg {
  margin: 0 auto;
  position: absolute;
}
.cake-level-1-container:after,
.cake-level-2-container:after,
.cake-level-2b-container:after,
.cake-level-3-container:after,
.cake-level-4-container:after,
.cake-level-5-container:after,
.cake-level-5-container:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.cake-level-1-container {
  top: calc(var(--firstCakeY) - 140px);
  height: var(--cake1-h);
  z-index: 110;
}
.cake-level-1-container .svg-cake-level-1 {
  width: var(--cake1-w);
}

.cake-level-2-container,
.cake-level-2b-container {
  top: calc(var(--firstCakeY) + var(--cake1-h) - 410px);
  height: var(--cake2-h);
  z-index: 109;
}
.cake-level-2-container .svg-cake-level-2,
.cake-level-2-container .svg-cake-level-2b,
.cake-level-2-container .svg-cake-level-2b-1,
.cake-level-2-container .svg-cake-level-2b-2,
.cake-level-2-container .svg-cake-level-2b-3,
.cake-level-2-container .svg-cake-level-2b-4,
.cake-level-2-container .svg-cake-level-2b-5,
.cake-level-2-container .svg-cake-level-2b-6,
.cake-level-2b-container .svg-cake-level-2,
.cake-level-2b-container .svg-cake-level-2b,
.cake-level-2b-container .svg-cake-level-2b-1,
.cake-level-2b-container .svg-cake-level-2b-2,
.cake-level-2b-container .svg-cake-level-2b-3,
.cake-level-2b-container .svg-cake-level-2b-4,
.cake-level-2b-container .svg-cake-level-2b-5,
.cake-level-2b-container .svg-cake-level-2b-6 {
  width: var(--cake2-w);
}
.cake-level-2-container .svg-cake-level-2b-1,
.cake-level-2-container .svg-cake-level-2b-2,
.cake-level-2-container .svg-cake-level-2b-3,
.cake-level-2-container .svg-cake-level-2b-4,
.cake-level-2-container .svg-cake-level-2b-5,
.cake-level-2-container .svg-cake-level-2b-6,
.cake-level-2b-container .svg-cake-level-2b-1,
.cake-level-2b-container .svg-cake-level-2b-2,
.cake-level-2b-container .svg-cake-level-2b-3,
.cake-level-2b-container .svg-cake-level-2b-4,
.cake-level-2b-container .svg-cake-level-2b-5,
.cake-level-2b-container .svg-cake-level-2b-6 {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.cake-level-2-container.active-bg-1 .svg-cake-level-2b-1,
.cake-level-2b-container.active-bg-1 .svg-cake-level-2b-1 {
  opacity: 1;
}
.cake-level-2-container.active-bg-2 .svg-cake-level-2b-2,
.cake-level-2b-container.active-bg-2 .svg-cake-level-2b-2 {
  opacity: 1;
}
.cake-level-2-container.active-bg-3 .svg-cake-level-2b-3,
.cake-level-2b-container.active-bg-3 .svg-cake-level-2b-3 {
  opacity: 1;
}
.cake-level-2-container.active-bg-4 .svg-cake-level-2b-4,
.cake-level-2b-container.active-bg-4 .svg-cake-level-2b-4 {
  opacity: 1;
}
.cake-level-2-container.active-bg-5 .svg-cake-level-2b-5,
.cake-level-2b-container.active-bg-5 .svg-cake-level-2b-5 {
  opacity: 1;
}
.cake-level-2-container.active-bg-6 .svg-cake-level-2b-6,
.cake-level-2b-container.active-bg-6 .svg-cake-level-2b-6 {
  opacity: 1;
}

.cake-level-2b-container {
  z-index: 1;
}

.cake-level-3-container {
  z-index: 6;
  height: var(--cake3-h);
  top: calc(var(--firstCakeY) + var(--cake2-h) - 160px);
}
.cake-level-3-container .svg-cake-level-3 {
  width: var(--cake3-w);
}
.cake-level-3-container .svg-cake-level-3.mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .cake-level-3-container .svg-cake-level-3 {
    width: var(--cake3-w);
  }
  .cake-level-3-container .svg-cake-level-3.desktop {
    display: none;
  }
  .cake-level-3-container .svg-cake-level-3.mobile {
    display: block;
  }
}
.cake-level-4-container {
  z-index: 2;
  top: calc(var(--firstCakeY) + var(--cake2-h) - 160px + var(--cake3-h) - 300px);
  height: var(--cake4-h);
}
.cake-level-4-container .svg-cake-level-4-full {
  width: var(--cake4-w);
}
.cake-level-4-container .svg-cake-level-4-inside {
  display: inline-block;
  width: var(--cake4-w);
  height: auto;
}
.cake-level-4-container .svg-cake-level-4-inside .svg-cake-level-4-inside-color {
  -webkit-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.cake-level-4-container .svg-cake-level-4-side {
  width: var(--cake4-w);
  -webkit-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.cake-level-4-container .svg-cake-level-4-side-inside {
  width: var(--cake4-w);
  -webkit-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.cake-level-4-container .svg-cake-level-4-side-inside .svg-cake-level-4-side-inside-color {
  -webkit-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.cake-level-4-container .cake__inside__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 504px;
  right: 0;
  margin: auto auto;
  width: 496px;
  height: 534px;
  background-image: url(asset/svg/chapter-b/cake-inside-bg.png);
  background-position: center -3730px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: background-position 1s ease;
  -o-transition: background-position 1s ease;
  transition: background-position 1s ease;
}
.cake-level-4-container .svg-cake-level-4-front {
  width: var(--cake4-w);
}
.cake-level-4-container .svg-cake-level-4-front .svg-cake-level-4-front-line1 {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cake-level-5-container {
  top: calc(var(--firstCakeY) + var(--cake2-h) - 160px + var(--cake3-h) - 300px + var(--cake4-h) - 305px);
  z-index: 1;
}
.cake-level-5-container .svg-cake-level-5 {
  width: var(--cake5-w);
}
.cake-level-5-container .svg-cake-level-5.mobile {
  display: none;
}
.cake-level-5-container .cake5-midline {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: calc(var(--cake5-h) / 2);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1020px) {
  .cake-level-4-container {
    width: var(--cake4-w);
    left: calc((100vw - var(--cake4-w)) / 2);
  }
}
@media screen and (max-width: 576px) {
  .cake-level-2-container,
.cake-level-2b-container {
    top: calc(var(--firstCakeY) + var(--cake1-h) - 250px);
  }
  .cake-level-3-container {
    top: calc(var(--firstCakeY) + var(--cake2-h) - 160px);
  }
  .cake-level-4-container {
    top: calc(var(--firstCakeY) + var(--cake2-h) - 65px + var(--cake3-h) - 195px);
  }
  .cake-level-4-container .cake__inside__bg {
    background-position: center -1155px;
    left: 49%;
    width: 169px;
    height: 181px;
    top: 0px;
  }
  .cake-level-5-container {
    top: calc(var(--firstCakeY) + var(--cake2-h) - 65px + var(--cake3-h) - 195px + var(--cake4-h) - 105px);
  }
  .cake-level-5-container .svg-cake-level-5.desktop {
    display: none;
  }
  .cake-level-5-container .svg-cake-level-5.mobile {
    display: block;
  }
}
.end__conclusion {
  background-color: #fff;
}
.end__conclusion .end__conclusion__wrapper {
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--blue-5);
  padding: 2rem;
  padding-bottom: 12rem;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__img {
  margin-top: 1rem;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5rem;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__img img {
  -webkit-box-shadow: 0 0 0 3px #fff;
          box-shadow: 0 0 0 3px #fff;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__img img:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 0 3px #6427ff;
          box-shadow: 0 0 0 3px #6427ff;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__cta {
  font-style: italic;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__cta a {
  text-decoration: underline;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__cta p {
  font-size: 15px;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__declaimer {
  margin-top: 5rem;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__declaimer:before {
  width: 60%;
  height: 1px;
  content: "";
  border-top: dotted 2px var(--grey-5);
  display: inline-block;
  margin-bottom: 0rem;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__declaimer p {
  color: var(--grey-5);
  font-size: 15px;
  font-style: italic;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table {
  margin-top: 7rem;
  text-align: left;
  border-top: 4px solid var(--blue-5);
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table h4 {
  font-weight: 400;
  margin: 1rem 0rem;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table h4 b {
  font-weight: 700;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table a {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table a:hover {
  opacity: 0.6;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px var(--blue-5) dotted;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table .row:nth-child(1) {
  border-top-width: 0;
  margin-top: 0.75rem;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table .row .column {
  width: 50%;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table .row .column .creator {
  display: inline-block;
  position: relative;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table .row .column .creator:hover .creater-popup {
  display: block;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table .row .column .creator .creater-popup {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  bottom: 100%;
  padding-bottom: 14px;
  display: none;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table .row .column .creator .creater-popup:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #e7ecf2;
  position: absolute;
  z-index: 0;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table .row .column .creator .creater-popup .creater-popup-inner {
  position: relative;
  z-index: 1;
  padding: 1rem 0.5rem;
  z-index: 10;
  position: relative;
  background-color: #e7ecf2;
  border-radius: 5px;
  text-align: center;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table .row .column .creator .creater-popup .creater-popup-inner .creater-pop-photo {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  border-radius: 60px;
  overflow: hidden;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table .row .column .creator .creater-popup .creater-popup-inner .creater-pop-photo img {
  display: block;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table .row .column .creator .creater-popup .creater-popup-inner .creater-pop-name {
  font-size: 16px;
  font-weight: bold;
  font-family: "Merriweather", serif;
  margin-bottom: 5px;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table .row .column .creator .creater-popup .creater-popup-inner .creater-pop-title {
  font-size: 14px;
  margin-bottom: 10px;
}
.end__conclusion .end__conclusion__wrapper .end__conclusion__table .row .column .creator .creater-popup .creater-popup-inner .creater-pop-link {
  text-decoration: underline;
  font-size: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 576px) {
  .end__conclusion .end__conclusion__wrapper {
    max-width: 100%;
    padding-bottom: 6rem;
  }
  .end__conclusion .end__conclusion__wrapper .end__conclusion__declaimer {
    margin-top: 3rem;
  }
  .end__conclusion .end__conclusion__wrapper .end__conclusion__table .row .column {
    width: 40%;
  }
  .end__conclusion .end__conclusion__wrapper .end__conclusion__table .row .column:nth-child(2) {
    width: 60%;
  }
}
@-webkit-keyframes scrollAnimation {
  0% {
    height: 3px;
  }
  30% {
    height: 12px;
  }
  70% {
    height: 12px;
  }
  100% {
    height: 3px;
  }
}
@keyframes scrollAnimation {
  0% {
    height: 3px;
  }
  30% {
    height: 12px;
  }
  70% {
    height: 12px;
  }
  100% {
    height: 3px;
  }
}
#debug {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 100px;
  color: #fff;
  display: none;
}

#rule {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}
#rule .unit {
  width: 100vw;
  height: 25vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#rule .unit span {
  position: relative;
  z-index: 2;
  color: #fff;
}
#rule .unit:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: darkred;
  z-index: 1;
}
#rule .unit:before {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-color: red;
  position: absolute;
}
#rule .unit:nth-child(4n+1):after {
  background-color: green;
}/*# sourceMappingURL=style.css.map */