@charset "UTF-8";
html {
  overflow-y: scroll;
  height: 102%;
}

body {
  line-height: 1;
  color: #000;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  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 #909090;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  line-height: 1.7em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  background-color: #FAF6ED;
  background-image: url(../img/common/bg-body.jpg);
  background-size: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8em;
  }
}

a {
  color: #0D0D0D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #404040;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1, h2, h3 {
  margin-bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

p {
  margin: 0 0 15px;
}
@media screen and (min-width: 1025px) {
  p {
    margin: 0 0 25px;
  }
}

b {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

hr {
  border-top: 1px solid #d8d4d3;
}

ul {
  margin: 10px 0;
}
ul li {
  line-height: 1.3em;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 20px;
}

.pc {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1000px;
}
.flex img {
  display: block;
  max-width: 100%;
}

/* MAIN */
.main-wrapper {
  padding: 30px 0 70px;
  background-image: url(../img/common/bg-main.svg);
  background-size: 33px;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .main-wrapper {
    padding: 50px 0 100px;
    background-size: 43px;
    min-height: 700px;
  }
}

/* GLOVAL_NAVI_BUTTON */
.gnav-btn {
  display: block;
  position: absolute;
  width: 22px;
  height: 50px;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
}
@media screen and (min-width: 1025px) {
  .gnav-btn {
    display: none;
  }
}

.gnav-btn div {
  position: relative;
}

.gnav-btn span {
  display: block;
  height: 3px;
  background: #BC1414;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.gnav-btn span:nth-child(1) {
  top: 0px;
}

.gnav-btn span:nth-child(2) {
  top: 7px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.gnav-btn span:nth-child(3) {
  top: 14px;
  width: 60%;
}

/*開閉ボタンopen時*/
.open .gnav-btn span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open .gnav-btn span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open .gnav-btn span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 100%;
}

/* GLOVAL_NAVI */
.gnav {
  display: none;
  background-color: #0D0D0D;
  height: 100vh;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 0 0;
  background-image: url(../img/common/bg-menu.svg);
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .gnav {
    background-image: none;
    display: block;
    height: auto;
    width: 75%;
    max-width: 1000px;
    position: relative;
    padding: 0;
    overflow: visible;
  }
}
.gnav__logo {
  margin: 0 auto 40px;
  text-align: center;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .gnav__logo {
    margin: 0 auto 60px;
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .gnav__logo {
    display: none;
  }
}
.gnav__logo a {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.gnav__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;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .gnav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gnav__item {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .gnav__item {
    font-size: 1.9rem;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .gnav__item {
    font-size: 1.3rem;
    margin: 0 1.5%;
    overflow: visible;
  }
}
.gnav__item span {
  display: block;
  font-size: 0.8rem;
  color: #959595;
  padding-top: 5px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.gnav__item a {
  text-decoration: none;
  line-height: 1em;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .gnav__item a {
    position: relative;
  }
  .gnav__item a::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    content: "";
    width: 1px;
    height: 0%;
    background: #BC1414;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
  }
  .gnav__item a:hover::before {
    top: -70%;
    height: 240%;
  }
}
.gnav__item--twitter {
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .gnav__item--twitter {
    margin-top: 0;
  }
}
.gnav__item--twitter::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/common/icon-twitter.svg);
  top: 2px;
  left: -22px;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 1025px) {
  .gnav__item--twitter::after {
    right: -20px;
    left: auto;
    width: 14px;
    height: 14px;
    background-image: url(../img/common/icon-link.svg);
  }
}
.gnav__item--nolink {
  text-decoration: none;
  line-height: 1em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  color: #959595;
}

/* FOOTER */
.footer {
  background-color: #0D0D0D;
  padding: 50px 0;
}
.footer__logo {
  margin: 0 auto;
  width: 170px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .footer__logo {
    width: 250px;
  }
}
.footer__logo img, .footer__logo a {
  width: 100%;
  display: block;
}
.footer .footer-nav {
  margin-bottom: 50px;
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .footer .footer-nav {
    margin: 50px 0 80px;
  }
}
.footer .footer-nav .footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  overflow: visible;
}
.footer .footer-nav .footer-nav__item {
  margin: 15px 15px;
  line-height: 1em;
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .footer .footer-nav .footer-nav__item {
    margin: 0 20px;
  }
}
.footer .footer-nav .footer-nav__item a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .footer .footer-nav .footer-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .footer .footer-nav .footer-nav__item a span {
    z-index: 2;
  }
  .footer .footer-nav .footer-nav__item a::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    content: "";
    width: 1px;
    height: 0%;
    background: #BC1414;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
  }
  .footer .footer-nav .footer-nav__item a:hover::before {
    top: -16px;
    height: 50px;
  }
}
.footer .footer-nav .footer-nav__item--nolink {
  color: #959595;
}
.footer .footer-nav .footer-nav__item--twitter {
  position: relative;
}
.footer .footer-nav .footer-nav__item--twitter::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/common/icon-link.svg);
  right: -20px;
  top: 0;
  width: 14px;
  height: 14px;
}
.footer .banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0 30px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .footer .banner-area {
    padding: 70px 0 0;
  }
}
.footer .banner-area__banner {
  display: block;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .footer .banner-area__banner {
    margin: 0 10px 20px;
  }
}
.footer .banner-area__banner img {
  display: block;
  border: 1px solid #d8d4d3;
}

