@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* body
---------------------------------------------------*/
body {
  background: #f6bfd7;
}

#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-esther_bunny {
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  margin: 0 auto;
}
#page-esther_bunny img {
  max-width: 100%;
  height: auto;
}

/* hero
---------------------------------------------------*/
#hero {
  position: relative;
  width: 100%;
  background-color: #f6bfd7;
  margin: 0 auto;
  z-index: 1;
}
#hero .inner {
  position: relative;
  width: 100%;
  max-width: 1300px;
  padding-top: min(78px, 6vw);
  padding-bottom: min(37px, 2.8461538462vw);
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #hero .inner {
    padding-top: 14.21875vw;
    padding-bottom: 4.53125vw;
  }
}
#hero .inner img {
  width: 100%;
  user-select: none;
  pointer-events: none;
}
#hero .inner .hero-title {
  position: relative;
  width: min(1177px, 90.5384615385vw);
  margin-left: min(85px, 6.5384615385vw);
  margin-bottom: min(41px, 3.1538461538vw);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-title {
    width: 93.75vw;
    margin-left: 4.53125vw;
    margin-bottom: 4.0625vw;
  }
}
#hero .inner .hero-title-ttl {
  width: 100%;
}
#hero .inner .hero-title-chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#hero .inner .hero-limited {
  position: absolute;
  top: min(75px, 5.7692307692vw);
  left: min(60px, 4.6153846154vw);
  width: min(202px, 15.5384615385vw);
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-limited {
    top: 5.15625vw;
    left: 3.125vw;
    width: 23.59375vw;
  }
}
#hero .inner .hero-heart {
  position: absolute;
  top: min(50px, 3.8461538462vw);
  left: min(1046px, 80.4615384615vw);
  width: min(196px, 15.0769230769vw);
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-heart {
    top: 3.125vw;
    left: 74.53125vw;
    width: 22.96875vw;
  }
}
#hero .inner .hero-phrase {
  width: min(939px, 72.2307692308vw);
  margin-bottom: min(52px, 4vw);
  margin-inline: auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-phrase {
    width: 86.40625vw;
    margin-bottom: 4.84375vw;
  }
}
#hero .inner .hero-phrase .note {
  text-align: center;
  line-height: 1.5;
  font-size: min(12px, 0.9230769231vw);
  letter-spacing: 0.1em;
  margin-top: min(35px, 2.6923076923vw);
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-phrase .note {
    font-size: 2.1875vw;
    margin-top: 2.5vw;
  }
}
#hero .inner .hero-items {
  text-align: center;
}
#hero .inner .hero-items .hero-item01 {
  width: min(877px, 67.4615384615vw);
  margin-inline: auto;
  margin-bottom: min(26px, 2vw);
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-items .hero-item01 {
    width: 83.59375vw;
  }
}
#hero .inner .hero-items .hero-item02 {
  width: min(984px, 75.6923076923vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #hero .inner .hero-items .hero-item02 {
    width: 93.75vw;
  }
}

#hero {
  overflow: hidden;
}
#hero .hero-title-ttl.animated {
  opacity: 0;
}
#hero .hero-title-ttl.did {
  animation-name: fadeIn;
  opacity: 1;
}
#hero .hero-title-chara.animated {
  opacity: 0;
}
#hero .hero-title-chara.did {
  animation-name: bounceInUp;
  opacity: 1;
}
#hero .hero-items .hero-item01.animated {
  opacity: 0;
  translate: 100% 0;
  transition: opacity 0.5s, translate 0.8s;
}
#hero .hero-items .hero-item01.did {
  opacity: 1;
  translate: 0 0;
}
#hero .hero-items .hero-item02.animated {
  opacity: 0;
  translate: -100% 0;
  transition: opacity 0.5s, translate 0.8s;
}
#hero .hero-items .hero-item02.did {
  opacity: 1;
  translate: 0 0;
}

