@charset "UTF-8";
:root {
  --main-color: #B40019;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", Helvetica, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  font-weight: 500;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
#youtubeLive .txt_pr {
  font-family: "Noto Sans JP", sans-serif;
}

.f_roboto {
  font-family: "Roboto", sans-serif;
}

a {
  color: #000;
}

@media screen and (min-width: 860px) {
  .imgalpha {
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
    cursor: pointer;
  }
}
@media screen and (max-width: 860px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ----------------------------------------
module
----------------------------------------- */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 860px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ----------------------------------------
commmon
----------------------------------------- */
body * {
  box-sizing: border-box;
  text-align: justify;
}

body {
  background-color: #D8D5D2;
  overflow-x: hidden;
}

.inner_wide {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 860px) {
  .inner_wide {
    max-width: 100%;
    padding-right: 4.6511627907vw;
    padding-left: 4.6511627907vw;
  }
}

.inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 860px) {
  .inner {
    max-width: 100%;
    padding-right: 4.6511627907vw;
    padding-left: 4.6511627907vw;
  }
}

.section_ttl {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--main-color);
  text-align: center;
}
@media only screen and (max-width: 860px) {
  .section_ttl {
    font-size: 8.8372093023vw;
  }
}

.section_subTtl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
  padding-top: 4px;
}
@media only screen and (max-width: 860px) {
  .section_subTtl {
    font-size: 4.6511627907vw;
    padding-top: 2.0930232558vw;
  }
}

.btn_wrap {
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 860px) {
  .btn_wrap {
    max-width: 90.6976744186vw;
  }
}
.btn_wrap .flow_listBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #08A7E1;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
  position: relative;
}
.btn_wrap .flow_listBtn.grey {
  background-color: #959595;
  pointer-events: none !important;
}
@media only screen and (max-width: 860px) {
  .btn_wrap .flow_listBtn {
    height: 18.6046511628vw;
    border-radius: 2.3255813953vw;
    font-size: 4.6511627907vw;
    line-height: 1.6;
  }
}
.btn_wrap .flow_listBtn::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 860px) {
  .btn_wrap .flow_listBtn::before {
    width: 6.7441860465vw;
    height: 6.7441860465vw;
    right: 5.1162790698vw;
  }
}
.btn_wrap .flow_listBtn::after {
  position: absolute;
  content: "";
  background-image: url(../img/btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 860px) {
  .btn_wrap .flow_listBtn::after {
    width: 3.488372093vw;
    height: 2.3255813953vw;
    right: 6.7441860465vw;
  }
}

/* ----------------------------------------
新規ここから
----------------------------------------- */
header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 36px 40px;
  z-index: 2;
}

@media screen and (max-width: 860px) {
  header {
    padding: 3.3333333333vw 6.1538461538vw;
  }
}
header .header_logo {
  display: block;
  width: 150px;
}

