.entry-header {
    display: none;
}
@media screen and (max-width: 736px) {
#main .row {
    max-width: 99%;
}
}

/*---- background-----*/

#eyecatch {
    display: none;
}

.toplogo {
    margin: 0 auto;
    filter: invert(100%) sepia(7%) saturate(23%) hue-rotate(262deg) brightness(107%) contrast(100%);
    display: block;
}

#outline {
    background-image: url("https://teamorder.jp/wp-content/themes/wp-dcafe/maker/kappa/sublimation/img/bg_graphic.svg");
    background-blend-mode: color-burn;
    background-color: #0180CC;
}

#nav {
    background-color: #E6FBFA;
}

#lineup,#marking,#flow {
    background-color: #E9F5F7;
    background-image: url("https://teamorder.jp/wp-content/themes/wp-dcafe/maker/kappa/sublimation/img/bg_graphic.svg");
    background-blend-mode: lighten;
}

.bg_org {
    background-color: #BB542C;
}

.bg_yel {
    background-color: #298e9f;
}

.bg_gld {
    background-color: #BBA02C;
}

.bg_wht {
    background-image: url("https://teamorder.jp/wp-content/themes/wp-dcafe/maker/kappa/sublimation/img/bg_graphic.svg");
    background-color:rgba(255,250,221,0.8);
    background-blend-mode:lighten;
}

/*---- background end-----*/

#eyecatch .logo {
    filter: grayscale(100) brightness(100);
} 

.jump-mn {
    display: flex;
    justify-content: center;
}

.jump-mn .inner_blu {
    font-size: 13px;
    background-color: #0357AF;
    margin: 10px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    width: 180px;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
}

.jump-mn .inner:hover {
    opacity: 0.8;
}

#lineup,#marking,#flow {
    color: #fff;
}

.lineup_ti {
    font-size: 5em;
    color: #ffffff;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    border-left: none;
    padding: 0;
    font-family: Times New Roman;
}

.ti_sub {
    font-weight: 700;
}

.marking_ti {
    font-size: 5em;
    color: #191919;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    border-left: none;
    padding: 0;
    font-family: Times New Roman;
}

.ti_wht{
    color: #fff;
    font-size: 2.5em;
    border-left: 6px solid #fff;
}

.lineup_box_ti {
    font-size: 2.4em;
    color: #ffffff;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    border-left: none;
    text-align: center !important;
    font-family: Times New Roman;
    padding: 0;
    background-color: #BB542C;
    padding-bottom: 14px;
}

.box_sub_ti {
    font-size: 0.8em;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    background-color: #BB542C;
    padding-top: 10px;
    border-radius: 10px 10px 0px 0px;
}

.box_sub_ti {
    font-size: 0.8em;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    background-color: #BB542C;
    padding-top: 10px;
    border-radius: 10px 10px 0px 0px;
}

.box_sub_ti_info {
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.box_sub_ti_info::after {
    content: '';
    width: 60px;
    height: 5px;
    display: inline-block;
    background-color: #bb542c;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
}

.info_text {
    color: #191919;
    font-weight: 700;
    text-align: center;
}

.lineup_box_ti_marking {
    font-size: 2.4em;
    color: #ffffff;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    border-left: none;
    text-align: center !important;
    font-family: Times New Roman;
    padding: 0;
    background-color: #298e9f;
    padding-bottom: 14px;
}

.box_sub_ti_marking {
    font-size: 0.8em;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    background-color: #298e9f;
    padding-top: 10px;
    border-radius: 10px 10px 0px 0px;
}

.link_btn {
    background-color: #0180CC;
    color: #fff;
    padding: 15px 0px;
    border-radius: 35px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: block;
    text-align: center;
    width: 50%;
    margin: 20px auto 0px auto;
    font-size: 0.8em;
}

h3 span {
    font-size: 0.4em;
}

.big_ti {
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
    color: #fff;
}

.big_pr {
    text-align: center;
    font-size: 0.9em;
    color: #fff;
}

.mini_text {
    text-align: center;
    font-size: 0.8em;
    color: #fff;
}



@media screen and (max-width: 736px) {
    .lineup_ti {
        font-size: 4em;
    }

    .series {
        font-size: 1.2em;
        padding:2px 10px;
        }

    .series_pro {
        font-size: 1.2em;
        padding:2px 10px;
        }
    
    .series_text {
        font-size: 0.8em;
    }

    .big_ti {
        font-size: 1.7em;
    }

    .big_pr {
        font-size: 0.8em;
    }

    .link_btn {
        width: 70%;
    }

    .simu_link {
        width: 80%;
    }
}


.text_link {
    display: block;
    text-align: center;
    text-decoration-line: underline;
    font-size: 0.8em;
}
#textiles p {
    color: #fff;
    text-align: center;
}
.text_mini {
    font-size: 0.9em;
}
.sub {
    font-size: 0.8em;
    text-align: center;
    padding: 0px 10px;
}

.sub_info {
    font-size: 0.8em;
    padding: 0px 25px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1px;
}

.container_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1px;
}

.container_mark {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 1px;
}

.container_box {
    width: calc((100% - 40px) / 2);
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 0px 0px 40px 0px;
    display: block;
    border-radius: 10px;
    color: #191919;
}

.container_box_info {
    width: calc((100% - 40px) / 3);
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 0px 0px 40px 0px;
    display: block;
    border-radius: 10px;
    color: #191919;
}

.container_box_marking {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 0px 0px 40px 0px;
    display: block;
    border-radius: 10px;
    color: #191919;
}

.main_ti {
    font-weight: 700;
}

.main_ti_wht {
    font-weight: 700;
    color: #fff;
    font-size: 1.8em;
}

.sub_wht {
    color: #fff;
}

.link_line_wht {
    text-decoration: underline;
    font-size:0.8em;
    color: #fff;
}

.design_img {
    margin: auto;
    margin-top:40px;
}

@media screen and (max-width: 736px) {    
    .container_box  {
    width: calc((100% - 0px) / 1); 
    margin: 0 auto;
    margin-top: 20px;
    padding: 0px 0px 40px 0px;
}

    .container_box_info {
        width: calc((100% - 0px) / 1);
        margin: 0 auto;
        margin-top: 20px;
        padding: 0px 0px 40px 0px;
    }


    .main_ti {
        font-size: 1.5em;
    }

.main_ti_wht {
    font-size: 1.5em;
}

}




/*モーダル*/
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    overflow-y: scroll;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: fixed;
    width: 100%;
}

.modal-size-content {
    position: absolute;
    background: #fff;
    top: 10%;
    left: 0;
    right: 0;
    padding: 20px;
    width: 46%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.js-modal-close {
    padding-top: 40px;
    text-align: center;
    display: block;
}

@media screen and (max-width: 736px) {
    .modal {
        display: none;
        max-height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        overflow-y: auto;
    }

    .modal-size-content {
        top: 20%;
        width: 90%;
    }
}
/*モーダルここまで*/

#flow .slide-box .flow_ti {
    font-weight: 600;
    color: #191919;

}

#flow .slide-box {
    background-color: #fff;
}

#flow .swiper-slide {
    display: flex;
    height: auto;
}

#flow .slide-box .text_box {
    padding: 6px 20px 15px 20px;
}

.flow_text {
    color: #191919;
}

.simu_link {
    display: block;
    text-align: center;
    font-size: 0.8em;
    background-color: #fff;
    width: 22em;
    padding: 10px;
    border-radius: 30px;
    font-weight: 600;
}