header h1 {
  display: block;
  width: 100%;
}

header h1 a {
  max-width: 108px;
  width: 100%;
  display: block;
}

.exhibitor_2.exhibitor .sec3 .flex-box>div {
  padding: 0 8px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .exhibitor_2.exhibitor .sec3 .flex-box>div {
    padding: 0;
    width: 100%;
  }
}

.bottom.overview .bnr_img_01 {
  position: relative;
}

.bnr_img_01:hover {
  opacity: 1;
}

.bnr_img_01:hover img {
  opacity: 0.6;
  /* 画像だけ透過させる */
}
/*

.bnr_img_01::before {
  content: "現在準備中です";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 1.6rem;
  box-sizing: border-box;
  opacity: 0;
  display: block;
  color: rgb(224, 0, 16);
  background: rgb(255, 255, 255);
  padding: 0.5em;
  border: 1px solid rgb(224, 0, 16);
  pointer-events: none;
  transition: 0.3s;
  z-index: 1000;
}

.bnr_img_01:hover::before {
  opacity: 1;
}
*/

.bnr-area {
  margin-top: 40px;
}

section.coming .flex p.logo {
  max-width: 194px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  header h1 a {
    max-width: 85px;
    width: 100%;
    display: block;
  }
}




header ul.menu .close-link {
  opacity: 1;
}

header ul.menu .close-link a {
  color: rgba(0, 0, 0, 0.25);
}

/* 親となる a に基準位置を与える */
.close-link a {
  position: relative;
  display: inline-block;
}
.close-link a::before {
  content: "現在準備中です";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5em;
  background: rgb(153, 153, 153);
  border-top: 1px solid rgb(102, 102, 102);
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  display: none;
  transition: 0.3s;
  width: 110px;
}
.close-link a:hover::before {
  display: block;
  opacity: 1;
}

.top .bottom.overview {
  padding: 0 0 80px;
}

footer .inner {
  max-width: 1081px;
}

.exhibitor_2.exhibitor .sec8 ul li:last-child p.p1 {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  letter-spacing: 0;
}

