@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.16rem;
  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;
  }
}

#wrap {
  width: 100%;
  overflow: hidden;
}

.en, .num {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.ttl, #help .inner .subttl, #help .inner .txt4, #help .inner .txt5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 0.45rem;
  letter-spacing: 0.01rem;
  line-height: 1.2;
}
@media only screen and (max-width: 479px) {
  .ttl, #help .inner .subttl, #help .inner .txt4, #help .inner .txt5 {
    font-size: 0.35rem;
  }
}
.ttl.s, #help .inner .s.subttl, #help .inner .s.txt4, #help .inner .s.txt5 {
  font-size: 0.35rem;
}
@media only screen and (max-width: 479px) {
  .ttl.s, #help .inner .s.subttl, #help .inner .s.txt4, #help .inner .s.txt5 {
    font-size: 0.25rem;
  }
}
.ttl.m, #help .inner .m.subttl, #help .inner .m.txt4, #help .inner .m.txt5 {
  font-size: 0.4rem;
}
@media only screen and (max-width: 479px) {
  .ttl.m, #help .inner .m.subttl, #help .inner .m.txt4, #help .inner .m.txt5 {
    font-size: 0.3rem;
  }
}
.ttl.mb, #help .inner .mb.subttl, #help .inner .mb.txt4, #help .inner .mb.txt5 {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  .ttl.mb, #help .inner .mb.subttl, #help .inner .mb.txt4, #help .inner .mb.txt5 {
    margin-bottom: 0.4rem;
  }
}

.btn {
  display: block;
  background: #f14ba6;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 0.25rem;
  letter-spacing: 0.01rem;
  line-height: 0.8rem;
  width: 100%;
  max-width: 4rem;
  font-weight: bold;
  border-radius: 0.4rem;
  box-shadow: 0px 0px 15px -3px rgba(241, 75, 166, 0.6);
  text-align: center;
  transition: all 0.3s;
}
.btn:hover {
  opacity: 0.6;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 0;
}
@media only screen and (max-width: 479px) {
  .inner {
    width: 92%;
    padding: 0.6rem 0;
  }
}

.logolist {
  max-width: 980px;
  margin: 0 auto 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.05rem;
}
@media only screen and (max-width: 479px) {
  .logolist li {
    width: 48%;
    border: 1px solid #eee;
  }
}

.slide ul .slick-list {
  overflow: visible;
}
.slide ul li {
  margin: 0 0.2rem;
}
.slide ul li img {
  width: 320px;
  transition: all 0.3s;
  border: 1px solid #eee;
}
@media only screen and (max-width: 479px) {
  .slide ul li img {
    width: 210px;
  }
}
.slide ul li img:hover {
  transform: scale(1.6);
}

.cvarea {
  background: #21c6d5 url("../img/cvarea_bg.png") center no-repeat;
}
.cvarea .inner {
  text-align: left;
  color: #fff;
  padding: 0.8rem 0 0.7rem;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .cvarea .inner {
    padding: 0.1rem 0 0.4rem;
    text-align: center;
  }
}
.cvarea .inner p {
  position: absolute;
  top: 0.7rem;
  right: -0.7rem;
}
@media only screen and (max-width: 479px) {
  .cvarea .inner p {
    position: static;
    text-align: center;
    margin-bottom: 0.2rem;
  }
}
.cvarea .inner .ttl, .cvarea #help .inner .subttl, #help .cvarea .inner .subttl, .cvarea #help .inner .txt4, #help .cvarea .inner .txt4, .cvarea #help .inner .txt5, #help .cvarea .inner .txt5 {
  line-height: 1.25;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 479px) {
  .cvarea .inner .ttl, .cvarea #help .inner .subttl, #help .cvarea .inner .subttl, .cvarea #help .inner .txt4, #help .cvarea .inner .txt4, .cvarea #help .inner .txt5, #help .cvarea .inner .txt5 {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
  }
}
.cvarea .inner ul {
  max-width: 650px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 479px) {
  .cvarea .inner ul {
    display: inline-block;
    margin-bottom: 0.2rem;
  }
}
.cvarea .inner ul li {
  font-size: 0.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
  padding-left: 0.35rem;
  background: url("../img/cvarea_check.png") left center/0.2rem auto no-repeat;
  text-align: left;
}
.cvarea .inner ul li:nth-child(odd) {
  width: 375px;
}
@media only screen and (max-width: 479px) {
  .cvarea .inner ul li:nth-child(odd) {
    width: auto;
  }
}
.cvarea .inner ul li:nth-child(even) {
  width: 275px;
}
@media only screen and (max-width: 479px) {
  .cvarea .inner ul li:nth-child(even) {
    width: auto;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.15rem 0.3rem;
}
@media only screen and (max-width: 479px) {
  header {
    padding: 0.15rem;
  }
}
@media only screen and (max-width: 479px) {
  header .logo {
    width: 120px;
  }
}
header .btn {
  font-size: 0.2rem;
  max-width: 280px;
  line-height: 0.65rem;
  border-radius: 0.325rem;
}
@media only screen and (max-width: 479px) {
  header .btn {
    display: none;
  }
}

#mv {
  background: url("../img/mv_bg.jpg") center/cover no-repeat;
  padding: 0.5rem 0 1.8rem;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #mv {
    background: url("../img/mv_bg_sp.jpg") center top/cover no-repeat;
    padding: 0.4rem 0;
  }
}
@media only screen and (max-width: 479px) {
  #mv h1 {
    width: 82%;
    margin: 0 auto 0.4rem;
  }
}
#mv p {
  width: 1048px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 96%;
}
@media only screen and (max-width: 479px) {
  #mv p {
    position: static;
    transform: none;
    width: 82%;
    margin: 0 auto;
  }
}
#mv ul {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 0.45rem;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 479px) {
  #mv ul {
    width: 96%;
    border-radius: 0.25rem;
  }
}
#mv ul li {
  width: 25%;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  border-right: 1px solid #eeeeee;
}
@media only screen and (max-width: 479px) {
  #mv ul li {
    width: 50%;
    justify-content: flex-start;
    padding-left: 0.12rem;
    border-bottom: 1px solid #eeeeee;
  }
}
@media only screen and (max-width: 479px) {
  #mv ul li:nth-child(even) {
    border-right: none;
  }
}
@media only screen and (max-width: 479px) {
  #mv ul li:nth-child(3) {
    border-bottom: none;
  }
}
#mv ul li:last-child {
  border: none;
}
#mv ul li figure {
  margin-right: 0.15rem;
}
@media only screen and (max-width: 479px) {
  #mv ul li figure {
    margin-right: 0.12rem;
  }
}
@media only screen and (max-width: 479px) {
  #mv ul li figure img {
    width: auto;
    height: 32px;
  }
}
#mv ul li span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.3333;
}
@media only screen and (max-width: 479px) {
  #mv ul li span {
    font-size: 0.16rem;
  }
}
#mv ul li:first-child span {
  font-size: 0.16rem;
}
#mv + .price .inner {
  padding-top: 1.5rem;
}
@media only screen and (max-width: 479px) {
  #mv + .price .inner {
    padding-top: 1.3rem;
  }
}

