@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
  scroll-behavior: smooth;
}

/*リセット
--------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

/*---------------------------------------------
FONT
---------------------------------------------*/
.jp {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: normal;
}

.eg {
  font-family: "benton-modern-display-extra", serif;
  font-weight: 300;
  font-style: normal;
}

/*---------------------------------------------
COLOR
---------------------------------------------*/
/*---------------------------------------------
FV
---------------------------------------------*/
.fv {
  position: relative;
  background-image: linear-gradient(#fff 1px, transparent 2px), linear-gradient(90deg, #fff 1px, transparent 2px);
  background-size: 55px 55px;
  background-color: #F4EEF6;
  height: 70vh;
  min-height: 560px;
}
@media screen and (min-width: 769px) {
  .fv {
    height: 70vh;
    min-height: 0;
  }
}
.fv .sub_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 40%;
  top: 14px;
}
@media screen and (min-width: 769px) {
  .fv .sub_text {
    width: 240px;
    top: 24px;
  }
}
.fv .star_wrap {
  position: relative;
  width: 90px;
  top: 22px;
  left: 20px;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .fv .star_wrap {
    top: 14%;
    left: 15%;
  }
}
.fv .star_wrap .star_img {
  position: relative;
  width: 90px;
  -webkit-animation: star_rotate 12s linear infinite;
          animation: star_rotate 12s linear infinite;
}
.fv .star_wrap p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .fv .pc_wrap {
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fv .pc_wrap .logo {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 80%;
}
@media screen and (min-width: 769px) {
  .fv .pc_wrap .logo {
    width: 30%;
    position: initial;
    -webkit-transform: none;
            transform: none;
  }
}
.fv .pc_wrap .stage {
  position: relative;
  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;
}
.fv .pc_wrap .logo-wrap {
  width: 340px;
  -webkit-animation: kyunBeat 2.2s ease-in-out infinite;
          animation: kyunBeat 2.2s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-filter: drop-shadow(0 6px 10px rgba(212, 83, 126, 0.18));
          filter: drop-shadow(0 6px 10px rgba(212, 83, 126, 0.18));
}
.fv .pc_wrap .logo-wrap svg {
  width: 100%;
  height: auto;
  display: block;
}
@-webkit-keyframes kyunBeat {
  0%, 100% {
    -webkit-transform: scale(1) translateY(0) rotate(0deg);
            transform: scale(1) translateY(0) rotate(0deg);
  }
  12% {
    -webkit-transform: scale(1.09, 0.94) translateY(-6px) rotate(-1.5deg);
            transform: scale(1.09, 0.94) translateY(-6px) rotate(-1.5deg);
  }
  24% {
    -webkit-transform: scale(0.97, 1.04) translateY(2px) rotate(1deg);
            transform: scale(0.97, 1.04) translateY(2px) rotate(1deg);
  }
  34% {
    -webkit-transform: scale(1.03) translateY(-3px) rotate(0deg);
            transform: scale(1.03) translateY(-3px) rotate(0deg);
  }
  45%, 100% {
    -webkit-transform: scale(1) translateY(0) rotate(0deg);
            transform: scale(1) translateY(0) rotate(0deg);
  }
}
@keyframes kyunBeat {
  0%, 100% {
    -webkit-transform: scale(1) translateY(0) rotate(0deg);
            transform: scale(1) translateY(0) rotate(0deg);
  }
  12% {
    -webkit-transform: scale(1.09, 0.94) translateY(-6px) rotate(-1.5deg);
            transform: scale(1.09, 0.94) translateY(-6px) rotate(-1.5deg);
  }
  24% {
    -webkit-transform: scale(0.97, 1.04) translateY(2px) rotate(1deg);
            transform: scale(0.97, 1.04) translateY(2px) rotate(1deg);
  }
  34% {
    -webkit-transform: scale(1.03) translateY(-3px) rotate(0deg);
            transform: scale(1.03) translateY(-3px) rotate(0deg);
  }
  45%, 100% {
    -webkit-transform: scale(1) translateY(0) rotate(0deg);
            transform: scale(1) translateY(0) rotate(0deg);
  }
}
.fv .pc_wrap .deco {
  position: absolute;
  opacity: 0;
  -webkit-animation: popFloat 2.2s ease-in-out infinite;
          animation: popFloat 2.2s ease-in-out infinite;
}
@-webkit-keyframes popFloat {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translateY(10px);
            transform: scale(0.3) translateY(10px);
  }
  12% {
    opacity: 1;
    -webkit-transform: scale(1.15) translateY(-6px);
            transform: scale(1.15) translateY(-6px);
  }
  22% {
    opacity: 1;
    -webkit-transform: scale(0.95) translateY(0);
            transform: scale(0.95) translateY(0);
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(-16px);
            transform: scale(0.8) translateY(-16px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes popFloat {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translateY(10px);
            transform: scale(0.3) translateY(10px);
  }
  12% {
    opacity: 1;
    -webkit-transform: scale(1.15) translateY(-6px);
            transform: scale(1.15) translateY(-6px);
  }
  22% {
    opacity: 1;
    -webkit-transform: scale(0.95) translateY(0);
            transform: scale(0.95) translateY(0);
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(-16px);
            transform: scale(0.8) translateY(-16px);
  }
  100% {
    opacity: 0;
  }
}
.fv .pc_wrap .heart-1 {
  top: 10px;
  left: 30px;
  font-size: 26px;
  color: #F0997B;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.fv .pc_wrap .heart-2 {
  top: 30px;
  right: 20px;
  font-size: 20px;
  color: #D4537E;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fv .pc_wrap .spark-1 {
  bottom: 40px;
  left: 10px;
  font-size: 22px;
  color: #D85A30;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fv .pc_wrap .spark-2 {
  bottom: 20px;
  right: 40px;
  font-size: 24px;
  color: #F0997B;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.fv .pc_wrap .spark-3 {
  top: 60px;
  left: 60px;
  font-size: 16px;
  color: #D4537E;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (min-width: 769px) {
  .fv .pc_wrap .pc_right {
    padding: 30px 50px 0;
  }
}
.fv .pc_wrap .pc_right .date {
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 64%;
}
@media screen and (min-width: 769px) {
  .fv .pc_wrap .pc_right .date {
    position: initial;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.fv .pc_wrap .pc_right .place {
  position: absolute;
  width: 64%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 40px;
}
@media screen and (min-width: 769px) {
  .fv .pc_wrap .pc_right .place {
    position: initial;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

.lead {
  font-size: 14px;
  text-align: center;
  color: #172A88;
  margin: 70px auto;
  line-height: 2;
}

/*---------------------------------------------
sec_wrap
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .sec_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec_wrap .sec_left,
.sec_wrap .sec_right {
  display: none;
}
@media screen and (min-width: 769px) {
  .sec_wrap .sec_left,
  .sec_wrap .sec_right {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-image: linear-gradient(#fff 1px, transparent 2px), linear-gradient(90deg, #fff 1px, transparent 2px);
    background-size: 55px 55px;
    background-color: #F4EEF6;
  }
}
@media screen and (min-width: 769px) {
  .sec_wrap .sec_left .kyun_logo {
    position: fixed;
    top: 50%;
    left: calc(25vw - 250px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .sec_wrap .sec_left.is-fixed-visible .kyun_logo {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0s;
    transition: opacity 0.3s, visibility 0s;
  }
}
@media screen and (min-width: 769px) {
  .sec_wrap .sec_right .pc_right {
    position: fixed;
    top: 50%;
    right: calc(25vw - 250px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .sec_wrap .sec_right .pc_right .date {
    margin-bottom: 20px;
  }
  .sec_wrap .sec_right.is-fixed-visible .kyun_logo {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0s;
    transition: opacity 0.3s, visibility 0s;
  }
}
@media screen and (min-width: 769px) {
  .sec_wrap.is-fixed-visible .kyun_logo,
  .sec_wrap.is-fixed-visible .pc_right {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 769px) {
  .sec_wrap .sec_center {
    width: 600px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/*---------------------------------------------
sec1
---------------------------------------------*/
.p_30 {
  padding: 30px 30px 0;
}
.p_20 {
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .p_20 {
    padding: 40px 40px 0;
  }
}

h2 {
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid;
  text-align: center;
  margin: 70px auto 30px;
  padding-bottom: 10px;
  font-weight: bold !important;
}

.sec1 {
  background-color: #F4EEF6;
  color: #172A88;
  padding-bottom: 50px;
}
.sec1 ul {
  margin: 20px auto;
  text-align: center;
}
.sec1 ul li {
  font-size: 18px;
  line-height: 2;
}
.sec1 ul li span {
  font-size: 16px;
}
.sec1 .place {
  font-size: 16px;
  color: rgb(62, 105, 179);
  display: inline-block;
  line-height: 2;
}
.sec1 .place::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.sec1 .place_detail {
  font-size: 14px;
  line-height: 2;
}
.sec1 ul .access {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.sec1 .yoyaku_text {
  font-size: 15px;
  line-height: 1.8;
}
.sec1 .step {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px 16px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .sec1 .step {
    padding: 50px 32px;
  }
}
.sec1 .step .text {
  font-size: 15px;
  line-height: 2;
}
.sec1 .step .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .sec1 .step .icons {
    width: 80%;
    margin: auto;
  }
}
.sec1 .step .icons a img {
  width: 80%;
  margin: auto;
}
.sec1 .step span {
  display: block;
  padding-left: 16px;
  font-size: 12px;
  line-height: 1.5;
}
.sec1 .step .login {
  width: 80%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) {
  .sec1 .step .login {
    width: 55%;
  }
}
.sec1 .app_dl {
  display: block;
  width: 70%;
  text-align: center;
  margin: 50px auto;
  font-size: 16px;
  background-color: #172A88;
  color: #fff;
  padding: 20px 30px;
  border-radius: 50px;
  text-decoration: none;
}

/*---------------------------------------------
sec2
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .sec2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sec2 .brand_wrap {
  display: grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 2px;
  width: 100%;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 96%;
  margin: auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap {
    width: 76%;
  }
}
.sec2 .brand_wrap .brand {
  background-color: #FADCE9;
  padding: 20px 5px;
  height: 70px;
  display: grid;
  grid-template-rows: repeat(3, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand {
    height: 80px;
    padding: 30px 5px;
  }
}
.sec2 .brand_wrap .brand .img1 {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .img1 {
    width: 70%;
  }
}
.sec2 .brand_wrap .brand .img2 {
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .img2 {
    width: 60%;
  }
}
.sec2 .brand_wrap .brand .img3 {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .img3 {
    width: 80%;
  }
}
.sec2 .brand_wrap .brand .img4 {
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .img4 {
    width: 55%;
  }
}
.sec2 .brand_wrap .brand .img5 {
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .img5 {
    width: 70%;
  }
}
.sec2 .brand_wrap .brand .img6 {
  width: 60%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .img6 {
    width: 60%;
  }
}
.sec2 .brand_wrap .brand .img7 {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .img7 {
    width: 70%;
  }
}
.sec2 .brand_wrap .brand .img8 {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .img8 {
    width: 70%;
  }
}
.sec2 .brand_wrap .brand .img9 {
  width: 40%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .img9 {
    width: 40%;
  }
}
.sec2 .brand_wrap .brand .img10 {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .img10 {
    width: 70%;
  }
}
.sec2 .brand_wrap .brand .img11 {
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .img11 {
    width: 60%;
  }
}
.sec2 .brand_wrap .brand .img12 {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .img12 {
    width: 80%;
  }
}
.sec2 .brand_wrap .brand .img13 {
  width: 70%;
  margin: auto;
}
.sec2 .brand_wrap .brand .kana {
  text-align: center;
  font-size: 9px;
  line-height: 1.2;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .kana {
    font-size: 10px;
  }
}
.sec2 .brand_wrap .brand .kana_2 {
  font-size: 8px;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand .kana_2 {
    font-size: 10px;
  }
}
.sec2 .brand_wrap .brand a {
  display: block;
  color: #000;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.sec2 .brand_wrap .brand a:hover {
  opacity: 0.6;
}
.sec2 .brand_wrap .brand a .insta {
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec2 .brand_wrap .brand a .insta {
    font-size: 18px;
  }
}

/*---------------------------------------------
sec3
---------------------------------------------*/
.sec3 {
  background-color: #E6EDFB;
  padding-top: 70px;
  padding-bottom: 1px;
}
@media screen and (min-width: 769px) {
  .sec3 {
    padding-top: 100px;
  }
}
.sec3 .each_event {
  margin-bottom: 70px;
}
.sec3 .each_event .event {
  font-size: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec3 .each_event .event {
    font-size: 40px;
  }
}
.sec3 .each_event .event .number {
  font-size: 40px;
}
@media screen and (min-width: 769px) {
  .sec3 .each_event .event .number {
    font-size: 50px;
  }
}
.sec3 .each_event img {
  width: 80%;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  .sec3 .each_event img {
    width: 74%;
  }
}
.sec3 .each_event h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  font-weight: bold !important;
}
.sec3 .each_event .text {
  font-size: 12px;
  line-height: 1.8;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .sec3 .each_event .text {
    font-size: 13px;
    width: 74%;
  }
}
.sec3 .each_event .all {
  color: #000;
  font-size: 14px;
  font-size: 12px;
  display: block;
  text-align: right;
  margin-right: 40px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .sec3 .each_event .all {
    font-size: 13px;
    margin-right: 80px;
  }
}
.sec3 .bottom {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec3 .bottom {
    font-size: 16px;
  }
}
.sec3 .bottom .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff176));
  background: linear-gradient(transparent 60%, #fff176 60%);
}
.sec3 .attention {
  background-color: #D6DFF1;
  width: 82%;
  margin: 70px auto;
  color: #172A88;
  border-radius: 14px;
  padding: 32px 20px;
}
.sec3 .attention .title {
  font-size: 14px;
  margin-bottom: 16px;
}
.sec3 .attention ul li {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

/*---------------------------------------------
partner
---------------------------------------------*/
.partner {
  overflow: hidden;
  margin-top: 70px;
  padding-bottom: 70px;
}
.partner .japanese {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.partner .english {
  font-size: 12px;
  text-align: center;
  margin-bottom: 50px;
}
.partner .icons_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: partner_loop 18s linear infinite;
          animation: partner_loop 18s linear infinite;
}
.partner .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.partner .icons .img1,
.partner .icons .img2,
.partner .icons .img3 {
  width: 120px;
  margin-right: 60px;
}
.partner .pal_logo {
  width: 16%;
  margin: 70px auto 20px;
}
.partner .copy {
  font-size: 10px;
  text-align: center;
}

@-webkit-keyframes partner_loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@keyframes partner_loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@-webkit-keyframes star_rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes star_rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

.flexslider {
  border: none;
  margin: 0;
}

.flex-control-nav li {
  width: 8px;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}/*# sourceMappingURL=style.css.map */