@charset "UTF-8";

.container100 {
    width: 100%;
    font-family: "Helvetica Neue";
}

.compare-container100 {
    width: 100%;
    font-family: "Helvetica Neue";
    box-sizing: border-box;
    max-width: 1150px;
    margin: 0 auto;
}

.roweno {
    /*margin: 0;*/
    margin-left: 28px;
    margin-right: 28px;
}

.roweno a {
    color: #4c4948;
}

.border-btm {
    border-bottom: solid 1px #000000;
}

.color-gray {
    color: #4c4948;
}

.letter-space04 {
    letter-spacing: 0.4em;
}

.line-height2 {
    line-height: 2em;
}

.font18 {
    font-size: 18px;
}

.text-center {
    text-align: center;
}

.margin-bottom18 {
    margin-bottom: 18px;
}

.margin-bottom16 {
    margin-bottom: 16px;
}

.margin-bottom25 {
    margin-bottom: 25px;
}

.margin-bottom34 {
    margin-bottom: 34px;
}

.margin-bottom40 {
    margin-bottom: 40px;
}

.margin-top01 {
    margin-top: -1px;
}

.margin-top010 {
    margin-top: -10px;
}

.margin-top020 {
    margin-top: -20px;
}

.padding-top30 {
    padding-top: 30px;
}

.padding-top27 {
    padding-top: 27px;
}

.padding-top37-h {
    padding-top: 37px;
}

.padding-bottom11 {
    padding-bottom: 11px;
}

.padding-bottom30 {
    padding-bottom: 30px;
}

.padding-left38 {
    padding-left: 0px;
}

.padding40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-lightblue {
    background-color: #e5e5e5;
}

.bg-extrablue {
    background-color: #e4eaef;
}

.bg-extrawht {
    background-color: #f0f3f6;
}

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

.sp-br {
    display: block !important;
}

.border-top {
    border-top: solid 1px #4c4948;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*GLIDic 【グライディック】
*****************************************/
ul.flex01 {
    display: block;
    content: "";
    clear: both;
    text-align: center;
}

ul.flex01 li {
    display: block;
    text-align: center;
}

ul.flex01 li img {
    max-width: 223px;
    height: auto;
}

ul.flex01 li:first-child {
    margin-bottom: 10px;
}

ul.flex01 li:nth-child(2) {
    font-size: 14px;
    margin-left: 4px;
    letter-spacing: -0.04em;
}

ul.flex02 li {
    padding: 37px 28px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

ul.flex02 li:first-child {
    background-color: #d4dde4;
}

ul.flex02 li:nth-child(2) {
    background-color: #e4eaef;
}

ul.flex02 li:last-child {
    background-color: #c2d0da;
}

ul.flex02 li img {
    margin-bottom: 25px;
}

ul.flex02 li h4 {
    padding: 37px 0 30px;
    font-weight: normal;
    font-size: 19px;
    letter-spacing: 0.368em;
    line-height: 1.6em;
    border-top: 1px solid #4c4948;
}

ul.flex02 li p {
    font-size: 14px;
    letter-spacing: 0.26em;
    line-height: 2em;
    text-align: left;
    margin-left: 10px;
}

/*billbooad
*****************************************/
/*#slider {
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}
.slide-wrap {
    width: 1200px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}*/
.billboard {
    /*width: 100%;
    background-size: cover;
    position: relative;
    background-image: url(../../img/index/sec_glidic.png)*/
    width: 100%;
    min-height: 417px;
    /* 画像ファイルの指定 */
    background-image: url(../../img/index/sec_glidic.png);
    /* 画像を常に天地左右の中央に配置 */
    background-position: center bottom;
    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;
    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    /*background-attachment: fixed;*/
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
    background-color: #464646;
    display: flex;
    align-items: center;
}

/*▲billbooad*/
.txt-concept {
    margin: 0 auto;
}

.font-tune {
    letter-spacing: 0.3em;
    line-height: 2em;
    font-size: 14px;
    padding-bottom: 17vw;
    text-align: center;
}

/*.position-concept {
    position: absolute;
    top: 120px;
    left: 452px;
}
.position-concept p {
    text-align: center;
    letter-spacing: 0.4em;
    line-height: 2em;
    font-size: 14px;
}*/
/*scroll btn
*****************************************/
#btt {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    right: 5%;
    bottom: 35px;
    z-index: 300;
    border-radius: 50%;
    display: table;
    text-align: center;
    vertical-align: middle;
    transition: 0.5s;
}

#btt a {
    display: table-cell;
    vertical-align: middle;
    font-size: 2.4rem;
    color: #8baaba;
    transition: 0.5s;
    cursor: pointer;
    cursor: hand;
}

#btt:hover {
    background: white;
}

.fade-up {
    transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    -o-transition: transform 0.7s;
}

.content {
    padding-bottom: 50px;    
}

@media only screen and (min-width: 480px) {
    .sp-br {
        display: none !important;
    }

    /*.position-concept {
    position: absolute;
    top: 120px;
    left: 356px;
}*/
}

