@charset "utf-8";
/*------------------------------------------------------------------------------
共通
 -------------------------------------------------------------------------------*/
body{
    margin: 0;
    padding: 0;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: url(../img/bg.webp) repeat center center;
}
main,footer{
    max-width: 1000px;
    margin: 0 auto;
    img{
        width: 100%;
    }
}
section,.footer-bg{
    width: 100%;
    background: #fdfdfd url(../img/bg03.webp) repeat center center;
    margin-top: -2px;
    &:nth-of-type(2){
        background: url(../img/bg02.webp) repeat center center;
        padding: 50px 0 100px;
    }
    &:nth-of-type(3){
        background: #f3dae5 url(../img/bg03.webp) repeat center center;
        padding: 50px 0 100px;
    }
}
a{
    text-decoration: none;
}
.section_inner,.footer_inner{
    max-width: 90%;
    margin: 0 auto;
     p,ul{
        font-size: clamp(12px, 3.86vw, 18px);
        line-height: 160%;
        letter-spacing: -0.02rem;
    }
}
.section_wrapper{
    max-width: 81.82%;
    padding: 0 20px;
    margin: 0 auto;
}
.section_box,.footer_box{
    position: relative;
    margin-bottom: 24px;
    &::before{
        content: '';
        width: 29.5px;
        height: 27px;
        background: url(../img/snow.webp) no-repeat center center/contain;
        position: absolute;
        top: -1px;
        left: 0;
    }
    >h3{
        border-bottom: 2px dotted #809ebd;
        padding: 0px 0px 10px 34px;
        font-family: "Noto Serif JP", serif;
        font-weight: bold;
        color: #30476e;
        font-size: clamp(20px, 4.83vw, 24px);
        margin-bottom: 10px;
    }
}
#new-goods h3{
    margin-bottom: 22px;
}
@media all and (max-width:820px){
    #new-goods h3{
        margin-bottom: 4%;
    }
}
.text-lg{
    font-size: clamp(28px, 7.24vw, 36px);
    font-weight: 700;
    letter-spacing: -0.02rem;
}
.text-lg-2{
    font-size: clamp(20px, 5.31vw, 28px);
}
.text-pink{
    color: #c0165e;
}
.text-yellow{
    color: #fff17d;
}
.text-5{
    font-weight: 500;
}
.display_sp{
    display: none;
}
.display_sp_02{
    display: none;
}
.display_sp_03{
    display: none;
}
.note{
    font-size: clamp(11px, 3.38vw, 15px);
}
@media all and (max-width:1000px) {
    .display_sp_03{
        display: block;
    }
}
@media all and (max-width:820px) {
    .display_sp{
        display: block;
    }
    section,.footer-bg{
        &:nth-of-type(2){
            padding: 8% 0 16%;
        }
        &:nth-of-type(3){
            padding: 8% 0 16%;
        }
    }
}
@media all and (max-width:768px){
    .display_pc{
        display: none;
    }
}
@media all and (max-width:520px) {
    .display_sp_02{
        display: block;
    }
}
/*------------------------------------------------------------------------------
 MV部分
 -------------------------------------------------------------------------------*/
 #mv{
    position: relative;
    >h1{
        max-width: 576px;
        position: absolute;
        top: 106px;
        left: -13px;
    }
    >div:nth-of-type(1){
        max-width: 539px;
        position: absolute;
        top: 476px;
        left: 4px;
    }
    >div:nth-of-type(2){
        max-width: 399px;
        position: absolute;
        top: 640px;
        left: 70px;
    }
    &::after{
        display: none;
    }
 }
 .fadein{
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}
 .fadein.show{
    opacity: 1;
 }
/*------------------------------------------------------------------------------
 サイドバー
 -------------------------------------------------------------------------------*/
 .sidebar{
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #f3dae5;
    transform: translateX(-280px);
    transition: transform 0.3s ease-in-out;
    &;
    }
 }
