@charset "UTF-8";
/*!
Theme Name: GRAVITY GAME ARISE Co.,Ltd.
Description: グラビティゲームアライズ株式会社
Version: 0.0.1
Author: GGA
Author URI: https://gravityga.jp
*/
:root {
  --menu-color: #fcfcfc;
  --novel-color: #c7b3a5;
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

/* Natural flow and rhythm in articles by default */
/* article要素内の要素に自然な流れとリズムを定義 */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----- LINKS -----*/
a {
  color: #00436f;
  text-decoration: none;
}

a:hover {
  color: #00436f;
}

a:focus {
  outline: none;
}

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

a[href^="tel:"] {
  cursor: default;
}

br.forPC {
  display: inline;
}

br.forSP {
  display: none;
}

@media only screen and (max-width: 768px) {
  br.forPC {
    display: none;
  }

  br.forSP {
    display: inline;
  }
}
/*----- IMAGES -----*/
img[src$=".svg"] {
  width: 100%;
}

/*----- MISC -----*/
::-moz-selection {
  background: #cedae3;
  color: #00436f;
  text-shadow: none;
}
::selection {
  background: #cedae3;
  color: #00436f;
  text-shadow: none;
}

::-webkit-selection {
  background: #cedae3;
  color: #00436f;
  text-shadow: none;
}

::-moz-selection {
  background: #cedae3;
  color: #00436f;
  text-shadow: none;
}

/*! debugmenu setting
========================================================================== */
#debugmenu {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 3px 7px;
  font-family: "Roboto Condensed", sans-serif !important;
  background: rgba(255, 255, 255, 0.1);
  color: #777;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  z-index: 9999999999;
}

/*! icon setting
========================================================================== */
@font-face {
  font-family: "iconic";
  src: url("fonts/iconic.ttf?lykwrl") format("truetype"), url("fonts/iconic.woff?lykwrl") format("woff"), url("fonts/iconic.svg?lykwrl#iconic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i.iconic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconic" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.iconic.line:before {
  content: "";
}
i.iconic.facebook:before {
  content: "";
}
i.iconic.youtube:before {
  content: "";
}
i.iconic.twitter:before {
  content: "";
}
i.iconic.arrow:before {
  content: "";
}
i.iconic.arrowre:before {
  content: "";
}

/*! header
========================================================================== */
/* Document
========================================================================== */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: calc(var(--height) * 100);
  font-family: "Noto Sans JP", "游ゴシック Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  /* 14px */
  color: #dbdbdb;
  background: #0f0f0f;
  line-height: 1.5;
  letter-spacing: 1.4px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
}

#wrapper {
  overflow: hidden;
}

h2.content-title {
  font-family: almaq-refined, sans-serif !important;
  position: relative;
  z-index: 1;
  font-size: clamp(4rem, calc(4rem + ((1vw - 0.37rem) * 12.766)), 10rem);
  letter-spacing: 0.03em;
  line-height: 1;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  h2.content-title {
    margin-bottom: 6.55vw;
  }
}
h2.content-title p {
  position: relative;
  display: inline-block;
}
h2.content-title p u {
  text-decoration: none;
}
h2.content-title p u span {
  display: inline-block;
  color: transparent;
  position: relative;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
  -webkit-transition: all 280ms var(--ease-in-out-circ);
  transition: all 280ms var(--ease-in-out-circ);
}
h2.content-title p u span:nth-child(2) {
  -webkit-transition-delay: 72ms;
          transition-delay: 72ms;
}
h2.content-title p u span:nth-child(3) {
  -webkit-transition-delay: 108ms;
          transition-delay: 108ms;
}
h2.content-title p u span:nth-child(4) {
  -webkit-transition-delay: 144ms;
          transition-delay: 144ms;
}
h2.content-title p u span:nth-child(5) {
  -webkit-transition-delay: 180ms;
          transition-delay: 180ms;
}
h2.content-title p u span:nth-child(6) {
  -webkit-transition-delay: 216ms;
          transition-delay: 216ms;
}
h2.content-title p u span:nth-child(7) {
  -webkit-transition-delay: 252ms;
          transition-delay: 252ms;
}
h2.content-title p u span:nth-child(8) {
  -webkit-transition-delay: 288ms;
          transition-delay: 288ms;
}
h2.content-title p u span:nth-child(9) {
  -webkit-transition-delay: 324ms;
          transition-delay: 324ms;
}
h2.content-title p u span:nth-child(10) {
  -webkit-transition-delay: 360ms;
          transition-delay: 360ms;
}
h2.content-title p u span:nth-child(11) {
  -webkit-transition-delay: 396ms;
          transition-delay: 396ms;
}
h2.content-title p u span:nth-child(12) {
  -webkit-transition-delay: 432ms;
          transition-delay: 432ms;
}
h2.content-title p u span:nth-child(13) {
  -webkit-transition-delay: 468ms;
          transition-delay: 468ms;
}
h2.content-title p u span:nth-child(14) {
  -webkit-transition-delay: 504ms;
          transition-delay: 504ms;
}
h2.content-title p u span:nth-child(15) {
  -webkit-transition-delay: 540ms;
          transition-delay: 540ms;
}
h2.content-title p u span:nth-child(16) {
  -webkit-transition-delay: 576ms;
          transition-delay: 576ms;
}
h2.content-title p u span:nth-child(17) {
  -webkit-transition-delay: 612ms;
          transition-delay: 612ms;
}
h2.content-title p u span:nth-child(18) {
  -webkit-transition-delay: 648ms;
          transition-delay: 648ms;
}
h2.content-title p u span:nth-child(19) {
  -webkit-transition-delay: 684ms;
          transition-delay: 684ms;
}
h2.content-title p u span:nth-child(20) {
  -webkit-transition-delay: 720ms;
          transition-delay: 720ms;
}
h2.content-title p i {
  content: "";
  height: 24%;
  width: 0vw;
  display: block;
  background-color: #b11c2d;
  position: absolute;
  bottom: -0.1rem;
  z-index: -1;
  -webkit-transition: width 280ms var(--ease-in-out-cubic);
  transition: width 280ms var(--ease-in-out-cubic);
  -webkit-transition-delay: 480ms;
          transition-delay: 480ms;
}
h2.content-title p i::before, h2.content-title p i::after {
  content: "";
  height: 100%;
  width: 0;
  display: block;
  background-color: #b11c2d;
  position: absolute;
  top: 0;
}
h2.content-title p i::before {
  -webkit-transition: width 60ms;
  transition: width 60ms;
  -webkit-transition-delay: 360ms;
          transition-delay: 360ms;
}
h2.content-title p i::after {
  -webkit-transition: width 30ms;
  transition: width 30ms;
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
h2.content-title.talL {
  text-align: left;
}
@media screen and (max-width: 768px) {
  h2.content-title.talL {
    text-align: center;
  }
}
h2.content-title.talL i {
  right: -10px;
}
@media screen and (max-width: 768px) {
  h2.content-title.talL i {
    right: -1vw;
  }
}
h2.content-title.talL i::before {
  right: -16px;
}
@media screen and (max-width: 768px) {
  h2.content-title.talL i::before {
    right: -2vw;
  }
}
h2.content-title.talL i::after {
  right: -32px;
}
@media screen and (max-width: 768px) {
  h2.content-title.talL i::after {
    right: -4vw;
  }
}
h2.content-title.talL.center {
  text-align: center;
}
h2.content-title.talR {
  text-align: right;
}
@media screen and (max-width: 768px) {
  h2.content-title.talR {
    text-align: center;
  }
}
h2.content-title.talR i {
  left: -10px;
}
h2.content-title.talR i::before {
  left: -16px;
}
@media screen and (max-width: 768px) {
  h2.content-title.talR i::before {
    left: -2vw;
  }
}
h2.content-title.talR i::after {
  left: -32px;
}
@media screen and (max-width: 768px) {
  h2.content-title.talR i::after {
    left: -4vw;
  }
}
h2.content-title.talR.center {
  text-align: center;
}
h2.content-title.active p u span {
  color: inherit;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
h2.content-title.active p i {
  width: 80vw;
}
h2.content-title.active p i::before, h2.content-title.active p i::after {
  width: 8px;
}
@media screen and (max-width: 768px) {
  h2.content-title.active p i::before, h2.content-title.active p i::after {
    width: 1vw;
  }
}

.applinks li.comingsoon a {
  pointer-events: none;
  /* マウスイベントの無効化 */
  display: block;
}

/* Sections
========================================================================== */
/* header::WRAP
========================================================================== */
ul.bogo-language-switcher {
  display: none !important;
}

ul.bogo-language-switcher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.6rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  color: #323b4e;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  ul.bogo-language-switcher {
    font-size: 2.2rem;
  }
}
ul.bogo-language-switcher:before {
  content: "LANGUAGE";
  position: absolute;
  top: -7px;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #323b4e;
}
ul.bogo-language-switcher li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.bogo-language-switcher li:first-child::after {
  content: "/";
  font-size: 2.6rem;
  padding: 0 0.1rem 0 0.2rem;
}
@media (max-width: 768px) {
  ul.bogo-language-switcher li:first-child::after {
    font-size: 2.2rem;
  }
}
ul.bogo-language-switcher li.current a {
  color: #323b4e !important;
  pointer-events: none;
}
ul.bogo-language-switcher a {
  padding: 0 !important;
  -webkit-transition: color 480ms;
  transition: color 480ms;
}
ul.bogo-language-switcher a:hover {
  color: #2c4aac !important;
}

#head {
  font-family: almaq-refined, sans-serif !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: all 240ms;
  transition: all 240ms;
  background: #0f0f0f;
}
#head #head_inner {
  height: 60px;
  width: 95%;
  max-width: 1010px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  #head #head_inner {
    height: 50px;
  }
}
#head #head_inner a {
  color: var(--menu-color);
  -webkit-transition: all 480ms;
  transition: all 480ms;
}

/* header::LOGO
========================================================================== */
#head #logo {
  position: relative;
  width: 70px;
  pointer-events: all;
  z-index: 999;
  -webkit-transition: left 480ms, -webkit-transform 480ms;
  transition: left 480ms, -webkit-transform 480ms;
  transition: left 480ms, transform 480ms;
  transition: left 480ms, transform 480ms, -webkit-transform 480ms;
}
@media (max-width: 768px) {
  #head #logo {
    width: 55px;
  }
}
#head #logo img {
  -webkit-backface-visibility: hidden;
}
#head #logo a {
  display: inline-block;
  vertical-align: bottom;
}

