@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --drop-shadow: drop-shadow(10px 10px 24px rgba(0, 0, 0, 0.1));
}

@media only screen and (max-width: 768px) {
  :root {
    --drop-shadow: drop-shadow(1.5625vw 1.5625vw 2.34375vw rgba(0, 0, 0, 0.1));
  }
}
/* body
---------------------------------------------------*/
#Footer {
  margin-top: 0;
  padding-top: 80px;
}

sup {
  position: static;
  font-size: 50%;
  vertical-align: super;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* wrap */
#wrapper {
  min-width: auto;
  overflow: hidden;
}

#page-nana {
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  background: #141313;
  margin: 0 auto;
}
#page-nana img {
  max-width: 100%;
  height: auto;
}

.btn_cart {
  border-color: #af0003;
  background-color: #af0003;
  margin-top: min(40px, 3.0769230769vw);
}
@media screen and (max-width: 768px) {
  .btn_cart {
    width: 78.125vw;
    height: 12.5vw;
    margin-top: 5.9375vw;
  }
}
.btn_cart a {
  text-indent: 1.3em;
  line-height: 76px;
}
@media screen and (max-width: 768px) {
  .btn_cart a {
    line-height: calc(12.5vw - 4px);
    font-size: 4.6875vw;
  }
}
.btn_cart a span {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle;
  text-indent: 0.5em;
}
.btn_cart a span:before {
  left: -1.2em;
  top: 46%;
  width: min(30px, 2.3076923077vw);
  height: min(32px, 2.4615384615vw);
  background-image: url("../img/icon_cart.svg");
}
@media screen and (max-width: 768px) {
  .btn_cart a span:before {
    width: 4.6875vw;
    height: 5vw;
  }
}
.btn_cart:hover {
  background-color: #fff;
}
.btn_cart:hover a {
  color: #af0003;
}
.btn_cart:hover a span:before {
  background-image: url("../img/icon_cart_on_red.svg");
}
.btn_cart.-black {
  border-color: #000;
  background-color: #000;
}
.btn_cart.-black:hover a {
  color: #000;
  background-color: #fff;
}
.btn_cart.-black:hover a span:before {
  background-image: url("../img/icon_cart_on_black.svg");
}

.bnr_footer_links {
  max-width: 100%;
  background-color: #fff;
  padding: min(80px, 6.1538461538vw) 0;
}
@media screen and (max-width: 768px) {
  .bnr_footer_links .bnr_footer_links {
    padding: 12.5vw 0;
  }
}
.bnr_footer_links ul {
  width: min(1100px, 84.6153846154vw);
}

/* opening
---------------------------------------------------*/
#opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #141213;
  z-index: 9999;
}
#opening .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#opening .inner .opening-fig-wrap {
  position: relative;
  width: min(356px, 27.3846153846vw);
  height: 100%;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #opening .inner .opening-fig-wrap {
    width: 71.5625vw;
  }
}
#opening .inner .opening-fig-wrap img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  aspect-ratio: 356/890;
}
@media screen and (max-width: 768px) {
  #opening .inner .opening-fig-wrap img {
    aspect-ratio: 458/1110;
  }
}
#opening .inner .opening-fig-wrap .opening-fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#opening .inner .opening-fig-wrap .opening-frame {
  z-index: 1;
}
#opening .inner .opening-fig-wrap .opening-img {
  z-index: 2;
}
#opening .inner .opening-fig-wrap .opening-txt01 {
  z-index: 3;
}
#opening .inner .opening-fig-wrap .opening-txt02 {
  z-index: 4;
}
#opening .inner .opening-fig-wrap .opening-txt03 {
  z-index: 5;
}

#opening .opening-fig {
  opacity: 0;
  transition: opacity 1.2s, filter 1.2s, translate 0.8s;
}
#opening .-blur {
  -webkit-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
@media screen and (max-width: 768px) {
  #opening .-blur {
    -webkit-filter: blur(0.78125vw);
    -ms-filter: blur(0.78125vw);
    filter: blur(0.78125vw);
  }
}
#opening .-up {
  translate: 0 min(10px, 0.7692307692vw);
}
@media screen and (max-width: 768px) {
  #opening .-up {
    translate: 0 1.5625vw;
  }
}
#opening .opening-frame {
  transition-delay: 0.4s;
}
#opening .opening-txt01 {
  transition-delay: 1s;
}
#opening .opening-txt02 {
  transition-delay: 1.5s;
}
#opening .opening-txt03 {
  transition-delay: 2s;
}
#opening .opening-img {
  transition-delay: 3s;
}
#opening.did {
  transition: opacity 1.2s;
}
#opening.did .opening-fig {
  opacity: 1;
  -webkit-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  translate: 0 0;
}
#opening.did.is-close {
  opacity: 0;
  pointer-events: none;
}

/* hero
---------------------------------------------------*/
#hero {
  position: relative;
  width: 100%;
  background-color: #141313;
  margin: 0 auto;
  z-index: 1;
}
#hero .inner {
  position: relative;
  width: 100%;
  max-width: 1300px;
  aspect-ratio: 1300/1138;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #hero .inner {
    aspect-ratio: 640/853;
  }
}
#hero .inner img {
  width: 100%;
  user-select: none;
  pointer-events: none;
}
#hero .inner .hero-logo-wrap {
  position: absolute;
  top: min(781px, 60.0769230769vw);
  left: min(72px, 5.5384615385vw);
  width: min(1159px, 89.1538461538vw);
  filter: drop-shadow(min(8px, 0.6153846154vw) min(8px, 0.6153846154vw) min(8px, 0.6153846154vw) rgba(0, 0, 0, 0.3));
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-logo-wrap {
    top: 98.59375vw;
    left: 4.375vw;
    width: 91.09375vw;
  }
}
#hero .inner .hero-logo-wrap .hero-logo01 {
  position: absolute;
  top: 0;
  left: 0;
  width: min(650px, 50vw);
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-logo-wrap .hero-logo01 {
    width: 52.34375vw;
  }
}
#hero .inner .hero-logo-wrap .hero-logo02 {
  position: absolute;
  top: 0;
  right: 0;
  width: min(509px, 39.1538461538vw);
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-logo-wrap .hero-logo02 {
    width: 38.75vw;
  }
}
#hero .inner .hero-logo {
  position: absolute;
  top: min(781px, 60.0769230769vw);
  left: min(72px, 5.5384615385vw);
  width: min(1161px, 89.3076923077vw);
  filter: drop-shadow(min(8px, 0.6153846154vw) min(8px, 0.6153846154vw) min(8px, 0.6153846154vw) rgba(0, 0, 0, 0.3));
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-logo {
    top: 98.59375vw;
    left: 4.375vw;
    width: 91.71875vw;
  }
}
#hero .inner .hero-title {
  position: absolute;
  top: min(973px, 74.8461538462vw);
  left: min(171px, 13.1538461538vw);
  width: min(959px, 73.7692307692vw);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-title {
    top: 114.0625vw;
    left: 10.15625vw;
    width: 79.375vw;
  }
}
#hero .inner .hero-heart {
  position: absolute;
  top: min(602px, 46.3076923077vw);
  left: min(1042px, 80.1538461538vw);
  width: min(177px, 13.6153846154vw);
  z-index: 30;
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-heart {
    top: 78.125vw;
    left: 77.34375vw;
    width: 19.6875vw;
  }
}
#hero .inner .hero-bg {
  position: absolute;
  top: min(31px, 2.3846153846vw);
  left: min(60px, 4.6153846154vw);
  width: min(1180px, 90.7692307692vw);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-bg {
    top: 6.875vw;
    left: 50%;
    translate: -50% 0;
    width: 119.84375vw;
  }
}
#hero .inner .hero-note {
  position: absolute;
  left: 0;
  bottom: min(56px, 4.3076923077vw);
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-note {
    bottom: 0;
    left: 4.6875vw;
    width: 90.625vw;
    text-align: left;
  }
}
#hero .inner .hero-note p {
  line-height: 1.4;
  color: #a7a7a7;
  font-size: min(12px, 0.9230769231vw);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-note p {
    line-height: 1.5;
    font-size: 2.1875vw;
  }
}

#hero {
  overflow: hidden;
}
#hero .hero-bg-animated {
  mask-image: url("../img/hero_bg_mask.webp");
  mask-size: 0;
  mask-repeat: no-repeat;
  mask-position: center center;
  transition: mask-size 1.6s;
}
@media screen and (max-width: 768px) {
  #hero .hero-bg-animated {
    mask-image: url("../img/hero_bg_mask_sp.webp");
  }
}
#hero .hero-bg-animated.is-view {
  mask-size: 100%;
}
#hero .hero-logo-animated .hero-logo01,
#hero .hero-logo-animated .hero-logo02 {
  opacity: 0;
  transform: scale(1) translate(0, min(40px, 3.0769230769vw));
  transition: transform 0.8s, filter 0.8s, opacity 0.8s;
}
@media screen and (max-width: 768px) {
  #hero .hero-logo-animated .hero-logo01,
  #hero .hero-logo-animated .hero-logo02 {
    transform: scale(1) translate(0, 6.25vw);
  }
}
#hero .hero-logo-animated .hero-logo01 {
  transition-delay: 0.2s;
}
#hero .hero-logo-animated .hero-logo02 {
  transition-delay: 0.4s;
}
#hero .hero-logo-animated.is-view .hero-logo01,
#hero .hero-logo-animated.is-view .hero-logo02 {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  filter: blur(0);
}
#hero .hero-logo-animated.is-twinkle .hero-logo01,
#hero .hero-logo-animated.is-twinkle .hero-logo02 {
  animation: twinkle 1s ease-in-out backwards alternate;
}
@media screen and (max-width: 768px) {
  #hero .hero-logo-animated.is-twinkle .hero-logo01,
  #hero .hero-logo-animated.is-twinkle .hero-logo02 {
    animation: twinkleSp 1s ease-in-out backwards alternate;
  }
}
#hero .hero-heart-animated {
  opacity: 0;
  transform: scale(1) translate(0, min(60px, 4.6153846154vw));
  transition: transform 0.8s;
}
#hero .hero-heart-animated.is-view {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}

@keyframes twinkle {
  0% {
    filter: drop-shadow(min(0px, 0vw) min(0px, 0vw) min(40px, 3.0769230769vw) rgba(255, 255, 255, 0));
  }
  50% {
    filter: drop-shadow(min(0px, 0vw) min(0px, 0vw) min(40px, 3.0769230769vw) rgb(255, 255, 255));
  }
  100% {
    filter: drop-shadow(min(0px, 0vw) min(0px, 0vw) min(40px, 3.0769230769vw) rgba(255, 255, 255, 0));
  }
}
@keyframes twinkleSp {
  0% {
    filter: drop-shadow(min(0px, 0vw) min(0px, 0vw) 6.25vw rgba(255, 255, 255, 0));
  }
  50% {
    filter: drop-shadow(min(0px, 0vw) min(0px, 0vw) 6.25vw rgb(255, 255, 255));
  }
  100% {
    filter: drop-shadow(min(0px, 0vw) min(0px, 0vw) 6.25vw rgba(255, 255, 255, 0));
  }
}
/* lineup
---------------------------------------------------*/
#lineup {
  position: relative;
  z-index: 2;
}
#lineup .inner {
  position: relative;
  width: 100%;
  padding-top: min(20px, 1.5384615385vw);
  padding-bottom: min(50px, 3.8461538462vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lineup .inner {
    padding-top: 5.625vw;
    padding-bottom: 9.375vw;
  }
}
#lineup .inner .lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #lineup .inner .lineup-list {
    row-gap: 4.6875vw;
  }
}
#lineup .inner .lineup-list .pkg-wrap {
  display: flex;
  justify-content: center;
  column-gap: min(17px, 1.3076923077vw);
  padding: 0 min(30px, 2.3076923077vw);
}
@media screen and (max-width: 768px) {
  #lineup .inner .lineup-list .pkg-wrap {
    column-gap: 2.1875vw;
    padding: 0 4.6875vw;
  }
}
#lineup .inner .lineup-list .pkg-wrap .pkg img {
  width: min(148px, 11.3846153846vw);
}
@media screen and (max-width: 768px) {
  #lineup .inner .lineup-list .pkg-wrap .pkg img {
    width: 19.0625vw;
  }
}
#lineup .inner .lineup-list .type {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.15;
  font-size: min(26px, 2vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: min(22px, 1.6923076923vw);
}
@media screen and (max-width: 768px) {
  #lineup .inner .lineup-list .type {
    font-size: 3.4375vw;
    margin-top: 2.8125vw;
  }
}
#lineup .inner .lineup-list .type span {
  display: inline-block;
  font-size: min(18px, 1.3846153846vw);
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  border-radius: 4em;
  padding: 0.2em 0.73em;
  margin-right: 0.8em;
}
@media screen and (max-width: 768px) {
  #lineup .inner .lineup-list .type span {
    font-size: 2.34375vw;
    margin-right: 0.4em;
  }
}
#lineup .inner .lineup-list .liquid .type {
  color: #af0003;
}
#lineup .inner .lineup-list .liquid-s .type {
  color: #e9548e;
  letter-spacing: 0.01em;
}
#lineup .inner .lineup-list .liquid-s .type span {
  border-color: #e9548e;
}
#lineup .inner .lineup-list .mascara .pkg img {
  width: min(147px, 11.3076923077vw);
}
@media screen and (max-width: 768px) {
  #lineup .inner .lineup-list .mascara .pkg img {
    width: 19.53125vw;
  }
}
#lineup .inner .lineup-list .mascara .type {
  color: #656262;
  letter-spacing: 0.01em;
}
#lineup .inner .products-name {
  text-align: center;
  margin-top: min(50px, 3.8461538462vw);
}
@media screen and (max-width: 768px) {
  #lineup .inner .products-name {
    margin-top: 5.9375vw;
  }
}
#lineup .inner .products-name p {
  line-height: 1.5;
  color: #fff;
  font-size: min(22px, 1.6923076923vw);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #lineup .inner .products-name p {
    line-height: 1.6;
    font-size: 3.4375vw;
  }
}
#lineup .inner .products-name p + p {
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  #lineup .inner .products-name p + p {
    margin-top: 0.6em;
  }
}
#lineup .inner .products-price {
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-size: min(22px, 1.6923076923vw);
  letter-spacing: 0.1em;
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  #lineup .inner .products-price {
    line-height: 1.6;
    font-size: 3.4375vw;
    margin-top: 1.1em;
  }
}

