/* jswiper */
.jswiper{position: relative;}
.jswiper .jaswiper_wrap{display: flex;}
.jswiper .slide,.jswiper .list_item{width:100%;height:auto;flex-shrink:0;margin-right:10px;}
.jswiper_pagination{display:flex;align-items: center;justify-content:center;position:static;height:auto;margin:16px auto 0;font-size: 14px;line-height: 22px;font-weight: 700;z-index: 10;}
.jswiper_pagination .pagination{display:block;width:auto;margin:0 6px;color: #999;}
.jswiper_pagination .current{margin-right:2px;color: #111;}
.jswiper_pagination button{position: relative;width: 34px;height: 34px;margin:0 8px;border-radius: 100%;box-sizing: border-box;z-index: 2;transition: opacity 0.3s ease-in-out;}
.jswiper_pagination button [class*=ico_] {width: 34px;height: 34px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Crect width='25' height='25' rx='12.5' fill='%23fff'/%3E%3Crect x='.5' y='.5' width='24' height='24' rx='12' stroke='%23000' stroke-opacity='.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.778 12.525-.005.005 4.52 4.52.707-.708-3.818-3.817L15 8.707 14.293 8l-4.52 4.52.005.005Z' fill='%231D1D1D'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: 50% 50%;background-size: 100% auto;}
.jswiper_pagination button[aria-disabled=true] [class*=ico_]{pointer-events: none;}
.jswiper_pagination button[aria-disabled=true] [class*=ico_]{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Crect width='25' height='25' rx='12.5' fill='%23F7F7F7'/%3E%3Crect x='0.5' y='0.5' width='24' height='24' rx='12' stroke='black' stroke-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.7783 12.5246L9.7733 12.5296L14.2929 17.0492L15 16.3421L11.1825 12.5246L15 8.70711L14.2929 8L9.7733 12.5196L9.7783 12.5246Z' fill='%23D8D8D8'/%3E%3C/svg%3E");}
.jswiper_pagination .ico_arrow_right,.jswiper_pagination button[aria-disabled=true] .ico_arrow_right{transform:rotateY(180deg);}
.jswiper_pagination.bullet_indicator .bullet {display:inline-block;width: 6px;height: 6px;margin: 0 4px;background-color:#cdcdcd;border-radius:100%;}
.jswiper_pagination.bullet_indicator .active {background-color: #F6330A;}

.jswiper .photo_list_area .card_group .card:before { height: calc(100% - 15px); }

@media (max-width: 985px) {
    /* jswiper - only mobile */
    .jswiper_sm .jaswiper_wrap {display: flex;}
    .jswiper_sm .slide{width:100%;height:100%;flex-shrink:0;margin-right:10px;}
    .jswiper_overflow_sm{overflow:visible !important;}
    /* .jswiper .jswiper_wrap [class*=card].slide, */
    .jswiper:not(.banner_swiper):not(.issue_showcase) .jswiper_wrap .slide,
    .jswiper_sm .list .slide{width:74vw;max-width:320px;}
    .jswiper .jswiper_wrap [class*=card].slide:first-child{margin-top:0;}

    /* nav */
    .section_header_wrap:not(.sticky_top) .header_area .header_nav.jswiper {padding-bottom: 10px;}
    .secondary_header_wrap .secondary_nav.jswiper:after,.section_header_wrap .header_area .header_nav.jswiper:after{position: absolute; content: ''; display: block; top: 0;right: 0;  width: 30px; height: 100%; background: linear-gradient(to left, rgba(255,255,255), rgba(255, 255, 255) 10%, rgba(255, 255, 255, 0));z-index: 10;}

    .jswiper .photo_list_area .card_group .card:before { display: none; }
    .jswiper .photo_list_area .headline { padding-top: 12px; }
    .jswiper .photo_list_area .slide {margin-right: 30px;}

}

@media (min-width: 986px) {
    /* jswiper - only pc */
    .jswiper_lg .jaswiper_wrap {display: flex;}
    .jswiper_lg .slide{width:100%;height:100%;flex-shrink:0;margin-right:10px;}

    /* .jswiper_overflow_sm{overflow:visible !important;} */
    .jswiper .jswiper_wrap,
    .jswiper_lg .jswiper_wrap{margin:0 -15px;}
    .jswiper .jswiper_wrap .slide,
    .jswiper_lg .jswiper_wrap .slide{width:calc(100% / 3 - 30px);margin:0 15px;}/* max-width:320px; */
    [class*=_showcase].jswiper:not(.ds_showcase):not(.issue_showcase) .jswiper_wrap .slide,
    .top_history_list .jswiper_wrap .slide{width:calc(100% / 4 - 30px);}
    .showcase_general .swiper_list .jswiper_pagination{position: absolute;left:-3px;bottom:0;}
    
    .jswiper_pagination button{width: 25px;height: 25px;margin:0 3px;}
    .jswiper_pagination .pagination{margin:0 11px;}
    .jswiper_pagination button [class*=ico_] {width: 25px;height: 25px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Crect width='25' height='25' rx='12.5' fill='%23fff'/%3E%3Crect x='.5' y='.5' width='24' height='24' rx='12' stroke='%23000' stroke-opacity='.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m9.778 12.525-.005.005 4.52 4.52.707-.708-3.818-3.817L15 8.707 14.293 8l-4.52 4.52.005.005Z' fill='%231D1D1D'/%3E%3C/svg%3E");}
    .jswiper_pagination button[aria-disabled=true] [class*=ico_]{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Crect width='25' height='25' rx='12.5' fill='%23F7F7F7'/%3E%3Crect x='0.5' y='0.5' width='24' height='24' rx='12' stroke='black' stroke-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.7783 12.5246L9.7733 12.5296L14.2929 17.0492L15 16.3421L11.1825 12.5246L15 8.70711L14.2929 8L9.7733 12.5196L9.7783 12.5246Z' fill='%23D8D8D8'/%3E%3C/svg%3E");}

    .jswiper .photo_list_area .card_group .card:before { left: -15px; }

}

@media (min-width: 690px) and (max-width:985px){
    .jswiper:not(.banner_swiper):not(.issue_showcase) .jswiper_wrap .slide,
    .jswiper_sm .list .slide{max-width:280px;}
}