@charset "UTF-8";
/*!
Theme Name: 暁工業野球クラブ
Theme URI: https://panarea.co.jp
Author: shogo yonetani
Author URI: https://panarea.co.jp
Description: 暁工業野球クラブ
*/
/*Color Management*/
/*Basic Color*/
/*Couplate Color*/
/*Footer*/
/*ASIDE*/
/*!color*/
/*!レスポンシブ*/
/*mouse-follower-dev*/
.mf-cursor {
  color: #555555;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001 !important;
  direction: ltr;
  contain: layout style size;
  pointer-events: none;
  transition: opacity 0.3s, color 0.4s; }
  .mf-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(0.2);
    background: currentColor;
    border-radius: 50%;
    transition: transform 0.25s ease-in-out, opacity 0.1s; }
  .mf-cursor.-inverse {
    color: #aaaaaa; }
  @supports (mix-blend-mode: exclusion) {
    .mf-cursor.-exclusion {
      mix-blend-mode: exclusion; }
      .mf-cursor.-exclusion:before {
        background: #aaaaaa; } }
  .mf-cursor.-pointer:before {
    transform: scale(0.15); }
  .mf-cursor.-text {
    white-space: nowrap; }
    .mf-cursor.-text:before {
      opacity: 0.85;
      transform: scale(1.7); }
    .mf-cursor.-text.-active:before {
      transform: scale(1.6);
      transition-duration: 0.2s; }
  .mf-cursor.-icon:before {
    transform: scale(1.5); }
  .mf-cursor.-icon.-active:before {
    transform: scale(1.4); }
  .mf-cursor.-hidden:before {
    transform: scale(0); }
  .mf-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    transition: opacity 0.4s, transform 0.3s; }
    .mf-cursor.-text .mf-cursor-text, .mf-cursor.-icon .mf-cursor-text {
      opacity: 1;
      transform: scale(1); }
  .mf-cursor-media {
    position: absolute;
    width: 200px !important;
    height: 200px !important;
    margin: -100px 0 0 -100px !important; }
    @media screen and (max-width: 768px) {
      .mf-cursor-media {
        width: 108px !important;
        height: 108px !important;
        margin: -54px 0 0 -54px !important; } }
    .mf-cursor-media img, .mf-cursor-media video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%; }
      @supports (object-fit: cover) {
        .mf-cursor-media img, .mf-cursor-media video {
          position: static;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transform: translateZ(0); } }
    .mf-cursor-media-box {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      transform: scale(0) translateZ(0);
      padding: 1px;
      opacity: 0;
      border-radius: 50%;
      transition: transform 0.35s, opacity 0.2s 0.2s; }
      .mf-cursor.-media .mf-cursor-media-box {
        opacity: 1;
        transform: scale(0.696);
        transition-duration: 0.4s, 0.4s;
        transition-delay: 0s, 0s; }

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*/
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction=horizontal] [data-scroll-container] {
  display: inline-block;
  height: 100vh;
  white-space: nowrap; }

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  white-space: nowrap; }

.c-scrollbar {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center right;
  transition: transform .3s,opacity .3s;
  width: 11px; }

.c-scrollbar:hover {
  transform: scaleX(1.45); }

.c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
  opacity: 1; }

[data-scroll-direction=horizontal] .c-scrollbar {
  bottom: 0;
  height: 10px;
  top: auto;
  transform: scaleY(1);
  width: 100%; }

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3); }

.c-scrollbar_thumb {
  background-color: #000;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 2px;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px; }

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  bottom: 0;
  right: auto; }

/*!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: 400;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  background-repeat: repeat;
  background-size: 100px;
  color: #231814;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
  opacity: 0;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  padding-bottom: 1px;
  	/*
   &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    display: block;
    width: 100%;
    height: 100%;
    background: url("images/noise.png");
    background-repeat: repeat;
    background-size: 100px;
  		pointer-events: none;
   }
  	*/ }

* {
  color: #231814;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-feature-settings: "palt";
  -ms-overflow-style: none; }
  *::-webkit-scrollbar {
    display: none; }

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

/*マウスストーカー*/
.mouse {
  background: #de0510;
  border-radius: 50%;
  position: fixed;
  z-index: 10010;
  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; }
  @media screen and (max-width: 768px) {
    .mouse {
      display: none; } }

.mouse2 {
  position: fixed;
  z-index: 100001;
  width: 1em;
  height: 1em;
  background: #de0510;
  margin: -.5em 0 0 -.5em;
  border-radius: 8.2em;
  pointer-events: none;
  transition: transform 0.1s;
  transition-delay: .1s;
  opacity: 0; }
  @media screen and (max-width: 768px) {
    .mouse2 {
      display: none; } }

.mouse2.active {
  border: none;
  background: #de0510;
  transform: scale(2);
  transition-delay: .1s; }

/*!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: 2; }

h1, h2, h3, h4, h5 {
  position: relative;
  z-index: 15;
  font-family: "Shippori Antique B1","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HGS明朝B","ＭＳ Ｐ明朝",serif,"Meiryo","Sawarabi Mincho","メイリオ","ＭＳ Ｐゴシック",sans-serif; }

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

.sans {
  font-family: 'Inter', Avenir Next,Verdana,'M PLUS 1p', 游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif; }

.serif {
  font-family: "Shippori Antique B1","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","HGS明朝B","ＭＳ Ｐ明朝",serif,"Meiryo","Sawarabi Mincho","メイリオ","ＭＳ Ｐゴシック",sans-serif; }

i {
  font-style: normal; }

.emphasis {
  background: linear-gradient(#ff1d9157, #ff1d9157) no-repeat;
  background-size: 100%;
  background-position: 0; }

.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[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.arrow {
    display: flex;
    align-items: center; }
    a.arrow > ._arrow {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 3.28em;
      height: 3.28em;
      margin-left: 18px;
      border-radius: 3.28em;
      overflow: hidden; }
      a.arrow > ._arrow::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        background: #de0510; }
      a.arrow > ._arrow img {
        width: 1em;
        height: 1em; }

p.btn {
  position: relative;
  z-index: 15;
  display: block; }
  p.btn._liner {
    display: table;
    margin: 0 auto;
    line-height: 3; }
    p.btn._liner::before {
      content: '';
      display: block;
      width: 0;
      height: 1px;
      background: #150606;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    p.btn._liner::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #150606;
      position: absolute;
      bottom: 0;
      right: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      transition-delay: .246s; }
    p.btn._liner:hover::before {
      width: 100%;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      transition-delay: .246s; }
    p.btn._liner:hover::after {
      width: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }

.noallow {
  cursor: not-allowed !important;
  pointer-events: none !important; }

/*!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 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.aspect282 {
    padding-top: 282.8%; }
  .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 blockquote {
      width: 100% !important;
      height: 100% !important; }
      .aspect .aspectBlock blockquote iframe {
        width: 100% !important;
        height: 100% !important; }
    .aspect .aspectBlock iframe {
      width: 100%;
      height: 100%; }
    .aspect .aspectBlock video {
      width: 100%;
      height: auto; }

.showImg {
  transform: scale(1.23);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-duration: .82s; }
  .showImg:hover {
    transform: scale(1.1);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }

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

/*!shadow*/
.sdw {
  box-shadfigureow: 0 1rem 3rem rgba(0, 0, 0, 0.05); }

.shadow {
  box-shadow: 0 2.5rem 2rem -2rem #193b4d66; }

/*!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: #de0510;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
  #main::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  #main .img {
    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; }
  #main .tagline p {
    font-size: 1.46em;
    font-weight: 600;
    color: #ffffff; }
    #main .tagline p strong {
      color: #de0510; }
  #main .tagline img {
    width: auto;
    height: 2.87em; }
    @media screen and (max-width: 768px) {
      #main .tagline img {
        display: block;
        margin: 0 auto;
        width: 70%;
        height: auto; } }

@keyframes headingAnimation {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% -200%; } }
/*ロード終了*/
[data-loading="true"] #main.hide {
  top: -100%;
  		/*
    opacity: 0;
    visibility: hidden;
  		*/
  pointer-events: none;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }

/*ページ遷移時*/
#remover {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: #de0510;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
  #remover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  #remover.remove {
    top: 0;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }

/*!.inview*/
.inview {
  opacity: 0; }
  .inview.action {
    opacity: 1;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 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; }

.animated {
  transform: translateY(24.6px); }
  .animated.move {
    transform: translateY(0);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    transition-delay: .205s; }

.animate {
  transform: translateY(-2rem); }
  .animate.move {
    transform: translateY(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; }

.blur {
  filter: blur(10px);
  transform: translate3d(0, 0, 0) perspective(0);
  backface-visibility: hidden;
  will-change: contents; }
  .blur.action {
    filter: blur(0);
    transition: ease .5s; }

.animeBox {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 15;
  overflow: hidden; }
  .animeBox::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 0;
    height: 100%;
    background: #de0510; }
  .animeBox img {
    opacity: 0; }
  .animeBox.gone::after {
    animation: animeCover 1.25s forwards;
    animation-delay: .5s; }
  .animeBox.gone img {
    animation: animeImg 1.25s forwards;
    animation-delay: .5s; }

@keyframes animeCover {
  0% {
    width: 0;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  51% {
    width: 100%;
    left: initial;
    right: 0; }
  100% {
    width: 0;
    left: initial;
    right: 0; } }
@keyframes animeImg {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  51% {
    opacity: 1; }
  100% {
    opacity: 1; } }
/*ベンダープレフィックス登録*/
.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%; } }
.anime_fade {
  display: flex; }

.anime_fade:hover span {
  animation: anime_fade 1s linear 0s 1;
  -o-animation: anime_fade 1s linear 0s 1;
  -moz-animation: anime_fade 1s linear 0s 1;
  -webkit-animation: anime_fade 1s linear 0s 1; }

@keyframes anime_fade {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes anime_fade {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-o-keyframes anime_fade {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.transition {
  transition: ease 0.3s;
  transition: -o-ease 0.3s;
  transition: -moz-ease 0.3s;
  transition: -webkit-ease 0.3s; }

/*!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 {
  position: relative;
  z-index: 15;
  width: 3.28em;
  height: 3.28em;
  border-radius: 4.1em;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
  @media screen and (max-width: 768px) {
    .humbBtn {
      display: block; } }
  .humbBtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff;
    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 {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #231814;
    position: absolute;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    .humbBtn span.dots:nth-child(1) {
      top: calc(50% - 8px);
      left: calc(50% - 8px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(2) {
      top: calc(50% - 8px);
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(3) {
      top: calc(50% - 8px);
      left: calc(50% + 8px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(4) {
      top: 50%;
      left: calc(50% - 8px);
      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% + 8px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(7) {
      top: calc(50% + 8px);
      left: calc(50% - 8px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(8) {
      top: calc(50% + 8px);
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(9) {
      top: calc(50% + 8px);
      left: calc(50% + 8px);
      transform: translate(-50%, -50%); }
  .humbBtn span.border {
    display: block;
    width: 30%;
    height: 1px;
    border-radius: 2px;
    background: #231814;
    position: absolute;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    .humbBtn span.border:nth-child(1) {
      top: 40%;
      left: 55%;
      transform: translate(-50%, -50%); }
    .humbBtn span.border:nth-child(2) {
      top: 50%;
      left: 45%;
      transform: translate(-50%, -50%); }
    .humbBtn span.border:nth-child(3) {
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .humbBtn span.borders {
    display: block;
    width: 30%;
    height: 1px;
    border-radius: 2px;
    background: #231814;
    position: absolute;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    .humbBtn span.borders:nth-child(1) {
      top: 37.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.borders:nth-child(2) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.borders:nth-child(3) {
      top: 62.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .humbBtn span.txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: .7em;
    color: #ffffff;
    letter-spacing: 3px; }
  .humbBtn:hover {
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    .humbBtn:hover::before {
      border-radius: 6px;
      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 {
      background: #231814;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
      .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:hover span.borders {
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
      .humbBtn:hover span.borders:nth-child(1) {
        top: 50%; }
      .humbBtn:hover span.borders:nth-child(3) {
        top: 50%; }
  .humbBtn.active {
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    .humbBtn.active::before {
      transform: scale(1);
      pointer-events: none;
      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; }
    .humbBtn.active span.dots {
      background: #f5f5f5;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
      .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: #555555 !important;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
      .humbBtn.active span.border:nth-child(1) {
        top: 50%; }
      .humbBtn.active span.border:nth-child(3) {
        top: 50%; }
    .humbBtn.active span.borders {
      background: #ffffff !important;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
      .humbBtn.active span.borders:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg); }
      .humbBtn.active span.borders:nth-child(2) {
        opacity: 0; }
      .humbBtn.active span.borders:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg); }
    .humbBtn.active span.txt {
      color: #ffffff !important; }
  .humbBtn.scroll span {
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }

/*!------------------------------------
css_sections(ブロック)
-------------------------------------*/
/*!#siteHeader------------------------------------------------------------------------------------------------*/
/*公式*/
#siteHead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  display: flex;
  width: 100%;
  height: 85px;
  background: #ffffff;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
  @media screen and (max-width: 768px) {
    #siteHead {
      height: 70px; } }
  #siteHead .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% / 16 * 15);
    margin: 0 auto;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    #siteHead .wrapper > div * {
      font-weight: 600; }
    #siteHead .wrapper > ._head {
      display: flex; }
      #siteHead .wrapper > ._head a h1 img {
        display: block;
        width: auto;
        height: 20px; }
        @media screen and (max-width: 768px) {
          #siteHead .wrapper > ._head a h1 img {
            height: 15px; } }
    #siteHead .wrapper > ._body {
      flex: 1;
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 768px) {
        #siteHead .wrapper > ._body {
          display: none; } }
      #siteHead .wrapper > ._body nav {
        display: flex;
        align-items: center;
        column-gap: calc(8.5em / 6);
        font-size: .95em; }
        #siteHead .wrapper > ._body nav ul {
          display: flex;
          align-items: center; }
          #siteHead .wrapper > ._body nav ul > li {
            display: flex;
            align-items: center; }
            #siteHead .wrapper > ._body nav ul > li ~ li::before {
              content: '|';
              display: block;
              margin: 0 calc(8.5em / 12); }
            #siteHead .wrapper > ._body nav ul > li.current a {
              color: #de0510; }
            #siteHead .wrapper > ._body nav ul > li a {
              display: flex;
              align-items: center;
              column-gap: calc(85px / 6);
              font-weight: 500;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
              #siteHead .wrapper > ._body nav ul > li a i {
                display: block;
                width: .8em;
                height: .8em;
                transform: rotate(135deg); }
              #siteHead .wrapper > ._body nav ul > li a:hover {
                color: #de0510;
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
              #siteHead .wrapper > ._body nav ul > li a.entry {
                padding: calc(8.5em / 16) calc(8.5em / 6);
                background: #de0510;
                border-radius: 8.5em;
                font-size: .95em;
                color: #ffffff !important;
                line-height: 1; }
  #siteHead:hover::before {
    height: 100%;
    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; }
  #siteHead.lower {
    display: flex;
    transform: translateY(0); }
    #siteHead.lower a.title {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      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; }
    #siteHead.lower ._menu {
      filter: invert(0); }
    #siteHead.lower .wrapper nav._nav {
      filter: invert(1);
      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; }
  #siteHead.move {
    opacity: 0;
    pointer-events: none;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }

body.scroll #siteHead {
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
body.scroll #cside {
  transform: translateY(170px);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
body.scroll.scrollUp #siteHead {
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
  body.scroll.scrollUp #siteHead.move {
    background: none; }
    body.scroll.scrollUp #siteHead.move a.title {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
body.scroll.scrollUp #cside {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }

/*!#aside*/
aside#aside {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7999;
  display: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding-left: 85px;
  background: #de0510;
  background: url(images/noise.png), #de0510;
  background-repeat: repeat;
  background-size: 100px;
  overflow: scroll; }
  @media screen and (max-width: 768px) {
    aside#aside {
      padding-left: 0;
      padding-bottom: 85px; } }
  aside#aside .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% / 16 * 14);
    height: 100%;
    margin: 0 auto;
    padding: calc((100% / 32 * 1) + 70px) 0 calc(100% / 32 * 1); }
    @media screen and (max-width: 768px) {
      aside#aside .wrapper {
        padding-top: 85px;
        padding-bottom: calc(100% / 32 * 3); } }
    aside#aside .wrapper > div {
      flex: 1; }
      @media screen and (max-width: 768px) {
        aside#aside .wrapper > div {
          min-width: 100%; } }
    aside#aside .wrapper ul.list {
      width: 100%; }
      aside#aside .wrapper ul.list * {
        color: #ffffff; }
      @media screen and (max-width: 768px) {
        aside#aside .wrapper ul.list > li {
          width: 100%;
          padding: calc(85px / 8) 0;
          border-bottom: solid 1px rgba(0, 0, 0, 0.1025); } }
      aside#aside .wrapper ul.list > li dl > dt {
        width: 100%; }
        aside#aside .wrapper ul.list > li dl > dt a, aside#aside .wrapper ul.list > li dl > dt div {
          display: flex;
          align-items: center;
          justify-content: space-between;
          column-gap: .615em;
          padding: calc(85px / 4) 0;
          font-size: 1.64em;
          letter-spacing: -.01025em;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            aside#aside .wrapper ul.list > li dl > dt a, aside#aside .wrapper ul.list > li dl > dt div {
              padding: calc(85px / 8) 0;
              font-size: 1.5525em;
              line-height: 1; } }
          aside#aside .wrapper ul.list > li dl > dt a > span, aside#aside .wrapper ul.list > li dl > dt div > span {
            position: relative;
            z-index: 15;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2em;
            height: 1em;
            border: solid 1px #ffffff;
            border-radius: 50%; }
            aside#aside .wrapper ul.list > li dl > dt a > span i, aside#aside .wrapper ul.list > li dl > dt div > span i {
              position: absolute;
              top: calc(50% - (1px / 2));
              left: calc(50% - (1em / 2));
              display: block;
              width: 1em;
              height: 1px;
              background: #ffffff;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
              aside#aside .wrapper ul.list > li dl > dt a > span i:nth-child(2), aside#aside .wrapper ul.list > li dl > dt div > span i:nth-child(2) {
                left: calc(50% - (.5em / 2));
                width: .5em;
                transform: rotate(90deg); }
        aside#aside .wrapper ul.list > li dl > dt.open a > span i, aside#aside .wrapper ul.list > li dl > dt.open div > span i {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
          aside#aside .wrapper ul.list > li dl > dt.open a > span i:nth-child(2), aside#aside .wrapper ul.list > li dl > dt.open div > span i:nth-child(2) {
            width: 0; }
      aside#aside .wrapper ul.list > li dl > dd {
        display: none;
        width: 100%; }
        aside#aside .wrapper ul.list > li dl > dd a, aside#aside .wrapper ul.list > li dl > dd div {
          display: flex;
          align-items: center;
          column-gap: .615em;
          padding: calc(85px / 4) 0;
          font-size: 1.1275em;
          font-weight: 600;
          letter-spacing: -.01025em;
          line-height: 1;
          text-indent: 2em; }
          @media screen and (max-width: 768px) {
            aside#aside .wrapper ul.list > li dl > dd a, aside#aside .wrapper ul.list > li dl > dd div {
              padding: calc(85px / 8) 0;
              font-size: 1em;
              line-height: 1; } }
          aside#aside .wrapper ul.list > li dl > dd a > i, aside#aside .wrapper ul.list > li dl > dd div > i {
            display: block;
            width: 1em;
            height: 1em; }
      aside#aside .wrapper ul.list > li.other {
        margin-top: 27px; }
        @media screen and (max-width: 768px) {
          aside#aside .wrapper ul.list > li.other {
            margin-top: 0; } }
        aside#aside .wrapper ul.list > li.other a {
          display: flex;
          align-items: center;
          column-gap: .615em;
          padding: 0;
          font-size: 1.5525em;
          letter-spacing: -.01025em; }
          @media screen and (max-width: 768px) {
            aside#aside .wrapper ul.list > li.other a {
              padding: 5px 0;
              font-size: 1.5525em;
              line-height: 1; } }
          aside#aside .wrapper ul.list > li.other a > i {
            display: block;
            width: 1em;
            height: 1em; }
    aside#aside .wrapper ul.social {
      display: flex;
      align-items: center;
      column-gap: calc(85px / 8 * 3);
      filter: brightness(0) invert(1); }
    aside#aside .wrapper .foot {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: calc(85px / 4);
      width: 100%;
      margin-top: calc(85px / 4 * 4); }
      aside#aside .wrapper .foot * {
        color: #ffffff; }
      aside#aside .wrapper .foot ul.basic {
        display: flex;
        align-items: center;
        font-size: 1em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          aside#aside .wrapper .foot ul.basic {
            width: 100%;
            justify-content: center;
            text-align: center; } }
        aside#aside .wrapper .foot ul.basic > li {
          display: flex;
          align-items: center; }
          aside#aside .wrapper .foot ul.basic > li ~ li::before {
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            border-radius: 5px;
            background: #ffffff;
            margin: 0 calc(85px / 32 * 3); }
          @media screen and (max-width: 768px) {
            aside#aside .wrapper .foot ul.basic > li:last-child {
              display: none; } }
aside#fixNav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  display: none;
  justify-content: center;
  align-items: center;
  width: calc(85px * 2);
  height: calc(85px * 1);
  transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  @media screen and (max-width: 768px) {
    aside#fixNav {
      display: flex;
      width: calc(70px * 2);
      height: calc(70px * 1);
      transform: translateY(0); } }
  aside#fixNav ._menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #ffffff; }
    aside#fixNav ._menu p.humbNav {
      display: flex;
      align-items: center;
      column-gap: calc(85px / 6);
      text-transform: uppercase;
      font-size: .9em; }
      aside#fixNav ._menu p.humbNav > span {
        order: 1;
        position: relative;
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        width: 4.1em;
        height: 1em;
        margin: 0 auto; }
        aside#fixNav ._menu p.humbNav > span > i {
          display: block;
          width: 4.1em;
          height: 1px;
          background: #231814;
          border-radius: 1px;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
      aside#fixNav ._menu p.humbNav.active > span {
        align-content: center; }
        aside#fixNav ._menu p.humbNav.active > span > i {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
          aside#fixNav ._menu p.humbNav.active > span > i:nth-child(1) {
            transform: rotate(8deg) translateY(0.5px); }
          aside#fixNav ._menu p.humbNav.active > span > i:nth-child(2) {
            transform: rotate(-8deg) translateY(-0.5px); }
aside#lowerNav {
  position: fixed;
  top: 85px;
  z-index: -50;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #ffffff;
  border-top: solid 1px rgba(0, 0, 0, 0.1025); }
  aside#lowerNav.current {
    z-index: 50;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  aside#lowerNav ul.list {
    position: relative;
    width: calc(100% / 16 * 14);
    margin: 0 auto; }
    aside#lowerNav ul.list > li {
      padding: calc(85px / 4 * 3) 0; }
      aside#lowerNav ul.list > li.lower_content {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        pointer-events: none; }
        aside#lowerNav ul.list > li.lower_content.current {
          position: relative;
          opacity: 1;
          visibility: visible;
          pointer-events: auto; }
aside#cside {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5000;
  width: 100%;
  padding: calc(85px / 8);
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  /*
		.wrapper {
			width: calc(100% / 16 * 14);
			margin: 0 auto;
			@include mq(md){
				width: calc(100% / 16 * 15);
			}
			ul.inline_button {
				display: flex;
				align-items: center;
				justify-content: center;
				column-gap: calc(85px / 4);
				@include mq(md){
					column-gap: calc(85px / 8);
				}
				>li {
					flex: 1;
					max-width: 32.8em;
					.card {
						display: flex;
						align-items: center;
						justify-content: space-between;
						min-height: calc(85px / 4 * 4);
						padding: 0 calc(85px / 3);
						font-size: 1.23em;
						background: $key;
    		background: url(images/noise.png), $key;
  		  background-repeat: repeat;
  		  background-size: 100px;
						border-radius: calc(85px / 12);
						overflow: hidden;
						@include mq(md){
	 					min-height: calc(85px / 8 * 5);
 						padding: 0 calc(85px / 5);
							font-size: 1em;
							border-radius: calc(85px / 16);
						}
						@include pop;
						>span {
							color: $ff;
							font-weight: 600;
						}
						>i {
							position: relative;
 				  z-index: 15;
 				  display: flex;
 				  align-items: center;
 				  justify-content: center;
 				  width: 0.82em;
 				  height: 0.82em;
 				  background: $ff;
 				  border-radius: 1em;
							@include mq(md){
								display: none;
							}
							&::after {
								content: '';
    				display: block;
  				  width: 0.205em;
  				  height: 0.205em;
  				  background: $key;
  				  border-radius: 1em;
								@include pop;
							}
						}
						&:hover {
							filter: brightness(.9);
							transform: scale(.99);
							@include pop;
							>i {
								&::after {
									transform: scale(3);
									@include pop;
								}
							}
						}
					}
				}
			}
		}
  */ }
  @media screen and (max-width: 768px) {
    aside#cside {
      padding: calc(85px / 8) 0; } }
  aside#cside ul {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    aside#cside ul > li {
      display: block; }
      aside#cside ul > li a {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 32 * 3);
        padding: calc(8.5em / 32 * 2) calc(8.5em / 32 * 4);
        padding-right: calc(8.5em / 32 * 7);
        background: linear-gradient(135deg, #000 90%, #de0510);
        border-radius: calc(8.5em / 32 * 32);
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        aside#cside ul > li a > i {
          width: calc(8.5em / 16 * 3);
          min-width: calc(8.5em / 16 * 3);
          height: calc(8.5em / 16 * 3); }
          aside#cside ul > li a > i img {
            filter: invert(1); }
        aside#cside ul > li a > span {
          color: #ffffff; }
        aside#cside ul > li a:hover {
          transform: scale(0.985);
          opacity: .8;
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }

nav.bside * {
  color: #e4e4e4; }
nav.bside ul {
  display: flex;
  flex-wrap: wrap; }
  nav.bside ul li {
    width: 100%;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    nav.bside ul li:nth-child(0) {
      transition-delay: calc((0 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(1) {
      transition-delay: calc((1 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(2) {
      transition-delay: calc((2 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(3) {
      transition-delay: calc((3 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(4) {
      transition-delay: calc((4 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(5) {
      transition-delay: calc((5 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(6) {
      transition-delay: calc((6 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(7) {
      transition-delay: calc((7 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(8) {
      transition-delay: calc((8 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(9) {
      transition-delay: calc((9 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(10) {
      transition-delay: calc((10 * 0.041s) + 0.205s); }
    nav.bside ul li ~ li {
      margin-top: 12px; }
      @media screen and (max-width: 768px) {
        nav.bside ul li ~ li {
          margin-top: 10px; } }
    nav.bside ul li.txt {
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        nav.bside ul li.txt {
          margin-bottom: 10px; } }
    nav.bside ul li.banar {
      position: relative;
      z-index: 15;
      border: solid 3px transparent;
      border-radius: 6px;
      overflow: hidden;
      margin-top: 3px;
      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; }
      nav.bside ul li.banar:first-child {
        margin-top: 1.64em; }
      nav.bside ul li.banar > .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #de0510; }
        nav.bside ul li.banar > .bg img {
          filter: brightness(0.7175); }
      nav.bside ul li.banar > a {
        padding: 1.435em; }
      nav.bside ul li.banar:hover {
        border-color: #2e6eb8;
        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; }
nav.bside dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.025em; }
  @media screen and (max-width: 768px) {
    nav.bside dl {
      margin-bottom: -10px; } }
  nav.bside dl > dt {
    display: block;
    width: 100%;
    height: 1.23em;
    margin-bottom: 12px;
    overflow: hidden;
    font-size: 2.05em;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      nav.bside dl > dt {
        font-size: 1.845em;
        margin-bottom: 10px; } }
    nav.bside dl > dt a {
      position: relative;
      position: relative;
      display: table;
      transform: translateY(1.23em);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
  nav.bside dl > dd {
    margin-right: 2.05em;
    margin-bottom: 1.025em; }
    @media screen and (max-width: 768px) {
      nav.bside dl > dd {
        margin-bottom: 10px; } }
    nav.bside dl > dd a {
      opacity: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    nav.bside dl > dd:last-child {
      margin-right: 0; }

#bside.move nav.bside ul li:nth-child(0) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((0 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((1 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((2 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((3 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((4 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((5 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((6 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((7 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((8 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((9 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((10 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }

/*!//#siteHeader------------------------------------------------------------------------------------------------*/
/*!#siteFooter------------------------------------------------------------------------------------------------*/
.root_company {
  position: relative;
  z-index: 15;
  background: #ffffff; }
  .root_company .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8.5em / 12) calc(8.5em / 2);
    width: calc(100% / 16 * 13);
    margin: 0 auto;
    padding: calc(8.5em / 8 * 7) 0 calc(8.5em / 8 * 8); }
    @media screen and (max-width: 768px) {
      .root_company .wrapper {
        width: calc(100% / 16 * 15);
        padding: calc(8.5em / 12) 0; } }
    .root_company .wrapper > .col_1 {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .root_company .wrapper > .col_1 {
          min-width: 100%; } }
      .root_company .wrapper > .col_1 .link {
        margin-top: calc(8.5em / 4);
        opacity: .41;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
      .root_company .wrapper > .col_1:hover .link {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    .root_company .wrapper > .col_2 {
      flex: 2; }
      @media screen and (max-width: 768px) {
        .root_company .wrapper > .col_2 {
          min-width: 100%; } }
      .root_company .wrapper > .col_2 .contact {
        display: block;
        height: 1.64em;
        font-size: 4.1em;
        font-weight: 600;
        letter-spacing: -.041em;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .root_company .wrapper > .col_2 .contact {
            font-size: 3.075em; } }
        .root_company .wrapper > .col_2 .contact > span {
          display: block;
          white-space: nowrap;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
        .root_company .wrapper > .col_2 .contact:hover > span {
          transform: translateY(-1.64em);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    .root_company .wrapper a.card {
      display: block; }
      @media screen and (max-width: 768px) {
        .root_company .wrapper a.card {
          padding: calc(100% / 8) calc(100% / 12);
          background: #f7f7f7;
          border-radius: calc(8.5em / 16); } }
      .root_company .wrapper a.card > .title > span {
        display: block;
        margin-bottom: calc(8.5em / 6);
        font-size: .9em; }
      .root_company .wrapper a.card > .title > h2 {
        font-size: 2.05em;
        font-weight: 500; }

#siteFoot {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  background: #2a292f; }
  #siteFoot * {
    color: #ffffff; }
  #siteFoot .foot_section .wrapper {
    width: calc(100% / 32 * 27);
    margin: 0 auto; }
  #siteFoot ._sitemap .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: calc(85px / 4 * 3);
    padding: calc(8.5em / 8 * 6) 0 calc(8.5em / 8 * 3); }
    @media screen and (max-width: 768px) {
      #siteFoot ._sitemap .wrapper {
        padding: calc(8.5em / 8 * 5) 0 calc(8.5em / 16 * 3); } }
    #siteFoot ._sitemap .wrapper > .__profile {
      width: calc((100% / 3) - ((85px / 4 * 3) / 2)); }
      @media screen and (max-width: 768px) {
        #siteFoot ._sitemap .wrapper > .__profile {
          width: 100%; } }
      #siteFoot ._sitemap .wrapper > .__profile > * ~ * {
        margin-top: calc(8.5em / 4); }
      #siteFoot ._sitemap .wrapper > .__profile > a {
        display: block; }
        #siteFoot ._sitemap .wrapper > .__profile > a img {
          display: table;
          width: auto;
          height: 20px;
          filter: brightness(0) invert(1); }
          @media screen and (max-width: 768px) {
            #siteFoot ._sitemap .wrapper > .__profile > a img {
              display: block;
              margin: 0 auto; } }
      #siteFoot ._sitemap .wrapper > .__profile ul.callme > li {
        line-height: 1.8;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          #siteFoot ._sitemap .wrapper > .__profile ul.callme > li {
            text-align: center; } }
        #siteFoot ._sitemap .wrapper > .__profile ul.callme > li ~ li {
          margin-top: 1em; }
        #siteFoot ._sitemap .wrapper > .__profile ul.callme > li a {
          text-decoration: underline; }
    #siteFoot ._sitemap .wrapper > .__nav {
      width: calc((100% / 3 * 2) - ((85px / 4 * 3) / 2)); }
      @media screen and (max-width: 768px) {
        #siteFoot ._sitemap .wrapper > .__nav {
          width: 100%;
          margin-top: calc(8.5em / 4); } }
    #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation {
      font-size: 1em; }
      #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li {
        position: relative;
        z-index: 15;
        display: block; }
        @media screen and (max-width: 768px) {
          #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li {
            padding: calc(85px / 16) 0;
            border-bottom: solid 1px rgba(255, 255, 255, 0.1025); } }
        #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li dl {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          column-gap: calc(8.5em / 4); }
          #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li dl > dt {
            min-width: 8em; }
            #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li dl > dt a {
              display: flex;
              align-items: center;
              column-gap: calc(85px / 6);
              padding: calc(85px / 8) 0; }
          @media screen and (max-width: 768px) {
            #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li dl > dd {
              display: none; } }
          #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li dl > dd > ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap; }
            #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li dl > dd > ul > li a {
              opacity: .41;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
              #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li dl > dd > ul > li a:hover {
                opacity: 1;
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
            #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li dl > dd > ul > li ~ li {
              display: flex;
              align-items: center; }
              #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li dl > dd > ul > li ~ li::before {
                content: '｜';
                display: block;
                margin: 0 calc(8.5em / 12);
                opacity: .41; }
          #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li dl > dd a, #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li dl > dd div {
            display: inline-flex;
            align-items: center;
            column-gap: calc(85px / 8);
            padding: calc(85px / 8) 0; }
            @media screen and (max-width: 768px) {
              #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li dl > dd a, #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li dl > dd div {
                padding: 5px 0; } }
        #siteFoot ._sitemap .wrapper ul.list_sitemap > li ul.__navigation > li:hover::before {
          left: 0;
          width: 100%;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
  #siteFoot ._privacy .wrapper {
    padding: calc(8.5em / 8 * 3) 0 calc(8.5em / 8 * 5); }
    @media screen and (max-width: 768px) {
      #siteFoot ._privacy .wrapper {
        padding: calc(8.5em / 16 * 3) 0 calc(8.5em / 16 * 5); } }
  #siteFoot ._copy {
    font-size: .9em; }
    @media screen and (max-width: 768px) {
      #siteFoot ._copy {
        text-align: center; } }
    #siteFoot ._copy .wrapper {
      padding: calc(8.5em / 4) 0;
      border-top: solid 1px rgba(255, 255, 255, 0.1025); }
      @media screen and (max-width: 768px) {
        #siteFoot ._copy .wrapper {
          padding: calc(85px / 4) 0; } }
  #siteFoot ul.basic {
    display: flex;
    align-items: center;
    font-size: 1em; }
    @media screen and (max-width: 768px) {
      #siteFoot ul.basic {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        font-size: .9em; } }
    #siteFoot ul.basic > li {
      display: flex;
      align-items: center; }
      #siteFoot ul.basic > li ~ li::before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background: #555555;
        margin: 0 calc(85px / 32 * 3); }
      @media screen and (max-width: 768px) {
        #siteFoot ul.basic > li:last-child {
          justify-content: center;
          width: 100%; }
          #siteFoot ul.basic > li:last-child::before {
            display: none; } }
  #siteFoot ul.social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: calc(8.5em / 8 * 1); }
    @media screen and (max-width: 768px) {
      #siteFoot ul.social {
        order: -1;
        width: 100%;
        justify-content: center; } }
    #siteFoot ul.social > li a {
      display: block;
      width: 1.3325em;
      height: 1.3325em; }

/*//!#siteFooter----------------------------------------------------------------------------------------------*/
/*!#index----------------------------------------------------------------------------------------------*/
/*!#siteContent*/
#siteContent {
  position: relative;
  z-index: 15;
  width: 100%;
  padding-top: 85px;
  background: #ffffff;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: .246s; }
  @media screen and (max-width: 768px) {
    #siteContent {
      width: 100%;
      padding-top: 70px;
      overflow: hidden;
      margin-bottom: 0 !important; } }
  #siteContent.lower {
    background: #ffffff;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }

.slider {
  display: flex;
  align-items: center;
  padding: calc(100% / 64 * 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: calc(8.5em / 16);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .slider .slider__inner .slider__item .aspect {
            border-radius: calc(8.5em / 21); } }

@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%); } }
.verticalslider {
  display: block; }
  .verticalslider .verticalslider__inner {
    display: block; }
    .verticalslider .verticalslider__inner:first-child {
      animation: loopV 180s linear infinite; }
    .verticalslider .verticalslider__inner:nth-child(2) {
      animation: loopV2 180s -120s linear infinite; }
    .verticalslider .verticalslider__inner:last-child {
      animation: loopV3 180s -60s linear infinite; }
    .verticalslider .verticalslider__inner .slider__item {
      width: 100%;
      padding: 5px 0; }
      .verticalslider .verticalslider__inner .slider__item .aspect {
        border-radius: 18px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .verticalslider .verticalslider__inner .slider__item .aspect {
            border-radius: 10px; } }

@keyframes loopV {
  0% {
    transform: translateY(200%); }
  to {
    transform: translateY(-100%); } }
@keyframes loopV2 {
  0% {
    transform: translateY(100%); }
  to {
    transform: translateY(-200%); } }
@keyframes loopV3 {
  0% {
    transform: translateY(0%); }
  to {
    transform: translateY(-300%); } }
