.hero-animation {
  background-image: url('/special/fukuchimomoko-three-changes-mature/images/アートボード-3-100.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.left-triangle {
  position: -webkit-sticky;
  position: sticky;
  width: 100vw;
  height: 40vh;
  background-color: #f9f3e7;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -webkit-transform: translate(0px, -300px) scale(2) rotateX(0deg) rotateY(6deg) rotateZ(166deg);
  transform: translate(0px, -300px) scale(2) rotateX(0deg) rotateY(6deg) rotateZ(166deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.triangle-image {
  position: relative;
  top: auto;
  z-index: 4;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('/special/fukuchimomoko-three-changes-mature/images/top-pattern.svg');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block {
  position: static;
  z-index: 3;
}

._1 {
  position: absolute;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.top {
  position: absolute;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-5 {
  position: absolute;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-4 {
  position: absolute;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-3 {
  position: absolute;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-image.auto {
  height: auto;
}

.credit-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 3vw;
  bottom: 3vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.clothing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-title {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.credit-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
}

.credit-person.hide {
  display: none;
}

.c-occ {
  margin-right: 0.5rem;
  letter-spacing: 0.5px;
}

.c-name {
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.border-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.occupation {
  margin-right: 0.5rem;
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 300;
  text-transform: lowercase;
}

.text-block {
  font-family: noto-serif-extracondensed, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
}

.div-block-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.intro-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.text-block-2 {
  text-align: center;
}

.text-block-3 {
  width: 60%;
}

.text-block-4 {
  width: 60%;
  margin-top: 0rem;
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: left;
}

.photo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 150vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.photo-animation {
  position: static;
  left: 0%;
  top: 70%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 100%;
  margin-right: 0.5rem;
}

.image-2 {
  width: 40%;
  margin-left: 0.5rem;
}

.bg-img-holder {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

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

.triangle-holder {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-object-fit: cover;
  object-fit: cover;
}

.triangle-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.triangle-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60%;
  height: auto;
  max-width: 100%;
}

.triangle-top.adjust {
  height: 40%;
}

.image-3 {
  width: 100%;
}

.tri-svg {
  width: 100%;
}

.intro-new {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Serif JP', sans-serif;
}

.intro-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  min-width: 2px;
  margin-top: 0rem;
  margin-bottom: 4rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Serif JP', sans-serif;
}

.h1 {
  margin-bottom: 0.5rem;
}

.h2 {
  margin-bottom: 0.5rem;
}

.date {
  font-family: Lato, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.5px;
}

.intro {
  margin-top: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.2px;
}

.text-block-5 {
  font-size: 1rem;
  line-height: 1.8;
}

.text-block-6 {
  line-height: 2;
}

.two-grid {
  display: -ms-grid;
  display: grid;
  width: 70%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-intro {
  position: relative;
  width: 100vw;
  padding: 8rem 2rem;
}

.credits {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Noto Serif JP', sans-serif;
}

.bg-intro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
}

.div-block-3 {
  color: #414141;
}

.block-01 {
  width: 100%;
  height: 20rem;
  background-color: #2f374e;
}

.triangle-intro {
  width: 100%;
}

.title {
  position: absolute;
  left: auto;
  top: 20%;
  right: 5%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.movie-advice {
  position: relative;
  z-index: 1;
  width: 100vw;
  padding: 8rem 2rem 4rem;
  background-color: #2f374e;
}

.bg-triangle {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 20rem;
  background-color: #2f374e;
}

.main-content-wrap {
  position: static;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.movie-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-wrap {
  position: static;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.video-embed {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.video-embed-sp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.advice-wrap {
  position: static;
  z-index: 20;
  width: 40%;
  padding-right: 1rem;
  padding-left: 3rem;
}

.advice-title {
  position: relative;
  z-index: 20;
  margin-bottom: 2rem;
}

.h2-title {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: ivypresto-display, sans-serif;
  color: #cbd0d3;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.make-section {
  margin-bottom: 2rem;
}

.h3-title {
  margin-bottom: 0.5rem;
  font-family: ivypresto-display, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}

.text-block-9 {
  max-width: 500px;
}

.hair-section {
  margin-bottom: 2rem;
}

.text-block-10 {
  margin-bottom: 0.5rem;
  font-family: ivypresto-display, sans-serif;
  font-size: 24px;
}

.paragraph {
  max-width: 500px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.text-block-12 {
  max-width: 500px;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 0.875rem;
}

.item-descript {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 0.4fr minmax(200px, 0.4fr);
  grid-template-columns: 0.4fr minmax(200px, 0.4fr);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-4 {
  width: 100%;
}

.image-5 {
  width: 100%;
}

.item-wrap-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  width: 190px;
  height: 100%;
  max-width: none;
  margin-bottom: 1rem;
}

.make-description {
  width: 100%;
  max-width: 200px;
  margin-bottom: 0.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.5rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.image-7 {
  width: 90%;
  max-width: 200px;
  margin-bottom: 1rem;
}

.text-block-14 {
  width: 90%;
}

.text-block-15 {
  width: 90%;
  max-width: 200px;
  font-family: noto-serif-extracondensed, sans-serif;
  font-size: 0.5rem;
}

.outro-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7rem;
  padding-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f374e;
}

.prof-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: ivypresto-display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}

.share-wrap {
  background-color: #f9f3e6;
}

.social-share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.social-share-btn.pin {
  background-image: url('/special/fukuchimomoko-three-changes-mature/images/f-pinterest.svg');
  background-size: contain;
}

.social-share-btn.line {
  background-image: url('/special/fukuchimomoko-three-changes-mature/images/f-line.svg');
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-share-btn.line.black {
  background-color: transparent;
  -webkit-filter: none;
  filter: none;
}

.social-share-btn.fb {
  background-image: url('/special/fukuchimomoko-three-changes-mature/images/f-facebook.svg');
  background-size: contain;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-share-btn.fb.black {
  -webkit-filter: none;
  filter: none;
}

.social-share-btn.tw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/special/fukuchimomoko-three-changes-mature/images/f-twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-share-btn.tw.black {
  -webkit-filter: none;
  filter: none;
}

.sns-txt {
  display: none;
}

._w-inline-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-inline-block.hide {
  display: none;
}

._w-inline-block.center {
  margin-top: 2rem;
  padding-bottom: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.share.brand {
  margin-top: 0px;
}

.fs-credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f374e;
  font-family: 'Noto Serif JP', sans-serif;
}

.heading-4 {
  margin-bottom: 0px;
  font-family: ivypresto-display, sans-serif;
  color: #2f374e;
  font-size: 3rem;
  font-weight: 400;
}

.text-block-16 {
  max-width: 350px;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.text-block-17 {
  margin-right: 1rem;
  font-family: noto-serif-extracondensed, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.fs-title {
  margin-bottom: 0.5rem;
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
}

.text-block-19 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 0.9rem;
  font-weight: 900;
}

.text-block-20 {
  font-family: noto-serif-extracondensed, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
}

.text-block-21 {
  font-family: noto-serif-extracondensed, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
}

.footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f7;
  color: #747c83;
  font-size: 0.75rem;
}

.link {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #747c83;
  text-decoration: none;
}

.side {
  padding: 0.25rem;
  font-size: 0.563rem;
}

.archive-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
  padding-bottom: 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f374e;
  font-family: ivypresto-display, sans-serif;
}

.subtitle {
  margin-bottom: 0.5rem;
  font-family: ivypresto-display, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}

.tri-over-svg {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.tri-bottom-svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.img-overlay_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: visible;
  background-color: transparent;
}

.channel-main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  padding-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #4c2851;
}

.image-container-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding-bottom: 5rem;
  border: 0px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.left-sec {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

.left-sec.sp {
  display: none;
}

.text-block-23 {
  font-family: Bitter, serif;
  font-size: 12px;
}

.channel-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #4c2851;
}

.text-block-24 {
  font-family: Lato, sans-serif;
  color: #1f1f1f;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 900;
  text-align: center;
}

.img-overlay_color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: visible;
  background-color: transparent;
}

.text-block-25 {
  padding-bottom: 2rem;
  font-size: 12px;
}

.border-wrap-archive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.archive-01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0rem;
  margin-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  position: relative;
  width: 300px;
  max-width: none;
  margin-right: 0rem;
}

.archive-02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 1rem;
  margin-left: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 300px;
  max-width: none;
  margin-left: 0rem;
}

.text-block-26 {
  margin-bottom: 2rem;
  font-family: ivypresto-display, sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}

.text-block-27 {
  position: absolute;
  left: auto;
  top: 50%;
  right: auto;
  bottom: auto;
  font-family: ivypresto-display, sans-serif;
  color: #fff;
}

.div-block-4 {
  position: absolute;
  left: auto;
  bottom: 10%;
  z-index: 5;
}

.intro-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-container-hero-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-10 {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-10.hero {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.div-block-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-right: 0rem;
}

.div-block-5:hover {
  opacity: 0;
}

.html-embed {
  width: 300px;
  margin-bottom: 0px;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-left: 0rem;
}

.div-block-6:hover {
  opacity: 0;
}

.html-embed-2 {
  width: 300px;
  margin-bottom: 0px;
}

.number-wrap {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: 0%;
  z-index: 10;
  height: 5.4rem;
  border-bottom: 2px solid #2f374e;
  color: #f9f3e6;
}

.text-block-28 {
  font-family: ivypresto-display, sans-serif;
  color: #2f374e;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 700;
}

.heading-5 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: ivypresto-display, sans-serif;
  color: #2f374e;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}

.bold-text {
  font-family: noto-serif-extracondensed, sans-serif;
  font-size: 1rem;
}

.subtitle-paragraph {
  margin-bottom: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}

.make-title {
  margin-bottom: 0.5rem;
  font-family: noto-serif, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}

.text-block-31 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 5;
  font-family: ivypresto-display, sans-serif;
  color: #333;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
}

.playful {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 5;
  font-family: ivypresto-display, sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
}

.bg-tab {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-breadcrumb {
  position: relative;
  z-index: 10;
  overflow: hidden;
  max-width: 100vw;
}

.breadcrumbs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f7;
  color: #747c83;
  font-size: 0.75rem;
}

.bc-link {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #747c83;
  text-decoration: none;
  text-transform: uppercase;
}

.credits-clothing {
  margin-top: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.credits-clothing:hover {
  color: #da948e;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: transparent;
  color: #dfe0df;
}

.bg-sp {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sp-intro-images {
  display: none;
}

.person-link {
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}

.person-link:hover {
  color: #da948e;
}

.link-3 {
  font-family: noto-serif-extracondensed, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.link-3:hover {
  color: #da948e;
}

.link-4 {
  font-family: noto-serif-extracondensed, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.link-4:hover {
  color: #da948e;
}

.html-embed-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
}

.div-block-8 {
  position: relative;
  bottom: 0px;
  width: 10vw;
}

.scroll-anime {
  position: absolute;
  left: 45%;
  top: auto;
  right: 0%;
  bottom: 3%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-35 {
  letter-spacing: 0.2px;
}

.text-block-36 {
  font-weight: 400;
}

.text-block-37 {
  font-family: 'Noto Sans JP', sans-serif;
}

.make-additional {
  width: 100%;
  max-width: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.5rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.img-block {
  width: 100%;
}

.profile-paragraph {
  margin-top: 0rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.2px;
}

.profile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.person {
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
}

.nav_logo-link {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav_link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav_link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.nav_link.nav-link-black {
  color: #000;
}

.nav_component {
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
  opacity: 1;
}

.nav_component.nav-color-white {
  position: relative;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8125rem;
}

.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.menu-bar.menu-bar-black {
  background-color: #1a1a1a;
}

.menu-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.nav_logo {
  height: 20px;
  opacity: 1;
}

.nav_logo.nav-logo-black {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav_menu-button {
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.icon {
  border: 1px solid transparent;
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: none;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-13 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.image-13:hover {
  opacity: 1;
}

.image-14 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.image-14:hover {
  opacity: 1;
}

.div-block-9 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-15 {
  width: 100%;
}

.text-block-38 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #f9f3e6;
  color: #f9f3e6;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-decoration: none;
}

.text-block-38-copy {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #f1bb6a;
  color: #f1bb6a;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-decoration: none;
}

.div-block-10 {
  width: 100%;
}

.div-block-11 {
  width: 100%;
}

.bold-text-2 {
  font-weight: 500;
}

.bold-text-3 {
  font-weight: 500;
}

.natural-archive {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 5;
  font-family: ivypresto-display, sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
}

.h3 {
  margin-bottom: 1rem;
}

.heading-6 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.credits-sp {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 10%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Noto Serif JP', sans-serif;
}

.person-link-2 {
  font-family: Lato, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}

.person-link-2:hover {
  color: #699ef0;
}

.link-block-2 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.link-block-2:hover {
  opacity: 0;
}

.link-block-3 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.link-block-3:hover {
  opacity: 0;
}

.comingsoon {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}

.text-block-41 {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.haircosme-01 {
  width: 190px;
  height: 100%;
  max-width: none;
  margin-bottom: 1rem;
}

.hair-cosme-02 {
  width: 190px;
  height: 100%;
  max-width: none;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 1.5rem;
  }

  .heading-2 {
    font-size: 1.2rem;
  }

  .bg {
    display: none;
  }

  .intro-wrapper {
    width: 60%;
  }

  .credits {
    bottom: 4%;
  }

  .title {
    top: 20%;
  }

  .movie-advice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video-embed {
    z-index: 1;
  }

  .video-embed-sp {
    z-index: 1;
  }

  .advice-wrap {
    width: 80%;
    margin-top: 3rem;
    padding-left: 1rem;
  }

  .h2-title {
    line-height: 36px;
  }

  .text-block-10 {
    max-width: 500px;
  }

  ._w-inline-block.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .breadcrumbs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .left-sec {
    width: 30%;
    height: 100vh;
  }

  .text-block-23 {
    font-size: 10px;
  }

  .channel-section {
    height: 100vh;
    background-color: #fff;
  }

  .text-block-25 {
    font-size: 10px;
  }

  .archive-01 {
    margin-right: 0rem;
    margin-left: 1rem;
  }

  .archive-02 {
    margin-right: 1rem;
    margin-left: 0rem;
  }

  .image-10 {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .subtitle-paragraph {
    max-width: 500px;
  }

  .bg-tab {
    display: block;
  }

  .breadcrumbs-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bg-sp {
    display: none;
  }

  .nav_link {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .nav_component {
    position: absolute;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .menu-bar.menu-bar-black {
    background-color: #1a1a1a;
  }

  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav_menu-button {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav_menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    display: none;
    color: #fff;
  }

  .nav_container {
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav_menu-wrapper {
    padding: 30px;
    background-color: #fff;
  }

  .credits-sp {
    bottom: 4%;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    color: #cacaca;
  }

  .triangle-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .triangle-top {
    width: 100%;
  }

  .intro-wrapper {
    width: 80%;
  }

  .two-grid {
    display: none;
  }

  .credits {
    display: none;
  }

  .title {
    left: auto;
    top: auto;
    right: 3%;
    bottom: 5%;
  }

  .video-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .video-embed-sp {
    display: block;
  }

  .item-descript {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .item-wrap-01 {
    max-width: 220px;
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-6 {
    width: 220px;
  }

  .prof-wrap {
    width: 90%;
  }

  ._w-inline-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._w-inline-block.center {
    background-color: transparent;
    color: transparent;
  }

  .text-block-16 {
    max-width: none;
  }

  .breadcrumbs {
    overflow: hidden;
    width: 800px;
    max-width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .channel-main-section {
    display: none;
    height: auto;
  }

  .channel-main-section.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
  }

  .left-sec {
    position: fixed;
    left: auto;
    display: none;
    width: 100vw;
    height: 30vh;
    background-image: url('/special/fukuchimomoko-three-changes-mature/images/スクリーンショット-2022-06-01-10.31.43.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .left-sec.sp {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .channel-section {
    height: auto;
  }

  .title-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
  }

  .border-wrap-archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .archive-01 {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .archive-02 {
    margin-right: 0rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
  }

  .bg-tab {
    display: none;
  }

  .div-block-7 {
    position: relative;
    max-width: 100vw;
  }

  .breadcrumbs-2 {
    width: 800px;
    max-width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bg-sp {
    display: block;
    height: 100vh;
  }

  .sp-intro-images {
    position: relative;
    display: block;
  }

  .text-block-34 {
    margin-bottom: 2rem;
  }

  .image-11 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    opacity: 0;
  }

  .image-12 {
    position: relative;
    display: block;
    width: 100%;
  }

  .scroll-anime {
    display: none;
  }

  .img-block {
    width: auto;
  }

  .nav_logo-link {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .nav_component {
    position: absolute;
    background-color: #1a1a1a;
  }

  .menu-bar {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .heading-6 {
    margin-top: 10px;
    color: #cacaca;
    font-size: 1.2rem;
  }

  .credits-sp {
    position: relative;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-39 {
    color: #cacaca;
  }

  .text-block-40 {
    color: #333;
  }

  .haircosme-01 {
    width: 220px;
  }

  .hair-cosme-02 {
    width: 220px;
  }
}

@media screen and (max-width: 479px) {
  .credit-person {
    font-size: 0.7rem;
  }

  .heading {
    font-size: 1.3rem;
  }

  .heading-2 {
    font-size: 0.785rem;
  }

  .intro-wrapper {
    width: 95%;
  }

  .section-intro {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .credits {
    bottom: -1%;
    z-index: 100;
  }

  .movie-advice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .movie-wrap {
    width: 100vw;
    height: 100vh;
  }

  .advice-wrap {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .item-wrap-01 {
    max-width: 90%;
  }

  .image-6 {
    width: 100%;
  }

  .make-description {
    max-width: none;
  }

  .prof-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  ._w-inline-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._w-inline-block.center {
    margin-top: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .share {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .share.brand {
    margin-bottom: 0px;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .breadcrumbs {
    width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link {
    overflow: hidden;
  }

  .channel-main-section.sp {
    padding-bottom: 3rem;
  }

  .image-container-hero {
    position: relative;
    z-index: 10;
    width: auto;
    height: auto;
    margin-bottom: 5rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .left-sec {
    display: none;
  }

  .image-container-hero-2 {
    position: static;
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-10 {
    position: relative;
    -o-object-position: 55% 50%;
    object-position: 55% 50%;
  }

  .text-block-28 {
    font-size: 4rem;
  }

  .heading-5 {
    font-size: 1.5rem;
  }

  .make-title {
    margin-bottom: 1rem;
  }

  .bg-tab {
    display: none;
  }

  .breadcrumbs-2 {
    width: 800px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .credits-clothing {
    font-size: 0.7rem;
  }

  .text-block-33 {
    font-size: 0.5rem;
  }

  .body {
    background-color: transparent;
  }

  .bg-sp {
    display: block;
  }

  .scroll-anime {
    bottom: 10%;
    display: none;
  }

  .img-block {
    width: 100%;
  }

  .profile-wrapper {
    width: 90%;
  }

  .nav_component {
    position: absolute;
    display: block;
    height: 40px;
    background-color: #1a1a1a;
  }

  .menu-bar {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .menu-parent {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav_logo {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_container {
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }

  .credits-sp {
    bottom: -1%;
    z-index: 100;
  }

  .haircosme-01 {
    width: 100%;
  }

  .hair-cosme-02 {
    width: 100%;
  }
}

