/* ヘッダー */
#head h2.play{
  background: url(/cdn/pc/images/mooovi/h2_asobi.png)center center no-repeat;
  height: 46px;
  width: 100%;
  text-indent: -9999px;
  margin-top: 70px;
}

/* トップ */
#top{
  position: relative;
  width: 1120px;
  height: calc(83vh - 170px);
  min-height: 550px;
  margin: auto;
  text-align: center;
  padding-top: 5rem;
}
#top .toko7 {
    position: absolute;
    display: block;
    width: 7rem;
    height: 8rem;
    background: url(/cdn/pc/images/mooovi/tokotan07.svg) no-repeat center center;
    background-size: 100%;
    top: -9rem;
    left: 20rem;
    opacity: 0;
    transform: scale(0.8);
}

#top .toko7.mov{
    transition: 0.5s 1.0s;
    opacity: 1;
	top: -9rem;
	left: 10rem;
    transform: scale(1);
}
/* リード */
#top #lead{
  width: 720px;
  height: 19%;
  background: url(/cdn/pc/images/mooovi/asobi_lead.png) no-repeat center center rgba(255, 255, 255, 0.5);
  background-size: contain;
  margin: 10px auto;
  text-indent: -9999px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(5px);
}
#top.mov #lead{
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
  transition-delay: 0.25s;
}

/* マップ */
#top #map{
  width: 1000px;
  height: 84%;
  background: url(/cdn/pc/images/mooovi/asobi_map_pc.png) no-repeat center center;
  /* margin: auto; */
  text-indent: -9999px;
  top: -5%;
  position: relative;
  background-size: contain !important;
  opacity: 0;
}
#top.mov #map{
  opacity: 1;
  transition: 0.5s;
	margin: auto;
}

/* トコタンボタン */
#top #map .tokobtn{
  width: 50px;
  height: 50px;
  position: absolute;
  background-size: contain;
}
#top #map .tokobtn:hover{
  transition: 0.5s;
  transform: scale(1.1);
  opacity: 0.9;
}
#top .tokobtn a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#top #map .tokobtn:nth-child(1){background: url(/cdn/pc/images/mooovi/tokobtn_01.png) no-repeat center center; background-size: 100%; bottom:30%; left: 50%;}
#top #map .tokobtn:nth-child(2){background: url(/cdn/pc/images/mooovi/tokobtn_02.png) no-repeat center center; background-size: 100%; bottom:43%; left: 29%;}
#top #map .tokobtn:nth-child(3){background: url(/cdn/pc/images/mooovi/tokobtn_03.png) no-repeat center center; background-size: 100%; bottom:57%; left: 56%;}
#top #map .tokobtn:nth-child(4){background: url(/cdn/pc/images/mooovi/tokobtn_04.png) no-repeat center center; background-size: 100%; bottom:57%; left: 20%;}
#top #map .tokobtn:nth-child(5){background: url(/cdn/pc/images/mooovi/tokobtn_04.png) no-repeat center center; background-size: 100%; bottom:41%; left: 70%;}
#top #map .tokobtn:nth-child(6){background: url(/cdn/pc/images/mooovi/tokobtn_05.png) no-repeat center center; background-size: 100%; bottom:75%; left: 65%;}

/* コンテンツ */
#area {
  width: 1120px;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

