@charset "UTF-8";

/* mvWrap
***************************************************************/
.mvWrap {
  position: relative;
}

.mv_link1 {
  width: 400px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background-color: #f555a8;
  /* background: #f555a8 url(../img/common/arrow1_w.svg)no-repeat right 25px center / 30px; */
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  position: absolute;
  right: 40px;
  bottom: -40px;
  z-index: 2;
}

.mv_link2 {
  width: 160px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #f555a8;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}

@media all and (min-width: 681px) {
  a.mv_link1:hover {
    background-color: #006ab0;
  }
  a.mv_link2:hover {
    background-color: #006ab0;
  }
}

@media all and (max-width: 680px) {
  .mvWrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 30px;
  }

  .mv_link1 {
    width: 240px;
    height: 50px;
    margin: 30px auto 0;
    /* background: #f555a8 url(../img/common/arrow1_w.svg)no-repeat right 15px center / 20px; */
    font-size: 16px;
    position: static;
  }
  .mv_link2 {
    width: 120px;
    height: 40px;
    font-size: 16px;
    right: 10px;
    bottom: 15px;
  }
}
@media all and (max-width: 370px) {
}

/* conceptWrap
***************************************************************/
.conceptWrap {
  width: 100%;
  /* height: 1842px; */
  position: relative;
}

.concept_inner1 {
  padding: 150px 0;
  /* position: sticky;
  z-index: 1;
  top: 60px; */
  display: flex;
  justify-content: center;
}

.concept_box1 {
  color: #006ab0;
  color: #fff;
  transition: 0.3s ease;
}

.concept_h2 {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}

.concept_h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.concept_p1 {
  font-size: 18px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2.67;
  margin: 60px auto 0;
  width: 750px;
}

.en .concept_p1 {
  text-align: left;
  word-break: keep-all;
}

.concept_bg1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.concept_bg1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: no-repeat center / cover;
}

.concept_intro1 {
  width: 740px;
  margin: 0 auto 100px;
  padding: 35px 0 45px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.concept_intro1_title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #006ab0;
}
.concept_intro1_text {
  font-size: 17px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 20px;
  padding: 0 80px;
}
.en .concept_intro1_text {
  text-align: left;
}
.concept_intro1_clm {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.concept_intro1_clm .top_btn1 {
  height: 60px;
  font-size: 16px;
}
@media all and (min-width: 681px) {
  /* .conceptWrap {
    background: url(../img/top/concept.png)no-repeat center bottom / 100%;
  } */
  /* .concept_box1.on {
    color: #fff;
  } */
  .concept_bg1 {
    background-image: url(../img/top/concept_bg1.jpg);
  }

  .en .concept_p1 {
    width: 780px;
  }
}

@media all and (max-width: 680px) {
  .conceptWrap {
    /* height: 2000px; */
  }

  .concept_inner1 {
    padding: 45px 0 75px;
    /* top: 40px; */
  }

  /* .concept_box1.on_sp {
    color: #fff;
  } */
  .concept_h2 {
    font-size: 23px;
    letter-spacing: 0;
    line-height: 1.7;
    padding: 0 10px;
  }

  .concept_h3 {
    font-size: 16px;
    padding: 5px 10px 0;
  }

  .concept_p1 {
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
    padding: 0 26px;
    width: 100%;
  }

  .concept_bg1_sp {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .concept_bg1 {
    background-image: url(../img/top/concept_bg1_sp.jpg);
  }

  .concept_intro1 {
    width: 90%;
    margin-bottom: 50px;
    padding: 30px 0 40px;
  }
  .concept_intro1_title {
    font-size: 21px;
  }
  .concept_intro1_text {
    font-size: 14px;
    margin-top: 15px;
    padding: 0 28px;
  }

  .concept_intro1_clm {
    flex-flow: column;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
  }
  .concept_intro1_clm .top_btn1 {
    height: 52px;
    font-size: 14px;
    width: 270px;
  }
}
@media all and (max-width: 370px) {
}

/* bnrWrap1
***************************************************************/
.bnrWrap1 {
  padding: 100px 0;
  background-color: #fff;
}

.bnrWrap1_text1 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.35;
}

.bnrWrap1_text1 .blue {
  color: #006ab0;
}

.bnrWrap1_img1 {
  width: 1000px;
  margin: 25px auto 0;
  display: block;
}
@media all and (min-width: 681px) {
  .bnrWrap1_img1:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 680px) {
  .bnrWrap1 {
    padding: 50px 5%;
  }

  .bnrWrap1_text1 {
    font-size: 20px;
  }

  .bnrWrap1_img1 {
    width: 100%;
    margin-top: 20px;
  }
}
@media all and (max-width: 370px) {
}

/* event_day1
***************************************************************/
.event_day1 {
  background-color: #006ab0;
  padding: 60px 0;
}

.event_day1 .img {
  display: block;
  width: 934px;
  margin: 0 auto;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .event_day1 {
    padding: 30px 5%;
  }

  .event_day1 .img {
    width: 100%;
  }
}
@media all and (max-width: 370px) {
}

/* newsWrap
***************************************************************/
.newsWrap {
  padding: 60px 0;
  background-color: #fff;
}

.newsWrap .inner1 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.news_title1 {
  color: #006ab0;
}

.news_title1 .t1 {
  font-size: 90px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.02;
}

.news_title1 .t2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 15px;
}

