@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #0F1111;
  display: none;
}

/*リセット
--------------------------------------------*/
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;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  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
---------------------------------------------*/
.ja {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 100;
}

.eg {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.semi {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.black {
  font-weight: 900;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fv {
  position: relative;
}
.fv p {
  position: absolute;
  font-size: 3.4vw;
  text-align: center;
  top: 23vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .fv p {
    font-size: 1.4vw;
    top: 21vw;
  }
}
.fv .sp_fv {
  background-image: url(../images/sp_fv.jpg);
  height: 76vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
.fv .sp_fv img {
  position: absolute;
  width: 93%;
  top: 6vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .fv .pc_fv {
    background-image: url(../images/pc_fv.jpg);
    height: 90vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .fv .pc_fv img {
    position: absolute;
    width: 56%;
    top: 6vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

/*---------------------------------------------
top
---------------------------------------------*/
.top {
  position: relative;
  text-align: center;
  font-size: 18px;
}
.top .ballon {
  position: absolute;
  width: 20%;
  top: -11%;
}
.top .bird {
  position: absolute;
  width: 18%;
  top: 20%;
  top: 49%;
  right: 4%;
}
.top .title {
  margin-top: 60px;
  margin-bottom: 20px;
}
.top .text {
  width: 80%;
  margin: auto;
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.top .app p {
  font-size: 11px;
  color: #42B79F;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.top .app .app_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.top .app .app_btn a {
  width: 150px;
  display: block;
  background-color: #42B79F;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 30px;
  margin: 0 15px;
  padding: 8px 0;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .top {
    font-size: 25px;
  }
  .top .title {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .top .text {
    width: 50%;
    margin: 0 auto 40px;
  }
  .top .ballon {
    width: 9%;
    top: -11%;
    left: 21vw;
  }
  .top .bird {
    width: 7%;
    top: 24%;
    right: 19vw;
  }
  .top .app p {
    font-size: 15px;
  }
}

/*---------------------------------------------
place
---------------------------------------------*/
.place_wrap {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .place_wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 100px;
  }
}
.place_wrap .osaka,
.place_wrap .tokyo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 17px 17px;
  text-align: left;
  letter-spacing: 1px;
  border: 1px solid #0F1111;
  margin: 22px 22px 40px;
}
@media screen and (min-width: 769px) {
  .place_wrap .osaka,
  .place_wrap .tokyo {
    max-width: 460px;
    padding: 50px 28px 28px;
  }
}
.place_wrap .osaka img,
.place_wrap .tokyo img {
  width: 50%;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .place_wrap .osaka img,
  .place_wrap .tokyo img {
    margin-right: 18px;
  }
}
.place_wrap .osaka .title,
.place_wrap .tokyo .title {
  position: absolute;
  top: -5%;
  left: 2%;
  background: #fff;
  padding: 0 14px;
  font-size: 27px;
}
.place_wrap .osaka .title span,
.place_wrap .tokyo .title span {
  font-size: 17px;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .place_wrap .osaka .title,
  .place_wrap .tokyo .title {
    font-size: 45px;
  }
  .place_wrap .osaka .title span,
  .place_wrap .tokyo .title span {
    font-size: 27px;
  }
}
.place_wrap .place_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 8px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.place_wrap .place_text .open {
  margin-left: 6px;
}
@media screen and (min-width: 769px) {
  .place_wrap .place_text {
    font-size: 13px;
  }
}
.place_wrap .place_place {
  margin-bottom: 0;
}
.place_wrap .place_place .btn {
  display: block;
  background-color: #0F1111;
  color: #fff;
  width: 94px;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  letter-spacing: 2px;
  padding: 2px 0;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .place_wrap .place_place .btn {
    width: 155px;
  }
}

/*---------------------------------------------
news
---------------------------------------------*/
.news {
  background-color: #FAF7EA;
  padding: 40px 20px 20px;
}
@media screen and (min-width: 769px) {
  .news {
    padding: 5% 7%;
  }
  .news .inner {
    max-width: 1140px;
    margin: auto;
  }
}
.news p {
  font-size: 30px;
}
@media screen and (min-width: 769px) {
  .news p {
    font-size: 44px;
  }
}
.news .news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .news_wrap .each_news {
  letter-spacing: 1px;
  width: 49%;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .news .news_wrap .each_news {
    width: 32%;
  }
}
.news .news_wrap .each_news img {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .news .news_wrap .each_news img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.news .news_wrap .each_news .date {
  font-size: 8px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .news .news_wrap .each_news .date {
    font-size: 13px;
  }
}
.news .news_wrap .each_news .title {
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .news .news_wrap .each_news .title {
    font-size: 18px;
  }
}
.news .news_wrap .each_news a {
  text-decoration: none;
  color: #333;
}
.news .news_wrap .each_news .more {
  font-size: 8px;
  color: #0F1111;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .news .news_wrap .each_news .more {
    font-size: 13px;
  }
}

/*---------------------------------------------
sponsors
---------------------------------------------*/
.sponsors {
  padding: 40px 20px 20px;
}
@media screen and (min-width: 769px) {
  .sponsors {
    padding: 5% 7%;
  }
  .sponsors .inner {
    max-width: 1140px;
    margin: auto;
  }
}
.sponsors p {
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .sponsors p {
    font-size: 44px;
    margin-top: 30px;
  }
}
.sponsors .brand_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .sponsors .brand_wrap {
    margin-bottom: 40px;
  }
}
.sponsors .brand_wrap img {
  width: 38%;
  margin: 5px;
}
@media screen and (min-width: 769px) {
  .sponsors .brand_wrap img {
    width: 22%;
  }
}
.sponsors .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 42px;
}
@media screen and (min-width: 769px) {
  .sponsors .link {
    padding: 0 30px;
  }
}
.sponsors .link img {
  height: 14px;
  width: auto;
  margin: 0 22px;
}
@media screen and (min-width: 769px) {
  .sponsors .link img {
    height: 18px;
  }
}

/*---------------------------------------------
footer
---------------------------------------------*/
.footer {
  background: #0F1111;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 55px 0 35px;
  }
}
.footer .logo {
  padding: 35px 0 12px;
  max-width: 750px;
  text-align: center;
  margin: auto;
  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;
}
@media screen and (min-width: 769px) {
  .footer .logo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-bottom: 24px;
  }
}
.footer .ciao {
  width: 118px;
}
@media screen and (min-width: 769px) {
  .footer .ciao {
    width: 276px;
  }
}
.footer .typy {
  width: 170px;
}
@media screen and (min-width: 769px) {
  .footer .typy {
    width: 396px;
  }
}
.footer .copy {
  width: 132px;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .footer .copy {
    width: 200px;
  }
}

/*---------------------------------------------
news_html
---------------------------------------------*/
#news .header .header_bg {
  position: relative;
  background: url(../images/news/sp_news_header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 9vh;
}
@media screen and (min-width: 769px) {
  #news .header .header_bg {
    background: url(../images/news/news_header.jpg);
    height: 123px;
  }
}
#news .header .header_logo {
  position: absolute;
  width: 208px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 769px) {
  #news .header .header_logo {
    width: 418px;
  }
}
#news .header img {
  margin: auto;
}
@media screen and (min-width: 769px) {
  #news .news_wrap {
    max-width: 600px;
    margin: auto;
  }
}
#news .news_wrap .waku {
  position: relative;
  border: 1px solid;
  background: #fff;
  margin: 10% 4%;
  padding: 30px 24px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku {
    padding: 8% 7%;
  }
}
#news .news_wrap .waku .title {
  position: absolute;
  font-size: 28px;
  background-color: #fff;
  top: -4vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 0 17px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .title {
    top: -3vh;
    font-size: 47px;
  }
}
#news .news_wrap .waku .data_sub_title .data {
  font-size: 10px;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .data_sub_title .data {
    font-size: 13px;
  }
}
#news .news_wrap .waku .data_sub_title .sub_title {
  font-size: 14px;
  margin-bottom: 14px;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .data_sub_title .sub_title {
    font-size: 20px;
  }
}
#news .news_wrap .waku .data_sub_title .img1 {
  margin: auto;
}
#news .news_wrap .waku .text .text_text {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .text_text {
    font-size: 15px;
  }
}
#news .news_wrap .waku .text .text_text .small {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .text_text .small {
    font-size: 12px;
  }
}
#news .news_wrap .waku .text .color_text {
  color: #42B199;
  text-align: center;
  margin-top: 36px;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .color_text {
    margin-top: 10%;
    font-size: 28px;
  }
}
#news .news_wrap .waku .text .img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .img_flex {
    margin-bottom: 8%;
  }
}
#news .news_wrap .waku .text .img_flex img {
  width: 39%;
}
#news .news_wrap .waku .text .img_flex p {
  width: 46%;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .img_flex p {
    font-size: 15px;
  }
}
#news .news_wrap .waku .text .img_flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news .news_wrap .waku .text .img_flex2 img {
  width: 48.5%;
}
#news .news_wrap .waku .text .caption {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .caption {
    font-size: 13px;
  }
}
#news .news_wrap .waku .text .img_flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news .news_wrap .waku .text .img_flex3 > div {
  width: 48.5%;
  margin-bottom: 20px;
}
#news .news_wrap .waku .text .img_flex3 img {
  width: 100%;
}
#news .news_wrap .waku .text .img_flex3 .caption {
  width: 100%;
}
#news .news_wrap .waku .text .float_wrap {
  margin-bottom: 20px;
}
#news .news_wrap .waku .text .float_wrap .float {
  float: left;
  width: 48.5%;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .waku .text .float_wrap .float {
    margin-right: 14px;
  }
}
#news .news_wrap .btn {
  display: block;
  background-color: #42B199;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 10px;
  border-radius: 50px;
  width: 44%;
  text-align: center;
  margin: 35px auto 50px;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #news .news_wrap .btn {
    font-size: 21px;
    letter-spacing: 2px;
    width: 40%;
    padding: 11px;
    margin-bottom: 80px;
  }
}
#news .item_name {
  font-weight: bold;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: -5px;
}
@media screen and (min-width: 769px) {
  #news .item_name {
    font-size: 13px;
  }
}
#news .mt0 {
  margin-top: 0;
}
#news .mb20 {
  margin-bottom: 20px;
}
#news .umineko {
  margin-top: 60px;
}
#news .umineko .flex4 {
  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;
}
#news .umineko .flex4 img {
  width: 45%;
}
@media screen and (min-width: 769px) {
  #news .umineko .flex4 img {
    width: 30%;
  }
}
#news .umineko .flex4 a {
  font-size: 12px;
  color: #42B199;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #news .umineko .flex4 a {
    font-size: 14px;
  }
}
#news .umineko p {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #news .umineko p {
    font-size: 12px;
  }
}

