  @charset "UTF-8";
/* ----------------------------
 * vars
 ----------------------------*/
/* font */
/* ----------------------------
 * Mixin
 ----------------------------*/
.history-component::after,
.history-article::after {
  display: block;
  clear: both;
  content: ''; }

/* ------------------------------------------------------
 * Reset
------------------------------------------------------ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ----- custom ----- */
main {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

h1, h2, h3, h4, h5, h6, small {
  font-weight: normal; }

ul, ol {
  list-style: none; }

strong {
  font-weight: bold; }

em, i {
  font-style: italic; }

address {
  font-style: normal; }

hr, legend {
  display: none; }

time {
  display: block; }

sub, sup {
  position: relative;
  font-size: 74%;
  line-height: 1; }

sup {
  top: -.15em; }

sub {
  bottom: -.1em; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/* ------------------------------------------------------
 * Fonts
------------------------------------------------------ */
/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 */
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 100;
  src: url(https:https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype"); }

/* ------------------------------------------------------
 * Basic
------------------------------------------------------ */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  color: #333;
  font: 1.6rem "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;
  line-height: 1.75;
  word-wrap: break-word; }
  body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    body *::before, body *::after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

/* ----- link ----- */
a {
  -webkit-transition-property: background, color, border;
  transition-property: background, color, border;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  outline: none; }
  a:link {
    color: #007dd4;
    text-decoration: none; }
  a:visited {
    color: #64378e;
    text-decoration: none; }
  a:hover {
    color: #007dd4;
    text-decoration: underline; }
  a:active {
    color: #007dd4;
    text-decoration: none; }

/* ----- form ----- */
input,
select,
textarea,
button {
  font: 1.6rem "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif; }

/* ----- gp ----- */
.gp-al-center {
  text-align: center !important; }

.gp-al-left {
  text-align: left !important; }

.gp-al-right {
  text-align: right !important; }

.gp-mt-0 {
  margin-top: 0px !important; }

.gp-mt-5 {
  margin-top: 5px !important; }

.gp-mt-10 {
  margin-top: 10px !important; }

.gp-mt-15 {
  margin-top: 15px !important; }

.gp-mt-20 {
  margin-top: 20px !important; }

.gp-mt-25 {
  margin-top: 25px !important; }

.gp-mt-30 {
  margin-top: 30px !important; }

.gp-mt-35 {
  margin-top: 35px !important; }

.gp-mt-40 {
  margin-top: 40px !important; }

.gp-mt-45 {
  margin-top: 45px !important; }

.gp-mt-50 {
  margin-top: 50px !important; }

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Basic
  ------------------------------------------------------ */
  /* ----- link ----- */
  /* tel */
  a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    cursor: default; }
  a img {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  a:hover img {
    opacity: 0.7; }
  .pc-hidden {
    display: none !important; }
  .pc-width-auto {
    width: auto !important; } }

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Basic
  ------------------------------------------------------ */
  body {
    font-size: 1.4rem;
    line-height: 1.5; }
  input,
  select,
  textarea,
  button {
    font-size: 1.4rem; }
  a:hover {
    text-decoration: none; }
  .sp-hidden {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .l-page {
    position: relative;
    min-height: 100vh;
    padding-left: 66px; }
  .l-main > .contents {
    padding-top: 90px; }
  .l-menu {
    width: 66px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    z-index: 105; }
    .l-menu .footer-link {
      display: none; }
  .l-sp-header {
    display: none !important; }
  .l-footer {
    padding: 40px 40px 36px; }
  #footer-logo {
    text-align: right;
    line-height: 1; }
    #footer-logo > a {
      display: block;
      width: 189px;
      height: 21px;
      margin-left: auto;
      background: url(/jp/90th/common/img/90th_com_logo01.png) 0 0 no-repeat;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      #footer-logo > a:hover {
        opacity: .7; }
      #footer-logo > a > span {
        display: none; }
  .footer-body {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px; }
  .footer-link {
    margin-right: 2vw; }
  .footer-link_list {
    display: -webkit-flex;
    display: flex; }
    .footer-link_list > li {
      margin-left: 2.3vw; }
      .footer-link_list > li > a {
        font-size: 1.4rem;
        color: #555; }
        .footer-link_list > li > a[target="_blank"]::after {
          position: relative;
          display: inline-block;
          content: "";
          width: 13px;
          height: 13px;
          background-image: url(/jp/90th/common/img/90th_com_sprite.png);
          background-repeat: no-repeat;
          background-position: 0 0;
          top: -2px;
          margin-left: 12px;
          vertical-align: middle; }
  #footer-copy {
    font-size: 1.3rem;
    color: #999; } }

@media screen and (max-width: 767px) {
  .l-page {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden; }
  .l-main {
    padding: 0 15px; }
    .l-main > .contents {
      padding-top: 70px; }
  .l-sp-header {
    height: 55px; }
    .l-sp-header .header_body {
      position: fixed;
      width: 100%;
      height: 55px;
      top: 0;
      left: 0;
      background: #000;
      z-index: 90; }
      .l-sp-header .header_body .header_logo {
        position: relative;
        width: 191px;
        height: 19px;
        margin: 20px 0 0 15px; }
        .l-sp-header .header_body .header_logo > a {
          display: block;
          width: 100%;
          height: 100%;
          background-image: url(/jp/90th/common/img/90th_com_sprite.png);
          background-size: 240px auto;
          background-position: -20px -40px;
          background-repeat: no-repeat; }
          .l-sp-header .header_body .header_logo > a > span {
            display: none; }
  .l-footer {
    padding: 28px 15px 15px; }
    .l-footer .footer-link {
      display: none; }
  #footer-logo {
    line-height: 1; }
    #footer-logo > a {
      display: block;
      width: 133px;
      height: 15px;
      margin: 0 auto;
      background: url(/jp/90th/common/img/90th_com_logo01_sp.png) 0 0 no-repeat;
      background-size: 133px auto;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      #footer-logo > a > span {
        display: none; }
  #footer-copy {
    margin-top: 14px;
    font-size: 1.0rem;
    color: #999;
    text-align: center; } }

@media print {
  .l-page {
    min-width: 1600px; } }

