@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
.pc_disp {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp_disp {
    display: none !important;
  }
}

body {
  line-height: 1;
}

.MainColumn {
  text-align: left;
  background: #fff;
  color: #333;
  font-weight: 300;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .MainColumn {
    font-family: "ヒラギノ角ゴ ProN", sans-serif;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

/*===============================
	lp css
================================*/
.fv {
  background: url("../../../common/img/regist/first_gift/fv_bg_pc.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  height: 320px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fv {
    background: url("../../../common/img/regist/first_gift/fv_bg_sp.png") no-repeat;
    background-size: cover;
    background-position: top;
    height: 57.3333333333vw;
  }
}
.fv_notice {
  padding: 12px 0;
  background: #fff;
  text-align: center;
  color: #D53A32;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 17px;
  font-family: "M PLUS 1p", serif;
}
@media screen and (max-width: 767px) {
  .fv_notice {
    font-size: 15px;
    font-size: 4vw;
  }
}
.fv_inner {
  position: relative;
  z-index: 1;
  padding: 22px 0 0;
  max-width: 545px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .fv_inner {
    max-width: inherit;
    padding: 3.2vw 0 0;
  }
}
.fv_logo {
  width: 170px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .fv_logo {
    margin-bottom: 7px;
    width: 33.0666666667vw;
  }
}
.fv_title {
  width: 398px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv_title {
    width: 70.9333333333vw;
  }
}
.fv_title02 {
  width: 107px;
  position: absolute;
  right: 0;
  bottom: -11%;
}
@media screen and (max-width: 767px) {
  .fv_title02 {
    width: 19.4666666667vw;
    right: 11px;
    bottom: -15%;
  }
}

.fv_bottom {
  padding: 27px 0;
  margin-bottom: 20px;
  background: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .fv_bottom {
    padding: 5.3333333333vw 0;
    margin-bottom: 5.3333333333vw;
  }
}
.fv_bottom_inner {
  max-width: 444px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv_bottom_inner {
    max-width: 89.3333333333vw;
  }
}
.fv_bottom_text {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .fv_bottom_text {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.fv_bottom_text span {
  color: #E03D3D;
}
.fv_bottom_list {
  background: #fff;
  border: solid 2px #D53A32;
  border-radius: 4px;
  padding: 21px 44px;
}
@media screen and (max-width: 767px) {
  .fv_bottom_list {
    padding: 4.5333333333vw 3.4666666667vw;
  }
}
.fv_bottom_list li {
  position: relative;
  padding-left: 23px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .fv_bottom_list li {
    padding-left: 5.3333333333vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.fv_bottom_list li span {
  border-bottom: 2px solid #FFBCB9;
  font-size: 17px;
  color: #D53A32;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fv_bottom_list li span {
    padding-bottom: 2px;
    font-size: 15px;
    font-size: 4vw;
  }
}
.fv_bottom_list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 1em;
  height: 0.5em;
  border-bottom: 2px solid #D53A32;
  border-left: 2px solid #D53A32;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .fv_bottom_list li::before {
    top: 7%;
    left: 1%;
  }
}
.fv_bottom_list li + li {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .fv_bottom_list li + li {
    margin-top: 5.3333333333vw;
  }
}

.main_cont {
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .main_cont {
    margin-bottom: 5.8666666667vw;
  }
}
.main_cont .cont_head {
  position: relative;
  padding: 20px 0 15px;
  margin: 0 auto 30px;
  max-width: 580px;
  background: #AE291D;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-weight: bold;
  color: hsl(0, 0%, 100%);
  letter-spacing: 0.1rem;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_head {
    padding: 3.7333333333vw 0 2.6666666667vw;
    margin-bottom: 4.5333333333vw;
    max-width: inherit;
    border-radius: 10px 10px 0 0;
    font-size: 15px;
    font-size: 4vw;
  }
}
.main_cont .cont_head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 58px solid transparent;
  border-right: 58px solid transparent;
  border-top: 10px solid #AE291D;
}
.main_cont .cont_inner {
  max-width: 445px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_inner {
    max-width: 89.3333333333vw;
  }
}
.main_cont .img01 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .main_cont .img01 {
    margin-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .main_cont .title01 {
    display: block;
    margin: 0 auto;
    width: 79.2vw;
  }
  .main_cont .title02 {
    display: block;
    margin: 0 auto;
    width: 58.4vw;
  }
  .main_cont .title03 {
    display: block;
    margin: 0 auto;
    width: 76.2666666667vw;
  }
}
.main_cont .notice {
  margin-top: 17px;
  position: relative;
  padding-left: 15px;
  line-height: 1.7;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .main_cont .notice {
    padding-left: 3.2vw;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.main_cont .notice span {
  color: #D53A32;
}
.main_cont .notice::before {
  content: "※";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}
.main_cont .cont_list {
  position: relative;
  margin-top: 20px;
  padding-left: 33px;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list {
    margin-top: 2.1333333333vw;
    padding-left: 6.6666666667vw;
  }
}
.main_cont .cont_list::before {
  background: url("../../../common/img/regist/first_gift/list_img.png") no-repeat;
  content: "";
  display: block;
  width: 14px;
  height: 231px;
  position: absolute;
  background-size: contain;
  top: 26px;
  left: 0%;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list::before {
    height: 46.4vw;
    top: 4.8vw;
    width: 2.9333333333vw;
  }
}
.main_cont .cont_list li {
  position: relative;
  display: flex;
}
.main_cont .cont_list li::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 16px solid #D53A32;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list li::before {
    left: -2.6666666667vw;
    border-top: 2.6666666667vw solid transparent;
    border-right: 4.2666666667vw solid #D53A32;
    border-bottom: 2.6666666667vw solid transparent;
  }
}
.main_cont .cont_list li::after {
  position: absolute;
  content: "";
  border-top: 2px solid #DADADA;
  border-right: 2px solid #DADADA;
  width: 15px;
  height: 15px;
  transform: rotate(135deg) translateX(-50%);
  left: 43%;
  bottom: -31px;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list li::after {
    width: 12px;
    height: 12px;
    left: 42%;
    bottom: -6.1333333333vw;
  }
}
.main_cont .cont_list li:last-of-type::after {
  content: none;
}
.main_cont .cont_list li + li {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list li + li {
    margin-top: 8vw;
  }
}
.main_cont .cont_list .list_head {
  padding: 13px 7px;
  background: #D53A32;
  border-radius: 4px 0 0 4px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list .list_head {
    padding: 1.8666666667vw 1.0666666667vw;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.main_cont .cont_list .list_head > svg {
  display: block;
  margin: 5px auto 0;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list .list_head > svg {
    margin-top: 1.3333333333vw;
    width: 6.1333333333vw;
    min-height: 4.2666666667vw;
  }
}
.main_cont .cont_list .list_body {
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  background: #F3F3F3;
  border-radius: 0 4px 4px 0;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list .list_body {
    padding: 2.4vw;
  }
}
.main_cont .cont_list .list_body .title {
  margin-bottom: 5px;
  font-weight: bold;
  color: #D53A32;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list .list_body .title {
    margin-bottom: 1.3333333333vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
.main_cont .cont_list .list_body .text {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list .list_body .text {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.main_cont .cont_list02 {
  padding: 54px 0 0;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list02 {
    padding: 12.5333333333vw 0 0;
  }
}
.main_cont .cont_list02 li {
  position: relative;
  margin-bottom: 47px;
  padding: 36px 0 20px;
  border-radius: 4px;
  border: solid 2px #FDEFEF;
  text-align: center;
  line-height: 1.55;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list02 li {
    margin-bottom: 9.3333333333vw;
    padding: 6.1333333333vw 0 4vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.main_cont .cont_list02 li span {
  font-weight: bold;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list02 li span {
    font-size: 15px;
    font-size: 4vw;
  }
}
.main_cont .cont_list02 li .list_icon {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #FDEFEF;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list02 li .list_icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: -8.8vw;
  }
}
.main_cont .cont_list02 li .list_icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .main_cont .cont_list02 li:first-of-type .list_icon > svg {
    width: 9.6vw;
    height: 5.8666666667vw;
  }
  .main_cont .cont_list02 li:nth-child(2) .list_icon > svg {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .main_cont .cont_list02 li:last-of-type .list_icon > svg {
    width: 8vw;
    height: 5.8666666667vw;
  }
}

.fixedBox {
  position: fixed;
  bottom: 0;
  z-index: 9999999;
}

.sec_ctaWrap {
  min-height: 88px;
}
.sec_ctaWrap .sec_cta {
  display: block;
  padding: 21px 0px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background: #FFFCF4;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .sec_ctaWrap .sec_cta {
    padding: 5.6vw 0;
  }
}

.float_btn {
  position: relative;
  display: block;
  width: 380px;
  height: 46px;
  line-height: 46px;
  margin: 0 auto;
  border-radius: 2em;
  background: #D53A32;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN";
}
.float_btn .arrow {
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  top: 0%;
  bottom: 0;
  margin: auto;
  right: 10%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .float_btn .arrow {
    right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .float_btn {
    width: 84vw;
    height: 12.2666666667vw;
    line-height: 12.2666666667vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
@media screen and (min-width: 1024px) {
  .float_btn:hover .arrow {
    right: 8%;
  }
}

/*オーバーレイのバナー*/
#netkeirin_other_overlay {
  display: none !important;
}

.overlay-ad {
  display: none !important;
}/*# sourceMappingURL=first_gift.css.map */