@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@font-face {
  font-family: 'icomoon';
  src: url("clientlibs/fonts/icomoon.eot");
  src: url("clientlibs/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/icomoon.ttf") format("truetype"), url("clientlibs/fonts/icomoon.woff") format("woff"), url("clientlibs/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

body {
  margin: 0;
  color: #333333;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

section, article, main, aside, nav, header, footer, figure, figcaption {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

div, section, article, main, aside, nav, header, footer,
video, canvas, audio,
h1, h2, h3, h4, h5, h6, p,
a, span, address, time,
img, figure, figcaption,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea, input,
iframe, blockquote, q,
table, caption, tbody, tfoot, thead, th, td {
  font-size: 100%;
  font-weight: 400;
  line-height: inherit;
  border: 0;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol {
  padding: 0;
  list-style: none;
}

caption, em, address {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

sup, sub {
  position: relative;
  margin: 0 1px 0 0;
  font-size: 0.6em;
  line-height: 0;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

code {
  margin: 0 2px;
  padding: 0 5px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

a {
  color: #1b92de;
  background: transparent;
  text-decoration: none;
}

main {
  overflow: hidden;
}

.mainvisual {
  background: url("/jp/forHome/mktcp/gift2024/assets/img/bg_mainvisual_pc.png") no-repeat center top;
  position: relative;
  padding: 97px 20px 240px;
}

.mainvisual .page-title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mainvisual {
    background-image: url("/jp/forHome/mktcp/gift2024/assets/img/bg_mainvisual_sp.png");
    background-size: 100% auto;
    height: calc(1584 / 750 * 100vw);
    padding: calc(365 / 750 * 100vw) 0 calc(696 / 750 * 100vw);
    margin-bottom: calc((290 / 750 * 100vw) + 22px);
  }
}

.movie-area {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 820px;
  bottom: -240px;
  left: 50%;
  padding: 0 20px;
  transform: translateX(-50%);
}

.movie-area iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.movie-area .caption {
  font-size: 15px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .movie-area {
    max-width: calc(644 / 750 * 100vw);
    bottom: calc(-330 / 750 * 100vw);
    padding: 0;
  }

  .movie-area .caption {
    font-size: 11px;
  }
}

section {
  padding: 30px 20px;
  position: relative;
}

.section-inner {
  max-width: 980px;
  margin: auto;
  padding: 0;
}

@media screen and (min-width: 769px) {
  section {
    padding: 30px 15px;
  }

  .section-inner {
    padding: 0;
  }

  .section-inner > *:first-child {
    margin-top: 0!important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.red-text {
  color: #c30000;
}

.bold-text {
  font-weight: bold!important;
}

.notice {
  font-size: 12px;
}

.dot-list > li {
  position: relative;
}

.dot-list > li::before {
  content: "・";
}

.red-button {
  max-width: 500px;
  margin: 30px auto 0;
}

.red-button > a {
  color: #ffffff;
  background-color: #c30000;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  padding: 30px 10px;
}

.red-button > a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .red-button {
    max-width: 300px;
    margin-top: 32px;
  }

  .red-button > a {
    font-size: 14px;
    padding: 16px 10px;
  }
}

.summary {
  padding-top: 330px;
  padding-bottom: 258px;
}

.summary * {
  text-align: center;
}

.summary .description {
  position: relative;
  padding-top: 30px;
}

.summary .description::before,
.summary .description::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.summary .description::before {
  background-image: url("/jp/forHome/mktcp/gift2024/assets/img/bg_summary_pc_left.png");
  width: 398px;
  height: 301px;
  right: calc(50% + 375px);
}

.summary .description::after {
  background-image: url("/jp/forHome/mktcp/gift2024/assets/img/bg_summary_pc_right.png");
  width: 328px;
  height: 318px;
  left: calc(50% + 375px);
}

.summary .description > *:first-child {
  margin-top: 0!important;
}

.summary .description-text {
  line-height: 2.5;
  margin-top: 70px;
}

.summary .cv-campaign {
  background: url("/jp/forHome/mktcp/gift2024/assets/img/bg_cv_campaign_pc.png") no-repeat center center;
  background-size: 100% auto;
  max-width: 692px;
  height: 411px;
  margin: 135px auto 0;
  padding-top: 111px;
  padding-bottom: 92px;
}

.summary .cv-campaign .red-button {
  margin-top: 23px;
  max-width: 300px;
}

.summary .cv-campaign .red-button > a {
  padding: 20px 10px;
}

@media screen and (max-width: 768px) {
  .summary {
    padding-top: 50px;
    padding-bottom: 125px;
  }

  .summary .description {
    position: relative;
    padding-top: 0;
    padding-bottom: 180px;
  }

  .summary .description::before {
    display: none;
  }

  .summary .description::after {
    background-image: url("/jp/forHome/mktcp/gift2024/assets/img/bg_summary_sp.png");
    background-size: 333px auto;
    width: 100%;
    height: 140px;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }

  .summary .description-text {
    margin-top: 24px;
  }

  .summary .cv-campaign {
    background-image: url("/jp/forHome/mktcp/gift2024/assets/img/bg_cv_campaign_sp.png");
    max-width: 352px;
    height: 294px;
    margin: 72px auto 0;
    padding: 63px 38px 58px;
  }

  .summary .cv-campaign .red-button {
    margin-top: 13px;
    max-width: 200px;
  }

  .summary .cv-campaign .red-button > a {
    padding: 13px 10px;
  }
}

.fraud {
  background: #dedede url("/jp/forHome/mktcp/gift2024/assets/img/bg_fraud.png") no-repeat center top;
  padding-top: 96px;
  padding-bottom: 175px;
  position: relative;
}

.fraud::before,
.fraud::after {
  background-color: #ffffff;
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 50%;
  height: 77px;
}

.fraud::before {
  left: 0;
  border-radius: 0 80px 0 0;
}

.fraud::after {
  right: 0;
  border-radius: 80px 0 0 0;
}

.fraud * {
  text-align: center;
}

.fraud .fraud-copy {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.fraud .fraud-copy::before {
  background: url("/jp/forHome/mktcp/gift2024/assets/img/icon_caution.svg") no-repeat center center;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: -135px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 103px;
  height: 94px;
}

.fraud .fraud-case {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 90px;
  margin: 90px auto 0;
}

@media screen and (max-width: 768px) {
  .fraud {
    padding: 68px 18px 112px;
  }

  .fraud::before,
  .fraud::after {
    height: 50px;
  }

  .fraud::before {
    border-radius: 0 50px 0 0;
  }

  .fraud::after {
    border-radius: 50px 0 0 0;
  }

  .fraud .fraud-copy {
    margin: 0 auto 33px;
    max-width: 248px;
  }

  .fraud .fraud-copy::before {
    top: -98px;
    width: 66px;
    height: 61px;
  }

  .fraud .fraud-case {
    gap: 57px;
    margin: 47px auto 0;
    max-width: 338px;
  }
}

.gift {
  padding-top: 96px;
  padding-bottom: 180px;
}

.gift * {
  text-align: center;
  line-height: 1.8;
}

.gift .copy-text {
  color: #c30000;
  font-size: 38px;
  text-align: center;
  position: relative;
  padding-top: 170px;
}

.gift .copy-text::before {
  background: url("/jp/forHome/mktcp/gift2024/assets/img/icon_security.svg") no-repeat center center;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 116px;
  height: 125px;
}

.gift .lead-text {
  font-size: 30px;
  line-height: 1.8;
  text-align: center;
}

.gift .gift-image {
  text-align: center;
  margin: 60px auto 70px;
}

@media screen and (max-width: 768px) {
  .gift {
      padding: 25px 15px 85px;
  }

  .gift .copy-text {
    font-size: 26px;
    padding-top: 100px;
    margin-bottom: 20px;
  }

  .gift .copy-text::before {
    width: 72px;
    height: 80px;
  }

  .gift .lead-text {
    font-size: 19px;
  }

  .gift .gift-image {
    max-width: 338px;
    margin: 32px auto 40px;
  }
}

.campaign {
  background: #eee7e1 url("/jp/forHome/mktcp/gift2024/assets/img/bg_campaign.png") repeat-x left top;
  padding: 190px 20px 130px;
  position: relative;
}

.campaign::before {
  background: url("/jp/forHome/mktcp/gift2024/assets/img/bg_campaign_head_pc.png") no-repeat center top;
  content: "";
  width: 100%;
  height: 125px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.campaign-copy {
  margin-bottom: 75px;
}

.campaign-copy .copy-image {
  text-align: center;
  margin-bottom: 40px;
}

.campaign-copy .copy-text {
    color: #c30000;
    font-size: 68px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.campaign-copy .sub-text {
    color: #c30000;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.campaign-copy .sub-text small {
    font-size: 34px;
}

.campaign-image {
  text-align: center;
  margin: 75px auto 50px;
}

.campaign-detail {
  width: fit-content;
  display: grid;
/*  grid-template-columns: 410px 1fr;*/
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: flex-end;
  gap: 50px;
  margin: 75px auto 50px;
}

.campaign-detail .campaign-detail-first {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.campaign-detail .campaign-detail-second {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
}

.campaign-detail .campaign-announce {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  align-self: center;
  width: 100%;
  max-width: 426px;
}

.campaign-detail .campaign-announce .campaign-announce-image {
  text-align: center;
}

.campaign-detail .campaign-announce .button-sns {
  margin: 20px auto 0;
  text-align: center;
}

.campaign-detail .campaign-announce .button-sns {
  margin: 20px auto 0;
  text-align: center;
}

.campaign-detail .campaign-sns {
  grid-row: 3 / 4;
  grid-column: 1 / 3;
  justify-self: center;
  width: 100%;
}

.campaign-detail .campaign-sns .widget-sns,
.campaign-detail .campaign-sns .widget-sns > *,
.campaign-detail .campaign-sns .widget-sns iframe {
  width: 100%!important;
  max-width: none!important;
}

.campaign-detail .campaign-sns .widget-sns iframe {
  margin: 0 auto;
  width: 100%!important;
  max-width: 550px!important;
}

.campaign-detail .campaign-sns .button-sns {
  margin: 20px auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .campaign {
    background-image: none;
      padding: calc((142 / 750 * 100vw) + 37px) 18px 60px;
      margin-top: 33px;
  }

  .campaign::before {
    background-image: url("/jp/forHome/mktcp/gift2024/assets/img/bg_campaign_head_sp.png");
    background-size: 100% auto;
    height: calc(142 / 750 * 100vw);
  }

  .campaign-copy {
      margin-bottom: 28px;
  }

  .campaign-copy .copy-image {
    max-width: 338px;
    margin: 0 auto 30px;
  }

  .campaign-copy .copy-text {
      font-size: 34px;
  }

  .campaign-copy .sub-text {
      font-size: 27px;
  }

  .campaign-copy .sub-text small {
      font-size: 20px;
  }

  .campaign-detail {
    max-width: 315px;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 35px;
    margin: 45px auto 80px;
  }

  .campaign-detail .campaign-detail-first {
    grid-row: auto;
    grid-column: 1 / 2;
  }

  .campaign-detail .campaign-detail-second {
    grid-row: auto;
    grid-column: 1 / 2;
    margin-bottom: -50px;
  }

  .campaign-detail .campaign-announce {
    grid-row: auto;
    grid-column: 1 / 2;
    width: 100%;
    max-width: none;
  }

  .campaign-detail .campaign-sns {
    grid-row: auto;
    grid-column: 1 / 2;
  }

  .campaign-detail .campaign-sns .button-sns {
    grid-row: auto;
    grid-column: 1 / 2;
  }
}

.terms-item {
    background-color: #ffffff;
    height: 372px;
    padding: 42px 82px 18px 90px;
    overflow-y: auto;
}

.terms-item .terms-heading {
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px;
}

.terms-item .terms-heading:first-child {
    margin-top: 0!important;
}

.terms-item .terms-body {
  font-size: 16px;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .terms-item {
        height: 472px;
        padding: 18px 18px 20px;
    }

    .terms-item .terms-heading {
        font-size: 15px;
        margin-top: 21px;
    }

    .terms-item .terms-body {
        font-size: 14px;
        margin-top: 14px;
    }
}

.x_icon {
  width: 25px;
}
@media screen and (min-width: 769px) {
  .x_icon {
    margin-right: 30px;
  }
}

.youtube_icon {
  width: 98px;
}

.social-media-links img {
  width: 100%;
}

.footer a {
  padding: 0;
}

@media screen and (min-width: 48em) {
  .footer .social-media-links a {
    padding: 0;
  }
  .copy {
    text-align: center;
  }
}