/* award
---------------------------------------------------*/
#award {
  position: relative;
}
#award .inner {
  padding-top: min(40px, 3.0769230769vw);
  padding-bottom: min(30px, 2.3076923077vw);
}
@media screen and (max-width: 768px) {
  #award .inner {
    padding-top: 3.4375vw;
    padding-bottom: 4.6875vw;
  }
}
#award .inner .figure {
  width: min(436px, 33.5384615385vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #award .inner .figure {
    width: 68.125vw;
  }
}
#award .inner .figure img {
  width: 100%;
}
#award .inner .note {
  text-align: center;
  line-height: 1.8;
  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;
  max-width: 1300px;
  padding-top: min(20px, 1.5384615385vw);
  padding-bottom: min(30px, 2.3076923077vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lead .inner {
    padding-top: 21.875vw;
    padding-bottom: 25vw;
  }
}
#lead .inner .lead-title {
  text-align: center;
  line-height: 1.4;
  font-size: min(31px, 2.3846153846vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: min(24px, 1.8461538462vw);
}
@media screen and (max-width: 768px) {
  #lead .inner .lead-title {
    font-size: 4.84375vw;
    margin-bottom: 3.90625vw;
  }
}
#lead .inner .explain p {
  text-align: center;
  line-height: 1.5;
  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 .inner .decoration {
  position: absolute;
  top: 0;
}
#lead .inner .deco {
  position: absolute;
}
#lead .inner .deco img {
  width: 100%;
  max-width: none;
}
#lead .inner .deco.deco01 {
  top: max(-72px, -5.5384615385vw);
  left: min(103px, 7.9230769231vw);
  width: min(91px, 7vw);
}
@media screen and (max-width: 768px) {
  #lead .inner .deco.deco01 {
    top: 2.5vw;
    left: 27.8125vw;
    width: 14.21875vw;
  }
}
#lead .inner .deco.deco02 {
  top: max(-58px, -4.4615384615vw);
  left: min(1145px, 88.0769230769vw);
  width: min(67px, 5.1538461538vw);
}
@media screen and (max-width: 768px) {
  #lead .inner .deco.deco02 {
    top: 5.46875vw;
    left: 81.5625vw;
    width: 10.46875vw;
  }
}
#lead .inner .deco.deco03 {
  top: min(47px, 3.6153846154vw);
  left: min(163px, 12.5384615385vw);
  width: min(95px, 7.3076923077vw);
}
@media screen and (max-width: 768px) {
  #lead .inner .deco.deco03 {
    top: 9.53125vw;
    left: 5.9375vw;
    width: 14.84375vw;
  }
}
#lead .inner .deco.deco04 {
  top: min(58px, 4.4615384615vw);
  left: min(1054px, 81.0769230769vw);
  width: min(34px, 2.6153846154vw);
}
@media screen and (max-width: 768px) {
  #lead .inner .deco.deco04 {
    top: 37.5vw;
    left: 89.21875vw;
    width: 5.3125vw;
  }
}
#lead .inner .deco.deco05 {
  top: min(94px, 7.2307692308vw);
  left: min(1095px, 84.2307692308vw);
  width: min(97px, 7.4615384615vw);
}
@media screen and (max-width: 768px) {
  #lead .inner .deco.deco05 {
    top: 118.28125vw;
    left: 65.46875vw;
    width: 15.15625vw;
  }
}
#lead .inner .deco.deco06 {
  top: min(149px, 11.4615384615vw);
  left: min(100px, 7.6923076923vw);
  width: min(30px, 2.3076923077vw);
}
@media screen and (max-width: 768px) {
  #lead .inner .deco.deco06 {
    top: 55vw;
    left: 4.84375vw;
    width: 4.6875vw;
  }
}
#lead .inner .deco.deco07 {
  top: min(207px, 15.9230769231vw);
  left: min(160px, 12.3076923077vw);
  width: min(36px, 2.7692307692vw);
}
@media screen and (max-width: 768px) {
  #lead .inner .deco.deco07 {
    top: 119.84375vw;
    left: 17.34375vw;
    width: 5.625vw;
  }
}
#lead .inner .deco.deco08 {
  top: min(264px, 20.3076923077vw);
  left: min(125px, 9.6153846154vw);
  width: min(34px, 2.6153846154vw);
}
@media screen and (max-width: 768px) {
  #lead .inner .deco.deco08 {
    top: 116.875vw;
    left: 6.875vw;
    width: 5.3125vw;
  }
}
#lead .inner .deco.deco09 {
  top: min(234px, 18vw);
  left: min(1145px, 88.0769230769vw);
  width: min(61px, 4.6923076923vw);
}
@media screen and (max-width: 768px) {
  #lead .inner .deco.deco09 {
    top: 100.46875vw;
    left: 88.4375vw;
    width: 7.8125vw;
  }
}
#lead .inner .deco.deco10 {
  top: min(319px, 24.5384615385vw);
  left: min(209px, 16.0769230769vw);
  width: min(85px, 6.5384615385vw);
}
@media screen and (max-width: 768px) {
  #lead .inner .deco.deco10 {
    top: 122.96875vw;
    left: 36.875vw;
    width: 13.28125vw;
  }
}
#lead .inner .deco.deco11 {
  top: min(333px, 25.6153846154vw);
  left: min(1010px, 77.6923076923vw);
  width: min(59px, 4.5384615385vw);
}
@media screen and (max-width: 768px) {
  #lead .inner .deco.deco11 {
    top: 64.0625vw;
    left: 87.03125vw;
    width: 9.21875vw;
  }
}

