<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_pc.css
*
*
------------------------------------------------------------------------------------------ */
#bg .b01{ background-image:url(../images/making/pic_bg_01.jpg);}
#bg .b02{ background-image:url(../images/making/pic_bg_02.jpg);}
#bg .b03{ background-image:url(../images/making/pic_bg_03.jpg);}

@media screen and (min-width : 641px){
#wrap{ padding: 50px 0 0 0;}

/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#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: -1;
    transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transition: opacity 0s ease .0s, transform 1s ease-in .0s;
    -webkit-transition: opacity 0s ease .0s, transform 1s ease-in .0s;
}

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

#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 1.2s ease .2s, transform 1s ease .2s;
    -webkit-transition: opacity 1.2s ease .2s,transform 1s ease .2s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

#bg .b01{
    background-size: 100%;
    background-position: center top;
}

#bg .b02{
    background-position: left top;
}

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

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

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

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

header .logo_ldkware{
    position: absolute;
    top: 17px;
    left: 50px;
}

header .logo_ldkware img{
    width: 118px;
}

header .ico_teaser{
    width: 74px;
    height: 31px;
    background-color: #BB1D10;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .129em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 9px;
    right: 50px;
}

header .ico_teaser img{
    width: 74px;
}

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

#section_title .section_inner{
    width: 100%;
    padding: 22px 0 0 0;
    height: 210px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

#section_title h1 img{
    width: 518px;
}

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

#section_title .bg img{
    width: 100%;
    opacity: 0;
    line-height: 0;
}

/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    padding: 65px 0;
    text-align: center;
    color: #fff;
}

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

/* --------------------------------------------------
*
    #section_name
*
-------------------------------------------------- */
#section_name{
    height: 295px;
    position: relative;
}

#section_name p{
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: .15em;
    line-height: 1em;
}

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

#section_name .left{
    float: left;
    position: relative;
}

#section_name .right{
    float: right;
    position: relative;
}

#section_name .lv{ clear: both; position: absolute;}
#section_name .l01{ width: 34%; top: 25px; left: calc(50% - 17%);}
#section_name .l01 .left{ left: 15%;}

#section_name .l02{ width: 64%; top: 45px; left: calc(50% - 32%);}
#section_name .l03{ width: 88%; top: 125px; left: calc(50% - 44%);}
#section_name .l03 .left{ left: 3%;}

#section_name .l04{
    width: 100%;
    text-align: center;
    top: 235px;
}

#section_name .l04 p{
    font-size: 13px;
    letter-spacing: .1em;
}

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

#section_body .inner{
    width: 630px;
    margin: 0 auto;
}

#section_body h2{
    margin: 0 0 100px 0;
    font-family: "a-otf-midashi-go-mb31-pr6n" !important;
    text-align: center;
    font-size: 39px;
    letter-spacing: .1em;
    white-space: nowrap;
}

#section_body h2 img{
    width: 130px;
}

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

#section_body h2.n span{ text-indent: 0;}
#section_body h2 span.ti{ display: inline-block; margin: 0; text-indent: 0 !important;}

#section_body h3{
    margin: 110px 0 105px 0;
    font-size: 23px;
    font-family: "a-otf-midashi-go-mb31-pr6n" !important;
}

#section_body dl{
    clear: both;
    font-size: 15px;
    line-height: 2.1333em;
    letter-spacing: .15em;
}

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

#section_body dt{
    font-family: "a-otf-midashi-go-mb31-pr6n" !important;
    width: 90px;
    float: left;
}

#section_body dd{
    width: 540px;
    margin: 0 0 35px 0;
    float: left;
}

#section_body .pic{
    width: 630px;
    margin: 15px 0 50px 0;
}

#section_body .pic.v{
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

#section_body .pic img{
    width: 100%;
}

#section_body .continue{
    margin: 35px 0 80px 0;
    font-size: 15px;
}

#btm_point{
    margin: 0 0 85px 0;
    padding: 80px 0;
    text-align: center;
    border: 2px solid #3C3736;
}

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

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

#btm_point p{
    margin: 0 0 25px 0;
    font-size: 23px;
    line-height: 1.5em;
}

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

.talk_nav{
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 100px 0;
    position: relative;
}

.talk_nav p{
    font-size: 23px;
    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 35px;
    display: block;
    background-image:url(../images/parts_nav_arrow_left.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left center;
}

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

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

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


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

#section_profile h3{
    margin: 0 0 55px 0;
    font-size: 20px;
    letter-spacing: .15em;
    text-align: center;
}

#section_profile .col_left{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#section_profile .col_right{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#section_profile li{
    margin: 0 0 40px 0;
}

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

#section_profile h5 span{
    color: #BB1D10;
}

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


/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    padding: 75px 0 65px 0;
    text-align: center;
}

#index_nav h3{
    margin: 0 0 30px 0;
}

#index_nav h3 img{
    width: 441px;
}

#index_nav ul{
    display: inline-block;
    text-align: left;
}

#index_nav li{
    font-size: 17px;
    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: 80px 0 70px 0;
    text-align: center;
    color: #fff;
}

#section_info .inner{
    display: inline-block;
    text-align: left;
}

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

#section_info .ico{
    margin: 0 0 5px 0;
}

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

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

#section_info h4{
    margin: 0 0 20px 0;
    font-size: 18px;
}

#section_info h4 span{
    font-size: 17px;
}

#section_info p{
    font-size: 14px;
    line-height: 1.857em;
    letter-spacing: .15em;
}


/* --------------------------------------------------
*
    #past_making
*
-------------------------------------------------- */
#past_making{
    width: 100%;
    padding: 120px 0;
    box-sizing: border-box;
    display: table;
    letter-spacing: -.40em;
    text-align: center;
    overflow: hidden;
}

#past_making .inner{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

#past_making .center{
    padding: 80px 0 70px 0;
}

#past_making h3{
    margin: 0 0 80px 0;
    font-size: 19px;
    letter-spacing: 0;
}

#past_making h4{
    margin: 0 0 25px 0;
    text-align: left;
}

#past_making h4 img{
    width: 528px;
}

#past_making .section_inner{
    font-size: 14px;
    line-height: 2.142em;
    box-sizing: border-box;
}

#past_making .col_left,
#past_making .col_right{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    letter-spacing: 0;
}

#past_making .col_right{
    padding: 0 0 0 70px;
    box-sizing: border-box;
}

#past_making li span{
    color: #BB1D10;
}

#past_making li a{
    color: #3C3736;
    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: 160px;
    font-size: 17px;
    margin: 40px auto 50px auto;
}

#past_making .btn a{
    width: 160px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    font-size: 17px;
    display: block;
    color: #BB1D10;
    border: 1px 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: 80px 0 40px 0;
    overflow: hidden;
    color: #fff;
}

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

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

#past_product .section_inner:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#past_product .img{
    float: left;
}

#past_product .img img{
    width: 240px;
}

#past_product .desc{
    margin: -10px 0 0 0;
    padding: 0 0 0 50px;
    float: left;
}

#past_product .desc p{
    margin: 0 0 38px 0;
    font-size: 15px;
    letter-spacing: .15em;
    line-height: 2.0666em;
}

#past_product .btn{
    width: 220px;
    font-size: 17px;
}

#past_product .btn a{
    width: 220px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    font-size: 17px;
    display: block;
    color: #fff;
    border: 1px 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: 70px 0 80px 0;
    text-align: center;
}

#section_store p{
    margin: 0 0 55px 0;
    font-size: 15px;
    line-height: 2em;
}


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