/* サイト全体のフォント指定 */
#funtokyo{
  font-family: 'Zen Maru Gothic', sans-serif;
}


#mainVisual.main4{
  min-height:inherit;
}
.anime_left{
transition-property: opacity, transform;
transition-duration: 1s;
transition-timing-function: cubic-bezier(0.000, 0.295, 0.500, 1.000);
opacity: 0;
-webkit-transform: translate(-20px, 0px);
transform: translate(-20px, 0px);
}
.anime_left.ac{
  opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.anime_right{
  transition-property: opacity, transform;
transition-duration: 1s;
transition-timing-function: cubic-bezier(0.000, 0.295, 0.500, 1.000);
opacity: 0;
-webkit-transform: translate(20px, 0px);
transform: translate(20px, 0px);
}
.anime_right.ac{
   opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.anime_up{
  transition-property: opacity, transform;
transition-duration: 0.8s;
transition-timing-function: cubic-bezier(0.000, 0.295, 0.500, 1.000);
opacity: 0;
-webkit-transform: translate(0, 28px);
transform: translate(0, 28px);
}
.anime_up.ac{
   opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.anime_zoom{
  opacity: 0;
transform: scale(1.5);
transition: transform 800ms cubic-bezier(.215,.61,.355,1),opacity 380ms cubic-bezier(.694,0,.335,1),-webkit-transform 800ms cubic-bezier(.215,.61,.355,1);
}
.anime_zoom.ac{
  transform: scale(1);
  opacity: 1;
}
.anime_tops{
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.anime_tops.ac{
    -webkit-animation: scaleBounceOut 1.2s normal forwards;
    animation: scaleBounceOut 1.2s normal forwards;
}
@keyframes scaleBounceOut {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

#funtokyo{
  width:100%;
  padding:0;
}
.funtokyo_top{
  width:100%;
  padding:180px 20px 190px;
  background-image: url(../img/top_bg.png);
  background-size:2480px auto;
  background-repeat: no-repeat;
  background-position:top center;
}
.funtokyo_top_img{
  width:100%;
  max-width: 1000px;
  padding:0 ;
  margin:0 auto;
  position: relative;
}
.funtokyo_top img{
  width: 100%;
}
.top_anime,.top_anime_rgiht{
 
}
#funtokyo_menu_placeholder{
  height:0;
}
#funtokyo_menu{
  width:100%;
  background:#00967b;
  padding: 0 20px;
  position: static;
}
#funtokyo_menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
#funtokyo_menu ul{
  width:100%;
  max-width:1100px;
  margin:0 auto;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#funtokyo_menu ul li{
  padding:15px 0;
}
#funtokyo_menu ul img{
  width: auto;
  height:70px;
  transition:0.2s;

}
#funtokyo_menu ul img:hover{
   transform: scale(1.06);
}
/* メニュー調整 */
#info_main:before {
    content: "";
    display: block;
    height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
#kit_main:before {
    content: "";
    display: block;
    height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
#store_main:before {
    content: "";
    display: block;
    height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
#plan_main:before {
    content: "";
    display: block;
    height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
#faq_main:before {
    content: "";
    display: block;
    height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}



