/* UTILL =====================================================*/
.fw900 {
    font-weight: 900;
}

.mt40 {
    margin-top: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.tac {
    text-align: center;
}

/* BASE =====================================================*/
.pan_banner {
    box-shadow: 0 0 8px rgba(203, 203, 203, 0.673);
    margin: 20px 0;
}

.linkbtn {
    margin: 40px 0;
    padding: 10px 20px;
    color: #fff !important;
    font-weight: 900 !important;
    background-color: #B50081;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    display: inline-block;
    border-radius: 10px;
}

html {
    /* font-size: 62.5%; */
    /* ↓TOPに戻るときのスクロールの滑らかさ */
    scroll-behavior: smooth;

}

body {
    background-color: #ffffff;
}

a img:hover,
a img:active,
a:hover,
a:active {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    opacity: 0.8;
}

:root {
    --main-color1: #B50081;
    --main-color2: #F86ACF;
    --main-color3: #F9F0F3;
    --sub-color: #D13F93;
    --mono-tone1: #F0F0F0;
    --mono-tone2: #676767;
    --mono-tone3: #707070;
    --sub-color2: #FFF8CA;
    --sub-color3: #EF4050;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

h1 {
    margin: 0;
    text-align: center;
}

h2 {
    margin: 0;
    padding: 0;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 100%;
}


figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    list-style: none;
    display: block;
}


/* main ===================================================== */
/* ページ内すべての p と li は以下のサイズ
   調整が必要な個所のみ個別指定とする  */
main p,
main li {
    font-size: 16px;
    line-height: 1.75;
}

@media screen and (min-width: 641px) {

    main p,
    main li {
        font-size: 20px;
        line-height: 1.95;
    }
}



/* header =====================================================*/
#header {
    padding-top: 17.467vw;
    margin-bottom: 6.668%;
}

#header-inner {
    width: 100%;
}

@media screen and (min-width: 641px) {
    #header {
        padding-top: 121px;
        margin-bottom: 48px;
    }

    #header-inner {
        width: 1024px;
        margin: 0 auto;
    }
}

/* #contents =====================================================*/

.banner_section {
    margin: 0 auto;
}

.section-inner {
    margin: 0 auto 5%;
    max-width: 900px;
}

.outline-box {
    margin: 0 auto 10%;
    text-align: center;
}

@media screen and (min-width: 641px) {
    .outline-box {
        margin: 0 auto 5%;
    }
}

.outline-box h3 {
    margin: 0 auto 3%;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    background-color: #DD1885;
    border-radius: 4px;
    padding: 2% 0;
    font-weight: 900;
}


@media screen and (min-width: 641px) {
    .outline-box h3 {
        margin: 0 auto 2%;
        font-size: 22px;
    }

}

.list {
    width: 100%;
    margin: 0 auto;
}

.list li {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}

.list li span {
    color: #C30D23;
}

.step_list li {
    text-align: left;
    text-indent: -5em;
    padding-left: 5em;
}

.list-gaiyo p {
    font-weight: bold;
}

.outline-box a {
    color: #b60081;
}


ul.download {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5%;
    margin: 0 auto 10%;
}

.hosoku {
    margin-top: 30px;
}

.hosoku li p {
    font-size: 18px;
    text-indent: -1em;
    /* 1文字分逆インデント */
    padding-left: 1em;
    /* 全体を1文字分右にずらす */
}

@media screen and (max-width: 640px) {
    .hosoku li p {
        font-size: 16px;
    }
}

@media screen and (min-width: 641px) {
    ul.download {
        width: fit-content;
        margin-bottom: 5%;
    }
}

.gaiyou_ttl {
    font-size: 20px;
    font-weight: 900;
    color: #C30D23;
    margin-top: 20px;
}

@media screen and (min-width: 641px) {
    .gaiyou_ttl {
        font-size: 24px;
        font-weight: 900;
        color: #C30D23;
        margin-top: 20px;
    }
}

.subttl {
    display: inline-block;
    font-weight: 900;
    font-size: 30px;
    margin: 30px 0 5px 0;
    color: #C30D23;
    border-radius: 10px;
}

/* .outline =====================================================*/

.outline-lead {
    width: 85%;
    margin: 0 auto 10%;
}

