@charset "UTF-8";
/*===============================================
 responsive setting
===============================================*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*===============================================
 responsive element
===============================================*/
.res-pc {
  display: inline !important;
}
@media only screen and (max-width: 767px) {
  .res-pc {
    display: none !important;
  }
}

.res-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .res-sp {
    display: inline !important;
  }
}

.res-pc-block {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .res-pc-block {
    display: none !important;
  }
}

.res-sp-block {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .res-sp-block {
    display: block !important;
  }
}

.inline-block {
  display: inline-block;
}

img {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #2c2842;
  background: url(../img/common/bg_sp.png) no-repeat center top;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  body {
    background: url(../img/common/bg_pc.png) no-repeat center top;
    background-size: 100% auto;
  }
}

html {
  font-size: 75%;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.btn-pink-arrow a {
  display: block;
  width: 70.6666666667vw;
  height: 14.6666666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #f28384;
  background: #fff;
  border-radius: 2vw;
  text-decoration: none;
  font-size: 4vw;
  font-weight: bold;
  color: #2c2842;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .btn-pink-arrow a {
    border: none;
    width: auto;
    height: auto;
    text-align: right;
    font-size: 1.6rem;
    background: none;
    margin-left: auto;
  }
}
.btn-pink-arrow a::after {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: url(../img/common/icon_circle_arrow_pink_right.png);
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .btn-pink-arrow a::after {
    width: 25px;
    height: 25px;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    margin-left: 22px;
  }
}

.btn_blue_blank a {
  display: block;
  width: 59.4666666667vw;
  height: 10.6666666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #00a8c5;
  background: #ffffff;
  border-radius: 1.3333333333vw;
  text-decoration: none;
  font-size: 3.2vw;
  font-weight: bold;
  color: #00a8c5;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .btn_blue_blank a {
    width: 200px;
    height: 40px;
    border-radius: 5px;
    font-size: 1.2rem;
  }
}
.btn_blue_blank a::after {
  content: "";
  width: 4vw;
  height: 2.9333333333vw;
  background: url(../img/common/icon_window.png);
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2.1333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .btn_blue_blank a::after {
    width: 10px;
    height: 8px;
    right: 10px;
  }
}

.btn_back_top {
  width: 84vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .btn_back_top {
    width: 300px;
  }
}
.btn_back_top a {
  width: 84vw;
  height: 14.6666666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4vw;
  color: #2c2842;
  border: 2px solid #2c2842;
  border-radius: 7.3333333333vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .btn_back_top a {
    width: 300px;
    height: 50px;
    font-size: 1.6rem;
    border-radius: 25px;
  }
}
.btn_back_top a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: url(/asset/img/common/icon_circle_arrow_deep_prev.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 5.3333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .btn_back_top a::before {
    width: 13px;
    height: 13px;
    left: 20px;
  }
}

.ticket-btn-box {
  display: block;
  width: 59.7333333333vw;
  height: 16vw;
  padding: 1.3333333333vw;
  border-radius: 2vw;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(149, 247, 149, 0.75)), to(rgba(248, 239, 100, 0.75)));
  background: -webkit-linear-gradient(left, rgba(149, 247, 149, 0.75), rgba(248, 239, 100, 0.75));
  background: linear-gradient(to right, rgba(149, 247, 149, 0.75), rgba(248, 239, 100, 0.75));
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .ticket-btn-box {
    width: 305px;
    height: 107px;
    padding: 10px;
    border-radius: 10px;
  }
}
.ticket-btn-box a {
  color: #2c2842;
  text-decoration: none;
  width: 57.0666666667vw;
  height: 13.3333333333vw;
  border-radius: 2vw;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(149, 247, 149)), to(rgb(248, 239, 100)));
  background: -webkit-linear-gradient(left, rgb(149, 247, 149), rgb(248, 239, 100));
  background: linear-gradient(to right, rgb(149, 247, 149), rgb(248, 239, 100));
  font-size: 4vw;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .ticket-btn-box a {
    width: auto;
    height: 87px;
    border-radius: 5px;
    font-size: 2rem;
  }
}
.ticket-btn-box a::before {
  display: block;
  content: "";
  width: 8.8vw;
  height: 7.4666666667vw;
  background: url(../img/common/icon_ticket_s.png) no-repeat center center;
  background-size: 100% auto;
  margin-right: 4vw;
}
@media print, screen and (min-width: 768px) {
  .ticket-btn-box a::before {
    width: 52px;
    height: 44px;
    margin-right: 15px;
  }
}
.ticket-btn-box a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 4vw;
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon_circle_arrow_black_right.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .ticket-btn-box a::after {
    width: 12px;
    height: 12px;
    right: 19px;
  }
}
.ticket-btn-box a span {
  margin-right: 1em;
}

