@charset "UTF-8";
:root {
  --base-scale: 1px;
  --font-Oswald: "Oswald", sans-serif;
  --font-NotoSansJP: "Noto Sans JP", sans-serif;
  --fs-12: 12px;
  --fs-13: 13px;
  --fs-14: 14px;
  --fs-15: 15px;
  --fs-16: 16px;
  --fs-17: 17px;
  --fs-18: 18px;
  --fs-19: 19px;
  --fs-20: 20px;
  --lh-tight: 1.25;
  --lh-normal: 1.5;
  --lh-loose: 1.75;
  --avz-color-main: #071d49;
  --avz-color-sub: #d0af57;
}
@media (max-width: 1160px) {
  :root {
    --base-scale: calc(100vw / 1160);
  }
}

:where(.avz-page *) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
}

:where(.avz-page) a:hover {
  text-decoration: none;
}

:where(.avz-page img) {
  max-width: 100%;
}

a:focus, input:focus, img:focus {
  outline: none;
}

pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font: inherit;
  line-height: 1.9;
  color: var(--avz-color-main);
}
pre a:link, pre a:focus, pre a:visited {
  text-decoration: underline;
  color: var(--avz-color-main);
}
pre a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
pre a:hover {
  opacity: 0.7;
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.\!sp {
  display: none !important;
}
@media (max-width: 767px) {
  .\!sp {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media (max-width: 767px) {
  .\!sp-none {
    display: none !important;
  }
}

.u-container {
  max-width: 1120px;
  margin-inline: auto;
}

.u-px-sm {
  padding-inline: calc(20 * var(--base-scale));
}
@media (max-width: 767px) {
  .u-px-sm {
    padding-inline: 5.3333333333vw;
  }
}

.u-px-md {
  padding-inline: calc(30 * var(--base-scale));
}
@media (max-width: 767px) {
  .u-px-md {
    padding-inline: 6.6666666667vw;
  }
}

.u-px-lg {
  padding-inline: calc(30 * var(--base-scale));
}
@media (max-width: 767px) {
  .u-px-lg {
    padding-inline: 8vw;
  }
}

.c-avz-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--font-Oswald);
  font-size: calc(60 * var(--base-scale));
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  color: var(--avz-color-main);
}
@media (max-width: 767px) {
  .c-avz-title {
    font-size: 10.6666666667vw;
  }
}
.c-avz-title--white {
  color: #fff;
}
.c-avz-title:after {
  content: "";
  display: inline-block;
  width: 4.3333333333em;
  height: 1.5666666667em;
  background: url(../images/avz_title_decoration.png) 50%/cover no-repeat;
  margin-top: -0.3333333333em;
}
.c-avz-title:has(.c-avz-title__jp):after {
  margin-top: 0.1em;
}
@media (max-width: 767px) {
  .c-avz-title:has(.c-avz-title__jp):after {
    margin-top: -0.0333333333em;
  }
}
.c-avz-title__jp {
  font-family: var(--font-NotoSansJP);
  font-size: calc(50 * var(--base-scale));
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 767px) {
  .c-avz-title__jp {
    font-size: 8vw;
  }
}

.c-icon-insta {
  display: inline-block;
  width: 1.0333333333em;
  height: 1.0333333333em;
  background: url(../images/icon_Instagram_white.png) 50%/cover no-repeat;
  background-size: 1.0333333333em;
  vertical-align: -0.17em;
}
.c-icon-insta--color {
  background-image: url(../images/icon_Instagram.png);
}
.c-icon-tiktok {
  display: inline-block;
  width: 0.9em;
  height: 1.0333333333em;
  background: url(../images/icon_TikTok_white.png) 50%/cover no-repeat;
  background-size: 0.9em;
  vertical-align: -0.17em;
}
.c-icon-tiktok--color {
  background-image: url(../images/icon_TikTok.png);
}
.c-avz-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(500 * var(--base-scale));
  height: calc(80 * var(--base-scale));
  border-radius: 100px;
  background: var(--avz-color-main);
  font-size: calc(18 * var(--base-scale));
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .c-avz-button {
    width: 76vw;
    height: 16vw;
    font-size: 3.7333333333vw;
  }
}
.c-avz-button:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-avz-button:visited, .c-avz-button:link {
  color: #fff;
}
.c-avz-button:visited:hover, .c-avz-button:link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-avz-button--white {
  background: #fff;
  color: var(--avz-color-main);
}
.c-avz-button--white:visited, .c-avz-button--white:link {
  color: var(--avz-color-main);
}
.c-avz-button--gold {
  background: var(--avz-color-sub);
  color: #333;
}
.c-avz-button--gold:visited, .c-avz-button--gold:link {
  color: #333;
}
.c-avz-button--border {
  border: 2px solid #fff;
}
.c-avz-button--dl {
  position: relative;
}
.c-avz-button--dl:before {
  content: "";
  display: block;
  width: calc(30 * var(--base-scale));
  height: calc(25 * var(--base-scale));
  background: url(../images/icon_dl_gold.png) 50%/cover no-repeat;
  margin-right: 1.1111111111em;
}
@media (max-width: 767px) {
  .c-avz-button--dl:before {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    position: absolute;
    top: 50%;
    left: 6.9333333333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
}

.avz-fv {
  margin-bottom: calc(-85 * var(--base-scale));
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .avz-fv {
    margin-bottom: -12vw;
  }
}
.avz-fv:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(80 * var(--base-scale));
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: var(--avz-color-sub);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .avz-fv:before {
    height: 12.2666666667vw;
  }
}
.avz-fv__inner {
  padding-top: calc(65 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-fv__inner {
    padding-top: 9.6vw;
  }
}
.avz-fv__head {
  position: relative;
  z-index: 1;
}
.avz-fv__content {
  padding-top: calc(130 * var(--base-scale));
  background: var(--avz-color-main);
  color: #fff;
  margin-top: calc(-94 * var(--base-scale));
  position: relative;
  clip-path: polygon(0 calc(80 * var(--base-scale)), 100% 0, 100% calc(100% - 85 * var(--base-scale)), 0 100%);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  transition-dvuration: 1s;
}
@media (max-width: 767px) {
  .avz-fv__content {
    padding-top: 16vw;
    margin-top: -3.4666666667vw;
    clip-path: polygon(0 12vw, 100% 0, 100% calc(100% - 12vw), 0 100%);
  }
}
.avz-fv__lead-text {
  font-size: calc(24 * var(--base-scale));
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .avz-fv__lead-text {
    font-size: 4.2666666667vw;
  }
}
.avz-fv__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(48 * var(--base-scale));
  position: relative;
  z-index: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media (max-width: 767px) {
  .avz-fv__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.8vw;
  }
}
.avz-fv__catch-img {
  display: block;
  width: calc(687 * var(--base-scale));
  margin-inline: auto;
}
@media (max-width: 767px) {
  .avz-fv__catch-img {
    width: 89.4666666667vw;
  }
}
.avz-fv__lead {
  padding-bottom: calc(100 * var(--base-scale));
  background: var(--avz-color-main);
  position: relative;
}
@media (max-width: 767px) {
  .avz-fv__lead {
    padding-bottom: 17.3333333333vw;
  }
}
.avz-fv__prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.avz-fv__prize-text {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .avz-fv__prize-text {
    padding-top: 3.3333333333vw;
  }
}
.avz-fv__prize-text-img {
  width: calc(212 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-fv__prize-text-img {
    width: 37.8666666667vw;
  }
}
.avz-fv__prize-img {
  width: calc(340 * var(--base-scale));
  margin-left: calc(20 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-fv__prize-img {
    width: 48vw;
    margin-left: 2.6666666667vw;
  }
}
.avz-fv__sns {
  font-size: calc(30 * var(--base-scale));
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .avz-fv__sns {
    font-size: 5.8666666667vw;
  }
}
.avz-fv__sns i {
  margin-right: 0.3em;
}
.avz-fv__sns .c-icon-tiktok {
  margin-left: calc(18 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-fv__sns .c-icon-tiktok {
    margin-left: 2.6666666667vw;
  }
}
.avz-fv__sns-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(11 * var(--base-scale));
  margin-block: 0.5333333333em;
}
.avz-fv__sns-tag {
  padding: 0.3333333333em 0.4em;
  font-size: 1.2em;
  line-height: 1;
  background: var(--avz-color-sub);
  white-space: nowrap;
  color: var(--avz-color-main);
}
@media (max-width: 767px) {
  .avz-fv__sns-tag {
    font-size: 6.2666666667vw;
  }
}
.avz-fv__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(890 * var(--base-scale));
  margin-top: calc(-85 * var(--base-scale));
  position: relative;
  z-index: 1;
  clip-path: polygon(0 calc(85 * var(--base-scale)), 100% 0, 100% calc(100% - 85 * var(--base-scale)), 0 100%);
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media (min-width: 768px) {
  .avz-fv__visual {
    background: url(../images/avz_fv_visual_bg.png) 50%/cover;
    background-attachment: fixed;
  }
}
@media (max-width: 767px) {
  .avz-fv__visual {
    height: 100svh;
    margin-top: -12vw;
    clip-path: polygon(0 12vw, 100% 0, 100% calc(100% - 12vw), 0 100%);
  }
}
.avz-fv.in-view .avz-fv__visual {
  opacity: 1;
}
.avz-fv__visual-img {
  display: block;
}
.avz-fv__visual-video {
  display: block;
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .avz-fv__visual-video {
    height: 120svh;
  }
}
.avz-fv__logo {
  width: calc(441 * var(--base-scale));
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 767px) {
  .avz-fv__logo {
    width: 77.3333333333vw;
  }
}
.avz-fv__loop {
  pointer-events: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(-18 * var(--base-scale));
  z-index: 0;
  overflow: hidden;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
@media (max-width: 767px) {
  .avz-fv__loop {
    bottom: 6vw;
  }
}
.avz-fv__loop-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.avz-fv__loop-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding-right: calc(80 * var(--base-scale));
  font-family: var(--font-Oswald);
  font-size: calc(160 * var(--base-scale));
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
  .avz-fv__loop-text {
    font-size: 23.2vw;
  }
}

.avz-about {
  background: var(--avz-color-main);
  color: #fff;
  position: relative;
  z-index: 1;
  clip-path: polygon(0 calc(85 * var(--base-scale)), 100% 0, 100% calc(100% - 80 * var(--base-scale)), 0 100%);
}
@media (max-width: 767px) {
  .avz-about {
    clip-path: polygon(0 12vw, 100% 0, 100% calc(100% - 12vw), 0 100%);
  }
}
.avz-about__inner {
  padding-top: calc(150 * var(--base-scale));
  padding-bottom: calc(142 * var(--base-scale));
  overflow-x: clip;
}
@media (max-width: 767px) {
  .avz-about__inner {
    padding-top: 21.3333333333vw;
    padding-bottom: 20vw;
  }
}
.avz-about .c-avz-title {
  margin-bottom: calc(40 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-about .c-avz-title {
    margin-bottom: 6.6666666667vw;
  }
}
.avz-about__lead {
  font-size: calc(24 * var(--base-scale));
  line-height: 2.25em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .avz-about__lead {
    font-size: 4.5333333333vw;
  }
}
.avz-about__lead .underline {
  text-decoration: underline;
  text-decoration-color: var(--avz-color-sub);
  text-decoration-thickness: 0.125em;
  text-underline-offset: 0.4166666667em;
}
.avz-about__logo {
  display: block;
  width: calc(701 * var(--base-scale));
  margin-inline: auto;
  margin-top: calc(40 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-about__logo {
    width: 93.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.avz-about__float-img-1 {
  width: calc(241 * var(--base-scale));
  position: absolute;
  top: calc(-40 * var(--base-scale));
  left: calc(148 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-about__float-img-1 {
    width: 32.1333333333vw;
    top: -12vw;
    left: auto;
    right: 4vw;
  }
}
.avz-about__float-img-2 {
  width: calc(215 * var(--base-scale));
  position: absolute;
  top: calc(310 * var(--base-scale));
  right: calc(12 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-about__float-img-2 {
    width: 38.4vw;
    top: auto;
    bottom: -16vw;
    right: 9.2vw;
  }
}
.avz-about__float-img-3 {
  width: calc(231 * var(--base-scale));
  position: absolute;
  top: calc(560 * var(--base-scale));
  left: calc(10 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-about__float-img-3 {
    width: 41.2vw;
    top: auto;
    bottom: -13.8666666667vw;
    left: 9.2vw;
  }
}

.avz-movie {
  overflow-x: clip;
  background: #fff;
  margin-block: calc(-80 * var(--base-scale));
  clip-path: polygon(0 calc(80 * var(--base-scale)), 100% 0, 100% calc(100% - 80 * var(--base-scale)), 0 100%);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .avz-movie {
    margin-block: -12vw;
    clip-path: polygon(0 12vw, 100% 0, 100% calc(100% - 12vw), 0 100%);
  }
}
.avz-movie__inner {
  padding-top: calc(150 * var(--base-scale));
  padding-bottom: calc(140 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-movie__inner {
    padding-top: 33.3333333333vw;
    padding-bottom: 22.6666666667vw;
  }
}
.avz-movie .c-avz-title {
  margin-bottom: calc(50 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-movie .c-avz-title {
    margin-bottom: 7.4666666667vw;
  }
}
.avz-movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(24 * var(--base-scale));
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .avz-movie__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
  }
}
.avz-movie__list + .avz-movie__list {
  display: none;
  margin-top: calc(24 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-movie__list + .avz-movie__list {
    margin-top: 4vw;
  }
}
.avz-movie__item {
  width: calc((100% - 72 * var(--base-scale)) / 4);
  position: relative;
}
@media (max-width: 767px) {
  .avz-movie__item {
    width: calc((100% - 4vw) / 2);
  }
}
.avz-movie__item-link {
  display: block;
  position: relative;
}
.avz-movie__item-link:after {
  content: "";
  display: block;
  width: calc(60 * var(--base-scale));
  height: calc(60 * var(--base-scale));
  background: url(../images/icon_play.png) 50%/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .avz-movie__item-link:after {
    width: 16vw;
    height: 16vw;
  }
}
.avz-movie__item-link-cover {
  display: none;
}
@media (max-width: 767px) {
  .avz-movie__item-link-cover {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.avz-movie__img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .avz-movie__img {
    border-radius: 1.3333333333vw;
  }
}
.avz-movie .js-avz-movie-more {
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.avz-movie__loop {
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: calc(-6 * var(--base-scale));
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .avz-movie__loop {
    left: 0;
  }
}
.avz-movie__loop.in-view {
  opacity: 1;
}
.avz-movie__loop--left {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.avz-movie__loop--right {
  left: auto;
  right: calc(-6 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-movie__loop--right {
    right: 0;
  }
}
.avz-movie__loop-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  will-change: transform;
}
.avz-movie__loop-text {
  margin: 0;
  font-family: var(--font-Oswald);
  font-size: calc(60 * var(--base-scale));
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: #e5e5e5;
}
@media (max-width: 767px) {
  .avz-movie__loop-text {
    font-size: 4vw;
  }
}

.avz-present {
  padding-bottom: calc(80 * var(--base-scale));
  background: url(../images/avz_present_bg.png) 50% 0% no-repeat, var(--avz-color-sub);
  background-size: calc(1440 * var(--base-scale));
  position: relative;
}
@media (max-width: 767px) {
  .avz-present {
    padding-bottom: 10.4vw;
    background-image: url(../images/avz_present_bg@sp.png);
  }
}
.avz-present__inner {
  padding-top: calc(150 * var(--base-scale));
  overflow-x: clip;
}
@media (max-width: 767px) {
  .avz-present__inner {
    padding-top: 21.3333333333vw;
  }
}
.avz-present .c-avz-title {
  margin-bottom: calc(50 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-present .c-avz-title {
    margin-bottom: 15.2vw;
  }
}
.avz-present__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(40 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-present__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13.3333333333vw;
  }
}
.avz-present__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(520 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-present__left {
    width: 100%;
  }
}
.avz-present__visual {
  position: relative;
}
.avz-present__label {
  width: calc(457 * var(--base-scale));
  position: absolute;
  top: calc(-62 * var(--base-scale));
  left: calc(-31 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-present__label {
    width: 81.7333333333vw;
    top: -12vw;
    left: -5.3333333333vw;
  }
}
.avz-present__badge {
  width: calc(160 * var(--base-scale));
  position: absolute;
  bottom: calc(-108 * var(--base-scale));
  right: calc(-24 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-present__badge {
    width: 21.3333333333vw;
    bottom: -13.3333333333vw;
    right: -5.3333333333vw;
  }
}
.avz-present__right {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .avz-present__right {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
.avz-present__item {
  margin-bottom: calc(30 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-present__item {
    margin-bottom: 5.3333333333vw;
  }
}
.avz-present__item:last-child {
  margin-bottom: 0;
}
.avz-present__item-head {
  padding-left: calc(64 * var(--base-scale));
  margin-bottom: calc(24 * var(--base-scale));
  position: relative;
}
@media (max-width: 767px) {
  .avz-present__item-head {
    padding-left: 14.6666666667vw;
    margin-bottom: 3.2vw;
  }
}
.avz-present__item-head:last-child {
  margin-bottom: 0;
}
.avz-present__item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50 * var(--base-scale));
  height: calc(50 * var(--base-scale));
  background: linear-gradient(45deg, #142952 0%, #142952 50%, #071d49 50%, #071d49 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  font-family: var(--font-Oswald);
  font-size: calc(24 * var(--base-scale));
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .avz-present__item-number {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.avz-present__item-title {
  padding-top: 0.1em;
  font-size: calc(30 * var(--base-scale));
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--avz-color-main);
}
@media (max-width: 767px) {
  .avz-present__item-title {
    padding-top: 0.2em;
    font-size: 5.7333333333vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0.025em;
  }
}
.avz-present__item-title .small {
  font-size: 0.6em;
  font-weight: 500;
  vertical-align: 0.1em;
  line-height: 1;
  margin-left: 0.2em;
}
.avz-present__item-content {
  padding-block: calc(26 * var(--base-scale));
  padding-inline: calc(32 * var(--base-scale));
  background: #fff;
}
@media (max-width: 767px) {
  .avz-present__item-content {
    padding-block: 4.2666666667vw;
    padding-inline: 5.3333333333vw;
  }
}
.avz-present__item-list {
  font-size: calc(23 * var(--base-scale));
  line-height: calc(44 * var(--base-scale));
  font-weight: 700;
  color: var(--avz-color-main);
}
@media (max-width: 767px) {
  .avz-present__item-list {
    font-size: 4.5333333333vw;
    line-height: 7.2vw;
  }
}
.avz-present__item-list .small {
  font-size: 0.75em;
}
.avz-present__item-list-item {
  padding-left: calc(30 * var(--base-scale));
  position: relative;
}
@media (max-width: 767px) {
  .avz-present__item-list-item {
    padding-left: 1.3em;
  }
}
.avz-present__item-list-item:before {
  content: "■";
  color: var(--avz-color-sub);
  position: absolute;
  left: 0;
}
.avz-present__item-content-annotation {
  font-size: calc(18 * var(--base-scale));
  color: #595858;
  margin-top: 0.3em;
}
@media (max-width: 767px) {
  .avz-present__item-content-annotation {
    font-size: 3.7333333333vw;
    margin-top: 0.35em;
  }
}
.avz-present__annotation {
  font-size: calc(18 * var(--base-scale));
  letter-spacing: 0;
  color: var(--avz-color-main);
  margin-top: calc(35 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-present__annotation {
    font-size: 3.7333333333vw;
    margin-top: 1.6em;
  }
}
.avz-present__img {
  width: calc(261 * var(--base-scale));
  position: absolute;
  top: 0;
  right: calc(-42 * var(--base-scale));
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 767px) {
  .avz-present__img {
    width: 50.2666666667vw;
    top: 10.6666666667vw;
    right: -16vw;
  }
}
.avz-present__float-img {
  width: calc(199 * var(--base-scale));
  position: absolute;
  bottom: calc(-216 * var(--base-scale));
  left: calc(109 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-present__float-img {
    width: 21.3333333333vw;
    bottom: -21.3333333333vw;
    left: 4vw;
  }
}
.avz-present__product-list {
  margin-top: calc(80 * var(--base-scale));
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .avz-present__product-list {
    margin-top: 8vw;
  }
}
.avz-present__products .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.avz-present__products .slick-slide {
  height: auto;
  padding-inline: calc(12 * var(--base-scale));
  margin: 0;
}
@media (max-width: 767px) {
  .avz-present__products .slick-slide {
    padding-inline: 2.1333333333vw;
  }
}
.avz-present__products-img {
  width: 100%;
  height: calc(200 * var(--base-scale));
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .avz-present__products-img {
    height: 30.6666666667vw;
  }
}
.avz-present__loop {
  pointer-events: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(-10 * var(--base-scale));
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
@media (max-width: 767px) {
  .avz-present__loop {
    bottom: -1.0666666667vw;
  }
}
.avz-present__loop.in-view {
  opacity: 1;
}
.avz-present__loop-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.avz-present__loop-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding-right: calc(80 * var(--base-scale));
  font-family: var(--font-Oswald);
  font-size: calc(200 * var(--base-scale));
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .avz-present__loop-text {
    font-size: 26.6666666667vw;
  }
}
.avz-present__arrow-img {
  display: block;
  width: calc(400 * var(--base-scale));
  margin-block: calc(60 * var(--base-scale));
  margin-inline: auto;
}
@media (max-width: 767px) {
  .avz-present__arrow-img {
    width: 53.3333333333vw;
  }
}
.avz-present__and-more {
  font-size: calc(30 * var(--base-scale));
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  color: var(--avz-color-main);
}
@media (max-width: 767px) {
  .avz-present__and-more {
    font-size: 4.8vw;
  }
}
.avz-present__and-more + .avz-present__annotation {
  text-align: center;
}
@media (max-width: 767px) {
  .avz-present__and-more + .avz-present__annotation {
    text-align: left;
  }
}

.avz-entry {
  background: var(--avz-color-main);
}
.avz-entry__inner {
  padding-top: calc(80 * var(--base-scale));
  padding-bottom: calc(95 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-entry__inner {
    padding-top: 13.3333333333vw;
    padding-bottom: 12vw;
  }
}
.avz-entry__period {
  margin-top: calc(50 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-entry__period {
    margin-top: 8vw;
  }
}
.avz-entry__period-img {
  display: block;
  width: calc(821 * var(--base-scale));
  margin-inline: auto;
}
@media (max-width: 767px) {
  .avz-entry__period-img {
    width: 100%;
  }
}
.avz-entry__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(40 * var(--base-scale));
  margin-top: calc(40 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-entry__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 7.4666666667vw;
  }
}
.avz-entry__card {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .avz-entry__card--tiktok {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}
.avz-entry__card-header {
  padding-block: calc(24 * var(--base-scale));
  background: #dcdcdc;
}
@media (max-width: 767px) {
  .avz-entry__card-header {
    padding-block: 4.2666666667vw;
  }
}
.avz-entry__card-title {
  font-size: calc(34 * var(--base-scale));
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--avz-color-main);
}
@media (max-width: 767px) {
  .avz-entry__card-title {
    font-size: 5.8666666667vw;
  }
}
.avz-entry__card-title i {
  margin-right: 0.5882352941em;
}
@media (max-width: 767px) {
  .avz-entry__card-title i {
    margin-right: 0.5em;
  }
}
.avz-entry__card-title .c-icon-insta {
  width: 0.9411764706em;
  height: 0.9411764706em;
  background-size: 0.9411764706em;
  vertical-align: -0.08em;
}
.avz-entry__card-title .c-icon-tiktok {
  display: inline-block;
  width: 0.9333333333em;
  height: 1.0666666667em;
  background-size: 0.9333333333em;
  vertical-align: -0.1em;
}
.avz-entry__card-title .small {
  font-size: 0.7058823529em;
}
@media (max-width: 767px) {
  .avz-entry__card-title .small {
    font-size: 4.5333333333vw;
  }
}
.avz-entry__card-body {
  padding: calc(30 * var(--base-scale));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .avz-entry__card-body {
    padding: 5.3333333333vw;
  }
}
.avz-entry .matchHeight {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .avz-entry .matchHeight {
    height: auto !important;
  }
}
.avz-entry__steps {
  counter-reset: number 0;
}
.avz-entry__step {
  padding-top: calc(6 * var(--base-scale));
  padding-left: calc(54 * var(--base-scale));
  font-size: calc(18 * var(--base-scale));
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: calc(20 * var(--base-scale));
  position: relative;
}
@media (max-width: 767px) {
  .avz-entry__step {
    padding-left: 2.4em;
    font-size: 3.7333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.avz-entry__step:before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(36 * var(--base-scale));
  height: calc(36 * var(--base-scale));
  border-radius: 50%;
  background: var(--avz-color-main);
  font-family: var(--font-Oswald);
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .avz-entry__step:before {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.avz-entry__step .accent {
  font-weight: 700;
  color: var(--avz-color-main);
}
.avz-entry__step .accent a {
  font-weight: 700;
  color: var(--avz-color-main);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.avz-entry__step .accent a:hover {
  opacity: 0.7;
}
.avz-entry__annotation {
  font-size: calc(18 * var(--base-scale));
  line-height: calc(28 * var(--base-scale));
  color: #595858;
}
@media (max-width: 767px) {
  .avz-entry__annotation {
    font-size: 3.7333333333vw;
    line-height: 5.0666666667vw;
  }
}
.avz-entry__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(16 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-entry__btns {
    margin-top: 5.3333333333vw;
  }
}
.avz-entry__btn {
  margin-bottom: calc(20 * var(--base-scale));
}
@media (min-width: 768px) {
  .avz-entry__btn {
    width: calc(440 * var(--base-scale));
  }
}
@media (max-width: 767px) {
  .avz-entry__btn {
    margin-bottom: 4vw;
  }
}
.avz-entry__btn:last-child {
  margin-bottom: 0;
}
.avz-entry__special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(30 * var(--base-scale));
  max-width: calc(800 * var(--base-scale));
  padding-block: calc(40 * var(--base-scale));
  background: #fff;
  margin-inline: auto;
  margin-top: calc(40 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-entry__special {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.4666666667vw;
    max-width: 100%;
    padding-top: 6.6666666667vw;
    padding-bottom: 7.4666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.avz-entry__special-title {
  font-size: calc(24 * var(--base-scale));
  font-weight: 700;
  color: var(--avz-color-main);
}
@media (max-width: 767px) {
  .avz-entry__special-title {
    font-size: 4.5333333333vw;
  }
}
@media (min-width: 768px) {
  .avz-entry__special-button {
    width: calc(350 * var(--base-scale));
  }
}
.avz-entry__caution {
  font-size: calc(18 * var(--base-scale));
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .avz-entry__caution {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.avz-entry__logo {
  display: block;
  width: calc(551 * var(--base-scale));
  margin-inline: auto;
  margin-top: calc(75 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-entry__logo {
    width: 73.4666666667vw;
    margin-top: 13.3333333333vw;
  }
}
.avz-entry__message {
  font-size: calc(40 * var(--base-scale));
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--avz-color-sub);
  margin-top: calc(35 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-entry__message {
    font-size: 6.6666666667vw;
    line-height: 1.5;
  }
}

.avz-sukima-switch {
  background: var(--avz-color-sub);
}
.avz-sukima-switch__inner {
  padding-block: calc(80 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-sukima-switch__inner {
    padding-block: 10.6666666667vw;
  }
}
.avz-sukima-switch__content {
  padding: calc(30 * var(--base-scale));
  background: #fff;
}
@media (max-width: 767px) {
  .avz-sukima-switch__content {
    padding: 5.3333333333vw;
  }
}
.avz-sukima-switch__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(30 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-sukima-switch__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
    border-bottom: 1px solid #eee;
  }
}
.avz-sukima-switch__picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45%;
}
@media (max-width: 767px) {
  .avz-sukima-switch__picture {
    width: 100%;
  }
}
.avz-sukima-switch__title {
  padding-bottom: 0.3em;
  border-bottom: 3px solid var(--avz-color-sub);
  font-size: calc(24 * var(--base-scale));
  font-weight: 600;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .avz-sukima-switch__title {
    font-size: 5.6vw;
    text-align: center;
  }
}
.avz-sukima-switch__text {
  font-size: calc(18 * var(--base-scale));
  line-height: 1.75;
}
@media (max-width: 767px) {
  .avz-sukima-switch__text {
    font-size: 4vw;
  }
}
.avz-sukima-switch__text-2 {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .avz-sukima-switch__text-2 {
    margin-top: 6.6666666667vw;
  }
}

.avz-product__inner {
  padding-top: calc(95 * var(--base-scale));
  padding-bottom: calc(95 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-product__inner {
    padding-block: 12vw;
  }
}
.avz-product__title {
  font-size: calc(40 * var(--base-scale));
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  color: var(--avz-color-main);
  margin-bottom: calc(40 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-product__title {
    font-size: 8vw;
    margin-bottom: 6.6666666667vw;
  }
}
.avz-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(32 * var(--base-scale)) calc(40 * var(--base-scale));
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .avz-product__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.avz-product__item {
  width: calc((100% - 40 * var(--base-scale)) / 2);
}
@media (max-width: 767px) {
  .avz-product__item {
    width: 100%;
  }
}
.avz-product__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.avz-product__item-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.avz-product__item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .avz-product__item-img {
    width: 60vw;
  }
}
.avz-product__item-name {
  padding-left: 2em;
  font-size: calc(18 * var(--base-scale));
  font-weight: 700;
  line-height: 1.8888888889em;
  margin-top: calc(20 * var(--base-scale));
  position: relative;
}
@media (max-width: 767px) {
  .avz-product__item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1.3em;
    font-size: 4.5333333333vw;
    letter-spacing: 0.075em;
    margin-top: 1em;
  }
}
.avz-product__item-name:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.3888888889em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--avz-color-sub);
  vertical-align: -0.5em;
  position: absolute;
  top: 0.25em;
  left: 0;
}
@media (max-width: 767px) {
  .avz-product__item-name:before {
    width: 3.0666666667vw;
    height: 4.1333333333vw;
    top: 0.5em;
  }
}
.avz-product__item-name span {
  font-size: 1em;
  letter-spacing: 0.075em;
}
.avz-product__item-name .underline {
  text-underline-offset: 0.45em;
}
@media (max-width: 767px) {
  .avz-product__item-name .underline {
    text-underline-offset: 0.6em;
  }
}

.avz-footer {
  background: #f4f4f4;
}
.avz-footer__inner {
  padding-block: calc(75 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-footer__inner {
    padding-block: 12vw;
  }
}
.avz-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .avz-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.avz-footer__name {
  font-size: calc(24 * var(--base-scale));
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: calc(38 * var(--base-scale));
  color: var(--avz-color-main);
}
@media (max-width: 767px) {
  .avz-footer__name {
    font-size: 4.5333333333vw;
    margin-right: 0;
  }
}
.avz-footer__tel {
  font-family: var(--font-Oswald);
  font-size: calc(50 * var(--base-scale));
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--avz-color-main);
  margin-top: -0.1em;
  margin-right: calc(42 * var(--base-scale));
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .avz-footer__tel {
    font-size: 10.6666666667vw;
    margin-top: 4vw;
  }
}
.avz-footer__tel:link {
  color: var(--avz-color-main);
}
.avz-footer__tel:hover {
  opacity: 0.7;
}
.avz-footer__tel-icon {
  display: inline-block;
  margin-right: calc(16 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-footer__tel-icon {
    vertical-align: 0.05em;
    margin-right: 0.15em;
  }
}
.avz-footer__tel-icon-img {
  width: calc(35 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-footer__tel-icon-img {
    width: 6.6666666667vw;
  }
}
.avz-footer__mail {
  font-family: var(--font-Oswald);
  font-size: calc(40 * var(--base-scale));
  font-weight: 400;
  color: var(--avz-color-main);
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .avz-footer__mail {
    font-size: 6.6666666667vw;
    margin-top: 4vw;
  }
}
.avz-footer__mail:link {
  color: var(--avz-color-main);
}
.avz-footer__mail:hover {
  opacity: 0.7;
}
.avz-footer__mail-icon {
  display: inline-block;
  vertical-align: -0.06em;
  margin-right: calc(20 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-footer__mail-icon {
    vertical-align: 0.05em;
    margin-right: 0.4em;
  }
}
.avz-footer__mail-icon-img {
  width: calc(50 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-footer__mail-icon-img {
    width: 6.6666666667vw;
  }
}

html.avz-modal-open,
body.avz-modal-open {
  overflow: hidden;
}

.avz-modal {
  position: fixed;
  inset: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(40 * var(--base-scale));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease, visibility 0s linear 0.5s;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
  z-index: 1000;
}
@media (max-width: 1160px) {
  .avz-modal {
    --base-scale: 1px;
  }
}
@media (max-width: 980px) {
  .avz-modal {
    --base-scale: calc(100vw / 980);
  }
}
@media (max-width: 767px) {
  .avz-modal {
    padding: 4vw;
  }
}
.avz-modal:not([hidden]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.avz-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.avz-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.avz-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 900px;
  max-height: calc(100vh - 60 * var(--base-scale));
  background: #fff;
  -webkit-box-shadow: 0 24 calc(80 * var(--base-scale)) rgba(0, 0, 0, 0.3);
          box-shadow: 0 24 calc(80 * var(--base-scale)) rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(24px) scale(0.98);
          transform: translateY(24px) scale(0.98);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1;
}
@media (max-width: 767px) {
  .avz-modal__dialog {
    max-height: calc(100vh - 32vw);
  }
}
.avz-modal.is-open .avz-modal__overlay {
  opacity: 1;
}
.avz-modal.is-open .avz-modal__dialog {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.avz-modal__content {
  max-height: calc(100vh - 60 * var(--base-scale));
  padding-top: calc(80 * var(--base-scale));
  overflow-y: auto;
}
@media (max-width: 767px) {
  .avz-modal__content {
    max-height: calc(100vh - 32vw);
    padding-top: 12.2666666667vw;
  }
}
@media (max-width: 767px) {
  .avz-modal__content-inner {
    position: relative;
    overflow-x: clip;
  }
}
.avz-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(60 * var(--base-scale));
  height: calc(60 * var(--base-scale));
  border: 0;
  border-radius: 50%;
  background: #9fa0a0;
  cursor: pointer;
  position: absolute;
  top: calc(30 * var(--base-scale));
  right: calc(30 * var(--base-scale));
  z-index: 10;
}
@media (max-width: 767px) {
  .avz-modal__close {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.avz-modal__close:before, .avz-modal__close:after {
  content: "";
  display: block;
  width: calc(30 * var(--base-scale));
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .avz-modal__close:before, .avz-modal__close:after {
    width: 5.3333333333vw;
  }
}
.avz-modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.avz-modal__header {
  padding-inline: calc(50 * var(--base-scale));
  margin-bottom: calc(30 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-modal__header {
    padding-inline: 4.9066666667vw;
    margin-bottom: 6.1333333333vw;
  }
}
.avz-modal__fv {
  margin-bottom: calc(35 * var(--base-scale));
  position: relative;
}
@media (max-width: 767px) {
  .avz-modal__fv {
    margin-bottom: 6.1333333333vw;
  }
}
.avz-modal__fv-img-1 {
  width: calc(164 * var(--base-scale));
  position: absolute;
  top: calc(118 * var(--base-scale));
  left: calc(35 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-modal__fv-img-1 {
    width: 19.9946666667vw;
    top: 33.7333333333vw;
    left: -1.84vw;
  }
}
.avz-modal__fv-img-2 {
  width: calc(160 * var(--base-scale));
  position: absolute;
  top: calc(124 * var(--base-scale));
  right: calc(35 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-modal__fv-img-2 {
    width: 19.6266666667vw;
    top: 34.3466666667vw;
    right: -1.84vw;
  }
}
.avz-modal__eyebrow {
  font-size: calc(34 * var(--base-scale));
  font-weight: 700;
  text-align: center;
  color: var(--avz-color-main);
  margin-bottom: calc(25 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-modal__eyebrow {
    font-size: 5.3973333333vw;
    margin-bottom: 4.2933333333vw;
  }
}
.avz-modal__eyebrow .c-icon-insta {
  width: 0.8823529412em;
  height: 0.8823529412em;
  background-size: 0.8823529412em;
  vertical-align: -0.07em;
  margin-right: 0.3em;
}
@media (max-width: 767px) {
  .avz-modal__eyebrow .c-icon-insta {
    width: 1.0454545455em;
    height: 1.0454545455em;
    background-size: 1.0454545455em;
    vertical-align: -0.13em;
  }
}
.avz-modal__logo {
  display: block;
  width: calc(300 * var(--base-scale));
  margin-inline: auto;
}
@media (max-width: 767px) {
  .avz-modal__logo {
    width: 58.88vw;
  }
}
.avz-modal__lead {
  font-size: calc(18 * var(--base-scale));
  line-height: 1.5555555556em;
  font-weight: 700;
  letter-spacing: 0.05em;
  word-break: break-all;
  color: var(--avz-color-main);
}
@media (max-width: 767px) {
  .avz-modal__lead {
    font-size: 3.4346666667vw;
    line-height: 5.888vw;
  }
}
.avz-modal__body {
  padding-bottom: calc(100 * var(--base-scale));
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .avz-modal__body {
    padding-bottom: 12.2666666667vw;
  }
}
.avz-modal__body:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 28 * var(--base-scale));
  background: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#avz-terms-modal .avz-modal__body:after {
  height: calc(100% - -60 * var(--base-scale));
}
@media (max-width: 767px) {
  #avz-terms-modal .avz-modal__body:after {
    height: 1315.641025641vw;
  }
}
.avz-modal__section {
  padding-inline: calc(50 * var(--base-scale));
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .avz-modal__section {
    padding-inline: 4.9066666667vw;
  }
}
.avz-modal__section:last-child {
  margin-bottom: 0;
}
.avz-modal__section + .avz-modal__section {
  margin-top: calc(56 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-modal__section + .avz-modal__section {
    margin-top: 5.52vw;
  }
}
.avz-modal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: calc(6 * var(--base-scale));
  font-size: calc(34 * var(--base-scale));
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: italic;
  color: #fff;
  margin-inline: auto;
  margin-bottom: calc(32 * var(--base-scale));
  position: relative;
}
@media (max-width: 767px) {
  .avz-modal__title {
    width: calc(100% + 9.8133333333vw);
    padding-block: 1.9626666667vw;
    font-size: 5.3973333333vw;
    margin-bottom: 4.9066666667vw;
    margin-left: -4.9066666667vw;
  }
}
.avz-modal__title:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(4 * var(--base-scale));
  background: var(--avz-color-main);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .avz-modal__title:before {
    height: 0.736vw;
  }
}
.avz-modal__title:after {
  content: "";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: calc(520 * var(--base-scale));
  height: 100%;
  background: var(--avz-color-main);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skew(-10deg);
          transform: translateX(-50%) skew(-10deg);
  z-index: 0;
}
@media (max-width: 767px) {
  .avz-modal__title:after {
    width: 80.96vw;
    min-width: auto;
  }
}
.avz-modal__title-inner {
  position: relative;
  z-index: 1;
}
.avz-modal__movie-slider-wrap {
  margin-top: calc(30 * var(--base-scale));
  position: relative;
}
@media (max-width: 767px) {
  .avz-modal__movie-slider-wrap {
    width: calc(100% + 4.9066666667vw);
    margin-top: 4.9066666667vw;
  }
}
.avz-modal__movie-slider {
  overflow: hidden;
}
.avz-modal__movie-slider .avz-movie__list {
  gap: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.avz-modal__movie-slider .avz-movie__item {
  width: auto;
}
@media (max-width: 767px) {
  .avz-modal__movie-slider .avz-movie__item {
    width: 72.3733333333vw;
    padding-right: 3.68vw;
  }
}
.avz-modal__movie-slider .avz-movie__item-link {
  display: block;
}
@media (min-width: 768px) {
  .avz-modal__movie-slider-ui {
    display: block;
  }
}
@media (max-width: 767px) {
  .avz-modal__movie-slider-ui {
    width: 82.1866666667vw;
    margin-top: 3.68vw;
  }
}
.avz-modal__movie-slider-scrollbar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(8 * var(--base-scale));
  background: rgba(7, 29, 73, 0.15);
  border-radius: 999px;
  position: relative !important;
}
@media (min-width: 768px) {
  .avz-modal__movie-slider-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .avz-modal__movie-slider-scrollbar {
    width: 100% !important;
    height: 1.0666666667vw !important;
    bottom: 0 !important;
    left: 0 !important;
  }
}
.avz-modal__movie-slider-scrollbar .swiper-scrollbar-drag {
  background: var(--avz-color-sub);
  border-radius: 999px;
}
.avz-modal__movie-slider-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(48 * var(--base-scale));
  height: calc(48 * var(--base-scale));
  border: none;
  border-radius: 50%;
  background: var(--avz-color-sub);
  color: var(--avz-color-main);
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .avz-modal__movie-slider-button {
    display: none;
  }
}
.avz-modal__movie-slider-button:before {
  content: "";
  display: block;
  width: calc(20 * var(--base-scale));
  height: calc(20 * var(--base-scale));
  background: url(../images/icon_slider_arrow.png) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .avz-modal__movie-slider-button:before {
    width: 4vw;
    height: 4vw;
  }
}
.avz-modal__movie-slider-button:hover {
  background: var(--avz-color-sub);
  opacity: 0.7;
}
.avz-modal__movie-slider-button--next {
  left: auto;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.avz-modal__movie-slider-button--next:before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}
.avz-modal__movie-slider-button.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.avz-modal__message {
  font-size: calc(34 * var(--base-scale));
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--avz-color-main);
}
@media (max-width: 767px) {
  .avz-modal__message {
    font-size: 5.3973333333vw;
    line-height: 7.8506666667vw;
  }
}
.avz-modal__steps {
  counter-reset: tutorial-step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(30 * var(--base-scale));
  margin-top: calc(30 * var(--base-scale));
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .avz-modal__steps {
    gap: 4.9066666667vw;
    margin-top: 4.9066666667vw;
  }
}
.avz-modal__steps:after {
  content: "";
  display: block;
  width: calc(350 * var(--base-scale));
  height: calc(80 * var(--base-scale));
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: var(--avz-color-sub);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .avz-modal__steps:after {
    width: 49.0666666667vw;
    height: 11.04vw;
  }
}
.avz-modal__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(40 * var(--base-scale));
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  background: #f7f8fb;
  border: 2px solid #e5e5e5;
  border-radius: calc(8 * var(--base-scale));
  padding: calc(20 * var(--base-scale));
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .avz-modal__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.68vw;
    padding: 4.9066666667vw;
    border-radius: 1.2266666667vw;
  }
}
.avz-modal__step-figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(360 * var(--base-scale));
  position: relative;
}
@media (max-width: 767px) {
  .avz-modal__step-figure {
    width: 100%;
  }
}
.avz-modal__step-figure:before {
  counter-increment: tutorial-step;
  content: "STEP " counter(tutorial-step, decimal-leading-zero);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: calc(110 * var(--base-scale));
  height: calc(40 * var(--base-scale));
  background: var(--avz-color-sub);
  font-family: var(--font-Oswald);
  font-size: calc(24 * var(--base-scale));
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .avz-modal__step-figure:before {
    min-width: 22.08vw;
    height: 8.5866666667vw;
    font-size: 4.9066666667vw;
  }
}
.avz-modal__step-text {
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: calc(16 * var(--base-scale));
  color: var(--avz-color-main);
}
@media (max-width: 767px) {
  .avz-modal__step-text {
    font-size: 3.1893333333vw;
    line-height: 5.6426666667vw;
  }
}
.avz-modal__finish {
  margin-top: calc(120 * var(--base-scale));
}
@media (max-width: 767px) {
  .avz-modal__finish {
    margin-top: 17.1733333333vw;
  }
}
.avz-modal__finish-text {
  font-size: calc(34 * var(--base-scale));
  font-weight: 700;
  text-align: center;
  color: var(--avz-color-main);
}
@media (max-width: 767px) {
  .avz-modal__finish-text {
    font-size: 5.3973333333vw;
  }
}
.avz-modal__finish-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(11 * var(--base-scale));
  margin-block: 0.5333333333em;
}
@media (max-width: 767px) {
  .avz-modal__finish-tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.avz-modal__finish-tag {
  padding: 0.2em 0.3em;
  padding-bottom: 0.3em;
  background: var(--avz-color-main);
  font-size: 1.7647058824em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
  color: #fff;
}
@media (max-width: 767px) {
  .avz-modal__finish-tag {
    padding: 2.208vw 3.68vw;
    padding-bottom: 2.6986666667vw;
  }
}
.avz-modal__loop {
  pointer-events: none;
  width: 100%;
  bottom: calc(-10 * var(--base-scale));
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.avz-modal__loop.in-view {
  opacity: 1;
}
.avz-modal__loop-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  position: relative;
  bottom: calc(-10 * var(--base-scale));
}
.avz-modal__loop-text {
  margin: 0;
  padding-right: calc(80 * var(--base-scale));
  font-family: var(--font-Oswald);
  font-size: calc(200 * var(--base-scale));
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .avz-modal__loop-text {
    font-size: 24.5333333333vw;
  }
}

@-webkit-keyframes rattle {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px);
            transform: rotate(0deg) translateX(0px);
  }
  10% {
    -webkit-transform: rotate(-1.5deg) translateX(-2px);
            transform: rotate(-1.5deg) translateX(-2px);
  }
  20% {
    -webkit-transform: rotate(1.8deg) translateX(2px);
            transform: rotate(1.8deg) translateX(2px);
  }
  30% {
    -webkit-transform: rotate(-1.2deg) translateX(-1.5px);
            transform: rotate(-1.2deg) translateX(-1.5px);
  }
  40% {
    -webkit-transform: rotate(1deg) translateX(1.5px);
            transform: rotate(1deg) translateX(1.5px);
  }
  50% {
    -webkit-transform: rotate(-0.8deg) translateX(-1px);
            transform: rotate(-0.8deg) translateX(-1px);
  }
  60% {
    -webkit-transform: rotate(0.5deg) translateX(1px);
            transform: rotate(0.5deg) translateX(1px);
  }
  70% {
    -webkit-transform: rotate(-0.3deg) translateX(-0.5px);
            transform: rotate(-0.3deg) translateX(-0.5px);
  }
  80% {
    -webkit-transform: rotate(0.2deg) translateX(0.5px);
            transform: rotate(0.2deg) translateX(0.5px);
  }
  90% {
    -webkit-transform: rotate(-0.1deg) translateX(0px);
            transform: rotate(-0.1deg) translateX(0px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(0px);
            transform: rotate(0deg) translateX(0px);
  }
}

@keyframes rattle {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px);
            transform: rotate(0deg) translateX(0px);
  }
  10% {
    -webkit-transform: rotate(-1.5deg) translateX(-2px);
            transform: rotate(-1.5deg) translateX(-2px);
  }
  20% {
    -webkit-transform: rotate(1.8deg) translateX(2px);
            transform: rotate(1.8deg) translateX(2px);
  }
  30% {
    -webkit-transform: rotate(-1.2deg) translateX(-1.5px);
            transform: rotate(-1.2deg) translateX(-1.5px);
  }
  40% {
    -webkit-transform: rotate(1deg) translateX(1.5px);
            transform: rotate(1deg) translateX(1.5px);
  }
  50% {
    -webkit-transform: rotate(-0.8deg) translateX(-1px);
            transform: rotate(-0.8deg) translateX(-1px);
  }
  60% {
    -webkit-transform: rotate(0.5deg) translateX(1px);
            transform: rotate(0.5deg) translateX(1px);
  }
  70% {
    -webkit-transform: rotate(-0.3deg) translateX(-0.5px);
            transform: rotate(-0.3deg) translateX(-0.5px);
  }
  80% {
    -webkit-transform: rotate(0.2deg) translateX(0.5px);
            transform: rotate(0.2deg) translateX(0.5px);
  }
  90% {
    -webkit-transform: rotate(-0.1deg) translateX(0px);
            transform: rotate(-0.1deg) translateX(0px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(0px);
            transform: rotate(0deg) translateX(0px);
  }
}
.rattling {
  will-change: transform;
}

.is-rattling {
  -webkit-animation: rattle 0.55s cubic-bezier(0.36, 0.07, 0.19, 0.97) 1;
          animation: rattle 0.55s cubic-bezier(0.36, 0.07, 0.19, 0.97) 1;
}

.fancybox-container .fancybox-slide {
  padding: 25px;
}
/*# sourceMappingURL=lp.css.map */