@charset "UTF-8";
/* --------------------------------------------------
	
	Format Ver  : 1.0
	Last UpDate : 2026/01/29
	
	1 - 宣言
	2 - 全ページ共有
	3 - テーブルセット
	4 - 
	5 - 
	6 - 

/* --------------------------------------------------

	宣言

-------------------------------------------------- */
/* --------------------------------------------------

	全ページ共有

-------------------------------------------------- */
html,
body {
  background: #fff9a7;
  color: #3d2511;
  font-family: "M PLUS 1", sans-serif;
  font-size: medium;
  line-height: 1.6;
  height: 100%;
  word-wrap: break-word;
  text-size-adjust: 100%;
  scroll-padding-top: 80px; }

/* リンクが「_blank」の時のみアイコン */
a[target="_blank"]::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35d";
  padding-left: .3em; }

/* 直後に img がある場合は非表示 */
a[target="_blank"]:has(> img)::after {
  content: none; }

img {
  max-width: 100%;
  height: auto; }

/* pc専用 */
@media screen and (min-width: 1024px) {
  .pc {
    display: inline-block; }

  .tb {
    display: none; }

  .sp {
    display: none; } }
/* tb専用 */
@media screen and (max-width: 1023px) and (min-width: 481px) {
  .pc {
    display: none; }

  .tb {
    display: inline-block; }

  .sp {
    display: none; } }
/* sp専用 */
@media screen and (max-width: 480px) {
  .pc {
    display: none; }

  .tb {
    display: none; }

  .sp {
    display: inline-block; } }
#wrap,
#gnav,
#gnav-sp,
#header,
#about,
#attraction,
#map,
#ticket,
#access,
#footer,
#character {
  width: 100%;
  /*min-width: 1400px;*/
  box-sizing: border-box; }
  @media screen and (max-width: 1023px) and (min-width: 481px) {
    #wrap,
    #gnav,
    #gnav-sp,
    #header,
    #about,
    #attraction,
    #map,
    #ticket,
    #access,
    #footer,
    #character {
      min-width: 100%; } }
  @media screen and (max-width: 480px) {
    #wrap,
    #gnav,
    #gnav-sp,
    #header,
    #about,
    #attraction,
    #map,
    #ticket,
    #access,
    #footer,
    #character {
      min-width: 100%; } }

/* 固定ナビの高さ調整 */
/*
#about,
#attraction,
#map, 
#ticket,
#access {
	padding-top: 80px;
	margin-top: -80px;
}
*/
main.hiddenWrap {
  overflow: hidden; }

.inner {
  max-width: 1350px;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) and (min-width: 481px) {
    .inner {
      width: 90%; } }
  @media screen and (max-width: 480px) {
    .inner {
      width: 90%; } }

/* ナビPC */
#gnav {
  background: #dd1800;
  color: #fff;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 1000; }
  @media screen and (max-width: 1023px) and (min-width: 481px) {
    #gnav {
      display: none; } }
  @media screen and (max-width: 480px) {
    #gnav {
      display: none; } }
  #gnav .inner {
    max-width: 1000px; }
  #gnav ul {
    list-style: none;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    #gnav ul li:first-child a,
    #gnav ul li:last-child a {
      background-image: none;
      padding: 0; }
      #gnav ul li:first-child a:hover,
      #gnav ul li:last-child a:hover {
        background-size: 0; }
    #gnav ul li:first-child img {
      height: 70px; }
  #gnav a {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 2px;
    transition: background-size .3s;
    padding-bottom: 5px; }
    #gnav a:hover {
      background-position: bottom left;
      background-size: 100% 2px; }
      #gnav a:hover img {
        opacity: .6; }