#about {
  background: #eff2f5 url("../img/difference_bg.png") center no-repeat;
}
#about .inner {
  padding-top: 1.5rem;
}
#about .inner .catch {
  margin-bottom: 0.9rem;
}
@media only screen and (max-width: 479px) {
  #about .inner .catch {
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 479px) {
  #about .inner .ttl, #about #help .inner .subttl, #help #about .inner .subttl, #about #help .inner .txt4, #help #about .inner .txt4, #about #help .inner .txt5, #help #about .inner .txt5 {
    font-size: 0.25rem;
  }
}
#about .inner .case {
  margin-bottom: 0.9rem;
}
#about .inner .explanation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  #about .inner .explanation {
    display: block;
  }
}
#about .inner .explanation figure {
  width: 48%;
}
@media only screen and (max-width: 479px) {
  #about .inner .explanation figure {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
#about .inner .explanation p {
  width: 48%;
  line-height: 1.75;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  #about .inner .explanation p {
    width: 100%;
  }
}
#about .inner .ex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  #about .inner .ex {
    display: block;
  }
}
#about .inner .ex li {
  max-width: 48%;
}
@media only screen and (max-width: 479px) {
  #about .inner .ex li {
    max-width: none;
    margin-bottom: 0.4rem;
  }
  #about .inner .ex li:last-child {
    margin-bottom: 0;
  }
}
#about .inner .ex li .ttl, #about #help .inner .ex li .subttl, #help #about .inner .ex li .subttl, #about #help .inner .ex li .txt4, #help #about .inner .ex li .txt4, #about #help .inner .ex li .txt5, #help #about .inner .ex li .txt5 {
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 479px) {
  #about .inner .ex li .ttl, #about #help .inner .ex li .subttl, #help #about .inner .ex li .subttl, #about #help .inner .ex li .txt4, #help #about .inner .ex li .txt4, #about #help .inner .ex li .txt5, #help #about .inner .ex li .txt5 {
    margin-bottom: 0.2rem;
  }
}
#about .inner .ex li figure {
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 479px) {
  #about .inner .ex li figure {
    margin-bottom: 0.2rem;
  }
}
#about .inner .ex li p {
  line-height: 1.75;
  text-align: left;
}
#about .inner .ex li:last-child .ttl, #about #help .inner .ex li:last-child .subttl, #help #about .inner .ex li:last-child .subttl, #about #help .inner .ex li:last-child .txt4, #help #about .inner .ex li:last-child .txt4, #about #help .inner .ex li:last-child .txt5, #help #about .inner .ex li:last-child .txt5 {
  color: #21c6d5;
}

#pageview {
  background: #21c6d5;
}
#pageview .inner .ttl, #pageview #help .inner .subttl, #help #pageview .inner .subttl, #pageview #help .inner .txt4, #help #pageview .inner .txt4, #pageview #help .inner .txt5, #help #pageview .inner .txt5 {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #pageview .inner .ttl, #pageview #help .inner .subttl, #help #pageview .inner .subttl, #pageview #help .inner .txt4, #help #pageview .inner .txt4, #pageview #help .inner .txt5, #help #pageview .inner .txt5 {
    font-size: 0.3rem;
  }
}
#pageview .inner figure {
  display: block;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #pageview .inner figure {
    font-size: 0.3rem;
  }
}
#pageview .inner p {
  font-size: 0.3rem;
  line-height: 1.3333;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 479px) {
  #pageview .inner p {
    font-size: 0.2rem;
  }
  #pageview .inner p br {
    display: none;
  }
}

#feature {
  background: #eff2f5 url("../img/difference_bg.png") center no-repeat;
}
#feature .inner .lsit {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 479px) {
  #feature .inner .lsit {
    margin-bottom: 0.6rem;
  }
}
#feature .inner .lsit li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 479px) {
  #feature .inner .lsit li {
    display: block;
    margin-bottom: 0.4rem;
  }
}
#feature .inner .lsit li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  #feature .inner .lsit li figure {
    width: 56%;
    margin: 0 auto 0.2rem;
  }
}
#feature .inner .lsit li .ttl, #feature #help .inner .lsit li .subttl, #help #feature .inner .lsit li .subttl, #feature #help .inner .lsit li .txt4, #help #feature .inner .lsit li .txt4, #feature #help .inner .lsit li .txt5, #help #feature .inner .lsit li .txt5 {
  font-size: 0.25rem;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  #feature .inner .lsit li .ttl, #feature #help .inner .lsit li .subttl, #help #feature .inner .lsit li .subttl, #feature #help .inner .lsit li .txt4, #help #feature .inner .lsit li .txt4, #feature #help .inner .lsit li .txt5, #help #feature .inner .lsit li .txt5 {
    font-size: 0.2rem;
    display: inline-block;
  }
}
#feature .inner .lsit li .ttl span, #feature #help .inner .lsit li .subttl span, #help #feature .inner .lsit li .subttl span, #feature #help .inner .lsit li .txt4 span, #help #feature .inner .lsit li .txt4 span, #feature #help .inner .lsit li .txt5 span, #help #feature .inner .lsit li .txt5 span {
  font-size: 0.4rem;
  line-height: 1.25;
  color: #21c6d5;
}
@media only screen and (max-width: 479px) {
  #feature .inner .lsit li .ttl span, #feature #help .inner .lsit li .subttl span, #help #feature .inner .lsit li .subttl span, #feature #help .inner .lsit li .txt4 span, #help #feature .inner .lsit li .txt4 span, #feature #help .inner .lsit li .txt5 span, #help #feature .inner .lsit li .txt5 span {
    font-size: 0.26rem;
  }
}
#feature .inner .lsit li:nth-child(even) figure {
  order: 1;
}
#feature .inner .lsit li:nth-child(even) .ttl, #feature #help .inner .lsit li:nth-child(even) .subttl, #help #feature .inner .lsit li:nth-child(even) .subttl, #feature #help .inner .lsit li:nth-child(even) .txt4, #help #feature .inner .lsit li:nth-child(even) .txt4, #feature #help .inner .lsit li:nth-child(even) .txt5, #help #feature .inner .lsit li:nth-child(even) .txt5 {
  order: 0;
}
#feature .inner .lsit li:nth-child(even) .ttl span, #feature #help .inner .lsit li:nth-child(even) .subttl span, #help #feature .inner .lsit li:nth-child(even) .subttl span, #feature #help .inner .lsit li:nth-child(even) .txt4 span, #help #feature .inner .lsit li:nth-child(even) .txt4 span, #feature #help .inner .lsit li:nth-child(even) .txt5 span, #help #feature .inner .lsit li:nth-child(even) .txt5 span {
  color: #e14b9e;
}
#feature .inner .box {
  background: #fff;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  padding: 0.4rem 0;
}
@media only screen and (max-width: 479px) {
  #feature .inner .box {
    border-radius: 0.2rem;
    display: block;
    padding: 0.2rem;
  }
}
#feature .inner .box figure {
  order: 1;
}
@media only screen and (max-width: 479px) {
  #feature .inner .box figure {
    margin-bottom: 0.1rem;
  }
}
@media only screen and (max-width: 479px) {
  #feature .inner .box figure img {
    width: 130px;
  }
}
#feature .inner .box .txt {
  order: 0;
}
#feature .inner .box .txt .ttl, #feature #help .inner .box .txt .subttl, #help #feature .inner .box .txt .subttl, #feature #help .inner .box .txt .txt4, #help #feature .inner .box .txt .txt4, #feature #help .inner .box .txt .txt5, #help #feature .inner .box .txt .txt5 {
  font-size: 0.46rem;
  text-align: center;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