#area section{
  margin: 50px 0;
  padding-top: 50px;
}
.bar{
  width: 1000px;
  height: 50px;
  background: url(/cdn/pc/images/mooovi/asobi_nami.png)no-repeat center center;
  background-size: contain;
  margin:auto;
}
.active .bar{
  margin-top: 50px;
}
.active div.okunai{
  background: url(/cdn/pc/images/mooovi/asobi_sen01_pc.png)no-repeat center center;
  background-size: contain;
}
.active div.okugai{
  background: url(/cdn/pc/images/mooovi/asobi_sen02_pc.png)no-repeat center center;
  background-size: contain;
}
#area .body{
	margin: auto;
}
#area .box{
  width: 1120px;
  display: flex;
  justify-content: space-around;
}
#area .box .area_about{
  width: 485px;
}
.area_about h1{
  height: 107px;
  margin-bottom: 30px;
  text-indent: -9999px;
}
.baby .area_about h1{
  background: url(/cdn/pc/images/mooovi/asobi_mida01_pc.png)no-repeat left center;
}
.todo .area_about h1{
  background: url(/cdn/pc/images/mooovi/asobi_mida02_pc.png)no-repeat left center;
}
.sand .area_about h1{
  background: url(/cdn/pc/images/mooovi/asobi_mida03_pc.png)no-repeat left center;
}
.active .area_about h1{
  background: url(/cdn/pc/images/mooovi/asobi_mida04_pc.png)no-repeat left center;
}
.challenge .area_about h1{
  background: url(/cdn/pc/images/mooovi/asobi_mida05_pc.png)no-repeat left center;
}
.area_img{
  width: 485px;
  height: 350px;
  border: 5px solid;
  border-radius: 15px;
  box-sizing: border-box;
}
.baby .area_img,.sand .area_img,.challenge .area_img{
  order: 1;
}
#area .box_toy{
  position: relative;
  width: 1120px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	
}
#area .box_toy .toy{
  width: 220px;
  height: auto;
  margin: 55px 20px 0 20px;
}
#area .toko5 {
    position: absolute;
    display: block;
    width: 8rem;
    height: 8rem;
    background: url(/cdn/pc/images/mooovi/tokotan05.svg) no-repeat center center;
    background-size: 100%;
	top: 3rem;
	left: 2rem;
    opacity: 0;
    transform: scale(0.8);
}

#area .toko5.mov{
    transition: 0.5s 1.0s;
    opacity: 0;
    top: -7rem;
    left: 62rem;
    transform: scale(1);
}

.toy_img{
  width: 100%;
  height: 220px;
  box-sizing: border-box;
  border: solid 5px;
  border-radius: 50%;
  color: #000;
  margin: 0 0 10px 0;
}
.baby .area_img{
  border-color: #54ae62;
}
.todo .area_img,.sand .area_img,.challenge .area_img{
  border-color: #B8e7ff;
}
.active .area_img{
  border-color: #ff9d58;
}
.baby .toy_img{
  border-color: #07962B;
}
.todo .toy_img,.sand .toy_img,.challenge .toy_img{
  border-color: #008dd3;
}
.active .toy_img{
  border-color: #ea6000;
}

.baby      .area_img{background:url(/cdn/pc/images/mooovi/moimg01.jpg)no-repeat center  left 50%; background-size: 110%;}
.todo      .area_img{background:url(/cdn/pc/images/mooovi/moimg02.jpg)no-repeat center  left 10%; background-size: 110%;}
.sand      .area_img{background:url(/cdn/pc/images/mooovi/moimg03.jpg)no-repeat center  left 40%; background-size: 110%;}
.active    .area_img{background:url(/cdn/pc/images/mooovi/moimg04.jpg)no-repeat center  left 30%; background-size: 110%;}
.challenge .area_img{background:url(/cdn/pc/images/mooovi/moimg05.jpg)no-repeat top 30% left 40%; background-size: 110%;}


/* ▼▼▼遊具画像｜ベビーゾーン▼▼▼ */
.baby .toy:nth-child(1) .toy_img{background: url(/cdn/pc/images/mooovi/moimg01_01.jpg) center left 50%  no-repeat;background-size: 150%;}
.baby .toy:nth-child(2) .toy_img{background: url(/cdn/pc/images/mooovi/moimg01_02.jpg) center left 60%  no-repeat;background-size: 150%;}
.baby .toy:nth-child(3) .toy_img{background: url(/cdn/pc/images/mooovi/moimg01_03.jpg) center left 50%  no-repeat;background-size: 150%;}
.baby .toy:nth-child(4) .toy_img{background: url(/cdn/pc/images/mooovi/moimg01_04.jpg) top 30% left 60% no-repeat;background-size: 150%;}
.baby .toy:nth-child(5) .toy_img{background: url(/cdn/pc/images/mooovi/moimg01_05.jpg) center left 60%  no-repeat;background-size: 150%;}
.baby .toy:nth-child(6) .toy_img{background: url(/cdn/pc/images/mooovi/moimg01_06.jpg) center left 60%  no-repeat;background-size: 150%;}

