@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

p{
  margin-bottom: 0!important;
}

img,
video{
    width: 100%;
    height: auto;
    vertical-align: top;
}

ul{
  margin-bottom: 0px!important;
}

@media only screen and (min-width: 641px) {
  .c_hide_sp {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c_hide_pc {
    display: none;
  }
}

.main_container{
  max-width: 998px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 640px) {
  .main_container{
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  main{
    background-size: 243%;
  }
}

/* ーーーーーーーー
menu
ーーーーーーーー */
.menu{
  background-color: #F7F1E8;
  padding: 20px 40px;
  font-size: 16px;
}
.menu_list{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.menu_item{
  padding: 0 2%;
}
.menu_item a{
  color: #EA5504;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: bold;
}
.menu_icon{
  max-width: 16px;
  display: flex;
  align-items: center;
}
.menu_item:not(:first-child){
  border-left: 1px solid #EA5504;
}
@media only screen and (max-width: 640px) {
  .menu{
    padding: 20px 0px;
    font-size: 14px;
  }
  .menu_list{
    row-gap: 10px;
  }
  .menu_item:not(:first-child){
    border-left: none;
  }
  .menu_item a{
    gap: 5px;
  }

}

/* ーーーーーーーー
fv
ーーーーーーーー */
.fv{
  position: relative;
}
.fv_btn_wrap{
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  padding: 13px 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  text-align: center;
}
.fv_btn_item{
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
.fv_btn_item p{
  color: #272727;
  font-weight: bold;
  font-size: 16px;
}
.fv_btn{
  width: 320px;
  padding: 10px 0;
  background-color: #EA5504;
  color: #fff!important;
  font-size: 20px;
  border-radius: 34px;
  display: block;
  position: relative;
  font-weight: bold;
  text-decoration: none!important;
}
.fv_btn::after{
  position: absolute;
  content: "";
  background-image: url(../img/arrow_icon01.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  width: 22px;
  height: 25px;
}
.btn_fs_small{
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .fv_btn{
    width: 250px;
    margin: 8px auto 0;
  }
  .fv_btn_item{
    gap: 8px;
    display: block;
  }
}

/* ーーーーーーーー
intro_item
ーーーーーーーー */
.intro_wrap{
  position: relative;
}
.magnet_img01{
  position: absolute;
  z-index: 10;
  max-width: 102px;
  width: 13%;
  top: 4%;
  right: 0%;
}
.intro_item{
  padding: 48px 0;
  background-image: url(../img/intro_BG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.intro_item_ttl{
  max-width: 486px;
  margin: 0 auto;
}
.intro_item_img_wrap{
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.intro_item_img{
  max-width: 241px;
}
@media only screen and (max-width: 640px) {
  .magnet_img01{
    width: 20%;
    top: -12%;
  }
  .intro_item_ttl{
    max-width: 292px;
  }
  .intro_item{
    background-image: url(../img/intro_BG_sp.png);
    padding: 32px 0 48px;
  }
}

/* ーーーーーーーー
kinri_item
ーーーーーーーー */
.kinri_item{
  background-image: url(../img/kinri_BG.png);
  background-size: cover;
  padding: 48px 0;
}
.kinri_item_ttl{
  max-width: 548px;
  margin: 0 auto;
}
.kinri_item_main_wrap{
  margin: 38px auto 32px;
  position: relative;
  max-width: 734px;
}
.kinri_img_pencil{
  position: absolute;
  bottom: -5%;
  right: -5%;
  z-index: 11;
  max-width: 260px;
  width: 28%;
}
.kinri_item_detail{
  font-size: 12px;
  margin-top: 32px;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.kinri_item_btn{
  text-align: center; 
}
.kinri_btn{
  width: 313px;
  padding: 13px 0;
  background-color: #ffffff;
  color: #272727!important;
  font-size: 17px;
  border-radius: 34px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  text-decoration: none!important;
  border: 1px solid #272727;
  position: relative;
  cursor: pointer;
}
.kinri_btn::before,
.kinri_btn::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:15px;
  height:2px;
  margin:auto;
  background:#272727;
}
.kinri_btn::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.kinri_btn.active::after{
  transform:rotate(0deg);
}
@media only screen and (max-width: 640px) {
  .kinri_item{
    padding: 32px 0;
  }
  .kinri_item_ttl{
    max-width: none;
  }
  .kinri_item_main_wrap{
    margin: 16px 0;
  }
  .kinri_btn{
    width: 274px;
    font-size: 15px;
  }
  .kinri_item_detail{
    margin-top: 16px;
  }
  .kinri_img_pencil{
    bottom: 0%;
    right: 0%;
    width: 24%;
  }
}

/* ーーーーーーーー
detail_item
ーーーーーーーー */
.detail_item{
  background-image: url(../img/detail_BG.png);
  background-position: bottom;
  background-size: cover;
}
.detail_wrap{
  margin: 0 auto;
  padding: 48px 0;
  position: relative;
}
.magnet_img02{
  position: absolute;
  max-width: 102px;
  width: 13%;
  top: 4%;
  right: 0%;
}
.detail_item_ttl{
  max-width: 452px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.detail_item_img:not(:first-child){
  margin-top: 24px;
}
.detail_item_img{
  position: relative;
}
.talent_img{
  position: absolute;
  max-width: 238px;
  width: 26%;
  top: -22.5%;
  left: 0%;
}
.detail_item_img_wrap{
  position: relative;
}
.explanation03,
.explanation04{
  margin-top: 30px;
  padding: 0 3%;
}
.explanation04{
  position: relative;
}
.expanation04_link{
  position: absolute;
  right: 14%;
  bottom: 4%;
  font-size: clamp(10px, 1.3vw, 14px);
}
.explanation04_img04_note{
  color: #A85700;
}
.explanation04_img04_link{
  color: #EA5504!important;
}
.detail_item_01_link{
  font-size: clamp(10px, 1.3vw, 12px);
  color: #EA5504!important;
  position: absolute;
  right: 14%;
  bottom: 39%;
}
.detail_item01_img{
  position: relative;
}
@media only screen and (max-width: 640px) {
  
  .detail_item{
    background-image: url(../img/detail_BG_sp.png);
  }
  .detail_wrap{
    padding: 32px 0;
  }
  .detail_item_ttl{
    max-width: 248px;
  }
  .talent_img{
    top: -7.9%;
    left: 2%;
  }
  .magnet_img02{
    width: 20%;
    top: clamp(33px, 8vw, 43px);
  }
  .detail_item_01_link{
    right: 5%;
    bottom: 42%;
    font-size: clamp(10px, 3.3vw, 17px);
  }
  .detail_btn_wrap{
    margin-top: 12px!important;
  }
  .expanation04_link{
    right: 10%;
    bottom: 4%;
    font-size: clamp(12px, 3vw, 20px);
  }
}

/* ーーーーーーーー
flow_item
ーーーーーーーー */
.flow_item{
  background-image: url(../img/flow_BG.png);
  background-size: cover;
  padding: 48px 0 0;
}
.flow_item_ttl{
  max-width: 578px;
  margin: 0 auto;
}
.flow_intro_img{
  max-width: 504px;
  margin: 0 auto;
}
.flow_item_wrap{
  padding: 48px 45px;
  background-color: #fff;
  border-radius: 30px;
}
.flow_item_wrap>h3{
  font-size: 27px;
  text-align: center;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.4;
}
.flow_app_download_item{
  margin-top: 32px;
}
.flow_item_qa{
  margin-top: 40px;
  text-align: center;
}
.flow_item_qa_txt01{
  color: #EA5504!important;
  font-size: 21px;
}
.flow_item_qa_txt02{
  font-size: 15px;
  margin-top: 8px;
}
.flow_btn_wrap,
.detail_btn_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 12px 0;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 48px;
}
.flow_account_opening_btn01,
.flow_account_opening_btn02,
.detail_account_opening_btn{
  width: 320px;
  padding: 10px 0;
  background-color: #404040;
  color: #fff!important;
  font-size: 24px;
  border-radius: 34px;
  display: block;
  position: relative;
  font-weight: bold;
  text-decoration: none!important;
  text-align: center;
}
.flow_account_opening_btn01::after,
.flow_account_opening_btn02::after,
.detail_account_opening_btn::after{
  position: absolute;
  content: "";
  background-image: url(../img/arrow_icon01.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  width: 22px;
  height: 25px;
}
.flow_account_opening_btn01{
  background-color: #EA5504!important;
}
.movie_item_wrap{
  margin-top: 48px;
}
.movie_item_movie{
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}
.movie_item_movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .flow_item{
    padding: 32px 0 0;
  }
  .flow_item_ttl{
    max-width: 262px;
  }
  .flow_item_wrap{
  padding: 32px 15px;
}
  .flow_item_wrap>h3{
    font-size: 20px;
  }
  .movie_item_movie{
    max-width: 600px;
    padding: 0 2%;
    aspect-ratio: 16 / 9;
  }
  .flow_btn_wrap{
    display: block;
  }
  .flow_account_opening_btn01,
  .flow_account_opening_btn02,
  .detail_account_opening_btn{
    font-size: 20px;
    margin: 0 auto;
  }
  .flow_account_opening_btn02{
    margin-top: 16px;
  }
  .flow_account_opening_btn01::after,
  .flow_account_opening_btn02::after,
  .detail_account_opening_btn::after{
    width: 18px;
  }
  .flow_item_qa{
    margin-top: 32px;
  }
}

/* ーーーーー
アコーディオン
ーーーーー */
.accordion{
  max-width:900px;
  margin:40px auto;
}
.accordion_item{
  position:relative;
  background:#F7F1E8;
  border-radius:24px;
  padding:40px 24px 40px 110px;
  margin-bottom:24px;
  cursor:pointer;
}
.accordion_item::before{
  content:"";
  position:absolute;
  left:57px;
  top:90px;
  width:15px;
  bottom: -35px;
  background:#F8D0BA;
  z-index: 1;
}
.accordion_item:last-child::before{
  display:none;
}
.step_badge{
  position:absolute;
  left:-70px;
  top:30%;
  transform: translateY(-50%); 
  width:50px;
}
.accordion_header{
  position: relative;
}
.accordion_header::before,
.accordion_header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:15px;
  height:2px;
  margin:auto;
  background:#EA5504;
}
.accordion_header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion_header.active::after{
  transform:rotate(0deg);
}
.accordion_title{
  color:#EA5504;
  font-size:18px;
  font-weight:bold;
  padding-right: 40px;
  position: relative;
}
.accordion_content{
  margin-right: 40px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.detail_link_wrap{
  text-align: right;
}
.accordion_content_line{
  width: 100%;
  height: 1px;
  background-color: #EA5504;
  margin: 16px 0;
}
.accordion_content p{
  margin:0 0 8px;
  font-size:14px;
  line-height:1.7;
}
.detail_link{
  display:inline-block;
  margin-top:8px;
  color:#EA5504!important;
  font-weight:normal;
  font-size: 16px;
}
@media only screen and (max-width: 640px){
  .accordion{
    margin-top: 32px;
  }
  .accordion_header{
    min-height: 4em;
    display: flex;
  }
  .accordion_item{
    padding:20px 16px 20px 72px;
    border-radius:16px;
  }
  .ac_line_sp{
    margin-top: 0px;
  }
  .accordion_title{
    font-size:16px;
    padding-right: 30px;
    display: flex;
    align-items: center;
  }
  .accordion_header::before,
  .accordion_header::after{
    right: 0;
  }
  .step_badge{
    left: -60px;
    top: 50%;
  }
  .accordion_content{
    margin-right: 0px;
  }
  .accordion_item::before{
    top: 95px;
    bottom: -34px;
    left: 29px;
  }
  .accordion_item:not(:first-child)::before{
    top: 87px;
    bottom: -35px;
    left: 29px;
  }
}

/* ーーーーーーーー
app_item
ーーーーーーーー */
.app_download_item{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 93px;
}
.app_store_txt,
.google_store_txt{
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}
.app_store_img_wrap,
.google_store_img_wrap{
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  margin-top: 24px;
}
.app_store_img,
.google_store_img{
  max-width: 168px;
  margin: 0 auto;
}
.app_store_img_QR,
.google_store_img_QR{
  max-width: 97px;
  margin: 0 auto;
}
.app_store_detail{
  margin-top: 48px;
  font-size: 12px;
}
.app_store_detail_txt{
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
}
.app_store_detail_link{
  color: #EA5504!important;
  margin-left: 16px;
}
.app_store_detail_txt>p:last-child{
  margin-top: 8px;
}
@media only screen and (max-width: 640px) {
  .app_item_wrap{
    padding: 32px 15px;
  }
  .app_download_item{
    gap: 30px;
    align-items: stretch;
    margin-top: 24px;
  }
  .app_store_wrap,
  .google_store_wrap{
    display: flex;
    flex-direction: column;
  }
  .app_store_txt,
  .google_store_txt{
    font-size: 12px;
  }
  .app_store_img_wrap,
  .google_store_img_wrap{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    gap: 16px;
  }
  .app_store_img,
  .google_store_img{
    display: flex;
    align-items: center;
    height: 100%;
  }
  .app_store_img_QR,
  .google_store_img_QR{
    margin-top: auto;
  }
  .app_store_detail{
    margin-top: 24px;
    line-height: 1.7;
  }
  .app_store_detail_link{
    margin-left: 0;
  }
  .app_store_detail_txt{
    font-size: 14px;
    margin-top: 16px;
  }
  .app_store_detail_txt>p:last-child{
    margin-top: 16px;
  }
}

/* ーーーーーーーー
cm_gallery
ーーーーーーーー */
.cm_gallery{
  background-image: url(../img/cm_BG.png);
  background-size: cover;
  padding: 48px 0 ;
}
.cm_gallery_ttl{
  max-width: 491px;
  margin: 0 auto;
}
.cm_gallery_main{
  margin-top: 40px;
}
.movie_slider{
  max-width: 1200px!important;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}

.swiper{
  overflow: visible; /* 前後を見切れさせる */
  padding-bottom: 50px!important;
}

.swiper-wrapper{
  align-items: center;
}

.swiper-slide{
  width: 550px!important;
  text-align: center;
  position: relative;
}

.slider_movie_item{
  width: 100%;
  aspect-ratio: 16 / 9;
}

.slider_movie_item iframe{
  width: 100%;
  height: 100%;
  border: none;
}

/* 矢印位置調整 */
.swiper-button-prev{
  left: 6%!important;
  color: #ffffff!important;
  display: none!important;
}
.swiper-button-next{
  right: 6%!important;
  color: #ffffff!important;
  display: none!important;
}
.swiper-pagination-bullet{
  width: 11px!important;
  height: 11px!important;
  margin: 0 10px!important;
  background: #ffffff!important;
  opacity: 1!important;
}
.swiper-pagination-bullet-active {
  background: #EA5405!important;
}

.movie_txt{
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 4px 10px;
  font-size: 16px;
  width: 100%;
}

.swiper-pagination{
  position: absolute;
  bottom: -20px!important;
  left: 50%!important;
  transform: translateX(-50%)!important;
}

@media only screen and (max-width: 640px){
  .cm_gallery{
    padding: 40px 0 32px;
  }
   .slider_movie_item{
    max-width: 600px!important;
    padding: 0 2%!important;
    aspect-ratio: 16 / 9!important;
  }
  .movie_txt{
    font-size: 14px!important;
    bottom: -30px!important;
  }
  .swiper-slide{
    width: 80%!important;
  }
  .swiper-pagination{
    bottom: -10px!important;
  }
}

/* ーーーーーーーー
account_opening_item
ーーーーーーーー */
.account_opening_item{
  background-color: #EA5504;
  padding: 48px 0;
}
.account_opening_item_ttl{
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.3;
}
.mgt54{
  margin-top: 54px;
}
.account_opening_item_wrap{
  background-color: #F7F1E8;
  padding: 24px 0px;
  border-radius: 30px;
  text-align: center;
  margin-top: 32px;
}
.account_opening_item_sub_ttl{
  font-size: 18px;
}
.account_opening_item_txt{
  font-size: 14px;
  margin-top: 8px;
}
.account_opening_item_sub_ttl,
.account_opening_item_txt{
  color: #404040;
}
.account_opening_item_btn01{
  width: 320px;
  padding: 10px 0;
  background-color: #EA5504;
  color: #fff!important;
  font-size: 24px;
  border-radius: 34px;
  display: block;
  margin: 16px auto 0;
  position: relative;
  font-weight: bold;
  text-decoration: none!important;
  text-align: center;
}
.account_opening_item_btn01::after{
  position: absolute;
  content: "";
  background-image: url(../img/arrow_icon01.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  width: 22px;
  height: 25px;
}
.account_opening_item_btn02{
  width: 271px;
  padding: 13px 0;
  background-color: #404040;
  color: #fff!important;
  font-size: 16px;
  border-radius: 34px;
  display: block;
  margin: 16px auto 0;
  position: relative;
  font-weight: bold;
  text-decoration: none!important;
}
.account_opening_item_btn02::after{
  position: absolute;
  content: "";
  display: inline-block; 
  background-repeat: no-repeat;
  background-image: url(../img/arrow_icon02.svg);
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  width: 19px;
  height: 21px;
}
.account_opening_item_btn02_detail{
  margin-top: 16px;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .account_opening_item_wrap{
    padding: 16px;
    margin-top: 24px;
  }
  .account_opening_item_btn01{
    width: 273px;
    font-size: 22px;
  }
  .account_opening_item_btn02{
    width: 258px;
  }
  .account_opening_item_sub_ttl{
    font-size: 16px;
  }
}

/* ーーーーーーーー
共通部分
ーーーーーーーー */

/* ======== 
sty-cvfixd 
=========== */
.sty-cvfixd {
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px 0;
}
@media only screen and (max-width: 640px) {
.sty-cvfixd a.c-btn-account.size-01 {
  width: 350px;
}
}

.sty-account-footer-height {
  height: 107px;
}
.sty-account-footer-height-app {
  height: 99px;
}
@media only screen and (max-width: 640px) {
  .sty-account-footer-height {
  height: 103px;
  }
}

.c-or_area a.c-btn-account.icon-login.sty-mail_icon.size-01 > .label:before {
  mask: url(/assets/img/icon_mail_01.png) no-repeat center center / contain;
  -webkit-mask: url(/assets/img/icon_mail_01.png) no-repeat center center / contain;
}

/* ====
footer 
======= */
#jbk-footer-area.jbk-footer-au_pay{
  font-size: 100%;
  margin-top: 2em;
  text-align: center;
}
.jbk-footer-au_pay .jbk-footer-logo{
  background-color: #fff;
}
.jbk-footer-au_pay .jbk-footer-logo img{
  width: 260px;
}
.jbk-footer-au_pay .jbk-footer-top,
.jbk-footer-au_pay .jbk-footer-top .c-noteList-01 li,
.jbk-footer-au_pay .jbk-footer-bot{
  color: #fff;
}
.jbk-footer-au_pay .jbk-footer-top{
  background-color: #898989;
  padding: 40px 10px;
}
.jbk-footer-au_pay .jbk-footer-top .c-copy-01 p:first-child{
  font-size: 150%;
}
.jbk-footer-au_pay .jbk-footer-top .c-noteList-01 li{
  display: inline-block;
  text-align: left;
}
.jbk-footer-au_pay .jbk-footer-bot{
  background-color: #747474;
  padding: 40px 10px;
}
@media only screen and (max-width: 640px){
  .jbk-footer-au_pay .jbk-footer-logo img{
    width: 130px;
  }
  .jbk-footer-au_pay .jbk-footer-top{
    padding: 20px 10px;
  }
  .jbk-footer-au_pay .jbk-footer-top .c-copy-01 p:first-child{
    font-size: 125%;
  }
  .jbk-footer-au_pay .jbk-footer-bot{
    padding: 20px 10px;
  }
}

/* =========================
   Video Modal
========================= */
.videoModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.videoModal.is-open {
  display: block;
}
.videoModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
}
.videoModal__dialog {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(1000px, calc(100% - 32px));
  height: fit-content;
  top: 50%;
  transform: translateY(-50%);
}
.videoModal__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}
.videoModal__frame iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.videoModal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -44px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  font-size: 24px;
  line-height: 40px;
  color: #535252!important;
  padding-bottom: 4px;
}
@media (max-width: 640px) {
  .videoModal__close { top: -46px; }
}
/* iframeの上のボタンでクリックを拾う */
.slider_movie_item { position: relative; }
.slider_movie_item iframe { pointer-events: none; }

.ytModalTrigger{
  position:absolute;
  inset:0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
