@charset "UTF-8";
/*
Theme Name: EPJ
Description: EPJ
Author:EPJ
*/
/* CSS Document */
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
 .less基本関数
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/*$includeVal:($innerWidth - 550) / $innerWidth * 100 * 0.5 * 1%;*/
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   ブレイクポイント設定
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:300,700");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap");
.breakpoint {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: fixed;
  bottom: 0px;
  left: 0px; }

/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   スクロールライン設定
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
.topLine {
  position: fixed;
  top: 0%;
  right: 0px;
  height: 1px;
  background-color: #000;
  width: 100px;
  opacity: 0;
  z-index: 100; }

.halfLine {
  position: fixed;
  top: 50%;
  right: 0px;
  height: 1px;
  background-color: #000;
  width: 100px;
  opacity: 0;
  z-index: 100; }

.endLine {
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 1px;
  background-color: #000;
  width: 100px;
  opacity: 0;
  z-index: 100; }

/*IE用にobject-fitのフォロー*/
.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/ }

/*ブロック要素の天地中央*/
/*ブロック要素の天地中央のクリア*/
/*ボックスシャドウ*/
/*ブラー*/
/*角丸*/
/*cssアニメーション効果*/
/*cssアニメーション解除*/
/*cssアニメーション効果(ease)*/
/*cssアニメーション効果(fast)*/
/*inline-blockのリスト*/
/*aタグタグ詳細設定関数　
.linkConfig(通常時文字色;ホーバー時文字色;false;true);
*/
/*/////////////////
フォームのパーツ関連
/////////////////*/
/*ドロップダウンメニュー*/
/*ラジオボタン&チェックボックス*/
/*フォーカスした際のミックスイン*/
/*ボタン作成
$color
文字色、矢印色
$arrowRotate
45deg→右向き
135deg→下向き
false→矢印なし
$bgColor
背景色
$borderWidth
*/
/*
$flipSpan:item内にまとめる個数、
$liMargin:li同士のマージン,
$horigen:横一列の個数、
$pointer:ポインターの有無(bool);

*/
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   オリジナル
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/* //////////////// アニメーション //////////////// */
/* ======================================== */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* ======================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }

@keyframes bgiLoop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1033px 0px; } }

@keyframes iconScale {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }

@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(40px);
    opacity: 0; } }

@keyframes introduction {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }

@keyframes zoomOut {
  from {
    opacity: 0;
    transform: scale(1.2); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes scrollCtr {
  from {
    overflow: hidden; }
  to {
    overflow: scroll; } }

@keyframes hideContent {
  from {
    opacity: 0;
    max-height: 0em; }
  to {
    opacity: 1;
    max-height: 1000em; } }

@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-10px); }
  30% {
    transform: translateY(0); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

@keyframes rotateIn {
  from {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: bottom left; }
  to {
    opacity: 1;
    -webkit-transform: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: bottom left; } }

@keyframes rotateOut {
  from {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: bottom left; }
  to {
    opacity: 0;
    -webkit-transform: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: bottom left; } }

/*////////////////////
アイコンのアニメーション設定
////////////////////*/
/*webサイト*/
/*システム*/
/*サーバー*/
/*アプリ*/
/*PR*/
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   webフォント関数
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/* ===================================================================
CSS information
 style info :リセット及びbody初期設定 (このCSSは通常変更しない)
=================================================================== */
/* reset */
html {
  font-size: 62.5%;
  /* フォントの基準値を10pxに指定*/ }

body, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

legend {
  display: none; }

input, button, select, textarea {
  font-size: 1.4rem;
  color: inherit;
  margin: 0; }
  input:focus, button:focus, select:focus, textarea:focus {
    outline: 0;
    border: 2px solid #000; }

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]:focus {
  outline-offset: -2px; }

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

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

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

input[type=text] {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-border-radius: 0px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  border-radius: 0;
  -webkit-border-radius: 0px;
  border: 1px solid #000; }

#access_article_S span {
  font-size: 100%; }

section {
  border: 0; }

a {
  outline: none; }

.right {
  list-style-type: none; }

/* HTML5要素ブロック化 */
header, nav, section, article, aside, footer, address {
  display: block; }

p {
  word-wrap: break-word; }

/* default */
/*body {
	background: #fff;
	color: #333333;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.4;
}*/
body {
  background: #FFF;
  color: #000;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.8; }

html, body {
  height: 100%; }

/* IE6 base font */
* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

#customPage img {
  border-style: none;
  width: 100%; }

#fb-root {
  display: none; }

/* CSS Document */
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
 
全サイト共通部分

  ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/*
一般設定
----------------------------------------
*/
ul {
  list-style-type: none; }

/*
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../font/HelveticaNeueLTStd-Md.otf') format('opentype');
}
@font-face {
  font-family: 'HelveticaNeue';
  font-weight: bold;
  src: url('../font/HelveticaNeueLTStd-BdCn.otf') format('opentype');
}
*/
/*
背景設定
----------------------------------------
*/
html.noscroll {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/*
テキスト&埋め込みテキスト設定
----------------------------------------
*/
body {
  font-size: 1.3em;
  /* 13px */ }

body {
  /*-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;*/ }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none; }

svg {
  width: 100%;
  height: 100%; }

img {
  width: 100%;
  vertical-align: bottom; }

/*
loadingオーバーレイ
----------------------------------------
*/
#loading_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  opacity: 1; }
  #loading_overlay > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0px;
    right: 0px;
    width: 32px !important; }
  #loading_overlay.loadingFinish {
    z-index: -10;
    opacity: 0; }

/* CSS Document */
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
 
