/* BASE =====================================================*/
html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;
    line-height: 1.5;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 2%, rgba(151, 199, 111, 1) 8%, rgba(0, 153, 66, 1) 20%, rgba(151, 199, 111, 1) 30%, rgba(255, 255, 255, 1) 70%);
}
@media screen and (max-width: 640px) {
    body {
        font-size: 1.6rem;
        line-height: 1.5;
        background: #FFFFFF;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 2%, rgba(151, 199, 111, 1) 3%, rgba(151, 199, 111, 1) 20%, rgba(255, 255, 255, 1) 45%);
    }
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
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;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
h1 {
    margin: 0;
}
h2 {
    margin: 0;
}
h3 {
    margin: 0;
}
.mt40 {
    margin: 40px 0 0;
}
/* header =====================================================*/
#header {
    padding-top: 121px;
    margin-bottom: 35px;
    background-size: auto auto;
    /* background: #FFFFFF; */
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(151, 199, 111, 1) 30%, rgba(0, 153, 66, 1) 55%, rgba(255, 255, 255, 1) 90%); */
    background-size: contain;
}
#header.end {
    padding-top: 0;
}
#header-inner {
    width: 1024px;
    margin: 0 auto;
}
/* .contents =====================================================*/
.contents * {
    box-sizing: border-box;
}
.contents {
    box-sizing: border-box;
    margin: 0 auto;
}
.section {
    width: 100%;
    margin-top: 100px;
}
.section-inner {
    width: 1024px;
    margin: 0 auto;
}
h2.ttl {
    margin-bottom: 40px;
    padding: 6px 0 4px;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.05em;
    text-align: center;
    background: #222f8c;
    color: #ffffff;
}
h2.ttl span {
    margin-bottom: 40px;
    padding: 6px 0 4px;
    font-size: 26px;
    line-height: 46px;
    letter-spacing: 0.05em;
    text-align: center;
    background: #222f8c;
    color: #ffffff;
}
.sp_aboutCP_1 {}
@media screen and (max-width: 640px) {
    .sp_aboutCP_1 {
        width: 94%;
        margin: 0 auto;
    }
}
.section h3 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #B60081;
}
.section p,
li {
    font-size: 18px;
    line-height: 30px;
}
.section .note {
    padding-left: 1em;
    text-indent: -1em;
}
.list ul {
    padding-left: 1em;
    text-indent: -1em;
}
.listlist li {
    padding-left: 1em;
    text-indent: -1em;
}
.section span.sup {
    position: relative;
    font-size: 0.8em;
    top: -4px;
}
.other .linkBox {
    display: flex;
}
.other .linkBox a {
    flex: 0 0 442px;
    box-shadow: 0 0 8px #CBB790;
}
.other .linkBox a:nth-child(1) {
    margin-right: 40px;
}
.section .period-text {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.05em;
}
.section .period-text_2 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.05em;
    width: 47%;
}
@media screen and (max-width: 640px) {
    .section .period-text_2 {
        margin-bottom: 30px;
        font-size: 28px;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        letter-spacing: 0.05em;
        width: 100%;
    }
}
.section .period-text_3 {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.05em;
}
.period-text strong {
    font-size: 42px;
    vertical-align: -0.05em;
}
.schedule ul+.note {
    margin-top: 30px;
}
.sns_linkset {
    padding: 15px 0;
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
}
.sns_linkset img {
    width: 56px;
    margin-right: 36px;
}
.sns_linkset a:last-child img {
    margin-right: 0;
}
.detail {
    width: 380px;
    margin: 50px auto 0;
}
.contents ul.download {
    margin: 50px auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}
