@charset "UTF-8";

/* TOP
-------------------------------------------------- */
.content_inner {
  position: relative;
  z-index: 2;
}

/* メインビジュアル */
.mv {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 2;
}

.mv::before {
  content: "";
  display: block;
}

.mv_ttl {
  writing-mode: vertical-rl;
  letter-spacing: 7px;
  line-height: 2.1;
  position: absolute;
}

.mv_alala {
  position: absolute;
}

/* TOPICS */
.topics {
  position: relative;
}

.topics_slider {
  opacity: 0;
  line-height: 0;
}

.topics_slider.slick-initialized {
  opacity: 1;
}

.topics_slide_img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.topics_slide {
  position: relative;
}

.wappen {
  position: absolute;
  z-index: 3;
}

.topics_slider button {
  appearance: none;
  border: none;
  background-color: transparent;
}

.bg_item01 {
  background-image: url('/jpn/consumer/products/bath/images/bg_item01.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}


/* CONCEPT */
.concept_catch {
  position: relative;
  z-index: 3;
}

.concept_content {
  position: relative;
  z-index: 3;
}

.concept .side_ttl {
  color: rgba(21, 106, 43, 0.15);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.bg_item05 {
  content: "";
  background-image: url('/jpn/consumer/products/bath/images/bg_item04.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}


/* 環境へのやさしさ */
.environmental {
  position: relative;
}

.bg_item02 {
  background-image: url('/jpn/consumer/products/bath/images/bg_item02.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}

/* LINE UP */
.lineup {
  position: relative;
}

.lineup_list_item {
  position: relative;
  z-index: 3;
}

.lineup_list_item_img {
  width: 100%;
}

.lineup_list_item_ttl {
  position: absolute;
}

.lineup_list_item_ttl_en {
  display: block;
}

.lineup_list_item_ttl_ja {
  display: block;
}


/* メインビジュアル02 */
.mv02 {
  position: relative;
  width: 100%;
}

.mv02::before {
  content: "";
  display: block;
}

.mv02_inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.mv02_inner::before {
  content: "";
  display: block;
}


/* VOICE */
.voice {
  position: relative;
}

.bg_item03 {
  background-image: url('/jpn/consumer/products/bath/images/bg_item03.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}


/* CM */
.cm {
  position: relative;
}

.cm_content_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.cm_content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.bg_item04 {
  content: "";
  background-image: url('/jpn/consumer/products/bath/images/bg_item03.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}


/* OTHERS */
.others_insta_list {
  display: flex;
  flex-wrap: wrap;
}

.others_insta_list_item img {
  width: 100%;
}

.others_btns_item a {
  border: none;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.btn_type01 a::before,
.btn_type01 a:hover::before {
  background-image: none;
}


/* メインビジュアル03 */
.mv03 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

.mv03::before {
  content: "";
  display: block;
}

@media print,
screen and (min-width:768px) {
  .more {
    position: relative;
    font-size: 22px;
  }

  .more::after {
    content: '';
    height: 10px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    position: absolute;
    bottom: 0;
    left: -3px;
    transition: .3s;
    width: 120px;
  }

  .more:hover::after {
    width: 135px;
  }

  /* メインビジュアル PC */
  .mv {
    background-image: url('/jpn/consumer/products/bath/images/mv.jpg');
  }

  .mv::before {
    padding-top: 56.48%;
  }

  .mv_ttl {
    font-size: 36px;
    top: 22%;
    right: 3%;
  }

  .mv_alala {
    width: 235px;
    bottom: 25%;
    left: 3%;
  }

  /* TOPICS PC */
  .topics {
    padding: 112px 0 110px;
  }

  .topics_images {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }

  .topics_images_img  {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
    width: 360px;
    height: 190px;
  }

  .topics_images_item {
    position: relative;
  }

  .topics_images_item .topics_images_img {
    margin-right: 30px;
  }

  .topics_images_item:last-child .topics_images_img{
    margin-right: 0;
  }

  .wappen {
    width: 12%;
    top: -6%;
    left: 5%;
  }

  .bg_item01 {
    width: 25%;
    height: 100%;
    top: -15%;
    right: -130px;
  }


  /* CONCEPT PC */
  .concept {
    width: 100%;
    position: relative;
  }

  .concept::before {
    content: "";
    display: block;
    padding-top: 75.63%;
  }


  .concept .content_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }

  .concept_catch {
    width: 39.18%;
    margin-left: 12%;
  }

  .concept_content {
    margin-left: 16%;
  }

  .concept_txt {
    font-size: 24px;
    line-height: 2.25;
    margin-bottom: 2.5%;
  }

  .concept_more {
    padding-bottom: 13px;
  }

  .concept_bubble01 {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: -99%;
    right: 0;
    width: 100%;
  }

  .concept_bubble01::before {
    content: "";
    display: block;
    padding-top: 105.83%;
  }

  .concept_bubble02 {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    bottom: -81%;
    right: 0;
    width: 100%;
    z-index: 1;
  }

  .concept_bubble02::before {
    content: "";
    display: block;
    padding-top: 105.83%;
  }

  .concept_bubble03 {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 44.4%;
    transform: translateY(-50%);
    left: -30%;
    width: 100%;
  }

  .concept_bubble03::before {
    content: "";
    display: block;
    padding-top: 107.56%;
  }

  .concept .side_ttl {
    margin-top: 20px;
  }

  .bg_item05 {
    width: 23%;
    height: 100%;
    top: 1%;
    left: -8%;
  }


  /* 環境へのやさしさ PC */
  .environmental {
    padding: 5px 0 160px;
  }

  .environmental_img {
    width: 56%;
  }

  .environmental_flex {
    display: flex;
    margin: 80px 0 0 25px;
  }

  .environmental_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 5.48%;
    margin-top: -15px;
    width: 44%;
  }

  .environmental_txt {
    font-size: 24px;
    line-height: 2.25;
  }

  .environmental_more {
    padding-bottom: 5px;
    margin-bottom: 13px;
  }

  .bg_item02 {
    width: 36%;
    height: 100%;
    top: 250px;
    left: -270px;
  }

  /* LINE UP PC */
  .lineup {
    padding-bottom: 5%;
  }

  .lineup_list {
    display: flex;
    flex-wrap: wrap;
  }

  .lineup_list_item {
    width: 46%;
    margin-right: 8%;
    margin-top: 100px;
  }

  .lineup_list_item:nth-child(2n) {
    margin-right: 0;
  }

  .lineup_list_item_ttl {
    left: -25px;
    bottom: -1%;
    line-height: 1.4;
  }
  .lineup_list_item_ttl.lineup_list_item_ttl_txt_multi {
    bottom: -12%;
  }

  .lineup_list_item_ttl_en {
    font-size: 34px;
  }

  .lineup_list_item_ttl_ja {
    font-size: 24px;
    text-align: center;
  }

  .lineup_list_item_more {
    display: block;
    padding-bottom: 5px;
    width: 120px;
    margin: 10px 0 0 auto;
  }

  .lineup_list_item_more::after {
    width: 120px;
  }

  .lineup_list_item:hover .lineup_list_item_more::after {
    width: 135px;
  }

  .lineup .side_ttl {
    top: 120px;
  }


  /* メインビジュアル02 PC */
  .mv02 {
    margin-top: -5%;
  }

  .mv02::before {
    padding-top: 66.53%;
  }

  .mv02_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    content: "";
    top: -38%;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .mv02_bg::before {
    content: "";
    display: block;
    padding-top: 116%;
  }


  /* VOICE PC */
  .voice {
    padding: 0 0 325px;
    margin-top: -5%;
  }

  .voice_img {
    height: 569px;
    position: absolute;
    right: 0;
    top: 170px;
    z-index: 2;
  }

  .voice_content {
    margin-top: 177px;
    margin-left: 10px;
    position: relative;
    z-index: 3;
  }

  .voice_txt {
    font-size: 24px;
    line-height: 2.25;
  }

  .voice_more {
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 45px;
  }

  .bg_item03 {
    width: 28.2%;
    height: 100%;
    top: -75px;
    right: -190px;
  }


  /* CM PC */
  .cm {
    padding: 0 0 160px;
  }

  .cm_content {
    width: 80%;
    margin: 82px auto 0;
  }

  .bg_item04 {
    width: 29%;
    height: 100%;
    top: -70px;
    left: -260px;
  }


  /* OTHERS PC */
  .others_inner {
    display: flex;
    justify-content: space-between;
  }

  .others_contents {
    width: 45.5%;
    z-index: 3;
  }

  .others_insta_list {
    margin-top: 60px;
  }

  .others_insta_list_item {
    width: 32%;
    margin-right: 2%;
    margin-top: 10px;
  }

  .others_insta_list_item:nth-child(3n) {
    margin-right: 0;
  }

  .others_btns {
    margin-top: 70px;
  }

  .others_btns .btn_type01 {
    margin-top: 20px;
  }


  /* メインビジュアル03 PC */
  .mv03 {
    background-image: url('/jpn/consumer/products/bath/images/ph15.png');
    margin-top: -7%;
  }

  .mv03::before {
    padding-top: 82.29%;
  }

  .links {
    margin-top: -150px;
  }

}

@media screen and (max-width:1450px) and (min-width:766px) {
  .concept::before {
    padding-top: 75.63%;
    padding-bottom: 7%;
  }

  .concept_bubble01 {
    top: -92%;
    width: 101%;
  }

  .concept_bubble02 {
    bottom: -86%;
    width: 102%;
  }

  .concept_bubble03 {
    display: none;
  }

  .environmental {
    margin-top: 10%;
  }
}

@media screen and (max-width:767px) {
  .more {
    border: 1px solid #333;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    position: relative;
    margin: 0 auto;
  }

  .more::after {
    content: '';
    height: 6px;
    width: 23px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    position: absolute;
    right: 30px;
    top: 31px;
  }

  /* メインビジュアル SP */
  .mv_wrap {
    background-color: #fff;
    padding-top: 23%;
  }

  .mv {
    background-image: url('/jpn/consumer/products/bath/images/mv_sp.jpg');
    background-color: #fff;
  }

  .mv::before {
    padding-top: 130%;
  }

  .mv_ttl {
    font-size: 20px;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 2px 3px 5px #fff;
  }

  .mv_alala {
    width: 38%;
    bottom: 4%;
    left: 5%;
  }

  /* TOPICS SP */
  .topics {
    padding: 90px 0 70px;
  }

  .topics_slider {
    opacity: 0;
    line-height: 0;
    margin-top: 25px;
  }

  .topics_slider .slick-list {
    padding: 25px 0 !important;
  }

  .topics_slide {
    width: 75vw;
    margin: 0 8vw;
  }

  .topics_slide_img {
    width: 100%;
  }

  .wappen {
    width: 15%;
    top: -7%;
    left: 5%;
  }

  .bg_item01 {
    width: 45.2%;
    height: 48%;
    position: absolute;
    top: -16.5%;
    right: -16%;
  }

  /* CONCEPT SP */
  .concept_sp_inner01 {
    position: relative;
    width: 100%;
  }

  .concept_sp_inner01::before {
    content: "";
    display: block;
    padding-top: 143%;
  }

  .concept_sp_inner01 .ttl {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .concept_bubble01 {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: -33%;
    left: 0;
    width: 100%;
  }

  .concept_bubble01::before {
    content: "";
    display: block;
    padding-top: 101.56%;
  }

  .concept_bubble02 {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    bottom: -49%;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .concept_bubble02::before {
    content: "";
    display: block;
    padding-top: 98.08%;
  }

  .concept_catch {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding-top: 5%;
  }

  .concept_content {
    text-align: center;
  }

  .concept_txt {
    font-size: 20px;
    line-height: 2.125;
    margin: 0 0 55px;
  }

  .bg_item05 {
    width: 32%;
    height: 100%;
    top: 10%;
    left: -12%;
  }

  .concept_sp_inner02 {
    z-index: 1;
  }


  /* 環境へのやさしさ SP */
  .environmental {
    padding: 70px 0 0;
  }

  .environmental_flex {
    margin: 40px 0 0 0;
  }

  .environmental_img {
    width: 100%;
  }

  .environmental_txt {
    font-size: 20px;
    line-height: 2.125;
    text-align: center;
    margin: 30px 0 55px;
  }

  .bg_item02 {
    width: 56%;
    height: 35%;
    top: 15%;
    left: -33%;
  }


  /* LINE UP SP */
  .lineup {
    padding: 100px 0 0;
  }

  .lineup_list_item {
    margin-top: 50px;
  }

  .lineup_list_item_ttl {
    left: -10px;
    bottom: 0.5%;
    line-height: 1.4;
  }
  .lineup_list_item_ttl.lineup_list_item_ttl_txt_multi {
    bottom: -10.2%;
  }

  .lineup_list_item_ttl_en {
    font-size: 25px;
  }

  .lineup_list_item_ttl_ja {
    font-size: 16px;
    padding-left: 15px;
  }

  .lineup_list_item_more {
    border: none;
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
    width: 70px;
    margin: 10px 0 0 auto;
    padding: 0 0 5px;
    text-align: left;
  }

  .lineup_list_item_more::after {
    content: none;
  }

  .lineup_list_item_more::before {
    content: '';
    height: 5px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    position: absolute;
    bottom: 0;
    left: -3px;
    transition: .3s;
    width: 70px;
  }

  .lineup_list_item:hover .lineup_list_item_more::after {
    width: 145px;
  }

  .lineup .side_ttl {
    top: 60px;
  }


  /* メインビジュアル02 SP */
  .mv02::before {
    padding-top: 105%;
  }

  .mv02_inner {
    width: 100%;
  }

  .mv02_inner::before {
    padding-top: 71.18%;
  }

  .mv02_bg_sp01 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    content: "";
    top: -45%;
    left: 0;
    width: 100%;
  }

  .mv02_bg_sp01::before {
    content: "";
    display: block;
    padding-top: 101.56%;
  }

  .mv02_bg_sp02 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    content: "";
    bottom: -67.5%;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .mv02_bg_sp02::before {
    content: "";
    display: block;
    padding-top: 108.85%;
  }


  /* VOICE SP */
  .voice {
    margin: 40px 0 0;
  }

  .voice_img {
    display: block;
    width: 95%;
    margin: 11% 0 0 auto;
    position: relative;
    z-index: 2;
  }

  .voice_txt {
    font-size: 20px;
    line-height: 2.125;
    text-align: center;
    margin: 30px 0 55px;
  }

  .bg_item03 {
    width: 47.2%;
    height: 27%;
    top: 4%;
    right: -24%;
  }


  /* CM SP */
  .cm {
    padding: 100px 0 0;
  }

  .cm_content {
    margin: 40px 0 0;
  }

  /* OTHERS SP */
  .others_contents {
    margin-top: 100px;
  }

  .others_insta_list {
    margin-top: 20px;
  }

  .others_insta_list_item {
    width: 47%;
    margin-right: 6%;
    margin-top: 6%;
  }

  .others_insta_list_item:nth-child(2n) {
    margin-right: 0;
  }

  .others_btns {
    margin-top: 40px;
  }

  .others_btns .btn_type01 {
    margin-top: 25px;
  }


  /* メインビジュアル03 SP */
  .mv03 {
    background-image: url('/jpn/consumer/products/bath/images/ph15_sp.png');
    margin-top: -13%;
    z-index: -1;
  }

  .mv03::before {
    padding-top: 158.98%;
  }

  .links {
    margin-top: -180px;
    padding: 15% 0 0;
  }

}