@charset "UTF-8";
/* reset */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
p{
  margin: 0;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/* style */
html {
  font-size: 62.5%;
}

.st-Footer {
  font-family: "Urbanist", Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "ＭＳ ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  color: #283253;
  position: relative;
}
@media print, screen and (min-width: 769px) and (max-width: 1300px) {
  .st-Footer {
    overflow-x: scroll;
    min-width: 1300px;
  }
}
.st-Footer .w100 img {
  width: 100%;
  height: auto;
}
.st-Footer_Menu {
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Menu {
    border-top: 1px solid #283253;
    padding: 40px 0;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Menu {
    padding: 10.4166666667vw 0;
    border-top: 0.2604166667vw solid #283253;
  }
}
.st-Footer_Menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Menu ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 55.2083333333vw;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Menu ul li {
    width: 27.6041666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Menu ul li + li {
    margin-left: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Menu ul li:nth-of-type(2n) {
    padding-left: 10.6770833333vw;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Menu ul li:nth-of-type(n+3) {
    padding-top: 7.8125vw;
  }
}
.st-Footer_Menu ul li a {
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Menu ul li a {
    font-size: 2.2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Menu ul li a {
    font-size: 4.1666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Menu ul li a::before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #283253;
    opacity: 0;
    -webkit-mask: url(../../images/common/icon_triangle.svg) no-repeat top center/contain;
    mask: url(../../images/common/icon_triangle.svg) no-repeat top center/contain;
    top: -8px;
    width: 10px;
    height: 7px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Menu ul li a::before {
    display: none;
  }
}
@media (any-hover: hover) {
  .st-Footer_Menu ul li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 769px) {
  .st-Footer_Menu ul li a::before {
    -webkit-transition: background 0.3s, opacity 0.3s;
    transition: background 0.3s, opacity 0.3s;
  }
}
@media (any-hover: hover) {
  .st-Footer_Menu ul li a:hover {
    color: #53F5FF;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 769px) {
  .st-Footer_Menu ul li a:hover::before {
    background: #53F5FF;
    opacity: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Content {
    background: url(../../images/pc/bg_footer.png) no-repeat bottom center/auto, -webkit-gradient(linear, left top, right top, from(#B8BEDD), color-stop(24.48%, #D9DFFF), color-stop(51.04%, #ECEFFF), color-stop(75.52%, #D9DFFF), to(#C1C6E3));
    background: url(../../images/pc/bg_footer.png) no-repeat bottom center/auto, -webkit-linear-gradient(left, #B8BEDD 0%, #D9DFFF 24.48%, #ECEFFF 51.04%, #D9DFFF 75.52%, #C1C6E3 100%);
    background: url(../../images/pc/bg_footer.png) no-repeat bottom center/auto, linear-gradient(90deg, #B8BEDD 0%, #D9DFFF 24.48%, #ECEFFF 51.04%, #D9DFFF 75.52%, #C1C6E3 100%);
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Content {
    background: url(../../images/sp/bg_footer.png) no-repeat bottom center/100% auto, -webkit-gradient(linear, left top, right top, from(#B8BEDD), color-stop(24.48%, #D9DFFF), color-stop(51.04%, #ECEFFF), color-stop(75.52%, #D9DFFF), to(#C1C6E3));
    background: url(../../images/sp/bg_footer.png) no-repeat bottom center/100% auto, -webkit-linear-gradient(left, #B8BEDD 0%, #D9DFFF 24.48%, #ECEFFF 51.04%, #D9DFFF 75.52%, #C1C6E3 100%);
    background: url(../../images/sp/bg_footer.png) no-repeat bottom center/100% auto, linear-gradient(90deg, #B8BEDD 0%, #D9DFFF 24.48%, #ECEFFF 51.04%, #D9DFFF 75.52%, #C1C6E3 100%);
  }
}
.st-Footer_Content_Inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Content_Inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 40px 100px 40px 90px;
    width: 1080px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Content_Inner {
    padding: 10.4166666667vw 0 7.8125vw 6.5104166667vw;
    position: relative;
  }
}
.st-Footer_Link .official {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .official {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.st-Footer_Link .official a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link .official a {
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .official a {
    font-size: 3.3854166667vw;
  }
}
.st-Footer_Link .official a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #283253;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link .official a.site {
    padding-left: 27px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .official a.site {
    padding-left: 5.46875vw;
  }
}
.st-Footer_Link .official a.site::before {
  -webkit-mask: url(../../images/common/icon_site.svg) no-repeat top center/contain;
  mask: url(../../images/common/icon_site.svg) no-repeat top center/contain;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link .official a.site::before {
    width: 16px;
    height: 14px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .official a.site::before {
    width: 2.9854166667vw;
    height: 2.5947916667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link .official a.twitter {
    padding-left: 27px;
    margin-left: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .official a.twitter {
    padding-left: 5.46875vw;
    margin-top: 4.5572916667vw;
  }
}
.st-Footer_Link .official a.twitter::before {
  -webkit-mask: url(../../images/common/icon_twitter.svg) no-repeat top center/contain;
  mask: url(../../images/common/icon_twitter.svg) no-repeat top center/contain;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link .official a.twitter::before {
    width: 17px;
    height: 15px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .official a.twitter::before {
    width: 3.3854166667vw;
    height: 2.9947916667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link .official a.youtube {
    padding-left: 28px;
    margin-left: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .official a.youtube {
    padding-left: 5.46875vw;
    margin-top: 4.5572916667vw;
  }
}
.st-Footer_Link .official a.youtube::before {
  -webkit-mask: url(../../images/common/icon_youtube.svg) no-repeat top center/contain;
  mask: url(../../images/common/icon_youtube.svg) no-repeat top center/contain;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link .official a.youtube::before {
    width: 18px;
    height: 12px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .official a.youtube::before {
    width: 3.515625vw;
    height: 2.34375vw;
  }
}
@media (any-hover: hover) {
  .st-Footer_Link .official a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .st-Footer_Link .official a::before {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .st-Footer_Link .official a:hover {
    color: #00BFD9;
  }
  .st-Footer_Link .official a:hover::before {
    background: #00BFD9;
  }
}
.st-Footer_Link .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link .info {
    margin: 30px 0 0;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .info {
    margin: 7.8125vw 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link .info .logo {
    width: 61px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .info .logo {
    width: 13.671875vw;
  }
}
.st-Footer_Link .info .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link .info .link {
    margin-left: 30px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .info .link {
    margin-left: 7.03125vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link .info .link li + li {
    margin-left: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .info .link li + li {
    margin-left: 5.2083333333vw;
  }
}
.st-Footer_Link .info .link li a {
  display: block;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: rgba(40, 50, 83, 0.6);
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link .info .link li a {
    font-size: 1.4rem;
    padding-left: 15px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .info .link li a {
    font-size: 3.125vw;
    padding-left: 2.6041666667vw;
  }
}
.st-Footer_Link .info .link li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: rgba(40, 50, 83, 0.6);
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link .info .link li a::before {
    width: 5px;
    height: 7px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Link .info .link li a::before {
    width: 0.9114583333vw;
    height: 1.6927083333vw;
  }
}
@media (any-hover: hover) {
  .st-Footer_Link .info .link li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .st-Footer_Link .info .link li a::before {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .st-Footer_Link .info .link li a:hover {
    color: #00BFD9;
  }
  .st-Footer_Link .info .link li a:hover::before {
    background: #00BFD9;
  }
}
.st-Footer_Share {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Share {
    position: relative;
    width: 248px;
    padding: 30px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Share {
    width: 44.2708333333vw;
    padding: 3.125vw 0;
    position: absolute;
    top: 8.4635416667vw;
    left: 49.0885416667vw;
    border-top: 0.2604166667vw solid #fff;
    border-bottom: 0.2604166667vw solid #fff;
  }
}
.st-Footer_Share::before, .st-Footer_Share::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Share::before, .st-Footer_Share::after {
    height: 11px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Share::before, .st-Footer_Share::after {
    height: 1.4322916667vw;
    border-right: 0.2604166667vw solid #fff;
    border-left: 0.2604166667vw solid #fff;
  }
}
.st-Footer_Share::before {
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  top: 0;
}
.st-Footer_Share::after {
  -webkit-transform: translatey(50%);
  transform: translatey(50%);
  bottom: 0;
}
.st-Footer_Share p {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Share p {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Share p {
    font-size: 3.90625vw;
  }
}
.st-Footer_Share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Share ul {
    margin-left: 30px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Share ul {
    margin-left: 5.2083333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Share ul li + li {
    margin-left: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Share ul li + li {
    margin-left: 3.90625vw;
  }
}
.st-Footer_Share ul li a {
  display: block;
  border-radius: 50%;
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Share ul li a {
    width: 40px;
  }
}
@media print, screen and (max-width: 768px) {
  .st-Footer_Share ul li a {
    width: 7.8125vw;
  }
}
@media (any-hover: hover) {
  .st-Footer_Share ul li a {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .st-Footer_Share ul li a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}