@charset "utf-8";


/* container_wrap
-------------------------------------------------- */
.container_wrap{
  position: relative;
}
@media print, screen and (min-width:768px){
  .container_wrap{
    padding-top: 100px;
  }
}
@media screen and (max-width:767px){
  .container_wrap{
    padding-top: 71px;
  }
}

/* --------------------------------------------------

container

-------------------------------------------------- */
#container{
  /* padding-top: 15px; */
  padding-bottom: 0px;
}

/* main_content
-------------------------------------------------- */
.main_content{
  position: relative;
  z-index: 1;
  background-color: #E72410;
}
.main_content .content_block{
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width:768px){
  .main_content{
    /* padding-bottom: 40px; */
  }
}
@media screen and (max-width:767px){
  .main_content{
    /* padding-bottom: 50px; */
  }
}


/* --------------------------------------------------

mv

-------------------------------------------------- */
.mv_txt{
  text-align: center;
  color: #E72410;
  font-weight: bold;
  background-color: #fff;
  letter-spacing: 0.16em;
}
.mv{
  /* text-align: center; */
  display: flex;
}
.mv img{
  width: 100%;
}
.mv_area{
}
@media print, screen and (min-width:768px){
  .mv_inner{
    padding: 0 60px;
  }
  .mv_txt{
    padding: 10px 0;
    font-size: 32px;
    border-radius: 100vh;
  }
  .mv{
    justify-content: space-between;
    margin: 0 auto;
  }
  .mv_02{
    margin-top: 59px;
  }
  .mv_bg{
    padding: 61px 0 94px;
    background: url(/app/images/mv_bg.jpg) no-repeat center / cover;
  }
  .mv_area{
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 61px;
    border-radius: 20px;
    background: url(/app/images/mv_area_bg.png) #E72410;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mv_area img{
    width: 100%;
  }
}
@media screen and (max-width:767px){
  .mv_txt{
    padding: 5.5px  2px;
    font-size: 14px;
    border-radius: 16.5px;
  }
  .mv{
    margin: 0 auto;
    flex-direction: column;
  }
  .mv_01{
    width: 95.2%;
    margin: 0 auto;
  }
  .mv_02{
    margin-top: 21px;
  }
  .mv_bg{
    padding: 50px 0;
    background: url(/app/images/mv_bg_sp.jpg) no-repeat center / cover;
  }
  .mv_area{
    width: 73.3%;
    margin: 0 auto;
    padding: 32px 18px; 
    border-radius: 10px;
    background: url(/app/images/mv_area_bg_sp.png) #E72410;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mv_area img{
    width: 100%;
  }
}

/* list_note
-------------------------------------------------- */
.list_note{
	text-indent: -1em;
	padding-left: 1em;
  color: #fff;
}
@media print, screen and (min-width:768px){
  .list_note{
    font-size: 12px;
  }
}
@media screen and (max-width:767px){
  .list_note{
    font-size: 10px;
  }
}


/* --------------------------------------------------

download_area

-------------------------------------------------- */
.download_area{
  background-color: #fff;
}
.download_area .icon_wrap{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.download_qr, .download_txt{
  text-align: center;
}
@media print, screen and (min-width:768px){
  .download_area{
    padding: 37px  30px;
    border-radius: 20px;
  } 
  .download_area .icon_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 47%;
    padding-bottom: 16.5px;
  }
  .icon_wrap .clm:nth-child(2){
    width: 71.4%;
  }
  .download_area p + p{
    margin-top: 20px;
  }
}
@media screen and (max-width:767px){
  .download_area{
    padding: 20px 25px;
    border-radius: 10px;
  }
  .icon_wrap .clm:nth-child(1){
    width: 21.454%;
    text-align: center;
  }
  .icon_wrap .clm:nth-child(2){
    width: 74%;
  }
  .dl_btn_wrap{
    display: flex;
    margin-top: 29px;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
  }
  .dl_btn_wrap p:nth-child(1) {
    width: 43.230%;
  }
  .dl_btn_wrap p:nth-child(2) {
    width: 53.052%;
  }
  .download_area .list_note{
    margin-top: 20px;
    color: #222222;
    font-size: 10px;
  }
  .list_note{
    font-size: 8px;
  }
}

