.page-template-page-collection2025aw{
    background-color: #EDEDE7;
}

.collection2025aw{
    overflow: hidden;
    position: relative;
}

#collection2025aw__menu_btn{
    position: fixed;
    z-index: 10000;
    top: 30px;
    right: 40px;
    width: 50px;
    height: 35px;
    display: flex;
    align-items: center;
}
#collection2025aw__menu_btn span{
    height: 1px;
    width: 50px;
    background-color: #717171;
    transition: opacity 0.4s ease;
}
#collection2025aw__menu_btn::before{
    content: "";
    height: 1px;
    width: 50px;
    background-color: #717171;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
#collection2025aw__menu_btn::after{
    content: "";
    height: 1px;
    width: 50px;
    background-color: #717171;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
#collection2025aw__menu_btn.open span{
    opacity: 0;
}
#collection2025aw__menu_btn.openbuff:after{
    transition: bottom 0.4s ease, transform 0.6s ease 0.4s;
}
#collection2025aw__menu_btn.openbuff:before{
    transition: top 0.4s ease, transform 0.6s ease 0.4s;
}
#collection2025aw__menu_btn.closebuff:after{
    transition: bottom 0.4s ease 0.6s, transform 0.6s ease;
}
#collection2025aw__menu_btn.closebuff:before{
    transition: top 0.4s ease 0.6s, transform 0.6s ease;
}
#collection2025aw__menu_btn.open:after{
    bottom: 17px;
    transform: translate(-50%, -50%) rotate(16deg);
}
#collection2025aw__menu_btn.open:before{
    top: 17px;
    transform: translate(-50%, -50%) rotate(-16deg);
}
.collection2025aw .swiper-slide .img {
    width: 52%;
    height: 100%;
}
@media screen and (min-width: 821px) {
    .collection2025aw .swiper-slide .img img{
        width: auto;
        height: 100%;
        display: block;
        max-width: none;
    }
}


.collection2025aw_slider{

}
.collection2025aw .swiper-button-next,
.collection2025aw .swiper-button-prev{
    background: none;
    margin-top: 0;
    height: 100px;
    width: 100px;
    top: 50vh;
    transform: translateY(-50%);
    padding-top: 23px;
}
.collection2025aw .swiper-button-next{
    right: 0;
    padding-right: 30px;
    text-align: right;
}
.collection2025aw .swiper-button-prev{
    left: 0;
    padding-left: 30px;
}

.page-template-page-collection2025aw .header{
    top: -90px;
    position: fixed;
    transition: all 0.6s ease;
    
}

.page-template-page-collection2025aw .header .header__wrap{
    padding-top: 15px;
}
.page-template-page-collection2025aw .header.scrolled{
    top: 0;
}

.page-template-page-collection2025aw .backtotop{
    display: none !important;
}
.progress_bar{
    position: absolute;
    top: 228px;
    right: 40px;
    height: 2px;
    width: 50px;
    background-color: #fff;
}
.progress_bar_inner{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #3C3C3C;
    width: 0%;
    transition: width linear;
}
.slide-counter{
    position: absolute;
    top: 105px;
    right: 40px;
    width: 50px;
    z-index: 10;
    font-size: 24px;
    text-align: center;
}
.slide-counter span{
    display: block;
    font-size: 27px;
    line-height: 1;
}
.slide-counter img{
    display: block;
    margin: 10px auto;
}
.price_list a{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    transition: all 0.4s ease;
}
@media screen and (min-width: 821px) {
    .price_list a{
        cursor: default;
    }
    .price_list a[href]{
        cursor: pointer;
    }
    .price_list a[href]:hover{
        opacity: 0.6;
    }
}

.price_list .bangle_size{
    font-size: 12px;
}
.price_list a .gray{
    color: #A0A0A0;
}
.price_list a:first-child{
    margin-top: 0;
}
.collection2025aw  h1 img{
    max-width: 235px;
}