/* header::isPC
========================================================================== */
@media (min-width: 768px) {
  #head .el_header_Menu {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  #head .el_header_Menu .el_header_Menu_inner {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #head .el_header_Menu .el_header_Menu_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #head .el_header_Menu .el_header_Menu_inner ul li {
    -webkit-transition: all 240ms;
    transition: all 240ms;
  }
  #head .el_header_Menu .el_header_Menu_inner ul li a {
    position: relative;
    display: block;
    padding: 5px 10px;
    font-size: 2.6rem;
    letter-spacing: 0;
    overflow: hidden;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu {
    margin-right: auto;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a {
    line-height: 1.15;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a::before {
    content: "";
    width: calc(100% - 20px);
    height: 2px;
    display: block;
    background: #b11c2d;
    position: absolute;
    left: 10px;
    bottom: 5px;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 240ms;
    transition: -webkit-transform 240ms;
    transition: transform 240ms;
    transition: transform 240ms, -webkit-transform 240ms;
    z-index: 2;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span {
    color: transparent;
    position: relative;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span::before, #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span::after {
    color: #fcfcfc;
    content: attr(data-text);
    position: absolute;
    left: 0;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span::before {
    top: 0;
    -webkit-transition: top 240ms var(--ease-in-out-quint);
    transition: top 240ms var(--ease-in-out-quint);
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span::after {
    bottom: -3.5rem;
    -webkit-transition: bottom 240ms var(--ease-in-out-quint);
    transition: bottom 240ms var(--ease-in-out-quint);
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(2):before, #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(2)::after {
    -webkit-transition-delay: 72ms;
            transition-delay: 72ms;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(3):before, #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(3)::after {
    -webkit-transition-delay: 108ms;
            transition-delay: 108ms;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(4):before, #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(4)::after {
    -webkit-transition-delay: 144ms;
            transition-delay: 144ms;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(5):before, #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(5)::after {
    -webkit-transition-delay: 180ms;
            transition-delay: 180ms;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(6):before, #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(6)::after {
    -webkit-transition-delay: 216ms;
            transition-delay: 216ms;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(7):before, #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(7)::after {
    -webkit-transition-delay: 252ms;
            transition-delay: 252ms;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(8):before, #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(8)::after {
    -webkit-transition-delay: 288ms;
            transition-delay: 288ms;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(9):before, #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(9)::after {
    -webkit-transition-delay: 324ms;
            transition-delay: 324ms;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(10):before, #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a span:nth-child(10)::after {
    -webkit-transition-delay: 360ms;
            transition-delay: 360ms;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a:hover span::before {
    top: -3.5rem;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.header-menu li a:hover span::after {
    bottom: 0;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.sns-menu {
    margin-right: 1rem;
    font-size: 130%;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.sns-menu a {
    padding: 5px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    -webkit-transition: color 480ms;
    transition: color 480ms;
  }
  #head .el_header_Menu .el_header_Menu_inner ul.sns-menu a:hover {
    color: #2c4aac !important;
  }
}
/* header::isSP
========================================================================== */
#head ul.sp-menu {
  display: none;
}
#head .spnav {
  display: none;
}

@media (max-width: 768px) {
  #head ul.sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 480ms;
    transition: opacity 480ms;
    margin-right: 1rem;
  }
  #head ul.sp-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #head ul.sp-menu li a {
    position: relative;
    padding: 10px 5px;
    font-size: 2rem;
    line-height: 1;
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
  #head.open ul.sp-menu {
    opacity: 0;
  }

  .ly_header_inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 40px;
  }
  .ly_header_inner .spnav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ly_header_inner:before {
    content: "";
    width: 100%;
    height: 0;
    background: #0f0f0f;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.5;
    -webkit-transition: all 480ms;
    transition: all 480ms;
  }
  .ly_header_inner.open:before {
    height: 100vh;
    opacity: 1;
  }
  .ly_header_inner.open:after {
    content: "";
    width: 100%;
    height: 50px;
    background: #0f0f0f;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.95;
    -webkit-transition: all 480ms;
    transition: all 480ms;
  }
  .ly_header .el_header_Menu {
    visibility: hidden;
    position: fixed;
    top: 100vh;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  .ly_header .el_header_Menu .el_header_Menu_inner {
    padding: 75px 0;
    width: 100%;
    font-size: 1.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: scroll;
    height: 100vh;
  }
  .ly_header .el_header_Menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
  }
  .ly_header .el_header_Menu ul li {
    opacity: 0;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .ly_header .el_header_Menu ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    font-size: clamp( 3.25rem, calc(3.25rem + ((1vw - 0.175rem) * 2.439)), 5.75rem );
    font-weight: bold;
    height: inherit;
    line-height: 1;
    letter-spacing: 0;
    -webkit-transition: color 480ms;
    transition: color 480ms;
  }
  .ly_header .el_header_Menu ul.header-menu li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
  .ly_header .el_header_Menu ul.sns-menu {
    position: relative;
    margin-top: 3rem;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ly_header .el_header_Menu ul.sns-menu::before, .ly_header .el_header_Menu ul.sns-menu::after {
    content: "";
    height: 1px;
    width: 0;
    display: block;
    background-color: #e0e0e0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width 0ms;
    transition: width 0ms;
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  .ly_header .el_header_Menu ul.sns-menu::before {
    top: 0;
  }
  .ly_header .el_header_Menu ul.sns-menu::after {
    bottom: 0;
  }
  .ly_header .el_header_Menu ul.bogo-language-switcher {
    margin-top: 3.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ly_header .el_header_Menu ul.bogo-language-switcher li:first-child::after {
    font-size: clamp( 3.25rem, calc(3.25rem + ((1vw - 0.175rem) * 2.439)), 5.75rem );
    line-height: 1;
  }
  .ly_header .el_header_Menu ul.bogo-language-switcher::before {
    font-size: clamp( 1.6rem, calc(1.6rem + ((1vw - 0.37rem) * 1.7021)), 2.4rem );
    line-height: 1;
    top: -1.5rem;
  }
  .ly_header .el_header_Menu.open ul li {
    -webkit-transition: opacity 0.9s;
    transition: opacity 0.9s;
    opacity: 1;
  }
  .ly_header .el_header_Menu.open ul li:nth-child(1) {
    -webkit-transition-delay: 60ms;
            transition-delay: 60ms;
  }
  .ly_header .el_header_Menu.open ul li:nth-child(2) {
    -webkit-transition-delay: 120ms;
            transition-delay: 120ms;
  }
  .ly_header .el_header_Menu.open ul li:nth-child(3) {
    -webkit-transition-delay: 180ms;
            transition-delay: 180ms;
  }
  .ly_header .el_header_Menu.open ul li:nth-child(4) {
    -webkit-transition-delay: 240ms;
            transition-delay: 240ms;
  }
  .ly_header .el_header_Menu.open ul li:nth-child(5) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .ly_header .el_header_Menu.open ul li:nth-child(6) {
    -webkit-transition-delay: 360ms;
            transition-delay: 360ms;
  }
  .ly_header .el_header_Menu.open ul li:nth-child(7) {
    -webkit-transition-delay: 420ms;
            transition-delay: 420ms;
  }
  .ly_header .el_header_Menu.open ul li:nth-child(8) {
    -webkit-transition-delay: 480ms;
            transition-delay: 480ms;
  }
  .ly_header .el_header_Menu.open ul li:nth-child(9) {
    -webkit-transition-delay: 540ms;
            transition-delay: 540ms;
  }
  .ly_header .el_header_Menu.open ul li:nth-child(10) {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  .ly_header .el_header_Menu.open .sns-menu::before, .ly_header .el_header_Menu.open .sns-menu::after {
    -webkit-transition: width 240ms;
    transition: width 240ms;
    -webkit-transition-delay: 480ms;
            transition-delay: 480ms;
    width: 100%;
  }
  .ly_header .el_header_Menu.open {
    visibility: visible;
    top: 0;
  }
  .ly_header li.menu-item-has-children a {
    padding-bottom: 10px;
  }
  .ly_header ul.sub-menu {
    width: 100%;
    display: block !important;
  }
  .ly_header ul.sub-menu li {
    border-bottom: none;
  }
  .ly_header ul.sub-menu li a {
    padding: 15px 20px;
    font-size: 1.4rem;
  }
}
/* HAMBURGER
========================================================================== */
#hamburger {
  display: none;
}

@media (max-width: 768px) {
  #hamburger {
    margin-left: 15px;
    position: relative;
    display: -ms-grid;
    display: grid;
    place-items: end;
  }
  #hamburger .inner {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    z-index: 9999;
    cursor: pointer;
  }
  #hamburger span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: var(--menu-color);
  }
  #hamburger span:before, #hamburger span:after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--menu-color);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: background 480ms;
    transition: background 480ms;
  }
  #hamburger span:before {
    top: -8px;
    -webkit-transition: background 480ms, top 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 480ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 480ms, top 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 480ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 480ms, top 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 480ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 480ms, top 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 480ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 480ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #hamburger span:after {
    top: 8px;
    -webkit-transition: background 480ms, top 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 480ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 480ms, top 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 480ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 480ms, top 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 480ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 480ms, top 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 480ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 480ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #hamburger.open span {
    background: none;
  }
  #hamburger.open span:before, #hamburger.open span:after {
    background: var(--menu-color);
  }
  #hamburger.open span:after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: top 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #hamburger.open span:before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: top 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 480ms 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
#footer {
  text-align: center;
  position: relative;
  padding: 100px 0 25px;
}
@media (max-width: 768px) {
  #footer {
    padding: 15vw 0 25px;
  }
}
#footer .infobox .logo {
  margin: auto;
  max-width: 350px;
  width: 55vw;
  margin-bottom: 15px;
}
#footer .infobox .sublogo {
  margin: auto;
  text-align: center;
  display: inline-block;
  max-width: 350px;
  width: 70vw;
}
#footer .metabox {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#footer .metabox .applinks {
  max-width: 400px;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
#footer .metabox .device {
  margin: 1rem;
  font-family: almaq-refined, sans-serif !important;
  font-size: clamp( 2.25rem, calc(2.25rem + ((1vw - 0.37rem) * 7.9787)), 6rem );
}
#footer .metabox .meta {
  max-width: 750px;
  width: 90%;
  font-size: clamp( 1.2rem, calc(1.2rem + ((1vw - 0.37rem) * 0.4255)), 1.4rem );
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem 2rem;
}
#footer p.copyright {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer p.copyright .ggalogo {
  max-width: 450px;
  width: 70%;
  margin: auto;
}
#footer p.copyright .cpright {
  font-family: "Roboto Condensed", sans-serif !important;
  padding-top: 1rem;
}
#footer div.nbacopybox {
  font-family: "Roboto Condensed", sans-serif !important;
  max-width: 650px;
  width: 90%;
  margin: auto;
  text-align: left;
  font-size: 1.1rem;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 300;
}
#footer div.nbacopybox p.copybox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
#footer div.nbacopybox p.copybox .logo {
  min-width: 65px;
}
#footer div.nbacopybox p.copybox:first-of-type {
  margin-bottom: 30px;
}

#footer ul.sns_Menu {
  max-width: 1000px;
  margin: 50px auto;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  font-size: 3.6rem;
  line-height: 1;
  border-width: 1px 0;
  border-color: #fcfcfc;
  border-style: solid;
}
#footer ul.sns_Menu li {
  position: relative;
  overflow: hidden;
}
#footer ul.sns_Menu li a {
  position: relative;
  display: block;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: color 480ms;
  transition: color 480ms;
  color: #fcfcfc;
}
#footer ul.sns_Menu li:hover a {
  color: #2c4aac;
}

#footer ul#menu-footer {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  letter-spacing: 0;
  font-size: 1rem;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#footer ul#menu-footer li:not(:last-of-type)::after {
  content: "／";
  padding-left: 0.5rem;
  color: #656565;
}
#footer ul#menu-footer li a {
  color: #fcfcfc;
  -webkit-transition: color 480ms;
  transition: color 480ms;
}
#footer ul#menu-footer li a:hover {
  color: #2c4aac;
}