.outline-lead h2 {
    color: #b50081;
    text-align: center;
    margin: 0 auto 3%;
    font-size: 20px;
}

.outline-lead p {
    text-align: left;
}

@media screen and (min-width: 641px) {

    .outline h2 {
        margin: 0 auto 2%;
        color: #b50081;
        font-size: 24px;
        text-align: center;
    }

    .outline-lead {
        width: 70%;
        margin: 5% auto 5%;
    }

    .outline-lead h2 {
        color: #b50081;
        font-size: 24px;
        margin-bottom: 3%;
    }

    .outline-lead p {
        font-size: 20px;
        text-align: center;

    }
}

.outline-box p span {
    font-weight: normal;
}

.outline-box04 {
    margin-bottom: 6.668%;
}

.outline-box04 p.keyword {
    width: 100%;
    margin: 4.546% auto 4.871%;
}

.outline-box04 .keyword-box {
    margin: 15px auto;
    padding: 0.6em 1em;
    font-weight: bold;
    border: solid 3px #004c7e;
    box-sizing: border-box;
}

.outline-box04 .keyword-box p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #004c7e;
}

.outline-box09 li.isRed {
    color: #f00;
}

.outline-box10 a {
    color: #007cd0;
    text-decoration: underline;
}


/* .notes =====================================================*/

.notes {
    margin: -5% auto 0;
    width: 85%;
}

.notes .list li {
    font-size: 12px;
}

@media screen and (min-width: 641px) {
    .notes {
        margin: -3% auto 0;
        width: fit-content;
    }

    .notes .list li {
        font-size: 14px;
    }
}

.notes .keyword-box {
    width: 82.134%;
    margin: 0 auto;
    padding: 0.6em 1em;
    font-weight: bold;
    border: solid 3px .004c7e;
    box-sizing: border-box;
}

.notes .keyword-box p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #004c7e;
}

/* parts =====================================================*/

.footblank {
    margin-left: .5rem;
    width: 1.6rem !important;
    vertical-align: middle !important;
    display: inline-block !important;
}

.fwb {
    font-weight: bold;
}

.fwL {
    font-size: 200%;
}

.outline-box p {
    margin-bottom: 2rem;
}

.box_01 p {
    text-align: center;

}

.box_01 .date01 {
    font-size: 1.6rem;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}

.box_01 .date01 span {
    font-size: 2.6rem;
    font-weight: bold;
}

@media screen and (min-width: 641px) {
    .box_01 .date01 {
        font-size: 2.4rem;
        margin: 0 auto;
        font-weight: bold;
        text-align: center;
    }

    .box_01 .date01 span {
        font-size: 3.6rem;
        font-weight: bold;
    }
}

.main_section {
    width: 85%;
    margin: 0 auto;
}

.main_section .t-link {
    text-align: center;
    font-weight: 900;
    margin-bottom: 4%;
}

.main_section .t-link a {
    color: #C30D23;
    text-decoration: underline;
}

@media screen and (min-width: 641px) {
    .main_section .t-link {
        font-size: 22px;
    }

}

.contents .banner_section div {
    width: 85%;
    margin: 0 auto;
}

.contents .banner_section div p {
    display: block;
    width: fit-content;
    margin: 0 auto 10%;
}

@media screen and (min-width: 641px) {
    .contents .banner_section div p {
        display: block;
        width: fit-content;
        margin: 0 auto 5%;
    }
}


.banner_01 {
    display: block;
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
}

#header.end {
    padding-top: 0;
}

.fc_sub3 {
    color: var(--sub-color3);
}

@media screen and (min-width: 641px) {
    a[href*="tel:"] {
        pointer-events: none;
        color: #000000 !important;
    }

    .no_event {
        cursor: text !important;
    }

}

/* TOPに戻るボタン ====================== */

/* ボタンが出現するアニメーション */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 80%;
    }
}

/* ─────────── */

/* フッター手前で止まる挙動 */
.pagetop_sticky {
    position: sticky;
    height: 50px;
    width: 50px;
    left: 1500px;
    bottom: 30px;
    opacity: 80%;
    background: #F4EC70;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 3s ease-in-out;
    margin: 0 7% 5% 0;
}

@media screen and (min-width: 641px) {
    .pagetop_sticky {
        height: 80px;
        width: 80px;
        bottom: 100px;
        opacity: 80%;
    }
}

