@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_sp.css
*
*
------------------------------------------------------------------------------------------ */

/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width : 640px){
#wrap{
    margin: 0 auto;
    display: block !important;
    position: relative;
    z-index: 1;
}

#wrap,
#header{
    transition: opacity .3s ease;
}

.onload #wrap,
.onload #header{
    opacity: 1;
}

.is_sp #mov{ display: none !important;}

#mov{
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    letter-spacing: 0;
    font-size: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
}

.onload #mov{
    opacity: 1 !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity 1.2s ease, transform 1.2s ease;
    -webkit-transition: opacity 1.2s ease, transform 1.2s ease;
}

#mov video{
    position: relative;
}

#bg{
    width: 100%;
    height: 100%;
    min-height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center top;
    position: fixed;
    z-index: 0;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transition: opacity 1.5s ease-in .6s, transform 1.5s ease-in .6s;
    -webkit-transition: opacity 1.5s ease-in .6s, transform 1.5s ease-in .6s;
}

#bg.onload{
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

#bg.end{
    opacity: 0;
}

#bg div,
#bg p{
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity .6s ease .2s, transform 1s ease .2s;
    -webkit-transition: opacity .6s ease .2s,transform 1s ease .2s;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

#bg div{
    opacity: 1;
    z-index: -1 !important;
}

#bg p.on{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity .6s ease, transform 1s ease;
    -webkit-transition: opacity .6s ease,transform 1s ease;
}

.is_sp #bg,
.is_sp #bg p,
.is_sp #bg div{
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
}

.is_pc .b_body{ display: none !important;}
#bg .b_body{background-image:url(../images/home/pic_bg_sp.jpg); background-position: center top; background-size: auto 100%; background-color: #0e0d0b;}
.is_pc #bg .my_ldkware{ background-image:url(../images/home/pic_bg_my_ldkware_sp.jpg); background-size: cover; background-position: center; background-color: #0e0d0b;}
.is_sp #bg .my_ldkware{ background-image:url(../images/home/pic_bg_my_ldkware_sp.jpg); background-size: 100% auto; background-position: center; background-color: #0e0d0b;}

#bg .event{ background-image:url(../images/home/pic_bg_event_sp.jpg); background-position: center; background-size: 100% auto; background-color: #eee;}
#bg .talk{ background-image:url(../images/home/pic_bg_talk_sp.jpg); background-position: center; background-size: cover; background-color: #c4c8cb;}
.is_pc #bg .b_hide{ opacity: 0 !important; transition: opacity 4s ease;}


.section_inner .btn_detail{
    width: 180px;
    margin: 15px auto 10px auto !important;
    text-align: center;
    border: 2px solid #00329b;
    border-radius: 5px;
    line-height: 1em;
    font-size: 17px;
    letter-spacing: .0em;
    transition: background .15s ease .0s, border .15s ease .0s, color .15s ease .0s;
}

.section_inner .btn_detail a{
    padding: 3px 0 4px 0;
    display: block;
}

.is_sp .section_inner .btn_detail.touch,
.is_pc .section_inner .btn_detail:hover{
    background-color: rgba(255, 255, 255, .9);
    transition: background .15s ease .05s, border .15s ease .05s, color .15s ease .05s;
}


/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    height: 100%;
    position: relative;
    z-index: 10000;
}

#main_visual .img_logo{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

#main_visual h1{
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#main_visual h1 img{
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 30px 0 0 0;
}

#main_visual .logo_yaeca{
    width: 11%;
    min-width: 45px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}

#main_visual .logo_yaeca img{ width: 100%; height: auto;}

#main_visual .logo_hobonichi{
    width: 16%;
    min-width: 65px;
    text-align: right;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

#main_visual .logo_hobonichi img{ width: 100%; height: auto;}

.arrow{
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    bottom: 45px;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 10001;
}

.is_sp .arrow{
    bottom: 105px;
}

.arrow span{
    width: 26px;
    height: 45px;
    display: inline-block;
    background-image:url(../images/parts_mv_arrow_btm.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center 15px;
    cursor: pointer;
    transition: background .15s ease .0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.is_pc .arrow span:hover,
.is_sp .arrow span.touch{
    background-position: center 20px;
    transition: background .15s ease .05s;
}

#main_visual .ico_coming{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 70px;
    left: 0;
}

.is_sp #main_visual .ico_coming{
    bottom: 130px;
}

#main_visual .ico_coming img{
    width: 300px;
    height: auto;
}

#main_visual .ico_coming.sale img{
    width: 240px;
}

#main_visual .ico_coming.resale img{
    width: 280px;
    height: auto;
}

#main_visual .ico_coming.resale{
    color: #fff;
    font-size: 23px;
    line-height: 1.7em;
    top: calc(50% - 60px);
    bottom: auto;
    text-align: center;
}

#main_visual .ico_coming.resale .center{
    display: inline-block;
    text-align: left;
}

#main_visual .ico_coming.resale.on img{
    width: 280px;
    height: auto;
}

#main_visual .top_nav{
    display: none;
}

/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    padding: 25px 0 35px 0;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    letter-spacing: -.40em;
}

#section_yodogawa .section_inner{
    padding: 0 15px;
}

#section_yodogawa h2{
    margin: 0 0 25px 0;
    font-size: 32px;
    line-height: 1.555em;
    letter-spacing: .05em;
    display: inline-block;
    text-align: left;
}

#section_yodogawa h2 span{
    color: #00329b;
}

#section_yodogawa p{
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .05em;
    display: inline-block;
    text-align: left;
}


/* --------------------------------------------------
*
    #section_lineup
*
-------------------------------------------------- */
#section_lineup{
    padding: 40px 0 5px 0;
    text-align: center;
    color: #fff;
}

#section_lineup h3{
    font-size: 17px;
    margin: 0 0 40px 0;
}

#section_lineup ul{
    padding: 0 10px;
    letter-spacing: -.40em;
}

#section_lineup li{
    width: 50%;
    margin: 0 0 30px 0;
    padding: 0 0;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .025em;
    vertical-align: top;
    white-space: nowrap;
}

#section_lineup li p{
    font-size: 13px;
    line-height: 2.1333em;
    transition: opacity .15s ease .0s;
}

#section_lineup li img{
    width: 100%;
    height: auto;
    opacity: 1 !important;
}

#section_lineup li a{
    color: #fff;
    transition: opacity .15s ease .0s;
}

.is_sp #section_lineup li.touch a p,
.is_pc #section_lineup li:hover a p{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#section_lineup li .detail{
    margin: 3px 0 0 0;
    color: #1914B4;
    font-size: 13px;
}



/* --------------------------------------------------
*
    #section_my_ldkware
*
-------------------------------------------------- */
#section_my_ldkware{
    box-sizing: border-box;
}

#section_my_ldkware .col_left a{
    color: #03111F;
    transition: opacity .15s ease .0s;
}

.is_sp #section_my_ldkware .col_left a.touch,
.is_pc #section_my_ldkware .col_left a:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#section_my_ldkware .section_inner{
    padding: 40px 15px 20px 15px;
}


#section_my_ldkware h2{
    margin: 0 0 40px 0;
    font-size: 17px;
    letter-spacing: .05em;
    text-align: center;
}

#section_my_ldkware .col_left h3{
    margin: 0 0 5px 0;
    font-size: 28px;
    letter-spacing: .05em;
    text-align: center;
    white-space: nowrap;
}

#section_my_ldkware .col_left p{
    margin: 0 0 30px 0;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
}

#section_my_ldkware .col_left .img{
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

#section_my_ldkware p{
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 2em;
}


/* --------------------------------------------------
*
    #section_event
*
-------------------------------------------------- */
#section_event{
    padding: 35px 0 30px 0;
    box-sizing: border-box;
}

#section_event .section_inner{
    padding: 0 15px;
    letter-spacing: -.40em;
    box-sizing: border-box;
    text-align: center;
}

#section_event h2{
    padding: 0 0 25px 0;
    font-size: 17px;
    letter-spacing: .05em;
}

#section_event .col_left{
    letter-spacing: .05em;
}

#section_event .col_left h3{
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.83em;
    display: inline-block;
    white-space: nowrap;
    text-align: left;
}

#section_event .col_left .img{
    text-align: center;
}

#section_event .col_left .img img{
    width: 60%;
    max-width: 292px;
}

#section_event .col_right{
    letter-spacing: .05em;
    text-align: left;
}

#section_event p{
    margin: 0 0 20px 0;
    line-height: 2em;
    font-size: 14px;
}

#section_event ul{
    margin: 0 0 20px 0;
}

