@charset "utf-8";

@media screen and (max-width: 39.9375em) {
    #contents {
        padding-top: 3rem;
    }
}

#contents>section {
    margin-bottom: 0;
    padding-bottom: 1rem;
}

@media screen and (min-width: 40em) {
    #contents>section {
        padding-bottom: 4.2rem;
    }
}

.bg-blue {
    background-color: #f2fafe;
}

.text-color-blue {
    color: #009fe8;
}

/* 見出し
--------------------------------------------*/
.title-h2 {
    margin-bottom: 1.5rem;
    padding-top: 5rem;
    text-align: center;
    font-size: 2.143rem;
    font-weight: bold;
}

.title-tokuten {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 60px;
    padding-right: 1.425rem;
    padding-left: 1.425rem;
    position: relative;
}

@media screen and (max-width: 39.9375em) {
    .title-h2 {
        margin-bottom: 1rem;
        padding-top: 2rem;
        font-size: 1.214rem;
    }

    .title-tokuten {
        font-size: 1.7rem;
    }
}

/* CVボタン
--------------------------------------------*/
#contents.fixed .entry {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 1;
    margin: 0;
    background-color: #fff;
}

#contents.fixed .entry .step-links {
    padding-top: 16px;
    padding-bottom: 16px;
}


.step-links {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.step-links .text-color-blue {
    font-weight: 700;
}

.step-links-arrow {}

@media screen and (max-width: 1039px) {
    #contents.fixed .entry {
        top: 90px;
    }
}

@media screen and (max-width: 1023px) {
    #contents.fixed .entry {
        top: 114px;
    }
}

@media screen and (max-width: 768px) {
    .step-links {
        flex-direction: column;
        gap: 16px;
    }

    #contents.fixed .entry .step-links {
        gap: 4px;
        padding-top: 16px;
        padding-bottom: 8px;
    }

    #contents.fixed .entry .step-links .text-color-blue {
        font-size: 12px;
        line-height: 1.4;
    }

    #contents.fixed .entry .step-links .button.button-blue {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .step-links-arrow {
        transform: rotate(90deg);
        /* height: 17.5px; */
        /* width: 100%; */
        margin-top: -17.5px;
        margin-bottom: -17.5px;
    }

    #contents.fixed .entry .step-links-arrow img {
        height: 20px;
    }

    #contents.fixed .entry .step-links-arrow {
        margin-top: -5px;
        margin-bottom: -5px;
    }
}

@media screen and (max-width: 39.9375em) {
    .entry {
        margin-top: 0;
    }

    #contents.fixed .entry {
        top: 34px;
    }
}

/* MV
-------------------------------------------- */
.mv {
    position: relative;
    padding-bottom: 0 !important;
    background: url("../img/kv_bg.jpg");
    background-size: contain;
}

.mv>h1 {
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin-bottom: 0;
    text-align: center;
    background-size: cover;
    /* background-position: top; */
    background-repeat: no-repeat;
    padding: 32px;
    background-image: url("../img/kv_ttl_bg.png");
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv>h1>img {
    max-width: 2000px;
    width: auto;
    height: 100%;
    /* max-height: 314px; */
}

@media screen and (max-width: 1300px) {
    .mv>h1 {
        height: 500px;

    }

    .mv>h1>img {
        /* height: 83%; */
    }
}

@media screen and (max-width: 1050px) {
    .mv>h1 {
        height: 300px;

    }

    .mv>h1>img {
        /* height: 83%; */
    }
}

@media screen and (max-width: 768px) {
    .mv>h1 {
        /* height: 300px; */
        padding: 26px;
        padding-right: 0;
        padding-left: 0;
        /* padding-left: 13%; */
        height: 100%;
        background-size: cover;
    }

    .mv>h1>img {
        height: auto;
        max-height: 200px;
        /* width: calc(100% - 40%); */
        max-width: 82%;
    }
}

/* 終了 */
.info_end {
    margin: 2rem 0;
    border-bottom: 1px solid #c00;
    border-top: 1px solid #c00;
    text-align: center;
    padding: 0.5rem 0;
}

/* sec-campaign-flow
-------------------------------------------- */
.sec-campaign-detail {
    background-color: #E0F5FF;
}

.giftcard-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 64px;
    align-items: flex-end;
}

.giftcard-list-item {
    background-color: #fff;
    border: 1px solid #83D8FF;
    box-shadow: 0px 8px 0px 0px #005BAC33;
    border-radius: 8px;
    position: relative;
    padding-bottom: 12px;
}

.giftcard-list-item-1 {
    width: calc(38.5% - 15px);
    padding-top: 46px;
    order: 2;
}

.giftcard-list-upper {
    font-weight: 700;
}

.giftcard-list-item-1 .giftcard-list-upper {
    font-size: 22px;
}

.giftcard-list-item-2 .giftcard-list-upper {
    font-size: 20px;
}

