.pc{
    display: block;
}
.sp{
    display: none;
}
.calendar_ffamily_ibm{
    font-family: 'IBM Plex Sans JP', sans-serif;
}
.calendar_spacing_ibm{
    letter-spacing: -1.5px;
}
.calendar_notetext{
    font-size: 12px !important;
    margin-top: 5px !important;
}
.calendar_notetext_card{
    font-size: 12px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
@media screen and (max-width:499px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .calendar_notetext{
        font-size: 3vw !important;
        margin-top: 1.5vw !important;
    }
    .calendar_notetext_card{
        font-size: 3vw !important;
        margin-top: 1.5vw !important;
        margin-bottom: 1.5vw !important;
    }
}
/***************************************

メインビジュアル/今春の“推し”コスメ

****************************************/
.calender_mv{
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 0;
}
.calender_mv img{
    display: block;
    width: 100%;
}
.calender_recommend{
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    max-width: 1040px;
    width: 100%;
    margin: 15px auto 0;
    padding: 25px 0;
    background-color: #FAE5EA;
}
.calender_recommend h2{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 12px 0 0;
    margin: 0 auto 15px;
    max-width: 366px;
    width: 100%;
    height: 45px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-image: url(/img/calendar/2025autumn/calender_recommend_title_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.calender_recommend_slide{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.calender_recommend_slide li{
    max-width: 180px;
    width: 100%;
    margin: 0 15px;
    transition: 0.3s;
}
.calender_recommend_slide li:hover{
    opacity: 0.7;
}
.calender_recommend_slide li a{
    position: relative;
    display: block;
}
.calender_recommend_slide li p{
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    padding: 0 3px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #F05E92;
}
.recommend_slide_arrow{
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: 0;
    background-color: inherit;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.recommend_slide_arrow.slick-next{
    right: -20px;
    background-image: url(/img/calendar/2025autumn/slider_arrow_pink_next.png);
}
.recommend_slide_arrow.slick-prev{
    left: -20px;
    background-image: url(/img/calendar/2025autumn/slider_arrow_pink_prev.png);
}
.calender_notes_box{
    font-family: "Noto Sans JP", sans-serif;
    max-width: 530px;
    width: 100%;
    margin: 35px auto 0;
}
.calender_notes_box p{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
}
/*
.recommend_comment_bubble {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 280px;
    width: 100%;
    height: 65px;
    margin: 0 auto 5px;
    padding: 8px 0;
    text-align: center;
    border-radius: 20px;
    font-size: 13px;
    line-height: 1.4;
    background-image: url(/img/calendar/2025autumn/slide_fukidashi.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    white-space: nowrap;
  }
    */
.recommend_comment_bubble_wrap{
    text-align: center;
}
  .recommend_comment_bubble {
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: flex-start;
    background-color: #fff;
    border: 1px solid #F05E92;
    margin: 0 auto 25px;
    padding: 12px 25px;
    text-align: center;
    border-radius: 30px;
    font-size: 13px;
    line-height: 1.4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    white-space: nowrap;
}
.recommend_comment_bubble::after,
.recommend_comment_bubble::before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #fff;
}
.recommend_comment_bubble::before{
    bottom: -11px;
    z-index: 2;
}
.recommend_comment_bubble::after{
    z-index: 1;
    bottom: -13px;
    border: 1px solid #F05E92;
}
  .recommend_comment_bubble.show { opacity: 1; }
@media screen and (max-width:499px){
    .calender_mv{
        padding: 3vw 3vw 0; 
    }
    .calender_recommend{
        margin: 3vw auto 0;
        padding: 5vw 0 6vw;
    }
    .calender_recommend h2{
        background-color: inherit;
        padding: 2.5vw 0 0;
        margin: 0 auto 3vw;
        max-width: 94vw;
        height: 11vw;
        font-size: 4.8vw;
    }
    .calender_recommend_slide li{
        max-width: 32vw;
        margin: 0 2.5vw;
    }
    .recommend_slide_arrow{
        width: 8vw;
        height: 8vw;
    }
    .recommend_slide_arrow.slick-next{
        right: 3vw;
    }
    .recommend_slide_arrow.slick-prev{
        left: 3vw;
    }
    .calender_notes_box{
        max-width: 90vw;
        margin: 7vw auto 0;
    }
    .calender_notes_box p{
        font-size: 3.2vw;
    }
}
/***************************************

絞り込みエリア

****************************************/
.item,
.no-item {
    animation-name: fadeUpAnime;
    /*アニメーションの定義名*/
    animation-duration: 1s;
    /*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;
    /*アニメーションの開始と終了時の状態を指定*/
    opacity: 0;
    transition: 1s;
    transition-property: all;
}

.no-item {
    margin: 0 auto 80px;
    font-size: 18px;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*絞り込み条件外のアイテム*/
.hide_item {
    display: none;
}

.hide_item02 {
    display: none;
}
.hide_item03 {
    display: none;
}
.hide_item04 {
    display: none;
}
.hide_item05 {
    display: none;
}
.hide_item06 {
    display: none;
}
.hide_item07 {
    display: none;
}
.bu2022wtr_text {
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    margin: 0 0 5px;
}
.bu-cale-search {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}
.calendar_accordion__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 840px;
    width: 100%;
    height: 80px;
    border-radius: 20px 20px 0 0;
    margin: 60px auto 0;
    background-color: #9F86BD;
}
.calendar_accordion__btn span{
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.calendar_accordion__btn span::before{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
}
.calendar_accordion__btn span::before{
    top: 5px;
    left: -45px;
    width: 33px;
    height: 33px;
    background-image: url(/img/calendar/2025autumn/icon_search.png);
}
.search_title{
    position: relative;
    cursor: pointer;
    background-color: #D0CFEB;
    margin: 0 0 20px;
}
.search_title p{
    padding: 8px 0;
    color: #2B2B2B;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.search_title .search_accordion_icon{
    width: 40px;
    height: 40px;
    background-color: #9F86BD;
    position: absolute;
    top: 0;
    right: 0;
}
.search_title .search_accordion_icon span{
    background-color: #fff;
    position: absolute;
    top: 37%;
    left: 48%;
    transition: 0.3s;
}
.search_title .search_accordion_icon span:first-child{
    width: 2px;
    height: 12px;
}
.search_title .search_accordion_icon span:last-child{
    width: 2px;
    height: 12px;
    transform: rotate(90deg);
}
.search_title.accordion__open .search_accordion_icon span:first-child{
    transform: rotate(90deg);
}

.bu-cale-search .bu-cale-search__container {
    width: 100%;
    margin-bottom: 30px;
    background-color: #F1F0F6;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 20px;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area {
    width: 100%;
    margin-bottom: 25px;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm {
    width: 100%;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box {
    display: none;
    width: 100%;
    margin-bottom: 29px;
    padding: 0 20px;
}
.category_search_box > div{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 35px;
}


.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box .checkbox_margin {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    cursor: pointer;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box .checkbox_margin:last-of-type {
    margin-right: 0;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box .checkbox_margin .radio_parts {
    font-size: 18px;
    line-height: 1.8;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box .checkbox_margin .radio_input {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    appearance: none;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box .checkbox_margin .radio_input::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(/img/calendar/2025autumn/icon_radio_off.png) 0 0 no-repeat;
    background-size: contain;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box .checkbox_margin .radio_input:checked:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(/img/calendar/2025autumn/icon_radio_on.png) 0 0 no-repeat;
    background-size: contain;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box {
    display: none;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
}
.amount_search_box > div{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 35px;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box p {
    width: 130px;
    height: 36px;
    margin-right: 36px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-align: left;
    color: #2B2B2B;
    background-color: #F8CAD2;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box p span {
    font-size: 14px;
    line-height: calc(20 / 14);
    font-weight: 500;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    cursor: pointer;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin:last-of-type {
    margin-right: 0;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin .radio_parts {
    font-size: 18px;
    line-height: 1.8;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin .radio_input {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin .radio_input::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(/img/calendar/2025autumn/icon_radio_off.png) 0 0 no-repeat;
    background-size: contain;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin .radio_input:checked:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(/img/calendar/2025autumn/icon_radio_on.png) 0 0 no-repeat;
    background-size: contain;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .limited-item_search_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .limited-item_search_box .select-wrap {
    position: relative;
    width: 100%;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .limited-item_search_box .select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/img/calendar/2025autumn/icon_pulldown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    pointer-events: none;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .limited-item_search_box .select-wrap select {
    width: 100%;
    padding: 14px 30px 16px 20px;
    color: #fff;
    font-size: 15px;
    line-height: calc(20 / 18);
    font-weight: 500;
    border: none;
    background-color: #9F86BD;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: 0.3s;
}
.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .limited-item_search_box .select-wrap select:hover{
    opacity: 0.7;
}
.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .limited-item_search_box select span {
    font-size: 14px;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .bu-cale-search__caution {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: calc(20 / 12);
    text-align: left;
}

.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .bu-cale-search__note {
    font-size: 16px;
    line-height: calc(20 / 16);
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
}
.bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .limited-item_search_box .select-outer{
    max-width: 270px;
    width: 100%;
}


@media screen and (max-width:499px){
    .calendar_accordion__btn{
        max-width: 93%;
        height: 23vw;
        border-radius: 3vw 3vw 0 0;
        margin: 9vw auto 0;
    }
    .calendar_accordion__btn span{
        font-size: 5vw;
        line-height: 7vw;
        padding-left: 11vw;
    }
    .calendar_accordion__btn span::before{
        top: 2vw;
        left: -3vw;
        width: 10vw;
        height: 11vw;
    }
    .bu-cale-search .bu-cale-search__container {
        margin-bottom: calc(5/375*100vw);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner {
        max-width: calc(344/375*100vw);
        padding: calc(10/375*100vw) 0 calc(30/375*100vw);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area {
        margin-bottom: calc(5/375*100vw);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box {
        flex-wrap: wrap;
        margin-bottom: calc(24/375*100vw);
        padding: 0 4vw;
    }



    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box .checkbox_margin {
        min-width: calc(122/375*100vw);
        padding-left: calc(25/375*100vw);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box .checkbox_margin:first-of-type {
        margin-right: 0;
        width: 100%;
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box .checkbox_margin:last-of-type {
        margin-right: 0;
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box .checkbox_margin .radio_parts {
        font-size: calc(14/375*100vw);
        line-height: calc(28 / 14);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box .checkbox_margin .radio_input {
        width: calc(18/375*100vw);
        height: calc(18/375*100vw);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box .checkbox_margin .radio_input::before {
        width: calc(18/375*100vw);
        height: calc(18/375*100vw);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .category_search_box .checkbox_margin .radio_input:checked:after {
        width: calc(18/375*100vw);
        height: calc(18/375*100vw);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box {
        flex-wrap: wrap;
        margin-bottom: calc(25/375*100vw);
        padding: 0 4vw;
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box p {
        width: 100%;
        height: 13vw;
        margin-right: 0;
        margin-bottom: 2vw;
        padding-left: 4vw;
        font-size: calc(16/375*100vw);
        line-height: calc(20 / 16);
        text-align: center;
        justify-content: flex-start;
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box p span {
        font-size: calc(12/375*100vw);
        line-height: calc(20 / 12);
        font-weight: bold;
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin {
        min-width: calc(147/375*100vw);
        padding-left: calc(25/375*100vw);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin:first-of-type {
        width: 100%;
        margin-right: 0;
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin:nth-of-type(3) {
        margin-right: 0;
        margin-left: 0;
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin:last-of-type {
        margin-right: 0;
        margin-left: 0;
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin .radio_parts {
        font-size: calc(14/375*100vw);
        line-height: calc(28 / 14);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin .radio_input {
        width: calc(18/375*100vw);
        height: calc(18/375*100vw);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin .radio_input::before {
        width: calc(18/375*100vw);
        height: calc(18/375*100vw);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .amount_search_box .checkbox_margin .radio_input:checked:after {
        width: calc(18/375*100vw);
        height: calc(18/375*100vw);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .limited-item_search_box {
        flex-direction: column;
        justify-content: flex-start;
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .limited-item_search_box .select-outer {
        margin-bottom: calc(15/375*100vw);
        max-width: 100%;
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .limited-item_search_box .select-outer:last-of-type {
        margin-bottom: 0;
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .limited-item_search_box .select-wrap {
        max-width: 100%;
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .limited-item_search_box .select-wrap::after {
        right: calc(15 / 375* 100vw);
        width: calc(22 / 375* 100vw);
        height: calc(22 / 375* 100vw);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .search_area #selectForm .limited-item_search_box .select-wrap select {
        padding: calc(14/375*100vw) calc(30/375*100vw) calc(16/375*100vw) calc(24/375*100vw);
        font-size: calc(16/375*100vw);
        line-height: calc(20 / 16);
    }
    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .bu-cale-search__caution {
        max-width: 100%;
        margin-top: calc(5/375*100vw);
        margin-bottom: 0;
        font-size: calc(12/375*100vw);
        line-height: calc(20 / 12);
    }

    .bu-cale-search .bu-cale-search__container .bu-cale-search__inner .bu-cale-search__note {
        font-size: calc(14/375*100vw);
        line-height: calc(20 / 14);
        letter-spacing: -0.01em;
        margin-bottom: 5vw;
    }

    .search_title{
        margin: 0 0 5vw;
    }
    .search_title p{
        padding: 3.5vw 0 3.5vw 6vw;
        font-size: 4vw;
        text-align: left;
    }
    .search_title .search_accordion_icon{
        width: 13.5vw;
        height: 13.5vw;
    }
    .search_title .search_accordion_icon span:first-child{
        height: 4vw;
    }
    .search_title .search_accordion_icon span:last-child{
        height: 4vw;
    }
    .category_search_box > div{
        gap: 1vw 8vw;
    }
    .amount_search_box > div{
        gap: 1vw 5vw;
    }
}









/****************************ローディング****************************/

.search_area{
    position: relative;
}

.calendar__search {
    margin: 0 auto 0 auto;
    text-align: center;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: none;
    z-index: 5;
}

.calendar__search img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    animation: 2s linear infinite rotation;
    opacity: 1;
    transform: rotate(0);
}

@keyframes rotation {
    0% {
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform: rotate(-720deg);
        opacity: 1;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1120px){
    .calendar__search {
        bottom: calc(-138 / 1120 * 100vw);

    }
}
@media screen and (max-width:768px) {

    .calendar__search {
        position: fixed;
        top: 50%;
        bottom: inherit;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        width: calc(50/375*100vw);
        height: calc(50/375*100vw);
        pointer-events: none;
    }
}





/****************************商品カード****************************/
.bu_cale__serch-result--area{
    margin-top: 80px;
}
.bu2023wtr_products__listWrap {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.bu2023wtr-item {
    position: relative;
    max-width: 320px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 83px;
    margin-left: 20px;
    padding: 27px 18px 23px;
    border-radius: 20px;
    color: #2B2B2B;
}
.bu2023wtr-item.bu2023wtr-item--ora{
    border: 2px solid #F8C48F;
    box-shadow: 0px 7px 0 #F8C48F;
}
.bu2023wtr-item.bu2023wtr-item--special{
    border: 2px solid #E3C6F4;
    box-shadow: 0px 7px 0 #E3C6F4;
}
.bu2023wtr-item.bu2023wtr-item--pink{
    border: 2px solid #F1D8DC;
    box-shadow: 0px 7px 0 #F1D8DC;
}
.bu2023wtr-item.bu2023wtr-item--purple{
    border: 2px solid #CDC7E3;
    box-shadow: 0px 7px 0 #CDC7E3;
}
.bu2023wtr-item .bu2023wtr-item__date{
    position: absolute;
    top: -43px;
    left: -30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    border-radius: 50%;
}
.bu2023wtr-item .bu2023wtr-item__date.bu2023wtr-item__date--ora{
    color: #2B2B2B;
}
.bu2023wtr-item .bu2023wtr-item__date::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}
.bu2023wtr-item .bu2023wtr-item__date.bu2023wtr-item__date--purple::before{
    background: url(/img/calendar/2025autumn/bg_purple.png) 0 0 no-repeat;
    background-size: contain;
}
.bu2023wtr-item .bu2023wtr-item__date.bu2023wtr-item__date--ora::before{
    background: url(/img/calendar/2025autumn/bg_ora.png) 0 0 no-repeat;
    background-size: contain;
}
.bu2023wtr-item .bu2023wtr-item__date.bu2023wtr-item__date--pink::before{
    background: url(/img/calendar/2025autumn/bg_pink.png) 0 0 no-repeat;
    background-size: contain;
}
.bu2023wtr-item .bu2023wtr-item__date.bu2023wtr-item__date--special::before {
    background: url(/img/calendar/2025autumn/bg_special.png) 0 0 no-repeat;
    background-size: contain;
}
.bu2023wtr-item .bu2023wtr-item__date.bu2023wtr-item__date--yellow::before {
    background: url(/img/calendar/2025autumn/bg_yellow.png) 0 0 no-repeat;
    background-size: contain;
}
.bu2023wtr-item .bu2023wtr-item__date.bu2023wtr-item__date--special::after {
    content: "";
    z-index: 0;
    position: absolute;
    bottom: -81px;
    left: 50%;
    width: 78px;
    height: 127px;
    transform: translateX(-50%);
    background: url(/img/calendar/2025autumn/icon_special.png) 0 0 no-repeat;
    background-size: contain;
}
.bu2023wtr-item .bu2023wtr-item__date .icon-date {
    position: relative;
    z-index: 3;
}
.bu2023wtr-item .bu2023wtr-item__date .icon-text {
    position: relative;
    z-index: 4;
    display: inline-block;
    margin-top: 5px;
    font-size: 18px;
}
.bu2023wtr-item .bu2023wtr-item__img {
    margin-bottom: 8px;
}
.bu2023wtr-item .bu2023wtr-item__brand {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: calc(18 / 16);
    font-weight: bold;
}
.bu2023wtr-item .bu2023wtr-item__name {
    font-size: 14px;
    line-height: calc(20 / 14);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.bu2023wtr-item .bu2023wtr-item__price {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: calc(20 / 14);
}
.bu2023wtr-item .bu2023wtr-item__btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 11px 0 12px;
    font-size: 14px;
    line-height: calc(20 / 14);
    font-weight: bold;
    text-align: center;
    border: 1px solid #2B2B2B;
    border-radius: 22px;
    transition: .3s;
}
.bu2023wtr-item .bu2023wtr-item__btn.bu2023wtr-item__btn--web {
    margin-top: 10px;
    color: #fff;
    background-color: #2B2B2B;
    border: 1px solid #2B2B2B;
}
.bu2023wtr-item .bu2023wtr-item__btn.bu2023wtr-item__btn--web:hover{
    color: #2B2B2B;
    background-color: #fff;
}
.bu2023wtr-item .bu2023wtr-item__btn .bu2023wtr-item__btn-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #2B2B2B;
}
.bu2023wtr-item .bu2023wtr-item__btn.bu2023wtr-item__btn--web .bu2023wtr-item__btn-arrow {
    background: url(/img/calendar/2025autumn/icon_arrow_white.png) 0 0 no-repeat;
    background-size: contain;
}
@media screen and (max-width:499px){
    .bu_cale__serch-result--area {
        margin-top: calc(45/375*100vw);
        margin-bottom: calc(14/375*100vw);
    }

    .bu2023wtr_products__listWrap {
        max-width: calc(356/375*100vw);
    }

    .bu2023wtr-item {
        max-width: calc(166/375*100vw);
        margin-right: calc(6/375*100vw);
        margin-bottom: calc(40/375*100vw);
        margin-left: calc(6/375*100vw);
        padding: calc(20/375*100vw) calc(9/375*100vw);
    }

    .bu2023wtr-item.bu2023wtr-item--ora {
        border: calc(2/375*100vw) solid #F8C48F;
        border-radius: calc(20/375*100vw);
        box-shadow: 0px calc(6/375*100vw) 0 #F8C48F;
    }
    .bu2023wtr-item.bu2023wtr-item--special {
        border: calc(2/375*100vw) solid #E3C6F4;
        border-radius: calc(20/375*100vw);
        box-shadow: 0px calc(6/375*100vw) 0 #E3C6F4;
    }
    .bu2023wtr-item.bu2023wtr-item--pink {
        border: calc(2/375*100vw) solid #E9C3DC;
        border-radius: calc(20/375*100vw);
        box-shadow: 0px calc(6/375*100vw) 0 #E9C3DC;
    }
    .bu2023wtr-item.bu2023wtr-item--yellow {
        border: calc(2/375*100vw) solid #FFE89A;
        border-radius: calc(20/375*100vw);
        box-shadow: 0px calc(6/375*100vw) 0 #FFE89A;
    }

    .bu2023wtr-item .bu2023wtr-item__date {
        position: absolute;
        top: calc(-25/375*100vw);
        left: calc(-10/375*100vw);
        width: calc(55/375*100vw);
        height: calc(55/375*100vw);
        font-size: calc(13/375*100vw);
    }

    .bu2023wtr-item .bu2023wtr-item__date::before {
        width: calc(55/375*100vw);
        height: calc(55/375*100vw);
    }

    .bu2023wtr-item .bu2023wtr-item__date.bu2023wtr-item__date--special::after {
        bottom: calc(-43/375*100vw);
        width: calc(42/375*100vw);
        height: calc(69/375*100vw);
    }

    .bu2023wtr-item .bu2023wtr-item__date .icon-text {
        margin-top: calc(4/375*100vw);
        font-size: calc(10/375*100vw);
    }

    .bu2023wtr-item .bu2023wtr-item__img {
        margin-bottom: calc(8/375*100vw);
    }

    .bu2023wtr-item .bu2023wtr-item__brand {
        margin-bottom: calc(1/375*100vw);
        font-size: calc(12/375*100vw);
        line-height: calc(18 / 14);
    }

    .bu2023wtr-item .bu2023wtr-item__name {
        font-size: calc(12/375*100vw);
        line-height: calc(16 / 12);
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .bu2023wtr-item .bu2023wtr-item__price {
        margin-bottom: calc(13/375*100vw);
        font-size: calc(12/375*100vw);
        line-height: calc(16 / 12);
    }
    .bu2023wtr-item .bu2023wtr-item__price small{
        font-size: 2vw;
        line-height: 3.5vw;
        display: block;
    }
    .bu2023wtr-item .bu2023wtr-item__shop {
        font-size: calc(12/375*100vw);
        line-height: calc(16 / 12);
    }

    .bu2023wtr-item .bu2023wtr-item__shop-date {
        font-size: calc(11/375*100vw);
        line-height: calc(16 / 12);
    }

    .bu2023wtr-item .bu2023wtr-item__shop-reserve {
        font-size: calc(11/375*100vw);
        line-height: calc(16 / 12);
    }

    .bu2023wtr-item .bu2023wtr-item__shop-list {
        font-size: calc(11/375*100vw);
        line-height: calc(16 / 12);
        margin-top: 1vw;
    }

    .bu2023wtr-item .bu2023wtr-item__web {
        font-size: calc(12/375*100vw);
        line-height: calc(16 / 12);
        margin-top: 4vw;
    }

    .bu2023wtr-item .bu2023wtr-item__web-date {
        font-size: calc(11/375*100vw);
        line-height: calc(16 / 12);
        letter-spacing: -0.2vw;
    }

    .bu2023wtr-notes__text-bottom{
        font-size: calc(10/375*100vw);
        line-height: calc(16 / 12);
        margin-top: 1.5vw;
        letter-spacing: -0.1vw;
    }

    .bu2023wtr-item .bu2023wtr-item__web-reserve {
        font-size: calc(11/375*100vw);
        line-height: calc(16 / 12);
        letter-spacing: -0.2vw;
    }

    .bu2023wtr-item .bu2023wtr-item__btn {
        padding: calc(5/375*100vw) 0 calc(7/375*100vw) calc(43/375*100vw);
        font-size: calc(11/375*100vw);
        line-height: calc(13 / 11);
        border-radius: calc(22/375*100vw);
        text-align: left;
    }

    .bu2023wtr-item .bu2023wtr-item__btn.bu2023wtr-item__btn--shop {
        margin-top: calc(10/375*100vw);
        margin-bottom: calc(18/375*100vw);
    }
    .bu2023wtr-item .bu2023wtr-item__btn.bu2023wtr-item__btn--shop:last-child{
        margin-bottom: 0;
    }
    .bu2023wtr-item .bu2023wtr-item__btn .bu2023wtr-item__btn-logo {
        left: calc(10/375*100vw);
    }

    .bu2023wtr-item .bu2023wtr-item__btn.bu2023wtr-item__btn--shop .bu2023wtr-item__btn-logo {
        width: calc(25/375*100vw);
        height: calc(23/375*100vw);
    }

    .bu2023wtr-item .bu2023wtr-item__btn.bu2023wtr-item__btn--web {
        margin-top: calc(6 / 375* 100vw);
        padding: calc(6 / 375* 100vw) 0 calc(7 / 375* 100vw) calc(9 / 375* 100vw);
        letter-spacing: 0;
    }

    .bu2023wtr-item .bu2023wtr-item__btn.bu2023wtr-item__btn--web .bu2023wtr-item__btn-logo {
        width: calc(26/375*100vw);
        height: calc(25/375*100vw);
    }

    .bu2023wtr-item .bu2023wtr-item__btn .bu2023wtr-item__btn-arrow {
        right: calc(5/375*100vw);
        width: calc(15/375*100vw);
        height: calc(15/375*100vw);
    }

}














/****************************


モーダルcss 


****************************/
.calendar_modalArea {
    font-family: "Noto Sans JP", sans-serif;
    display: none;
    position: fixed;
    z-index: 1000; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .calendar_modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.9);
  }
  
  .calendar_modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 740px;
    padding: 50px 30px;
    background-color: #fff;
  }
  
  .calendar_closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
    font-size: 25px;
    font-weight: 100;
  }

  .calendar_modal_flex{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
  }
  .calendar_modal_flex img{
    max-width: 190px;
    width: 100%;
  }
  .calendar_modal_flex h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .calendar_modal_flex h3 small{
    font-weight: 400;
  }
  .calendar_modal_brand{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px;
  }
  .calendar_modal_name,
  .calendar_modal_price{
    font-size: 14px;
    font-weight: 400;
  }
  .calendar_modal_set_contents{
    max-width: 580px;
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }
  .calendar_modal_set_contents p:first-child{
    font-size: 14px;
    font-weight: 700;
    width: 75px;
  }
  .calendar_modal_set_contents p:last-child{
    max-width: 492px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
  }
  .calendar_modal_info{
    max-width: 580px;
    width: 100%;
    margin: 30px auto 0;
    padding: 30px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    border-top: 1px solid #707070;
  }
  .calendar_modal_shop,.calendar_modal_day{
    max-width: 280px;
    width: 100%;
  }
  .calendar_modal_info p{
    font-size: 14px;
    font-weight: 400;
  }
  .calendar_modal__btn--web{
    position: relative;
    display: block;
    width: 100%;
    padding: 11px 0 12px;
    font-size: 14px;
    line-height: calc(20 / 14);
    font-weight: bold;
    text-align: center;
    border: 1px solid #2B2B2B;
    border-radius: 22px;
    margin-top: 15px;
    color: #fff;
    background-color: #2B2B2B;
  }
  .calendar_modal__btn--web:hover{
    color: #2B2B2B;
    background-color: #fff;
  }
  .calendar_modal__btn-arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background: url(/img/calendar/2025autumn/icon_arrow_white.png) 0 0 no-repeat;
    background-size: contain;
    border: 1px solid #2B2B2B;
    border-radius: 50%;
    }
    .calendar_modal__btn-logo {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        width: 27px;
        height: 26px;
        background: url(/img/calendar/2025autumn/icon_web_white.png) 0 0 no-repeat;
        background-size: contain;
    }
    .calendar_modal__btn--web:hover .calendar_modal__btn-logo{
        background-image: url(/img/calendar/2025autumn/icon_web_black.png);
    }



    /*****商品カード部分のモーダル記述***********/
    .product_modal .calendar_modalWrapper{
        max-width: 440px;
        padding: 50px 70px;
    }
    .product_modal .calendar_modal_set_contents{
        flex-direction: column;
        margin-top: 0;
    }
    .product_modal .calendar_modal_set_contents p:first-child{
        width: 100%;
    }
    .product_modal .calendar_modal_set_contents p:last-child{
        width: 100%;
    }
    .product_modal .calendar_modal_info{
        flex-direction: column;
        padding: 0 0 0;
        border-top: 0;
    }
    .product_modal .calendar_modal_info.calendar_modal_info_mt0{
        margin-top: 0;
    }
    .calendar_modal_notes{
        text-align: center;
        color: red;
        margin-top: 7px;
    }
  @media screen and (max-width:499px){
    .calendar_modalArea{
        z-index: 10000;
    }
    .calendar_modalWrapper{
        position: absolute;
        top: 14vw;
        left: 2.5vw;
        transform: none;
        max-width: 100%;
        width: 95vw;
        height: 150vw;
        overflow: scroll;
        padding: 8vw 13.3vw 8vw;
    }
    .calendar_closeModal{
        position: fixed;
        top: 12vw;
        right: 3vw;
        font-size: 9vw;
    }
    .calendar_modal_flex{
        flex-direction: column;
        gap: 5vw;
    }
    .calendar_modal_flex img{
        max-width: 42.66vw;
        margin: 0 auto;
    }
    .calendar_modal_flex h3{
        padding: 0;
        font-size: 3.73vw;
        margin: 0 0 3.5vw;
    }
    .calendar_modal_brand{
        font-size: 3.73vw;
    }
    .calendar_modal_name, .calendar_modal_price{
        font-size: 3.2vw;
    }
    .calendar_modal_set_contents{
        flex-direction: column;
        margin: 5vw auto 0;
        gap: 0;
    }
    .calendar_modal_set_contents p:first-child{
        font-size: 3.2vw;
    }
    .calendar_modal_set_contents p:last-child{
        font-size: 3vw;
    }
    .calendar_modal_info{
        flex-direction: column;
        margin: 5vw auto 0;
        padding: 0 0 0;
        gap: 5vw;
        border-top: 0;
    }
    .calendar_modal_info p{
        font-size: 3.2vw;
    }
    .calendar_modal__btn--web{
        padding: 3vw 0 3vw;
        font-size: 3.73vw;
        border-radius: 8vw;
        margin-top: 5vw;
    }
    .calendar_modal__btn-arrow{
        right: 3vw;
        width: 4vw;
        height: 4vw;
    }
    .calendar_modal__btn-logo{
        left: 5vw;
        width: 7vw;
        height: 7vw;
    }
    .product_modal .calendar_modalWrapper{
        top: 44vw;
        max-width: 100%;
        height: 80vw;
        padding: 8vw 13.3vw 8vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product_modal .calendar_modalWrapper.product_modalWrapper_set{
        display: block;
    }
    .product_modal .calendar_closeModal{
        top: 42vw;
    }
    .product_modal .calendar_modalContents{
        width: 100%;
    }
  }






  
/****************************


その他


****************************/
.back_search_box_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 530px;
    width: 100%;
    height: 72px;
    border-radius: 36px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #9F86BD;
    border: 1px solid #9F86BD;
    margin: 0 auto 100px;
}
.back_search_box_btn:hover{
    color: #9F86BD;
    background-color: #fff;
}
.back_search_box_btn:focus{
    color: #fff;
    background-color: #9F86BD;
}
.back_search_box_btn::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #9F86BD;
    transform: translateY(-50%);
    background-image: url(/img/calendar/2025autumn/icon_back_search_box.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.other_area a.banner_box,.other_area a.banner_box{
    display: block;
    max-width: 640px;
    width: 100%;
    margin: 60px auto 0;
}
.other_area a.banner_box:hover{
    opacity: 0.7;
}
@media screen and (max-width:499px){
    .back_search_box_btn{
        position: relative;
        max-width: calc(344 / 375* 100vw);
        padding: calc(17 / 375* 100vw) calc(62 / 375* 100vw);
        border-radius: calc(36 / 375* 100vw);
        height: 16vw;
        font-size: 4.26vw;
        margin: 0 auto 12vw;
    }
    .back_search_box_btn::after{
        right: 4vw;
        width: 8vw;
        height: 8vw;
    }
    .other_area a.banner_box, .other_area a.banner_box{
        max-width: 90vw;
        width: 100%;
        margin: 8vw auto 0;
    }
}