@charset "UTF-8";
.dispPC {
  display: block;
}
@media screen and (max-width: 840px) {
  .dispPC {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dispPC {
    display: none;
  }
}

.dispSP {
  display: none;
}
@media screen and (max-width: 840px) {
  .dispSP {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dispSP {
    display: block;
  }
}

.dispOffLTB {
  display: block;
}
@media screen and (max-width: 960px) {
  .dispOffLTB {
    display: none;
  }
}

.dispTB {
  display: none;
}
@media screen and (max-width: 840px) {
  .dispTB {
    display: block;
  }
}

/* ------------------------
html body基本設定
------------------------*/
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}

body {
  position: relative;
  font-family: "Noto Sans CJK jp", sans-serif;
  line-height: 1.6em;
  font-weight: 400;
  color: #2b2b4f;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  word-break: normal;
  hanging-punctuation: last allow-end;
  min-height: 100vh;
  max-width: 100vw;
  width: 100vw;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  min-height: -webkit-fill-available;
  opacity: 1;
  transition: opacity 1.5s ease;
  overflow-x: hidden;
}

.container_ly {
  max-width: 1100px;
  margin: 0 auto;
}

.inner_ly {
  max-width: 960px;
  margin: 0 auto;
}

.section_ttl_Block_ly {
  background-image: url("../../../gamepc/and-galleria-vspofes2025/images/dot_ttl_bg.svg");
  background-repeat: repeat;
}

.section-ttl_inner_ly {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .section-ttl_inner_ly {
    padding-top: 70px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  .section-ttl_inner_ly {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .section-ttl_inner_ly {
    padding-top: 26px;
    padding-bottom: 16px;
  }
}

.content_Block_ly {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../gamepc/and-galleria-vspofes2025/images/dot_contents_bg.svg");
  background-repeat: repeat;
  background-size: auto;
  background-position: 0 0;
  background-color: #7266cf;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .content_Block_ly {
    padding: 120px 3%;
  }
}
@media screen and (max-width: 767px) {
  .content_Block_ly {
    padding: 60px 3%;
  }
}
@media screen and (max-width: 420px) {
  .content_Block_ly {
    padding: 30px 3%;
  }
}
@media screen and (max-width: 767px) {
  .content_Block_ly.ajustPad_SP {
    padding: 30px 6%;
  }
}

.recomendColor {
  background-color: #ff6fa3;
}

.content_OutLine {
  border: 2px solid #ffffff;
  border-radius: 50px 0 50px 0;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content_OutLine {
    padding: 15px;
    border-radius: 30px 0 30px 0;
  }
}
@media screen and (max-width: 420px) {
  .content_OutLine {
    padding: 10px;
    border-radius: 20px 0 20px 0;
  }
}

.HAIKEI-icon {
  position: absolute;
  right: -20%;
  bottom: -3%;
  max-width: 35%;
}
.HAIKEI-icon img {
  width: 100%;
}

.content_bg {
  background-color: #ffffff;
  border-radius: 40px 0 40px 0;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.content_bg.cp-end::before {
  content: "本キャンペーンは終了しました";
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-shadow: 2px 3px 3px rgba(184, 106, 185, 0.8);
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: +2;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .content_bg.cp-end::before {
    font-size: 36px;
  }
}
.content_bg.cp-end::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(114, 102, 207, 0.8);
  position: absolute;
  z-index: +1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .content_bg {
    padding-bottom: 30px;
    border-radius: 20px 0 20px 0;
  }
}
@media screen and (max-width: 420px) {
  .content_bg {
    border-radius: 15px 0 15px 0;
  }
}

.TOUMEI-icon_content img {
  width: 100%;
}
.TOUMEI-icon_content.cpLT {
  max-width: 25%;
  position: absolute;
  top: 0;
  left: -3%;
}
.TOUMEI-icon_content.fesLT {
  width: 30%;
  position: absolute;
  top: 1%;
  left: 1%;
}
.TOUMEI-icon_content.fesLB {
  width: 30%;
  position: absolute;
  bottom: 1%;
  left: -1%;
}
.TOUMEI-icon_content.fesRB {
  width: 18%;
  position: absolute;
  bottom: 33%;
  right: 15%;
  transform: rotate(30deg);
}

.pt40 {
  padding-top: 40px;
}

.pt120_80_30 {
  padding-top: 120px;
}
@media screen and (max-width: 840px) {
  .pt120_80_30 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pt120_80_30 {
    padding-top: 30px;
  }
}

.TOUMEI-icon_ttl {
  max-width: 30%;
  position: absolute;
  top: 0;
  left: 0;
}
.TOUMEI-icon_ttl img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .TOUMEI-icon_ttl {
    top: 10%;
    left: 0;
  }
}
@media screen and (max-width: 420px) {
  .TOUMEI-icon_ttl {
    top: 10px;
    left: 0;
  }
}

.section-ttl_wrap {
  display: inline-block;
  background: linear-gradient(90deg, #ff6fa3, #b86ab9 50%, #7266cf);
  background: -webkit-linear-gradient(0deg, #ff6fa3, #b86ab9 50%, #7266cf);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-ttl_wrap img {
  display: flex;
  align-items: center;
}
.section-ttl_wrap h2 {
  font-size: 5rem;
  font-weight: 900;
  font-family: "noto-sans-cjk-jp", sans-serif;
  display: inline-block;
  margin: 0;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: 10px 10px 0px rgba(114, 102, 207, 0.1);
}
.section-ttl_wrap h2.adjustSize_PC {
  font-size: 4.375rem;
}
@media screen and (max-width: 960px) {
  .section-ttl_wrap h2.adjustSize_PC {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ttl_wrap h2.adjustSize_PC {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 520px) {
  .section-ttl_wrap h2.adjustSize_PC {
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .section-ttl_wrap h2.adjustSize_PC {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 365px) {
  .section-ttl_wrap h2.adjustSize_PC {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 351px) {
  .section-ttl_wrap h2.adjustSize_PC {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .section-ttl_wrap h2 {
    font-size: 3.5rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .section-ttl_wrap h2 {
    font-size: 1.875rem;
    margin-bottom: 10px;
    text-shadow: 3px 3px 0px rgba(114, 102, 207, 0.1);
  }
}
.section-ttl_wrap .ttl-ja {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 30px;
  text-shadow: 10px 10px 0px rgba(114, 102, 207, 0.1);
}
@media screen and (max-width: 420px) {
  .section-ttl_wrap .ttl-ja {
    font-size: 1rem;
    margin-bottom: 10px;
    text-shadow: 3px 3px 0px rgba(114, 102, 207, 0.1);
  }
}
.section-ttl_wrap .triangle {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 17px solid #aa68be;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 0;
  position: relative;
}
@media screen and (max-width: 420px) {
  .section-ttl_wrap .triangle {
    border-top: 15px solid #aa68be;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0;
  }
  .section-ttl_wrap .triangle::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid rgba(170, 104, 190, 0.1);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0;
    position: absolute;
    top: -4px;
  }
}
.section-ttl_wrap .triangle::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 17px solid rgba(170, 104, 190, 0.1);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 0;
  position: absolute;
  top: -8px;
}

#mainvisual {
  padding: 30px 0;
  background: url("../../../gamepc/and-galleria-vspofes2025/images/dot_mv_bg.svg"), linear-gradient(110deg, #ff6fa3 0%, #ff6fa3 50%, rgb(114, 102, 207) 50%, rgb(114, 102, 207) 100%);
  background-repeat: repeat, no-repeat;
}
#mainvisual .add-padding_MV {
  padding: 0 2.5%;
}
#mainvisual .mv_container_ly {
  max-width: 1375px;
  margin: 0 auto;
  position: relative;
  position: relative;
}
#mainvisual .mv_container_ly .copyright {
  font-size: 0.8dvw;
  line-height: 1em;
  color: #ffffff;
  position: absolute;
  bottom: -1%;
  left: -1.5%;
}
@media screen and (max-width: 767px) {
  #mainvisual .mv_container_ly .copyright {
    font-size: 0.4375rem;
    left: 1.5%;
  }
}
#mainvisual .mv_container_ly img {
  width: 100%;
}
#mainvisual .logo_vspo {
  max-width: 15%;
  position: absolute;
  top: 6%;
  left: 3%;
}
#mainvisual .logo_vspo img {
  width: 100%;
}
#mainvisual .logo_galleria {
  max-width: 17%;
  position: absolute;
  top: 6%;
  right: 4%;
}
#mainvisual .logo_galleria img {
  width: 100%;
}

