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

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

	宣言

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

	全ページ共有

-------------------------------------------------- */
html,
body {
  background: #f9bf11;
  color: #000;
  font-family: "M PLUS 1", sans-serif;
  font-size: medium;
  line-height: 1.6;
  height: 100%;
  word-wrap: break-word;
  text-size-adjust: 100%; }

body {
  position: relative;
  z-index: -100; }

a {
  color: #ff3366;
  font-weight: bold; }
  a:hover {
    text-decoration: none;
    transition: 0.3s; }
    a:hover img {
      opacity: 0.6; }

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

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

.pc {
  display: inline-block; }

.sp {
  display: none; }

/* スマホ用 */
@media screen and (max-width: 480px) {
  img {
    max-width: 100%;
    height: auto; }

  .pc {
    display: none; }

  .sp {
    display: inline-block; } }
/* lity用 */
.pointer:hover {
  cursor: pointer; }

.lity-close {
  display: none; }

#DaiichiTV,
#wrap,
#header,
#gnav,
#countdown,
#about,
#cast,
#ticket,
#goods,
#footer {
  width: 100%;
  min-width: 1210px;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    #DaiichiTV,
    #wrap,
    #header,
    #gnav,
    #countdown,
    #about,
    #cast,
    #ticket,
    #goods,
    #footer {
      min-width: 100%; } }

#wrap::before, #wrap::after {
  background-size: auto 100%;
  background-repeat: no-repeat;
  content: "";
  position: fixed;
  top: 0;
  width: 400px;
  height: 100vh;
  display: block;
  z-index: 2; }
#wrap::before {
  background-image: url(../images/bg_body_left.png);
  left: 0; }
  @media screen and (max-width: 480px) {
    #wrap::before {
      left: -15%; } }
#wrap::after {
  background-image: url(../images/bg_body_right.png);
  right: 0; }
  @media screen and (max-width: 480px) {
    #wrap::after {
      right: -45%; } }

.inner {
  width: 1200px;
  margin: auto;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 480px) {
    .inner {
      width: 95%; } }

.btn {
  text-align: center; }
  .btn a {
    background: #ff0033;
    color: #fff;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: .05em;
    width: 15em;
    margin: 0 auto;
    padding: .5em 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    box-shadow: 0 5px #660000;
    transition: .2s ease-in-out; }
    .btn a:hover {
      top: 5px;
      box-shadow: 0 0 #660000; }
    @media screen and (max-width: 480px) {
      .btn a {
        font-size: 1.5em;
        width: auto;
        padding: .5em 0; } }
    .btn a span {
      font-size: .6rem;
      font-weight: normal;
      margin-top: .5rem;
      display: inline-block; }
  .btn a[target="_blank"]::after {
    display: none; }

/* Daiichi-TV */
#DaiichiTV {
  text-align: left;
  padding: 2em;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 480px) {
    #DaiichiTV {
      padding: 2em 1em; } }

/* ナビ（common.jsにスクリプトあり） */
#gnav .openbtn {
  background: #000;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5555;
  position: fixed;
  top: 1em;
  right: 1em;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    #gnav .openbtn {
      width: 70px;
      height: 70px; } }
  #gnav .openbtn span {
    display: inline-block;
    transition: all .4s;
    height: 3px;
    background-color: #fff;
    width: 50%;
    margin: 3px auto; }
#gnav .openbtn.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg); }
#gnav .openbtn.active span:nth-of-type(2) {
  opacity: 0; }
