/* ========================================
   Variables
======================================== */
/* ========================================
   Mixins
======================================== */
@keyframes shutter_landscape {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes shutter_landscape_reverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* ========================================
   Page Specific Styles
======================================== */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  color: #4b4b4b;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

:target {
  scroll-margin-top: 90px;
}

a,
button {
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.6;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* ========================================
     Utility Classes
  ======================================== */
.sp {
  display: none;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.fade-in.is-show {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--delay, 0s);
}

/* ========================================
     Layout
  ======================================== */
#wrapper {
  max-width: 1400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  #wrapper {
    max-width: 750px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

/* ========================================
     Components
  ======================================== */
.hero {
  position: relative;
}
.hero__main-visual {
  display: block;
  aspect-ratio: 1400/615;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.hero__main-visual.is-animated {
  clip-path: inset(0);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .hero__main-visual {
    aspect-ratio: 750/1000;
  }
}
.hero__logo {
  position: absolute;
  top: min(13.7142857143vw, 192px);
  right: min(10.7142857143vw, 150px);
  width: min(30.9285714286vw, 433px);
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.hero__logo.is-animated {
  clip-path: inset(0);
}
.hero__logo {
  transition-delay: 0.4s;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .hero__logo {
    top: min(57.6vw, 432px);
    right: min(2.6666666667vw, 20px);
    width: min(26.6666666667vw, 200px);
  }
}
.hero__title--01 {
  position: absolute;
  top: min(18.4285714286vw, 258px);
  right: min(16.5vw, 231px);
  width: min(19.2857142857vw, 270px);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.hero__title--01.is-animated {
  clip-path: inset(0);
}
.hero__title--01 {
  transition-delay: 0.8s;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .hero__title--01 {
    top: auto;
    right: auto;
    bottom: min(25.4666666667vw, 191px);
    left: min(5.8666666667vw, 44px);
    width: min(45.0666666667vw, 338px);
  }
}
.hero__title--02 {
  position: absolute;
  top: min(22.6428571429vw, 317px);
  right: min(18.0714285714vw, 253px);
  width: min(16.2142857143vw, 227px);
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.hero__title--02.is-animated {
  clip-path: inset(0);
}
.hero__title--02 {
  transition-delay: 0.8s;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .hero__title--02 {
    top: auto;
    right: auto;
    bottom: min(18vw, 135px);
    left: min(5.8666666667vw, 44px);
    width: min(37.8666666667vw, 284px);
  }
}
.hero__title--03 {
  position: absolute;
  top: min(25.8571428571vw, 362px);
  right: min(8.9285714286vw, 125px);
  width: min(34.4285714286vw, 482px);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.hero__title--03.is-animated {
  clip-path: inset(0);
}
.hero__title--03 {
  transition-delay: 0.8s;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .hero__title--03 {
    top: auto;
    right: auto;
    bottom: min(5.3333333333vw, 40px);
    left: min(5.8666666667vw, 44px);
    width: min(80.2666666667vw, 602px);
  }
}

.intro-nav {
  padding-top: min(5.7142857143vw, 80px);
  padding-bottom: min(7.1428571429vw, 100px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .intro-nav {
    padding-top: min(9.3333333333vw, 70px);
    padding-bottom: min(20vw, 150px);
  }
}
.intro-nav__title {
  width: min(24.8571428571vw, 348px);
  margin: 0 auto;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.intro-nav__title.is-animated {
  clip-path: inset(0);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .intro-nav__title {
    width: min(57.8666666667vw, 434px);
  }
}
.intro-nav__lead {
  margin-top: min(1.0714285714vw, 15px);
  font-size: min(1.1428571429vw, 16px);
  line-height: min(2.1428571429vw, 30px);
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .intro-nav__lead {
    margin-top: min(2.6666666667vw, 20px);
    font-size: min(3.4666666667vw, 26px);
    line-height: min(5.8666666667vw, 44px);
    letter-spacing: 0;
  }
}
.intro-nav__list {
  margin-top: min(7.0714285714vw, 99px);
  gap: min(0.7142857143vw, 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .intro-nav__list {
    margin-top: min(9.0666666667vw, 68px);
    gap: min(1.8666666667vw, 14px);
  }
}
.intro-nav__link {
  width: min(25vw, 350px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .intro-nav__link {
    width: min(73.3333333333vw, 550px);
  }
}

.feature-section {
  padding-bottom: min(14.2857142857vw, 200px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section {
    padding-bottom: min(20vw, 150px);
  }
}
.feature-section__header-title--01 {
  display: block;
  width: min(10.0714285714vw, 141px);
  margin: 0 auto;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.feature-section__header-title--01.is-animated {
  clip-path: inset(0);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__header-title--01 {
    width: min(23.6vw, 177px);
  }
}
.feature-section__header-title--02 {
  display: block;
  width: min(1.9285714286vw, 27px);
  margin: 0 auto;
  margin-top: max(-9vw, -126px);
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.feature-section__header-title--02.is-animated {
  clip-path: inset(0);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__header-title--02 {
    width: min(4.5333333333vw, 34px);
    margin-top: max(-20.9333333333vw, -157px);
  }
}
.feature-section__header-title--03 {
  display: block;
  width: min(13.8571428571vw, 194px);
  margin: 0 auto;
  margin-top: min(1.1428571429vw, 16px);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.feature-section__header-title--03.is-animated {
  clip-path: inset(0);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__header-title--03 {
    width: min(32.2666666667vw, 242px);
    margin-top: min(2.6666666667vw, 20px);
  }
}
.feature-section__header-sub-title {
  margin-top: min(1.1428571429vw, 16px);
  font-size: min(2vw, 28px);
  line-height: min(2.2857142857vw, 32px);
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.feature-section__header-sub-title.is-animated {
  clip-path: inset(0);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__header-sub-title {
    margin-top: min(1.0666666667vw, 8px);
    font-size: min(4.6666666667vw, 35px);
    line-height: min(5.3333333333vw, 40px);
  }
}
.feature-section__header-lead {
  margin-top: min(1.1428571429vw, 16px);
  font-size: min(1vw, 14px);
  line-height: min(2vw, 28px);
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__header-lead {
    margin-top: min(4vw, 30px);
    font-size: min(3.2vw, 24px);
    line-height: min(5.3333333333vw, 40px);
  }
}
.feature-section__hero {
  display: block;
  width: min(42.8571428571vw, 600px);
  margin: 0 auto;
  margin-top: min(3.5vw, 49px);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.feature-section__hero.is-animated {
  clip-path: inset(0);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__hero {
    width: min(90.6666666667vw, 680px);
    margin-top: min(6.2666666667vw, 47px);
  }
}
.feature-section__intro {
  width: min(46.4285714286vw, 650px);
  gap: min(3.5714285714vw, 50px);
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__intro {
    width: min(100vw, 750px);
    gap: min(6.6666666667vw, 50px);
  }
}
.feature-section__intro-sub-visual {
  display: block;
  width: min(25vw, 350px);
  margin-top: min(7.1428571429vw, 100px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__intro-sub-visual {
    width: min(64vw, 480px);
    margin-top: min(2.6666666667vw, 20px);
  }
}
.feature-section__intro-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: min(0.5vw, 7px);
  margin-top: min(12.5714285714vw, 176px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__intro-text {
    gap: min(0.9333333333vw, 7px);
    margin-top: min(24.1333333333vw, 181px);
  }
}
.feature-section__intro-text-line {
  writing-mode: vertical-rl;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
  color: #4f4f4f;
  border-right: min(0.1142857143vw, 1.6px) solid #3cc3ff;
  font-size: min(1.7142857143vw, 24px);
  line-height: min(2.1428571429vw, 30px);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.feature-section__intro-text-line.is-animated {
  clip-path: inset(0);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__intro-text-line {
    border-right: min(0.2666666667vw, 2px) solid #3cc3ff;
    font-size: min(4vw, 30px);
    line-height: min(4.6666666667vw, 35px);
  }
}
.feature-section__product {
  width: min(28.5714285714vw, 400px);
  margin: 0 auto;
  margin-top: min(7vw, 98px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__product {
    width: min(80vw, 600px);
    margin-top: min(7.3333333333vw, 55px);
  }
}
.feature-section__product-title {
  font-size: min(1.4285714286vw, 20px);
  line-height: min(1.8571428571vw, 26px);
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
  clip-path: inset(0 50% 0 50%);
  transition: clip-path 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.feature-section__product-title.is-animated {
  clip-path: inset(0);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__product-title {
    font-size: min(3.2vw, 24px);
    line-height: min(4.5333333333vw, 34px);
  }
}
.feature-section__product-lead {
  font-size: min(1vw, 14px);
  line-height: min(1.4285714286vw, 20px);
  margin: 0 auto;
  margin-top: min(1.2857142857vw, 18px);
  font-family: "Hiragino Sans", sans-serif;
  text-align: justify;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__product-lead {
    width: min(72vw, 540px);
    font-size: min(2.6666666667vw, 20px);
    line-height: min(4vw, 30px);
    margin-top: min(3.6vw, 27px);
  }
}
.feature-section__product-image {
  display: block;
  width: min(28.5714285714vw, 400px);
  margin-top: min(4vw, 56px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__product-image {
    width: min(80vw, 600px);
    margin-top: min(4.4vw, 33px);
  }
}
.feature-section__product-items {
  margin-top: min(2.8571428571vw, 40px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__product-items {
    margin-top: min(5.3333333333vw, 40px);
  }
}
.feature-section__product-item {
  padding-top: min(0.5714285714vw, 8px);
  padding-bottom: min(1.4285714286vw, 20px);
  border-top: min(0.0714285714vw, 1px) solid #4b4b4b;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__product-item {
    padding-top: min(1.0666666667vw, 8px);
    padding-bottom: min(2.6666666667vw, 20px);
  }
}
.feature-section__product-name {
  font-size: min(1vw, 14px);
  padding-bottom: min(0.6428571429vw, 9px);
  font-family: "Hiragino Sans", sans-serif;
  color: #4b4b4b;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__product-name {
    font-size: min(2.6666666667vw, 20px);
    padding-bottom: min(1.3333333333vw, 10px);
  }
}
.feature-section__product-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4b4b4b;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
  letter-spacing: 0.04em;
  width: min(6.7857142857vw, 95px);
  height: min(1.3571428571vw, 19px);
  padding-top: min(0.0714285714vw, 1px);
  font-size: min(1vw, 14px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__product-link {
    width: min(16vw, 120px);
    height: min(3.2vw, 24px);
    padding-top: min(0.4vw, 3px);
    font-size: min(2.2666666667vw, 17px);
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.feature-section__content {
  margin-top: min(5.7142857143vw, 80px);
}
.feature-section__content .feature-section__intro {
  width: min(46.4285714286vw, 650px);
  gap: min(3.5714285714vw, 50px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section__content .feature-section__intro {
    width: min(100vw, 750px);
    gap: min(6.6666666667vw, 50px);
  }
}

.feature-section--aquamarine .feature-section__header-title--02 {
  width: min(2.8571428571vw, 40px);
  margin-top: max(-8.8571428571vw, -124px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section--aquamarine .feature-section__header-title--02 {
    width: min(6.6666666667vw, 50px);
    margin-top: max(-20.6666666667vw, -155px);
  }
}
.feature-section--aquamarine .feature-section__header-title--03 {
  width: min(33.6428571429vw, 471px);
  margin-top: min(1.1428571429vw, 16px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section--aquamarine .feature-section__header-title--03 {
    width: min(78.4vw, 588px);
    margin-top: min(2.6666666667vw, 20px);
  }
}

.feature-section--feather {
  padding-bottom: min(7.1428571429vw, 100px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section--feather {
    padding-bottom: min(13.3333333333vw, 100px);
  }
}
.feature-section--feather .feature-section__header-title--02 {
  width: min(3.7142857143vw, 52px);
  margin-top: max(-9.2142857143vw, -129px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section--feather .feature-section__header-title--02 {
    width: min(6.6666666667vw, 50px);
    margin-top: max(-20.6666666667vw, -155px);
  }
}
.feature-section--feather .feature-section__header-title--03 {
  width: min(21.8571428571vw, 306px);
  margin-top: min(0.9285714286vw, 13px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .feature-section--feather .feature-section__header-title--03 {
    width: min(51.0666666667vw, 383px);
    margin-top: min(2vw, 15px);
  }
}
.feature-section--feather .feature-section__intro {
  flex-direction: row;
}

.craft-feature__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(4.8571428571vw, 68px);
  padding: min(3.2142857143vw, 45px) 0;
  overflow: hidden;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .craft-feature__inner {
    display: block;
    padding: min(5.0666666667vw, 38px) min(10vw, 75px) min(4.8vw, 36px);
  }
}
.craft-feature__bg {
  position: absolute;
  inset: 0;
  background-color: rgba(202, 236, 248, 0.3);
  pointer-events: none;
  z-index: 0;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.craft-feature__bg.is-animated {
  clip-path: inset(0);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .craft-feature__bg {
    background-color: rgba(202, 236, 248, 0.5);
  }
}
.craft-feature__body {
  position: relative;
  z-index: 1;
  width: min(25.6428571429vw, 359px);
  text-align: center;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .craft-feature__body {
    width: min(72.8vw, 546px);
    margin: 0 auto;
  }
}
.craft-feature__heading {
  width: min(14.2857142857vw, 200px);
  margin: 0 auto;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.craft-feature__heading.is-animated {
  clip-path: inset(0);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .craft-feature__heading {
    width: min(38.1333333333vw, 286px);
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition-delay: var(--delay, 0s);
    will-change: clip-path;
  }
  .craft-feature__heading.is-animated {
    clip-path: inset(0);
  }
}
.craft-feature__subheading {
  margin-top: min(1.0714285714vw, 15px);
  font-size: min(1.4285714286vw, 20px);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.craft-feature__subheading.is-animated {
  clip-path: inset(0);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .craft-feature__subheading {
    margin-top: min(2.6666666667vw, 20px);
    font-size: min(4vw, 30px);
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition-delay: var(--delay, 0s);
    will-change: clip-path;
  }
  .craft-feature__subheading.is-animated {
    clip-path: inset(0);
  }
}
.craft-feature__text {
  margin-top: min(1.9285714286vw, 27px);
  font-size: min(1vw, 14px);
  line-height: min(1.7142857143vw, 24px);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.craft-feature__text.is-animated {
  clip-path: inset(0);
}
.craft-feature__text {
  letter-spacing: -0.01em;
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .craft-feature__text {
    margin-top: min(4vw, 30px);
    font-size: min(2.6666666667vw, 20px);
    line-height: min(4.5333333333vw, 34px);
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
    transition-delay: var(--delay, 0s);
    will-change: clip-path;
  }
  .craft-feature__text.is-animated {
    clip-path: inset(0);
  }
  .craft-feature__text {
    letter-spacing: 0;
  }
}
.craft-feature__image {
  position: relative;
  z-index: 1;
  width: min(21.4285714286vw, 300px);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: var(--delay, 0s);
  will-change: clip-path;
}
.craft-feature__image.is-animated {
  clip-path: inset(0);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .craft-feature__image {
    width: min(62.6666666667vw, 470px);
    margin: 0 auto;
    margin-top: min(3.8666666667vw, 29px);
  }
}

.credit-feature {
  margin: min(5.0714285714vw, 71px) auto min(8.5714285714vw, 120px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .credit-feature {
    margin: min(9.4666666667vw, 71px) auto min(16vw, 120px);
  }
}
.credit-feature__image img {
  margin: 0 auto;
  width: min(18.8571428571vw, 264px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .credit-feature__image img {
    width: min(40.6666666667vw, 305px);
  }
}

.page-top {
  position: fixed;
  right: min(1.4285714286vw, 20px);
  bottom: min(1.4285714286vw, 20px);
  width: min(1.2857142857vw, 18px);
}
@media screen and (min-width: 375px) and (max-width: 750px) {
  .page-top {
    bottom: min(5.3333333333vw, 40px);
    right: min(2.6666666667vw, 20px);
    bottom: min(2.6666666667vw, 20px);
    width: min(2.4vw, 18px);
  }
}
.page-top {
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.page-top.is-show {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=base.css.map */