@charset "utf-8";

/* -----------------------------------------------------------
Intro
----------------------------------------------------------- */

.pointBigTtlWr {
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
}

.pointBigTtlBg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.83%;
    padding: 1.25%;
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(10px);
}

.pointBigTtlBgImg {
    width: 49.573%;
    max-width: 580px;
    opacity: .5;
}

.pointBigTtlBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    text-shadow: 7px 7px 7px rgba(0, 0, 0, .5), -7px -7px 7px rgba(0, 0, 0, .5), -7px 7px 7px rgba(0, 0, 0, .5), 7px -7px 7px rgba(0, 0, 0, .5), 7px 0 7px rgba(0, 0, 0, .5), -7px 0 7px rgba(0, 0, 0, .5), 0 7px 7px rgba(0, 0, 0, .5), 0 -7px 7px rgba(0, 0, 0, .5);
}

.pointBigTtl {
    margin: 0 auto 10px;
    font-size: 16px;
}

.pointBigTxt {
    font-size: 12px;
}

.pointCard {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 540px;
    width: 100%;
    padding: 30px 15px 15px;
    backdrop-filter: blur(5px);
}

.pointCardBorderT,
.pointCardBorderR {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pointCardBorderB,
.pointCardBorderL {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.pointCardBorderT::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url(../img/deco_circle_white_yoko.svg);
    background-repeat: repeat-x;
    background-position: top left;
}

.pointCardBorderR::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-image: url(../img/deco_circle_white_tate.svg);
    background-repeat: repeat-y;
    background-position: top right;
}

.pointCardBorderB::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-image: url(../img/deco_circle_white_yoko.svg);
    background-repeat: repeat-x;
    background-position: bottom right;
}

.pointCardBorderL::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-image: url(../img/deco_circle_white_tate.svg);
    background-repeat: repeat-y;
    background-position: bottom left;
}

.pointCardBgNum {
    position: absolute;
    top: 0;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 60px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0 0 3px;
    background-color: #fff;
    border-radius: 50%;
    font-family: "Italiana", sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.175;
    color: #020B1B;
    text-align: center;
}

.pointCardBgTtl {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.5;
    opacity: .2;
}

.pointCardTtl {
    margin: 0 auto 10px;
}

.pointCardTxt {
    font-size: 10px;
    text-align: center;
}

.pointSymbol {
    margin: 10px 0 40px;
    text-align: center;
}

.pointSymbolTxt {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
}

@media screen and (min-width:768px) {

    .pointBigTtl {
        margin: 0 auto 40px;
        font-size: 30px;
    }

    .pointBigTxt {
        font-size: 20px;
    }

    .pointCardBox {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .pointCard {
        padding: 40px 15px 20px;
    }

    .pointCardBgTtl {
        top: 10%;
        font-size: 36px;
    }

    .pointCardTxt {
        font-size: 12px;
    }

    .pointSymbol {
        margin: 0;
    }

}

@media screen and (min-width:1024px) {

    .pointBigTtl {
        margin: 0 auto 40px;
        font-size: 40px;
    }

    .pointBigTxt {
        font-size: 24px;
    }

    .pointCardBgTtl {
        top: 5%;
        font-size: 50px;
    }

    .pointCardTtl {
        margin: 0 auto 20px;
    }

    .pointCardTxt {
        font-size: 14px;
    }

    .pointSymbolTxt {
        font-size: 80px;
    }

}

@media screen and (min-width:1440px) {

    .pointCardBgTtl {
        font-size: 64px;
    }

}

/* -----------------------------------------------------------
Music
----------------------------------------------------------- */

.musicBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.musicImg {
    max-width: 600px;
    width: 100%;
}

.musicTxtBox {
    max-width: 520px;
    width: 100%;
}

.musicInfoList {
    width: 100%;
    margin: 0 0 40px;
}

.musicInfoItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0 0 15px;
}

.musicInfoItem:last-child {
    margin: 0;
}