/* HERO
========================================================================== */
#herovisual {
  position: relative;
  z-index: 0;
}
#herovisual .center-box {
  position: relative;
  padding: 560px 0 50px;
  max-width: 550px;
  width: 80%;
  margin: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  #herovisual .center-box {
    padding: 56vw 0 50px;
    max-width: 55vw;
  }
}
@media (max-width: 768px) {
  #herovisual .center-box {
    padding: 105vw 0 6vw;
    max-width: 65vw;
  }
}
#herovisual .center-box .catchphrase {
  margin-bottom: 30px;
}
#herovisual .center-box .device {
  color: #fff;
  font-family: almaq-refined, sans-serif !important;
  font-size: clamp( 2.25rem, calc(2.25rem + ((1vw - 0.37rem) * 7.9787)), 6rem );
  text-shadow: 0 0 5px #000;
}
#herovisual .center-box .applinks {
  max-width: 500px;
  width: 90%;
  margin: 30px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
#herovisual .headimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  width: 2000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(5%, black), color-stop(95%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, black 5%, black 95%, transparent 100%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(5%, black), color-stop(95%, black), to(transparent));
          mask-image: linear-gradient(to left, transparent 0%, black 5%, black 95%, transparent 100%);
}
@media (max-width: 1280px) {
  #herovisual .headimage {
    width: 200vw;
    max-width: 2000px;
  }
}
@media (max-width: 768px) {
  #herovisual .headimage {
    width: 100vw;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    -webkit-mask-image: none;
            mask-image: none;
  }
  #herovisual .headimage img {
    width: 100vw;
  }
}

#teams {
  background: #000;
  padding: 30px 0;
}
#teams .inner {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}

/* HERO
========================================================================== */
#introduction {
  position: relative;
  background: linear-gradient(45deg, #111b2f, #00081a, #111b2f) fixed;
  background-size: 600% 600%;
  -webkit-animation: GradietionAnimation 60s ease infinite;
          animation: GradietionAnimation 60s ease infinite;
  padding: 30px 0 70px;
  z-index: 0;
}
@media (max-width: 768px) {
  #introduction {
    padding: 50px 0 60px;
  }
}
#introduction .inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 2;
}
#introduction .inner .text-box {
  font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.37rem) * 0.8511)), 2rem);
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  text-shadow: 0 0 5px #000;
  -webkit-transition: opacity 480ms, -webkit-transform 480ms;
  transition: opacity 480ms, -webkit-transform 480ms;
  transition: opacity 480ms, transform 480ms;
  transition: opacity 480ms, transform 480ms, -webkit-transform 480ms;
}
@media screen and (max-width: 768px) {
  #introduction .inner .text-box {
    width: 100%;
  }
}
#introduction .inner .text-box.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#introduction .inner .text-box p:not(:first-of-type) {
  margin-top: 2rem;
}
#introduction .bgimg {
  background-image: url(./img/introduction/bg.png);
  height: 100%;
  width: 60vw;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #introduction .bgimg {
    display: none;
  }
}

/* MOVIES
========================================================================== */
#movies {
  position: relative;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#movies.loaded {
  background-image: url(./img/movie/bg.jpg);
}
#movies .wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  z-index: 5;
  position: relative;
  padding: 100px 0 130px;
  /*YouTubeレスポンシブサイズ*/
}
@media (max-width: 768px) {
  #movies .wrap {
    padding: 50px 0 60px;
  }
}
#movies .wrap.count2 {
  max-width: 1500px;
}
#movies .wrap.wide {
  max-width: 1500px;
}
#movies .wrap .moviebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  #movies .wrap .moviebox {
    gap: 15px;
  }
}
#movies .wrap .moviebox h3.movtitle {
  text-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
  font-size: clamp( 1.4rem, calc(1.4rem + ((1vw - 0.37rem) * 1.2766)), 2rem );
  font-weight: normal;
  padding-left: 1rem;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  padding: 15px;
  padding-left: 25px;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  #movies .wrap .moviebox h3.movtitle {
    width: calc(100% - 30px);
  }
}
#movies .wrap .moviebox h3.movtitle::before, #movies .wrap .moviebox h3.movtitle::after {
  content: "";
}
#movies .wrap .moviebox h3.movtitle::before {
  z-index: 3;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 3px;
  height: calc(100% - 30px);
  background-color: #fff;
}
#movies .wrap .moviebox h3.movtitle::after {
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
}
#movies .wrap .moviebox .item {
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 480ms, -webkit-transform 480ms;
  transition: opacity 480ms, -webkit-transform 480ms;
  transition: opacity 480ms, transform 480ms;
  transition: opacity 480ms, transform 480ms, -webkit-transform 480ms;
}
#movies .wrap .moviebox .item:nth-child(2) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}
#movies .wrap .moviebox .item:nth-child(3) {
  -webkit-transition-delay: 360ms;
          transition-delay: 360ms;
}
#movies .wrap .moviebox .item:nth-child(4) {
  -webkit-transition-delay: 480ms;
          transition-delay: 480ms;
}
#movies .wrap .moviebox .item:nth-child(5) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
#movies .wrap .moviebox .item:nth-child(6) {
  -webkit-transition-delay: 720ms;
          transition-delay: 720ms;
}
#movies .wrap .moviebox .item:nth-child(7) {
  -webkit-transition-delay: 840ms;
          transition-delay: 840ms;
}
#movies .wrap .moviebox .item:nth-child(8) {
  -webkit-transition-delay: 960ms;
          transition-delay: 960ms;
}
#movies .wrap .moviebox .item:nth-child(9) {
  -webkit-transition-delay: 1080ms;
          transition-delay: 1080ms;
}
#movies .wrap .moviebox .item:nth-child(10) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
#movies .wrap .moviebox .item:nth-child(11) {
  -webkit-transition-delay: 1320ms;
          transition-delay: 1320ms;
}
#movies .wrap .moviebox .item:nth-child(12) {
  -webkit-transition-delay: 1440ms;
          transition-delay: 1440ms;
}
#movies .wrap .moviebox .item:nth-child(13) {
  -webkit-transition-delay: 1560ms;
          transition-delay: 1560ms;
}
#movies .wrap .moviebox .item:nth-child(14) {
  -webkit-transition-delay: 1680ms;
          transition-delay: 1680ms;
}
#movies .wrap .moviebox .item:nth-child(15) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
#movies .wrap .moviebox .item:nth-child(16) {
  -webkit-transition-delay: 1920ms;
          transition-delay: 1920ms;
}
#movies .wrap .moviebox .item:nth-child(17) {
  -webkit-transition-delay: 2040ms;
          transition-delay: 2040ms;
}
#movies .wrap .moviebox .item:nth-child(18) {
  -webkit-transition-delay: 2160ms;
          transition-delay: 2160ms;
}
#movies .wrap .moviebox .item:nth-child(19) {
  -webkit-transition-delay: 2280ms;
          transition-delay: 2280ms;
}
#movies .wrap .moviebox .item:nth-child(20) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
#movies .wrap .moviebox .item:nth-child(21) {
  -webkit-transition-delay: 2520ms;
          transition-delay: 2520ms;
}
#movies .wrap .moviebox .item:nth-child(22) {
  -webkit-transition-delay: 2640ms;
          transition-delay: 2640ms;
}
#movies .wrap .moviebox .item:nth-child(23) {
  -webkit-transition-delay: 2760ms;
          transition-delay: 2760ms;
}
#movies .wrap .moviebox .item:nth-child(24) {
  -webkit-transition-delay: 2880ms;
          transition-delay: 2880ms;
}
#movies .wrap .moviebox .item:nth-child(25) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
#movies .wrap .moviebox .item:nth-child(26) {
  -webkit-transition-delay: 3120ms;
          transition-delay: 3120ms;
}
#movies .wrap .moviebox .item:nth-child(27) {
  -webkit-transition-delay: 3240ms;
          transition-delay: 3240ms;
}
#movies .wrap .moviebox .item:nth-child(28) {
  -webkit-transition-delay: 3360ms;
          transition-delay: 3360ms;
}
#movies .wrap .moviebox .item:nth-child(29) {
  -webkit-transition-delay: 3480ms;
          transition-delay: 3480ms;
}
#movies .wrap .moviebox .item:nth-child(30) {
  -webkit-transition-delay: 3600ms;
          transition-delay: 3600ms;
}
#movies .wrap .moviebox .item a {
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
#movies .wrap .moviebox .item a .imgbox {
  overflow: hidden;
}
#movies .wrap .moviebox .item a .imgbox img {
  width: 100%;
  -webkit-transition: -webkit-transform 2400ms;
  transition: -webkit-transform 2400ms;
  transition: transform 2400ms;
  transition: transform 2400ms, -webkit-transform 2400ms;
}
#movies .wrap .moviebox .item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#movies .wrap .moviebox .item a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #movies .wrap .moviebox .item a span {
    width: 30%;
  }
}
#movies .wrap .moviebox .item a span svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  opacity: 0.9;
  -webkit-transition: opacity 240ms;
  transition: opacity 240ms;
}
#movies .wrap .moviebox .item a span svg path {
  -webkit-transition: all 240ms;
  transition: all 240ms;
}
#movies .wrap .moviebox .item a span svg .playbtn {
  fill: #0a193b;
}
#movies .wrap .moviebox .item a span svg .play {
  fill: #fff;
}
#movies .wrap .moviebox .item a:hover svg {
  opacity: 1;
}
#movies .wrap .moviebox .item a:hover svg .playbtn {
  fill: #ff0000;
}
#movies .wrap .moviebox.count2 .item, #movies .wrap .moviebox.wide .item {
  width: calc(100% / 2 - 15px);
}
@media screen and (max-width: 640px) {
  #movies .wrap .moviebox.count2 .item, #movies .wrap .moviebox.wide .item {
    width: 100%;
  }
}
#movies .wrap .moviebox.active .item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#movies .wrap .youtube {
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
  background: #000;
}
#movies .wrap .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* SNS
========================================================================== */
#snsbox {
  background-color: #000;
  padding: 100px 0 130px;
}
@media (max-width: 768px) {
  #snsbox {
    padding: 50px 0 60px;
  }
}
#snsbox .inner {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
#snsbox .inner .twitterbox {
  margin: auto;
  max-width: 432px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-box-shadow: rgba(10, 25, 59, 0.8) 0px 1px 0px, rgba(10, 25, 59, 0.8) 0px 8px 24px, rgba(10, 25, 59, 0.8) 0px 16px 48px;
          box-shadow: rgba(10, 25, 59, 0.8) 0px 1px 0px, rgba(10, 25, 59, 0.8) 0px 8px 24px, rgba(10, 25, 59, 0.8) 0px 16px 48px;
}

/* NEWS ARCHIVES
========================================================================== */
#news {
  position: relative;
  padding-top: 105px;
  overflow: hidden;
  background: linear-gradient(45deg, #111b2f, #00081a, #111b2f) fixed;
  background-size: 600% 600%;
  -webkit-animation: GradietionAnimation 60s ease infinite;
          animation: GradietionAnimation 60s ease infinite;
}
@media (max-width: 768px) {
  #news {
    padding-top: 70px;
  }
}

