
body{
    -webkit-text-size-adjust: 100%;
    color: #484848;
    font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Helvetica Neue",
      Arial, Meiryo,
      sans-serif;	
}

#wrapper{
    width: 750px;
    position: relative;
    overflow: hidden;
}
#top{
    width: 100%;
    /* height: 1080px; */
    height: 280px;
    position: relative;
    transition: 1s;
    opacity: 0;
}

#top.on{
    opacity: 1;}

.kakko_top{
    /* width: 375px;
    height: 375px; */
    width: 160px;
    height: 160px;
    border-top: 20px solid #FFF;
    border-right: 20px solid #FFF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
    transform: scale(0.8);
}

.logo{
	position: relative;
	width: 100%;
	height: 400px;
}

.logo h1{
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
}

 h1 .mo{
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    background: url(/cdn/pc/images/mooovi/top_h1_mo.svg) no-repeat center center;
    background-size: 60%;
    opacity: 0;
    transform: scale(0.8);
}

.logo h1 .mo.mov{
    transition: 0.5s 2s;
    opacity: 1;
    transform: scale(1);
}

.logo .img01_02{
	opacity: 0;
    animation: fuwafuwa 3s infinite linear;
	top: 5rem;
}

.logo .toko1 {
    position: absolute;
    display: block;
    width: 10rem;
    height: 16rem;
    background: url(/cdn/pc/images/mooovi/tokotan01.svg) no-repeat center center;
    background-size: 100%;
    top: -20rem;
    left: -10rem;
    opacity: 0;
    transform: scale(0.8);
}

.logo .toko1.mov{
    transition: 1.0s 2.5s;
    opacity: 1;
	top: -2rem;
	left: 0rem;
    transform: scale(1);
}

/*イメージ2*/
.logo .img02{
    top:-65px;
    right: -35px;
    width: 194px;
    opacity: 0;
    transform:  rotate(-15deg);
    transition: 1s;
    transform-origin: center center;
    position: absolute;
    z-index: 2;
    transition-delay: 2s;
}
.logo .img02.mov{
    opacity: 0;
    transform: rotate(0deg);
} 

.logo .toko2 {
    position: absolute;
    display: block;
    width: 12rem;
    height: 14rem;
    background: url(/cdn/pc/images/mooovi/tokotan02.svg) no-repeat center center;
    background-size: 100%;
    bottom: -5rem;
    right: -10rem;
    opacity: 0;
    transform: scale(0.8);
}

.logo .toko2.mov{
    transition: 1.5s 3.0s;
    opacity: 1;
    right: 0rem;
    transform: scale(1);
}

.on .kakko_top{
    transform: scale(1);
    opacity: 1;}

.kakko_bottom{
    /* width: 375px;
    height: 375px; */
    width: 160px;
    height: 160px;
    border-bottom: 20px solid #FFF;
    border-left: 20px solid #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transform: scale(0.8);
}
.on .kakko_bottom{
    opacity: 1;
    transition: 1s;
    transition-delay: 1s;
    transform: scale(1);
    left: 0;}


#menu_bt {
    width: 100px;
    height: 100px;
    background: rgba(0,141,211,1);
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
#menu_bt.on{
    background: rgba(0,141,211,0);}
#menu_bt i{
pointer-events: none;
  position: relative;
  width: 60px;
  height: 52px;
  background: none;
  border: none;
  display: block;
  left: 20px;
  top: 24px;
}
#menu_bt,
#menu_bt span {
  transition: all .4s;
  box-sizing: border-box;
}
#menu_bt span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #fff;
  border-radius: 10px;
}
#menu_bt span:nth-of-type(1) {
  top: 0;
}
#menu_bt span:nth-of-type(2) {
  top: 20px;
}
#menu_bt span:nth-of-type(3) {
  bottom: 0;
}

#menu_bt span:nth-of-type(1) {
    animation: menu-bar01 .75s forwards;
  }
  #menu_bt span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }
  #menu_bt span:nth-of-type(3) {
    animation: menu-bar02 .75s forwards;
  }
  #menu_bt.on span:nth-of-type(1) {
    animation: active-menu-bar01 .75s forwards;
  }
  #menu_bt.on span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_bt.on span:nth-of-type(3) {
    animation: active-menu-bar03 .75s forwards;
  }

#menu{
    background: rgba(0,141,211,0.9);
    width: 100%;height: 0%;
    position: fixed;
    transition: 0.3s;
    z-index: 9;
    overflow: hidden;
}
#menu.on{
    height: 100%;
}


#menu .h1 a{
    display: block;
    background: url(/cdn/pc/images/mooovi/top.svg) no-repeat;
    width: 573px;
    height: 86px;
}
#menu .h1{margin-bottom: 65px;}

.menu_box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu_box ul{
    border-top:  1px solid #FFF;;
}
.menu_box li{
    height: 135px;
    line-height: 135px;
    border-bottom: 1px solid #FFF;
    font-size: 30px;
    width: 600px;
    font-weight: bold;
    position: relative;
}
.menu_box li a{
    color: #FFF;
    text-indent: 120px;
    display: block; width: 100%; height: 100%; background: url(/cdn/pc/images/mooovi/arrow.svg) right 40px center no-repeat;}