#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.2s;
  }
  #lead .explain .-pc4 {
    transition-delay: 0.3s;
  }
  #lead .explain .-pc5 {
    transition-delay: 0.5s;
  }
  #lead .explain .-pc6 {
    transition-delay: 0.6s;
  }
  #lead .explain .-pc7 {
    transition-delay: 0.7s;
  }
  #lead .explain .-pc8 {
    transition-delay: 0.8s;
  }
  #lead .explain .-pc9 {
    transition-delay: 1s;
  }
  #lead .explain .-pc10 {
    transition-delay: 1.1s;
  }
  #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.3s;
  }
  #lead .explain .-sp5 {
    transition-delay: 0.4s;
  }
  #lead .explain .-sp6 {
    transition-delay: 0.5s;
  }
  #lead .explain .-sp7 {
    transition-delay: 0.7s;
  }
  #lead .explain .-sp8 {
    transition-delay: 0.8s;
  }
  #lead .explain .-sp9 {
    transition-delay: 0.9s;
  }
  #lead .explain .-sp10 {
    transition-delay: 1.1s;
  }
  #lead .explain .-sp11 {
    transition-delay: 1.2s;
  }
  #lead .explain .-sp12 {
    transition-delay: 1.4s;
  }
  #lead .explain .-sp13 {
    transition-delay: 1.5s;
  }
  #lead .explain .-sp14 {
    transition-delay: 1.6s;
  }
  #lead .explain.did .-sp {
    opacity: 1;
    translate: 0 0;
  }
}
@media screen and (min-width: 769px) {
  #lead .decoration .deco {
    opacity: 0;
    scale: 0.5;
    transition: opacity 1s, scale 0.5s, translate 0.5s;
  }
  #lead .decoration .deco.deco01 {
    translate: 100% 0;
    transition-delay: 0s;
  }
  #lead .decoration .deco.deco02 {
    translate: -100% 0;
    transition-delay: 0.1s;
  }
  #lead .decoration .deco.deco03 {
    translate: 100% 0;
    transition-delay: 0.2s;
  }
  #lead .decoration .deco.deco04 {
    translate: -100% 0;
    transition-delay: 0.3s;
  }
  #lead .decoration .deco.deco05 {
    translate: -100% 0;
    transition-delay: 0.4s;
  }
  #lead .decoration .deco.deco06 {
    translate: 100% 0;
    transition-delay: 0.5s;
  }
  #lead .decoration .deco.deco07 {
    translate: 100% 0;
    transition-delay: 0.6s;
  }
  #lead .decoration .deco.deco08 {
    translate: 100% 0;
    transition-delay: 0.7s;
  }
  #lead .decoration .deco.deco09 {
    translate: -100% 0;
    transition-delay: 0.8s;
  }
  #lead .decoration .deco.deco10 {
    translate: 100% 0;
    transition-delay: 0.9s;
  }
  #lead .decoration .deco.deco11 {
    translate: -100% 0;
    transition-delay: 1s;
  }
  #lead .decoration.did .deco {
    scale: 1;
    opacity: 1;
    translate: 0 0;
  }
}
@media screen and (max-width: 768px) {
  #lead .decoration .deco {
    opacity: 0;
    scale: 0.5;
    transition: opacity 1s, scale 0.5s, translate 0.5s;
  }
  #lead .decoration .deco.deco01 {
    translate: 20% 80%;
    transition-delay: 0s;
  }
  #lead .decoration .deco.deco02 {
    translate: -100% 40%;
    transition-delay: 0.1s;
  }
  #lead .decoration .deco.deco03 {
    translate: 100% 60%;
    transition-delay: 0.2s;
  }
  #lead .decoration .deco.deco04 {
    translate: -100% 0;
    transition-delay: 0.3s;
  }
  #lead .decoration .deco.deco06 {
    translate: 100% 0;
    transition-delay: 0.4s;
  }
  #lead .decoration .deco.deco11 {
    translate: -100% 0;
    transition-delay: 0.5s;
  }
  #lead .decoration .deco.deco09 {
    translate: -100% 0;
    transition-delay: 0.6s;
  }
  #lead .decoration .deco.deco08 {
    translate: 100% 0;
    transition-delay: 0.7s;
  }
  #lead .decoration .deco.deco07 {
    translate: 100% 0;
    transition-delay: 0.8s;
  }
  #lead .decoration .deco.deco05 {
    translate: -100% 0;
    transition-delay: 0.9s;
  }
  #lead .decoration .deco.deco10 {
    translate: 0 -100%;
    transition-delay: 1s;
  }
  #lead .decoration.did .deco {
    scale: 1;
    opacity: 1;
    translate: 0 0;
  }
}