@media only screen and (max-width: 479px) {
  #feature .inner .box .txt .ttl, #feature #help .inner .box .txt .subttl, #help #feature .inner .box .txt .subttl, #feature #help .inner .box .txt .txt4, #help #feature .inner .box .txt .txt4, #feature #help .inner .box .txt .txt5, #help #feature .inner .box .txt .txt5 {
    font-size: 0.28rem;
  }
}
#feature .inner .box .txt .ttl span, #feature #help .inner .box .txt .subttl span, #help #feature .inner .box .txt .subttl span, #feature #help .inner .box .txt .txt4 span, #help #feature .inner .box .txt .txt4 span, #feature #help .inner .box .txt .txt5 span, #help #feature .inner .box .txt .txt5 span {
  color: #21c6d5;
  font-size: 0.8rem;
}
@media only screen and (max-width: 479px) {
  #feature .inner .box .txt .ttl span, #feature #help .inner .box .txt .subttl span, #help #feature .inner .box .txt .subttl span, #feature #help .inner .box .txt .txt4 span, #help #feature .inner .box .txt .txt4 span, #feature #help .inner .box .txt .txt5 span, #help #feature .inner .box .txt .txt5 span {
    font-size: 0.46rem;
  }
}
#feature .inner .box .txt p {
  max-width: 560px;
  text-align: left;
  line-height: 1.75;
}

#movie {
  background: #21c6d5 url("../img/bg_colorline_blue.png") center no-repeat;
}
@media only screen and (max-width: 479px) {
  #movie .inner .fukidashi img {
    width: 160px;
  }
}
#movie .inner .ttl, #movie #help .inner .subttl, #help #movie .inner .subttl, #movie #help .inner .txt4, #help #movie .inner .txt4, #movie #help .inner .txt5, #help #movie .inner .txt5 {
  color: #fff;
}
#movie .inner .video {
  width: 800px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #fff;
}
@media only screen and (max-width: 479px) {
  #movie .inner .video {
    width: 100%;
  }
}
#movie .inner .video video {
  width: 100%;
  height: 100%;
}

#twitter {
  background: #eff2f5 url("../img/bg_colorline_grey.png") center -330px repeat-y;
}
#twitter .inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 479px) {
  #twitter .inner {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  #twitter .inner .box {
    margin-bottom: 0.3rem;
  }
}
#twitter .inner .box .fukidashi {
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 479px) {
  #twitter .inner .box .fukidashi {
    max-width: 68%;
    margin: 0 auto 0.3rem;
  }
}
#twitter .inner .box .ttl, #twitter #help .inner .box .subttl, #help #twitter .inner .box .subttl, #twitter #help .inner .box .txt4, #help #twitter .inner .box .txt4, #twitter #help .inner .box .txt5, #help #twitter .inner .box .txt5 {
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 479px) {
  #twitter .inner .box .ttl, #twitter #help .inner .box .subttl, #help #twitter .inner .box .subttl, #twitter #help .inner .box .txt4, #help #twitter .inner .box .txt4, #twitter #help .inner .box .txt5, #help #twitter .inner .box .txt5 {
    max-width: 88%;
    margin: 0 auto 0.3rem;
  }
}
#twitter .inner .box .txt {
  line-height: 1.75;
}
@media only screen and (max-width: 479px) {
  #twitter .inner .box .txt {
    text-align: left;
  }
  #twitter .inner .box .txt br {
    display: none;
  }
}
#twitter .inner figure {
  width: 42%;
  margin: 0 auto;
  display: block;
}

