@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
.pixcelArt {
  image-rendering: pixelated;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 1em;
}
body {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.13em;
  font-family: 'PT Sans','Noto Sans JP', sans-serif;
  color: #3E4550;
  background-color: #fcfcfc;
  overflow-x: hidden;
  text-align: center;
}
li {
  list-style: none;
}
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
.typed_wrap p {
  text-align: left;
}
.typed::after {
  content: "|";
  animation: blink 1s infinite;
}

@keyframes blink {
  50%{opacity: 0;}
}
.scrolldown1{
  position:absolute;
  left:50px;
  bottom:10px;
  height:50px;
}
.scrolldown1 span{
  position: absolute;
  left:-15px;
  top: -30px;
  color: #3E4550;
  font-size: 12px;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #3E4550;
  animation: pathmove 1.5s ease-in-out infinite;
  opacity:0;
}

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

/* スクロール */
div.scroll-up {
    opacity: 0; 
    visibility: hidden;
    transform: translateY(50px);
    transition: all 1s;
}
div.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--HEADER_INDEX);
  width: 100%;
  background-color: transparent;
  mix-blend-mode: difference;
}
.header_inner {
  padding-inline: 24px;
  padding-block: 20px;
}
.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo {
  width: 27px;
  height: 33px;
  z-index: var(--BUTTON_INDEX);
}
.header_button {
  position: relative;
  z-index: var(--BUTTON_INDEX);
  color: var(--white);
  font-size: 1.2rem;
}
.header_close {
  display: none;
}
.header_nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100dvh;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: var(--NAV_INDEX);
  padding: 30px;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
.header_list {
  margin-bottom: 46px;
}
.header_item:not(:last-of-type) {
  margin-bottom: 14px;
}
.header_link {
  display: flex;
  overflow: hidden;
  opacity: 0;
  color: var(--white);
}
.header_wrapper {
  display: inline-flex;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1.3s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.header_text {
  display: inline-block;
  margin-right: 6px;
  font-size: 4.8rem;
  font-family: var(--main-font);
  letter-spacing: 0.03em;
}
.header_number {
  display: inline-block;
  margin-top: 8px;
}
.is-open .header_nav {
  opacity: 1;
  visibility: visible;
}
.is-open .header_link {
  opacity: 1;
}
.is-open .header_wrapper {
  opacity: 1;
  transform: translateY(0);
}
.is-open .header_menu {
  display: none;
}
.is-open .header_close {
  display: block;
}

/*========================================================
  mv
=========================================================*/
.main-mv {
  line-height: 0;
}
.lower {
  width: 100%;
}
.lower h1 {
  font-size: 32px;
  letter-spacing: 0.15em;
  position: relative;
}
.lower h2 {
  font-size: 20px;
  letter-spacing: 0.15em;
}
.main-mv img {
  width: 100%;  /* 幅を100%表示 */
  max-width: 1980px;
  height: 980px;  /* 高さを460pxに設定 */
  object-fit: cover;  /* コンテナ内全体に拡大 */
}
.main-mv .title_logo {
  position: absolute;
  top: 0px;
  left: 0;
  margin: auto;
  z-index: 1;
}
.main-mv .team_logo {
  position: absolute;
  top: 150px;
  right: 350px;
  width: 125px;
  height: auto;
  margin: auto;
  z-index: 1;
  border-right: 3px solid #fff;
  padding-right: 25px;
}
.main-mv .windows_logo {
  position: absolute;
  top: 140px;
  right: 110px;
  width: 250px;
  height: auto;
}
.main-mv .charactor {
  position: absolute;
  top: 250px;
  left: 0px;
  width: 700px;
  height: auto;
  z-index: 1;
}
.main-mv .game_info {
  position: absolute;
  top: 300px;
  right: 100px;
  width: 400px;
  height: auto;
  z-index: 1;
}
.main-mv .game_info_txt {
  position: absolute;
  top: 320px;
  right: 110px;
  width: 375px;
  height: auto;
  z-index: 2;
}
.lower_inner {
  width: 80%;
  padding: 0 10% 0;
  box-sizing: content-box;
}
.lower h1 {
  font-size: 32px;
  letter-spacing: 0.15em;
  position: relative;
}
.lower h2 {
  font-size: 20px;
  letter-spacing: 0.15em;
}
button {
  border: 0;
  line-height: 2.5;
  padding: 1.2em 1.5em;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}
.gameDownload a.btn-rounded{
  top: 72.5%;
  right: 31%;
  z-index: 10;
  background-color: rgba(220, 0, 0, 1);
}
.proposalDownload a.btn-rounded{
  top: 72.5%;
  right: 19%;
  z-index: 10;
  background-color: rgba(0, 0, 220, 1);
}
.specificationDownload a.btn-rounded{
  top: 72.5%;
  right: 7%;
  z-index: 10;
  background-color: rgba(0, 220, 0, 1);
}

/*ダウンロードボタン*/
.btn,
a.btn,
button.btn {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  position: absolute;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #0ff;
  border-radius: 0.5rem;
  z-index: 11;
}

a.btn-rounded {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 35px 0;
  border-radius: 50%;
  -webkit-box-shadow: inset 5px 30px 20px rgba(255, 255, 255, 0.5),
    0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 30px 20px rgba(255, 255, 255, 0.5),
    0 6px 10px rgba(0, 0, 0, 0.2);
}

a.btn-rounded i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-rounded:hover {
  -webkit-box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.55),
    0 3px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.55),
    0 3px 7px rgba(0, 0, 0, 0.2);
}