@media all and (max-width:1000px) {
    #mv{
    >h1{
        width: min(576 / 1000 * 100vw, 576px);
        top: 13.6%;
        left: -1.2%;
        }
        >div:nth-of-type(1){
            width: min(539 / 1000 * 100vw, 539px);
            top: 60.8%;
            left: 0.4%;
        }
        >div:nth-of-type(2){
            max-width: min(399 / 1000 * 100vw, 399px);
            top: 81.8%;
            left: 7%;
        }
    }
 }
 @media all and (max-width:820px) {
    #mv{
    >h1{
        max-width: 620px;
        width: min(620 / 820 * 100vw, 620px);
        top: 44.2%;
        left: 11%;
        }
        >div:nth-of-type(1){
            max-width: 750px;
            width: min(750 / 820 * 100vw, 750px);
            top: 73%;
            left: 4.4%;
        }
        >div:nth-of-type(2){
            max-width: 560px;
            width: min(560 / 820 * 100vw, 560px);
            top: 86.6%;
            left: 15.5%;
        }
        &::after{
            display: block;
            content: '';
            background: url(../img/ob-mv.webp) no-repeat center center/contain;
            position: absolute;
            top: 92%;
            left: 0;
            width: min(155 / 820 * 100vw, 155px);
            height: min(158 / 820 * 100vw, 158px);
        }
    }
 }

/*------------------------------------------------------------------------------
 キャンペーン詳細
 -------------------------------------------------------------------------------*/
.list_nav{
    list-style: none;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 30px 0 10px;
    margin-top: -20px;
    background-color: #fff;
    >li{
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 333px;
        height: 60px;
        border-right: 2px dotted #9db4cc;
        &:last-of-type{
            border-right: none;
        }
         .arrow {
            position: relative;
            display: inline-block;
            width: 21px;
            height: 12.5px;
            }
            .arrow::before,
            .arrow::after {
            content: "";
            position: absolute;
            bottom: 2px;
            right: 0;
            width: 3px;
            height: 16px;
            border-radius: 9999px;
            background-color: #9db4cc;
            transform-origin: 50% calc(100% - 1.5px);
            }
            .arrow::before {
            transform: rotate(45deg);
            }
            .arrow::after {
            transform: rotate(-45deg);
        }
        >a{
            display: block;
            padding: 10px;
            font-family: "Noto Serif JP", serif;
            color: #30476e;
            font-weight: bold;
            font-size: clamp(14px, 4.34vw, 24px);
        }
    }
}
.list_nav .arrow  {
  animation: animationArrowRight 2s ease-in-out infinite;
}
@keyframes animationArrowRight {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
.ttl_campaign{
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-weight: bold;
    font-size: clamp(24px, 6.7vw, 40px);
    letter-spacing: 0.02rem;
    color: #30476e;
    margin: 40px auto;
    position: relative;
    width: fit-content;
    padding: 40px 80px 0;
    &::before{
        content: '';
        background: url(../img/deco-ttl-campaign.webp) no-repeat center center/100%;
        width: min(100 / 750 * 100vw, 69.5px);
        height: min(64 / 750 * 100vw, 40.5px);
        position: absolute;
        top: 55%;
        left: 0;
    }
    &::after{
        content: '';
        background: url(../img/deco-ttl-campaign.webp) no-repeat center center/100%;
        width: min(100 / 750 * 100vw, 69.5px);
        height: min(64 / 750 * 100vw, 40.5px);
        position: absolute;
        top: 55%;
        right: -1%;
        transform: scale(-1,1);
    }
}
.card_sample{
    max-width: 541px;
    margin: 28px auto 45px;
}
.canpain_lead{
    margin-bottom: 20px;
    >p{
        font-size: clamp(15px, 4.34vw, 24px);
        font-family: "fot-tsukuardgothic-std", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #30476e;
        letter-spacing: -0.18rem;
        text-align: center;
        line-height: 140%;
        &:last-of-type{
            font-family: noto-sans-cjk-jp, sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: clamp(12px, 3.38vw, 18px);
            letter-spacing: -0.02rem;
            margin-top: 10px;
        }
    }
}
/* 共通 */
.section_box h4{
    color: #30476e;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size:clamp(17px, 4.3vw, 22px);
    font-weight: 700;
    font-style: normal;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    letter-spacing: -0.1rem;
    >.txt-circle{
        font-size: clamp(14px, 1.6vw, 16px);
        border: 1.8px solid #30476e;
        border-radius: 50px;
        margin-left: 10px;
        padding: 2px 6px;
    }
    &::before{
        content: '';
        background: url(../img/pair_01.webp) no-repeat center center/100%;
        width: 16px;
        height: 17px;
        position: absolute;
        top: 4px;
        left: 0;
    }
}
.pair_box{
    max-width: 98%;
    height: 200px;
    padding: 1% 1%;
    background-color: #f4f4f4;
    border-radius: 10px;
    overflow-y: scroll;
    >p,ul{
        font-size: clamp(12px, 3.6vw, 16px);
        line-height: 150%;
    }
    >p{
        margin-bottom: 30px;
        font-weight: 700;
        padding-left: 6px;
        &:last-of-type{
            margin-bottom: 0;
        }
    }
    >ul{
        margin: 0;
        padding: 0 0 0 2.2%;
    }
    li{
        padding-left: 10px;
        letter-spacing: -0.02rem;
        text-indent: -0.6rem;
        &::marker{
            font-size: 0.8em;
        }
    }
     >.mg-0{
        margin-bottom: 0;
        font-weight: 400;
     }
}
.notes_list{
    padding: 0 2%;
    text-align: justify;
}
.bn_postcard{
    margin: 0 auto;
    max-width: 610px;
    padding-bottom: 50px;
}

@media all and (max-width:820px) {
    .display_sp{
        display: block;
    }
    .list_nav{
        padding: 6% 0 3%;
        margin-top: -3%;
        >li{
            .arrow::before,
            .arrow::after {
                width: 2px;
                bottom: -2px;
                left: 50%;
                transform-origin: 50% calc(100% - 1px);
            }
            >a{
                text-align: center;
                line-height: 120%;
                width: 100%;
                padding: 2%;
            }
        }
    }
    .canpain_lead{
        >p{
            &:last-of-type{
                margin-top: 6px;
                
            }
        }
    }
}
@media all and (max-width:768px) {
    #mv{
        width: 100%;
    }
    .ttl_campaign{
        margin: 5% auto 6%;
        padding: 5% 15% 0;
        &::before{
            top: 44%;
        }
        &::after{
            top: 44%;
        }
    }
    .card_sample{
        width: 100%;
    }
     .pair_box{
        padding: 1.5% 3%;
    }
    .notes_list{
        padding: 0 2% 0 4%;
    }
}
@media all and (max-width:520px) {
    .canpain_lead{
        >p{
            letter-spacing: -0.16rem;
            &:last-of-type{
                text-align: left;
            }
        }
    }
    .section_box h4{
        line-height: 130%;
        >.txt-circle{
            margin-left: 0;
        }
    }
    .list_nav{
        >li{
            .arrow::before,
            .arrow::after {
                height: 12px;
            }
        }
    }
    .pair_box{
        >ul{
            padding: 0 0 0 5%;
        }
    }
}

