@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
pre, code {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

*:hover,
*:focus,
*:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* All */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/* Anchor */
a {
  text-decoration: none;
}

.linkBtn {
  color: #fff;
  background-color: #1b44f8;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 2px 10px;
  display: inline-block;
}

/* Figure */
figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
figure img,
figure amp-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Video */
.videoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

header video,
main video,
footer video {
  width: 100%;
  height: auto;
}

/* Table */
table {
  border-collapse: collapse;
}

/* Canvas */
canvas {
  vertical-align: bottom;
}

/* Source code */
pre, code {
  text-align: left;
}

code ol.linenums {
  list-style: inside;
}

code ol.linenums li {
  list-style-type: decimal-leading-zero;
}

pre {
  border-top: 2px solid #eeeeee;
  border-top-style: inset;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  border-left-style: inset;
  padding: 5px;
}

pre:not(:first-child) {
  margin-top: 30px;
}

address {
  font-style: normal;
}

@media only screen and (min-width: 464.1px) {
  br.sp,
img.sp,
span.sp {
    display: none;
  }
}
@media only screen and (max-width: 464px) {
  br.pc,
img.pc,
span.pc {
    display: none;
  }
}

body,
body a {
  font-family: "New Tegomin", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: #181818;
  color: #fff;
}
@media only screen and (min-width: 464.1px) {
  body,
body a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 464px) {
  body,
body a {
    font-size: 14px;
  }
}
body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
  font-family: "New Tegomin", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: #181818;
  color: #fff;
}
@media only screen and (min-width: 464.1px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 464px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 14px;
  }
}

form {
  width: 100%;
  margin: 0 auto;
}

fieldset {
  border: none;
}

label {
  display: inline-block;
}

input,
select,
button {
  font-size: 1em;
  -webkit-appearance: none;
  display: inline-block;
}

