@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-color: #ebebeb;
        background-image: url("/jp/forHome/mktcp/gift2024/assets/img/bg_mainvisual_sp.png");
        background-size: 100% auto;
        height: calc(1584 / 750 * 100vw);
        padding: calc(400 / 750 * 100vw) 0 calc(696 / 750 * 100vw);
    }

    .mainvisual .page-title {
        width: calc(644 / 750 * 100vw);
        margin: 0 auto;
    }
}

.movie-area {
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 736px;
    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(662 / 750 * 100vw);
        bottom: calc(-285 / 750 * 100vw);
        padding: 0;
    }	

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

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

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

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

.section-inner > *:last-child {
    margin-bottom: 0!important;
}

.section-copy {
    color: #c10000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    margin: 30px auto 36px;
}

.section-lead {
    color: #c10000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    margin: 24px auto 30px;
}

.section-image {
    text-align: center;
    margin: 25px auto 30px;
}

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

    .section-inner {
        padding: 0;
    }

    .section-copy {
        font-size: 30px;
        margin: 70px auto 30px;
    }
    
    .section-lead {
        font-size: 20px;
        margin: 50px auto 40px;
    }
    
    .section-image {
        margin: 40px auto 30px;
    }
}

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

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

.red-text {
    color: #ff0000;
}

.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 {
    background-color: #ebebeb;
    padding-top: 315px;
    padding-bottom: 360px;
}

.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;
}

@media screen and (max-width: 768px) {
    .summary {
        padding-top: calc((290 / 750 * 100vw) + 35px);
        padding-bottom: 264px;
    }

    .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;
    }
}

.fraud {
    padding-top: 70px;
    padding-bottom: 140px;
    position: relative;
}

.fraud::before,
.fraud::after {
    background-color: #ebebeb;
    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;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.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: relative;
    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-top: 25px;
        padding-bottom: 70px;
    }

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

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

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

    .fraud .fraud-copy {
        max-width: 292px;
        margin: 0 auto 20px;
        gap: 18px;
    }

    .fraud .fraud-copy::before {
        width: 38px;
        height: 44px;
    }

    .fraud .section-image {
        max-width: 340px;
        margin: 28px auto 0;
    }
}

.feature {
    background-color: #ebebeb;
    padding-top: 50px;
    padding-bottom: 360px;
}

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

@media screen and (max-width: 768px) {
    .feature {
        padding-top: 25px;
        padding-bottom: 272px;
    }
    
    .feature .feature-case {
        gap: 44px;
        max-width: 340px;
        margin: 0 auto;
    }

    .feature .section-image {
        max-width: 340px;
        margin: 22px auto 0;
    }
}

.overview {
    background-color: #ebebeb;
    padding-top: 170px;
    padding-bottom: 350px;
}

.overview .copy-image {
    text-align: center;
    margin-bottom: 30px;
}

.overview .overview-table {
    text-align: center;
    margin: 30px auto 90px;
}

@media screen and (max-width: 768px) {
    .overview {
        padding-top: 35px;
        padding-bottom: 266px;
    }

    .overview .copy-image {
        max-width: 295px;
        margin: 0 auto 24px;
    }

    .overview .overview-table {
        max-width: 340px;
        margin: 25px auto 36px;
    }
}

.cv {
    color: #ffffff;
    padding: 0 10px 70px;
    position: relative;
}

.cv::after {
    background-color: #c10000;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 445px;
    z-index: 0;
}

.cv > * {
    position: relative;
    z-index: 2;
}

.cv .cv-campaign {
    max-width: 780px;
    position: relative;
    margin: -255px auto 0!important;
}

.cv .cv-campaign.add-arrow {
    margin-top: -330px!important;
}

.cv .cv-campaign.add-arrow::before {
    background: url(/jp/forHome/mktcp/gift2024/assets/img/202412/cv_icon_arrow.png) no-repeat center center;
    background-size: 100% auto;
    content: "";
    position: relative;
    display: block;
    width: 18px;
    height: 104px;
    margin: 0 auto 28px;
}

.cv .cv-campaign-body {
    width: 100%;
    height: 495px;
    position: relative;
}

.cv .cv-campaign-body > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
}

.cv .cv-downloads {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 52px;
    transform: translateX(-50%);
    width: 100%;
}

.cv .cv-downloads > * {
    width: 50%;
    position: relative;
}

.cv .cv-download-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.cv .cv-download-button {
    text-align: center;
}

.cv .cv-download-button > img {
    width: auto;
    max-width: none;
    height: 69px;
}

.cv .cv-notice {
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    .cv {
        padding: 0 12px 30px;
    }

    .cv::after {
        height: 187px;
    }

    .cv .cv-campaign {
        max-width: 345px;
        margin-top: -130px!important;
    }

    .cv .cv-campaign.add-arrow {
        margin-top: -245px!important;
    }

    .cv .cv-campaign.add-arrow::before {
        width: 15px;
        height: 92px;
        margin-bottom: 24px;
    }

    .cv .cv-campaign-body {
        height: 216px;
    }

    .cv .cv-downloads {
        gap: 28px;
        bottom: 28px;
        width: auto;
    }

    .cv .cv-download-item {
        gap: 0;
    }

    .cv .cv-download-button > img {
        height: 40px;
    }

    .cv .cv-notice {
        font-size: 11px;
        margin-top: 5px;
    }
}

.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: 769px) {
    .footer .social-media-links a {
        padding: 0;
    }
    .copy {
        text-align: center;
    }
}
