/*==================================================================
   Universal Reset
==================================================================*/
html,body{margin:0;padding:0;width:100%;height:100%;font-size:100%;}
main{display:block;}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,div,object,ul,ol,li,dl,dt,dd,tr,td,fieldset,form,legend,small,figure{margin:0;padding:0;font-size:100%;font-weight:normal;}
ul,ol{list-style:none;}
fieldset{margin:0;padding:0;border:0 none;}
legend{display:none;}
table,th,td{border:0;border-spacing:0;}
caption,th{text-align:left;}
em,strong,cite,abbr,caption,th,address{font-style:normal;font-weight:normal;}
img{max-width:100%;border:0 none;vertical-align:bottom;_vertical-align:text-bottom;}
input[type="text"],input[type="tel"],input[type="email"],input[type="number"],input[type="url"],input[type="password"],
input[type="image"],input[type="submit"],select,textarea{margin:0;padding:0;border:none;border-radius:0;vertical-align:middle;-moz-appearance:none;-webkit-appearance:none;appearance:none;}
input[type="submit"]{background: none;font-weight: normal;text-align: left;}
input[type="button"]{background: none;text-align: left;}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover{cursor:pointer;}
input[type="file"]{line-height:1;}
input[type="image"]{max-width:100%;outline: none;}
select::-ms-expand{display:none;}
option{padding-right:5px;}
button{background:none;padding:0;border:0;text-align:left;}
article,aside,details,figure,figcaption,footer,header,hgroup,menu,nav,section{display:block;}
mark{font-weight:normal;font-style:normal;}
blockquote,q{quotes:none;}
a{vertical-align:baseline;text-decoration:none;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}


/*==================================================================
   Default Style
==================================================================*/
html{font-size: calc(1000vw / 750);}