.price {
  background: #e2f5f7 url("../img/price_bg.png") top center/100% auto no-repeat;
}
.price .inner .ttl, .price #help .inner .subttl, #help .price .inner .subttl, .price #help .inner .txt4, #help .price .inner .txt4, .price #help .inner .txt5, #help .price .inner .txt5 {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 479px) {
  .price .inner .ttl, .price #help .inner .subttl, #help .price .inner .subttl, .price #help .inner .txt4, #help .price .inner .txt4, .price #help .inner .txt5, #help .price .inner .txt5 {
    margin-bottom: 0.8rem;
  }
}
.price .inner .box1 {
  background: #fff;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
}
@media only screen and (max-width: 479px) {
  .price .inner .box1 {
    border-radius: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.price .inner .box1 .fukidashi {
  width: 68%;
  margin: 0 auto 0.1rem;
}
.price .inner .box1 .fukidashi img {
  margin-top: -0.4rem;
}
.price .inner .box1 .txt {
  border-radius: 0 0 0.4rem 0.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .price .inner .box1 .txt {
    border-radius: 0 0 0.3rem 0.3rem;
  }
}
.price .inner ul {
  text-align: left;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 479px) {
  .price .inner ul {
    margin-bottom: 0.3rem;
  }
}
.price .inner ul li {
  font-size: 0.14rem;
  line-height: 1.4;
}
@media only screen and (max-width: 479px) {
  .price .inner ul li {
    font-size: 10px;
  }
}
.price .inner .box2 {
  background: #fff;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  padding-bottom: 0.4rem;
}
@media only screen and (max-width: 479px) {
  .price .inner .box2 {
    border-radius: 0.2rem;
  }
}
.price .inner .box2 h3 {
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 479px) {
  .price .inner .box2 .txt1 {
    width: 92%;
    margin: 0 auto;
  }
}
.price .inner .box2 .txt1 .l {
  font-size: 0.3rem;
  display: block;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 479px) {
  .price .inner .box2 .txt1 .l {
    font-size: 0.26rem;
  }
}
.price .inner .box2 .txt1 .s {
  font-size: 0.4rem;
  color: #e14b9e;
  background: #ffff00;
  line-height: 1.5;
}
@media only screen and (max-width: 479px) {
  .price .inner .box2 .txt1 .s {
    font-size: 0.28rem;
  }
}
.price .inner .box2 .txt2 {
  font-size: 0.2rem;
  line-height: 1.4;
  text-align: left;
  max-width: 850px;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .price .inner .box2 .txt2 {
    font-size: 0.18rem;
    width: 92%;
  }
}

#trouble {
  background: url("../img/effect_bg.png") center 1.2rem no-repeat;
}
#trouble .inner {
  padding-top: 1.6rem;
}
@media only screen and (max-width: 479px) {
  #trouble .inner {
    padding-top: 0.6rem;
  }
}
#trouble .inner .ttl, #trouble #help .inner .subttl, #help #trouble .inner .subttl, #trouble #help .inner .txt4, #help #trouble .inner .txt4, #trouble #help .inner .txt5, #help #trouble .inner .txt5 {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #trouble .inner .ttl, #trouble #help .inner .subttl, #help #trouble .inner .subttl, #trouble #help .inner .txt4, #help #trouble .inner .txt4, #trouble #help .inner .txt5, #help #trouble .inner .txt5 {
    font-size: 0.3rem;
  }
}
#trouble .inner .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  #trouble .inner .box {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  #trouble .inner .box figure {
    width: 48%;
    margin: 0 auto 0.3rem;
  }
}
#trouble .inner .box ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.25rem;
  line-height: 1.3;
  text-align: left;
  padding-left: 0.35rem;
  margin-bottom: 0.2rem;
  background: url("../img/help_check.png") left center/0.2rem auto no-repeat;
}
@media only screen and (max-width: 479px) {
  #trouble .inner .box ul li {
    font-size: 0.2rem;
  }
}
#trouble .inner .box ul li span {
  color: #e14b9e;
}
#trouble .inner .box ul li:last-child {
  margin-bottom: 0;
}

#help {
  background: url("../img/help_fukidashi_bg.png") center -1px/100% 180px no-repeat, url("../img/bg_colorline_blue.png") center no-repeat;
  background-color: #21c6d5;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #help {
    background-size: auto 140px,auto;
  }
}
#help .inner {
  padding-top: 0;
}
#help .inner .txt1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 1.3;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 479px) {
  #help .inner .txt1 {
    font-size: 0.26rem;
    margin-bottom: 0.8rem;
  }
}
#help .inner .ttl, #help .inner .subttl, #help .inner .txt4, #help .inner .txt5 {
  font-size: 0.5rem;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 479px) {
  #help .inner .ttl, #help .inner .subttl, #help .inner .txt4, #help .inner .txt5 {
    font-size: 0.3rem;
  }
}
#help .inner .ttl span, #help .inner .subttl span, #help .inner .txt4 span, #help .inner .txt5 span {
  color: #444444;
  background: #fff;
  font-size: 0.7rem;
}
@media only screen and (max-width: 479px) {
  #help .inner .ttl span, #help .inner .subttl span, #help .inner .txt4 span, #help .inner .txt5 span {
    font-size: 0.35rem;
  }
}
#help .inner .subttl {
  font-size: 0.45rem;
  line-height: 1.22;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #help .inner .subttl {
    font-size: 0.3rem;
  }
}
#help .inner .txt2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
#help .inner .slide {
  margin-bottom: 0.6rem;
}
#help .inner .txt3 {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 1.75;
  margin-bottom: 0.6rem;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  #help .inner .txt3 {
    text-align: left;
  }
}
#help .inner .pic1 {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #help .inner .pic1 img {
    width: 180px;
  }
}
#help .inner .txt4, #help .inner .txt5 {
  font-size: 0.45rem;
  line-height: 1.22;
}
@media only screen and (max-width: 479px) {
  #help .inner .txt4, #help .inner .txt5 {
    font-size: 0.3rem;
  }
}
#help .inner .txt5 {
  margin-bottom: 0;
}
#help .inner .pic2 {
  margin-bottom: 0.6rem;
}