ヘッダー、フッター、サイドバー共通部分

  ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/*
ヘッダー設定
----------------------------------------
*/
.funcMasking .front {
  position: absolute;
  z-index: 2;
  color: #444444; }
  .funcMasking .front a:link,
  .funcMasking .front a:visited {
    color: #444444; }
  .funcMasking .front svg {
    fill: #444444; }

.funcMasking .hide {
  position: absolute;
  z-index: 1; }
  .funcMasking .hide a:link,
  .funcMasking .hide a:visited {
    color: #3E3935; }
  .funcMasking .hide svg {
    fill: #3E3935; }

.funcMasking .base {
  position: relative;
  opacity: 0; }

/*
ナビゲーション設定
----------------------------------------
*/
.toggle_in {
  width: 40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0; }
  .toggle_in > div {
    height: 3px;
    width: 100%;
    background: #FFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .toggle_in > div.toggle_2 {
      margin: 8px 0; }

.navopend .toggle_in > div.toggle_2 {
  opacity: 0; }

.navopend .toggle_in > div.toggle_1 {
  -webkit-transform: translate(0, 11px) rotate(45deg);
  transform: translate(0, 11px) rotate(45deg); }

.navopend .toggle_in > div.toggle_3 {
  -webkit-transform: translate(0, -11px) rotate(-45deg);
  transform: translate(0, -11px) rotate(-45deg); }

/*
フッター設定
----------------------------------------
*/
br.point2 {
  display: none; }

br.point1 {
  display: none; }

br.basic {
  display: inline-block; }

.halfSwiper {
  /*1/2のswiper設定*/ }
  .halfSwiper .jobSwiper {
    position: relative; }
    .halfSwiper .jobSwiper .swiper-button {
      width: 40px;
      height: 40px;
      background-image: none;
      background-color: #333333; }
      .halfSwiper .jobSwiper .swiper-button:after {
        content: "";
        display: block;
        width: 30%;
        height: 30%;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        margin: auto;
        position: absolute;
        top: 35%;
        left: 25%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .halfSwiper .jobSwiper .swiper-button.swiper-button-prev {
        left: calc(-60px);
        transform: scale(-1, 1); }
      .halfSwiper .jobSwiper .swiper-button.swiper-button-next {
        right: calc(-60px); }
      @media screen and (max-width: 1170px) {
        .halfSwiper .jobSwiper .swiper-button.swiper-button-prev {
          left: calc(10px); }
        .halfSwiper .jobSwiper .swiper-button.swiper-button-next {
          right: calc(10px); } }

.quarterSwiper {
  /*1/4のswiper設定*/ }
  .quarterSwiper .jobSwiper {
    position: relative; }
    .quarterSwiper .jobSwiper .swiper-slide:after {
      content: "";
      clear: both;
      height: 0px;
      visibility: hidden;
      display: block; }
    .quarterSwiper .jobSwiper .swiper-slide > div {
      float: left;
      padding: 0px 0px 0px 0px;
      width: calc(100%);
      position: relative;
      text-align: left; }
      .quarterSwiper .jobSwiper .swiper-slide > div img {
        vertical-align: bottom;
        margin-bottom: 20px; }
      .quarterSwiper .jobSwiper .swiper-slide > div p {
        font-weight: bold;
        font-size: 1.2em;
        line-height: 1.2em; }

/*//////////////////////////////////////////
////////////////////////////////////////////
point1////////////////////////////////
////////////////////////////////////////////
//////////////////////////////////////////*/
/*//////////////////////////////////////////
////////////////////////////////////////////
point2////////////////////////////////
////////////////////////////////////////////
//////////////////////////////////////////*/
/* CSS Document */
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   ブレイクポイント変数
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
 
オリジナル要素

  ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/*
コンテナ設定
----------------------------------------
*/
html {
  height: 100%; }

body {
  top: 0px;
  /*ティザーページ*/
  position: relative;
  width: 100%;
  font-size: 1.3rem;
  color: #000544;
  -webkit-text-size-adjust: 100%; }
  body .fadeInUp {
    opacity: 0; }
    body .fadeInUp.visible {
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp;
      animation-fill-mode: forwards;
      /*animation-timing-function: ease-in;*/
      animation-duration: 0.5s;
      animation-delay: 0.1s; }
  body .headerBottomLine {
    position: fixed;
    top: calc(80 * 1px); }
  body.teather {
    background-color: #FFF; }
    body.teather #wrapper {
      margin-top: 60px;
      width: calc(100% - 20px * 2);
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px;
      margin-bottom: 60px; }
      body.teather #wrapper > .logo {
        padding: 30px 30px;
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        margin-bottom: 40px; }
      body.teather #wrapper h5 {
        text-align: center;
        font-size: 2.2rem;
        margin-bottom: 40px; }
      body.teather #wrapper section {
        text-align: center; }
        body.teather #wrapper section h4 {
          position: relative;
          display: inline-block;
          margin-left: auto;
          margin-right: auto;
          left: 0px;
          right: 0px;
          font-size: 1.6rem;
          margin-bottom: 20px; }
          body.teather #wrapper section h4:before, body.teather #wrapper section h4:after {
            content: "";
            display: block;
            width: 60px;
            height: 3px;
            background: #000;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: auto; }
          body.teather #wrapper section h4:before {
            left: -70px; }
          body.teather #wrapper section h4:after {
            right: -70px; }
        body.teather #wrapper section ul {
          width: 70%;
          margin-left: auto;
          margin-right: auto;
          left: 0px;
          right: 0px; }
          body.teather #wrapper section ul li {
            margin-bottom: 20px; }
        body.teather #wrapper section p a:link {
          text-decoration: underline; }
        body.teather #wrapper section p a:hover {
          text-decoration: none; }
    body.teather footer {
      text-align: center;
      background: #000;
      padding: 15px 0px; }
      body.teather footer p.copy {
        color: #FFF; }
  body header#sqexHeader-black_rsp img {
    vertical-align: baseline; }
  body header#orgHeader {
    width: 100%;
    height: calc(80 * 1px);
    position: fixed;
    background-color: #000;
    z-index: 10;
    left: 0px;
    padding: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: 0px; }
    body header#orgHeader.hidden {
      top: -100px; }
    body header#orgHeader .logos {
      width: 180px;
      left: 20px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: auto; }
      body header#orgHeader .logos a {
        display: block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        body header#orgHeader .logos a:link, body header#orgHeader .logos a:visited {
          opacity: 1; }
        body header#orgHeader .logos a:hover {
          opacity: 0.6; }
        body header#orgHeader .logos a.logo_logo_sqex {
          width: 90px;
          margin-bottom: 10px; }
        body header#orgHeader .logos a.logo_weareVanadiel {
          width: 110px; }
    body header#orgHeader .toggle_in {
      width: 40%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: auto;
      left: 0;
      right: 0; }
      body header#orgHeader .toggle_in > div {
        height: 3px;
        width: 100%;
        background: #FFF;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        body header#orgHeader .toggle_in > div.toggle_2 {
          margin: 8px 0; }
    body header#orgHeader .navopend .toggle_in > div.toggle_2 {
      opacity: 0; }
    body header#orgHeader .navopend .toggle_in > div.toggle_1 {
      -webkit-transform: translate(0, 11px) rotate(45deg);
      transform: translate(0, 11px) rotate(45deg); }
    body header#orgHeader .navopend .toggle_in > div.toggle_3 {
      -webkit-transform: translate(0, -11px) rotate(-45deg);
      transform: translate(0, -11px) rotate(-45deg); }
    body header#orgHeader > .toggle {
      width: calc(35px);
      height: calc(80 * 1px);
      display: block;
      opacity: 1;
      right: 20px;
      top: 0px;
      position: fixed;
      z-index: 100;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      body header#orgHeader > .toggle > div {
        width: 100%; }
      body header#orgHeader > .toggle .toggle_in > div {
        background: #FFF; }
  body.navopend header#orgHeader nav {
    right: 0%;
    overflow-y: scroll; }
  body.navopend header#orgHeader > .toggle .toggle_in > div {
    background-color: #FFF; }
  body header#orgHeader nav {
    width: 100%;
    height: 100vh;
    right: -100%;
    position: fixed;
    top: calc(0px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(68, 68, 68, 0.9); }
    body header#orgHeader nav > div.lang {
      text-align: center;
      padding-top: 20px;
      display: none; }
      body header#orgHeader nav > div.lang > p {
        color: #FFF;
        font-size: 1.8rem;
        font-family: 'Josefin Sans', sans-serif;
        margin-bottom: 10px; }
      body header#orgHeader nav > div.lang > div {
        display: flex;
        justify-content: center; }
        body header#orgHeader nav > div.lang > div a {
          display: block;
          margin-right: 20px;
          color: #FFF;
          font-family: 'Josefin Sans', sans-serif;
          font-size: 1.6rem;
          font-weight: bold;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          body header#orgHeader nav > div.lang > div a:link, body header#orgHeader nav > div.lang > div a:visited {
            opacity: 1; }
          body header#orgHeader nav > div.lang > div a:hover {
            opacity: 0.6; }
          body header#orgHeader nav > div.lang > div a:last-of-type {
            margin-right: 0px; }
          body header#orgHeader nav > div.lang > div a span {
            font-size: 2.2rem; }
    body header#orgHeader nav > div.nav {
      padding: 60px 0px 0px 0px; }
      body header#orgHeader nav > div.nav ul li {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 20px;
        color: #FFF;
        font-weight: bold; }
        body header#orgHeader nav > div.nav ul li a {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          body header#orgHeader nav > div.nav ul li a:link, body header#orgHeader nav > div.nav ul li a:visited {
            opacity: 1; }
          body header#orgHeader nav > div.nav ul li a:hover {
            opacity: 0.6; }
          body header#orgHeader nav > div.nav ul li a:link, body header#orgHeader nav > div.nav ul li a:hover, body header#orgHeader nav > div.nav ul li a:visited {
            color: #FFF; }
        body header#orgHeader nav > div.nav ul li > ol.submenu {
          list-style-type: none;
          margin: 0;
          max-height: 0;
          overflow: hidden;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          body header#orgHeader nav > div.nav ul li > ol.submenu > li {
            font-size: 1.4rem;
            line-height: 1.4rem;
            margin-top: 15px;
            margin-bottom: 0px; }
        body header#orgHeader nav > div.nav ul li.active > ol.submenu {
          max-height: 300px; }
    body header#orgHeader nav > div.snsLink {
      position: relative;
      padding-bottom: 120px;
      left: 0px;
      right: 0px;
      margin: auto;
      display: flex;
      justify-content: center; }
      body header#orgHeader nav > div.snsLink a {
        width: 50px;
        height: 50px;
        display: flex;
        border: 3px solid #DDDDDD;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        font-size: 3rem;
        background-color: #FFF;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        body header#orgHeader nav > div.snsLink a:link, body header#orgHeader nav > div.snsLink a:visited {
          opacity: 1; }
        body header#orgHeader nav > div.snsLink a:hover {
          opacity: 0.6; }
        body header#orgHeader nav > div.snsLink a.twitter:link, body header#orgHeader nav > div.snsLink a.twitter:hover, body header#orgHeader nav > div.snsLink a.twitter:visited {
          color: #1D9BF0; }
        body header#orgHeader nav > div.snsLink a.youtube:link, body header#orgHeader nav > div.snsLink a.youtube:hover, body header#orgHeader nav > div.snsLink a.youtube:visited {
          color: #FF0000; }
        body header#orgHeader nav > div.snsLink a:last-of-type {
          margin-right: 0px; }
  body header#orgHeader.hidden + .lang {
    top: 37px; }
  body .lang {
    text-align: left;
    padding-top: 0px;
    position: fixed;
    top: 80px;
    right: 0px;
    background-color: #000;
    z-index: 9;
    padding: 3px 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    body .lang > p {
      color: #FFF;
      font-size: 1.1rem;
      font-family: 'Josefin Sans', sans-serif;
      margin-bottom: 5px;
      line-height: 1; }
    body .lang > div {
      display: flex;
      justify-content: center; }
      body .lang > div a {
        display: block;
        margin-right: 5px;
        color: #FFF;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 1.1rem;
        font-weight: bold;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        body .lang > div a:link, body .lang > div a:visited {
          opacity: 1; }
        body .lang > div a:hover {
          opacity: 0.6; }
        body .lang > div a:last-of-type {
          margin-right: 0px; }
        body .lang > div a span {
          font-size: 2.2rem; }
  body .thumbnail_ver2 > li {
    position: relative;
    margin-bottom: 40px; }
    body .thumbnail_ver2 > li a {
      display: block;
      position: relative; }
      body .thumbnail_ver2 > li a > p {
        margin-bottom: 10px;
        position: relative; }
        body .thumbnail_ver2 > li a > p:hover:after {
          right: 0px;
          bottom: 0px; }
        body .thumbnail_ver2 > li a > p img {
          position: relative;
          z-index: 2;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
        body .thumbnail_ver2 > li a > p:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          display: block;
          background-color: #000;
          right: -5px;
          bottom: -5px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
      body .thumbnail_ver2 > li a > div {
        color: #666; }
        body .thumbnail_ver2 > li a > div > h6 {
          display: inline-block;
          z-index: 2;
          position: relative;
          margin-bottom: 10px; }
          body .thumbnail_ver2 > li a > div > h6 span {
            position: relative;
            z-index: 2;
            font-size: 1.3rem; }
          body .thumbnail_ver2 > li a > div > h6:after {
            content: "";
            position: absolute;
            z-index: 1;
            bottom: 0px;
            left: 0px;
            display: block;
            width: 100%;
            height: 10px;
            background: linear-gradient(#FFD500, #FFAC2A); }
          body .thumbnail_ver2 > li a > div > h6.gallery:after {
            background: #f00; }
          body .thumbnail_ver2 > li a > div > h6.history:after {
            background: linear-gradient(#FFD500, #FFAC2A); }
        body .thumbnail_ver2 > li a > div > span {
          display: block;
          font-family: 'Josefin Sans', sans-serif;
          font-weight: bold;
          line-height: 1;
          margin-bottom: 5px; }
        body .thumbnail_ver2 > li a > div > p {
          font-size: 1.6rem; }
    body .thumbnail_ver2 > li.new a:after {
      content: "NEW";
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      background: linear-gradient(#FF6A6E, #FF151B);
      position: absolute;
      top: -20px;
      left: -20px;
      color: #FFF;
      font-family: 'Josefin Sans', sans-serif;
      font-weight: bold;
      line-height: 1;
      font-size: 1.1rem;
      z-index: 4; }
    body .thumbnail_ver2 > li.new a:before {
      content: "";
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      background: linear-gradient(#FF6A6E, #FF151B);
      position: absolute;
      top: -20px;
      left: -20px;
      -webkit-animation-name: iconScale;
      animation-name: iconScale;
      animation-duration: 1.8s;
      animation-iteration-count: infinite;
      z-index: 3; }
  body .thumbnail > li {
    position: relative;
    border: 1px solid #999999;
    margin-bottom: 40px;
    box-shadow: 2px 2px 4px gray;
    background-color: #000544; }
    body .thumbnail > li a {
      display: block;
      position: relative; }
      body .thumbnail > li a:hover > p {
        overflow: hidden; }
        body .thumbnail > li a:hover > p img {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          transform: scale(1.1); }
      body .thumbnail > li a > h5 {
        position: absolute;
        padding: 2px 6px;
        color: #666;
        background: linear-gradient(#FFD500, #FFAC2A);
        display: inline-block;
        top: -20px;
        right: 10px;
        font-size: 1.2rem;
        z-index: 2; }
        body .thumbnail > li a > h5.gallery {
          background: #f00; }
        body .thumbnail > li a > h5.history {
          background: linear-gradient(#FFD500, #FFAC2A); }
      body .thumbnail > li a > div {
        background-color: #000544;
        padding: 10px 10px; }
        body .thumbnail > li a > div > span {
          font-size: 1.2rem;
          color: #FFAC2A;
          font-weight: bold; }
        body .thumbnail > li a > div > p {
          color: #FFF; }
    body .thumbnail > li.new a:after {
      content: "NEW";
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      background: linear-gradient(#FF6A6E, #FF151B);
      position: absolute;
      top: -20px;
      left: -20px;
      color: #FFF;
      font-family: 'Josefin Sans', sans-serif;
      font-weight: bold;
      line-height: 1;
      font-size: 1.1rem;
      z-index: 3; }
    body .thumbnail > li.new a:before {
      content: "";
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      background: linear-gradient(#FF6A6E, #FF151B);
      position: absolute;
      top: -20px;
      left: -20px;
      -webkit-animation-name: iconScale;
      animation-name: iconScale;
      animation-duration: 1.8s;
      animation-iteration-count: infinite;
      z-index: 2; }
  body.index #wrapper section {
    position: relative; }
    body.index #wrapper section h4 {
      text-align: right;
      color: #BBB;
      font-size: 5rem;
      font-family: 'Cormorant Garamond', serif;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0.2rem;
      position: absolute;
      right: 0px;
      top: 25px; }
    body.index #wrapper section h5 b {
      font-size: 3.2rem;
      line-height: 3.2rem; }
  body #wrapper {
    /*padding-top:calc(80 * 1px);*/
    /*セクションの一般設定*/ }
    body #wrapper section {
      padding: 60px 0px; }
      body #wrapper section h5 {
        text-align: center;
        margin-bottom: 60px; }
        body #wrapper section h5 b {
          display: block;
          font-size: 2.6rem;
          font-family: 'Cormorant Garamond', serif;
          font-weight: bold;
          line-height: 1;
          letter-spacing: 0.2rem;
          text-align: center; }
          body #wrapper section h5 b img {
            width: 80%;
            max-width: 450px; }
        body #wrapper section h5 p {
          margin-top: 10px;
          display: block;
          font-size: 1.4rem; }
      body #wrapper section > div {
        width: calc(100% - 20px * 2);
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px; }
    body #wrapper .mainVis {
      position: relative;
      overflow: hidden; }
      body #wrapper .mainVis .visual > div {
        position: relative;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        margin-bottom: 20px;
        display: none; }
        body #wrapper .mainVis .visual > div .logo_19th {
          position: absolute;
          width: 70px;
          bottom: -80px;
          left: -50px; }
      body #wrapper .mainVis .visual > b {
        display: block;
        position: relative;
        z-index: 3; }
        body #wrapper .mainVis .visual > b img {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
      body #wrapper .mainVis > .logo_19th {
        width: 90px;
        position: absolute;
        top: 10px;
        left: 20px; }
      body #wrapper .mainVis > .fadeInUp {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: bold;
        color: #000544;
        font-size: 1.6rem;
        position: relative;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 3;
        text-align: center;
        animation-name: scroll;
        animation-duration: 2.2s;
        animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
        animation-iteration-count: infinite; }
      body #wrapper .mainVis .banner {
        display: flex;
        flex-wrap: wrap;
        width: 70%;
        max-width: 350px;
        justify-content: space-between;
        position: relative;
        margin: auto;
        z-index: 3; }
        body #wrapper .mainVis .banner li {
          width: calc((100% - 20px) / 2);
          margin-bottom: 10px; }
          body #wrapper .mainVis .banner li a {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
            body #wrapper .mainVis .banner li a:link, body #wrapper .mainVis .banner li a:visited {
              opacity: 1; }
            body #wrapper .mainVis .banner li a:hover {
              opacity: 0.6; }
      body #wrapper .mainVis > .bgslide {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1; }
        body #wrapper .mainVis > .bgslide li img {
          width: 250%; }
      body #wrapper .mainVis:after {
        content: "";
        display: block;
        background: linear-gradient(to top, white 8%, rgba(255, 255, 255, 0.6) 100%);
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 2; }
    body #wrapper section.top_swiper {
      padding-bottom: 100px; }
      body #wrapper section.top_swiper .swiper-pagination {
        width: 100%;
        text-align: center;
        position: relative; }
        body #wrapper section.top_swiper .swiper-pagination .swiper-pagination-bullet {
          margin-right: 5px;
          opacity: 1;
          width: 10px;
          height: 10px;
          border: 2px solid #333;
          background-color: rgba(0, 0, 0, 0);
          display: none; }
          body #wrapper section.top_swiper .swiper-pagination .swiper-pagination-bullet:last-of-type {
            margin-right: 0px; }
          body #wrapper section.top_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            border: none;
            width: 14px;
            height: 14px;
            background-color: rgba(0, 0, 0, 0);
            background-image: url("../images/bullet_dot.png");
            background-size: cover;
            opacity: 1;
            border-radius: 0px; }
      body #wrapper section.top_swiper .prev, body #wrapper section.top_swiper .next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3rem;
        z-index: 2; }
        body #wrapper section.top_swiper .prev:focus, body #wrapper section.top_swiper .next:focus {
          outline: none; }
        body #wrapper section.top_swiper .prev .fa, body #wrapper section.top_swiper .prev .fas, body #wrapper section.top_swiper .next .fa, body #wrapper section.top_swiper .next .fas {
          font-weight: 200; }
      body #wrapper section.top_swiper .prev {
        left: 10px; }
      body #wrapper section.top_swiper .next {
        right: 10px; }
      body #wrapper section.top_swiper .carousel {
        width: calc(100% - 0px * 2);
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        overflow: hidden;
        padding-top: 30px; }
        body #wrapper section.top_swiper .carousel .swiper-slide {
          max-width: calc(100%);
          position: relative; }
          body #wrapper section.top_swiper .carousel .swiper-slide.swiper-slide-active.update a:after, body #wrapper section.top_swiper .carousel .swiper-slide.swiper-slide-active.update a:before {
            display: flex; }
          body #wrapper section.top_swiper .carousel .swiper-slide.update a:after {
            content: "UPDATE";
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            background: linear-gradient(#FFD500, #FFAC2A);
            position: absolute;
            top: -20px;
            left: 0px;
            color: #666;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: bold;
            line-height: 1;
            font-size: 1.1rem;
            display: none;
            z-index: 3; }
          body #wrapper section.top_swiper .carousel .swiper-slide.update a:before {
            content: "";
            display: block;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            background: linear-gradient(#FFD500, #FFAC2A);
            position: absolute;
            top: -20px;
            left: 0px;
            -webkit-animation-name: iconScale;
            animation-name: iconScale;
            animation-duration: 1.8s;
            animation-iteration-count: infinite;
            display: none;
            z-index: 2; }
          body #wrapper section.top_swiper .carousel .swiper-slide.new a:after {
            content: "NEW";
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            background: linear-gradient(#FF6A6E, #FF151B);
            position: absolute;
            top: -20px;
            left: 0px;
            color: #FFF;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: bold;
            line-height: 1;
            font-size: 1.1rem;
            z-index: 4; }
          body #wrapper section.top_swiper .carousel .swiper-slide.new a:before {
            content: "";
            display: block;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            background: linear-gradient(#FF6A6E, #FF151B);
            position: absolute;
            top: -20px;
            left: 0px;
            -webkit-animation-name: iconScale;
            animation-name: iconScale;
            animation-duration: 1.8s;
            animation-iteration-count: infinite;
            z-index: 3; }
          body #wrapper section.top_swiper .carousel .swiper-slide > a:hover > div > div.image {
            overflow: hidden; }
            body #wrapper section.top_swiper .carousel .swiper-slide > a:hover > div > div.image img {
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transition: all 0.3s;
              transition: all 0.3s;
              transform: scale(1.1); }
          body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material {
            background-color: rgba(0, 0, 0, 0.6);
            color: #FFF;
            position: absolute;
            bottom: 0px;
            left: 0px;
            padding: 10px 10px 5px 10px;
            width: calc(100% - 10px * 2); }
            body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material > span {
              display: block;
              font-size: 1rem;
              font-family: 'Josefin Sans', sans-serif;
              font-weight: bold;
              line-height: 1;
              margin-bottom: 5px; }
            body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material > b {
              display: block;
              font-size: 1.2rem;
              line-height: 1;
              margin-bottom: 5px; }
            body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material > strong {
              display: block;
              font-size: 1.2rem;
              line-height: 1;
              margin-bottom: 5px; }
            body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material > p {
              font-size: 1rem;
              ine-height: 1.4; }
    body #wrapper section.update h5 {
      margin-bottom: 40px; }
    body #wrapper section.update ul li {
      display: block;
      text-align: left;
      margin-bottom: 15px; }
      body #wrapper section.update ul li:last-of-type {
        margin-bottom: 0px; }
      body #wrapper section.update ul li a {
        display: block; }
        body #wrapper section.update ul li a:link p {
          text-decoration: underline; }
        body #wrapper section.update ul li a:hover p {
          text-decoration: none; }
        body #wrapper section.update ul li a span {
          font-weight: bold;
          display: block; }
        body #wrapper section.update ul li a p {
          display: block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
    body #wrapper section.mainContents > div > ul > li h4 {
      display: block;
      font-size: 3.2rem;
      font-family: 'Cormorant Garamond', serif;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0.2rem;
      text-align: center;
      margin-bottom: 15px; }
    body #wrapper section.mainContents > div > ul > li a {
      display: block;
      position: relative;
      border: 1px solid #999999;
      margin-bottom: 40px;
      box-shadow: 2px 2px 4px gray;
      background-color: #000544; }
      body #wrapper section.mainContents > div > ul > li a > h5 {
        position: absolute;
        padding: 3px 10px;
        color: #666;
        background: linear-gradient(#FFD500, #FFAC2A);
        display: inline-block;
        top: -20px;
        right: 10px;
        font-size: 1.4rem;
        z-index: 2; }
        body #wrapper section.mainContents > div > ul > li a > h5.gallery {
          background: #f00; }
        body #wrapper section.mainContents > div > ul > li a > h5.history {
          background: linear-gradient(#FFD500, #FFAC2A); }
      body #wrapper section.mainContents > div > ul > li a > div {
        background-color: #000544;
        padding: 10px 10px; }
        body #wrapper section.mainContents > div > ul > li a > div > span {
          font-size: 1.2rem;
          color: #FFAC2A;
          font-weight: bold; }
        body #wrapper section.mainContents > div > ul > li a > div > p {
          color: #FFF; }
      body #wrapper section.mainContents > div > ul > li a:hover > p {
        overflow: hidden; }
        body #wrapper section.mainContents > div > ul > li a:hover > p img {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          transform: scale(1.1); }
    body #wrapper section.mainContents > div > ul > li.update a:after {
      content: "UPDATE";
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      background: linear-gradient(#FFD500, #FFAC2A);
      position: absolute;
      top: -20px;
      left: -20px;
      color: #666;
      font-family: 'Josefin Sans', sans-serif;
      font-weight: bold;
      line-height: 1;
      font-size: 1.1rem;
      z-index: 3; }
    body #wrapper section.mainContents > div > ul > li.update a:before {
      content: "";
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      background: linear-gradient(#FFD500, #FFAC2A);
      position: absolute;
      top: -20px;
      left: -20px;
      -webkit-animation-name: iconScale;
      animation-name: iconScale;
      animation-duration: 1.8s;
      animation-iteration-count: infinite;
      z-index: 2; }
    body #wrapper section.timeline > div > .attachMaterial {
      display: block; }
      body #wrapper section.timeline > div > .attachMaterial.fixed + .material {
        position: fixed;
        top: 80px;
        left: 0px;
        width: calc(100% - 20px * 2);
        padding: 0px 20px 20px 20px; }
    body #wrapper section.timeline > div > .material {
      text-align: center;
      position: relative;
      z-index: 5;
      background-color: rgba(255, 255, 255, 0.6); }
      body #wrapper section.timeline > div > .material > b {
        display: block;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 2rem; }
      body #wrapper section.timeline > div > .material ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        body #wrapper section.timeline > div > .material ul li {
          position: relative;
          display: flex;
          flex-wrap: wrap;
          text-align: center;
          margin-bottom: 5px;
          width: calc((100% - 10px * 1) / 2);
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          box-shadow: 2px 2px 4px gray;
          cursor: pointer;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          body #wrapper section.timeline > div > .material ul li:link, body #wrapper section.timeline > div > .material ul li:visited {
            opacity: 1; }
          body #wrapper section.timeline > div > .material ul li:hover {
            opacity: 0.6; }
          body #wrapper section.timeline > div > .material ul li.year {
            background: linear-gradient(#666, #000); }
            body #wrapper section.timeline > div > .material ul li.year:after {
              content: "\f078";
              font: var(--fa-font-solid);
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              margin: auto;
              font-weight: 900;
              right: 10px;
              color: #FFF;
              z-index: 1; }
          body #wrapper section.timeline > div > .material ul li.vana {
            background-color: #17BDFF; }
          body #wrapper section.timeline > div > .material ul li.player {
            background-color: #FF15B1; }
          body #wrapper section.timeline > div > .material ul li.involved {
            background-color: #FF911A; }
          body #wrapper section.timeline > div > .material ul li select {
            display: block;
            width: calc(100%);
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px;
            background-color: rgba(0, 0, 0, 0);
            border: none;
            color: #FFF;
            padding: 0px 10px;
            font-size: 1.2rem;
            position: relative;
            z-index: 2;
            cursor: pointer; }
            body #wrapper section.timeline > div > .material ul li select option {
              color: #FFF;
              background-color: black; }
          body #wrapper section.timeline > div > .material ul li label {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px;
            display: block;
            position: relative;
            display: flex;
            align-items: center; }
            body #wrapper section.timeline > div > .material ul li label input[type="checkbox"] {
              opacity: 0;
              display: block;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0px;
              left: 0px;
              cursor: pointer; }
              body #wrapper section.timeline > div > .material ul li label input[type="checkbox"]:checked + p:after {
                content: "\f00c";
                font: var(--fa-font-solid);
                font-weight: 900;
                color: #000;
                font-size: 1.2rem;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                margin: auto;
                left: 10px; }
            body #wrapper section.timeline > div > .material ul li label p {
              color: #FFF;
              padding: 3px 10px 3px 25px;
              font-size: 1.2rem;
              font-weight: bold;
              width: 100%; }
              body #wrapper section.timeline > div > .material ul li label p:before {
                width: 8px;
                height: 8px;
                content: "";
                background-color: #FFF;
                display: inline-block;
                margin-right: 5px;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                margin: auto;
                left: 10px; }
    body #wrapper section.timeline > div > .history {
      padding-top: 60px;
      margin-bottom: 60px;
      position: relative; }
      body #wrapper section.timeline > div > .history:after {
        content: "";
        border-left: 2px solid #333;
        position: absolute;
        display: block;
        top: 60px;
        left: 11px;
        height: calc(100%);
        z-index: 2; }
      body #wrapper section.timeline > div > .history > ul {
        position: relative; }
        body #wrapper section.timeline > div > .history > ul:last-of-type {
          margin-bottom: 0px; }
        body #wrapper section.timeline > div > .history > ul > div.month {
          background-color: #333;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          display: flex;
          position: absolute;
          z-index: 3;
          top: -20px;
          left: -10px;
          justify-content: center;
          align-items: center;
          color: #FFF;
          width: 45px;
          height: 45px; }
          body #wrapper section.timeline > div > .history > ul > div.month > div {
            font-family: 'Josefin Sans', sans-serif;
            text-align: center; }
            body #wrapper section.timeline > div > .history > ul > div.month > div b {
              display: block;
              font-size: 1rem;
              line-height: 1; }
            body #wrapper section.timeline > div > .history > ul > div.month > div span {
              display: block;
              font-size: 1.5rem;
              line-height: 0.6;
              margin-top: 3px; }
        body #wrapper section.timeline > div > .history > ul > li {
          color: #333;
          box-shadow: 2px 2px 4px gray;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          background-color: #FFF;
          padding: 20px 20px 45px 20px;
          position: relative;
          text-align: left;
          margin-bottom: 40px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          body #wrapper section.timeline > div > .history > ul > li.vana {
            border: 3px solid #17BDFF; }
            body #wrapper section.timeline > div > .history > ul > li.vana > div span.category {
              background-color: #17BDFF; }
          body #wrapper section.timeline > div > .history > ul > li.player {
            border: 3px solid #FF15B1; }
            body #wrapper section.timeline > div > .history > ul > li.player > div span.category {
              background-color: #FF15B1; }
          body #wrapper section.timeline > div > .history > ul > li.involved {
            background-color: #FF911A;
            color: #FFF; }
            body #wrapper section.timeline > div > .history > ul > li.involved > div > div > a {
              color: #FFF; }
          body #wrapper section.timeline > div > .history > ul > li.hidden {
            visibility: hidden;
            height: 0px;
            padding: 0;
            margin: 0; }
          body #wrapper section.timeline > div > .history > ul > li > div p.date {
            font-size: 1.2rem;
            display: block;
            margin-bottom: 10px;
            font-weight: bold; }
          body #wrapper section.timeline > div > .history > ul > li > div span.category {
            background-color: #333;
            padding: 3px 5px;
            color: #FFF;
            font-weight: bold;
            font-size: 1.2rem;
            margin-bottom: 10px;
            display: inline-block; }
          body #wrapper section.timeline > div > .history > ul > li > div h5 {
            text-align: left;
            display: block;
            font-size: 1.8rem;
            margin-bottom: 10px; }
          body #wrapper section.timeline > div > .history > ul > li > div article {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 20px; }
            body #wrapper section.timeline > div > .history > ul > li > div article > div.image {
              width: 80px;
              height: 80px;
              cursor: pointer; }
              body #wrapper section.timeline > div > .history > ul > li > div article > div.image .objectFit {
                object-fit: cover;
                width: 100%;
                height: 100%; }
              body #wrapper section.timeline > div > .history > ul > li > div article > div.image .media {
                display: none; }
              body #wrapper section.timeline > div > .history > ul > li > div article > div.image + div:last-of-type {
                width: calc(100% - 80px - 10px); }
            body #wrapper section.timeline > div > .history > ul > li > div article > div:last-of-type {
              width: calc(100%);
              font-size: 1.4rem;
              line-height: 1.8; }
          body #wrapper section.timeline > div > .history > ul > li > div > div {
            display: flex; }
            body #wrapper section.timeline > div > .history > ul > li > div > div > a {
              color: #333;
              display: flex;
              margin-right: 10px;
              font-size: 1.1rem;
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transition: all 0.3s;
              transition: all 0.3s;
              font-weight: bold; }
              body #wrapper section.timeline > div > .history > ul > li > div > div > a:link, body #wrapper section.timeline > div > .history > ul > li > div > div > a:visited {
                opacity: 1; }
              body #wrapper section.timeline > div > .history > ul > li > div > div > a:hover {
                opacity: 0.6; }
              body #wrapper section.timeline > div > .history > ul > li > div > div > a span {
                position: relative;
                text-align: center;
                margin-right: 3px; }
                body #wrapper section.timeline > div > .history > ul > li > div > div > a span:before {
                  content: "";
                  width: 18px;
                  height: 18px;
                  background-color: #FFF;
                  border: 1px solid #999;
                  display: block;
                  border-radius: 20px;
                  -webkit-border-radius: 20px;
                  -moz-border-radius: 20px; }
                body #wrapper section.timeline > div > .history > ul > li > div > div > a span:after {
                  position: absolute;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
                  transform: translateY(-50%);
                  margin: auto;
                  left: 0px;
                  right: 0px;
                  margin: auto;
                  font: var(--fa-font-solid);
                  font-weight: 900;
                  color: #000;
                  font-size: 1.1rem;
                  width: 100%; }
              body #wrapper section.timeline > div > .history > ul > li > div > div > a.hash > span:after {
                content: "\f292";
                color: #000; }
              body #wrapper section.timeline > div > .history > ul > li > div > div > a.tw > span:after {
                content: "\f099";
                font: var(--fa-font-brands);
                color: #1D9BF0; }
          body #wrapper section.timeline > div > .history > ul > li > div > .more {
            position: absolute;
            bottom: 10px;
            right: 20px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            cursor: pointer; }
            body #wrapper section.timeline > div > .history > ul > li > div > .more:link, body #wrapper section.timeline > div > .history > ul > li > div > .more:visited {
              opacity: 1; }
            body #wrapper section.timeline > div > .history > ul > li > div > .more:hover {
              opacity: 0.6; }
            body #wrapper section.timeline > div > .history > ul > li > div > .more i {
              font-size: 2rem; }
    body #wrapper section.timeline > div .nextYear {
      font-family: 'Josefin Sans', sans-serif;
      font-size: 2rem;
      font-weight: bold;
      position: relative; }
      body #wrapper section.timeline > div .nextYear a {
        border-bottom: 2px solid #000544; }
        body #wrapper section.timeline > div .nextYear a:hover {
          border-bottom: 0px; }
      body #wrapper section.timeline > div .nextYear i {
        font-size: 1.4rem;
        margin-left: 8px; }
    body #wrapper section.gallery_index .wallPaper {
      display: block;
      height: 384px;
      background: url("../images/gallery/wallPaper.jpg");
      background-size: 1033px;
      background-color: #000;
      background-repeat: repeat-x;
      animation: bgiLoop 50s linear infinite;
      margin-bottom: 60px; }
    body #wrapper section.gallery_season h4, body #wrapper section.gallery_detail h4 {
      text-align: center;
      margin-bottom: 60px; }
      body #wrapper section.gallery_season h4 span, body #wrapper section.gallery_detail h4 span {
        display: block;
        font-size: 1.6rem; }
      body #wrapper section.gallery_season h4 p, body #wrapper section.gallery_detail h4 p {
        display: block;
        font-size: 2.4rem; }
    body #wrapper section.gallery_season .masonry > div.item, body #wrapper section.gallery_detail .masonry > div.item {
      width: 100%;
      margin-bottom: 40px;
      box-shadow: 2px 2px 4px gray; }
      body #wrapper section.gallery_season .masonry > div.item a, body #wrapper section.gallery_detail .masonry > div.item a {
        display: block;
        width: 100%;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        body #wrapper section.gallery_season .masonry > div.item a:link, body #wrapper section.gallery_season .masonry > div.item a:visited, body #wrapper section.gallery_detail .masonry > div.item a:link, body #wrapper section.gallery_detail .masonry > div.item a:visited {
          opacity: 1; }
        body #wrapper section.gallery_season .masonry > div.item a:hover, body #wrapper section.gallery_detail .masonry > div.item a:hover {
          opacity: 0.6; }
        body #wrapper section.gallery_season .masonry > div.item a div, body #wrapper section.gallery_detail .masonry > div.item a div {
          position: relative; }
          body #wrapper section.gallery_season .masonry > div.item a div:after, body #wrapper section.gallery_detail .masonry > div.item a div:after {
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 2; }
        body #wrapper section.gallery_season .masonry > div.item a p, body #wrapper section.gallery_detail .masonry > div.item a p {
          font-size: 1.4rem;
          padding: 3px 10px;
          width: calc(100% - 10px * 2);
          color: #666;
          font-weight: bold;
          background: linear-gradient(#FFD500, #FFAC2A); }
    body #wrapper section.gallery_season .image, body #wrapper section.gallery_detail .image {
      position: relative;
      margin-bottom: 20px; }
      body #wrapper section.gallery_season .image:after, body #wrapper section.gallery_detail .image:after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 2; }
    body #wrapper section.gallery_season .credit, body #wrapper section.gallery_detail .credit {
      margin-bottom: 30px; }
      body #wrapper section.gallery_season .credit ul, body #wrapper section.gallery_detail .credit ul {
        margin-bottom: 20px; }
        body #wrapper section.gallery_season .credit ul li, body #wrapper section.gallery_detail .credit ul li {
          display: flex;
          flex-wrap: wrap; }
          body #wrapper section.gallery_season .credit ul li span, body #wrapper section.gallery_detail .credit ul li span {
            width: 120px; }
          body #wrapper section.gallery_season .credit ul li p, body #wrapper section.gallery_detail .credit ul li p {
            width: calc(100% - 120px); }
      body #wrapper section.gallery_season .credit > p, body #wrapper section.gallery_detail .credit > p {
        margin-bottom: 20px; }
      body #wrapper section.gallery_season .credit > span, body #wrapper section.gallery_detail .credit > span {
        display: block;
        width: 100%;
        text-align: center; }
    body #wrapper section.gallery_season .download, body #wrapper section.gallery_detail .download {
      text-align: center; }
      body #wrapper section.gallery_season .download .btn, body #wrapper section.gallery_detail .download .btn {
        background: linear-gradient(#666, #000);
        max-width: 150px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        text-align: center; }
        body #wrapper section.gallery_season .download .btn a, body #wrapper section.gallery_detail .download .btn a {
          display: block;
          padding: 10px;
          color: #FFF; }
    body #wrapper .articleVis {
      text-align: center; }
      body #wrapper .articleVis h1 {
        text-align: left;
        font-size: 2rem;
        width: calc(100% - 20px * 2);
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px; }
    body #wrapper section.article {
      padding-top: 30px;
      position: relative; }
      body #wrapper section.article article {
        margin-bottom: 80px; }
        body #wrapper section.article article a:link {
          text-decoration: underline; }
        body #wrapper section.article article a:hover {
          text-decoration: none; }
        body #wrapper section.article article h3 {
          display: flex;
          font-size: 2rem;
          margin-bottom: 20px; }
          body #wrapper section.article article h3:before {
            content: "";
            display: block;
            width: 10px;
            background: linear-gradient(#FFD500, #FFAC2A);
            margin-right: 10px; }
        body #wrapper section.article article p {
          font-size: 1.4rem;
          margin-bottom: 20px; }
          body #wrapper section.article article p img + span {
            font-size: 1.2rem; }
          body #wrapper section.article article p + span {
            margin-top: 10px;
            font-size: 1.2rem; }
        body #wrapper section.article article h4 {
          background: linear-gradient(#FFD500, #FFAC2A);
          padding: 3px 5px;
          color: #666;
          font-size: 1.6rem;
          margin-bottom: 20px; }
        body #wrapper section.article article .prof {
          margin-bottom: 30px; }
          body #wrapper section.article article .prof:after {
            content: "";
            clear: both;
            height: 0px;
            visibility: hidden;
            display: block; }
          body #wrapper section.article article .prof .profImg {
            float: left;
            width: 25%; }
          body #wrapper section.article article .prof .description {
            float: right;
            width: calc(100% - 20px - 25%);
            margin-bottom: 20px; }
            body #wrapper section.article article .prof .description b {
              font-size: 1.4rem;
              display: block;
              margin-bottom: 10px; }
            body #wrapper section.article article .prof .description p {
              font-size: 1.2rem; }
        body #wrapper section.article article .discuss ul {
          margin-bottom: 20px; }
          body #wrapper section.article article .discuss ul li {
            margin-bottom: 20px; }
            body #wrapper section.article article .discuss ul li:last-of-type {
              margin-bottom: 0px; }
            body #wrapper section.article article .discuss ul li > span {
              display: block;
              font-weight: bold; }
              body #wrapper section.article article .discuss ul li > span.red, body #wrapper section.article article .discuss ul li > span.green, body #wrapper section.article article .discuss ul li > span.everyone {
                margin-right: 20px;
                display: inline-block; }
              body #wrapper section.article article .discuss ul li > span.red {
                color: #F00; }
              body #wrapper section.article article .discuss ul li > span.green {
                color: #008000; }
              body #wrapper section.article article .discuss ul li > span.everyone {
                color: #FF911A; }
            body #wrapper section.article article .discuss ul li > b {
              display: inline-block;
              width: 40px;
              margin-right: 20px;
              position: relative;
              height: 1.2rem; }
              body #wrapper section.article article .discuss ul li > b:after {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                margin: auto;
                content: "";
                height: 2px;
                width: 40px;
                background-color: #000544; }
            body #wrapper section.article article .discuss ul li > p {
              display: inline;
              margin-bottom: 20px; }
        body #wrapper section.article article .youtube {
          margin-top: 80px;
          position: relative;
          max-width: 100%;
          margin-left: auto;
          margin-right: auto;
          left: 0px;
          right: 0px;
          padding-top: 56.25%;
          max-width: 580px;
          margin-left: auto;
          margin-right: auto;
          left: 0px;
          right: 0px; }
          body #wrapper section.article article .youtube iframe {
            position: absolute;
            top: 0;
            right: 0;
            width: 100% !important;
            height: 100% !important; }
        body #wrapper section.article article p.next {
          font-weight: bold;
          margin-top: 40px; }
      body #wrapper section.article .share {
        text-align: center; }
        body #wrapper section.article .share b {
          display: block;
          margin-bottom: 20px;
          font-size: 1.6rem; }
        body #wrapper section.article .share ul {
          width: 180px;
          text-align: center;
          margin-left: auto;
          margin-right: auto;
          left: 0px;
          right: 0px; }
          body #wrapper section.article .share ul li {
            display: inline-block;
            margin-right: 10px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
            body #wrapper section.article .share ul li:link, body #wrapper section.article .share ul li:visited {
              opacity: 1; }
            body #wrapper section.article .share ul li:hover {
              opacity: 0.6; }
            body #wrapper section.article .share ul li:last-of-type {
              margin-right: 0px; }
            body #wrapper section.article .share ul li i {
              font-size: 5rem;
              line-height: 1;
              background-color: #FFF; }
            body #wrapper section.article .share ul li.twitter i {
              color: #55ACEE; }
            body #wrapper section.article .share ul li.facebook i {
              color: #3B5998; }
            body #wrapper section.article .share ul li.line i {
              color: #1ED830; }
      body #wrapper section.article .fix_share {
        position: fixed;
        text-align: center;
        position: fixed;
        bottom: 0px;
        right: 0px;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 3px; }
        body #wrapper section.article .fix_share.absolute {
          position: absolute;
          bottom: 0px;
          right: 0px; }
        body #wrapper section.article .fix_share b {
          display: block;
          margin-bottom: 10px;
          font-size: 1rem; }
        body #wrapper section.article .fix_share ul {
          width: 90px;
          text-align: center;
          margin-left: auto;
          margin-right: auto;
          left: 0px;
          right: 0px; }
          body #wrapper section.article .fix_share ul li {
            display: inline-block;
            margin-right: 5px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
            body #wrapper section.article .fix_share ul li:link, body #wrapper section.article .fix_share ul li:visited {
              opacity: 1; }
            body #wrapper section.article .fix_share ul li:hover {
              opacity: 0.6; }
            body #wrapper section.article .fix_share ul li:last-of-type {
              margin-right: 0px; }
            body #wrapper section.article .fix_share ul li i {
              font-size: 2.4rem;
              line-height: 0.8;
              border-radius: 5px;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              background-color: #FFF; }
            body #wrapper section.article .fix_share ul li.twitter i {
              color: #55ACEE; }
            body #wrapper section.article .fix_share ul li.facebook i {
              color: #3B5998; }
            body #wrapper section.article .fix_share ul li.line i {
              color: #1ED830; }
    body #wrapper section.vanarium > div .vanarium_swiper .swiper-container {
      width: 100%;
      overflow: hidden;
      position: relative; }
      body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper {
        margin-bottom: 15px; }
        body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide {
          position: relative; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.all {
            background: linear-gradient(#88806A, #DDD6BA);
            padding-top: 164%; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.all > div {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              margin: auto;
              width: 100%; }
              body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.all > div div.main {
                width: 100%;
                position: relative; }
                body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.all > div div.main > p img {
                  width: 100%;
                  height: 100%;
                  object-fit: contain;
                  position: absolute;
                  top: 0px;
                  left: 0px; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.intro {
            background: linear-gradient(#88806A, #DDD6BA);
            padding-top: 145%; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.intro > div {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              margin: auto; }
              body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.intro > div div.main {
                position: relative;
                text-align: center; }
                body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.intro > div div.main > img {
                  width: 80%;
                  margin-left: auto;
                  margin-right: auto;
                  left: 0px;
                  right: 0px;
                  margin-bottom: 20px; }
                body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.intro > div div.main > p {
                  text-align: left;
                  width: calc(100% - 40px * 2);
                  margin-left: auto;
                  margin-right: auto;
                  left: 0px;
                  right: 0px;
                  font-family: 'Hina Mincho', 'Hiragino Kaku Gothic ProN W5', 'ヒラギノ角ゴ ProN W5', Meiryo, 'メイリオ', sans-serif;
                  color: #FFF; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium {
            background: linear-gradient(#88806A, #DDD6BA);
            padding: 0px 0px; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.cap {
              width: 40%;
              margin-left: auto;
              margin-right: 20px;
              max-width: 240px;
              margin-bottom: 20px; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.main {
              position: relative; }
              body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.main > img {
                width: 70px;
                position: absolute;
                bottom: 15px;
                right: 10px; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.title {
              width: calc(100% - 20px * 2);
              margin-left: auto;
              margin-right: auto;
              left: 0px;
              right: 0px;
              position: relative;
              padding-top: 31%; }
              body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.title > p {
                width: 100%;
                position: absolute;
                top: 0px;
                left: 0px; }
                body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.title > p img {
                  margin-bottom: 10px; }
                  body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.title > p img:last-of-type {
                    margin-bottom: 0px; }
      body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        top: 46%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3rem;
        z-index: 2;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev:focus, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next:focus {
          outline: none; }
        body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev .fa, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev .fas, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next .fa, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next .fas {
          font-weight: 200; }
        body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev.swiper-button-disabled, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next.swiper-button-disabled {
          display: none; }
        body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev:hover, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next:hover {
          transform: scale(1.5); }
      body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev {
        left: 10px; }
      body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next {
        right: 10px; }
      body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        bottom: 0px; }
        body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div {
          margin: 0px;
          margin-right: 5px;
          margin-bottom: 5px;
          border: 2px solid #999;
          width: calc(((100% - 5px * 9) / 10) - 2px * 2);
          height: auto;
          display: inline-block;
          border-radius: 0%;
          opacity: 0.3;
          background: linear-gradient(#88806A, #DDD6BA); }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div.swiper-pagination-bullet-active {
            opacity: 1; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div:nth-of-type(10n) {
            margin-right: 0px; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div > p {
            padding-top: 100%;
            position: relative; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div > p a {
              display: block;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0px; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div > p img {
              width: 100%;
              height: 100%;
              object-fit: contain;
              position: absolute;
              top: 0px;
              left: 0px; }
  body #sqexFooter img {
    width: auto; }
  body .modal {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 20;
    opacity: 0;
    overflow: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    body .modal:after {
      content: "";
      display: block;
      height: 20px; }
    body .modal > div {
      color: #333;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      margin-top: 60px;
      width: calc(100% - 40px * 2);
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px;
      background-color: #FFF;
      padding: 20px 20px 20px 20px;
      position: relative;
      text-align: left; }
      body .modal > div.vana {
        border: 3px solid #17BDFF; }
        body .modal > div.vana > div span.category {
          background-color: #17BDFF; }
      body .modal > div.player {
        border: 3px solid #FF15B1; }
        body .modal > div.player > div span.category {
          background-color: #FF15B1; }
      body .modal > div.involved {
        background-color: #FF911A;
        color: #FFF; }
        body .modal > div.involved > div > div > a {
          color: #FFF; }
      body .modal > div:last-of-type {
        margin-bottom: 100px; }
      body .modal > div > div p.date {
        font-size: 1.2rem;
        display: block;
        margin-bottom: 10px; }
      body .modal > div > div span.category {
        background-color: #333;
        padding: 3px 5px;
        color: #FFF;
        font-weight: bold;
        font-size: 1.2rem;
        margin-bottom: 10px;
        display: inline-block; }
      body .modal > div > div h5 {
        text-align: left;
        display: block;
        font-size: 1.8rem;
        margin-bottom: 10px; }
      body .modal > div > div article {
        margin-bottom: 20px; }
        body .modal > div > div article > div:first-of-type {
          width: 100%;
          margin-bottom: 20px; }
          body .modal > div > div article > div:first-of-type .youtube {
            position: relative;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px;
            padding-top: 56.25%; }
            body .modal > div > div article > div:first-of-type .youtube iframe {
              position: absolute;
              top: 0;
              right: 0;
              width: 100% !important;
              height: 100% !important; }
        body .modal > div > div article > div:last-of-type {
          width: calc(100%);
          font-size: 1.2rem;
          line-height: 1.6; }
      body .modal > div > div > div {
        display: flex; }
        body .modal > div > div > div > a {
          color: #333;
          display: flex;
          margin-right: 10px;
          font-size: 1.1rem;
          font-weight: bold;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          body .modal > div > div > div > a:link, body .modal > div > div > div > a:visited {
            opacity: 1; }
          body .modal > div > div > div > a:hover {
            opacity: 0.6; }
          body .modal > div > div > div > a span {
            position: relative;
            text-align: center;
            margin-right: 3px; }
            body .modal > div > div > div > a span:before {
              content: "";
              width: 18px;
              height: 18px;
              background-color: #FFF;
              border: 1px solid #DDD;
              display: block;
              border-radius: 20px;
              -webkit-border-radius: 20px;
              -moz-border-radius: 20px; }
            body .modal > div > div > div > a span:after {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              margin: auto;
              left: 0px;
              right: 0px;
              margin: auto;
              font: var(--fa-font-solid);
              font-weight: 900;
              color: #000;
              font-size: 1.1rem;
              width: 100%; }
          body .modal > div > div > div > a.hash > span:after {
            content: "\f292";
            color: #000; }
          body .modal > div > div > div > a.tw > span:after {
            content: "\f099";
            font: var(--fa-font-brands);
            color: #1D9BF0; }
      body .modal > div p.btnClose {
        position: absolute;
        top: -20px;
        right: 0px;
        display: block;
        width: 40px;
        height: 40px;
        background-color: #FFF;
        border: 2px solid #DDD;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        cursor: pointer; }
        body .modal > div p.btnClose span:after {
          text-align: center;
          content: "\f00d";
          font: var(--fa-font-solid);
          font-weight: 900;
          color: #000;
          font-size: 1.8rem;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          margin: auto;
          left: 0;
          right: 0;
          margin: auto; }
  @media screen and (min-width: 0px) {
    body {
      top: 0px;
      /*ティザーページ*/ }
      body .breakpoint {
        font-family: basic; }
      body .fadeInUp {
        opacity: 0; }
        body .fadeInUp.visible {
          -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
          animation-fill-mode: forwards;
          /*animation-timing-function: ease-in;*/
          animation-duration: 0.5s;
          animation-delay: 0.1s; }
      body .headerBottomLine {
        position: fixed;
        top: calc(80 * 1px); }
      body.teather {
        background-color: #FFF; }
        body.teather #wrapper {
          margin-top: 60px;
          width: calc(100% - 20px * 2);
          margin-left: auto;
          margin-right: auto;
          left: 0px;
          right: 0px;
          margin-bottom: 60px; }
          body.teather #wrapper > .logo {
            padding: 30px 30px;
            width: 65%;
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px;
            margin-bottom: 40px; }
          body.teather #wrapper h5 {
            text-align: center;
            font-size: 2.2rem;
            margin-bottom: 40px; }
          body.teather #wrapper section {
            text-align: center; }
            body.teather #wrapper section h4 {
              position: relative;
              display: inline-block;
              margin-left: auto;
              margin-right: auto;
              left: 0px;
              right: 0px;
              font-size: 1.6rem;
              margin-bottom: 20px; }
              body.teather #wrapper section h4:before, body.teather #wrapper section h4:after {
                content: "";
                display: block;
                width: 60px;
                height: 3px;
                background: #000;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                margin: auto; }
              body.teather #wrapper section h4:before {
                left: -70px; }
              body.teather #wrapper section h4:after {
                right: -70px; }
            body.teather #wrapper section ul {
              width: 70%;
              margin-left: auto;
              margin-right: auto;
              left: 0px;
              right: 0px; }
              body.teather #wrapper section ul li {
                margin-bottom: 20px; }
            body.teather #wrapper section p a:link {
              text-decoration: underline; }
            body.teather #wrapper section p a:hover {
              text-decoration: none; }
        body.teather footer {
          text-align: center;
          background: #000;
          padding: 15px 0px; }
          body.teather footer p.copy {
            color: #FFF; }
      body header#sqexHeader-black_rsp img {
        vertical-align: baseline; }
      body header#orgHeader {
        width: 100%;
        height: calc(80 * 1px);
        position: fixed;
        background-color: #000;
        z-index: 10;
        left: 0px;
        padding: 0px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        top: 0px; }
        body header#orgHeader.hidden {
          top: -100px; }
        body header#orgHeader .logos {
          width: 180px;
          left: 20px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          margin: auto; }
          body header#orgHeader .logos a {
            display: block;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
            body header#orgHeader .logos a:link, body header#orgHeader .logos a:visited {
              opacity: 1; }
            body header#orgHeader .logos a:hover {
              opacity: 0.6; }
            body header#orgHeader .logos a.logo_logo_sqex {
              width: 90px;
              margin-bottom: 10px; }
            body header#orgHeader .logos a.logo_weareVanadiel {
              width: 110px; }
        body header#orgHeader .toggle_in {
          width: 40%;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          margin: auto;
          left: 0;
          right: 0; }
          body header#orgHeader .toggle_in > div {
            height: 3px;
            width: 100%;
            background: #FFF;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
            body header#orgHeader .toggle_in > div.toggle_2 {
              margin: 8px 0; }
        body header#orgHeader .navopend .toggle_in > div.toggle_2 {
          opacity: 0; }
        body header#orgHeader .navopend .toggle_in > div.toggle_1 {
          -webkit-transform: translate(0, 11px) rotate(45deg);
          transform: translate(0, 11px) rotate(45deg); }
        body header#orgHeader .navopend .toggle_in > div.toggle_3 {
          -webkit-transform: translate(0, -11px) rotate(-45deg);
          transform: translate(0, -11px) rotate(-45deg); }
        body header#orgHeader > .toggle {
          width: calc(35px);
          height: calc(80 * 1px);
          display: block;
          opacity: 1;
          right: 20px;
          top: 0px;
          position: fixed;
          z-index: 100;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          body header#orgHeader > .toggle > div {
            width: 100%; }
          body header#orgHeader > .toggle .toggle_in > div {
            background: #FFF; }
      body.navopend header#orgHeader nav {
        right: 0%;
        overflow-y: scroll; }
      body.navopend header#orgHeader > .toggle .toggle_in > div {
        background-color: #FFF; }
      body header#orgHeader nav {
        width: 100%;
        height: 100vh;
        right: -100%;
        position: fixed;
        top: calc(0px);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background-color: rgba(68, 68, 68, 0.9); }
        body header#orgHeader nav > div.lang {
          text-align: center;
          padding-top: 20px;
          display: none; }
          body header#orgHeader nav > div.lang > p {
            color: #FFF;
            font-size: 1.8rem;
            font-family: 'Josefin Sans', sans-serif;
            margin-bottom: 10px; }
          body header#orgHeader nav > div.lang > div {
            display: flex;
            justify-content: center; }
            body header#orgHeader nav > div.lang > div a {
              display: block;
              margin-right: 20px;
              color: #FFF;
              font-family: 'Josefin Sans', sans-serif;
              font-size: 1.6rem;
              font-weight: bold;
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transition: all 0.3s;
              transition: all 0.3s; }
              body header#orgHeader nav > div.lang > div a:link, body header#orgHeader nav > div.lang > div a:visited {
                opacity: 1; }
              body header#orgHeader nav > div.lang > div a:hover {
                opacity: 0.6; }
              body header#orgHeader nav > div.lang > div a:last-of-type {
                margin-right: 0px; }
              body header#orgHeader nav > div.lang > div a span {
                font-size: 2.2rem; }
        body header#orgHeader nav > div.nav {
          padding: 60px 0px 0px 0px; }
          body header#orgHeader nav > div.nav ul li {
            font-family: 'Josefin Sans', sans-serif;
            font-size: 2rem;
            text-align: center;
            margin-bottom: 20px;
            color: #FFF;
            font-weight: bold; }
            body header#orgHeader nav > div.nav ul li a {
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transition: all 0.3s;
              transition: all 0.3s; }
              body header#orgHeader nav > div.nav ul li a:link, body header#orgHeader nav > div.nav ul li a:visited {
                opacity: 1; }
              body header#orgHeader nav > div.nav ul li a:hover {
                opacity: 0.6; }
              body header#orgHeader nav > div.nav ul li a:link, body header#orgHeader nav > div.nav ul li a:hover, body header#orgHeader nav > div.nav ul li a:visited {
                color: #FFF; }
            body header#orgHeader nav > div.nav ul li > ol.submenu {
              list-style-type: none;
              margin: 0;
              max-height: 0;
              overflow: hidden;
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transition: all 0.3s;
              transition: all 0.3s; }
              body header#orgHeader nav > div.nav ul li > ol.submenu > li {
                font-size: 1.4rem;
                line-height: 1.4rem;
                margin-top: 15px;
                margin-bottom: 0px; }
            body header#orgHeader nav > div.nav ul li.active > ol.submenu {
              max-height: 300px; }
        body header#orgHeader nav > div.snsLink {
          position: relative;
          padding-bottom: 120px;
          left: 0px;
          right: 0px;
          margin: auto;
          display: flex;
          justify-content: center; }
          body header#orgHeader nav > div.snsLink a {
            width: 50px;
            height: 50px;
            display: flex;
            border: 3px solid #DDDDDD;
            justify-content: center;
            align-items: center;
            margin-right: 20px;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            font-size: 3rem;
            background-color: #FFF;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
            body header#orgHeader nav > div.snsLink a:link, body header#orgHeader nav > div.snsLink a:visited {
              opacity: 1; }
            body header#orgHeader nav > div.snsLink a:hover {
              opacity: 0.6; }
            body header#orgHeader nav > div.snsLink a.twitter:link, body header#orgHeader nav > div.snsLink a.twitter:hover, body header#orgHeader nav > div.snsLink a.twitter:visited {
              color: #1D9BF0; }
            body header#orgHeader nav > div.snsLink a.youtube:link, body header#orgHeader nav > div.snsLink a.youtube:hover, body header#orgHeader nav > div.snsLink a.youtube:visited {
              color: #FF0000; }
            body header#orgHeader nav > div.snsLink a:last-of-type {
              margin-right: 0px; }
      body header#orgHeader.hidden + .lang {
        top: 37px; }
      body .lang {
        text-align: left;
        padding-top: 0px;
        position: fixed;
        top: 80px;
        right: 0px;
        background-color: #000;
        z-index: 9;
        padding: 3px 5px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        body .lang > p {
          color: #FFF;
          font-size: 1.1rem;
          font-family: 'Josefin Sans', sans-serif;
          margin-bottom: 5px;
          line-height: 1; }
        body .lang > div {
          display: flex;
          justify-content: center; }
          body .lang > div a {
            display: block;
            margin-right: 5px;
            color: #FFF;
            font-family: 'Josefin Sans', sans-serif;
            font-size: 1.1rem;
            font-weight: bold;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
            body .lang > div a:link, body .lang > div a:visited {
              opacity: 1; }
            body .lang > div a:hover {
              opacity: 0.6; }
            body .lang > div a:last-of-type {
              margin-right: 0px; }
            body .lang > div a span {
              font-size: 2.2rem; }
      body .thumbnail_ver2 > li {
        position: relative;
        margin-bottom: 40px; }
        body .thumbnail_ver2 > li a {
          display: block;
          position: relative; }
          body .thumbnail_ver2 > li a > p {
            margin-bottom: 10px;
            position: relative; }
            body .thumbnail_ver2 > li a > p:hover:after {
              right: 0px;
              bottom: 0px; }
            body .thumbnail_ver2 > li a > p img {
              position: relative;
              z-index: 2;
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transition: all 0.3s;
              transition: all 0.3s; }
            body .thumbnail_ver2 > li a > p:after {
              content: "";
              width: 100%;
              height: 100%;
              position: absolute;
              display: block;
              background-color: #000;
              right: -5px;
              bottom: -5px;
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transition: all 0.3s;
              transition: all 0.3s; }
          body .thumbnail_ver2 > li a > div {
            color: #666; }
            body .thumbnail_ver2 > li a > div > h6 {
              display: inline-block;
              z-index: 2;
              position: relative;
              margin-bottom: 10px; }
              body .thumbnail_ver2 > li a > div > h6 span {
                position: relative;
                z-index: 2;
                font-size: 1.3rem; }
              body .thumbnail_ver2 > li a > div > h6:after {
                content: "";
                position: absolute;
                z-index: 1;
                bottom: 0px;
                left: 0px;
                display: block;
                width: 100%;
                height: 10px;
                background: linear-gradient(#FFD500, #FFAC2A); }
              body .thumbnail_ver2 > li a > div > h6.gallery:after {
                background: #f00; }
              body .thumbnail_ver2 > li a > div > h6.history:after {
                background: linear-gradient(#FFD500, #FFAC2A); }
            body .thumbnail_ver2 > li a > div > span {
              display: block;
              font-family: 'Josefin Sans', sans-serif;
              font-weight: bold;
              line-height: 1;
              margin-bottom: 5px; }
            body .thumbnail_ver2 > li a > div > p {
              font-size: 1.6rem; }
        body .thumbnail_ver2 > li.new a:after {
          content: "NEW";
          display: flex;
          justify-content: center;
          align-items: center;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          background: linear-gradient(#FF6A6E, #FF151B);
          position: absolute;
          top: -20px;
          left: -20px;
          color: #FFF;
          font-family: 'Josefin Sans', sans-serif;
          font-weight: bold;
          line-height: 1;
          font-size: 1.1rem;
          z-index: 4; }
        body .thumbnail_ver2 > li.new a:before {
          content: "";
          display: block;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          background: linear-gradient(#FF6A6E, #FF151B);
          position: absolute;
          top: -20px;
          left: -20px;
          -webkit-animation-name: iconScale;
          animation-name: iconScale;
          animation-duration: 1.8s;
          animation-iteration-count: infinite;
          z-index: 3; }
      body .thumbnail > li {
        position: relative;
        border: 1px solid #999999;
        margin-bottom: 40px;
        box-shadow: 2px 2px 4px gray;
        background-color: #000544; }
        body .thumbnail > li a {
          display: block;
          position: relative; }
          body .thumbnail > li a:hover > p {
            overflow: hidden; }
            body .thumbnail > li a:hover > p img {
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transition: all 0.3s;
              transition: all 0.3s;
              transform: scale(1.1); }
          body .thumbnail > li a > h5 {
            position: absolute;
            padding: 2px 6px;
            color: #666;
            background: linear-gradient(#FFD500, #FFAC2A);
            display: inline-block;
            top: -20px;
            right: 10px;
            font-size: 1.2rem;
            z-index: 2; }
            body .thumbnail > li a > h5.gallery {
              background: #f00; }
            body .thumbnail > li a > h5.history {
              background: linear-gradient(#FFD500, #FFAC2A); }
          body .thumbnail > li a > div {
            background-color: #000544;
            padding: 10px 10px; }
            body .thumbnail > li a > div > span {
              font-size: 1.2rem;
              color: #FFAC2A;
              font-weight: bold; }
            body .thumbnail > li a > div > p {
              color: #FFF; }
        body .thumbnail > li.new a:after {
          content: "NEW";
          display: flex;
          justify-content: center;
          align-items: center;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          background: linear-gradient(#FF6A6E, #FF151B);
          position: absolute;
          top: -20px;
          left: -20px;
          color: #FFF;
          font-family: 'Josefin Sans', sans-serif;
          font-weight: bold;
          line-height: 1;
          font-size: 1.1rem;
          z-index: 3; }
        body .thumbnail > li.new a:before {
          content: "";
          display: block;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          background: linear-gradient(#FF6A6E, #FF151B);
          position: absolute;
          top: -20px;
          left: -20px;
          -webkit-animation-name: iconScale;
          animation-name: iconScale;
          animation-duration: 1.8s;
          animation-iteration-count: infinite;
          z-index: 2; }
      body.index #wrapper section {
        position: relative; }
        body.index #wrapper section h4 {
          text-align: right;
          color: #BBB;
          font-size: 5rem;
          font-family: 'Cormorant Garamond', serif;
          font-weight: bold;
          line-height: 1;
          letter-spacing: 0.2rem;
          position: absolute;
          right: 0px;
          top: 25px; }
        body.index #wrapper section h5 b {
          font-size: 3.2rem;
          line-height: 3.2rem; }
      body #wrapper {
        /*padding-top:calc(80 * 1px);*/
        /*セクションの一般設定*/ }
        body #wrapper section {
          padding: 60px 0px; }
          body #wrapper section h5 {
            text-align: center;
            margin-bottom: 60px; }
            body #wrapper section h5 b {
              display: block;
              font-size: 2.6rem;
              font-family: 'Cormorant Garamond', serif;
              font-weight: bold;
              line-height: 1;
              letter-spacing: 0.2rem;
              text-align: center; }
              body #wrapper section h5 b img {
                width: 80%;
                max-width: 450px; }
            body #wrapper section h5 p {
              margin-top: 10px;
              display: block;
              font-size: 1.4rem; }
          body #wrapper section > div {
            width: calc(100% - 20px * 2);
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px; }
        body #wrapper .mainVis {
          position: relative;
          overflow: hidden; }
          body #wrapper .mainVis .visual > div {
            position: relative;
            width: 60%;
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px;
            margin-bottom: 20px;
            display: none; }
            body #wrapper .mainVis .visual > div .logo_19th {
              position: absolute;
              width: 70px;
              bottom: -80px;
              left: -50px; }
          body #wrapper .mainVis .visual > b {
            display: block;
            position: relative;
            z-index: 3; }
            body #wrapper .mainVis .visual > b img {
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transition: all 0.3s;
              transition: all 0.3s; }
          body #wrapper .mainVis > .logo_19th {
            width: 90px;
            position: absolute;
            top: 10px;
            left: 20px; }
          body #wrapper .mainVis > .fadeInUp {
            font-family: 'Josefin Sans', sans-serif;
            font-weight: bold;
            color: #000544;
            font-size: 1.6rem;
            position: relative;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            z-index: 3;
            text-align: center;
            animation-name: scroll;
            animation-duration: 2.2s;
            animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
            animation-iteration-count: infinite; }
          body #wrapper .mainVis .banner {
            display: flex;
            flex-wrap: wrap;
            width: 70%;
            max-width: 350px;
            justify-content: space-between;
            position: relative;
            margin: auto;
            z-index: 3; }
            body #wrapper .mainVis .banner li {
              width: calc((100% - 20px) / 2);
              margin-bottom: 10px; }
              body #wrapper .mainVis .banner li a {
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transition: all 0.3s;
                transition: all 0.3s; }
                body #wrapper .mainVis .banner li a:link, body #wrapper .mainVis .banner li a:visited {
                  opacity: 1; }
                body #wrapper .mainVis .banner li a:hover {
                  opacity: 0.6; }
          body #wrapper .mainVis > .bgslide {
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 1; }
            body #wrapper .mainVis > .bgslide li img {
              width: 250%; }
          body #wrapper .mainVis:after {
            content: "";
            display: block;
            background: linear-gradient(to top, white 8%, rgba(255, 255, 255, 0.6) 100%);
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 2; }
        body #wrapper section.top_swiper {
          padding-bottom: 100px; }
          body #wrapper section.top_swiper .swiper-pagination {
            width: 100%;
            text-align: center;
            position: relative; }
            body #wrapper section.top_swiper .swiper-pagination .swiper-pagination-bullet {
              margin-right: 5px;
              opacity: 1;
              width: 10px;
              height: 10px;
              border: 2px solid #333;
              background-color: rgba(0, 0, 0, 0);
              display: none; }
              body #wrapper section.top_swiper .swiper-pagination .swiper-pagination-bullet:last-of-type {
                margin-right: 0px; }
              body #wrapper section.top_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                border: none;
                width: 14px;
                height: 14px;
                background-color: rgba(0, 0, 0, 0);
                background-image: url("../images/bullet_dot.png");
                background-size: cover;
                opacity: 1;
                border-radius: 0px; }
          body #wrapper section.top_swiper .prev, body #wrapper section.top_swiper .next {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            z-index: 2; }
            body #wrapper section.top_swiper .prev:focus, body #wrapper section.top_swiper .next:focus {
              outline: none; }
            body #wrapper section.top_swiper .prev .fa, body #wrapper section.top_swiper .prev .fas, body #wrapper section.top_swiper .next .fa, body #wrapper section.top_swiper .next .fas {
              font-weight: 200; }
          body #wrapper section.top_swiper .prev {
            left: 10px; }
          body #wrapper section.top_swiper .next {
            right: 10px; }
          body #wrapper section.top_swiper .carousel {
            width: calc(100% - 0px * 2);
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px;
            overflow: hidden;
            padding-top: 30px; }
            body #wrapper section.top_swiper .carousel .swiper-slide {
              max-width: calc(100%);
              position: relative; }
              body #wrapper section.top_swiper .carousel .swiper-slide.swiper-slide-active.update a:after, body #wrapper section.top_swiper .carousel .swiper-slide.swiper-slide-active.update a:before {
                display: flex; }
              body #wrapper section.top_swiper .carousel .swiper-slide.update a:after {
                content: "UPDATE";
                display: flex;
                justify-content: center;
                align-items: center;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                background: linear-gradient(#FFD500, #FFAC2A);
                position: absolute;
                top: -20px;
                left: 0px;
                color: #666;
                font-family: 'Josefin Sans', sans-serif;
                font-weight: bold;
                line-height: 1;
                font-size: 1.1rem;
                display: none;
                z-index: 3; }
              body #wrapper section.top_swiper .carousel .swiper-slide.update a:before {
                content: "";
                display: block;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                background: linear-gradient(#FFD500, #FFAC2A);
                position: absolute;
                top: -20px;
                left: 0px;
                -webkit-animation-name: iconScale;
                animation-name: iconScale;
                animation-duration: 1.8s;
                animation-iteration-count: infinite;
                display: none;
                z-index: 2; }
              body #wrapper section.top_swiper .carousel .swiper-slide.new a:after {
                content: "NEW";
                display: flex;
                justify-content: center;
                align-items: center;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                background: linear-gradient(#FF6A6E, #FF151B);
                position: absolute;
                top: -20px;
                left: 0px;
                color: #FFF;
                font-family: 'Josefin Sans', sans-serif;
                font-weight: bold;
                line-height: 1;
                font-size: 1.1rem;
                z-index: 4; }
              body #wrapper section.top_swiper .carousel .swiper-slide.new a:before {
                content: "";
                display: block;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                background: linear-gradient(#FF6A6E, #FF151B);
                position: absolute;
                top: -20px;
                left: 0px;
                -webkit-animation-name: iconScale;
                animation-name: iconScale;
                animation-duration: 1.8s;
                animation-iteration-count: infinite;
                z-index: 3; }
              body #wrapper section.top_swiper .carousel .swiper-slide > a:hover > div > div.image {
                overflow: hidden; }
                body #wrapper section.top_swiper .carousel .swiper-slide > a:hover > div > div.image img {
                  -webkit-transition: all 0.3s;
                  transition: all 0.3s;
                  -webkit-transform: translate3d(0, 0, 0);
                  -moz-transition: all 0.3s;
                  transition: all 0.3s;
                  transform: scale(1.1); }
              body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material {
                background-color: rgba(0, 0, 0, 0.6);
                color: #FFF;
                position: absolute;
                bottom: 0px;
                left: 0px;
                padding: 10px 10px 5px 10px;
                width: calc(100% - 10px * 2); }
                body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material > span {
                  display: block;
                  font-size: 1rem;
                  font-family: 'Josefin Sans', sans-serif;
                  font-weight: bold;
                  line-height: 1;
                  margin-bottom: 5px; }
                body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material > b {
                  display: block;
                  font-size: 1.2rem;
                  line-height: 1;
                  margin-bottom: 5px; }
                body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material > strong {
                  display: block;
                  font-size: 1.2rem;
                  line-height: 1;
                  margin-bottom: 5px; }
                body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material > p {
                  font-size: 1rem;
                  ine-height: 1.4; }
        body #wrapper section.update h5 {
          margin-bottom: 40px; }
        body #wrapper section.update ul li {
          display: block;
          text-align: left;
          margin-bottom: 15px; }
          body #wrapper section.update ul li:last-of-type {
            margin-bottom: 0px; }
          body #wrapper section.update ul li a {
            display: block; }
            body #wrapper section.update ul li a:link p {
              text-decoration: underline; }
            body #wrapper section.update ul li a:hover p {
              text-decoration: none; }
            body #wrapper section.update ul li a span {
              font-weight: bold;
              display: block; }
            body #wrapper section.update ul li a p {
              display: block;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
        body #wrapper section.mainContents > div > ul > li h4 {
          display: block;
          font-size: 3.2rem;
          font-family: 'Cormorant Garamond', serif;
          font-weight: bold;
          line-height: 1;
          letter-spacing: 0.2rem;
          text-align: center;
          margin-bottom: 15px; }
        body #wrapper section.mainContents > div > ul > li a {
          display: block;
          position: relative;
          border: 1px solid #999999;
          margin-bottom: 40px;
          box-shadow: 2px 2px 4px gray;
          background-color: #000544; }
          body #wrapper section.mainContents > div > ul > li a > h5 {
            position: absolute;
            padding: 3px 10px;
            color: #666;
            background: linear-gradient(#FFD500, #FFAC2A);
            display: inline-block;
            top: -20px;
            right: 10px;
            font-size: 1.4rem;
            z-index: 2; }
            body #wrapper section.mainContents > div > ul > li a > h5.gallery {
              background: #f00; }
            body #wrapper section.mainContents > div > ul > li a > h5.history {
              background: linear-gradient(#FFD500, #FFAC2A); }
          body #wrapper section.mainContents > div > ul > li a > div {
            background-color: #000544;
            padding: 10px 10px; }
            body #wrapper section.mainContents > div > ul > li a > div > span {
              font-size: 1.2rem;
              color: #FFAC2A;
              font-weight: bold; }
            body #wrapper section.mainContents > div > ul > li a > div > p {
              color: #FFF; }
          body #wrapper section.mainContents > div > ul > li a:hover > p {
            overflow: hidden; }
            body #wrapper section.mainContents > div > ul > li a:hover > p img {
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transition: all 0.3s;
              transition: all 0.3s;
              transform: scale(1.1); }
        body #wrapper section.mainContents > div > ul > li.update a:after {
          content: "UPDATE";
          display: flex;
          justify-content: center;
          align-items: center;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          background: linear-gradient(#FFD500, #FFAC2A);
          position: absolute;
          top: -20px;
          left: -20px;
          color: #666;
          font-family: 'Josefin Sans', sans-serif;
          font-weight: bold;
          line-height: 1;
          font-size: 1.1rem;
          z-index: 3; }
        body #wrapper section.mainContents > div > ul > li.update a:before {
          content: "";
          display: block;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          background: linear-gradient(#FFD500, #FFAC2A);
          position: absolute;
          top: -20px;
          left: -20px;
          -webkit-animation-name: iconScale;
          animation-name: iconScale;
          animation-duration: 1.8s;
          animation-iteration-count: infinite;
          z-index: 2; }
        body #wrapper section.timeline > div > .attachMaterial {
          display: block; }
          body #wrapper section.timeline > div > .attachMaterial.fixed + .material {
            position: fixed;
            top: 80px;
            left: 0px;
            width: calc(100% - 20px * 2);
            padding: 0px 20px 20px 20px; }
        body #wrapper section.timeline > div > .material {
          text-align: center;
          position: relative;
          z-index: 5;
          background-color: rgba(255, 255, 255, 0.6); }
          body #wrapper section.timeline > div > .material > b {
            display: block;
            font-family: 'Josefin Sans', sans-serif;
            font-size: 2rem; }
          body #wrapper section.timeline > div > .material ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            body #wrapper section.timeline > div > .material ul li {
              position: relative;
              display: flex;
              flex-wrap: wrap;
              text-align: center;
              margin-bottom: 5px;
              width: calc((100% - 10px * 1) / 2);
              border-radius: 10px;
              -webkit-border-radius: 10px;
              -moz-border-radius: 10px;
              box-shadow: 2px 2px 4px gray;
              cursor: pointer;
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transition: all 0.3s;
              transition: all 0.3s; }
              body #wrapper section.timeline > div > .material ul li:link, body #wrapper section.timeline > div > .material ul li:visited {
                opacity: 1; }
              body #wrapper section.timeline > div > .material ul li:hover {
                opacity: 0.6; }
              body #wrapper section.timeline > div > .material ul li.year {
                background: linear-gradient(#666, #000); }
                body #wrapper section.timeline > div > .material ul li.year:after {
                  content: "\f078";
                  font: var(--fa-font-solid);
                  position: absolute;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
                  transform: translateY(-50%);
                  margin: auto;
                  font-weight: 900;
                  right: 10px;
                  color: #FFF;
                  z-index: 1; }
              body #wrapper section.timeline > div > .material ul li.vana {
                background-color: #17BDFF; }
              body #wrapper section.timeline > div > .material ul li.player {
                background-color: #FF15B1; }
              body #wrapper section.timeline > div > .material ul li.involved {
                background-color: #FF911A; }
              body #wrapper section.timeline > div > .material ul li select {
                display: block;
                width: calc(100%);
                margin-left: auto;
                margin-right: auto;
                left: 0px;
                right: 0px;
                background-color: rgba(0, 0, 0, 0);
                border: none;
                color: #FFF;
                padding: 0px 10px;
                font-size: 1.2rem;
                position: relative;
                z-index: 2;
                cursor: pointer; }
                body #wrapper section.timeline > div > .material ul li select option {
                  color: #FFF;
                  background-color: black; }
              body #wrapper section.timeline > div > .material ul li label {
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                left: 0px;
                right: 0px;
                display: block;
                position: relative;
                display: flex;
                align-items: center; }
                body #wrapper section.timeline > div > .material ul li label input[type="checkbox"] {
                  opacity: 0;
                  display: block;
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0px;
                  left: 0px;
                  cursor: pointer; }
                  body #wrapper section.timeline > div > .material ul li label input[type="checkbox"]:checked + p:after {
                    content: "\f00c";
                    font: var(--fa-font-solid);
                    font-weight: 900;
                    color: #000;
                    font-size: 1.2rem;
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    margin: auto;
                    left: 10px; }
                body #wrapper section.timeline > div > .material ul li label p {
                  color: #FFF;
                  padding: 3px 10px 3px 25px;
                  font-size: 1.2rem;
                  font-weight: bold;
                  width: 100%; }
                  body #wrapper section.timeline > div > .material ul li label p:before {
                    width: 8px;
                    height: 8px;
                    content: "";
                    background-color: #FFF;
                    display: inline-block;
                    margin-right: 5px;
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    margin: auto;
                    left: 10px; }
        body #wrapper section.timeline > div > .history {
          padding-top: 60px;
          margin-bottom: 60px;
          position: relative; }
          body #wrapper section.timeline > div > .history:after {
            content: "";
            border-left: 2px solid #333;
            position: absolute;
            display: block;
            top: 60px;
            left: 11px;
            height: calc(100%);
            z-index: 2; }
          body #wrapper section.timeline > div > .history > ul {
            position: relative; }
            body #wrapper section.timeline > div > .history > ul:last-of-type {
              margin-bottom: 0px; }
            body #wrapper section.timeline > div > .history > ul > div.month {
              background-color: #333;
              border-radius: 30px;
              -webkit-border-radius: 30px;
              -moz-border-radius: 30px;
              display: flex;
              position: absolute;
              z-index: 3;
              top: -20px;
              left: -10px;
              justify-content: center;
              align-items: center;
              color: #FFF;
              width: 45px;
              height: 45px; }
              body #wrapper section.timeline > div > .history > ul > div.month > div {
                font-family: 'Josefin Sans', sans-serif;
                text-align: center; }
                body #wrapper section.timeline > div > .history > ul > div.month > div b {
                  display: block;
                  font-size: 1rem;
                  line-height: 1; }
                body #wrapper section.timeline > div > .history > ul > div.month > div span {
                  display: block;
                  font-size: 1.5rem;
                  line-height: 0.6;
                  margin-top: 3px; }
            body #wrapper section.timeline > div > .history > ul > li {
              color: #333;
              box-shadow: 2px 2px 4px gray;
              border-radius: 10px;
              -webkit-border-radius: 10px;
              -moz-border-radius: 10px;
              background-color: #FFF;
              padding: 20px 20px 45px 20px;
              position: relative;
              text-align: left;
              margin-bottom: 40px;
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transition: all 0.3s;
              transition: all 0.3s; }
              body #wrapper section.timeline > div > .history > ul > li.vana {
                border: 3px solid #17BDFF; }
                body #wrapper section.timeline > div > .history > ul > li.vana > div span.category {
                  background-color: #17BDFF; }
              body #wrapper section.timeline > div > .history > ul > li.player {
                border: 3px solid #FF15B1; }
                body #wrapper section.timeline > div > .history > ul > li.player > div span.category {
                  background-color: #FF15B1; }
              body #wrapper section.timeline > div > .history > ul > li.involved {
                background-color: #FF911A;
                color: #FFF; }
                body #wrapper section.timeline > div > .history > ul > li.involved > div > div > a {
                  color: #FFF; }
              body #wrapper section.timeline > div > .history > ul > li.hidden {
                visibility: hidden;
                height: 0px;
                padding: 0;
                margin: 0; }
              body #wrapper section.timeline > div > .history > ul > li > div p.date {
                font-size: 1.2rem;
                display: block;
                margin-bottom: 10px;
                font-weight: bold; }
              body #wrapper section.timeline > div > .history > ul > li > div span.category {
                background-color: #333;
                padding: 3px 5px;
                color: #FFF;
                font-weight: bold;
                font-size: 1.2rem;
                margin-bottom: 10px;
                display: inline-block; }
              body #wrapper section.timeline > div > .history > ul > li > div h5 {
                text-align: left;
                display: block;
                font-size: 1.8rem;
                margin-bottom: 10px; }
              body #wrapper section.timeline > div > .history > ul > li > div article {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin-bottom: 20px; }
                body #wrapper section.timeline > div > .history > ul > li > div article > div.image {
                  width: 80px;
                  height: 80px;
                  cursor: pointer; }
                  body #wrapper section.timeline > div > .history > ul > li > div article > div.image .objectFit {
                    object-fit: cover;
                    width: 100%;
                    height: 100%; }
                  body #wrapper section.timeline > div > .history > ul > li > div article > div.image .media {
                    display: none; }
                  body #wrapper section.timeline > div > .history > ul > li > div article > div.image + div:last-of-type {
                    width: calc(100% - 80px - 10px); }
                body #wrapper section.timeline > div > .history > ul > li > div article > div:last-of-type {
                  width: calc(100%);
                  font-size: 1.4rem;
                  line-height: 1.8; }
              body #wrapper section.timeline > div > .history > ul > li > div > div {
                display: flex; }
                body #wrapper section.timeline > div > .history > ul > li > div > div > a {
                  color: #333;
                  display: flex;
                  margin-right: 10px;
                  font-size: 1.1rem;
                  -webkit-transition: all 0.3s;
                  transition: all 0.3s;
                  -webkit-transform: translate3d(0, 0, 0);
                  -moz-transition: all 0.3s;
                  transition: all 0.3s;
                  font-weight: bold; }
                  body #wrapper section.timeline > div > .history > ul > li > div > div > a:link, body #wrapper section.timeline > div > .history > ul > li > div > div > a:visited {
                    opacity: 1; }
                  body #wrapper section.timeline > div > .history > ul > li > div > div > a:hover {
                    opacity: 0.6; }
                  body #wrapper section.timeline > div > .history > ul > li > div > div > a span {
                    position: relative;
                    text-align: center;
                    margin-right: 3px; }
                    body #wrapper section.timeline > div > .history > ul > li > div > div > a span:before {
                      content: "";
                      width: 18px;
                      height: 18px;
                      background-color: #FFF;
                      border: 1px solid #999;
                      display: block;
                      border-radius: 20px;
                      -webkit-border-radius: 20px;
                      -moz-border-radius: 20px; }
                    body #wrapper section.timeline > div > .history > ul > li > div > div > a span:after {
                      position: absolute;
                      top: 50%;
                      -webkit-transform: translateY(-50%);
                      -moz-transform: translateY(-50%);
                      -ms-transform: translateY(-50%);
                      -o-transform: translateY(-50%);
                      transform: translateY(-50%);
                      margin: auto;
                      left: 0px;
                      right: 0px;
                      margin: auto;
                      font: var(--fa-font-solid);
                      font-weight: 900;
                      color: #000;
                      font-size: 1.1rem;
                      width: 100%; }
                  body #wrapper section.timeline > div > .history > ul > li > div > div > a.hash > span:after {
                    content: "\f292";
                    color: #000; }
                  body #wrapper section.timeline > div > .history > ul > li > div > div > a.tw > span:after {
                    content: "\f099";
                    font: var(--fa-font-brands);
                    color: #1D9BF0; }
              body #wrapper section.timeline > div > .history > ul > li > div > .more {
                position: absolute;
                bottom: 10px;
                right: 20px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transition: all 0.3s;
                transition: all 0.3s;
                cursor: pointer; }
                body #wrapper section.timeline > div > .history > ul > li > div > .more:link, body #wrapper section.timeline > div > .history > ul > li > div > .more:visited {
                  opacity: 1; }
                body #wrapper section.timeline > div > .history > ul > li > div > .more:hover {
                  opacity: 0.6; }
                body #wrapper section.timeline > div > .history > ul > li > div > .more i {
                  font-size: 2rem; }
        body #wrapper section.timeline > div .nextYear {
          font-family: 'Josefin Sans', sans-serif;
          font-size: 2rem;
          font-weight: bold;
          position: relative; }
          body #wrapper section.timeline > div .nextYear a {
            border-bottom: 2px solid #000544; }
            body #wrapper section.timeline > div .nextYear a:hover {
              border-bottom: 0px; }
          body #wrapper section.timeline > div .nextYear i {
            font-size: 1.4rem;
            margin-left: 8px; }
        body #wrapper section.gallery_index .wallPaper {
          display: block;
          height: 384px;
          background: url("../images/gallery/wallPaper.jpg");
          background-size: 1033px;
          background-color: #000;
          background-repeat: repeat-x;
          animation: bgiLoop 50s linear infinite;
          margin-bottom: 60px; }
        body #wrapper section.gallery_season h4, body #wrapper section.gallery_detail h4 {
          text-align: center;
          margin-bottom: 60px; }
          body #wrapper section.gallery_season h4 span, body #wrapper section.gallery_detail h4 span {
            display: block;
            font-size: 1.6rem; }
          body #wrapper section.gallery_season h4 p, body #wrapper section.gallery_detail h4 p {
            display: block;
            font-size: 2.4rem; }
        body #wrapper section.gallery_season .masonry > div.item, body #wrapper section.gallery_detail .masonry > div.item {
          width: 100%;
          margin-bottom: 40px;
          box-shadow: 2px 2px 4px gray; }
          body #wrapper section.gallery_season .masonry > div.item a, body #wrapper section.gallery_detail .masonry > div.item a {
            display: block;
            width: 100%;
            position: relative;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
            body #wrapper section.gallery_season .masonry > div.item a:link, body #wrapper section.gallery_season .masonry > div.item a:visited, body #wrapper section.gallery_detail .masonry > div.item a:link, body #wrapper section.gallery_detail .masonry > div.item a:visited {
              opacity: 1; }
            body #wrapper section.gallery_season .masonry > div.item a:hover, body #wrapper section.gallery_detail .masonry > div.item a:hover {
              opacity: 0.6; }
            body #wrapper section.gallery_season .masonry > div.item a div, body #wrapper section.gallery_detail .masonry > div.item a div {
              position: relative; }
              body #wrapper section.gallery_season .masonry > div.item a div:after, body #wrapper section.gallery_detail .masonry > div.item a div:after {
                content: "";
                display: block;
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                z-index: 2; }
            body #wrapper section.gallery_season .masonry > div.item a p, body #wrapper section.gallery_detail .masonry > div.item a p {
              font-size: 1.4rem;
              padding: 3px 10px;
              width: calc(100% - 10px * 2);
              color: #666;
              font-weight: bold;
              background: linear-gradient(#FFD500, #FFAC2A); }
        body #wrapper section.gallery_season .image, body #wrapper section.gallery_detail .image {
          position: relative;
          margin-bottom: 20px; }
          body #wrapper section.gallery_season .image:after, body #wrapper section.gallery_detail .image:after {
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 2; }
        body #wrapper section.gallery_season .credit, body #wrapper section.gallery_detail .credit {
          margin-bottom: 30px; }
          body #wrapper section.gallery_season .credit ul, body #wrapper section.gallery_detail .credit ul {
            margin-bottom: 20px; }
            body #wrapper section.gallery_season .credit ul li, body #wrapper section.gallery_detail .credit ul li {
              display: flex;
              flex-wrap: wrap; }
              body #wrapper section.gallery_season .credit ul li span, body #wrapper section.gallery_detail .credit ul li span {
                width: 120px; }
              body #wrapper section.gallery_season .credit ul li p, body #wrapper section.gallery_detail .credit ul li p {
                width: calc(100% - 120px); }
          body #wrapper section.gallery_season .credit > p, body #wrapper section.gallery_detail .credit > p {
            margin-bottom: 20px; }
          body #wrapper section.gallery_season .credit > span, body #wrapper section.gallery_detail .credit > span {
            display: block;
            width: 100%;
            text-align: center; }
        body #wrapper section.gallery_season .download, body #wrapper section.gallery_detail .download {
          text-align: center; }
          body #wrapper section.gallery_season .download .btn, body #wrapper section.gallery_detail .download .btn {
            background: linear-gradient(#666, #000);
            max-width: 150px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px;
            text-align: center; }
            body #wrapper section.gallery_season .download .btn a, body #wrapper section.gallery_detail .download .btn a {
              display: block;
              padding: 10px;
              color: #FFF; }
        body #wrapper .articleVis {
          text-align: center; }
          body #wrapper .articleVis h1 {
            text-align: left;
            font-size: 2rem;
            width: calc(100% - 20px * 2);
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px; }
        body #wrapper section.article {
          padding-top: 30px;
          position: relative; }
          body #wrapper section.article article {
            margin-bottom: 80px; }
            body #wrapper section.article article a:link {
              text-decoration: underline; }
            body #wrapper section.article article a:hover {
              text-decoration: none; }
            body #wrapper section.article article h3 {
              display: flex;
              font-size: 2rem;
              margin-bottom: 20px; }
              body #wrapper section.article article h3:before {
                content: "";
                display: block;
                width: 10px;
                background: linear-gradient(#FFD500, #FFAC2A);
                margin-right: 10px; }
            body #wrapper section.article article p {
              font-size: 1.4rem;
              margin-bottom: 20px; }
              body #wrapper section.article article p img + span {
                font-size: 1.2rem; }
              body #wrapper section.article article p + span {
                margin-top: 10px;
                font-size: 1.2rem; }
            body #wrapper section.article article h4 {
              background: linear-gradient(#FFD500, #FFAC2A);
              padding: 3px 5px;
              color: #666;
              font-size: 1.6rem;
              margin-bottom: 20px; }
            body #wrapper section.article article .prof {
              margin-bottom: 30px; }
              body #wrapper section.article article .prof:after {
                content: "";
                clear: both;
                height: 0px;
                visibility: hidden;
                display: block; }
              body #wrapper section.article article .prof .profImg {
                float: left;
                width: 25%; }
              body #wrapper section.article article .prof .description {
                float: right;
                width: calc(100% - 20px - 25%);
                margin-bottom: 20px; }
                body #wrapper section.article article .prof .description b {
                  font-size: 1.4rem;
                  display: block;
                  margin-bottom: 10px; }
                body #wrapper section.article article .prof .description p {
                  font-size: 1.2rem; }
            body #wrapper section.article article .discuss ul {
              margin-bottom: 20px; }
              body #wrapper section.article article .discuss ul li {
                margin-bottom: 20px; }
                body #wrapper section.article article .discuss ul li:last-of-type {
                  margin-bottom: 0px; }
                body #wrapper section.article article .discuss ul li > span {
                  display: block;
                  font-weight: bold; }
                  body #wrapper section.article article .discuss ul li > span.red, body #wrapper section.article article .discuss ul li > span.green, body #wrapper section.article article .discuss ul li > span.everyone {
                    margin-right: 20px;
                    display: inline-block; }
                  body #wrapper section.article article .discuss ul li > span.red {
                    color: #F00; }
                  body #wrapper section.article article .discuss ul li > span.green {
                    color: #008000; }
                  body #wrapper section.article article .discuss ul li > span.everyone {
                    color: #FF911A; }
                body #wrapper section.article article .discuss ul li > b {
                  display: inline-block;
                  width: 40px;
                  margin-right: 20px;
                  position: relative;
                  height: 1.2rem; }
                  body #wrapper section.article article .discuss ul li > b:after {
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    margin: auto;
                    content: "";
                    height: 2px;
                    width: 40px;
                    background-color: #000544; }
                body #wrapper section.article article .discuss ul li > p {
                  display: inline;
                  margin-bottom: 20px; }
            body #wrapper section.article article .youtube {
              margin-top: 80px;
              position: relative;
              max-width: 100%;
              margin-left: auto;
              margin-right: auto;
              left: 0px;
              right: 0px;
              padding-top: 56.25%;
              max-width: 580px;
              margin-left: auto;
              margin-right: auto;
              left: 0px;
              right: 0px; }
              body #wrapper section.article article .youtube iframe {
                position: absolute;
                top: 0;
                right: 0;
                width: 100% !important;
                height: 100% !important; }
            body #wrapper section.article article p.next {
              font-weight: bold;
              margin-top: 40px; }
          body #wrapper section.article .share {
            text-align: center; }
            body #wrapper section.article .share b {
              display: block;
              margin-bottom: 20px;
              font-size: 1.6rem; }
            body #wrapper section.article .share ul {
              width: 180px;
              text-align: center;
              margin-left: auto;
              margin-right: auto;
              left: 0px;
              right: 0px; }
              body #wrapper section.article .share ul li {
                display: inline-block;
                margin-right: 10px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transition: all 0.3s;
                transition: all 0.3s; }
                body #wrapper section.article .share ul li:link, body #wrapper section.article .share ul li:visited {
                  opacity: 1; }
                body #wrapper section.article .share ul li:hover {
                  opacity: 0.6; }
                body #wrapper section.article .share ul li:last-of-type {
                  margin-right: 0px; }
                body #wrapper section.article .share ul li i {
                  font-size: 5rem;
                  line-height: 1;
                  background-color: #FFF; }
                body #wrapper section.article .share ul li.twitter i {
                  color: #55ACEE; }
                body #wrapper section.article .share ul li.facebook i {
                  color: #3B5998; }
                body #wrapper section.article .share ul li.line i {
                  color: #1ED830; }
          body #wrapper section.article .fix_share {
            position: fixed;
            text-align: center;
            position: fixed;
            bottom: 0px;
            right: 0px;
            background-color: rgba(255, 255, 255, 0.6);
            padding: 3px; }
            body #wrapper section.article .fix_share.absolute {
              position: absolute;
              bottom: 0px;
              right: 0px; }
            body #wrapper section.article .fix_share b {
              display: block;
              margin-bottom: 10px;
              font-size: 1rem; }
            body #wrapper section.article .fix_share ul {
              width: 90px;
              text-align: center;
              margin-left: auto;
              margin-right: auto;
              left: 0px;
              right: 0px; }
              body #wrapper section.article .fix_share ul li {
                display: inline-block;
                margin-right: 5px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transition: all 0.3s;
                transition: all 0.3s; }
                body #wrapper section.article .fix_share ul li:link, body #wrapper section.article .fix_share ul li:visited {
                  opacity: 1; }
                body #wrapper section.article .fix_share ul li:hover {
                  opacity: 0.6; }
                body #wrapper section.article .fix_share ul li:last-of-type {
                  margin-right: 0px; }
                body #wrapper section.article .fix_share ul li i {
                  font-size: 2.4rem;
                  line-height: 0.8;
                  border-radius: 5px;
                  -webkit-border-radius: 5px;
                  -moz-border-radius: 5px;
                  background-color: #FFF; }
                body #wrapper section.article .fix_share ul li.twitter i {
                  color: #55ACEE; }
                body #wrapper section.article .fix_share ul li.facebook i {
                  color: #3B5998; }
                body #wrapper section.article .fix_share ul li.line i {
                  color: #1ED830; }
        body #wrapper section.vanarium > div .vanarium_swiper .swiper-container {
          width: 100%;
          overflow: hidden;
          position: relative; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper {
            margin-bottom: 15px; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide {
              position: relative; }
              body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.all {
                background: linear-gradient(#88806A, #DDD6BA);
                padding-top: 164%; }
                body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.all > div {
                  position: absolute;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
                  transform: translateY(-50%);
                  margin: auto;
                  width: 100%; }
                  body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.all > div div.main {
                    width: 100%;
                    position: relative; }
                    body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.all > div div.main > p img {
                      width: 100%;
                      height: 100%;
                      object-fit: contain;
                      position: absolute;
                      top: 0px;
                      left: 0px; }
              body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.intro {
                background: linear-gradient(#88806A, #DDD6BA);
                padding-top: 145%; }
                body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.intro > div {
                  position: absolute;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
                  transform: translateY(-50%);
                  margin: auto; }
                  body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.intro > div div.main {
                    position: relative;
                    text-align: center; }
                    body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.intro > div div.main > img {
                      width: 80%;
                      margin-left: auto;
                      margin-right: auto;
                      left: 0px;
                      right: 0px;
                      margin-bottom: 20px; }
                    body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.intro > div div.main > p {
                      text-align: left;
                      width: calc(100% - 40px * 2);
                      margin-left: auto;
                      margin-right: auto;
                      left: 0px;
                      right: 0px;
                      font-family: 'Hina Mincho', 'Hiragino Kaku Gothic ProN W5', 'ヒラギノ角ゴ ProN W5', Meiryo, 'メイリオ', sans-serif;
                      color: #FFF; }
              body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium {
                background: linear-gradient(#88806A, #DDD6BA);
                padding: 0px 0px; }
                body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.cap {
                  width: 40%;
                  margin-left: auto;
                  margin-right: 20px;
                  max-width: 240px;
                  margin-bottom: 20px; }
                body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.main {
                  position: relative; }
                  body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.main > img {
                    width: 70px;
                    position: absolute;
                    bottom: 15px;
                    right: 10px; }
                body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.title {
                  width: calc(100% - 20px * 2);
                  margin-left: auto;
                  margin-right: auto;
                  left: 0px;
                  right: 0px;
                  position: relative;
                  padding-top: 31%; }
                  body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.title > p {
                    width: 100%;
                    position: absolute;
                    top: 0px;
                    left: 0px; }
                    body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.title > p img {
                      margin-bottom: 10px; }
                      body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.title > p img:last-of-type {
                        margin-bottom: 0px; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: auto;
            top: 46%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            z-index: 2;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev:focus, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next:focus {
              outline: none; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev .fa, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev .fas, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next .fa, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next .fas {
              font-weight: 200; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev.swiper-button-disabled, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next.swiper-button-disabled {
              display: none; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev:hover, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next:hover {
              transform: scale(1.5); }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev {
            left: 10px; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next {
            right: 10px; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            bottom: 0px; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div {
              margin: 0px;
              margin-right: 5px;
              margin-bottom: 5px;
              border: 2px solid #999;
              width: calc(((100% - 5px * 9) / 10) - 2px * 2);
              height: auto;
              display: inline-block;
              border-radius: 0%;
              opacity: 0.3;
              background: linear-gradient(#88806A, #DDD6BA); }
              body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div.swiper-pagination-bullet-active {
                opacity: 1; }
              body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div:nth-of-type(10n) {
                margin-right: 0px; }
              body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div > p {
                padding-top: 100%;
                position: relative; }
                body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div > p a {
                  display: block;
                  width: 100%;
                  height: 100%;
                  position: absolute;
                  top: 0px; }
                body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div > p img {
                  width: 100%;
                  height: 100%;
                  object-fit: contain;
                  position: absolute;
                  top: 0px;
                  left: 0px; }
      body #sqexFooter img {
        width: auto; }
      body .modal {
        background-color: rgba(255, 255, 255, 0.8);
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0px;
        left: 0px;
        z-index: 20;
        opacity: 0;
        overflow: scroll;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        body .modal:after {
          content: "";
          display: block;
          height: 20px; }
        body .modal > div {
          color: #333;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          margin-top: 60px;
          width: calc(100% - 40px * 2);
          margin-left: auto;
          margin-right: auto;
          left: 0px;
          right: 0px;
          background-color: #FFF;
          padding: 20px 20px 20px 20px;
          position: relative;
          text-align: left; }
          body .modal > div.vana {
            border: 3px solid #17BDFF; }
            body .modal > div.vana > div span.category {
              background-color: #17BDFF; }
          body .modal > div.player {
            border: 3px solid #FF15B1; }
            body .modal > div.player > div span.category {
              background-color: #FF15B1; }
          body .modal > div.involved {
            background-color: #FF911A;
            color: #FFF; }
            body .modal > div.involved > div > div > a {
              color: #FFF; }
          body .modal > div:last-of-type {
            margin-bottom: 100px; }
          body .modal > div > div p.date {
            font-size: 1.2rem;
            display: block;
            margin-bottom: 10px; }
          body .modal > div > div span.category {
            background-color: #333;
            padding: 3px 5px;
            color: #FFF;
            font-weight: bold;
            font-size: 1.2rem;
            margin-bottom: 10px;
            display: inline-block; }
          body .modal > div > div h5 {
            text-align: left;
            display: block;
            font-size: 1.8rem;
            margin-bottom: 10px; }
          body .modal > div > div article {
            margin-bottom: 20px; }
            body .modal > div > div article > div:first-of-type {
              width: 100%;
              margin-bottom: 20px; }
              body .modal > div > div article > div:first-of-type .youtube {
                position: relative;
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
                left: 0px;
                right: 0px;
                padding-top: 56.25%; }
                body .modal > div > div article > div:first-of-type .youtube iframe {
                  position: absolute;
                  top: 0;
                  right: 0;
                  width: 100% !important;
                  height: 100% !important; }
            body .modal > div > div article > div:last-of-type {
              width: calc(100%);
              font-size: 1.2rem;
              line-height: 1.6; }
          body .modal > div > div > div {
            display: flex; }
            body .modal > div > div > div > a {
              color: #333;
              display: flex;
              margin-right: 10px;
              font-size: 1.1rem;
              font-weight: bold;
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transition: all 0.3s;
              transition: all 0.3s; }
              body .modal > div > div > div > a:link, body .modal > div > div > div > a:visited {
                opacity: 1; }
              body .modal > div > div > div > a:hover {
                opacity: 0.6; }
              body .modal > div > div > div > a span {
                position: relative;
                text-align: center;
                margin-right: 3px; }
                body .modal > div > div > div > a span:before {
                  content: "";
                  width: 18px;
                  height: 18px;
                  background-color: #FFF;
                  border: 1px solid #DDD;
                  display: block;
                  border-radius: 20px;
                  -webkit-border-radius: 20px;
                  -moz-border-radius: 20px; }
                body .modal > div > div > div > a span:after {
                  position: absolute;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
                  transform: translateY(-50%);
                  margin: auto;
                  left: 0px;
                  right: 0px;
                  margin: auto;
                  font: var(--fa-font-solid);
                  font-weight: 900;
                  color: #000;
                  font-size: 1.1rem;
                  width: 100%; }
              body .modal > div > div > div > a.hash > span:after {
                content: "\f292";
                color: #000; }
              body .modal > div > div > div > a.tw > span:after {
                content: "\f099";
                font: var(--fa-font-brands);
                color: #1D9BF0; }
          body .modal > div p.btnClose {
            position: absolute;
            top: -20px;
            right: 0px;
            display: block;
            width: 40px;
            height: 40px;
            background-color: #FFF;
            border: 2px solid #DDD;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            cursor: pointer; }
            body .modal > div p.btnClose span:after {
              text-align: center;
              content: "\f00d";
              font: var(--fa-font-solid);
              font-weight: 900;
              color: #000;
              font-size: 1.8rem;
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              margin: auto;
              left: 0;
              right: 0;
              margin: auto; } }
  @media screen and (min-width: 768px) {
    body .breakpoint {
      font-family: point1; }
    body br.point2 {
      display: none; }
    body br.basic {
      display: none; }
    body br.point1 {
      display: inline-block; }
    body header#orgHeader .logos {
      display: block; }
    body header#orgHeader #header-title {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: auto;
      height: auto; }
      body header#orgHeader #header-title .logo {
        margin-top: 0px; }
        body header#orgHeader #header-title .logo a {
          height: auto; }
    body header#orgHeader .toggle {
      /*display:none;*/ }
    body .thumbnail_ver2 {
      display: flex;
      flex-wrap: wrap; }
      body .thumbnail_ver2 > li {
        margin-bottom: 40px;
        width: calc((100% - 20px * 2) / 3 - 1px * 2 - 2px);
        margin-right: 20px; }
        body .thumbnail_ver2 > li:nth-of-type(3n) {
          margin-right: 0px; }
        body .thumbnail_ver2 > li a > h5 {
          padding: 2px 6px;
          font-size: 1.2rem; }
        body .thumbnail_ver2 > li a > div > span {
          font-size: 1.2rem; }
        body .thumbnail_ver2 > li.new a:after {
          width: 50px;
          height: 50px; }
        body .thumbnail_ver2 > li.new a:before {
          width: 50px;
          height: 50px; }
    body .thumbnail {
      display: flex;
      flex-wrap: wrap; }
      body .thumbnail > li {
        margin-bottom: 40px;
        width: calc((100% - 20px * 2) / 3 - 1px * 2 - 2px);
        margin-right: 20px; }
        body .thumbnail > li:nth-of-type(3n) {
          margin-right: 0px; }
        body .thumbnail > li a > h5 {
          padding: 2px 6px;
          font-size: 1.2rem; }
        body .thumbnail > li a > div {
          padding: 10px 10px; }
          body .thumbnail > li a > div > span {
            font-size: 1.2rem; }
        body .thumbnail > li.new a:after {
          width: 50px;
          height: 50px; }
        body .thumbnail > li.new a:before {
          width: 50px;
          height: 50px; }
    body.index #wrapper section h4 {
      font-size: 7rem;
      top: 8px; }
    body #wrapper .mainVis {
      position: relative;
      height: auto; }
      body #wrapper .mainVis .visual {
        width: 100%; }
        body #wrapper .mainVis .visual > div {
          width: 350px;
          margin-bottom: 0px;
          position: absolute;
          top: 20px;
          left: 20px;
          right: auto; }
          body #wrapper .mainVis .visual > div .logo_19th {
            margin-top: 20px;
            position: relative;
            width: 140px;
            bottom: 0px;
            left: 0px;
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px; }
        body #wrapper .mainVis .visual > b {
          max-width: 1280px;
          display: block;
          padding: 40px 0px 0px 0px;
          margin-left: auto;
          margin-right: auto;
          left: 0px;
          right: 0px; }
      body #wrapper .mainVis > .logo_19th {
        width: 140px;
        position: absolute;
        top: 220px;
        left: 20px; }
      body #wrapper .mainVis > .bgslide li img {
        width: 150%; }
      body #wrapper .mainVis > .banner {
        position: relative;
        bottom: 0px;
        margin-top: 20px; }
    body #wrapper section.top_swiper .prev, body #wrapper section.top_swiper .next {
      z-index: 2; }
    body #wrapper section.top_swiper .prev {
      left: 10px; }
    body #wrapper section.top_swiper .next {
      right: 10px; }
    body #wrapper section.top_swiper .carousel .swiper-slide.swiper-slide-active.update a:after, body #wrapper section.top_swiper .carousel .swiper-slide.swiper-slide-active.update a:before {
      display: flex; }
    body #wrapper section.top_swiper .carousel .swiper-slide.update a:after {
      display: flex; }
    body #wrapper section.top_swiper .carousel .swiper-slide.update a:before {
      display: flex; }
    body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material {
      padding: 10px 10px 5px 10px;
      width: calc(100% - 10px * 2); }
      body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material > span {
        font-size: 1rem;
        margin-bottom: 5px; }
      body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material > b {
        font-size: 1.2rem;
        margin-bottom: 5px; }
      body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material > strong {
        font-size: 1.2rem;
        margin-bottom: 5px; }
      body #wrapper section.top_swiper .carousel .swiper-slide > a > div > div.material > p {
        font-size: 1rem; }
    body #wrapper section.update h5 {
      margin-bottom: 40px; }
    body #wrapper section.update ul {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px; }
      body #wrapper section.update ul li {
        margin-bottom: 15px; }
        body #wrapper section.update ul li a {
          display: flex;
          flex-wrap: wrap; }
          body #wrapper section.update ul li a:link p {
            text-decoration: underline; }
          body #wrapper section.update ul li a:hover p {
            text-decoration: none; }
          body #wrapper section.update ul li a span {
            font-weight: normal;
            width: 100px; }
          body #wrapper section.update ul li a p {
            width: calc(100% - 100px);
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
    body #wrapper section.mainContents > div > ul {
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px;
      max-width: 800px;
      display: flex;
      justify-content: space-between; }
      body #wrapper section.mainContents > div > ul > li {
        width: calc((100% - 60px) / 2); }
        body #wrapper section.mainContents > div > ul > li h4 {
          margin-bottom: 40px; }
    body #wrapper section.timeline > div > .material > b {
      font-size: 2.4rem; }
    body #wrapper section.timeline > div > .material ul {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px; }
      body #wrapper section.timeline > div > .material ul li {
        width: calc((100% - 10px * 3) / 4); }
    body #wrapper section.timeline > div > .history {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px; }
      body #wrapper section.timeline > div > .history:after {
        border-left: 2px solid #333;
        top: 60px;
        left: 11px; }
      body #wrapper section.timeline > div > .history > ul:last-of-type {
        margin-bottom: 0px; }
      body #wrapper section.timeline > div > .history > ul > div.month {
        top: -20px;
        left: -10px;
        width: 45px;
        height: 45px; }
      body #wrapper section.timeline > div > .history > ul > li {
        padding: 20px 20px 20px 20px;
        position: relative;
        text-align: left;
        margin-bottom: 40px; }
        body #wrapper section.timeline > div > .history > ul > li > div p.date {
          font-size: 1.2rem;
          margin-bottom: 10px; }
        body #wrapper section.timeline > div > .history > ul > li > div span.category {
          padding: 3px 5px;
          font-size: 1.2rem;
          margin-bottom: 10px; }
        body #wrapper section.timeline > div > .history > ul > li > div h5 {
          font-size: 1.8rem;
          margin-bottom: 10px; }
        body #wrapper section.timeline > div > .history > ul > li > div article {
          margin-bottom: 20px; }
          body #wrapper section.timeline > div > .history > ul > li > div article > div.image {
            width: 150px;
            height: 150px; }
            body #wrapper section.timeline > div > .history > ul > li > div article > div.image + div:last-of-type {
              width: calc(100% - 150px - 10px); }
          body #wrapper section.timeline > div > .history > ul > li > div article > div:last-of-type {
            width: calc(100%);
            font-size: 1.3rem;
            line-height: 1.8; }
        body #wrapper section.timeline > div > .history > ul > li > div > div > a {
          margin-right: 10px;
          font-size: 1.1rem; }
          body #wrapper section.timeline > div > .history > ul > li > div > div > a span {
            margin-right: 3px; }
            body #wrapper section.timeline > div > .history > ul > li > div > div > a span:before {
              width: 18px;
              height: 18px; }
            body #wrapper section.timeline > div > .history > ul > li > div > div > a span:after {
              font-size: 1.1rem; }
        body #wrapper section.timeline > div > .history > ul > li > div > .more {
          bottom: 20px;
          padding: 2px 8px; }
          body #wrapper section.timeline > div > .history > ul > li > div > .more span {
            font-size: 1.2rem;
            line-height: 0.8; }
    body #wrapper section.timeline > div .nextYear {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px;
      font-size: 2rem; }
    body #wrapper section.gallery_detail {
      max-width: 1280px; }
      body #wrapper section.gallery_detail .image {
        text-align: center; }
        body #wrapper section.gallery_detail .image img {
          width: auto;
          max-width: 800px; }
    body #wrapper section.gallery_season h4, body #wrapper section.gallery_detail h4 {
      margin-bottom: 60px; }
      body #wrapper section.gallery_season h4 span, body #wrapper section.gallery_detail h4 span {
        font-size: 1.6rem; }
      body #wrapper section.gallery_season h4 p, body #wrapper section.gallery_detail h4 p {
        font-size: 2.4rem; }
    body #wrapper section.gallery_season .masonry, body #wrapper section.gallery_detail .masonry {
      width: calc(100% - 20px * 2);
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px;
      max-width: 1080px; }
      body #wrapper section.gallery_season .masonry > div.item, body #wrapper section.gallery_detail .masonry > div.item {
        width: calc((100% - 40px * 2) / 3); }
        body #wrapper section.gallery_season .masonry > div.item.full, body #wrapper section.gallery_detail .masonry > div.item.full {
          width: calc(100%); }
        body #wrapper section.gallery_season .masonry > div.item a, body #wrapper section.gallery_detail .masonry > div.item a {
          display: block;
          width: 100%;
          position: relative; }
          body #wrapper section.gallery_season .masonry > div.item a p, body #wrapper section.gallery_detail .masonry > div.item a p {
            font-size: 1.4rem;
            padding: 3px 10px;
            width: calc(100% - 10px * 2);
            color: #666;
            background: linear-gradient(#FFD500, #FFAC2A); }
    body #wrapper section.gallery_season .image, body #wrapper section.gallery_detail .image {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px; }
      body #wrapper section.gallery_season .image.full, body #wrapper section.gallery_detail .image.full {
        max-width: 1280px; }
        body #wrapper section.gallery_season .image.full img, body #wrapper section.gallery_detail .image.full img {
          max-width: calc(100%); }
    body #wrapper section.gallery_season .credit ul, body #wrapper section.gallery_detail .credit ul {
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px;
      max-width: 400px; }
      body #wrapper section.gallery_season .credit ul li span, body #wrapper section.gallery_detail .credit ul li span {
        width: 120px; }
      body #wrapper section.gallery_season .credit ul li p, body #wrapper section.gallery_detail .credit ul li p {
        width: calc(100% - 140px); }
    body #wrapper section.gallery_season .credit > p, body #wrapper section.gallery_detail .credit > p {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px; }
    body #wrapper section.gallery_season .download, body #wrapper section.gallery_detail .download {
      text-align: center; }
      body #wrapper section.gallery_season .download .btn, body #wrapper section.gallery_detail .download .btn {
        max-width: 150px; }
        body #wrapper section.gallery_season .download .btn a, body #wrapper section.gallery_detail .download .btn a {
          padding: 10px; }
    body #wrapper section.vanarium > div .vanarium_swiper {
      max-width: 660px;
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px; }
      body #wrapper section.vanarium > div .vanarium_swiper .swiper-container {
        position: relative; }
        body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper {
          margin-bottom: 25px; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.all {
            padding-top: 146%; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.intro {
            padding-top: 145%; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.intro > div div.main > p {
              width: 70%;
              font-size: 1.6rem; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.intro > div div.main > img {
              width: 70%;
              margin-bottom: 80px; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.cap {
            max-width: 260px; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.main {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            left: 0px;
            right: 0px; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.main > img {
              width: 130px;
              position: absolute;
              bottom: 25px;
              right: 20px; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.title {
            width: calc(60%);
            padding-top: 25%; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.title > p img {
              margin-bottom: 20px; }
              body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-wrapper .swiper-slide.vanarium div.title > p img:last-of-type {
                margin-bottom: 0px; }
        body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 3rem;
          z-index: 2; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev:focus, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next:focus {
            outline: none; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev .fa, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev .fas, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next .fa, body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next .fas {
            font-weight: 200; }
        body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .prev {
          left: 10px; }
        body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .next {
          right: 10px; }
        body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination {
          position: relative;
          display: flex;
          flex-wrap: wrap;
          bottom: 0px; }
          body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div {
            margin: 0px;
            margin-right: 5px;
            margin-bottom: 5px;
            border: 2px solid #999;
            width: calc(((100% - 5px * 9) / 10) - 2px * 2);
            height: auto;
            display: inline-block;
            border-radius: 0%;
            opacity: 0.3; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div.swiper-pagination-bullet-active {
              opacity: 1; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div:nth-of-type(10n) {
              margin-right: 0px; }
            body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div > p {
              padding-top: 100%;
              position: relative; }
              body #wrapper section.vanarium > div .vanarium_swiper .swiper-container .swiper-pagination > div > p img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                position: absolute;
                top: 0px;
                left: 0px; }
    body #wrapper .articleVis {
      position: relative; }
      body #wrapper .articleVis h1 {
        text-align: center;
        font-size: 3rem; }
    body #wrapper section.article {
      padding-top: 30px; }
      body #wrapper section.article article {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        margin-bottom: 80px;
        position: relative; }
        body #wrapper section.article article:after {
          content: "";
          clear: both;
          height: 0px;
          visibility: hidden;
          display: block; }
        body #wrapper section.article article h3 {
          font-size: 2.4rem;
          margin-bottom: 15px; }
        body #wrapper section.article article p {
          font-size: 1.4rem;
          margin-bottom: 15px; }
        body #wrapper section.article article h4 {
          font-size: 2rem;
          margin-bottom: 15px; }
      body #wrapper section.article .share {
        text-align: center; }
        body #wrapper section.article .share b {
          display: block;
          margin-bottom: 20px;
          font-size: 1.6rem; }
        body #wrapper section.article .share ul {
          width: 180px;
          margin-left: auto;
          margin-right: auto;
          left: 0px;
          right: 0px; }
          body #wrapper section.article .share ul li i {
            font-size: 5rem;
            line-height: 1;
            background-color: #FFF; }
          body #wrapper section.article .share ul li.twitter i {
            color: #55ACEE; }
          body #wrapper section.article .share ul li.facebook i {
            color: #3B5998; }
          body #wrapper section.article .share ul li.line i {
            color: #1ED830; }
    body #wrapper section.interview {
      min-height: 900px; }
    body .modal:after {
      height: 0px; }
    body .modal > div {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: auto;
      margin-top: 0px;
      width: calc(100%);
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      left: 0px;
      right: 0px; }
      body .modal > div > div p.date {
        font-size: 1.2rem;
        margin-bottom: 10px; }
      body .modal > div > div span.category {
        padding: 3px 5px;
        font-size: 1.2rem;
        margin-bottom: 10px; }
      body .modal > div > div h5 {
        font-size: 1.8rem;
        margin-bottom: 10px; }
      body .modal > div > div article {
        margin-bottom: 20px; }
        body .modal > div > div article > div:first-of-type {
          margin-bottom: 20px; }
        body .modal > div > div article > div:last-of-type {
          font-size: 1.2rem;
          line-height: 1.6; }
      body .modal > div > div > div > a {
        margin-right: 10px;
        font-size: 1.1rem; }
        body .modal > div > div > div > a span {
          margin-right: 3px; }
          body .modal > div > div > div > a span:before {
            width: 18px;
            height: 18px; }
          body .modal > div > div > div > a span:after {
            font-size: 1.1rem; } }
  @media screen and (min-width: 1060px) {
    body .breakpoint {
      font-family: point2; }
    body br.basic {
      display: none; }
    body br.point1 {
      display: none; }
    body br.point2 {
      display: inline-block; }
    body.teather #wrapper {
      width: 100%;
      max-width: 1080px; }
      body.teather #wrapper > .logo {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        margin-bottom: 40px; }
      body.teather #wrapper h5 {
        font-size: 3rem; }
      body.teather #wrapper section ul {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center; }
        body.teather #wrapper section ul li {
          width: 250px; }
    body header#orgHeader.hidden + .lang {
      top: 37px; }
    body .lang {
      text-align: left;
      padding-top: 0px;
      position: fixed;
      align-items: center;
      top: 80px;
      right: 0px;
      display: flex;
      background-color: #000;
      padding: 3px 5px; }
      body .lang > p {
        font-size: 1.4rem;
        margin-bottom: 0px;
        display: inline-block;
        margin-right: 20px; }
      body .lang > div a {
        margin-right: 10px;
        font-size: 1.4rem; }
    body .thumbnail.col3 > li, body .thumbnail_ver2.col3 > li {
      margin-bottom: 40px;
      width: calc((100% - 20px * 2) / 3);
      margin-right: 20px; }
      body .thumbnail.col3 > li:nth-of-type(2n), body .thumbnail_ver2.col3 > li:nth-of-type(2n) {
        margin-right: 20px; }
      body .thumbnail.col3 > li:nth-of-type(3n), body .thumbnail_ver2.col3 > li:nth-of-type(3n) {
        margin-right: 0px; }
    body .thumbnail.col4 > li, body .thumbnail_ver2.col4 > li {
      margin-bottom: 40px;
      width: calc((100% - 20px * 3) / 4 - 1px * 2 - 2px);
      margin-right: 20px; }
      body .thumbnail.col4 > li:nth-of-type(3n), body .thumbnail_ver2.col4 > li:nth-of-type(3n) {
        margin-right: 20px; }
      body .thumbnail.col4 > li:nth-of-type(4n), body .thumbnail_ver2.col4 > li:nth-of-type(4n) {
        margin-right: 0px; }
    body #wrapper {
      /*セクションの一般設定*/ }
      body #wrapper section {
        padding: 60px 0px;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px; }
        body #wrapper section h5 {
          margin-bottom: 60px; }
          body #wrapper section h5 b {
            font-size: 2.6rem;
            line-height: 1;
            letter-spacing: 0.2rem; }
          body #wrapper section h5 p {
            margin-top: 10px;
            font-size: 1.4rem; }
        body #wrapper section > div {
          width: calc(100%); }
      body #wrapper .mainVis > .logo_19th {
        width: 180px; }
      body #wrapper .mainVis .banner {
        position: absolute;
        max-width: 100%;
        top: 40px;
        bottom: auto;
        left: auto;
        right: 20px;
        margin-top: 0px;
        justify-content: flex-end; }
        body #wrapper .mainVis .banner li {
          width: 150px;
          margin-left: 10px; }
      body #wrapper .mainVis > .bgslide li img {
        width: 90%; }
      body #wrapper section.gallery_index .wallPaper {
        height: 404px;
        background-size: 1080px;
        animation: none;
        margin-bottom: 60px; }
      body #wrapper section.projects > div ul li > div:nth-of-type(2) p {
        font-size: 1.15rem; }
      body #wrapper section.article {
        max-width: 100%; }
        body #wrapper section.article .fix_share {
          padding: 8px; }
          body #wrapper section.article .fix_share b {
            margin-bottom: 15px;
            font-size: 1.4rem; }
          body #wrapper section.article .fix_share ul {
            width: 140px; }
            body #wrapper section.article .fix_share ul li {
              margin-right: 10px; }
              body #wrapper section.article .fix_share ul li:last-of-type {
                margin-right: 0px; }
              body #wrapper section.article .fix_share ul li i {
                font-size: 3.2rem; }
              body #wrapper section.article .fix_share ul li.twitter i {
                color: #55ACEE; }
              body #wrapper section.article .fix_share ul li.facebook i {
                color: #3B5998; }
              body #wrapper section.article .fix_share ul li.line i {
                color: #1ED830; }
    body .modal {
      height: 100%; }
      body .modal:after {
        content: "";
        display: block;
        height: 20px; }
      body .modal > div {
        position: relative;
        top: 0%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        margin: auto;
        margin-top: 40px; }
        body .modal > div:last-of-type {
          margin-bottom: 0px; } }
  body a:link, body a:visited {
    color: #000544; }
  body a:link {
    text-decoration: none; }
  body a:visited {
    text-decoration: none; }
  body a:hover {
    color: #000544; }
  body a:hover {
    text-decoration: none; }
  body.noscroll {
    position: fixed;
    overflow-y: scroll; }

.breakpoint {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: fixed;
  bottom: 0px;
  left: 0px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  scrollbar-width: none; }

select::-webkit-scrollbar {
  display: none; }

select::-moz-scrollbar {
  display: none;
  scrollbar-width: none; }

select::-o-scrollbar {
  display: none; }

select::-google-ms-scrollbar {
  display: none; }

select::-khtml-scrollbar {
  display: none; }

select::-ms-expand {
  display: none; }