/*------------------------------------------------------------------------------
 12月10日発売新グッズ
 -------------------------------------------------------------------------------*/
.ttl_newgoods{
    margin-bottom: 40px;
    position: relative;
    >p{
        font-family: "fot-tsukuardgothic-std", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #fff;
        font-size: clamp(12px, 3.86vw, 28px);
        line-height: 120%;
        letter-spacing: -0.06rem;
        margin-bottom: 4px;
        padding-top: 32px;
        z-index: 2;
        position: relative;
    }
    >h2{
        max-width: 486px;
        margin: 0 auto;
        padding-bottom: 38px;
        &::before{
            content: '';
            background: url(../img/object01.webp) no-repeat  center center/contain;
            width: 168px;
            height: 226.5px;
            position: absolute;
            top: -8%;
            left: 6%;
        }
        &::after{
            content: '';
            background: url(../img/object02.webp) no-repeat  center center/contain;
            width: 190px;
            height: 187px;
            position: absolute;
            top: 16%;
            right: 4%;
            z-index: 1;
        }
    }
}

/* 共通 */
.ttl_deco{
    text-align: center;
    background: #C0165E;
    background: radial-gradient(circle, rgba(192, 22, 94, 1) 0%, rgba(157, 8, 71, 1) 100%);
    position: relative;
    &::before{
        content: '';
        background: url(../img/bg_border.webp) repeat-x center center;
        background-size:  min(20 / 750 * 100vw, 18px);
        height: min(21.5 / 750 * 100vw, 19.5px);
        width: 100%;
        /* transform: rotate(180deg);    */
        position: absolute;
        top: 1%;
        left: 0;
    }
    &::after{
        content: '';
        background: url(../img/bg_border.webp) repeat-x center center/contain;
        background-size:  min(20 / 750 * 100vw, 18px);
        height: min(21.5 / 750 * 100vw, 19.5px);
        width: 100%;
        transform: rotate(180deg);   
        position: absolute;
        bottom: 1%;
        left: 0;
    }
}