#prologue{
  width:100%;
  background-image: url(../img/prologue_bg.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 20px;
  position: relative;
}
#prologue .box{
  width: 100%;
  max-width: 920px;
  background-image: url(../img/prologue_box.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  padding: 200px 100px 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#prologue .box p{
  color: #006a56;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.cat_icon{
  width:140px;
}
#prologue .bg_top{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index:0;
}
#prologue .bg_bottom{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#prologue .bg_top img,#prologue .bg_bottom img{
  width:100%;
}
#info_main{
  width: 100%;
  padding:0 0 80px;
}
.funtokyo_main{
  width: 100%;
  background: #fff;
  max-width: 1040px;
  margin: 0px auto;
  text-align: center;
  padding:0 20px 80px;
}
.info_title{
  max-width:560px;
}
.funtokyo_main .box{
  width:100%;
  padding:40px 0;
  text-align: left;
}
.info_purchase{
  width:100%;
  position: relative;
  border:solid 1px #00967c;
  padding: 40px 40px 25px;
  font-size: 21px;
  font-weight: 600;
  color: #666666;
  line-height: 1.68em;
  margin-bottom: 80px;
  border-radius:10px;
}
.info_purchase img{
  width: 340px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -170px;
  margin-top: -20px;
}
.funtokyo_main .box img{
  width:auto;
  height:102px;
}
.info_play{
  width:100%;
  padding:0 20px 80px;
  position: relative;
  background-color:#f1f0cd ;
  background-image: url(../img/ami.png);
  background-size:cover;
  background-repeat: no-repeat;
}
.info_play_title{
  width:100%;
  margin-top:-60px;
}
.info_play_box{
  width:100%;
  max-width:950px;
  margin:0 auto;
  text-align: center;
}
.info_play_box .media_link{
  max-width: 500px;
}
.info_play_step{
  width:100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top:20px;
  padding:40px;
  margin-bottom:40px;
}
.info_play_step img{
  width:30%;
}
.info_course{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  padding:0 20px 60px;
  text-align: center;
}
.info_course_title{
  max-width:800px;
  margin-bottom:50px;
}
.course_tyui{
  width:100%;
  text-align:left;
  margin-top:40px;
  margin-bottom:40px;
}
.course_tyui p{
  color:#000;
  font-size:19px;
}
.course_tyui p span{
  background:#3e3a39;
  color:#fff;
}
.funtokyo_title{
  width: auto;
  height: 100px;
  margin:60px 0px;
}

.kit_main{
  width:100%;
  max-width:950px;
  margin:0 auto;
  text-align: center;
}


.kit_main_box{
  width:100%;
  max-width:780px;
  margin:0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top:40px;
}
.kit_main_box .box_left{
  width:40%;
}
.kit_main_box .box_right{
  width:55%;
}
.kit_main p{
  font-size:18px;
  text-align: left;
  font-weight:500;
  margin-top:20px;
}
.kit_quantity{
  width: 100%;
  position: relative;
  background-image: url(../img/kit_linebg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 80px;
  margin:80px 0px;
}
.quantity_box{
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.quantity_box .box_left{
  width:40%;
}
.quantity_box .box_right{
  width:55%;
}
.fun_event{
  width:100%;
  padding:0px 20px 80px;
  text-align:center;
  background-image: url(../img/event_bg.jpg);
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  position: relative;
}
.funevent_box{
  width:100%;
  max-width:950px;
  margin:0px auto;
  background:#fff;
  border-radius:20px;
  padding:60px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.funevent_box .box_left{
  width:60%;
}
.funevent_box .box_right{
  width:38%;
}
.store_main{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

.store_main .release{
  font-size:25px;
  color:#3e3a39;
  font-weight:500;

}

.store_main p{
  font-size:25px;
  color:#3e3a39;
}
.store_main .store_color{
  color: #008d45;
  font-size:20px;
}
.store_newday{
  margin-bottom:80px;
}
.store_newday img{
  max-width:620px;
}
.store_newday .store_link{
  height: 84px;
}
.sale_main{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;

}
.sale_main p{
font-size: 18px;
text-align: left;
    font-weight: 500;
    margin-top: 20px;
  color:#3e3a39;
}
.sale_main .release{
  font-size:25px;
  color:#3e3a39;
    text-align: center;

}
.sale_main .sale_logo{
  text-align: center;
  width:100%;
  max-width:620px;
  margin:20px auto;
}
.sale_link{
  margin:40px 0;
  text-align: center;
}
.sale_link img{
  width: 210px;
  transition:0.4s;
}
.sale_link img:hover{
  transform: scale(1.06);
}
.hoveranime{
  transition:0.4s;
}
.hoveranime:hover{
  transform: scale(1.06);
}

#plan_main{
  background-color: #efeff5;
  background-image: url(../img/ami.png);
  background-size:cover;
  background-repeat: no-repeat;
  text-align: center;
  width:100%;
  padding:0 20px 80px;
}
.plan_box{
  width:100%;
  max-width:950px;
  margin:40px auto;
  background:#fff;
  padding:40px 40px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.plan_box .box_left{
  width:29%;
}
.plan_box .box_right{
  width:66%;
  border-left: solid 1px #000;
  padding-left: 50px;
}
#faq_main{
  width:100%;
  padding:0px 20px 80px;
  text-align: center;
}
#faq_main .panel{
  width:100%;
  max-width:950px;
  text-align:left;
  margin:0 auto;
}
#faq_main .panel dt{
  background-color: #666666;
  color: #fff;
  font-size: 24px;
  padding: 15px 28px;
  margin-top: 20px;
  cursor: pointer;
  background-image: url(../img/arrow.svg);
  background-size: 27px;
  background-position: right 29px center;
  background-repeat: no-repeat;
}
#faq_main .panel dt.on{
  background-image: url(../img/arrowup.svg);
}
#faq_main .panel dd{
  font-size: 21px;
  padding: 15px 40px;
}

