@charset "UTF-8";
/*
Churu_AUS_amana
2025.05-Published
*/
:root{
  --main-redcolor: #e1261c;
}
.no_modal_link{
  pointer-events: none;
}
/*----------------------------
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 var(--main-redcolor);
  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: var(--main-redcolor);
  border-bottom: 2px solid var(--main-redcolor);
  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;
  }
}*/

#howtojoin{
  position: relative;
  margin-top: -60px;
  padding-top: 60px;
}
/*bnr_howtojoin*/
.bnr_howtojoin{
  position: fixed;
  display: inline-block;
  bottom: -100px;
  left: 40px;
  z-index: 100;
  transition: .4s;
}
.bnr_howtojoin.bnr-active{
  bottom: 40px;
}
.bnr_howtojoin_link{
  display: block;
  position: relative;
  padding-left: 50px;
  padding-right: 110px;
  font-size: 4rem;
  line-height: 2.3;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 100vh;
  background-color: var(--main-redcolor);
  box-sizing: border-box;
  border: 3px solid #fff;
  opacity: 1;
}
.bnr_howtojoin_link::after{
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 20px;
  margin-top: -35px; 
  background-image: url("../imgs/icon_bnr_arrw.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  transition: .4s;
}
.bnr_howtojoin_link:hover{
  opacity: 1;
}
.bnr_howtojoin_link.bnr-bottom::after{
  transform: rotate(-180deg);
}
.bnr_howtojoin_link:hover::after{
  transform: scale(1.1);
}
.bnr_howtojoin_link.bnr-bottom:hover::after{
  transform: rotate(-180deg) scale(1.1);
}
@media screen and (max-width:1024px){
  .bnr_howtojoin{
    bottom: -14vw;
    left: 3.5vw;
  }
  .bnr_howtojoin.bnr-active{
    bottom: 5vw;
  }
  .bnr_howtojoin_link{
    padding-left: 3vw;
    padding-right: 12.5vw;
    font-size: 3rem;
    line-height: 10vw;
    height: 10vw;
    border: 2px solid #fff;
  }
  .bnr_howtojoin_link::after{
    width: 8vw;
    height: 8vw;
    right: 2vw;
    margin-top: -4vw; 
  }
  .bnr_howtojoin_link:hover::after{
    transform: scale(1);
  }
  .bnr_howtojoin_link.bnr-bottom:hover::after{
    transform: rotate(-180deg) scale(1);
  }
}
@media screen and (max-width:768px){
  .bnr_howtojoin_link{
    padding-left: 3vw;
    padding-right: 14vw;
    font-size: 2rem;
    line-height: 2.3;
    height: auto;
  }
  .bnr_howtojoin_link::after{
    width: 9vw;
    height: 9vw;
    right: 2vw;
    margin-top: -4.5vw; 
  }
}

/*----------------------------
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: var(--main-redcolor);
  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: var(--main-redcolor);
  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;
}
@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;
  }
}

/*campaign_contact*/
.campaign_contact{
  position: relative;
  margin: 0 auto;
  /*margin-bottom: 150px;*/
  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: 50px;
  font-size: 2.3rem;
  font-weight: 500;
  color: var(--main-redcolor);
  text-align: center;
  text-underline-offset: 5px;
  text-decoration: underline!important;
}
.campaign_contact_mail:hover{
  text-decoration: none!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: 40px;
  font-size: 4rem;
  font-weight: 700;
  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: 8vw;
    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.5rem;
  }
}

