@charset "UTF-8";
.square {
  width: 50px;
  height: 50px;
  background-color: green;
}

body {
  color: #333;
  font-size: 16px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
  background-color: #fff;
  padding: 4% 2%;
}

.section-title {
  text-align: center;
  font-size: 30px;
  color: #0024FF;
  font-weight: bold;
}

.section-subtitle {
  text-align: center;
  font-size: 30px;
  color: #24244F;
  font-weight: bold;
}

.l_btn {
  padding: 4% 0;
  position: relative;
  z-index: 5;
}

.btn {
  background-color: #FF006B;
  border-radius: 46px;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: bold;
  display: block;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px;
}

.btn:hover {
  color: #FF0000;
  background: #FFFFFF;
  border: 1px solid #FF0000;
  transition: 0.5s;
}

.sp {
  display: block !important;
}
@media screen and (min-width: 1280px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 1280px) {
  .pc {
    display: block !important;
  }
}

.bg-back {
  background: url(../img/bg.jpg) center no-repeat;
  background-size: cover;
  position: fixed;
  height: 100vh;
  width: 100%;
  padding: 50px;
  background-attachment: fixed;
  z-index: -1;
}

.bg-title {
  position: fixed;
  top: 12%;
  left: 6%;
  width: 26%;
}

.bg-bcl {
  position: fixed;
  top: 8%;
  right: 0;
  width: 30%;
}

.bg-table {
  background: url(../img/bg-table.png) center no-repeat;
  width: 16%;
  height: 213px;
  background-size: contain;
  position: fixed;
  top: 40%;
  left: 68%;
}

.bg-table.is-kv {
  background: url(../img/bg-table-kv.png) center no-repeat;
  background-size: contain;
}

.bg-table.is-about {
  background: url(../img/bg-table-about.png) center no-repeat;
  background-size: contain;
}

.bg-table.is-point {
  background: url(../img/bg-table-point.png) center no-repeat;
  background-size: contain;
}

.bg-table.is-voice {
  background: url(../img/bg-table-voice.png) center no-repeat;
  background-size: contain;
}

.bg-table.is-time {
  background: url(../img/bg-table-timetable.png) center no-repeat;
  background-size: contain;
}

.bg-table.is-flow {
  background: url(../img/bg-table-flow.png) center no-repeat;
  background-size: contain;
}

.bg-table.is-event {
  background: url(../img/bg-table-event.png) center no-repeat;
  background-size: contain;
}

.bg-qr {
  position: fixed;
  top: 70%;
  left: 70%;
  width: 9.5%;
}

.bg-table.is-about {
  background: url(../img/bg-table-about.png) center no-repeat;
  background-size: contain;
}

.bg-table.is-point {
  background: url(../img/bg-table-point.png) center no-repeat;
  background-size: contain;
}

.bg-table.is-voice {
  background: url(../img/bg-table-voice.png) center no-repeat;
  background-size: contain;
}

.bg-table.is-time {
  background: url(../img/bg-table-timetable.png) center no-repeat;
  background-size: contain;
}

.bg-table.is-event {
  background: url(../img/bg-table-event.png) center no-repeat;
  background-size: contain;
}

.header {
  position: relative;
}

.kv_container {
  padding: 0 0;
}

.kv_message {
  width: 100%;
  padding: 2%;
}

.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: auto;
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*　背景画像設定　*/
.slider-item01 {
  background-image: url("/img/kv_img_1.png");
}

.slider-item02 {
  background-image: url("/img/kv_img_2.png");
}

.slider-item03 {
  background-image: url("/img/kv_img_3.png");
}

.slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 520px;
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-position: center;
  /*背景画像の位置を中央に*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
}

.message_container {
  background-image: url("/img/message_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 8px;
}

.message_contents h2 {
  color: #232323;
  font-family: Shippori Mincho;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  padding-top: 40px;
}

.message_contents p {
  color: #000;
  font-family: Zen Kaku Gothic New;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-top: 51px;
}

.about_container {
  background-image: url("/img/about_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.about_title {
  padding: 12px 0;
}

.about_contents_txt {
  color: #000;
  font-family: Zen Kaku Gothic New;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-top: 400px;
}

.about_contents_txt span {
  color: #02ACEC;
  font-family: Zen Old Mincho;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.pin-spacer{
    margin: 0 auto!important;
}

.point_container {
  background-image: url("/img/point_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.point_contents {
  margin-top: 256px;
}

/* 横スクロールセクション */
.point_side-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.point_side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 40px;
}

