.invite {
    background: url("/contact/images/invite/dots.png") repeat;
    background-size: 16px 32px;
}
.invite .head {
    text-align: center;
    padding-top: 37px;
    background: url("/contact/images/invite/cloud.svg") no-repeat center 17px;
    background-size: 830px 160px;
    background-color: #0068b7;
    height: 162px;
    clip-path: polygon(-2500px 0, calc(2500px + 100%) 0, 50% 100%);
}
.invite .head img {
    width: 555px;
}
.invite .head span {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 2.7px;
    color: #fff;
}

.invite .flag {
    position: relative;
}
.invite .flag img {
    position: absolute;
    z-index: 1;
    width: 233px;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.invite > .txt1 {
    margin: 33px 0 19px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
}
.invite > .txt1 span {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.25px;
    color: #0068b6;
}

.invite .present {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    position: relative;
}
.invite .present .box {
    width: 266px;
    height: 150px;
    background: #fff335;
    padding: 7px;
    border-radius: 0 15px 0 15px;
}
.invite .present .ttl {
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.invite .present .e-gift .ttl img {
    width: 165px;
}
.invite .present .content {
    background: #fff;
    color: #0068b7;
    border-radius: 8px;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.invite .present .e-gift .content img {
    width: 182px;
}
.invite .present .e-gift .txt {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-top: 5px;
}
.invite .present .fee .ttl img {
    width: 196px;
}
.invite .present .fee .content {
    font-size: 48px;
    font-weight: 600;
}
.invite .present .plus {
    position: absolute;
    width: 38px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.invite .flow {
    width: 548px;
    position: relative;
    margin: 31px auto 28px;
}
.invite .flow .ttl {
    font-size: 20px;
    font-weight: 600;
    height: 44px;
    color: #0068b7;
    background: #e3f1fe;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}
.invite .flow .ttl img {
    height: 22px;
}
.invite .flow .content {
    background: #fff335;
    color: #303030;
    height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.invite .flow .content .steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.invite .flow .content .steps img.check {
    width: 18px;
    vertical-align: -3px;
}
.invite .flow .content .steps .right {
    width: 13px;
}
.invite .flow .content .steps .step {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: #fff;
    width: 105px;
    height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.invite .flow .content .steps .step.final {
    color: #0068b7;
}
.invite .flow .content .steps .step sup {
    font-size: 10px;
}
.invite .flow .content .note {
    font-size: 12px;
    color: #303030;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.invite .flow .hima {
    position: absolute;
    width: 89px;
    top: -20px;
    left: -13px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.invite .bottom {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    padding: 41px 0 48px;
    background: #0068b7;
    color: #fff;
}
.invite .bottom span {
    color: #fff335;
}

.invite-heading {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 38px;
    margin: 30px 0;
}

.invite-note {
    width: 730px;
    margin: 0 auto 60px;
}
.invite-note .heading {
    font-size: 24px;
    font-weight: 600;
    color: #0068b7;
    display: flex;
    align-items: center;
    letter-spacing: 2.4px;
    gap: 11px;
}
.invite-note .heading img {
    width: 32px;
}
.invite-note ul {
    font-size: 16px;
    color: #303030;
    letter-spacing: 1.56px;
    list-style: none;
    margin-top: 20px;
}
.invite-note ul li::before {
    content: "・";
}

@media (min-width: 768px) {
    .invite .mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .invite {
        max-width: 100vw;
        background-size: 8px 16px;
    }
    .invite .head {
        height: 122px;
        padding-top: 15px;
        clip-path: polygon(-1200px 0, calc(1200px + 100%) 0, 50% 100%);
        background-position: center 10px;
        background-size: 550px;
    }
    .invite .head img {
        width: 345px;
    }
    .invite .head span {
        font-size: 18px;
        display: block;
        letter-spacing: 0.9px;
    }
    .invite .flag img {
        width: 165px;
        top: -30px;
    }
    .invite > .txt1 {
        font-size: 14px;
        line-height: 21px;
        margin: 15px 0 14px;
    }
    .invite > .txt1 span {
        font-size: 16px;
    }

    .invite .present {
        gap: 15px;
    }
    .invite .present .ttl {
        height: 29px;
    }
    .invite .present .e-gift .ttl img {
        width: 120px;
    }
    .invite .present .fee .ttl img {
        width: 142px;
    }
    .invite .present .box {
        width: 160px;
        height: 107px;
        border-radius: 0 8px 0 8px;
        padding: 5px;
    }
    .invite .present .content {
        height: 68px;
        border-radius: 5px;
    }
    .invite .present .e-gift .content img {
        width: 129px;
    }
    .invite .present .e-gift .txt {
        font-size: 13px;
    }
    .invite .present .fee .content {
        font-size: 34px;
    }
    .invite .present .plus {
        width: 23px;
    }

    .invite .flow {
        width: 100%;
        position: relative;
        margin: 19px auto 0;
    }
    .invite .flow .ttl {
        font-size: 16px;
        height: 35px;
        gap: 8px;
    }
    .invite .flow .ttl img {
        height: 18px;
    }
    .invite .flow .content {
        height: 122px;
        gap: 10px;
    }
    .invite .flow .content .steps {
        gap: 6px;
    }
    .invite .flow .content .steps img.check {
        width: 13px;
        vertical-align: -2px;
    }
    .invite .flow .content .steps .right {
        width: 9px;
    }
    .invite .flow .content .steps .step {
        font-size: 12px;
        line-height: 18px;
        width: 75px;
        height: 75px;
    }
    .invite .flow .content .steps .step sup {
        font-size: 7px;
    }
    .invite .flow .content .note {
        font-size: 9px;
    }
    .invite .flow .hima {
        width: 60px;
        top: -13px;
        left: 12px;
        border: 2px solid #fff;
        border-radius: 50%;
    }
    .invite .bottom {
        font-size: 14px;
        padding: 12px 0 25px;
        line-height: 1.5;
    }

    .invite-heading {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.6px;
        margin: 24px 0;
    }

    .invite-note {
        max-width: 100vw;
        width: 100%;
        padding: 0 20px;
        margin: 0 auto 30px;
    }
    .invite-note .heading {
        font-size: 18px;
        letter-spacing: 1.8px;
        gap: 8px;
    }
    .invite-note .heading img {
        width: 25px;
    }
    .invite-note ul {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 1.2px;
        margin-top: 13px;
        text-indent: -12px;
        margin-left: 12px;
    }
}
