/* ------------------------------------------
  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: #212121;
  font-family: 'Shippori Mincho', 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: 1000px;
}

.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;
  }

  .only_pc {
    display: none !important;
  }

  .only_sp {
    display: block !important;
  }
}

/* ------------------------------------------
  mv
------------------------------------------ */
.mv {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/mv_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 713px; */
  position: relative;
}

.mv_logo {
  display: block;
  left: 26px;
  position: absolute;
  top: 28px;
  width: 215px;
}

.mv .container {
  display: flex!important;
  justify-content: space-between;
}

.mv_title {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/mv_title_back.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 526px auto;
  margin-top: 163px;
  padding-bottom: 113px;
}

.mv_title_sub {
  font-size: 3.3rem;
  line-height: 1.454545454545455;
  padding-left: 7px;
}

.mv_title_main {
  font-size: 8.9rem;
  font-weight: 400;
  line-height: 1.269662921348315;
}

.mv_award {
  margin-right: -16px;
  margin-top: 114px;
  width: 226px;
}

@media screen and (max-width: 767px) {
  .mv {
    background-image: none;
    min-height: auto;
    position: relative;
  }

  .mv .container {
    display: none!important;
  }

  .mv_logo {
    display: block;
    left: 4.2666666666667vw;
    position: absolute;
    top: 5.3333333333333vw;
    width: 33.8666666666667vw;
  }

  .mv_sp {
    width: 100%;
  }

  .mv_sp img {
    width: 100%;
  }
}

/* ------------------------------------------
  mv_bottom
------------------------------------------ */
.mv_bottom {
  background-color: #000;
  margin-top: -62px;
  min-height: 123px;
  position: relative;
  z-index: 1;
}

.mv_bottom .container {
  position: relative;
}

.mv_bottom_logo {
  left: 0;
  position: absolute;
  top: -32px;
  width: 426px;
}

.mv_bottom_text {
  position: absolute;
  right: 0;
  top: 25px;
  width: 536px;
}

.mv_bottom_text_attention {
  color: #fff;
  font-size: 1.6rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .mv_bottom {
    margin-top: 0;
    min-height: 116px;
    padding: 0;
  }

  .mv_bottom .container {
    padding: 61px 0 14px;
    z-index: 0;
  }

  .mv_bottom_logo {
    left: 50%;
    top: -21px;
    transform: translateX(-50%);
    width: 280px;
    z-index: -1;
  }

  .mv_bottom_text {
    margin: 0 auto;
    max-width: 345px;
    position: static;
    width: 100%;
  }

  .mv_bottom_text_attention {
    font-size: 1.2rem;
    text-align: center;
  }
}

/* ------------------------------------------
  worry
------------------------------------------ */
.worry {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/worry_back.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40.1171303074671%;
  padding-bottom: 9.2972181551977%;
  padding-top: 11.3469985358712%;
}

.worry_title {
  border-bottom: 1px #8d8d8d solid;
  color: #fff;
  display: table;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 64px;
  margin: 0 auto;
}

.worry_title span {
  position: relative;
}

.worry_title span::before {
  background-color: #fff;
  border-radius: 10px;
  content: '';
  display: block;
  font-weight: normal;
  height: 7px;
  left: 18px;
  position: absolute;
  top: -2px;
  width: 7px;
}

