@charset "UTF-8";
/* CSS Document */
/*メインビジュアル*/
body {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
}
/*あにめーしょん*/
.fuwa {
  animation: fuwa 1s forwards 0s ease-out;
}
.mv-fuwa {
  animation: fuwa 1s forwards .5s ease-out;
}
@keyframes fuwa {
  0% {
    filter: blur(60px);
  }
  60% {
    filter: blur(3px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes up {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width:1380px) {
  .pc-hidden {
    display: none;
  }
}
main {
  overflow-x: hidden;
}
.color {
  color: #89B6FF;
}
.color2 {
  color: #5895F8;
}
.img {
  opacity: 0;
}
.up {
  animation: up 1s forwards ease-out;
}
/*MV*/
.b {
  width: 100%;
  height: 6000px;
  background-color: #fff;
}
.bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -9999;
}
.mv {
  height: 100vh;
  max-height: 900px;
  width: 100vw;
  position: relative;
  pointer-events: none;
}
.mv-object {
  width: 80%;
  height: 680px;
  background: rgb(255, 255, 255);
  background: linear-gradient(126deg, rgba(245, 250, 250, 1) 0%, rgba(207, 238, 254, 1) 100%);
  position: absolute;
  top: 0;
  right: 0;
}
.mv-photo img {
  width: 560px; 

  max-height: 1000px;
  min-height: 720px;
  object-fit: contain;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.mv-fuwatext {
  position: absolute;
  top: 280px;
  left: 72vw;
  writing-mode: vertical-rl;
  text-align: left;
  height: 800px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 4px;
  z-index: 100;
  filter: blur(80px);
  pointer-events: none;
}
.mv-fuwatext li {
  margin-left: 2vw;
}
.mv-fuwatext li:nth-child(2) {
  margin-top: 24px;
}
.mv-fuwatext li:last-child {
  margin-top: 48px;
}
.award {
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  position: absolute;
  top: 880px;
   left: 50%;
  transform: translateX(-89%);
  z-index: 100;
}
.spa {
  letter-spacing: -0.08em;
}
/*youtube*/
.movie {
  padding-top: 560px;
  text-align: center;
}
.mo-fuwatext {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 4px;
  filter: blur(60px);
}
iframe {
  margin: 280px auto 0;
  width: 50vw;
  height: calc(50vw * .6);
}
/*introduction*/
.introduction {
  position: relative;
  width: 100%;
  height: 1000px;
  padding-top: 240px;
}
.id-fuwatext {
  font-size: 1.6rem;
  position: absolute;
  top: 200px;
  right: 20vw;
  writing-mode: vertical-rl;
  text-align: left;
  height: 80vh;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 8px;
  z-index: 100;
  filter: blur(60px);
}
.id-fuwatext li:last-child {
  font-size: 3.2rem;
}
.id-object {
  width: 84vw;
  height: 720px;
  background: rgb(255, 255, 255);
  background: linear-gradient(126deg, rgba(245, 250, 250, 1) 0%, rgba(207, 238, 254, 1) 100%);
  position: absolute;
  top: 480px;
  right: 0;
}
.id-title {
  font-size: 8rem;
  position: absolute;
  top: 464px;
  left: 24vw;
  font-family: 'MyFont'
}
.id-text {
  font-size: 1.6rem;
  width: 72vw;
  background-color: #fff;
  color: #333;
  line-height: 1.8;
  text-align: left;
  padding: 40px;
  position: absolute;
  top: 600px;
  right: 0;
}
.introduction img {
  max-width: 720px;
  width: 28vw;
  position: absolute;
  top: 920px;
  right: 8vw;
}
.id-fuwatext-b {
  position: absolute;
  top: 1000px;
  left: 24vw;
  writing-mode: vertical-rl;
  text-align: left;
  height: 80vh;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 4px;
  z-index: 100;
  filter: blur(60px);
}
.id-fuwatext-b li {
  margin-left: 4vw;
  letter-spacing: 4px;
}
.id-fuwatext-b li:nth-child(2) {
  margin: 88px 4vw 0;
}
.id-fuwatext-b li:last-child {
  margin: 88px 0 0;
  font-size: 3.2rem;
  letter-spacing: 8px;
}
/*story*/
.story {
  width: 100%;
  padding-top: 240px;
  position: relative;
}
.st-image li img {
  max-width: 100%;
}
.st-object {
  width: 84vw;
  height: 1400px;
  background: rgb(255, 255, 255);
  background: linear-gradient(126deg, rgba(245, 250, 250, 1) 0%, rgba(207, 238, 254, 1) 100%);
  position: absolute;
  top: 480px;
  right: 0;
}
.st-title {
  font-size: 8rem;
  position: absolute;
  top: 464px;
  left: 24vw;
  font-family: 'MyFont'
}
.st-text {
  font-size: 1.6rem;
  width: 72vw;
  background-color: #fff;
  color: #333;
  text-align: left;
  padding: 40px;
  position: absolute;
  line-height: 1.8;
  top: 560px;
  right: 0;
}
.st-text p {
  width: 32%;
  min-width: 320px;
}
.st-image {
  width: 100vw;
  position: relative;
  z-index: 100;
}
.st-image li {
  position: absolute;
  display: block;
  width: 400px;
}
.st-image li:first-child {
  width: 24vw;
  max-width: 400px;
  top: 160px;
  left: 60vw;
}
.st-image li:nth-child(2) {
  width: 28vw;
  max-width: 400px;
  top: 440px;
  right: 10vw;
}
.st-image li:nth-child(3) {
  top: 760px;
  left: 70vw;
}
.st-image li:nth-child(3) img {
  width: 20vw;
  max-width: 320px;
  min-width: 160px;
  object-fit: cover;
  object-position: center;
}
.st-image li:nth-child(4) {
  top: 760px;
  left: 48vw;
}
.st-image li:nth-child(4) img {
  width: 18vw;
  max-width: 320px;
  min-width: 160px;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.st-image li:last-child {
  width: 28vw;
  top: 960px;
  max-width: 400px;
  left: 22vw;
}
.st-fuwatext {
  position: absolute;
  top: 1600px;
  right: 16vw;
  writing-mode: vertical-rl;
  text-align: left;
  height: 80vh;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 4px;
  z-index: 100;
  filter: blur(60px);
}
.st-fuwatext li {
  margin-left: 4vw;
  letter-spacing: 4px;
}
.st-fuwatext li:last-child {
  font-size: 2.4rem;
  letter-spacing: 8px;
}
/*nav*/
.navbar {
  height: 800px;
  width: 16vw;
  background-color: #fff;
  opacity: .5;
  position: relative;
}
/*contact*/
.contact {
  padding: 160px 0 160px;
  width: 100vw;
  background: rgb(255, 255, 255);
  background: linear-gradient(126deg, rgba(245, 250, 250, 1) 0%, rgba(207, 238, 254, 1) 60%, rgba(167, 200, 255, 1) 100%);
}
.contact-Link {
  display: block;
  text-align: center;
  width: 80px;
  padding-bottom: 8px;
  border-bottom: solid 2px #2376FF;
  font-size: 2.4rem;
  color: #2376FF;
  font-family: myfont;
  margin: 160px auto 80px;
}
.line {
  display: flex;
  justify-content: space-between;
  width: 40px;
  height: 4px;
  margin: 0 auto 40px;
}
.line li {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
.cf {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 0px auto;
}
.cf-img {
  width: 80%;
  background-image: url("../images/index/cfpc.png");
  max-width: 800px;
  height: 1600px;
  margin: 0 auto;
   background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width:1380px) {
  .mv-fuwatext {
    top: 900px;
    right: 9vw;
    font-size: 1.4rem;
  }
  .mv-photo img {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .movie {
    padding-top: 900px;
  }
  .b {
    height: 6000px;
  }
  .ten {
    display: none;
  }
}
@media (max-width:1080px) {
  .a {
    font-size: 1.2rem;
  }
  .bg {
    display: none;
  }
  .navbar {
    width: 100vw;
    height: calc(100vw / 1.8);
    background: url("../images/index/fukei.jpg");
    background-size: cover;
    opacity: 1;
  }
  iframe {
    margin: 280px auto 0;
    width: 100%;
    max-width: 800px;
    height: calc(50vw - 32px * 0.6);
  }
  .id-title {
    font-size: 4rem;
    left: 12vw;
  }
  .id-text {
    width: calc(100vw - 96px);
    padding: 48px 24px;
  }
  .id-object {
    width: 100vw;
  }
  .id-fuwatext-b {
    left: 12vw;
  }
  .st-title {
    font-size: 4rem;
    left: 12vw;
  }
  .st-object {
    width: 100vw;
  }
  .st-text {
    width: calc(100vw - 96px);
    padding: 48px 24px;
  }
  .st-image {
    transform: translateX(-10vw);
  }
  .b {
    height: 6480px;
  }
}
@media (max-width:850px) {
  .mv-object {
    width: 60vw;
    height: 120vh;
  }
  .mv-photo {
    width: 100vw;
    padding: 0 16px;
  }
  .mv-photo img {
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    width: calc(100vw - 16px);
    min-width: 0;
    min-height: 0;
    height: auto;
    max-height: 1652px;
  }
  .mv-fuwatext {
    top: calc(90vw * 1.7 + 96px);
    right: 16px;
    font-size: clamp(1.2rem, 820px, 1.6rem);
  }
  .award {
    font-size: 1.2rem;
    top: calc(90vw * 1.7 + 40px);
    left: 16px;
    transform: translateX(0);
  }
  .movie {
    padding-top: 960px;
  }
  iframe {
    margin-top: 160px;
    width: calc(100vw - 16px);
    min-height: 320px
  }
  .movie p {
    font-size: 2.4rem;
  }
  /*introduction*/
  .introduction {
    padding-top: 160px;
  }
  .id-fuwatext {
    font-size: 1.2rem;
    position: absolute;
    top: 180px;
    right: 48px;
    writing-mode: vertical-rl;
    text-align: left;
    height: 80vh;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 8px;
    z-index: 100;
  }
  .id-fuwatext li:last-child {
    font-size: 2rem;
  }
  .id-title {
    font-size: 3.2rem;
    position: absolute;
    top: 464px;
    left: 24px;
    font-family: 'MyFont'
  }
  .id-object {
    width: 100vw;
    height: 560px;
  }
  .id-text {
    font-size: 1.4rem;
    width: calc(100vw - 48px);
    background-color: #fff;
    color: #333;
    text-align: left;
    line-height: 1.8;
    padding: 48px 12px;
    position: absolute;
    top: 504px;
    right: 0;
  }
  .introduction img {
    max-width: 720px;
    width: 50vw;
    position: absolute;
    top: 220px;
    left: 24px;
  }
  .id-fuwatext-b {
    position: absolute;
    top: 1000px;
    left: 48px;
    writing-mode: vertical-rl;
    text-align: left;
    height: 80vh;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 4px;
    z-index: 100;
  }
  .id-fuwatext-b li {
    margin-left: 4vw;
    letter-spacing: 4px;
  }
  .id-fuwatext-b li:nth-child(2) {
    margin: 64px 4vw 0;
  }
  .id-fuwatext-b li:last-child {
    margin: 64px 0 0;
    font-size: 2rem;
    letter-spacing: 8px;
  }
  /*story*/
  .st-image li img {
    max-width: 100%;
    min-width: 160px;
  }
  .st-object {
    width: 100vw;
    height: 640px;
    background-color: #CFEEFE;
    position: absolute;
    top: 480px;
    right: 0;
  }
  .st-title {
    font-size: 4rem;
    position: absolute;
    top: 464px;
    left: 24px;
    font-family: 'MyFont'
  }
  .st-text {
    font-size: 1.4rem;
    width: calc(100vw - 48px);
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 48px 12px;
    position: absolute;
    line-height: 1.8;
    top: 504px;
    right: 0;
  }
  .st-text p {
    width: 100%;
    min-width: 320px;
  }
  .st-image {
    width: 100vw;
    position: relative;
    transform: translateX(0);
    z-index: 100;
  }
  .st-image li {
    position: absolute;
    display: block;
    width: 400px;
  }
  .st-image li:first-child {
    display: none;
  }
  .st-image li:nth-child(2) {
    width: 40vw;
    top: 120px;
    right: 20px;
  }
  .st-image li:nth-child(3) {
    display: none;
  }
  .st-image li:nth-child(3) img {
    display: none;
  }
  .st-image li:nth-child(4) {
    display: none;
  }
  .st-image li:last-child {
    width: 60vw;
    top: 760px;
    left: 48px;
  }
  .st-fuwatext {
    position: absolute;
    top: 1200px;
    right: 24px;
    writing-mode: vertical-rl;
    text-align: left;
    min-height: 800px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 4px;
    z-index: 100;
  }
  .st-fuwatext li {
    margin-left: 4vw;
    letter-spacing: 4px;
  }
  .st-fuwatext li:last-child {
    font-size: 2rem;
    letter-spacing: 8px;
  }
  .b {
    height: 5800px;
  }
  .contact {
    padding: 80px 0 120px;
  }
  .contact-Link {
    margin-top: 160px;
    font-size: 2rem;
    padding-bottom: 8px;
    width: 72px;
  }
  .cf {
    margin: 20px auto 80px;
  }
  .cf-img {
  background-image: url("../images/index/cf.png");
  max-width:800px;
  height: 1300px;
 
  margin: 0 auto;
  background-size: contain;
}
}
@media (max-width:541px) {
  .b {
    height: 5200px;
  }
  
}
@media (max-width:490px) {
  .mv-fuwatext {
    top: calc(90vw * 1.7 + 120px);
    left: 80vw;
    transform: translateX(-50%);
    font-size: 1.4rem;
  }
  .mv-fuwatext li {
    margin-left: 4vw;
    font-size: 1.2rem;
  }
  .mv-fuwatext li:nth-child(2) {
    margin-top: 24px;
    font-size: 1.4rem;
  }
  .mv-fuwatext li:last-child {
    margin-top: 48px;
    font-size: 1.6rem;
  }
  .movie {
    padding-top: 560px;
  }
  .movie p {
    font-size: 2rem;
  }
  .st-image li:last-child {
    top: 800px;
  }
  .b {
    height: 4880px;
  }
}