@charset "UTF-8";
.pre-inc {
  /***ヘッダーカラー***/
  /***メイン***/
  /*****行動提起*****/
  /* コンテンツ */
  /****インフォ_特別***/
}
.pre-inc.page_on {
  opacity: 0;
  transition: all 1.8s ease-out;
}
.pre-inc.page_on.on {
  opacity: 1;
}
.pre-inc .page_wrapp {
  width: 100%;
  overflow: hidden;
}
.pre-inc .white .drawer-hamburger-icon, .pre-inc .white .drawer-hamburger-icon::before, .pre-inc .white .drawer-hamburger-icon::after {
  background-color: #fff;
}
.pre-inc .white #header h1 span {
  color: #fff;
}
.pre-inc .mv_wrapp_all {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  position: relative;
  /*animation: fadeIn 1.9s  forwards;*/
}
.pre-inc .mv_wrapp_all img {
  width: 100%;
  max-width: inherit;
  height: auto;
  vertical-align: bottom;
}
.pre-inc .mv_wrapp_all .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28%;
  /*animation: fadeIn 1.9s  forwards;*/
}
@keyframes fadeIn {
  0% {
    filter: blur(16px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.pre-inc .mv_in {
  width: 100%;
  height: 100dvh;
  background: url(../images/top/mv/mv_pc.jpg) no-repeat 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 1.2s ease-out;
  filter: brightness(200%);
  -webkit-filter: brightness(200%);
  -ms-filter: brightness(2);
  opacity: 0;
  filter: blur(16px);
}
.pre-inc .mv_in .mv_in_text {
  width: 40%;
  position: absolute;
  bottom: 70%;
  right: 7%;
  transform: scale(1.2);
  transition: all 1.2s ease-out;
  transition-delay: 0.5s;
  opacity: 0;
  filter: blur(16px);
}
.pre-inc .mv_in .mv_cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  color: #fff;
}
.pre-inc .mv_in.set1 {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -ms-filter: brightness(1);
  opacity: 1;
  filter: blur(0px);
}
.pre-inc .mv_in.set1 .mv_in_text {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
}
@media only screen and (min-width: 1800px) {
  .pre-inc .mv_in {
    background-position: center center;
  }
}
@media only screen and (max-width: 767px) {
  .pre-inc .mv_in {
    width: 100%;
    height: 100vh;
    background: url(../images/top/mv/mv_sp.jpg) no-repeat 50%;
    background-size: cover;
    background-position: center center;
  }
  .pre-inc .mv_wrapp_all .mv_text {
    width: 58%;
  }
  .pre-inc .mv_in .mv_in_text {
    width: 70%;
    position: absolute;
    top: 15%;
    bottom: inherit;
    right: 15%;
  }
}
.pre-inc .scroll {
  position: fixed;
  bottom: 3em;
  transform: translate(0, 50%);
  right: 48%;
  width: 2px;
  height: 8em;
  border-left: 1px solid rgba(125, 125, 125, 0.2);
  padding-bottom: 0.8rem;
  /*-webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;*/
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s ease-out;
}
.pre-inc .scroll.op0 {
  opacity: 0;
}
.pre-inc .scroll span {
  font-size: 0.8em;
  font-weight: 400;
  color: #3d3d3d;
  letter-spacing: 0.2em;
  display: block;
  margin-left: 15px;
  transform: rotate(90deg);
}
.pre-inc .scroll:after {
  content: "";
  background-color: #979797;
  height: 8em;
  bottom: -1px;
  right: 0rem;
  position: absolute;
  width: 2px;
  animation: scroll 4s ease-out infinite;
}
.pre-inc .scroll.bk {
  border-bottom: 1px solid rgba(197, 197, 197, 0.4);
}
.pre-inc .scroll.bk span {
  color: #8b8b8b;
}
.pre-inc .scroll.bk:after {
  background-color: #bbbbbb;
}
@keyframes scroll {
  0% {
    width: 2px;
    height: 8em;
  }
  20% {
    width: 2px;
    height: 3rem;
    bottom: 5em;
  }
  40% {
    width: 2px;
    height: -0.3rem;
  }
  60% {
    width: 2px;
    bottom: 0em;
    height: 2rem;
  }
  to {
    width: 2px;
    height: 8em;
  }
}
.pre-inc .main_text {
  width: 90%;
  max-width: 900px;
  padding-top: 80px;
  margin: 0 auto 50px;
}
@media (width <= 768px) {
  .pre-inc .main_text {
    padding-top: 30px;
  }
}
.pre-inc .main_text h3 {
  text-align: center;
  font-size: min(4vw, 40px);
  line-height: 120%;
  letter-spacing: 0.1em;
}
.pre-inc .main_text h3 small {
  display: block;
  font-size: min(3.3vw, 30px);
  letter-spacing: 0.05em;
}
.pre-inc .main_text h3 span {
  display: block;
  font-size: min(3.8vw, 33px);
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.pre-inc .top_cv_wrapp {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .top_entry_bt {
  width: 48%;
  margin: 0 auto;
}
.pre-inc .top_entry_bt img {
  max-width: inherit;
}
@media only screen and (max-width: 767px) {
  .pre-inc .main_text h3 {
    font-size: min(6.1vw, 60px);
    line-height: 120%;
  }
  .pre-inc .main_text h3 small {
    font-size: min(3.8vw, 27px);
  }
  .pre-inc .main_text h3 span {
    display: block;
    font-size: min(4.2vw, 27px);
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    letter-spacing: -0.01em;
  }
  .pre-inc .top_cv_wrapp {
    width: 70%;
    margin: 0 auto 20px;
  }
  .pre-inc .top_entry_bt {
    width: 100%;
    max-width: inherit;
    margin: 0 auto 20px;
  }
}
.pre-inc .c-text span {
  opacity: 0;
  position: relative;
  display: inline-block;
}
.pre-inc .c-text.on span {
  animation: text_fade 0.3s 1 forwards;
}
@keyframes text_fade {
  0% {
    opacity: 0;
    transform: scale(1.5) translateY(30px) translateX(30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px) translateX(0px);
  }
}
.pre-inc .fix-cards-section {
  background-color: #071b35;
  block-size: 100svh;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}
.pre-inc .fix-cards-container {
  block-size: 100svh;
  inline-size: 100%;
  overflow: hidden;
  position: sticky;
  top: 0;
}
.pre-inc .fix-card {
  align-items: center;
  display: block grid;
  font-size: 24px;
  inline-size: 100%;
  justify-items: center;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 50%) scale(1.3);
  z-index: 0;
}
.pre-inc .fix-card .img {
  display: block;
  inline-size: 100%;
  margin-block-end: 30px;
  max-inline-size: 750px;
  position: relative;
}
@media (width >= 768px) {
  .pre-inc .fix-card .img {
    margin-block-end: 14vh;
  }
}
.pre-inc .fix-card .contents {
  block-size: 100%;
  display: grid;
  inset: 0;
  padding: 24px 10px 6px 16px;
  position: absolute;
  top: 0;
}
.pre-inc .fix-card .contents .caption {
  align-self: end;
  color: #fff;
  font-size: 10px;
  justify-self: end;
}
.pre-inc .fix-card .contents .caption.bk {
  color: #000;
}
.pre-inc .fix-card .contents .title {
  inline-size: 70%;
}
.pre-inc .fix-card-links {
  block-size: -moz-fit-content;
  block-size: fit-content;
  inline-size: 100%;
  left: 0;
  position: absolute;
  top: calc(50% + 18vh);
}
.pre-inc .fix-card-links .bar-wrapper {
  background-color: transparent;
  block-size: 50px;
  inline-size: 1px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  translate: -50% calc(-100% - 10px);
}
@media (width >= 768px) {
  .pre-inc .fix-card-links .bar-wrapper {
    translate: -50% calc(-100% - 10px);
    block-size: 100px;
  }
}
.pre-inc .fix-card-links .moving-bar {
  animation: slideBar 2s cubic-bezier(0.55, 0, 0.45, 1) infinite;
  background: linear-gradient(to bottom, white 50%, transparent 50%);
  block-size: 100px;
  inline-size: 1px;
}
@media (width >= 768px) {
  .pre-inc .fix-card-links .moving-bar {
    block-size: 200px;
  }
}
.pre-inc .fix-card-link {
  display: block;
  inline-size: 100%;
  left: 0;
  opacity: 0;
  padding-inline: 20px;
  position: absolute;
  top: 0;
  transition: opacity 0.5s linear;
  z-index: -1;
}
.pre-inc .fix-card-link a {
  display: block;
}
.pre-inc .fix-card-link a:hover,
.pre-inc .fix-card-link a img:hover {
  opacity: 1;
}
.pre-inc .fix-card-link img {
  block-size: auto;
  /*inline-size: 724px;*/
  inline-size: 1100px;
  display: block;
  margin-inline: auto;
  max-inline-size: 100%;
  position: relative;
}
.pre-inc .fix-card-link.active {
  opacity: 1;
  transition: opacity 0.5s linear;
  transition-delay: 0.7s;
  z-index: 1;
}
@keyframes slideBar {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
.pre-inc .marquee-wrapp {
  inline-size: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (width >= 768px) {
  .pre-inc .marquee-wrapp {
    top: 50%;
    translate: 0 -50%;
  }
}
.pre-inc .marquee {
  animation: marquee 10s linear infinite;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  inline-size: 1800px;
}
@media (width >= 768px) {
  .pre-inc .marquee {
    animation: marquee-pc 10s linear infinite;
    inline-size: 4000px;
  }
}
.pre-inc .marquee img {
  display: block;
  inline-size: 100%;
}
.pre-inc .cp_wrapp {
  width: 92%;
  max-width: 900px;
  margin: 80px auto 20px;
}
@media (width <= 768px) {
  .pre-inc .cp_wrapp {
    margin: 30px auto 0px;
  }
}
.pre-inc .winter_info_wrapp {
  background: #970000;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: min(2vw, 18px);
  margin: 50px auto;
  width: 80%;
  max-width: 1100px;
}
@media only screen and (max-width: 767px) {
  .pre-inc .winter_info_wrapp {
    width: 96%;
    font-size: 16px;
    margin: 30px auto;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-900px);
  }
}
@keyframes marquee-pc {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2000px);
  }
}/*# sourceMappingURL=top.css.map */