@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: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  body {
    background-image: url(../img/common/bg-body.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom -200px left 0;
  }
}

.bg-sp {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  background-image: url(../img/common/bg-body-sp.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .bg-sp {
    display: none;
  }
}

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

h1, h2, h3 {
  margin-bottom: 20px;
  font-weight: 700;
}

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-weight: 700;
}

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: 0 0 70px;
  height: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .main-wrapper {
    padding: 0 0 100px;
    min-height: 700px;
  }
}

.top .main-wrapper::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  height: 11vw;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/figure_cts_top.svg);
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
  background-size: 100%;
  z-index: -1;
}

/* 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: #C90003;
  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: #fff;
  height: 100vh;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 0 0;
  z-index: 10;
  background-color: #FFD233;
}
@media screen and (min-width: 1025px) {
  .gnav {
    background-image: none;
    background-color: transparent;
    display: block;
    height: 100%;
    width: 75%;
    max-width: 1000px;
    position: relative;
    padding: 0;
    overflow: visible;
  }
}
.gnav__logo {
  margin: 0 auto 20px;
  text-align: center;
  width: 35%;
}
@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: 18px;
  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%;
  }
}
.gnav__item a {
  text-decoration: none;
  line-height: 1em;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.7em;
}
@media screen and (min-width: 1025px) {
  .gnav__item a {
    position: relative;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gnav__item a span {
  display: block;
  font-size: 1.1rem;
  padding-top: 2px;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .gnav__item a:hover {
    color: #C90003;
  }
}
.gnav__item a.nolink {
  text-decoration: none;
  line-height: 1em;
  pointer-events: none;
  font-weight: 700;
  color: #bababa;
}
@media screen and (min-width: 1025px) {
  .gnav__item a.nolink {
    color: #c3ac34;
  }
}
.gnav__item--twitter {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .gnav__item--twitter {
    margin-top: 0;
  }
}

/* FOOTER */
.footer {
  padding: 50px 0;
}
.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: #C90003;
    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;
  width: 70%;
  max-width: 1300px;
  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 {
    display: inline-block;
    margin: 0 10px 20px;
    width: 30%;
  }
}
.footer .banner-area__banner img {
  display: block;
  border: 1px solid #d8d4d3;
  display: block;
  width: 100%;
}

.footer__copyright {
  color: #959595;
  line-height: 2em;
  font-size: 0.8rem;
  text-align: center;
  padding: 30px 0 100px;
}
@media screen and (min-width: 1025px) {
  .footer__copyright {
    font-size: 1.1rem;
  }
}

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