.collabo-campain-logo_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.collabo-campain-logo_wrap .collabo-LOGO_V {
  max-width: 215px;
}
@media screen and (max-width: 767px) {
  .collabo-campain-logo_wrap .collabo-LOGO_V {
    max-width: 150px;
  }
}
@media screen and (max-width: 420px) {
  .collabo-campain-logo_wrap .collabo-LOGO_V {
    max-width: 84px;
  }
}
.collabo-campain-logo_wrap .collabo-LOGO_V img {
  width: 100%;
}
.collabo-campain-logo_wrap .collabo-LOGO_G {
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  .collabo-campain-logo_wrap .collabo-LOGO_G {
    max-width: 190px;
  }
}
@media screen and (max-width: 420px) {
  .collabo-campain-logo_wrap .collabo-LOGO_G {
    max-width: 108px;
  }
}
.collabo-campain-logo_wrap .collabo-LOGO_G img {
  width: 100%;
}
.mr2vw {
  margin-left: 2vw;
}
.collabo-campain-logo_wrap.mv-position {
  width: 60%;
  position: absolute;
  top: 3%;
  left: 20%;
}
.collabo-campain-logo_wrap.mv-position .collabo-LOGO_V {
  width: 43%;
}
.collabo-campain-logo_wrap.mv-position .collabo-LOGO_G {
  width: 57%;
}