@media screen and (max-width: 860px) {
  header .header_logo {
    width: 25.641025641vw;
  }
}
/* ----------------------------------------
mv
----------------------------------------- */
.mv {
  padding-top: 57px;
  padding-bottom: 170px;
  background-image: url(../img/mv_bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 860px) {
  .mv {
    padding-top: 13.9534883721vw;
    padding-bottom: 10.2325581395vw;
    background-image: url(../img/mv_bg_sp.png);
    background-size: contain;
  }
}
.mv::before {
  position: absolute;
  content: "";
  background-image: url(../img/logo_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 460px;
  height: 460px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 860px) {
  .mv::before {
    width: 45.5813953488vw;
    height: 45.5813953488vw;
  }
}
.mv::after {
  position: absolute;
  content: "";
  background-image: url(../img/mv_img_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 552px;
  height: 1068px;
  top: -140px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1500px) {
  .mv::after {
    width: 36.8vw;
    height: 71.2vw;
  }
}
@media only screen and (max-width: 1320px) {
  .mv::after {
    width: 30.3vw;
    height: 58.64vw;
    top: 10vw;
  }
}
@media only screen and (max-width: 860px) {
  .mv::after {
    background-image: url(../img/mv_img_sp.png);
    width: 43.7209302326vw;
    height: 87.9069767442vw;
    top: 60.4651162791vw;
  }
}
.mv_ttl {
  max-width: 356px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 860px) {
  .mv_ttl {
    max-width: 69.7674418605vw;
    padding-bottom: 9.3023255814vw;
  }
}
.mv .event_info {
  max-width: 582px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 860px) {
  .mv .event_info {
    max-width: 55.3488372093vw;
  }
}
.mv .event_place {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--main-color);
}
@media only screen and (max-width: 860px) {
  .mv .event_place {
    max-width: 90.6976744186vw;
    font-size: 5.8139534884vw;
    line-height: 1.6;
    padding-top: 4.6511627907vw;
    padding-bottom: 4.6511627907vw;
  }
}
.mv .event_txtWrap {
  margin-top: -16px;
}
@media only screen and (max-width: 860px) {
  .mv .event_txtWrap {
    margin-top: -3.7209302326vw;
  }
}
.mv .event_txtWrap > p {
  text-align: center;
}
.mv .event_txtWrap .txt01 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.47;
  padding-bottom: 15px;
}
@media only screen and (max-width: 860px) {
  .mv .event_txtWrap .txt01 {
    font-size: 6.2790697674vw;
    line-height: 1.44;
    padding-bottom: 4.1860465116vw;
  }
}
.mv .event_txtWrap .txt01 .c_red {
  color: var(--main-color);
}
.mv .event_txtWrap .txt01 .emphasis {
  font-size: 50px;
}
@media only screen and (max-width: 860px) {
  .mv .event_txtWrap .txt01 .emphasis {
    font-size: 9.7674418605vw;
  }
}
.mv .event_txtWrap .txt02 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2.12;
}
@media only screen and (max-width: 860px) {
  .mv .event_txtWrap .txt02 {
    font-size: 3.9534883721vw;
    line-height: 1.88;
  }
}

