@charset "UTF-8";

.contents_wrap{
  max-width: 800px;
  margin: 60px auto 0;
}

.present_head{
  margin-bottom: 20px;
}
.present_caption{
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.present_caption_text01{
  display: inline-block;
  padding: 15px 35px;
  border-radius: 60px;
  color: #fff;
}
.present_caption_text02{
  color: #85bae1;
  margin-left: 10px;
}
.present_image{
  margin-bottom: 10px;
}
.present_textAtte{
  font-size: 1.4rem;
  line-height: 1.96rem;
}

/* 1day -------------------------------------------------- */
.present_1day .present_caption_text01{
  background-color: #85bae1;
}
.present_1day .present_caption_text02{
  color: #85bae1;
  border-bottom: #85bae1 2px solid;
}

/* 1month / 2week -------------------------------------------------- */
.present_2wMonth .present_caption_text01{
  background-color: #e4628f;
}
.present_2wMonth .present_caption_text02{
  color: #e4628f;
  border-bottom: #e4628f 2px solid;
}

/*ブランド一覧*/
.brandList{
  padding: 40px 0;
}
.brandList .content_wrap{
  justify-content: space-between;
}
.brandList_title{
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.brandList_title::after{
  background-color: #ffa0c3;
  width: 16%;
}
.brandList_subTitle {
  background-color: #ffebf5;
  color: #3c3c3c;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 13px 19px;
  margin-bottom: 16px;
  text-align: left;
}
.brandList_subTitle.brandClear{
  background-color: #e6f5fa;
}
.brandList_item{
  flex-basis: 48.5%;
  margin-bottom: 30px;
}
.brandList_item a{
  color: #3c3c3c;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.brandList_item a:hover{
  opacity: 0.8;
}
.brandList_item_img{
  margin-bottom: 16px;
}
.brandList_item_heading{
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.brandList_item_text{
  font-size: 1.4rem;
  line-height: 2rem;
}
.brandList_item_list{
  display: flex;
}
.brandList_item_blb{
  align-items: center;
  background-color: #e3e3e3;
  border-radius: 20px;
  color: #3c3c3c;
  display: flex;
  font-size: 1rem;
  padding: 6px 10px;
  margin-top: 10px;
  margin-right: 6px;
}
.brandList_item_uv,
.brandList_item_moist{
  align-items: center;
  background-color: #e3e3e3;
  border-radius: 20px;
  color: #3c3c3c;
  display: flex;
  font-size: 1rem;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 6px;
  text-align: center;
}
.brandList_item_blb_icon{
  display: block;
  width: 17px;
  margin-right: 5px;
}