﻿@charset "utf-8";
body {}
/* 基本　*/
#zone_middle_floor {
  max-width: 100%;
  padding: 0;
  background: url("../image/2025-bg-border.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-attachment: fixed;
}
#zone_footer::after {
  height: 0;
}
/*-----------------2024-------------------*/
.stage_2024_grid {
  background: #fff;
  max-width: 1300px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 0;
  align-items: start;
  justify-items: center;
  align-content: center;
  justify-content: center;
  padding: 2em 1.5em;
  border-radius: 0 0 30px 30px;
  margin-top: -20px;
}
.stage_2024_grid div {
  width: 100%;
  text-align: center;
}
.stage_2024_grid div img {
  max-width: 100%;
}
.l_grid_program {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: 0 auto;
}
@media (max-width : 768px) {
  .l_grid_program {
    display: block;
  }
}
/*企画リスト*/
.kikaku_list {
  background: #fff;
  width: 90%;
  max-width: 100%;
  margin: 2em auto 1em auto;
  padding: 2em 1em;
  border: solid 3px #F7B000;
  border-radius: 8px;
  position: relative;
}
.kikaku_list .box-title img {
  position: absolute;
  top: -60px;
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.kikaku_list ul {
  position: relative;
}
.kikaku_list ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 2em;
  border-bottom: dashed 1px silver;
  list-style-type: none !important;
}
.kikaku_list ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138"; /*アイコン種類*/
  position: absolute;
  left: 0.5em; /*左端からのアイコンまで*/
  color: #0034FF; /*アイコン色*/
  font-weight: 800;
}
.kikaku_list ul li:last-of-type {
  border-bottom: none;
}
/*企画リスト（PDF）打消し用*/
.kikaku_list.pdf ul {
  position: static;
}
.kikaku_list.pdf ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0;
  border-bottom: none;
}
.kikaku_list.pdf ul li:before {
  content: none;
}
/*PDFのボタン*/
.kikaku_list.pdf ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-width: 250px;
  margin: 0 auto;
  padding: .5em 1em;
  border: none;
  border-radius: 25px;
  background-color: #D0D0D0;
  font-weight: normal;
  text-decoration: none !important;
  border-bottom: none !;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.kikaku_list.pdf ul li:first-child a {
  background: #FF141C;
}
.kikaku_list.pdf ul li:nth-child(2) a {
  background: #0652DD;
}
.kikaku_list.pdf ul li:last-child a {
  background: #00AC3A;
}
.kikaku_list.pdf ul li a:hover {
  opacity: .6;
}
.kikaku_list.pdf ul li a span:first-child {
  margin: 0 .5em;
  padding: .2em .6em;
  border-radius: 15px;
  background-color: #fff;
  color: #535353;
  font-size: .7em;
}
.kikaku_list.pdf ul li a span:last-child {
  color: #fff;
  font-size: 1em;
}
.kikaku_list.pdf ul li a::after {
  position: absolute;
  right: 1em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}
@media (max-width : 1130px) {
  .kikaku_list.pdf ul li a strong {
    display: block;
    width: 100%;
  }
}