.foot_box{
  width:100%;
  max-width:950px;
  margin:0px auto 80px;
  background:#00967b;
  border-radius:20px;
  padding:60px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.foot_box img{
  margin:0 auto;
}

.dis_sp{
  display: none;
}
@media (max-width: 1000px) {
 
}
@media (max-width: 750px) {
  .dis_pc{
    display: none;
  }
  .dis_sp{
  display: initial;
  }


  #funtokyo{
    overflow-x: hidden;
  }
  .funtokyo_top{
    background-image: url(../img/top_bg_sp.jpg);
    background-size: cover;
    background-color: #fff;
    background-position: top 40px center;
    padding: 0 20px 440px;
  }
  #funtokyo_menu{
    padding:0px;
  }
  #funtokyo_menu ul{
    padding: 0 10px;
  }
#funtokyo_menu ul img{
      height: 36px;
}
  #prologue{
    padding: 50px 10px;
  }
  #prologue .box{
    padding: 110px 20px 40px;
  }
  #prologue .box p{
    font-size: 13px;
    margin-bottom: 6px;
  }
  .cat_icon{
    width: 55px;
  }
  .funtokyo_main{
    padding:0 20px;
    margin: 0 auto;
  }
  .info_title{
    max-width: 356px;
  }
  .info_purchase{
    padding: 25px 20px 15px;
    line-height: 1.68em;
    margin-bottom: 50px;
    margin-top:20px;
    margin-bottom:80px;
  }
  .info_purchase img{
    width:240px;
    margin-left: -120px;
    margin-top: -14px;
  }
  .info_purchase p{
    font-size: 14px;
    line-height: 1.6em;
  }
  .funtokyo_main .box{
    padding: 10px 0 28px;
  }
  .funtokyo_main .box img{
    height:auto;
  }
  .info_play{
    padding: 0 20px 40px;
  }
  .info_play_title{
    margin-top:-34px;
  }
  .info_play_step{
    padding:0px;
    margin-bottom:20px;
  }
  .info_play_step img{
    width: 32.9%;
  }
  .info_play_box .media_link{
    max-width:300px;
  }
  .info_course{
    padding: 0 20px;
  }
  .info_course_title{
    max-width: 340px;
    margin-bottom: 28px;
  }
  .course_tyui{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .course_tyui p{
    font-size:12px;
    line-height: 1.5em;
  }
  .funtokyo_title {
    height:60px;
    margin: 40px auto 20px;
  }
  .course_main{
    width: 100%;
    overflow: scroll;
  }
  .course_main img{
    max-width: 720px;
    width: 720px;
  }
  .course_main .yoko_scroll{
  transition-duration: 1s;
  margin-left: -290px;
  }

  .course_main .yoko_scroll.ac{
  transition-duration: 1.5s;
  margin-left: 0px;
  }
  #kit_main{
    padding:0px 20px;
  }
  .kit_main_box{
    padding:0 20px;
    text-align: left;
    margin-top:20px;
  }
  .kit_main_box .box_left,.kit_main_box .box_right{
    width:100%;
  }
  .kit_main_box img{
    height: 120px;
    width: auto;
    margin-bottom: 10px;
  }
  .kit_main p{
    font-size:14px;
    margin-top: 0;
  }
  .kit_line{
    margin-bottom:10px;
  }
  .kit_main {
    font-size:12px;
    margin-top: 0;
  }
  .kit_quantity{
    padding: 20px 40px;
    margin-top: 40px;
    background-image: url(../img/kit_linebg_sp.png);
  }
  .quantity_box .box_left,.quantity_box .box_right{
    width:100%;
  }
  .fun_event{
    padding:0 0 40px;
    background-image: url(../img/event_bg_sp.jpg);
  }
  .funevent_box{
    padding: 20px 28px;
    max-width: 80%;
  }
  .funevent_box .box_left{
    width:100%;
    order: 2;
  }
  .funevent_box .box_right{
    width:80%;
    margin:0 auto;
  }
  .store_newday{
    width:100%;
    padding:0;
    margin-bottom:40px;
  }
  .store_main p{
    font-size:15px;
    line-height: 1.6em;
  }
  .store_main .store_color{
    font-size:15px;
  }
  .store_newday img{
    max-width:290px;
  }
  .store_newday .store_link{
    height: 54px;
    margin-top: 10px;
    width: auto;
  }
  #store_main{
    padding: 0 20px 40px;
  }
  .sale_main{
    padding-bottom: 0px;
  }
  .sale_main .sale_logo{
    max-width:290px;
    margin-top: 0;
  }
  .sale_main p{
    text-align:left;
    font-size:13px;
  }
  .sale_link{
    margin: 20px 0;
  }
  .sale_link img{
    width:140px;
  }
  #plan_main{
    padding: 0 20px 20px;
  }
  .plan_box{
    margin: 0 auto;
    margin-bottom:20px;
    padding:40px 20px;
  }
  .plan_box .box_left,.plan_box .box_right{
    width:100%;
    text-align: left;
  }
  .plan_box .box_right{
    padding-left: 0;
    border-top: solid 1px #000;
    padding-top: 20px;
    margin-top: 20px;
    border-left: none;
  }
  .plan_box .box_left img{
    height: 60px;
    width: auto;
  }
  #faq_main {
    padding:0px 20px 40px;
  }
  #faq_main .panel dt{
    padding: 12px 42px 10px 12px;
    font-size:16px;
    background-size: 18px;
    background-position: right 15px top 15px;
    margin-top: 12px;
  }
  #faq_main .panel dd{
    font-size: 14px;
    padding: 12px 20px;
  }
  .foot_box{
    max-width: calc(100% - 40px);
    border-radius: 10px;
    padding: 28px 20px;
    margin: 0px auto 60px;
  }
  #info_main{
    padding:0 0 40px;
  }
  #info_main:before{
    height: 68px;
    margin-top: -68px;
  }
  #store_main:before{
    height: 68px;
    margin-top: -68px;
  }
  #faq_main:before{
    height: 68px;
    margin-top: -68px;
  }
  #kit_main:before{
    height: 68px;
    margin-top: -68px;
  }
  #plan_main:before{
    height: 68px;
    margin-top: -68px;
  }
.sale_main .release{
 font-size:20px;
}
.store_main .release{
 font-size:20px;
}

}
@media (max-width: 376px) {
  #funtokyo_menu ul img{
    height:34px;
  }
  #prologue .box p{
    font-size:12px;
    margin-bottom: 4px;
  }
  .info_purchase {
    padding: 25px 20px 15px;
  }
  .info_purchase p{
    font-size:13px;
  }
  .kit_main p{
    font-size:13px;
  }

}