/* ▼▼▼遊具画像｜ベビートドラーゾーン▼▼▼ */
.todo .toy:nth-child(1) .toy_img{background: url(/cdn/pc/images/mooovi/moimg02_01.jpg) center left 50%  no-repeat;background-size: 150%;}
.todo .toy:nth-child(2) .toy_img{background: url(/cdn/pc/images/mooovi/moimg02_02.jpg) center left 50%  no-repeat;background-size: 150%;}
.todo .toy:nth-child(3) .toy_img{background: url(/cdn/pc/images/mooovi/moimg02_03.jpg) center left 50%  no-repeat;background-size: 150%;}
.todo .toy:nth-child(4) .toy_img{background: url(/cdn/pc/images/mooovi/moimg02_04.jpg) center left 50%  no-repeat;background-size: 150%;}

/* ▼▼▼遊具画像｜サンド＆ウォーターゾーン▼▼▼ */
.sand .toy:nth-child(1) .toy_img{background: url(/cdn/pc/images/mooovi/moimg03_01.jpg) center  left 40% no-repeat;background-size: 150%;}
.sand .toy:nth-child(2) .toy_img{background: url(/cdn/pc/images/mooovi/moimg03_02.jpg) center  left 40% no-repeat;background-size: 150%;}

/* ▼▼▼遊具画像｜アクティブゾーン（屋外）▼▼▼ */
.active .box_okunai .toy:nth-child(1)  .toy_img{background: url(/cdn/pc/images/mooovi/moimg04_01.jpg) center  left 40% no-repeat;background-size: 150%;}
.active .box_okunai .toy:nth-child(2)  .toy_img{background: url(/cdn/pc/images/mooovi/moimg04_02.jpg) center  left 40% no-repeat;background-size: 150%;}
.active .box_okunai .toy:nth-child(3)  .toy_img{background: url(/cdn/pc/images/mooovi/moimg04_03.jpg) center  left 40% no-repeat;background-size: 150%;}
.active .box_okunai .toy:nth-child(4)  .toy_img{background: url(/cdn/pc/images/mooovi/moimg04_04.jpg) center  left 50% no-repeat;background-size: 150%;}
.active .box_okunai .toy:nth-child(5)  .toy_img{background: url(/cdn/pc/images/mooovi/moimg04_05.jpg) center  left 40% no-repeat;background-size: 150%;}
.active .box_okunai .toy:nth-child(6)  .toy_img{background: url(/cdn/pc/images/mooovi/moimg04_06.jpg) center  left 40% no-repeat;background-size: 150%;}
.active .box_okunai .toy:nth-child(7)  .toy_img{background: url(/cdn/pc/images/mooovi/moimg04_07.jpg) center  left 40% no-repeat;background-size: 150%;}
/* ▼▼▼遊具画像｜アクティブゾーン（屋内）▼▼▼ */
.active .box_okugai .toy:nth-child(1)  .toy_img{background: url(/cdn/pc/images/mooovi/moimg04_08.jpg) center  left 40% no-repeat;background-size: 150%;}
.active .box_okugai .toy:nth-child(2)  .toy_img{background: url(/cdn/pc/images/mooovi/moimg04_09.jpg) center  left 40% no-repeat;background-size: 150%;}
.active .box_okugai .toy:nth-child(3)  .toy_img{background: url(/cdn/pc/images/mooovi/moimg04_10.jpg) center  left 40% no-repeat;background-size: 150%;}
.active .box_okugai .toy:nth-child(4)  .toy_img{background: url(/cdn/pc/images/mooovi/moimg04_11.jpg) center  left 40% no-repeat;background-size: 150%;}

/* ▼▼▼遊具画像｜チャレンジゾーン▼▼▼ */
.challenge .toy:nth-child(1) .toy_img{background: url(/cdn/pc/images/mooovi/moimg05_01.jpg) center  left 40% no-repeat;background-size: 150%;}
.challenge .toy:nth-child(2) .toy_img{background: url(/cdn/pc/images/mooovi/moimg05_02.jpg) center  left 40% no-repeat;background-size: 150%;}
.challenge .toy:nth-child(3) .toy_img{background: url(/cdn/pc/images/mooovi/moimg05_03.jpg) center  left 40% no-repeat;background-size: 150%;}
.challenge .toy:nth-child(4) .toy_img{background: url(/cdn/pc/images/mooovi/moimg05_04.jpg) center  left 40% no-repeat;background-size: 150%;}