/* ナビSP（common.jsにスクリプトあり） */
#gnav-sp {
  background: #dd1800;
  color: #fff;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 1000;
  /* ハンバーガーメニュー */ }
  @media screen and (min-width: 1024px) {
    #gnav-sp {
      display: none; } }
  #gnav-sp .inner {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  #gnav-sp .left {
    padding: 5px 0; }
    #gnav-sp .left img {
      height: 70px; }
  #gnav-sp .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  #gnav-sp .openbtn {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    #gnav-sp .openbtn span {
      display: inline-block;
      transition: all .4s;
      height: 3px;
      background-color: #fff;
      width: 50%;
      margin: 3px auto; }
  #gnav-sp .openbtn.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg); }
  #gnav-sp .openbtn.active span:nth-of-type(2) {
    opacity: 0; }
  #gnav-sp .openbtn.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg); }
  #gnav-sp nav {
    background-color: #dd1800;
    /*background-image: linear-gradient(90deg, rgba(255, 0, 165, 0.5), rgba(59, 149, 255, 0.5));*/
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 80px;
    left: 0;
    width: 100%;
    height: 40vh;
    transition: all 0.3s;
    visibility: hidden;
    pointer-events: none; }
    #gnav-sp nav.panelactive {
      opacity: 1;
      z-index: 100;
      visibility: visible;
      pointer-events: auto; }
    #gnav-sp nav ul {
      text-align: center;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      position: absolute;
      z-index: 500;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #gnav-sp nav ul li {
        width: 43%;
        margin: 20px 0 0 4.5%;
        /*
        &:nth-child(1) a {
        	animation-delay: .2s;
        }
        &:nth-child(2) a {
        	animation-delay: .3s; 
        }
        &:nth-child(3) a {
        	animation-delay: .4s; 
        }
        &:nth-child(4) a {
        	animation-delay: .5s; 
        }
        &:nth-child(5) a {
        	animation-delay: .6s; 
        }
        */ }
        #gnav-sp nav ul li a {
          color: #fff;
          font-size: 1.2em;
          font-weight: normal;
          text-decoration: none;
          line-height: 1.5;
          letter-spacing: .1em;
          width: 100%;
          padding: 1em 0;
          display: block;
          border: 1px solid #fff;
          border-radius: 10px;
          box-sizing: border-box;
          opacity: 0;
          animation: slideFadeIn 1.5s ease forwards; }
          #gnav-sp nav ul li a:hover {
            background-color: rgba(0, 0, 0, 0.5); }

/* ヘッダー */
#header {
  background: url("../images/header_bg.png"); }
  #header .title {
    position: relative; }
    #header .title ul {
      list-style: none;
      position: relative;
      overflow: hidden; }
      #header .title ul li img {
        width: 100%; }
      #header .title ul li.shigeki, #header .title ul li.hikari {
        position: absolute;
        top: 50%; }
        @media screen and (max-width: 1023px) and (min-width: 481px) {
          #header .title ul li.shigeki img, #header .title ul li.hikari img {
            width: 75%; } }
        @media screen and (max-width: 480px) {
          #header .title ul li.shigeki, #header .title ul li.hikari {
            top: 30%; }
            #header .title ul li.shigeki img, #header .title ul li.hikari img {
              width: 50%; } }
      @media screen and (min-width: 1024px) {
        #header .title ul li.shigeki {
          left: 50%;
          transform: translate(-50%, -50%) translateX(-400px); } }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #header .title ul li.shigeki {
          left: 50%;
          transform: translate(-50%, -50%) translateX(-300px); } }
      @media screen and (max-width: 480px) {
        #header .title ul li.shigeki {
          left: -20px; } }
      @media screen and (min-width: 1024px) {
        #header .title ul li.hikari {
          left: 50%;
          transform: translate(-50%, -50%) translateX(400px); } }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #header .title ul li.hikari {
          left: 50%;
          transform: translate(-50%, -50%) translateX(300px); } }
      @media screen and (max-width: 480px) {
        #header .title ul li.hikari {
          right: -30px;
          text-align: right; } }
    #header .title h1 {
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0) translateX(20px) translateY(200px); }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #header .title h1 {
          width: 70%;
          transform: translate(-50%, 0) translateX(0) translateY(200px); } }
      @media screen and (max-width: 480px) {
        #header .title h1 {
          width: 90%;
          transform: translate(-50%, 0) translateX(10px) translateY(-40px); } }
      #header .title h1 img {
        animation: jackInTheBoxPC 0.6s ease forwards; }
  #header .event {
    padding: 250px 0 50px; }
    @media screen and (max-width: 480px) {
      #header .event {
        padding: 70px 0 50px; } }
    #header .event ul {
      list-style: none;
      position: relative; }
      #header .event ul li img {
        width: 100%; }
      #header .event ul li.dossun, #header .event ul li.pussun {
        position: absolute;
        top: -200px;
        z-index: 2; }
        @media screen and (max-width: 480px) {
          #header .event ul li.dossun, #header .event ul li.pussun {
            top: -120px; }
            #header .event ul li.dossun img, #header .event ul li.pussun img {
              width: 75%; } }
      @media screen and (min-width: 1024px) {
        #header .event ul li.dossun {
          left: 50%;
          transform: translateX(-350px); } }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #header .event ul li.dossun {
          left: 20px; } }
      @media screen and (max-width: 480px) {
        #header .event ul li.dossun {
          left: 30px; } }
      @media screen and (min-width: 1024px) {
        #header .event ul li.pussun {
          left: 50%;
          transform: translateX(350px); } }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #header .event ul li.pussun {
          right: 20px; } }
      @media screen and (max-width: 480px) {
        #header .event ul li.pussun {
          text-align: right;
          right: 30px; } }
    #header .event .infoWrap {
      padding: 0 50px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media screen and (max-width: 480px) {
        #header .event .infoWrap {
          padding: 0 2em; } }
      #header .event .infoWrap h3 {
        color: #f75c00;
        font-size: 2em;
        font-weight: 900;
        letter-spacing: .1em;
        margin: 30px 0 15px; }

