@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');
/* ------------------------------------------
  Utility Class
------------------------------------------ */
/* clearfix */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

/* ------------------------------------------
  Common
------------------------------------------ */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  background: #fff;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  min-width: 1160px;
  position: relative;
  -webkit-text-size-adjust: none;
}

body.active {
  height: 100%;
  overflow: hidden;
}

a, a img {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
  opacity: .75;
}

a:focus {
  outline: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

ul, ol {
  list-style: none;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

input, button, select, textarea {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
}

input[type=checkbox], input[type=radio] {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
}

::placeholder {
  color: #999;
}

.container {
  margin: 0 auto;
  max-width: 980px;
}

.container2 {
  margin: 0 auto;
  max-width: 926px;
}

.gothic {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

.small_number {
  border: none!important;
  display: inline!important;
  font-size: .4em!important;
  line-height: 1;
  vertical-align: super;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  .container {
    margin: 0 15px;
    width: auto;
  }

  .container2 {
    margin: 0 15px;
    width: auto;
  }

  .only_pc {
    display: none !important;
  }

  .only_sp {
    display: block !important;
  }
}

/* ------------------------------------------
  mv
------------------------------------------ */
.mv {
  position: relative;
}

.mv_logo {
  display: block;
  left: 19px;
  position: absolute;
  top: 24px;
  width: 215px;
}

.mv_main img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mv_logo {
    display: block;
    left: 25px;
    position: absolute;
    top: 10px;
    width: 33.8666666666667vw;
  }
}

/* ------------------------------------------
  worry
------------------------------------------ */
.worry_img img {
  width: 100%;
}

/* ------------------------------------------
  recommend
------------------------------------------ */
.recommend {
  margin-top: 70px;
}

.recommend_title_sub {
  margin: 0 auto;
  width: 276px;
}

.recommend_title_main {
  margin: -30px auto;
  width: 812px;
}

.recommend_attention {
  font-size: 1.4rem;
  margin-top: 30px;
  text-align: center;
}

.recommend_main {
  border: 1px solid #000;
  margin-top: 30px;
  padding: 15px 15px 20px;
  position: relative;
}

.recommend_main_icon {
  position: absolute;
  right: -5px;
  top: -58px;
  width: 195px;
}

.recommend_main_top {
  background-image: url(../images/recommend_main_back.png);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding: 38px 19px 0;
}

.recommend_main_top_img {
  flex-shrink: 0;
  width: 418px;
}

.recommend_main_top_text {
  margin-left: -18px;
  padding-top: 55px;
  position: relative;
  width: calc(100% - 400px);
}

.recommend_main_top_text::after {
  background-image: url(../images/recommend_main_top_text_heart.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 103px;
  content: '';
  height: 41px;
  position: absolute;
  right: 0;
  width: 35px;
}

.recommend_main_top_text_name {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.458333333333333;
  text-align: center;
}

.recommend_main_top_text_ml {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.588235294117647;
  text-align: center;
}

.recommend_main_top_text_always {
  background: #fff;
  border-radius: 33px;
  color: #e1aecf;
  font-size: 2.5rem;
  line-height: 66px;
  margin: 24px auto 0;
  text-align: center;
  width: 416px;
}

.recommend_main_top_text_always span {
  position: relative;
}

.recommend_main_top_text_always span::before {
  background-color: #e1aecf;
  border-radius: 10px;
  content: '';
  display: block;
  font-weight: normal;
  height: 5px;
  left: 11px;
  position: absolute;
  top: -2px;
  width: 5px;
}

.recommend_main_top_text_off {
  color: #fff;
  font-size: 11.7rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: -15px;
  position: relative;
  text-align: center;
}

.recommend_main_top_text_off::after {
  background-image: url(../images/recommend_main_top_text_off_border.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  content: '';
  height: 10px;
  left: 10px;
  position: absolute;
  width: 405px;
}

.recommend_main_top_text_off span {
  font-size: 10.7rem;
}

.recommend_main_top_text_day {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  margin-top: 20px;
}

.recommend_main_top_text_attention {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 5px;
  text-align: center;
}

.recommend_main_price {
  margin: 0 auto;
  width: 766px;
}

.recommend_main_price img {
  width: 100%;
}

.recommend_main_cta_text {
  color: #f79524;
  display: table;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.192307692307692;
  margin: 0 auto -10px;
  position: relative;
}

.recommend_main_cta_text::before {
  background-image: url(../images/recommend_main_cta_text_left.png);
  background-size: contain;
  content: '';
  display: block;
  height: 27px;
  left: -27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.recommend_main_cta_text::after {
  background-image: url(../images/recommend_main_cta_text_right.png);
  background-size: contain;
  content: '';
  display: block;
  height: 27px;
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.recommend_main_cta_btn {
  display: block;
  margin: 0 auto;
  width: 730px;
}

.recommend_main_cta_btn img {
  width: 100%;
}

.recommend_main_cta_btn_after_text {
  font-size: 1.4rem;
  text-align: center;
}

.recommend_main_cta_btn_after_text a {
  text-decoration: underline;
}

.recommend_off_lists {
  display: flex;
  margin: 32px auto 0;
  margin-top: 32px;
  max-width: 798px;
}

.recommend_off_lists_item {
  margin-left: 22px;
  width: calc(25% - 17px);
}

.recommend_off_lists_item:first-of-type {
  margin-left: 0;
}

.recommend_main_attention {
  font-size: 1.4rem;
  margin-top: 23px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recommend {
    margin-top: 43px;
  }

  .recommend_title_sub {
    margin: 0 auto;
    width: 152px;
  }

  .recommend_title_main {
    margin: -20px auto;
    width: 320px;
  }

  .recommend_attention {
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .recommend_main {
    margin-top: 90px;
    padding: 14px 11px 20px;
  }

  .recommend_main_icon {
    left: 50%;
    position: absolute;
    right: auto;
    top: -58px;
    transform: translateX(-50%);
    width: 136px;
  }

  .recommend_main_top {
    display: block;
    padding: 50px 0 30px 17px;
  }

  .recommend_main_top_img {
    width: 100%;
  }

  .recommend_main_top_text {
    margin-left: 0;
    padding-right: 17px;
    padding-top: 0;
    width: 100%;
  }

  .recommend_main_top_text_off::after {
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 299px;
  }

  .recommend_main_top_text_name {
    font-size: 1.8rem;
  }

  .recommend_main_top_text_ml {
    font-size: 1.3rem;
    margin-top: 5px;
  }

  .recommend_main_top_text_always {
    font-size: 1.8rem;
    line-height: 47px;
    margin: 11px auto 0;
    width: 285px;
  }

  .recommend_main_top_text_always span::before {
    height: 4px;
    left: 5px;
    top: -2px;
    width: 4px;
  }

  .recommend_main_top_text_off {
    color: #fff;
    font-size: 8.2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
    position: relative;
    text-align: center;
  }

  .recommend_main_top_text_off span {
    font-size: 7.4rem;
  }

  .recommend_main_top_text_day {
    font-size: 1.8rem;
    margin-top: 10px;
    text-align: center;
  }

  .recommend_main_top_text::after {
    bottom: 25px;
    content: '';
    height: 22px;
    position: absolute;
    right: calc(50% - 120px);
    width: 19px;
  }

  .recommend_main_top_text_attention {
    font-size: 1.2rem;
    margin-top: 5px;
  }

  .recommend_main_price {
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
  }

  .recommend_main_cta_text {
    font-size: 1.7rem;
    margin: 0 auto;
    text-align: center;
  }

  .recommend_main_cta_text::before {
    background-image: url(../images/recommend_main_cta_text_left_sp.png);
    height: 37px;
    left: -27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }

  .recommend_main_cta_text::after {
    background-image: url(../images/recommend_main_cta_text_right_sp.png);
    height: 37px;
    position: absolute;
    right: -27px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }

  .recommend_main_cta_btn {
    margin-top: 4px;
    width: 100%;
  }

  .recommend_main_cta_btn_after_text {
    font-size: 1.2rem;
  }

  .recommend_off_lists {
    display: flex;
    flex-wrap: wrap;
    margin: 18px auto 0;
  }

  .recommend_off_lists_item {
    margin-left: 8px;
    width: calc(50% - 4px);
  }

  .recommend_off_lists_item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .recommend_off_lists_item:nth-child(n + 3) {
    margin-top: 8px;
  }

  .recommend_main_attention {
    font-size: 1.2rem;
    margin-top: 14px;
  }
}

/* ------------------------------------------
  strength
------------------------------------------ */
.strength {
  margin-top: 70px;
}

.strength_top_img {
  margin: 0 auto;
  width: 409px;
}

.strength_top_black {
  background: #000;
  border-radius: 25.5px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 51px;
  margin: 27px auto 0;
  position: relative;
  text-align: center;
  width: 508px;
}

.strength_top_black::after {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 18px 10.5px 0 10.5px;
  bottom: -14px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.strength_top_black02 {
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
}

.strength_main {
  background-image: url(../images/strength_main_back.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 37px;
  padding: 60px 0;
}

.strength_main_item {
  background-color: #fff;
  border: 1px #000 solid;
  border-radius: 10px;
  padding: 45px 35px 35px;
  position: relative;
}

.strength_main_item:first-of-type::before {
  background-image: url(../images/strength_main_item_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 495px;
  left: 20px;
  position: absolute;
  top: -430px;
  width: 131px;
  z-index: 0;
}

.strength_main_item:first-of-type::after {
  background-image: url(../images/strength_main_item_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 533px;
  position: absolute;
  right: 0;
  top: -480px;
  width: 136px;
  z-index: 0;
}

.strength_main_item_cell {
  height: 253px;
  position: absolute;
  right: -75px;
  top: -44px;
  width: 253px;
  z-index: 1;
}

.strength_main_item_title {
  background-image: url(../images/strength_main_item_title_icon.png);
  background-position: top right 265px;
  background-repeat: no-repeat;
  background-size: 104px auto;
  border-bottom: 3px #000  dotted;
  color: #000;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.454545454545455;
  margin: 0 auto;
  padding-bottom: 10px;
}

.strength_main_item_title span {
  color: #d18eb8;
}

.strength_main_item_content {
  display: flex;
  justify-content: center;
  margin: 41px auto 0;
  position: relative;
}

.strength_main_item_content::after {
  background-image: url(../images/strength_main_item_content_x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  font-weight: 400;
  height: 69px;
  left: 50%;
  position: absolute;
  top: 210px;
  transform: translateX(-50%);
  width: 69px;
}

.strength_main_item_content_item {
  width: calc(50% - 54px);
}

.strength_main_item_content_item + .strength_main_item_content_item {
  margin-left: 108px;
}

.strength_main_item_content_item_icon {
  align-items: center;
  display: flex;
  height: 189px;
}

.strength_main_item_content_item_icon_img {
  margin: 0 auto;
  width: 370px;
}

.strength_main_item_content_item_icon_img.loveliner {
  padding-top: 22px;
  width: 239px;
}

.strength_main_item_content_item_title {
  background-color: #d18eb8;
  color: #fff;
  display: table;
  font-size: 2.6rem;
  font-weight: bold;
  font-weight: 400;
  line-height: 32px;
  margin: 30px auto 0;
  padding: 0 8px;
}

.strength_main_item_content_item_desc {
  font-size: 1.7rem;
  line-height: 1.411764705882353;
  margin-top: 12px;
  text-align: center;
}

.strength_main_item_content_item_desc span {
  display: inline!important;
}

.strength_main_item_content_item_title .small_number {
  font-size: .6em!important;
}

.strength_main_item_attention {
  color: #484545;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.142857142857143;
  margin-top: 33px;
}

.strength_main_item + .strength_main_item {
  margin-top: 27px;
}

.strength_main_item + .strength_main_item .strength_main_item_title {
  background-image: url(../images/strength_main_item_title_icon2.png);
  background-position: top right 345px;
  background-size: 35px auto;
}

.strength_main_item_eye {
  height: 253px;
  position: absolute;
  right: -80px;
  top: -64px;
  width: 253px;
  z-index: 1;
}

.strength_main_item_content.eye {
  margin: 30px auto 0;
}

.strength_main_item_content.eye::after {
  content: none;
}

.strength_main_item_content.eye .strength_main_item_content_item {
  width: calc(100% - 52px);
}

.strength_main_item_content.eye .strength_main_item_content_item + .strength_main_item_content_item {
  margin-left: 104px;
}

.strength_main_item_content.eye .strength_main_item_content_item_icon {
  height: auto;
}

.strength_main_item_content.eye .strength_main_item_content_item_icon_img {
  width: 100%;
}

.strength_main_item_content.eye .strength_main_item_content_item_title {
  margin-top: 25px;
}

.strength_main_item_attention.eye {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .strength {
    margin-top: 40px;
    overflow-x: hidden;
  }

  .strength_top_img {
    width: 226px;
  }

  .strength_top_black {
    font-size: 1.5rem;
    line-height: 33px;
    margin: 17px auto 0;
    width: 325px;
  }
  .strength_top_black::after {
    border-width: 11px 6.5px 0 6.5px;
    bottom: -8px;
  }

  .strength_top_black02 {
    font-size: 3.1rem;
  }

  .strength_main {
    margin-top: 22px;
    padding: 46px 0;
  }

  .strength_top {
    position: relative;
    z-index: 1;
  }

  .strength_main_item {
    padding: 38px 23px 35px;
    z-index: 0;
  }

  .strength_main_item:first-of-type::before {
    background-image: url(../images/strength_main_item_01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    height: 325px;
    left: -22px;
    position: absolute;
    top: -250px;
    width: 81px;
    z-index: -1;
  }

  .strength_main_item:first-of-type::after {
    background-image: url(../images/strength_main_item_02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    height: 323px;
    position: absolute;
    right: -32px;
    top: -295px;
    width: 75px;
    z-index: 0;
  }

  .strength_main_item_title {
    background-position: top left 107px;
    background-size: 53px auto;
    font-size: 2.4rem;
    line-height: 1.333333333333333;
    margin: 0 auto;
    padding-bottom: 6px;
    text-align: left;
    width: 100%;
  }

  .strength_main_item_cell {
    height: 150px;
    position: absolute;
    right: -40px;
    top: -36px;
    width: 150px;
  }

  .strength_main_item_content {
    display: block;
    margin: 24px auto 0;
  }

  .strength_main_item_content_item {
    width: 100%;
  }

  .strength_main_item_content_item_icon {
    height: auto;
  }

  .strength_main_item_content_item_icon_img {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }

  .strength_main_item_content_item_title {
    font-size: 2.1rem;
    line-height: 30px;
    margin: 18px auto 0;
    padding: 0 4px;
  }

  .strength_main_item_content_item_desc {
    font-size: 1.6rem;
    letter-spacing: -.04em;
    line-height: 1.4;
    margin-top: 10px;
  }

  .strength_main_item_content::after {
    height: 51px;
    top: 290px;
    width: 51px;
  }

  .strength_main_item_content_item + .strength_main_item_content_item {
    margin-left: 0;
    margin-top: 76px;
  }

  .strength_main_item_content_item_icon_img.loveliner {
    padding-top: 0;
    width: 211px;
  }

  .strength_main_item_attention {
    font-size: 1.2rem;
    line-height: 1.333333333333333;
    margin-top: 27px;
  }

  .strength_main_item_eye {
    height: 150px;
    left: auto;
    position: absolute;
    right: -40px;
    top: -50px;
    width: 150px;
  }

  .strength_main_item + .strength_main_item {
    margin-top: 18px;
  }

  .strength_main_item + .strength_main_item .strength_main_item_title {
    background-image: url(../images/strength_main_item_title_icon2.png);
    background-position: top left 165px;
    background-size: 22px auto;
  }

  .strength_main_item_content.eye {
    margin: 19px auto 0;
    width: 100%;
  }

  .strength_main_item_content.eye .strength_main_item_content_item {
    width: 100%;
  }

  .strength_main_item_content.eye .strength_main_item_content_item + .strength_main_item_content_item {
    margin-left: 0;
    margin-top: 30px;
  }

  .strength_main_item_content.eye .strength_main_item_content_item_title {
    margin-top: 19px;
  }

  .strength_main_item_attention.eye {
    text-align: left;
  }
}

/* ------------------------------------------
  component
------------------------------------------ */
.component {
  background-image: url(../images/component_back.png);
  background-position: top;
  background-size: cover;
  margin-top: 64px;
  padding-bottom: 53px;
}

.component .container2 {
  position: relative;
}

.component_text {
  padding-top: 150px;
  width: 100%;
}

.component_text_title_top {
  width: 387px;
}

.component_text_title_top img {
  width: 100%;
}

.component_text_title_main {
  color: #d18eb8;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.18;
  margin-top: 10px;
}

.component_text_title_bottom {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}

.component_text_more {
  margin-top: 66px;
}

.component_text_more_title {
  color: #d18eb8;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.component_text_more_title::before {
  background-image: url(../images/component_text_more_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 37px;
  left: 0;
  position: absolute;
  top: -35px;
  width: 93px;
}

.component_text_more_desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.666666666666667;
  margin-top: 10px;
}

.component_text_more_attention {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 20px;
}

.component_img {
  position: absolute;
  right: -90px;
  top: -40px;
  width: 615px;
}

@media screen and (max-width: 767px) {
  .component {
    background-image: url(../images/component_back_sp.png);
    margin-top: 52px;
    padding-bottom: 40px;
  }

  .overflow {
    min-height: 706px;
    overflow-x: hidden;
  }

  .component .container2 {
    margin: 0 auto;
    max-width: 400px;
    padding: 0 15px;
    position: relative;
    z-index: 0;
  }

  .component_text {
    padding-top: 70px;
  }

  .component_text_title_top {
    width: 266px;
  }

  .component_img {
    right: -70px;
    top: 90px;
    width: 360px;
    z-index: -1;
  }

  .component_text_title_main {
    font-size: 3.2rem;
    margin-top: 10px;
  }

  .component_text_title_bottom {
    font-size: 1.8rem;
    margin-top: 10px;
  }

  .component_text_more {
    margin-top: 30px;
  }

  .component_text_more_title {
    font-size: 3.2rem;
  }

  .component_text_more_title::before {
    background-image: url(../images/component_text_more_icon_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    height: 31px;
    left: 140px;
    position: absolute;
    top: -5px;
    width: 78px;
  }

  .component_text_more_desc {
    font-size: 1.5rem;
    margin-top: 10px;
  }

  .component_text_more_attention {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.333333333333333;
    margin-top: 14px;
  }
}

/* ------------------------------------------
  design
------------------------------------------ */
.design {
  background-image: url(../images/design_back.png);
  background-position: top;
  background-size: cover;
  margin-top: 103px;
}

.design .container2 {
  padding: 72px 0 112px;
  position: relative;
}

.design_title {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.428571428571429;
  position: relative;
  text-align: center;
  z-index: 0;
}

.design_content_box:first-of-type .design_title::before {
  background-image: url(../images/design_more.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 94px;
  left: 50%;
  position: absolute;
  top: -90px;
  transform: translateX(-50%);
  width: 199px;
  z-index: 0;
}

.design_title span {
  font-size: 3.3rem;
  line-height: 1.363636363636364;
}

.design_content {
  background-color: #fff;
  border: 1px #000 solid;
  border-radius: 19px;
  margin-top: 26px;
  padding: 48px 0 46px;
  position: relative;
  z-index: 0;
}

.design_content_box {
  position: relative;
  z-index: 0;
}

.design_content_image {
  left: 80px;
  position: absolute;
  top: -120px;
  width: 146px;
  z-index: -1;
}

.design_content_title {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.design_content_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 26px;
}

.design_content_lists_item {
  margin-left: 17px;
  width: 113px;
}

.design_content_lists_item:nth-of-type(1) {
  margin-left: 0;
}

.design_content_lists_item:nth-of-type(6) {
  margin-left: 0;
}

.design_content_lists_item:nth-of-type(n + 6) {
  margin-top: 8px;
}

.design_content_lists_item_left {
  margin-left: 100%;
}

.design_content_check {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.design_content_check_item {
  background-image: url(../images/design_content_check.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 21px 20px;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 20px;
  margin-left: 18px;
  padding-left: 27px;
}

.design_content_attention {
  color: #484545;
  font-size: 1.4rem;
  margin-top: 29px;
  text-align: center;
}

.design_content_box + .design_content_box {
  margin-top: 41px;
}

.design_brush {
  background-color: #fff;
  border: 1px #000 solid;
  border-radius: 19px;
  margin-top: 26px;
  margin-top: 34px;
  padding: 63px 0 61px;
  position: relative;
  z-index: 0;
}

.design_brush_text {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.652173913043478;
  text-align: center;
}

.design_brush_text span {
  color: #d18eb8;
}

.design_brush_img {
  margin: 35px auto 0;
  width: 749px;
}

@media screen and (max-width: 767px) {
  .design {
    margin-top: 0;
    position: relative;
    z-index: 0;
  }

  .design_image {
    width: 93px;
  }

  .design_content_image {
    bottom: 0;
    left: auto;
    right: 10px;
    top: auto;
    width: 104px;
    z-index: 1;
  }

  .design .container2 {
    padding: 51px 0 112px;
    position: relative;
    z-index: 0;
  }

  .design_title {
    font-size: 2.5rem;
    line-height: 1.44;
  }

  .design_content_box:first-of-type .design_title::before {
    height: 71px;
    top: -85px;
    width: 151px;
  }

  .design_content {
    background-color: #fff;
    margin-top: 12px;
    padding: 34px 33px 33px;
  }

  .design_content_title {
    font-size: 2rem;
    line-height: 29px;
  }

  .design_content_lists {
    justify-content: space-between;
    margin: 21px auto 0;
    max-width: 280px;
  }

  .design_content_lists_item {
    margin-left: 0;
    width: 85px;
  }

  .design_content_lists_item_left {
    display: none;
  }

  .design_content_lists_item:nth-of-type(1) {
    margin-left: 0;
  }

  .design_content_lists_item:nth-of-type(6) {
    margin-left: 0;
  }

  .design_content_lists_item:nth-of-type(n + 6) {
    margin-top: 12px;
  }

  .design_content_lists_item:nth-of-type(n + 4) {
    margin-top: 12px;
  }

  .design_content_check {
    display: table;
    margin: 33px auto 0;
  }

  .design_content_check_item {
    background-size: 19px 18px;
    font-size: 1.4rem;
    letter-spacing: .025em;
    line-height: 19px;
    margin-left: 0;
    padding-left: 27px;
  }

  .design_content_check_item + .design_content_check_item {
    margin-top: 6px;
  }

  .design_content_attention {
    font-size: 1.2rem;
    margin-top: 15px;
    text-align: left;
  }

  .design_content_box + .design_content_box {
    margin-top: 40px;
  }

  .design_brush {
    display: block;
    margin-top: 12px;
    padding: 36px 0 26px;
  }

  .design_brush_text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.444444444444444;
    padding: 0;
  }

  .design_brush_img {
    margin: 0;
    width: 100%;
  }
}

/* ------------------------------------------
  recommend02
------------------------------------------ */
.recommend02 {
  margin-top: 100px;
}

.recommend02 .recommend_main {
  padding-bottom: 35px;
}

.recommend_main_point {
  margin-top: 55px;
}

.recommend_main_point_top {
  border-bottom: 3px #000 dotted;
  border-top: 3px #000 dotted;
  margin: 0 auto;
  max-width: 631px;
  padding: 28px 0 15px;
  position: relative;
}

.recommend_main_point_icon {
  left: 50%;
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  width: 157px;
}

.recommend_main_point_title {
  font-size: 33px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.recommend_main_point_title_dotted {
  color: #d18eb8;
  display: block;
  font-size: 3.9rem;
  margin-top: 10px;
}

.recommend_main_point_desc {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}

.recommend_main_point_flex {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  padding: 0 30px;
}

.recommend_main_point_flex_item {
  background-color: #fff;
  border: 1px #000 solid;
  border-radius: 10px;
  border-radius: 10px;
  padding: 54px 22px 30px;
  width: 408px;
}

.recommend_main_point_flex_item + .recommend_main_point_flex_item {
  margin-left: 27px;
}

.recommend_main_point_flex_item_img_box {
  height: 120px;
}

.recommend_main_point_flex_item_img_box.img01 {
  padding-top: 8px;
}

.recommend_main_point_flex_item_img {
  margin: 0 auto;
}

.recommend_main_point_flex_item_img_box.img01 .recommend_main_point_flex_item_img {
  width: 221px;
}

.recommend_main_point_flex_item_img_box.img02 .recommend_main_point_flex_item_img {
  width: 163px;
}

.recommend_main_point_flex_item_text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.647058823529412;
  text-align: center;
}

.recommend_main_point_flex_item_text span {
  color: #d18eb8;
}

.recommend_main_point_flex_item_attention {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 15px;
  text-align: center;
}

.recommend_main_point_care.only_pc {
  background-color: #000;
  color: #fff;
  display: table;
  font-size: 3.3rem;
  line-height: 46px;
  margin: 42px auto 0;
  padding: 0 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recommend_main_point {
    margin-top: 46px;
    padding: 0 10px;
  }

  .recommend_main_point_icon {
    top: -20px;
    width: 100px;
  }

  .recommend_main_point_top {
    padding: 19px 0 11px;
  }

  .recommend_main_point_title {
    font-size: 27px;
    line-height: 1.296296296296296;
  }

  .recommend_main_point_title_dotted {
    font-size: 3.4rem;
    margin-top: 4px;
  }

  .recommend_main_point_desc {
    font-size: 1.6rem;
    line-height: 1.4375;
    margin-top: 11px;
  }

  .recommend_main_point_flex {
    display: block;
    margin-top: 19px;
    padding: 0;
  }

  .recommend_main_point_flex_item {
    background-color: #fff;
    border-radius: 10px;
    line-height: 1.666666666666667;
    padding: 31px 13px 24px;
    width: 100%;
  }

  .recommend_main_point_flex_item_img_box.img01 {
    padding-top: 0;
  }

  .recommend_main_point_flex_item_img_box {
    height: auto;
  }

  .recommend_main_point_flex_item_img_box.img01 .recommend_main_point_flex_item_img {
    width: 141px;
  }

  .recommend_main_point_flex_item_text {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 19px;
  }

  .recommend_main_point_flex_item_attention {
    font-size: 1.2rem;
    line-height: 1.333333333333333;
    margin-top: 12px;
  }

  .recommend_main_point_flex_item + .recommend_main_point_flex_item {
    margin-left: 0;
    margin-top: 13px;
    padding: 34px 15px 27px;
  }

  .recommend_main_point_flex_item_img_box.img02 .recommend_main_point_flex_item_img {
    width: 109px;
  }

  .recommend_main_point_care.only_sp {
    margin-top: 35px;
  }

  .recommend_main_point_care.only_sp span {
    background-color: #000;
    color: #fff;
    display: table;
    font-size: 2.4rem;
    line-height: 35px;
    margin: 0 auto;
    padding: 0 4px;
    text-align: center;
  }

  .recommend_main_point_care.only_sp span + span {
    margin-top: 6px;
  }
}

/* ------------------------------------------
  care
------------------------------------------ */
.care {
  margin-top: 64px;
  padding-top: 64px;
  position: relative;
}

.care::after {
  background-color: #e5e5e5;
  content: '';
  height: 472px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.care_top_title_top {
  margin: 0 auto;
  width: 282px;
}

.care_top_title_top img {
  width: 100%;
}

.care_top_title_main {
  margin: -10px auto;
  width: 624px;
}

.care_top_title_main img {
  width: 100%;
}

.care_top_sub {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}

.care_top_attention {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}

.care_main {
  background-color: #fff;
  border: 1px #000 solid;
  margin-top: 30px;
  padding: 56px 72px 53px;
  position: relative;
}

.care_main_icon {
  position: absolute;
  right: 68px;
  top: -20px;
  width: 160px;
}

.care_main_title {
  color: #d18eb8;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.407407407407407;
  text-align: center;
}

.care_main_how {
  margin: 17px auto 0;
  width: 185px;
}

.care_main_content {
  margin-top: 41px;
}

.care_main_content_title {
  background-color: #d18eb8;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}

.care_main_content_flex {
  display: flex;
  margin-top: 26px;
}

.care_main_content_flex_img {
  width: 322px;
}

.care_main_content_flex_img img {
  width: 100%;
}

.care_main_content_flex_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 32px;
  width: calc(100% - 322px);
}

.care_main_content_flex_text_box_title {
  background-image: url(../images/care_main_content_flex_text_box_title_number01.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 28px auto;
  color: #d18eb8;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 38px;
}

.care_main_content_flex_text_box_title.no02 {
  background-image: url(../images/care_main_content_flex_text_box_title_number02.png);
  background-size: 33px auto;
}

.care_main_content_flex_text_box_title.no03 {
  background-image: url(../images/care_main_content_flex_text_box_title_number03.png);
  background-size: 31px auto;
}

.care_main_content_flex_text_box_title.no04 {
  background-image: url(../images/care_main_content_flex_text_box_title_number04.png);
  background-size: 30px auto;
}

.care_main_content_flex_text_box_title.no05 {
  background-image: url(../images/care_main_content_flex_text_box_title_number05.png);
  background-size: 31px auto;
}


.care_main_content_flex_text_box_desc {
  font-size: 1.7rem;
  line-height: 1.588235294117647;
  margin-top: 11px;
}

.care_main_content_flex_text_box_desc + .care_main_content_flex_text_box_desc {
  margin-top: 30px;
}

.care_main_content_flex_text_box + .care_main_content_flex_text_box {
  margin-top: 40px;
}

.care_main_content_flex + .care_main_content_flex {
  margin-top: 21px;
}

@media screen and (max-width: 767px) {
  .care {
    margin-top: 47px;
    padding-top: 48px;
  }

  .care::after {
    height: 300px;
  }

  .care_top_title_top {
    width: 157px;
  }

  .care_top_title_main {
    margin: -10px auto;
    max-width: 355px;
    width: 100%;
  }

  .care_top_sub {
    font-size: 1.8rem;
  }

  .care_top_attention {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
  }

  .care_main {
    background-color: #fff;
    border: 1px #000 solid;
    margin-top: 33px;
    padding: 88px 20px 30px;
    position: relative;
  }

  .care_main_icon {
    left: 50%;
    position: absolute;
    right: auto;
    top: -12px;
    transform: translateX(-50%);
    width: 87px;
  }

  .care_main_title {
    font-size: 2.1rem;
  }

  .care_main_how {
    margin: 15px auto 0;
    width: 125px;
  }

  .care_main_content {
    margin-top: 30px;
  }

  .care_main_content_title {
    font-size: 1.9rem;
    line-height: 33px;
  }

  .care_main_content_flex {
    display: block;
    margin-top: 9px;
  }

  .care_main_content_flex_img {
    width: 100%;
  }

  .care_main_content_flex_text {
    display: block;
    margin-top: 23px;
    padding-left: 0;
    width: 100%;
  }

  .care_main_content_flex_text_box_title {
    background-size: 25px auto;
    font-size: 1.8rem;
    padding-left: 33px;
  }

  .care_main_content_flex_text_box_title.no02 {
    background-size: 29px auto;
  }

  .care_main_content_flex_text_box_title.no03 {
    background-size: 27px auto;
  }

  .care_main_content_flex_text_box_title.no04 {
    background-size: 26px auto;
  }

  .care_main_content_flex_text_box_title.no05 {
    background-size: 27px auto;
  }

  .care_main_content_flex_text_box_desc {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 6px;
  }

  .care_main_content_flex_text_box + .care_main_content_flex_text_box {
    margin-top: 20px;
  }

  .care_main_content_flex_text_box_desc + .care_main_content_flex_text_box_desc {
    margin-top: 20px;
  }
}

/* ------------------------------------------
  review
------------------------------------------ */
.review {
  background-color: #fbf2f6;
  padding: 112px 0 67px;
}

.review_title {
  border-bottom: 1px #000 solid;
  border-top: 1px #000 solid;
  display: table;
  font-size: 36px;
  font-weight: 500;
  line-height: 61px;
  margin: 0 auto;
  position: relative;
}

.review_title::before {
  background-image: url(../images/review_title_top.png);
  background-position: center;
  background-size: 100%;
  content: '';
  height: 33px;
  left: 50%;
  position: absolute;
  top: -42px;
  transform: translateX(-50%);
  width: 175px;
}

.review_main {
  margin: 50px auto 0;
  max-width: 900px;
}

.review_main_item {
  align-items: center;
  display: flex;
}

.review_main_item + .review_main_item {
  margin-top: 36px;
}

.review_main_item:nth-child(2n) {
  flex-direction: row-reverse;
}

.review_main_item_text {
  align-items: center;
  background-color: #fff;
  border: 1px #000 solid;
  border-radius: 10px;
  display: flex;
  min-height: 108px;
  padding: 25px 30px;
  position: relative;
  width: 639px;
}

.review_main_item_text::after {
  background-image: url(../images/review_main_item_text_arrow_right.png);
  background-position: center;
  background-size: 100%;
  bottom: 23px;
  content: '';
  height: 14px;
  position: absolute;
  right: -20px;
  width: 22px;
}

.review_main_item:nth-child(2n) .review_main_item_text::after {
  background-image: url(../images/review_main_item_text_arrow_left.png);
  left: -20px;
  right: auto;
}

.review_main_item_text_p {
  font-size: 1.7rem;
  line-height: 1.588235294117647;
}

.review_main_item_text_p span {
  color: #d18eb8;
}

.review_main_item_user {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-left: 33px;
  width: calc(100% - 672px);
}

.review_main_item_user img {
  width: 93px;
}

.review_main_item_user p {
  font-size: 1.7rem;
  font-weight: bold;
}

.review_main_item:nth-child(2n) .review_main_item_user {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 33px;
}

.review_main_item:nth-child(3) .review_main_item_user img {
  width: 106px;
}

.review_main_item:nth-child(4) .review_main_item_user img {
  width: 86px;
}

.review_attention {
  font-size: 1.4rem;
  margin-top: 37px;
  text-align: center;
}

.review_attention + .review_attention {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .review {
    background-color: #fbf2f6;
    margin-top: 81px;
    padding: 89px 0 57px;
  }

  .review_title {
    font-size: 2.8rem;
    line-height: 54px;
  }

  .review_title::before {
    height: 26px;
    top: -38px;
    width: 140px;
  }

  .review_main {
    margin: 37px auto 0;
    padding: 0 10px;
  }

  .review_main_item {
    align-items: flex-end;
  }

  .review_main_item_text {
    align-items: center;
    background-color: #fff;
    border: 1px #000 solid;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    min-height: 108px;
    padding: 21px 12px;
    position: relative;
    width: calc(100% - 84px);
  }

  .review_main_item_text::after {
    bottom: auto;
    height: 13px;
    top: 75px;
    width: 21.5px;
  }

  .review_main_item:nth-child(2) .review_main_item_text::after {
    bottom: 75px;
    top: auto;
  }

  .review_main_item:nth-child(3) .review_main_item_text::after {
    bottom: 80px;
    top: auto;
  }

  .review_main_item:nth-child(4) .review_main_item_text::after {
    bottom: 27px;
    top: auto;
  }

  .review_main_item_text_p {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .review_main_item_user {
    display: block;
    margin-left: 24px;
    width: 60px;
  }

  .review_main_item:nth-child(2n) .review_main_item_user {
    margin-left: 0;
    margin-right: 24px;
  }

  .review_main_item:nth-child(2) .review_main_item_user {
    width: 57px;
  }

  .review_main_item:nth-child(3) .review_main_item_user {
    width: 68px;
  }

  .review_main_item:nth-child(4) .review_main_item_user {
    width: 57px;
  }

  .review_main_item_user p {
    font-size: 1.3rem;
    margin: 0 -20px;
    text-align: center;
  }

  .review_attention {
    font-size: 1.2rem;
    margin-top: 40px;
    padding: 0 10px;
    text-align: left;
  }

  .review_attention + .review_attention {
    margin-top: 0;
  }
}

/* ------------------------------------------
  recommend03
------------------------------------------ */
.recommend03 {
  margin-top: 147px;
}

.recommend03 .container2 {
  border: 1px #000 solid;
  padding: 62px 0 125px;
  position: relative;
}

.recommend03_product {
  left: -60px;
  position: absolute;
  top: -215px;
  width: 345px;
}

.recommend03 .recommend_main_icon {
  left: 50%;
  right: auto;
  top: -85px;
  transform: translateX(-50%);
}

.recommend03 .recommend_main_price {
  width: 753px;
}

.recommend03 .recommend_main_cta {
  bottom: -89px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .recommend03 {
    margin-top: 103px;
  }

  .recommend03 .recommend_main_icon {
    left: 50%;
    right: auto;
    top: -72px;
    transform: translateX(-50%);
  }

  .recommend03_product {
    display: none;
  }

  .recommend03 .container2 {
    border-left: none;
    border-right: none;
    margin: 0;
    padding: 37px 25px 21vw;
    position: relative;
  }

  .recommend03 .recommend_main_price {
    width: 100%;
  }

  .recommend03 .recommend_main_cta {
    bottom: -12vw;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }

  .recommend03 .recommend_main_cta_btn {
    margin-top: 4px;
    width: calc(100vw - 50px);
  }
}

/* ------------------------------------------
  salon
------------------------------------------ */
.salon {
  background-image: url(../images/salon_back.png);
  background-position: top;
  background-size: cover;
  margin-top: 157px;
  padding: 76px 0;
}

.salon_pro {
  background-color: #fff;
  display: flex;
  padding: 48px 44px 50px 47px;
  position: relative;
}

.salon_pro_voice {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 131px;
}

.salon_pro_content {
  padding-right: 72px;
  padding-top: 84px;
  width: calc(100% - 361px);
}

.salon_pro_title {
  left: -10px;
  position: absolute;
  top: -10px;
}

.salon_pro_title span {
  background-color: #000;
  color: #fff;
  display: table;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 52px;
  padding: 0 10px;
  text-align: center;
}

.salon_pro_title span + span {
  margin-top: 7px;
}

.salon_pro_title_icon {
  left: 358px;
  position: absolute;
  top: 60px;
  width: 68px;
}

.salon_pro_desc {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.salon_pro_content_info {
  margin-top: 35px;
}

.salon_pro_content_info_title {
  border-bottom: 1px #d18eb8 solid;
  padding-bottom: 12px;
}

.salon_pro_content_info_title_profile {
  width: 122px;
}

.salon_pro_content_info_title_comment {
  width: 168px;
}

.salon_pro_content_info_desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 15px;
}

.salon_pro_content_info_attention {
  font-size: 1.4rem;
  margin-top: 30px;
}

.salon_pro_img {
  width: 361px;
}

.salon_pro_img img {
  width: 100%;
}

.salon_next {
  margin-top: 60px;
}

.salon_sub_title {
  background-color: #fff;
  color: #625fa2;
  display: table;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 35px;
  margin: 0 auto;
  padding: 0 5px;
  position: relative;
  text-align: center;
}

.salon_sub_title::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  bottom: -18px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.salon_title {
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 22px;
  text-align: center;
}

.salon_title span {
  font-size: 3.2rem;
}

.salon_title span.color {
  color: #625fa2;
  font-size: 4.1rem;
}

.salon_procare {
  background-color: #fff;
  margin-top: 34px;
  padding: 33px 46px 40px;
  position: relative;
}

.salon_procare_flex {
  display: flex;
}

.salon_procare_icon {
  left: -15px;
  position: absolute;
  top: -12px;
  width: 192px;
}

.salon_procare_img {
  width: 394px;
}

.salon_procare_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  width: calc(100% - 394px);
}

.salon_procare_text_title {
  color: #625fa2;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.salon_procare_text_desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 16px;
}

.salon_procare_bottom {
  font-size: 1.6rem;
  line-height: 1.6875;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .salon {
    background-image: url(../images/salon_back.png);
    background-position: top;
    background-size: cover;
    margin-top: 109px;
    padding: 24px 15px 48px;
  }

  .salon .container2 {
    margin: 0;
  }

  .salon_pro {
    background-color: #fff;
    display: block;
    padding: 89px 22px 35px;
    position: relative;
  }

  .salon_pro_title {
    left: -15px;
    top: -24px;
  }

  .salon_pro_title span {
    background-color: #000;
    color: #fff;
    display: table;
    font-size: 2.7rem;
    line-height: 37px;
    padding: 0 10px;
    text-align: center;
  }

  .salon_pro_title span + span {
    margin-top: 5px;
  }

  .salon_pro_title_icon {
    left: auto;
    position: absolute;
    right: 13px;
    top: 28px;
    width: 52px;
  }

  .salon_pro_content {
    padding-right: 0;
    padding-top: 0;
    width: 100%;
  }

  .salon_pro_voice {
    position: absolute;
    right: 0;
    top: 54px;
    width: 96px;
  }

  .salon_pro_desc {
    font-size: 2rem;
  }

  .salon_pro_content_info {
    margin-top: 20px;
  }

  .salon_pro_content_info_title {
    padding-bottom: 10px;
  }

  .salon_pro_content_info_title_profile {
    width: 87px;
  }

  .salon_pro_content_info_desc {
    font-size: 1.5rem;
    margin-top: 13px;
  }

  .salon_pro_content_info_title_comment {
    width: 120px;
  }

  .salon_pro_content_info_attention {
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .salon_pro_img {
    margin-top: 26px;
    width: 100%;
  }

  .salon_next {
    margin-top: 37px;
  }

  .salon_sub_title {
    font-size: 1.8rem;
    line-height: 26px;
    padding: 0 5px;
  }

  .salon_sub_title::after {
    border-width: 14px 7.5px 0 7.5px;
    bottom: -12px;
  }

  .salon_title {
    font-size: 2.1rem;
    margin-top: 16px;
  }

  .salon_title span.color {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .salon_title span {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .salon_procare {
    margin-top: 34px;
    padding: 9px 10px 28px;
  }

  .salon_procare_icon {
    left: -15px;
    position: absolute;
    top: -54px;
    width: 128px;
  }

  .salon_procare_flex {
    display: block;
  }

  .salon_procare_img {
    width: 100%;
  }

  .salon_procare_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 16px;
    padding-left: 0;
    width: 100%;
  }

  .salon_procare_text_title {
    font-size: 1.8rem;
    text-align: center;
  }

  .salon_procare_text_desc {
    font-size: 1.5rem;
    margin-top: 6px;
    text-align: center;
  }

  .salon_procare_bottom {
    border-top: 1px #625fa2 solid;
    font-size: 1.5rem;
    margin-top: 16px;
    padding-top: 16px;
  }
}

/* ------------------------------------------
  try
------------------------------------------ */
.try {
  margin-top: 69px;
}

.try_main_title {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.try_main_title_big {
  display: block;
  font-size: 5rem;
  margin-top: 15px;
}

.try_main_title_big .border {
  position: relative;
}

.try_main_title_big .border::after {
  background-image: url(../images/try_main_title_border.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -7px;
  content: '';
  height: 28px;
  left: 0;
  position: absolute;
  width: 190px;
}

.try_main_img {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.try_main_img_item {
  width: 399px;
}

.try_main_img_item + .try_main_img_item {
  margin-left: 82px;
}

.try_main_attention {
  font-size: 1.4rem;
  margin-top: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .try {
    margin-top: 50px;
  }

  .try_main_title {
    font-size: 2rem;
  }

  .try_main_title_big {
    font-size: 2.9rem;
    margin-top: 10px;
  }

  .try_main_title_big .border {
    display: table;
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
    width: 125px;
  }

  .try_main_title_big .border::after {
    background-image: url(../images/try_main_title_border.png);
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -25px;
    content: '';
    height: 28px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .try_main_img {
    display: block;
    margin-top: 28px;
  }

  .try_main_img_item {
    margin: 0 auto;
    width: 256px;
  }

  .try_main_img_item + .try_main_img_item {
    margin-left: auto;
    margin-top: 33px;
  }

  .try_main_attention {
    font-size: 1.2rem;
    line-height: 1.333333333333333;
    margin-top: 27px;
  }
}

/* ------------------------------------------
  recommend_main_buy
------------------------------------------ */
.recommend_main_buy {
  margin: 28px auto 0;
  width: 779px;
}

.recommend_main_buy_attention {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 6px;
  text-align: center;
}

.recommend02.try_after .recommend_main {
  padding-bottom: 125px;
  position: relative;
}

.recommend02.try_after .recommend_main_cta {
  bottom: -89px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .recommend_main_buy {
    margin: 28px auto 0;
    width: 100%;
  }

  .recommend_main_buy_attention {
    font-size: 1.2rem;
    margin-top: 9px;
  }

  .recommend02.try_after .recommend_main {
    padding-bottom: 22vw;
    position: relative;
  }

  .recommend02.try_after .recommend_main_cta {
    bottom: -12vw;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }

  .recommend02.try_after .recommend_main_cta_btn {
    margin-top: 4px;
    width: calc(100vw - 50px);
  }
}

/* ------------------------------------------
  qa
------------------------------------------ */
.qa {
  padding: 190px 0 82px;
}

.qa .container {
  padding: 0 10px;
}

.qa_title {
  display: table;
  font-size: 4.3rem;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
}

.qa_title::after {
  background-image: url(../images/qa_title_people.png);
  background-size: 100%;
  content: '';
  height: 282px;
  position: absolute;
  right: -172px;
  top: 50%;
  transform: translateY(-50%);
  width: 192px;
}

.qa_sub_title {
  margin: 0 auto;
  width: 68px;
}

.qa_lists {
  margin-top: 61px;
}

.qa_lists_item {
  border-bottom: 1px #000 solid;
  padding: 30px 0 30px 79px;
}

.qa_lists_item:first-of-type {
  border-top: 1px #000 solid;
}

.qa_lists_item_question {
  color: #d18eb8;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.qa_lists_item_question::before {
  background-image: url(../images/qa_question_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  font-weight: 400;
  height: 30px;
  left: -40px;
  position: absolute;
  top: -4px;
  width: 30px;
}

.qa_lists_item_answer {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.466666666666667;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 32.5333333333333vw 0 68px;
  }

  .qa .container {
    padding: 0;
  }

  .qa_title {
    font-size: 2.6rem;
  }

  .qa_title::after {
    background-image: url(../images/qa_title_people.png);
    background-size: 100%;
    content: '';
    height: 159px;
    left: -90px;
    position: absolute;
    right: auto;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    width: 108px;
  }

  .qa_sub_title {
    width: 54px;
  }

  .qa_lists {
    margin-top: 28px;
  }

  .qa_lists_item {
    padding: 22px 0 22px 47px;
  }

  .qa_lists_item_question {
    font-size: 1.9rem;
  }

  .qa_lists_item_answer {
    font-size: 1.5rem;
  }

  .qa_lists_item_question::before {
    height: 26px;
    left: -33px;
    top: 0;
    width: 26px;
  }
}

/* ------------------------------------------
  footer
------------------------------------------ */
.footer {
  background-color: #f7f2f5;
  padding: 43px 0;
}

.footer_link {
  font-size: 0;
  text-align: center;
}

.footer_link li {
  display: inline-block;
  margin: 0 20px;
}

.footer_link a {
  font-size: 1.4rem;
}

.footer_logo {
  display: block;
  margin: 43px auto 0;
  width: 118px;
}

.footer_copy {
  font-size: 1.2rem;
  letter-spacing: .06em;
  margin-top: 19px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }

  .footer_link {
    margin: 0 20px;
    text-align: left;
  }

  .footer_link li {
    display: block;
    margin: 0;
  }

  .footer_link li + li {
    margin-top: 15px;
  }

  .footer_link a {
    font-size: 1.2rem;
  }

  .footer_logo {
    width: 93px;
  }

  .footer_copy {
    margin-top: 17px;
  }
}
