#header_area{
  width: 100%;
  position: relative;
  overflow: hidden;
}
#header_area img.h_img {
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
  right: 0;
  top: 0;
}


#header_area .header_title {
  position: absolute;
  left: /*78px*/330px;
  top: 85px;
  z-index: 10;
}
#header_area h2{
  font-size: 28px;
  letter-spacing: 4px;
  color: #2e4b9a;
  line-height: 2;
  margin-bottom: 30px;
}

.header_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.header_item li{
  letter-spacing: 4px;
  color: #2e4b9a;
  line-height: 2;
  font-size: 16px;
}
.header_item li:first-child{
  width: 58px;
}
.header_item li:last-child{
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {

  #header_area {
    width: 100%;
    height: auto;
  }
  #header_area img.h_img {
    position: relative;
    right: 0;
    top: 0;
    z-index: -1;
    min-width: auto;
    width: 100%;
  }
  #header_area .header_title {
    left: 35px;
    top: 30px;
    z-index: 10;
  }
  #header_area h2{
  margin-bottom: 11px;
}
  #header_area h2 {
    font-size: 18px;
    line-height: 1.9;
  }
  #header_area h3 {
    font-size: 18px;
  }
  .header_item li{
    font-size: 14px;
  }
 .header_item li:first-child{
  width: 26px;
  }
  .l-height{
    font-size:16px;
    line-height: 1.2;
    letter-spacing: 1px;
  }

}



.breadcrumb{
  background: #fff;
  padding: 8px;
  margin-bottom: 20px;
}
.breadcrumb ul li{
  display: inline-block;
  color: #999999;
  font-size: 14px;
  font-family: 'EB Garamond', serif;
  padding-right: 20px;
  position: relative;
}
.breadcrumb ul li:after {
  position: absolute;
  content: ">";
  right: 5px;
  top: 0;
  font-size: 12px;
}
.breadcrumb ul li:last-child:after{
  content:none;
}
.breadcrumb ul li a{
  color: #000;
}


.page_title{
  position: relative;
  margin-bottom: 60px;
}
.page_title h2{
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}
.page_title p{
  text-align: center;
  line-height: 2;
}




/*item*/
.item_detail {
  position: relative;
  padding: 40px 0 100px;
  background: url(../img/item/shampoo_detail_bg02.png) center top 20px no-repeat;
  background-size: 2100px;
}

/*
.item_detail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/item/shampoo_detail_bg02.png) center top no-repeat;
  background-size: cover;
  z-index: -3;
}
*/

.item_detail h3{
  max-width: 600px;
  color: #46844d;
  margin-bottom: 50px;
  font-size: 24px;
  letter-spacing: 2px;
}
.item_detail p.item_comment {
  max-width: 650px;
  margin: 0 auto;
  margin-top: -220px;
  text-align: center;
  line-height: 2;
  position: relative;
  z-index: 16;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.item_detail .item_thumb{
  position: relative;

}
.item_detail .item_thumb img {
  max-width: 340px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-35%, 0px);
  transform: translate(-35%, 0px);
}

/*detail*/
#detail {
  padding: 160px 0 100px;
  /* margin-bottom: 40px; */
  position: relative;
  margin-top: -160px;
}
#detail:after {
  background: url(../img/item/detail_bg02.png) left top no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#detail h2{
  max-width: 434px;
  margin: 0 auto 40px;
}
#detail p{
  text-align: center;
  line-height: 2;
  margin-bottom: 80px;
}
#detail p.detail_thumb{
  margin-bottom: 100px;
}

#detail .detail_box{
  padding:0 40px;
  text-align: center;
}
#detail .detail_box ul.flexbox{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#detail .detail_box ul.flexbox li{
  width: 31%;
  max-width: 285px;
  text-align: center;
  padding:40px 20px 60px 20px;
  background: url(../img/item/white_bg.png) center top no-repeat;
  background-size: cover;
  margin-right: 20px;
  margin-bottom: 20px;
}
#detail .detail_box ul.flexbox li:nth-of-type(3){
  margin-right: 0px;
}

#detail .detail_box ul.flexbox li img{
  max-width: 90px;
}
#detail .detail_box ul.flexbox li h3{
  font-size: 18px;
  color: #08388f;
  padding-top: 20px;
}
#detail .detail_box ul.flexbox li p{
  text-align: center;
  padding-top: 5px;
  margin-bottom: 0;
  color: #000;
  line-height: 1.6;
}