#campaign .collabo-campain-ttl {
  max-width: 492px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
#campaign .collabo-campain-ttl img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #campaign .collabo-campain-ttl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #campaign .addPadding {
    padding: 0 6%;
  }
}
#campaign .campaign-contents_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#campaign .campaign-contents_wrap:nth-last-of-type(1) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #campaign .campaign-contents_wrap:nth-last-of-type(1) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #campaign .campaign-contents_wrap.reverse_SP {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  #campaign .campaign-contents_wrap {
    flex-direction: column;
  }
}
#campaign .campaign-contents_wrap .campaign-presentIMG {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #campaign .campaign-contents_wrap .campaign-presentIMG {
    width: 100%;
  }
}
#campaign .campaign-contents_wrap .campaign-presentIMG img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #campaign .campaign-contents_wrap .addMB_30_SP {
    margin-bottom: 30px;
  }
}
#campaign .campaign-contents_wrap .campaign-summary {
  width: 49%;
  align-self: flex-start;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #campaign .campaign-contents_wrap .campaign-summary {
    width: 100%;
    text-align: center;
  }
}
#campaign .campaign-contents_wrap .campaign-summary h4 {
  border-radius: 20px 0 20px 0;
  padding: 10px 0;
  text-align: center;
  background-color: #2b2b4f;
  color: #ffffff;
  font-size: 2.1875rem;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  #campaign .campaign-contents_wrap .campaign-summary h4 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  #campaign .campaign-contents_wrap .campaign-summary h4 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  #campaign .campaign-contents_wrap .campaign-summary h4 {
    font-size: 1.25rem;
    border-radius: 10px 0 10px 0;
  }
}
#campaign .campaign-contents_wrap .campaign-summary h5 {
  /* font-size: 2.0625rem; */
  font-size: 1.875rem;
  font-weight: 900;
  color: #2b2b4f;
  line-height: 1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  #campaign .campaign-contents_wrap .campaign-summary h5 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 960px) {
  #campaign .campaign-contents_wrap .campaign-summary h5 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 840px) {
  #campaign .campaign-contents_wrap .campaign-summary h5 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  #campaign .campaign-contents_wrap .campaign-summary h5 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 351px) {
  #campaign .campaign-contents_wrap .campaign-summary h5 {
    font-size: 1rem;
  }
}
#campaign .campaign-contents_wrap .campaign-summary .campaign-copy {
  text-align: start;
}
@media screen and (max-width: 767px) {
  #campaign .campaign-contents_wrap .campaign-summary .campaign-copy {
    text-align: center;
  }
}
#campaign .campaign-contents_wrap .campaign-summary .marker {
  font-size: 2.8125rem;
  font-weight: 900;
  color: #2b2b4f;
  line-height: 1.15em;
  background: linear-gradient(transparent 65%, #fff08e 65%);
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  #campaign .campaign-contents_wrap .campaign-summary .marker {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 960px) {
  #campaign .campaign-contents_wrap .campaign-summary .marker {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 840px) {
  #campaign .campaign-contents_wrap .campaign-summary .marker {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #campaign .campaign-contents_wrap .campaign-summary .marker {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  #campaign .campaign-contents_wrap .campaign-summary .marker {
    font-size: 1.875rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 351px) {
  #campaign .campaign-contents_wrap .campaign-summary .marker {
    font-size: 1.6875rem;
  }
}
#campaign .campaign-contents_wrap .campaign-summary .note_Wrap {
  margin: 0 auto;
}
#campaign .campaign-contents_wrap .campaign-summary .note {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
@media screen and (max-width: 365px) {
  #campaign .campaign-contents_wrap .campaign-summary .note {
    font-size: 0.6875rem;
  }
}
#campaign .campaign-contents_wrap .campaign-summary ul {
  margin-bottom: 20px;
  display: inline-block;
  list-style: disc inside;
}
#campaign .campaign-contents_wrap .campaign-summary ul li {
  font-size: 1.625rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.5em;
}
#campaign .campaign-contents_wrap .campaign-summary ul li .tume {
  margin-left: -0.5em;
}
@media screen and (max-width: 1100px) {
  #campaign .campaign-contents_wrap .campaign-summary ul li {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #campaign .campaign-contents_wrap .campaign-summary ul li {
    font-size: 1.125rem;
    text-align: left;
  }
}
#campaign .campaign-contents_wrap .campaign-summary .campaign-time {
  font-size: 1.625rem;
  display: inline-block;
  font-weight: 500;
  text-align: left;
  line-height: 1.5em;
}
@media screen and (max-width: 1100px) {
  #campaign .campaign-contents_wrap .campaign-summary .campaign-time {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #campaign .campaign-contents_wrap .campaign-summary .campaign-time {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  #campaign .campaign-contents_wrap .campaign-summary .campaign-time {
    font-size: 1rem;
  }
}
@media screen and (max-width: 365px) {
  #campaign .campaign-contents_wrap .campaign-summary .campaign-time {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 351px) {
  #campaign .campaign-contents_wrap .campaign-summary .campaign-time {
    font-size: 0.84375rem;
  }
}
#campaign .present_caption {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  #campaign .present_caption {
    text-align: center;
  }
}