[type=radio],
[type=checkbox] {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -99999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
[type=radio] + label,
[type=checkbox] + label {
  padding-left: 55px;
  cursor: pointer;
}
[type=radio] + label::before, [type=radio] + label::after,
[type=checkbox] + label::before,
[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
[type=radio] + label::before,
[type=checkbox] + label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  left: 0;
}
[type=radio] + label::after,
[type=checkbox] + label::after {
  width: 14px;
  height: 14px;
  background-color: orange;
  border-radius: 50%;
  left: 8px;
  opacity: 0;
}
[type=radio]:checked + label::after,
[type=checkbox]:checked + label::after {
  opacity: 1;
}

textarea {
  resize: none;
}

.selectWrap select {
  width: 100%;
  cursor: pointer;
}
.selectWrap select::-ms-expand {
  display: none;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
}

h2.withMark {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.005em;
  text-align: center;
  padding-top: 33px;
}
h2.withMark::before {
  content: "";
  width: 32px;
  height: 29px;
  background: url("../images/icon_mark.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bgButton {
  max-width: 295px;
  height: 61.7px;
  display: block;
  margin: 0 auto;
}
.bgButton::before {
  z-index: 1;
}
.bgButton span {
  z-index: 2;
}
.bgButton::after {
  z-index: 3;
}
.bgButton span {
  width: 100%;
  height: 100%;
  background: url("../images/button_bg.png") no-repeat center center;
  background-size: contain;
  background-size: 100% 100%;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bgButton::before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background-color: #912A1D;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 4px 40px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 4px 40px 0 rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
}

.iframeWrap {
  padding-top: 56.25%;
}
.iframeWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

[data-fadein-trriger] [data-fadein-target][data-fadein-target="1"] {
  -webkit-transition-delay: 0.5s, 0.5s;
  transition-delay: 0.5s, 0.5s;
}
[data-fadein-trriger] [data-fadein-target][data-fadein-target="2"] {
  -webkit-transition-delay: 1s, 1s;
  transition-delay: 1s, 1s;
}
[data-fadein-trriger] [data-fadein-target][data-fadein-target="3"] {
  -webkit-transition-delay: 1.5s, 1.5s;
  transition-delay: 1.5s, 1.5s;
}
[data-fadein-trriger] [data-fadein-target][data-fadein-target="4"] {
  -webkit-transition-delay: 2s, 2s;
  transition-delay: 2s, 2s;
}
[data-fadein-trriger][data-fadein-trriger=blur] [data-fadein-target] {
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: filter, opacity;
  transition-property: filter, opacity, -webkit-filter;
  -webkit-transition-duration: 1s, 1s;
  transition-duration: 1s, 1s;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
}
[data-fadein-trriger][data-fadein-trriger=blur].on [data-fadein-target] {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
[data-fadein-trriger][data-fadein-trriger=normal] [data-fadein-target] {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
}
[data-fadein-trriger][data-fadein-trriger=normal].on [data-fadein-target] {
  opacity: 1;
}

body {
  min-width: 320px;
}
@media only screen and (min-width: 464.1px) {
  body {
    height: 100vh;
    height: 100svh;
    background: url("../images/body_bg_pc.png") no-repeat center center;
    background-size: contain;
    background-size: cover;
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 464px) and (max-width: 1200px) {
  body {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 720px) {
  body {
    padding-top: 84px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 464px) {
  body {
    padding-top: 0;
  }
}
body .container {
  width: 91.46%;
  margin: 0 auto;
}
@media only screen and (min-width: 464.1px) {
  body .mainViewWrap {
    width: 464px;
    height: calc(100vh - 48px);
    height: calc(100svh - 48px);
    background: url("../images/main_border_pc.png") no-repeat center center;
    background-size: contain;
    background-size: 100% 100%;
    padding: 12px;
    margin: 0 auto;
  }
  body .mainViewWrap .bgPcRight {
    width: calc((100vw - 464px) / 2);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
  }
  body .mainViewWrap .bgPcRight figure {
    width: 200px;
  }
}
@media only screen and (min-width: 464px) and (max-width: 1200px) {
  body .mainViewWrap {
    margin-right: 0;
  }
  body .mainViewWrap::after {
    content: none;
  }
  body .mainViewWrap .bgPcRight {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  body .mainViewWrap {
    max-width: 440px;
    height: calc(100vh - 24px - 84px);
    height: calc(100svh - 24px - 84px);
    margin-right: auto;
  }
  body .mainViewWrap .bgPcRight {
    display: none;
  }
}
@media only screen and (max-width: 464px) {
  body .mainViewWrap .bgPcRight {
    display: none;
  }
}
@media only screen and (min-width: 464.1px) {
  body .mainView {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  body .mainView::-webkit-scrollbar {
    width: 5px;
    background: #000;
  }
  body .mainView::-webkit-scrollbar-thumb {
    background-color: rgba(224, 224, 224, 0.6);
    border-radius: 5px;
  }
}
@media only screen and (min-width: 720.1px) {
  header {
    width: calc((100vw - 464px) / 2);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 100%;
    z-index: 1000;
  }
  header .logo {
    width: 191px;
    margin: 0 auto;
  }
  header .logo h1 img {
    width: 100%;
    height: auto;
  }
  header nav {
    margin-top: 98px;
  }
  header nav .navList {
    min-width: 260px;
    border-left: 2px solid #666666;
  }
  header nav .navList > li {
    border-left: 2px solid rgba(191, 23, 23, 0);
    padding-left: 54px;
    left: -2px;
  }
  header nav .navList > li:not(:first-child) {
    margin-top: 16px;
  }
  header nav .navList > li a {
    font-family: "Hina Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 2.2;
  }
  header nav .navList > li a:hover {
    color: #BF1717;
  }
  header nav .navList > li.current {
    border-color: #BF1717;
  }
  header nav .navList > li.current a {
    color: #BF1717;
  }
}
@media only screen and (min-width: 464px) and (max-width: 1200px) {
  header {
    width: calc(100vw - 464px);
    right: 100%;
  }
  header nav .navList {
    min-width: initial;
  }
}
@media only screen and (max-width: 720px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  header::before {
    content: none;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 24, 24, 0.5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .top {
    width: 100%;
    height: 64px;
    background: -webkit-gradient(linear, left top, left bottom, from(#181818), to(rgba(24, 24, 24, 0)));
    background: -webkit-linear-gradient(top, #181818 0%, rgba(24, 24, 24, 0) 100%);
    background: linear-gradient(to bottom, #181818 0%, rgba(24, 24, 24, 0) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  header .logo {
    width: 122px;
    margin-left: 16px;
  }
  header .logo h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .logo h1 picture, header .logo h1 img {
    width: 100%;
    height: auto;
  }
  header .menu {
    width: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    cursor: pointer;
  }
  header .menu span {
    width: 100%;
    height: 2px;
    font-size: 0;
    background: url("../images/header_menu_line.svg") no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 16px;
    margin: auto;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  header .menu span:nth-child(1) {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  header .menu span:nth-child(3) {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  header nav {
    width: 100%;
    height: calc(100vh - 64px);
    height: calc(100svh - 64px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header nav .navList li {
    text-align: center;
  }
  header nav .navList li:not(:first-child) {
    margin-top: 24px;
  }
  header nav .navList li a {
    font-family: "Hina Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 2.2;
  }

  body:not(.navOpen) header nav {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: -99999;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
  }
  body.navOpen header::before {
    content: "";
  }
  body.navOpen header .menu span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.navOpen header .menu span:nth-child(2) {
    opacity: 0;
  }
  body.navOpen header .menu span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
main {
  background-color: #181818;
}
main .gradBg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0)), color-stop(20%, rgba(20, 20, 20, 0.57)), to(#141414));
  background: -webkit-linear-gradient(top, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.57) 20%, #141414 100%);
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.57) 20%, #141414 100%);
}

footer {
  text-align: center;
  background-color: #181818;
  padding: 30px 0;
}
footer small {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.002em;
}

.section#loading {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background-color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  pointer-events: none;
  -webkit-transition: all 0s 1s, opacity 2s;
  transition: all 0s 1s, opacity 2s;
}
.section#loading figure {
  width: 375px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section#loading figure.bg2 {
  opacity: 0;
  -webkit-transition: opacity 1s 0.5s;
  transition: opacity 1s 0.5s;
}
.section#loading figure.bg3 {
  opacity: 0;
  -webkit-transition: opacity 1.5s 1.5s;
  transition: opacity 1.5s 1.5s;
}

body.loading .section#loading figure.bg {
  opacity: 1;
}
body.loading .section#loading figure.bg2 {
  opacity: 1;
}
body.loading .section#loading figure.bg3 {
  opacity: 1;
}
body.loading .section#loading.end figure {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
body.loading .section#loading.end figure.bg2 {
  opacity: 0;
}
body.loading .section#loading.end figure.bg3 {
  opacity: 0;
}
body.loaded .section#loading {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -99999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}

@media only screen and (min-width: 464.1px) {
  .mainViewWrap::after {
    -webkit-transition: opacity 0.7s 5s;
    transition: opacity 0.7s 5s;
    opacity: 0;
  }
}

header {
  -webkit-transition: opacity 0.7s 5s;
  transition: opacity 0.7s 5s;
  opacity: 0;
}
@media only screen and (max-width: 464px) {
  header {
    -webkit-transition: -webkit-transform 0.7s 4s;
    transition: -webkit-transform 0.7s 4s;
    transition: transform 0.7s 4s;
    transition: transform 0.7s 4s, -webkit-transform 0.7s 4s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.section#mv .texts .center {
  -webkit-transition: opacity 2s 2s;
  transition: opacity 2s 2s;
  opacity: 0;
}
.section#mv .texts .left, .section#mv .texts .right {
  -webkit-transition: opacity 1s 3.5s;
  transition: opacity 1s 3.5s;
  opacity: 0;
}
.section#mv .anime {
  -webkit-transition: opacity 0.7s 3.5s;
  transition: opacity 0.7s 3.5s;
  opacity: 0;
}

@media only screen and (min-width: 464.1px) {
  body.loaded .mainViewWrap::after {
    opacity: 1;
  }
}
body.loaded header {
  opacity: 1;
}
@media only screen and (max-width: 464px) {
  body.loaded header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.loaded .section#mv .texts .center {
  opacity: 1;
}
body.loaded .section#mv .texts .left, body.loaded .section#mv .texts .right {
  opacity: 1;
}
body.loaded .section#mv .anime {
  opacity: 1;
}
body:not(.loaded) header {
  pointer-events: none;
}

.section#mvbg {
  height: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.section#mvbg figure {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
@media only screen and (min-width: 464.1px) {
  .section#mvbg figure {
    top: calc((100vh - 84px - 24px - 24px - 885px) / 2);
    top: calc((100svh - 84px - 24px - 24px - 885px) / 2);
  }
}
@media only screen and (max-width: 464px) {
  .section#mvbg figure {
    top: calc((100vh - 785px) / 2);
    top: calc((100svh - 785px) / 2);
  }
}
.section#mvbg figure:nth-child(n+2) {
  position: absolute;
  left: 0;
}
.section#mvbg figure:not(.on) {
  -webkit-transition: opacity 0.5s 1s;
  transition: opacity 0.5s 1s;
  opacity: 0;
}

@media only screen and (min-width: 464.1px) {
  .section#mv {
    padding-top: calc((100vh - 520px) / 2);
    padding-top: calc((100svh - 520px) / 2);
  }
}
@media only screen and (max-width: 464px) {
  .section#mv {
    padding-top: calc((100vh - 420px) / 2);
    padding-top: calc((100svh - 420px) / 2);
  }
}
.section#mv .texts {
  width: 110px;
  margin: 0 auto;
}
.section#mv .texts .left, .section#mv .texts .right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section#mv .texts .left {
  width: 57px;
  right: calc(100% + 41px);
}
.section#mv .texts .right {
  width: 62px;
  left: calc(100% + 34px);
}
@media only screen and (min-width: 464.1px) {
  .section#mv .anime {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 464px) {
  .section#mv .anime {
    margin-top: -80px;
  }
}

