@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizespeed;
  line-height: 1.5;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  overflow: visible;
}
body {
  margin: 0;
  padding: 0;
  overflow: visible;
  transition: none;
}
.l-existing {
  transition: all 1.3s ease;
  overflow-x: hidden;
}
.l-existing img,
.l-existing picture {
  display: inline;
}
.l-footer {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.1;
  margin-top: -24px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 0;
  }
}
.l-header {
  position: sticky;
  padding: 16px 16px 12px;
  gap: 8px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  top: 0;
  z-index: 100;
}
.l-header.is-animated {
  position: fixed;
  top: -50px;
  left: 0;
  right: 0;
}
.l-header.is-animated.is-fixed {
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 16px 48px 8px;
    gap: 16px;
    height: 72px;
  }
  .l-header.is-animated {
    top: -72px;
  }
}
.l-header__logo-link {
  display: block;
}
.l-header__logo-image {
  width: 171px;
}
.l-header__navigation {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__navigation {
    display: block;
    max-width: 961px;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-header__menu {
    display: flex;
    margin-right: -16px;
    list-style-type: none;
    justify-content: flex-end;
    margin-block: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header__menu-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: inherit;
    text-align: center;
    height: 72px;
    gap: 4px;
    padding: 0 16px;
  }
  .l-header__menu-link:hover .l-header__menu-en {
    color: #d61d58;
  }
  .l-header__menu-link:hover .l-header__menu-jp {
    color: #d61d58;
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .l-header__menu-en,
  .l-header__menu-jp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-header__menu-en {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    color: #383838;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__menu-en {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__menu-jp {
    font-family: Noto Sans JP, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.375;
    color: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__menu-jp {
    font-size: 0.9rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-header__sub-menu {
    position: fixed;
    z-index: 1;
    background-color: #282828;
    padding: 24px 32px;
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s, 0s, 0s;
    transition-delay: 0s, 0.3s, 0.3s;
    pointer-events: none;
    height: 88px;
    left: 0;
    right: 0;
    top: 72px;
    display: flex;
    gap: 56px;
    justify-content: center;
    align-items: center;
  }
  .l-header__sub-menu.is-active {
    opacity: 1;
    transition-delay: 0s, 0s, 0s;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-header__sub-link {
    display: flex;
    gap: 12px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .l-header__sub-menu-shop-link {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .l-header__online-shop-modal-button {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0 1em;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__online-shop-modal-button {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .l-header__sub-link-image {
    width: 28px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__sub-link-image {
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header__sub-logo {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.l-header__sub-logo-image {
  color: #fff;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .l-header__sub-logo-image--lashaddict {
    width: 127px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__sub-logo-image--lipaddict {
    width: 108px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__sub-logo-image--hairaddict {
    width: 116px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__sub-logo-text {
    font-family: Noto Sans JP, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .l-header__sub-link-text {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__sub-link-text {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
  }
}
.l-header__button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-header__button {
    display: none;
  }
}
.l-header__button-text {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.l-header__button-line {
  width: 40px;
  height: 2px;
  border-radius: 1px;
  background-color: #5f5f60;
}
.l-header__hamburger {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header__hamburger {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header__hamburger.is-open {
    display: none;
  }
}
.l-header__hamburger-container {
  position: fixed;
  top: 0;
  right: -100svw;
  z-index: 110;
  background-color: #fff;
  width: 100svw;
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
.l-header__hamburger[aria-hidden='false'] .l-header__hamburger-container {
  right: 0;
}
.l-main {
  font-family: Noto Sans JP, sans-serif;
}
.l-sp-navigation__inner {
  overflow-y: auto;
  height: 100%;
}
.l-breadcrumb {
  padding: 16px;
  background-color: #f5f5f5;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4545454545;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #b0b0b0;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb {
    padding: 24px 48px;
    font-size: 1.4rem;
    line-height: 1.5;
    gap: 16px;
  }
}
.l-breadcrumb span {
  color: #606060;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.l-breadcrumb a span {
  color: #000;
  text-decoration: underline;
}

/* News Banner */
.l-news-banner {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 100;
  width: 90%;
  max-width: 327px;
  padding: 12px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px #0000001A;
  transform: translateY(0) translateX(-50%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.l-news-banner .l-news-banner__inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}

.l-news-banner.is-fixed {
  transform: translateY(150%) translateX(-50%);
}

.l-news-banner.is-closed,
.l-news-banner.is-fixed.is-fade-out {
  opacity: 0;
  transform: translateY(150%) translateX(-50%);
}

@media screen and (min-width: 768px) {
  .l-news-banner {
    align-items: stretch;
  }
}

.l-news-banner__inner-left {
  width: 28%;
  display: flex;
  align-items: stretch;
}

.l-news-banner__inner-right {
  width: 71%;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
}

.l-news-banner__inner-right > p {
  color: #000000;
}

.l-news-banner__arrow {
  display: block;
  width: 65px;
}

.l-news-banner__close-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: #000;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.l-news-banner__close-button:hover {
  background: #d61d58;
}

.l-news-banner__close-button-icon {
  fill: #fff;
}

.l-news-banner__inner-left-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.l-shop {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  z-index: 100;
  padding: 16px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

.l-shop.is-fixed {
  transform: translateY(0);
}

.l-shop__button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.l-shop__button-wrapper-item {
  /* width: 43.467vw; */
  width: 163px;
  text-align: center;
}

.l-shop__button {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 12px 40px; */
  padding: 10px 20px;
  border-radius: 40px;
  background-color: #d61d58;
  border: 1px solid #d61d58;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 63px;
}

.l-shop__button:visited,
.l-shop__button:focus {
  background-color: #d61d58;
  border: 1px solid #d61d58;
  color: #fff;
}

.l-shop__button:hover {
  background-color: #fff;
  border: 1px solid #d61d58;
  color: #d61d58;
}

.l-shop__button:active {
  background-color: #e56284;
  border: 1px solid #e56284;
  color: #fef6f5;
}

@media screen and (min-width: 768px) {
  .l-shop.is-fixed {
    /* bottom: 8px; */
  }
}

.l-shop.is-fixed.is-fade-out {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .l-shop {
    /* width: 240px; */
    width:100%;
    height: 80px;
    margin-top: -169px;
    margin-bottom: 0;
    padding: 16px;
    /* border-radius: 16px; */
    /* right: 8px; */
    bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .l-shop__button-wrapper {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    gap: 16px;
  }

  .l-shop__button-wrapper-item {
    width: 240px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .l-shop__button {
    /* padding: 8px; */
    background-color: #383838;
    border-color: #383838;
    padding: 8px 20px;
    border-radius: 40px;
    height: 48px;
  }

  .l-shop__button:visited,
  .l-shop__button:focus {
    background-color: #383838;
    border: 1px solid #383838;
    color: #fff;
  }

  .l-shop__button:hover {
    background-color: #fff;
    border: 1px solid #383838;
    color: #383838;
  }

  .l-shop__button:active {
    background-color: #383838;
    border: 1px solid #383838;
    color: #fef6f5;
  }
}

.l-shop__button-text {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  margin-left: 5px;
  text-align: left;
}

.l-shop__button-text-break{
  display: block;
}

.l-shop__link {
  background: none;
  /* border: none; */
  border: 1px solid #d61d58;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #d61d58;
  /* text-decoration: underline; */
  transition: 0.3s;
  font-weight: 700;
  font-size: 15px;
  padding: 0;
  width: 100%;
  height: 63px;
  border-radius: 40px;
  background-color: #FFFFFF;
}

.l-shop__link:hover {
  text-decoration: none;
  border: 1px solid #d61d58;
}

.l-shop__link:visited,
.l-shop__link:focus{
  border: 1px solid #d61d58;
}

.l-shop__link-text {
  font-size: 8px;
  display: block;
}

.l-shop__link-text{
  font-size: 8px;
  display: block;
}

@media screen and (max-width: 374px) {
  .l-shop__button-text {
    font-size: 1rem;
  }

  .l-shop__link{
    font-size: 1rem;
  }

  .l-shop__link-text{
    font-size: 7px;
  } 
}

@media screen and (min-width: 768px) {
  .l-shop__button-text {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    /* font-size: 1.2rem; */
    font-size: 12px;
    line-height: 1.5;
  }

  .l-shop__button-text-break{
    display: inline;
  }

  .l-shop__link {
    /* font-size: 1.2rem; */
    border: 1px solid #383838;
    font-size: 12px;
    padding: 0;
    width: 100%;
    height: 48px;
    padding: 4px 20px;
    color: #383838;
  }

  .l-shop__link:hover {
    text-decoration: none;
    border: 1px solid #383838;
  }

  .l-shop__link:visited,
  .l-shop__link:focus{
    border: 1px solid #383838;
  }

  .l-shop__link-text {
    font-size: 9px;
    display: block;
    color: #000;
  }
}

.l-online-shop-modal__close-button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 0;
}
.l-online-shop-modal__title {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
  color: #1b1b1b;
}
.l-online-shop-modal__button-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .l-online-shop-modal__button-list {
    -moz-column-gap: 16px;
    column-gap: 16px;
    flex-direction: row;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.l-online-shop-modal__button.l-online-shop-modal__button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 24px;
}
@media screen and (min-width: 1024px) {
  .l-online-shop-modal__button.l-online-shop-modal__button {
    width: 280px;
    padding: 12px 36px;
  }
}
.l-online-shop-modal__button-text {
  margin-right: 8px;
}
.l-online-shop-modal__caution {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #1b1b1b;
}
.l-online-shop-modal__caution br {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-online-shop-modal__caution br {
    display: block;
  }
}
.c-accordion {
  border-bottom: 1px solid;
  border-color: #d0d0d0;
}
.c-accordion__header {
  padding: 18px 12px 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-accordion__header {
    padding: 24px 24px 24px 0;
  }
}
.c-accordion__title {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-accordion__title {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .c-accordion__icon-open,
  .c-accordion__icon-close {
    width: 20px;
  }
}
.c-accordion__icon-open {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c-accordion__icon-close {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c-accordion__content {
  white-space: pre-wrap;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .c-accordion__content {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    padding-bottom: 24px;
  }
}
.c-accordion.is-open .c-accordion__icon-open {
  display: none;
}
.c-accordion.is-open .c-accordion__icon-close {
  display: block;
}
.c-features {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .c-features {
    width: min(100%, 1300px);
    flex-direction: revert;
    display: grid;
    grid-template-columns: 44% 1fr;
    align-items: start;
    gap: 34px;
  }
}
.c-features__main {
  display: none;
}
.c-features__main[data-is-active='true'] {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-features__main {
    padding: 36px 56px 0;
  }
}
.c-features__main-image {
  display: flex;
  justify-content: center;
  max-width: 110px;
  margin-inline: auto;
}
.c-features__main-image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 576px) {
  .c-features__main-image {
    max-width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .c-features__main-image {
    max-width: 190px;
  }
}
@media screen and (min-width: 1024px) {
  .c-features__main-image {
    max-width: 168px;
  }
}
.c-features__main-content {
  max-width: 295px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-features__main-content {
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .c-features__main-content {
    margin-top: 8px;
    max-width: none;
  }
}
.c-features__main-english {
  font-size: 1.6rem;
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, sans-serif;
  font-weight: 100;
  color: #e56284;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .c-features__main-english {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-features__main-english {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-features__main-english {
    font-size: 2rem;
  }
}
.c-features__main-title {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  .c-features__main-title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-features__main-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-features__main-title {
    font-size: 3.1rem;
  }
}
.c-features__main-title-annotation {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  transform: translateY(-8px);
}
@media screen and (min-width: 576px) {
  .c-features__main-title-annotation {
    font-size: 1.4rem;
    transform: translateY(-11px);
  }
}
@media screen and (min-width: 768px) {
  .c-features__main-title-annotation {
    font-size: 1.5rem;
    transform: translateY(-12px);
  }
}
@media screen and (min-width: 1024px) {
  .c-features__main-title-annotation {
    font-size: 1.6rem;
    transform: translateY(-12px);
  }
}
.c-features__main-description {
  margin-top: 8px;
  font-size: 1.3rem;
  min-height: 4.5em;
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  .c-features__main-description {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-features__main-description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-features__main-description {
    margin-top: 16px;
    font-size: 2rem;
    min-height: auto;
  }
}
.c-features__main-description-annotation {
  display: inline-block;
  font-size: 0.9rem;
  transform: translateY(-4px);
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  .c-features__main-description-annotation {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-features__main-description-annotation {
    transform: translateY(-5px);
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-features__main-description-annotation {
    transform: translateY(-6px);
    font-size: 1.2rem;
  }
}
.c-features__main-material {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-features__main-material {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.c-features__main-note {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-features__main-note {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.c-features__thumbnail {
  width: min(100%, 375px);
}
@media screen and (min-width: 576px) {
  .c-features__thumbnail {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .c-features__thumbnail {
    width: auto;
  }
}
.c-features__thumbnail-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .c-features__thumbnail-list {
    gap: 28px;
  }
}
.c-features__thumbnail-item {
  position: relative;
  width: 100%;
  background-color: transparent;
  aspect-ratio: 1;
  border: 1px solid #e56284;
  border-radius: 10px;
  opacity: 0.8;
}
.c-features__thumbnail-item:after {
  content: '';
  position: absolute;
  inset: -1px;
  border: 2px solid transparent;
  border-radius: 10px;
  pointer-events: none;
}
.c-features__thumbnail-item:has(button[data-is-active='true']) {
  opacity: 1;
  font-weight: 700;
  color: #d61d58;
  background-color: #fff;
}
.c-features__thumbnail-item:has(button[data-is-active='true']):after {
  border: 2px solid #d61d58;
}
.c-features__thumbnail-item:has(button[data-is-active='true']) button {
  opacity: 1;
}
.c-features__thumbnail-item:has(button[data-is-active='true'])
  .c-features__thumbnail-title {
  color: #d61d58;
}
.c-features__thumbnail-button {
  margin: 0;
  padding: 6px 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  opacity: 0.8;
  transition-property: background-color, border-color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.c-features__thumbnail-button:active,
.c-features__thumbnail-button:focus,
.c-features__thumbnail-button:focus-visible,
.c-features__thumbnail-button:hover {
  border-color: #d61d58;
}
@media screen and (min-width: 576px) {
  .c-features__thumbnail-button {
    padding-top: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .c-features__thumbnail-button {
    padding-top: 16px;
  }
}
.c-features__thumbnail-image {
  justify-content: center;
  width: 50px;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .c-features__thumbnail-image {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .c-features__thumbnail-image {
    width: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .c-features__thumbnail-image {
    width: 100px;
  }
}
.c-features__thumbnail-image img {
  -o-object-fit: cover;
  object-fit: cover;
}
.c-features__thumbnail-title {
  display: flex;
  align-items: center;
  height: 66px;
  font-size: 1.3rem;
}
.c-features__thumbnail-title-br {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-features__thumbnail-title-br {
    display: none;
  }
}
.c-features__thumbnail-title:has(button[data-is-active='true']) {
  color: #d61d58;
}
@media screen and (min-width: 576px) {
  .c-features__thumbnail-title {
    height: 60px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-features__thumbnail-title {
    height: 84px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-features__thumbnail-title {
    height: 56px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-features__thumbnail-title {
    height: 72px;
    font-size: 2.2rem;
  }
}
.c-features__thumbnail-note {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-features__thumbnail-note {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.c-navigation__download,
.c-navigation__shop-button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-inline: 13px;
}
@media screen and (min-width: 768px) {
  .c-navigation__download,
  .c-navigation__shop-button-wrapper {
    padding-inline: 0;
  }
}
.c-navigation {
  display: flex;
  flex-direction: column;
  padding: 0 16px 32px;
  background-color: #282828;
}
.c-navigation--footer {
  padding-top: 26px;
  border-radius: 24px 24px 0 0;
}
@media screen and (min-width: 768px) {
  .c-navigation--footer {
    padding: 40px 32px 32px;
    border-radius: 0;
  }
}
.c-navigation__close {
  justify-content: flex-end;
  display: flex;
  margin-bottom: 12px;
  padding-top: 13px;
  padding-bottom: 5px;
  height: 50px;
}
.c-navigation__close-button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.c-navigation__close-text {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.c-navigation__close-line {
  position: absolute;
  width: 2px;
  height: 40px;
  border-radius: 1px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -1px;
  background-color: #fff;
}
.c-navigation__close-line:nth-child(1) {
  transform: rotate(45deg);
}
.c-navigation__close-line:nth-child(2) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .c-navigation__inner {
    width: 100%;
    max-width: 1136px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-navigation__menus {
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-navigation__menu {
    flex: 1;
  }
}
.c-navigation__menu:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .c-navigation__menu:not(:last-child) {
    border-bottom: none;
  }
}
.c-navigation__menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.c-navigation__menu-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .c-navigation__menu-link {
    padding-block: 24px;
  }
}
.c-navigation__menu-text01 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-navigation__menu-text02 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .c-navigation__menu-text02 {
    padding: 0;
  }
}
.c-navigation__menu-icon {
  color: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-navigation__menu-link:hover .c-navigation__menu-icon {
    color: #d61d58;
  }
}
.c-navigation__menu-jp {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 2px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-navigation__menu-link:hover .c-navigation__menu-jp {
    color: #d61d58;
  }
}
.c-navigation__menu-en {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.2222222222;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-navigation__menu-link:hover .c-navigation__menu-en {
    color: #d61d58;
  }
}
.c-navigation__sub-menu {
  margin-top: -16px;
  padding-left: 8px;
  padding-bottom: 8px;
}
.c-navigation__sub-link {
  display: block;
  padding-block: 8px;
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4545454545;
  letter-spacing: 2px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.c-navigation__sub-link:visited,
.c-navigation__sub-link:focus,
.c-navigation__sub-link:active {
  color: #fff;
}
.c-navigation__sub-link:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-navigation__sub-link:hover {
    color: #d61d58;
  }
}
.c-navigation__shop {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .c-navigation__shop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 36px;
    padding-block: 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-navigation__shop-text {
    width: 16em;
  }
}
@media screen and (min-width: 768px) {
  .c-navigation__shop-button-wrapper {
    width: 320px;
  }
}
.c-navigation__shop-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  position: relative;
  background-color: #d61d58;
  border: 2px solid #d61d58;
  color: #fef6f5;
  padding: 16px 48px;
  gap: 8px;
  border-radius: 40px;
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-navigation__shop-button {
    padding: 12px 48px;
  }
}
.c-navigation__shop-button:visited,
.c-navigation__shop-button:focus,
.c-navigation__shop-button:active {
  background-color: #d61d58;
  border: 2px solid #d61d58;
  color: #fef6f5;
}
.c-navigation__shop-button:hover {
  border: 2px solid #d61d58;
  color: #fef6f5;
}
@media screen and (min-width: 768px) {
  .c-navigation__shop-button:hover {
    color: #fef6f5;
    border: 2px solid #fde6de;
  }
}
.c-navigation__online-shop-modal-button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-navigation__online-shop-modal-button:hover {
    color: #d61d58;
  }
}
.c-navigation__other {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .c-navigation__other {
    margin-top: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding-top: 24px;
  }
}
.c-navigation__instagram-link {
  text-decoration: inherit;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-navigation__instagram-link {
    flex-direction: row;
  }
}
.c-navigation__instagram-link:visited,
.c-navigation__instagram-link:focus,
.c-navigation__instagram-link:active {
  color: #fff;
}
.c-navigation__instagram-link:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-navigation__instagram-link:hover {
    color: #d61d58;
  }
}
.c-navigation__instagram-text {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4615384615;
  letter-spacing: 2px;
}
.c-navigation__instagram-logo > svg {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .c-navigation__download {
    width: 312px;
  }
}
.c-navigation__download-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  position: relative;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  padding: 16px 42px;
  gap: 8px;
  border-radius: 40px;
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-navigation__download-button:visited,
.c-navigation__download-button:focus,
.c-navigation__download-button:active {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
}
.c-navigation__download-button:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-navigation__download-button:hover {
    color: #fff;
    border: 1px solid #d61d58;
    background-color: #d61d58;
  }
}
.c-navigation__copyright {
  display: block;
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .c-navigation__copyright {
    margin-top: 36px;
  }
}
.c-navigation__copyright-text {
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.2222222222;
}
@media screen and (min-width: 768px) {
  .c-navigation__copyright-text {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1.2222222222;
    letter-spacing: 2px;
  }
}
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  position: relative;
}
.c-button--primary,
.c-button--primary:visited {
  background-color: #d61d58;
  border: 1px solid #d61d58;
  color: #fef6f5;
}
.c-button--primary:hover {
  background-color: #fef6f5;
  border: 1px solid #d61d58;
  color: #d61d58;
}
.c-button--primary:active {
  background-color: #e56284;
  border: 1px solid #e56284;
  color: #fef6f5;
}
.c-button--primary:disabled {
  background-color: #c7c9d9;
  border: 1px solid #c7c9d9;
  color: #f5f5f5;
}
.c-button--secondary,
.c-button--secondary:visited {
  background-color: #fff;
  border: 1px solid #d61d58;
  color: #d61d58;
}
.c-button--secondary:hover {
  background-color: #d61d58;
  border: 1px solid #d61d58;
  color: #fff;
}
.c-button--secondary:active {
  background-color: #fff4f4;
  border: 1px solid #ffffff;
  color: #d61d58;
}
.c-button--secondary:disabled {
  background-color: #fff;
  border: 1px solid #c7c9d9;
  color: #f5f5f5;
}
.c-button--tertiary,
.c-button--tertiary:visited {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
}
.c-button--tertiary:hover {
  border: 1px solid #e56284;
  color: #e56284;
}
.c-button--tertiary:active {
  border: 1px solid #edabb9;
  color: #edabb9;
}
.c-button--tertiary:disabled {
  border: 1px solid #c7c9d9;
  color: #c7c9d9;
}
.c-button--large {
  padding: 16px 48px;
  gap: 4px;
  border-radius: 40px;
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-button--medium {
  padding: 12px 40px;
  border-radius: 40px;
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .c-button--medium {
    padding: 16px 48px;
    gap: 4px;
    border-radius: 40px;
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-button--small {
  padding: 8px 32px;
  border-radius: 40px;
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}
.c-button--x-small {
  padding: 8px 24px;
  border-radius: 40px;
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
.c-hero-carousel {
  height: 100%;
  overflow: hidden;
}
.c-hero-carousel__main {
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.c-hero-carousel__main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-hero-carousel__main-detail {
  position: absolute;
  bottom: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-hero-carousel__main-detail {
    bottom: 24px;
  }
}
.c-hero-carousel__main-logo {
  width: 100%;
}
.c-hero-carousel__main-logo-image {
  margin-inline: auto;
}
.c-hero-carousel__main-logo-image--lash {
  margin-bottom: 17px;
  width: 282px;
}
@media screen and (min-width: 768px) {
  .c-hero-carousel__main-logo-image--lash {
    margin-bottom: 28px;
    width: 26%;
  }
}
@media screen and (min-width: 1024px) {
  .c-hero-carousel__main-logo-image--lash {
    width: 38%;
  }
}
@media screen and (min-width: 1280px) {
  .c-hero-carousel__main-logo-image--lash {
    width: 31.25vw;
  }
}
.c-hero-carousel__main-logo-image--lip {
  margin-bottom: 8px;
  width: 280px;
}
@media screen and (min-width: 768px) {
  .c-hero-carousel__main-logo-image--lip {
    margin-bottom: 17px;
    width: 22%;
  }
}
@media screen and (min-width: 1024px) {
  .c-hero-carousel__main-logo-image--lip {
    width: 38%;
  }
}
@media screen and (min-width: 1280px) {
  .c-hero-carousel__main-logo-image--lip {
    width: 26.09375vw;
  }
}
.c-hero-carousel__main-logo-image--hair {
  margin-bottom: 15px;
  width: 299px;
}
@media screen and (min-width: 768px) {
  .c-hero-carousel__main-logo-image--hair {
    margin-bottom: 28px;
    width: 24%;
  }
}
@media screen and (min-width: 1024px) {
  .c-hero-carousel__main-logo-image--hair {
    width: 38%;
  }
}
@media screen and (min-width: 1280px) {
  .c-hero-carousel__main-logo-image--hair {
    width: 28.6458333333vw;
  }
}
.c-hero-carousel__main-logo-image--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-hero-carousel__main-logo-image--sp {
    display: none;
  }
}
.c-hero-carousel__main-logo-image--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-hero-carousel__main-logo-image--pc {
    display: block;
  }
}
.c-hero-carousel__main-button {
  text-align: center;
}
.c-hero-carousel__main-button-link {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 2px;
  display: block;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  position: relative;
  padding-top: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 146px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  border-radius: 32px;
}
.c-hero-carousel__main-button-link:visited,
.c-hero-carousel__main-button-link:hover,
.c-hero-carousel__main-button-link:focus,
.c-hero-carousel__main-button-link:active {
  color: #fff;
}
.c-hero-carousel__main-button-link:hover {
  background-color: #d61d58;
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-hero-carousel__main-button-link {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 2px;
    width: 117px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .c-hero-carousel__main-button-link {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 2px;
    padding-top: 3px;
    width: 136px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .c-hero-carousel__main-button-link {
    width: 217px;
    line-height: 47px;
    border-radius: 76px;
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
}
.c-hero-carousel__main-button-link:before {
  position: absolute;
  content: '';
  display: block;
  aspect-ratio: 45/5;
  width: 45px;
  top: 50%;
  background-image: url(../../assets/added_img/index/icon_hero01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .c-hero-carousel__main-button-link:before {
    width: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .c-hero-carousel__main-button-link:before {
    width: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .c-hero-carousel__main-button-link:before {
    width: 64px;
  }
}
.c-hero-carousel__main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-hero-carousel__main-image--sp {
    display: none;
  }
}
.c-hero-carousel__main-image--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-hero-carousel__main-image--pc {
    display: block;
  }
}
.c-hero-carousel__nav.swiper {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-hero-carousel__nav.swiper {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-hero-carousel__nav-slide {
    position: relative;
    width: 40px !important;
    aspect-ratio: 40/24;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
  }
  .c-hero-carousel__nav-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .c-hero-carousel__nav-slide.swiper-slide-thumb-active:before {
    background-color: transparent;
    border-color: #fff;
  }
  .c-hero-carousel__nav-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .c-hero-carousel__nav-slide {
    width: 68px !important;
    aspect-ratio: 68/40;
    border-radius: 8px;
  }
  .c-hero-carousel__nav-slide:before {
    border-width: 2px;
    border-radius: 8px;
  }
}
.c-lip-colors__carousel {
  position: relative;
  padding-inline: 8px;
}
@media screen and (min-width: 768px) {
  .c-lip-colors__carousel {
    display: none;
  }
}
.c-lip-colors__carousel-content {
  width: calc(100% - 86px);
}
.c-lip-colors__carousel-slide.swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.c-lip-colors__carousel-prev,
.c-lip-colors__carousel-next {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  padding: 0;
}
.c-lip-colors__carousel-prev {
  left: 8px;
}
.c-lip-colors__carousel-next {
  right: 8px;
  transform: scaleX(-1) translateY(-50%);
}
.c-lip-colors__grid {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-lip-colors__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
}
.c-lip-colors__color-link {
  padding: 3px;
  width: 100%;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid;
  border-color: #e0e0e0;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
.c-lip-colors__color-link.is-active {
  border-color: #000;
}
@media (hover: hover) {
  .c-lip-colors__color-link:hover {
    border-color: #000;
  }
}
.c-lip-colors__color-inner {
  width: 33px;
  height: 33px;
  border-radius: 100%;
}
.c-lip-colors__content {
  margin-top: 20px;
  margin-inline: 16px;
  padding: 20px 16px 16px;
  display: none;
  border: 1px solid;
  border-color: #e0e0e0;
  border-radius: 8px;
}
.c-lip-colors__content.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-lip-colors__content {
    margin-inline: 0;
    padding: 24px;
  }
}
.c-lip-colors__content-title {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .c-lip-colors__content-title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
.c-lip-colors__content-labels {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .c-lip-colors__content-labels {
    gap: 12px;
  }
}
.c-lip-colors__content-label {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  padding: 4px 8px;
  border: 1px solid;
  border-color: #d0d0d0;
  border-radius: 100vmax;
}
@media screen and (min-width: 768px) {
  .c-lip-colors__content-label {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 6px 16px;
  }
}
.c-lip-colors__content-label--color {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  border-color: transparent;
  background-color: #d57852;
  color: #fff;
}
.c-lip-colors__content-label--color.c-lip-color-options__content-label-gray {
  background-color: #5f5f60 !important;
}
@media screen and (min-width: 768px) {
  .c-lip-colors__content-label--color {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-lip-colors__content-description {
  margin-top: 8px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #505050;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.c-lip-colors_soldout {
  margin-top: 8px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .c-lip-colors__content-description {
    margin-top: 16px;
    font-size: 1.7rem;
  }
  .c-lip-colors_soldout {
    margin-top: 16px;
    font-size: 1.7rem;
  }
}
.c-product-carousel__main-slide {
  aspect-ratio: 1;
  border: 1px solid;
  border-color: #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
}
.c-product-carousel__main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-product-carousel__main-pagination.swiper-pagination.c-product-carousel__swiper-pagination-horizontal {
  bottom: 8px;
}
.c-product-carousel__main-pagination.swiper-pagination.c-product-carousel__swiper-pagination-horizontal
  .swiper-pagination-bullet {
  margin-inline: 8px;
  width: 7px;
  height: 7px;
  opacity: 1;
  background-color: #000;
}
.c-product-carousel__main-pagination.swiper-pagination.c-product-carousel__swiper-pagination-horizontal
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  border: 1px solid;
  border-color: #000;
  background-color: #fff;
  transform: translateY(1px);
}
.c-product-carousel__nav {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .c-product-carousel__nav {
    margin-top: 24px;
  }
}
.c-product-carousel__nav-wrapper.swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .c-product-carousel__nav-wrapper.swiper-wrapper {
    row-gap: 24px;
  }
}
.c-product-carousel__nav-slide {
  aspect-ratio: 1;
  border: 1px solid;
  border-color: #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.c-product-carousel__nav-slide.swiper-slide-thumb-active {
  border-color: #000;
}
.c-product-carousel__nav-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-product-tabs__tabs {
  display: grid;
  margin-inline: auto;
  padding-inline: 24px;
  max-width: 504px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__tabs {
    padding-inline: 0;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__tabs {
    gap: 32px;
    max-width: 657px;
  }
}
@media screen and (min-width: 1280px) {
  .c-product-tabs__tabs {
    gap: 40px;
    max-width: 848px;
  }
}
.c-product-tabs__tab {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 44px;
  background-color: #edabb9;
  border: none;
  outline: none;
  border-radius: 8px 8px 0 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.c-product-tabs__tab[data-is-active='true'] {
  background-color: #d61d58;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__tab {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    height: 62px;
  }
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__tab {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
    height: 65px;
  }
}
@media screen and (min-width: 1280px) {
  .c-product-tabs__tab {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
    height: 72px;
  }
}
.c-product-tabs__panels {
  position: relative;
  transform: translateY(-1px);
  padding: 24px 16px;
  background-color: #d61d58;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__panels {
    padding: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__panels {
    padding: 40px;
  }
}
.c-product-tabs__panels-inner {
  padding: 24px 16px;
  border-radius: 16px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__panels-inner {
    padding: 24px 40px;
    border-radius: 24px;
  }
}
.c-product-tabs__product {
  display: grid;
  grid-template-columns: 104px 1fr;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__product {
    grid-template-columns: 170px 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__product {
    margin-inline: auto;
    max-width: 1024px;
    grid-template-columns: 203px 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .c-product-tabs__product {
    padding-inline: 0;
    grid-template-columns: 272px 1fr;
  }
}
.c-product-tabs__product-image {
  aspect-ratio: 544/802;
}
.c-product-tabs__product-title-en {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__product-title-en {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__product-title-en {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .c-product-tabs__product-title-en {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 4.2rem;
    line-height: 1.5;
  }
}
.c-product-tabs__product-title-jp {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__product-title-jp {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__product-title-jp {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .c-product-tabs__product-title-jp {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.c-product-tabs__product-list {
  margin-top: 16px;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__product-list {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__product-list {
    margin-inline: auto;
    max-width: 1300px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .c-product-tabs__product-list {
    gap: 40px;
  }
}
.c-product-tabs__product-item {
  padding: 5px;
  background-color: #fff4f4;
  border: 1px solid;
  border-color: #edabb9;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__product-item {
    padding: 8px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__product-item {
    border-radius: 300px;
  }
}
.c-product-tabs__product-item-inner {
  padding: 16px;
  height: 100%;
  background-color: #fff;
  border: 1px solid;
  border-color: #edabb9;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__product-item-inner {
    border-radius: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__product-item-inner {
    padding: 48px 24px;
    border-radius: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .c-product-tabs__product-item-inner {
    padding: 56px 13.7% 64px;
  }
}
.c-product-tabs__product-item-title {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__product-item-title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__product-item-title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .c-product-tabs__product-item-title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
.c-product-tabs__product-item-br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__product-item-br {
    display: block;
  }
}
.c-product-tabs__product-item-content {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__product-item-content {
    grid-template-columns: 160px 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__product-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__product-item-content img {
    max-width: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .c-product-tabs__product-item-content img {
    max-width: 100%;
  }
}
.c-product-tabs__product-item-description {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__product-item-description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__product-item-description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
    padding-inline: 8px;
  }
}
.c-product-tabs__note {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #505050;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .c-product-tabs__note {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .c-product-tabs__note {
    margin-top: 32px;
  }
}
.c-product-tabs__movie {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__movie {
    margin-top: 80px;
  }
}
.c-product-tabs__movie-title {
  text-align: center;
  color: #d61d58;
}
.c-product-tabs__movie-title-en {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.5;
  padding-top: 4px;
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__movie-title-en {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 4.2rem;
    line-height: 1.5;
  }
}
.c-product-tabs__movie-title-jp {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 2px;
  padding-top: 4px;
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__movie-title-jp {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
.c-product-tabs__movie-video {
  display: block;
  margin-top: 16px;
  margin-inline: auto;
  max-width: 720px;
  max-height: 420px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .c-product-tabs__movie-video {
    margin-top: 32px;
    border-radius: 32px;
  }
}
.c-title {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .c-title {
    background-color: #fff;
  }
}
.c-alert {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 12px 10px;
  border-radius: 8px;
  background-color: #d61d58;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .c-alert {
    gap: 19px;
    padding: 14px 19px;
    border-radius: 9px;
  }
}
.c-alert__item01 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .c-alert--top .c-alert__item01 {
    flex-direction: row;
    align-items: center;
    gap: 19px;
  }
}
.c-alert__text01 {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fef6f5;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .c-alert__text01 {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
@media screen and (min-width: 1024px) {
  .c-alert__text01 {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.c-alert__text02 {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #fff4f4;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-alert__text02 {
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}
@media screen and (min-width: 1024px) {
  .c-alert__text02 {
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}
.c-alert__btn {
  display: flex;
  align-items: center;
  background-color: #fef6f5;
  padding: 8px 12px;
  border-radius: 40px;
  text-decoration: inherit;
}
@media screen and (min-width: 1024px) {
  .c-alert__btn {
    padding: 9px 14px;
  }
}
.c-alert__btn-text {
  color: #d61d58;
}
@media screen and (min-width: 1024px) {
  .c-alert__btn-text {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4615384615;
  }
}
.c-alert__btn-text--sp-none {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-alert__btn-text--sp-none {
    display: inline;
  }
}
.c-alert__btn-icon {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-alert__btn-icon {
    display: block;
  }
}
.c-list-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-list-item__thumb {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.c-list-item__thumb-image,
.c-list-item__thumb-normal,
.c-list-item__thumb-hover {
  width: 100%;
  transition: 0.3s ease-out;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1/1;
}
.c-list-item__thumb-normal {
  position: relative;
  opacity: 1;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-list-item:hover .c-list-item__thumb-normal {
    opacity: 0;
  }
}
.c-list-item__thumb-hover {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-list-item:hover .c-list-item__thumb-hover {
    opacity: 1;
  }
}
.c-list-item__detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .c-list-item__detail {
    gap: 10px;
  }
}
.c-list-item__detail-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.c-list-item__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-list-item__label {
  padding: 2px 8px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #5f5f60;
}
.c-list-item__title {
  font-family: 'Noto Sans JP' serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2857142857;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .c-list-item__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.c-list-item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .c-list-item__content {
    gap: 10px;
  }
}
.c-list-item__text {
  color: #505050;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-list-item__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .c-list-item__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.c-list-item__item-sub-texts {
  display: flex;
  gap: 10px;
}
.c-list-item__capacity {
  color: #1b1b1b;
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .c-list-item__capacity {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.c-list-item__price-number {
  color: #1b1b1b;
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .c-list-item__price-number {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.c-list-item__price-text {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .c-list-item__price-text {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-list-item__colors {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  .c-list-item__colors {
    padding-left: 0;
  }
}
.c-list-item__colors-item {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #1b1b1b;
}
.c-list-item__color {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.c-list-item__color-count {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #1b1b1b;
}
.c-use-tips {
  border: 1px solid #d61d58;
  background-color: #fff;
  padding: 0 24px 24px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-use-tips {
    padding: 0 64px 56px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips {
    padding: 0 80px 56px;
    border-radius: 24px;
  }
}
.c-use-tips__header {
  display: flex;
}
.c-use-tips__title {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  background-color: #d61d58;
  border-radius: 0 0 16px;
  padding: 4px 16px;
  margin-bottom: 13px;
  color: #fff;
  margin-left: -24px;
}
@media screen and (min-width: 768px) {
  .c-use-tips__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 8px 32px;
    margin-bottom: 32px;
    margin-left: -64px;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 8px 24px;
    margin-bottom: 32px;
    margin-left: -84px;
  }
}
.c-use-tips__sub-title01 {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #1b1b1b;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-use-tips__sub-title01 {
    display: none;
  }
}
.c-use-tips__columns01 {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .c-use-tips__columns01 {
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__columns01 {
    gap: 72px;
  }
}
@media screen and (min-width: 768px) {
  .c-use-tips__columns01-column01 {
    flex: 1;
  }
}
.c-use-tips__columns01-column02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-use-tips__columns01-column02 {
    width: 36.4583333333vw;
    display: block;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__columns01-column02 {
    width: 28.4375vw;
    display: block;
    padding-top: 20px;
  }
}
.c-use-tips__columns02 {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .c-use-tips__columns02 {
    gap: 24px;
  }
}
.c-use-tips__columns02-column01 {
  width: 41.0666666667vw;
}
@media screen and (min-width: 768px) {
  .c-use-tips__columns02-column01 {
    display: none;
  }
}
.c-use-tips__columns02-column02 {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .c-use-tips__columns02-column02 {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
}
.c-use-tips__sub-title02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-use-tips__sub-title02 {
    font-size: 3rem;
    font-weight: 500;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__sub-title02 {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.8rem;
    line-height: 1.5;
    font-weight: 500;
    display: block;
  }
}
.c-use-tips__text {
  font-family: 'Noto Sans JP' serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4615384615;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .c-use-tips__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
    color: #1b1b1b;
  }
}
.c-use-tips__text-strong {
  font-weight: 700;
  color: #d61d58;
  display: block;
}
.c-use-tips__image {
  border-radius: 8px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-use-tips__image {
    border-radius: 24px;
  }
}
.c-use-tips__point01 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-use-tips__point01 {
    display: block;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #e0e0e0;
  }
}
.c-use-tips__point02 {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
@media screen and (min-width: 1024px) {
  .c-use-tips__point02 {
    display: none;
  }
}
.c-use-tips__point {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .c-use-tips__point {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__point {
    flex-direction: row-reverse;
    gap: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .c-use-tips__point {
    flex-direction: row;
  }
}
.c-use-tips__point-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .c-use-tips__point-detail {
    gap: 16px;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__point-detail {
    flex: 1;
    gap: 16px;
  }
}
.c-use-tips__point-image {
  width: 94px;
}
@media screen and (min-width: 768px) {
  .c-use-tips__point-image {
    width: 146px;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__point-image {
    width: 164px;
  }
}
.c-use-tips__point-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .c-use-tips__point-title {
    gap: 12px;
  }
}
.c-use-tips__point-title-label {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #d61d58;
  border: 1px solid #d61d58;
  background-color: #fff4f4;
  padding: 2px 6px;
  border-radius: 60px;
}
@media screen and (min-width: 768px) {
  .c-use-tips__point-title-label {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 2px 10px;
    border-radius: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__point-title-label {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 2px 16px;
    border-radius: 90px;
  }
}
.c-use-tips__point-title-text {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .c-use-tips__point-title-text {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__point-title-text {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
.c-use-tips__point-text01 {
  font-family: 'Noto Sans JP' serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4615384615;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .c-use-tips__point-text01 {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__point-text01 {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.c-use-tips__point-text01-strong {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #d61d58;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-use-tips__point-text01-strong {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__point-text01-strong {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.c-use-tips__footer {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .c-use-tips__footer {
    margin-top: 56px;
  }
}
.c-use-tips__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 52px;
  border-radius: 40px;
  background-color: #d61d58;
  border: 1px solid #d61d58;
  color: #fef6f5;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-use-tips__link {
    padding: 20px 48px;
    border-radius: 100px;
    width: 80%;
    gap: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__link {
    padding: 20px 48px;
    border-radius: 100px;
    min-width: 640px;
    gap: 18px;
  }
}
.c-use-tips__link:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #dea29a;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .c-use-tips__link:after {
    border-radius: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .c-use-tips__link:after {
    border-radius: 100px;
  }
}
.c-use-tips__link:hover {
  color: #d61d58;
  background-color: #fff;
}
.c-use-tips__link:visited {
  color: #fef6f5;
}
.c-use-tips__link:visited:hover {
  color: #d61d58;
}
.c-use-tips__link-en {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-use-tips__link-en {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.5;
    line-height: 1;
  }
}
.c-use-tips__link-jp {
  font-family: 'Noto Sans JP' serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-use-tips__link-jp {
    font-size: 1.9rem;
    line-height: 0.9473684211;
    letter-spacing: 1px;
  }
}
.c-use-tips__link-icon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -14px;
}
@media screen and (min-width: 768px) {
  .c-use-tips__link-icon {
    right: 20px;
    margin-top: -26px;
  }
}
.c-use-tips__link-icon > svg {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 1024px) {
  .c-use-tips__link-icon > svg {
    width: 52px;
    height: 52px;
  }
}
.c-parallax {
  position: relative;
}
.c-parallax__front {
  z-index: 20;
}
.c-parallax__back {
  z-index: 10;
}
.p-index-media,
.p-index-instagram,
.p-index-movie,
.p-index-product,
.p-index-new,
.p-index-catch {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-index-media,
  .p-index-instagram,
  .p-index-movie,
  .p-index-product,
  .p-index-new,
  .p-index-catch {
    flex-direction: row;
  }
}
.p-index-media__inner,
.p-index-instagram__inner,
.p-index-movie__inner,
.p-index-product__inner,
.p-index-new__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .p-index-media__inner,
  .p-index-instagram__inner,
  .p-index-movie__inner,
  .p-index-product__inner,
  .p-index-new__inner {
    max-width: 1200px;
    padding-inline: 19px;
    width: 100%;
    gap: 44px;
  }
}
.p-index-media__title,
.p-index-instagram__title,
.p-index-movie__title,
.p-index-product__title,
.p-index-new__title {
  text-align: center;
  color: #d61d58;
}
.p-index-media__title-en,
.p-index-instagram__title-en,
.p-index-movie__title-en,
.p-index-new__title-en {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 3.4rem;
  line-height: 1.2058823529;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-index-media__title-en,
  .p-index-instagram__title-en,
  .p-index-movie__title-en,
  .p-index-new__title-en {
    font-size: 7.6rem;
    line-height: 1.5131578947;
  }
}
.p-index-media__title-jp,
.p-index-instagram__title-jp,
.p-index-movie__title-jp,
.p-index-product__title-jp,
.p-index-new__title-jp {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 8px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-index-media__title-jp,
  .p-index-instagram__title-jp,
  .p-index-movie__title-jp,
  .p-index-product__title-jp,
  .p-index-new__title-jp {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 9px;
    margin-top: -10px;
  }
}
.p-index-media__footer,
.p-index-instagram__footer,
.p-index-product__footer {
  display: flex;
  justify-content: center;
}
.p-index-product__button {
  padding: 12px 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #d61d58;
  border-radius: 40px;
  color: #fef6f5;
  text-decoration: inherit;
}
@media screen and (min-width: 1024px) {
  .p-index-product__button {
    padding: 16px 48px;
  }
}
.p-index-product__button:visited {
  color: #fef6f5;
}
.p-index-product__button-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-index-product__button-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-index {
  padding: 16px 16px 96px;
  background-color: #fff4f4;
  display: flex;
  flex-direction: column;
  gap: 80px;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .p-index {
    padding: 16px 16px 96px;
    gap: 112px;
  }
}
.p-index-content {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media screen and (min-width: 768px) {
  .p-index-content {
    gap: 96px;
  }
}
.p-index-navigation {
  position: absolute;
  padding: 28px 28px 8px;
  gap: 8px;
  height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-index-navigation {
    padding: 32px 48px 16px;
    gap: 16px;
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation:hover {
    background-color: #fff;
  }
  .p-index-navigation:hover .p-index-navigation__menu-en {
    color: #383838;
  }
  .p-index-navigation:hover .p-index-navigation__menu-jp {
    color: rgba(0, 0, 0, 0.3);
  }
  .p-index-navigation:hover
    .p-index-navigation__menu-item:hover
    .p-index-navigation__menu-en {
    color: #d61d58;
  }
  .p-index-navigation:hover
    .p-index-navigation__menu-item:hover
    .p-index-navigation__menu-jp {
    color: #d61d58;
    opacity: 0.5;
  }
}
.p-index-navigation__logo-link {
  display: block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-index-navigation:hover .p-index-navigation__logo-link {
    color: #1b1b1b;
  }
}
.p-index-navigation__logo-link:visited {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-index-navigation:hover .p-index-navigation__logo-link:visited {
    color: #1b1b1b;
  }
}
.p-index-navigation__logo-link > svg {
  width: 171px;
  aspect-ratio: 171/24;
}
.p-index-navigation__navigation {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-index-navigation__navigation {
    display: block;
    max-width: 961px;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__menu {
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    margin-block: 0;
    margin-right: -16px;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__menu-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: inherit;
    text-align: center;
    height: 72px;
    gap: 4px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__menu-en,
  .p-index-navigation__menu-jp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__menu-en {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-navigation__menu-en {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__menu-jp {
    font-family: Noto Sans JP, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.375;
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-navigation__menu-jp {
    font-size: 0.9rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__sub-menu {
    position: absolute;
    z-index: 1;
    background-color: #282828;
    padding: 24px 32px;
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s, 0s, 0s;
    transition-delay: 0s, 0.3s, 0.3s;
    pointer-events: none;
    height: 88px;
    left: 0;
    right: 0;
    top: 80px;
    display: flex;
    gap: 56px;
    justify-content: center;
    align-items: center;
  }
  .p-index-navigation__sub-menu.is-active {
    opacity: 1;
    transition-delay: 0s, 0s, 0s;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__sub-link {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #fff;
  }
  .p-index-navigation__sub-link:hover {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__sub-menu-shop-link {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__online-shop-modal-button {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    padding: 0 1em;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-navigation__online-shop-modal-button {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__sub-link-image {
    width: 28px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-navigation__sub-link-image {
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__sub-logo {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.p-index-navigation__sub-logo-image {
  color: #fff;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .p-index-navigation__sub-logo-image--lashaddict {
    width: 127px;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__sub-logo-image--lipaddict {
    width: 108px;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__sub-logo-image--hairaddict {
    width: 116px;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__sub-logo-text {
    font-family: Noto Sans JP, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-index-navigation__sub-link-text {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-navigation__sub-link-text {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
  }
}
.p-index-navigation__button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-index-navigation__button {
    display: none;
  }
}
.p-index-navigation__button-text {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.p-index-navigation__button-line {
  width: 40px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.p-index-hero {
  position: relative;
  width: 100%;
  height: calc(100svh - 32px);
  background-color: #fff;
  border-radius: 24px;
  padding-block: 83px;
  overflow: hidden;
}
.p-index-hero__slider {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #fff4f4;
}
.p-index-hero__slider-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-index-hero__footer {
  position: absolute;
  padding: 24px;
  bottom: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-index-hero__footer {
    right: 0;
    justify-content: flex-end;
    max-width: 39.1666666667vw;
  }
}
.p-index-hero__news {
  display: flex;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 24px;
}
.p-index-hero__news-title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  position: relative;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.9;
  color: #5f5f60;
  padding-right: 8px;
}
.p-index-hero__news-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-index-hero__news-detail {
  padding-left: 8px;
  display: flex;
  align-items: center;
}
.p-index-hero__news-link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5f5f60;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-index-hero__news-link:visited {
  color: #5f5f60;
}
.p-index-hero__news-link:hover {
  color: #d61d58;
}
.p-index-hero__copyright {
  z-index: 2;
  position: absolute;
  bottom: 23px;
  left: 3px;
}
@media screen and (min-width: 768px) {
  .p-index-hero__copyright {
    z-index: 2;
    bottom: 8px;
    left: 5px;
  }
}
.p-index-hero__copyright-text {
  writing-mode: vertical-rl;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 0.7rem;
  font-weight: 300;
  line-height: 1.7142857143;
  letter-spacing: 1.5px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-index-hero__copyright-text {
    font-size: 0.8rem;
    line-height: 1.375;
    letter-spacing: 0.1px;
  }
}
@media screen and (min-width: 768px) {
  .p-index-catch {
    padding-top: 46px;
  }
}
.p-index-catch__inner {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .p-index-catch__inner {
    max-width: 1077px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 90px;
  }
}
@media screen and (min-width: 768px) {
  .p-index-catch__main {
    width: auto;
  }
}
.p-index-catch__main-image {
  width: 230px;
}
@media screen and (min-width: 768px) {
  .p-index-catch__main-image {
    width: 418px;
  }
}
.p-index-catch__sub {
  width: 320px;
}
@media screen and (min-width: 768px) {
  .p-index-catch__sub {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-index-catch__sub-image {
    width: 502px;
  }
}
.p-index-catch__logo {
  margin-top: 48px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-index-catch__logo {
    margin-top: 87px;
  }
}
.p-index-catch__logo {
  width: 272px;
}
@media screen and (min-width: 768px) {
  .p-index-catch__logo {
    width: 495px;
  }
}
.p-index-new__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-index-new__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 22px;
  }
}
.p-index-new__list-item {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-index-new__list-item {
    border-radius: 22px;
    flex: 1;
  }
}
.p-index-new__item {
  display: block;
  position: relative;
}
.p-index-new__item:visited {
  color: #000;
}
.p-index-new__item-label01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 89px;
}
@media screen and (min-width: 1024px) {
  .p-index-new__item-label01 {
    width: 174px;
  }
}
.p-index-new__item-label02 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 24px;
  border: 1px solid #e0e0e0;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #5f5f60;
}
@media screen and (min-width: 1024px) {
  .p-index-new__item-label02 {
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}
.p-index-new__item-thumbnail {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-index-new__item-thumbnail-image,
.p-index-new__item-thumbnail-normal,
.p-index-new__item-thumbnail-hover {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  margin-inline: auto;
  transition: 0.3s ease-out;
}
.p-index-new__item-thumbnail-normal {
  position: relative;
  opacity: 1;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-index-new__item:hover .p-index-new__item-thumbnail-normal {
    opacity: 0;
  }
}
.p-index-new__item-thumbnail-hover {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-index-new__item:hover .p-index-new__item-thumbnail-hover {
    opacity: 1;
  }
}
.p-index-new__item-content {
  padding: 8px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .p-index-new__item-content {
    padding: 10px 22px 22px;
    gap: 10px;
  }
}
.p-index-new__item-content-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .p-index-new__item-content-header {
    gap: 10px;
  }
}
.p-index-new__item-title-en {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.0769230769;
  color: #d61d58;
}
@media screen and (min-width: 1024px) {
  .p-index-new__item-title-en {
    font-size: 3.1rem;
    line-height: 1.0967741935;
  }
}
.p-index-new__item-title-jp {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 1024px) {
  .p-index-new__item-title-jp {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.p-index-new__item-detail {
  display: grid;
  grid-template-columns: 1fr 60px;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .p-index-new__item-detail {
    grid-template-columns: 1fr 84px;
    gap: 9px;
  }
}
.p-index-new__item-texts {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 1024px) {
  .p-index-new__item-texts {
    gap: 6px;
  }
}
.p-index-new__item-main-text {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 1024px) {
  .p-index-new__item-main-text {
    height: 58px;
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}
.p-index-new__item-sub-texts {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #1b1b1b;
}
@media screen and (min-width: 1024px) {
  .p-index-new__item-sub-texts {
    gap: 9px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
.p-index-new__item-icon {
  margin-top: auto;
  width: 100%;
}
.p-index-product__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-index-product__title {
    gap: 16px;
  }
}
.p-index-product__title-en {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-index-product__title-en-image {
    height: 64px;
  }
}
.p-index-product__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-index-product__list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .p-index-product__list-item {
    flex: 1;
  }
}
.p-index-product__item {
  border-radius: 16px;
  background-color: #fff;
  display: block;
  color: #000;
}
.p-index-product__item:hover,
.p-index-product__item:visited {
  color: #000;
}
.p-index-product__item-title-image {
  height: 60px;
}
@media screen and (min-width: 768px) {
  .p-index-product__item-title-image {
    height: 84px;
  }
}
.p-index-product__item-thumbnail {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.p-index-product__item-thumbnail-image {
  width: 100%;
  aspect-ratio: 1;
  transition: 0.3s ease-out;
}
.p-index-product__item:hover .p-index-product__item-thumbnail-image {
  transform: scale(1.05);
}
.p-index-product__item-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-index-product__item-detail {
  display: grid;
  grid-template-columns: 1fr 52px;
  gap: 8px;
}
.p-index-product__item-main-text {
  color: #1b1b1b;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-index-product__item-icon {
  margin-top: auto;
}
.p-index-movie__video-wrap {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 343/210;
  width: 100%;
  max-width: 862px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-index-movie__video-wrap {
    margin-bottom: 48px;
  }
}
.p-index-movie__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (min-width: 1024px) {
  .p-index-movie__video {
    border-radius: 19px;
  }
}
.p-index-instagram__icon {
  aspect-ratio: 1/1;
  width: 24px;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  .p-index-instagram__icon {
    width: 28px;
    margin-right: 9px;
  }
}
.p-index-media__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-index-media__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .p-index-media__list {
    gap: 19px;
  }
}
.p-index-media__item {
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 1280px) {
  .p-index-media__item {
    border-radius: 9x;
  }
}
.p-index-media__item:hover,
.p-index-media__item:visited {
  color: #000;
}
.p-index-media__item-thumbnail {
  overflow: hidden;
}
.p-index-media__item-thumbnail-image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-index-media__item:hover .p-index-media__item-thumbnail-image {
    scale: 1.1;
  }
}
.p-index-media__item-content {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .p-index-media__item-content {
    padding: 9px;
    gap: 9px;
  }
}
.p-index-media__item-title {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-index-media__item-title {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-media__item-title {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.p-index-media__item-date {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-index-media__item-date {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-media__item-date {
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}
.p-about-title {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-about-title {
    padding: 6rem 0;
  }
}
.p-about-intro {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-about-intro {
    padding: 6rem 0;
  }
}
.p-about-intro__title {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-about-intro__title {
    margin-bottom: 8rem;
  }
}
.p-howto-attention__title,
.p-howto-usage__title,
.p-howto-timing__title {
  text-align: center;
  line-height: 1;
  font-weight: 400;
  color: #d61d58;
}
.p-howto-attention__title-en,
.p-howto-usage__title-en,
.p-howto-timing__title-en {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #e56284;
}
@media screen and (min-width: 768px) {
  .p-howto-attention__title-en,
  .p-howto-usage__title-en,
  .p-howto-timing__title-en {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-attention__title-en,
  .p-howto-usage__title-en,
  .p-howto-timing__title-en {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
.p-howto-attention__title-jp,
.p-howto-usage__title-jp,
.p-howto-timing__title-jp {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-howto-attention__title-jp,
  .p-howto-usage__title-jp,
  .p-howto-timing__title-jp {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.6rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-attention__title-jp,
  .p-howto-usage__title-jp,
  .p-howto-timing__title-jp {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.5;
  }
}
.p-howto {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-howto {
    padding-bottom: 0;
  }
}
.p-howto-hero {
  position: relative;
  height: 442px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-howto-hero {
    height: 625px;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-hero {
    height: 867px;
  }
}
.p-howto-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/added_img/howto/image_hero.jpg);
  background-size: auto 630px;
  background-repeat: no-repeat;
  background-position: top -50px left;
  opacity: 0.45;
}
@media screen and (min-width: 768px) {
  .p-howto-hero:before {
    background-image: url(../../assets/added_img/howto/image_hero_pc.jpg);
    background-size: auto 625px;
    background-position: top left 10%;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-hero:before {
    background-position: top left 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-hero:before {
    background-size: cover;
    background-position: center;
  }
}
.p-howto-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  padding-inline: 16px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-howto-hero__inner {
    height: calc(100% - 72px);
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-hero__inner {
    height: calc(100% - 152px);
  }
}
.p-howto-hero__title {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-inline: auto;
  padding: 12px 16px 10px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #d61d58;
  border-radius: 60px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-howto-hero__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 16px 24px 14px;
    border-radius: 80px;
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-hero__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.5;
    line-height: 1;
  }
}
.p-howto-hero__sub {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 1.5;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-howto-hero__sub {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.6rem;
    line-height: 1.6;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-hero__sub {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.5;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-hero__sub {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 6.8rem;
    line-height: 1;
  }
}
.p-howto-hero__sub-span {
  display: inline-block;
}
.p-howto-hero__description {
  margin-top: 16px;
  margin-inline: auto;
  padding-inline: 40px;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-howto-hero__description {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-hero__description {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-hero__description {
    font-size: 2.2rem;
  }
}
.p-howto-hero__description-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-howto-hero__description-br {
    display: block;
  }
}
.p-howto-timing {
  position: relative;
  background-color: #fff4f4;
}
.p-howto-timing:before {
  content: '';
  position: absolute;
  top: -39px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff4f4;
  border-radius: 32px 32px 0 0;
}
@media screen and (min-width: 768px) {
  .p-howto-timing:before {
    top: -71px;
    height: 72px;
    border-radius: 72px 72px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-timing:before {
    top: -151px;
    height: 152px;
    border-radius: 152px 152px 0 0;
  }
}
.p-howto-timing__inner {
  padding: 0 16px 64px;
}
@media screen and (min-width: 768px) {
  .p-howto-timing__inner {
    padding: 0 32px 136px;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-timing__inner {
    padding-inline: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-timing__inner {
    padding-bottom: 112px;
    transform: translateY(-56px);
  }
}
.p-howto-timing__list {
  margin-top: 24px;
  margin-inline: auto;
  max-width: 1300px;
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-howto-timing__list {
    margin-top: 40px;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-timing__list {
    margin-top: 48px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.p-howto-timing__item {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid;
  border-color: #d61d58;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-howto-timing__item {
    grid-template-columns: 120px 1fr;
    gap: 32px;
    padding: 24px 32px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-timing__item {
    display: block;
    padding: 40px;
    border-radius: 24px;
    text-align: center;
  }
}
.p-howto-timing__item-image {
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-howto-timing__item-image img {
    max-width: 187px;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-timing__item-image img {
    max-width: 213px;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-timing__item-content {
    margin-top: 24px;
  }
}
.p-howto-timing__item-title {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-howto-timing__item-title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-timing__item-title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-timing__item-title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-howto-timing__item-description {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-howto-timing__item-description {
    margin-top: 8px;
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-timing__item-description {
    margin-top: 16px;
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-timing__item-description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-howto-usage {
  background-color: #fff4f4;
}
.p-howto-usage__inner {
  padding: 0 32px;
}
.p-howto-usage__description {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-howto-usage__description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-usage__description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-usage__description {
    margin-top: 32px;
  }
}
.p-howto-usage__note {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 8px;
  color: #505050;
}
@media screen and (min-width: 768px) {
  .p-howto-usage__note {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-usage__note {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-howto-usage__span {
  display: inline;
}
@media screen and (min-width: 768px) {
  .p-howto-usage__span {
    display: inline-block;
  }
}
.p-howto-usage__tabs {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-howto-usage__tabs {
    margin-top: 72px;
  }
}
.p-howto-attention {
  padding: 64px 16px 40px;
  background-color: #fff4f4;
}
@media screen and (min-width: 768px) {
  .p-howto-attention {
    padding: 104px 32px;
  }
}
.p-howto-attention__description {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 16px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-howto-attention__description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 24px;
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-attention__description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 32px;
  }
}
.p-howto-attention__note {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 8px;
  padding: 0 16px;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-howto-attention__note {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 16px;
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-attention__note {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-howto-attention__cases {
  margin-top: 24px;
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-howto-attention__cases {
    margin-top: 48px;
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-attention__cases {
    margin-inline: auto;
    max-width: 1024px;
  }
}
.p-howto-attention__case {
  padding: 16px;
  background-color: #fff;
  border: 1px solid;
  border-color: rgba(214, 29, 88, 0.3);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-howto-attention__case {
    padding: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-attention__case {
    padding: 32px 48px;
  }
}
.p-howto-attention__case-title {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 8px;
  color: #d61d58;
}
.p-howto-attention__case-title:before {
  content: '';
  aspect-ratio: 1;
  background-image: url(../../assets/added_img/howto/icon_cross.svg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-howto-attention__case-title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    line-height: 1.5;
    grid-template-columns: 38px 1fr;
    gap: 16px;
    font-size: 2.4rem;
  }
}
.p-howto-attention__case-list {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid;
  border-color: #e0e0e0;
}
@media screen and (min-width: 768px) {
  .p-howto-attention__case-list {
    margin-top: 16px;
    padding-top: 16px;
  }
}
.p-howto-attention__case-list li {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .p-howto-attention__case-list li {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-howto-attention__case-list li:before {
  content: '\30fb';
  display: grid;
  place-items: center;
  width: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-howto-attention__case-list li:before {
    width: 1.6em;
  }
}
.p-howto-attention__case-note {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-howto-attention__case-note {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 16px;
  }
}
.p-howto-precautions {
  padding: 40px 16px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-howto-precautions {
    padding: 80px 32px;
  }
}
.p-howto-precautions__title {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-howto-precautions__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-howto-precautions__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-precautions__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
.p-howto-precautions__list {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-howto-precautions__list {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .p-howto-precautions__list {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 64px;
    margin-inline: auto;
    max-width: 1300px;
  }
}
.p-howto-precautions__list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .p-howto-precautions__list-item {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-howto-precautions__list-item:before {
  content: '\30fb';
  display: grid;
  place-items: center;
  width: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-howto-precautions__list-item:before {
    width: 1.6em;
  }
}
.p-news-title {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-news-title {
    padding: 6rem 0;
  }
}
.p-news-list {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-news-list {
    padding: 6rem 0;
  }
}
.p-news-list__item {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-news-list__item {
    margin-bottom: 8rem;
  }
}
.p-item-index-hairaddict,
.p-item-index-lipaddict,
.p-item-index-lashaddict {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-item-index-hairaddict,
  .p-item-index-lipaddict,
  .p-item-index-lashaddict {
    gap: 56px;
  }
}
.p-item-index-hairaddict__header,
.p-item-index-lipaddict__header,
.p-item-index-lashaddict__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.p-item-index-hairaddict__title,
.p-item-index-lipaddict__title,
.p-item-index-lashaddict__title {
  color: #1b1b1b;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-item-index-hairaddict__title,
  .p-item-index-lipaddict__title,
  .p-item-index-lashaddict__title {
    gap: 8px;
  }
}
.p-item-index-hairaddict__title-en,
.p-item-index-lipaddict__title-en,
.p-item-index-lashaddict__title-en {
  display: block;
  line-height: 0;
}
.p-item-index-hairaddict__title-en > svg,
.p-item-index-lipaddict__title-en > svg,
.p-item-index-lashaddict__title-en > svg {
  width: 100%;
  height: auto;
}
.p-item-index-hairaddict__title-jp,
.p-item-index-lipaddict__title-jp,
.p-item-index-lashaddict__title-jp {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .p-item-index-hairaddict__title-jp,
  .p-item-index-lipaddict__title-jp,
  .p-item-index-lashaddict__title-jp {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-item-index-hairaddict__label,
.p-item-index-lipaddict__label,
.p-item-index-lashaddict__label {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #d61d58;
  border: 1px solid #d61d58;
  background-color: #fff;
  border-radius: 8px;
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  .p-item-index-hairaddict__label,
  .p-item-index-lipaddict__label,
  .p-item-index-lashaddict__label {
    padding: 4px 8px;
  }
}
.p-item-index-hairaddict__list,
.p-item-index-lipaddict__list,
.p-item-index-lashaddict__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-index-hairaddict__list,
  .p-item-index-lipaddict__list,
  .p-item-index-lashaddict__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 72px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-index-hairaddict__list,
  .p-item-index-lipaddict__list,
  .p-item-index-lashaddict__list {
    gap: 95px 92px;
  }
}
.p-item-index-hairaddict__footer,
.p-item-index-lipaddict__footer,
.p-item-index-lashaddict__footer {
  display: flex;
  justify-content: center;
}
.p-item-index {
  padding: 24px 16px 56px;
}
@media screen and (min-width: 768px) {
  .p-item-index {
    padding-top: 64px;
    padding-bottom: 104px;
  }
}
.p-item-index__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-item-index__inner {
    max-width: 1300px;
    width: 100%;
  }
}
.p-item-index__title {
  text-align: center;
  color: #d61d58;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-index__title {
    margin-bottom: 32px;
  }
}
.p-item-index__title-en {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 3.4rem;
  line-height: 1.2058823529;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-item-index__title-en {
    font-size: 7.6rem;
    line-height: 1.5131578947;
  }
}
.p-item-index__title-jp {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 8px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-item-index__title-jp {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 9px;
    margin-top: -10px;
  }
}
.p-item-index__alert {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-item-index__alert {
    margin-bottom: 56px;
  }
}
.p-item-index__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 88px;
}
@media screen and (min-width: 768px) {
  .p-item-index__content {
    max-width: 1300px;
    width: 100%;
    gap: 120px;
  }
}
.p-item-index-lashaddict__title-en {
  width: 226px;
}
@media screen and (min-width: 768px) {
  .p-item-index-lashaddict__title-en {
    width: 354px;
  }
}
.p-item-index-lashaddict__title-en > svg {
  aspect-ratio: 226/32;
}
.p-item-index-lipaddict__title-en {
  width: 187px;
}
@media screen and (min-width: 768px) {
  .p-item-index-lipaddict__title-en {
    width: 305px;
  }
}
.p-item-index-lipaddict__title-en > svg {
  aspect-ratio: 187/38;
}
.p-item-index-hairaddict__title-en {
  width: 207px;
}
@media screen and (min-width: 768px) {
  .p-item-index-hairaddict__title-en {
    width: 336px;
  }
}
.p-item-index-hairaddict__title-en > svg {
  aspect-ratio: 207/32;
}
.p-item-lipaddict-how-to,
.p-item-hairaddict-how-to,
.p-item-lashaddict-best,
.p-item-lashaddict-chart,
.p-item-lashaddict-other,
.p-item-lashaddict-detail,
.p-item-lashaddict-features,
.p-item-lashaddict-ingredients,
.p-item-lashaddict-tips,
.p-item-lashaddict-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-item-lashaddict-best__inner,
.p-item-lashaddict-chart__inner,
.p-item-lashaddict-other__inner,
.p-item-lashaddict-detail__inner,
.p-item-lashaddict-features__inner,
.p-item-lashaddict-ingredients__inner,
.p-item-lashaddict-tips__inner,
.p-item-lashaddict-info__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-best__inner,
  .p-item-lashaddict-chart__inner,
  .p-item-lashaddict-other__inner,
  .p-item-lashaddict-detail__inner,
  .p-item-lashaddict-features__inner,
  .p-item-lashaddict-ingredients__inner,
  .p-item-lashaddict-tips__inner,
  .p-item-lashaddict-info__inner {
    max-width: 1300px;
  }
}
.p-item-lashaddict-features__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-features__title {
    gap: 30px;
  }
}
.p-item-lashaddict-features__title-sub {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-features__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-item-lashaddict-features__title-main {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-features__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.5;
  }
}
.p-item-lashaddict-ingredients__notes02,
.p-item-lashaddict-ingredients__notes01 {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 8px;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-ingredients__notes02,
  .p-item-lashaddict-ingredients__notes01 {
    gap: 16px;
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-item-lashaddict-content01 {
  padding: 16px 16px 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .p-item-lashaddict-content01 {
    padding: 32px 16px 0;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-content01 {
    padding: 24px 16px 0;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-content01 {
    padding: 56px 16px 0;
    margin-bottom: 76px;
  }
}
.p-item-lashaddict-info__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-info__inner {
    flex-direction: row;
    gap: 5.4166666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-info__carousel {
    width: 42.3076923077%;
  }
}
.p-item-lashaddict-info__detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-info__detail {
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-info__detail {
    gap: 40px;
  }
}
.p-item-lashaddict-info__detail-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-info__detail-header {
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-info__detail-header {
    gap: 24px;
  }
}
.p-item-lashaddict-info__labels {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-info__labels {
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 16px;
  }
}
.p-item-lashaddict-info__label {
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid #e0e0e0;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #5f5f60;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-info__label {
    padding: 6px 16px;
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-item-lashaddict-info__title {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-info__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-info__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1.5;
  }
}
.p-item-lashaddict-info__texts01 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-item-lashaddict-info__catch {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-info__catch {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.p-item-lashaddict-info__description {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #505050;
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-info__description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-info__description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-item-lashaddict-info__texts02 {
  border-top: 1px solid #e0e0e0;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-item-lashaddict-info__name {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-info__name {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-info__name {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-item-lashaddict-info__sub-texts {
  display: flex;
  align-items: end;
  gap: 8px;
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-info__sub-texts {
    gap: 16px;
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-info__sub-texts {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-info__price-text {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
.p-item-lashaddict-content02 {
  background-color: #fff4f4;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-content02 {
    padding-bottom: 80px;
    gap: 104px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-content02 {
    padding-bottom: 108px;
  }
}
.p-item-lashaddict-tips {
  margin-inline: 16px;
}
.p-item-lashaddict-ingredients {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  background-image: url(../../assets/added_img/item/image_ingredients01_bg_sp.png);
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-ingredients {
    background-image: url(../../assets/added_img/item/image_ingredients01_bg_md.png);
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-ingredients {
    background-image: url(../../assets/added_img/item/image_ingredients01_bg_lg.png);
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-ingredients {
    background-image: url(../../assets/added_img/item/image_ingredients01_bg_xl.png);
    padding-top: 108px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-ingredients__inner {
    padding-inline: 32px;
  }
}
.p-item-lashaddict-ingredients__columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-ingredients__columns {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-ingredients__columns {
    flex-direction: row;
    gap: 62px;
  }
}
.p-item-lashaddict-ingredients__column01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-ingredients__column01 {
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-ingredients__column01 {
    gap: 48px;
    flex: 1;
  }
}
.p-item-lashaddict-ingredients__column02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-ingredients__column02 {
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-ingredients__column02 {
    gap: 40px;
    width: 627px;
  }
}
.p-item-lashaddict-ingredients__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-inline: 40px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-ingredients__header {
    padding-inline: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-ingredients__header {
    gap: 24px;
    padding-inline: 124px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-ingredients__header {
    gap: 48px;
    padding-inline: 24px;
  }
}
.p-item-lashaddict-ingredients__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-ingredients__title {
    gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-ingredients__title {
    gap: 26px;
  }
}
.p-item-lashaddict-ingredients__title-sub {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #383838;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-ingredients__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-ingredients__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-item-lashaddict-ingredients__title-main {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-ingredients__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-ingredients__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.6rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-ingredients__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.5;
  }
}
.p-item-lashaddict-ingredients__text {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-ingredients__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-ingredients__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-item-lashaddict-ingredients__content {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-ingredients__content {
    display: block;
    padding-inline: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-ingredients__image {
    width: 537px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-ingredients__image {
    width: 567px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-ingredients__image {
    width: 627px;
  }
}
.p-item-lashaddict-ingredients__notes02 {
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-ingredients__notes02 {
    padding-inline: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-ingredients__notes02 {
    padding-inline: 124px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-ingredients__notes02 {
    display: none;
    padding-inline: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-features {
    padding: 0 32px;
  }
}
.p-item-lashaddict-features__header {
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-features__header {
    margin-bottom: 4.4791666667vw;
  }
}
.p-item-lashaddict-features__content {
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-features__content {
    padding-inline: 0;
  }
}
.p-item-lashaddict-detail {
  padding: 40px 16px;
}
.p-item-lashaddict-detail__inner {
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-detail__inner {
    gap: 60px;
  }
}
.p-item-lashaddict-detail__title {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
.p-item-lashaddict-detail__text {
  white-space: pre-wrap;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-detail__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-item-lashaddict-detail__accordions {
  border-top: 1px solid #d0d0d0;
}
.p-item-lashaddict-detail__list {
  display: flex;
  flex-direction: column;
}
.p-item-lashaddict-detail__list-item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-item-lashaddict-detail__list-item:before {
  content: '\30fb';
}
.p-item-lashaddict-other {
  padding: 40px 16px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-other {
    padding: 80px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-other {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-other {
    padding: 104px 32px;
  }
}
.p-item-lashaddict-other__inner {
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-other__inner {
    gap: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-other__inner {
    gap: 72px;
  }
}
.p-item-lashaddict-other__title {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-other__title {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-other__title {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-other__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
.p-item-lashaddict-other__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-other__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 72px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-other__list {
    gap: 95px 92px;
  }
}
.p-item-lashaddict-other__list-link {
  display: block;
  color: #1b1b1b;
}
.p-item-lashaddict-other__list-link:hover,
.p-item-lashaddict-other__list-link:visited {
  color: #1b1b1b;
}
.p-lashadddict-update {
  margin-bottom: 88px;
  padding: 16px 16px 0;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 76px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-lashadddict-update {
    padding: 0;
  }
}
.p-lashadddict-update__headline {
  text-align: center;
  color: #fff;
  background-color: #d61d58;
  padding: 4px 0;
  border-radius: 8px 8px 0 0;
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__headline {
    padding: 8px 0;
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-lashadddict-update__headline {
    border-radius: 16px 16px 0 0;
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-lashadddict-update__content {
  padding-inline: 16px;
  border: 1px solid #d61d58;
  border-radius: 0 0 8px 8px;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__content {
    padding-inline: 32px;
    padding-top: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .p-lashadddict-update__content {
    padding-inline: 64px;
    border-radius: 0 0 16px 16px;
  }
}
.p-lashadddict-update__data-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(214, 29, 88, 0.3);
}
.p-lashadddict-update__data-head {
  padding: 16px 0 16px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-head {
    padding: 18px 0 18px 4px;
  }
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-title {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
  }
}
.p-lashadddict-update__data-main-title {
  display: flex;
  align-items: center;
}
.p-lashadddict-update__data-main-title-number {
  color: #d61d58;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-right: 6px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-main-title-number {
    padding-top: 1px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-lashadddict-update__data-main-title-number {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 2.8rem;
    line-height: 1.5;
    padding-top: 3px;
    font-size: 3.2rem;
  }
}
.p-lashadddict-update__data-main-title-text {
  color: #d61d58;
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-main-title-text {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-lashadddict-update__data-main-title-text {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-lashadddict-update__data-sub-title {
  color: #1b1b1b;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-sub-title {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-lashadddict-update__data-sub-title {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-lashadddict-update__data-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-icon-open,
  .p-lashadddict-update__data-icon-close {
    width: 60px;
    height: 60px;
  }
}
.p-lashadddict-update__data-icon-open {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-lashadddict-update__data-icon-close {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-lashadddict-update__data-item:not(.is-open)
  .p-lashadddict-update__data-icon-open {
  display: block;
}
.p-lashadddict-update__data-item:not(.is-open)
  .p-lashadddict-update__data-icon-close {
  display: none;
}
.p-lashadddict-update__data-description {
  padding-bottom: 24px;
}
.p-lashadddict-update__data-description-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-description-list {
    row-gap: 16px;
  }
}
.p-lashadddict-update__data-description-item {
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 12px 16px;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-description-item {
    padding: 24px 22px;
  }
}
.p-lashadddict-update__data-description-title {
  display: flex;
  padding-bottom: 6px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 8px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-description-title {
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
}
.p-lashadddict-update__data-description-title--border-none {
  border: none;
}
.p-lashadddict-update__data-description-title-label {
  color: #d61d58;
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-right: 6px;
  text-transform: capitalize;
  padding: 6px;
  border-radius: 60px;
  border: 1px solid #d61d58;
  line-height: 8px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-description-title-label {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1px 10px;
    margin-right: 10px;
  }
}
.p-lashadddict-update__data-description-title-text01 {
  color: #1b1b1b;
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-description-title-text01 {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-lashadddict-update__data-description-title-text01 {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-lashadddict-update__data-description-title-text02 {
  color: #1b1b1b;
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-description-title-text02 {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-lashadddict-update__data-description-title-text02 {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-lashadddict-update__data-description-detail {
  color: #505050;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-description-detail {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-lashadddict-update__data-description-detail {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-lashadddict-update__data-caption {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #1b1b1b;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-lashadddict-update__data-caption {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 16px;
  }
}
.p-item-lashaddict-chart {
  padding-top: 40px;
  margin-bottom: -40px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-chart {
    padding-top: 80px;
    margin-bottom: -80px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-chart {
    margin-bottom: -108px;
  }
}
.p-item-lashaddict-chart__inner {
  padding-inline: 16px;
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-chart__inner {
    padding-inline: 32px;
  }
}
.p-item-lashaddict-chart__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-chart__header {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-chart__header {
    gap: 24px;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-chart__header {
    gap: 48px;
    margin-bottom: 80px;
  }
}
.p-item-lashaddict-chart__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-chart__title {
    gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-chart__title {
    gap: 26px;
  }
}
.p-item-lashaddict-chart__title-sub {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #383838;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-chart__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-chart__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-item-lashaddict-chart__title-main {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-chart__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-chart__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.6rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-chart__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-chart__linefeed {
    display: none;
  }
}
.p-item-lashaddict-chart__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-chart__content {
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-chart__content {
    gap: 24px;
  }
}
.p-item-lashaddict-chart__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-chart__list {
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 4.9479166667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-chart__item {
    max-width: 204px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lashaddict-chart__item {
    max-width: 229px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lashaddict-chart__item {
    max-width: 326px;
  }
}
.p-item-lashaddict-chart__note {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-chart__note {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-best {
    margin-inline: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lashaddict-best__picture {
    overflow: hidden;
    border-radius: 24px;
  }
}
.p-item-lashaddict-best__image {
  width: 100%;
}
.p-item-hairaddict-detail,
.p-item-hairaddict-features,
.p-item-hairaddict-ingredients,
.p-item-hairaddict-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-item-hairaddict-detail__inner,
.p-item-hairaddict-features__inner,
.p-item-hairaddict-how-to__inner,
.p-item-hairaddict-ingredients__inner,
.p-item-hairaddict-info__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-detail__inner,
  .p-item-hairaddict-features__inner,
  .p-item-hairaddict-how-to__inner,
  .p-item-hairaddict-ingredients__inner,
  .p-item-hairaddict-info__inner {
    max-width: 1300px;
  }
}
.p-item-hairaddict-features__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-features__title {
    gap: 30px;
  }
}
.p-item-hairaddict-features__title-sub {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-features__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-item-hairaddict-features__title-main {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-features__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.5;
  }
}
.p-item-hairaddict-ingredients__notes02,
.p-item-hairaddict-ingredients__notes01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-ingredients__notes02,
  .p-item-hairaddict-ingredients__notes01 {
    gap: 16px;
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-item-hairaddict-content01 {
  padding: 16px 16px 0;
  margin-bottom: 32px;
}
@media screen and (min-width: 576px) {
  .p-item-hairaddict-content01 {
    padding: 32px 16px 0;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-content01 {
    padding: 24px 16px 0;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-content01 {
    padding: 56px 64px 0;
    margin-bottom: 76px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-content01 {
    padding: 56px 64px 0;
    margin-bottom: 76px;
  }
}
.p-item-hairaddict-info__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-info__inner {
    flex-direction: row;
    gap: 5.4166666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-info__carousel {
    width: 42.3076923077%;
  }
}
.p-item-hairaddict-info__detail {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-item-hairaddict-info__detail-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-info__detail-header {
    order: 1;
    gap: 24px;
  }
}
.p-item-hairaddict-info__labels {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-info__labels {
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 16px;
  }
}
.p-item-hairaddict-info__label {
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid #e0e0e0;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #5f5f60;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-info__label {
    padding: 6px 16px;
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-item-hairaddict-info__title {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #1b1b1b;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-info__title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-info__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-info__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.p-item-hairaddict-info__detail-content {
  order: 3;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-info__detail-content {
    order: 2;
  }
}
.p-item-hairaddict-info__texts01 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-item-hairaddict-info__catch {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-info__catch {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.p-item-hairaddict-info__description {
  font-family: Noto Sans JP, serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-info__description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-info__description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-item-hairaddict-info__caution {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #505050;
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-info__caution {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-info__caution {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.p-item-hairaddict-info__texts02 {
  border-top: 1px solid #e0e0e0;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-item-hairaddict-info__name {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-info__name {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-item-hairaddict-info__sub-texts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-info__sub-texts {
    gap: 14px;
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-info__price-text {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
.p-item-hairaddict-info__option-list {
  width: 100%;
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 20px;
  order: 1;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-info__option-list {
    order: 3;
    margin-top: 32px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-info__option-list {
    margin-top: 40px;
  }
}
.p-item-hairaddict-info__option-item {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-info__option-item {
    height: 140px;
  }
}
.p-item-hairaddict-info__option-item.--active {
  border: 1px solid #000000;
}
.p-item-hairaddict-info__option-item.--active * {
  font-weight: 700;
}
.p-item-hairaddict-info__option-link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-info__option-link {
    flex-direction: row;
  }
}
.p-item-hairaddict-info__option-image {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-info__option-image {
    flex-shrink: 0;
    width: 45%;
  }
}
.p-item-hairaddict-info__option-text-block {
  flex-grow: 1;
  color: #1b1b1b;
  padding: 0 16px 16px;
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-info__option-text-block {
    padding: 24px 12px 24px 0;
  }
}
.p-item-hairaddict-info__option-product-name {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .p-item-hairaddict-info__option-product-name {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-info__option-product-name {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-info__option-product-name {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-info__option-product-name {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.p-item-hairaddict-info__option-product-price {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 2px;
}
@media screen and (min-width: 576px) {
  .p-item-hairaddict-info__option-product-price {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-info__option-product-price {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-info__option-product-price {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
.p-item-hairaddict-info__alert.--lg-screen {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-info__alert.--lg-screen {
    display: block;
    order: 4;
    margin-top: 40px;
  }
}
.p-item-hairaddict-info__alert.--sm-screen {
  display: block;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-info__alert.--sm-screen {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-info__alert.--sm-screen {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-info__alert.--sm-screen {
    display: none;
  }
}
.p-item-hairaddict-content02 {
  background-color: #fff4f4;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-content02 {
    gap: 104px;
  }
}
.p-item-hairaddict-ingredients {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../../assets/added_img/item/image_ingredients01_bg_hairaddict_sp.png);
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-ingredients {
    background-image: url(../../assets/added_img/item/image_ingredients01_bg_hairaddict_md.png);
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-ingredients {
    background-image: url(../../assets/added_img/item/image_ingredients01_bg_hairaddict_lg.png);
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-ingredients {
    background-image: url(../../assets/added_img/item/image_ingredients01_bg_hairaddict_xl.png);
    padding-top: 120px;
    padding-bottom: 108px;
  }
}
.p-item-hairaddict-ingredients__inner {
  padding-inline: 16px;
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-ingredients__inner {
    padding-inline: 32px;
  }
}
.p-item-hairaddict-ingredients__columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-ingredients__columns {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-ingredients__columns {
    flex-direction: row;
    gap: 62px;
  }
}
.p-item-hairaddict-ingredients__column01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-ingredients__column01 {
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-ingredients__column01 {
    gap: 48px;
    flex: 1;
  }
}
.p-item-hairaddict-ingredients__column02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-ingredients__column02 {
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-ingredients__column02 {
    gap: 40px;
    width: 627px;
  }
}
.p-item-hairaddict-ingredients__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-inline: 40px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-ingredients__header {
    padding-inline: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-ingredients__header {
    gap: 24px;
    padding-inline: 124px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-ingredients__header {
    gap: 48px;
    padding-inline: 24px;
  }
}
.p-item-hairaddict-ingredients__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-ingredients__title {
    gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-ingredients__title {
    gap: 26px;
  }
}
.p-item-hairaddict-ingredients__title-sub {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #383838;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-ingredients__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-ingredients__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-item-hairaddict-ingredients__title-main {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-ingredients__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-ingredients__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.6rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-ingredients__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.5;
  }
}
.p-item-hairaddict-ingredients__text {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-ingredients__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-ingredients__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-item-hairaddict-ingredients__content {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-ingredients__content {
    display: block;
    padding-inline: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-ingredients__image {
    width: 537px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-ingredients__image {
    width: 567px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-ingredients__image {
    width: 627px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-ingredients__notes02 {
    padding-inline: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-ingredients__notes02 {
    padding-inline: 124px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-ingredients__notes02 {
    display: none;
    padding-inline: 24px;
  }
}
.p-item-hairaddict-how-to {
  margin-inline: 16px;
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-how-to {
    margin-inline: 64px;
  }
}
.p-item-hairaddict-how-to__inner {
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__inner {
    gap: 60px;
  }
}
.p-item-hairaddict-how-to__body {
  border: 1px solid #d61d58;
  background-color: #fff;
  padding: 0 24px 24px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__body {
    padding: 0 56px 56px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-how-to__body {
    padding: 0 64px 64px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-how-to__body {
    padding: 0 185px 72px;
  }
}
.p-item-hairaddict-how-to__header {
  display: flex;
}
.p-item-hairaddict-how-to__title {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  background-color: #d61d58;
  border-radius: 0 0 16px;
  padding: 4px 16px;
  margin-bottom: 13px;
  color: #fff;
  margin-left: -24px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 8px 32px;
    margin-bottom: 16px;
    margin-left: -64px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-how-to__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 8px 24px;
    margin-bottom: 24px;
    margin-left: -185px;
  }
}
.p-item-hairaddict-how-to__sub-title {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #1b1b1b;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__sub-title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-how-to__sub-title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-how-to__sub-title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 4.2rem;
    font-weight: 500;
  }
}
.p-item-hairaddict-how-to__supplement {
  color: #1b1b1b;
  margin-bottom: 24px;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .p-item-hairaddict-how-to__supplement {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__supplement {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-how-to__supplement {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-how-to__supplement {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 64px;
  }
}
.p-item-hairaddict-how-to__list {
  list-style: none;
}
.p-item-hairaddict-how-to__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__item {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.p-item-hairaddict-how-to__item:first-of-type {
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__item:first-of-type {
    padding-bottom: 32px;
  }
}
.p-item-hairaddict-how-to__item:not(:first-of-type) {
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__item:not(:first-of-type) {
    padding: 32px 0;
  }
}
.p-item-hairaddict-how-to__item:not(:last-of-type) {
  border-bottom: 1px solid #edabb9;
}
.p-item-hairaddict-how-to__item:last-of-type {
  padding-top: 16px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__item:last-of-type {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
.p-item-hairaddict-how-to__text-block {
  flex-grow: 1;
}
.p-item-hairaddict-how-to__step {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5;
  text-transform: capitalize;
  color: #fff;
  background-color: #d61d58;
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 10px;
  border-radius: 60px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__step {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-size: 2rem;
    line-height: 1.4;
    padding: 4px 16px;
    margin-bottom: 16px;
    font-weight: 500;
  }
}
.p-item-hairaddict-how-to__text {
  color: #1b1b1b;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-item-hairaddict-how-to__text--strong {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__text--strong {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-item-hairaddict-how-to__caution {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #505050;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__caution {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 16px;
  }
}
.p-item-hairaddict-how-to__image {
  flex-shrink: 0;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-how-to__image {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-how-to__image {
    width: 280px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-how-to__image {
    width: 340px;
  }
}
.p-item-hairaddict-features {
  padding: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-features {
    padding: 0 16px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-features {
    padding: 0 64px 108px;
  }
}
.p-item-hairaddict-features__header {
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-features__header {
    margin-bottom: 4.4791666667vw;
  }
}
.p-item-hairaddict-features__title-main br {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-features__title-main br {
    display: none;
  }
}
.p-item-hairaddict-features__content {
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-features__content {
    padding-inline: 0;
  }
}
.p-item-hairaddict-detail {
  padding: 40px 16px 80px;
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-detail {
    padding: 40px 64px 80px;
  }
}
.p-item-hairaddict-detail__inner {
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-detail__inner {
    gap: 60px;
  }
}
.p-item-hairaddict-detail__title {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-hairaddict-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-hairaddict-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
.p-item-hairaddict-detail__text {
  white-space: pre-wrap;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-hairaddict-detail__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-item-hairaddict-detail__accordions {
  border-top: 1px solid #d0d0d0;
}
.p-item-hairaddict-detail__list {
  display: flex;
  flex-direction: column;
}
.p-item-hairaddict-detail__list-item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-item-hairaddict-detail__list-item:before {
  content: '\30fb';
}
.p-item-lipaddict-detail,
.p-item-lipaddict-features,
.p-item-lipaddict-ingredients,
.p-item-lipaddict-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-item-lipaddict-detail__inner,
.p-item-lipaddict-features__inner,
.p-item-lipaddict-virtual__inner,
.p-item-lipaddict-how-to__inner,
.p-item-lipaddict-ingredients__inner,
.p-item-lipaddict-info__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-detail__inner,
  .p-item-lipaddict-features__inner,
  .p-item-lipaddict-virtual__inner,
  .p-item-lipaddict-how-to__inner,
  .p-item-lipaddict-ingredients__inner,
  .p-item-lipaddict-info__inner {
    max-width: 1300px;
  }
}
.p-item-lipaddict-features__title,
.p-item-lipaddict-virtual__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-features__title,
  .p-item-lipaddict-virtual__title {
    gap: 30px;
  }
}
.p-item-lipaddict-features__title-sub,
.p-item-lipaddict-virtual__title-sub {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-features__title-sub,
  .p-item-lipaddict-virtual__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-item-lipaddict-features__title-main {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-features__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.5;
  }
}
.p-item-lipaddict-content01 {
  padding: 16px 16px 0;
  margin-bottom: 32px;
}
@media screen and (min-width: 576px) {
  .p-item-lipaddict-content01 {
    padding: 32px 16px 0;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-content01 {
    padding: 24px 16px 0;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-content01 {
    padding: 56px 64px 0;
    margin-bottom: 76px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-content01 {
    padding: 56px 64px 0;
    margin-bottom: 76px;
  }
}
.p-item-lipaddict-info__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__inner {
    flex-direction: row;
    gap: 5.4166666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__carousel {
    width: 42.3076923077%;
  }
}
.p-item-lipaddict-info__carousel-colors {
  margin-top: 28px;
  width: calc(100% + 32px);
  transform: translate(-16px);
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__carousel-colors {
    display: none;
  }
}
.p-item-lipaddict-info__carousel-button {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 16px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__carousel-button {
    margin-top: 24px;
  }
}
.p-item-lipaddict-info__carousel-button .c-button {
  width: -moz-fit-content;
  width: fit-content;
}
.p-item-lipaddict-info__carousel-button-icon {
  display: inline-block;
  margin-right: 5px;
  width: 22px;
}
.p-item-lipaddict-info__detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__detail {
    gap: 0px;
  }
}
.p-item-lipaddict-info__detail-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__detail-header {
    order: 1;
  }
}
.p-item-lipaddict-info__labels {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__labels {
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 16px;
  }
}
.p-item-lipaddict-info__label {
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid #e0e0e0;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #5f5f60;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__label {
    padding: 6px 16px;
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-item-lipaddict-info__title {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #1b1b1b;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-info__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-info__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.p-item-lipaddict-info__detail-content {
  order: 3;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__detail-content {
    order: 2;
  }
}
.p-item-lipaddict-info__texts01 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-item-lipaddict-info__catch {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-info__catch {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.p-item-lipaddict-info__description {
  white-space: pre-wrap;
  font-family: Noto Sans JP, serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-info__description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-info__description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-item-lipaddict-info__texts02 {
  border-top: 1px solid #e0e0e0;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-item-lipaddict-info__name {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__name {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-item-lipaddict-info__sub-texts {
  display: flex;
  gap: 8px;
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__sub-texts {
    gap: 14px;
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__price-text {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
.p-item-lipaddict-info__colors {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__colors {
    display: block;
    margin-top: 32px;
  }
}
.p-item-lipaddict-info__alert.--lg-screen {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-info__alert.--lg-screen {
    display: block;
    order: 4;
    margin-top: 40px;
  }
}
.p-item-lipaddict-info__alert.--sm-screen {
  display: block;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-info__alert.--sm-screen {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-info__alert.--sm-screen {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-info__alert.--sm-screen {
    display: none;
  }
}
.p-item-lipaddict-content02 {
  background-color: #fff4f4;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-content02 {
    padding-bottom: 80px;
    gap: 104px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-content02 {
    padding-bottom: 108px;
  }
}
.p-item-lipaddict-content02__inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-content02__inner {
    gap: 104px;
  }
}
.p-item-lipaddict-ingredients {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  background-image: url(../../assets/added_img/item/image_ingredients01_bg_lipaddict_sp.png);
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-ingredients {
    background-image: url(../../assets/added_img/item/image_ingredients01_bg_lipaddict_md.png);
    padding-top: 80px;
    padding-bottom: 112px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-ingredients {
    background-image: url(../../assets/added_img/item/image_ingredients01_bg_lipaddict_lg.png);
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-ingredients {
    background-image: url(../../assets/added_img/item/image_ingredients01_bg_lipaddict_xl.png);
    padding-top: 120px;
    padding-bottom: 88px;
    background-position: 0 1px;
  }
}
.p-item-lipaddict-ingredients__inner {
  padding-inline: 16px;
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-ingredients__inner {
    padding-inline: 32px;
  }
}
.p-item-lipaddict-ingredients__columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-ingredients__columns {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-ingredients__columns {
    flex-direction: row;
  }
}
.p-item-lipaddict-ingredients__column01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-ingredients__column01 {
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-ingredients__column01 {
    gap: 48px;
    flex: 1;
  }
}
.p-item-lipaddict-ingredients__column02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-ingredients__column02 {
    gap: 24px;
  }
}
.p-item-lipaddict-ingredients__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-ingredients__header {
    padding-inline: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-ingredients__header {
    gap: 24px;
    padding-inline: 124px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-ingredients__header {
    gap: 48px;
    padding-inline: 24px;
  }
}
.p-item-lipaddict-ingredients__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-ingredients__title {
    gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-ingredients__title {
    gap: 26px;
  }
}
.p-item-lipaddict-ingredients__title-sub {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #383838;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-ingredients__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-ingredients__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-item-lipaddict-ingredients__title-main {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-ingredients__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-ingredients__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.6rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-ingredients__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.5;
  }
}
.p-item-lipaddict-ingredients__text {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #1b1b1b;
  padding-inline: 24px;
}
@media screen and (min-width: 576px) {
  .p-item-lipaddict-ingredients__text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-ingredients__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-ingredients__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-item-lipaddict-ingredients__text-br {
  display: none;
}
@media screen and (min-width: 576px) {
  .p-item-lipaddict-ingredients__text-br {
    display: block;
  }
}
.p-item-lipaddict-ingredients__column01-note,
.p-item-lipaddict-ingredients__column02-note {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-ingredients__column01-note,
  .p-item-lipaddict-ingredients__column02-note {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-item-lipaddict-ingredients__column01-note {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-ingredients__column01-note {
    display: block;
  }
}
.p-item-lipaddict-ingredients__column02-note {
  display: block;
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-ingredients__column02-note {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-ingredients__image {
    width: 537px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-ingredients__image {
    width: 567px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-ingredients__image {
    width: 627px;
  }
}
.p-item-lipaddict-ingredients__image-sp {
  width: calc(100% + 8px);
  max-width: calc(100% + 8px);
  transform: translate(-4px);
}
.p-item-lipaddict-how-to {
  margin-inline: 16px;
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-how-to {
    margin-inline: 64px;
  }
}
.p-item-lipaddict-how-to__inner {
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__inner {
    gap: 60px;
  }
}
.p-item-lipaddict-how-to__body {
  border: 1px solid #d61d58;
  background-color: #fff;
  padding: 0 24px 24px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__body {
    padding: 0 56px 56px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-how-to__body {
    padding: 0 64px 64px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-how-to__body {
    padding: 0 185px 72px;
  }
}
.p-item-lipaddict-how-to__header {
  display: flex;
}
.p-item-lipaddict-how-to__title {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  background-color: #d61d58;
  border-radius: 0 0 16px;
  padding: 4px 16px;
  margin-bottom: 13px;
  color: #fff;
  margin-left: -24px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 8px 32px;
    margin-bottom: 16px;
    margin-left: -64px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-how-to__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 8px 24px;
    margin-bottom: 24px;
    margin-left: -185px;
  }
}
.p-item-lipaddict-how-to__sub-title {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #1b1b1b;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__sub-title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-how-to__sub-title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 48px;
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-how-to__sub-title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 64px;
    font-size: 4.2rem;
  }
}
.p-item-lipaddict-how-to__supplement {
  color: #1b1b1b;
  margin-bottom: 24px;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .p-item-lipaddict-how-to__supplement {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__supplement {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-how-to__supplement {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-how-to__supplement {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-how-to__wrapper {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
  }
}
.p-item-lipaddict-how-to__list {
  list-style: none;
}
.p-item-lipaddict-how-to__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__item {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.p-item-lipaddict-how-to__item:first-of-type {
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__item:first-of-type {
    padding-bottom: 32px;
  }
}
.p-item-lipaddict-how-to__item:not(:first-of-type) {
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__item:not(:first-of-type) {
    padding: 32px 0;
  }
}
.p-item-lipaddict-how-to__item:not(:last-of-type) {
  border-bottom: 1px solid #edabb9;
}
.p-item-lipaddict-how-to__item:last-of-type {
  padding-top: 16px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__item:last-of-type {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
.p-item-lipaddict-how-to__text-block {
  flex-grow: 1;
}
.p-item-lipaddict-how-to__step {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5;
  text-transform: capitalize;
  color: #fff;
  background-color: #d61d58;
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 10px;
  border-radius: 60px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__step {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-size: 2rem;
    line-height: 1.4;
    padding: 4px 16px;
    margin-bottom: 16px;
    font-weight: 500;
  }
}
.p-item-lipaddict-how-to__text {
  color: #1b1b1b;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-item-lipaddict-how-to__text--strong {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__text--strong {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-item-lipaddict-how-to__image--md {
  flex-shrink: 0;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__image--md {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-how-to__image--md {
    display: none;
  }
}
.p-item-lipaddict-how-to__image--lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-how-to__image--lg {
    display: block;
  }
}
.p-item-lipaddict-how-to__note {
  margin-top: 24px;
  padding: 16px;
  background-color: #f7f7f7;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__note {
    padding: 24px;
    margin-top: 56px;
  }
}
.p-item-lipaddict-how-to__note-item {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  color: #505050;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-how-to__note-item {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-item-lipaddict-how-to__note-item:before {
  content: '\30fb';
}
.p-item-lipaddict-virtual__inner {
  margin-inline: auto;
  max-width: 535px;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-virtual__inner {
    max-width: 648px;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-virtual__inner {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 94px;
  }
}
.p-item-lipaddict-virtual__title {
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-virtual__title {
    gap: 24px;
  }
}
.p-item-lipaddict-virtual__title-main {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 3.4rem;
  line-height: 1.2058823529;
  display: inline-flex;
  align-items: start;
  gap: 8px;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-virtual__title-main {
    gap: 16px;
    font-size: 5.3rem;
    line-height: 75/53;
  }
}
.p-item-lipaddict-virtual__title-main-icon {
  width: 32px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-virtual__title-main-icon {
    width: 49px;
  }
}
.p-item-lipaddict-virtual__description {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 10px;
  padding-inline: 40px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-virtual__description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-virtual__description {
    margin-top: 24px;
    padding-inline: 0;
  }
}
.p-item-lipaddict-virtual__description-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-virtual__description-br {
    display: block;
  }
}
.p-item-lipaddict-virtual__content-button {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-virtual__content-button {
    margin-top: 40px;
    display: block;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-item-lipaddict-virtual__content-button a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-item-lipaddict-virtual__image {
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-virtual__image {
    margin-inline: auto;
    padding-inline: 0;
    max-width: 535px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-virtual__image {
    max-width: 576px;
  }
}
.p-item-lipaddict-virtual__button {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-item-lipaddict-virtual__button a {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-virtual__button {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-features {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-features {
    padding: 0 64px;
  }
}
.p-item-lipaddict-features__header {
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-features__header {
    margin-bottom: 4.4791666667vw;
  }
}
.p-item-lipaddict-features__title-main {
  text-align: center;
}
.p-item-lipaddict-features__title-main-inline-block {
  display: inline-block;
}
.p-item-lipaddict-features__title-main-annotation {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  transform: translateY(-12px);
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-features__title-main-annotation {
    font-size: 2.5rem;
    transform: translateY(-20px);
  }
}
.p-item-lipaddict-features__content {
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-features__content {
    padding-inline: 0;
  }
}
.p-item-lipaddict-detail {
  padding: 40px 16px 80px;
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-detail {
    padding: 40px 64px 80px;
  }
}
.p-item-lipaddict-detail__inner {
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-detail__inner {
    gap: 60px;
  }
}
.p-item-lipaddict-detail__title {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-lipaddict-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-lipaddict-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
.p-item-lipaddict-detail__text {
  white-space: pre-wrap;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-lipaddict-detail__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-item-lipaddict-detail__accordions {
  border-top: 1px solid #d0d0d0;
}
.p-item-lipaddict-detail__list {
  display: flex;
  flex-direction: column;
}
.p-item-lipaddict-detail__list-item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-item-lipaddict-detail__list-item:before {
  content: '\30fb';
}
.p-item-category-lashaddict__title-image {
  width: 100%;
}
.p-item-category-lashaddict__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px 56px;
  background-color: #fff;
  border-radius: 8.5333333333vw 8.5333333333vw 0 0;
  margin-top: -8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-item-category-lashaddict__content {
    padding-top: 64px;
    padding-bottom: 104px;
    border-radius: 5.2083333333vw 5.2083333333vw 0 0;
    margin-top: -5.2083333333vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-category-lashaddict__content {
    border-radius: 7.9166666667vw 7.9166666667vw 0 0;
    margin-top: -7.9166666667vw;
  }
}
.p-item-category-lashaddict__content-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1300px;
}
@media screen and (min-width: 768px) {
  .p-item-category-lashaddict__content-inner {
    gap: 80px;
  }
}
.p-item-category-lashaddict-detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-category-lashaddict-detail {
    gap: 52px;
  }
}
.p-item-category-lashaddict-detail__title {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-category-lashaddict-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.5;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-category-lashaddict-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.5;
    font-size: 4.2rem;
  }
}
.p-item-category-lashaddict-detail__catch {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-item-category-lashaddict-detail__catch {
    font-size: 2.2rem;
    line-height: 1.8636363636;
  }
}
.p-item-category-lashaddict-detail__text {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4;
  line-height: 1.8;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-item-category-lashaddict-detail__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-item-category-lashaddict-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-category-lashaddict-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 72px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-category-lashaddict-list {
    gap: 95px 92px;
  }
}
.p-item-category-lashaddict-list__link {
  display: block;
  color: #1b1b1b;
}
.p-item-category-lashaddict-list__link:hover,
.p-item-category-lashaddict-list__link:visited {
  color: #1b1b1b;
}
.p-item-transcara-detail,
.p-item-transcara-ingredients,
.p-item-transcara-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-item-transcara-detail__inner,
.p-item-transcara-ingredients__inner,
.p-item-transcara-info__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-detail__inner,
  .p-item-transcara-ingredients__inner,
  .p-item-transcara-info__inner {
    max-width: 1300px;
  }
}
.p-item-transcara-content01 {
  padding: 16px 16px 0;
  margin-bottom: 32px;
}
@media screen and (min-width: 576px) {
  .p-item-transcara-content01 {
    padding: 32px 16px 0;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-transcara-content01 {
    padding: 24px 16px 0;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-content01 {
    padding: 56px 64px 0;
    margin-bottom: 76px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-content01 {
    padding: 56px 64px 0;
    margin-bottom: 76px;
  }
}
.p-item-transcara-info__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-info__inner {
    flex-direction: row;
    gap: 5.4166666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-item-transcara-info__carousel {
    width: 42.3076923077%;
  }
}
.p-item-transcara-info__detail {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-item-transcara-info__detail-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-info__detail-header {
    order: 1;
    gap: 24px;
  }
}
.p-item-transcara-info__labels {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-info__labels {
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 16px;
  }
}
.p-item-transcara-info__label {
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid #e0e0e0;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #5f5f60;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-info__label {
    padding: 6px 16px;
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-item-transcara-info__title {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #1b1b1b;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-info__title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-info__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-info__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.p-item-transcara-info__detail-content {
  order: 3;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-info__detail-content {
    order: 2;
  }
}
.p-item-transcara-info__texts01 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-item-transcara-info__catch {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-info__catch {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.p-item-transcara-info__description {
  font-family: Noto Sans JP, serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-info__description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-info__description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-item-transcara-info__texts02 {
  border-top: 1px solid #e0e0e0;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-item-transcara-info__name {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-info__name {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-item-transcara-info__sub-texts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-info__sub-texts {
    gap: 14px;
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-transcara-info__price-text {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
.p-item-transcara-info__option-list {
  width: 100%;
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 20px;
  order: 1;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-info__option-list {
    order: 3;
    margin-top: 32px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-info__option-list {
    margin-top: 40px;
  }
}
.p-item-transcara-info__option-item {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-info__option-item {
    height: 140px;
  }
}
.p-item-transcara-info__option-item.--active {
  border: 1px solid #000000;
}
.p-item-transcara-info__option-item.--active * {
  font-weight: 700;
}
.p-item-transcara-info__option-link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-info__option-link {
    flex-direction: row;
  }
}
.p-item-transcara-info__option-image {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-info__option-image {
    flex-shrink: 0;
    width: 45%;
  }
}
.p-item-transcara-info__option-text-block {
  flex-grow: 1;
  color: #1b1b1b;
  padding: 0 16px 16px;
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-info__option-text-block {
    padding: 24px 12px 24px 0;
  }
}
.p-item-transcara-info__option-product-name {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .p-item-transcara-info__option-product-name {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .p-item-transcara-info__option-product-name {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-info__option-product-name {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-info__option-product-name {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.p-item-transcara-info__option-product-price {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 2px;
}
@media screen and (min-width: 576px) {
  .p-item-transcara-info__option-product-price {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.4615384615;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-info__option-product-price {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-info__option-product-price {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
.p-item-transcara-info__alert.--lg-screen {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-info__alert.--lg-screen {
    display: block;
    order: 4;
    margin-top: 40px;
  }
}
.p-item-transcara-info__alert.--sm-screen {
  display: block;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-info__alert.--sm-screen {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-info__alert.--sm-screen {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-info__alert.--sm-screen {
    display: none;
  }
}
.p-item-transcara-content02 {
  background-color: #fff4f4;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-content02 {
    gap: 104px;
  }
}
.p-item-transcara-ingredients {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 56px;
  background-image: url(../../assets/added_img/item/image_ingredients01_bg_transcara_sm.png);
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-ingredients {
    background-image: url(../../assets/added_img/item/image_ingredients01_bg_transcara_md.png);
    padding-top: 80px;
    padding-bottom: 112px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-ingredients {
    background-image: url(../../assets/added_img/item/image_ingredients01_bg_transcara_lg.png);
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients {
    background-image: url(../../assets/added_img/item/image_ingredients01_bg_transcara_xl.png);
    padding-top: 102px;
  }
}
.p-item-transcara-ingredients__inner {
  padding-inline: 16px;
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients__inner {
    padding-inline: 0;
    max-width: 1200px;
  }
}
.p-item-transcara-ingredients__columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-ingredients__columns {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients__columns {
    flex-direction: row;
    gap: 42px;
  }
}
.p-item-transcara-ingredients__column01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-ingredients__column01 {
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients__column01 {
    gap: 40px;
    flex: 1;
  }
}
.p-item-transcara-ingredients__column02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-ingredients__column02 {
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients__column02 {
    gap: 40px;
    width: 628px;
  }
}
.p-item-transcara-ingredients__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-inline: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-ingredients__header {
    padding-inline: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-ingredients__header {
    gap: 24px;
    padding-inline: 124px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients__header {
    gap: 42px;
    padding-inline: 0px;
    max-width: 530px;
  }
}
.p-item-transcara-ingredients__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-ingredients__title {
    gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients__title {
    gap: 16px;
  }
}
.p-item-transcara-ingredients__title-sub {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #383838;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-ingredients__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-item-transcara-ingredients__title-main {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-ingredients__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-ingredients__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.6rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.5;
  }
}
.p-item-transcara-ingredients__text {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-ingredients__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
    padding-inline: 24px;
    text-align: unset;
  }
}
.p-item-transcara-ingredients__text-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-ingredients__text-br {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients__text-br {
    display: none;
  }
}
.p-item-transcara-ingredients__content {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients__content {
    display: block;
    padding-inline: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-transcara-ingredients__image {
    width: 553px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-ingredients__image {
    width: 628px;
  }
}
.p-item-transcara-ingredients__note1 {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients__note1 {
    display: block;
    padding-inline: 24px;
    max-width: 530px;
  }
}
.p-item-transcara-ingredients__note2 {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-ingredients__note2 {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-ingredients__note2 {
    display: none;
  }
}
.p-item-transcara-tips {
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips {
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips {
    padding-inline: 64px;
  }
}
.p-item-transcara-tips__inner {
  border: 1px solid #d61d58;
  background-color: #fff;
  padding: 0 24px 24px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__inner {
    padding: 0 56px 40px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__inner {
    padding: 0 64px 56px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__inner {
    margin-inline: auto;
    padding: 0 80px 56px;
    max-width: 1300px;
  }
}
.p-item-transcara-tips__header {
  display: flex;
}
.p-item-transcara-tips__title {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  background-color: #d61d58;
  border-radius: 0 0 16px;
  padding: 4px 16px;
  margin-bottom: 5px;
  color: #fff;
  margin-left: -24px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 8px 32px;
    margin-bottom: 8px;
    margin-left: -64px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.5;
    padding: 8px 24px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__title {
    margin-left: -84px;
  }
}
.p-item-transcara-tips__sub-title01 {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #1b1b1b;
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__sub-title01 {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__sub-title01 {
    display: none;
  }
}
.p-item-transcara-tips__columns01 {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__columns01 {
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__columns01 {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__columns01 {
    gap: 72px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__columns01-column01 {
    flex: 1;
  }
}
.p-item-transcara-tips__columns01-column02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__columns01-column02 {
    display: grid;
    place-items: center;
    width: 40vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__columns01-column02 {
    width: 30.8854166667vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__columns01-column02 {
    width: 28.4375vw;
    max-width: 546px;
  }
}
.p-item-transcara-tips__columns02 {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__columns02 {
    gap: 24px;
    margin-top: 0;
  }
}
.p-item-transcara-tips__columns02-column01 {
  width: 41.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__columns02-column01 {
    display: none;
  }
}
.p-item-transcara-tips__columns02-column02 {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__columns02-column02 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__columns02-column02 {
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__columns02-column02 {
    gap: 32px;
  }
}
.p-item-transcara-tips__sub-title02 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__sub-title02 {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
    font-weight: 500;
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__sub-title02 {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.8rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
.p-item-transcara-tips__text {
  font-family: 'Noto Sans JP' serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4615384615;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
    color: #1b1b1b;
  }
}
.p-item-transcara-tips__image {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__image {
    border-radius: 24px;
  }
}
.p-item-transcara-tips__point01 {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__point01 {
    display: block;
    margin-top: 16px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
  }
}
.p-item-transcara-tips__point02 {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point02 {
    margin-top: 32px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__point02 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__point02 {
    display: none;
  }
}
.p-item-transcara-tips__point {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 32px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__point {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__point {
    flex-direction: row;
    align-items: start;
    gap: 16px;
  }
}
.p-item-transcara-tips__point-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point-detail {
    gap: 16px;
    flex: 1;
    align-self: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__point-detail {
    flex: 1;
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__point-detail {
    align-self: start;
  }
}
.p-item-transcara-tips__point-image {
  width: 94px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point-image {
    width: 176px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__point-image {
    width: 146px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__point-image {
    width: 152px;
  }
}
.p-item-transcara-tips__point-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__point-title {
    gap: 12px;
  }
}
.p-item-transcara-tips__point-title--sm {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point-title--sm {
    display: none;
  }
}
.p-item-transcara-tips__point-title--title1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point-title--title1 {
    display: flex;
    gap: 12px;
  }
  .p-item-transcara-tips__point-title--title1:first-of-type {
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__point-title--title1:first-of-type {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point-title--point2--sm {
    display: none;
  }
}
.p-item-transcara-tips__point-title--point2--md {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point-title--point2--md {
    display: flex;
    gap: 12px;
  }
}
.p-item-transcara-tips__point-title-badge {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 4px;
  padding-inline: 7px;
  height: 23px;
  background-color: #fff4f4;
  border: 1px solid #d61d58;
  border-radius: 100vmax;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point-title-badge {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.5;
    padding-top: 6px;
    padding-inline: 16px;
    height: 39px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__point-title-badge {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.5;
    padding-top: 3px;
  }
}
.p-item-transcara-tips__point-title-text {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point-title-text {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-item-transcara-tips__point-text01 {
  font-family: 'Noto Sans JP' serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point-text01 {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__point-text01 {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__point-text01 {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__point-text01--point1 {
    transform: translateY(-8px);
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-tips__point-text01--point1 {
    transform: translateY(-16px);
  }
}
.p-item-transcara-tips__point-text01-span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point-text01-span--md {
    display: inline;
  }
}
.p-item-transcara-tips__point-text01-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point-text01-br {
    display: block;
  }
}
.p-item-transcara-tips__point-text01-strong {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #d61d58;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-tips__point-text01-strong {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-tips__point-text01-strong {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
  }
}
.p-item-transcara-routine {
  padding-inline: 16px;
}
.p-item-transcara-routine__inner {
  margin-inline: auto;
  max-width: 1300px;
}
.p-item-transcara-routine__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__title {
    gap: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-routine__title {
    gap: 16px;
  }
}
.p-item-transcara-routine__title-sub {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #383838;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-routine__title-sub {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-item-transcara-routine__title-main {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-routine__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 4.6rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-routine__title-main {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.5;
  }
}
.p-item-transcara-routine__text {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 16px;
  padding-inline: 24px;
  color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-inline: auto;
    max-width: 595px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-routine__text {
    margin-top: 32px;
    max-width: 650px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-routine__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
    max-width: unset;
    margin-top: 16px;
  }
}
.p-item-transcara-routine__text-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__text-br {
    display: block;
  }
}
.p-item-transcara-routine__text-br--xl {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-routine__text-br--xl {
    display: block;
  }
}
.p-item-transcara-routine__list1 {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__list1 {
    display: none;
  }
}
.p-item-transcara-routine__list2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__list2 {
    display: flex;
    align-items: stretch;
    gap: 16px;
    margin-top: 40px;
    margin-inline: auto;
    max-width: 705px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-routine__list2 {
    gap: 24px;
    margin-top: 32px;
    max-width: 895px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-routine__list2 {
    gap: 32px;
    margin-top: 72px;
    max-width: 1062px;
  }
}
.p-item-transcara-routine__list-cross {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../../assets/added_img/icon_close_thin.svg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__list-cross {
    flex-shrink: 0;
    margin-block: auto;
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-routine__list-cross {
    width: 52px;
    height: 52px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-routine__list-cross {
    width: 62px;
    height: 62px;
  }
}
.p-item-transcara-routine__item {
  padding: 6px;
  width: 100%;
  background-color: #fff4f4;
  border: 1px solid #edabb9;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__item {
    padding: 10px;
    border-radius: 100vmax;
  }
}
.p-item-transcara-routine__item--night {
  background-color: #f7faff;
  border-color: #82aaff;
}
.p-item-transcara-routine__item-inner {
  display: grid;
  grid-template-columns: 1fr 21%;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 24px 32px 24px 24px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #edabb9;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__item-inner {
    display: flex;
    flex-direction: column;
    padding: 48px 32px;
    border-radius: 100vmax;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-routine__item-inner {
    padding: 64px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-routine__item-inner {
    padding: 56px 64px;
  }
}
.p-item-transcara-routine__item-inner--night {
  grid-template-rows: auto auto;
  row-gap: 16px;
  border-color: #82aaff;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__item-inner--night {
    row-gap: 0;
  }
}
.p-item-transcara-routine__item-title {
  font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: flex;
  align-items: start;
  gap: 4px;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__item-title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 2px;
    align-self: center;
    border-radius: 100vmax;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-routine__item-title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 3.4rem;
    line-height: 1.2058823529;
    letter-spacing: 2px;
    gap: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-routine__item-title {
    font-family: itc-avant-garde-gothic-pro, Noto Sans JP, serif;
    font-weight: 500;
    font-size: 4.2rem;
    line-height: 1.5;
    letter-spacing: 2px;
    gap: 8px;
  }
}
.p-item-transcara-routine__item-title--night {
  color: #1a6bed;
}
.p-item-transcara-routine__item-icon {
  width: 22px;
  transform: translateY(2px);
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__item-icon {
    width: 28px;
    transform: translateY(2px);
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-routine__item-icon {
    width: 36px;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-routine__item-icon {
    width: 42px;
    transform: translateY(6px);
  }
}
.p-item-transcara-routine__item-badge {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 8px;
  padding: 3px 8px 4px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #e0e0e0;
  border-radius: 100vmax;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__item-badge {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 0;
    padding: 5px 12px 6px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-routine__item-badge {
    line-height: 1.5;
    font-size: 1.54rem;
    padding: 4px 10px 5px;
  }
}
.p-item-transcara-routine__item-product {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__item-product {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-routine__item-product {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-item-transcara-routine__item-description {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 8px;
  color: #505050;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__item-description {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__item-image {
    align-self: center;
    margin-top: 24px;
    max-width: 88px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-routine__item-image {
    margin-top: 32px;
    max-width: 116px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-routine__item-image {
    margin-top: 16px;
    max-width: 148px;
  }
}
.p-item-transcara-routine__item-button {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 11px 40px;
  border: 1px solid #1a6bed;
  border-radius: 100vmax;
  text-align: center;
  color: #1a6bed;
}
.p-item-transcara-routine__item-button:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../../assets/added_img/icon_arrow_right--blue.svg);
  background-size: cover;
}
.p-item-transcara-routine__item-button:visited {
  color: #1a6bed;
}
.p-item-transcara-routine__item-button:hover {
  background: rgba(26, 107, 237, 0.1019607843);
}
@media screen and (min-width: 768px) {
  .p-item-transcara-routine__item-button {
    grid-column: unset;
    align-self: center;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-routine__item-button {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 15px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-routine__item-button {
    padding-inline: 61px;
  }
}
.p-item-transcara-recommend {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-recommend {
    margin-top: 44px;
  }
}
.p-item-transcara-recommend__inner {
  margin-inline: auto;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-recommend__inner {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-recommend__inner {
    padding-bottom: 108px;
  }
}
.p-item-transcara-recommend__title {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 84px 160px 84px;
  align-items: center;
  gap: 8px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #d61d58;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-recommend__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
    grid-template-columns: 225px auto 225px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-recommend__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
    grid-template-columns: 294px auto 294px;
    gap: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-recommend__title {
    grid-template-columns: 378px auto 378px;
  }
}
.p-item-transcara-recommend__title:before,
.p-item-transcara-recommend__title:after {
  content: '';
  display: block;
  height: 23px;
  background-image: url(../../assets/added_img/item/image_heading_recommend_transcara_sm.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-recommend__title:before,
  .p-item-transcara-recommend__title:after {
    background-image: url(../../assets/added_img/item/image_heading_recommend_transcara_md.svg);
    height: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-recommend__title:before,
  .p-item-transcara-recommend__title:after {
    background-image: url(../../assets/added_img/item/image_heading_recommend_transcara_lg.svg);
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-recommend__title:before,
  .p-item-transcara-recommend__title:after {
    background-image: url(../../assets/added_img/item/image_heading_recommend_transcara_xl.svg);
  }
}
.p-item-transcara-recommend__title:after {
  scale: -1 1;
}
.p-item-transcara-recommend__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 24px;
  margin-top: 24px;
  margin-inline: auto;
  max-width: 304px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-recommend__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: unset;
    margin-top: 32px;
    max-width: 706px;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-recommend__list {
    gap: 32px;
    max-width: 894px;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-recommend__list {
    max-width: 960px;
  }
}
.p-item-transcara-recommend__item {
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #edabb9;
  border-radius: 50%;
  text-align: center;
  color: #d61d58;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-recommend__item {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-recommend__item {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-recommend__item {
    line-height: 1.6;
  }
}
.p-item-transcara-detail {
  padding: 40px 16px 80px;
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-detail {
    padding: 40px 64px 80px;
  }
}
.p-item-transcara-detail__inner {
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-detail__inner {
    gap: 60px;
  }
}
.p-item-transcara-detail__title {
  font-family: Noto Sans JP, serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-item-transcara-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-item-transcara-detail__title {
    font-family: Noto Sans JP, serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
.p-item-transcara-detail__text {
  white-space: pre-wrap;
  font-family: Noto Sans JP, serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-item-transcara-detail__text {
    font-family: Noto Sans JP, serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-item-transcara-detail__text-annotation {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  transform: translateY(-4px);
}
@media screen and (min-width: 768px) {
  .p-item-transcara-detail__text-annotation {
    font-size: 1.2rem;
    transform: translateY(-5px);
  }
}
.p-item-transcara-detail__accordions {
  border-top: 1px solid #d0d0d0;
}
.p-item-transcara-detail__list {
  display: flex;
  flex-direction: column;
}
.p-item-transcara-detail__list-item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-item-transcara-detail__list-item:before {
  content: '\30fb';
}
.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1100;
}
.c-modal__container {
  background-color: #fff;
  padding: 30px 24px;
  max-height: 100vh;
  border-radius: 8px;
  overflow-y: auto;
  box-sizing: border-box;
  max-width: 94vw;
}
@media screen and (min-width: 768px) {
  .c-modal__container {
    max-width: 100vw;
  }
}
@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  0% {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal-slide {
  display: none;
}
.modal-slide.is-open {
  display: block;
}
.modal-slide[aria-hidden='false'] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide[aria-hidden='false'] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide[aria-hidden='true'] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide[aria-hidden='true'] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide .modal__container,
.modal-slide .modal__overlay {
  will-change: transform;
}
.demo__smooth {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.demo__features {
  padding: 24px 16px;
  background-color: #fff4f4;
}
@media screen and (min-width: 1024px) {
  .demo__features {
    padding: 40px 16px;
  }
}
.demo__product-carousel {
  padding: 0 16px;
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
