body {
  background-image: url(../img/index/bg_main.jpg);
  background-repeat: repeat;
}

.mountain {
  position: relative;
  width: 100%;
}

.index-section-ttl {
  margin-bottom: 40px;
  font-size: 33px;
  font-size: 3.3rem;
  font-family: fot-tsukuardgothic-std, serif;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .index-section-ttl {
    margin-bottom: 30px;
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 600px) {
  .index-section-ttl {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.index-section-ttl span {
  position: relative;
}
.index-section-ttl span:before {
  position: absolute;
  content: "";
  background-image: url(../img/index/ttl_obj_L.svg);
  background-position: center;
  background-size: cover;
  width: 37px;
  height: 45px;
  top: 60%;
  left: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .index-section-ttl span:before {
    width: 29px;
    height: 36px;
    left: -45px;
  }
}
@media screen and (max-width: 600px) {
  .index-section-ttl span:before {
    width: 22px;
    height: 28px;
    left: -30px;
  }
}
.index-section-ttl span:after {
  position: absolute;
  content: "";
  background-image: url(../img/index/ttl_obj_R.svg);
  background-position: center;
  background-size: cover;
  width: 37px;
  height: 45px;
  top: 60%;
  right: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .index-section-ttl span:after {
    width: 29px;
    height: 36px;
    right: -45px;
  }
}
@media screen and (max-width: 600px) {
  .index-section-ttl span:after {
    width: 22px;
    height: 28px;
    right: -30px;
  }
}

.index-header {
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .index-header {
    margin: 0;
  }
}
.index-header .wrap:not(.clone-nav) .nav-wrap .sub-nav-wrap .box .sns-wrap {
  margin-bottom: 10px;
}
.index-header .wrap:not(.clone-nav) .nav-wrap .sub-nav-wrap .box .sns-wrap .lang {
  line-height: 1.7;
}
@media screen and (min-width: 1000px) {
  .index-header .wrap:not(.clone-nav) .nav-wrap .sub-nav-wrap .box .sns-wrap .sns ul li a {
    width: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .index-header .wrap:not(.clone-nav) .nav-wrap .sub-nav-wrap .livecam a {
    width: 62px;
  }
}
@media screen and (min-width: 1000px) {
  .index-header .wrap:not(.clone-nav) .nav-wrap .global-nav {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  main {
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  main {
    padding-top: 25px;
  }
}

.mainvisual {
  position: relative;
}
@media screen and (max-width: 600px) {
  .mainvisual {
    margin-bottom: 25px;
  }
}
.mainvisual .slide {
  display: none;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
.mainvisual .slide:before {
  content: "";
  display: block;
  padding-bottom: 45%;
}
.mainvisual .slide:after {
  position: absolute;
  content: "";
  background-image: url(../img/index/main_frame.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mainvisual .slick-slide > div {
  margin: 0 2.5%;
}
.mainvisual .slick-slide .slide {
  display: block;
}
.mainvisual .slick-arrow {
  position: absolute;
  width: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .mainvisual .slick-arrow {
    width: 40px;
  }
}
@media screen and (max-width: 600px) {
  .mainvisual .slick-arrow {
    width: 22px;
  }
}
.mainvisual .slick-arrow.slick-prev {
  left: 6%;
}
@media screen and (max-width: 600px) {
  .mainvisual .slick-arrow.slick-prev {
    left: 2.5%;
  }
}
.mainvisual .slick-arrow.slick-next {
  right: 6%;
}
@media screen and (max-width: 600px) {
  .mainvisual .slick-arrow.slick-next {
    right: 2.5%;
  }
}
.mainvisual .slick-arrow img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .index-nav {
    display: none;
  }
}
.index-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 80px;
}
@media screen and (max-width: 999px) {
  .index-nav ul {
    margin: 25px 0 60px;
  }
}
.index-nav ul li {
  width: 14.2857142857%;
  border-left: dotted 2px #868686;
}
.index-nav ul li:last-child {
  border-right: dotted 2px #868686;
}
.index-nav ul li a {
  display: block;
  width: 100%;
  max-width: 68.2%;
  margin: auto;
  padding: 6px 0;
}
@media screen and (max-width: 999px) {
  .index-nav ul li a {
    max-width: 75%;
  }
}
.index-nav ul li a img {
  width: 100%;
}

.pickup {
  margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .pickup {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .pickup {
    margin-bottom: 40px;
  }
}
.pickup .pickup-slide-wrap {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .pickup .pickup-slide-wrap {
    padding-bottom: 30px;
  }
}
.pickup .pickup-slide-wrap .slick-slide {
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pickup .pickup-slide-wrap .slick-slide > div {
  margin: 0 2%;
}
.pickup .pickup-slide-wrap .slick-slide > div a {
  display: block;
  vertical-align: middle;
}
.pickup .pickup-slide-wrap .slick-slide > div a img {
  margin: auto;
}
.pickup .pickup-slide-wrap .slick-slide.slick-active, .pickup .pickup-slide-wrap .slick-slide.is-active-next {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pickup .pickup-slide-wrap a {
  display: none;
}
.pickup .pickup-slide-wrap .slick-dots {
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .pickup .pickup-slide-wrap .slick-dots li {
    width: 15px;
  }
  .pickup .pickup-slide-wrap .slick-dots li button:before {
    width: 9px;
    height: 9px;
  }
}

.announce.announce01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .announce.announce01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .announce.announce01 {
    margin-bottom: 35px;
  }
}
.announce.announce02 {
  padding: 100px 0 120px;
}
@media screen and (max-width: 999px) {
  .announce.announce02 {
    padding: 70px 0 100px;
  }
}
@media screen and (max-width: 600px) {
  .announce.announce02 {
    padding: 40px 0 60px;
  }
}
.announce > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .announce > div {
    display: block;
  }
}
.announce > div .news, .announce > div .event, .announce > div .blog {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .announce > div .news, .announce > div .event, .announce > div .blog {
    width: 100%;
  }
}
.announce > div .news h2, .announce > div .event h2, .announce > div .blog h2 {
  text-align: center;
}
.announce > div .news .wrap, .announce > div .event .wrap, .announce > div .blog .wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .announce > div .news .wrap, .announce > div .event .wrap, .announce > div .blog .wrap {
    margin-bottom: 20px;
  }
}
.announce > div .news .wrap .item:not(:last-child), .announce > div .event .wrap .item:not(:last-child), .announce > div .blog .wrap .item:not(:last-child) {
  margin-bottom: 15px;
}
.announce > div .news .wrap .item .cat-wrap, .announce > div .event .wrap .item .cat-wrap, .announce > div .blog .wrap .item .cat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
.announce > div .news .wrap .item .cat-wrap .cat, .announce > div .event .wrap .item .cat-wrap .cat, .announce > div .blog .wrap .item .cat-wrap .cat {
  width: 75px;
  margin-right: 1em;
  padding: 2px 0;
  font-size: 11px;
  font-size: 1.1rem;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  .announce > div .news .wrap .item .cat-wrap .cat, .announce > div .event .wrap .item .cat-wrap .cat, .announce > div .blog .wrap .item .cat-wrap .cat {
    width: 65px;
    padding: 1px 0;
  }
}
.announce > div .news .wrap .item .cat-wrap .date, .announce > div .event .wrap .item .cat-wrap .date, .announce > div .blog .wrap .item .cat-wrap .date {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: futura-pt, sans-serif;
}
@media screen and (max-width: 600px) {
  .announce > div .news .wrap .item .cat-wrap .date, .announce > div .event .wrap .item .cat-wrap .date, .announce > div .blog .wrap .item .cat-wrap .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.announce > div .news .wrap .item a, .announce > div .event .wrap .item a, .announce > div .blog .wrap .item a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
}
@media screen and (max-width: 999px) {
  .announce > div .news .wrap .item a, .announce > div .event .wrap .item a, .announce > div .blog .wrap .item a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .announce > div .news .wrap .item a, .announce > div .event .wrap .item a, .announce > div .blog .wrap .item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.announce > div .news .wrap .item a:hover, .announce > div .event .wrap .item a:hover, .announce > div .blog .wrap .item a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .announce > div .news {
    margin-bottom: 45px;
  }
}
.announce > div .news .wrap .item .cat-wrap .cat {
  background-color: #88a36c;
}
.announce > div .event .fb-page {
  width: 100%;
}
.announce > div .event .wrap .item .cat-wrap .cat {
  background-color: #789eb0;
}
@media screen and (max-width: 600px) {
  .announce > div .blog {
    margin-bottom: 40px;
  }
}
.announce > div .blog .wrap .item .cat-wrap .cat {
  background-color: #40689e;
}

.about .inner {
  padding-top: 60px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 999px) {
  .about .inner {
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .about .inner {
    padding-top: 20px;
  }
}
.about .inner h3 {
  max-width: 733px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 999px) {
  .about .inner h3 {
    max-width: 550px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .about .inner h3 {
    max-width: 345px;
    margin-bottom: 25px;
  }
}
.about .inner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 880px;
  margin: auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 999px) {
  .about .inner .wrap {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .about .inner .wrap {
    display: block;
    padding-bottom: 40px;
  }
}
.about .inner .wrap img {
  width: 31%;
}
@media screen and (max-width: 600px) {
  .about .inner .wrap img {
    display: none;
  }
}
.about .inner .wrap .text {
  width: 66%;
}
@media screen and (max-width: 600px) {
  .about .inner .wrap .text {
    width: 100%;
    text-align: center;
  }
}
.about .inner .wrap .text h4 {
  margin-bottom: 10px;
  font-size: 31px;
  font-size: 3.1rem;
  font-family: fot-tsukuardgothic-std, serif;
}
@media screen and (max-width: 999px) {
  .about .inner .wrap .text h4 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 600px) {
  .about .inner .wrap .text h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.about .inner .wrap .text p {
  margin-bottom: 30px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
  color: #769cbc;
}
@media screen and (max-width: 999px) {
  .about .inner .wrap .text p {
    font-size: 15.5px;
    font-size: 1.55rem;
  }
}
@media screen and (max-width: 600px) {
  .about .inner .wrap .text p {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }
  .about .inner .wrap .text p .sp-none {
    display: none;
  }
}
.about .inner .wrap .text .btn-more {
  margin: 0;
  max-width: 370px;
}
@media screen and (max-width: 600px) {
  .about .inner .wrap .text .btn-more {
    max-width: 240px;
    margin: auto;
  }
}
.about .inner .obj {
  position: absolute;
}
@media screen and (max-width: 999px) {
  .about .inner .obj {
    display: none;
  }
}
.about .inner .obj.obj01 {
  width: 31.7%;
  top: 35px;
  left: -270px;
}
.about .inner .obj.obj02 {
  width: 15.4%;
  top: 455px;
  left: -165px;
}
.about .inner .obj.obj03 {
  width: 39.5%;
  top: -230px;
  right: -310px;
}
.about .inner .obj.obj04 {
  width: 23.7%;
  top: 340px;
  right: -75px;
}

.special {
  margin-bottom: 100px;
  padding-top: 130px;
  background-image: url(../img/index/bg_special.jpg);
  background-repeat: repeat;
}
@media screen and (max-width: 999px) {
  .special {
    margin-bottom: 70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 600px) {
  .special {
    margin-bottom: 20px;
    padding-top: 40px;
  }
}
.special .item {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 999px) {
  .special .item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  .special .item {
    margin-bottom: 40px;
  }
}
.special .item.item01 .btn-more {
  left: 5%;
}
@media screen and (max-width: 999px) {
  .special .item.item01 .btn-more {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.special .item.item02 .btn-more {
  right: 5%;
}
@media screen and (max-width: 999px) {
  .special .item.item02 .btn-more {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.special .item.item03 .btn-more {
  left: 5%;
}
@media screen and (max-width: 999px) {
  .special .item.item03 .btn-more {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.special .item.item04 .btn-more {
  left: calc(27.1% - 185px);
  bottom: 12%;
}
@media screen and (max-width: 999px) {
  .special .item.item04 .btn-more {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .special .item.item04 .btn-more {
    bottom: 8%;
  }
}
.special .item.item05 .btn-more {
  right: calc(25.5% - 185px);
  bottom: 19%;
}
@media screen and (max-width: 999px) {
  .special .item.item05 .btn-more {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .special .item.item05 .btn-more {
    bottom: 8%;
  }
}
.special .item .btn-more {
  position: absolute;
  max-width: 370px;
  bottom: 60px;
}
@media screen and (max-width: 999px) {
  .special .item .btn-more {
    max-width: 330px;
  }
}
@media screen and (max-width: 600px) {
  .special .item .btn-more {
    max-width: 210px;
    bottom: 8%;
  }
}
.special .item .btn-more a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.movie .inner {
  padding: 80px 0 120px;
  background-image: url(../img/index/bg_movie.jpg);
  background-repeat: repeat;
}
@media screen and (max-width: 999px) {
  .movie .inner {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 600px) {
  .movie .inner {
    padding: 30px 0 50px;
  }
}
.movie .inner .movie-wrap {
  padding-top: 50px;
}
@media screen and (max-width: 999px) {
  .movie .inner .movie-wrap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .movie .inner .movie-wrap {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .movie .inner .movie-wrap {
    padding-top: 10px;
  }
}
.movie .inner .movie-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .movie .inner .movie-wrap .item {
    display: block;
  }
}
.movie .inner .movie-wrap .item:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (max-width: 999px) {
  .movie .inner .movie-wrap .item:not(:last-child) {
    margin-bottom: 70px;
  }
}
.movie .inner .movie-wrap .item .youtube {
  position: relative;
  width: 51%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .movie .inner .movie-wrap .item .youtube {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .movie .inner .movie-wrap .item .youtube {
    margin-bottom: 20px;
  }
}
.movie .inner .movie-wrap .item .youtube .youtube-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie .inner .movie-wrap .item .youtube .youtube-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie .inner .movie-wrap .item .text {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .movie .inner .movie-wrap .item .text {
    width: 100%;
  }
}
.movie .inner .movie-wrap .item .text h3 {
  position: relative;
  margin-bottom: 20px;
  padding: 25px 10px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: fot-tsukuardgothic-std, serif;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: 1px;
  border: dotted 3px #ffffff;
  border-radius: 80px;
}
@media screen and (max-width: 999px) {
  .movie .inner .movie-wrap .item .text h3 {
    padding: 15px 10px 10px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 600px) {
  .movie .inner .movie-wrap .item .text h3 {
    margin-bottom: 15px;
    padding: 10px 10px 7px;
    font-size: 14px;
    font-size: 1.4rem;
    border: dotted 2px #ffffff;
  }
}
.movie .inner .movie-wrap .item .text h3:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  border-top: dotted 3px #ffffff;
  top: 50%;
  left: -53px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .movie .inner .movie-wrap .item .text h3:before {
    content: none;
  }
}
.movie .inner .movie-wrap .item .text h3 span {
  display: block;
}
.movie .inner .movie-wrap .item .text h3 span.en {
  font-size: 43px;
  font-size: 4.3rem;
}
@media screen and (max-width: 999px) {
  .movie .inner .movie-wrap .item .text h3 span.en {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .movie .inner .movie-wrap .item .text h3 span.en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.movie .inner .movie-wrap .item .text h3 span.jp {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 999px) {
  .movie .inner .movie-wrap .item .text h3 span.jp {
    margin-top: 5px;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .movie .inner .movie-wrap .item .text h3 span.jp {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.movie .inner .movie-wrap .item .text p {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .movie .inner .movie-wrap .item .text p {
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.movie .inner .movie-wrap .item .text .btn-more {
  max-width: 350px;
}
@media screen and (max-width: 600px) {
  .movie .inner .movie-wrap .item .text .btn-more {
    max-width: 240px;
  }
}

.bnr-area {
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .bnr-area {
    padding-bottom: 70px;
  }
}
.bnr-area .index-section-ttl {
  margin-bottom: 15px;
}
.bnr-area .index-section-ttl span:before, .bnr-area .index-section-ttl span:after {
  content: none;
}
.bnr-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bnr-area ul.pay {
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .bnr-area ul.pay {
    padding-bottom: 20px;
  }
}
.bnr-area ul li {
  width: 19%;
  margin-bottom: 1%;
}
@media screen and (max-width: 600px) {
  .bnr-area ul li {
    width: 32.5%;
  }
}
.bnr-area ul li:not(:nth-child(5n)) {
  margin-right: 1%;
}
@media screen and (max-width: 600px) {
  .bnr-area ul li:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .bnr-area ul li:not(:nth-child(3n)) {
    margin-right: 1.25%;
  }
}
.bnr-area ul li a {
  display: block;
}
.bnr-area ul li a img {
  width: 100%;
}

.btn-fix {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 45;
}
@media screen and (max-width: 999px) {
  .btn-fix {
    top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .btn-fix {
    top: 33%;
  }
}
.btn-fix a {
  display: block;
  width: 100px;
}
@media screen and (max-width: 999px) {
  .btn-fix a {
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .btn-fix a {
    width: 60px;
  }
}
.btn-fix a:not(:last-child) {
  margin-bottom: 10px;
}
.btn-fix a img {
  width: 100%;
}
/*# sourceMappingURL=index.css.map */