.point_side-scroll-list {
  position: absolute;
  top: 60px;
  left: 0;
  display: flex;
  gap: 0 60px;
  margin-left: 48px;
}

.point_side-scroll-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 420px;
}

.point_side-scroll-item + .point_side-scroll-item {
  margin-left: 60px;
}

.point-post_title {
  color: #24244F;
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .point-post_title {
    margin-top: 23px;
  }
}

.point-post_txt {
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .point-post_txt {
    margin-top: 23px;
  }
}

.timetable_container {
  background-image: url("/img/timetable_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.timetable_container img {
  padding-bottom: 670px;
}

.timetable_btn {
  padding: 0% 0%;
}

.flow_container {
  background-image: url("/img/flow_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* 横スクロールセクション */
.flow_side-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.flow_side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 0px;
  margin-top: 40px;
}

.flow_side-scroll-list {
  position: absolute;
  top: 60px;
  left: 0;
  display: flex;
  gap: 0 60px;
}

.flow_side-scroll-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 420px;
}

.flow_side-scroll-item + .flow_side-scroll-item {
  margin-left: 60px;
}

.voice_container {
  background-image: url("/img/voice_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.voice_title {
  padding: 12px 0;
}

.voice_contents {
  padding-top: 75px;
}

.voice_contents img {
  padding-top: 24px;
}

.voice_contents img {
  display: block;
  width: 344px;
  margin: 0 auto;
}

.event_container {
  padding-top: 58px;
  padding-bottom: 72px;
}

.event_title {
  display: block;
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 24px;
}

.event_contents {
  padding-bottom: 51px;
}

.company_container {
  padding-top: 58px;
  background-image: url("/img/company_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.company_contents {
  padding-bottom: 50px;
  padding-left: 12px;
  padding-right: 12px;
}

.company_container h2 {
  text-align: center;
  font-size: 32px;
  color: #24244F;
  font-weight: bold;
}

.company_contents_title {
  font-size: 16px;
  text-align: center;
  padding-top: 40px;
  font-weight: bold;
}

.company_contents_txt {
  font-size: 25px;
  text-align: center;
  padding-top: 8px;
  font-weight: bold;
}

.footer {
  position: sticky;
  top: 0;
  z-index: 6;
}

.footer_container {
  background-color: #24244F;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer p {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/* =====================
  entryページ
===================== */
.entry_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.entry_bg-qr {
  width: 50%;
  margin: 0 auto;
}

.entry_txt {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.entry_arrow {
  width: 30%;
  margin: 0 auto;
  margin-top: 20px;
}

/* =====================
  スクロールダウン
===================== */
/*スクロールダウン全体の場所*/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 0%;
  right: calc(50% + 160px);
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
  z-index: 3;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: -3%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: -3%;
  }
}
/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -12px;
  bottom: 90px;
  /*テキストの形状*/
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
  font-family: Zen Kaku Gothic New;
}

/* 矢印の描写 */
.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 2px;
  height: 80px;
  background: #000000;
}

/* =====================
  アニメーション
===================== */
.fadein {
  /* 最初は非表示 */
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.fadeinUp {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
}

/* フェードイン時に入るクラス */
.is-fadeinUp {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.fadeinDown {
  /* 最初は非表示 */
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
}

/* フェードイン時に入るクラス */
.is-fadeinDown {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#particles-js {
  position: fixed;
  /*描画固定*/
  z-index: 3;
  /*描画を一番下に*/
  width: 100%;
  height: 100%;
  background-color: transparent;
  /*背景色*/
}

#wrapper {
  position: relative;
  /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1;
  /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  height: 100%;
}

/*========= LoadingのためのCSS ===============*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #0D25FC;
  text-align: center;
  color: #fff;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/*割れる画面のアニメーション*/
.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #333;
  transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transform: scaleY(1);
}

/*上の画面*/
.loader_cover-up {
  transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
  transform: scaleY(0);
}/*# sourceMappingURL=style.css.map */