@charset "UTF-8";
@media screen and (min-width: 769px), print {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 1055px;
  }
  .wrapper {
    max-width: 414px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    padding-top: 60px;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 414px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  body {
    background: #ffecbe url("../img/bg.png") center/contain;
    background-attachment: fixed;
  }
  main {
    background-color: #fff;
    min-height: -webkit-calc(100vh - 71px - 26px);
    min-height: -moz-calc(100vh - 71px - 26px);
    min-height: calc(100vh - 71px - 26px);
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 414px;
    height: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
    padding: 13px 15px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo {
    display: inline-block;
    width: 186px;
  }
  .footer {
    text-align: center;
    padding: 34px 15px 39px;
    background: #FF8017;
    color: #fff;
  }
  .footer__link a {
    font-size: 1.6rem;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
  }
  .cta_fixed_pc {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    width: -webkit-calc(50% - 207px);
    width: -moz-calc(50% - 207px);
    width: calc(50% - 207px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    overflow: hidden;
    /*padding: 0 10px;*/
  }
  .cta_fixed_pc_inner {
    width: 384px;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 13px 20px 20px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  .cta_fixed_pc .contact-info {
    width: 100%;
    padding: 0;
  }
  .cta_fixed_pc .contact-info p {
    font-size: 2rem;
    margin-bottom: 13px;
  }
  .cta_fixed_pc .contact-phone {
    padding-bottom: 0;
  }
  .cta_fixed_pc .contact-phone:before {
    width: 100%;
    height: 1px;
    bottom: inherit;
  }
  .cta_fixed_pc .contact-phone p {
    font-size: 2rem;
    margin-bottom: 7px;
  }
  .cta_fixed_pc .contact-phone a {
    font-size: 4rem;
    margin-bottom: 7px;
  }
  .cta_fixed_pc .contact-phone span {
    font-size: 1.6rem;
  }
  .box_l {
    -webkit-box-ordinal-group: 1;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    width: -webkit-calc(50% - 207px);
    width: -moz-calc(50% - 207px);
    width: calc(50% - 207px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
  }
  .box_l figure img {
    width: 186px;
    height: auto;
  }
  .mv {
    position: relative;
  }
  .mv + .contact {
    padding-top: 88px;
    margin-top: -63px;
  }
  .contact {
    padding: 30px 14px 30px 16px;
    background: #fff9eb;
  }
  .contact-box {
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  .contact-info {
    padding: 16px 10px 20px;
    width: 184px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-info p {
    color: #ff788b;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 20px;
    margin-bottom: 7px;
  }
  .contact-info .btn {
    -moz-box-shadow: 0 3px 1px rgba(183, 183, 183, 0.25);
         box-shadow: 0 3px 1px rgba(183, 183, 183, 0.25);
    -moz-border-radius: 50px;
         border-radius: 50px;
  }
  .contact-phone {
    padding: 16px 10px 20px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-phone:before {
    content: '';
    width: 1px;
    height: -webkit-calc(100% - 14px);
    height: -moz-calc(100% - 14px);
    height: calc(100% - 14px);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #eaeaea;
  }
  .contact-phone p {
    color: #009244;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .contact-phone a {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    color: #009244;
    font-family: "Futura Std";
    letter-spacing: -0.04em;
    white-space: nowrap;
    margin-bottom: 6px;
  }
  .contact-phone span {
    color: #646464;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 300;
  }
  .block01 {
    padding: 33px 0 50px;
  }
  .block01__tt {
    text-align: center;
    margin-bottom: 30px;
  }
  .block01__tt img {
    width: 319px;
  }
  .block01__img {
    text-align: center;
    /*margin-bottom: 30px;*/
  }
  .block01__img img {
    width: 346px;
  }
  .block01__info {
    border: 3px solid #ffead4;
    -moz-border-radius: 30px;
         border-radius: 30px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  .block01__info img {
    width: 100%;
  }
  .block02 {
    position: relative;
    padding: 50px 0 63px;
    background: #fff8f3;
  }
  .block02__tt {
    text-align: center;
    margin-bottom: 28px;
  }
  .block02__tt img {
    width: 224px;
  }
  .block02__list {
    /*margin-bottom: 19px;*/
  }
  .block02__list li + li {
    margin-top: 18px;
  }
  .block02 p {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #646464;
  }
  .block02 p a {
    font-size: 1.4rem;
    line-height: 25px;
    font-weight: bold;
    color: #0096f3;
    text-decoration: underline;
    text-underline-offset: 1px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  .block03 {
    position: relative;
    padding: 50px 0 37px;
    background: #ff8001;
  }
  .block03__tt {
    text-align: center;
    margin-bottom: 24px;
  }
  .block03__tt img {
    width: 280px;
  }
  .block03__list {
    margin-bottom: 37px;
  }
  .block03__list li {
    -moz-border-radius: 30px;
         border-radius: 30px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  .block03__list li + li {
    margin-top: 25px;
  }
  .block03__txt {
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 800;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  .block03__txt span {
    font-size: 3.4rem;
    line-height: 1.5;
    color: #ffff00;
  }
  .block04 {
    padding: 50px 0 51px;
    background: #fff8f3;
  }
  .block04__tt {
    text-align: center;
    margin-bottom: 23px;
  }
  .block04__tt img {
    width: 192px;
  }
  .block04__list {
    /*margin-bottom: 22px;*/
  }
  .block04__list li {
    text-align: center;
    line-height: 0;
    /*-moz-border-radius: 30px;
         border-radius: 30px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);*/
  }
  .block04__list li img {
    width: 345px;
  }
  .block04__list li + li {
    margin-top: 30px;
  }
  .block04__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #646464;
  }
  .block04-bl {
    margin-top: 47px;
  }
  .block04-bl__tt {
    margin-bottom: 21px;
    text-align: center;
  }
  .block04-bl__tt img {
    width: 128px;
  }
  .block04-bl dd {
    margin: 0 -7px;
  }
  .block04-bl dd img {
    width: 398px;
  }
  .block04-bl dd + dd {
    margin-top: 23px;
  }
  .block05 {
    padding: 38px 0 0;
    background: #fff;
  }
  .block05__tt {
    text-align: center;
    margin-bottom: 14px;
  }
  .block05__tt img {
    width: 256px;
  }
  .block05-bl {
    margin: 0 -15px;
    padding: 30px 15px;
    background: #fff8f3;
  }
  .block05-bl__tt {
    background: #ff6d11;
    -moz-border-radius: 15px;
         border-radius: 15px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 800;
    padding: 7px 10px 10px;
    text-align: center;
    min-height: 67px;
    margin-bottom: 23px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block05-bl__tt small {
    display: block;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 2px;
  }
  .block05-bl__list li {
    -moz-border-radius: 30px;
         border-radius: 30px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    position: relative;
  }
  .block05-bl__list li + li {
    margin-top: 27px;
  }
  .block05-bl__list li + li:before {
    content: '';
    width: 33px;
    height: 15px;
    background: #ff6d11;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .block05-bl:nth-of-type(2) {
    background: #f5fffa;
  }
  .block05-bl:nth-of-type(2) .block05-bl__tt {
    background: #009244;
  }
  .block05-bl:nth-of-type(2) li {
    background: #009244;
  }
  .block05-bl:nth-of-type(2) li + li:before {
    background: #009244;
  }
  .faq {
    padding: 27px 0 0;
    background: #fff;
  }
  .faq__tt {
    text-align: center;
    margin-bottom: 30px;
  }
  .faq__tt img {
    width: 224px;
  }
  .faq-list {
    counter-reset: section;
  }
  .faq-item {
    padding-bottom: 23px;
  }
  .faq-item:not(:last-child) {
    border-bottom: 1px solid #ff8001;
  }
  .faq-item + .faq-item {
    margin-top: 29px;
  }
  .faq-item__q {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    color: #646464;
    padding-left: 39px;
    margin-bottom: 17px;
  }
  .faq-item__q:before {
    counter-increment: section;
    content: "Q" counter(section) ".";
    font-family: "Futura Std";
    color: #ff6d11;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    margin-right: 7px;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .faq-item__a {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #646464;
    padding-left: 27px;
    position: relative;
  }
  .faq-item__a:before {
    content: 'A.';
    font-family: "Futura Std";
    color: #009244;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    margin-right: 7px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .joinus {
    background: #FFF9EB;
    padding: 30px 15px 34px;
  }
  .joinus__box {
    background: #fff;
    padding: 13px 20px 20px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  .joinus__box h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 30px;
    font-weight: bold;
    color: #FF788B;
  }
  .joinus__box a {
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 58px;
    background-color: #FF788B;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 13px;
    -moz-border-radius: 29px;
         border-radius: 29px;
    -moz-box-shadow: 0 3px 1px rgba(183, 183, 183, 0.25);
         box-shadow: 0 3px 1px rgba(183, 183, 183, 0.25);
  }
  .joinus__box a::after {
    content: "";
    width: 8.5px;
    height: 12.5px;
    background: url('../img/joinArrow.png') 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 18.5px;
  }
  .check {
    background: #fff8f3;
    padding: 50px 0;
  }
  .check__tt {
    background: #ff6d11;
    -moz-border-radius: 15px;
         border-radius: 15px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 800;
    padding: 7px 10px 10px;
    text-align: center;
    min-height: 67px;
    margin-bottom: 23px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
  .check-box {
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 18px 10px 23px;
  }
  .check-box__tt {
    font-size: 2rem;
    line-height: 1.5;
    color: #646464;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }
  .check-box__phone > a {
    color: #009244;
    font-size: 4rem;
    line-height: 1;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 600;
  }
  .check-box__phone span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 11px;
  }
  .check-box__phone span a {
    color: #0487d9;
  }
  .check-box + .check-box {
    margin-top: 15px;
  }

  .p_child__main {
    padding: 52px 15px 43px;
  }
  .p_child__main--title {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #FF8017;
    margin-bottom: 20px;
  }
  .p_child__main--top {
    margin-top: 43px;
  }
  .p_child__main--top a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 81px;
    border-radius: 10px;
    background: #80410C;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
  }
  .p_child__main .policy {
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 400;
    color: #25282D;
    margin-bottom: -28.8px;
  }
  .p_child__main .policy p,
  .p_child__main .policy dl  {
    margin-bottom: 28.8px;
  }
  .p_child__main .law {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #25282D;
    margin-bottom: -24px;
    margin-top: 34px;
  }
  .p_child__main .law dl  {
    margin-bottom: 24px;
  }
  .p_child__main .law dl dt {
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
    max-width: 185.50725vw;
    margin: 0 auto;
    padding-top: 14.49275vw;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .inner {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body {
    background: #ffecbe;
  }
  main {
    background-color: #fff;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 14.49275vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
    padding: 3.1401vw 3.62319vw;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo {
    display: inline-block;
    width: 44.9275vw;
  }
  .footer {
    text-align: center;
    padding: 8.21256vw 3.62318vw 9.4202vw;
    background: #FF8017;
    color: #fff;
  }
  .footer__link a {
    font-size: 3.86473vw;
    line-height: 6.03864vw;
    font-weight: 500;
    color: #fff;
  }
  .mv {
    position: relative;
  }
  .mv + .contact {
    padding-top: 21.25604vw;
    margin-top: -15.21739vw;
  }
  .contact {
    padding: 7.24638vw 3.38164vw 7.24638vw 3.86473vw;
    background: #fff9eb;
  }
  .contact-box {
    background: #fff;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.05);
  }
  .contact-info {
    padding: 3.86473vw 2.41546vw 4.83092vw;
    width: 44.44444vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-info p {
    color: #ff788b;
    font-weight: bold;
    font-size: 3.1401vw;
    line-height: 4.83092vw;
    margin-bottom: 1.69082vw;
  }
  .contact-info .btn {
    -moz-box-shadow: 0 0.72464vw 0.24155vw rgba(183, 183, 183, 0.25);
         box-shadow: 0 0.72464vw 0.24155vw rgba(183, 183, 183, 0.25);
    -moz-border-radius: 12.07729vw;
         border-radius: 12.07729vw;
  }
  .contact-phone {
    padding: 3.86473vw 2.41546vw 4.83092vw;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-phone:before {
    content: '';
    width: 0.24155vw;
    height: -webkit-calc(100% - 3.38164vw);
    height: -moz-calc(100% - 3.38164vw);
    height: calc(100% - 3.38164vw);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #eaeaea;
  }
  .contact-phone p {
    color: #009244;
    font-weight: bold;
    font-size: 3.1401vw;
    line-height: 4.83092vw;
    margin-bottom: 1.20773vw;
  }
  .contact-phone a {
    display: block;
    font-size: 6.03865vw;
    line-height: 1;
    font-weight: bold;
    color: #009244;
    font-family: "Futura Std";
    letter-spacing: -0.04em;
    white-space: nowrap;
    margin-bottom: 1.44928vw;
  }
  .contact-phone span {
    color: #646464;
    font-size: 2.89855vw;
    line-height: 1;
    font-weight: 300;
  }
  .block01 {
    padding: 7.97101vw 0 10.3864vw;
  }
  .block01__tt {
    text-align: center;
    margin-bottom: 7.24638vw;
  }
  .block01__tt img {
    width: 61.83575vw;
  }
  .block01__img {
    text-align: center;
    /*margin-bottom: 7.24638vw;*/
  }
  .block01__img img {
    width: 83.57488vw;
  }
  .block01__info {
    border: 0.72464vw solid #ffead4;
    -moz-border-radius: 7.24638vw;
         border-radius: 7.24638vw;
    -moz-box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.05);
  }
  .block01__info img {
    width: 100%;
  }
  .block02 {
    position: relative;
    padding: 13.7681vw 0 15.2173vw;
    background: #fff8f3;
  }
  .block02__tt {
    text-align: center;
    margin-bottom: 7.246vw;
  }
  .block02__tt img {
    width: 54.10628vw;
  }
  .block02__list {
    margin-bottom: 4.58937vw;
  }
  .block02__list li + li {
    margin-top: 4.34783vw;
  }
  .block02 p {
    font-size: 3.38164vw;
    line-height: 1.5;
    color: #646464;
  }
  .block02 p a {
    font-size: 3.38164vw;
    line-height: 6.03865vw;
    font-weight: bold;
    color: #0096f3;
    text-decoration: underline;
    text-underline-offset: 0.24155vw;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  .block03 {
    position: relative;
    padding: 12.07729vw 0 8.93719vw;
    background: #ff8001;
  }
  .block03__tt {
    text-align: center;
    margin-bottom: 5.7971vw;
  }
  .block03__tt img {
    width: 67.6328vw;
  }
  .block03__list {
    margin-bottom: 8.93719vw;
  }
  .block03__list li {
    -moz-border-radius: 7.24638vw;
         border-radius: 7.24638vw;
    -moz-box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.05);
  }
  .block03__list li + li {
    margin-top: 4.83092vw;
  }
  .block03__txt {
    text-align: center;
    color: #fff;
    font-size: 6.76329vw;
    line-height: 1.5;
    font-weight: 800;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  .block03__txt span {
    font-size: 8.21256vw;
    line-height: 1.5;
    color: #ffff00;
  }
  .block04 {
    padding: 12.07729vw 0 12.07729vw;
    background: #fff8f3;
  }
  .block04__tt {
    text-align: center;
    margin-bottom: 7.24638vw;
  }
  .block04__tt img {
    width: 46.37681vw;
  }
  .block04__list {
    /*margin-bottom: 5.31401vw;*/
  }
  .block04__list li {
    /*-moz-border-radius: 7.24638vw;
         border-radius: 7.24638vw;
    -moz-box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.05);*/
         text-align: center;
         line-height: 0;
  }
  .block04__list li img {
    width: 83.3333vw;
  }
  .block04__list li + li {
    margin-top: 7.24638vw;
  }
  .block04__txt {
    font-size: 3.38164vw;
    line-height: 1.5;
    color: #646464;
  }
  .block04-bl {
    margin-top: 11.35266vw;
  }
  .block04-bl__tt {
    margin-bottom: 5.07246vw;
    text-align: center;
  }
  .block04-bl__tt img {
    width: 30.91787vw;
  }
  .block04-bl dd {
    margin: 0 -1.69082vw;
  }
  .block04-bl dd img {
    width: 96.13527vw;
  }
  .block04-bl dd + dd {
    margin-top: 5.55556vw;
  }
  .block05 {
    padding: 12.07729vw 0 0;
    background: #fff;
  }
  .block05__tt {
    text-align: center;
    margin-bottom: 3.38164vw;
  }
  .block05__tt img {
    width: 61.83575vw;
  }
  .block05-bl {
    margin: 0 -3.62319vw;
    padding: 7.24638vw 3.62319vw;
    background: #fff8f3;
  }
  .block05-bl__tt {
    background: #ff6d11;
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    color: #fff;
    font-size: 5.7971vw;
    line-height: 1.3;
    font-weight: 800;
    padding: 1.69082vw 2.41546vw 2.41546vw;
    text-align: center;
    min-height: 16.18357vw;
    margin-bottom: 5.55556vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block05-bl__tt small {
    display: block;
    font-size: 2.89855vw;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 0.48309vw;
  }
  .block05-bl__list li {
    -moz-border-radius: 7.24638vw;
         border-radius: 7.24638vw;
    -moz-box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.05);
    position: relative;
  }
  .block05-bl__list li + li {
    margin-top: 6.52174vw;
  }
  .block05-bl__list li + li:before {
    content: '';
    width: 7.97101vw;
    height: 3.62319vw;
    background: #ff6d11;
    position: absolute;
    top: -4.83092vw;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .block05-bl:nth-of-type(2) {
    background: #f5fffa;
  }
  .block05-bl:nth-of-type(2) .block05-bl__tt {
    background: #009244;
  }
  .block05-bl:nth-of-type(2) li {
    background: #009244;
  }
  .block05-bl:nth-of-type(2) li + li:before {
    background: #009244;
  }
  .faq {
    padding: 12.07729vw 0;
    background: #fff;
  }
  .faq__tt {
    text-align: center;
    margin-bottom: 7.24638vw;
  }
  .faq__tt img {
    width: 54.10628vw;
  }
  .faq-list {
    counter-reset: section;
  }
  .faq-item {
    padding-bottom: 6.76329vw;
    border-bottom: 1px solid #ff8001;
  }
  .faq-item:not(:last-child) {
    border-bottom: 1px solid #ff8001;
  }
  .faq-item + .faq-item {
    margin-top: 7.00483vw;
  }
  .faq-item__q {
    position: relative;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: bold;
    color: #646464;
    padding-left: 9.42029vw;
    margin-bottom: 4.10628vw;
  }
  .faq-item__q:before {
    counter-increment: section;
    content: "Q" counter(section) ".";
    font-family: "Futura Std";
    color: #ff6d11;
    font-weight: 500;
    font-size: 4.34783vw;
    line-height: 1;
    margin-right: 1.69082vw;
    position: absolute;
    top: 0.96618vw;
    left: 0;
  }
  .faq-item__a {
    font-size: 3.38164vw;
    line-height: 1.5;
    color: #646464;
    padding-left: 6.52174vw;
    position: relative;
  }
  .faq-item__a:before {
    content: 'A.';
    font-family: "Futura Std";
    color: #009244;
    font-weight: 500;
    font-size: 4.34783vw;
    line-height: 1;
    margin-right: 1.69082vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .joinus {
    background: #FFF9EB;
    padding: 30px 15px 34px;
  }
  .joinus__box {
    background: #fff;
    padding: 13px 20px 20px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  .joinus__box h2 {
    text-align: center;
    font-size: 4.8309vw;
    line-height: 7.2463vw;
    font-weight: bold;
    color: #FF788B;
  }
  .joinus__box a {
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 14.0096vw;
    background-color: #FF788B;
    font-size: 3.8647vw;
    line-height: 5.7971vw;
    font-weight: bold;
    color: #fff;
    margin-top: 3.14vw;
    -moz-border-radius: 7.0048vw;
         border-radius: 7.0048vw;
    -moz-box-shadow: 0 3px 1px rgba(183, 183, 183, 0.25);
         box-shadow: 0 3px 1px rgba(183, 183, 183, 0.25);
  }
  .joinus__box a::after {
    content: "";
    width: 2.0531vw;
    height: 3.0193vw;
    background: url('../img/joinArrow.png') 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 4.46859vw;
  }
  .check {
    background: #fff8f3;
    padding: 12.07729vw 0;
  }
  .check__tt {
    background: #ff6d11;
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    color: #fff;
    font-size: 5.7971vw;
    line-height: 1.3;
    font-weight: 800;
    padding: 1.69082vw 2.41546vw 2.41546vw;
    text-align: center;
    min-height: 16.18357vw;
    margin-bottom: 5.55556vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3.62319vw;
  }
  .check-box {
    background: #fff;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    -moz-box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.05);
         box-shadow: 0 0 4.83092vw rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 4.34783vw 2.41546vw 5.55556vw;
  }
  .check-box__tt {
    font-size: 4.83092vw;
    line-height: 1.5;
    color: #646464;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    letter-spacing: 0.04em;
    margin-bottom: 2.41546vw;
  }
  .check-box__phone > a {
    color: #009244;
    font-size: 9.66184vw;
    line-height: 1;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 600;
  }
  .check-box__phone span {
    display: block;
    font-size: 3.38164vw;
    line-height: 1.5;
    margin-top: 2.657vw;
  }
  .check-box__phone span a {
    color: #0487d9;
  }
  .check-box + .check-box {
    margin-top: 3.62319vw;
  }

  .p_child__main {
    padding: 12.56vw 3.62318vw 10.38647vw;
  }
  .p_child__main--title {
    text-align: center;
    font-size: 5.7971vw;
    line-height: 7.0048vw;
    font-weight: 700;
    color: #FF8017;
    margin-bottom: 4.8309vw;
  }
  .p_child__main--top {
    margin-top: 10.3864vw;
  }
  .p_child__main--top a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 19.5652vw;
    border-radius: 2.41545vw;
    background: #80410C;
    color: #fff;
    font-size: 5.7971vw;
    line-height: 1;
    font-weight: 700;
  }
  .p_child__main .policy {
    font-size: 3.86473vw;
    line-height: 6.95652vw;
    font-weight: 400;
    color: #25282D;
    margin-bottom: -6.95652vw;
  }
  .p_child__main .policy p,
  .p_child__main .policy dl  {
    margin-bottom: 6.95652vw;
  }
  .p_child__main .law {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 400;
    color: #25282D;
    margin-bottom: -5.7971vw;
    margin-top: 8.21256vw;
  }
  .p_child__main .law dl  {
    margin-bottom: 5.7971vw;
  }
  .p_child__main .law dl dt {
    font-weight: 700;
  }
}

.effect {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 1s ease 0.9s;
  -moz-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 100px, 0);
     -moz-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fallingDown {
  -webkit-transform: translate3d(0, -100px, 0);
     -moz-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.fallingDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInLeft {
  -webkit-transform: translate3d(100px, 0, 0);
     -moz-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@-moz-keyframes UpDown {
  0% {
    -moz-transform: translateY(-15px);
         transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(15px);
         transform: translateY(15px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
       -moz-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
       -moz-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@-webkit-keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-moz-keyframes mv_track {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
  25% {
    -moz-transform: translate(0, 3px);
         transform: translate(0, 3px);
  }
  50% {
    -moz-transform: translate(3px, 0);
         transform: translate(3px, 0);
  }
  75% {
    -moz-transform: translate(0, 3px);
         transform: translate(0, 3px);
  }
  100% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}

@keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
       -moz-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
       -moz-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
       -moz-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
            transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@-moz-keyframes mv_panda {
  0% {
    -moz-transform: scale(1, 1) translate(0%, 0%);
         transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
         transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
         transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
         transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
         transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -moz-transform: scale(1, 1) translate(0%, 0%);
         transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -moz-transform: scale(1, 1) translate(0%, 0%);
         transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
       -moz-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
       -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
       -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
       -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
       -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
            transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
       -moz-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
       -moz-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@-webkit-keyframes mv_txt_2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

@-moz-keyframes mv_txt_2 {
  0% {
    -moz-transform: scale(1, 1) translate(0%, 0%);
         transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
         transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    opacity: 1;
  }
  50% {
    -moz-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
         transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    opacity: 1;
  }
  65% {
    -moz-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
         transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
         transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translate(0%, 0%);
         transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

@keyframes mv_txt_2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
       -moz-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
       -moz-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
       -moz-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
       -moz-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
       -moz-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
       -moz-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

@-webkit-keyframes mv_zero {
  0% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -100%);
            transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -15%);
            transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(1.4, 0.6) translate(0%, 30%);
            transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
            transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -30%);
            transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

@-moz-keyframes mv_zero {
  0% {
    -moz-transform: scale(0.8, 1.4) translate(0%, -100%);
         transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(0.8, 1.4) translate(0%, -15%);
         transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    -moz-transform: scale(1.4, 0.6) translate(0%, 30%);
         transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    -moz-transform: scale(0.9, 1.1) translate(0%, -10%);
         transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    -moz-transform: scale(0.95, 1.2) translate(0%, -30%);
         transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
         transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
         transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    -moz-transform: scale(1, 1) translate(0%, 0%);
         transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translate(0%, 0%);
         transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

@keyframes mv_zero {
  0% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -100%);
       -moz-transform: scale(0.8, 1.4) translate(0%, -100%);
            transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8, 1.4) translate(0%, -15%);
       -moz-transform: scale(0.8, 1.4) translate(0%, -15%);
            transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(1.4, 0.6) translate(0%, 30%);
       -moz-transform: scale(1.4, 0.6) translate(0%, 30%);
            transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
       -moz-transform: scale(0.9, 1.1) translate(0%, -10%);
            transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -30%);
       -moz-transform: scale(0.95, 1.2) translate(0%, -30%);
            transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
       -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
       -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
       -moz-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
       -moz-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

@-webkit-keyframes mv_kirakira {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
  5% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(20%, 0%) rotate(20deg);
            transform: translate(20%, 0%) rotate(20deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(-10%, 0%) rotate(-10deg);
            transform: translate(-10%, 0%) rotate(-10deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: translate(-15%, 0%) rotate(-15deg);
            transform: translate(-15%, 0%) rotate(-15deg);
    opacity: 1;
  }
  45% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(15%, 0%) rotate(15deg);
            transform: translate(15%, 0%) rotate(15deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-5%, 0%) rotate(-5deg);
            transform: translate(-5%, 0%) rotate(-5deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(-7%, 0%) rotate(-7deg);
            transform: translate(-7%, 0%) rotate(-7deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
}

@-moz-keyframes mv_kirakira {
  0% {
    -moz-transform: translate(0%, 0%);
         transform: translate(0%, 0%);
    opacity: 1;
  }
  5% {
    -moz-transform: translate(10%, 0%) rotate(10deg);
         transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  25% {
    -moz-transform: translate(20%, 0%) rotate(20deg);
         transform: translate(20%, 0%) rotate(20deg);
    opacity: 1;
  }
  30% {
    -moz-transform: translate(-10%, 0%) rotate(-10deg);
         transform: translate(-10%, 0%) rotate(-10deg);
    opacity: 1;
  }
  35% {
    -moz-transform: translate(-15%, 0%) rotate(-15deg);
         transform: translate(-15%, 0%) rotate(-15deg);
    opacity: 1;
  }
  45% {
    -moz-transform: translate(10%, 0%) rotate(10deg);
         transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  50% {
    -moz-transform: translate(15%, 0%) rotate(15deg);
         transform: translate(15%, 0%) rotate(15deg);
    opacity: 1;
  }
  60% {
    -moz-transform: translate(-5%, 0%) rotate(-5deg);
         transform: translate(-5%, 0%) rotate(-5deg);
    opacity: 1;
  }
  65% {
    -moz-transform: translate(-7%, 0%) rotate(-7deg);
         transform: translate(-7%, 0%) rotate(-7deg);
    opacity: 1;
  }
  75% {
    -moz-transform: translate(0%, 0%) rotate(0deg);
         transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0%, 0%) rotate(0deg);
         transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
}

@keyframes mv_kirakira {
  0% {
    -webkit-transform: translate(0%, 0%);
       -moz-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
  5% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
       -moz-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(20%, 0%) rotate(20deg);
       -moz-transform: translate(20%, 0%) rotate(20deg);
            transform: translate(20%, 0%) rotate(20deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(-10%, 0%) rotate(-10deg);
       -moz-transform: translate(-10%, 0%) rotate(-10deg);
            transform: translate(-10%, 0%) rotate(-10deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: translate(-15%, 0%) rotate(-15deg);
       -moz-transform: translate(-15%, 0%) rotate(-15deg);
            transform: translate(-15%, 0%) rotate(-15deg);
    opacity: 1;
  }
  45% {
    -webkit-transform: translate(10%, 0%) rotate(10deg);
       -moz-transform: translate(10%, 0%) rotate(10deg);
            transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(15%, 0%) rotate(15deg);
       -moz-transform: translate(15%, 0%) rotate(15deg);
            transform: translate(15%, 0%) rotate(15deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-5%, 0%) rotate(-5deg);
       -moz-transform: translate(-5%, 0%) rotate(-5deg);
            transform: translate(-5%, 0%) rotate(-5deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translate(-7%, 0%) rotate(-7deg);
       -moz-transform: translate(-7%, 0%) rotate(-7deg);
            transform: translate(-7%, 0%) rotate(-7deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
       -moz-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
       -moz-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes dokidoki {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes dokidoki {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  40% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  60% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes dokidoki {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: skewX(9deg);
            transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
            transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
            transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
            transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

@-moz-keyframes purupuru {
  0% {
    -moz-transform: skewX(9deg);
         transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
         transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
         transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
         transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
         transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
         transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
         transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
         transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
         transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
         transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
         transform: skewX(0deg);
  }
}

@keyframes purupuru {
  0% {
    -webkit-transform: skewX(9deg);
       -moz-transform: skewX(9deg);
            transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
       -moz-transform: skewX(-8deg);
            transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
       -moz-transform: skewX(7deg);
            transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
       -moz-transform: skewX(-6deg);
            transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
       -moz-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
       -moz-transform: skewX(-4deg);
            transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
       -moz-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
       -moz-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
       -moz-transform: skewX(1deg);
            transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
       -moz-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
       -moz-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}