/* 開催概要 */
#about {
  background: #f75c00 url("../images/bg_orange.png") no-repeat top center;
  background-size: cover; }
  #about .inner {
    position: relative; }
  #about h3 img,
  #about .shigeki img,
  #about .body img,
  #about .chochin img,
  #about .dossun-pussun img {
    max-width: 100%;
    height: auto; }
  #about .body {
    padding-top: 200px; }
    @media screen and (max-width: 480px) {
      #about .body {
        width: 115%;
        padding-top: 250px;
        position: relative;
        left: -8%; } }
  #about h3 {
    width: 50%;
    position: absolute;
    top: 20px;
    z-index: 1; }
    @media screen and (min-width: 1024px) {
      #about h3 {
        left: 50%;
        transform: translateX(-50%) translateX(-200px); } }
    @media screen and (max-width: 1023px) and (min-width: 481px) {
      #about h3 {
        width: 45%;
        left: 0; } }
    @media screen and (max-width: 480px) {
      #about h3 {
        width: 60%;
        left: 0; } }
  #about .shigeki {
    width: 50%;
    position: absolute; }
    @media screen and (min-width: 1024px) {
      #about .shigeki {
        top: -10px;
        right: 0; } }
    @media screen and (max-width: 1023px) and (min-width: 481px) {
      #about .shigeki {
        width: 55%;
        top: -10px;
        right: 0; } }
    @media screen and (max-width: 480px) {
      #about .shigeki {
        width: 80%;
        top: 40px;
        right: 20px; } }
  #about .chochin {
    width: 50%;
    position: absolute; }
    @media screen and (min-width: 1024px) {
      #about .chochin {
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%) translateX(-300px); } }
    @media screen and (max-width: 1023px) and (min-width: 481px) {
      #about .chochin {
        width: 30%;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%) translateX(-300px); } }
  #about .dossun-pussun {
    width: 50%;
    position: absolute;
    text-align: right; }
    @media screen and (min-width: 1024px) {
      #about .dossun-pussun {
        bottom: -70px;
        right: 0; } }
    @media screen and (max-width: 1023px) and (min-width: 481px) {
      #about .dossun-pussun {
        width: 25%;
        bottom: -50px;
        right: 0; } }

