body {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: inline-block;
  }

  .u_sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u_pc {
    display: none !important;
  }
}
.l_mainvisual_sub {
  z-index: 0;
  margin: 0 0 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l_mainvisual_sub::after {
    content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/regular_service/kv_obj01.png);
    position: absolute;
    bottom: 0;
    left: calc(50% - 730px);
  }
  .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% - 595px);
  }
}
@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;
  }
}

.l_bread a {
  text-decoration: underline;
}
.l_bread a:hover {
  text-decoration: none;
}

.p_subscription .sec {
  padding: 0 2%;
}
@media screen and (max-width: 768px) {
  .p_subscription .sec {
    padding: 0 4%;
  }
}
.p_subscription .sec .c_ttl_1 {
  text-align: center;
  margin-bottom: 24px;
}
.p_subscription .sec .c_ttl_1 h2 {
  font-weight: 300;
}
.p_subscription .sec .c_btn_8 {
  box-shadow: 0px 0px 2px #00000029;
}
.p_subscription .sec.sec_1 {
  margin: 66px 0 100px;
}
.p_subscription .sec.sec_1 .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_subscription .sec.sec_1 .flex .txtwrap {
  width: 675px;
}
.p_subscription .sec.sec_1 .flex .txtwrap .c_ttl_1 {
  text-align: left;
  margin-bottom: 24px;
}
.p_subscription .sec.sec_1 .flex .txtwrap .c_ttl_1 h2 {
  font-weight: 300;
}
.p_subscription .sec.sec_1 .flex .txtwrap .txt {
  line-height: 1.875;
}
.p_subscription .sec.sec_1 .flex .txtwrap .txt.txt1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.p_subscription .sec.sec_1 .flex .txtwrap .txt > span {
  line-height: 1.875;
}
.p_subscription .sec.sec_1 .flex .txtwrap .txt .bold {
  font-weight: 600;
}
.p_subscription .sec.sec_1 .flex .txtwrap .txt .bg {
  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_subscription .sec.sec_1 .flex .txtwrap .c_ttl_1 {
  margin-bottom: 24px;
}
.p_subscription .sec.sec_1 .flex .imgwrap {
  padding: 0 0 0 50px;
  width: 378px;
  position: relative;
}
.p_subscription .sec.sec_1 .flex .imgwrap > img {
  max-width: 100%;
}
.p_subscription .sec.sec_1 .check {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.p_subscription .sec.sec_1 .check > li {
  width: 330px;
}
.p_subscription .sec.sec_1 .check > li > .img-wrap {
  text-align: center;
}
.p_subscription .sec.sec_1 .check > li > .img-wrap img {
  max-width: 220px;
}
.p_subscription .sec.sec_1 .check > li .txtwrap > h3 {
  margin: 10px 0 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.p_subscription .sec.sec_1 .check > li .txtwrap > h3 > span {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
.p_subscription .sec.sec_1 .check > li .txtwrap > h3 > span::before {
  content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/check.svg);
  position: absolute;
  top: 0;
  left: -40px;
}
.p_subscription .sec.sec_1 .check > li .txtwrap > h3 > span .bg {
  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_subscription .sec.sec_1 .check > li .txtwrap > h3 > span > span {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 2px;
  display: inline-block;
}
.p_subscription .sec.sec_1 .check > li .txtwrap > p {
  margin: 5px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_subscription .sec.sec_1 .flex .imgwrap {
    width: 100%;
    padding: 0 0 20px;
  }
  .p_subscription .sec.sec_1 .check {
    flex-wrap: wrap;
  }
  .p_subscription .sec.sec_1 .check > li {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .p_subscription .sec.sec_1 .check > li .img-wrap {
    width: 160px;
  }
  .p_subscription .sec.sec_1 .check > li .img-wrap img {
    width: 220px;
    max-width: 100%;
  }
  .p_subscription .sec.sec_1 .check > li .txtwrap {
    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;
    width: calc(100% - 160px);
  }
  .p_subscription .sec.sec_1 .check > li .txtwrap > h3 {
    text-align: left;
    margin: 0;
    padding: 0 0 0 35px;
  }
  .p_subscription .sec.sec_1 .check > li .txtwrap > h3 span {
    font-size: 22px;
  }
  .p_subscription .sec.sec_1 .check > li .txtwrap > h3 span::before {
    content: "";
    top: 6px;
    left: -30px;
    width: 24px;
    height: 23px;
    background: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/check.svg);
    background-size: cover;
  }
  .p_subscription .sec.sec_1 .check > li .txtwrap > h3 span > .bg {
    font-size: 22px;
  }
  .p_subscription .sec.sec_1 .check > li .txtwrap > p {
    display: none;
  }
  .p_subscription .sec.sec_1 .check > li .u_sp {
    margin: 10px 0 0;
  }
  .p_subscription .sec.sec_1 .check > li:not(:first-child) {
    margin: 20px 0 0;
  }
}
.p_subscription .sec.l_ranmu_list {
  margin-bottom: 80px;
}
.p_subscription .sec.l_ranmu_list .c_list_1 > li {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.p_subscription .sec.l_ranmu_list .c_list_1 > li .imgwrap {
  padding: 0 0 15px;
}
.p_subscription .sec.l_ranmu_list .c_item_1 {
  width: 100%;
  padding: 12px 0;
  height: 133px;
}
.p_subscription .sec.l_ranmu_list .c_item_1 > .flex {
  justify-content: flex-start;
}
.p_subscription .sec.l_ranmu_list .c_item_1 .fukidashi > p {
  padding: 2px 6px 4px 11px;
}
.p_subscription .sec.l_ranmu_list .c_item_1 .fukidashi .sub {
  margin-left: 0;
  font-feature-settings: "palt";
}
.p_subscription .sec.l_ranmu_list .c_item_1 .middle > div {
  flex: 0 0 50.4%;
  max-width: 50.4%;
}
.p_subscription .sec.l_ranmu_list .c_item_1 .middle .c_btn_8 {
  border: none;
}
.p_subscription .sec.l_ranmu_list .c_item_1 .middle .c_btn_8 > div > p img {
  width: 31px;
  height: auto;
}
.p_subscription .sec.l_ranmu_list .c_item_1 .middle .c_btn_8 > div > span {
  font-size: 20px;
  margin: 0 0 0 6px;
}
.p_subscription .sec.l_ranmu_list .c_item_1 .middle .c_btn_8:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #fcc359 0%, #ff6a05 100%) 0% 0% no-repeat padding-box;
}
.p_subscription .sec.l_ranmu_list .price_list {
  margin: 0 0 15px;
}
.p_subscription .sec.l_ranmu_list .price_list .price_content {
  position: relative;
}
.p_subscription .sec.l_ranmu_list .price_list .price_content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px), linear-gradient(to right, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px), linear-gradient(to bottom, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px), linear-gradient(to bottom, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px);
  background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  pointer-events: none;
  width: 100%;
  height: 1px;
}
.p_subscription .sec.l_ranmu_list .btnwrap .btn2 {
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  box-shadow: 0px 0px 2px #00000029;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
  max-width: 291px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_subscription .sec.l_ranmu_list .btnwrap .btn2 > p {
  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_subscription .sec.l_ranmu_list .btnwrap .btn2 > p > span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 8px 0 0;
}
.p_subscription .sec.l_ranmu_list .btnwrap .btn2 > p > img {
  margin: 2px 0 0;
}
.p_subscription .sec.l_ranmu_list .btnwrap .btn2:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
}
.p_subscription .sec.l_ranmu_list .l_content_size > .txt {
  line-height: 1.875;
  margin-bottom: 30px;
}
.p_subscription .sec.l_hair_care {
  padding-bottom: 100px;
  position: relative;
}
.p_subscription .sec.l_hair_care::before {
  content: "";
  position: absolute;
  content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/footer-circle.svg);
  transform: scale(1, -1);
  position: absolute;
  bottom: 0;
  left: calc(50% - 738px);
}
@media screen and (min-width: 769px) {
  .p_subscription .sec.l_hair_care .c_list_1 {
    margin-top: 30px;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li {
    width: 540px;
    min-height: 353px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px), linear-gradient(to right, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px), linear-gradient(to bottom, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px), linear-gradient(to bottom, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px);
    background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    pointer-events: none;
    width: 100%;
    height: 1px;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .flex .imgwrap {
    padding: 0 15px 0 0;
    max-width: 245px;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .flex .txtwrap {
    max-width: 290px;
    text-align: left;
    padding: 27px 15px 22px;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .flex .txtwrap .list_ttl {
    text-align: left;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .flex .txtwrap .tag {
    text-align: left;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .price_list .c_item_1 {
    width: 543px;
    padding: 9px 0 16px;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .price_list .flex .txt {
    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;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .price_list .flex .txt > span:not(.bg) {
    margin-left: 5px;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .price_list .flex .txt > span.bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, #ecf55a 35%, #ecf55a 99%);
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .price_list .fukidashi {
    margin-right: 14px;
    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;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .price_list .fukidashi > p {
    padding: 4px 6px 5px 4px;
    font-feature-settings: "palt";
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .price_list .fukidashi > p > .sub {
    margin-left: 0;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .price_list .middle {
    padding-top: 0;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .price_list .middle .point {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #ba010f;
    margin-right: 5px;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .price_list .middle .point > .u_osw {
    font-size: 14px;
    color: #ba010f;
    font-weight: 600;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .price_list .middle .price {
    white-space: nowrap;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .price_list .middle .price > .yen {
    font-size: 14px;
    color: #ba010f;
  }
}
.p_subscription .sec.l_hair_care .l_content_size > .txt {
  line-height: 1.875;
}
.p_subscription .sec.l_hair_care .btnwrap {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.p_subscription .sec.l_hair_care .btnwrap .btn1 {
  height: 70px;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffb74e 0%, #ff6a05 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 2px #00000029;
  border-radius: 3px;
  width: calc(50% - 2.5px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0px 0px 2px #00000029;
}
.p_subscription .sec.l_hair_care .btnwrap .btn1 > .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_subscription .sec.l_hair_care .btnwrap .btn1 > .wrap p {
  width: 100%;
  font-size: 19px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_subscription .sec.l_hair_care .btnwrap .btn1 > .wrap p img {
  width: 36px;
  height: 31px;
}
.p_subscription .sec.l_hair_care .btnwrap .btn1 > .wrap p.txt {
  font-size: 22px;
  color: #fff;
  white-space: nowrap;
  margin: 0 0 0 5px;
}
.p_subscription .sec.l_hair_care .btnwrap .btn1:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #fcc359 0%, #ff6a05 100%) 0% 0% no-repeat padding-box;
}
.p_subscription .sec.l_hair_care .btnwrap .btn2 {
  height: 70px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px #00000029;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
  width: calc(50% - 2.5px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-shadow: 0px 0px 2px #00000029;
}
.p_subscription .sec.l_hair_care .btnwrap .btn2 > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.p_subscription .sec.l_hair_care .btnwrap .btn2 > p img {
  width: 5px;
  height: 9px;
  margin: 2px 0 0 8px;
}
.p_subscription .sec.l_hair_care .btnwrap .btn2 > p > span {
  font-size: 16px;
  line-height: 1.4;
}
.p_subscription .sec.l_hair_care .btnwrap .btn2:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) {
  .p_subscription .c_list_1 > li:not(:first-child) {
    margin: 30px 0 0;
  }
  .p_subscription .c_list_1 > li .sp_border {
    box-shadow: 0px 0px 2px #00000033;
    border-radius: 4px;
    overflow: visible;
  }
  .p_subscription .c_list_1 > li .price_list .price_content .c_item_1 {
    height: inherit;
  }
  .p_subscription .c_list_1 > li .price_list .price_content .c_item_1 .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p_subscription .c_list_1 > li .price_list .price_content .c_item_1 .flex .txt {
    width: inherit;
  }
  .p_subscription .c_list_1 > li .price_list .price_content .c_item_1 .flex .fukidashi {
    width: inherit;
    padding: 0 0 0 15px;
  }
  .p_subscription .c_list_1 > li .price_list .price_content .c_item_1 .flex .fukidashi > p {
    text-align: center;
    padding: 2px 5px 4px 7px;
    min-width: 134px;
  }
  .p_subscription .c_list_1 > li .price_list .price_content .c_item_1 .flex .fukidashi > p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 13px 6px 0;
    border-color: transparent #ba010f transparent transparent;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p_subscription .c_list_1 > li .price_list .price_content .c_item_1 .flex .fukidashi > p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 13px 6px 0;
    border-color: transparent #fff transparent transparent;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p_subscription .c_list_1 > li .price_list .price_content .c_item_1 .middle {
    flex-wrap: nowrap;
  }
  .p_subscription .c_list_1 > li .price_list .price_content .c_item_1 .middle > div {
    display: block;
  }
  .p_subscription .c_list_1 > li .price_list .price_content .c_item_1 .middle .price {
    font-size: 32px;
  }
  .p_subscription .price_list .price_content .c_item_1 {
    padding: 11px 0;
  }
  .p_subscription .price_list .price_content .c_item_1 .flex {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .p_subscription .price_list .price_content .c_item_1 .flex > .flex {
    width: 100%;
    margin-top: 16px;
    flex-wrap: nowrap;
    padding: 0 0 15px;
    position: relative;
  }
  .p_subscription .price_list .price_content .c_item_1 .flex > .flex::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px), linear-gradient(to right, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px), linear-gradient(to bottom, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px), linear-gradient(to bottom, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px);
    background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    pointer-events: none;
    width: 100%;
    height: 1px;
  }
  .p_subscription .price_list .price_content .c_item_1 .flex > .flex > .middle {
    display: block;
  }
  .p_subscription .price_list .price_content .c_item_1 .flex > .flex > .middle .point {
    font-size: 14px;
    color: #ba010f;
  }
  .p_subscription .price_list .price_content .c_item_1 .flex > .flex > .middle .point > .u_osw {
    font-size: 14px;
    color: #ba010f;
  }
  .p_subscription .price_list .price_content .c_item_1 .flex > .flex > .middle .price .yen {
    font-size: 14px;
    color: #ba010f;
  }
  .p_subscription .price_list .price_content .c_item_1 .flex > .flex .btnwrap {
    justify-content: flex-end;
    padding: 0;
  }
  .p_subscription .price_list .price_content .c_item_1 .flex > .flex .btnwrap .btn1 {
    width: 100%;
    max-width: 168px;
  }
  .p_subscription .price_list .price_content .c_item_1 .flex > .flex .btnwrap .btn1 > .wrap img {
    width: 31px;
    height: 24px;
  }
  .p_subscription .price_list .price_content .c_item_1 .flex > .flex .btnwrap .btn1 > .wrap p.txt {
    font-size: 20px;
    font-weight: 400;
  }
  .p_subscription .sec.sec_1 .flex .txtwrap .txt.txt1 {
    margin: 0 0 10px;
  }
  .p_subscription .sec.sec_1 .check {
    margin: 30px 0 0;
  }
  .p_subscription .sec.l_ranmu_list {
    margin: 0 0 60px;
  }
  .p_subscription .sec.l_hair_care {
    padding: 0 4% 60px;
  }
  .p_subscription .sec.l_hair_care .btnwrap {
    width: 100%;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .p_subscription .sec.l_hair_care .btnwrap .btn1 {
    height: 70px;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffb74e 0%, #ff6a05 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 2px #00000029;
    border-radius: 3px;
    width: calc(50% - 2.5px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .p_subscription .sec.l_hair_care .btnwrap .btn1 > .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p_subscription .sec.l_hair_care .btnwrap .btn1 > .wrap p {
    width: 100%;
    font-size: 19px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .p_subscription .sec.l_hair_care .btnwrap .btn1 > .wrap p img {
    width: 36px;
    height: 31px;
  }
  .p_subscription .sec.l_hair_care .btnwrap .btn1 > .wrap p.txt {
    font-size: 22px;
    color: #fff;
    white-space: nowrap;
    margin: 0 0 0 5px;
  }
  .p_subscription .sec.l_hair_care .btnwrap .btn1:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #fcc359 0%, #ff6a05 100%) 0% 0% no-repeat padding-box;
  }
  .p_subscription .sec.l_hair_care .btnwrap .btn2 {
    height: 60px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #00000029;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
    width: 291px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .p_subscription .sec.l_hair_care .btnwrap .btn2 > p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
  }
  .p_subscription .sec.l_hair_care .btnwrap .btn2 > p img {
    width: 5px;
    height: 9px;
    margin: 2px 0 0 8px;
  }
  .p_subscription .sec.l_hair_care .btnwrap .btn2 > p > span {
    font-size: 16px;
    line-height: 1.4;
  }
  .p_subscription .sec.l_hair_care .btnwrap .btn2:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
  }
  .p_subscription .sec.l_hair_care .c_list_1 {
    margin-top: 20px;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li {
    box-shadow: none;
    border-radius: 0;
    border: 0;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li .btnwrap {
    padding: 0;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li:not(:first-child) {
    margin: 30px 0 0;
  }
  .p_subscription .sec.l_hair_care .c_list_1 > li > .flex {
    box-shadow: 0px 0px 2px #00000033;
    border-radius: 4px;
  }
}

/*# sourceMappingURL=p_subscription.css.map */
