@charset "UTF-8";
.page-liposome-regular {
  --color-gray-200: #a2a2a2;
  --color-gray-300: #ddd;
  --color-gray-400: #ccc;
  --color-gray-900: #2c2c2c;
  --color-primary: #8A6AB2;
  --color-secondary: #6b54ad;
  --color-soft: #D8CCE2;
  --color-dark: #3d2a58;
  --color-light: #F3EFF7;
  --color-trial: #5C2D8F;
  --color-full-scale: #BCADE6;
  --color-pink: #c74e6f;
  --inner: 1000px;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  --tw-rotate: 0deg;
  --tw-skew-x: 0deg;
  --tw-skew-y: 0deg;
  --tw-skew-z: 0deg;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  font-family: Noto serif JP, Times New Roman, Hiragino Mincho Pro, ヒラギノ明朝 Pro, Yu Mincho, 游明朝, YuMincho, 游明朝体, MS PMincho, ＭＳ Ｐ明朝, serif;
  color: var(--color-gray-900);
}
.page-liposome-regular img {
  display: inline-block;
  width: auto;
}
.page-liposome-regular * {
  border-style: solid;
  border-width: 0;
  font-feature-settings: revert;
  font-weight: 400;
}
.page-liposome-regular .is-btn-disabled {
  pointer-events: none !important;
  cursor: not-allowed !important;
}
.page-liposome-regular .img-shadow {
  filter: drop-shadow(0 5px 6px rgba(0, 0, 0, 0.16));
}
.page-liposome-regular .inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-inline: auto;
}
.page-liposome-regular .mv {
  position: relative;
  height: 640px;
  max-width: 1880px;
  margin-inline: auto;
}
.page-liposome-regular .mv__content {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin-inline: auto;
  padding-top: 90px;
}
.page-liposome-regular .mv__ttl > span {
  display: block;
  font-size: 34px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
  line-height: 48px;
}
.page-liposome-regular .mv__ttl > b {
  display: block;
  font-size: 61px;
  font-weight: 500;
  color: var(--color-dark);
  letter-spacing: 0.03em;
}
.page-liposome-regular .mv__ttl > b span {
  font-size: 58px;
}
.page-liposome-regular .mv__info {
  padding: 22.5px 0 0 51.5px;
}
.page-liposome-regular .mv__info img {
  width: 279px;
}
.page-liposome-regular .mv__note {
  max-width: 500px;
  padding-top: 22px;
}
.page-liposome-regular .mv__img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-liposome-regular .mv__img img {
  width: 100%;
  height: 640px;
  max-width: 1880px;
  object-fit: cover;
}
.page-liposome-regular .main-contents {
  position: relative;
  background-color: var(--color-light);
}
.page-liposome-regular .main-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 332px;
  background-image: linear-gradient(to bottom, var(--color-soft) 0%, var(--color-light) 100%);
}
.page-liposome-regular .courses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 60px;
}
.page-liposome-regular .courses__copy {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}
.page-liposome-regular .courses__copyin {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 408px;
  height: 64px;
  background-image: linear-gradient(to bottom, #fff 0%, #efefef 100%);
  font-weight: 500;
  color: var(--color-dark);
  margin-inline: auto;
  letter-spacing: 0.05em;
}
.page-liposome-regular .courses__copyin.-trial {
  font-size: 22px;
}
.page-liposome-regular .courses__copyin.-trial span {
  font-size: 20px;
  letter-spacing: inherit;
}
.page-liposome-regular .courses__copyin.-full-scale {
  font-size: 23px;
}
.page-liposome-regular .courses__copyin.-full-scale span {
  font-size: 21px;
  letter-spacing: inherit;
}
.page-liposome-regular .courses__item {
  position: relative;
}
.page-liposome-regular .courses__item + .courses__item::before {
  content: "";
  position: absolute;
  top: 160px;
  left: 0;
  bottom: 30px;
  z-index: 2;
  width: 1px;
  background-color: var(--color-gray-300);
}
.page-liposome-regular .courses__otoku {
  display: flex;
  position: absolute;
  top: 44px;
  left: 15px;
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  background-color: var(--color-pink);
  border-radius: 50%;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 3px 6px #a21a3f;
  letter-spacing: 0.03em;
  line-height: 24px;
}
.page-liposome-regular .course-card {
  position: relative;
  z-index: 0;
  padding-bottom: 30px;
  margin-top: -8px;
  background-color: #fff;
}
.page-liposome-regular .course-card__hdr {
  position: relative;
  padding: 10px 0 5px;
  color: #fff;
  text-align: center;
}
.page-liposome-regular .course-card__hdr .-txt01 {
  font-size: 29px;
}
.page-liposome-regular .course-card__hdr .-txt02 {
  font-size: 22px;
}
.page-liposome-regular .course-card__hdr .-txt03 {
  font-size: 25px;
}
.page-liposome-regular .course-card__hdr:is(.-trial *) {
  background-color: var(--color-trial);
}
.page-liposome-regular .course-card__hdr:is(.-full-scale *) {
  background-color: var(--color-full-scale);
}
.page-liposome-regular .course-card__bdy {
  height: 855px;
  padding: 31px 0 0;
}
.page-liposome-regular .course-card__ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 28px;
}
.page-liposome-regular .fixed-bars {
  display: grid;
  position: fixed;
  left: max(0px, 50% - 500px);
  bottom: 0;
  right: max(0px, 50% - 500px);
  z-index: 999;
  grid-template-columns: 1fr 1fr;
  height: 64px;
  opacity: 0;
  visibility: hidden;
  translate: 0 100%;
}
.page-liposome-regular .btn-fixed-30ml,
.page-liposome-regular .btn-fixed-75ml {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .page-liposome-regular .btn-fixed-30ml,
  .page-liposome-regular .btn-fixed-75ml {
    transition-duration: 0.3s;
    transition-property: opacity;
  }
  .page-liposome-regular .btn-fixed-30ml:hover,
  .page-liposome-regular .btn-fixed-75ml:hover {
    opacity: 0.7;
  }
}
.page-liposome-regular .btn-fixed-30ml .-otoku,
.page-liposome-regular .btn-fixed-75ml .-otoku {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  background-color: var(--color-pink);
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 3px 6px #a21a3f;
  letter-spacing: 0.03em;
  line-height: 13px;
}
.page-liposome-regular .btn-fixed-30ml .-balloon,
.page-liposome-regular .btn-fixed-75ml .-balloon {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.page-liposome-regular .btn-fixed-30ml .-balloon > img,
.page-liposome-regular .btn-fixed-75ml .-balloon > img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-liposome-regular .btn-fixed-30ml .-txt,
.page-liposome-regular .btn-fixed-75ml .-txt {
  font-weight: bold;
  color: #fff;
}
.page-liposome-regular .btn-fixed-30ml {
  background: linear-gradient(to bottom, #8673be 0%, #5c2d8f 100%);
}
.page-liposome-regular .btn-fixed-75ml {
  background-image: linear-gradient(to bottom, var(--color-soft) 0%, #8f7dc2 50%, #8370bc 100%);
}
.page-liposome-regular .box-course-30ml {
  position: relative;
  width: 444px;
  height: 344px;
  margin-inline: auto;
}
.page-liposome-regular .box-course-30ml__item01 {
  position: absolute;
  top: 69px;
  left: 91px;
}
.page-liposome-regular .box-course-30ml__img01 {
  position: relative;
  z-index: 1;
  width: 93.4px;
  translate: 8px 4px;
}
.page-liposome-regular .box-course-30ml__tag01 {
  display: flex;
  position: absolute;
  top: 21px;
  left: -66px;
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  border: 1px solid var(--color-soft);
  border-radius: 50%;
}
.page-liposome-regular .box-course-30ml__tag01 > div {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-secondary);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 11px;
}
.page-liposome-regular .box-course-30ml__tag01 > div span {
  font-size: 16px;
  color: var(--color-secondary);
  letter-spacing: inherit;
}
.page-liposome-regular .box-course-30ml__item02 {
  position: absolute;
  bottom: 30px;
  right: 101px;
}
.page-liposome-regular .box-course-30ml__img02 {
  position: relative;
  z-index: 1;
  width: 85px;
  translate: -9px 4px;
}
.page-liposome-regular .box-course-30ml__tag02 {
  display: flex;
  position: absolute;
  top: -48px;
  right: -44px;
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-image: linear-gradient(to bottom, #bca365 0%, #d0bd90 67%, #f0dcad 100%);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.page-liposome-regular .box-course-30ml__tag02::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid #f2eee3;
  border-radius: 50%;
}
.page-liposome-regular .box-course-30ml__div01 {
  position: absolute;
  top: 100px;
  right: 46px;
}
.page-liposome-regular .box-course-30ml__txt01 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 28px;
}
.page-liposome-regular .box-course-30ml__txt02 {
  font-size: 19px;
  font-weight: bold;
  color: var(--color-dark);
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 38px;
  translate: 3px -2.5px;
}
.page-liposome-regular .box-course-75ml {
  position: relative;
  width: 444px;
  height: 344px;
  margin-inline: auto;
}
.page-liposome-regular .box-course-75ml__item01 {
  position: absolute;
  top: 23px;
  left: 75px;
}
.page-liposome-regular .box-course-75ml__img01 {
  position: relative;
  z-index: 1;
  width: 96px;
}
.page-liposome-regular .box-course-75ml__tag01 {
  display: flex;
  position: absolute;
  top: 33px;
  left: -73px;
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  border: 1px solid var(--color-soft);
  border-radius: 50%;
}
.page-liposome-regular .box-course-75ml__tag01 > div {
  padding: 0 0 2px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-secondary);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 11px;
}
.page-liposome-regular .box-course-75ml__tag01 > div span {
  font-size: 16px;
  color: var(--color-secondary);
  letter-spacing: inherit;
}
.page-liposome-regular .box-course-75ml__item02 {
  display: flex;
  position: absolute;
  bottom: 29.5px;
  right: 2px;
  align-items: flex-end;
}
.page-liposome-regular .box-course-75ml__img02 {
  position: relative;
  z-index: 1;
  width: 68px;
}
.page-liposome-regular .box-course-75ml__img03 {
  position: relative;
  z-index: 1;
  width: 49.5px;
  margin-left: 11px;
}
.page-liposome-regular .box-course-75ml__img04 {
  position: relative;
  z-index: 1;
  width: 50px;
  margin-left: 7.5px;
}
.page-liposome-regular .box-course-75ml__img05 {
  position: relative;
  z-index: 1;
  width: 63.5px;
  margin-left: 8px;
}
.page-liposome-regular .box-course-75ml__tag02 {
  display: flex;
  position: absolute;
  top: -52px;
  right: 25px;
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-image: linear-gradient(to bottom, #bca365 0%, #d0bd90 67%, #f0dcad 100%);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.page-liposome-regular .box-course-75ml__tag02::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid #f2eee3;
  border-radius: 50%;
}
.page-liposome-regular .box-course-75ml__div01 {
  position: absolute;
  top: 44px;
  right: 36px;
}
.page-liposome-regular .box-course-75ml__txt01 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 28px;
}
.page-liposome-regular .box-course-75ml__txt02 {
  font-size: 19px;
  font-weight: bold;
  color: var(--color-dark);
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 38px;
  translate: 0 -5px;
}
.page-liposome-regular .course-plus01 {
  display: flex;
  position: relative;
  height: 110px;
  padding-left: 25px;
  background-color: rgba(242, 238, 227, 0.5);
}
.page-liposome-regular .course-plus01::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #c0b282;
  opacity: 0.5;
  pointer-events: none;
}
.page-liposome-regular .course-plus01__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 64px;
  align-self: center;
  width: 64px;
  height: 64px;
  background-color: #c0b282;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.page-liposome-regular .course-plus01__content {
  padding-left: 3px;
}
.page-liposome-regular .course-plus02 {
  display: flex;
  position: relative;
  align-items: center;
  background-color: #f8f6f1;
}
.page-liposome-regular .course-plus02::before {
  content: "";
  position: absolute;
  inset: 9px 8px;
  border: 1px solid #ddd5ba;
  pointer-events: none;
}
.page-liposome-regular .course-plus02__icon {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: linear-gradient(to bottom, #bca365 0%, #d0bd90 67%, #f0dcad 100%);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.025em;
}
.page-liposome-regular .course-plus02__icon::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid #f2eee3;
  border-radius: 50%;
}
.page-liposome-regular .btn01 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 54px;
  background-image: linear-gradient(to bottom, #404040 0%, #0d0d0d 100%);
  border-radius: 100vmax;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .page-liposome-regular .btn01 {
    transition-duration: 0.3s;
    transition-property: opacity;
  }
  .page-liposome-regular .btn01:hover {
    opacity: 0.7;
  }
}
.page-liposome-regular .btn01 i {
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background-color: #f7f4fa;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(61, 46, 80, 0.23);
  translate: 0 -50%;
}
.page-liposome-regular .btn01 i::before {
  content: "";
  display: block;
  width: 4.2px;
  height: 6px;
  translate: 1px 0;
  background-color: #404040;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.page-liposome-regular .btn02 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 385px;
  height: 68px;
  background-image: linear-gradient(to bottom, #404040 0%, #0d0d0d 100%);
  border-radius: 100vmax;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .page-liposome-regular .btn02 {
    transition-duration: 0.3s;
    transition-property: opacity;
  }
  .page-liposome-regular .btn02:hover {
    opacity: 0.7;
  }
}
.page-liposome-regular .btn02 i {
  display: flex;
  position: absolute;
  top: 50%;
  right: 25px;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  background-color: #f7f4fa;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(61, 46, 80, 0.23);
  translate: 0 -50%;
}
.page-liposome-regular .btn02 i::before {
  content: "";
  display: block;
  width: 5.29px;
  height: 7.57px;
  translate: 1px 0;
  background-color: #404040;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.page-liposome-regular .btn03 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 48px;
  background-color: #fff;
  border-radius: 100vmax;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media (any-hover: hover) {
  .page-liposome-regular .btn03 {
    transition-duration: 0.3s;
    transition-property: opacity;
  }
  .page-liposome-regular .btn03:hover {
    opacity: 0.7;
  }
}
.page-liposome-regular .btn03 > span {
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: var(--color-dark);
  letter-spacing: 0.05em;
}
.page-liposome-regular .btn03::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  z-index: 0;
  background-color: #eee;
  border-radius: 0 0 100vmax 100vmax;
  opacity: 0.4;
}
.page-liposome-regular .btn04 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 54px;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 100vmax;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
  cursor: pointer;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .page-liposome-regular .btn04 {
    transition-duration: 0.3s;
    transition-property: opacity;
  }
  .page-liposome-regular .btn04:hover {
    opacity: 0.7;
  }
}
.page-liposome-regular .btn04 i {
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background-color: var(--color-primary);
  border-radius: 50%;
  translate: 0 -50%;
}
.page-liposome-regular .btn04 i::before {
  content: "";
  display: block;
  width: 6px;
  height: 4.2px;
  translate: 0 1px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.page-liposome-regular .btn05 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 385px;
  height: 68px;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 100vmax;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  font-weight: 600;
  color: var(--color-primary);
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .page-liposome-regular .btn05 {
    transition-duration: 0.3s;
    transition-property: opacity;
  }
  .page-liposome-regular .btn05:hover {
    opacity: 0.7;
  }
}
.page-liposome-regular .btn05 i {
  display: flex;
  position: absolute;
  top: 50%;
  right: 25px;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  background-color: var(--color-primary);
  border-radius: 50%;
  translate: 0 -50%;
}
.page-liposome-regular .btn05 i::before {
  content: "";
  display: block;
  width: 7.57px;
  height: 5.29px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  translate: 0 1px;
}
.page-liposome-regular .btn-kit {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 43px;
  padding: 0 9px 0 20px;
  border: 1px solid var(--color-soft);
}
.page-liposome-regular .btn-kit span {
  font-family: "Noto Sans JP", sans-serif;;
  font-size: 14px;
  font-weight: 400;
}
.page-liposome-regular .btn-kit i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: var(--color-soft);
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}
.page-liposome-regular .box01 {
  display: flex;
  background-color: var(--color-light);
}
.page-liposome-regular .box01__col1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 130px;
  width: 130px;
  height: 40px;
  background-color: var(--color-primary);
  -webkit-clip-path: polygon(0% 0%, 120px 0%, 100% 50%, 120px 100%, 0% 100%);
          clip-path: polygon(0% 0%, 120px 0%, 100% 50%, 120px 100%, 0% 100%);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
}
.page-liposome-regular .box01__col2 {
  flex: 1 1 auto;
  height: 40px;
}
.page-liposome-regular .box01__col2 > * {
  line-height: 1;
}
.page-liposome-regular .box02 {
  position: relative;
  background-color: rgba(242, 238, 227, 0.5);
}
.page-liposome-regular .box02::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #c0b282;
  opacity: 0.5;
  pointer-events: none;
}
.page-liposome-regular .box03 {
  position: relative;
  background-color: rgba(242, 238, 227, 0.5);
}
.page-liposome-regular .box03::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid #c0b282;
  opacity: 0.5;
  pointer-events: none;
}
.page-liposome-regular .box-teiki {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 14px;
  margin-top: 29px;
}
.page-liposome-regular .box-teiki__items {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-end;
  flex: 0 0 100px;
  gap: 0 6.3px;
  height: 100px;
}
.page-liposome-regular .box-teiki__items::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -2px;
  z-index: 0;
  width: 100px;
  height: 100px;
  background-color: #c2d0ec;
  border-radius: 50%;
  opacity: 0.5;
}
.page-liposome-regular .box-teiki__30ml {
  position: relative;
  z-index: 1;
  flex: 0 0 37.3px;
}
.page-liposome-regular .box-teiki__cream {
  position: relative;
  z-index: 1;
  flex: 0 0 34px;
}
.page-liposome-regular .box-teiki__arrow {
  flex: 0 0 80px;
  align-self: flex-start;
  width: 80px;
  padding-top: 38px;
  color: var(--color-secondary);
}
.page-liposome-regular .box-teiki__arrow p {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
  letter-spacing: 0.03em;
  white-space: nowrap;
  line-height: 1;
}
.page-liposome-regular .box-teiki__arrow p b {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.page-liposome-regular .box-kit01 {
  display: grid;
  grid-template-columns: 63px 1fr;
  border: 1px solid var(--color-primary);
}
.page-liposome-regular .box-kit01__num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
}
.page-liposome-regular .box-kit01__num div {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
}
.page-liposome-regular .box-term {
  height: 270px;
  padding: 20px;
  margin: 28px 0 0;
  border: 1px solid #ccc;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-liposome-regular .box-term:is(#teiki-30ml *) {
  height: 200px;
}
.page-liposome-regular .box-term p,
.page-liposome-regular .box-term li,
.page-liposome-regular .box-term dt,
.page-liposome-regular .box-term dd {
  font-family: "Noto Sans JP", sans-serif;;
  font-feature-settings: none;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 20px;
}
.page-liposome-regular .box-term dl {
  margin-block: 20px;
}
.page-liposome-regular .box-term .num1 {
  display: grid;
  grid-template-columns: 1.5em 1fr;
}
.page-liposome-regular .box-term .num2 {
  display: grid;
  grid-template-columns: 3.5em 1fr;
}
.page-liposome-regular .box-30mLteiki {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-end;
  gap: 0 29px;
  width: 488px;
  height: 426px;
  margin-inline: auto;
  translate: -1px 0;
}
.page-liposome-regular .box-30mLteiki__30ml {
  position: relative;
  z-index: 1;
  flex: 0 0 127px;
}
.page-liposome-regular .box-30mLteiki__cream {
  position: relative;
  z-index: 1;
  flex: 0 0 118px;
  padding-bottom: 47px;
}
.page-liposome-regular .box-30mLteiki__tag01 {
  position: absolute;
  top: 42px;
  left: -8px;
  z-index: 0;
  width: 127px;
  height: 127px;
  padding-top: 25px;
  border: 1px solid var(--color-soft);
  border-radius: 50%;
  color: var(--color-secondary);
}
.page-liposome-regular .box-30mLteiki__tag02 {
  position: absolute;
  top: 122px;
  right: 8px;
  z-index: 0;
  width: 127px;
  height: 127px;
  padding-top: 25px;
  border: 1px solid var(--color-soft);
  border-radius: 50%;
  color: var(--color-secondary);
}
.page-liposome-regular .tab-btn {
  display: flex;
  position: relative;
  align-items: center;
  height: 95px;
  background-color: #f7f7f7;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.page-liposome-regular .tab-btn .-otoku {
  display: flex;
  position: absolute;
  top: -11px;
  left: 20px;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 73px;
  background-color: var(--color-pink);
  border-radius: 50%;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 3px 6px #a21a3f;
  letter-spacing: 0.03em;
  line-height: 19px;
}
.page-liposome-regular .tab-btn.is-active {
  background-color: var(--color-soft);
}
.page-liposome-regular .tab-btn02 {
  height: 54px;
  background-image: linear-gradient(to bottom, #fff 0%, #fbfbfb 72.43%, #ededed 100%);
  border: 1px solid var(--color-secondary);
  border-radius: 7px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-secondary);
  letter-spacing: 0.03em;
  cursor: pointer;
}
.page-liposome-regular .tab-btn02.is-active {
  position: relative;
  background-image: linear-gradient(to top, #6b54ad 0%, #362a57 100%);
  color: #fff;
}
.page-liposome-regular .tab-btn02.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 14px;
  height: 7px;
  background-color: var(--color-secondary);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  translate: -50% 100%;
}
.page-liposome-regular .tag01 {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 36px;
  background-color: var(--color-primary);
  -webkit-clip-path: polygon(14px 0%, calc(100% - 14px) 0%, 100% 50%, calc(100% - 14px) 100%, 14px 100%, 0% 50%);
          clip-path: polygon(14px 0%, calc(100% - 14px) 0%, 100% 50%, calc(100% - 14px) 100%, 14px 100%, 0% 50%);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}