.menu_box li:nth-child(1):before,
.menu_box li:nth-child(2):before,
.menu_box li:nth-child(3):before,
.menu_box li:nth-child(4):before{
    content: '';
    width: 120px;
    position: absolute;
    height: 100%;
    top: 0;
}
.menu_box li:nth-child(1):before{background: url(/cdn/pc/images/mooovi/i_menu1w.svg) center center no-repeat;}
.menu_box li:nth-child(2):before{background: url(/cdn/pc/images/mooovi/i_menu2w.svg) center center no-repeat;}
.menu_box li:nth-child(3):before{background: url(/cdn/pc/images/mooovi/i_menu3w.svg) center center no-repeat;}
.menu_box li:nth-child(4):before{background: url(/cdn/pc/images/mooovi/i_menu4w.svg) center center no-repeat;}

#top h1{
    /* width: 600px;
    height: 640px; */
    width: 350px;
    height: 350px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

#top_slide{width: 100%;height: 100%; position: absolute;}
#top .swiper-slide.map{
    width: 100%;height: 100%;
    position: relative;
}
#top .swiper-slide.map:before{
    content: '';
    width: calc(100% + 200px);height: 100%;
    /*background: url(/cdn/pc/images/mooovi/top_map.jpg) center center;*/
    background: url(/cdn/pc/images/mooovi/top_map.jpg) center center;
    position: absolute;
    transform: translate(-100px,0);
    top: 0;
    left: -100px;
}
#top .swiper-slide.map2:before{
    content: '';
    width: calc(100% + 200px);height: 100%;
    /*background: url(/cdn/pc/images/mooovi/top_map2.jpg) center center;*/
    background: url(/cdn/pc/images/mooovi/top_map2.jpg) center center;
    position: absolute;
    transform: translate(-100px,0);
    top: 0;
    left: -100px;
}
#top .swiper-slide.map3:before{
    content: '';
    width: calc(100% + 200px);height: 100%;
    background: url(/cdn/pc/images/mooovi/top_map3.jpg) center center;
    position: absolute;
    transform: translate(-100px,0);
    top: 0;
    left: -100px;
}

.swiper-slide-active:before,
.swiper-slide-duplicate-active:before,
.swiper-slide-prev:before{
    animation: top_map 15s linear forwards}

#top .swiper-slide.no{background: cyan;}


#top h1 .mo,
#top h1 .gr
{
    width: 350px;
    height: 350px;
    background: #FFF;
    border-radius: 100%;
    position: absolute;
    animation:rubberBand 1s infinite;
}

#top h1 .mo{top: 0; left: 0;     background: url(/cdn/pc/images/mooovi/top_h1_mo.svg) center center no-repeat #FFF;}
#top h1 .gr{bottom: 0; right: 0; background: url(/cdn/pc/images/mooovi/top_h1_gr.svg) center center no-repeat #FFF;}

#top #news_t{
    height: 52px; width: 620px; position: absolute; background: rgba(0,0,0,0.5);
    bottom: 45px;
    left: 65px;
    z-index: 2;
    
}
#top #news_t ul li a{
    display: flex;
    line-height: 54px;
    color: #FFF;font-size: 24px;
    padding-left: 12px;
}

#top #news_t ul li a .txt{
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

#top #news_t ul li .day{
    background: url(/cdn/pc/images/mooovi/news_t.svg) center left no-repeat;
    padding-left: 50px;
    margin-right: 5px;
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
}

#top .cal_bt a{
    background: #FFE20A;
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 110px;
    left: 50px;
    border-radius: 100%;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#top .cal_bt a i{
    background: url(/cdn/pc/images/mooovi/i_cal.svg);
    width: 72px;
    height: 63px;
    display: inline-block;
    margin-bottom: 8px;
}
#top .cal_bt a p{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.0em;
}

.infomation{
    position: relative;
    padding-bottom: 45px;
    padding-top: 60px;
}
.infomation .lead .tit:before{
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background: url(/cdn/pc/images/mooovi/top_lead_yellow.svg);
    left: 94px;
    top: -54px;
    z-index: -1;
}
.infomation .lead .tit:after{
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(/cdn/pc/images/mooovi/top_lead_orange.svg);
    left: 54px;
    top: -14px;
    z-index: -1;
    animation-delay: 1s;
}

/*イメージ1*/
.infomation .img01 {position: absolute; top: 150px; height: 446px; width: 334px;}
.infomation .img01 img{
    position: absolute;
}

.infomation .img01 .img01_01{
    top: 50px;
    width: 332px;
    left: -85px;
    opacity: 0;
    transform: rotate(-15deg);
    transition: 1s;
    transform-origin: bottom right;
    transition-delay: 2s;
    animation: 5s iwa infinite linear;
}
.infomation .img01.mov .img01_01{
    opacity: 1;
    transform: rotate(0deg);}

.infomation .img01 .img01_02{
    top: 0px;
    left: -18px;
    animation: fuwafuwa 3s infinite linear;
    z-index: -1;
}
.infomation .img01 .img01_03{
    top: 250px;
    left: 120px;
    transform: translate(-34px,15px) rotate(-180deg);
    opacity: 0;
    transition: 0.3s;
    transition-delay: 3s;
}
.infomation .img01.mov .img01_03{
    opacity: 1;
    transform: translate(0px,0px) rotate(0deg);}
   
