<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
}

a {
  display: block;
  text-decoration: none;
}

@media (hover: hover) {
  a {
    transition: opacity 0.2s ease-out;
  }
  a:hover {
    opacity: 0.5;
  }
}

p {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

h1 {
  margin: 0;
}

.wrapper {
  overflow-x: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header-logo {
  display: flex;
  flex: 0 1 32%;
}

.header-entry {
  display: block;
  flex: 0 1 45%;
}

.main {
  margin-top: 26%;
  background-image: url('../images/main_bg_sp.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.fv {
  transform: translateY(-3%);
  text-align: center;
}

.fv img {
  width: 99%;
}

.movie-container {
  margin-top: -11.5%;
}
.movie {
  position: relative;
}
.movie1 {
  text-align: left;
}
.movie2 {
  margin-top: -2%;
  text-align: right;
}
.movie1 img {
  width: 96%;
}
.movie2 img {
  width: 94%;
}
.video {
  position: absolute;
  width: 49.6%;
  cursor: pointer;
}
.video1 {
  top: 51.1%;
  left: 47%;
  transform: translateX(-50%);
}
.video2 {
  top: 28.2%;
  right: 25.2%;
}
.video3 {
  bottom: 6.7%;
  right: 24.5%;
}

.video video {
  width: 100%;
  height: auto;
}

.bottom-container {
  margin-top: 37%;
  padding: 0 6.67% 24%;
}
.bottom-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20.5%;
  padding: 0 1.5%;
}
.bottom-btns a + a {
  margin-top: 18%;
}

.copyright {
  text-align: center;
  margin: 0;
  padding: 1em 0;
}

.pc {
  display: none;
}

@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
  .header-logo {
    flex: 0 0 198px;
  }

  .header-entry {
    flex: 0 0 310px;
  }

  .main {
    background-image: none;
    margin-top: 0;
  }

  .main-inner {
    margin: 101px auto 0;
    max-width: 1366px;
    position: relative;
  }
  .video {
    /* display: none; */
    width: 19%;
    max-width: 260px;
    right: auto;
  }
  .video1 {
    transform: none;
    top: 40%;
    left: 22.5%;
  }
  .video2 {
    top: 76%;
    left: 23.5%;
  }
  .video3 {
    bottom: auto;
    top: 76%;
    left: 57.2%;
  }
  .bottom-container {
    margin: 85px auto 0;
    max-width: 1366px;
    padding: 0 14% 95px;
  }
  .bottom-btns {
    flex-direction: row;
    justify-content: space-between;
    gap: 35px;
    margin-top: 70px;
    padding: 0;
  }
  .bottom-btns a {
    flex: 0 1 440px;
  }
  .bottom-btns a + a {
    margin-top: 0;
  }
}

@media screen and (min-width: 1366px) {
  .bottom-container {
    padding: 0 227px 95px;
  }
}
</pre></body></html>