@charset "UTF-8";

/*----------------------------
followbnr
----------------------------
.followbnr{
  position: fixed;
  width: 100%;
  bottom: 40px;
  z-index: 10;
  display: none;
}
.followbnr_innr{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
.followbnr_list{
  position: relative;
  padding: 12px 20px;
  width: fit-content;
  display: flex;
  align-items: center;
  border-radius: 100vh;
  box-sizing: border-box;
  border: 3px solid #e1261c;
  background-color: #ffeddd;
}
.followbnr_main{
  position: relative;
  margin-right: 12px;
  width: 90px;
}
.followbnr_main a{
  opacity: 1;
}
.followbnr_logo_img{
  width: 90px;
  transition: .4s;
}
.followbnr_logo_img:hover{
  transform: scale(1.1,1.1);
}
.followbnr_link{
  display: table;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #e1261c;
  border-bottom: 2px solid #e1261c;
  opacity: 1;
  transition: .4s;
}
@media screen and (max-width:1024px){
  .followbnr{
    width: 100%;
    bottom: 3.5vw;
    display: none!important;
  }
  .followbnr_innr{
    position: relative;
    margin: 0;
    margin-left: 3.5vw;
    width: 70vw;
  }
  .followbnr_list{
    padding: 12px 20px;
    flex-wrap: wrap;
    border-radius: 10px;
  }
  .followbnr_main{
    margin-right: 2vw;
    width: 15vw;
  }
}*/

/*----------------------------
movie_modal
----------------------------*/
#movie_modal {
  position:fixed;
  margin:0;padding:0;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1000;
  display:none;
}
#movie_modal .modal_body{
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  display:none;
}
#movie_modal .modal_bg{
  margin:0;padding:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.9);
}
#movie_modal .modal_window{
  position: absolute;
  margin:0;padding:0;
  width:70vw;
  min-width:720px;
  max-width:1200px;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  text-align:center;
}
#movie_modal .youtube_tag{
  position:relative;
  margin:0;padding:0;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}
#movie_modal .ytthumb{
  width: 100%;
}
#movie_modal .modal_window iframe, #top-movie-modal .modal_window iframe, #movie-invention .modal_window iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
#movie_modal .modal_close{
  position:absolute;
  width:68px;
  height:68px;
  top:-90px;
  right:0;
  z-index:2;
  cursor:pointer;
}
@media screen and (max-width:896px){
  #movie_modal .modal_bg{
    background-color:rgba(0,0,0,0.9);
  }
  #movie_modal .modal_window{
    position: absolute;
    width: 90vw;
    min-width:initial;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
  }
  #movie_modal .youtube_tag{
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    background: #000;
  }
  #movie_modal .modal_close{
    width: 8vw;
    height: 8vw;
    top: -12vw;
  }
}

