
.move-up-down {
    width: 30px; 
    height: 30px; 
    background-image: url('../img/scroll_sp.png'); 
    background-size: cover;
    position: relative;
    animation: upDown 2s infinite;
}
@keyframes upDown {
    0% {
        top: 0;
        opacity: 1;
    }
    50% {
        top: 30px; /* 動かす距離 */
        opacity: 1;
    }
    51% {
        top: 30px; /* 動かす距離 */
        opacity: 0;
    }
    75% {
        top: 0px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 0;
    }
}
@media screen and (max-width: 684px){
	html {
   		/*overflow: scroll;
  		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;*/
	}
	.mv {
        position:relative;
		width:100%;
    	/*height: 135VW;*/
		/*height: calc(100vh - 45VW);*/
		height: calc(100dvh - 15VW);
		/*margin-bottom: -3VW;*/
		margin-top: -60px;
	}
	.mv + .btn {
		margin-bottom: 0VW;
		/*margin-top: 20VW;*/
	}
    .mv .mv_title {
        position: absolute;
        width: 80%;
        top: 25VW;
        left: 10%;
        display: block;
		z-index: 9998;
        background-color: rgba(11,26,55,0.9);
    }
    .mv_title img{
        width: 100%;
        height: auto;
    }
    .mv .mv_scroal {
        position: absolute;
		width:33px;
        bottom: 18VW;
        left:0;
        right:0;
		margin: auto;
		z-index: 9998;
    }
	
	.alert {
		text-align: left;
		width:96%;
		font-size: 10px;
		padding:6VW 2% 0;
	}
	
    section {
        padding-top:1px;
    }
    section h2 {
        margin:12VW auto;
        padding-bottom:5VW;
		font-size:24px;
    }
	
	.ban_present {
		text-align: center;
		margin:15VW auto 10VW;
		width:92%;
	}
	.ban_present img{
        width: 100%;
        height: auto;
	}
	
	/*merit*/
	#merit {
		width:100%;
		margin:0px auto 0;
		padding-top: 1px;
		padding-bottom: 75px;
		padding-bottom: 25VW;
	}
    #merit h2 {
        background-image:url("../img/title01e.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat;
        background-position:center top;
		padding-top:88px;
		font-size: 24px;
    }
	#merit > ul{
		width:100%;
		background-color: #000;
	}
	#merit > ul > li{
		width:100%;
		overflow: hidden;
		height: 63VW;
	}
	#merit > ul > li img{
		width:100%;
	}
	/*merit*/
	
	/*threeblocks*/
	ul.threeblocks {
		width:100%;
		margin:4VW auto 0;
    	display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}
	ul.threeblocks li {
		width:92%;
		margin:0 4%;
		margin-bottom:5VH;
	}
	ul.threeblocks li h3{
        padding:20px 0;
		line-height:1em;
		font-size:20px;
		border-bottom:1px solid #FFF;
	}
	ul.threeblocks li p{
		text-align: left;
        padding-top:0.75em;
		line-height:1.57em;
		font-size:14px;
	}
    ul.threeblocks li img{
        width: 100%;
        height: auto;
    }
	/*threeblocks*/
	
	/*movie*/
	#movie {
		padding: 1px 0 60px;
	}
    #movie h2 {
        background-image:url("../img/title03e.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat;
        background-position:center top;
		padding-top:88px;
		font-size: 24px;
    }
	
	#movie .threeblocks {
		width:90%;
	}
	#movie .threeblocks img {
		width:100%;
		height:auto;
	}
	#movie .threeblocks p {
		font-size: 14px;
		text-align: center;
		color:#fff;
	}
	/*movie*/
	 
	.gaiyo {
    	margin-bottom: 0VW;
        padding-bottom: 3VW;
  	}
	.gaiyo p {
        margin-bottom: 0;
  	}
	
	.menu {
      	position:absolute;
      	bottom:100px;
		width:92%;
		margin:0px auto 0px;
	}
	.menu li {
		width:32%;
		height:30VW;
		float:left;
		margin-right:2%;
	}
	.menu li a {
		width:100%;
		font-size:16px;
		line-height: 1.25em;
		padding:5VW 0 12VW;
		display:block;
		text-align: center;
		color:#fff;
    	font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
		background: url("../img/reader_down.png");
		background-position:  center bottom 15%;
		background-repeat: no-repeat;
		background-color: #091a37;
	}
	/*.menu li.nagoya a {
		background-color: #091a37;
	}
	.menu li.mikawa a {
		background-color: #294473;
	}
	.menu li.general a {
		background-color: #f39800;
	}*/
	.menu li:nth-child(3n) {
	}
	.menu li:last-child {
		margin-right:0px;
	}
	
	#cboxOverlay {
		opacity: 1;
	}
	#cboxContent,
    #cboxTopLeft,
    #cboxTopRight,
    #cboxBottomLeft,
    #cboxBottomRight,
    #cboxMiddleLeft,
    #cboxMiddleRight,
    #cboxTopCenter,
    #cboxBottomCenter{ background:none;}
	#cboxClose {
      left: 0px;
      right: 0px;
	bottom: 5VW;
      margin: auto;
    }
	
}