@media only screen and (min-width: 950px) {
    .roweno {
        padding-bottom: 60px;
        max-width: 1150px;
        margin-left: auto;
        margin-right: auto;
    }

    .padding-top37-h {
        padding-top: 60px;
    }

    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }

    ul.flex01 {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        flex-direction: column;
    }

    ul.flex01 li {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    ul.flex01 li:first-child {
        margin-bottom: 10px;
    }

    ul.flex01 li:nth-child(2) {
        font-size: 20px;
        letter-spacing: 0.04em;
        padding-top: 4px;
        margin-left: 0;
    }

    /*ul.flex01 {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction:row;
    flex-direction:row;
}
ul.flex01 li img {
    width: 100%;
}
ul.flex01 li:first-child {
    margin-right: 18px;
    margin-bottom: 0;
}
ul.flex01 li:nth-child(2) {
    font-size: 20px;
    padding-top: 3px;
    letter-spacing: 0.04em;
}*/

    ul.flex02 {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        /*-webkit-align-items: flex-start;
    align-items: flex-start;*/
    }

    ul.flex02 li {
        width: 33.33333%;
    }

    /*.position-concept {
    text-align: center;
    position: absolute;
    top: 120px;
    left: 296px;
}
.position-concept p {
    text-align: center;
    letter-spacing: 0.4em;
    line-height: 2em;
    font-size: 18px;
}*/
    .font-tune {
        font-size: 18px;
    }

    /*Sticky Footer*/
    .content {
        min-height: calc(100vh - 180px);
        padding: 0;
        margin: 0 0 -10px;
        overflow: hidden;
        padding-bottom: 100px;
        /*padding: 40px 40px 0 40px;*/
    }

    .footer {
        height: 50px;
    }

    /*/Sticky Footer*/
}

.fz-24 {
    font-size: 17px;
}

@media only screen and (min-width: 950px) {
    .fz-24 {
        font-size: 24px;
    }
}

.compare-container {
    width: 100%;
    overflow-x: auto;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
}

.compare-container.active {
    cursor: grabbing;
}

.compare-grid {
    display: flex;
    flex-direction: row;
    width: fit-content;
    background: #f8fafb;
}

.compare-col {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-right: 1px solid #e1e7ed;
    min-width: 230px;
    box-sizing: border-box;
    position: relative;
    flex: 0 0 230px;
}

.compare-col.is-head {
    background: #eef4fa;
    font-weight: 600;
    width: 230px;
    position: sticky;
    left: 0;
    z-index: 1;
    flex: 0 0 230px;
}

.compare-col.is-head .compare-cell {
    border-left: none;
}

.compare-cell {
    padding: 15px 10px;
    border-left: 1px solid #707070;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
    background: #fff;
    min-height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.compare-cell.center {
    justify-content: center;
}

.compare-cell.empty {
    border-bottom: none;
}

.compare-cell.product-title {
    font-weight: bold;
    text-align: center;
    flex-direction: column;
    padding: 0;
    padding-bottom: 23px;
    justify-content: center;
}

.compare-cell.is-label {
    background: #ddeaf8;
    color: #3399ff;
    font-weight: bold;
    border-right: 2px solid #c0d9f4;
    min-width: 140px;
    max-width: 260px;
}

.compare-cell .small {
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 950px) {
    .compare-container {
        height: 500px;
    }
    .compare-grid {
        flex-direction: column;
        height: 2400px;
    }

    .compare-col {
        flex-direction: row;
        border-right: none;
        min-width: 0;
        max-width: 100%;
        box-shadow: none;
        flex: unset;
    }

    .compare-col.is-head {
        flex-direction: row;
        border-bottom: 1px solid #707070;
        border-left: none;
        z-index: 10;
        flex: unset;
        width: 100%;
        left: initial;
        top: 0;
    }

    /* .compare-cell.product-title {
        position: sticky;
        left: 0;
        z-index: 1;
    } */

    

    .compare-cell {
        min-width: 120px;
        font-size: 12px;
        padding: 10px 5px;
        border-bottom: 1px solid #707070;
        border-left: none;
        background: #fff;
        text-align: left;
    }

    .compare-cell .small {
        font-size: 10px;
        font-weight: 400;
    }


    .compare-col.is-head .compare-cell {
        justify-content: center;
    }

    .compare-col:last-child {
        border-bottom: none;
    }

    .compare-cell__img {
        width: 100%;
        max-width: 80px;
    }
    .compare-container100 {
        padding: 0 28px;
    }
}

.compare-cell__title {
    text-align: center;
    background-color: #535C62;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    width: 100%;
    padding: 10px;
    margin-bottom: 23px;
    box-sizing: border-box;
}

.compare-col .compare-cell:nth-child(even) {
  background-color: #E5E5E5;
  mix-blend-mode : multiply ;
}

.compare-cell__img {
    width: 100%;
    max-width: 118px;
    margin-bottom: 23px;
}

.compare-cell__img img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.compare-cell.product-title.compare-cell__title {
    margin-bottom: 0;
    padding-bottom: 0;
}

.compare-cell__link {
    display: flex;
    text-decoration: none;
    background-color: #DBD800;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 25px;
    color: #333333;
    transition: 0.3s;
}

.compare-cell__link:hover {
    opacity: 0.65;
}

.compare-header {
    max-width: 1150px;
    width: 100%;
    margin: 40px auto 8px;
}

.compare-header__text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}

.overlay {
    background-color: #F4F4D9;
}

.overlay .compare-cell {
    background-color: #F4F4D9;
}