#new-goods .section_inner{
    background: #fdfdfd url(../img/bg03.webp) repeat center center;
    outline: 2px solid #e9e9e9;
    outline-offset: -10px;
    padding: 70px 0;
}
#new-goods .section_box{
margin-bottom: 0;
}
.img-necklace{
    margin-bottom: 16px;
}
.txt-necklace{
    text-align: center;
    color: #30476e;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 16px;
}
.btn_necklace{
    max-width: 312px;
    margin: 0 auto 32px;
}
#new-goods .section_box h4:nth-of-type(2){
    letter-spacing: -0.14rem;
    margin-top: 8px;
}
.goods-wrapper{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 2px;
    >.goods-box{
        width: 230px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
        >.goods-img{
            border: 2px solid #809ebd;
        }
        >.txt-box{
            display: flex;
            flex-direction: column;
            height: 100%;
            gap: 10px;
            justify-content: space-between;
        }
         .goods-txt{
            color: #30476e;
            font-weight: 700;
            line-height: 150%;
        }
         .goods-btn{
            background-color: #c0165e;
            font-family: "fot-tsukuardgothic-std", sans-serif;
            font-weight: 700;
            font-style: normal;
            text-align: center;
            border-radius: 50px;
            padding: 6px 0;
            transition: all .2s ease-in-out;
            &:hover{
                background: #c0165dea;
            }
            >a{
                display: block;
                width: 100%;
                height: 100%;
                color: #fff;
                font-size: clamp(10.5px, 3.38vw, 18px);
                letter-spacing: -0.04rem;
            }
        }
    }
}
.btn_minegoods01{
    max-width: 654px;
    margin: 0 auto;
    margin-bottom: 24px;
}

@media all and (max-width:820px) {
    .ttl_newgoods{
        margin-bottom: 8%;
        >p{
            padding-top: 4%;
            z-index: 10;
            position: relative;
        }
        >h2{
            max-width: min(500 / 750 * 100vw, 500px);
            padding-bottom: 4%;
            &::before{
                width: min(168 / 750 * 100vw, 168px);
                height: min(226.5 / 750 * 100vw, 226.5px);
                top: -5%;
                left: 3%;
            }
            &::after{
                width: min(190 / 750 * 100vw, 190px);
                height: min(191 / 750 * 100vw, 191px);
                top: 15%;
                right: 1%;
            }
        }
    }
    #new-goods .section_inner{
        padding: 6% 0;
    }
    #new-goods .section_wrapper{
        max-width: 88%;
    }
}
@media all and (max-width:768px) {
    .goods-wrapper{
        justify-content: center;
        gap: 3%;
        >.goods-box{
            max-width: 48.5%;
        }
    }
    #new-goods .section_inner{
        outline-offset: -6px;
    }
}
@media all and (max-width:520px) {
    .section_inner .txt-necklace{
        line-height: 150%;
    }
    .btn_necklace{
        max-width: 75%;
        margin: 0 auto 32px;
    }
    .goods-wrapper{
        >.goods-box{
            >.goods-img{
                border: 1.6px solid #809ebd;
            }
            .goods-txt{
                line-height: 140%;
            }
            .goods-btn{
                padding: 2% 2%;
                >a{
                    letter-spacing: -0.08rem;
                }
            }
        }
    }
    #new-goods .section_box h4{
        line-height: 115%;
        &::before{
            top: 3px;
        }
    }
}


/*------------------------------------------------------------------------------
 クリスマススペシャルセット2025
 -------------------------------------------------------------------------------*/
.ttl_specialset{
    margin-bottom: 20px;
    >p{
        max-width: 247px;
        margin: 0 auto;
        padding-top: 30px;
    }
    >h2{
        max-width: 479px;
        margin: 0 auto;
        padding-bottom: 30px;
        &::before{
            content: '';
            background: url(../img/object03.webp) no-repeat  center center/contain;
            width: 170.5px;
            height: 184.5px;
            position: absolute;
            top: 15%;
            left: 10%;
        }
        &::after{
            content: '';
            background: url(../img/object04.webp) no-repeat  center center/contain;
            width: 165px;
            height: 240px;
            position: absolute;
            top: 2.2%;
            right: 12%;
            z-index: 1;
        }
    }
}
.txt-spesialset{
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #30476e;
    text-align: center;
    font-size: clamp(17px, 4.34vw, 26px);
    line-height: 150%;
    letter-spacing: -0.08rem;
    margin-bottom: 35px;
    >p:last-of-type{
        font-size: clamp(13px, 3.86vw, 18px);
        line-height: 140%;
    }
}
#special-set .section_inner{
    background: #fdfdfd url(../img/bg03.webp) repeat center center;
    outline: 2px solid #e9e9e9;
    outline-offset: -10px;
    padding: 36px 0 65px;
}
.set-box{
    text-align: center;
    background: url(../img/bg-set01.webp) no-repeat center center/100%;
    width: 100%;
    height: 100%;
    aspect-ratio: 720 / 1087;
    margin-bottom: 16px;
    position: relative;
    &:nth-of-type(2){
        background: url(../img/bg-set02.webp) no-repeat center center/100%;
        aspect-ratio: 720 / 1081;
    }
    &:nth-of-type(3){
        background: url(../img/bg-set03.webp) no-repeat center center/100%;
        aspect-ratio: 720 / 1086;
        margin-bottom: 0;
    }
    &::before{
        content: '';
        background: url(../img/set-object01.webp) no-repeat  center center/contain;
        width: 120.5px;
        height: 161px;
        position: absolute;
        top: 1%;
        left: -2%;
    }
    &::after{
        content: '';
        background: url(../img/set-object02.webp) no-repeat  center center/contain;
        width: 139px;
        height: 142.5px;
        position: absolute;
        bottom: 2%;
        right: -1%;
        z-index: 1;
    }
    >p:first-of-type{
        font-family: "fot-tsukuardgothic-std", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #30476e;
        font-size: clamp(10px, 2.898vw, 18px);
        letter-spacing: -0.04rem;
        margin-bottom: 8px;
        padding-top: 94px;
    }
    >p.f-goods-txt{
        line-height: 130%;
        padding-top: 96px;
    }
    >p.w-goods-txt{
        letter-spacing: -0.09rem;
        padding-top: 95px;
    }
    >p:nth-of-type(2){
        max-width: 441px;
        margin: 0 auto 10px;
    }
    >p:last-of-type{
        font-family: "Noto Serif JP", serif;
        color: #30476e;
        font-weight: 600;
        font-size: clamp(11px, 3.14vw, 24px);
        position: relative;
        width: fit-content;
        margin: 0 auto 8px;
        padding: 0 24px;
        letter-spacing: -0.04rem;
        &::before{
            content: '';
            background: url(../img/pair_01.webp) no-repeat center center/contain;
            width: 18px;
            height: 19px;
            position: absolute;
            top: 28%;
            left: 0;
        }
        &::after{
            content: '';
            background: url(../img/pair_01.webp) no-repeat center center/contain;
            width: 18px;
            height: 19px;
            position: absolute;
            top: 28%;
            right: 0;
        }
    }
    >div:first-of-type{
        max-width: 674px;
        margin: 0 auto 18px;
        padding: 0 10px;
    }
    >div:last-of-type{
        max-width: 387px;
        margin: 0 auto 18px;
    }
    >.set-list{
        list-style: none;
        text-align: left;
        max-width: 510px;
        margin: 0 auto 26px;
        font-family: "fot-tsukuardgothic-std", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #30476e;
        font-size: clamp(9px, 2.89vw, 20px);
        letter-spacing: -0.08rem;
        >li{
            display: flex;
            justify-content: space-between;
            margin-bottom: 2px;
            &::before{
                content: '';
                flex: 1;
                order: 1;
                border-bottom: 4px dotted #30476e;
                margin: 0 6px;
                align-self: center;
            }
            >span:first-of-type{
                order: 0;
            }
            >span:last-of-type{
                order: 2;
            }
        }
    }
}
p.set-txt{
    width: 98%;
    margin: 0 auto;
    text-align: justify;
    font-size: clamp(12px, 3.38vw, 16px);
    color: #C0165E;
    font-weight: bold;
}

