@charset "UTF-8";
:root {
  --baseFont: "Noto Sans JP", sans-serif;
  --fontCabin: "Cabin", sans-serif;
  --fontBodoni: "Bodoni Moda", serif;
  --fontShippori: "Shippori Mincho", system-ui;
  --white: #ffffff;
  --white-100: #f3f3f3;
  --white-200: #f8f8f8;
  --white-300: #f1f2f4;
  --black: #333333;
  --blue: #0268b7;
  --red: #c60f23;
}
/* Reset */
html {
  font-size: 62.5%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  height: auto;
  border: 0;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  font-size: 100%;
}
input,
select {
  vertical-align: middle;
}
legend {
  color: #000;
}
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: var(--baseFont);
  color: var(--black);
}
body.body-js-active {
  overflow: hidden;
}
a {
  color: var(--black);
}
/* container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
body {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: var(--baseFont);
  color: var(--white);
  background: rgb(0, 0, 0);
  background: -webkit-linear-gradient(315deg, rgb(0, 0, 0) 0%, rgb(13, 46, 66) 62%, rgb(0, 0, 0) 100%);
  background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(13, 46, 66) 62%, rgb(0, 0, 0) 100%);
}
body.body-js-active {
  overflow: hidden;
}
a {
  color: var(--white);
}
/* container */
.container {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.c-btn {
  width: 366px;
  height: 74px;
  border-radius: 37px;
  background: #917061;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn01 {
  margin: 20px auto 0 !important;
  width: 240px;
  height: 50px;
  background: #760a0a;
  border-radius: 37px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn:hover, .c-btn01:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .c-btn {
    width: 100%;
    height: 50px;
    max-width: 300px;
  }
}
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.body-js-active .c-header {
/*  background: #0d2e42;*/
}
.c-header.scrolled {
  background: #0d2e42;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.c-header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
}
@media (max-width: 991px) {
  .c-header_inner {
    padding: 10px;
  }
}
.c-header_logo {
  width: 126px;
}
.c-header_logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .c-header_nav {
    position: fixed;
    top: 0px;
    right: 0;
    width: 60%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100vw);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    padding: 77px 25px;
    color: #fff;

  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .c-header_nav {
    padding: 50px 25px;
  }
}
@media (max-width: 991px) {
  .c-header_nav.header_top_menu-js-active {
    opacity: 1;
    pointer-events: inherit;
    transform: translateX(0)!important;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
}
@media screen and (min-width: 992px) {
  .c-header_nav {
    width: 66%;
  }
}
.c-header_nav nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .c-header_nav nav {
    display: block;
    padding: 0;
    text-align: center;
  }
}
.c-header_nav nav a {
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-family: 'Cabin', sans-serif;
}
.c-header_nav nav a:hover {
  opacity: 0.7;
}
.c-header_nav nav a span {
  display: block;
}
@media (max-width: 991px) {
  .c-header_nav nav a {
    margin: 30px 0;
    display: block;
  }
}
.c-header .header_menuButton {
  display: none;
}
@media (max-width: 991px) {
  .c-header .header_menuButton {
    width: 52px;
    height: 52px;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    border: none;
    margin-left: 20px;
    z-index: 1000;
  }
  .c-header .header_menuButton span {
    width: 30px;
    height: 3px;
    background: #fff;
    position: relative;
    border-radius: 2px;
  }
  .c-header .header_menuButton span:before, .c-header .header_menuButton span:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 2px;
  }
  .c-header .header_menuButton span:before {
    top: -10px;
    width: 20px;
  }
  .c-header .header_menuButton span:after {
    top: 10px;
    width: 25px;
  }
  .c-header .header_menuButton.header_menuButton-js-active span {
    background: none;
  }
  .c-header .header_menuButton.header_menuButton-js-active span:before, .c-header .header_menuButton.header_menuButton-js-active span:after {
    top: 0;
    bottom: auto;
  }
  .c-header .header_menuButton.header_menuButton-js-active span:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 100%;
  }
  .c-header .header_menuButton.header_menuButton-js-active span:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 100%;
  }
}
.c-footer {
  border-top: 1px solid #323232;
  margin-top: 114px;
  padding-bottom: 99px;
}
@media (max-width: 991px) {
  .c-footer {
    margin-top: 60px;
    padding-bottom: 30px;
  }
}
.c-footer_inner {
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .c-footer_inner {
    padding: 50px 20px 0;
    display: block;
  }
}
.c-footer_logo {
  width: 126px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .c-footer_logo {
    margin: auto;
  }
}
.c-footer_logo img {
  width: 100%;
  display: block;
}
.c-footer_nav {
  position: relative;
  padding-top: 14px;
}
@media (max-width: 991px) {
  .c-footer_nav {
    padding-top: 20px;
  }
}
.c-footer .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 46px;
}
@media (max-width: 991px) {
  .c-footer .menu {
    display: none;
  }
}
.c-footer .menu a {
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Cabin', sa;
}
@media (max-width: 991px) {
  .c-footer .menu a {
    width: 50%;
  }
}
.c-footer .menu a:hover {
  opacity: 0.7;
}
.c-footer .menu2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 38px;
  position: absolute;
  right: 0;
  bottom: -75px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .c-footer .menu2 {
    position: relative;
    bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
.c-footer .menu2 a {
  text-decoration: none;
  font-size: 0.9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
.c-footer .menu2 a:hover {
  opacity: 0.7;
}
.c-footer .copyright {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 61px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
@media (max-width: 991px) {
  .c-footer .copyright {
    margin-top: 30px;
  }
}
.p-top_mainisual {
  background: url(../img/event_img_01.jpg) no-repeat center center;
  background-size: cover;
  height: 60vh;
  text-align: center;
  padding-top: 154px;
}
@media (max-width: 991px) {
  .p-top_mainisual {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.p-top_mainisual_title {
  text-align: center;
  font-family: var(--fontShippori);
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}
@media (max-width: 991px) {
  .p-top_mainisual_title {
    font-size: 2.2rem;
  }
}
.p-top_mainisual_title span {
  display: block;
  font-size: 2.4rem;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .p-top_mainisual_title span {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.p-top_mainisual_end {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .p-top_mainisual_end {
    margin-top: 80px;
  }
}
.p-top_mainisual_end img {
  width: 42.5px;
  display: block;
  margin: auto;
}
.p-top_mainisual_end p {
  font-family: var(--fontBodoni);
  font-size: 2.8rem;
  letter-spacing: 0.18em;
  font-weight: 700;
}
@media (max-width: 991px) {
  .p-top_mainisual_end p {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
.p-top_mainisual_end p.txt_sml {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  margin: 25px 0 13px;
}
@media (max-width: 991px) {
  .p-top_mainisual_end p.txt_sml {
    font-size: 1.4rem;
    margin: 15px 0 5px;
  }
}
.p-top_movie {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .p-top_movie {
    margin-top: 50px;
    padding: 0 20px;
  }
}
.p-top_movie_inner {
  position: relative;
}
.p-top_movie_tlt {
  font-family: var(--fontShippori);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
@media (max-width: 991px) {
  .p-top_movie_tlt {
    font-size: 1.8rem;
  }
}
.p-top_movie img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top_event {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .p-top_event {
    margin-top: 50px;
    padding: 0 20px;
  }
}
.p-top_event_tlt {
  font-family: var(--fontBodoni);
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .p-top_event_tlt {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.p-top_event_list {
  display: flex;
  column-gap: 40px;
}
@media (max-width: 991px) {
  .p-top_event_list {
    display: block;
  }
}
.p-top_event_box {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .p-top_event_box {
    margin-bottom: 40px;
  }
}
.p-top_event_box:last-child {
  margin-bottom: 0;
}
.p-top_event_box img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s;
}
.p-top_event_box img.entry:hover {
  opacity: 0.7;
}
.p-top_event_box a {
  margin: 50px auto 0;
}
@media (max-width: 991px) {
  .p-top_event_box a {
    margin-top: 20px;
  }
}
.p-top_about {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .p-top_about {
    margin-top: 50px;
  }
}
.p-top_about_inner {
  padding-top: 131px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .p-top_about_inner {
    display: block;
    padding: 75px 20px 0;
  }
}
.p-top_about_inner:before {
  width: 1px;
  height: 0;
  background: #676767;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.p-top_about.is-show .p-top_about_inner:before {
  height: 75px;
}
.p-top_about_tlt {
  font-family: var(--fontBodoni);
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  width: 366px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .p-top_about_tlt {
    font-size: 2.4rem;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.p-top_about p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-family: var(--fontShippori);
  font-size: 1.8rem;
  max-width: 930px;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: center;
}
@media (max-width: 991px) {
  .p-top_about p {
    font-size: 1.4rem;
  }
}
.p-top_sponsor {
  padding-top: 155px;
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .p-top_sponsor {
    margin-top: 50px;
  }
}
.p-top_sponsor_tlt {
  text-align: center;
  font-size: 8rem;
  letter-spacing: 0.17em;
  font-family: var(--fontBodoni);
  font-weight: 600;
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .p-top_sponsor_tlt {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.p-top_sponsor_tlt span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  font-family: var(--fontShippori);
  margin-top: -10px;
}
@media (max-width: 991px) {
  .p-top_sponsor_tlt span {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.p-top_sponsor_slide {
  margin-top: 132px;
  width: 100%; /* Ensure full width */
  overflow: hidden; /* Hide overflow */
}
@media (max-width: 991px) {
  .p-top_sponsor_slide {
    margin-top: 50px;
  }
}
.p-top_sponsor_slide .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top_sponsor_slide .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 155px;
}
.p-top_past {
  margin-top: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .p-top_past {
    margin-top: 50px;
  }
}
.p-top_past_inner {
  padding-top: 140px;
}
@media (max-width: 991px) {
  .p-top_past_inner {
    padding-top: 75px;
  }
}
.p-top_past_inner:after {
  width: 1px;
  height: 0;
  background: #676767;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.p-top_past.is-show .p-top_past_inner:after {
  height: 75px;
}
.p-top_past_tlt {
  font-family: var(--fontBodoni);
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media (max-width: 991px) {
  .p-top_past_tlt {
    font-size: 2.4rem;
    text-align: center;
    padding-top: 20px;
  }
}
.p-top_past_lstitem {
  margin-top: 40px;
  display: block;
}
@media (max-width: 991px) {
  .p-top_past_lstitem {
    margin-top: 20px;
    padding: 0 20px;
  }
}
.p-top_past .more-item {
  display: none; /* Initially hide all items */
  width: 100%;
  text-decoration: none;
  padding: 30px 50px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .p-top_past .more-item {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
}
.p-top_past .more-item .photo {
  width: 50%;
  position: relative;
  display: flex;
  gap: 10px;
}
.p-top_past .more-item .photo figure {
  width: calc(100% / 3 - 5px);
  aspect-ratio: 1;
  margin: 0;
}
.p-top_past .more-item .photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  height: 100%;
}
.p-top_past .more-item h3 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0 0 13px;
}
.p-top_past .more-item p {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5714285714;
}
.p-top_past .btn-center {
  text-align: center;
}
.p-top_past .c-btn {
  width: 250px;
  height: 50px;
  color: #fff;
  border: none;
  background: #917061;
  margin: 53px auto 0;
  cursor: pointer;
}
.p-top_past .more-item.visible {
  display: flex; /* Show when visible */
  align-items: center;
}
@media (max-width: 991px) {
  .p-top_past .more-item.visible {
    display: block;
  }
}
.p-top_past  .more-item-content {
  width: 50%;
}
.p-top_faq {
  margin-top: 60px;
}
.dsp-n {
  display: none;
}
@media (max-width: 991px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .p-top_faq {
    margin-top: 50px;
  }
}
.p-top_faq_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 135px;
}
@media (max-width: 991px) {
  .p-top_faq_inner {
    display: block;
    padding: 75px 20px 0;
  }
}
.p-top_faq_inner:after {
  width: 1px;
  height: 0;
  background: #676767;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.p-top_faq.is-show .p-top_faq_inner:after {
  height: 75px;
}
.p-top_faq_tlt {
  font-family: var(--fontBodoni);
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  width: 248px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .p-top_faq_tlt {
    font-size: 2.4rem;
    width: 100%;
    padding-top: 0;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.p-top_faq_lstitem {
  border-top: 1px solid #676767;
  width: calc(100% - 248px);
}
@media (max-width: 991px) {
  .p-top_faq_lstitem {
    width: 100%;
  }
}
.p-top_faq_lstitem dl {
  letter-spacing: 0.06em;
  line-height: 1.3571428571;
  border-bottom: 1px solid #676767;
}
@media (max-width: 991px) {
  .p-top_faq_lstitem dl {
    font-size: 1.4rem;
  }
}
.p-top_faq_lstitem dt {
  padding: 29px 35px 29px 27px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .p-top_faq_lstitem dt {
    padding: 15px 30px 15px 27px;
  }
}
.p-top_faq_lstitem dt:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.p-top_faq_lstitem dt:after {
  content: "";
  height: 15px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
}
.p-top_faq_lstitem dt.active:after {
  content: none;
}
.p-top_faq_lstitem dt span {
  position: absolute;
  left: 0;
  top: 28px;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .p-top_faq_lstitem dt span {
    top: 14px;
  }
}
.p-top_faq_lstitem dd {
  display: none;
  position: relative;
  padding: 6px 0 35px 27px;
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  .p-top_faq_lstitem dd {
    padding: 6px 0 20px 27px;
  }
}
.p-top_faq_lstitem dd span {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 1.6rem;
}
#sponsor {
  overflow: hidden;
}
.fade-in {
  opacity: 0;
}
.fade-in.is-show {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fade-in-delay {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.c-head__title {
  font-family: var(--fontShippori);
  font-size: 2.6rem;
  text-align: center;
  color: var(--white);
  position: relative;
  margin-bottom: 60px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .c-head__title {
    font-size: 5vmin;
  }

}
.c-head__title:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: var(--white);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
}
.c-head__content {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.c-content {
  margin-top: 150px;
}
@media (max-width: 991px) {
  .c-content {
    margin-top: 90px;
  }
}
.c-form {
  margin-top: 30px;
  border-top: 1px solid #323232;
  padding-top: 40px;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel] {
  font-size: 1.6rem;
  width: 100%;
  outline: none;
  border: none;
  padding: 10px;
}

.c-form input[type=text].is-error,
.c-form input[type=email].is-error,
.c-form input[type=tel].is-error {
  color: #b94a48;
  background-color: #efcccc;
  border: 1px solid #efcccc;
}

.c-form input::placeholder {
  color: #d3d3d3;
}
.c-form input::-ms-input-placeholder {
  color: #d3d3d3;
}
.c-form input:-ms-input-placeholder {
  color: #d3d3d3;
}

.c-form .msg {
  font-size: 1.3rem;
  color: #ff5f5f;
}

.c-form .is-error {
  color: #b94a48;
  background-color: #efcccc;
  border: 1px solid #efcccc;
}

.c-form .is-errorMsg {
  font-size: 2.0rem;
  font-weight: bold;
  color: #b94a48;
  background-color: #efcccc;
  margin-top: 50px;
  padding: 10px 50px;
}

.c-form input:disabled {
  background-color: #a9a9a9;
}

.c-form input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: var(--white);
  margin: 0;
  margin-right: 6px;
  font: inherit;
  color: currentColor;
  width: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  -webkit-transform: translateY(-0.075em);
      -ms-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.c-form input[type=radio]:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  box-shadow: inset 1em 1em #A71616;
  background-color: CanvasText;
}
.c-form input[type=radio]:checked::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.c-form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
  margin-right: 6px;
  font: inherit;
  color: currentColor;
  width: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  border: 0.15em solid currentColor;
  border-radius: 2px;
  -webkit-transform: translateY(-0.075em);
      -ms-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.c-form input[type=checkbox]:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  box-shadow: inset 1em 1em #A71616;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.c-form input[type=checkbox]:checked::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.c-form button, .c-form input[type=submit] {
  background-color: #917061;
  font-size: 1.6rem;
  font-weight: bold;
  width: 250px;
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-family: inherit;
  padding: 10px 0 13px;
  cursor: pointer;
  display: block;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .c-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .c-form__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-form__input {
    max-width: 655px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 655px;
        -ms-flex: 0 0 655px;
            flex: 0 0 655px;
  }
}
.c-form__field {
  font-size: 1.8rem;
}
.c-form__field:not(:first-child) {
  margin-top: 30px;
}
.c-form__label {
  position: relative;
}
@media (max-width: 991px) {
  .c-form__label {
    margin-bottom: 15px;
  }
}
.c-form__label.hissu:after {
  content: "必須";
  background-color: #A71616;
  font-size: 1.2rem;
  color: var(--white);
  width: 38px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  display: inline-block;
}
@media (max-width: 991px) {
  .c-form__input-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
}
.c-form__input--line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__input--line:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .c-form__input--line:not(:first-child) {
    margin-top: 10px;
  }
}
.c-form__note {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
}
.c-form__note:not(:first-child) {
  margin-top: 10px;
}
.c-form__radio {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.6rem;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c-form__checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.6rem;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c-form__bottom {
  border-top: 1px solid #323232;
  padding-top: 40px;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__bottom img {
  max-width: 100%;
}
.c-form__bottom a {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
.c-form__bottom a:hover {
  text-decoration: underline;
}
.c-form__bottom a svg {
  margin-left: 10px;
}
.c-form__bottom .notes {
  background-color: white;
  color: #333;
  padding: 20px;
}
.c-form__bottom .notes p {
  text-align: center;
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 15px;
}
.c-form__bottom .notes ul {
  font-size: 2.0rem;
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
.c-form__bottom .notes ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.c-form__bottom .notes ul li span {
  color: #cd0000;
  font-weight: bold;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .c-form__bottom .notes {
    padding: 20px 7px;
  }
  .c-form__bottom .notes p {
    font-size: 1.5rem;
  }
  .c-form__bottom .notes ul {
    font-size: 0.9rem;
    margin-left: 15px;
  }
  .c-form__bottom .notes ul li span {
    font-size: 1.0rem;
  }
}
.c-thank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.c-thank p {
  margin-top: 40px;
  margin-bottom: 35px;
}

.c-thank a {
  background-color:#917061;
  margin: 0 auto;
  width: 250px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 30px;
}
.c-thank a:hover {
  opacity: 0.7;
}
.introduction_playbtn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 200px;
  height: 200px;
  display: block;
  z-index: 9;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .introduction_playbtn {
    width: 100px;
    height: 100px;
  }
}
.introduction_playbtn_ring {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  animation: 10s linear infinite rotation reverse;
}
@keyframes rotation{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}

.introduction_playbtn_ring #playbtn_ring_svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: color .3s;
}


.introduction_playbtn .introduction_playbtn_circle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .introduction_playbtn .introduction_playbtn_circle {
      width: 10.8345534407vw;
      height: 10.8345534407vw;
      max-width: 148px;
      max-height: 148px;
      overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .introduction_playbtn .introduction_playbtn_circle:before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
    top: 90%;
    left: -110%;
    background-color: #0d2e42;
    transition: all .3s;
    transition-timing-function: cubic-bezier(.31,-.105,.43,1.59);
  }
}
@media screen and (min-width: 768px) {
  .introduction_playbtn:hover .introduction_playbtn_circle:before {
    top: -10%;
    left: -10%;
  }
}

@media screen and (min-width: 768px) {
  .introduction_playbtn .introduction_playbtn_circle .introduction_playbtn_circle_triangle {
    width: 2.5622254758vw;
    height: 3.1478770132vw;
    max-width: 35px;
    max-height: 43px;
    transition: all .3s;
    transition-timing-function: cubic-bezier(.31,-.105,.43,1.59);
  }
}
.introduction_playbtn .introduction_playbtn_circle .introduction_playbtn_circle_triangle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(10%, -50%);
  margin: 0 auto;
  display: block;
  width: 7.4666666667vw;
  height: 9.0666666667vw;
  background-color: #0d2e42;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 768px) {
  .introduction_playbtn:hover .introduction_playbtn_circle_triangle {
    background-color: #fff !important;
    transform: translate(10%, -50%) scale(1.1) !important;
  }
}

#popupMovie {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 90;
  display: none;
}
#popupMovie.is-show {
  display: block;
}
#popupMovie_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #popupMovie_inner {
    width: 90%;
  }
}
#popupMovie_bg {
  background: #00000080;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #popupMovie_close {
    width: 3.6603221083vw;
    height: 3.6603221083vw;
    max-width: 50px;
    max-height: 50px;
  }
}

#popupMovie_close {
  position: absolute;
  right: 0;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  transform: translateY(-150%);
  pointer-events: none;
}

#popupMovie_close:before, #popupMovie_close:after {
  content: "";
  display: block;
  position: absolute;
  width: 14.9333333333vw;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #popupMovie_close:before, #popupMovie_close:after {
      width: 5.1244509517vw;
      max-width: 70px;
  }
}
#popupMovie_close:before {
  transform-origin: top left;
  transform: rotate(45deg);
}
#popupMovie_close:after {
  bottom: 0;
  transform-origin: bottom left;
  transform: rotate(-45deg);
}


.p-top_about {
  width: 100%;
  padding-bottom: 500vw;
  margin-bottom: 146.6666666667vw;
}

@media screen and (min-width: 768px) {
  .p-top_about {
      padding-bottom: 104.9780380673vw;
      margin-bottom: 58.5651537335vw;
  }
}

.p-top_sponsor {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  opacity: 0;
}
.p-top_sponsor.is-show {
  opacity: 1;
}

.p-top_event_inner {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .p-top_past .more-item-content {
    width: 100%;
  }
  .p-top_past .more-item .photo {
    width: 100%;
    margin-top: 15px;
  }
}

.poster {
  display: none;
}

@media (max-width: 767px) {
  .p-top_past .more-item {
    padding: 15px;
  }
  .poster {
    display: block;
  }
  #videoOut {
    display: none;
  }
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #0000008a;
  z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 1001;
}
#loader img {
  width: 50%;
  height: 50%;
}

@media (max-width: 991px) {
  .img_100_sp {
    width: 100%!important;
  }
}