/* ▼▼▼拡大画像▼▼▼ */
.toy_img_w{width: 1000px; height: 667px; overflow: hidden;}

/* ▼▼▼遊具名称▼▼▼ */
.toy_name{
    position: absolute;
    width: 220px;
    text-align: center;
    font-size: 22px;
    line-height: 0.9em;
    font-weight: 800;
    z-index: 2;
}
.toy_name span{
  font-weight: normal;
}
.baby .toy_name {
  color:#07962B;
}
.todo .toy_name,.sand .toy_name,.challenge .toy_name {
  color:#008dd3;
}
.active .toy_name {
  color:#EA6000;
}
.todo .toy:nth-child(3) .toy_name{
  letter-spacing: -2px;
  transform: scale(0.95 , 1);
}
.todo .toy:nth-child(3) .toy_name span{
  letter-spacing: 0px;
  transform: scale(1 , 1);
}
.sand .toy:nth-child(1) .toy_name{
  letter-spacing: -2px;
  transform: scale(0.98 , 1);
}
.sand .toy:nth-child(1) .toy_name span{
  letter-spacing: 0px;
  transform: scale(1 , 1);
}

/* ▼▼▼対象年齢▼▼▼ */
.toy_name span{
  text-align: center;
  font-size: 16px;
}

/* ▼▼▼遊具説明▼▼▼ */
.toy p{
  position: relative;
  padding: 50px 0 0 0;
  text-align: justify;
  letter-spacing: -1px;
}
#todo .toko10 {
  position: absolute;
  display: block;
  width: 6rem;
  height: 8rem;
  background: url(/cdn/pc/images/mooovi/tokotan10.svg) no-repeat center center;
  background-size: 100%;
  top: 3rem;
  left: 2rem;
  opacity: 0;
  transform: scale(0.8);
  z-index: -1;
}

#todo .toko10.mov{
  transition: 0.5s 1.0s;
  opacity: 1;
  top: -6rem;
  left: 4rem;
  transform: scale(1);
  z-index: -1;
}
#sand .toko5 {
  position: absolute;
  display: block;
  width: 8rem;
  height: 10rem;
  background: url(/cdn/pc/images/mooovi/tokotan05.svg) no-repeat center center;
  background-size: 100%;
  top: 3rem;
  left: 52rem;
  opacity: 0;
  transform: scale(0.8);
  z-index: -1;
}
#sand .toko5.mov{
  transition: 0.5s 1.0s;
  opacity: 1;
	top: -7rem;
	left: 52rem;
  transform: scale(1);
	z-index: -1;
}
#active .toko7 {
  position: absolute;
  display: block;
  width: 8rem;
  height: 8rem;
  background: url(/cdn/pc/images/mooovi/tokotan07.svg) no-repeat center center;
  background-size: 100%;
  top: 3rem;
  left: 2rem;
  opacity: 0;
  transform: scale(0.8);
  z-index: -1;
}
#active .toko7.mov{
  transition: 0.5s 1.0s;
  opacity: 1;
  top: -7rem;
  left: 4rem;
  transform: scale(1);
  z-index: -1;
}
#challenge .toko8 {
  position: absolute;
  display: block;
  width: 5rem;
  height: 8rem;
  background: url(/cdn/pc/images/mooovi/tokotan08.svg) no-repeat center center;
  background-size: 100%;
  top: 3rem;
  left: 52rem;
  opacity: 0;
  transform: scale(0.8);
  z-index: -1;
}
#challenge .toko8.mov{
  transition: 0.5s 1.0s;
  opacity: 1;
  top: -7.5rem;
  left: 52rem;
  transform: scale(1);
  z-index: -1;
}
#area .active div.okugai .toko8 {
  opacity: 0;
}

#area .active div.okugai .toko8.mov{
  opacity: 0;
}

.todo .toy p,.sand .toy p,.active .toy p,.challenge .toy p{
  padding-top: 72px;
}
.active .toy:nth-child(n+5) p{
  padding-top: 50px;
}
.active .box_toy:last-child .toy p{
  padding-top:50px;
}