@media (max-width : 500px) {
.kikaku_list {
    margin: 6em auto 1em auto;
}
}
.midasi_backnumber {
  font-size: clamp(1rem, 0.841rem + 0.8vw, 1.438rem);
  text-align: center;
  margin-top: 2em;
  color: #77A7C0;
}
/*---*/
.midashi_date {
  font-size: clamp(1.125rem, 0.92rem + 1.02vw, 1.688rem);
  text-align: center;
  margin-top: 1em;
}
.midashi_date div {
  margin: 0 auto;
  font-size: clamp(1.25rem, 0.568rem + 3.41vw, 3.125rem);
  font-weight: bold;
}
.midashi_date div span {
  font-size: .8em;
}
.midashi_date div em {
  font-size: .6em;
  background: #0034FF;
  display: inline-block;
  color: #fff;
  border-radius: 100px;
  padding: .1em .4em;
  vertical-align: middle;
}
.midashi_date > span {
  color: #0034FF;
  display: block;
  margin-bottom: 2em;
  border: 3px solid #0034FF;
  padding: 0.5em 1em;
  box-shadow: 5px -5px #0034FF;
  background: #fff;
}
.midashi_date > em {
  display: block;
  font-size: .6em;
  color: #fff;
  max-width: 300px;
  margin: 0 auto 1em auto;
  background-color: #F7B000;
}
.bg_shadow_box {
  max-width: 860px;
  margin: 0 auto;
  display: block;
  border: 3px solid #C3C3C3;
  border-radius: 10px;
  padding: 0.5em 1em;
  background: #fff;
}
.max-width {
  max-width: 900px;
  margin: 0 auto;
}
.col_marker_red {
  background: #FFE4E5;
}
.rela01 {
  position: relative;
}
.ab01 {
  position: absolute;
  top: -50px;
  right: -30px;
}
.ab01 img {
  width: 200px;
}
.ab02 {
  position: absolute;
  bottom: 950px;
  right: -80px;
}
.ab02 img {
  width: 195px;
}
.ab03 {
  position: absolute;
  top: 450px;
  left: -145px;
}
.ab03 img {
  width: 300px;
}
.ab04 {
  position: absolute;
  bottom: 260px;
  left: -120px;
}
.ab04 img {
  width: 195px;
}
@media (max-width: 1420px) {
  .ab01 {
    position: absolute;
    top: -50px;
    right: 30px;
  }
  .ab01 img {
    width: 130px;
  }
  .ab02 {
    position: absolute;
    bottom: 1070px;
    right: 20px;
  }
  .ab02 img {
    width: 115px;
  }
  .ab03 {
    position: absolute;
    top: 350px;
    left: 0px;
    z-index: 2;
  }
  .ab03 img {
    width: 160px;
  }
  .ab04 {
    position: absolute;
    bottom: 1260px;
    left: 20px;
  }
  .ab04 img {
    width: 125px;
  }
}
@media (max-width: 1024px) {
  .ab01 {
    position: absolute;
    top: -50px;
    left: 0px;
  }
  .ab01 img {
    width: 90px;
  }
  .ab02 {
    position: absolute;
    bottom: 1200px;
    right: 10px;
  }
  .ab02 img {
    width: 75px;
  }
  .ab03 {
    position: absolute;
    top: 320px;
    left: auto;
    right: 0;
    z-index: 2;
  }
  .ab03 img {
    width: 120px;
  }
  .ab04 {
    position: absolute;
    bottom: 560px;
    left: 20px;
  }
  .ab04 img {
    width: 85px;
  }
}
@media (max-width: 500px) {
	.ab02 {
    position: absolute;
    bottom: static;
    right: 10px;
    top: 500px;
    z-index: 4;
}
.ab03 {
    top: 223px;
}
  .ab03 img {
    width: 90px;
  }
  .ab04 {
    bottom: 520px;
  }
}
/*-----------------------------------*/
.l_sp_padding {
  width: auto;
}
.bpts_footer_pagetop {
  display: none !important;
}
/* ページトップ　*/
.l_bpts_footer_pagetop {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 998;
  margin: 0;
  padding: 0;
  width: auto;
}
.l_turn {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.l_bpts_footer_pagetop:hover .l_turn {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.l_bpts_footer_pagetop a img {
  width: 150px;
}
.teiin img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1218px) {
  .l_bpts_footer_pagetop {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 998;
    height: auto;
    width: auto;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .l_bpts_footer_pagetop a img {
    width: 95px;
  }
}
/* 大見出し */
.col_danraku_midashi_oc {
  text-align: center;
  margin: 2em auto;
  max-width: 600px;
  width: 100%;
}
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.stage_2025_main img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
#zone_mainarea_1col {
  margin: 0;
}
#zone_body {
  max-width: 1920px;
  float: none;
  margin: 0 auto;
  background: none !important;
}
.zone_maxwidth_2025 {
  max-width: 1300px;
  margin: 0 auto;
}
.unit_introbox {
  border: none;
}
/*ふわふわ*/
.fuwafuwa {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.btn_fuwa {
  width: 100%;
  max-width: 500px;
  height: 60px;
  position: relative;
  text-decoration: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #0652DD;
  color: #0652DD;
  background-color: #fff;
  box-shadow: 0 6px 0 #0652DD;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 1.1em;
  margin: 1em auto 2em auto;
}
/* ホバーアニメーション */
.btn_fuwa:hover {
  color: #fff !important;
  background-color: #0652DD;
  box-shadow: 0 0 0 #0652DD;
  transform: translateY(6px);
}