/*insta_tag*/
@media screen and (max-width:768px){
  .ownlyUgcWidget_block .ownlyUgcsetPost, .ownlyUgcWidget_block .ownlyUgcSlide{
    width: calc( 50% - 11px)!important;
  }
}
.ownlyUgcWidget_block .ownlyUgcsetPostPhoto{
  overflow: hidden;
}
.ownlyUgcWidget_block .ownlyUgcsetPostPhotoImg, .ownlyUgcWidget_block .ownlyUgcsetPostVideo video{
  height: auto!important;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.ownlyUgcWidget_block div.ownlyUgcPagination a.ugcPaging{
  position: relative;
  display: table!important;
  padding: 0 73px!important;
  width: auto!important;
  height: 50px;
  font-size: 2.8rem;
  line-height: 44px;
  font-weight: 500;
  text-align: center;
  color: #e1261c!important;
  border-radius: 100vh;
  box-sizing: border-box;
  border: 3px solid #e1261c!important;
  background-color: transparent!important;
  opacity: 1;
  transition: .3s;
}
.ownlyUgcWidget_block div.ownlyUgcPagination a.ugcPaging:hover{
  color: #fff!important;
  background-color: #e1261c!important;
}
@media screen and (max-width:1024px){
  .ownlyUgcWidget_block div.ownlyUgcPagination a.ugcPaging{
    padding: 0 9.7vw!important;
    height: 8vw;
    font-size: 1.5rem;
    line-height: 7vw;
    border: 2px solid #e1261c!important;
  }
}

/*link_adddetail*/
.link_adddetail{
  position: relative;
  margin-top: 55px;
  text-align: center;
}
.link_detail_txt{
  padding-bottom: 20px;
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
}
.link_detail_txt span{
  font-size: 3.5rem;
  font-weight: 500;
}
.link_buzzfeed{
  position: relative;
  display: inline-block;
  padding-left: 40px;
  padding-right: 100px;
  height: 50px;
  font-size: 2.8rem;
  line-height: 44px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 100vh;
  box-sizing: border-box;
  border: 3px solid #fff;
  opacity: 1;
  transition: .3s;
}
.link_buzzfeed::before{
  content: '';
  position: absolute;
  width: 31px;
  height: 30px;
  top: 50%;
  right: 37px;
  transform: translate(0,-50%);
  background-image: url("../imgs/icon_link_hand.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link_buzzfeed:hover{
  opacity: 1;
  color: #e1261c;
  background-color: #fff;
}
.link_buzzfeed:hover::before{
  background-image: url("../imgs/icon_link_hand_ov.png");
}
.link_uploadvideo{
  position: relative;
  display: inline-block;
  padding: 0 73px;
  height: 50px;
  font-size: 2.8rem;
  line-height: 44px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 100vh;
  box-sizing: border-box;
  border: 3px solid #fff;
  opacity: 1;
  transition: .3s;
}
.link_uploadvideo:hover{
  opacity: 1;
  color: #e1261c;
  background-color: #fff;
}
@media screen and (max-width:1024px){
  .link_adddetail{
    margin-top: 7.33vw;
  }
  .link_detail_txt{
    padding-bottom: 3vw;
    font-size: 1.5rem;
  }
  .link_detail_txt span{
    font-size: 1.75rem;
  }
  .link_buzzfeed{
    padding-left: 6vw;
    padding-right: 13vw;
    height: 8vw;
    font-size: 1.5rem;
    line-height: 7vw;
    border: 2px solid #fff;
  }
  .link_buzzfeed::before{
    width: 4vw;
    height: 4vw;
    right: 5vw;
  }
  .link_uploadvideo{
    padding: 0 9.7vw;
    height: 8vw;
    font-size: 1.5rem;
    line-height: 7vw;
    border: 2px solid #fff;
  }
}
/*insta_churu*/
.insta_churu{
  position: relative;
  width: 100%;
  height: auto;
}
.insta_churu_innr{
  position: relative;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 50px;
  width: 100%;
  max-width: 1080px;
}
.insta_churu_ttl{
  margin-bottom: 20px;
  font-size: 5.5rem;
  text-align: center;
  font-weight: 500;
  color: #000;
}
.insta_churu_txt{
  margin-bottom: 40px;
  font-size: 3rem;
  text-align: center;
  color: #000;
}
.insta_churu_main{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  /*min-height: 400px;*/
}
@media screen and (max-width:1024px){
  .insta_churu_innr{
    padding-top: 15vw;
    padding-bottom: 5vw;
    width: 90vw;
  }
  .insta_churu_ttl{
    margin-bottom: 2.66vw;
    font-size: 2.5rem;
  }
  .insta_churu_txt{
    margin-bottom: 5.33vw;
    font-size: 1.6rem;
  }
  .insta_churu_main{}
}

/*campaign_contact*/
.campaign_contact{
  position: relative;
  margin: 0 auto;
  margin-bottom: 200px;
  width: 100%;
}
.campaign_contact_ttl{
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.campaign_contact_mail{
  display: table;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 2.3rem;
  font-weight: 500;
  color: #e1261c;
  text-align: center;
  text-underline-offset: 5px;
  text-decoration: underline!important;
}
.campaign_contact_note{
  position: relative;
  padding: 20px;
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid #323232;
}
.campaign_contact_note_ttl{
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
}
.campaign_contact_note_txt{
  font-size: 1.8rem;
  padding-left:1em;
	text-indent:-1em;
}
.campaign_contact_note_txt + .campaign_contact_note_txt{
  margin-top: 5px;
}
.campaign_contact_note_txt2{
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e1261c;
  text-align: center;
}
@media screen and (max-width:1080px){
  .campaign_contact{
    width: 90%;
  }
}
@media screen and (max-width:1024px){
  .campaign_contact{
    margin-bottom: 13.33vw;
    width: 90vw;
  }
  .campaign_contact_ttl{
    margin-bottom: 4vw;
    font-size: 1.5rem;
  }
  .campaign_contact_mail{
    margin-bottom: 7vw;
    font-size: 1.5rem;
    text-underline-offset: 0.9vw;
  }
  .campaign_contact_note{
    padding: 3.33vw;
  }
  .campaign_contact_note_ttl{
    margin-bottom: 2.4vw;
    font-size: 1.2rem;
  }
  .campaign_contact_note_txt{
    font-size: 1.2rem;
  }
  .campaign_contact_note_txt + .campaign_contact_note_txt{
    margin-top: 1.33vw;
  }
  .campaign_contact_note_txt2{
    margin-top: 3.33vw;
    font-size: 1.2rem;
  }
}

/*footprints_fadein*/
.footprints_fadein,.footprints_fadein2{
  position: absolute;
  top: 0;
  left: 0;
  opacity : 0;
  transition : all 1s;
}
.footprints_fadein.active,.footprints_fadein2.active{
  opacity : 1;
}

/*anime_furafura*/
.js_furafura{
  opacity:1;
}
.anime_furafura{
  opacity:1;
  -webkit-animation: furafura 1.5s ease infinite alternate;
  -ms-animation: furafura 1.5s ease infinite alternate;
  animation: furafura 1.5s ease infinite alternate;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes furafura {
0% { -webkit-transform: rotate(-1deg) translateX(-20px);}
100% { -webkit-transform: rotate(1deg) translateX(20px);}
}
@keyframes furafura {
0% { -webkit-transform: rotate(-1deg) translateX(-20px); -ms-transform: rotate(-1deg) translateX(-20px); transform: rotate(-1deg) translateX(-20px);}
100% { -webkit-transform: rotate(1deg) translateX(20px); -ms-transform: rotate(1deg) translateX(20px); transform: rotate(1deg) translateX(20px);}
}

/*youtube_tag*/
.youtube_tag {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}
.youtube_tag iframe,
.youtube_tag2 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube_tag2{
  position: relative;
  margin: 0 auto;
  width: 315px;
  height: 560px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width:1024px){
  .youtube_tag2{
    width: 50vw;
    height: 88.89vw;
  }
}

/*mainkv*/
.mainkv{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mainkv_innr{
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
  width: 100%;
  max-width: 1080px;
  height: 720px;
  z-index: 1;
}
/*mainkv_cat*/
.mainkv_cat{
  position: absolute;
  width: 915px;
  height: auto;
  top: 160px;
  left: -265px;
  pointer-events: none;
}
.mainkv_catslide{
  position: relative;
  width: 915px;
  display: none;
}
.mainkv_catslide.slick-initialized{
  display: block;
}
.mainkv_cat_img{
  position:absolute;
  width: 915px;
  left:0;
  top:0;
}
.mainkv_cat_img img{
  width: 100%;
  height: auto;
}
.fukidashi_txt{
  position: relative;
  margin-left: auto;
  padding-top: 47px;
  width: 626px;
  z-index: 1;
}
.fukidashi_txt_sp{
  display: none;
}
.mainkv_copy{
  display: table;
  position: relative;
  margin-left: auto;
  padding-top: 37px;
  text-align: center;
  z-index: 1;
}
.mainkv_copy1{
  display: block;
  margin: 0 auto;
  margin-bottom: 33px;
  width: 444px;
}
.mainkv_copy2{
  display: block;
  margin: 0 auto;
  margin-bottom: 33px;
  width: 444px;
}
.mainkv_copy3{
  display: block;
  margin: 0 auto;
  width: 444px;
}
.mainkv_lead{
  position: relative;
  padding-top: 150px;/*220px;*/
  width: 100%;
  background-color: #e1261c;
}
.mainlead_copy{
  margin: 0 auto;
  padding-bottom: 75px;
  width: 100%;
  font-size: 5.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.mainlead_churu_logo{
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 228px;
}
.mainlead_txt{
  margin: 0 auto;
  padding-bottom: 90px;
  width: 100%;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.mov_thumb1{
  position: relative;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 768px;
  border-radius: 10px;
  overflow: hidden;
}
.mainlead_txt2{
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.mainlead_txt3{
  margin: 0 auto;
  margin-bottom: 50px;
  width: 768px;
  height: 50px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  color: #e1261c;
  background-color: #fff;
}
.mainlead_txt4{
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
.mainlead_txt4 + .mainlead_txt4{
  margin-top: 25px;
}
.mainlead_attention{
  position: relative;
  margin: 0 auto;
  margin-top: 55px;
  padding: 50px 30px;
  width: 650px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
/*nationalcatday_main*/
.nationalcatday_main{
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nationalcatday_detail{
  position: relative;
  margin-right: 40px;
  text-align: center;
  color: #fff;
}
.nationalcatday_detail_ttl{
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: 700;
}
.nationalcatday_detail_ttl .ttl_small{
  display: block;
  font-size: 3rem;
  font-weight: 500;
}
.nationalcatday_detail_txt{
  padding-bottom: 70px;
  font-size: 2.5rem;
  font-weight: 500;
}
.nationalcatday_main_img{
  position: relative;
}
.nationalcatday_img{
  position: relative;
  margin: 0 auto;
  width: 400px;
}
.nationalcatday_img::after{
  content: '';
  position: absolute;
  width: 74px;
  height: 69px;
  top: -15px;
  right: -6px;
  background-image: url("../imgs/nationalcatday_img_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
.nationalcatday_note{
  margin-top: 25px;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width:1024px){
  .mainkv_innr{
    padding-top: 21vw;
    width: 100%;
    height: 198vw;
  }
  .mainkv_cat{
    width: 185vw;
    height: auto;
    top: 89vw;
    left: 50%;
    margin-left: -103vw;
  }
  .mainkv_catslide{
    width: 100%;
    height: auto;
  }
  .mainkv_cat_img{
    width: 100%;
  }
  .fukidashi_txt{
    display: none;
  }
  .fukidashi_txt_sp{
    display: block;
    margin: 0 auto;
    padding-top: 6vw;
    width: 80vw;
    z-index: 1;
  }
  .mainkv_copy{
    margin:0 auto;
    padding-top: 6vw;
  }
  .mainkv_copy1{
    margin-bottom: 3vw;
    width: 65vw;
  }
  .mainkv_copy2{
    margin-bottom: 3vw;
    width: 65vw;
  }
  .mainkv_copy3{
    width: 65vw;
  }
  .mainlead_churu_logo{
    margin-bottom: 4vw;
    width: 27.33vw;
  }
  .mainkv_lead{
    padding-top: 38vw;/*42vw;*/
  }
  .mainlead_copy{
    padding-bottom: 8vw;
    font-size: 2.5rem;
  }
  .mainlead_txt{
    padding-bottom: 8vw;
    font-size: 1.5rem;
  }
  .mov_thumb1{
    margin-bottom: 6vw;
    width: 90vw;
    border-radius: 10px;
  }
  .mainlead_txt2{
    font-size: 1.5rem;
  }
  .mainlead_txt3{
    margin-bottom: 7vw;
    width: 90vw;
    height: 6vw;
    font-size: 1.2rem;
    line-height: 6vw;
  }
  .mainlead_txt4{
    font-size: 1.2rem;
  }
  .mainlead_txt4 + .mainlead_txt4{
    margin-top: 4vw;
  }
  .mainlead_attention{
    margin-top: 7vw;
    padding: 4vw 2.6vw;
    width: 76vw;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .nationalcatday_main{
    margin-top: 14vw;
    width: 90vw;
    flex-flow: wrap-reverse;
  }
  .nationalcatday_detail{
    margin-right: 0;
    margin-top: 7.33vw;
    width: 100%;
  }
  .nationalcatday_detail_ttl{
    margin-bottom: 6vw;
    font-size: 2.5rem;
  }
  .nationalcatday_detail_ttl .ttl_small{
    font-size: 1.5rem;
  }
  .nationalcatday_detail_txt{
    padding-bottom: 0;
    font-size: 1.5rem;
  }
  .nationalcatday_main_img{
    width: 100%;
  }
  .nationalcatday_img{
    width: 67vw;
  }
  .nationalcatday_img::after{
    width: 12vw;
    height: 11.2vw;
    top: -2.5vw;
    right: -2.5vw;
  }
  .nationalcatday_note{
    margin-top: 4vw;
    font-size: 1.2rem;
  }
}

/*churuvideo_sec*/
.churuvideo_sec{
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px;
  width: 100%;
  max-width: 1050px;
  line-height: 1.4;
}
.churuvideo_sec_ttl{
  position: relative;
  text-align: center;
  color: #fff;
}
.churuvideo_mainttl{
  margin-bottom: 20px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
}
.churuvideo_subttl{
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 500;
}
.churuvideo_list{
  position: relative;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.churuvideo_thumb {
  position: relative;
  width: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.nasdaq_mov_ttl{
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
}
.nasdaq_mov_thumb{
  position: relative;
  margin: 0 auto;
  margin-bottom: 65px;
  width: 464px;
}
.nasdaq_mov_note2 {
  margin-top: 35px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  /*padding-left: 1em;
  text-indent: -1em;*/
}
.nasdaq_mov_copy{
  margin-bottom: 30px;
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:1024px){
  .churuvideo_sec{
    margin-bottom: 12vw;
    width: 90vw;
  }
  .churuvideo_mainttl{
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .churuvideo_subttl{
    margin-bottom: 6vw;
    font-size: 1.2rem;
  }
  .churuvideo_list{
    margin-bottom: 8.5vw;
    display: block;
  }
  .churuvideo_thumb {
    margin: 0 auto;
    width: 80vw;
  }
  .churuvideo_thumb + .churuvideo_thumb{
    margin-top: 6vw;
  }
  .nasdaq_mov_ttl{
    margin-bottom: 6.5vw;
    font-size: 1.2rem;
  }
  .nasdaq_mov_thumb{
    margin-bottom: 7vw;
    width: 75vw;
  }
  .nasdaq_mov_note2{
    margin-top: 7vw;
    font-size: 1rem;
  }
  .nasdaq_mov_copy{
    margin-bottom: 4vw;
    font-size: 1.6rem;
  }
}

/*nasdaq_sec*/
.nasdaq_sec{
  position: relative;
  margin: 0 auto;
  margin-bottom: 95px;
  width: 100%;
  max-width: 1050px;
}
.nasdaq_sec_ttl{
  display: table;
  position: relative;
  margin: 0 auto;
  margin-bottom: 55px;
  text-align: center;
  color: #fff;
}
.nasdaq_sec_ttl::before{
  content: '';
  position: absolute;
  width: 228px;
  height: 57px;
  top: -70px;
  left: -80px;
  background-image: url("../imgs/txt_meewow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.nasdaq_sec_txt1{
  font-size: 2.5rem;
}
.nasdaq_sec_txt2{
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 6rem;
  font-weight: 700;
}
.nasdaq_sec_txt3{
  font-size: 2rem;
}
.nasdaq_list{
  position: relative;
  display: flex;
  justify-content: center;
  align-items:stretch
}
.nasdaq_list_left{
  position: relative;
  width: 464px;
}
.nasdaq_mov_farme{
  position: relative;
  width: 464px;
  height: 592px;
  border-radius: 15px;
  outline: 10px solid #fff;
  overflow: hidden;
}
#nasdaq_mov{
  position: relative;
  width: 464px;
  height: 592px;
  cursor: pointer;
}
.nasdaq_mov_note{
  margin-top: 35px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  padding-left:1em;
	text-indent:-1em;
}
.nasdaq_list_right{
  position: absolute;
  top: 18px;
  right: -50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.nasdaq_list_img{
  position: relative;
  margin: 0 auto;
  width: 280px;
}
.nasdaq_list_img_note{
  display: table;
  margin-top: auto;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  padding-left:1em;
	text-indent:-1em;
}
.nasdaq_end_copy{
  position: relative;
  margin-top: 60px;
  text-align: center;
  color: #fff;
}
.nasdaq_end_txt1{
  font-size: 2rem;
}
.nasdaq_end_txt2{
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width:1024px){
  .nasdaq_sec{
    margin-bottom: 13vw;
    width: 90vw;
  }
  .nasdaq_sec_ttl{
    margin-bottom: 9vw;
  }
  .nasdaq_sec_ttl::before{
    width: 35vw;
    height: 9vw;
    top: -11vw;
    left: 0;
  }
  .nasdaq_sec_txt1{
    font-size: 1.2rem;
  }
  .nasdaq_sec_txt2{
    margin-top: 2vw;
    margin-bottom: 4vw;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .nasdaq_sec_txt3{
    font-size: 1.4rem;
  }
  .nasdaq_list{
    margin: 0 auto;
    display: block;
    width: 90vw;
  }
  .nasdaq_list_left{
    margin: 0 auto;
    margin-bottom: 7vw;
    width: 75vw;
  }
  .nasdaq_mov_farme{
    width: 75vw;
    height: 95.65vw;
    outline: 2vw solid #fff;
    border-radius: 3vw;
  }
  #nasdaq_mov{
    width: 75vw;
    height: 95.65vw;
  }
  .nasdaq_mov_note{
    margin-top: 7vw;
    font-size: 1.1rem;
  }
  .nasdaq_list_right{
    position: relative;
    top: 0;
    right: auto;
    height: auto;
  }
  .nasdaq_list_img{
    width: 70vw;
  }
  .nasdaq_list_img_note{
    margin: 0 auto;
    margin-top: 5vw;
    font-size: 1.1rem;
  }
  .nasdaq_end_copy{
    margin-top: 10vw;
  }
  .nasdaq_end_txt1{
    font-size: 1.4rem;
  }
  .nasdaq_end_txt2{
    font-size: 2rem;
  }
}

/*thankyou*/
.thankyou{
  position: relative;
  margin: 0 auto;
  margin-bottom: 260px;
  width: 100%;
  max-width: 1050px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 15px 15px 10px 0px rgba(0, 0, 0, 0.3);
}
.thankyou_innr{
  position: relative;
  padding-top: 70px;
  padding-bottom: 95px;
  padding-left: 40px;
  padding-right: 40px;
}
.thankyou_ttl{
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  border-bottom: 4px solid #ffeddd;
}
.thankyou_ttl img{
  margin: 0 auto;
  display: block;
  width: 560px;
}
.thankyou_txt{
  position: relative;
  font-size: 3rem;
  line-height: 60px;
  font-weight: 700;
  color: #e1261c;
  text-align: center;
  background-image: url("../imgs/thankyou_txt_line.png");
  background-position: top 0 center;
  background-size: auto;
}
.thankyou_txt + .thankyou_txt{
  margin-top: 35px;
}
.thankyou_paw1{
  position: absolute;
  width: 88px;
  bottom: 19px;
  left: 63px;
}
.thankyou_paw2{
  position: absolute;
  width: 221px;
  bottom: -8px;
  right: 47px;
}
@media screen and (max-width:1024px){
  .thankyou{
    margin-bottom: 33vw;
    width: 90vw;
  }
  .thankyou_innr{
    padding-top: 8vw;
    padding-bottom: 13vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .thankyou_ttl{
    margin-bottom: 4vw;
    padding-bottom: 1vw;
    border-bottom: 4px solid #ffeddd;
  }
  .thankyou_ttl img{
    width: 70vw;
  }
  .thankyou_txt{
    font-size: 1.8rem;
    line-height: 40px;
    background-image: url("../imgs/thankyou_txt_line_sp.png");
  }
  .thankyou_txt + .thankyou_txt{
    margin-top: 4vw;
  }
  .thankyou_paw1{
    width: 12vw;
    bottom: 3vw;
    left: 9vw;
  }
  .thankyou_paw2{
    width: 28vw;
    bottom: -1vw;
    right: 8vw;
  }
}
/*newvideo*/
.newvideo{
  position: relative;
  margin: 0 auto;
  margin-bottom: 180px;
  width: 100%;
  max-width: 1050px;
}
.newvideo_box1{
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.newvideo_thumb1{
  position: relative;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.icon_newvideo{
  position: absolute;
  width: 340px;
  top: -148px;
  left: 5px;
  pointer-events: none;
  -webkit-animation: rotate_anime 18s infinite linear;
  -ms-animation: rotate_anime 18s infinite linear;
  animation: rotate_anime 18s infinite linear;
}
@-webkit-keyframes rotate_anime {
0% { -webkit-transform: rotate(0);}
100% { -webkit-transform: rotate(-360deg);}
}
@keyframes rotate_anime {
0% { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0);}
100% { -webkit-transform: rotate(-360deg); -ms-transform: rotate(-360deg); transform: rotate(-360deg);}
}
.newvideo_name{
  position: absolute;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  text-align: right;
  top: -40px;
  right: 0;
}
.newvideo_name.txt_center{
  right: auto;
  left: 50%;
  transform: translate(-50%,0);
  text-align: center;
}
.newvideo_list{
  position: relative;
  margin-top: 100px;
  margin-bottom: 82px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.newvideo_box2{
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px;
  width: 500px;
}
.newvideo_box2:first-child{
  margin-right: 50px;
}
.newvideo_box2:last-child{
  margin-bottom: 0;
}
.newvideo_thumb2{
  position: relative;
  margin: 0 auto;
  width: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.newvideo_end_txt{
  position: relative;
  font-size: 2.5rem;
  color: #e1261c;
  font-weight: 700;
  line-height: 50px;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width:1024px){
  .newvideo{
    margin-bottom: 18vw;
    width: 90vw;
  }
  .newvideo_thumb1{
    margin-bottom: 25px;
  }
  .icon_newvideo{
    width: 33vw;
    top: -14.3vw;
    left: 1vw;
  }
  .newvideo_name{
    font-size: 1.2rem;
    top: -5vw;
  }
  .newvideo_list{
    margin-top: 16vw;
    margin-bottom: 13vw;
    width: 100%;
    display: block;
  }
  .newvideo_box2{
    margin-bottom: 13vw;
    width: 80vw;
  }
  .newvideo_box2:first-child{
    margin: 0 auto;
    margin-bottom: 13vw;
  }
  .newvideo_box2:last-child{
    margin-bottom: 0;
  }
  .newvideo_thumb2{
    width: 80vw;
  }
  .newvideo_end_txt{
    padding: 1.5vw 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
/*catvideolist*/
.catvideolist{
  position: relative;
  margin: 0 auto;
  margin-bottom: 150px;
  width: 100%;
  max-width: 1050px;
}
.catvideolist.sub_catvideolist{
  margin-bottom: 0;
}
.catvideolist_txt{
  position: relative;
  margin-bottom: 10px;
  font-size: 4.3rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.catvideolist_sub_txt{
  position: relative;
  margin-bottom: 30px;
  font-size: 3.5rem;
  line-height: 1.4;
  color: #fff;
  width: 100%;
  text-align: center;
}
.grada_left{
  position: absolute;
  width: 348px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../imgs/grada_left.png");
  background-repeat: repeat-y;
  background-position: left 0 center;
  pointer-events: none;
  z-index: 2;
}
.grada_right{
  position: absolute;
  width: 348px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url("../imgs/grada_right.png");
  background-repeat: repeat-y;
  background-position: right 0 center;
  pointer-events: none;
  z-index: 2;
}
.videoslide_box{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;  
}
.catvideolist.sub_catvideolist .videoslide_box{
  border-bottom: none;
}
.catvideolist.bttm_line .videoslide_box{
  border-bottom: 4px solid #fff;  
}
.videoslide_box.flag_slidegrada .grada_left,
.videoslide_box.flag_slidegrada .grada_right{
  display: none;
}
.videoslide_box_ttl{
  position: relative;
  margin-top: 35px;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
/*videoslide*/
.videoslide{
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 1050px;
  display: none;
}
.videoslide.slide_type2{
  padding-top: 40px;
  padding-bottom: 40px;
}
.videoslide.slick-initialized{
  display: block;
}
.slidemov_thumb{
  position: relative;
  margin: 0 auto;
  width: 320px;
  height: 212px;
}
.slidemov_thumb a{
  position: relative;
  margin: 0 auto;
  display: block;
  width: 320px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
}
.slidemov_thumb a:hover{
  opacity: 1;
}
.slidemov_thumb_img{
  position: relative;
  margin: 0 auto;
  width: 320px;
  height: 212px;
  border-radius: 10px;
  overflow: hidden;
}
.slidemov_thumb_img img{
  transition: all .4s ease;
}
.slidemov_thumb_img::before{
  content: '';
  position: absolute;
  width: 84px;
  height: 84px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url("../imgs/mov_arrw.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 84px 84px;
  transition: all .4s ease;
  z-index: 2;
  pointer-events: none;
}
.slidemov_thumb a:hover .slidemov_thumb_img img{
  transform: scale(1.1,1.1);
}
.slidemov_thumb_img img{
  vertical-align: top;
  height: 100%;
}
.slidemov_name{
  margin-top: 20px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:1024px){
  .catvideolist{
    margin-bottom: 18vw;
    width: 90vw;
  }
  .catvideolist_txt{
    margin-bottom: 3vw;
    font-size: 2rem;
  }
  .catvideolist_sub_txt{
    margin-bottom: 4vw;
    font-size: 1.6rem;
  }
  .grada_left{
    width: 20vw;
    background-size: 100% auto;
  }
  .grada_right{
    width: 20vw;
    background-size: 100% auto;
  }
  .videoslide_box{
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;  
  }
  .videoslide_box.flag_slidegrada .grada_left,
  .videoslide_box.flag_slidegrada .grada_right{
    display: block;
  }
  .videoslide_box_ttl{
    margin-top: 5vw;
    font-size: 1.8rem;
  }
  .videoslide{
    padding: 5vw 0;
    width: 90vw;
  }
  .videoslide.slide_type2{
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .slidemov_thumb{
    width: 50vw;
    height: auto;
  }
  .slidemov_thumb a{
    width: 50vw;
    height: auto;
    border-radius: 10px;
  }
  .slidemov_thumb a:hover .slidemov_thumb_img img{
    transform: scale(1,1);
  }
  .slidemov_thumb_img{
    width: 50vw;
    height: auto;
  }
  .slidemov_thumb_img::before{
    width: 9vw;
    height: 9vw;
    background-size: 9vw 9vw;
  }
  .slidemov_name{
    margin-top: 5vw;
    font-size: 1.4rem;
  }
}
/*mainkv_endcopy*/
.mainkv_endcopy{
  position: relative;
  margin: 0 auto;
  margin-top: 150px;
  width: 100%;
  max-width: 1050px;
  overflow: hidden;
}
.mainkv_endcopy_txt{
  position: relative;
  padding-bottom: 360px;
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.cathand_img{
  position: absolute;
  width: 273px;
  bottom: -71px;
  left: 50%;
  margin-left: -320px;
}
.inaba_stick{
  position: absolute;
  width: 458px;
  bottom: -71px;
  left: 50%;
  margin-left: -65px;
}
@media screen and (max-width:1024px){
  .mainkv_endcopy{
    margin-top: 17vw;
    width: 100%;
  }
  .mainkv_endcopy_txt{
    padding-bottom: 51vw;
    font-size: 2.5rem;
  }
  .cathand_img{
    width: 42vw;
    bottom: -9vw;
    left: 50%;
    margin-left: -50vw;
  }
  .inaba_stick{
    width: 68vw;
    bottom: -9vw;
    left: 50%;
    margin-left: -12vw;
  }
}

/*howtojoin*/
.howtojoin{
  position: relative;
  width: 100%;
}
.howtojoin_innr{
  position: relative;
  padding-top: 87px;
  width: 100%;
  overflow: hidden;
}
.howtojoin_base{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
.howtojoin_churu{
  position: relative;
  margin-bottom: 460px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.footprints_img1{
  position: relative;
  margin-top: 130px;
  margin-left: 40px;
  width: 364px;
  pointer-events: none;
}
.footprints_img1 img{
  width: 364px;
  height: auto;
}
.howtojoin_img1{
  position: relative;
  width: 640px;
}
.howtojoin_img1_img{
  position: relative;
  width: 640px;
}
.howtojoin_churu_img{
  position: absolute;
  width: 760px;
  top: 424px;
  right: -250px;/*-28vw;*/
  pointer-events: none;
}
@media screen and (max-width:1024px){
  .howtojoin_innr{
    padding-top: 14vw;
    width: 100%;
  }
  .howtojoin_churu{
    margin-bottom: 133vw;
    display: block;
  }
  .footprints_img1{
    margin-top: 35vw;
    margin-left: 14.5vw;
    width: 47vw;
  }
  .footprints_img1 img{
    width: 47vw;
    height: auto;
  }
  .howtojoin_img1{
    margin-left: 15vw;
    width: 85vw;
  }
  .howtojoin_img1_img{
    width: 85vw;
  }
  .howtojoin_churu_img{
    width: 84vw;
    top: 48vw;
    right: -10vw;
  }
}

/*howtojoin_list1*/
.howtojoin_list1{
  position: relative;
  margin-bottom: 595px;
  display: flex;
  justify-content: space-between;
}
.howtojoin_img2{
  position: relative;
  width: 504px;
}
.howtojoin_ttl{
  position: absolute;
  width: 677px;
  top: -120px;
  left: -15px;
}
.howtojoin_img2_img{
  width: 504px;
}
.howtojoin_step1{
  position: relative;
}
/*step_slide1*/
.step_slide1{
  position: relative;
  margin-top: 230px;
  width: 470px;
}
.step_slide1_detail{
  position: relative;
}
.step1_img{
  margin: 0 auto;
  width: 470px;
}
.step01_ttl{
  margin: 0 auto;
  padding-bottom: 55px;
  font-size: 4.8rem;
  color: #000;
  text-align: center;
  line-height: 1;
}
.step_numb{
  font-size: 8rem;
  font-weight: 500;
  color: #e1261c;
}
.step01_txt{
  margin: 0 auto;
  padding-bottom: 45px;
  font-size: 4rem;
  color: #000;
  text-align: center;
}
.step01_txt .txt_red_bold{
  font-weight: 700;
  color: #e1261c;
}
.step_slide2{
  position: absolute;
  text-align: center;
  top: 1020px;
  right: 413px;
}
.link_churu_sound{
  text-decoration: underline!important;
  text-underline-offset: 2px!important;
  color: #e1261c!important;
}
.step2_img{
  position: relative;
  margin: 0 auto;
  width: 400px;
  height: 400px;
}
.step2_img::before{
  content: '';
  position: absolute;
  width: 47px;
  height: 70px;
  bottom: 54px;
  left: -48px;
  background-image: url("../imgs/step02_img_note.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.step_slide3{
  position: absolute;
  text-align: center;
  top: 1320px;
  right: 20px;
}
.step3_img{
  position: relative;
  margin: 0 auto;
  width: 400px;
  height: 400px;
}
.step3_img::before{
  content: '';
  position: absolute;
  width: 51px;
  height: 62px;
  top: -34px;
  right: 16px;
  background-image: url("../imgs/step03_img_mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.step_img_txt{
  margin-top: 30px;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width:1024px){
  .howtojoin_list1{
    margin-bottom: 20vw;
    display: block;
  }
  .howtojoin_img2{
    width: 100vw;
  }
  .howtojoin_ttl{
    width: 80vw;
    top: -20vw;
    left: 50%;
    margin-left: -40vw;
  }
  .howtojoin_img2_img{
    width: 75vw;
  }
  .step_slide1{
    margin: 0 auto;
    margin-top: 16vw;
    width: 94vw;
  }
  .step1_img{
    margin: 0 auto;
    width: 74vw;
  }
  .step01_ttl{
    padding-bottom: 7vw;
    font-size: 3rem;
  }
  .step_numb{
    font-size: 5rem;
  }
  .step01_txt{
    padding-bottom: 6vw;
    font-size: 2.2rem;
  }
  
  .step_slide2{
    position: relative;
    margin: 0 auto;
    margin-top: 17.33vw;
    width: 90vw;
    top: auto;
    right: auto;
    display: flex;
    align-items: center;
  }
  .step2_img{
    width: 44vw;
    height: 44vw;
  }
  .step2_img::before{
    width: 5vw;
    height: 7.4vw;
    bottom: auto;
    top: -1.4vw;
    left: auto;
    right: -1.6vw;
  }
  .step_slide3{
    position: relative;
    margin: 0 auto;
    margin-top: 9.33vw;
    width: 90vw;
    top: auto;
    right: auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .step3_img{
    width: 44vw;
    height: 44vw;
  }
  .step3_img::before{
    width: 6.93vw;
    height: 8.13vw;
    top: -5vw;
    right: auto;
    left: -1vw;
    transform: scale(-1, 1);
  }
  .step_img_txt{
    margin-top: 0;
    font-size: 1.5rem;
    text-align: left;
  }
  .step_slide2 .step_img_txt{
    margin-left: 4vw;
  }
  .step_slide3 .step_img_txt{
    margin-right: 4vw;
    text-align: right;
  }
}

/*howtojoin_list2*/
.howtojoin_list2{
  position: relative;
  width: 100%;
}
.howtojoin_list2_innr{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.howtojoin_list2_bg{
  position: absolute;
  width: 45%;
  height: 100%;
  top:0;
  left:0;
  background-color: #e1261c;
  z-index: -1;
}
/*howtojoin_tips*/
.howtojoin_tips{
  position: relative;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  background-color: #e1261c;
  z-index: 1;
}
.howtojoin_tips_innr{
  position: relative;
  padding-top:60px;
  padding-right: 75px;
  padding-bottom: 50px;
}
.tips_main_ttl{
  margin-bottom: 40px;
  font-size: 3.3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
/*tips_slide*/
.tips_slide{
  position: relative;
  width: 455px;
  display: none;
}
.tips_slide.slick-initialized{
  display: block;
}
.tips_detail{
  position: relative;
  width: 455px;
}
.tips_detail_img{
  position: relative;
  margin-top: 17px;
  width: 455px;
}
.tips_ttl{
  position: absolute;
  width: 167px;
  height: 34px;
  top: -17px;
  left: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #e1261c;
  line-height: 34px;
  text-align: center;
  border-radius: 100vh;
  background-color: #ffeddd;
  z-index: 2;
}
.tips_detail_txt{
  margin-top: 45px;
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
}
/*howtojoin_tipssub*/
.howtojoin_tipssub{
  position: relative;
  margin-top: 410px;
  margin-left: 80px;
  color: #000;
  z-index: 1;
}
.tipssub_ttl{
  margin-bottom: 15px;
  font-size: 2.6rem;
  font-weight: 700;
}
.tipssub_txt{
  font-size: 2rem;
}
.tipssub_txt_list{
  position: relative;
  margin-top: 15px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 4px dotted #e1261c;
}
.tipssub_txt_list_txt{
  font-size: 2rem;
  padding-left:1em;
	text-indent:-1em;
}
.tipssub_txt_list_txt + .tipssub_txt_list_txt{
  margin-top: 5px;
}
.tipssub_txt .txt_red{
  color: #e1261c;
}
@media screen and (max-width:1500px){
  .howtojoin_list2_bg{
    width: 35%;
  }
}
@media screen and (max-width:1024px){
  .howtojoin_list2_innr{
    flex-wrap: wrap;
  }
  .howtojoin_list2_bg{
    display: none;
  }
  .howtojoin_tips{
    width: 100vw;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .howtojoin_tips_innr{
    margin: 0 auto;
    padding-top: 10vw;
    padding-right: 0;
    padding-bottom: 11vw;
    width: 90vw;
  }
  .tips_main_ttl{
    margin-bottom: 6.5vw;
    font-size: 2.5rem;
  }
  .tips_slide{
    width: 90vw;
  }
  .tips_detail{
    width: 90vw;
  }
  .tips_detail_img{
    margin-top: 3.5vw;
    width: 90vw;
  }
  .tips_ttl{
    width: 34vw;
    height: 7vw;
    top: -3.5vw;
    left: 4vw;
    font-size: 1.5rem;
    line-height: 7vw;
  }
  .tips_detail_txt{
    margin-top: 7vw;
    font-size: 2rem;
  }
  .howtojoin_tipssub{
    margin: 0 auto;
    margin-top: 16vw;
    width: 90vw;
  }
  .tipssub_ttl{
    margin-bottom: 5vw;
    font-size: 1.6rem;
  }
  .tipssub_txt{
    font-size: 1.5rem;
  }
  .tipssub_txt_list{
    margin-top: 4vw;
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
  .tipssub_txt_list_txt{
    font-size: 1.5rem;
  }
}

/*whatschuru*/
.whatschuru{
  position: relative;
  width: 100%;
}
.whatschuru_innr{
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 100px;/*200px;*/
  width: 100%;
  max-width: 1080px;
}
.footprints_img2{
  position: absolute;
  width: 329px;
  top: 85px;
  left: 222px;
  pointer-events: none;
  z-index: 2;
}
.footprints_img2 img{
  width: 100%;
  height: auto;
}
.whatschuru_churu{
  position: absolute;
  width: 710px;
  top: 0;
  left: -240px;
  pointer-events: none;
  z-index: 2;
}
.whatschuru_list{
  position: relative;
  padding-top: 623px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.whatschuru_detail{
  position: relative;
  padding-top: 160px;
  width: 510px;
}
.whatschuru_ttl{
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 300px;
}
.whatschuru_txt{
  font-size: 3.3rem;
  color: #000;
  text-align: center;
}
.whatschuru_img{
  position: relative;
  width: 525px;
}
.churuspecial_ttl{
  margin-bottom: 50px;
  font-size: 5.3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.churuspecial_ttl .txt_red{
  color: #e1261c;
}
.churuspecial_list{
  position: relative;
  padding: 0 70px;
  list-style: none;
}
.churuspecial_list li{
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
  font-size: 2.3rem;
  font-weight: 500;
}
.churuspecial_list li:last-child{
  margin-bottom: 0;
}
.churuspecial_list li::before{
  content: '';
  position: absolute;
  width: 40px;
  height: 33px;
  left: 0;
  top: 2px;
  background-image: url("../imgs/icon_cat.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.churuspecial_fukidashi{
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 35px;
  padding: 25px 0;
  width: 100%;
  border-radius: 100vh;
  background-color: #e1261c;
  z-index: 1;
}
.churuspecial_fukidashi::before{
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;/*-40px;*/
  left: 50%;
  margin-left: -155px;
  background-image: url("../imgs/icon_catear.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .3s ease;
  z-index: -1;
}
.churuspecial_fukidashi::after{
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;/*-40px;*/
  left: 50%;
  margin-left: 100px;
  background-image: url("../imgs/icon_catear.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .3s ease;
  z-index: -1;
}
.churuspecial_fukidashi:hover::before,
.churuspecial_fukidashi:hover::after{
  top: -40px;
}
.churuspecial_fukidashi_txt{
  font-size: 3.7rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.link_buynow{
  display: table;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: 700;
  color: #e1261c;
  text-decoration: underline!important;
  text-underline-offset: 5px;
  transition: .4s!important;
}
.link_buynow:hover{
  opacity: 0.7!important;
}
@media screen and (max-width:1080px){
  .churuspecial_fukidashi{
    width: 90%;
  }
}
@media screen and (max-width:1024px){
  .whatschuru_innr{
    margin-top: 20vw;
    padding-bottom: 10vw;
    width: 100%;
  }
  .footprints_img2{
    width: 47vw;
    top: 10.6vw;
    left: auto;
    right: 7.3vw;
    transform:scaleX(-1);
    /*transform: rotateY(180deg);*/
  }
  .footprints_img2 img{
    width: 47vw;
    height: auto;
  }
  .whatschuru_churu{
    width: 70vw;
    top: 28vw;
    left: -6vw;
  }
  .whatschuru_list{
    padding-top: 99vw;
    margin-bottom: 13vw;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    width: 100%;
  }
  .whatschuru_detail{
    margin: 0 auto;
    padding-top: 17vw;
    width: 90vw;
  }
  .whatschuru_ttl{
    margin: 0 auto;
    margin-bottom: 10vw;
    width: 41vw;
  }
  .whatschuru_txt{
    font-size: 2rem;
  }
  .whatschuru_img{
    margin-left: auto;
    width: 75vw;
  }
  .churuspecial_ttl{
    margin-bottom: 9vw;
    font-size: 2.6rem;
  }
  .churuspecial_list{
    margin: 0 auto;
    padding: 0;
    width: 80vw;
  }
  .churuspecial_list li{
    margin-bottom: 6vw;
    padding-left: 9vw;
    font-size: 1.4rem;
  }
  .churuspecial_list li::before{
    width: 6.14vw;
    height: 5.07vw;
    top: 0;
    transform: translate(0,0);
  }
  .churuspecial_fukidashi{
    margin: 0 auto;
    margin-top: 16vw;
    margin-bottom: 4.6vw;
    padding: 4vw 0;
    width: 90vw;
  }
  .churuspecial_fukidashi::before{
    width: 10vw;
    height: 10vw;
    top: -7vw;
    left: 50%;
    margin-left: -21vw;
  }
  .churuspecial_fukidashi::after{
    width: 10vw;
    height: 10vw;
    top: -7vw;
    left: 50%;
    margin-left: 11vw;
  }
  .churuspecial_fukidashi:hover::before,
  .churuspecial_fukidashi:hover::after{
    top: -7vw;
  }
  .churuspecial_fukidashi_txt{
    font-size: 1.7rem;
  }
  .link_buynow{
    font-size: 1.5rem;
    text-underline-offset: 3px;
  }
}

/*videosample*/
.videosample{
  position: relative;
  width: 100%;
}
.videosample_innr{
  position: relative;
  margin: 0 auto;
  width: 100%;
}
/*churuline*/
.churuline{
  position: relative;
  display: none;
}
.churuline.slick-initialized{
  display: block;
}
.churuline_img{
  width: 428px;
}
.churuline_img .is_pc{
  display: block!important;
}
.churuline_img .is_sp{
  display: none!important;
}
.videosample_main{
  position: relative;
  width: 100%;
}
.videosample_main_innr{
  position: relative;
  margin: 0 auto;
  padding-bottom: 145px;
  width: 100%;
  max-width: 1080px;
}
.walkingcat_anim{
  position: relative;
  width: 100%;
}
.walkingcat_img{
  position: absolute;
  width: 540px;
  top: 78px;
  left: -245px;
  margin-left: -200px;/*0*/
  opacity: 0;
}
.walkingcat_churu{
  position: absolute;
  width: 235px;
  top: 0;
  left: 315px;
  margin-left: -200px;/*0*/
  opacity: 0;
}
.videosample_ttl{
  position: relative;
  margin-left: auto;
  margin-right: 124px;
  padding-top: 235px;
  padding-bottom: 127px;
  width: 471px;
}
/*videosample_mov*/
.videosample_mov{
  position: relative;
  margin: 0 auto;
  padding: 40px 50px;
  border-radius: 50px;
  width: 100%;
  background-color: #e1261c;
}
.videosample_mov_list{
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videosample_mov_list + .videosample_mov_list{
  margin-top: 30px;
}
.videosample_thumb{
  position: relative;
  width: 100%;
  max-width: 470px;
  border-radius: 10px;
  overflow: hidden;
}
.videosample_mov_list2{
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videosample_thumb2{
  position: relative;
  width: 100%;
  max-width: 470px;
  border-radius: 10px;
  overflow: hidden;
}
.videosample_thumb .youtube_tag,
.videosample_thumb2 .youtube_tag{
  border-radius: 10px;
  overflow: hidden;
}
.videosample_thumb2 + .videosample_thumb2{
  margin-left: 40px;
}
.videosample_mov_txt{
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width:1080px){
  .videosample_mov{
    width: 90%;
  }
}
@media screen and (max-width:1024px){
  .churuline_img{
    width: 33.333%;
  }
  .churuline_img .is_pc{
    display: none!important;
  }
  .churuline_img .is_sp{
    display: block!important;
  }
  .videosample_main_innr{
    padding-bottom: 20vw;
  }
  .walkingcat_img{
    width: 84vw;
    top: 24vw;
    left: -63vw;
  }
  .walkingcat_churu{
    width: 39vw;
    left: 24.4vw;
  }
  .videosample_ttl{
    margin: 0 auto;
    padding-top: 56vw;
    padding-bottom: 13vw;
    width: 63vw;
  }
  .videosample_mov{
    padding: 5vw;
    border-radius: 6.6vw;
    width: 90vw;
  }
  .videosample_mov_list{
    margin-bottom: 4vw;
    display: block;
  }
  .videosample_mov_list + .videosample_mov_list{
    margin-top: 4vw;
  }
  .videosample_thumb{
    max-width: initial;
    width: 80vw;
    border-radius: 4vw;
  }
  .videosample_mov_list2{
    margin-bottom: 4vw;
    display: block;
  }
  .videosample_thumb2{
    max-width: initial;
    width: 80vw;
    border-radius: 4vw;
  }
  .videosample_thumb2 + .videosample_thumb2{
    margin-top: 4vw;
    margin-left: 0;
  }
  .videosample_thumb .youtube_tag,
  .videosample_thumb2 .youtube_tag{
    border-radius: 4vw;
  }
  .videosample_thumb .youtube_tag iframe,
  .videosample_thumb2 .youtube_tag iframe{
    border-radius: 4vw;
  }
  .videosample_mov_txt{
    font-size: 1.5rem;
    word-wrap: break-word;
  }
}

/*termsofuse*/
.termsofuse{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.termsofuse_innr{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
.termsofuse_main{
  position: relative;
  margin: 0 auto;
  margin-top: 370px;
  margin-bottom: 495px;
  width: 100%;
  max-width: 750px;
  z-index: 1;
}
.termsofuse_object{
  position: relative;
  width: 100%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #fff;
  overflow: hidden;
}
.termsofuse_object + .termsofuse_object{
  margin-top: 68px;
}
.info_main_ttl{
  display: block;
  position: relative;
  padding-left: 30px;
  width: 100%;
  font-size: 3.2rem;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
  height: 100px;
  border-top-left-radius: 30px;
  background-color: #e1261c;
}
.link_infoclose{
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  height: 60px;
  width: 60px;
}
.termsofuse_lead{
  position: relative;
  width: 100%;
  background-color: #e1261c;
}
.termsofuse_main_ttl{
  position: relative;
  margin: 0 auto;
  padding: 70px 0;
  width: 658px;
}
.termsofuse_detail{
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  width: 580px;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.termsofuse_txt_innr{
  position: relative;
  padding-right: 40px;
  height: 210px;
  overflow: hidden;
  transition: .4s;
}
.termsofuse_section{
  position: relative;
}
.termsofuse_section a{
  color: #000;
  text-decoration: underline;
}
.termsofuse_section + .termsofuse_section{
  margin-top: 30px;
}
.termsofuse_section_end{
  padding-bottom: 140px;
}
.termsofuse_sec_lead{
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
}
.termsofuse_list{
  position: relative;
  list-style: none;
}
.termsofuse_list2{
  position: relative;
  list-style: none;
}
.termsofuse_list li{
  padding-left:1em;
	text-indent:-1em;
  margin-bottom: 5px;
}
.termsofuse_list li:last-child{
  margin-bottom: 0;
}
.termsofuse_list li::before{
  content: '・';
}
.termsofuse_img1{
  position: absolute;
  width: 480px;
  top: -370px;
  left: -290px;
  pointer-events: none;
  z-index: -1;
}
.termsofuse_img2{
  position: absolute;
  width: 480px;
  right: -290px;
  bottom: -375px;
  pointer-events: none;
  z-index: -1;
}
.link_readmore{
  display: table;
  position: relative;
  margin: 0 auto;
  margin-top: 35px;
  padding: 0 35px;
  height: 50px;
  font-size: 2.4rem;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 100vh;
  background-color: #e1261c;
  z-index: 2;
  transition: .4s;
}
.link_readmore:hover{
  opacity: 0.7;
}
.termsofuse_txt_innr.txt_readmore{
  height: 600px;
  overflow-y: auto;
}
.termsofuse_grad{
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: 135px;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.termsofuse_grad img{
  width: 100%!important;
  height: 100%!important;
}
@media screen and (max-width:1024px){
  .termsofuse_main{
    margin-top: 50vw;
    margin-bottom: 62vw;
    width: 90vw;
  }
  .termsofuse_object{
    border-top-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
  }
  .termsofuse_object + .termsofuse_object{
    margin-top: 8vw;
  }
  .info_main_ttl{
    padding-left: 0;
    font-size: 1.5rem;
    text-align: center;
    line-height: 11vw;
    height: 11vw;
    border-top-left-radius: 4vw;
  }
  .termsofuse_main_ttl{
    padding: 10vw 0;
    width: 76vw;
  }
  .termsofuse_detail{
    padding: 5vw;
    width: 100%;
    font-size: 1.5rem;
  }
  .termsofuse_txt_innr{
    padding-right: 2.5vw;
    height: 46vw;
  }
  .termsofuse_section + .termsofuse_section{
    margin-top: 4vw;
  }
  .termsofuse_section_end{
    padding-bottom: 18vw;
  }
  .termsofuse_sec_lead{
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  .termsofuse_img1{
    width: 65vw;
    top: -50vw;
    left: -7vw;
  }
  .termsofuse_img2{
    width: 65vw;
    bottom: -50vw;
    right: -7vw;
  }
  .link_readmore{
    margin-top: 5vw;
    padding: 0 5vw;
    height: 8vw;
    font-size: 1.4rem;
    line-height: 8vw;
    opacity: 1;
  }
  .link_readmore:hover{
    opacity: 1;
  }
  .termsofuse_grad{
    height: 18vw;
    bottom: 17vw;
  }
}

/*churumaker*/
.churumaker{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.churumaker_innr{
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.churumaker_app{
  position: relative;
  margin: 0 auto;
  margin-top: 168px;
  padding: 0 50px;
  width: 840px;
  border-radius: 50px;
  background-color: #e01449;
}
.churumaker_app_innr{
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #f0b9b9;
}
.churumaker_app_detail{
  position: relative;
  padding: 45px 0;
  width: 55%;
  text-align: center;
}
.app_churumaker{
  margin: 0 auto;
  width: 215px;
}
.app_churumaker_ttl{
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #e01449;
}
.app_churumaker_txt{
  font-size: 1.6rem;
  line-height: 1.5;
  color: #e01449;
}
.churumaker_app_link{
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
}
.app_link_list{
  position: relative;
  display: block;
}
.app_link_list .app_link{
  display: block;
  width: 256px;
}
.app_link_list .app_link + .app_link{
  margin-top: 25px;
}
@media screen and (max-width:1024px){
  .churumaker_app{
    margin-top: 17vw;
    padding: 10vw 0;
    width: 74vw;
    border-radius: 10vw;
  }
  .churumaker_app_innr{
    display: block;
    padding: 0 5vw;
    width: 100%;
  }
  .churumaker_app_detail{
    padding-top: 9vw;
    padding-bottom: 8vw;
    width: 100%;
  }
  .app_churumaker{
    width: 43vw;
  }
  .app_churumaker_ttl{
    margin-top: 3.3vw;
    margin-bottom: 4vw;
    font-size: 2rem;
  }
  .app_churumaker_txt{
    font-size: 1.2rem;
  }
  .churumaker_app_link{
    width: 100%;
  }
  .app_link_list{
    margin: 0 auto;
    padding-bottom: 9vw;
  }
  .app_link_list .app_link{
    width: 40vw;
  }
  .app_link_list .app_link + .app_link{
    margin-top: 4vw;
  }
}