@charset "utf-8";

body {
  margin: 0 auto;
  background: #fff;
  color: #444;
  text-align: left;
  font-weight: lighter;
  font-size: 14px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: url(../../../assets/img/top_bg_line.png);
  background-repeat: repeat-x;
  position: relative;
}

@media screen and (max-width: 768px) {
  body {
    background-image: url(../../../assets/img/sp_bg_line_top.png);
    background-repeat: repeat-x;
    background-size: 100%;
  }

  .bg {
    background-image: none !important;
  }
}

.bg {
  background-image: url(../img/bg_pc.png);
  background-repeat: repeat;
  background-size: inherit;
}

.white {
  background: rgba(255, 255, 255, 0.75);
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

/* layout */

.main_container {
  overflow: hidden;
}

/* header */

.header {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  border-bottom: double 4px #d8d8d8;
}

.header_inner {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.toplogo img {
  width: 116px;
  margin-top: 32px;
  float: left;
}

.toplogo_copy {
  display: table-cell;
  font-size: 12px;
  color: #333333;
  vertical-align: middle;
  padding: 45px 0 0 8px;
}

.copy_logo {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    border-bottom: solid 1px #d8d8d8;
  }

  .header_inner {
    width: 100%;
    margin: 24px 0 12px 0;
  }

  .toplogo img {
    display: block;
    margin: 0 auto;
    width: 55px;
    float: none;
    margin-bottom: 5px;
  }

  .toplogo_copy {
    display: none;
  }

  .copy_logo {
    display: block;
  }
}

/* footer */

.footer {
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  padding: 64px 0;
  border-top: double 4px #d8d8d8;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 32px 0;
  }
}

/* clearfix */

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* first_view */

.first_wrap {
  display: block;
  margin: 0 auto;
  width: 540px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 40px;
}

.pc_top {
  display: block;
  margin: 0 auto;
  width: 540px;
}

.sp_top {
  display: none;
}

.prize {
  display: block;
  margin: 0 auto;
  width: 540px;
  background: #df5154;
  box-sizing: border-box;
  padding: 12px 0;
}

.prize_name {
  display: block;
  margin: 0 auto;
  color: #df5154;
  text-align: center;
  background: #fff;
  width: 350px;
  padding: 12px 0;
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 16px;
}

.period {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.cloud {
  display: block;
  margin: 0 auto;
  width: 540px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .first_wrap {
    width: 100%;
    background-repeat: repeat-x;
  }

  .pc_top {
    display: none;
  }

  .sp_top {
    display: block;
    width: 100%;
  }

  .prize {
    width: 100%;
  }

  .cloud {
    width: 100%;
  }
}

/* conversion */

.conversion_area {
  display: block;
  margin: 0 auto;
  width: 540px;
  margin-bottom: 72px;
}

.application_method {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.insta_logo {
  display: block;
  width: 48px;
  height: 48px;
}

.headline02 {
  display: block;
  font-size: 18px;
}

.btn {
  display: block;
  margin: 0 auto;
  width: 230px;
  padding: 14px 0;
  background: linear-gradient(261.43deg, #ead66d 5.37%, #ea936d 20.94%, #f05684 44.29%, #9108cd 91%);
  border-radius: 60px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

.btn:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .conversion_area {
    width: 100%;
  }
}

/* outline */

.campaign_outline {
  display: block;
  margin: 0 auto;
  width: 540px;
  box-sizing: border-box;
  margin-bottom: 72px;
}

.center {
  text-align: center;
}

.headline03 {
  font-size: 14px;
  margin-bottom: 16px;
}

ul {
  margin-bottom: 32px;
}

.rule_list {
  margin-bottom: 16px;
  padding-left: 20px;
  text-indent: -3px;
  color: rgba(0, 0, 0, 0.87);
}

.rule_list:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 100%;
  background: #444;
  position: relative;
  left: -10px;
  top: -3px;
}

small,
.caution_list {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  padding-left: 22px;
  text-indent: -2px;
  font-size: 12px;
  margin-bottom: 16px;
}

.annotation {
  margin-bottom: 32px;
}

.annotation::before {
  content: "※";
  width: 2px;
  height: 2px;
  display: inline-block;
  position: relative;
  left: -14px;
  top: 0;
}

.caution_wrap {
  margin-bottom: 36px;
}

.caution_list::before {
  content: "※";
  width: 2px;
  height: 2px;
  display: inline-block;
  position: relative;
  left: -15px;
  top: 0;
}

.terms_list {
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 18px;
  text-indent: -3px;
  color: rgba(0, 0, 0, 0.87);
}

.terms_list::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 100%;
  background: #444;
  position: relative;
  left: -12px;
  top: -3px;
}

.mb_m8 {
  margin-bottom: -8px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_72 {
  margin-bottom: 72px;
}

.blue {
  color: #0969fb;
}

.red {
  color: #ff6964;
}

@media screen and (max-width: 768px) {
  .campaign_outline {
    width: 100%;
    padding: 0 24px;
    margin-bottom: 125px;
  }
}

/* flattery button */

@media screen and (max-width: 768px) {
  .button_wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    position: fixed;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.5);
  }

  .s_btn {
    display: block;
    background: linear-gradient(255.78deg, #F2E084 2.92%, #EA936D 18.38%, #F4679A 41.05%, #8D14AB 92.58%);
    padding: 15px 0;
    width: 160px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-right: 12px;
  }

  .s_btn:last-child {
    margin-right: 0;
  }
}