.news_list1 {
  width: 940px;
  border-top: 1px solid #000;
}

.news_list1 .li1 {
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
}

.news_list1_day {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  width: 145px;
}

.news_list1_text1 {
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  letter-spacing: 0;
  width: calc(100% - 145px);
}
.news_list1_text1 .bold {
  font-size: 19px;
  font-weight: 700;
}
.en .news_list1_text1 {
  text-align: left;
  word-break: keep-all;
}

.news_list1_text1 .link1 {
  display: inline-block;
  color: #f555a8;
  text-decoration: underline;
}

@media all and (min-width: 681px) {
  .news_list1_text1 .link1:hover {
    text-decoration: none;
  }
}

@media all and (max-width: 680px) {
  .newsWrap {
    padding: 30px 5%;
  }

  .newsWrap .inner1 {
    width: 100%;
    display: block;
  }

  .news_title1 .t1 {
    font-size: 45px;
  }

  .news_title1 .t2 {
    font-size: 15px;
    margin-top: 10px;
  }

  .news_list1 {
    width: 100%;
    margin-top: 30px;
  }

  .news_list1 .li1 {
    padding: 20px 0;
    display: block;
  }

  .news_list1_day {
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
  }

  .news_list1_text1 {
    font-size: 15px;
    width: 100%;
  }
}
@media all and (max-width: 370px) {
}

/* page_nav1
***************************************************************/
.page_nav1 {
  background-color: #002d59;
  padding: 20px 0;
}

.page_nav1_list1 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.page_nav1_list1 .li1 {
  width: 320px;
}

.page_nav1_list1 .link1 {
  width: 100%;
  height: 92px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
}

.page_nav1_list1 .link1::after {
  content: "";
  width: 14px;
  height: 20px;
  background: url(../img/common/arrow2_2.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

.page_nav1_list1 .link1 .t1 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  color: #002d59;
}

.page_nav1_list1 .link1 .t2 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 8px;
  color: #f555a8;
}
.page_nav1_list1 .link1 .t3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 8px;
}
.page_nav1_list1 .comingsoon {
  pointer-events: none;
}
.page_nav1_list1 .comingsoon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(119, 119, 119, 0.5);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (min-width: 681px) {
  .page_nav1_list1::after {
    content: "";
    width: 320px;
  }

  .page_nav1_list1 .li1:nth-of-type(n + 4) {
    margin-top: 20px;
  }

  .page_nav1_list1 .link1:hover {
    opacity: 0.8;
  }
}

@media all and (max-width: 680px) {
  .page_nav1 {
    padding: 20px 5%;
  }

  .page_nav1_list1 {
    width: 100%;
  }

  .page_nav1_list1 .li1 {
    width: calc((100% - 10px) / 2);
  }

  .page_nav1_list1 .li1:nth-of-type(n + 3) {
    margin-top: 10px;
  }

  .page_nav1_list1 .link1 {
    height: 46px;
  }

  .page_nav1_list1 .link1::after {
    width: 9.34px;
    height: 13.34px;
    right: 10px;
  }

  .page_nav1_list1 .link1 .t1 {
    font-size: 18px;
  }

  .page_nav1_list1 .link1 .t2 {
    font-size: 12px;
    margin-top: 4px;
  }
  .page_nav1_list1 .link1 .t3 {
    font-size: 12px;
    margin-top: 4px;
  }
  .page_nav1_list1 .comingsoon::before {
    font-size: 16px;
  }
}
@media all and (max-width: 370px) {
}

