@charset "utf-8";
/* CSS Document */

/*----------------
hero_img
------------------*/
.main_view{
    position: relative;
}

.hero_img img{
    display: block;
    width: 100%;
    height: auto;
}

.catch{
    position:absolute;
    top: 40%;
    left: 10%;
}

/*----------------
news
------------------*/
.news{
     max-width: 1040px;
    margin: 0 auto;
}

.news h2{
    font-size: 30px;
    margin: 57px auto 37px;
}

.news_inner{
    margin-bottom: 84px;
    max-height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
}

.news_inner a:hover{
    display: block;
    background-color: rgba(170, 170, 170, 0.5);
    color: #fff;
    text-decoration: none;
} 

.news_inner li{
    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 42px;
}

.news_inner li time{
    width: 20%;
}
.news_inner li p{
    width: 50%;
    text-align: left;
}

/*----------------
recommended
------------------*/

.trouble{
    display: flex;
    justify-content: center;
    margin-bottom: 125px;
}

.trouble img{
   display: block;
   width: 100%;
   height: auto;
}

.trouble .bg_blue{
    width: 297px;
    background-color: #72b4ba;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trouble .bg_blue p{
    font-size:20px;
    color: #fff;
}

.example{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-end;
    max-width: 1040px;
    margin: 0 auto 92px;
}

.details_inner{
    margin-bottom: 10px;
}

.details_inner img{
   display: block;
   width: 100%;
   height: auto;
}

.goods img{
   display: block;
   width: 100%;
   height: auto; 
}

/*----------------
type
------------------*/
.type{
    background:url( "../img/bg_001.jpg");
    background-size: cover;
}

.type_inner{
    max-width: 1040px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 70px;
}

.type_1{
    margin-right: 27px;
}

.type_1_flex{
    display: flex;
}

.type_tit_1 p,
.type_tit_2 p{
    font-size:14.4px;
    color:#fff;
    text-align: left;
    margin-bottom: 45px;
}

.type_tit_2 p{
    margin-bottom: 23px;
}

.type_tit_1 div,
.type_tit_2 div{
    width: 100%;
    border-bottom: solid 1px #fff;
    padding: 70px 0 10px;
    margin-bottom: 20px;
}

.type_tit_1 img{
    width: 205px;
    display: block;
    height: auto;
}

.type_tit_2 img{
    width: 150px;
    display: block;
    height: auto;
}

.type_box{
    width: 100%;
}

.type_box p{
    font-size:14.4px;
    text-align: left;
}

.type_box img{
    display: block;
    height: auto;
    width: 100%;
}

.type_text{
    padding: 20px;
}

.type_tit{
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #808080;
}

.type_tit img{
    width: 20%;
}

.type_cool .type_tit img,
.type_diy .type_tit img{
    width: 15%;
}

.type_vintage{
    margin-right: 27px;
    background: #040000;
    color: #fff;
}

.type_vintage a{
    color: #fff;
}

.type_vintage a:hover,
.type_cool a:hover,
.type_diy a:hover{
    text-decoration: none;
    display: block;
}

.type_cool{
    background: #ffffff;
}

.type_diy{
    background: #d9d9d9;
}

/*----------------
variable
------------------*/
.variable{
    max-width:1040px;
    margin: 0 auto;
}

.variable h2{
    text-align: center;
    margin: 60px 0 45px;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    padding: 30px 0 0;
}

.variable p{
    text-align: center;
    font-size: 1rem;
    padding: 15px 0 50px;
    line-height: 2rem;
}

.variable_flex{
    width: 65%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.variable_flex span{
    display: inline-block;
    font-size: 13px;
    margin-bottom: 13px; 
}

.variable_flex_2{
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: space-between;
    max-width: 1040px;
}

.variable_flex_2 .needs_1,
.variable_flex_2 .needs_2{
   margin-bottom: 30px;
}

.variable_flex_2 .needs_1 img{
    padding-bottom: 60px;
}

.source{
    display: inline-block;
    font-size: 10px;
    padding: 15px 0 22px;
    width: 100%;
    text-align: right;
}

.collabo{
    padding-top: 48px;
    position: relative;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
   justify-content: space-between;
}

.collabo img{
    display: block;
    width:100%;
    height: auto;
}

.collabo_1::before{
    content: url( "../img/DLK+1_arrow.png");
    position:absolute;
    top: 0;
    left: 40%;
}

.collabo_2::before{
    content: url( "../img/storage_arrow.png");
    position:absolute;
    top: 0;
    right: 40%;
}

@media screen and (max-width:768px) {
    
.wrap{
     padding: 0 10px 0;   
    }
	
 /*----------------
hero_img
------------------*/

.catch{
    position:absolute;
    top: 50%;
    left: 10%;
}  
    
.catch img{
    display: block;
    padding: 15px;
    width: 60%;
    background: rgba(255, 255, 255, 0.8);
}  
     
/*----------------
news
------------------*/
.news h2{
    font-size: 21px;
    margin: 30px auto 15px;
} 
    
.news_inner{
    margin-bottom: 30px;
}

.news_inner li{
    display: block;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 15px;
}

.news_inner li time,
.news_inner li p{
    width: 100%;
} 
    
/*----------------
recommended
------------------*/

.trouble{
    display: block;
    justify-content: center;
    margin-bottom: 45px;
}
    
.trouble img{
    display: block;
    width: 100%;
    height: auto;
}
    
.trouble .bg_blue{
    width: 100%;
    padding: 10px 0;
}
    
.example{
    display: block;
    margin-bottom: 45px;
}  
    
.goods{
    margin-bottom: 30px;        
}
 
.goods img{
    display: block;
    width: 100%;
    height: auto;
}    
        
/*----------------
type
------------------*/

.type_inner{
    max-width: 100%;
    display: block;
    padding-bottom: 45px;
}    
    
.type_1{
   width: 100%;
}

.type_1_flex div:first-of-type{
    margin-right: 0;
    margin-bottom: 15px;
}


.type_2{
   width:100%;
}

.type_1_flex{
    display: block;
}  
    
.type_tit_1 p,
.type_tit_2 p{
    font-size:14px;
    color:#fff;
    text-align: left;
    margin-bottom: 30px;
}

.type_tit_2 p{
    margin-bottom: 30px;
}

.type_tit_1 div,
.type_tit_2 div{
    padding: 30px 0 10px;
    margin-bottom: 20px;
}

.type_tit_1 img{
    width: 205px;
    display: block;
    height: auto;
}

.type_tit_2 img{
    width: 150px;
    display: block;
    height: auto;
}    
    
/*----------------
variable
------------------*/
.variable{
    width:auto;
}

.variable h2{
    text-align: center;
    margin: 30px 0 15px;
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    padding:0;
}    
    
.variable p{
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 15px 0 30px;
    line-height: 1.4;
}   
    
.variable_flex{
    width: 85%;
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
}  
  
/*左揃え用↓*/
 .variable_flex::after{
    content: "";
    display: block;
    width:30%;
 }
    
.variable_flex div{
    margin-bottom: 15px;    
    }    
    
.variable_flex_2{
    display:block;
    width: 100%;
}    
    
.variable_flex_2 .needs_1,
.variable_flex_2 .needs_2{
    width: 100%;
    margin: 0 auto;
}      
    
.variable_flex_2 .needs_1 img,
.variable_flex_2 .needs_2 img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}   
    
.variable_flex_2 .needs_1 img{
   padding-bottom: 0;
}  
    
.variable_flex_3{
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: space-evenly;
    max-width: 1040px;
}
    
.source{
    padding: 15px 0 30px;
}
    
 .collabo{
    padding-top: 48px;
    position: relative;
    display: block;
}  
    
.collabo img{
    display: block;
    width: 100%;
    height: auto;
} 
    
.collabo_1{
    margin-bottom: 60px;    
} 
    
  .collabo_1::before{
    content: url( "../img/DLK+1_arrow.png");
    position:absolute;
    top: 0;
    left: 30%;
}