/* 1rem = 10px */
body{background: #999;color:#fff;font-size: 3.2rem;font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;line-height:1.6;-webkit-text-size-adjust:100%;}

#container{display: flex;flex-direction: column;min-height: 100%;margin:0 auto;max-width: 750px;}
main{flex-grow: 1;overflow: hidden;font-feature-settings: "palt";}

a, a:visited{color:#fff;}
a:hover, a:active{color:#fff;}

/*========== form ==========*/
input,select,textarea,button{font-size: 3.2rem;font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;}
input[type="file"]{max-width: 100%;}
input[type="submit"],input[type="button"],button{color:#0a0a0a;line-height: 1.6;}


/*==================================================================
   Contents
==================================================================*/
:root {--padding-lr: 4rem;}

/*========== common ==========*/
[class^="blc_"]{padding: 6rem var(--padding-lr);}

/* .ttl01 ==========*/
.ttl01{position: relative;margin-bottom: 4rem;padding-top: 4rem;font-size: 5.2rem;font-weight: 900;text-align: center;}
.ttl01::before{position: absolute;content: "";left: 0;top: 0;width: 100%;height: 3rem;
background-repeat: no-repeat;background-position: center 0;}

/* .visual ==========*/
.visual{position: relative;background: url(./mv_bg01.jpg) no-repeat 0 0 / 100%;
padding: 4rem var(--padding-lr) 0;min-height: 54rem;}
[class^="blc_"] .visual{margin-inline: calc(var(--padding-lr) * -1);text-align: left;}
.visual .ttl{margin: 8.5rem 0 0 1rem;}
.visual .ttl img{width: 43.3rem;}
.visual .catch01{position: absolute;bottom: -1px;right: 0;align-content: center;
background: #0a0a0a;padding: 0 var(--padding-lr) 0 10.8rem;width: 60.9rem;min-height: 14rem;
color: #fff;font-weight: 900;line-height: 1.4;
clip-path: polygon(11rem 0%, 0% 100%, 100% 100%, 100% 0);
}
.visual .catch01 .fc_red{font-size: 4.5rem;}

/* footer ==========*/
footer{background: #0a0a0a;padding: 2rem var(--padding-lr) 4rem;font-size: 2.5rem;}
footer a{color: #fff !important;}
.utility ul > li{padding: 1.8rem 0 1.8rem 2.2rem;}
.utility ul > li a{position: relative;display: inline-block;padding-left: 3rem;}
.utility ul > li a::before{position: absolute;content: "▲";left: 0;transform: rotate(90deg);}
.utility ul > li a:hover{text-decoration: underline;}
.copyright{margin-top: calc(5rem - 2rem);font-size: 2rem;text-align: center;}
.utility + .copyright{margin-top: 5rem;}

/* .btn01 ==========*/
.btn01{margin-top: 6rem;padding: 1.5rem 0;}
.btn01 > a{display: grid;place-content: center;
background: #5ce500 url(./btn_regist01.png) no-repeat 0 0 / 100% 100%;
margin: auto;padding: 1rem;width: 52.8rem;min-height: 15rem;text-align: center;
border: solid .3rem #5ce500;border-radius: 2.5rem;
box-shadow: 0 0 1.5rem .7rem #5ce500;line-height: 1.3;}
.btn01 > a .sub{position: relative;padding: 0 1em;color: #fff000 !important;font-weight: 900;font-size: 2.87rem;}
.btn01 > a .sub::before{position: absolute;content: "＼";left: 0;bottom: 0;}
.btn01 > a .sub::after{position: absolute;content: "／";right: 0;bottom: 0;}
.btn01 > a .main{color: #fff !important;font-weight: 900;font-size: 5rem;}
.btn01 > a:hover{box-shadow: 0 0 1.5rem .7rem #f1ff63;}

/*========== #blc_mv ==========*/
#blc_mv{background: #0a0a0a;padding: 0 var(--padding-lr) 6rem;}
#blc_mv .visual{margin-inline: calc(var(--padding-lr) * -1);}
#blc_mv .campaign01{margin-top: 6rem;}


/*========== .blc_question ==========*/
.blc_question{background: #0a0a0a;padding-bottom: 0;}
.blc_question .ttl01::before{background-image: url(./question_ttl01.png);background-size: 15.1rem;}
.blc_question ul.list_worry{padding-bottom: 5rem;}
.blc_question ul.list_worry > li{position: relative;display: grid;align-items: center;
background-repeat: no-repeat;margin-top: 3rem;padding: 2.5rem 0;border: solid 1px #fff;min-height: 17rem;font-weight: 700;}
.blc_question ul.list_worry > li::before{position: absolute;content: "";left: 0;top: 0;width: 0;height: 0;
border-style: solid;
border-color: #fff transparent transparent transparent;
border-width: 2.7rem 2.6rem 0 0;}
.blc_question ul.list_worry > li::after{position: absolute;content: "";right: 0;bottom: 0;width: 0;height: 0;
border-style: solid;
border-color:transparent transparent #fff  transparent;
border-width: 0 0 2.7rem 2.6rem;
}
.blc_question ul.list_worry > li:nth-child(odd){padding-left: 22rem;padding-right: 4rem;background-position: 6.4rem bottom;}
.blc_question ul.list_worry > li:nth-child(even){padding-left: 7rem;padding-right: 21rem;background-position: calc(100% - 7rem) bottom;}
.blc_question ul.list_worry > li.worry01{background-image: url(./question_worry01.png);background-size: 12.5rem;}
.blc_question ul.list_worry > li.worry02{background-image: url(./question_worry02.png);background-size: 15rem;}
.blc_question ul.list_worry > li.worry03{background-image: url(./question_worry03.png);background-size: 13.1rem;}
.blc_question ul.list_worry > li.worry04{background-image: url(./question_worry04.png);background-size: 13.4rem;}

.blc_solve{position: relative;z-index: 0;
margin-inline: calc(var(--padding-lr) * -1);padding: 17rem 0 6rem;text-align: center;}
.blc_solve::before{position: absolute;content: "";left: 0;right: 0;top: 1.2rem;margin: auto;width: 8.3rem;height: 10.9rem;
background: url(./arrow_down01.png) no-repeat 0 0 / 100%;}
.blc_solve::after{position: absolute;content: "";left: 0;bottom: 0;z-index: -1;
border-style: solid;
border-color: transparent transparent #e3001e;
border-width: 0 37.5rem 75.5rem 0;}
.blc_solve .text01{font-size: 5.2rem;font-weight: 900;}
.blc_solve .image01{padding: 2rem 0;margin-right: calc((75rem - 70.7rem) * -1);width: 70.7rem;}


/*========== .blc_reason ==========*/
.blc_reason{position: relative;background: #0a0a0a url(./reason_bg01.jpg) no-repeat 0 bottom;text-align: center;}
.blc_reason::before{position: absolute;content: "";top: 0;left: 0;
border-style: solid;
border-color: #e3001e transparent transparent;
border-width: 14.5rem 13.5rem 0 0;}
.blc_reason p{font-weight: 700;}
.blc_reason .ttl01::before{background-image: url(./reason_ttl01.png);background-size: 12.5rem;}

.blc_reason ul.list_plan > li{background: #e3dfdf url(./reason_plan_bg_common01.png) repeat-x 0 center / .7rem 20rem;
margin-top: 4rem;padding: .7rem;}
.blc_reason ul.list_plan > li .inner{position: relative;display: flex;align-items: center;justify-content: center;
background: url(./reason_plan_bg01.jpg) no-repeat center center / cover;
padding: 1.7rem 2rem;min-height: calc(20rem - .7rem * 2);font-size: 3.7rem;font-weight: 700;}
.blc_reason ul.list_plan > li .inner::before{position: absolute;content: "";left: 2rem;top: 1.7rem;height: 4.2rem;
background-repeat: no-repeat;background-position: 0 0;background-size: 100%;}
.blc_reason ul.list_plan > li.plan02 .inner{background-image: url(./reason_plan_bg02.jpg);}
.blc_reason ul.list_plan > li:nth-child(1) .inner::before{background-image: url(./reason_plan_num01.png);width: 6.7rem;}
.blc_reason ul.list_plan > li:nth-child(2) .inner::before{background-image: url(./reason_plan_num02.png);width: 7.7rem;}

.blc_reason ul.list_possible{margin-top: 3rem;}
.blc_reason ul.list_possible > li{display: inline-block;margin-top: 2rem;padding: 1rem 3.5rem;
background: #ffef32;color: #0a0a0a;font-weight: 700;font-size: 3.6rem;
clip-path: polygon(2rem 0%, 0% 100%, calc(100% - 2rem) 100%, 100% 0);}


/*========== .blc_graph ==========*/
.blc_graph{position: relative;background: #e3001e;text-align: center;}
.blc_graph::before{position: absolute;content: "";top: 0;right: 0;
border-style: solid;
border-color: #0a0a0a transparent transparent;
border-width: 14.5rem 0 0 13.5rem;}
.blc_graph p{font-weight: 700;}
.blc_graph .ttl01::before{background-image: url(./graph_ttl01.png);background-size: 10.6rem;}


/*========== .blc_voice ==========*/
.blc_voice{position: relative;background: #0a0a0a;}
.blc_voice::before{position: absolute;content: "";top: 0;left: 0;
border-style: solid;
border-color: #e3001e transparent transparent;
border-width: 14.5rem 13.5rem 0 0;}
.blc_voice .ttl01::before{background-image: url(./voice_ttl01.png);background-size: 9.2rem;}
ul.list_voice > li{margin-top: 4rem;border: solid .2rem #fff;}
ul.list_voice > li .data{float: right;width: calc(100% - (calc(27.6rem + .2rem)));text-align: center;}
ul.list_voice > li .usage{background: #fff;padding: .3rem;color: #0a0a0a;font-weight: 900;}
ul.list_voice > li .profit{color: #e3001e;font-weight: 700;font-size: 5rem;line-height: 1.5;}
ul.list_voice > li .profit .label{margin-right: 1rem;width: 9.7rem;vertical-align: -.5rem;}
ul.list_voice > li .profit .val{font-size: 9rem;}
ul.list_voice > li .profile{padding: .3rem;font-weight: 700;border-top: solid .2rem #fff;}
ul.list_voice > li .avatar{width: calc(27.6rem + .2rem);min-height: 25.6rem;
border-right: solid .2rem #fff;}
ul.list_voice > li .comment{clear: both;padding: 4.5rem;border-top: solid .2rem #fff;}


/*========== .blc_hit ==========*/
.blc_hit{position: relative;background: #e3001e;}
.blc_hit::before{position: absolute;content: "";top: 0;right: 0;
border-style: solid;
border-color: #0a0a0a transparent transparent;
border-width: 14.5rem 0 0 13.5rem;}
.blc_hit p{font-weight: 700;}
.blc_hit .ttl01::before{background-image: url(./hit_ttl01.png);background-size: 5.1rem;}
.blc_hit ul.list_hit{display: grid;grid-template-columns: repeat(2, 1fr);column-gap: 3.5rem;row-gap: 4rem;}
.blc_hit ul.list_hit > li{position: relative;
background: url(./hit_stamp01.png) no-repeat calc(100% - .5rem) calc(100% - 7.6rem) / 17.5rem,
            url(./bg_line_grid01.png) repeat 0 0 / 1.6rem,
            #fff;
padding-bottom: 6.5rem;font-size: 2.6rem;
border: solid .4rem #fff;box-shadow: 0 0 3.9rem .2rem #a2000d;}
.blc_hit ul.list_hit > li .plan{position: relative;
background: #0a0a0a;padding: 1rem 2rem 1rem 6rem;color: #fff;}
.blc_hit ul.list_hit > li .plan::before{position: absolute;content: "";left: 2.5rem;
top: 1.9rem;
background: #fff000;width: 2.5rem;height: 2.5rem;border-radius: 50%;}
.blc_hit ul.list_hit > li .wrap{position: relative;
padding: 2rem 2.3rem;color: #0a0a0a;font-size: 2.4rem;line-height: 1.8;}
.blc_hit ul.list_hit > li .wrap::before{position: absolute;content: "";top: 0;left: 0;
border-style: solid;
border-color: #0a0a0a transparent transparent;
border-width: 5rem 4.5rem 0 0;}
.blc_hit ul.list_hit > li .dividend{position: absolute;left: 0;right: 0;bottom: 0;
background: #e3001e;padding: .5rem 2rem;
display: flex;align-items: center;justify-content: space-between;}
.blc_hit ul.list_hit > li .dividend::after{position: absolute;content: "";top: -4.5rem;right: 0;
border-style: solid;
border-color: transparent transparent #e3001e;
border-width: 0 0 5rem 4.5rem;}
.blc_hit ul.list_hit > li .dividend .val{font-size: 3.6rem;}

/* Show up to 2nd */
.blc_hit ul.list_hit > li:nth-of-type(n+3){display: none;}


/*========== .blc_strength ==========*/
.blc_strength{position: relative;background: #0a0a0a;}
.blc_strength::before{position: absolute;content: "";top: 0;left: 0;
border-style: solid;
border-color: #e3001e transparent transparent;
border-width: 14.5rem 13.5rem 0 0;}
.blc_strength .ttl01::before{background-image: url(./strength_ttl01.png);background-size: 15.1rem;}
.blc_strength .map{background: url(./strength_map01.png) no-repeat right bottom / 67.2rem;
padding-bottom: 42.5rem;min-height: 74.4rem;}
.blc_strength ul.list_anchor{margin: 5rem 0 0 -6rem;}
.blc_strength ul.list_anchor > li a{position: relative;display: block;
margin-top: 1.5rem;padding: .5em 6rem;width: 42rem;
color: #fff;font-size: 2.6rem;font-weight: bold;z-index: 0;}
.blc_strength ul.list_anchor > li a::before{position: absolute;content: "";top: 0;left: 0;z-index: -1;
width: 100%;height: 90%;
transform: skewX(23deg);background: #e3001e;border: solid .3rem #fff;}
.blc_strength ul.list_anchor > li.kanto a::before{background-color: #60c4da;}
.blc_strength ul.list_anchor > li.tokai a::before{background-color: #24aa83;}
.blc_strength ul.list_anchor > li.kinki a::before{background-color: #92c548;}
.blc_strength ul.list_anchor > li.chugoku-shikoku a::before{background-color: #e99852;}
.blc_strength ul.list_anchor > li.kyushu a::before{background-color: #d75078;}
.blc_strength ul.list_anchor > li a::after{position: absolute;content: "";top: 30%;right: 2rem;width: 1.3rem;height: 1.3rem;
border-left: solid .3rem #fff;border-bottom: solid .3rem #fff;transform: rotate(-45deg);}

.blc_strength ul.list_region > li{background: #e3001e;margin-top: 4rem;padding: 3rem 4.5rem;color: #fff;border: solid .4rem #fff;}
.blc_strength ul.list_region > li#anc_kanto{background-color: #60c4da;}
.blc_strength ul.list_region > li#anc_tokai{background-color: #24aa83;}
.blc_strength ul.list_region > li#anc_kinki{background-color: #92c548;}
.blc_strength ul.list_region > li#anc_chugoku-shikoku{background-color: #e99852;}
.blc_strength ul.list_region > li#anc_kyushu{background-color: #d75078;}
.blc_strength ul.list_region > li dl dt{margin-bottom: 3rem;padding-bottom: 3rem;
font-size: 4rem;font-weight: 700;border-bottom: solid .4rem #fff;}


/*========== .blc_summary ==========*/
.blc_summary{background: #e3001e;padding-top: 0;text-align: center;}
.blc_summary .text01{margin-top: 4rem;}
.blc_summary .text02{margin-top: 5rem;font-size: 4rem;font-weight: 700;}
.blc_summary .info01{position: relative;background: #0a0a0a;margin-top: 8rem;padding: 3rem;border: solid .4rem #fff;box-shadow: 1rem 1rem #cd0010;}
.blc_summary .info01::before{position: absolute;content: "";left: -1.8rem;top: -2.6rem;
width: 9.2rem;height: 9.2rem;background: url(./icon_bell01.png) no-repeat 0 0 / 100%;}
.blc_summary .info01 img{width: 60.2rem;}


/*========== other ==========*/
em{color:#ff0000;}
strong{color:#ff0000;font-weight:bold;}

.mt_0{margin-top:0 !important;}
.mt_S{margin-top:0.5em !important;}
.mt_M{margin-top:1em !important;}
.mt_L{margin-top:1.5em !important;}
.mt_LL{margin-top:2em !important;}
.mb_0{margin-bottom:0 !important;}
.mb_S{margin-bottom:0.5em !important;}
.mb_M{margin-bottom:1em !important;}
.mb_L{margin-bottom:1.5em !important;}
.mb_LL{margin-bottom:2em !important;}

.pt_0{padding-top:0 !important;}
.pt_S{padding-top:0.5em !important;}
.pt_M{padding-top:1em !important;}
.pt_L{padding-top:1.5em !important;}
.pt_LL{padding-top:2em !important;}
.pb_0{padding-bottom:0 !important;}
.pb_S{padding-bottom:0.5em !important;}
.pb_M{padding-bottom:1em !important;}
.pb_L{padding-bottom:1.5em !important;}
.pb_LL{padding-bottom:2em !important;}

.tx_left{text-align: left !important;}
.tx_right{text-align: right !important;}
.tx_center{text-align: center !important;}
.tx_uline{text-decoration: underline;}

.fw_normal{font-weight: normal !important;}
.fw_bold{font-weight: bold !important;}

.fs_S{font-size:0.5em !important;}
.fs_M{font-size:1em !important;}
.fs_L{font-size:1.5em !important;}
.fs_LL{font-size:2em !important;}
.fs_43{font-size: 4.3rem !important;}
.fs_60{font-size: 6rem !important;}

.fc_red{color: #e60012 !important;}
.hide{display: none;}


/*==================================================================
   Responsive
==================================================================*/
@media (750px <= width) { /* over 750px */
html{font-size: 62.5%;}
} /* End over 750px */


/*==================================================================
   Animation
==================================================================*/
/* zoomIn ==========*/
.animated_zoomIn.js_inview{opacity: 0;}
.animated_zoomIn.active{
  opacity: inherit;
  -webkit-animation: zoomIn 1s ease;
  animation: zoomIn 1s ease;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(2.5, 2.5, 2.5);
    transform: scale3d(2.5, 2.5, 2.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(2.5, 2.5, 2.5);
    transform: scale3d(2.5, 2.5, 2.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* lightSpeedInRight ==========*/
.animated_lightSpeedInRight.js_inview{opacity: 0;}
.animated_lightSpeedInRight.active{
  opacity: inherit;
  -webkit-animation: lightSpeedInRight .6s ease-out;
  animation: lightSpeedInRight .6s ease-out;
}
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* shiny ==========*/
.animated_shiny.js_inview{position: relative;overflow: hidden;}
.animated_shiny.active::after{
  -webkit-animation: shiny .7s .4s ease-in-out;
  animation: shiny .7s .4s ease-in-out;
}
.animated_shiny::after{
    content: '';
    position: absolute;
    top: -10rem;
    left: -10rem;
    width: 5rem;
    height: 5rem;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
}
@-webkit-keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }
    10% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }
    10% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

/* floating ==========*/
.animated_floating {
  -webkit-animation: 1.2s ease both floating infinite;
  animation: 1.5s ease both floating infinite;
}
@-webkit-keyframes floating {
  0% {
      transform: translate(0,0);
  }
  50% {
      transform: translate(0,-5%)
  }
  100% {
      transform: translate(0,0);
  }
}
@keyframes floating {
  0% {
      transform: translate(0,0);
  }
  50% {
      transform: translate(0,-5%)
  }
  100% {
      transform: translate(0,0);
  }
}

/* fadeIn ==========*/
.animated_fadeIn.js_inview{opacity: 0;}
.animated_fadeIn.active {
  opacity: inherit;
  -webkit-animation: 1s ease both fadeIn;
  animation: 1s ease both fadeIn;
}
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* arrow_down01 ==========*/
.blc_solve::before{
  -webkit-animation: .9s arrow_down steps(3) infinite;
  animation: .9s arrow_down steps(3) infinite;
}
@-webkit-keyframes arrow_down {
  to {transform: translateY(4.6rem);}
}
@keyframes arrow_down {
  to {transform: translateY(4.6rem);}
}

/* fadeInRight ==========*/
.animated_fadeInRight.js_inview{opacity: 0;}
.animated_fadeInRight.active {
  opacity: inherit;
  -webkit-animation: .6s ease both fadeInRight;
  animation: .6s ease both fadeInRight;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* fadeInUp ==========*/
.animated_fadeInUp.js_inview{opacity: 0;}
.animated_fadeInUp.active {
  opacity: inherit;
  -webkit-animation: .6s ease both fadeInUp;
  animation: .6s ease both fadeInUp;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* moveMarker ==========*/
.animated_moveMarker.js_inview{
position: relative;
background-image: linear-gradient(90deg, #ff0, #ff0);
background-repeat: no-repeat;
background-size: 0 10%;
}
.animated_moveMarker.active{
  -webkit-animation: 1.5s .3s ease both moveMarker;
  animation: 1.5s .3s  ease both moveMarker;
}
@-webkit-keyframes moveMarker {
  from{
    background-size: 0 10%;background-position: bottom left;
}
  45%{
    background-size: 100% 10%;background-position: bottom left;
  }
  55%{
    background-size: 100% 10%;background-position: bottom right;
  }
  to {
    background-size: 0 10%;background-position: bottom right;
  }
}
@keyframes moveMarker {
  from{
    background-size: 0 10%;background-position: bottom left;
}
  45%{
    background-size: 100% 10%;background-position: bottom left;
  }
  55%{
    background-size: 100% 10%;background-position: bottom right;
  }
  to {
    background-size: 0 10%;background-position: bottom right;
  }
}

/* smoothLeft ==========*/
.animated_smoothLeft.js_inview{position: relative;overflow: hidden;}
.animated_smoothLeft.js_inview::before{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;background: #0a0a0a;}
.animated_smoothLeft.js_inview.active::before{
  -webkit-animation: smoothLeft 1s ease forwards;
  animation: smoothLeft .8s ease forwards;
}
@-webkit-keyframes smoothLeft{
  100%{
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes smoothLeft{
  100%{
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* swing ==========*/
.blc_summary .info01::before{
  -webkit-animation: 1.2s ease both swing infinite;
  animation: 1.2s ease both swing infinite;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