/* introduce
---------------------------------------------------*/
.introduce {
  position: relative;
}
.introduce .inner {
  position: relative;
}
.introduce .inner .heading {
  margin-bottom: min(64px, 4.9230769231vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .heading {
    margin-bottom: 5.9375vw;
  }
}
.introduce .inner .heading .logo {
  text-align: center;
  margin-bottom: min(43px, 3.3076923077vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .heading .logo {
    margin-bottom: 5.625vw;
  }
}
.introduce .inner .heading .title {
  text-align: center;
}
.introduce .inner .heading .title .txt {
  font-size: min(35px, 2.6923076923vw);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .introduce .inner .heading .title .txt {
    font-size: 4.6875vw;
  }
}
.introduce .inner .heading .title .ttl {
  line-height: 1.2;
  font-size: min(66px, 5.0769230769vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: min(24px, 1.8461538462vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .heading .title .ttl {
    font-size: 9.375vw;
    margin-top: 2.34375vw;
  }
}
.introduce .inner .heading .note {
  text-align: center;
  font-size: min(12px, 0.9230769231vw);
  letter-spacing: 0.1em;
  margin-top: min(34px, 2.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .heading .note {
    font-size: 2.1875vw;
    margin-top: 3.125vw;
  }
}
.introduce .inner .package-wrap {
  position: relative;
  z-index: 2;
}
.introduce .inner .package-wrap .package-list {
  display: flex;
  justify-content: center;
  column-gap: min(46px, 3.5384615385vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .package-wrap .package-list {
    flex-wrap: wrap;
    gap: 4.53125vw 7.1875vw;
  }
}
.introduce .inner .package-wrap .package-list li {
  position: relative;
  width: min(145px, 11.1538461538vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .package-wrap .package-list li {
    width: 22.65625vw;
  }
}
.introduce .inner .package-wrap .package-list li img {
  width: 100%;
}
.introduce .inner .package-wrap .package-list li .face {
  position: absolute;
  top: min(65px, 5vw);
  left: 0;
  width: 100%;
  height: min(100px, 7.6923076923vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .package-wrap .package-list li .face {
    top: 10.15625vw;
    height: 15.625vw;
  }
}
.introduce .inner .package-wrap .refill {
  position: absolute;
  top: max(-178px, -13.6923076923vw);
  left: calc(50% + min(336px, 25.8461538462vw));
  width: min(193px, 14.8461538462vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .package-wrap .refill {
    display: none;
  }
}
.introduce .inner .package-wrap .refill img {
  width: 100%;
}
.introduce .inner .items-wrap {
  position: relative;
  background-color: #fff;
  padding-top: min(102px, 7.8461538462vw);
  padding-bottom: min(105px, 8.0769230769vw);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap {
    padding-top: 16.09375vw;
    padding-bottom: 17.1875vw;
  }
}
.introduce .inner .items-wrap::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap::before {
    top: -3.75vw;
    height: 4.6875vw;
  }
}
.introduce .inner .items-wrap .items-list {
  width: min(1000px, 76.9230769231vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list {
    width: 100%;
  }
}
.introduce .inner .items-wrap .items-list li {
  display: flex;
  justify-content: space-between;
}
.introduce .inner .items-wrap .items-list li:not(:last-child) {
  margin-bottom: min(72px, 5.5384615385vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li:not(:last-child) {
    margin-bottom: 11.25vw;
  }
}
.introduce .inner .items-wrap .items-list li img {
  width: 100%;
  max-width: none;
}
.introduce .inner .items-wrap .items-list li .eye-wrap {
  position: relative;
  padding-left: min(60px, 4.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li .eye-wrap {
    padding-left: 0;
    margin-left: 7.03125vw;
  }
}
.introduce .inner .items-wrap .items-list li .eye-wrap .eye {
  width: min(294px, 22.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li .eye-wrap .eye {
    width: 45.9375vw;
  }
}
.introduce .inner .items-wrap .items-list li .eye-wrap .chara {
  position: absolute;
  top: max(-9px, -0.6923076923vw);
  left: max(-13px, -1vw);
  width: min(124px, 9.5384615385vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li .eye-wrap .chara {
    top: 21.25vw;
    left: 0.46875vw;
    width: 15.46875vw;
  }
}
.introduce .inner .items-wrap .items-list li .eye-wrap .line {
  position: absolute;
  top: min(105px, 8.0769230769vw);
  left: min(259px, 19.9230769231vw);
  width: min(156px, 12vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li .eye-wrap .line {
    top: 19.0625vw;
    left: 25.3125vw;
    width: 24.375vw;
  }
}
.introduce .inner .items-wrap .items-list li .item-wrap {
  width: min(591px, 45.4615384615vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li .item-wrap {
    position: relative;
    width: 41.09375vw;
  }
}
.introduce .inner .items-wrap .items-list li .item-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li .item-wrap .title-wrap {
    display: block;
    padding-bottom: 12.1875vw;
  }
}
.introduce .inner .items-wrap .items-list li .item-wrap .title-wrap .title {
  padding-left: min(8px, 0.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li .item-wrap .title-wrap .title {
    padding-left: 0;
  }
}
.introduce .inner .items-wrap .items-list li .item-wrap .title-wrap .title .en {
  display: inline-block;
  line-height: 1.2;
  font-size: min(55px, 4.2307692308vw);
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li .item-wrap .title-wrap .title .en {
    line-height: 1;
    font-size: 8.59375vw;
  }
}
.introduce .inner .items-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(1px, 0.0769230769vw);
  margin-left: min(5px, 0.3846153846vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li .item-wrap .title-wrap .title .ja {
    font-size: 3.125vw;
    margin-top: 1.09375vw;
    margin-left: 0.625vw;
  }
}
.introduce .inner .items-wrap .items-list li .item-wrap .title-wrap .txt {
  text-align: right;
  line-height: 1.5;
  font-size: min(20px, 1.5384615385vw);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li .item-wrap .title-wrap .txt {
    text-align: left;
    font-size: 3.125vw;
    margin-top: 1.71875vw;
    margin-left: 0.78125vw;
  }
}
.introduce .inner .items-wrap .items-list li .item-wrap .item {
  width: 100%;
  margin-top: min(14px, 1.0769230769vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li .item-wrap .item {
    position: absolute;
    bottom: 0;
    right: -5.625vw;
    width: 80.46875vw;
    margin-top: 0;
  }
}
.introduce .inner .items-wrap .items-list li .item-wrap .item img {
  max-width: none;
}
.introduce .inner .items-wrap .items-list li.bk .title {
  color: #000;
}
.introduce .inner .items-wrap .items-list li.dbr .chara {
  top: max(-14px, -1.0769230769vw);
  left: max(-7px, -0.5384615385vw);
  width: min(91px, 7vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li.dbr .chara {
    top: 19.53125vw;
    left: 1.875vw;
    width: 12.96875vw;
  }
}
.introduce .inner .items-wrap .items-list li.dbr .item-wrap .title-wrap .title {
  color: #5c3c31;
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li.dbr .item-wrap .title-wrap .title .en {
    line-height: 0.8;
  }
}
.introduce .inner .items-wrap .items-list li.br .chara {
  top: max(-17px, -1.3076923077vw);
  left: max(-12px, -0.9230769231vw);
  width: min(109px, 8.3846153846vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li.br .chara {
    top: 20.3125vw;
    left: 2.5vw;
    width: 13.28125vw;
  }
}
.introduce .inner .items-wrap .items-list li.br .item-wrap .title-wrap .title {
  color: #7a4831;
}
.introduce .inner .items-wrap .items-list li.mlb .chara {
  top: max(-13px, -1vw);
  left: max(-17px, -1.3076923077vw);
  width: min(110px, 8.4615384615vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li.mlb .chara {
    top: 19.6875vw;
    left: 1.25vw;
    width: 15vw;
  }
}
.introduce .inner .items-wrap .items-list li.mlb .item-wrap .title-wrap .title {
  color: #b1825b;
}
.introduce .inner .items-wrap .items-list li.mlb .item-wrap .title-wrap .title .en {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li.mlb .item-wrap .title-wrap .title .en {
    line-height: 0.8;
  }
}
.introduce .inner .items-wrap .items-list li.mlb .item-wrap .title-wrap .txt {
  line-height: 1.3;
}
.introduce .inner .items-wrap .items-list li.mgr .chara {
  top: max(-18px, -1.3846153846vw);
  left: max(-17px, -1.3076923077vw);
  width: min(110px, 8.4615384615vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li.mgr .chara {
    top: 19.375vw;
    left: 2.1875vw;
    width: 15vw;
  }
}
.introduce .inner .items-wrap .items-list li.mgr .item-wrap .title-wrap .title {
  color: #8b7970;
}
.introduce .inner .items-wrap .items-list li.mgr .item-wrap .title-wrap .title .en {
  letter-spacing: 0.001em;
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li.mgr .item-wrap .title-wrap .title .en {
    line-height: 0.8;
    margin-top: -1.5625vw;
    margin-bottom: 1.5625vw;
  }
}
.introduce .inner .items-wrap .items-list li.mgr .item-wrap .title-wrap .txt {
  line-height: 1.3;
}
.introduce .inner .items-wrap .items-list li.rzb .chara {
  top: max(-10px, -0.7692307692vw);
  left: max(-8px, -0.6153846154vw);
  width: min(115px, 8.8461538462vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li.rzb .chara {
    top: 20.9375vw;
    left: 3.28125vw;
    width: 17.1875vw;
  }
}
.introduce .inner .items-wrap .items-list li.rzb .item-wrap .title-wrap .title {
  color: #943c46;
}
.introduce .inner .items-wrap .items-list li.rzb .item-wrap .title-wrap .title .en {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .introduce .inner .items-wrap .items-list li.rzb .item-wrap .title-wrap .title .en {
    line-height: 0.8;
  }
}
.introduce .inner .feature-wrap {
  position: relative;
  padding-top: min(88px, 6.7692307692vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap {
    padding-top: 19.53125vw;
  }
}
.introduce .inner .feature-wrap .feature-title {
  text-align: center;
  font-size: min(72px, 5.5384615385vw);
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: min(44px, 3.3846153846vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .feature-title {
    font-size: 11.25vw;
    margin-bottom: 7.03125vw;
  }
}
.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 .txt-wrap .num {
  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 .txt-wrap .num {
    font-size: 3.125vw;
  }
}
.introduce .inner .feature-wrap .point-wrap .point .txt-wrap .ttl {
  line-height: 1.3;
  font-size: min(30px, 2.3076923077vw);
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: min(18px, 0.9230769231vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point .txt-wrap .ttl {
    line-height: 1.4;
    font-size: 4.6875vw;
    margin-top: 1.875vw;
  }
}
.introduce .inner .feature-wrap .point-wrap .point .txt-wrap .txt {
  line-height: 1.5;
  font-size: min(20px, 1.5384615385vw);
  letter-spacing: 0.075em;
  margin-top: min(18px, 0.9230769231vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point .txt-wrap .txt {
    font-size: 3.125vw;
    margin-top: 2.34375vw;
  }
}
.introduce .inner .feature-wrap .point-wrap .point .txt-wrap .note {
  line-height: 1.5;
  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 .txt-wrap .note {
    font-size: 2.1875vw;
    margin-top: 1.875vw;
  }
}
.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(57px, 4.3846153846vw) min(75px, 5.7692307692vw);
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap .point01 {
    display: block;
    padding: 10vw 7.8125vw 8.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: 4.375vw;
  }
}
.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%;
  }
}
.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%;
  }
}
.introduce .inner .feature-wrap .point-wrap > .note {
  line-height: 1.5;
  font-size: min(12px, 0.9230769231vw);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .introduce .inner .feature-wrap .point-wrap > .note {
    font-size: 2.1875vw;
  }
}
.introduce .inner > .chara {
  width: min(303px, 23.3076923077vw);
  margin-inline: auto;
  margin-top: min(34px, 2.6153846154vw);
  translate: min(24px, 1.8461538462vw) 0;
}
@media screen and (max-width: 768px) {
  .introduce .inner > .chara {
    width: 47.34375vw;
    margin-top: 2.8125vw;
    translate: 2.65625vw 0;
  }
}
.introduce#liquid .inner {
  padding-top: min(76px, 5.8461538462vw);
  padding-bottom: min(90px, 6.9230769231vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner {
    padding-top: 6.875vw;
    padding-bottom: 14.0625vw;
  }
}
.introduce#liquid .inner .heading .logo img {
  width: min(784px, 60.3076923077vw);
}
@media screen and (max-width: 768px) {
  .introduce#liquid .inner .heading .logo img {
    width: 85.78125vw;
  }
}
.introduce#pencil .inner {
  background-color: #bfe1ed;
  padding-top: min(84px, 6.4615384615vw);
  padding-bottom: min(170px, 13.0769230769vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner {
    padding-top: 15.3125vw;
    padding-bottom: 29.6875vw;
  }
}
.introduce#pencil .inner .heading {
  margin-bottom: min(50px, 3.8461538462vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .heading {
    margin-bottom: 10.15625vw;
  }
}
.introduce#pencil .inner .heading .logo img {
  width: min(997px, 76.6923076923vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .heading .logo img {
    width: 84.84375vw;
  }
}
.introduce#pencil .inner .heading .title .ttl {
  line-height: 1.2;
  font-size: min(45px, 3.4615384615vw);
  letter-spacing: 0.05em;
  margin-top: min(24px, 1.8461538462vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .heading .title .ttl {
    font-size: 7.03125vw;
    margin-top: 3.75vw;
  }
}
.introduce#pencil .inner .heading .title .ttl span {
  font-size: min(46px, 3.5384615385vw);
  font-weight: 600;
  letter-spacing: 0;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .heading .title .ttl span {
    font-size: 7.1875vw;
  }
}
.introduce#pencil .inner .package-wrap .package-list {
  column-gap: min(51px, 3.9230769231vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .package-wrap .package-list {
    column-gap: 7.96875vw;
  }
}
.introduce#pencil .inner .package-wrap .package-list li {
  width: min(146px, 11.2307692308vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .package-wrap .package-list li {
    width: 22.8125vw;
  }
}
.introduce#pencil .inner .items-wrap {
  padding-top: min(80px, 6.1538461538vw);
  padding-bottom: min(105px, 8.0769230769vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .items-wrap {
    padding-top: 12.5vw;
    padding-bottom: 15.15625vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .items-wrap .items-list li .eye-wrap {
    margin-left: 6.25vw;
  }
}
.introduce#pencil .inner .items-wrap .items-list li .item-wrap {
  width: min(592px, 45.5384615385vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .items-wrap .items-list li .item-wrap {
    width: 42.5vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .items-wrap .items-list li .item-wrap .title-wrap {
    padding-bottom: 18.125vw;
  }
}
.introduce#pencil .inner .items-wrap .items-list li .item-wrap .title-wrap .title {
  padding-left: 0;
}
.introduce#pencil .inner .items-wrap .items-list li .item-wrap .item {
  margin-top: min(17px, 1.3076923077vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .items-wrap .items-list li .item-wrap .item {
    position: absolute;
    bottom: 0;
    right: -34.21875vw;
    width: 113.4375vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .items-wrap .items-list li.bk .title-wrap .title {
    padding-top: 3.28125vw;
  }
}
.introduce#pencil .inner .items-wrap .items-list li.bk .chara {
  top: max(-23px, -1.7692307692vw);
  left: max(-14px, -1.0769230769vw);
  width: min(105px, 8.0769230769vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .items-wrap .items-list li.bk .chara {
    top: 21.875vw;
    left: -0.15625vw;
    width: 12.1875vw;
  }
}
.introduce#pencil .inner .items-wrap .items-list li.bk .line {
  top: min(39px, 3vw);
  left: min(215px, 16.5384615385vw);
  width: min(236px, 18.1538461538vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .items-wrap .items-list li.bk .line {
    top: 9.21875vw;
    left: 19.6875vw;
    width: 36.875vw;
  }
}
.introduce#pencil .inner .items-wrap .items-list li.mbr .title-wrap .title .ja {
  margin-top: min(14px, 1.0769230769vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .items-wrap .items-list li.mbr .title-wrap .title .ja {
    margin-top: 2.1875vw;
  }
}
.introduce#pencil .inner .items-wrap .items-list li.mbr .chara {
  top: max(-22px, -1.6923076923vw);
  left: max(-14px, -1.0769230769vw);
  width: min(129px, 9.9230769231vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .items-wrap .items-list li.mbr .chara {
    top: 26.5625vw;
    left: 1.09375vw;
    width: 14.375vw;
  }
}
.introduce#pencil .inner .items-wrap .items-list li.mbr .line {
  top: min(27px, 2.0769230769vw);
  left: min(216px, 16.6153846154vw);
  width: min(240px, 18.4615384615vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .items-wrap .items-list li.mbr .line {
    top: 8.125vw;
    left: 18.59375vw;
    width: 37.5vw;
  }
}
.introduce#pencil .inner .items-wrap .items-list li.mbr .item-wrap .title-wrap .title {
  color: #604019;
}
.introduce#pencil .inner .items-wrap .items-list li.mbr .item-wrap .title-wrap .title .en {
  line-height: 0.8;
  letter-spacing: -0.015em;
}
.introduce#pencil .inner .feature-wrap {
  padding-top: min(97px, 7.4615384615vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .feature-wrap {
    padding-top: 14.0625vw;
  }
}
.introduce#pencil .inner .feature-wrap .point-wrap .point01 {
  padding: min(30px, 2.3076923077vw) min(16px, 1.2307692308vw) min(10px, 0.7692307692vw) min(74px, 5.6923076923vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .feature-wrap .point-wrap .point01 {
    padding: 10vw 1.5625vw 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .feature-wrap .point-wrap .point01 .txt-wrap {
    text-align: center;
  }
}
.introduce#pencil .inner .feature-wrap .point-wrap .point01 .figure {
  width: min(510px, 39.2307692308vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .feature-wrap .point-wrap .point01 .figure {
    width: 79.6875vw;
    height: 31.25vw;
    margin-inline: auto;
    overflow: hidden;
    margin-top: 0;
  }
  .introduce#pencil .inner .feature-wrap .point-wrap .point01 .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.introduce#pencil .inner .feature-wrap .point-wrap .point02 {
  width: 100%;
  padding: min(50px, 3.8461538462vw) min(10px, 0.7692307692vw) min(44px, 3.3846153846vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .feature-wrap .point-wrap .point02 {
    padding: 7.8125vw 0 9.6875vw;
  }
}
.introduce#pencil .inner .feature-wrap .point-wrap .point02 .txt-wrap {
  text-align: center;
}
.introduce#pencil .inner .feature-wrap .point-wrap .point02 .figure {
  width: min(744px, 57.2307692308vw);
  margin-inline: auto;
  margin-top: min(30px, 2.3076923077vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .feature-wrap .point-wrap .point02 .figure {
    width: 85.15625vw;
    margin-inline: auto 0;
    margin-top: 5.625vw;
    overflow: hidden;
  }
  .introduce#pencil .inner .feature-wrap .point-wrap .point02 .figure img {
    object-fit: cover;
    width: 88.28125vw;
    max-width: none;
    height: 100%;
  }
}
.introduce#pencil .inner .feature-wrap .point-wrap .point02 .function {
  width: min(677px, 52.0769230769vw);
  margin-inline: auto;
  margin-top: min(47px, 3.6153846154vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .feature-wrap .point-wrap .point02 .function {
    width: 80.78125vw;
    margin-top: 9.21875vw;
  }
}
.introduce#pencil .inner .feature-wrap .point-wrap .point02 > .note {
  text-align: center;
  line-height: 1.5;
  font-size: min(12px, 0.9230769231vw);
  letter-spacing: 0.05em;
  margin-top: min(30px, 2.3076923077vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .feature-wrap .point-wrap .point02 > .note {
    font-size: 2.1875vw;
    margin-top: 4.6875vw;
  }
}
.introduce#pencil .inner .feature-wrap .point-wrap .point03 {
  width: 100%;
  padding: min(58px, 4.4615384615vw) min(10px, 0.7692307692vw) min(65px, 5vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .feature-wrap .point-wrap .point03 {
    padding: 9.0625vw 0 8.28125vw;
  }
}
.introduce#pencil .inner .feature-wrap .point-wrap .point03 .txt-wrap {
  text-align: center;
}
.introduce#pencil .inner .feature-wrap .point-wrap .point03 .figure {
  width: min(1011px, 77.7692307692vw);
  margin-inline: auto;
  margin-top: min(43px, 3.3076923077vw);
}
@media screen and (max-width: 768px) {
  .introduce#pencil .inner .feature-wrap .point-wrap .point03 .figure {
    width: 89.0625vw;
    margin-top: 4.6875vw;
  }
}

.introduce .package-list .did .face {
  animation-name: flash;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.introduce .package-list li:nth-child(1) .face {
  animation-delay: 1.2s;
}
.introduce .package-list li:nth-child(2) .face {
  animation-delay: 0s;
}
.introduce .package-list li:nth-child(3) .face {
  animation-delay: 0.3s;
}
.introduce .package-list li:nth-child(4) .face {
  animation-delay: 0.9s;
}
.introduce .package-list li:nth-child(5) .face {
  animation-delay: 0.6s;
}
.introduce .package-list li:nth-child(6) .face {
  animation-delay: 1.5s;
}
.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;
}

#pencil.introduce .package-list li:nth-child(1) .face {
  animation-delay: 0.2s;
}
#pencil.introduce .package-list li:nth-child(2) .face {
  animation-delay: 0.6s;
}

/* 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 3.90625vw 7.8125vw;
  }
}
.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.8125vw;
  }
}
.spec-type-block-inner .img {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .spec-type-block-inner .img {
    width: 155.15625vw;
    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: 6.25vw;
  }
}
.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: 6px;
    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: #f6bfd7;
  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 .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 3.75vw 0;
    margin-top: 7.1875vw;
  }
}
.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: 1.5625vw;
  }
}
.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 {
  line-height: 1.45;
  font-size: min(11px, 0.8461538462vw);
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 0.5;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .spec-type-block .explain-list .note {
    line-height: 1.4;
    font-size: 2.1875vw;
    margin-left: 0;
  }
}

/* products
---------------------------------------------------*/
#products {
  position: relative;
}
#products .inner {
  position: relative;
}
#products .inner .products-title {
  position: absolute;
  top: max(-143px, -11vw);
  left: 50%;
  translate: -50% 0;
  width: min(377px, 29vw);
}
@media screen and (max-width: 768px) {
  #products .inner .products-title {
    top: -25.9375vw;
    width: 58.90625vw;
  }
}
#products .inner .products-title img {
  width: 100%;
}
#products .inner ul.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: min(40px, 3.0769230769vw);
}
@media screen and (max-width: 768px) {
  #products .inner ul.products-list {
    row-gap: 5.625vw;
    margin-bottom: 5.3125vw;
  }
}
#products .inner ul.products-list li {
  width: min(173px, 13.3076923077vw);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #products .inner ul.products-list li {
    width: 27.03125vw;
  }
}
#products .inner ul.products-list li img {
  width: min(135px, 10.3846153846vw);
}
@media screen and (max-width: 768px) {
  #products .inner ul.products-list li img {
    width: 21.09375vw;
  }
}
#products .inner ul.products-list li p {
  text-align: center;
  font-size: min(20px, 1.5384615385vw);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #products .inner ul.products-list li p {
    font-size: 3.125vw;
  }
}
#products .inner .name {
  text-align: center;
  font-size: min(20px, 1.5384615385vw);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #products .inner .name {
    line-height: 1.5;
    font-size: 3.125vw;
  }
}
#products .inner .price {
  text-align: center;
  font-size: min(20px, 1.5384615385vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #products .inner .price {
    line-height: 1.5;
    font-size: 3.125vw;
    margin-top: 0.6em;
  }
}
#products .inner .btn_cart {
  border-color: #e46ea1;
  background-color: #e46ea1;
  margin-top: min(35px, 2.6923076923vw);
}
@media screen and (max-width: 768px) {
  #products .inner .btn_cart {
    width: 78.125vw;
    height: 12.5vw;
    margin-top: 4.6875vw;
  }
}
#products .inner .btn_cart a {
  text-indent: 1.3em;
}
@media screen and (max-width: 768px) {
  #products .inner .btn_cart a {
    line-height: calc(12.5vw - 2px);
    font-size: 5.46875vw;
  }
}
#products .inner .btn_cart a span {
  vertical-align: middle;
}
#products .inner .btn_cart a span:before {
  left: -1.3em;
}
#products .inner .btn_cart:hover {
  background-color: #fff;
}
#products .inner .btn_cart:hover a {
  color: #e46ea1;
}
#products .inner .btn_cart:hover a span:before {
  background-image: url("../img/icon_cart_on_pink.png");
}
#products .inner .copyright {
  text-align: center;
  font-size: min(12px, 0.9230769231vw);
  letter-spacing: 0.1em;
  margin-top: min(54px, 4.1538461538vw);
}
@media screen and (max-width: 768px) {
  #products .inner .copyright {
    font-size: 2.1875vw;
    margin-top: 8.4375vw;
  }
}
#products .liquid-wrap {
  background-color: #f6bfd7;
  padding-top: min(234px, 18vw);
  padding-bottom: min(80px, 6.1538461538vw);
}
@media screen and (max-width: 768px) {
  #products .liquid-wrap {
    padding-top: 33.4375vw;
    padding-bottom: 12.5vw;
  }
}
#products .pencil-wrap {
  background-color: #bfe1ed;
  padding-top: min(84px, 6.4615384615vw);
  padding-bottom: min(53px, 4.0769230769vw);
}
@media screen and (max-width: 768px) {
  #products .pencil-wrap {
    padding-top: 13.125vw;
    padding-bottom: 12.5vw;
  }
}
#products .pencil-wrap ul.products-list li img {
  width: min(132px, 10.1538461538vw);
}
@media screen and (max-width: 768px) {
  #products .pencil-wrap ul.products-list li img {
    width: 20.625vw;
  }
}
#products .pencil-wrap .btn_cart {
  border-color: #61b0d0;
  background-color: #61b0d0;
}
#products .pencil-wrap .btn_cart:hover {
  background-color: #fff;
}
#products .pencil-wrap .btn_cart:hover a {
  color: #61b0d0;
}
#products .pencil-wrap .btn_cart:hover a span:before {
  background-image: url("../img/icon_cart_on_blue.png");
}

/* 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;
  }
}

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