body {
  background: #101010;
  color: #fff;
  font-family: "Montserrat", YuGothic, "Yu Gothic Bold", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
}

h1,
h2,
h3 {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
}

@media (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #101010;
}

.loading_inner {
  width: 20vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading_inner svg {
  width: 100%;
}

.wrapper {
  position: relative;
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}

.scroll-snap {
  width: 100vw;
  height: 100vh;
  scroll-snap-align: start;
  overflow-y: scroll;
}

.header {
  display: flex;
  position: fixed;
  z-index: 2;
  justify-content: space-between;
  align-content: space-between;
  padding: 0 3%;
  width: 100%;
  top: 48px;
  margin: auto;
  opacity: 0;
}

@media (max-width: 769px) {
  .header {
    padding: 0 24px;
    top: 24px;
  }
}

.header_logo {
  height: 50px;
  width: auto;
}

@media (max-width: 769px) {
  .header_logo {
    height: 32px;
  }
}

.header_cvbutton {
  font-size: 13px;
  padding: 16px 40px;
  border: solid 1px #fff;
  border-radius: 6px;
}

@media (max-width: 769px) {
  .header_cvbutton {
    font-size: 12px;
    padding: 10px 16px;
    border-radius: 4px;
  }
}

.header_cvbutton:hover {
  background: #fff;
  color: #101010;
  transition: 0.3s;
}

.FV {
  padding-top: 10vh;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  position: relative;
}

@media (max-width: 769px) {
  .FV {
    padding-top: 11vh;
  }
}

.FV_mainCopy {
  font-size: 5vw;
  line-height: 1.5;
  font-weight: 800;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .FV_mainCopy {
    font-size: 5vw;
  }
}

@media (max-width: 769px) {
  .FV_mainCopy {
    font-size: 10vw;
    line-height: 1.3;
  }
}

.FV_subCopy {
  font-size: 18px;
  line-height: 3;
  opacity: 0.9;
  font-weight: 400;
  margin-top: 80px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1rem;
}

@media (max-width: 769px) {
  .FV_subCopy {
    font-size: 13px;
    margin-top: 40px;
  }
}

.scrolldown-wrap {
  position: relative;
}

.scrolldown {
  opacity: 0.6;
  display: block;
  margin-top: 7vh;
  padding-top: 40px;
  position: relative;
  font-size: 10px;
}

@media (max-width: 769px) {
  .scrolldown {
    margin-top: 40px;
  }
}

.scrolldown span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 25px;
  margin-left: -8px;
  border: 1px solid #fff;
  border-radius: 30px;
  box-sizing: border-box;
}

.scrolldown span:before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: "";
  width: 4px;
  height: 4px;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}

