@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("../saikifull/img/mv.jpg");
  background-size: cover;
  background-position: center;
}
.mv_wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 860px) {
  .mv_wrap {
    flex-direction: column;
  }
}
.mv_title {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.mv h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.6vw;
  font-weight: 800;
  color: #FEFEFE;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
  margin-top: 10px;
}
@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 h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  font-weight: 800;
  color: #FEFEFE;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
  margin-top: 50px;
}
@media screen and (max-width: 860px) {
  .mv h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 599px) {
  .mv h3 {
    font-size: 35px;
    margin-top: 20px;
  }
}
.mv_date {
  width: 291px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #0279C9;
  padding: 15px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 860px) {
  .mv_date {
    position: static;
    right: auto;
    margin-top: 20px;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
  }
}
.mv_date p {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}
.mv_date-day {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 860px) {
  .mv_date-day {
    display: inline-flex;
  }
}
.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;
}

.info {
  text-align: center;
  margin: 40px auto;
  padding: 28px;
  border: #09BAF2 1px solid;
  width: 60%;
}

.info h2 {
  font-size: 2.5rem;
  color: #075DAD;
  padding-bottom: 1.25rem;
}

.info p {
  line-height: 2.8rem;
  font-size: 1.25rem;
}

.info span {
  border: #0983F3 1.5px solid;
  font-weight: bold;
  padding: 2px 8px;
}

.info b {
  color: #0983F3;
}

/* ============================
|.notice
  - MV直下の文言......notice_txt
=============================== */
.notice {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 62px;
  padding-bottom: 100px;
  background-image: url("../saikifull/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 60px;
}
@media screen and (max-width: 599px) {
  .notice_txt {
    width: 93%;
    margin-bottom: 40px;
  }
}
.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.2rem;
  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_announce {
  max-width: 925px;
  width: 64.2%;
  margin-inline: auto;
  background: linear-gradient(272deg, #0279C9 0%, #02A4C9 100%);
  font-family: "Noto Sans JP";
  color: #FDFDFD;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 860px) {
  .notice_announce {
    width: 92.3%;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-bottom: 30px;
  }
}
.notice_announce_title {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 15.5px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .notice_announce_title {
    font-size: 22px;
    line-height: 1.2;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20.5px;
  }
}
.notice_announce_txt {
  width: 73.5%;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-inline: auto;
}
@media screen and (max-width: 860px) {
  .notice_announce_txt {
    width: 91.7%;
    font-size: 15px;
    line-height: 1.5;
  }
}
.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: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .notice_desc_wrap {
    flex-direction: column;
    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: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-right: 85px;
}
@media screen and (max-width: 860px) {
  .notice_desc_wrap_left-item {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    margin-bottom: 25px;
    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;
  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;
  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;
  transition: 0.4s;
}

/* ============================
|.change
  2023年大会コース変更用セクション
  以降の大会でコース変更がない場合は不要
=============================== */
.change {
  color: #FEFEFE;
  text-align: center;
}
.change_title {
  background-image: url("../saikifull/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: flex;
  align-items: 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: flex;
  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: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.label_column-item:first-child {
  animation: loop-list-up 50s linear infinite;
  flex-direction: row-reverse;
}
.label_column-item:first-child:hover {
  animation-play-state: paused;
}
.label_column-item:first-child p {
  padding: 106px 15px 62px 15px;
  text-align: right;
  flex-shrink: 0;
}
.label_column-item:last-child {
  animation: loop-list-down 50s linear infinite;
}
.label_column-item:last-child:hover {
  animation-play-state: paused;
}
.label_column-item:last-child p {
  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;
  flex-shrink: 0;
}

@keyframes loop-list-up {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop-list-down {
  from {
    transform: translateX(0);
  }
  to {
    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: flex;
  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=saiki-full.css.map */