<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&amp;display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp-noto.min.css");
@-webkit-keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gallery-slide {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes gallery-slide {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes gallery-slide2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes gallery-slide2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-webkit-keyframes gallery-slide-sp {
  0% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px);
  }
}

@keyframes gallery-slide-sp {
  0% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px);
  }
}

@-webkit-keyframes top-slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes top-slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  width: 100%;
  height: auto;
  display: block;
}

body {
  font-family: "Noto Serif JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #000046;
  -webkit-transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
}

a {
  color: #000046;
  text-decoration: none;
}

@media screen and (min-width: 850px) {
  .is-pc {
    display: block;
  }
}

@media screen and (max-width: 849px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 849px) {
  .is-sp {
    display: block;
  }
}

@media screen and (min-width: 850px) {
  .is-pc-inline {
    display: inline;
  }
}

@media screen and (max-width: 849px) {
  .is-pc-inline {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  .is-sp-inline {
    display: none;
  }
}

@media screen and (max-width: 849px) {
  .is-sp-inline {
    display: inline;
  }
}

@media screen and (min-width: 850px) {
  .is-pc-inline-block {
    display: inline-block;
  }
}

@media screen and (max-width: 849px) {
  .is-pc-inline-block {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  .is-sp-inline-block {
    display: none;
  }
}

@media screen and (max-width: 849px) {
  .is-sp-inline-block {
    display: inline-block;
  }
}

.l-wrapper {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.c-section {
  position: relative;
  padding: 127px 0 0px;
}

@media screen and (min-width: 850px) {
  .c-section {
    padding: 123px 0 0px;
  }
}

@media screen and (min-width: 850px) {
  .c-section--concept {
    padding-top: 140px;
  }
}

.c-section--white {
  background-color: #fff;
}

.c-section--right-blue {
  background-color: #B5F4FD;
}

.c-section--about-blue {
  background-color: #b1f4fd;
}

.c-section--blue {
  background-color: #00C3F2;
  color: #fff;
}

.c-section--navy {
  background-color: #000046;
  color: #fff;
}

.c-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-section__deco {
  position: absolute;
  left: 0;
  width: 100%;
  height: 298px;
  background-size: auto 100%;
  background-repeat: repeat-x;
}

@media screen and (max-width: 849px) {
  .c-section__deco {
    height: 295px;
  }
}

.c-section__deco--top {
  top: 0;
  background-position: center top;
}

.c-section__deco--bottom {
  bottom: 0;
  background-position: center bottom;
}

.c-section__deco--70 {
  opacity: 0.7;
}

.c-section__deco--30 {
  opacity: 0.3;
}

.c-section__deco--concept.c-section__deco--top {
  background-image: url(../img/common/bg/concept_top.png);
}

@media screen and (max-width: 849px) {
  .c-section__deco--concept.c-section__deco--top {
    background-image: url(../img/common/bg/concept_top_sp.png);
    height: 303px;
  }
}

.c-section__deco--concept.c-section__deco--bottom {
  background-image: url(../img/common/bg/concept_bottom.png);
}

@media screen and (min-width: 850px) {
  .c-section__deco--concept.c-section__deco--bottom {
    height: 296px;
  }
}

@media screen and (max-width: 849px) {
  .c-section__deco--concept.c-section__deco--bottom {
    background-image: url(../img/common/bg/concept_bottom_sp.png);
  }
}

.c-section__deco--join.c-section__deco--top {
  background-image: url(../img/common/bg/join_top.png);
}

@media screen and (max-width: 849px) {
  .c-section__deco--join.c-section__deco--top {
    background-image: url(../img/common/bg/join_top_sp.png);
  }
}

.c-section__deco--join.c-section__deco--bottom {
  background-image: url(../img/common/bg/join_bottom.png);
}

@media screen and (min-width: 850px) {
  .c-section__deco--join.c-section__deco--bottom {
    height: 296px;
  }
}

@media screen and (max-width: 849px) {
  .c-section__deco--join.c-section__deco--bottom {
    background-image: url(../img/common/bg/join_bottom_sp.png);
    height: 296px;
  }
}

.c-section__deco--prize.c-section__deco--top {
  background-image: url(../img/common/bg/prize_top.png);
}

@media screen and (max-width: 849px) {
  .c-section__deco--prize.c-section__deco--top {
    height: 296px;
    background-image: url(../img/common/bg/prize_top_sp.png);
  }
}

.c-section__deco--prize.c-section__deco--bottom {
  background-image: url(../img/common/bg/prize_bottom.png);
}

@media screen and (max-width: 849px) {
  .c-section__deco--prize.c-section__deco--bottom {
    height: 298px;
    background-image: url(../img/common/bg/prize_bottom_sp.png);
  }
}

.c-section__deco--apply.c-section__deco--top {
  background-image: url(../img/common/bg/apply_top.png);
}

@media screen and (max-width: 849px) {
  .c-section__deco--apply.c-section__deco--top {
    height: 295px;
    background-image: url(../img/common/bg/apply_top_sp.png);
  }
}

.c-section__deco--apply.c-section__deco--bottom {
  background-image: url(../img/common/bg/apply_bottom.png);
}

@media screen and (max-width: 849px) {
  .c-section__deco--apply.c-section__deco--bottom {
    height: 297px;
    background-image: url(../img/common/bg/apply_bottom_sp.png);
  }
}

.c-section__deco--gallery.c-section__deco--top {
  background-image: url(../img/common/bg/gallery_top.png);
}

@media screen and (max-width: 849px) {
  .c-section__deco--gallery.c-section__deco--top {
    height: 296px;
    background-image: url(../img/common/bg/gallery_top_sp.png);
  }
}

@media screen and (max-width: 849px) and (min-width: 550px) {
  .c-section__deco--gallery.c-section__deco--top {
    background-size: 100% auto;
  }
}

.c-section__deco--gallery.c-section__deco--bottom {
  background-image: url(../img/common/bg/gallery_bottom.png);
}

@media screen and (max-width: 849px) {
  .c-section__deco--gallery.c-section__deco--bottom {
    height: 298px;
    background-image: url(../img/common/bg/gallery_bottom_sp.png);
  }
}

@media screen and (max-width: 849px) and (min-width: 550px) {
  .c-section__deco--gallery.c-section__deco--bottom {
    background-size: 100% auto;
  }
}

.c-section__deco--winner.c-section__deco--top {
  background-image: url(../img/common/bg/gallery_top.png);
}

@media screen and (max-width: 849px) {
  .c-section__deco--winner.c-section__deco--top {
    height: auto;
    background-image: url(../img/common/bg/gallery_top_sp.png);
  }
  .c-section__deco--winner.c-section__deco--top::before {
    content: "";
    display: block;
    padding-top: 55%;
  }
}

@media screen and (max-width: 849px) and (min-width: 550px) {
  .c-section__deco--winner.c-section__deco--top {
    background-size: 100% auto;
  }
}

.c-section__deco--winner.c-section__deco--bottom {
  background-image: url(../img/common/bg/gallery_bottom.png);
}

@media screen and (max-width: 849px) {
  .c-section__deco--winner.c-section__deco--bottom {
    height: auto;
    background-image: url(../img/common/bg/gallery_bottom_sp.png);
  }
  .c-section__deco--winner.c-section__deco--bottom::before {
    content: "";
    display: block;
    padding-top: 55%;
  }
}

@media screen and (max-width: 849px) and (min-width: 550px) {
  .c-section__deco--winner.c-section__deco--bottom {
    background-size: 100% auto;
  }
}

.c-section__main {
  position: relative;
}

.c-section__head {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.is-scroll .c-section__head {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, opacity 0.8s ease 0s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
}

.c-section__title {
  width: 167px;
  margin: 0 auto;
}

.c-section__title img {
  width: 100%;
}

.c-section--concept .c-section__title {
  width: 167px;
}

@media screen and (min-width: 850px) {
  .c-section--concept .c-section__title {
    width: 265px;
  }
}

.c-section--join .c-section__title {
  width: 222px;
}

@media screen and (min-width: 850px) {
  .c-section--join .c-section__title {
    width: 282px;
  }
}

.c-section--prize .c-section__title {
  width: 96px;
}

@media screen and (min-width: 850px) {
  .c-section--prize .c-section__title {
    width: 124px;
  }
}

.c-section--apply .c-section__title {
  width: 238px;
}

@media screen and (min-width: 850px) {
  .c-section--apply .c-section__title {
    width: 334px;
  }
}

.c-section--gallery .c-section__title {
  width: 140px;
}

@media screen and (min-width: 850px) {
  .c-section--gallery .c-section__title {
    width: 180px;
  }
}

.c-section--about .c-section__title {
  width: 318px;
}

@media screen and (max-width: 849px) and (max-width: 350px) {
  .c-section--about .c-section__title {
    width: 300px;
  }
}

@media screen and (min-width: 850px) {
  .c-section--about .c-section__title {
    width: 606px;
    margin-top: -7px;
  }
}

.c-section__cap {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 600;
}

@media screen and (min-width: 850px) {
  .c-section__cap {
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    margin-top: 9px;
  }
}

@media screen and (min-width: 850px) {
  .c-section--concept .c-section__cap {
    position: relative;
    left: 3px;
    margin-top: 13px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 849px) {
  .c-section--prize .c-section__cap {
    margin-top: 16px;
  }
}

@media screen and (min-width: 850px) {
  .c-section--prize .c-section__cap {
    margin-top: 21px;
  }
}

@media screen and (max-width: 849px) {
  .c-section--apply .c-section__cap {
    margin-top: 18px;
  }
}

@media screen and (min-width: 850px) {
  .c-section--apply .c-section__cap {
    margin-top: 8px;
  }
}

.c-section__notice {
  margin-top: 8px;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: normal;
}

@media screen and (min-width: 850px) {
  .c-section__notice {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
  }
}

.c-footer {
  padding: 60px 0;
  background-color: #B5F4FD;
}

@media screen and (min-width: 850px) {
  .c-footer {
    padding: 60px 0 50px;
  }
}

.c-footer__banner-item {
  width: 245px;
  margin: 0 auto;
}

@media screen and (min-width: 850px) {
  .c-footer__banner-item {
    width: 301px;
  }
}

.c-footer__banner-item + .c-footer__banner-item {
  margin-top: 10px;
}

.c-footer__banner-link {
  display: block;
}

@media screen and (min-width: 850px) {
  .c-footer__banner-link {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
  }
  .c-footer__banner-link:hover {
    opacity: 0.6;
  }
}

.c-footer__social {
  margin-top: 48px;
}

@media screen and (min-width: 850px) {
  .c-footer__social {
    margin-top: 40px;
  }
}

.c-footer__social-list {
  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;
}

.c-footer__social-item {
  width: 28px;
}

@media screen and (min-width: 850px) {
  .c-footer__social-item {
    width: 32px;
  }
}

.c-footer__social-item + .c-footer__social-item {
  margin-left: 28px;
}

@media screen and (min-width: 850px) {
  .c-footer__social-item + .c-footer__social-item {
    margin-left: 24px;
  }
}

.c-footer__social-link {
  display: block;
}

.is-ie .c-footer__social-link svg {
  height: 32px;
}

.c-footer__social-link .c-in-svg {
  fill: #00C3F2;
}

@media screen and (min-width: 850px) {
  .c-footer__social-link .c-in-svg {
    -webkit-transition: fill 0.4s ease 0s;
    transition: fill 0.4s ease 0s;
  }
}

@media screen and (min-width: 850px) {
  .c-footer__social-link:hover .c-in-svg {
    fill: #000046;
  }
}

.c-footer__social-link img {
  width: 100%;
}

.c-footer__link {
  margin-top: 16px;
}

@media screen and (min-width: 850px) {
  .c-footer__link {
    margin-top: 17px;
  }
}

.c-footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 850px) {
  .c-footer__link-link {
    color: #00C3F2;
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
  }
  .c-footer__link-link:hover {
    color: #000046;
  }
}

.c-footer__link-text {
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 850px) {
  .c-footer__link-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
  }
}

.c-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.c-line__deco {
  position: absolute;
  top: 50%;
  top: -2px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) skew(10deg, 10deg);
  transform: rotate(-45deg) skew(10deg, 10deg);
}

.c-line__deco--l {
  left: 0;
}

.c-line__deco--r {
  right: 0;
}

.p-top {
  position: relative;
  overflow: hidden;
}

.p-top img {
  width: 100%;
}

.p-top__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top__l {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.1s;
  transition: opacity 0.8s ease 0.1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.1s;
  transition: opacity 0.8s ease 0.1s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.1s;
  transition: opacity 0.8s ease 0.1s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.1s;
  position: absolute;
  width: 41.3%;
}

.is-load .p-top__l {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

@media screen and (max-width: 849px) {
  .p-top__l {
    width: 94.9%;
  }
}

.p-top__l::before {
  content: "";
  display: block;
  padding-top: 67%;
}

.p-top__l--1 {
  top: 0;
  right: 0;
}

@media screen and (max-width: 849px) {
  .p-top__l--1 {
    right: -25.9%;
  }
}

.p-top__l--2 {
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 849px) {
  .p-top__l--2 {
    left: -19.4%;
  }
}

.p-top__l-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.p-top__s {
  position: absolute;
  width: 13.85%;
}

.p-top__s--a1 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
}

.is-load .p-top__s--a1 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__s--a2 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.3s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.3s;
}

.is-load .p-top__s--a2 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__s--a3 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
}

.is-load .p-top__s--a3 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__s--a4 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s;
  transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s;
  transition: opacity 0.8s ease 0.5s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s;
  transition: opacity 0.8s ease 0.5s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s;
}

.is-load .p-top__s--a4 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__s--a5 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.6s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.6s;
}

.is-load .p-top__s--a5 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__s--a6 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.7s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.7s;
  transition: opacity 0.8s ease 0.7s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.7s;
  transition: opacity 0.8s ease 0.7s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.7s;
  transition: opacity 0.8s ease 0.7s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.7s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.7s;
}

.is-load .p-top__s--a6 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__s--a7 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
  transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
  transition: opacity 0.8s ease 0.8s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
  transition: opacity 0.8s ease 0.8s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
}