@media print, screen and (min-width: 768px) {
  #menu .menu-container {
    position: relative;
    height: 100%; }
  #menu .menu-head {
    position: relative;
    width: 66px;
    height: 100%;
    z-index: 2;
    background: #000; }
    #menu .menu-head > a {
      position: absolute;
      display: block;
      width: 21px;
      height: 203px;
      top: 50%;
      left: 50%;
      margin-top: -102px;
      margin-left: -10px;
      background: url(/jp/90th/common/img/90th_com_sprite.png) 0 -40px no-repeat;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      #menu .menu-head > a > span {
        display: none; }
      #menu .menu-head > a:hover {
        opacity: .7; }
  #menu .menu-body {
    position: absolute;
    top: 0;
    left: 100%;
    width: 750px;
    height: 100%;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    background: #000;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 0.4s, 0.5s;
    transition-duration: 0.4s, 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.1s, 0s;
    transition-delay: 0.1s, 0s; }
  #menu .menu-list {
    padding-left: 100px;
    overflow: auto; }
    #menu .menu-list .menu_item {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      padding: 10px;
      color: #fff; }
    #menu .menu-list a.menu_item:hover {
      text-decoration: none; }
      #menu .menu-list a.menu_item:hover .menu_year img {
        opacity: 1; }
      #menu .menu-list a.menu_item:hover .menu_year > span::after {
        right: -3px;
        opacity: .7; }
    #menu .menu-list .menu_img {
      -webkit-flex: 150px 0 0;
      flex: 150px 0 0;
      margin-right: 25px;
      background: #fff; }
    #menu .menu-list .menu_year > span {
      display: inline-block;
      position: relative;
      padding-right: 28px; }
      #menu .menu-list .menu_year > span::after {
        position: absolute;
        display: block;
        content: "";
        width: 14px;
        height: 14px;
        top: 50%;
        right: 2px;
        margin-top: -7px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-radius: 1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-property: right, opacity;
        transition-property: right, opacity;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
    #menu .menu-list .menu_caption {
      margin-top: 10px;
      line-height: 1.5; }
  #menu .menu-trigger {
    position: absolute;
    width: 37px;
    height: 43px;
    top: 50%;
    left: 100%;
    margin-top: -22px;
    margin-left: 7px;
    z-index: 5; }
    #menu .menu-trigger > a {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      #menu .menu-trigger > a > span {
        display: none; }
      #menu .menu-trigger > a::before, #menu .menu-trigger > a::after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        -webkit-transition-property: opacity, transform;
        transition-property: opacity, transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
      #menu .menu-trigger > a::before {
        width: 37px;
        height: 43px;
        background-image: url(/jp/90th/common/img/90th_com_sprite.png);
        background-repeat: no-repeat;
        background-position: -120px 0;
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px); }
      #menu .menu-trigger > a::after {
        width: 37px;
        height: 43px;
        background-image: url(/jp/90th/common/img/90th_com_sprite.png);
        background-repeat: no-repeat;
        background-position: -80px -120px; }
      #menu .menu-trigger > a:hover::after {
        opacity: .7; }
  #menu.is-open .menu-body {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  #menu.is-open .menu-trigger > a {
    -webkit-transform: translateX(17px);
    transform: translateX(17px); }
    #menu.is-open .menu-trigger > a::before {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    #menu.is-open .menu-trigger > a::after {
      opacity: 0;
      -webkit-transform: translateX(40px);
      transform: translateX(40px); }
    #menu.is-open .menu-trigger > a:hover::before {
      opacity: .7; } }

@media screen and (max-width: 767px) {
  body.is-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0; }
  #menu .menu-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    padding: 20px 15px 18px;
    background: #000;
    overflow: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    z-index: 100;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 0.4s, 0.5s;
    transition-duration: 0.4s, 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.1s, 0s;
    transition-delay: 0.1s, 0s; }
    #menu .menu-container .footer-link {
      margin-top: auto;
      padding: 10px 0 20px; }
      #menu .menu-container .footer-link .footer-link_list {
        display: -webkit-flex;
        display: flex; }
        #menu .menu-container .footer-link .footer-link_list > li + li {
          margin-left: 35px; }
        #menu .menu-container .footer-link .footer-link_list > li > a {
          font-size: 1.2rem;
          color: #bebebe; }
          #menu .menu-container .footer-link .footer-link_list > li > a[target="_blank"]::after {
            position: relative;
            display: inline-block;
            content: "";
            width: 11px;
            height: 11px;
            background-image: url(/jp/90th/common/img/90th_com_sprite.png);
            background-repeat: no-repeat;
            background-position: -160px 0;
            background-size: 240px auto;
            top: -2px;
            margin-left: 10px;
            vertical-align: middle; }
  #menu .menu-body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-flex: auto 1 1;
    flex: auto 1 1; }
  #menu .menu-head {
    position: relative;
    width: 191px;
    height: 19px;
    margin-bottom: 10.6vw; }
    #menu .menu-head > a {
      display: block;
      width: 100%;
      height: 100%;
      background-image: url(/jp/90th/common/img/90th_com_sprite.png);
      background-size: 240px auto;
      background-position: -20px -40px;
      background-repeat: no-repeat; }
      #menu .menu-head > a > span {
        display: none; }
  #menu .menu-list .menu_item {
    display: -webkit-flex;
    display: flex;
    padding-right: 23px;
    color: #fff; }
    #menu .menu-list .menu_item + .menu_item {
      margin-top: 5.3vw; }
  #menu .menu-list .menu_img {
    -webkit-flex: 75px 0 0;
    flex: 75px 0 0;
    margin-right: 10px; }
  #menu .menu-list .menu_year > span {
    display: inline-block;
    position: relative;
    padding-right: 15px; }
    #menu .menu-list .menu_year > span::after {
      position: absolute;
      display: block;
      content: "";
      width: 8px;
      height: 8px;
      top: 50%;
      right: 2px;
      margin-top: -5px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      border-radius: 1px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #menu .menu-list .menu_year > span img {
      height: 18px;
      width: auto; }
  #menu .menu-list .menu_caption {
    margin-top: 2vw;
    font-size: 1.3rem;
    line-height: 1.5; }
  #menu .menu-trigger {
    position: absolute;
    width: 31px;
    height: 36px;
    top: 10px;
    right: 15px;
    z-index: 100; }
    #menu .menu-trigger > a {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition-property: opacity, transform;
      transition-property: opacity, transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      #menu .menu-trigger > a > span {
        display: none; }
    #menu .menu-trigger.sp-toOpen > a, #menu .menu-trigger.sp-toClose > a {
      background-image: url(/jp/90th/common/img/90th_com_sprite.png);
      background-size: 240px auto;
      background-repeat: no-repeat; }
    #menu .menu-trigger.sp-toOpen {
      position: fixed; }
      #menu .menu-trigger.sp-toOpen > a {
        background-position: -80px 0; }
    #menu .menu-trigger.sp-toClose > a {
      background-position: -120px 0; }
  #menu.is-open .menu-container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  #menu.is-open .menu-trigger.sp-toOpen > a {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px); } }

@media print, screen and (min-width: 768px) {
  .page-title {
    position: relative;
    margin-bottom: -40px;
    padding-bottom: 40px;
    overflow: hidden; }
    .page-title::before {
      position: absolute;
      display: block;
      content: "";
      width: 1920px;
      height: 100%;
      background-image: linear-gradient(to right, #f0f0ee 0%, #f0f0ee 68%, #dcca9c 68%, #dcca9c 100%);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      top: -40px;
      left: 50%;
      margin-left: -960px; }
    .page-title > .inner {
      position: relative;
      width: 100%;
      max-width: 1564px;
      margin: 0 auto;
      padding: 0 20px 0 50px;
      display: flex;
      justify-content: space-between; }
    .page-title .title {
      position: relative;
      width: 75%;
      max-width: 855px;
      min-height: 600px;
      padding: 66px 20px 20px 0;
      flex-shrink: 0; }
    .page-title .title_year {
      margin-bottom: 40px; }
    .page-title .title_heading {
      margin-bottom: 30px; }
    .page-title .title_lead {
      font-size: 1.8rem; }
    .page-title .main_visual {
      position: relative;
      top: 40px;
      flex-shrink: 1;
      display: flex;
      align-items: flex-end; }
      .page-title .main_visual img {
        width: 100%;
        height: auto; }
  .image-set {
    margin-top: 20px; }
    .image-set .image_caption {
      margin-top: 10px;
      font-size: 1.8rem;
      text-align: left; }
    .image-set.gp-al-center {
      display: flex;
      flex-flow: column;
      align-items: center; }
  [data-row-pc] {
    display: flex;
    flex-flow: row wrap; }
  [data-row-pc="2"] > * {
    width: calc((100% - 30px) / 2);
    margin-left: 30px;
    margin-top: 15px; }
    [data-row-pc="2"] > *:nth-child(-n + 2) {
      margin-top: 0; }
    [data-row-pc="2"] > *:nth-child(2n + 1) {
      margin-left: 0; }
  [data-row-pc="3"] > * {
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
    margin-top: 15px; }
    [data-row-pc="3"] > *:nth-child(-n + 3) {
      margin-top: 0; }
    [data-row-pc="3"] > *:nth-child(3n + 1) {
      margin-left: 0; }
  [data-row-pc="4"] > * {
    width: calc((100% - 45px) / 4);
    margin-left: 15px;
    margin-top: 15px; }
    [data-row-pc="4"] > *:nth-child(-n + 4) {
      margin-top: 0; }
    [data-row-pc="4"] > *:nth-child(4n + 1) {
      margin-left: 0; }
  [data-row-pc="5"] > * {
    width: calc((100% - 60px) / 5);
    margin-left: 15px;
    margin-top: 15px; }
    [data-row-pc="5"] > *:nth-child(-n + 5) {
      margin-top: 0; }
    [data-row-pc="5"] > *:nth-child(5n + 1) {
      margin-left: 0; }
  .column-layout {
    margin-top: 20px; }
    .column-layout > .column_item > *:first-child {
      margin-top: 0 !important; }
  .slider-component {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    overflow: hidden; }
    .slider-component .slick-list {
      padding-top: 32px !important; }
    .slider-component .slick-counter {
      position: relative;
      width: 100%;
      max-width: 1000px;
      margin: -54px auto 0;
      padding-right: 125px;
      font-size: 3.2rem;
      font-weight: 100;
      font-family: "Noto Sans CJK JP";
      color: #888;
      font-style: italic;
      text-align: right; }
      .slider-component .slick-counter .current {
        position: relative;
        padding-right: 2px;
        font-size: 2.4rem;
        top: -5px;
        left: 5px; }
      .slider-component .slick-counter .total {
        position: relative;
        padding-right: 2px;
        font-size: 2.4rem;
        top: 5px;
        left: -5px; }
    .slider-component .slick-controller {
      position: relative;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; }
      .slider-component .slick-controller .slick-prev,
      .slider-component .slick-controller .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: inherit;
        left: inherit;
        bottom: 35px;
        right: 0;
        display: block;
        width: 54px;
        height: 54px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background-color: #fff;
        transform: none;
        z-index: 10; }
        .slider-component .slick-controller .slick-prev::before,
        .slider-component .slick-controller .slick-next::before {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 14px;
          height: 14px;
          margin-top: -6px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          content: "";
          opacity: 1;
          z-index: 12; }
        .slider-component .slick-controller .slick-prev::after,
        .slider-component .slick-controller .slick-next::after {
          position: absolute;
          display: block;
          content: "";
          -webkit-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          -webkit-transition-delay: 0s;
          transition-delay: 0s;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: #000; }
        .slider-component .slick-controller .slick-prev:hover::after,
        .slider-component .slick-controller .slick-next:hover::after {
          opacity: 0.6; }
      .slider-component .slick-controller .slick-prev {
        margin-right: 60px; }
        .slider-component .slick-controller .slick-prev::before {
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
          margin-left: -4px; }
      .slider-component .slick-controller .slick-next {
        margin-right: 5px; }
        .slider-component .slick-controller .slick-next::before {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-left: -8px; }
    .slider-component .slider_item {
      position: relative;
      width: calc(100vw - 116px);
      max-width: 1000px;
      padding: 0 25px;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
      .slider-component .slider_item::after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
      .slider-component .slider_item.slick-current {
        transform: translateY(-32px); }
        .slider-component .slider_item.slick-current::after {
          opacity: 0; }
      .slider-component .slider_item .item_caption {
        margin-top: 14px;
        font-size: 1.8rem;
        line-height: 1.0; }
  .history-component {
    position: relative;
    margin-top: 60px;
    width: 100%;
    max-width: 1584px;
    margin: 0 auto;
    padding: 0 20px 0 70px; }
    .history-component > .inner {
      position: relative;
      width: 100%;
      max-width: 1434px;
      float: right;
      padding: 70px 0 50px;
      overflow: hidden; }
      .history-component > .inner > *:first-child {
        margin-top: 0 !important; }
      .history-component > .inner::before {
        position: absolute;
        display: block;
        content: "";
        width: calc(((100% - 250px) / 3) * 1);
        max-width: 400px;
        height: 100%;
        top: 0;
        right: 0;
        background: #f0f0ee; }
      .history-component > .inner::after {
        position: absolute;
        display: block;
        content: "";
        height: 100%;
        width: 6px;
        top: 25px;
        left: 56px;
        background-image: linear-gradient(to bottom, #cbc0a9, #cbc0a9 1px, transparent 1px, transparent 8px);
        background-size: 6px 8px;
        background-repeat: repeat-y;
        background-position: 0 0;
        z-index: 1; }
    .history-component .history-article {
      position: relative;
      margin-top: 60px;
      z-index: 2; }
      .history-component .history-article .history_year {
        position: relative;
        float: left;
        height: 100px;
        margin-right: 80px;
        background: #fff; }
        .history-component .history-article .history_year::before {
          position: absolute;
          display: block;
          content: "";
          width: 9px;
          height: 9px;
          top: 50%;
          left: 100%;
          margin-top: -4px;
          margin-left: 18px;
          background: #cfc0a1; }
        .history-component .history-article .history_year::after {
          position: absolute;
          display: block;
          content: "";
          width: 40px;
          height: 1px;
          top: 50%;
          left: 100%;
          margin-left: 18px;
          background: #cfc0a1; }
      .history-component .history-article .history_detail {
        float: left;
        width: calc(((100% - 250px) / 3) * 2);
        max-width: 750px;
        padding-top: 33px;
        padding-right: 50px; }
        .history-component .history-article .history_detail > *:first-child {
          margin-top: 0 !important; }
        .history-component .history-article .history_detail .text {
          margin-top: 1.5em;
          font-size: 2.0rem;
          font-weight: bold; }
      .history-component .history-article .history_social {
        width: calc(((100% - 250px) / 3) * 1);
        max-width: 400px;
        padding-top: 33px;
        float: right;
        clear: right; }
        .history-component .history-article .history_social .social_title {
          position: relative; }
          .history-component .history-article .history_social .social_title .title {
            position: absolute;
            width: 100%;
            top: -70px;
            text-align: center; }
            .history-component .history-article .history_social .social_title .title > img {
              width: 143px;
              height: 24px; }
        .history-component .history-article .history_social .social_event {
          position: relative;
          margin-left: 20px;
          padding: 0 20px 0 50px;
          font-size: 1.8rem;
          line-height: 1.4; }
          .history-component .history-article .history_social .social_event + .social_event {
            margin-top: 30px; }
          .history-component .history-article .history_social .social_event.offset_-1year {
            top: -1.2em; }
          .history-component .history-article .history_social .social_event.offset_-2year {
            top: -2.4em; }
          .history-component .history-article .history_social .social_event.offset_1year {
            top: 1.2em; }
          .history-component .history-article .history_social .social_event.offset_2year {
            top: 2.4em; }
          .history-component .history-article .history_social .social_event.offset_3year {
            top: 3.6em; }
          .history-component .history-article .history_social .social_event.offset_4year {
            top: 4.8em; }
          .history-component .history-article .history_social .social_event.offset_5year {
            top: 6em; }
          .history-component .history-article .history_social .social_event .year {
            position: relative;
            color: #9e7e42; }
            .history-component .history-article .history_social .social_event .year::before {
              position: absolute;
              display: block;
              content: "";
              width: 9px;
              height: 9px;
              top: 50%;
              left: -52px;
              margin-top: -4px;
              background: #cfc0a1; }
            .history-component .history-article .history_social .social_event .year::after {
              position: absolute;
              display: block;
              content: "";
              width: 40px;
              height: 1px;
              top: 50%;
              left: -52px;
              background: #cfc0a1; }
  .js-fade-in {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    .js-fade-in.is-animated {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .btm-navi-component {
    margin-top: 100px; }
    .btm-navi-component .inner {
      background: #dcca9c; }
    .btm-navi-component .navi_row {
      display: -webkit-flex;
      display: flex; }
      .btm-navi-component .navi_row .navi_item {
        position: relative;
        width: 50%; }
        .btm-navi-component .navi_row .navi_item::after {
          position: absolute;
          display: block;
          content: "";
          width: 18px;
          height: 18px;
          border-right: 2px solid #fff;
          border-bottom: 2px solid #fff;
          top: 50%;
          margin-top: -9px; }
        .btm-navi-component .navi_row .navi_item.navi-prev {
          margin-right: auto; }
          .btm-navi-component .navi_row .navi_item.navi-prev::after {
            left: 40px;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
        .btm-navi-component .navi_row .navi_item.navi-next {
          margin-left: auto; }
          .btm-navi-component .navi_row .navi_item.navi-next::after {
            right: 40px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
        .btm-navi-component .navi_row .navi_item .block {
          position: relative;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          width: 100%;
          height: 0;
          padding-top: 32.36%;
          overflow: hidden; }
          .btm-navi-component .navi_row .navi_item .block .navi_image {
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            -webkit-transition-delay: 0s;
            transition-delay: 0s; }
            .btm-navi-component .navi_row .navi_item .block .navi_image::before {
              position: absolute;
              display: block;
              content: "";
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.6);
              opacity: 0;
              -webkit-transition-property: opacity;
              transition-property: opacity;
              -webkit-transition-duration: 0.8s;
              transition-duration: 0.8s;
              -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
              -webkit-transition-delay: 0s;
              transition-delay: 0s; }
          .btm-navi-component .navi_row .navi_item .block .navi_title {
            position: absolute;
            top: 0;
            padding: 0 100px;
            width: 100%;
            height: 100%;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center; }
          .btm-navi-component .navi_row .navi_item .block:hover .navi_image {
            -webkit-transform: scale(1.2) rotate(0.0001deg);
            transform: scale(1.2) rotate(0.0001deg); }
            .btm-navi-component .navi_row .navi_item .block:hover .navi_image::before {
              opacity: 1; }
          .btm-navi-component .navi_row .navi_item .block:hover img {
            opacity: 1; } }

@media screen and (max-width: 767px) {
  .page-title {
    margin: 0 -15px;
    padding: 23px 15px 25px;
    background: #f0f0ee; }
    .page-title .title_year {
      margin-bottom: 20px; }
    .page-title .title_heading {
      margin-bottom: 24px; }
    .page-title .main_visual {
      position: relative;
      margin: 25px 0 -25px;
      padding-left: 18px; }
      .page-title .main_visual::before {
        position: absolute;
        display: block;
        content: "";
        width: 82%;
        height: 100%;
        background: #dcca9c;
        top: 0;
        right: -15px; }
      .page-title .main_visual img {
        position: relative;
        bottom: -20px;
        width: 280px; }
  .image-set {
    margin-top: 14px; }
    .image-set .image_caption {
      margin-top: 8px;
      font-size: 1.3rem;
      text-align: left; }
    .image-set.gp-al-center {
      display: flex;
      flex-flow: column;
      align-items: center; }
  [data-row-sp]:not([data-row-sp="1"]) {
    display: flex;
    flex-flow: row wrap; }
  [data-row-sp="1"] > * + * {
    margin-top: 15px; }
  [data-row-sp="2"] > * {
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
    margin-top: 15px; }
    [data-row-sp="2"] > *:nth-child(-n + 2) {
      margin-top: 0; }
    [data-row-sp="2"] > *:nth-child(2n + 1) {
      margin-left: 0; }
  [data-row-sp="3"] > * {
    width: calc((100% - 30px) / 3);
    margin-left: 15px;
    margin-top: 15px; }
    [data-row-sp="3"] > *:nth-child(-n + 3) {
      margin-top: 0; }
    [data-row-sp="3"] > *:nth-child(3n + 1) {
      margin-left: 0; }
  .column-layout {
    margin-top: 15px; }
    .column-layout > .column_item > *:first-child {
      margin-top: 0 !important; }
  .slider-component {
    margin: 0 -15px; }
    .slider-component .slick-counter {
      margin: 10px 15px 0;
      padding-right: 85px;
      font-size: 2.4rem;
      font-weight: 100;
      font-family: "Noto Sans CJK JP";
      color: #888;
      font-style: italic;
      text-align: right; }
      .slider-component .slick-counter .current {
        position: relative;
        font-size: 1.7rem;
        top: -5px;
        left: 5px; }
      .slider-component .slick-counter .total {
        position: relative;
        font-size: 1.7rem;
        top: 5px;
        left: -5px; }
    .slider-component .slick-controller {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .slider-component .slick-controller .slick-prev,
      .slider-component .slick-controller .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: inherit;
        right: 0;
        bottom: 0;
        left: inherit;
        display: block;
        width: 35px;
        height: 35px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background-color: #fff;
        transform: none;
        z-index: 10; }
        .slider-component .slick-controller .slick-prev::before,
        .slider-component .slick-controller .slick-next::before {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 12px;
          height: 12px;
          margin-top: -7px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          content: "";
          opacity: 1;
          z-index: 12; }
        .slider-component .slick-controller .slick-prev::after,
        .slider-component .slick-controller .slick-next::after {
          position: absolute;
          display: block;
          content: "";
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: #000; }
      .slider-component .slick-controller .slick-prev {
        right: 55px; }
        .slider-component .slick-controller .slick-prev::before {
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
          margin-left: -4px; }
      .slider-component .slick-controller .slick-next {
        right: 15px; }
        .slider-component .slick-controller .slick-next::before {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-left: -8px; }
    .slider-component .slider_item {
      position: relative;
      width: 285px;
      margin: 0 8px; }
      .slider-component .slider_item::after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
      .slider-component .slider_item.slick-current::after {
        opacity: 0; }
      .slider-component .slider_item .item_caption {
        margin-top: 8px;
        font-size: 1.3rem;
        line-height: 1.0; }
  .history-component {
    margin-top: 12px; }
    .history-component > .inner {
      position: relative;
      padding: 27px 0 22px; }
      .history-component > .inner > *:first-child {
        margin-top: 0 !important; }
      .history-component > .inner::before {
        position: absolute;
        display: block;
        content: "";
        height: 100%;
        width: 6px;
        top: 0;
        left: 0;
        background-image: linear-gradient(to bottom, #cbc0a9, #cbc0a9 1px, transparent 1px, transparent 8px);
        background-size: 6px 8px;
        background-repeat: repeat-y;
        background-position: 0 0; }
    .history-component .history-article {
      position: relative;
      margin-top: 25px; }
      .history-component .history-article .history_year {
        height: 50px;
        margin-bottom: 8px;
        background: #fff; }
        .history-component .history-article .history_year .year {
          height: inherit;
          line-height: 1.0; }
      .history-component .history-article .history_detail {
        margin-left: 20px; }
        .history-component .history-article .history_detail > *:first-child {
          margin-top: 0 !important; }
        .history-component .history-article .history_detail .text {
          margin-top: 1.5em;
          font-weight: bold; }
        .history-component .history-article .history_detail + .history_social {
          margin-top: 25px;
          margin-bottom: 0; }
      .history-component .history-article .history_social {
        margin: 0 -15px 25px 28.9%;
        padding: 15px;
        background: #f0f0ee; }
        .history-component .history-article .history_social .social_title .title {
          width: 89px;
          margin: 0 auto; }
        .history-component .history-article .history_social .social_event + .social_event {
          margin-top: 1.0em; }
        .history-component .history-article .history_social .social_event .year {
          color: #9e7e42; }
  .js-fade-in {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    .js-fade-in.is-animated {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .btm-navi-component {
    margin: 35px -15px 0; }
    .btm-navi-component .navi_row .navi_item {
      position: relative; }
      .btm-navi-component .navi_row .navi_item::after {
        position: absolute;
        display: block;
        content: "";
        width: 12px;
        height: 12px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        top: 50%;
        margin-top: -6px; }
      .btm-navi-component .navi_row .navi_item.navi-prev::after {
        left: 15px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
      .btm-navi-component .navi_row .navi_item.navi-next::after {
        right: 15px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .btm-navi-component .navi_row .navi_item .block {
        position: relative;
        display: block; }
        .btm-navi-component .navi_row .navi_item .block .navi_image img {
          width: 100%; }
        .btm-navi-component .navi_row .navi_item .block .navi_title {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          padding: 0 48px; } }

.num-roulette [class^="n"],
.num-static [class^="n"] {
  display: inline-block; }

.num-roulette [class^="n"]:nth-child(1),
.num-roulette [class^="n"]:nth-child(2),
.num-static [class^="n"]:nth-child(1),
.num-static [class^="n"]:nth-child(2) {
  width: 38px;
  height: 70px;
  margin-bottom: 8px;
  background: url(/jp/90th/common/img/90th_number_sprite01.png) 0 0 no-repeat; }

.num-roulette [class^="n"]:nth-child(3),
.num-roulette [class^="n"]:nth-child(4),
.num-static [class^="n"]:nth-child(3),
.num-static [class^="n"]:nth-child(4) {
  width: 47px;
  height: 100px;
  background: url(/jp/90th/common/img/90th_number_sprite02.png) 0 0 no-repeat; }

@media screen and (max-width: 767px) {
  .num-roulette [class^="n"]:nth-child(1),
  .num-roulette [class^="n"]:nth-child(2),
  .num-static [class^="n"]:nth-child(1),
  .num-static [class^="n"]:nth-child(2) {
    width: 19px;
    height: 35px;
    margin-bottom: 4px;
    background-size: 19px auto; }
  .num-roulette [class^="n"]:nth-child(3),
  .num-roulette [class^="n"]:nth-child(4),
  .num-static [class^="n"]:nth-child(3),
  .num-static [class^="n"]:nth-child(4) {
    width: 24px;
    height: 50px;
    background-size: 24px auto; } }

.num-roulette.is-animated [class^="n"] {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .num-roulette.is-animated [class^="n"]:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .num-roulette.is-animated [class^="n"]:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .num-roulette.is-animated [class^="n"]:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .num-roulette.is-animated [class^="n"]:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .num-roulette.is-animated [class^="n"]:nth-child(1).n0, .num-roulette.is-animated [class^="n"]:nth-child(2).n0 {
    -webkit-animation-name: roulette0_small;
    animation-name: roulette0_small; }
  .num-roulette.is-animated [class^="n"]:nth-child(1).n1, .num-roulette.is-animated [class^="n"]:nth-child(2).n1 {
    -webkit-animation-name: roulette1_small;
    animation-name: roulette1_small; }
  .num-roulette.is-animated [class^="n"]:nth-child(1).n2, .num-roulette.is-animated [class^="n"]:nth-child(2).n2 {
    -webkit-animation-name: roulette2_small;
    animation-name: roulette2_small; }
  .num-roulette.is-animated [class^="n"]:nth-child(1).n3, .num-roulette.is-animated [class^="n"]:nth-child(2).n3 {
    -webkit-animation-name: roulette3_small;
    animation-name: roulette3_small; }
  .num-roulette.is-animated [class^="n"]:nth-child(1).n4, .num-roulette.is-animated [class^="n"]:nth-child(2).n4 {
    -webkit-animation-name: roulette4_small;
    animation-name: roulette4_small; }
  .num-roulette.is-animated [class^="n"]:nth-child(1).n5, .num-roulette.is-animated [class^="n"]:nth-child(2).n5 {
    -webkit-animation-name: roulette5_small;
    animation-name: roulette5_small; }
  .num-roulette.is-animated [class^="n"]:nth-child(1).n6, .num-roulette.is-animated [class^="n"]:nth-child(2).n6 {
    -webkit-animation-name: roulette6_small;
    animation-name: roulette6_small; }
  .num-roulette.is-animated [class^="n"]:nth-child(1).n7, .num-roulette.is-animated [class^="n"]:nth-child(2).n7 {
    -webkit-animation-name: roulette7_small;
    animation-name: roulette7_small; }
  .num-roulette.is-animated [class^="n"]:nth-child(1).n8, .num-roulette.is-animated [class^="n"]:nth-child(2).n8 {
    -webkit-animation-name: roulette8_small;
    animation-name: roulette8_small; }
  .num-roulette.is-animated [class^="n"]:nth-child(1).n9, .num-roulette.is-animated [class^="n"]:nth-child(2).n9 {
    -webkit-animation-name: roulette9_small;
    animation-name: roulette9_small; }
  .num-roulette.is-animated [class^="n"]:nth-child(3).n0, .num-roulette.is-animated [class^="n"]:nth-child(4).n0 {
    -webkit-animation-name: roulette0_large;
    animation-name: roulette0_large; }
  .num-roulette.is-animated [class^="n"]:nth-child(3).n1, .num-roulette.is-animated [class^="n"]:nth-child(4).n1 {
    -webkit-animation-name: roulette1_large;
    animation-name: roulette1_large; }
  .num-roulette.is-animated [class^="n"]:nth-child(3).n2, .num-roulette.is-animated [class^="n"]:nth-child(4).n2 {
    -webkit-animation-name: roulette2_large;
    animation-name: roulette2_large; }
  .num-roulette.is-animated [class^="n"]:nth-child(3).n3, .num-roulette.is-animated [class^="n"]:nth-child(4).n3 {
    -webkit-animation-name: roulette3_large;
    animation-name: roulette3_large; }
  .num-roulette.is-animated [class^="n"]:nth-child(3).n4, .num-roulette.is-animated [class^="n"]:nth-child(4).n4 {
    -webkit-animation-name: roulette4_large;
    animation-name: roulette4_large; }
  .num-roulette.is-animated [class^="n"]:nth-child(3).n5, .num-roulette.is-animated [class^="n"]:nth-child(4).n5 {
    -webkit-animation-name: roulette5_large;
    animation-name: roulette5_large; }
  .num-roulette.is-animated [class^="n"]:nth-child(3).n6, .num-roulette.is-animated [class^="n"]:nth-child(4).n6 {
    -webkit-animation-name: roulette6_large;
    animation-name: roulette6_large; }
  .num-roulette.is-animated [class^="n"]:nth-child(3).n7, .num-roulette.is-animated [class^="n"]:nth-child(4).n7 {
    -webkit-animation-name: roulette7_large;
    animation-name: roulette7_large; }
  .num-roulette.is-animated [class^="n"]:nth-child(3).n8, .num-roulette.is-animated [class^="n"]:nth-child(4).n8 {
    -webkit-animation-name: roulette8_large;
    animation-name: roulette8_large; }
  .num-roulette.is-animated [class^="n"]:nth-child(3).n9, .num-roulette.is-animated [class^="n"]:nth-child(4).n9 {
    -webkit-animation-name: roulette9_large;
    animation-name: roulette9_large; }
  @media screen and (max-width: 767px) {
    .num-roulette.is-animated [class^="n"]:nth-child(1).n0, .num-roulette.is-animated [class^="n"]:nth-child(2).n0 {
      -webkit-animation-name: roulette0_smallSP;
      animation-name: roulette0_smallSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(1).n1, .num-roulette.is-animated [class^="n"]:nth-child(2).n1 {
      -webkit-animation-name: roulette1_smallSP;
      animation-name: roulette1_smallSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(1).n2, .num-roulette.is-animated [class^="n"]:nth-child(2).n2 {
      -webkit-animation-name: roulette2_smallSP;
      animation-name: roulette2_smallSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(1).n3, .num-roulette.is-animated [class^="n"]:nth-child(2).n3 {
      -webkit-animation-name: roulette3_smallSP;
      animation-name: roulette3_smallSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(1).n4, .num-roulette.is-animated [class^="n"]:nth-child(2).n4 {
      -webkit-animation-name: roulette4_smallSP;
      animation-name: roulette4_smallSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(1).n5, .num-roulette.is-animated [class^="n"]:nth-child(2).n5 {
      -webkit-animation-name: roulette5_smallSP;
      animation-name: roulette5_smallSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(1).n6, .num-roulette.is-animated [class^="n"]:nth-child(2).n6 {
      -webkit-animation-name: roulette6_smallSP;
      animation-name: roulette6_smallSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(1).n7, .num-roulette.is-animated [class^="n"]:nth-child(2).n7 {
      -webkit-animation-name: roulette7_smallSP;
      animation-name: roulette7_smallSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(1).n8, .num-roulette.is-animated [class^="n"]:nth-child(2).n8 {
      -webkit-animation-name: roulette8_smallSP;
      animation-name: roulette8_smallSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(1).n9, .num-roulette.is-animated [class^="n"]:nth-child(2).n9 {
      -webkit-animation-name: roulette9_smallSP;
      animation-name: roulette9_smallSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(3).n0, .num-roulette.is-animated [class^="n"]:nth-child(4).n0 {
      -webkit-animation-name: roulette0_largeSP;
      animation-name: roulette0_largeSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(3).n1, .num-roulette.is-animated [class^="n"]:nth-child(4).n1 {
      -webkit-animation-name: roulette1_largeSP;
      animation-name: roulette1_largeSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(3).n2, .num-roulette.is-animated [class^="n"]:nth-child(4).n2 {
      -webkit-animation-name: roulette2_largeSP;
      animation-name: roulette2_largeSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(3).n3, .num-roulette.is-animated [class^="n"]:nth-child(4).n3 {
      -webkit-animation-name: roulette3_largeSP;
      animation-name: roulette3_largeSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(3).n4, .num-roulette.is-animated [class^="n"]:nth-child(4).n4 {
      -webkit-animation-name: roulette4_largeSP;
      animation-name: roulette4_largeSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(3).n5, .num-roulette.is-animated [class^="n"]:nth-child(4).n5 {
      -webkit-animation-name: roulette5_largeSP;
      animation-name: roulette5_largeSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(3).n6, .num-roulette.is-animated [class^="n"]:nth-child(4).n6 {
      -webkit-animation-name: roulette6_largeSP;
      animation-name: roulette6_largeSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(3).n7, .num-roulette.is-animated [class^="n"]:nth-child(4).n7 {
      -webkit-animation-name: roulette7_largeSP;
      animation-name: roulette7_largeSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(3).n8, .num-roulette.is-animated [class^="n"]:nth-child(4).n8 {
      -webkit-animation-name: roulette8_largeSP;
      animation-name: roulette8_largeSP; }
    .num-roulette.is-animated [class^="n"]:nth-child(3).n9, .num-roulette.is-animated [class^="n"]:nth-child(4).n9 {
      -webkit-animation-name: roulette9_largeSP;
      animation-name: roulette9_largeSP; } }

.num-static [class^="n"]:nth-child(1).n0, .num-static [class^="n"]:nth-child(2).n0 {
  background-position: 0 -1400px; }

.num-static [class^="n"]:nth-child(1).n1, .num-static [class^="n"]:nth-child(2).n1 {
  background-position: 0 -1470px; }

.num-static [class^="n"]:nth-child(1).n2, .num-static [class^="n"]:nth-child(2).n2 {
  background-position: 0 -1540px; }

.num-static [class^="n"]:nth-child(1).n3, .num-static [class^="n"]:nth-child(2).n3 {
  background-position: 0 -1610px; }

.num-static [class^="n"]:nth-child(1).n4, .num-static [class^="n"]:nth-child(2).n4 {
  background-position: 0 -1680px; }

.num-static [class^="n"]:nth-child(1).n5, .num-static [class^="n"]:nth-child(2).n5 {
  background-position: 0 -1750px; }

.num-static [class^="n"]:nth-child(1).n6, .num-static [class^="n"]:nth-child(2).n6 {
  background-position: 0 -1820px; }

.num-static [class^="n"]:nth-child(1).n7, .num-static [class^="n"]:nth-child(2).n7 {
  background-position: 0 -1890px; }

.num-static [class^="n"]:nth-child(1).n8, .num-static [class^="n"]:nth-child(2).n8 {
  background-position: 0 -1960px; }

.num-static [class^="n"]:nth-child(1).n9, .num-static [class^="n"]:nth-child(2).n9 {
  background-position: 0 -2030px; }

.num-static [class^="n"]:nth-child(3).n0, .num-static [class^="n"]:nth-child(4).n0 {
  background-position: 0 -2000px; }

.num-static [class^="n"]:nth-child(3).n1, .num-static [class^="n"]:nth-child(4).n1 {
  background-position: 0 -2100px; }

.num-static [class^="n"]:nth-child(3).n2, .num-static [class^="n"]:nth-child(4).n2 {
  background-position: 0 -2200px; }

.num-static [class^="n"]:nth-child(3).n3, .num-static [class^="n"]:nth-child(4).n3 {
  background-position: 0 -2300px; }

.num-static [class^="n"]:nth-child(3).n4, .num-static [class^="n"]:nth-child(4).n4 {
  background-position: 0 -2400px; }

.num-static [class^="n"]:nth-child(3).n5, .num-static [class^="n"]:nth-child(4).n5 {
  background-position: 0 -2500px; }

.num-static [class^="n"]:nth-child(3).n6, .num-static [class^="n"]:nth-child(4).n6 {
  background-position: 0 -2600px; }

.num-static [class^="n"]:nth-child(3).n7, .num-static [class^="n"]:nth-child(4).n7 {
  background-position: 0 -2700px; }

.num-static [class^="n"]:nth-child(3).n8, .num-static [class^="n"]:nth-child(4).n8 {
  background-position: 0 -2800px; }

.num-static [class^="n"]:nth-child(3).n9, .num-static [class^="n"]:nth-child(4).n9 {
  background-position: 0 -2900px; }

@media screen and (max-width: 767px) {
  .num-static [class^="n"]:nth-child(1).n0, .num-static [class^="n"]:nth-child(2).n0 {
    background-position: 0 -700px; }
  .num-static [class^="n"]:nth-child(1).n1, .num-static [class^="n"]:nth-child(2).n1 {
    background-position: 0 -735px; }
  .num-static [class^="n"]:nth-child(1).n2, .num-static [class^="n"]:nth-child(2).n2 {
    background-position: 0 -770px; }
  .num-static [class^="n"]:nth-child(1).n3, .num-static [class^="n"]:nth-child(2).n3 {
    background-position: 0 -805px; }
  .num-static [class^="n"]:nth-child(1).n4, .num-static [class^="n"]:nth-child(2).n4 {
    background-position: 0 -840px; }
  .num-static [class^="n"]:nth-child(1).n5, .num-static [class^="n"]:nth-child(2).n5 {
    background-position: 0 -875px; }
  .num-static [class^="n"]:nth-child(1).n6, .num-static [class^="n"]:nth-child(2).n6 {
    background-position: 0 -910px; }
  .num-static [class^="n"]:nth-child(1).n7, .num-static [class^="n"]:nth-child(2).n7 {
    background-position: 0 -945px; }
  .num-static [class^="n"]:nth-child(1).n8, .num-static [class^="n"]:nth-child(2).n8 {
    background-position: 0 -980px; }
  .num-static [class^="n"]:nth-child(1).n9, .num-static [class^="n"]:nth-child(2).n9 {
    background-position: 0 -1015px; }
  .num-static [class^="n"]:nth-child(3).n0, .num-static [class^="n"]:nth-child(4).n0 {
    background-position: 0 -1000px; }
  .num-static [class^="n"]:nth-child(3).n1, .num-static [class^="n"]:nth-child(4).n1 {
    background-position: 0 -1050px; }
  .num-static [class^="n"]:nth-child(3).n2, .num-static [class^="n"]:nth-child(4).n2 {
    background-position: 0 -1100px; }
  .num-static [class^="n"]:nth-child(3).n3, .num-static [class^="n"]:nth-child(4).n3 {
    background-position: 0 -1150px; }
  .num-static [class^="n"]:nth-child(3).n4, .num-static [class^="n"]:nth-child(4).n4 {
    background-position: 0 -1200px; }
  .num-static [class^="n"]:nth-child(3).n5, .num-static [class^="n"]:nth-child(4).n5 {
    background-position: 0 -1250px; }
  .num-static [class^="n"]:nth-child(3).n6, .num-static [class^="n"]:nth-child(4).n6 {
    background-position: 0 -1300px; }
  .num-static [class^="n"]:nth-child(3).n7, .num-static [class^="n"]:nth-child(4).n7 {
    background-position: 0 -1350px; }
  .num-static [class^="n"]:nth-child(3).n8, .num-static [class^="n"]:nth-child(4).n8 {
    background-position: 0 -1400px; }
  .num-static [class^="n"]:nth-child(3).n9, .num-static [class^="n"]:nth-child(4).n9 {
    background-position: 0 -1450px; } }

@-webkit-keyframes roulette0_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2000px; } }

@keyframes roulette0_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2000px; } }

@-webkit-keyframes roulette0_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1400px; } }

@keyframes roulette0_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1400px; } }

@-webkit-keyframes roulette0_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1000px; } }

@keyframes roulette0_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1000px; } }

@-webkit-keyframes roulette0_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -700px; } }

@keyframes roulette0_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -700px; } }

@-webkit-keyframes roulette1_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2100px; } }

@keyframes roulette1_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2100px; } }

@-webkit-keyframes roulette1_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1470px; } }

@keyframes roulette1_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1470px; } }

@-webkit-keyframes roulette1_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1050px; } }

@keyframes roulette1_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1050px; } }

@-webkit-keyframes roulette1_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -735px; } }

@keyframes roulette1_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -735px; } }

@-webkit-keyframes roulette2_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2200px; } }

@keyframes roulette2_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2200px; } }

@-webkit-keyframes roulette2_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1540px; } }

@keyframes roulette2_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1540px; } }

@-webkit-keyframes roulette2_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1100px; } }

@keyframes roulette2_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1100px; } }

@-webkit-keyframes roulette2_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -770px; } }

@keyframes roulette2_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -770px; } }

@-webkit-keyframes roulette3_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2300px; } }

@keyframes roulette3_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2300px; } }

@-webkit-keyframes roulette3_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1610px; } }

@keyframes roulette3_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1610px; } }

@-webkit-keyframes roulette3_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1150px; } }

@keyframes roulette3_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1150px; } }

@-webkit-keyframes roulette3_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -805px; } }

@keyframes roulette3_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -805px; } }

@-webkit-keyframes roulette4_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2400px; } }

@keyframes roulette4_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2400px; } }

@-webkit-keyframes roulette4_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1680px; } }

@keyframes roulette4_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1680px; } }

@-webkit-keyframes roulette4_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1200px; } }

@keyframes roulette4_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1200px; } }

@-webkit-keyframes roulette4_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -840px; } }

@keyframes roulette4_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -840px; } }

@-webkit-keyframes roulette5_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2500px; } }

@keyframes roulette5_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2500px; } }

@-webkit-keyframes roulette5_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1750px; } }

@keyframes roulette5_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1750px; } }

@-webkit-keyframes roulette5_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1250px; } }

@keyframes roulette5_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1250px; } }

@-webkit-keyframes roulette5_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -875px; } }

@keyframes roulette5_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -875px; } }

@-webkit-keyframes roulette6_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2600px; } }

@keyframes roulette6_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2600px; } }

@-webkit-keyframes roulette6_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1820px; } }

@keyframes roulette6_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1820px; } }

@-webkit-keyframes roulette6_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1300px; } }

@keyframes roulette6_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1300px; } }

@-webkit-keyframes roulette6_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -910px; } }

@keyframes roulette6_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -910px; } }

@-webkit-keyframes roulette7_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2700px; } }

@keyframes roulette7_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2700px; } }

@-webkit-keyframes roulette7_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1890px; } }

@keyframes roulette7_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1890px; } }

@-webkit-keyframes roulette7_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1350px; } }

@keyframes roulette7_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1350px; } }

@-webkit-keyframes roulette7_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -945px; } }

@keyframes roulette7_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -945px; } }

@-webkit-keyframes roulette8_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2800px; } }

@keyframes roulette8_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2800px; } }

@-webkit-keyframes roulette8_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1960px; } }

@keyframes roulette8_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1960px; } }

@-webkit-keyframes roulette8_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1400px; } }

@keyframes roulette8_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1400px; } }

@-webkit-keyframes roulette8_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -980px; } }

@keyframes roulette8_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -980px; } }

@-webkit-keyframes roulette9_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2900px; } }

@keyframes roulette9_large {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2900px; } }

@-webkit-keyframes roulette9_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2030px; } }

@keyframes roulette9_small {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2030px; } }

@-webkit-keyframes roulette9_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1450px; } }

@keyframes roulette9_largeSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1450px; } }

@-webkit-keyframes roulette9_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1015px; } }

@keyframes roulette9_smallSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1015px; } }
