@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: 56px;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 414px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  body {
    background: #fff;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  main {
    background-color: #fff;
    padding-bottom: 54px;
    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: 71px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
    padding: 12px 0 15px;
  }
  .header .row {
    background-color: transparent;
    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: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo {
    display: inline-block;
    width: 106px;
  }
  .header .btn {
    width: 180px;
  }
  .header.fixed {
    background: #fff;
  }
  .footer {
    text-align: center;
    padding: 0 0 18px;
  }
  .footer__menu {
    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;
  }
  .footer__menu li {
    position: relative;
  }
  .footer__menu li + li:before {
    content: '｜';
    display: inline-block;
    color: #454545;
    margin: 0 -2px;
    position: relative;
    top: 1px;
  }
  .footer__menu li a {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #454545;
    letter-spacing: 0.05em;
  }
  .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;
    background: #e6f3e6;
    padding-right: 13px;
  }
  .cta_fixed_pc figure {
    text-align: center;
    margin-bottom: 10px;
  }
  .cta_fixed_pc figure img {
    margin-top: -102px;
    width: 219px;
    height: auto;
  }
  .cta_fixed_pc_inner {
    width: 379px;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 0 17px 24px;
    margin-top: 44px;
  }
  .cta_fixed_pc_inner p {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    color: #1b4018;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
  }
  .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;
    background: url("../img/bg.jpg") center/cover no-repeat;
  }
  .box_l figure img {
    width: 242px;
    height: auto;
  }
  .p_top .header .logo {
    background: url("../img/logo-w.svg") center/100% 100% no-repeat;
  }
  .p_top .header .logo img {
    opacity: 0;
  }
  .p_top .header.fixed .logo {
    background: none;
  }
  .p_top .header.fixed .logo img {
    opacity: 1;
  }
  .p_top .wrapper {
    padding-top: 0;
  }
  .p_top .mv {
    position: relative;
  }
  .p_top .block01 {
    position: relative;
    margin-top: -143px;
    margin-bottom: 54px;
    z-index: 1;
  }
  .p_top .block01__box {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 0 10px rgba(32, 115, 167, 0.4);
         box-shadow: 0 0 10px rgba(32, 115, 167, 0.4);
    padding: 0 34px 39px;
    margin-bottom: 37px;
  }
  .p_top .block01__box-tt {
    margin: 0 -22px 13px;
  }
  .p_top .block01__box-tt img {
    margin-top: -35px;
    width: 361px;
    height: auto;
  }
  .p_top .block01__box .slide {
    position: relative;
  }
  .p_top .block01__box .slide-list .swiper-slide img {
    width: 100%;
    height: 181px;
    object-fit: cover;
  }
  .p_top .block01__box .slide .button-next,
  .p_top .block01__box .slide .button-prev {
    position: absolute;
    top: 4px;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 21px;
  }
  .p_top .block01__box .slide .button-next {
    right: -21px;
    background: url("../img/ic_next.svg") center/100% 100% no-repeat;
  }
  .p_top .block01__box .slide .button-prev {
    left: -21px;
    background: url("../img/ic_prev.svg") center/100% 100% no-repeat;
  }
  .p_top .block01__box .slide .swiper-pagination {
    width: 100%;
    bottom: -27px;
  }
  .p_top .block01__box .slide .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    opacity: 1;
    margin: 0 4px;
    background: #D1D1D1;
  }
  .p_top .block01__box .slide .swiper-pagination-bullet-active {
    background: #21a931;
  }
  .p_top .block01 .row > h3 {
    width: 366px;
    min-height: 45px;
    color: #fff;
    background: #21a931;
    -moz-border-radius: 45px;
         border-radius: 45px;
    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;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    padding: 9px 20px;
    position: relative;
    margin: 0 auto 28px;
  }
  .p_top .block01 .row > h3:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 19px solid #21a931;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
  }
  .p_top .block01 .row .tt {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    font-weight: 900;
    color: #21a931;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
  }
  .p_top .block01 .row .tt span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .p_top .block01 .row .tt span img {
    width: 340px;
  }
  .p_top .block01 .row .fig {
    text-align: center;
    margin-bottom: 10px;
  }
  .p_top .block01 .row .fig img {
    width: 267px;
  }
  .p_top .block01 .row > p {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
  }
  .p_top .block01 .row > p:last-of-type {
    margin-bottom: 21px;
  }
  .p_top .block01 .row > p span {
    background: #FFF84C;
  }
  .p_top .block01 .row .box {
    margin-top: 31px;
  }
  .p_top .block01 .row .box dl {
    overflow: hidden;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: #21a931;
    border: 10px solid #21a931;
  }
  .p_top .block01 .row .box dl dt {
    padding: 10px 0 20px;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.28571;
    text-align: center;
    color: #fff;
  }
  .p_top .block01 .row .box dl dd {
    -moz-border-radius: 0px 0px 20px 20px;
         border-radius: 0px 0px 20px 20px;
    background: #fff;
    padding: 26px 13px;
  }
  .p_top .block01 .row .box dl dd ul li {
    position: relative;
    padding-left: 37px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    color: #1b4018;
  }
  .p_top .block01 .row .box dl dd ul li + li {
    margin-top: 14px;
  }
  .p_top .block01 .row .box dl dd ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(../img/ic_check.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .step {
    padding: 103px 0 55px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
    z-index: 2;
    margin-top: -90px;
  }
  .p_top .step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    background: url(../img/step_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .step::after {
    content: "";
    position: absolute;
    top: 91px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 91px);
    height: -moz-calc(100% - 91px);
    height: calc(100% - 91px);
    background-color: #e6f3e6;
    display: block;
    z-index: -1;
  }
  .p_top .step h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .p_top .step h2 small {
    display: block;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.28571;
    text-align: center;
    color: #21a931;
  }
  .p_top .step h2 span {
    font-weight: 900;
    font-size: 47px;
    line-height: 1.2766;
    text-align: center;
    color: #21a931;
  }
  .p_top .step ul li + li {
    margin-top: 29px;
  }
  .p_top .step ul li .step_num {
    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;
    font-weight: 900;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #21a931;
    margin-bottom: 12px;
  }
  .p_top .step ul li .step_num span {
    width: 57px;
    height: 57px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #21a931;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 11px;
    font-weight: 900;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_top .step ul li .step_num span i {
    font-style: normal;
    display: block;
    font-weight: 900;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  .p_top .step ul li .txt {
    background-color: #fff;
    padding: 25px 20px;
  }
  .p_top .step ul li .txt figure {
    text-align: center;
    margin-bottom: 15px;
  }
  .p_top .step ul li .txt figure img {
    width: 247px;
  }
  .p_top .step ul li .txt p {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #454545;
  }
  .p_top .block02 {
    background: #E5FFE2;
    position: relative;
    padding: 12px 0 32px;
  }
  .p_top .block02:before {
    content: '';
    width: 100%;
    height: 92px;
    background: url("../img/bl02_bg.png") center/100% 100% no-repeat;
    position: absolute;
    top: -92px;
    left: 0;
  }
  .p_top .block02 .tt {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    font-weight: 900;
    color: #21a931;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
  }
  .p_top .block02 p {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 13px;
  }
  .p_top .block02 p span {
    background: #FFF84C;
  }
  .p_top .block02 figure {
    text-align: center;
  }
  .p_top .block02 figure img {
    width: 317px;
    height: auto;
  }
  .p_top .block02__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -12px;
  }
  .p_top .block02__list li {
    width: 50%;
    background: #DFAD3C;
    border: 2px solid #FFFAD3;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 13px;
    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;
    letter-spacing: 0.1em;
    min-height: 70px;
  }
  .p_top .block02__list li:nth-child(even) {
    border-left: none;
  }
  .p_top .block02__list li:not(:nth-child(-n + 2)) {
    border-top: none;
  }
  .p_top .block03 {
    background: url("../img/bl03_bg.jpg") center/cover no-repeat;
    padding: 45px 0 110px;
  }
  .p_top .block03 h2 {
    color: #fff;
    text-align: center;
    font-size: 47px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
  }
  .p_top .block03 h2 small {
    font-size: 28px;
    line-height: 36px;
    display: block;
    margin-bottom: -6px;
    letter-spacing: 0.1em;
  }
  .p_top .block03__list dl {
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 26px 24px 33px;
    position: relative;
  }
  .p_top .block03__list dl + dl {
    margin-top: 15px;
  }
  .p_top .block03__list dl dt {
    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;
    margin-bottom: 20px;
  }
  .p_top .block03__list dl dt img {
    width: auto;
    height: 47px;
    margin-right: 17px;
  }
  .p_top .block03__list dl dt > span span {
    background: #21a931;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    padding: 1px 6px 4px;
    display: inline-block;
  }
  .p_top .block03__list dl dt > span span img {
    width: 28px;
    height: auto;
    margin: 0;
  }
  .p_top .block03__list dl dt > span span em {
    font-style: normal;
    color: #FFF84C;
  }
  .p_top .block03__list dl dt > span span:not(:first-of-type) {
    margin-top: 3px;
  }
  .p_top .block03__list dl dd {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.07em;
  }
  .p_top .block03__list dl:nth-child(odd) {
    margin-left: 22px;
  }
  .p_top .block03__list dl:nth-child(odd):before {
    content: '';
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 45px solid #fff;
    position: absolute;
    top: 21px;
    left: -22px;
  }
  .p_top .block03__list dl:nth-child(even) {
    margin-right: 22px;
  }
  .p_top .block03__list dl:nth-child(even):before {
    content: '';
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 45px solid #fff;
    position: absolute;
    top: 21px;
    right: -22px;
  }
  .p_top .block03__list dl:nth-child(2) dt > span span {
    background: #43A4E0;
  }
  .p_top .block03__list dl:nth-child(3) dt > span span {
    background: #CB61A9;
  }
  .p_top .block03__list dl:nth-child(4) dt > span span {
    background: #8F6BBF;
  }
  .p_top .block04 {
    padding: 53px 0 54px;
    background: #fff;
  }
  .p_top .block04 h2 {
    text-align: center;
    margin-bottom: 32px;
  }
  .p_top .block04 h2 small {
    width: 366px;
    min-height: 45px;
    color: #fff;
    background: #21a931;
    -moz-border-radius: 45px;
         border-radius: 45px;
    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;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    padding: 9px 20px;
    position: relative;
    margin: 0 auto 15px;
  }
  .p_top .block04 h2 small:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 19px solid #21a931;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
  }
  .p_top .block04 h2 span {
    display: block;
    color: #21a931;
    font-size: 47px;
    line-height: 1;
    font-weight: 900;
  }
  .p_top .block04__list {
    background: #fff;
    padding: 36px 14px 29px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 3px solid #21a931;
    counter-reset: number;
  }
  .p_top .block04__bl {
    background: #FFF5F4;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 1px solid #21a931;
    padding: 39px 15px 18px 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .p_top .block04__bl:after {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    width: 46px;
    height: 46px;
    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;
    color: #fff;
    background: #21a931;
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-weight: bold;
    font-size: 21px;
    line-height: 1;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p_top .block04__bl:not(:first-child) {
    margin-top: 48px;
  }
  .p_top .block04__bl:not(:first-child):before {
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 15px solid #DECB35;
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p_top .block04__bl figure {
    width: 66px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    overflow: hidden;
  }
  .p_top .block04__bl dl {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 12px;
  }
  .p_top .block04__bl dl dt {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .p_top .block04__bl dl dd {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .p_top .block05 {
    padding: 40px 0 0;
  }
  .p_top .block05__bl {
    background: #FFFFDE;
    -moz-border-radius: 20px;
         border-radius: 20px;
    border: 3px solid #DECB35;
    margin-bottom: 54px;
    overflow: hidden;
  }
  .p_top .block05__bl dt {
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #DECB35;
    padding: 12px 0 14px;
  }
  .p_top .block05__bl dd {
    padding: 32px 16px 28px;
  }
  .p_top .block05__bl dd .tt {
    text-align: center;
    font-weight: bold;
    color: #454545;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .1em;
    margin-bottom: 25px;
    position: relative;
  }
  .p_top .block05__bl dd .tt:after {
    content: '';
    width: 48px;
    height: 3px;
    background: #454545;
    -moz-border-radius: 3px;
         border-radius: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p_top .block05__bl dd .price {
    text-align: center;
    font-size: 81px;
    line-height: 1;
    font-weight: 400;
    color: #EB574D;
    font-family: "Bebas Neue", sans-serif;
  }
  .p_top .block05__bl dd .price span {
    font-size: 32px;
    line-height: 1;
    color: #454545;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    position: relative;
    top: -2px;
  }
  .p_top .block05__bl dd .price span small {
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: -2x;
    left: 0;
    width: 100%;
  }
  .p_top .block05__bl dd ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .block05__bl dd ul li {
    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;
    width: 165px;
    margin-top: 8px;
  }
  .p_top .block05__bl dd ul li:nth-child(odd) {
    width: 175px;
  }
  .p_top .block05__bl dd ul li figure {
    width: 35px;
    overflow: hidden;
  }
  .p_top .block05__bl dd ul li p {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 6px;
  }
  .p_top .block05__box {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 0 10px rgba(32, 115, 167, 0.4);
         box-shadow: 0 0 10px rgba(32, 115, 167, 0.4);
    padding: 0 18px 15px;
  }
  .p_top .block05__box-tt {
    margin: 0 -7px 13px;
  }
  .p_top .block05__box-tt img {
    margin-top: -35px;
    width: 361px;
    height: auto;
  }
  .p_page main {
    padding: 60px 0;
  }
  .p_page .regulationDoc__heading {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 16px;
  }
  .p_page .regulationDoc .term {
    font-size: 16px;
    line-height: 30px;
    margin-top: 32px;
  }
  .p_page .regulationDoc .term__heading {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .p_page .regulationDoc ol {
    -webkit-padding-start: 26px;
       -moz-padding-start: 26px;
            padding-inline-start: 26px;
  }
  .p_page .regulationDoc ol li {
    list-style: list-item;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
    max-width: 185.50725vw;
    margin: 0 auto;
    padding-top: 13.52657vw;
  }
  .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: #fff;
    -moz-font-feature-settings: "palt" 1;
         font-feature-settings: "palt" 1;
  }
  main {
    background-color: #fff;
    padding-bottom: 13.04348vw;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 17.14976vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
    padding: 2.89855vw 0 3.62319vw;
  }
  .header .row {
    background-color: transparent;
    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: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo {
    display: inline-block;
    width: 25.60386vw;
  }
  .header .btn {
    width: 43.47826vw;
  }
  .header.fixed {
    background: #fff;
  }
  .footer {
    text-align: center;
    padding: 0 0 4.34783vw;
  }
  .footer__menu {
    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;
  }
  .footer__menu li {
    position: relative;
  }
  .footer__menu li + li:before {
    content: '｜';
    display: inline-block;
    color: #454545;
    margin: 0 -0.48309vw;
    position: relative;
    top: 0.24155vw;
  }
  .footer__menu li a {
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: bold;
    color: #454545;
    letter-spacing: 0.05em;
  }
  .p_top .header .logo {
    background: url("../img/logo-w.svg") center/100% 100% no-repeat;
  }
  .p_top .header .logo img {
    opacity: 0;
  }
  .p_top .header.fixed .logo {
    background: none;
  }
  .p_top .header.fixed .logo img {
    opacity: 1;
  }
  .p_top .container {
    padding-top: 0;
    padding-bottom: 17.3913vw;
  }
  .p_top .mv {
    position: relative;
  }
  .p_top .block01 {
    position: relative;
    margin-top: -34.54106vw;
    margin-bottom: 13.04348vw;
    z-index: 1;
  }
  .p_top .block01__box {
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0 2.41546vw rgba(32, 115, 167, 0.4);
         box-shadow: 0 0 2.41546vw rgba(32, 115, 167, 0.4);
    padding: 0 8.21256vw 9.42029vw;
    margin-bottom: 8.9372vw;
  }
  .p_top .block01__box-tt {
    margin: 0 -5.31401vw 3.1401vw;
  }
  .p_top .block01__box-tt img {
    margin-top: -8.45411vw;
    width: 87.19807vw;
    height: auto;
  }
  .p_top .block01__box .slide {
    position: relative;
  }
  .p_top .block01__box .slide-list .swiper-slide img {
    width: 100%;
    height: 43.71981vw;
    object-fit: cover;
  }
  .p_top .block01__box .slide .button-next,
  .p_top .block01__box .slide .button-prev {
    position: absolute;
    top: 0.96618vw;
    bottom: 0;
    margin: auto;
    width: 3.1401vw;
    height: 5.07246vw;
  }
  .p_top .block01__box .slide .button-next {
    right: -5.07246vw;
    background: url("../img/ic_next.svg") center/100% 100% no-repeat;
  }
  .p_top .block01__box .slide .button-prev {
    left: -5.07246vw;
    background: url("../img/ic_prev.svg") center/100% 100% no-repeat;
  }
  .p_top .block01__box .slide .swiper-pagination {
    width: 100%;
    bottom: -6.52174vw;
  }
  .p_top .block01__box .slide .swiper-pagination-bullet {
    width: 2.17391vw;
    height: 2.17391vw;
    opacity: 1;
    margin: 0 0.96618vw;
    background: #D1D1D1;
  }
  .p_top .block01__box .slide .swiper-pagination-bullet-active {
    background: #21a931;
  }
  .p_top .block01 .row > h3 {
    width: 88.4058vw;
    min-height: 10.86957vw;
    color: #fff;
    background: #21a931;
    -moz-border-radius: 10.86957vw;
         border-radius: 10.86957vw;
    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;
    text-align: center;
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: bold;
    padding: 2.17391vw 4.83092vw;
    position: relative;
    margin: 0 auto 6.76329vw;
  }
  .p_top .block01 .row > h3:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 2.657vw solid transparent;
    border-right: 2.657vw solid transparent;
    border-top: 4.58937vw solid #21a931;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2.41546vw;
  }
  .p_top .block01 .row .tt {
    font-size: 6.76329vw;
    line-height: 8.69565vw;
    text-align: center;
    font-weight: 900;
    color: #21a931;
    letter-spacing: 0.1em;
    margin-bottom: 5.7971vw;
  }
  .p_top .block01 .row .tt span {
    display: block;
    text-align: center;
    margin-bottom: 1.20773vw;
  }
  .p_top .block01 .row .tt span img {
    width: 82.1256vw;
  }
  .p_top .block01 .row .fig {
    text-align: center;
    margin-bottom: 2.41546vw;
  }
  .p_top .block01 .row .fig img {
    width: 64.49275vw;
  }
  .p_top .block01 .row > p {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 3.62319vw;
  }
  .p_top .block01 .row > p:last-of-type {
    margin-bottom: 5.07246vw;
  }
  .p_top .block01 .row > p span {
    background: #FFF84C;
  }
  .p_top .block01 .row .box {
    margin-top: 7.48792vw;
  }
  .p_top .block01 .row .box dl {
    overflow: hidden;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    background: #21a931;
    border: 2.41546vw solid #21a931;
  }
  .p_top .block01 .row .box dl dt {
    padding: 2.41546vw 0 4.83092vw;
    font-weight: 900;
    font-size: 6.76329vw;
    line-height: 1.28571;
    text-align: center;
    color: #fff;
  }
  .p_top .block01 .row .box dl dd {
    -moz-border-radius: 0vw 0vw 4.83092vw 4.83092vw;
         border-radius: 0vw 0vw 4.83092vw 4.83092vw;
    background: #fff;
    padding: 6.28019vw 3.1401vw;
  }
  .p_top .block01 .row .box dl dd ul li {
    position: relative;
    padding-left: 8.9372vw;
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 1.4;
    text-align: left;
    color: #1b4018;
  }
  .p_top .block01 .row .box dl dd ul li + li {
    margin-top: 3.38164vw;
  }
  .p_top .block01 .row .box dl dd ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6.76329vw;
    height: 6.76329vw;
    background: url(../img/ic_check.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .step {
    padding: 24.87923vw 0 13.28502vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
    z-index: 2;
    margin-top: -21.73913vw;
  }
  .p_top .step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22.22222vw;
    background: url(../img/step_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .step::after {
    content: "";
    position: absolute;
    top: 21.98068vw;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 21.98068vw);
    height: -moz-calc(100% - 21.98068vw);
    height: calc(100% - 21.98068vw);
    background-color: #e6f3e6;
    display: block;
    z-index: -1;
  }
  .p_top .step h2 {
    text-align: center;
    margin-bottom: 12.07729vw;
  }
  .p_top .step h2 small {
    display: block;
    font-weight: 900;
    font-size: 6.76329vw;
    line-height: 1.28571;
    text-align: center;
    color: #21a931;
  }
  .p_top .step h2 span {
    font-weight: 900;
    font-size: 11.35266vw;
    line-height: 1.2766;
    text-align: center;
    color: #21a931;
  }
  .p_top .step ul li + li {
    margin-top: 7.00483vw;
  }
  .p_top .step ul li .step_num {
    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;
    font-weight: 900;
    font-size: 6.76329vw;
    line-height: 8.69565vw;
    text-align: center;
    color: #21a931;
    margin-bottom: 2.89855vw;
  }
  .p_top .step ul li .step_num span {
    width: 13.76812vw;
    height: 13.76812vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #21a931;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 2.657vw;
    font-weight: 900;
    font-size: 3.62319vw;
    line-height: 4.58937vw;
    text-align: center;
    color: #fff;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_top .step ul li .step_num span i {
    font-style: normal;
    display: block;
    font-weight: 900;
    font-size: 6.28019vw;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  .p_top .step ul li .txt {
    background-color: #fff;
    padding: 6.03865vw 4.83092vw;
  }
  .p_top .step ul li .txt figure {
    text-align: center;
    margin-bottom: 3.62319vw;
  }
  .p_top .step ul li .txt figure img {
    width: 59.66184vw;
  }
  .p_top .step ul li .txt p {
    font-size: 3.86473vw;
    line-height: 1.75;
    text-align: left;
    color: #454545;
  }
  .p_top .block02 {
    background: #E5FFE2;
    position: relative;
    padding: 2.89855vw 0 7.72947vw;
  }
  .p_top .block02:before {
    content: '';
    width: 100%;
    height: 22.22222vw;
    background: url("../img/bl02_bg.png") center/100% 100% no-repeat;
    position: absolute;
    top: -22.22222vw;
    left: 0;
  }
  .p_top .block02 .tt {
    font-size: 6.76329vw;
    line-height: 8.69565vw;
    text-align: center;
    font-weight: 900;
    color: #21a931;
    letter-spacing: 0.1em;
    margin-bottom: 5.7971vw;
  }
  .p_top .block02 p {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 3.1401vw;
  }
  .p_top .block02 p span {
    background: #FFF84C;
  }
  .p_top .block02 figure {
    text-align: center;
  }
  .p_top .block02 figure img {
    width: 76.57005vw;
    height: auto;
  }
  .p_top .block02__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -2.89855vw;
  }
  .p_top .block02__list li {
    width: 50%;
    background: #DFAD3C;
    border: 2px solid #FFFAD3;
    font-size: 3.86473vw;
    line-height: 4.83092vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3.1401vw;
    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;
    letter-spacing: 0.1em;
    min-height: 16.90821vw;
  }
  .p_top .block02__list li:nth-child(even) {
    border-left: none;
  }
  .p_top .block02__list li:not(:nth-child(-n + 2)) {
    border-top: none;
  }
  .p_top .block03 {
    background: url("../img/bl03_bg.jpg") center/cover no-repeat;
    padding: 10.86957vw 0 26.57005vw;
  }
  .p_top .block03 h2 {
    color: #fff;
    text-align: center;
    font-size: 11.35266vw;
    line-height: 14.49275vw;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 8.45411vw;
  }
  .p_top .block03 h2 small {
    font-size: 6.76329vw;
    line-height: 8.69565vw;
    display: block;
    margin-bottom: -1.44928vw;
    letter-spacing: 0.1em;
  }
  .p_top .block03__list dl {
    background: #fff;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    padding: 6.28019vw 5.7971vw 7.97101vw;
    position: relative;
  }
  .p_top .block03__list dl + dl {
    margin-top: 3.62319vw;
  }
  .p_top .block03__list dl dt {
    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;
    margin-bottom: 4.83092vw;
  }
  .p_top .block03__list dl dt img {
    width: auto;
    height: 11.35266vw;
    margin-right: 4.10628vw;
  }
  .p_top .block03__list dl dt > span span {
    background: #21a931;
    font-size: 6.28019vw;
    line-height: 7.72947vw;
    color: #fff;
    font-weight: bold;
    padding: 0.24155vw 1.44928vw 0.96618vw;
    display: inline-block;
  }
  .p_top .block03__list dl dt > span span img {
    width: 6.76329vw;
    height: auto;
    margin: 0;
  }
  .p_top .block03__list dl dt > span span em {
    font-style: normal;
    color: #FFF84C;
  }
  .p_top .block03__list dl dt > span span:not(:first-of-type) {
    margin-top: 0.72464vw;
  }
  .p_top .block03__list dl dd {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    letter-spacing: 0.07em;
  }
  .p_top .block03__list dl:nth-child(odd) {
    margin-left: 5.31401vw;
  }
  .p_top .block03__list dl:nth-child(odd):before {
    content: '';
    width: 0;
    height: 0;
    border-top: 4.10628vw solid transparent;
    border-bottom: 4.10628vw solid transparent;
    border-right: 10.86957vw solid #fff;
    position: absolute;
    top: 5.07246vw;
    left: -5.31401vw;
  }
  .p_top .block03__list dl:nth-child(even) {
    margin-right: 5.31401vw;
  }
  .p_top .block03__list dl:nth-child(even):before {
    content: '';
    width: 0;
    height: 0;
    border-top: 4.10628vw solid transparent;
    border-bottom: 4.10628vw solid transparent;
    border-left: 10.86957vw solid #fff;
    position: absolute;
    top: 5.07246vw;
    right: -5.31401vw;
  }
  .p_top .block03__list dl:nth-child(2) dt > span span {
    background: #43A4E0;
  }
  .p_top .block03__list dl:nth-child(3) dt > span span {
    background: #CB61A9;
  }
  .p_top .block03__list dl:nth-child(4) dt > span span {
    background: #8F6BBF;
  }
  .p_top .block04 {
    padding: 12.80193vw 0 13.04348vw;
    background: #fff;
  }
  .p_top .block04 h2 {
    text-align: center;
    margin-bottom: 7.72947vw;
  }
  .p_top .block04 h2 small {
    width: 88.4058vw;
    min-height: 10.86957vw;
    color: #fff;
    background: #21a931;
    -moz-border-radius: 10.86957vw;
         border-radius: 10.86957vw;
    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;
    text-align: center;
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: bold;
    padding: 2.17391vw 4.83092vw;
    position: relative;
    margin: 0 auto 3.62319vw;
  }
  .p_top .block04 h2 small:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 2.657vw solid transparent;
    border-right: 2.657vw solid transparent;
    border-top: 4.58937vw solid #21a931;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2.41546vw;
  }
  .p_top .block04 h2 span {
    display: block;
    color: #21a931;
    font-size: 11.35266vw;
    line-height: 1;
    font-weight: 900;
  }
  .p_top .block04__list {
    background: #fff;
    padding: 8.69565vw 3.38164vw 7.00483vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 0.72464vw solid #21a931;
    counter-reset: number;
  }
  .p_top .block04__bl {
    background: #FFF5F4;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 1px solid #21a931;
    padding: 9.42029vw 3.62319vw 4.34783vw 5.31401vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .p_top .block04__bl:after {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    width: 11.11111vw;
    height: 11.11111vw;
    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;
    color: #fff;
    background: #21a931;
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-weight: bold;
    font-size: 5.07246vw;
    line-height: 1;
    position: absolute;
    top: -4.83092vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p_top .block04__bl:not(:first-child) {
    margin-top: 11.5942vw;
  }
  .p_top .block04__bl:not(:first-child):before {
    content: '';
    width: 0;
    height: 0;
    border-left: 3.86473vw solid transparent;
    border-right: 3.86473vw solid transparent;
    border-top: 3.62319vw solid #DECB35;
    position: absolute;
    top: -10.38647vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p_top .block04__bl figure {
    width: 15.94203vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    overflow: hidden;
  }
  .p_top .block04__bl dl {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 2.89855vw;
  }
  .p_top .block04__bl dl dt {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: bold;
    margin-bottom: 1.93237vw;
  }
  .p_top .block04__bl dl dd {
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .p_top .block05 {
    padding: 9.66184vw 0 0;
  }
  .p_top .block05__bl {
    background: #FFFFDE;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    border: 0.72464vw solid #DECB35;
    margin-bottom: 13.04348vw;
    overflow: hidden;
  }
  .p_top .block05__bl dt {
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #DECB35;
    padding: 2.89855vw 0 3.38164vw;
  }
  .p_top .block05__bl dd {
    padding: 7.72947vw 3.86473vw 6.76329vw;
  }
  .p_top .block05__bl dd .tt {
    text-align: center;
    font-weight: bold;
    color: #454545;
    font-size: 4.83092vw;
    line-height: 5.7971vw;
    letter-spacing: .1em;
    margin-bottom: 6.03865vw;
    position: relative;
  }
  .p_top .block05__bl dd .tt:after {
    content: '';
    width: 11.5942vw;
    height: 0.72464vw;
    background: #454545;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    position: absolute;
    bottom: -2.41546vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p_top .block05__bl dd .price {
    text-align: center;
    font-size: 19.56522vw;
    line-height: 1;
    font-weight: 400;
    color: #EB574D;
    font-family: "Bebas Neue", sans-serif;
  }
  .p_top .block05__bl dd .price span {
    font-size: 7.72947vw;
    line-height: 1;
    color: #454545;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    position: relative;
    top: -0.48309vw;
  }
  .p_top .block05__bl dd .price span small {
    font-size: 2.41546vw;
    text-align: center;
    position: absolute;
    top: -2x;
    left: 0;
    width: 100%;
  }
  .p_top .block05__bl dd ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .block05__bl dd ul li {
    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;
    width: 39.85507vw;
    margin-top: 1.93237vw;
  }
  .p_top .block05__bl dd ul li:nth-child(odd) {
    width: 42.27053vw;
  }
  .p_top .block05__bl dd ul li figure {
    width: 8.45411vw;
    overflow: hidden;
  }
  .p_top .block05__bl dd ul li p {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: bold;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1.44928vw;
  }
  .p_top .block05__box {
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0 2.41546vw rgba(32, 115, 167, 0.4);
         box-shadow: 0 0 2.41546vw rgba(32, 115, 167, 0.4);
    padding: 0 4.34783vw 3.62319vw;
  }
  .p_top .block05__box-tt {
    margin: 0 -1.69082vw 3.1401vw;
  }
  .p_top .block05__box-tt img {
    margin-top: -8.45411vw;
    width: 87.19807vw;
    height: auto;
  }
  .p_top .btn_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    text-align: center;
  }
  .p_top .btn_fix img {
    width: 91.78744vw;
    height: auto;
  }
  .p_page main {
    padding: 14.49275vw 0;
  }
  .p_page .regulationDoc__heading {
    font-weight: 700;
    font-size: 6.76329vw;
    margin-bottom: 3.86473vw;
  }
  .p_page .regulationDoc .term {
    font-size: 3.86473vw;
    line-height: 7.24638vw;
    margin-top: 7.72947vw;
  }
  .p_page .regulationDoc .term__heading {
    font-weight: 700;
    font-size: 5.31401vw;
    margin-bottom: 2.41546vw;
  }
  .p_page .regulationDoc ol {
    -webkit-padding-start: 6.28019vw;
       -moz-padding-start: 6.28019vw;
            padding-inline-start: 6.28019vw;
  }
  .p_page .regulationDoc ol li {
    list-style: list-item;
  }
}

.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);
  }
}
