@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: 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;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

body {
  position: relative;
  font-family: YakuHanMP, "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.l-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg.jpg) no-repeat center top;
  background-size: cover;
}

.l-bg_deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.l-bg_deco__item {
  position: absolute;
}
.l-bg_deco__item.-deco1 {
  right: 0;
  top: 0;
  transform: translate(3%, -7%);
  width: 44%;
  max-width: 616px;
}
@media screen and (max-width: 767px) {
  .l-bg_deco__item.-deco1 {
    transform: translate(16%, -6%);
    width: 67%;
  }
}
.l-bg_deco__item.-deco2 {
  left: 0;
  top: 0;
  width: 48%;
  max-width: 672px;
  transform: translateY(239%) translateX(-38%);
}
@media screen and (max-width: 767px) {
  .l-bg_deco__item.-deco2 {
    display: none;
  }
}
.l-bg_deco__item.-deco3 {
  right: 0;
  top: 0;
  width: 48%;
  max-width: 672px;
  transform: translateY(409%) translateX(26%);
}
@media screen and (max-width: 767px) {
  .l-bg_deco__item.-deco3 {
    display: none;
  }
}

.l-foot {
  position: relative;
  display: block;
}

.l-footer {
  background-color: #121212;
  color: #fff;
  padding: 31px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 27px 7% 45px;
  }
}
.l-footer__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-top: 97px;
    display: block;
  }
}
.l-footer__share {
  margin-bottom: 15px;
  padding-right: 4px;
}
@media screen and (max-width: 767px) {
  .l-footer__share {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-footer__share-ttl {
  flex-shrink: 0;
  font-size: 12px;
}
.l-footer__share-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__share-list {
    justify-content: center;
  }
}
.l-footer__share-list-item {
  width: 18px;
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .l-footer__share-list-item {
    width: 27px;
    margin-left: 30px;
  }
}
.l-footer__share-list-item svg {
  width: 100%;
  fill: #fff;
  transition: fill 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .l-footer__share-list-item:hover svg {
    fill: #6f520e;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__serieslink {
    margin-bottom: 42px;
  }
}
.l-footer__serieslink-list-item {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .l-footer__serieslink-list-item {
    line-height: 1.25;
  }
}
.l-footer__serieslink-list-item a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding-left: 19px;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .l-footer__serieslink-list-item a:hover {
    color: #6f520e;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__serieslink-list-item a {
    letter-spacing: 0.3px;
    font-size: 10px;
    padding-left: 17px;
  }
}
.l-footer__serieslink-list-item a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 0;
  background: url(../img/footer/bullet.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-footer__serieslink-list-item a::after {
    top: 2px;
    width: 9px;
    height: 9px;
  }
}
.l-footer__pagetop {
  position: absolute;
  top: 28px;
  right: -8px;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    position: absolute;
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-footer__pagetop a {
  display: block;
  width: 69px;
  padding-top: 69px;
  overflow: hidden;
  background: url(../img/footer/btn_page_top_pc.png) no-repeat center 0;
  background-size: 76px;
}
@media screen and (min-width: 768px) {
  .l-footer__pagetop a {
    width: 54px;
    padding-top: 54px;
    background: url(../img/footer/btn_page_top_pc.png) no-repeat center 0;
    background-size: 54px;
  }
}
@media (hover: hover) {
  .l-footer__pagetop a:hover {
    background-position: center -54px;
  }
}
.l-footer__contents {
  text-align: right;
  padding-right: 81px;
  padding-top: 15px;
  padding-left: 3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__contents {
    padding-top: 0;
    text-align: center;
    padding-right: 0;
  }
}
.l-footer__anilink {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .l-footer__anilink {
    margin-bottom: 14px;
  }
}
.l-footer__anilink-list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer__anilink-list {
    justify-content: center;
  }
}
.l-footer__anilink-list-item {
  font-size: 11px;
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .l-footer__anilink-list-item {
    font-size: 10px;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.l-footer__anilink-list-item:first-child {
  padding-left: 0;
  margin-left: 0;
}
.l-footer__anilink-list-item:first-child::before {
  content: none;
}
.l-footer__anilink-list-item::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.l-footer__anilink-list-item a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .l-footer__anilink-list-item a:hover {
    color: #6f520e;
  }
}
.l-footer__copy {
  font-size: 10px;
  opacity: 0.5;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    line-height: 1.7;
  }
}

.l-header {
  position: relative;
  padding: min(41.8%, 590px) 0 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 88.8% 0 0;
    overflow: hidden;
  }
}
.l-header__tanjiro {
  position: absolute;
  top: 0;
  left: -11.5%;
  width: 75%;
  pointer-events: none;
  transform: translate(15%, -10%);
  opacity: 0;
}
.is-load .l-header__tanjiro {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.45s;
}
.l-header__tanjiro::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask: url(../img/img_main.png) no-repeat center center;
  mask: url(../img/img_main.png) no-repeat center center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: #000;
}
.is-load .l-header__tanjiro::after {
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.65, 0, 0.35, 1) 0.7s;
}
@media screen and (max-width: 767px) {
  .l-header__tanjiro {
    left: -31.5%;
    width: 141%;
  }
}
.l-header__content {
  margin: 0 auto;
  width: 80%;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__content {
    width: 93%;
  }
}
.l-header__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-78%);
  width: 72%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    transform: translateX(-50%) translateY(-66%);
    width: 81%;
  }
}
.l-header__logo img {
  transform: translateY(15%);
  opacity: 0;
}
.is-load .l-header__logo img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
.l-header__date {
  position: absolute;
  top: -37%;
  right: -5%;
  width: 22.8%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-header__date {
    top: -42%;
    right: -2%;
    width: 36.8%;
  }
}
.l-header__date img {
  transform: rotate(5deg) scale(0.9);
  opacity: 0;
}
.l-header__lead {
  position: relative;
  transform: translateY(15%);
  opacity: 0;
}
.is-load .l-header__lead {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
.l-header__thanks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 9% 3% 0;
}
@media screen and (max-width: 767px) {
  .l-header__thanks {
    padding: 15.7% 3% 0;
  }
}
.l-header__thanks-lead {
  margin: 0 auto;
  width: 77%;
}
@media screen and (max-width: 767px) {
  .l-header__thanks-lead {
    width: 87%;
  }
}
.l-header__thanks-share {
  background-color: #000;
  border-radius: 100px;
  width: 64%;
  margin: 0 auto;
  margin-top: 2.8%;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .l-header__thanks-share {
    width: 87%;
    margin-top: 4%;
  }
}
@media (hover: hover) {
  .l-header__thanks-share:hover {
    background-color: #b62826;
    transform: scale(0.98);
  }
}
.l-header__thanks-share a {
  display: block;
  padding: 5% 5.4% 5.8%;
}
@media screen and (max-width: 767px) {
  .l-header__thanks-share a {
    padding: 6% 5.4% 7%;
  }
}
.l-header__thanks-share-text {
  margin: 0 auto;
  width: 77%;
}
@media screen and (max-width: 767px) {
  .l-header__thanks-share-text {
    width: 91%;
  }
}
.l-header__thanks-note {
  margin: 0 auto;
  margin-top: 1.7%;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .l-header__thanks-note {
    margin-top: 5.7%;
    width: 86%;
  }
}
.l-header__howto {
  position: relative;
  margin: 0 auto;
  width: 80%;
  margin-top: 1.5%;
  transform: translateY(15%);
  opacity: 0;
}
.is-load .l-header__howto {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .l-header__howto {
    width: 90%;
    margin-top: 2.5%;
  }
}

.l-content {
  position: relative;
  padding-bottom: 230px;
}
.-in .l-content {
  padding-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .-in .l-content {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .l-content {
    padding-bottom: 116px;
  }
}

.l-sponsor {
  position: relative;
}
.l-sponsor__list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-sponsor__list {
    flex-direction: column;
  }
}
.l-sponsor__list-item {
  width: 49.8%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2% 6%;
}
@media screen and (max-width: 767px) {
  .l-sponsor__list-item {
    padding: 21px 6% 15px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-sponsor__list-item + .l-sponsor__list-item {
    margin-left: 0.3%;
  }
}
@media screen and (max-width: 767px) {
  .l-sponsor__list-item + .l-sponsor__list-item {
    margin-top: 0.3%;
  }
}
.l-sponsor__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 66px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-sponsor__logo {
    height: 36px;
  }
}
.l-sponsor__logo a {
  width: 100%;
  height: 100%;
  display: block;
}
@media (hover: hover) {
  .l-sponsor__logo a:hover img {
    transform: scale(0.97);
  }
}
.l-sponsor__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-sponsor__lead {
  line-height: 1.7;
  margin-top: 23px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-sponsor__lead {
    line-height: 1.75;
    margin-top: 9px;
    font-size: 12px;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.is-load .l-loading {
  pointer-events: none;
}
.l-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-4deg);
  width: 120%;
  height: 120%;
}
.l-loading__content::before, .l-loading__content::after {
  content: "";
  width: 100%;
  height: 51%;
  position: absolute;
  left: 0;
  background-color: #000;
  transition: transform 0.85s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
}
.l-loading__content::before {
  top: 0;
}
.is-load .l-loading__content::before {
  transform: translateY(-100%);
}
.l-loading__content::after {
  bottom: 0;
}
.is-load .l-loading__content::after {
  transform: translateY(100%);
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

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