@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    movie_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
/*------------------------------------------------------------------------------------------
*
*
    max-width: 640px;
*
*
------------------------------------------------------------------------------------------ */
#wrap{ padding: 45px 0 0 0;}
#bg.end{ opacity: 1 !important;}
#bg .b02{ background-image:url(../images/making/pic_bg_03_sp.jpg);}

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

#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);
    -webkit-transform: scale(1);
}

#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;
}


/* --------------------------------------------------
*
    header
*
-------------------------------------------------- */
header{
    width: 100%;
    height: 45px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

header .logo_ldkware{
    position: absolute;
    top: 16px;
    left: 15px;
}

header .logo_ldkware img{
    width: 110px;
}

header .ico_teaser{
    width: 55px;
    height: 26px;
    background-color: #BB1D10;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .129em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 9px;
    right: 15px;
}


/* --------------------------------------------------
*
    #section_title
*
-------------------------------------------------- */
#section_title{
    text-align: center;
    position: relative;
}

#section_title .section_inner{
    padding: 10% 0;
    box-sizing: border-box;
}

#section_title h1 img{
    width: 84%;
    max-width: 360px;
}

#section_title .bg{
    line-height: 0;
}

#section_title .bg img{
    width: 100%;
}

/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    padding: 25px 15px;
    text-align: left;
}

#section_yodogawa p{
    margin: 0 0 25px 0;
    font-size: 15px;
    line-height: 2.157em;
}

#section_yodogawa .btn{
    width: 180px;
    font-size: 14px;
    margin: 30px auto 10px auto;
}

#section_yodogawa .btn a{
    width: 180px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    display: block;
    color: #BB1D10;
    border: 2px solid #BB1D10;
    border-radius: 5px;
    letter-spacing: normal;
    transition: opacity .1s ease .0s;
}

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



/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    width: 100%;
    padding: 40px 0 35px 0;
    text-align: center;
    color: #fff;
}

#section_info .inner{
    padding: 0 15px;
    display: inline-block;
    text-align: left;
}

#section_info .desc{
    display: inline-block !important;
    text-align: left;
}

#section_info .ico{
    text-align: center;
    margin: 0 0 5px 0;
}

#section_info .ico img{
    width: 52px;
}

#section_info h3{
    margin: 0 0 35px 0;
    font-size: 17px;
    text-align: center;
}

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

#section_info h4 span{
    font-size: 14px;
    display: block;
}

#section_info p{
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 0;
}


/* --------------------------------------------------
*
    #past_making
*
-------------------------------------------------- */
#past_making{
    height: auto !important;
    margin: 25vh 0;
    display: block !important;
    box-sizing: border-box;
    text-align: center;
}

#past_making .inner{
    box-sizing: border-box;
}

#past_making .center{
    padding: 40px 15px 30px 15px;
}

#past_making h3{
    margin: 0 0 35px 0;
    font-size: 17px;
    letter-spacing: 0;
}

#past_making h4{
    font-size: 23px;
    margin: 0 0 25px 0;
    line-height: 1.555em;
    text-align: center;
}

#past_making h4 span{
    color: #BB1D10;
}

#past_making h4 img{
    width: 528px;
}

#past_making .section_inner{
    font-size: 14px;
    line-height: 2em;
    text-align: left;
    box-sizing: border-box;
}

#past_making .col_left{
    margin: 0 0 25px 0;
}

#past_making .col_right{
    box-sizing: border-box;
    white-space: nowrap; 
}

#past_making li span{
    color: #BB1D10;
}

#past_making li a{
    color: #3C3736;
    font-size: 14px;
    letter-spacing: 0;
    transition: opacity .1s ease .0s;
}

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

#past_making .btn{
    width: 180px;
    font-size: 14px;
    margin: 30px auto 10px auto;
}

#past_making .btn a{
    width: 180px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    display: block;
    color: #BB1D10;
    border: 2px solid #BB1D10;
    border-radius: 5px;
    letter-spacing: normal;
    transition: opacity .1s ease .0s;
}

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


/* --------------------------------------------------
*
    #past_product
*
-------------------------------------------------- */
#past_product{
    padding: 40px 0;
    overflow: hidden;
}

#past_product h3{
    margin: 0 0 40px 0;
    font-size: 17px;
    letter-spacing: 0;
    text-align: center;
}

#past_product .section_inner{
    padding: 0 15px;
    box-sizing: border-box;
}

#past_product .img{
    margin: 0 0 20px 0;
    text-align: center;
}

#past_product .img img{
    width: 100%;
    max-width: 320px;
}

#past_product .desc{
    max-width: 320px;
    margin: 0 auto;
    display: block;
}

#past_product .desc p{
    margin: 0 0 35px 0;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
}

#past_product .btn{
    width: 220px;
    font-size: 17px;
    margin: 0 auto !important;
}

#past_product .btn a{
    width: 220px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    display: block;
    color: #BB1D10;
    border: 2px solid #BB1D10;
    border-radius: 5px;
    letter-spacing: normal;
    transition: opacity .1s ease .0s;
}

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

/* --------------------------------------------------
*
    #section_store
*
-------------------------------------------------- */
#section_store{
    padding: 35px 15px;
    text-align: center;
}

#section_store p{
    margin: 0 0 30px 0;
    font-size: 13px;
    line-height: 1.8em;
    text-align: left;
}


#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: #BB1D10;
    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 ----- */
