@font-face {
  font-family: "Printvetica";
  src: url("fonts/PrintveticaRegular.eot");
  src: url("fonts/PrintveticaRegular.eot?#iefix") format("embedded-opentype"), url("fonts/PrintveticaRegular.woff2") format("woff2"), url("fonts/PrintveticaRegular.woff") format("woff"), url("fonts/PrintveticaRegular.ttf") format("truetype"), url("fonts/PrintveticaRegular.svg#PrintveticaRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Right Grotesk Mono";
  src: url("fonts/PPRightGroteskMono-Bold.eot");
  src: url("fonts/PPRightGroteskMono-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/PPRightGroteskMono-Bold.woff2") format("woff2"), url("fonts/PPRightGroteskMono-Bold.woff") format("woff"), url("fonts/PPRightGroteskMono-Bold.ttf") format("truetype"), url("fonts/PPRightGroteskMono-Bold.svg#PPRightGroteskMono-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("fonts/DMSans-Regular.eot");
  src: url("fonts/DMSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DMSans-Regular.woff2") format("woff2"), url("fonts/DMSans-Regular.woff") format("woff"), url("fonts/DMSans-Regular.ttf") format("truetype"), url("fonts/DMSans-Regular.svg#DMSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("fonts/DMSans-SemiBold.eot");
  src: url("fonts/DMSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/DMSans-SemiBold.woff2") format("woff2"), url("fonts/DMSans-SemiBold.woff") format("woff"), url("fonts/DMSans-SemiBold.ttf") format("truetype"), url("fonts/DMSans-SemiBold.svg#DMSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  text-decoration: none;
  appearance: none;
  outline: none;
  padding: 0;
  outline: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

html,
body {
  position: relative;
  background: #000000;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

.root__container {
  position: relative;
}

section {
  position: relative;
}
section.section {
  width: 100vw;
}
section img {
  width: 100%;
  height: auto;
  display: block;
}
section img.large {
  display: block;
}
section img.desktop {
  display: none !important;
}
section img.low {
  display: none !important;
}
section img.mobile {
  display: none !important;
}

.loading-content {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8) url(../images/ajax-loader.svg) center center no-repeat;
  background-size: 100px;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000;
  display: none;
}

.guide {
  box-shadow: inset 0px 0px 0px 1px #a3d708;
}

@media only screen and (max-width: 2560px) {
  section img {
    width: 100%;
    height: auto;
    display: block;
  }
  section img.large {
    display: none !important;
  }
  section img.desktop {
    display: block !important;
  }
  section img.low {
    display: none !important;
  }
  section img.mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1920px) {
  section {
    position: relative;
  }
  section.section {
    width: 100vw;
  }
  section img {
    width: 100%;
    height: auto;
    display: block;
  }
  section img.large {
    display: none !important;
  }
  section img.desktop {
    display: block !important;
  }
  section img.low {
    display: none !important;
  }
  section img.mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1440px) {
  section {
    position: relative;
  }
  section.section {
    width: 100vw;
  }
  section img {
    width: 100%;
    height: auto;
    display: block;
  }
  section img.large {
    display: none !important;
  }
  section img.desktop {
    display: none !important;
  }
  section img.low {
    display: block !important;
  }
  section img.mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    width: 100%;
  }
  section img {
    width: 100%;
    height: auto;
    display: block;
  }
  section img.large {
    display: none !important;
  }
  section img.desktop {
    display: none !important;
  }
  section img.low {
    display: none !important;
  }
  section img.mobile {
    display: block !important;
  }
}
#loading-site {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0 !important;
  z-index: 99992000;
  background: #000000;
}
#loading-site .progress-bar {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/loading_container.png) left top no-repeat;
  background-size: cover;
  backface-visibility: hidden;
}
#loading-site .progress-bar .progress {
  width: 0;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/loading_progress.png) left top no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  transition: 0.2s all;
  z-index: 10;
}

@media only screen and (max-width: 770px) {
  #loading-site .progress-bar {
    top: 45%;
    width: 150px;
    height: 100px;
    background-size: cover;
  }
  #loading-site .progress-bar .progress {
    width: 0;
    height: 100px;
    background-size: cover;
  }
}
section.section.header {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vh;
  height: 61px;
  z-index: 100;
  background: #000000;
  transform: rotate(-90deg) translateY(-60px);
  transform-origin: right top;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  opacity: 0;
}
section.section.header.active {
  transform: rotate(-90deg) translateY(0);
  opacity: 1;
}
section.section.header.active .line {
  background: #ffffff;
  width: 100vw;
  height: 1px;
  transition-delay: 0.3s;
}
section.section.header.active .content__nav .logo__billboard {
  opacity: 1;
  transition-delay: 0.5s;
}
section.section.header.active .content__nav .content__anchors {
  opacity: 1;
  transition-delay: 0.6s;
}
section.section.header .line {
  background: #ff0000;
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease-in-out;
}
section.section.header .content__nav {
  padding: 0 40px 0 15px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.section.header .content__nav .logo__billboard {
  width: 10%;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
section.section.header .content__nav .logo__billboard a {
  cursor: pointer;
}
section.section.header .content__nav .logo__billboard a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: brightness(10) blur(0);
  -webkit-filter: brightness(10);
  transition: all 0.3s ease-in-out;
}
section.section.header .content__nav .logo__billboard a:hover img {
  filter: brightness(1) blur(0);
  -webkit-filter: brightness(1) blur(0);
}
section.section.header .content__nav .content__anchors {
  height: 100%;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
section.section.header .content__nav .content__anchors ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
section.section.header .content__nav .content__anchors ul li {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "PP Right Grotesk Mono";
  font-size: 17px;
  margin-left: 60px;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
section.section.header .content__nav .content__anchors ul li.active {
  color: #ff0000;
}
section.section.header .content__nav .content__anchors ul li:hover {
  color: #ff0000;
}
section.section.header .content__nav .content__anchors ul li:first-child {
  margin-left: 0;
}
section.section.header .content__nav .content__anchors ul li:first-child::before {
  display: none;
}
section.section.header .content__nav .content__anchors ul li::before {
  content: "";
  display: inline-flex;
  position: absolute;
  left: -30px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
}
section.section.header .hamburger {
  display: none;
}

@media only screen and (max-width: 1920px) {
  section.section.header .content__nav {
    padding: 0 40px 0 15px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.section.header .content__nav .logo__billboard {
    width: 15%;
  }
  section.section.header .content__nav .content__anchors {
    height: 100%;
  }
  section.section.header .content__nav .content__anchors ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  section.section.header .content__nav .content__anchors ul li {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: "PP Right Grotesk Mono";
    font-size: 16px;
    margin-left: 60px;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
  }
  section.section.header .content__nav .content__anchors ul li.active {
    color: #ff0000;
  }
  section.section.header .content__nav .content__anchors ul li:hover {
    color: #ff0000;
  }
  section.section.header .content__nav .content__anchors ul li:first-child {
    margin-left: 0;
  }
  section.section.header .content__nav .content__anchors ul li:first-child::before {
    display: none;
  }
  section.section.header .content__nav .content__anchors ul li::before {
    content: "";
    display: inline-flex;
    position: absolute;
    left: -30px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ffffff;
  }
}
@media only screen and (max-width: 770px) {
  section.section.header {
    position: fixed;
    top: 0;
    bottom: initial;
    right: initial;
    left: 0;
    width: 100vw;
    height: auto;
    z-index: 100;
    background: #000000;
    transform: rotate(0) translateY(-100px);
    transform-origin: 0 0;
    transition: all 0.4s ease-in-out;
    overflow: initial;
    opacity: 0;
  }
  section.section.header.active {
    transform: rotate(0) translateY(0);
    opacity: 1;
  }
  section.section.header.active .line {
    background: #ffffff;
    width: 100vw;
    height: 1px;
    transition-delay: 0.2s;
  }
  section.section.header.active .content__nav .logo__billboard {
    opacity: 1;
    transition-delay: 0.2s;
  }
  section.section.header.active .content__nav .content__anchors {
    opacity: 1;
    transition-delay: 0s;
  }
  section.section.header.active .hamburger {
    opacity: 1;
    transition-delay: 0.3s;
  }
  section.section.header .line {
    background: #000000;
    width: 100vw;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.6s ease-in-out;
  }
  section.section.header .content__nav {
    position: relative;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    justify-content: space-between;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    z-index: 20;
  }
  section.section.header .content__nav.active .content__anchors {
    height: auto;
  }
  section.section.header .content__nav.active .content__anchors ul {
    transform: translateY(0);
    pointer-events: initial;
  }
  section.section.header .content__nav .logo__billboard {
    position: relative;
    width: 35%;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    padding: 0 0 0 25px;
    height: 76px;
    display: flex;
    align-items: center;
    z-index: 50;
  }
  section.section.header .content__nav .logo__billboard a {
    cursor: pointer;
  }
  section.section.header .content__nav .logo__billboard a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: brightness(10) blur(0);
    -webkit-filter: brightness(10);
    transition: all 0.3s ease-in-out;
  }
  section.section.header .content__nav .logo__billboard a:hover img {
    filter: brightness(1) blur(0);
    -webkit-filter: brightness(1) blur(0);
  }
  section.section.header .content__nav .content__anchors {
    width: 100%;
    height: 0;
    opacity: 1;
    position: absolute;
    top: 76px;
    left: 0;
    z-index: 10;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  }
  section.section.header .content__nav .content__anchors ul {
    background: #000000;
    transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    transform: translateY(-200%);
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap-reverse;
    border-top: 0;
    pointer-events: none;
  }
  section.section.header .content__nav .content__anchors ul li {
    width: 100%;
    height: auto;
    padding: 20px 0 20px 25px;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: "PP Right Grotesk Mono";
    font-size: 18px;
    margin-left: 0;
    transition: color 0s ease-in-out;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
  }
  section.section.header .content__nav .content__anchors ul li.active {
    color: #ff0000;
  }
  section.section.header .content__nav .content__anchors ul li:hover {
    color: #ffffff;
  }
  section.section.header .content__nav .content__anchors ul li:first-child {
    margin-left: 0;
  }
  section.section.header .content__nav .content__anchors ul li:first-child::before {
    display: none;
  }
  section.section.header .content__nav .content__anchors ul li::before {
    display: none;
  }
  section.section.header .hamburger {
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
    width: 1em;
    height: 1em;
    font-size: 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    z-index: 20;
    opacity: 0;
  }
  section.section.header .hamburger::before {
    content: "";
    position: absolute;
    left: -35px;
    top: -35px;
    width: 1px;
    height: 102px;
    background: #ffffff;
  }
  section.section.header .hamburger .l__e {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transition: inherit;
  }
  section.section.header .hamburger .l__e:nth-child(1) {
    top: 0.3em;
  }
  section.section.header .hamburger .l__e:nth-child(2) {
    top: 0.438em;
    background: #000000;
  }
  section.section.header .hamburger .l__e:nth-child(3) {
    top: 0.6em;
    width: 100%;
  }
  section.section.header .hamburger.is-active {
    transition-delay: 0ms;
  }
  section.section.header .hamburger.is-active .l__e:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotateZ(-135deg);
    background: #ff0000;
  }
  section.section.header .hamburger.is-active .l__e:nth-child(2) {
    top: 0.438em;
    right: 50%;
    width: 0;
  }
  section.section.header .hamburger.is-active .l__e:nth-child(3) {
    top: 50%;
    width: 100%;
    transform: translateY(-50%) rotateZ(135deg);
    background: #ff0000;
  }
}
section.section.intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: #000000;
}
section.section.intro .wrapper__content {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 2.5vw 0;
  transition: all 0.4s ease-in-out;
}
section.section.intro .wrapper__content.info {
  background: rgba(0, 0, 0, 0.7);
}
section.section.intro .wrapper__content .logo__billboard {
  width: 10%;
  transition: all 0.6s ease-in-out;
}
section.section.intro .wrapper__content .logo__billboard a {
  cursor: pointer;
}
section.section.intro .wrapper__content .logo__billboard a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: brightness(10) blur(0);
  -webkit-filter: brightness(10);
  transition: all 0.3s ease-in-out;
}
section.section.intro .wrapper__content .logo__billboard a:hover img {
  filter: brightness(1) blur(0);
  -webkit-filter: brightness(1) blur(0);
}
section.section.intro .wrapper__content .content__intro {
  width: 550px;
  font-family: "DM Sans";
}
section.section.intro .wrapper__content .content__intro.hidden {
  display: none;
}
section.section.intro .wrapper__content .content__intro p {
  font-weight: 400;
  text-align: justify;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin: 5px 0;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgb(0, 0, 0);
}
section.section.intro .wrapper__content .content__intro p.tit__watch {
  font-family: "Printvetica";
  font-size: 50px;
  transition: all 0.6s ease-in-out;
  transform-origin: top center;
  text-align: center;
  justify-content: center;
}
section.section.intro .wrapper__content .content__intro p.tit__watch span:nth-child(2) {
  margin: 0 17px;
}
section.section.intro .wrapper__content .content__intro p.bt__watch {
  font-family: "DM Sans";
  font-size: 15px;
  margin: 40px auto;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  justify-content: center;
  border: 2px solid #ff00d8;
  padding: 12px 20px 10px 20px;
  width: fit-content;
  border-radius: 40px;
  text-shadow: 0 0 20px rgb(0, 0, 0);
}
section.section.intro .wrapper__content .content__intro p.bt__watch:hover {
  cursor: pointer;
  color: #ffffff;
  background: #ff00d8;
  letter-spacing: 0.15em;
}
section.section.intro .wrapper__content .content__intro ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
section.section.intro .wrapper__content .content__intro ul li {
  margin: 0 10px;
}
section.section.intro .wrapper__content .content__intro ul li:hover {
  cursor: pointer;
}
section.section.intro .wrapper__content .content__intro ul li:hover a {
  color: #ff00d8;
}
section.section.intro .wrapper__content .content__intro ul li a {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}
section.section.intro .wrapper__content .content__intro ul li.act {
  pointer-events: none;
}
section.section.intro .wrapper__content .content__intro ul li.act a {
  border-bottom: 1px solid #ffffff;
}
section.section.intro .wrapper__content .content__info {
  width: 460px;
  font-family: "DM Sans";
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(80px);
}
section.section.intro .wrapper__content .content__info.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: initial;
}
section.section.intro .wrapper__content .content__info.en {
  width: 500px;
}
section.section.intro .wrapper__content .content__info.en p:nth-child(n+6) {
  display: none;
}
section.section.intro .wrapper__content .content__info.en p:last-child {
  display: flex;
}
section.section.intro .wrapper__content .content__info p {
  font-weight: 600;
  text-align: justify;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  margin: 5px 0;
  color: #ff0000;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgb(0, 0, 0);
}
section.section.intro .wrapper__content .content__info p:nth-child(n+7) {
  display: none;
}
section.section.intro .wrapper__content .content__info p:last-child {
  display: flex;
}
section.section.intro .wrapper__content .content__info p.bt__init {
  font-family: "Printvetica";
  font-size: 24px;
  margin: 40px 0 0 0;
  transition: all 0.4s ease-in-out;
  color: #ff0000;
  justify-content: center;
  border: 2px solid #ffffff;
  padding: 14px 0 10px 0;
  border-radius: 40px;
  line-height: 1;
}
section.section.intro .wrapper__content .content__info p.bt__init:hover {
  cursor: pointer;
  color: #ffffff;
  letter-spacing: 0.05em;
  border-color: #ff0000;
}
section.section.intro .wrapper__movie {
  position: relative;
  width: 100%;
  opacity: 0.9;
}
section.section.intro .wrapper__movie .movie {
  height: 100vh;
  width: 100vw;
}
section.section.intro .wrapper__movie .movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100vh;
  width: 100vw;
  border: 0;
  object-fit: cover;
}