@media (max-width: 769px) {
  .scrolldown span:before {
    animation-direction: reverse;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(-50%, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, 10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.view2 {
  position: relative;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view2_bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  background-color: #101010;
}

@media (max-width: 1024px) {
  .view2_bg {
    flex-direction: column;
  }
}

.view2_bg_img1, .view2_bg_img2, .view2_bg_img3, .view2_bg_img4 {
  width: 25%;
  height: 100%;
  opacity: 0.6;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .view2_bg_img1, .view2_bg_img2, .view2_bg_img3, .view2_bg_img4 {
    width: 100%;
    height: 25%;
    background-position: top;
  }
}

.view2_bg_img1 {
  background-image: url("../images/teaser_KV_1-pc.jpg");
}

@media (max-width: 1024px) {
  .view2_bg_img1 {
    background-image: url("../images/teaser_KV_1-sp.jpg");
  }
}

.view2_bg_img2 {
  background-image: url("../images/teaser_KV_2-pc.jpg");
}

@media (max-width: 1024px) {
  .view2_bg_img2 {
    background-image: url("../images/teaser_KV_2-sp.jpg");
  }
}

.view2_bg_img3 {
  background-image: url("../images/teaser_KV_3-pc.jpg");
}

@media (max-width: 1024px) {
  .view2_bg_img3 {
    background-image: url("../images/teaser_KV_3-sp.jpg");
  }
}

.view2_bg_img4 {
  background-image: url("../images/teaser_KV_4-pc.jpg");
}

@media (max-width: 1024px) {
  .view2_bg_img4 {
    background-image: url("../images/teaser_KV_4-sp.jpg");
  }
}

.view2_copy {
  position: relative;
  width: 100%;
  font-size: 9.5vw;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  z-index: 1;
}

@media (min-width: 1024px) {
  .view2_copy {
    font-size: 96px;
  }
}

.section {
  position: relative;
}

.section_img {
  position: absolute;
  width: 70%;
  top: 0;
  right: 0;
  opacity: 0.6;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 769px) {
  .section_img {
    width: auto;
    top: 0;
    left: 0;
    right: 0;
  }
}

.section_img:before {
  content: "";
  display: block;
  padding-top: 62%;
}

@media (max-width: 769px) {
  .section_img:before {
    padding-top: 73%;
  }
}

.section_text {
  position: absolute;
  bottom: 13vh;
  left: 10%;
  max-width: 1380px;
  margin: auto;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

@media (max-width: 769px) {
  .section_text {
    left: 0;
    bottom: 8vh;
    width: 100%;
  }
}

.section_text_headline {
  font-size: 72px;
  line-height: 1.2;
  font-weight: 800;
  text-shadow: 0px 10px 25px rgba(0, 10, 25, 0.2);
}

@media (max-width: 769px) {
  .section_text_headline {
    font-size: 17.7vw;
    text-align: center;
    letter-spacing: -0.12rem;
  }
}

.section_text_body {
  font-size: 16px;
  line-height: 2;
  opacity: 0.8;
  margin-top: 6vh;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.12rem;
}

@media (max-width: 769px) {
  .section_text_body {
    font-size: 13px;
    text-align: center;
  }
}

.section_text_small {
  margin-top: 2vh;
  font-size: 13px;
  opacity: 0.6;
}

@media (max-width: 769px) {
  .section_text_small {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
  }
}

.view3 {
  background-image: url("../images/teaser_section3_img-pc.jpg");
}

@media (max-width: 769px) {
  .view3 {
    background-image: url("../images/teaser_section3_img-sp.jpg");
  }
}

.view4 {
  background-image: url("../images/teaser_section4_img-pc.jpg");
}

@media (max-width: 769px) {
  .view4 {
    background-image: url("../images/teaser_section4_img-sp.jpg");
  }
}

.view5 {
  background-image: url("../images/teaser_section5_img-pc.jpg");
}

@media (max-width: 769px) {
  .view5 {
    background-image: url("../images/teaser_section5_img-sp.jpg");
  }
}

.view6 {
  background-image: url("../images/teaser_section6_img-pc.jpg");
}

@media (max-width: 769px) {
  .view6 {
    background-image: url("../images/teaser_section6_img-sp.jpg");
  }
}

.final {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.final_date {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 180px;
  text-align: center;
  line-height: 1;
  font-kerning: auto;
}

@media (max-width: 769px) {
  .final_date {
    font-size: 21vw;
    letter-spacing: 0;
  }
}

.final_date--small {
  display: block;
  font-size: 48px;
}

@media (max-width: 769px) {
  .final_date--small {
    font-size: 8.5vw;
    letter-spacing: 0;
  }
}

.final_cvbutton {
  display: inline-block;
  width: max-content;
  font-size: 18px;
  letter-spacing: 0.1rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 32px 56px;
  margin: 8vh auto 0 auto;
  opacity: 0.8;
}

@media (max-width: 769px) {
  .final_cvbutton {
    font-size: 13px;
    letter-spacing: 0.1rem;
    padding: 24px 48px;
    margin: 50px auto 0 auto;
  }
}

.final_cvbutton:hover {
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}

.final_PRlink {
  width: max-content;
  font-size: 16px;
  text-align: center;
  margin: 8vh auto 0 auto;
  opacity: 0.5;
  position: relative;
}

@media (max-width: 769px) {
  .final_PRlink {
    font-size: 12px;
    margin-top: 50px;
  }
}

.final_PRlink:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: .6;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.5s ease-in-out;
}

.final_PRlink:hover::after {
  transform: scale(1, 1);
}

.footer {
  display: flex;
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  text-align: center;
  font-size: 12px;
  opacity: 0.4;
}

@media (max-width: 769px) {
  .footer {
    font-size: 9px;
    white-space: nowrap;
    bottom: 16px;
  }
}

@media (max-width: 769px) {
  .sp-fs14vw {
    font-size: 12.7vw;
  }
}

@media (min-width: 1200px) {
  .fs-54 {
    font-size: 54px;
    letter-spacing: -0.1rem;
  }
}

.floatToTop {
  position: relative;
  opacity: 0;
  top: 30px;
}

.floatToLeft {
  opacity: 0;
  right: -20px;
}

.floatToRight {
  position: relative;
  opacity: 0;
  left: -20px;
}

.fadein {
  opacity: 0;
}

.bg-anime {
  position: relative;
  opacity: 0;
  top: 30px;
}

.flow {
  padding: 160px 64px;
}

@media (max-width: 769px) {
  .flow {
    padding: 100px 24px;
  }
}

.flow_title {
  font-size: 2rem;
  line-height: 1.4;
}

.flow_title span {
  display: inline-block;
}

@media (max-width: 769px) {
  .flow_title {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.flow_slider {
  margin-top: 6rem;
}

@media (max-width: 769px) {
  .flow_slider {
    margin-top: 3em;
  }
}

.flow_scroll {
  float: right;
  font-size: 0.85rem;
}

@media (max-width: 769px) {
  .flow_scroll {
    display: none;
  }
}

.flow_scroll::before {
  display: inline-block;
  content: "<";
  margin-right: 1em;
  opacity: .6;
}

.flow_scroll::after {
  display: inline-block;
  content: ">";
  margin-left: 1em;
  clear: both;
  opacity: .6;
}

.flow_list {
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.flow_list::-webkit-scrollbar {
  display: none;
}

@media (max-width: 769px) {
  .flow_list {
    flex-direction: column;
  }
}

.flow_list_item {
  border-left: 1px solid #fff;
  padding: 0 3em 0 1em;
  width: 19em;
  display: grid;
  grid-template-rows: 1.5fr 1fr 5.25rem;
  grid-row-gap: 2.5rem;
  flex-shrink: 0;
}

@media (max-width: 769px) {
  .flow_list_item {
    padding: 1em 0em 4em 1em;
    width: 80%;
    display: block;
    flex-shrink: 0;
    margin-left: auto;
  }
}

.flow_step_upper {
  display: block;
  font-size: 1.25rem;
}

.flow_step_number {
  display: block;
  font-size: 5rem;
}

@media (max-width: 769px) {
  .flow_step_number {
    font-size: 1.25rem;
  }
}

.flow_heading {
  font-size: 2.5rem;
  line-height: 1.5;
}

@media (max-width: 769px) {
  .flow_heading {
    font-size: 1.5rem;
    margin-top: 0.3em;
  }
}

.flow_text {
  line-height: 1.75;
  /* margin-top: 2.125rem; */
  font-size: 1rem;
}

@media (max-width: 769px) {
  .flow_text {
    line-height: 2;
    margin-top: 1.125rem;
    font-size: 0.85rem;
    margin-top: 1.125rem;
  }
}

.flow_text mdall {
  opacity: .5;
}

.merit {
  padding: 160px 64px;
}

@media (max-width: 769px) {
  .merit {
    padding: 100px 24px;
  }
}

.merit_title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}

.merit_title span {
  display: inline-block;
}

@media (max-width: 769px) {
  .merit_title {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.merit_section {
  margin-top: 15rem;
  display: flex;
  justify-content: space-evenly;
}

.merit_section:first-of-type {
  margin-top: 10rem;
}

@media (max-width: 769px) {
  .merit_section {
    flex-direction: column;
    margin-top: 7rem;
  }
  .merit_section:first-of-type {
    margin-top: 6rem;
  }
}

.merit_heading {
  width: 40%;
  line-height: 1.4;
  font-size: 3.6rem;
}

.merit_heading span {
  display: inline-block;
}

@media (max-width: 769px) {
  .merit_heading {
    width: 100%;
    font-size: 2rem;
  }
}

.merit_description {
  margin-left: 2em;
  width: 50%;
}

@media (max-width: 769px) {
  .merit_description {
    width: 100%;
    margin-left: unset;
    margin-top: 3rem;
  }
}

.merit_list_item {
  padding: 2em 0;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
  line-height: 1.75;
  display: flex;
}

.merit_list_item:first-of-type {
  border-top: 1px solid #fff;
}

@media (max-width: 769px) {
  .merit_list_item {
    font-size: 0.85rem;
  }
}

.merit_number {
  margin-right: 3em;
  display: block;
}

.merit_text-indent {
  margin-top: 1rem;
  font-size: 80%;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 1em;
}