.section#introduction {
  padding-top: 120px;
  padding-bottom: 80px;
}
.section#introduction .container {
  width: 78.66%;
}
.section#introduction .text1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0 auto;
}
.section#introduction .text1 > span {
  font-family: "Hina Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 55px;
  letter-spacing: 0.05em;
}
.section#introduction .text1 > span:nth-child(2) {
  padding-top: 41px;
}
.section#introduction .text1 > span:nth-child(3) {
  padding-top: 73px;
}
.section#introduction .text2 {
  margin-top: 56px;
}
.section#introduction .text2 p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.section#introduction .text2 p:nth-child(n+2) {
  margin-top: 16px;
}
.section#introduction .info {
  background: url("../images/introduction_info_border.png") no-repeat center center;
  background-size: contain;
  background-size: 100% 100%;
  padding: 24px 32px 32px;
  margin-top: 32px;
}
.section#introduction .info dl dt {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
.section#introduction .info dl dd {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 4px;
}
.section#introduction .info dl dd + dt {
  margin-top: 24px;
}
.section#introduction .info dl dd ul {
  padding-left: 1.4em;
}
.section#introduction .info dl dd ul li {
  list-style: disc;
}

.section#inprogress {
  padding-top: 40px;
  padding-bottom: 160px;
}
.section#inprogress .fig {
  margin-top: 24px;
}
.section#inprogress h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
}
.section#inprogress .text1 {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 8px;
}
.section#inprogress .movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 32px;
}
.section#inprogress .movie h4 {
  width: 24px;
}
.section#inprogress .movie .movieBtns {
  width: calc(100% - 24px - 16px);
  border-left: 1px solid #747474;
  padding-left: 16px;
  margin-left: 16px;
}
.section#inprogress .movie .movieBtns > li:not(:first-child) {
  margin-top: 16px;
}
.section#inprogress .movie .movieBtns > li [data-modal-trriger] {
  cursor: pointer;
}
.section#inprogress .movie .movieBtns > li [data-modal-trriger]::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/icon_play.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.section#spacer {
  height: 812px;
}

