@charset "UTF-8";
/* google font (NotoSansJP:weight@400;500;700) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');


#gasseri23_lp_contents {
  font-size: 62.5%; /* 16px(default) * 62.5% = 10px */
  color:#000;
  font-family: 'Noto Sans JP', sans-serif;
  margin:auto;
  max-width:750px;
  min-width: 375px;
  font-feature-settings: 'palt';
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width:749px) {
  #gasseri23_lp_contents {
      font-size: 1.33vw; /* 10px / 750px = 1.33% */
  }
}

#gasseri23_lp_contents img,
#gasseri23_lp_contents video {
  max-width:100%;
  display: block;
  margin: auto;
}

#gasseri23_lp_contents video {
  /* iPhone safariの枠線を消す */
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  /* PCのChromeの枠線を消す */
  outline: none;
  border: none;
}


#gasseri23_lp_contents .cta__wrapper {
  position: relative;
}

#gasseri23_lp_contents .cta_btn {
  width: 67em;
  position: absolute;
  bottom: 3.5em;
  left: 50%;
  transform: translateX(-50%);
}

#gasseri23_lp_contents .cta_btn:hover {
  opacity: .8;
}
#gasseri23_lp_contents .point .video_wrap {
  position: relative;
}
#gasseri23_lp_contents .point .video_wrap .attention {
  position: absolute;
  border: none;
  right: 0;
  bottom: 0;
  font-size: 2em;
  padding: .5rem;
}

#gasseri23_lp_contents .mt_minus {
  margin-top: -7rem;
}