@charset "UTF-8";
*:not(input), *:not(select), *:not(textarea), *:before, *:after {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100px;
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 86px;
  }
}

html, body {
  height: 100%;
  text-align: center;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-size: 0.18rem;
  line-height: 1;
  color: #000;
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

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

.fwb {
  font-weight: bold;
}

.table {
  display: table;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
}

@media only screen and (max-width: 479px) {
  .tblock {
    display: block !important;
  }
  .tblock tbody, .tblock tr, .tblock th, .tblock td {
    display: block !important;
  }
}

.m0a {
  margin: 0 auto;
}

.mbss {
  margin-bottom: 0.2rem;
}

.mbs {
  margin-bottom: 0.4rem;
}

.mbm {
  margin-bottom: 0.6rem;
}

.mbl {
  margin-bottom: 0.8rem;
}

.mbll {
  margin-bottom: 1rem;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.op a img,
.op2 {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.op a img:hover,
.op2:hover {
  opacity: 0.7;
}

.cf:after {
  display: block;
  clear: both;
  content: "";
}

.show_pc {
  display: block;
}
@media only screen and (max-width: 979px) {
  .show_pc {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .show_pc {
    display: none;
  }
}

img.show_pc, span.show_pc {
  display: inline;
}
@media only screen and (max-width: 979px) {
  img.show_pc, span.show_pc {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  img.show_pc, span.show_pc {
    display: none;
  }
}

.show_pctb {
  display: block;
}
@media only screen and (max-width: 979px) {
  .show_pctb {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_pctb {
    display: none;
  }
}

img.show_pctb, span.show_pctb {
  display: inline;
}
@media only screen and (max-width: 979px) {
  img.show_pctb, span.show_pctb {
    display: inline;
  }
}
@media only screen and (max-width: 479px) {
  img.show_pctb, span.show_pctb {
    display: none;
  }
}

.show_tbsp {
  display: none;
}
@media only screen and (max-width: 979px) {
  .show_tbsp {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_tbsp {
    display: block;
  }
}

img.show_tbsp, span.show_tbsp {
  display: none;
}
@media only screen and (max-width: 979px) {
  img.show_tbsp, span.show_tbsp {
    display: inline;
  }
}
@media only screen and (max-width: 479px) {
  img.show_tbsp, span.show_tbsp {
    display: inline;
  }
}

.show_tb {
  display: none;
}
@media only screen and (max-width: 979px) {
  .show_tb {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_tb {
    display: none;
  }
}

img.show_tb, span.show_tb {
  display: none;
}
@media only screen and (max-width: 979px) {
  img.show_tb, span.show_tb {
    display: inline;
  }
}
@media only screen and (max-width: 479px) {
  img.show_tb, span.show_tb {
    display: none;
  }
}

.show_sp {
  display: none;
}
@media only screen and (max-width: 979px) {
  .show_sp {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .show_sp {
    display: block;
  }
}

img.show_sp, span.show_sp {
  display: none;
}
@media only screen and (max-width: 979px) {
  img.show_sp, span.show_sp {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  img.show_sp, span.show_sp {
    display: inline;
  }
}

.delay01 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.delay02 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.delay03 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.delay04 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.delay05 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.delay06 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.delay07 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.delay08 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.delay09 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.delay10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.delay11 {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.delay12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.delay13 {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.delay14 {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.delay15 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.delay16 {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}

.delay17 {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

.delay18 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}

.delay19 {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}

.delay20 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.delay21 {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
}

.delay22 {
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
}

.delay23 {
  -webkit-animation-delay: 2.3s !important;
          animation-delay: 2.3s !important;
}

.delay24 {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}

.delay25 {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

.delay26 {
  -webkit-animation-delay: 2.6s !important;
          animation-delay: 2.6s !important;
}

.delay27 {
  -webkit-animation-delay: 2.7s !important;
          animation-delay: 2.7s !important;
}

.delay28 {
  -webkit-animation-delay: 2.8s !important;
          animation-delay: 2.8s !important;
}

.delay29 {
  -webkit-animation-delay: 2.9s !important;
          animation-delay: 2.9s !important;
}

.delay30 {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

.duration01 {
  -webkit-animation-duration: 0.1s !important;
          animation-duration: 0.1s !important;
}

.duration02 {
  -webkit-animation-duration: 0.2s !important;
          animation-duration: 0.2s !important;
}

.duration03 {
  -webkit-animation-duration: 0.3s !important;
          animation-duration: 0.3s !important;
}

.duration04 {
  -webkit-animation-duration: 0.4s !important;
          animation-duration: 0.4s !important;
}

.duration05 {
  -webkit-animation-duration: 0.5s !important;
          animation-duration: 0.5s !important;
}

.duration06 {
  -webkit-animation-duration: 0.6s !important;
          animation-duration: 0.6s !important;
}

.duration07 {
  -webkit-animation-duration: 0.7s !important;
          animation-duration: 0.7s !important;
}

.duration08 {
  -webkit-animation-duration: 0.8s !important;
          animation-duration: 0.8s !important;
}

.duration09 {
  -webkit-animation-duration: 0.9s !important;
          animation-duration: 0.9s !important;
}

.duration10 {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
}

.duration11 {
  -webkit-animation-duration: 1.1s !important;
          animation-duration: 1.1s !important;
}

.duration12 {
  -webkit-animation-duration: 1.2s !important;
          animation-duration: 1.2s !important;
}

.duration13 {
  -webkit-animation-duration: 1.3s !important;
          animation-duration: 1.3s !important;
}

.duration14 {
  -webkit-animation-duration: 1.4s !important;
          animation-duration: 1.4s !important;
}

.duration15 {
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
}

.duration16 {
  -webkit-animation-duration: 1.6s !important;
          animation-duration: 1.6s !important;
}

.duration17 {
  -webkit-animation-duration: 1.7s !important;
          animation-duration: 1.7s !important;
}

.duration18 {
  -webkit-animation-duration: 1.8s !important;
          animation-duration: 1.8s !important;
}

.duration19 {
  -webkit-animation-duration: 1.9s !important;
          animation-duration: 1.9s !important;
}

.duration20 {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}

.duration21 {
  -webkit-animation-duration: 2.1s !important;
          animation-duration: 2.1s !important;
}

.duration22 {
  -webkit-animation-duration: 2.2s !important;
          animation-duration: 2.2s !important;
}

.duration23 {
  -webkit-animation-duration: 2.3s !important;
          animation-duration: 2.3s !important;
}

.duration24 {
  -webkit-animation-duration: 2.4s !important;
          animation-duration: 2.4s !important;
}

.duration25 {
  -webkit-animation-duration: 2.5s !important;
          animation-duration: 2.5s !important;
}

.duration26 {
  -webkit-animation-duration: 2.6s !important;
          animation-duration: 2.6s !important;
}

.duration27 {
  -webkit-animation-duration: 2.7s !important;
          animation-duration: 2.7s !important;
}

.duration28 {
  -webkit-animation-duration: 2.8s !important;
          animation-duration: 2.8s !important;
}

.duration29 {
  -webkit-animation-duration: 2.9s !important;
          animation-duration: 2.9s !important;
}

.duration30 {
  -webkit-animation-duration: 3s !important;
          animation-duration: 3s !important;
}

.fade {
  opacity: 0;
  transform: translateY(10%);
}

.fade_cntinuous > * {
  opacity: 0;
  transform: translateY(10%);
}

.rightleft {
  transform: translateX(-100vw);
}

.leftright {
  transform: translateX(100vw);
}

.leftrightsmallbig {
  transform: translate(-3000px, 0) scale(0.1);
  opacity: 0;
}

.chakuchi {
  transform: scale(0.8, 1.4) translate(0%, -100%);
  opacity: 0;
}

.chakuchi_ecopink {
  transform: scale(-1, 1) scale(0.8, 1.4) translate(0%, -100%);
  opacity: 0;
}

.updown {
  transform: scale(0.8, 1.1) translate(0, -1000px);
  opacity: 0;
}

.bigsmall {
  transform: scale(2);
  opacity: 0;
}

.gatagata {
  -webkit-animation: gatagata 0.3s ease infinite;
          animation: gatagata 0.3s ease infinite;
}

.track_gas {
  -webkit-animation: gas 0.4s linear infinite;
          animation: gas 0.4s linear infinite;
}

.purupuru {
  opacity: 0;
}

.kakukaku {
  transform: translate(0%, 0%);
  opacity: 0;
}

.wasawasa {
  opacity: 0;
}

.hanabi {
  transform: scale(0, 0) translate(0, 1000px);
  opacity: 0;
}

.bigsmallrepeat {
  -webkit-animation: bigsmallrepeat 1.5s linear infinite;
          animation: bigsmallrepeat 1.5s linear infinite;
}

.jumprepeat {
  -webkit-animation: jumprepeat 1s ease-in-out infinite;
          animation: jumprepeat 1s ease-in-out infinite;
}

.downuprepeat {
  -webkit-animation: downuprepeat 1s ease infinite;
          animation: downuprepeat 1s ease infinite;
}

.yurikago {
  -webkit-animation: yurikago 3s linear infinite;
          animation: yurikago 3s linear infinite;
}

.downrotate {
  transform-origin: left;
  opacity: 0;
  transform: rotate(-4deg) translate(0, -1000px);
}

.trigger_child.on .fade {
  -webkit-animation: fadein 0.6s ease-in-out forwards;
          animation: fadein 0.6s ease-in-out forwards;
}
.trigger_child.on .fade_cntinuous > * {
  -webkit-animation: fadein 0.6s ease-in-out forwards;
          animation: fadein 0.6s ease-in-out forwards;
}
.trigger_child.on .fade_cntinuous > *:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(8) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(9) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(10) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(11) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(12) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(13) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(14) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(15) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(16) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(17) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(18) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(19) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(20) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(21) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(22) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(23) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(24) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(25) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(26) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(27) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(28) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(29) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(30) {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(31) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(32) {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(33) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(34) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(35) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(36) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(37) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(38) {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(39) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(40) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(41) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(42) {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(43) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(44) {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(45) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(46) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(47) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(48) {
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(49) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(50) {
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(51) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(52) {
  -webkit-animation-delay: 10.2s;
          animation-delay: 10.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(53) {
  -webkit-animation-delay: 10.4s;
          animation-delay: 10.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(54) {
  -webkit-animation-delay: 10.6s;
          animation-delay: 10.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(55) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(56) {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(57) {
  -webkit-animation-delay: 11.2s;
          animation-delay: 11.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(58) {
  -webkit-animation-delay: 11.4s;
          animation-delay: 11.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(59) {
  -webkit-animation-delay: 11.6s;
          animation-delay: 11.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(60) {
  -webkit-animation-delay: 11.8s;
          animation-delay: 11.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(61) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(62) {
  -webkit-animation-delay: 12.2s;
          animation-delay: 12.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(63) {
  -webkit-animation-delay: 12.4s;
          animation-delay: 12.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(64) {
  -webkit-animation-delay: 12.6s;
          animation-delay: 12.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(65) {
  -webkit-animation-delay: 12.8s;
          animation-delay: 12.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(66) {
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(67) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(68) {
  -webkit-animation-delay: 13.4s;
          animation-delay: 13.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(69) {
  -webkit-animation-delay: 13.6s;
          animation-delay: 13.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(70) {
  -webkit-animation-delay: 13.8s;
          animation-delay: 13.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(71) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(72) {
  -webkit-animation-delay: 14.2s;
          animation-delay: 14.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(73) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(74) {
  -webkit-animation-delay: 14.6s;
          animation-delay: 14.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(75) {
  -webkit-animation-delay: 14.8s;
          animation-delay: 14.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(76) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(77) {
  -webkit-animation-delay: 15.2s;
          animation-delay: 15.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(78) {
  -webkit-animation-delay: 15.4s;
          animation-delay: 15.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(79) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(80) {
  -webkit-animation-delay: 15.8s;
          animation-delay: 15.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(81) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(82) {
  -webkit-animation-delay: 16.2s;
          animation-delay: 16.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(83) {
  -webkit-animation-delay: 16.4s;
          animation-delay: 16.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(84) {
  -webkit-animation-delay: 16.6s;
          animation-delay: 16.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(85) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(86) {
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(87) {
  -webkit-animation-delay: 17.2s;
          animation-delay: 17.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(88) {
  -webkit-animation-delay: 17.4s;
          animation-delay: 17.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(89) {
  -webkit-animation-delay: 17.6s;
          animation-delay: 17.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(90) {
  -webkit-animation-delay: 17.8s;
          animation-delay: 17.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(91) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(92) {
  -webkit-animation-delay: 18.2s;
          animation-delay: 18.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(93) {
  -webkit-animation-delay: 18.4s;
          animation-delay: 18.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(94) {
  -webkit-animation-delay: 18.6s;
          animation-delay: 18.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(95) {
  -webkit-animation-delay: 18.8s;
          animation-delay: 18.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(96) {
  -webkit-animation-delay: 19s;
          animation-delay: 19s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(97) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(98) {
  -webkit-animation-delay: 19.4s;
          animation-delay: 19.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(99) {
  -webkit-animation-delay: 19.6s;
          animation-delay: 19.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(100) {
  -webkit-animation-delay: 19.8s;
          animation-delay: 19.8s;
}
.trigger_child.on .wasawasa {
  -webkit-animation: wasawasa 1s linear forwards;
          animation: wasawasa 1s linear forwards;
}
.trigger_child.on .rightleft {
  -webkit-animation: rightleft 0.6s linear forwards;
          animation: rightleft 0.6s linear forwards;
}
.trigger_child.on .leftright {
  -webkit-animation: leftright 0.6s linear forwards;
          animation: leftright 0.6s linear forwards;
}
.trigger_child.on .leftrightsmallbig {
  -webkit-animation: leftrightsmallbig 1.2s linear forwards;
          animation: leftrightsmallbig 1.2s linear forwards;
}
.trigger_child.on .chakuchi {
  -webkit-animation: chakuchi 1s linear forwards;
          animation: chakuchi 1s linear forwards;
}
.trigger_child.on .chakuchi_ecopink {
  -webkit-animation: chakuchi_ecopink 1s linear forwards;
          animation: chakuchi_ecopink 1s linear forwards;
}
.trigger_child.on .updown {
  -webkit-animation: updown 0.6s linear forwards;
          animation: updown 0.6s linear forwards;
}
.trigger_child.on .bigsmall {
  -webkit-animation: bigsmall 0.2s linear forwards;
          animation: bigsmall 0.2s linear forwards;
}
.trigger_child.on .purupuru {
  -webkit-animation: purupuru 0.6s linear forwards;
          animation: purupuru 0.6s linear forwards;
}
.trigger_child.on .kakukaku {
  -webkit-animation: kakukaku 1.2s linear infinite;
          animation: kakukaku 1.2s linear infinite;
}
.trigger_child.on .hanabi {
  -webkit-animation: hanabi 2.4s linear forwards;
          animation: hanabi 2.4s linear forwards;
}
.trigger_child.on .nobiru {
  -webkit-animation: nobiru 0.6s linear 0s forwards;
          animation: nobiru 0.6s linear 0s forwards;
}
.trigger_child.on .downrotate {
  -webkit-animation: downrotate 1s linear forwards;
          animation: downrotate 1s linear forwards;
}

.trigger.on.fade {
  -webkit-animation: fadein 0.6s ease-in-out forwards;
          animation: fadein 0.6s ease-in-out forwards;
}
.trigger.on.fade_cntinuous > * {
  -webkit-animation: fadein 0.6s ease-in-out forwards;
          animation: fadein 0.6s ease-in-out forwards;
}
.trigger.on.fade_cntinuous > *:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.trigger.on.fade_cntinuous > *:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(8) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(9) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(10) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(11) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.trigger.on.fade_cntinuous > *:nth-child(12) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(13) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(14) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(15) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(16) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.trigger.on.fade_cntinuous > *:nth-child(17) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(18) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(19) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(20) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(21) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.trigger.on.fade_cntinuous > *:nth-child(22) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(23) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(24) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(25) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(26) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.trigger.on.fade_cntinuous > *:nth-child(27) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(28) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(29) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(30) {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(31) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.trigger.on.fade_cntinuous > *:nth-child(32) {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(33) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(34) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(35) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(36) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.trigger.on.fade_cntinuous > *:nth-child(37) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(38) {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(39) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(40) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(41) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.trigger.on.fade_cntinuous > *:nth-child(42) {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(43) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(44) {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(45) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(46) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.trigger.on.fade_cntinuous > *:nth-child(47) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(48) {
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(49) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(50) {
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(51) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.trigger.on.fade_cntinuous > *:nth-child(52) {
  -webkit-animation-delay: 10.2s;
          animation-delay: 10.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(53) {
  -webkit-animation-delay: 10.4s;
          animation-delay: 10.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(54) {
  -webkit-animation-delay: 10.6s;
          animation-delay: 10.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(55) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(56) {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.trigger.on.fade_cntinuous > *:nth-child(57) {
  -webkit-animation-delay: 11.2s;
          animation-delay: 11.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(58) {
  -webkit-animation-delay: 11.4s;
          animation-delay: 11.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(59) {
  -webkit-animation-delay: 11.6s;
          animation-delay: 11.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(60) {
  -webkit-animation-delay: 11.8s;
          animation-delay: 11.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(61) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.trigger.on.fade_cntinuous > *:nth-child(62) {
  -webkit-animation-delay: 12.2s;
          animation-delay: 12.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(63) {
  -webkit-animation-delay: 12.4s;
          animation-delay: 12.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(64) {
  -webkit-animation-delay: 12.6s;
          animation-delay: 12.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(65) {
  -webkit-animation-delay: 12.8s;
          animation-delay: 12.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(66) {
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.trigger.on.fade_cntinuous > *:nth-child(67) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(68) {
  -webkit-animation-delay: 13.4s;
          animation-delay: 13.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(69) {
  -webkit-animation-delay: 13.6s;
          animation-delay: 13.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(70) {
  -webkit-animation-delay: 13.8s;
          animation-delay: 13.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(71) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.trigger.on.fade_cntinuous > *:nth-child(72) {
  -webkit-animation-delay: 14.2s;
          animation-delay: 14.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(73) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(74) {
  -webkit-animation-delay: 14.6s;
          animation-delay: 14.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(75) {
  -webkit-animation-delay: 14.8s;
          animation-delay: 14.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(76) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.trigger.on.fade_cntinuous > *:nth-child(77) {
  -webkit-animation-delay: 15.2s;
          animation-delay: 15.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(78) {
  -webkit-animation-delay: 15.4s;
          animation-delay: 15.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(79) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(80) {
  -webkit-animation-delay: 15.8s;
          animation-delay: 15.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(81) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.trigger.on.fade_cntinuous > *:nth-child(82) {
  -webkit-animation-delay: 16.2s;
          animation-delay: 16.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(83) {
  -webkit-animation-delay: 16.4s;
          animation-delay: 16.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(84) {
  -webkit-animation-delay: 16.6s;
          animation-delay: 16.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(85) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(86) {
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.trigger.on.fade_cntinuous > *:nth-child(87) {
  -webkit-animation-delay: 17.2s;
          animation-delay: 17.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(88) {
  -webkit-animation-delay: 17.4s;
          animation-delay: 17.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(89) {
  -webkit-animation-delay: 17.6s;
          animation-delay: 17.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(90) {
  -webkit-animation-delay: 17.8s;
          animation-delay: 17.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(91) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.trigger.on.fade_cntinuous > *:nth-child(92) {
  -webkit-animation-delay: 18.2s;
          animation-delay: 18.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(93) {
  -webkit-animation-delay: 18.4s;
          animation-delay: 18.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(94) {
  -webkit-animation-delay: 18.6s;
          animation-delay: 18.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(95) {
  -webkit-animation-delay: 18.8s;
          animation-delay: 18.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(96) {
  -webkit-animation-delay: 19s;
          animation-delay: 19s;
}
.trigger.on.fade_cntinuous > *:nth-child(97) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(98) {
  -webkit-animation-delay: 19.4s;
          animation-delay: 19.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(99) {
  -webkit-animation-delay: 19.6s;
          animation-delay: 19.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(100) {
  -webkit-animation-delay: 19.8s;
          animation-delay: 19.8s;
}
.trigger.on.wasawasa {
  -webkit-animation: wasawasa 1s linear forwards;
          animation: wasawasa 1s linear forwards;
}
.trigger.on.rightleft {
  -webkit-animation: rightleft 0.8s linear forwards;
          animation: rightleft 0.8s linear forwards;
}
.trigger.on.leftright {
  -webkit-animation: leftright 0.8s linear forwards;
          animation: leftright 0.8s linear forwards;
}
.trigger.on.leftrightsmallbig {
  -webkit-animation: leftrightsmallbig 1.2s linear forwards;
          animation: leftrightsmallbig 1.2s linear forwards;
}
.trigger.on.chakuchi {
  -webkit-animation: chakuchi 1s linear forwards;
          animation: chakuchi 1s linear forwards;
}
.trigger.on.chakuchi_ecopink {
  -webkit-animation: chakuchi_ecopink 1s linear forwards;
          animation: chakuchi_ecopink 1s linear forwards;
}
.trigger.on.updown {
  -webkit-animation: updown 0.6s linear forwards;
          animation: updown 0.6s linear forwards;
}
.trigger.on.bigsmall {
  -webkit-animation: bigsmall 0.3s linear forwards;
          animation: bigsmall 0.3s linear forwards;
}
.trigger.on.purupuru {
  -webkit-animation: purupuru 0.6s linear forwards;
          animation: purupuru 0.6s linear forwards;
}
.trigger.on.kakukaku {
  -webkit-animation: kakukaku 1.2s linear infinite;
          animation: kakukaku 1.2s linear infinite;
}
.trigger.on.hanabi {
  -webkit-animation: hanabi 2.4s linear forwards;
          animation: hanabi 2.4s linear forwards;
}
.trigger.on.nobiru {
  -webkit-animation: nobiru 0.6s linear 0s forwards;
          animation: nobiru 0.6s linear 0s forwards;
}
.trigger.on.downrotate {
  -webkit-animation: downrotate 1s linear forwards;
          animation: downrotate 1s linear forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes pagetop {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(5px, 0);
  }
  75% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes pagetop {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(5px, 0);
  }
  75% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes leftrightsmallbig {
  0% {
    transform: translate(-3000px, 0) scale(0.1);
    opacity: 0;
  }
  1% {
    transform: translate(-3000px, 0) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes leftrightsmallbig {
  0% {
    transform: translate(-3000px, 0) scale(0.1);
    opacity: 0;
  }
  1% {
    transform: translate(-3000px, 0) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes gatagata {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 3px);
  }
  50% {
    transform: translate(3px, 0);
  }
  75% {
    transform: translate(0, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes gatagata {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 3px);
  }
  50% {
    transform: translate(3px, 0);
  }
  75% {
    transform: translate(0, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes gas {
  0% {
    transform: scale(0, 0) translate(-30, -30px);
    opacity: 0;
  }
  50% {
    transform: scale(0.5, 0.5) translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(30px, -30px);
    opacity: 0;
  }
}
@keyframes gas {
  0% {
    transform: scale(0, 0) translate(-30, -30px);
    opacity: 0;
  }
  50% {
    transform: scale(0.5, 0.5) translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(30px, -30px);
    opacity: 0;
  }
}
@-webkit-keyframes bigsmall {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bigsmall {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes chakuchi {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes chakuchi {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes chakuchi_ecopink {
  0% {
    transform: scale(-1, 1) scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(-1, 1) scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    transform: scale(-1, 1) scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(-1, 1) scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    transform: scale(-1, 1) scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    transform: scale(-1, 1) scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    transform: scale(-1, 1) scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    transform: scale(-1, 1) scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: scale(-1, 1) scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes chakuchi_ecopink {
  0% {
    transform: scale(-1, 1) scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(-1, 1) scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    transform: scale(-1, 1) scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(-1, 1) scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    transform: scale(-1, 1) scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    transform: scale(-1, 1) scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    transform: scale(-1, 1) scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    transform: scale(-1, 1) scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: scale(-1, 1) scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes updown {
  0% {
    opacity: 0;
    transform: scale(0.8, 1.1) translate(0, -1000px);
  }
  1% {
    opacity: 1;
    transform: scale(0.8, 1.1) translate(0, -1000px);
  }
  85% {
    opacity: 1;
    transform: scale(1.1, 0.9) translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
@keyframes updown {
  0% {
    opacity: 0;
    transform: scale(0.8, 1.1) translate(0, -1000px);
  }
  1% {
    opacity: 1;
    transform: scale(0.8, 1.1) translate(0, -1000px);
  }
  85% {
    opacity: 1;
    transform: scale(1.1, 0.9) translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
@-webkit-keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  20% {
    transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    opacity: 1;
  }
  50% {
    transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    opacity: 1;
  }
  65% {
    transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    opacity: 1;
  }
  80% {
    transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  20% {
    transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    opacity: 1;
  }
  50% {
    transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    opacity: 1;
  }
  65% {
    transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    opacity: 1;
  }
  80% {
    transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes kakukaku {
  0% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
    opacity: 1;
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
    opacity: 1;
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
    opacity: 1;
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
    opacity: 1;
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
    opacity: 1;
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
    opacity: 1;
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
}
@keyframes kakukaku {
  0% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
    opacity: 1;
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
    opacity: 1;
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
    opacity: 1;
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
    opacity: 1;
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
    opacity: 1;
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
    opacity: 1;
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes hanabi {
  0% {
    transform: scale(0, 0) translate(0, 5000px);
    opacity: 0;
  }
  90% {
    transform: scale(0.2, 0.2) translate(0, 300px);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes hanabi {
  0% {
    transform: scale(0, 0) translate(0, 5000px);
    opacity: 0;
  }
  90% {
    transform: scale(0.2, 0.2) translate(0, 300px);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes bigsmallrepeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bigsmallrepeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes jumprepeat {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.2, 0.5) translate(0, 260px);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes jumprepeat {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.2, 0.5) translate(0, 260px);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@-webkit-keyframes nobiru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes nobiru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes downuprepeat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes downuprepeat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes yurikago {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes yurikago {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes downrotate {
  0% {
    opacity: 0;
    transform: rotate(-4deg) translate(0, -1000px);
  }
  80% {
    opacity: 1;
    transform: rotate(-4deg) translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: rotate(-4deg) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: rotate(0) translate(0, 0);
  }
}
@keyframes downrotate {
  0% {
    opacity: 0;
    transform: rotate(-4deg) translate(0, -1000px);
  }
  80% {
    opacity: 1;
    transform: rotate(-4deg) translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: rotate(-4deg) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: rotate(0) translate(0, 0);
  }
}
@-webkit-keyframes wasawasa {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  10% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  20% {
    transform: scale(1, 1);
    opacity: 1;
  }
  30% {
    transform: scale(0.99, 0.99);
    opacity: 1;
  }
  40% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  60% {
    transform: scale(1, 1);
    opacity: 1;
  }
  70% {
    transform: scale(0.99, 0.99);
    opacity: 1;
  }
  80% {
    transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes wasawasa {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  10% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  20% {
    transform: scale(1, 1);
    opacity: 1;
  }
  30% {
    transform: scale(0.99, 0.99);
    opacity: 1;
  }
  40% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  60% {
    transform: scale(1, 1);
    opacity: 1;
  }
  70% {
    transform: scale(0.99, 0.99);
    opacity: 1;
  }
  80% {
    transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes rightleft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rightleft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes leftright {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes leftright {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
#wrap {
  max-width: 100%;
  overflow: hidden;
  background: #f4f4f4;
}

.box {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
}

.sec {
  position: relative;
}

#sec_01 .sec_01_01 {
  position: absolute;
  width: 68.8%;
  top: 4.3%;
  left: 50%;
  transform: translateX(-50%);
}
#sec_01 .sec_01_02 {
  position: absolute;
  width: 76.1%;
  top: 16.7%;
  left: 50%;
  transform: translateX(-50%);
}
#sec_01 .sec_01_03 {
  position: absolute;
  width: 26%;
  bottom: 3%;
  left: 8%;
}
#sec_01 .sec_01_04 {
  position: absolute;
  width: 26.2%;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
#sec_01 .sec_01_05 {
  position: absolute;
  width: 26%;
  bottom: 3%;
  right: 8%;
}

#sec_03 a {
  position: absolute;
  width: 86%;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}

#sec_08 {
  background: #3cc243;
  padding: 0.8rem 0;
}
@media only screen and (max-width: 479px) {
  #sec_08 {
    padding: 0.6rem 0;
  }
}
#sec_08 h2 {
  width: 61.8%;
  margin: 0 auto 0.6rem;
}
#sec_08 .sbox {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 0.2rem;
}
#sec_08 .sbox dl {
  margin-bottom: 0.2rem;
}
#sec_08 .sbox dl dt {
  font-size: 0.3rem;
  font-weight: bold;
  background: #e5e5e5;
  padding: 0.25rem 0;
}
@media only screen and (max-width: 479px) {
  #sec_08 .sbox dl dt {
    font-size: 0.22rem;
    line-height: 1.2;
    padding: 0.2rem 0;
  }
}
#sec_08 .sbox dl dd {
  padding: 0.25rem 0.1rem;
}
@media only screen and (max-width: 479px) {
  #sec_08 .sbox dl dd {
    padding: 0.2rem 0.1rem;
  }
}
#sec_08 .sbox dl dd ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}
#sec_08 .sbox dl dd ul li label {
  font-size: 0.24rem;
}
@media only screen and (max-width: 479px) {
  #sec_08 .sbox dl dd ul li label {
    font-size: 0.18rem;
  }
}
#sec_08 .sbox dl dd ul li label input {
  margin-right: 0.1rem;
}
#sec_08 .sbox .check {
  margin-bottom: 0.2rem;
}
#sec_08 .sbox .btn_shindan, #sec_08 .sbox .btn_line {
  width: 78%;
  margin: 0 auto;
}
#sec_08 .sbox .btn_line {
  display: none;
}
#sec_08 .sbox .advice {
  margin-top: 0.2rem;
  font-size: 0.22rem;
  line-height: 1.3;
  color: #ff1b49;
  font-weight: bold;
}
@media only screen and (max-width: 479px) {
  #sec_08 .sbox .advice {
    font-size: 3.2vw;
  }
}
#sec_08 .sbox .btn_line {
  margin-top: 0.2rem;
}

.btn_shindan .btn_on {
  display: none;
}
.btn_shindan.on .btn_off {
  display: none;
}
.btn_shindan.on .btn_on {
  display: block;
}

#sec_08_free {
  padding: 0.8rem 0;
  background: #3cc243;
}
@media only screen and (max-width: 479px) {
  #sec_08_free {
    padding: 0.6rem 0;
  }
}
#sec_08_free .box {
  width: 90%;
  margin: 0 auto;
  padding: 0.3rem;
  background: #fff;
}
#sec_08_free .box a {
  width: 80%;
  margin: 0 auto;
}

#sec_09 {
  padding: 0.8rem 0;
  background: #f56890;
}
@media only screen and (max-width: 479px) {
  #sec_09 {
    padding: 0.6rem 0;
  }
}
#sec_09 h2 {
  width: 35%;
  margin: 0 auto 0.6rem;
}
#sec_09 ul {
  width: 90%;
  margin: 0 auto;
  background: #fff;
}
#sec_09 ul li {
  text-align: left;
  border-bottom: dotted 2px #d9d9d9;
}
#sec_09 ul li:last-child {
  border-bottom: none;
}
#sec_09 ul li a {
  background: #fff;
  display: block;
  padding: 0.2rem;
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 1.3;
}

#sec_10 {
  padding-bottom: 0.8rem;
}
#sec_10 h2 {
  width: 77.3%;
  margin: 0 auto 0.4rem;
}
#sec_10 #searchbox {
  background: #3cc243;
  padding: 0.6rem 0 0.2rem;
  margin-bottom: 0.4rem;
}
#sec_10 #searchbox ul {
  width: 86%;
  margin: 0 auto 0.3rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  #sec_10 #searchbox ul {
    margin-bottom: 0.2rem;
  }
}
#sec_10 #searchbox ul li {
  width: 32%;
}
#sec_10 #searchbox ul li select, #sec_10 #searchbox ul li input {
  width: 100%;
  background: #fff;
  border: solid 3px #d9d9d9;
  font-size: 0.22rem;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  color: #70737f;
  border-radius: 0.03rem;
}
@media only screen and (max-width: 479px) {
  #sec_10 #searchbox ul li select, #sec_10 #searchbox ul li input {
    font-size: 12px;
    padding: 5px;
    border: solid 2px #d9d9d9;
    -webkit-appearance: none;
  }
}
#sec_10 #searchbox a {
  display: block;
  width: 30.8%;
  margin: 0 auto;
}
#sec_10 #rank {
  width: 94%;
  margin: 0 auto;
}
#sec_10 #rank .btn {
  margin: 0 auto 0.3rem;
  display: flex;
  justify-content: space-between;
}
#sec_10 #rank .btn li {
  width: 33%;
}
#sec_10 #rank .sbox {
  margin-bottom: 0.4rem;
}
#sec_10 #rank .sbox:last-child {
  margin-bottom: 0;
}

footer {
  background: #f56890;
  padding: 30px;
}
@media only screen and (max-width: 479px) {
  footer {
    padding: 4% 3% 26%;
  }
}
footer nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
}
@media only screen and (max-width: 479px) {
  footer nav ul {
    gap: 0;
    justify-content: space-between;
  }
}
footer nav ul li a {
  font-size: 0.18rem;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  footer nav ul li a {
    font-size: 0.14rem;
  }
}

.fixed_btn {
  max-width: 360px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .fixed_btn {
    width: 72%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}

#column {
  padding: 0.6rem 0;
  background: url("../img/bg_stripe.png?2");
}
@media only screen and (max-width: 479px) {
  #column {
    padding: 0.3rem 0;
  }
}
#column .box {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem;
}
@media only screen and (max-width: 479px) {
  #column .box {
    width: 92%;
    padding: 0.3rem 4%;
  }
}
#column .box h2 {
  font-weight: bold;
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
  color: #d80a2c;
}
@media only screen and (max-width: 479px) {
  #column .box h2 {
    margin-bottom: 0.2rem;
  }
}
#column .box ul {
  text-align: left;
}
#column .box ul li {
  border-bottom: solid 1px #bfbfbf;
}
#column .box ul li a {
  display: block;
  padding: 0.15rem;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 479px) {
  #column .box ul li a {
    padding: 0.1rem;
    font-size: 0.18rem;
  }
}

.subpage #main {
  background: url("../img/bg_dotted.png?2");
  padding: 0.6rem 0;
}
@media only screen and (max-width: 479px) {
  .subpage #main {
    padding: 0.4rem 4%;
  }
}
.subpage #main .box {
  max-width: 900px;
  margin: 0 auto;
  border: solid 0.1rem #3cc243;
  background: #fff;
  border-radius: 0.6rem;
  padding: 0.4rem;
}
@media only screen and (max-width: 479px) {
  .subpage #main .box {
    border-width: 5px;
    border-radius: 20px;
    margin-bottom: 0.3rem;
    padding: 0.2rem 4%;
  }
}
.subpage #main .box h1 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  background: #3cc243;
  padding: 0.15rem 0.1rem;
  border-radius: 0.1rem;
  margin-bottom: 0.6rem;
  line-height: 1.2;
}
@media only screen and (max-width: 479px) {
  .subpage #main .box h1 {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.subpage #main .box .content {
  text-align: left;
  line-height: 1.75;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  .subpage #main .box .content {
    margin-bottom: 0.4rem;
  }
}
.subpage #main .box .content > * {
  margin: 1em 0;
}
.subpage #main .box .content > *:first-child {
  margin-top: 0;
}
.subpage #main .box .content > *:last-child {
  margin-bottom: 0;
}
.subpage #main .box .content h2, .subpage #main .box .content h3, .subpage #main .box .content h4, .subpage #main .box .content h5, .subpage #main .box .content h6 {
  margin: 1.5em 0 0.5em;
  line-height: 1.2;
}
.subpage #main .box .content h2:first-child, .subpage #main .box .content h3:first-child, .subpage #main .box .content h4:first-child, .subpage #main .box .content h5:first-child, .subpage #main .box .content h6:first-child {
  margin-top: 0;
}
.subpage #main .box .content h2:last-child, .subpage #main .box .content h3:last-child, .subpage #main .box .content h4:last-child, .subpage #main .box .content h5:last-child, .subpage #main .box .content h6:last-child {
  margin-bottom: 0;
}
.subpage #main .box .content h2 {
  border-left: solid 0.1rem #3cc243;
  border-bottom: solid 0.05rem #3cc243;
  padding: 0.05rem 0 0.05rem 0.1rem;
  font-size: 0.28rem;
  font-weight: bold;
}
.subpage #main .box .content h3 {
  font-size: 0.26rem;
  font-weight: bold;
  padding-left: 0.2rem;
  position: relative;
}
.subpage #main .box .content h3::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.03rem;
  background: #3cc243;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subpage #main .box .content h4 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #3cc243;
}
.subpage #main .box .content h5 {
  font-weight: bold;
  color: #3cc243;
}
.subpage #main .box .content h6 {
  font-weight: bold;
}
.subpage #main .box .content dl dt {
  font-weight: bold;
}
.subpage #main .box .content dl dd {
  margin-bottom: 1em;
}
.subpage #main .box .content dl dd:last-child {
  margin-bottom: 0;
}
.subpage #main .box .btn {
  background: #e7314f;
  display: block;
  border-radius: 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  padding: 0.2rem 0;
  border-bottom: solid 0.1rem #d80a2c;
}
@media only screen and (max-width: 479px) {
  .subpage #main .box .btn {
    padding: 0.15rem 0;
    font-size: 0.24rem;
    border-radius: 0.2rem;
  }
}

.check {
  white-space: nowrap;
}
.check label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  font-size: 0.28rem;
  font-weight: bold;
  padding-bottom: 0.1rem;
}
@media only screen and (max-width: 479px) {
  .check label {
    font-size: 4vw;
    padding-bottom: 1.2vw;
  }
}
.check label input {
  width: 0.25rem;
  height: 0.25rem;
}
@media only screen and (max-width: 479px) {
  .check label input {
    width: 3.5vw;
    height: 3.5vw;
  }
}
.check p {
  font-size: 0.18rem;
  color: #ff1b49;
  font-weight: bold;
}
@media only screen and (max-width: 479px) {
  .check p {
    font-size: 2.8vw;
  }
}

.btn .btn_on {
  display: none;
}
.btn.on .btn_off {
  display: none;
}
.btn.on .btn_on {
  display: block;
}
/*# sourceMappingURL=style.css.map */