.musicInfoTtl {
    max-width: 155px;
    width: 100%;
    padding: 3px;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

.musicInfoTxt {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

.musicBtnBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

@media screen and (min-width:768px) {

    .musicBox {
        gap: 40px;
    }

    .musicInfoItem {
        flex-direction: row;
        gap: 10px;
        justify-content: flex-start;
        align-items: baseline;
    }

    .musicInfoTxt {
        font-size: 14px;
        text-align: start;
    }

    .musicBtnBox {
        flex-direction: row;
    }

}

@media screen and (min-width:1024px) {

    .musicBox {
        flex-direction: row;
        justify-content: space-between;
    }

    .musicImg {
        width: 50%;
    }

    .musicTxtBox {
        width: 50%;
    }

    .musicInfoItem {
        gap: 15px;
    }

    .musicInfoTtl {
        font-size: 14px;
    }

    .musicInfoTxt {
        font-size: 16px;
    }

    .musicBtnBox {
        justify-content: flex-start;
        gap: 40px;
    }

    .musicBtnBox .cmnBtn03 {
        margin: 0;
    }

}

/* -----------------------------------------------------------
Luminous Glow
----------------------------------------------------------- */

.luminousImgBox {
    max-width: 480px;
    width: 100%;
    margin: 0 auto 20px;
}

.luminousTxt {
    margin: 0 0 20px;
}

.luminousInfoList {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
}

.luminousInfoItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0 0 15px;
}

.luminousInfoItem:last-child {
    margin: 0;
}

.luminousInfoTtl {
    max-width: 80px;
    width: 100%;
    padding: 3px;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

.luminousInfoTxt {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width:768px) {

    .luminousTxt {
        text-align: center;
    }

    .luminousInfoItem {
        flex-direction: row;
        gap: 10px;
        justify-content: flex-start;
        align-items: baseline;
    }

    .luminousInfoTxt {
        font-size: 14px;
        text-align: start;
    }

}

@media screen and (min-width:1024px) {

    .luminousTxt {
        margin: 0 0 40px;
    }

    .luminousInfoList {
        max-width: 440px;
    }

    .luminousInfoItem {
        gap: 15px;
    }

    .luminousInfoTtl {
        font-size: 14px;
    }

    .luminousInfoTxt {
        font-size: 16px;
    }

}

/* -----------------------------------------------------------
Gift Campaign
----------------------------------------------------------- */

.GiftCampaignBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto 30px;
    padding: 32px 0 0 0;
}

.GiftCampaignCard {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 540px;
    width: 100%;
    padding: 40px 15px 20px;
    backdrop-filter: blur(5px);
}

.GiftCampaignCardBorderT,
.GiftCampaignCardBorderR {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.GiftCampaignCardBorderB,
.GiftCampaignCardBorderL {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.GiftCampaignCardBorderT::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url(../img/deco_circle_white_yoko.svg);
    background-repeat: repeat-x;
    background-position: top left;
}

.GiftCampaignCardBorderR::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-image: url(../img/deco_circle_white_tate.svg);
    background-repeat: repeat-y;
    background-position: top right;
}

.GiftCampaignCardBorderB::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-image: url(../img/deco_circle_white_yoko.svg);
    background-repeat: repeat-x;
    background-position: bottom right;
}

.GiftCampaignCardBorderL::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-image: url(../img/deco_circle_white_tate.svg);
    background-repeat: repeat-y;
    background-position: bottom left;
}

.GiftCampaignCardTtl {
    position: absolute;
    top: 0;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 50px;
    color: #020B1B;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.GiftCampaignCardTtl span {
    position: relative;
    display: block;
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 12px;
}

.GiftCampaignCardTtl span::before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 1px;
    height: 17px;
    transform: rotate(-43deg);
    background-color: #020B1B;
}

.GiftCampaignCardTtl span::after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 1px;
    height: 17px;
    transform: rotate(43deg);
    background-color: #020B1B;
}

.GiftCampaignCardSubTtl {
    margin: 0 auto 10px;
    font-size: 16px;
    text-align: center;
}

.GiftCampaignCardTxt {
    text-align: center;
}

.GiftCampaignInfoList {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 40px;
}

.GiftCampaignInfoItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0 0 15px;
}

.GiftCampaignInfoItem:last-child {
    margin: 0;
}

.GiftCampaignInfoTtl {
    max-width: 155px;
    width: 100%;
    padding: 3px;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

.GiftCampaignInfoTxt {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

.GiftCampaignBtnBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

@media screen and (min-width:768px) {

    .GiftCampaignInfoItem {
        flex-direction: row;
        gap: 10px;
        justify-content: flex-start;
        align-items: baseline;
    }

    .GiftCampaignInfoTxt {
        font-size: 14px;
        text-align: start;
    }

    .GiftCampaignBtnBox {
        flex-direction: row;
    }

}

@media screen and (min-width:1024px) {

    .GiftCampaignBox {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        margin: 0 auto 40px;
    }

    .GiftCampaignCard {
        padding: 50px 15px 30px;
    }

    .GiftCampaignCardTtl {
        max-width: 320px;
        font-size: 20px;
    }

    .GiftCampaignCardTtl span {
        padding: 0 20px;
        font-size: 14px;
    }

    .GiftCampaignCardTtl span::before,
    .GiftCampaignCardTtl span::after {
        bottom: 2px;
        height: 20px;
    }

    .GiftCampaignCardSubTtl {
        margin: 0 auto 20px;
        font-size: 24px;
    }

    .GiftCampaignInfoList {
        max-width: 300px;
    }

    .GiftCampaignInfoItem {
        gap: 15px;
    }

    .GiftCampaignInfoTtl {
        font-size: 14px;
    }

    .GiftCampaignInfoTxt {
        font-size: 16px;
    }

    .GiftCampaignBtnBox {
        justify-content: flex-start;
        gap: 40px;
    }

}