#recommended .reccomend_card_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recommended .reccomend_card_wrap {
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 30px;
  }
}
#recommended .reccomend_card_wrap .HAIKEI-icon_Card {
  position: absolute;
  right: -20%;
  bottom: -30%;
  max-width: 35%;
}
#recommended .reccomend_card_wrap .HAIKEI-icon_Card img {
  width: 100%;
}
#recommended .reccomend_card_wrap .reccomend_card {
  background-color: #ffffff;
  border-radius: 30px 0 30px 0;
  max-width: 30%;
  padding: 60px 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 840px) {
  #recommended .reccomend_card_wrap .reccomend_card {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  #recommended .reccomend_card_wrap .reccomend_card {
    max-width: 100%;
    padding: 40px 15%;
  }
}
@media screen and (max-width: 420px) {
  #recommended .reccomend_card_wrap .reccomend_card {
    padding: 30px 15%;
    border-radius: 20px 0 20px 0;
  }
}
#recommended .reccomend_card_wrap .reccomend_card .productIMG {
  max-width: 100%;
  margin-bottom: 20px;
}
#recommended .reccomend_card_wrap .reccomend_card .productIMG img {
  width: 100%;
}
@media screen and (max-width: 420px) {
  #recommended .reccomend_card_wrap .reccomend_card .productIMG {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#recommended .reccomend_card_wrap .reccomend_card .name {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 420px) {
  #recommended .reccomend_card_wrap .reccomend_card .name {
    font-size: 1.25rem;
  }
}
#recommended .reccomend_card_wrap .reccomend_card .band {
  transform: skewX(-30deg);
  margin: 0 auto;
  background-color: #ff6fa3;
  width: 55px;
  height: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  #recommended .reccomend_card_wrap .reccomend_card .band {
    width: 34px;
    height: 6px;
  }
}
#recommended .reccomend_card_wrap .reccomend_card .spec-list {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
#recommended .reccomend_card_wrap .reccomend_card .model_price {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
#recommended .reccomend_card_wrap .reccomend_card .model_price .tax {
  font-size: 1.25rem;
}
#recommended .reccomend_card_wrap .reccomend_card .model_link {
  color: #fff;
  font-size: 1rem;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1em;
  background-color: #7266cf;
  display: block;
  padding: 20px 0;
  margin-top: 20px;
  border-radius: 60px;
  box-shadow: 5px 5px 0px rgba(114, 102, 207, 0.3);
  transition: 0.5s;
}
#recommended .reccomend_card_wrap .reccomend_card .model_link:hover {
  opacity: 0.6;
  box-shadow: none;
  transform: translateY(5px);
  transition: 0.5s;
}
#recommended .reccomend_card_wrap .reccomend_card .model_link::before {
  content: "";
  width: 24px;
  height: 20px;
  background-image: url(../../../gamepc/and-galleria-vspofes2025/images/Link-btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}