.exhibitor_2.exhibitor .sec8 ul li:last-child p.p2 {
  border-top: 1px solid #808080;
  height: 140px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.exhibitor_2.exhibitor .sec8 ul li:last-child {
  height: 260px;
}

section.coming {
  margin: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .top .overview {
    padding: 40px 0 0;
  }

  section.coming {
    margin: 40px 0 0;
  }

  .top .about {
    margin-top: 40px;
  }

  .index .overview .border p {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .exhibitor_2.exhibitor .sec8 ul li .green-link {
    font-size: 12px;
  }

  .exhibitor_2.exhibitor .sec8 ul li.li2 p.p1 {
    height: 85px;
    line-height: 1.4;
  }

  .exhibitor_2.exhibitor .sec8 ul li:last-child p.p1 .sml {
    margin-top: 6px;
  }
}

footer ul li {
  margin: 0;
  /* ← 念のため */
}

footer ul li a {
  display: block;
  /* ← inline-block でも可 */
}

footer ul li {
  padding-left: 1px;
  border-left: 1px solid #fff;
}

footer ul li a {
  display: block;
  padding: 3px 20px 3px 20px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-size: 14px;
  font-weight: 700;
}


/* ===============================
ヘッダー
=============================== */
header h1 a {
  margin-bottom: -4.5px;
}

/* ===============================
メインビジュアル 
=============================== */

.main-photo {
  position: relative;
  height: 675px;
  width: 100%;
  background-size: cover;
  background-image: url(../images/2025/mv-bg-pc.jpg);
  background-position: top center;
}

.ribbon-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.ribbon-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
}

.ribbon-top img,
.ribbon-bottom img {
  object-fit: cover;
  width: 100%;
  height: 20px;
  vertical-align: top;
  display: block;
}

.main-photo .sp {
  display: none;
}

.main-photo {
  position: relative;
}

.top .mv-area {
  padding-top: 80px;
}

.main-photo .pc {
  display: flex;
  align-items: center;
  height: 100%;
}

/*
.main-photo .pc .mv-left-img {
  position: absolute;
  left: 0;
  bottom: calc(100vw * 20/ 1200);
  width: calc(100vw * 280/ 1200);
}
*/
.main-photo .pc {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}

.main-photo .pc .mv-ttl {
  width: 1250px;
  margin: 0 auto;
  text-align: center;
  transform: translateX(-50px);
}

.main-photo .pc .mv-ttl img {
  width: 100%;
}

/*
.main-photo .mv-wrap {
  width: calc(100vw * 674/ 1200);
  width: min(calc((100vh - 80px) * 0.0015 * 674), 56vw);
  height: auto;
  margin-left: calc(100vw * 18 / 1200);
}
  */

@media (max-width: 1250px) {
  .main-photo .pc {
    padding-bottom: calc(100vw * 20/ 1200);
  }

  .main-photo .pc .mv-ttl {
    width: calc(100vw * 1250/ 1200);
    margin: 0 auto;
    text-align: center;
    transform: translateX(calc(100vw * -50 / 1200));
  }

  .ribbon-bottom {
    height: calc(100vw * 20/ 1200);
  }

  .ribbon-top {
    height: calc(100vw * 20/ 1200);
  }

  .ribbon-top img,
  .ribbon-bottom img {
    height: calc(100vw * 20/ 1200);
  }

  .main-photo {
    position: relative;
    height: calc(100vw * 675/ 1200);
    width: 100%;
    background-size: cover;
    background-position: top center;
  }
}

/*
@media (max-width: 800px){
  .main-photo .pc .mv-ttl {
  position: absolute;
  width: calc(100vw * 700/ 1200);
}
.main-photo .mv-wrap {
  width: calc(100vw * 800/ 1200);
  height: auto;
  margin-left: calc(100vw * 18 / 1200);
}
}
*/

@media (max-width: 570px) {
  .main-photo .pc {
    display: none;
  }

  .top .mv-area {
    padding-top: 44px;
  }

  .main-photo .sp {
    display: block;
  }

  .main-photo {
    padding-top: 0;
    position: relative;
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: top center;
    background-image: url(../images/2025/mv-bg-sp.png);
  }

  .main-photo h2.sp {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    padding: 0;
    top: 15px;
    z-index: 2;
    width: 100%;
    max-width: 305px;
  }

  .mv-wrap-img {
    z-index: 1;
    position: absolute;
    top: 40px;
    max-width: 338px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }

  .mv-left-img {
    z-index: 3;
    position: absolute;
    top: 100px;
    /* ← 横幅に応じて縦位置が変化 */
    max-width: 114px;
    left: calc(50% - 155px);
    transform: translateX(-50%);
    width: 100%;
  }

  .mv-date {
    z-index: 4;
    position: absolute;
    bottom: 200px;
    max-width: 280px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }

  .mv-people {
    z-index: 4;
    bottom: 92.5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 375px;
  }

  .mv-bottom .wrap {
    max-width: 100%;
    height: 82.5px;
    position: relative;
  }

  .mv-bottom-ribbon_01 {
    position: absolute;
    left: 0;
    width: 768px;
    top: 0;
    height: 10px;
  }

  .mv-bottom-ribbon_02 {
    position: absolute;
    left: 0;
    width: 768px;
    bottom: 0;
    height: 10px;
  }

  .mv-bottom-ribbon_01 img,
  .mv-bottom-ribbon_02 img {
    vertical-align: top;
  }

  .mv-bottom-photo {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }

  .mv-bottom-photo img {
    width: 100%;
    object-fit: cover;
    height: 62.5px;
  }

  .mv-top-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 768px;
    height: 10px;
  }

  .mv-top-ribbon img {
    vertical-align: top;
  }

  .mv-bottom {
    height: 82.5px;
  }
}

/* ===============================
協賛のご案内
=============================== */
.sponsor .sec4 p.p1 {
  font-feature-settings: normal;
}


.speech .sec4 .right-text-box p:nth-child(2),
.speech .sec4 .right-text-box p:last-child {
  height: 171px;
}