#effect {
  background: url("../img/bg_colorline_white.png") center -300px no-repeat;
  position: relative;
}
#effect::before {
  content: "";
  width: 1.15rem;
  height: 0.9rem;
  background: url("../img/effect_arrow.png") center/contain no-repeat;
  position: absolute;
  top: 0.54rem;
  left: 50%;
  transform: translateX(-50%);
}
#effect .inner {
  padding: 1.8rem 0 1rem;
}
@media only screen and (max-width: 479px) {
  #effect .inner {
    padding: 1.8rem 0 0.6rem;
  }
}
@media only screen and (max-width: 479px) {
  #effect .inner .ttl, #effect #help .inner .subttl, #help #effect .inner .subttl, #effect #help .inner .txt4, #help #effect .inner .txt4, #effect #help .inner .txt5, #help #effect .inner .txt5 {
    font-size: 0.3rem;
  }
}
#effect .inner .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 479px) {
  #effect .inner .list {
    display: block;
    margin-bottom: 0.6rem;
  }
}
#effect .inner .list li {
  max-width: 310px;
}
@media only screen and (max-width: 479px) {
  #effect .inner .list li {
    max-width: none;
    margin-bottom: 0.3rem;
  }
  #effect .inner .list li:last-child {
    margin-bottom: 0;
  }
}
#effect .inner .list li figure {
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 479px) {
  #effect .inner .list li figure img {
    width: auto;
    height: 100px;
  }
}
#effect .inner .list li .ttl, #effect #help .inner .list li .subttl, #help #effect .inner .list li .subttl, #effect #help .inner .list li .txt4, #help #effect .inner .list li .txt4, #effect #help .inner .list li .txt5, #help #effect .inner .list li .txt5 {
  font-size: 0.25rem;
  line-height: 1.4;
  margin-bottom: 0.1rem;
}
#effect .inner .list li p {
  line-height: 1.75;
  text-align: left;
}
#effect .inner .fukidashi1 {
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 479px) {
  #effect .inner .fukidashi1 {
    width: 66%;
    margin: 0 auto 0.3rem;
  }
}
#effect .inner .box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 479px) {
  #effect .inner .box1 {
    display: block;
    margin-bottom: 0.6rem;
  }
}
#effect .inner .box1 figure {
  order: 1;
}
@media only screen and (max-width: 479px) {
  #effect .inner .box1 figure {
    margin-bottom: 0.3rem;
  }
}
@media only screen and (max-width: 479px) {
  #effect .inner .box1 figure img {
    width: 200px;
  }
}
@media only screen and (max-width: 479px) {
  #effect .inner .box1 .ttl, #effect #help .inner .box1 .subttl, #help #effect .inner .box1 .subttl, #effect #help .inner .box1 .txt4, #help #effect .inner .box1 .txt4, #effect #help .inner .box1 .txt5, #help #effect .inner .box1 .txt5 {
    text-align: center;
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
#effect .inner .box1 .txt {
  order: 0;
  max-width: 440px;
  text-align: left;
}
#effect .inner .box1 .txt p {
  line-height: 1.75;
}
#effect .inner .questionnaire ul li {
  margin-bottom: 0.6rem;
}
#effect .inner .questionnaire ul li:last-child {
  margin-bottom: 0;
}
#effect .inner .questionnaire ul li .ttl, #effect #help .inner .questionnaire ul li .subttl, #help #effect .inner .questionnaire ul li .subttl, #effect #help .inner .questionnaire ul li .txt4, #help #effect .inner .questionnaire ul li .txt4, #effect #help .inner .questionnaire ul li .txt5, #help #effect .inner .questionnaire ul li .txt5 {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 479px) {
  #effect .inner .questionnaire ul li .ttl, #effect #help .inner .questionnaire ul li .subttl, #help #effect .inner .questionnaire ul li .subttl, #effect #help .inner .questionnaire ul li .txt4, #help #effect .inner .questionnaire ul li .txt4, #effect #help .inner .questionnaire ul li .txt5, #help #effect .inner .questionnaire ul li .txt5 {
    display: block;
  }
}
#effect .inner .questionnaire ul li .ttl .num, #effect #help .inner .questionnaire ul li .subttl .num, #help #effect .inner .questionnaire ul li .subttl .num, #effect #help .inner .questionnaire ul li .txt4 .num, #help #effect .inner .questionnaire ul li .txt4 .num, #effect #help .inner .questionnaire ul li .txt5 .num, #help #effect .inner .questionnaire ul li .txt5 .num {
  font-size: 0.6rem;
  color: #21c6d5;
}
@media only screen and (max-width: 479px) {
  #effect .inner .questionnaire ul li .ttl .num, #effect #help .inner .questionnaire ul li .subttl .num, #help #effect .inner .questionnaire ul li .subttl .num, #effect #help .inner .questionnaire ul li .txt4 .num, #help #effect .inner .questionnaire ul li .txt4 .num, #effect #help .inner .questionnaire ul li .txt5 .num, #help #effect .inner .questionnaire ul li .txt5 .num {
    display: block;
    font-size: 0.3rem;
    margin-bottom: 0.05rem;
  }
}
#effect .inner .questionnaire ul li .ttl .txt, #effect #help .inner .questionnaire ul li .subttl .txt, #help #effect .inner .questionnaire ul li .subttl .txt, #effect #help .inner .questionnaire ul li .txt4 .txt, #help #effect .inner .questionnaire ul li .txt4 .txt, #effect #help .inner .questionnaire ul li .txt5 .txt, #help #effect .inner .questionnaire ul li .txt5 .txt {
  font-size: 0.25rem;
  line-height: 1.4;
}
@media only screen and (max-width: 479px) {
  #effect .inner .questionnaire ul li .ttl .txt, #effect #help .inner .questionnaire ul li .subttl .txt, #help #effect .inner .questionnaire ul li .subttl .txt, #effect #help .inner .questionnaire ul li .txt4 .txt, #help #effect .inner .questionnaire ul li .txt4 .txt, #effect #help .inner .questionnaire ul li .txt5 .txt, #help #effect .inner .questionnaire ul li .txt5 .txt {
    display: block;
    font-size: 0.2rem;
  }
}
#effect .inner .questionnaire ul li .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
@media only screen and (max-width: 479px) {
  #effect .inner .questionnaire ul li .box {
    gap: 2%;
  }
}
@media only screen and (max-width: 479px) {
  #effect .inner .questionnaire ul li .box figure {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  #effect .inner .questionnaire ul li .box .txt {
    width: 48%;
  }
}
#effect .inner .questionnaire ul li .box .txt .fukidashi {
  margin-bottom: 0.2rem;
}
#effect .inner .questionnaire ul li .box .txt .percent {
  font-size: 0.4rem;
  color: #21c6d5;
  font-family: 'Rubik', 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
@media only screen and (max-width: 479px) {
  #effect .inner .questionnaire ul li .box .txt .percent {
    font-size: 0.3rem;
  }
}
#effect .inner .questionnaire ul li .box .txt .percent span {
  font-size: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #effect .inner .questionnaire ul li .box .txt .percent span {
    font-size: 0.45rem;
  }
}
#effect .box2 {
  background: #21c6d5;
}
#effect .box2 .inner {
  padding: 0.4rem 0.3rem;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #effect .box2 .inner {
    padding: 0.2rem 0 0;
  }
}
#effect .box2 .inner figure {
  position: absolute;
  left: 0.3rem;
  bottom: -0.17rem;
}
@media only screen and (max-width: 479px) {
  #effect .box2 .inner figure {
    width: 240px;
    position: static;
  }
}
@media only screen and (max-width: 479px) {
  #effect .box2 .inner figure img {
    margin-bottom: -13px;
  }
}
#effect .box2 .inner .fukidashi2 {
  text-align: right;
}
@media only screen and (max-width: 479px) {
  #effect .box2 .inner .fukidashi2 {
    margin-bottom: 0.1rem;
  }
}

