<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    making_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
/*------------------------------------------------------------------------------------------
*
*
    max-width: 640px;
*
*
------------------------------------------------------------------------------------------ */
#wrap{ padding: 45px 0 0 0;}
#bg .b01{ opacity: 0 !important;}
#bg .b03{ background-image:url(../images/making/pic_bg_03_sp.jpg);}
#bg.end{ opacity: 1 !important;}

#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;
    color: #fff;
}

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

/* --------------------------------------------------
*
    #section_name
*
-------------------------------------------------- */
#section_name{
    padding: 0 15px 30px 15px;
    position: relative;
}

#section_name p{
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 2.157em;
}

#section_name p span{
    margin: 0 0 0 -.5em;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1em;
}

#section_name .l04 p{
    margin: 25px 0 0 0;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.8em;
}


/* --------------------------------------------------
*
    #section_body
*
-------------------------------------------------- */
#section_body{
    padding: 35px 10px 0 10px;
    overflow: hidden;
}

#section_body .inner{
    margin: 0 auto;
}

#section_body h2{
    margin: 0 0 45px 0;
    font-family: "a-otf-midashi-go-mb31-pr6n" !important;
    text-align: center;
    font-size: 23px;
    letter-spacing: .1em;
    line-height: 1.5em;
}

#section_body h2 img{
    width: 80px;
}

#section_body h2 span{
    margin: 25px 0 0 0;
    display: block;
    text-indent: .5em;
}

#section_body h2.n span{ text-indent: 0;}
#section_body h2 span.ti{ text-indent: 1em; margin: 0;}

#section_body h3{
    margin: 40px 0;
    font-size: 17px;
    line-height: 1.8em;
    font-family: "a-otf-midashi-go-mb31-pr6n" !important;
}

#section_body dl{
    clear: both;
    line-height: 2em;
    letter-spacing: .05em;
}

#section_body dl:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#section_body dt{
    font-family: "a-otf-midashi-go-mb31-pr6n" !important;
    font-size: 13px;
}

#section_body dd{
    margin: 0 5px 25px 5px;
    font-size: 14px;
}

#section_body .pic{
    margin: 15px 0 25px 0;
    text-align: center;
}

#section_body .pic img{
    width: 100%;
    max-width: 460px;
}

#section_body .continue{
    margin: 35px 0 40px 0;
    font-size: 14px;
}

#btm_point{
    max-width: 460px;
    box-sizing: border-box;
    margin: 0 auto 45px auto;
    padding: 25px 15px;
    text-align: center;
    border: 2px solid #3C3736;
}

#btm_point h4{
    display: inline-block;
    margin: 0 0 35px 0;
    font-size: 14px;
    position: relative;
}

#btm_point h4:after{
    content: '';
    display: block;
    width: calc(100% + 10px);
    height: 3px;
    background-color: #BB1D10;
    position: absolute;
    bottom: -10px;
    left: -5px;
}

#btm_point p{
    margin: 0 0 20px 0;
    font-size: 17px;
    line-height: 1.7em;
}

#btm_point p.nowrap{ white-space: nowrap;}

#btm_point p:last-child{
    margin: 0;
}

.talk_nav{
    margin: -10px auto 0 auto;
    padding: 0 0 80px 0;
    position: relative;
}

.talk_nav p{
    font-size: 17px;
    letter-spacing: .15em;
}

.talk_nav a{
    height: 41px;
    color: #3C3736;
    line-height: 38px;
    transition: opacity .1s ease .0s;
}

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

.talk_nav .prev{
    position: absolute;
    top: 0;
    left: 0;
}

.talk_nav .prev a{
    padding: 0 0 0 25px;
    display: block;
    background-image:url(../images/parts_nav_arrow_left.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;
}

.talk_nav .next{
    position: absolute;
    top: 0;
    right: 0;
}

.talk_nav .next a{
    padding: 0 25px 0 0;
    display: block;
    background-image:url(../images/parts_nav_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right center;
}

.talk_nav.disabled,
.talk_nav .disabled{ display: none;}


/* --------------------------------------------------
*
    #section_profile
*
-------------------------------------------------- */
#section_profile{
    padding: 40px 0 10px 0;
    color: #fff;
    letter-spacing: -.40em;
}

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

#section_profile .col_left{
    vertical-align: top;
}

#section_profile .col_right{
    vertical-align: top;
}

#section_profile li{
    margin: 0 0 25px 0;
    padding: 0 30px 0 10px;
}

#section_profile h5{
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 2em;
}

#section_profile h5 span{
    color: #BB1D10;
}

#section_profile p{
    padding: 0 0 0 1.3em;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .05em;
}


/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    padding: 35px 0 30px 0;
    text-align: center;
}

#index_nav h3{
    margin: 0 0 25px 0;
    font-size: 17px;
    line-height: 1.7em;
    letter-spacing: .05em;
    text-align: center;
}

#index_nav h3 span{
    color: #BB1D10;
}

#index_nav h3 img{
    width: 441px;
}

#index_nav ul{
    padding: 0 15px;
    display: inline-block;
    text-align: left;
}

#index_nav li{
    font-size: 14px;
    line-height: 2.411em;
}

#index_nav li a{
    color: #3C3736;
    transition: opacity .1s ease .0s;
}

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

#index_nav li span{
    color: #BB1D10;
}

#index_nav li.disabled a{
    opacity: .4 !important;
    cursor: default;
}


/* --------------------------------------------------
*
    #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;
    color: #fff;
}

#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: #fff;
    border: 2px solid #fff;
    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 ----- */
</pre></body></html>