/* 
.swiper-container {
  width: 485px;
  height: 334px;
  padding-bottom: 40px;
  border-radius: 15px;
  position: relative;
}
.swiper-slide{
  width: 485px;
  height: 334px;
  border-radius: 15px;
  background: #eee;
    
}

.slide01,.slide02,.slide03{
    border-radius: 15px;
   
}

.swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    background: #98c229;
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 5px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #358e42;
} */

.tab_class {
  width: calc(100% / 2);
  background-color: darkgrey;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  cursor: pointer;
  text-indent: -9999px;
  margin-right: -0.5px;
  height: 120px;
  opacity: 0;
}
#area.mov .tab_class{
  opacity: 1;
}
#area.mov .tab_class:hover{
  animation: btn_anim 0.5s forwards ;
}
#area .area_top .toko8 {
    position: absolute;
    display: block;
    width: 9rem;
    height: 14rem;
    background: url(/cdn/pc/images/mooovi/tokotan08.svg) no-repeat center center;
    background-size: 100%;
    top: 6rem;
    left: 45rem;
    opacity: 0;
    transform: scale(0.8);
}

#area .area_top .toko8.mov{
    transition: 0.75s 1.2s;
    opacity: 1;
    top: 3rem;
    left: 52rem;
    transform: scale(1);
}
@keyframes btn_anim{
  to{
    opacity: 0.5;
  }
}
 
input[name="tab_name"] {
  display: none;
}
input:checked + .tab_class {
  height: 120px;
  transition: 0s;
  pointer-events: none;
}
#tab_mov{
  background: url(/cdn/pc/images/mooovi/asobi_tab01.png)no-repeat top right 5%; 
  background-size: 276px;  
}
#tab1:checked + .tab_class {
  background: url(/cdn/pc/images/mooovi/asobi_tab01_on.png)no-repeat top right 5%;
  background-size: contain;
} 
#tab2:checked + .tab_class {
  background: url(/cdn/pc/images/mooovi/asobi_tab03_on.png)no-repeat top left 5%;
  background-size: contain;
}
#tab_vr{
  background: url(/cdn/pc/images/mooovi/asobi_tab03.png)no-repeat top left 5%;
  background-size: 274px;  
}
/* パノラマビュー */
.panorama{
  width: 800px;
  height: 770px;
  position: relative;
  margin:10px  auto 0px;
}
.panorama .panlead{
  width: 100%;
  height: 150px;
  position: relative;
  background: url(/cdn/pc/images/mooovi/asobi_pan_lead_pc.png) no-repeat center center;
}
.panorama iframe{
  position: relative;
  margin-top: 20px;
}
#panorama p{
  width:680px;
  font-size: 26px;
  position: relative;
  margin: auto;
  text-align: right;
  padding: 10px 0 80px;
}
#panorama p a{
  text-decoration: none;
  border-bottom: 2px #008dd3 solid;
  color: #008dd3;
}
.content_class {
  visibility:hidden;
	height:0;
  overflow: hidden;
  width: 100%;
  scroll-behavior:smooth;
  margin-bottom: 10px;
}
.baby {
	margin: auto;
}
input:checked + .tab_class + .content_class {
  visibility:visible;
	height:auto;
  transform: translateY(-10px);
  transition: all 0.5s;
}

/* 
#soto .area_about,#naka .area_about{
  width: 100%;
  height: 125px;
  margin: 30px 0;
}

#soto .area_about{
  background: url(/cdn/pc/images/mooovi/asobi_mida06_pc.png)no-repeat center center; 
}

#naka .area_about{
  background: url(/cdn/pc/images/mooovi/asobi_mida07_pc.png)no-repeat center center; 
}

#soto h1,#naka h1{
  text-align: center;
}

#soto_box{
  width: 1030px;
  flex-wrap: wrap;
  display: flex;
  margin: 50px 0 0 0;
}

#area #soto .gruun{
  width: 485px;
  margin: 30px 30px 30px 0;
}

.gruun p{
  position: relative;
  width: 93%;
  display: block;
  margin: auto;
  padding-bottom: 20px;
  line-height: 1.0em;
}

#soto_box section:nth-child(5) p{
  padding-bottom: 36px;
}

.gruun h1{
  font-size: 32px;
  line-height: 2em;
  font-weight: 800;
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: -2;
  color: #358e42;
}
.gruun .gruun_img{
  width: 485px;
  height: 334px;
  background: rgba(255, 255, 255, 0);
  border: #98C229 10px solid;
  box-sizing: border-box;
  border-radius: 15px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
#naka_box{
  width: 1000px;
  height: 640px;
  margin-bottom: 50px;
}
#naka .gruun{
  width: 485px;
  display: block;
  margin: auto;
}
.gruun_img{
  position: relative;
} */