#lineup .lineup-list .lineup .pkg {
  perspective: 1000px;
}
#lineup .lineup-list .lineup .pkg-img {
  transform-style: preserve-3d;
  transition: transform 1s ease-out;
  backface-visibility: hidden;
}
#lineup .lineup-list .lineup .pkg-img.-left {
  transform-origin: right center;
  transform: rotateY(180deg);
}
#lineup .lineup-list .lineup .pkg-img.-right {
  transform-origin: left center;
  transform: rotateY(-180deg);
}
#lineup .lineup-list .lineup.did .pkg-img.-left {
  transform: rotateY(0deg);
}
#lineup .lineup-list .lineup.did .pkg-img.-right {
  transform: rotateY(0deg);
}

/* award
---------------------------------------------------*/
#award {
  position: relative;
}
#award .inner {
  padding-top: min(50px, 3.8461538462vw);
  padding-bottom: min(30px, 2.3076923077vw);
}
@media screen and (max-width: 768px) {
  #award .inner {
    padding-top: 9.0625vw;
    padding-bottom: 4.6875vw;
  }
}
#award .inner .figure {
  width: min(732px, 56.3076923077vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #award .inner .figure {
    width: 91.09375vw;
  }
}
#award .inner .figure img {
  width: 100%;
}
#award .inner .note {
  text-align: center;
  line-height: 1.8;
  color: #a7a7a7;
  font-size: min(12px, 0.9230769231vw);
  letter-spacing: 0.1em;
  margin-top: min(22px, 1.6923076923vw);
}
@media screen and (max-width: 768px) {
  #award .inner .note {
    line-height: 1.5;
    font-size: 2.1875vw;
    margin-top: 3.4375vw;
  }
}

/* lead
---------------------------------------------------*/
#lead {
  position: relative;
  z-index: 2;
}
#lead .inner {
  position: relative;
  padding-top: min(16px, 1.2307692308vw);
  padding-bottom: min(150px, 11.5384615385vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lead .inner {
    padding-top: 2.8125vw;
    padding-bottom: 22.65625vw;
  }
}
#lead .inner .lead-title {
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: min(31px, 2.3846153846vw);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: min(35px, 2.6923076923vw);
}
@media screen and (max-width: 768px) {
  #lead .inner .lead-title {
    line-height: 1.35;
    font-size: 4.84375vw;
    margin-bottom: 5.46875vw;
  }
}
#lead .inner .explain p {
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-size: min(20px, 1.5384615385vw);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #lead .inner .explain p {
    font-size: 3.125vw;
  }
}
#lead .inner .explain p + p {
  margin-top: 1.5em;
}

#lead .lead-title.fadein {
  transition: opacity 1.5s, transform 1s;
}
@media screen and (min-width: 769px) {
  #lead .explain .-pc {
    display: inline-block;
    opacity: 0;
    translate: 0 40%;
    transition: opacity 1.5s, translate 1s;
  }
  #lead .explain .-pc1 {
    transition-delay: 0s;
  }
  #lead .explain .-pc2 {
    transition-delay: 0.1s;
  }
  #lead .explain .-pc3 {
    transition-delay: 0.3s;
  }
  #lead .explain .-pc4 {
    transition-delay: 0.4s;
  }
  #lead .explain .-pc5 {
    transition-delay: 0.6s;
  }
  #lead .explain .-pc6 {
    transition-delay: 0.7s;
  }
  #lead .explain.did .-pc {
    opacity: 1;
    translate: 0 0;
  }
}
@media screen and (max-width: 768px) {
  #lead .explain .-sp {
    display: inline-block;
    opacity: 0;
    translate: 0 40%;
    transition: opacity 1.5s, translate 1s;
  }
  #lead .explain .-sp1 {
    transition-delay: 0s;
  }
  #lead .explain .-sp2 {
    transition-delay: 0.1s;
  }
  #lead .explain .-sp3 {
    transition-delay: 0.2s;
  }
  #lead .explain .-sp4 {
    transition-delay: 0.4s;
  }
  #lead .explain .-sp5 {
    transition-delay: 0.5s;
  }
  #lead .explain .-sp6 {
    transition-delay: 0.6s;
  }
  #lead .explain .-sp7 {
    transition-delay: 0.7s;
  }
  #lead .explain .-sp8 {
    transition-delay: 0.8s;
  }
  #lead .explain .-sp9 {
    transition-delay: 1s;
  }
  #lead .explain .-sp10 {
    transition-delay: 1.1s;
  }
  #lead .explain .-sp11 {
    transition-delay: 1.2s;
  }
  #lead .explain.did .-sp {
    opacity: 1;
    translate: 0 0;
  }
}

