@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_pc.css
*
*
------------------------------------------------------------------------------------------ */
body{
    background-color: #000;
}

#main_visual h1 img,
#main_visual .logo_yaeca,
#main_visual .logo_hobonichi,
#main_visual .top_nav li,
#main_visual .ico_coming,
.arrow{
    opacity: 0;
}

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

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

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


#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-width: 1000px;
    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%;
    min-width: 1000px;
    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;
}

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

#bg .b_body{ display: none;}
#bg .my_ldkware{ background-image:url(../images/home/pic_bg_my_ldkware.jpg); background-position: center; background-size: cover; background-color: #c4c8cb;}
#bg .event{ background-image:url(../images/home/pic_bg_event.jpg); background-position: center; background-size: 100% auto; background-color: #eee;}
#bg .talk{ background-image:url(../images/home/pic_bg_talk.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{
    min-width: 1000px;
    height: 100%;
    min-height: 560px;
    position: relative;
    z-index: 10;
}

#main_visual .img_logo{
    width: 100%;
    height: 100%;
    min-width: 1000px;
    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%;
    min-width: 1000px;
    text-align: center;
    position: absolute;
    top: 40px !important;
    left: 0;
    z-index: 0;
}

#main_visual h1 span{
    overflow: hidden;
    display: block;
    position: relative;
}

#main_visual h1 img{
    position: relative;
    z-index: 2;
}

#main_visual .logo_yaeca{
    position: absolute;
    top: 38px;
    left: 50px;
    z-index: 1;
}

#main_visual .logo_hobonichi{
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 1;
}

.arrow{
    width: 100%;
    min-width: 1000px;
    height: 15px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 10;
}

.arrow span{
    width: 26px;
    height: 15px;
    padding: 0 0 10px 0;
    display: inline-block;
    background-image:url(../images/parts_mv_arrow_btm.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    cursor: pointer;
    transition: padding .15s ease .0s;
    position: relative;
}

.is_pc .arrow span:hover,
.is_sp .arrow span.touch{
    padding: 0 0 18px 0;
    transition: padding .15s ease .05s;
}

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

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

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

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

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

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

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

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

#main_visual .top_nav li{
    font-size: 15px;
    margin: 0 25px;
    display: inline-block;
}

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

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


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

#section_yodogawa .col_left,
#section_yodogawa .col_right{
    width: 50%;
    padding: 0 0;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
}

#section_yodogawa .col_right{
    padding-left: 50px;
}

#section_yodogawa h2{
    font-size: 45px;
    line-height: 1.555em;
    letter-spacing: .05em;
}

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

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


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

#section_lineup h3{
    font-size: 19px;
    margin: 0 0 65px 0;
}

#section_lineup ul{
    letter-spacing: -.40em;
}

#section_lineup li{
    width: 33%;
    margin: 0 0 30px 0;
    padding: 0 0;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

#section_lineup li p{
    font-size: 15px;
    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: 80px 0 40px 0;
    letter-spacing: -.40em;
}


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

#section_my_ldkware .col_left{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

#section_my_ldkware .col_left h3{
    margin: 0 0 15px 0;
    font-size: 45px;
    letter-spacing: .05em;
}

#section_my_ldkware .col_left p{
    font-size: 21px;
}

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

#section_my_ldkware .col_right{
    width: 50%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

#section_my_ldkware p{
    margin: 0 0 30px 0;
    line-height: 2em;
}


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

#section_event .section_inner{
    padding: 80px 0 40px 0;
    letter-spacing: -.40em;
}

#section_event h2{
    margin: 0 0 70px 0;
    font-size: 19px;
    letter-spacing: .05em;
    text-align: center;
}

#section_event .col_left{
    width: 50%;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

#section_event .col_left h3{
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 1.83em;
}

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

#section_event .col_right{
    width: 50%;
    padding: 0 0 0 50px;
    margin: 0 0 25px 0;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

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

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