.is-load .p-top__s--a7 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__s--a8 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.9s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.9s;
  transition: opacity 0.8s ease 0.9s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.9s;
  transition: opacity 0.8s ease 0.9s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.9s;
  transition: opacity 0.8s ease 0.9s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.9s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.9s;
}

.is-load .p-top__s--a8 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__s--a9 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1s;
  transition: opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1s;
  transition: opacity 0.8s ease 1s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1s;
  transition: opacity 0.8s ease 1s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1s;
}

.is-load .p-top__s--a9 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__s--a10 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1.1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.1s;
  transition: opacity 0.8s ease 1.1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.1s;
  transition: opacity 0.8s ease 1.1s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.1s;
  transition: opacity 0.8s ease 1.1s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.1s;
}

.is-load .p-top__s--a10 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__s::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 849px) {
  .p-top__s {
    width: 44.55%;
  }
  .p-top__s--1 {
    width: 63.6%;
    top: 0;
    left: -32.3%;
  }
  .p-top__s--2 {
    width: 63.6%;
    bottom: 0;
    right: -38.6%;
  }
  .p-top__s--3 {
    top: 0;
    margin-top: 63.3%;
    left: -13.6%;
  }
  .p-top__s--4 {
    top: 0;
    margin-top: 63.3%;
    left: 30.9%;
  }
  .p-top__s--5 {
    top: 0;
    margin-top: 63.3%;
    left: 75.4%;
  }
  .p-top__s--6 {
    top: 0;
    margin-top: 107.8%;
    left: -13.6%;
  }
  .p-top__s--7 {
    top: 0;
    margin-top: 107.8%;
    left: 30.9%;
  }
  .p-top__s--8 {
    top: 0;
    margin-top: 107.8%;
    left: 75.4%;
  }
}

@media screen and (min-width: 850px) {
  .p-top__s--1 {
    top: 0;
    left: -5.4%;
  }
  .p-top__s--2 {
    top: 0;
    left: 8.4%;
  }
  .p-top__s--3 {
    top: 0;
    left: 22.2%;
  }
  .p-top__s--4 {
    top: 0;
    left: 36%;
  }
  .p-top__s--5 {
    top: 0;
    left: 49.8%;
  }
  .p-top__s--6 {
    top: 0;
    margin-top: 13.85%;
    left: -5.4%;
  }
  .p-top__s--7 {
    top: 0;
    margin-top: 13.85%;
    left: 8.4%;
  }
  .p-top__s--8 {
    top: 0;
    margin-top: 13.85%;
    left: 22.2%;
  }
  .p-top__s--9 {
    top: 0;
    margin-top: 13.85%;
    left: 36%;
  }
  .p-top__s--10 {
    top: 0;
    margin-top: 13.85%;
    left: 49.8%;
  }
  .p-top__s--11 {
    bottom: 0;
    right: -5.4%;
  }
  .p-top__s--12 {
    bottom: 0;
    right: 8.4%;
  }
  .p-top__s--13 {
    bottom: 0;
    right: 22.2%;
  }
  .p-top__s--14 {
    bottom: 0;
    right: 36%;
  }
  .p-top__s--15 {
    bottom: 0;
    right: 49.8%;
  }
  .p-top__s--16 {
    bottom: 0;
    margin-bottom: 13.85%;
    right: -3.2%;
  }
  .p-top__s--17 {
    bottom: 0;
    margin-bottom: 13.85%;
    right: 10.6%;
  }
  .p-top__s--18 {
    bottom: 0;
    margin-bottom: 13.85%;
    right: 24.4%;
  }
  .p-top__s--19 {
    bottom: 0;
    margin-bottom: 13.85%;
    right: 38.2%;
  }
  .p-top__s--20 {
    bottom: 0;
    margin-bottom: 13.85%;
    right: 52%;
  }
}

.p-top__s .p-in-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.p-top__s .p-in-inner--add {
  -webkit-animation: top-slide 2s ease 0s 1;
  animation: top-slide 2s ease 0s 1;
}

.p-top__m {
  position: absolute;
  width: 27.7%;
}

.p-top__m--a1 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
}

.is-load .p-top__m--a1 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__m--a2 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.3s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.3s;
}

.is-load .p-top__m--a2 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__m--a3 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
}

.is-load .p-top__m--a3 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__m--a4 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s;
  transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s;
  transition: opacity 0.8s ease 0.5s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s;
  transition: opacity 0.8s ease 0.5s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s;
}

.is-load .p-top__m--a4 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__m--a5 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.6s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.6s;
}

.is-load .p-top__m--a5 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__m--a6 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.7s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.7s;
  transition: opacity 0.8s ease 0.7s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.7s;
  transition: opacity 0.8s ease 0.7s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.7s;
  transition: opacity 0.8s ease 0.7s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.7s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.7s;
}

.is-load .p-top__m--a6 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__m--a7 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
  transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
  transition: opacity 0.8s ease 0.8s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
  transition: opacity 0.8s ease 0.8s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
}

.is-load .p-top__m--a7 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__m--a8 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.9s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.9s;
  transition: opacity 0.8s ease 0.9s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.9s;
  transition: opacity 0.8s ease 0.9s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.9s;
  transition: opacity 0.8s ease 0.9s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.9s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.9s;
}

.is-load .p-top__m--a8 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__m--a9 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1s;
  transition: opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1s;
  transition: opacity 0.8s ease 1s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1s;
  transition: opacity 0.8s ease 1s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1s;
}

.is-load .p-top__m--a9 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__m--a10 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1.1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.1s;
  transition: opacity 0.8s ease 1.1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.1s;
  transition: opacity 0.8s ease 1.1s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.1s;
  transition: opacity 0.8s ease 1.1s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.1s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.1s;
}

.is-load .p-top__m--a10 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.p-top__m::before {
  content: "";
  display: block;
  padding-top: 50%;
}

@media screen and (min-width: 850px) {
  .p-top__m--1 {
    top: 0;
    left: -5.4%;
  }
  .p-top__m--2 {
    top: 0;
    left: 8.4%;
  }
  .p-top__m--3 {
    top: 0;
    left: 22.2%;
  }
  .p-top__m--4 {
    top: 0;
    left: 36%;
  }
  .p-top__m--5 {
    top: 0;
    left: 49.8%;
  }
  .p-top__m--6 {
    top: 0;
    margin-top: 13.85%;
    left: -5.4%;
  }
  .p-top__m--7 {
    top: 0;
    margin-top: 13.85%;
    left: 8.4%;
  }
  .p-top__m--8 {
    top: 0;
    margin-top: 13.85%;
    left: 22.2%;
  }
  .p-top__m--9 {
    top: 0;
    margin-top: 13.85%;
    left: 36%;
  }
  .p-top__m--10 {
    top: 0;
    margin-top: 13.85%;
    left: 49.8%;
  }
  .p-top__m--11 {
    bottom: 0;
    right: -5.4%;
  }
  .p-top__m--12 {
    bottom: 0;
    right: 8.4%;
  }
  .p-top__m--13 {
    bottom: 0;
    right: 22.2%;
  }
  .p-top__m--14 {
    bottom: 0;
    right: 36%;
  }
  .p-top__m--15 {
    bottom: 0;
    right: 49.8%;
  }
  .p-top__m--16 {
    bottom: 0;
    margin-bottom: 13.85%;
    right: -3.2%;
  }
  .p-top__m--17 {
    bottom: 0;
    margin-bottom: 13.85%;
    right: 10.6%;
  }
  .p-top__m--18 {
    bottom: 0;
    margin-bottom: 13.85%;
    right: 24.4%;
  }
  .p-top__m--19 {
    bottom: 0;
    margin-bottom: 13.85%;
    right: 38.2%;
  }
  .p-top__m--20 {
    bottom: 0;
    margin-bottom: 13.85%;
    right: 52%;
  }
}

@media screen and (max-width: 849px) {
  .p-top__m {
    width: 89.1%;
  }
  .p-top__m--3 {
    top: 0;
    margin-top: 63.3%;
    left: -13.6%;
  }
  .p-top__m--4 {
    top: 0;
    margin-top: 63.3%;
    left: 30.9%;
  }
  .p-top__m--5 {
    top: 0;
    margin-top: 63.3%;
    left: 75.4%;
  }
  .p-top__m--6 {
    top: 0;
    margin-top: 107.8%;
    left: -13.6%;
  }
  .p-top__m--7 {
    top: 0;
    margin-top: 107.8%;
    left: 30.9%;
  }
  .p-top__m--8 {
    top: 0;
    margin-top: 107.8%;
    left: 75.4%;
  }
}

.p-top__m .p-in-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.p-top__m .p-in-inner--add {
  -webkit-animation: top-slide 2s ease 0s 1;
  animation: top-slide 2s ease 0s 1;
}