/* label a{
  display: block;
  width: 100%;
  height: 100%;
} */


#footer{
  margin: 0;
}
/* inviewアニメーション */
#area section .box,#area section .bar{
  transform: translateY(5px);
  opacity: 0;
}
#area section.mov .box,#area section.mov .bar {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s;
}
.toy_img{
  transform: rotate(90deg);
  opacity: 0;
  transition: 0.5s all 0.5s;
  transition-property: transform,opacity;
}
#area section.mov .toy_img{
  opacity: 1;
  transform: rotate(0deg);
  transform-origin: center center;
}

#area section.mov .toy_img:hover{
  background-color:rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-size: 160%;
  transition: 0.25s;
}
.toyname,.toy p{
  opacity: 0;
}
#area section.mov .toy_name,#area section.mov .toy p{
  animation:toy_anim 0.5s forwards 1s;
  transform: translateY(5px);
  opacity: 0;
}
@keyframes toy_anim{
  to{
    transform: translateY(0);
    opacity: 1;
  }
}
/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media screen and (min-width: 751px) {
.sp_only{
    display: none;
}
#panorama p {
  font-size: 16px;
  width: 800px;
}
#top{
  background-color: #FFFEF0;
}
#area {
  background-color: #FFFEF0;
}
#baby {
	margin-top: 6rem;
}
.bar{
  margin-bottom: 6rem;
}
.bar.okunai,.bar.okugai {
    margin-bottom: 0rem;
}
}

/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media screen and (max-width: 750px) {
.pc_only{
  display: none;
}

#head h2.play{
  margin-top: 10px;
}
#top{
  width: 100%;
  height: 900px;
}
#top .toko7 {
    top: -9rem;
	left: 16rem;
}

#top .toko7.mov{
    top: -9rem;
    left: 3rem;
}
#top #lead{
  background: url(/cdn/pc/images/mooovi/asobi_lead_sp.png) no-repeat center center;
  height: 210px;
}

#top #map{
  width: 100%;
  height: 720px;
  background: url(/cdn/pc/images/mooovi/asobi_map_sp.png) no-repeat center center;
  top: -7%;
}

#top #map .tokobtn{
  width: 60px;
  height: 60px;
}

#top #map .tokobtn:nth-child(1){background: url(/cdn/pc/images/mooovi/tokobtn_01_sp.png) no-repeat center center; background-size: 100%; bottom:45%; left: 50%;}
#top #map .tokobtn:nth-child(2){background: url(/cdn/pc/images/mooovi/tokobtn_02_sp.png) no-repeat center center; background-size: 100%; bottom:53%; left: 24%;}
#top #map .tokobtn:nth-child(3){background: url(/cdn/pc/images/mooovi/tokobtn_03_sp.png) no-repeat center center; background-size: 100%; bottom:64%; left: 56%;}
#top #map .tokobtn:nth-child(4){background: url(/cdn/pc/images/mooovi/tokobtn_04_sp.png) no-repeat center center; background-size: 100%; bottom:63%; left: 7%; }
#top #map .tokobtn:nth-child(5){background: url(/cdn/pc/images/mooovi/tokobtn_04_sp.png) no-repeat center center; background-size: 100%; bottom:51%; left: 76%;}
#top #map .tokobtn:nth-child(6){background: url(/cdn/pc/images/mooovi/tokobtn_05_sp.png) no-repeat center center; background-size: 100%; bottom:79%; left: 68%;}

#top .toko8 {
    position: absolute;
    display: block;
    width: 7rem;
    height: 12rem;
    background: url(/cdn/pc/images/mooovi/tokotan08.svg) no-repeat center center;
    background-size: 100%;
    top: 55rem;
    left: 30rem;
    opacity: 0;
    transform: scale(0.8);
}