@media only screen and (max-width: 770px) {
  section.section.intro {
    background: url(../images/intro/intro-mobile.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 1000;
  }
  section.section.intro .wrapper__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 0 0;
    transition: all 0.4s ease-in-out;
  }
  section.section.intro .wrapper__content.info {
    background: rgba(0, 0, 0, 0.5);
  }
  section.section.intro .wrapper__content .logo__billboard {
    padding-top: 10vw;
    width: 30%;
    transition: all 0.6s ease-in-out;
  }
  section.section.intro .wrapper__content .logo__billboard a {
    cursor: pointer;
  }
  section.section.intro .wrapper__content .logo__billboard a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: brightness(10) blur(0);
    -webkit-filter: brightness(10);
    transition: all 0.3s ease-in-out;
  }
  section.section.intro .wrapper__content .logo__billboard a:hover img {
    filter: brightness(1) blur(0);
    -webkit-filter: brightness(1) blur(0);
  }
  section.section.intro .wrapper__content .content__intro {
    width: 100%;
    padding: 0 8vw 10vw 8vw;
    font-family: "DM Sans";
  }
  section.section.intro .wrapper__content .content__intro.hidden {
    display: none;
  }
  section.section.intro .wrapper__content .content__intro p {
    font-weight: 400;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    font-size: 3vw;
    margin: 5px 0;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgb(0, 0, 0);
  }
  section.section.intro .wrapper__content .content__intro p.tit__watch {
    font-family: "Printvetica";
    font-size: 7vw;
    transform-origin: top center;
    text-align: center;
    justify-content: center;
  }
  section.section.intro .wrapper__content .content__intro p.tit__watch span:nth-child(2) {
    margin: 0 20px;
  }
  section.section.intro .wrapper__content .content__intro ul {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  section.section.intro .wrapper__content .content__intro ul li {
    margin: 0 10px;
    transition: all 0.6s ease-in-out;
  }
  section.section.intro .wrapper__content .content__intro ul li:hover {
    cursor: pointer;
    color: #ff0000;
  }
  section.section.intro .wrapper__content .content__intro ul li.act {
    border-bottom: 1px solid #ffffff;
    pointer-events: none;
  }
  section.section.intro .wrapper__content .content__info {
    width: 100%;
    padding: 0 10vw 10vw 10vw;
    font-family: "DM Sans";
    opacity: 0;
    pointer-events: none;
    display: none;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateY(80px);
  }
  section.section.intro .wrapper__content .content__info.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: initial;
  }
  section.section.intro .wrapper__content .content__info.en {
    width: 100%;
  }
  section.section.intro .wrapper__content .content__info.en p:nth-child(1), section.section.intro .wrapper__content .content__info.en p:nth-child(2), section.section.intro .wrapper__content .content__info.en p:nth-child(3), section.section.intro .wrapper__content .content__info.en p:nth-child(4), section.section.intro .wrapper__content .content__info.en p:nth-child(5) {
    display: none;
  }
  section.section.intro .wrapper__content .content__info.en p:nth-child(n+6) {
    display: flex;
  }
  section.section.intro .wrapper__content .content__info.en p:last-child {
    display: flex;
  }
  section.section.intro .wrapper__content .content__info p {
    font-weight: 600;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    font-size: 4vw;
    margin: 5px 0;
    color: #ff0000;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgb(0, 0, 0);
  }
  section.section.intro .wrapper__content .content__info p:nth-child(1), section.section.intro .wrapper__content .content__info p:nth-child(2), section.section.intro .wrapper__content .content__info p:nth-child(3), section.section.intro .wrapper__content .content__info p:nth-child(4), section.section.intro .wrapper__content .content__info p:nth-child(5), section.section.intro .wrapper__content .content__info p:nth-child(6) {
    display: none;
  }
  section.section.intro .wrapper__content .content__info p:nth-child(n+7) {
    display: flex;
  }
  section.section.intro .wrapper__content .content__info p:last-child {
    display: flex;
  }
  section.section.intro .wrapper__content .content__info p.bt__init {
    font-family: "Printvetica";
    font-size: 4vw;
    margin: 40px 0 0 0;
    transition: all 0.6s ease-in-out;
    color: #ff0000;
    justify-content: center;
  }
  section.section.intro .wrapper__content .content__info p.bt__init:hover {
    cursor: pointer;
    color: #ffffff;
  }
  section.section.intro .wrapper__movie {
    position: relative;
    width: 100%;
    opacity: 0.9;
  }
  section.section.intro .wrapper__movie .movie {
    height: auto;
    width: 100vw;
  }
  section.section.intro .wrapper__movie .movie video {
    display: none;
  }
}
div.history {
  position: relative;
  width: 100vw;
  height: auto;
}
div.history::after {
  content: "";
  position: absolute;
  top: 150vh;
  left: 20%;
  width: 20px;
  height: 1200vh;
  background: url(../images/bg-timeline.png) center top repeat-y;
  z-index: 20;
  mask-image: linear-gradient(180deg, transparent 2%, #000 20%, #000 80%, transparent 98%);
}

@media only screen and (max-width: 1920px) {
  div.history {
    position: relative;
    width: 100vw;
    height: auto;
  }
  div.history::after {
    content: "";
    position: absolute;
    top: 150vh;
    left: 20%;
    width: 20px;
    height: 1400vh;
    background: url(../images/bg-timeline.png) center top repeat-y;
    z-index: 20;
    mask-image: linear-gradient(180deg, transparent 2%, #000 20%, #000 80%, transparent 98%);
  }
}
@media only screen and (max-width: 770px) {
  div.history {
    position: relative;
    width: 100vw;
    height: auto;
  }
  div.history::after {
    content: "";
    position: absolute;
    top: 100vh;
    left: 10%;
    width: 15px;
    height: 4500vh;
    background: url(../images/bg-timeline.png) center top repeat-y;
    z-index: 99990;
    mask-image: linear-gradient(180deg, transparent 2%, #000 20%, #000 80%, transparent 98%);
  }
}
section.section.audio-success {
  position: relative;
  z-index: 20;
  background: #000000;
  height: 100vh;
  opacity: 0;
}
section.section.audio-success.active {
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
section.section.audio-success .video-background {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
section.section.audio-success .video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  section.section.audio-success .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  section.section.audio-success .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
section.section.audio-success .container_wrapper_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  width: 100px;
}
section.section.audio-success .container_wrapper_scroll .wrapper__scroll {
  position: relative;
}
section.section.audio-success .container_wrapper_scroll .wrapper__scroll #scroll-down {
  display: block;
  position: relative;
  text-align: center;
  height: 100px;
}
section.section.audio-success .container_wrapper_scroll .wrapper__scroll #scroll-down::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100px;
  background: #ffffff;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
  animation: scroll 2.9s cubic-bezier(1, 0, 0, 1) infinite reverse;
}
section.section.audio-success .container_wrapper_scroll .wrapper__scroll #scroll-title {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Printvetica";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  transform: rotate(90deg);
  position: absolute;
  top: 22px;
  left: 0;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
}
@keyframes scroll {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0);
  }
}

@media only screen and (max-width: 770px) {
  section.section.audio-success {
    position: relative;
    z-index: 20;
    background: #000000;
    height: 100%;
    opacity: 0;
  }
  section.section.audio-success.active {
    opacity: 1;
    transition: all 0.6s ease-in-out;
  }
  section.section.audio-success .video-background {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100%;
  }
  section.section.audio-success .video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 770px) and (min-aspect-ratio: 16/9) {
  section.section.audio-success .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media only screen and (max-width: 770px) and (max-aspect-ratio: 16/9) {
  section.section.audio-success .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
section.section.audio-error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  display: none;
}
section.section.audio-error.active {
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  pointer-events: initial;
}
section.section.audio-error.active .wrapper__content .content__error {
  transform: translateY(0);
}
section.section.audio-error .wrapper__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 2.5vw 0;
}
section.section.audio-error .wrapper__content .logo__billboard {
  width: 10%;
  transition: all 0.6s ease-in-out;
}
section.section.audio-error .wrapper__content .logo__billboard a {
  cursor: pointer;
}
section.section.audio-error .wrapper__content .logo__billboard a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: brightness(10) blur(0);
  -webkit-filter: brightness(10);
  transition: all 0.3s ease-in-out;
}
section.section.audio-error .wrapper__content .logo__billboard a:hover img {
  filter: brightness(1) blur(0);
  -webkit-filter: brightness(1) blur(0);
}
section.section.audio-error .wrapper__content .content__error {
  width: 410px;
  font-family: "DM Sans";
  transform: translateY(80px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
section.section.audio-error .wrapper__content .content__error p {
  font-weight: 600;
  text-align: justify;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  margin: 5px 0;
  color: #ff0000;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgb(0, 0, 0);
}
section.section.audio-error .wrapper__content .content__error p.m__bottom {
  margin-bottom: 40px;
}
section.section.audio-error .wrapper__content .content__error p.bt__again {
  font-family: "Printvetica";
  font-size: 24px;
  margin: 40px 0 0 0;
  transition: all 0.4s ease-in-out;
  color: #ff0000;
  justify-content: center;
  border: 2px solid #ffffff;
  padding: 14px 0 10px 0;
  border-radius: 40px;
  line-height: 1;
}
section.section.audio-error .wrapper__content .content__error p.bt__again:hover {
  cursor: pointer;
  color: #ffffff;
  letter-spacing: 0.05em;
  border-color: #ff0000;
}
section.section.audio-error .wrapper__movie {
  position: relative;
  width: 100%;
  opacity: 0.9;
}
section.section.audio-error .wrapper__movie .movie {
  width: 100%;
  height: auto;
}
section.section.audio-error .wrapper__movie .movie video {
  height: 100%;
  width: 100%;
  border: 0;
}

@media only screen and (max-width: 770px) {
  section.section.audio-error {
    background: url(../images/tool/error-mobile.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    display: none;
  }
  section.section.audio-error.active {
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 1;
    pointer-events: initial;
  }
  section.section.audio-error.active .wrapper__content .content__error {
    transform: translateY(0);
  }
  section.section.audio-error .wrapper__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  section.section.audio-error .wrapper__content .logo__billboard {
    padding-top: 10vw;
    width: 30%;
    transition: all 0.6s ease-in-out;
  }
  section.section.audio-error .wrapper__content .logo__billboard a {
    cursor: pointer;
  }
  section.section.audio-error .wrapper__content .logo__billboard a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: brightness(10) blur(0);
    -webkit-filter: brightness(10);
    transition: all 0.3s ease-in-out;
  }
  section.section.audio-error .wrapper__content .logo__billboard a:hover img {
    filter: brightness(1) blur(0);
    -webkit-filter: brightness(1) blur(0);
  }
  section.section.audio-error .wrapper__content .content__error {
    width: 100%;
    padding: 0 10vw 10vw 10vw;
    font-family: "DM Sans";
    transform: translateY(80px);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  section.section.audio-error .wrapper__content .content__error p {
    font-weight: 600;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    font-size: 4vw;
    margin: 5px 0;
    color: #ff0000;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgb(0, 0, 0);
  }
  section.section.audio-error .wrapper__content .content__error p.m__bottom {
    margin-bottom: 40px;
  }
  section.section.audio-error .wrapper__content .content__error p.bt__again {
    font-family: "Printvetica";
    font-size: 4vw;
    margin: 40px 0 0 0;
    transition: all 0.6s ease-in-out;
    color: #ff0000;
    justify-content: center;
  }
  section.section.audio-error .wrapper__movie {
    position: relative;
    width: 100%;
    opacity: 0.9;
  }
  section.section.audio-error .wrapper__movie .movie {
    width: 100%;
    height: auto;
  }
  section.section.audio-error .wrapper__movie .movie video {
    display: none;
  }
}
section.section.audio-tool {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1010;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  display: none;
}
section.section.audio-tool.active {
  transition: all 0.6s ease-in-out;
  opacity: 1;
  pointer-events: initial;
}
section.section.audio-tool .wrapper__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
section.section.audio-tool .wrapper__content .logo__billboard {
  position: absolute;
  top: 6%;
  width: 10%;
  transition: all 0.6s ease-in-out;
}
section.section.audio-tool .wrapper__content .logo__billboard a {
  cursor: pointer;
}
section.section.audio-tool .wrapper__content .logo__billboard a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: brightness(10) blur(0);
  -webkit-filter: brightness(10);
  transition: all 0.3s ease-in-out;
}
section.section.audio-tool .wrapper__content .logo__billboard a:hover img {
  filter: brightness(1) blur(0);
  -webkit-filter: brightness(1) blur(0);
}
section.section.audio-tool .wrapper__content .btn__cancel {
  width: 220px;
  position: absolute;
  bottom: 6%;
  cursor: pointer;
  border-radius: 30px;
  border: 2px solid #ff0000;
  padding: 4px;
}
section.section.audio-tool .wrapper__content .btn__cancel:hover .btn {
  background: #ff0000;
}
section.section.audio-tool .wrapper__content .btn__cancel:hover .btn p {
  letter-spacing: 0.1em;
}
section.section.audio-tool .wrapper__content .btn__cancel:hover .btn span {
  background: #000000;
}
section.section.audio-tool .wrapper__content .btn__cancel .btn {
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
section.section.audio-tool .wrapper__content .btn__cancel .btn p {
  font-family: "Printvetica";
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  width: calc(100% - 40px);
  line-height: 1;
  transform: translate(-2px, 2px);
  transition: all 0.4s ease-in-out;
}
section.section.audio-tool .wrapper__content .btn__cancel .btn span {
  display: block;
  width: 40px;
  padding: 11px;
  border-radius: 50%;
  overflow: hidden;
  background: #ff0000;
  transition: all 0.2s ease-in-out;
}
section.section.audio-tool .wrapper__movie {
  position: relative;
  width: 100%;
  height: 100%;
}
section.section.audio-tool .wrapper__movie .movie {
  height: 100vh;
  width: 100vw;
}
section.section.audio-tool .wrapper__movie .movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100vh;
  width: 100vw;
  border: 0;
  object-fit: cover;
}
section.section.audio-tool .wrapper_loading__audio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
section.section.audio-tool .wrapper_loading__audio .wrapper__container {
  position: absolute;
  top: 25%;
  left: 7%;
  z-index: 50;
}
section.section.audio-tool .wrapper_loading__audio .wrapper__container .wrapper__text {
  width: auto;
  margin-bottom: 20px;
}
section.section.audio-tool .wrapper_loading__audio .wrapper__container .wrapper__text p {
  font-family: "DM Sans";
  text-transform: uppercase;
  font-size: 20px;
}
section.section.audio-tool .wrapper_loading__audio .wrapper__container .wrapper__audio {
  --primary-color: #ff0000;
  --secondary-color: #0000f5;
  --primary-glow: 0 0 10px var(--primary-color);
  --secondary-glow: 0 0 10px var(--secondary-color);
}
section.section.audio-tool .wrapper_loading__audio .wrapper__container .wrapper__audio .audio__level {
  width: 18vw;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #0000f5;
}
section.section.audio-tool .wrapper_loading__audio .wrapper__container .wrapper__audio .audio__level .audio_level__bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  transition: width 0.1s ease;
  position: relative;
  overflow: hidden;
}
section.section.audio-tool .wrapper_loading__audio .wrapper__container .wrapper__audio .audio__level .audio_level__bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  animation: audio__shine 1s infinite linear;
}
@keyframes audio__shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
section.section.audio-tool .text__bottom {
  position: absolute;
  bottom: 6%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 7%;
}
section.section.audio-tool .text__bottom p {
  font-family: "DM Sans";
  text-transform: uppercase;
  font-size: 16px;
}
section.section.audio-tool .text__bottom p span {
  margin-left: 10vw;
}
section.section.audio-tool .text__bottom p.t__right {
  text-align: right;
}
section.section.audio-tool .frdm {
  position: absolute;
  bottom: 15%;
  right: 7%;
  width: 16%;
}

