@media screen and (min-width: 769px) {
    .pc-d-none {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .sp-d-none {
        display: none !important;
    }
}
.c-compare {
	width: 100%;
	max-width: 1140px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
    padding: 46px 30px 60px;
}
.c-compare .c-compare__inner {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.c-compare .filter_nav {
    position: relative;
    width: 312px;
    min-width: 312px;
    font-size: 10px;
    padding: 3.6em 1em 3.6em 3.456em;
    color: #002855;
    background-color: #F8F8F8;
}
.c-compare .filter_nav_button_area {
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    margin: -5em 0 3em;
    padding: 5em 0 0;
    z-index: 20;
    justify-content: center;
}


.c-compare .filter_nav_button_area.is-pin::after{
    content:'';
    width: 101%;
    height: 100%;
    position: absolute;
    bottom: -11px;
    left: -1px;
    display: block;
    background-color: #FFF;
}


.c-compare .filter_nav_button_area .filter_nav_button {
    width: 100%;
    font-size: .93em;
    font-weight: 500;
    color: #002855;
    background-color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em 1.5em;
    column-gap: 0.8em;
    box-shadow: 0 0.4em 0.4em rgba(0, 0, 0, .25);
    position: relative;
    z-index: 1;
}
.c-compare .filter_nav_button_area .filter_nav_button .nav_button__text {
    margin-top: 1px;
}
.c-compare .filter_nav_button_area .filter_nav_button .nav_icon {
    width: 24px;
    height: 24px;
}
.c-compare .filter_nav .filter_nav__inner {
}
.c-compare .filter_nav .filter_nav__bg {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}
.c-compare .filter_nav .button_area {
    display: none;
}
.c-compare .filter_nav .filter_item + .filter_item {
    margin-top: 5.76em;
}
.c-compare .filter_nav .filter_item .filter_item__title {
    font-size: 2em;
    font-weight: bold;
}
.c-compare .filter_nav .filter_item.clear .filter_item__title {
    text-align: center;
    font-weight: 700;
    text-decoration-line: underline;
    cursor: pointer;
}
.c-compare .filter_nav .filter_item .filter_item__options {
    margin-top: 2.5em;
}
.c-compare .filter_nav .filter_item .filter_item__options > .__item {
    font-size: 1.8em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5em 0;
    cursor: pointer;
}
.c-compare .filter_nav .filter_item .filter_item__options > .__item + .__item {
    margin-top: 0.1111em;
}
.c-compare .filter_nav .filter_item .filter_item__options > .__item .__checkbox {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    border: 2px solid #002855;
}
.c-compare .filter_nav .filter_item .filter_item__options > .__item.selected .__checkbox {
    background-color: #002855;
}
.c-compare .filter_nav .filter_item .filter_item__options > .__item .__checkbox i {
    font-size: 0.8em;
    color: #FFF;
}
.c-compare .filter_nav .filter_item .filter_item__options > .__item .__label {
    margin-left: 0.5em;
}

.c-compare .compare_table {
    position: relative;
    flex-grow: 1;
    font-size: 10px;
    color: #002855;
    overflow: hidden;
}
.c-compare .table_arrow {
    position: sticky;
    top: 8em;
    padding: 4em 0;
    margin-top: 3em;
    transition: .5s;
    cursor: pointer;
}
.c-compare .table_arrow.is-end {
    opacity: 0;
    visibility: hidden;
}

.table__inner__wrapper{
    margin-bottom: 1rem;
}

.c-compare .compare_table__inner {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
    scrollbar-width: thin;
    will-change: scroll-position;
    /* justify-content: center; */

}
.c-compare .compare_table__inner.compare_table__inner--upper {
    position: relative;
    z-index: 2;
    background-color: #FFF;
    scrollbar-color: #BFBFBF #F5F5F5;
    border-top: 1px solid #002855;
    border-left: 1px solid #002855;
    border-right: 1px solid #002855;
}
.c-compare .compare_table__inner .compare_table__inner--upper__inner {
    display: flex;
    flex-wrap: nowrap;
    
    /* -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
    scrollbar-width: thin;
    will-change: scroll-position; */
}
.c-compare .compare_table__inner.compare_table__inner--lower {
    border-bottom: 1px solid #002855;
    border-left: 1px solid #002855;
    border-right: 1px solid #002855;
    /* overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
    scrollbar-width: thin;
    will-change: scroll-position; */
}
.c-compare .compare_table .compare__item {
    width: 17em;
    min-width: 17em;
}
.c-compare .compare_table .compare__item .new_label {
    visibility: hidden;
}
.c-compare .compare_table .compare__item.is_new .new_label{
    visibility: visible;
}
.c-compare .compare_table .compare__item.is_new{
    position: relative;
}
.c-compare .compare_table .compare__item:not(.compare__item--ghost) {
    border-right: 1px solid #BFBFBF;
}
.c-compare .compare_table .compare__item:not(.compare__item--ghost):first-of-type {
    border-left: none;
}
.c-compare .compare_table .compare__item:not(.compare__item--ghost) :first-of-type{
    border-left: none;
}

.c-compare .compare_table__inner.compare_table__inner .compare__item:last-of-type {
    border-right: none;
}

.c-compare .compare_table .compare__item .item__button_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 4px 8px 4px 0;
}
.c-compare .compare_table .compare__item.is_new .item__button_area .new_label{
    background-color: #D30000;
    width: 47px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.iphone .c-compare .compare_table .compare__item.is_new .item__button_area .new_label,
.mac .c-compare .compare_table .compare__item.is_new .item__button_area .new_label{
    padding: 3px 0 0;
}
.c-compare .compare_table .compare__item .item__button_area .x_btn {
    cursor: pointer;
    width: 22px;
    height: 22px;
    background:rgba(0,0,0,0.25);
    border-radius: 50%;
    position: relative;
}

.c-compare .compare_table .compare__item .item__button_area .x_btn::before,
.c-compare .compare_table .compare__item .item__button_area .x_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 11px;
    background: #FFF;
    border-radius: 1px;
}
.c-compare .compare_table .compare__item .item__button_area .x_btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.c-compare .compare_table .compare__item .item__button_area .x_btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.c-compare .compare_table .compare__item .item__name_area {
    text-align: center;
    margin-top: -0.5em;
}
.c-compare .compare_table .compare__item .item__name_area .sub_name {
    display: block;
    font-size: 1.2em;
}
.c-compare .compare_table .compare__item .item__name_area .main_name {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5em;
    font-size: 1.85em;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    line-height: 1.4;
}
.c-compare .compare_table .compare__item .item__thumbnail_area {
    padding: 0.5em 2.2em 0;
    margin-bottom: 1em;
    transition: height 200ms ease-in-out;
}
.c-compare .compare_table .compare__item .item__thumbnail_area img {
    width: 100%;
}
.c-compare .compare_table .compare__item .item__info_area {
    font-size: 1.4em;
    text-align: center;
    line-height: 1.5em;
}
.c-compare .compare_table .compare__item .item__info_area dt, .c-compare .compare_table .compare__item .item__info_area dd {
    padding: 0.5em;
}
.c-compare .compare_table .compare__item .item__info_area dt {
    font-weight: bold;
    background-color: #E7F0FB;
}
.c-compare .compare_table .compare__item .item__info_area dd.align-left {
    text-align: left;
}
.c-compare .compare_table .compare__item.compare__item--ghost {
    position: absolute;
    width: calc(100% - 2px);
}
.c-compare .compare_table .compare__item.compare__item--ghost dt {
    position: relative;
    z-index: 1;
}
.c-compare .compare_table .compare__item.compare__item--ghost dd {
    visibility: hidden;
}

.c-compare .compare_table .compare__item.hide {
    display: none;
}

@media (max-width: 768px) {
	.c-compare {
		padding: 30px 5% 60px;
	}
    .c-compare .filter_nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        padding: 0;
        z-index: 999;
    }
    .c-compare .filter_nav.is_open {
        display: flex;
    }
    .c-compare .filter_nav .filter_nav__bg {
        display: block;
        z-index: 1;
    }
    .c-compare .filter_nav .filter_nav__inner {
        padding: 2em;
        height: 80vh;
        z-index: 2;
        overflow: scroll;
    }
    .c-compare .filter_nav .button_area {
        display: flex;
        justify-content: flex-end;
    }
    .c-compare .filter_nav .button_area .x_btn {
        cursor: pointer;
        width: 22px;
        height: 22px;
        background:rgba(0,0,0,0.25);
        border-radius: 50%;
        position: relative;
    }

    .c-compare .filter_nav .button_area .x_btn::before,
    .c-compare .filter_nav .button_area .x_btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1px;
        height: 11px;
        background: #FFF;
        border-radius: 1px;
    }
    .c-compare .filter_nav .button_area .x_btn::before {
        transform: translate(-50%,-50%) rotate(45deg);
    }
    .c-compare .filter_nav .button_area .x_btn::after {
        transform: translate(-50%,-50%) rotate(-45deg);
    }



    .c-compare .table_arrow {
        display: none;
    }
    /* .c-compare .table_arrow#table-arrow-left {
        margin-left: -1em;
    }
    .c-compare .table_arrow#table-arrow-right {
        margin-right: -1em;
    } */
     .c-compare .compare_table__inner.compare_table__inner--upper{
        border-bottom: 1px solid #002855;
     }
}