@charset 'utf-8';
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

共通

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: url("../img/layout/footer_under.png") bottom center repeat-x;
  background-size: 1000px;
}
body.contents {
  background: url(../img/layout/footer_under.png), url(../img/layout/contents_page_ele.png);
  background-size: 1000px, max(100%, 1500px);
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center, top left;
}
h1 {
  font-size: 2.1em;
  line-height: 1.4;
}
h2 {
  font-size: 1.9em;
  line-height: 1.4;
}
h3 {
  font-size: 1.6em;
  line-height: 1.4;
}
h4 {
  font-size: 1.3em;
  line-height: 1.4;
}
h5 {
  font-size: 1.1em;
  line-height: 1.4;
}
a:link,
a:visited {
  text-decoration: none;
  color: #686f5f;
}
a:hover {
  text-decoration: none;
  color: #7e7e5a;
}
a.box_link {
  margin: 0;
  padding: 10px 30px 10px 10px;
  border: 1px solid #215caf;
  color: #215caf;
  line-height: 5em;
  background: url("../img/common/box_link.svg") center right 7px no-repeat;
  background-size: 15px;
  font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  transition: all 0.2s;
}
a.box_link:hover {
  background-position: center right 5px;
  background-color: #215caf;
  color: #ffffff;
}
h2,
h3,
h4 {
  font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
a.twitter {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 35px;
  height: 0 !important;
  line-height: 250%;
  width: 35px;
  background: url(../img/common/twitter.svg) top center no-repeat;
  background-size: 100%;
}
a.twitter:hover {
  opacity: 0.7;
}
a.facebook {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 35px;
  height: 0 !important;
  line-height: 250%;
  width: 35px;
  background: url(../img/common/fb.svg) top center no-repeat;
  background-size: 100%;
}
a.facebook:hover {
  opacity: 0.7;
}
a.instagram {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 35px;
  height: 0 !important;
  line-height: 250%;
  width: 35px;
  background: url(../img/common/insta.svg) top center no-repeat;
  background-size: 100%;
}
a.instagram:hover {
  opacity: 0.7;
}
a.map {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 35px;
  height: 0 !important;
  line-height: 250%;
  width: 35px;
  background: url(../img/common/map.svg) top center no-repeat;
  background-size: 100%;
}
a.map:hover {
  opacity: 0.7;
}
a.box_link2 {
  margin: 0;
  padding: 10px 30px 10px 10px;
  border: 1px solid #215caf;
  color: #215caf;
  line-height: calc(24px / 2);
  background: url("../img/common/box_link.svg") center right 7px no-repeat;
  background-size: 15px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  transition: all 0.2s;
}
a.box_link2:hover {
  background-position: center right 5px;
  background-color: #215caf;
  color: #ffffff;
}
.site_rogo {
  position: fixed;
  top: 0;
  left: 15px;
  margin: 0;
  padding: 0;
  border-radius: 0 0 10px 10px;
  z-index: 100;
  background-color: #ffffff;
}
.site_rogo a {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 200px;
  height: 0 !important;
  line-height: 250%;
  width: 170px;
  background: url("../img/layout/pc_logo.svg?2023") center center no-repeat;
  background-size: 80%;
}
.page_container {
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0px auto 20px auto;
  padding: 0 0 100px 0;
}
.page_container .grid-box.mgn {
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin-right: 20px;
  margin-left: 20px;
}
.page_in_container {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 200px auto 200px auto;
  padding: 0 20px 0 100px;
}
.page_in_container .title_block {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 20px auto;
  padding: 0 0 100px 150px;
}
.page_in_container .title_block .grid-box.mgn {
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin-right: 20px;
  margin-left: 20px;
}
.page_in_container .title_block h1.page_title {
  position: absolute;
  top: -20px;
  left: 10px;
  writing-mode: vertical-rl;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #003d96;
}
.page_in_container .title_block h1.page_title::after {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background: url("../img/caption/page_title_image.svg") center center no-repeat;
  background-size: 100%;
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

フッタ

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
.footer {
  border-top: 4px solid #000000;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  padding: 40px 0 30px;
}
.footer h1 {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 120px;
  height: 0 !important;
  line-height: 250%;
  width: 200px;
  background: url("../img/layout/logo.svg?2023") center center no-repeat;
  background-size: 100%;
}
.footer #sitemap_support {
  width: calc(100% - 350px);
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

共通素材

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
.youtube_area {
  margin: 0 0 20px;
  padding: 0 0 50%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
.youtube_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**/
.box_anker_link {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  margin: 0 10px 0 0;
  padding: 4px 20px;
  border: 2px solid #ff0000;
  font-weight: bold;
  transition: all 0.2s;
}
.box_anker_link:link,
.box_anker_link:visited {
  color: #ff0000;
}
.box_anker_link:hover {
  color: #ffffff;
  background-color: #ff0000;
}
.box_anker_link.word:link,
.box_anker_link.word:visited {
  border: 2px solid #268887;
  color: #268887;
}
.box_anker_link.word:hover {
  color: #ffffff;
  background-color: #268887;
}
.box_link_list {
  display: table;
  border-collapse: collapse;
  /*隣接する要素のborderを共有*/
  width: 100%;
  /*幅を100%に*/
  table-layout: fixed;
  /*中の要素の幅を均等に*/
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #858a8e;
}
.box_link_list li {
  display: table-cell;
  vertical-align: middle;
}
.arrow_note_top {
  line-height: 180%;
}
.strong2 {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
.googlemap {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 500px;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.red_box {
  display: inline-block;
  background-color: #ff0012;
  margin: 0 10px 0 0;
  padding: 2px 10px;
  border-radius: 2px;
  color: #ffffff;
  font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
.blue_box {
  display: inline-block;
  background-color: #2667fa;
  margin: 0 10px 0 0;
  padding: 2px 10px;
  border-radius: 2px;
  color: #ffffff;
  font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

アニメーション設定

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
.op0 {
  opacity: 0;
}
/*トップのタイトルとロゴ*/
.anm_fade_in h1.page_title {
  -webkit-animation: fade_in_anime 1s forwards ease-in 0.5s;
  animation: fade_in_anime 1s forwards ease-in 0.5s;
}
.anm_fade_in h2.sub_message {
  -webkit-animation: fade_in_anime 1s forwards ease-in 1s;
  animation: fade_in_anime 1s forwards ease-in 1s;
}
@keyframes fade_in_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
/*メニュー*/
.anm_fade_in_menu_pc li:nth-of-type(2) {
  -webkit-animation: anm_fade_in_menu_pc_anime 0.5s forwards ease-in;
  animation: anm_fade_in_menu_pc_anime 0.5s forwards ease-in;
}
.anm_fade_in_menu_pc li:nth-of-type(3) {
  -webkit-animation: anm_fade_in_menu_pc_anime 0.5s forwards ease-in 0.3s;
  animation: anm_fade_in_menu_pc_anime 0.5s forwards ease-in 0.3s;
}
.anm_fade_in_menu_pc li:nth-of-type(4) {
  -webkit-animation: anm_fade_in_menu_pc_anime 0.5s forwards ease-in 0.6s;
  animation: anm_fade_in_menu_pc_anime 0.5s forwards ease-in 0.6s;
}
.anm_fade_in_menu_pc li:nth-of-type(5) {
  -webkit-animation: anm_fade_in_menu_pc_anime 0.5s forwards ease-in 0.9s;
  animation: anm_fade_in_menu_pc_anime 0.5s forwards ease-in 0.9s;
}
.anm_fade_in_menu_pc li:nth-of-type(6) {
  -webkit-animation: anm_fade_in_menu_pc_anime 0.5s forwards ease-in 1.2s;
  animation: anm_fade_in_menu_pc_anime 0.5s forwards ease-in 1.2s;
}
.anm_fade_in_menu_pc li:nth-of-type(7) {
  -webkit-animation: anm_fade_in_menu_pc_anime 0.5s forwards ease-in 1.5s;
  animation: anm_fade_in_menu_pc_anime 0.5s forwards ease-in 1.5s;
}
.show_sp_menu {
  -webkit-animation: show_sp_menu_anime 0.5s forwards;
  animation: show_sp_menu_anime 0.5s forwards;
}
@keyframes show_sp_menu_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

共通素材

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
#news_text_block_outline {
  position: relative;
  margin-bottom: 50px;
}
#news_text_block {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
#news_text_block ._text_block {
  box-sizing: border-box;
  max-width: 350px;
  width: 80%;
  height: 100%;
  margin: 0px;
  padding: 20px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 0.9rem;
}
#news_text_block ._text_block h2 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
#news_text_block ._text_block a {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 40px;
  height: 0 !important;
  line-height: 250%;
  width: 100%;
  background: url(../img/common/news_text_block_link.svg) right center no-repeat;
  background-size: auto 100%;
  transition: all 0.2s;
}
#news_text_block ._text_block a:hover {
  opacity: 0.8;
}
/*消す*/
/*その都度変わる設定*/
#news_text_block h2 {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.outbox {
  position: relative;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  width: calc(100% - 30px);
  max-width: 1100px;
}
.print_ress {
  display: none;
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

協賛金のお願い

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
.sponsorship_money_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sponsorship_money_list li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
  border-bottom: 1px solid #858a8e;
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

PC、タブレット共通

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
@media all and (min-width: 640px) {
  .br {
    display: none;
  }
  .top_host_info_box {
    margin: 0px 0px 5em 0px;
    padding: 20px;
  }
  .top_host_info {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    grid-gap: 20px;
    margin: 0px 0px 0px 0px;
    padding: 20px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /*メニュー表示アニメ　PCのみ*/
  .site_menu li {
    opacity: 0;
  }
  @keyframes anm_fade_in_menu_pc_anime {
    0% {
      transform: translate(0px, -10px);
      opacity: 0;
    }
    100% {
      transform: translate(0px, 0px);
      opacity: 1;
    }
  }
  /*トップのメッセージ*/
  .top_msg {
    position: absolute;
    top: 15vh;
    left: calc(50% - 250px);
    z-index: 50;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 300px;
    height: 0 !important;
    line-height: 250%;
    width: 550px;
    background: url(../img/2025/top_kv_msg3.svg) center center no-repeat;
    background-size: 100%;
  }
  .top_msg_end {
    position: absolute;
    top: 25vh;
    left: calc(50% - 250px);
    z-index: 50;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 100px;
    height: 0 !important;
    line-height: 250%;
    width: 550px;
    background: url(../img/2025/top_kv_msg_end.svg) center center no-repeat;
    background-size: 100%;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

PC、タブレット共通

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

メニュー

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .site_menu {
    position: fixed;
    top: 0;
    right: 40px;
    margin: 0;
    padding: 0;
    z-index: 100;
  }
  .site_menu .sp_menu,
  .site_menu .sp_msg,
  .site_menu .sp_menu_close {
    display: none;
  }
  .site_menu ul {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: calc(50px * 3);
    list-style-type: none;
    display: flex;
    justify-content: center;
  }
  .site_menu ul li {
    position: relative;
    margin: 0 5px;
    padding: 0 10px;
    width: 50px;
    background-color: #f00000;
  }
  .site_menu ul li a {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 220px;
    height: 0 !important;
    line-height: 250%;
    width: 100%;
    transition: all 0.2s;
    background-size: 42px !important;
  }
  .site_menu ul li a:hover {
    transform: translate(0px, -5px);
  }
  .site_menu ul li .top {
    background: url("../img/menu/menu_top.svg") top 5px center no-repeat;
  }
  .site_menu ul li .about {
    background: url("../img/menu/menu_about.svg") top 5px center no-repeat;
  }
  .site_menu ul li .photopage {
    background: url("../img/menu/menu_photopage.svg") top 5px center no-repeat;
  }
  .site_menu ul li .sinji {
    background: url("../img/menu/menu_sinji.svg") top 5px center no-repeat;
  }
  .site_menu ul li .respects {
    background: url("../img/menu/menu_respects.svg") top 5px center no-repeat;
  }
  .site_menu ul li .rec {
    background: url("../img/menu/menu_rec.svg") top 5px center no-repeat;
  }
  .site_menu ul li .outline {
    background: url("../img/menu/menu_outline.svg") top 5px center no-repeat;
  }
  .site_menu ul li .specialstage {
    background: url("../img/menu/menu_specialstage.svg") top 5px center no-repeat;
  }
  .site_menu ul li .sponsors {
    background: url("../img/menu/menu_sponsors.svg") top 5px center no-repeat;
  }
  .site_menu ul li .fireworks {
    background: url("../img/menu/menu_fireworks.svg") top 5px center no-repeat;
  }
  .site_menu ul li .form {
    background: url("../img/menu/menu_form.svg") top 5px center no-repeat;
  }
  .site_menu ul li .rec {
    background: url("../img/menu/menu_rec.svg") top 5px center no-repeat;
  }
  .site_menu ul li .respects {
    background: url("../img/menu/menu_respects.svg") top 5px center no-repeat;
  }
  .site_menu ul li .sponsorship_money {
    background: url("../img/menu/menu_sponsorship_money.svg") top 5px center no-repeat;
  }
  .site_menu ul li .tourism {
    background: url("../img/menu/menu_tourism.svg") top 5px center no-repeat;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

フッタ

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .footer .footer_in_date {
    margin: 0 320px 0 0;
    padding: 0;
  }
  .footer .fb-page {
    position: absolute;
    top: 40px;
    right: 0;
    width: 300px;
  }
  .footer ul {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 2px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 90%;
  }
  .footer ul li {
    margin: 0 15px 0 0;
    padding: 0;
  }
  .footer ul li .title {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 100%;
  }
  .footer ul li .about {
    grid-template-columns: repeat(1, auto);
  }
  .footer ul li .about li {
    margin: 0;
  }
  .footer ul li .photopage {
    margin-top: 10px;
    grid-template-columns: repeat(4, auto);
  }
  .footer ul li .photopage li {
    margin: 0;
  }
  .footer ul li a {
    display: block;
    position: relative;
  }
  .footer ul li a.inlink {
    padding-left: 12px;
  }
  .footer ul li a.inlink::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 2px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #858a8e;
    border-right: 1px solid #858a8e;
    transform: rotate(45deg);
  }
  .footer dl {
    display: grid;
    grid-template-columns: 6em 1fr;
    grid-gap: 10px 2px;
    margin-top: 20px;
    padding: 0;
    font-size: 80%;
    line-height: 170%;
  }
  .footer dl dt {
    margin: 0;
    padding: 0;
  }
  .footer dl dd {
    margin: 0;
    padding: 0;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

トップ

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  #slider_list {
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    min-height: 600px;
  }
  #slider_list li {
    width: 100%;
    text-align: center;
  }
  #slider_list img {
    width: 100%;
    height: 70vh;
    min-height: 600px;
    object-fit: cover;
  }
  .top_msg_area {
    position: relative;
    width: 100%;
    min-height: 700px;
    margin: -100px 0 0 0;
    padding: 0;
    z-index: 10;
    background: url(../img/layout/top_fv_ele.png) top center repeat-x;
    background-size: auto 800px;
  }
  .top_msg_area h1.page_title {
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 1500px;
    transform: translate(0px, -150px);
  }
  .top_msg_area h2.sub_message {
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
    transform: translate(0px, -150px);
  }
  .top_msg_area p.msg {
    margin: 20px auto 0 auto;
    width: calc(100% - 20px);
    max-width: 670px;
    transform: translate(0px, -150px);
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

各ページのタイトル

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .page_title {
    z-index: 2;
  }
  .page_title.about {
    position: fixed;
    top: 200px;
    left: 20px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 520px;
    height: 0 !important;
    line-height: 250%;
    width: 160px;
    background: url(../img/title/title_about.svg) top center no-repeat;
    background-size: auto 120%;
  }
  .page_title.history {
    position: fixed;
    top: 200px;
    left: 20px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 520px;
    height: 0 !important;
    line-height: 250%;
    width: 160px;
    background: url(../img/title/title_history.svg) top center no-repeat;
    background-size: auto 120%;
  }
  .page_title.sponsorship_money {
    position: fixed;
    top: 200px;
    left: 20px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 520px;
    height: 0 !important;
    line-height: 250%;
    width: 160px;
    background: url(../img/title/title_sponsorship_money.svg) top center no-repeat;
    background-size: auto 120%;
  }
  .page_title.rec {
    position: fixed;
    top: 200px;
    left: 20px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 520px;
    height: 0 !important;
    line-height: 250%;
    width: 160px;
    background: url(../img/title/title_rec.svg) top center no-repeat;
    background-size: auto 120%;
  }
  .page_title.fireworks {
    position: fixed;
    top: 200px;
    left: 20px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 520px;
    height: 0 !important;
    line-height: 250%;
    width: 160px;
    background: url(../img/title/title_fireworks.svg) top center no-repeat;
    background-size: auto 120%;
  }
  .page_title.title_collab {
    position: fixed;
    top: 200px;
    left: 20px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 520px;
    height: 0 !important;
    line-height: 250%;
    width: 160px;
    background: url(../img/title/title_collab_nazotokebasakai_kagenazo.svg) top center no-repeat;
    background-size: auto 120%;
  }
  .page_title.specialstage {
    position: fixed;
    top: 200px;
    left: 20px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 520px;
    height: 0 !important;
    line-height: 250%;
    width: 160px;
    background: url(../img/title/title_specialstage.svg) top center no-repeat;
    background-size: auto 120%;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

堺大魚夜市とは

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .about_reed_text {
    padding-left: 30%;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

今までの開催風景

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .photopage_link {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .photopage_link li {
    border-bottom: 1px solid #858a8e;
    text-align: center;
  }
  .photopage_link li a {
    display: block;
  }
  .history_images.four {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
  div.grid-box.history_images div.cell {
    position: relative;
    padding-bottom: 0em !important;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

主な催し

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .outline_table {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0px;
  }
  .outline_table dt,
  .outline_table dd {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #869dad;
  }
  .outline_table dt {
    padding-right: 30px;
    background: url("../img/common/page_pattern.png");
    background-size: 3px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

特設ステージ

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .specialstage_banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    overflow: hidden;
    padding-top: 95px;
    height: 0 !important;
    line-height: 250%;
    width: 300px;
    background: url(../../specialstage/img/specialstage.png) center center no-repeat;
    border-radius: 10px;
    background-size: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  .specialstage_banner:hover {
    transform: translate(0px, -10px);
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

コラボ企画

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .collab_nazotokebasakai_kagenazo {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    overflow: hidden;
    padding-top: 100px;
    height: 0 !important;
    line-height: 250%;
    width: 300px;
    background: url(../../collab_nazotokebasakai_kagenazo/img/collab_nazotokebasakai_kagenazo.webp) center center no-repeat;
    background-size: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  .page_collab_nazotokebasakai_kagenazo .memo {
    margin: 40px 0;
    padding: 20px;
    background-color: #f0f3f2;
    font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  }
  .page_collab_nazotokebasakai_kagenazo .memo strong {
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    background-color: #f3db58;
    font-size: 120%;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  }
  .collab_nazotokebasakai_kagenazo:hover {
    transform: translate(0px, -10px);
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

その他PCでの共通項目

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  /*右側に少し大きく*/
  .grid-box.wide {
    width: calc(100% + 60px);
  }
  /*左側に少し大きく*/
  .page_in_container .leftwide {
    width: calc(100% + 80px);
    margin-left: -80px;
  }
  /*SPでは左右突き抜け*/
  .page_in_container .fullwide {
    width: calc(100% + 140px);
    margin-left: -80px;
  }
}
.smallw {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

PC向け調整

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
@media all and (min-width: 1700px) {
  .site_menu {
    left: 1460px;
    right: auto;
  }
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

タブレット向け調整

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
@media all and (min-width: 640px) and (max-width: 1200px) {
  .contents .page_in_container {
    width: calc(100% - 40px);
    max-width: 1100px;
    margin: 200px 0 20px 0;
    padding: 0 20px 100px 200px;
  }
}
/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

スマホ向け

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
@media all and (max-width: 640px) {
  .top_host_info_box {
    margin: 0px 0px 5em 0px;
    padding: 20px;
  }
  .top_host_info {
    margin: 0px 0px 0px 0px;
    padding: 10px;
  }
  .top_host_info img {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  body.contents {
    background: url(../img/layout/footer_under.png), url(../img/layout/contents_page_ele_sp.png);
    background-size: 1000px, max(100%, 500px);
    background-repeat: repeat-x, no-repeat;
    background-position: bottom center, top center;
    background-attachment: scroll, fixed;
  }
  .contents .page_in_container {
    width: calc(100% - 20px);
    max-width: 1100px;
    margin: 110px 0 10px 0;
    padding: 30px 0 100px 80px;
  }
  /*トップのメッセージ*/
  .top_msg {
    position: absolute;
    top: 12vh;
    left: 0;
    z-index: 50;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 300px;
    height: 0 !important;
    line-height: 250%;
    width: 100%;
    background: url(../img/2025/top_kv_msg3.svg) center center no-repeat;
    background-size: 80%;
  }
  .top_msg_end {
    position: absolute;
    top: 12vh;
    left: 0;
    z-index: 50;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 300px;
    height: 0 !important;
    line-height: 250%;
    width: 100%;
    background: url(../img/2025/top_kv_msg_end_sp.svg) center center no-repeat;
    background-size: 60%;
  }
  /*=============================================

レイアウト調整

=============================================*/
  .page_in_container {
    width: calc(100% - 20px);
    margin: 20px auto;
  }
  .page_in_container .title_block {
    position: relative;
    box-sizing: border-box;
    margin: 20px auto;
    padding: 0 0 100px 25%;
  }
  .page_in_container .title_block h1.page_title {
    position: absolute;
    top: 20px;
    left: 5%;
    writing-mode: vertical-rl;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
    font-size: 300%;
    font-weight: bold;
    color: #003d96;
  }
  .page_in_container .title_block h1.page_title::after {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url("../img/caption/page_title_image.svg") center center no-repeat;
    background-size: 100%;
  }
  .grid-box.half.sp_no_column,
  .grid-box.three.sp_no_column {
    display: inline;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

ロゴとメニュー

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .site_rogo {
    left: 5px;
    background-color: transparent;
  }
  .site_rogo a {
    padding-top: 130px;
    width: 140px;
    background: url("../img/layout/sp_menu_logo_image.svg?2") center center no-repeat;
    background-size: 90%;
  }
  .site_menu .sp_menu_close {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    overflow: hidden;
    margin: 0;
    padding-top: 40px;
    height: 0 !important;
    line-height: 250%;
    width: 40px;
    background: url(../img/layout/sp_menu_close.svg) center center no-repeat;
    background-size: 50%;
    background-color: #000000;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0px 1px 6px 0px #e1dbdb;
  }
  .site_menu .sp_menu {
    z-index: 100;
    position: fixed;
    top: 10px;
    right: 5px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 40px;
    height: 0 !important;
    line-height: 250%;
    width: 120px;
    background: url("../img/layout/sp_menu.svg") center center no-repeat;
    background-size: 40%;
    border-radius: 10px;
    background-color: #f00000;
  }
  .site_menu ul {
    opacity: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
    background-color: #ffffff;
    overflow: auto;
  }
  .site_menu ul .sp_msg {
    margin: 0px 10px 10px 10px;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #F00000;
    font-weight: bold;
    color: #F00000;
    text-align: center;
    font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  }
  .site_menu ul li {
    position: relative;
    margin: 0 20px;
    padding: 0;
  }
  .site_menu ul li:first-child {
    margin-top: 10px;
  }
  .site_menu ul li a {
    display: block;
    margin: 0 5px;
    padding: 10px 30px;
    background: url("../img/common/dot_line.png") bottom center repeat-x;
    background-size: 5px;
    font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
    font-size: 130%;
    font-weight: bold;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

フッタ

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .footer {
    border-top: 2px solid #000000;
    position: relative;
    box-sizing: border-box;
    width: auto;
    margin: 20px 20px;
    padding: 0px 0 30px;
  }
  .footer::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 0px;
    width: 100%;
    border-top: 2px solid #000000;
  }
  .footer h1 {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 120px;
    height: 0 !important;
    line-height: 250%;
    width: 200px;
    background: url("../img/layout/logo.svg") center center no-repeat;
    background-size: 100%;
  }
  .footer .fb-page {
    width: 100%;
    border: 1px solid #858a8e;
  }
  .footer dl {
    display: grid;
    grid-template-columns: 6em 1fr;
    grid-gap: 10px 2px;
    margin-top: 20px;
    padding: 0;
    font-size: 80%;
    line-height: 170%;
  }
  .footer dl dt {
    margin: 0;
    padding: 0;
  }
  .footer dl dd {
    margin: 0;
    padding: 0;
  }
  .footer_in_date ul {
    margin: 0;
    padding: 0 0 0 50px;
    list-style: none;
    font-style: 50% !important;
  }
  .footer_in_date ul a {
    display: block;
    font-size: 80%;
  }
  .footer_in_date ul.photopage {
    display: grid;
    margin: 0;
    padding: 0 0 0 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

各ページのタイトル

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .page_title {
    z-index: 2;
  }
  .page_title.about {
    position: fixed;
    top: 140px;
    left: -10px;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 350px;
    height: 0 !important;
    line-height: 250%;
    width: 80px;
    background: url(../img/title/title_about.svg) top center no-repeat;
    background-size: auto 120%;
  }
  .page_title.history {
    position: fixed;
    top: 140px;
    left: -10px;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 350px;
    height: 0 !important;
    line-height: 250%;
    width: 80px;
    background: url(../img/title/title_history.svg) top center no-repeat;
    background-size: auto 120%;
  }
  .page_title.sponsorship_money {
    position: fixed;
    top: 140px;
    left: -10px;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 350px;
    height: 0 !important;
    line-height: 250%;
    width: 80px;
    background: url(../img/title/title_sponsorship_money.svg) top center no-repeat;
    background-size: auto 120%;
  }
  .page_title.rec {
    position: fixed;
    top: 140px;
    left: -10px;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 350px;
    height: 0 !important;
    line-height: 250%;
    width: 80px;
    background: url(../img/title/title_rec.svg) top center no-repeat;
    background-size: auto 120%;
  }
  .page_title.fireworks {
    position: fixed;
    top: 140px;
    left: -10px;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 350px;
    height: 0 !important;
    line-height: 250%;
    width: 80px;
    background: url(../img/title/title_fireworks.svg) top center no-repeat;
    background-size: auto 120%;
  }
  .page_title.title_collab {
    position: fixed;
    top: 140px;
    left: -10px;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 350px;
    height: 0 !important;
    line-height: 250%;
    width: 80px;
    background: url(../img/title/title_collab_nazotokebasakai_kagenazo.svg) top center no-repeat;
    background-size: auto 120%;
  }
  .page_title.specialstage {
    position: fixed;
    top: 140px;
    left: -10px;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-top: 350px;
    height: 0 !important;
    line-height: 250%;
    width: 80px;
    background: url(../img/title/title_specialstage.svg) top center no-repeat;
    background-size: auto 120%;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

トップ

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  #slider_list {
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 70vh;
  }
  #slider_list li {
    width: 100%;
    text-align: center;
  }
  #slider_list img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
  }
  .top_msg_area {
    position: relative;
    width: 100%;
    min-height: 700px;
    margin: -100px 0 0 0;
    padding: 0;
    z-index: 10;
    background: url(../img/layout/top_fv_ele.png) top center repeat-x;
    background-size: auto 600px;
  }
  .top_msg_area h1.page_title {
    position: relative;
    margin: 0 auto;
    width: 100%;
    transform: translate(0px, -50px);
  }
  .top_msg_area h2.sub_message {
    margin: 0 auto;
    width: 95%;
    transform: translate(0px, -60px);
  }
  .top_msg_area p.msg {
    margin: 20px auto 0 auto;
    width: calc(100% - 50px);
    transform: translate(0px, -70px);
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

堺大魚夜市とは

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .about_reed_text {
    padding-left: 15%;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

今までの開催風景

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .photopage_link {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .photopage_link li {
    border-bottom: 1px solid #858a8e;
    text-align: center;
  }
  .photopage_link li a {
    display: block;
  }
  .history_images.four {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 5px 10px;
  }
  div.grid-box.history_images div.cell {
    position: relative;
    padding-bottom: 0em !important;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

主な催し

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .outline_table {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  .outline_table dt,
  .outline_table dd {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #869dad;
  }
  .outline_table dt {
    padding-right: 30px;
    background: url("../img/common/page_pattern.png");
    background-size: 3px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

特設ステージ

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .specialstage_banner {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    overflow: hidden;
    padding-top: 65px;
    height: 0 !important;
    line-height: 250%;
    width: 200px;
    background: url(../../specialstage/img/specialstage.png) center center no-repeat;
    border-radius: 10px;
    background-size: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  .specialstage_banner:hover {
    transform: translate(0px, -10px);
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

コラボ企画

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  .collab_nazotokebasakai_kagenazo {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    overflow: hidden;
    padding-top: 70px;
    height: 0 !important;
    line-height: 250%;
    width: 200px;
    background: url(../../collab_nazotokebasakai_kagenazo/img/collab_nazotokebasakai_kagenazo.webp) center center no-repeat;
    background-size: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  .page_collab_nazotokebasakai_kagenazo .memo {
    margin: 40px 0;
    padding: 20px;
    background-color: #f0f3f2;
    font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  }
  .page_collab_nazotokebasakai_kagenazo .memo strong {
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    background-color: #f3db58;
    font-size: 120%;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  }
  .collab_nazotokebasakai_kagenazo:hover {
    transform: translate(0px, -10px);
  }
  /*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

その他PCでの共通項目

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
  /*右側に少し大きく*/
  .page_in_container .grid-box.wide {
    width: calc(100% + 20px);
  }
  /*左側に少し大きく*/
  .page_in_container .leftwide {
    width: calc(100% + 80px);
    margin-left: -80px;
  }
  /*左右突き抜け*/
  .page_in_container .fullwide {
    width: calc(100% + 100px);
    margin-left: -80px;
  }
  .footer {
    overflow: hidden;
  }
  .footer #sitemap_support {
    width: 100%;
  }
}