.Link-btn {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1em;
  background-color: #7266cf;
  border-radius: 60px;
  box-shadow: 5px 5px 0px rgba(114, 102, 207, 0.3);
  transition: 0.5s;
}
.Link-btn.adjust_btn {
  background-color: #ff6fa3;
  max-width: 360px;
  margin: 0 auto;
}
.Link-btn.adjust_btn a {
  font-size: 1.875rem;
}
.Link-btn:hover {
  box-shadow: none;
  transform: translateY(5px);
  transition: 0.5s;
}
.Link-btn span {
  position: relative;
}
.Link-btn span a {
  transition: 0.3s;
}
.Link-btn span a:before {
  content: "";
  width: 34px;
  height: 30px;
  background-image: url("../../../gamepc/and-galleria-vspofes2025/images/Link-btn-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
}
@media screen and (max-width: 767px) {
  .Link-btn span a:before {
    width: 30px;
    height: 27px;
  }
}
@media screen and (max-width: 351px) {
  .Link-btn span a:before {
    right: 12px;
    width: 27px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.Link-btn span a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.Link-btn span a:hover:before {
  transition: 0.5s;
  transform: translateX(10px);
}
.Link-btn a {
  display: block;
  padding: 20px 0;
  color: #ffffff;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1em;
}
@media screen and (max-width: 840px) {
  .Link-btn a {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .Link-btn a {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 420px) {
  .Link-btn a {
    font-size: 1.25rem;
    padding: 8px 0;
  }
}
@media screen and (max-width: 365px) {
  .Link-btn a {
    font-size: 1.125rem;
    padding: 8px 0;
  }
}

#fes .vspofes-Logo {
  margin: 0 auto;
  margin-top: 110px;
  margin-bottom: 110px;
}
#fes .vspofes-Logo img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #fes .vspofes-Logo {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #fes .vspofes-Logo {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 420px) {
  #fes .vspofes-Logo {
    width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#fes .fes-copy_main {
  font-size: 3.125rem;
  font-size: 2.8125rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5em;
}
#fes .fes-copy_main:nth-of-type(2) {
  margin-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  #fes .fes-copy_main {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 960px) {
  #fes .fes-copy_main {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 840px) {
  #fes .fes-copy_main {
    font-size: 2.1875rem;
  }
  #fes .fes-copy_main:nth-of-type(2) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #fes .fes-copy_main {
    font-size: 1.5rem;
  }
  #fes .fes-copy_main:nth-of-type(2) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 420px) {
  #fes .fes-copy_main {
    font-size: 1.25rem;
  }
  #fes .fes-copy_main:nth-of-type(2) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 378px) {
  #fes .fes-copy_main {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 351px) {
  #fes .fes-copy_main {
    font-size: 1.0625rem;
  }
}
#fes .fes-copy_sub {
  font-size: 2.125rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 60px;
}
@media screen and (max-width: 840px) {
  #fes .fes-copy_sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #fes .fes-copy_sub {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  #fes .fes-copy_sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 365px) {
  #fes .fes-copy_sub {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 351px) {
  #fes .fes-copy_sub {
    font-size: 0.8125rem;
  }
}

.c-footer {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 60px 6%;
  }
}
@media screen and (max-width: 420px) {
  .c-footer {
    padding: 30px 5%;
  }
}
.c-footer h2 {
  font-size: 3.375rem;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
  margin-bottom: 60px;
}
.c-footer h2 span {
  display: block;
  font-size: 1rem;
  line-height: 1em;
  padding-top: 12px;
}
@media screen and (max-width: 420px) {
  .c-footer h2 {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
.c-footer .vspo_Logo_footer {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.c-footer .vspo_Logo_footer img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-footer .vspo_Logo_footer {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 420px) {
  .c-footer .vspo_Logo_footer {
    max-width: 275px;
    margin-bottom: 30px;
  }
}
.c-footer .copyright_Wrap {
  display: block;
  text-align: center;
  line-height: 1.75em;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .c-footer .copyright_Wrap {
    text-align: start;
    font-size: 0.75rem;
  }
}
.c-footer .copyright_Wrap .copyright-text {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.fadein-before {
  opacity: 0;
  transition: all 400ms;
}

.fadein-after {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1000ms;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */
.animate {
  opacity: 0;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@media screen and (max-width: 767px) {
  .animate {
    opacity: 0;
  }
  .animate.animated {
    opacity: 1;
  }
}
.logo_vspo a,
.logo_galleria a,
.vspo_Logo_footer a {
  transition: 0.4s;
}
.logo_vspo a:hover,
.logo_galleria a:hover,
.vspo_Logo_footer a:hover {
  opacity: 0.6;
}

.Link-btn.adjust_btn {
  max-width: 85%;
}
@media screen and (max-width: 767px) {
  .Link-btn.adjust_btn a {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */