<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

main .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  main .pc {
    display: none;
  }
  main .sp {
    display: block;
  }
}

/* Custom Yu Gothic
-------------------------------------------------- */
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
body {
  font-size: 22px;
  color: #000;
  font-family: YuMincho, "Yu Mincho", serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1;
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

img {
  vertical-align: bottom;
}

html,
body {
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

a:link,
a:visited {
  color: #42210b;
  outline: none;
  text-decoration: none;
}

@media (min-width: 768px) {
  .pcHidden {
    display: none;
  }
  a {
    -webkit-transition: opacity 0.5s ease-in-out, background 0.5s;
    transition: opacity 0.5s ease-in-out, background 0.5s;
  }
  a:hover {
    opacity: 0.85;
  }
}
@media (max-width: 767px) {
  .spHidden {
    display: none;
  }
  img {
    max-width: 100%;
  }
}
/* common
-------------------------------------------------- */
.sec-ttl {
  margin: 0 auto;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.sec-ttl img {
  width: 100%;
}

.sec-ttl.action {
  opacity: 1;
}

.fadein {
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.fadein.action {
  opacity: 1;
}

.slideup {
  -webkit-transition: opacity 0.5s ease-in, -webkit-transform 0.5s;
  transition: opacity 0.5s ease-in, -webkit-transform 0.5s;
  transition: opacity 0.5s ease-in, transform 0.5s;
  transition: opacity 0.5s ease-in, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.slideup.action {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.eventNone {
  pointer-events: none;
}

/* header / footer
-------------------------------------------------- */
.header {
  position: relative;
  width: 100%;
  padding: 0 25px;
}

.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 15px 0;
}

.header .shogi-logo {
  margin-left: 30px;
}

.footer {
  padding: 30px 0;
  background: #d9d9d9;
  background-size: cover;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: -0.0015em;
}

@media (min-width: 768px) {
  .header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .header .fujiya-logo {
    width: 70px;
  }
  .header .shogi-logo {
    width: 180px;
  }
  .header .btn-sp-nav {
    display: block;
  }
  .header img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    background: #000;
    background-size: cover;
    z-index: 9999;
  }
  .header.nav-open:before {
    opacity: 1;
  }
  .header:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 75px;
    height: 100%;
    background: #fff;
    opacity: 0;
  }
  .header .inner {
    padding: 8px 6vw;
  }
  .header .fujiya-logo {
    width: 11.6vw;
  }
  .header .shogi-logo {
    width: 30.1333vw;
    margin-left: 5.3333vw;
  }
  .header .btn-sp-nav {
    position: absolute;
    right: 6vw;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    z-index: 15;
  }
  .header .btn-sp-nav span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: inherit;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header .btn-sp-nav span::before,
  .header .btn-sp-nav span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: inherit;
    height: 2px;
    background: #fff;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .header .btn-sp-nav span::before {
    margin-top: -12px;
  }
  .header .btn-sp-nav span::after {
    margin-top: 10px;
  }
  .header .btn-sp-nav.close span {
    background: transparent;
    z-index: 3;
  }
  .header .btn-sp-nav.close span::before,
  .header .btn-sp-nav.close span::after {
    margin-top: 0;
    background: #000;
  }
  .header .btn-sp-nav.close span::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .header .btn-sp-nav.close span::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .footer {
    padding: 4vw 0;
    font-size: 2.4vw;
    line-height: 2;
  }
}
/* keyVisual
-------------------------------------------------- */
.keyVisual .inner {
  position: relative;
  background: #000;
  overflow: hidden;
}

.keyVisual .kv-ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 27%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
}
.keyVisual .kv-ttl img {
  opacity: 0;
}

.keyVisual.action .kv-ttl {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 1;
}

.keyVisual [class^=kv-copy] {
  position: absolute;
  width: 27.7142%;
}

.keyVisual .kv-copy1 {
  left: 50%;
  bottom: 12.5%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
  opacity: 0;
  z-index: 1;
}

.keyVisual.action .kv-copy1 {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 1;
}

.keyVisual .kv-sponsor {
  position: absolute;
  left: 50%;
  bottom: 1.75%;
  width: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  opacity: 0;
}

.keyVisual .fujii {
  text-align: center;
  opacity: 0;
}

.keyVisual img {
  width: 100%;
}

.keyVisual .icon-box {
  position: relative;
  bottom: 1vw;
  left: 0;
  width: 100%;
  padding: 0 0.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
@media (max-width: 767px) {
  .keyVisual .icon-box {
    bottom: 1vw;
    height: 100%;
  }
}
.keyVisual .icon-box .icon-eiou {
  position: absolute;
  bottom: 7.5vw;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .keyVisual .icon-box .icon-eiou {
    position: absolute;
    bottom: 7vw;
  }
}
.keyVisual .icon-box .icon-eiou li {
  position: relative;
  width: 12%;
  bottom: 1.5vw;
}
@media (max-width: 767px) {
  .keyVisual .icon-box .icon-eiou li {
    width: 24%;
  }
}
.keyVisual .icon-box .icon-eiou li.eiou-l {
  left: 1.5vw;
}
@media (max-width: 767px) {
  .keyVisual .icon-box .icon-eiou li.eiou-l {
    left: 19vw;
  }
}
.keyVisual .icon-box .icon-eiou li.eiou-r {
  right: 1.5vw;
}
@media (max-width: 767px) {
  .keyVisual .icon-box .icon-eiou li.eiou-r {
    right: 19vw;
  }
}
.keyVisual .icon-box .icon-eiou img {
  width: 100%;
  height: auto;
}
.keyVisual .icon-box .icon-container {
  position: relative;
  top: -0.5vw;
  width: 98%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .keyVisual .icon-box .icon-container {
    margin-top: 0vw;
    top: -8vw;
    display: block;
    height: 100%;
    width: 93%;
  }
}
.keyVisual .icon-box ul.icon-win-l, .keyVisual .icon-box ul.icon-win-r {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .keyVisual .icon-box ul.icon-win-l, .keyVisual .icon-box ul.icon-win-r {
    bottom: 0;
    display: block;
  }
}
.keyVisual .icon-box ul.icon-win-l.icon-win-r, .keyVisual .icon-box ul.icon-win-r.icon-win-r {
  left: auto;
  right: 0;
}
.keyVisual .icon-box ul.icon-win-l.icon-win-r li, .keyVisual .icon-box ul.icon-win-r.icon-win-r li {
  margin: 0 0 0 auto;
}
.keyVisual .icon-box ul.icon-win-l.icon-win-r li:nth-child(n+2), .keyVisual .icon-box ul.icon-win-r.icon-win-r li:nth-child(n+2) {
  margin-left: 0.5vw;
}
@media (max-width: 767px) {
  .keyVisual .icon-box ul.icon-win-l.icon-win-r li:nth-child(n+2), .keyVisual .icon-box ul.icon-win-r.icon-win-r li:nth-child(n+2) {
    margin-top: 1vw;
    margin-left: auto;
  }
}
.keyVisual .icon-box ul.icon-win-l li, .keyVisual .icon-box ul.icon-win-r li {
  width: 16%;
}
@media (max-width: 767px) {
  .keyVisual .icon-box ul.icon-win-l li, .keyVisual .icon-box ul.icon-win-r li {
    width: 30%;
  }
}
.keyVisual .icon-box ul.icon-win-l li:nth-child(n+2), .keyVisual .icon-box ul.icon-win-r li:nth-child(n+2) {
  margin-left: 0.5vw;
}
@media (max-width: 767px) {
  .keyVisual .icon-box ul.icon-win-l li:nth-child(n+2), .keyVisual .icon-box ul.icon-win-r li:nth-child(n+2) {
    margin-top: 1vw;
    margin-left: 0;
  }
}
.keyVisual .icon-box ul.icon-win-l li img, .keyVisual .icon-box ul.icon-win-r li img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .keyVisual {
    margin-top: 13.8vw;
  }
  .keyVisual .kv-ttl {
    left: 50%;
    top: 44.3333vw;
    width: 50vw;
  }
  .keyVisual [class^=kv-copy] {
    bottom: 16.8vw;
    width: 49.8666vw;
  }
  .keyVisual .kv-sponsor {
    width: 88vw;
    bottom: 1.75vw;
  }
}
/* page-nav
-------------------------------------------------- */
.page-nav-pc {
  padding: 30px 0;
  background: url(../img/bg-washi-bar.jpg) center center;
  background-size: cover;
}

.page-nav-pc .page-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0 25px;
}
.page-nav-pc .page-nav-list li {
  height: 24px;
  height: clamp(16px, 2.3vw, 24px);
}
.page-nav-pc .page-nav-list li:nth-child(n+2) {
  margin-left: 20px;
}
.page-nav-pc .page-nav-list li img {
  height: 100%;
  width: auto;
}

@media (max-width: 767px) {
  .page-nav-pc {
    display: none;
  }
}
/* summary
-------------------------------------------------- */
.summary {
  padding: 60px 0 20%;
  background: url(../img/bg-flower-s.png) repeat center top;
  background-size: 79px auto;
}

.summary .inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 25px;
  background: url(../img/bg-washi2.png) repeat center top;
}

.summary .sec-copy {
  position: relative;
  margin-top: 50px;
  font-size: 2.4vw;
  text-align: center;
  line-height: 2;
}

.summary .sponsor-list {
  margin-top: 40px;
  font-size: 1.8vw;
  line-height: 1.5;
}

.summary .sponsor-list li {
  text-align: center;
}

.summary .sponsor-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.summary .sponsor-list li + li {
  margin-top: 15px;
}

.summary .sponsor-list dd {
  text-align: left;
}

@media (min-width: 1001px) {
  .summary .sec-copy {
    font-size: 24px;
  }
  .summary .sponsor-list {
    font-size: 18px;
  }
  .summary .sec-copy .line-left,
  .summary .sec-copy .line-right {
    width: 67px;
  }
}
@media (min-width: 768px) {
  .summary .sec-ttl {
    width: 430px;
  }
}
@media (max-width: 767px) {
  .summary {
    padding-top: 6.6666vw;
    padding-bottom: 20vw;
    background-size: 10.9333vw;
  }
  .summary .inner {
    width: 88vw;
    padding: 6.6666vw 0;
  }
  .summary .sec-ttl {
    width: 58vw;
  }
  .summary .sec-copy {
    margin-top: 5.3333vw;
    font-size: 2.9333vw;
  }
  .summary .sec-copy .line-left,
  .summary .sec-copy .line-right {
    display: none;
  }
  .summary .sponsor-list {
    margin-top: 5.3333vw;
    font-size: 2.2vw;
  }
  .summary .sponsor-list li + li {
    margin-top: 1.3333vw;
  }
}
/* players
-------------------------------------------------- */
.players {
  position: relative;
  margin-top: -18.5%;
  padding-top: 20%;
  padding-bottom: 23%;
  background: url(../img/players-bg-back.jpg) no-repeat center center;
  background-size: cover;
  z-index: 5;
}
.players:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url("../img/players-bg-left.png") top left no-repeat;
  width: 984px;
  height: 704px;
  background-size: contain;
}
@media (max-width: 767px) {
  .players:before {
    background: url("../img/players-bg-left-sp.png") top left no-repeat;
    width: 400px;
    height: 704px;
    background-size: contain;
  }
}
.players:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: url("../img/players-bg-right.png") top left no-repeat;
  width: 934px;
  height: 780px;
  background-size: contain;
}
@media (max-width: 767px) {
  .players:after {
    background: url("../img/players-bg-right-sp.png") bottom right no-repeat;
    width: 400px;
    height: 780px;
    background-size: contain;
  }
}

.players .inner {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 25px;
  background: url(../img/bg-washi.png) repeat center top;
  z-index: 2;
}

.players .player-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 910px;
  margin: 60px auto 0;
}

.players .player-list li {
  position: relative;
  width: 21.978%;
  opacity: 1;
}

.players .player-list.action li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.players .player-list li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 18px;
  width: 100%;
  height: 100%;
  background: url(../img/players-bg.png) no-repeat 0 0;
  background-size: 100%;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.players .player-list li.action::before {
  opacity: 1;
}

.players .btn-detil {
  position: relative;
  display: block;
  max-width: 560px;
  margin: 70px auto 0;
}

.players .player-list li a {
  display: block;
}

.players .player-list li img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.players .btn-detil img:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
  opacity: 0;
}

.players .btn-detil.action img:nth-child(n+2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.players .btn-detil img {
  width: 100%;
}

.players .note {
  font-size: 20px;
  text-align: center;
}

@media (min-width: 1600px) {
  .players {
    padding-bottom: 50%;
  }
}
@media (min-width: 768px) {
  .players .sec-ttl {
    width: 430px;
  }
  .players .player-list li:nth-child(n+5) {
    margin-top: 5%;
  }
  .players .player-list li a {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .players .player-list li a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  .players .btn-detil:hover {
    opacity: 0.75;
  }
}
@media (max-width: 767px) {
  .players {
    margin-top: -15vw;
    padding-top: 30vw;
    padding-bottom: 30vw;
    background: url(../img/players-bg-back-sp.png) no-repeat center top;
    background-size: cover;
  }
  .players .inner {
    width: 88vw;
    padding: 6.6666vw 0;
  }
  .players .sec-ttl {
    width: 58vw;
  }
  .players .player-list {
    width: 74.1333vw;
    margin-top: 6.6666vw;
  }
  .players .player-list li {
    width: 46.7625%;
  }
  .players .player-list li:nth-child(n+3) {
    margin-top: 4vw;
  }
  .players .player-list li::before {
    left: 1.6vw;
    top: 3vw;
  }
  .players .btn-detil {
    width: 81.3333vw;
    margin-top: 8vw;
    -webkit-transform: translateX(1vw);
            transform: translateX(1vw);
  }
  .players .note {
    font-size: 2.6666vw;
  }
}
/* column
-------------------------------------------------- */
.history {
  position: relative;
  margin-top: -18.5%;
  padding-top: 20%;
  padding-bottom: 23%;
  z-index: 8;
  background: url(../img/bg_history_pc.jpg) center top;
  background-size: 100%;
}
@media (max-width: 767px) {
  .history {
    background: url(../img/bg_history_sp.jpg) center top;
    background-size: 100% auto;
  }
}

.history .inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 25px;
  background: url(../img/bg-washi2.png) repeat center top;
}
@media (max-width: 767px) {
  .history .inner {
    width: 88vw;
  }
}

.history .sec-ttl {
  width: 68.8%;
  margin: 0 auto;
}

.history .sec-copy {
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
}

.history .history-container {
  max-width: 800px;
  margin: 70px auto 0;
}

.history .history-container + .history-container {
  margin-top: 130px;
}

.history .kifu,
.history .btn-container {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.history .btn-container img {
  cursor: pointer;
}

.history .kifu img:nth-child(n+2),
.history .btn-container img:nth-child(n+2) {
  position: absolute;
  left: 50%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.history .btn-container img.hide {
  visibility: hidden;
}

.history .kifu img.show,
.history .btn-container img.show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.history .a-list {
  margin-top: 30px;
  padding-top: 40px;
  background: url(../img/bg_history_pc.jpg) no-repeat center top;
  background-size: 100% auto;
  text-align: center;
}

.history .a-list.answer {
  pointer-events: none;
}

.history .a-list li {
  position: relative;
  cursor: pointer;
}

.history .a-list.answer li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.history .a-list.q1.answer li:nth-child(2)::before,
.history .a-list.q2.answer li:nth-child(1)::before,
.history .a-list.q3.answer li:nth-child(4)::before,
.history .a-list.q4.answer li:nth-child(4)::before,
.history .a-list.q5.answer li:nth-child(1)::before,
.history .a-list.q6.answer li:nth-child(2)::before {
  width: 0;
  height: 0;
}

.history .a-list.answer li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  background: url(../img/batsu.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.history .a-list.q1.answer li:nth-child(2)::after,
.history .a-list.q2.answer li:nth-child(1)::after,
.history .a-list.q3.answer li:nth-child(4)::after,
.history .a-list.q4.answer li:nth-child(4)::after,
.history .a-list.q5.answer li:nth-child(1)::after,
.history .a-list.q6.answer li:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/maru.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.history .a-list li + li {
  margin-top: 5px;
}

.history .a-container {
  display: none;
}

.history .a-text {
  margin-top: 60px;
  text-align: center;
}

.history .a-copy {
  position: relative;
  margin-top: 40px;
  padding: 0 50px 40px;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
}

.history .a-copy::before,
.history .a-copy::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  background: url(../img/bg-kakko.png) no-repeat;
  background-size: cover;
}

.history .a-copy::before {
  left: 0;
  bottom: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.history .a-copy::after {
  right: 0;
  bottom: 0;
}

.history .a-copy em {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
}

.history .a-copy .note {
  display: block;
  margin-top: 40px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .history {
    background-size: 100% auto;
  }
  .history .l-container {
    padding-top: 6vw;
    padding-bottom: 24vw;
  }
  .history .inner {
    width: 88vw;
    padding: 6.6666vw 4vw;
  }
  .history .sec-ttl {
    width: 60.4vw;
  }
  .history .sec-copy {
    margin-top: 4vw;
    font-size: 2.6666vw;
  }
  .history .history-container {
    margin-top: 6.6666vw;
  }
  .history .history-container + .history-container {
    margin-top: 12vw;
  }
  .history .kifu,
  .history .btn-container {
    margin-top: 4vw;
  }
  .history .btn-container {
    width: 56vw;
    margin-left: auto;
    margin-right: auto;
  }
  .history .a-list {
    margin-top: 6vw;
    padding-top: 5vw;
    background-size: 100%;
  }
  .history .a-list.answer li::after {
    width: 6.4vw;
    height: 6.4vw;
  }
  .history .a-text {
    margin-top: 8vw;
  }
  .history .a-copy {
    margin-top: 4vw;
    padding: 0 4vw 4vw;
    font-size: 2.9333vw;
  }
  .history .a-copy em {
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }
  .history .a-copy .note {
    margin-top: 4vw;
    font-size: 2.6666vw;
  }
  .history .a-copy::before,
  .history .a-copy::after {
    width: 6vw;
    height: 6vw;
  }
}
/* interview
-------------------------------------------------- */
.interview {
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
  z-index: 10;
  background: url(../img/bg_interview.jpg) repeat-y top center;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .interview {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    background-size: 200% auto;
    background: url(../img/bg_interview_sp.jpg) repeat-y top center !important;
    background-size: 100% auto !important;
  }
}

.interview .l-container {
  position: relative;
  padding: 0 0 0;
  z-index: 10;
}

.interview .inner {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
  background: no-repeat center top;
  background-size: 100%;
}

.interview .sec-copy {
  margin-top: 40px;
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: 500;
}

.interview .comingsoon {
  margin-top: 50px;
  text-align: center;
}

.interview .sec-copy span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 2px solid #ff0000;
}

.interview .sec-copy span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  background: #ff0000;
}

.interview .elem-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 50px auto 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.interview .elem-wrap.bottom .text-wrap dl {
  padding-bottom: 10vw !important;
}
@media (max-width: 767px) {
  .interview .elem-wrap.bottom {
    margin-top: 75vw;
  }
}
@media (min-width: 768px) {
  .interview .elem-wrap.bottom {
    display: none;
  }
}

.interview .elem-wrap.action {
  opacity: 1;
}

.interview .elem-wrap:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.interview .elem-wrap:nth-of-type(odd) dl {
  margin-left: 8%;
}

.interview .elem-wrap:nth-of-type(even) dl {
  margin-right: 40px;
}

.interview .elem-wrap dt {
  position: relative;
  padding-left: 70px;
  font-size: 22px;
  z-index: 3;
  line-height: 1.8;
}

.interview .elem-wrap dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 60px;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .interview .elem-wrap dt::before {
    top: 7px;
  }
}

.interview .elem-wrap dd {
  position: relative;
  margin-top: 28px;
  font-size: 20px;
  line-height: 1.8;
  z-index: 3;
}

.interview .elem-wrap figure {
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 1;
}

.interview .elem-wrap.action figure {
  opacity: 1;
}

.interview .profile-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 80px auto 0;
  padding: 30px 40px;
  background: url(../img/bg-washi-interview.jpg) repeat;
  color: #000;
}

.interview .profile-block .photo-fujii {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0;
}

.interview .profile-block .photo-trophy {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.interview .profile-block dl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.interview .profile-block dt .position {
  display: block;
  padding-bottom: 20px;
  font-size: 24px;
}

.interview .profile-block dt .name {
  font-size: 34px;
}

.interview .elem-wrap dt:nth-of-type(n+2) {
  margin-top: 50px;
}

.interview .profile-block dd {
  margin-top: 25px;
  font-size: 16px;
  text-align: justify;
  line-height: 1.55;
}

.interview .profile-block .photo-trophy figcaption {
  margin-top: 10px;
  font-size: 21px;
  text-align: center;
}

.interview .elem-wrap dl {
  position: relative;
  padding: 64px 0;
  background: url(../img/bg-washi-interview.jpg) repeat;
  -webkit-transition: opacity 0.65s;
  transition: opacity 0.65s;
}

.interview .elem-wrap.action dl {
  opacity: 1;
}

@media (min-width: 1201px) {
  .interview .elem-wrap dt {
    font-size: 20px;
  }
  .interview .elem-wrap dd {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .interview .elem-wrap dt {
    font-size: 1.6666vw;
  }
  .interview .elem-wrap dd {
    font-size: 1.8333vw;
  }
}
@media (min-width: 768px) {
  .interview .sec-ttl {
    width: 420px;
  }
  .interview .elem-wrap:nth-of-type(1) {
    margin-top: 50px;
  }
  .interview .elem-wrap:nth-of-type(2) {
    margin-top: 150px;
  }
  .interview .elem-wrap dl + dl {
    padding-top: 0;
  }
  .interview .elem-wrap:nth-of-type(1) dl {
    margin-top: 60px;
  }
  .interview .elem-wrap dl {
    width: 100%;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .interview .elem-wrap.action dl {
    opacity: 1;
  }
  .interview .elem-wrap dl::before,
  .interview .elem-wrap dl::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/bg-washi-interview.jpg) repeat;
  }
  .interview .elem-wrap:nth-of-type(1) dl::before {
    right: -100%;
    top: 0;
  }
  .interview .elem-wrap:nth-of-type(1) dl::after {
    left: -35%;
    top: 0;
    width: 35%;
  }
  .interview .elem-wrap:nth-of-type(2) dl::before {
    left: -100%;
    top: 0;
  }
  .interview .elem-wrap:nth-of-type(2) dl::after {
    right: -35%;
    top: 0;
    width: 35%;
  }
  .interview .elem-wrap:nth-of-type(1) .text-wrap {
    position: relative;
    width: 64%;
    padding-right: 2.5%;
  }
  .interview .elem-wrap:nth-of-type(2) .text-wrap {
    position: relative;
    margin-top: -5%;
    width: 68%;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .interview .elem-wrap:nth-of-type(1) figure {
    width: 30.8%;
  }
  .interview .elem-wrap:nth-of-type(2) figure {
    position: relative;
    width: 46%;
    margin-top: 7.5%;
    z-index: 3;
  }
  .interview .elem-wrap figure img {
    width: 100%;
  }
  .interview .elem-wrap dt {
    line-height: 1.75;
  }
  .interview .profile-block dl {
    width: 51.1111%;
  }
  .interview .profile-block .photo-fujii {
    width: 23.3333%;
  }
  .interview .profile-block .photo-trophy {
    width: 18.8888%;
  }
  .interview .profile-block figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .interview {
    margin-top: 0;
    background: url("../img/bg_interview_sp.jpg") top center;
    background-size: 100% auto;
    padding-bottom: 0;
  }
  .interview .inner {
    padding: 40px 0 0;
  }
  .interview .sec-ttl {
    width: 58vw;
  }
  .interview .sec-copy {
    margin-top: 5vw;
    font-size: 3.5vw;
  }
  .interview .sec-copy span {
    padding-bottom: 2vw;
    border-width: 0.6vw;
  }
  .interview .sec-copy span::before {
    height: 0.52vw;
  }
  .interview .elem-wrap:nth-of-type(1) .text-wrap::before,
  .interview .elem-wrap:nth-of-type(2) .text-wrap::before {
    width: 95%;
  }
  .interview .elem-wrap {
    position: relative;
    display: block;
    width: 89.3333vw;
    margin: 7.33333vw auto 0;
    letter-spacing: 0.03em;
  }
  .interview .elem-wrap:nth-of-type(1) dl {
    padding-bottom: 15vw;
  }
  .interview .elem-wrap dl {
    margin-left: 0 !important;
    padding: 6vw 6vw 0;
    text-align: justify;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .interview .elem-wrap dl.bottom-margin {
    padding-bottom: 24vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .interview .elem-wrap dl.bottom-margin-2 {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .interview .elem-wrap:nth-of-type(even) dl {
    margin-right: 0;
    padding-bottom: 14vw;
  }
  .interview .elem-wrap dl:nth-of-type(4) {
    margin-top: 47.6666vw;
    padding: 12vw 6vw 0;
  }
  .interview .elem-wrap dt {
    padding-left: 9.3333vw;
    font-size: 2.8vw;
    line-height: 1.6;
  }
  .interview .elem-wrap dt:nth-of-type(n+2) {
    margin-top: 5.3333vw;
  }
  .interview .elem-wrap dt::before {
    width: 8vw;
    height: 1px;
  }
  .interview .elem-wrap dt.multi-line::before {
    top: 25%;
  }
  .interview .elem-wrap dd {
    margin-top: 2.6666vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .interview .elem-wrap figure {
    margin: 0 auto;
  }
  .interview .elem-wrap:nth-of-type(1) figure {
    margin-top: -9vw;
    width: 74.6666vw;
  }
  .interview .elem-wrap:nth-of-type(2) figure {
    position: absolute;
    left: 50%;
    top: 84.5vw;
    width: 74.6666vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .interview .profile-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    padding: 8.6666vw 6vw;
  }
  .interview .profile-block dl {
    width: 52vw;
    margin-left: auto;
  }
  .interview .elem-wrap:nth-of-type(2) dl:nth-child(3) {
    padding-bottom: 20vw;
  }
  .interview .elem-wrap:nth-of-type(2) dl:nth-child(4) {
    padding-top: 20vw;
  }
  .interview .elem-wrap:nth-of-type(2) dl:nth-child(5) {
    padding-bottom: 10vw;
  }
  .interview .profile-block dt .name {
    font-size: 4.5333vw;
  }
  .interview .profile-block dt .position {
    padding-bottom: 2vw;
    font-size: 3.0666vw;
  }
  .interview .profile-block dd {
    margin-top: 2.6666vw;
    font-size: 2.6666vw;
    line-height: 1.5;
  }
  .interview .profile-block figure {
    width: 32vw;
    margin-top: 6vw;
  }
  .interview .profile-block .photo-trophy figcaption {
    font-size: 3.2vw;
    text-align: center;
  }
  .interview .comingsoon {
    width: 32.5333vw;
    margin: 5.3333vw auto 0;
  }
}
/* eiou
-------------------------------------------------- */
.eiou {
  position: relative;
  padding: 20% 0 60px;
  background: url(../img/bg-flower-s.png) repeat center top;
}

.eiou .inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 25px;
  background: url(../img/bg-washi2.png) repeat center top;
}

.eiou .inner-bg1 {
  position: relative;
  max-width: 910px;
  margin: 0 auto;
}

.eiou .inner-bg-wh {
  position: relative;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  z-index: 1;
}

.eiou .inner-bg2 {
  margin: 50px auto 0;
  padding: 120px 0;
  background: url(../img/eiou-bg-dot.png) repeat-x center top 20px, url(../img/eiou-bg-dot.png) repeat-x center bottom 20px;
  text-align: center;
}

.eiou .sec-ttl {
  text-align: center;
}

.eiou .eiou-list li + li {
  margin-top: 70px;
}

.eiou .eiou-list dt span {
  display: block;
  margin-top: 15px;
  font-size: 27px;
  font-weight: bold;
}

.eiou .eiou-list dd {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.45;
}

@media (min-width: 768px) {
  .eiou .sec-ttl {
    width: 274px;
  }
  .eiou .eiou-list dt img {
    width: 102.5px;
  }
  .eiou .eiou-list li:nth-child(1) dt img {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .eiou {
    padding: 24vw 0 6.6666vw;
    background-size: 6.9333vw;
  }
  .eiou .inner {
    width: 88vw;
    padding: 6.6666vw 0;
  }
  .eiou .sec-ttl {
    width: 36.5333vw;
  }
  .eiou .inner-bg1 {
    width: 80.8vw;
  }
  .eiou .inner-bg1::before {
    left: 1.3333vw;
    top: 1.3333vw;
    width: 100%;
    border-radius: 5.3333vw;
    background: url(../img/bg-dot-sp.png) no-repeat 0 0;
    background-size: 80.5333vw;
  }
  .eiou .inner-bg2 {
    width: 76vw;
    margin-top: 8vw;
    padding: 13.3333vw 2.6666vw;
    background-size: 3.7333vw;
    background-position: center top 2vw, center bottom 2vw;
  }
  .eiou .eiou-list li + li {
    margin-top: 6.6666vw;
  }
  .eiou .eiou-list dt img {
    width: 17.8666vw;
  }
  .eiou .eiou-list li:nth-child(1) dt img {
    width: 22.8vw;
  }
  .eiou .eiou-list dt span {
    margin-top: 2.6666vw;
    font-size: 4.6666vw;
  }
  .eiou .eiou-list dd {
    margin-top: 2.6666vw;
    font-size: 2.6666vw;
    line-height: 1.65;
  }
  .eiou .bg-dot {
    height: 20px;
    background-size: 5.3333vw;
  }
}
/* bnr-block
-------------------------------------------------- */
.bnr-block a {
  display: block;
}

.bnr-block a img {
  width: 100%;
}

@media (min-width: 768px) {
  .bnr-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 130px 0 50px;
  }
  .bnr-block a {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .bnr-block {
    padding: 13.3333vw 10vw 8vw;
  }
  .bnr-block a + a {
    margin-top: 8vw;
  }
}
/* fixed-nav
-------------------------------------------------- */
.fixed-nav {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  -webkit-transition: opacity 0.5s, top 0.5s ease;
  transition: opacity 0.5s, top 0.5s ease;
  z-index: 999;
}

@media (min-width: 768px) {
  .fixed-nav {
    background: url(../img/bg-washi-bar.jpg) center center;
    background-size: cover;
  }
  .fixed-nav.show {
    top: 0;
    opacity: 1;
  }
  .fixed-nav .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 50px 15px 25px;
  }
  .fixed-nav .fujiya-logo {
    width: 5%;
    max-width: 60px;
  }
  .fixed-nav .shogi-logo {
    width: 17.2%;
    max-width: 172px;
    margin-left: 25px;
  }
  .fixed-nav .fujiya-logo img,
  .fixed-nav .shogi-logo img {
    width: 100%;
  }
  .fixed-nav .fixed-page-nav {
    width: 70%;
    max-width: 780px;
    margin-left: auto;
  }
  .fixed-nav .page-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixed-nav .page-nav-list li {
    height: 21px;
    height: clamp(0px, 1.6666666667vw, 21px);
  }
  .fixed-nav .page-nav-list li:nth-child(n+2) {
    margin-left: 20px;
  }
  .fixed-nav .page-nav-list li img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .fixed-nav {
    top: -100%;
    padding: 17.3333vw 0;
    background: #987710;
    background-size: 13.3333vw;
    -webkit-box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.35);
  }
  .fixed-nav.open {
    top: 12.8vw;
    opacity: 1;
  }
  .fixed-nav .page-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fixed-nav .page-nav-list li {
    position: relative;
    display: inline-block;
    width: 160px;
  }
  .fixed-nav .page-nav-list li + li {
    margin-top: 14vw;
  }
  .fixed-nav .page-nav-list li + li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -8.5vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: url(../img/nav-icon-sp.png) no-repeat 0 0;
    background-size: 100%;
  }
  .fixed-nav .page-nav-list li a {
    display: block;
  }
  .fixed-nav p {
    display: none;
  }
}
/* other
-------------------------------------------------- */
.page-bottom-text {
  padding: 30px 0;
  background: #000;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.pagetop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 60px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  z-index: 9999;
}

.pagetop img {
  width: 100%;
}

.pagetop.show {
  opacity: 1;
  z-index: 999;
}

.page-nav-list .coming-soon {
  position: relative;
}

.page-nav-list .coming-soon::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -70%;
  width: 100px;
  height: 18px;
  background: url(../img/nav-coming-soon.png) no-repeat;
  background-size: 100%;
}

@media screen\0  {
  .commentary .qa-list dd,
  .interview .profile-block dd {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .page-bottom-text {
    padding: 4vw 0;
    font-size: 2.6666vw;
  }
  .pagetop {
    right: 2.4vw;
    bottom: 4vw;
    width: 13.2vw;
  }
  .page-nav-list .coming-soon::after {
    right: 50%;
    width: 20vw;
    height: 3.3333vw;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.sec-banner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/bg_banner.jpg) top center;
  background-size: 100% auto;
  z-index: 20;
}
@media (max-width: 767px) {
  .sec-banner {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 200% auto;
  }
}
.sec-banner .banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .sec-banner .banner-box {
    display: block;
  }
}
.sec-banner .banner-box a {
  display: block;
  width: calc(50% - 32px);
}
@media (max-width: 767px) {
  .sec-banner .banner-box a {
    width: 100%;
  }
}
.sec-banner .banner-box a:nth-child(n+3) {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .sec-banner .banner-box a:nth-child(n+2) {
    margin-top: 25px;
  }
}
.sec-banner .banner-box a img {
  width: 100%;
  height: auto;
  border: 3px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-border-image: linear-gradient(45deg, #a4a9b1 0%, #dfe4ec 50%, #a4a9b1 100%) 1;
     border-image: linear-gradient(45deg, #a4a9b1 0%, #dfe4ec 50%, #a4a9b1 100%) 1;
}
@media (max-width: 767px) {
  .sec-banner .banner-box a img {
    border: 2px solid;
    -o-border-image: linear-gradient(45deg, #a4a9b1 0%, #dfe4ec 50%, #a4a9b1 100%) 1;
       border-image: linear-gradient(45deg, #a4a9b1 0%, #dfe4ec 50%, #a4a9b1 100%) 1;
  }
}

/* result
-------------------------------------------------- */
#result {
  position: relative;
  width: 100%;
  background: url("../img/bg_result.jpg") center center no-repeat;
  background-size: cover;
  padding: 40px 0 40px !important;
}
@media (max-width: 767px) {
  #result {
    padding: 64px 0 64px !important;
    background: url("../img/bg_result_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
#result:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url("../img/bg_result_right.png") top right no-repeat;
  width: 334px;
  height: 287px;
  background-size: contain;
}
@media (max-width: 767px) {
  #result:before {
    background: url("../img/bg_result_right_sp.png") top right no-repeat;
    width: 167px;
    height: 144px;
    background-size: contain;
  }
}
#result:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url("../img/bg_result_left.png") bottom left no-repeat;
  width: 246px;
  height: 259px;
  background-size: contain;
}
@media (max-width: 767px) {
  #result:after {
    background: url("../img/bg_result_left_sp.png") bottom left no-repeat;
    width: 156px;
    height: 170px;
    background-size: contain;
  }
}
#result .container {
  position: relative;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
@media (max-width: 767px) {
  #result .container {
    width: 100%;
    display: block;
  }
}
#result .container .photo-box {
  position: relative;
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  #result .container .photo-box {
    width: 175px;
    margin: 0 auto;
  }
}
#result .container .photo-box:before {
  position: absolute;
  content: "";
  top: -24px;
  left: -64px;
  background: url("../img/label_eioh.png") center center no-repeat;
  width: 145px;
  height: 92px;
  background-size: contain;
}
@media (max-width: 767px) {
  #result .container .photo-box:before {
    top: -36px;
    left: -48px;
    width: 124px;
    height: 80px;
  }
}
#result .container .photo-box img {
  width: 100%;
  height: auto;
}
#result .container .text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media (max-width: 767px) {
  #result .container .text-box {
    margin: 24px auto 0;
    width: 88%;
  }
}
#result .container .text-box h2 {
  width: 340px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #result .container .text-box h2 {
    width: 255px;
    margin: 0 auto;
  }
}
#result .container .text-box h2 img {
  width: 100%;
  height: auto;
}
#result .container .text-box .p-box {
  font-size: 18px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  #result .container .text-box .p-box {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 1.7;
  }
}

/* battle
-------------------------------------------------- */
.battle {
  position: relative;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../img/bg_battle_base.jpg) top center #000;
  z-index: 5;
}
@media (max-width: 767px) {
  .battle {
    background: url(../img/bg_battle_base_sp.jpg) center top !important;
    background-size: 100% auto !important;
    padding-bottom: 12% !important;
  }
}
.battle:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url("../img/bg_battle_top.jpg") top right no-repeat;
  width: 100%;
  height: 781px;
  background-size: 100% auto;
  mix-blend-mode: screen;
}
@media (max-width: 767px) {
  .battle:before {
    background: url("../img/bg_battle_top_sp.jpg") top right no-repeat;
    background-size: 100% auto;
  }
}
.battle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url("../img/bg_battle_top.jpg") top right no-repeat;
  width: 100%;
  height: 781px;
  background-size: 100% auto;
  mix-blend-mode: screen;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .battle:after {
    background: url("../img/bg_battle_top_sp.jpg") top right no-repeat;
    background-size: 100% auto;
  }
}

.battle .inner {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  padding: 64px 25px 88px;
  background: url(../img/bg_battle_inner.jpg) repeat center top;
  background-size: 100% auto;
  z-index: 5;
}

.battle .player-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 910px;
  margin: 60px auto 0;
}

.battle .player-list li {
  position: relative;
  width: 21.978%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 1;
}

.battle .player-list.action li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.battle .player-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/players-bg.png) no-repeat 0 0;
  background-size: 100%;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
}

.battle .player-list li.action::before {
  left: 8px;
  top: 18px;
  opacity: 1;
}

.battle .btn-detil {
  position: relative;
  display: block;
  max-width: 560px;
  margin: 70px auto 0;
}

.battle .player-list li a {
  display: block;
}

.battle .player-list li img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.battle .btn-detil img:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
  opacity: 0;
}

.battle .btn-detil.action img:nth-child(n+2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.battle .btn-detil img {
  width: 100%;
}

.battle .note {
  font-size: 20px;
  text-align: center;
}

.battle .sec-ttl {
  position: relative;
}

.battle .lead {
  text-align: center;
  margin: 30px auto 0;
  line-height: 1.5;
  font-size: 24px;
}
@media (max-width: 767px) {
  .battle .lead {
    font-size: 12px;
    margin: 18px auto 0;
  }
}
.battle .lead span.smallcaps {
  font-size: 20px;
}
@media (max-width: 767px) {
  .battle .lead span.smallcaps {
    font-size: 11px;
  }
}

.battle .quiz-box {
  position: relative;
  width: 100%;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px auto 0;
  background: url("../img/dot_quiz.png") top center repeat-y;
  background-size: 2px auto;
}
@media (max-width: 767px) {
  .battle .quiz-box {
    padding: 0;
    background-size: 1px auto;
    margin: 16px auto 0;
  }
}
.battle .quiz-box .ttl-box {
  position: relative;
}
@media (max-width: 767px) {
  .battle .quiz-box .ttl-box {
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.battle .quiz-box .ttl-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.battle .quiz-box .ttl-box ul li {
  width: 50%;
  text-align: center;
}
.battle .quiz-box .ttl-box ul li a {
  display: block;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 768px) {
  .battle .quiz-box .ttl-box ul li a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
}
.battle .quiz-box .ttl-box ul li img {
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .battle .quiz-box .ttl-box ul li img {
    width: 75%;
    height: auto;
  }
}
.battle .quiz-box .question-box {
  position: relative;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box {
    margin-top: 14px;
  }
}
.battle .quiz-box .question-box article {
  position: relative;
}
.battle .quiz-box .question-box article:nth-child(n+2) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article:nth-child(n+2) {
    margin-top: 18px;
  }
}
.battle .quiz-box .question-box article h3 {
  position: relative;
  width: 100%;
  height: 88px;
  background: url("../img/bg_quiz_q.png") center center no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 27px 0 27px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article h3 {
    width: 100%;
    background: url("../img/bg_quiz_q_sp.png") center center no-repeat;
    background-size: 96% auto;
    font-size: 3.6vw;
    padding: 0;
    height: 16vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 440px;
    margin: 0 auto;
    letter-spacing: -0.02em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.15;
  }
}
.battle .quiz-box .question-box article h3.column-2 {
  padding: 22px 0 22px;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article h3.column-2 {
    padding: 4.4vw 0;
  }
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article h3.sp-column-2 {
    padding: 4.4vw 0;
  }
}
.battle .quiz-box .question-box article ul {
  position: relative;
  margin: 36px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article ul {
    margin: 10px auto 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.battle .quiz-box .question-box article ul li {
  position: relative;
  width: calc(50% - 20px);
  background: #fff;
  border-radius: 10px;
  min-height: 95px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 768px) {
  .battle .quiz-box .question-box article ul li:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
}
.battle .quiz-box .question-box article ul li:before {
  position: absolute;
  content: "";
  top: -12px;
  left: 50%;
  background: url("../img/icon_q_baloon_pc_black.png") bottom center no-repeat;
  width: 32px;
  height: 13px;
  background-size: contain;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article ul li:before {
    background: url("../img/icon_q_baloon.png") bottom center no-repeat;
    width: 22px;
    height: 9px;
    top: -8px;
    background-size: contain;
    left: 10px;
  }
}
.battle .quiz-box .question-box article ul li:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/ttl_quiz_yes.png") center center no-repeat #000;
  background-size: 120px auto;
  z-index: 10;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article ul li:after {
    border-radius: 5px;
    background-size: 50% auto;
  }
}
.battle .quiz-box .question-box article ul li.no:after {
  background: url("../img/ttl_quiz_no.png") center center no-repeat #000;
  background-size: 120px auto;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article ul li.no:after {
    background-size: 50% auto;
  }
}
.battle .quiz-box .question-box article ul li.open {
  pointer-events: none;
}
.battle .quiz-box .question-box article ul li.open:before {
  -webkit-transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  background: url("../img/icon_q_baloon_pc.png") bottom center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article ul li.open:before {
    background: url("../img/icon_q_baloon.png") bottom center no-repeat;
    background-size: contain;
  }
}
.battle .quiz-box .question-box article ul li.open:after {
  -webkit-transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article ul li {
    width: calc(50% - 8px);
  }
}
.battle .quiz-box .question-box article ul li:nth-child(n+2) {
  margin-left: 40px;
}
.battle .quiz-box .question-box article ul li:nth-child(n+2):before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article ul li:nth-child(n+2):before {
    left: auto;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article ul li:nth-child(n+2) {
    margin-left: 16px;
  }
}
.battle .quiz-box .question-box article ul li .container {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article ul li .container {
    display: block;
  }
}
.battle .quiz-box .question-box article ul li .container .icon {
  position: relative;
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  background: url("../img/bg_question.png") right center no-repeat;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article ul li .container .icon {
    background: url("../img/bg_question_sp.png") bottom center no-repeat;
    border-radius: 5px 5px 0 0px;
    background-size: 100% auto;
    width: 100%;
    height: 28px;
  }
}
.battle .quiz-box .question-box article ul li .container .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article ul li .container .icon img {
    width: 36px;
  }
}
.battle .quiz-box .question-box article ul li .container .txt-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-size: 19px;
}
@media (max-width: 767px) {
  .battle .quiz-box .question-box article ul li .container .txt-box {
    width: 100%;
    font-size: 12px;
    padding: 8px 10px 12px;
  }
}

@media (min-width: 768px) {
  .battle .sec-ttl {
    width: 492px;
  }
  .battle .player-list li:nth-child(n+5) {
    margin-top: 5%;
  }
  .battle .player-list li a {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .battle .player-list li a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  .battle .btn-detil:hover {
    opacity: 0.75;
  }
}
@media (max-width: 767px) {
  .battle {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px !important;
    background: url(../img/players-bg-back-sp.png) no-repeat center top;
    background-size: cover;
  }
  .battle .inner {
    width: 88vw;
    padding: 6.6666vw 0;
  }
  .battle .sec-ttl {
    width: 66.0333vw;
  }
  .battle .player-list {
    width: 74.1333vw;
    margin-top: 6.6666vw;
  }
  .battle .player-list li {
    width: 46.7625%;
  }
  .battle .player-list li:nth-child(n+3) {
    margin-top: 4vw;
  }
  .battle .player-list li.action::before {
    left: 1.6vw;
    top: 3vw;
  }
  .battle .btn-detil {
    width: 81.3333vw;
    margin-top: 8vw;
    -webkit-transform: translateX(1vw);
            transform: translateX(1vw);
  }
  .battle .note {
    font-size: 2.6666vw;
  }
}
/* date
-------------------------------------------------- */
#date {
  padding: 60px 0 60px;
  background: url(../img/bg_timeline.jpg) repeat left top;
}
@media (max-width: 767px) {
  #date {
    background-size: 175% auto !important;
    padding: 20px 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.date .inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 25px 86px;
  background: url(../img/bg-washi2.png) repeat center top;
}

.date .sec-copy {
  position: relative;
  margin-top: 50px;
  font-size: 2.4vw;
  text-align: center;
  line-height: 2;
}

.date .sponsor-list {
  margin-top: 40px;
  font-size: 1.8vw;
  line-height: 1.5;
}

.date .sponsor-list li {
  text-align: center;
}

.date .sponsor-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.date .sponsor-list li + li {
  margin-top: 15px;
}

.date .sec-ttl {
  position: relative;
  width: 416px !important;
}

.date .lead {
  font-size: 20px;
  text-align: center;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .date .lead {
    font-size: 11px;
    margin-top: 10px;
  }
}

.date .date-box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  width: 88%;
  margin: 34px auto 0;
  padding: 64px 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .date .date-box {
    margin: 16px auto 0;
    width: calc(100% - 30px);
    border-radius: 5px;
    padding: 22px 20px 26px;
  }
}
.date .date-box img {
  width: 100%;
  height: auto;
}

@media (min-width: 1001px) {
  .date .sec-copy {
    font-size: 24px;
  }
  .date .sponsor-list {
    font-size: 18px;
  }
  .date .sec-copy .line-left,
  .date .sec-copy .line-right {
    width: 67px;
  }
}
@media (min-width: 768px) {
  .date .sec-ttl {
    width: 274px;
  }
}
@media (max-width: 767px) {
  .date {
    background-size: 6.9333vw;
  }
  .date .inner {
    width: 88vw;
    padding: 24px 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  .date .sec-ttl {
    width: 56.2333vw !important;
  }
  .date .sec-copy {
    margin-top: 5.3333vw;
    font-size: 2.9333vw;
  }
  .date .sec-copy .line-left,
  .date .sec-copy .line-right {
    display: none;
  }
  .date .sponsor-list {
    margin-top: 5.3333vw;
    font-size: 2.2vw;
  }
  .date .sponsor-list li + li {
    margin-top: 1.3333vw;
  }
}
/* live
-------------------------------------------------- */
.live {
  position: relative;
  padding: 80px 0 80px;
  background: url(../img/bg_timeline_base.jpg) repeat left top;
}
@media (max-width: 767px) {
  .live {
    background-size: 240px auto !important;
    padding: 20px 0 40px !important;
  }
}
.live:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url("../img/bg_timeline_top.png") top right no-repeat;
  width: 704px;
  height: 389px;
  background-size: contain;
}
@media (max-width: 767px) {
  .live:before {
    background: url("../img/bg_timeline_top_sp.png") top right no-repeat;
    background-size: contain;
    width: 77.3333333333vw;
    height: 46.6666666667vw;
  }
}
.live:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: url("../img/bg_timeline_bottom.png") bottom right no-repeat;
  width: 929px;
  height: 551px;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 767px) {
  .live:after {
    background: url("../img/bg_timeline_bottom_sp.png") bottom right no-repeat;
    background-size: contain;
    width: 82.6666666667vw;
    height: 48vw;
  }
}

.live .inner {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 25px;
  background: url(../img/bg-washi2.png) repeat center top;
  z-index: 5;
}

.live .sec-copy {
  position: relative;
  margin-top: 50px;
  font-size: 2.4vw;
  text-align: center;
  line-height: 2;
}

.live .sec-ttl {
  position: relative;
  width: 322px !important;
}

.live .lead {
  font-size: 20px;
  text-align: center;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .live .lead {
    font-size: 11px;
    margin-top: 10px;
  }
}

.live .image-abema {
  position: relative;
  width: 100%;
  max-width: 810px;
  margin: 28px auto 0;
}
.live .image-abema a {
  display: block;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.live .image-abema a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
@media (max-width: 767px) {
  .live .image-abema {
    margin: 18px auto 0;
    width: calc(100% - 20px);
  }
}
.live .image-abema img {
  width: 100%;
  height: auto;
}
.live h3 {
  position: relative;
  margin: 40px auto 0;
  width: 154px;
  height: 34px;
  background: url("../img/bg_ttl_s.png") center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .live h3 {
    margin: 20px auto 0;
    width: 92px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.live .txt-date {
  position: relative;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 22px auto 0;
}
@media (max-width: 767px) {
  .live .txt-date {
    font-size: 14px;
    margin: 10px auto 0;
  }
}
.live .txt-date strong {
  position: relative;
  top: 3px;
  font-size: 52px;
}
@media (max-width: 767px) {
  .live .txt-date strong {
    font-size: 28px;
    top: 0px;
  }
}
.live .txt-date span {
  position: relative;
  display: inline-block;
}
.live .txt-date span:after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #ff0000;
}
@media (max-width: 767px) {
  .live .txt-date span:after {
    height: 2px;
    bottom: -10px;
  }
}
.live .txt-date span:before {
  position: absolute;
  content: "";
  bottom: -9px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #ff0000;
}
@media (max-width: 767px) {
  .live .txt-date span:before {
    height: 2px;
    bottom: -6px;
  }
}
.live .btn-abema {
  position: relative;
  margin: 52px auto 0;
  width: 254px;
}
@media (max-width: 767px) {
  .live .btn-abema {
    width: 128px;
    margin: 25px auto 0;
  }
}
.live .btn-abema a {
  display: block;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.live .btn-abema a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.live .btn-abema img {
  width: 100%;
  height: auto;
}
.live .note {
  position: relative;
  margin-top: 18px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .live .note {
    font-size: 11px;
    margin-top: 9px;
  }
}

@media (min-width: 1001px) {
  .live .sec-copy {
    font-size: 24px;
  }
  .live .sponsor-list {
    font-size: 18px;
  }
  .live .sec-copy .line-left,
  .live .sec-copy .line-right {
    width: 67px;
  }
}
@media (min-width: 768px) {
  .live .sec-ttl {
    width: 274px;
  }
}
@media (max-width: 767px) {
  .live {
    padding-top: 6.6666vw;
    padding-bottom: 10vw;
    background-size: 6.9333vw;
  }
  .live .inner {
    width: 88vw;
    padding: 6.6666vw 0;
  }
  .live .sec-ttl {
    width: 56.7333vw !important;
  }
  .live .sec-copy {
    margin-top: 5.3333vw;
    font-size: 2.9333vw;
  }
  .live .sec-copy .line-left,
  .live .sec-copy .line-right {
    display: none;
  }
  .live .sponsor-list {
    margin-top: 5.3333vw;
    font-size: 2.2vw;
  }
  .live .sponsor-list li + li {
    margin-top: 1.3333vw;
  }
}
/* oyatsu
-------------------------------------------------- */
.oyatsu {
  padding: 80px 0 80px;
  background: url(../img/bg_oyatsu.jpg) repeat center top;
  background-size: 1068px auto;
}
@media (max-width: 767px) {
  .oyatsu {
    padding: 25px 0 40px !important;
    background-size: 125% auto !important;
    background-position: 5% 0%;
  }
}

.oyatsu .inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 25px 86px;
  background: url(../img/bg-washi.png) repeat center top;
}
@media (max-width: 767px) {
  .oyatsu .inner {
    padding-top: 32px !important;
  }
}
.oyatsu .inner.margin {
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .oyatsu .inner.margin {
    margin: 30px auto 0;
  }
}

.oyatsu .sec-copy {
  position: relative;
  margin-top: 50px;
  font-size: 2.4vw;
  text-align: center;
  line-height: 2;
}

.oyatsu .sec-ttl {
  position: relative;
  width: 554px !important;
}
@media (max-width: 767px) {
  .oyatsu .sec-ttl {
    width: 72vw !important;
  }
}

.oyatsu .lead {
  font-size: 24px;
  text-align: center;
  margin-top: 22px;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .oyatsu .lead {
    font-size: 11px;
    margin-top: 10px;
    line-height: 1.85;
    margin-top: 20px;
  }
}

.oyatsu .oyatsu-box {
  position: relative;
  border-radius: 10px;
  width: 88%;
  margin: 48px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .oyatsu .oyatsu-box {
    margin: 24px auto 0;
    width: 75%;
  }
}
.oyatsu .oyatsu-box article {
  position: relative;
  width: 100%;
}
.oyatsu .oyatsu-box article:nth-child(n+2) {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .oyatsu .oyatsu-box article:nth-child(n+2) {
    margin-top: 36px;
  }
}
.oyatsu .oyatsu-box article h2 {
  position: relative;
  margin: 40px auto 0;
  width: 154px;
  height: 34px;
  background: url("../img/bg_ttl_s.png") center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .oyatsu .oyatsu-box article h2 {
    margin: 20px auto 0;
    width: 92px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.oyatsu .oyatsu-box article .oyatsu-10, .oyatsu .oyatsu-box article .oyatsu-15 {
  position: relative;
  margin: 28px auto 0;
}
@media (max-width: 767px) {
  .oyatsu .oyatsu-box article .oyatsu-10, .oyatsu .oyatsu-box article .oyatsu-15 {
    margin: 10px auto 0;
  }
}
.oyatsu .oyatsu-box article .oyatsu-10 .ttl, .oyatsu .oyatsu-box article .oyatsu-15 .ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.oyatsu .oyatsu-box article .oyatsu-10 .ttl:before, .oyatsu .oyatsu-box article .oyatsu-15 .ttl:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0%;
  background: url(../img/bg_oyatsu_ttl.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .oyatsu .oyatsu-box article .oyatsu-10 .ttl:before, .oyatsu .oyatsu-box article .oyatsu-15 .ttl:before {
    left: -10%;
    background: url(../img/bg_oyatsu_ttl_sp.png) center center no-repeat;
    background-size: contain;
    width: 120%;
  }
}
.oyatsu .oyatsu-box article .oyatsu-10 .ttl img, .oyatsu .oyatsu-box article .oyatsu-15 .ttl img {
  width: 246px;
  height: auto;
}
@media (max-width: 767px) {
  .oyatsu .oyatsu-box article .oyatsu-10 .ttl img, .oyatsu .oyatsu-box article .oyatsu-15 .ttl img {
    width: 64%;
    height: auto;
  }
}
.oyatsu .oyatsu-box article .oyatsu-10 ul, .oyatsu .oyatsu-box article .oyatsu-15 ul {
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .oyatsu .oyatsu-box article .oyatsu-10 ul.first-10 li:nth-child(1), .oyatsu .oyatsu-box article .oyatsu-15 ul.first-10 li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .oyatsu .oyatsu-box article .oyatsu-10 ul.first-10 li:nth-child(2), .oyatsu .oyatsu-box article .oyatsu-15 ul.first-10 li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.oyatsu .oyatsu-box article .oyatsu-10 ul.first-10 li:nth-child(3), .oyatsu .oyatsu-box article .oyatsu-15 ul.first-10 li:nth-child(3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .oyatsu .oyatsu-box article .oyatsu-10 ul.first-10 li:nth-child(3), .oyatsu .oyatsu-box article .oyatsu-15 ul.first-10 li:nth-child(3) {
    margin-top: 12px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .oyatsu .oyatsu-box article .oyatsu-10 ul, .oyatsu .oyatsu-box article .oyatsu-15 ul {
    width: 100%;
    max-width: 280px;
    margin: 16px auto 0;
  }
}
.oyatsu .oyatsu-box article .oyatsu-10 ul li, .oyatsu .oyatsu-box article .oyatsu-15 ul li {
  position: relative;
  width: calc(50% - 10px);
}
.oyatsu .oyatsu-box article .oyatsu-10 ul li a, .oyatsu .oyatsu-box article .oyatsu-15 ul li a {
  display: block;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.oyatsu .oyatsu-box article .oyatsu-10 ul li a:hover, .oyatsu .oyatsu-box article .oyatsu-15 ul li a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 1;
}
@media (max-width: 767px) {
  .oyatsu .oyatsu-box article .oyatsu-10 ul li, .oyatsu .oyatsu-box article .oyatsu-15 ul li {
    width: 100%;
  }
  .oyatsu .oyatsu-box article .oyatsu-10 ul li:nth-child(n+2), .oyatsu .oyatsu-box article .oyatsu-15 ul li:nth-child(n+2) {
    margin-top: 12px;
  }
}
.oyatsu .oyatsu-box article .oyatsu-10 ul li img, .oyatsu .oyatsu-box article .oyatsu-15 ul li img {
  width: 100%;
  height: auto;
}
.oyatsu .oyatsu-box article .oyatsu-15 {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .oyatsu .oyatsu-box article .oyatsu-15 {
    margin: 20px auto 0;
  }
}
.oyatsu p.note {
  position: relative;
  margin-top: 64px;
  text-align: center;
  font-size: 27px;
}
@media (max-width: 767px) {
  .oyatsu p.note {
    font-size: 19px;
    margin-top: 36px;
  }
}
.oyatsu p.note-2 {
  position: relative;
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .oyatsu p.note-2 {
    font-size: 12px;
    margin-top: 24px;
  }
}
.oyatsu .image-oyatsu-box {
  position: relative;
  width: 88%;
  margin: 56px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .oyatsu .image-oyatsu-box {
    display: block;
    padding: 30px 0;
    width: 75%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.oyatsu .image-oyatsu-box:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  background: #fff;
  border-radius: 15px;
  z-index: 0;
}
@media (max-width: 767px) {
  .oyatsu .image-oyatsu-box:after {
    border-radius: 10px;
    width: calc(100% - 5px);
  }
}
.oyatsu .image-oyatsu-box:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  background: url("../img/dot.png") bottom right;
  background-size: 7px auto;
  border-radius: 15px;
  z-index: 0;
}
@media (max-width: 767px) {
  .oyatsu .image-oyatsu-box:before {
    border-radius: 10px;
    background-size: 4px auto;
    top: 5px;
    left: 5px;
    width: calc(100% - 5px);
  }
}
.oyatsu .image-oyatsu-box .image {
  position: relative;
  max-width: 310px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .oyatsu .image-oyatsu-box .image {
    width: 80%;
    margin: 0 auto;
  }
}
.oyatsu .image-oyatsu-box .image ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.oyatsu .image-oyatsu-box .image ul li {
  width: 32%;
}
.oyatsu .image-oyatsu-box .image ul li:nth-child(n+2) {
  margin-left: 5px;
}
.oyatsu .image-oyatsu-box .image ul li a {
  display: block;
}
@media (min-width: 768px) {
  .oyatsu .image-oyatsu-box .image ul li a {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.2s;
    transition: opacity 0.35s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.35s;
    transition: transform 0.2s, opacity 0.35s, -webkit-transform 0.2s;
  }
  .oyatsu .image-oyatsu-box .image ul li a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
}
.oyatsu .image-oyatsu-box .image ul li img {
  width: 100%;
  height: auto;
}
.oyatsu .image-oyatsu-box .text-box {
  position: relative;
  z-index: 1;
  margin-left: 80px;
  max-width: 300px;
}
@media (max-width: 767px) {
  .oyatsu .image-oyatsu-box .text-box {
    width: 85%;
    margin: 20px auto 0;
    text-align: center;
  }
}
.oyatsu .image-oyatsu-box .text-box h4 {
  font-size: 36px;
  border-bottom: 3px solid #ff0000;
  padding-bottom: 10px;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .oyatsu .image-oyatsu-box .text-box h4 {
    font-size: 4.8vw;
    text-align: center;
    display: inline-block;
    border-bottom: 2px solid #ff0000;
    line-height: 0.1;
  }
}
.oyatsu .image-oyatsu-box .text-box p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .oyatsu .image-oyatsu-box .text-box p {
    margin-top: 10px;
    font-size: 3.2vw;
    text-align: left;
    display: inline-block;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .oyatsu .image-oyatsu-box {
    margin: 24px auto 0;
  }
}
.oyatsu .image-oyatsu-box img {
  width: 100%;
  height: auto;
}

@media (min-width: 1001px) {
  .oyatsu .sec-copy {
    font-size: 24px;
  }
  .oyatsu .sponsor-list {
    font-size: 18px;
  }
  .oyatsu .sec-copy .line-left,
  .oyatsu .sec-copy .line-right {
    width: 67px;
  }
}
@media (min-width: 768px) {
  .oyatsu .sec-ttl {
    width: 554px;
  }
}
@media (max-width: 767px) {
  .oyatsu .inner {
    width: 88vw;
    padding: 6.6666vw 0 10%;
  }
  .oyatsu .sec-ttl {
    width: 43.7333vw;
  }
  .oyatsu .sec-copy {
    margin-top: 5.3333vw;
    font-size: 2.9333vw;
  }
  .oyatsu .sec-copy .line-left,
  .oyatsu .sec-copy .line-right {
    display: none;
  }
  .oyatsu .sponsor-list {
    margin-top: 5.3333vw;
    font-size: 2.2vw;
  }
  .oyatsu .sponsor-list li + li {
    margin-top: 1.3333vw;
  }
}
/* eiou
-------------------------------------------------- */
.eiou {
  position: relative;
  padding: 80px 0 80px;
  background: url(../img/bg_timeline.jpg) repeat left top;
  background-size: 1197px auto;
}
@media (max-width: 767px) {
  .eiou {
    background-size: 175% auto !important;
    padding: 20px 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.eiou .inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/bg-washi2.png) repeat center top;
}

.eiou .inner-bg1 {
  position: relative;
  max-width: 910px;
  margin: 0 auto;
}

.eiou .inner-bg-wh {
  position: relative;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  z-index: 1;
}

.eiou .inner-bg2 {
  margin: 50px auto 0;
  padding: 120px 0;
  background: url(../img/eiou-bg-dot.png) repeat-x center top 20px, url(../img/eiou-bg-dot.png) repeat-x center bottom 20px;
  text-align: center;
}

.eiou .sec-ttl {
  text-align: center;
}

.eiou .eiou-list li + li {
  margin-top: 70px;
}

.eiou .eiou-list dt span {
  display: block;
  margin-top: 15px;
  font-size: 27px;
  font-weight: bold;
}

.eiou .eiou-list dd {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.45;
}

.eiou .eiou-box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin-top: 40px;
  text-align: center;
  padding: 110px 40px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .eiou .eiou-box {
    margin-top: 24px;
    padding: 56px 20px 56px;
  }
}
.eiou .eiou-box:before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0px;
  width: 100%;
  height: 30px;
  background: url("../img/deco_eiou.png") center center;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .eiou .eiou-box:before {
    width: 100%;
    top: 16px;
    height: 14px;
  }
}
.eiou .eiou-box:after {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 0px;
  width: 100%;
  height: 30px;
  background: url("../img/deco_eiou.png") center center;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .eiou .eiou-box:after {
    width: 100%;
    bottom: 16px;
    height: 14px;
  }
}
.eiou .eiou-box ul li:nth-child(n+2) {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .eiou .eiou-box ul li:nth-child(n+2) {
    margin-top: 28px;
  }
}
.eiou .eiou-box ul li h4 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .eiou .eiou-box ul li h4 {
    font-size: 14.5px;
  }
}
.eiou .eiou-box ul li h3 {
  margin-top: 12px;
  font-size: 27px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .eiou .eiou-box ul li h3 {
    margin-top: 8px;
    font-size: 20px;
  }
}
.eiou .eiou-box ul li .p-box {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .eiou .eiou-box ul li .p-box {
    margin-top: 12px;
  }
}
.eiou .eiou-box ul li .p-box p {
  font-size: 16px;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .eiou .eiou-box ul li .p-box p {
    font-size: 10.5px;
  }
}

@media (min-width: 768px) {
  .eiou .sec-ttl {
    width: 420px;
  }
  .eiou .eiou-list dt img {
    width: 102.5px;
  }
  .eiou .eiou-list li:nth-child(1) dt img {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .eiou {
    margin-top: 0;
    padding: 40px 0 40px;
    background-size: 100% auto;
  }
  .eiou .inner {
    width: 88vw;
    padding: 6.6666vw 14px;
  }
  .eiou .sec-ttl {
    width: 58vw;
  }
  .eiou .inner-bg1 {
    width: 80.8vw;
  }
  .eiou .inner-bg1::before {
    left: 1.3333vw;
    top: 1.3333vw;
    width: 100%;
    border-radius: 5.3333vw;
    background: url(../img/bg-dot-sp.png) no-repeat 0 0;
    background-size: 80.5333vw;
  }
  .eiou .inner-bg2 {
    width: 76vw;
    margin-top: 8vw;
    padding: 13.3333vw 2.6666vw;
    background-size: 3.7333vw;
    background-position: center top 2vw, center bottom 2vw;
  }
  .eiou .eiou-list li + li {
    margin-top: 6.6666vw;
  }
  .eiou .eiou-list dt img {
    width: 17.8666vw;
  }
  .eiou .eiou-list li:nth-child(1) dt img {
    width: 22.8vw;
  }
  .eiou .eiou-list dt span {
    margin-top: 2.6666vw;
    font-size: 4.6666vw;
  }
  .eiou .eiou-list dd {
    margin-top: 2.6666vw;
    font-size: 2.6666vw;
    line-height: 1.65;
  }
  .eiou .bg-dot {
    height: 20px;
    background-size: 5.3333vw;
  }
}/*# sourceMappingURL=index.css.map */</pre></body></html>