/* アトラクション */
#attraction {
  background: url("../images/header_bg.png");
  padding: 100px 0; }
  @media screen and (max-width: 1023px) and (min-width: 481px) {
    #attraction {
      padding: 50px 0; } }
  @media screen and (max-width: 480px) {
    #attraction {
      width: 95%;
      padding: 50px 0; } }
  #attraction .inner {
    position: relative; }
    #attraction .inner .illust {
      position: absolute;
      top: -40px; }
      @media screen and (min-width: 1024px) {
        #attraction .inner .illust {
          left: 50%;
          transform: translateX(-50%) translateX(-350px); } }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #attraction .inner .illust {
          left: 50%;
          transform: translateX(-50%) translateX(-350px); } }
      @media screen and (max-width: 480px) {
        #attraction .inner .illust {
          width: 20%;
          left: -20px; } }
    #attraction .inner h3 {
      text-align: center; }
      @media screen and (max-width: 480px) {
        #attraction .inner h3 {
          position: relative;
          z-index: 1; }
          #attraction .inner h3 img {
            width: 80%; } }
    #attraction .inner ul {
      color: #40210f;
      font-family: "LINE Seed JP", sans-serif;
      font-size: 1.5em;
      font-weight: 900;
      line-height: 1.4;
      letter-spacing: .05em;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly; }
      @media screen and (max-width: 480px) {
        #attraction .inner ul {
          font-size: 1.1em;
          width: 85%;
          margin: 0 auto; } }
      #attraction .inner ul li {
        margin-top: 50px;
        position: relative; }
        @media screen and (min-width: 1024px) {
          #attraction .inner ul li {
            width: 455px; } }
        @media screen and (max-width: 480px) {
          #attraction .inner ul li {
            margin-top: 30px; } }
        #attraction .inner ul li:last-child img {
          width: 100%; }
        #attraction .inner ul li .photo {
          filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.35)); }
        #attraction .inner ul li .text {
          margin-top: .5em; }
        #attraction .inner ul li .icon {
          position: absolute;
          top: -10px;
          right: -10px; }
          @media screen and (max-width: 480px) {
            #attraction .inner ul li .icon {
              width: 30%; }
              #attraction .inner ul li .icon img {
                max-width: 100%;
                height: auto; } }

/* 会場マップ */
#map {
  background: #fff; }
  @media screen and (max-width: 1023px) and (min-width: 481px) {
    #map {
      padding: 50px 0; } }
  @media screen and (max-width: 480px) {
    #map {
      padding: 50px 0; } }
  #map .inner {
    position: relative; }
    #map .inner .illust {
      position: absolute;
      top: -80px; }
      @media screen and (min-width: 1024px) {
        #map .inner .illust {
          left: 50%;
          transform: translateX(-50%) translateX(-250px); } }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #map .inner .illust {
          left: 50%;
          transform: translateX(-50%) translateX(-250px); } }
      @media screen and (max-width: 480px) {
        #map .inner .illust {
          top: 20px;
          left: 0;
          width: 25%; } }
    #map .inner h3 {
      text-align: center;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 1024px) {
        #map .inner h3 {
          top: -20px; } }
      @media screen and (max-width: 480px) {
        #map .inner h3 img {
          width: 50%; } }
    #map .inner .map {
      text-align: center;
      margin: 50px auto 20px; }
      @media screen and (max-width: 480px) {
        #map .inner .map {
          width: 60%; } }
    #map .inner .btn {
      display: flex;
      justify-content: center; }
      #map .inner .btn a {
        display: block; }
        #map .inner .btn a img:hover {
          transform: scale(1.1);
          transition: .3s; }