/*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: 117px;
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  font-feature-settings: "palt";
  color: var(--main-redcolor);
  text-align: center;
  z-index: 1;
}
.mainkv_copy1{
  display: block;
  margin: 0 auto;
  margin-bottom: 36px;
}
.mainkv_copy2{
  display: block;
  margin: 0 auto;
  margin-bottom: 36px;
}
.mainkv_copy3{
  display: block;
  margin: 0 auto;
}
.mainkv_lead{
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  width: 100%;
  background-color: var(--main-redcolor);
}
.mainlead_copy{
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.mainlead_copy + .mainlead_copy{
  margin-top: 80px;
}
.mainlead_copy5{
  position: relative;
  margin: 0 auto;
  margin-bottom: 85px;
  width: 100%;
}
.mainlead_addcopy{
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 26px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 3px solid #fff;
}
.mainlead_addcopy_inline{
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 50px 40px;
  width: 100%;
  border-radius: 15px;
  box-sizing: border-box;
  border: 3px solid #fff;
}
.mainlead_leadcat{
  position: absolute;
  width: 109px;
  bottom: -40px;
  right: -6px;
  pointer-events: none;
  z-index: 2;
}
.mainlead_copy3{
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.mainlead_copy4{
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 25px 0;
  font-size: 5.3rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.mainlead_copy1{
  position: relative;
  margin: 0 auto;
  padding-bottom: 25px;
  width: 100%;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.mainlead_copy2{
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 3rem;
  line-height: 1.4;
  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: 100px;
  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: var(--main-redcolor);
  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;
  margin-top: 110px;
  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{
  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: 40px;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
/*---20250814---*/
.mainlead_newcopy1{
  position: relative;
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 30px 0;
  width: auto;
  font-size: 4.6rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.mainlead_newcopy1::after{
  content: '';
  position: absolute;
  width: 216px;
  height: 110px;
  top: -88px;
  right: 24px;
  background-image: url(../imgs/cat_mainlead.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 216px 110px;
  pointer-events: none;
}
.mainlead_newcopy2{
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.mainlead_newcopy2 + .mainlead_newcopy2{
  margin-top: 30px;
}
.mainlead_newcopy_note{
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
/*---------mainlead_cpnotice---------*/
.mainlead_cpnotice{
  position: relative;
  margin: 0 auto;
  padding: 24px;
  width: 100%;
  max-width: 1080px;
  color: var(--main-redcolor);
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
.cpnotice_innr{
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid var(--main-redcolor);
  outline-offset: -6px;
  outline: 1px solid var(--main-redcolor);
}
.cpnotice_txt{
  position: relative;
  font-size: 4.4rem;
  line-height: 1.4;
  font-weight: 700;
  z-index: 1;
}
.frame_corner1{
  position: absolute;
  width: 53px;
  top: -1px;
  left: -1px;
  pointer-events: none;
  background-color: #fff;
}
.frame_paw::before{
  content: '';
  position: absolute;
  width: 33px;
  height: 33px;
  top:-4px;
  left: -4px;
  background-image: url(../imgs/frame_paw.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.frame_corner2{
  position: absolute;
  width: 53px;
  top: -1px;
  right: -1px;
  transform: rotate(90deg);
  pointer-events: none;
}
.frame_corner3{
  position: absolute;
  width: 53px;
  bottom: -1px;
  right: -1px;
  transform: rotate(180deg);
  pointer-events: none;
}
.frame_corner4{
  position: absolute;
  width: 53px;
  bottom: -1px;
  left: -1px;
  transform: rotate(270deg);
  pointer-events: none;
}
.cpnotice_detail{
  position: relative;
  margin: 0 auto;
  padding-top: 40px;
  width: 100%;
  max-width: 1080px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
/*-------wherewatch-------*/
.wherewatch{
  position: relative;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  width: 100%;
  max-width: 1080px;
  line-height: 1.4;
}
.wherewatch_ttl{
  display: table;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 4rem;
  font-weight: 700;
}
.wherewatch_list{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
}
.wherewatch_detail{
  position: relative;
  padding: 0 60px;
}
.wherewatch_detail + .wherewatch_detail{
  border-left: 1px solid #fff;
}
.wherewatch_detail.icon_wherewatch1::after{
  content: '';
  position: absolute;
  width: 96px;
  height: 148px;
  top: 50%;
  left: -75px;
  transform: translate(0,-50%);
  background-image: url(../imgs/icon_phone.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.wherewatch_detail.icon_wherewatch2::after{
  content: '';
  position: absolute;
  width: 122px;
  height: 117px;
  top: 50%;
  right: -85px;
  transform: translate(0,-50%);
  background-image: url(../imgs/icon_tv.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.wherewatch_list_ttl{
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
}
.wherewatch_list_txt1{
  display: block;
  padding-top: 60px;
  font-size: 2.2rem;
  font-weight: 400;
}
.wherewatch_list_txt2{
  display: block;
  padding-top: 20px;
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width:1024px){
  /*mainlead_cpnotice*/
  .mainlead_cpnotice{
    padding: 3vw;
    border-radius: 4vw;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
  }
  .cpnotice_innr{
    padding: 5vw 4vw;
    outline-offset: -4.9px;/*-1.2vw;*/
  }
  .cpnotice_txt{
    font-size: 2rem;
  }
  .frame_corner1{
    width: 40px;/*10vw;*/
  }
  .frame_paw::before{
    width: 22px;/*5.5vw;*/
    height: 22px;/*5.5vw;*/
    top: -2px;
    left: -2px;
  }
  .frame_corner2{
    width: 40px;
  }
  .frame_corner3{
    width: 40px;
  }
  .frame_corner4{
    width: 40px;
  }
  .cpnotice_detail{
    padding-top: 6vw;
    font-size: 1.8rem;
  }
}
@media screen and (max-width:1024px){
  .mainkv_innr{
    padding-top: 21vw;
    width: 100%;
    height: 175vw;
  }
  .mainkv_cat{
    width: 185vw;
    height: auto;
    top: 62vw;
    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: 4vw;
    width: 90vw;
    font-size: 3rem;
  }
  .mainkv_copy1{
    margin-bottom: 4vw;
  }
  .mainkv_copy2{
    margin-bottom: 4vw;
  }
  .mainlead_churu_logo{
    margin-bottom: 4vw;
    width: 27.33vw;
  }
  .mainkv_lead{
    padding-top: 37vw;
    padding-bottom: 16vw;
  }
  .mainlead_copy{
    width: 90vw;
  }
  .mainlead_copy + .mainlead_copy{
    margin-top: 12vw;
  }
  .mainlead_copy5{
    margin-bottom: 9.7vw;
  }
  .mainlead_addcopy{
    padding: 3vw;
    width: 90vw;
    border: 0.5vw solid #fff;
  }
  .mainlead_addcopy_inline{
    padding: 5vw 3vw;
    border: 0.5vw solid #fff;
  }
  .mainlead_leadcat{
    width: 9vw;
    bottom: -8vw;
    right: 0;
  }
  .mainlead_copy3{
    font-size: 2rem;
  }
  .mainlead_copy4{
    padding: 4vw 0;
    font-size: 2.2rem;
  }
  .mainlead_copy1{
    padding-bottom: 5vw;
    font-size: 2rem;
  }
  .mainlead_copy2{
    font-size: 1.7rem;
  }
  .mainlead_newcopy{
    margin-bottom: 7vw;
    font-size: 3.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;
  }
  /*---20250814---*/
  .mainlead_newcopy1{
    margin-bottom: 8vw;
    padding: 10vw 0;
    font-size: 2.6rem;
    width: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .mainlead_newcopy1::after{
    width: 29vw;
    height: 15vw;
    top: auto;
    bottom: -3.6vw;
    right: 4vw;
    background-size: 29vw 15vw;
  }
  .mainlead_newcopy2{
    font-size: 1.6rem;
  }
  .mainlead_newcopy2 + .mainlead_newcopy2{
    margin-top: 8vw;
  }
  .mainlead_newcopy_note{
    margin-top: 8vw;
    font-size: 1.2rem;
  }
  /*wherewatch*/
  .wherewatch_ttl{
    padding-bottom: 7vw;
    font-size: 2.4rem;
  }
  .wherewatch_list{
    display: block;
  }
  .wherewatch_detail{
    padding: 0;
  }
  .wherewatch_detail + .wherewatch_detail{
    margin-top: 8vw;
    padding-top: 8vw;
    border-left: none;
    border-top: 1px solid #fff;
  }
  .wherewatch_detail.icon_wherewatch1{
    padding-left: 25vw;
  }
  .wherewatch_detail.icon_wherewatch2{
    padding-right: 25vw;
  }
  .wherewatch_detail.icon_wherewatch1::after{
    width: 14vw;
    height: 21.59vw;
    left: 10vw;
  }
  .wherewatch_detail.icon_wherewatch2::after{
    width: 20vw;
    height: 19.19vw;
    right: 5vw;
  }
  .wherewatch_list_ttl{
    font-size: 2.2rem;
  }
  .wherewatch_list_txt1{
    padding-top: 4vw;
    font-size: 1.8rem;
  }
  .wherewatch_list_txt2{
    padding-top: 4vw;
    font-size: 1.8rem;
  }
}
/*whatmakeschuru*/
.whatmakeschuru{
  position: relative;
  margin: 0 auto;
  margin-bottom: 160px;
  width: 100%;
  text-align: center;
}
.whatmakeschuru_ttl{
  position: relative;
  margin-bottom: 70px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.5;
}
.whatmakeschuru_ttl_txt1{
  position: relative;
  margin: 0 auto;
  display: table;
}
.whatmakeschuru_ttl_logo{
  position: relative;
  margin: 15px auto;
  width: 568px;
}
.whatmakeschuru_ttl_txt2{
  position: relative;
  margin: 0 auto;
  display: table;
}
.whatmakeschuru_txt{
  position: relative;
  margin-bottom: 70px;
  font-size: 3rem;
}
@media screen and (max-width:1024px){
  .whatmakeschuru{
    margin-bottom: 20vw;
    width: 90vw;
  }
  .whatmakeschuru_ttl{
    margin-bottom: 8vw;
    font-size: 2.2rem;
  }
  .whatmakeschuru_ttl_logo{
    margin: 3vw auto;
    width: 80vw;
  }
  .whatmakeschuru_txt{
    margin-bottom: 10vw;
    font-size: 1.8rem;
  }
}
/*churuvideo_sec*/
.churuvideo_sec{
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px;
  width: 100%;
  max-width: 1080px;
  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;
  width: 100%;/*79%;*/
  height: 100%;
}
.nasdaq_mov_note2 {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
  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;
  }
  .nasdaq_mov_note2{
    margin-top: 3.5vw;
    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;
  margin: 0 auto;
  width: 100%;
  max-width: 464px;/*79%;*/
  height: 592px;/*100%;*/
  border-radius: 15px;
  box-sizing: border-box;
  border: 2px solid #fff;
  overflow: hidden;
}
#nasdaq_mov{
  position: relative;
  width: 100%;/*464px;*/
  height: auto;/*592px;*/
  cursor: pointer;
}
.nasdaq_mov_note{
  position: absolute;
  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: 80vw;
    height: 102.07vw;
    border-radius: 3vw;
  }
  #nasdaq_mov{
    width: 80vw;
    height: 102.07vw;
  }
  .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;
  }
}

/*receipt*/
.receipt{
  position: relative;
  margin: 0 auto;
  /*margin-right: 97px;*/
  width: 643px;
}
.receipt::before{
  content: '';
  position: absolute;
  width: 200px;
  height: 213px;
  bottom: 400px;
  left: -188px;
  background-image: url(../imgs/footprints_img3_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.receipt::after{
  content: '';
  position: absolute;
  width: 72px;
  height: 200px;
  bottom: 200px;
  right: -156px;
  background-image: url(../imgs/footprints_img3_3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.receipt_frame1{
  position: relative;
  height: 60px;
  background-image: url(../imgs/bg_receipt_up.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.receipt_frame2{
  position: relative;
  background-image: url(../imgs/bg_receipt_middle.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
  z-index: 2;
}
.receipt_frame3{
  position: relative;
  z-index: 1;
}
.receipt_frame3_bg{
  position: absolute;
  width: 643px;
  top: -150px;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.receipt_main{
  position: relative;
  padding: 0 15px;
  width: 546px;
}
.receipt_main2{
  position: relative;
  margin-left: 97px;
  padding: 0 15px;
  padding-top: 80px;
  width: 546px;
}
.receipt_ttl{
  position: relative;
  display: block;
  padding: 20px 0;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--main-redcolor);
  border-top: 3px solid var(--main-redcolor);
  border-bottom: 3px solid var(--main-redcolor);
}
.receipt_txt{
  position: relative;
  display: block;
  padding-top: 22px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--main-redcolor);
}
.receipt_txt::after{
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 0;
  background-image: url(../imgs/footprints_img3_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.receipt_link1{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 400px;
  height: 120px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.3);
  transition: all .3s ease;
}
.receipt_link2{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 400px;
  height: 120px;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  border-radius: 30px;
  background-color: var(--main-redcolor);
  box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.3);
  transition: all .3s ease;
}
.receipt_link1:hover,.receipt_link2:hover{
  opacity: 1;
  transform: scale(1.1);
}
.logo_woolworths{
  position: relative;
  width: 305px;
}
.logo_coles{
  position: relative;
  width: 171px;
}
.receipt_barcode{
  position: relative;
  margin-top: 45px;
  padding-top: 45px;
  width: 100%;
  border-top: 3px solid var(--main-redcolor);
}
.icon_barcode{
  position: relative;
  margin: 0 auto;
  width: 400px;
}
@media screen and (max-width:1024px){
  .receipt{
    margin-right: 13vw;
    width: 90vw;
  }
  .receipt::before{
    width: 26.6vw;
    height: 28.53vw;
    bottom: 44vw;
    left: -3vw;
  }
  .receipt::after{
    width: 9vw;
    height: 25vw;
    bottom: 25vw;
    right: -5vw;
  }
  .receipt_frame1{
    height: 8.4vw;
  }
  .receipt_frame3_bg{
    width: 90vw;
    top: -19vw;
  }
  .receipt_main{
    padding: 0 4vw;
    width: 77vw;
  }
  .receipt_main2{
    margin-left: 13vw;
    padding: 0 4vw;
    padding-top: 14vw;
    width: 77vw;
  }
  .receipt_ttl{
    padding: 2.6vw 0;
    font-size: 2.4rem;
  }
  .receipt_txt{
    padding-top: 3vw;
    font-size: 1.6rem;
  }
  .receipt_txt::after{
    width: 8vw;
    height: 8vw;
    top: 2vw;
    right: 0;
  }
  .receipt_link1{
    margin-bottom: 5vw;
    width: 65vw;
    height: 16vw;
    border-radius: 4vw;
    box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.3);
  }
  .receipt_link2{
    width: 65vw;
    height: 16vw;
    font-size: 1.6rem;
    border-radius: 4vw;
    box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.3);
  }
  .logo_woolworths{
    width: 41vw;
  }
  .logo_coles{
    width: 23vw;
  }
  .receipt_barcode{
    margin-top: 5vw;
    padding-top: 5vw;
  }
  .icon_barcode{
    width: 65vw;
  }
}

/*thankyou*/
.thankyou{
  position: relative;
  margin: 0 auto;
  margin-bottom: 200px;/*260px;*/
  width: 100%;
  max-width: 1080px;
  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: 50px;
  padding-bottom: 95px;
  padding-left: 40px;
  padding-right: 40px;
}
.thankyou_ttl{
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 4rem;
  line-height: 60px;
  font-weight: 700;
  color: var(--main-redcolor);
  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: var(--main-redcolor);
  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: 0;
    width: 90vw;
  }
  .thankyou_innr{
    padding-top: 6vw;
    padding-bottom: 13vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .thankyou_ttl{
    margin-bottom: 4vw;
    padding-bottom: 1vw;
    font-size: 1.8rem;
    line-height: 1.5;
    border-bottom: 4px solid #ffeddd;
  }
  .thankyou_ttl img{
    width: 70vw;
  }
  .thankyou_txt{
    font-size: 1.6rem;
    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: 1080px;
}
.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: left;
  top: -40px;
  left: 0;
}
.newvideo_name.txt_center{
  right: auto;
  left: 50%;
  transform: translate(-50%,0);
  text-align: center;
}
.newvideo_list{
  position: relative;
  margin: 0 auto;
  margin-top: 95px;
  margin-bottom: 82px;
  width: 100%;
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.newvideo_box2{
  position: relative;
  margin: 0 auto;
  width: 500px;
}
.newvideo_box2:first-child{
  margin-right: 24px;
}
.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: var(--main-redcolor);
  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: 13vw;
    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_box4{
    margin: 0 auto;
    width: 50vw;
  }
  .newvideo_end_txt{
    padding: 1.5vw 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
/*catvideolist*/
.catvideolist{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
.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: 1080px;
}
.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: 1080px;
  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: left;
}
@media screen and (max-width:1024px){
  .catvideolist{
    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.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: 1080px;
  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;
  margin-bottom: 0;/*150px;*/
  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: 350px;
  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;
  pointer-events: none;
}
@media screen and (max-width:1024px){
  .howtojoin{
    margin-bottom: 0;/*18vw;*/
  }
  .howtojoin_innr{
    padding-top: 14vw;
    width: 100%;
  }
  .howtojoin_churu{
    margin-bottom: 110vw;
    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: var(--main-redcolor);
}
.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: var(--main-redcolor);
}
.step_slide2{
  position: absolute;
  text-align: center;
  top: 1020px;
  right: 450px;
  z-index: 2;
}
.link_churu_sound{
  position: relative;
  text-decoration: underline!important;
  text-underline-offset: 4px!important;
  color: #e1261c!important;
}
.link_churu_uploader{
  position: relative;
  display: table;
  margin: 0 auto;
  text-decoration: underline!important;
  text-underline-offset: 4px!important;
  color: #000!important;
}
.link_churu_sound:hover,
.link_churu_uploader:hover{
  text-decoration: none!important;
}
/*
.link_churu_sound::before{
  content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 2px;
	background: #000;
}
.link_churu_uploader::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 2px;
	background: #000;
}
.link_churu_sound:hover::before,
.link_churu_uploader:hover::before{
  -webkit-animation: link_underline .4s ease;
  -ms-animation: link_underline .4s ease;
  animation: link_underline .4s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes link_underline {
0% { -webkit-transform: scale(0,1); }
100% { -webkit-transform: scale(1); }
}
@keyframes link_underline {
0% { -webkit-transform: scale(0,1); -ms-transform: scale(0,1); transform: scale(0,1); }
100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}
*/
.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: 0;
  z-index: 2
}
.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{
  position: relative;
  margin-top: 30px;
  font-size: 2.5rem;
  text-align: center;
}
.step_img_txt2{
  position: relative;
  margin-top: 30px;
  font-size: 2.2rem;
  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{
    margin: 0 auto;
    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;
  }
  .step_img_txt2{
    margin-top: 10vw;
    font-size: 1.5rem;
  }
}

/*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: var(--main-redcolor);
  z-index: -1;
}
/*howtojoin_tips*/
.howtojoin_tips{
  position: relative;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  background-color: var(--main-redcolor);
  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: var(--main-redcolor);
  line-height: 34px;
  text-align: center;
  border-radius: 100vh;
  background-color: #ffeddd;
  z-index: 2;
}
.tips_detail_txt{
  margin-top: 45px;
  font-size: 2.5rem;
  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 var(--main-redcolor);
}
.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: var(--main-redcolor);
}
.tipssub_txt .txt_addnote{
  display: block;
  font-size: 85%;
}
@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;
  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: 416px;
}
.whatschuru_txt{
  font-size: 3.3rem;
  color: #000;
  text-align: center;
}
.whatschuru_img{
  position: relative;
  width: 525px;
}
/*churuspecial_ttl*/
.churuspecial_ttl{
  position: relative;
  margin-bottom: 50px;
  font-size: 5.3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.logo_inaba_churu{
  position: relative;
  display: inline-block;
  margin-left: 17px;
  margin-right: 15px;
  width: 410px;
}
.churuspecial_ttl_txt{
  position: relative;
  display: inline-block;
}
.churuspecial_ttl .txt_red{
  color: var(--main-redcolor);
}
/*churuspecial_ttl*/
.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: var(--main-redcolor);
  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: var(--main-redcolor);
  text-decoration: underline!important;
  text-underline-offset: 5px;
  transition: .4s!important;
}
.link_buynow:hover{
  opacity: 0.7!important;
  text-decoration: none!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: 60vw;
  }
  .whatschuru_txt{
    font-size: 2rem;
  }
  .whatschuru_img{
    margin-left: auto;
    width: 75vw;
  }
  .churuspecial_ttl{
    margin-bottom: 9vw;
    font-size: 2.6rem;
    text-align: center;
    display: block;
  }
  .logo_inaba_churu{
    margin: 1.5vw auto;
    width: 66vw;
  }
  .churuspecial_ttl_txt{
    display: block;
    text-align: center;
  }
  .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;
  opacity: 0;
}
.walkingcat_churu{
  position: absolute;
  width: 235px;
  top: 0;
  left: 315px;
  margin-left: -200px;
  opacity: 0;
}
.videosample_ttl{
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: 70px;
  padding-top: 235px;
  padding-bottom: 127px;
  font-size: 8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.videosample_ttl .txt_red{
  display: inline-block;
  color: var(--main-redcolor);
}
/*videosample_mov*/
.videosample_mov{
  position: relative;
  margin: 0 auto;
  padding: 80px 50px;
  border-radius: 50px;
  width: 100%;
  background-color: var(--main-redcolor);
}
.videosample_mov_ttl{
  position: relative;
  display: table;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.videosample_mov_ttl::after{
  content: '';
  position: absolute;
  width: 51px;
  height: 46px;
  bottom: -4px;
  right: -70px;
  background-image: url("../imgs/icon_cat2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.videosample_mov_list{
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-items: stretch;
}
.newvideo_box3{
  position: relative;
  margin: 0 auto;
  width: 100%;
  /*background-color: aqua;*/
}
.newvideo_box3 + .newvideo_box3{
  margin-left: 40px;
}
.newvideo_box3_list{
  display: block;
  position: relative;
  width: 100%;
}
.newvideo_box3_list + .newvideo_box3_list{
  margin-top: 25px;
}
.newvideo_name3 {
  position: relative;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-align: right;
  right: 0;
}
.newvideo_name3.txt_center {
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.videosample_illust{
  position: relative;
  margin: 45px 0;
  width: calc( 100% + 100px );
  height: 100px;
  left:-50px;
  background-image: url("../imgs/icon_catpaws.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.videosample_illust.catpaws{
  transform: scale(-1, 1);
}
.videosample_thumb{
  position: relative;
  width: 100%;
  max-width: 470px;
  border-radius: 10px;
  overflow: hidden;
}
.videosample_thumb3{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 315px;
}
.videosample_mov_txt3{
  position: relative;
  display: table;
  margin: 0 auto;
  margin-top: 110px;
  width: auto;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.videosample_mov_txt3::after{
  content: '';
  position: absolute;
  width: 121px;
  height: 112px;
  bottom: -160px;
  right: 35px;
  background-image: url("../imgs/icon_cat3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.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: 18vw;
  }
  .walkingcat_img{
    width: 84vw;
    top: 24vw;
    left: -63vw;
  }
  .walkingcat_churu{
    width: 39vw;
    left: 24.4vw;
  }
  .videosample_ttl{
    margin: 0 auto;
    padding-top: 55vw;
    padding-bottom: 15vw;
    font-size: 2.8rem;
    width: 90vw;
  }
  .videosample_mov{
    padding: 10vw 0;
    border-radius: 6.6vw;
    width: 90vw;
  }
  .videosample_mov_ttl{
    margin-bottom: 8vw;
    font-size: 1.5rem;
  }
  .videosample_mov_ttl::after{
    width: 10vw;
    height: 9vw;
    bottom: -2vw;
    right: -12vw;
  }
  .videosample_mov_list{
    margin-bottom: 4vw;
    display: block;
  }
  .newvideo_box3 + .newvideo_box3{
    margin-left: 0;
    margin-top: 5vw;
  }
  .newvideo_box3_list + .newvideo_box3_list{
    margin-top: 5vw;
  }
  .newvideo_name3 {
    margin-bottom: 2vw;
    font-size: 1.2rem;
  }
  .videosample_illust{
    margin: 5vw 0;
    width: calc( 100% + 10vw );
    height: 13vw;
    left:-5vw;
  }
  .videosample_illust.catpaws{
    transform: scale(-1, 1);
  }
  .videosample_thumb{
    max-width: initial;
    width: 80vw;
    border-radius: 4vw;
  }
  .videosample_thumb + .videosample_thumb {
    margin-left: 0;
    margin-top: 4vw;
  }
  .videosample_thumb3{
    max-width: 50vw;
  }
  .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;
  }
  .videosample_mov_txt3{
    margin-top: 11vw;
    font-size: 1.5rem;
  }
  .videosample_mov_txt3::after{
    width: 16vw;
    height: 15vw;
    bottom: -18vw;
    right: 0;
  }
}

/*catsfavorite*/
.catsfavorite{
  position: relative;
  margin: 0 auto;
  padding-bottom: 140px;
  width: 100%;
  max-width: 1080px;
}
.catsfavorite_txt{
  position: relative;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media screen and (max-width:1024px){
  .catsfavorite{
    padding-bottom: 18vw;
    width: 90vw;
  }
  .catsfavorite_txt{
    font-size: 2rem;
    line-height: 1.5;
  }
}

/*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-bottom: 160px;
  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: var(--main-redcolor);
}
.link_infoclose{
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  height: 60px;
  width: 60px;
}
.termsofuse_lead{
  position: relative;
  width: 100%;
  background-color: var(--main-redcolor);
}
.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: '・';
}*/
.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: var(--main-redcolor);
  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-bottom: 18vw;
    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;
  }
  .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;
  }
}