body.home #index_news {
  background: linear-gradient(45deg, #111b2f, #00081a, #111b2f) fixed;
  background-size: 600% 600%;
  -webkit-animation: GradietionAnimation 60s ease infinite;
          animation: GradietionAnimation 60s ease infinite;
  padding: 50px 0 50px;
}
@media (max-width: 768px) {
  body.home #index_news {
    padding: 50px 0 30px;
  }
}
body.home #index_news #post, body.home #index_news #newsindex {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

#information.indexinfo {
  padding: 100px 0;
  background: linear-gradient(45deg, #111b2f, #00081a, #111b2f) fixed;
  background-size: 600% 600%;
  -webkit-animation: GradietionAnimation 60s ease infinite;
          animation: GradietionAnimation 60s ease infinite;
}
@media (max-width: 768px) {
  #information.indexinfo {
    padding: 50px 0 60px;
  }
}
#information.indexinfo .postBox {
  margin: 5vh 0 0 !important;
}

#information.noindex {
  padding: 0 0 100px;
}

#information .outerwrap {
  width: 90%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
#information .outerwrap ul.postBox {
  border-top: solid 1px #000;
  border-bottom: solid 1px #111f3a;
  padding: 0;
  margin: 3vh 0 0;
  list-style: none;
}
@media (max-width: 768px) {
  #information .outerwrap ul.postBox {
    margin: 0 0 30px;
  }
}
#information .outerwrap ul.postBox li.item {
  border-top: solid 1px #111f3a;
  border-bottom: solid 1px #000;
}
#information .outerwrap ul.postBox li.item a {
  color: #e0e0e0;
  position: relative;
  padding: 22px 0;
  padding-right: 35px;
  -webkit-transition: background-color 240ms, padding-left 240ms;
  transition: background-color 240ms, padding-left 240ms;
  display: block;
}
@media (max-width: 768px) {
  #information .outerwrap ul.postBox li.item a {
    padding: 3vw 2.87vw;
    padding-right: 4.55vw;
  }
}
#information .outerwrap ul.postBox li.item a .textbox .metabox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #information .outerwrap ul.postBox li.item a .textbox .metabox {
    font-size: 3.4666666667vw;
  }
}
#information .outerwrap ul.postBox li.item a .textbox .metabox p.pickup {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #e0e0e0;
  position: relative;
  font-size: 1.3rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-right: 10px;
  letter-spacing: 0;
  width: 65px;
  height: 17px;
  line-height: 1;
  background: #dd3333;
  border-radius: 5px;
  -webkit-animation: glowing 2400ms infinite ease-in-out;
          animation: glowing 2400ms infinite ease-in-out;
}
#information .outerwrap ul.postBox li.item a .textbox .metabox .new-entry {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #e0e0e0;
  position: relative;
  font-size: 1.3rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-right: 10px;
  letter-spacing: 0;
  width: 35px;
  height: 17px;
  line-height: 1;
  background: #b11c2d;
  border-radius: 5px;
}
#information .outerwrap ul.postBox li.item a .textbox .metabox p.category {
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #ffea73;
  position: relative;
  letter-spacing: 0;
  margin-right: 15px;
  padding-left: 16px;
  font-size: clamp( 1.5rem, calc(1.5rem + ((1vw - 0.37rem) * -0.6383)), 1.2rem );
}
#information .outerwrap ul.postBox li.item a .textbox .metabox p.category::before, #information .outerwrap ul.postBox li.item a .textbox .metabox p.category::after {
  content: "";
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#information .outerwrap ul.postBox li.item a .textbox .metabox p.category::before {
  border: 1px solid #ffea73;
  width: 12px;
  height: 12px;
  left: 0;
}
#information .outerwrap ul.postBox li.item a .textbox .metabox p.category::after {
  border: 1px solid #ffea73;
  width: 6px;
  height: 6px;
  left: 3px;
}
#information .outerwrap ul.postBox li.item a .textbox .metabox .date {
  color: #e0e0e0;
  font-size: clamp( 1.5rem, calc(1.5rem + ((1vw - 0.37rem) * -0.6383)), 1.2rem );
  margin-right: 20px;
  letter-spacing: 0;
  font-family: "Roboto Condensed", sans-serif !important;
}
#information .outerwrap ul.postBox li.item a .textbox h3.title {
  font-size: clamp( 1.4rem, calc(1.4rem + ((1vw - 0.37rem) * 0.8511)), 1.8rem );
}
#information .outerwrap ul.postBox li.item a .textbox .post-views {
  color: #e0e0e0;
  font-size: clamp( 1.2rem, calc(1.2rem + ((1vw - 0.37rem) * 0.4255)), 1.4rem );
  font-family: "Roboto Condensed", sans-serif !important;
  letter-spacing: 0;
  text-transform: uppercase;
}
#information .outerwrap ul.postBox li.item a .icbox {
  color: #111f3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: color 240ms, -webkit-transform 240ms;
  transition: color 240ms, -webkit-transform 240ms;
  transition: color 240ms, transform 240ms;
  transition: color 240ms, transform 240ms, -webkit-transform 240ms;
}
@media (max-width: 768px) {
  #information .outerwrap ul.postBox li.item a .icbox {
    right: 1.2vw;
  }
}
#information .outerwrap ul.postBox li.item a:hover {
  padding-left: 10px;
  background: #111f3a;
}
#information .outerwrap ul.postBox li.item a:hover .icbox {
  color: #e0e0e0;
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
}
#information .outerwrap .nopost {
  font-weight: bold;
  text-align: center;
  padding: 22px 15px;
  border-top: solid 1px #111f3a;
  border-bottom: solid 1px #000;
}

/* NEWS CATEGORY MENU
========================================================================== */
#information #menuBox {
  margin: 7vh 0 30px;
}
@media (max-width: 768px) {
  #information #menuBox {
    margin: 5.5vh 0 30px;
  }
}
#information #menuBox ul#menu-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  font-size: clamp(1.2rem, calc(1.2rem + ((1vw - 0.37rem) * 0.8511)), 1.6rem);
}
#information #menuBox ul#menu-news li a {
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  padding: 5px 15px;
  color: #ffea73;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 480ms;
  transition: color 480ms;
}
@media (max-width: 768px) {
  #information #menuBox ul#menu-news li a {
    padding: 5px 10px;
  }
}
#information #menuBox ul#menu-news li a span {
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  display: inline-block;
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
}
#information #menuBox ul#menu-news li a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #ffea73;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 280ms var(--ease-in-out-circ);
  transition: -webkit-transform 280ms var(--ease-in-out-circ);
  transition: transform 280ms var(--ease-in-out-circ);
  transition: transform 280ms var(--ease-in-out-circ), -webkit-transform 280ms var(--ease-in-out-circ);
}
#information #menuBox ul#menu-news li a:hover {
  color: #0f0f0f;
}
#information #menuBox ul#menu-news li a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#information #menuBox ul#menu-news li.current-menu-item {
  pointer-events: none;
}
#information #menuBox ul#menu-news li.current-menu-item a {
  background: #ffea73;
  color: #0f0f0f;
}
#information #menuBox ul#menu-news li.new {
  display: block;
  position: relative;
}
#information #menuBox ul#menu-news li.new::after {
  content: "";
  display: block;
  background-color: #b11c2d;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  right: 6px;
  -webkit-animation: glowing 2400ms infinite ease-in-out;
          animation: glowing 2400ms infinite ease-in-out;
}
@media screen and (max-width: 768px) {
  #information #menuBox ul#menu-news li.new::after {
    top: 4px;
    right: 4px;
  }
}

@-webkit-keyframes glowing {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

@keyframes glowing {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
/* NEWS SINGLE PAGE
========================================================================== */
#post-single {
  margin: 50px 0 100px;
}

#post {
  position: relative;
  font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.37rem) * 0.4255)), 1.6rem);
  width: 90%;
  max-width: 1000px;
  padding-top: 50px;
  margin: auto;
  /** 投稿ページ装飾 **/
}
@media (max-width: 768px) {
  #post {
    padding-top: 20px;
  }
}
#post h1#post-title, #post h3.index-posttitle {
  font-size: clamp(2.2rem, calc(2.2rem + ((1vw - 0.37rem) * 5.9574)), 5rem);
}
#post h3.index-posttitle {
  position: relative;
  z-index: 0;
}
#post h3.index-posttitle::before, #post h3.index-posttitle::after {
  content: "";
  width: 100%;
  display: block;
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
}
#post h3.index-posttitle::before {
  height: 2px;
  bottom: -10px;
}
#post h3.index-posttitle::after {
  height: 6px;
  z-index: -1;
  bottom: -6px;
}
#post h3.index-posttitle:not(:first-of-type) {
  margin-top: 10vh;
}
#post div.metabox {
  position: relative;
  margin: 0.5rem 0 0;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
#post div.metabox p.date {
  color: #0f0f0f;
  font-size: clamp( 1.5rem, calc(1.5rem + ((1vw - 0.37rem) * -0.6383)), 1.2rem );
  margin-right: 20px;
  letter-spacing: 0;
  font-family: "Roboto Condensed", sans-serif !important;
}
#post div.metabox .category {
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #b11c2d;
  position: relative;
  letter-spacing: 0;
  margin-right: 15px;
  padding-left: 16px;
  font-size: clamp( 1.5rem, calc(1.5rem + ((1vw - 0.37rem) * -0.6383)), 1.2rem );
}
#post div.metabox .category::before, #post div.metabox .category::after {
  content: "";
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#post div.metabox .category::before {
  border: 1px solid #b11c2d;
  width: 12px;
  height: 12px;
  left: 0;
}
#post div.metabox .category::after {
  border: 1px solid #b11c2d;
  width: 6px;
  height: 6px;
  left: 3px;
}
#post div.metabox .post-views {
  color: #0f0f0f;
  font-size: clamp( 1.2rem, calc(1.2rem + ((1vw - 0.37rem) * 0.4255)), 1.4rem );
  font-family: "Roboto Condensed", sans-serif !important;
  letter-spacing: 0;
  text-transform: uppercase;
}
#post div.metabox p.modified_date {
  color: #0f0f0f;
  margin-left: auto;
  text-align: right;
  font-size: clamp( 1.2rem, calc(1.2rem + ((1vw - 0.37rem) * 0.4255)), 1.4rem );
  letter-spacing: 0;
  font-family: "Roboto Condensed", sans-serif !important;
}
#post div.metabox::before, #post div.metabox::after {
  content: "";
  width: 100%;
  display: block;
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
}
#post div.metabox::before {
  height: 2px;
  top: -4px;
}
#post div.metabox::after {
  height: 100%;
  z-index: -1;
}
#post .entrybox {
  position: relative;
  padding: 7vh 0 7vh;
  text-align: left;
  line-height: 2;
  z-index: 0;
  /*Text Color*/
  /*List*/
  /*Youtube*/
}
#post .entrybox h2:first-of-type {
  margin-top: 0 !important;
}
#post .entrybox:last-of-type:before, #post .entrybox:last-of-type::after {
  content: "";
  width: 100%;
  display: block;
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
}
#post .entrybox:last-of-type::before {
  height: 2px;
  bottom: -4px;
}
#post .entrybox:last-of-type::after {
  height: 6px;
  z-index: -1;
  bottom: 0;
}
#post .entrybox table {
  width: 100%;
}
#post .entrybox .prettyprint {
  width: 100%;
  overflow: scroll;
  font-size: clamp( 1.2rem, calc(1.2rem + ((1vw - 0.37rem) * 0.4255)), 1.4rem );
}
#post .entrybox .prettyprint ol {
  overflow: scroll;
  padding-left: 4rem;
  list-style-type: decimal !important;
}
#post .entrybox .prettyprint ol li {
  padding-left: 1rem;
  border-left: 3px solid #435a5f;
  list-style-type: decimal !important;
}
#post .entrybox h2 {
  font-size: clamp( 2.2rem, calc(2.2rem + ((1vw - 0.37rem) * 1.2766)), 2.8rem );
  position: relative;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