/*---------------------------------------------
news_240713
---------------------------------------------*/
.news_240713 .title_wrap {
  margin-top: 40px;
}
.news_240713 .title_wrap .place {
  color: #42B199;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 6px;
}
.news_240713 .title_wrap .studio {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 2px;
  color: #0F1111;
}
.news_240713 .title_wrap img {
  height: 70px;
  width: auto;
  margin: 20px auto 50px;
}
.news_240713 .staff_wrap {
  margin-bottom: 50px;
}
.news_240713 .staff_wrap .ciao,
.news_240713 .staff_wrap .typy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_240713 .staff_wrap .ciao .brand_label,
.news_240713 .staff_wrap .typy .brand_label {
  position: relative;
}
.news_240713 .staff_wrap .ciao .brand_label .name,
.news_240713 .staff_wrap .typy .brand_label .name {
  position: absolute;
  height: 26px;
  width: auto;
  top: -10vw;
  left: -11vw;
}
@media screen and (min-width: 769px) {
  .news_240713 .staff_wrap .ciao .brand_label .name,
  .news_240713 .staff_wrap .typy .brand_label .name {
    top: -7vh;
    left: -8vh;
  }
}
.news_240713 .staff_wrap .box {
  position: relative;
  width: 29%;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 6px 30px;
}
.news_240713 .staff_wrap .box a {
  color: #0F1111;
  text-decoration: none;
}
.news_240713 .staff_wrap .staff_img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}
.news_240713 .staff_wrap .brand {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 2px;
}
.news_240713 .staff_wrap .staff_name {
  font-size: 10px;
}
.news_240713 .staff_wrap .insta_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_240713 .staff_wrap .insta_wrap img {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}
.news_240713 .staff_wrap .insta_wrap span {
  font-size: 9px;
}
.news_240713 .staff_wrap .line {
  display: block;
  border-top: 1px solid;
  width: 40%;
  margin: 5px auto;
}
.news_240713 .staff_wrap .attend {
  font-size: 9px;
}
.news_240713 .staff_wrap .date {
  font-size: 9px;
}
.news_240713 .staff_wrap .date span {
  font-size: 7px;
}
.news_240713 .staff_wrap .comment_wrap .comment {
  position: absolute;
  top: 60px;
}
@media screen and (min-width: 769px) {
  .news_240713 .staff_wrap .comment_wrap .comment {
    top: 6vw;
  }
}