.page-liposome-regular .detail-wrapper {
  background-color: #fff;
  border: 10px solid var(--color-soft);
}
.page-liposome-regular .delivery-wrapper {
  padding-top: 76px;
  padding-bottom: 88px;
  background-color: var(--color-secondary);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.page-liposome-regular .checkbox {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: -webkit-fit-content;
  width: fit-content;
}
.page-liposome-regular .checkbox input {
  position: absolute;
  z-index: 0;
  width: 0;
  height: 0;
}
.page-liposome-regular .checkbox__icon {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-gray-200);
}
.page-liposome-regular .checkbox__icon:has(input:checked)::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--color-secondary);
}
.page-liposome-regular .checkbox__text {
  font-family: "Noto Sans JP", sans-serif;;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.page-liposome-regular .review {
  padding: 77px 0 60px;
  background-image: linear-gradient(to bottom, #f7f4fa 0%, #fff 100%);
}
.page-liposome-regular .box-review {
  display: flex;
  align-items: flex-start;
  gap: 0 30px;
}
.page-liposome-regular .box-review.-even {
  justify-content: flex-end;
}
.page-liposome-regular .box-review__icon {
  flex: 0 0 80px;
  width: 80px;
}
.page-liposome-regular .box-review__cont {
  position: relative;
  flex: 0 1 auto;
  min-width: 590px;
}
.page-liposome-regular .box-review__arrow {
  position: absolute;
  z-index: 2;
  width: 11.12px;
  height: 13.4px;
}
.page-liposome-regular .box-review__arrow svg {
  filter: drop-shadow(0 0 16px rgba(199, 178, 207, 0.5));
}
.page-liposome-regular .box-review__arrow:is(.-odd *) {
  top: 30px;
  left: -10px;
}
.page-liposome-regular .box-review__arrow:is(.-even *) {
  top: 30px;
  right: -10px;
}
.page-liposome-regular .box-review__in {
  padding: 27px 30px 28px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(199, 178, 207, 0.5);
  font-family: "Noto Sans JP", sans-serif;;
}
.page-liposome-regular .box-review__in p {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.page-liposome-regular .box-review__in em {
  box-shadow: 0 -10px 0 #ddd5ba inset;
  font-size: 17px;
  font-weight: bold;
  color: var(--color-primary);
  letter-spacing: 0.03em;
}
.page-liposome-regular .faq {
  padding: 53px 0 80px;
  background-color: #fff;
}
.page-liposome-regular .box-faq__q {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  padding: 11px 20px 11px 10px;
  background-color: var(--color-primary);
  text-align: left;
  cursor: pointer;
}
.page-liposome-regular .box-faq__q::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  font-family: "Cormorant Infant", serif;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-primary);
}
.page-liposome-regular .box-faq__qtxt {
  flex: 1 1 auto;
  font-family: "Noto Sans JP", sans-serif;;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
}
.page-liposome-regular .box-faq__toggle {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
}
.page-liposome-regular .box-faq__toggle::before, .page-liposome-regular .box-faq__toggle::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #fff;
}
.page-liposome-regular .box-faq__toggle::after {
  rotate: 90deg;
  transition-duration: 0.3s;
  transition-property: scale;
}
.page-liposome-regular .box-faq__toggle:is(.is-open *)::after {
  scale: 0 1;
}
.page-liposome-regular .box-faq__a {
  height: 0;
  overflow: hidden;
}
.page-liposome-regular .box-faq__acont {
  display: flex;
  gap: 0 16px;
  padding: 29px 10px 15px;
}
.page-liposome-regular .box-faq__acont::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background-color: var(--color-primary);
  border-radius: 50%;
  font-family: "Cormorant Infant", serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.page-liposome-regular .box-faq__in {
  font-family: "Noto Sans JP", sans-serif;;
  translate: 0 -2px;
}
.page-liposome-regular .box-faq__in p,
.page-liposome-regular .box-faq__in li {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 26px;
}
.page-liposome-regular .box-faq__in ul {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px 0;
}
.page-liposome-regular .box-faq__in li {
  position: relative;
  padding-left: 1em;
}
.page-liposome-regular .box-faq__in li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.page-liposome-regular .flow-arrow01 {
  display: flex;
  justify-content: center;
  width: 191.52px;
  height: 67.42px;
  background-image: linear-gradient(to bottom, #fff 0%, #d8cce2 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 21.52px), 50% 100%, 0% calc(100% - 21.52px));
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 21.52px), 50% 100%, 0% calc(100% - 21.52px));
  color: var(--color-dark);
}
.page-liposome-regular .flow-arrow02 {
  width: 198px;
  height: 85px;
  background-image: linear-gradient(to bottom, #fff 0%, #d8cce2 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 27.15px), 50% 100%, 0% calc(100% - 27.15px));
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 27.15px), 50% 100%, 0% calc(100% - 27.15px));
  color: var(--color-dark);
}
.page-liposome-regular .cta {
  padding: 48px 0 30px;
  background-color: #f7f4fa;
}
.page-liposome-regular .modal {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.page-liposome-regular .modal.is-open {
  opacity: 1;
  visibility: visible;
}
.page-liposome-regular .modal__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-color: #afafaf;
  opacity: 0.8;
}
.page-liposome-regular .modal__close {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  margin-left: auto;
  margin-bottom: 5px;
  margin-right: 7px;
  cursor: pointer;
  rotate: 45deg;
}
.page-liposome-regular .modal__close::before, .page-liposome-regular .modal__close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.page-liposome-regular .modal__close::before {
  rotate: 90deg;
}
.page-liposome-regular .modal__container {
  position: relative;
  z-index: 1;
  max-width: 450px;
  margin-inline: auto;
}
.page-liposome-regular .modal__wrapper {
  position: relative;
  z-index: 0;
  flex: 0 0 100%;
  width: 100%;
  max-height: 100dvh;
  padding: 30px 0;
  overflow: auto;
}
.page-liposome-regular .modal__in {
  padding: 0 10px 20px;
  background-color: #f7f4fa;
}
.page-liposome-regular .modal__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  background-color: #000;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-inline: -10px;
}
.page-liposome-regular .modal__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 12px 0;
  padding: 20px 0 20px 10px;
}
.page-liposome-regular .modal__list li {
  position: relative;
  padding-left: 12px;
  font-family: "Noto Sans JP", sans-serif;;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.page-liposome-regular .modal__list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--color-secondary);
  border-radius: 50%;
}
.page-liposome-regular .modal__slider {
  position: relative;
  background-color: #fff;
}
.page-liposome-regular .modal__prev, .page-liposome-regular .modal__next {
  position: absolute;
  top: 126px;
  z-index: 10;
  width: 25.6px;
  height: 25.6px;
  cursor: pointer;
  rotate: 45deg;
}
.page-liposome-regular .modal__prev {
  left: 11px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.page-liposome-regular .modal__next {
  right: 11px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.page-liposome-regular .modal__note {
  margin-top: 20px;
}
.page-liposome-regular .modal__note p {
  font-family: "Noto Sans JP", sans-serif;;
  font-size: 10px;
  font-weight: 500;
  color: #666;
  line-height: 1.4;
}
.page-liposome-regular .modal-card {
  padding: 8px 23px 20px;
}
.page-liposome-regular .modal-card sup {
  vertical-align: super;
}
.page-liposome-regular .modal-card__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 263px;
}
.page-liposome-regular .modal-card__img:is(.-lipsome-75ml *) img {
  width: 74px;
}
.page-liposome-regular .modal-card__img:is(.-lipsome-30ml *) img {
  width: 74px;
}
.page-liposome-regular .modal-card__img:is(.-JQJC *) img {
  width: 80px;
}
.page-liposome-regular .modal-card__img:is(.-JVAW *) img {
  width: 75px;
}
.page-liposome-regular .modal-card__img:is(.-JQRFS *) img {
  width: 59px;
}
.page-liposome-regular .modal-card__img:is(.-JQRJS *) img {
  width: 59px;
}
.page-liposome-regular .modal-card__img:is(.-JLAZ *) img {
  width: 55.3px;
}
.page-liposome-regular .modal-card__img:is(.-JVAE *) img {
  width: 51.7px;
}
.page-liposome-regular .modal-card__name {
  font-family: "Noto Sans JP", sans-serif;;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.page-liposome-regular .modal-card__note {
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
}
.page-liposome-regular .modal-card__price {
  margin-top: 25px;
  font-family: "Noto Sans JP", sans-serif;;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.page-liposome-regular .modal-card__desc {
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.page-liposome-regular {
  .visible{
    visibility: visible;
  }
  .fixed{
    position: fixed;
  }
  .absolute{
    position: absolute;
  }
  .relative{
    position: relative;
  }
  .-right-4{
    right: -4px;
  }
  .-right-5{
    right: -5px;
  }
  .-right-6{
    right: -6px;
  }
  .-top-18{
    top: -18px;
  }
  .left-0{
    left: 0px;
  }
  .left-38{
    left: 38px;
  }
  .left-64{
    left: 64px;
  }
  .left-80{
    left: 80px;
  }
  .left-83{
    left: 83px;
  }
  .right-0{
    right: 0px;
  }
  .top-13{
    top: 13px;
  }
  .top-20{
    top: 20px;
  }
  .top-23{
    top: 23px;
  }
  .top-5{
    top: 5px;
  }
  .top-64{
    top: 64px;
  }
  .top-73{
    top: 73px;
  }
  .top-8{
    top: 8px;
  }
  .z-0{
    z-index: 0;
  }
  .z-10{
    z-index: 10;
  }
  .-mx-5{
    margin-left: -5px;
    margin-right: -5px;
  }
  .-mx-8{
    margin-left: -8px;
    margin-right: -8px;
  }
  .mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .-ml-11{
    margin-left: -11px;
  }
  .-mt-10{
    margin-top: -10px;
  }
  .-mt-2{
    margin-top: -2px;
  }
  .-mt-5{
    margin-top: -5px;
  }
  .mb-25{
    margin-bottom: 25px;
  }
  .mb-28{
    margin-bottom: 28px;
  }
  .ml-10{
    margin-left: 10px;
  }
  .ml-11{
    margin-left: 11px;
  }
  .ml-12{
    margin-left: 12px;
  }
  .ml-13{
    margin-left: 13px;
  }
  .ml-14{
    margin-left: 14px;
  }
  .ml-19{
    margin-left: 19px;
  }
  .ml-20{
    margin-left: 20px;
  }
  .ml-23{
    margin-left: 23px;
  }
  .ml-30{
    margin-left: 30px;
  }
  .ml-5{
    margin-left: 5px;
  }
  .ml-8{
    margin-left: 8px;
  }
  .ml-9{
    margin-left: 9px;
  }
  .mr-11{
    margin-right: 11px;
  }
  .mt-1{
    margin-top: 1px;
  }
  .mt-10{
    margin-top: 10px;
  }
  .mt-11{
    margin-top: 11px;
  }
  .mt-12{
    margin-top: 12px;
  }
  .mt-13{
    margin-top: 13px;
  }
  .mt-14{
    margin-top: 14px;
  }
  .mt-15{
    margin-top: 15px;
  }
  .mt-16{
    margin-top: 16px;
  }
  .mt-17{
    margin-top: 17px;
  }
  .mt-18{
    margin-top: 18px;
  }
  .mt-19{
    margin-top: 19px;
  }
  .mt-2{
    margin-top: 2px;
  }
  .mt-20{
    margin-top: 20px;
  }
  .mt-23{
    margin-top: 23px;
  }
  .mt-24{
    margin-top: 24px;
  }
  .mt-25{
    margin-top: 25px;
  }
  .mt-26{
    margin-top: 26px;
  }
  .mt-27{
    margin-top: 27px;
  }
  .mt-28{
    margin-top: 28px;
  }
  .mt-29{
    margin-top: 29px;
  }
  .mt-3{
    margin-top: 3px;
  }
  .mt-30{
    margin-top: 30px;
  }
  .mt-31{
    margin-top: 31px;
  }
  .mt-32{
    margin-top: 32px;
  }
  .mt-33{
    margin-top: 33px;
  }
  .mt-34{
    margin-top: 34px;
  }
  .mt-36{
    margin-top: 36px;
  }
  .mt-37{
    margin-top: 37px;
  }
  .mt-38{
    margin-top: 38px;
  }
  .mt-4{
    margin-top: 4px;
  }
  .mt-40{
    margin-top: 40px;
  }
  .mt-44{
    margin-top: 44px;
  }
  .mt-45{
    margin-top: 45px;
  }
  .mt-48{
    margin-top: 48px;
  }
  .mt-5{
    margin-top: 5px;
  }
  .mt-60{
    margin-top: 60px;
  }
  .mt-61{
    margin-top: 61px;
  }
  .mt-65{
    margin-top: 65px;
  }
  .mt-67{
    margin-top: 67px;
  }
  .mt-7{
    margin-top: 7px;
  }
  .mt-8{
    margin-top: 8px;
  }
  .mt-9{
    margin-top: 9px;
  }
  .block{
    display: block;
  }
  .flex{
    display: flex;
  }
  .grid{
    display: grid;
  }
  .hidden{
    display: none;
  }
  .h-1{
    height: 1px;
  }
  .h-130{
    height: 130px;
  }
  .h-138{
    height: 138px;
  }
  .h-140{
    height: 140px;
  }
  .h-148{
    height: 148px;
  }
  .h-166{
    height: 166px;
  }
  .h-22{
    height: 22px;
  }
  .h-28{
    height: 28px;
  }
  .h-30{
    height: 30px;
  }
  .h-32{
    height: 32px;
  }
  .h-34{
    height: 34px;
  }
  .h-343{
    height: 343px;
  }
  .h-408{
    height: 408px;
  }
  .h-43{
    height: 43px;
  }
  .h-52{
    height: 52px;
  }
  .h-64{
    height: 64px;
  }
  .w-102{
    width: 102px;
  }
  .w-110{
    width: 110px;
  }
  .w-123{
    width: 123px;
  }
  .w-138{
    width: 138px;
  }
  .w-140{
    width: 140px;
  }
  .w-160{
    width: 160px;
  }
  .w-163{
    width: 163px;
  }
  .w-17{
    width: 17px;
  }
  .w-195{
    width: 195px;
  }
  .w-210{
    width: 210px;
  }
  .w-222{
    width: 222px;
  }
  .w-25{
    width: 25px;
  }
  .w-251{
    width: 251px;
  }
  .w-26{
    width: 26px;
  }
  .w-284{
    width: 284px;
  }
  .w-30{
    width: 30px;
  }
  .w-302{
    width: 302px;
  }
  .w-303{
    width: 303px;
  }
  .w-31{
    width: 31px;
  }
  .w-318{
    width: 318px;
  }
  .w-320{
    width: 320px;
  }
  .w-352{
    width: 352px;
  }
  .w-363{
    width: 363px;
  }
  .w-370{
    width: 370px;
  }
  .w-372{
    width: 372px;
  }
  .w-385{
    width: 385px;
  }
  .w-41{
    width: 41px;
  }
  .w-44{
    width: 44px;
  }
  .w-50{
    width: 50px;
  }
  .w-52{
    width: 52px;
  }
  .w-565{
    width: 565px;
  }
  .w-60{
    width: 60px;
  }
  .w-64{
    width: 64px;
  }
  .w-66{
    width: 66px;
  }
  .w-7{
    width: 7px;
  }
  .w-700{
    width: 700px;
  }
  .w-83{
    width: 83px;
  }
  .w-84{
    width: 84px;
  }
  .w-95{
    width: 95px;
  }
  .w-\[26\.6px\]{
    width: 26.6px;
  }
  .w-\[33\.5px\]{
    width: 33.5px;
  }
  .w-\[38\.5px\]{
    width: 38.5px;
  }
  .w-\[44\.4px\]{
    width: 44.4px;
  }
  .w-\[56\.5px\]{
    width: 56.5px;
  }
  .w-\[56\.6px\]{
    width: 56.6px;
  }
  .w-\[60\.3px\]{
    width: 60.3px;
  }
  .w-\[60\.5px\]{
    width: 60.5px;
  }
  .w-\[83\.5px\]{
    width: 83.5px;
  }
  .w-fit{
    width: -webkit-fit-content;
    width: fit-content;
  }
  .max-w-380{
    max-width: 380px;
  }
  .max-w-510{
    max-width: 510px;
  }
  .max-w-556{
    max-width: 556px;
  }
  .max-w-598{
    max-width: 598px;
  }
  .max-w-600{
    max-width: 600px;
  }
  .max-w-725{
    max-width: 725px;
  }
  .max-w-840{
    max-width: 840px;
  }
  .max-w-920{
    max-width: 920px;
  }
  .flex-auto{
    flex: 1 1 auto;
  }
  .flex-shrink-0{
    flex-shrink: 0;
  }
  .flex-grow-0{
    flex-grow: 0;
  }
  .-translate-x-1{
    --tw-translate-x: -1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .-translate-x-2{
    --tw-translate-x: -2px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .-translate-x-21{
    --tw-translate-x: -21px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .-translate-x-27{
    --tw-translate-x: -27px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .-translate-x-5{
    --tw-translate-x: -5px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .-translate-x-6{
    --tw-translate-x: -6px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .-translate-x-7{
    --tw-translate-x: -7px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .-translate-y-1{
    --tw-translate-y: -1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .-translate-y-10{
    --tw-translate-y: -10px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .-translate-y-2{
    --tw-translate-y: -2px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .-translate-y-3{
    --tw-translate-y: -3px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .-translate-y-5{
    --tw-translate-y: -5px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .translate-x-1{
    --tw-translate-x: 1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .translate-x-2{
    --tw-translate-x: 2px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .translate-x-24{
    --tw-translate-x: 24px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .translate-x-3{
    --tw-translate-x: 3px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .translate-x-4{
    --tw-translate-x: 4px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .translate-x-9{
    --tw-translate-x: 9px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .translate-y-1{
    --tw-translate-y: 1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .translate-y-2{
    --tw-translate-y: 2px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .translate-y-3{
    --tw-translate-y: 3px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .translate-y-6{
    --tw-translate-y: 6px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .translate-y-7{
    --tw-translate-y: 7px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .items-start{
    align-items: flex-start;
  }
  .items-end{
    align-items: flex-end;
  }
  .items-center{
    align-items: center;
  }
  .items-baseline{
    align-items: baseline;
  }
  .justify-end{
    justify-content: flex-end;
  }
  .justify-center{
    justify-content: center;
  }
  .justify-between{
    justify-content: space-between;
  }
  .gap-x-10{
    column-gap: 10px;
  }
  .gap-x-2{
    column-gap: 2px;
  }
  .gap-x-20{
    column-gap: 20px;
  }
  .gap-x-22{
    column-gap: 22px;
  }
  .gap-x-30{
    column-gap: 30px;
  }
  .gap-x-36{
    column-gap: 36px;
  }
  .gap-x-5{
    column-gap: 5px;
  }
  .gap-x-7{
    column-gap: 7px;
  }
  .gap-x-8{
    column-gap: 8px;
  }
  .gap-y-20{
    row-gap: 20px;
  }
  .gap-y-4{
    row-gap: 4px;
  }
  .self-center{
    align-self: center;
  }
  .whitespace-nowrap{
    white-space: nowrap;
  }
  .rounded-full{
    border-radius: 9999px;
  }
  .border{
    border-width: 1px;
  }
  .border-b{
    border-bottom-width: 1px;
  }
  .border-t{
    border-top-width: 1px;
  }
  .border-solid{
    border-style: solid;
  }
  .border-\[\#56308A\]{
    --tw-border-opacity: 1;
    border-color: rgb(86 48 138 / var(--tw-border-opacity, 1));
  }
  .border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
  }
  .border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  }
  .border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(138 106 178 / var(--tw-border-opacity, 1));
  }
  .border-secondary{
    --tw-border-opacity: 1;
    border-color: rgb(107 84 173 / var(--tw-border-opacity, 1));
  }
  .border-soft{
    --tw-border-opacity: 1;
    border-color: rgb(216 204 226 / var(--tw-border-opacity, 1));
  }
  .border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
  .bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
  }
  .bg-light{
    --tw-bg-opacity: 1;
    background-color: rgb(243 239 247 / var(--tw-bg-opacity, 1));
  }
  .bg-soft{
    --tw-bg-opacity: 1;
    background-color: rgb(216 204 226 / var(--tw-bg-opacity, 1));
  }
  .bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .px-70{
    padding-left: 70px;
    padding-right: 70px;
  }
  .py-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pb-127{
    padding-bottom: 127px;
  }
  .pb-132{
    padding-bottom: 132px;
  }
  .pb-17{
    padding-bottom: 17px;
  }
  .pb-30{
    padding-bottom: 30px;
  }
  .pb-35{
    padding-bottom: 35px;
  }
  .pb-38{
    padding-bottom: 38px;
  }
  .pb-40{
    padding-bottom: 40px;
  }
  .pb-48{
    padding-bottom: 48px;
  }
  .pb-5{
    padding-bottom: 5px;
  }
  .pb-56{
    padding-bottom: 56px;
  }
  .pb-6{
    padding-bottom: 6px;
  }
  .pb-64{
    padding-bottom: 64px;
  }
  .pb-66{
    padding-bottom: 66px;
  }
  .pb-7{
    padding-bottom: 7px;
  }
  .pb-70{
    padding-bottom: 70px;
  }
  .pb-90{
    padding-bottom: 90px;
  }
  .pl-1{
    padding-left: 1px;
  }
  .pl-10{
    padding-left: 10px;
  }
  .pl-12{
    padding-left: 12px;
  }
  .pl-13{
    padding-left: 13px;
  }
  .pl-16{
    padding-left: 16px;
  }
  .pl-2{
    padding-left: 2px;
  }
  .pl-21{
    padding-left: 21px;
  }
  .pl-22{
    padding-left: 22px;
  }
  .pl-24{
    padding-left: 24px;
  }
  .pl-27{
    padding-left: 27px;
  }
  .pl-28{
    padding-left: 28px;
  }
  .pl-3{
    padding-left: 3px;
  }
  .pl-36{
    padding-left: 36px;
  }
  .pl-4{
    padding-left: 4px;
  }
  .pl-42{
    padding-left: 42px;
  }
  .pl-48{
    padding-left: 48px;
  }
  .pl-50{
    padding-left: 50px;
  }
  .pl-6{
    padding-left: 6px;
  }
  .pl-7{
    padding-left: 7px;
  }
  .pl-8{
    padding-left: 8px;
  }
  .pl-85{
    padding-left: 85px;
  }
  .pl-9{
    padding-left: 9px;
  }
  .pr-17{
    padding-right: 17px;
  }
  .pr-2{
    padding-right: 2px;
  }
  .pr-3{
    padding-right: 3px;
  }
  .pr-35{
    padding-right: 35px;
  }
  .pr-37{
    padding-right: 37px;
  }
  .pr-42{
    padding-right: 42px;
  }
  .pr-5{
    padding-right: 5px;
  }
  .pr-52{
    padding-right: 52px;
  }
  .pr-6{
    padding-right: 6px;
  }
  .pr-68{
    padding-right: 68px;
  }
  .pr-7{
    padding-right: 7px;
  }
  .pr-9{
    padding-right: 9px;
  }
  .pt-1{
    padding-top: 1px;
  }
  .pt-100{
    padding-top: 100px;
  }
  .pt-11{
    padding-top: 11px;
  }
  .pt-12{
    padding-top: 12px;
  }
  .pt-14{
    padding-top: 14px;
  }
  .pt-15{
    padding-top: 15px;
  }
  .pt-16{
    padding-top: 16px;
  }
  .pt-17{
    padding-top: 17px;
  }
  .pt-19{
    padding-top: 19px;
  }
  .pt-26{
    padding-top: 26px;
  }
  .pt-28{
    padding-top: 28px;
  }
  .pt-3{
    padding-top: 3px;
  }
  .pt-30{
    padding-top: 30px;
  }
  .pt-35{
    padding-top: 35px;
  }
  .pt-38{
    padding-top: 38px;
  }
  .pt-4{
    padding-top: 4px;
  }
  .pt-40{
    padding-top: 40px;
  }
  .pt-43{
    padding-top: 43px;
  }
  .pt-47{
    padding-top: 47px;
  }
  .pt-5{
    padding-top: 5px;
  }
  .pt-68{
    padding-top: 68px;
  }
  .pt-69{
    padding-top: 69px;
  }
  .pt-7{
    padding-top: 7px;
  }
  .pt-72{
    padding-top: 72px;
  }
  .pt-8{
    padding-top: 8px;
  }
  .text-center{
    text-align: center;
  }
  .text-right{
    text-align: right;
  }
  .font-gothic{
    font-family: "Noto Sans JP", sans-serif;;
  }
  .font-infant{
    font-family: "Cormorant Infant", serif;
  }
  .text-10{
    font-size: 10px;
  }
  .text-12{
    font-size: 12px;
  }
  .text-13{
    font-size: 13px;
  }
  .text-14{
    font-size: 14px;
  }
  .text-15{
    font-size: 15px;
  }
  .text-16{
    font-size: 16px;
  }
  .text-17{
    font-size: 17px;
  }
  .text-18{
    font-size: 18px;
  }
  .text-19{
    font-size: 19px;
  }
  .text-20{
    font-size: 20px;
  }
  .text-21{
    font-size: 21px;
  }
  .text-22{
    font-size: 22px;
  }
  .text-23{
    font-size: 23px;
  }
  .text-24{
    font-size: 24px;
  }
  .text-25{
    font-size: 25px;
  }
  .text-26{
    font-size: 26px;
  }
  .text-27{
    font-size: 27px;
  }
  .text-28{
    font-size: 28px;
  }
  .text-30{
    font-size: 30px;
  }
  .text-32{
    font-size: 32px;
  }
  .text-35{
    font-size: 35px;
  }
  .text-36{
    font-size: 36px;
  }
  .text-38{
    font-size: 38px;
  }
  .text-40{
    font-size: 40px;
  }
  .text-45{
    font-size: 45px;
  }
  .text-46{
    font-size: 46px;
  }
  .text-48{
    font-size: 48px;
  }
  .text-53{
    font-size: 53px;
  }
  .text-54{
    font-size: 54px;
  }
  .text-55{
    font-size: 55px;
  }
  .text-57{
    font-size: 57px;
  }
  .text-64{
    font-size: 64px;
  }
  .text-8{
    font-size: 8px;
  }
  .font-bold{
    font-weight: 700;
  }
  .font-light{
    font-weight: 300;
  }
  .font-medium{
    font-weight: 500;
  }
  .font-normal{
    font-weight: 400;
  }
  .font-semibold{
    font-weight: 600;
  }
  .leading-14{
    line-height: 14px;
  }
  .leading-15{
    line-height: 15px;
  }
  .leading-16{
    line-height: 16px;
  }
  .leading-18{
    line-height: 18px;
  }
  .leading-20{
    line-height: 20px;
  }
  .leading-22{
    line-height: 22px;
  }
  .leading-23{
    line-height: 23px;
  }
  .leading-24{
    line-height: 24px;
  }
  .leading-25{
    line-height: 25px;
  }
  .leading-26{
    line-height: 26px;
  }
  .leading-28{
    line-height: 28px;
  }
  .leading-32{
    line-height: 32px;
  }
  .leading-37{
    line-height: 37px;
  }
  .leading-40{
    line-height: 40px;
  }
  .leading-42{
    line-height: 42px;
  }
  .leading-47{
    line-height: 47px;
  }
  .leading-50{
    line-height: 50px;
  }
  .leading-\[1\]{
    line-height: 1;
  }
  .leading-none{
    line-height: 1;
  }
  .tracking-\[-0\.06em\]{
    letter-spacing: -0.06em;
  }
  .tracking-\[0\.02em\]{
    letter-spacing: 0.02em;
  }
  .tracking-\[0\.08em\]{
    letter-spacing: 0.08em;
  }
  .tracking-none{
    letter-spacing: 0;
  }
  .tracking-wide{
    letter-spacing: 0.03em;
  }
  .tracking-wider{
    letter-spacing: 0.05em;
  }
  .text-dark{
    --tw-text-opacity: 1;
    color: rgb(61 42 88 / var(--tw-text-opacity, 1));
  }
  .text-primary{
    --tw-text-opacity: 1;
    color: rgb(138 106 178 / var(--tw-text-opacity, 1));
  }
  .text-secondary{
    --tw-text-opacity: 1;
    color: rgb(107 84 173 / var(--tw-text-opacity, 1));
  }
  .text-soft{
    --tw-text-opacity: 1;
    color: rgb(216 204 226 / var(--tw-text-opacity, 1));
  }
  .text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .text-opacity-40{
    --tw-text-opacity: 0.4;
  }
  .drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}/*# sourceMappingURL=../maps/pc/2025_teiki_liposome_serum_online.css.map */