#post .entrybox h2:not(:first-of-type) {
  margin-top: 5rem;
}
#post .entrybox h2:before, #post .entrybox h2:after {
  content: "";
  display: block;
  background-color: #0081d5;
  position: absolute;
  bottom: -4px;
  height: 7px;
}
#post .entrybox h2:before {
  width: 4px;
  left: 0;
}
#post .entrybox h2:after {
  width: calc(100% - 6px);
  right: 0;
}
#post .entrybox h3 {
  font-size: clamp(2rem, calc(2rem + ((1vw - 0.37rem) * 1.2766)), 2.6rem);
  position: relative;
  padding-left: 20px;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#post .entrybox h3:not(:first-of-type) {
  margin-top: 4rem;
}
#post .entrybox h3:before, #post .entrybox h3:after {
  content: "";
  background-color: #0081d5;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2.5rem;
  width: 3px;
  -webkit-transition: opacity 0ms 0ms, -webkit-transform 240ms;
  transition: opacity 0ms 0ms, -webkit-transform 240ms;
  transition: transform 240ms, opacity 0ms 0ms;
  transition: transform 240ms, opacity 0ms 0ms, -webkit-transform 240ms;
}
#post .entrybox h3:before {
  left: 0;
}
#post .entrybox h3:after {
  left: 6px;
}
#post .entrybox h4 {
  font-size: clamp( 1.8rem, calc(1.8rem + ((1vw - 0.37rem) * 1.2766)), 2.4rem );
  position: relative;
  padding-left: 20px;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#post .entrybox h4:not(:first-of-type) {
  margin-top: 2rem;
}
#post .entrybox h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #0081d5;
}
#post .entrybox h5 {
  font-size: clamp( 1.6rem, calc(1.6rem + ((1vw - 0.37rem) * 1.2766)), 2.2rem );
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#post .entrybox h5:not(:first-of-type) {
  margin-top: 4rem;
}
#post .entrybox h6 {
  font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.37rem) * 1.2766)), 2rem);
  position: relative;
  margin-bottom: 2rem;
}
#post .entrybox h6:not(:first-of-type) {
  margin-top: 4rem;
}
#post .entrybox p img {
  padding: 0.5em 0;
}
#post .entrybox p {
  line-height: 1.8;
}
#post .entrybox a {
  position: relative;
  color: #ffdb0d;
  font-weight: bold;
  -webkit-transition: color 480ms;
  transition: color 480ms;
}
#post .entrybox a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  z-index: -1;
  height: 2px;
  background: #ffdb0d;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 240ms;
  transition: -webkit-transform 240ms;
  transition: transform 240ms;
  transition: transform 240ms, -webkit-transform 240ms;
}
#post .entrybox a:hover {
  color: #d9b800;
}
#post .entrybox a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#post .entrybox a[target=_blank] {
  font-family: "iconic" !important;
  max-width: 0 0.5rem 0 0.2rem;
}
#post .entrybox a[target=_blank]:after {
  content: "";
}
@-webkit-keyframes gradient {
  0% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0%;
  }
}
@keyframes gradient {
  0% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0%;
  }
}
#post .entrybox .blue {
  color: #0090ef;
}
#post .entrybox .red {
  color: #e76674;
}
#post .entrybox .note-list li::before {
  content: "※";
}
#post .entrybox .note-list li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
#post .entrybox .note-list li {
  margin-bottom: 0.5em;
}
#post .entrybox .note-list li:last-child {
  margin-bottom: 0;
}
#post .entrybox .youtube {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
#post .entrybox .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#post .entrybox hr {
  position: relative;
  margin: 5rem 0;
  border-style: none;
  border-top: 1px solid #0081d5;
  overflow: initial;
}
#post .entrybox hr:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #0081d5;
  border-radius: 500px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#post .entrybox table, #post .entrybox td, #post .entrybox th {
  border: 1px solid black;
  border-collapse: collapse;
}
#post .entrybox table.txleft, #post .entrybox td.txleft, #post .entrybox th.txleft {
  text-align: left;
}
#post .entrybox table.txcenter, #post .entrybox td.txcenter, #post .entrybox th.txcenter {
  text-align: center;
}
#post .entrybox table.txright, #post .entrybox td.txright, #post .entrybox th.txright {
  text-align: right;
}
#post .entrybox th {
  background-color: #003456;
}
#post .entrybox table {
  width: 100%;
  font-size: 90%;
  background: #001e32;
}
#post .entrybox td, #post .entrybox th {
  padding: 5px;
}
#post .entrybox .totalpoll-wrapper {
  background: #fff;
  padding: 15px;
}
#post span.bgline {
  background-color: #8a7455;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 1000px;
  display: block;
  height: 1px;
  margin: auto;
}
#post span.bgline:before, #post span.bgline:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  background-color: #8a7455;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -3px;
}
#post span.bgline:before {
  left: -5px;
}
#post span.bgline:after {
  right: -5px;
}
#post .metabox span.bgline, #post .index-postbox span.bgline {
  bottom: 0;
}
#post .toindex span.bgline {
  top: 0;
}

#newsindex a i.iconic {
  margin-left: 1rem;
  display: inline-block;
  -webkit-transition: all 240ms;
  transition: all 240ms;
}
#newsindex a:hover i.iconic {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

#post .entrybox .applinks,
#post-single .entrybox .applinks {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 20px 0;
}
#post .entrybox .applinks li a::before, #post .entrybox .applinks li a::after,
#post-single .entrybox .applinks li a::before,
#post-single .entrybox .applinks li a::after {
  content: none;
}

#post .blackboard {
  position: relative;
  background-color: #0f0e11;
  background-image: url("./img/common/letterbg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 1280px) {
  #post .blackboard {
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  #post .blackboard {
    padding: 2rem;
  }
}
#post .blackboard::after {
  content: "";
  border-style: solid;
  border-image-source: url(./img/common/letter.png);
  border-image-repeat: round;
  border-image-width: 25px;
  border-width: 15px;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: 5;
  border-image-slice: 26 fill;
  pointer-events: none;
}

/* NEWS GO TO LINK
========================================================================== */
p.gotopage {
  padding-top: 3rem;
  position: relative;
  text-align: center;
}
p.gotopage a {
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  background-color: #ffea73;
  color: #0f0f0f;
  height: 50px;
  letter-spacing: 0;
  -webkit-transition: all 240ms;
  transition: all 240ms;
}
p.gotopage a span {
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  -webkit-transition: all 240ms;
  transition: all 240ms;
}
p.gotopage a i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
p.gotopage a:before, p.gotopage a:after, p.gotopage a i:before, p.gotopage a i:after {
  content: "";
  height: 100%;
  display: block;
  background-color: #111f3a;
  position: absolute;
  -webkit-transition: height 240ms var(--ease-in-out-expo);
  transition: height 240ms var(--ease-in-out-expo);
}
p.gotopage a:before, p.gotopage a:after {
  width: 3px;
  height: 0%;
}
p.gotopage a i:before, p.gotopage a i:after {
  width: 2px;
  height: 0%;
}
p.gotopage a::before {
  bottom: 0;
  left: 8px;
}
p.gotopage a::after {
  top: 0;
  right: 8px;
}
p.gotopage a i::before {
  top: 0;
  left: 3px;
}
p.gotopage a i::after {
  bottom: 0;
  right: 3px;
}
p.gotopage a:hover {
  background-color: #ffdb0d;
}
p.gotopage a:hover:before, p.gotopage a:hover:after {
  height: 95%;
}
p.gotopage a:hover i:before, p.gotopage a:hover i:after {
  height: 95%;
}

/* PAGINATION
========================================================================== */
#pagination {
  margin: 50px auto 0;
  position: relative;
}
#pagination ul.pagelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
}
#pagination ul.pagelist li {
  letter-spacing: 0;
  font-size: 1.6rem;
}
#pagination ul.pagelist li a, #pagination ul.pagelist li span {
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  -webkit-transition: border 480ms;
  transition: border 480ms;
}
#pagination ul.pagelist li u {
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  text-decoration: none;
}
#pagination ul.pagelist li a {
  border: 1px solid #b11c2d;
  color: #b11c2d;
}
#pagination ul.pagelist li a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #b11c2d;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#pagination ul.pagelist li a:hover {
  color: #0f0f0f;
}
#pagination ul.pagelist li a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#pagination ul.pagelist li span {
  border: 1px solid rgba(177, 28, 45, 0.3);
  color: #b11c2d;
}
#pagination ul.pagelist li.no-more span {
  color: rgba(177, 28, 45, 0.3);
}

/* INDEX TITLE
========================================================================== */
h2.content-flash {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.37rem) * 1.2766)), 2rem);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
          mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  h2.content-flash {
    margin: 0 auto 30px;
    letter-spacing: 0;
  }
}
h2.content-flash:first-letter {
  color: #751111;
}
h2.content-flash span.subeng {
  content: attr(data-text);
  line-height: 1;
  display: block;
  margin-top: -1rem;
  padding: 0 0 0.25rem;
  font-size: clamp(2.2rem, calc(2.2rem + ((1vw - 0.37rem) * 4.6809)), 4.4rem);
}
@media (max-width: 768px) {
  h2.content-flash span.subeng {
    line-height: 1.1;
  }
}
@media (max-width: 519px) {
  h2.content-flash span.subeng {
    line-height: 1.3;
  }
}
h2.content-flash span.subeng:first-letter {
  color: #751111;
  font-size: clamp( 2.6rem, calc(2.6rem + ((1vw - 0.37rem) * 5.5319)), 5.2rem );
}
h2.content-flash::before, h2.content-flash::after {
  content: "";
  height: 6px;
  width: 100%;
  display: block;
  border-width: 2px 0 1px;
  border-style: solid;
  border-color: #8a7455;
}
h2.content-flash::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