/* チケット */
#ticket {
  background: #fff url("../images/bg_orangeLight.png") no-repeat top center;
  background-size: cover;
  padding: 100px 0; }
  @media screen and (max-width: 1023px) and (min-width: 481px) {
    #ticket {
      padding: 50px 0; } }
  @media screen and (max-width: 480px) {
    #ticket {
      padding: 50px 0; } }
  #ticket .inner {
    text-align: center; }
    @media screen and (min-width: 1024px) {
      #ticket .inner {
        background: #fff;
        padding: 0 0 50px 0; } }
    #ticket .inner ul {
      list-style: none; }
    #ticket .inner ul.illust {
      position: relative; }
      #ticket .inner ul.illust li {
        position: absolute; }
        @media screen and (max-width: 480px) {
          #ticket .inner ul.illust li img {
            width: 70%; } }
        @media screen and (min-width: 1024px) {
          #ticket .inner ul.illust li.mai {
            top: -80px;
            left: 50%;
            transform: translateX(-300px); } }
        @media screen and (max-width: 1023px) and (min-width: 481px) {
          #ticket .inner ul.illust li.mai {
            top: -30px;
            left: 20px; } }
        @media screen and (max-width: 480px) {
          #ticket .inner ul.illust li.mai {
            top: -20px;
            left: -30px;
            width: 40%; } }
        @media screen and (min-width: 1024px) {
          #ticket .inner ul.illust li.yone {
            top: -80px;
            left: 50%;
            transform: translateX(150px); } }
        @media screen and (max-width: 1023px) and (min-width: 481px) {
          #ticket .inner ul.illust li.yone {
            top: -30px;
            right: 20px; } }
        @media screen and (max-width: 480px) {
          #ticket .inner ul.illust li.yone {
            width: 40%;
            text-align: right;
            top: -20px;
            right: -20px; } }
    #ticket .inner h3 {
      text-align: center;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 1024px) {
        #ticket .inner h3 {
          top: -20px; } }
      @media screen and (max-width: 480px) {
        #ticket .inner h3 img {
          width: 50%; } }
    #ticket .inner .price {
      margin: 50px auto; }
    #ticket .inner h4 {
      color: #40210f;
      font-size: 1.5em;
      font-weight: 900;
      display: flex;
      align-items: center; }
      @media screen and (min-width: 1024px) {
        #ticket .inner h4 {
          width: 800px;
          margin: 100px auto 0; } }
      #ticket .inner h4::before, #ticket .inner h4::after {
        background-color: #40210f;
        content: "";
        flex-grow: 1;
        height: 5px; }
      #ticket .inner h4::before {
        margin-right: 15px; }
      #ticket .inner h4::after {
        margin-left: 15px; }
    #ticket .inner ul.links {
      display: flex; }
      @media screen and (min-width: 1024px) {
        #ticket .inner ul.links {
          width: 800px;
          margin: 50px auto;
          justify-content: space-between; } }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #ticket .inner ul.links {
          flex-direction: column; } }
      @media screen and (max-width: 480px) {
        #ticket .inner ul.links {
          flex-direction: column; } }
      @media screen and (min-width: 1024px) {
        #ticket .inner ul.links li {
          width: 32%; } }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #ticket .inner ul.links li {
          margin-top: 1em; } }
      @media screen and (max-width: 480px) {
        #ticket .inner ul.links li {
          margin-top: 1em; } }
      #ticket .inner ul.links li:nth-child(1) {
        background: #fff5ff; }
        #ticket .inner ul.links li:nth-child(1):hover {
          background: #ff99cc; }
      #ticket .inner ul.links li:nth-child(2) {
        background: #f0ffff; }
        #ticket .inner ul.links li:nth-child(2):hover {
          background: #99ffff; }
      #ticket .inner ul.links li:nth-child(3) {
        background: #f2ffc1; }
        #ticket .inner ul.links li:nth-child(3):hover {
          background: #ccff99; }
      #ticket .inner ul.links li a {
        color: #40210f;
        text-decoration: none;
        padding: 10px 0;
        border: 5px solid #40210f;
        display: flex;
        flex-direction: column; }
        #ticket .inner ul.links li a[target="_blank"]::after {
          content: ""; }
        #ticket .inner ul.links li a .main {
          font-size: 1.5em;
          font-weight: 900; }
        #ticket .inner ul.links li a .sub {
          font-size: .8em;
          font-weight: bold; }

/* アクセス */
#access {
  background: url("../images/bg_dotted.png"), linear-gradient(90deg, #fac300, #ffda00 95%);
  padding: 100px 0 50px; }
  @media screen and (max-width: 1023px) and (min-width: 481px) {
    #access {
      padding: 50px 0 20px; } }
  @media screen and (max-width: 480px) {
    #access {
      padding: 50px 0 20px; } }
  #access .inner {
    position: relative; }
    #access .inner .illust {
      position: absolute;
      top: -120px; }
      @media screen and (min-width: 1024px) {
        #access .inner .illust {
          left: 50%;
          transform: translateX(-50%) translateX(-250px); } }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #access .inner .illust {
          left: 50%;
          transform: translateX(-50%) translateX(-250px); } }
      @media screen and (max-width: 480px) {
        #access .inner .illust {
          top: -30px;
          left: 0;
          width: 25%; } }
    #access .inner h3 {
      text-align: center;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 480px) {
        #access .inner h3 {
          left: 10px; }
          #access .inner h3 img {
            width: 50%; } }
    #access .inner .googleMap {
      width: 100%;
      margin: 50px auto 50px; }
      @media screen and (min-width: 1024px) {
        #access .inner .googleMap {
          width: 800px; } }
      #access .inner .googleMap iframe {
        aspect-ratio: 16/9;
        width: 100%; }
    #access .inner ul.list {
      list-style: none;
      margin: 50px auto 50px; }
      @media screen and (min-width: 1024px) {
        #access .inner ul.list {
          width: 800px; } }
      #access .inner ul.list li {
        font-weight: bold;
        margin-top: 1em;
        text-stroke: 3px #fac300;
        -webkit-text-stroke: 3px #fac300;
        paint-order: stroke; }
        #access .inner ul.list li .title {
          color: #40210f;
          font-size: 1.2em; }
        #access .inner ul.list li .text {
          font-size: .9em; }
        #access .inner ul.list li span {
          color: #dd1800; }

/* クレジット */
#credit {
  background: #fff;
  padding: 50px 0 0; }
  #credit .inner {
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      #credit .inner {
        width: 800px; } }
    #credit .inner .dr {
      font-weight: bold;
      margin-top: 1em;
      display: flex; }
      #credit .inner .dr:first-child {
        margin-top: 0; }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #credit .inner .dr {
          flex-direction: column; } }
      @media screen and (max-width: 480px) {
        #credit .inner .dr {
          flex-direction: column; } }
      #credit .inner .dr dt {
        margin-right: 1em;
        display: flex;
        align-items: center; }
        @media screen and (min-width: 1024px) {
          #credit .inner .dr dt {
            width: 10%;
            justify-content: center; } }
        #credit .inner .dr dt img {
          height: 20px; }
      @media screen and (min-width: 1024px) {
        #credit .inner .dr dd {
          width: 88%; } }

/* フッター */
#footer {
  background: #fff;
  padding: 50px 0; }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
  #footer .copyright {
    font-family: "メイリオ", Meiryo, Verdana, sans-serif;
    font-size: 0.6em;
    text-align: center;
    padding: 1rem 0; }
  #footer .pagetop {
    position: fixed;
    right: 1em;
    bottom: 2em;
    z-index: 1000; }
    @media screen and (max-width: 480px) {
      #footer .pagetop {
        right: -3em; }
        #footer .pagetop img {
          width: 50%; } }
  #footer .oshiete {
    position: fixed;
    right: 1em;
    bottom: 2em;
    z-index: 10000; }
    #footer .oshiete img {
      animation: fuwafuwa 1s ease-in-out infinite alternate; }

