@charset "UTF-8";

@use 'sass:map';
@-webkit-keyframes CircleRotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes CircleRotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes MvProductButtle {
  0% {
    -webkit-transform: translate(20px, 20px) rotate(2deg);
    transform: translate(20px, 20px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes MvProductButtle {
  0% {
    -webkit-transform: translate(20px, 20px) rotate(2deg);
    transform: translate(20px, 20px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

@-webkit-keyframes MvProductButtleSP {
  0% {
    -webkit-transform: translate(10px, 10px) rotate(2deg);
    transform: translate(10px, 10px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes MvProductButtleSP {
  0% {
    -webkit-transform: translate(10px, 10px) rotate(2deg);
    transform: translate(10px, 10px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

@-webkit-keyframes MvProductBrush {
  0% {
    -webkit-transform: translate(40px, 40px) rotate(4deg);
    transform: translate(40px, 40px) rotate(4deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes MvProductBrush {
  0% {
    -webkit-transform: translate(40px, 40px) rotate(4deg);
    transform: translate(40px, 40px) rotate(4deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

@-webkit-keyframes MvProductBrushSP {
  0% {
    -webkit-transform: translate(20px, 20px) rotate(4deg);
    transform: translate(20px, 20px) rotate(4deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes MvProductBrushSP {
  0% {
    -webkit-transform: translate(20px, 20px) rotate(4deg);
    transform: translate(20px, 20px) rotate(4deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

.lp22Main {
  overflow: hidden;
  z-index: -1;
}

.lp22Main img {
  max-width: 100%;
  height: auto;
}

.lp22Main sup {
  font-size: 50%;
  margin-inline: -0.6em;
}

.lp22Main__top {
  background-size: 1px 100%;
  background-repeat: repeat-x;
  background-position: top center;
}

.cmn__hdg {
  font-family: 'Gilda Display', serif;
  color: #666666;
  text-align: center;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-weight: 400;
  text-transform: uppercase;
}

.cmn__buttonList {
  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;
}

.cmn__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #2a2938;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.cmn__button:hover .cmn__buttonText {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cmn__button:hover svg {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cmn__buttonText {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.1666666667;
  line-height: 46px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cmn__buttonEcText {
  font-size: 16px;
  font-family: 'Gilda Display', serif;
  margin-top: 3px;
}

.cmn__buttonIco {
  display: inline-block;
  margin-left: 9px;
  width: 18px;
  height: 18px;
}

.cmn__buttonIco img {
  padding-top: 14px;
}

.mv__inner {
  position: relative;
  height: 100%;
}

.mv__copy {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.mv__copy.is-active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.mv__icon {
  position: absolute;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.mv__image {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.mv__image.is-active .mv__imageSlide {
  -webkit-transition: left 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: left 1s cubic-bezier(0.25, 1, 0.5, 1);
  left: calc(100% + 1px);
}

.mv__imageSlide {
  position: absolute;
  content: '';
  background-color: #ce4640;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  top: 0;
  left: 0;
  z-index: 1;
}

.mv__product {
  position: absolute;
  z-index: 3;
}

.mv__product.is-active .mv__productBottle {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 1;
}

.mv__product.is-active .mv__productBrush {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.mv__product.is-active .mv__productBulk {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.mv__productBottle {
  position: absolute;
  opacity: 0;
}

.mv__productBrush {
  position: absolute;
  opacity: 0;
}

.mv__productBulk {
  position: absolute;
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.mv__title {
  position: absolute;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.mv__bg {
  position: absolute;
}

.ico {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.ico.is-active .ico__item {
  opacity: 1;
}

.ico__list {
  width: 100%;
}

.ico__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ico__item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.ico__item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.ico__item:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.intro {
  background-color: #d44a46;
  position: relative;
}

.intro.is-active .intro__slide {
  -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  left: calc(100% + 1px);
}

.intro__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  background-color: #d35653;
  content: '';
}

.intro__leadCopy {
  margin-left: auto;
  margin-right: auto;
}

.intro__leadDetail {
  margin-left: auto;
  margin-right: auto;
}

.intro__leadTitle {
  margin-left: auto;
  margin-right: auto;
}

.intro__movie {
  margin-left: auto;
  margin-right: auto;
}

.intro__movieText {
  color: #fff;
  font-size: 10px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.intro__movieCont {
  margin: 0 auto;
  padding-top: 56.25%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.intro__movieCont iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.intro__movieImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.intro__movieImage.is-active {
  display: none;
}

.intro__movieImage.is-active .intro__movieTrigger::before,
.intro__movieImage.is-active .intro__movieTrigger::after {
  display: none;
}

.intro__movieImage img {
  -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;
}

.intro__movieTrigger::before {
  position: absolute;
  content: '';
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  border-radius: 50%;
}

.intro__movieTrigger::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
  top: 0;
  left: calc(50% - 2px);
  bottom: 0;
  margin: auto;
}

.about {
  position: relative;
  z-index: 2;
}

.about__title {
  margin-left: auto;
  margin-right: auto;
}

.about__product {
  position: relative;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.about__productName {
  color: #fff;
}

.about__productSpecList {
  display: flex;
}

.about__productDesc {
  color: #fff;
  font-weight: 500;
}

.about__productNotes {
  color: #fff;
}

.about__buttonDetail {
  font-weight: 500;
  text-align: center;
}

.detail {
  position: relative;
}

.detail__inner {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 90%;
  text-align: center;
}

.detail__head {
  position: relative;
  display: inline-block;
}

.detail__headSubtitle {
  margin-left: auto;
  margin-right: auto;
}

.detail__headMask {
  position: absolute;
}

.detail__content {
  margin-left: auto;
  margin-right: auto;
}

.detail__notes {
  font-size: 10px;
}

.check__title {
  color: #778d8d;
}

.check__head {
  text-align: center;
}

.check__headSub {
  display: block;
  color: #666666;
  font-weight: 400;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.check__headMain {
  display: block;
  color: #666666;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.check__headMain span {
  color: #768d8c;
}

.check__list {
  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;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.check__item {
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.check__itemTitle {
  color: #666666;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-weight: 700;
  position: relative;
  padding-left: 27px;
}

.check__itemTitle::before {
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}

.check__itemMask {
  display: block;
  position: absolute;
}

.check__lower {
  position: relative;
  z-index: 2;
}

.check__lower::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: linear-gradient(-45deg, #eff2f5 0%, #eff7ff 26%, #eff7ff 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.check__connect {
  margin-left: auto;
  margin-right: auto;
}

.section__label {
  position: absolute;
  width: 100%;
}

.section__labelbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.section__labelbg.is-active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.section__labelTextFirst {
  z-index: 2;
  position: absolute;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.section__labelTextFirst.is-active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.section__labelTextAfter {
  z-index: 2;
  position: absolute;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.section__labelTextAfter.is-active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.feature {
  z-index: 1;
  position: relative;
}

.feature::before {
  position: absolute;
  content: '';
  background-repeat: repeat-y;
  background-size: 100% 1px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.feature__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  position: relative;
}

.feature__pointMovie {
  position: relative;
}

.feature__pointMovieNumber {
  position: absolute;
  z-index: 1;
}

.feature__pointMovieNumber::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}

.feature__pointMovieImage {
  pointer-events: none;
}

.feature__pointMovieImage:not(.feature__pointMovieImage03) {
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%);
  clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%);
  overflow: hidden;
}

.feature__pointMovieImage:not(.feature__pointMovieImage03) img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.feature__movieCont {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.feature__movieCont iframe,
.feature__movieCont .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature__pointMovieProduct {
  position: absolute;
}

.color {
  background-color: #fff;
}

.color__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.color__title {
  margin-left: auto;
  margin-right: auto;
}

.color__intro {
  margin-left: auto;
  margin-right: auto;
}

.color__productsList {
  display: flex;
  flex-flow: wrap;
}

.color__productsItem {
  position: relative;
  text-align: center;
  z-index: 1;
}

.color__productsNumber {
  position: absolute;
  z-index: -1;
}

.color__productsName {
  margin-left: auto;
  margin-right: auto;
}

.color__productsTitle {
  font-weight: bold;
}

.color__productsTitle01 {
  color: #b77263;
}

.color__productsTitle02 {
  color: #c86c63;
}

.color__productsTitle03 {
  color: #c66a69;
}

.color__productsTitle04 {
  color: #ac5057;
}

.color__productsTitle05 {
  color: #aa4339;
}

.color__productsTitle06 {
  color: #964542;
}

.color__productsTitle07 {
  color: #a91a3a;
}

.color__productsTitle08 {
  color: #c17159;
}

.color__productsTitle09 {
  color: #b5585b;
}

.color__productsDetail {
  font-weight: 500;
}

.limited {
  position: relative;
}

.limited__buttonList {
  position: absolute;
}

.howto {
  position: relative;
  background-color: #c65755;
}

.howto__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.howto__title {
  margin-left: auto;
  margin-right: auto;
}

.howto__copy {
  margin-left: auto;
  margin-right: auto;
}

.howto__stepItem {
  background-color: #fff;
  text-align: center;
}

.howto__stepNumber {
  margin-right: auto;
  margin-left: auto;
}

.howto__stepTitle {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fae1e1));
  background: linear-gradient(transparent 70%, #fae1e1 30%);
  padding-bottom: 2px;
  display: inline;
}

.howto__stepTag {
  color: #c65755;
  border: 2px solid #c65755;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}

.howto__notes {
  color: #fff;
  margin-top: 32px;
  text-align: center;
}

.howto__notesList {
  margin-top: 10px;
  padding-left: 1em;
}

.howto__notesitem {
  text-indent: -1em;
}

.howto__notesitem::before {
  content: '・';
}

.howto__stepAdvice {
  color: #c65755;
  font-weight: bold;
}

.bnr__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.makeup {
  position: relative;
  z-index: 1;
}

.makeup::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: repeat-y;
  background-size: 100% 1px;
}

.makeup__inner {
  margin-left: auto;
  margin-right: auto;
}

.makeup__cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.makeup__infoTitle {
  color: #ac5057;
  font-weight: bold;
}

.makeup__image {
  position: relative;
  overflow: hidden;
}

.makeup__image.is-active .makeup__imageSlide {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  left: 100%;
}

.makeup__imageSlide {
  position: absolute;
  content: '';
  background-color: #c65755;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.makeup__accent {
  position: absolute;
}

.makeup__accent img {
  opacity: 0;
}

.makeup__accent.is-active::before {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.makeup__accent.is-active img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.makeup__accent::before {
  position: absolute;
  content: '';
  background-color: #c65755;
  height: 2px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

@media screen and (max-width: 1280px) {
  body {
    /* FOR INDEX */
  }
}

@media screen and (max-width: 1020px) {
  body {
    /* FOR INDEX */
  }
}

@media screen and (max-width: 768px) {
  body {
    /* FOR MOBILE */
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .lp22Main__top {
    background-image: url('../img/top_bg_sp.png');
  }
  .cmn__hdg {
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  .cmn__buttonItem + .cmn__buttonItem {
    margin-left: 10px;
  }
  .cmn__button {
    width: 162px;
    height: 40px;
  }
  .cmn__buttonEc svg {
    width: 14px;
  }
  .cmn__buttonText {
    font-size: 1.1rem;
    line-height: 33px;
  }
  .cmn__buttonEcText {
    margin-left: 7px;
    padding-right: 3px;
    font-size: 12px;
  }
  .cmn__buttonIco {
    width: 15px;
    height: 15px;
    margin-left: 6px;
  }
  .cmn__buttonIco img {
    padding-top: 10px;
  }
  .mv {
    height: 99.333vw;
  }
  .mv__copy {
    top: 9.6vw;
    right: 3.2vw;
    width: 48vw;
  }
  .mv__icon {
    top: 4.2666666667vw;
    left: 2.8vw;
    width: 27.2vw;
  }
  .mv__image {
    top: 0px;
    left: 0.16667vw;
    width: 71.1vw;
  }
  .mv__product {
    top: 45.6vw;
    right: 4.2666666667vw;
    width: 26.9333333333vw;
    height: 54.4vw;
  }
  .mv__product.is-active .mv__productBottle {
    -webkit-animation: 0.8s ease forwards MvProductButtleSP;
    animation: 0.8s ease forwards MvProductButtleSP;
  }
  .mv__product.is-active .mv__productBrush {
    -webkit-animation: 0.8s ease forwards MvProductBrushSP;
    animation: 0.8s ease forwards MvProductBrushSP;
  }
  .mv__productBottle {
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .mv__productBrush {
    width: 50.495049505%;
    top: 0;
    left: 0%;
  }
  .mv__productBulk {
    width: 73.2673267327%;
    top: 0;
    left: 4.9504950495%;
  }
  .mv__title {
    top: 84.6vw;
    right: 0;
    width: 87.7333vw;
  }
  .mv__bg {
    top: 4.26667vw;
    right: -37.3333vw;
    width: 71.3333vw;
    height: 92.5333vw;
  }
  .ico {
    max-width: 375px;
    margin: 0 auto;
    padding: 0 30px 60px 34px;
    opacity: 1;
  }
  .ico__list {
    display: grid;
    justify-items: center;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 18px;
  }
  .ico__item {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 1.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .intro {
    padding-top: 60px;
    padding-bottom: 48px;
  }
  .intro__leadCopy {
    width: 274px;
  }
  .intro__leadDetail {
    padding-top: 26px;
    width: 194px;
  }
  .intro__leadTitle {
    width: 208px;
    padding-top: 33px;
  }
  .intro__movie {
    padding-top: 29px;
    width: 88%;
  }
  .intro__movieText {
    text-align: left;
    margin-top: 8px;
  }
  .about {
    padding-bottom: 60px;
    padding-top: 59px;
  }
  .about__title {
    width: 115px;
  }
  .about__productImage {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
  }
  .about__productName {
    padding-top: 19px;
    text-align: center;
  }
  .about__productText {
    padding-top: 33px;
  }
  .about__productNotesText {
    text-align: center;
  }
  .about__productNameAbout_name {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-feature-settings: 'palt';
  }
  .about__productNameAbout_price {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-feature-settings: 'palt';
  }
  .about__productNameAbout_tax {
    font-size: 10px;
    line-height: 1.87;
    letter-spacing: 0.08em;
    font-feature-settings: 'palt';
  }
  .about__productNameAbout_note {
    font-size: 10px;
    line-height: 1;
  }
  .about__productCopy {
    width: 305px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__productSpecList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about__productSpecItem {
    width: 104px;
  }
  .about__productDesc {
    font-size: 17px;
    text-align: center;
    padding-top: 20px;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt';
  }
  .about__productNotes {
    width: 78.6666666667%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
  }
  .about__buttonList {
    margin-top: 26px;
  }
  .about__buttonDetail {
    font-size: 12px;
    padding-top: 13px;
  }
  .detail {
    padding-top: 36px;
  }
  .detail__inner {
    padding-top: 36px;
    padding-bottom: 28px;
  }
  .detail__headSubtitle {
    width: 168px;
  }
  .detail__headMask {
    width: 36px;
    right: 50px;
    bottom: -1px;
  }
  .detail__headTitle {
    margin-left: auto;
    margin-right: auto;
    width: 261px;
    padding-top: 14px;
  }
  .detail__content {
    padding-top: 23px;
  }
  .detail__textarea {
    width: 80.118694362%;
    margin-left: auto;
    margin-right: auto;
  }
  .detail__info {
    font-size: 13px;
    line-height: 1.692307692307692;
    text-align: left;
  }
  .detail__notes {
    text-align: left;
    margin-top: 6px;
  }
  .detail__image {
    padding-top: 23px;
    width: 82.0895522388%;
    margin-left: auto;
    margin-right: auto;
  }
  .check {
    padding-top: 64px;
  }
  .check__headSub {
    font-size: 16px;
    margin-top: 19px;
  }
  .check__headMain {
    margin-top: 2px;
    font-size: 23px;
  }
  .check__list {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-top: 19px;
    max-width: 380px;
  }
  .check__item {
    background-image: url('../img/check_bg_sp.png');
    width: 41.6%;
    height: 156px;
  }
  .check__item + .check__item .check__itemTitle {
    margin-top: 5px;
  }
  .check__item:nth-child(2) {
    margin-top: 74px;
  }
  .check__item:nth-child(3) {
    margin-top: -68px;
  }
  .check__item:nth-child(4) {
    margin-top: 6px;
  }
  .check__itemTitle {
    font-size: 13px;
    line-height: 1.384615384615385;
  }
  .check__itemTitle::before {
    background-image: url(../img/icon_check_sp.png);
    width: 18px;
    height: 20px;
    top: -5px;
    left: 4px;
  }
  .check__itemMask {
    width: 31px;
    right: 31px;
    bottom: 26px;
  }
  .check__lower {
    padding: 58px 0 160px;
    margin-top: 8.75vw;
  }
  .check__connect {
    width: 263px;
  }
  .section__label {
    top: 34px;
    height: 36.2666666667vw;
  }
  .section__labelTextFirst {
    width: 42.1333333333%;
    top: 32.3529411765%;
    left: 8.5333333333%;
  }
  .section__labelTextAfter {
    width: 60.2666666667%;
    top: 43.3823529412%;
    right: 9.3333333333%;
  }
  .feature {
    padding-top: 70px;
    padding-bottom: 125px;
  }
  .feature::before {
    background-image: url('../img/feature_bg_sp.png');
  }
  .feature__title {
    width: 195px;
    margin-left: 20px;
  }
  .feature__copy {
    width: 245px;
    margin-right: 30px;
    padding-top: 21px;
    margin-left: auto;
  }
  .feature__point {
    width: 70.6666666667%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }
  .feature__pointItem + .feature__pointItem {
    padding-top: 35px;
  }
  .feature__pointItem:nth-child(1) .feature__pointMovie {
    margin-left: auto;
    margin-right: -26px;
  }
  .feature__pointText01 {
    width: 74px;
  }
  .feature__pointText02 {
    width: 77px;
  }
  .feature__pointText03 {
    width: 77px;
  }
  .feature__pointTitle {
    padding-top: 14px;
  }
  .feature__pointTitle01 {
    width: 264px;
  }
  .feature__pointTitle02 {
    width: 240px;
  }
  .feature__pointTitle03 {
    width: 206px;
  }
  .feature__pointDetail {
    padding-top: 18px;
  }
  .feature__pointDetailText {
    font-size: 13px;
    line-height: 1.692307692307692;
  }
  .feature__pointDetailNotes {
    padding-top: 6px;
  }
  .feature__pointMovie {
    width: 220px;
    margin-top: 60px;
  }
  .feature__pointMovie03 {
    width: 175px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature__pointMovieNumber {
    top: -10px;
    left: -13px;
  }
  .feature__pointMovieNumber::before {
    background-image: url('../img/feature_circle_sp.png');
    width: 70px;
    height: 70px;
    top: -24px;
    left: -21px;
    -webkit-animation: 8s linear infinite CircleRotation;
    animation: 8s linear infinite CircleRotation;
  }
  .feature__pointMovieNumber01 {
    width: 25px;
  }
  .feature__pointMovieNumber02 {
    width: 29px;
  }
  .feature__pointMovieNumber03 {
    width: 30px;
    top: -11px;
    right: -13px;
    left: inherit;
  }
  .feature__pointMovieProduct {
    bottom: -63px;
    left: -35px;
    width: 96px;
  }
  .color {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .color__title {
    width: 146px;
  }
  .color__intro {
    width: 189px;
    margin-top: 29px;
  }
  .color__products {
    padding-top: 44px;
  }
  .color__productsList {
    margin-right: -16px;
    padding-inline: 20px;
    justify-content: space-between;
  }
  .color__productsItem {
    width: 48%;
  }
  .color__productsItem:nth-child(2n) {
    margin-left: 6px;
    margin-top: 50px;
  }
  .color__productsNumber {
    top: -31px;
    left: -12px;
  }
  .color__productsNumber01 {
    width: 58px;
  }
  .color__productsNumber02 {
    width: 67px;
  }
  .color__productsNumber03 {
    width: 66px;
  }
  .color__productsNumber04 {
    width: 67px;
  }
  .color__productsNumber05 {
    width: 66px;
  }
  .color__productsNumber06 {
    width: 68px;
  }
  .color__productsNumber07 {
    width: 68px;
  }
  .color__productsNumber08 {
    width: 65px;
  }
  .color__productsNumber09 {
    width: 66px;
  }
  .color__productsText {
    padding-right: 25px;
  }
  .color__productsName {
    padding-top: 11px;
  }
  .color__productsName01 {
    width: 63px;
  }
  .color__productsName02 {
    width: 85px;
  }
  .color__productsName03 {
    width: 58px;
  }
  .color__productsName04 {
    width: 66px;
  }
  .color__productsName05 {
    width: 92px;
  }
  .color__productsName06 {
    width: 63px;
  }
  .color__productsName07 {
    width: 54px;
  }
  .color__productsName08 {
    width: 78px;
  }
  .color__productsName09 {
    width: 88px;
  }
  .color__productsTitle {
    font-size: 14px;
    padding-top: 1px;
    line-height: 1;
  }
  .color__productsDetail {
    font-size: 12px;
    line-height: 1.583333333333333;
    padding-top: 7px;
  }
  .limited {
    margin-top: 32px;
    width: 87.4666666667%;
    margin-left: 5.0666666667%;
    margin-right: 7.4666666667%;
  }
  .limited__buttonList {
    margin-top: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
    top: 74%;
    right: 0;
    left: 0;
  }
  .limited__buttonList .cmn__buttonItem {
    margin: 0;
  }
  .limited__buttonList .cmn__button {
    width: 164px;
  }
  .howto {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .howto__inner {
    width: 84%;
  }
  .howto__title {
    width: 180px;
  }
  .howto__copy {
    width: 241px;
    padding-top: 28px;
  }
  .howto__step {
    padding-top: 40px;
  }
  .howto__stepItem {
    padding-bottom: 30px;
  }
  .howto__stepItem + .howto__stepItem {
    margin-top: 20px;
  }
  .howto__stepNumber {
    width: 58px;
    padding-top: 28px;
  }
  .howto__stepImage {
    width: 92.380952381%;
    margin-left: auto;
    margin-right: auto;
  }
  .howto__stepTitle {
    font-size: 13px;
    margin-top: 13px;
  }
  .howto__stepTags {
    margin-top: 10px;
  }
  .howto__stepTag {
    padding: 3px 4px;
    font-size: 12px;
  }
  .howto__stepInfo {
    font-size: 12px;
    margin-top: 11px;
  }
  .howto__notesTitle {
    font-size: 16px;
  }
  .howto__stepAdvice {
    font-size: 12px;
    margin-top: 10px;
  }
  .bnr {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .bnr__inner {
    width: 84%;
  }
  .makeup {
    padding-top: 75px;
    padding-bottom: 71px;
  }
  .makeup::before {
    background-image: url('../img/feature_bg_sp.png');
  }
  .makeup__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .makeup__body {
    background-color: #fff;
    width: 89.3333333333%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 132px;
    padding-bottom: 33px;
  }
  .makeup__title {
    width: 286px;
    margin-left: auto;
    margin-right: auto;
  }
  .makeup__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 24.4776119403%;
  }
  .makeup__infoProduct {
    width: 75px;
  }
  .makeup__infoNumber {
    width: 75px;
  }
  .makeup__infoName {
    width: 72px;
    margin-top: 22px;
  }
  .makeup__infoTitle {
    font-size: 14px;
    line-height: 1;
  }
  .makeup__image {
    width: 66.6666666667%;
    margin: 30px auto -104px;
  }
  .makeup__accent {
    width: 51px;
    left: 78px;
    bottom: 216px;
  }
  .makeup__accent::before {
    right: 0px;
    width: 120px;
    bottom: -5px;
  }
  .awards {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
  .awards__list {
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 20px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 769px) {
  body {
    /* FOR PC */
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .lp22Main__top {
    background-image: url('../img/top_bg.png');
  }
  .cmn__hdg {
    letter-spacing: 0.12em;
    font-size: 32px;
  }
  .cmn__buttonItem + .cmn__buttonItem {
    margin-left: 24px;
  }
  .cmn__button {
    height: 60px;
    width: 260px;
  }
  .cmn__buttonEc svg {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .cmn__buttonEcText {
    margin-left: 9px;
  }
  .mv {
    height: 46.9594vw;
  }
  .mv__copy {
    top: 13.316892725%;
    right: 7.578125%;
    width: 32.109375%;
    height: 25.6473489519%;
  }
  .mv__icon {
    width: 18.125%;
    top: 6.411837238%;
    left: 3.28125%;
  }
  .mv__image {
    top: 0px;
    left: 14.9062%;
    width: 38.2812%;
  }
  .mv__product {
    top: 39.9506781751%;
    left: 4.21875%;
    width: 18.828125%;
    height: 51.2946979038%;
  }
  .mv__product.is-active .mv__productBottle {
    -webkit-animation: 0.8s ease forwards MvProductButtle;
    animation: 0.8s ease forwards MvProductButtle;
  }
  .mv__product.is-active .mv__productBrush {
    -webkit-animation: 0.8s ease forwards MvProductBrush;
    animation: 0.8s ease forwards MvProductBrush;
  }
  .mv__productBottle {
    width: 48.5477178423%;
    right: 0;
    bottom: 0;
  }
  .mv__productBrush {
    width: 70.5394190871%;
    top: 8.1730769231%;
    left: 11.6182572614%;
  }
  .mv__productBulk {
    width: 35.6846473029%;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  .mv__title {
    top: 59.8387%;
    right: 14.89375%;
    width: 43.5%;
    height: 12.3305%;
  }
  .mv__bg {
    top: -3.39236%;
    right: 9.64375%;
    width: 32.0969%;
    height: 85.5734%;
  }
  .ico {
    position: absolute;
    right: 2.34375vw;
    z-index: 1;
    margin-top: -20.625vw;
    opacity: 0;
  }
  .ico__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ico__item {
    width: 8.75vw;
    margin: 0 5px;
  }
  .intro {
    padding-top: 99px;
    padding-bottom: 90px;
  }
  .intro__leadCopy {
    width: 511px;
  }
  .intro__leadDetail {
    padding-top: 39px;
    width: 338px;
  }
  .intro__leadTitle {
    padding-top: 50px;
    width: 520px;
  }
  .intro__movie {
    padding-top: 78px;
    max-width: 660px;
    width: 90%;
  }
  .intro__movieText {
    text-align: right;
    margin-top: 16px;
  }
  .intro__movieImage:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -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;
  }
  .intro__movieImage:hover .intro__movieTrigger::before {
    border: 2px solid #d44a46;
  }
  .intro__movieImage:hover .intro__movieTrigger::after {
    border-color: transparent transparent transparent #d44a46;
  }
  .intro__movieTrigger::before,
  .intro__movieTrigger::after {
    -webkit-transition-property: border, background-color;
    transition-property: border, background-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .intro__movieTrigger::before {
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
  }
  .intro__movieTrigger::after {
    border-width: 8px 0 8px 13px;
    left: calc(50% - 5px);
  }
  .about {
    padding-bottom: 120px;
    padding-top: 0;
  }
  .about__title {
    width: 198px;
  }
  .about__product {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 48px;
    padding-top: 62px;
    left: 6px;
  }
  .about__productDetail {
    width: 340px;
  }
  .about__productName {
    margin-left: 28px;
    margin-top: 21px;
    font-weight: 500;
    line-height: 1.6;
  }
  .about__productNameAbout {
    font-size: 15px;
  }
  .about__productNameNotes {
    font-size: 14px;
  }
  .about__productCopy {
    width: 392px;
    padding-top: 37px;
  }
  .about__productSpecItem {
    width: 133px;
  }
  .about__productDesc {
    margin-left: 26px;
    padding-top: 28px;
    font-size: 24px;
    letter-spacing: 0.07em;
    font-feature-settings: 'palt';
  }
  .about__productNotes {
    margin-left: 28px;
    padding-top: 6px;
    text-align-last: left;
    font-size: 10px;
    line-height: 1.8;
  }
  .about__productText {
    margin-top: 40px;
  }
  .about__productName {
    margin-left: 29px;
  }
  .about__productNameAbout_name {
    display: block;
    margin-bottom: 3px;
    font-feature-settings: 'palt';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0.08em;
  }
  .about__productNameAbout_price {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
    letter-spacing: 0.08em;
    font-feature-settings: 'palt';
  }
  .about__productNameAbout_tax {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.87;
    letter-spacing: 0.08em;
    font-feature-settings: 'palt';
  }
  .about__productNameAbout_note {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.84;
  }
  .about__buttonList {
    margin-top: 52px;
  }
  .about__buttonDetail {
    font-size: 14px;
    padding-top: 22px;
  }
  .detail {
    padding-top: 61px;
  }
  .detail__inner {
    padding-top: 48px;
    padding-bottom: 50px;
  }
  .detail__headSubtitle {
    width: 230px;
  }
  .detail__headMask {
    width: 65px;
    right: -28px;
    bottom: -4px;
  }
  .detail__headTitle {
    width: 555px;
    padding-top: 15px;
    margin-right: 46px;
  }
  .detail__content {
    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;
    padding-top: 48px;
  }
  .detail__textarea {
    width: 29.1666666667%;
    text-align: left;
  }
  .detail__info {
    font-size: 15px;
    line-height: 1.733333333333333;
  }
  .detail__notes {
    margin-top: 14px;
  }
  .detail__image {
    width: 44.7916666667%;
    margin-left: 2.6041666667%;
    padding-top: 4px;
  }
  .check {
    margin-top: -28px;
  }
  .check__title {
    font-size: 30px;
  }
  .check__head {
    margin-top: 37px;
  }
  .check__headSub {
    font-size: 22px;
  }
  .check__headMain {
    margin-top: 4px;
    font-size: 38px;
  }
  .check__list {
    padding-top: 22px;
  }
  .check__item {
    background-image: url('../img/check_bg.png');
    width: 23.5%;
    height: 235px;
  }
  .check__item:nth-child(2n) {
    margin-top: 45px;
  }
  .check__item + .check__item {
    margin-left: 2%;
  }
  .check__itemTitle {
    font-size: 18px;
  }
  .check__itemTitle::before {
    background-image: url(../img/icon_check.png);
    width: 23px;
    height: 25px;
    left: -4px;
    top: -3px;
  }
  .check__itemMask {
    width: 52px;
    right: 30px;
    bottom: 50px;
  }
  .check__lower {
    margin-top: 83px;
    padding: 92px 0 12.5vw;
  }
  .check__connect {
    width: 575px;
  }
  .section__label {
    top: 0;
    height: 19.21875vw;
  }
  .section__labelTextFirst {
    width: 22.65625%;
    top: 45.5284552846%;
    left: 23.4375%;
  }
  .section__labelTextAfter {
    width: 29.140625%;
    top: 27.6422764228%;
    right: 23.28125%;
  }
  .feature {
    padding-top: 140px;
    padding-bottom: 174px;
    margin-top: -1px;
  }
  .feature::before {
    background-image: url('../img/feature_bg.png');
  }
  .feature__title {
    width: 389px;
    margin-left: 20px;
  }
  .feature__copy {
    width: 414px;
    position: absolute;
    top: -40px;
    right: 23px;
  }
  .feature__point {
    padding-top: 130px;
  }
  .feature__pointItem {
    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;
  }
  .feature__pointItem:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 10px;
  }
  .feature__pointItem:nth-child(odd) .feature__pointTextarea {
    margin-left: 84px;
    width: 415px;
  }
  .feature__pointItem:nth-child(2) {
    padding-top: 112px;
    margin-left: 20px;
  }
  .feature__pointItem:nth-child(2) .feature__pointMovie {
    margin-left: 84px;
  }
  .feature__pointItem:nth-child(3) {
    padding-top: 38px;
  }
  .feature__pointTextarea {
    padding-top: 20px;
  }
  .feature__pointText01 {
    width: 75px;
  }
  .feature__pointText02 {
    width: 78px;
  }
  .feature__pointText03 {
    width: 78px;
  }
  .feature__pointTitle {
    margin-top: 18px;
  }
  .feature__pointTitle01 {
    width: 415px;
  }
  .feature__pointTitle02 {
    width: 377px;
  }
  .feature__pointTitle03 {
    width: 325px;
  }
  .feature__pointDetail {
    padding-top: 25px;
  }
  .feature__pointDetailText {
    font-size: 15px;
    line-height: 1.733333333333333;
  }
  .feature__pointDetailNotes {
    font-size: 10px;
    line-height: 1.8;
    padding-top: 10px;
  }
  .feature__pointMovie {
    font-size: 13px;
    margin-top: 20px;
    width: 280px;
  }
  .feature__pointMovieNumber {
    top: -14px;
    left: -17px;
  }
  .feature__pointMovieNumber::before {
    background-image: url('../img/feature_circle.png');
    width: 105px;
    height: 105px;
    top: -39px;
    left: -32px;
    -webkit-animation: 10s linear infinite CircleRotation;
    animation: 10s linear infinite CircleRotation;
  }
  .feature__pointMovieNumber01 {
    width: 36px;
  }
  .feature__pointMovieNumber02 {
    width: 42px;
  }
  .feature__pointMovieNumber03 {
    width: 45px;
    top: 26px;
    right: 2px;
    left: inherit;
  }
  .feature__pointMovieImage {
    width: 280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .feature__pointMovieProduct {
    width: 123px;
    bottom: -55px;
    left: -12px;
  }
  .color {
    padding-bottom: 120px;
  }
  .color__inner {
    width: 90%;
    padding-top: 120px;
  }
  .color__title {
    width: 197px;
  }
  .color__intro {
    width: 316px;
    margin-top: 46px;
  }
  .color__products {
    padding-top: 71px;
  }
  .color__productsList {
    padding-left: 7%;
  }
  .color__productsItem {
    width: 28.4466019417%;
  }
  .color__productsItem:not(:nth-child(3n-2)) {
    margin-left: 5.8252427184%;
  }
  .color__productsItem:nth-child(2) {
    margin-top: 60px;
  }
  .color__productsItem:nth-child(5) {
    margin-top: 115px;
  }
  .color__productsItem:nth-child(8) {
    margin-top: 115px;
  }
  .color__productsItem:nth-child(4),
  .color__productsItem:nth-child(6),
  .color__productsItem:nth-child(7),
  .color__productsItem:nth-child(9) {
    margin-top: 55px;
  }
  .color__productsNumber {
    left: -26px;
    top: -48px;
  }
  .color__productsNumber01 {
    width: 86px;
  }
  .color__productsNumber02 {
    width: 98px;
  }
  .color__productsNumber03 {
    width: 98px;
  }
  .color__productsNumber04 {
    width: 99px;
  }
  .color__productsNumber05 {
    width: 97px;
  }
  .color__productsNumber06 {
    width: 100px;
  }
  .color__productsNumber07 {
    width: 100px;
  }
  .color__productsNumber08 {
    width: 100px;
  }
  .color__productsNumber09 {
    width: 94px;
  }
  .color__productsText {
    padding-right: 12.6279863481%;
  }
  .color__productsName {
    padding-top: 18px;
  }
  .color__productsName01 {
    width: 89px;
  }
  .color__productsName02 {
    width: 119px;
  }
  .color__productsName03 {
    width: 81px;
  }
  .color__productsName04 {
    width: 94px;
  }
  .color__productsName05 {
    width: 128px;
  }
  .color__productsName06 {
    width: 88px;
  }
  .color__productsName07 {
    width: 75px;
  }
  .color__productsName08 {
    width: 114px;
  }
  .color__productsName09 {
    width: 110px;
  }
  .color__productsTitle {
    font-size: 18px;
    padding-top: 4px;
  }
  .color__productsDetail {
    padding-top: 9px;
    font-size: 15px;
  }
  .limited {
    margin-top: 96px;
  }
  .limited__buttonList {
    bottom: 15.5%;
    left: 0;
    right: 12px;
  }
  .howto {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .howto__inner {
    width: 90%;
  }
  .howto__title {
    width: 242px;
  }
  .howto__copy {
    width: 332px;
    padding-top: 40px;
  }
  .howto__step {
    padding-top: 46px;
  }
  .howto__stepList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .howto__stepItem {
    padding-bottom: 60px;
    width: 29.6296296296%;
    padding-left: 0.9259259259%;
    padding-right: 0.9259259259%;
  }
  .howto__stepItem + .howto__stepItem {
    margin-left: 2.7777777778%;
  }
  .howto__stepNumber {
    width: 66px;
    padding-top: 38px;
  }
  .howto__stepImage {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .howto__stepTitle {
    font-size: 15px;
    margin-top: 8px;
  }
  .howto__stepTags {
    margin-top: 18px;
  }
  .howto__stepTag {
    padding: 6px;
    font-size: 14px;
  }
  .howto__stepInfo {
    font-size: 14px;
    margin-top: 16px;
  }
  .howto__notesTitle {
    font-size: 20px;
  }
  .howto__notesitem {
    font-size: 12px;
  }
  .howto__notesitem {
    font-size: 13px;
  }
  .howto__stepAdvice {
    font-size: 14px;
    margin-top: 16px;
  }
  .bnr {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .bnr__inner {
    width: 90%;
  }
  .bnr__link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .bnr__link:hover {
    opacity: 0.8;
  }
  .makeup {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .makeup::before {
    background-image: url('../img/feature_bg.png');
  }
  .makeup__inner {
    background-color: #fff;
    width: 84.375%;
    max-width: 1080px;
    padding-top: 60px;
    padding-bottom: 68px;
  }
  .makeup__cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2.2222222222%;
  }
  .makeup__body {
    width: 34.0909090909%;
    margin-left: 6.4393939394%;
  }
  .makeup__title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .makeup__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .makeup__infoProduct {
    width: 139px;
    padding-top: 27px;
  }
  .makeup__infoBox {
    margin-bottom: -6px;
  }
  .makeup__infoNumber {
    width: 100px;
  }
  .makeup__infoName {
    width: 104px;
    margin-top: 22px;
  }
  .makeup__infoTitle {
    font-size: 18px;
    margin-top: 4px;
  }
  .makeup__image {
    max-width: 430px;
    margin-top: -100px;
  }
  .makeup__accent {
    width: 58px;
    left: 57.962962963%;
    bottom: 198px;
  }
  .makeup__accent::before {
    width: 200px;
    right: -2px;
    bottom: -12px;
  }
  .awards {
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .awards__text {
    max-width: 509px;
    margin: auto;
  }
  .awards__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* max-width: 728px; */
    max-width: 350px;
    margin: auto;
    margin-top: 24px;
  }
  .awards__list-item {
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .mv {
    height: 620px;
  }
  .check__lower {
    padding: 92px 0 160px;
  }
  .section__label {
    height: 188px;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .ico {
    right: 22px;
    margin-top: -198px;
  }
  .ico__item {
    width: 84px;
  }
}