#gnav .openbtn.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg); }
#gnav nav {
  background-color: rgba(0, 0, 0, 0.8);
  /*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: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.3s; }
  #gnav nav.panelactive {
    opacity: 1;
    z-index: 4444; }
    #gnav nav.panelactive ul {
      display: block; }
  #gnav nav ul {
    display: none;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #gnav nav ul li:hover {
      background-color: rgba(0, 0, 0, 0.5); }
    #gnav nav ul li a {
      color: #fff;
      font-size: 3em;
      font-weight: normal;
      text-decoration: none;
      line-height: 1.5;
      letter-spacing: .1em;
      width: 100%;
      padding: 1em 0;
      display: block;
      box-sizing: border-box;
      opacity: 0;
      animation: slideFadeIn 1.5s ease forwards; }
    #gnav nav ul li:nth-child(1) a {
      animation-delay: .2s; }
    #gnav nav ul li:nth-child(2) a {
      animation-delay: .3s; }
    #gnav nav ul li:nth-child(3) a {
      animation-delay: .4s; }
    #gnav nav ul li:nth-child(4) a {
      animation-delay: .5s; }
    #gnav nav ul li:nth-child(5) a {
      animation-delay: .6s; }

/* ヘッダー */
#header {
  text-align: center;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  @media screen and (min-width: 480px) {
    #header {
      top: -100px;
      margin-bottom: -200px;
      /*headerと、h2のtopを相殺*/ } }
  @media screen and (max-width: 480px) {
    #header {
      top: 0; } }
  #header h1 {
    /*filter: drop-shadow(0 0 3px rgba(0,0,0,.5));*/ }
    @media screen and (min-width: 480px) {
      #header h1 img {
        animation: jackInTheBoxPC 0.6s ease forwards; } }
    @media screen and (max-width: 480px) {
      #header h1 img {
        animation: jackInTheBoxSP 0.6s ease forwards; } }
  #header h2 {
    position: relative;
    top: -100px; }
    @media screen and (max-width: 480px) {
      #header h2 {
        top: 0; } }
  #header .flower-01,
  #header .flower-02,
  #header .flower-03,
  #header .flower-04 {
    position: absolute; }
    @media screen and (max-width: 480px) {
      #header .flower-01 img,
      #header .flower-02 img,
      #header .flower-03 img,
      #header .flower-04 img {
        transform: scale(0.5); } }
  #header .flower-01,
  #header .flower-04 {
    animation: spin 10s linear infinite; }
  #header .flower-02,
  #header .flower-03 {
    animation: spin 5s linear infinite; }
  #header .flower-01 {
    top: 150px;
    left: 150px; }
    @media screen and (max-width: 480px) {
      #header .flower-01 {
        top: -50px;
        left: -50px; } }
  #header .flower-02 {
    top: 550px;
    left: 200px; }
    @media screen and (max-width: 480px) {
      #header .flower-02 {
        top: 150px;
        left: -20px; } }
  #header .flower-03 {
    top: 200px;
    right: 200px; }
    @media screen and (max-width: 480px) {
      #header .flower-03 {
        top: -20px;
        right: 0; } }
  #header .flower-04 {
    top: 500px;
    right: 100px; }
    @media screen and (max-width: 480px) {
      #header .flower-04 {
        top: 130px;
        right: -50px; } }

/* カウントダウン */
#countdown {
  background: linear-gradient(90deg, #990099 0%, #ff3366 100%);
  color: #fff;
  font-weight: 800;
  margin: 50px 0; }
  #countdown .inner {
    width: 750px;
    padding: 20px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center; }
    @media screen and (max-width: 480px) {
      #countdown .inner {
        width: 100%;
        padding: 20px 0;
        flex-direction: column; } }
  #countdown .until {
    font-size: 2em; }
  #countdown .time {
    font-size: 1.5em;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 480px) {
      #countdown .time {
        margin-top: 10px; } }
    #countdown .time p {
      margin-left: 10px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 480px) {
        #countdown .time p {
          margin: 0;
          flex-direction: column; } }
    #countdown .time span {
      background: #fff;
      color: #000;
      font-size: 2em;
      text-box: trim-both cap alphabetic;
      margin-right: 10px;
      padding: 10px 20px;
      border-radius: 10px;
      display: inline-block; }
      @media screen and (max-width: 480px) {
        #countdown .time span {
          font-size: 1.5em;
          margin: 0 5px;
          padding: 10px; } }

/* イベント概要 */
#about .inner {
  padding: 50px 0 100px; }
  @media screen and (min-width: 480px) {
    #about .inner {
      width: 1000px; } }
  @media screen and (max-width: 480px) {
    #about .inner {
      padding: 0 0 50px; } }
#about table {
  border-color: #00cccc; }
  #about table th {
    color: #00cccc;
    border-color: #00cccc; }
#about h2,
#about h3 {
  text-align: center; }
@media screen and (max-width: 480px) {
  #about h2 {
    overflow: hidden; } }
#about h3.read {
  font-size: 2em;
  font-weight: 900;
  margin: 50px 0;
  text-stroke: 5px #FFF;
  -webkit-text-stroke: 5px #FFF;
  paint-order: stroke; }
  @media screen and (max-width: 480px) {
    #about h3.read {
      font-size: 1.3em;
      margin: 20px 0; } }
