@charset "utf-8";

/*-- 
works

====================================================== --*/
/*
#page-works_article #content_works .works_list {
    display: flex;
    justify-content: space-between;
    column-gap: 2%;
    margin-top: 2rem;
}

#page-works_article #content_works .works_list_item {
    width: fit-content;
    margin: 1rem;
}

#page-works_article #content_works .works_list_item img{
    height: 16.6rem;
    width: auto;
    object-fit: cover;
}
*/
#page-works_article #works_body_inner{
    max-width : 780px ;
    margin: 0 auto ;
}

#page-works_article #content_works .works_list_item img{
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    height: 44rem;
    max-width: 100%;
    background-color:var(--c-glay-F9);
}
@media screen and (min-width:1001px){
    
    .slick-prev, .slick-next {
        top : 190px !important;
    }
    .slick-prev {
        zoom : 115% ;
        left : -40px !important;
    }
    .slick-next {
        zoom : 115% ;
        right : -40px !important;
    }
    
    #page-works_article #content_works ul.slick-dots{
        /*bottom: -8%!important;*/
        position : relative ;
        bottom : unset;
        display : flex ;
        flex-wrap: wrap;
        column-gap: 1%;
        /*justify-content: space-between;*/
    }
    #page-works_article #content_works .slick-dots li{
        width: 12%;
        height: 12%;
        /*margin: 0 10px !important;*/
    }
}


@media screen and (max-width:1000px){
    #page-works_article #content_works .works_list_item img{
        height: 20rem;
    }
    #page-works_article #content_works {
        margin : 0 -20px ;
        padding : 0 20px ;
    }
    
    .slick-prev {
        left : -10px !important;
    }
    .slick-next {
        right : -10px !important;
    }
    
    #page-works_article #content_works ul.slick-dots{
        position : relative ;
        bottom : unset;
        display : flex ;
        flex-wrap: wrap;
        justify-content: start;
        gap : 1rem 4% ;
        margin-top: 1rem;
    }
    #page-works_article #content_works .slick-dots li{
        
        width: 22%;
        height: 22%;
        margin :0;
    }
}

#page-works_article #content_works .slick-dots li img{
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    max-width: 100%;
    height: 5.1rem;
    background-color:var(--c-glay-F9);
    max-width: 100%;
}

/*
@media screen and (max-width:1000px){
	#page-works_article #content_works .works_list_item {
		width: fit-content;
		margin: 1rem;
	}
	#page-works_article #content_works .works_list_item img{
		height: 16.6rem;
		width: auto;
		object-fit: cover;
	}
}
*/


body.lower .content_base{
  padding-top: 0rem; 
  padding-bottom: 0rem; 
}
@media screen and (max-width:1000px){
  #page-works_article .lower_base{
  }
}

.content_head_inner {
    width:100%;
}

.goto_factory_page a.link {
  color: var(--c-brown);
  font-weight: 500;
}
body.lower .lower_base .content_body_inner {
    padding: 2rem 0rem;
}
body.lower .lower_content_base .content_inner {
    max-width : unset ;
}
#page-works_article.lower .content_base h2 {
    font-size: 2.2rem;
}
#page-works_article .content_main_column{
    padding-top: 1.2em!important;
}
#page-works_article .date{
    font-size: 1.4rem ;
    padding-top: 0.8em;
    text-align: right!important;
    color: var(--c-brown-light);
}
#page-works_article .maintitle{
    border-bottom: 1px solid var(--c-brown-light);
    padding: 1rem;

}
#page-works_article .subtitle{
    font-size: 2.1rem ;
    font-weight: 500!important;
    margin-top: 1.0rem;
    padding-top: 1.0rem;
}
#page-works_article .detail_text{
    padding: 1rem 0rem;
    font-size: 1.4rem ;
}
#page-works_article .works_list {
  justify-content: space-between;
  margin : 0 0 1rem 0 ;
}