@media only screen and (max-width: 1920px) {
  section.section.audio-tool .wrapper__content .btn__cancel {
    width: 13vw;
  }
  section.section.audio-tool .wrapper__content .btn__cancel .btn p {
    font-size: 1.2vw;
    text-align: center;
    width: calc(100% - 2vw);
    line-height: 1;
    transform: translate(-2px, 2px);
    transition: all 0.4s ease-in-out;
  }
  section.section.audio-tool .wrapper__content .btn__cancel .btn span {
    display: block;
    width: 2vw;
    padding: 0.5vw;
    border-radius: 50%;
    overflow: hidden;
    background: #ff0000;
    transition: all 0.2s ease-in-out;
  }
  section.section.audio-tool .wrapper_loading__audio .wrapper__container .wrapper__text p {
    font-size: 1vw;
  }
  section.section.audio-tool .text__bottom p {
    font-size: 0.75vw;
  }
}
@media only screen and (max-width: 770px) {
  section.section.audio-tool {
    background: url(../images/tool/tool-mobile.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 1010;
    opacity: 0;
    pointer-events: none;
    display: none;
  }
  section.section.audio-tool.active {
    transition: all 0.6s ease-in-out;
    opacity: 1;
    pointer-events: initial;
  }
  section.section.audio-tool .wrapper__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 10;
  }
  section.section.audio-tool .wrapper__content .logo__billboard {
    position: absolute;
    padding-top: 10vw;
    top: 0;
    width: 30%;
    transition: all 0.6s ease-in-out;
  }
  section.section.audio-tool .wrapper__content .logo__billboard a {
    cursor: pointer;
  }
  section.section.audio-tool .wrapper__content .logo__billboard a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: brightness(10) blur(0);
    -webkit-filter: brightness(10);
    transition: all 0.3s ease-in-out;
  }
  section.section.audio-tool .wrapper__content .logo__billboard a:hover img {
    filter: brightness(1) blur(0);
    -webkit-filter: brightness(1) blur(0);
  }
  section.section.audio-tool .wrapper__content .btn__cancel {
    width: 200px;
    position: absolute;
    bottom: 12%;
    cursor: pointer;
    border-radius: 30px;
    border: 2px solid #ff0000;
    padding: 4px;
  }
  section.section.audio-tool .wrapper__content .btn__cancel:hover .btn {
    background: #ff0000;
  }
  section.section.audio-tool .wrapper__content .btn__cancel:hover .btn p {
    letter-spacing: 0.1em;
  }
  section.section.audio-tool .wrapper__content .btn__cancel:hover .btn span {
    background: #000000;
  }
  section.section.audio-tool .wrapper__content .btn__cancel .btn {
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease-in-out;
  }
  section.section.audio-tool .wrapper__content .btn__cancel .btn p {
    font-family: "Printvetica";
    text-transform: uppercase;
    font-size: 4vw;
    text-align: center;
    width: calc(100% - 30px);
    line-height: 1;
    transform: translate(-2px, 2px);
    transition: all 0.4s ease-in-out;
  }
  section.section.audio-tool .wrapper__content .btn__cancel .btn span {
    display: block;
    width: 30px;
    padding: 8px;
    border-radius: 50%;
    overflow: hidden;
    background: #ff0000;
    transition: all 0.2s ease-in-out;
  }
  section.section.audio-tool .wrapper__movie {
    position: relative;
    width: 100%;
    height: 100%;
  }
  section.section.audio-tool .wrapper__movie .movie {
    height: 100%;
    width: 100vw;
  }
  section.section.audio-tool .wrapper__movie .movie video {
    display: none;
  }
  section.section.audio-tool .wrapper_loading__audio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.section.audio-tool .wrapper_loading__audio .wrapper__container {
    position: absolute;
    top: 50%;
    left: 7%;
    z-index: 50;
  }
  section.section.audio-tool .wrapper_loading__audio .wrapper__container .wrapper__text {
    width: auto;
    margin-bottom: 20px;
  }
  section.section.audio-tool .wrapper_loading__audio .wrapper__container .wrapper__text p {
    font-family: "DM Sans";
    text-transform: uppercase;
    font-size: 3vw;
  }
  section.section.audio-tool .wrapper_loading__audio .wrapper__container .wrapper__audio {
    --primary-color: #ff0000;
    --secondary-color: #0000f5;
    --primary-glow: 0 0 10px var(--primary-color);
    --secondary-glow: 0 0 10px var(--secondary-color);
  }
  section.section.audio-tool .wrapper_loading__audio .wrapper__container .wrapper__audio .audio__level {
    width: 65vw;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #0000f5;
  }
  section.section.audio-tool .wrapper_loading__audio .wrapper__container .wrapper__audio .audio__level .audio_level__bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transition: width 0.1s ease;
    position: relative;
    overflow: hidden;
  }
  section.section.audio-tool .wrapper_loading__audio .wrapper__container .wrapper__audio .audio__level .audio_level__bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    animation: audio__shine 1s infinite linear;
  }
  @keyframes audio__shine {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  section.section.audio-tool .text__bottom {
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 5vw;
  }
  section.section.audio-tool .text__bottom p {
    font-family: "DM Sans";
    text-transform: uppercase;
    font-size: 2vw;
  }
  section.section.audio-tool .text__bottom p span {
    margin-left: 5vw;
  }
  section.section.audio-tool .frdm {
    display: none;
  }
}
section.section.the-voice .container__title {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section.the-voice .container__title .title p {
  font-family: "Printvetica";
  font-weight: 400;
  color: #ffffff;
  letter-spacing: initial;
  font-size: 3vw;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: all;
}
section.section.the-voice .container__title .title.out__t p {
  letter-spacing: 80px;
  opacity: 0;
}
section.section.the-voice .description {
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 20%;
  width: 600px;
  padding-left: 100px;
  text-wrap: balance;
}
section.section.the-voice .description::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2a2a2a;
}
section.section.the-voice .description p {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
  font-family: "DM Sans";
  font-weight: 400;
}
section.section.the-voice .description p:last-child {
  margin-bottom: 0;
}
section.section.the-voice .description p u {
  text-decoration: underline;
}
section.section.the-voice .item__00 {
  position: relative;
  width: 100%;
  z-index: 1;
}
section.section.the-voice .item__00 .wrapper__movie {
  position: relative;
  width: 100%;
}
section.section.the-voice .item__00 .wrapper__movie .movie {
  width: 100%;
  height: auto;
}
section.section.the-voice .item__00 .wrapper__movie .movie video {
  height: 100%;
  width: 100%;
  border: 0;
}
section.section.the-voice .item__01 {
  position: relative;
  width: 100vw;
  padding-left: 10vw;
  height: auto;
  z-index: 5;
}
section.section.the-voice .item__01 .wrapper__image {
  position: relative;
  width: 100vw;
}
section.section.the-voice .item__01 .wrapper__image .tit_wacth__martha {
  width: 40%;
  height: auto;
  position: absolute;
  top: 50%;
  right: 20%;
  z-index: 10;
}
section.section.the-voice .item__01 .wrapper__image .image {
  width: 100%;
  height: auto;
}
section.section.the-voice .item__02 {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 4;
}
section.section.the-voice .item__02 .wrapper__movie {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
}
section.section.the-voice .item__02 .wrapper__movie .movie {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100vw;
  height: auto;
  padding-bottom: 56.25%;
}
section.section.the-voice .item__02 .wrapper__movie .movie video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  border: 0;
}
section.section.the-voice .item__03 {
  position: relative;
  width: 100vw;
  padding-left: 0;
  height: auto;
  z-index: 5;
}
section.section.the-voice .item__03 .wrapper__image {
  position: relative;
  width: 100vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.section.the-voice .item__03 .wrapper__image .image {
  position: relative;
  width: 48%;
  height: auto;
}
section.section.the-voice .item__03 .wrapper__image .image__t {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 20%;
  width: 40%;
  height: auto;
  mix-blend-mode: screen;
}
section.section.the-voice .item__04 {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  overflow: hidden;
}
section.section.the-voice .item__04 .wrapper__movie {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
}
section.section.the-voice .item__04 .wrapper__movie .movie {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100vw;
  height: auto;
  padding-bottom: 56.25%;
}
section.section.the-voice .item__04 .wrapper__movie .movie video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  border: 0;
}
section.section.the-voice .item__04 .wrapper__red__title {
  position: absolute;
  top: 60%;
  right: 10%;
  width: 400px;
}
section.section.the-voice .item__04 .wrapper__red__title .red__t p {
  font-family: "Printvetica";
  font-weight: 400;
  text-align: justify;
  display: flex;
  justify-content: space-between;
  font-size: 33px;
  line-height: 43px;
  color: #ff0000;
  text-transform: uppercase;
}