#about h4 {
  font-size: 2em;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 480px) {
    #about h4 {
      font-size: 1.5em; } }
  #about h4::before, #about h4::after {
    content: "";
    width: 40%;
    border-top: 2px solid #000; }
    @media screen and (max-width: 480px) {
      #about h4::before, #about h4::after {
        width: 30%; } }

/* 出演者 */
#cast {
  background: #ff3366;
  color: #fff;
  text-align: center;
  border-top: 10px solid #000; }
  #cast .inner {
    padding: 100px 0; }
    @media screen and (min-width: 480px) {
      #cast .inner {
        width: 1000px; } }
  #cast h4 {
    font-size: 2em;
    font-weight: 900;
    line-height: 1.2;
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 480px) {
      #cast h4 {
        font-size: 1.5em;
        margin: 50px 0 20px;
        justify-content: space-around; } }
    #cast h4::before, #cast h4::after {
      content: "";
      width: 40%;
      border-top: 2px solid #fff; }
      @media screen and (max-width: 480px) {
        #cast h4::before, #cast h4::after {
          width: 30%; } }
  #cast .mc .castList,
  #cast .owarai .castList,
  #cast .music .castList,
  #cast .spark .castList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; }
    #cast .mc .castList .castItem,
    #cast .owarai .castList .castItem,
    #cast .music .castList .castItem,
    #cast .spark .castList .castItem {
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 480px) {
        #cast .mc .castList .castItem,
        #cast .owarai .castList .castItem,
        #cast .music .castList .castItem,
        #cast .spark .castList .castItem {
          width: 45%;
          margin-top: 20px; }
          #cast .mc .castList .castItem:nth-child(1), #cast .mc .castList .castItem:nth-child(2),
          #cast .owarai .castList .castItem:nth-child(1),
          #cast .owarai .castList .castItem:nth-child(2),
          #cast .music .castList .castItem:nth-child(1),
          #cast .music .castList .castItem:nth-child(2),
          #cast .spark .castList .castItem:nth-child(1),
          #cast .spark .castList .castItem:nth-child(2) {
            margin-top: 0; } }
      #cast .mc .castList .castItem .photo,
      #cast .mc .castList .castItem .name,
      #cast .mc .castList .castItem .notes,
      #cast .owarai .castList .castItem .photo,
      #cast .owarai .castList .castItem .name,
      #cast .owarai .castList .castItem .notes,
      #cast .music .castList .castItem .photo,
      #cast .music .castList .castItem .name,
      #cast .music .castList .castItem .notes,
      #cast .spark .castList .castItem .photo,
      #cast .spark .castList .castItem .name,
      #cast .spark .castList .castItem .notes {
        flex-grow: 1; }
      #cast .mc .castList .castItem .photo img,
      #cast .owarai .castList .castItem .photo img,
      #cast .music .castList .castItem .photo img,
      #cast .spark .castList .castItem .photo img {
        filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5)); }
      #cast .mc .castList .castItem .name,
      #cast .mc .castList .castItem .notes,
      #cast .owarai .castList .castItem .name,
      #cast .owarai .castList .castItem .notes,
      #cast .music .castList .castItem .name,
      #cast .music .castList .castItem .notes,
      #cast .spark .castList .castItem .name,
      #cast .spark .castList .castItem .notes {
        font-weight: 800;
        text-stroke: 5px #ff3366;
        -webkit-text-stroke: 5px #ff3366;
        paint-order: stroke; }
      #cast .mc .castList .castItem .name,
      #cast .owarai .castList .castItem .name,
      #cast .music .castList .castItem .name,
      #cast .spark .castList .castItem .name {
        font-size: 1.5em;
        line-height: 1.2;
        letter-spacing: .05em;
        margin-top: 1em; }
        @media screen and (max-width: 480px) {
          #cast .mc .castList .castItem .name,
          #cast .owarai .castList .castItem .name,
          #cast .music .castList .castItem .name,
          #cast .spark .castList .castItem .name {
            font-size: 1.2em;
            margin-top: .5em; } }
      @media screen and (max-width: 480px) {
        #cast .mc .castList .castItem .notes,
        #cast .owarai .castList .castItem .notes,
        #cast .music .castList .castItem .notes,
        #cast .spark .castList .castItem .notes {
          font-size: .8em;
          font-weight: 600; } }
      #cast .mc .castList .castItem .more a,
      #cast .owarai .castList .castItem .more a,
      #cast .music .castList .castItem .more a,
      #cast .spark .castList .castItem .more a {
        background: #fff;
        color: #000;
        font-weight: 600;
        text-decoration: none;
        width: 7em;
        margin: 1em auto 0;
        padding: .5em 0;
        display: block;
        border-radius: 5em; }
        #cast .mc .castList .castItem .more a:hover,
        #cast .owarai .castList .castItem .more a:hover,
        #cast .music .castList .castItem .more a:hover,
        #cast .spark .castList .castItem .more a:hover {
          background: #f9bf11; }
  @media screen and (min-width: 480px) {
    #cast .spark .castItem {
      margin-top: 50px; }
      #cast .spark .castItem:nth-child(-n+4) {
        margin-top: 0; } }
  @media screen and (min-width: 480px) {
    #cast .spark .castItem .photo img {
      width: 360px; } }
  #cast .spark .castItem .photoSoon img {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5)); }
    @media screen and (min-width: 480px) {
      #cast .spark .castItem .photoSoon img {
        width: 300px; } }
  #cast .spark .castItem .name span {
    display: block; }
    @media screen and (min-width: 480px) {
      #cast .spark .castItem .name span {
        margin: 0 .5em; } }
    @media screen and (max-width: 480px) {
      #cast .spark .castItem .name span {
        margin: 0 0 .2em; } }
  #cast .spark .castItem .title {
    margin-top: .5em; }