a.btn-rounded:hover i {
  bottom: 6px;
}

.fa-position-bottom {
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 0.5rem);
}

/*スクロールダウン*/
.main-mv .container {
  position: absolute;
  top: 90%;
  right: 50%;
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  padding: 0;
  width: 80px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -25px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
/*========================================================
  スクロールイメージ
=========================================================*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#scroll_image {
  top: -100px;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4);
  height: 260px;
}
.scroll-infinity__item>img {
  width: 100%;
}

/*========================================================
  about
=========================================================*/
.about p {
  width: 70%;
  margin: auto;
  line-height: 1.5em;
  font-size: 20px;
}
h1.about::before {
  content: 'About';
  position: absolute;
  left: -180px;
  top: -120px;
  display: inline-block;
  color: transparent;
  font-size: 210px;
  letter-spacing: 0;
  line-height: 1em;
  text-align: left;
  -webkit-text-stroke: 1px #A7A7A7; 
  text-stroke: 1px #A7A7A7;
  z-index: -1;
}
.about_movie {
  margin-top: 50px;
}
.about_img {
  width: 50%;
}
.about_img img{
  width: 90%;
}
.about_desc {
  text-align: center;
  width: 40%;
}
.about_desc p{
  width: 100%;
  margin: auto;
  font-size: 32px;
}
.about_desc span{
  color: #ff0000;
  font-weight: bold;
}
div.about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0;
}
section.about {
  margin-top: 230px;
}
h2.concept {
  margin: 150px 0 20px;
  font-size: 30px;
  letter-spacing: 0.15em;
}
p.concept {
  width: 50%;
  font-size: 32px;
  font-weight: bold;
  padding: 5px 0;
  display: inline-block;
  background-image: linear-gradient(transparent 70%, #0ff 0%);
  line-height: 0.8em;
}

/*========================================================
  proposal
=========================================================*/
section.proposal {
  margin-top: 300px;
  text-align: center;
}
h1.proposal::before {
  content: 'proposal';
  position: absolute;
  right: 0px;
  top: -120px;
  display: inline-block;
  color: transparent;
  font-size: 210px;
  letter-spacing: 0;
  line-height: 1em;
  text-align: left;
  -webkit-text-stroke: 1px #A7A7A7; 
  text-stroke: 1px #A7A7A7;
  z-index: -1;
}
.proposal .bx-wrapper {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  width: 60%;
  height: auto;
  margin: 200px auto;
}

/*========================================================
  specification
=========================================================*/
section.specification {
  margin-top: 300px;
}
h1.specification::before {
  content: 'specification';
  position: absolute;
  left: 0px;
  top: -120px;
  display: inline-block;
  color: transparent;
  font-size: 210px;
  letter-spacing: 0;
  line-height: 1em;
  text-align: left;
  -webkit-text-stroke: 1px #A7A7A7; 
  text-stroke: 1px #A7A7A7;
  z-index: -1;
}
.specification .bx-wrapper {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  width: 60%;
  height: auto;
  margin: 200px auto;
}

/*========================================================
  point
=========================================================*/
section.point {
  margin-top: 300px;
  margin-bottom: 100px;
}
.point_list {
  margin-top: 100px;
}
h1.point::before {
  content: 'Point';
  position: absolute;
  right: 0px;
  top: -120px;
  display: inline-block;
  color: transparent;
  font-size: 210px;
  letter-spacing: 0;
  line-height: 1em;
  text-align: left;
  -webkit-text-stroke: 1px #A7A7A7; 
  text-stroke: 1px #A7A7A7;
  z-index: -1;
}
.point_container {
  background: #F2F2F2;
  max-width: 1920px;
  justify-content: center;
  align-items: center;
}
.point_container h2 {
  text-align: center;
  padding-top: 50px;
  margin: auto;
  margin-bottom: 50px;
  width: 70%;
}
.point_contentns {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto 0 0;
}
.point_contentns .desc {
  padding: 0;
  background: none;
  margin: auto 5%;
  width: 50%;
}
.point .bx-wrapper {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  width: 40%;
  margin: 0px 10% 100px 0;
}
.point .bx-wrapper img {
  height: auto;
}

.point header {
  padding-bottom: 36px;
  color: #333;
}

.point header h2{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.point header h2 small {
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 1.36em;
  text-indent: 0.68em;
}

.point header h2 span {
  font-size: 31px;
  padding: 78px 0 0;
  letter-spacing: 0.42em;
  text-indent: 0.21em;
  font-family: "Noto Serif JP";
}

.point header h2::before {
  position: absolute;
  content: "";
  background: url(https://www.jp.square-enix.com/harvestella/assets/img/story/hr.png) no-repeat center top/auto 12px;
  width: 1024px;
  height: 12px;
  left: 50%;
  top: 53px;
  margin: 0 0 0 -512px;
}

/* 1024px以上の画面サイズで適用されるスタイル */
@media screen and (min-width: 1024px){
  .point_contentns {
    margin: 0 auto;
    clear: both;
    zoom: 1;
    position: relative;
    z-index: 1;
    padding: 0;
    text-align: left;
  }
  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }
} 

/* 768px以下の画面サイズで適用されるスタイル */
@media(min-width: 768px) {
  .header_inner {
    padding-inline: 66px;
    padding-block: 40px;
  }
  .header_logo {
    width: 39px;
    height: 47px;
  }
  .header_button {
    display: none;
  }
  .header_nav {
    opacity: 1;
    visibility: visible;
    position: relative;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
  .header .sns-list {
    display: none;
  }
  .header_list {
    display: flex;
    margin-bottom: 0;
  }
  .header_item:not(:last-of-type) {
    margin-right: 60px;
    margin-bottom: 0;
  }
  .header_link {
    position: relative;
    padding: 8px;
    overflow: visible;
    opacity: 1;
  }
  .header_link::after {
    position: absolute;
    content: "";
    left: 8px;
    bottom: 2px;
    width: calc(100% - 16px);
    height: 1px;
    background-color: var(--white);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.19, 0.61, 0.36, 1);
  }
  .header_link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .header_wrapper {
    display: inline-flex;
    opacity: 1;
    transform: translateY(0);
    transition: none;
  }
  .header_text {
    margin-right: 0;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: var(--sub-font);
  }
  .header_number {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}