@charset "UTF-8";
/****************************************************
共通部分
****************************************************/
html{
box-sizing:border-box;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
font-feature-settings: "palt";
}
*,*::before,*::after{box-sizing:inherit;}

img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
a{
  text-decoration: none;
  transition: 0.5s;
}
a:hover{
  opacity: 0.8;
}
.inner{
  max-width: 1100px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.flex{
  display: flex;
  justify-content: space-between;
}
.flexRe{
  flex-direction: row-reverse;
}
.maru{
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
main{
  overflow: hidden;
}
@media screen and (max-width:768px){
.inner{
  max-width: 360px;
  padding-left: 15px;
  padding-right: 15px;
}
.sp-none{
  display: none !important;
}
.flexSp{
  display: flex;
  justify-content: space-between;
}
}


@media screen and (min-width:769px){
.pc-none{
  display: none !important;
}
.flexPc{
  display: flex;
  justify-content: space-between;
}
}


/****************************************************
mv
****************************************************/
header .inner{
  max-width: 1200px;
}

header .inner a{
  width: 200px;
  display: block;
  padding-top: 14px;
}

@media screen and (max-width:768px){
header .inner a{
  width: 65px;
  display: block;
  padding-top: 7px;
}
}



/****************************************************
mv
****************************************************/
.mv{
  margin-top: 50px;
  background: url(../images/mv_bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 34.8vw;
}
.mv__title{
  width: 54.1vw;
  max-width: 100%;
  margin: 0 auto;
}
.mv ul{
  position: relative;
}
.mv ul li{
  list-style: none;
  position: absolute;
}
.mv ul li.mv__left{
  width: 24.27vw;
  top: 2.08vw;
  left: 22vw;
}
.mv ul li.mv__center{
  width: 19.84vw;
  left: 0;
  right: 0;
  margin: auto;
}
.mv ul li.mv__right{
  width: 22.34vw;
  top: -1vw;
  right: 23.5vw;
}

@media screen and (max-width:768px){
  .mv{
    margin-top: 13px;
    background: url(../images/mv_bg.png) no-repeat center;
    background-size: 173%;
    background-position: top;
    padding-bottom: 59.33vw;
  }
  .mv__title{
    width: 92.13vw;
    max-width: 100%;
    margin: 0 auto;
  }
  .mv ul li.mv__left{
    width: 41.33vw;
    top: 3vw;
    left: 1.5vw;
  }
  .mv ul li.mv__center{
    width: 33.7vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mv ul li.mv__right{
    width: 38vw;
    top: -3vw;
    right: 5vw;
  }
  
}



/****************************************************
introduce
****************************************************/
.introduce{
  position: relative;
  overflow: hidden;
}
.introduce .bg3{
  position: absolute;
  display: block;
  width: 91.14vw;
  top: 2.29vw;
  left: 4.94vw;
  z-index: -1;
  -webkit-animation: 1.4s linear 0s infinite alternate kirakira1;
  animation: 1.4s linear 0s infinite alternate kirakira1;
}
.introduce .bg1{
  position: absolute;
  display: block;
  width: 84.58vw;
  top: 3.33vw;
  left: 5.9vw;
  z-index: -1;
  -webkit-animation: 1.6s linear 0s infinite alternate kirakira2;
  animation: 1.6s linear 0s infinite alternate kirakira2;
}
.introduce .bg2{
  position: absolute;
  display: block;
  width: 103vw;
  top: 3.3vw;
  left: -4vw;
  z-index: -1;
  -webkit-animation: 1.3s linear 0s infinite alternate kirakira3;
  animation: 1.3s linear 0s infinite alternate kirakira3;
}
@-webkit-keyframes kirakira1 {
  0%{opacity: 1;}
  50%{opacity: 0.6;}
  100%{opacity: 0;}
}
@keyframes kirakira2 {
  0%{opacity: 1;}
  50%{opacity: 0.6;}
  100%{opacity: 0;}
}
@-webkit-keyframes kirakira2 {
  0%{opacity: 0;}
  50%{opacity: 0.6;}
  100%{opacity: 1;}
}
@keyframes kirakira2 {
  0%{opacity: 0;}
  50%{opacity: 0.6;}
  100%{opacity: 1;}
}
@-webkit-keyframes kirakira3 {
  0%{opacity: 0;}
  30%{opacity: 0.7;}
  100%{opacity: 1;}
}
@keyframes kirakira3 {
  0%{opacity: 0;}
  30%{opacity: 0.6;}
  100%{opacity: 1;}
}

.introduce .introduce__title{
  width: 45.36vw;
  margin: 0 auto;
  padding-top: 15.8vw;
}
.introduce .introduce__text{
  letter-spacing: 0.12em;
  margin: 3.6vw auto 0;
  font-size: 1.95vw;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
rt{
  font-weight: 400;
}
@media screen and (max-width:768px){
.introduce .bg1{
  position: absolute;
  display: block;
  width: 85.58vw;
  top: 9.33vw;
  left: -2vw;
  z-index: -1;
  -webkit-animation: 1.6s linear 0s infinite alternate kirakira2;
  animation: 1.6s linear 0s infinite alternate kirakira2;
}
.introduce .bg3{
  position: absolute;
  display: block;
  width: 87vw;
  top: 2.29vw;
  left: 4.94vw;
  z-index: -1;
  -webkit-animation: 1.4s linear 0s infinite alternate kirakira1;
  animation: 1.4s linear 0s infinite alternate kirakira1;
}
.introduce .bg2{
  position: absolute;
  display: block;
  width: 90vw;
  top: 3.3vw;
  left: 2.29vw;
  z-index: -1;
  -webkit-animation: 1.3s linear 0s infinite alternate kirakira3;
  animation: 1.3s linear 0s infinite alternate kirakira3;
}
.introduce .introduce__title{
  width: 92.8vw;
  margin: 0 auto;
  padding-top: 41.7vw;
}
.introduce .introduce__text {
  letter-spacing: 0.12em;
  margin: 2.4vw auto 0;
  font-size: 2.933vw;
  text-align: center;
  line-height: 2;
  padding-bottom: 34.66vw;
  width: 95%;
}
}



/****************************************************
character
****************************************************/
.character{
  margin-top: 131px;
  padding-bottom: 100px;
}
.character__title{
  margin-top: 131px;
}
.character__cen{
  background: url(../images/character_cen_bg.png) no-repeat;
  background-size: 50%;
  background-position: right;
  padding-bottom: 99px;
  padding-top: 115px;
}
.character__cen .left{
  width: 38.5%;
}
.character__cen .left img{
  display: block;
  width: 77.55%;
  margin: 0 auto;
}
.character__cen .right{
  width: 61.5%;
  margin-top: 22px;
}
.character__cen .right img{
  width: 62.3%;
  display: block;
  margin-bottom: 30px;
}
.character__cen .right p{
  font-size: 24px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

.character__ral{
  background: url(../images/character_ral_bg.png) no-repeat;
  background-size: 56%;
  background-position: left;
  padding-bottom: 115px;
  padding-top: 115px;
}
.character__ral .left{
  width: 29.85%;
}
.character__ral .left img{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.character__ral .right{
  width: 70%;
  margin-top: 22px;
  padding-left: 26%;
}
.character__ral .right img{
  width: 100%;
  display: block;
  margin-bottom: 30px;
  max-width: 394.7px;
}
.character__ral .right p{
  font-size: 24px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}


.character__spots > .inner{
  margin-top: 0;
}
.character__spots .left{
  width: 38.5%;
}
.character__spots .left img{
  display: block;
  width: 77.55%;
  margin: 0 auto;
}
.character__spots .right{
  width: 61.5%;
  margin-top: 22px;
}
.character__spots .right img{
  width: 62.3%;
  display: block;
  margin-bottom: 30px;
}
.character__spots .right p{
  font-size: 24px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width:768px){
.character__ral .right img{
  width: 62.3%;
}
.character{
  margin-top: 50px;
  padding-bottom: 60px;
}
.character .inner {
  max-width: initial;
}
.character__title {
  margin-top: 0;
}
.character__cen .left {
  width: 68%;
  margin: 0 auto;
}
.character__cen > .inner {
  margin-top: 50px;
}
.character__cen .left img {
  display: block;
  width: 73%;
  margin: 0;
}
.character__cen .right {
  width: 87%;
  margin: 22px 0 auto 13%;
}
.character__cen .right p {
  font-size: 13px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.character__ral > .inner {
  margin-top: 50px;
}
.character__ral .left {
  width: 75%;
  margin: 0 auto;
}
.character__ral .left img {
  display: block;
  width: 65%;
  margin: 0 0 0 auto;
}
.character__ral .right {
  width: 87%;
  margin: 22px 0 auto 13%;
  padding-left: 0;
}
.character__ral .right p {
  font-size: 13px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.character__cen {
  background: url(../images/character_cen_bg-sp.png) no-repeat;
  background-size: 80%;
  background-position: right 61%;
  padding-bottom: 0;
  padding-top: 0;
}
.character__ral {
  background: url(../images/character_ral_bg-sp.png) no-repeat;
  background-size: 85%;
  background-position: left;
  padding-bottom: 0;
  padding-top: 0;
}
.character__spots > .inner {
  margin-top: 50px;
}
.character__spots .right img {
  width: 80%;
  display: block;
  margin: 10px 0;
}
.character__spots .right p {
  font-size: 13px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.character__spots .left img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
}



/****************************************************
animalCap
****************************************************/
.animalCap{
  background-color: #EAFDFF;
  padding: 100px 0;
  position: relative;
}
.animalCap::after{
  position: absolute;
  width: 19.8vw;
  height: 19.37vw;
  top: -18vw;
  right: 14vw;
  background: url(../images/introduce_bottom.png);
  background-size: 100%;
  content: "";
}
.animalCap__title{
  width: 55.1vw;
  margin: 0 auto;
  transform: translateX(3vw) !important;
}
.animalCap .animalCap__text {
  letter-spacing: 0.12em;
  margin: 2.4vw auto 0;
  font-size: 1.95vw;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.animalCap__secret{
  padding: 29.6vw 0 27.7vw;
  position: relative;
}
.animalCap__secret > img{
  display: block;
  width: 53.4vw;
  margin: 0 auto;
  transform: translateX(-1.56vw);
}
.animalCap__secret .dol img{
  width: 100%;
}
.animalCap__secret .dol{
  position: absolute;
  display: block;
  width: 26.39vw;
  margin: auto;
  top: 34.09vw;
  left: 23.5vw;
}
.animalCap__secret .mon img{
  width: 100%;
}
.animalCap__secret .mon{
  position: absolute;
  display: block;
  width: 26.39vw;
  margin: auto;
  top: 34.09vw;
  right: 24.2vw;
}
.animalCap__secretItem{
  position: absolute;
  width: 30vw;
  list-style: none;
  transition: 0.5s;
}
.animalCap__secretItem:hover{
  transform: scale(1.1);
}
.animalCap__secretItem > img{
  width: 100%;
}

@media screen and (min-width:769px){

  .animalCap__secretItem > img{
    filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.4));
  }
}
.animalCap__secretItem.item1{
  left: 20px;
  top: 10.8vw;
}
.animalCap__secretItem.item2{
  left: 0;
  right: 0;
  margin: auto;
  top: 7.35vw;
}
.animalCap__secretItem.item3{
  right: 20px;
  top: 14vw;
}
.animalCap__secretItem.item4{
  left: 20px;
  bottom: 9.5vw;
}
.animalCap__secretItem.item5{
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8.3vw;
}
.animalCap__secretItem.item6{
  right: 20px;
  bottom: 13vw;
}
.animalCap__secretItem div img{
  width: 100%;
}
.animalCap__secretItem div h3{
  font-size: 1.354vw;
  line-height: 2;
  position: absolute;
  top: 2vw;
  left: 1vw;
  margin: auto;
}
.animalCap__secretItem div p{
  font-size: 1.354vw;
  line-height: 2;
  position: absolute;
  top: 5vw;
  left: 1vw;
  margin: auto;
}

@media screen and (min-width:1274px){


  .animalCap__secret{
    padding: 377px 0 353px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1214px;
  }
  .animalCap__secret > img{
    display: block;
    width: 680px;
    margin: 0 auto;
  }
  .animalCap__secret .dol{
    position: absolute;
    display: block;
    width: 336px;
    margin: auto;
    top: 434px;
    left: 282px;
  }
  .animalCap__secret .mon{
    position: absolute;
    display: block;
    width: 336px;
    margin: auto;
    top: 436px;
    right: 296px;
  }
  .animalCap__secretItem{
    position: absolute;
    width: 382px;
    list-style: none;
  }
  .animalCap__secretItem > img{
    width: 100%;
  }
  .animalCap__secretItem.item1{
    left: 0;
    top: 142px;
  }
  .animalCap__secretItem.item2{
    left: 0;
    right: 0;
    margin: auto;
    top: 95.1px;
  }
  .animalCap__secretItem.item3{
    left: initial;
    right: 0;
    top: 184px;
  }
  .animalCap__secretItem.item4{
    left: 0;
    bottom: 128px;
  }
  .animalCap__secretItem.item5{
    left: 0;
    right: 0;
    margin: auto;
    bottom: 105px;
  }
  .animalCap__secretItem.item6{
    right: 0;
    bottom: 176px;
  }
}
@media screen and (max-width:768px){
.animalCap {
  background-color: #EAFDFF;
  padding: 30px 0 0;
}
.animalCap::after{
  position: absolute;
  width: 36.7vw;
  height: 39vw;
  top: -36vw;
  right: 0;
  background: url(../images/introduce_bottom-sp.png);
  background-size: 100%;
  content: "";
}
.animalCap__title {
  width: 100%;
    transform: none !important;
}
.animalCap .animalCap__text {
  letter-spacing: 0.12em;
  margin: 30px auto 0;
  font-size: 2.933vw;
  text-align: center;
  line-height: 2;
  padding-bottom: 0;
  width: 95%;
}
.animalCap__secretItem {
  position: absolute;
  width: 61vw;
  list-style: none;
  transition: 0.5s;
}
.animalCap__secret {
  padding: 137vw 0 135vw;
  position: relative;
}
.animalCap__secretItem.item1 {
  left: 20px;
  top: 4vw;
}
.animalCap__secretItem.item2 {
  left: auto;
  right: 20px;
  margin: auto;
  top: 49vw;
}
.animalCap__secretItem.item3 {
  right: auto;
  top: 101vw;
  left: 20px;
}
.animalCap__secret > img {
  display: block;
  width: 88.5%;
  margin: 0 auto;
  transform: translateX(-1.56vw);
}
.animalCap__secretItem.item6 {
  right: 20px;
  bottom: 7vw;
}
.animalCap__secretItem.item5 {
  left: 20px;
  right: auto;
  margin: auto;
  bottom: 51.3vw;
}
.animalCap__secretItem.item4 {
  left: auto;
  bottom: 95vw;
  right: 20px;
}
.animalCap__secret .dol {
  position: absolute;
  display: block;
  width: 43vw;
  margin: auto;
  top: 165vw;
  left: 10vw;
}
.animalCap__secret .mon {
  position: absolute;
  display: block;
  width: 43vw;
  margin: auto;
  top: 146vw;
  right: 7vw;
}
}



/****************************************************
fellow
****************************************************/
.fellow{
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #FFFEEA;
}
.fellow__title{
  width: 42.18vw;
  margin: 0 auto;
}
.fellow .fellow__text {
  letter-spacing: 0.12em;
  margin: 2.4vw auto 0;
  font-size: 1.95vw;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.fellow .inner > .flex:first-child {
  justify-content: center;
  margin-top: 90px;
}
.fellow .inner > .flex:first-child > div {
  margin: 0 9px;
  width: 50%;
}
.fellow .inner > .flex:first-child > div:first-child {
  text-align: right;
  animation: motion1 1.8s infinite;
}
.fellow .inner > .flex:first-child > div:last-child {
  text-align: left;
  animation: motion2 2.2s infinite;
}
.fellow .inner > .flex:first-child > div img {
  width: 51.4%;
}
.fellow .inner > .flex:last-child {
  justify-content: space-between;
  margin-top: 90px;
}
.fellow .inner > .flex:last-child > div {
  margin: 0 23px;
}
.fellow .inner > .flex:last-child > div:first-child {
  animation: motion3 2s infinite;
}
.fellow .inner > .flex:last-child > div:last-child {
  animation: motion4 3s infinite;
}

@keyframes motion1 {
	0%,100% {transform:translate(0) rotate(0deg);}
    50% {transform: translate(5px,-5px) rotate(5deg);}
}
@keyframes motion2 {
	0%,100% {transform:translate(0) rotate(2deg) scale(1);}
    50% {transform: translate(-5px,5px) rotate(-2deg) scale(1.05);}
}
@keyframes motion3 {
	0%,100% {transform:translate(0);}
    50% {transform: translate(35px,-30px);}
}
@keyframes motion4 {
	0%,100% {transform:translate(0);}
    50% {transform: translate(20px,0);}
}


@media screen and (max-width:768px){
.fellow .inner > .flex:first-child > div img {
  width: 75.5%;
}
.fellow .inner > .flex:last-child {
  justify-content: space-between;
  margin-top: 25px;
}
.fellow .inner > .flex:last-child > div {
  margin: 0;
}
.fellow {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #FFFEEA;
}
.fellow__title {
  width: 73.3vw;
  margin: 0 auto;
}
.fellow .fellow__text {
  letter-spacing: 0.12em;
  margin: 30px auto 0;
  font-size: 2.933vw;
  text-align: center;
  line-height: 2;
  padding-bottom: 0;
  width: 95%;
}
.fellow .inner > .flex:first-child {
  justify-content: center;
  margin-top: 50px;
}
}




/****************************************************
footer
****************************************************/
footer{
  background: url(../images/footer_bg.png) no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
}
footer h2{
  padding-top: 3.3vw;
  width: 33.6vw;
  margin: 0 auto;
}
footer .left{
  width: 10.15vw;
  position: absolute;
  display: block;
  left: 19vw;
  top: -1vw;
}
footer .right{
  width: 10.15vw;
  position: absolute;
  display: block;
  right: 20vw;
  top: -1vw;
}
footer a{
  display: block;
  width: 234px;
  margin: 4.42vw auto 26px;
}
@media screen and (max-width:768px){
  footer {
    background: url(../images/footer_bg.png) no-repeat;
    background-position: top center;
    background-size: 190% auto;
    position: relative;
}
  footer a {
    display: block;
    width: 95px;
    margin: 10vw auto 13px;
}
footer h2 {
  padding-top: 7.7vw;
  width: 57vw;
}
footer .left {
  width: 23.46vw;
  position: absolute;
  display: block;
  left: 0;
  top: -5vw;
}
footer .right {
  width: 23.46vw;
  position: absolute;
  display: block;
  right: 0;
  top: -5vw;
}
}



/* 要素の動き */
.huwa {
  opacity: 0;
  transition: all .7s ease;
}
.huwa2 {
  opacity: 0;
  transition: all 1.5s ease;
}

/*Javascriptでスライドした時にこのクラスが入り、アニメーションが発生*/
.huwa.show {
  opacity: 1;
  transform: none;
}
.huwa2.show {
  opacity: 1;
  transform: none;
}

/*左から右に出てくる*/
.huwa--lr {
  transform: translate(-1500px, 0);
}

/*右から左に出てくる*/ 
.huwa--rl {
  transform: translate(1500px, 0);
}

/*下から上に出てくる*/ 
.huwa--up {
  transform: translate(0, 100px);
}
 
 /*上から下に出てくる*/ 
.huwa--down {
  transform: translate(0, -100px);
}
 
 /*縮小状態から出てくる*/ 
.huwa--scaleUp {
  transform: scale(.5);
}
/*縮小状態から出てくる*/ 
.huwa--scaleUp2 {
 transform: scale(.8);
}
 
 /*拡大状態から出てくる*/ 
.huwa--scaleDown {
  transform: scale(1.5);
}
 
/*回りながら出てくる（右）*/ 
.huwa--rotateL {
  transform: rotate(180deg);
}
 
/*回りながら出てくる（左）*/
.huwa--rotateR {
  transform: rotate(-180deg);
}


.dol:hover , .mon:hover {
  animation: poyo 0.8s ease-in-out 1 forwards;
}
 
@keyframes poyo {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 3px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 5px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -5px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 3px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}