/* aboutWrap
***************************************************************/
.aboutWrap {
  background-color: #006ab0;
  padding: 120px 0 170px;
}

.aboutWrap .inner1 {
  display: flex;
  justify-content: center;
}

.about_box1 {
  width: 750px;
  margin-left: 65px;
  padding-top: 50px;
}

.about_text1 {
  font-size: 17px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.76;
  color: #fff;
  margin-bottom: 35px;
}

.en .about_text1 {
  text-align: left;
  word-break: keep-all;
}

.about_movie1 {
  width: 1000px;
  height: 560px;
  margin: 120px auto 0;
}

.about_movie1 iframe {
  width: 100%;
  height: 100%;
}

@media all and (min-width: 681px) {
  .aboutWrap .top_title1 {
    max-width: none;
    margin: 0;
  }
}

@media all and (max-width: 680px) {
  .aboutWrap {
    padding: 60px 5% 85px;
  }

  .aboutWrap .inner1 {
    display: block;
  }

  .about_box1 {
    width: 100%;
    margin-left: 0;
    padding-top: 35px;
  }

  .about_text1 {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .about_movie1 {
    width: 100%;
    height: 50vw;
    margin-top: 60px;
  }
}
@media all and (max-width: 370px) {
}

/* works_loop
***************************************************************/
.works_loop {
  width: 100%;
  height: 285px;
  background: repeat-x center / 1712px;
}

.works_loop.type1 {
  background-image: url(../img/top/loop_img1.jpg);
}

.works_loop.type2 {
  background-image: url(../img/top/loop_img2.jpg);
}

@keyframes bgscroll1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1712px 0;
  }
}
@keyframes bgscroll1_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -750px 0;
  }
}
@keyframes bgscroll2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1712px 0;
  }
}
@keyframes bgscroll2_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 750px 0;
  }
}
@media all and (min-width: 681px) {
  .works_loop.type1 {
    animation: bgscroll1 60s linear infinite;
  }

  .works_loop.type2 {
    animation: bgscroll2 60s linear infinite;
  }
}

@media all and (max-width: 680px) {
  .works_loop {
    width: 100%;
    height: 124px;
    background: repeat-x center / 750px;
  }

  .works_loop.type1 {
    animation: bgscroll1_sp 40s linear infinite;
  }

  .works_loop.type2 {
    animation: bgscroll2_sp 40s linear infinite;
  }
}
@media all and (max-width: 370px) {
}

/* programWrap
***************************************************************/
.programWrap {
  padding-top: 150px;
  padding-bottom: 20px;
  background-color: #006ab0;
}

.program_box1 {
  width: 1400px;
  margin: 0 auto;
  padding-top: 60px;
}

.program_tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.program_tab_btn {
  cursor: pointer;
  width: 460px;
  height: 90px;
  padding-left: 40px;
  position: relative;
  background-color: #002d59;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program_tab_label {
  width: 100px;
  height: 60px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

.program_tab_day {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}

.program_tab_day .s1 {
  font-size: 24px;
}

.program_tab_btn.active {
  background-color: #fff;
  color: #002d59;
}

.program_tab_btn.active .program_tab_label {
  border-color: #002d59;
}

.program_block1 {
  width: 1400px;
  margin: 0 auto;
  padding: 40px 60px;
  background-color: #fff;
  display: none;
}

.program_block1.active {
  display: block;
}

.program_block1_list1 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.program_block1_list1 .li1 {
  width: 400px;
}

.program_block1_item1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  border: 1px solid #29aae3;
}

.program_block1_tit1 {
  display: flex;
  border-bottom: 1px solid #29aae3;
}