/* lity */
.lity-container {
  max-width: 90% !important; }

.modal {
  background: #fff;
  color: #000;
  text-align: center;
  max-height: 90vh;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: auto; }
  .modal::-webkit-scrollbar {
    display: none; }
  .modal .photo,
  .modal .name,
  .modal .profile,
  .modal .link {
    width: 100%; }
  .modal .photo img {
    max-width: 100%; }
  .modal .name {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 1rem 0; }
  .modal .profile {
    font-size: .8rem;
    text-align: left; }
    @media screen and (min-width: 480px) {
      .modal .profile {
        max-width: 1000px; } }
  .modal .link a {
    background: #ff3366;
    color: #fff;
    text-decoration: none;
    width: 50%;
    margin: 30px auto 0;
    padding: 1em 2em;
    display: block;
    border-radius: 50px; }
  .modal .link a[target="_blank"]::after {
    display: none; }

/* チケット */
#ticket {
  background: #33cc99;
  border-top: 10px solid #000; }
  #ticket .inner {
    padding: 100px 0; }
    @media screen and (min-width: 480px) {
      #ticket .inner {
        width: 1000px; } }
  #ticket h3 {
    text-align: center; }
  #ticket .price {
    color: #fff;
    font-size: 3em;
    font-weight: 800;
    text-align: center;
    margin-top: 50px;
    text-stroke: 5px #33cc99;
    -webkit-text-stroke: 5px #33cc99;
    paint-order: stroke; }
    @media screen and (max-width: 480px) {
      #ticket .price {
        font-size: 2em; } }
    #ticket .price span {
      font-size: 1rem; }
  #ticket .buyDay {
    margin: 0 auto; }
    @media screen and (min-width: 480px) {
      #ticket .buyDay {
        width: 700px; } }
    #ticket .buyDay dl {
      font-size: 1.5em;
      font-weight: 800;
      line-height: 1.2; }
      #ticket .buyDay dl .dr {
        background: #fff;
        margin-top: 20px;
        border-radius: 5px;
        display: flex;
        flex-wrap: wrap; }
      #ticket .buyDay dl dt {
        background: #ff0033;
        color: #fff;
        width: 7em;
        padding: .5em 0;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 480px) {
          #ticket .buyDay dl dt {
            width: 100%; } }
      #ticket .buyDay dl dd {
        padding: .5em; }
        #ticket .buyDay dl dd span {
          font-size: 1rem; }
  #ticket table {
    border-color: #009966; }
    @media screen and (min-width: 480px) {
      #ticket table {
        width: 850px; } }
    #ticket table th {
      color: #009966;
      border-color: #009966; }

