/*------------------------------------------
mv__container
------------------------------------------*/
.mv__container {
  background: #f0ecdd;
  position: relative;
}
@media (min-width: 769px) {
  .mv__container {
    padding: 38px 0 85px;
  }
}
@media (max-width: 768px) {
  .mv__container {
    padding: 60px 0 20px;
    overflow: hidden;
  }
}

.mv__image {
  text-align: center;
}
.mv__image .pc__img {
  /*max-width: 85.7142857143vw;*/
  width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .mv__image {
    width: 100%;
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
  }
  .mv__image .sp__img {
    /*min-width: 720px;*/
    width: 100%;
  }
}

.mv__image::-webkit-scrollbar {
  display: none;
}

@media (min-width: 769px) {
  .mv__nav {
    position: absolute;
    bottom: 17.5px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .mv__nav {
    width: 100%;
    height: 100%;
    padding: 5px 0 0 !important;
  }
}

@media (min-width: 769px) {
  .mv__nav--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.mv__nav--list li .icon {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  margin-bottom: 6px;
  text-align: center;
}
.mv__nav--list li .txt {
  color: #666058;
  font-weight: 700;
  font-size: 12px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: 0;
}
.mv__nav--list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.mv__btn {
  width: 100%;
  position: relative;
  height: 10px;
}
.mv__btn .btn--prev::after,
.mv__btn .btn--next::after {
  content: "";
  width: 51px;
  height: 11px;
  background: url(../../assets/images/home/icon_arrow.svg) no-repeat center/100%;
  position: absolute;
  top: -15px;
  margin: auto;
}
.mv__btn .btn--prev::after {
  left: 18px;
}
.mv__btn .btn--next::after {
  right: 18px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*------------------------------------------
NOTICE
------------------------------------------*/
.notice__area {
  background: #DE0E96;
  color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .notice__area {
    padding: 26px 100px;
  }
}
@media (max-width: 768px) {
  .notice__area {
    padding: 26px 18px;
  }
}
.notice__area .notice--txt {
  font-weight: 700;
}
@media (min-width: 769px) {
  .notice__area .notice--txt {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .notice__area .notice--txt {
    font-size: 14px;
  }
}

/*------------------------------------------
COMMON PARTS
------------------------------------------*/
.cmn--h2 {
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  color: #666058;
}
@media (min-width: 769px) {
  .cmn--h2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .cmn--h2 {
    font-size: 40px;
  }
}
.cmn--h2 .sub--ttl {
  display: block;
}
@media (min-width: 769px) {
  .cmn--h2 .sub--ttl {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .cmn--h2 .sub--ttl {
    font-size: 16px;
  }
}

/*------------------------------------------
EVENT&TOPICS
------------------------------------------*/
@media (min-width: 769px) {
  .event__container {
    padding: 80px 0 50px;
  }
}
@media (max-width: 768px) {
  .event__container {
    padding: 50px 0;
  }
}
.event__container .tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  .event__container .tab__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin: 20px auto 56px;
  }
}
@media (max-width: 768px) {
  .event__container .tab__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6px;
    width: 100%;
    padding: 0 18px;
    margin: 30px auto;
  }
}
.event__container .tab__list > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.event__container .tab__list > li > a {
  display: block;
  color: #9EACBC;
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid #9EACBC;
}
@media (min-width: 769px) {
  .event__container .tab__list > li > a {
    padding: 5px 12px 7px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .event__container .tab__list > li > a {
    padding: 6px 12px;
    font-size: 16px;
  }
}
.event__container .tab__list > li > a.active {
  color: #fff;
  background: #9EACBC;
}
@media (min-width: 769px) {
  .event__container .cmn--btn {
    margin: 80px auto 0;
  }
}
@media (max-width: 768px) {
  .event__container .cmn--btn {
    margin: 30px auto 0;
  }
}

.event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 769px) {
  .event__list {
    max-width: 71.4285714286vw;
  }
}
@media (max-width: 768px) {
  .event__list {
    width: 100%;
    padding: 0 18px;
  }
}
@media (min-width: 769px) {
  .event__list.large {
    gap: 2.8571428571vw;
    margin: 0 auto 55px;
  }
}
@media (max-width: 768px) {
  .event__list.large {
    gap: 30px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 769px) {
  .event__list.large > li {
    width: calc(50% - 1.4285714286vw);
  }
}
@media (max-width: 768px) {
  .event__list.large > li {
    width: 100%;
  }
}
.event__list.large > li > a .img--cnt {
  aspect-ratio: 8/5;
}
@media (max-width: 768px) {
  .event__list.large > li > a .info--cnt {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .event__list.large > li > a .info--time {
    display: inline;
    margin-left: 10px;
  }
}
.event__list.regular {
  margin: auto;
}
@media (min-width: 769px) {
  .event__list.regular {
    gap: 4.2857142857vw 2.5vw;
  }
}
@media (max-width: 768px) {
  .event__list.regular {
    gap: 35px 18px;
  }
}
@media (min-width: 769px) {
  .event__list.regular > li {
    width: calc(33.3333333333% - 5vw / 3);
  }
}
@media (max-width: 768px) {
  .event__list.regular > li {
    width: calc(50% - 9px);
  }
}
.event__list.regular > li > a .img--cnt {
  aspect-ratio: 1/1;
}
.event__list > li > a {
  display: block;
  position: relative;
}
.event__list > li .icon--tag {
  background: #E10198;
}
.event__list > li .icon--tag-2 {
  background: #9EACBC;
}
.event__list > li .icon--tag,
.event__list > li .icon--tag-2 {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  z-index: 3;
}
@media (min-width: 769px) {
  .event__list > li .icon--tag,
  .event__list > li .icon--tag-2 {
    width: 100px;
    height: 40px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .event__list > li .icon--tag,
  .event__list > li .icon--tag-2 {
    width: 70px;
    height: 30px;
    font-size: 17px;
  }
}
.event__list > li .img--cnt {
  border: 1px solid #cccccc;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .event__list > li .img--cnt {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .event__list > li .img--cnt {
    margin-bottom: 10px;
  }
}
.event__list > li .img__bedding,
.event__list > li .img__peak {
  width: 100%;
  height: 100%;
}
.event__list > li .img__bedding > img,
.event__list > li .img__peak > img {
  width: 100%;
  height: 100%;
}
.event__list > li .img__bedding {
  background: #fff;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.event__list > li .img__bedding > img {
  display: none;
}
.event__list > li .img__peak {
  position: absolute;
  top: 0;
  left: 0;
}
.event__list > li .img__peak > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.event__list > li .info---category,
.event__list > li .info--date,
.event__list > li .info--floor {
  color: #9EACBC;
  font-weight: 500;
}
@media (min-width: 769px) {
  .event__list > li .info---category,
  .event__list > li .info--date,
  .event__list > li .info--floor {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .event__list > li .info---category,
  .event__list > li .info--date,
  .event__list > li .info--floor {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.event__list > li .info--h3 {
  color: #666058;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .event__list > li .info--h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .event__list > li .info--h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.event__list > li .info--txt {
  color: #666058;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .event__list > li .info--txt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .event__list > li .info--txt {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.event__list > li .info--date {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .event__list > li .info--time {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .event__list > li .info--time {
    display: block;
    margin-top: 5px;
  }
}

.cmn--btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn--btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .cmn--btn > a {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cmn--btn > a {
    gap: 15px;
  }
}
.cmn--btn > a .txt {
  color: #666058;
  font-weight: 400;
}
@media (min-width: 769px) {
  .cmn--btn > a .txt {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .cmn--btn > a .txt {
    font-size: 24px;
  }
}
.cmn--btn > a .icon {
  border: 1px solid #666058;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
@media (min-width: 769px) {
  .cmn--btn > a .icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .cmn--btn > a .icon {
    width: 50px;
    height: 50px;
  }
}
.cmn--btn > a .icon::after {
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #666058;
  border-bottom: 2px solid #666058;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .cmn--btn > a .icon::after {
    width: 16px;
    height: 16px;
    right: 7px;
  }
}
@media (max-width: 768px) {
  .cmn--btn > a .icon::after {
    width: 14px;
    height: 14px;
    right: 7px;
  }
}
.cmn--btn > a:hover .icon {
  background: #666058;
  scale: 0.7;
}
.cmn--btn > a:hover .icon::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  scale: 0.7;
}

.cnt__none {
  color: #666058;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 769px) {
  .cnt__none {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .cnt__none {
    font-size: 14px;
  }
}

/*------------------------------------------
ABOUT
------------------------------------------*/
.about__container {
  background: #f0ecdd;
}
@media (min-width: 769px) {
  .about__container {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .about__container {
    padding: 50px 0 40px;
  }
}
@media (min-width: 769px) {
  .about__container .cmn--btn {
    margin: 50px auto 0;
  }
}
@media (max-width: 768px) {
  .about__container .cmn--btn {
    margin: 30px auto 0;
  }
}

@media (min-width: 769px) {
  .about__img {
    max-width: 73.5714285714vw;
    margin: 35px auto 30px;
  }
}
@media (max-width: 768px) {
  .about__img {
    width: 100%;
    margin: 25px auto 20px;
  }
  .about__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.about__info {
  color: #666058;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .about__info {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .about__info {
    font-size: 14px;
  }
}

/*------------------------------------------
CONCEPT
------------------------------------------*/
@media (min-width: 769px) {
  .concept__container {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .concept__container {
    padding: 50px 0 40px;
  }
}
@media (min-width: 769px) {
  .concept__container .cmn--btn {
    margin: 50px auto 0;
  }
}
@media (max-width: 768px) {
  .concept__container .cmn--btn {
    margin: 30px auto 0;
  }
}

@media (min-width: 769px) {
  .concept__img {
    max-width: 85vw;
    margin: 10px auto 55px;
  }
}
@media (max-width: 768px) {
  .concept__img {
    width: 100%;
    margin: 0 auto 30px;
  }
  .concept__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.concept__info {
  color: #666058;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .concept__info {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .concept__info {
    font-size: 14px;
  }
}

/*------------------------------------------
ACCESS
------------------------------------------*/
.access__container {
  background: #f0ecdd;
  padding: 50px 0;
}
.access__container .cmn--btn {
  margin: auto;
}

@media (min-width: 769px) {
  .access__img {
    max-width: 71.4285714286vw;
    margin: 50px auto;
  }
}
@media (max-width: 768px) {
  .access__img {
    width: 100%;
    margin: 30px auto 35px;
  }
  .access__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*------------------------------------------
NEWS
------------------------------------------*/
@media (min-width: 769px) {
  .news__container {
    padding: 80px 0 160px;
  }
}
@media (max-width: 768px) {
  .news__container {
    padding: 50px 0;
  }
}
@media (min-width: 769px) {
  .news__container .cmn--h2 {
    margin: 0 auto 50px;
  }
}
@media (max-width: 768px) {
  .news__container .cmn--h2 {
    margin: 0 auto 30px;
  }
}
.news__container .cmn--btn {
  margin: auto;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  .news__list {
    max-width: 71.4285714286vw;
    margin: 0 auto 55px;
  }
}
@media (max-width: 768px) {
  .news__list {
    width: 100%;
    padding: 0 18px;
    margin: 0 auto 30px;
  }
}
.news__list > li {
  width: 100%;
}
.news__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 769px) {
  .news__list > li > a {
    border-top: 1px solid #666058;
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .news__list > li > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #666058;
    padding: 30px 0;
  }
}
.news__list > li > a .news--date {
  color: #9EACBC;
}
@media (min-width: 769px) {
  .news__list > li > a .news--date {
    width: 8.9285714286vw;
    font-weight: 500;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .news__list > li > a .news--date {
    width: 100%;
    font-weight: 700;
    font-size: 12px;
  }
}
.news__list > li > a .news--info {
  color: #666058;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .news__list > li > a .news--info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
    padding-right: 65px;
  }
}
@media (max-width: 768px) {
  .news__list > li > a .news--info {
    width: 100%;
    font-size: 14px;
    padding-right: 80px;
  }
}
.news__list > li > a .news--info.icon--pdf {
  position: relative;
}
.news__list > li > a .news--info.icon--pdf::after {
  content: "";
  width: 22px;
  height: 26px;
  background: url(../../assets/images/common/icon_pdf.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .news__list > li > a .news--info.icon--pdf::after {
    right: 1%;
  }
}
@media (max-width: 768px) {
  .news__list > li > a .news--info.icon--pdf::after {
    right: 24px;
  }
}
.news__list > li > a .news--info.icon--arr {
  position: relative;
}
.news__list > li > a .news--info.icon--arr::after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #666058;
  border-bottom: 2px solid #666058;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .news__list > li > a .news--info.icon--arr::after {
    right: 1.6%;
  }
}
@media (max-width: 768px) {
  .news__list > li > a .news--info.icon--arr::after {
    right: 32px;
  }
}
.news__list > li > a .news--info.icon--blank {
  position: relative;
}
.news__list > li > a .news--info.icon--blank::after {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../../assets/images/common/icon_blank.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .news__list > li > a .news--info.icon--blank::after {
    right: 1%;
  }
}
@media (max-width: 768px) {
  .news__list > li > a .news--info.icon--blank::after {
    right: 24px;
  }
}
@media (min-width: 769px) {
  .news__list > li:last-child > a {
    border-bottom: 1px solid #666058;
  }
}

.bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  .bnr__list {
    width: 806px;
    gap: 22px 18px;
    margin: 80px auto 0;
  }
}
@media (max-width: 768px) {
  .bnr__list {
    width: 100%;
    gap: 10px;
    padding: 0 18px;
    margin: 50px auto 0;
  }
}
.bnr__list > li {
  border: 1px solid #cccccc;
}
@media (min-width: 769px) {
  .bnr__list > li {
    width: calc(50% - 9px);
  }
}
@media (max-width: 768px) {
  .bnr__list > li {
    width: 100%;
  }
}

/* =========================================================
splash 
========================================================= */
.splash {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .splash {
    background: #fff;
  }
}
.splash .splash__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.splash .splash__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.splash .splash__cnt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .splash .splash__cnt {
    width: 560px;
    height: 290px;
  }
}
@media (max-width: 768px) {
  .splash .splash__cnt {
    width: 100%;
    height: 267px;
  }
}
.splash .splash__cnt .logo {
  width: 100%;
  margin: 0 auto 58px;
}
@media (min-width: 769px) {
  .splash .splash__cnt .logo {
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .splash .splash__cnt .logo {
    width: 235px;
  }
}
.splash .splash__cnt .loading {
  width: 100%;
  max-width: 136px;
  margin: auto;
}
.splash .splash__mv--bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #F0ECDD;
}
.splash .splash__mv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.splash .splash__img {
  min-width: 720px;
}

/* =========================================================
animation
========================================================= */
@-webkit-keyframes logo {
  0% {
    opacity: 0;
    background: #fff;
  }
  50% {
    opacity: 1;
    background: #fff;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes logo {
  0% {
    opacity: 0;
    background: #fff;
  }
  50% {
    opacity: 1;
    background: #fff;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes fadein {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes splashimg {
  0% {
    width: 300%;
    -webkit-transform: translateX(-65%);
            transform: translateX(-65%);
  }
  50% {
    opacity: 1;
    width: 300%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    width: 720px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes splashimg {
  0% {
    width: 300%;
    -webkit-transform: translateX(-65%);
            transform: translateX(-65%);
  }
  50% {
    opacity: 1;
    width: 300%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    width: 720px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes splashposition {
  0% {
    top: 0;
  }
  50% {
    top: 0;
  }
  100% {
    top: 62px;
  }
}
@keyframes splashposition {
  0% {
    top: 0;
  }
  50% {
    top: 0;
  }
  100% {
    top: 62px;
  }
}
.splash__bg {
  -webkit-animation: logo 3s linear forwards;
          animation: logo 3s linear forwards;
}

.splash__mv--bg {
  opacity: 0;
  -webkit-animation: fadein 0.5s linear forwards;
          animation: fadein 0.5s linear forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.splash__mv {
  -webkit-animation: splashposition 6s linear forwards;
          animation: splashposition 6s linear forwards;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.splash__img {
  width: 300%;
  -webkit-transform: translateX(-65%);
          transform: translateX(-65%);
  -webkit-animation: splashimg 6s linear forwards;
          animation: splashimg 6s linear forwards;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

@-webkit-keyframes slideAnimation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideAnimation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wrapper {
  opacity: 0;
}

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

@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-show .wrapper {
  -webkit-animation: opa 0.8s linear forwards;
          animation: opa 0.8s linear forwards;
}

.flex-cont {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
    align-items: center;
}
@media (max-width: 768px) {
  .flex-cont {
    display: block;
  }
}

.more__link {
  border: 1px solid #666058;
  border-radius: 80px;
  /*background: #fff;*/
  color: #666058;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 769px) {
  .more__link {
    width: 284px;
    height: 70px;
    /*margin: 80px auto 0;*/
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .more__link {
    width: 200px;
    height: 50px;
    margin: 20px auto 0;
    font-size: 16px;
  }
}
.more__link:hover {
  background: #666058;
  color: #fff;
}
.more__link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
