@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;
}

li {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 336px;
  margin: 0 auto;
}

.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;
}

.btn {
  background-color: #00DC72;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  display: block;
  width: 335px;
  margin: 0 auto;
  padding: 10px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.btn:hover {
  color: #00DC72;
  background: #ffffff;
  border: 1px solid #00DC72;
  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;
  animation: bg 1s linear;
}

@keyframes bg {
  0% {
    background-position: -1000px 1000px;
  }
  100% {
    background-position: 0 0;
  }
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.bg-title {
  position: fixed;
  top: 50%;
  left: 20%;
  position: fixed;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 26.8%;
  z-index: 2;
}

.bg-table {
  position: fixed;
  top: 10%;
  left: 72%;
  width: 20%;
  z-index: 2;
}

.bg-qr {
  position: fixed;
  top: 72%;
  left: 78%;
  width: 9.5%;
  z-index: 2;
}

.jsLogo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 1;
}
@media screen and (min-width: 414px) {
  .jsLogo {
    width: 30%;
  }
}

#container {
  position: relative;
  z-index: 100;
}

.kv {
  background: url(../img/kv_bg.png), #fff;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 375px;
  margin: 0 auto;
}

.kv_title {
  width: 281px;
  padding-top: 26px;
  position: relative;
}

.kv_day {
  width: 201px;
  margin-top: 55.5px;
  position: relative;
}

.kv_cc {
  width: 277px;
  margin-top: 153.5px;
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 70px;
  position: relative;
}

.message {
  background: url("../img/message_bg.png"), #fff;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 375px;
  margin: 0 auto;
}

.message_container {
  padding-bottom: 80px;
}

.message_1 {
  width: 312px;
  padding-top: 42px;
}

.message_2 {
  width: 312px;
  margin-top: 20px;
  padding-bottom: 42px;
}

.festival {
  background: url("../img/festival_bg.png"), #fff;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 375px;
  margin: 0 auto;
  padding-top: 64px;
}

.festival_contents {
  margin-top: 26px;
  width: 335px;
}

.festival_message {
  margin-top: 40px;
  padding-bottom: 70px;
  width: 342px;
}

.festival_voice_item {
  padding-top: 20px;
}

.contents {
  background-color: #DCDCDC;
  max-width: 375px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.contents_container_input {
  padding: 13px;
  background-color: #000;
  margin-left: -20px;
  margin-right: -20px;
}

.contents_container_input_txt {
  color: #FFF;
  text-align: center;
  font-family: Noto Serif JP;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  /* 125% */
  letter-spacing: 1.6px;
}

.contents_container_output {
  padding: 13px;
  background-color: #000;
  margin-left: -20px;
  margin-right: -20px;
}

.contents_container_output_txt {
  color: #FFF;
  text-align: center;
  font-family: Noto Serif JP;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  /* 125% */
  letter-spacing: 1.6px;
}

.contents_item_title {
  font-family: Noto Serif JP;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.6px;
  margin-top: 30px;
}

.contents_item_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.3px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.contents_ts_item {
  margin-top: 32px;
}

.contents_ts_item p {
  margin-top: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.3px;
}

.contents_gd {
  padding-top: 36px;
}

.gd_flow {
  color: #FB7474;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.gd_flow p:first-child {
  width: 185px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #FB7474;
  margin-top: 10px;
}

.gd_flow p:last-child {
  margin-bottom: 31px;
}

.interview_flow {
  color: #FF9E14;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.interview_flow p:first-child {
  width: 128px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #FF9E14;
  margin-top: 10px;
}

.interview_flow p:last-child {
  margin-bottom: 31px;
}

.timetable {
  background-color: #fff;
  max-width: 375px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.timetable_contents {
  padding-bottom: 46px;
}

.about {
  background-color: #EEEDE9;
  max-width: 375px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.about_contents {
  padding-top: 26px;
  padding-bottom: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 46px;
}

.company {
  background-color: #fff;
  max-width: 375px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.company_container {
  width: 226px;
}

.footer_container {
  background-color: #333;
  max-width: 375px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  width: 375px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-shrink: 0;
}

.footer a {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 300% */
  letter-spacing: -0.24px;
}

.footer_contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.footer_img {
  width: 168px;
  margin: 0 auto;
}

.point_container {
  width: 100%;
  padding-top: 44px;
}

.point_container img {
  display: block;
  width: 233px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .point_container img {
    width: 283px;
  }
}

.area {
  overflow: hidden;
}

.wrap {
  display: flex;
}

.item {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

.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;
  }
}

/* =====================
  アニメーション
===================== */
.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;
}

/* 拡大 */
.zoomIn {
  transform: scale(0.6);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
}

.is-zoomIn {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.page {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.rect {
  width: 160vw;
  height: 23vw;
  display: block;
  position: absolute;
  background: #F0EDF4;
  transform: rotate(-45deg);
  z-index: 10;
}

/*========= 背景色の動きのCSS ===============*/
/*背景色が伸びて出現 共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bgappearTrigger {
  opacity: 0;
}

/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}/*# sourceMappingURL=style.css.map */