/* ----------------------------------------
guest
----------------------------------------- */
.guest {
  padding-bottom: 106px;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .guest {
    padding-bottom: 35.5813953488vw;
  }
}
.guest::before {
  position: absolute;
  content: "";
  background-image: url(../img/guest_bg_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 932px;
  height: 932px;
  top: -376px;
  left: -327px;
  z-index: -1;
}
@media only screen and (max-width: 1400px) {
  .guest::before {
    width: 66.57vw;
    height: 66.57vw;
    top: -22.7vw;
  }
}
@media only screen and (max-width: 860px) {
  .guest::before {
    width: 105.5813953488vw;
    height: 105.5813953488vw;
    top: -12.5581395349vw;
    left: -35.3488372093vw;
  }
}
.guest::after {
  position: absolute;
  content: "";
  background-image: url(../img/guest_bg_img02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 870px;
  height: 652px;
  top: -160px;
  right: -198px;
  z-index: -1;
}
@media only screen and (max-width: 1400px) {
  .guest::after {
    width: 62.14vw;
    height: 46.57vw;
    top: -11.4vw;
  }
}
@media only screen and (max-width: 860px) {
  .guest::after {
    width: 114.4186046512vw;
    height: 86.0465116279vw;
    top: auto;
    bottom: -10vw;
    right: -23.7209302326vw;
  }
}
.guest .contents_wrap {
  background-color: rgba(239, 235, 231, 0.7);
  padding: 55px 20px 46px;
}
@media only screen and (max-width: 860px) {
  .guest .contents_wrap {
    padding: 11.8604651163vw 4.6511627907vw 13.9534883721vw;
  }
}
.guest .contents_wrap ul {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding-top: 42px;
}
@media only screen and (max-width: 860px) {
  .guest .contents_wrap ul {
    flex-direction: column;
    gap: 3.2558139535vw;
    padding-top: 12.0930232558vw;
  }
}
.guest .contents_wrap ul li {
  max-width: 360px;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .guest .contents_wrap ul li {
    max-width: 81.3953488372vw;
  }
}
.guest .contents_wrap ul li .guest_name {
  font-size: 22px;
  font-weight: 700;
  line-height: 2.64;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  .guest .contents_wrap ul li .guest_name {
    font-size: 4.6511627907vw;
    line-height: 2.5;
  }
}
.guest .contents_wrap ul li .guest_name span {
  font-size: 15px;
  padding-right: 10px;
}
@media only screen and (max-width: 860px) {
  .guest .contents_wrap ul li .guest_name span {
    font-size: 3.488372093vw;
    padding-right: 2.3255813953vw;
  }
}

/* ----------------------------------------
overview
----------------------------------------- */
.overview {
  position: relative;
  padding-bottom: 184px;
}
.overview::before {
  position: absolute;
  content: "";
  background-image: url(../img/overview_bg_img02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 932px;
  height: 932px;
  top: -344px;
  right: -446px;
  z-index: -2;
}
@media only screen and (max-width: 860px) {
  .overview::before {
    width: 122.3255813953vw;
    height: 122.3255813953vw;
    top: 12.0930232558vw;
    right: -59.0697674419vw;
  }
}
.overview::after {
  position: absolute;
  content: "";
  background-image: url(../img/overview_bg_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 548px;
  height: 548px;
  top: 255px;
  left: -127px;
  z-index: -1;
}
@media only screen and (max-width: 860px) {
  .overview::after {
    width: 95.3488372093vw;
    height: 95.3488372093vw;
    top: 166.0465116279vw;
    left: -26.976744186vw;
  }
}
.overview_contents_first {
  padding-top: 59px;
}
@media only screen and (max-width: 860px) {
  .overview_contents_first {
    padding-top: 10.2325581395vw;
  }
}
.overview_contents_first dl {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  .overview_contents_first dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5581395349vw;
  }
}
.overview_contents_first dl:first-of-type {
  padding-bottom: 31px;
}
@media only screen and (max-width: 860px) {
  .overview_contents_first dl:first-of-type {
    padding-bottom: 4.4186046512vw;
  }
}
.overview_contents_first dl:nth-of-type(2) {
  padding-bottom: 62px;
}
@media only screen and (max-width: 860px) {
  .overview_contents_first dl:nth-of-type(2) {
    padding-bottom: 10vw;
  }
}
.overview_contents_first dl dt {
  max-width: 195px;
  width: 100%;
  color: var(--main-color);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.64;
}
@media only screen and (max-width: 860px) {
  .overview_contents_first dl dt {
    max-width: 100%;
    font-size: 4.6511627907vw;
    line-height: 1.8;
  }
}
.overview_contents_first dl dd {
  max-width: 805px;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.12;
  padding-left: 25px;
}
@media only screen and (max-width: 860px) {
  .overview_contents_first dl dd {
    max-width: 100%;
    font-size: 5.1162790698vw;
    line-height: 1.32;
    padding-left: 0;
  }
}
.overview_contents_first .map {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 75px;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .overview_contents_first .map {
    max-width: 90.6976744186vw;
    padding-bottom: 9.3023255814vw;
  }
}
.overview_contents_second {
  padding-top: 79px;
}
@media only screen and (max-width: 860px) {
  .overview_contents_second {
    padding-top: 29.5348837209vw;
  }
}
.overview_contents_second dl {
  padding-bottom: 35px;
}
.overview_contents_second dl:last-child {
  padding-bottom: 0px;
}
@media only screen and (max-width: 860px) {
  .overview_contents_second dl {
    padding-bottom: 6.976744186vw;
  }
}
.overview_contents_second dl dt {
  color: var(--main-color);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding-bottom: 12px;
}
@media only screen and (max-width: 860px) {
  .overview_contents_second dl dt {
    font-size: 4.6511627907vw;
    line-height: 1.6;
    padding-bottom: 1.1627906977vw;
  }
}
.overview_contents_second dl dd .main_txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.89;
  padding-bottom: 3px;
}
@media only screen and (max-width: 860px) {
  .overview_contents_second dl dd .main_txt {
    font-size: 3.9534883721vw;
    line-height: 1.76;
    padding-bottom: 0.4651162791vw;
  }
}
.overview_contents_second dl dd .sub_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.13;
}
@media only screen and (max-width: 860px) {
  .overview_contents_second dl dd .sub_txt {
    font-size: 3.7209302326vw;
    line-height: 1.875;
  }
}
.overview_contents_second dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ----------------------------------------
topic
----------------------------------------- */
.topic {
  padding-bottom: 118px;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .topic {
    padding-bottom: 15.1162790698vw;
  }
}
.topic::before {
  position: absolute;
  content: "";
  background-image: url(../img/topic_bg_img02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 932px;
  height: 1356px;
  top: -382px;
  right: -446px;
  z-index: -1;
}
@media only screen and (max-width: 860px) {
  .topic::before {
    width: 121.3953488372vw;
    height: 175.8139534884vw;
    top: -55.8139534884vw;
    right: -60.4651162791vw;
  }
}
.topic::after {
  position: absolute;
  content: "";
  background-image: url(../img/topic_bg_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 932px;
  height: 932px;
  bottom: -85px;
  left: -327px;
  z-index: -1;
}
@media only screen and (max-width: 860px) {
  .topic::after {
    width: 121.8604651163vw;
    height: 121.8604651163vw;
    bottom: 0vw;
    left: -46.511627907vw;
  }
}
.topic_contents {
  padding-top: 52px;
}
@media only screen and (max-width: 860px) {
  .topic_contents {
    padding-top: 8.1395348837vw;
  }
}
.topic_contents ol li {
  display: flex;
  gap: 12px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 860px) {
  .topic_contents ol li {
    flex-direction: column;
    gap: 4.6511627907vw;
    padding-bottom: 4.6511627907vw;
  }
}
.topic_contents ol li:last-child {
  padding-bottom: 0;
}
.topic_contents ol li .topic_img {
  max-width: 420px;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .topic_contents ol li .topic_img {
    max-width: 90.6976744186vw;
  }
}
.topic_contents ol li .topic_txt_wrap {
  max-width: 568px;
  width: 100%;
  background-color: #fff;
  padding: 30px 30px;
}
@media only screen and (max-width: 860px) {
  .topic_contents ol li .topic_txt_wrap {
    max-width: 90.6976744186vw;
    padding: 9.3023255814vw 4.6511627907vw 6.0465116279vw;
  }
}
.topic_contents ol li .topic_txt_wrap h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 60px;
  margin-left: -5px;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .topic_contents ol li .topic_txt_wrap h5 {
    font-size: 4.6511627907vw;
    padding-left: 13.9534883721vw;
    margin-left: -1.1627906977vw;
  }
}
.topic_contents ol li .topic_txt_wrap h5::before {
  position: absolute;
  content: "";
  background-color: var(--main-color);
  width: 34px;
  height: 34px;
  left: 10px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 860px) {
  .topic_contents ol li .topic_txt_wrap h5::before {
    width: 7.9069767442vw;
    height: 7.9069767442vw;
    left: 2.3255813953vw;
  }
}
.topic_contents ol li .topic_txt_wrap h5::after {
  position: absolute;
  content: "01";
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  top: 0px;
  left: 18px;
  line-height: 2.13;
}
@media only screen and (max-width: 860px) {
  .topic_contents ol li .topic_txt_wrap h5::after {
    font-size: 3.7209302326vw;
    left: 4.1860465116vw;
  }
}
.topic_contents ol li .topic_txt_wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.13;
  padding-top: 18px;
}
@media only screen and (max-width: 860px) {
  .topic_contents ol li .topic_txt_wrap p {
    font-size: 3.7209302326vw;
    padding-top: 3.488372093vw;
  }
}
.topic_contents ol li:nth-child(2) h5::after {
  content: "02";
}
.topic_contents ol li:nth-child(3) h5::after {
  content: "03";
}
.topic_contents ol li:nth-child(4) h5::after {
  content: "04";
}
.topic_contents ol li:nth-child(5) h5::after {
  content: "05";
}

/* ----------------------------------------
prize
----------------------------------------- */
.prize {
  position: relative;
}
.prize::before {
  position: absolute;
  content: "";
  background-image: url(../img/prize_bg_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 548px;
  height: 548px;
  top: 86px;
  left: -135px;
  z-index: -1;
}
@media only screen and (max-width: 860px) {
  .prize::before {
    width: 71.1627906977vw;
    height: 71.1627906977vw;
    top: 90.6976744186vw;
    left: -26.0465116279vw;
  }
}
.prize::after {
  position: absolute;
  content: "";
  background-image: url(../img/prize_bg_img02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 932px;
  height: 932px;
  top: 200px;
  right: -446px;
  z-index: -1;
}
@media only screen and (max-width: 860px) {
  .prize::after {
    width: 134.8837209302vw;
    height: 134.8837209302vw;
    top: auto;
    bottom: 52.3255813953vw;
    right: -80vw;
  }
}
.prize_contents {
  margin-top: 62px;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .prize_contents {
    margin-top: 5.1162790698vw;
  }
}
.prize_contents::before, .prize_contents::after {
  position: absolute;
  content: "";
  background-image: url(../img/deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 268px;
  height: 268px;
  top: 6px;
}
@media only screen and (max-width: 860px) {
  .prize_contents::before, .prize_contents::after {
    width: 19.5348837209vw;
    height: 19.5348837209vw;
    top: -10.4651162791vw;
  }
}
.prize_contents::before {
  left: 0;
}
.prize_contents::after {
  right: 0;
  transform: scale(-1, 1);
}
.prize_contents .item h5 {
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 256px;
  width: 100%;
  margin: 0 auto 28px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 7px 0;
}
@media only screen and (max-width: 860px) {
  .prize_contents .item h5 {
    max-width: 61.8604651163vw;
    margin-bottom: 6.511627907vw;
    font-size: 5.5813953488vw;
    padding: 1.6279069767vw 0;
  }
}
.prize_contents .item .prize_item {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.29;
  text-align: center;
  padding-bottom: 36px;
}
@media only screen and (max-width: 860px) {
  .prize_contents .item .prize_item {
    font-size: 6.511627907vw;
    padding-bottom: 7.9069767442vw;
  }
}
.prize_contents .item._trophy .prize_img {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media only screen and (max-width: 860px) {
  .prize_contents .item._trophy .prize_img {
    max-width: 90.6976744186vw;
    padding-bottom: 13.9534883721vw;
  }
}
.prize_contents .item._shirt .prize_img {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 860px) {
  .prize_contents .item._shirt .prize_img {
    max-width: 90.6976744186vw;
    padding-bottom: 2.3255813953vw;
  }
}
.prize_contents .item._shirt .supplement {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 75px;
}
@media only screen and (max-width: 860px) {
  .prize_contents .item._shirt .supplement {
    font-size: 3.488372093vw;
    padding-bottom: 19.7674418605vw;
  }
}
.prize_img_area {
  display: flex;
}
@media only screen and (max-width: 860px) {
  .prize_img_area {
    flex-direction: column;
  }
}
.prize_img_area .img01 {
  width: 45.77vw;
}
@media only screen and (max-width: 860px) {
  .prize_img_area .img01 {
    width: 100%;
  }
}
.prize_img_area .img02 {
  width: 54.3vw;
}
@media only screen and (max-width: 860px) {
  .prize_img_area .img02 {
    width: 100%;
  }
}

/* ----------------------------------------
schedule
----------------------------------------- */
.schedule {
  padding-top: 83px;
  background-image: url(../img/mv_bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (max-width: 860px) {
  .schedule {
    padding-top: 14.4186046512vw;
    background-image: url(../img/mv_bg_sp.png);
    background-size: contain;
  }
}
.schedule .inner_wide {
  position: relative;
  padding-bottom: 214px;
}
@media only screen and (max-width: 860px) {
  .schedule .inner_wide {
    padding-bottom: 23.9534883721vw;
  }
}
.schedule .inner_wide::before, .schedule .inner_wide::after {
  position: absolute;
  content: "";
  background-image: url(../img/deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 268px;
  height: 268px;
  bottom: 0;
  transform: scale(1, -1);
}
@media only screen and (max-width: 860px) {
  .schedule .inner_wide::before, .schedule .inner_wide::after {
    width: 19.5348837209vw;
    height: 19.5348837209vw;
    bottom: 0vw;
  }
}
.schedule .inner_wide::before {
  left: 20px;
}
@media only screen and (max-width: 860px) {
  .schedule .inner_wide::before {
    left: 4.6511627907vw;
  }
}
.schedule .inner_wide::after {
  right: 20px;
  transform: scale(-1, -1);
}
@media only screen and (max-width: 860px) {
  .schedule .inner_wide::after {
    right: 4.6511627907vw;
  }
}
@media only screen and (max-width: 860px) {
  .schedule .inner {
    display: contents;
  }
}
.schedule_contents {
  padding-top: 44px;
}
@media only screen and (max-width: 860px) {
  .schedule_contents {
    padding-top: 8.8372093023vw;
  }
}
.schedule_contents .schedule_item {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item {
    flex-direction: column;
    gap: 0;
  }
}
.schedule_contents .schedule_item .time_wrap {
  max-width: 169px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item .time_wrap {
    max-width: 39.0697674419vw;
  }
}
.schedule_contents .schedule_item .time_wrap .time {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
  background-color: #fff;
  border: 1px solid var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 0;
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item .time_wrap .time {
    font-size: 5.1162790698vw;
    padding: 1.6279069767vw 0;
  }
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item .txt_wrap {
    padding-left: 13.023255814vw;
  }
}
.schedule_contents .schedule_item .txt_wrap h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.38;
  padding-bottom: 24px;
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item .txt_wrap h5 {
    font-size: 6.0465116279vw;
    padding-bottom: 4.6511627907vw;
  }
}
.schedule_contents .schedule_item .txt_wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item .txt_wrap p {
    font-size: 4.1860465116vw;
    line-height: 1.61;
  }
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._01 {
    padding-bottom: 5.1162790698vw;
  }
}
.schedule_contents .schedule_item._01 .time_wrap {
  padding-bottom: 188px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._01 .time_wrap {
    padding-bottom: 67.4418604651vw;
    margin-bottom: 5.3488372093vw;
  }
}
.schedule_contents .schedule_item._01 .time_wrap::before {
  position: absolute;
  content: "";
  background-color: var(--main-color);
  width: 10px;
  height: 165px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._01 .time_wrap::before {
    width: 2.5581395349vw;
    height: 58.8372093023vw;
    bottom: 4.6511627907vw;
    left: 3.7209302326vw;
    transform: none;
  }
}
.schedule_contents .schedule_item._01 .time_wrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 24px solid var(--main-color);
  border-bottom: 0;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._01 .time_wrap::after {
    border-right: 3.2558139535vw solid transparent;
    border-left: 3.2558139535vw solid transparent;
    border-top: 5.5813953488vw solid var(--main-color);
    bottom: 0vw;
    left: 1.6279069767vw;
    transform: none;
  }
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._01 .txt_wrap {
    margin-top: -68.6046511628vw;
  }
}
.schedule_contents .schedule_item._01 .competition_schedule {
  display: flex;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.64;
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._01 .competition_schedule {
    font-size: 5.1162790698vw;
  }
}
.schedule_contents .schedule_item._01 .competition_schedule:first-of-type {
  padding-top: 20px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._01 .competition_schedule:first-of-type {
    padding-top: 4.1860465116vw;
    padding-bottom: 1.8604651163vw;
  }
}
.schedule_contents .schedule_item._01 .competition_schedule dt {
  max-width: 200px;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._01 .competition_schedule dt {
    max-width: 44.8837209302vw;
  }
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._02 {
    padding-bottom: 6.7441860465vw;
  }
}
.schedule_contents .schedule_item._02 .time_wrap {
  padding-bottom: 126px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._02 .time_wrap {
    padding-bottom: 49.0697674419vw;
    margin-bottom: 0vw;
  }
}
.schedule_contents .schedule_item._02 .time_wrap::before {
  position: absolute;
  content: "";
  background-color: var(--main-color);
  width: 10px;
  height: 107px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._02 .time_wrap::before {
    width: 2.3255813953vw;
    height: 40vw;
    bottom: 4.6511627907vw;
    left: 3.7209302326vw;
    transform: none;
  }
}
.schedule_contents .schedule_item._02 .time_wrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 24px solid var(--main-color);
  border-bottom: 0;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._02 .time_wrap::after {
    border-right: 3.2558139535vw solid transparent;
    border-left: 3.2558139535vw solid transparent;
    border-top: 5.5813953488vw solid var(--main-color);
    bottom: 0vw;
    left: 1.6279069767vw;
    transform: none;
  }
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._02 .txt_wrap {
    margin-top: -42.0930232558vw;
  }
}
@media only screen and (max-width: 860px) {
  .schedule_contents .schedule_item._03 .time_wrap {
    padding-bottom: 7.4418604651vw;
  }
}

/* ----------------------------------------
description
----------------------------------------- */
.description {
  margin-top: -37px;
  padding-bottom: 104px;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .description {
    margin-top: -7.2093023256vw;
    padding-bottom: 24.6511627907vw;
  }
}
.description::before {
  position: absolute;
  content: "";
  background-image: url(../img/mv_bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 2255px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: scale(-1, -1);
}
@media only screen and (max-width: 860px) {
  .description::before {
    background-image: url(../img/mv_bg_sp.png);
    width: 100vw;
    height: 150.2325581395vw;
  }
}
.description .section_ttl {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 860px) {
  .description .section_ttl {
    font-size: 6.976744186vw;
  }
}
.description_contents {
  padding-top: 75px;
  padding-bottom: 68px;
}
@media only screen and (max-width: 860px) {
  .description_contents {
    padding-top: 8.1395348837vw;
    padding-bottom: 12.7906976744vw;
  }
}
.description_contents dl {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #959595;
}
@media only screen and (max-width: 860px) {
  .description_contents dl {
    flex-direction: column;
    gap: 2.0930232558vw;
    padding: 3.7209302326vw 0;
  }
}
.description_contents dl.slim {
  padding: 14px 0;
}
@media only screen and (max-width: 860px) {
  .description_contents dl.slim {
    padding: 3.7209302326vw 0;
  }
}
.description_contents dl:first-child {
  border-top: 1px solid #959595;
}
.description_contents dl dt {
  max-width: 195px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
  padding-left: 11px;
  padding-right: 25px;
}
@media only screen and (max-width: 860px) {
  .description_contents dl dt {
    max-width: 90.6976744186vw;
    font-size: 3.7209302326vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.description_contents dl dd {
  max-width: 805px;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .description_contents dl dd {
    max-width: 90.6976744186vw;
  }
}
.description_contents dl dd .description_txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.81;
}
@media only screen and (max-width: 860px) {
  .description_contents dl dd .description_txt {
    font-size: 3.7209302326vw;
  }
}
.description_contents dl dd .description_txt._bold {
  font-weight: 700;
}
.description_contents dl dd .description_txt._red {
  color: #ff0000;
}
.description_contents dl dd .description_txt._ttl {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media only screen and (max-width: 860px) {
  .description_contents dl dd .description_txt._ttl {
    padding-top: 6.7441860465vw;
    padding-bottom: 6.7441860465vw;
  }
}
.description_contents dl dd .description_txt .link {
  color: #00a9e1;
  border-bottom: 1px solid #00a9e1;
}
@media only screen and (min-width: 861px) {
  .description_contents dl dd .description_txt .link:hover {
    border-bottom: 1px solid transparent;
  }
}
.description_contents dl dd .btn_wrap.apply_btn {
  padding-top: 27px;
  padding-bottom: 34px;
}
@media only screen and (max-width: 860px) {
  .description_contents dl dd .btn_wrap.apply_btn {
    padding-top: 8.3720930233vw;
    padding-bottom: 6.7441860465vw;
  }
}
.description_contents dl dd .btn_wrap.signIn_btn {
  max-width: 420px;
  padding-top: 29px;
  padding-bottom: 22px;
}
@media only screen and (max-width: 860px) {
  .description_contents dl dd .btn_wrap.signIn_btn {
    max-width: 90.6976744186vw;
    padding-top: 8.3720930233vw;
    padding-bottom: 6.7441860465vw;
  }
}
.description_contents dl dd .btn_wrap.signIn_btn .flow_listBtn {
  height: 66px;
  background-color: #34576A;
}
@media only screen and (max-width: 860px) {
  .description_contents dl dd .btn_wrap.signIn_btn .flow_listBtn {
    height: 15.3488372093vw;
    border-radius: 2.3255813953vw;
    font-size: 4.1860465116vw;
    line-height: 1.78;
  }
}

/* ----------------------------------------
footer
----------------------------------------- */
footer {
  display: flex;
  height: 125px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  background-color: #B40019;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 860px) {
  footer {
    height: 39.5348837209vw;
    font-size: 3.2558139535vw;
  }
}
/* ----------------------------------------
pagetop
----------------------------------------- */
.pagetop {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 90px;
  border: none;
  border-radius: 50%;
  background-color: #08a7e1;
  cursor: pointer;
  z-index: 2;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 860px) {
  .pagetop {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    right: 2.5641025641vw;
    bottom: 2.5641025641vw;
  }
}
.pagetop__arrow {
  display: block;
}

/* ----------------------------------------
アニメーション
----------------------------------------- */
.mv .mv_ttl,
.mv .event_info,
.mv .event_place,
.mv .event_txtWrap {
  opacity: 0;
  transform: translateY(20px);
}

.cont_wrap {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */