@charset "UTF-8";

/* 共通 */
p {
  margin: 0;
}

.area-contents {
  padding-bottom: 0px;
  text-align: center;
}

.area-contents .mod-wrap {
  background-color: #ED7969;
}

.area-contents .title {
  margin-bottom: 20px;
}

/*-------------- top --------------*/
.area-contents .top {
  position: relative;
  margin-bottom: 10px;
  padding: 50px 0 0px 0;
}

.top .coin .coin_01 {
  position: absolute;
  bottom: 130px;
  left: 60px;
}

.top .coin .coin_02 {
  position: absolute;
  bottom: 110px;
  right: 50px;
}

/*-------------- present --------------*/
.area-contents .present {
  margin: 0 0 50px 0;
}

.area-contents .present .title {
  padding-top: 50px;
}

.area-contents .present .present_right {
  padding-right: 20px;
}

.area-contents .present .present_left {
  padding-left: 40px;
}

/*-------------- app_dl --------------*/
.app_dl {
  position: relative;
  margin: 0 0 70px 0;
}

.app_dl .code {
  position: absolute;
  top: 80px;
  right: 170px;
}

.app_dl .code p {
    margin-right: -45px;
    margin-top: 12px;
    color: #D71618;
    font-size: 49px;
    font-weight: bolder;
}

/*-------------- method --------------*/
.area-contents .method {
  background-color: #DDDDDD;
  padding: 50px 0 80px;
}

.area-contents .method .title {
  padding: 0 0 20px 0;
}

.area-contents .method .method_wrap {
  position: relative;
}

.area-contents .method .method_wrap .code {
  position: absolute;
  top: auto;
  right: 95px;
  bottom: 22px;
  left: auto;
}

.area-contents .method .method_wrap .code p {
  color: #cf000e;
  margin-bottom: 3px;
  font-size: 23px;
  font-weight: bolder;
}

/*-------------- shop --------------*/
.area-contents .shop {
  background-color: #fff;
  padding: 70px 0 100px;
}

.area-contents .shop p {
  font-weight: bold;
  padding: 15px 0 30px 0;
}

.area-contents .shop p a {
  text-decoration: underline;
}

.area-contents .shop p a:hover {
  opacity: 0.5;
  transition: 0.3s;
}



@media screen and (max-width:767px) {
  .area-contents .title {
    margin-bottom: 10px;
  }

  /*-------------- top --------------*/
  .area-contents .top {
    margin-bottom: 0px;
    padding: 20px 20px 0;
  }

  .top .coin .coin_01 {
    width: 17%;
    top: 53%;
    left: 3%;
  }

  .top .coin .coin_02 {
    width: 23%;
    top: 56%;
    right: 3%;
  }

  /*----------------- present -----------------*/
  .area-contents .present {
    margin: 0 0 30px 0;
  }

  .area-contents .present img {
    margin: 0 auto;
  }

  .area-contents .present .title {
    padding: 20px 20px 10px;
  }

  .area-contents .present .present_right {
    padding: 0 20px;
  }

  .area-contents .present .present_left {
    padding: 0 0 0 20px;
  }

  /*-------------- method --------------*/
  .area-contents .method {
    margin: 0px;
    padding: 30px 0;
  }

  .area-contents .method .title {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }

  .area-contents .step {
    margin: 0 40px;
    padding-bottom: 30px;
  }

  .area-contents .method .btn_step {
    position: relative;
  }

  .area-contents .method .btn_step .dl_btn {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 70%;
    top: 35%;
    left: 15%;
  }

  .area-contents .method .code_step .code {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8.5%;
    left: 0;
  }

  .area-contents .method .code_step .code p {
    color: #cf000e;
    font-size: 31px;
    font-weight: bolder;
  }

  /*-------------- shop --------------*/
  .area-contents .shop {
    padding: 30px 20px 40px;
  }

  .area-contents .shop img {
    margin: 0 auto;
  }

  .area-contents .shop p {
    font-size: 14px;
  }

}

/*-------------- アニメーション --------------*/
.scrollanime {
  transition: all ease 1s;
  opacity: 0;
}

.toUp {
  transform: translateY(50px);
}

.fadeIn.scrollanime {
  opacity: 1;
}

.fadeIn.toUp {
  transform: translateY(0);
}

/*-------------- ポイントたまる！つかえる！ --------------*/
.red {
  color: #cf000e;
}

.sk-point-about {
  background-color: #fcfce7;
  padding: 50px 0 100px;
}

.kv__title {
  margin-bottom: 40px;
}

.kv__title-1 {
  display: block;
}

.kv__title-1.__present {
  font-size: 40px;
  font-weight: bolder;
}

.__present {
  letter-spacing: .03em;
  line-height: 1.4;
}

.__present .large {
  font-size: 40px;
}

.kv__title-2 img {
  width: 60%;
}

.kv__title-5 img {
  width: 50%;
}

.lead__top {
  text-align: center;
  font-weight: bolder;
}

.lead__top p:first-of-type:after {
  display: block;
  content: "";
  width: 132px;
  height: 44px;
  background-image: url(../images/present-angle.png) no-repeat center center / contain;
}

.lead__top.__present p {
  font-size: 32px;
}

.lead__top.__present p:first-of-type::after {
  background-image: url(../images/present-angle.png);
  background-size: contain;
  margin: 20px auto;
}

.page-link {
  position: relative;
  background-color: #cf000e;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 552px;
  height: 76px;
  margin: 0 auto;
}

.page-link::after {
  position: absolute;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  right: 30px;
  width: 16px;
  height: 16px;
}

.page-link-wrapper {
  margin: 50px auto 0px;
}

.page-link-wrapper p {
  color: #fff;
  font-size: 24px;
}

.sk-point-about {
  position: relative;
}

.sk-point-about .coin_01 {
  position: absolute;
  top: 20px;
  left: 20px;
}

.sk-point-about .coin_02 {
  position: absolute;
  top: 250px;
  right: 20px;
}

.sk-point-about .coin_03 {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.sk-point-about .coin_04 {
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media screen and (max-width:767px) {
  .sk-point-about {
    padding: 10px 0 70px;
  }

  .kv__title {
    margin-bottom: 20px;
  }

  .kv__title-1.__present {
    font-size: 20px;
  }

  .__present .large {
    font-size: 28px;
  }

  .kv__title-2 img {
    width: 80%;
  }

  .kv__title-5 img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }

  .lead__top p:first-of-type:after {
    width: 82px;
    height: 28px;
  }

  .lead__top.__present p {
    font-size: 18px;
  }

  .lead__top.__present p:first-of-type::after {
    margin: 10px auto;
  }

  .page-link {
    border-radius: 10px;
    width: 250px;
    height: 80px;
  }

  .page-link::after {
    right: 10px;
    width: 10px;
    height: 10px;
  }

  .page-link-wrapper {
    margin: 20px auto 0px;
  }

  .page-link-wrapper p {
    font-size: 18px;
  }

  .sk-point-about .coin_01 {
    width: 16%;
    top: 25%;
    left: 8px;
  }

  .sk-point-about .coin_02 {
    width: 23%;
    top: 50%;
    right: 20px;
  }

  .sk-point-about .coin_03 {
    width: 29%;
    bottom: 5px;
    left: 0;
  }

  .sk-point-about .coin_04 {
    width: 33%;
    bottom: 5px;
    right: 0;
  }
}