/* / TOPに戻るボタン ====================== */
.pagetop {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 641px) {
    .pagetop {
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* 矢印 ====================================== */
.pagetop_arrow {
    height: 10px;
    width: 10px;
    border-top: 2px solid var(--main-color1);
    border-right: 2px solid var(--main-color1);
    transform: translateY(20%) rotate(-45deg);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 641px) {

    .pagetop__arrow {
        border-top: 3px solid var(--main-color1);
        border-right: 3px solid var(--main-color1);
    }
}

/* ─────────── */


@media (hover: hover) and (pointer: fine) {

    .pagetop:hover {
        border-radius: 50%;
        background-color: var(--mono-tone3);
        border-color: var(--main-color1);
    }

}

/* / アコーディオン ====================== */

.accordion {
    margin-bottom: 7px;
    /*border-bottom: 2px solid #d0d0d0;*/
}

.accordion summary {
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
    padding: 1em;
    cursor: pointer;
    font-size: 16px;
}

@media screen and (min-width: 641px) {
    .accordion summary {
        font-size: 16px;
    }
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion div {
    /*transform: translateY(-10px);*/
    opacity: 0;
    margin: 0;
    padding: .3em 1em 1.5em;
    transition: transform .5s;
}


.accordion[open] div {
    transform: none;
    opacity: 1;
}

.col1,
.col2 {
    width: 15%;
}

.col3 {
    width: 70%;
}

.waribiki_list {
    line-height: 1.6;
}

.waribiki_list h4 {
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.waribiki_list table {
    border-collapse: collapse;
    /* 枠線を重ねずスッキリ見せる */
    width: 100%;
    table-layout: fixed;
}

.waribiki_list td {
    border: 1px solid #333;
    /* 線の太さ・色を指定 */
    padding: 8px;
    vertical-align: top;
}

.brand-section {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}

.brand-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.brand-section__logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 16px;
}

.brand-section__logos img {
    height: 56px;
    width: auto;
}

.campaign__list__wrap {
    display: flex;
    width: 100%;
}

#campaign__list .accordion summary {
    justify-content: space-between;
    display: flex;
    color: #fff;
    background-color: #b60081;
    font-weight: bold;
    border-right: 1px solid #fff;

}

#campaign__list .accordion summary+div {
    margin-top: 1rem;
    padding: 0;
}

.campaign__list__wrap .accordion {
    width: 50%;
    text-align: center;

}



.campaign__list__wrap .accordion summary::after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;

}

@media screen and (max-width: 640px) {
    .campaign__list__wrap {
        display: block;
        width: 100%;
    }

    .campaign__list__wrap .accordion {
        width: 100%;

    }

    .col1,
    .col2 {
        width: 20%;
    }

    .col3 {
        width: 60%;
    }

    .campaign__list__wrap ul {
        display: grid;
        grid-template-columns: 1fr;
        /* ロゴ+店舗名+CTAを1行で見せるため1列 */
        gap: 10px;
        /* 要素間の間隔（任意） */
        list-style: none;
        /* デフォルトのリストマークを消す（必要なら） */
        padding: 0;
        /* デフォルトの余白をリセット */
        margin: 0;

    }

    /* .campaign__list__wrap ul li{
		text-align: left;
	} */

}

.header__DL h3 {
    font-size: 200%;
    text-align: center;
    margin-bottom: 2rem;
}

.small {
    font-size: 12px;
}

.campaign-store {
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 99px;
    border: solid 1px #b50081;
    padding: 6px 6px 6px 12px;
}

@media screen and (max-width: 640px) {
    .campaign-store {
        width: 100%;
    }
}

.campaign-store a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.campaign-store .store-logo {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    object-fit: contain;
    background-color: #fff;
}

.campaign-store .store-name {
    flex: 1;
    min-width: 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.3;
    overflow-wrap: break-word;
}

.campaign-store .store-cta {
    flex-shrink: 0;
    background-color: #b50081;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 99px;
    white-space: nowrap;
}

@media screen and (min-width: 641px) {
    .fs_small li {
        margin: 1rem;
    }

}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1rem;
    width: 100%;
    background-color: #ffffff;
    color: #b50081;
    border-radius: 6px;
}