@charset "UTF-8";
/*
Theme Name: SAIKASAI ADVANCE
Theme URI: https://saikasai.com
Author: Kenji Nishiguchi
Author URI: https://29-creative.jp
Description: SAIKASAI ADVANCE テーマ
Version: 2026.04
*/
/* lato - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato"), url("./fonts/lato-v16-latin.woff2") format("woff2"), url("./fonts/lato-v16-latin.woff") format("woff");
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("./fonts/lato-v16-latin-700.woff2") format("woff2"), url("./fonts/lato-v16-latin-700.woff") format("woff");
}
/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url("./fonts/lato-v16-latin-900.woff2") format("woff2"), url("./fonts/lato-v16-latin-900.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto"), url("./fonts/roboto-v20-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese"), url("./fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Japanese Medium"), local("NotoSansJapanese-Medium"), url("./fonts/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"), url("./fonts/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif JP"), local("NotoSerifJP"), url("./fonts/noto-serif-jp-v7-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif JP Bold"), local("NotoSerifJP-Bold"), url("./fonts/noto-serif-jp-v7-latin-700.woff2") format("woff2");
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}

.ie_alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  text-align: center;
  padding: 10% 0;
  z-index: 1000;
}
.ie_alert span, .ie_alert p, .ie_alert a {
  color: #FFF;
}
.ie_alert span {
  font-size: 60px;
  line-height: 1.3;
  display: block;
  margin-bottom: 30px;
}
.ie_alert p {
  font-size: 20px;
  text-align: center;
}
.ie_alert a {
  font-size: 20px;
  margin-top: 20px;
  padding: 16px 80px 8px 80px;
  background: #228b22;
}
.ie_alert a:hover {
  color: #228b22;
  background: #FFF;
}

@media all and (-ms-high-contrast: none) {
  main {
    display: none;
  }
}
html {
  font-size: 62.5%;
  background-color: #FFF;
}

body {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Sans-Serif;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

p {
  text-align: justify;
}

a {
  color: #4169E1;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
a:hover {
  color: #D93448;
}

.red {
  color: #D93448;
}

.blue {
  color: #0000FF;
}

.bold {
  font-weight: bold;
}

.defs {
  display: none;
}

@media print, screen and (min-width: 961px) {
  .pc_only {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 414px) {
  .pc_only {
    display: none !important;
  }
}

.header {
  width: 100%;
  border-top: 5px solid #BF0B13;
  background: #FFF;
}
@media print, screen and (min-width: 961px) {
  .header {
    padding: 20px;
  }
}
@media screen and (max-width: 960px) {
  .header {
    padding: 20px;
    position: sticky;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #CCC;
  }
}
@media screen and (max-width: 414px) {
  .header {
    padding: 10px 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: 1px solid #CCC;
  }
}
.header__logo {
  align-items: center;
  justify-content: space-between;
}
.header__logo__link {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.header__logo a:hover {
  opacity: 0.6;
}
@media print, screen and (min-width: 961px) {
  .header__logo__mark {
    max-width: 87px;
    max-height: 80px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .header__logo__mark {
    max-width: 68px;
    max-height: 62px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 414px) {
  .header__logo__mark {
    max-width: 34px;
    max-height: 31px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 961px) {
  .header__logo__type {
    max-width: 303px;
    max-height: 48px;
  }
}
@media screen and (max-width: 960px) {
  .header__logo__type {
    max-width: 200px;
    max-height: 28px;
  }
}
@media screen and (max-width: 414px) {
  .header__logo__type {
    max-width: 118px;
    max-height: 19px;
  }
}
.header__logo p {
  margin-bottom: 0;
}
@media print, screen and (min-width: 961px) {
  .header__message {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 414px) {
  .header__message {
    font-size: 1.2rem;
  }
}
.header__message {
  margin-bottom: 1rem;
}
.header__flex {
  display: flex;
  align-items: center;
}
.header__help {
  align-items: center;
}
.header__help p {
  margin-bottom: 0;
  margin-right: auto;
}
.header .snslist {
  margin-left: 20px;
}
.header__helpmenu {
  gap: 0 20px;
}
.header__helpmenu li {
  font-size: 1.4rem;
  text-align: center;
}
.header__helpmenu li:last-child {
  margin-right: 0;
}
.header__helpmenu li a {
  color: #333;
  display: block;
}
.header__helpmenu li a:hover {
  color: #BF0B13;
}
.header__helpmenu li i {
  margin-right: 5px;
}

.skc-1 {
  fill: #063;
}

.skc-2 {
  fill: #FFF;
}

.skc-3 {
  fill: #000083;
}

.skc-4 {
  fill: red;
}

.skc-5 {
  fill: #f60;
}

.pc_menu {
  width: 100%;
  background: #333;
  position: relative;
}

.pc_menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  animation: slide 0.5s ease-in-out;
  z-index: 999;
}

@keyframes slide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@media print, screen and (min-width: 961px) {
  .sp_menu {
    display: none;
  }
}

.sp_header {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}

#nav li a {
  display: block;
  color: #FFF;
  position: relative;
}

#nav .menu-item-has-children > a:after,
#nav .menu-item-has-children > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #FFF;
  transition: 0.2s;
}

#nav .menu-item-has-children > a:after {
  transform: rotate(90deg);
  transform: rotate(90deg);
}

#nav .menu-item-has-children > a.open:before {
  transform: rotate(0deg);
  transform: rotate(0deg);
}

#nav .menu-item-has-children > a.open:after {
  background: transparent;
}

#nav .menu-item-has-children .sub-menu {
  display: none;
}

.overlay {
  width: 0;
  height: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  background: rgba(255, 255, 255, 0.7);
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#main {
  transition: all 0.5s;
  min-height: 100vh;
}

#main.open {
  position: fixed;
  width: 100%;
}

#menu_btn {
  top: 12px;
  right: 10px;
  transition: 0.3s;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-trigger {
  width: 22px;
  height: 18px;
  position: relative;
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0.5s;
}

#menu_btn.active .menu-trigger span {
  background-color: #FFF;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#menu_btn.active .menu-trigger span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

#menu_btn.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

#menu_btn.active .menu-trigger span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

#nav {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 40px 0;
  background: #333;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  transform: translate(100%);
  transition: all 0.5s;
}
#nav a {
  cursor: pointer;
}

#nav.open {
  transform: translateZ(0);
}

#nav li {
  padding: 0 20px;
  font-size: 1.5rem;
}

#nav li > a {
  position: relative;
  padding: 20px 0;
  color: #FFF;
  border-bottom: 1px solid #CCC;
}

#nav .menu-item-has-children .sub-menu {
  padding: 0 10px;
}

#nav .menu-item-has-children > a:first-of-type {
  position: relative;
  padding-right: 2em;
}

#nav .menu-item-has-children > a.open:first-of-type {
  color: #dad4ec;
}

#nav .menu-item-has-children .sub-menu li {
  padding: 0;
}

#nav .menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}

#nav .menu-item-has-children .sub-menu li a {
  padding: 15px 0;
}

.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.breadcrumbs ul li::after {
  font-size: 1.2rem;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f105";
  display: block;
  margin: 0 10px;
}
.breadcrumbs ul li:last-child {
  margin-right: 0;
}
.breadcrumbs ul li:last-child::after {
  content: "";
  margin: 0;
}
.breadcrumbs ul li a {
  display: block;
}
.breadcrumbs ul li a:hover {
  color: #BF0B13;
}

.menu {
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.menu > li {
  height: 50px;
  line-height: 50px;
}
.menu > li a {
  color: #FFF;
  display: block;
  padding: 0 12px;
}
.menu > li a:hover, .menu > li a.current {
  background: rgb(225.0414937759, 94.9585062241, 110.7261410788);
}
.menu .menu_icon .fa-home {
  font-size: 1.3rem;
  margin-right: 5px;
}
.menu .menu_icon .fa-angle-down {
  font-size: 1rem;
  margin-left: 5px;
}

li.menu__mega ul.menu__second-level {
  position: absolute;
  background: #333;
  transition: all 0.2s ease;
}

li.menu__mega:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu_second-nom {
  display: block;
}

.menu_second-grid {
  top: 40px;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 16.6%);
}

.menu > li:hover {
  transition: all 0.5s;
}

.menu__second-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  background: rgb(225.0414937759, 94.9585062241, 110.7261410788);
}

.countdown {
  background: #CC3D12;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 961px) {
  .countdown {
    gap: 0 20px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 960px) {
  .countdown {
    gap: 0 20px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 414px) {
  .countdown {
    gap: 0 15px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 414px) {
  .countdown__adbanner {
    max-width: 100px;
  }
}
.countdown #countdown {
  display: flex;
}
@media print, screen and (min-width: 961px) {
  .countdown #countdown {
    gap: 0 10px;
  }
}
@media screen and (max-width: 960px) {
  .countdown #countdown {
    gap: 0 10px;
  }
}
@media screen and (max-width: 414px) {
  .countdown #countdown {
    align-items: center;
    gap: 0 5px;
  }
}
.countdown span {
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .countdown__set span {
    text-align: center;
  }
}
@media print, screen and (min-width: 961px) {
  .countdown__set {
    display: flex;
    align-items: baseline;
    gap: 0;
  }
}
@media screen and (max-width: 960px) {
  .countdown__set {
    display: flex;
    align-items: baseline;
    gap: 0;
  }
}
@media screen and (max-width: 414px) {
  .countdown__set {
    display: flex;
    align-items: baseline;
  }
}
@media print, screen and (min-width: 961px) {
  .countdown__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .countdown__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .countdown__title {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 961px) {
  .countdown__time {
    font-size: 42px;
  }
}
@media screen and (max-width: 960px) {
  .countdown__time {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 414px) {
  .countdown__time {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 961px) {
  .countdown__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .countdown__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .countdown__text {
    font-size: 1.4rem;
  }
}

footer .flex {
  justify-content: center;
}

@media print, screen and (min-width: 961px) {
  .footer__info {
    padding: 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .footer__info {
    padding: 30px 0 !important;
    border-top: 1px solid #CCC;
  }
}
@media screen and (max-width: 414px) {
  .footer__info {
    padding: 30px 0;
    border-top: 1px solid #CCC;
  }
}
@media print, screen and (min-width: 961px) {
  .footer__info .contact {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .footer__info .contact {
    font-size: 1.5rem;
    text-align: center;
    padding-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .footer__info .contact {
    font-size: 1.5rem;
    text-align: center;
    padding-top: 30px;
  }
}
.footer__info .contact {
  margin-bottom: 0;
}

@media print, screen and (min-width: 961px) {
  .footer_logo_blk {
    margin-right: 30px;
    width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .footer_logo_blk p {
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  .footer_logo_blk p {
    text-align: center;
  }
}
.footer_logo_blk p {
  margin-bottom: 10px;
}

.footer_logo {
  width: 205px;
  height: 46px;
  margin: 0 auto 5px auto;
  display: block;
}

.footer__sitemap {
  background: #FDF1DA;
}
@media print, screen and (min-width: 961px) {
  .footer__sitemap {
    padding: 30px 0;
  }
}
.footer__sitemap ul {
  display: grid;
  justify-content: space-around;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.footer__sitemap ul li {
  font-size: 1.5rem;
  font-weight: 500;
}
.footer__sitemap ul li a {
  color: #333;
}
.footer__sitemap ul li a::before {
  color: #D93448;
  font-size: 1.3rem;
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  content: "\f105";
  margin-right: 5px;
}
.footer__sitemap ul li a:hover {
  color: #D93448;
}

.page-top {
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
  bottom: -30px;
  opacity: 0.6;
  transition: 0.5s;
  background: #333;
  border-radius: 50%;
}
.page-top:hover {
  color: #000;
  opacity: 0.3;
}
@media print, screen and (min-width: 961px) {
  .page-top {
    font-size: 3rem;
    width: 60px;
    height: 60px;
    right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .page-top {
    font-size: 3rem;
    width: 60px;
    height: 60px;
    right: 30px;
  }
}
@media screen and (max-width: 414px) {
  .page-top {
    font-size: 2rem;
    width: 40px;
    height: 40px;
    right: 20px;
  }
}

.copyright {
  background: #333;
}
@media screen and (max-width: 414px) {
  .copyright {
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 961px) {
  .copyright {
    padding: 10px 0;
  }
}
.copyright p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 961px) {
  .flex {
    display: flex;
  }
}
.flex--center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.inner {
  width: 100%;
}
@media print, screen and (min-width: 961px) {
  .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 414px) {
  .inner {
    padding: 0 20px;
  }
}

.dropshadow {
  filter: drop-shadow(3px 3px 3px rgba(51, 51, 51, 0.4));
}

.snslist {
  display: flex;
  gap: 0 10px;
}
.snslist li {
  font-size: 18px;
  text-align: center;
}
.snslist li a {
  color: #FFF;
  text-align: center;
  line-height: 32px;
  width: 32px;
  height: 32px;
  display: block;
  background-color: #333;
  border-radius: 50%;
}
.snslist li a:hover {
  background-color: #BF0B13;
}

@media print, screen and (min-width: 961px) {
  article {
    padding: 80px 0;
  }
}
@media screen and (max-width: 960px) {
  article {
    padding: 60px 0;
  }
}
@media screen and (max-width: 414px) {
  article {
    padding: 40px 0;
  }
}

.root_center {
  position: absolute;
  place-self: center;
  inset: 0;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #FFF;
}

.article {
  width: 100%;
  padding: 80px 0;
  background: #FFF;
}

.article__2column {
  grid-template-columns: auto 300px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

@media print, screen and (min-width: 961px) {
  .post {
    max-width: 850px;
    margin: 0 auto;
  }
}
.post__title {
  line-height: 1.5;
  padding-left: 10px;
}
@media print, screen and (min-width: 961px) {
  .post__title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .post__title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .post__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.post__title.news {
  border-left: 10px solid #009A91;
}
.post__title.yosakoi {
  border-left: 10px solid #BF0B13;
}
.post__title.fireworks {
  border-left: 10px solid #550063;
}
.post__midashi {
  text-align: center;
  line-height: 1.5;
  position: relative;
  padding: 0 60px;
}
@media print, screen and (min-width: 961px) {
  .post__midashi {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.post__midashi::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  content: "";
  background: #BF0B13;
}
.post__midashi span {
  position: relative;
  padding: 0 3rem;
  background: #FFF;
}
.post__midashi-s {
  line-height: 1.5;
  border-bottom: 2px solid #CCC;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 961px) {
  .post__midashi-s {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.post__midashi-ss {
  line-height: 1.5;
  border-left: 5px solid #BF0B13;
  padding-left: 5px;
}
@media print, screen and (min-width: 961px) {
  .post__midashi-ss {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.post__datetime {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
}
.post p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 3.6rem;
}

.single_headdata {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.doc_table {
  font-size: 1.6rem;
  width: 100%;
  border: 1px solid #CCC;
  margin-bottom: 50px;
}
.doc_table th {
  color: #FFF;
  background: #3FA2F7;
  padding: 15px 0;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #CCC;
}
.doc_table td {
  padding: 15px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.doc_table td i {
  margin-right: 5px;
}

.doc_table .doc_name {
  width: 70%;
}

.doc_table .doc_cat {
  width: 30%;
}

.post_table {
  font-size: 1.6rem;
  width: 100%;
  border: 1px solid #CCC;
  margin-bottom: 50px;
}
.post_table th {
  padding: 10px 0;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  vertical-align: middle;
}
.post_table td {
  padding: 10px 20px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.archiveTable {
  width: 100%;
  border: 1px solid #999;
  margin-bottom: 10px;
}
.archiveTable th, .archiveTable td {
  font-size: 1.5rem;
  margin: 0;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 414px) {
  .archiveTable th, .archiveTable td {
    display: block;
  }
}

.archiveTable th {
  background: #ffe7c1;
  padding: 20px 0;
}
@media print, screen and (min-width: 961px) {
  .archiveTable th {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .archiveTable th {
    width: 25%;
  }
}
@media screen and (max-width: 414px) {
  .archiveTable th {
    width: 100%;
  }
}

.archiveTable td {
  margin: 0;
  vertical-align: middle;
  padding: 20px;
}
@media print, screen and (min-width: 961px) {
  .archiveTable td {
    width: 75%;
  }
}
@media screen and (max-width: 960px) {
  .archiveTable td {
    width: 75%;
  }
}
@media screen and (max-width: 414px) {
  .archiveTable td {
    width: 100%;
  }
}

.archiveTable td ul {
  margin-left: 2rem;
  line-height: 2;
}

.archiveTable td ul li {
  list-style: disc outside;
}

.title--history {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .title--history {
    font-size: 3rem;
    margin-bottom: 30px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 960px) {
  .title--history {
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 414px) {
  .title--history {
    font-size: 1.9rem;
    margin-bottom: 30px;
    padding: 10px 0;
  }
}
.title--history {
  color: #ff6500;
  border-top: 3px solid #ff6500;
  border-bottom: 3px solid #ff6500;
}

.tab-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  background: #ccc;
  border-radius: 100vh;
}

.btn {
  width: calc(33.3333333333% - 10px);
  text-align: center;
}
.btn a {
  color: #333;
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding: 15px 0;
  text-decoration: none;
  cursor: pointer;
}
.btn a.is-active, .btn a:hover {
  color: #FFF;
  background: #ff6500;
  border-radius: 100vh;
}

.tab-contents-item {
  display: none;
  width: 100%;
  justify-content: center;
}

.tab-contents-item.is-active {
  display: block;
}

.tab-contents-item > p {
  opacity: 0;
}

.tab-contents-item.is-active > p {
  animation: fadeinAnime 2s forwards;
}

@keyframes fadeinAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec_prize_title {
  font-size: 2rem;
  border-left: 10px solid #ff6500;
  margin-bottom: 20px;
  padding-left: 10px;
}

.tbl_prize {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #999;
}

.tbl_prize th,
.tbl_prize td {
  font-size: 1.5rem;
  vertical-align: middle;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.tbl_prize th {
  line-height: 1.3;
  width: 42%;
  background: #ffe7c1;
  padding: 15px 0;
}

.tbl_prize th .prize_txt_s {
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
}

.tbl_prize td {
  padding: 15px;
}

.teamlist_part {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.teamlist_cat {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px;
  background: #ff6500;
}

@media print, screen and (min-width: 961px) {
  body.history .paragraph {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  body.history .paragraph {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 414px) {
  body.history .paragraph {
    margin-bottom: 50px;
    overflow-x: scroll;
  }
}

table.teamListTable {
  border: 1px solid #999;
  width: 100%;
}
@media print, screen and (min-width: 961px) {
  table.teamListTable {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 414px) {
  table.teamListTable {
    min-width: 670px;
  }
}

table.teamListTable th,
table.teamListTable td {
  font-size: 1.6rem;
  padding: 10px 0;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

@media print, screen and (min-width: 961px) {
  .teamListTable_name {
    width: 60%;
  }
}

table.teamListTable tr:nth-child(odd) td {
  background: #ececec;
}

table.teamListTable th {
  color: #fff;
  background: #333;
}

table.teamListTable td {
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}

.teamNoRed {
  font-weight: 800;
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 12pt;
  display: block;
  text-align: center;
  background: #ffc5c1;
}

span.teamKanaList {
  text-align: left;
  display: block;
  color: #666;
  margin-left: 10px;
  padding-bottom: 7px;
}
@media print, screen and (min-width: 961px) {
  span.teamKanaList {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 414px) {
  span.teamKanaList {
    font-size: 1rem;
  }
}

span.teamName {
  font-weight: bold;
  line-height: 1;
  display: block;
  text-align: left;
  margin-left: 10px;
}
@media print, screen and (min-width: 961px) {
  span.teamName {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  span.teamName {
    font-size: 1.5rem;
  }
}

.teamNameS {
  font-size: 100%;
  font-weight: 800;
  display: block;
  margin: 0;
  text-align: left;
  padding: 0 0 1px 10px;
}

.team_name {
  text-align: center;
  padding: 10px 0;
}
@media print, screen and (min-width: 961px) {
  .team_name {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .team_name {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .team_name {
    margin-bottom: 30px;
  }
}
.team_name_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media print, screen and (min-width: 961px) {
  .team_name_title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .team_name_title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 414px) {
  .team_name_title {
    font-size: 2.4rem;
  }
}
.team_name .icon_naruko {
  color: #BF0B13;
}
@media print, screen and (min-width: 961px) {
  .team_name .icon_naruko {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .team_name .icon_naruko {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .team_name .icon_naruko {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
}
.team_name .team_kana {
  color: #666;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .team_name .team_kana {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .team_name .team_kana {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .team_name .team_kana {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 961px) {
  .team_data {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .team_data {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 414px) {
  .team_data {
    display: block;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 961px) {
  .teamph {
    max-width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .teamph {
    max-width: 400px;
  }
}
@media screen and (max-width: 414px) {
  .teamph {
    margin-bottom: 30px;
  }
}

.team_pr {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 961px) {
  .team_spec {
    font-size: 1.8rem;
    width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .team_spec {
    font-size: 1.8rem;
    width: 400px;
  }
}
@media screen and (max-width: 414px) {
  .team_spec {
    font-size: 1.6rem;
  }
}
.team_spec dl {
  border-bottom: 1px solid #CCC;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.team_spec dl:first-child {
  padding-top: 0;
}
.team_spec dl dt {
  font-weight: bold;
  width: 200px;
}

.theme_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}
.theme_wrapper .theme_title {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 10px 20px;
  background: #BF0B13;
  border-radius: 5px;
}

.theme_kana {
  font-weight: normal;
}
@media print, screen and (min-width: 961px) {
  .theme_kana {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 961px) {
  .theme_text {
    font-size: 2.8rem;
  }
}

@media print, screen and (min-width: 961px) {
  .enbu_scdl-wrapper {
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 30%);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .enbu_scdl-wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 414px) {
  .scdl_table {
    width: 100%;
    margin-bottom: 30px;
  }
}
.scdl_table th, .scdl_table td {
  font-size: 1.6rem;
  margin: 0;
  padding: 10px;
}
@media screen and (max-width: 414px) {
  .scdl_table th, .scdl_table td {
    width: 50%;
  }
}
.scdl_table th {
  color: #FFF;
  border-radius: 5px;
}
.scdl_table .zenyasai {
  background: #008E3C;
}
.scdl_table .honsai_1 {
  background: #0071BC;
}
.scdl_table .honsai_2 {
  background: #ED1C24;
}
.scdl_table td {
  border-bottom: 1px solid #CCC;
}

.button_map_block {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 961px) {
  .button_map_block {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 414px) {
  .button_map_block .button_map {
    margin-bottom: 20px;
  }
}
.button_map_block .button_map a {
  text-align: center;
  color: #FFF;
  background: #6f9c6a;
  padding: 20px 0;
  display: block;
  border-radius: 5px;
}
.button_map_block .button_map a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 961px) {
  .button_map_block .button_map a {
    font-size: 2rem;
    width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .button_map_block .button_map a {
    font-size: 2rem;
    width: 300px;
  }
}
@media screen and (max-width: 414px) {
  .button_map_block .button_map a {
    font-size: 1.8rem;
    width: 100%;
  }
}

.std_table {
  width: 100%;
}
.std_table th, .std_table td {
  font-size: 1.6rem;
  margin: 0;
  padding: 15px 0;
}
.std_table th {
  width: 100px;
  text-align: left;
}
@media screen and (max-width: 414px) {
  .std_table th {
    width: 30%;
  }
}
.std_table th, .std_table td {
  border-bottom: 1px solid #CCC;
}

.yosakoilist_block h4 {
  color: #FFF;
  background: #BF0B13;
  padding: 10px 20px;
  border-radius: 5px;
}
@media print, screen and (min-width: 961px) {
  .yosakoilist_block h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .yosakoilist_block h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) and (max-width: 414px) {
  .yosakoilist_block h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 961px) {
  .yosakoilist_block h5 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .yosakoilist_block h5 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 414px) {
  .yosakoilist_block h5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 961px) {
  .boxmgn {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .boxmgn {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 414px) {
  .boxmgn {
    margin-bottom: 30px;
  }
}

.pagenation {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagenation span, .pagenation a {
  display: block;
  text-align: center;
}
.pagenation .page-numbers {
  width: 40px;
  height: 40px;
  padding-top: 11px;
  background: #ccc;
  border-radius: 50%;
}
.pagenation .current {
  color: #FFF;
  background: #D93448;
}
.pagenation a {
  color: #333;
}

.side_title {
  margin-bottom: 30px;
  padding: 10px 0;
}
@media print, screen and (min-width: 961px) {
  .side_title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 960px) {
  .side_title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 414px) {
  .side_title {
    font-size: 2rem;
  }
}
.side_title.news {
  border-top: 3px solid #009A91;
  border-bottom: 3px solid #009A91;
}
.side_title.yosakoi {
  border-top: 3px solid #BF0B13;
  border-bottom: 3px solid #BF0B13;
}
.side_title.fireworks {
  border-top: 3px solid #550063;
  border-bottom: 3px solid #550063;
}

@media print, screen and (min-width: 961px) {
  .page {
    max-width: 850px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .page {
    max-width: 850px;
    margin: 0 auto;
    padding: 60px 30px;
  }
}

.page_title {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .page_title {
    font-size: 3rem;
    margin-bottom: 30px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 960px) {
  .page_title {
    font-size: 2.6rem;
    margin-bottom: 30px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 414px) {
  .page_title {
    font-size: 2rem;
    margin-bottom: 30px;
    padding: 15px 0;
  }
}

.sub_title {
  border-left: 10px solid;
  padding-left: 10px;
}
@media print, screen and (min-width: 961px) {
  .sub_title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .sub_title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .sub_title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.sub_title a {
  color: #333;
}

.spec_title {
  font-weight: normal;
}
@media print, screen and (min-width: 961px) {
  .spec_title {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .spec_title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .spec_title {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

body.fireworks .page_title {
  color: #550063;
  border-top: 3px solid #550063;
  border-bottom: 3px solid #550063;
}
body.fireworks .sub_title {
  border-left-color: #550063;
}
body.fireworks .title_overview {
  background: #DC6DA0;
}
body.fireworks .overview_block {
  background: #FFEBF6;
}

body.yosakoi .page_title {
  color: #BF0B13;
  border-top: 3px solid #BF0B13;
  border-bottom: 3px solid #BF0B13;
}
body.yosakoi .sub_title {
  border-left-color: #BF0B13;
}

body.introduction .page_title {
  color: #325EBB;
  border-top: 3px solid #325EBB;
  border-bottom: 3px solid #325EBB;
}
body.introduction .sub_title {
  border-left-color: #325EBB;
}

body.scdl .page_title {
  color: #FF4E94;
  border-top: 3px solid #FF4E94;
  border-bottom: 3px solid #FF4E94;
}
body.scdl .sub_title {
  border-left-color: #FF4E94;
}

body.map .page_title {
  color: #6f9c6a;
  border-top: 3px solid #6f9c6a;
  border-bottom: 3px solid #6f9c6a;
}
body.map .sub_title {
  border-left-color: #6f9c6a;
}
body.map .spec_title {
  color: #6f9c6a;
}

body.documents .page_title {
  color: #3FA2F7;
  border-top: 3px solid #3FA2F7;
  border-bottom: 3px solid #3FA2F7;
}
body.documents .sub_title {
  border-left-color: #3FA2F7;
}

.page_title_info {
  color: #009A91;
  border-top: 3px solid #009A91;
  border-bottom: 3px solid #009A91;
}

body.single .page_title {
  color: #009A91;
  border-top: 3px solid #009A91;
  border-bottom: 3px solid #009A91;
}
body.single .sub_title {
  border-left-color: #009A91;
}

.btn_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.btn_block li {
  width: 49%;
}
@media print, screen and (min-width: 961px) {
  .btn_block li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .btn_block li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .btn_block li {
    width: 100%;
    font-size: 1.5rem;
  }
}
.btn_block li a {
  color: #FFF;
  display: block;
  border-radius: 10px;
  background-blend-mode: multiply;
}
.btn_block li a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 961px) {
  .btn_block li a {
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  .btn_block li a {
    padding: 30px;
  }
}
@media screen and (max-width: 414px) {
  .btn_block li a {
    padding: 20px;
  }
}
.btn_block--title {
  font-weight: bold;
  display: block;
  padding: 10px 0;
}
@media print, screen and (min-width: 961px) {
  .btn_block--title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .btn_block--title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 414px) {
  .btn_block--title {
    font-size: 1.8rem;
  }
}
.btn_block--title i {
  margin-right: 5px;
}

.btn_pdf {
  background: #FF484A url(images/33805210_s.jpg) no-repeat center center;
}

.btn_form {
  background: #BF0B13 url(images/33805210_s.jpg) no-repeat center center;
}

.btn_pr {
  background: #B9003E url(images/33805210_s.jpg) no-repeat center center;
}

.btn_data {
  background: #035CC5 url(images/33805210_s.jpg) no-repeat center center;
}

.btn_music {
  background: #417902 url(images/33805210_s.jpg) no-repeat center center;
}

dl.overview {
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  background: #FFF;
}
@media print, screen and (min-width: 961px) {
  dl.overview {
    display: grid;
    grid-template-columns: auto auto;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  dl.overview {
    display: grid;
    grid-template-columns: auto auto;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  dl.overview {
    font-size: 1.5rem;
    margin-bottom: 30px;
    display: block;
  }
}
dl.overview dt, dl.overview dd {
  line-height: 1.5;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
@media print, screen and (min-width: 961px) {
  dl.overview dt, dl.overview dd {
    padding: 20px;
  }
}
@media screen and (max-width: 960px) {
  dl.overview dt, dl.overview dd {
    padding: 20px;
  }
}
@media screen and (max-width: 414px) {
  dl.overview dt, dl.overview dd {
    padding: 10px;
  }
}
dl.overview dt {
  font-weight: bold;
  grid-column: 1;
}
dl.overview dd {
  grid-column: 2;
}

.youkou_table {
  width: 100%;
  border: 1px solid #CCC;
  margin-bottom: 10px;
}
.youkou_table th, .youkou_table td {
  font-size: 1.8rem;
  padding: 15px 10px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.youkou_table th {
  background: #fde7c6;
}
.youkou_table td {
  text-align: center;
}
.youkou_table td:first-child, .youkou_table td.text_left {
  text-align: left;
}

.page_title_fireworks {
  background: url(images/page_title_fireworks.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 961px) {
  .page_title_fireworks {
    height: 200px;
  }
}
@media screen and (max-width: 960px) {
  .page_title_fireworks {
    height: 150px;
  }
}

.page_title_yosakoi {
  background: url(images/page_title_yosakoi.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 961px) {
  .page_title_yosakoi {
    height: 200px;
  }
}
@media screen and (max-width: 960px) {
  .page_title_yosakoi {
    height: 150px;
  }
}

.page_title_top {
  color: #FFF;
}
@media print, screen and (min-width: 961px) {
  .page_title_top {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 960px) {
  .page_title_top {
    font-size: 2.8rem;
  }
}

.caution {
  color: #cc0000;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #cc0000;
  margin-bottom: 20px;
  padding: 20px;
}

@media print, screen and (min-width: 961px) {
  .flex_container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  .flex_container {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 961px) {
  .flex_container img {
    max-width: 420px;
  }
}
@media print, screen and (min-width: 961px) {
  .flex_container_text {
    width: 100%;
  }
}

@media print, screen and (min-width: 961px) {
  .photo_mgn {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .photo_mgn {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 961px) {
  .order_left {
    order: 1;
  }
}

@media print, screen and (min-width: 961px) {
  .order_right {
    order: 2;
  }
}

@media print, screen and (min-width: 961px) {
  .page_news_container {
    display: flex;
    justify-content: space-between;
    align-items: top;
    gap: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .page_news_container {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 961px) {
  .page_news_container .newslist {
    width: 70%;
    max-width: 550px;
  }
}
@media screen and (max-width: 960px) {
  .page_news_container .newslist {
    width: 100%;
  }
}
.page_news_container .newslist li {
  display: flex;
}
@media print, screen and (min-width: 961px) {
  .page_news_container .newslist li {
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .page_news_container .newslist li {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 414px) {
  .page_news_container .newslist li {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.page_news_container .newslist .postbox__link {
  grid-column: 1/3;
  grid-row: 2/3;
}
.page_news_container .newslist .postbox__title {
  font-size: 1.6rem;
  font-weight: normal;
  text-justify: auto;
  padding: 3px 0;
}

.page_news_title {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .page_news_title {
    width: 30%;
    max-width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .page_news_title {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 961px) {
  .page_news_title svg {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 960px) {
  .page_news_title svg {
    width: 50px;
    height: 50px;
  }
}
.page_news_title .icon_hanabi {
  color: #550063;
}
.page_news_title .icon_naruko {
  color: #BF0B13;
}
@media print, screen and (min-width: 961px) {
  .page_news_title h2 {
    font-size: 2.6rem;
    padding: 20px 0;
  }
}
@media screen and (max-width: 960px) {
  .page_news_title h2 {
    font-size: 2.2rem;
    padding: 20px 0;
  }
}
@media screen and (max-width: 960px) {
  .page_news_title h2 br {
    display: none;
  }
}

.title_overview {
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 961px) {
  .title_overview {
    font-size: 3rem;
    border-radius: 40px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 960px) {
  .title_overview {
    font-size: 2.2rem;
    border-radius: 40px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 414px) {
  .title_overview {
    font-size: 1.8rem;
    border-radius: 20px;
    width: 90%;
    padding: 10px 20px;
  }
}

.overview_block {
  border-radius: 10px;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .overview_block {
    margin-bottom: 60px;
    padding: 80px 60px 40px 60px;
  }
}
@media screen and (max-width: 960px) {
  .overview_block {
    margin-bottom: 60px;
    padding: 80px 60px 40px 60px;
  }
}
@media screen and (max-width: 414px) {
  .overview_block {
    margin-bottom: 30px;
    padding: 40px 20px 20px 20px;
  }
}
.overview_block dl {
  margin-bottom: 0;
}

.doc_table .fa-file-pdf {
  color: #FF484A;
}

.fa-file-word {
  color: #2B7CD3;
}

.fa-file-excel {
  color: #107C41;
}

.googlemap {
  width: 100%;
  aspect-ratio: 4/3;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
}

.page404_title {
  color: rgb(246.5594059406, 108.4405940594, 114.5792079208);
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 961px) {
  .page404_title {
    font-size: 24rem;
  }
}
@media screen and (max-width: 960px) {
  .page404_title {
    font-size: 20rem;
  }
}
@media screen and (max-width: 414px) {
  .page404_title {
    font-size: 18rem;
  }
}
.page404_title span {
  display: block;
}
@media print, screen and (min-width: 961px) {
  .page404_title span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 960px) {
  .page404_title span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 414px) {
  .page404_title span {
    font-size: 2.8rem;
  }
}

.page404_sub_title {
  color: rgb(246.5594059406, 108.4405940594, 114.5792079208);
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  .page404_sub_title {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .page404_sub_title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .page404_sub_title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

ul.slides {
  overflow: hidden;
  zoom: 1;
}

.scroll-hint-icon-blue {
  background-color: #ff6500 !important;
}

.scroll-hint-icon {
  top: 10% !important;
}

@media print, screen and (min-width: 961px) {
  p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 960px) {
  p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 414px) {
  p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
}

.text--center {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .text--middle {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 961px) {
  .text--small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .text--small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 414px) {
  .text--small {
    font-size: 0.8rem;
  }
}

.fc--white {
  color: #FFF;
}
.fc--main {
  color: #BF0B13;
}

.title--large {
  line-height: 1.5;
}
@media screen and (max-width: 414px) {
  .title--large {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 961px) {
  .title--large {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
}
.title--middle {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.title--main {
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.title--main::before, .title--main::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #CCC;
}
.title--main::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
.title--main::after {
  margin-left: 30px;
  transform: rotate(35deg);
}
.title--saikachan {
  width: 88px;
  height: 80px;
  margin-bottom: 40px;
}

.button {
  color: #FFF;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Sans-Serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: block;
  border: 0;
  border-radius: 100vh;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  color: #FFF;
}
.button--fw {
  background: #550063;
}
.button--fw:hover {
  background: rgb(128.7878787879, 0, 150);
}
.button--red {
  background: #D93448;
}
.button--red:hover {
  background: rgb(225.0414937759, 94.9585062241, 110.7261410788);
}
.button--wht {
  color: #333;
  background: #FFF;
}
.button--wht:hover {
  color: #D93448;
}
.button::after {
  font-family: "Font Awesome 7 Free";
  font-size: 1.2rem;
  content: "\f105";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
}
.button:hover::after {
  right: 7%;
}

.sns_block {
  margin: 30px 0;
}
.sns_block ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sns_block ul li {
  width: 20%;
  font-size: 1.6rem;
  border-right: 1px solid #FFF;
}
.sns_block ul li:last-child {
  border-right: 0;
}
.sns_block ul li i {
  margin-right: 8px;
}
.sns_block ul li a {
  color: #FFF;
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 12px;
}
.sns_block ul li a.facebook {
  background: #1778F2;
}
.sns_block ul li a.twitter {
  background: #1DA1F2;
}
.sns_block ul li a.line {
  background: #00B900;
}
.sns_block ul li a:hover {
  opacity: 0.6;
}

.mainvisual {
  width: 100%;
}
@media print, screen and (min-width: 961px) {
  .mainvisual {
    height: 70vh;
    max-height: 600px;
  }
}
@media screen and (max-width: 960px) {
  .mainvisual {
    height: 50vh;
    max-height: 500px;
  }
}
@media screen and (max-width: 414px) {
  .mainvisual {
    height: 35vh;
    max-height: 350px;
  }
}
@media print, screen and (min-width: 961px) {
  .mainvisual img {
    max-width: 500px;
  }
}
@media screen and (max-width: 960px) {
  .mainvisual img {
    max-width: 400px;
  }
}
@media screen and (max-width: 414px) {
  .mainvisual img {
    max-width: 300px;
  }
}

.icon_navi #saikachan .skc-1 {
  fill: #FFF;
}
@media print, screen and (min-width: 961px) {
  .icon_navi {
    max-width: 960px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .icon_navi {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .icon_navi {
    margin-bottom: 30px;
  }
}
.icon_navi ul {
  width: 100%;
}
@media print, screen and (min-width: 961px) {
  .icon_navi ul {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .icon_navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 414px) {
  .icon_navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.icon_navi ul li {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .icon_navi ul li a {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 960px) {
  .icon_navi ul li a {
    width: 150px;
    max-width: 150px;
    height: 150px;
    max-height: 150px;
  }
}
@media screen and (max-width: 414px) {
  .icon_navi ul li a {
    width: 150px;
    max-width: 150px;
    height: 150px;
    max-height: 150px;
  }
}
.icon_navi ul li a {
  display: block;
  background: #BF0B13;
  border-radius: 10px;
}
.icon_navi ul li a:hover {
  background: rgb(249.3366336634, 156.6633663366, 160.7821782178);
}
.icon_navi ul li svg {
  color: #FFF;
  display: block;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 961px) {
  .icon_navi ul li svg {
    max-width: 65px;
    max-height: 65px;
  }
}
@media screen and (max-width: 960px) {
  .icon_navi ul li svg {
    max-width: 40px;
    max-height: 40px;
  }
}
@media screen and (max-width: 414px) {
  .icon_navi ul li svg {
    max-width: 40px;
    max-height: 40px;
  }
}
.icon_navi ul li h4 {
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 961px) {
  .icon_navi ul li h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .icon_navi ul li h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .icon_navi ul li h4 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 960px) {
  .title--saikachan {
    display: flex;
    justify-content: center;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 414px) {
  .title--saikachan {
    display: flex;
    justify-content: center;
    margin: 0 auto 30px auto;
  }
}

@media screen and (max-width: 960px) {
  .postbox__link {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 414px) {
  .postbox__link {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.postbox__title {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3;
  text-justify: auto;
  padding: 3px 0;
}

@media print, screen and (min-width: 961px) {
  .postlist {
    padding: 80px 0;
  }
}
@media screen and (max-width: 960px) {
  .postlist {
    padding: 50px 0;
  }
}
@media screen and (max-width: 414px) {
  .postlist {
    padding: 30px 0;
  }
}

@media print, screen and (min-width: 961px) {
  .top_info {
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .top_info {
    width: 100%;
    display: grid;
    justify-content: center;
  }
}
@media screen and (max-width: 414px) {
  .top_info {
    display: grid;
    justify-content: center;
  }
}

@media print, screen and (min-width: 961px) {
  .newslist_block {
    width: calc(100% - 300px);
    max-width: 900px;
  }
}
@media screen and (max-width: 960px) {
  .newslist_block {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .newslist_block {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 960px) {
  .newslist {
    margin-bottom: 30px;
    padding: 0;
    order: 1;
  }
}
@media screen and (max-width: 414px) {
  .newslist {
    margin-bottom: 30px;
    padding: 0;
    order: 1;
  }
}
.newslist li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.newslist li:last-child {
  border-bottom: none;
}
@media print, screen and (min-width: 961px) {
  .newslist li {
    gap: 7px 20px;
  }
}
@media screen and (max-width: 960px) {
  .newslist li {
    gap: 7px 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 414px) {
  .newslist li {
    gap: 7px 15px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 414px) {
  .newslist li > a {
    width: 100%;
  }
}

@media print, screen and (min-width: 961px) {
  #topics {
    max-width: 270px;
  }
}
@media screen and (max-width: 960px) {
  #topics {
    max-width: 240px;
    margin: 0 auto;
    order: 2;
  }
}
@media screen and (max-width: 414px) {
  #topics {
    max-width: 240px;
    margin: 0 auto;
    order: 2;
  }
}
#topics li {
  margin-bottom: 20px;
}

.date {
  font-size: 1.6rem;
  display: block;
  padding: 3px 0;
}
@media screen and (max-width: 960px) {
  .date {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 414px) {
  .date {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media screen and (max-width: 960px) {
  .cat {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 414px) {
  .cat {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.category-name {
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
  width: 80px;
  padding: 5px 0;
  display: block;
  border-radius: 5px;
}
.category-name.news {
  background: #009A91;
}
.category-name.yosakoi {
  background: #BF0B13;
}
.category-name.fireworks {
  background: #550063;
}

#ad {
  padding: 30px 0;
  background: #FDF1DA;
}

@media print, screen and (min-width: 961px) {
  .ad_banner {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .ad_banner {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 414px) {
  .ad_banner {
    margin-bottom: 30px;
  }
}

.adlist {
  display: grid;
  justify-content: space-around;
}
@media print, screen and (min-width: 961px) {
  .adlist {
    grid-template-columns: repeat(5, 160px);
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .adlist {
    grid-template-columns: repeat(4, 160px);
    gap: 20px;
  }
}
@media screen and (max-width: 414px) {
  .adlist {
    grid-template-columns: repeat(3, 25%);
    gap: 15px;
  }
}

.main_banner {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .main_banner {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .main_banner {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 414px) {
  .main_banner {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}

.top_topics {
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .top_topics {
    padding: 80px 0;
    height: 835px;
  }
}
@media screen and (max-width: 960px) {
  .top_topics {
    display: grid;
    padding: 0;
  }
}
@media screen and (max-width: 414px) {
  .top_topics {
    display: grid;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .top_topics .inner {
    padding: 40px;
    order: 2;
  }
}
@media screen and (max-width: 414px) {
  .top_topics .inner {
    padding: 40px;
    order: 2;
  }
}
@media print, screen and (min-width: 961px) {
  .top_topics_block {
    width: 328px;
    position: relative;
    z-index: 99;
  }
}
.top_topics--title {
  font-feature-settings: "palt" 1;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
}
@media print, screen and (min-width: 961px) {
  .top_topics--title {
    font-size: 8.2rem;
  }
}
@media screen and (max-width: 960px) {
  .top_topics--title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 414px) {
  .top_topics--title {
    font-size: 5rem;
  }
}
.top_topics--title span {
  display: block;
}
@media print, screen and (min-width: 961px) {
  .top_topics--title span {
    font-size: 3.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .top_topics--title span {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 414px) {
  .top_topics--title span {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.top_topics--text {
  font-size: 1.5rem;
}

#top_fireworks {
  background: #550063;
}
@media print, screen and (min-width: 961px) {
  #top_fireworks .top_fireworks_inner {
    position: relative;
    z-index: 99;
    left: 2%;
    top: 50%;
    transform: translate(0, -50%);
  }
}

#top_yosakoi {
  background: #BF0B13;
}
@media print, screen and (min-width: 961px) {
  #top_yosakoi {
    text-align: right;
  }
}
@media print, screen and (min-width: 961px) {
  #top_yosakoi .top_yosakoi_inner {
    position: relative;
    z-index: 99;
    right: 2%;
    top: 50%;
    transform: translate(0, -50%);
  }
}
#top_yosakoi .top_topics_block {
  margin-left: auto;
}

@media print, screen and (min-width: 961px) {
  .top_fireworks_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .top_fireworks_img {
    order: 1;
  }
}
@media screen and (max-width: 414px) {
  .top_fireworks_img {
    order: 1;
  }
}
@media print, screen and (min-width: 961px) {
  .top_fireworks_img img {
    border-radius: 20px 0 0 20px;
  }
}

@media print, screen and (min-width: 961px) {
  .top_yosakoi_img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .top_yosakoi_img {
    order: 1;
  }
}
@media screen and (max-width: 414px) {
  .top_yosakoi_img {
    order: 1;
  }
}
@media print, screen and (min-width: 961px) {
  .top_yosakoi_img img {
    border-radius: 0 20px 20px 0;
  }
}

@media print, screen and (min-width: 961px) {
  .page {
    max-width: 850px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .page {
    max-width: 850px;
    margin: 0 auto;
    padding: 60px 30px;
  }
}

.page_title {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .page_title {
    font-size: 3rem;
    margin-bottom: 30px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 960px) {
  .page_title {
    font-size: 2.6rem;
    margin-bottom: 30px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 414px) {
  .page_title {
    font-size: 2rem;
    margin-bottom: 30px;
    padding: 15px 0;
  }
}

.sub_title {
  border-left: 10px solid;
  padding-left: 10px;
}
@media print, screen and (min-width: 961px) {
  .sub_title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .sub_title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .sub_title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.sub_title a {
  color: #333;
}

.spec_title {
  font-weight: normal;
}
@media print, screen and (min-width: 961px) {
  .spec_title {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .spec_title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .spec_title {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

body.fireworks .page_title {
  color: #550063;
  border-top: 3px solid #550063;
  border-bottom: 3px solid #550063;
}
body.fireworks .sub_title {
  border-left-color: #550063;
}
body.fireworks .title_overview {
  background: #DC6DA0;
}
body.fireworks .overview_block {
  background: #FFEBF6;
}

body.yosakoi .page_title {
  color: #BF0B13;
  border-top: 3px solid #BF0B13;
  border-bottom: 3px solid #BF0B13;
}
body.yosakoi .sub_title {
  border-left-color: #BF0B13;
}

body.introduction .page_title {
  color: #325EBB;
  border-top: 3px solid #325EBB;
  border-bottom: 3px solid #325EBB;
}
body.introduction .sub_title {
  border-left-color: #325EBB;
}

body.scdl .page_title {
  color: #FF4E94;
  border-top: 3px solid #FF4E94;
  border-bottom: 3px solid #FF4E94;
}
body.scdl .sub_title {
  border-left-color: #FF4E94;
}

body.map .page_title {
  color: #6f9c6a;
  border-top: 3px solid #6f9c6a;
  border-bottom: 3px solid #6f9c6a;
}
body.map .sub_title {
  border-left-color: #6f9c6a;
}
body.map .spec_title {
  color: #6f9c6a;
}

body.documents .page_title {
  color: #3FA2F7;
  border-top: 3px solid #3FA2F7;
  border-bottom: 3px solid #3FA2F7;
}
body.documents .sub_title {
  border-left-color: #3FA2F7;
}

.page_title_info {
  color: #009A91;
  border-top: 3px solid #009A91;
  border-bottom: 3px solid #009A91;
}

body.single .page_title {
  color: #009A91;
  border-top: 3px solid #009A91;
  border-bottom: 3px solid #009A91;
}
body.single .sub_title {
  border-left-color: #009A91;
}

.btn_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.btn_block li {
  width: 49%;
}
@media print, screen and (min-width: 961px) {
  .btn_block li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .btn_block li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .btn_block li {
    width: 100%;
    font-size: 1.5rem;
  }
}
.btn_block li a {
  color: #FFF;
  display: block;
  border-radius: 10px;
  background-blend-mode: multiply;
}
.btn_block li a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 961px) {
  .btn_block li a {
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  .btn_block li a {
    padding: 30px;
  }
}
@media screen and (max-width: 414px) {
  .btn_block li a {
    padding: 20px;
  }
}
.btn_block--title {
  font-weight: bold;
  display: block;
  padding: 10px 0;
}
@media print, screen and (min-width: 961px) {
  .btn_block--title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .btn_block--title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 414px) {
  .btn_block--title {
    font-size: 1.8rem;
  }
}
.btn_block--title i {
  margin-right: 5px;
}

.btn_pdf {
  background: #FF484A url(images/33805210_s.jpg) no-repeat center center;
}

.btn_form {
  background: #BF0B13 url(images/33805210_s.jpg) no-repeat center center;
}

.btn_pr {
  background: #B9003E url(images/33805210_s.jpg) no-repeat center center;
}

.btn_data {
  background: #035CC5 url(images/33805210_s.jpg) no-repeat center center;
}

.btn_music {
  background: #417902 url(images/33805210_s.jpg) no-repeat center center;
}

dl.overview {
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  background: #FFF;
}
@media print, screen and (min-width: 961px) {
  dl.overview {
    display: grid;
    grid-template-columns: auto auto;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  dl.overview {
    display: grid;
    grid-template-columns: auto auto;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  dl.overview {
    font-size: 1.5rem;
    margin-bottom: 30px;
    display: block;
  }
}
dl.overview dt, dl.overview dd {
  line-height: 1.5;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
@media print, screen and (min-width: 961px) {
  dl.overview dt, dl.overview dd {
    padding: 20px;
  }
}
@media screen and (max-width: 960px) {
  dl.overview dt, dl.overview dd {
    padding: 20px;
  }
}
@media screen and (max-width: 414px) {
  dl.overview dt, dl.overview dd {
    padding: 10px;
  }
}
dl.overview dt {
  font-weight: bold;
  grid-column: 1;
}
dl.overview dd {
  grid-column: 2;
}

.youkou_table {
  width: 100%;
  border: 1px solid #CCC;
  margin-bottom: 10px;
}
.youkou_table th, .youkou_table td {
  font-size: 1.8rem;
  padding: 15px 10px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.youkou_table th {
  background: #fde7c6;
}
.youkou_table td {
  text-align: center;
}
.youkou_table td:first-child, .youkou_table td.text_left {
  text-align: left;
}

.page_title_fireworks {
  background: url(images/page_title_fireworks.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 961px) {
  .page_title_fireworks {
    height: 200px;
  }
}
@media screen and (max-width: 960px) {
  .page_title_fireworks {
    height: 150px;
  }
}

.page_title_yosakoi {
  background: url(images/page_title_yosakoi.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 961px) {
  .page_title_yosakoi {
    height: 200px;
  }
}
@media screen and (max-width: 960px) {
  .page_title_yosakoi {
    height: 150px;
  }
}

.page_title_top {
  color: #FFF;
}
@media print, screen and (min-width: 961px) {
  .page_title_top {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 960px) {
  .page_title_top {
    font-size: 2.8rem;
  }
}

.caution {
  color: #cc0000;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #cc0000;
  margin-bottom: 20px;
  padding: 20px;
}

@media print, screen and (min-width: 961px) {
  .flex_container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  .flex_container {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 961px) {
  .flex_container img {
    max-width: 420px;
  }
}
@media print, screen and (min-width: 961px) {
  .flex_container_text {
    width: 100%;
  }
}

@media print, screen and (min-width: 961px) {
  .photo_mgn {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .photo_mgn {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 961px) {
  .order_left {
    order: 1;
  }
}

@media print, screen and (min-width: 961px) {
  .order_right {
    order: 2;
  }
}

@media print, screen and (min-width: 961px) {
  .page_news_container {
    display: flex;
    justify-content: space-between;
    align-items: top;
    gap: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .page_news_container {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 961px) {
  .page_news_container .newslist {
    width: 70%;
    max-width: 550px;
  }
}
@media screen and (max-width: 960px) {
  .page_news_container .newslist {
    width: 100%;
  }
}
.page_news_container .newslist li {
  display: flex;
}
@media print, screen and (min-width: 961px) {
  .page_news_container .newslist li {
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .page_news_container .newslist li {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 414px) {
  .page_news_container .newslist li {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.page_news_container .newslist .postbox__link {
  grid-column: 1/3;
  grid-row: 2/3;
}
.page_news_container .newslist .postbox__title {
  font-size: 1.6rem;
  font-weight: normal;
  text-justify: auto;
  padding: 3px 0;
}

.page_news_title {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .page_news_title {
    width: 30%;
    max-width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .page_news_title {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 961px) {
  .page_news_title svg {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 960px) {
  .page_news_title svg {
    width: 50px;
    height: 50px;
  }
}
.page_news_title .icon_hanabi {
  color: #550063;
}
.page_news_title .icon_naruko {
  color: #BF0B13;
}
@media print, screen and (min-width: 961px) {
  .page_news_title h2 {
    font-size: 2.6rem;
    padding: 20px 0;
  }
}
@media screen and (max-width: 960px) {
  .page_news_title h2 {
    font-size: 2.2rem;
    padding: 20px 0;
  }
}
@media screen and (max-width: 960px) {
  .page_news_title h2 br {
    display: none;
  }
}

.title_overview {
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 961px) {
  .title_overview {
    font-size: 3rem;
    border-radius: 40px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 960px) {
  .title_overview {
    font-size: 2.2rem;
    border-radius: 40px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 414px) {
  .title_overview {
    font-size: 1.8rem;
    border-radius: 20px;
    width: 90%;
    padding: 10px 20px;
  }
}

.overview_block {
  border-radius: 10px;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .overview_block {
    margin-bottom: 60px;
    padding: 80px 60px 40px 60px;
  }
}
@media screen and (max-width: 960px) {
  .overview_block {
    margin-bottom: 60px;
    padding: 80px 60px 40px 60px;
  }
}
@media screen and (max-width: 414px) {
  .overview_block {
    margin-bottom: 30px;
    padding: 40px 20px 20px 20px;
  }
}
.overview_block dl {
  margin-bottom: 0;
}

.doc_table .fa-file-pdf {
  color: #FF484A;
}

.fa-file-word {
  color: #2B7CD3;
}

.fa-file-excel {
  color: #107C41;
}

.googlemap {
  width: 100%;
  aspect-ratio: 4/3;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
}

.page404_title {
  color: rgb(246.5594059406, 108.4405940594, 114.5792079208);
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 961px) {
  .page404_title {
    font-size: 24rem;
  }
}
@media screen and (max-width: 960px) {
  .page404_title {
    font-size: 20rem;
  }
}
@media screen and (max-width: 414px) {
  .page404_title {
    font-size: 18rem;
  }
}
.page404_title span {
  display: block;
}
@media print, screen and (min-width: 961px) {
  .page404_title span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 960px) {
  .page404_title span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 414px) {
  .page404_title span {
    font-size: 2.8rem;
  }
}

.page404_sub_title {
  color: rgb(246.5594059406, 108.4405940594, 114.5792079208);
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  .page404_sub_title {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .page404_sub_title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .page404_sub_title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

ul.slides {
  overflow: hidden;
  zoom: 1;
}

.scroll-hint-icon-blue {
  background-color: #ff6500 !important;
}

.scroll-hint-icon {
  top: 10% !important;
}/*# sourceMappingURL=style.css.map */