/* CSS Document */

/* base --------------------------- */
header{
}
main{
  background-color: initial;
}
body{
  padding-top: 0;
}
.hd_mes{
  display: none;
}
.hd_hide{
  top: -89px;
}
.body_pad_hide{
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  
  body{
    padding-top: 0;
  }
  .hd_hide{
    top: -114px;
  }
}
/* base End ----------------------- */



/* top_area --------------------------- */
.brand_top_area{
  padding-bottom: 60px;
}
.top_img{
}
.top_img li{
  position: relative;
  display: none;
}
.top_img h1{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top_img li.active{
  display: block;
}
/*.top_img li.hidden{
  visibility: hidden;
  opacity: 0;
}*/

.top_intro{
}
.top_intro .intro_logo{
  width: 45px;
  margin: auto;
  display: block;
  padding-top: 55px;
  padding-bottom: 12px;
}
.top_intro .name{
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 25px;
}
.top_intro h2{
  font-size: 2rem;
  text-align: center;
  padding-bottom: 40px;
  letter-spacing: 0.05em;
}
.top_intro h2 small{
  display: block;
  font-size: 1.3rem;
}
.intro_txt{
  max-width: 400px;
  margin: auto;
  padding-right: 12.5%;
  padding-left: 12.5%;
  box-sizing: content-box;
}
.intro_txt p{
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
}
/* top_area End ----------------------- */


/* stylebook --------------------------- */
.stylebook{
  padding-left: 3.2%;
  padding-right: 3.2%;
  padding-bottom: 70px;
}
.stylebook h2{
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 60px;
}
.stylebook h2 small{
  display: block;
  font-size: 1.5rem;
}
.stylebook ul{
  max-width: 390px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 15px;
}
.stylebook ul li{
  width: 48.5%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .stylebook h2{
    padding-bottom: 50px;
  }
  .stylebook ul{
    padding-bottom: 30px;
  }
}
/* stylebook End ----------------------- */

/* product --------------------------- */
.product_area{
  max-width: 480px;
  margin: auto;
}
.product_area h2{
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 40px;
}
.product_area h2 small{
  display: block;
  font-size: 1.5rem;
}
.product_top_txt{
  width: 84%;
  margin: 0 auto 65px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding: 25px 7%;
}
.product_top_txt h3{
  padding-bottom: 20px;
}
.product_top_txt p{
  letter-spacing: 0.05em;
}
.product_point li{
  margin-bottom: 50px;
}
.product_point li img{
  padding-bottom: 45px;
}
.product_point_txt{
  padding-left: 6.66%;
  padding-right: 6.66%;
}
.product_point_txt > .point_number{
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 20px;
}
.product_point_txt > .point_number span{
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}
.product_point_txt > .point_number span::after{
  content:"";
  display:block;
  width:1px;
  height:17px;
  position:absolute;
  background-color: #333333;
  top:0;
  left: 0;
  right:0;
  bottom: 0;
  margin: auto;
}
.product_point_txt h3{
  text-align: center;
  padding-bottom: 40px;
}
.product_point_txt p{
  max-width: 400px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .product_top_txt{
    width: 100%;
    padding: 25px 8%;
  }
  .product_point_txt h3{
    font-size: 1.8rem;
  }
}
/* product End ----------------------- */

/* items --------------------------- */
.items_area{
  padding-left: 3.2%;
  padding-right: 3.2%;
  padding-bottom: 70px;
}
.items_area h2{
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 20px;
}
.items_area h2 small{
  display: block;
  font-size: 1.5rem;
}
.items_list{
  max-width: 390px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 15px;
}
.items_list li{
  width: 48.5%;
  margin-bottom: 30px;
}
.items_list li img{
  padding-bottom: 5px;
}
.items_list li .items_name{
  font-size: 1.4rem;
}



/* items End ----------------------- */

/* MESSAGE --------------------------- */
.message{
  padding-left: 6.66%;
  padding-right: 6.66%;
  padding-bottom: 50px;
}
.message h2{
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 45px;
}
.message h3{
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 50px;
}
.message p{
  max-width: 400px;
  margin: auto;
  padding-bottom: 30px;
}


/* MESSAGE End ----------------------- */

/* sample_entry --------------------------- */
.sample_entry{
  max-width: 600px;
  margin: auto;
  background-color: #ecefeb;
}
/* sample_entry End ----------------------- */