#top .toko8.mov{
    transition: 0.75s 1.2s;
    opacity: 1;
    top: 50rem;
    left: 33rem;
    transform: scale(1);
}
#area{
  width: 100%;
}
#area section {
  margin: 30px 0;
}
#area .area_img {
  width: calc(100% + 20px);
  height: 448px;
  position: relative;
  left: -10px;
  border: 10px solid;
  border-radius: 0px;
  box-sizing: border-box;
  text-align: center;
}
#area .box{
  width: 750px;
  display: block;
}
#area .box .area_about{
  width: 86%;
  position: relative;
  margin: auto;
  font-size: 22px;
}
#area .bar{
  background: url(/cdn/pc/images/mooovi/nami650.svg)center center no-repeat;
}
#area .bar .toko7 {
    position: absolute;
    display: block;
    width: 7rem;
    height: 8rem;
    background: url(/cdn/pc/images/mooovi/tokotan07.svg) no-repeat center center;
    background-size: 100%;
    top: -4rem;
    left: 33rem;
    opacity: 0;
    transform: scale(0.8);
}

#area .bar .toko7.mov{
    transition: 0.5s 1.0s;
    opacity: 1;
    top: -4rem;
    left: 3.5rem;
    transform: scale(1);
}
#area .bar .toko10 {
    position: absolute;
    display: block;
    width: 6.2rem;
    height: 8rem;
    background: url(/cdn/pc/images/mooovi/tokotan10.svg) no-repeat center center;
    background-size: 100%;
    top: -1rem;
    left: -3rem;
    opacity: 0;
    transform: scale(0.8);
}

#area .bar .toko10.mov{
    transition: 0.5s 1.0s;
    opacity: 1;
    top: -0.9rem;
    left: 33.7rem;
    transform: scale(1);
}

#area .bar .toko4 {
    position: absolute;
    display: block;
    width: 6rem;
    height: 9rem;
    background: url(/cdn/pc/images/mooovi/tokotan04.svg) no-repeat center center;
    background-size: 100%;
    top: -1rem;
    left: 33rem;
    opacity: 0;
    transform: scale(0.8);
}

#area .bar .toko4.mov{
    transition: 0.5s 1.0s;
    opacity: 1;
    top: -2rem;
    left: 3rem;
    transform: scale(1);
}
#area .bar.bar_active .toko4 {
    position: absolute;
    display: block;
    width: 6.5rem;
    height: 9rem;
    background: url(/cdn/pc/images/mooovi/tokotan04.svg) no-repeat center center;
    background-size: 100%;
    top: -1rem;
    left: 30rem;
    opacity: 0;
    transform: scale(0.8);
}

#area .bar.bar_active .toko4.mov{
    transition: 0.5s 1.0s;
    opacity: 1;
    top: -2rem;
    left: 0rem;
    transform: scale(1);
}
.area_about h1{
  margin: 20px 0;
}
#area .baby .area_about h1{
  background: url(/cdn/pc/images/mooovi/asobi_mida01_sp.png) no-repeat center center ;
}
#area .todo .area_about h1{
  background: url(/cdn/pc/images/mooovi/asobi_mida02_sp.png) no-repeat center center ;
}
#area .sand .area_about h1{
  background: url(/cdn/pc/images/mooovi/asobi_mida03_sp.png) no-repeat center center ;
}
#area .active .area_about h1{
  background: url(/cdn/pc/images/mooovi/asobi_mida04_sp.png) no-repeat center center ;
}
#area .challenge .area_about h1{
  background: url(/cdn/pc/images/mooovi/asobi_mida05_sp.png) no-repeat center center ;
}
#area .box_toy{
  width: 86%;
  margin: auto;
  justify-content: space-around;
}
#area .box_toy .toy{
  position: relative;
  width: 300px;
  margin: 20px 0;
}
#area .box_toy .toy .toy_img{
  width: 300px;
  height: 300px;
}
#area .box_toy .toy .toko9 {
    position: absolute;
    display: block;
    width: 5rem;
    height: 7rem;
    background: url(/cdn/pc/images/mooovi/tokotan09.svg) no-repeat center center;
    background-size: 100%;
    top: 3rem;
    left: 10rem;
    opacity: 0;
    transform: scale(0.8);
}