.ticket {
  width: 59.7333333333vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .ticket {
    width: 305px;
  }
}
.ticket .ticket-follow {
  width: 59.7333333333vw;
}
@media print, screen and (min-width: 768px) {
  .ticket .ticket-follow {
    width: 305px;
  }
}
.ticket .ticket-follow .btn-close {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .ticket .ticket-follow .btn-close {
    width: 24px;
    height: 24px;
  }
}

.ft-link {
  background: url(/asset/img/common/ft-link_bg_01_s.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .ft-link {
    background: url(/asset/img/common/ft-link_bg_01.png) no-repeat center center;
    background-size: cover;
  }
}
.ft-link .ft-link-inner {
  padding: 13.3333333333vw 0;
}
@media print, screen and (min-width: 768px) {
  .ft-link .ft-link-inner {
    padding: 70px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-link .ft-link-inner .btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 71.328125vw;
    max-width: 913px;
    margin: 0 auto;
    gap: 20px 20px;
  }
}
.ft-link .ft-link-inner .btn-box .btn {
  display: block;
  width: 92vw;
  height: 25.3333333333vw;
  padding: 1.3333333333vw;
  border-radius: 2vw;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(149, 247, 149, 0.75)), to(rgba(248, 239, 100, 0.75)));
  background: -webkit-linear-gradient(left, rgba(149, 247, 149, 0.75), rgba(248, 239, 100, 0.75));
  background: linear-gradient(to right, rgba(149, 247, 149, 0.75), rgba(248, 239, 100, 0.75));
  margin: 0 auto 4vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(50% - 15px);
      -ms-flex: 1 1 calc(50% - 15px);
          flex: 1 1 calc(50% - 15px); /* 2列に並べる */
}
@media print, screen and (min-width: 768px) {
  .ft-link .ft-link-inner .btn-box .btn {
    width: 34.84375vw;
    max-width: 446px;
    height: 9.375vw;
    max-height: 120px;
    padding: 10px;
    border-radius: 10px;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-link .ft-link-inner .btn-box .btn:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; /* 横幅いっぱい */
    max-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-link .ft-link-inner .btn-box .btn:first-of-type a {
    width: 100%;
    max-width: 100%;
  }
}
.ft-link .ft-link-inner .btn-box .btn:last-of-type {
  margin-bottom: 0;
}
.ft-link .ft-link-inner .btn-box .btn a {
  color: #2c2842;
  text-decoration: none;
  width: 89.3333333333vw;
  height: 22.6666666667vw;
  border-radius: 1.3333333333vw;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(149, 247, 149)), to(rgb(248, 239, 100)));
  background: -webkit-linear-gradient(left, rgb(149, 247, 149), rgb(248, 239, 100));
  background: linear-gradient(to right, rgb(149, 247, 149), rgb(248, 239, 100));
  font-size: 4vw;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .ft-link .ft-link-inner .btn-box .btn a {
    width: 100%;
    height: 7.8125vw;
    max-height: 100px;
    border-radius: 5px;
    font-size: 2rem;
  }
}
.ft-link .ft-link-inner .btn-box .btn a::after {
  display: block;
  content: "";
  width: 4vw;
  height: 2.9333333333vw;
  background: url(/asset/img/common/icon_window_black.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: 1.3333333333vw;
  bottom: 1.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .ft-link .ft-link-inner .btn-box .btn a::after {
    width: 14px;
    height: 11px;
    right: 10px;
    bottom: 10px;
  }
}
.ft-link .ft-link-inner .btn-box .btn a span span {
  display: block;
  text-align: center;
}
.ft-link .ft-link-inner .btn-box .btn a span span.ft-s {
  font-size: 2.9333333333vw;
}
@media print, screen and (min-width: 768px) {
  .ft-link .ft-link-inner .btn-box .btn a span span.ft-s {
    font-size: 1.8rem;
  }
}
.ft-link .ft-link-inner .btn-box .btn a span span.ft-b {
  font-size: 4.5333333333vw;
}
@media print, screen and (min-width: 768px) {
  .ft-link .ft-link-inner .btn-box .btn a span span.ft-b {
    font-size: 2.2rem;
  }
}
.ft-link .ft-link-inner .btn-box .btn a span span.attention {
  font-size: 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .ft-link .ft-link-inner .btn-box .btn a span span.attention {
    font-size: 1.2rem;
  }
}

header {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  header {
    padding: 20px 0 15px;
    background: rgba(255, 255, 255, 0.75);
  }
}
@media print, screen and (min-width: 768px) {
  header .head-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
header .head-inner h1 {
  width: 61.2vw;
  margin: 0 auto;
  padding: 0.5em 0;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  header .head-inner h1 {
    max-width: 178px;
    width: 13.90625vw;
    padding: 0;
    margin: 0;
  }
}
header .head-inner h1 img {
  width: 100%;
  height: auto;
}
header .head-inner .menu-btn {
  position: fixed;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  width: 12vw;
  z-index: 150;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .menu-btn {
    display: none;
  }
}
header .head-inner .menu-btn .hamburger-menu {
  width: 12vw;
  height: 12vw;
  background: #fff;
  border: none;
  border-radius: 1.3333333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 3.0666666667vw 0;
  cursor: pointer;
}
header .head-inner .menu-btn .hamburger-menu .line {
  display: block;
  width: 6.4vw;
  height: 2px;
  background-color: #00a8c5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
header .head-inner .menu-btn .hamburger-menu.active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
header .head-inner .menu-btn .hamburger-menu.active .line:nth-child(2) {
  opacity: 0;
}
header .head-inner .menu-btn .hamburger-menu.active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
header .head-inner .head-content {
  display: none;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content {
    display: block;
  }
}
header .head-inner .head-content.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: block;
  background-color: #ffffff;
  z-index: 140;
}
header .head-inner .head-content p.title {
  width: 46.1333333333vw;
  margin: 0 auto 4.4vw;
  padding-top: 3.7333333333vw;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content p.title {
    display: none;
  }
}
header .head-inner .head-content .info-side {
  background: url(../img/common/bg_nav_01_s.png) no-repeat center top, url(../img/common/bg_nav_02_s.png) no-repeat center bottom, #fff;
  background-size: 100% auto;
  border-radius: 2vw;
  width: 84vw;
  margin: 0 auto;
  padding: 6.6666666667vw 0 13.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side {
    width: auto;
    border-radius: 0;
    background: none;
    padding: 0;
  }
}
header .head-inner .head-content .info-side nav {
  width: 59.4666666667vw;
  margin: 0 auto 3.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side nav {
    display: block;
    width: auto;
    margin: 0;
  }
}
header .head-inner .head-content .info-side nav ul {
  padding-left: 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side nav ul {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
header .head-inner .head-content .info-side nav ul li {
  line-height: 2.5;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side nav ul li {
    line-height: 1;
    margin-right: 15px;
  }
}
header .head-inner .head-content .info-side nav ul li a {
  position: relative;
  text-decoration: none;
  color: #2c2842;
  font-size: 3.7333333333vw;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side nav ul li a {
    font-size: 1.5rem;
  }
}
header .head-inner .head-content .info-side nav ul li.icon {
  margin-right: 40px;
}
header .head-inner .head-content .info-side nav ul li.icon a {
  font-weight: bold;
  color: #204795;
}
header .head-inner .head-content .info-side nav ul li.icon a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -6.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side nav ul li.icon a::before {
    left: -22px;
  }
}
header .head-inner .head-content .info-side nav ul li.icon.icon01 a::before {
  width: 4vw;
  height: 4.1333333333vw;
  background: url(../img/common/icon_link_hot_s.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side nav ul li.icon.icon01 a::before {
    width: 13px;
    height: 18px;
    background: url(../img/common/icon_link_hot.png) no-repeat center center;
    background-size: 100% auto;
  }
}
header .head-inner .head-content .info-side nav ul li.icon.icon02 a::before {
  width: 4vw;
  height: 3.4666666667vw;
  background: url(../img/common/icon_link_beginner_s.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side nav ul li.icon.icon02 a::before {
    width: 12px;
    height: 16px;
    background: url(../img/common/icon_link_beginner.png) no-repeat center center;
    background-size: 100% auto;
  }
}
header .head-inner .head-content .info-side nav ul li.icon.icon03 {
  margin-right: 15px;
}
header .head-inner .head-content .info-side nav ul li.icon.icon03 a::before {
  width: 4vw;
  height: 3.8666666667vw;
  background: url(../img/common/icon_link_info_s.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side nav ul li.icon.icon03 a::before {
    width: 19px;
    height: 19px;
    background: url(../img/common/icon_link_info.png) no-repeat center center;
    background-size: 100% auto;
  }
}
header .head-inner .head-content .info-side .btn-box {
  width: 59.4666666667vw;
  margin: 0 auto 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side .btn-box {
    display: none;
  }
}
header .head-inner .head-content .info-side .btn-box ul li {
  margin-bottom: 2.4vw;
}
header .head-inner .head-content .info-side .btn-box ul li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side .ticket {
    display: none;
  }
}

footer {
  width: 100%;
  padding: 20vw 0 6.6666666667vw;
  position: relative;
  background: url(../img/common/bg_footer_01_s.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  footer {
    padding: 75px 0 30px;
    background: url(../img/common/bg_footer_01.png) no-repeat center center;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side {
    padding-top: 25px;
  }
}
footer .footer-inner .footer-content-upper .logo_side p.logo {
  line-height: 1;
  width: 50.9333333333vw;
  margin: 0 auto 8.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side p.logo {
    max-width: 349px;
    width: 27.265625vw;
    margin: 0 auto 55px;
  }
}
footer .footer-inner .footer-content-upper .logo_side p.logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-content-upper .logo_side .social {
  width: 41.6vw;
  margin: 0 auto 10.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side .social {
    width: 186px;
    margin: 0 auto;
  }
}
footer .footer-inner .footer-content-upper .logo_side .social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-inner .footer-content-upper .logo_side .social ul li img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-content-upper .logo_side .social ul li:nth-of-type(1) {
  width: 7.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side .social ul li:nth-of-type(1) {
    width: 32px;
  }
}
footer .footer-inner .footer-content-upper .logo_side .social ul li:nth-of-type(2) {
  width: 7.0666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side .social ul li:nth-of-type(2) {
    width: 31px;
  }
}
footer .footer-inner .footer-content-upper .logo_side .social ul li:nth-of-type(3) {
  width: 6.5333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side .social ul li:nth-of-type(3) {
    width: 30px;
  }
}
footer .footer-inner .footer-content-upper .logo_side .social ul li:nth-of-type(4) {
  width: 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side .social ul li:nth-of-type(4) {
    width: 30px;
  }
}
footer .footer-inner .footer-content-upper .info-side {
  background: url(../img/common/bg_nav_01_s.png) no-repeat center top, url(../img/common/bg_nav_02_s.png) no-repeat center bottom, #fff;
  background-size: 100% auto;
  border-radius: 2vw;
  width: 84vw;
  margin: 0 auto;
  padding: 13.3333333333vw 0;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side {
    background: url(../img/common/bg_nav_01.png) no-repeat left top, url(../img/common/bg_nav_02.png) no-repeat right top, url(../img/common/bg_nav_03.png) no-repeat left bottom, url(../img/common/bg_nav_04.png) no-repeat right bottom, #fff;
    max-width: 890px;
    height: 364px;
    width: 69.53125vw;
    border-radius: 10px;
    padding: 70px 0;
    margin: 0;
  }
}
footer .footer-inner .footer-content-upper .info-side nav {
  width: 59.4666666667vw;
  margin: 0 auto 3.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0 auto;
    padding-left: 100px;
  }
}
footer .footer-inner .footer-content-upper .info-side nav ul {
  padding-left: 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side nav ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
    margin-bottom: 25px;
  }
}
footer .footer-inner .footer-content-upper .info-side nav ul li {
  line-height: 2.5;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side nav ul li {
    line-height: 3;
  }
}
footer .footer-inner .footer-content-upper .info-side nav ul li a {
  position: relative;
  text-decoration: none;
  color: #2c2842;
  font-size: 3.7333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side nav ul li a {
    font-size: 1.6rem;
  }
}
footer .footer-inner .footer-content-upper .info-side nav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -6.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side nav ul li a::before {
    left: -30px;
  }
}
footer .footer-inner .footer-content-upper .info-side nav ul li.icon a {
  font-weight: bold;
  color: #204795;
}
footer .footer-inner .footer-content-upper .info-side nav ul li.icon.icon01 a::before {
  width: 4vw;
  height: 4.1333333333vw;
  background: url(../img/common/icon_link_hot.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side nav ul li.icon.icon01 a::before {
    width: 13px;
    height: 20px;
  }
}
footer .footer-inner .footer-content-upper .info-side nav ul li.icon.icon02 a::before {
  width: 4vw;
  height: 3.4666666667vw;
  background: url(../img/common/icon_link_beginner.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side nav ul li.icon.icon02 a::before {
    width: 12px;
    height: 20px;
  }
}
footer .footer-inner .footer-content-upper .info-side nav ul li.icon.icon03 a::before {
  width: 4vw;
  height: 3.8666666667vw;
  background: url(../img/common/icon_link_info.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side nav ul li.icon.icon03 a::before {
    width: 18px;
    height: 18px;
  }
}
footer .footer-inner .footer-content-upper .info-side .btn-box {
  width: 59.4666666667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side .btn-box {
    width: 422px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side .btn-box ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .footer-inner .footer-content-upper .info-side .btn-box ul li {
  margin-bottom: 2.4vw;
}
footer .footer-inner .footer-content-upper .info-side .btn-box ul li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side .btn-box ul li {
    margin: 0;
  }
}
footer .footer-inner .footer-content-lower {
  padding: 6.6666666667vw 0 0;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-lower {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 22px 0 0;
  }
}
footer .footer-inner .footer-content-lower p.copyright {
  text-align: center;
  line-height: 1;
  font-size: 2.9333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-lower p.copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.2rem;
  }
}
footer .footer-inner .footer-content-lower ul {
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-lower ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    gap: 0 35px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
footer .footer-inner .footer-content-lower ul li {
  line-height: 2;
  text-align: center;
}
footer .footer-inner .footer-content-lower ul li a {
  text-decoration: none;
  color: #2c2842;
  font-size: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-lower ul li a {
    font-size: 1.2rem;
  }
}
footer .footer-inner p.logo {
  line-height: 1;
  width: 50.9333333333vw;
  margin: 0 auto 11.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner p.logo {
    max-width: 349px;
    width: 27.265625vw;
    margin: 0 auto 55px;
  }
}
footer .footer-inner p.logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner p.pagetop {
  position: absolute;
  top: 5.3333333333vw;
  right: 4vw;
  width: 10.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner p.pagetop {
    top: 20px;
    right: 20px;
    width: 45px;
  }
}
footer .footer-inner p.pagetop img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-content {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1320px) {
  footer .footer-inner .footer-content {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .footer-inner .footer-content nav {
  margin-bottom: 14.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content nav {
    margin-bottom: 110px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer-inner .footer-content nav ul li {
  margin: 0 0 1em 0;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content nav ul li {
    margin-right: clamp(10px, 3.125vw, 40px);
  }
}
footer .footer-inner .footer-content nav ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  font-size: 4.8vw;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content nav ul li a {
    font-size: 20px;
  }
}
footer .footer-inner .footer-content nav ul li.contact a {
  display: block;
  padding: 0.3em 1.5em;
  background: #ae2026;
  border-radius: 100px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 4.8vw;
  width: 46.6666666667vw;
  padding: 0.5em 0;
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content nav ul li.contact a {
    font-size: 20px;
    max-width: 182px;
    width: 14.21875vw;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info {
    text-align: left;
  }
}
@media print, screen and (min-width: 1000px) {
  footer .footer-inner .footer-content .footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
footer .footer-inner .footer-content .footer-info p.copyright {
  font-size: 2.6666666667vw;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info p.copyright {
    font-size: 12px;
  }
}
footer .footer-inner .footer-content .footer-info .footer-info-detail p.name {
  font-size: 4.5333333333vw;
  color: #fff;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info .footer-info-detail p.name {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
}
footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list {
  width: 64vw;
  margin: 0 auto 1em;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list {
    width: 580px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 1em;
  }
}
@media print, screen and (min-width: 1000px) {
  footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list {
    margin: 0;
  }
}
footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl {
    width: 50%;
    gap: 20px 20px;
  }
}
footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dt {
  width: 21.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dt {
    width: 70px;
  }
}
footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dt, footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dd {
  font-size: 3.2vw;
  color: #fff;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dt, footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dd {
    font-size: 14px;
  }
}

.section-head {
  padding: 10.6666666667vw 0 13.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .section-head {
    padding: 110px 0 70px;
  }
}
.section-head .section-head-inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner {
    width: 100%;
    max-width: 1280px;
  }
}
.section-head .section-head-inner h2 {
  font-weight: 500;
  color: #2c2842;
  text-align: center;
  font-size: 5.3333333333vw;
  margin-bottom: 9.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner h2 {
    text-align: left;
    font-size: 5rem;
  }
}
.section-head .section-head-inner h2 span {
  display: block;
  color: #204795;
  font-family: "Barlow", sans-serif;
  font-size: 4vw;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner h2 span {
    font-size: 3rem;
  }
}
.section-head .section-head-inner .sh-breadcrumb {
  background: #fff;
  width: 92vw;
  margin: 0 auto;
  padding: 4.6666666667vw 4vw;
  position: relative;
  z-index: 5;
  border-radius: 1.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner .sh-breadcrumb {
    width: 100%;
    max-width: 1280px;
    padding: 28px 52px;
    border-radius: 5px;
  }
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2vw;
  color: rgba(44, 40, 66, 0.5);
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span {
    font-size: 1.2rem;
  }
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span::after {
  content: "›";
  margin-inline: 0.5rem;
  font-size: 1rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span::after {
    font-size: 1.4rem;
  }
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span.sh-link-home::before {
  content: "";
  background: url(/asset/img/common/icon_breadcrumb_home.png) no-repeat center center;
  background-size: 100% auto;
  width: 3.4666666667vw;
  height: 4vw;
  margin-right: 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span.sh-link-home::before {
    width: 14px;
    height: 16px;
    margin-right: 10px;
    margin-top: 4px;
  }
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span a {
  color: #2c2842;
  position: relative;
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.6666666667vw;
  display: block;
  width: 100%;
  height: 1px;
  background: #2c2842;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span a::after {
    bottom: -3px;
  }
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item:last-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item:last-of-type span::after {
  display: none;
}
.section-head.with-kv {
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .section-head.with-kv {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .section-head.with-kv .section-head-inner .section-head-inner-visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 480px;
    position: relative;
  }
}
.section-head.with-kv .section-head-inner .section-head-inner-visual .text {
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .section-head.with-kv .section-head-inner .section-head-inner-visual .text {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .section-head.with-kv .section-head-inner .section-head-inner-visual .text h2 {
    margin-bottom: 0;
  }
}
.section-head.with-kv .section-head-inner .section-head-inner-visual .text p {
  text-align: center;
  font-size: 3.4666666667vw;
  line-height: 1.9;
}
@media print, screen and (min-width: 768px) {
  .section-head.with-kv .section-head-inner .section-head-inner-visual .text p {
    margin-top: 40px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.section-head.with-kv .section-head-inner .section-head-inner-visual .kv {
  margin-bottom: 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .section-head.with-kv .section-head-inner .section-head-inner-visual .kv {
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top: 15%;
    width: 123.6vw;
    max-width: 927px;
    z-index: 6;
  }
}

.anim-fade {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.anim-fade.anim-on {
  opacity: 1;
}

.anim-fadeSlideUp {
  opacity: 0;
  -webkit-transform: translateY(5vh);
          transform: translateY(5vh);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.anim-fadeSlideUp.anim-on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.anim-fadeSlideLeft {
  opacity: 0;
  -webkit-transform: translateX(-5vh);
          transform: translateX(-5vh);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.anim-fadeSlideLeft.anim-on {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.anim-fadeSlideRight {
  opacity: 0;
  -webkit-transform: translateX(5vh);
          transform: translateX(5vh);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.anim-fadeSlideRight.anim-on {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes transform {
  0% {
    -webkit-transform: translateY(5vh);
            transform: translateY(5vh);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes transform {
  0% {
    -webkit-transform: translateY(5vh);
            transform: translateY(5vh);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ripple {
  position: fixed;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
}

.ripple1 {
  background-image: -webkit-radial-gradient(circle, rgb(244, 248, 170) 0%, rgba(255, 100, 100, 0) 80%);
  background-image: radial-gradient(circle, rgb(244, 248, 170) 0%, rgba(255, 100, 100, 0) 80%);
}

.ripple2 {
  background-image: -webkit-radial-gradient(circle, rgba(0, 150, 255, 0.6) 0%, rgba(0, 150, 255, 0) 80%);
  background-image: radial-gradient(circle, rgba(0, 150, 255, 0.6) 0%, rgba(0, 150, 255, 0) 80%);
}

.ripple1, .ripple2 {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.animate {
  -webkit-animation: expand 0.8s ease-out forwards;
          animation: expand 0.8s ease-out forwards;
}

.animate2 {
  -webkit-animation: expand2 1s ease-out forwards;
          animation: expand2 1s ease-out forwards;
}

@-webkit-keyframes expand {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 3000px;
    height: 3000px;
    opacity: 0.4;
  }
}

@keyframes expand {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 3000px;
    height: 3000px;
    opacity: 0.4;
  }
}
@-webkit-keyframes expand2 {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 4000px;
    height: 4000px;
    opacity: 1;
  }
}
@keyframes expand2 {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 4000px;
    height: 4000px;
    opacity: 1;
  }
}