/* HEADER */
.header {
  background-color: #FFD233;
  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: 90px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.header__logo {
  width: 20%;
  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: 11%;
    max-width: 130px;
    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: #C90003;
  -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: 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-weight: 700;
}
@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/bg-title.png);
  background-size: 180%;
  background-position: center;
  background-repeat: no-repeat;
  height: 42vw;
  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: 768px) {
  .page-title {
    background-size: cover;
    height: 23vw;
    background-size: 130%;
  }
}
@media screen and (min-width: 1025px) {
  .page-title {
    background-size: cover;
    height: 25vw;
    margin-bottom: 30px;
  }
}
.page-title__title {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  text-align: center;
  padding-bottom: 9vw;
  font-size: 4rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .page-title__title {
    font-size: 6rem;
    padding-bottom: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .page-title__title {
    padding-bottom: 8vw;
    font-size: 8.5rem;
  }
}
.page-title__title span {
  display: block;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .page-title__title span {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .page-title__title span {
    padding-top: 20px;
    font-size: 1.6rem;
  }
}

/* Head */
.head--h2 {
  font-size: 1.6rem;
  border-bottom: 4px solid #d8d4d3;
  padding-bottom: 10px;
  margin-top: -80px;
  padding-top: 100px;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .head--h2 {
    font-size: 2.1rem;
  }
}
.head--h2--center {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 25px;
  line-height: 1.3em;
  font-weight: 800;
  margin-top: -60px;
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .head--h2--center {
    font-size: 2.3em;
    margin-bottom: 40px;
  }
}
.head--h3 {
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .head--h3 {
    font-size: 1.8rem;
  }
}

/* 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 {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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 10px;
}
.sns-area__icon-list li a {
  display: block;
}
.sns-area__icon-list li a img {
  width: 30px;
  height: 30px;
  -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: -webkit-gradient(linear, left top, right top, from(rgb(249, 136, 3)), to(rgb(255, 219, 93)));
  background: linear-gradient(90deg, rgb(249, 136, 3) 0%, rgb(255, 219, 93) 100%);
  width: 70%;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  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;
  position: relative;
  font-weight: 700;
  -webkit-box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.17);
          box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.17);
  width: 45%;
  margin: 0;
}
.sub-nav--li::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow-btn.svg);
  background-size: 100%;
  width: 20px;
  height: 10px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sub-nav--li:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 97, 3)), to(rgb(252, 202, 21)));
  background: linear-gradient(90deg, rgb(249, 97, 3) 0%, rgb(252, 202, 21) 100%);
}
@media screen and (min-width: 1025px) {
  .sub-nav--li {
    height: 70px;
    line-height: 70px;
    width: 280px;
  }
}
.sub-nav--li a {
  padding: 0 20px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub-nav--li a {
  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.2em;
  height: 100%;
}
.sub-nav--li:has(.active) {
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 97, 3)), to(rgb(252, 202, 21)));
  background: linear-gradient(90deg, rgb(249, 97, 3) 0%, rgb(252, 202, 21) 100%);
}
.sub-nav--li:has(.btn--fin) {
  background: #959595;
}
@media screen and (min-width: 768px) {
  .sub-nav--li {
    width: 25%;
  }
}
.sub-nav--li::before {
  display: none;
}

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

/* BUTTON */
.btn {
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 136, 3)), to(rgb(255, 219, 93)));
  background: linear-gradient(90deg, rgb(249, 136, 3) 0%, rgb(255, 219, 93) 100%);
  width: 70%;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  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;
  position: relative;
  font-weight: 700;
  -webkit-box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.17);
          box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.17);
}
.btn::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow-btn.svg);
  background-size: 100%;
  width: 20px;
  height: 10px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 97, 3)), to(rgb(252, 202, 21)));
  background: linear-gradient(90deg, rgb(249, 97, 3) 0%, rgb(252, 202, 21) 100%);
}
@media screen and (min-width: 1025px) {
  .btn {
    height: 70px;
    line-height: 70px;
    width: 280px;
  }
}
.btn a {
  padding: 0 20px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 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: 1000px;
  background-color: #fff;
  padding: 30px 20px;
  border: solid 8px #FFD233;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  -webkit-box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 768px) {
  .content-box {
    width: calc(100% - 10rem);
    padding: 30px 40px 40px;
    border: solid 10px #FFD233;
  }
}
@media screen and (min-width: 1025px) {
  .content-box {
    width: calc(100% - 3rem);
    padding: 60px 80px;
    border: solid 12px #FFD233;
  }
}
.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: #C90003;
  padding-bottom: 7px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .news-list__date {
    font-size: 1.1em;
  }
}
.news-list__title {
  font-weight: 700;
  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: #C90003;
  padding: 2px 5px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  width: 4rem;
  position: absolute;
  top: 21px;
  left: 8rem;
}
@media screen and (min-width: 1025px) {
  .icon--new {
    left: 10rem;
    top: 32px;
  }
}

.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%;
    gap: 50px 5%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.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: 10px;
  border: solid 6px #FFD233;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.thumb-list__item__thumb img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.thumb-list__item__title {
  font-weight: 700;
  line-height: 1.4em;
}

.back_idx {
  text-align: center;
  margin-top: 50px;
}
.back_idx .btn::before {
  display: none;
}
@media screen and (min-width: 1025px) {
  .back_idx .btn::before {
    display: none;
  }
}

.news-detail__date {
  color: #C90003;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .news-detail__date {
    font-size: 1.1em;
  }
}
.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: "Roboto Condensed", sans-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: #C90003;
  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: #C90003;
}

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

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

.font--red {
  color: #C90003;
}
.font--red_light {
  color: #E83131;
}
.font--blue {
  color: #1473B5;
}
.font--xl {
  font-size: 4rem;
}
.font--l {
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .font--l {
    font-size: 1.8rem;
  }
}
.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 {
  color: #C90003;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 1em;
  padding: 20px 5px 10px;
}
@media screen and (min-width: 1025px) {
  .table_list dt {
    padding: 20px 10px;
    width: 10em;
    border-bottom: 1px solid #d8d4d3;
  }
}
.table_list dt span {
  display: inline-block;
  background-color: #C90003;
  color: #fff;
  padding: 5px 10px;
  line-height: 1em;
}
@media screen and (min-width: 1025px) {
  .table_list dt span {
    padding: 8px 15px;
    line-height: 1em;
  }
}
.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% - 10em);
  }
}

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

.table_basic th {
  background-color: #0D0D0D;
  color: white;
  border: solid 1px #0D0D0D;
}
.table_basic td {
  padding: 0 5px 20px;
  border-bottom: 1px solid #d8d4d3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #959595;
}
@media screen and (min-width: 1025px) {
  .table_basic td {
    padding: 20px 10px 20px;
    width: calc(100% - 10em);
  }
}
.table_basic td, .table_basic th {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*========= 頁遷移 ===============*/
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);
  }
}
/* 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: #C90003;
}