@charset "UTF-8";
body {
  width: 100%;
  color: #000;
  background: #fff; }

.wrapper {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative; }

.wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/img/gold_sp.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1; }

@media screen and (min-width: 720px) {
  .wrapper::before {
    background-image: url("../../assets/img/gold_pc.jpg"); } }
/*---header---*/
.header {
  display: block;
  width: 100%;
  height: auto;
  background-image: url("../../assets/img/bg_mv.png"), url("../../assets/img/bg_smoke.jpg");
  background-position: center top, center top;
  background-size: auto 100%,auto 100%;
  background-repeat: no-repeat, repeat-x;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative; }
  .header img {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0; }

/*---リードエリア---*/
.section1 {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: transparent; }
  .section1 .lead_txt {
    display: block;
    width: 88%;
    max-width: 660px;
    margin: 0 auto;
    padding: 0;
    position: relative; }
    .section1 .lead_txt img {
      margin-top: 8%;
      margin-bottom: 6%; }

/*---ポイント獲得方法---*/
.section2 {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 6% 0;
  background: url("../../assets/img/howtobg_sp.jpg") center center no-repeat;
  background-size: 120% 100%; }

@media screen and (min-width: 720px) {
  .section2 {
    background: url("../../assets/img/howtobg_pc.jpg") center center no-repeat;
    background-size: cover; } }
.howto_wrap {
  display: block;
  width: 88%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .howto_wrap .pointicon__box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 98%;
    height: auto;
    margin: 2% auto 3% auto;
    padding: 0;
    position: relative; }
    .howto_wrap .pointicon__box img {
      width: 32%;
      height: auto; }

/*---プレゼント---*/
.section3 {
  display: block;
  width: 90%;
  max-width: 870px;
  margin: 2% auto;
  padding: 20px 0;
  position: relative; }
  .section3 p, .section3 h3 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto; }
  .section3 .present_photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 0;
    position: relative; }
    .section3 .present_photo li {
      width: 49%;
      margin-bottom: 1%; }
    .section3 .present_photo li.sp-lge {
      width: 100%;
      max-width: 520px;
      margin: 0 auto 1% auto; }
      .section3 .present_photo li.sp-lge img {
        width: 100%; }
  @media screen and (min-width: 720px) {
    .section3 .present_photo {
      max-width: 1080px; }
      .section3 .present_photo li {
        width: 32%;
        margin-bottom: 2%; }
      .section3 .present_photo li.sp-lge {
        width: 43%;
        max-width: 530px;
        margin: 0 1% 2% auto; }
        .section3 .present_photo li.sp-lge img {
          width: 90%; }
      .section3 .present_photo li.pc-lge {
        width: 43%;
        max-width: 530px;
        margin: 0 auto 2% 1%; }
        .section3 .present_photo li.pc-lge img {
          width: 90%; } }
  .section3 .present_txt {
    display: block;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0 auto;
    list-style: none;
    font-size: 1.36rem;
    font-family: "Noto sans JP", sans-serif;
    font-weight: 600;
    color: #525252; }
    .section3 .present_txt li {
      position: relative;
      padding-left: 1.4em; }
    .section3 .present_txt li::before {
      content: '\0203B';
      position: absolute;
      left: 0; }

.noticeBox {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 15px 0 30px 0;
  background: #941b1b;
  color: #fff;
  font-family: "Noto sans JP", sans-serif;
  position: relative; }

.notice_inner {
  display: block;
  width: 96%;
  max-width: 800px;
  margin: 0 auto 0 auto;
  padding: 20px 0 20px 0;
  position: relative;
  font-size: 1.28rem;
  line-height: 1.5; }
  .notice_inner h3 {
    font-weight: 700;
    text-align: center;
    font-size: 1.8rem; }

@media screen and (min-width: 720px) {
  .notice_inner {
    font-size: 1.36rem;
    line-height: 1.5; }
    .notice_inner h3 {
      font-weight: 700;
      text-align: center;
      font-size: 2.4rem; } }
.text_wrap {
  display: block;
  width: 100%;
  height: 210px;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 10px 8px 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: relative; }
  .text_wrap .text_inner {
    display: block;
    width: 100%;
    height: 180px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    padding: 14px 2px 14px 14px;
    /*border-radius: 20px;*/
    position: relative; }
    .text_wrap .text_inner a {
      color: gold;
      text-decoration: none; }
    .text_wrap .text_inner a:hover {
      color: palegoldenrod;
      text-decoration: underline; }
    .text_wrap .text_inner ul {
      list-style: none; }
    .text_wrap .text_inner li {
      text-indent: -1.5rem;
      margin-bottom: 8px;
      padding-right: 5px;
      color: #E7E7E7; }
    .text_wrap .text_inner li::before {
      content: "";
      width: 8px;
      height: 8px;
      display: inline-block;
      background-color: #BC0003;
      border-radius: 50%;
      position: relative;
      top: -1px;
      margin-right: 5px; }

@media screen and (min-width: 720px) {
  .text_wrap {
    height: 220px;
    padding: 20px 10px 14px 24px; }
    .text_wrap .text_inner {
      height: 184px;
      padding: 16px 6px 18px 18px; } }
/*---footer area---*/
.share_icon {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: auto;
  margin: 0;
  padding: 10px;
  background: #ce0000;
  position: relative; }
  .share_icon div {
    width: 12%;
    max-width: 34px;
    margin: 0 3px; }

.page_foot {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size: 1.3rem;
  color: #000;
  background: #fff;
  position: relative; }
  .page_foot .logo {
    display: block;
    width: 40%;
    max-width: 200px;
    margin: 0 auto 20px auto;
    padding: 0;
    position: relative; }
  .page_foot .policy {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 96%;
    height: auto;
    margin: 20px auto 0 auto;
    font-size: 11px;
    line-height: 1.0; }
    .page_foot .policy li {
      margin: 5px 8px;
      white-space: nowrap；; }
    .page_foot .policy a {
      color: #000;
      text-decoration: none; }
    .page_foot .policy a:hover {
      color: #610809;
      text-decoration: underline;
      text-decoration-color: #610809;
      text-decoration-style: dotted;
      text-underline-offset: 0.5ex; }
  .page_foot .footer_copyright {
    font-family: YakuHanMPs, "Noto serif JP", serif;
    font-size: 11px;
    padding: 10px 0; }