/* "CAMPAIGN" SLIDER
========================================================================== */
#campaign {
  margin: 7vh auto 0;
  /* Frame */
  /* Scrollbar */
}
@media (max-width: 768px) {
  #campaign {
    margin: 4vh auto 0;
  }
}
#campaign.nothingtodo {
  display: none;
}
#campaign .newsitem.frame {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 30px;
  overflow: visible !important;
}
#campaign .newsitem.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#campaign .newsitem.frame ul li {
  float: left;
  width: 260px;
  margin-right: 10px;
  overflow: hidden;
}
#campaign .newsitem.frame ul li:last-of-type {
  margin-right: 0;
}
#campaign .newsitem.frame ul li a {
  position: relative;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#campaign .newsitem.frame ul li a img {
  -webkit-transition: -webkit-transform 4800ms;
  transition: -webkit-transform 4800ms;
  transition: transform 4800ms;
  transition: transform 4800ms, -webkit-transform 4800ms;
}
#campaign .newsitem.frame ul li a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#campaign .controler {
  width: 65%;
  max-width: 500px;
  margin: auto;
  margin-bottom: 30px;
  padding: 5px 0;
}
#campaign .controler .scrollbar {
  margin: 0 auto;
  height: 2px;
  line-height: 0;
  position: relative;
  background: #111f3a;
}
#campaign .controler .scrollbar .handle {
  width: 100px;
  height: 100%;
  background-color: #00436f;
  cursor: move;
  -webkit-transition: background-color 240ms;
  transition: background-color 240ms;
}
#campaign .controler .scrollbar .handle:hover {
  background-color: #ffea73;
}
#campaign .controler .scrollbar .handle .mousearea {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 18px;
  border-radius: 50px;
}
#campaign .controler .scrollbar button.btn {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 480ms;
  transition: opacity 480ms;
}
#campaign .controler .scrollbar button.btn i {
  font-size: 1rem;
  width: 24px;
  height: 24px;
  display: block;
  display: block;
  color: #00436f;
  border-color: #00436f;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50px;
  -webkit-transition: color 480ms, border-color 480ms;
  transition: color 480ms, border-color 480ms;
}
#campaign .controler .scrollbar button.btn i:before, #campaign .controler .scrollbar button.btn i:after {
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#campaign .controler .scrollbar button.btn.prevPage {
  left: -2rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
#campaign .controler .scrollbar button.btn.nextPage {
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#campaign .controler .scrollbar button.btn.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
#campaign .controler .scrollbar button.btn:hover i {
  color: #ffea73;
  border-color: #ffea73;
}
#campaign .controler.sponly {
  display: none;
}

/* 404 Page not found
========================================================================== */
#post-404 {
  padding-top: 75px;
  position: relative;
  background: linear-gradient(45deg, #111b2f, #00081a, #111b2f) fixed;
  background-size: 600% 600%;
  -webkit-animation: GradietionAnimation 60s ease infinite;
          animation: GradietionAnimation 60s ease infinite;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  #post-404 {
    padding-top: 50px;
  }
}
#post-404 .inner {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  width: 100%;
}
#post-404 .inner h1 {
  max-width: 300px;
  width: 70%;
  margin: auto;
  padding: 100px 0;
  mix-blend-mode: overlay;
}
@media (max-width: 768px) {
  #post-404 .inner h1 {
    padding: 50px 0;
  }
}
#post-404 .inner h1 svg {
  fill: #fcfcfc;
}
#post-404 .nottext {
  position: relative;
  z-index: 3;
  margin: auto;
  text-align: center;
  background-color: #000;
  color: #ccc;
  width: 100%;
  padding: 50px 0;
}
@media (max-width: 768px) {
  #post-404 .nottext {
    padding: 20px 5vw;
  }
}
#post-404 .nottext p {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

/* PAGE
========================================================================== */
body.page #pages {
  background: linear-gradient(45deg, #111b2f, #00081a, #111b2f) fixed;
  position: relative;
  padding-top: 105px;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.page #pages {
    padding-top: 70px;
  }
}

/* CONTACT
========================================================================== */
#pages.device .device_content {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto 0;
  position: relative;
  --title-col: #553e2c;
}
#pages.device .device_content:last-of-type {
  margin: 50px auto 100px;
}
#pages.device .device_content h3.title {
  color: #0081d5;
  font-size: clamp(2rem, calc(2rem + ((1vw - 0.37rem) * 0.8511)), 2.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pages.device .device_content h3.title span {
  margin: 0 2rem;
}
#pages.device .device_content h3.title i {
  position: relative;
  background-color: #0081d5;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
}
#pages.device .device_content h3.title i::before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #0081d5;
  border-radius: 500px;
}
#pages.device .device_content .textbox {
  margin: 1em 0 2em;
}
#pages.device .device_content ul.devicelist li {
  padding: 5px 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted #003456;
}
#pages.device .device_content ul.devicelist li.titlebox span {
  font-weight: bold;
}
/* CONTACT
========================================================================== */
body.contact-form {
  background-color: var(--novel-color);
  background-image: url(./img/novels/bg.jpg);
}
body.contact-form #pages {
  position: relative;
  padding-top: 135px;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.contact-form #pages {
    padding-top: 70px;
  }
}
body.contact-form #pages #contact {
  max-width: 750px;
  width: 90%;
  margin: 50px auto 100px;
  position: relative;
}

body.contact-form #pages.contact-form #contact {
  max-width: 550px;
  width: 90%;
  margin: 50px auto 100px;
  position: relative;
}
body.contact-form #pages.contact-form #contact .contact-row {
  margin-bottom: 3vh;
}
body.contact-form #pages.contact-form #contact .contact-row div.title {
  font-size: 1.3rem;
  padding-bottom: 5px;
}
body.contact-form #pages.contact-form #contact .contact-row div.title .required {
  color: #f00;
}
body.contact-form #pages.contact-form #contact .contact-row div.title .required:after {
  content: "*";
}
body.contact-form #pages.contact-form #contact .contact-row p.note {
  font-size: 1rem;
  padding: 5px 0;
  padding-left: 0.3rem;
}
body.contact-form #pages.contact-form #contact .contact-row input + span {
  font-size: 1.8rem;
}
body.contact-form #pages.contact-form #contact .contact-row input:focus + span {
  font-size: 2.8rem;
}
body.contact-form #pages.contact-form #contact .contact-row .error {
  font-size: 1.2rem;
  letter-spacing: 0;
  background-color: #e35b66;
  color: #fff;
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 2px 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: translate(-5px, -3px);
          transform: translate(-5px, -3px);
}
body.contact-form #pages.contact-form #contact .contact-row .error::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 16px;
  border-top: 5px solid #e35b66;
  border-left: 5px solid #e35b66;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
}
body.contact-form #pages.contact-form #contact .contact-row .error + input, body.contact-form #pages.contact-form #contact .contact-row .error + select, body.contact-form #pages.contact-form #contact .contact-row .error + textarea, body.contact-form #pages.contact-form #contact .contact-row .error ~ span label {
  background: #f2c4c4 !important;
}
body.contact-form #pages.contact-form #contact .contact-row .error + input:focus, body.contact-form #pages.contact-form #contact .contact-row .error + textarea:focus, body.contact-form #pages.contact-form #contact .contact-row .error ~ span label {
  background: #fff !important;
}
body.contact-form #pages.contact-form #contact .contact-row .error ~ span label {
  padding: 5px;
}
body.contact-form #pages.contact-form #contact .submitrow {
  padding-top: 7vh;
}
body.contact-form #pages.contact-form #contact input, body.contact-form #pages.contact-form #contact textarea, body.contact-form #pages.contact-form #contact select {
  width: 100%;
  font-size: clamp(1.8rem, calc(1.8rem + ((1vw - 0.37rem) * 1.7021)), 2.6rem);
  padding: 5px 10px;
  background: #f5f5f5;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(117, 17, 17, 0.2);
          box-shadow: 0 0 5px rgba(117, 17, 17, 0.2);
  -webkit-transition: -webkit-box-shadow 480ms;
  transition: -webkit-box-shadow 480ms;
  transition: box-shadow 480ms;
  transition: box-shadow 480ms, -webkit-box-shadow 480ms;
}
body.contact-form #pages.contact-form #contact input[type=radio], body.contact-form #pages.contact-form #contact textarea[type=radio], body.contact-form #pages.contact-form #contact select[type=radio] {
  width: auto;
}
body.contact-form #pages.contact-form #contact input[type=file], body.contact-form #pages.contact-form #contact textarea[type=file], body.contact-form #pages.contact-form #contact select[type=file] {
  background: transparent;
  border: none;
  width: auto;
  font-size: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
body.contact-form #pages.contact-form #contact input[type=submit], body.contact-form #pages.contact-form #contact textarea[type=submit], body.contact-form #pages.contact-form #contact select[type=submit] {
  background-color: #751111;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
}
body.contact-form #pages.contact-form #contact input:focus, body.contact-form #pages.contact-form #contact textarea:focus, body.contact-form #pages.contact-form #contact select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px rgba(117, 17, 17, 0.7), 0 0 10px rgba(117, 17, 17, 0.9), 0 0 2px rgba(117, 17, 17, 0.7) inset, 0 0 10px rgba(117, 17, 17, 0.7) inset;
          box-shadow: 0 0 2px rgba(117, 17, 17, 0.7), 0 0 10px rgba(117, 17, 17, 0.9), 0 0 2px rgba(117, 17, 17, 0.7) inset, 0 0 10px rgba(117, 17, 17, 0.7) inset;
}
body.contact-form #pages.contact-form #contact textarea {
  display: block;
}
body.contact-form #pages.contact-form #contact button.back {
  background-color: #444;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  margin: 20px auto 0;
  display: block;
}
body.contact-form #pages.contact-form #contact .requests-notice {
  margin-top: 7vh;
  border: 1px solid #b59e8b;
  font-size: 1.1rem;
  padding: 10px;
}
body.contact-form #pages.contact-form #contact .requests-notice .requests-notice-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b59e8b;
}
body.contact-form #pages.contact-form #contact .requests-notice ul {
  padding: 0;
  padding-left: 2rem;
  margin: 0;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_preview .contact-row {
  border-bottom: 1px solid #b59e8b;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_preview .contact-row div.title {
  font-size: 1rem;
  color: #666;
  padding-bottom: 0;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_preview .contact-row div.content_form {
  font-size: clamp( 1.8rem, calc(1.8rem + ((1vw - 0.37rem) * 1.7021)), 2.6rem );
  letter-spacing: 0;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_preview .contact-row p.note {
  display: none;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_complete h2.title {
  font-size: clamp( 1.8rem, calc(1.8rem + ((1vw - 0.37rem) * 1.7021)), 2.6rem );
}
body.contact-form #pages.contact-form #contact .mw_wp_form_complete .toindex {
  padding-top: 3rem;
  position: relative;
  text-align: center;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_complete .toindex a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
  background-color: #751111;
  color: #fff;
  height: 50px;
  -webkit-transition: all 240ms;
  transition: all 240ms;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_complete .toindex a::before, body.contact-form #pages.contact-form #contact .mw_wp_form_complete .toindex a::after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: all 240ms;
  transition: all 240ms;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_complete .toindex a::before {
  left: -25px;
  border-right: 25px solid #751111;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_complete .toindex a::after {
  right: -25px;
  border-left: 25px solid #751111;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_complete .toindex a span {
  -webkit-transition: all 240ms;
  transition: all 240ms;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_complete .toindex a i.iconic {
  margin-right: 1rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  display: inline-block;
  -webkit-transition: all 240ms;
  transition: all 240ms;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_complete .toindex a:hover {
  background-color: #320707;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_complete .toindex a:hover::before {
  border-right: 25px solid #320707;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_complete .toindex a:hover::after {
  border-left: 25px solid #320707;
}
body.contact-form #pages.contact-form #contact .mw_wp_form_complete .toindex a:hover span {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
body.contact-form #pages.contact-form #contact .mw_wp_form_complete .toindex a:hover i.iconic {
  -webkit-transform: translateX(-0.5rem) scale(-1, 1);
          transform: translateX(-0.5rem) scale(-1, 1);
}

/* CONTACT
========================================================================== */
body.faq #pages {
  position: relative;
  padding-top: 135px;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.faq #pages {
    padding-top: 70px;
  }
}
body.faq #pages #contact {
  max-width: 750px;
  width: 90%;
  margin: 50px auto 100px;
  position: relative;
}

body.faq #pages #faq {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto 100px;
  position: relative;
}
body.faq #pages #faq div.content {
  margin-top: 0;
}
body.faq #pages #faq div.content:not(:last-of-type) {
  margin: 0 0 7vh;
}
body.faq #pages #faq h2.title {
  color: #0081d5;
  font-size: clamp(2rem, calc(2rem + ((1vw - 0.37rem) * 0.8511)), 2.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.faq #pages #faq h2.title span {
  margin: 0 2rem;
}
body.faq #pages #faq h2.title i {
  position: relative;
  background-color: #0081d5;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
}
body.faq #pages #faq h2.title i::before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #0081d5;
  border-radius: 500px;
}
body.faq #pages #faq div.text-box {
  margin: 1em 0 2em;
  font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.37rem) * 0.8511)), 1.8rem);
}

body.faq #pages #faq div.content .faqbox {
  margin: 0 0 4vh;
  padding-top: 3vh;
}
@media (max-width: 800px) {
  body.faq #pages #faq div.content .faqbox {
    display: block;
  }
}
body.faq #pages #faq div.content .faqbox h3.faqTitle {
  position: relative;
  font-size: clamp( 1.6rem, calc(1.6rem + ((1vw - 0.37rem) * 0.4255)), 1.8rem );
  font-weight: bold;
  letter-spacing: 0;
  padding: 10px 0;
  padding-left: 20px;
}
body.faq #pages #faq div.content .faqbox h3.faqTitle:before, body.faq #pages #faq div.content .faqbox h3.faqTitle:after {
  content: "";
  background-color: #0081d5;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2.5rem;
  width: 3px;
  -webkit-transition: opacity 0ms 0ms, -webkit-transform 240ms;
  transition: opacity 0ms 0ms, -webkit-transform 240ms;
  transition: transform 240ms, opacity 0ms 0ms;
  transition: transform 240ms, opacity 0ms 0ms, -webkit-transform 240ms;
}
body.faq #pages #faq div.content .faqbox h3.faqTitle:before {
  left: 0;
}
body.faq #pages #faq div.content .faqbox h3.faqTitle:after {
  left: 6px;
}
body.faq #pages #faq div.content .faqbox ul.faq-wrap li.acc_ctrl {
  border-top: 1px solid #003456;
  font-size: clamp( 1.4rem, calc(1.4rem + ((1vw - 0.37rem) * 0.4255)), 1.6rem );
}
body.faq #pages #faq div.content .faqbox ul.faq-wrap li.acc_ctrl:last-of-type {
  border-bottom: 1px solid #003456;
}
body.faq #pages #faq div.content .faqbox ul.faq-wrap li.acc_ctrl h4.question {
  cursor: pointer;
  position: relative;
  padding: 30px 0;
  font-weight: bold;
  font-size: clamp( 1.6rem, calc(1.6rem + ((1vw - 0.37rem) * 0.4255)), 1.8rem );
  padding-right: 15px;
}
body.faq #pages #faq div.content .faqbox ul.faq-wrap li.acc_ctrl h4.question i {
  position: absolute;
  top: 50%;
  right: -7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
body.faq #pages #faq div.content .faqbox ul.faq-wrap li.acc_ctrl h4.question i:before, body.faq #pages #faq div.content .faqbox ul.faq-wrap li.acc_ctrl h4.question i:after {
  content: "";
  background-color: #003456;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 100%;
  -webkit-transition: opacity 0ms 0ms, -webkit-transform 240ms;
  transition: opacity 0ms 0ms, -webkit-transform 240ms;
  transition: transform 240ms, opacity 0ms 0ms;
  transition: transform 240ms, opacity 0ms 0ms, -webkit-transform 240ms;
}
body.faq #pages #faq div.content .faqbox ul.faq-wrap li.acc_ctrl h4.question i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
body.faq #pages #faq div.content .faqbox ul.faq-wrap li.acc_ctrl h4.question i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
body.faq #pages #faq div.content .faqbox ul.faq-wrap li.acc_ctrl .anser.peek-a-box {
  display: none;
}
body.faq #pages #faq div.content .faqbox ul.faq-wrap li.acc_ctrl .anser.peek-a-box .inbox {
  padding: 5px 0 35px;
}
body.faq #pages #faq div.content .faqbox ul.faq-wrap li.acc_ctrl h4.question.active::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
body.faq #pages #faq div.content .faqbox ul.faq-wrap li.acc_ctrl h4.question.active i::after {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
  opacity: 0;
  -webkit-transition: opacity 0ms 240ms, -webkit-transform 240ms;
  transition: opacity 0ms 240ms, -webkit-transform 240ms;
  transition: transform 240ms, opacity 0ms 240ms;
  transition: transform 240ms, opacity 0ms 240ms, -webkit-transform 240ms;
}

body.faq #pages #faq .toindex {
  padding-top: 3rem;
  position: relative;
  text-align: center;
}
body.faq #pages #faq .toindex a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
  background-color: #751111;
  color: #fff;
  height: 50px;
  -webkit-transition: all 240ms;
  transition: all 240ms;
}
body.faq #pages #faq .toindex a::before, body.faq #pages #faq .toindex a::after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: all 240ms;
  transition: all 240ms;
}
body.faq #pages #faq .toindex a::before {
  left: -25px;
  border-right: 25px solid #751111;
}
body.faq #pages #faq .toindex a::after {
  right: -25px;
  border-left: 25px solid #751111;
}
body.faq #pages #faq .toindex a span {
  margin-left: 1rem;
  -webkit-transition: all 240ms;
  transition: all 240ms;
}
body.faq #pages #faq .toindex a i.iconic {
  margin-left: 1rem;
  display: inline-block;
  -webkit-transition: all 240ms;
  transition: all 240ms;
}
body.faq #pages #faq .toindex a:hover {
  z-index: 3;
  background-color: #320707;
}
body.faq #pages #faq .toindex a:hover::before {
  border-right: 25px solid #320707;
}
body.faq #pages #faq .toindex a:hover::after {
  border-left: 25px solid #320707;
}
body.faq #pages #faq .toindex a:hover span {
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}
body.faq #pages #faq .toindex a:hover i.iconic {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
body.faq #pages #faq .toindex span.bgline {
  background-color: #8a7455;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  margin: auto;
}
body.faq #pages #faq .toindex span.bgline:before, body.faq #pages #faq .toindex span.bgline:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  background-color: #8a7455;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -3px;
}
body.faq #pages #faq .toindex span.bgline:before {
  left: -5px;
}
body.faq #pages #faq .toindex span.bgline:after {
  right: -5px;
}

/**
* Featherlight – ultra slim jQuery lightbox
* Version 1.7.13 - http://noelboss.github.io/featherlight/
*
* Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
* MIT Licensed.
**/
.lightbox {
  display: none;
}

html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  text-align: center;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(90%) blur(5px);
          backdrop-filter: saturate(90%) blur(5px);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  text-align: left;
  /* position: centering vertical and horizontal */
  vertical-align: middle;
  display: inline-block;
  /* dimensions: handling large content */
  max-height: 100%;
  width: 90%;
  max-width: 1280px;
  /* styling */
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -75px;
  top: 0;
  cursor: pointer;
  background: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .featherlight .featherlight-close-icon {
    position: fixed;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
  }
}
.featherlight .featherlight-close-icon:before, .featherlight .featherlight-close-icon:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
  transition-origin: center center;
}
.featherlight .featherlight-close-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.featherlight .featherlight-close-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 80%;
  max-width: 100%;
  padding-top: 45%;
}

.featherlight-iframe .featherlight-content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight-loading:after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url(./img/common/loader.svg);
  background-position: 50% 50%;
  background-size: cover;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
  }
}
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/* header::NOVEL
========================================================================== */
body.single-novel,
body.post-type-archive-novel {
  background-color: var(--novel-color);
  background-image: url(./img/novels/bg.jpg);
}

#novel_head {
  position: fixed;
  top: 0;
  z-index: 9999;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: all 240ms;
  transition: all 240ms;
  background: #000;
  padding-bottom: 2px;
}
#novel_head::before {
  content: "";
  display: block;
  background-color: #927358;
  position: absolute;
}
#novel_head #head_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2rem;
  line-height: 1;
}
#novel_head #head_inner a {
  color: #927358;
  -webkit-transition: all 480ms;
  transition: all 480ms;
}
#novel_head #head_inner a:hover {
  color: #fb5a5a;
  text-shadow: 0 0 5px #f23838;
}
#novel_head #head_inner #close {
  position: relative;
}
#novel_head #head_inner #close:after {
  content: "";
  position: absolute;
  background-color: #2b2b2b;
}
#novel_head #head_inner #viewer-edit {
  position: relative;
  z-index: 5;
  font-size: 2.4rem;
}

#novel {
  letter-spacing: 0;
}
#novel .titlebox {
  margin: auto;
}
#novel .titlebox p.chapterTitle {
  font-size: clamp( 3.2rem, calc(3.2rem + ((1vw - 0.37rem) * 2.9787)), 4.6rem );
  line-height: 1.2;
}
#novel .titlebox h1.episodetitle {
  font-weight: normal;
  font-size: clamp( 2.4rem, calc(2.4rem + ((1vw - 0.37rem) * 0.8511)), 2.8rem );
}
#novel .titlebox h1.episodetitle span {
  display: inline;
}
#novel #text {
  margin: auto;
}

