@charset "UTF-8";

/* メインビジュアル */
.lineup-mv {
  position: relative;
  width: 100%;
}

.lineup-mv::before {
  content: "";
  display: block;
}

.lineup-mv_item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}

/* section共通 */
main section {
  position: relative;
}

.lineup-sec_top {
  position: relative;
  z-index: 4;
}

.lineup-sec_ttl {
  position: absolute;
  color: rgba(34, 34, 34, 0.2);
  line-height: 1;
  z-index: 5;
}

.lineup-sec_catch {
  color: #7c7b7a;
  position: absolute;
  font-weight: 600;
  z-index: 4;
}

.lineup-sec_bottom_desc_ttl {
  color: #9cbd75;
  font-weight: 600;
}

.lineup-sec_bottom_desc_ttl span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}

.lineup-sec_bottom_desc dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

.lineup-sec_bottom_desc dt {
  font-weight: 600;
  position: relative;
}

.lineup-sec_bottom_desc dt::before {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  background-color: #222;
  position: absolute;
  top: 17px;
  left: -16px;
}

.lineup-sec_bottom_desc dd {
  color: #7c7b7a;
}

.lineup-sec_bottom_list_item_ttl {
  font-weight: 600;
  position: relative;
}

.lineup-sec_bottom_list_item_ttl::before, .lineup-sec_bottom_list_item_ttl::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.lineup-sec_bottom_list_item_ttl::before {
  width: 12px;
  height: 12px;
  border: 1px solid #9cbd75;
  left: 0;
}

.lineup-sec_bottom_list_item_ttl::after {
  width: 6px;
  height: 6px;
  background-color: #9cbd75;
  left: 3px;
}

.lineup-sec_bottom_list_item_txt {
  color: #7c7b7a;
  font-family: 'Noto Sans JP', sans-serif;
}

.lineup_btn {
  width: 40%;
  margin: 50px auto 0;
}
/*
.lineup_btn a {
  border: 2px solid #9cbd75;
  background-color: transparent;
  color: #9cbd75;
  font-weight: bold;
}

.lineup_btn a::before {
  content: '';
  border-bottom: solid 2px #9cbd75;
  border-right: solid 2px #9cbd75;
  transform: skew(45deg);
  position: absolute;
  bottom: 0;
  right: 29px;
}

.lineup_btn a:hover::before {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}

.lineup_btn a::after {
  background-color: #9cbd75;
}
*/

/* HAND SOAP */
.lineup-sec01_item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}

.lineup-sec01_item02 {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}

/* KITCHEN HERB */
.lineup-sec02_item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}

/* RESEL HERB */
.lineup-sec03_item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}