@media screen and (min-width: 685px){
	
	/*フローティングバナー*/
    .fix__btn {
        position: fixed;
        width: 55px;
        height: 193px;
        top: 180px;
        right:0px;
        display: block;
		z-index: 100000;
    }
    .fix__btn li {
        margin-bottom:10px;
    }
    #sidebar #sidebar01{
		opacity: 0.0;
    }
    #sidebar.open  #sidebar01{
		opacity: 1.0;
    }
	
    #banner-sp.fixed {
		opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
	/*フローティングバナー*/
	
	.mv {
		position: relative;
		width:100%;
		height: calc(100VH - 0px);
    	/*background:url("../img/bg2304.jpg?v=0") center top no-repeat;*/
		overflow: hidden;
		margin-top: -100px;
	}
	.mv .inner{
        position:relative;
		width:1200px;
		height:700px;
		margin:0 auto;
	}
	
    .mv .mv_title {
        position: absolute;
        width: 30%;
		min-width:310px;
        height: 90px;
        top: 45%;
        left:0;
        display: block;
		z-index: 9998;
        background-color: rgba(11,26,55,0.9);
		text-align: right;
    }
    .mv .mv_scroal {
        position: absolute;
		width:33px;
        bottom: 50px;
        left:0;
        right:0;
		margin: auto;
		z-index: 9998;
    }
	
    section h2 {
        margin:80px auto;
        padding-bottom:18px;
		font-size:30px;
    }
	
	.alert {
		text-align: right;
		width:1180px;
		margin:5px auto 0;
		font-size: 12px;
	}
	
	.ban_present {
		margin:100px auto;
		text-align: center;
	}
	
	/*merit*/
    #merit h2 {
        background-image:url("../img/title01e.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat;
        background-position:center top;
		padding-top:88px;
		font-size:47px;
		font-size:47px;
    }
	#merit > ul{
		width:100%;
		/*max-width:1200px;*/
		margin:0px auto 0;
		background-color: #000;
	}
	#merit > ul > li{
		float:left;
		width:50%;
		height:31.1VW;
		overflow: hidden;
		/*max-height:377px;*/
	}
	#merit > ul > li img{
		width:100%;
	}
	#merit {
		width:100%;
		margin:0px auto 0;
		padding-top: 1px;
		padding-bottom: 75px;
	}
	/*merit*/
	
	/*recommend*/
    #recommend {
        padding:1px 0 60px;
    }
    #recommend h2 {
        background-image:url("../img/title04e.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat;
        background-position:center top;
		padding-top:88px;
		font-size:38px;
    }
	ul.threeblocks {
		width:1180px;
		margin:0 auto;
	}
	ul.threeblocks li {
		width:31.8%;
		float:left;
		margin-right:2.2%;
	}
	ul.threeblocks li:nth-child(3) {
		margin-right:0px;
	}
	ul.threeblocks li h3{
        padding:20px 0;
		line-height:1em;
		font-size:20px;
		border-bottom:1px solid #FFF;
	}
	ul.threeblocks li p{
		text-align: left;
        padding-top:0.75em;
		line-height:1.57em;
		font-size:14px;
	}
	/*threeblocks*/
	
	/*virtual*/
	
    #virtual {
        background:url("../img/title03.png") center top no-repeat;
        background-color: #fff;
    }
    #virtual {
        padding:1px 0 60px;
    }
	#virtual .virtual__body ul {
		margin: 0 auto 0px;
        width:1140px;
	}
	#virtual .virtual__body ul li {
        width:570px;
		float:left;
	}
	#virtual .virtual__body ul li.virtual__text {
		text-align: left;
	}
	#virtual .virtual__body ul li.virtual__text h3{
		font-size:24px;
	}
	#virtual .virtual__body ul li.virtual__text p{
		margin-top:30px;
		font-size:20px;
		line-height: 1.5em;
	}
	#virtual .virtual__body ul li.virtual__photo {
        width:570px;
        text-align: center;
	}
	#virtual .virtual__body ul li.virtual__photo p{
		padding-top:0.5em;
	}
	/*virtual*/
	
	
	/*movie*/
	#movie {
		padding: 1px 0 60px;
	}
    #movie h2 {
        background-image:url("../img/title03e.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat;
        background-position:center top;
		padding-top:88px;
		font-size:38px;
    }
	
	#movie .threeblocks img {
		width:100%;
		height:auto;
	}
	#movie .threeblocks p {
		font-size: 18px;
		text-align: center;
		color:#fff;
	}
	/*movie*/
	
        #sidebar{
            width:280px;
            height:436px;
            position:fixed;
            /*top:150px;*/
            right:-350px;
			z-index: 1;
        }
        #sidebar ul{
            position:absolute;
            top:0px;
            right:0;
        }
        #sidebar ul li{
            height:50px;
            margin:0 0 0px;
            list-style-type:none;
        }
        #sidebar ul li:first-child{
            height:200px;
			/*opacity: 0.0;*/
        }
        #sidebar.open ul li:first-child{
			/*opacity: 1;*/
        }
        #sidebar ul li:last-child{
            height:61px;
        }
        #sidebar button{
            position:absolute;
            bottom:0px;
            right:0px;
            width:280px;
            height:36px;
            border:none;
            display:block;
			text-align: left;
			text-indent: 0.8em;
        	background-image: url("../img/side06.gif");
			color:#fff;
        }
	.menu {
      	position:absolute;
      	bottom:100px;
		width:100%;
	}
	.menu ul {
		width:1180px;
		margin:0px auto 0px;
	}
	.menu li {
		width:380px;
		height:126px;
		float:left;
		margin-right:20px;
	}
	.menu li a {
		width:100%;
		height:126px;
		font-size:24px;
		line-height: 126px;
		display:block;
		text-align: center;
		color:#fff;
		font-weight:bold;
    	font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
		background: url("../img/reader_down.png");
		background-position:  center bottom 15%;
		background-repeat: no-repeat;
		background-color: #091a37;
	}
	/*.menu li.nagoya a {
		background-color: #091a37;
	}
	.menu li.mikawa a {
		background-color: #294473;
	}
	.menu li.general a {
		background-color: #f39800;
	}*/
	.menu li:last-child {
		margin-right:0px;
	}
}