/* 2階層目：ストーリー */
#story {
  background: url("../images/story_bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 100px 0; }
  @media screen and (max-width: 1023px) and (min-width: 481px) {
    #story {
      padding: 50px 0; } }
  @media screen and (max-width: 480px) {
    #story {
      padding: 50px 0; } }
  #story .inner {
    background: #fff;
    padding: 0 20px 50px;
    border-radius: 1em;
    box-sizing: border-box;
    position: relative; }
  #story ul {
    list-style: none;
    position: relative; }
    #story ul li {
      position: absolute; }
      #story ul li img {
        max-width: 100%;
        height: auto; }
      #story ul li.dossun {
        left: 0; }
        @media screen and (min-width: 1024px) {
          #story ul li.dossun {
            top: -70px; } }
        @media screen and (max-width: 1023px) and (min-width: 481px) {
          #story ul li.dossun {
            width: 20%;
            top: -50px; } }
        @media screen and (max-width: 480px) {
          #story ul li.dossun {
            width: 30%;
            top: -40px;
            left: -20px; } }
      #story ul li.pussun {
        right: 0; }
        @media screen and (min-width: 1024px) {
          #story ul li.pussun {
            top: -70px; } }
        @media screen and (max-width: 1023px) and (min-width: 481px) {
          #story ul li.pussun {
            width: 20%;
            top: -50px; } }
        @media screen and (max-width: 480px) {
          #story ul li.pussun {
            text-align: right;
            width: 30%;
            top: -40px;
            right: -20px; } }
  #story h3 {
    text-align: center;
    position: relative;
    top: -40px;
    z-index: 1; }
    @media screen and (max-width: 480px) {
      #story h3 {
        top: -20px; }
        #story h3 img {
          width: 50%; } }
  #story .text {
    text-align: center;
    position: relative;
    z-index: 2; }
    #story .text p {
      margin-top: 2em; }
      #story .text p:first-child {
        margin-top: 0; }

/* 2階層目：キャラクター紹介 */
#character {
  background: url("../images/bg_orange.png") no-repeat top center;
  background-size: cover;
  padding: 0 0 50px; }
  #character .inner {
    position: relative; }
    #character .inner h3 {
      text-align: center;
      position: relative;
      top: -40px;
      z-index: 1; }
      @media screen and (max-width: 480px) {
        #character .inner h3 {
          top: -20px; }
          #character .inner h3 img {
            width: 70%; } }
    #character .inner ul {
      list-style: none;
      position: relative;
      display: flex; }
      @media screen and (min-width: 1024px) {
        #character .inner ul {
          flex-wrap: wrap;
          justify-content: space-between; } }
      @media screen and (max-width: 1023px) and (min-width: 481px) {
        #character .inner ul {
          flex-direction: column;
          align-items: center; } }
      @media screen and (max-width: 480px) {
        #character .inner ul {
          flex-direction: column;
          align-items: center; } }
      #character .inner ul li {
        margin-top: 20px;
        position: relative; }
        @media screen and (min-width: 1024px) {
          #character .inner ul li {
            width: 48%; } }
        #character .inner ul li .illust {
          position: absolute;
          z-index: 2; }
        #character .inner ul li .info img {
          filter: drop-shadow(3px 3px 0 rgba(255, 102, 0, 0.35)); }
        #character .inner ul li.shigeki .illust {
          top: -20px;
          left: -20px; }
          @media screen and (max-width: 480px) {
            #character .inner ul li.shigeki .illust {
              top: 10px;
              left: 0;
              width: 35%; } }
        #character .inner ul li.hikari .illust {
          top: -50px;
          left: -50px; }
          @media screen and (max-width: 1023px) and (min-width: 481px) {
            #character .inner ul li.hikari .illust {
              left: auto;
              right: -50px; } }
          @media screen and (max-width: 480px) {
            #character .inner ul li.hikari .illust {
              top: -20px;
              left: auto;
              right: -10px;
              width: 35%; } }
        #character .inner ul li.hibiki .illust {
          top: -50px;
          left: -50px; }
          @media screen and (max-width: 480px) {
            #character .inner ul li.hibiki .illust {
              top: -20px;
              left: -20px;
              width: 50%; } }
        #character .inner ul li.kaoru .illust {
          top: -50px;
          left: -50px; }
          @media screen and (max-width: 1023px) and (min-width: 481px) {
            #character .inner ul li.kaoru .illust {
              left: auto;
              right: -50px;
              transform: rotate(-45deg); } }
          @media screen and (max-width: 480px) {
            #character .inner ul li.kaoru .illust {
              top: -20px;
              left: auto;
              right: -10px;
              width: 35%;
              transform: rotate(-45deg); } }
        #character .inner ul li.ajimi .illust {
          top: -60px;
          left: -80px; }
          @media screen and (max-width: 480px) {
            #character .inner ul li.ajimi .illust {
              top: -40px;
              left: -20px;
              width: 45%; } }
        #character .inner ul li.mai-yone .mai {
          top: -50px;
          left: 0; }
          @media screen and (max-width: 1023px) and (min-width: 481px) {
            #character .inner ul li.mai-yone .mai {
              left: -50px; } }
          @media screen and (max-width: 480px) {
            #character .inner ul li.mai-yone .mai {
              left: 0;
              width: 35%; } }
        #character .inner ul li.mai-yone .yone {
          top: -50px;
          right: 0; }
          @media screen and (max-width: 1023px) and (min-width: 481px) {
            #character .inner ul li.mai-yone .yone {
              left: auto;
              right: -50px; } }
          @media screen and (max-width: 480px) {
            #character .inner ul li.mai-yone .yone {
              left: auto;
              right: -10px;
              width: 35%; } }
        #character .inner ul li.dossun-pussun .dossun {
          top: -50px;
          left: 0; }
          @media screen and (max-width: 1023px) and (min-width: 481px) {
            #character .inner ul li.dossun-pussun .dossun {
              left: -50px; } }
          @media screen and (max-width: 480px) {
            #character .inner ul li.dossun-pussun .dossun {
              top: -30px;
              left: -20px;
              width: 35%; } }
        #character .inner ul li.dossun-pussun .pussun {
          top: -50px;
          right: -50px; }
          @media screen and (max-width: 1023px) and (min-width: 481px) {
            #character .inner ul li.dossun-pussun .pussun {
              left: auto;
              right: -50px; } }
          @media screen and (max-width: 480px) {
            #character .inner ul li.dossun-pussun .pussun {
              top: -30px;
              left: auto;
              right: -20px;
              width: 32%; } }