@media all and (max-width:1000px) {
    .set-box{
        background: url(../img/bg-set01-tb.webp) no-repeat center center/100%;
        aspect-ratio: 736 / 1242;
        margin-bottom: 4%;
        &:nth-of-type(2){
            background: url(../img/bg-set02-tb.webp) no-repeat center center/100%;
            aspect-ratio: 736 / 1236;
        }
        &:nth-of-type(3){
            background: url(../img/bg-set03-tb.webp) no-repeat center center/100%;
            aspect-ratio: 735 / 1241;
            margin-bottom: 4%;
        }
        &::after{
            right: -4%;
            bottom: -1%;
        }
        >p:first-of-type{
            padding-top: 14%;
            line-height: 120%;
        }
        >p.f-goods-txt{
            padding-top: 14.5%;
        }
        >p.w-goods-txt{
            padding-top: 14.5%;
            letter-spacing: -0.04rem;
        }
        >.set-list{
            margin: 0 auto 3%;
        }
    }
}
@media all and (max-width:820px) {
    .ttl_specialset{
        margin-bottom: 4%;
        >p{
            max-width: min(300 / 750 * 100vw, 300px);
            padding-top: 4%;
        }
        >h2{
            max-width: min(500 / 750 * 100vw, 500px);
            padding-bottom: 4%;
            &::before{
                width: min(170.5 / 750 * 100vw, 170.5px);
                height: min(184.5 / 750 * 100vw, 184.5px);
                top: 20%;
                left: 4%;
            }
            &::after{
                width: min(165 / 750 * 100vw, 165px);
                height: min(240 / 750 * 100vw, 240px);
                top: 11%;
                right: 4%;
            }
        }
    }
    #special-set .section_wrapper{
        max-width: 90%;
        padding: 0 0;
    }
    #special-set .section_inner{
        padding: 6% 0;
    }
    .set-box{
        background: url(../img/bg-set01-sp.webp) no-repeat center center/100%;
        aspect-ratio: 642 / 1342;
        margin-bottom: 4%;
        &:nth-of-type(2){
            background: url(../img/bg-set02-sp.webp) no-repeat center center/100%;
            aspect-ratio: 642 / 1298;
        }
        &:nth-of-type(3){
            background: url(../img/bg-set03-sp.webp) no-repeat center center/100%;
            aspect-ratio: 642 / 1343;
        }
        &::before{
            width: min(120.5 / 750 * 100vw, 120.5px);
            height: min(161 / 750 * 100vw, 161px);
        }
        &::after{
            width: min(139 / 750 * 100vw, 139px);
            height: min(142.5 / 750 * 100vw, 142.5px);
            right: -1%;
            bottom: -2%;
        }
        >p:first-of-type{
            margin-bottom: 1.5%;
        }
        >p:nth-of-type(2){
            max-width: min(491 / 750 * 100vw, 441px);
            margin: 0 auto 1%;
        }
        >p:last-of-type{
            margin: 0 auto 0.6%;
            padding: 0 4%;
            &::before{
                width: min(18 / 750 * 100vw, 18px);
                height: min(19 / 750 * 100vw, 19px);
                top: 26%;
            }
            &::after{
                width: min(18 / 750 * 100vw, 18px);
                height: min(19 / 750 * 100vw, 19px);
                top: 26%;
            }
        }
        >div:first-of-type{
            max-width: 78%;
            margin: 0 auto 1%;
            padding: 0;
        }
        >div:last-of-type{
            max-width: 450px;
            width: 80%;
        }
        >.set-list{
            width: 80%;
            margin: 0 auto 2%;
            >li{
                &::before{
                    border-bottom: 2px dotted #30476e;
                }
            }
        }
    }
}
@media all and (max-width:768px) {
    .txt-spesialset{
        margin-bottom: 4%;
    }
    #special-set .section_inner{
        outline-offset: -6px;
    }
}



/*------------------------------------------------------------------------------
 フッターエリア
 -------------------------------------------------------------------------------*/
.footer-bg{
    padding: 50px 0;
}
.footer_box{
    margin-bottom: 34px;
}
.footer_inner p:first-of-type{
    margin-bottom: 24px;
}
.footer_inner p:last-of-type>a{
    color: #000;
    text-decoration: underline;
}
.bn-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 50px;
    >li{
        max-width: min(300px, 30vw);
        height: auto;
        &:nth-of-type(n+3){
            width: min(270px, 27vw);
        }
        &:last-of-type img{
            border: 1px solid #cfcfcf;
        }
    }
}
.share-list{
    list-style: none;
    display: flex;
    width: 60%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 50px;
    gap: 6%;
    >li{
        width: 10%;
    }
}
.footer_inner .copyright{
    text-align: center;
    color: #30476e;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(12px, 2.89vw, 15px);
}
@media all and (max-width:768px) {
    .footer-bg{
        padding: 6% 0;
    }
    .bn-list{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0.2rem;
        margin-bottom: 8%;
        >li{
            max-width: 90%;
            &:nth-of-type(n+3){
                max-width: 600px;
                width: 90%;
            }
        }
    }
    .share-list{
        margin-bottom: 10%;
        gap: 10%;
        >li{
            width: 30%;
        }
    }
}

/*------------------------------------------------------------------------------
TOPへ戻るボタン
 -------------------------------------------------------------------------------*/
#to-top{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    opacity: 0.8;
    z-index: 100;
     img{
        width: 100%;
     }
     &:hover{
        opacity: 1;
     }
}