@media print,
screen and (min-width:768px) {
  .ttl {
    padding: 318px 0 80px;
  }

  /* メインビジュアル PC */
  .lineup-mv::before {
    padding-top: 65%;
  }

  .lineup-mv_bg_01 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    content: "";
    top: -42%;
    left: 0;
    width: 100%;
  }

  .lineup-mv_bg_01::before {
    content: "";
    display: block;
    padding-top: 50.22%;
  }

  .lineup-mv_bg_02 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    content: "";
    bottom: -32%;
    left: 0;
    width: 100%;
  }

  .lineup-mv_bg_02::before {
    content: "";
    display: block;
    padding-top: 57.24%;
  }

  .lineup-mv_item {
    width: 29.2%;
    height: 48%;
    top: -23%;
    right: -21%;
  }

  /* section共通 PC */
  main section {
    margin-bottom: 10px;
    padding-top: 180px;
  }

  main section:last-of-type {
    margin-bottom: 150px;
  }

  main section:first-of-type {
    padding-top: 0;
  }
  main section:nth-last-of-type(2){
    margin-bottom: 190px;
  }

  .lineup-sec_ttl {
    font-size: 110px;
    top: -53px;
    left: -16px;
  }

  .lineup-sec_catch {
    font-size: 42px;
  }

  .lineup-sec_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  main section:nth-child(even) .lineup-sec_bottom {
    flex-direction: row-reverse;
  }

  .lineup-sec_bottom_desc, .lineup-sec_bottom_list {
    width: 45.74%;
  }

  .lineup-sec_bottom_desc_ttl, .lineup-sec_bottom_list_item_ttl {
    font-size: 26px;
  }
  
  .lineup-sec_bottom_desc_ttl span {
    font-size: 18px;
    margin-left: 10px;
  }

  .lineup-sec_bottom_desc dl {
    margin-top: 23px;
  }

  .lineup-sec_bottom_desc dt {
    font-size: 18px;
    width: 18%;
    margin-top: 15px;
  }
  
  .lineup-sec_bottom_desc dd {
    font-size: 16px;
    width: 82%;
    margin-top: 15px;
  }

  .lineup-sec_bottom_list_item {
    margin-bottom: 42px;
  }

  .lineup-sec_bottom_list_item:nth-child(even) {
    width: 87%;
    margin: 0 0 42px auto;
  }

  .lineup-sec_bottom_list_item_ttl {
    padding-left: 25px;
  }

  .lineup-sec_bottom_list_item_txt {
    font-size: 17px;
  }

  .lineup-sec_bottom_list_item_img {
    width: 80%;
    margin-top: 17px;
  }
  /*
  .lineup_btn a::before {
    width: 40px;
    height: 10px;
  }*/

  .lineup-sec_bottom .lineup-sec_bottom_desc_flex{
    display: flex;
    justify-content: space-between;
  }

  .lineup-sec_bottom .lineup-sec_bottom_desc_flex .lineup-sec_bottom_desc_list{
    width: 35%;
  }

  .lineup-sec_bottom .lineup-sec_bottom_desc_flex .lineup-sec_bottom_desc_list dl dt{
    width: 48%;
  }

  .lineup-sec_bottom .lineup-sec_bottom_desc_flex .lineup-sec_bottom_desc_list dl dd{
    width: 52%;
  }

  .lineup-sec_bottom .lineup-sec_bottom_desc_flex .lineup-sec_bottom_desc_img{
    width: 45%;
    margin-top: 23px;
  }

  .lineup-sec_bottom .lineup-sec_bottom_desc_flex .lineup-sec_bottom_desc_img img{
    width: 100%;
  }

  /* HAND SOAP PC */
  .lineup-sec01 .lineup-sec_catch {
    bottom: 45px;
    left: 0;
  }

  .lineup-sec01_img {
    display: block;
    width: 70%;
    margin: 60px 0 0 auto;
  }

  .lineup-sec01 .lineup-sec_bottom {
    margin-top: 92px;
  }

  .lineup-sec01_item {
    background-image: url('/jpn/consumer/products/bath/lineup/images/bg_sec01_item01.png');
    width: 39%;
    height: 32%;
    top: 15%;
    left: -23%;
  }

  .lineup-sec01_item02 {
    background-image: url('/jpn/consumer/products/bath/lineup/images/bg_sec01_item02.png');
    width: 23%;
    height: 22%;
    bottom: 0;
    left: 8%;
  }


  /* KITCHEN HERB PC */
  .lineup-sec02 .lineup-sec_ttl {
    text-align: right;
    /*top: -53px;*/
    top:125px;
    right: -5px;
  }

  .lineup-sec02_img {
    width: 61%;
  }

  .lineup-sec02 .lineup-sec_catch {
    top: 32%;
    right: 8%;
  }

  .lineup-sec02_item {
    background-image: url('/jpn/consumer/products/bath/lineup/images/bg_sec02_item.png');
    width: 39%;
    height: 41%;
    bottom: -15.5%;
    right: -26%;
  }
  .lineup-sec02 .lineup-sec_bottom .lineup-sec_bottom_desc_flex{
    display: flex;
    justify-content: flex-start;
  }

  /* RESEL HERBS PC */
  .lineup-sec03 .lineup-sec_ttl {
    top: 130px;
  }
  .lineup-sec03_img {
    display: block;
    width: 72%;
    margin: 0px 0 0 auto;
  }

  .lineup-sec03 .lineup-sec_catch {
    top: 31%;
    left: 0;
  }

  .lineup-sec03 .lineup-sec_bottom_list_item_img {
    width: 66%;
  }

  .lineup-sec03_item {
    background-image: url('/jpn/consumer/products/bath/lineup/images/bg_sec03_item.png');
    width: 22%;
    height: 22%;
    bottom: -15.5%;
    left: -4%;
  }

  /* MY HERB PC */
  .lineup-sec04 .lineup-sec_ttl {
    left: 40%;
    top: 130px;
  }

  .lineup-sec04_img {
    width: 64%;
  }

  .lineup-sec04 .lineup-sec_catch {
    top: 35%;
    right: 17%;
  }

  .ls02 {
    letter-spacing: 0em;
  }

  /* OTHERS PC */
  .lineup-sec05 .lineup-sec_ttl {
    left: 10%;
    top: 130px;
  }

  .lineup-sec05_img {
    display: block;
    width: 64%;
    margin: 0px 0 0 auto;
  }

  .lineup-sec05 .lineup-sec_catch {
    top: 31%;
    left: -5%;
  }
  .lineup-sec05 .lineup-sec_bottom_desc dt{
    width: 22%;
  }
  .lineup-sec05 .lineup-sec_bottom_desc dd{
    width: 78%;
  }

  /* PREMIUM HAND SOAP PC */
  .lineup-sec06 .lineup-sec_ttl {
    /*top: -53px;*/
    top: 125px;
    left: -16px;
    text-align: left;
  }
  .lineup-sec06 .lineup-sec_catch {
    bottom: 25px;
    left: 0;
  }
  .lineup-sec06 .lineup-sec_bottom{
    flex-direction: row !important;
  }
  .lineup-sec06_img {
    display: block;
    width: 70%;
    margin: 60px 0 0 auto;
  }

}