#wrapper.fontsize-small #novel {
  font-size: 15.4px !important;
}
#wrapper.fontsize-medium #novel {
  font-size: 17.5px !important;
}
#wrapper.fontsize-large #novel {
  font-size: 20.125px !important;
}
#wrapper.mincho #novel {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ryumin_l_subset", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#wrapper.gothic #novel {
  font-family: "Noto Sans JP", "游ゴシック Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#novel_head.yokogaki {
  left: 0;
  width: 100%;
}
#novel_head.yokogaki::before {
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
}
#novel_head.yokogaki.shrink {
  -webkit-transform: translateY(-52px);
          transform: translateY(-52px);
}
#novel_head.yokogaki #head_inner {
  height: 50px;
  width: 95%;
  max-width: 800px;
}
#novel_head.yokogaki #head_inner #close {
  padding-right: 1rem;
}
#novel_head.yokogaki #head_inner #close:after {
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}
#wrapper.yokogaki #novel {
  line-height: 2.2;
}
#wrapper.yokogaki #novel .inner .titlebox {
  width: 90%;
  max-width: 750px;
}
#wrapper.yokogaki #novel .inner .titlebox p.chapterTitle {
  margin: 5rem auto 2rem;
}
#wrapper.yokogaki #novel .inner .titlebox h1.episodetitle {
  margin: 5rem auto 30px;
}
#wrapper.yokogaki #novel .inner .titlebox h1.episodetitle span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(86%, transparent), color-stop(86%, #212121), color-stop(92%, #212121), color-stop(92%, transparent), color-stop(98%, transparent), color-stop(98%, #212121));
  background: linear-gradient(to bottom, transparent 86%, #212121 86%, #212121 92%, transparent 92%, transparent 98%, #212121 98%);
  padding: 0 0 2px;
}
#wrapper.yokogaki #novel .inner #text {
  padding: 60px 0 120px;
  width: 90%;
  max-width: 750px;
}
#wrapper.yokogaki #novel .inner #text p:not(:last-of-type) {
  margin-bottom: 2rem;
}
#wrapper.yokogaki #novel .inner nav.readnavi {
  border-width: 2px 0 2px;
}
#wrapper.yokogaki #novel .inner nav.readnavi::before {
  border-width: 1px 0;
  width: 100%;
  height: calc(100% - 4px);
  top: 2px;
  left: 0;
}
#wrapper.yokogaki #novel .inner nav.readnavi.read-prev a span.prevnext:after {
  width: 3rem;
  height: 1px;
}
#novel_head.tategaki {
  right: 0;
  height: 100%;
}
#novel_head.tategaki::before {
  height: 100%;
  width: 1px;
  left: 2px;
  bottom: 0;
}
#novel_head.tategaki.shrink {
  -webkit-transform: translateX(52px);
          transform: translateX(52px);
}
#novel_head.tategaki #head_inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  height: 90vh;
}
#novel_head.tategaki #head_inner #close {
  padding-bottom: 1rem;
}
#novel_head.tategaki #head_inner #close:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
#wrapper.tategaki #novel {
  line-height: 2.4;
  overflow: hidden;
  position: relative;
}
#wrapper.tategaki #novel .inner {
  height: 100%;
  overflow: auto;
  margin: 0 auto;
  width: 100%;
  padding-top: 75px;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
  _writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  /* IE用      */
  -moz-writing-mode: vertical-rl;
  /* firefox用 */
  -webkit-writing-mode: vertical-rl;
  /* chrome用  */
  -o-writing-mode: vertical-rl;
  /* opera用   */
}
@media (max-width: 768px) {
  #wrapper.tategaki #novel .inner {
    padding-top: 50px;
  }
}
#wrapper.tategaki #novel .inner .titlebox {
  padding: 5vh 5vh 5vh 10vh;
}
#wrapper.tategaki #novel .inner .titlebox p.chapterTitle {
  padding-left: 5rem;
}
#wrapper.tategaki #novel .inner .titlebox h1.episodetitle span {
  background: -webkit-gradient(linear, left top, right top, color-stop(86%, transparent), color-stop(86%, #212121), color-stop(92%, #212121), color-stop(92%, transparent), color-stop(98%, transparent), color-stop(98%, #212121));
  background: linear-gradient(to right, transparent 86%, #212121 86%, #212121 92%, transparent 92%, transparent 98%, #212121 98%);
  padding: 0 10px 0;
}
#wrapper.tategaki #novel .inner #text {
  padding: 5vh 0;
  padding-left: 10vw;
}
#wrapper.tategaki #novel .inner #text p:not(:last-of-type) {
  margin-left: 2rem;
}
#wrapper.tategaki #novel nav.readnavi {
  border-width: 0 2px 0;
}
#wrapper.tategaki #novel nav.readnavi::before {
  width: calc(100% - 4px);
  height: 100%;
  top: 0;
  left: 2px;
  border-width: 0 1px;
}
#wrapper.tategaki #novel nav.readnavi.read-prev a span.prevnext:after {
  width: 1px;
  height: 3rem;
  width: 1px;
}
nav.readnavi {
  line-height: 1.4;
  text-align: center;
  position: relative;
  border-color: #212121;
  border-style: solid;
}
nav.readnavi::before {
  content: "";
  border-color: #212121;
  border-style: solid;
  display: block;
  position: absolute;
  pointer-events: none;
}
nav.readnavi a {
  color: #212121;
  display: block;
  -webkit-transition: background-color 240ms, color 240ms;
  transition: background-color 240ms, color 240ms;
  position: relative;
  background: rgba(146, 115, 88, 0.25);
}
nav.readnavi a:hover {
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
  background: rgba(146, 115, 88, 0.4);
}
nav.readnavi a::before {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-transition: height 120ms;
  transition: height 120ms;
}
nav.readnavi a span.prevnext {
  color: #927358;
}
nav.readnavi a p {
  display: inline-block;
}
nav.readnavi.read-prev a {
  padding: 13px 10px;
}
nav.readnavi.read-prev a::before {
  top: 0;
}
nav.readnavi.read-prev a:hover::before {
  height: 100%;
}
nav.readnavi.read-prev a span.prevnext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.readnavi.read-prev a span.prevnext:after {
  content: "";
  display: inline-block;
  background: var(--menu-color);
}
nav.readnavi.read-next a {
  padding: 30px;
}
nav.readnavi.read-next a span.prevnext {
  display: block;
  color: var(--menu-color);
  margin-bottom: 1rem;
}
nav.readnavi.read-next a span.termname {
  display: block;
  margin-bottom: 1rem;
}
nav.readnavi.read-next a p {
  font-size: 2.2rem;
}

/*** 以下モーダル呼び出し用 ***/
#modal-open {
  display: inline-block;
  position: fixed;
  left: 2vw;
  bottom: 2vw;
  z-index: 5;
  font-size: 2.4rem;
  width: 40px;
  height: 40px;
}
#modal-open a {
  color: var(--menu-color);
  display: inline-block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 480ms;
  transition: color 480ms;
  border: 2px solid transparent;
  border-radius: 50px;
}
#modal-open a:hover {
  color: #3669a5;
}
#modal-open.ready a {
  -webkit-animation: shadow 1680ms 1 ease-in-out;
          animation: shadow 1680ms 1 ease-in-out;
}

@-webkit-keyframes shadow {
  0% {
    color: var(--menu-color);
  }
  50% {
    border-color: #3669a5;
    background: rgba(255, 255, 255, 0.6);
    color: #3669a5;
  }
  100% {
    color: var(--menu-color);
  }
}

@keyframes shadow {
  0% {
    color: var(--menu-color);
  }
  50% {
    border-color: #3669a5;
    background: rgba(255, 255, 255, 0.6);
    color: #3669a5;
  }
  100% {
    color: var(--menu-color);
  }
}
/*** 以下モーダル用CSS ***/
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal:target {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

/*** 以下モーダルの中身 ***/
.modal-wrapper {
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  z-index: 5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-wrapper .button {
  cursor: pointer;
}
.modal-wrapper p.title {
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #212121;
  line-height: 1;
  padding: 0 0 5px;
  white-space: nowrap;
}
.modal-wrapper p.title .button {
  font-size: 2.6rem;
  color: #212121;
}
.modal-wrapper p.title .modal-close {
  cursor: pointer;
}
.modal-wrapper #ui-container .item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: 20px;
}
.modal-wrapper #ui-container .item .item_title {
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 0 5px;
}
.modal-wrapper #ui-container .item .item_title::before {
  content: "■";
}
.modal-wrapper #ui-container .item ul.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  font-size: 4.5rem;
  line-height: 1;
}
.modal-wrapper #ui-container .item ul.switch li {
  color: #8d8d8d;
}
.modal-wrapper #ui-container .item ul.switch li.button {
  position: relative;
  border: 2px solid #8d8d8d;
  border-radius: 5px;
}
.modal-wrapper #ui-container .item ul.switch li.button::after {
  content: "";
  width: 100%;
  height: 0px;
  display: block;
  background: #8d8d8d;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 240ms;
  transition: height 240ms;
}
.modal-wrapper #ui-container .item ul.switch li.current {
  color: #3669a5;
  border: 2px solid #3669a5;
}
.modal-wrapper #ui-container .item ul.switch li.current::after {
  height: 4px;
  background: #3669a5;
}
.modal-wrapper #ui-container .item ul.switch li i {
  padding: 5px;
  display: inline-block;
}

/* Archives::NOVEL
========================================================================== */
#novel_index #novellist {
  max-width: 750px;
  width: 90%;
  margin: 50px auto 100px;
  position: relative;
  z-index: 2;
  --indexx-col: #553e2c;
}
@media (max-width: 768px) {
  #novel_index #novellist {
    margin: 7.3vw auto 14.7vw;
  }
}
#novel_index #novellist h3.indexx {
  color: var(--indexx-col);
  font-size: clamp(2rem, calc(2rem + ((1vw - 0.37rem) * 1.2766)), 2.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#novel_index #novellist h3.indexx span {
  margin: 0 2rem;
}
#novel_index #novellist h3.indexx i {
  position: relative;
  background-color: var(--indexx-col);
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
}
#novel_index #novellist h3.indexx i:last-of-type {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#novel_index #novellist h3.indexx i::before, #novel_index #novellist h3.indexx i::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 50%;
}
#novel_index #novellist h3.indexx i::before {
  background-color: var(--indexx-col);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: -5px;
}
#novel_index #novellist h3.indexx i::after {
  border: 2px solid var(--indexx-col);
  border-radius: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5px;
}
#novel_index #novellist h4 {
  margin: 3rem 0 2rem;
  font-size: clamp(2rem, calc(2rem + ((1vw - 0.37rem) * 0.8511)), 2.4rem);
}
#novel_index #novellist ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.37rem) * 0.4255)), 1.8rem);
}
@media (max-width: 480px) {
  #novel_index #novellist ul li {
    border-top: 1px dotted rgba(77, 77, 77, 0.5);
  }
  #novel_index #novellist ul li:last-of-type {
    border-bottom: 1px dotted rgba(77, 77, 77, 0.5);
  }
}
#novel_index #novellist ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212121;
  -webkit-transition: background 480ms;
  transition: background 480ms;
}
@media (max-width: 768px) {
  #novel_index #novellist ul li a {
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  #novel_index #novellist ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#novel_index #novellist ul li a:hover {
  background: rgba(146, 115, 88, 0.4);
}
#novel_index #novellist ul li a i {
  border-top: 1px dotted #4d4d4d;
  margin: 0 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  opacity: 0.5;
}
@media (max-width: 480px) {
  #novel_index #novellist ul li a i {
    display: none;
  }
}
#novel_index #novellist ul li a span.date {
  font-size: 1.4rem;
  color: #4d4d4d;
}
@media (max-width: 768px) {
  #novel_index #novellist ul li a span.date {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  #novel_index #novellist ul li a span.date {
    opacity: 0.7;
  }
}

/*----- WP CORE -----*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.lozad {
  opacity: 0;
  -webkit-transition: opacity 480ms;
  transition: opacity 480ms;
}
.lozad.loaded {
  opacity: 1;
}

@-webkit-keyframes GradietionAnimation {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}

@keyframes GradietionAnimation {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}