#detail ul.detail_list{
  max-width: 750px;
  margin: 60px auto 0 auto;
}

#detail ul.detail_list li{
  color: #08388f;
  font-size: 12px;
}

/*item*/
#item{
  position: relative;
  padding: 100px 0 0 0;
}
#item h2{
  width: 185px;
  text-align: center;
  padding-top: 100px;
  margin: -100px auto 80px auto;
}
#item .container{
  padding: 40px 0;
}
#item .flexbox{
  margin-bottom: 180px;
}
#item .flexbox div{
  position: relative;
}


#item div.item_txt{
  padding: 30px 30px;
  width: 447px;
  background: #fff;
}

#item div.item_thumb{
  position: relative;
  background: url(../img/item_bg.jpg) center top no-repeat;
  background-size: cover;
  width: 444px;
  height: 362px;
}


#item div.item_thumb img{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -57%);
  transform: translate(-50%, -57%);
  z-index: 10;
}


#item div.item_txt h3{
  margin-bottom: 20px;
  color: #3292e2;
  font-size: 16px;
}
#item div.item_txt .item_tit{
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-right: 50px;
  border-bottom: 1px solid #000;
}
#item div.item_txt .item_tit span{
  font-size: 16px;
  font-weight: bold;
}

#item ul.item_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
#item ul.item_list p{
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#item ul.item_list li:first-child{
  width: 120px;
}
#item ul.item_list li:last-child{
  width: 150px;
  text-align: right;
}

#item p.link_btn {
  display: inline-block;
  border: 1px solid #00386f;
  margin-top: 30px;
}
#item p.link_btn a {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #00386f;
  background:url(../common/img/link_arrow02.png) no-repeat 90% center;
  background-size: 6px;
}

#item .item_list02{
  padding: 0 20px;
}

#homecare .container_how{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

#homecare {
  padding:430px 100px;
  position: relative;
}
#homecare:after {
  background: url(../img/item/shampoo06.png) left top no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {

  .h_title {
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
  }
  .breadcrumb {
    padding: 4px;
    margin-bottom: 20px;
  }
  .breadcrumb ul li {
    font-size: 12px;
  }
  .page_title{
    position: relative;
    margin-bottom: 25px;
    padding: 0 1em;
  }
  .page_title h2{
    font-size: 20px;
    text-align: left;
  }
 
  .item_detail {
    position: relative;
    padding: 40px 0 100px;
    background: url(../img/item/shampoo_detail_bg02.png) center top -60px no-repeat;
    background-size: cover;
  }

  .item_detail p.item_comment{
    text-align: left;
    margin-left: 10px;
    margin-top: -160px;
  }
  .item_detail .item_thumb{
    padding: 0 1em;
  }
  
  .item_detail .item_thumb img {
    max-width: 75%;
    top: 0;
    left: 0;
    -webkit-transform: translate(15%,0);
    transform: translate(15%,0);
  }
  
  #detail {
    padding: 60px 0 40px;
    margin-top: -140px;
    position: relative;
  }
  
  #detail ul.detail_list{
    text-align: left;
  }

  #detail .detail_box {
    padding: 0 0px;
    text-align: center;
  }
  #detail .detail_box ul.flexbox{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #detail .detail_box ul.flexbox li{
    width: 49%;
    max-width: 49%;
    text-align: center;
    padding:40px 10px 0px 10px;
    background: url(../img/item/white_bg.png) center top no-repeat;
    background-size: contain;
    margin-right: 0;
  }
  
  #detail .detail_box ul.flexbox li img {
    max-width: 60px;
  }
  #detail .detail_box ul.flexbox li h3 {
    font-size: 16px;
    color: #08388f;
    padding-top: 10px;
  }

  #detail .detail_box ul.flexbox li p{
    text-align: left;
  }

  #homecare {
  padding:120px;
  position: relative;
}

  
  #item {
    position: relative;
    padding: 10px 0 0 0;
  }
  #item h2 {
    width: 185px;
    text-align: center;
    padding-top: 0px;
    margin: 0px auto 20px auto;
  }
  #item .flexbox {
    margin-bottom: 40px;
  }
  #item div.item_thumb {
    position: relative;
    background: url(../img/item_bg.jpg) center top no-repeat;
    background-size: cover;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  #item div.item_txt{
  width: 100%;
}
  
  .item_thumb {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  #item div.item_thumb img {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 10;
  }
  #item .item_list02 {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}