/* --------------------------------------------------

	テーブルセット

-------------------------------------------------- */
table {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "メイリオ", Meiryo, Verdana, sans-serif;
  color: #000;
  text-align: left;
  background: #FFF;
  width: 100%;
  margin: 2rem auto;
  border-top: 5px solid #000;
  border-collapse: separate;
  border-spacing: 1.5em 1em;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px; }
  table:last-child {
    margin-bottom: 0; }
  table p {
    margin-bottom: 1em !important; }
  table ul,
  table ol {
    margin-left: 1.5em; }
  table th,
  table td {
    line-height: 1.3;
    padding: 1em 0;
    border-bottom: 1px dotted #ccc;
    text-box: trim-both cap alphabetic; }
  table th {
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
    border-bottom: 2px solid #000; }
    table th a {
      color: #000; }
      table th a[target="_blank"]::after {
        font-family: "Font Awesome 6 Free";
        content: "\f35d";
        padding-left: .3em; }
  table td p:last-child,
  table td li:last-child {
    margin-bottom: 0 !important; }

@media screen and (max-width: 480px) {
  table {
    border-spacing: 1.5em .7em; }
    table th,
    table td {
      display: block;
      padding: .8em 0; }
    table th {
      width: 100%;
      border-bottom: 1px dotted #000;
      box-sizing: border-box; }
    table td {
      border: 0; }

  .aside {
    margin: -1.8em 0 3.125em 0; } }
/* --------------------------------------------------

	アニメーション

-------------------------------------------------- */
@keyframes jackInTheBoxPC {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  40% {
    transform: rotate(-15deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-5deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBoxPC; }

@keyframes jackInTheBoxSP {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  40% {
    transform: rotate(-15deg); }
  60% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-5deg); }
  to {
    opacity: 1;
    transform: scale(1.2); } }
.jackInTheBox {
  animation-name: jackInTheBox2; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes comment {
  0% {
    transform: translateY(7px); }
  100% {
    transform: translateY(-7px); } }
@keyframes slideFadeIn {
  0% {
    transform: translateX(20%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0; } }
@keyframes fuwafuwa {
  0% {
    transform: translateY(7px); }
  100% {
    transform: translateY(-7px); } }