#sidebar01,
.delayed-image {
    opacity: 0;
    transition: opacity 0s ease-in 0s;
}
.delayed-image.show,
#sidebar01.show {
  transition: 1.0s;
  opacity: 1;
}

section h2 {
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
    text-align: center;
	font-weight:normal;
	line-height:1em;
}
section#showroom h2 {
  	color: #fff;
}

#merit {
	background-color: #0b1a37;
	color:#fff;
}

#recommend {
    background-color: #fff;
}

#movie {
    background-color: #0b1a37;
    color:#fff;
}

ul.threeblocks li h3{
    font-weight:normal;
    text-align: center;
}

.mapbtn {
    display:inline;
    width:100%;
	padding:2px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #294473;
    text-align:center;
    color:#FFF;
    font-size:11px;
    line-height:1.5em;
    text-decoration: none;
}

	#cboxCurrent {
		display:none!important;
	}


/*フロートバナー*/
@media only screen and (max-width: 767px) {
	
    .ban__fix__sp {
        position: fixed;
		width: 92%;
        left: 4%;
		bottom: 20VW;
		z-index: 9999;
    }
    .ban__fix__sp img{
        width: 100%;
		height:auto;
    }
    .ban__fix__inner {
        position: relative;
        width: 100%;
    }
    #closebanner-sp,
    #closebanner-sp1,
    #closebanner-sp2 {
        position: absolute;
        top:-10px;
        right: -10px;
        display: block;
        height: 25px;
        width: 25px;
        background: url('../img/float_close.png') no-repeat 0 0;
		background-size: 25px;
        cursor: pointer;
        text-indent: -9000px;
        z-index: 10;
    }
	.ban__fix{
		display: none;
	}
    #banner-sp {
		opacity: 0;
    }
    #banner-sp.fixed {
		opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
}
@media only screen and (min-width: 768px) {
    .ban__fix {
        position: fixed;
        width: 270px;
        height: 240px;
        bottom: 50px;
        left:50px;
        display: block;
		z-index: 9999;
		opacity: 0;
    }
    #banner.fixed {
		opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
    .ban__fix__inner {
        position: relative;
        width: 290px;
    }
    #closebanner {
        position: absolute;
        top:-7px;
        right: -7px;
        display: block;
        height: 20px;
        width: 20px;
        background: url('../img/float_close.png') no-repeat 0 0;
		background-size: 20px;
        cursor: pointer;
        text-indent: -9000px;
        z-index: 10;
    }
	.ban__fix__sp{
		display: none;
	}
    #banner {
		/*opacity: 0;*/
    }
    #banner.fixed {
		/*opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;*/
    }
}
@media screen and (max-width: 546px) {
#SMP------------------------{}
	.ban__fix__inner div:first-child {
		margin-right:4%;
	}
	.ban__fix__half {
		position: relative;
		width:48%;
		float:left;
	}
}
	
