@charset "utf-8";
/* CSS Document */


#product .display_pc{
        display: block;
    } 
#product .display_sp{
        display: none;
    } 

#product .hero_img{
    background-image:url( "../img/product/header.png");
    background-repeat:  no-repeat;  
    background-size:cover; 
    background-position: left 52% center;      
    width: 100%;
    height: 400px;
}
/*product_2022ver*/
.product_2022ver{
    margin-top: 50px;
    padding:12px;
    background-color: #d5d4d3;
}

.product_2022ver h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 18px;
}

.product_2022ver_top_flex{
    display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.product_2022ver img{
    width: 100%;
}

/*------------------
product_link
--------------------*/

.product_link_inner{
    margin: 111px 0 164px;
}

#product .link_bottom::after {
    content: "";
    display: none;
}


/*------------------
common_model_top
--------------------*/
#pantry_model,#desk_model,#closet_model,#laundry_model,#sound_model,#care_model,#diy_model,#diy_model-2,#s_model,#slit_op_type,#counter_op_type,#close_type{
    margin-bottom: 106px;
}


.product_link_inner{
    margin: 111px 0 164px;
}

.mt17{
    margin-top: 17px;
}

.model_top h2{
    font-size: 26px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 18px;
}

.model_top_flex{
    display: flex;
    justify-content: space-between;
}

.model_top_inner{
    width: 32%;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
}

.model_top_inner .inner_top dt{
    width:20%;
}


.model_top_inner dt{
    margin-right: 45px;
    margin-left: 5%;
}

.model_top_inner .ml{
    margin-left: 5%;
}

.figure_info dt{
    margin-left: 0;
}

.figure_info dd{
    margin-left: 5%;
}

.model_top_inner img{
    display: block;
    width: 100%;
    height: auto;
}

.text_inner_flex{
    display: flex;
}

.figure_info{
    position: relative;
}

.figure{
    position: absolute;
    bottom: -185%;
    right: 10%;
    width: 40%;
}

.link_product_detail{
    position: relative;
    text-align: right;
    margin-top: 45px;
    margin-bottom: 18px;
    padding-right: 5%;
}

.link_product_detail a::after {
    content: url( "../img/product/link_icon.png");
    position: absolute;
    right: 0%;
    padding-right: 2%;
}

.font-color{
    font-size: 13px;
    color: #009aa3;
    display: block;
    text-align: right;
}

/*------------------
common_articles
--------------------*/

/*title*/

.articles{
    background-color: #d5d4d3;
    padding: 12px;
}

.articles_title{
    display: flex;
    text-align: left;
    margin-bottom: 12px;
}

.articles_title h2{
    font-family: "A-OTF リュウミン Pr6N L-KL";
    font-size: 17px;
    line-height: 21px;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    margin-left: 3%;
}

.articles_title .bg_blue{
    background-color: #72b4ba;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-left: -1%;
}

.articles_title .bg_blue p{
   text-align: left;
    padding: 21px 94px 21px 56px;
}

/*inner*/

.articles_flex{
    display: flex;
    justify-content: space-between;
}

.articles_l,
.articles_r{
    width: 49%;
}

.column_2{
    display: flex;
    justify-content: space-between;
}

.column_2 .articles_img{
    width: 49%;
    margin-bottom: 8px;
}

.column_2 .articles_text{
    width: 42%;
    margin-bottom: 8px;
}

.articles_img img{
    display: block;
    width: 100%;
    height: auto;
}

.articles_text{
    font-size:11px;
    line-height: 20px;
    text-align: left;
    padding: 16px;
    background-color: rgba(255,255,255,0.6);
    border: solid 2px #fff;
    position: relative;
}

.text_img .articles_text{
    width: 86%;
}

.text_img .articles_img{
    width: 100%;
}

.text_img {
    width: 49%;
}

.text_img .articles_text_7{
   padding: 10px;
    width: 91%; 
}

.articles_text_2{
   padding: 7px;
}

.articles_text_5{
    padding: 13px;
}

.articles_text_12{
    padding: 17px;
}

.articles_text_12 .articles_main p{
    width: 93%;
    margin: 0 auto;
}

.articles_text_12 .articles_text_bottom{
    padding-left: 18px;
    padding-top: 5px;
}

.articles_text_13{
    padding: 12px;
    margin-bottom: 8px;
}

.articles_text_16{
    padding: 13px;
}
 
/*吹き出し*/

.arrow_t,
.arrow_b,
.arrow_l,
.arrow_r{
    position: relative;
}

.arrow_t::before{
  content: " ";
  position: absolute;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 33px solid #ffffff;
}

.arrow_b::before{
  content: " ";
  position: absolute;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 33px solid #ffffff;
}

.arrow_l::before{
  content: " ";
  position: absolute;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 33px solid #ffffff;
}

.arrow_r::before{
  content: " ";
  position: absolute;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 33px solid #ffffff;
}