.section#door {
  padding: 113px 0;
  margin-top: 312px;
}
.section#door .container {
  width: 73.33%;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
}
@media only screen and (min-width: 464.1px) {
  .section#door .container {
    height: calc((100vh - 48px - 24px) * 0.7);
    height: calc((100svh - 48px - 24px) * 0.7);
  }
}
@media only screen and (max-width: 720px) {
  .section#door .container {
    height: calc((100vh - 84px - 24px - 24px) * 0.7);
    height: calc((100svh - 84px - 24px - 24px) * 0.7);
  }
}
@media only screen and (max-width: 464px) {
  .section#door .container {
    height: 70vh;
    height: 70svh;
  }
}
@media only screen and (min-width: 464.1px) {
  .section#door .container {
    top: calc((100vh - 48px - 24px) * 0.15);
    top: calc((100svh - 48px - 24px) * 0.15);
  }
}
@media only screen and (max-width: 720px) {
  .section#door .container {
    top: calc((100vh - 84px - 24px - 24px) * 0.15);
    top: calc((100svh - 84px - 24px - 24px) * 0.15);
  }
}
@media only screen and (max-width: 464px) {
  .section#door .container {
    top: 15vh;
    top: 15svh;
  }
}
.section#door .frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section#door .frame span {
  width: 60px;
  height: 60px;
  background: url("../images/recruitment_frame_parts.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
}
.section#door .frame span:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section#door .frame span:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section#door .frame span:nth-child(3) {
  bottom: 0;
  left: 0;
}
.section#door .frame span:nth-child(4) {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section#door .containts {
  padding-bottom: 26px;
}
.section#door .containts .mark {
  width: 126.97px;
}
.section#door .containts .texts {
  width: 94.57px;
  margin: 30px auto 0;
}
.section#door .containts .texts .text1, .section#door .containts .texts .text2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 28px;
  position: absolute;
  top: 18px;
}
.section#door .containts .texts .text1 {
  left: calc(100% + 22px);
}
.section#door .containts .texts .text2 {
  right: calc(100% + 35.42px);
}
.section#door .spacer {
  height: 1000px;
}