#section_event li{
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 5px 0;
    line-height: 2em;
    letter-spacing: .05em;
}

#section_event dl{
    line-height: 1.8em;
    font-size: 13px;
    overflow: hidden;
}

#section_event dt{
    clear: both;
    width: 15%;
    max-width: 37px;
    margin: 0 0 10px 0;
    font-size: 12px;
    float: left;
    white-space: nowrap;
}

#section_event dd{
    width: 85%;
    margin: 0 0 10px 0;
    float: left;
    white-space: nowrap;
}



/* --------------------------------------------------
*
    #section_event_tobichi
*
-------------------------------------------------- */
#section_event_tobichi{
    padding: 35px 0 30px 0;
    box-sizing: border-box;
    color: #fff;
}

#section_event_tobichi a{
    color: #0082ff;
}

#section_event_tobichi .section_inner{
    padding: 0 15px;
    letter-spacing: -.40em;
    box-sizing: border-box;
    text-align: center;
}

#section_event_tobichi h2{
    padding: 0 0 25px 0;
    font-size: 17px;
    letter-spacing: .05em;
}

#section_event_tobichi .col_left{
    letter-spacing: .05em;
}

#section_event_tobichi .col_left h3{
    margin: 0 0 25px 0;
    font-size: 27px;
    letter-spacing: .05em;
    text-align: center;
    white-space: nowrap;
}

#section_event_tobichi .col_left p{
    margin: 0 0 5px 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
}

#section_event_tobichi .col_left p.date{
    margin: 0 0 25px 0;
    line-height: 2em;
}

#section_event_tobichi .col_left .img{
    text-align: center;
}

#section_event_tobichi .col_left .img img{
    width: 60%;
    max-width: 292px;
}

#section_event_tobichi .col_right{
    letter-spacing: .05em;
    text-align: left;
}

#section_event_tobichi .col_right a{
    transition: opacity .15s ease .0s;
}

.is_sp #section_event_tobichi .col_right a.touch,
.is_pc #section_event_tobichi .col_right a:hover{
    opacity: .7;
}

#section_event_tobichi p{
    margin: 0 0 20px 0;
    line-height: 2em;
    font-size: 14px;
}

#section_event_tobichi dl{
    line-height: 1.8em;
    font-size: 13px;
    overflow: hidden;
}

#section_event_tobichi dt{
    clear: both;
    width: 15%;
    max-width: 37px;
    margin: 0 0 10px 0;
    font-size: 12px;
    float: left;
    white-space: nowrap;
}

#section_event_tobichi dd{
    width: 85%;
    margin: 0 0 10px 0;
    float: left;
    white-space: nowrap;
}

#section_event_tobichi .btn_detail{
    border-color: #0082ff;
}

#section_event_tobichi .btn_detail a{
    color: #0082ff;
}

.is_sp #section_event_tobichi .btn_detail.touch,
.is_pc #section_event_tobichi .btn_detail:hover{
    background-color: rgba(0, 130, 255, .1);
}


/* --------------------------------------------------
*
    #section_making
*
-------------------------------------------------- */
#section_making{
    box-sizing: border-box;
}

#section_making .col_left a{
    color: #03111F;
    transition: opacity .15s ease .0s;
}

.is_sp #section_making .col_left a.touch,
.is_pc #section_making .col_left a:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#section_making .section_inner{
    padding: 40px 15px 30px 15px;
    text-align: center;
}

#section_making h2{
    margin: 0 0 30px 0;
    font-size: 17px;
    letter-spacing: .05em;
    text-align: center;
}

#section_making .col_left h3{
    margin: 0 0 20px 0;
    font-size: 26px;
    line-height: 1.555em;
    display: inline-block;
    text-align: left;
}

#section_making .col_left p{
    text-align: left;
}

#section_making .col_left .img{
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

#section_making p{
    font-size: 14px;
    margin: 0 0 30px 0;
    line-height: 2em;
}

#section_making .col_right{
    margin: 0 0 25px 0;
    text-align: center;
}

#section_making .col_right p{
    margin: 0 0 15px 0;
    line-height: 2.14em;
    text-align: left;
}

#section_making .col_right ul{
    display: inline-block;
}

#section_making .col_right li{
    margin: 0 0 10px 0;
    line-height: 2.14em;
    font-size: 13px;
    text-align: left;
}

#section_making .col_right li a .color{
    color: #03111f;
}


/* --------------------------------------------------
*
    #section_showroom
*
-------------------------------------------------- */
#section_showroom{
    box-sizing: border-box;
}

#section_showroom .section_inner{
    padding: 40px 15px 30px 15px;
    text-align: center;
}

#section_showroom h2{
    margin: 0 0 30px 0;
    font-size: 17px;
    letter-spacing: .05em;
    text-align: center;
}

#section_showroom .col_left{
    margin: 0 0 30px 0;
    text-align: left;
}

#section_showroom .col_left h3{
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.83em;
}

#section_showroom .col_left .img{
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

#section_showroom p{
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 2em;
}

#section_showroom .col_right{
    text-align: left;
    display: inline-block;
}

#section_showroom .col_right a{
    color: #03111f;
    transition: opacity .15s ease .0s;
}

.is_pc #section_showroom .col_right a:hover,
.is_sp #section_showroom .col_right a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#section_showroom .col_right h4{
    margin: 12px auto 15px auto;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: .05em;
    display: inline-block;
    position: relative;
}

#section_showroom .col_right h4 .name{
    margin: 15px 0 0 0;
    font-size: 20px;
    display: block;
    letter-spacing: .1em;
}

#section_showroom .col_right h4 .name.small{
    font-size: 15px;
    line-height: 1.4em;
    display: block;
}

#section_showroom .col_right h4:after{
    content: '06';
    width: 25px;
    height: 25px;
    display: block;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    background-image:url(../images/parts_bg_house_b.png);
    background-size: 25px;
    background-repeat: no-repeat;
    position: absolute;
    top: -8px;
    left: 140px;
}

#section_showroom .col_right h4.s07:after{ content: '07';}

#section_showroom .col_right .pic{
    max-width: 360px;
    display: block;
    text-align: center;
    position: relative;
}

#section_showroom .col_right .pic img{
    width: 100%;
    max-width: 360px;
    opacity: 1 !important;
}

#section_showroom .col_right .pic:after{
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background-image:url(../images/parts_ico_new.png);
    background-size: 40px;
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    right: -10px;
}


/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    box-sizing: border-box;
    color: #fff;
}

#section_info .section_inner{
    padding: 40px 15px 15px 15px;
}

#section_info h2{
    margin: 0 0 40px 0;
    font-size: 17px;
    letter-spacing: .05em;
    text-align: center;
}


#section_info h3{
    width: 60px;
    height: 60px;
    margin: 0 auto 10px auto;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 60px;
    background-image:url(../images/parts_bg_house_w.png);
    background-size: 60px;
    background-repeat: no-repeat;
}


#section_info .col_left .img{
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

#section_info li{
    margin: 0 0 30px 0;
    overflow: hidden;
}

#section_info li:last-child{ margin: 0;}

#section_info h4{
    margin: 0 0 15px 0;
    font-size: 17px;
    line-height: 1.3em;
    text-align: center;
}
#section_info h4 span{ font-size: 14px;}

#section_info p{
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 2em;
}

#section_info .detail{
    clear: both;
    text-align: center;
    letter-spacing: .05em;
}



/* --------------------------------------------------
*
    #section_store
*
-------------------------------------------------- */
#section_store{
    text-align: left;
}

#section_store .section_inner{
    padding: 30px 15px 30px 15px;
}

#section_store .section_inner p{
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 1.8em;
}

#section_store a{
    color: #0082ff;
}

#section_store ul{
    text-align: center;
}

#section_store li{
    width: 82px;
    height: 72px;
    margin: 0 40px 0 0;
    display: inline-block;
    background-image:url(../images/parts_bg_house.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px;
    transition: transform .15s ease .0s;
    -webkit-transition: transform .15s ease .0s;
    -webkit-transform-style: preserve-3d;
}

#section_store li:last-child{ margin: 0 0 0 40px;}

.is_pc #section_store li:hover,
.is_sp #section_store li.touch{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: transform .15s ease .05s;
    -webkit-transition: transform .15s ease .05s;
}

#section_store li a{
    color: #1914B7;
    text-align: center;
    display: block;
    line-height: 80px;
   -webkit-transform-style: preserve-3d;
}

#section_store li.s_yaeca{ font-size: 15px;}
#section_store li.s_hobonichi{ font-size: 18px;}


} /* ----- max-width : 640px ----- */