#top-title.bg-try {
  position: relative;
  z-index: 0;
}
#top-title.bg-try::before {
  content: "";
  position: absolute;
  top: 0;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 30px solid #fff;
}
@media screen and (min-width: 767px) {
  #top-title.bg-try::before {
    border-top: 60px solid #fff;
  }
}
.u-bg--yellow {
  background-color: #FFDD40;
}
#top-title .c-link--border {
  border-bottom: 2px solid #000;
}
#top-title .c-link-icon{
  color: #000;
}
#top-title .c-box {
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
  border: 2px solid #000;
}
#top-title .c-link-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.067em;
  height: 1.067em;
  position: relative;
  top: -1px;
  margin-right: 0.4em;
  background-image: url(../../img/shared/icon_arrow_blue.png);
}
#top-title {
  padding: 78px 0 20px;
}
@media screen and (min-width: 767px) {
  #top-title {
    padding: 130px 0 60px;
  }
}
#obtain-lp [id^="modal-product"] img {
  width: 100%;
}
#obtain-lp .c-modal__contents{
  position: relative;
}
#obtain-lp .c-list-note > li.double-num {
  text-indent: -30px;
  padding-left: 30px;
}
@media screen and (max-width: 766px) {
  #obtain-lp .c-list-note > li.double-num {
    text-indent: -24px;
    padding-left: 24px;
  }
}
#obtain-lp .c-fixed-btn .hide{
  display: none;
}
#obtain-lp .c-fixed-btn:not(.is-fixed) a{
  margin-top: 20px;
}
@media screen and (max-width: 766px){
  #obtain-lp .c-fixed-btn:not(.is-fixed) a{
    margin-top: 10px;
  }
}
#obtain-lp .c-fixed-btn--bottom{
  display: block;
}
#obtain-lp{
  padding-bottom: 20px;
}
#obtain-lp .l-inner{
  padding: 0 10px;
}
@media screen and (max-width: 766px){
  #obtain-lp{
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 766px){
  #obtain-lp .c-box__title {
      font-size: 20px;
  }
}
#obtain-lp .c-modal__contents {
  position: relative;
}
#obtain-lp .c-modal__contents .link__google-pixel-7a {
  cursor: pointer;
  position: absolute;
  width: 48%;
  height: 0.2%;
  top: 29.25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
}
@media screen and (min-width: 767px) {
  #obtain-lp .c-modal__contents .link__google-pixel-7a {
    width: 18%;
    height: 0.5%;
    top: 23.6%;
    left: 14%;
    transform: none;
  }
}
#obtain-lp .c-modal__contents .link__google-pixel-7a.no-click {
  pointer-events: none;
}


/* modal-video */
.modal-video_close {
  cursor: pointer;
}

.modal-video-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.lock {
  overflow: hidden;
}

.modal-video-link {
  margin-bottom: 70px;
}

@media only screen and (max-width: 900px) {
  .modal-video_open-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    height: 100%;
  }
}
span.modal-video_open {
  cursor: pointer;
  background-size: 1em;
  font-size: 18px;
  color: #0b5bce;
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: bold;
}

@media only screen and (max-width: 900px) {
  .modal-video_open {
    margin-top: 0;
  }
}
.modal-video_box {
  position: fixed;
  z-index: 10002;
  display: none;
  width: 80%;
  max-width: 640px;
  margin: 0;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-video_box .modal-video_mov {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}

.modal-video_box .modal-video_mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video_box p {
  display: block;
  position: absolute;
  top: -45px;
  width: 100%;
  height: 0;
}

.modal-video_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
}

.modal-video_close img {
  width: 31px;
  height: 31px;
}

.modal-video_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.8);
}

.modal-video_open-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 100%;
}

.modal-video_open img {
  width: 285px;
}

@media only screen and (max-width: 900px) {
  .modal-video_open img {
    width: 100%;
  }
}

#obtain-lp .font-google {
  font-family: Helvetica, Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", system-ui, sans-serif;
}

#obtain-lp .hero__img__device, #obtain-lp .hero__img__text {
  background-position: center center;
}
.c-modal__btn{
  padding: 20px;
}