#area .box_toy .toy .toko9.mov{
    transition: 0.5s 1.0s;
    opacity: 1;
	top: -2rem;
	left: 15rem;
    transform: scale(1);
}
.toy_name{
  width: 300px;
  font-size: 30px;
}
#area .toy_name span{
  font-size: 25px;
}
#area .area_about h1{
  background-position: center center;
}
.toy p{
  font-size: 22px;
  padding: 70px 0 0 0;
}
.sand .toy:nth-child(1) .toy_name {
  letter-spacing: -3px;
  transform: scale(0.98 , 1);
}
.todo .toy:nth-child(3) .toy_name {
  letter-spacing: -3px;
  transform: scale(0.95 , 1);
}
.active .toy:nth-child(4) p ,.active .toy:nth-child(3) p {
  padding-top: 90px;
}
.active .toy:nth-child(n+5) p {
  padding-top: 70px;
}
.active .box_toy:last-child .toy p {
  padding-top: 70px;
}
.todo .toy p,.sand .toy p,.challenge .toy p{
  padding-top: 90px;
}

#soto_box{
  width: 100%;
}
#area #soto .gruun,#naka .gruun{
  width: 750px;
  margin: 30px auto;
}
.gruun .gruun_img{
  position: relative;
  margin: auto;
  width: 640px;
  height: 440px;
}
.gruun p{
  width: 85%;
  font-size: 22px;
}
.gruun .swiper-container {
  width: 640px;
  height: 440px;
  padding-bottom: 40px;
  border-radius: 15px;
  position: relative;
  margin-top: -440px;
}
.gruun .swiper-container .swiper-slide {
  height: 440px;
}
#naka_box{
  width: 100%;
  height: 800px;
}
#area .bar{
  width: 90%;
  position: relative;
  margin: auto;
}
#area .active div.okunai{
  background: url(/cdn/pc/images/mooovi/asobi_sen01_sp.png) no-repeat center center ;
  margin:20px auto;
}
#area .active div.okugai{
  background: url(/cdn/pc/images/mooovi/asobi_sen02_sp.png) no-repeat center center ;
  margin:20px auto;
}
#area .active div.okugai .toko8 {
    position: absolute;
    display: block;
    width: 9rem;
    height: 14rem;
    background: url(/cdn/pc/images/mooovi/tokotan08.svg) no-repeat center center;
    background-size: 100%;
    top: -5rem;
    left: -3rem;
    opacity: 0;
    transform: scale(0.8);
}

#area .active div.okugai .toko8.mov{
    transition: 0.5s 1.0s;
    opacity: 1;
    top: -6rem;
    left: 35rem;
    transform: scale(1);
}
#area .baby .area_img{
  border-color: #54ae62;
}
#area .todo .area_img,#area .sand .area_img,#area .challenge .area_img{
  border-color: #B8e7ff;
}
#area .active .area_img{
  border-color: #ff9d58;
}
#todo .toko10 {
    opacity: 0;
}

#todo .toko10.mov{
    opacity: 0;
}
#active .toko7 {
    opacity: 0;
}
#active .toko7.mov{
    opacity: 0;
}
.panorama {
  width: 750px;
  height: 970px;
}
.panorama .panlead{
  height: 250px;
  background: url(/cdn/pc/images/mooovi/asobi_panolead_sp.png) no-repeat center center;
}
#area.mov .tab_class{
  height: 180px;
  transition: none;
}
#area.mov .tab_class:hover,#area.mov .tab_class:active{
  opacity: 1;
}
.panorama iframe{
  position: absolute;
  margin: 20px auto;
  left: 0;
  right:0;
}
#tab_mov.tab_class{
  margin: 0;
}
#tab_mov{
  background: url(/cdn/pc/images/mooovi/asobi_tab01.png)no-repeat top center; 
  background-size: 375px;  
}
#tab1:checked + .tab_class {
  background: url(/cdn/pc/images/mooovi/asobi_tab01_on.png)no-repeat top center;
  background-size: 375px;
} 
#tab2:checked + .tab_class {
  background: url(/cdn/pc/images/mooovi/asobi_tab03_on.png)no-repeat top center;
  background-size: 375px;
}

#tab_vr{
  background: url(/cdn/pc/images/mooovi/asobi_tab03.png)no-repeat top center;
  background-size: 375px;
}

input:checked + .tab_class {
  height: 180px;
  color: aliceblue;
}
}