@media only screen and (max-width: 1920px) {
  section.section.the-voice .container__title {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.section.the-voice .container__title .title p {
    font-family: "Printvetica";
    font-weight: 400;
    color: #ffffff;
    letter-spacing: initial;
    font-size: 3vw;
    transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: all;
  }
  section.section.the-voice .container__title .title.out__t p {
    letter-spacing: 80px;
    opacity: 0;
  }
  section.section.the-voice .description {
    position: absolute;
    z-index: 10;
    top: 40%;
    left: 20%;
    width: 600px;
    padding-left: 100px;
    text-wrap: balance;
  }
  section.section.the-voice .description::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2a2a2a;
  }
  section.section.the-voice .description p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
    font-family: "DM Sans";
    font-weight: 400;
  }
  section.section.the-voice .description p:last-child {
    margin-bottom: 0;
  }
  section.section.the-voice .item__00 {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  section.section.the-voice .item__00 .wrapper__movie {
    position: relative;
    width: 100%;
  }
  section.section.the-voice .item__00 .wrapper__movie .movie {
    width: 100%;
    height: auto;
  }
  section.section.the-voice .item__00 .wrapper__movie .movie video {
    height: 100%;
    width: 100%;
    border: 0;
  }
  section.section.the-voice .item__01 {
    position: relative;
    width: 100vw;
    padding-left: 10vw;
    height: auto;
    z-index: 5;
  }
  section.section.the-voice .item__01 .wrapper__image {
    position: relative;
    width: 100vw;
  }
  section.section.the-voice .item__01 .wrapper__image .tit_wacth__martha {
    width: 40%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 20%;
    z-index: 10;
  }
  section.section.the-voice .item__01 .wrapper__image .image {
    width: 100%;
    height: auto;
  }
  section.section.the-voice .item__02 {
    position: relative;
    width: 100vw;
    height: 100vh;
    z-index: 4;
  }
  section.section.the-voice .item__02 .wrapper__movie {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  section.section.the-voice .item__02 .wrapper__movie .movie {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100vw;
    height: auto;
    padding-bottom: 56.25%;
  }
  section.section.the-voice .item__02 .wrapper__movie .movie video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    border: 0;
  }
  section.section.the-voice .item__03 {
    position: relative;
    width: 100vw;
    padding-left: 0;
    height: auto;
    z-index: 5;
  }
  section.section.the-voice .item__03 .wrapper__image {
    position: relative;
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  section.section.the-voice .item__03 .wrapper__image .image {
    position: relative;
    width: 48%;
    height: auto;
  }
  section.section.the-voice .item__03 .wrapper__image .image__t {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 20%;
    width: 40%;
    height: auto;
    mix-blend-mode: screen;
  }
  section.section.the-voice .item__04 {
    position: relative;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    overflow: hidden;
  }
  section.section.the-voice .item__04 .wrapper__movie {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  section.section.the-voice .item__04 .wrapper__movie .movie {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100vw;
    height: auto;
    padding-bottom: 56.25%;
  }
  section.section.the-voice .item__04 .wrapper__movie .movie video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    border: 0;
  }
  section.section.the-voice .item__04 .wrapper__red__title {
    position: absolute;
    top: 45%;
    right: 10%;
    width: 400px;
  }
  section.section.the-voice .item__04 .wrapper__red__title .red__t p {
    font-family: "Printvetica";
    font-weight: 400;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    font-size: 33px;
    line-height: 43px;
    color: #ff0000;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 770px) {
  section.section.the-voice .container__title {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.section.the-voice .container__title .title p {
    font-family: "Printvetica";
    font-weight: 400;
    color: #ffffff;
    font-size: 6vw;
    transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: center;
    width: 100%;
  }
  section.section.the-voice .description {
    position: absolute;
    z-index: 10;
    top: 40%;
    left: 10%;
    width: 70%;
    padding-left: 10%;
    text-wrap: balance;
  }
  section.section.the-voice .description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2a2a2a;
  }
  section.section.the-voice .description p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 5vw;
    font-family: "DM Sans";
    font-weight: 400;
  }
  section.section.the-voice .description p:last-child {
    margin-bottom: 0;
  }
  section.section.the-voice .item__00 {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  section.section.the-voice .item__00 .wrapper__movie {
    position: relative;
    width: 100%;
  }
  section.section.the-voice .item__00 .wrapper__movie .movie {
    display: none;
  }
  section.section.the-voice .item__01 {
    position: relative;
    width: 100vw;
    padding-left: 10vw;
    height: auto;
    z-index: 5;
  }
  section.section.the-voice .item__01 .wrapper__image {
    position: relative;
    width: 100vw;
  }
  section.section.the-voice .item__01 .wrapper__image .tit_wacth__martha {
    width: 70%;
    height: auto;
    position: absolute;
    top: 40%;
    right: 15%;
    z-index: 10;
  }
  section.section.the-voice .item__01 .wrapper__image .image {
    width: 100%;
    height: auto;
    transform: translateY(-20%);
  }
  section.section.the-voice .item__02 {
    position: relative;
    width: 100vw;
    height: auto;
    z-index: 4;
  }
  section.section.the-voice .item__02 .wrapper__movie {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
  }
  section.section.the-voice .item__02 .wrapper__movie .movie {
    position: relative;
    top: initial;
    transform: translateY(0);
    right: initial;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  section.section.the-voice .item__02 .wrapper__movie .movie video {
    display: none;
  }
  section.section.the-voice .item__03 {
    position: relative;
    width: 100vw;
    padding-left: 0;
    height: 100vh;
    z-index: 5;
  }
  section.section.the-voice .item__03 .wrapper__image {
    position: relative;
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
  }
  section.section.the-voice .item__03 .wrapper__image .image {
    position: absolute;
    top: 10%;
    right: -20vw;
    width: 140%;
    height: auto;
  }
  section.section.the-voice .item__03 .wrapper__image .image__t {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    left: 20%;
    width: 60%;
    height: auto;
    mix-blend-mode: screen;
  }
  section.section.the-voice .item__04 {
    position: relative;
    width: 100vw;
    height: auto;
    z-index: 5;
    overflow: hidden;
  }
  section.section.the-voice .item__04 .wrapper__movie {
    position: relative;
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
  }
  section.section.the-voice .item__04 .wrapper__movie .movie {
    position: relative;
    top: 0;
    transform: translateY(0);
    right: 0;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  section.section.the-voice .item__04 .wrapper__movie .movie video {
    display: none;
  }
  section.section.the-voice .item__04 .wrapper__red__title {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 60%;
  }
  section.section.the-voice .item__04 .wrapper__red__title .red__t p {
    font-family: "Printvetica";
    font-weight: 400;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    font-size: 5vw;
    line-height: 7vw;
    color: #ff0000;
    text-transform: uppercase;
  }
}
section.section.the-body {
  margin-bottom: 1vw;
}
section.section.the-body .container__title {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section.the-body .container__title .title p {
  font-family: "Printvetica";
  font-weight: 400;
  color: #ffffff;
  letter-spacing: initial;
  font-size: 3vw;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: all;
}
section.section.the-body .container__title .title.out__t p {
  letter-spacing: 80px;
  opacity: 0;
}
section.section.the-body .description {
  position: absolute;
  z-index: 50;
  top: 40%;
  left: 20%;
  width: 650px;
  padding-left: 100px;
  text-wrap: balance;
}
section.section.the-body .description::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2a2a2a;
}
section.section.the-body .description p {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
}
section.section.the-body .description p:last-child {
  margin-bottom: 0;
}
section.section.the-body .item__00 {
  position: relative;
  width: 100vw;
  z-index: 1;
}
section.section.the-body .item__00 .wrapper__movie {
  position: relative;
  width: 100vw;
}
section.section.the-body .item__00 .wrapper__movie .movie {
  width: 100%;
  height: auto;
}
section.section.the-body .item__00 .wrapper__movie .movie video {
  height: auto;
  width: 100%;
  border: 0;
}
section.section.the-body .item__01 {
  position: relative;
  width: 100%;
  z-index: 5;
}
section.section.the-body .item__01 .description {
  top: 35%;
  z-index: 15;
}
section.section.the-body .item__01 .container_wrapper__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.section.the-body .item__01 .container_wrapper__image .wrapper__image {
  width: 100%;
  height: 100%;
}
section.section.the-body .item__01 .container_wrapper__image .wrapper__image .stamp__m {
  width: 12.8649%;
  height: auto;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 14%;
  z-index: 10;
  mix-blend-mode: darken;
}
section.section.the-body .item__01 .container_wrapper__image .wrapper__image .stamp__w {
  width: 12.8649%;
  height: auto;
  position: absolute;
  top: 120%;
  transform: translateY(-50%);
  left: 14%;
  z-index: 10;
  mix-blend-mode: darken;
}
section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images {
  width: 100%;
  height: 100%;
  transform: translate(5%, 10%);
}
section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images .image__01 {
  width: 8%;
  height: auto;
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  left: 55.5%;
  z-index: 1;
}
section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images .image__02 {
  width: 6%;
  height: auto;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  left: 52%;
  z-index: 3;
}
section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images .image__03 {
  width: 12%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 47%;
  z-index: 2;
}
section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images .image__04 {
  width: 9%;
  height: auto;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  left: 57%;
  z-index: 4;
}
section.section.the-body .item__02 {
  position: relative;
  width: 100%;
  z-index: 5;
}
section.section.the-body .item__02 .wrapper__description {
  position: relative;
  z-index: 20;
}
section.section.the-body .item__02 .wrapper__description.l__dsc .description {
  z-index: 15;
}
section.section.the-body .item__02 .wrapper__description img#adj__large0 {
  height: 1300px;
}
section.section.the-body .item__02 .wrapper_column__image {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  z-index: 10;
  transform: translateY(-2%);
}
section.section.the-body .item__02 .wrapper_column__image ul {
  width: 28vw;
  max-width: 700px;
  margin: 0 0;
}
section.section.the-body .item__02 .wrapper_column__image ul li {
  width: 100%;
  margin-bottom: 2vw;
}
section.section.the-body .item__02 .wrapper_column__image ul li:last-child {
  margin-bottom: 0;
}
section.section.the-body .item__02 .container_last__display {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  right: 0;
  z-index: 1;
}
section.section.the-body .item__02 .container_last__display .last__display {
  height: auto;
  width: 100%;
  transform: translateY(5%);
}
section.section.the-body .item__02 .container_last__display .last__display .display {
  width: 100%;
  height: auto;
  transform-origin: right center;
}
section.section.the-body .item__02 .wrapper__red__title {
  position: absolute;
  bottom: 8%;
  right: 20%;
  width: 400px;
  z-index: 15;
}
section.section.the-body .item__02 .wrapper__red__title .red__t p {
  text-align: justify;
  display: flex;
  justify-content: space-between;
  font-size: 33px;
  line-height: 43px;
  color: #ff0000;
  font-family: "Printvetica";
  text-transform: uppercase;
}

@media only screen and (max-width: 1920px) {
  section.section.the-body {
    margin-bottom: 10vw;
  }
  section.section.the-body .container__title {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.section.the-body .container__title .title p {
    color: #ffffff;
    letter-spacing: initial;
    font-size: 3vw;
    transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: all;
  }
  section.section.the-body .container__title .title.out__t p {
    letter-spacing: 80px;
    opacity: 0;
  }
  section.section.the-body .description {
    position: absolute;
    z-index: 20;
    top: 40%;
    left: 20%;
    width: 650px;
    padding-left: 100px;
    text-wrap: balance;
  }
  section.section.the-body .description::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2a2a2a;
  }
  section.section.the-body .description p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
    font-family: "DM Sans";
    font-weight: 400;
  }
  section.section.the-body .description p:last-child {
    margin-bottom: 0;
  }
  section.section.the-body .item__00 {
    position: relative;
    width: 100vw;
    z-index: 1;
  }
  section.section.the-body .item__00 .wrapper__movie {
    position: relative;
    width: 100%;
  }
  section.section.the-body .item__00 .wrapper__movie .movie {
    width: 100%;
    height: auto;
  }
  section.section.the-body .item__00 .wrapper__movie .movie video {
    height: auto;
    width: 100%;
    border: 0;
  }
  section.section.the-body .item__01 {
    position: relative;
    width: 100%;
    z-index: 5;
  }
  section.section.the-body .item__01 .description {
    top: 35%;
    z-index: 15;
  }
  section.section.the-body .item__01 .container_wrapper__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image {
    width: 100%;
    height: 100%;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .stamp__m {
    width: 12.8649%;
    height: auto;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 14%;
    z-index: 15;
    mix-blend-mode: difference;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .stamp__w {
    width: 12.8649%;
    height: auto;
    position: absolute;
    top: 120%;
    transform: translateY(-50%);
    left: 14%;
    z-index: 15;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images {
    width: 100%;
    height: 100%;
    transform: translate(5%, 10%);
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images .image__01 {
    width: 8%;
    height: auto;
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    left: 55.5%;
    z-index: 1;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images .image__02 {
    width: 6%;
    height: auto;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    left: 52%;
    z-index: 3;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images .image__03 {
    width: 12%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 47%;
    z-index: 2;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images .image__04 {
    width: 9%;
    height: auto;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    left: 57%;
    z-index: 4;
  }
  section.section.the-body .item__02 {
    position: relative;
    width: 100vw;
  }
  section.section.the-body .item__02 .wrapper__description {
    position: relative;
    z-index: 50;
  }
  section.section.the-body .item__02 .wrapper__description.l__dsc .description {
    z-index: 15;
  }
  section.section.the-body .item__02 .wrapper__description img#adj__1440 {
    height: 780px;
  }
  section.section.the-body .item__02 .wrapper_column__image {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    z-index: 10;
  }
  section.section.the-body .item__02 .wrapper_column__image ul {
    width: 28vw;
    max-width: 700px;
    margin: 0 0;
  }
  section.section.the-body .item__02 .wrapper_column__image ul li {
    width: 100%;
    margin-bottom: 2vw;
  }
  section.section.the-body .item__02 .wrapper_column__image ul li:last-child {
    margin-bottom: 0;
  }
  section.section.the-body .item__02 .container_last__display {
    position: absolute;
    top: 0;
    height: auto;
    width: 100%;
    right: 0;
    z-index: 1;
  }
  section.section.the-body .item__02 .container_last__display .last__display {
    height: auto;
    width: 100%;
    transform: translateY(5%);
  }
  section.section.the-body .item__02 .container_last__display .last__display .display {
    width: 100%;
    height: auto;
    transform-origin: right center;
  }
  section.section.the-body .item__02 .wrapper__red__title {
    position: absolute;
    bottom: 8%;
    right: 20%;
    width: 400px;
    z-index: 15;
  }
  section.section.the-body .item__02 .wrapper__red__title .red__t p {
    text-align: justify;
    display: flex;
    justify-content: space-between;
    font-size: 33px;
    line-height: 43px;
    color: #ff0000;
    text-transform: uppercase;
    font-family: "Printvetica";
    font-weight: 400;
  }
}
@media only screen and (max-width: 1440px) {
  section.section.the-body .item__02 .wrapper__description.l__dsc img#adj__1440 {
    height: 780px;
  }
}
@media only screen and (max-width: 770px) {
  section.section.the-body {
    margin-bottom: 1vw;
  }
  section.section.the-body .container__title {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.section.the-body .container__title .title p {
    font-family: "Printvetica";
    font-weight: 400;
    color: #ffffff;
    letter-spacing: initial;
    font-size: 6vw;
    transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: all;
  }
  section.section.the-body .description {
    position: absolute;
    z-index: 50;
    top: 40%;
    left: 10%;
    width: 70%;
    padding-left: 10%;
    text-wrap: balance;
  }
  section.section.the-body .description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2a2a2a;
  }
  section.section.the-body .description p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 5vw;
    font-family: "DM Sans";
    font-weight: 400;
  }
  section.section.the-body .description p:last-child {
    margin-bottom: 0;
  }
  section.section.the-body .item__00 {
    position: relative;
    width: 100vw;
    z-index: 1;
  }
  section.section.the-body .item__00 .wrapper__movie {
    position: relative;
    width: 100vw;
  }
  section.section.the-body .item__00 .wrapper__movie .movie {
    width: 100%;
    height: auto;
  }
  section.section.the-body .item__00 .wrapper__movie .movie video {
    display: none;
    height: auto;
    width: 100%;
    border: 0;
  }
  section.section.the-body .item__01 {
    position: relative;
    width: 100%;
    z-index: 6;
  }
  section.section.the-body .item__01 .description {
    top: 35%;
    z-index: 15;
  }
  section.section.the-body .item__01 .container_wrapper__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image {
    width: 100%;
    height: 100%;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .stamp__m {
    width: 30%;
    height: auto;
    position: absolute;
    top: 15%;
    transform: translateY(-50%);
    left: 8%;
    z-index: 10;
    mix-blend-mode: darken;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .stamp__w {
    width: 30%;
    height: auto;
    position: absolute;
    top: 85%;
    transform: translateY(-50%);
    left: 8%;
    z-index: 10;
    mix-blend-mode: darken;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images {
    width: 100%;
    height: 100%;
    transform: translate(8%, 42%) scale(4);
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images .image__01 {
    width: 8%;
    height: auto;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 45.5%;
    z-index: 1;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images .image__02 {
    width: 6%;
    height: auto;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 48%;
    z-index: 3;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images .image__03 {
    width: 12%;
    height: auto;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 40%;
    z-index: 2;
  }
  section.section.the-body .item__01 .container_wrapper__image .wrapper__image .images .image__04 {
    width: 9%;
    height: auto;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    left: 50%;
    z-index: 4;
  }
  section.section.the-body .item__02 {
    position: relative;
    width: 100%;
    z-index: 5;
  }
  section.section.the-body .item__02 .wrapper__description {
    position: relative;
    z-index: 20;
  }
  section.section.the-body .item__02 .wrapper__description.l__dsc .description {
    z-index: 15;
  }
  section.section.the-body .item__02 .wrapper__description img#adj__large0 {
    height: 1300px;
  }
  section.section.the-body .item__02 .wrapper_column__image {
    width: 90%;
    position: absolute;
    top: 0;
    right: initial;
    left: 5%;
    display: flex;
    justify-content: flex-start;
    z-index: 2;
    transform: translateY(0);
  }
  section.section.the-body .item__02 .wrapper_column__image ul {
    width: 100%;
    max-width: initial;
    margin: 0 0;
  }
  section.section.the-body .item__02 .wrapper_column__image ul li {
    width: 100%;
    margin-bottom: 5vw;
  }
  section.section.the-body .item__02 .wrapper_column__image ul li:last-child {
    margin-bottom: 0;
  }
  section.section.the-body .item__02 .container_last__display {
    position: absolute;
    top: 0;
    height: auto;
    width: 100%;
    right: 0;
    z-index: 1;
  }
  section.section.the-body .item__02 .container_last__display .last__display {
    height: auto;
    width: 100%;
    transform: translateY(105%);
  }
  section.section.the-body .item__02 .container_last__display .last__display .display {
    width: 100%;
    height: auto;
    transform-origin: right center;
  }
  section.section.the-body .item__02 .wrapper__red__title {
    position: absolute;
    bottom: 8%;
    right: 20%;
    width: 60%;
    z-index: 15;
  }
  section.section.the-body .item__02 .wrapper__red__title .red__t p {
    text-align: justify;
    display: flex;
    justify-content: space-between;
    font-size: 5vw;
    line-height: 7vw;
    color: #ff0000;
    font-family: "Printvetica";
    text-transform: uppercase;
  }
}
section.section.the-martha {
  padding-top: 3vw;
  margin-bottom: 5vw;
  z-index: 10;
}
section.section.the-martha .container__title {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section.the-martha .container__title .title p {
  font-family: "Printvetica";
  font-weight: 400;
  color: #ffffff;
  letter-spacing: initial;
  font-size: 3vw;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: all;
}
section.section.the-martha .container__title .title.out__t p {
  letter-spacing: 80px;
  opacity: 0;
}
section.section.the-martha .description {
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 20%;
  width: 600px;
  padding-left: 100px;
  text-wrap: balance;
}
section.section.the-martha .description::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2a2a2a;
}
section.section.the-martha .description p {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
  font-family: "DM Sans";
  font-weight: 400;
}
section.section.the-martha .description p:last-child {
  margin-bottom: 0;
}
section.section.the-martha .item__00 {
  position: relative;
  width: 100vw;
  z-index: 1;
}
section.section.the-martha .item__00 .tit__sweet {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}
section.section.the-martha .item__00 .wrapper__movie {
  position: relative;
  width: 100vw;
}
section.section.the-martha .item__00 .wrapper__movie .movie {
  width: 100%;
  height: auto;
}
section.section.the-martha .item__00 .wrapper__movie .movie video {
  height: auto;
  width: 100%;
  border: 0;
}
section.section.the-martha .item__01 {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 5;
}
section.section.the-martha .item__01 .wrapper__image {
  position: relative;
  width: 100%;
  padding-left: 10vw;
}
section.section.the-martha .item__01 .wrapper__image .image {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 770px) {
  section.section.the-martha {
    padding-top: 3vw;
    margin-bottom: 5vw;
    z-index: 10;
  }
  section.section.the-martha .container__title {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.section.the-martha .container__title .title p {
    font-family: "Printvetica";
    font-weight: 400;
    color: #ffffff;
    letter-spacing: initial;
    font-size: 6vw;
    transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: all;
  }
  section.section.the-martha .description {
    position: absolute;
    z-index: 50;
    top: 20%;
    left: 10%;
    width: 100%;
    padding-left: 10%;
    text-wrap: balance;
  }
  section.section.the-martha .description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2a2a2a;
  }
  section.section.the-martha .description p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 5vw;
    font-family: "DM Sans";
    font-weight: 400;
  }
  section.section.the-martha .description p:last-child {
    margin-bottom: 0;
  }
  section.section.the-martha .item__00 {
    position: relative;
    width: 100vw;
    z-index: 1;
  }
  section.section.the-martha .item__00 .tit__sweet {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  section.section.the-martha .item__00 .wrapper__movie {
    position: relative;
    width: 100vw;
  }
  section.section.the-martha .item__00 .wrapper__movie .movie {
    width: 100%;
    height: auto;
    display: none;
  }
  section.section.the-martha .item__00 .wrapper__movie .movie video {
    height: auto;
    width: 100%;
    border: 0;
  }
  section.section.the-martha .item__01 {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 5;
  }
  section.section.the-martha .item__01 .wrapper__image {
    position: relative;
    width: 100%;
    padding-left: 10vw;
  }
  section.section.the-martha .item__01 .wrapper__image .image {
    width: 100%;
    height: auto;
  }
}
section.section.the-project .container__title {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section.the-project .container__title .title p {
  color: #ffffff;
  letter-spacing: initial;
  font-size: 3vw;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: all;
  font-family: "Printvetica";
  font-weight: 400;
}
section.section.the-project .description {
  position: absolute;
  z-index: 10;
  top: 20%;
  left: 20%;
  width: 500px;
  padding-left: 100px;
  text-wrap: pretty;
}
section.section.the-project .description::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2a2a2a;
}
section.section.the-project .description p {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
  font-family: "DM Sans";
}
section.section.the-project .description p:last-child {
  margin-bottom: 0;
}
section.section.the-project .item__00 {
  position: relative;
  width: 100%;
  z-index: 1;
}
section.section.the-project .item__00 .wrapper__movie {
  position: relative;
  width: 100%;
  filter: grayscale(10);
}
section.section.the-project .item__00 .wrapper__movie .movie {
  width: 100%;
  height: auto;
}
section.section.the-project .item__00 .wrapper__movie .movie video {
  height: auto;
  width: 100%;
  border: 0;
}
section.section.the-project .item__01 {
  position: relative;
}
section.section.the-project .item__01 .wrapper__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.section.the-project .item__01 .wrapper__movie .movie {
  width: 100%;
  height: auto;
  padding-left: 50%;
  overflow: hidden;
}
section.section.the-project .item__01 .wrapper__movie .movie video {
  height: auto;
  width: 100%;
  border: 0;
}
section.section.the-project .item__02 {
  position: relative;
}
section.section.the-project .item__02 .wrapper__red__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
  width: 400px;
  z-index: 15;
}
section.section.the-project .item__02 .wrapper__red__title .red__t p {
  text-align: justify;
  display: flex;
  justify-content: space-between;
  font-size: 33px;
  line-height: 43px;
  color: #ff0000;
  text-transform: uppercase;
  font-family: "Printvetica";
  font-weight: 400;
}
section.section.the-project .item__02 .wrapper__red__title .red__t p.spacer__y {
  margin-bottom: 40px;
}
section.section.the-project .item__02 .wrapper__red__title .socials {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
section.section.the-project .item__02 .wrapper__red__title .socials ul {
  display: flex;
  justify-content: space-between;
}
section.section.the-project .item__02 .wrapper__red__title .socials ul li {
  width: 44px;
  margin-left: 20px;
}
section.section.the-project .item__02 .wrapper__red__title .socials ul li:first-child {
  margin-left: 0;
}
section.section.the-project .item__02 .wrapper__red__title .socials ul li a {
  display: flex;
  transition: filter 0.3s ease-in-out;
}
section.section.the-project .item__02 .wrapper__red__title .socials ul li a:hover {
  filter: brightness(10);
}
section.section.the-project .item__02 .btn__restart {
  width: 100%;
  position: absolute;
  bottom: 3vw;
  left: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
}
section.section.the-project .item__02 .btn__restart p {
  text-transform: uppercase;
  font-family: "Printvetica";
  font-weight: 400;
  color: #ffffff;
  transition: all 0.6s ease-in-out;
  font-size: 1vw;
}
section.section.the-project .item__02 .btn__restart p:hover {
  cursor: pointer;
  color: #ff0000;
  letter-spacing: 0.08em;
}
section.section.the-project .item__02 .wrapper__movie {
  position: relative;
  width: 100%;
}
section.section.the-project .item__02 .wrapper__movie .movie {
  width: 100%;
  height: auto;
}
section.section.the-project .item__02 .wrapper__movie .movie video {
  height: auto;
  width: 100%;
  border: 0;
}

@media only screen and (max-width: 1920px) {
  section.section.the-project .container__title {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.section.the-project .container__title .title p {
    color: #ffffff;
    letter-spacing: initial;
    font-size: 3vw;
    transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: all;
    font-family: "Printvetica";
    font-weight: 400;
  }
  section.section.the-project .description {
    position: absolute;
    z-index: 10;
    top: 20%;
    left: 20%;
    width: 600px;
    padding-left: 100px;
    text-wrap: pretty;
  }
  section.section.the-project .description::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2a2a2a;
  }
  section.section.the-project .description p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  section.section.the-project .description p:last-child {
    margin-bottom: 0;
  }
  section.section.the-project .item__00 {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  section.section.the-project .item__00 .wrapper__movie {
    position: relative;
    width: 100%;
    filter: grayscale(10);
  }
  section.section.the-project .item__00 .wrapper__movie .movie {
    width: 100%;
    height: auto;
  }
  section.section.the-project .item__00 .wrapper__movie .movie video {
    height: auto;
    width: 100%;
    border: 0;
  }
  section.section.the-project .item__01 {
    position: relative;
  }
  section.section.the-project .item__01 .wrapper__movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  section.section.the-project .item__01 .wrapper__movie .movie {
    width: 100%;
    height: auto;
    padding-left: 50%;
    overflow: hidden;
  }
  section.section.the-project .item__01 .wrapper__movie .movie video {
    height: auto;
    width: 100%;
    border: 0;
  }
  section.section.the-project .item__02 {
    position: relative;
  }
  section.section.the-project .item__02 .wrapper__red__title {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: 15%;
    width: 400px;
    z-index: 15;
  }
  section.section.the-project .item__02 .wrapper__red__title .red__t p {
    text-align: justify;
    display: flex;
    justify-content: space-between;
    font-size: 33px;
    line-height: 43px;
    color: #ff0000;
    text-transform: uppercase;
    font-family: "Printvetica";
    font-weight: 400;
  }
  section.section.the-project .item__02 .wrapper__red__title .red__t p.spacer__y {
    margin-bottom: 40px;
  }
  section.section.the-project .item__02 .wrapper__red__title .socials {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }
  section.section.the-project .item__02 .wrapper__red__title .socials ul {
    display: flex;
    justify-content: space-between;
  }
  section.section.the-project .item__02 .wrapper__red__title .socials ul li {
    width: 44px;
    margin-left: 20px;
  }
  section.section.the-project .item__02 .wrapper__red__title .socials ul li:first-child {
    margin-left: 0;
  }
  section.section.the-project .item__02 .wrapper__red__title .socials ul li a {
    display: flex;
    transition: filter 0.3s ease-in-out;
  }
  section.section.the-project .item__02 .wrapper__red__title .socials ul li a:hover {
    filter: brightness(10);
  }
  section.section.the-project .item__02 .wrapper__movie {
    position: relative;
    width: 100%;
  }
  section.section.the-project .item__02 .wrapper__movie .movie {
    width: 100%;
    height: auto;
  }
  section.section.the-project .item__02 .wrapper__movie .movie video {
    height: auto;
    width: 100%;
    border: 0;
  }
}
@media only screen and (max-width: 770px) {
  section.section.the-project .container__title {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.section.the-project .container__title .title p {
    color: #ffffff;
    letter-spacing: initial;
    font-size: 6vw;
    transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: all;
    font-family: "Printvetica";
    font-weight: 400;
  }
  section.section.the-project .description {
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 10%;
    width: 80%;
    padding-left: 10%;
    text-wrap: balance;
  }
  section.section.the-project .description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2a2a2a;
  }
  section.section.the-project .description p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-bottom: 5vw;
    font-family: "DM Sans";
    font-weight: 400;
  }
  section.section.the-project .description p:last-child {
    margin-bottom: 0;
  }
  section.section.the-project .item__00 {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  section.section.the-project .item__00 .wrapper__movie {
    position: relative;
    width: 100%;
    filter: grayscale(1);
  }
  section.section.the-project .item__00 .wrapper__movie .movie {
    width: 100%;
    height: auto;
  }
  section.section.the-project .item__00 .wrapper__movie .movie video {
    height: auto;
    width: 100%;
    border: 0;
    display: none;
  }
  section.section.the-project .item__01 {
    position: relative;
    height: 75vh;
  }
  section.section.the-project .item__01 .wrapper__movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  section.section.the-project .item__01 .wrapper__movie .movie {
    width: 100%;
    height: auto;
    padding-left: 0;
    overflow: hidden;
    padding-bottom: 0;
  }
  section.section.the-project .item__01 .wrapper__movie .movie video {
    height: auto;
    width: 100%;
    border: 0;
    display: none;
  }
  section.section.the-project .item__02 {
    position: relative;
  }
  section.section.the-project .item__02 .wrapper__red__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10vw;
    width: 60%;
    z-index: 15;
  }
  section.section.the-project .item__02 .wrapper__red__title .red__t p {
    text-align: justify;
    display: flex;
    justify-content: space-between;
    font-size: 5vw;
    line-height: 7vw;
    color: #ff0000;
    text-transform: uppercase;
    font-family: "Printvetica";
    font-weight: 400;
  }
  section.section.the-project .item__02 .wrapper__red__title .red__t p.spacer__y {
    margin-bottom: 20px;
  }
  section.section.the-project .item__02 .wrapper__red__title .socials {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }
  section.section.the-project .item__02 .wrapper__red__title .socials ul {
    display: flex;
    justify-content: space-between;
  }
  section.section.the-project .item__02 .wrapper__red__title .socials ul li {
    width: 38px;
    margin-left: 30px;
  }
  section.section.the-project .item__02 .wrapper__red__title .socials ul li:first-child {
    margin-left: 0;
  }
  section.section.the-project .item__02 .wrapper__red__title .socials ul li a {
    display: flex;
    transition: filter 0.3s ease-in-out;
  }
  section.section.the-project .item__02 .wrapper__red__title .socials ul li a:hover {
    filter: brightness(10);
  }
  section.section.the-project .item__02 .btn__restart {
    width: 100%;
    position: absolute;
    bottom: 10vw;
    left: 0;
    z-index: 1000000000000000000000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
  }
  section.section.the-project .item__02 .btn__restart p {
    text-transform: uppercase;
    font-family: "Printvetica";
    font-weight: 400;
    color: #ffffff;
    transition: all 0s ease-in-out;
    font-size: 4vw;
  }
  section.section.the-project .item__02 .btn__restart p:hover {
    cursor: pointer;
    color: #ff0000;
    letter-spacing: 0em;
  }
  section.section.the-project .item__02 .wrapper__movie {
    position: relative;
    width: 100%;
  }
  section.section.the-project .item__02 .wrapper__movie .movie {
    width: 100%;
    height: auto;
  }
  section.section.the-project .item__02 .wrapper__movie .movie video {
    height: auto;
    width: 100%;
    border: 0;
    display: none;
  }
}
/*# sourceMappingURL=style.min.css.map */
