
/*　home 共通
------------------------------------------------------------------------------------------------*/

.fv{
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/common/bg-towel.jpg) center top no-repeat;
  background-size: cover;
  height: 73.6rem;
  padding-bottom: 5.6rem;
}
.fv-swiper{
  width: 88rem;
  aspect-ratio: 880 / 455;
  margin: 0 auto;
}
.fv-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0 !important;
  transition: opacity 0.5s;
}
.fv-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.fv h1 img{
  width: 78.6rem;
  margin: 0 auto;
}


.home main > .content{
  transform: translateY(-8rem);
}


.home-pr p{
  text-align: center;
}
.home-pr ul.video-li{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 5rem;
}
.home-pr ul.video-li li{
  display: block;
}


.home-story{
  position: relative;
}
.home-story p{
  text-align: center;
}
.home-story .arrow-btn{
  margin: 5rem auto 0;
}
.home-story img.img1{
  width: 24.2rem;
  position: absolute;
  right: -6.8rem;
  top: -3.9rem;
}
.home-story img.img2{
  width: 27.2rem;
  position: absolute;
  left: -8.8rem;
  top: 21.2rem;
}




/*　character 共通
------------------------------------------------------------------------------------------------*/

.character .coming{
  padding: 12rem 0;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.character .coming img.coming-img{
  width: 40rem;
  margin: 0 auto 2rem;
}




/*　story 共通
------------------------------------------------------------------------------------------------*/

.story .birth{
  position: relative;
}
.story .birth img.img{
  width: 19.8rem;
  position: absolute;
  right: 2.6rem;
  top: -8.2rem;
}


.story .production{
  position: relative;
}
.story .production img.img{
  width: 30.2rem;
  position: absolute;
  right: 5rem;
  top: 13.6rem;
}
.story .production h3{
  line-height: 2;
  margin: 3em 0 0.8em;
}




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){

/*　home 共通
------------------------------------------------------------------------------------------------*/

.fv{
  background: url(../images/common/bg-towel_sp.jpg) center top no-repeat;
  background-size: cover;
  height: 100svh;
  min-height: 48rem;
  max-height: 62rem;
  padding-bottom: 6rem;
}
.fv .content {
  padding: 0;
}
.fv-swiper{
  width: 100%;
}
.fv h1 img{
  width: 32.8rem;
  margin-top:12px;
}


.home-pr p{
  text-align: left;
}
.home-pr ul.video-li{
  display: grid;
  grid-template-columns: 100%;
  gap: 2rem;
  margin-top: 4rem;
}


.home-story p{
  text-align: left;
}
.home-story .arrow-btn{
  margin: 2.4rem auto 0;
}
.home-story img.img1{
  width: 16rem;
  right: -8rem;
  top: -5.1rem;
}
.home-story img.img2{
  width: 11.6rem;
  left: -4.3rem;
  top: 1.5rem;
}




/*　character 共通
------------------------------------------------------------------------------------------------*/

.character .coming{
  padding: 8rem 0;
  font-size: 2rem;
}
.character .coming img.coming-img{
  width: 22.8rem;
  margin: 0 auto 1rem;
}




/*　story 共通
------------------------------------------------------------------------------------------------*/

.story .birth img.img{
  width: 8rem;
  right: 1rem;
  top: -3.6rem;
}


.story .production img.img{
  width: 24rem;
  position: unset;
  margin: 4rem auto 0;
}




}/*　スマホここまで */



