/*-------------------------
    共通
-------------------------*/
.boxFlex, .boxFlex1 {
    display: flex;
}
.boxFlex2 {
    display: flex;
    justify-content: space-around;
}
.bF_justify_sb{justify-content: space-between;}
.bF_justify_c{justify-content: center;}
.bf_alignI_c{align-items: center;}
.bf_alignC_sb{align-content: space-between;}
.bF_row{flex-flow: row wrap;}
.bF_column{flex-flow:column;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width:767px) {
    .boxFlex1, .boxFlex2 {
        display: initial;
    }
}
.contents {
    font-family: "Inter", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/*-------------------------
    トップ
-------------------------*/
.title_pc {
    position: absolute;
}
.main_text {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.advisory-note {
    font-size: 2.4rem;
    margin-top: 50px;
    margin-bottom: 15px;
    color: #333333;
}
.inviting-message {
    font-size: 1.6rem;
    color: #333333;
}

/* ボタン切り替え */
.curtain_anchor, .shade_anchor {
    position: relative;
    margin: 0 50px;
}
.curtain_anchor .active,
.shade_anchor .active {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.curtain_anchor:hover .active,
.shade_anchor:hover .active {
    opacity: 1;
}
.anchor {
    margin: 30px auto;
    justify-content: center;
}

/* カーテンボックス */
.curtain_box {
    margin: 2em 0;
    border: solid 2px #c6d5d5;
    border-radius: 22px 0 0 0;
}
.curtain_box .box_title {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: left;
    background: #c6d5d5;
    padding: 4px;
    color: #333333;
    letter-spacing: 0.05em;
    padding-left: 55px;
    border-radius: 20px 0 0 0;
}
.style_box {
     width: 569px;
     margin: 50px 0 0;
 }
.style_name {
    margin: 5px 10px 0 0;
}
/*
.style_btn {
    position: relative;
}
.style_img {
    position: relative;
}
.style_subimg {
    position: absolute;
    top: 45%;
    left: 35%;
}
*/
.space {
    margin-bottom: 30px;
}

/* シェードボックス */
.shade_box {
    margin: 2em 0;
    border: solid 2px #A5B5CC;
    border-radius: 22px 0 0 0;
}
.shade_box .box_title {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: left;
    background: #A5B5CC;
    padding: 4px;
    color: #333333;
    letter-spacing: 0.05em;
    padding-left: 55px;
    border-radius: 20px 0 0 0;
}


@media screen and (max-width:767px) {
    .title_sp {
        width: 100%;
        margin: 10px 0 20px;
    }
    .main_text {
        text-align: center;
        margin-bottom: 30px;
    }
    .advisory-note {
        font-size: 1.6rem;
        margin-top: initial;
        margin-bottom: 15px;
        color: #333333;
    }
    .inviting-message {
        font-size: 1.2rem;
        color: #333333;
    }
    #curtain, #shade {
        margin-top: -12px;
        padding-top: 12px;
    }
    .curtain_anchor, .shade_anchor {
        margin-bottom: 20px;
    }
    .curtain_box, .shade_box {
        margin: 3em 0;
    }
    .curtain_box .box_title,
    .shade_box .box_title{
        height: 22px;
        font-weight: bold;
        padding-left: 35px;
    }
    .curtain_box .box_title img,
    .shade_box .box_title img{
        height: 20px;
    }
    .style_box {
        width: 90%;
        margin: 50px auto 0;
    }
}


/*-------------------------
    シミュレーション
-------------------------*/
[v-cloak] {
    display: none;
}

.back-anchor.button {
    width: 300px;
    height:32px;
    padding:0;
    background-color:#4d556a;
    text-align:center;
    border-radius: 5px;
}
.back-anchor.button a {
    font-size: 1.3rem;
    color: white;
    line-height: 32px;
    text-decoration: none;
}
.back-anchor.button:hover {
    opacity: 0.7;
}

/* カーテンとシェードのタブ切替 */
.color_palette {
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #fff !important;
}
.tab_item {
    width: 320px;
    margin: 0 80px;
}
.tab_link_curtain,
.tab_link_shade {
    font-size: 2.4rem;
    position: relative;
    display: block;
    text-decoration: none;
    color: #444;
    cursor: pointer;
    padding-bottom: 15px;
    margin-top: 60px;
}
.tab_link_curtain:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 5px;
    background-color: #8cabab;
}
.tab_link_shade:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 5px;
    background-color: #a5b5cc;
}
.tab_link_curtain.on {
    font-weight: bold;
    color: #8cabab;
}
.tab_link_shade.on {
    font-weight: bold;
    color: #a5b5cc;
}
.tab_link_curtain.on:before,
.tab_link_shade.on:before {
    width: 90%;
}
.tab-body {
    position: relative;
    display: block;
    border-top: solid 3px #f5f4f9;
}
.tab-body_item {
    width: 100%;
    margin: 30px auto;
}

.tab-body_item .tabon{
    display: flex;
}
/* カーテン　パレット */
.tab1 {
    display: none;
    justify-content: space-between;
    flex-direction: row;
    background-color: #fff !important;
    margin: 30px auto 0;
}
.tab2 {
    display: none;
    flex-direction: row;
    background-color: #fff !important;
    margin: 30px auto 0;
}
.tab2 li{
    margin-right: 4px;
}
.tab1_link img {
    margin-bottom: -3px;
    z-index: 0.1;
}
.tab1_link {
    position: relative;
    cursor: pointer;
}
.tab1_link2 {
    position: absolute;
    left: 0;
    z-index: 0.2;
}
.tab1_link2.on {
    opacity: 0;
}
.tab1-body_item {
    display: none;
}

.tab1-body_item.on {
    display: block;
}


.palette_box {
    box-sizing: border-box;
    padding: 70px 40px 70px 70px;
    margin: 0 auto;
}
.palette_curtain { border: solid 3px #c6d5d5;}
.palette_shade { border: solid 3px #A5B5CC;}

.configure_section{
    display: flex;
    justify-content: space-between;
}

.ui_body{
    position: relative;
}
.download_button{
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 300ms;
    width: 268px;
    height: 32px;
    border: 1px solid #999;
    background-color: #e01735;
}
.download_button img{
    width: 32px;
    height: 32px;
}
.palette_box h2{
    font-size: 3rem;
}

#layer_body img{
    width: auto;
    height: 100%;
    max-height: 700px;
}

.ui_body{
    display: flex;
    flex-flow: column;
    justify-content:space-between;
    align-items: center;
}

.border_select_body{
    margin-bottom: 56px;
}

.border_select_body > .pc{
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 22px;
}
.border_name {
    font-weight:700;
    font-size: 2.5rem;
}
.border_name p{
    font-weight:700;
    font-size: 2rem;
}
.border_slider{
    position: relative;
    width: 400px;
}
.border_name_small {
    text-align: center;
    font-weight:initial;
    font-size: 1rem;
}

.swiper-container{
    width: 300px;
}
.swiper-slide{
    text-align: center;
    color:black;
    cursor: pointer;
    font-size: 1.6rem;
}
.swiper-slide img{
    width: 76px;
    height: 76px;
    border: 2px solid #FFF;
    box-sizing:content-box;
}
.swiper-slide input[type='radio']{
    display: none;
}
.swiper-button-prev{
    background-image: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 20px 17.5px 0;
}
.palette_curtain .swiper-button-prev {
    border-color: transparent #8cabab transparent transparent;
}
.palette_shade .swiper-button-prev {
    border-color: transparent #a5b5cc transparent transparent;
}


.swiper-button-next{
    background-image: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 20px;
}
.palette_curtain .swiper-button-next{
    border-color: transparent transparent transparent #8cabab;
}
.palette_shade .swiper-button-next{
    border-color: transparent transparent transparent #a5b5cc;
}

.active_slide img{
    border: 2px solid #e01735;
}

.syako_onoff{
    width: 280px;
    height: 35px;
    font-size:1.8rem;
    border-radius:8px;
    margin-right: 60px;
}
.syako_onoff_curtain { background-color: #c6d5d5;}
.syako_onoff_shade { background-color: #A5B5CC;}

.syako_onoff > div{
    width: 135px;
    height: 25px;
    text-align: center;
    border-radius:8px;
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    cursor: pointer;
    padding-top: 2px;
}
.syako_onoff_curtain > div { border:4px solid #c6d5d5;}
.syako_onoff_shade > div { border:4px solid #A5B5CC;}

.syako_onoff .activeSyako{
    background-color: white;
    font-weight: bold;
    font-size:2rem;
}

.border_select_body .activeSyako{
    display: none;
}

.hidden-layer{
    position: absolute;
    display: none;
    left: -999px;
    top: -999px;
    visibility: hidden;
}


/*sp用着せ替えUI*/
.sp .border_name{
    margin-bottom: 20px;
}
.sp .border_name > div{
    cursor: pointer;
}

.ui_body > div {
    width: 100%;
}
.ui_body .sp .border_name > div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: white;
}
.ui_body .sp .curtainPartsSet > div.activePartsSet_sp{
    color: white;
    background-color: #a5c2bf;
}
.ui_body .sp .shadePartsSet > div.activePartsSet_sp{
    color: white;
    background-color: #a5b5cc;
}

.ui_body .sp .border_name  p{
    margin: 3px 5px 0;
    font-size: 1.4rem;
}
.tab3{
    display: flex;
    font-weight: 700;
    font-size: 1.4rem;
    flex-flow: row nowrap;
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
}
.tab3 .tab3_style {
    width: 100vw;
}
/* .tab3 .tab3_style{
    width: 70vw;
} */
.tab3 .tab3_nonsyako{
    width: 30vw;
}

.tab3 .select::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent black;
}
.tab3 .select,
.tab3 li{
    height: 28px;
    border:1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.tab3 .select{
    box-sizing: content-box;
    padding-right: 20px;
}
.tab3 .select div,
.tab3 li div{
    display: flex;
    align-items: center;
    padding-left: 20px;
    width: 100%;
    height: 100%;
}
.tab3 .tab3_nonsyako li{
    display: flex;
    align-items: center;
    padding-left: 20px;
    width: 100%;
}
.tab3 span{
    font-size: 1rem;
}
.tab3 .dropnow{
    background-color: #e2eaea;
    color:white;
}
.tab3 .tab3_style .dropnow::after{
    border-width: 6px 6px 0 6px;
    border-color: white transparent transparent transparent;
}


.DDcl1{background-color: #8cabab}
.DDcl2{background-color: #a3bcbc}
.DDsh1{background-color: #a5b5cc}
.DDsh2{background-color:#b7c4d6}

/*.tab3 .tab3_style li.sh{*/
/*    background-color: #a5b5cc;*/
/*}*/

/*.tab3 .tab3_nonsyako .select,*/
/*.tab3 .tab3_nonsyako li.cl:nth-child(2n){*/
/*    background-color: #8cabab;*/
/*}*/
/*.tab3 .tab3_nonsyako li.cl{*/
/*    background-color: #a3bcbc;*/
/*}*/
.tab3 .hidden_in_list{
    display: none;
}

/*sp用着せ替えUI　ここまで*/

@media screen and (max-width:767px) {

    #title h1{
        font-size:1.8rem;
    }
    .tool.bar{
        width: 100%;
    }
    .back-anchor.button {
        width: 268px;
    }
    .configure_section{
        display: initial;
        justify-content: initial;
    }

    #container{
        padding: 0; !important;
    }
    .palette_box {
        border: initial;
        padding: 0
    }

    .ui_body .border_slider {
        width: 100%;
    }

    #layer_body img{
        width: 100vw;
    }

    .border_select_body{
        margin-bottom: initial;
    }
    .border_name{
        width: 100%;
    }
    .border_name > div{
        border: 1px solid #A5B5CC;
        width: 100%;
    }
    .swiper-container{
        width: 100%;
    }
    .swiper-slide{
    }
    .swiper-slide img{
        width: 100%;
        height: 100%;
    }
    .border_slider .border_slider_on{
        display: block;
    }
    .border_slider  .border_slider_off{
        display: none;
    }

    .tab3.m_fixed {
        left: 0;
        position: fixed;
        /* top: 60px; */
    }
   #layer_body .m_fixed{
        left: 0;
        position: fixed;
        /* top: 60px; */
    }
    .border_name_small {
        margin: 0 0 10px 10px;
        text-align: left;
        font-weight:initial;
        font-size: 1.2rem;
    }
}