.giftcard-list-item-3 .giftcard-list-upper {
    font-size: 14px;
}

.giftcard-list-item-1 .giftcard-list-upper {
    font-size: 14px;
}

.giftcard-list-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.giftcard-list-middle .price {
    line-height: 1;
    font-weight: 700;

    color: #FF5C0A;
}

.giftcard-list-item-1 .giftcard-list-middle .price {
    font-size: 60px;
}

.giftcard-list-item-2 .giftcard-list-middle .price {
    font-size: 56px;
}

.giftcard-list-item-3 .giftcard-list-middle .price {
    font-size: 40px;
}

.giftcard-list-item-participation .giftcard-list-middle .price {
    font-size: 40px;
}

.giftcard-list-middle .yen {
    line-height: 1.1;
    display: flex;
    flex-direction: column-reverse;
}

.giftcard-list-middle .yen>span:first-child {
    font-weight: 700;
}

.giftcard-list-item-1 .giftcard-list-middle .yen>span:first-child {
    font-size: 22px;
}

.giftcard-list-item-2 .giftcard-list-middle .yen>span:first-child {
    font-size: 20px;
}

.giftcard-list-item-3 .giftcard-list-middle .yen>span:first-child {
    font-size: 16px;
}

.giftcard-list-lower {
    font-size: 20px;
    font-weight: 700;
}

.giftcard-list-item-3 .giftcard-list-lower {
    font-size: 16px;
}

.giftcard-list-item-2 {
    order: 1;
    width: calc(34% - 15px);
    padding-top: 32px;
}

.giftcard-list-item-3 {
    width: calc(28% - 15px);
    padding-top: 36px;
    order: 3;
}

.giftcard-badge {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-radius: 50%;
    gap: 2px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
}

.giftcard-badge-1 {
    height: 78px;
    width: 78px;
    top: -39px;
    font-size: 48px;
    background-color: #FFF562;
    font-size: 28px;
    font-weight: 700;
}

.giftcard-badge-1 .din-bold {
    font-size: 48px;
}

.giftcard-badge-2 {
    height: 56px;
    width: 56px;
    top: -39px;
    background-color: #CDDADC;
    font-size: 20px;
}

.giftcard-badge-2 .din-bold,
.giftcard-badge-3 .din-bold {
    font-size: 35px;
}

.giftcard-badge-3 {
    height: 56px;
    width: 56px;
    top: -39px;
    background-color: #F9CA92;
    font-size: 20px;
}

.giftcard-badge-participation {
    position: inherit;
    height: 50px;
    width: 50px;
    background-color: #C1ECFF;
    align-items: center;
    transform: none;
    margin: 0;

}

.giftcard-list-item-participation>div {
    display: flex;
    height: 100%;
    gap: 8px;
}

.giftcard-list-item-participation {
    height: 60px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    order: 4;
}

.giftcard-list-item-participation>div>div:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 8px;
}

.giftcard-list-item-participation .giftcard-list-middle {
    gap: 4px;
}


.giftcard-list-item-participation .giftcard-list-middle .yen {
    align-items: baseline;
    flex-direction: row;
    font-size: 12px;
    gap: 4px;
}

.giftcard-list-item-participation .giftcard-list-middle .yen>span:first-child {
    font-weight: 700;
    font-size: 16px;
}

.giftcard-list-item-participation .giftcard-list-lower {
    font-size: 14px;
}

@media screen and (max-width: 700px) {

    .giftcard-list-item-1,
    .giftcard-list-item-2,
    .giftcard-list-item-3 {
        width: 100%;
    }

    .giftcard-list-item-1 {
        order: 1;
    }

    .giftcard-list-item-2 {
        order: 2;
    }

    .giftcard-list {
        flex-direction: column;
        gap: 48px;
    }

    .giftcard-badge-participation {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -25px;
    }

    .giftcard-list-item-participation {
        padding-top: 32px;
        height: auto;
    }

    #contents>section.sec-campaign-detail {
        padding-bottom: 32px;
    }

}

/* sec-campaign-flow
-------------------------------------------- */
.campaign-flow-wrap {
    display: flex;
    width: calc(100% - 32px);
    margin-top: 1.5rem;
    background-color: #ffffff;
    border-radius: 3px;
    margin-right: 16px;
    margin-left: 16px;
}

.campaign-flow {
    padding-bottom: 3.5rem;
}

.campaign-flow p {
    font-size: 1.1rem;
    padding-bottom: 1.1rem;
    margin-bottom: 0;
}

.campaign-flow .title-h2 {
    margin-bottom: 0;
    padding-top: 3rem;
}