/* --------------------------------------------------

info_area

-------------------------------------------------- */
.info_area{
  width: 100%;
	background-color: #fff;
}
.info_data .list_note{
  color: #000;
}
@media print, screen and (min-width:768px){
  .info_area{
    padding: 64px 0 70px;
  }
  .info_wrap{
    display: flex;
    justify-content: space-between;
  }
  .info_wrap .info_wrap_inner{
    display: flex;
    width: 47.6%;
    flex-direction: row;
    justify-content: space-between;
  }  
  .info_wrap:nth-child(2) .info_wrap_inner{
    margin: 80px auto 0;
  }
  .info_wrap .info_wrap_inner .info_img{
    width: 49.15%;
  }
  .info_wrap .info_wrap_inner .info_data{
    width: 49.78%;
    font-size: 14px;
    letter-spacing: 0.12em;
  }
  .info_wrap .info_wrap_inner .info_data .date{
    padding-bottom: 23px;
  }
  .info_wrap .info_wrap_inner .info_data .txt{
    padding-bottom: 20px;
    padding-left: 19px;
  }
  .info_wrap .info_wrap_inner .info_data ul li{
    padding-left: 19px;
    font-size: 12px;
  }
  .info_area .c_anchor_btns ul{
    justify-content: center;
  }
}
@media screen and (max-width:767px){
  .info_area{
    padding: 50px 0 70px;
  }
  .info_wrap .info_wrap_inner{
    /* font-size: 12px; */
  }  
  .info_wrap .info_wrap_inner .info_img{
    width: 56.46%;
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: center;
  }
  .info_wrap .info_wrap_inner .info_data .date{
    width: 56.46%;
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: center;
  }
  .info_wrap .info_wrap_inner .info_data ul{
    margin-top: 15px;
  }
}