.worry_lists {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.worry_lists_item {
  align-items: center;
  background-color: rgba(255,255,255,.1);
  border: 1px #fff solid;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  height: 122px;
  justify-content: center;
  line-height: 1.277777777777778;
  margin-left: 21px;
  text-align: center;
  width: 122px;
}

.worry_lists_item:first-child {
  margin-left: 0;
}

.worry_lists_item:nth-child(2) {
  margin-top: 25px;
}

.worry_lists_item:nth-child(3) {
  margin-top: 41px;
}

.worry_lists_item:nth-child(4) {
  margin-top: 41px;
}

.worry_lists_item:nth-child(5) {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .worry {
    background-image: url(https://sky0538.itembox.design/item/matuge/images/worry_back_sp.png);
    height: auto;
    padding-bottom: 55px;
    padding-top: 54px;
  }

  .worry_title {
    font-size: 3.1rem;
    line-height: 45px;
  }

  .worry_title span::before {
    height: 4px;
    left: 14px;
    top: -2px;
    width: 4px;
  }

  .worry_lists {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 0;
    max-width: 300px;
  }

  .worry_lists_item {
    font-size: 1.4rem;
    height: 90px;
    margin-left: 0;
    width: 90px;
  }

  .worry_lists_item:nth-child(2) {
    margin-top: 11px;
  }

  .worry_lists_item:nth-child(3) {
    margin-top: 0;
  }

  .worry_lists_item:nth-child(4) {
    margin-top: 26px;
  }

  .worry_lists_item:nth-child(5) {
    margin-top: 37px;
  }

  .worry_lists_item:nth-child(6) {
    margin-top: 26px;
  }
}

/* ------------------------------------------
  recommend
------------------------------------------ */
.recommend {
  overflow: hidden;
  padding: 80px 0 65px;
  position: relative;
}

.recommend::before {
  background-color: #f4f3f1;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 493px;
  width: 100%;
  z-index: -1;
}

.recommend_title {
  font-weight: 400;
  text-align: center;
}

.recommend_title_top {
  font-size: 3.3rem;
  line-height: 48px;
}

.recommend_title_normal {
  font-size: 4.4rem;
  line-height: 64px;
}

.recommend_title_price {
  color: #e04884;
  font-size: 7.6rem;
  line-height: 88px;
}

.recommend_title_yen {
  color: #e04884;
  font-size: 4.5rem;
  line-height: 65px;
}

.recommend_title_buy {
  border-bottom: 3px #e04884 dotted;
  color: #e04884;
  font-size: 5.8rem;
  line-height: 67px;
}

.recommend_title_normal2 {
  font-size: 4.2rem;
  line-height: 52px;
}

.recommend_attention {
  color: #484545;
  font-size: 1.4rem;
  margin-top: 21px;
  text-align: center;
}

.recommend_product {
  margin-top: 20px;
}

.recommend_product_img {
  margin: 0 auto;
  padding-right: 106px;
  width: 742px;
}

.recommend_product_img img {
  width: 100%;
}

.recommend_product_title {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.470588235294118;
  text-align: center;
}

.recommend_product_attention {
  color: #484545;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
}

.recommend_off {
  background-color: #fff;
  border-radius: 25px;
  margin-top: 61px;
  padding: 30px 95px 33px;
  position: relative;
}

.recommend_off_label {
  left: 50%;
  position: absolute;
  top: -31px;
  transform: translateX(-50%);
  width: 287px;
}

.recommend_off_label img {
  width: 100%;
}

.recommend_off_title {
  color: #d4519c;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 37px;
  text-align: center;
}

.recommend_off_title span {
  display: block;
  margin: 9px auto 0;
  width: 358px;
}

.recommend_off_content {
  margin-top: 24px;
}

.recommend_off_content img {
  width: 100%;
}

.recommend_off_attention {
  color: #484545;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 11px;
  text-align: center;
}

.recommend_off_lists {
  display: flex;
  margin-top: 32px;
}

.recommend_off_lists_item {
  align-items: center;
  background-color: #f4f3f1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-left: 22px;
  padding: 26px 0 36px;
  width: calc(25% - 17px);
}

.recommend_off_lists_item:first-child {
  margin-left: 0;
}

.recommend_off_lists_item_title {
  color: #7376c2;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.176470588235294;
  text-align: center;
}

.recommend_off_lists_item_img {
  margin-top: 24px;
  width: 69px;
}

.recommend_off_lists_item_img.img02 {
  margin-top: 19px;
  width: 58px;
}

.recommend_off_lists_item_img.img03 {
  margin-top: 18px;
  width: 62px;
}

.recommend_off_lists_item_img.img04 {
  margin-top: 20px;
  width: 77px;
}

.recommend_off_lists_attention {
  color: #484545;
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: center;
}

.recommend_cta {
  margin-top: 41px;
}

.recommend_cta_text {
  color: #7376c2;
  display: table;
  font-size: 2.6rem;
  margin: 0 auto;
  position: relative;
}

.recommend_cta_text::before {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/recommend_cta_text_left.png);
  background-size: contain;
  content: '';
  display: block;
  height: 29px;
  left: -27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.recommend_cta_text::after {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/recommend_cta_text_right.png);
  background-size: contain;
  content: '';
  display: block;
  height: 29px;
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.recommend_cta_btn {
  align-items: center;
  background: linear-gradient(to left,#5781d1 0%, #e24883 100%);
  border-radius: 14px;
  box-shadow: 10px 10px 20px rgba(80, 79, 73, .39);
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  margin: 9px auto 0;
  padding: 21px 0 25px;
  position: relative;
  width: 534px;
}

.recommend_cta_btn::after {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/recommend_cta_btn_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  font-weight: 400;
  height: 30px;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}

.recommend_cta_btn .off {
  color: #fff;
  font-size: 2.6rem;
}

.recommend_cta_btn .main {
  color: #fff;
  font-size: 3.7rem;
  line-height: 54px;
}

.recommend_cta_btn + .agreement_link, form + .agreement_link {
  display: table;
  font-size: 1.2rem;
  margin: 10px auto 0;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .recommend {
    padding: 35px 0 50px;
  }

  .recommend::before {
    top: 500px;
  }

  .recommend_title_top {
    font-size: 2.4rem;
    line-height: 35px;
  }

  .recommend_title_normal {
    font-size: 3.2rem;
    line-height: 46px;
  }

  .recommend_title_price {
    font-size: 5.5rem;
    line-height: 44px;
  }

  .recommend_title_yen {
    font-size: 3.3rem;
    line-height: 38px;
  }

  .recommend_title_buy {
    font-size: 5.5rem;
    line-height: 64px;
  }

  .recommend_title_normal2 {
    font-size: 3.2rem;
    line-height: 70px;
  }

  .recommend_attention {
    font-size: 1.2rem;
    margin-top: 0;
  }

  .recommend_product {
    margin-top: 0;
  }

  .recommend_product_img {
    margin: 0 auto;
    max-width: 345px;
    padding-left: 5.3333333333333vw;
    padding-right: 0;
    width: 100%;
  }

  .recommend_product_title {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.666666666666667;
    margin-top: 35px;
  }

  .recommend_product_attention {
    font-size: 1.2rem;
    line-height: 1.333333333333333;
    margin-top: 18px;
    text-align: left;
  }

  .recommend_off {
    border-radius: 15px;
    margin-top: 37px;
    padding: 38px 10px 29px;
  }

  .recommend_off_label {
    top: -24px;
    width: 222px;
  }

  .recommend_off_title {
    font-size: 2rem;
    line-height: 29px;
  }

  .recommend_off_title span {
    margin: 6px auto 0;
    width: 233px;
  }

  .recommend_off_content {
    margin: 23px auto 0;
    max-width: 345px;
    width: 100%;
  }

  .recommend_off_attention {
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .recommend_off_lists {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .recommend_off_lists_item {
    height: 135px;
    margin-left: 14px;
    padding: 20px 0 0;
    width: calc(50% - 7px);
  }

  .recommend_off_lists_item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .recommend_off_lists_item:nth-child(n + 3) {
    margin-top: 13px;
  }

  .recommend_off_lists_item_title {
    font-size: 1.5rem;
  }

  .recommend_off_lists_item_img {
    margin-top: 12px;
    width: 59px;
  }

  .recommend_off_lists_item_img.img02 {
    margin-top: 0;
    width: 58px;
  }

  .recommend_off_lists_item_img.img03 {
    margin-top: 10px;
    width: 53px;
  }

  .recommend_off_lists_item_img.img04 {
    margin-top: 10px;
    width: 66px;
  }

  .recommend_off_lists_attention {
    font-size: 1.2rem;
    margin-top: 28px;
  }

  .recommend_cta_text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }

  .recommend_cta_text::before {
    background-image: url(https://sky0538.itembox.design/item/matuge/images/recommend_cta_text_left_sp.png);
    background-repeat: no-repeat;
    height: 46px;
    left: -27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 31px;
  }

  .recommend_cta_text::after {
    background-image: url(https://sky0538.itembox.design/item/matuge/images/recommend_cta_text_right_sp.png);
    background-repeat: no-repeat;
    height: 46px;
    position: absolute;
    right: -27px;
    top: 50%;
    transform: translateY(-50%);
    width: 31px;
  }

  .recommend_cta_btn {
    margin: 9px auto 0;
    max-width: 345px;
    padding: 21px 0 22px;
    width: 100%;
  }

  .recommend_cta_btn::after {
    height: 19px;
    right: 22px;
    width: 22px;
  }

  .recommend_cta_btn .off {
    font-size: 2rem;
  }

  .recommend_cta_btn .main {
    font-size: 2.4rem;
    line-height: 34px;
  }
}

/* ------------------------------------------
  strength
------------------------------------------ */
.strength {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/strength_main_back.png);
  background-position: top 64px center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.strength_title {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/strength_title_back.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 53px;
  padding-top: 53px;
}

.strength_title_text {
  color: #fff;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.strength_title_text span {
  font-size: 4.4rem;
  line-height: 64px;
  text-align: center;
}

.strength_main {
  margin-top: 32px;
}

.strength_main_item {
  background-color: rgba(255,255,255,.52);
  border: 6px #d6e1e5 solid;
  padding: 29px 40px 40px;
  position: relative;
}

.strength_main_item_cell {
  height: 253px;
  position: absolute;
  right: -55px;
  top: -44px;
  width: 253px;
}

.strength_main_item_title {
  border-bottom: 3px #438ea2  dotted;
  color: #438ea2;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.454545454545455;
  margin: 0 auto;
  padding-bottom: 18px;
  text-align: center;
  width: 795px;
}

.strength_main_item_content {
  display: flex;
  margin: 41px auto 0;
  position: relative;
}

.strength_main_item_content::after {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/strength_main_item_content_x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  font-weight: 400;
  height: 97px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 97px;
}

.strength_main_item_content_item {
  width: calc(50% - 12px);
}

.strength_main_item_content_item + .strength_main_item_content_item {
  margin-left: 24px;
}

.strength_main_item_content_item_icon {
  height: 146px;
}

.strength_main_item_content_item_icon_img {
  margin: 0 auto;
  width: 194px;
}

.strength_main_item_content_item_icon_img.loveliner {
  padding-top: 22px;
  width: 239px;
}

.strength_main_item_content_item_title {
  background-color: rgba(67,142,162,.17);
  display: table;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 32px;
  margin: 0 auto;
}

.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: 61px;
}

.strength_main_item_eye {
  height: 253px;
  left: -50px;
  position: absolute;
  top: -64px;
  width: 253px;
  z-index: 1;
}

.strength_main_item_content.eye {
  margin: 30px auto 0;
  width: 772px;
}

.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: 15px;
}

.strength_main_item_attention.eye {
  text-align: center;
}

.strength_concentration {
  margin-top: 66px;
}

.strength_concentration_matuge {
  margin: 0 auto;
  width: 125px;
}

.strength_concentration_matuge img {
  width: 100%;
}

.strength_concentration_title {
  margin-top: 12px;
  text-align: center;
}

.strength_concentration_title_text {
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 48px;
}

.strength_concentration_title_img {
  display: block;
  margin: 11px auto;
  width: 600px;
}

.strength_concentration_percent {
  margin: 11px auto 0;
  width: 290px;
}

.strength_concentration_percent img {
  width: 100%;
}

.strength_concentration_attention {
  color: #484545;
  font-size: 1.4rem;
  margin-top: 16px;
  text-align: center;
}

.strength_concentration_coloring {
  margin: 33px auto 0;
  width: 454px;
}

.strength_concentration_coloring img {
  width: 100%;
}

.strength_concentration_coloring_desc {
  font-size: 1.8rem;
  margin: 36px 0 0;
  text-align: center;
}

.strength_concentration_coloring_attention {
  color: #484545;
  font-size: 1.4rem;
  margin: 22px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .strength {
    background-image: url(https://sky0538.itembox.design/item/matuge/images/strength_main_back_sp.png);
    background-position: top 75px center;
    overflow-x: hidden;
    padding-bottom: 69px;
  }

  .strength_title {
    background-image: url(https://sky0538.itembox.design/item/matuge/images/strength_title_back_sp.png);
    padding-bottom: 41px;
    padding-top: 31px;
  }

  .strength_title_text {
    font-size: 2.4rem;
    line-height: 1.25;
  }

  .strength_title_text span {
    font-size: 3.1rem;
    line-height: 37px;
  }

  .strength_main {
    margin-top: 49px;
  }

  .strength_main_item_inner {
    padding: 0 10px;
  }

  .strength_main_item {
    border: 4px #d6e1e5 solid;
    padding: 18px 18px 30px;
  }

  .strength_main_item_title {
    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: -72px;
    width: 150px;
  }

  .strength_main_item_content {
    display: block;
    margin: 33px auto 0;
  }

  .strength_main_item_content_item {
    width: 100%;
  }

  .strength_main_item_content_item_icon {
    height: auto;
  }

  .strength_main_item_content_item_icon_img {
    width: 152px;
  }

  .strength_main_item_content_item_title {
    font-size: 2rem;
    line-height: 30px;
    margin: 18px auto 0;
    padding: 0 4px;
  }

  .strength_main_item_content_item_desc {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 15px;
  }

  .strength_main_item_content::after {
    height: 58px;
    top: 224px;
    width: 58px;
  }

  .strength_main_item_content_item + .strength_main_item_content_item {
    margin-left: 0;
    margin-top: 107px;
  }

  .strength_main_item_content_item_icon_img.loveliner {
    padding-top: 0;
    width: 159px;
  }

  .strength_main_item_attention {
    font-size: 1.2rem;
    line-height: 1.333333333333333;
    margin-top: 24px;
  }

  .strength_main_item_eye {
    height: 150px;
    left: auto;
    position: absolute;
    right: -40px;
    top: -50px;
    width: 150px;
  }

  .strength_main_item + .strength_main_item {
    margin-top: 43px;
  }

  .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_attention.eye {
    text-align: left;
  }

  .strength_concentration {
    margin-top: 40px;
  }

  .strength_concentration_title {
    margin-top: 20px;
  }

  .strength_concentration_title_text {
    font-size: 2.4rem;
    line-height: 1.333333333333333;
  }

  .strength_concentration_title_text span.space {
    display: none;
  }

  .strength_concentration_title_img {
    margin: 6px auto;
    width: 335px;
  }

  .strength_concentration_percent {
    width: 208px;
  }

  .strength_concentration_attention {
    font-size: 1.2rem;
  }

  .strength_concentration_coloring {
    margin: 36px auto 0;
    width: 261px;
  }

  .strength_concentration_coloring_desc {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 20px 0 0;
  }

  .strength_concentration_coloring_attention {
    font-size: 1.2rem;
    margin: 20px 0 0;
  }

  .strength .buy_content {
    margin-top: 45px;
  }

  .buy_content_btn {
    align-items: center;
    background: linear-gradient(to left,#5781d1 0%, #e24883 100%);
    border-radius: 14px;
    box-shadow: 10px 10px 20px rgba(80, 79, 73, .39);
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    margin: -48px auto 0;
    max-width: 345px;
    padding: 21px 0 22px;
    position: relative;
    width: 100%;
  }

  .buy_content_btn::after {
    background-image: url(https://sky0538.itembox.design/item/matuge/images/recommend_cta_btn_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 19px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
  }

  .buy_content_btn .off {
    color: #fff;
    font-size: 2rem;
  }

  .buy_content_btn .main {
    color: #fff;
    font-size: 2.4rem;
    line-height: 34px;
  }

  .buy_content_btn + .agreement_link, form + .agreement_link {
    display: table;
    font-size: 1.2rem;
    margin: 10px auto 0;
    text-decoration: underline;
  }
}

/* ------------------------------------------
  design
------------------------------------------ */
.design {
  background: linear-gradient(#1e2127 0%, #091324 100%);
  margin-top: 85px;
}

.design .container {
  padding: 74px 62px 130px;
  position: relative;
}

.design_image {
  position: absolute;
  right: 0;
  top: 0;
  width: 334px;
}

.design_title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.404761904761905;
}

.design_title span {
  font-size: 3.3rem;
  line-height: 1.363636363636364;
}

.design_content {
  background-color: #fff;
  margin-top: 30px;
  padding: 42px 0 41px;
}

.design_content_title {
  font-size: 2.6rem;
  font-weight: 400;
  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(https://sky0538.itembox.design/item/matuge/images/design_content_check.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 21px 20px;
  font-size: 1.7rem;
  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 {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}

.design_brush_text {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.416666666666667;
  padding-left: 59px;
}

.design_brush_img {
  width: 432px;
}

@media screen and (max-width: 767px) {
  .design {
    margin-top: 0;
    position: relative;
  }

  .design_image {
    width: 93px;
  }

  .design .container {
    padding: 20px 10px 64px;
    position: static;
  }

  .design_title {
    font-size: 2.8rem;
    line-height: 1.142857142857143;
  }

  .design_title span {
    font-size: 2.4rem;
    line-height: 1.142857142857143;
  }

  .design_content {
    background-color: #fff;
    margin-top: 20px;
    padding: 34px 0 37px;
  }

  .design_content_title {
    font-size: 2rem;
    line-height: 29px;
  }

  .design_content_lists {
    justify-content: space-between;
    margin: 21px auto 0;
    max-width: 233px;
  }

  .design_content_lists_item {
    margin-left: 0;
    width: 71px;
  }

  .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: 23px;
  }

  .design_content_box + .design_content_box {
    margin-top: 30px;
  }

  .design_brush {
    display: block;
    margin-top: 20px;
  }

  .design_brush_text {
    font-size: 1.8rem;
    line-height: 1.444444444444444;
    padding: 32px 26px 0;
  }

  .design_brush_img {
    margin-left: auto;
    width: 311px;
  }
}

/* ------------------------------------------
  point
------------------------------------------ */
.point {
  margin-top: 309px;
}

.point_main {
  background-color: #f4f3f1;
  padding-top: 239px;
  position: relative;
}

.point_main_img {
  left: 302px;
  position: absolute;
  top: -268px;
  width: 437px;
}

.point_main_name {
  font-size: 1.7rem;
  line-height: 1.470588235294118;
  text-align: center;
}

.point_main_off {
  margin-top: 29px;
}

.point_main_off_label {
  margin: 0 auto;
  width: 287px;
}

.point_main_off_percent_text {
  color: #d4519c;
  font-size: 2.6rem;
  text-align: center;
}

.point_main_off_percent_img {
  margin: 14px auto 0;
  width: 460px;
}

.point_main_off_order {
  margin-top: 14px;
}

.point_main_off_order_img {
  margin: 0 auto;
  width: 758px;
}

.point_main_off_order_btn {
  align-items: center;
  background: linear-gradient(to left,#5781d1 0%, #e24883 100%);
  border-radius: 14px;
  box-shadow: 10px 10px 20px rgba(80, 79, 73, .39);
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  margin: -63px auto 0;
  padding: 21px 0 25px;
  position: relative;
  width: 534px;
}

.point_main_off_order_btn::after {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/recommend_cta_btn_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  font-weight: 400;
  height: 30px;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}

.point_main_off_order_btn .off {
  color: #fff;
  font-size: 2.6rem;
}

.point_main_off_order_btn .main {
  color: #fff;
  font-size: 3.7rem;
  line-height: 54px;
}

.point_main_off_order_btn + .agreement_link, form + .agreement_link {
  display: table;
  font-size: 1.2rem;
  margin: 10px auto 0;
  text-decoration: underline;
}

.point_main_check {
  margin-top: 48px;
}

.point_main_check_icon {
  margin: 0 auto;
  width: 101px;
}

.point_main_check_icon img {
  width: 100%;
}

.point_main_check_title {
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.393939393939394;
  text-align: center;
}

.point_main_check_title span {
  border-bottom: 3px #000 dotted;
}

.point_main_check_desc {
  font-size: 1.8rem;
  margin-top: 27px;
  text-align: center;
}

.point_main_check_flex {
  display: flex;
  justify-content: center;
  margin-top: 41px;
}

.point_main_check_flex_item {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 26px 49px;
  width: 434px;
}

.point_main_check_flex_item + .point_main_check_flex_item {
  margin-left: 29px;
}

.point_main_check_flex_item_img_box {
  height: 121px;
}

.point_main_check_flex_item_img_box.img01 {
  padding-top: 10px;
}

.point_main_check_flex_item_img {
  margin: 0 auto;
}

.point_main_check_flex_item_img_box.img01 .point_main_check_flex_item_img {
  width: 221px;
}

.point_main_check_flex_item_img_box.img02 .point_main_check_flex_item_img {
  width: 163px;
}

.point_main_check_flex_item_text {
  font-size: 1.8rem;
  line-height: 1.555555555555556;
  text-align: center;
}

.point_main_check_flex_item_text span {
  background: linear-gradient(transparent 60%, #e4deef 60%);
}

.point_main_check_flex_item_attention {
  color: #484545;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 18px;
  text-align: center;
}

.point_main_check_care {
  margin: 52px auto 0;
  width: 417px;
}

.point_main::after {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/point_main_bottom.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -102px;
  content: '';
  height: 102px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .point {
    margin-top: 197px;
  }

  .point .container {
    margin: 0;
  }

  .point_main {
    background-color: #f4f3f1;
    padding: 165px 15px 0;
    position: relative;
  }

  .point_main_img {
    left: calc(50% + 9px);
    top: -140px;
    transform: translateX(-50%);
    width: 245px;
  }

  .point_main_name {
    font-size: 1.4rem;
    line-height: 1.428571428571429;
    text-align: center;
  }

  .point_main_off {
    margin-top: 41px;
  }

  .point_main_off_label {
    margin: 0 auto;
    width: 222px;
  }

  .point_main_off_percent_text {
    font-size: 2rem;
  }

  .point_main_off_percent_img {
    margin: 14px auto 0;
    width: 305px;
  }

  .point_main_off_order_img {
    margin: 0 auto;
    max-width: 345px;
    width: 100%;
  }

  .point_main_off_order_btn {
    margin: 16px auto 0;
    max-width: 345px;
    padding: 21px 0 22px;
    width: 100%;
  }

  .point_main_off_order_btn::after {
    height: 19px;
    right: 22px;
    width: 22px;
  }

  .point_main_off_order_btn .off {
    font-size: 2rem;
  }

  .point_main_off_order_btn .main {
    font-size: 2.4rem;
    line-height: 34px;
  }

  .point_main_check {
    margin-top: 60px;
    position: relative;
  }

  .point_main_check_icon {
    margin: 0;
    position: absolute;
    right: calc(50% + 56px);
    top: -28px;
    width: 87px;
  }

  .point_main_check_title {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.375;
    text-align: center;
  }

  .point_main_check_desc {
    font-size: 1.5rem;
  }

  .point_main_check_flex {
    display: block;
    margin-top: 25px;
  }

  .point_main_check_flex_item {
    background-color: #fff;
    border-radius: 10px;
    padding: 31px 15px 24px;
    width: 100%;
  }

  .point_main_check_flex_item_img_box.img01 {
    padding-top: 0;
  }

  .point_main_check_flex_item_img_box {
    height: auto;
  }

  .point_main_check_flex_item_img_box.img01 .point_main_check_flex_item_img {
    width: 141px;
  }

  .point_main_check_flex_item_text {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 26px;
  }

  .point_main_check_flex_item_attention {
    font-size: 1.2rem;
    margin-top: 15px;
  }

  .point_main_check_flex_item + .point_main_check_flex_item {
    margin-left: 0;
    margin-top: 13px;
    padding: 36px 15px 42px;
  }

  .point_main_check_flex_item_img_box.img02 .point_main_check_flex_item_img {
    width: 109px;
  }

  .point_main::after {
    background-image: url(https://sky0538.itembox.design/item/matuge/images/point_main_bottom_sp.png);
    bottom: -26.9333333333333vw;
    height: 26.9333333333333vw;
    width: 100%;
  }

  .point_main_check_care {
    margin: 52px auto 0;
    width: 303px;
  }
}

/* ------------------------------------------
  care
------------------------------------------ */
.care {
  background-color: #edecf1;
  background-image: url(https://sky0538.itembox.design/item/matuge/images/care_back.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: 130px;
  padding-bottom: 118px;
  position: relative;
  z-index: 0;
}

.care::after {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/care_top_after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  height: 454px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}

.care_top {
  padding-left: 8px;
  padding-top: 86px;
}

.care_top_title {
  color: #fff;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 41px;
}

.care_top_title span {
  font-size: 4.2rem;
  line-height: 61px;
}

.care_top_title span.small_number {
  font-size: .6em!important;
}

.care_top_attention {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 15px;
}

.care_main {
  background-color: rgba(255,255,255,.76);
  margin-top: 57px;
  padding: 88px 81px 63px;
  position: relative;
}

.care_main_icon {
  left: 50%;
  position: absolute;
  top: -37px;
  transform: translateX(-50%);
  width: 132px;
}

.care_main_title {
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.363636363636364;
  text-align: center;
}

.care_main_desc {
  display: table;
  font-size: 2.5rem;
  line-height: 1;
  margin: 15px auto 0;
  padding: 0 22px;
  position: relative;
}

.care_main_desc::before {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/care_main_desc_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 34px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}

.care_main_desc::after {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/care_main_desc_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 34px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}

.care_main_content {
  margin-top: 41px;
}

.care_main_content_title {
  background-color: #647bc9;
  height: 47px;
  padding-top: 4px;
  text-align: center;
}

.care_main_content_title span {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/care_main_content_title_matuge.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 54px 8px;
  color: #fff;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 42px;
  padding-right: 68px;
}

.care_main_content_title.mayuge span {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/care_main_content_title_mayuge.png);
  background-size: 54px 18px;
}

.care_main_content_title.memoto span {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/care_main_content_title_memoto.png);
  background-size: 30px 26px;
  padding-right: 48px;
}

.care_main_content_flex {
  display: flex;
  margin-top: 28px;
}

.care_main_content_flex_img {
  width: 352px;
}

.care_main_content_flex_img img {
  width: 100%;
}

.care_main_content_flex_text {
  padding-left: 39px;
  width: calc(100% - 352px);
}

.care_main_content_flex_text_box_title {
  border-bottom: 1px #647bc9 solid;
  border-top: 1px #647bc9 solid;
  color: #647bc9;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 38px;
}

.care_main_content_flex_text_box_desc {
  font-size: 1.7rem;
  line-height: 1.588235294117647;
  margin-top: 18px;
}

.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 {
    background-image: url(https://sky0538.itembox.design/item/matuge/images/care_back_sp.png);
    margin-top: 37.8666666666667vw;
    padding-bottom: 48px;
  }

  .care::after {
    background-image: url(https://sky0538.itembox.design/item/matuge/images/care_top_after_sp.png);
    height: 274px;
    left: auto;
    right: 0;
    width: 375px;
    z-index: -1;
  }

  .care_top {
    padding-left: 0;
    padding-top: 112px;
  }

  .care_top_title {
    font-size: 2rem;
    line-height: 29px;
  }

  .care_top_title span {
    font-size: 2.9rem;
    letter-spacing: -.02em;
    line-height: 1;
  }

  .care_top_attention {
    font-size: 1.2rem;
    margin-top: 9px;
  }

  .care_main {
    margin-top: 34px;
    padding: 88px 30px 50px;
  }

  .care_main_icon {
    top: -30px;
    width: 110px;
  }

  .care_main_title {
    font-size: 2.4rem;
  }

  .care_main_desc {
    font-size: 2rem;
    margin: 10px auto 0;
    padding: 0 12px;
  }

  .care_main_desc::before {
    height: 22px;
    width: 7px;
  }

  .care_main_desc::after {
    height: 22px;
    width: 6px;
  }

  .care_main_content {
    margin-top: 32px;
  }

  .care_main_content_title {
    height: 44px;
    padding-top: 0;
  }

  .care_main_content_title span {
    font-size: 2rem;
    line-height: 44px;
    padding-right: 60px;
  }

  .care_main_content_flex {
    display: block;
    margin-top: 14px;
  }

  .care_main_content_flex_img {
    width: 100%;
  }

  .care_main_content_flex_text {
    margin-top: 14px;
    padding-left: 0;
    width: 100%;
  }

  .care_main_content_flex_text_box_title {
    font-size: 1.6rem;
    line-height: 31px;
    text-align: center;
  }

  .care_main_content_flex_text_box_desc {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 13px;
  }

  .care_main_content_flex_text_box + .care_main_content_flex_text_box {
    margin-top: 18px;
  }

  .buy_content.care_after {
    margin-top: 50px;
  }
}

/* ------------------------------------------
  review
------------------------------------------ */
.review .container {
  padding: 171px 10px 0;
  position: relative;
  z-index: 0;
}

.review_top {
  left: 0;
  position: absolute;
  top: -209px;
  width: 401px;
  z-index: 1;
}

.review_main {
  border: 6px #d4387d solid;
  padding: 80px 84px 50px;
  position: relative;
}

.review_main_title {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
  width: 417px;
}

.review_main_title_img {
  margin: 0 auto;
  width: 371px;
}

.review_main_title_sub {
  color: #d4387d;
  font-size: 2.3rem;
  line-height: 34px;
  text-align: center;
}

.review_main_lists_item {
  align-items: center;
  border-top: 2px #e04884 dotted;
  display: flex;
  padding: 22px 0;
}

.review_main_lists_item:first-child {
  border-top: none;
  padding: 0 0 22px;
}

.review_main_lists_item_img {
  width: 175px;
}

.review_main_lists_item_text {
  padding-left: 42px;
  width: calc(100% - 175px);
}

.review_main_lists_item_text_name {
  color: #d4387d;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1;
}

.review_main_lists_item_text_comment {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.647058823529412;
  margin-top: 20px;
}

.review_main_attention {
  color: #484545;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 19px;
  text-align: center;
}

.review_order {
  margin: 107px auto 0;
  width: 878px;
}

.review_order .recommend_cta {
  margin: -85px auto 0;
}

.review_order_btn {
  align-items: center;
  background: linear-gradient(to left,#5781d1 0%, #e24883 100%);
  border-radius: 14px;
  box-shadow: 10px 10px 20px rgba(80, 79, 73, .39);
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  margin: -65px auto 0;
  padding: 21px 0 25px;
  position: relative;
  width: 534px;
}

.review_order_btn::after {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/recommend_cta_btn_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  font-weight: 400;
  height: 30px;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}

.review_order_btn .off {
  color: #fff;
  font-size: 2.6rem;
}

.review_order_btn .main {
  color: #fff;
  font-size: 3.7rem;
  line-height: 54px;
}

@media screen and (max-width: 767px) {
  .review .container {
    padding: 77px 0 0;
  }

  .review_top {
    display: none;
  }

  .review_main_title {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    top: -20px;
    width: 214px;
  }

  .review_main_title_img {
    width: 185px;
  }

  .review_main_title_sub {
    font-size: 1.6rem;
    line-height: 24px;
  }

  .review_main {
    border: 4px #d4387d solid;
    padding: 90px 24px 42px;
  }

  .review_main_lists_item {
    display: block;
    padding: 24px 0;
  }

  .review_main_lists_item_img {
    margin: 0 auto;
    width: 139px;
  }

  .review_main_lists_item_text {
    margin-top: 14px;
    padding-left: 0;
    width: 100%;
  }

  .review_main_lists_item_text_name {
    font-size: 1.6rem;
    text-align: center;
  }

  .review_main_lists_item_text_comment {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 11px;
  }

  .review_main_attention {
    font-size: 1.2rem;
    margin-top: 0;
  }

  .review_order {
    display: none;
  }
}

/* ------------------------------------------
  salon
------------------------------------------ */
.salon {
  background: linear-gradient(135deg, #e1e8f7 0%, #fadee9 100%);
  margin-top: 120px;
  padding: 96px 0 134px;
}

.salon .container {
  padding: 0 10px;
}

.salon_sub_title {
  font-size: 2.5rem;
  text-align: center;
}

.salon_title {
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.363636363636364;
  margin-top: 10px;
  text-align: center;
}

.salon_procare {
  align-items: center;
  background-color: #fff;
  display: flex;
  margin-top: 37px;
  position: relative;
}

.salon_procare_icon {
  left: -32px;
  position: absolute;
  top: -50px;
  width: 253px;
}

.salon_procare_img {
  width: 50%;
}

.salon_procare_text {
  padding-left: 36px;
  width: 50%;
}

.salon_procare_text_title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.salon_procare_text_desc {
  font-size: 1.7rem;
  line-height: 1.647058823529412;
  margin-top: 15px;
}

.salon_procare_bottom {
  font-size: 1.8rem;
  line-height: 1.555555555555556;
  margin-top: 40px;
  text-align: center;
}

.salon_pro {
  margin-top: 170px;
  position: relative;
}

.salon_pro_img {
  position: absolute;
  right: -40px;
  top: -134px;
  width: 541px;
}

.salon_pro_title {
  background: linear-gradient(to right,#d157a7 0%, #e52659 100%);
  color: #fff;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  width: 335px;
}

.salon_pro_desc {
  font-size: 2.9rem;
  line-height: 1.413793103448276;
  margin-top: 14px;
}

.salon_pro_content {
  background-color: #fff;
  margin-top: 35px;
  padding: 66px 186px 73px 51px;
  width: 638px;
}

.salon_pro_content_info_title {
  color: #e32a5f;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.salon_pro_content_info_desc {
  font-size: 1.9rem;
  line-height: 1.842105263157895;
  margin-top: 21px;
}

.salon_pro_content_info + .salon_pro_content_info {
  margin-top: 40px;
}

.salon_pro_content_info_attention {
  color: #484545;
  font-size: 1.4rem;
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .salon {
    margin-top: 51px;
    padding: 57px 0 126px;
  }

  .salon .container {
    padding: 0;
  }

  .salon_sub_title {
    font-size: 2rem;
    letter-spacing: -.05em;
  }

  .salon_title {
    font-size: 2.9rem;
    letter-spacing: -.05em;
    line-height: 1.275862068965517;
    margin-top: 0;
  }

  .salon_procare {
    display: block;
    margin-top: 60px;
  }

  .salon_procare_icon {
    left: -30px;
    position: absolute;
    top: -50px;
    width: 184px;
  }

  .salon_procare_img {
    width: 100%;
  }

  .salon_procare_text {
    padding-bottom: 55px;
    padding-left: 0;
    padding-top: 50px;
    width: 100%;
  }

  .salon_procare_text_title {
    font-size: 2rem;
    letter-spacing: -.05em;
    text-align: center;
  }

  .salon_procare_text_desc {
    font-size: 1.5rem;
    text-align: center;
  }

  .salon_procare_bottom {
    font-size: 1.5rem;
    margin-top: 30px;
    text-align: left;
  }

  .salon_pro {
    margin-top: 83px;
  }

  .salon_pro_voice_sp {
    position: absolute;
    right: 0;
    top: -68px;
    width: 139px;
  }

  .salon_pro_title {
    font-size: 2rem;
    line-height: 38px;
    margin-left: -15px;
    width: 241px;
  }

  .salon_pro_desc {
    font-size: 2rem;
    margin-top: 16px;
  }

  .salon_pro_content {
    background-color: #fff;
    margin-top: 35px;
    padding: 30px 30px 497px;
    width: 100%;
  }

  .salon_pro_content_info_title {
    font-size: 1.7rem;
  }

  .salon_pro_content_info_desc {
    font-size: 1.5rem;
    margin-top: 12px;
  }

  .salon_pro_content_info + .salon_pro_content_info {
    margin-top: 25px;
  }

  .salon_pro_content_info_attention {
    font-size: 1.2rem;
  }

  .salon_pro_img {
    bottom: -85px;
    left: calc(50% + 10px);
    position: absolute;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: 332px;
  }
}

/* ------------------------------------------
  exam
------------------------------------------ */
.exam {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/exam_back.png);
  background-position: top left;
  background-repeat: repeat;
  background-size: cover;
  padding: 100px 0 80px;
}

.exam_title {
  text-align: center;
  vertical-align: middle;
}

.exam_title_01 {
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1;
}

.exam_title_02 {
  color: #d54c95;
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 69px;
}

.exam_title_03 {
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 69px;
  margin-left: 5px;
}

.exam_graph {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.exam_graph_img {
  width: 400px;
}

.exam_graph_img img {
  width: 100%;
}

.exam_graph_img:first-child {
  margin-right: 82px;
}

.exam_attention {
  color: #484545;
  font-size: 1.4rem;
  margin-top: 26px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .exam {
    padding: 78px 0 50px;
  }

  .exam_title_01 {
    font-size: 1.8rem;
    letter-spacing: -.05em;
    line-height: 1.4;
  }

  .exam_title_02 {
    font-size: 3.7rem;
    line-height: 54px;
  }

  .exam_title_03 {
    font-size: 2.9rem;
    line-height: 37px;
    margin-left: 0;
  }

  .exam_graph {
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
  }

  .exam_graph_img {
    width: 276px;
  }

  .exam_graph_img:first-child {
    margin-bottom: 27px;
    margin-right: 0;
  }

  .exam_attention {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------
  merit
------------------------------------------ */
.merit {
  background-color: #f7f2f5;
  margin-top: 384px;
}

.merit .container {
  padding: 122px 0 70px;
  position: relative;
}

.merit_main_product {
  left: 295px;
  position: absolute;
  top: -384px;
  width: 437px;
}

.merit_main_product_name {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.470588235294118;
  text-align: center;
}

.merit_main_off {
  margin-top: 29px;
}

.merit_main_off_label {
  margin: 0 auto;
  width: 287px;
}

.merit_main_off_percent_text {
  color: #d4519c;
  font-size: 2.6rem;
  text-align: center;
}

.merit_main_off_percent_img {
  margin: 14px auto 0;
  width: 460px;
}

.merit_main_off_order {
  margin-top: 14px;
}

.merit_main_off_order_img {
  margin: 0 auto;
  width: 758px;
}

.merit_main_off_order_btn {
  align-items: center;
  background: linear-gradient(to left,#5781d1 0%, #e24883 100%);
  border-radius: 14px;
  box-shadow: 10px 10px 20px rgba(80, 79, 73, .39);
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  margin: -63px auto 0;
  padding: 21px 0 25px;
  position: relative;
  width: 534px;
}

.merit_main_off_order_btn::after {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/recommend_cta_btn_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  font-weight: 400;
  height: 30px;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}

.merit_main_off_order_btn .off {
  color: #fff;
  font-size: 2.6rem;
}

.merit_main_off_order_btn .main {
  color: #fff;
  font-size: 3.7rem;
  line-height: 54px;
}

.merit_main_off_order_btn + .agreement_link, form + .agreement_link {
  display: table;
  font-size: 1.2rem;
  margin: 10px auto 0;
  text-decoration: underline;
}

.merit_main_off_attention {
  color: #484545;
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 26px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .merit {
    margin-top: 183px;
  }

  .merit .container {
    padding: 166px 0 51px;
  }

  .merit_main_product {
    left: calc(50% + 7px);
    top: -150px;
    transform: translateX(-50%);
    width: 260px;
  }

  .merit_main_product_name {
    font-size: 1.4rem;
  }

  .merit_main_off {
    margin-top: 38px;
  }

  .merit_main_off_label {
    width: 222px;
  }

  .merit_main_off_percent_text {
    font-size: 2rem;
  }

  .merit_main_off_percent_img {
    margin: 3px auto 0;
    width: 305px;
  }

  .merit_main_off_order {
    margin-top: 23px;
  }

  .merit_main_off_order_img {
    margin: 0 auto;
    max-width: 345px;
    width: 100%;
  }

  .merit_main_off_order_btn {
    margin: 16px auto 0;
    max-width: 345px;
    padding: 21px 0 22px;
    width: 100%;
  }

  .merit_main_off_order_btn::after {
    height: 19px;
    right: 22px;
    width: 22px;
  }

  .merit_main_off_order_btn .off {
    font-size: 2rem;
  }

  .merit_main_off_order_btn .main {
    font-size: 2.4rem;
    line-height: 34px;
  }

  .merit_main_off_attention {
    font-size: 1.2rem;
    margin-top: 19px;
  }
}

/* ------------------------------------------
  qa
------------------------------------------ */
.qa {
  padding: 135px 0 122px;
}

.qa .container {
  padding: 0 10px;
}

.qa_title {
  display: table;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 70px;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
}

.qa_title::before {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/qa_title_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  font-weight: 400;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
}

.qa_title::after {
  background-image: url(https://sky0538.itembox.design/item/matuge/images/qa_title_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  font-weight: 400;
  height: 27px;
  position: absolute;
  right: 0;
  width: 32px;
}

.qa_sub_title {
  margin: 20px auto 0;
  width: 68px;
}

.qa_lists {
  margin-top: 43px;
}

.qa_lists_item {
  border-bottom: 1px #e04884 solid;
  padding: 32px 0 27px 79px;
}

.qa_lists_item:first-child {
  border-top: 1px #e04884 solid;
}

.qa_lists_item_question {
  color: #e04884;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.qa_lists_item_question::before {
  background-image: url(https://sky0538.itembox.design/item/matuge/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: 85px 0 83px;
  }

  .qa .container {
    padding: 0;
  }

  .qa_title {
    font-size: 2.9rem;
    line-height: 54px;
    padding: 0 35px;
  }

  .qa_sub_title {
    margin: 3px auto 0;
    width: 56px;
  }

  .qa_lists {
    margin-top: 32px;
  }

  .qa_lists_item {
    padding: 22px 0 18px 47px;
  }

  .qa_lists_item_question {
    font-size: 1.8rem;
  }

  .qa_lists_item_answer {
    font-size: 1.5rem;
  }

  .qa_lists_item_question::before {
    height: 26px;
    left: -36px;
    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;
  }
}
