body {
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    background-color: #000;
    margin: 0;
    color: #f3f3f3;
    padding: 0;
}


.non{
    display: none;
}


/*
 * Slideshow
 */
.slideshow {
    overflow: hidden;
    position: relative;
    min-width: 960px;
    height: 465px;
    text-align: center;
}
.slideshow img {
    display: none;
}



/* header */
.page-header{
    background: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    width: 100%;
    height: 180px;
    z-index: 9998;
}
header h1{
    font-size: 45px;
    color: #fff9b9;
}
.page_menu{
    font-weight: bold;
    background-color: #e74118;
    margin:0 0 0 auto;
}
.page_menu td{
    padding: 0 10px;
}
.page_menu a{
    color: #000;
    text-decoration: none;
}

.page_menu td:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.236);
}

#pop1 {
    display: none; /* 初期状態では非表示 */
    position: absolute;
    padding: 10px;
    color:#fff9b9;
    font-size: 10px;
    font-weight: 100;
    left: 230px;
    top: 85px;
  }
  
  #Target1:hover + #pop1 {
    display: block; /* ホバー時は表示 */
  }

  #pop5 {
    position: absolute;
    padding: 10px;
    color:#fff9b9;
    font-size: 20px;
    font-weight: 200;
    left: 3%;
    top:25%;
    opacity: 0.8;
  }


  .page-header.sticky {
    position: fixed;
    top: 0;
}


/* main */

main {
    margin-top: 10px;
}
.atten{
    margin-top: 250px;    
}
.atten_day{
    margin-top: 250px;
    font-size: 45px;
    color: #22ca8f;
}  
.atten_hokma{
    margin-top: 250px;
    font-size: 75px;
    background-color: #22ca8f;
    height: 95px;
    color: #000;
    padding: 3%;
    opacity: 80%;
    margin-bottom: 150px;
}

.next-btn{
    margin-bottom: 400px;
    text-align: center;
    width: 100%;
    background-color: #000;
    border: 0;
    color:#f3f3f3;
}

.next-btn:hover{
    font-size: large;
    background-color: #111;
}


.center-box,main h1,footer h1{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}
main h1,footer h1{
    color:  #f3f3f3;
    border: 2px solid #d8d278;
    padding: 0 auto;
    background: url(../images/h1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 500px;
  
}
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    width: 80%;
    margin: 10px auto 0;
    box-sizing: border-box;
}

.container > a{
    display: block;
    color:  #d8d278;
    text-decoration: none;
}
  
.container-item {
    box-sizing: border-box;
    border: 2px solid #d8d278;
    width: 350px;
    flex: 0 0 350px;
}
  
.container-item .category {
    margin: 0;
    background-color: #d8d278;
    font-weight: bold;
    padding-left: 10px;
    color: #111111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.category .linkBtn {
    background-color: #d8d278;
    border: none; /* 枠線を消す */
    color: #000; /* テキスト色（画像に合わせて） */
    font-size: 18px;
    cursor: pointer;
}
.category .linkBtn:hover {
    background-color: #b2ad62;
} 
  
.container-item h2{
    color: #f3f3f3;
    margin: 0 auto;
    text-align: center;
}
.container-item p {
    color: #f3f3f3;
    margin: 0 auto;
    padding: 0 15px;
}
.container-item .links {
    text-align: right;
    padding-right: 10px;
    color:  #d8d278;
    font-weight: bold;
    text-decoration: none;
}
.container-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 6px rgba(239, 223, 106, 0.749);
}
  
  
  @media (max-width: 1024px) {
    .container-item {
      flex: 0 0 calc((100% - 16px) / 2);
      width: auto;
    }
  }
  
  @media (max-width: 640px) {
    .container-item {
      flex: 0 0 100%;
      width: auto;
    }
  }

  
#message_form{
    width: 600px;
    margin: 20px auto;
}

.fome_tag{
    width: 40px;
    color: #d8d278;
    font-weight: bold;
}

#message_form input{
    background-color: #000;
    border: 2px solid #d8d278;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}
#message_form input[type=submit]{
    background-color: #000;
    width: 42%;
    border: 3px solid #e74118;
    color: #fff;
    padding: 5px;
    font-weight: bold;
}
#message_form #check_btn{
    background-color: #00000000;
    width: 25%;
    color: #000;
    padding: 5px;
    font-weight: bold;
    border: 0;
    margin-right: 10px;
}


#message_form input[type=submit]:hover{
    transform: translateY(-3px);
    box-shadow: 0 2px 6px rgba(162, 6, 6, 0.749);
}
#message_form #check_btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.236);
}
#message_form textarea{
    background-color: #000;
    border: 2px solid #d8d278;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}


.names{
    text-align: center;
}
.names > div{
    font-weight: 250;
    font-size: 20px;
}
.character_tbl {
    display: flex;
    justify-content: center;
}
.character_tbl table {
    border-collapse: collapse;
    
    border: 2px solid #d8d278;
}
.character_tbl th,
.character_tbl td {
   padding: 8px 12px;
   border-bottom: 2px solid #d8d278;
  text-align: left;
}
.character_tbl th{
    color: #000;
    background-color: #d8d278;
}

hr{
    border: #000;
    margin: 50px;
}


/*footer*/




/*カーソル*/

#follower {
    position: fixed;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    transform: translate(-2%, -2%); /* 画像中心をカーソル位置に */
    pointer-events: none;               /* 要素がクリックを奪わないように */
    will-change: left, top;             /* ブラウザに最適化を示す */
    z-index: 9999;
  }


/* topボタン */

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #e74118;
    border-width: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 16px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  
    display: flex;              /* 画像を中央に */
    align-items: center;
    justify-content: center;
  }
  
  .back-to-top img.icon {
    width: 24px;
    height: 24px;
    display: block;
  }
 
  
  .back-to-top .label {
    display: block;
    height: 18px;
    margin: auto;
    overflow: hidden;
    width: 26px;
  }
  
  .back-to-top .label:before {
    content: url(../images/top.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin-left: -40px;
  }
  
  .no-js .back-to-top {
    display: none;
  }

  .arrow {
    width:100px;
    height:100px;
    display:none;
    opacity: 50%;
    position:fixed;
    bottom:15px;
    right:15px;
    z-index: 1;
  }








/*左下メニュー*/
.mini-player {
    position: fixed;
    left: 12px;
    bottom: 12px;
    z-index: 9998;
    background: #000;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    padding: 8px 10px;
  }

 
  .mini-player__title {
    font-size: 11px;
    line-height: 1.2;
    color:#f99625;
    margin: 0 0 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* コントロールバー */
  .mini-player__controls {
    display: flex;
    align-items: center;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    min-width: 60px;
    height: 10px;
    padding: 4px 8px;
    border: 1px solid #f99625;
    background: #000;
    cursor: pointer;
    color:#f99625;
  }
  .btn-primary {
    background: #000;
    color:  #f99625;
    border-color: #f99625;
  }

  /* 画面幅が狭いときも操作しやすく */
  @media (max-width: 480px) {
    .btn { min-width: 40px; height: 36px; }
    .mini-player__title { font-size: 10px; }
  }






