* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Inter, Hiragino Sans, Barlow;
    line-height: 1.6;
}

/* セクションヘッダー */
.section-header-frame {
    font-family:Hiragino Sans;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 12px 0;
    text-align: center;
}

.section-header-frame h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding-bottom: 1px;
}

.section-header-frame p {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    padding-top: 0px;
}

/* セクション間隔 */
.spacing {
    margin-bottom: 64px;
}

@media (min-width: 1024px) {
    .spacing {
        margin-bottom: 80px;
    }
}

/* ヘッダー */
.header-contents {
    text-align: center;
    padding-top: 46.55px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-contents-pc {
    display: none;
}


@media (min-width: 1024px) {
    .header-contents-pc {
        display: flex;
        justify-content: flex-end;
        position: relative;
        align-items: center;
    }
    .header-contents {
        display: none;
    }
    .header-image-pc{
        object-fit: contain;
    }
}

.main-visual {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.fullwidth {
    width: 100%;
    height: auto;
}

/* メインContainer */
.container {
    max-width: 1175px;
    margin: auto;
    padding: 0 24px 80px;
    position: relative;
    top: -27px;
    z-index: 1;
}

@media (min-width: 1024px) {
    .container {
        top: -70px;
        padding-bottom: 20px;
    }
}

/* キャンペーンセクション */
.campaign {
    margin-bottom: 39.08px;
    margin-top:48px
}

@media (min-width: 1024px) {
    .campaign {
        margin-bottom: 39.08px;
        margin-top:94px
    }
}

.campaign-link {
    margin-bottom: 16px;
    display: block;
}

.campaign-link .campaign-link-img-pc {
    display: none;
}

.campaign-link:hover {
    cursor: pointer;
}

.campaign-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    margin-bottom: 10px;
}

.campaign-influencers {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    padding-bottom: 2px;
}

.campaign-gift {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
}

.campaign-detail {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    margin-top: 10px;
}

@media (min-width: 1024px) {
    .campaign {
        margin-bottom: 80px;
        }
    .campaign-link {
        margin: 0px 79px;
        margin-bottom: 24px;
    }

    .campaign-link .campaign-link-img-pc {
        display: block;
    }

    .campaign-link .campaign-link-img-sp {
        display: none;
    }    
}

/* サイト説明セクション */
.introduction-header-mb {
    margin-bottom: 16px;
}

@media (min-width: 1024px) {
    .introduction-header-mb {
        margin-bottom: 32px;
    }
}

.introduction-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.introduction-contents-text {
    padding-top: 16px;
}

@media (min-width: 1024px) {
    .introduction-contents {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px 64.5px;
    }
    .introduction-contents img {
        flex: 4;
        max-width: 40%;
        padding-right: 48px;
    }
    .introduction-contents p {
        flex: 6;
        max-width: 70%;
    }
    .introduction-contents-text {
        padding-top: unse;
    }
}

.introduction-contents p, .content-item p, .faq-item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 25.2px;
}

/* コンテンツ紹介セクション */
.contents-frame.m {
    margin-top: 24px;
    margin-bottom: 24px;
}

.contents-frame-item:not(:last-child)  {
    margin-bottom:48px
}

@media (min-width: 1024px) {
    .contents-frame {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    .contents-frame-item {
        flex-basis: 30%;
    }
    .contents-frame-item:not(:last-child)  {
        margin-bottom:unset
    }
}

.content-item {
    margin-top: 4px;
}

/* .contents-frame-item .title h2 {
    font-size:16px;
    font-weight: 600;
    line-height: 28.8px;
} */

.contents-frame-item .title>.h2 {
    font-size:16px;
    font-weight: 600;
    line-height: 28.8px;
}

.text-flex {
    font-size:16px;
    font-weight: 600;
    line-height: 28.8px;
}

@media (min-width: 1024px) {
    .contents-frame-item .title>.h2 {
        font-size: clamp(8px, 1vw, 16px);
        white-space: nowrap;
        overflow: hidden;
    }
    .text-flex {
        font-size: clamp(8px, 1vw, 16px);
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width: 1450px) and (min-width: 1024px) {
    .text-flex {
        font-size: 0.92vw;
    }
}

@media (max-width: 1240px) and (min-width: 1024px) {
    .text-flex {
        font-size: 0.8vw;
    }
}

.title {
    margin-top: 8px;
    margin-bottom: 16px;
}

.contents .title p {
    font-family: Barlow;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}

/* バックナンバーセクション */
.back-number-header-mb {
    margin-bottom: 24px;
}
.back-number-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.back-number-contents-pc {
    width: 100%;
}

.back-number-contents-pc > p {
    margin-bottom: 24px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

@media (min-width: 1024px) {
    .back-number-contents {
        flex-direction: row;
        padding: 25px 0px;
        gap: 32px;
    }
    .back-number-contents-pc {
        width: 380px;
    }
    .back-number-contents>.main-visual {
        width: 400px;
        height: auto;
    }
    .back-number-contents-pc > p {
        margin-bottom: 32px;
    }
}

.content-item img {
    max-width: 100%;
    height: auto;
}

/* FAQセクション */

@media (min-width: 1024px) {
    .faq {
        margin-bottom: 32px;
    }
}

.faq-contents {
    font-family: Hiragino Sans;
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (min-width: 1024px) {
    .faq-contents {
        margin-top: 32px;
        margin-right: 79px;
        margin-left: 79px;
    }
}

.faq-contents-item {
    padding: 16px 8px;
}

.faq-contents-item.border-bottom {
    border-bottom: 1px dotted #606060
}

.faq-contents-item .question {
    position: relative;
    margin-bottom: 10px;
}

.faq-contents-item .question p {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    padding-left: 25px;
    margin: 0;
}

.question-icon {
    position: absolute;
    top: 3px;
    left: 0;
    width: 19px;
    height: 19px;
    margin-right: 6px;
}

.faq-contents-item .answer {
    font-size: 13px;
    font-weight: 300;
    line-height: 23.4px;
    padding-left: 25px;
}

.answer > a {
    color: #000000;
}

/* フッター */
footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap:5px;
    margin-top: 80px;
}

footer a {
    font-size: 12px;
    font-weight: 300;
    line-height: 23.4px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #000000;
    text-decoration-color: currentColor;
}

@media (min-width: 1024px) {
    footer a {
        font-size: 13px;
    }
}

footer p {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 21.6px;
    color: #9A9A9A;
}

/* ボタンデザイン */
.btn-frame {
    display: flex;
    justify-content: center;
}

.btn-green {
    display: inline-block;
    background-color: #03C100;
    color: #FFFFFF;
    padding: 14px 0px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    max-width: 380px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.btn-grey {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    gap: 8px;
    width: 342px;
    height: 52px;
    background: #E0E0E0;
    border-radius: 4px;
    flex: none;
    order: 2;
    flex-grow: 0;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    max-width: 342px;
}

@media (min-width: 1024px) {
    .btn-grey {
        padding: 14px 52px;
        gap: 16px;
        width: 380px;
        height: 60px;
        background: rgba(224, 224, 224, 0.9);
        order: 1;
        max-width: 380px;
    }
}

.line-icon {
    width: 26px;
    height: 23px;
    margin-right: 8px;
    vertical-align: middle;
}

.en-title {
    font-family: "Barlow", sans-serif;
}

.bottom-fixed {
    width: 100%;
    background-color: white;
    padding: 14px 24px;
    position:fixed;
    left: 0px;
    bottom: 0px;
}
