@charset "UTF-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  max-height: 999999px;
}
body {line-height: 1;}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
  overflow: hidden;
  line-height: 140%;
}
ol, ul {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

a {
  text-decoration: none;
  outline: none;
}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
     
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }



/*------------------------------------
	Value
------------------------------------*/
.mtop0 { margin-top: 0!important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop35 { margin-top: 35px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }
.mtop100 { margin-top: 100px; }


.mbtm0 { margin-bottom: 0; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm35 { margin-bottom: 35px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }
.mbtm100 { margin-bottom: 100px; }

.mleft5 { margin-left: 5px; }
.mleft10 { margin-left: 10px; }
.mleft15 { margin-left: 15px; }
.mleft20 { margin-left: 20px; }

.mright5 { margin-right: 5px; }
.mright10 { margin-right: 10px; }
.mright15 { margin-right: 15px; }
.mright20 { margin-right: 20px; }

.mauto {margin: auto;}

.p10 { padding: 10px; }
.p20 { padding: 20px; }
.p30 { padding: 30px; }
.p40 { padding: 40px; }

.ptop10 { padding-top: 10px; }
.ptop15 { padding-top: 15px; }
.ptop30 { padding-top: 30px; }

.ptop50 { padding-top: 50px; }

.ptop100 { padding-top: 100px; }

.pbtm10 { padding-bottom: 10px; }
.pbtm30 { padding-bottom: 30px; }


.pleft5 { padding-left: 5px; }
.pleft10 { padding-left: 10px; }
.pleft15 { padding-left: 15px; }
.pleft20 { padding-left: 20px; }



.pright5 { padding-right: 5px; }
.pright10 { padding-right: 10px; }
.pright15 { padding-right: 15px; }
.pright20 { padding-right: 20px; }



@media screen and (max-width: 1000px) {
  .mtop20 { margin-top: 2%; }
  .mtop25 { margin-top: 2.5%; }
  .mtop30 { margin-top: 3%; }
  .mtop40 { margin-top: 4%; }
  .mtop50 { margin-top: 5%; }
  .mtop60 { margin-top: 6%; }
  .mtop70 { margin-top: 7%; }  
  .mtop100 { margin-top: 10%; }

  .mbtm20 { margin-bottom: 2%; }
  .mbtm25 { margin-bottom: 2.5%; }
  .mbtm30 { margin-bottom: 3%; }
  .mbtm40 { margin-bottom: 4%; }
  .mbtm50 { margin-bottom: 5%; }
  .mbtm60 { margin-bottom: 6%; }
  .mbtm70 { margin-bottom: 7%; }
  .mbtm100 { margin-bottom: 10%; }
  
  .ptop50 { padding-top: 5%; }
  .ptop100 { padding-top: 10%; }
  
  .p40 { padding: 4%; }  
}

@media screen and (max-width: 750px) {
  .mtop20 { margin-top: 2.6%; }
  .mtop25 { margin-top: 3.3%; }
  .mtop30 { margin-top: 4%; }
  .mtop40 { margin-top: 5.3%; }
  .mtop50 { margin-top: 6.6%; }  

  .mbtm20 { margin-bottom: 2.6%; }
  .mbtm25 { margin-bottom: 3.3%; }
  .mbtm30 { margin-bottom: 4%; }
  .mbtm40 { margin-bottom: 5.3%; }
  .mbtm50 { margin-bottom: 6.6%; }
  
  .ptop50 { padding-top: 6.6%; }
  
  .p40 { padding: 5.3%; }    
}


@media screen and (max-width: 480px) {
  .mtop20 { margin-top: 2.6%; }
  .mtop25 { margin-top: 3.3%; }
  .mtop30 { margin-top: 4%; }
  .mtop40 { margin-top: 5.3%; }
  .mtop50 { margin-top: 30px; }  

  .mbtm20 { margin-bottom: 2.6%; }
  .mbtm25 { margin-bottom: 3.3%; }
  .mbtm30 { margin-bottom: 4%; }
  .mbtm40 { margin-bottom: 5.3%; }
  .mbtm50 { margin-bottom: 30px; }
  
  .ptop50 { padding-top: 30px; }
  
  .p40 { padding: 5.3%; }  
}

/*----------------------------------------
	basis
----------------------------------------*/
html {
  font-size: 62.5%; /*標準サイズ*/
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1080px) {
  html {
    font-size: 56.25%;/*9/16*/
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 50%;/*8/16*/
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 43.75%;/*7/16*/
  }
}


p {
  line-height: 170%;
}

a {
  transition : all 0.5s ease;
}

a:hover {
	opacity: 0.5;
}

p a , table a , li a , 
.txt-link {
  color: #fff;
  text-decoration: underline;
}

p a:hover , table a:hover , li a:hover ,
.txt-link:hover {
  text-decoration: none;
  opacity: 1;
}

.ofh { overflow: hidden; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.relative { position: relative; }

.w100per { max-width: 100%; }

.red { color: #ff0000; }
.orange { color:#ff6c2a;}
.rightblue {color: #0488e6;}
.blue {color: #1653ac;}
.yellow{color: #ffff00;}
.orenge{ color: #ff6c2a;}



.bg-white {background-color: #fff}
.bg-gray {background: #f7f7f7; }


.opacity:hover { opacity: 0.7; }


.block { display: block;}
.inline-block { display: inline-block;}
.inline { display: inline;}


.bold{
  font-weight: 800;
}

/*----------------------------------------
SP/PCの表示・非表示切り替え
----------------------------------------*/

.SPbr{
  display: none;
}

.PCbr{
  display: inline;
}

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

@media screen and (max-width: 480px) {
  .PCbr{
    display: none;
  }

  .SPbr{
    display: inline;
  }
}

/*----------------------------------------
	ふんわり表示アニメーション
----------------------------------------*/

.fadein-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fadein-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/*----------------------------------------
	インデント
----------------------------------------*/
.indent {
  padding-left :1em;
  text-indent: -1em;
}


.list-indent li {
  padding-left: 1em;
  text-indent: -1em;
}
/*----------------------------------------
	basis_2
----------------------------------------*/
body {
  font-family: "M PLUS 1","Noto Sans JP", sans-serif, "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  color: #386489;
  font-size: 1.8rem;
  line-height: 180%;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 750px) {
  body {
    line-height: 160%;
  }
}

@media screen and (max-width: 480px) {
  body {
    line-height: 150%;
  }
}

/*----------------------------------------
	bg
----------------------------------------*/

.bg {
  position: relative;
  min-height: 2000px;
  background: linear-gradient(#e0e0e0, #e0e0e0);
  overflow: hidden;
  z-index: 0; /* 明示的に設定 */
}

.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/back_imgae.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  opacity: 0.3;
  animation: fadeBg 2s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: -1; /* ← 背面に配置！ */
}

/* 背景画像のフェードアニメーション */
@keyframes fadeBg {
  0% { opacity: 0.2; }
  100% { opacity: 0.7; }
}

/*----------------------------------------
	PC_nav
----------------------------------------*/
.nav_bg{
  background: linear-gradient(to right, #00e5ff, #007bff, #00e5ff);
}

/* 中身のレイアウト */
.PC_nav {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
}

.nav-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu li {
  flex: 1;
  text-align: center;
  min-height: 60px; /* ← 背景の高さを揃える */
  display: flex;
}

.nav-menu li a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 上下中央 */
  align-items: center;     /* 左右中央 */
  padding: 10px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 2.3rem;
  transition: background-color 0.3s ease;
  line-height: 1.3;
  height: 100%; 
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}

/* ホバー時：背景オレンジ */
.nav-menu li a:hover {
  background-color: #ff6c2a;
  color: white;
}

/* アクティブなメニュー */
.nav-menu li.active a {
  background-color: #ff6c2a;
  color: white;
}

.SP_nav{
  display: none;
}


/*----------------------------------------
	SP_nav
----------------------------------------*/

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

  .PC_nav{
    display: none;
  }

  /* SP_nav全体 */

  .SP_nav {
    display: block;
    width: 100%;
    z-index: 1000;
  }

  /* ヘッダー部分 */
  .SP_nav .header-inner {
    background: linear-gradient(to right, #00e5ff, #007bff);
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }


  /* メニューボタン */

  .menu-btn.fixed {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2000; /* nav-menuより上にする */
  }



  .SP_nav .menu-btn img,
  .SP_nav .menu-close img {
    margin: 5px 5px 0 0;
    width: 40px;
    height: auto;
    display: block;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  /* ナビゲーションメニュー */
  .SP_nav .nav-menu {
    position: fixed;
    top: 0;
    right: -100vw; /* 初期は右に隠す */
    width: 100vw;
    height: 100%;
    background: linear-gradient(to bottom, #00c6ff, #0072ff);
    box-shadow: -2px 0 10px rgba(0,0,0,0.3);
    transition: right 0.3s ease;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3000;
  }

  .nav-menu li {
    flex: 1;
    text-align: center;
    min-height: 10px; /* ← 背景の高さを揃える */
    display: flex;
  }

  /* 開いたとき */
  .SP_nav .nav-menu.open {
    right: 0;
  }

  /* 閉じるボタン */
  .SP_nav .menu-close {
    background: none;
    border: none;
    padding: 0;
    margin-left: auto;
    cursor: pointer;
  }

  /* リンクリスト */
  .SP_nav .nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .SP_nav .nav-links li {
    border-bottom: 1px solid #fff;
  }

  .SP_nav .nav-links a {
    font-size: 3rem;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 0;
    font-weight: bold;
    text-align:center;
  }

  /* 下部の画像リンク */
  .SP_nav .nav-buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }

  .SP_nav .nav-buttons a img {
    width: 50%;
    height: auto;
    display: block;
  }

  .nav-buttons a{
    display: flex;
    justify-content: flex-end;
  }

  .menu-btn,
  .menu-close {
    background: none !important;
    border: none !important;
    padding: 0;
    box-shadow: none !important;
  }

}

@media screen and (max-width: 600px) {
  .SP_nav .nav-buttons {
    margin-top: 5px;
  }
  .SP_nav .nav-buttons a img {
    width: 100%;
  }
}

/*----------------------------------------
	floating-buttons フローティング
----------------------------------------*/

.floating-buttons {
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 1000;
}

.floating-buttons a {
  display: flex;
  justify-content: center;
}

/* 画像ボタンのスタイル */
.floating-buttons_1 {
  width: 220px; /* 画像サイズ：お好みで調整OK */
}

/* ホバー時にちょっと明るく */
.floating-buttons a img:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1400px) {
  .floating-buttons{
    position: fixed;
    bottom: 100px;
    right: 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 1000;
  }

  .floating-buttons_1 {
    width: 180px; /* 画像サイズ：お好みで調整OK */
  }


}


@media screen and (max-width: 768px) {
  .floating-buttons{
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .floating-buttons{
    display: none;
  }
}



/*----------------------------------------
	main
----------------------------------------*/

.main {
  margin: 0 10px;
}

.inner {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center; 
  margin: 0 auto;
  background-color: #fff;
  box-shadow: inset 0 0 0 16px #d9edfb, 
  inset 0 0 0 18px #0488e6,
  0 4px 15px rgba(0, 0, 0, 0.15);

}

.section{
  width: 100%;        
  max-width: 1000px;  
  margin: 0 auto; 
}


section h2 {
  display: flex;
  justify-content: center; 
}


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

  .inner {
    box-shadow: inset 0 0 0 8px #d9edfb, 
    inset 0 0 0 9px #0488e6,
    0 4px 15px rgba(0, 0, 0, 0.15);
  }

  .main {
    margin: 0 12px;
  }

  .section{
    width: 100%;     
    max-width: 600px; 
    margin: 0 auto; 
  }
}

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

  .main {
    margin: 0 12px;
  }

  .inner {
    box-shadow: inset 0 0 0 5px #d9edfb, 
    inset 0 0 0 7px #0488e6,
    0 4px 15px rgba(0, 0, 0, 0.15);
  }

  .section{
    width: 100%;     
    max-width: 300px; 
    margin: 0 auto; 
  }
}


/*----------------------------------------
	top
----------------------------------------*/

.top{
  max-width: 1200px;  
  margin: 0 auto;     
}

.top img {
  width: 100%;  
  height: auto;  
  display: block;   
}

.blue-bar {
  height: 40px;
  background-color: #005ecc; 
  width: 100%;
}

.queue-announcement{
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  max-width: 1200px;
  background-color: red;
  color: #FFFFFF;
}


@media screen and (max-width: 768px) {
  .top{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;    
  }
  
  .blue-bar {
    height: 20px;
  }
}

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

  .blue-bar {
    height: 10px;
  }
}


/*----------------------------------------
	double-line-box　2本の横線設定
----------------------------------------*/

.double-line-box {
  margin: 80px auto; 
  max-width: 1000px;        
  width: 90%;              
  display: flex;
  flex-direction: column;
  gap: 6px;                    
}

.line {
  width: 100%;                 
  height: 4px;

}

.line-top {
  background-color: #0488e6;
}

.line-bottom {
  background-color: #ffff00;    
}

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

  .double-line-box {
    margin: 40px auto;                  
  }

  .line {                
    height: 3px;
  }
}

@media screen and (max-width: 480px) {
  .line {                
    height: 2px;
  }

  .double-line-box {
    margin: 20px auto;
    width: 85%;                
  }

}

/*----------------------------------------
	intro 導入　start
----------------------------------------*/

.intro{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title_img_PC {
  width: 80%; 
  height: auto; 
  display: block;
}

.title_img_SP {
 display: none;
}

.intro_txt{
  text-align: center;
  font-size: 2.9rem;
  font-weight: 800;
}

.mini_img {
  width: 90%;
  height: auto;
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  
  .title_img_PC {
    display: none;
  }
  
  .title_img_SP {
    width: 90%; 
    height: auto; 
    display: block;
  }
  .intro_txt{
    width: 90%;
    margin-bottom: -20px;
  }
  .mini_img {
    width: 110%;
    height: auto;
    margin-top: 0;
    padding-left: 10px;
  }
}

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

  .intro_txt{
    margin-bottom: -5px;
  }

  .mini_img {
    padding-left:10px;
  }
}

/*----------------------------------------
	イナズマ配置01 start
----------------------------------------*/

.lp-wrapper {
  position: relative; 
}

.inzm01 {
  position: absolute;
  width: 8%;
  height: auto;
  right: -3%;
  top: 60.7%;
}

.inzm02 {
  position: absolute;
  width: 8%;
  height: auto;
  left: -3%;
  top: 250%;
}

@media screen and (max-width: 768px) {
  .inzm01 {
    position: absolute;
    width: 13%;
    height: auto;
    right: -12%;
    top: 42%;
  }
  
  .inzm02 {
    position: absolute;
    width: 12%;
    height: auto;
    left: -4%;
    top: 260%;
  }

}

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

  .inzm01 {
    right: -6%;
    top: 42%;
  }
  
  .inzm02 {
    position: absolute;
    width: 12%;
    height: auto;
    left: -4%;
    top: 260%;
  }

}

@media screen and (max-width: 390px) {
  .inzm01 {
    position: absolute;
    width: 12%;
    height: auto;
    right: 0%;
    top: 82%;
  }
  
  .inzm02 {
    position: absolute;
    width: 10%;
    height: auto;
    left: 3%;
    top: 270%;
  }
}


/*----------------------------------------
	イナズマ配置01 fin
----------------------------------------*/



/*----------------------------------------
	イナズマアニメーション　start
----------------------------------------*/

.random-float {
  position: absolute;
  transition:
    transform 1.5s ease-in-out,
    opacity 1s ease-in-out;
  will-change: transform, opacity;
}

/*----------------------------------------
	イナズマアニメーション　fin
----------------------------------------*/
/*----------------------------------------
	intro イベント概要　fin
----------------------------------------*/

/*----------------------------------------
	event-details イベント詳細 start
----------------------------------------*/

.event-details{
  margin: 0 auto;
  padding: 0 5%;
}

.event-details_title{
  width: 50%;
}

/* ４イベントレイアウト */

.event_list {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0 auto;
  gap: 4%; 
}

/* ４イベント設定 */

.event_item{
  position: relative;
  width: calc(50% - 2%);
  box-sizing: border-box;
  padding: 2rem;
  margin-top: 4%;
}

.event_item:nth-child(1),
.event_item:nth-child(2) {
  margin-top: 0;
}


.event_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #5fa3ed;
  border-right: 20px solid transparent;
  z-index: 3; /* ←重要！ */
}

.event_item_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.event_item_content{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  clip-path: polygon(
    0 0,
    calc(100% - 20px) 0,
    100% 20px,
    100% 100%,
    20px 100%,
    0 calc(100% - 20px)
  );
  box-sizing: border-box;
}

.event_item_titlebox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  align-items: flex-end;
}

.icon01 {
  width: 15%;
  margin-bottom: -20px;
  height: auto;
  flex-shrink: 0;
  z-index: 100;
}

.event_item_title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #f75b1e;
}

.event_item_img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.event_item_txt {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1653ac;
  line-height: 1.6;
}

.corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #5fa3ed;
  border-left: 20px solid transparent;
  z-index: 3;
}

.event_item_btn{
  display: block;
  margin: 20px auto 0;
  padding: 1.5rem 2rem;
  text-align: center;
  background: linear-gradient(to right, #00c6ff, #0072ff);
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  border-radius: 12px;
  text-decoration: none;
}

.event_item_btn:hover {
  background: linear-gradient(to right, #00a5dd, #005ecc);
  color: #e0e0e0;
}

/* イベント４つのやつレスポンシブ一旦 */

@media (max-width: 768px) {

  .icon01 {
    margin-bottom: -20px;
    width: 10%;
  }

  .event_item_title {
    font-size: 3rem;
  }

  .event_item {
    width: 100%;
    margin: 4% auto 0; /* 上下の間隔は維持 */
  }
  .event_item:nth-child(1),
  .event_item:nth-child(2) {
    margin-top: 4%;
  }

  .event_item:first-child {
    margin-top: 0;
  }

  .event-details_title{
    width: 70%;
  }

  .event_item_txt {
    font-size: 2.2rem;
  }

  .event_item_btn{
    border-radius: 7px;
  }

}


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

  .icon01 {
    margin-bottom: -20px;
    width: 14%;
  }

  .event_item_title {
    font-size: 2.6rem;
    margin-bottom: -3px;
  }
  .event_item_btn{
    padding: 13px 0;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 10px;
  }
    
   .event_item {
    width: 100%;
    margin: 4% auto 0; /* 上下の間隔は維持 */
  }

  .event-details_title{
    padding-top: 40px;
    width: 80%;
    margin-right: 10px;
  }
  .icon01 {
    width: 15%;
    z-index: 300;
  }

  .event_item_title {
    font-size: 2.4rem;
    margin-bottom: -3px;
  }


}


/*----------------------------------------
		event-details イベント詳細　fin
----------------------------------------*/

/*----------------------------------------
	中部電力 MIRAI TOWER 特別イベント開催 ※待ち
----------------------------------------*/

.tower_event{
  margin: 60px auto 0;     
}

.tower_event_titlebox {
  position: relative;
  background: linear-gradient(to right, #ff7d00,#ff630e, #f7c012);
  padding: 1rem 2rem;
  margin: 2rem auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  min-height: 70px;
  box-sizing: border-box;
}

.tower_event_title {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
  line-height: 1.4;
  margin: 0;
  flex: 1 1 300px;
}

.tower_event_titlebox::after {
  content: "";
  position: absolute;
  right: 0;       
  bottom: -5px;    
  width: 100px;    
  height: 100px;
  background-image: url('img/inzm_05.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}

.tower_event_intro{
  font-size: 2.8rem;
  color: #323232;
  text-align: center;
}

/* タブ部分 */


.tower_event_container {
  margin: 0 auto;
}

.tabs {
  display: flex;                  /* タブを横並びにする */
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 1000px;              /* 全体の幅制限（必要に応じて） */
  margin: 0 auto 20px;
}

.tabs_SP{
  display: none;
}

.tab {
  flex: 1;                        /* 均等に3等分する */
  text-align: center;
  cursor: pointer;
  position: relative;
}

.tab-img {
  width: 100%;                   /* タブ画像をタブ幅いっぱいに広げる */
  height: auto;
  display: block;
}

.tab-img.on {
  display: none;                 /* 通常はOFF画像だけ表示 */
}

.tab.active .tab-img.on {
  display: block;                /* アクティブ時はON画像を表示 */
}

.tab.active .tab-img.off {
  display: none;                 /* アクティブ時はOFF画像を非表示 */
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.main-image {
  width: 100%;
  height: auto;
}

/* イベント01　コラボライトアップ */

.tower_event_img{
  max-width: 1000px;
  width: 100%;
  height: auto;
}

.tower_event_lead-copy{
  margin-top: 10px;
  max-width: 1000px;
  text-align: center;
  font-size: 3rem;
  color: #ff6c2a;
  font-weight: 700;
  padding-bottom: 10px;
}

.tower_event_lead-copy span {
  display: inline-block;
  border-bottom: 3px solid #ffff00;
  padding-bottom: 6px; 
}

.tower_event_lead-copy + p {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.7;
  margin: 1em auto;
  text-align: center;
}

.black_line{
   border-top: 1px solid black;
   width: 100%;
   margin: 50px 0;
   opacity: 0.5;
}


.tower_event_info__big_block {
  margin: 20px auto 0;
  display: flex;
  gap: 2%;
  justify-content: center;
}

.tower_event_info__big_label {
  display: flex;
  padding: 10px 20px;
  background-color: #f75b1e;
  border-radius: 3px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: justify;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: 800;
}

.tower_event_info__big_text {
  font-size: 2.5rem;
  color: #323232;
  font-weight: 500;
  line-height: 1.8;
  font-weight: 800;
}


/* MIRAI TOWER　アクセス・日時 */

.tower_event_info {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.tower_event_info__block {
  width: 48%;
  display: flex;
  flex-direction: row;
  gap: 3%;
}

.tower_event_info__label {
  display: flex;
  width: 90px;
  height: 30px;
  background-color: #f75b1e;
  border-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: justify;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-sizing: border-box;
}

.tower_event_info__text {
  font-size: 1.6rem;
  color: #323232;
  font-weight: 500;
  line-height: 1.4;
}

.br_768 {
  display:none;
}

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


  .tower_event_titlebox::after {
    right: 0px;
    top: -20px;        
  }

  .br_768 {
    display:block;
  }

  .tower_event_info__block{
    flex-direction: column;
  }

  .tower_event_info__text{
    margin-top: 5px;
  }
    
  .black_line{
   margin: 20px 0;
}

}

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

  .tower_event_info__big_block{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tower_event_info__big_text{
    text-align: center;
  }

  .tower_event_info__big_label {
    justify-content: center;
    font-size: 2.4rem;
  }
  .tower_event_info{
    flex-direction: column;
  }

  .tower_event_info__block{
    align-items: center;
    width: 100%;
  }

  .tower_event_info__text{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
  }

}


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

  .tower_event_titlebox::after {
    width: 80px;
    height: 80px;
    right: -20px;
    top: -20px;        
  }

  .tabs{
    display: none;
  }

  .tabs_SP{
    display: flex; 
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 1000px;
    margin: 0 auto 20px;
  }

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

  .tower_event_intro{
    font-size: 2.4rem;
  }
}

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

  .tower_event{
    margin: 30px auto 0;     
  }
  


  .tower_event_titlebox::after {
    width: 70px;
    height: 70px;
    right: -25px;
    top: -30px;        
  }  

  .tower_event_intro{
    font-size: 2rem;
  }



}

@media screen and (max-width: 390px) {
  .tower_event_titlebox::after {
    display: none;   
  }

}

/*----------------------------------------
	中部電力 MIRAI TOWER 特別イベント開催 ※待ち　fin
----------------------------------------*/

/*----------------------------------------
	開催概要　start
----------------------------------------*/

.info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
  text-align: center;
}

.info_img {
  width: 45%;
  height: auto;
}

/* イナズマ02 */

.lp-wrapper_02 {
  position: relative; /* ← これが .inzmXX の基準になる */
  display: flex;
  justify-content: center;
}

.inzm03 {
  position: absolute;
  width: 11%;
  height: auto;
  left: -13%;
  top: -18%;
}

.inzm04 {
  position: absolute;
  width: 13%;
  height: auto;
  left: -24%;
  bottom: 1%;
}

.inzm05 {
  position: absolute;
  width: 10%;
  height: auto;
  right: -13%;
  top: 20%;
}
@media screen and (max-width: 768px) {
  .inzm03{
    left: -2%;
    top: -14%;
  }

  .inzm05{
    width: 12%;
    right: -5%;
    top: 12%;
  }

}

@media screen and (max-width: 430px) {}
/* イナズマ02 fin */

.info_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}

.info_item {
  display: flex;
  gap: 3%;
  align-items: flex-start;
}

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

.info_label {
  display: flex;
  width: 100px;
  height: auto;
  background-color: #0488e6;
  border-radius: 3px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  padding: 5px 0;
  box-sizing: border-box;
}

.info_data {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
  flex: 1;
}

.access_box{
 display: flex;
 flex-direction: row;
 gap: 1%;
}

.access_label{
  background-color:#386489;
  width: 180px;
  height: 30px;
  color: #fff;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  padding: 5px;
  box-sizing: border-box;
}

.access_data{
  
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .access_box{
    flex-direction: column;
  }
}

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

  .info_img{
    width: 50%;
  }

  .info_list{
    margin-top: 10px;
  }

  .info_item {
    flex-direction: column;
    align-items: center;
  }

  .info_data {
    text-align: center;
    font-size: 2rem;
  }
  .access_box{
    font-size: 2rem;
    align-items: center;
  }

  .access_label{
    height: 25px;
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .access_data{
    margin-top: 5px;
    font-size: 2rem;
    text-align: center;
  }

  .info_label{
    font-size: 2rem;
    margin-bottom: 5px;
  }
}

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

  .info_img{
    width: 70%;
    margin-top: 20px;
  }
}
/*----------------------------------------
	開催概要　fin
----------------------------------------*/

/*----------------------------------------
  スタンプラリー/えれキッズ特典 start
----------------------------------------*/


.quiz-prize, .elekids-prize{
  margin: 0 auto;
  padding: 0 5%;
}

.quiz-prize_im,.elekids-prize_img{
  width: 55%;
  height: auto;
}

.quiz-prize_img{
  width: 55%;
  height: auto;
}

.elekids-prize_img{
  width: 55%;
  height: auto;
}

.benefits_box{
  margin: 60px auto 0;
  display: flex;
  flex-direction: row;
  gap: 5%;
  max-width: 1000px;
  justify-content: center;
  align-items: flex-start;
}



.benefits_box_img{
  width: 40%;
  height: auto;
  object-fit: contain;
}

.remarks{
  font-size: 1.3rem;
  line-height: 1.5;
}

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

  .benefits_box{
    flex-direction: column;
  }
  
  .quiz-prize_img{
    width: 75%;
    height: auto;
  }
  
  .benefits_box_img{
    width: 100%;
  }

  .benefits_box p {
    margin-top: 20px;
  }

  .elekids-prize_img{
    width: 75%;
  }

  
}

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

  .quiz-prize, .elekids-prize{
    padding: 0 8%;
  }
  

  .benefits_box{
    margin-top: 20px;
  }


  .benefits_box p {
    margin: 20px auto 0;
    font-size: 2.2rem;
    line-height: normal;
  }

  .remarks{
    font-size: 1.5rem;
  }

  .elekids-prize_img{
    width: 100%;
  }

  .quiz-prize_img{
    width: 100%;
  }
 

}

@media screen and (max-width: 390px) {
  .benefits_box p {
    margin: 10px auto 0;
  }

}

/*----------------------------------------
  スタンプラリー/えれキッズ特典 fin
----------------------------------------*/
/*----------------------------------------
 グッズ情報　start
----------------------------------------*/

.goods{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
}

.goods_title_img{
  display: block;
  margin: 0 auto;
  width: 40%;
}

.goods_intro_box{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.goods_intro{
  font-size: 1.6rem;
  text-align: left;
  color: #0488e6;
}


.goods-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.goods-grid li {
  width: 32%;
  background: #e6f3fc;
  padding: 15px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.goods-grid li img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.goods_name{
  color: #1653ac;
  height:70px;
  font-weight: 800; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #1653ac;
}

.goods_size{
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 3px;
}

.goods_price{
  color: #1653ac;
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 800; 
}

.price{
  font-size: 2rem;
  font-weight: 700; 
}

.goods_limit{
  margin-top: 10px;
  background-color: #1653ac;
  color: #fff;
  font-size: 1.3rem;
  padding: 5px 0;
}


/* モーダル表示 */
/* 小さな画像 */
.thumb {
  cursor: pointer;
  transition: transform 0.3s;
}

/* モーダルの背景 */

.modal {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal.open {
  display: flex;
  animation: fadeIn 0.5s ease;
}

/* 拡大画像 */
.modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  animation: zoomIn 0.5s ease;
}

/* アニメーション */
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 1149px) {
  .goods-grid li {
    width: 49%;
  }
}

@media screen and (max-width: 768px) {
  .goods_title_img{
    width: 55%;
  }
  .goods_limit{
    font-size: 1.8rem;
  }


}

@media screen and (max-width: 480px) {
  .goods-grid li {
    width: 100%;
    margin-top: 12px;
  }

  .goods_title_img{
    width: 70%;
  }
    
    .goods_intro_box{
        justify-content: flex-start;
    }

  .goods_intro{
    font-size: 2rem;
  }

  .goods_name{
    margin-top: 10px;
    font-size: 2.4rem;
    height:50px;
    font-weight: 800; 
  }

  .goods_size{
    font-size: 1.8rem;
    margin-top: 0;
  }

  .goods_price{
    font-size: 1.8rem;
  }
  
  .price{
    font-size: 2.8rem;
  }
}


/*----------------------------------------
 グッズ情報　fin
----------------------------------------*/

/*----------------------------------------
 バナー　start
----------------------------------------*/

.banner{
  max-width: 1000px;
  padding: 0 5%;
  margin: 0 auto;
}

.banner_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  flex: 1 1 auto; /* ←幅を親の内側いっぱいに */
  box-sizing: border-box;
}

.banner_list li {
  flex: 1 1 30%; /* 3列分で比率調整。必要に応じて変更 */
}

.banner_list img {
  width: 100%; /* 親liの幅にぴったり合わせる */
  height: auto; /* アスペクト比を保つ */
}


@media screen and (max-width: 715px) {
  .banner_list img {
    width: 100%; /* 親liの幅にぴったり合わせる */
    height: auto; /* アスペクト比を保つ */

  }
}

@media screen and (max-width: 480px) {
  .banner_list{
    flex-direction: column;
    gap: 5px;
  }
}


/* フッターデザイン */

.footer_design {
  position: relative; /* 擬似要素の基準 */
  margin-top: 60px;
  height: 80px;
  color: white;
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  z-index: 1; /* テキストを上に表示 */
}

.footer_design::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(to right, #00e5ff, #007bff, #00e5ff);
  z-index: -1;
}


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

@media screen and (max-width: 480px) {
  .footer_design{
    margin-top: 20px;
    font-size: 1.6rem;
  }
}


/*----------------------------------------
 バナー　fin
----------------------------------------*/

/*----------------------------------------
 フッター　start
----------------------------------------*/
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/*----------------------------------------
 フッター　fin
----------------------------------------*/