/*イメージ3*/
.infomation .img03{
    position: absolute;
    top: 1145px;
}
.infomation .img03 img{
    position: absolute;
}
.img03_01,
.img03_02,
.img03_03{display: none;}
.img03_04{width: 100px; left: -50px;
    animation: fuwafuwa 3s infinite linear;}

/*イメージ4*/
.img04{
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
    bottom: 50px;
    opacity: 0;
    transition: 1s;
    transform: translate(100px,0px);
}
.img04.mov{
    opacity: 1;
    transform: translate(0px,0px);
}

.img04 img{
    position: absolute;
}

.img04 .img04_01{top: 108px; left: 140px; z-index: 1; transition: 1s; transform: rotate(45deg);}
.img04 .img04_02{top:0px; left: -12px; transition: 1s; transform: rotate(-45deg);}
.img04 .img04_03{top:230px; left: 60px;
    animation: fuwafuwa 3s infinite linear;}
.img04 .img04_04{top:-8px; left: 390px;}
.img04 .img04_05{top:22px; left: 430px; width: 385px;z-index: -1;
    animation:  buranko 2s infinite;}

.img04.mov .img04_01,.img04.mov .img04_02{
    transform: rotate(0deg);
}

.infomation .lead .tit{
    height: 116px;
    background-size: auto 100%;
    width: 100%;
    text-indent: -9999px;
    margin-bottom: 50px;
    position: relative;
}

.infomation .lead .tit p{
    opacity: 0;
    transform:translate(0,50px);
    transition: 1s;
}
.infomation .lead.mov .tit p{
    opacity: 1;
    transform:translate(0,0px);}

.infomation .lead .tit p:nth-child(1){
    display: block;
    position: absolute;
    background: url(/cdn/pc/images/mooovi/top_lead1.svg) top center no-repeat;
    height: 100%;
    width: 100%;
}
.infomation .lead .tit p:nth-child(2){
    display: block;
    position: absolute;
    background: url(/cdn/pc/images/mooovi/top_lead2.svg) bottom center no-repeat;
    height: 100%;
    width: 100%;
    transition-delay: 1s;}


.infomation .lead .txt{
    font-size: 24px;
    color: #000000;
    width: 440px;
    margin-left: 270px;
    line-height: 40px;
    margin-bottom: 70px;
    opacity: 0;
    transition: 1s;
    transition-delay: 2s;
}
.infomation .lead.mov .txt{
    opacity: 1;
}

.infomation .pict{
  border-radius: 100%;
  width: 288px;
  height: 288px;
  overflow: hidden;
}

.infomation ul.att{
    display: flex;
    width: 650px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 5rem;
}

.infomation ul li{
    width: 45%;
    /* margin-right: 25px; */
    margin-bottom: 50px;position: relative;
}
.infomation ul li:nth-child(3){margin-right: 0;}

.infomation ul li .tit{width: 0%;line-height: 1.8em; overflow: hidden; font-size: 32px; transition: 0.5s; white-space: nowrap; font-weight: bold; text-align: center;}
.infomation ul li .txt{font-size: 22px; line-height: 1.5em;opacity: 0; transition: 1s; transform: translate(0,50px);}
.infomation ul.mov li .txt{opacity: 1; transform: translate(0,0px);}

.infomation ul.mov li .tit{
	padding: 1rem 0;
	width: 100%;
	transition-delay: 0.5s; 
	margin: auto;
}

.infomation ul.mov li .txt{
	opacity: 1;
	transform: translate(0,0px);
	margin-left: 5px;
}

.infomation ul.mov li:nth-child(1) .txt{transition-delay: 1s;}
.infomation ul.mov li:nth-child(2) .txt{transition-delay: 1s;}
.infomation ul.mov li:nth-child(3) .txt{transition-delay: 1s;}
.infomation ul.mov li:nth-child(4) .txt{transition-delay: 1s;}
.infomation ul.mov li:nth-child(5) .txt{transition-delay: 1s;}

.infomation ul li:nth-child(1) .tit{color: #07962B;}
.infomation ul li:nth-child(2) .tit{color: #EA6000;}
.infomation ul li:nth-child(3) .tit{color: #008DD3;}

.infomation ul li:nth-child(4) .tit{color: #07962B;}
.infomation ul li:nth-child(5) .tit{color: #07962B;}

/* 
#infomation ul li:nth-child(2){top: -30px;}
#infomation ul li:nth-child(3){top: -60px;}
#infomation ul li:nth-child(5){top: -30px;} */

.infomation ul li img{ width: 290px;margin: 0 0 10px 0;}
 .pict{width: 288px; height: 288px;}


.colorful-shadow-wrapper{
    overflow: visible;
}
.colorful-shadow-clone{
    will-change: filter /* or transform / safariのcolorful-shadow 有効化 */
}

.infomation ul li .pict{
    opacity: 0;
    transition: 1s;
    transform: rotate(90deg);
    transform-origin: center center;
}
.infomation  ul.mov li .pict{
    opacity: 1;
    transform: rotate(0deg);}
.infomation  ul.mov li:nth-child(1) .pict{transition-delay: 0s;}
.infomation  ul.mov li:nth-child(2) .pict{transition-delay: 0.1s;}
.infomation  ul.mov li:nth-child(3) .pict{transition-delay: 0.2s;}
.infomation  ul.mov li:nth-child(4) .pict{transition-delay: 0.3s;}
.infomation  ul.mov li:nth-child(5) .pict{transition-delay: 0.4s;}

.infomation .toko3 {
    position: absolute;
    display: block;
    width: 12rem;
    height: 16rem;
    background: url(/cdn/pc/images/mooovi/tokotan03.svg) no-repeat center center;
    background-size: 100%;
    bottom: -15.5rem;
    left: 3rem;
    opacity: 0;
    transform: scale(0.8);
}

.infomation .toko3.mov{
    transition: 0.5s 1.5s;
    opacity: 1;
	bottom: -3.5rem;
	left: 3rem;
    transform: scale(1);
}

.tower{
	margin-top:2rem;
    background: url(/cdn/pc/images/mooovi/img_tower.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 450px;
    height: 470px;
    bottom: -10px;
    right: -60px;
}
.tower::before{
    content: '';
    background: url(/cdn/pc/images/mooovi/img_tower2.svg) no-repeat;
    width: 165px;
    height: 165px;
    position: absolute;
    top: -120px;
    left: 90px;
    z-index: -1;
    animation: kurun 5s infinite linear;
}
.tower::after{
    content: url(/cdn/pc/images/mooovi/img_tower3.svg);
    top: -180px;
    left: 205px;
    animation: fuwafuwa 3s infinite linear;
    position: absolute;
}
#news{
    background: #008DD3;position: relative;
    color: #FFF;
    padding-top: 30px;
}
.news_box{
    transform: translate(0,100px);
    transition: 1s;
    opacity: 0;}
.news_box.mov{
    opacity: 1;
    transform: translate(0,0);}
#news h2{
    text-align: center;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 30px;
}
#news h2:before{
    content: url(/cdn/pc/images/mooovi/i_toko_w.svg);
    position: relative;
    top:8px;
    margin-right: 10px;
}

#news::before{
    content: '';
    background:url(/cdn/pc/images/mooovi/nami.svg) center center no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -12px;
}
#news::after{
    content: '';
    background:url(/cdn/pc/images/mooovi/nami.svg) center center no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: -12px;
    transform: scale(1,-1);
}

#news ul{
    width: 650px;
    margin: 0 auto 46px auto;
    padding-bottom: 50px;
}
#news li a{
    display:flex;
    border-bottom: 1px solid #FFF;
    padding: 20px 0;
    justify-content: space-between;
}

#news li .sub{
    width: 480px;
    height: 85px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#news li a:hover{
    opacity: 0.8;
}
#news li .img{
    width: 150px;
    height: 150px;
    background: url(/cdn/pc/images/mooovi/h1.svg) center center no-repeat #FFF;
    background-size: 80% auto;
    position: relative;
}
#news li .img.event::before,
#news li .img.info::before,
.news_l.event::before,
.news_l.info::before{
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: -10px;
    left: -10px;
}
#news li .img.event::before{background: url(/cdn/pc/images/mooovi/news_event.svg);}
#news li .img.info::before{background: url(/cdn/pc/images/mooovi/news_info.svg);}

.news_l.event::before{background: url(/cdn/pc/images/mooovi/news_event.svg);
    top: 0px;
    left:0px;}

.news_l.info::before{background: url(/cdn/pc/images/mooovi/news_info.svg);
    top: 0px;
    left:0px;}

#news li .txt{width: 480px;}


#news ul .mida,
.news_l .mida{
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}
#news ul .day,
.news_l .day{
    font-family: 'Montserrat',sans-serif;
    font-size: 22px;
    color: #B0DDE6;
    font-weight: bold;
}
.news_l .day{margin-left: 50px;}
#news ul .sub,
.news_l .sub{
    color: #B0DDE6;
    font-size: 18px;
}

.news_l{width: 560px; margin: 0 auto; padding: 30px 0;}
.news_l .sub{font-size: 24px;}
.news_l .mida{font-size: 30px; margin-bottom: 0.5em;}

.news_l a{
    display: inline-block;
    font-weight: bold;
    color: #FFF;
    text-decoration: underline;
}

.news_l a:hover{
    text-decoration: none;
}

.news_l .img{
    width: 560px;
    height: 560px;
    background: url(/cdn/pc/images/mooovi/h1.svg) center center no-repeat #FFF;
    background-size: 80% auto;
    margin-bottom: 20px;
    position: relative;
}

#fancybox-overlay{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    height: 100%;
    width: 100%;
}


#calendar{
    margin-bottom: 80px;
    color: #008DD3;
    transform: translate(0,100px);
    transition: 1s;
    opacity: 0;
}

#calendar.mov{
    opacity: 1;
    transform: translate(0,0);}


#calendar h2{
    text-align: center;
    margin-bottom: 15px;
    color: #008DD3;
    font-size: 30px;
}
#calendar h2:before{
    content: url(/cdn/pc/images/mooovi/i_cal_b.svg);
    position: relative;
    top:8px;
    margin-right: 15px;
}
#calendar iframe{
    width: 100%;
    height: 730px;
}

.cal{
    background:#F1F1F1;
    border-radius: 15px;
    width: 600px;
    padding-bottom: 35px;
    padding-top: 5px;
    margin: 0 auto;
    box-shadow:0px 15px 24px rgba(34,101,126,0.15);
}

thead:after {
	content: "";
	height: 15px;
	width: 100%;
	display: block;
}

.cal .ym{
    display: flex;
    font-family: 'Montserrat',sans-serif;
    justify-content: center;
    color: #008DD3;
    font-size: 30px;
    font-weight: bold;align-items: flex-end;
    padding-bottom: 20px;
}
.cal .ym .month{font-size: 38px; position: relative; top: 3px;}
.cal .ym .next a,
.cal .ym .back a{
    height: 80px;
    width: 80px;
    display: block;
}
.cal .ym .next a{background: url(/cdn/pc/images/mooovi/arrow_r.svg) center top 50px no-repeat;}
.cal .ym .back a{background: url(/cdn/pc/images/mooovi/arrow_l.svg) center top 50px no-repeat;}

.cal table{
    width: 500px;
    margin: 0 auto;}
.cal th{
    border-top: 1px solid #008DD3;
    border-bottom: 1px solid #008DD3;
    font-size: 24px;
    line-height: 50px;
}
.cal th,.cal td{
    text-align: center;
    position: relative;
}
.cal td{font-size: 26px; font-weight: bold;
    line-height: 70px;
    font-family: 'Montserrat',sans-serif;
    background: url(/cdn/pc/images/mooovi/cal_i00.svg) center center no-repeat;
}
.cal td.i01{background: url(/cdn/pc/images/mooovi/cal_i01.svg) center center no-repeat;}
.cal td.i02{background: url(/cdn/pc/images/mooovi/cal_i02.svg) center center no-repeat;}
.cal td.i03{background: url(/cdn/pc/images/mooovi/cal_i00.svg) center center no-repeat;}


.cal th.san{color: #FF1414;}
.cal th.sat{color: #275EEA;}

.cal td.fin{color: rgba(0,141,211,0.3);}
.cal td.fin.san{color: rgba(255,20,20,0.3);}
.cal td.fin.sat{color: rgba(39,94,234,0.3);}
/*
.cal td.today::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: 12px;
    top: 12px;
    border-radius: 100%;
    background:#008DD3;
}
*/
.cal td{color: rgba(0,141,211,1);}
.cal td.san{color: rgba(255,20,20,1);}
.cal td.sat{color: rgba(39,94,234,1);}

.cal .setsu{
    width: 510px;
    margin: 30px auto 0 auto;
    display: flex;
    font-size: 24px;
    color: #222;
	flex-wrap: wrap;
}

.cal .setsu .i01::before,
.cal .setsu .i02::before,
.cal .setsu .i03::before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top:3px;
    margin-right: 5px;
}

.cal .setsu .i01::before{background: url(/cdn/pc/images/mooovi/cal_i01.svg);background-size: 100% 100%;}
.cal .setsu .i02::before{background: url(/cdn/pc/images/mooovi/cal_i02.svg);background-size: 100% 100%;}
.cal .setsu .i03::before{background: url(/cdn/pc/images/mooovi/cal_i00.svg);background-size: 100% 100%;}


/*PC*/
.cal.pc{width: 350px;}
.cal.pc .ym{font-size: 16px; }
.cal.pc .ym .month{font-size: 20px;}
.cal.pc .ym .next, .cal.pc .ym .back{height: 40px; width: 40px; cursor: pointer; transition: 0s; display: block;} 
.cal.pc .ym .next a, .cal.pc .ym .back a{height: 40px; width: 40px; cursor: pointer; transition: 0s; display: block;} 
.cal.pc .ym .next a:hover{transform: translateX(3px);}
.cal.pc .ym .back a:hover{transform: translateX(-3px);}

.cal.pc .ym .back a {
    background: url(/cdn/pc/images/mooovi/arrow_l.svg) center top 26px no-repeat;background-size: 14px 10px;}
.cal.pc .ym .next a {
    background: url(/cdn/pc/images/mooovi/arrow_r.svg) center top 26px no-repeat;background-size: 14px 10px;}
.cal .ym .back.fin,
.cal .ym .next.fin {
    pointer-events: none;
    opacity: 0.2;}
.cal.pc table{width: 290px;}
.cal.pc th{font-size: 14px;}
.cal.pc thead:after{height: 8px;}
.cal.pc th{line-height: 30px;}
.cal.pc td{line-height: 40px; font-size: 20px;}
.cal.pc td,
.cal.pc td.i01,
.cal.pc td.i02,
.cal.pc td.i03{background-size: 32px 32px;}
.cal.pc .setsu{
	font-size: 14px;
/*	text-align: center;*/
	margin: 15px auto 0 auto;
	width: 300px;
}

.cal.pc .setsu .i01::before, .cal.pc .setsu .i02::before, .cal.pc .setsu .i03::before{width: 15px; height: 15px; margin-right: 3px;}
.cal.pc{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.cal.pc td.today::before{width: 5px;height: 5px; top: 5px; right: 8px;}

.cal_b_bt{
    border:1px solid #008DD3;
    display: block;
    width: 600px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto;
    color: #008DD3;
    font-size: 28px;
    font-weight: bold;
}
.cal_b_bt:before{
    content: url(/cdn/pc/images/mooovi/arrow_r.svg);
    margin-right: 10px;
}

/* #footer{
    background:url(/cdn/pc/images/mooovi/nami650.svg) top center no-repeat;
    padding-top: 40px;
}

#footer .footer_b{
    padding: 45px 0 20px 0;
    background:linear-gradient(to right,#5AC1CF,#008DD3);
} */

/* #footer .addtel{
    background:url(/cdn/pc/images/mooovi/add_tel.png) center no-repeat;
    width: 100%;
    height: 64px;
    margin: 20px 0 25px 0;
} */

#insta,#insta2{width:710px;margin:30px auto 0 auto;}
#insta li,#insta2 li{
    width: 23%;
    height: 163px;
    margin: 0 0 17px;
    overflow:hidden;
}
#insta a,#insta2 a{width:100%;display:block}
#insta a img,#insta2 a img{width:172px;height:172px;  object-fit: cover;}
#insta ul,#insta2 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only all and (max-width: 750px) { 
    .sp_no{
        display: none;
    }

    #inline1,
    #inline2,
    #inline3,
    #inline4,
    #inline5{background: #008DD3; width: 600px!important; overflow: scroll !important; padding-bottom: 50px;}

#instagram{margin-bottom: 40px;}

.info #fancybox-content{overflow: scroll ;}
.news_l{overflow: scroll;}
}