.section#recruitment {
  padding-top: 120px;
  padding-bottom: 60px;
}
.section#recruitment .container {
  width: 87.2%;
}
.section#recruitment .text {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 16px;
}
.section#recruitment dl {
  background: url("../images/recruitment_info_border.png") no-repeat center center;
  background-size: contain;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 32px 32px;
  margin-top: 24px;
}
.section#recruitment dl dt:nth-child(n+3), .section#recruitment dl dd:nth-child(n+3) {
  margin-top: 8px;
}
.section#recruitment dl dt {
  width: 37.263%;
  font-size: 13px;
  line-height: 1.8;
}
.section#recruitment dl dd {
  width: 62.737%;
  font-size: 14px;
  line-height: 1.3;
}
.section#recruitment .link {
  margin-top: 40px;
}
.section#recruitment .link .bgButton {
  font-family: "Hina Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.section#recruitment .link .bgButton::after {
  content: "";
  width: 16px;
  height: 15.52px;
  background: url("../images/icon_ext.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}

.section#gear {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../images/gear_bg.png") no-repeat center center;
  background-size: contain;
  background-size: 100% auto;
  background-position: 0 -44px;
}
.section#gear .container {
  width: 87.2%;
}
.section#gear .text1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0 auto;
  margin-top: 80px;
}
.section#gear .text1 > span {
  font-family: "Hina Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.section#gear .text1 > span:nth-child(1) {
  padding-top: 5px;
}
.section#gear .text1 > span:nth-child(3) {
  padding-top: 5px;
}
.section#gear .text1 > span .color {
  font-size: 56px;
  color: #C61111;
}
.section#gear .text2 {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 50px;
}
.section#gear .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 32px;
}
.section#gear .items h3 {
  width: 24px;
}
.section#gear .items .itemList {
  width: calc(100% - 24px - 12px);
  border-left: 1px solid #747474;
  padding-left: 16px;
  margin-left: 12px;
}
.section#gear .items .itemList > li:not(:first-child) {
  margin-top: 32px;
}
.section#gear .items .itemList > li dl {
  margin-top: 12px;
}
.section#gear .items .itemList > li dl dt {
  font-size: 20px;
  line-height: 1.5;
}
.section#gear .items .itemList > li dl dd {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 8px;
}

.section#cases {
  padding-top: 60px;
  padding-bottom: 120px;
}
.section#cases .container {
  width: 87.2%;
}
.section#cases .caseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 56px;
}
.section#cases .caseList > li {
  width: calc((100% - 8px) / 2);
}
.section#cases .link {
  margin-top: 42px;
}
.section#cases .link .bgButton {
  font-size: 20px;
  font-family: "Hina Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section#cases .link .bgButton::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon_instagram.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 36px;
  margin: auto;
}

.section.modal {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
.section.modal:not(.on) {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -99999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
.section.modal::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.section.modal .modalContents {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 464.1px) {
  .section.modal .modalContents {
    max-width: 900px;
    margin: 0 auto;
  }
}
.section.modal .close {
  width: 40px;
  height: 40px;
  background-color: #991818;
  margin-left: auto;
  cursor: pointer;
}
.section.modal .close span {
  width: 100%;
  height: 2px;
  font-size: 0;
  background: url("../images/header_menu_line.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section.modal .close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section.modal .close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section.modal .movieList {
  margin-top: 8px;
}
.section.modal .movieList > li:not(.on) {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -99999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
/*# sourceMappingURL=common.css.map */