.footer__copyright {
  color: #959595;
  line-height: 2em;
  font-size: 0.8rem;
  text-align: center;
  padding: 30px 0 100px;
}

.gotop {
  display: none;
}
.gotop img {
  display: none;
}
@media screen and (min-width: 1025px) {
  .gotop {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 105px;
    height: 105px;
  }
  .gotop img {
    display: block;
    width: 100%;
  }
}

/* HEADER */
.header {
  background-color: #0D0D0D;
  position: sticky;
  top: 0;
  height: 60px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  -webkit-box-shadow: 1px 6px 7px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 6px 7px -2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    padding-left: 40px;
    height: 100px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.header__logo {
  width: 28%;
  margin: 0 auto;
  overflow: hidden;
  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;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 130px;
  }
}
@media screen and (min-width: 1025px) {
  .header__logo {
    width: 13%;
    max-width: 156px;
    position: relative;
    margin: 0;
  }
}
.header__logo h1 {
  margin: 0;
}
.header__logo h1 a {
  display: block;
}
.header__logo h1 a img {
  width: 100%;
}
.header__ticket-btn {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 180px;
}
@media screen and (min-width: 1025px) {
  .header__ticket-btn {
    position: relative;
    bottom: auto;
    right: auto;
    width: 12%;
    max-width: 200px;
  }
}
.header__ticket-btn a {
  background-color: #BC1414;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 15px 30px;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  font-size: 1.1em;
  -webkit-box-shadow: 1px 6px 7px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 6px 7px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .header__ticket-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: 1.3em;
  }
}
.header__ticket-btn a:hover {
  background-color: #E83131;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header__ticket-btn a::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  background-image: url(../img/common/icon-ticket.svg);
  background-size: 100%;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .header__ticket-btn a::before {
    position: relative;
    width: 25px;
    height: 23px;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    margin-right: 10px;
  }
}

.page-title {
  background-image: url(../img/common/page_ttl_red.png);
  background-size: cover;
  background-position: center;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1025px) {
  .page-title {
    height: 200px;
  }
}
.page-title__title {
  margin: 0;
}
.page-title__title img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 50px;
}
@media screen and (min-width: 1025px) {
  .page-title__title img {
    height: 75.08px;
  }
}

.about .page-title, .ticket .page-title, .notice .page-title {
  background-image: url(../img/common/page_ttl_blue.png);
}

/* Head */
.head--h2 {
  font-size: 1.6rem;
  border-bottom: 4px solid #d8d4d3;
  padding-bottom: 10px;
  margin-top: -100px;
  padding-top: 100px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .head--h2 {
    font-size: 2rem;
  }
}
.head--h2--center {
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8em;
  margin-bottom: 25px;
  line-height: 1.3em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: -60px;
  padding-top: 100px;
}
@media screen and (min-width: 1025px) {
  .head--h2--center {
    font-size: 2.3em;
    margin-bottom: 40px;
  }
}
.head--h3 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 10px;
}

/* SNS SHARE */
.sns-area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns-area__label {
  color: #fff;
  margin-right: 20px;
}

.sns-area__icon-list ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.sns-area__icon-list li {
  margin: 0 7px;
}
.sns-area__icon-list li a {
  display: block;
}
.sns-area__icon-list li a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* SubNav */
.sub-nav {
  margin-bottom: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.sub-nav--ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.sub-nav--li {
  background-color: #0D0D0D;
  width: 70%;
  height: 50px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 50px;
  outline: 1px solid #d8d4d3;
  outline-offset: -5px;
  margin: 15px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  width: 45%;
  margin: 0;
}
.sub-nav--li:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #BC1414;
  outline: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .sub-nav--li {
    height: 60px;
    line-height: 60px;
    width: 250px;
  }
}
.sub-nav--li a {
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}
.sub-nav--li:has(.active) {
  background-color: #BC1414;
}
@media screen and (min-width: 768px) {
  .sub-nav--li {
    width: 23%;
  }
}