@media screen and (min-width: 737px) {
#PC------------------------{}
	#fixbtn_cp .fixbtn_cp01{
		display: block;
	}
	#fixbtn_cp .fixbtn_cp02{
		display: none;
	}
	#fixbtn_cp.fixed .fixbtn_cp01{
		display: none;
	}
	#fixbtn_cp.fixed .fixbtn_cp02{
		display: block;
		right: 0px;
		width: 100%;
	}
	#fixbtn_cp.fixed {
  		position: fixed;
  		top: 81px;
		right: 0px;
		height:119px;
		width: 119px;
	}
}
/*フロートバナー*/

/*スクロールイベントここから*/
.scroalevent img{
	transition: .9s;
}
.scroalevent div {
    transition: 1.5s;
}
/* 移動なしフェードイン */
.list-mv02 {
	opacity: 0;
}
.mv02{
	opacity: 1.0;
}
.list-mv02v {
	opacity: 0;
	transform: translate(0,40px); 
	-webkit-transform: translate(0,40px); 
}
.mv02v{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
/*スクロールイベントここまで*/



.delay01 {
  animation-delay: 0.1s;
}
.delay02 {
  animation-delay: 0.5s;
}
.delay03 {
  animation-delay: 0.7s;
}
.delay04 {
  /*transition-delay: .9s!important;
  -webkit-transition-delay: .9s!important;*/
  animation-delay: 0.9s;
}
.delay05 {
  animation-delay: 1.0s;
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUp0{
animation-name:fadeUpAnime0;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime0{
  from {
    opacity: 0;
  transform: translateY(0px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 右方向フェードイン */
.fadeLR{
animation-name:fadeLRAnime;
animation-duration:0.6s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLRAnime{
  from {
    opacity: 0;
  transform: translateX(-50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 左方向フェードイン */
.fadeRL{
animation-name:fadeRLAnime;
animation-duration:0.6s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRLAnime{
  from {
    opacity: 0;
  transform: translateX(50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.fadeUpTrigger,
.fadeLRTrigger,
.fadeRLTrigger{
    opacity: 0;
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(0px, 3px) rotateZ(0deg)}
    50% {transform: translate(0px, 0px) rotateZ(0deg)}
    75% {transform: translate(0px, 3px) rotateZ(0deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
@keyframes hurueru_v {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(3px, 0px) rotateZ(0deg)}
    50% {transform: translate(0px, 0px) rotateZ(0deg)}
    75% {transform: translate(3px, 0px) rotateZ(0deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}