.button {
  display: flex;
  align-items: center;
  column-gap: calc(85px / 4);
  font-size: 1.23em; }
  .button * {
    color: #de0510; }
  .button i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    background: #de0510;
    border-radius: 1em;
    overflow: hidden; }
    .button i::after {
      content: '';
      width: .328em;
      height: .328em;
      background: #ffffff;
      border-radius: 1em;
      overflow: hidden;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
  .button span {
    display: block;
    text-align: center; }
  .button:hover i::after {
    width: .615em;
    height: .615em;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }

@keyframes arrowAnimation {
  0% {
    transform: translateX(0);
    opacity: 1; }
  25% {
    transform: translateX(30px);
    opacity: 0; }
  55% {
    transform: translateX(-30px);
    opacity: 0; }
  80% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
.noentry {
  display: none;
  filter: opacity(0.41) !important;
  pointer-events: none !important;
  cursor: not-allowed; }

.comingsoon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  background: #f7f7f7;
  filter: opacity(0.5); }

.idx_fv_wrap {
  position: relative;
  z-index: 15;
  overflow: hidden; }
  .idx_fv_wrap .slider {
    padding: 0; }
    .idx_fv_wrap .slider ul.slider__inner {
      padding: 0; }
      .idx_fv_wrap .slider ul.slider__inner > li.slider__item {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        padding: 0;
        border-radius: 0; }
        @media screen and (max-width: 768px) {
          .idx_fv_wrap .slider ul.slider__inner > li.slider__item {
            min-width: 100vw; } }
        .idx_fv_wrap .slider ul.slider__inner > li.slider__item .aspect {
          border-radius: 0; }
        .idx_fv_wrap .slider ul.slider__inner > li.slider__item > .head {
          width: 100%; }
        .idx_fv_wrap .slider ul.slider__inner > li.slider__item > .body {
          width: 100%; }
          .idx_fv_wrap .slider ul.slider__inner > li.slider__item > .body ul {
            display: flex; }
            .idx_fv_wrap .slider ul.slider__inner > li.slider__item > .body ul > li {
              flex: 1;
              display: flex;
              flex-wrap: wrap; }
              .idx_fv_wrap .slider ul.slider__inner > li.slider__item > .body ul > li:nth-child(2n) > .aspect50 {
                order: -1; }
        .idx_fv_wrap .slider ul.slider__inner > li.slider__item:nth-child(2n) > .head {
          order: 1; }
  .idx_fv_wrap .txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .idx_fv_wrap .txt p {
      font-size: 4.51em;
      letter-spacing: -.01025em;
      text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3), -2px -2px 6px rgba(255, 255, 255, 0.3);
      color: #ffffff; }
      @media screen and (max-width: 768px) {
        .idx_fv_wrap .txt p {
          font-size: 3.28em;
          writing-mode: vertical-rl; } }

.idx_news_wrap {
  padding: calc(8.5em / 16 * 1) 0;
  background: #2a292f; }
  .idx_news_wrap * {
    color: #ffffff; }
  .idx_news_wrap .wrapper {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    width: calc(100% / 32 * 28);
    margin: 0 auto; }
    .idx_news_wrap .wrapper > .title {
      display: block;
      min-width: 12.3em;
      font-size: .9em; }
      @media screen and (max-width: 768px) {
        .idx_news_wrap .wrapper > .title {
          min-width: 6.15em; } }
    .idx_news_wrap .wrapper > .body {
      flex: 1;
      overflow: hidden; }
      .idx_news_wrap .wrapper > .body .slider .slider__inner .slider__item {
        width: auto;
        padding: 0 calc(8.5em / 8); }
      .idx_news_wrap .wrapper > .body a.inline {
        display: flex;
        align-items: center;
        column-gap: calc(8.5em / 6); }
        .idx_news_wrap .wrapper > .body a.inline span.category {
          padding: calc(8.5em / 24) calc(8.5em / 12);
          border-radius: 8.5em;
          border: solid 1px;
          font-size: .85em;
          line-height: 1.23; }

.idx_lower_wrap {
  position: relative;
  z-index: 15;
  padding: calc(8.5em / 8 * 7) 0 calc(8.5em / 8 * 8);
  background: #de0510;
  background: url(images/noise.png), #de0510;
  background-size: 100px, cover;
  background-repeat: repeat; }
  @media screen and (max-width: 768px) {
    .idx_lower_wrap {
      padding: calc(8.5em / 16 * 9) 0 calc(8.5em / 16 * 10); } }
  .idx_lower_wrap * {
    color: #ffffff; }
  .idx_lower_wrap .wrapper {
    position: relative;
    z-index: 15;
    width: calc(100% / 64 * 56);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .idx_lower_wrap .wrapper {
        width: calc(100% / 16 * 15); } }
    .idx_lower_wrap .wrapper > ._head .title > span {
      display: table;
      margin: 0 auto;
      border: solid 1px #ffffff;
      padding: .41em 1em .328em;
      border-radius: 8.5em;
      line-height: 1;
      font-size: .9em; }
      @media screen and (max-width: 768px) {
        .idx_lower_wrap .wrapper > ._head .title > span {
          margin-bottom: calc(8.5em / 12); } }
      .idx_lower_wrap .wrapper > ._head .title > span img {
        width: auto;
        height: 1em;
        filter: brightness(0) invert(1); }
    .idx_lower_wrap .wrapper > ._head .title > h2 {
      font-size: 5.125em;
      line-height: 1.435;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .idx_lower_wrap .wrapper > ._head .title > h2 {
          font-size: 3.28em;
          line-height: 1.1275; } }
      .idx_lower_wrap .wrapper > ._head .title > h2 i {
        font-style: italic; }
        @media screen and (max-width: 768px) {
          .idx_lower_wrap .wrapper > ._head .title > h2 i {
            display: block; } }
    .idx_lower_wrap .wrapper > ._body {
      margin-top: calc(8.5em / 8 * 3); }
      .idx_lower_wrap .wrapper > ._body ul.main_lower {
        display: flex;
        flex-wrap: wrap;
        gap: calc(8.5em / 6); }
        @media screen and (max-width: 768px) {
          .idx_lower_wrap .wrapper > ._body ul.main_lower {
            gap: calc(8.5em / 12); } }
        .idx_lower_wrap .wrapper > ._body ul.main_lower > li {
          position: relative;
          z-index: 15;
          min-width: 100%;
          background: #2a292f;
          border-radius: calc(8.5em / 12);
          overflow: hidden;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
          @media screen and (max-width: 768px) {
            .idx_lower_wrap .wrapper > ._body ul.main_lower > li {
              border-radius: calc(8.5em / 16); } }
          .idx_lower_wrap .wrapper > ._body ul.main_lower > li .background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -5; }
            .idx_lower_wrap .wrapper > ._body ul.main_lower > li .background img {
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
          .idx_lower_wrap .wrapper > ._body ul.main_lower > li a {
            display: block;
            padding: calc(100% / 56 * 3); }
            @media screen and (max-width: 768px) {
              .idx_lower_wrap .wrapper > ._body ul.main_lower > li a {
                padding: calc(100% / 56 * 5) calc(100% / 28 * 3); } }
            .idx_lower_wrap .wrapper > ._body ul.main_lower > li a span {
              display: block;
              margin-bottom: calc(8.5em / 1);
              font-size: .9em; }
              @media screen and (max-width: 768px) {
                .idx_lower_wrap .wrapper > ._body ul.main_lower > li a span {
                  margin-bottom: calc(8.5em / 8 * 6); } }
            .idx_lower_wrap .wrapper > ._body ul.main_lower > li a h3 {
              font-size: 1.5525em;
              font-weight: 500;
              text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3), -2px -2px 6px rgba(255, 255, 255, 0.3); }
            .idx_lower_wrap .wrapper > ._body ul.main_lower > li a p {
              text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3), -2px -2px 6px rgba(255, 255, 255, 0.3); }
              @media screen and (max-width: 768px) {
                .idx_lower_wrap .wrapper > ._body ul.main_lower > li a p br {
                  display: none; } }
          .idx_lower_wrap .wrapper > ._body ul.main_lower > li:hover {
            transform: scale(0.985);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
            .idx_lower_wrap .wrapper > ._body ul.main_lower > li:hover .background img {
              transform: scale(1.0205);
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
        .idx_lower_wrap .wrapper > ._body ul.main_lower + ul {
          margin-top: calc(8.5em / 6); }
          @media screen and (max-width: 768px) {
            .idx_lower_wrap .wrapper > ._body ul.main_lower + ul {
              margin-top: calc(8.5em / 12); } }
      .idx_lower_wrap .wrapper > ._body ul.sub_lower {
        display: flex;
        flex-wrap: wrap;
        gap: calc(8.5em / 6); }
        @media screen and (max-width: 768px) {
          .idx_lower_wrap .wrapper > ._body ul.sub_lower {
            gap: calc(8.5em / 12); } }
        .idx_lower_wrap .wrapper > ._body ul.sub_lower > li {
          position: relative;
          z-index: 15;
          flex: 1;
          background: #2a292f;
          border-radius: calc(8.5em / 12);
          overflow: hidden;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
          @media screen and (max-width: 768px) {
            .idx_lower_wrap .wrapper > ._body ul.sub_lower > li {
              min-width: 100%;
              border-radius: calc(8.5em / 16); } }
          .idx_lower_wrap .wrapper > ._body ul.sub_lower > li .background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -5; }
            .idx_lower_wrap .wrapper > ._body ul.sub_lower > li .background img {
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
          .idx_lower_wrap .wrapper > ._body ul.sub_lower > li a {
            display: block;
            padding: calc(100% / 56 * 6); }
            .idx_lower_wrap .wrapper > ._body ul.sub_lower > li a span {
              font-size: 1.3325em;
              font-weight: 500;
              text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3), -2px -2px 6px rgba(255, 255, 255, 0.3); }
          .idx_lower_wrap .wrapper > ._body ul.sub_lower > li:hover {
            transform: scale(0.985);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
            .idx_lower_wrap .wrapper > ._body ul.sub_lower > li:hover .background img {
              transform: scale(1.0205);
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }

.idx_social_wrap {
  position: relative;
  z-index: 15;
  padding: calc(8.5em / 8 * 7) 0 calc(8.5em / 8 * 8); }
  @media screen and (max-width: 768px) {
    .idx_social_wrap {
      padding: calc(8.5em / 16 * 9) 0 calc(8.5em / 16 * 10); } }
  .idx_social_wrap .wrapper {
    position: relative;
    z-index: 15;
    width: calc(100% / 32 * 26);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .idx_social_wrap .wrapper {
        width: calc(100% / 32 * 28); } }
    .idx_social_wrap .wrapper .title {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      flex-wrap: wrap; }
      .idx_social_wrap .wrapper .title h2 {
        display: flex;
        align-items: center;
        column-gap: calc(8.5em / 16);
        margin-bottom: calc(8.5em / 16);
        font-size: 1.64em;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          .idx_social_wrap .wrapper .title h2 {
            font-size: 1.3325em; } }
        .idx_social_wrap .wrapper .title h2 > i {
          display: block;
          width: 1em;
          min-width: 1em;
          height: 1em;
          line-height: 1; }
      .idx_social_wrap .wrapper .title a {
        display: block;
        opacity: .41;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
        .idx_social_wrap .wrapper .title a:hover {
          opacity: 1;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    .idx_social_wrap .wrapper .block ~ .block {
      margin-top: calc(8.5em / 8 * 5); }
      @media screen and (max-width: 768px) {
        .idx_social_wrap .wrapper .block ~ .block {
          margin-top: calc(8.5em / 16 * 5); } }
    .idx_social_wrap .wrapper .block #sb_instagram {
      padding-bottom: 0 !important; }
    .idx_social_wrap .wrapper .block.youtube_wrapper .body {
      padding: 12px 0; }
    .idx_social_wrap .wrapper .block.youtube_wrapper ul {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      .idx_social_wrap .wrapper .block.youtube_wrapper ul > li {
        width: calc((100% / 3) - (10px * 2 / 3)); }
        @media screen and (max-width: 768px) {
          .idx_social_wrap .wrapper .block.youtube_wrapper ul > li {
            width: 100%; }
            .idx_social_wrap .wrapper .block.youtube_wrapper ul > li ~ li {
              display: none; } }

.idx_recruit_wrap {
  position: relative;
  z-index: 15;
  padding: calc(8.5em / 8 * 7) 0 calc(8.5em / 8 * 8);
  background: #f0f4f5; }
  @media screen and (max-width: 768px) {
    .idx_recruit_wrap {
      padding: calc(8.5em / 16 * 9) 0 calc(8.5em / 16 * 10); } }
  .idx_recruit_wrap .wrapper {
    position: relative;
    z-index: 15;
    width: calc(100% / 64 * 56);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .idx_recruit_wrap .wrapper {
        gap: calc(85px / 8);
        width: calc(100% / 16 * 15); } }
    .idx_recruit_wrap .wrapper > .title {
      width: calc(100% / 56 * 50);
      margin: 0 auto; }
      .idx_recruit_wrap .wrapper > .title > span {
        display: block;
        margin-bottom: calc(8.5em / 6);
        font-size: .9em; }
      .idx_recruit_wrap .wrapper > .title > h2 {
        font-size: 2.05em;
        font-weight: 500; }
      .idx_recruit_wrap .wrapper > .title + .body {
        margin-top: calc(8.5em / 3); }
        @media screen and (max-width: 768px) {
          .idx_recruit_wrap .wrapper > .title + .body {
            margin-top: calc(8.5em / 6); } }
    .idx_recruit_wrap .wrapper > .body {
      padding: calc(100% / 56 * 4) calc(100% / 56 * 3);
      background: #ffffff;
      border-radius: calc(8.5em / 12); }
      @media screen and (max-width: 768px) {
        .idx_recruit_wrap .wrapper > .body {
          border-radius: calc(8.5em / 16); } }
      .idx_recruit_wrap .wrapper > .body ul.group {
        width: 100%;
        max-width: calc(((8.5em / 4 * 7) * 3) + ((8.5em / 8) * 2));
        margin: 0 auto; }
        .idx_recruit_wrap .wrapper > .body ul.group > li ~ li {
          margin-top: calc(8.5em / 3); }
        .idx_recruit_wrap .wrapper > .body ul.group > li h3 {
          display: inline-flex;
          align-items: center;
          margin-bottom: calc(8.5em / 8);
          padding: calc(8.5em / 16) calc(8.5em / 6);
          background: #de0510;
          border-radius: 8.5em;
          font-size: .95em;
          color: #ffffff;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            .idx_recruit_wrap .wrapper > .body ul.group > li h3 {
              padding: calc(8.5em / 24) calc(8.5em / 6); } }
      .idx_recruit_wrap .wrapper > .body ul.support {
        display: flex;
        flex-wrap: wrap;
        gap: calc(8.5em / 8); }
        @media screen and (max-width: 768px) {
          .idx_recruit_wrap .wrapper > .body ul.support {
            gap: calc(8.5em / 12); } }
        .idx_recruit_wrap .wrapper > .body ul.support > li {
          display: flex;
          align-items: center;
          justify-content: center;
          width: calc(8.5em / 4 * 7);
          background: #f7f7f7; }
          @media screen and (max-width: 768px) {
            .idx_recruit_wrap .wrapper > .body ul.support > li {
              width: calc((100% / 2) - ((8.5em / 12) / 2)); } }
          .idx_recruit_wrap .wrapper > .body ul.support > li a {
            padding: calc(8.5em / 4);
            text-align: center; }
            @media screen and (max-width: 768px) {
              .idx_recruit_wrap .wrapper > .body ul.support > li a {
                padding: calc(8.5em / 6); } }
            .idx_recruit_wrap .wrapper > .body ul.support > li a p {
              font-size: .8em;
              white-space: nowrap;
              opacity: .615;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
              @media screen and (max-width: 768px) {
                .idx_recruit_wrap .wrapper > .body ul.support > li a p {
                  font-size: .75em; } }
          .idx_recruit_wrap .wrapper > .body ul.support > li:hover a p {
            opacity: 1;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }

article.-page > header {
  position: relative;
  z-index: 15; }
  article.-page > header .wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% / 16 * 13);
    margin: 0 auto;
    padding: calc(8.5em / 8 * 5) 0 calc(8.5em / 8 * 3); }
    @media screen and (max-width: 768px) {
      article.-page > header .wrapper {
        width: calc(100% / 16 * 14);
        padding: calc(85px / 4 * 2) 0 calc(85px / 6 * 1); } }
    article.-page > header .wrapper hgroup span {
      display: block;
      margin-bottom: calc(8.5em / 16 * 2); }
      @media screen and (max-width: 768px) {
        article.-page > header .wrapper hgroup span {
          font-size: .9em;
          margin-bottom: calc(8.5em / 32 * 3); } }
    article.-page > header .wrapper hgroup h1 {
      font-size: 2.46em;
      font-weight: normal;
      line-height: 1;
      color: #231814; }
      @media screen and (max-width: 768px) {
        article.-page > header .wrapper hgroup h1 {
          font-size: 1.845em; } }
    @media screen and (max-width: 768px) {
      article.-page > header .wrapper .outline {
        margin-top: calc(8.5em / 16 * 2); } }
    article.-page > header .wrapper .outline > p {
      max-width: 25em;
      font-weight: 600; }
    article.-page > header .wrapper .breadclumnb {
      width: 100%;
      margin-top: calc(8.5em / 16 * 2); }
article.-page .thumbnail {
  position: relative;
  z-index: 15;
  width: 100%;
  height: calc(8.5em * 3);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    article.-page .thumbnail {
      height: calc(8.5em / 2 * 3); } }
  article.-page .thumbnail.done {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
    article.-page .thumbnail.done img {
      transform: scale(1.1275); }
  article.-page .thumbnail.gone {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    transition-delay: .328s; }
    article.-page .thumbnail.gone img {
      transform: scale(1);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      transition-delay: .328s; }
article.-page #breadcrumbs {
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    article.-page #breadcrumbs {
      font-size: .75em; } }
  article.-page #breadcrumbs > span {
    display: flex;
    justify-content: flex-end;
    column-gap: calc(85px / 8);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      article.-page #breadcrumbs > span {
        column-gap: calc(85px / 16);
        width: calc(100% / 16 * 15); } }
    article.-page #breadcrumbs > span a {
      color: #de0510; }
  article.-page #breadcrumbs ~ #breadcrumbs {
    border-top: none; }
article.-page > section {
  position: relative;
  z-index: 15;
  padding: calc(8.5em / 8 * 7) 0; }
  @media screen and (max-width: 768px) {
    article.-page > section {
      padding: calc(8.5em / 8 * 5) 0 calc(8.5em / 8 * 4); } }
  article.-page > section .wrapper {
    width: calc(100% / 16 * 13);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      article.-page > section .wrapper {
        width: calc(100% / 16 * 14); } }

.page_navigation {
  position: relative;
  z-index: 15; }
  .page_navigation .wrapper {
    position: relative;
    z-index: 15;
    width: calc(100% / 64 * 61);
    padding: calc(8.5em / 8 * 3);
    margin: calc(100% / 128 * 3) auto;
    background: #f7f7f7; }
    .page_navigation .wrapper ul.list {
      display: flex;
      flex-wrap: wrap;
      gap: calc(85px / 4); }
      @media screen and (max-width: 768px) {
        .page_navigation .wrapper ul.list {
          gap: calc(85px / 8); } }
      .page_navigation .wrapper ul.list > li {
        width: calc((100% / 3) - (85px / 4 * 2 / 3)); }
        @media screen and (max-width: 768px) {
          .page_navigation .wrapper ul.list > li {
            width: calc((100% / 2) - (85px / 8 * 1 / 2)); } }
        .page_navigation .wrapper ul.list > li .card {
          display: block;
          border: solid 1px #de0510;
          background: #ffffff;
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
          .page_navigation .wrapper ul.list > li .card > ._img img {
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
          .page_navigation .wrapper ul.list > li .card > ._txt {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: calc(85px / 8 * 2); }
            @media screen and (max-width: 768px) {
              .page_navigation .wrapper ul.list > li .card > ._txt {
                padding: calc(85px / 16 * 2); } }
            .page_navigation .wrapper ul.list > li .card > ._txt * {
              color: #de0510; }
            @media screen and (max-width: 768px) {
              .page_navigation .wrapper ul.list > li .card > ._txt .title_block h2 {
                font-size: 1em; } }
            .page_navigation .wrapper ul.list > li .card > ._txt i {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 1em;
              height: 1em;
              background: #de0510;
              border-radius: 1em; }
              .page_navigation .wrapper ul.list > li .card > ._txt i::after {
                content: '';
                display: block;
                width: .328em;
                height: .328em;
                background: #ffffff;
                border-radius: 1em;
                transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
          .page_navigation .wrapper ul.list > li .card:hover {
            transform: scale(0.975);
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
            .page_navigation .wrapper ul.list > li .card:hover > ._img img {
              transform: scale(1.05);
              transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
            .page_navigation .wrapper ul.list > li .card:hover i::after {
              width: .8em;
              height: .8em;
              transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .page_navigation .wrapper ul.list > li.current .card {
          background: #de0510; }
          .page_navigation .wrapper ul.list > li.current .card > ._txt * {
            color: #ffffff; }
          .page_navigation .wrapper ul.list > li.current .card > ._txt i {
            filter: brightness(0) invert(1); }
      .page_navigation .wrapper ul.list.done > li {
        opacity: 0;
        transform: scale(0.85); }
      .page_navigation .wrapper ul.list.gone > li {
        opacity: 1;
        transform: scale(1);
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .page_navigation .wrapper ul.list.gone > li:nth-child(0) {
          transition-delay: calc((0 * 0.082s) + 0.615s); }
        .page_navigation .wrapper ul.list.gone > li:nth-child(1) {
          transition-delay: calc((1 * 0.082s) + 0.615s); }
        .page_navigation .wrapper ul.list.gone > li:nth-child(2) {
          transition-delay: calc((2 * 0.082s) + 0.615s); }
        .page_navigation .wrapper ul.list.gone > li:nth-child(3) {
          transition-delay: calc((3 * 0.082s) + 0.615s); }
        .page_navigation .wrapper ul.list.gone > li:nth-child(4) {
          transition-delay: calc((4 * 0.082s) + 0.615s); }
        .page_navigation .wrapper ul.list.gone > li:nth-child(5) {
          transition-delay: calc((5 * 0.082s) + 0.615s); }
        .page_navigation .wrapper ul.list.gone > li:nth-child(6) {
          transition-delay: calc((6 * 0.082s) + 0.615s); }
        .page_navigation .wrapper ul.list.gone > li:nth-child(7) {
          transition-delay: calc((7 * 0.082s) + 0.615s); }
        .page_navigation .wrapper ul.list.gone > li:nth-child(8) {
          transition-delay: calc((8 * 0.082s) + 0.615s); }
        .page_navigation .wrapper ul.list.gone > li:nth-child(9) {
          transition-delay: calc((9 * 0.082s) + 0.615s); }
        .page_navigation .wrapper ul.list.gone > li:nth-child(10) {
          transition-delay: calc((10 * 0.082s) + 0.615s); }

hgroup.section span {
  display: block;
  margin-bottom: calc(8.5em / 32 * 3);
  font-size: .9em; }
hgroup.section h2 {
  font-size: 2.05em;
  font-weight: normal;
  line-height: 1;
  color: #231814; }
  @media screen and (max-width: 768px) {
    hgroup.section h2 {
      font-size: 1.64em; } }
hgroup.section h3 {
  font-size: 1.435em;
  font-weight: normal;
  line-height: 1;
  color: #231814; }
hgroup.section p, hgroup.section ul {
  margin-top: calc(8.5em / 16 * 3); }
  @media screen and (max-width: 768px) {
    hgroup.section p, hgroup.section ul {
      margin-top: calc(8.5em / 16 * 2); } }
hgroup.section + .mt4 {
  margin-top: calc(8.5em / 4); }

.clip_img.done {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
  .clip_img.done img {
    transform: scale(1.1275); }
.clip_img.gone {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
  transition-delay: .328s; }
  .clip_img.gone img {
    transform: scale(1);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    transition-delay: .328s; }

.text_block {
  padding: 0 calc(8.5em / 8 * 4); }
  @media screen and (max-width: 768px) {
    .text_block {
      padding: 0 calc(8.5em / 8 * 1); } }

.image_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: calc(8.5em / 8 * 5);
  padding: calc(8.5em / 8 * 4);
  background: #f7f7f7;
  border-radius: calc(8.5em / 16);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .image_block {
      padding: calc(100% / 12);
      border-radius: calc(8.5em / 21); } }
  .image_block hgroup {
    flex: 1; }
  .image_block .image {
    width: calc(8.5em / 2 * 4);
    min-width: calc(8.5em / 2 * 4);
    height: auto;
    border-radius: calc(8.5em / 16);
    overflow: hidden; }

.card_block {
  padding: calc(8.5em / 8 * 4);
  background: #f7f7f7;
  border-radius: calc(8.5em / 16);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .card_block {
      padding: calc(100% / 12);
      border-radius: calc(8.5em / 21); } }

.section_flex .wrapper {
  display: flex;
  flex-wrap: wrap; }
  .section_flex .wrapper > aside {
    width: calc(8.5em / 2 * 3);
    min-width: calc(8.5em / 2 * 3); }
    @media screen and (max-width: 768px) {
      .section_flex .wrapper > aside {
        display: none; } }
    .section_flex .wrapper > aside .sticky {
      top: calc(8.5em); }
      .section_flex .wrapper > aside .sticky > h3 {
        font-size: 1.23em; }
        .section_flex .wrapper > aside .sticky > h3 + * {
          margin-top: calc(8.5em / 6); }
      .section_flex .wrapper > aside .sticky ul > li {
        display: flex;
        align-items: center; }
        .section_flex .wrapper > aside .sticky ul > li ~ li {
          margin-top: calc(8.5em / 8 * 1); }
        .section_flex .wrapper > aside .sticky ul > li a {
          display: flex;
          align-items: center;
          column-gap: calc(8.5em / 16); }
          .section_flex .wrapper > aside .sticky ul > li a i {
            display: block;
            width: 1.64em;
            height: 1.64em;
            filter: brightness(0) opacity(0.205); }
        .section_flex .wrapper > aside .sticky ul > li:hover a i {
          filter: brightness(1) opacity(1); }
        .section_flex .wrapper > aside .sticky ul > li.current a {
          color: #de0510; }
          .section_flex .wrapper > aside .sticky ul > li.current a i {
            filter: brightness(1) opacity(1); }
  .section_flex .wrapper > .main {
    flex: 1; }
.section_flex ul.position > li {
  padding-top: calc(8.5em / 6);
  border-top: solid .5px; }
  .section_flex ul.position > li ~ li {
    margin-top: calc(8.5em / 8 * 5); }
  .section_flex ul.position > li hgroup h3 {
    display: flex;
    align-items: center;
    column-gap: calc(8.5em / 16); }
    .section_flex ul.position > li hgroup h3 i {
      display: block;
      width: 2.05em;
      height: 2.05em; }
      @media screen and (max-width: 768px) {
        .section_flex ul.position > li hgroup h3 i {
          width: 1.5525em;
          height: 1.5525em; } }
.section_flex ul.player {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.5em / 4);
  margin-top: calc(8.5em / 4); }
  @media screen and (max-width: 768px) {
    .section_flex ul.player {
      gap: calc(8.5em / 6);
      margin-top: calc(8.5em / 6); } }
  .section_flex ul.player > li {
    width: calc((100% / 3) - (8.5em / 4 * 2 / 3)); }
    @media screen and (max-width: 768px) {
      .section_flex ul.player > li {
        width: calc((100% / 2) - (8.5em / 6 * 1 / 2)); } }
    .section_flex ul.player > li a .txt {
      display: flex;
      align-items: center;
      column-gap: calc(8.5em / 12);
      padding: calc(8.5em / 8); }
      @media screen and (max-width: 768px) {
        .section_flex ul.player > li a .txt {
          column-gap: calc(8.5em / 16);
          padding: calc(8.5em / 8) 0; } }
      .section_flex ul.player > li a .txt i {
        display: block;
        font-size: 2.87em;
        font-weight: 600;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .section_flex ul.player > li a .txt i {
            font-size: 2.255em; } }
      .section_flex ul.player > li a .txt dl > dt {
        font-size: 1.23em;
        font-weight: 600; }
      .section_flex ul.player > li a .txt dl > dd {
        font-size: .75em; }
.section_flex ul.news {
  border-top: solid 1px rgba(0, 0, 0, 0.1025); }
  .section_flex ul.news > li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
    .section_flex ul.news > li a {
      position: relative;
      z-index: 15;
      display: flex;
      flex-wrap: wrap;
      gap: calc(8.5em / 4) calc(8.5em / 2);
      padding: calc(8.5em / 4) 0; }
      @media screen and (max-width: 768px) {
        .section_flex ul.news > li a {
          padding: calc(8.5em / 8) 0; } }
      .section_flex ul.news > li a::after {
        content: '';
        position: absolute;
        top: 100%;
        right: 0;
        display: block;
        width: 0;
        height: 1px;
        background: #231814;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
      .section_flex ul.news > li a > .text {
        flex: 1; }
        .section_flex ul.news > li a > .text time {
          display: block;
          margin-bottom: calc(8.5em / 21); }
        .section_flex ul.news > li a > .text p {
          font-size: 1.1275em; }
      .section_flex ul.news > li a > .image {
        flex: 1;
        max-width: calc(8.5em * 2);
        border-radius: calc(8.5em / 21);
        overflow: hidden; }
        .section_flex ul.news > li a > .image img {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    .section_flex ul.news > li:hover a::after {
      left: 0;
      width: 100%;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    .section_flex ul.news > li:hover a > .image img {
      transform: scale(1.025);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }

.fancybox__container {
  z-index: 10000 !important; }

.player-profile.fancybox__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: calc(100% / 16 * 12);
  padding: 0;
  background: #f7f7f7; }
  @media screen and (max-width: 768px) {
    .player-profile.fancybox__content {
      flex-direction: column;
      width: calc(100% / 16 * 13); } }
  .player-profile.fancybox__content > .item_left {
    flex: 1;
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .player-profile.fancybox__content > .item_left {
        min-width: 100%; } }
    .player-profile.fancybox__content > .item_left .txt {
      display: flex;
      align-items: center;
      column-gap: calc(8.5em / 12);
      padding: calc(8.5em / 8); }
      @media screen and (max-width: 768px) {
        .player-profile.fancybox__content > .item_left .txt {
          column-gap: calc(8.5em / 8);
          padding: calc(8.5em / 8) calc(8.5em / 6); } }
      .player-profile.fancybox__content > .item_left .txt i {
        display: block;
        font-size: 5.125em;
        font-weight: 600;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .player-profile.fancybox__content > .item_left .txt i {
            font-size: 2.255em; } }
      .player-profile.fancybox__content > .item_left .txt dl > dt {
        font-size: 1.845em;
        font-weight: 600; }
      .player-profile.fancybox__content > .item_left .txt dl > dd {
        font-size: 1em; }
  .player-profile.fancybox__content > .item_right {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .player-profile.fancybox__content > .item_right {
        min-width: 100%; } }
    .player-profile.fancybox__content > .item_right ul {
      padding: calc(8.5em / 8 * 3); }
      @media screen and (max-width: 768px) {
        .player-profile.fancybox__content > .item_right ul {
          padding: calc(8.5em / 8 * 2); } }

.section_about .slider_wrapper {
  margin: calc(8.5em / 8 * 5) auto;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .section_about .slider_wrapper {
      margin: calc(8.5em / 8 * 4) auto; } }
.section_about .vision_wrapper {
  position: relative;
  z-index: 15;
  width: calc(100% / 64 * 61);
  margin: 0 auto calc(8.5em / 8 * 7);
  padding: calc(8.5em / 8 * 5) calc((100% / 61) * 6);
  border-radius: calc(8.5em / 16);
  background: #de0510;
  background: url(images/noise.png), #de0510;
  background-size: 100px;
  background-repeat: repeat; }
  @media screen and (max-width: 768px) {
    .section_about .vision_wrapper {
      margin: calc(8.5em / 8 * 4) auto;
      padding: calc(8.5em / 8 * 2) calc((100% / 61) * 2) calc(8.5em / 8 * 1);
      border-radius: calc(8.5em / 21); } }
  .section_about .vision_wrapper .text_block {
    display: flex;
    flex-wrap: wrap; }
    .section_about .vision_wrapper .text_block > .title {
      width: calc(8.5em* 2);
      min-width: calc(8.5em* 2); }
      @media screen and (max-width: 768px) {
        .section_about .vision_wrapper .text_block > .title {
          width: 100%; } }
      .section_about .vision_wrapper .text_block > .title h3 {
        top: 8.5rem; }
        @media screen and (max-width: 768px) {
          .section_about .vision_wrapper .text_block > .title h3 {
            text-align: center; } }
    .section_about .vision_wrapper .text_block > .main {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .section_about .vision_wrapper .text_block > .main {
          min-width: 100%;
          margin-top: calc(8.5em / 6); } }
  .section_about .vision_wrapper * {
    color: #ffffff; }
  .section_about .vision_wrapper ul.vision > li {
    padding: calc(8.5em / 8 * 2);
    background: rgba(0, 0, 0, 0.1025);
    border-radius: calc(8.5em / 16); }
    @media screen and (max-width: 768px) {
      .section_about .vision_wrapper ul.vision > li {
        border-radius: calc(8.5em / 21); } }
    .section_about .vision_wrapper ul.vision > li ~ li {
      margin-top: calc(8.5em / 12); }
    .section_about .vision_wrapper ul.vision > li dl > dt {
      font-weight: 600;
      font-size: 1.3325em; }
      .section_about .vision_wrapper ul.vision > li dl > dt + dd {
        margin-top: calc(8.5em / 12); }
.section_about .activity_wrapper {
  position: relative;
  z-index: 15;
  width: calc(100% / 64 * 61);
  margin: calc(8.5em / 8 * 7) auto;
  padding: calc(8.5em / 8 * 5) calc((100% / 61) * 6);
  background: #f7f7f7;
  border-radius: calc(8.5em / 16);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .section_about .activity_wrapper {
      margin: calc(8.5em / 8 * 4) auto;
      padding: calc(8.5em / 8 * 1) calc((100% / 61) * 2);
      border-radius: calc(8.5em / 21); } }
  .section_about .activity_wrapper > .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .section_about .activity_wrapper .text_card {
    display: table;
    padding: calc(8.5em / 8 * 4);
    background: #ffffff;
    border-radius: calc(8.5em / 16);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .section_about .activity_wrapper .text_card {
        padding: calc(8.5em / 16 * 6) calc(8.5em / 16 * 4);
        border-radius: calc(8.5em / 21); } }
    .section_about .activity_wrapper .text_card ul.schedule > li ~ li {
      margin-top: calc(8.5em / 8 * 1); }
    .section_about .activity_wrapper .text_card ul.schedule > li dl > dt {
      font-size: 1.23em;
      font-weight: 500; }
      .section_about .activity_wrapper .text_card ul.schedule > li dl > dt + dd {
        margin-top: calc(8.5em / 16 * 1); }
    .section_about .activity_wrapper .text_card ul.schedule > li dl > dd ul > li {
      display: flex; }
      .section_about .activity_wrapper .text_card ul.schedule > li dl > dd ul > li ~ li {
        margin-top: calc(8.5em / 24); }
      .section_about .activity_wrapper .text_card ul.schedule > li dl > dd ul > li b {
        display: block;
        width: 3em;
        min-width: 3em; }
      .section_about .activity_wrapper .text_card ul.schedule > li dl > dd ul > li span {
        flex: 1;
        display: block;
        margin: 0; }

.about_mission p {
  display: table;
  margin: 0 auto; }
  .about_mission p.lead {
    font-size: 4.51em;
    line-height: 1.1275; }
    @media screen and (max-width: 768px) {
      .about_mission p.lead {
        font-size: 2.255em; } }
    .about_mission p.lead > span {
      display: block; }
      .about_mission p.lead > span ~ span {
        text-indent: 1em; }
  .about_mission p.body {
    margin-top: calc(8.5em / 4);
    font-weight: 600;
    font-size: 1.435em;
    line-height: 2;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .about_mission p.body {
        margin-top: calc(8.5em /8);
        font-size: 1.23em; } }

.about_strength ul.strength > li ~ li {
  margin-top: calc(8.5em / 8 * 3); }
  @media screen and (max-width: 768px) {
    .about_strength ul.strength > li ~ li {
      margin-top: calc(8.5em / 8 * 2); } }
.about_strength ul.strength > li img {
  border-radius: calc(8.5em / 16);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .about_strength ul.strength > li img {
      border-radius: calc(8.5em / 21); } }
.about_strength ul.strength > li dl {
  display: table;
  margin-left: auto; }
  .about_strength ul.strength > li dl > dt {
    font-size: 1.3325em; }
    .about_strength ul.strength > li dl > dt + dd {
      margin-top: calc(8.5em / 16* 2); }

.about_history {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .about_history {
      padding: calc(8.5em / 16 * 4) calc(8.5em / 16 * 3);
      background: #f7f7f7; } }
  .about_history > .title {
    width: calc(8.5em * 2);
    min-width: calc(8.5em * 2); }
  .about_history > .main {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .about_history > .main {
        min-width: 100%;
        margin-top: calc(8.5em / 8 * 2); } }
  .about_history ul.history > li {
    display: flex;
    flex-wrap: wrap; }
    .about_history ul.history > li ~ li {
      margin-top: calc(8.5em / 8); }
    .about_history ul.history > li > div {
      width: calc(8.5em / 4 * 3);
      min-width: calc(8.5em / 4 * 3); }
      @media screen and (max-width: 768px) {
        .about_history ul.history > li > div {
          font-weight: 600;
          margin-bottom: calc(8.5em / 12); } }
    .about_history ul.history > li > ul {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .about_history ul.history > li > ul {
          min-width: 100%;
          padding-left: 1em; } }
      .about_history ul.history > li > ul > li ~ li {
        margin-top: calc(8.5em / 16); }

.about_message .lead {
  font-size: 1.845em; }
  @media screen and (max-width: 768px) {
    .about_message .lead {
      font-size: 1.435em; } }
.about_message ul {
  margin-top: calc(8.5em / 16 * 4); }
  @media screen and (max-width: 768px) {
    .about_message ul {
      margin-top: calc(8.5em / 16 * 3); } }
  .about_message ul > li ~ li {
    margin-top: calc(8.5em / 16 * 6); }
    @media screen and (max-width: 768px) {
      .about_message ul > li ~ li {
        margin-top: calc(8.5em / 16 * 4); } }
  .about_message ul > li dl > dt {
    padding-bottom: calc(8.5em / 16 * 1);
    border-bottom: solid .5px;
    font-size: 1.3325em; }
    @media screen and (max-width: 768px) {
      .about_message ul > li dl > dt {
        font-size: 1.23em; } }
    .about_message ul > li dl > dt + dd {
      margin-top: calc(8.5em / 16 * 3); }
.about_message + .profile_block {
  margin-top: calc(8.5em / 8 * 4); }
  @media screen and (max-width: 768px) {
    .about_message + .profile_block {
      margin-top: calc(8.5em / 8 * 3); } }
  @media screen and (max-width: 768px) {
    .about_message + .profile_block > hgroup {
      order: 1;
      margin-top: calc(8.5em / 8 * 2); } }
  @media screen and (max-width: 768px) {
    .about_message + .profile_block > .image {
      width: 100%; } }

.profile_block ul.profile li {
  display: flex;
  align-items: center; }
  .profile_block ul.profile li > i {
    display: block;
    font-weight: 600;
    min-width: 4em; }
  .profile_block ul.profile li > span {
    display: block;
    margin: 0; }

.section_enroll .card_block hgroup {
  display: flex;
  align-items: center;
  column-gap: calc(8.5em / 8);
  margin-bottom: calc(8.5em / 16 * 3);
  padding-bottom: calc(8.5em / 16 * 2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
  .section_enroll .card_block hgroup p {
    margin: 0;
    padding: calc(8.5em / 21) calc(8.5em / 16);
    background: #de0510;
    border-radius: calc(8.5em / 32);
    font-size: .85em;
    color: #ffffff;
    line-height: 1; }
.section_enroll .card_block ul.card_image {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.5em / 16) calc(8.5em / 8); }
  .section_enroll .card_block ul.card_image > li {
    width: calc((100% / 3) - ((8.5em / 8) * 2 / 3));
    background: #ffffff;
    border-radius: calc(8.5em / 16);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .section_enroll .card_block ul.card_image > li {
        width: 100%;
        border-radius: calc(8.5em / 21); } }
    .section_enroll .card_block ul.card_image > li dl {
      padding: calc(8.5em / 16 * 3); }
      .section_enroll .card_block ul.card_image > li dl > i {
        display: block;
        text-align: center; }
      .section_enroll .card_block ul.card_image > li dl > dt {
        margin: calc(8.5em / 16) 0;
        text-align: center; }
      .section_enroll .card_block ul.card_image > li dl > dd {
        display: table;
        margin: 0 auto;
        font-size: .9em; }
.section_enroll .card_block ul.card_text {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.5em / 16) calc(8.5em / 8);
  margin-top: calc(8.5em / 8); }
  @media screen and (max-width: 768px) {
    .section_enroll .card_block ul.card_text {
      margin-top: calc(8.5em / 16); } }
  .section_enroll .card_block ul.card_text > li {
    width: calc((100% / 3) - ((8.5em / 8) * 2 / 3));
    padding: calc(8.5em / 16 * 3);
    background: #ffffff;
    border-radius: calc(8.5em / 16);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .section_enroll .card_block ul.card_text > li {
        width: 100%;
        border-radius: calc(8.5em / 21); } }
    .section_enroll .card_block ul.card_text > li > i {
      display: block;
      text-align: center; }
    .section_enroll .card_block ul.card_text > li p {
      margin: calc(8.5em / 16) 0;
      text-align: center; }
.section_enroll .card_block + * {
  margin-top: calc(8.5em / 16 * 3); }
  @media screen and (max-width: 768px) {
    .section_enroll .card_block + * {
      margin-top: calc(8.5em / 16 * 2); } }

.section_company .text_block + .team_color {
  margin-top: calc(8.5em / 8 * 5); }
  @media screen and (max-width: 768px) {
    .section_company .text_block + .team_color {
      margin-top: calc(8.5em / 8 * 3); } }

.company_outline hgroup + ul.company {
  margin-top: calc(8.5em / 4); }

ul.company {
  font-size: 1.1275em; }
  @media screen and (max-width: 768px) {
    ul.company {
      font-size: 1em; } }
  ul.company > li {
    padding: calc(8.5em / 8) 0; }
    @media screen and (max-width: 768px) {
      ul.company > li {
        padding: calc(8.5em / 16) 0; } }
    ul.company > li dl {
      display: flex;
      flex-wrap: wrap; }
      ul.company > li dl > dt {
        flex: 1; }
      ul.company > li dl > dd {
        flex: 4; }

.team_color > .image {
  background: #ffffff; }
  @media screen and (max-width: 768px) {
    .team_color > .image {
      margin: 0 auto;
      margin-top: calc(8.5em / 8); } }
  .team_color > .image .aspectBlock {
    display: flex;
    align-items: center;
    justify-content: center; }
    .team_color > .image .aspectBlock img {
      max-width: calc(8.5em / 2);
      height: auto;
      filter: brightness(0) invert(1); }
  .team_color > .image .description {
    padding: calc(8.5em / 8); }
    .team_color > .image .description dl > dt {
      font-size: 1.23em;
      font-weight: 600; }
      .team_color > .image .description dl > dt + dd {
        margin-top: calc(8.5em / 16); }

.section_support .text_block > p {
  display: table;
  margin: 0 auto; }
  .section_support .text_block > p.lead {
    font-size: 2.05em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .section_support .text_block > p.lead {
        font-size: 1.64em; } }
    .section_support .text_block > p.lead + * {
      margin-top: calc(8.5em / 8 * 2); }
.section_support .text_block .support_title {
  padding: calc(8.5em / 12) 0;
  background: #de0510;
  text-align: center;
  margin: calc(8.5em / 8 * 2) 0 calc(8.5em / 8); }
  .section_support .text_block .support_title ~ .support_title {
    margin-top: calc(8.5em / 8 * 3); }
  .section_support .text_block .support_title p {
    font-weight: 600;
    font-size: 1.3325em;
    color: #ffffff; }
.section_support .text_block ul.fee {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.5em / 8);
  margin-bottom: calc(8.5em / 8 * 3);
  padding: calc(8.5em / 8);
  background: #f7f7f7;
  background: url(images/noise.png), #f7f7f7;
  background-size: 100px;
  background-repeat: repeat; }
  .section_support .text_block ul.fee > li {
    flex: 1;
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .section_support .text_block ul.fee > li {
        min-width: 100%; } }
    .section_support .text_block ul.fee > li dl > dt {
      padding: calc(8.5em / 12) 0;
      border-bottom: solid 0.5px rgba(0, 0, 0, 0.1025);
      font-size: 1.3325em;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .section_support .text_block ul.fee > li dl > dt {
          padding: calc(8.5em / 16) 0;
          font-size: 1.1275em; } }
    .section_support .text_block ul.fee > li dl > dd {
      padding: calc(8.5em / 6) 0; }
      .section_support .text_block ul.fee > li dl > dd ul.price > li ~ li {
        margin-top: calc(8.5em / 12); }
        @media screen and (max-width: 768px) {
          .section_support .text_block ul.fee > li dl > dd ul.price > li ~ li {
            margin-top: calc(8.5em / 16); } }
      .section_support .text_block ul.fee > li dl > dd ul.price > li span {
        display: block;
        text-align: center; }
      .section_support .text_block ul.fee > li dl > dd ul.price > li p {
        font-size: 1.5525em;
        font-weight: 600;
        text-align: center;
        line-height: 1.23; }
        @media screen and (max-width: 768px) {
          .section_support .text_block ul.fee > li dl > dd ul.price > li p {
            font-size: 1.435em; } }
        .section_support .text_block ul.fee > li dl > dd ul.price > li p i {
          font-size: 1.3325em; }
.section_support .text_block .benefit {
  margin-bottom: calc(8.5em / 8 * 3);
  padding: calc(8.5em / 8);
  background: #f7f7f7;
  background: url(images/noise.png), #f7f7f7;
  background-size: 100px;
  background-repeat: repeat; }
  .section_support .text_block .benefit p {
    padding: calc(8.5em / 8 * 2);
    font-size: 1.1275em;
    background: #ffffff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .section_support .text_block .benefit p {
        font-size: 1em;
        text-align: left; } }
.section_support .text_block .transfer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: calc(8.5em / 2);
  margin: calc(8.5em / 8 * 2) 0; }
  .section_support .text_block .transfer > .item_right {
    padding: calc(8.5em / 8 * 3);
    background: #f7f7f7; }
    @media screen and (max-width: 768px) {
      .section_support .text_block .transfer > .item_right {
        padding: calc(8.5em / 8 * 2);
        margin-top: calc(8.5em / 16 * 2); } }
    .section_support .text_block .transfer > .item_right ul.bank li {
      display: flex; }
      .section_support .text_block .transfer > .item_right ul.bank li ~ li {
        margin-top: calc(8.5em / 32); }
      .section_support .text_block .transfer > .item_right ul.bank li > i {
        display: block;
        width: 7em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .section_support .text_block .transfer > .item_right ul.bank li > i {
            width: 6em; } }
      .section_support .text_block .transfer > .item_right ul.bank li > span {
        flex: 1;
        display: block; }

.form_wrapper {
  position: relative;
  z-index: 15;
  width: calc(100% / 64* 61);
  margin: calc(8.5em / 8* 7) auto 0;
  padding: calc(8.5em / 8 * 6) calc((100% / 61)* 6);
  border-radius: calc(8.5em / 16);
  background: #f7f7f7;
  background: url(images/noise.png), #f7f7f7;
  background-size: 100px;
  background-repeat: repeat; }
  @media screen and (max-width: 768px) {
    .form_wrapper {
      margin: calc(8.5em / 8* 4) auto 0;
      padding: calc(8.5em / 8 * 3) 0 calc(8.5em / 8 * 1); } }
  .form_wrapper hgroup {
    text-align: center; }
    .form_wrapper hgroup + * {
      margin-top: calc(8.5em / 8 * 2); }

.entry_wrapper {
  position: relative;
  z-index: 15;
  width: calc(100% / 64* 61);
  margin: 0 auto;
  padding: calc(8.5em / 8 * 6) calc((100% / 61)* 6);
  border-radius: calc(8.5em / 16);
  background: #f7f7f7;
  background: url(images/noise.png), #f7f7f7;
  background-size: 100px;
  background-repeat: repeat; }
  @media screen and (max-width: 768px) {
    .entry_wrapper {
      padding: calc(8.5em / 8 * 3) 0 calc(8.5em / 8 * 1); } }
  .entry_wrapper hgroup {
    text-align: center; }
    .entry_wrapper hgroup + * {
      margin-top: calc(8.5em / 8 * 2); }

.formWrap {
  position: relative;
  z-index: 15; }
  .formWrap .itemHead {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1025);
    padding-bottom: calc(8.5em / 4);
    margin-bottom: calc(8.5em / 4); }
    @media screen and (max-width: 768px) {
      .formWrap .itemHead {
        padding: 0;
        padding-bottom: calc(8.5em / 8);
        margin-bottom: calc(8.5em / 6); } }
    .formWrap .itemHead .announce p {
      line-height: 1.8; }
      .formWrap .itemHead .announce p.must {
        display: flex;
        align-items: center;
        margin-top: .82em; }
        .formWrap .itemHead .announce p.must::before {
          content: '*';
          display: block;
          color: #ff0404;
          margin-right: .205em; }

ul.listDocForm li ~ li {
  margin-top: calc(8.5em / 6); }
  @media screen and (max-width: 768px) {
    ul.listDocForm li ~ li {
      margin-top: calc(8.5em / 12); } }
ul.listDocForm ~ .listDocForm {
  margin-top: calc(8.5em / 4);
  padding-top: calc(8.5em / 4);
  border-top: solid 1px rgba(0, 0, 0, 0.1025); }
  @media screen and (max-width: 768px) {
    ul.listDocForm ~ .listDocForm {
      margin-top: calc(8.5em / 8);
      padding-top: calc(8.5em / 8); } }

dl.listDocForm {
  display: flex;
  flex-wrap: wrap; }
  dl.listDocForm dt {
    width: 100%; }
    @media screen and (max-width: 768px) {
      dl.listDocForm dt {
        font-size: .9em; } }
    dl.listDocForm dt p {
      font-weight: 600; }
      dl.listDocForm dt p small {
        color: #e04645; }
      dl.listDocForm dt p.must {
        position: relative;
        z-index: 15;
        display: table; }
  dl.listDocForm dd {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: calc(85px / 12) calc(85px / 4);
    width: 100%;
    margin-top: 5px; }
    @media screen and (max-width: 768px) {
      dl.listDocForm dd {
        gap: calc(85px / 16) calc(85px / 8);
        margin-top: 3px; } }
    dl.listDocForm dd > br {
      display: none; }
    dl.listDocForm dd > span.career_head {
      display: block;
      width: 4em; }
    dl.listDocForm dd span.caption {
      display: block;
      width: 100%;
      margin-top: .41em;
      font-size: .85em; }
    dl.listDocForm dd .mwform-zip-field, dl.listDocForm dd .mwform-tel-field {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      column-gap: calc(85px / 8);
      width: 100%; }
      @media screen and (max-width: 768px) {
        dl.listDocForm dd .mwform-zip-field, dl.listDocForm dd .mwform-tel-field {
          column-gap: calc(85px / 12); } }

.mw_wp_form {
  padding: calc(100% / 11 * 1);
  background: #ffffff;
  border-radius: calc(8.5em / 16);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .mw_wp_form {
      padding: calc(100% / 44 * 3);
      border-radius: calc(8.5em / 21); } }
  .mw_wp_form span.mwform-checkbox-field {
    position: relative;
    z-index: 15;
    margin-right: 6px; }
    .mw_wp_form span.mwform-checkbox-field input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      pointer-events: none; }
      .mw_wp_form span.mwform-checkbox-field input:checked + span.mwform-checkbox-field-text::after {
        transform: scale(1);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    .mw_wp_form span.mwform-checkbox-field span.mwform-checkbox-field-text {
      position: relative;
      z-index: 15;
      display: table;
      margin: 0 auto;
      padding: 8px 18px 8px 44px;
      border: solid 1px #eeeeee;
      background: #f8f8f8;
      border-radius: 5px; }
      .mw_wp_form span.mwform-checkbox-field span.mwform-checkbox-field-text::before {
        content: '';
        position: absolute;
        left: 12px;
        top: calc(50% - 10px);
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        background: #ffffff;
        border: solid 1px rgba(0, 0, 0, 0.1025); }
      .mw_wp_form span.mwform-checkbox-field span.mwform-checkbox-field-text::after {
        content: '';
        position: absolute;
        left: 16px;
        top: calc(50% - 6px);
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 2px;
        background: #de0510;
        transform: scale(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
  .mw_wp_form span.mwform-radio-field {
    position: relative;
    z-index: 15; }
    .mw_wp_form span.mwform-radio-field + span.mwform-radio-field {
      margin: 0; }
    .mw_wp_form span.mwform-radio-field input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      pointer-events: none; }
      .mw_wp_form span.mwform-radio-field input:checked + span.mwform-radio-field-text {
        margin: 0; }
        .mw_wp_form span.mwform-radio-field input:checked + span.mwform-radio-field-text::after {
          transform: scale(1);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
    .mw_wp_form span.mwform-radio-field span.mwform-radio-field-text {
      display: block;
      border: solid 1px #eeeeee;
      background: #ffffff;
      padding: 8px 18px 8px 44px;
      border-radius: 5px; }
      .mw_wp_form span.mwform-radio-field span.mwform-radio-field-text::before {
        content: '';
        position: absolute;
        left: 12px;
        top: calc(50% - 10px);
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background: #ffffff;
        border: solid 1px rgba(0, 0, 0, 0.1025); }
      .mw_wp_form span.mwform-radio-field span.mwform-radio-field-text::after {
        content: '';
        position: absolute;
        left: 16px;
        top: calc(50% - 6px);
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 14px;
        background: #de0510;
        transform: scale(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
  .mw_wp_form form > p {
    display: none; }
  .mw_wp_form input::placeholder {
    color: #aaa; }
  .mw_wp_form input:focus::-webkit-input-placeholder {
    color: transparent; }
  .mw_wp_form input:focus::-moz-placeholder {
    color: transparent; }
  .mw_wp_form input:focus::-ms-input-placeholder {
    color: transparent; }
  .mw_wp_form input:focus::placeholder {
    color: transparent; }
  .mw_wp_form input[type="text"], .mw_wp_form textarea {
    width: 100%;
    height: auto;
    border: solid 1px rgba(0, 0, 0, 0.1025);
    background: #ffffff;
    border-radius: 0;
    line-height: 1.5;
    color: #231814;
    font-size: 16px;
    border-radius: 6px;
    -webkit-appearance: none;
    appearance: none; }
  .mw_wp_form input[type="tel"] {
    width: auto;
    height: auto;
    border: solid 1px rgba(0, 0, 0, 0.1025);
    background: #ffffff;
    border-radius: 0;
    line-height: 1.5;
    color: #231814;
    font-size: 16px;
    border-radius: 6px;
    -webkit-appearance: none;
    appearance: none; }
    .mw_wp_form input[type="tel"].birth {
      max-width: 8em; }
  .mw_wp_form select {
    width: 100%;
    height: auto;
    border: solid 1px rgba(0, 0, 0, 0.1025);
    background: #ffffff;
    border-radius: 0;
    line-height: 1.5;
    color: #231814;
    font-size: 16px;
    border-radius: 6px; }
  .mw_wp_form input[type="text"], .mw_wp_form input[type="tel"], .mw_wp_form textarea {
    padding: calc(8.5em / 16) calc(8.5em / 12); }
  .mw_wp_form select {
    position: relative;
    z-index: 15;
    padding: calc(8.5em / 12); }
    .mw_wp_form select::after {
      content: '';
      position: absolute;
      right: calc(8.5em / 12);
      top: calc(50% - .5em);
      display: block;
      width: 1em;
      height: 1em;
      background: url(images/icn-arrow-p.svg);
      background-size: cover; }
    .mw_wp_form select.throwing, .mw_wp_form select.hitting {
      flex: 1; }
  .mw_wp_form input[type="radio"] + span {
    color: #252525; }
  .mw_wp_form input[type="text"]#namehead, .mw_wp_form input[type="text"]#kanahead, .mw_wp_form input[type="text"]#namebody, .mw_wp_form input[type="text"]#kanabody, .mw_wp_form input[type="text"].experience, .mw_wp_form input[type="text"].occupation, .mw_wp_form input[type="text"].career, .mw_wp_form input[type="text"].address {
    flex: 1; }
  .mw_wp_form input[type="text"]#postcode {
    width: 10em; }
  .mw_wp_form input[type="text"]#address1, .mw_wp_form input[type="text"]#address2 {
    flex: 1;
    margin-right: 1em; }
  .mw_wp_form input[type="text"]#address3 {
    flex: 2; }
  .mw_wp_form input[type="text"]#old {
    width: 10em;
    margin-right: 1em; }
  .mw_wp_form input[type="text"]#date2, .mw_wp_form input[type="text"]#date3 {
    margin-top: 1em; }
  .mw_wp_form input[type="text"]#year, .mw_wp_form input[type="text"]#month, .mw_wp_form input[type="text"]#date {
    width: 8.2em; }
    .mw_wp_form input[type="text"]#year + span, .mw_wp_form input[type="text"]#month + span, .mw_wp_form input[type="text"]#date + span {
      margin: 0; }
  .mw_wp_form input[type="text"].address {
    margin-top: 7px; }
  .mw_wp_form label {
    /*line-height: 4em;*/ }
  .mw_wp_form input[type="text"]:focus, .mw_wp_form textarea:focus, .mw_wp_form select:focus {
    outline: none;
    border: solid 1px #a0a0a0; }
  .mw_wp_form input[type="submit"] {
    width: 100%;
    max-width: 18rem;
    height: 4em;
    border: none;
    font-weight: bold;
    text-align: center;
    line-height: 4em;
    font-size: 1em;
    background: #999;
    color: #eee;
    position: relative;
    margin: 0 auto;
    border-radius: 8.5em;
    overflow: hidden;
    display: block;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      .mw_wp_form input[type="submit"] {
        height: 4em;
        line-height: 4em; } }
    .mw_wp_form input[type="submit"].active {
      background: #de0510;
      color: #ffffff;
      pointer-events: auto;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .mw_wp_form input[type="submit"]:hover {
      transform: scale(0.975);
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  .mw_wp_form.mw_wp_form_confirm ul.listDocForm li.entryBtnWrap {
    display: flex; }
    .mw_wp_form.mw_wp_form_confirm ul.listDocForm li.entryBtnWrap input[type="submit"].back {
      order: 1;
      background: #252525; }
  .mw_wp_form.mw_wp_form_confirm dl.listDocForm dd {
    background: #f7f7f7;
    padding: 1.23em 2.46em;
    border-radius: 4px;
    border: solid 1px #eee;
    color: #777; }
  .mw_wp_form.mw_wp_form_confirm dl.listDocForm dl.listComplete {
    font-weight: 500; }
  .mw_wp_form.mw_wp_form_complete .completeWrap > * ~ * {
    margin-top: .82em; }
  .mw_wp_form.mw_wp_form_complete .completeWrap dl.listComplete dt p {
    font-weight: 500;
    font-size: 1.41em;
    margin-top: .82em; }

.section_privacy {
  font-size: .9em; }
  .section_privacy ._head {
    margin-bottom: calc(8.5em / 8 * 3);
    padding-bottom: calc(8.5em / 8 * 3);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
    @media screen and (max-width: 768px) {
      .section_privacy ._head {
        margin-bottom: calc(8.5em / 8 * 2);
        padding-bottom: calc(8.5em / 8 * 2); } }
  .section_privacy ._body ul.list > li ~ li {
    margin-top: calc(8.5em / 8 * 2); }
  .section_privacy ._body ul.list > li dl > dt {
    font-size: 1.23em; }
    .section_privacy ._body ul.list > li dl > dt + dd {
      margin-top: calc(8.5em / 21); }
  .section_privacy ._body ul.list > li dl > dd > * + * {
    margin-top: calc(8.5em / 21); }
  .section_privacy ._body ul.num {
    padding-left: calc(8.5em / 32 * 8); }
    .section_privacy ._body ul.num > li {
      list-style: decimal; }
  .section_privacy ._body .contact {
    display: table;
    padding: calc(8.5em / 8 * 2);
    background: #f7f7f7; }
    @media screen and (max-width: 768px) {
      .section_privacy ._body .contact {
        padding: calc(8.5em / 16 * 3); } }

.section_newspost {
  background: #f7f7f7; }
  @media screen and (max-width: 768px) {
    .section_newspost {
      padding: calc(8.5em / 8* 1) 0 !important; } }
  .section_newspost .wrapper {
    padding: calc(8.5em / 8 * 5) 0;
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .section_newspost .wrapper {
        width: calc(100% / 16 * 15) !important;
        padding: calc(8.5em / 8 * 2) 0; } }
  .section_newspost .newspost {
    width: calc(100% / 16 * 13);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .section_newspost .newspost {
        width: calc(100% / 16 * 14); } }
    .section_newspost .newspost .publish .category {
      display: table;
      background: #de0510;
      padding: calc(8.5em / 24) calc(8.5em / 8);
      border-radius: 8.5em;
      color: #ffffff;
      line-height: 1.23; }
    .section_newspost .newspost .publish h1 {
      margin: calc(8.5em / 21) 0; }
    .section_newspost .newspost .publish time {
      font-size: .9em;
      opacity: .5; }
    .section_newspost .newspost .publish + .content {
      margin-top: calc(8.5em / 6); }
    .section_newspost .newspost .eyecatch {
      margin-top: calc(8.5em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .section_newspost .newspost .eyecatch {
          margin-top: calc(8.5em / 6); } }
    .section_newspost .newspost .content > * + * {
      margin-top: calc(8.5em / 8); }
    .section_newspost .newspost h1 {
      font-size: 2.05em;
      line-height: 1.23; }
      @media screen and (max-width: 768px) {
        .section_newspost .newspost h1 {
          font-size: 1.64em; } }
    .section_newspost .newspost h2 {
      padding: 0 calc(8.5em / 12);
      background: #f7f7f7;
      border-left: solid 4px #de0510;
      font-size: 1.5525em; }
    .section_newspost .newspost h3 {
      padding: 0 calc(8.5em / 12);
      border-left: solid 3px #de0510;
      font-size: 1.3325em; }
    .section_newspost .newspost h4 {
      font-size: 1.23em; }
    .section_newspost .newspost h5 {
      font-size: 1.1275em; }
    .section_newspost .newspost ul {
      padding-left: calc(8.5em / 6); }
      .section_newspost .newspost ul > li {
        list-style-type: disc; }
    .section_newspost .newspost ol {
      padding-left: calc(8.5em / 6); }
    .section_newspost .newspost a {
      color: #096fc8;
      text-decoration: underline; }
    .section_newspost .newspost blockquote {
      padding: calc(8.5em / 5);
      background: #f7f7f7;
      border: solid 1px rgba(0, 0, 0, 0.1025); }
      @media screen and (max-width: 768px) {
        .section_newspost .newspost blockquote {
          margin: 0; } }
    .section_newspost .newspost img {
      max-width: 100%;
      height: auto;
      line-height: 1;
      border-radius: calc(8.5em / 16);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .section_newspost .newspost img {
          border-radius: calc(8.5em / 21); } }
  .section_newspost .pagenation {
    width: calc(100% / 16 * 13);
    margin: 0 auto;
    margin-top: calc(8.5em / 8 * 5);
    padding-top: calc(8.5em / 8 * 3);
    border-top: solid 1px rgba(0, 0, 0, 0.1025); }
    @media screen and (max-width: 768px) {
      .section_newspost .pagenation {
        width: calc(100% / 16 * 14);
        margin-top: calc(8.5em / 16 * 5);
        padding-top: calc(8.5em / 16 * 3); } }
    .section_newspost .pagenation > span {
      display: block;
      margin-bottom: calc(8.5em / 8 * 2); }
    .section_newspost .pagenation .pager {
      display: flex; }
      @media screen and (max-width: 768px) {
        .section_newspost .pagenation .pager {
          font-size: .9em; } }
      .section_newspost .pagenation .pager > div {
        flex: 1; }
        .section_newspost .pagenation .pager > div span {
          display: table;
          padding: calc(8.5em / 24) calc(8.5em / 8);
          border: solid 1px;
          border-radius: 8.5em;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
        .section_newspost .pagenation .pager > div:hover span {
          background: #231814;
          color: #ffffff;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s; }
      .section_newspost .pagenation .pager > .prev {
        text-align: left; }
        .section_newspost .pagenation .pager > .prev span {
          margin-right: auto; }
      .section_newspost .pagenation .pager > .all {
        text-align: center; }
        .section_newspost .pagenation .pager > .all span {
          margin: 0 auto; }
      .section_newspost .pagenation .pager > .next {
        text-align: right; }
        .section_newspost .pagenation .pager > .next span {
          margin-left: auto; }

/*//!#index----------------------------------------------------------------------------------------------*/
/* ie hack */
@media all and (-ms-high-contrast: none) {
  .headerLogo img {
    width: 100%;
    height: 4.5vw; }

  a.btn > span.circle {
    border: solid 2px rgba(240, 95, 64, 0.2); }

  ul.listFooterNav > li span.circle {
    border: solid 2px rgba(240, 95, 64, 0.2); }

  .careerstepWrap .flexWrap > .flexCenter .inner {
    border: solid 2px rgba(240, 95, 64, 0.8); }

  .secIndex.sec1 .kv_leadcopy .kv_leadcopy_inner {
    width: 100%; }

  .secIndex.sec3 .indexService .swiper-button-prev {
    left: auto;
    bottom: auto; }

  dl.listFootnav dt a {
    display: inline-block; }

  .secPage.root .flexWrap > .flexItem {
    width: calc((100% / 3) - 0.01px); }

  ul.listPhilosophy {
    justify-content: space-around; }

  .member_wrapper .f_wrapper .__left {
    position: relative; }

  header.pageHeader {
    height: 31.5em; }

  ul.listLGBtn a.btn {
    width: 100%; }

  ul.listLogos li img {
    width: 8em; }

  ul.listLogos {
    justify-content: space-between; } }
/*ヘッダー調整*/
nav.globalNav ul.listGlobal li span.en {
  white-space: nowrap; }

/*page_csr*/
.card_text ._body > img {
  margin-bottom: 0.82em; }

/*page_career*/
.careerImg {
  margin-bottom: 2.05em; }

/*page_csr*/
dl.listSDGs dt > span {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  margin: 0 1.23em; }

dl.listSDGs dt > span img {
  width: calc(50% - 2px); }

dl.listSDGs dt > span img:nth-child(n+3) {
  margin-top: 4px; }

/*page_business/~*/
p.writer {
  text-align: right;
  font-size: 1em;
  margin-top: 0.82em; }
  p.writer > span {
    display: block;
    font-size: .8em;
    margin-bottom: .205em; }

/*page_movie*/
.secPage.lp.movie h2.pageTtl {
  background: #fff; }

/*single-events*/
body.single-events .flexLower {
  margin-bottom: 6.15em; }

.secPage.basic.eventForm .wrapper {
  padding-bottom: 0; }

/*page_about 事業紹介 画像調整*/
@media screen and (max-width: 768px) {
  .type_wrapper ._stokerImg {
    position: absolute;
    right: 0;
    left: auto; } }
/*crosstalk 調整*/
.interview_wrapper ._body p.box ~ p.box {
  margin-top: 1.125em; }

.interview_wrapper ._body p.box span {
  font-size: 0.625em;
  font-weight: 600; }