@media screen and (max-width:767px) {
  .ttl {
    padding: 30% 0 10%;
  }

  /* メインビジュアル SP */
  .lineup-mv::before {
    padding-top: 97%;
  }

  .lineup-mv_bg_01 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    content: "";
    top: -24%;
    left: 0;
    width: 100%;
  }

  .lineup-mv_bg_01::before {
    content: "";
    display: block;
    padding-top: 50.22%;
  }

  .lineup-mv_bg_02 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    content: "";
    bottom: -23%;
    left: 0;
    width: 100%;
  }

  .lineup-mv_bg_02::before {
    content: "";
    display: block;
    padding-top: 57.24%;
  }

  .lineup-mv_item {
    width: 56.2%;
    height: 90%;
    top: -47%;
    right: -39%;
  }

  .js-fixed > .js-fixed_img {
    height: 100vh !important;
    height: calc(var(--vh, 1vh) * 90) !important;
    object-position: 43% 50%;
  }

  /* section共通 SP */
  main section {
    margin-bottom: 105px;
  }

  main section:last-of-type {
    margin-bottom: 25%;
  }

  .lineup-sec_ttl {
    font-size: 40px;
    top: -20px;
    left: -5px;
  }

  .lineup-sec_catch {
    font-size: 20px;
  }

  .lineup-sec_bottom_desc_ttl, .lineup-sec_bottom_list_item_ttl {
    font-size: 18px;
  }

  .lineup-sec_bottom {
    margin-top: 16%;
  }
  
  .lineup-sec_bottom_desc_ttl span {
    font-size: 14px;
    margin-left: 10px;
  }

  .lineup-sec_bottom_desc dl {
    margin-top: 7px;
  }

  .lineup-sec_bottom_desc dt {
    font-size: 16px;
    width: 25%;
    margin-top: 10px;
  }

  .lineup-sec_bottom_desc dt::before {
    width: 5px;
    height: 1px;
    top: 13px;
    left: -10px;
  }
  
  .lineup-sec_bottom_desc dd {
    font-size: 16px;
    width: 75%;
    margin-top: 10px;
  }

  .lineup-sec_bottom_list {
    margin-top: 40px;
  }

  .lineup-sec_bottom_list_item {
    margin-bottom: 30px;
  }

  .lineup-sec_bottom_list_item:nth-child(even) {
    width: 85%;
    margin: 0 0 30px auto;
  }

  .lineup-sec_bottom_list_item_ttl {
    padding-left: 20px;
  }

  .lineup-sec_bottom_list_item_txt {
    font-size: 16px;
    margin-top: 3px;
  }

  .lineup-sec_bottom_list_item_img {
    width: 90%;
    margin-top: 13px;
  }

  .lineup_btn {
    width: 100%;
    margin: 45px auto 0;
  }
  
  .lineup-sec_bottom .lineup-sec_bottom_desc_flex .lineup-sec_bottom_desc_img{
    width: 70%;
    margin-top: 5%;
  }

  /* HAND SOAP SP */
  .lineup-sec01 {
    padding-top: 19%;
  }

  .lineup-sec01 > .lineup-sec_ttl {
    margin-top: 19%;
  }

  .lineup-sec_catch {
    bottom: -16%;
    left: 0;
  }

  .lineup-sec01_img {
    width: 100%;
  }

  .lineup-sec01 .lineup-sec_bottom {
    margin-top: 22%;
  }

  .lineup-sec01_item {
    background-image: url('/jpn/consumer/products/bath/lineup/images/bg_sec01_item01_sp.png');
    width: 55%;
    height: 22%;
    top: 7%;
    left: -41%;
  }

  .lineup-sec01_item02 {
    background-image: url('/jpn/consumer/products/bath/lineup/images/bg_sec03_item_sp.png');
    width: 39%;
    height: 20%;
    bottom: 11%;
    right: -25%;
  }

  /* KITCHEN HERB SP */
  .lineup-sec02 .lineup-sec_ttl {
    text-align: right;
    top: -20px;
    right: -5px;
  }

  .lineup-sec02_img {
    width: 100%;
  }

  .lineup-sec02 .lineup-sec_catch {
    bottom: -8%;
    left: 5%;
  }

  .lineup-sec02_item {
    background-image: url('/jpn/consumer/products/bath/lineup/images/bg_sec02_item_sp.png');
    width: 37%;
    height: 40%;
    top: -4.5%;
    left: -20%;
  }

  /* RESEL HERBS SP */
  .lineup-sec03_img {
    width: 100%;
  }

  .lineup-sec03 .lineup-sec_catch {
    bottom: -18%;
    left: 0;
  }

  .lineup-sec03 .lineup-sec_bottom {
    margin-top: 23%;
  }

  .lineup-sec03 .lineup-sec_bottom_list_item_img {
    width: 75%;
  }

  .lineup-sec03_item {
    background-image: url('/jpn/consumer/products/bath/lineup/images/bg_sec03_item_sp.png');
    width: 50%;
    height: 20%;
    top: 14.5%;
    right: -23%;
  }

  /* MY HERB SP */
  .lineup-sec04 .lineup-sec_ttl {
    left: 40%;
  }

  .lineup-sec04_img {
    width: 100%;
  }

  .lineup-sec04 .lineup-sec_catch {
    bottom: -5%;
    left: 5%;
  }

  .lineup-sec04_item {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
    background-image: url('/jpn/consumer/products/bath/lineup/images/bg_sec03_item_sp.png');
    width: 39%;
    height: 20%;
    bottom: -18.5%;
    left: -23%;
  }

  /* OTHERS SP */
  .lineup-sec05 .lineup-sec_ttl {
    left: 10%;
  }

  .lineup-sec05_img {
    width: 100%;
  }

  .lineup-sec05 .lineup-sec_catch {
    bottom: -5%;
    left: 5%;
  }

  /* PREMIUM HAND SOAP SP */
  .lineup-sec06 .lineup-sec_ttl {
    top: -3.5%;
    text-align: left;
  }
  .lineup-sec06 .lineup-sec_catch {
    bottom: -9%;
  }
}