@charset "UTF-8";
/*Color Management*/
/*Basic Color*/
/*Couplate Color*/
/*Footer*/
/*ASIDE*/
/*!color*/
/*!レスポンシブ*/
/*!normalize.css*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em; }

input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  /*cursor:pointer*/ }

button[disabled], html input[disabled] {
  /*cursor:default*/ }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

/*!//normalize.css*/
/*!basic css*/
html {
  height: 100%;
  font-size: 1.2vw; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 3.5vw; } }
  @media screen and (min-width: 1367px) {
    html {
      font-size: 16.4px; } }

body {
  margin: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  font-family: 'Inter',Avenir Next,Verdana,游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f7f7f7;
  color: #0c1e29;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

* {
  color: #0b1c27;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  background-color: rgba(0, 0, 0, 0.15);
  color: #252525; }

/*マウスストーカー*/
.mouse {
  background: black;
  border-radius: 50%;
  position: fixed;
  z-index: 10010;
  pointer-events: none;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out; }
  @media screen and (max-width: 768px) {
    .mouse {
      display: none; } }

.cursor, .follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: none;
  pointer-events: none; }

.cursor {
  width: 8px;
  height: 8px;
  background-color: #000;
  z-index: 10001; }

.follower {
  width: 40px;
  height: 40px;
  background-color: #000;
  opacity: .2;
  z-index: 10000;
  transition: transform ease .1s; }

.follower.is-active {
  transform: scale(2);
  transition: transform ease .1s; }

/*!#siteContent*/
#siteContent {
  position: relative;
  z-index: 15;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #siteContent {
      overflow: hidden; } }

/*!TEXT*/
p, h1, h2, h3, h4, h5 {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
  font-size: 1em;
  line-height: 1.8; }

h1, h2, h3, h4, h5 {
  position: relative;
  z-index: 15; }

p {
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.65; }

i {
  font-style: normal; }

.emphasis {
  background: linear-gradient(rgba(230, 0, 17, 0.25), rgba(230, 0, 17, 0.25)) no-repeat;
  background-size: 100% 8px;
  background-position: 0 0.9em; }

.posCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

img {
  max-width: 100%;
  height: auto; }

img.objf {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

video.objf {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/*!LINK*/
a {
  color: #151515;
  text-decoration: none; }
  a.not {
    cursor: not-allowed; }
  a.inline {
    text-decoration: underline; }
  a[target='_blank'] p::after {
    content: '';
    display: inline-block;
    vertical-align: sub;
    width: 1em;
    height: 1em;
    background: url(images/iconLinkout.svg);
    background-size: cover;
    margin-left: 1em; }
  a.linkFull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer; }
  a.btn {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 14em;
    background: #f7f7f7;
    padding: .615em 2.05em;
    border-radius: 3.075em;
    border: solid 1px #eeeeee;
    overflow: hidden;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    a.btn > span {
      display: block; }
      a.btn > span.txt {
        font-weight: normal;
        font-size: .9em;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      a.btn > span.icon {
        display: block;
        width: 1em;
        height: 1em;
        background: url(images/icon_arrow-wh.svg) center no-repeat;
        background-size: 75%;
        margin-left: .615em;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      a.btn > span.out {
        background: url(images/icon_links-blk.svg) center no-repeat !important;
        background-size: 75%; }
    a.btn.fill {
      border: solid 1px #ca3034; }
      a.btn.fill::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ca3034;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      a.btn.fill * {
        position: relative;
        color: #ffffff; }
    a.btn.line {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(5.5px);
      -webkit-backdrop-filter: blur(5.5px);
      border: solid 1px #ffffff; }
      a.btn.line::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff14;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      a.btn.line * {
        position: relative;
        color: #ffffff; }
  a:hover.btn {
    background: none;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    a:hover.btn.fill::before {
      filter: brightness(0.9);
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    a:hover.btn.line::before {
      filter: brightness(0.5);
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    a:hover.btn > span.txt {
      transform: translateX(0.41em);
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      transition-duration: .205s; }
    a:hover.btn > span.icon {
      transform: translateX(0.41em);
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      transition-duration: .205s;
      transition-delay: .1025s; }

/*!ul/dl*/
ul, dl {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -moz-margin-before: 0;
  -moz-margin-after: 0;
  -moz-margin-start: 0;
  -moz-margin-end: 0;
  -moz-padding-start: 0;
  -ms-margin-before: 0;
  -ms-margin-after: 0;
  -ms-margin-start: 0;
  -ms-margin-end: 0;
  -ms-padding-start: 0;
  -o-margin-before: 0;
  -o-margin-after: 0;
  -o-margin-start: 0;
  -o-margin-end: 0;
  -o-padding-start: 0;
  margin-before: 0;
  margin-after: 0;
  margin-start: 0;
  margin-end: 0;
  padding-start: 0;
  -webkit-padding-left: 0;
  -moz-padding-left: 0;
  -ms-padding-left: 0;
  -o-padding-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

ul::after, dl::after {
  content: '';
  display: block;
  clear: both; }

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

dl dd {
  margin-left: 0; }

.clear::after {
  content: '';
  display: block;
  clear: both; }

/*!ASPECT*/
.aspect {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .aspect.aspect35 {
    padding-top: 35%; }
  .aspect.aspect41 {
    padding-top: 41.4%; }
  .aspect.aspect50 {
    padding-top: 50%; }
  .aspect.aspect56 {
    padding-top: 56.25%; }
  .aspect.aspect61 {
    padding-top: 61.8%; }
  .aspect.aspect75 {
    padding-top: 75%; }
  .aspect.aspect100 {
    padding-top: 100%; }
  .aspect.aspect120 {
    padding-top: 120%; }
  .aspect.aspect141 {
    padding-top: 141.4%; }
  .aspect.aspect178 {
    padding-top: 178%; }
  .aspect.aspect200 {
    padding-top: 200%; }
  .aspect .aspectBlock {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    .aspect .aspectBlock .aspectInner {
      height: calc(100% + 10rem);
      transform: translateY(-5rem); }
    .aspect .aspectBlock img {
      width: 100%;
      height: auto; }
      .aspect .aspectBlock img.objf {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .aspect .aspectBlock iframe {
      width: 100%;
      height: 100%; }
    .aspect .aspectBlock video {
      width: 100%;
      height: auto; }

/*!fugure*/
figure {
  margin: 0; }
  figure figurecaption {
    font-size: .85em;
    margin-top: .41em;
    display: block; }

/*!Resposive*/
.hidden-xs {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .hidden-xs {
      display: none !important; } }

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

/*!.sticky*/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8999; }

/*!page loading*/
#main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: #de3010;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  #main::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle farthest-side, #19080826, #280b0b26);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  #main .img {
    display: block;
    overflow: hidden;
    height: 2.05em; }
    #main .img img {
      width: auto;
      height: 2.05em;
      transform: translateY(2.05em); }
      @media screen and (max-width: 768px) {
        #main .img img {
          height: 2.05em; } }
      #main .img img.gone {
        transform: translateY(0);
        transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
        -o-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
        -moz-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
        -webkit-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s; }

.loading {
  height: 2.1em;
  width: 2.1em;
  border-radius: 100%;
  border-top: 1px solid #f7f7f7;
  margin-top: 2.1em;
  animation: move 1s infinite; }
  @media screen and (max-width: 768px) {
    .loading {
      height: 1.64em;
      width: 1.64em; } }

@keyframes move {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*ロード終了*/
[data-loading="true"] #main.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

/*!.inview*/
.inview {
  opacity: 0; }
  .inview.action {
    opacity: 1;
    transition: ease-in-out 1s; }
  .inview.action[data-delay="1"] {
    transition-delay: 0.05s; }
  .inview.action[data-delay="2"] {
    transition-delay: 0.1s; }
  .inview.action[data-delay="3"] {
    transition-delay: 0.15s; }
  .inview.action[data-delay="4"] {
    transition-delay: 0.2s; }
  .inview.action[data-delay="5"] {
    transition-delay: 0.25s; }
  .inview.action[data-delay="6"] {
    transition-delay: 0.3s; }
  .inview.action[data-delay="7"] {
    transition-delay: 0.35s; }
  .inview.action[data-delay="8"] {
    transition-delay: 0.4s; }
  .inview.action[data-delay="9"] {
    transition-delay: 0.45s; }
  .inview.action[data-delay="10"] {
    transition-delay: 0.5s; }

/*ベンダープレフィックス登録*/
.animation {
  animation: humbNav 1.5s linear 0s infinite;
  -o-animation: humbNav 1.5s linear 0s infinite;
  -moz-animation: humbNav 1.5s linear 0s infinite;
  -webkit-animation: humbNav 1.5s linear 0s infinite; }

@keyframes humbNav {
  0% {
    width: 30%; }
  50% {
    width: 15%; }
  100% {
    width: 30%; } }
@-webkit-keyframes humbNav {
  0% {
    width: 30%; }
  50% {
    width: 15%; }
  100% {
    width: 30%; } }
@-o-keyframes humbNav {
  0% {
    width: 30%; }
  50% {
    width: 15%; }
  100% {
    width: 30%; } }
/*!input*/
select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #f8f8f8;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  width: 100%;
  height: 60px;
  font-size: 1.5rem; }
  select option {
    background-color: #fff;
    color: #333; }

/*!------------------------------------
css_assets(パーツ)
-------------------------------------*/
/*!button*/
.humbBtn {
  width: 4.1em;
  height: 4.1em;
  position: relative; }
  @media screen and (max-width: 768px) {
    .humbBtn {
      display: block;
      width: 15vw;
      height: 15vw; } }
  .humbBtn span.dots {
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background: #151515;
    position: absolute;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn span.dots:nth-child(1) {
      top: calc(50% - 5px);
      left: calc(50% - 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(2) {
      top: calc(50% - 5px);
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(3) {
      top: calc(50% - 5px);
      left: calc(50% + 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(4) {
      top: 50%;
      left: calc(50% - 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(5) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(6) {
      top: 50%;
      left: calc(50% + 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(7) {
      top: calc(50% + 5px);
      left: calc(50% - 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(8) {
      top: calc(50% + 5px);
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(9) {
      top: calc(50% + 5px);
      left: calc(50% + 5px);
      transform: translate(-50%, -50%); }
  .humbBtn span.border {
    display: block;
    width: 20%;
    height: 2px;
    border-radius: 2px;
    background: #151515;
    position: absolute;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn span.border:nth-child(1) {
      top: 42.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.border:nth-child(2) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.border:nth-child(3) {
      top: 57.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .humbBtn:hover span.dots {
    background: #fff;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn:hover span.dots:nth-child(1) {
      top: calc(50% - 6px);
      left: calc(50% - 6px); }
    .humbBtn:hover span.dots:nth-child(2) {
      top: calc(50% - 6px);
      left: 50%; }
    .humbBtn:hover span.dots:nth-child(3) {
      top: calc(50% - 6px);
      left: calc(50% + 6px); }
    .humbBtn:hover span.dots:nth-child(4) {
      top: 50%;
      left: calc(50% - 6px); }
    .humbBtn:hover span.dots:nth-child(5) {
      top: 50%;
      left: 50%; }
    .humbBtn:hover span.dots:nth-child(6) {
      top: 50%;
      left: calc(50% + 6px); }
    .humbBtn:hover span.dots:nth-child(7) {
      top: calc(50% + 6px);
      left: calc(50% - 6px); }
    .humbBtn:hover span.dots:nth-child(8) {
      top: calc(50% + 6px);
      left: 50%; }
    .humbBtn:hover span.dots:nth-child(9) {
      top: calc(50% + 6px);
      left: calc(50% + 6px); }
  .humbBtn.active span.dots {
    background: #fff;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn.active span.dots:nth-child(1) {
      top: 50%;
      left: calc(50% - 5px); }
    .humbBtn.active span.dots:nth-child(2) {
      top: 50%;
      left: 50%; }
    .humbBtn.active span.dots:nth-child(3) {
      top: 50%;
      left: calc(50% + 5px); }
    .humbBtn.active span.dots:nth-child(4) {
      top: 50%;
      left: calc(50% - 5px); }
    .humbBtn.active span.dots:nth-child(5) {
      top: 50%;
      left: 50%; }
    .humbBtn.active span.dots:nth-child(6) {
      top: 50%;
      left: calc(50% + 5px); }
    .humbBtn.active span.dots:nth-child(7) {
      top: 50%;
      left: calc(50% - 5px); }
    .humbBtn.active span.dots:nth-child(8) {
      top: 50%;
      left: 50%; }
    .humbBtn.active span.dots:nth-child(9) {
      top: 50%;
      left: calc(50% + 5px); }
  .humbBtn.active span.border {
    background: #fff;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn.active span.border:nth-child(1) {
      top: 50%; }
    .humbBtn.active span.border:nth-child(3) {
      top: 50%; }
  .humbBtn.scroll span {
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

/*!------------------------------------
css_sections(ブロック)
-------------------------------------*/
/*!#siteHeader------------------------------------------------------------------------------------------------*/
/**/
body.scroll header#siteHeader .headLogo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
body.scrollUp header#siteHeader .headLogo {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }

/*!//#siteHeader------------------------------------------------------------------------------------------------*/
/*!#siteContent------------------------------------------------------------------------------------------------*/
#siteContent {
  position: relative;
  z-index: 15; }

/*!//#siteContent------------------------------------------------------------------------------------------------*/
/*//!#siteFooter----------------------------------------------------------------------------------------------*/
article.recruit_festival aside#aside {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #000;
  background: url(images/festival/background-gray.png), #000;
  background-repeat: repeat;
  background-size: 200px;
  padding-top: 60px;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  article.recruit_festival aside#aside.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  article.recruit_festival aside#aside * {
    color: #ffffff; }
  article.recruit_festival aside#aside .wrapper {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    width: calc(100% / 16 * 15);
    height: 100%;
    margin: 0 auto;
    padding: calc(85px / 4) 0 calc(85px / 3); }
    article.recruit_festival aside#aside .wrapper nav {
      display: block;
      width: 100%; }
      article.recruit_festival aside#aside .wrapper nav ul > li a {
        display: block;
        padding: calc(85px / 16 * 1);
        background: rgba(0, 0, 0, 0.82);
        font-size: 1.845em; }
      article.recruit_festival aside#aside .wrapper nav ul > li ~ li {
        margin-top: calc(85px / 32); }
    article.recruit_festival aside#aside .wrapper .held {
      display: block;
      width: 100%; }
      article.recruit_festival aside#aside .wrapper .held .countdown {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 0 calc(85px / 16 * 3);
        margin-bottom: calc(85px / 8 * 1);
        background: #000; }
        @media screen and (max-width: 768px) {
          article.recruit_festival aside#aside .wrapper .held .countdown {
            flex-wrap: wrap; } }
        article.recruit_festival aside#aside .wrapper .held .countdown * {
          text-transform: uppercase;
          font-family: 'Orbitron', sans-serif;
          color: #ffffff; }
        article.recruit_festival aside#aside .wrapper .held .countdown > ._title {
          font-size: 2.46em; }
          @media screen and (max-width: 768px) {
            article.recruit_festival aside#aside .wrapper .held .countdown > ._title {
              font-size: 1.1275em; } }
          article.recruit_festival aside#aside .wrapper .held .countdown > ._title small {
            margin-left: calc(85px / 16 * 1);
            font-size: .5em; }
        article.recruit_festival aside#aside .wrapper .held .countdown > ._timer {
          font-size: 2.87em; }
          @media screen and (max-width: 768px) {
            article.recruit_festival aside#aside .wrapper .held .countdown > ._timer {
              margin-left: auto;
              font-size: 2.46em; } }
          article.recruit_festival aside#aside .wrapper .held .countdown > ._timer small {
            margin-left: calc(85px / 16 * 1);
            margin-right: calc(85px / 8 * 1);
            font-size: .615em; }
      article.recruit_festival aside#aside .wrapper .held .date {
        display: flex;
        align-items: flex-start; }
        @media screen and (max-width: 768px) {
          article.recruit_festival aside#aside .wrapper .held .date {
            justify-content: flex-end;
            column-gap: calc(85px / 16);
            white-space: nowrap; } }
        article.recruit_festival aside#aside .wrapper .held .date p {
          text-transform: uppercase;
          font-family: 'Orbitron', sans-serif;
          color: #ffffff;
          line-height: .6765; }
          article.recruit_festival aside#aside .wrapper .held .date p.day {
            font-size: 11.255em; }
            @media screen and (max-width: 768px) {
              article.recruit_festival aside#aside .wrapper .held .date p.day {
                font-size: 4.1em; } }
          article.recruit_festival aside#aside .wrapper .held .date p.week {
            writing-mode: tb-rl;
            font-size: 3.28em; }
            @media screen and (max-width: 768px) {
              article.recruit_festival aside#aside .wrapper .held .date p.week {
                font-size: 1.075em; } }
article.recruit_festival header#festivalHeader {
  background: #ca3034; }
  @media screen and (max-width: 768px) {
    article.recruit_festival header#festivalHeader {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9001;
      width: 100%; } }
  article.recruit_festival header#festivalHeader .wrapper {
    display: flex; }
    @media screen and (max-width: 768px) {
      article.recruit_festival header#festivalHeader .wrapper {
        align-items: center;
        padding-left: calc(100% / 32); } }
    article.recruit_festival header#festivalHeader .wrapper > h1 {
      flex: 1;
      line-height: 0; }
      @media screen and (max-width: 768px) {
        article.recruit_festival header#festivalHeader .wrapper > h1 img {
          width: auto;
          height: 30px; } }
    article.recruit_festival header#festivalHeader .wrapper > ._side {
      display: flex;
      align-content: space-between;
      flex-wrap: wrap;
      width: calc(85px / 1); }
      @media screen and (max-width: 768px) {
        article.recruit_festival header#festivalHeader .wrapper > ._side {
          flex: 1;
          justify-content: flex-end;
          width: auto; } }
      article.recruit_festival header#festivalHeader .wrapper > ._side .__menu {
        position: relative;
        z-index: 15;
        display: block;
        width: 85px;
        height: 85px;
        border-bottom: solid 0.5px #ffffff; }
        @media screen and (max-width: 768px) {
          article.recruit_festival header#festivalHeader .wrapper > ._side .__menu {
            order: 1;
            width: 60px;
            height: 60px;
            border-left: solid 0.5px #ffffff;
            border-bottom: none; } }
        article.recruit_festival header#festivalHeader .wrapper > ._side .__menu > span {
          position: absolute;
          top: calc(50% - (1px / 2));
          left: calc(50% - (30% / 2));
          display: block;
          width: 30%;
          height: 1px;
          background: #ffffff;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
          article.recruit_festival header#festivalHeader .wrapper > ._side .__menu > span:nth-child(1) {
            transform: translateY(-10px); }
            @media screen and (max-width: 768px) {
              article.recruit_festival header#festivalHeader .wrapper > ._side .__menu > span:nth-child(1) {
                transform: translateY(-7px); } }
          article.recruit_festival header#festivalHeader .wrapper > ._side .__menu > span:nth-child(2) {
            transform: translateY(0); }
          article.recruit_festival header#festivalHeader .wrapper > ._side .__menu > span:nth-child(3) {
            transform: translateY(10px); }
            @media screen and (max-width: 768px) {
              article.recruit_festival header#festivalHeader .wrapper > ._side .__menu > span:nth-child(3) {
                transform: translateY(7px); } }
        article.recruit_festival header#festivalHeader .wrapper > ._side .__menu:hover > span {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
          article.recruit_festival header#festivalHeader .wrapper > ._side .__menu:hover > span:nth-child(1) {
            transform: translateY(5px); }
          article.recruit_festival header#festivalHeader .wrapper > ._side .__menu:hover > span:nth-child(3) {
            transform: translateY(5px); }
        article.recruit_festival header#festivalHeader .wrapper > ._side .__menu.active > span {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
          article.recruit_festival header#festivalHeader .wrapper > ._side .__menu.active > span:nth-child(1) {
            transform: translateY(0) rotate(45deg); }
          article.recruit_festival header#festivalHeader .wrapper > ._side .__menu.active > span:nth-child(2) {
            opacity: 0; }
          article.recruit_festival header#festivalHeader .wrapper > ._side .__menu.active > span:nth-child(3) {
            transform: translateY(0) rotate(-45deg); }
      article.recruit_festival header#festivalHeader .wrapper > ._side .__entry {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(100% - 85px);
        padding: calc(85px / 16); }
        @media screen and (max-width: 768px) {
          article.recruit_festival header#festivalHeader .wrapper > ._side .__entry {
            flex: initial;
            height: 60px;
            padding: 0 calc(85px / 8); } }
        article.recruit_festival header#festivalHeader .wrapper > ._side .__entry p {
          color: #ffffff;
          writing-mode: tb-rl;
          padding: calc(85px / 4) calc(85px / 8);
          background: #000;
          font-size: 1.23em;
          text-transform: uppercase;
          font-family: 'Orbitron', sans-serif; }
          @media screen and (max-width: 768px) {
            article.recruit_festival header#festivalHeader .wrapper > ._side .__entry p {
              padding: calc(85px / 16) calc(85px / 4);
              writing-mode: initial;
              font-size: 1em; } }
          article.recruit_festival header#festivalHeader .wrapper > ._side .__entry p::after {
            display: none; }
