@charset "UTF-8";
/* ============================
body
  全体の指定
=============================== */
body {
  background-color: #FEFEFE;
  font-family: "Noto Sans JP", sans-serif;
}

/* ============================
|.mv
  - mv上の文字を変更するときは" .mv_wrap"から
=============================== */
.mv {
  position: relative;
  width: 100%;
  height: 83vh;
  background-image: url("img/mv.jpg");
  background-size: cover;
  background-position: center bottom;
}
.mv_wrap {
  width: 90%;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.6vw;
  font-weight: 800;
  color: #FEFEFE;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  margin-top: 50px;
}
@media screen and (min-width: 1441px) {
  .mv h1 {
    font-size: 8.5vh;
  }
}
@media screen and (max-width: 860px) {
  .mv h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 599px) {
  .mv h1 {
    font-size: 55px;
    margin-top: 20px;
  }
}
.mv_date {
  width: 291px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #0279C9;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mv_date p {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}
.mv_date-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mv_date-day h5 {
  font-weight: bold;
  font-size: 65px;
  line-height: 65px;
  margin-top: 5px;
}
.mv_date-day p {
  margin-left: 12px;
  border-bottom: 10px solid #FEEF68;
}

/* ============================
|.notice
  - MV直下の文言......notice_txt
=============================== */
.notice {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 62px;
  padding-bottom: 100px;
  background-image: url("img/notice_bg.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .notice {
    padding-top: 35px;
  }
}
.notice_txt {
  max-width: 1110px;
  width: 47%;
  margin: 0 auto 75px;
}
@media screen and (max-width: 599px) {
  .notice_txt {
    width: 93%;
    margin-bottom: 45px;
  }
}
.notice_txt h3 {
  font-size: 35px;
  padding-bottom: 25px;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .notice_txt h3 {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
.notice_txt p {
  color: #050505;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0.4rem;
  padding-bottom: 15px;
  text-align: justify;
}
.notice_txt p:last-child {
  text-align: end;
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  .notice_txt p {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0.15rem;
    padding-bottom: 18px;
  }
}
.notice_desc {
  max-width: 925px;
  width: 65.7%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .notice_desc {
    width: 80%;
  }
}
@media screen and (max-width: 860px) {
  .notice_desc {
    width: 90%;
  }
}
.notice_desc_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 860px) {
  .notice_desc_wrap {
    -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;
  }
}
.notice_desc_wrap_left {
  width: 68%;
}
@media screen and (max-width: 860px) {
  .notice_desc_wrap_left {
    width: 100%;
  }
}
.notice_desc_wrap_left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  margin-right: 85px;
}
@media screen and (max-width: 860px) {
  .notice_desc_wrap_left-item {
    -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;
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.notice_desc_wrap_left-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 860px) {
  .notice_desc_wrap_left-item:last-of-type {
    margin-bottom: 30px;
  }
}
.notice_desc_wrap_left-item h5 {
  color: #050505;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 599px) {
  .notice_desc_wrap_left-item h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.notice_desc_wrap_left-item p,
.notice_desc_wrap_left-item ul {
  color: #050505;
  font-size: 22px;
  line-height: 26.4px;
  letter-spacing: 0.15rem;
  text-align: left;
  width: 75%;
}
@media screen and (max-width: 599px) {
  .notice_desc_wrap_left-item p,
  .notice_desc_wrap_left-item ul {
    font-size: 18px;
    width: 100%;
  }
}
.notice_desc_wrap_left-item p li,
.notice_desc_wrap_left-item ul li {
  list-style: inside;
  list-style-type: "・";
}
.notice_desc_wrap_left-item p span,
.notice_desc_wrap_left-item ul span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 599px) {
  .notice_desc_wrap_left-item p span,
  .notice_desc_wrap_left-item ul span {
    font-size: 15px;
  }
}
.notice_desc_wrap_right ul a {
  display: block;
  color: #050505;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}
.notice_desc_wrap_right ul a:last-of-type {
  margin-bottom: 0;
}
.notice_desc_wrap_right ul li {
  cursor: pointer;
  border: 2px solid #0279C9;
  background: #FEFEFE;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(29, 155, 240, 0.16);
          box-shadow: 2px 2px 4px 0px rgba(29, 155, 240, 0.16);
  width: 300px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2.7px;
  padding-top: 22px;
  padding-bottom: 23px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 319px) {
  .notice_desc_wrap_right ul li {
    width: 90%;
    font-size: 16px;
    margin-right: 0;
  }
}
.notice_desc_wrap_right ul li:hover {
  background-color: #0279C9;
  color: #FEFEFE;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* ============================
|.change
  2023年大会コース変更用セクション
  以降の大会でコース変更がない場合は不要
=============================== */
.change {
  color: #FEFEFE;
  text-align: center;
}
.change_title {
  background-image: url("img/course_change_bg.png");
  width: 100%;
  padding: 48px 0;
}
.change_title h4 {
  font-size: 28px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .change_title h4 {
    font-size: 24px;
  }
}
.change_course {
  background: linear-gradient(45deg, #0279C9, #02A5C9);
  padding: 40px 0;
}
.change_course p {
  font-size: 18px;
  width: 65%;
  margin: 0 auto;
  text-align: left;
  line-height: 26.4px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 860px) {
  .change_course p {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .change_course p {
    width: 95%;
    font-size: 16px;
  }
}
.change_course a {
  text-decoration: none;
  width: 50%;
  background-color: #FEEF68;
  border: none;
  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;
  margin: 24px auto 0;
  padding: 38px 0;
  border-radius: 70px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.15rem;
  font-size: 24px;
}
@media screen and (max-width: 860px) {
  .change_course a {
    padding: 28px 0;
    width: 80%;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .change_course a {
    padding: 28px 0;
    width: 90%;
    font-size: 18px;
  }
}
.change_course a img {
  padding-right: 28px;
}
@media screen and (max-width: 860px) {
  .change_course a img {
    padding-right: 16px;
  }
}

/* ============================
|.sns
  Twitterの縦幅変更時→htmlから修正
  横幅等はcssから変更
  今後TwitterからFacebookとかに変更の可能性あり
=============================== */
.sns {
  color: #050505;
  background-color: #EDF5FB;
  padding: 40px 36%;
}
@media screen and (max-width: 599px) {
  .sns {
    padding: 60px 10px;
  }
}
@media screen and (max-width: 599px) {
  .sns {
    padding: 50px 0;
  }
}
.sns_title {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns_title img {
  margin-right: 15px;
  width: 25px;
  height: 25px;
}
.sns_title h3 {
  color: #050505;
  font-size: 25px;
}
.sns .twitter-tweet {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .sns .twitter-tweet {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .sns .twitter-tweet {
    width: 90%;
  }
}

/* ============================
|.label
  大会ギャラリー写真
  写真変更時→.label_column以下を都度変更
=============================== */
.label {
  color: #FEFEFE;
  background-color: #0279C9;
  overflow: hidden;
}
.label_column {
  margin-bottom: 48px;
}
.label_column-item {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.label_column-item:first-child {
  -webkit-animation: loop-list-up 50s linear infinite;
          animation: loop-list-up 50s linear infinite;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.label_column-item:first-child:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.label_column-item:first-child p {
  padding: 106px 15px 62px 15px;
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.label_column-item:last-child {
  -webkit-animation: loop-list-down 50s linear infinite;
          animation: loop-list-down 50s linear infinite;
}
.label_column-item:last-child:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.label_column-item:last-child p {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 53px 12px 0 0;
  width: 298px;
  height: 180px;
  font-size: 52px;
}
.label_column-item p {
  width: 180px;
  height: 298px;
  color: #FEFEFE;
  font-size: 36px;
  letter-spacing: 0.05rem;
  line-height: 43.2px;
  font-weight: bold;
}
.label_column-item img {
  height: 298px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes loop-list-up {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes loop-list-up {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes loop-list-down {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-list-down {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* ============================
|.notice_info
お問い合わせ先
=============================== */
.label_info {
  padding-top: 30px;
  color: #FEFEFE;
}
@media screen and (max-width: 860px) {
  .label_info {
    padding-top: 45px;
  }
}
.label_info_colmun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 18%;
}
@media screen and (max-width: 860px) {
  .label_info_colmun {
    display: block;
    margin: 0 15%;
  }
}
@media screen and (max-width: 599px) {
  .label_info_colmun {
    margin: 0 3%;
  }
}
.label_info_title {
  font-size: 22px;
}
@media screen and (max-width: 860px) {
  .label_info_title {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.label_info_desc {
  text-align: left;
}
.label_info_desc h5 {
  font-size: 22px;
  letter-spacing: 0.15rem;
  margin-bottom: 17px;
}
@media screen and (max-width: 599px) {
  .label_info_desc h5 {
    margin-bottom: 5px;
  }
}
.label_info_desc p {
  margin-bottom: 5px;
  font-size: 22px;
  letter-spacing: 0.15rem;
}
.label_info_desc p:last-child {
  margin-bottom: 0;
}
.label_info_desc p:nth-child(3) {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .label_info_desc p {
    font-size: 18px;
  }
}

/* ============================
|.footer
  コピーライトの表記のみ
=============================== */
.copy {
  color: #050505;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 0;
}
@media screen and (max-width: 599px) {
  .copy {
    font-size: 10px;
    padding: 10px 0;
  }
}/*# sourceMappingURL=style.css.map */