:root {
  --color-font-base: #000;
  --color-font-base-2: #34332E;
  --color-font-sub: #605E56;
  --color-base: #38393F;
  --color-base02: #F5F5F5;
  --color-main: #003662;
  --color-accent01: #06F;
  --color-accent02: #13527F;
  --color-white: #fff;
  --f-size-68: 6.8rem;
  --f-size-66: 6.6rem;
  --f-size-60: 6.0rem;
  --f-size-50: 5.0rem;
  --f-size-42: 4.2rem;
  --f-size-40: 4.0rem;
  --f-size-38: 3.8rem;
  --f-size-36: 3.6rem;
  --f-size-32: 3.2rem;
  --f-size-30: 3rem;
  --f-size-28: 2.8rem;
  --f-size-26: 2.6rem;
  --f-size-24: 2.4rem;
  --f-size-22: 2.2rem;
  --f-size-20: 2rem;
  --f-size-18: 1.8rem;
  --f-size-17: 1.7rem;
  --f-size-16: 1.6rem;
  --f-size-18: 1.8rem;
  --f-size-14: 1.4rem;
  --f-size-13: 1.3rem;
  --f-size-12: 1.2rem;
  --f-size-10: 1.0rem;
  --f-weight-300: 300;
  --f-weight-400: 400;
  --f-weight-500: 500;
  --f-weight-600: 600;
  --f-weight-700: 700;
}

@media print, screen and (min-width: 768px) {
  .l-header {
    visibility: hidden;
    opacity: 0;
  }
  .l-header.js-active {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    background-image: none;
  }
}

@media print, screen and (min-width: 768px) {
  .index-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    gap: 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20;
  }
  .index-header.js-not-active {
    display: none;
  }
}
.index-header .index-header__item {
  display: block;
  color: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .index-header .index-header__item:hover {
    opacity: 0.6;
  }
}

.mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.mv .mv-effect {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 46, 17, 0.2);
}
.mv .mv__video {
  width: 100%;
  height: 100%;
}
.mv .mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv-textbox {
  display: -ms-grid;
  display: grid;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .mv .mv-textbox {
    row-gap: clamp(20px, 5.5555555556vw, 80px);
    width: calc(100% - 240px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-textbox {
    width: calc(100% - 80px);
    row-gap: 40px;
  }
}
.mv .mv-textbox .mv__title {
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .mv .mv-textbox .mv__title {
    width: 31.3888888889vw;
    max-width: 452px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-textbox .mv__title {
    width: 52.3076923077vw;
  }
}
.mv .mv-textbox .mv__title img {
  width: 100%;
}
.mv .mv-textbox .mv__text {
  font-size: clamp(10px, 4.1666666667vw, 60px);
  letter-spacing: 3px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv .mv-textbox .mv__text {
    text-align: start;
    font-size: var(--f-size-40);
  }
}

.outline {
  background-image: url("/assets/images/index/outline-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .outline {
    -webkit-padding-before: 140px;
            padding-block-start: 140px;
  }
}
@media screen and (max-width: 767px) {
  .outline {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline.js-complete .outline-scroll-wrapper {
    height: 120vh;
  }
}
.outline .outline__inner {
  display: -ms-grid;
  display: grid;
  row-gap: 60px;
  max-width: 776px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .outline .outline__inner {
    row-gap: 32px;
  }
}
.outline .outline__inner::before {
  content: "";
  display: block;
  width: 211px;
  height: 266px;
  background: url("/assets/images/index/outline-img02.png") no-repeat center/100%;
  position: absolute;
  left: -180px;
  top: 2px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .outline .outline__inner::before {
    width: 105px;
    height: 133px;
    left: 0;
    top: 110%;
  }
}
.outline .outline__inner::after {
  content: "";
  display: block;
  width: 301px;
  height: 428px;
  background: url("/assets/images/index/outline-img03.png") no-repeat center/100%;
  position: absolute;
  right: -235px;
  top: -60px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .outline .outline__inner::after {
    width: 254px;
    height: 298px;
    right: 0;
    top: 105%;
  }
}
.outline .outline__lead {
  font-size: var(--f-size-36);
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .outline .outline__lead {
    font-size: var(--f-size-28);
  }
}
.outline .outline-box {
  display: -ms-grid;
  display: grid;
  row-gap: 1em;
  font-size: var(--f-size-20);
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .outline .outline-box {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .outline .outline-box {
    padding-inline: 30px;
  }
}
.outline .outline-box .outline-box__text {
  color: var(--color-font-base-2);
}
.outline .outline-box .product__linkbtn {
  width: 308px;
  margin-inline: auto;
  background-color: #000;
  padding-block: 19px;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
.outline .outline-box .product__linkbtn .label {
  text-box: trim-both cap alphabetic;
}

.outline-scroll-wrapper {
  width: 100%;
  height: 200vh;
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .outline-scroll-wrapper {
    -webkit-padding-before: 380px;
            padding-block-start: 380px;
    height: 150vh;
  }
}

.container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .container {
    max-height: 600px;
  }
}

.mask {
  width: 18%;
  aspect-ratio: 258/172;
  position: relative;
  overflow: hidden;
  z-index: 1;
  will-change: width, height, border-radius;
}
@media screen and (max-width: 767px) {
  .mask {
    width: 47%;
    max-height: 600px;
  }
}

.img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

.product-detail {
  width: 388px;
  display: -ms-grid;
  display: grid;
  padding-block: 64px;
  padding-inline: 40px;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  will-change: transform, opacity;
}
@media print, screen and (min-width: 768px) {
  .product-detail {
    row-gap: 40px;
    position: absolute;
    left: 8.3333333333vw;
    top: 50%;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .product-detail {
    display: none;
    row-gap: 24px;
    width: calc(100% - 40px);
    left: 20px;
    top: auto;
    bottom: 40px;
    -webkit-transform: none;
            transform: none;
    padding-block: 40px;
    padding-inline: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-product-detail {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-product-detail {
    display: -ms-grid;
    display: grid;
    row-gap: 24px;
    width: 100%;
    padding-inline: 40px;
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    -webkit-padding-after: 80px;
            padding-block-end: 80px;
    background: rgba(0, 0, 0, 0.75);
  }
}

.product-textbox {
  display: -ms-grid;
  display: grid;
  row-gap: 8px;
  color: #F6F6F6;
}
.product-textbox .en {
  font-size: var(--f-size-16);
  line-height: 2.2;
  text-align: center;
}
.product-textbox .product__name {
  font-size: var(--f-size-32);
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.product-textbox .text {
  line-height: 1.8;
}
.product-textbox .text span {
  font-size: var(--f-size-13);
  line-height: 2.2;
}
.product-textbox .comment {
  font-size: var(--f-size-13);
  line-height: 2.2;
}

.product-linkbox {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}

.product__linkbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-block: 10px;
  -webkit-padding-end: 18px;
          padding-inline-end: 18px;
  border: 1px solid #C7C7C7;
  -webkit-transition: scale 0.7s;
  transition: scale 0.7s;
}
.product__linkbtn .label {
  color: #F6F6F6;
  line-height: 2.2;
  text-align: center;
}
.product__linkbtn .arrow {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #3D3C37;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product__linkbtn .arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-mask-image: url("/assets/images/common/link-arrow01.svg");
          mask-image: url("/assets/images/common/link-arrow01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media (any-hover: hover) {
  .product__linkbtn:hover {
    scale: 0.95;
  }
  .product__linkbtn:hover::after, .product__linkbtn:hover .arrow::after {
    -webkit-animation: underline 0.5s forwards;
            animation: underline 0.5s forwards;
  }
}

.topics {
  background-image: url("/assets/images/index/topics-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-block: 120px;
}
@media print, screen and (min-width: 768px) {
  .topics {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .topics {
    padding-inline: 40px;
  }
}
.topics .topics-inner {
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .topics .topics-inner {
    width: clamp(10px, 88.8888888889vw, 1280px);
    -webkit-column-gap: clamp(20px, 5.5555555556vw, 80px);
       -moz-column-gap: clamp(20px, 5.5555555556vw, 80px);
            column-gap: clamp(20px, 5.5555555556vw, 80px);
    row-gap: 28px;
    -ms-grid-columns: 220px clamp(20px, 5.5555555556vw, 80px) 1fr;
    grid-template-columns: 220px 1fr;
    -ms-grid-rows: 38px 28px 35px 28px 1fr;
    grid-template-rows: 38px 35px 1fr;
    grid-auto-rows: 38px 35px;
  }
  .topics .topics-inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .topics .topics-inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .topics .topics-inner > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .topics .topics-inner > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .topics .topics-inner > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .topics .topics-inner > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics-inner {
    justify-items: center;
    row-gap: 40px;
  }
}
.topics .topics__tile {
  font-size: var(--f-size-32);
  color: #000;
  line-height: 1.2;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .topics .topics__tile {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.topics .topics-link {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media print, screen and (min-width: 768px) {
  .topics .topics-link {
    -webkit-column-gap: clamp(10px, 4.1666666667vw, 60px);
       -moz-column-gap: clamp(10px, 4.1666666667vw, 60px);
            column-gap: clamp(10px, 4.1666666667vw, 60px);
    -ms-grid-columns: 1fr clamp(10px, 4.1666666667vw, 60px) 1fr clamp(10px, 4.1666666667vw, 60px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 767px) {
  .topics .topics-link {
    row-gap: 32px;
  }
}
.topics .topics-link .topics-link__item {
  display: -ms-grid;
  display: grid;
  row-gap: 8px;
}
.topics .topics-link .topics-link__item .date {
  color: #3D3C37;
  font-size: var(--f-size-13);
  line-height: 2.2;
  font-weight: 300;
}
.topics .topics-link .topics-link__item .title {
  color: #000;
  font-weight: 300;
  line-height: 1.8;
}
@media (any-hover: hover) {
  .topics .topics-link .topics-link__item a:hover {
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 768px) {
  .topics .c-link-morebtn {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}

.voice {
  background-color: #E9EAE5;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .voice {
    padding-block: 120px;
  }
}
@media screen and (max-width: 767px) {
  .voice {
    padding-block: 100px;
  }
}
.voice::before {
  content: "";
  display: block;
  width: 170px;
  height: 313px;
  background-image: url("/assets/images/index/voice-bg01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: -177px;
}
@media screen and (max-width: 767px) {
  .voice::before {
    width: 24.358974359vw;
    height: 44.8717948718vw;
    right: 0;
    top: -7.6923076923vw;
  }
  .voice::before img {
    width: 100%;
  }
}
.voice::after {
  content: "";
  display: block;
  width: 280px;
  height: 346px;
  background-image: url("/assets/images/index/voice-bg02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  bottom: -106px;
}
@media screen and (max-width: 767px) {
  .voice::after {
    width: 37.1794871795vw;
    height: 45.8974358974vw;
    left: 0;
    bottom: -22.0512820513vw;
  }
  .voice::after img {
    width: 100%;
  }
}
.voice .voice-inner {
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .voice .voice-inner {
    width: clamp(10px, 88.8888888889vw, 1280px);
    -webkit-column-gap: clamp(20px, 5.5555555556vw, 80px);
       -moz-column-gap: clamp(20px, 5.5555555556vw, 80px);
            column-gap: clamp(20px, 5.5555555556vw, 80px);
    row-gap: 28px;
    -ms-grid-columns: 220px clamp(20px, 5.5555555556vw, 80px) 1fr;
    grid-template-columns: 220px 1fr;
    -ms-grid-rows: 38px 28px 35px 28px 1fr;
    grid-template-rows: 38px 35px 1fr;
    grid-auto-rows: 38px 35px;
  }
  .voice .voice-inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .voice .voice-inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .voice .voice-inner > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .voice .voice-inner > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .voice .voice-inner > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .voice .voice-inner > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
.voice .voice__title {
  font-size: var(--f-size-32);
  color: #000;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .voice .voice__title {
    text-align: center;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .voice .voice-card .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: clamp(10px, 2.7777777778vw, 60px);
       -moz-column-gap: clamp(10px, 2.7777777778vw, 60px);
            column-gap: clamp(10px, 2.7777777778vw, 60px);
    -ms-grid-columns: 1fr clamp(10px, 2.7777777778vw, 60px) 1fr clamp(10px, 2.7777777778vw, 60px) 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  .voice .voice-card {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
}
@media screen and (max-width: 767px) {
  .voice .voice-card {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
    padding: 0 16px;
  }
}
.voice .voice-card .voice-card__item {
  display: -ms-grid;
  display: grid;
  width: 288px;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .voice .voice-card .voice-card__item {
    width: 80%;
  }
}
.voice .voice-card .voice-card__item .title {
  color: #000000;
  line-height: 1.8;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
  font-weight: 500;
}
.voice .voice-card .voice-card__item .excerpt {
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
  line-height: 1.8;
}
.voice .voice-card .voice-card__item .detail {
  color: #3D3C37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.voice .voice-card .voice-card__item .detail .detail__name {
  font-size: var(--f-size-16);
  line-height: 1.8;
}
.voice .voice-card .voice-card__item .detail .detail__age {
  font-size: var(--f-size-13);
  line-height: 2.2;
}
@media print, screen and (min-width: 768px) {
  .voice .voice__link {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .voice .voice__link {
    margin-inline: auto;
  }
}

.makeup {
  overflow: hidden;
  background-color: #E9EAE5;
  background-image: url("/assets/images/index/makeup-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 768px) {
  .makeup {
    padding-block: 120px;
  }
}
@media screen and (max-width: 767px) {
  .makeup {
    padding-block: 100px;
  }
}
.makeup .makeup-inner {
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .makeup .makeup-inner {
    width: clamp(10px, 88.8888888889vw, 1280px);
    -webkit-column-gap: clamp(20px, 5.5555555556vw, 80px);
       -moz-column-gap: clamp(20px, 5.5555555556vw, 80px);
            column-gap: clamp(20px, 5.5555555556vw, 80px);
    row-gap: 28px;
    -ms-grid-columns: 220px clamp(20px, 5.5555555556vw, 80px) 1fr;
    grid-template-columns: 220px 1fr;
    -ms-grid-rows: 110px 28px 35px 28px 1fr;
    grid-template-rows: 110px 35px 1fr;
    grid-auto-rows: 110px 35px;
  }
  .makeup .makeup-inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .makeup .makeup-inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .makeup .makeup-inner > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .makeup .makeup-inner > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .makeup .makeup-inner > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .makeup .makeup-inner > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
.makeup .makeup__title {
  font-size: var(--f-size-32);
  color: #000;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .makeup .makeup__title {
    text-align: center;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .makeup .makeup-card .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: clamp(10px, 2.7777777778vw, 60px);
       -moz-column-gap: clamp(10px, 2.7777777778vw, 60px);
            column-gap: clamp(10px, 2.7777777778vw, 60px);
    -ms-grid-columns: 1fr clamp(10px, 2.7777777778vw, 60px) 1fr clamp(10px, 2.7777777778vw, 60px) 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  .makeup .makeup-card {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
}
@media screen and (max-width: 767px) {
  .makeup .makeup-card {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
    padding: 0 16px;
  }
}
.makeup .makeup-card .makeup-card__item {
  display: -ms-grid;
  display: grid;
  width: 288px;
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  .makeup .makeup-card .makeup-card__item {
    width: 80%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .makeup .makeup-card .makeup-card__item a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.makeup .makeup-card .makeup-card__item .thumb img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.makeup .makeup-card .makeup-card__item .excerpt {
  line-height: 1.8;
  min-height: 2lh;
  overflow: hidden;
}
.makeup .makeup-card .makeup-card__item .detail {
  color: #3D3C37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.makeup .makeup-card .makeup-card__item .detail .detail__name {
  font-size: var(--f-size-16);
  line-height: 1.8;
}
.makeup .makeup-card .makeup-card__item .detail .detail__age {
  font-size: var(--f-size-13);
  line-height: 2.2;
}
@media print, screen and (min-width: 768px) {
  .makeup .makeup__link {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .makeup .makeup__link {
    margin-inline: auto;
  }
}
/*# sourceMappingURL=index.css.map */