/* introduce
---------------------------------------------------*/
.introduce {
  position: relative;
}
.introduce .inner {
  position: relative;
}
.introduce .inner .heading {
  margin-bottom: min(89px, 6.8461538462vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .heading {
    margin-bottom: 7.34375vw;
  }
}
.introduce .inner .heading .logo {
  text-align: center;
}
.introduce .inner .items-wrap + .items-wrap {
  margin-top: min(69px, 5.3076923077vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap + .items-wrap {
    margin-top: 11.25vw;
  }
}
.introduce .inner .items-wrap .items-title {
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(47px, 3.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-title {
    margin-bottom: 19.375vw;
  }
}
.introduce .inner .items-wrap .items-title-note {
  text-align: right;
  color: #a7a7a7;
  font-size: min(12px, 0.9230769231vw);
  letter-spacing: 0.075em;
  margin-inline: auto;
  margin-top: min(20px, 1.5384615385vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-title-note {
    font-size: 2.1875vw;
    margin-top: 2.34375vw;
  }
}
.introduce .inner .items-wrap .items-list-wrap {
  position: relative;
  width: min(1100px, 84.6153846154vw);
  background-color: #fff;
  border-radius: min(6px, 0.4615384615vw);
  margin: 0 auto;
  padding-top: min(74px, 5.6923076923vw);
  padding-bottom: min(57px, 4.3846153846vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list-wrap {
    width: 93.75vw;
    border-radius: 0.9375vw;
    padding-top: 14.6875vw;
    padding-bottom: 9.84375vw;
  }
}
.introduce .inner .items-wrap .items-list-wrap .items-list-icon {
  position: absolute;
  top: min(15px, 1.1538461538vw);
  left: min(24px, 1.8461538462vw);
  width: min(120px, 9.2307692308vw);
  user-select: none;
  pointer-events: none;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list-wrap .items-list-icon {
    top: 3.90625vw;
    left: 3.125vw;
    width: 18.75vw;
  }
}
.introduce .inner .items-wrap .items-list-wrap .items-list {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list-wrap .items-list {
    width: 100%;
  }
}
.introduce .inner .items-wrap .items-list-wrap .items-list li {
  display: flex;
  justify-content: space-between;
}
.introduce .inner .items-wrap .items-list-wrap .items-list li:not(:last-child) {
  margin-bottom: min(65px, 5vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list-wrap .items-list li:not(:last-child) {
    margin-bottom: 10.15625vw;
  }
}
.introduce .inner .items-wrap .items-list-wrap .items-list li img {
  width: 100%;
  max-width: none;
}
.introduce .inner .items-wrap .items-list-wrap .items-list li .eye-wrap {
  position: relative;
  padding-left: min(70px, 5.3846153846vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list-wrap .items-list li .eye-wrap {
    padding-left: 6.25vw;
  }
}
.introduce .inner .items-wrap .items-list-wrap .items-list li .eye-wrap .eye {
  width: min(294px, 22.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list-wrap .items-list li .eye-wrap .eye {
    width: 45.9375vw;
  }
}
.introduce .inner .items-wrap .items-list-wrap .items-list li .eye-wrap .line {
  position: absolute;
  top: min(104px, 8vw);
  left: min(269px, 20.6923076923vw);
  width: min(156px, 12vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list-wrap .items-list li .eye-wrap .line {
    top: 18.75vw;
    left: 31.40625vw;
    width: 24.21875vw;
  }
}
.introduce .inner .items-wrap .items-list-wrap .items-list li .item-wrap {
  width: 100%;
}
.introduce .inner .items-wrap .items-list-wrap .items-list li .item-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  padding-left: min(76px, 5.8461538462vw);
  padding-right: min(50px, 3.8461538462vw);
  padding-bottom: min(78px, 6vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list-wrap .items-list li .item-wrap .title-wrap {
    display: block;
    padding-left: 5.78125vw;
    padding-right: 3.125vw;
    padding-bottom: 17.96875vw;
  }
}
.introduce .inner .items-wrap .items-list-wrap .items-list li .item-wrap .title-wrap .title {
  position: relative;
}
.introduce .inner .items-wrap .items-list-wrap .items-list li .item-wrap .title-wrap .title .ja {
  display: inline-block;
  font-size: min(20px, 1.5384615385vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: min(20px, 1.5384615385vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list-wrap .items-list li .item-wrap .title-wrap .title .ja {
    font-size: 3.125vw;
    margin-top: 2.5vw;
  }
}
.introduce .inner .items-wrap .items-list-wrap .items-list li .item-wrap .title-wrap .title .mark {
  position: absolute;
  top: max(-20px, -1.5384615385vw);
  right: max(-110px, -8.4615384615vw);
  width: min(98px, 7.5384615385vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list-wrap .items-list li .item-wrap .title-wrap .title .mark {
    top: -9.6875vw;
    right: -4.6875vw;
    width: 15.3125vw;
  }
}
.introduce .inner .items-wrap .items-list-wrap .items-list li .item-wrap .title-wrap .txt {
  text-align: right;
  line-height: 1.5;
  font-size: min(16px, 1.2307692308vw);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list-wrap .items-list li .item-wrap .title-wrap .txt {
    text-align: left;
    font-size: 2.5vw;
    letter-spacing: 0.025em;
    margin-top: 2.5vw;
  }
}
.introduce .inner .items-wrap .items-list-wrap .items-list li .item-wrap .item {
  position: absolute;
  bottom: 0;
  right: max(-109px, -8.3846153846vw);
  width: 100%;
  filter: drop-shadow(min(10px, 0.7692307692vw) min(10px, 0.7692307692vw) min(8px, 0.6153846154vw) rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list-wrap .items-list li .item-wrap .item {
    position: absolute;
    bottom: 0;
    right: -8.28125vw;
    filter: drop-shadow(1.5625vw 1.5625vw 1.25vw rgba(0, 0, 0, 0.4));
  }
}
.introduce .inner .items-wrap .items-list-wrap .items-list li .item-wrap .item img {
  max-width: none;
}
.introduce .inner .detail-button {
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: min(28px, 2.1538461538vw) 0;
  margin-bottom: min(80px, 6.1538461538vw);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .introduce .inner .detail-button {
    padding: 4.375vw 0;
    margin-bottom: 12.5vw;
  }
}
.introduce .inner .detail-button p {
  position: relative;
  width: fit-content;
  color: #fff;
  font-size: min(30px, 2.3076923077vw);
  font-weight: 700;
  letter-spacing: 0.07em;
  padding-right: min(50px, 3.8461538462vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .introduce .inner .detail-button p {
    font-size: 4.6875vw;
    padding-right: 7.8125vw;
  }
}
.introduce .inner .detail-button p .icon {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: min(29px, 2.2307692308vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .detail-button p .icon {
    width: 4.53125vw;
  }
}
.introduce .inner .detail-button.is-active {
  display: none;
}
.introduce .inner .toggle-content {
  display: none;
}
.introduce .inner .feature-wrap {
  position: relative;
  padding-top: min(76px, 5.8461538462vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap {
    padding-top: 12.65625vw;
  }
}
.introduce .inner .feature-wrap .feature-title {
  text-align: center;
  margin-bottom: min(40px, 3.0769230769vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .feature-title {
    margin-bottom: 6.25vw;
  }
}
.introduce .inner .feature-wrap .feature-title img {
  width: min(206px, 15.8461538462vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .feature-title img {
    width: 32.1875vw;
  }
}
.introduce .inner .feature-wrap .point-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(20px, 1.5384615385vw);
  width: min(1180px, 90.7692307692vw);
  margin-inline: auto;
  margin-top: min(20px, 1.5384615385vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap {
    width: 93.75vw;
    gap: 3.125vw;
    margin-top: 3.125vw;
  }
}
.introduce .inner .feature-wrap .point-wrap .point {
  background-color: #fff;
  border-radius: min(20px, 1.5384615385vw);
  padding: min(55px, 4.2307692308vw) min(60px, 4.6153846154vw) min(50px, 3.8461538462vw) min(60px, 4.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point {
    border-radius: 3.125vw;
    padding: 10vw 7.8125vw 8.75vw;
  }
}
.introduce .inner .feature-wrap .point-wrap .point .num {
  color: #af0003;
  font-size: min(20px, 1.5384615385vw);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point .num {
    font-size: 3.125vw;
  }
}
.introduce .inner .feature-wrap .point-wrap .point .ttl {
  line-height: 1.3;
  font-size: min(30px, 2.3076923077vw);
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: min(18px, 1.3846153846vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point .ttl {
    line-height: 1.4;
    font-size: 4.6875vw;
    margin-top: 1.875vw;
  }
}
.introduce .inner .feature-wrap .point-wrap .point .txt {
  line-height: 1.5;
  font-size: min(20px, 1.5384615385vw);
  letter-spacing: 0.075em;
  margin-top: min(18px, 1.3846153846vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point .txt {
    font-size: 3.125vw;
    margin-top: 2.34375vw;
  }
}
.introduce .inner .feature-wrap .point-wrap .point .note {
  line-height: 1.5;
  color: #a7a7a7;
  font-size: min(12px, 0.9230769231vw);
  letter-spacing: 0.075em;
  margin-top: min(8px, 0.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point .note {
    font-size: 2.1875vw;
    margin-top: 2.8125vw;
  }
}
.introduce .inner .feature-wrap .point-wrap .point01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: min(58px, 4.4615384615vw) min(65px, 5vw) min(36px, 2.7692307692vw) min(75px, 5.7692307692vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point01 {
    display: block;
    padding: 8.125vw 7.8125vw 3.75vw;
  }
}
.introduce .inner .feature-wrap .point-wrap .point01 .figure {
  width: min(404px, 31.0769230769vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point01 .figure {
    width: 63.125vw;
    margin-inline: auto;
    margin-top: 3.75vw;
  }
}
.introduce .inner .feature-wrap .point-wrap .point01 .figure .note {
  text-align: right;
  line-height: 1.5;
  color: #a7a7a7;
  font-size: min(12px, 0.9230769231vw);
  letter-spacing: 0.075em;
  margin-top: min(8px, 0.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point01 .figure .note {
    font-size: 1.875vw;
    margin-top: 1.25vw;
  }
}
.introduce .inner .feature-wrap .point-wrap .point02 {
  width: min(580px, 44.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point02 {
    width: 100%;
    padding: 8.4375vw 7.8125vw 8.4375vw;
  }
}
.introduce .inner .feature-wrap .point-wrap .point03 {
  width: min(580px, 44.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point03 {
    width: 100%;
    padding: 9.375vw 7.8125vw 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point03 .note {
    color: #a7a7a7;
    font-size: 2.1875vw;
    margin-top: 1.25vw;
  }
}
.introduce .inner .feature-wrap .point-wrap > .note {
  line-height: 1.5;
  color: #a7a7a7;
  font-size: min(12px, 0.9230769231vw);
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap > .note {
    font-size: 2.1875vw;
  }
}
.introduce .inner .feature-wrap .btn_cart {
  margin-top: min(50px, 3.8461538462vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .btn_cart {
    margin-top: 7.8125vw;
  }
}
.introduce .decoration {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: min(156px, 12vw);
}
@media screen and (max-width: 768px) {
  .introduce .decoration {
    width: 24.375vw;
  }
}
.introduce#liquid {
  background-color: #af0003;
}
.introduce#liquid .inner {
  padding-top: min(138px, 10.6153846154vw);
  padding-bottom: min(140px, 10.7692307692vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner {
    padding-top: 19.6875vw;
    padding-bottom: 22.03125vw;
  }
}
.introduce#liquid .inner .heading .logo img {
  width: min(982px, 75.5384615385vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .heading .logo img {
    width: 88.59375vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid .items-title img {
  width: min(780px, 60vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid .items-title img {
    width: 89.53125vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid .items-list-wrap .refill-icon {
  position: absolute;
  top: max(-178px, -13.6923076923vw);
  right: max(-38px, -2.9230769231vw);
  width: min(234px, 18vw);
  filter: drop-shadow(min(8px, 0.6153846154vw) min(8px, 0.6153846154vw) min(24px, 1.8461538462vw) rgba(0, 0, 0, 0.4));
  user-select: none;
  pointer-events: none;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid .items-list-wrap .refill-icon {
    top: -24.6875vw;
    right: auto;
    left: 50%;
    translate: -50% 0;
    width: 36.5625vw;
    filter: drop-shadow(1.25vw 1.25vw 3.75vw rgba(0, 0, 0, 0.4));
  }
}
.introduce#liquid .inner .items-wrap-liquid .items-list-wrap .items-list-liquid .bk {
  color: #000;
}
.introduce#liquid .inner .items-wrap-liquid .items-list-wrap .items-list-liquid .bk .item-wrap .title-wrap .title .en {
  width: min(153px, 11.7692307692vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid .items-list-wrap .items-list-liquid .bk .item-wrap .title-wrap .title .en {
    width: 23.90625vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid .items-list-wrap .items-list-liquid .bk .item-wrap .item {
  width: min(849px, 65.3076923077vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid .items-list-wrap .items-list-liquid .bk .item-wrap .item {
    width: 106.25vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid .items-list-wrap .items-list-liquid .dbr {
  color: #5c3c31;
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid .items-list-wrap .items-list-liquid .dbr .item-wrap .title-wrap {
    padding-bottom: 14.84375vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid .items-list-wrap .items-list-liquid .dbr .item-wrap .title-wrap .title .en {
  width: min(326px, 25.0769230769vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid .items-list-wrap .items-list-liquid .dbr .item-wrap .title-wrap .title .en {
    width: 24.84375vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid .items-list-wrap .items-list-liquid .dbr .item-wrap .item {
  width: min(793px, 61vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid .items-list-wrap .items-list-liquid .dbr .item-wrap .item {
    width: 99.53125vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid-s .items-title {
    margin-bottom: 7.96875vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid-s .items-title img {
  width: min(940px, 72.3076923077vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid-s .items-title img {
    width: 90.234375vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .bk {
  color: #000;
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .bk .item-wrap {
    padding-top: 1.5625vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .bk .item-wrap .title-wrap .title .en {
  width: min(153px, 11.7692307692vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .bk .item-wrap .title-wrap .title .en {
    width: 23.90625vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .bk .item-wrap .item {
  width: min(843px, 64.8461538462vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .bk .item-wrap .item {
    width: 106.40625vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .dbr {
  color: #5c3c31;
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .dbr .item-wrap {
    padding-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .dbr .item-wrap .title-wrap {
    padding-bottom: 12.5vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .dbr .item-wrap .title-wrap .title .en {
  width: min(326px, 25.0769230769vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .dbr .item-wrap .title-wrap .title .en {
    width: 27.1875vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .dbr .item-wrap .title-wrap .title .mark {
  top: max(-30px, -2.3076923077vw);
  right: max(-100px, -7.6923076923vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .dbr .item-wrap .title-wrap .title .mark {
    top: -6.25vw;
    right: -4.6875vw;
  }
}
.introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .dbr .item-wrap .item {
  width: min(793px, 61vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .items-wrap-liquid-s .items-list-wrap .items-list-liquid-s .dbr .item-wrap .item {
    width: 100.15625vw;
  }
}
.introduce#alm {
  background-color: #32302e;
}
.introduce#alm .inner {
  padding-top: min(150px, 11.5384615385vw);
  padding-bottom: min(140px, 10.7692307692vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner {
    padding-top: 22.5vw;
    padding-bottom: 17.96875vw;
  }
}
.introduce#alm .inner .heading {
  margin-bottom: min(76px, 5.8461538462vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .heading {
    margin-bottom: 8.125vw;
  }
}
.introduce#alm .inner .heading .logo img {
  width: min(976px, 75.0769230769vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .heading .logo img {
    width: 89.84375vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-title {
  margin-bottom: min(34px, 2.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-title {
    margin-bottom: 5vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-title img {
  width: min(900px, 69.2307692308vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-title img {
    width: 90.3125vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-list-wrap {
  padding-top: min(60px, 4.6153846154vw);
  padding-bottom: min(50px, 3.8461538462vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap {
    padding-top: 9.375vw;
    padding-bottom: 10.9375vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm li:not(:last-child) {
  margin-bottom: min(40px, 3.0769230769vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm li:not(:last-child) {
    margin-bottom: 8.90625vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .db {
  color: #000;
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .db .eye-wrap {
    padding-left: 4.6875vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .db .eye-wrap .line {
  top: min(100px, 7.6923076923vw);
  left: min(297px, 22.8461538462vw);
  width: min(148px, 11.3846153846vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .db .eye-wrap .line {
    top: 21.5625vw;
    left: 31.25vw;
    width: 23.125vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .db .item-wrap .title-wrap {
  padding-bottom: min(99px, 7.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .db .item-wrap .title-wrap {
    padding-left: 8.4375vw;
    padding-bottom: 21.40625vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .db .item-wrap .title-wrap .title .en {
  width: min(307px, 23.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .db .item-wrap .title-wrap .title .en {
    width: 23.125vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .db .item-wrap .title-wrap .title .ja {
  margin-top: min(10px, 0.7692307692vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .db .item-wrap .title-wrap .title .ja {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .db .item-wrap .title-wrap .txt {
    margin-top: 2.5vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .db .item-wrap .item {
  right: max(-266px, -20.4615384615vw);
  width: min(854px, 65.6923076923vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .db .item-wrap .item {
    right: -24.6875vw;
    width: 113.75vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .bb {
  color: #5c3c31;
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .bb .eye-wrap {
    padding-left: 4.6875vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .bb .eye-wrap .line {
  top: min(100px, 7.6923076923vw);
  left: min(297px, 22.8461538462vw);
  width: min(148px, 11.3846153846vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .bb .eye-wrap .line {
    top: 21.5625vw;
    left: 31.25vw;
    width: 23.125vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .bb .item-wrap .title-wrap {
  padding-bottom: min(104px, 8vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .bb .item-wrap .title-wrap {
    padding-left: 8.4375vw;
    padding-bottom: 22.65625vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .bb .item-wrap .title-wrap .title .en {
  width: min(336px, 25.8461538462vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .bb .item-wrap .title-wrap .title .en {
    width: 26.09375vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .bb .item-wrap .title-wrap .txt {
    margin-top: 2.5vw;
  }
}
.introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .bb .item-wrap .item {
  right: max(-264px, -20.3076923077vw);
  width: min(853px, 65.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .items-wrap-alm .items-list-wrap .items-list-alm .bb .item-wrap .item {
    right: -24.6875vw;
    width: 113.75vw;
  }
}
.introduce#alm .inner .feature-wrap .point-wrap .point .num {
  color: #32302e;
}
.introduce#alm .inner .feature-wrap .point-wrap .point01 {
  flex-direction: column;
  padding: min(70px, 5.3846153846vw) min(90px, 6.9230769231vw) min(55px, 4.2307692308vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .feature-wrap .point-wrap .point01 {
    display: block;
    padding: 7.8125vw 4.6875vw 6.25vw;
  }
}
.introduce#alm .inner .feature-wrap .point-wrap .point01 .figure {
  width: min(1004px, 77.2307692308vw);
  margin-top: min(27px, 2.0769230769vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .feature-wrap .point-wrap .point01 .figure {
    width: 83.90625vw;
    margin-inline: auto;
    margin-top: 4.375vw;
  }
}
.introduce#alm .inner .feature-wrap .point-wrap .point01 .note {
  width: 100%;
  margin-top: min(16px, 1.2307692308vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .feature-wrap .point-wrap .point01 .note {
    margin-top: 2.8125vw;
  }
}
.introduce#alm .inner .feature-wrap .point-wrap .point02, .introduce#alm .inner .feature-wrap .point-wrap .point03, .introduce#alm .inner .feature-wrap .point-wrap .point04 {
  width: min(380px, 29.2307692308vw);
  padding: min(55px, 4.2307692308vw) min(40px, 3.0769230769vw) min(40px, 3.0769230769vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .feature-wrap .point-wrap .point02, .introduce#alm .inner .feature-wrap .point-wrap .point03, .introduce#alm .inner .feature-wrap .point-wrap .point04 {
    width: 100%;
    padding: 8.4375vw 7.8125vw 6.25vw;
  }
}
.introduce#alm .inner .feature-wrap .point-wrap .point02 .figure, .introduce#alm .inner .feature-wrap .point-wrap .point03 .figure, .introduce#alm .inner .feature-wrap .point-wrap .point04 .figure {
  margin-top: min(20px, 1.5384615385vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .feature-wrap .point-wrap .point02 .figure, .introduce#alm .inner .feature-wrap .point-wrap .point03 .figure, .introduce#alm .inner .feature-wrap .point-wrap .point04 .figure {
    margin-top: 3.59375vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .feature-wrap .point-wrap .point02 .ttl, .introduce#alm .inner .feature-wrap .point-wrap .point03 .ttl, .introduce#alm .inner .feature-wrap .point-wrap .point04 .ttl {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce#alm .inner .feature-wrap .point-wrap .point02 .txt, .introduce#alm .inner .feature-wrap .point-wrap .point03 .txt, .introduce#alm .inner .feature-wrap .point-wrap .point04 .txt {
    margin-top: 0.78125vw;
  }
}
.introduce#alm .decoration {
  width: min(150px, 11.5384615385vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .decoration {
    width: 23.4375vw;
  }
}
.introduce#alm .spec-type-block {
  padding-bottom: min(34px, 2.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .spec-type-block {
    padding-bottom: 5.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce#alm .spec-type-block-inner {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce#alm .spec-type-block-inner .img {
    width: 110.3125vw;
    max-width: none;
  }
}
.introduce#alm .spec-type-block .function img {
  width: min(568px, 43.6923076923vw);
}
@media screen and (max-width: 768px) {
  .introduce#alm .spec-type-block .function img {
    width: 79.375vw;
  }
}

.introduce .items-list .line {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.5s;
}
.introduce .items-list .did .line {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.introduce .items-list .item {
  overflow: hidden;
}
.introduce .items-list .item img {
  opacity: 0;
  translate: 100% 0;
  transition: opacity 1.5s, translate 1s;
}
.introduce .items-list .did .item img {
  opacity: 1;
  translate: 0 0;
}

/* spec-type-block
---------------------------------------------------*/
.spec-type-block {
  position: relative;
  width: min(1180px, 90.7692307692vw);
  background-color: #fff;
  border-radius: min(20px, 1.5384615385vw);
  padding: min(46px, 3.5384615385vw) min(50px, 3.8461538462vw) min(54px, 4.1538461538vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .spec-type-block {
    width: 93.75vw;
    border-radius: 3.125vw;
    padding: 7.1875vw 2.34375vw 6.25vw;
  }
}
.spec-type-block-inner {
  position: relative;
  margin-bottom: min(30px, 2.3076923077vw);
}
@media screen and (max-width: 768px) {
  .spec-type-block-inner {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
    margin-bottom: 7.5vw;
  }
}
.spec-type-block-inner .img {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .spec-type-block-inner .img {
    width: 153.125vw;
    max-width: none;
  }
}
.spec-type-block-inner .img img {
  width: 100%;
  max-width: none;
}
.spec-type-block-inner .scroll-wrapper {
  position: relative;
}
.spec-type-block-inner .scroll-wrapper .icon {
  position: absolute;
  top: -54px;
  left: 60px;
  width: 142px;
}
@media screen and (max-width: 768px) {
  .spec-type-block-inner .scroll-wrapper .icon {
    top: -8.59375vw;
    left: -2.8125vw;
    width: 22.1875vw;
  }
}
.spec-type-block-inner .scroll-wrapper .icon img {
  width: 100%;
}
.spec-type-block-inner .cover {
  position: relative;
  overflow: hidden;
}
.spec-type-block-inner .cover:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: transparent;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .spec-type-block-inner .cover:after {
    height: 4.6875vw;
  }
}
.spec-type-block-inner .scrollable {
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-appearance: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .spec-type-block-inner .scrollable {
    padding-bottom: 4.375vw;
  }
}
.spec-type-block-inner .scrollable::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
.spec-type-block-inner .scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .spec-type-block-inner .scrollbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.9375vw;
    background-color: rgba(209, 209, 209, 0.5);
  }
}
.spec-type-block-inner .scrollbar-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 26px;
  aspect-ratio: 1/1;
  background-color: #af0003;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .spec-type-block-inner .scrollbar-thumb {
    width: 4.0625vw;
  }
}
.spec-type-block .function {
  text-align: center;
}
.spec-type-block .function img {
  width: min(1002px, 77.0769230769vw);
}
@media screen and (max-width: 768px) {
  .spec-type-block .function img {
    width: 60.78125vw;
  }
}
.spec-type-block .function-txt {
  text-align: center;
  font-size: min(20px, 1.5384615385vw);
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: min(40px, 3.0769230769vw);
}
@media screen and (max-width: 768px) {
  .spec-type-block .function-txt {
    font-size: 3.125vw;
    margin-bottom: 5vw;
  }
}
.spec-type-block .explain {
  border-top: 3px solid #fdf4f8;
  padding-top: min(27px, 2.0769230769vw);
  margin-top: min(34px, 2.6153846154vw);
}
@media screen and (max-width: 768px) {
  .spec-type-block .explain {
    padding: 6.25vw 10vw 0;
    margin-top: 5.9375vw;
  }
}
.spec-type-block .explain-list {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .spec-type-block .explain-list {
    display: block;
  }
}
.spec-type-block .explain-list .ttl {
  font-size: min(20px, 1.5384615385vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: min(37px, 2.8461538462vw);
}
@media screen and (max-width: 768px) {
  .spec-type-block .explain-list .ttl {
    font-size: 3.125vw;
    margin-left: 0;
    margin-bottom: 2.34375vw;
  }
}
.spec-type-block .explain-list .txt {
  font-size: min(20px, 1.5384615385vw);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: min(20px, 1.5384615385vw);
}
@media screen and (max-width: 768px) {
  .spec-type-block .explain-list .txt {
    line-height: 1.4;
    font-size: 3.125vw;
    margin-left: 0;
  }
}
.spec-type-block .explain-list .note ul {
  line-height: 1.45;
  font-size: min(11px, 0.8461538462vw);
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 0.5;
  margin-left: min(16px, 1.2307692308vw);
}
@media screen and (max-width: 768px) {
  .spec-type-block .explain-list .note ul {
    display: flex;
    column-gap: 1em;
    line-height: 1.4;
    font-size: 2.1875vw;
    margin-left: 0;
    margin-top: 1em;
  }
}

/* products
---------------------------------------------------*/
#products {
  position: relative;
}
#products .inner .products-wrap .products-title {
  position: relative;
  text-align: center;
  margin-inline: auto;
  margin-bottom: min(35px, 2.6923076923vw);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap .products-title {
    margin-bottom: 7.1875vw;
  }
}
#products .inner .products-wrap .products-title img {
  width: 100%;
}
#products .inner .products-wrap .products {
  position: relative;
  z-index: 1;
}
#products .inner .products-wrap .products-list {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: min(28px, 2.1538461538vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap .products-list {
    align-items: flex-end;
    margin-bottom: 4.6875vw;
  }
}
#products .inner .products-wrap .products-list li {
  text-align: center;
}
#products .inner .products-wrap .products-list li img {
  width: 100%;
  filter: drop-shadow(min(4px, 0.3076923077vw) min(4px, 0.3076923077vw) min(10px, 0.7692307692vw) rgba(0, 0, 0, 0.5));
}
#products .inner .products-wrap .products-list li p {
  text-align: center;
  color: #fff;
  font-size: min(20px, 1.5384615385vw);
  letter-spacing: 0.05em;
  margin-top: min(20px, 1.5384615385vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap .products-list li p {
    font-size: 3.125vw;
    margin-top: 3.125vw;
  }
}
#products .inner .products-wrap .products-name {
  text-align: center;
  line-height: 1.6;
  color: #fff;
  font-size: min(22px, 1.6923076923vw);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap .products-name {
    font-size: 3.4375vw;
  }
}
#products .inner .products-wrap .products-price {
  text-align: center;
  color: #fff;
  font-size: min(22px, 1.6923076923vw);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: min(16px, 1.2307692308vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap .products-price {
    font-size: 3.4375vw;
    margin-top: 1.5625vw;
  }
}
#products .inner .products-wrap .products .btn_cart {
  margin-top: min(32px, 2.4615384615vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap .products .btn_cart {
    margin-top: 5vw;
  }
}
#products .inner .products-wrap .products .heart {
  position: absolute;
  top: max(-62px, -4.7692307692vw);
  left: 50%;
  translate: -50% 0;
  width: min(593px, 45.6153846154vw);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap .products .heart {
    top: -9.6875vw;
    width: 92.65625vw;
  }
}
#products .inner .products-wrap .copyright {
  text-align: center;
  color: #a7a7a7;
  font-size: min(12px, 0.9230769231vw);
  letter-spacing: 0.05em;
  margin-top: min(70px, 5.3846153846vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap .copyright {
    font-size: 2.1875vw;
    letter-spacing: 0.1em;
    margin-top: 13.125vw;
  }
}
#products .inner .products-wrap-liquid {
  background-color: #af0003;
  padding-top: min(104px, 8vw);
  padding-bottom: min(80px, 6.1538461538vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-liquid {
    padding-top: 17.8125vw;
    padding-bottom: 12.5vw;
  }
}
#products .inner .products-wrap-liquid .products-title {
  width: min(720px, 55.3846153846vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-liquid .products-title {
    width: 83.125vw;
  }
}
#products .inner .products-wrap-liquid .products-list {
  column-gap: min(52px, 4vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-liquid .products-list {
    column-gap: 8.125vw;
  }
}
#products .inner .products-wrap-liquid .products-liquid {
  margin-top: min(98px, 7.5384615385vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-liquid .products-liquid {
    margin-top: 16.875vw;
  }
}
#products .inner .products-wrap-liquid .products-liquid li.bk {
  width: min(178px, 13.6923076923vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-liquid .products-liquid li.bk {
    width: 27.8125vw;
  }
}
#products .inner .products-wrap-liquid .products-liquid li.dbr {
  width: min(176px, 13.5384615385vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-liquid .products-liquid li.dbr {
    width: 27.5vw;
  }
}
#products .inner .products-wrap-liquid .products-liquid-s {
  margin-top: min(98px, 7.5384615385vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-liquid .products-liquid-s {
    margin-top: 17.5vw;
  }
}
#products .inner .products-wrap-liquid .products-liquid-s li.bk {
  width: min(178px, 13.6923076923vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-liquid .products-liquid-s li.bk {
    width: 27.8125vw;
  }
}
#products .inner .products-wrap-liquid .products-liquid-s li.dbr {
  width: min(176px, 13.5384615385vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-liquid .products-liquid-s li.dbr {
    width: 27.5vw;
  }
}
#products .inner .products-wrap-alm {
  background-color: #32302e;
  padding-top: min(78px, 6vw);
  padding-bottom: min(36px, 2.7692307692vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-alm {
    padding-top: 15.625vw;
    padding-bottom: 8.125vw;
  }
}
#products .inner .products-wrap-alm .products-title {
  width: min(800px, 61.5384615385vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-alm .products-title {
    width: 84.0625vw;
  }
}
#products .inner .products-wrap-alm .products-list {
  column-gap: min(56px, 4.3076923077vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-alm .products-list {
    column-gap: 8.75vw;
    margin-bottom: 10.15625vw;
  }
}
#products .inner .products-wrap-alm .products-alm {
  margin-top: min(56px, 4.3076923077vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-alm .products-alm {
    margin-top: 10.15625vw;
  }
}
#products .inner .products-wrap-alm .products-alm li.db {
  width: min(244px, 18.7692307692vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-alm .products-alm li.db {
    width: 38.125vw;
  }
}
#products .inner .products-wrap-alm .products-alm li.bb {
  width: min(242px, 18.6153846154vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-alm .products-alm li.bb {
    width: 37.8125vw;
  }
}
#products .inner .products-wrap-alm .products-alm .heart {
  top: max(-115px, -8.8461538462vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-wrap-alm .products-alm .heart {
    top: -15.15625vw;
  }
}
#products .decoration {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: min(126px, 9.6923076923vw);
}
@media screen and (max-width: 768px) {
  #products .decoration {
    width: 19.6875vw;
  }
}

/* animation
---------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media print and (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 80%, 0) scaleY(1.2);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  70% {
    opacity: 1;
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

/*# sourceMappingURL=main.css.map */