#merit .inner .fukidashi {
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 479px) {
  #merit .inner .fukidashi {
    margin-bottom: 0.3rem;
  }
}
@media only screen and (max-width: 479px) {
  #merit .inner .ttl, #merit #help .inner .subttl, #help #merit .inner .subttl, #merit #help .inner .txt4, #help #merit .inner .txt4, #merit #help .inner .txt5, #help #merit .inner .txt5 {
    font-size: 0.3rem;
  }
}
#merit .inner ul {
  display: flex;
  flex-wrap: wrap;
}
#merit .inner ul li {
  width: 33.33%;
  position: relative;
}
#merit .inner ul li::after {
  width: 0.2rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  #merit .inner ul li {
    width: 50%;
    padding: 0.2rem 0.1rem !important;
    border: none !important;
  }
}
#merit .inner ul li:nth-child(1), #merit .inner ul li:nth-child(2), #merit .inner ul li:nth-child(3) {
  padding-bottom: 0.4rem;
  border-bottom: solid 1px #eeeeee;
}
#merit .inner ul li:nth-child(4), #merit .inner ul li:nth-child(5), #merit .inner ul li:nth-child(6) {
  padding-top: 0.3rem;
}
#merit .inner ul li:nth-child(1), #merit .inner ul li:nth-child(2) {
  border-right: solid 1px #eeeeee;
}
#merit .inner ul li:nth-child(1)::after, #merit .inner ul li:nth-child(2)::after {
  content: "";
}
@media only screen and (max-width: 479px) {
  #merit .inner ul li:nth-child(1)::after, #merit .inner ul li:nth-child(2)::after {
    content: none;
  }
}
#merit .inner ul li:nth-child(4), #merit .inner ul li:nth-child(5) {
  border-right: solid 1px #eeeeee;
}
@media only screen and (max-width: 479px) {
  #merit .inner ul li:nth-child(odd) {
    border-right: solid 1px #eeeeee !important;
  }
}
@media only screen and (max-width: 479px) {
  #merit .inner ul li:nth-child(odd)::after {
    content: "";
  }
}
@media only screen and (max-width: 479px) {
  #merit .inner ul li:nth-child(1), #merit .inner ul li:nth-child(2), #merit .inner ul li:nth-child(3), #merit .inner ul li:nth-child(4) {
    border-bottom: solid 1px #eeeeee !important;
  }
}
#merit .inner ul li .num {
  color: #dddddd;
  text-align: left;
  font-size: 0.4rem;
  margin-bottom: 0.1rem;
  padding: 0 0.3rem;
}
#merit .inner ul li figure {
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 479px) {
  #merit .inner ul li figure img {
    height: 80px;
  }
}
#merit .inner ul li .ttl, #merit #help .inner ul li .subttl, #help #merit .inner ul li .subttl, #merit #help .inner ul li .txt4, #help #merit .inner ul li .txt4, #merit #help .inner ul li .txt5, #help #merit .inner ul li .txt5 {
  font-size: 0.25rem;
  line-height: 1.4;
}
@media only screen and (max-width: 479px) {
  #merit .inner ul li .ttl, #merit #help .inner ul li .subttl, #help #merit .inner ul li .subttl, #merit #help .inner ul li .txt4, #help #merit .inner ul li .txt4, #merit #help .inner ul li .txt5, #help #merit .inner ul li .txt5 {
    font-size: 0.18rem;
  }
}
#merit .inner ul li .ttl.s, #merit #help .inner ul li .s.subttl, #help #merit .inner ul li .s.subttl, #merit #help .inner ul li .s.txt4, #help #merit .inner ul li .s.txt4, #merit #help .inner ul li .s.txt5, #help #merit .inner ul li .s.txt5 {
  font-size: 0.18rem;
  line-height: 1.55;
}
@media only screen and (max-width: 479px) {
  #merit .inner ul li .ttl.s, #merit #help .inner ul li .s.subttl, #help #merit .inner ul li .s.subttl, #merit #help .inner ul li .s.txt4, #help #merit .inner ul li .s.txt4, #merit #help .inner ul li .s.txt5, #help #merit .inner ul li .s.txt5 {
    font-size: 0.15rem;
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  #merit .inner ul li .ttl.s br, #merit #help .inner ul li .s.subttl br, #help #merit .inner ul li .s.subttl br, #merit #help .inner ul li .s.txt4 br, #help #merit .inner ul li .s.txt4 br, #merit #help .inner ul li .s.txt5 br, #help #merit .inner ul li .s.txt5 br {
    display: none;
  }
}

#case {
  background: #eff2f5 url("../img/bg_colorline_grey.png") center -330px repeat-y;
}
#case .inner .fukidashi {
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 479px) {
  #case .inner .fukidashi {
    margin-bottom: 0.3rem;
  }
}
#case .inner > .ttl, #case #help .inner > .subttl, #help #case .inner > .subttl, #case #help .inner > .txt4, #help #case .inner > .txt4, #case #help .inner > .txt5, #help #case .inner > .txt5 {
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 479px) {
  #case .inner > .ttl, #case #help .inner > .subttl, #help #case .inner > .subttl, #case #help .inner > .txt4, #help #case .inner > .txt4, #case #help .inner > .txt5, #help #case .inner > .txt5 {
    margin-bottom: 1rem;
  }
}
#case .inner .box {
  background: #fff;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  padding-bottom: 0.3rem;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 479px) {
  #case .inner .box {
    border-radius: 0.2rem;
    padding: 0 0.2rem 0.3rem;
    margin-bottom: 0.9rem;
  }
}
#case .inner .box:last-child {
  margin-bottom: 0;
}
#case .inner .box .head {
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
@media only screen and (max-width: 479px) {
  #case .inner .box .head {
    gap: 0.1rem;
    justify-content: flex-start;
  }
}
#case .inner .box .head .case {
  color: #21c6d5;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
@media only screen and (max-width: 479px) {
  #case .inner .box .head .case {
    display: block;
  }
}
#case .inner .box .head .case .en {
  font-size: 0.2rem;
}
@media only screen and (max-width: 479px) {
  #case .inner .box .head .case .en {
    display: block;
  }
}
#case .inner .box .head .case .num {
  font-size: 0.5rem;
}
@media only screen and (max-width: 479px) {
  #case .inner .box .head .case .num {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  #case .inner .box .head figure {
    width: 80px;
  }
}
#case .inner .box .head .prof {
  font-size: 0.2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
