.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 980px) {
  .bg {
    display: none;
  }
}

.fade {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 1;
  display: none;
  pointer-events: none;
}

.fade.out {
  -webkit-animation: fade 0.5s 1.0s linear forwards;
          animation: fade 0.5s 1.0s linear forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 80px 15px 125px;
}

@media screen and (max-width: 980px) {
  .hero {
    background-image: url(../images/series44/bg_sp.png);
    background-position: center;
    background-size: cover;
  }
}

.hero__title {
  width: 24.5vw;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .hero__title {
    zoom: 0.8;
  }
}

@media screen and (max-width: 980px) {
  .hero__title {
    max-width: 280px;
    width: 37.3vw;
    -webkit-transform: translateY(-340%);
            transform: translateY(-340%);
  }
}

.hero__box {
  height: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .hero__box {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media screen and (max-height: 750px) and (min-width: 1440px) {
  .hero__box {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (max-height: 710px) and (min-width: 767px) {
  .hero__box {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (max-height: 660px) and (min-width: 767px) {
  .hero__box {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.hero__cont {
  height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-animation: upDown 2.5s linear infinite;
          animation: upDown 2.5s linear infinite;
}

@-webkit-keyframes upDown {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes upDown {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0;
  }
}

.hero__item {
  position: absolute;
  width: 7.8vw;
  height: 13.5vw;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .hero__item {
    max-width: 123px;
    width: 16.4vw !important;
    max-height: 205px;
    height: 27.3vw !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .hero__item {
    max-width: none;
    max-height: none;
    width: 7.8vw;
    height: 13.5vw;
  }
}

.hero__item.item01 {
  -webkit-transform: translateX(-370%) translateY(-111%);
          transform: translateX(-370%) translateY(-111%);
}

@media screen and (max-width: 980px) {
  .hero__item.item01 {
    -webkit-transform: translateX(-115%) translateY(-110%);
            transform: translateX(-115%) translateY(-110%);
  }
}

.hero__item.item02 {
  -webkit-transform: translateX(-232%) translateY(-82%);
          transform: translateX(-232%) translateY(-82%);
}

@media screen and (max-width: 980px) {
  .hero__item.item02 {
    -webkit-transform: translateX(-228%) translateY(-214%);
            transform: translateX(-228%) translateY(-214%);
  }
}

.hero__item.item03 {
  -webkit-transform: translateX(-127%) translateY(-136%);
          transform: translateX(-127%) translateY(-136%);
}

@media screen and (max-width: 980px) {
  .hero__item.item03 {
    -webkit-transform: translateX(-115%) translateY(-247%);
            transform: translateX(-115%) translateY(-247%);
  }
}

.hero__item.item04 {
  -webkit-transform: translateY(-175%);
          transform: translateY(-175%);
  width: 6.5vw;
  height: 10.6vw;
}

@media screen and (max-width: 980px) {
  .hero__item.item04 {
    -webkit-transform: translateY(-265%);
            transform: translateY(-265%);
  }
}

.hero__item.item05 {
  -webkit-transform: translateX(127%) translateY(-136%);
          transform: translateX(127%) translateY(-136%);
}

@media screen and (max-width: 980px) {
  .hero__item.item05 {
    -webkit-transform: translateX(115%) translateY(-247%);
            transform: translateX(115%) translateY(-247%);
  }
}

.hero__item.item06 {
  -webkit-transform: translateX(235%) translateY(-82%);
          transform: translateX(235%) translateY(-82%);
}

@media screen and (max-width: 980px) {
  .hero__item.item06 {
    -webkit-transform: translateX(230%) translateY(-215%);
            transform: translateX(230%) translateY(-215%);
  }
}

.hero__item.item07 {
  -webkit-transform: translateX(372%) translateY(-116%);
          transform: translateX(372%) translateY(-116%);
}

@media screen and (max-width: 980px) {
  .hero__item.item07 {
    -webkit-transform: translateX(115%) translateY(-115%);
            transform: translateX(115%) translateY(-115%);
  }
}

.hero__item.item08 {
  -webkit-transform: translateX(-375%) translateY(35%);
          transform: translateX(-375%) translateY(35%);
}

@media screen and (max-width: 980px) {
  .hero__item.item08 {
    -webkit-transform: translateX(-230%) translateY(-10%);
            transform: translateX(-230%) translateY(-10%);
  }
}

.hero__item.item09 {
  -webkit-transform: translateX(-234%) translateY(72%);
          transform: translateX(-234%) translateY(72%);
}

@media screen and (max-width: 980px) {
  .hero__item.item09 {
    -webkit-transform: translateX(-70%) translateY(90%);
            transform: translateX(-70%) translateY(90%);
  }
}

.hero__item.item10 {
  -webkit-transform: translateX(-129%) translateY(55%);
          transform: translateX(-129%) translateY(55%);
}

@media screen and (max-width: 980px) {
  .hero__item.item10 {
    -webkit-transform: translateX(70%) translateY(90%);
            transform: translateX(70%) translateY(90%);
  }
}

.hero__item.item11 {
  -webkit-transform: translateY(7%);
          transform: translateY(7%);
  width: 10.6vw;
  height: 20vw;
}

@media screen and (max-width: 980px) {
  .hero__item.item11 {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 168px;
    width: 22.4vw;
    max-height: 313px;
    height: 41.7vw;
  }
}

.hero__item.item12 {
  -webkit-transform: translateX(129%) translateY(55%);
          transform: translateX(129%) translateY(55%);
}

@media screen and (max-width: 980px) {
  .hero__item.item12 {
    -webkit-transform: translateX(170%) translateY(60%);
            transform: translateX(170%) translateY(60%);
  }
}

.hero__item.item13 {
  -webkit-transform: translateX(234%) translateY(72%);
          transform: translateX(234%) translateY(72%);
}

@media screen and (max-width: 980px) {
  .hero__item.item13 {
    -webkit-transform: translateX(-170%) translateY(60%);
            transform: translateX(-170%) translateY(60%);
  }
}

.hero__item.item14 {
  -webkit-transform: translateX(375%) translateY(50%);
          transform: translateX(375%) translateY(50%);
}

@media screen and (max-width: 980px) {
  .hero__item.item14 {
    -webkit-transform: translateX(230%) translateY(-10%);
            transform: translateX(230%) translateY(-10%);
  }
}

.hero__item--img {
  position: absolute;
  cursor: pointer;
}

.ufo-top,
.ufo-bottom {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .ufo-top,
  .ufo-bottom {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media screen and (max-height: 750px) and (min-width: 1440px) {
  .ufo-top,
  .ufo-bottom {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (max-height: 710px) and (min-width: 767px) {
  .ufo-top,
  .ufo-bottom {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (max-height: 660px) and (min-width: 767px) {
  .ufo-top,
  .ufo-bottom {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.ufo-top__item,
.ufo-bottom__item {
  width: 7.5vw;
  height: 20vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .ufo-top__item,
  .ufo-bottom__item {
    width: 22.6vw;
    height: 57.3vw;
  }
}

.ufo-top__item.ufo01 {
  -webkit-transform: translateX(-387%) translateY(-22%);
          transform: translateX(-387%) translateY(-22%);
}

@media screen and (max-width: 980px) {
  .ufo-top__item.ufo01 {
    -webkit-transform: translateX(-83%) translateY(-14%);
            transform: translateX(-83%) translateY(-14%);
  }
}

.ufo-top__item.ufo02 {
  -webkit-transform: translateX(-242%) translateY(0%);
          transform: translateX(-242%) translateY(0%);
}

@media screen and (max-width: 980px) {
  .ufo-top__item.ufo02 {
    -webkit-transform: translateX(-167%) translateY(-61%);
            transform: translateX(-167%) translateY(-61%);
  }
}

.ufo-top__item.ufo03 {
  -webkit-transform: translateX(-133%) translateY(-38%);
          transform: translateX(-133%) translateY(-38%);
}

@media screen and (max-width: 980px) {
  .ufo-top__item.ufo03 {
    -webkit-transform: translateX(-84%) translateY(-78%);
            transform: translateX(-84%) translateY(-78%);
  }
}

.ufo-top__item.ufo04 {
  -webkit-transform: translateY(-49%);
          transform: translateY(-49%);
}

@media screen and (max-width: 980px) {
  .ufo-top__item.ufo04 {
    -webkit-transform: translateY(-87%);
            transform: translateY(-87%);
  }
}

.ufo-top__item.ufo05 {
  -webkit-transform: translateX(133%) translateY(-38%);
          transform: translateX(133%) translateY(-38%);
}

@media screen and (max-width: 980px) {
  .ufo-top__item.ufo05 {
    -webkit-transform: translateX(84%) translateY(-78%);
            transform: translateX(84%) translateY(-78%);
  }
}

.ufo-top__item.ufo06 {
  -webkit-transform: translateX(242%) translateY(0%);
          transform: translateX(242%) translateY(0%);
}

@media screen and (max-width: 980px) {
  .ufo-top__item.ufo06 {
    -webkit-transform: translateX(167%) translateY(-61%);
            transform: translateX(167%) translateY(-61%);
  }
}

.ufo-top__item.ufo07 {
  -webkit-transform: translateX(387%) translateY(-22%);
          transform: translateX(387%) translateY(-22%);
}

@media screen and (max-width: 980px) {
  .ufo-top__item.ufo07 {
    -webkit-transform: translateX(83%) translateY(-14%);
            transform: translateX(83%) translateY(-14%);
  }
}

.ufo-bottom {
  mix-blend-mode: color-dodge;
}

.ufo-bottom__item.ufo01 {
  -webkit-transform: translateX(-387%) translateY(-14%);
          transform: translateX(-387%) translateY(-14%);
}

@media screen and (max-width: 980px) {
  .ufo-bottom__item.ufo01 {
    -webkit-transform: translateX(-83%) translateY(-6%);
            transform: translateX(-83%) translateY(-6%);
  }
}

.ufo-bottom__item.ufo02 {
  -webkit-transform: translateX(-242%) translateY(8%);
          transform: translateX(-242%) translateY(8%);
}

@media screen and (max-width: 980px) {
  .ufo-bottom__item.ufo02 {
    -webkit-transform: translateX(-167%) translateY(-52%);
            transform: translateX(-167%) translateY(-52%);
  }
}

.ufo-bottom__item.ufo03 {
  -webkit-transform: translateX(-133%) translateY(-30%);
          transform: translateX(-133%) translateY(-30%);
}

@media screen and (max-width: 980px) {
  .ufo-bottom__item.ufo03 {
    -webkit-transform: translateX(-84%) translateY(-69%);
            transform: translateX(-84%) translateY(-69%);
  }
}

.ufo-bottom__item.ufo04 {
  -webkit-transform: translateY(-41%);
          transform: translateY(-41%);
  width: 115px;
}

@media screen and (max-width: 980px) {
  .ufo-bottom__item.ufo04 {
    -webkit-transform: translateY(-78%);
            transform: translateY(-78%);
  }
}

.ufo-bottom__item.ufo05 {
  -webkit-transform: translateX(133%) translateY(-30%);
          transform: translateX(133%) translateY(-30%);
}

@media screen and (max-width: 980px) {
  .ufo-bottom__item.ufo05 {
    -webkit-transform: translateX(84%) translateY(-69%);
            transform: translateX(84%) translateY(-69%);
  }
}

.ufo-bottom__item.ufo06 {
  -webkit-transform: translateX(242%) translateY(8%);
          transform: translateX(242%) translateY(8%);
}

@media screen and (max-width: 980px) {
  .ufo-bottom__item.ufo06 {
    -webkit-transform: translateX(167%) translateY(-52%);
            transform: translateX(167%) translateY(-52%);
  }
}

.ufo-bottom__item.ufo07 {
  -webkit-transform: translateX(387%) translateY(-14%);
          transform: translateX(387%) translateY(-14%);
}

@media screen and (max-width: 980px) {
  .ufo-bottom__item.ufo07 {
    -webkit-transform: translateX(83%) translateY(-6%);
            transform: translateX(83%) translateY(-6%);
  }
}

.modal {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 30;
}

@media screen and (max-width: 1199px) {
  .modal {
    -webkit-transform: scale(0.8) translateX(-10%);
            transform: scale(0.8) translateX(-10%);
    width: 120vw;
  }
}

@media screen and (max-width: 1024px) {
  .modal {
    -webkit-transform: scale(0.7) translateX(-16%);
            transform: scale(0.7) translateX(-16%);
    width: 130vw;
  }
}

@media screen and (max-width: 980px) {
  .modal {
    -webkit-transform: none;
            transform: none;
    width: 100vw;
  }
}

@media screen and (max-height: 680px) and (min-width: 767px) {
  .modal {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 120vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__wrap {
  width: 100%;
  max-width: 1185px;
  height: 100%;
  max-height: 655px;
  position: relative;
  top: 15px;
  z-index: 5;
}

@media screen and (max-width: 980px) {
  .modal__wrap {
    padding: 0 15px;
    top: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}

@media screen and (max-height: 680px) and (min-width: 767px) {
  .modal__wrap {
    height: 120%;
  }
}

.modal__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 25px;
  right: 35px;
  cursor: pointer;
  z-index: 5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 980px) {
  .modal__close {
    width: 10px;
    height: 10px;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateX(160px) rotate(45deg);
            transform: translateX(160px) rotate(45deg);
  }
}

.modal__bg {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .modal__bg {
    display: none;
  }
}

.modal__bg-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .modal__bg-sp {
    display: block;
    max-width: 365px;
    margin: 0 auto;
    width: 100%;
  }
}

.modal__box {
  display: none;
}

.modal__cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 100px 75px 75px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 980px) {
  .modal__cont {
    display: none;
  }
}

.modal__cont--left {
  margin-left: 30px;
  margin-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal__cont--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__cont--right.mt80 {
  margin-top: 80px;
}

.modal__cont-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .modal__cont-sp {
    width: 100%;
    height: 100%;
    max-width: 375px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 55px 40px 50px;
  }
}

.modal__cont-sp--head {
  width: 29.3vw;
  max-width: 110px;
  margin-bottom: 10px;
}

.modal__cont-sp--head.w85 {
  width: 85px;
  margin-bottom: 0;
}

.modal__cont-sp--head.w60 {
  width: 60px;
  margin-bottom: 0;
}

.modal__cont-sp .swiper {
  width: 245px;
  margin-bottom: 15px;
}

.modal__cont-sp .swiper.mb0 {
  margin-bottom: 0;
}

.modal__cont-sp .swiper .swiper-button-prev,
.modal__cont-sp .swiper .swiper-button-next {
  display: none;
}

.modal__cont-sp .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__cont-sp .swiper-slide {
  text-align: center;
}

@media screen and (max-width: 400px) {
  .modal__cont-sp--goods {
    width: 210px;
  }
}

.modal__cont-sp--goods.w170 {
  width: 170px;
}

@media screen and (max-width: 400px) {
  .modal__cont-sp--goods.w170 {
    width: 150px;
  }
}

.modal__cont-sp--goods.w125 {
  width: 125px;
}

@media screen and (max-width: 400px) {
  .modal__cont-sp--goods.w125 {
    width: 110px;
  }
}

.modal__cont-sp--img {
  border-radius: 20px;
  -o-object-position: 1px 1px;
     object-position: 1px 1px;
}

@media screen and (max-width: 400px) {
  .modal__cont-sp--img {
    width: 210px;
  }
}

.modal__cont-sp--img.center25 {
  top: 25%;
  position: relative;
}

.modal__cont-sp--img.center30 {
  top: 30%;
  position: relative;
}

.modal__cont-sp--img.center40 {
  top: 40%;
  position: relative;
}

.modal__cont-sp--img.w170 {
  width: 170px;
}

@media screen and (max-width: 400px) {
  .modal__cont-sp--img.w170 {
    width: 150px;
  }
}

.modal__cont-sp--img.w125 {
  width: 125px;
}

@media screen and (max-width: 400px) {
  .modal__cont-sp--img.w125 {
    width: 110px;
  }
}

.modal__cont-sp--foot {
  max-width: 205px;
  margin-bottom: 40px;
}

.modal__cont-sp--foot.mb10 {
  margin-bottom: 10px;
}

.modal__cont-sp .modal__item--btn.more {
  margin-right: 0;
}

.modal__item--goods {
  max-width: 250px;
}

.modal__item--img {
  max-width: 225px;
  max-height: 424px;
  border-radius: 20px;
  margin-right: 65px;
  -o-object-position: 1px;
     object-position: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal__item--img.w370 {
  max-width: 370px;
  max-height: 195px;
  margin-bottom: 90px;
  margin-right: 30px;
}

.modal__item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__item--lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: auto;
  overflow-y: auto;
  max-height: 365px;
}

.modal__item--lang.en {
  display: none;
}

.modal__item--title {
  font-size: 2.3rem;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 300;
}

.modal__item--text {
  font-size: 1.4rem;
  margin-bottom: auto;
  color: #fff;
  line-height: 1.65;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-right: 40px;
}

.modal__item--logo {
  margin-top: 70px;
  margin-bottom: auto;
  width: calc(100% - 40px);
}

.modal__item--logo.w300 {
  max-width: 300px;
  margin-top: 0;
  width: 100%;
}

.modal__item--logo.mt40 {
  margin-top: auto;
}

.modal__item--flex {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__item--flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.modal__item--flex.column .modal__item--btn.more {
  margin-right: 35px;
}

.modal__item--btn {
  -webkit-box-shadow: 5px 5px 3px rgba(8, 32, 55, 0.45);
          box-shadow: 5px 5px 3px rgba(8, 32, 55, 0.45);
}

.modal__item--btn.more {
  margin-right: 50px;
  max-width: 135px;
}

@media screen and (max-width: 980px) {
  .modal__item--btn.more {
    max-width: 90px;
  }
}

.modal__item--btn.j {
  margin-right: 15px;
  max-width: 105px;
}

@media screen and (max-width: 980px) {
  .modal__item--btn.j {
    max-width: 70px;
    margin-left: 35px;
  }
}

.modal__item--btn.e {
  max-width: 105px;
}

@media screen and (max-width: 980px) {
  .modal__item--btn.e {
    max-width: 70px;
  }
}

.modal__item-sp--box {
  overflow-y: auto;
  max-height: 190px;
  margin-bottom: 20px;
  padding: 0 15px 0 5px;
}

.modal__item-sp--box.en {
  display: none;
}

.modal__item-sp--title {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 10px;
}

.modal__item-sp--text {
  font-size: 1.0rem;
  color: #fff;
  line-height: 1.8;
}

.modal__copy {
  font-size: 1.3rem;
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 7%;
}

@media screen and (max-width: 980px) {
  .modal__copy {
    font-size: 1.0rem;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    bottom: 4.8%;
  }
  .modal__copy.l {
    left: -10px;
    white-space: nowrap;
  }
}

.modal__side {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 96.5%;
  height: 108px;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .modal__side {
    display: none;
  }
}

.modal__side--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
  overflow-y: hidden;
  height: 108px;
  -webkit-animation: showR 2s infinite linear;
          animation: showR 2s infinite linear;
}

.modal__side--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
  overflow-y: hidden;
  height: 108px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: show 2s infinite linear;
          animation: show 2s infinite linear;
}

@-webkit-keyframes show {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  50% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes show {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  50% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@-webkit-keyframes showR {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  50% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes showR {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  50% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

.modal__side--box {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal__side--box.box01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E309F1), to(#CE13E7));
  background: linear-gradient(#E309F1 0%, #CE13E7 100%);
}

.modal__side--box.box02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#C118E1), to(#A524D4));
  background: linear-gradient(#C118E1 0%, #A524D4 100%);
}

.modal__side--box.box03 {
  background: -webkit-gradient(linear, left top, left bottom, from(#9728CD), to(#7A34BF));
  background: linear-gradient(#9728CD 0%, #7A34BF 100%);
}

.modal__side--box.box04 {
  background: -webkit-gradient(linear, left top, left bottom, from(#6D39B9), to(#5145AB));
  background: linear-gradient(#6D39B9 0%, #5145AB 100%);
}

.modal__side--box.box05 {
  background: -webkit-gradient(linear, left top, left bottom, from(#4449A5), to(#275497));
  background: linear-gradient(#4449A5 0%, #275497 100%);
}

.modal__top {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 380px;
}

@media screen and (max-width: 980px) {
  .modal__top {
    top: 24px;
    max-width: 150px;
  }
}

.pagination {
  position: absolute;
  top: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 77%;
}

.pagination .prev,
.pagination .next {
  width: 9px;
  height: 12px;
  cursor: pointer;
}

.pagination .next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form {
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#3B70C7), color-stop(99.95%, #2A1E80));
  background: linear-gradient(#3B70C7 0%, #2A1E80 99.95%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  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;
  display: none;
}

@media screen and (max-width: 980px) {
  .form {
    padding: 0 15px;
  }
}

.form-text {
  width: 400px;
  height: 60px;
  background-color: white;
  font-size: 2rem;
  padding: 10px;
}

.form-submit {
  background-image: url(../images/series44/bear-search2.png);
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(50% + 140px);
  background-size: cover;
}

@media screen and (max-width: 980px) {
  .form-submit {
    width: 30px;
    height: 30px;
    left: calc(50% + 130px);
  }
}

.form-back {
  position: fixed;
  top: 30px;
  right: 30px;
  max-width: 40px;
  cursor: pointer;
}

.start {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 15;
}

@media screen and (max-width: 980px) {
  .start {
    display: none;
  }
}

.start__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 980px) {
  .start__video {
    display: none;
  }
}
/*# sourceMappingURL=top.css.map */