.cb-kv,
.cb-contentOverviewWrap {
    background-color: #5ecad9;
}

.cb-contentAbout,
.cb-contentLineup,
.cb-overview02 .cb-overviewParts .cb-overviewBg,
.cb-overview03 .cb-overviewParts .cb-overviewBg {
    background: #e0f1f3;
}


.cb-overview01 .cb-overviewParts {
    background-color: #0faec4;
}

.cb-contentsArea .cb-contentTtl02,
.cb-contentsArea .cb-contentTtl02 {
    color: #0faec4;
}


.cb-cont-info a {
    text-decoration: underline;
}

.pro-highend-title {
    color: #0faec4;
}

.cb-contentsArea .cb-contentTtl01 {
    color: #2ab7ca;
    background: url(../img/cb-contentsTtl_bue.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.cb-kv {
    background-color: #5ecad9;
}

.cb-kv .cb-kvPh img {
    margin-top: 0;
}

.cb-overview03 .cb-overviewPart02 a {
    text-decoration: underline;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    padding-right: 0 !important;
    min-width: 340px;
    background: rgba(0, 0, 0, 0.6);
}

.mod-media_img img {
    width: 100%;
}

.mod-paragraph {
    text-align: center;
    font-weight: 700;
}

.modal-content {
    border-radius: 10px;
}


/*
============================================================================
■ PC
============================================================================
*/
@media screen and (min-width:769px) {
    .cb-brSp {
        display: none;
    }

    .pro-highend-contents {
        max-width: 1052px;
        margin: 70px auto 90px;
        padding: 0 15px;
    }

    /* product ---------------------------------------- */

    .pro-standard-title {
        font-size: 38px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
    }

    .pro-standard-contnts {
        width: 1052px;
        margin: 0 auto 80px;
    }


    .pro-highend-title {
        color: #0faec4;
        font-size: 32px;
        text-align: center;
        font-weight: 700;
    }

    .pro-highend-subtitle {
        color: #000;
        font-size: 26px;
        text-align: center;
        font-weight: 700;
    }

    .pro-cnt01.pro-standard,
    .pro-cnt02.pro-standard,
    .pro-cnt03.pro-standard {
        background-color: #ffffff;
    }

    .pro-cnt01 img,
    .pro-cnt02 img,
    .pro-cnt03 img {
        width: 100%;
    }

    .pro-cont01-info,
    .pro-cont02-info,
    .pro-cont03-info {
        font-size: 16px;
        display: block;
        padding: 40px;
        padding-top: 30px;
    }

    .pro-cnt01,
    .pro-cnt02,
    .pro-cnt03 {
        background-color: #f9f9f9;
        min-height: 520px;
    }

    .pro-cnt01-title,
    .pro-cnt02-title,
    .pro-cnt03-title {
        display: table-cell;
        font-size: 20px;
        font-weight: 500;
        width: inherit;
        height: 90px;
        background-color: #0faec4;
        border-radius: 6px 6px 0 0;
        color: #ffffff;
        line-height: 1.5;
        text-align: center;
        vertical-align: middle;
    }

    .pro-cnt01 {
        display: inline-block;
        font-size: 20px;
        width: 319px;
        /*height: 500px;*/
        border-radius: 6px;
    }

    .pro-cnt02 {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        width: 319px;
        /*height: 500px;*/
        border-radius: 6px;
        margin-left: 40px;
    }

    .pro-cnt03 {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        width: 319px;
        /* height: 500px; */
        border-radius: 6px;
        margin-left: 40px;
    }

    .cb-cnt01,
    .cb-cnt02,
    .cb-cnt03,
    .cb-cnt04 {
        display: inline-block;
        vertical-align: top;
    }

    .cb-cnt01,
    .cb-cnt02,
    .cb-cnt03,
    .cb-cnt04 {
        width: 250px;
        position: relative;
        z-index: 100;
        border-radius: 10px;
    }

    .cb-contentLineup .cb-lineupSection {
        max-width: 1200px;
    }

    .cb-lineup01 .cb-cnt02 {
        margin-left: 20px;
    }

    .cb-lineup01 .cb-cnt03 {
        margin-left: 20px;
    }

    .cb-lineup01 .cb-cnt04 {
        margin-left: 20px;
    }


    .cb-cnt01 .cb-cnt01-kv,
    .cb-cnt02 .cb-cnt02-kv,
    .cb-cnt03 .cb-cnt03-kv,
    .cb-cnt04 .cb-cnt04-kv {
        width: 250px;
        height: 150px;
    }

    .cb-cnt01 .cb-cnt01-kv img,
    .cb-cnt02 .cb-cnt02-kv img,
    .cb-cnt03 .cb-cnt03-kv img,
    .cb-cnt04 .cb-cnt04-kv img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .cb-cnt01 .cb-cnt01-subkv,
    .cb-cnt02 .cb-cnt02-subkv,
    .cb-cnt03 .cb-cnt03-subkv,
    .cb-cnt04 .cb-cnt04-subkv {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        width: 100%;
    }

    .cb-cnt-detail {
        background-color: #fff;
        padding: 20px 16px;
        border-radius: 0 0 10px 10px;
    }

    .cb-cnt01-subkv img,
    .cb-cnt02-subkv img,
    .cb-cnt03-subkv img,
    .cb-cnt04-subkv img {
        display: block;
        height: 70px;
        width: 50px;
    }

    .js-trigger {
        position: relative;
        display: inline-block;
        max-width: 100%;
    }


    .cb-lineup01 .img-under {
        padding-top: 10px;
        position: relative;
    }

    .cb-lineup01 .cb-cnt01 .img-under {
        padding-top: 30px;
    }

    .js-trigger::after {
        content: url(../img/icon_modal.png);
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        bottom: -2px;
        right: -1px;
        z-index: 100;
    }

    .cb-lineup01 .cb-cnt-detail {
        height: 297px;
    }

    .cb-lineup02 .cb-cnt-detail {
        height: 164px;
    }


    .img-under:hover {
        transition: all 0.2s ease-in-out;
        -webkit-filter: brightness(0.8);
        -moz-filter: brightness(0.8);
        -o-filter: brightness(0.8);
        -ms-filter: brightness(0.8);
        filter: brightness(0.8);
    }

    .js-trigger:hover::after {
        transition: all 0.2s ease-in-out;
        -webkit-filter: brightness(0.8);
        -moz-filter: brightness(0.8);
        -o-filter: brightness(0.8);
        -ms-filter: brightness(0.8);
        filter: brightness(0.8);
    }

    .cb-cnt01-subkv h4,
    .cb-cnt02-subkv h4,
    .cb-cnt03-subkv h4,
    .cb-cnt04-subkv h4 {
        text-align: left;
        display: block;
        margin-top: 0;
    }

    .mod-media {
        margin: 0;
    }

    .cb-cnt01 .cb-cont01-info,
    .cb-cnt02 .cb-cont02-info,
    .cb-cnt03 .cb-cont03-info,
    .cb-cnt04 .cb-cont04-info {
        font-size: 14px;
        text-align: left;
        line-height: 17px;
    }

    .cb-lineup02 {
        max-width: 1200px;
    }

    .cb-lineup02 .cb-cnt03 {
        margin-left: 20px;
    }

    .cb-lineup02 .cb-cnt02 {
        margin-left: 20px;
    }


    .cb-cnt01 .cb-cont01-subinfo,
    .cb-cnt02 .cb-cont02-subinfo,
    .cb-cnt03 .cb-cont03-subinfo,
    .cb-cnt04 .cb-cont04-subinfo {
        margin-top: 5px;
        font-size: 12px;
        text-align: left;
    }

    .cb-lineup02 .cb-cnt01 .cb-cont01-info,
    .cb-lineup02 .cb-cnt02 .cb-cont02-info,
    .cb-lineup02 .cb-cnt03 .cb-cont03-info,
    .cb-lineup02 .cb-cnt04 .cb-cont04-info {
        font-size: 14px;
        text-align: left;
        line-height: 17px
    }

    .cb-lineup02 .cb-cnt01 .cb-cnt01-kv,
    .cb-lineup02 .cb-cnt02 .cb-cnt02-kv,
    .cb-lineup02 .cb-cnt03 .cb-cnt03-kv,
    .cb-lineup02 .cb-cnt04 .cb-cnt04-kv {
        width: 100%;
    }

    .cb-cnt01 .cb-subtitle::after,
    .cb-cnt02 .cb-subtitle::after,
    .cb-cnt03 .cb-subtitle::after,
    .cb-cnt04 .cb-subtitle::after {
        content: '';
        display: block;
        width: 30px;
        height: 1px;
        margin: 10px 0;
        vertical-align: middle;
    }

    .cb-lineup02 .cb-cnt01-subkv img,
    .cb-lineup02 .cb-cnt02-subkv img {
        display: block;
        height: 70px;
        width: 50px;
    }

    .cb-cont-info {
        font-size: 12px;
        text-align: left;
        margin: 0 auto;
        display: inline-block;
    }

    .cont-wrapper {
        margin-top: 65px;
        margin-bottom: 40px;
    }

    .cb-lineup01 .cb-title::before,
    .cb-lineup01 .cb-title::after {
        content: '';
        display: inline-block;
        width: 15vw;
        height: 1px;
        margin: 0 20px;
        background-color: #000;
        vertical-align: middle;
    }

    .cb-lineup02 .cb-title::before,
    .cb-lineup02 .cb-title::after {
        content: '';
        display: inline-block;
        width: 15vw;
        height: 1px;
        margin: 0 20px;
        background-color: #000;
        vertical-align: middle;
    }

    .sup_kome {
        font-size: 12px;
    }

    .cb-lineupCatch,
    .cb-lineup01 .cb-title,
    .cb-lineup02 .cb-title {
        font-weight: 700;
    }

    .cb-lineup01 .cb-title,
    .cb-lineup02 .cb-title {
        font-size: 26px;
    }


    .cb-overview03 .cb-overviewPart02 {
        height: 50px;
    }

    .cb-overview03 .cb-overviewCatch {
        text-align: left;
        font-weight: 500;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .cb-overview02 .cb-overviewPart02 .cb-overviewModel03 {
        /* right: 325px; */
    }

    .modal-header {
        padding: 30px 25px;
    }

    .modal-body {
        width: 700px;
        height: 380px;
        padding: 0;
    }

    .modal-content .close span {
        top: 5px;
        right: -5;
    }

    .modal-body .mod-media {
        min-width: 500px;
        height: 200px;
    }

    .modal-body .mod-media + .mod-freeHTML {
        padding-top: 120px;
    }

    .modal.fade .modal-dialog {
        margin-top: 250px;
    }

    .mod-media_img {
        width: 600px;
        margin: 0 auto;
    }

    .mod-paragraph-04::after {
        content: " \00a0 ";
    }

}

/*
============================================================================
■ TABLET
============================================================================
*/
@media screen and (min-width:769px) and (max-width:1230px) {

    /* こだわりの新機能搭載 */
    .pro-feature .pro-cnt01 {
        margin-left: 0;
    }
    .pro-feature .pro-cnt01 img,
    .pro-feature .pro-cnt02 img,
    .pro-feature .pro-cnt03 img {
        width: 50%;
    }
    .pro-highend-contents .pro-cnt01,
    .pro-highend-contents .pro-cnt02,
    .pro-highend-contents .pro-cnt03 {
        display: inline-block;
        width: 100%;
        min-height: auto;
        margin: 15px 0;
    }
    .pro-feature .pro-cont01-info,
    .pro-feature .pro-cont02-info,
    .pro-feature .pro-cont03-info {
        font-size: 14px;
        width: 40%;
        padding: 25px 40px 0 0;
        float: right;
    }
    .pro-feature .pro-cnt01-title,
    .pro-feature .pro-cnt02-title,
    .pro-feature .pro-cnt03-title {
        display: block;
        width: inherit;
        height: 65px;
        line-height: 65px;
        text-align: center;
    }
    .pro-feature .pro-cnt01-title > br,
    .pro-feature .pro-cnt02-title > br,
    .pro-feature .pro-cnt03-title > br{
        display: none;
    }

    /* アクセサリー */
    .kit1,
    .kit2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 60px;
    }
    .cb-cnt01,
    .cb-cnt02,
    .cb-cnt03,
    .cb-cnt04 {
        width: 40vw;
    }

    .cb-lineup01 .cb-cnt01 .cb-cnt01-kv,
    .cb-lineup01 .cb-cnt02 .cb-cnt02-kv,
    .cb-lineup01 .cb-cnt03 .cb-cnt03-kv,
    .cb-lineup01 .cb-cnt04 .cb-cnt04-kv {
        width: 100%;
        min-height: 100px;
        height: 25vmin;
        border-radius: 10px 10px 0 0;
    }

    .cb-lineup02 .cb-cnt01 .cb-cnt01-kv,
    .cb-lineup02 .cb-cnt02 .cb-cnt02-kv,
    .cb-lineup02 .cb-cnt03 .cb-cnt03-kv,
    .cb-lineup02 .cb-cnt04 .cb-cnt04-kv {
        width: 100%;
        min-height: 100px;
        height: 25vmin;
        border-radius: 10px 10px 0 0;
    }

    
    .cb-lineup01 .cb-cnt02 {
        margin-left: 0;
    }

    .cb-lineup01 .cb-cnt03,
    .cb-lineup01 .cb-cnt04 {
        margin: 30px 0;
    }

    .cb-lineup02 .cb-cnt02 {
        margin-left: 0;
    }

    .cb-lineup02 .cb-cnt03 {
        margin: 30px 0;
    }

    .cb-lineup02 .cb-cnt-detail {
        height: 250px;
    }

    p.cb-cont-info{
        padding: 0 15px;
    }
}



/*
============================================================================
■ SP
============================================================================
*/
@media screen and (max-width:768px) {

    .cb-brPc {
        display: none;
    }

    .cb-contentsArea .cb-contentTtl01 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        margin: 0 auto 30px;
        padding: 35px 0 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 72.5px 25px;
    }

    .pro-sp-inner {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .pro-cnt01,
    .pro-cnt02,
    .pro-cnt03 {
        display: block;
    }

    .pro-feature .pro-cnt01-title,
    .pro-feature .pro-cnt02-title,
    .pro-feature .pro-cnt03-title {
        height: 65px;
        font-size: 15px;
        font-weight: 700;
        line-height: 65px;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        border-radius: 3px 3px 0 0;
    }

    .pro-feature img {
        width: 100%;
        height: auto;
    }

    .pro-feature .pro-cnt01,
    .pro-feature .pro-cnt02,
    .pro-feature .pro-cnt03 {
        margin-bottom: 20px;
    }


    /* 特徴 */
    .pro-feature-title {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
    }

    .pro-highend-subtitle {
        font-size: 17px;
    }

    .pro-feature .pro-cnt01,
    .pro-feature .pro-cnt02,
    .pro-feature .pro-cnt03 {
        width: 100%;
        background-color: #f9f9f9;
        margin-bottom: 20px;
        border-radius: 0 0 3px 3px;
    }

    .pro-highend .pro-feature .pro-cnt01,
    .pro-highend .pro-feature .pro-cnt02,
    .pro-highend .pro-feature .pro-cnt03 {
        background-color: #f9f9f9;
    }

    .pro-feature img {
        width: 100%;
        height: auto;
    }

    .pro-feature .pro-cnt01-title,
    .pro-feature .pro-cnt02-title,
    .pro-feature .pro-cnt03-title {
        width: 100%;
        height: 65px;
        font-size: 15px;
        font-weight: 700;
        line-height: 65px;
        text-align: center;
        vertical-align: middle;
        background: #0faec4;
        border-radius: 3px 3px 0 0;
    }

    .kit1,
    .kit2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .pro-feature .pro-cont01-info,
    .pro-feature .pro-cont02-info,
    .pro-feature .pro-cont03-info {
        display: block;
        padding: 30px;
    }

    .pro-feature small {
        display: block;
        font-size: 12px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .cb-cnt01,
    .cb-cnt02,
    .cb-cnt03,
    .cb-cnt04 {
        width: 44vw;
        z-index: 100;
        border-radius: 10px;
    }

    .cb-subtitle {
        font-size: 0.8rem;
        line-height: 1.3;
        text-align: left;
        margin-top: 0;
        margin-right: 5px;
        height: 4.8vh;
        min-height: 45px;
    }

    .cb-lineup01 .cb-cnt-detail {
        background-color: #fff;
        padding: 10px 12px 10px;
        border-radius: 0 0 10px 10px;
    }

    .cb-lineup02 .cb-cnt-detail {
        background-color: #fff;
        padding: 10px 12px 5px;
        border-radius: 0 0 10px 10px;
    }

    .cb-cnt01 .cb-cnt01-subkv,
    .cb-cnt02 .cb-cnt02-subkv,
    .cb-cnt03 .cb-cnt03-subkv,
    .cb-cnt04 .cb-cnt04-subkv {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }

    .dummy {
        display: block;
    }

    .cb-lineup01 .cb-cnt01 .cb-cnt-detail .dummy::before,
    .cb-lineup01 .cb-cnt02 .cb-cnt-detail .dummy::before,
    .cb-lineup01 .cb-cnt03 .cb-cnt-detail .dummy::before,
    .cb-lineup01 .cb-cnt04 .cb-cnt-detail .dummy::before {
        content: '';
        display: block;
        width: 30px;
        height: 1px;
        margin: 0 0 10px;
        background-color: #000;
        vertical-align: middle;
    }

    .cb-lineup02 .cb-cnt01 .cb-cnt-detail .dummy::before,
    .cb-lineup02 .cb-cnt02 .cb-cnt-detail .dummy::before,
    .cb-lineup02 .cb-cnt03 .cb-cnt-detail .dummy::before {
        content: '';
        display: block;
        width: 30px;
        height: 1px;
        margin: 0 0 10px;
        background-color: #000;
        vertical-align: middle;
    }


    .cb-cnt01 .cb-cnt01-kv,
    .cb-cnt02 .cb-cnt02-kv,
    .cb-cnt03 .cb-cnt03-kv,
    .cb-cnt04 .cb-cnt04-kv {
        width: 100%;
        min-height: 100px;
        height: 25vmin;
        border-radius: 10px 10px 0 0;
    }

    .cb-cnt01 .cb-cnt01-kv img,
    .cb-cnt02 .cb-cnt02-kv img,
    .cb-cnt03 .cb-cnt03-kv img,
    .cb-cnt04 .cb-cnt04-kv img {
        /*width: 100%;
        height: 100%;*/
        display: none;
    }

    .kit1 .cb-cnt01 .cb-cnt01-kv {
        background: url(../img/koseki_img.png);
        background-size: cover;
    }

    .kit1 .cb-cnt02 .cb-cnt02-kv {
        background: url(../img/endo_img.png);
        background-size: cover;
    }

    .kit1 .cb-cnt03 .cb-cnt03-kv {
        background: url(../img/homedeco_img.png);
        background-size: cover;
    }

    .kit1 .cb-cnt04 .cb-cnt04-kv {
        background: url(../img/3dpapre_img.png);
        background-size: cover;
    }

    .kit2 .cb-cnt01 .cb-cnt01-kv {
        background: url(../img/star1.png);
        background-size: cover;
    }

    .kit2 .cb-cnt02 .cb-cnt02-kv {
        background: url(../img/star2.png);
        background-size: cover;
    }

    .kit2 .cb-cnt03 .cb-cnt03-kv {
        background: url(../img/star3.png);
        background-size: cover;
    }

    .cb-cnt01-subkv img,
    .cb-cnt02-subkv img,
    .cb-cnt03-subkv img,
    .cb-cnt04-subkv img {
        display: block;
        max-width: 10vw;
    }

    .cb-lineup01 .cb-cnt01 .img-under,
    .cb-lineup01 .cb-cnt02 .img-under,
    .cb-lineup01 .cb-cnt03 .img-under,
    .cb-lineup01 .cb-cnt04 .img-under {
        width: 100%;
    }

    .cb-lineup01 .cb-cnt01,
    .cb-lineup01 .cb-cnt02,
    .cb-lineup01 .cb-cnt03,
    .cb-lineup01 .cb-cnt04 {
        width: 44vw;
    }

    .cb-lineup01 .cb-cnt03,
    .cb-lineup01 .cb-cnt04 {
        margin-top: 3.33333vw;
    }




    .cb-lineup01 .cb-title {
        clear: both;
        margin-bottom: 10vw;
        padding-top: 5vw;
    }

    .cb-lineup02 .cb-title {
        clear: both;
        margin-bottom: 10vw;
        padding-top: 20.33333vw;
    }

    .cb-lineup01 .cb-cont01-info,
    .cb-lineup01 .cb-cont02-info,
    .cb-lineup01 .cb-cont03-info,
    .cb-lineup01 .cb-cont04-info {
        padding: 0 0 1.333vw;
        font-size: 95%;
        text-align: left;
        line-height: 1.3;
        height: 14vmax;
        max-height: 13vh;
    }

    .cb-lineup01 .cb-cont01-subinfo,
    .cb-lineup01 .cb-cont02-subinfo,
    .cb-lineup01 .cb-cont03-subinfo,
    .cb-lineup01 .cb-cont04-subinfo {
        font-size: 12px;
        text-align: left;
        padding-bottom: 2vw;
        text-indent: -1em;
        padding-left: 5px;
    }

    .cb-lineup02 .cb-cont01-info,
    .cb-lineup02 .cb-cont02-info,
    .cb-lineup02 .cb-cont03-info,
    .cb-lineup02 .cb-cont04-info {
        font-size: 95%;
        text-align: left;
        font-weight: 400;
        line-height: 1.3;
        height: 14vmax;
        max-height: 24vh;
    }

    .cb-lineup02 .cb-cnt03,
    .cb-lineup03 .cb-cnt04 {
        margin-top: 8vw;
    }

    .cb-lineup02 .cb-cont-info {
        clear: both;
        padding-top: 10.33333vw;
        text-align: left;
        font-size: 12px;

    }

    .cb-lineup01 .cb-title::before,
    .cb-lineup01 .cb-title::after {
        content: '';
        display: inline-block;
        width: 15vw;
        height: 1px;
        margin: 0 10px;
        background-color: #000;
        vertical-align: middle;
    }

    .cb-lineup02 .cb-title::before,
    .cb-lineup02 .cb-title::after {
        content: '';
        display: inline-block;
        width: 21vw;
        height: 1px;
        margin: 0 10px;
        background-color: #000;
        vertical-align: middle;
    }

    .cb-overview04 .cb-overviewPh img {
        margin: 30px auto;
        width: 100%;
    }

    .cb-contentOverview .cb-overviewInner {
        padding: 45px 25px 1px;
    }


    .cb-contentLineup .modal-open {
        overflow: hidden;
    }

    .cb-contentLineup .modal {
        position: fixed !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
        font-size: 0;
        white-space: nowrap;
        text-align: center;
        padding-right: 0 !important;
        width: 100%;
        height: 120% !important;
        background: rgba(0, 0, 0, 0.6);
    }

    .cb-contentLineup .mod-media_img {
        width: 70vw;
        margin: 0 auto;
    }

    .cb-contentLineup .mod-media_img img {
        width: 100%;
    }

    .modal-header,
    .modal-body {
        padding: 0 20px;
    }

    .modal-content {
        top: 180px !important;
        border-radius: 1.33vw;
    }

    .modal-content .close {
        padding-top: 20px;
    }


    .js-trigger {
        position: relative;
        display: inline-block;
        max-width: 100%;
    }

    .js-trigger::after {
        content: url(../img/icon_modal.png);
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        bottom: -2px;
        right: -1px;
        z-index: 100;
    }

    .mod-paragraph-04-under::before {
        content: "\A";
        white-space: pre;
    }


}

@media screen and (max-width:400px) {

    .cb-lineup02 .cb-cnt01,
    .cb-lineup02 .cb-cnt02,
    .cb-lineup02 .cb-cnt03,
    .cb-lineup02 .cb-cnt04 {
        background-color: #fff;
        width: 44vw;
        position: relative;
        z-index: 100;
        border-radius: 10px;
    }


    .cb-lineup01 .cb-cnt01,
    .cb-lineup01 .cb-cnt02,
    .cb-lineup01 .cb-cnt03,
    .cb-lineup01 .cb-cnt04 {
        width: 44vw;
    }

}


@media screen and (max-width:360px) {

    .cb-lineup01 .cb-title::before,
    .cb-lineup01 .cb-title::after {
        content: '';
        display: inline-block;
        width: 8vw;
        height: 1px;
        margin: 0 10px;
        background-color: #000;
        vertical-align: middle;
    }

    .cb-lineup02 .cb-title::before,
    .cb-lineup02 .cb-title::after {
        content: '';
        display: inline-block;
        width: 16vw;
        height: 1px;
        margin: 0 10px;
        background-color: #000;
        vertical-align: middle;
    }

    .cb-lineup01 .cb-cnt01 .img-under.img-under01 {
        padding-top: 10px;
    }

}

@media screen and (max-width:320px) {

    .cb-cnt01,
    .cb-cnt02,
    .cb-cnt03,
    .cb-cnt04 {
        width: 44vw;
        height: 56vh;
        position: relative;
        z-index: 100;
        border-radius: 10px;
    }

    .cb-subtitle{
        font-size: 0.71rem;
    }


    .cb-lineup01 .cb-cont01-info,
    .cb-lineup01 .cb-cont02-info,
    .cb-lineup01 .cb-cont03-info,
    .cb-lineup01 .cb-cont04-info {
        height: 18vmax;
        max-height: 26vh;
    }

    .cb-lineup01 .cb-cnt-detail {
        background-color: #fff;
        padding: 10px 12px 5px;
        border-radius: 0 0 10px 10px;
    }

    .cb-lineup01 .cb-cnt-detail {
        height: 54.1333vh;
    }

    .cb-lineup02 .cb-cnt-detail {
        height: 27s.06667vh;
    }

    .cb-lineup01 .cb-cnt01,
    .cb-lineup01 .cb-cnt02,
    .cb-lineup01 .cb-cnt03,
    .cb-lineup01 .cb-cnt04 {
        width: 44vw;
        padding-bottom: 120px;
    }

    .cb-lineup02 .cb-cont-info {
        clear: both;
    }

    .cb-lineup01 .cb-cnt01 .img-under.img-under01 {
        padding-top: 0;
    }

    .modal-content {
        right: 10px;
    }
}