#case .inner .box .ttl, #case #help .inner .box .subttl, #help #case .inner .box .subttl, #case #help .inner .box .txt4, #help #case .inner .box .txt4, #case #help .inner .box .txt5, #help #case .inner .box .txt5 {
  font-size: 0.3rem;
  line-height: 1.33;
  margin: -0.35rem 0 0.3rem;
}
@media only screen and (max-width: 479px) {
  #case .inner .box .ttl, #case #help .inner .box .subttl, #help #case .inner .box .subttl, #case #help .inner .box .txt4, #help #case .inner .box .txt4, #case #help .inner .box .txt5, #help #case .inner .box .txt5 {
    font-size: 0.22rem;
    text-align: left;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 479px) {
  #case .inner .box .ttl br, #case #help .inner .box .subttl br, #help #case .inner .box .subttl br, #case #help .inner .box .txt4 br, #help #case .inner .box .txt4 br, #case #help .inner .box .txt5 br, #help #case .inner .box .txt5 br {
    display: none;
  }
}
#case .inner .box .ttl span, #case #help .inner .box .subttl span, #help #case .inner .box .subttl span, #case #help .inner .box .txt4 span, #help #case .inner .box .txt4 span, #case #help .inner .box .txt5 span, #help #case .inner .box .txt5 span {
  color: #e14b9e;
}
#case .inner .box dl {
  width: calc(100% - 2rem);
  background: #eeeeee;
  display: flex;
  align-items: center;
  padding: 0.2rem;
  font-size: 0.18rem;
  font-weight: bold;
  border-radius: 0.05rem;
  margin: 0 auto 0.2rem;
  gap: 0.2rem;
}
@media only screen and (max-width: 479px) {
  #case .inner .box dl {
    width: auto;
    display: block;
  }
}
#case .inner .box dl dt {
  background: #666666;
  color: #fff;
  width: 0.6rem;
  line-height: 0.3rem;
  border-radius: 0.15rem;
}
@media only screen and (max-width: 479px) {
  #case .inner .box dl dt {
    margin-bottom: 0.1rem;
  }
}
#case .inner .box dl dd ul {
  display: flex;
  gap: 0.3rem;
}
@media only screen and (max-width: 479px) {
  #case .inner .box dl dd ul {
    display: block;
    text-align: left;
  }
}
#case .inner .box dl dd ul li {
  padding-left: 0.2rem;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #case .inner .box dl dd ul li {
    line-height: 1.4;
    margin-bottom: 0.1rem;
  }
  #case .inner .box dl dd ul li:last-child {
    margin-bottom: 0;
  }
}
#case .inner .box dl dd ul li::before {
  content: "";
  background: #666666;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#case .inner .box .txt {
  width: calc(100% - 2rem);
  margin: 0 auto;
  text-align: left;
  line-height: 1.75;
  padding-top: 0.3rem;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #case .inner .box .txt {
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  #case .inner .box .txt br {
    display: none;
  }
}
#case .inner .box .txt.tac {
  text-align: center;
}
@media only screen and (max-width: 479px) {
  #case .inner .box .txt.tac {
    text-align: left;
  }
}
#case .inner .box .txt::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #21c6d5 transparent transparent transparent;
}

#listed {
  background: url("../img/listed_bg.jpg") center/cover;
}
#listed .inner .box {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-top: none;
  border-radius: 0.4rem;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  padding-bottom: 0.55rem;
}
@media only screen and (max-width: 479px) {
  #listed .inner .box {
    border-radius: 0.2rem;
    padding-bottom: 0.4rem;
  }
}
#listed .inner .box::before, #listed .inner .box::after {
  content: "";
  width: 300px;
  height: 0.4rem;
  position: absolute;
  top: 0;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 479px) {
  #listed .inner .box::before, #listed .inner .box::after {
    width: 40px;
  }
}
#listed .inner .box::before {
  left: 0;
  border-radius: 0.4rem 0 0 0;
}
@media only screen and (max-width: 479px) {
  #listed .inner .box::before {
    border-radius: 0.2rem 0 0 0;
  }
}
#listed .inner .box::after {
  right: 0;
  border-radius: 0 0.4rem 0 0;
}
@media only screen and (max-width: 479px) {
  #listed .inner .box::after {
    border-radius: 0 0.2rem 0 0;
  }
}
#listed .inner .box .txt1 {
  font-size: 0.25rem;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding: 0 0.25rem;
  transform: translateY(-50%);
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 479px) {
  #listed .inner .box .txt1 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
}
#listed .inner .box .txt1::before, #listed .inner .box .txt1::after {
  content: "";
  width: 1px;
  height: 0.77rem;
  background: #fff;
  position: absolute;
  top: 0.03rem;
}
@media only screen and (max-width: 479px) {
  #listed .inner .box .txt1::before, #listed .inner .box .txt1::after {
    height: 0.6rem;
  }
}
#listed .inner .box .txt1::before {
  left: 0;
  transform: rotate(-28deg);
}
#listed .inner .box .txt1::after {
  right: 0;
  transform: rotate(28deg);
}
@media only screen and (max-width: 479px) {
  #listed .inner .box .ttl, #listed #help .inner .box .subttl, #help #listed .inner .box .subttl, #listed #help .inner .box .txt4, #help #listed .inner .box .txt4, #listed #help .inner .box .txt5, #help #listed .inner .box .txt5 {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
#listed .inner .box .txt2 {
  font-size: 0.2rem;
  line-height: 2;
}
#listed .inner .box .txt2 span {
  background: #e14b9e;
}

