@charset "utf-8";

/* 	styleUp
---------------------------------------------*/
.features_wrap.--styleUp .FV{
    position: relative;
}
.features_wrap.--styleUp .FV .absolute-FV_title{
    display: block;
    width: 71.8%;
    top: 18.2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.features_wrap.--styleUp .FV .absolute-FV_title .title__balloon{
    width: 53.98%;
}
.features_wrap.--styleUp .FV .absolute-FV_title .title__lead{
    width: 100%;
    margin-top: 2.4%;
}
.features_wrap.--styleUp .introduction{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 75px;
    background: linear-gradient(90deg, #f4dae2 0%, #f4dae2 50%, #d3eeee 50%, #d3eeee 100%);
    border-top: 20px solid #e8b5c5;
    border-bottom: 20px solid #e8b5c5;
    position: relative;
}
.features_wrap.--styleUp .introduction::before,
.features_wrap.--styleUp .introduction::after{
    content: '';
    width: 50%;
    height: 20px;
    background-color: #a6dddd;
    position: absolute;
    right: 0;
}
.features_wrap.--styleUp .introduction::before{
    top: -20px;
}
.features_wrap.--styleUp .introduction::after{
    bottom: -20px;
}
.features_wrap.--styleUp .introduction .introduction-text{
    display: block;
    width: 92.26%;
    margin: 0 auto;
    text-align: center;
}
.features_wrap.--styleUp .introduction .introduction-text p{
    display: inline;
    padding-bottom: 5px;
    border-bottom: 2px dashed #222;
    color: #222;
    font-size: 2.8rem;
    line-height: 2.3;
    text-align: center;
    letter-spacing: 0.1em;
}
.features_wrap.--styleUp .introduction .introduction-text small{
    display: block;
    margin-top: 10px;
    color: #808080;
    font-size: 1.2rem;
    text-align: right;
}
.features_wrap.--styleUp .introduction .introduction-balloon{
    display: block;
    width: 47.2%;
    margin: 30px auto 0;
}
.features_wrap.--styleUp .introduction .introduction-title{
    display: block;
    width: 79.73%;
    margin: 0 auto;
}
.features_wrap.--styleUp .introduction .introduction-anchors{
    width: 92.53%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.features_wrap.--styleUp .introduction .introduction-anchors li{
    width: 47.55%;
    margin-top: 20px;
}
.features_wrap.--styleUp .introduction .introduction-anchors li a,
.features_wrap.--styleUp .introduction .introduction-anchors li a img{
    display: block;
    width: 100%;
}
.features_wrap.--styleUp .items{
    width: 100%;
    padding-top: 160px;
    padding-bottom: 70px;
    position: relative;
}
.features_wrap.--styleUp .items.--ON{
    background-color: #f4dae2;
    border-bottom: 20px solid #e8b5c5;
}
.features_wrap.--styleUp .items.--OFF{
    background-color: #d3eeee;
    border-bottom: 20px solid #a6dddd;
}
.features_wrap.--styleUp .items.--OFF:last-of-type{
    border-bottom: none;
}
.features_wrap.--styleUp .items .items-toggle{
    display: block;
    width: 60px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.features_wrap.--styleUp .items .items-toggle.--ON{
    border: 1px solid #d87398;
    background-color: #f4dae2;
}
.features_wrap.--styleUp .items .items-toggle.--OFF{
    border: 1px solid #d3eeee;
    background-color: #6dc6c4;
}
.features_wrap.--styleUp .items .items-toggle::after{
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: left .4s;
}
.features_wrap.--styleUp .items .items-toggle.--ON::after{
    background-color: #d87398;
    left: 5px;
}
.features_wrap.--styleUp .items .items-toggle.--OFF::after{
    background-color: #fff;
    left: 35px;
}
.features_wrap.--styleUp .items .items-toggle.--ON.animate_toggle{
    background-color: #d87398;
}
.features_wrap.--styleUp .items .items-toggle.--OFF.animate_toggle{
    background-color: #fff;
}
.features_wrap.--styleUp .items .items-toggle.--ON.animate_toggle::after{
    background-color: #fff;
    left: 35px;
}
.features_wrap.--styleUp .items .items-toggle.--OFF.animate_toggle::after{
    background-color: #6dc6c4;
    left: 5px;
}
.features_wrap.--styleUp .items .items-bg_text{
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.features_wrap.--styleUp .items .items-bg_text.--ON{
    width: 30.53%;
}
.features_wrap.--styleUp .items .items-bg_text.--OFF{
    width: 40.8%;
}
.features_wrap.--styleUp .items .absolute-illust_PC{
    width: 15.89%;
    top: 0.6%;
    left: 5%;
}
.features_wrap.--styleUp .items .absolute-illust_bicycle{
    width: 19.06%;
    top: 1.9%;
    left: 6%;
}
.features_wrap.--styleUp .items .absolute-illust_sofa{
    width: 18%;
    top: 1%;
    left: 5%;
}
.features_wrap.--styleUp .items .absolute-illust_bed{
    width: 18%;
    top: 1.6%;
    left: 6%;
}
.features_wrap.--styleUp .items .items-title,
.features_wrap.--styleUp .items .items-lead{
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.features_wrap.--styleUp .items .items-lead{
    margin: 50px auto 30px;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.15em;
}
.features_wrap.--styleUp .items .items-lead span {
    display: block;
    margin-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.75);
}
.features_wrap.--styleUp .items .items-lead.--ON{
    color: #d87398;
}
.features_wrap.--styleUp .items .items-lead.--OFF{
    color: #6dc6c4;
}
.features_wrap.--styleUp .items .items-mainPhoto{
    display: block;
    width: 92%;
    margin: 0 auto;
}
.features_wrap.--styleUp .items .items-text{
    display: block;
    width: 92.26%;
    margin: 25px auto 65px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.6;
    text-align: center;
    letter-spacing: 0.1em;
}
.features_wrap.--styleUp .items .items-text span{
    display: block;
    border-bottom: 2px dashed #222;
}
.features_wrap.--styleUp .items .items-text span:first-child {
    border-top: 2px dashed #222;
}
.features_wrap.--styleUp .items .items-userVoice{
    width: 92.66%;
    margin: 0 auto;
    position: relative;
}
.features_wrap.--styleUp .items .items-userVoice .userVoice__title{
    display: block;
    width: 66.23%;
    margin: 0 auto;
}
.features_wrap.--styleUp .items .items-userVoice .absolute-illust_letter{
    width: 7.7%;
    top: 5%;
    left: 6%;
}
.features_wrap.--styleUp .items .items-userVoice .absolute-illust_binder{
    width: 10.9%;
    top: -3%;
    right: 2%;
}
.features_wrap.--styleUp .items .items-userVoice .userVoice__comment{
    width: 100%;
    margin: 20px auto 35px;
}
.features_wrap.--styleUp .items .items-itemDetail,
.features_wrap.--styleUp .items .items-itemDetail .itemDetail__title{
    width: 100%;
    position: static;
}
.features_wrap.--styleUp .items .items-itemDetail .itemDetail__comment{
    display: block;
    width: 92.8%;
    margin: 35px auto 30px;
}
.features_wrap.--styleUp .items .items-itemDetail .itemDetail__btn{
    display: block;
    width: 58.93%;
    margin: 0 auto;
}
.features_wrap.--styleUp .items .items-itemDetail .itemDetail__sub_btn{
    width: 92.8%;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
}
.features_wrap.--styleUp .items .items-itemDetail .itemDetail__sub_btn a{
    display: block;
    width: 47.4%;
}
.features_wrap.--styleUp .message{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(90deg, #f4dae2 0%, #f4dae2 50%, #d3eeee 50%, #d3eeee 100%);
    border-top: 20px solid #e8b5c5;
    border-bottom: 20px solid #e8b5c5;
    text-align: center;
    position: relative;
}
.features_wrap.--styleUp .message::before,
.features_wrap.--styleUp .message::after{
    content: '';
    width: 50%;
    height: 20px;
    background-color: #a6dddd;
    position: absolute;
    right: 0;
}
.features_wrap.--styleUp .message::before{
    top: -20px;
}
.features_wrap.--styleUp .message::after{
    bottom: -20px;
}
.features_wrap.--styleUp .message p {
    display: inline;
    padding-bottom: 8px;
    border-bottom: 2px dashed #222;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 2.3;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
    .features_wrap.--styleUp{
        margin-bottom: 50px;
    }
    .features_wrap.--styleUp .FV .absolute-FV_title{
        top: 16.8%;
    }
    .features_wrap.--styleUp .FV .absolute-FV_title .title__lead{
        margin-top: -6%;
    }
    .features_wrap.--styleUp .introduction{
        padding-top: 40px;
        padding-bottom: 35px;
        border-top: 10px solid #e8b5c5;
        border-bottom: 10px solid #e8b5c5;
    }
    .features_wrap.--styleUp .introduction::before,
    .features_wrap.--styleUp .introduction::after{
        height: 10px;
    }
    .features_wrap.--styleUp .introduction::before{
        top: -10px;
    }
    .features_wrap.--styleUp .introduction::after{
        bottom: -10px;
    }
    .features_wrap.--styleUp .introduction .introduction-text p{
        border-bottom: 1px dashed #222;
        font-size: 1.4rem;
    }
    .features_wrap.--styleUp .introduction .introduction-text small{
        font-size: 0.8rem;
    }
    .features_wrap.--styleUp .introduction .introduction-balloon{
        margin: 15px auto 0;
    }
    .features_wrap.--styleUp .introduction .introduction-anchors li{
        margin-top: 10px;
    }
    .features_wrap.--styleUp .items{
        padding-top: 80px;
        padding-bottom: 35px;
    }
    .features_wrap.--styleUp .items.--ON{
        border-bottom: 10px solid #e8b5c5;
    }
    .features_wrap.--styleUp .items.--OFF{
        border-bottom: 10px solid #a6dddd;
    }
    .features_wrap.--styleUp .items .items-toggle{
        width: 30px;
        height: 16px;
        top: 20px;
    }
    .features_wrap.--styleUp .items .items-toggle::after{
        width: 10px;
        height: 10px;
    }
    .features_wrap.--styleUp .items .items-toggle.--ON::after{
        left: 3px;
    }
    .features_wrap.--styleUp .items .items-toggle.--OFF::after{
        left: 16px;
    }
    .features_wrap.--styleUp .items .items-toggle.animate_toggle.--ON::after{
        left: 16px;
    }
    .features_wrap.--styleUp .items .items-toggle.animate_toggle.--OFF::after{
        left: 3px;
    }
    .features_wrap.--styleUp .items .items-bg_text{
        top: 48px;
    }
    .features_wrap.--styleUp .items .items-lead{
        margin: 25px auto 15px;
        font-size: 1.5rem;
    }
    .features_wrap.--styleUp .items .items-text{
        margin: 15px auto 35px;
        font-size: 1.2rem;
    }
    .features_wrap.--styleUp .items .items-text span{
        border-bottom: 1px dashed #222;
    }
    .features_wrap.--styleUp .items .items-text span:first-child{
        border-top: 1px dashed #222;
    }
    .features_wrap.--styleUp .items .items-userVoice .userVoice__comment{
        margin: 10px auto 15px;
    }
    .features_wrap.--styleUp .items .items-itemDetail .itemDetail__comment{
        margin: 20px auto 15px;
    }
    .features_wrap.--styleUp .items .items-itemDetail .itemDetail__sub_btn{
        margin: 10px auto 0;
    }
    .features_wrap.--styleUp .message{
        padding-top: 40px;
        padding-bottom: 40px;
        border-top: 10px solid #e8b5c5;
        border-bottom: 10px solid #e8b5c5;
    }
    .features_wrap.--styleUp .message::before,
    .features_wrap.--styleUp .message::after{
        height: 10px;
    }
    .features_wrap.--styleUp .message::before{
        top: -10px;
    }
    .features_wrap.--styleUp .message::after{
        bottom: -10px;
    }
    .features_wrap.--styleUp .message p{
        border-bottom: 1px dashed #222;
        font-size: 1.4rem;
    }
}