#page-works_article .works_list_item {
    background-color: var(--c-white);
    width: 100%;
    margin-bottom : 4rem ;
}

span.tag_s_wide {
    margin : 0 0 0 0  ;
}


#page-works_article .works_list_item .title {
    font-size: 1.5rem ;
    font-weight: 700;
    margin : 1rem 0  ;
}


#page-works_article .work_tags .work_tag_list{
    margin: 2rem 0;
    display : flex ;
    flex-wrap: wrap;
    flex-direction : row ;
    gap : 1rem 3rem ;
    justify-items : start;
    justify-content: flex-end;
}

#page-works_article .work_tags .work_tag_list_item{
    background-color: var(--c-glay-E);
    font-size:1.4rem ;
    padding: 0rem 2.4rem;
    border-radius :0.5rem ;
    width : fit-content ;
    line-height: 3rem;
    font-size: 1.3rem;
}
#page-works_article .work_tags .work_tag_list_item a,
#page-works_article .work_tags .work_tag_list a{
    color : var(--c-brown);
    font-weight: 700 ;
}

.goto_factory_page .arrow_right_inline_sm {
    margin-bottom : -0.5rem ;
}

/* works_drawing, works_inside */
#page-works_article .works_draw,
#page-works_article .works_ins{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    justify-content: center;
    gap : 3rem ;
}
#page-works_article .works_draw{
    margin-top: 20px;
    margin-bottom: 20px;
}
#page-works_article .works_ins{
    margin-bottom: 50px;
}


#page-works_article .sub_draw,
#page-works_article .sub_ins{
    /*flex: 0 0 calc(50% - 10px);*/
    font-weight: 900!important;
    font-size: 2rem;
}
#page-works_article .sub_draw .image,
#page-works_article .sub_ins .image{
    /* height: auto; */
    /* background: #eeeded; */
}
#page-works_article .works_draw img,
#page-works_article .works_ins img{ 
    object-fit: contain;
    display: block;
    object-position: 50% 50%;
    width: 100%;
    max-width: 100%;
    height: 26.2rem;
    background-color: var(--c-glay-F9);
}
#page-works_article .works_draw .img_auto,
    #page-works_article .works_ins .img_auto{
        border : thin solid var(--c-glay-F9) ;
}
#page-works_article .sub_draw div,
#page-works_article .sub_ins div{
    margin: 0 auto!important;
}
#page-works_article .works_list_item .title.dtl{
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.714;
}

#page-works_article .works_list_item.dtl{
    margin-bottom: 2rem;
}
#page-works_article .works_list_item.dtl .text{
    padding: 0.5rem 2rem;
    background-color: var(--c-white);
    box-shadow: 0px 3px 6px -3px var(--c-shadow);
    width: 100%;
    margin-bottom: 1rem;
}
@media screen and (max-width:1000px){
    body.lower .lower_content_base {
        padding:  0 0 0 0;
        border-radius : unset ;
    }
    body.lower .lower_base  {
        padding:  0rem 0rem ;
    }    
    body.lower .lower_base .content_body_inner {
        padding: 0rem 0rem;
    }
    #page-works_article .sub_draw .image,
    #page-works_article .sub_ins .image{
        width: 100%;
        height: auto;
    }
    #page-works_article .works_list_item.dtl{
        margin-bottom: 0rem;
    }
    #page-works_article .works_list_item.dtl .text{
        padding: 1rem;
    }
    #page-works_article .works_draw,
    #page-works_article .works_ins{
        display: block;
        text-align: left;
    }
    #page-works_article .sub_draw div,
    #page-works_article .sub_ins div{
        width: 95%;
    }
    #page-works_article.lower .content_base h2.maintitle{
      font-size: 2rem;
      font-weight: 700;
    }
}

/* works_information */
#page-works_article .works_info{
    background: #F9F9F9;
    padding: 25px;
    margin-bottom: 50px;
}
#page-works_article .basic_info{
    font-size: 2.0rem ;
    font-weight: 700!important;
}
#page-works_article .detail_infos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 5px; 
}
#page-works_article .detail_info_line {
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
    padding: 10px 10px;
}
#page-works_article .sub_info {
    display: inline-block;
    width: 35%;
    font-weight: 500!important;
    vertical-align: top;
    text-align: left;
}
#page-works_article .detail_info_line .sub_info:last-child {
    font-weight: normal!important;
    width: 60%;
    line-height: 1.5;
    vertical-align: top;
    margin-left: 3%;
    text-align: left;
}
.return_work {
  margin : 3rem auto 6rem auto;
}

/* --- pc --- */
@media screen and (min-width:1001px){

    #page-works_article .sub_draw,
    #page-works_article .sub_ins{
        width: 45%;
    }
}

/* --- tab sp --- */
@media screen and (max-width:1000px){

    #page-works_article .sub_draw ,
    #page-works_article .sub_ins{
        margin-top: 2rem;
    }

    #page-works_article .works_draw .img_auto,
    #page-works_article .works_ins .img_auto{
        border : thin solid var(--c-glay-F9) ;
    }
    #page-works_article .work_tags{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    #page-works_article .works_info{
        padding: 2rem 0.5rem;
    }
    #page-works_article .basic_info{
        text-align: center;
    }
    #page-works_article .detail_infos{
        font-size: 1.4rem;
        padding: 0px;
        justify-content:center;
    }
    /*
    #page-works_article .detail_info1,
    #page-works_article .detail_info2,
    #page-works_article .detail_info3,
    #page-works_article .detail_info4,
    #page-works_article .detail_info5,
    #page-works_article .detail_info6{
        margin: 0px;
        padding: 5px 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        width: 50%;
    }
    */
    #page-works_article .detail_info_line{
        padding: 5px 1px;
        display: flex;
        letter-spacing : 0rem ;
        gap : 0.5rem  0.5rem  ;
    }
    /*
    #page-works_article .detail_info_line .sub_info:first-child{
        margin-right: 18px;
    }
    */
    #page-works_article .sub_info{
        width: 42%;
        letter-spacing : -0.1rem ;
    }
}

/* pc */
@media screen and (min-width:1001px){

  body.lower .lower_base .content_base h2 {
      text-align: center;
      padding: 1rem 2rem 1rem 2rem;
  }
  /* #page-works_article .work_tags {
      margin : 1rem 5% ;
  } */
}

/* sp */
@media screen and (max-width:1000px){
  .breadcrumbs.for_sp {
      background-color: var(--c-glay-E);
  }
  #page-works_article.lower .lower_content_base { 
    padding : 1.5rem 1.5rem ;
    padding-bottom: 0rem;
  }
  #page-works_article .detail_text{
      font-size : 1.5rem ;
  }


  #lower_kv .lower_kv_title .sub {
    letter-spacing: normal;
    font-size: 1.2rem ;
  }
  .content_base p{
    font-size: unset ;
	line-height: unset ;
	}
  .goto_factory_page {
    text-align : center ;
    font-size:1.2rem ;
    line-height : 150% ;
  }
  
  .content_head {
      flex-direction : column-reverse;
      width : 220px ;
      margin : 0 auto ;
  }

  #page-works_article .work_tags .work_tag_list{
      margin:  0;
      gap : 1rem 1rem ;
  }
  #page-works_article .work_tags .work_tag_list_item{
      font-size:1.1rem ;
      padding: 0rem 1rem;
  }
  #page-works_article .works_list_item .title {
      font-size: 1.4rem ;
      margin : 0.6rem 0  ;
  }
  #page-works_article .work_tags_detail{
      margin-top: 0px;
  }
  
  #page-works_article .subtitle{
      padding-top: 1rem;
      padding-bottom: 1.0rem;
  }
}