@media only all and (min-width: 751px) { 
    .pc_no{
        display: none;
    }
    #menu_bt{
        display: none;
    }
    #wrapper{
        width: 100%;
        overflow: hidden;
    }

    .kakko_top{
        /* width: 250px; height: 250px; */
        width: 120px; height: 80px;
        top: 55px;
        border-top: 10px solid #FFF;
        border-right: 10px solid #FFF;}
    .kakko_bottom{
        /* width: 250px; height: 250px; */
        width: 120px; height: 80px;
        border-bottom: 10px solid #FFF;
        border-left: 10px solid #FFF;}


    #top{
        /* height: 600px; */
        height: 240px;
    }
    #top h1{
        /* width: 580px; */
        width: 285px;
        /* height: 400px; */
        height: 285px;
        transform: scale(0.8);
        transition: .5s;
        transition-delay: 1s;
        opacity: 0;
    }
    
    #top.on h1{
        opacity: 1;
        transform: scale(1);}
    #top h1 .mo,
    #top h1 .gr
    {
        width: 285px;
        height: 285px;
        background: #FFF;
        border-radius: 100%;
        position: absolute;
    }
    
    #top h1 .mo{
		top: 0; left: 0;
		background: url(/cdn/pc/images/mooovi/top_h1_mo.svg) 
			center center no-repeat #FFF;
		background-size: 75% auto;
	}
    #top h1 .gr{
		bottom: 0;
		right: 0;
		background: url(/cdn/pc/images/mooovi/top_h1_gr.svg)
			center center no-repeat #FFF;
		background-size: 75% auto;
        transition-delay: 1.5s;
	}


    /***************** 施工者返答待ち *****************/
    
    .logo{
        height: 300px;
		width: 1120px;
		margin: auto;
		background-color: #FFFEF0;
	}
	    .infomation {
		width: 1120px;
		margin: auto;
		background-color: #FFFEF0;
		z-index: -1;
	}

    .logo.on h1{
        opacity: 1;
        transform: scale(1);}
    .logo h1 .mo,
    .logo h1 .gr
    {
        width: 450px;
        height: 300px;
        background: #FFF;
        position: relative;
        margin: auto;
        transform: scale(1);
        opacity: 0;
    }
    
    .logo h1 .mo{
		top: 0;
		left: 0;
		background: url(/cdn/pc/images/mooovi/top_h1_mo.svg) center center no-repeat;
		background-size: 75% auto;
	}
    .logo h1 .gr{
		bottom: 0;
		right: 0;
		background: url(/cdn/pc/images/mooovi/top_h1_gr.svg) center center no-repeat;
		background-size: 75% auto;
        transition-delay: 1.5s;
	}

    .logo h1 .mo.mov{
        transform: scale(1);
        opacity: 1;
        transition: 1s all;
        transition-delay: 2s;
    }

	.logo .toko1{
		left: calc(50% + -450px);
		top: -150px;
	}
	
	.logo .toko1.mov{
		opacity: 1;
		left: calc(50% + -450px);
		top: 100px;
	}

	.logo .img01_02{
		opacity: 1;
		position: relative;
	    top: 250px;
	    left: calc(50% + -490px);
	    animation: fuwafuwa 3s infinite linear;
	}
	
	/*イメージ2*/
	.logo .img02{
	    width: 324px;
		top: 150px;
	    left: calc(50% + 260px);
		z-index: 0;
	}
	.logo .img02.mov{
	    opacity: 1;
	    transform: rotate(0deg);
	} 
	.logo .toko2{
		width: 160px;
		top: 350px;
	    left: calc(50% + 750px);
		z-index: 1;
	}
	.logo .toko2.mov{
		opacity: 1;
		width: 160px;
		top: 350px;
	    left: calc(50% + 450px);
		z-index: 1;
	}
    /***************** 施工者返答待ち *****************/




    #top #news_t{height: 40px; width: 750px; left: calc(50% - 375px); bottom: 15px;}
    #top #news_t ul li a{line-height: 40px; font-size: 16px;}
    #top #news_t ul li .day{background-size: 25px 25px; padding-left: 30px;}
    #top .cal_bt a{width: 100px; height: 100px; left: 50%; margin-left: -380px; bottom:70px;} 

    #top .cal_bt a i{width:30px; height: 34px; background-size: 100% 100%; margin-bottom: 3px;}
    #top .cal_bt a p{font-size: 14px;}

    .infomation .lead {margin-bottom: 65px;}
    .infomation .lead .tit{height: 82px; background-size: auto 100%; margin-bottom: 20px;}
    .infomation .lead .txt{font-size: 16px; line-height: 26px; margin:0 auto; text-align: center; width: 100%;}

    .infomation .lead .tit:before{left: 50%; margin-left: -218px; top: -40px; width: 78px; height: 78px; background-size: 100% 100%;}
    .infomation .lead .tit:after{left: 50%; margin-left: -252px;top: -3px; width: 60px; height: 60px; background-size: 100% 100%;}


    .infomation .lead .tit p:nth-child(1){
        display: block;
        position: absolute;
        background: url(/cdn/pc/images/mooovi/top_lead1.svg) top center no-repeat; background-size: 312px auto;
        height: 100%;
        width: 100%;}
    .infomation .lead .tit p:nth-child(2){
        display: block;
        position: absolute;
        background: url(/cdn/pc/images/mooovi/top_lead2.svg) bottom center no-repeat; background-size: 312px auto;
        height: 100%;
        width: 100%;}

    .infomation ul{justify-content: center;}
    .infomation ul li:nth-child(2),
    .infomation ul li:nth-child(3),
    .infomation ul li:nth-child(5){top: 0;}
    .infomation ul li .pict{width: 220px;height: 220px;}
    .infomation ul li{
		width: 220px;
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
    .infomation ul li .tit{font-size: 22px;}
    .infomation ul li .pict{
        margin-bottom: 20px;
    }
    .infomation ul.att{
		width: 750px;
		margin: 90px
		auto 10px;
		margin-bottom: 150px;
	}
    .infomation ul li .tit{
        text-align: center;
    }
    .infomation ul li .txt{font-size: 16px;}
    .infomation .img01 .img01_03{
        top: 200px;
        left: 75px;
    }
	.infomation .toko3.mov{
		left: calc(50% - 580px);
	}
    #news{display: flex;
        justify-content: center;
    }
    #news h2{text-align: left;}
    .news_box{width: 620px; margin-right: 40px;}

    #news li .img{width: 115px; height: 115px;}
	#news li .img img{width: 100%;}
    #news li .day{font-size: 16px;}
    #news li .mida{font-size: 16px;}
    #news ul{width: 620px;}
    #news li .sub{font-size: 16px;
        width: 480px;
        height: 72px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    #calendar{width: 350px;}
    #calendar h2{font-size: 20px; color: #FFF; text-align: center; padding-top: 20px;}
    #calendar iframe{height: 410px;}
    #news #calendar h2:before{content: url(/cdn/pc/images/mooovi/i_cal_w.svg);
        display: inline-block;
        top: 3px;
        margin-right: 7px;}

    .img04 .img04_05{display: none;}
    .tower{right: calc(50% - 745px); bottom: -30px;}

    header{
        background:rgba(255,255,255,0.8);
        width: 100%;
        height: 55px;
        position: absolute;
        z-index: 2;
    }
    header ul{
        display: flex;
        justify-content: center;
    }
    