@media screen and (max-width: 849px) {
  .p-top__cover {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s;
    transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s;
    transition: opacity 0.8s ease 0.5s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s;
    transition: opacity 0.8s ease 0.5s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .is-load .p-top__cover {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
  .is-load .p-top__cover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 850px) {
  .p-top__cover {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0s;
    transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0s;
    transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0s;
    transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 77.7%;
    height: 100%;
    margin: 0 auto;
  }
  .is-load .p-top__cover {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
  .is-load .p-top__cover {
    opacity: 0.7;
  }
}

.p-top__cover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 849px) {
  .p-top__cover::before {
    opacity: 0.6;
    background: radial-gradient(78.27% 50.13% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0.739583) 66.15%, rgba(0, 0, 0, 0) 100%);
  }
}

@media screen and (min-width: 850px) {
  .p-top__cover::before {
    opacity: 0.7;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, #000000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
  }
}

.p-top__main {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
  padding-top: 16.2%;
  padding-bottom: 15.8%;
  position: relative;
}

.is-load .p-top__main {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

@media screen and (max-width: 849px) {
  .p-top__main {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
    transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
    transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
    transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.2s;
  }
  .is-load .p-top__main {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@media screen and (min-width: 850px) {
  .p-top__main {
    padding-top: 1.5%;
    padding-bottom: 1.65%;
  }
}

.p-top__base {
  position: relative;
  left: 50%;
  width: 112.4%;
  margin-left: -56.2%;
}

@media screen and (min-width: 850px) {
  .p-top__base {
    width: 31.8%;
    margin-left: -15.9%;
  }
}

.p-top__base::before {
  content: "";
  display: block;
  padding-top: 163.5%;
  background: url(../img/top/base.svg) no-repeat center center;
  background-size: contain;
}

.p-top__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 7%;
}

.p-top__logo {
  position: relative;
  width: 51.9%;
  margin: 0 auto;
}

@media screen and (max-width: 849px) {
  .p-top__logo {
    left: -0.2%;
  }
}

@media screen and (min-width: 850px) {
  .p-top__logo {
    width: 13.6%;
  }
}

.p-top__title {
  position: relative;
  width: 78.5%;
  margin: 17.2% auto 0;
}

@media screen and (max-width: 849px) {
  .p-top__title {
    left: -0.3%;
  }
}

@media screen and (min-width: 850px) {
  .p-top__title {
    width: 43.5%;
    margin: 3.3% auto 0;
  }
}

.p-top__catch {
  position: relative;
  width: 90.7%;
  margin: 8.3% auto 0;
}

@media screen and (min-width: 850px) {
  .p-top__catch {
    width: 27.1%;
    margin: 3.25% auto 0;
  }
}

.p-concept {
  padding: 85px 0 125px;
}

@media screen and (min-width: 850px) {
  .p-concept {
    padding: 75px 0 187px;
  }
}

.p-concept__box {
  width: 91%;
  margin: 0 auto;
}

@media screen and (max-width: 849px) {
  .p-concept__box {
    max-width: 400px;
  }
}

@media screen and (min-width: 850px) {
  .p-concept__box {
    width: 626px;
  }
}

.p-concept__line {
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  position: relative;
  height: 1px;
  background-color: #000046;
}

.is-scroll .p-concept__line {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, opacity 0.5s ease 0s;
  transition: transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, opacity 0.5s ease 0s, -webkit-transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
}

.p-concept__line-deco {
  opacity: 0;
  position: absolute;
  top: -4px;
  width: 9px;
  height: 9px;
  background-color: #000046;
  -webkit-transform: rotate(-45deg) skew(10deg, 10deg);
  transform: rotate(-45deg) skew(10deg, 10deg);
}

.is-scroll .p-concept__line-deco {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0.6s;
  transition: opacity 0.5s ease 0.6s;
}

@media screen and (min-width: 850px) {
  .p-concept__line-deco {
    top: -5px;
    width: 11px;
    height: 11px;
  }
}

.p-concept__line-deco--l {
  left: 0;
}

.p-concept__line-deco--r {
  right: 0;
}

.p-concept__text {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  padding: 51px 0 50px;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: normal;
  font-weight: 500;
}

.is-scroll .p-concept__text {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.6s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.6s;
}

@media screen and (min-width: 850px) {
  .p-concept__text {
    padding: 71px 0 70px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: normal;
  }
}

.p-join {
  padding: 84px 0 117px;
}

@media screen and (min-width: 850px) {
  .p-join {
    padding: 146px 0 170px;
  }
}

@media screen and (min-width: 850px) {
  .p-join__order-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.p-join__order-item {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.p-join__order-item:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.is-scroll .p-join__order-item:nth-child(1) {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s;
  transition: opacity 0.8s ease 0.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s, opacity 0.8s ease 0.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s, opacity 0.8s ease 0.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s;
}

.p-join__order-item:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.is-scroll .p-join__order-item:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
  transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
}

.p-join__order-item:nth-child(3) {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.is-scroll .p-join__order-item:nth-child(3) {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.75s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s;
  transition: opacity 0.8s ease 0.75s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s, opacity 0.8s ease 0.75s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s, opacity 0.8s ease 0.75s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s;
}

@media screen and (min-width: 850px) {
  .p-join__order-item {
    width: 27.5%;
    margin: 0;
  }
}

.p-join__order-line {
  position: relative;
  width: 86%;
  margin: 43px auto 42px;
  height: 1px;
  background-color: #fff;
}

.p-join__order-line-deco {
  position: absolute;
  top: -2px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) skew(10deg, 10deg);
  transform: rotate(-45deg) skew(10deg, 10deg);
}

.p-join__order-line-deco--l {
  left: 0;
}

.p-join__order-line-deco--r {
  right: 0;
}

.p-join__order-head {
  position: relative;
}

.p-join__order-num {
  position: relative;
  width: 80px;
  margin: 0 auto;
}

.p-join__order-item--1 .p-join__order-num {
  width: 80px;
  left: -18px;
}

.p-join__order-item--2 .p-join__order-num {
  width: 128px;
  left: -8px;
}

.p-join__order-item--3 .p-join__order-num {
  width: 113px;
  left: 0px;
}

.p-join__order-catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: 600;
  padding-top: 50px;
}

@media screen and (min-width: 850px) {
  .p-join__order-catch {
    padding: 0 10px;
  }
}

@media screen and (min-width: 850px) and (max-width: 1200px) {
  .p-join__order-catch {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 850px) and (max-width: 1050px) {
  .p-join__order-catch {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: normal;
  }
}

.p-join__order-item--1 .p-join__order-catch {
  padding-top: 50px;
}

@media screen and (min-width: 850px) {
  .p-join__order-item--1 .p-join__order-catch {
    padding-top: 61px;
  }
}

.p-join__order-item--2 .p-join__order-catch {
  padding-top: 59px;
}

@media screen and (min-width: 850px) {
  .p-join__order-item--2 .p-join__order-catch {
    padding-top: 61px;
    line-height: 31px;
  }
}

.p-join__order-item--3 .p-join__order-catch {
  padding-top: 53px;
}

@media screen and (min-width: 850px) {
  .p-join__order-item--3 .p-join__order-catch {
    padding-top: 65px;
  }
}

.p-join__order-catch .p-in-min {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: normal;
}

@media screen and (min-width: 850px) and (max-width: 1270px) {
  .p-join__order-catch .p-in-min {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
  }
}

.p-join__order-catch .p-in-big {
  font-size: 32px;
  line-height: 37px;
  letter-spacing: normal;
}

@media screen and (max-width: 849px) {
  .p-join__order-catch .p-in-tall {
    line-height: 32px;
  }
}

@media screen and (min-width: 850px) {
  .p-join__order-catch .p-in-tall {
    line-height: 33px;
  }
}

.p-join__order-body {
  margin: 39px auto 0;
  padding: 0 24px 0 24px;
}

@media screen and (min-width: 850px) {
  .p-join__order-body {
    margin-top: 39px;
    padding: 0 34px;
  }
}

@media screen and (max-width: 849px) {
  .p-join__order-item--2 .p-join__order-body {
    margin-top: 40px;
  }
}

@media screen and (max-width: 849px) {
  .p-join__order-item--3 .p-join__order-body {
    margin-top: 29px;
  }
}

@media screen and (min-width: 850px) {
  .p-join__order-item--3 .p-join__order-body {
    margin-top: 32px;
  }
}

.p-join__order-block {
  position: relative;
  padding-left: 70px;
  min-height: 65px;
}

@media screen and (max-width: 849px) {
  .p-join__order-block {
    margin-right: -5px;
  }
}

@media screen and (min-width: 850px) {
  .p-join__order-block {
    padding-left: 93px;
    margin-right: -20px;
  }
  .p-join__order-item--2 .p-join__order-block {
    min-height: 90px;
  }
}

.p-join__order-block + .p-join__order-block {
  margin-top: 26px;
}

@media screen and (min-width: 850px) {
  .p-join__order-block + .p-join__order-block {
    margin-top: 24px;
  }
}

@media screen and (max-width: 849px) {
  .p-join__order-item--2 .p-join__order-block + .p-join__order-block {
    margin-top: 14px;
  }
}

@media screen and (min-width: 850px) {
  .p-join__order-item--2 .p-join__order-block + .p-join__order-block {
    margin-top: 18px;
  }
}

.p-join__order-icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 60px;
}

@media screen and (min-width: 850px) {
  .p-join__order-icon {
    top: 5px;
    width: 80px;
  }
}

.p-join__order-sns {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 52px;
}

@media screen and (min-width: 850px) {
  .p-join__order-sns {
    top: 3px;
    left: 1px;
    width: 80px;
  }
}

.p-join__order-description {
  text-align: left;
}

.p-join__order-cap {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: normal;
}

@media screen and (min-width: 850px) {
  .p-join__order-cap {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
  }
}

.p-join__order-detail {
  margin-top: 4px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: normal;
}

@media screen and (min-width: 850px) {
  .p-join__order-detail {
    margin-top: 2px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: normal;
  }
}

.p-join__order-notice {
  margin-top: 16px;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: normal;
  text-align: left;
}

@media screen and (min-width: 850px) {
  .p-join__order-notice {
    margin-top: 33px;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: normal;
  }
}

.p-join__order-notice .p-in-item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-join__order-caution {
  margin-top: 3px;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: normal;
  text-align: left;
}

@media screen and (min-width: 850px) {
  .p-join__order-caution {
    margin-top: 5px;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: normal;
  }
}

.p-join__order-caution .p-in-item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-join__order-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 500;
}

@media screen and (min-width: 850px) {
  .p-join__order-text {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
    text-align: left;
  }
}

.p-join__line {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  width: 86%;
  margin: 39px auto 63px;
}

.is-scroll .p-join__line {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 1.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s;
  transition: opacity 0.8s ease 1.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s, opacity 0.8s ease 1.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s, opacity 0.8s ease 1.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s;
}

@media screen and (min-width: 850px) {
  .p-join__line {
    width: 85%;
    max-width: 1116px;
    margin: 62px auto 63px;
  }
}

.p-join__period {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.is-scroll .p-join__period {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 1.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s;
  transition: opacity 0.8s ease 1.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s, opacity 0.8s ease 1.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s, opacity 0.8s ease 1.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s;
}

.p-join__period-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
}

.p-join__period-block {
  margin-top: 40px;
}

@media screen and (min-width: 850px) {
  .p-join__period-block {
    margin-top: 43px;
  }
}

.p-join__period-cap {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
}

.p-join__period-detail {
  margin-top: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
}

@media screen and (min-width: 850px) {
  .p-join__period-detail {
    margin-top: 5px;
  }
}

.p-prize {
  padding: 63px 0 151px;
}

@media screen and (min-width: 850px) {
  .p-prize {
    padding: 104px 0 179px;
  }
}

.p-prize__catch {
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
  margin-bottom: 52px;
}

.is-scroll .p-prize__catch {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, opacity 0.8s ease 0s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
}

@media screen and (max-width: 849px) {
  .p-prize__catch {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 849px) {
  .p-prize__block {
    padding: 0 20px;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__block {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.p-prize__block + .p-prize__block {
  margin-top: 33px;
}

@media screen and (min-width: 850px) {
  .p-prize__block + .p-prize__block {
    margin-top: 64px;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__abc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-prize__abc-item {
  position: relative;
  margin: 0 auto;
}

.p-prize__abc-item:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.is-scroll .p-prize__abc-item:nth-child(1) {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s;
  transition: opacity 0.8s ease 0.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s, opacity 0.8s ease 0.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s, opacity 0.8s ease 0.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s;
}

.p-prize__abc-item:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.is-scroll .p-prize__abc-item:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
  transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
}

.p-prize__abc-item:nth-child(3) {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.is-scroll .p-prize__abc-item:nth-child(3) {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.75s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s;
  transition: opacity 0.8s ease 0.75s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s, opacity 0.8s ease 0.75s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s, opacity 0.8s ease 0.75s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s;
}

@media screen and (max-width: 849px) {
  .p-prize__abc-item {
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__abc-item {
    width: 28.8%;
    margin: 0;
  }
}

@media screen and (max-width: 849px) {
  .p-prize__abc-item:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 849px) {
  .p-prize__abc-item + .p-prize__abc-item {
    margin-top: 2.6%;
  }
}

@media screen and (max-width: 849px) and (max-width: 350px) {
  .p-prize__abc-item + .p-prize__abc-item {
    margin-top: 20px;
  }
}

.p-prize__abc-img {
  width: 58.8%;
}

@media screen and (min-width: 850px) {
  .p-prize__abc-img {
    width: 74%;
    max-width: 305px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 849px) {
  .p-prize__abc-text {
    width: 41.2%;
    padding-left: 1.2%;
  }
}

@media screen and (max-width: 849px) {
  .p-prize__abc-item:nth-child(2n) .p-prize__abc-text {
    padding-top: 46px;
    padding-left: 4.9%;
  }
}

.p-prize__abc-catch {
  position: relative;
  width: 52px;
}

@media screen and (min-width: 850px) {
  .p-prize__abc-catch {
    position: absolute;
    top: 0;
    left: 12%;
    margin-top: 83.4%;
    width: 72px;
  }
}

.p-prize__abc-catch img {
  width: 100%;
}

.p-prize__abc-catch .p-in-base {
  width: 100%;
}

.p-prize__abc-catch .p-in-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 21px;
}

@media screen and (min-width: 850px) {
  .p-prize__abc-catch .p-in-inner {
    padding-top: 35px;
  }
}

@media screen and (max-width: 849px) {
  .p-prize__abc-catch .p-in-inner--b {
    padding-top: 18px;
  }
}

@media screen and (max-width: 849px) {
  .p-prize__abc-catch .p-in-inner--c {
    padding-top: 19px;
  }
}

.p-prize__abc-catch .p-in-svg {
  position: relative;
  width: 22px;
  margin: 0 auto;
}

.p-prize__abc-catch .p-in-svg--a {
  width: 22px;
}

@media screen and (min-width: 850px) {
  .p-prize__abc-catch .p-in-svg--a {
    width: 25px;
  }
}

.p-prize__abc-catch .p-in-svg--b {
  left: 0px;
  width: 21px;
}

.p-prize__abc-catch .p-in-svg--c {
  width: 25px;
}

.p-prize__abc-catch .p-in-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  margin-top: 4px;
}

@media screen and (min-width: 850px) {
  .p-prize__abc-catch .p-in-text {
    margin-top: 7px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
  }
}

.p-prize__abc-detail {
  margin-top: 5px;
  font-size: 6.3vw;
  line-height: 1.2;
  letter-spacing: normal;
  white-space: nowrap;
}

.p-in-min250 {
  margin-top: 10px;
}

@media screen and (max-width: 849px) {
  .p-prize__abc-detail {
    text-align: left;
  }
}

@media screen and (max-width: 849px) and (min-width: 400px) {
  .p-prize__abc-detail {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__abc-detail {
    margin-top: 16px;
    font-size: 27px;
    line-height: 36px;
    letter-spacing: normal;
  }
}

.p-in-main250 {
  margin-top: 0px;
}

@media screen and (min-width: 850px) and (max-width: 1200px) {
  .p-prize__abc-detail {
    margin-top: 35px;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__abc-detail--b {
    margin-top: 21px;
  }
}

@media screen and (min-width: 850px) and (max-width: 1200px) {
  .p-prize__abc-detail--b {
    margin-top: 35px;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__abc-detail--c {
    margin-top: 21px;
  }
}

@media screen and (min-width: 850px) and (max-width: 1200px) {
  .p-prize__abc-detail--c {
    margin-top: 35px;
  }
}

.p-prize__abc-detail .p-in-min {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
}

@media screen and (max-width: 849px) {
  .p-prize__abc-detail .p-in-min {
    margin-top: 7px;
    display: block;
    white-space: normal;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__abc-detail .p-in-min {
    display: block;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 850px) and (max-width: 1200px) {
  .p-prize__abc-detail .p-in-min {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: normal;
    margin-top: 10px;
  }
}

.p-prize__abc-detail .p-in-small {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: normal;
}

@media screen and (max-width: 849px) {
  .p-prize__abc-detail .p-in-small {
    display: block;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__abc-detail .p-in-small {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 849px) {
  .p-prize__abc-detail .p-in-dot {
    display: block;
    line-height: 14px;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__abc-detail .p-in-dot {
    display: block;
    line-height: 12px;
  }
}

.p-prize__abc-q {
  margin-top: 7px;
  width: 69px;
}

@media screen and (min-width: 850px) {
  .p-prize__abc-q {
    position: absolute;
    top: 0;
    right: 7.4%;
    margin-top: 98%;
    width: 86px;
  }
}

@media screen and (min-width: 850px) and (max-width: 1100px) {
  .p-prize__abc-q {
    margin-top: 102%;
    width: 78px;
  }
}

.p-prize__abc-q img {
  width: 100%;
}

.p-prize__def {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.is-scroll .p-prize__def {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 1.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s;
  transition: opacity 0.8s ease 1.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s, opacity 0.8s ease 1.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s, opacity 0.8s ease 1.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s;
}

@media screen and (min-width: 850px) {
  .p-prize__def-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
}

@media screen and (min-width: 850px) and (min-width: 1350px) {
  .p-prize__def-list {
    left: 42px;
  }
}

.p-prize__def-item {
  margin: 0 auto;
  position: relative;
  min-height: 160px;
}

@media screen and (max-width: 849px) {
  .p-prize__def-item {
    max-width: 400px;
    padding-left: 147px;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__def-item {
    width: 30%;
    margin: 0;
    padding-left: 156px;
  }
}

@media screen and (min-width: 850px) and (min-width: 1310px) {
  .p-prize__def-item:nth-child(1) {
    left: 45px;
  }
}

@media screen and (min-width: 850px) and (min-width: 1270px) {
  .p-prize__def-item:nth-child(3) {
    left: 7px;
  }
}

@media screen and (min-width: 850px) and (max-width: 1100px) {
  .p-prize__def-item {
    padding-left: 110px;
  }
}

@media screen and (max-width: 849px) {
  .p-prize__def-item + .p-prize__def-item {
    margin-top: 32px;
  }
}

.p-prize__def-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 104px;
}

@media screen and (min-width: 850px) and (max-width: 1100px) {
  .p-prize__def-img {
    width: 80px;
  }
}

.p-prize__def-catch {
  position: absolute;
  top: 0;
  left: 92px;
  width: 42px;
}

@media screen and (min-width: 850px) {
  .p-prize__def-catch {
    left: 91px;
    width: 49px;
  }
}

@media screen and (min-width: 850px) and (max-width: 1100px) {
  .p-prize__def-catch {
    top: -10px;
    left: 63px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.p-prize__def-catch img {
  width: 100%;
}

.p-prize__def-catch .p-in-base {
  width: 100%;
}

.p-prize__def-catch .p-in-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 14px;
}

@media screen and (min-width: 850px) {
  .p-prize__def-catch .p-in-inner {
    padding-top: 20px;
  }
}

.p-prize__def-catch .p-in-svg {
  position: relative;
  width: 22px;
  margin: 0 auto;
}

.p-prize__def-catch .p-in-svg--d {
  left: 1px;
  width: 20px;
}

.p-prize__def-catch .p-in-svg--e {
  left: 1px;
  width: 15px;
}

@media screen and (min-width: 850px) {
  .p-prize__def-catch .p-in-svg--e {
    width: 16px;
  }
}

.p-prize__def-catch .p-in-svg--f {
  left: 1px;
  width: 14px;
}

.p-prize__def-catch .p-in-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  margin-top: 4px;
}

@media screen and (min-width: 850px) {
  .p-prize__def-catch .p-in-text {
    margin-top: 7px;
  }
}

.p-prize__def-detail {
  padding-top: 9px;
  padding-left: 1px;
  text-align: left;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: normal;
}

@media screen and (max-width: 849px) {
  .p-prize__def-detail {
    margin-right: -15px;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__def-detail {
    padding-top: 10px;
    padding-left: 0;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 850px) and (max-width: 1269px) {
  .p-prize__def-detail {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__def-item:nth-child(1) .p-prize__def-detail {
    margin-left: -5px;
  }
}

.p-prize__def-detail .p-in-min {
  margin-top: 3px;
  display: block;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: normal;
}

@media screen and (min-width: 850px) {
  .p-prize__def-detail .p-in-min {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
  }
}

.p-prize__def-detail .p-in-small {
  margin-top: 2px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 850px) {
  .p-prize__def-detail .p-in-small {
    padding-left: 0.5em;
    text-indent: -0.5em;
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
  }
}

.p-prize__def-q {
  position: relative;
  margin-top: 13px;
  width: 92px;
}

@media screen and (min-width: 850px) {
  .p-prize__def-q {
    margin-top: 8px;
  }
}

.p-prize__def-q img {
  width: 100%;
}

.p-prize__def-q--d {
  width: 92px;
}

@media screen and (min-width: 850px) {
  .p-prize__def-q--d {
    left: -5px;
  }
}

.p-prize__def-q--e {
  width: 95px;
}

.p-prize__def-q--f {
  width: 125px;
}

.p-apply {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  padding: 62px 0 80px;
}

.is-scroll .p-apply {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.3s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.3s, opacity 0.8s ease 0.3s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.3s, opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.3s;
}

@media screen and (min-width: 850px) {
  .p-apply {
    padding: 105px 0 147px;
  }
}

@media screen and (max-width: 849px) {
  .p-apply__block {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 850px) {
  .p-apply__block {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
}

.p-apply__section + .p-apply__section {
  margin-top: 83px;
}

@media screen and (min-width: 850px) {
  .p-apply__section + .p-apply__section {
    margin-top: 85px;
  }
}

.p-apply__title {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 850px) {
  .p-apply__title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0em;
  }
}

.p-apply__img {
  margin-top: 28px;
}

@media screen and (min-width: 850px) {
  .p-apply__img {
    margin-top: 38px;
  }
}

.p-apply__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-apply__img-item {
  width: 42.5%;
}

@media screen and (min-width: 850px) {
  .p-apply__img-item {
    width: 28%;
  }
}

.p-apply__img-item + .p-apply__img-item {
  margin-left: 1.8%;
}

@media screen and (min-width: 850px) {
  .p-apply__img-item + .p-apply__img-item {
    margin-left: 0.9%;
  }
}

.p-apply__detail {
  margin-top: 23px;
}

@media screen and (min-width: 850px) {
  .p-apply__detail {
    margin-top: 22px;
  }
}

.p-apply__cap {
  width: 63px;
  margin: 0 auto;
}

@media screen and (min-width: 850px) {
  .p-apply__cap {
    width: 84px;
  }
}

.p-apply__cap img {
  width: 100%;
}

.p-apply__list {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: normal;
  font-weight: 500;
}

@media screen and (max-width: 849px) {
  .p-apply__list {
    padding: 0 35px 0 20px;
  }
}

@media screen and (min-width: 850px) {
  .p-apply__list {
    margin-top: 18px;
    width: 100%;
    max-width: 670px;
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: normal;
  }
}

.p-apply__item {
  position: relative;
}

@media screen and (max-width: 849px) {
  .p-apply__item {
    padding-left: 17px;
  }
}

@media screen and (min-width: 850px) {
  .p-apply__item {
    padding-left: 30px;
  }
}

.p-apply__item + .p-apply__item {
  margin-top: 9px;
}

@media screen and (min-width: 850px) {
  .p-apply__item + .p-apply__item {
    margin-top: 0;
  }
}

.p-apply__item::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 13px;
  height: 13px;
  background: url(../img/apply/mark.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 850px) {
  .p-apply__item::before {
    top: 7px;
    width: 19px;
    height: 19px;
  }
}

.p-apply__line {
  width: 86%;
  margin: 82px auto 45px;
}

@media screen and (min-width: 850px) {
  .p-apply__line {
    margin: 90px auto 65px;
    width: 85%;
    max-width: 1116px;
  }
}

.p-apply__note {
  padding: 0 25px;
}

.p-apply__note + .p-apply__note {
  margin-top: 42px;
}

@media screen and (min-width: 850px) {
  .p-apply__note + .p-apply__note {
    margin-top: 60px;
  }
}

.p-apply__note-title {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
  font-weight: 600;
}

@media screen and (min-width: 850px) {
  .p-apply__note-title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: normal;
  }
}

.p-apply__note-main {
  margin-top: 42px;
  max-height: 333px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  color: #000046;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
}

@media screen and (min-width: 850px) {
  .p-apply__note-main {
    margin: 61px auto 0;
    max-width: 694px;
    max-height: 323px;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: normal;
  }
}

.p-apply__note-inner {
  padding: 26px 17px;
}

@media screen and (min-width: 850px) {
  .p-apply__note-inner {
    padding: 28px 37px;
  }
}

.p-apply__note-inner a {
  text-decoration: underline;
}

@media screen and (min-width: 850px) {
  .p-apply__note-inner a:hover {
    text-decoration: none;
  }
}

.p-apply__note-inner .p-in-order &gt; li {
  position: relative;
  padding-left: 1.5em;
}

.p-apply__note-inner .p-in-order &gt; li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(1)::before {
  content: "1.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(2)::before {
  content: "2.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(3)::before {
  content: "3.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(4)::before {
  content: "4.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(5)::before {
  content: "5.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(6)::before {
  content: "6.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(7)::before {
  content: "7.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(8)::before {
  content: "8.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(9)::before {
  content: "9.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(10)::before {
  content: "10.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(11)::before {
  content: "11.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(12)::before {
  content: "12.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(13)::before {
  content: "13.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(14)::before {
  content: "14.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(15)::before {
  content: "15.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(16)::before {
  content: "16.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(17)::before {
  content: "17.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(18)::before {
  content: "18.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(19)::before {
  content: "19.";
}

.p-apply__note-inner .p-in-order &gt; li:nth-child(20)::before {
  content: "20.";
}

.p-apply__note-inner .p-in-order2 &gt; li {
  position: relative;
  padding-left: 2em;
}

.p-apply__note-inner .p-in-order2 &gt; li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(1)::before {
  content: "(1)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(2)::before {
  content: "(2)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(3)::before {
  content: "(3)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(4)::before {
  content: "(4)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(5)::before {
  content: "(5)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(6)::before {
  content: "(6)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(7)::before {
  content: "(7)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(8)::before {
  content: "(8)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(9)::before {
  content: "(9)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(10)::before {
  content: "(10)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(11)::before {
  content: "(11)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(12)::before {
  content: "(12)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(13)::before {
  content: "(13)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(14)::before {
  content: "(14)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(15)::before {
  content: "(15)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(16)::before {
  content: "(16)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(17)::before {
  content: "(17)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(18)::before {
  content: "(18)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(19)::before {
  content: "(19)";
}

.p-apply__note-inner .p-in-order2 &gt; li:nth-child(20)::before {
  content: "(20)";
}

.p-apply__note-inner .p-in-list &gt; li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-gallery {
  padding: 61px 0 143px;
}

@media screen and (min-width: 850px) {
  .p-gallery {
    padding: 88px 0 171px;
  }
}

.p-gallery__block {
  font-size: 0;
  letter-spacing: -0.4em;
}

.p-gallery__block:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.is-scroll .p-gallery__block:nth-child(1) {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s, opacity 0.8s ease 0.4s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s, opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s;
}

.p-gallery__block:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.is-scroll .p-gallery__block:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
  transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
}

.p-gallery__block:nth-child(3) {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.is-scroll .p-gallery__block:nth-child(3) {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.6s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.6s;
}

.p-gallery__block:nth-child(4) {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.is-scroll .p-gallery__block:nth-child(4) {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.7s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.7s;
  transition: opacity 0.8s ease 0.7s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.7s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.7s, opacity 0.8s ease 0.7s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.7s, opacity 0.8s ease 0.7s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.7s;
}

.p-gallery__slider {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.p-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  will-change: transform;
}

.is-start-slide .p-gallery__list {
  -webkit-animation: gallery-slide 16s linear 0s infinite;
  animation: gallery-slide 16s linear 0s infinite;
}

.is-start-slide .p-gallery__list:nth-child(2) {
  -webkit-animation-name: gallery-slide2;
  animation-name: gallery-slide2;
}

.is-start-slide .p-gallery__list:nth-child(3) {
  -webkit-animation-name: gallery-slide2;
  animation-name: gallery-slide2;
}

.is-start-slide .p-gallery__list:nth-child(4) {
  -webkit-animation-name: gallery-slide2;
  animation-name: gallery-slide2;
}

.is-start-slide .p-gallery__list--2 {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.is-start-slide .p-gallery__list--4 {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.p-gallery__slider--q1 .p-gallery__list {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.p-gallery__slider--q1 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.p-gallery__slider--q1 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.p-gallery__slider--q1 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.p-gallery__slider--q1 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.p-gallery__slider--q2 .p-gallery__list {
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
}

.p-gallery__slider--q2 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

.p-gallery__slider--q2 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}

.p-gallery__slider--q2 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

.p-gallery__slider--q2 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}

.p-gallery__slider--q3 .p-gallery__list {
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
}

.p-gallery__slider--q3 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}

.p-gallery__slider--q3 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -14s;
  animation-delay: -14s;
}

.p-gallery__slider--q3 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}

.p-gallery__slider--q3 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -14s;
  animation-delay: -14s;
}

.p-gallery__slider--q4 .p-gallery__list {
  -webkit-animation-duration: 32s;
  animation-duration: 32s;
}

.p-gallery__slider--q4 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -16s;
  animation-delay: -16s;
}

.p-gallery__slider--q4 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -18s;
  animation-delay: -18s;
}

.p-gallery__slider--q4 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -16s;
  animation-delay: -16s;
}

.p-gallery__slider--q4 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -18s;
  animation-delay: -18s;
}

.p-gallery__slider--q5 .p-gallery__list {
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.p-gallery__slider--q5 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -20s;
  animation-delay: -20s;
}

.p-gallery__slider--q5 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -22s;
  animation-delay: -22s;
}

.p-gallery__slider--q5 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -20s;
  animation-delay: -20s;
}

.p-gallery__slider--q5 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -22s;
  animation-delay: -22s;
}

.p-gallery__slider--q6 .p-gallery__list {
  -webkit-animation-duration: 48s;
  animation-duration: 48s;
}

.p-gallery__slider--q6 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -24s;
  animation-delay: -24s;
}

.p-gallery__slider--q6 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -26s;
  animation-delay: -26s;
}

.p-gallery__slider--q6 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -24s;
  animation-delay: -24s;
}

.p-gallery__slider--q6 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -26s;
  animation-delay: -26s;
}

.p-gallery__slider--q7 .p-gallery__list {
  -webkit-animation-duration: 56s;
  animation-duration: 56s;
}

.p-gallery__slider--q7 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -28s;
  animation-delay: -28s;
}

.p-gallery__slider--q7 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -30s;
  animation-delay: -30s;
}

.p-gallery__slider--q7 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -28s;
  animation-delay: -28s;
}

.p-gallery__slider--q7 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -30s;
  animation-delay: -30s;
}

.p-gallery__slider--q8 .p-gallery__list {
  -webkit-animation-duration: 64s;
  animation-duration: 64s;
}

.p-gallery__slider--q8 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -32s;
  animation-delay: -32s;
}

.p-gallery__slider--q8 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -34s;
  animation-delay: -34s;
}

.p-gallery__slider--q8 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -32s;
  animation-delay: -32s;
}