.arrow_t::after{
  content: " ";
  position: absolute;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-bottom: 30px solid #eeeeed;
}

.arrow_b::after{
  content: " ";
  position: absolute;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 30px solid #eeeeed;
}

.arrow_l::after{
  content: " ";
  position: absolute;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 30px solid #eeeeed;
}

.arrow_r::after{
  content: " ";
  position: absolute;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 30px solid #eeeeed;
}


/*吹き出しここまで*/

.articles_text_bottom{
    width: 90%;
    border-top: dotted 5px #fff;
    padding: 8px 0;
    position: absolute;
    bottom: 0;
}

.articles_text_bottom .bold{
    font-weight: 600;
}

.articles_main p{
    padding-bottom: 5px;
}

.articles_main .text_size{
    font-size: 9px;
}

/*------------------
pantry_model
--------------------*/
/*左*/

#pantry_model .articles_l .arrow_r::before{
    top:0%;
    left: 108%;
}
#pantry_model .articles_l .arrow_r::after{
    top:1%;
    left: 107%;
}

#pantry_model .articles_l .arrow_t::before{
    top: -37%;
    left: 14%;
}
#pantry_model .articles_l .arrow_t::after{
    top: -31%;
    left: 14%;
}

/*右*/

#pantry_model .articles_r .arrow_r::before{
    bottom: 15%;
    right: -14%;
}
#pantry_model .articles_r .arrow_r::after{
    bottom: 15%;
    right: -11%;
}

#pantry_model .articles_r .arrow_l::before{
    bottom: 15%;
    left: -33px;
}
#pantry_model .articles_r .arrow_l::after{
    bottom: 15%;
    left: -11%;
}


/*------------------
desk_model
--------------------*/
#desk_model .articles_l .articles_img{
    margin-top: 8px;
}

#desk_model .articles_l .column_2 .articles_img{
    margin-top: 0;
}


#desk_model .articles_l .column_2{
    margin-top: 9%;
}

#desk_model .articles_l .column_mt{
    margin-top: 8px;
}

/*左*/

#desk_model .articles_l .arrow_b::before{
    bottom: -19%;
    left: 15%;
}
#desk_model .articles_l .arrow_b::after{
   bottom: -16%;
    left: 15%;
}

#desk_model .articles_l .arrow_r::before{
    top: 4%;
    right: -14%;
}
#desk_model .articles_l .arrow_r::after{
    top: 4%;
    right: -11%;
}

/*右*/

#desk_model .articles_r .arrow_l::before{
    bottom: 15%;
    left: -13%;
}
#desk_model .articles_r .arrow_l::after{
    bottom: 15%;
    left: -10%;
}

#desk_model .articles_r .arrow_r::before{
    bottom: 15%;
    right: -33px;
}
#desk_model .articles_r .arrow_r::after{
    bottom: 15%;
    right: -11%;
}


/*------------------
closet_model
--------------------*/

#closet_model .articles_r .height{
    height: 23%;
    margin-bottom: 8px;
}

#closet_model .articles_l .articles_text,
#closet_model .articles_l .articles_img{
    margin-bottom: 8px;
}

/*左*/

#closet_model .articles_l .arrow_r::before{
    bottom: 15%;
    right: -14%;
}
#closet_model .articles_l .arrow_r::after{
   bottom: 15%;
    right: -12%;
}

#closet_model .articles_l .arrow_l::before{
    bottom: 14%;
    left: -14%;
}
#closet_model .articles_l .arrow_l::after{
    bottom: 14%;
    left: -12%;
}

/*右*/

#closet_model .articles_r .arrow_b::before{
    bottom: -17%;
    right: 13%;
}
#closet_model .articles_r .arrow_b::after{
    bottom: -15%;
    right: 13%;
}

/*------------------
laundry_model
--------------------*/

#laundry_model .articles_r .height{
    height: 88%;
}

#laundry_model .mt8{
    margin-top: 8px;
}

/*左*/

#laundry_model .articles_l .arrow_b::before{
    bottom: -19%;
    left: 15%;
}
#laundry_model .articles_l .arrow_b::after{
   bottom: -16%;
    left: 15%;
}

#laundry_model .articles_l .arrow_r::before{
    bottom: 60%;
    right: -33px;
}
#laundry_model .articles_l .arrow_r::after{
    bottom: 60%;
    right: -11%;
}


/*右*/

#laundry_model .articles_r .arrow_l::before{
    bottom: 15%;
    left: -13%;
}
#laundry_model .articles_r .arrow_l::after{
    bottom: 15%;
    left: -10%;
}

#laundry_model .articles_r .arrow_r::before{
    top: 5%;
    right: -14%;
}
#laundry_model .articles_r .arrow_r::after{
    top: 5%;
    right: -11%;
}


/*------------------
diy_model
--------------------*/

#diy_model .model_top{
    margin-bottom: 57px;
}

.diy_span{
    display: block;
    padding-top: 15px;
}

@media screen and (max-width:1099px) {
    
/*-------------------
hero-img
---------------------*/

#product .hero_img{
    height: 215px;
}
    
.link_product_detail {
    margin-top: 80px;
}    
    
}

@media screen and (max-width:900px) {
#product .display_pc{
        display: none;
    } 
#product .display_sp{
        display: block;
    } 
    
#laundry_model .mt8{
    margin-top: 10px;
}

#laundry_model .articles_l .order_1{
    margin-bottom: 8px;    
}
    
.model_top_flex {
    padding-bottom: 60px;
} 
    
.articles_title {
    display: block;
    text-align: center;
}
    
.articles_title .bg_blue {
   display: block;
}    
 
.articles_title .bg_blue p {
    text-align: center;
    padding: 20px;
}   
    
.articles_title h2{
    text-align: center;
    display: block;
}    

.articles_flex {
    display: flex;
    flex-direction: column   
}
    
.articles_l, .articles_r {
    width: 100%;
    display: flex;
    flex-direction: column;
}
    
.column_2 {
    display: flex;
    flex-direction: column   
}
    
.column_2 .articles_text{
    width: 100%;
    margin-bottom: 20px;
}
    
.column_2 .articles_img {
    width: 100%;
    margin-bottom: 10px;
}   
    
.articles_text {
    padding: 0px;
    box-sizing: border-box;
}    
  
.articles_main p {
    padding-bottom: 5px;
    padding: 10px;
    font-size: 14px;
}
 
.mb{
    margin-bottom: 20px;
 }   
    
.mb p{
    padding: 10px;
    font-size: 14px;
}   
    
.articles_text_bottom p{
    padding: 10px;
}   

.text_img{
     width: 100%;   
}

.articles_text_2,
.articles_text_5,
.articles_text_13,
.articles_text_14{
   padding: 10px;
   box-sizing: border-box;     
}
    
.articles_text_1,
.articles_text_4,
.articles_text_11{
     min-height: 260px;
    padding: 10px;
}
    
.articles_text_9,
.articles_text_11{
  min-height: 300px;
  padding: 10px;      
}
    
.articles_text_3,
.articles_text_8,
.articles_text_12,
.articles_text_15,
.articles_text_16{
     min-height: 330px;
    padding: 10px;
}
    
.articles_text_6{
     min-height: 230px;
    padding: 10px;
}
    
.articles_text_5{
    margin-top: 8px;
   margin-bottom: 12px;
}
    
#desk_model .articles_l .articles_img{
    margin-top: 0px;
}
    
.articles_text_12 .articles_main p{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.articles_text_12 .articles_text_bottom{
    padding-left: 0px;
    padding-top: 8px;
}
    
#closet_model .articles_l .articles_text{
    margin-bottom: 20px;
}
    
#closet_model .articles_r .height {
    margin-bottom: 20px;
}
    
.articles_img .closet_r_img{
    display: block;
    width: 100%;
    height: auto;
    max-height:100%;
}


/*吹き出し*/

.arrow_t::before{
  display: none;
}

.arrow_b::before{
 display: none;
}

.arrow_l::before{
  display: none;
}

.arrow_r::before{
 display: none;
}

.arrow_t::after{
  display: none;
}

.arrow_b::after{
 display: none;
}

.arrow_l::after{
  display: none;
}

.arrow_r::after{
  display: none;
}


.arrow_sp::before{
  content: " ";
  position: absolute;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 33px solid #ffffff;
}
    
.arrow_sp::after{
  content: " ";
  position: absolute;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 30px solid #eeeeed;
}

/*吹き出しここまで*/ 
}
 @media screen and (max-width:768px) {
     
#product .hero_img{
    background-position: 40%;
    background-size: 210%;
    width: 100%;
    height: 200px;
}

/*product_2022ver*/
.product_2022ver{
    margin-top: 30px;
}

.product_2022ver img{
    width: 100%;
}
     
/*------------------
common_model_top
--------------------*/
#pantry_model,#desk_model,#closet_model,#laundry_model,#sound_model,#care_model,#diy_model,#diy_model-2,#s_model,#slit_op_type,#counter_op_type,#close_type{
    margin-bottom: 30px;
}     
     
.model_top_flex {
    display: block;
}
     
.product_link_inner {
    margin: 30px 0 30px;
}  
     
  .model_top h2 {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}   
     
.model_top_inner {
    width: 100%;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}     
   
.link_product_detail{
    padding-right: 10%;
    margin-top: 45px;
    margin-bottom: 30px;
}

.link_product_detail a::after {
    content: url( "../img/product/link_icon.png");
    position: absolute;
    right: 0%;
    padding-right: 2%;
}        

     
.figure{
    position: absolute;
    bottom: -210%;
    right: 10%;
    width: 40%;
}     
     
     
     
     
     
    }    
    
    
 
    
    
    
    





























