@charset "UTF-8";

.barbaffone_mv_bg{
  background-image: url('/jpn/consumer/products/millser/barbaffone/images/mv_bg_pc.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  justify-content:left;
}
.barbaffone_mv_txt{
  color: #fff;
  position: relative;
  max-width: 696px;
  width: 100%;
}
.barbaffone_mv_txt .name{
  position: absolute;
  top: 28%;
  left: 240px;
  font-size: 36px;
}
.barbaffone_mv_txt .name .size01{
  font-size: 42px;
}
.barbaffone_mv_txt .name .size02{
  font-size: 30px;
}
.barbaffone_mv_txt .name::before{
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url('/jpn/consumer/products/millser/barbaffone/images/badge.png');
  background-repeat: no-repeat;
  width: 141px;
  height: 188px;
  top: -50px;
  left: -200px;
  background-size: contain;
  vertical-align: middle;
}
.barbaffone_mv_txt .txt{
  position: absolute;
  bottom: 0;
  left: 50px;
  font-size: 22px;
  font-weight: normal;
  line-height: 2.0;
}
.ttl_bdr_green{
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 45px;
}
.ttl_bdr_green::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 2px;
  background-color: #86BB28;
}
.ttl_bdr_green h2{
  line-height: 1.5;
  font-weight: 700;
  font-size: 34px;
}
.txt_img_flex p{
  line-height: 2.5;
}
.txt_img_flex .item .img_caption{
  font-weight: 600;
}
.content_inner .information_inner{
  border: 2px solid #86BB28;
  border-radius: 25px;
  justify-content: space-between;
}
.information_frame{
  margin-right: 5%;
  margin-left: 5%;
}
.information_ttl{
  font-size: 34px;
  font-weight: bold;
}
.information_box li{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.information_box li .information_tag{
  width: 195px;
  padding: 0;
  background-color: #86BB27;
  text-align: center;
  margin-right: 25px;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
}
.information_box li .information_txt a{
  color: #1BA1E6;
}
.barbaffone_btn a{
  color: #000;
  border-radius: 25px;
}

@media screen and (max-width: 767px) {
  .ttl_page_cg.content_inner{
    padding: 0 !important;
    flex-direction:column;
  }
  .ttl_cg_inner{
    margin-left: 5%;
  }
  .sub_tit{
    font-size: 4vw;
  }
  .txt_main{
    font-size: 6vw;
  }
  .barbaffone_mv_bg{
    background-image: url('/jpn/consumer/products/millser/barbaffone/images/mv_bg_sp.png');
    background-size: contain;
    background-position: 0;
    width: 100%;
    padding-bottom: 20%;
  }
  .barbaffone_mv_bg .img_sp{
    margin: 0 auto;
    width: 90%;
  }
  .barbaffone_mv_txt{
    position: inherit;
    max-width: 100%;
    margin-top: 5%;
  }
  .barbaffone_mv_txt .name{
    position: relative;
    font-size: 7vw;
    top: 0;
    left: 27vw;
    line-height: 2.0;
  }
  .barbaffone_mv_txt .name02{
    position: relative;
    top: 0;
    left: 27vw;
    line-height: 1.0;
  }
  .barbaffone_mv_txt .name02 .size01{
    font-size: 8vw;
  }
  .barbaffone_mv_txt .name02 .size02{
    font-size: 6vw;
  }
  .barbaffone_mv_txt .name::before{
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url('/jpn/consumer/products/millser/barbaffone/images/badge.png');
    width: 20vw;
    height: 25vw;
    top: 4vw;
    left: -22vw;
    background-size: contain;
    vertical-align: middle;
  }
  .barbaffone_mv_txt .txt{
    position: inherit;
    margin-top: 10%;
    padding: 0 5%;
    font-size: 4vw;
  }
  .ttl_bdr_green{
    padding-bottom: 3%;
    margin-top: 0;
    margin-bottom: 10%;
  }
  .ttl_bdr_green::after{
    width: 10vw;
    height: 0.5vw;
  }
  .ttl_bdr_green h2{
    font-size: 7vw;
  }
  .wrap_bg_gray::after{
    width: 100%;
    border-radius:0;
  }
  .txt_img_flex .item{
    text-align: center;
  }
  .txt_img_flex .item img{
    margin: 0 auto;
  }
  .txt_img_flex .item .img_caption{
    font-size: 3vw;
  }
  .content_inner .information_inner{
    display: flex;
    border-radius: 35px;
    flex-direction: column-reverse;
  }
  .information_frame{
    width: 95%;
    margin: 5% auto;
  }
  .information_ttl{
    text-align: center;
    font-size: 7vw;
  }
  .information_box{
    text-align: center;
  }
  .information_box li{
    display: block;
    margin-bottom: 5%;
  }
  .information_box li .information_tag{
    width: 35vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 4vw;
  }
  .information_box li .information_tag.sp_tag{
    width: 50vw;
  }
  .information_txt{
    font-size: 4vw;
  }
}