#section_event dl,
#section_event p{
    margin: 0 0 30px 0;
    line-height: 2em;
}

#section_event dt{
    clear: both;
    float: left;
    white-space: nowrap;
}

#section_event dd{
    float: left;
}



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

#section_event_tobichi a{
    color: #0082ff;
}

#section_event_tobichi .section_inner{
    padding: 80px 0 40px 0;
    letter-spacing: -.40em;
}

#section_event_tobichi h2{
    margin: 0 0 70px 0;
    font-size: 19px;
    letter-spacing: .05em;
    text-align: center;
}

#section_event_tobichi .col_left{
    width: 50%;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

#section_event_tobichi .col_left h3{
    margin: 0 0 50px 0;
    font-size: 45px;
    letter-spacing: .05em;
}

#section_event_tobichi .col_left p{
    margin: 0 0 10px 0;
    font-size: 21px;
}

#section_event_tobichi .col_left p.date{
    font-size: 24px;
    line-height: 2em;
}

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

#section_event_tobichi .col_right{
    width: 50%;
    padding: 0 0 0 50px;
    margin: 0 0 25px 0;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

#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 dl,
#section_event_tobichi p{
    margin: 0 0 30px 0;
    line-height: 2em;
}

#section_event_tobichi dt{
    clear: both;
    float: left;
    white-space: nowrap;
}

#section_event_tobichi dd{
    min-width: 360px;
    float: left;
}

#section_event_tobichi .btn_detail{
    width: 230px;
    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: 80px 0 40px 0;
    letter-spacing: -.40em;
}

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

#section_making .col_left{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

#section_making .col_left h3{
    margin: -10px 0 15px 0;
    font-size: 45px;
    line-height: 1.555em;
    white-space: nowrap;
}

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

#section_making .col_right{
    width: 50%;
    margin: 0 0 0 0;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

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

#section_making .col_right p{
    margin: 0;
    line-height: 2.14em;
}

#section_making .col_right li{
    line-height: 2.14em;
}

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


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

#section_showroom .section_inner{
    padding: 80px 0 40px 0;
    letter-spacing: -.40em;
}

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

#section_showroom .col_left{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

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

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

#section_showroom .col_right{
    width: 50%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

#section_showroom p{
    margin: 0 0 30px 0;
    line-height: 2em;
}

#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 0 15px 0;
    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: 18px;
    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: 150px;
}

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

#section_showroom .col_right .pic{
    display: inline-block;
    position: relative;
}

#section_showroom .col_right .pic img{
    opacity: 1 !important;
}

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


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

#section_info .section_inner{
    padding: 80px 0 10px 0;
    letter-spacing: -.40em;
}

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

#section_info .col_left{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
    vertical-align: top;
}

#section_info h3{
    width: 60px;
    height: 60px;
    margin: 0 0 10px 0;
    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 .col_right{
    width: 50%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .05em;
}

#section_info li{
    margin: 0 0 70px 0;
}

#section_info h4{ margin: 0 0 15px 0; font-size: 18px;}
#section_info h4 span{ font-size: 17px;}

#section_info p{
    margin: 0 0 30px 0;
    line-height: 2em;
}


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



/* --------------------------------------------------
*
    #section_archive
*
-------------------------------------------------- */
#section_archive{
    clear: both;
    padding: 80px 0;
    text-align: center;
}

#section_archive a{
    color: #0082ff;
    transition: opacity .15s ease 0s;
}

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


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

#section_store .section_inner{
    padding: 60px 0 70px 0;
}

#section_store .section_inner p{
    margin: 0 0 60px 0;
    font-size: 17px;
    line-height: 2.35em;
}

#section_store a{
    color: #0082ff;
}

#section_store ul{
    text-align: center;
}

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

.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: 17px;}
#section_store li.s_hobonichi{ font-size: 21px;}



} /* ----- min-width : 641px ----- */