/* ===============================
スピーチコンテスト
=============================== */
.speech .sec4 .right-text-box p:nth-child(2) {
  height: 49px;
}

.speech .sec4 .right-text-box p:last-child {
  height: 171px;
}

.speech .sec4 ul li:nth-child(3) {
  height: 412px;
}

.speech .sec4 p.txt {
  font-size: 16px;
  max-width: 100%;
  text-align: left;
}


.speech .sec4 .text-box {
  width: 100%;
  font-size: 16px;
  max-width: calc(100% - 240px);
  padding: 8px;
}

.speech.contest h2.ud .small {
  font-size: 16px;
  font-weight: 400;
  color: #231815;
}

.speech.contest .sec2 p.p1.large {
  font-size: 28px;
}

.speech .sec4 li:nth-child(3) p {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.speech .sec4 ul li:nth-child(3) {
  height: auto;
  align-items: stretch;
}

.speech .sec4 li:nth-child(3) .right-text-box p {
  display: block;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 8px 8px calc(1em + 8px);
  width: 100%;
}

.speech .sec4 ul li:nth-child(3) {
  display: flex;
}

.speech .sec4 .right-text-box p:last-child {
  height: auto;
}

.speech .sec4 ul li:nth-child(3) h4 {
  text-align: center;
  flex: 1;
  /* 同じ高さにするため */
  display: flex;
}

.speech .sec4 ul li:nth-child(3) h4 {
  height: auto;
}

.speech .sec4 .right-text-box p:nth-child(2),
.speech .sec4 .right-text-box p:last-child {
  height: auto;
}

.speech .sec4 .right-text-box p:nth-child(3) {
  height: auto;
}

.speech .sec4 .right-text-box p .indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.speech .sec4 .right-text-box p:nth-child(4) {
  height: auto;
}

.speech h2.ud span::after {
  content: none;
}

.speech h2.ud::after {
  max-width: 410px;
  height: 2px;
}

.speech .h3-txt {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}

.sec5-mail {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .speech.contest h2.ud .small {
    font-size: 14px;
  }

  .speech.contest .sec2 p.p1.large {
    font-size: 24px;
  }

  .speech .h3-txt {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .speech h2.ud::after {
    content: "";
    width: 100%;
    max-width: 332px;
    height: 2px;
    background: #e00010;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .speech .sec4 ul li:nth-child(3) {
    display: block;
  }

  .speech .sec4 .text-box {
    width: 100%;
    font-size: 16px;
    padding: 8px;
    max-width: 100%;
  }

  .speech .sec4 p.txt {
    padding: 0;
    font-size: 14px;
  }

  .speech .sec4 .right-text-box p {
    font-size: 14px;
    padding: 4px 0;
    max-width: 100%;
  }

  .speech .sec4 .right-text-box p {
    padding: 0 4px;
  }

  .speech .sec4 .right-text-box p:nth-child(3),
  .speech .sec4 .right-text-box p:nth-child(4) {
    height: auto;
    padding: 6px 4px;
  }

  .speech .sec4 .right-text-box p:last-child {
    padding: 6px 4px;
  }

  .speech .sec4 .right-text-box p:last-child {
    height: auto;
  }

  .speech .sec4 ul li:nth-child(3) {
    height: auto;
  }
}

.bnr-list:nth-child(3),
.bnr-list:nth-child(4) {
  margin-top: 48px;
}

@media screen and (max-width: 980px) {

  .bnr-list:nth-child(2),
  .bnr-list:nth-child(3),
  .bnr-list:nth-child(4) {
    margin-top: 24px;
  }
}






/* ===============================
ボランティア募集のご案内
=============================== */

.volunteer .sec4 .sec4-bottom-box h4 {
  margin-top: 42px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .volunteer .sec4 .sec4-bottom-box h4 {
    margin-top: 27px;
  }
}


.speech .chirashi-area {
  margin-bottom: 80px;
}

.speech .chirashi-img {
  margin: 0 auto;
  max-width: 288px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .speech .chirashi-area {
    margin-bottom: 40px;
  }
}


.speech .sec3.overview ul li:nth-child(2) {
  width: 100%;
  margin-top: 4px;
}


.speech .sec4 li:nth-child(2) p {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.speech .sec4 ul li:nth-child(2) {
  height: auto;
  align-items: stretch;
}

.speech .sec4 li:nth-child(2) .right-text-box p {
  display: block;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 8px 8px calc(1em + 8px);
  width: 100%;
}

.speech .sec4 ul li:nth-child(2) {
  display: flex;
}

.speech .sec4 ul li:nth-child(2) h4 {
  text-align: center;
  flex: 1;
  /* 同じ高さにするため */
  display: flex;
}

.speech .sec4 ul li:nth-child(2) h4 {
  height: auto;
}

.speech .sec4 .right-text-box p:nth-child(2) {
  height: auto;
}



@media screen and (max-width: 768px) {
  .speech .chirashi-area {
    margin-bottom: 40px;
  }

  .speech .sec3.overview ul li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }






  .speech .sec4 ul li:nth-child(2) {
    display: block;
  }

  .speech .sec4 .right-text-box p:nth-child(2) {
    height: auto;
    padding: 6px 4px;
  }

  .speech .sec4 ul li:nth-child(2) {
    height: auto;
  }


}

/* ===============================
よさこいページ
=============================== */

.yosakoi h2.ud::after {
  max-width: 345px;
}

@media screen and (max-width: 768px) {
  .yosakoi h2.ud::after {
    max-width: 258px;
  }
}


/* ===============================
開催概要ページ
=============================== */
.page_overview h2.ud {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
}

.page_overview .overview ul li {
  padding-left: 0;
  text-indent: 0;
  margin: 0;
  border: 1px solid #808080;
  width: 100%;
  display: flex;
  align-items: center;
  height: 74px;
}

.overview-photo-area .flex-box {
  display: flex;
  justify-content: center;
}

.overview-photo-area .photo-left {
  max-width: 360px;
  width: 100%;
}

.overview-photo-area .photo-right {
  max-width: 360px;
  width: 100%;
}

.overview-photo-area .img {
  margin-bottom: 20px;
}

.overview-photo-area h3 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

.overview-photo-area h3.sp {
  display: none;
}

.overview-photo-area h4 {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.overview-photo-area h4 span {
  font-size: 14px;
}

.overview-photo-area .photo-box {
  margin-bottom: 80px;
}

.overview-txt {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

.page_overview section.sec-01 {
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .page_overview .overview ul li {
    padding-left: 0;
    text-indent: 0;
    margin: 0;
    border: 1px solid #000000;
    width: 100%;
    display: block;
    align-items: center;
    height: auto;
  }

  .page_overview h2.ud {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }

  .page_overview .page-contents {
    padding: 0;
  }

  .overview-photo-area h3 {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2px;
  }

  .overview-photo-area h4 {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
  }

  .overview-photo-area h4 span {
    font-size: 12px;
  }

  .overview-photo-area h3.pc {
    display: none;
  }

  .overview-photo-area h3.sp {
    display: block;
  }

  .overview-photo-area .photo-box {
    margin-bottom: 60px;
  }

  .overview-txt {
    padding: 0 20px;
    font-size: 14px;
    line-height: 2;
  }

  .page_overview .overview {
    padding: 0 11.5px;
  }

  .page_overview section {
    padding: 0 11.5px;
  }

  .page_overview section.overview-photo-area {
    margin: 0 auto 60px;
    padding: 0;
  }

  .page_overview section.sec-01 {
    padding: 0;
  }
}

/* ===============================
協賛企業ページ
=============================== */
.l-s-s {
  letter-spacing: -0.01em;
}

@media screen and (max-width: 768px) {
  .l-s-s {
    letter-spacing: 0;
  }
}

/* ===============================
TOPページ
=============================== */
.chirashi-pamp-area .bnr-list:nth-child(3), .bnr-list:nth-child(4) {
    margin-top: 0;
}

.bnr_img_01 {
  position: relative;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .bnr_img_01 {
    position: relative;
    margin: 40px auto 0;
  }
}