body {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

.l_bread {
  margin: 10px auto 0;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l_bread {
    width: 100%;
  }
}
.l_bread a {
  text-decoration: underline;
}
.l_bread a:hover {
  text-decoration: none;
}

.l_mainvisual_sub {
  z-index: 0;
  margin: 0 0 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l_mainvisual_sub .l_content_size::before {
    content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/kv_obj01.png);
    position: absolute;
    bottom: 0;
    left: calc(50% - 730px);
  }
  .l_mainvisual_sub .l_content_size::after {
    content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/kv_obj02.png);
    position: absolute;
    bottom: 0;
    right: calc(50% - 545px);
  }
}
@media screen and (max-width: 768px) {
  .l_mainvisual_sub::before {
    content: "";
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/sp/kv_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  .p_productlist.underlayer .u_pc {
    display: inline-block;
  }
  .p_productlist.underlayer .u_sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .p_productlist.underlayer .u_sp {
    display: inline-block;
  }
  .p_productlist.underlayer .u_pc {
    display: none !important;
  }
}
.p_productlist.underlayer p.txt {
  line-height: 1.875;
}
.p_productlist.underlayer p.txt .bold {
  font-weight: 600;
  line-height: 1.875;
}
.p_productlist.underlayer p.txt .bg {
  line-height: 1.875;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #ecf55a 5%, #ecf55a 92%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%);
}
.p_productlist.underlayer .l_bread {
  margin: 10px auto 0;
}
.p_productlist.underlayer .c_ttl_2 {
  margin-bottom: 24px;
}
.p_productlist.underlayer .c_ttl_2 h2 {
  font-size: 52px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p_productlist.underlayer .c_ttl_2 h2 {
    font-size: 36px;
  }
}
.p_productlist.underlayer .circleItemList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 -10px -20px;
}
.p_productlist.underlayer .circleItemList .seibun_tgl,
.p_productlist.underlayer .circleItemList .listitem {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  padding: 0 10px 20px;
  flex: 0 0 25%;
  max-width: 25%;
}
.p_productlist.underlayer .circleItemList .seibun_tgl .wrap,
.p_productlist.underlayer .circleItemList .listitem .wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p_productlist.underlayer .circleItemList .seibun_tgl .wrap > h3,
.p_productlist.underlayer .circleItemList .listitem .wrap > h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.p_productlist.underlayer .circleItemList .seibun_tgl .wrap > h3.txt-left,
.p_productlist.underlayer .circleItemList .listitem .wrap > h3.txt-left {
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.p_productlist.underlayer .circleItemList .seibun_tgl .wrap img,
.p_productlist.underlayer .circleItemList .listitem .wrap img {
  max-width: 220px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.p_productlist.underlayer .circleItemList .seibun_tgl .child,
.p_productlist.underlayer .circleItemList .listitem .child {
  margin-top: 10px;
}
.p_productlist.underlayer .circleItemList .seibun_tgl .child p,
.p_productlist.underlayer .circleItemList .listitem .child p {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p_productlist.underlayer .circleItemList {
    margin: 0;
    display: block;
    border-top: 1px solid #dcdcdc;
  }
  .p_productlist.underlayer .circleItemList .seibun_tgl {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding: 13px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .p_productlist.underlayer .circleItemList .seibun_tgl .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 50px 0 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p_productlist.underlayer .circleItemList .seibun_tgl .wrap {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p_productlist.underlayer .circleItemList .seibun_tgl .wrap > img {
    width: 70px;
    max-width: 100%;
    margin: 0;
  }
  .p_productlist.underlayer .circleItemList .seibun_tgl .wrap > h3 {
    font-size: 20px;
    padding: 0 0 0 10px;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
  }
  .p_productlist.underlayer .circleItemList .seibun_tgl .wrap::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #2f7e07;
    position: absolute;
    top: 36px;
    right: 15px;
  }
  .p_productlist.underlayer .circleItemList .seibun_tgl .wrap::after {
    content: "";
    width: 1px;
    height: 20px;
    background: #2f7e07;
    position: absolute;
    top: 27px;
    right: 24px;
  }
  .p_productlist.underlayer .circleItemList .seibun_tgl .wrap._active::after {
    display: none;
  }
  .p_productlist.underlayer .circleItemList .seibun_tgl .child {
    padding: 10px 0 0;
    display: none;
  }
  .p_productlist.underlayer .circleItemList .listitem {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 20px;
    text-align: left;
  }
  .p_productlist.underlayer .circleItemList .listitem .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p_productlist.underlayer .circleItemList .listitem .wrap img {
    max-width: 160px;
    margin: 0;
  }
  .p_productlist.underlayer .circleItemList .listitem .wrap > h3 {
    font-size: 22px;
    padding: 10px 0 10px 15px;
  }
  .p_productlist.underlayer .circleItemList .listitem:last-child {
    padding: 0;
  }
}
.p_productlist.underlayer .sec.l_seibun {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p_productlist.underlayer .sec.l_seibun {
    background: #fafaf7;
  }
  .p_productlist.underlayer .sec.l_seibun::before, .p_productlist.underlayer .sec.l_seibun::after {
    display: none;
  }
}
.p_productlist.underlayer .sec.l_seibun .l_content_size::before {
  display: none;
}
.p_productlist.underlayer .sec.l_seibun .l_content_size > .flex {
  background: none;
  border-top: 1px solid #dcdcdc;
  border-radius: 0;
  padding: 24px 0 40px;
}
.p_productlist.underlayer .sec.sec_1 {
  margin: 66px 0 191px;
}
.p_productlist.underlayer .sec.sec_1 .c_list_1 {
  margin-top: 30px;
}
.p_productlist.underlayer .sec.sec_2 {
  padding: 136px 0 80px;
  margin-bottom: 100px;
  position: relative;
}
.p_productlist.underlayer .sec.sec_2:before {
  content: "";
  height: 100%;
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  min-width: 1160px;
  background: #fafaf7;
  border-radius: 30px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p_productlist.underlayer .sec.sec_2 .c_ttl_2 {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
}
.p_productlist.underlayer .sec.sec_2 .c_ttl_2 h2 small,
.p_productlist.underlayer .sec.sec_2 .c_ttl_2 h2 .man {
  font-weight: 300;
}
.p_productlist.underlayer .sec.sec_2 .c_ttl_2 h2 small {
  font-size: 32px;
  line-height: 1.2;
  display: block;
}
.p_productlist.underlayer .sec.sec_2 .c_ttl_2 h2 .main {
  font-size: 52px;
  line-height: 1.2;
}
.p_productlist.underlayer .sec.sec_2 .l_content_size > .txt {
  margin-bottom: 60px;
}
.p_productlist.underlayer .sec.sec_2 .boxwrap {
  margin-bottom: 50px;
}
.p_productlist.underlayer .sec.sec_2 .boxwrap .imgwrap {
  text-align: center;
  margin-bottom: 20px;
}
.p_productlist.underlayer .sec.sec_2 .boxwrap.lastBoxWrap {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p_productlist.underlayer .sec.sec_2 .boxwrap.lastBoxWrap .circleItemList {
    margin: 0 -30px 50px;
  }
  .p_productlist.underlayer .sec.sec_2 .boxwrap.lastBoxWrap .circleItemList .seibun_tgl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
  }
  .p_productlist.underlayer .sec.sec_2 .boxwrap.lastBoxWrap .circleItemList .seibun_tgl .textwrap {
    padding-left: 20px;
  }
  .p_productlist.underlayer .sec.sec_2 .boxwrap.lastBoxWrap .circleItemList .seibun_tgl .textwrap > .wrap > p {
    margin-top: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.p_productlist.underlayer .sec.sec_2 .boxwrap .caution {
  margin-top: 16px;
}
.p_productlist.underlayer .sec.sec_2 .c_ttl_4 {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 1.34px;
  font-weight: 300;
  padding: 8px 0 41px 398px;
  position: relative;
}
.p_productlist.underlayer .sec.sec_2 .c_ttl_4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/p.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 378px;
  height: 75px;
}
@media screen and (max-width: 768px) {
  .p_productlist.underlayer .sec.sec_2 .c_ttl_4 {
    font-size: 28px;
    padding: 21vw 8px 15px;
  }
  .p_productlist.underlayer .sec.sec_2 .c_ttl_4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/p.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .p_productlist.underlayer .sec .side_column_list {
    display: block;
  }
  .p_productlist.underlayer .sec .side_column_list > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .p_productlist.underlayer .sec .side_column_list > li:last-child {
    margin-bottom: 0;
  }
  .p_productlist.underlayer .sec .side_column_list > li .imgwrap {
    flex: 0 0 377px;
    max-width: 377px;
    padding: 15px;
  }
  .p_productlist.underlayer .sec .side_column_list > li .imgwrap img {
    width: 347px;
    height: auto;
  }
  .p_productlist.underlayer .sec .side_column_list > li .txtwrap {
    flex: 0 0 723px;
    max-width: 723px;
    padding: 30px 30px 15px;
  }
  .p_productlist.underlayer .sec .side_column_list > li .txtwrap .list_ttl,
  .p_productlist.underlayer .sec .side_column_list > li .txtwrap p {
    text-align: left;
  }
  .p_productlist.underlayer .sec .side_column_list > li .txtwrap .list_ttl {
    font-size: 32px;
    font-weight: 500;
  }
  .p_productlist.underlayer .sec .side_column_list > li .txtwrap .tag {
    margin: 7px 0 0;
  }
  .p_productlist.underlayer .sec .side_column_list > li .txtwrap .desc {
    margin: 10px 0 0;
    line-height: 1.875;
  }
  .p_productlist.underlayer .sec .side_column_list > li .txtwrap .btnwrap {
    margin: 40px 0 0;
  }
  .p_productlist.underlayer .sec .side_column_list > li .txtwrap .btnwrap .btn1,
  .p_productlist.underlayer .sec .side_column_list > li .txtwrap .btnwrap .btn2 {
    width: 100%;
  }
  .p_productlist.underlayer .sec .side_column_list > li .txtwrap .btnwrap .btn1 .txt {
    font-size: 22px;
  }
  .p_productlist.underlayer .sec .side_column_list > li .txtwrap .btnwrap .btn2 > p > span {
    font-size: 18px;
  }
  .p_productlist.underlayer .sec .side_column_list > li .txtwrap .btnwrap .btn2 > p > img {
    width: 7px;
    height: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p_productlist.underlayer .sec .l_bread {
    margin: 10px 0 0;
  }
  .p_productlist.underlayer .sec, .p_productlist.underlayer .sec.sec_1, .p_productlist.underlayer .sec.sec_2 {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
  .p_productlist.underlayer .sec.sec_1 {
    margin: 39px 0 164px;
  }
  .p_productlist.underlayer .sec.sec_1 .c_ttl_2 {
    margin-bottom: 20px;
  }
  .p_productlist.underlayer .sec.sec_1 .c_ttl_2 h2 {
    font-size: 32px;
  }
  .p_productlist.underlayer .sec.sec_2 {
    padding: 162px 4.6875% 40px;
  }
  .p_productlist.underlayer .sec.sec_2 .boxwrap {
    margin-bottom: 10px;
  }
  .p_productlist.underlayer .sec.sec_2 .c_ttl_2 {
    top: -95px;
    left: 4.6875%;
    right: 4.6875%;
  }
  .p_productlist.underlayer .sec.sec_2 .c_ttl_2 h2 > small {
    font-size: 28px;
  }
  .p_productlist.underlayer .sec.sec_2 .c_ttl_2 h2 .main {
    font-size: 36px;
    font-weight: 300;
  }
  .p_productlist.underlayer .sec.sec_2 .l_content_size > .txt {
    margin-bottom: 0;
  }
  .p_productlist.underlayer .sec.sec_2 .l_content_size > .flex {
    border-top: 0;
    padding: 0;
  }
  .p_productlist.underlayer .sec.sec_2 .l_content_size > .flex .txtwrap {
    padding: 15px 0;
  }
  .p_productlist.underlayer .sec.sec_2 .l_content_size > .flex .txtwrap .sml {
    margin-top: 35px;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.p_productlist.underlayer .c_list_1 > li .txtwrap .btnwrap .btn2 > p {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#p_hair-care .circleItemList {
  border-top: 0;
}
#p_hair-care .sec.sec_1 {
  margin: 66px 0 151px;
}
#p_hair-care .sec.sec_1 > .l_content_size .txt + .txt {
  margin: 20px 0 0;
}
#p_hair-care .sec.sec_2::after {
  display: none;
}
#p_hair-care .sec.sec_2 .circleItemList .listitem .wrap > h3 {
  font-size: 26px;
}
#p_hair-care .l_seibun > .l_content_size > .txt {
  font-size: 20px;
  line-height: 1.5;
}
#p_hair-care .l_seibun > .l_content_size > .txt > span {
  font-size: 20px;
  line-height: 1.5;
}
#p_hair-care .l_seibun > .l_content_size > .txt > span > span {
  font-size: 20px;
  line-height: 1.5;
}
#p_hair-care .l_use {
  position: relative;
  overflow: hidden;
}
#p_hair-care .l_use::after {
  content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/bg_obj.svg);
  position: absolute;
  top: 348px;
  right: -moz-calc(50% - 800px);
  right: -o-calc(50% - 800px);
  right: -webkit-calc(50% - 800px);
  right: calc(50% - 800px);
  z-index: -1;
}
#p_hair-care .l_mainvisual_sub .l_content_size .c_ttl_1 {
  position: relative;
}
#p_hair-care .l_mainvisual_sub .l_content_size .c_ttl_1::after {
  content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/hair-care/kv_obj.png);
  position: absolute;
  bottom: -100px;
  right: calc(50% - 530px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #p_hair-care .l_mainvisual_sub::before {
    content: "";
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/sp/kv_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  #p_hair-care .l_use .l_content_size > ul > li > .imgwrap {
    flex: 0 0 377px;
    max-width: 377px;
  }
  #p_hair-care .l_use .l_content_size > ul > li > .txtwrap {
    flex: 0 0 723px;
    max-width: 723px;
    padding: 35px 30px 20px;
  }
  #p_hair-care .l_use .l_content_size > ul > li > .txtwrap .ttl .txt {
    line-height: 1.4;
    padding: 0.85em 0 0 20px;
  }
  #p_hair-care .l_use .l_content_size > ul > li > .txtwrap > p:not([class]) {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.875;
  }
  #p_hair-care .sec.sec_2 {
    padding: 74px 0 80px;
    margin: 0;
  }
  #p_hair-care .sec.sec_2 .c_ttl_2 {
    top: -45px;
  }
  #p_hair-care .sec.sec_2 .l_content_size > .txt {
    margin: 0 0 30px;
  }
  #p_hair-care .sec.sec_2 .l_content_size .boxwrap {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #p_hair-care .sec.sec_1 {
    margin: 66px 0 93px;
  }
  #p_hair-care .sec.sec_2 {
    background: #fafaf7;
    padding: 70px 4.6875% 40px;
    margin: 0;
  }
  #p_hair-care .sec.sec_2 .c_ttl_2 {
    top: -30px;
  }
  #p_hair-care .sec.sec_2 .l_content_size > .txt {
    margin: 0 0 20px;
  }
  #p_hair-care .sec.sec_2::before {
    display: none;
  }
  #p_hair-care .l_use .l_content_size > ul > li > .imgwrap {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: fit-content;
  }
}

@media screen and (min-width: 769px) {
  #p_care-product .l_footer .cv {
    margin: 110px 30px 0;
  }
  #p_care-product .l_mainvisual_sub {
    z-index: 0;
    margin: 0 0 10px;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #p_care-product .l_mainvisual_sub .l_content_size::before {
    content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/care-product/kv_obj01.png);
    position: absolute;
    bottom: 0;
    left: calc(50% - 730px);
  }
}

#p_care-product .sec.sec_1 {
  margin: 66px 0 80px;
}
@media screen and (max-width: 768px) {
  #p_care-product .sec.sec_1 {
    margin: 40px 0 60px;
  }
}

#p_hair-restorer .l_mainvisual_sub {
  z-index: 0;
  margin: 0 0 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  #p_hair-restorer .l_mainvisual_sub .l_content_size::before {
    content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/kv_obj01.png);
    position: absolute;
    bottom: 0;
    left: calc(50% - 730px);
  }
  #p_hair-restorer .l_mainvisual_sub .l_content_size::after {
    content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/productlist/kv_obj02.png);
    position: absolute;
    bottom: 0;
    right: calc(50% - 520px);
  }
}
@media screen and (max-width: 768px) {
  #p_hair-restorer .l_mainvisual_sub::before {
    content: "";
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/sp/kv_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#p_hair-care .c_list_1 > li .txtwrap .btnwrap .btn1,
#p_hair-care .c_list_1 > li .txtwrap .btnwrap .btn2 {
  height: 60px;
}

/*# sourceMappingURL=p_productlist_under.css.map */