/* グッズ */
#goods {
  background: #00cccc;
  text-align: center;
  border-top: 10px solid #000; }
  #goods .inner {
    padding: 100px 0; }
    @media screen and (min-width: 480px) {
      #goods .inner {
        width: 1000px; } }
  #goods .comingsoon {
    margin-top: 50px; }
    #goods .comingsoon img {
      filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5)); }
  #goods .price {
    color: #fff;
    font-size: 2em;
    font-weight: 800;
    margin-top: 50px;
    text-stroke: 5px #00cccc;
    -webkit-text-stroke: 5px #00cccc;
    paint-order: stroke; }
    @media screen and (max-width: 480px) {
      #goods .price {
        font-size: 2em; } }
    #goods .price span {
      font-size: 1rem; }
  #goods .start {
    color: #fff;
    margin-top: 20px;
    padding: 0 .5em;
    display: inline-block;
    border: 1px solid #fff; }
  #goods .photo {
    margin: 50px 0;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    transition: opacity 0.5s ease, visibility 0.5s ease;
    animation: fuwafuwa 1s ease-in-out infinite alternate; }

/* スポンサー */
#sponsor {
  background: #fff;
  text-align: center;
  border-top: 10px solid #000;
  box-sizing: border-box; }
  #sponsor .inner {
    padding: 100px 0; }
    @media screen and (min-width: 480px) {
      #sponsor .inner {
        width: 1000px; } }
  #sponsor .sponsorA h4,
  #sponsor .sponsorB h4 {
    width: 5em;
    margin: 0 auto;
    border: 1px solid #000; }
  #sponsor .sponsorA ul,
  #sponsor .sponsorB ul {
    list-style: none;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; }
    @media screen and (max-width: 480px) {
      #sponsor .sponsorA ul,
      #sponsor .sponsorB ul {
        margin-top: 20px; } }
    #sponsor .sponsorA ul li,
    #sponsor .sponsorB ul li {
      background: #fff;
      margin-top: 20px;
      border: 1px solid #ccc; }
      @media screen and (min-width: 480px) {
        #sponsor .sponsorA ul li,
        #sponsor .sponsorB ul li {
          width: 280px; } }
      @media screen and (max-width: 480px) {
        #sponsor .sponsorA ul li,
        #sponsor .sponsorB ul li {
          width: 45%; } }
      #sponsor .sponsorA ul li img,
      #sponsor .sponsorB ul li img {
        width: 100%; }
  #sponsor .sponsorA ul li {
    width: 380px; }
    @media screen and (max-width: 480px) {
      #sponsor .sponsorA ul li {
        width: 75%; } }
  #sponsor .sponsorB {
    margin-top: 100px; }
    #sponsor .sponsorB ul li {
      width: 240px; }
      @media screen and (max-width: 480px) {
        #sponsor .sponsorB ul li {
          width: 45%; } }

/* その他 */
#etc {
  background: #ffb900;
  text-align: center;
  border-top: 10px solid #000; }
  #etc .inner {
    padding: 100px 0; }
    @media screen and (min-width: 480px) {
      #etc .inner {
        width: 1000px; } }
  #etc .bnr {
    text-align: center; }
    @media screen and (max-width: 480px) {
      #etc .bnr .title img {
        width: 50%; } }
    #etc .bnr ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly; }
      @media screen and (min-width: 480px) {
        #etc .bnr ul li {
          width: 32%;
          margin-top: 50px; }
          #etc .bnr ul li:nth-child(1), #etc .bnr ul li:nth-child(2), #etc .bnr ul li:nth-child(3) {
            margin-top: 0; } }
      @media screen and (max-width: 480px) {
        #etc .bnr ul li {
          width: 100%;
          margin-top: 20px; }
          #etc .bnr ul li:first-child {
            margin-top: 0; } }
      #etc .bnr ul li img {
        width: 100%; }
  #etc table.contact {
    margin: 100px auto 0;
    border-color: #ffb900; }
    @media screen and (min-width: 480px) {
      #etc table.contact {
        width: 700px; } }
    #etc table.contact th {
      color: #ffb900;
      border-color: #ffb900; }

/* フッター */
#footer {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 10; }
  #footer .copyright {
    font-family: "メイリオ", Meiryo, Verdana, sans-serif;
    font-size: 0.6em;
    text-align: center;
    padding: 1rem 0; }
  #footer .ticketBtn {
    text-align: right;
    position: fixed;
    right: 0;
    bottom: 2em;
    z-index: 1000;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    transition: opacity 0.5s ease, visibility 0.5s ease;
    animation: fuwafuwa 1s ease-in-out infinite alternate; }
    @media screen and (max-width: 480px) {
      #footer .ticketBtn img {
        width: 50%; } }
  #footer .ticketBtnHidden {
    visibility: hidden;
    opacity: 0; }

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

	テーブルセット

-------------------------------------------------- */
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); } }