header ul li{position:relative; margin: 0 20px;}
header ul li a{
    line-height: 55px;
    display: block;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    text-indent: 30px;
}

header ul li:nth-child(1):before,
header ul li:nth-child(2):before,
header ul li:nth-child(3):before,
header ul li:nth-child(4):before{
    content: '';
    width: 30px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
header ul li:nth-child(1):before{background: url(/cdn/pc/images/mooovi/i_menu1.svg) center center no-repeat;}
header ul li:nth-child(2):before{background: url(/cdn/pc/images/mooovi/i_menu2.svg) center center no-repeat;}
header ul li:nth-child(3):before{background: url(/cdn/pc/images/mooovi/i_menu3.svg) center center no-repeat;}
header ul li:nth-child(4):before{background: url(/cdn/pc/images/mooovi/i_menu4.svg) center center no-repeat;}

#news::after{display: none;}
#footer{margin-top: 80px;}


    
.infomation ul li img{ width: 220px;margin: 0 0 10px 0;}
.infomation ul li .pict{width: 220px; height: 220px;}


.tower{
    width: 450px;
    height: 480px;
}

/*イメージ1*/
.infomation .img01{
    position: absolute;
    width: 245px;
    height: 380px;
    top: 10px;
    right: calc(50% + 250px);
    left: auto;}
.infomation .img01 img{
    position: absolute;
}
.infomation .img01 .img01_01{
    width: 260px
}
.infomation .img01 .img01_02{
	opacity:0;
}
.infomation .img01 .img01_03{
    width:62px;
}
   
/*イメージ3*/
.infomation .img03{
    position: absolute;
    top: 370px;
    width: 471px;
    height: 550px;
    transform: translate(-100px,0);
    transition: 1s;
    opacity: 0;
    right: calc(50% + 260px);
}

.infomation .img03.mov{
    opacity: 1;
    transform: translate(0px,0);}
.infomation .img03 img{
    position: absolute;
}
.img03_01,
.img03_02,
.img03_03{
	display: block;
}
.img03_01{
	top:18px;
	width:400px;
}
.img03_02{
	top:46px;
	z-index: -1;
	left: 25px;
	width: 360px;
}
.img03_03{
	left: 109px;
	top: 370px;
	width: 105px;
    animation: fuwafuwa 3s infinite linear;
}
.img03_04{
	width: 130px;
	left: 94px;
}
.img03_02{
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
}
.mov .img03_02{
    opacity: 1;
    animation:  buranko 2s infinite;
}




/*イメージ4*/
.img04{
    position: absolute;
    z-index: 1;
    width: 402px;
    height: 270px;
    left: calc(50% + 390px);
    bottom: 450px;}
.img04 img{
    position: absolute;
}

.img04 .img04_01{ z-index: 1; width: 198px; left: 100px; top: 72px;}
.img04 .img04_02{top:0px; left: 0px; width: 147px;}
.img04 .img04_03{top:158px; right:48px; width: 68px;}
.img04 .img04_04{top:50px; right:0; left: auto; width: 252px;}

.tower::before{width: 140px; height: 140px; background-size: 100% 100%;
    top: -108px;
    left: 110px;}
    .tower::after{top: -168px;}


    #inline1,#inline2,#inline3,#inline4,#inline5
    {width: 1000px!important; height:670px !important; background: #008DD3;}
    .news_l {display: flex; flex-direction: column;}
    .news_l .day{margin-left: 0;order: 1;}
    .news_l .mida{order: 3;}
    .news_l .img{order: 2;}
    .news_l .sub{order: 4;}
    .news_l{width: 900px; clear: both;}
    .news_l .img{float: right;width: 400px;margin-left: 50px;}
	.news_l .img img{float: right;width: 100%;}
    .news_l .sub{font-size: 16px; }

#top .cal_bt a{transition: .2s;}
#top .cal_bt a:hover{
    transform: translate(0px,3px);
    background: #FFF;
}

.cal_b_bt{
    border:1px solid #FFF;
    width:350px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0 auto;
    color: #FFF;
    font-size: 16px;
}
.cal_b_bt:before{
    width: 14px;
    height: 10px;
    display: inline-block;
    content: '';
    background: url(/cdn/pc/images/mooovi/arrow_r_w.svg);
    background-size: 100% 100%;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.cal_b_bt:hover:before{
    background: url(/cdn/pc/images/mooovi/arrow_r.svg);
    background-size: 100% 100%;}
.cal_b_bt:hover{background:#FFF;color: #008DD3;}

/* インスタ */
#insta,#insta2{width:800px;margin:40px auto 0 auto;}
#insta li,#insta2 li{
    width: 16%;
    height: 128px;
    margin: 0 0 8px;
    overflow:hidden;
}
#insta a,#insta2 a{width:100%;display:block}
#insta a img,#insta2 a img{width:135px;height:135px;  object-fit: cover;}
#insta ul,#insta2 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

}

@keyframes top_map{
    from{
        transform: translate(-100px,0);
    }
    to{
        transform: translate(100px,0);
    }
  }

@keyframes kaiten {
    0%{
        transform: rotate(0deg);
    }
    20%{
      transform: rotate(90deg);
    }
    100%{
      transform: rotate(90deg);
    }
  }
@keyframes fuwafuwa {
    0%{
        transform:translate(0,0);
    }
    50%{
        transform:translate(0,10px);
    }
    100%{
        transform:translate(0,0);
    }
  }
    
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
}
@keyframes buranko {
  0% {
    transform: translate(0,0);
  }
  50% {
    transform: translate(0,6px);
  }
  100% {
    transform: translate(0,0);
  }
}
@keyframes iwa {
  0% {
    transform: translate(0,0);
  }
  50% {
    transform: translate(10px,15px);
  }
  100% {
    transform: translate(0,0);
  }
}
@keyframes kurun {
  0% {
    transform: scale(1,1);
  }
  10% {
    transform: scale(0,1);
  }
  20% {
    transform: scale(1,1);
  }
  100% {
    transform: scale(1,1);
  }
}
@keyframes mochimochi {
  0% {
    transform: scale(1, 0.8);
  }
  10% {
    transform: scale(0.8, 1.1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
#fancybox-wrap{
		top: 180rem !important;
}
@media only all and (min-width: 751px) { 
	#fancybox-wrap{
		top: calc(200%) !important;
	}
}