@media screen and (max-width: 1200px) and (min-width: 821px) {
    .collection2025aw .swiper-slide .slide_wrap{

    }
    .collection2025aw .swiper-slide .slide_wrap.img_right .txt{
        padding-left: 60px;
        width: 40%;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_right .txt h1{
        left: 60px;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_right .img{
        margin-left: 5%;
    }
    .slide-counter{
        font-size: 22px;
        bottom: 30px;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_left .img{
        margin-left: 65px;
        overflow: hidden;
    }
}
@media screen and (min-width: 1201px) {
    .collection2025aw .swiper-slide .slide_wrap.img_left .img{
        margin-left: 20px;
        overflow: hidden;
    }
}
@media screen and (min-width: 821px) {
    .tb_min_hide{
        display: none !important;
    }
    .collection2025aw_slider{
        height: 100vh;
    }
    .collection2025aw .swiper-slide .slide_wrap{
        max-width: 81vw;
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 0 50px;
        display: flex;
        justify-content: space-between;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_right{
        justify-content: flex-start;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_left{
        justify-content: flex-start;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_left .txt{
        margin-left: 5%;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_right .img{
        margin-left: 10%;
    }
    .collection2025aw .swiper-slide .slide_wrap .txt{
        width: 34%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        padding-bottom: 10vh;
        position: relative;
    }
    .collection2025aw .swiper-slide .slide_wrap .txt h1{
        position: absolute;
        top: 23vh;
        left: 0;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_right .txt{
        order: 0;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_right .img{
        order: 1;
    }
}

@media screen and (max-width: 1200px) and (min-width: 821px) {
    #collection2025aw__menu_btn{
        right: 2vw;
    }
    .slide-counter{
        right: 2vw;
    }
    .progress_bar{
        right: 2vw;
    }
}
@media screen and (max-width: 820px) {
    .sp_fade{
        opacity: 0;
        transform: translateY(30px);
        transition: transform 0.9s cubic-bezier(0.11, 0.08, 0, 0.91), opacity 1.6s cubic-bezier(0.11, 0.08, 0, 0.91);
    }
    .sp_fade.act{
        opacity: 1;
        transform: translateY(0);
    }
    .tb_max_hide,
    .swiper-button-prev,
    .swiper-button-next{
        display: none !important;
    }
    h1.tb_min_hide{
        padding-left: 35px;
        margin-bottom: 35px;
    }
    .page-template-page-collection2025aw .header{
        top: 0;
    }
    .header #menu_btn{
        display: none !important;
    }
    #collection2025aw__menu_btn{
        right: 25px;
        top: 10px;
        width: 35px;
        height: 40px;
    }
    #collection2025aw__menu_btn span{
        opacity: 0;
    }
    #collection2025aw__menu_btn::before{
        width: 35px;
        top: 16px;
    }
    #collection2025aw__menu_btn::after{
        width: 35px;
        bottom: 16px;
    }
    #collection2025aw__menu_btn.open:before{
        top: 19px;
    }
    #collection2025aw__menu_btn.open:after{
        bottom: 20px;
    }
    .collection2025aw{
        padding-top: 110px;
    }
    .collection2025aw .swiper-wrapper{
        display: block;
    }
    .collection2025aw .swiper-slide .img{
        width: 100%;
    }
    .collection2025aw .swiper-slide .txt{
        width: 100%;
        padding: 25px 35px 60px;
    }
    .txt_num{
        font-size: 24px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .price_list a{
        font-size: 14px;
    }
    .couturier_btn{
        display: block;
        background-color: #BABAB4;
        line-height: 1;
        padding: 30px;
        width: calc(100% - 70px);
        margin: 30px auto 60px;
        text-align: center;
        font-size: 26px;
        border-radius: 5px;
    }
    .collection2025aw_credit{
        border-top: 1px solid #000;
        padding: 25px 35px 70px;
        
    }
    .collection2025aw_credit p{
        font-size: 2.6vw;
    }
}


@media screen and (min-width: 821px)  and (max-aspect-ratio: 1.8/1){
    
    .collection2025aw .swiper-slide .slide_wrap{
        padding: 0;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_left .img{
        width: auto;
        margin-left: 5%;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_right{
        justify-content: flex-end;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_right .img{
        width: auto;
        margin-right: 0;
    }
}

@media screen and (max-width: 1100px)  and (max-aspect-ratio: 1.3/1) and (min-width: 821px) {

    .collection2025aw .swiper-button-next{
        padding-right: 10px;
    }
    .collection2025aw .swiper-button-prev{
        padding-left: 10px;
    }
    .collection2025aw .swiper-slide .slide_wrap{
        max-width: 89vw;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_right .txt{
        padding-left: 10px;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_right .txt h1{
        left: 10px;
    }
    .collection2025aw .swiper-slide .slide_wrap.img_left .img {
        width: 103vh;
    }
}


.progCount0{
    width: 0;
}
/* ページのjs部分 progressTimerに設定してあるmsの数値を入れる 300 -> 0.3s */
.progCount1{
    width: 10%;
    transition: all 0.3s linear;
}
.progCount2{
    width: 20%;
    transition: all 0.3s linear;
}
.progCount3{
    width: 30%;
    transition: all 0.3s linear;
}
.progCount4{
    width: 40%;
    transition: all 0.3s linear;
}
.progCount5{
    width: 50%;
    transition: all 0.3s linear;
}
.progCount6{
    width: 60%;
    transition: all 0.3s linear;
}
.progCount7{
    width: 70%;
    transition: all 0.3s linear;
}
.progCount8{
    width: 80%;
    transition: all 0.3s linear;
}
.progCount9{
    width: 90%;
    transition: all 0.3s linear;
}
.progCount10{
    width: 100%;
    transition: all 0.3s linear;
}