/*
Theme Name: hmbeautylp_theme
Description: 
Author:
Author URI: 
*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@700&display=swap");
/*----------------------
  メディアクエリ
-----------------------*/
@-webkit-keyframes move-float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move-float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
  position: relative;
  font-size: 1.6rem;
}

html {
  font-size: 62.5%;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

video {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input,
textarea,
select {
  max-width: 100%;
}

p:empty:before {
  content: initial !important;
}

@media (max-width: 749px) {
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 750px) {
  .is-sp {
    display: none !important;
  }
}

.inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

@media (max-width: 749px) {
  .inner {
    padding: 0 15px;
  }
}

.img-inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.footer {
  padding-top: 6.7rem;
  padding-bottom: 7rem;
  width: 100%;
  text-align: center;
  background-color: #b8a8cc;
}

@media (max-width: 749px) {
  .footer {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}

.footer__copy-right {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
}

@media (max-width: 749px) {
  .footer__copy-right {
    font-size: 3vw;
  }
}

.fv {
  position: relative;
}

.fv__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 3rem;
}

@media screen and (min-width: 752px) {
  .fv__content {
    padding: 0;
  }
}

@media (max-width: 749px) {
  .fv__content {
    padding: 0;
  }
}

.fv__text {
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.1rem;
  font-size: min(2.8vw, 2.1rem);
  padding-bottom: 1.8rem;
  text-align: right;
}

@media (max-width: 749px) {
  .fv__text {
    padding: 0;
    padding-bottom: 2.4vw;
  }
}

@media screen and (min-width: 752px) {
  .fv__text {
    padding: 0 3rem 1.8rem;
  }
}

.fv-cta-01__header {
  position: relative;
}

.fv-cta-01__header-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.fv-cta-01__price {
  color: #C8424D;
  font-family: "Noto Serif JP", serif;
  font-size: 12rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
  letter-spacing: -0.09em;
  padding-right: 8rem;
}

@media (max-width: 749px) {
  .fv-cta-01__price {
    padding-right: 5vw;
    font-size: 16vw;
    padding-right: 6.5vw;
  }
}

.fv-cta-01__price .small {
  font-size: 11rem;
}

@media (max-width: 749px) {
  .fv-cta-01__price .small {
    font-size: 17vw;
  }
}

.fv-cta-01__price span.yen {
  font-size: 5.175rem;
  position: relative;
  margin-left: 1.3rem;
  display: inline-block;
}

@media (max-width: 749px) {
  .fv-cta-01__price span.yen {
    font-size: 6.9vw;
    margin-left: 2vw;
  }
}

.fv-cta-01__price span.yen::before {
  position: absolute;
  content: "（税込）";
  font-size: 1.66rem;
  font-weight: 600;
  color: #C8424D;
  bottom: 95%;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 0.02em;
}

@media (max-width: 749px) {
  .fv-cta-01__price span.yen::before {
    font-size: 2.2vw;
    display: inline-block;
    padding-left: 0.5rem;
  }
}

.fv-cta-01__body {
  position: relative;
}

.fv-cta-01__body-content {
  position: absolute;
  top: 4px;
  width: 100%;
}

.fv-cta-01__button {
  position: relative;
  text-align: center;
  display: block;
  -webkit-animation: move-float 2s linear infinite;
          animation: move-float 2s linear infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.fv-cta-01__button::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  right: 6rem;
  background: transparent url(https://www.violet.tokyo/hmbeautylp/wp-content/themes/hmbeautylp_theme/images/arrow-yellow.png) no-repeat center/contain;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 749px) {
  .fv-cta-01__button::after {
    right: -2vw;
    width: 10vw;
    height: 10vw;
    top: 50%;
  }
}

@media (max-width: 749px) {
  .fv-cta-01__button {
    width: 80vw;
    margin: 0 auto;
  }
}

.fv-cta-01__overview {
  width: 586px;
  bottom: 0;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 749px) {
  .fv-cta-01__overview {
    width: 78vw;
  }
}

.fv-cta-01__title {
  color: #C8424D;
  font-size: 2.74rem;
  text-align: center;
  position: absolute;
  bottom: 93%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  padding: 0 2rem;
  font-weight: normal;
}

@media (max-width: 749px) {
  .fv-cta-01__title {
    padding: 0 2.6vw;
    font-size: 3.6vw;
  }
}

.fv-cta-01__items {
  padding: 4rem 2rem 3rem;
  border: 1.5px solid #525151;
  margin-top: 5rem;
}

@media (max-width: 749px) {
  .fv-cta-01__items {
    margin-top: 6vw;
    padding: 5.3vw 2.7vw 4vw;
  }
}

.fv-cta-01__item {
  font-size: 2.4rem;
  line-height: 1.25;
  padding-left: 1rem;
  text-align: justify;
  letter-spacing: -0.015em;
  position: relative;
}

@media (max-width: 749px) {
  .fv-cta-01__item {
    letter-spacing: -0.05em;
    font-size: 3.2vw;
  }
}

.fv-cta-01__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
}

@media (max-width: 749px) {
  .fv-cta-01__item::before {
    width: 4px;
    height: 4px;
    top: 2vw;
  }
}

.fv-cta-01__item + .fv-cta-01__item {
  margin-top: 1.5rem;
}

@media (max-width: 749px) {
  .fv-cta-01__item + .fv-cta-01__item {
    margin-top: 0.8rem;
  }
}

.fv-cta {
  position: relative;
}

.fv-cta__content {
  position: absolute;
  top: 0;
  width: 100%;
}

.fv-cta__off {
  position: absolute;
  top: -2.9rem;
  right: 3.3rem;
}

@media (max-width: 749px) {
  .fv-cta__off {
    top: -3.5vw;
    right: 4vw;
    width: 18.8vw;
    height: 18.8vw;
  }
}

.fv-cta__price {
  color: #C8424D;
  font-family: "Noto Serif JP", serif;
  font-size: 14rem;
  font-weight: bold;
  margin-left: 18rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

@media (max-width: 749px) {
  .fv-cta__price {
    margin-left: 20vw;
    font-size: 18.5vw;
    letter-spacing: -0.055em;
  }
}

@media screen and (min-width: 400px) and (max-width: 749px) {
  .fv-cta__price {
    margin-left: 21.5vw;
  }
}

.fv-cta__price .small {
  font-size: 10rem;
}

@media (max-width: 749px) {
  .fv-cta__price .small {
    font-size: 14vw;
  }
}

.fv-cta__price span.yen {
  position: relative;
  font-size: 6rem;
  margin-left: 0.7rem;
}

@media (max-width: 749px) {
  .fv-cta__price span.yen {
    font-size: 8vw;
    margin-left: 0.5vw;
  }
}

.fv-cta__price span.yen::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 51px;
  bottom: 85%;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background: transparent url(https://www.violet.tokyo/hmbeautylp/wp-content/themes/hmbeautylp_theme/images/postage-free-red.png) no-repeat center center/contain;
}

@media (max-width: 749px) {
  .fv-cta__price span.yen::before {
    width: 7vw;
    height: 7vw;
    bottom: 89%;
    left: 61%;
  }
}

.fv-cta__price span.yen::after {
  position: absolute;
  content: "（税込）";
  left: calc(100% + 0.5rem);
  bottom: 0.4rem;
  font-size: 1.5rem;
  color: #C8424D;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@media (max-width: 749px) {
  .fv-cta__price span.yen::after {
    font-size: 2vw;
    bottom: 0;
    left: calc(100% + 1vw);
  }
}

@media screen and (min-width: 540px) and (max-width: 749px) {
  .fv-cta__price span.yen::after {
    font-size: 2.5vw;
    left: calc(100% + 1vw);
  }
}

.-three .fv-cta__price {
  color: #3C4248;
}

.-three .fv-cta__price span::before {
  background-image: url(https://www.violet.tokyo/hmbeautylp/wp-content/themes/hmbeautylp_theme/images/postage-free-gray.png);
}

.-three .fv-cta__price span::after {
  color: #61656A;
}

.fv-cta__button {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -1rem;
  -webkit-animation: move-float 2s linear infinite;
          animation: move-float 2s linear infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@media (max-width: 749px) {
  .fv-cta__button {
    margin-top: -1.3vw;
    width: 80vw;
    margin: 0 auto;
  }
}

.fv-cta__button::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  right: 5rem;
  background: transparent url(https://www.violet.tokyo/hmbeautylp/wp-content/themes/hmbeautylp_theme/images/arrow-yellow.png) no-repeat center/contain;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 749px) {
  .fv-cta__button::after {
    right: -2vw;
    width: 10vw;
    height: 10vw;
  }
}

.-three .fv-cta__button {
  margin-bottom: 8.1rem;
}

.-three .fv-cta__button::after {
  background: transparent url(https://www.violet.tokyo/hmbeautylp/wp-content/themes/hmbeautylp_theme/images/arrow-gray.png) no-repeat center/contain;
}

.magazine {
  position: relative;
}

.magazine__content {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 16.1rem;
}

@media (max-width: 749px) {
  .magazine__content {
    padding-top: 21.7vw;
  }
}

.magazine__title {
  font-size: 7.79rem;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25;
  letter-spacing: 0.06em;
  padding-left: 3.75rem;
}

@media (max-width: 749px) {
  .magazine__title {
    font-size: 10.38vw;
    padding-left: 5vw;
  }
}

.magazine__title span {
  display: inline-block;
}

.magazine__content-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.magazine__text {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.55;
  width: 558px;
  margin: 0 auto 10.8rem;
  color: #525151;
}

@media (max-width: 749px) {
  .magazine__text {
    font-size: 2.8vw;
    max-width: 100%;
    width: 75vw;
    margin-bottom: 15vw;
    letter-spacing: 0.035em;
  }
}

@media screen and (max-width: 320px) {
  .magazine__text {
    margin-bottom: 3rem;
    letter-spacing: 0;
  }
}

.magazine .gray {
  color: #525151;
  font-size: 6.8rem;
}

@media (max-width: 749px) {
  .magazine .gray {
    font-size: 9.06vw;
  }
}

.magazine .pink {
  color: #f17699;
}

.development {
  position: relative;
}

.development__content {
  position: absolute;
  top: 0;
  width: 100%;
}

.development__attention {
  position: absolute;
  top: -8.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 749px) {
  .development__attention {
    width: 23vw;
    height: 26vw;
    top: -12vw;
  }
}

.development__title-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  margin-top: 12.6rem;
}

@media (max-width: 749px) {
  .development__title-box {
    margin-top: 17vw;
  }
}

.development__title {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 7.1rem;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  white-space: nowrap;
  line-height: 1.25;
  margin-top: 2.7rem;
}

@media (max-width: 749px) {
  .development__title {
    font-size: 9.46vw;
    margin-top: 3.9vw;
  }
}

.development__lead {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 4.48rem;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  border-top: 2px solid #525151;
  border-bottom: 2px solid #525151;
  padding: 1.5rem 1.3rem 0.9rem;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .development__lead {
    font-size: 5.97vw;
    padding: 1.2vw 1.5vw 1.2vw;
  }
}

.development .gray {
  color: #525151;
  font-size: 4.48rem;
}

@media (max-width: 749px) {
  .development .gray {
    font-size: 5.97vw;
  }
}

.development .pink {
  color: #f17699;
}

.stylist {
  padding-left: 2.3rem;
  padding-right: 2.3rem;
  width: 50%;
  line-height: 1.55;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 749px) {
  .stylist {
    padding-left: 3.4vw;
    padding-right: 2.7vw;
  }
}

@media screen and (max-width: 320px) {
  .stylist {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.stylist__content {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.stylist__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 3.4rem 6.5rem 5.35rem;
  padding-bottom: 4rem;
}

@media (max-width: 749px) {
  .stylist__box {
    margin: 2vw;
    padding-bottom: 13vw;
  }
}

@media screen and (max-width: 320px) {
  .stylist__box {
    margin: 0;
  }
}

.stylist__name {
  color: #a67543;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 749px) {
  .stylist__name {
    font-size: 3.2vw;
  }
}

.violet .stylist__name {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #5fbcea), color-stop(75%, #fd6b9d));
  background: linear-gradient(to right, #5fbcea 25%, #fd6b9d 75%);
  -webkit-background-clip: text;
  color: transparent;
}

.stylist__lead {
  font-size: 2.1rem;
  color: #1c1617;
  margin-top: 0.9rem;
}

@media (max-width: 749px) {
  .stylist__lead {
    font-size: 2.8vw;
    margin-top: 1.2vw;
  }
}

@media screen and (max-width: 320px) {
  .stylist__lead {
    letter-spacing: -0.08em;
  }
}

.stylist__items {
  margin-top: 1.9rem;
}

@media (max-width: 749px) {
  .stylist__items {
    margin-top: 2vw;
  }
}

.stylist__item {
  color: #1c1617;
  font-size: 2.1rem;
  line-height: 1.6;
  padding-left: 1rem;
  position: relative;
}

@media (max-width: 749px) {
  .stylist__item {
    font-size: 2.8vw;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width: 320px) {
  .stylist__item {
    letter-spacing: -0.08em;
  }
}

.stylist__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
}

@media (max-width: 749px) {
  .stylist__item::before {
    width: 3px;
    height: 3px;
    top: 2vw;
    left: 0.5vw;
  }
}

.approach-01 {
  position: relative;
}

.approach-01__content {
  position: absolute;
  top: 0;
  width: 100%;
}

.approach-01__wrapper {
  padding-top: 3.5rem;
}

@media (max-width: 749px) {
  .approach-01__wrapper {
    padding-top: 5.3vw;
  }
}

.approach-01__title {
  font-size: 4.47rem;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  letter-spacing: -0.03em;
  line-height: 1.45;
}

@media (max-width: 749px) {
  .approach-01__title {
    font-size: 5.96vw;
  }
}

.approach-01__text {
  font-size: 3rem;
  color: #525151;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  text-align: center;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 749px) {
  .approach-01__text {
    margin-top: 5.3vw;
    font-size: 4vw;
  }
}

.approach-01__text > span {
  display: inline-block;
  margin-bottom: 3rem;
}

@media (max-width: 749px) {
  .approach-01__text > span {
    margin-bottom: 4vw;
  }
}

.approach-01__text:nth-last-child(2) {
  margin-bottom: 2.7rem;
}

.approach-01 .pink {
  font-size: 7.5rem;
  color: #f17699;
}

@media (max-width: 749px) {
  .approach-01 .pink {
    font-size: 10vw;
  }
}

.approach-01 .gray {
  color: #525151;
}

.approach-01 .big-text {
  font-size: 6.15rem;
}

@media (max-width: 749px) {
  .approach-01 .big-text {
    font-size: 8.2vw;
  }
}

.approach-01 .medium-text {
  font-size: 3.6rem;
}

@media (max-width: 749px) {
  .approach-01 .medium-text {
    font-size: 4.8vw;
  }
}

.approach-01 .black {
  color: #525151;
}

.approach-01 .inline {
  display: inline;
}

.approach-01 .size-3rem {
  font-size: 3rem;
}

@media (max-width: 749px) {
  .approach-01 .size-3rem {
    font-size: 4vw;
  }
}

.approach-01 .border-bottom {
  border-bottom: 2px solid #f17699;
  display: inline-block;
  height: 54px;
}

@media (max-width: 749px) {
  .approach-01 .border-bottom {
    height: auto;
  }
}

.approach-03 {
  position: relative;
}

.approach-03__content {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 3.1rem;
}

@media (max-width: 749px) {
  .approach-03__content {
    margin-top: 7.4vw;
  }
}

.approach-03__title {
  font-size: 6.84rem;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  padding: 2rem 3rem 2rem 7rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 749px) {
  .approach-03__title {
    font-size: 8.64vw;
    padding: 0;
    padding-left: 5.6vw;
    white-space: nowrap;
  }
}

.approach-03__goods-name {
  font-size: 4.14rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  position: relative;
  padding-bottom: 2.6rem;
  letter-spacing: 0.25em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}

@media (max-width: 749px) {
  .approach-03__goods-name {
    font-size: 5.52vw;
    padding-bottom: 3vw;
  }
}

.approach-03__goods-name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "ビューティーマルチサプリメント";
  font-size: 2.24rem;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.14em;
  text-align: justify;
  white-space: nowrap;
}

@media (max-width: 749px) {
  .approach-03__goods-name::after {
    font-size: 2.98vw;
    letter-spacing: 0.45vw;
    white-space: nowrap;
  }
}

.approach-03 .medium-text {
  font-size: 5.6rem;
  line-height: 1.4;
  display: inline-block;
  margin-left: 0.5rem;
}

@media (max-width: 749px) {
  .approach-03 .medium-text {
    font-size: 7.46vw;
    margin-left: 0.5vw;
  }
}

.approach-03 .topic {
  line-height: 1.3;
  display: inline-block;
  letter-spacing: 0.07em;
}

.approach-03 img {
  margin-top: -1px;
}

.approach-03 .skewx {
  -webkit-transform: skewX(-9deg) translateY(8px);
          transform: skewX(-9deg) translateY(8px);
  display: inline-block;
}

@media (max-width: 749px) {
  .approach-03 .skewx {
    -webkit-transform: skewX(-11deg) translateY(4px);
            transform: skewX(-11deg) translateY(4px);
    display: inline-block;
  }
}

.notice-02 {
  position: relative;
}

.notice-02__content {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 11.2rem;
}

@media (max-width: 749px) {
  .notice-02__content {
    padding-top: 15.6vw;
  }
}

.notice-02__title {
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 4.79rem;
  line-height: 1.1;
  color: #525151;
  text-align: right;
}

@media (max-width: 749px) {
  .notice-02__title {
    font-size: 6.38vw;
  }
}

.notice-02__title .black:nth-child(2) {
  letter-spacing: -0.1em;
}

.notice-02__title span:nth-child(3) {
  padding-right: 3rem;
}

@media (max-width: 749px) {
  .notice-02__title span:nth-child(3) {
    padding-right: 0;
  }
}

.notice-02__title span:last-child {
  padding-right: 4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 749px) {
  .notice-02__title span:last-child {
    padding-right: 1vw;
  }
}

.notice-02__items {
  width: 593px;
  margin: 7.6rem auto 0;
}

@media (max-width: 749px) {
  .notice-02__items {
    width: 80vw;
    margin-top: 10vw;
  }
}

.notice-02__item {
  color: #000;
  font-size: 3.84rem;
  font-weight: 600;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding-left: 6.4rem;
  white-space: nowrap;
  margin-bottom: 1.4rem;
  letter-spacing: 0.02em;
}

@media (max-width: 749px) {
  .notice-02__item {
    font-size: 5.1vw;
    padding-left: 8.9vw;
    margin-bottom: 2vw;
  }
}

.notice-02 .black {
  color: #1c1617;
  font-size: 7.01rem;
  letter-spacing: -0.06em;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  display: inline-block;
}

@media (max-width: 749px) {
  .notice-02 .black {
    font-size: 9.3vw;
  }
}

.notice-02 .skewx {
  -webkit-transform: skewX(-9deg);
          transform: skewX(-9deg);
  display: inline-block;
  letter-spacing: 0.025em;
}

.notice-02 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(0, #fab6c4));
  background: linear-gradient(transparent 78%, #fab6c4 0);
  display: inline-block;
  height: 44px;
}

@media (max-width: 749px) {
  .notice-02 .marker {
    height: 6vw;
  }
}

.try-01 {
  position: relative;
}

.try-01__content {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 2.8rem;
}

@media (max-width: 749px) {
  .try-01__content {
    margin-top: 4vw;
  }
}

.try-01__lead {
  font-size: 2.89rem;
  color: #1c1617;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.14em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 749px) {
  .try-01__lead {
    font-size: 3.85vw;
  }
}

.try-01__title {
  text-align: center;
  margin-top: 16.4rem;
}

@media (max-width: 749px) {
  .try-01__title {
    margin-top: 23vw;
  }
}

.try-01__goods-name {
  width: 51.3rem;
  height: 16.3rem;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .try-01__goods-name {
    width: 68.4vw;
    height: auto;
  }
}

.try-01__content-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.try-01__text {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 7.7rem;
  font-weight: 700;
  color: #f17699;
  margin-bottom: 3.3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.09em;
}

@media (max-width: 749px) {
  .try-01__text {
    font-size: 10.26vw;
    margin-bottom: 4vw;
  }
}

.try-01 .gray {
  font-size: 4.63rem;
  color: #525151;
}

@media (max-width: 749px) {
  .try-01 .gray {
    font-size: 6.17vw;
  }
}

.try-01 .skewx {
  -webkit-transform: skewX(-9deg) translateY(8px);
          transform: skewX(-9deg) translateY(8px);
  display: inline-block;
}

@media (max-width: 749px) {
  .try-01 .skewx {
    -webkit-transform: skewX(-10deg) translate(10px, 2px);
            transform: skewX(-10deg) translate(10px, 2px);
    display: inline-block;
  }
}

.try-02 {
  position: relative;
}

.try-02__content {
  position: absolute;
  top: 0;
  margin-top: 4.5rem;
  width: 100%;
}

@media (max-width: 749px) {
  .try-02__content {
    margin-top: 6vw;
  }
}

.try-02__lead {
  font-size: 2.88rem;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .try-02__lead {
    font-size: 3.84vw;
  }
}

.try-02__goods-name {
  font-size: 5.88rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  color: #f17699;
  position: relative;
  padding-bottom: 3.6rem;
  letter-spacing: 0.25em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.try-02__goods-name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "ビューティーマルチサプリメント";
  font-size: 3.18rem;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.12em;
  text-align: left;
}

.component {
  position: relative;
}

.component__content {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 40.5rem;
}

@media (max-width: 749px) {
  .component__content {
    margin-top: 61.9vw;
  }
}

.component__wrapper {
  width: 691px;
  padding: 6rem 4rem;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .component__wrapper {
    width: 89%;
    padding: 0;
  }
}

.component__wrapper p {
  font-size: 3.2rem;
  color: #242d36;
  line-height: 1.58;
  margin-top: 5rem;
  letter-spacing: 0.01em;
  text-align: justify;
}

@media (max-width: 749px) {
  .component__wrapper p {
    font-size: 4.26vw;
    margin-top: 6.6vw;
    line-height: 1.58;
    letter-spacing: 0.015em;
  }
}

.component__wrapper p:first-child {
  margin-top: 0;
}

.point-01 {
  position: relative;
  overflow: hidden;
}

.point-01__content {
  position: absolute;
  top: 0;
  margin-top: 4rem;
  width: 100%;
}

@media (max-width: 749px) {
  .point-01__content {
    margin-top: 5.6vw;
    padding-left: 2vw;
  }
}

.point-01__lead {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 749px) {
  .point-01__lead {
    font-size: 3.2vw;
  }
}

.point-01__goods-name {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  color: #fff;
  position: relative;
  padding-bottom: 0.9rem;
  margin: 0 0.3rem 0.5rem 2rem;
  letter-spacing: 0.25em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.point-01__goods-name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "ビューティーマルチサプリメント";
  font-size: 0.938rem;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.04em;
  text-align: justify;
  white-space: nowrap;
}

@media (max-width: 749px) {
  .point-01__goods-name::after {
    content: none;
  }
}

@media (max-width: 749px) {
  .point-01__goods-name-sp {
    width: 20vw;
    height: 4.6vw;
  }
}

.point-01__title {
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 7.645rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 749px) {
  .point-01__title {
    font-size: 10.3vw;
    margin-top: 0.5vw;
  }
}

.point-01__body-lead {
  font-size: 2.4rem;
  padding-left: 2rem;
}

@media (max-width: 749px) {
  .point-01__body-lead {
    font-size: 3.2vw;
    padding-left: 3vw;
  }
}

.point-01__body {
  position: relative;
}

@media (max-width: 749px) {
  .point-01__body {
    margin-top: -1px;
  }
}

.point-01__content-bottom {
  position: absolute;
  top: 0;
  margin-top: 4.5rem;
  width: 100%;
}

@media (max-width: 749px) {
  .point-01__content-bottom {
    margin-top: 6vw;
  }
}

.point-01__items-wrapper {
  width: 68.2rem;
  padding: 3rem 3rem;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .point-01__items-wrapper {
    width: 88%;
    padding: 4.4vw 0 0;
  }
}

.point-01__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.point-01__item {
  font-size: 2.1rem;
  margin-top: 16.7rem;
  width: 25%;
  text-align: center;
  line-height: 1.05;
  letter-spacing: -0.08em;
}

@media (max-width: 749px) {
  .point-01__item {
    font-size: 2.8vw;
    margin-top: 22.5vw;
  }
}

.point-01 .small-text {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

@media (max-width: 749px) {
  .point-01 .small-text {
    font-size: 3.2vw;
  }
}

.point-01 .skewx {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

@media (max-width: 749px) {
  .point-01 .skewx {
    -webkit-transform: skewX(-9deg);
            transform: skewX(-9deg);
  }
}

.point-01 .point-number {
  line-height: 1;
  padding-left: 0.5rem;
}

@media (max-width: 749px) {
  .point-01 .point-number {
    padding-right: 2vw;
    padding-left: 1vw;
  }
}

.point-02 {
  position: relative;
  overflow: hidden;
}

.point-02__content {
  position: absolute;
  top: 0;
  margin-top: 4rem;
  width: 100%;
}

@media (max-width: 749px) {
  .point-02__content {
    margin-top: 5.6vw;
    padding-left: 2vw;
  }
}

.point-02__lead {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 749px) {
  .point-02__lead {
    font-size: 3.2vw;
  }
}

.point-02__goods-name {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  color: #fff;
  position: relative;
  padding-bottom: 0.9rem;
  margin-bottom: 0.5rem;
  margin-left: 2rem;
  letter-spacing: 0.25em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 749px) {
  .point-02__goods-name {
    font-size: 2.4vw;
  }
}

.point-02__goods-name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "ビューティーマルチサプリメント";
  font-size: 0.938rem;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.12em;
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 749px) {
  .point-02__goods-name::after {
    content: none;
  }
}

.point-02__title {
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 7.645rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 749px) {
  .point-02__title {
    font-size: 10.3vw;
    margin-top: 0.5vw;
  }
}

.point-02__content-bottom {
  position: absolute;
  width: 55.4rem;
  bottom: 0;
  margin-bottom: 3.7rem;
  width: 100%;
}

@media (max-width: 749px) {
  .point-02__content-bottom {
    margin-bottom: 5vw;
  }
}

.point-02__text {
  color: #1c1617;
  font-size: 2.4rem;
  padding: 3rem 11rem 2.8rem 3.6rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  width: 59.4rem;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .point-02__text {
    font-size: 3.2vw;
    width: 80vw;
    padding: 1vw 16vw 3vw 4vw;
  }
}

.point-02 .small-text {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

.point-02 .skewx {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.point-02 .point-number {
  line-height: 1;
  padding-left: 0.5rem;
}

@media (max-width: 749px) {
  .point-02 .point-number {
    padding-right: 2vw;
    padding-left: 1vw;
  }
}

.point-03 {
  position: relative;
  overflow: hidden;
}

.point-03__content {
  position: absolute;
  top: 0;
  margin-top: 4rem;
  width: 100%;
}

@media (max-width: 749px) {
  .point-03__content {
    margin-top: 5.6vw;
    padding-left: 2vw;
  }
}

.point-03__lead {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 749px) {
  .point-03__lead {
    font-size: 3.2vw;
  }
}

.point-03__goods-name {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  color: #fff;
  position: relative;
  padding-bottom: 0.9rem;
  margin-bottom: 0.5rem;
  margin-left: 2rem;
  letter-spacing: 0.25em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 749px) {
  .point-03__goods-name {
    font-size: 2.4vw;
  }
}

.point-03__goods-name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "ビューティーマルチサプリメント";
  font-size: 0.938rem;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.12em;
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 749px) {
  .point-03__goods-name::after {
    content: none;
  }
}

.point-03__title {
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 7.645rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 749px) {
  .point-03__title {
    font-size: 10.3vw;
    margin-top: 0.5vw;
  }
}

.point-03__content-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 2.2rem;
}

@media (max-width: 749px) {
  .point-03__content-bottom {
    margin-bottom: 3vw;
  }
}

.point-03__body {
  position: absolute;
  width: 64.3rem;
  bottom: 0;
  left: 51.6%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 2.3rem;
}

.point-03__text {
  color: #1c1617;
  font-size: 2.7rem;
  padding: 2rem 2.5rem 2rem 4rem;
  width: 66rem;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .point-03__text {
    font-size: 3.6vw;
    padding: 3vw 3vw 3vw 5vw;
    width: 88vw;
  }
}

.point-03 .small-text {
  font-size: 2.7rem;
  letter-spacing: 0.1em;
}

.point-03 .skewx {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.point-03 .point-number {
  line-height: 1;
  padding-left: 0.5rem;
}

.point-03 .point-number {
  line-height: 1;
  padding-left: 0.5rem;
}

@media (max-width: 749px) {
  .point-03 .point-number {
    padding-right: 2vw;
    padding-left: 1vw;
  }
}

.point-03 .pink {
  color: #f17699;
}

.patent {
  position: relative;
}

.patent__content {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.patent__title {
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 10.19rem;
  line-height: 1;
  display: inline-block;
}

@media (max-width: 749px) {
  .patent__title {
    font-size: 13.5vw;
  }
}

.patent__title > span {
  display: block;
}

.patent__content-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.patent__placenta {
  position: relative;
}

.patent__placenta-text {
  position: absolute;
  bottom: 0;
  width: 45rem;
  margin-bottom: 7.5rem;
  padding: 0.5rem 0 1.5rem 2.7rem;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.09em;
  text-align: left;
}

@media (max-width: 749px) {
  .patent__placenta-text {
    font-size: 3.2vw;
    width: 64vw;
    left: 0;
    margin-bottom: 8vw;
    padding: 2vw 3vw 4vw 4vw;
  }
}

.patent__polyphenol {
  position: relative;
  margin-top: -1px;
}

.patent__polyphenol-text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45rem;
  margin-bottom: 12rem;
  padding: 0.5rem 3.5rem 1.5rem 8.2rem;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media (max-width: 749px) {
  .patent__polyphenol-text {
    font-size: 3.2vw;
    width: 64vw;
    right: 0;
    margin-bottom: 13.3vw;
    padding: 2vw 3vw 4.6vw 15vw;
  }
}

.patent .gray {
  color: #525151;
  font-size: 3.18rem;
}

@media (max-width: 749px) {
  .patent .gray {
    font-size: 4.24vw;
  }
}

.patent .pink {
  color: #f17699;
  font-size: 3.18rem;
}

@media (max-width: 749px) {
  .patent .pink {
    font-size: 4.24vw;
  }
}

.patent .medium-text {
  font-size: 6.8rem;
  margin-top: 0.5rem;
}

@media (max-width: 749px) {
  .patent .medium-text {
    font-size: 9.06vw;
  }
}

.patent .big-text {
  line-height: 1;
}

.patent-01__content {
  margin-top: 17.5rem;
}

@media (max-width: 749px) {
  .patent-01__content {
    margin-top: 24vw;
  }
}

.patent-02__content {
  bottom: 0;
  top: unset;
  margin-top: -1px;
}

.patent-03__content {
  bottom: 0;
  top: unset;
  margin-top: -1px;
}

.continue {
  position: relative;
}

.continue__content {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 5rem;
}

@media (max-width: 749px) {
  .continue__content {
    margin-top: 7.5vw;
  }
}

.continue__items {
  width: 43.5%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.continue__item {
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  color: #1c1617;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24.7rem;
  height: 24.4rem;
}

@media (max-width: 749px) {
  .continue__item {
    width: 32.9vw;
    height: 32.9vw;
  }
}

.continue__item + .continue__item {
  margin-top: 9rem;
}

@media (max-width: 749px) {
  .continue__item + .continue__item {
    margin-top: 11vw;
  }
}

.continue__item .small {
  font-size: 2.4rem;
}

@media (max-width: 749px) {
  .continue__item .small {
    font-size: 3.2vw;
  }
}

.continue__item .big {
  font-size: 5.46rem;
  margin-top: 1rem;
  height: 55px;
  line-height: 55px;
}

@media (max-width: 749px) {
  .continue__item .big {
    font-size: 7.28vw;
    margin-top: 0;
    height: 8.3vw;
    line-height: 8.3vw;
  }
}

.continue__item .big.supplement {
  font-size: 4.05rem;
}

@media (max-width: 749px) {
  .continue__item .big.supplement {
    font-size: 5.4vw;
  }
}

.continue__item .big-small {
  font-size: 3.9rem;
  margin-left: -1rem;
  margin-right: 1rem;
}

@media (max-width: 749px) {
  .continue__item .big-small {
    font-size: 5.2vw;
    margin-left: 0;
    margin-right: 0;
  }
}

.continue__item .big-small.supplement {
  font-size: 3.36rem;
}

@media (max-width: 749px) {
  .continue__item .big-small.supplement {
    font-size: 4.48vw;
  }
}

.continue__item .medium {
  font-size: 3.02rem;
  margin-bottom: 0.9rem;
}

@media (max-width: 749px) {
  .continue__item .medium {
    font-size: 4.03vw;
  }
}

.continue__item .medium-small {
  font-size: 2.16rem;
}

@media (max-width: 749px) {
  .continue__item .medium-small {
    font-size: 2.9vw;
  }
}

.continue__content-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 17rem;
}

@media (max-width: 749px) {
  .continue__content-bottom {
    margin-bottom: 22vw;
  }
}

.continue__content-bottom p {
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  color: #fff;
}

.continue__lead-box {
  width: 56rem;
  height: 54.5rem;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 749px) {
  .continue__lead-box {
    width: 74.6vw;
    height: 72.6vw;
  }
}

.continue__lead-head {
  font-size: 4.18rem;
  padding-top: 6rem;
  line-height: 1.35;
}

@media (max-width: 749px) {
  .continue__lead-head {
    font-size: 5.58vw;
    padding-top: 7.3vw;
  }
}

.continue__one-cup {
  font-size: 11.2rem;
  line-height: 1.3;
}

@media (max-width: 749px) {
  .continue__one-cup {
    font-size: 14.9vw;
  }
}

.continue__one-cup .one {
  font-size: 14.03rem;
  line-height: 1;
  letter-spacing: -0.17em;
  margin-left: -3.7rem;
}

@media (max-width: 749px) {
  .continue__one-cup .one {
    font-size: 18.7vw;
    margin-left: -4.7vw;
  }
}

.continue__price {
  font-size: 4.638rem;
  margin-top: -2.5rem;
  letter-spacing: 0.03em;
}

@media (max-width: 749px) {
  .continue__price {
    font-size: 6.18vw;
    margin-top: -3vw;
  }
}

.continue__lead-bottom {
  font-size: 4.138rem;
  margin-top: 0.7rem;
}

@media (max-width: 749px) {
  .continue__lead-bottom {
    font-size: 5.517vw;
    margin-top: 1vw;
  }
}

.continue .pink {
  color: #f17699;
}

.voice__content {
  position: absolute;
  top: 0;
  width: 100%;
}

.voice__title {
  font-size: 7.93rem;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  text-align: center;
}

@media (max-width: 749px) {
  .voice__title {
    font-size: 10.5vw;
  }
}

.voice .gray {
  font-size: 6.239rem;
  color: #525151;
}

@media (max-width: 749px) {
  .voice .gray {
    font-size: 8.3vw;
  }
}

.voice .pink {
  color: #f17699;
}

.voice__text {
  font-size: 2.7rem;
  color: #1c1617;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  width: 59.4rem;
  margin: 0 auto;
  line-height: 1.57;
  text-align: justify;
}

@media (max-width: 749px) {
  .voice__text {
    font-size: 3.6vw;
    width: 80vw;
    letter-spacing: -0.06em;
  }
}

.voice-02 .voice__text {
  color: #fff;
}

.voice .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(0, #fab6c4));
  background: linear-gradient(transparent 78%, #fab6c4 0);
  height: 44px;
}

@media (max-width: 749px) {
  .voice .marker {
    height: 6vw;
  }
}

.voice-01 {
  position: relative;
}

.voice-01__content {
  margin-top: 11rem;
}

@media (max-width: 749px) {
  .voice-01__content {
    margin-top: 15vw;
  }
}

.voice-01__text {
  padding-top: 46.875rem;
}

@media (max-width: 749px) {
  .voice-01__text {
    padding-top: 62vw;
  }
}

.voice-02 {
  position: relative;
  margin-top: -1px;
}

.voice-02__content {
  padding-top: 42rem;
}

@media (max-width: 749px) {
  .voice-02__content {
    padding-top: 56vw;
  }
}

.voice-02 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #AE556E));
  background: linear-gradient(transparent 70%, #AE556E 0);
}

.voice-03 {
  position: relative;
  margin-top: -1px;
}

.voice-03__content {
  padding-top: 46.125rem;
}

@media (max-width: 749px) {
  .voice-03__content {
    padding-top: 61.5vw;
  }
}

.faq {
  position: relative;
  overflow: hidden;
}

.faq__bg {
  position: absolute;
  top: -2rem;
  right: -7rem;
  width: 40rem;
  height: 26rem;
  overflow: hidden;
}

@media (max-width: 749px) {
  .faq__bg {
    position: absolute;
    top: -2vw;
    right: -10vw;
    width: 53vw;
    height: 34vw;
  }
}

.faq__bottom-bg {
  position: absolute;
  bottom: 0;
  left: -14rem;
  width: 27.3rem;
  height: 18.8rem;
  overflow: hidden;
}

@media (max-width: 749px) {
  .faq__bottom-bg {
    position: absolute;
    bottom: -13vw;
    left: -11vw;
    width: 36vw;
    height: 45vw;
  }
}

.faq__head-question {
  position: absolute;
  top: 5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 10rem;
  height: 10rem;
}

@media (max-width: 749px) {
  .faq__head-question {
    top: 3.7vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 51%;
    width: 14vw;
    height: 14vw;
  }
}

.faq__content {
  padding-bottom: 4.5rem;
  position: relative;
}

@media (max-width: 749px) {
  .faq__content {
    padding-bottom: 7vw;
  }
}

.faq__content .inner {
  padding-top: 15.2rem;
  overflow: hidden;
}

@media (max-width: 749px) {
  .faq__content .inner {
    padding-top: 18vw;
  }
}

.faq__title {
  font-size: 6.429rem;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.099em;
  text-align: center;
}

@media (max-width: 749px) {
  .faq__title {
    font-size: 8.57vw;
  }
}

.faq__items {
  width: 67.3rem;
  margin: 4rem auto 0;
  position: relative;
}

@media (max-width: 749px) {
  .faq__items {
    margin: 5.3vw auto 0;
    width: 89.7vw;
  }
}

.faq__item + .faq__item {
  margin-top: 3.3rem;
}

@media (max-width: 749px) {
  .faq__item + .faq__item {
    margin-top: 5vw;
  }
}

.faq__question {
  position: relative;
  font-size: 3.2rem;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  color: #fff;
  padding: 1rem 6rem 1rem 5.5rem;
  background-color: #F17699;
  position: relative;
  cursor: pointer;
}

@media (max-width: 749px) {
  .faq__question {
    font-size: 4.26vw;
    padding: 1vw 4vw 1vw 8vw;
  }
}

.faq__question::before {
  content: "Q";
  position: absolute;
  color: #fff;
  left: 2.2rem;
  top: 41%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

@media (max-width: 749px) {
  .faq__question::before {
    left: 3vw;
  }
}

.faq__toggle::after, .faq__toggle::before {
  position: absolute;
  background: #fff;
  width: 24px;
  height: 2px;
  content: "";
  right: 2rem;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 749px) {
  .faq__toggle::after, .faq__toggle::before {
    width: 3.5vw;
    top: 48%;
    right: 2vw;
  }
}

.faq__toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-open .faq__toggle::before {
  -webkit-transform: translateX(-8px) scaleX(0);
          transform: translateX(-8px) scaleX(0);
}

.is-open .faq__toggle::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.faq__answer {
  font-size: 2.8rem;
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  padding: 1.9rem 3rem 1rem 3.5rem;
  display: none;
  background-color: #fff;
}

@media (max-width: 749px) {
  .faq__answer {
    font-size: 3.7vw;
    padding: 3vw 3vw 2vw 5vw;
  }
}

.faq .gray {
  color: #525151;
}

.thought {
  position: relative;
}

.thought__content {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 28rem;
}

@media (max-width: 749px) {
  .thought__content {
    margin-top: 32vw;
  }
}

.thought__text {
  font-family: "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  color: #1c1617;
  font-size: 3.2rem;
  width: 63.4rem;
  margin: 0 auto;
  padding: 3.7rem;
  text-align: center;
  line-height: 1.57;
}

@media (max-width: 749px) {
  .thought__text {
    font-size: 4.26vw;
    width: 84.5vw;
    padding: 10vw 5vw;
  }
}

.thought__text p + p {
  margin-top: 5rem;
}

@media (max-width: 749px) {
  .thought__text p + p {
    margin-top: 6.5vw;
  }
}

.thought__text p:last-child {
  margin-top: 3.2rem;
}

@media (max-width: 749px) {
  .thought__text p:last-child {
    margin-top: 6vw;
  }
}

.thought .big {
  font-size: 4.3rem;
}

@media (max-width: 749px) {
  .thought .big {
    font-size: 5.7vw;
  }
}

.thought .pink {
  color: #f17699;
}


.tokusyo-table {
	width: 100%;
}

.tokusyo-table__name,
.tokusyo-table__data {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	line-height: 1.2;
}

.tokusyo-table__name {
	font-weight: 700;
	width: 10%;
    color: #f17699;
}

.tokusyo-table__data {
	width: 30%;
}

.tokusyo-table__data-inner {
	text-align: left;
	display: inline-block;
}

.tokusyo-table__v {
	color: #626262;
	font-size: 1em;
	font-weight: 500;
	width: 27%;
}

.tokusyo-table__company .tokusyo-table__data {
	padding: 12px 4px;
}

.tokusyo__wrapper {
	margin-top: 23px;
	overflow: auto;
	max-width: 1000px;
}

.tokusyo__content {
	width: 100%;  
	    text-align: left;
    vertical-align: middle;
}

.title_main {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	margin: 1.5em 0 0 0;
}
.layout {
	max-width: 924px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
