@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


.fv_wrapper {
  position: relative;
  width: 100%;
  height: 730px;
  margin: 0 auto;
	text-align: center;
  background: url("../images/top/illust/illust_bg.png") no-repeat;
  background-position: center -100px;
}

.fv_bg {
  position: absolute;
  top: -90px;
  right: 0;
  left: 0;
  margin: auto;
	width: 600px;
  height: 600px;
	background: url("../images/top/illust/illust_circle.png") no-repeat;
  animation:60s linear infinite rotation;
	opacity: 0.9;align-content
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.fv_bg2 {
  position: absolute;
  width: 100%;
  height: 730px;
  background: url("../images/top/illust/illust_main.png") no-repeat;
  background-position: center -110px;
}

/*
.fv_wrapper {
  position: relative;
  max-width: 1080px;
  height: 600px;
  margin: 0 auto;
  background-image: url("../images/top/top_img_pc_bg.png");
  background-position: center top;
}

.fv_bg {
  position: absolute;
  width: 100%;
  height: 600px;
  background: url("../images/top/top_img_float_bg01.png") no-repeat 540px -300px, url("../images/top/top_img_float_bg02.png") no-repeat 150px 600px;
  animation: bg_move01 20s linear infinite running;
}

@keyframes bg_move01 {
  0% {
    background-position: 540px -300px, 150px 600px;
  }

  100% {
    background-position: 50px 600px, 580px -220px;
  }
}

.fv_bg2 {
  position: absolute;
  width: 100%;
  height: 600px;
  background: url("../images/top/top_img_float_bg03.png") no-repeat 900px -370px;
  animation: bg_move02 15s linear infinite running;
  animation-delay: 2s;
}

@keyframes bg_move02 {
  0% {
    background-position: 900px -370px;
  }

  100% {
    background-position: 390px 600px;
  }
}
*/

.section_copy {
  position: absolute;
  top: 110px;
  right: 0;
  left: 0;
  margin: auto;
  width: 550px;
  z-index: 100;
}

.section_copy h1 {
  font-size: 42px;
  letter-spacing: 3px;
  line-height: 1.3;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
	text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}

.readcopy {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 16px;
  font-weight: 400;
	text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}

.readcopy span {
  font-size: 0.7em;
}

.fv_slide {
  position: absolute;
  margin-top: 90px;
  left: 52%;
}

.fv_slide_img {
  position: relative;
  width: 350px;
  height: 333px;
  margin: 0 auto;
}

.fv_slide_img .change01 {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 20s 0s infinite;
  animation: anime 20s 0s infinite;
}

.fv_slide_img .change01:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 0;
    z-index: 9;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (min-width:1367px), print {
  .fv_sp {
    display: none;
  }
.fv_wrapper {
  background-color:rgba(255,255,255,0);
  background-blend-mode:lighten;
}
}

@media screen and (min-width:721px) and (max-width:1366px), print {
  .fv_sp {
    display: none;
  }

.fv_wrapper {
  height: 60vw;
  background-position: center top;
    background-size: 140%;
  background-color:rgba(255,255,255,0);
  background-blend-mode:lighten;
}

.fv_bg {
  top: -10%;
  right: 0;
  left: 0;
  margin: auto;
	width: 50vw;
  height: 50vw;
    background-size: 100%;
	opacity: 0.9;
}

.fv_bg2 {
  height: 60vw;
  background-position: center 6vw;
    background-size: 120%;
}

  .section_copy {
  position: absolute;
  top: 0;
    margin-top: 10%;
    margin-left: initial;
    width: 100%;
    text-align: center;
  }

  .section_copy h1 {
    font-size: 4vw;
    letter-spacing: 0px;
    line-height: 1.3;
  }

  .readcopy {
    font-size: 1.5vw;
    line-height: 1.8;
    margin-top: 2%;
  }
}


@media screen and (max-width:720px), print {
  .fv_pc {
    display: none;
  }

  .fv_wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
	  text-align: center;
    background-image: url("../images/top/illust/illust_bg_sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }

.fv_bg {
  position: absolute;
  top: -10%;
  right: 0;
  left: 0;
  margin: auto;
	width: 100vw;
  height: 110vw;
	background: url("../images/top/illust/illust_circle.png") no-repeat;
  animation:60s linear infinite rotation;
    background-size: 100%;
	opacity: 0.8;
}

.fv_bg2 {
  position: absolute;
  width: 100%;
    height: 100vh;
  background-image: url("../images/top/illust/illust_main_sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}

  .fv_slide {
    position: initial;
    margin-top: initial;
    left: initial;
    margin: 0 auto;
    width: 65vw;
    padding-top: 12%;
  }

  .fv_slide_img {
    position: relative;
    width: 56vw;
    height: 53vw;
  }

  .section_copy {
  position: absolute;
  top: 0;
    margin-top: 20%;
    margin-left: initial;
    width: 100%;
    text-align: center;
  }

  .section_copy h1 {
    font-size: 6.5vw;
    letter-spacing: 0px;
    line-height: 1.5;
  }

  .readcopy {
    font-size: 3vw;
    line-height: 1.8;
    margin-top: 3%;
  }

  .home .fv_news__box {
    padding: 5em 0 1em;
  }
}


/*インスタ用 */

.insta__box {
	background-color: #FFFFFF;
	padding: 2%;
	border-radius: 10px;
}

.insta_logo {
	width: 6rem;
}
.insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 2% 0;
}

.insta_list li{
    position: relative;
    width: calc((100% - 40px)/4);
}

@media screen and (max-width: 720px){
    .insta_list li{
        width: calc((100% - 13px)/2);
    }
.insta__box {
	padding: 3vw;
}
}

.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list a{
	position: absolute;
  top: 0;
	left: 0;
  width: 100%;
  height: 100%;
}

.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta_btn{
    background-color: #594bc8;
    padding: .5em 1em;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s;
	border-radius: 5px;
}

.insta_btn a{
    color: #fff;
    text-decoration: none;
}

.insta_btn:hover{
    background-color: #8E83E4;
}



/*サクラ用 */

.fv_sakura {
  position: absolute;
  width: 100%;
  height: 730px;
}


.sakura {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sakura li {
	width: 16px;
	position: absolute;
	list-style: none;
	top: -50px;
	animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

@media screen and (max-width:720px), print {
.sakura li {
	width: 3vw;
}	
}

@keyframes fall {
	to {
		top: 100%;
	}
}
@keyframes rotate1 {
	from {
		transform: translateX(0px) rotate(0deg);
	}
	to {
		transform: translateX(200px) rotate(-80deg) rotateX(180deg);
	}
}
@keyframes rotate2 {
	from {
		transform: translateX(200px) rotate(-45deg);
	}
	to {
		transform: translateX(0px) rotate(0deg);
	}
}
.sakura li:nth-child(1) {
	left: 0;
	animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
.sakura li:nth-child(2) {
	left: 5vw;
	animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
.sakura li:nth-child(3) {
	left: 15vw;
	animation: fall 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}
.sakura li:nth-child(4) {
	left: 30vw;
	animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}
.sakura li:nth-child(5) {
	left: 40vw;
	animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}
.sakura li:nth-child(6) {
	left: 55vw;
	animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}
.sakura li:nth-child(7) {
	left: 65vw;
	animation: fall 7s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
}
.sakura li:nth-child(8) {
	left: 50vw;
	animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
.sakura li:nth-child(9) {
	left: 75vw;
	animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
.sakura li:nth-child(10) {
	left: 85vw;
	animation: fall 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}