a > img {
  display: block;
  width: 100%;
}
a > img:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* BUTTON */
body .btn {
  background-color: #0D0D0D;
  width: 70%;
  height: 50px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 50px;
  outline: 1px solid #d8d4d3;
  outline-offset: -5px;
  margin: 15px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
body .btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #BC1414;
  outline: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  body .btn {
    height: 60px;
    line-height: 60px;
    width: 250px;
  }
}
body .btn a {
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}
body .btn--fin {
  background-color: #959595 !important;
  pointer-events: none;
}
body .btn--fin:hover {
  background-color: #959595 !important;
}

/* CONTENT */
.content-inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .content-inner {
    padding: 0 40px;
  }
}

.content-box {
  width: 100%;
  max-width: 1200px;
  width: calc(100% - 3rem);
  max-width: 800px;
  background-color: #FAF6ED;
  padding: 30px 20px;
  border: solid 6px #0D0D0D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 2px solid #0D0D0D;
  outline-offset: -13px;
  -webkit-box-shadow: 6px 10px 0px 0px #000000;
          box-shadow: 6px 10px 0px 0px #000000;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content-box {
    width: calc(100% - 10rem);
    padding: 30px 40px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .content-box {
    width: calc(100% - 3rem);
    -webkit-box-shadow: 20px 20px 0px 0px #000000;
            box-shadow: 20px 20px 0px 0px #000000;
    outline-offset: -15px;
    padding: 60px;
  }
}
.content-box + .content-box {
  margin-top: 50px;
}

.section-wrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .section-wrap {
    margin-bottom: 60px;
  }
}

.news-list {
  margin-top: 0;
}
.news-list__item {
  border-bottom: 1px solid #d8d4d3;
  position: relative;
  margin-bottom: 0;
}
.news-list__item a {
  display: block;
  padding: 20px 28px 20px 0;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .news-list__item a {
    padding: 30px 28px 30px 0;
  }
}
.news-list__item a::after {
  background-image: url(../img/common/arrow-right.svg);
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 8px;
  height: 15px;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .news-list__item a::after {
    right: 8px;
    width: 10px;
    height: 17px;
  }
}
.news-list__item a:hover::after {
  -webkit-transform: translate(8px);
          transform: translate(8px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-list__date {
  color: #BC1414;
  font-size: 0.9em;
  padding-bottom: 7px;
}
.news-list__title {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.4em;
}
@media screen and (min-width: 1025px) {
  .news-list__title {
    font-size: 1.2em;
  }
}

.icon--new {
  background-color: #BC1414;
  padding: 2px 5px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  width: 4rem;
  position: absolute;
  top: 21px;
  left: 7.5rem;
}
@media screen and (min-width: 1025px) {
  .icon--new {
    left: 8.2rem;
    top: 30px;
  }
}

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

.thumb-list {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .thumb-list {
    width: 95%;
  }
}
.thumb-list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .thumb-list__item {
    width: 30%;
  }
}
.thumb-list__item a {
  display: block;
  text-decoration: none;
}
.thumb-list__item a:hover {
  text-decoration: underline;
}
.thumb-list__item a:hover {
  opacity: 1;
}
.thumb-list__item a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb-list__item__thumb {
  margin-bottom: 20px;
  -webkit-box-shadow: 6px 10px 0px 0px #000000;
          box-shadow: 6px 10px 0px 0px #000000;
  border: solid 6px #0D0D0D;
  width: 100%;
  overflow: hidden;
}
.thumb-list__item__thumb img {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.thumb-list__item__title {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.4em;
}

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

.news-detail__date {
  color: #BC1414;
  margin-bottom: 20px;
}
.news-detail__title {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .news-detail__title {
    font-size: 2.5rem;
    line-height: 1.5em;
    margin-bottom: 40px;
  }
}

/* YOUTUBE */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 52.25%;
  border: solid 6px #0D0D0D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 6px 10px 0px 0px #000000;
          box-shadow: 6px 10px 0px 0px #000000;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .youtube {
    -webkit-box-shadow: 20px 20px 0px 0px #000000;
            box-shadow: 20px 20px 0px 0px #000000;
    outline-offset: -15px;
    padding: 30px 60px 60px;
    width: 700px;
    height: 400px;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HEX-ICON */
.icon--hex {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  line-height: 30px;
  position: relative;
  display: block;
  max-width: 120px;
  height: 28px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #BC1414;
  margin: 0 auto 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.icon--hex:before,
.icon--hex:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border: 14px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.icon--hex:before {
  right: 100%;
  border-right-color: #BC1414;
}

.icon--hex:after {
  left: 100%;
  border-left-color: #BC1414;
}

/* IMAGES */
.img-box img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 10px 0;
}
.img-box.center img {
  margin: 10px auto;
}

.font--red {
  color: #BC1414;
}
.font--red_light {
  color: #E83131;
}
.font--blue {
  color: #1473B5;
}
.font--xl {
  font-size: 4rem;
}
.font--l {
  font-size: 2rem;
}
.font--m {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .font--m {
    font-size: 1.5rem;
  }
}
.font--s {
  font-size: 1rem;
  line-height: 1.4em;
}
@media screen and (min-width: 1025px) {
  .font--s {
    font-size: 1.2rem;
  }
}

/* LIST */
.list--circle {
  margin-bottom: 20px;
}
.list--circle > li {
  margin-bottom: 10px;
  line-height: 1.4em;
  padding-left: 1em;
  position: relative;
}
.list--circle > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.list--notice {
  margin-bottom: 20px;
}
.list--notice > li {
  margin-bottom: 7px;
  line-height: 1.4em;
  padding-left: 1em;
  position: relative;
  font-size: 1.2rem;
  font-weight: normal;
}
.list--notice > li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.table_list {
  border-top: 1px solid #d8d4d3;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .table_list {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.table_list dt, .table_list dd {
  line-height: 1.4em;
}
@media screen and (min-width: 1025px) {
  .table_list dt, .table_list dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5em;
  }
}
.table_list dt {
  color: #BC1414;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  padding: 20px 5px 10px;
}
@media screen and (min-width: 1025px) {
  .table_list dt {
    padding: 20px 10px;
    width: 8em;
    border-bottom: 1px solid #d8d4d3;
  }
}
.table_list dd {
  padding: 0 5px 20px;
  border-bottom: 1px solid #d8d4d3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .table_list dd {
    padding: 20px 10px 20px;
    width: calc(100% - 9em);
  }
}

.head--h2 + .table_list {
  border-top: none;
}

/*========= 頁遷移 ===============*/
body {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fuContent {
  -webkit-animation-name: fuContentAnime;
          animation-name: fuContentAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fuContentAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuContentAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*========= ローディング画面 ===============*/
.splash, .splash-logo, .splashbg1, .splashbg2 {
  display: none;
}

.top .splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #0D0D0D;
  z-index: 9999999;
  text-align: center;
  color: #fff;
  display: block;
}

.top .splash-logo {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  color: #fff;
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .top .splash-logo {
    width: 300px;
  }
}
.top .splash-logo img {
  width: 100%;
}
.top .splash-logo p {
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.3em;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
          animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*========= 画面遷移 ===============*/
body.top {
  background: #0D0D0D;
}

body.appear.top {
  background-color: #FAF6ED;
  background-image: url(../img/common/bg-body.jpg);
  background-size: 100%;
}

/*画面遷移アニメーション*/
.top .splashbg1,
.top .splashbg2 {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg1,
body.appear .splashbg2 {
  display: block;
}

/*右に消えるエリア*/
body.appear .splashbg1 {
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: #0D0D0D; /*伸びる背景色の設定*/
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*左に消えるエリア*/
body.appear.top .splashbg2 {
  -webkit-animation-name: PageAnime2;
          animation-name: PageAnime2;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: #0D0D0D; /*伸びる背景色の設定*/
}

@-webkit-keyframes PageAnime2 {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes PageAnime2 {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
.top .anime-container {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear.top .anime-container {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* modaal */
.modaal-image .modaal-close {
  position: absolute;
  right: 0;
  top: -60px;
  margin: auto;
  width: 40px;
  height: 40px;
}
.modaal-image .modaal-close::after, .modaal-image .modaal-close::before {
  border-radius: 0;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
}
@media screen and (min-width: 1025px) {
  .modaal-image .modaal-close::after, .modaal-image .modaal-close::before {
    height: 40px;
  }
}
.modaal-image .modaal-close:hover {
  background: transparent;
}
.modaal-image .modaal-close:focus:before, .modaal-image .modaal-close:focus:after, .modaal-image .modaal-close:hover:before, .modaal-image .modaal-close:hover:after {
  background: #BC1414;
}/*# sourceMappingURL=style.css.map */