.campaign-flow .campaign-num {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.campaign-text {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.button.button-blue {
    border-radius: 50px;
    background-color: #009fe8;
    border: 2px solid #009fe8;
    box-shadow: none;
    font-size: 1rem;
    font-weight: bold;
    padding: 16px 20px;
    letter-spacing: 1px;
    transition: all 1s;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}

.button.button-blue:hover {
    top: 0;
    color: #fff;
    border: 2px solid #ffe400;
    background-color: #ffe400;
}

.campaign-flow-block {

    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0 1.1rem;
    width: calc(100%/3);
}

.campaign-flow-block:nth-child(2) {
    border-right: 2px solid #C1ECFF;
    border-left: 2px solid #C1ECFF;
}

.sec-id-copy {
    width: calc(100% - 16px);
    background-color: #009FE8;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    padding: 10px 8px;
    max-width: 285px;
    text-align: center;
    position: relative;
    margin-right: 8px;
    margin-left: 8px;
}

.sec-id-copy::after {
    content: "";
    background-image: url(../img/copy.svg);
    height: 24px;
    display: block;
    width: 24px;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
}

.sec-id-copy:hover {
    opacity: 0.8;
}

@media screen and (max-width: 850px) {
    .campaign-flow-wrap {
        flex-direction: column;
    }

    .campaign-flow-block {
        width: calc(100% - 3rem);
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 1.5rem;
        margin-left: 1.5rem;
        padding: 1.1rem 0;
    }

    .campaign-flow-block:nth-child(2) {
        border-top: 2px solid #C1ECFF;
        border-bottom: 2px solid #C1ECFF;
        border-right: none;
        border-left: none;
    }
}

/* sec-tokuten1
-------------------------------------------- */
.tokuten1 small {
    font-size: 0.6em;
    color: inherit;
}

/* sec-series
-------------------------------------------- */
.sec-series {
    padding: 3.5rem 0;
}

.sec-series h3 {
    font-weight: bold;
    color: #0a0a0a;
    padding: 0 1.6rem;
}

.sec-series h3>img {
    margin-bottom: 1rem;
}

.sec-series h3 small {
    color: #333;
}

.sec-series .thumbnail {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    box-shadow: none;
    border: 2px solid #f5f5f5;
}

.sec-series .thumbnail:hover {
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 0px 0px 10px 0px #3333331f;
}

.sec-series .callout.basic,
.sec-series .callout.isolate {
    margin: 0;
    /* color:#fff; */
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
    padding: 0 1.6rem 1.6rem;
}

.sec-series h3>img {
    height: 46px;
}

.sec-series p {
    margin-bottom: 0;
}

.sec-series .target {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.sec-series .callout .target::before {
    display: block;
    width: 100%;
    height: 10px;
    margin: 0 auto 16px;
    content: "";
}

.sec-series .callout.basic .target::before {
    background: #5ca332;
}

.sec-series .callout.isolate .target::before {
    background: #416ab8;
}

.sec-series li {
    margin-left: 1em;
    text-indent: -1em;
    text-align: left;
}

.sec-series li::before {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    border-radius: 50%;
    content: "";
    background-color: #333;
}

.sec-series .link {
    position: relative;
    margin-top: 1rem;
    border-radius: 3rem;
    font-weight: bold;
    color: #fff;
}

.sec-series .callout.basic .link {
    background-color: #5ca332;
}

.sec-series .callout.isolate .link {
    background-color: #416ab8;
}

.sec-series .link::after {
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 20px;
    width: 10px;
    height: 10px;
    border: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    content: "";
}

@media screen and (min-width: 40em) {
    .sec-series h3 {
        padding-top: 1.6rem;
        font-size: 1.8rem;
    }

    .sec-series h3 small {
        color: #333;
    }

    .sec-series h3 .altus {
        font-size: 2rem;
    }

    /* font-size:1.286rem; */
    .sec-series .callout.basic,
    .sec-series .callout.isolate {
        font-size: 1.143rem;
    }

    .sec-series ul {
        display: inline-block;
    }

    .sec-series .callout.basic li {
        line-height: 1.9;
    }

    .sec-series .callout.isolate li {
        line-height: 2.5;
    }

    .sec-series .link {
        display: inline-block;
        margin-bottom: 1rem;
        padding: 1.1rem 3rem;
        font-size: 1.143rem;
    }
}

@media screen and (max-width: 39.9375em) {
    .sec-series h3 .altus {
        font-size: 1.5rem;
    }

    .sec-series li {
        line-height: 1.2;
        margin-top: 0.5rem;
    }

    .sec-series .thumbnail {
        padding: 1rem;
    }

    .sec-series .callout.basic,
    .sec-series .callout.isolate {
        padding: 0 1rem 1rem;
    }

    .sec-series .link {
        padding: 0.8rem 0;
    }
}

#flow {
    margin-bottom: 0 !important;
    padding-bottom: 3rem;
}

@media screen and (min-width: 64em) {
    #flow {
        padding-bottom: 6rem;
    }
}

/* sec-id
-------------------------------------------- */
.js-clip-copy:hover {
    cursor: pointer;
}

table tr>th {
    width: 15%;
}

@media screen and (max-width: 39.9375em) {
    table tr>th {
        width: 100%;
    }
}