article.recruit_festival .hero_image {
  position: relative;
  z-index: 15;
  line-height: 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    article.recruit_festival .hero_image {
      margin-top: 60px;
      height: 123vw; } }
  article.recruit_festival .hero_image .guest {
    position: absolute;
    bottom: 0;
    left: calc(85px / 2 * -1);
    height: 100%; }
    @media screen and (max-width: 768px) {
      article.recruit_festival .hero_image .guest {
        width: 82%;
        height: 82%; } }
  article.recruit_festival .hero_image .held {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: calc(100% / 32 * 1); }
    article.recruit_festival .hero_image .held .countdown {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding: 0 calc(85px / 16 * 3);
      margin-bottom: calc(85px / 8 * 1);
      background: #000; }
      @media screen and (max-width: 768px) {
        article.recruit_festival .hero_image .held .countdown {
          flex-wrap: wrap; } }
      article.recruit_festival .hero_image .held .countdown * {
        text-transform: uppercase;
        font-family: 'Orbitron', sans-serif;
        color: #ffffff; }
      article.recruit_festival .hero_image .held .countdown > ._title {
        font-size: 2.46em; }
        @media screen and (max-width: 768px) {
          article.recruit_festival .hero_image .held .countdown > ._title {
            font-size: 1.1275em; } }
        article.recruit_festival .hero_image .held .countdown > ._title small {
          margin-left: calc(85px / 16 * 1);
          font-size: .5em; }
      article.recruit_festival .hero_image .held .countdown > ._timer {
        font-size: 2.87em; }
        @media screen and (max-width: 768px) {
          article.recruit_festival .hero_image .held .countdown > ._timer {
            margin-left: auto;
            font-size: 2.46em; } }
        article.recruit_festival .hero_image .held .countdown > ._timer small {
          margin-left: calc(85px / 16 * 1);
          margin-right: calc(85px / 8 * 1);
          font-size: .615em; }
    article.recruit_festival .hero_image .held .date {
      display: flex;
      align-items: flex-start; }
      @media screen and (max-width: 768px) {
        article.recruit_festival .hero_image .held .date {
          justify-content: flex-end;
          column-gap: calc(85px / 16);
          white-space: nowrap; } }
      article.recruit_festival .hero_image .held .date p {
        text-transform: uppercase;
        font-family: 'Orbitron', sans-serif;
        color: #ffffff;
        line-height: .6765; }
        article.recruit_festival .hero_image .held .date p.day {
          font-size: 11.255em; }
          @media screen and (max-width: 768px) {
            article.recruit_festival .hero_image .held .date p.day {
              font-size: 4.1em; } }
        article.recruit_festival .hero_image .held .date p.week {
          writing-mode: tb-rl;
          font-size: 3.28em; }
          @media screen and (max-width: 768px) {
            article.recruit_festival .hero_image .held .date p.week {
              font-size: 1.075em; } }
article.recruit_festival .navigation {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #ca3034; }
  @media screen and (max-width: 768px) {
    article.recruit_festival .navigation {
      padding: calc(85px / 16 * 1) 0; } }
  article.recruit_festival .navigation h1 {
    line-height: 0; }
    @media screen and (max-width: 768px) {
      article.recruit_festival .navigation h1 {
        display: none; } }
    article.recruit_festival .navigation h1 img {
      width: auto;
      height: 60px; }
  article.recruit_festival .navigation nav {
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      article.recruit_festival .navigation nav {
        padding: 0 calc(85px / 16 * 3);
        overflow: scroll; } }
    article.recruit_festival .navigation nav * {
      color: #ffffff; }
    article.recruit_festival .navigation nav ul {
      display: flex;
      align-items: baseline;
      column-gap: calc(85px / 4); }
      article.recruit_festival .navigation nav ul > li a {
        font-size: 1.435em; }
article.recruit_festival section {
  background: #000;
  background: url(images/festival/background-gray.png), #000;
  background-repeat: repeat;
  background-size: 200px;
  padding: calc(85px / 1) 0; }
  @media screen and (max-width: 768px) {
    article.recruit_festival section {
      padding: calc(85px / 2) 0; } }
  article.recruit_festival section * {
    color: #ffffff; }
  article.recruit_festival section h2 {
    font-size: 1.23em;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif; }
    @media screen and (max-width: 768px) {
      article.recruit_festival section h2 {
        font-size: 1em;
        white-space: nowrap; } }
  article.recruit_festival section ._block ~ ._block {
    margin-top: calc(85px / 1); }
    @media screen and (max-width: 768px) {
      article.recruit_festival section ._block ~ ._block {
        margin-top: calc(85px / 2); } }
  article.recruit_festival section .wrapper {
    width: calc(100% / 16 * 15);
    padding: 0 calc(85px / 2);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      article.recruit_festival section .wrapper {
        padding: 0; } }
    article.recruit_festival section .wrapper .section_head {
      margin-bottom: calc(85px / 4 * 3); }
      @media screen and (max-width: 768px) {
        article.recruit_festival section .wrapper .section_head {
          margin-bottom: calc(85px / 4 * 1); } }
    article.recruit_festival section .wrapper .section_foot {
      margin-top: calc(85px / 4 * 3); }
      @media screen and (max-width: 768px) {
        article.recruit_festival section .wrapper .section_foot {
          margin-top: calc(85px / 4 * 1); } }
    article.recruit_festival section .wrapper .section_cross {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      article.recruit_festival section .wrapper .section_cross > * {
        flex: 1; }
        article.recruit_festival section .wrapper .section_cross > *:nth-child(1) {
          display: flex;
          justify-content: flex-start; }
        article.recruit_festival section .wrapper .section_cross > *:nth-child(2) {
          display: flex;
          justify-content: center; }
        article.recruit_festival section .wrapper .section_cross > *:nth-child(3) {
          display: flex;
          justify-content: flex-end; }
      article.recruit_festival section .wrapper .section_cross i {
        position: relative;
        z-index: 15;
        display: block;
        width: 1em;
        height: 1em; }
        @media screen and (max-width: 768px) {
          article.recruit_festival section .wrapper .section_cross i {
            width: 10px;
            height: 10px; } }
        article.recruit_festival section .wrapper .section_cross i::before {
          content: '';
          position: absolute;
          top: calc(50% - (1px / 2));
          left: calc(50% - (50% / 2));
          display: block;
          width: 1em;
          height: 1px;
          background: #f7f7f7; }
          @media screen and (max-width: 768px) {
            article.recruit_festival section .wrapper .section_cross i::before {
              width: 10px; } }
        article.recruit_festival section .wrapper .section_cross i::after {
          content: '';
          position: absolute;
          top: calc(50% - (1px / 2));
          left: calc(50% - (50% / 2));
          display: block;
          width: 1em;
          height: 1px;
          background: #f7f7f7;
          transform: rotate(90deg); }
          @media screen and (max-width: 768px) {
            article.recruit_festival section .wrapper .section_cross i::after {
              width: 10px; } }
      article.recruit_festival section .wrapper .section_cross p {
        font-size: 1.435em;
        text-transform: uppercase;
        font-family: 'Orbitron', sans-serif;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          article.recruit_festival section .wrapper .section_cross p {
            font-size: 1.3325em; } }
        article.recruit_festival section .wrapper .section_cross p sup {
          margin-left: calc(85px / 16);
          font-size: 0.6em; }
  article.recruit_festival section#main_content {
    overflow: hidden; }
    article.recruit_festival section#main_content .wire {
      background: linear-gradient(to bottom right, transparent 49.95%, #f7f7f7 49.95%, transparent 50.05%);
      border: solid 0.5px #f7f7f7; }
    article.recruit_festival section#main_content #outline .lead {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      column-gap: calc(85px / 4 * 3);
      padding: calc(85px / 2 * 1) 0; }
      article.recruit_festival section#main_content #outline .lead > ._img {
        flex: 4; }
        @media screen and (max-width: 768px) {
          article.recruit_festival section#main_content #outline .lead > ._img {
            min-width: 100%; } }
      article.recruit_festival section#main_content #outline .lead > ._txt {
        flex: 7; }
      article.recruit_festival section#main_content #outline .lead.done > * {
        opacity: 0; }
      article.recruit_festival section#main_content #outline .lead.done > ._img {
        transform: translateX(-20px); }
      article.recruit_festival section#main_content #outline .lead.done > ._txt {
        transform: translateX(20px); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(0) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((0 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(1) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((1 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(2) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((2 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(3) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((3 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(4) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((4 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(5) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((5 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(6) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((6 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(7) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((7 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(8) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((8 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(9) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((9 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(10) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((10 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(11) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((11 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(12) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((12 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(13) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((13 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(14) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((14 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > *:nth-child(15) {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((15 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #outline .lead.gone > ._img {
        transform: translateX(0); }
      article.recruit_festival section#main_content #outline .lead.gone > ._txt {
        transform: translateX(0); }
    article.recruit_festival section#main_content #outline p {
      font-family: 'Zen Kaku Gothic Antique', sans-serif;
      font-size: 2.05em;
      font-weight: 900;
      line-height: 1.23; }
      @media screen and (max-width: 768px) {
        article.recruit_festival section#main_content #outline p {
          font-size: 1.845em; } }
    article.recruit_festival section#main_content #information {
      margin: calc(85px * 1.5) 0; }
      @media screen and (max-width: 768px) {
        article.recruit_festival section#main_content #information {
          margin: calc(85px * 1) 0; } }
      article.recruit_festival section#main_content #information .wrapper {
        position: relative;
        z-index: 15;
        background: #ca3034; }
        @media screen and (max-width: 768px) {
          article.recruit_festival section#main_content #information .wrapper {
            padding: calc(85px / 4); } }
        article.recruit_festival section#main_content #information .wrapper::before, article.recruit_festival section#main_content #information .wrapper::after {
          content: "";
          position: absolute;
          display: block; }
        article.recruit_festival section#main_content #information .wrapper::before {
          left: 0;
          width: calc(100% - 45px);
          height: 0;
          border-bottom: solid 45px #ca3034;
          border-left: solid 45px transparent;
          bottom: 100%; }
          @media screen and (max-width: 768px) {
            article.recruit_festival section#main_content #information .wrapper::before {
              width: calc(100% - 22.5px);
              border-bottom: solid 22.5px #ca3034;
              border-left: solid 22.5px transparent; } }
        article.recruit_festival section#main_content #information .wrapper::after {
          top: 100%;
          left: 0;
          width: calc(100% - 45px);
          height: 0;
          border-top: solid 45px #ca3034;
          border-right: solid 45px transparent; }
          @media screen and (max-width: 768px) {
            article.recruit_festival section#main_content #information .wrapper::after {
              width: calc(100% - 22.5px);
              border-top: solid 22.5px #ca3034;
              border-right: solid 22.5px transparent; } }
        article.recruit_festival section#main_content #information .wrapper ul.list {
          padding: 0 calc(85px / 2); }
          @media screen and (max-width: 768px) {
            article.recruit_festival section#main_content #information .wrapper ul.list {
              padding: 0; } }
          article.recruit_festival section#main_content #information .wrapper ul.list * {
            font-family: 'Inter',Avenir Next,Verdana,游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif; }
          article.recruit_festival section#main_content #information .wrapper ul.list > li {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            column-gap: calc(85px / 2);
            padding: calc(85px / 16 * 2) 0; }
            article.recruit_festival section#main_content #information .wrapper ul.list > li > span {
              display: block;
              width: 4.1em;
              text-align: center;
              padding: 2px 0;
              font-size: .9em; }
              @media screen and (max-width: 768px) {
                article.recruit_festival section#main_content #information .wrapper ul.list > li > span {
                  order: 2;
                  display: none;
                  font-size: .75em; } }
              article.recruit_festival section#main_content #information .wrapper ul.list > li > span.new {
                background: #000; }
                @media screen and (max-width: 768px) {
                  article.recruit_festival section#main_content #information .wrapper ul.list > li > span.new {
                    display: block; } }
            article.recruit_festival section#main_content #information .wrapper ul.list > li > time {
              width: 6.15em;
              font-size: 1.1275em; }
              @media screen and (max-width: 768px) {
                article.recruit_festival section#main_content #information .wrapper ul.list > li > time {
                  order: 1;
                  font-size: .85em; } }
            article.recruit_festival section#main_content #information .wrapper ul.list > li > p {
              flex: 1;
              font-size: 1.1275em;
              text-decoration: underline; }
              @media screen and (max-width: 768px) {
                article.recruit_festival section#main_content #information .wrapper ul.list > li > p {
                  order: 3;
                  min-width: 100%;
                  margin-top: calc(85px / 16);
                  font-size: 1.041em; } }
          article.recruit_festival section#main_content #information .wrapper ul.list.done > li {
            opacity: 0;
            transform: translateY(20px); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(0) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((0 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(1) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((1 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(2) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((2 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(3) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((3 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(4) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((4 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(5) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((5 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(6) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((6 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(7) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((7 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(8) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((8 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(9) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((9 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(10) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((10 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(11) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((11 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(12) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((12 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(13) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((13 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(14) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((14 * 0.205s) + 0.328s); }
          article.recruit_festival section#main_content #information .wrapper ul.list.gone > li:nth-child(15) {
            opacity: 1;
            transform: translateY(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: calc((15 * 0.205s) + 0.328s); }
    article.recruit_festival section#main_content #timetable ul.list {
      border-top: solid .25px #474747; }
      article.recruit_festival section#main_content #timetable ul.list > li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        column-gap: calc(85px / 2);
        padding: calc(85px / 4 * 1);
        padding-right: 0;
        border-bottom: solid .25px #474747; }
        @media screen and (max-width: 768px) {
          article.recruit_festival section#main_content #timetable ul.list > li {
            column-gap: calc(85px / 4);
            padding: calc(85px / 8 * 2) calc(85px / 16 * 3); } }
        article.recruit_festival section#main_content #timetable ul.list > li > span {
          display: block;
          width: 4.1em;
          text-align: center;
          padding: 2px 0;
          font-size: 1.1275em;
          text-transform: uppercase;
          font-family: 'Orbitron', sans-serif; }
          @media screen and (max-width: 768px) {
            article.recruit_festival section#main_content #timetable ul.list > li > span {
              width: 8.2em;
              text-align: left; } }
        article.recruit_festival section#main_content #timetable ul.list > li > ._title {
          flex: 2; }
          @media screen and (max-width: 768px) {
            article.recruit_festival section#main_content #timetable ul.list > li > ._title {
              order: 3;
              min-width: 100%;
              margin-top: calc(85px / 16 * 1); } }
          article.recruit_festival section#main_content #timetable ul.list > li > ._title * {
            font-family: 'Inter',Avenir Next,Verdana,游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif; }
          article.recruit_festival section#main_content #timetable ul.list > li > ._title p {
            font-weight: 600;
            font-size: 1.845em;
            line-height: 1.5; }
            @media screen and (max-width: 768px) {
              article.recruit_festival section#main_content #timetable ul.list > li > ._title p {
                font-size: 1.5525em;
                line-height: 1.3325; } }
            article.recruit_festival section#main_content #timetable ul.list > li > ._title p.sub {
              font-size: 1.3325em; }
              @media screen and (max-width: 768px) {
                article.recruit_festival section#main_content #timetable ul.list > li > ._title p.sub {
                  font-size: 1.041em; } }
            article.recruit_festival section#main_content #timetable ul.list > li > ._title p + span {
              display: block;
              margin-top: 2px;
              font-weight: 600; }
              @media screen and (max-width: 768px) {
                article.recruit_festival section#main_content #timetable ul.list > li > ._title p + span {
                  font-size: .85em; } }
        article.recruit_festival section#main_content #timetable ul.list > li > ._img {
          position: relative;
          z-index: 15;
          flex: 1;
          padding: 0 10px;
          background: #ca3034; }
          @media screen and (max-width: 768px) {
            article.recruit_festival section#main_content #timetable ul.list > li > ._img {
              padding: 0 5px;
              margin-bottom: calc(85px / 8 * 1); } }
          article.recruit_festival section#main_content #timetable ul.list > li > ._img::before, article.recruit_festival section#main_content #timetable ul.list > li > ._img::after {
            content: "";
            position: absolute;
            display: block; }
          article.recruit_festival section#main_content #timetable ul.list > li > ._img::before {
            left: 0;
            width: calc(100% - 10px);
            height: 0;
            border-bottom: solid 10px #ca3034;
            border-left: solid 10px transparent;
            bottom: 100%; }
            @media screen and (max-width: 768px) {
              article.recruit_festival section#main_content #timetable ul.list > li > ._img::before {
                width: calc(100% - 5px);
                border-bottom: solid 5px #ca3034;
                border-left: solid 5px transparent; } }
          article.recruit_festival section#main_content #timetable ul.list > li > ._img::after {
            top: 100%;
            left: 0;
            width: calc(100% - 10px);
            height: 0;
            border-top: solid 10px #ca3034;
            border-right: solid 10px transparent; }
            @media screen and (max-width: 768px) {
              article.recruit_festival section#main_content #timetable ul.list > li > ._img::after {
                width: calc(100% - 5px);
                border-top: solid 5px #ca3034;
                border-right: solid 5px transparent; } }
          article.recruit_festival section#main_content #timetable ul.list > li > ._img .aspect > .aspectBlock::before, article.recruit_festival section#main_content #timetable ul.list > li > ._img .aspect > .aspectBlock::after {
            content: "";
            position: absolute;
            display: block; }
          article.recruit_festival section#main_content #timetable ul.list > li > ._img .aspect > .aspectBlock::before {
            left: 0;
            width: 0;
            height: 0;
            border-top: solid 8px #ca3034;
            border-right: solid 8px transparent;
            top: 0; }
            @media screen and (max-width: 768px) {
              article.recruit_festival section#main_content #timetable ul.list > li > ._img .aspect > .aspectBlock::before {
                border-top: solid 4px #ca3034;
                border-right: solid 4px transparent; } }
          article.recruit_festival section#main_content #timetable ul.list > li > ._img .aspect > .aspectBlock::after {
            bottom: 0;
            right: 0;
            width: 0;
            height: 0;
            border-right: solid 8px #ca3034;
            border-top: solid 8px transparent; }
            @media screen and (max-width: 768px) {
              article.recruit_festival section#main_content #timetable ul.list > li > ._img .aspect > .aspectBlock::after {
                border-right: solid 4px #ca3034;
                border-top: solid 4px transparent; } }
      article.recruit_festival section#main_content #timetable ul.list.done > li {
        opacity: 0;
        transform: translateX(20px); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(0) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((0 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(1) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((1 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(2) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((2 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(3) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((3 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(4) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((4 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(5) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((5 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(6) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((6 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(7) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((7 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(8) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((8 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(9) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((9 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(10) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((10 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(11) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((11 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(12) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((12 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(13) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((13 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(14) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((14 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #timetable ul.list.gone > li:nth-child(15) {
        opacity: 1;
        transform: translateX(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((15 * 0.205s) + 0.328s); }
    article.recruit_festival section#main_content #speakers {
      overflow: hidden;
      				/*
      				ul.list {
      					display: flex;
      					flex-wrap: wrap;
      					column-gap: calc(85px / 4);
      					li {
      						position: relative;
      						z-index: 15;
      						flex: 1;
      						&::before{
      							content: "";
      							position: absolute;
      							display: block;
      							bottom: 0;
      							left: 0;
      							z-index: -1;
      							width: 0;
      							height: calc(100% - 246px);
          			border-right: solid 30px $key;
          			border-top: solid 30px transparent;
      						}
      						&::after{
      							content: "";
      							position: absolute;
      							top: 0;
      							left: 30px;
      							z-index: -1;
      							display: block;
      							width: 0;
      							height: calc(100%);
          			border-right: solid 10px $key;
      						}
      						>._img {
      							position: relative;
      							z-index: 15;
      							padding: 10px;
      							padding-top: 0;
      							padding-bottom: 0;
      							margin-left: 30px;
      							&::before, &::after{
      								content: "";
      								position: absolute;
      								display: block;
      							}
      							&::before{
      								left: 0;
      								width: calc(100% - 10px);
      								height: 0;
      								border-bottom: solid 10px $key;
      								border-left: solid 10px transparent;
      								bottom: 100%;
      							}
      							&::after{
      								top: 0;
      								right: 0;
      								width: 0;
      								height: calc(100% - 10px);
      								border-left: solid 10px $key;
      								border-bottom: solid 10px transparent;
      							}
      							.aspect>.aspectBlock {
       							&::before, &::after{
      	 							content: "";
      		 						position: absolute;
      			 					display: block;
      				 			}
      					 		&::before{
      									left: 0;
      									width: 0;
      									height: 0;
      									border-top: solid 8px $key;
      									border-right: solid 8px transparent;
      									top: 0;
       							}
      	 						&::after{
      		 						bottom: 0;
      									right: 0;
          					width: 0;
          					height: 0;
         					 border-right: solid 15px $key;
         					 border-top: solid 15px transparent;
      							 }
      							}
      						}
      						>._txt {
      							position: relative;
      							z-index: 15;
      							min-height: 225.5px;
      							padding: calc(85px / 8 * 2) calc(85px / 8 * 3) 0;
      							margin-right: calc(85px / 8);
      							background: $key;
      							&::after{
       							content: "";
      	 						position: absolute;
      								left: 0;
      								width: calc(100% - 85px);
      								height: 0;
      								border-right: solid 85px #191919;
      								border-top: solid 85px transparent;
      								top: calc(100% - 85px);
      							}
      							p {
      								font-size: .9em;
      							}
      							dl {
      								>dt {
      									font-size: 1.435em;
      									font-weight: 600;
      								}
      								>dd {
      									margin-top: calc(85px / 8);
      									font-size: .8em;
      								}
      							}
      						}
      					}
        			&.done {
        			 >li {
      		   		opacity: 0;
      	 		  	transform: translateY(20px);
         			}
      		  	}
        			&.gone {
      		  	 >li {
       		   	@for $i from 0 through 15 {
      	 		 	  &:nth-child(1) {
      					  	 opacity: 1;
          			 	transform: translateY(0);
      		  		 		@include mov;
      			   			transition-delay: calc((1 * 0.205s) + 0.328s);
         	 			}
      	    		}
       			  }
        			}
      				}
      				*/ }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide {
        position: relative;
        z-index: 15; }
        article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide::before {
          content: "";
          position: absolute;
          display: block;
          bottom: 0;
          left: 0;
          z-index: -1;
          width: 0;
          height: calc(100% - 246px);
          border-right: solid 30px #ca3034;
          border-top: solid 30px transparent; }
        article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide::after {
          content: "";
          position: absolute;
          top: 0;
          left: 30px;
          z-index: -1;
          display: block;
          width: 0;
          height: calc(100%);
          border-right: solid 10px #ca3034; }
        article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img {
          position: relative;
          z-index: 15;
          padding: 10px;
          padding-top: 0;
          padding-bottom: 0;
          margin-left: 30px; }
          @media screen and (max-width: 768px) {
            article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img {
              padding: 5px;
              padding-top: 0;
              padding-bottom: 0; } }
          article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img::before, article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img::after {
            content: "";
            position: absolute;
            display: block; }
          article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img::before {
            left: 0;
            width: calc(100% - 10px);
            height: 0;
            border-bottom: solid 10px #ca3034;
            border-left: solid 10px transparent;
            bottom: 100%; }
            @media screen and (max-width: 768px) {
              article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img::before {
                width: calc(100% - 5px);
                border-bottom: solid 5px #ca3034;
                border-left: solid 5px transparent; } }
          article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img::after {
            top: 0;
            right: 0;
            width: 0;
            height: calc(100% - 10px);
            border-left: solid 10px #ca3034;
            border-bottom: solid 10px transparent; }
            @media screen and (max-width: 768px) {
              article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img::after {
                height: calc(100% - 5px);
                border-left: solid 5px #ca3034;
                border-bottom: solid 5px transparent; } }
          article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img .aspect > .aspectBlock::before, article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img .aspect > .aspectBlock::after {
            content: "";
            position: absolute;
            display: block; }
          article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img .aspect > .aspectBlock::before {
            left: 0;
            width: 0;
            height: 0;
            border-top: solid 8px #ca3034;
            border-right: solid 8px transparent;
            top: 0; }
            @media screen and (max-width: 768px) {
              article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img .aspect > .aspectBlock::before {
                border-top: solid 4px #ca3034;
                border-right: solid 4px transparent; } }
          article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img .aspect > .aspectBlock::after {
            bottom: 0;
            right: 0;
            width: 0;
            height: 0;
            border-right: solid 15px #ca3034;
            border-top: solid 15px transparent; }
            @media screen and (max-width: 768px) {
              article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._img .aspect > .aspectBlock::after {
                border-right: solid 7.5px #ca3034;
                border-top: solid 7.5px transparent; } }
        article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._txt {
          position: relative;
          z-index: 15;
          min-height: 225.5px;
          padding: calc(85px / 8 * 2) calc(85px / 8 * 3) 0;
          margin-right: 10px;
          background: #ca3034; }
          @media screen and (max-width: 768px) {
            article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._txt {
              padding: calc(85px / 8 * 2) calc(85px / 8 * 2) 0 30px;
              margin-right: 5px; } }
          article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._txt::after {
            content: "";
            position: absolute;
            left: 0;
            width: calc(100% - 85px);
            height: 0;
            border-right: solid 85px #191919;
            border-top: solid 85px transparent;
            top: calc(100% - 85px); }
            @media screen and (max-width: 768px) {
              article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._txt::after {
                width: calc(100% - 30px);
                border-right: solid 30px #191919;
                border-top: solid 30px transparent;
                top: calc(100% - 30px); } }
          article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._txt p {
            font-size: .9em; }
          article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._txt dl > dt {
            font-size: 1.435em;
            font-weight: 600; }
          article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper > .swiper-slide > ._txt dl > dd {
            margin-top: calc(85px / 8);
            font-size: .8em; }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.done > .swiper-slide {
        opacity: 0;
        top: 20px; }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(0) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((0 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(1) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((1 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(2) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((2 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(3) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((3 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(4) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((4 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(5) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((5 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(6) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((6 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(7) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((7 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(8) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((8 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(9) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((9 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(10) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((10 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(11) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((11 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(12) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((12 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(13) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((13 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(14) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((14 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #speakers .speaker-container > .swiper-wrapper.gone > .swiper-slide:nth-child(15) {
        opacity: 1;
        top: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((15 * 0.205s) + 0.328s); }
    article.recruit_festival section#main_content #gallery .container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(7, calc((100vw / 16 * 14) / 4));
      grid-auto-rows: 1fr;
      gap: 3px 3px;
      grid-auto-flow: row;
      grid-template-areas: "figure1 figure1 figure2 figure2" "figure1 figure1 figure3 figure4" "figure5 figure5 figure6 figure7" "figure8 figure9 figure9 figure10" "figure11 figure11 figure13 figure13" "figure12 figure12 figure13 figure13" "figure14 figure15 figure16 figure16"; }
      article.recruit_festival section#main_content #gallery .container .figure.figure1 {
        grid-area: figure1; }
      article.recruit_festival section#main_content #gallery .container .figure.figure2 {
        grid-area: figure2; }
      article.recruit_festival section#main_content #gallery .container .figure.figure3 {
        grid-area: figure3; }
      article.recruit_festival section#main_content #gallery .container .figure.figure4 {
        grid-area: figure4; }
      article.recruit_festival section#main_content #gallery .container .figure.figure5 {
        grid-area: figure5; }
      article.recruit_festival section#main_content #gallery .container .figure.figure6 {
        grid-area: figure6; }
      article.recruit_festival section#main_content #gallery .container .figure.figure7 {
        grid-area: figure7; }
      article.recruit_festival section#main_content #gallery .container .figure.figure8 {
        grid-area: figure8; }
      article.recruit_festival section#main_content #gallery .container .figure.figure9 {
        grid-area: figure9; }
      article.recruit_festival section#main_content #gallery .container .figure.figure10 {
        grid-area: figure10; }
      article.recruit_festival section#main_content #gallery .container .figure.figure11 {
        grid-area: figure11; }
      article.recruit_festival section#main_content #gallery .container .figure.figure12 {
        grid-area: figure12; }
      article.recruit_festival section#main_content #gallery .container .figure.figure13 {
        grid-area: figure13; }
      article.recruit_festival section#main_content #gallery .container .figure.figure14 {
        grid-area: figure14; }
      article.recruit_festival section#main_content #gallery .container .figure.figure15 {
        grid-area: figure15; }
      article.recruit_festival section#main_content #gallery .container .figure.figure16 {
        grid-area: figure16; }
      article.recruit_festival section#main_content #gallery .container.done > .figure {
        opacity: 0;
        transform: translateY(20px); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(0) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((0 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(1) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((1 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(2) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((2 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(3) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((3 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(4) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((4 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(5) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((5 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(6) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((6 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(7) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((7 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(8) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((8 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(9) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((9 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(10) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((10 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(11) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((11 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(12) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((12 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(13) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((13 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(14) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((14 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(15) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((15 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(16) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((16 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(17) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((17 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(18) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((18 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(19) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((19 * 0.205s) + 0.328s); }
      article.recruit_festival section#main_content #gallery .container.gone > .figure:nth-child(20) {
        opacity: 1;
        transform: translateY(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: calc((20 * 0.205s) + 0.328s); }
    article.recruit_festival section#main_content #access .access_point {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: calc(85px / 8 * 3); }
      @media screen and (max-width: 768px) {
        article.recruit_festival section#main_content #access .access_point {
          justify-content: flex-end;
          flex-wrap: wrap;
          margin-bottom: calc(85px / 8 * 2); } }
      article.recruit_festival section#main_content #access .access_point h3 {
        font-size: 1.64em;
        font-weight: 600;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          article.recruit_festival section#main_content #access .access_point h3 {
            font-size: 1.435em; } }
      article.recruit_festival section#main_content #access .access_point a {
        display: flex;
        align-items: center;
        column-gap: calc(85px / 16); }
        @media screen and (max-width: 768px) {
          article.recruit_festival section#main_content #access .access_point a {
            margin-top: calc(85px / 32 * 3); } }
        article.recruit_festival section#main_content #access .access_point a > i {
          display: block;
          width: 1.23em;
          height: 1.23em;
          background: url(images/festival/pin.svg);
          background-size: cover; }
        article.recruit_festival section#main_content #access .access_point a > span {
          text-decoration: underline; }
    article.recruit_festival section#main_content #access iframe {
      filter: grayscale(1);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    article.recruit_festival section#main_content #access:hover iframe {
      filter: grayscale(0);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
  article.recruit_festival section#entry {
    overflow: hidden;
    padding-top: 0;
    background: #ca3034; }
    article.recruit_festival section#entry .beltline {
      margin-bottom: calc(85px / 1);
      background: #000; }
      @media screen and (max-width: 768px) {
        article.recruit_festival section#entry .beltline {
          margin-bottom: calc(85px / 2); } }
    article.recruit_festival section#entry .slider > .slider__inner > .slider__item {
      display: flex;
      align-items: center;
      column-gap: calc(85px / 4);
      width: initial; }
      article.recruit_festival section#entry .slider > .slider__inner > .slider__item p {
        font-size: 2.05em;
        text-transform: uppercase;
        font-family: 'Orbitron', sans-serif;
        white-space: nowrap; }
    article.recruit_festival section#entry a.entry_button {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: calc(85px * 1) 0;
      padding: calc(85px * 1) 0;
      background: #000;
      font-size: 5.125em;
      text-transform: uppercase;
      font-family: 'Orbitron', sans-serif;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      @media screen and (max-width: 768px) {
        article.recruit_festival section#entry a.entry_button {
          margin: calc(85px / 4 * 3) 0;
          padding: calc(85px / 4 * 3) 0;
          font-size: 2.87em; } }
      article.recruit_festival section#entry a.entry_button span {
        color: #ffffff; }
      article.recruit_festival section#entry a.entry_button::before, article.recruit_festival section#entry a.entry_button::after {
        content: "";
        position: absolute;
        display: block; }
      article.recruit_festival section#entry a.entry_button::before {
        left: 0;
        width: calc(100% - 45px);
        height: 0;
        border-bottom: solid 45px #000;
        border-left: solid 45px transparent;
        bottom: 100%; }
      article.recruit_festival section#entry a.entry_button::after {
        top: 100%;
        left: 0;
        width: calc(100% - 45px);
        height: 0;
        border-top: solid 45px #000;
        border-right: solid 45px transparent; }
      article.recruit_festival section#entry a.entry_button:hover {
        transform: scale(0.95);
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

footer#festivalFooter {
  padding: calc(100% / 64 * 1) 0;
  background: #000;
  background: url(images/festival/background-gray.png), #000;
  background-repeat: repeat;
  background-size: 200px; }
  @media screen and (max-width: 768px) {
    footer#festivalFooter {
      padding: calc(100% / 32 * 3) 0 calc(100% / 32 * 4); } }
  footer#festivalFooter .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% / 64 * 62);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      footer#festivalFooter .wrapper {
        justify-content: center; } }
    footer#festivalFooter .wrapper ._title img {
      width: auto;
      height: 41px; }
      @media screen and (max-width: 768px) {
        footer#festivalFooter .wrapper ._title img {
          height: 28.7px; } }
    footer#festivalFooter .wrapper ul.social {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: calc(85px / 8 * 3);
      filter: invert(1); }
      @media screen and (max-width: 768px) {
        footer#festivalFooter .wrapper ul.social {
          min-width: 100%;
          margin-top: calc(85px / 8 * 2); } }
      footer#festivalFooter .wrapper ul.social::after {
        display: none; }
      footer#festivalFooter .wrapper ul.social > li a {
        display: block;
        width: 1.845em;
        height: 1.845em; }

.slider {
  display: flex;
  align-items: center;
  padding: calc(100% / 128 * 1) 0; }
  @media screen and (max-width: 768px) {
    .slider {
      padding: calc(100% / 32 * 1) 0; } }
  .slider .slider__inner {
    display: flex;
    align-items: center; }
    .slider .slider__inner:first-child {
      animation: loop 180s linear infinite; }
    .slider .slider__inner:nth-child(2) {
      animation: loop2 180s -120s linear infinite; }
    .slider .slider__inner:last-child {
      animation: loop3 180s -60s linear infinite; }
    .slider .slider__inner .slider__item {
      width: 557.2px;
      padding: 0 9px; }
      @media screen and (max-width: 768px) {
        .slider .slider__inner .slider__item {
          width: 82vw;
          padding: 0 4px; } }
      .slider .slider__inner .slider__item .aspect {
        border-radius: 18px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .slider .slider__inner .slider__item .aspect {
            border-radius: 10px; } }

@keyframes loop {
  0% {
    transform: translateX(200%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-200%); } }
@keyframes loop3 {
  0% {
    transform: translateX(0%); }
  to {
    transform: translateX(-300%); } }
.title_txt {
  font-family: 'Orbitron', sans-serif; }
