/* https://piccalil.li/blog/a-modern-css-reset/ */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizespeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

* {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1;
}

main {
  display: block;
  overflow-x: hidden;
}

ul li {
  list-style: none;
}

.onlyPc {
  display: block;
}
.onlyPc.--inline {
  display: inline;
}
.onlyPc.--flex {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .onlyPc {
    display: none;
  }
  .onlyPc.--inline {
    display: none;
  }
  .onlyPc.--flex {
    display: none;
  }
}

.onlySp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .onlySp {
    display: block;
  }
  .onlySp.--inline {
    display: inline;
  }
  .onlySp.--flex {
    display: flex;
  }
}

#header {
  max-width: 1280px;
  padding: 0 100px;
  margin: 0 auto;
  height: min(14.9333333333vw, 4.25rem);
  border-bottom: none;
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  #header {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}

.logo {
  width: min(23.4666666667vw, 6.5625rem);
  height: min(10.4vw, 2.875rem);
  margin: min(2.4vw, 0.6875rem) 0;
  color: transparent;
  background-image: url(/doc/theme/cm_page/images/PC/Logo.png);
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .logo {
    background-image: url(/doc/theme/cm_page/images/SP/Logo.png);
    background-size: contain;
  }
}

.mv__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.cta__container {
  position: relative;
  max-width: 1280px;
  padding: 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .cta__container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
.cta__container--top {
  padding: 5.25rem 6.25rem 7.25rem;
}
@media screen and (max-width: 1024px) {
  .cta__container--top {
    padding: 4rem 1.25rem 6.25rem;
  }
}
.cta__container--bottom {
  padding: 6.5rem 6.5rem 5rem;
}
@media screen and (max-width: 1024px) {
  .cta__container--bottom {
    padding: 6.5rem 1.25rem 6.25rem;
  }
}
.cta__bg1 {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: min(17.0666666667vw, 10.375rem);
  height: min(33.0666666667vw, 17.25rem);
  background-image: url(/doc/theme/cm_page/images/PC/Salon_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .cta__bg1 {
    top: 1.25rem;
    background-image: url(/doc/theme/cm_page/images/SP/Salon_bg.png);
  }
}
.cta__bg2 {
  position: absolute;
  bottom: 1.875rem;
  left: 1.25rem;
  width: 7.75rem;
  height: 12.5rem;
  background-image: url(/doc/theme/cm_page/images/PC/Salon_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.cta__title {
  height: auto;
  margin-inline: auto;
}
.cta__buttonWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(4.2666666667vw, 1.5rem);
  padding: 0 4.75rem;
  margin-top: min(12.8vw, 3.5625rem);
}
@media screen and (max-width: 1024px) {
  .cta__buttonWrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1024px) {
  .cta__buttonWrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.cta__linkButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: min(3.2vw, 1.25rem);
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #f094bf 0%, #e6547b 100%);
}
.cta__linkButton:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #d86499 0%, #cc2751 100%);
}
.cta__linkButton:visited {
  color: #fff;
}
.cta__linkButton:link {
  color: #fff;
}
.cta__buttonText {
  font-size: min(4.2666666667vw, 1.25rem);
}

.movie {
  position: relative;
}
.movie__container {
  position: relative;
  max-width: 1280px;
  padding: 0 100px;
  margin: 0 auto;
  padding: 0 5rem;
}
@media screen and (max-width: 1024px) {
  .movie__container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .movie__container {
    padding-bottom: 4.875rem;
  }
}
.movie__bg1 {
  position: absolute;
  top: -3.5rem;
  right: 5rem;
  width: min(20.8vw, 8.75rem);
  height: min(20.8vw, 8.75rem);
  background-image: url(/doc/theme/cm_page/images/PC/Movie_bg_square.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .movie__bg1 {
    top: -2.5rem;
    right: 1.25rem;
    background-image: url(/doc/theme/cm_page/images/SP/Movie_bg_square.png);
  }
}
.movie__title {
  position: absolute;
  top: max(-5.3333333333vw, -1.875rem);
  left: 50%;
  padding-bottom: 1rem;
  transform: translate(-50%);
}
.movie__titleText {
  font-family: "Shippori Mincho B1", serif;
  font-size: min(9.6vw, 3rem);
  color: #c46;
}
.movie__titleBorder {
  width: 3.5rem;
  height: 0.25rem;
  margin: 1.125rem auto 0;
  background: linear-gradient(to left, #ffacf1 0%, #e87493 100%);
}
@media screen and (max-width: 1024px) {
  .movie__titleBorder {
    width: 60%;
    margin-top: 0.9375rem;
  }
}
.movie__descriptionTextArea {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 19.25rem;
  height: 10.875rem;
}
@media screen and (max-width: 1024px) {
  .movie__descriptionTextArea {
    right: 0.625rem;
    bottom: 0;
    width: min(66.1333333333vw, 15.5rem);
    height: min(29.8666666667vw, 7rem);
  }
}
.movie__descriptionArea {
  position: relative;
}
.movie__descriptionText {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Shippori Mincho B1", serif;
  font-size: min(5.3333333333vw, 1.25rem);
  line-height: 1.5;
  color: #333;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .movie__descriptionText {
    font-size: min(5.3333333333vw, 1.25rem);
  }
}
.movie__descriptionSmallerText {
  font-size: min(4.2666666667vw, 1rem);
}
@media screen and (max-width: 1024px) {
  .movie__descriptionSmallerText {
    font-size: min(3.7333333333vw, 0.875rem);
  }
}
.movie__description {
  min-width: 20.375rem;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .movie__description {
    width: min(74.9333333333vw, 17.5625rem);
    min-width: 0;
    margin-inline: auto;
    transform: translateX(-0.625rem);
  }
}
.movie__youtubeWrapper {
  display: flex;
  flex-direction: column;
  gap: 6.375rem;
  align-items: center;
  padding-top: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .movie__youtubeWrapper {
    gap: 2.25rem;
    padding-top: 4rem;
  }
}
.movie__eachYoutubeWrapper {
  display: flex;
  gap: min(6.9333333333vw, 2.5rem);
  align-items: center;
  padding-right: 6rem;
}
.movie__eachYoutubeWrapper:nth-of-type(even) {
  flex-direction: row-reverse;
  padding-right: 0rem;
  padding-left: 6.5rem;
}
@media screen and (max-width: 1024px) {
  .movie__eachYoutubeWrapper:nth-of-type(even) {
    flex-direction: column-reverse;
    align-items: inherit;
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .movie__eachYoutubeWrapper {
    flex-direction: column-reverse;
    gap: min(5.3333333333vw, 1.25rem);
    align-items: inherit;
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .movie__eachYoutubeWrapper:has(.movie__thumbnailWrapper--comingSoon) {
    gap: 1.5rem;
  }
}
.movie__eachYoutubeWrapper:nth-of-type(1) .movie__descriptionTextArea {
  bottom: 0.4375rem;
}
@media screen and (max-width: 1024px) {
  .movie__eachYoutubeWrapper:nth-of-type(1) .movie__descriptionTextArea {
    bottom: 0.375rem;
  }
}
.movie__eachYoutubeWrapper:nth-of-type(3) .movie__descriptionArea {
  top: -1.25rem;
}
@media screen and (max-width: 1024px) {
  .movie__eachYoutubeWrapper:nth-of-type(3) .movie__descriptionArea {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .movie__eachYoutubeWrapper:nth-of-type(3) .movie__descriptionTextArea {
    bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .movie__eachYoutubeWrapper:nth-of-type(3) .movie__descriptionSmallerText {
    font-size: min(3.4666666667vw, 0.8125rem);
  }
}
@media screen and (max-width: 1024px) {
  .movie__eachYoutubeWrapper:nth-of-type(3) .movie__descriptionText {
    font-size: min(4.8vw, 1.125rem);
  }
}
.movie__thumbnailWrapper {
  padding-bottom: 3.125rem;
  padding-left: 1.25rem;
  margin-bottom: -3.125rem;
  margin-left: -1.25rem;
  background-image: url(/doc/theme/cm_page/images/PC/Movie_bg_rectangle.png);
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: 12.6875rem;
}
.movie__eachYoutubeWrapper:nth-of-type(even) .movie__thumbnailWrapper {
  padding-right: 1.25rem;
  padding-left: 0;
  margin-right: -1.25rem;
  margin-left: 0;
  background-position: right bottom 0;
}
@media screen and (max-width: 1024px) {
  .movie__eachYoutubeWrapper:nth-of-type(even) .movie__thumbnailWrapper {
    background-position: right 0.625rem bottom 0;
  }
}
@media screen and (max-width: 1024px) {
  .movie__thumbnailWrapper {
    padding-bottom: 2.5rem;
    padding-left: 0.75rem;
    margin-bottom: 0;
    margin-left: -0.625rem;
    background-image: url(/doc/theme/cm_page/images/SP/Movie_bg_rectangle.png);
  }
}
.movie__thumbnailWrapper--comingSoon {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  width: 38.5rem;
  height: 21.6875rem;
  padding-top: 9rem;
  padding-bottom: 9.5rem;
  padding-left: 0;
  margin-bottom: 1.25rem;
  margin-left: 0rem;
  background: none;
}
.movie__thumbnailWrapper--comingSoon::before {
  position: absolute;
  bottom: -1.25rem;
  left: -1.25rem;
  z-index: -2;
  width: 12.6875rem;
  height: 8.6875rem;
  content: "";
  background: url(/doc/theme/cm_page/images/PC/Movie_bg_rectangle.png) no-repeat center/contain;
}
.movie__thumbnailWrapper--comingSoon::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(135deg, #fcb2d2 0%, #ea829f 100%);
}
@media screen and (max-width: 1024px) {
  .movie__thumbnailWrapper--comingSoon {
    width: min(89.3333333333vw, 20.9375rem);
    height: auto;
    padding-top: 4.625rem;
    padding-bottom: 5rem;
    margin-bottom: 0.625rem;
  }
  .movie__thumbnailWrapper--comingSoon::before {
    bottom: -0.625rem;
    left: -0.625rem;
    width: 12.6875rem;
    height: 8.6875rem;
    background: url(/doc/theme/cm_page/images/SP/Movie_bg_rectangle.png) no-repeat center/contain;
  }
}
.movie__youtubeIframe {
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: -1.875rem;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .movie__youtubeIframe {
    width: min(88vw, 20.625rem);
  }
}
.movie__backgroundColor {
  position: absolute;
  top: 0;
  right: 9.75rem;
  bottom: 0;
  z-index: -1;
  width: 100%;
  max-height: 77.875rem;
  background: linear-gradient(#f8e7f5 0%, #fdceda 100%);
}
@media screen and (max-width: 1024px) {
  .movie__backgroundColor {
    right: 0;
    max-height: none;
  }
}
.movie__comingSoon {
  width: 13.625rem;
}
.movie__comingSoon img {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .movie__comingSoon {
    width: 100%;
    max-width: 9.125rem;
  }
}

.contents {
  position: relative;
}
.contents__container {
  max-width: 1280px;
  padding: 0 100px;
  margin: 0 auto;
  position: relative;
  padding-top: 10.5625rem;
  padding-bottom: 3rem;
  margin-top: 4.625rem;
}
@media screen and (max-width: 1024px) {
  .contents__container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .contents__container {
    padding: 5rem 0 4rem;
    margin-top: 9.9375rem;
  }
}
.contents__title {
  position: absolute;
  top: -1.9375rem;
  left: 50%;
  min-width: 25rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .contents__title {
    top: max(-21.0666666667vw, -4.9375rem);
  }
}
.contents__titleText {
  font-family: "Shippori Mincho B1", serif;
  font-size: min(9.0666666667vw, 2.5rem);
  font-weight: bold;
  line-height: 1.4411764706;
  color: #8c61bf;
  text-align: center;
}
.contents__titleBorder {
  width: 5rem;
  height: 0.25rem;
  margin: 0.5rem auto 0;
  background: linear-gradient(45deg, #8c61bf 0%, #ffacf1 100%);
}
@media screen and (max-width: 1024px) {
  .contents__titleBorder {
    margin-top: 0.4375rem;
  }
}
.contents__techList {
  margin-top: 7px;
}
@media screen and (max-width: 1024px) {
  .contents__techList {
    margin-top: 0;
  }
}
.contents__textIllustrationWrapper {
  display: grid;
  grid-template-columns: 424px auto;
  gap: 2.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .contents__textIllustrationWrapper {
    display: block;
  }
}
.contents__textIllustrationWrapper:not(:first-child) {
  padding-top: min(4.2666666667vw, 1rem);
}
@media screen and (max-width: 1024px) {
  .contents__textIllustrationWrapper:not(:first-child) {
    display: block;
    padding-top: 3.75rem;
  }
}
.contents__textWrapper {
  position: relative;
  padding: 3.125rem 0 3.125rem 6.25rem;
  margin-left: -6.25rem;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .contents__textWrapper {
    width: 94.6666666667vw;
    padding: 2.75rem 1.5rem 2.5rem 2.5rem;
    margin: 0;
  }
  .contents__textIllustrationWrapper:nth-of-type(even) .contents__textWrapper {
    padding-top: 2.75rem;
    padding-right: 0.875rem;
    padding-bottom: 2.5rem;
    padding-left: 0.875rem;
    margin-left: auto;
    text-align: end;
  }
}
.contents__textWrapper::after {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.contents__textWrapper--scissors::after {
  right: 45px;
  bottom: -22px;
  background-image: url(/doc/theme/cm_page/images/PC/tech-scissors.png);
}
@media screen and (max-width: 1024px) {
  .contents__textWrapper--scissors::after {
    top: -28px;
    right: 11px;
  }
}
.contents__textWrapper--hairDryer::after {
  bottom: -24px;
  left: 140px;
  width: 64px;
  height: 64px;
  background-image: url(/doc/theme/cm_page/images/PC/tech-hairDryer.png);
  transform: rotate(9deg);
}
@media screen and (max-width: 1024px) {
  .contents__textWrapper--hairDryer::after {
    bottom: -40px;
    left: 11px;
  }
}
.contents__textWrapper--bottle::after {
  top: -20px;
  right: 50px;
  background-image: url(/doc/theme/cm_page/images/PC/tech-bottle.png);
  transform: rotate(15deg);
}
@media screen and (max-width: 1024px) {
  .contents__textWrapper--bottle::after {
    right: 26px;
  }
}
.contents__numberImg {
  position: absolute;
  top: -1.4375rem;
}
@media screen and (max-width: 1024px) {
  .contents__numberImg {
    top: -1.6875rem;
  }
  .contents__textIllustrationWrapper:nth-of-type(even) .contents__numberImg {
    left: 36px;
  }
}
.contents__mainTitle {
  font-family: "Shippori Mincho B1", serif;
  font-size: min(5.3333333333vw, 1.5rem);
  font-weight: 600;
  line-height: 1.5;
  color: #c46;
}
@media screen and (max-width: 1024px) {
  .contents__mainTitle {
    max-width: -moz-fit-content;
    max-width: fit-content;
    line-height: 1.45;
  }
}
.contents__mainTitle--narrowText {
  font-feature-settings: "palt";
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1024px) {
  .contents__mainTitle--narrowText {
    letter-spacing: -0.1em;
  }
}
.contents__mainTitleText {
  padding-bottom: 2px;
  background-image: linear-gradient(transparent 70%, #f8f3b2 70%);
}
@media screen and (max-width: 1024px) {
  .contents__technicWrapper {
    padding-left: 20px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 1024px) {
  .contents__technicInner {
    margin: 0 auto;
  }
}
.contents__technicImg {
  height: auto;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 1024px) {
  .contents__technicImg {
    max-width: unset;
    height: auto;
    margin: 1.375rem auto 0;
  }
  .contents__technicImg.onlySp {
    display: block;
  }
}
.contents__bg1 {
  position: absolute;
  bottom: -4.375rem;
  left: 7.9375rem;
  width: 10.25rem;
  height: 11.125rem;
  background-image: url(/doc/theme/cm_page/images/PC/Map_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.contents__backgroundColor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9.75rem;
  z-index: -1;
  width: 100%;
  background: linear-gradient(#f2eaf8 0%, #edd9ff 42.76%, #d5cbff 100%);
}
@media screen and (max-width: 1024px) {
  .contents__backgroundColor {
    left: 0;
    width: 100%;
  }
}

.share {
  background: linear-gradient(#f8e7f5 0%, #fdceda 100%);
}
.share__wrapper {
  padding: 2.5rem;
}
.share__buttonWrapper {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 1.25rem;
}
.share__text {
  margin: 0 auto;
}
.share__button {
  width: 3rem;
  height: 3rem;
}
.share__logo {
  border-radius: 50%;
}

#footer {
  max-width: 1280px;
  padding: 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}

#footer_lp {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1rem 5.625rem;
  border: none;
}
@media screen and (max-width: 1024px) {
  #footer_lp {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0rem;
  }
}

#footerLinks_lp {
  margin-bottom: 0;
  font-size: min(3.2vw, 0.875rem);
}
@media screen and (max-width: 1024px) {
  #footerLinks_lp {
    margin: 0 1rem 0 0.375rem;
  }
}

#footerLinks_lp li {
  margin-bottom: 0;
  line-height: initial;
}
@media screen and (max-width: 1024px) {
  #footerLinks_lp li {
    padding: 0 0.625rem;
    margin: 0;
    margin-bottom: 0.875rem;
  }
}
#footerLinks_lp li:last-child {
  border: none;
}

#footerLinks_lp li a {
  text-decoration: none;
}

#footer::after {
  content: none;
}

.cFix::after {
  content: none;
}

#copyright_lp {
  padding: 0;
}

#copyright_lp img {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #copyright_lp img {
    margin-top: 0.5rem;
  }
}