#flow .inner ul li .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  #flow .inner ul li .box {
    display: block;
  }
}
#flow .inner ul li .box .step {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/ico_flow.png") center/contain;
  color: #fff;
  padding-top: 0.34rem;
}
@media only screen and (max-width: 479px) {
  #flow .inner ul li .box .step {
    margin: 0 auto 0.3rem;
  }
}
#flow .inner ul li .box .step span {
  display: block;
}
#flow .inner ul li .box .step span:last-child {
  font-size: 0.4rem;
}
#flow .inner ul li .box .txt {
  width: 830px;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  #flow .inner ul li .box .txt {
    width: auto;
  }
}
#flow .inner ul li .box .txt .ttl, #flow #help .inner ul li .box .txt .subttl, #help #flow .inner ul li .box .txt .subttl, #flow #help .inner ul li .box .txt .txt4, #help #flow .inner ul li .box .txt .txt4, #flow #help .inner ul li .box .txt .txt5, #help #flow .inner ul li .box .txt .txt5 {
  font-size: 0.3rem;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 479px) {
  #flow .inner ul li .box .txt .ttl, #flow #help .inner ul li .box .txt .subttl, #help #flow .inner ul li .box .txt .subttl, #flow #help .inner ul li .box .txt .txt4, #help #flow .inner ul li .box .txt .txt4, #flow #help .inner ul li .box .txt .txt5, #help #flow .inner ul li .box .txt .txt5 {
    text-align: center;
    font-size: 0.24rem;
  }
}
#flow .inner ul li .box .txt p {
  line-height: 1.75;
  margin-bottom: 0.1rem;
}
#flow .inner ul li .box .txt p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  #flow .inner ul li .box .txt p br {
    display: none;
  }
}
#flow .inner ul li .box .txt .btn {
  width: 2.6rem;
  font-size: 0.18rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 479px) {
  #flow .inner ul li .box .txt .btn {
    margin: 0 auto;
  }
}
#flow .inner ul li.line {
  width: 1.2rem;
  height: 0.75rem;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #flow .inner ul li.line {
    margin: 0 auto;
  }
}
#flow .inner ul li.line::before {
  content: "";
  width: 0.02rem;
  height: 0.4rem;
  background: url("../img/flow_line.png") repeat-y;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#faq {
  background: #eff2f5 url("../img/bg_colorline_grey.png") center -330px repeat-y;
}
#faq .inner dl {
  background: #fff;
  border-radius: 0.4rem;
  text-align: left;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 479px) {
  #faq .inner dl {
    border-radius: 0.2rem;
  }
}
#faq .inner dl:last-child {
  margin-bottom: 0;
}
#faq .inner dl dt span, #faq .inner dl dd span {
  position: relative;
}
#faq .inner dl dt span::before, #faq .inner dl dd span::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: -0.6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 479px) {
  #faq .inner dl dt span::before, #faq .inner dl dd span::before {
    width: 0.28rem;
    height: 0.28rem;
    left: -0.4rem;
  }
}
#faq .inner dl dt {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.8rem;
  padding-left: 0.9rem;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #faq .inner dl dt {
    font-size: 0.18rem;
    line-height: 1.3;
    padding: 0.2rem 0.6rem 0.2rem 0.6rem;
  }
}
#faq .inner dl dt::before {
  content: "";
  width: 0.2rem;
  height: 0.12rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
  background: url("../img/ico_arrow.png") center/contain no-repeat;
}
@media only screen and (max-width: 479px) {
  #faq .inner dl dt::before {
    width: 0.14rem;
    height: 0.1rem;
    right: 0.26rem;
  }
}
#faq .inner dl dt span::before {
  background: url("../img/ico_q.png") center/contain no-repeat;
}
#faq .inner dl dd {
  display: none;
  padding: 0 0.5rem 0.25rem 0.9rem;
  line-height: 1.75;
}
@media only screen and (max-width: 479px) {
  #faq .inner dl dd {
    padding-left: 0.6rem;
    padding-right: 0.3rem;
    font-size: 0.15rem;
  }
}
#faq .inner dl dd span::before {
  background: url("../img/ico_a.png") center/contain no-repeat;
}

#contact .inner .txt {
  line-height: 1.75;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #contact .inner .txt {
    text-align: left;
    margin-bottom: 0.4rem;
  }
}
#contact .inner table {
  width: 100%;
  text-align: left;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #contact .inner table {
    margin-bottom: 0.4rem;
  }
}
#contact .inner table tr th, #contact .inner table tr td {
  padding-bottom: 40px;
  vertical-align: middle;
}
@media only screen and (max-width: 479px) {
  #contact .inner table tr th, #contact .inner table tr td {
    padding: 0;
  }
}
#contact .inner table tr th {
  font-weight: bold;
  width: 240px;
  padding-right: 40px;
  font-size: 0.18rem;
}
@media only screen and (max-width: 479px) {
  #contact .inner table tr th {
    width: auto;
    margin-bottom: 0.2rem;
    padding: 0;
  }
}
#contact .inner table tr th span {
  width: 0.4rem;
  line-height: 0.18rem;
  font-size: 0.14rem;
  color: #e43641;
  border: solid 1px #E43641;
  font-style: normal;
  display: block;
  text-align: center;
  float: right;
}
@media only screen and (max-width: 479px) {
  #contact .inner table tr td {
    margin-bottom: 0.3rem;
  }
}
#contact .inner table tr td input, #contact .inner table tr td textarea {
  width: 100%;
  border: none;
  padding: 10px 15px;
  border-radius: 0.05rem;
  background: #eff2f5;
}
#contact .inner table tr td textarea {
  height: 200px;
  resize: none;
}
#contact .inner table tr td .error {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #E43641;
}
#contact .inner table tr:last-child th, #contact .inner table tr:last-child td {
  padding-bottom: 0;
}
@media only screen and (max-width: 479px) {
  #contact .inner table tr:last-child td {
    margin-bottom: 0;
  }
}

footer {
  background: #444444;
  color: #fff;
}
footer .inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  footer .inner {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  footer .inner .ttl, footer #help .inner .subttl, #help footer .inner .subttl, footer #help .inner .txt4, #help footer .inner .txt4, footer #help .inner .txt5, #help footer .inner .txt5 {
    margin-bottom: 0.4rem;
  }
}
footer .inner table {
  text-align: left;
}
@media only screen and (max-width: 479px) {
  footer .inner table {
    display: inline-block !important;
  }
}
footer .inner table tr th, footer .inner table tr td {
  padding-bottom: 0.3rem;
  line-height: 1.4;
}
@media only screen and (max-width: 479px) {
  footer .inner table tr th, footer .inner table tr td {
    padding: 0;
  }
}
footer .inner table tr th {
  padding-right: 0.3rem;
}
@media only screen and (max-width: 479px) {
  footer .inner table tr th {
    margin-bottom: 0.1rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 479px) {
  footer .inner table tr td {
    margin-bottom: 0.2rem;
  }
}
footer .inner table tr:last-child th, footer .inner table tr:last-child td {
  padding-bottom: 0;
}
footer small {
  background: #333333;
  display: block;
  font-size: 0.12rem;
  letter-spacing: 0.01rem;
  padding: 0.3rem 0;
}
@media only screen and (max-width: 479px) {
  footer small {
    padding-bottom: 0.9rem;
  }
}

#fixed_sp {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
}
#fixed_sp .btn {
  max-width: none;
  border-radius: 0;
  line-height: 0.6rem;
  font-size: 0.18rem;
}

#send .inner p {
  line-height: 1.75;
}

.test {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.duration30 {
  animation-duration: 3.0s !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 {
  animation: gatagata 0.3s ease infinite;
}

.track_gas {
  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 {
  animation: bigsmallrepeat 1.5s linear infinite;
}

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

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

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

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

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

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

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(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);
  }
}
@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 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 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 bigsmall {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    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;
  }
}
@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 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 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 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 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 bigsmallrepeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@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 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 downuprepeat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  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);
  }
}
@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 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 rightleft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes leftright {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