.p-gallery__slider--q8 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -34s;
  animation-delay: -34s;
}

.p-gallery__slider--q9 .p-gallery__list {
  -webkit-animation-duration: 72s;
  animation-duration: 72s;
}

.p-gallery__slider--q9 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -36s;
  animation-delay: -36s;
}

.p-gallery__slider--q9 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -38s;
  animation-delay: -38s;
}

.p-gallery__slider--q9 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -36s;
  animation-delay: -36s;
}

.p-gallery__slider--q9 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -38s;
  animation-delay: -38s;
}

.p-gallery__slider--q10 .p-gallery__list {
  -webkit-animation-duration: 80s;
  animation-duration: 80s;
}

.p-gallery__slider--q10 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -40s;
  animation-delay: -40s;
}

.p-gallery__slider--q10 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -42s;
  animation-delay: -42s;
}

.p-gallery__slider--q10 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -40s;
  animation-delay: -40s;
}

.p-gallery__slider--q10 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -42s;
  animation-delay: -42s;
}

.p-gallery__slider--q11 .p-gallery__list {
  -webkit-animation-duration: 88s;
  animation-duration: 88s;
}

.p-gallery__slider--q11 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -44s;
  animation-delay: -44s;
}

.p-gallery__slider--q11 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -46s;
  animation-delay: -46s;
}

.p-gallery__slider--q11 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -44s;
  animation-delay: -44s;
}

.p-gallery__slider--q11 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -46s;
  animation-delay: -46s;
}

.p-gallery__slider--q12 .p-gallery__list {
  -webkit-animation-duration: 96s;
  animation-duration: 96s;
}

.p-gallery__slider--q12 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -48s;
  animation-delay: -48s;
}

.p-gallery__slider--q12 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -50s;
  animation-delay: -50s;
}

.p-gallery__slider--q12 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -48s;
  animation-delay: -48s;
}

.p-gallery__slider--q12 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -50s;
  animation-delay: -50s;
}

.p-gallery__slider--q13 .p-gallery__list {
  -webkit-animation-duration: 104s;
  animation-duration: 104s;
}

.p-gallery__slider--q13 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -52s;
  animation-delay: -52s;
}

.p-gallery__slider--q13 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -54s;
  animation-delay: -54s;
}

.p-gallery__slider--q13 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -52s;
  animation-delay: -52s;
}

.p-gallery__slider--q13 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -54s;
  animation-delay: -54s;
}

.p-gallery__slider--q14 .p-gallery__list {
  -webkit-animation-duration: 112s;
  animation-duration: 112s;
}

.p-gallery__slider--q14 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -56s;
  animation-delay: -56s;
}

.p-gallery__slider--q14 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -58s;
  animation-delay: -58s;
}

.p-gallery__slider--q14 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -56s;
  animation-delay: -56s;
}

.p-gallery__slider--q14 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -58s;
  animation-delay: -58s;
}

.p-gallery__slider--q15 .p-gallery__list {
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
}

.p-gallery__slider--q15 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -60s;
  animation-delay: -60s;
}

.p-gallery__slider--q15 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -62s;
  animation-delay: -62s;
}

.p-gallery__slider--q15 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -60s;
  animation-delay: -60s;
}

.p-gallery__slider--q15 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -62s;
  animation-delay: -62s;
}

.p-gallery__slider--q16 .p-gallery__list {
  -webkit-animation-duration: 128s;
  animation-duration: 128s;
}

.p-gallery__slider--q16 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -64s;
  animation-delay: -64s;
}

.p-gallery__slider--q16 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -66s;
  animation-delay: -66s;
}

.p-gallery__slider--q16 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -64s;
  animation-delay: -64s;
}

.p-gallery__slider--q16 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -66s;
  animation-delay: -66s;
}

.p-gallery__slider--q17 .p-gallery__list {
  -webkit-animation-duration: 136s;
  animation-duration: 136s;
}

.p-gallery__slider--q17 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -68s;
  animation-delay: -68s;
}

.p-gallery__slider--q17 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -70s;
  animation-delay: -70s;
}

.p-gallery__slider--q17 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -68s;
  animation-delay: -68s;
}

.p-gallery__slider--q17 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -70s;
  animation-delay: -70s;
}

.p-gallery__slider--q18 .p-gallery__list {
  -webkit-animation-duration: 144s;
  animation-duration: 144s;
}

.p-gallery__slider--q18 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -72s;
  animation-delay: -72s;
}

.p-gallery__slider--q18 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -74s;
  animation-delay: -74s;
}

.p-gallery__slider--q18 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -72s;
  animation-delay: -72s;
}

.p-gallery__slider--q18 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -74s;
  animation-delay: -74s;
}

.p-gallery__slider--q19 .p-gallery__list {
  -webkit-animation-duration: 152s;
  animation-duration: 152s;
}

.p-gallery__slider--q19 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -76s;
  animation-delay: -76s;
}

.p-gallery__slider--q19 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -78s;
  animation-delay: -78s;
}

.p-gallery__slider--q19 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -76s;
  animation-delay: -76s;
}

.p-gallery__slider--q19 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -78s;
  animation-delay: -78s;
}

.p-gallery__slider--q20 .p-gallery__list {
  -webkit-animation-duration: 160s;
  animation-duration: 160s;
}

.p-gallery__slider--q20 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -80s;
  animation-delay: -80s;
}

.p-gallery__slider--q20 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -82s;
  animation-delay: -82s;
}

.p-gallery__slider--q20 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -80s;
  animation-delay: -80s;
}

.p-gallery__slider--q20 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -82s;
  animation-delay: -82s;
}

.p-gallery__slider--q21 .p-gallery__list {
  -webkit-animation-duration: 168s;
  animation-duration: 168s;
}

.p-gallery__slider--q21 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -84s;
  animation-delay: -84s;
}

.p-gallery__slider--q21 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -86s;
  animation-delay: -86s;
}

.p-gallery__slider--q21 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -84s;
  animation-delay: -84s;
}

.p-gallery__slider--q21 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -86s;
  animation-delay: -86s;
}

.p-gallery__slider--q22 .p-gallery__list {
  -webkit-animation-duration: 176s;
  animation-duration: 176s;
}

.p-gallery__slider--q22 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -88s;
  animation-delay: -88s;
}

.p-gallery__slider--q22 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -90s;
  animation-delay: -90s;
}

.p-gallery__slider--q22 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -88s;
  animation-delay: -88s;
}

.p-gallery__slider--q22 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -90s;
  animation-delay: -90s;
}

.p-gallery__slider--q23 .p-gallery__list {
  -webkit-animation-duration: 184s;
  animation-duration: 184s;
}

.p-gallery__slider--q23 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -92s;
  animation-delay: -92s;
}

.p-gallery__slider--q23 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -94s;
  animation-delay: -94s;
}

.p-gallery__slider--q23 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -92s;
  animation-delay: -92s;
}

.p-gallery__slider--q23 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -94s;
  animation-delay: -94s;
}

.p-gallery__slider--q24 .p-gallery__list {
  -webkit-animation-duration: 192s;
  animation-duration: 192s;
}

.p-gallery__slider--q24 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -96s;
  animation-delay: -96s;
}

.p-gallery__slider--q24 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -98s;
  animation-delay: -98s;
}

.p-gallery__slider--q24 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -96s;
  animation-delay: -96s;
}

.p-gallery__slider--q24 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -98s;
  animation-delay: -98s;
}

.p-gallery__slider--q25 .p-gallery__list {
  -webkit-animation-duration: 200s;
  animation-duration: 200s;
}

.p-gallery__slider--q25 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -100s;
  animation-delay: -100s;
}

.p-gallery__slider--q25 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -102s;
  animation-delay: -102s;
}

.p-gallery__slider--q25 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -100s;
  animation-delay: -100s;
}

.p-gallery__slider--q25 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -102s;
  animation-delay: -102s;
}

.p-gallery__slider--q26 .p-gallery__list {
  -webkit-animation-duration: 208s;
  animation-duration: 208s;
}

.p-gallery__slider--q26 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -104s;
  animation-delay: -104s;
}

.p-gallery__slider--q26 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -106s;
  animation-delay: -106s;
}

.p-gallery__slider--q26 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -104s;
  animation-delay: -104s;
}

.p-gallery__slider--q26 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -106s;
  animation-delay: -106s;
}

.p-gallery__slider--q27 .p-gallery__list {
  -webkit-animation-duration: 216s;
  animation-duration: 216s;
}

.p-gallery__slider--q27 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -108s;
  animation-delay: -108s;
}

.p-gallery__slider--q27 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -110s;
  animation-delay: -110s;
}

.p-gallery__slider--q27 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -108s;
  animation-delay: -108s;
}

.p-gallery__slider--q27 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -110s;
  animation-delay: -110s;
}

.p-gallery__slider--q28 .p-gallery__list {
  -webkit-animation-duration: 224s;
  animation-duration: 224s;
}

.p-gallery__slider--q28 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -112s;
  animation-delay: -112s;
}

.p-gallery__slider--q28 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -114s;
  animation-delay: -114s;
}

.p-gallery__slider--q28 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -112s;
  animation-delay: -112s;
}

.p-gallery__slider--q28 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -114s;
  animation-delay: -114s;
}

.p-gallery__slider--q29 .p-gallery__list {
  -webkit-animation-duration: 232s;
  animation-duration: 232s;
}

.p-gallery__slider--q29 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -116s;
  animation-delay: -116s;
}

.p-gallery__slider--q29 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -118s;
  animation-delay: -118s;
}

.p-gallery__slider--q29 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -116s;
  animation-delay: -116s;
}

.p-gallery__slider--q29 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -118s;
  animation-delay: -118s;
}

.p-gallery__slider--q30 .p-gallery__list {
  -webkit-animation-duration: 240s;
  animation-duration: 240s;
}

.p-gallery__slider--q30 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -120s;
  animation-delay: -120s;
}

.p-gallery__slider--q30 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -122s;
  animation-delay: -122s;
}

.p-gallery__slider--q30 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -120s;
  animation-delay: -120s;
}

.p-gallery__slider--q30 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -122s;
  animation-delay: -122s;
}

.p-gallery__slider--q31 .p-gallery__list {
  -webkit-animation-duration: 248s;
  animation-duration: 248s;
}

.p-gallery__slider--q31 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -124s;
  animation-delay: -124s;
}

.p-gallery__slider--q31 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -126s;
  animation-delay: -126s;
}

.p-gallery__slider--q31 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -124s;
  animation-delay: -124s;
}

.p-gallery__slider--q31 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -126s;
  animation-delay: -126s;
}

.p-gallery__slider--q32 .p-gallery__list {
  -webkit-animation-duration: 256s;
  animation-duration: 256s;
}

.p-gallery__slider--q32 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -128s;
  animation-delay: -128s;
}

.p-gallery__slider--q32 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -130s;
  animation-delay: -130s;
}

.p-gallery__slider--q32 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -128s;
  animation-delay: -128s;
}

.p-gallery__slider--q32 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -130s;
  animation-delay: -130s;
}

.p-gallery__slider--q33 .p-gallery__list {
  -webkit-animation-duration: 264s;
  animation-duration: 264s;
}

.p-gallery__slider--q33 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -132s;
  animation-delay: -132s;
}

.p-gallery__slider--q33 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -134s;
  animation-delay: -134s;
}

.p-gallery__slider--q33 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -132s;
  animation-delay: -132s;
}

.p-gallery__slider--q33 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -134s;
  animation-delay: -134s;
}

.p-gallery__slider--q34 .p-gallery__list {
  -webkit-animation-duration: 272s;
  animation-duration: 272s;
}

.p-gallery__slider--q34 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -136s;
  animation-delay: -136s;
}

.p-gallery__slider--q34 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -138s;
  animation-delay: -138s;
}

.p-gallery__slider--q34 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -136s;
  animation-delay: -136s;
}

.p-gallery__slider--q34 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -138s;
  animation-delay: -138s;
}

.p-gallery__slider--q35 .p-gallery__list {
  -webkit-animation-duration: 280s;
  animation-duration: 280s;
}

.p-gallery__slider--q35 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -140s;
  animation-delay: -140s;
}

.p-gallery__slider--q35 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -142s;
  animation-delay: -142s;
}

.p-gallery__slider--q35 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -140s;
  animation-delay: -140s;
}

.p-gallery__slider--q35 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -142s;
  animation-delay: -142s;
}

.p-gallery__slider--q36 .p-gallery__list {
  -webkit-animation-duration: 288s;
  animation-duration: 288s;
}

.p-gallery__slider--q36 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -144s;
  animation-delay: -144s;
}

.p-gallery__slider--q36 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -146s;
  animation-delay: -146s;
}

.p-gallery__slider--q36 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -144s;
  animation-delay: -144s;
}

.p-gallery__slider--q36 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -146s;
  animation-delay: -146s;
}

.p-gallery__slider--q37 .p-gallery__list {
  -webkit-animation-duration: 296s;
  animation-duration: 296s;
}

.p-gallery__slider--q37 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -148s;
  animation-delay: -148s;
}

.p-gallery__slider--q37 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -150s;
  animation-delay: -150s;
}

.p-gallery__slider--q37 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -148s;
  animation-delay: -148s;
}

.p-gallery__slider--q37 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -150s;
  animation-delay: -150s;
}

.p-gallery__slider--q38 .p-gallery__list {
  -webkit-animation-duration: 304s;
  animation-duration: 304s;
}

.p-gallery__slider--q38 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -152s;
  animation-delay: -152s;
}

.p-gallery__slider--q38 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -154s;
  animation-delay: -154s;
}

.p-gallery__slider--q38 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -152s;
  animation-delay: -152s;
}

.p-gallery__slider--q38 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -154s;
  animation-delay: -154s;
}

.p-gallery__slider--q39 .p-gallery__list {
  -webkit-animation-duration: 312s;
  animation-duration: 312s;
}

.p-gallery__slider--q39 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -156s;
  animation-delay: -156s;
}

.p-gallery__slider--q39 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -158s;
  animation-delay: -158s;
}

.p-gallery__slider--q39 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -156s;
  animation-delay: -156s;
}

.p-gallery__slider--q39 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -158s;
  animation-delay: -158s;
}

.p-gallery__slider--q40 .p-gallery__list {
  -webkit-animation-duration: 320s;
  animation-duration: 320s;
}

.p-gallery__slider--q40 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -160s;
  animation-delay: -160s;
}

.p-gallery__slider--q40 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -162s;
  animation-delay: -162s;
}

.p-gallery__slider--q40 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -160s;
  animation-delay: -160s;
}

.p-gallery__slider--q40 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -162s;
  animation-delay: -162s;
}

.p-gallery__slider--q41 .p-gallery__list {
  -webkit-animation-duration: 328s;
  animation-duration: 328s;
}

.p-gallery__slider--q41 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -164s;
  animation-delay: -164s;
}

.p-gallery__slider--q41 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -166s;
  animation-delay: -166s;
}

.p-gallery__slider--q41 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -164s;
  animation-delay: -164s;
}

.p-gallery__slider--q41 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -166s;
  animation-delay: -166s;
}

.p-gallery__slider--q42 .p-gallery__list {
  -webkit-animation-duration: 336s;
  animation-duration: 336s;
}

.p-gallery__slider--q42 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -168s;
  animation-delay: -168s;
}

.p-gallery__slider--q42 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -170s;
  animation-delay: -170s;
}

.p-gallery__slider--q42 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -168s;
  animation-delay: -168s;
}

.p-gallery__slider--q42 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -170s;
  animation-delay: -170s;
}

.p-gallery__slider--q43 .p-gallery__list {
  -webkit-animation-duration: 344s;
  animation-duration: 344s;
}

.p-gallery__slider--q43 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -172s;
  animation-delay: -172s;
}

.p-gallery__slider--q43 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -174s;
  animation-delay: -174s;
}

.p-gallery__slider--q43 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -172s;
  animation-delay: -172s;
}

.p-gallery__slider--q43 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -174s;
  animation-delay: -174s;
}

.p-gallery__slider--q44 .p-gallery__list {
  -webkit-animation-duration: 352s;
  animation-duration: 352s;
}

.p-gallery__slider--q44 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -176s;
  animation-delay: -176s;
}

.p-gallery__slider--q44 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -178s;
  animation-delay: -178s;
}

.p-gallery__slider--q44 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -176s;
  animation-delay: -176s;
}

.p-gallery__slider--q44 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -178s;
  animation-delay: -178s;
}

.p-gallery__slider--q45 .p-gallery__list {
  -webkit-animation-duration: 360s;
  animation-duration: 360s;
}

.p-gallery__slider--q45 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -180s;
  animation-delay: -180s;
}

.p-gallery__slider--q45 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -182s;
  animation-delay: -182s;
}

.p-gallery__slider--q45 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -180s;
  animation-delay: -180s;
}

.p-gallery__slider--q45 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -182s;
  animation-delay: -182s;
}

.p-gallery__slider--q46 .p-gallery__list {
  -webkit-animation-duration: 368s;
  animation-duration: 368s;
}

.p-gallery__slider--q46 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -184s;
  animation-delay: -184s;
}

.p-gallery__slider--q46 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -186s;
  animation-delay: -186s;
}

.p-gallery__slider--q46 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -184s;
  animation-delay: -184s;
}

.p-gallery__slider--q46 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -186s;
  animation-delay: -186s;
}

.p-gallery__slider--q47 .p-gallery__list {
  -webkit-animation-duration: 376s;
  animation-duration: 376s;
}

.p-gallery__slider--q47 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -188s;
  animation-delay: -188s;
}

.p-gallery__slider--q47 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -190s;
  animation-delay: -190s;
}

.p-gallery__slider--q47 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -188s;
  animation-delay: -188s;
}

.p-gallery__slider--q47 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -190s;
  animation-delay: -190s;
}

.p-gallery__slider--q48 .p-gallery__list {
  -webkit-animation-duration: 384s;
  animation-duration: 384s;
}

.p-gallery__slider--q48 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -192s;
  animation-delay: -192s;
}

.p-gallery__slider--q48 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -194s;
  animation-delay: -194s;
}

.p-gallery__slider--q48 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -192s;
  animation-delay: -192s;
}

.p-gallery__slider--q48 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -194s;
  animation-delay: -194s;
}

.p-gallery__slider--q49 .p-gallery__list {
  -webkit-animation-duration: 392s;
  animation-duration: 392s;
}

.p-gallery__slider--q49 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -196s;
  animation-delay: -196s;
}

.p-gallery__slider--q49 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -198s;
  animation-delay: -198s;
}

.p-gallery__slider--q49 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -196s;
  animation-delay: -196s;
}

.p-gallery__slider--q49 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -198s;
  animation-delay: -198s;
}

.p-gallery__slider--q50 .p-gallery__list {
  -webkit-animation-duration: 400s;
  animation-duration: 400s;
}

.p-gallery__slider--q50 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -200s;
  animation-delay: -200s;
}

.p-gallery__slider--q50 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -202s;
  animation-delay: -202s;
}

.p-gallery__slider--q50 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -200s;
  animation-delay: -200s;
}

.p-gallery__slider--q50 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -202s;
  animation-delay: -202s;
}

.p-gallery__slider--q51 .p-gallery__list {
  -webkit-animation-duration: 408s;
  animation-duration: 408s;
}

.p-gallery__slider--q51 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -204s;
  animation-delay: -204s;
}

.p-gallery__slider--q51 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -206s;
  animation-delay: -206s;
}

.p-gallery__slider--q51 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -204s;
  animation-delay: -204s;
}

.p-gallery__slider--q51 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -206s;
  animation-delay: -206s;
}

.p-gallery__slider--q52 .p-gallery__list {
  -webkit-animation-duration: 416s;
  animation-duration: 416s;
}

.p-gallery__slider--q52 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -208s;
  animation-delay: -208s;
}

.p-gallery__slider--q52 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -210s;
  animation-delay: -210s;
}

.p-gallery__slider--q52 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -208s;
  animation-delay: -208s;
}

.p-gallery__slider--q52 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -210s;
  animation-delay: -210s;
}

.p-gallery__slider--q53 .p-gallery__list {
  -webkit-animation-duration: 424s;
  animation-duration: 424s;
}

.p-gallery__slider--q53 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -212s;
  animation-delay: -212s;
}

.p-gallery__slider--q53 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -214s;
  animation-delay: -214s;
}

.p-gallery__slider--q53 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -212s;
  animation-delay: -212s;
}

.p-gallery__slider--q53 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -214s;
  animation-delay: -214s;
}

.p-gallery__slider--q54 .p-gallery__list {
  -webkit-animation-duration: 432s;
  animation-duration: 432s;
}

.p-gallery__slider--q54 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -216s;
  animation-delay: -216s;
}

.p-gallery__slider--q54 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -218s;
  animation-delay: -218s;
}

.p-gallery__slider--q54 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -216s;
  animation-delay: -216s;
}

.p-gallery__slider--q54 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -218s;
  animation-delay: -218s;
}

.p-gallery__slider--q55 .p-gallery__list {
  -webkit-animation-duration: 440s;
  animation-duration: 440s;
}

.p-gallery__slider--q55 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -220s;
  animation-delay: -220s;
}

.p-gallery__slider--q55 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -222s;
  animation-delay: -222s;
}

.p-gallery__slider--q55 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -220s;
  animation-delay: -220s;
}

.p-gallery__slider--q55 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -222s;
  animation-delay: -222s;
}

.p-gallery__slider--q56 .p-gallery__list {
  -webkit-animation-duration: 448s;
  animation-duration: 448s;
}

.p-gallery__slider--q56 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -224s;
  animation-delay: -224s;
}

.p-gallery__slider--q56 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -226s;
  animation-delay: -226s;
}

.p-gallery__slider--q56 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -224s;
  animation-delay: -224s;
}

.p-gallery__slider--q56 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -226s;
  animation-delay: -226s;
}

.p-gallery__slider--q57 .p-gallery__list {
  -webkit-animation-duration: 456s;
  animation-duration: 456s;
}

.p-gallery__slider--q57 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -228s;
  animation-delay: -228s;
}

.p-gallery__slider--q57 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -230s;
  animation-delay: -230s;
}

.p-gallery__slider--q57 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -228s;
  animation-delay: -228s;
}

.p-gallery__slider--q57 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -230s;
  animation-delay: -230s;
}

.p-gallery__slider--q58 .p-gallery__list {
  -webkit-animation-duration: 464s;
  animation-duration: 464s;
}

.p-gallery__slider--q58 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -232s;
  animation-delay: -232s;
}

.p-gallery__slider--q58 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -234s;
  animation-delay: -234s;
}

.p-gallery__slider--q58 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -232s;
  animation-delay: -232s;
}

.p-gallery__slider--q58 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -234s;
  animation-delay: -234s;
}

.p-gallery__slider--q59 .p-gallery__list {
  -webkit-animation-duration: 472s;
  animation-duration: 472s;
}

.p-gallery__slider--q59 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -236s;
  animation-delay: -236s;
}

.p-gallery__slider--q59 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -238s;
  animation-delay: -238s;
}

.p-gallery__slider--q59 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -236s;
  animation-delay: -236s;
}

.p-gallery__slider--q59 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -238s;
  animation-delay: -238s;
}

.p-gallery__slider--q60 .p-gallery__list {
  -webkit-animation-duration: 480s;
  animation-duration: 480s;
}

.p-gallery__slider--q60 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -240s;
  animation-delay: -240s;
}

.p-gallery__slider--q60 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -242s;
  animation-delay: -242s;
}

.p-gallery__slider--q60 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -240s;
  animation-delay: -240s;
}

.p-gallery__slider--q60 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -242s;
  animation-delay: -242s;
}

.p-gallery__slider--q61 .p-gallery__list {
  -webkit-animation-duration: 488s;
  animation-duration: 488s;
}

.p-gallery__slider--q61 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -244s;
  animation-delay: -244s;
}

.p-gallery__slider--q61 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -246s;
  animation-delay: -246s;
}

.p-gallery__slider--q61 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -244s;
  animation-delay: -244s;
}

.p-gallery__slider--q61 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -246s;
  animation-delay: -246s;
}

.p-gallery__slider--q62 .p-gallery__list {
  -webkit-animation-duration: 496s;
  animation-duration: 496s;
}

.p-gallery__slider--q62 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -248s;
  animation-delay: -248s;
}

.p-gallery__slider--q62 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -250s;
  animation-delay: -250s;
}

.p-gallery__slider--q62 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -248s;
  animation-delay: -248s;
}

.p-gallery__slider--q62 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -250s;
  animation-delay: -250s;
}

.p-gallery__slider--q63 .p-gallery__list {
  -webkit-animation-duration: 504s;
  animation-duration: 504s;
}

.p-gallery__slider--q63 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -252s;
  animation-delay: -252s;
}

.p-gallery__slider--q63 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -254s;
  animation-delay: -254s;
}

.p-gallery__slider--q63 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -252s;
  animation-delay: -252s;
}

.p-gallery__slider--q63 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -254s;
  animation-delay: -254s;
}

.p-gallery__slider--q64 .p-gallery__list {
  -webkit-animation-duration: 512s;
  animation-duration: 512s;
}

.p-gallery__slider--q64 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -256s;
  animation-delay: -256s;
}

.p-gallery__slider--q64 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -258s;
  animation-delay: -258s;
}

.p-gallery__slider--q64 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -256s;
  animation-delay: -256s;
}

.p-gallery__slider--q64 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -258s;
  animation-delay: -258s;
}

.p-gallery__slider--q65 .p-gallery__list {
  -webkit-animation-duration: 520s;
  animation-duration: 520s;
}

.p-gallery__slider--q65 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -260s;
  animation-delay: -260s;
}

.p-gallery__slider--q65 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -262s;
  animation-delay: -262s;
}

.p-gallery__slider--q65 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -260s;
  animation-delay: -260s;
}

.p-gallery__slider--q65 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -262s;
  animation-delay: -262s;
}

.p-gallery__slider--q66 .p-gallery__list {
  -webkit-animation-duration: 528s;
  animation-duration: 528s;
}

.p-gallery__slider--q66 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -264s;
  animation-delay: -264s;
}

.p-gallery__slider--q66 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -266s;
  animation-delay: -266s;
}

.p-gallery__slider--q66 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -264s;
  animation-delay: -264s;
}

.p-gallery__slider--q66 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -266s;
  animation-delay: -266s;
}

.p-gallery__slider--q67 .p-gallery__list {
  -webkit-animation-duration: 536s;
  animation-duration: 536s;
}

.p-gallery__slider--q67 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -268s;
  animation-delay: -268s;
}

.p-gallery__slider--q67 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -270s;
  animation-delay: -270s;
}

.p-gallery__slider--q67 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -268s;
  animation-delay: -268s;
}

.p-gallery__slider--q67 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -270s;
  animation-delay: -270s;
}

.p-gallery__slider--q68 .p-gallery__list {
  -webkit-animation-duration: 544s;
  animation-duration: 544s;
}

.p-gallery__slider--q68 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -272s;
  animation-delay: -272s;
}

.p-gallery__slider--q68 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -274s;
  animation-delay: -274s;
}

.p-gallery__slider--q68 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -272s;
  animation-delay: -272s;
}

.p-gallery__slider--q68 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -274s;
  animation-delay: -274s;
}

.p-gallery__slider--q69 .p-gallery__list {
  -webkit-animation-duration: 552s;
  animation-duration: 552s;
}

.p-gallery__slider--q69 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -276s;
  animation-delay: -276s;
}

.p-gallery__slider--q69 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -278s;
  animation-delay: -278s;
}

.p-gallery__slider--q69 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -276s;
  animation-delay: -276s;
}

.p-gallery__slider--q69 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -278s;
  animation-delay: -278s;
}

.p-gallery__slider--q70 .p-gallery__list {
  -webkit-animation-duration: 560s;
  animation-duration: 560s;
}

.p-gallery__slider--q70 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -280s;
  animation-delay: -280s;
}

.p-gallery__slider--q70 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -282s;
  animation-delay: -282s;
}

.p-gallery__slider--q70 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -280s;
  animation-delay: -280s;
}

.p-gallery__slider--q70 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -282s;
  animation-delay: -282s;
}

.p-gallery__slider--q71 .p-gallery__list {
  -webkit-animation-duration: 568s;
  animation-duration: 568s;
}

.p-gallery__slider--q71 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -284s;
  animation-delay: -284s;
}

.p-gallery__slider--q71 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -286s;
  animation-delay: -286s;
}

.p-gallery__slider--q71 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -284s;
  animation-delay: -284s;
}

.p-gallery__slider--q71 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -286s;
  animation-delay: -286s;
}

.p-gallery__slider--q72 .p-gallery__list {
  -webkit-animation-duration: 576s;
  animation-duration: 576s;
}

.p-gallery__slider--q72 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -288s;
  animation-delay: -288s;
}

.p-gallery__slider--q72 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -290s;
  animation-delay: -290s;
}

.p-gallery__slider--q72 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -288s;
  animation-delay: -288s;
}

.p-gallery__slider--q72 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -290s;
  animation-delay: -290s;
}

.p-gallery__slider--q73 .p-gallery__list {
  -webkit-animation-duration: 584s;
  animation-duration: 584s;
}

.p-gallery__slider--q73 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -292s;
  animation-delay: -292s;
}

.p-gallery__slider--q73 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -294s;
  animation-delay: -294s;
}

.p-gallery__slider--q73 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -292s;
  animation-delay: -292s;
}

.p-gallery__slider--q73 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -294s;
  animation-delay: -294s;
}

.p-gallery__slider--q74 .p-gallery__list {
  -webkit-animation-duration: 592s;
  animation-duration: 592s;
}

.p-gallery__slider--q74 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -296s;
  animation-delay: -296s;
}

.p-gallery__slider--q74 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -298s;
  animation-delay: -298s;
}

.p-gallery__slider--q74 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -296s;
  animation-delay: -296s;
}

.p-gallery__slider--q74 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -298s;
  animation-delay: -298s;
}

.p-gallery__slider--q75 .p-gallery__list {
  -webkit-animation-duration: 600s;
  animation-duration: 600s;
}

.p-gallery__slider--q75 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -300s;
  animation-delay: -300s;
}

.p-gallery__slider--q75 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -302s;
  animation-delay: -302s;
}

.p-gallery__slider--q75 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -300s;
  animation-delay: -300s;
}

.p-gallery__slider--q75 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -302s;
  animation-delay: -302s;
}

.p-gallery__slider--q76 .p-gallery__list {
  -webkit-animation-duration: 608s;
  animation-duration: 608s;
}

.p-gallery__slider--q76 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -304s;
  animation-delay: -304s;
}

.p-gallery__slider--q76 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -306s;
  animation-delay: -306s;
}

.p-gallery__slider--q76 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -304s;
  animation-delay: -304s;
}

.p-gallery__slider--q76 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -306s;
  animation-delay: -306s;
}

.p-gallery__slider--q77 .p-gallery__list {
  -webkit-animation-duration: 616s;
  animation-duration: 616s;
}

.p-gallery__slider--q77 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -308s;
  animation-delay: -308s;
}

.p-gallery__slider--q77 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -310s;
  animation-delay: -310s;
}

.p-gallery__slider--q77 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -308s;
  animation-delay: -308s;
}

.p-gallery__slider--q77 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -310s;
  animation-delay: -310s;
}

.p-gallery__slider--q78 .p-gallery__list {
  -webkit-animation-duration: 624s;
  animation-duration: 624s;
}

.p-gallery__slider--q78 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -312s;
  animation-delay: -312s;
}

.p-gallery__slider--q78 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -314s;
  animation-delay: -314s;
}

.p-gallery__slider--q78 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -312s;
  animation-delay: -312s;
}

.p-gallery__slider--q78 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -314s;
  animation-delay: -314s;
}

.p-gallery__slider--q79 .p-gallery__list {
  -webkit-animation-duration: 632s;
  animation-duration: 632s;
}

.p-gallery__slider--q79 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -316s;
  animation-delay: -316s;
}

.p-gallery__slider--q79 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -318s;
  animation-delay: -318s;
}

.p-gallery__slider--q79 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -316s;
  animation-delay: -316s;
}

.p-gallery__slider--q79 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -318s;
  animation-delay: -318s;
}

.p-gallery__slider--q80 .p-gallery__list {
  -webkit-animation-duration: 640s;
  animation-duration: 640s;
}

.p-gallery__slider--q80 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -320s;
  animation-delay: -320s;
}

.p-gallery__slider--q80 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -322s;
  animation-delay: -322s;
}

.p-gallery__slider--q80 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -320s;
  animation-delay: -320s;
}

.p-gallery__slider--q80 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -322s;
  animation-delay: -322s;
}

.p-gallery__slider--q81 .p-gallery__list {
  -webkit-animation-duration: 648s;
  animation-duration: 648s;
}

.p-gallery__slider--q81 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -324s;
  animation-delay: -324s;
}

.p-gallery__slider--q81 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -326s;
  animation-delay: -326s;
}

.p-gallery__slider--q81 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -324s;
  animation-delay: -324s;
}

.p-gallery__slider--q81 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -326s;
  animation-delay: -326s;
}

.p-gallery__slider--q82 .p-gallery__list {
  -webkit-animation-duration: 656s;
  animation-duration: 656s;
}

.p-gallery__slider--q82 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -328s;
  animation-delay: -328s;
}

.p-gallery__slider--q82 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -330s;
  animation-delay: -330s;
}

.p-gallery__slider--q82 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -328s;
  animation-delay: -328s;
}

.p-gallery__slider--q82 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -330s;
  animation-delay: -330s;
}

.p-gallery__slider--q83 .p-gallery__list {
  -webkit-animation-duration: 664s;
  animation-duration: 664s;
}

.p-gallery__slider--q83 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -332s;
  animation-delay: -332s;
}

.p-gallery__slider--q83 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -334s;
  animation-delay: -334s;
}

.p-gallery__slider--q83 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -332s;
  animation-delay: -332s;
}

.p-gallery__slider--q83 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -334s;
  animation-delay: -334s;
}

.p-gallery__slider--q84 .p-gallery__list {
  -webkit-animation-duration: 672s;
  animation-duration: 672s;
}

.p-gallery__slider--q84 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -336s;
  animation-delay: -336s;
}

.p-gallery__slider--q84 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -338s;
  animation-delay: -338s;
}

.p-gallery__slider--q84 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -336s;
  animation-delay: -336s;
}

.p-gallery__slider--q84 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -338s;
  animation-delay: -338s;
}

.p-gallery__slider--q85 .p-gallery__list {
  -webkit-animation-duration: 680s;
  animation-duration: 680s;
}

.p-gallery__slider--q85 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -340s;
  animation-delay: -340s;
}

.p-gallery__slider--q85 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -342s;
  animation-delay: -342s;
}

.p-gallery__slider--q85 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -340s;
  animation-delay: -340s;
}

.p-gallery__slider--q85 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -342s;
  animation-delay: -342s;
}

.p-gallery__slider--q86 .p-gallery__list {
  -webkit-animation-duration: 688s;
  animation-duration: 688s;
}

.p-gallery__slider--q86 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -344s;
  animation-delay: -344s;
}

.p-gallery__slider--q86 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -346s;
  animation-delay: -346s;
}

.p-gallery__slider--q86 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -344s;
  animation-delay: -344s;
}

.p-gallery__slider--q86 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -346s;
  animation-delay: -346s;
}

.p-gallery__slider--q87 .p-gallery__list {
  -webkit-animation-duration: 696s;
  animation-duration: 696s;
}

.p-gallery__slider--q87 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -348s;
  animation-delay: -348s;
}

.p-gallery__slider--q87 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -350s;
  animation-delay: -350s;
}

.p-gallery__slider--q87 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -348s;
  animation-delay: -348s;
}

.p-gallery__slider--q87 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -350s;
  animation-delay: -350s;
}

.p-gallery__slider--q88 .p-gallery__list {
  -webkit-animation-duration: 704s;
  animation-duration: 704s;
}

.p-gallery__slider--q88 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -352s;
  animation-delay: -352s;
}

.p-gallery__slider--q88 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -354s;
  animation-delay: -354s;
}

.p-gallery__slider--q88 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -352s;
  animation-delay: -352s;
}

.p-gallery__slider--q88 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -354s;
  animation-delay: -354s;
}

.p-gallery__slider--q89 .p-gallery__list {
  -webkit-animation-duration: 712s;
  animation-duration: 712s;
}

.p-gallery__slider--q89 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -356s;
  animation-delay: -356s;
}

.p-gallery__slider--q89 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -358s;
  animation-delay: -358s;
}

.p-gallery__slider--q89 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -356s;
  animation-delay: -356s;
}

.p-gallery__slider--q89 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -358s;
  animation-delay: -358s;
}

.p-gallery__slider--q90 .p-gallery__list {
  -webkit-animation-duration: 720s;
  animation-duration: 720s;
}

.p-gallery__slider--q90 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -360s;
  animation-delay: -360s;
}

.p-gallery__slider--q90 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -362s;
  animation-delay: -362s;
}

.p-gallery__slider--q90 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -360s;
  animation-delay: -360s;
}

.p-gallery__slider--q90 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -362s;
  animation-delay: -362s;
}

.p-gallery__slider--q91 .p-gallery__list {
  -webkit-animation-duration: 728s;
  animation-duration: 728s;
}

.p-gallery__slider--q91 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -364s;
  animation-delay: -364s;
}

.p-gallery__slider--q91 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -366s;
  animation-delay: -366s;
}

.p-gallery__slider--q91 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -364s;
  animation-delay: -364s;
}

.p-gallery__slider--q91 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -366s;
  animation-delay: -366s;
}

.p-gallery__slider--q92 .p-gallery__list {
  -webkit-animation-duration: 736s;
  animation-duration: 736s;
}

.p-gallery__slider--q92 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -368s;
  animation-delay: -368s;
}

.p-gallery__slider--q92 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -370s;
  animation-delay: -370s;
}

.p-gallery__slider--q92 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -368s;
  animation-delay: -368s;
}

.p-gallery__slider--q92 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -370s;
  animation-delay: -370s;
}

.p-gallery__slider--q93 .p-gallery__list {
  -webkit-animation-duration: 744s;
  animation-duration: 744s;
}

.p-gallery__slider--q93 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -372s;
  animation-delay: -372s;
}

.p-gallery__slider--q93 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -374s;
  animation-delay: -374s;
}

.p-gallery__slider--q93 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -372s;
  animation-delay: -372s;
}

.p-gallery__slider--q93 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -374s;
  animation-delay: -374s;
}

.p-gallery__slider--q94 .p-gallery__list {
  -webkit-animation-duration: 752s;
  animation-duration: 752s;
}

.p-gallery__slider--q94 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -376s;
  animation-delay: -376s;
}

.p-gallery__slider--q94 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -378s;
  animation-delay: -378s;
}

.p-gallery__slider--q94 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -376s;
  animation-delay: -376s;
}

.p-gallery__slider--q94 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -378s;
  animation-delay: -378s;
}

.p-gallery__slider--q95 .p-gallery__list {
  -webkit-animation-duration: 760s;
  animation-duration: 760s;
}

.p-gallery__slider--q95 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -380s;
  animation-delay: -380s;
}

.p-gallery__slider--q95 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -382s;
  animation-delay: -382s;
}

.p-gallery__slider--q95 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -380s;
  animation-delay: -380s;
}

.p-gallery__slider--q95 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -382s;
  animation-delay: -382s;
}

.p-gallery__slider--q96 .p-gallery__list {
  -webkit-animation-duration: 768s;
  animation-duration: 768s;
}

.p-gallery__slider--q96 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -384s;
  animation-delay: -384s;
}

.p-gallery__slider--q96 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -386s;
  animation-delay: -386s;
}

.p-gallery__slider--q96 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -384s;
  animation-delay: -384s;
}

.p-gallery__slider--q96 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -386s;
  animation-delay: -386s;
}

.p-gallery__slider--q97 .p-gallery__list {
  -webkit-animation-duration: 776s;
  animation-duration: 776s;
}

.p-gallery__slider--q97 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -388s;
  animation-delay: -388s;
}

.p-gallery__slider--q97 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -390s;
  animation-delay: -390s;
}

.p-gallery__slider--q97 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -388s;
  animation-delay: -388s;
}

.p-gallery__slider--q97 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -390s;
  animation-delay: -390s;
}

.p-gallery__slider--q98 .p-gallery__list {
  -webkit-animation-duration: 784s;
  animation-duration: 784s;
}

.p-gallery__slider--q98 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -392s;
  animation-delay: -392s;
}

.p-gallery__slider--q98 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -394s;
  animation-delay: -394s;
}

.p-gallery__slider--q98 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -392s;
  animation-delay: -392s;
}

.p-gallery__slider--q98 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -394s;
  animation-delay: -394s;
}

.p-gallery__slider--q99 .p-gallery__list {
  -webkit-animation-duration: 792s;
  animation-duration: 792s;
}

.p-gallery__slider--q99 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -396s;
  animation-delay: -396s;
}

.p-gallery__slider--q99 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -398s;
  animation-delay: -398s;
}

.p-gallery__slider--q99 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -396s;
  animation-delay: -396s;
}

.p-gallery__slider--q99 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -398s;
  animation-delay: -398s;
}

.p-gallery__slider--q100 .p-gallery__list {
  -webkit-animation-duration: 800s;
  animation-duration: 800s;
}

.p-gallery__slider--q100 .p-gallery__list--1:nth-child(1) {
  -webkit-animation-delay: -400s;
  animation-delay: -400s;
}

.p-gallery__slider--q100 .p-gallery__list--2:nth-child(1) {
  -webkit-animation-delay: -402s;
  animation-delay: -402s;
}

.p-gallery__slider--q100 .p-gallery__list--3:nth-child(1) {
  -webkit-animation-delay: -400s;
  animation-delay: -400s;
}

.p-gallery__slider--q100 .p-gallery__list--4:nth-child(1) {
  -webkit-animation-delay: -402s;
  animation-delay: -402s;
}

.p-gallery__list li {
  display: inline-block;
  width: 156px;
}

@media screen and (max-width: 849px) and (min-width: 600px) {
  .p-gallery__list li {
    width: 220px;
  }
}

@media screen and (min-width: 850px) {
  .p-gallery__list li {
    width: 288px;
  }
}

.p-gallery__list a {
  display: block;
}

@media screen and (min-width: 850px) {
  .p-gallery__list a {
    overflow: hidden;
  }
}

@media screen and (min-width: 850px) {
  .p-gallery__list a img, .p-gallery__list a div {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
    transition: transform 0.5s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
    transition: transform 0.5s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, -webkit-transform 0.5s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  }
}

@media screen and (min-width: 850px) {
  .p-gallery__list a:hover img, .p-gallery__list a:hover div {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.p-gallery__list div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-gallery__list div::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-gallery__list img {
  width: 100%;
}

.p-about {
  padding: 13px 0 118px;
}

@media screen and (min-width: 850px) {
  .p-about {
    padding: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 850px) {
  .p-about__main {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 849px) {
  .p-about__img {
    opacity: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    position: relative;
    left: 50%;
    width: 314px;
    margin-left: -181px;
  }
  .is-scroll .p-about__img {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
    transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
    transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s;
    transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
  }
}

@media screen and (min-width: 850px) {
  .p-about__img {
    opacity: 0;
    -webkit-transform: translate(-20px, 0px);
    transform: translate(-20px, 0px);
    position: absolute;
    top: 12px;
    left: -284px;
    width: 100%;
    max-width: 862px;
    margin-left: 0;
  }
  .is-scroll .p-about__img {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
    transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
    transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s;
    transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
  }
  .p-about__img img {
    width: 100%;
  }
}

.p-about__detail {
  position: relative;
}

@media screen and (max-width: 849px) {
  .p-about__detail {
    margin-top: 11px;
  }
}

@media screen and (min-width: 850px) {
  .p-about__detail {
    padding: 197px 0 172px 44.2%;
  }
}

@media screen and (min-width: 850px) and (max-width: 1120px) {
  .p-about__detail {
    padding-left: 40%;
  }
}

.p-about__cap {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  width: 165px;
  margin: 0 auto;
}

.is-scroll .p-about__cap {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
  transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
}

@media screen and (min-width: 850px) {
  .p-about__cap {
    width: 300px;
  }
}

.p-about__box {
  width: 91%;
  margin: 34px auto 0;
}

@media screen and (max-width: 849px) {
  .p-about__box {
    max-width: 400px;
  }
}

@media screen and (min-width: 850px) {
  .p-about__box {
    max-width: 494px;
    margin: 21px auto 0;
  }
}

.p-about__line {
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  position: relative;
  height: 1px;
  background-color: #00C3F2;
}

.is-scroll .p-about__line {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s;
  transition: opacity 0.5s ease 0.4s, -webkit-transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s;
  transition: transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s;
}

.p-about__line-deco {
  opacity: 0;
  position: absolute;
  top: 0;
  margin-top: -4px;
  width: 9px;
  height: 9px;
  background-color: #00C3F2;
  -webkit-transform: rotate(-45deg) skew(10deg, 10deg);
  transform: rotate(-45deg) skew(10deg, 10deg);
}

.is-scroll .p-about__line-deco {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 1s;
  transition: opacity 0.5s ease 1s;
}

.p-about__line-deco--l {
  left: 0;
}

.p-about__line-deco--r {
  right: 0;
}

.p-about__text {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  padding: 22px 9px 23px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: 500;
  text-align: left;
}

.is-scroll .p-about__text {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s;
  transition: opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s, opacity 0.8s ease 1s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s, opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s;
}

@media screen and (min-width: 850px) {
  .p-about__text {
    padding: 41px 0 43px;
  }
}

.p-about__link {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  margin-top: 35px;
}

.is-scroll .p-about__link {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s;
  transition: opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s, opacity 0.8s ease 1s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s, opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s;
}

@media screen and (min-width: 850px) {
  .p-about__link {
    margin-top: 46px;
  }
}

.p-about__link-item {
  width: 220px;
  margin: 0 auto;
}

@media screen and (min-width: 850px) {
  .p-about__link-item {
    width: 298px;
  }
}

.p-about__link-link {
  position: relative;
  display: block;
}

.is-ie .p-about__link-link svg {
  height: 80px;
}

.p-about__link-link .p-in-svg {
  fill: #fff;
}

@media screen and (min-width: 850px) {
  .p-about__link-link .p-in-svg {
    -webkit-transition: fill 0.4s ease 0s;
    transition: fill 0.4s ease 0s;
  }
}

@media screen and (min-width: 850px) {
  .p-about__link-link:hover .p-in-svg {
    fill: #d7fbfd;
  }
}

.p-about__link-main {
  padding-right: 3px;
  padding-bottom: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}

@media screen and (min-width: 850px) {
  .p-about__link-main {
    padding-right: 0;
    padding-left: 10px;
  }
}

.p-about__link-text {
  margin-right: 5px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
}

@media screen and (min-width: 850px) {
  .p-about__link-text {
    margin-right: 10px;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.01em;
  }
}

@media screen and (min-width: 850px) {
  .p-about__link-icon {
    width: 20px;
  }
  .p-about__link-icon img {
    width: 100%;
  }
}

.p-contact {
  padding: 80px 0 80px;
}

@media screen and (min-width: 850px) {
  .p-contact {
    padding: 78px 0 80px;
  }
}

.p-contact__title {
  color: #00C3F2;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: normal;
}

@media screen and (min-width: 850px) {
  .p-contact__title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: normal;
  }
}

.p-contact__cap {
  margin-top: 40px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: bold;
}

@media screen and (min-width: 850px) {
  .p-contact__cap {
    margin-top: 38px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
  }
}

.p-contact__detail {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 850px) {
  .p-contact__detail {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
}

.p-contact__block {
  margin-top: 24px;
}

.u-no-letter {
  letter-spacing: 0;
}

.u-inline-block {
  display: inline-block;
}

.u-bold {
  font-weight: bold;
}

.u-400 {
  font-weight: 400;
}

.u-text-small {
  font-size: 0.8em;
}

.u-narrow {
  letter-spacing: -0.16em;
}

.u-narrow--pc {
  letter-spacing: -0.1em;
}

.u-pointer {
  cursor: pointer;
}

.u-yaku {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-win__main {
  padding-bottom: 120px;
}

@media screen and (min-width: 850px) {
  .p-win__main {
    padding-bottom: 170px;
  }
}

.p-win__head {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
  position: relative;
  padding: 12px 0 50px;
}

.is-scroll .p-win__head {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, opacity 0.8s ease 0s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
}

@media screen and (min-width: 850px) {
  .p-win__head {
    padding: 13px 0 50px;
  }
}

.p-win__title {
  position: relative;
  width: 171px;
  margin: 0 auto;
}

@media screen and (max-width: 849px) {
  .p-win__title {
    left: -2px;
  }
}

@media screen and (min-width: 850px) {
  .p-win__title {
    width: 210px;
    left: 0px;
  }
}

.p-win__title img {
  width: 100%;
}

.p-win__cap {
  margin: 18px auto 0;
  width: 200px;
}

@media screen and (min-width: 850px) {
  .p-win__cap {
    margin-top: 27px;
    width: 236px;
  }
}

.p-win__cap-line {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  position: relative;
  height: 1px;
  background-color: #C8A05E;
}

.is-scroll .p-win__cap-line {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, opacity 0.5s ease 0s;
  transition: transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, opacity 0.5s ease 0s, -webkit-transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
}

.p-win__cap-line-deco {
  opacity: 0;
  position: absolute;
  top: 0;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background-color: #C8A05E;
  -webkit-transform: rotate(-45deg) skew(10deg, 10deg);
          transform: rotate(-45deg) skew(10deg, 10deg);
}

.is-scroll .p-win__cap-line-deco {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0.6s;
  transition: opacity 0.5s ease 0.6s;
}

.p-win__cap-line-deco--l {
  left: -4px;
}

.p-win__cap-line-deco--r {
  right: -4px;
}

.p-win__cap-text {
  padding: 12px 0 17px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (min-width: 850px) {
  .p-win__cap-text {
    padding: 17px 0 18px;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-win__deco {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 327px;
  margin: 0 auto;
}

@media screen and (min-width: 850px) {
  .p-win__deco {
    top: -25px;
    width: 442px;
  }
}

.p-win__deco img {
  width: 100%;
}

@media screen and (min-width: 850px) {
  .p-win__deco--l {
    left: -20px;
  }
}

@media screen and (min-width: 850px) {
  .p-win__deco--r {
    right: -20px;
  }
}

.p-win__body {
  margin-top: 58px;
}

@media screen and (min-width: 850px) {
  .p-win__body {
    margin-top: 113px;
  }
}

.p-win__catch {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
}

.is-scroll .p-win__catch {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s;
  transition: opacity 0.8s ease 0.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s, opacity 0.8s ease 0.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s, opacity 0.8s ease 0.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.25s;
}

@media screen and (min-width: 850px) {
  .p-win__catch {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: normal;
  }
}

.p-win__list {
  margin-top: 80px;
}

@media screen and (min-width: 850px) {
  .p-win__list {
    margin: 52px auto 0;
    max-width: 1200px;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-win__item:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
}

.is-scroll .p-win__item:nth-child(1) {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
  transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s, opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.5s;
}

.p-win__item:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
}

.is-scroll .p-win__item:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 0.75s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s;
  transition: opacity 0.8s ease 0.75s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s, opacity 0.8s ease 0.75s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s, opacity 0.8s ease 0.75s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.75s;
}

.p-win__item:nth-child(3) {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
}

.is-scroll .p-win__item:nth-child(3) {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s;
  transition: opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s, opacity 0.8s ease 1s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s, opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1s;
}

@media screen and (min-width: 850px) {
  .p-win__item {
    width: 29.55%;
  }
}

@media screen and (max-width: 849px) {
  .p-win__item + .p-win__item {
    margin-top: 52px;
  }
}

@media screen and (min-width: 850px) {
  .p-win__item + .p-win__item {
    margin-left: 3.7%;
  }
}

.p-win__link {
  display: block;
  width: 73.7%;
  margin: 0 auto;
}

@media screen and (max-width: 849px) {
  .p-win__link {
    max-width: 400px;
  }
}

@media screen and (min-width: 850px) {
  .p-win__link {
    width: 100%;
  }
}

.p-win__inner {
  position: relative;
  padding: 4.7%;
  width: 100%;
}

@media screen and (min-width: 850px) {
  .p-win__inner {
    padding: 4.7% 4.7%;
  }
}

.p-win__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/winner/frame_sp.png) no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 850px) {
  .p-win__inner::after {
    background-image: url(../img/winner/frame_pc.png);
  }
}

@media screen and (min-width: 850px) {
  .p-win__inner::after {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transition: -webkit-filter 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
    transition: -webkit-filter 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
    transition: filter 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
    transition: filter 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, -webkit-filter 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  }
  .p-win__link:hover .p-win__inner::after {
    -webkit-filter: brightness(2.3);
            filter: brightness(2.3);
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
}

.p-win__img {
  position: relative;
  overflow: hidden;
}

.p-win__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (min-width: 850px) {
  .p-win__img::before {
    padding-top: 101%;
  }
}

.p-win__img-inner {
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
          transform: scale(1.1) translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-scroll .p-win__item:nth-child(1) .p-win__img-inner {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: -webkit-transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, -webkit-transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.is-scroll .p-win__item:nth-child(2) .p-win__img-inner {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: -webkit-transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, -webkit-transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.is-scroll .p-win__item:nth-child(3) .p-win__img-inner {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: -webkit-transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  transition: transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s, -webkit-transform 3s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.p-win__img-inner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.p-win__img-inner-inner--1 {
  background-position: center 60%;
}

.p-win__text {
  margin-top: 19px;
}

@media screen and (min-width: 850px) {
  .p-win__text {
    margin-top: 24px;
  }
}

.p-win__label {
  width: 250px;
  margin: 0 auto;
}

@media screen and (min-width: 850px) {
  .p-win__label {
    width: 100%;
    max-width: 320px;
  }
}

.p-win__name {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: normal;
}

@media screen and (min-width: 850px) {
  .p-win__name {
    margin-top: 4px;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 850px) and (max-width: 1200px) {
  .p-win__name {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 850px) and (max-width: 1000px) {
  .p-win__name {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: normal;
  }
}

.p-win__line {
  width: 240px;
  margin: 17px auto 0;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  position: relative;
  height: 1px;
  background-color: #C8A05E;
}

.is-scroll .p-win__line {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: opacity 0.5s ease 0.4s, -webkit-transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s;
  transition: opacity 0.5s ease 0.4s, -webkit-transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s;
  transition: transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s, opacity 0.5s ease 0.4s;
  transition: transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 1s cubic-bezier(0.14, 0.68, 0.29, 0.94) 0.4s;
}

@media screen and (min-width: 850px) {
  .p-win__line {
    margin-top: 18px;
    width: 100%;
    max-width: 309px;
  }
}

.p-win__line-deco {
  opacity: 0;
  position: absolute;
  top: 0;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background-color: #C8A05E;
  -webkit-transform: rotate(-45deg) skew(10deg, 10deg);
          transform: rotate(-45deg) skew(10deg, 10deg);
}

.is-scroll .p-win__line-deco {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 1s;
  transition: opacity 0.5s ease 1s;
}

.p-win__line-deco--l {
  left: -4px;
}

.p-win__line-deco--r {
  right: -4px;
}

.p-win__sns {
  margin-top: 21px;
}

@media screen and (min-width: 850px) {
  .p-win__sns {
    margin-top: 17px;
  }
}

.p-win__sns-item + .p-win__sns-item {
  margin-top: 10px;
}

.p-win__sns-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

@media screen and (min-width: 850px) {
  .p-win__sns-link {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
  }
  .p-win__sns-link:hover {
    opacity: 0.6;
  }
}

.p-win__sns-icon {
  width: 15px;
}

.p-win__sns-name {
  position: relative;
  top: -2px;
  margin-left: 10px;
  margin-right: 2px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.p-win__thanks {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
  position: relative;
  max-width: 325px;
  margin: 119px auto 0;
}

.is-scroll .p-win__thanks {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: opacity 0.8s ease 1.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s;
  transition: opacity 0.8s ease 1.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s, opacity 0.8s ease 1.25s;
  transition: transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s, opacity 0.8s ease 1.25s, -webkit-transform 0.8s cubic-bezier(0.14, 0.68, 0.29, 0.94) 1.25s;
}

@media screen and (max-width: 849px) and (max-width: 350px) {
  .p-win__thanks {
    width: 310px;
  }
}

@media screen and (min-width: 850px) {
  .p-win__thanks {
    max-width: 750px;
    margin: 162px auto 0;
  }
}

.p-win__thanks-head {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 250px;
  height: 60px;
  margin: 0 auto;
  background: url(../img/winner/base_sp.png) no-repeat center center;
  background-size: 100% 100%;
  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;
}

@media screen and (min-width: 850px) {
  .p-win__thanks-head {
    top: -45px;
    height: 90px;
    width: 474px;
    background-image: url(../img/winner/base_pc.png);
  }
}

.p-win__thanks-cap {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: normal;
}

@media screen and (min-width: 850px) {
  .p-win__thanks-cap {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: normal;
  }
}

.p-win__thanks-body {
  padding: 56px 0px 49px;
  background-color: #fff;
  color: #000046;
}

@media screen and (min-width: 850px) {
  .p-win__thanks-body {
    padding: 80px 0px 70px;
  }
}

.p-win__thanks-body {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 850px) {
  .p-win__thanks-body {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
}
</pre></body></html>