.program_block1_tit1 .time1 {
  width: 100px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #29aae3;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}

.program_block1_tit1 .tit1 {
  width: calc(100% - 100px);
  height: 35px;
  padding: 0 15px;
  background-color: #29aae3;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}

.program_block1_text1 {
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-size: 18px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
}

.en .program_block1_text1 {
  text-align: left;
  word-break: keep-all;
}

.program_link1 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media all and (min-width: 681px) {
  .program_block1_list1::after {
    content: "";
    width: 400px;
  }

  .program_block1_list1 .li1:nth-of-type(1n + 4) {
    margin-top: 40px;
  }

  .program_link1 a + a {
    margin-left: 50px;
  }
}

@media all and (max-width: 680px) {
  .programWrap {
    padding: 75px 5% 10px;
  }

  .program_box1 {
    width: 100%;
    padding-top: 30px;
  }

  .program_tab {
    width: 100%;
  }

  .program_tab_btn {
    width: calc((100% - 16px) / 3);
    height: auto;
    padding: 8px 0 8px 8px;
    display: block;
  }

  .program_tab_label {
    width: 50px;
    height: 30px;
    font-size: 15px;
    position: static;
    margin: 0;
  }

  .program_tab_day {
    font-size: 27px;
    text-align: left;
    line-height: 1;
    margin-top: 5px;
  }

  .program_tab_day .s1 {
    font-size: 13px;
  }

  .program_block1 {
    width: 100%;
    padding: 20px 20px;
  }

  .program_block1_list1 {
    width: 100%;
    display: block;
  }

  .program_block1_list1 .li1 {
    width: 100%;
  }

  .program_block1_list1 .li1:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .program_block1_item1 {
    height: auto;
    display: block;
  }

  .program_block1_tit1 .time1 {
    width: 90px;
    height: 25px;
    font-size: 14px;
  }

  .program_block1_tit1 .tit1 {
    width: calc(100% - 90px);
    height: 25px;
    padding: 0 10px;
    font-size: 15px;
  }

  .program_block1_text1 {
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 16px;
  }

  .program_link1 {
    display: block;
    margin-top: 40px;
  }

  .program_link1 a {
    margin: 0 auto;
  }

  .program_link1 a + a {
    margin-top: 20px;
  }
}
@media all and (max-width: 370px) {
}

/* outlineWrap
***************************************************************/
.outlineWrap {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #006ab0;
}

.outlineBox1 {
  width: 1000px;
  margin: 50px auto 0;
}

.outlineBox1_dl1 {
  display: flex;
}

.outlineBox1_dl1 .dt1 {
  width: 180px;
  padding: 30px 0;
  color: #fff;
  background-color: #29aae3;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.outlineBox1_dl1 .dt1 .t1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outlineBox1_dl1 .dd1 {
  background-color: #fff;
  width: 820px;
  padding: 30px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
}

.en .outlineBox1_dl1 .dd1 {
  text-align: left;
  word-break: keep-all;
}

.outlineBox1_dl1 .dd1 .link1 {
  display: inline-block;
  color: #f555a8;
  text-decoration: underline;
}

.outlineBox1_dl1 .dd1 .link1[target="_blank"] {
  padding-right: 20px;
  background: url(../img/common/blank1.svg) no-repeat right center / 15px;
}

@media all and (min-width: 681px) {
  .outlineBox1_dl1 .dd1 .link1:hover {
    text-decoration: none;
  }

  .outlineBox1_dl1 + .outlineBox1_dl1 .dt1 {
    border-top: 1px solid #fff;
  }

  .outlineBox1_dl1 + .outlineBox1_dl1 .dd1 {
    border-top: 1px solid #000;
  }
}

@media all and (max-width: 680px) {
  .outlineWrap {
    padding: 75px 5%;
  }

  .outlineBox1 {
    width: 100%;
    margin-top: 30px;
  }

  .outlineBox1_dl1 {
    display: block;
  }

  .outlineBox1_dl1 .dt1 {
    width: 100%;
    padding: 5px 0;
    font-size: 15px;
  }

  .outlineBox1_dl1 .dd1 {
    width: 100%;
    padding: 15px;
    font-size: 14px;
  }
}
@media all and (max-width: 370px) {
}

/* formWrap
***************************************************************/
.formWrap {
  padding: 150px 0 20px;
  background-color: #fff;
}

.lead_text1 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: 50px;
}

.lead_text1.white {
  color: #fff;
}

.formBox1 {
  width: 1000px;
  margin: 50px auto 0;
  background-color: #29aae3;
  padding: 50px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .formWrap {
    padding: 75px 0 0;
  }
  .formWrap .top_title1 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .lead_text1 {
    font-size: 15px;
    text-align: justify;
    margin-top: 30px;
  }

  .en .lead_text1 {
    text-align: left;
    /*word-break: keep-all;*/
  }

  .formBox1 {
    width: 100%;
    margin-top: 30px;
    padding: 50px 5% 75px;
  }
}
@media all and (max-width: 370px) {
}

/* sponsorWrap
***************************************************************/
.sponsorWrap {
  padding: 100px 0;
  background-color: #fff;
}

.sponsorWrap .top_btn1 {
  margin: 50px auto 0;
}

.sponsorBox1 {
  width: 1200px;
  margin: 100px auto 0;
  border-top: 1px solid #000;
}

.sponsor_dl1 {
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}

.sponsor_dl1 .dt1 {
  width: 260px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

.sponsor_dl1 .dd1 {
  width: calc(100% - 260px);
  padding: 30px 0;
  display: flex;
  align-items: center;
}

.sponsor_dl1 .dd1 .sponsor_img1 {
  display: block;
}

.sponsorBox2 {
  width: 800px;
  margin: 80px auto 0;
}
.sponsorBox2_dl1 {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sponsorBox2_dt1 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}
.sponsorBox2_dd1 {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}
.sponsor_link1 {
  display: block;
  margin: 10px 20px 0;
}
.sponsor_textLogo1 {
  height: 65px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

@media all and (min-width: 681px) {
  .sponsor_dl1 .dd1 .sponsor_img1:nth-of-type(1n + 2) {
    margin-left: 80px;
  }
  a.sponsor_link1:hover {
    opacity: 0.7;
  }
  .sponsorBox2_clm1 {
    display: flex;
  }
  .sponsorBox2_clm1 .sponsorBox2_dl1 {
    width: 50%;
  }

  .sponsor_link1 img.img1 {
    width: 210px;
  }
  .sponsor_link1 img.img2 {
    width: 190px;
  }
  .sponsor_link1 img.img3 {
    width: 170px;
  }
  .sponsor_link1 img.img4 {
    width: 210px;
    margin-right: 15px;
  }
  .sponsor_link1 img.img5 {
    width: 210px;
    margin-left: 15px;
  }
  .sponsor_link1 img.img6 {
    width: 260px;
  }
}

@media all and (max-width: 680px) {
  .sponsorWrap {
    padding: 75px 5% 40px;
  }

  .sponsorWrap .top_btn1 {
    margin-top: 30px;
  }

  .sponsorBox1 {
    width: 100%;
    margin-top: 30px;
  }

  .sponsor_dl1 {
    display: block;
  }

  .sponsor_dl1 .dt1 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 15px 0 0;
  }

  .sponsor_dl1 .dd1 {
    width: 100%;
    padding: 20px 0 5px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }

  .sponsor_dl1 .dd1 .sponsor_img1 {
    margin: 0 8px 15px;
  }

  .sponsorBox2 {
    width: 100%;
    margin-top: 50px;
  }
  .sponsorBox2_dl1 {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .sponsorBox2_dt1 {
    font-size: 18px;
  }
  .sponsor_link1 {
    margin: 10px 10px 0;
  }
  .sponsor_link1 img.img1 {
    width: 160px;
  }
  .sponsor_link1 img.img2 {
    width: 130px;
  }
  .sponsor_link1 img.img3 {
    width: 120px;
  }
  .sponsor_link1 img.img4 {
    width: 150px;
  }
  .sponsor_link1 img.img5 {
    width: 160px;
  }
  .sponsor_link1 img.img6 {
    width: 220px;
  }
  .sponsor_textLogo1 {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
@media all and (max-width: 370px) {
}

/* infoWrap
***************************************************************/
.infoWrap {
  background-color: #fff;
}

.info_h2 {
  color: #006ab0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.info_clm1 {
  width: 1000px;
  margin: 35px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.info_clm1_tit1 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}

.info_clm1 .top_btn1 {
  margin: 20px auto 0;
}

.info_sns {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.info_sns_ico {
  display: block;
}

.info_sns .info_sns_ico:nth-of-type(1n + 2) {
  margin-left: 55px;
}

.info_bnr1 {
  width: 1000px;
  margin: 70px auto 0;
  display: block;
}

.info_txt1 {
  margin-top: 100px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.info_btn1 {
  margin: 30px auto 0;
}

@media all and (min-width: 681px) {
  .info_clm1::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }

  .info_sns_ico:hover {
    opacity: 0.7;
  }

  .info_bnr1:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 680px) {
  .infoWrap {
    padding: 0 5%;
  }

  .info_h2 {
    font-size: 18px;
  }

  .info_clm1 {
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  .info_clm1_tit1 {
    font-size: 14px;
  }

  .info_clm1 .top_btn1 {
    margin: 20px auto 0;
  }

  .info_clm1_in + .info_clm1_in {
    border-top: 1px solid #000;
    margin-top: 30px;
    padding-top: 30px;
  }

  .info_bnr1 {
    width: 100%;
    margin-top: 35px;
  }

  .info_txt1 {
    margin-top: 65px;
    font-size: 16px;
  }
  .info_btn1 {
    margin-top: 15px;
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* お問い合わせフォームのボタン */
.formBox1 .c-btn {
  background-color: #007bff;
  /* 背景色を変更 */
  color: #fff;
  /* 文字色を白に設定 */
}

.formBox1 .c-btn:hover {
  background-color: #0069d9;
  /* ホバー時の背景色を変更 */
  opacity: 0.8;
  /* ホバー時の透明度を変更 */
}

/* お問い合わせフォームの白いボックス */
.formBox1 form,
div.form__confirm,
div.form__complete {
  background-color: #ffffff;
  /* 背景色を白に設定 */
  padding: 30px;
  /* 内側の余白を30pxに設定 (適宜調整) */
  margin: 20px;
  /* 外側の余白を20pxに設定 (適宜調整) */
  border-radius: 5px;
  /* 角丸を設定 (適宜調整) */
}

/* お問い合わせフォームのラベル */
.formBox1 label,
div.form__confirm dt,
.formBox1 dt {
  font-family: "Noto Sans CJK JP", sans-serif;
  /* Noto Sans CJK JPを指定 */
  font-weight: bold;
  /* 太字を指定 */
  color: #006ab0;
  /* 文字色をブルーに設定 */
}

/* お問い合わせフォームのチェックボックスとオプションボタンの直後のテキスト */
.formBox1 input[type="checkbox"],
.formBox1 input[type="radio"],
div.form__confirm dd,
div.form__complete,
.formBox1 dd {
  font-family: "Noto Sans CJK JP", sans-serif;
  /* Noto Sans CJK JPを指定 */
  font-weight: normal;
  /* Regularを指定 */
  color: #000000;
  /* 文字色をブラックに設定 */
}

/* エラーメッセージのスタイル */
.formBox1 input:invalid + span::after {
  content: attr(data-error);
  /* data-error属性の値をエラーメッセージとして表示 */
  color: #e60000;
  /* 文字色を赤に設定 */
  display: inline-block;
  /* inline-blockに変更 */
  font-size: 12px;
  /* フォントサイズを小さくする */
  margin-top: 5px;
  /* 上マージンを追加 */
}

/* 初期状態ではエラーを非表示 */
.formBox1 input:invalid + span::after {
  display: none;
}

/* フォーカスされた時、または送信ボタンが押された後にエラーを表示 */
.formBox1:focus-within input:invalid + span::after,
.formBox1:invalid input:invalid + span::after {
  display: block;
}

/* 必須項目の文言 */
.formBox1 form::before {
  color: #000000;
  /* 文字色を黒に設定 */
  display: block;
  /* ブロック要素として表示 */
  margin-top: -10px;
  /* 下マージンを追加 */
  margin-bottom: 10px;
  /* 下マージンを追加 */
  text-align: left;
  /* 左寄せ */
  margin-left: -20px;
  /* ネガティブマージンで左にずらす */
}

/* 日本語の場合 */
:lang(jp) .formBox1 form:not(.confirm)::before {
  content: "*必須項目";
}

/* 英語の場合 */
:lang(en) .formBox1 form:not(.confirm)::before {
  content: "*required contents";
}

/* confirmクラスが適用されているformの::beforeを非表示にする */
.formBox1 form.confirm::before {
  content: ""; /* コンテンツを空にする */
}

/* 先頭のアスタリスクを赤色にする */
.formBox1 form::before::first-letter {
  color: red;
}

/* legendのスタイル */
.formBox1 legend {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  color: #006ab0;
  /* ブルーに変更 */
  padding: 0 10px;
  margin-bottom: 10px;
  display: inline;
  /* インライン要素として表示 */
  margin-left: -20px;
  /* 左マージンを調整 */
}

/* liとpのスタイル */
.formBox1 li,
.formBox1 p {
  font-family: "Noto Sans CJK JP", sans-serif;
  /* フォントをNoto Sans CJK JPに設定 */
  font-weight: normal;
  /* フォントウェイトをnormalに設定 */
  color: #000000;
  /* 文字色を黒に設定 */
  line-height: 1.6;
  /* 行間を調整 (適宜変更) */
  margin-bottom: 5px;
  /* 下マージンを追加 (適宜変更) */
}

/* チェックボックスとテキストのスタイル */
.formBox1 input[type="checkbox"] {
  margin-right: 5px;
  /* チェックボックスとテキストの間隔を調整 */
}

.formBox1 input[type="checkbox"] + span {
  font-family: "Noto Sans CJK JP", sans-serif;
  /* フォントをNoto Sans CJK JPに設定 */
  font-weight: normal;
  /* フォントウェイトをnormalに設定 */
  color: #000000;
  /* 文字色を黒に設定 */
}

/* エラーメッセージのスタイル */
.formBox1 input:invalid + span::after {
  content: attr(data-error);
  color: #e60000;
  display: inline-block;
  /* inline-blockに変更 */
  font-size: 12px;
  margin-top: 5px;
}

/* 初期状態ではエラーを非表示 */
.formBox1 input:invalid + span::after {
  display: none;
}

/* フォーカスされた時、または送信ボタンが押された後にエラーを表示 */
.formBox1:focus-within input:invalid + span::after,
.formBox1:invalid input:invalid + span::after {
  display: block;
}

/* リストの番号のスタイル */
.formBox1 ol {
  list-style-type: decimal;
  /* 番号の種類を数字にする */
  margin-bottom: 10px;
  /* 下マージンを追加 (適宜変更) */
  padding-left: 20px;
  /* 左パディングを追加 (適宜変更) */
}

/* form-wrap のパディングを調整 */
.form-wrap {
  padding-left: 0;
}

/* selectのエラーメッセージ */
.formBox1 select:invalid + span::after {
  content: attr(data-error);
  /* data-error属性の値をエラーメッセージとして表示 */
  color: #e60000;
  /* 文字色を赤に設定 */
  display: block;
  /* ブロック要素として表示 */
  font-size: 12px;
  /* フォントサイズを小さくする */
  margin-top: 5px;
  /* 上マージンを追加 */
}

/* 初期状態ではエラーを非表示 */
.formBox1 select:invalid + span::after {
  display: none;
}

/* フォーカスされた時、または送信ボタンが押された後にエラーを表示 */
.formBox1:focus-within select:invalid + span::after,
.formBox1:invalid select:invalid + span::after {
  display: block;
}

/* チェックボックスとラジオボタンのアクセントカラー */
.formBox1 input[type="checkbox"],
.formBox1 input[type="radio"] {
  accent-color: #f555a8;
  /* 赤色に設定 */
}

/* 参加日程のチェックボックスを横並びにする */
.formBox1 input[type="checkbox"][name="event_dates[]"] + label {
  display: inline-block;
  /* インラインブロック要素として表示 */
  margin-right: 20px;
  /* 右マージンを追加 (適宜調整) */
}

.formBox1 input[type="checkbox"][name="event_dates[]"]:last-child + label {
  margin-right: 0;
  /* 最後のチェックボックスの右マージンを0にする */
}

/* テキストボックスのスタイル */
.formBox1 input[type="text"],
.formBox1 input[type="email"],
.formBox1 input[type="tel"],
.formBox1 select,
.formBox1 textarea {
  width: 100%;
  /* 横幅を最大にする */
  padding: 15px;
  /* 上下左右の余白を15pxにする */
  border: 1px solid #ccc;
  /* 枠線を設定 */
  border-radius: 8px;
  /* 角の丸みを8pxにする */
  box-sizing: border-box;
  /* paddingとborderを含めてwidthを計算する */
}

/* テキストエリアの高さ */
.formBox1 textarea {
  height: 180px;
  /* テキストボックスの高さの4倍 (15px * 4) */
}

/* プレースホルダーのスタイル */
.formBox1 input[type="text"]::placeholder,
.formBox1 input[type="email"]::placeholder,
.formBox1 input[type="tel"]::placeholder {
  color: #808080;
  /* グレーに設定 */
}

/* disabledなoptionのスタイル */
.formBox1 option:disabled {
  color: #808080;
  /* グレーに設定 */
}

/* disabledなoptionが選択された時のスタイル */
.formBox1 select:has(option:disabled:checked) {
  color: #808080;
  /* グレーに設定 */
}

.formBox1 select:has(option:disabled:checked) option:not(:disabled) {
  color: black;
  /* disabled 以外の option を黒字に */
}

.formBox1 label.detail {
  color: #000000;
  /* 黒 */
  font-family: "Noto Sans CJK JP", sans-serif;
  /* Noto Sans CJK JP Regular */
  font-weight: normal;
  /* フォントウェイトをnormalに設定 */
}

/* noteクラスのスタイル */
.formBox1 span.note {
  display: inline-block;
  /* インラインブロック要素として扱う */
  padding-left: 1em;
  /* 全角1文字分のインデント */
  font-size: 0.9em;
  /* 文字サイズを少し小さくする */
  color: #808080;
  /* グレーに設定 */
}

/* フォーム内のリンクのスタイル */
.formBox1 a {
  color: #0099ff;
  /* 濃いめの水色 */
  text-decoration: none;
  /* 下線を削除 */
}

.formBox1 a:hover {
  opacity: 0.8;
  /* ホバー時の透明度を変更 */
}

.formBox1 .top_btn1,
.div.form__confirm .top_btn1 {
  margin-left: auto;
  margin-right: auto;
  border: none;
  /* 枠線を削除 */
  cursor: pointer;
}

/* selectのエラーメッセージ */
.formBox1 span.error-message {
  color: #e60000;
  /* 文字色を赤に設定 */
  display: block;
  /* ブロック要素として表示 */
  font-size: 12px;
  /* フォントサイズを小さくする */
  margin-top: 5px;
  /* 上マージンを追加 */
}
.form__confirm dt:not(:first-child) {
  margin-top: 1em;
}

div.form__confirm dd {
  padding-left: 1em;
}

div.form__confirm .top_btn1 {
  display: inline-flex; /* または display: inline-block; */
  width: 100%;
  margin: 0 10px;
}

div.form__confirm .top_btn1:first-child {
  margin-left: 0;
}

div.form__confirm__button {
  display: flex;
  justify-content: center;
}

.formBox1 dt:not(:first-child) {
  margin-top: 1em; /* または 1行分のピクセル値 */
}

.formBox1 dd {
  padding-left: 1em; /* 全角文字下げ */
  margin-top: 0.5em; /* 0.5行分の行間 */
  word-break: break-all;
}

div.form__complete__contact {
  margin-top: 1em;
  margin-bottom: 1em;
}

.error-message-box {
  background-color: #ffe5e5; /* 薄い赤色 */
  padding: 10px;
  border: 1px solid #f5c6cb; /* 薄めの赤色の枠線 */
  border-radius: 5px;
  color: #cc0000; /* 濃い赤色の文字 */
  text-align: center; /* 文字を中央揃え */
  width: 80%; /* 横幅を80%に */
  margin: 30px auto 20px; /* 上30px、左右自動、下20pxの余白 */
  box-sizing: border-box; /* 余白と枠線をボックスの幅に含める */
}

button.top_btn1.cancel-btn {
  /* 対象のボタンに固有のクラスを指定 */
  background-image: none; /* 背景画像を削除 */
  background-color: #808080; /* 背景色を指定 (例: 青) */
}