/*---------------------------------------------
news_240720
---------------------------------------------*/
#news .news_wrap .waku .text .img_flex3 > div {
  margin-bottom: 30px;
}

#news .news_wrap .waku .text .img_flex3 .caption {
  line-height: 1.8;
  margin-bottom: 10px;
}

.news_240720 .text_text {
  margin-bottom: 50px;
}
.news_240720 .number_label {
  background-color: #42B199;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  font-size: 10px;
  margin-top: 10px;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .news_240720 .number_label {
    font-size: 12px;
  }
}
.news_240720 .caption {
  word-break: break-all;
  line-height: 1.8;
}
.news_240720 .caption .small {
  display: block;
  font-size: 9px;
}
@media screen and (min-width: 769px) {
  .news_240720 .caption .small {
    font-size: 11px;
  }
}
.news_240720 .brand_link {
  margin-top: 10px;
  font-size: 10px;
  color: #42B199;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .news_240720 .brand_link {
    font-size: 14px;
    margin-top: 20px;
  }
}

/*---------------------------------------------
news_240727
---------------------------------------------*/
.news_240727 .text_text {
  margin-bottom: 100px;
}
.news_240727 .vol {
  margin-top: 60px;
}
.news_240727 .vol .label {
  position: relative;
}
.news_240727 .vol .label > img {
  position: absolute;
  height: 26px;
  width: auto;
  top: -12vw;
  left: -11vw;
}
@media screen and (min-width: 769px) {
  .news_240727 .vol .label > img {
    top: -7vh;
    left: -8vh;
  }
}

[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 */