.contents .dl ul.download {
    margin-top: 20px;
}
.notes {
    width: fit-content;
    margin: 0 auto;
}
.notes li {
    padding-left: 1em;
    font-size: 16px;
    line-height: 24px;
    text-indent: -1em;
}
.section.isBtm {
    margin-bottom: 100px;
}
.contact {
    margin-top: 100px;
}
.contact .list li {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    position: relative;
}
#js-button img {
    width: 56px;
    height: 56px;
}
.end_text {
    background-color: #909090;
    color: #FFFFFF;
    padding: 130px 0 10px 0;
}
.end_text p {
    width: 1024px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 18px;
}
.campain_img {
    width: 85%;
    max-width: 924px;
    padding: 0 0 20px;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 640px) {
    .campain_img {
        width: 100%;
        max-width: 924px;
        padding: 0 0 20px;
        margin: 0 auto;
        display: block;
    }
}
.step_img img {
    display: block;
    margin: 40px auto 0;
    max-width: 544px;
    width: 45%;
}
@media screen and (max-width: 640px) {
    .step_img img {
        display: block;
        margin: 20px auto 0;
        max-width: 544px;
        width: 50%;
    }
}
.howto_box {
    background-color: #ffffff;
    padding: 40px 40px 80px;
    border-radius: 50px;
}
@media screen and (max-width: 640px) {
    .howto_box {
        background-color: #ffffff;
        padding: 20px 20px 40px;
        border-radius: 50px;
    }
}
.how_subttl {
    text-align: center;
    font-weight: bold;
    font-size: 30px !important;
    margin: 60px auto 30px;
}
@media screen and (max-width: 640px) {
    .how_subttl {
        text-align: left;
        font-weight: bold;
        font-size: 20px !important;
        margin: 20px auto 20px;
    }
}
.how_memo {
    text-align: center;
    font-size: 16px;
    padding: 0 0 10px;
}
@media screen and (max-width: 640px) {
    .how_memo {
        text-align: left;
        font-size: 14px;
        padding: 0 0 10px;
    }
}
.pc_img img {
    width: 100%;
    max-width: 924px;
}
.sp_img {
    width: 90%;
    display: block;
    margin: 0 auto 40px;
}
.fz_18 {
    font-size: 18px;
}
.entry_btn {
    text-align: center;
    padding: 30px;
    background: rgb(57 175 173);
    background: linear-gradient(0deg, rgba(20, 31, 62, 1) 0%, rgba(6, 94, 156, 1) 100%);
    width: 70%;
    margin: 0px auto 30px;
    border-radius: 100px;
    font-weight: bold;
    color: #ffffff;
    font-size: 30px !important;
}
@media screen and (max-width: 640px) {
    .entry_btn {
        text-align: center;
        padding: 20px 10px;
        width: 100%;
        margin: 0px auto 30px;
        border-radius: 100px;
        font-weight: bold;
        color: #ffffff;
        font-size: 20px !important;
    }
}
.digitalreceipt_btn {
    text-align: center;
    padding: 30px;
    background: rgb(57 175 173);
    background: linear-gradient(0deg, rgba(20, 31, 62, 1) 0%, rgba(6, 94, 156, 1) 100%);
    width: 70%;
    margin: 0px auto 30px;
    border-radius: 100px;
    font-weight: bold;
    color: #ffffff;
    font-size: 30px !important;
}
@media screen and (max-width: 640px) {
    .digitalreceipt_btn {
        text-align: center;
        padding: 20px 10px;
        width: 100%;
        margin: 0px auto 30px;
        border-radius: 100px;
        font-weight: bold;
        color: #ffffff;
        font-size: 20px !important;
    }
}
.txt_link_box {
    text-align: center;
    display: block;
    margin: 20px auto 0;
}
.txt_link_box li {
    text-align: center;
    display: inline-block;
    margin: 0 20px;
}
.txt_link {
    text-decoration: underline;
    color: #b60081 !important;
    font-weight: bold;
    line-height: normal;
}
@media screen and (max-width: 640px) {
    .txt_link {
        text-decoration: underline;
        color: #b60081 !important;
        font-weight: bold;
        line-height: normal;
        padding: 5px 0;
    }
}
iframe.youtube-16-9 {
    width: 90%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 640px) {
    .section .period-text_3 {
        font-size: 18px;
        font-weight: bold;
        line-height: normal;
        text-align: left;
        letter-spacing: 0.05em;
    }
}
@media screen and (min-width: 641px) {
    a:link[href^="tel:"] {
        color: #424242;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (max-width: 640px) {
    #header {
        padding-top: 17vw;
        margin-bottom: 15px;
    }
    #header-inner {
        width: 100%;
    }
    .section {
        margin-top: 20px;
    }
    .section-inner {
        width: 94%;
    }
    h2.ttl {
        margin-bottom: 20px;
        padding: 6px 10px 5px;
        font-size: 20px;
        line-height: 28px;
    }
    h2.ttl span {
        margin-bottom: 16px;
        padding: 6px 10px 5px;
        font-size: 16px;
        line-height: 28px;
    }
    .section h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .section p,
    li {
        font-size: 15px;
        line-height: normal;
    }
    .other .linkBox {
        display: block;
    }
    .other .linkBox a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .other .linkBox a:nth-child(1) {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .period {
        margin-bottom: 0;
    }
    .section .period-text {
        margin-bottom: 0;
        font-size: 24px;
        text-align: center;
        line-height: normal;
    }
    .period-text strong {
        font-size: 24px;
        vertical-align: 0;
    }
    .howto .subttl {
        font-size: 18px;
    }
    .howto .subttl::before,
    .howto .subttl::after {
        width: 20px;
    }
    .howto .subttl::before {
        left: calc(50% - 6.5em);
    }
    .howto .subttl::after {
        right: calc(50% - 6.5em);
    }
    .howto .step ul {
        display: block;
        margin-top: 20px;
    }
    .howto .step ul li {
        position: relative;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .howto .step ul li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    .howto .step ul li::after {
        position: absolute;
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        box-sizing: border-box;
        border-top: 20px solid #6a3906;
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid transparent;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -50px;
    }
    .howto .step ul li:last-child::after {
        display: none;
    }
    .howto ul+.note {
        margin-top: 15px;
    }
    .howto .linktxt {
        margin-top: 15px;
    }
    .howto .linktxt a {
        color: #B60081;
    }
    .schedule ul+.note {
        margin-top: 15px;
    }
    .detail {
        width: 100%;
        margin: 50px auto 0;
    }
    .contents ul.download {
        margin: 50px auto 15px;
        column-gap: 20px;
    }
    .contents .dl ul.download {
        margin-top: 10px;
    }
    .notes {
        width: fit-content;
        margin: 0 auto;
    }
    .notes li {
        font-size: 16px;
        line-height: 24px;
    }
    .section.isBtm {
        margin-bottom: 40px;
    }
    .contact {
        margin-top: 40px;
    }
    .contact .list li {
        font-size: 16px;
        line-height: 26px;
    }
    .contact .list li a {
        color: #b60081;
    }
    .notice {
        margin: auto;
        display: block;
    }
    /* parts =====================================================*/
    #js-button img {
        width: 56px;
        height: 56px;
    }
    .end_text {
        padding: 19.467vw 0 2vw 0;
    }
    .end_text p {
        width: calc(100% - 12.8vw);
        padding: 2vw 0;
        line-height: 1.75;
    }
}
/*ベース*/
.toggle {
    display: none;
}
.Label {
    /*タイトル*/
    padding: 1em;
    display: block;
    color: #fff;
    background: #E60012;
    /*width: 924px;*/
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
@media screen and (min-width: 641px) {
    .Label {
        /*タイトル*/
        font-size: 24px;
        font-weight: bold;
    }
}
.Label2 {
    /*タイトル*/
    padding: 1em;
    display: block;
    color: #fff;
    background: #124098;
    /*width: 924px;*/
    margin: 0 auto;
}
.Label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
}
.Label2::before {
    /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
}
.Label,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.content {
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
}
.toggle:checked+.Label+.content {
    /*開閉時*/
    height: fit-content;
    padding: 20px;
    transition: all .3s;
}
.toggle:checked+.Label::before {
    transform: rotate(-45deg) !important;
}
.accordion-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.accordion-flex img {
    max-width: 100%;
    max-height: 50%;
    display: block;
    margin: 0 auto 16px;
}
.accordion-flex-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
.accordion-flex-text span {
    font-weight: bold;
}
.flex-tousen div img {
    width: 50%;
    display: block;
    margin: 10px auto 0;
    box-shadow: 0 0 10px #ccc;
}
.mw50 {
    max-width: 50% !important;
}
@media screen and (min-width: 641px) {
    .accordion-flex {
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
    }
    .accordion-flex img {
        max-width: 100%;
        max-height: none;
    }
    .accordion-flex-text {
        font-size: 20px;
        line-height: 1.75;
        padding: 0 40px;
        border-bottom: none;
    }
    .w50 {
        width: 50%;
        align-content: center;
    }
    .w30 {
        width: 40%;
        align-content: center;
    }
    .w20 {
        width: 10%;
        align-content: center;
    }
    .disfle {
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .flex-tousen {
        display: flex;
    }
    .flex-tousen div {
        width: 50%;
    }
    .flex-tousen div img {
        width: 50%;
        display: block;
        margin: 0 auto;
        box-shadow: 0 0 10px #ccc;
    }
    .mw50 {
        max-width: 100% !important;
    }
}
.fwbfcr {
    color: red;
    font-weight: bold;
}
.header-campaign {
    position: relative;
}
@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.receipt-guide p {
    margin: 50px auto 0;
}
.receipt-guide ul {
    margin-top: 50px;
    display: flex;
    padding: 0 100px;
    justify-content: space-between;
}
.receipt-guide ul li {
    width: 45%;
}
.receipt-guide__txt {
    font-size: 150% !important;
    line-height: 1.6 !important;
    text-align: center;
    padding: 30px 0;
    border: solid 1px #222f8c;
    font-weight: bold;
}
.receipt-guide__txt span {
    color: #222f8c;
}
@media screen and (max-width: 641px) {
    .receipt-guide ul {
        display: block;
        padding: 0;
    }
    .receipt-guide ul li {
        width: 100%;
        margin-bottom: 50px;
    }
    .receipt-guide__txt {
        font-size: 110% !important;
        padding: 20px 0;
    }
}
.banner__link {
    width: 100%;
    max-width: 924px;
    margin: 50px auto 0;
}
.giftee_ttl {
    font-size: 25px;
    margin: 24px 0 10px 0;
    text-align: center;
}
.giftee_img img {
    display: block;
    width: 440px;
    margin: 0 auto;
}
.giftee_ttl+img+p {
    margin-top: 10px;
    margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
    .giftee_ttl {
        font-size: 20px;
        margin: 40px 0 20px 0;
        text-align: center;
    }
    .giftee_img img {
        display: block;
        width: 440px;
        margin: 0 auto;
    }
    .giftee_ttl {
        margin-top: 30px;
    }
    .giftee_ttl+img+p {
        margin-bottom: 30px;
    }
}
.tac {
    text-align: center;
}