html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  font-size: 100%;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input,
select {
  vertical-align: middle;
}
@font-face {
  font-family: "ApfelGrotezk-Brukt";
  src: url("../fonts/ApfelGrotezk/ApfelGrotezk-Brukt.woff2") format("woff2");
}
@font-face {
  font-family: "ApfelGrotezk-Fett";
  src: url("../fonts/ApfelGrotezk/ApfelGrotezk-Fett.woff2") format("woff2");
}
@font-face {
  font-family: "ApfelGrotezk-Mittel";
  src: url("../fonts/ApfelGrotezk/ApfelGrotezk-Mittel.woff2") format("woff2");
}
@font-face {
  font-family: "ApfelGrotezk-Regular";
  src: url("../fonts/ApfelGrotezk/ApfelGrotezk-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "ApfelGrotezk-Satt";
  src: url("../fonts/ApfelGrotezk/ApfelGrotezk-Satt.woff2") format("woff2");
}
@font-face {
  font-family: "Messapia-Bold";
  src: url("../fonts/Messapia/Messapia-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Messapia-Regular";
  src: url("../fonts/Messapia/Messapia-Regular.woff2") format("woff2");
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: var(--c-background);
  color: var(--c-primary);
  backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: "ApfelGrotezk-Mittel", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: "palt";
  zoom: 1;
}
body::after {
  content: "";
  clear: both;
  display: block;
}
a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}
a:visited,
a:link {
  color: #004986;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #5a8fba;
  text-decoration: none;
}
i {
  font-style: normal;
}
img {
  vertical-align: top;
}
svg {
  line-height: 1em;
  vertical-align: top;
}
.pc--only {
  display: block;
}
.sp--only {
  display: none;
}
#pagetop {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
}
.m--headline {
  display: flex;
  justify-content: center;
}
.m--headline .headline--title {
  font-family: "Messapia-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 20px;
  line-height: 36px;
  border-radius: 36px;
  background-color: var(--c-primary);
  color: var(--c-background);
  display: flex;
  align-items: center;
}
.m--headline .headline--title::before {
  display: block;
  border-right: 2px solid var(--c-background);
  padding-left: 20px;
  padding-right: 20px;
}
.m--headline .headline--title span {
  display: block;
  padding-left: 25px;
  padding-right: 25px;
}
.m--block {
  width: 100%;
  position: relative;
  border: 2px solid var(--c-primary);
  box-sizing: border-box;
  background-color: var(--c-background);
}
.m--block:before {
  height: 0;
  display: block;
  position: absolute;
  right: -3px;
  content: "";
  border-top: 80px solid var(--c-background);
  border-left: 80px solid rgba(var(--c-background-rgb), 0);
  top: -3px;
  z-index: 2;
}
.m--block:after {
  height: 0;
  display: block;
  position: absolute;
  right: -2px;
  content: "";
  border-top: 81px solid var(--c-primary);
  border-left: 81px solid rgba(var(--c-primary-rgb), 0);
  top: -2px;
}
.m--block .block--dogear {
  width: 78px;
  height: 78px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  border-left: 2px solid var(--c-primary);
  border-bottom: 2px solid var(--c-primary);
  box-sizing: border-box;
}
.m--block .block--head {
  width: 100%;
}
.m--block .head--title {
  margin: 0 80px;
  font-family: "Messapia-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 40px;
  line-height: 1.5em;
  padding-top: 50px;
  padding-bottom: 60px;
}
#blind {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9001;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  background-color: var(--c-background);
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9002;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  display: none;
}
.loader.is--show {
  display: block;
}
.loader__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader__bars {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.loader__bars p {
  width: 100%;
  height: 16.666%;
  line-height: 0;
  font-size: 0;
  transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform: scaleX(0.02);
}
.loader__bars p.is--return {
  transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}
.loader__bars p.bars--1 {
  background-color: var(--c-accent-red);
}
.loader__bars p.bars--2 {
  background-color: var(--c-accent-blue);
}
.loader__bars p.bars--3 {
  background-color: var(--c-accent-yellow);
}
.loader__bars p.bars--4 {
  background-color: var(--c-accent-green);
}
.loader__bars p.bars--5 {
  background-color: var(--c-accent-orange);
}
.loader__bars p.bars--6 {
  background-color: var(--c-accent-purple);
}
.loader__lead {
  position: relative;
  z-index: 0;
  font-family: "Messapia-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 2.0833333333vw;
  line-height: 1em;
}
.loader__title {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 0;
  font-family: "Messapia-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 12px;
  line-height: 1em;
}
.container {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  padding-top: 40px;
}
.header__inner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  margin-left: 40px;
}
.header__logo a {
  display: block;
  transition: all 0.3s;
}
.header__logo a:hover {
  opacity: 0.6;
}
.header__nav {
  transition: all 0.6s cubic-bezier(0.23, 0, 0.2, 1);
}
.header__nav .nav--head,
.header__nav .nav--foot {
  display: none;
}
.header__nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__nav li {
  margin-right: 16px;
}
.header__nav li:last-of-type {
  margin-right: 0;
}
.header__nav a {
  display: block;
  font-family: "ApfelGrotezk-Mittel", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  background-color: var(--c-background);
  color: var(--c-primary);
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 36px;
  border-radius: 36px;
  border: 1px solid var(--c-primary);
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.3s;
}
.header__nav a:hover {
  background-color: var(--c-primary);
  color: var(--c-background);
}
.header__nav .nav--entry a {
  border-radius: 36px 0px 0px 36px/36px 0px 0px 36px;
  -webkit-border-top-left-radius: 36px 36px;
  -webkit-border-top-right-radius: 0px 0px;
  -webkit-border-bottom-right-radius: 0px 0px;
  -webkit-border-bottom-left-radius: 36px 36px;
  -moz-border-radius-topleft: 36px 36px;
  -moz-border-radius-topright: 0px 0px;
  -moz-border-radius-bottomright: 0px 0px;
  -moz-border-radius-bottomleft: 36px 36px;
  background-color: var(--c-primary);
  color: var(--c-background);
  border-right: none;
  font-family: "Messapia-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 20px;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.header__nav .nav--entry a:hover {
  color: var(--c-primary);
  background-color: var(--c-background);
}
.header__nav .nav--entry a:hover .nav--entry__icon {
  transform: translateX(10px);
}
.header__nav .nav--entry a .icon--arrow {
  fill: var(--c-background);
}
.header__nav .nav--entry a:hover .icon--arrow {
  fill: var(--c-primary);
}
.header__nav .nav--entry span {
  display: flex;
}
.header__nav .nav--entry .nav--entry__text {
  margin-right: 8px;
}
.header__nav .nav--entry .nav--entry__icon {
  transition: all 0.3s;
}
.header__nav .nav--entry .icon--arrow {
  transition: all 0.3s;
}
.header__ham,
.header__entry {
  display: none;
}
.header.is--scrolling .header__nav {
  transform: translateY(-100px);
}
.footer {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 120px;
  border-top: 1px solid var(--c-primary);
}
.footer__nav {
  width: 100%;
  margin-bottom: 120px;
}
.footer__nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer__nav li {
  border-right: 1px solid var(--c-primary);
  box-sizing: border-box;
}
.footer__nav li:last-of-type {
  border-right: none;
}
.footer__nav a {
  display: block;
  text-decoration: underline;
  color: var(--c-primary);
  font-family: "ApfelGrotezk-Mittel", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 1.875em;
  padding-left: 60px;
  padding-right: 60px;
  transition: all 0.3s;
}
.footer__nav a:hover {
  opacity: 0.6;
}
.footer__copyright {
  text-align: center;
  font-family: "Messapia-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 35px;
}
.footer__title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Messapia-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 86px;
  line-height: 1em;
}
.footer__colors {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin-top: -14px;
}
.footer__colors span {
  display: block;
  flex-basis: 16.666%;
}
.footer__colors span.colors--1 {
  background-color: var(--c-accent-red);
}
.footer__colors span.colors--2 {
  background-color: var(--c-accent-blue);
}
.footer__colors span.colors--3 {
  background-color: var(--c-accent-yellow);
}
.footer__colors span.colors--4 {
  background-color: var(--c-accent-green);
}
.footer__colors span.colors--5 {
  background-color: var(--c-accent-orange);
}
.footer__colors span.colors--6 {
  background-color: var(--c-accent-purple);
}
#modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  overflow: auto;
  display: none;
}
.modal__inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.modal__block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 50px 0;
}
.modal__closeBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
.modal__close {
  text-align: center;
}
.modal__close a {
  display: block;
  line-height: 1em;
  padding: 35px 0;
  transition: all 0.2s;
}
.modal__close a:hover {
  opacity: 0.6;
}
.modal__movie {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: none;
}
.modal__button--close {
  width: 90px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: -89px;
}
.modal__button--close a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #000;
  box-sizing: border-box;
  overflow: hidden;
}
.modal__button--close a::before,
.modal__button--close a::after {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s;
}
.modal__button--close a::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__button--close a::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__button--close a:hover::before,
.modal__button--close a:hover::after {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(0.3);
}
.modal__movie__inner {
  position: relative;
  zoom: 1;
}
.modal__movie__inner::after {
  content: "";
  clear: both;
  display: block;
}
.modal__movie__details__frame {
  line-height: 1em;
  width: 100%;
}
.modal__movie__details__frame iframe {
  width: 100%;
  height: 608px;
}
.modal__comment {
  width: 800px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  background-color: #f3f3ee;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 768px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  body {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.71em;
  }
  i {
    font-style: normal;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc--only {
    display: none;
  }
  .sp--only {
    display: block;
  }
  #pagetop {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9999;
    font-size: 0;
    line-height: 0;
  }
  .m--headline {
    display: flex;
    justify-content: center;
  }
  .m--headline .headline--title {
    font-family: "Messapia-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 3.4615384615vw;
    line-height: 6.1538461538vw;
    border-radius: 4.6153846154vw;
    display: flex;
    align-items: center;
  }
  .m--headline .headline--title::before {
    display: block;
    border-width: 1px;
    border-width: 0.2666666667vw;
    padding-left: 3.5897435897vw;
    padding-right: 3.5897435897vw;
  }
  .m--headline .headline--title span {
    display: block;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
  .m--block {
    width: 100%;
    position: relative;
    border-width: 1px;
    border-width: 0.2666666667vw;
    box-sizing: border-box;
  }
  .m--block:before {
    height: 0;
    display: block;
    position: absolute;
    right: -1.5px;
    right: -0.4vw;
    content: "";
    border-width: 40px;
    border-width: 10.6666666667vw;
    top: -1.5px;
    top: -0.4vw;
    z-index: 2;
  }
  .m--block:after {
    height: 0;
    display: block;
    position: absolute;
    right: -1px;
    right: -0.2666666667vw;
    content: "";
    border-width: 40px;
    border-width: 10.6666666667vw;
    top: -1px;
    top: -0.2666666667vw;
  }
  .m--block .block--dogear {
    width: 38px;
    width: 10.1333333333vw;
    height: 38px;
    height: 10.1333333333vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    border-width: 1px;
    border-width: 0.2666666667vw;
    box-sizing: border-box;
  }
  .m--block .block--head {
    width: 100%;
  }
  .m--block .head--title {
    margin-left: 5.7692307692vw;
    margin-right: 5.7692307692vw;
    font-family: "Messapia-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 5.1282051282vw;
    line-height: 1.5em;
    padding-top: 7.6923076923vw;
    padding-bottom: 7.6923076923vw;
  }
  #blind {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9001;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    background-color: var(--c-background);
  }
  .loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9002;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    display: none;
  }
  .loader.is--show {
    display: block;
  }
  .loader__inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .loader__bars {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .loader__bars p {
    width: 100%;
    height: 16.666%;
    line-height: 0;
    font-size: 0;
    transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform: scaleX(0.038);
  }
  .loader__bars p.is--return {
    transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
  }
  .loader__lead {
    position: relative;
    z-index: 0;
    font-family: "Messapia-Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 5.3846153846vw;
    line-height: 1.5238095238em;
    text-align: center;
  }
  .loader__title {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6.1538461538vw;
    z-index: 0;
    font-family: "Messapia-Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 2.3076923077vw;
    line-height: 1em;
  }
  .container {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  .header {
    width: 100%;
    position: fixed;
    z-index: 10;
    padding-top: 0vw;
  }
  .header__bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: var(--c-background);
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform: scaleY(0);
  }
  .header__inner {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__logo {
    margin-left: 0vw;
    position: absolute;
    left: 5.1282051282vw;
    top: 4.7435897436vw;
    z-index: 10;
  }
  .header__logo a {
    display: block;
    transition: none;
  }
  .header__logo a:hover {
    opacity: 1;
  }
  .header__logo img {
    width: 36.5384615385vw;
    height: auto;
  }
  .header__nav {
    transition: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: none;
  }
  .header__nav .nav--head {
    display: block;
    flex-basis: 69.2307692308vw;
    position: relative;
    padding-bottom: 6.4102564103vw;
    margin-bottom: 7.6923076923vw;
  }
  .header__nav .nav--head span {
    display: block;
    font-family: "Messapia-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 10.2564102564vw;
    line-height: 1em;
  }
  .header__nav .nav--head::after {
    content: "";
    display: block;
    width: 30px;
    width: 8vw;
    height: 1px;
    height: 0.2666666667vw;
    background-color: var(--c-primary);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .header__nav ul {
    flex-basis: 69.2307692308vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .header__nav li {
    flex-basis: 100%;
    margin-right: 0;
    display: flex;
    margin-bottom: 7.6923076923vw;
  }
  .header__nav li:last-of-type,
  .header__nav li:nth-last-of-type(2) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .header__nav a {
    display: block;
    font-family: "ApfelGrotezk-Mittel", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 6.5384615385vw;
    text-decoration: none;
    letter-spacing: 0.03em;
    line-height: 14.7435897436vw;
    border-radius: 14.7435897436vw;
    box-sizing: border-box;
    padding-left: 8.9743589744vw;
    padding-right: 8.9743589744vw;
    transition: none;
    white-space: nowrap;
  }
  .header__nav .nav--entry {
    display: none;
  }
  .header__nav .nav--foot {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .header__nav .nav--foot__title {
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: "Messapia-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 8.9743589744vw;
    line-height: 1.2285714286em;
  }
  .header__nav .nav--foot__colors {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 15px;
    height: 4vw;
    display: flex;
    justify-content: space-between;
    margin-top: -2.5641025641vw;
  }
  .header__nav .nav--foot__colors span {
    display: block;
    flex-basis: 16.666%;
  }
  .header__nav .nav--foot__colors span.colors--1 {
    background-color: var(--c-accent-red);
  }
  .header__nav .nav--foot__colors span.colors--2 {
    background-color: var(--c-accent-blue);
  }
  .header__nav .nav--foot__colors span.colors--3 {
    background-color: var(--c-accent-yellow);
  }
  .header__nav .nav--foot__colors span.colors--4 {
    background-color: var(--c-accent-green);
  }
  .header__nav .nav--foot__colors span.colors--5 {
    background-color: var(--c-accent-orange);
  }
  .header__nav .nav--foot__colors span.colors--6 {
    background-color: var(--c-accent-purple);
  }
  .header__entry {
    display: block;
    position: absolute;
    right: 15.3846153846vw;
    top: 4.2307692308vw;
    transition: all 0.3s;
  }
  .header__entry a {
    display: block;
    position: relative;
    height: 30px;
    height: 8vw;
    border-radius: 30px;
    border-radius: 8vw;
    background-color: var(--c-primary);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
  .header__entry span {
    display: block;
  }
  .header__entry .entry--text {
    color: var(--c-background);
    font-family: "Messapia-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 3.8461538462vw;
    margin-right: 1.2820512821vw;
  }
  .header__entry .entry--icon {
    line-height: 1em;
  }
  .header__entry .entry--icon svg {
    vertical-align: top;
    font-size: 5.5128205128vw;
    height: auto;
    fill: var(--c-background);
  }
  .header__ham {
    display: block;
    position: absolute;
    right: 5.1282051282vw;
    top: 4.2307692308vw;
    z-index: 10;
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw;
  }
  .header__ham a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 30px;
    border-radius: 8vw;
    border: 1px solid var(--c-primary);
    border-width: 0.2666666667vw;
    box-sizing: border-box;
    transition: all 0.3s;
  }
  .header__ham span {
    display: block;
    width: 15px;
    width: 4vw;
    height: 1px;
    height: 0.2666666667vw;
    background-color: var(--c-primary);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all 0.3s;
  }
  .header__ham span:nth-of-type(1) {
    top: 10px;
    top: 2.6666666667vw;
  }
  .header__ham span:nth-of-type(2) {
    top: 14px;
    top: 3.7333333333vw;
  }
  .header__ham span:nth-of-type(3) {
    top: 19px;
    top: 5.0666666667vw;
  }
  .header.is--open .header__nav {
    display: flex;
  }
  .header.is--open .header__entry {
    opacity: 0;
    pointer-events: none;
  }
  .header.is--open .header__ham a {
    border-color: rgba(0, 0, 0, 0);
  }
  .header.is--open .header__ham span:nth-of-type(1) {
    top: 14px;
    top: 3.7333333333vw;
    transform: translateX(-50%) rotate(45deg) scaleX(2.3);
  }
  .header.is--open .header__ham span:nth-of-type(2) {
    transform: translateX(-50%) scaleX(0);
  }
  .header.is--open .header__ham span:nth-of-type(3) {
    top: 14px;
    top: 3.7333333333vw;
    transform: translateX(-50%) rotate(-45deg) scaleX(2.3);
  }
  .footer {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 15.3846153846vw;
    border-width: 1px;
    border-width: 0.2666666667vw;
  }
  .footer__nav {
    width: 100%;
    margin-bottom: 19.2307692308vw;
  }
  .footer__nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__nav li {
    flex-basis: 100%;
    text-align: center;
    border-right: none;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 3.8461538462vw;
    padding-bottom: 3.8461538462vw;
  }
  .footer__nav li::after {
    content: "";
    display: block;
    width: 15px;
    width: 4vw;
    height: 1px;
    height: 0.2666666667vw;
    background-color: var(--c-primary);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .footer__nav li:last-of-type {
    border-right: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer__nav li:last-of-type::after {
    display: none;
  }
  .footer__nav a {
    display: block;
    text-decoration: underline;
    font-family: "ApfelGrotezk-Mittel", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 4.1025641026vw;
    line-height: 1.875em;
    padding-left: 0px;
    padding-right: 0px;
    transition: none;
  }
  .footer__nav a:hover {
    opacity: 1;
  }
  .footer__copyright {
    text-align: center;
    font-family: "Messapia-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 3.5897435897vw;
    line-height: 1em;
    margin-bottom: 3.8461538462vw;
  }
  .footer__title {
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: "Messapia-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 8.9743589744vw;
    line-height: 1.2285714286em;
  }
  .footer__colors {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 15px;
    height: 4vw;
    display: flex;
    justify-content: space-between;
    margin-top: -2.5641025641vw;
  }
  .footer__colors span {
    display: block;
    flex-basis: 16.666%;
  }
  #modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    overflow: auto;
    display: none;
  }
  .modal__inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .modal__block {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
  }
  .modal__closeBg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .modal__close {
    text-align: center;
  }
  .modal__close a {
    display: block;
    line-height: 1em;
    padding: 20px 0;
    padding: 5.3333333333vw 0;
    transition: none;
  }
  .modal__close a:hover {
    opacity: 1;
  }
  .modal__close img {
    width: auto;
    height: 13px;
    height: 3.4666666667vw;
  }
  .modal__movie {
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    display: none;
  }
  .modal__button--close {
    width: 40px;
    width: 10.6666666667vw;
    height: 40px;
    height: 10.6666666667vw;
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: -39px;
    top: -10.4vw;
  }
  .modal__button--close a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #000;
    border-width: 0.2666666667vw;
    box-sizing: border-box;
    overflow: hidden;
  }
  .modal__button--close a::before,
  .modal__button--close a::after {
    content: "";
    display: block;
    width: 150%;
    height: 1px;
    height: 0.2666666667vw;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: none;
  }
  .modal__button--close a::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal__button--close a::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal__button--close a:hover::before {
    transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
  }
  .modal__button--close a:hover::after {
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
  }
  .modal__movie__inner {
    position: relative;
    zoom: 1;
  }
  .modal__movie__inner::after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__movie__details__frame {
    line-height: 1em;
    width: 100%;
  }
  .modal__movie__details__frame iframe {
    width: 100%;
    height: 205px;
    height: 54.6666666667vw;
  }
  .modal__comment {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background-color: #f3f3ee;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
  }
}
@keyframes scrollBar {
  0% {
    top: 0%;
    opacity: 1;
  }
  18% {
    top: 100%;
    opacity: 1;
  }
  19% {
    top: 100%;
    opacity: 0;
  }
  20% {
    top: -100%;
    opacity: 0;
  }
  21% {
    top: -100%;
    opacity: 1;
  }
  40% {
    top: 0%;
  }
  100% {
    top: 0%;
  }
}
.main {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 240px;
}
.main__block {
  position: relative;
  z-index: 1;
  margin-left: 7.8125vw;
}
.main__block .block--title {
  font-family: "Messapia-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 7.65625vw;
  line-height: 1.1632653061em;
  color: var(--c-primary);
  margin-bottom: 20px;
}
.main__block .block--lead {
  font-family: "Messapia-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 1.640625vw;
  line-height: 1em;
  color: var(--c-primary);
  display: flex;
}
.main__block .block--lead span {
  display: block;
  border-bottom: 2px solid var(--c-primary);
  box-sizing: border-box;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
}
.main__scroll {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
}
.main__scroll p {
  position: relative;
  padding-top: 20px;
  padding-bottom: 13px;
  overflow: hidden;
}
.main__scroll p::before,
.main__scroll p::after {
  content: "";
  display: block;
  width: 2px;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  transform: translateX(-50%);
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  background-color: var(--c-primary);
}
.main__scroll p::before {
  opacity: 0.1;
}
.main__scroll p::after {
  animation: scrollBar 1.5s ease-in-out 0s infinite normal;
}
.main__scroll span {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--c-primary);
  font-family: "Messapia-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 0.78125vw;
  line-height: 2em;
  background-color: var(--c-background);
}
.main__scroll.is--hidden {
  opacity: 0;
}
.main__items {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.main__items .items--block {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.main__items p {
  width: 100%;
  height: 100%;
  position: relative;
}
.main__items span {
  display: block;
  position: absolute;
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}
.main__items span svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.main__items .items--circle__red {
  width: 8.4375%;
  left: 20.15625%;
  top: -2.5%;
}
.main__items .items--circle__red .item--icon {
  fill: var(--c-accent-red);
}
.main__items .items--circle__blue {
  width: 8.4375%;
  left: 1.796875%;
  top: 25.2777777778%;
}
.main__items .items--circle__blue .item--icon {
  fill: var(--c-accent-blue);
}
.main__items .items--circle__purple {
  width: 8.4375%;
  left: 84.53125%;
  top: 46.25%;
}
.main__items .items--circle__purple .item--icon {
  fill: var(--c-accent-purple);
}
.main__items .items--circle__orange {
  width: 8.4375%;
  left: 95.625%;
  top: 87.5%;
}
.main__items .items--circle__orange .item--icon {
  fill: var(--c-accent-orange);
}
.main__items .items--doubletri__orange {
  width: 12.5%;
  left: 67.34375%;
  top: -7.0833333333%;
}
.main__items .items--doubletri__orange .item--icon {
  fill: var(--c-accent-orange);
}
.main__items .items--doubletri__yellow {
  width: 12.5%;
  left: 60.625%;
  top: 78.4722222222%;
}
.main__items .items--doubletri__yellow .item--icon {
  fill: var(--c-accent-yellow);
}
.main__items .items--doubletri__green {
  width: 12.5%;
  left: 14.6875%;
  top: 95.6944444444%;
}
.main__items .items--doubletri__green .item--icon {
  fill: var(--c-accent-green);
}
.main__items .items--rect__green {
  width: 14.0625%;
  left: 52.734375%;
  top: 21.3888888889%;
}
.main__items .items--rect__green .item--icon {
  fill: var(--c-accent-green);
}
.main__items .items--rect__purple {
  width: 14.0625%;
  left: 11.875%;
  top: 57.6388888889%;
}
.main__items .items--rect__purple .item--icon {
  fill: var(--c-accent-purple);
}
.main__items .items--rect__blue {
  width: 14.0625%;
  left: 95.78125%;
  top: 61.5277777778%;
}
.main__items .items--rect__blue .item--icon {
  fill: var(--c-accent-blue);
}
.main__items .items--rect__red {
  width: 14.0625%;
  left: -5.625%;
  top: 81.8055555556%;
}
.main__items .items--rect__red .item--icon {
  fill: var(--c-accent-red);
}
.main__items .items--tri__red {
  width: 0.78125%;
  left: 2.421875%;
  top: 17.5%;
}
.main__items .items--tri__red .item--icon {
  fill: var(--c-accent-red);
}
.main__items .items--tri__orange {
  width: 0.78125%;
  left: 34.921875%;
  top: 10.2777777778%;
}
.main__items .items--tri__orange .item--icon {
  fill: var(--c-accent-orange);
}
.main__items .items--tri__yellow {
  width: 0.78125%;
  left: 23.984375%;
  top: 90.8333333333%;
}
.main__items .items--tri__yellow .item--icon {
  fill: var(--c-accent-yellow);
}
.main__items .items--tri__red2 {
  width: 0.78125%;
  left: 76.640625%;
  top: 97.2222222222%;
}
.main__items .items--tri__red2 .item--icon {
  fill: var(--c-accent-red);
}
.main__items .items--tri2__purple {
  width: 1.015625%;
  left: 30.078125%;
  top: 82.7777777778%;
}
.main__items .items--tri2__purple .item--icon {
  fill: var(--c-accent-purple);
}
.main__items .items--square__blue {
  width: 1.015625%;
  left: 71.25%;
  top: 16.1111111111%;
}
.main__items .items--square__blue .item--icon {
  fill: var(--c-accent-blue);
}
.main__items .items--square__yellow {
  width: 1.015625%;
  left: 89.53125%;
  top: 32.9166666667%;
}
.main__items .items--square__yellow .item--icon {
  fill: var(--c-accent-yellow);
}
.main__items .items--square__orange {
  width: 1.015625%;
  left: 93.046875%;
  top: 73.0555555556%;
}
.main__items .items--square__orange .item--icon {
  fill: var(--c-accent-orange);
}
.main__items .items--square__green {
  width: 1.015625%;
  left: 1.640625%;
  top: 74.3055555556%;
}
.main__items .items--square__green .item--icon {
  fill: var(--c-accent-green);
}
.main__items .items--dot__green {
  width: 7.265625%;
  left: 17.578125%;
  top: 7.3611111111%;
}
.main__items .items--dot__green .item--icon {
  fill: var(--c-accent-green);
}
.main__items .items--dot__blue {
  width: 7.265625%;
  left: 93.28125%;
  top: 22.0833333333%;
}
.main__items .items--dot__blue .item--icon {
  fill: var(--c-accent-blue);
}
.main__items .items--dot__purple {
  width: 7.265625%;
  left: 8.28125%;
  top: 90.5555555556%;
}
.main__items .items--dot__purple .item--icon {
  fill: var(--c-accent-purple);
}
.main__items .items--dot__purple2 {
  width: 7.265625%;
  left: 38.90625%;
  top: 62.2222222222%;
}
.main__items .items--dot__purple2 .item--icon {
  fill: var(--c-accent-purple);
}
.main__items .items--dot__orange {
  width: 7.265625%;
  left: 81.015625%;
  top: 95.8333333333%;
}
.main__items .items--dot__orange .item--icon {
  fill: var(--c-accent-orange);
}
.content {
  width: 100%;
  position: relative;
}
.content__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.content__bg p {
  background-position: center top;
  background-repeat: repeat-y;
  width: 100%;
  height: 150%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.content__bg .bg--1 {
  background-image: url("../img/common/bg_circle.png");
  background-size: 100% auto;
}
.content__bg .bg--2 {
  background-image: url("../img/common/bg_dot.png");
  background-size: 100% auto;
}
.content__bg .bg--3 {
  background-image: url("../img/common/bg_doubletri.png");
  background-size: 100% auto;
}
.content__bg .bg--4 {
  background-image: url("../img/common/bg_tri.png");
  background-size: 100% auto;
}
.introduction {
  position: relative;
  z-index: 1;
  width: 81.25vw;
  margin: 0 auto;
  margin-bottom: 220px;
}
.introduction__headline {
  margin-bottom: 120px;
}
.introduction__headline .headline--title::before {
  content: "01";
}
.introduction__lead {
  font-family: "Messapia-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 64px;
  line-height: 1em;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.introduction__lead::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--c-primary);
  margin: 0 auto;
}
.introduction__lead span {
  display: block;
  margin-bottom: 60px;
}
.introduction__detail p {
  font-family: "ApfelGrotezk-Mittel", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 30px;
  line-height: 2em;
  letter-spacing: 0.03em;
}
.introduction__detail span {
  background-color: var(--c-background);
}
.requirements {
  position: relative;
  z-index: 1;
  width: 81.25vw;
  margin: 0 auto;
  margin-bottom: 240px;
}
.requirements__headline {
  margin-bottom: 120px;
}
.requirements__headline .headline--title::before {
  content: "02";
}
.requirements__block .block--head {
  border-bottom: 2px solid var(--c-primary);
  box-sizing: border-box;
}
.requirements__block .block--head.border--none {
  border: none;
}
.requirements__block__elm {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid var(--c-primary);
  box-sizing: border-box;
}
.requirements__block__elm:last-of-type {
  border-bottom: none;
}
.requirements__block__elm dl {
  border-right: 2px solid var(--c-primary);
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 80px;
}
.requirements__block__elm dl.column--3 {
  flex-basis: 33.333%;
}
.requirements__block__elm dl.column--2 {
  flex-basis: 50%;
}
.requirements__block__elm dl:nth-of-type(3),
.requirements__block__elm dl:last-of-type {
  border-right: none;
}
.requirements__block__elm dt {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.requirements__block__elm dt .elm--icons {
  position: relative;
  height: 152px;
}
.requirements__block__elm dt .elm--icons__1,
.requirements__block__elm dt .elm--icons__2,
.requirements__block__elm dt .elm--icons__3,
.requirements__block__elm dt .elm--icons__4 {
  position: absolute;
  z-index: 0;
}
.requirements__block__elm dd {
  text-align: center;
  font-family: "ApfelGrotezk-Mittel", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.03em;
}
.requirements__block__elm .elm--1 dt .elm--icons {
  width: 159px;
}
.requirements__block__elm .elm--1 dt .elm--icons__1 {
  left: 0;
  bottom: 0;
}
.requirements__block__elm .elm--1 dt .elm--icons__2 {
  right: 0;
  top: 0;
}
.requirements__block__elm .elm--2 dt .elm--icons {
  width: 195px;
}
.requirements__block__elm .elm--2 dt .elm--icons__1 {
  right: 0;
  bottom: 0;
}
.requirements__block__elm .elm--2 dt .elm--icons__2 {
  left: 0;
  top: 0;
}
.requirements__block__elm .elm--3 dt .elm--icons {
  width: 206px;
}
.requirements__block__elm .elm--3 dt .elm--icons__1 {
  left: 18px;
  bottom: 0px;
}
.requirements__block__elm .elm--3 dt .elm--icons__2 {
  left: 0;
  top: 50px;
}
.requirements__block__elm .elm--3 dt .elm--icons__3 {
  right: 0;
  top: 0;
}
.requirements__block__elm .elm--3 dt .elm--icons__4 {
  left: 115px;
  top: 102px;
}
.requirements__block__elm .elm--4 dt .elm--icons {
  width: 184px;
}
.requirements__block__elm .elm--4 dt .elm--icons__1 {
  left: 0;
  top: 0px;
}
.requirements__block__elm .elm--4 dt .elm--icons__2 {
  right: 0;
  bottom: 0;
}
.requirements__block__elm .elm--5 dt .elm--icons {
  width: 204px;
}
.requirements__block__elm .elm--5 dt .elm--icons__1 {
  left: 20px;
  top: 0px;
}
.requirements__block__elm .elm--5 dt .elm--icons__2 {
  left: 0;
  top: 0;
}
.requirements__block__elm .elm--5 dt .elm--icons__3 {
  right: 0;
  top: 80px;
}
.requirements__plus {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
.requirements__block__skills {
  margin: 0 80px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
}
.requirements__block__skills::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--c-primary);
  position: absolute;
  left: 0;
  top: 0;
}
.requirements__block__skills li {
  font-family: "ApfelGrotezk-Mittel", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  display: flex;
  margin-bottom: 55px;
}
.requirements__block__skills li:last-of-type {
  margin-bottom: 0;
}
.requirements__block__skills li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 30px;
}
.requirements__block__skills .skills--1::before {
  background-color: var(--c-accent-red);
}
.requirements__block__skills .skills--2::before {
  background-color: var(--c-accent-blue);
}
.requirements__block__skills .skills--3::before {
  background-color: var(--c-accent-yellow);
}
.requirements__block__skills .skills--4::before {
  background-color: var(--c-accent-green);
}
.looptext {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: var(--c-primary);
  overflow: hidden;
}
.looptext p {
  display: flex;
}
.looptext span {
  display: block;
  font-size: 120px;
  line-height: 140px;
  color: var(--c-background);
  white-space: nowrap;
  padding-right: 40px;
}
.looptext.font--1 {
  margin-bottom: 120px;
}
.looptext.font--1 span {
  font-family: "Messapia-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
}
.looptext.font--2 {
  margin-bottom: 240px;
}
.looptext.font--2 span {
  font-family: "Messapia-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
}
.loopphoto {
  display: flex;
  width: max-content;
  margin-bottom: 160px;
}
.loopphoto .photos {
  position: relative;
  right: -100vw;
  display: flex;
  flex-direction: row-reverse;
  animation: photoLoop 180s linear infinite;
}
/* 最大高さは360pxで、Current AuditionsのKVより、一回り小さいサイズを設定 */
.loopphoto .photos img {
  display: block;
  aspect-ratio: 16 / 9;
  max-width: calc((81.25vw - 4.8vw) / 2 * 0.9);
  max-height: 360px;
}
@keyframes photoLoop {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(-100%);
  }
}
.process {
  position: relative;
  z-index: 1;
  width: 81.25vw;
  margin: 0 auto;
  margin-bottom: 240px;
}
.process__headline {
  margin-bottom: 120px;
}
.process__headline .headline--title::before {
  content: "03";
}
.process__lead {
  position: relative;
  z-index: 0;
  font-family: "Messapia-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 94px;
  line-height: 94px;
  text-align: center;
  white-space: nowrap;
}
.process__block {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  margin-top: -15px;
}
.process__block dl {
  position: relative;
  border: 2px solid var(--c-primary);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 80px;
  background-color: var(--c-background);
}
.process__block dl::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 200px;
  top: 0;
  background-color: var(--c-primary);
}
.process__block dl::after {
  content: "";
  display: block;
  width: 2px;
  height: 80px;
  position: absolute;
  left: 50%;
  bottom: -82px;
  z-index: 0;
  transform: translateX(-50%);
  background-color: var(--c-primary);
}
.process__block dl:last-of-type {
  margin-bottom: 0;
}
.process__block dl:last-of-type::after {
  display: none;
}
.process__block dt {
  flex-basis: 200px;
  text-align: center;
  font-family: "Messapia-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 80px;
  line-height: 1em;
}
.process__block dd {
  flex-basis: -webkit-calc(100% - 200px);
  flex-basis: calc(100% - 200px);
}
.process__block dd p {
  margin: 0 80px;
}
.process__block dd .type--text {
  font-family: "ApfelGrotezk-Mittel", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 28px;
  line-height: 1.1428571429em;
  letter-spacing: 0.03em;
}
.process__block dd .type--caps {
  font-family: "ApfelGrotezk-Mittel", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  padding-top: 15px;
}
.process__caps {
  width: 100%;
  border: 2px solid var(--c-primary);
  box-sizing: border-box;
  background-color: var(--c-background);
  padding-top: 25px;
  padding-bottom: 25px;
}
.process__caps p {
  margin: 0 40px;
  font-family: "ApfelGrotezk-Mittel", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
.faq {
  position: relative;
  z-index: 1;
  width: 81.25vw;
  margin: 0 auto;
  margin-bottom: 240px;
}
.faq__headline {
  margin-bottom: 90px;
}
.faq__headline .headline--title::before {
  content: "04";
}
.faq__block {
  width: 100%;
  background-color: var(--c-background);
}
.faq__block dl {
  position: relative;
  width: 100%;
  display: flex;
  border-bottom: 2px solid var(--c-primary);
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
.faq__block dl.type--head {
  padding-top: 30px;
  padding-bottom: 30px;
}
.faq__block dl.type--head dt,
.faq__block dl.type--head dd {
  font-family: "Messapia-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 40px;
  line-height: 1.5em;
}
.faq__block dt,
.faq__block dd {
  font-family: "ApfelGrotezk-Mittel", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 0.03em;
}
.faq__block dt p,
.faq__block dd p {
  margin: 0 40px;
}
.faq__block dt {
  flex-basis: 42.3076923077%;
}
.faq__block dd {
  flex-basis: 57.6923076923%;
  border-left: 2px solid var(--c-primary);
  box-sizing: border-box;
}
.faq__block dd a {
  color: var(--c-primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.faq__block dd a:hover {
  opacity: 0.6;
}
.auditions {
  position: relative;
  z-index: 1;
  width: 81.25vw;
  margin: 0 auto;
  margin-bottom: 240px;
}
.auditions__headline {
  margin-bottom: 90px;
}
.auditions__headline .headline--title::before {
  content: "05";
}
.auditions__block {
  display: flex;
  flex-wrap: wrap;
  gap: min(4.8vw, 80px);
  justify-content: center;
  width: 100%;
}
.auditions__block .auditions__item {
  min-width: 45%;
  max-width: calc((100% - min(4.8vw, 80px)) / 2);
  display: flex;
  flex-direction: column;
  padding-bottom: min(3.065vw, 40px);
}
.auditions__block dl dt.head--title {
  font-size: min(1.916vw, 28px);
  margin: min(3.834vw, 50px) 80px 24px min(2.683vw, 40px);
  padding: 0;
}
@media screen and (max-width: 1043px) {
  .auditions__block dl dt.head--title {
    font-size: min(1.724vw, 32px);
  }
}
.auditions__block:has(br) dl dt.head--title {
  min-height: 3em;
}
.auditions__block:has(br) dl dt.head--title:not(:has(br)) {
  line-height: 3em;
}
.auditions__block a.entry {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-block: 24px 0;
  height: 120px;
  background-color: var(--c-primary);
  border-top: 2px solid var(--c-primary);
  border-bottom: 2px solid var(--c-primary);
  box-sizing: border-box;
  transition: all 0.3s;
  text-decoration: none;
}
.auditions__block a.entry:hover {
  background-color: var(--c-background);
}
.auditions__block a.entry:hover .button--text {
  color: var(--c-primary);
}
.auditions__block a.entry:hover .button--icon {
  transform: translateX(10px);
}
.auditions__block a.entry:hover .icon--arrow {
  fill: var(--c-primary);
}
.auditions__block a.entry .button--text {
  color: var(--c-background);
  font-family: "Messapia-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: clamp(20px, 2.25vw, 32px);
  line-height: 1em;
  transition: inherit;
}
.auditions__block a.entry .button--icon {
  transition: inherit;
}
.auditions__block a.entry .icon--arrow {
  fill: var(--c-background);
  transition: inherit;
}
.entry {
  position: relative;
  z-index: 1;
  width: 100%;
}
.entry__button {
  width: 100%;
  border-top: 2px solid var(--c-primary);
  border-bottom: 2px solid var(--c-primary);
  box-sizing: border-box;
}
.entry__button a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: var(--c-background);
  transition: all 0.3s;
}
.entry__button a:hover {
  background-color: var(--c-primary);
}
.entry__button a:hover .button--text {
  color: var(--c-background);
}
.entry__button a:hover .button--icon {
  transform: translateX(10px);
}
.entry__button a:hover .icon--arrow {
  fill: var(--c-background);
}
.entry__button .button--text {
  color: var(--c-primary);
  font-family: "Messapia-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 100px;
  line-height: 1em;
  margin-right: 30px;
  transition: all 0.3s;
}
.entry__button .button--icon {
  line-height: 0;
  vertical-align: top;
  transition: all 0.3s;
}
.entry__button .icon--arrow {
  fill: var(--c-primary);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .main {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    margin-bottom: 20.5128205128vw;
  }
  .main__block {
    position: relative;
    z-index: 1;
    margin-left: 5.1282051282vw;
  }
  .main__block .block--title {
    font-family: "Messapia-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 9.2307692308vw;
    line-height: 1.25em;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .main__block .block--lead {
    font-family: "Messapia-Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 3.0769230769vw;
    line-height: 0.975em;
    display: flex;
  }
  .main__block .block--lead span {
    display: block;
    border-width: 1px;
    border-width: 0.2666666667vw;
    box-sizing: border-box;
    padding-bottom: 7px;
    padding-bottom: 1.8666666667vw;
    padding-left: 3px;
    padding-left: 0.8vw;
    padding-right: 3px;
    padding-right: 0.8vw;
  }
  .main__scroll {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: all 0.3s;
  }
  .main__scroll p {
    position: relative;
    padding-top: 22.5px;
    padding-top: 6vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    overflow: hidden;
  }
  .main__scroll p::before,
  .main__scroll p::after {
    content: "";
    display: block;
    width: 1px;
    width: 0.2666666667vw;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    transform: translateX(-50%);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .main__scroll p::before {
    opacity: 0.1;
  }
  .main__scroll p::after {
    animation: scrollBar 1.5s ease-in-out 0s infinite normal;
  }
  .main__scroll span {
    position: relative;
    z-index: 1;
    display: block;
    font-family: "Messapia-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 2.5641025641vw;
    line-height: 2.85em;
  }
  .main__scroll.is--hidden {
    opacity: 0;
  }
  .main__items {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .main__items .items--block {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .main__items p {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main__items span {
    display: block;
    position: absolute;
    line-height: 0;
    font-size: 0;
    vertical-align: top;
  }
  .main__items span svg {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .main__items .items--circle__red {
    width: 24.358974359%;
    left: 21.9230769231%;
    top: -4.5387994143%;
  }
  .main__items .items--circle__red .item--icon {
    fill: var(--c-accent-red);
  }
  .main__items .items--circle__blue {
    width: 24.358974359%;
    left: -7.0512820513%;
    top: 30.3806734993%;
  }
  .main__items .items--circle__blue .item--icon {
    fill: var(--c-accent-blue);
  }
  .main__items .items--circle__purple {
    width: 24.358974359%;
    left: 63.0769230769%;
    top: 56.8814055637%;
  }
  .main__items .items--circle__purple .item--icon {
    fill: var(--c-accent-purple);
  }
  .main__items .items--circle__orange {
    width: 24.358974359%;
    left: 87.8205128205%;
    top: 93.1185944363%;
  }
  .main__items .items--circle__orange .item--icon {
    fill: var(--c-accent-orange);
  }
  .main__items .items--doubletri__orange {
    width: 31.6666666667%;
    left: 77.6923076923%;
    top: 22.6939970717%;
  }
  .main__items .items--doubletri__orange .item--icon {
    fill: var(--c-accent-orange);
  }
  .main__items .items--doubletri__yellow {
    width: 31.6666666667%;
    left: 8.0769230769%;
    top: 76.5739385066%;
  }
  .main__items .items--doubletri__yellow .item--icon {
    fill: var(--c-accent-yellow);
  }
  .main__items .items--doubletri__green {
    width: 31.6666666667%;
    left: -1.0256410256%;
    top: 94.8023426061%;
  }
  .main__items .items--doubletri__green .item--icon {
    fill: var(--c-accent-green);
  }
  .main__items .items--rect__green {
    width: 38.9743589744%;
    left: 34.6153846154%;
    top: 12.6647144949%;
  }
  .main__items .items--rect__green .item--icon {
    fill: var(--c-accent-green);
  }
  .main__items .items--rect__purple {
    width: 38.9743589744%;
    left: -23.5897435897%;
    top: 18.8872620791%;
  }
  .main__items .items--rect__purple .item--icon {
    fill: var(--c-accent-purple);
  }
  .main__items .items--rect__blue {
    width: 38.9743589744%;
    left: 87.5641025641%;
    top: 75.1830161054%;
  }
  .main__items .items--rect__blue .item--icon {
    fill: var(--c-accent-blue);
  }
  .main__items .items--rect__red {
    width: 32.9487179487%;
    left: -28.4615384615%;
    top: 62.5915080527%;
  }
  .main__items .items--rect__red .item--icon {
    fill: var(--c-accent-red);
  }
  .main__items .items--tri__red {
    width: 1.9230769231%;
    left: 63.2051282051%;
    top: 96.5592972182%;
  }
  .main__items .items--tri__red .item--icon {
    fill: var(--c-accent-red);
  }
  .main__items .items--tri__orange {
    display: none;
  }
  .main__items .items--tri__yellow {
    width: 2.9487179487%;
    left: 53.9743589744%;
    top: 24.6705710102%;
  }
  .main__items .items--tri__yellow .item--icon {
    fill: var(--c-accent-yellow);
  }
  .main__items .items--tri__red2 {
    display: none;
  }
  .main__items .items--tri2__purple {
    width: 2.9487179487%;
    left: 93.5897435897%;
    top: 12.6647144949%;
  }
  .main__items .items--tri2__purple .item--icon {
    fill: var(--c-accent-purple);
  }
  .main__items .items--square__blue {
    width: 2.9487179487%;
    left: 68.7179487179%;
    top: 18.8872620791%;
  }
  .main__items .items--square__blue .item--icon {
    fill: var(--c-accent-blue);
  }
  .main__items .items--square__yellow {
    display: none;
  }
  .main__items .items--square__orange {
    width: 2.9487179487%;
    left: 82.0512820513%;
    top: 81.0395314788%;
  }
  .main__items .items--square__orange .item--icon {
    fill: var(--c-accent-orange);
  }
  .main__items .items--square__green {
    width: 2.9487179487%;
    left: 7.6923076923%;
    top: 67.8623718887%;
  }
  .main__items .items--square__green .item--icon {
    fill: var(--c-accent-green);
  }
  .main__items .items--dot__green {
    width: 19.4871794872%;
    left: 11.1538461538%;
    top: 24.6705710102%;
  }
  .main__items .items--dot__green .item--icon {
    fill: var(--c-accent-green);
  }
  .main__items .items--dot__blue {
    width: 19.4871794872%;
    left: 65.3846153846%;
    top: 4.0995607613%;
  }
  .main__items .items--dot__blue .item--icon {
    fill: var(--c-accent-blue);
  }
  .main__items .items--dot__purple {
    width: 19.4871794872%;
    left: 17.0512820513%;
    top: 72.1083455344%;
  }
  .main__items .items--dot__purple .item--icon {
    fill: var(--c-accent-purple);
  }
  .main__items .items--dot__purple2 {
    display: none;
  }
  .main__items .items--dot__orange {
    width: 19.4871794872%;
    left: 93.7179487179%;
    top: 49.4875549048%;
  }
  .main__items .items--dot__orange .item--icon {
    fill: var(--c-accent-orange);
  }
  .content {
    width: 100%;
    position: relative;
  }
  .content__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
  }
  .content__bg p {
    background-position: center top;
    background-repeat: repeat-y;
    width: 100%;
    height: 150%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .content__bg .bg--1 {
    background-image: url("../img/common/bg_circle_sp.png");
    background-size: 100% auto;
  }
  .content__bg .bg--2 {
    background-image: url("../img/common/bg_dot_sp.png");
    background-size: 100% auto;
  }
  .content__bg .bg--3 {
    background-image: url("../img/common/bg_doubletri_sp.png");
    background-size: 100% auto;
  }
  .content__bg .bg--4 {
    background-image: url("../img/common/bg_tri_sp.png");
    background-size: 100% auto;
  }
  .introduction {
    position: relative;
    z-index: 1;
    width: 89.7435897436vw;
    margin: 0 auto;
    margin-bottom: 19.2307692308vw;
  }
  .introduction__headline {
    margin-bottom: 10.2564102564vw;
  }
  .introduction__headline .headline--title::before {
    content: "01";
  }
  .introduction__lead {
    font-family: "Messapia-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 8.2051282051vw;
    line-height: 1em;
    text-align: center;
    position: relative;
    margin-bottom: 3.0769230769vw;
  }
  .introduction__lead::after {
    content: "";
    display: block;
    width: 5.1282051282vw;
    height: 0.2564102564vw;
    margin: 0 auto;
  }
  .introduction__lead span {
    display: block;
    margin-bottom: 6.4102564103vw;
  }
  .introduction__detail p {
    font-family: "ApfelGrotezk-Mittel", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 4.6153846154vw;
    line-height: 1.5em;
    letter-spacing: 0.03em;
  }
  .requirements {
    position: relative;
    z-index: 1;
    width: 89.7435897436vw;
    margin: 0 auto;
    margin-bottom: 20.5128205128vw;
  }
  .requirements__headline {
    margin-bottom: 10.2564102564vw;
  }
  .requirements__headline .headline--title::before {
    content: "02";
  }
  .requirements__block .block--head {
    border-width: 1px;
    border-width: 0.2666666667vw;
    box-sizing: border-box;
  }
  .requirements__block .block--head.border--none {
    border: none;
  }
  .requirements__block__elm {
    padding-top: 0vw;
    padding-bottom: 0vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    box-sizing: border-box;
  }
  .requirements__block__elm:last-of-type {
    border-bottom: none;
  }
  .requirements__block__elm dl {
    border-right: none;
    border-bottom: 1px solid var(--c-primary);
    border-width: 0.2666666667vw;
    box-sizing: border-box;
    padding-top: 6.4102564103vw;
    padding-bottom: 6.4102564103vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .requirements__block__elm dl.column--3 {
    flex-basis: 88.5714285714%;
  }
  .requirements__block__elm dl.column--2 {
    flex-basis: 88.5714285714%;
  }
  .requirements__block__elm dl:nth-of-type(3),
  .requirements__block__elm dl:last-of-type {
    border-right: none;
  }
  .requirements__block__elm dl:last-of-type {
    border-bottom: none;
  }
  .requirements__block__elm dl:nth-of-type(3) {
    border-bottom: 1px solid var(--c-primary);
    border-width: 0.2666666667vw;
  }
  .requirements__block__elm dt {
    display: block;
    flex-basis: 45.4545454545vw;
    margin-bottom: 0vw;
  }
  .requirements__block__elm dt .elm--icons {
    position: relative;
    height: 17.6923076923vw;
    margin: 0 auto;
  }
  .requirements__block__elm dt .elm--icons__1,
  .requirements__block__elm dt .elm--icons__2,
  .requirements__block__elm dt .elm--icons__3,
  .requirements__block__elm dt .elm--icons__4 {
    position: absolute;
    z-index: 0;
  }
  .requirements__block__elm dt .elm--icons__1 img,
  .requirements__block__elm dt .elm--icons__2 img,
  .requirements__block__elm dt .elm--icons__3 img,
  .requirements__block__elm dt .elm--icons__4 img {
    width: 100%;
    height: auto;
  }
  .requirements__block__elm dd {
    flex-basis: 54.5454545455vw;
    text-align: left;
    font-family: "ApfelGrotezk-Mittel", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 3.5897435897vw;
    line-height: 1.5em;
    letter-spacing: 0.03em;
  }
  .requirements__block__elm .elm--1 dt .elm--icons {
    width: 18.2051282051vw;
  }
  .requirements__block__elm .elm--1 dt .elm--icons__1 {
    left: 0;
    bottom: 0;
    width: 16.9230769231vw;
  }
  .requirements__block__elm .elm--1 dt .elm--icons__2 {
    right: 0;
    top: 0;
    width: 5.3846153846vw;
  }
  .requirements__block__elm .elm--2 dt .elm--icons {
    width: 22.3076923077vw;
  }
  .requirements__block__elm .elm--2 dt .elm--icons__1 {
    right: 0;
    bottom: 0;
    width: 12.5641025641vw;
  }
  .requirements__block__elm .elm--2 dt .elm--icons__2 {
    left: 0;
    top: 0;
    width: 9.4871794872vw;
  }
  .requirements__block__elm .elm--3 dt .elm--icons {
    width: 23.3333333333vw;
  }
  .requirements__block__elm .elm--3 dt .elm--icons__1 {
    left: 2.3076923077vw;
    bottom: 0px;
    width: 20.1282051282vw;
  }
  .requirements__block__elm .elm--3 dt .elm--icons__2 {
    left: 0;
    top: 6.4102564103vw;
    width: 8.7179487179vw;
  }
  .requirements__block__elm .elm--3 dt .elm--icons__3 {
    right: 0;
    top: 0;
    width: 7.4358974359vw;
  }
  .requirements__block__elm .elm--3 dt .elm--icons__4 {
    left: 13.4615384615vw;
    top: 11.5384615385vw;
    width: 5.1282051282vw;
  }
  .requirements__block__elm .elm--4 dt .elm--icons {
    width: 22.0512820513vw;
  }
  .requirements__block__elm .elm--4 dt .elm--icons__1 {
    left: 0;
    top: 0px;
    width: 18.4615384615vw;
  }
  .requirements__block__elm .elm--4 dt .elm--icons__2 {
    right: 0;
    bottom: 0;
    width: 7.9487179487vw;
  }
  .requirements__block__elm .elm--5 dt .elm--icons {
    width: 23.3333333333vw;
  }
  .requirements__block__elm .elm--5 dt .elm--icons__1 {
    left: 2.5641025641vw;
    top: 0px;
    width: 16.6666666667vw;
  }
  .requirements__block__elm .elm--5 dt .elm--icons__2 {
    left: 0;
    top: 0;
    width: 8.2051282051vw;
  }
  .requirements__block__elm .elm--5 dt .elm--icons__3 {
    right: 0;
    top: 10.2564102564vw;
    width: 5.641025641vw;
  }
  .requirements__plus {
    text-align: center;
    padding-top: 10.2564102564vw;
    padding-bottom: 10.2564102564vw;
  }
  .requirements__plus img {
    width: 15.3846153846vw;
    height: auto;
  }
  .requirements__block__skills {
    margin-left: 5.1282051282vw;
    margin-right: 5.1282051282vw;
    position: relative;
    padding-top: 10.2564102564vw;
    padding-bottom: 15.3846153846vw;
  }
  .requirements__block__skills::before {
    content: "";
    display: block;
    width: 17.5px;
    width: 4.6666666667vw;
    height: 1px;
    height: 0.2666666667vw;
    position: absolute;
    left: 0;
    top: 0px;
    top: 0vw;
  }
  .requirements__block__skills li {
    font-family: "ApfelGrotezk-Mittel", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 4.1025641026vw;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10.2564102564vw;
  }
  .requirements__block__skills li:last-of-type {
    margin-bottom: 0;
  }
  .requirements__block__skills li::before {
    content: "";
    display: block;
    flex-basis: 4.6153846154vw;
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    margin-right: 0vw;
    transform: translateY(2px);
    transform: translateY(0.5333333333vw);
  }
  .requirements__block__skills li span {
    display: block;
    flex-basis: 69.2307692308vw;
  }
  .looptext {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
  }
  .looptext p {
    display: flex;
  }
  .looptext span {
    display: block;
    font-size: 10.2564102564vw;
    line-height: 12.8205128205vw;
    white-space: nowrap;
    padding-right: 5.1282051282vw;
  }
  .looptext.font--1 {
    margin-bottom: 20.5128205128vw;
  }
  .looptext.font--1 span {
    font-family: "Messapia-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
  }
  .looptext.font--2 {
    margin-bottom: 20.5128205128vw;
  }
  .looptext.font--2 span {
    font-family: "Messapia-Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
  }
  .loopphoto {
    margin-bottom: 20.5128205128vw;
  }
  /* PCの動的なサイズ調整を初期化、height 180pxで固定 */
  .loopphoto .photos img {
    max-width: initial;
    max-height: initial;
    height: 180px;
  }
  .process {
    position: relative;
    z-index: 1;
    width: 89.7435897436vw;
    margin: 0 auto;
    margin-bottom: 20.5128205128vw;
  }
  .process__headline {
    margin-bottom: 9.6153846154vw;
  }
  .process__headline .headline--title::before {
    content: "03";
  }
  .process__lead {
    position: relative;
    z-index: 0;
    font-family: "Messapia-Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 8.0769230769vw;
    line-height: 8.0769230769vw;
    text-align: center;
    white-space: nowrap;
  }
  .process__block {
    position: relative;
    z-index: 1;
    margin-bottom: 7.6923076923vw;
    margin-top: -1.2820512821vw;
  }
  .process__block dl {
    position: relative;
    border-width: 1px;
    border-width: 0.2666666667vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
  }
  .process__block dl::before {
    content: "";
    display: block;
    width: 1px;
    width: 0.2666666667vw;
    height: 100%;
    position: absolute;
    left: 60px;
    left: 16vw;
    top: 0;
  }
  .process__block dl::after {
    content: "";
    display: block;
    width: 1px;
    width: 0.2666666667vw;
    height: 30px;
    height: 8vw;
    position: absolute;
    left: 50%;
    bottom: -30px;
    bottom: -8vw;
    z-index: 0;
    transform: translateX(-50%);
  }
  .process__block dl:last-of-type {
    margin-bottom: 0;
  }
  .process__block dl:last-of-type::after {
    display: none;
  }
  .process__block dl.block--3,
  .process__block dl.block--4 {
    align-items: flex-start;
  }
  .process__block dl.block--3 span,
  .process__block dl.block--4 span {
    transform: translateY(-4px);
    transform: translateY(-1.0666666667vw);
  }
  .process__block dl span {
    display: block;
  }
  .process__block dt {
    flex-basis: 60px;
    flex-basis: 16vw;
    text-align: center;
    font-family: "Messapia-Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 6.1538461538vw;
    line-height: 1em;
  }
  .process__block dd {
    flex-basis: -webkit-calc(100% - 60px);
    flex-basis: -webkit-calc(100% - 16vw);
    flex-basis: calc(100% - 60px);
    flex-basis: calc(100% - 16vw);
  }
  .process__block dd p {
    margin: 0 20px;
    margin: 0 5.3333333333vw;
  }
  .process__block dd span {
    display: block;
    margin-bottom: 3.8461538462vw;
  }
  .process__block dd span:last-of-type {
    margin-bottom: 0;
  }
  .process__block dd .type--text {
    font-family: "ApfelGrotezk-Mittel", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 4.1025641026vw;
    line-height: 1.1428571429em;
    letter-spacing: 0.03em;
  }
  .process__block dd .type--caps {
    font-family: "ApfelGrotezk-Mittel", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 3.0769230769vw;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    padding-top: 3.8461538462vw;
  }
  .process__caps {
    width: 100%;
    border-width: 1px;
    border-width: 0.2666666667vw;
    box-sizing: border-box;
    padding-top: 3.8461538462vw;
    padding-bottom: 3.8461538462vw;
  }
  .process__caps p {
    margin: 0 20px;
    margin: 0 5.3333333333vw;
    font-family: "ApfelGrotezk-Mittel", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 3.0769230769vw;
    line-height: 1.5em;
    letter-spacing: 0.03em;
  }
  .faq {
    position: relative;
    z-index: 1;
    width: 89.7435897436vw;
    margin: 0 auto;
    margin-bottom: 15.3846153846vw;
  }
  .faq__headline {
    margin-bottom: 10.2564102564vw;
  }
  .faq__headline .headline--title::before {
    content: "04";
  }
  .faq__block {
    width: 100%;
    border-top: 1px solid var(--c-primary);
    border-width: 0.2666666667vw;
    box-sizing: border-box;
  }
  .faq__block dl {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-width: 1px;
    border-width: 0.2666666667vw;
    box-sizing: border-box;
    padding-top: 6.4102564103vw;
    padding-bottom: 6.4102564103vw;
  }
  .faq__block dl.type--head {
    display: none;
  }
  .faq__block dt,
  .faq__block dd {
    flex-basis: 100%;
    font-family: "ApfelGrotezk-Mittel", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 4.1025641026vw;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    display: flex;
    justify-content: space-between;
  }
  .faq__block dt p,
  .faq__block dd p {
    margin: 0px;
    flex-basis: -webkit-calc(100% - 50px);
    flex-basis: -webkit-calc(100% - 13.3333333333vw);
    flex-basis: calc(100% - 50px);
    flex-basis: calc(100% - 13.3333333333vw);
  }
  .faq__block dt::before,
  .faq__block dd::before {
    display: block;
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    border-radius: 9.2307692308vw;
    background-color: var(--c-primary);
    font-family: "Messapia-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    color: var(--c-background);
    font-size: 5.1282051282vw;
    line-height: 9.2307692308vw;
    text-align: center;
  }
  .faq__block dt {
    margin-bottom: 6.4102564103vw;
  }
  .faq__block dt::before {
    content: "Q";
  }
  .faq__block dd {
    border-left: none;
    box-sizing: border-box;
  }
  .faq__block dd::before {
    content: "A";
  }
  .faq__block dd a {
    text-decoration: underline;
    transition: none;
  }
  .faq__block dd a:hover {
    opacity: 1;
  }
  .auditions {
    width: 89.7435897436vw;
    margin-bottom: 15.3846153846vw;
  }
  .auditions__headline {
    margin-bottom: 10.2564102564vw;
  }
  .auditions__block {
    flex-direction: column;
    gap: 7.6923076923vw;
  }
  .auditions__block .auditions__item {
    width: 100%;
    min-width: initial;
    max-width: initial;
    padding-bottom: 24px;
  }
  .auditions__block dl dt.head--title {
    margin: 7.6923076923vw 5.7692307692vw;
    font-size: 5.1282051282vw;
  }
  .auditions__block:has(br) dl dt.head--title {
    min-height: initial;
  }
  .auditions__block:has(br) dl dt.head--title:not(:has(br)) {
    line-height: inherit;
  }
  .auditions__block a.entry {
    height: 96px;
  }
  .auditions__block a.entry .button--text {
    font-size: 6.4102564103vw;
  }
  .entry {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .entry__button {
    width: 100%;
    border-top: none;
    border-bottom: none;
    box-sizing: border-box;
  }
  .entry__button a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding-top: 7.6923076923vw;
    padding-bottom: 7.6923076923vw;
    background-color: var(--c-primary);
    transition: none;
  }
  .entry__button a:hover .button--icon {
    transform: translateX(0px);
  }
  .entry__button .button--text {
    color: var(--c-background);
    font-family: "Messapia-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 10.2564102564vw;
    line-height: 1em;
    margin-right: 3.2051282051vw;
    transition: none;
  }
  .entry__button .button--icon {
    line-height: 0;
    vertical-align: top;
    transition: none;
    width: 14.1025641026vw;
    height: auto;
  }
  .entry__button .button--icon svg {
    width: 100%;
    height: auto;
  }
  .entry__button .icon--arrow {
    fill: var(--c-background);
    transition: none;
  }
}