/* --------------------------------------------------

function

-------------------------------------------------- */
.border{
  position: relative;
}
@media print, screen and (min-width:768px){
  .section_wrap{
    margin-top: calc(60px + 56px);
  }
  .sec_ttl_img{
    position: absolute;
    width: 623.85px;
    top: -56px;     
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
}
@media screen and (max-width:767px) {
  .sec_ttl_img {
    position: absolute;
    width: 86.6666vw;
    max-width: 325px;
    min-width: 169px;
    top: -7.73vw;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    z-index: 3;
  }
}

/* --------------------------------------------------

function

-------------------------------------------------- */
.border{
  background: #fff;
}
.function_item_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.function_item_list .function_item{
  display: flex;
}
.function_item_list .function_item .data .item_txt{
  display: block;
  text-align: center;
}
@media print, screen and (min-width:768px){
  .border {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 102px 25px 60px;
    border-radius: 20px;
  }
  .function_item_list .function_item_bd{
    width: 100%;
    border-top: dashed 1px #707070;
    padding: 45px 0 40px;
  }
  .function_item_list .function_item_bd.no_bd{
    border: none;
  }
  .function_item_list .function_item_bd:nth-child(1){
    padding-top: 0;
    border-top: none;
  }
  .function_item_list .function_item{
    flex-direction: row;
    justify-content: space-between;
    width: 61%;
    margin: 0 auto;
  }
  /* .function_item_list .function_item .item_img_wrap{
    width: 35.294%;
    max-width: 318px;
  } */
  .function_item_list .function_item .item_img_wrap{
    width: 170px;
    height: 340px;
  }
  .function_item_list .function_item [class^="item_img_wrap"]{
    width: 170px;
    height: 340px;
  }
  .function_item_list .function_item .data{
    margin-top: 26.6px;
  }
  .function_item_list .function_item .data .item_txt{
    text-align: left;
  }
  .function_item_list .function_item .data_wrap{
    flex-direction: column;
    width: 61%;
  }
  .function_item_list .function_item .data_wrap_block{
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (max-width:767px){
  .border{
    position: relative;
    margin: 0 auto;
    margin-top: calc(50px +  7.73vw);
    padding: 60px 25px 50px;
    border-radius: 10px;
  }
  .function_item_list .function_item_bd{
    border-top: dashed 2px #707070;
    padding: 40px 0;
    width: 100%;
  }
  .function_item_list .function_item_bd:nth-child(1){
    padding-top: 0;
    border-top: none;
  }
  .function_item_list .function_item{
    flex-direction: column;
    width: 100%;
  }
  .function_item_list .function_item:first-child{
    margin-top: 0;
  }
  .function_item_list .function_item .heading_block{
    text-align: center;
    padding-bottom: 20px;
  }
  .function_item_list .function_item [class^="item_img_wrap"]{
    width: 41.538%;
    max-width: 270px;
    margin: 0 auto;
  }
  .function_item_list .function_item [class^="item_img_wrap"]::before{
    content: "";
    display: block;
    padding-top: 201.85%; 
  }
  .function_item_list .function_item .data_wrap{
    flex-direction: column;
    align-items: center;
  }
  .function_item_list .function_item .data_wrap_block{
    width: 100%;
    padding-bottom: 14px;
  }
  .function_item_list .function_item .data {
    margin-top: 20px;
  }
  .function_item_list .function_item .data .item_txt{
    text-align: left;
  }
  .function_item_list .function_item .area_btn{
    margin-top: 20px;
  }
}

/* --------------------------------------------------

howto

-------------------------------------------------- */
.howto_wrap .list_note{
  color: #000;
}
@media print, screen and (min-width:768px){
  .howto_wrap{
    display: flex;
    width: 720px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .howto_wrap .howto_img{
    width: 39.044%;
  }
  .howto_wrap .howto_data{
    width: 57.083%;
  }
  .howto_wrap .data_item +.data_item{
    margin-top: 40px;
  }
  .howto_wrap .howto_data .data_img{
    padding-bottom: 20px;
  }
  .howto_wrap .list_note{
    margin-top: 18px;
  }
}
@media screen and (max-width:767px) {
  .howto_wrap .howto_img{
    width: 62.58%;
    margin: 0 auto;
    text-align: center;
  }
  .howto_wrap .howto_img::before {
    content: "";
    display: block;
    padding-top: 201.85%;
}
  .howto_wrap .howto_data{
    margin-top: 31.25px;
  }
  .howto_wrap .data_item +.data_item{
    margin-top: 40px;
  }
  .howto_wrap .howto_data .data_img img{
    padding-bottom: 20px;
  }
  .howto_wrap .howto_data .data_item:nth-child(1) .data_img img{
    width: 52.58%;
  }
  .howto_wrap .howto_data .data_item:nth-child(2) .data_img img{
    width: 54.13%;
  }
  .howto_wrap .howto_data .data_item:nth-child(3) .data_img img{
    width: 32.75%;
  }
  .howto_wrap .list_note{
    margin-top: 20px;
    font-size: 10px;
  }
}

/* --------------------------------------------------

rank

-------------------------------------------------- */
.rank_area{
  width: 100%;
}
.rank_area .date{
  text-align: center;
}
.rank_area .rank_ttl_img{
  margin: 0 auto;
  text-align: center;
}
.rank_area .rank_ttl{
  text-align: center;
  letter-spacing: 0.16em;
  font-weight: bold;
  color: #541800;
}
.rank_ttl{
  position: relative;
}
.rank_ttl_bd{
  width: 100%;
}
.rank_ttl_bd.arw{
  position: relative;
}
.rank_border{
  position: relative;
}
.rank_border .list_note{
  color: #222;
}
.rank_wrap{
  display: flex;
  color: #541800;
}
.rank_area span{
  color: #541800;
  letter-spacing: 0.16em;
}
.rank_area .list_note{
  color: #333;
  margin: 0 auto;
}
@media print, screen and (min-width:768px){
  .rank_ttl_bd{
    margin: 26px auto 23px;
    padding-bottom: 6px;
    width: 600px;
    border-bottom: solid 2px #541800;
  }
  .rank_ttl_img{
  }
  .rank_area .rank_ttl{
    font-size: 18px;
    margin-bottom: 24px;
  }
  .rank_border_ttl{
    position: absolute;
    width: 204px;
    top: -15px;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    }
  .rank_border {
    width: 600px;
    margin: 49px auto 54px;
    padding: 35px 20px 31px;
    border: 2px solid #541800;
    border-radius: 20px;
  }
  .rank_ttl_bd.arw::after{
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: auto;
    padding-bottom: 19px;
    background-image: url(/app/images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 21px;
    right: 0;
  }
  .rank_wrap{
    flex-direction: row;
    width: 605px;
    margin: 40px auto 0;
    justify-content: space-between;
  }
  .rank_area .list_note{
    width: 600px;
  }
}
@media screen and (max-width:767px) {
  .rank_ttl_bd{
    margin: 10.5px auto 20px;
    padding-bottom: 6px;
    width: 100%;
    border-bottom: solid 1px #541800;
  }
  .rank_area .rank_ttl{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .rank_border {
    width: 100%;
    margin: 32.7px auto 20px;
    padding: 45px 20px 40.5px;
    border: 1px solid #541800;
    border-radius: 10px;
    font-size: 12px;
  }
  .rank_border_ttl{
    position: absolute;
    width: 204px;
    top: -15px;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    }
  .rank_ttl_bd.arw::after{
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: auto;
    padding-bottom: 19px;
    background-image: url(/app/images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 21px;
    right: 0;
  }
  .rank_area .aC{
    margin: 0 auto;
  }
  .rank_border .list_note{
    margin-top: 8px;
    font-size: 10px;
  }
  .rank_wrap{
    width: 67.58%;
    flex-direction: column;
    margin: 30px auto 0;
    justify-content: space-between;
  }
  .rank_area .list_note li{
    font-size: 10px;
  }
}

/*.page_top_area */
.page_top_area{
  color: #fff;
}
.page_top_area .copy{
  line-height: 1;
}
@media print, screen and (min-width:768px){
  .page_top_area{
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width:767px) {
  .page_top_area{
    padding-top: 22.5px;
    padding-bottom: 50px;
  }
}


@media print, screen and (min-width:768px){
  .bg_area{
    padding-bottom: 40px;
    background-image: url(/app/images/bg_l.png),url(/app/images/bg_r.png);
    background-repeat: repeat-y;
    background-position: left 4.01% top, right 4.01% top 100px;
    background-size: 242px;
  }
  .info_bg{
    margin-top: 60px;
    padding: 53px 0;
    background-image: url(/app/images/bg_dot.png), url(/app/images/bg_dot.png);
    background-repeat: repeat-x;
    background-position: top, bottom;
    background-color: #fff;
  }
}
@media screen and (max-width:767px) {
  .bg_area{
    padding-bottom: 50px;
    background-image: url(/app/images/bg_l_sp.png),url(/app/images/bg_r_sp.png);
    background-repeat: repeat-y;
    background-position: left 0 top, right 0 top 100px;
    background-size: 22.9%, 8.4%;
  }
  .info_bg{
    margin-top: 50px;
    padding: 25px 0;
    background-image: url(/app/images/bg_dot.png), url(/app/images/bg_dot.png);
    background-repeat: repeat-x;
    background-position: top, bottom;
    background-size: 2.8%;
    background-color: #fff;
  }
}

/* rg_area
-------------------------------------------------- */
.rg_area{}
.rg_area .acc_area{
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 10px;
}
.rg_area .acc_area .acc_btn{
  display: block;
  color: #551900;
  font-weight: bold;
}
.rg_area .acc_area .acc_btn.no_icon::after{
  content: none;
}
.rg_area .acc_area .acc_content{
  border-top: 1px solid #ccc;
}
.rank_area .acc_area .acc_btn::after {
  content: none;
}
.rg_area .acc_area .acc_content{
  border-top: 1px solid #ccc;
}

@media print, screen and (min-width:768px){
  .rg_area{
    margin-top: 60px;
  }
  .rg_area .acc_area{
    margin-top: 40px;
  }
  .rg_area .acc_area .acc_btn{
    padding: 15px;
    font-size: 16px;
  }
  .rg_area .acc_area .acc_btn::after{
    right: 20px;
  }
  .rg_area .acc_area .acc_content{
    padding: 25px 30px;
  }
}
@media screen and (max-width:767px){
  .rg_area{
    margin-top: 40px;
  }
  .rg_area .acc_area{
    margin-top: 30px;
  }
  .rg_area .acc_area .acc_btn{
    padding: 1em 25px;
  }
  .rg_area .acc_area .acc_btn::after{
    right: 15px;
  }
  .rg_area .acc_area .acc_content{
    padding: 20px 15px 0;
  }
}

/* --------------------------------------------------

app_contact

-------------------------------------------------- */
.app_contact_wrap {
  padding: 60px 25px ;
}
.app_contact {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}
.app_contact.top {
  padding: 20px 20px 0 20px;
  border-radius: 20px 20px 0 0;
  border-bottom: solid 1px #E94816;
}
.app_contact.bottom {
  padding: 0 20px 20px 20px;
  border-radius:  0 0 20px 20px;
  border-bottom: solid 1px #E94816;
}
.app_contact .ttl {
  padding: 0 0 8px;
  font-size: 20px;
  font-weight: bold;
  color: #e94709;
}
.app_contact .txt {
  padding-top: 20px;
  font-size: 16px;
  color: #231815;
}
.app_contact .txt span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.app_contact span.tel {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .app_contact_wrap {
    padding: 50px 25px 0 ;
  }
  .app_contact {
    background-color: #fff;
  }
  .app_contact.top{
    padding: 20px 20px 0 20px;
    border-radius: 10px 10px 0 0;
    border-top: solid 1px #E94816;
  }
  .app_contact.bottom{
    padding: 0 20px 20px 20px;
    border-radius: 0 0 10px 10px;
  }
  .app_contact .ttl {
    padding: 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: #e94709;
  }
  .app_contact .txt {
    font-size: 12px;
    color: #231815;
  }
  .app_contact .txt span {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
  }
  .app_contact span.tel {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: normal;
  }
}



/* --------------------------------------------------

animation

-------------------------------------------------- */
.js_effect01, .js_effect02, .js_effect03, .js_effect04{
  opacity: 0;
}
.fade_in_01{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}
.fade_in_02{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  animation-delay: 0.4s;
}
.fade_in_03{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  animation-delay: 0.8s;
}
.fade_in_04{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  animation-delay: 1.2s;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

@media screen and (max-width:767px) {
  .heading_img{
  animation-delay: 0s;
  }
  [class^="item_img_wrap"]{
    animation-delay: 0.4s;
  }
  .item_txt{
    animation-delay: 0.8s;
  }
}

/* item_img
-------------------------------------------------- */
[class^="item_img_wrap"]{
  position: relative;
}
.item_img.img1{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  background-size: cover;
  background-position: center center;
}
.item_img.img2{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation2 8s infinite;
}
.item_img.img3{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation3 12s infinite;
}
.item_img.img4{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation4 16s infinite;
}
.item_img.img5{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation5 20s infinite;
}

.item_img.src0 {
  opacity: 1;
  animation: none;
  background-image: url(/app/images/app_img_00.png);
}

.item_img_wrap01 .src1 {
  background-image: url(/app/images/app_img_01_01.png);
}
.item_img_wrap01 .src2 {
  background-image: url(/app/images/app_img_01_03.png);
}
.item_img_wrap01 .src3 {
  background-image: url(/app/images/app_img_01_04.png);
}

.item_img_wrap02 .src1 {
  background-image: url(/app/images/app_img_02_01.png);
}
.item_img_wrap02 .src2 {
  background-image: url(/app/images/app_img_02_03.png);
}

.item_img_wrap03 .src1 {
  background-image: url(/app/images/app_img_03_01.png);
}
.item_img_wrap03 .src2 {
  background-image: url(/app/images/howto_app_img_02.png);
}
.item_img_wrap03 .src3 {
  background-image: url(/app/images/app_img_03_03.png);
}
.item_img_wrap03 .src4 {
  background-image: url(/app/images/app_img_03_04.png);
}
.item_img_wrap03 .src5 {
  background-image: url(/app/images/app_img_03_05.png);
}

.item_img_wrap04 .src1 {
  background-image: url(/app/images/app_img_04_01.png);
}
.item_img_wrap04 .src2 {
  background-image: url(/app/images/app_img_04_02.png);
}
.item_img_wrap04 .src3 {
  background-image: url(/app/images/app_img_04_03.png);
}
.item_img_wrap04 .src4 {
  background-image: url(/app/images/app_img_04_04.png);
}
.item_img_wrap04 .src5 {
  background-image: url(/app/images/app_img_04_05.png);
}

.item_img_wrap05 .src1 {
  background-image: url(/app/images/app_img_05_01.png);
}
.item_img_wrap05 .src2 {
  background-image: url(/app/images/app_img_05_02.png);
}
.item_img_wrap05 .src3 {
  background-image: url(/app/images/app_img_05_03.png);
}
.item_img_wrap05 .src4 {
  background-image: url(/app/images/app_img_05_04.png);
}

.item_img.img2:nth-of-type(1) {
  animation-delay: 0s;
}
.item_img.img2:nth-of-type(2) {
  animation-delay: 4s;
}

.item_img.img3:nth-of-type(1) {
  animation-delay: 0s;
}
.item_img.img3:nth-of-type(2) {
  animation-delay: 4s;
}
.item_img.img3:nth-of-type(3) {
  animation-delay: 8s;
}

.item_img.img4:nth-of-type(1) {
  animation-delay: 0s;
}
.item_img.img4:nth-of-type(2) {
  animation-delay: 4s;
}
.item_img.img4:nth-of-type(3) {
  animation-delay: 8s;
}
.item_img.img4:nth-of-type(4) {
  animation-delay: 12s;
}

.item_img.img5:nth-of-type(1) {
  animation-delay: 0s;
}
.item_img.img5:nth-of-type(2) {
  animation-delay: 4s;
}
.item_img.img5:nth-of-type(3) {
  animation-delay: 8s;
}
.item_img.img5:nth-of-type(4) {
  animation-delay: 12s;
}
.item_img.img5:nth-of-type(5) {
  animation-delay: 16s;
}

@keyframes image-switch-animation2 {
  0%{ opacity: 0;}
  15%{ opacity: 1;}
  49.5%{ opacity: 1;}
  64.5%{ opacity: 0;}
  100%{ opacity: 0;}
}

@keyframes image-switch-animation3 {
  0%{ opacity: 0;}
  10%{ opacity: 1;}
  33%{ opacity: 1;}
  43%{ opacity: 0;}
  100%{ opacity: 0;}
}

@keyframes image-switch-animation4 {
  0%{ opacity: 0;}
  7.5%{ opacity: 1;}
  24.97%{ opacity: 1;}
  32.25%{ opacity: 0;}
  100%{ opacity: 0;}
}

@keyframes image-switch-animation5 {
  0%{ opacity: 0;}
  6%{ opacity: 1;}
  19.8%{ opacity: 1;}
  25.8%{ opacity: 0;}
  100%{ opacity: 0;}
}


.howto_img{
  position: relative;
}

.howto_img .item_img.src0 {
  opacity: 1;
  animation: none;
  background-image: url(/app/images/howto_img_00.png);
}

.howto_img .src1 {
  background-image: url(/app/images/howto_app_img_01.png);
}
.howto_img .src2 {
  background-image: url(/app/images/howto_app_img_02.png);
}
.howto_img .src3 {
  background-image: url(/app/images/howto_app_img_03.png);
}
.howto_img .src4 {
  background-image: url(/app/images/howto_app_img_04.png);
}
.howto_img .src5 {
  background-image: url(/app/images/howto_app_img_05.png);
}