
body {
    background-color: #1d2f4c;
}
#background_movie {
    display: none;
}
.delayed-image {
    opacity: 0;
    transition: opacity 0s ease-in 0s;
}
.delayed-image.show {
    transition: 1.0s;
    opacity: 1;
}

@media screen and (max-width: 684px){
	html {
   		/*overflow: scroll;
  		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;*/
	}
    .slide ul {
        position: relative;
        width: 100%;
        height: 84VH;
        overflow: hidden;
    }
	.mv {
        position:relative;
		width:100%;
    	/*height: 135VW;*/
		height: calc(100vh - 45VW);
		height: calc(100dvh - 45VW);
		/*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: 0VW;
        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 h3 {
        margin:12VW auto;
        padding-bottom:0VW;
		font-size:24px;
    }
	
    #recommend {
        padding-bottom: 50px;
    }
	
	/*merit*/
	#merit {
		padding-bottom: 25VW;
	}
	#merit .merit__body {
		padding-top:0VW;
		margin-bottom: 25VW!important;
	}
	#merit .merit__body {
        width:100%;
		margin: 0 auto;
		padding:0 ;
	}
	
	#merit .merit__body ul {
		margin-top:0px;
	}
	#merit .merit__body ul li.merit__text {
        width:92%;
		padding:0VW 4% 5VW;
	}
	
	#merit .merit01 ul{
        width:100%;
	}
	#merit .merit__body ul {
		margin: 0 auto 0px;
        width:100%;
	}
	#merit .merit__body ul li {
	}
	#merit .merit__body ul li.merit__text {
		padding-top:0px;
		text-align: left;
	}
	#merit .merit__body ul li.merit__text h4{
		padding-top:5em;
		font-size:20px;
	}
	#merit .merit__body ul li.merit__text p{
		margin-top:30px;
		line-height: 1.5em;
		font-size:14px;
	}
	#merit .merit__body ul li.merit__photo {
        width:92%;
		padding-top:48px;
		padding:0 4%;
	}
	#merit .merit__body ul li.merit__photo img {
        width:100%;
		height:auto;
	}
	#merit .merit01 .merit__text {
        background-image:url("../img/merit01_bg.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat;
        background-position:right 2% top;
		background-color: #dedcd8;
		background-size:240%;
	}
	#merit .merit02 .merit__text {
        background-image:url("../img/merit02_bg.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat;
        background-position:left -40%  top;
		background-color: #dedcd8;
		background-size:240%;
	}
	#merit .merit03 .merit__text {
        background-image:url("../img/merit03_bg.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat;
        background-position:right 2% top;
		background-color: #dedcd8;
		background-size:240%;
	}
	#merit .merit__photo {
        background-image:url("../img/merit_bg.gif");
        background-repeat:repeat-X;
		background-position: center bottom 10VW;
	}
	/*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 h4{
        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*/
	
	/*showroom*/
    #showroom {
        padding:1px 0 60px;
    }
	
	
	#cboxPrevious,
	#cboxNext {
		/*display:block!important;*/
  		top: 92%;
	}
	
	.exhibition {
		/*padding-bottom: 3rem;*/
	}
	
	.exhibition h3 {
		background-color: #005bac;
		padding: 1rem;
		text-align: center;
		font-size: 18px;
		color: #fff;
	}
	
	.exhibition .exhibition__inner {
		max-width: 1180px;
		margin: 3rem auto 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#cboxOverlay {
		opacity: 1;
	}
	#cboxContent,
    #cboxTopLeft,
    #cboxTopRight,
    #cboxBottomLeft,
    #cboxBottomRight,
    #cboxMiddleLeft,
    #cboxMiddleRight,
    #cboxTopCenter,
    #cboxBottomCenter{ background:none;}
	#cboxClose {
      left: 0px;
      right: 0px;
	bottom: 5VW;
      margin: auto;
    }
	
	.ban_present {
		text-align: center;
		margin:15VW auto 10VW;
		width:84%;
	}
	.ban_present img{
        width: 100%;
        height: auto;
	}
	
    .exhibition__inner h4 {
        padding:2em 0 1.5em!important;
        font-size:125%!important;
    }
}

@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;
    }
	
    #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 h3 {
        margin:0px auto 0px;
        padding-top:80px;
        padding-bottom:18px;
		font-size:30px;
    }
	
	.alert {
		text-align: right;
		width:1180px;
		margin:5px auto 0;
		font-size: 12px;
	}
	
	/*merit*/
	#merit {
		width:1180px;
		margin:0px auto 75px;
		padding-top: 1px;
	}
	#merit .merit__body {
		float:left;
		width:380px;
		height:auto;
		margin-bottom:150px;
	}
	#merit .merit01 {
        background-image:url("../img/merit01_bg.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat;
        background-position:right -10px top;
		background-color: #dedcd8;
		background-size: 200%;
		margin-right:20px;
	}
	#merit .merit02 {
        background-image:url("../img/merit02_bg.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat;
        background-position:left 240px top;
		background-color: #dedcd8;
		background-size: 200%;
		margin-right:20px;
	}
	#merit .merit03 {
        background-image:url("../img/merit03_bg.png");/*先に書いたほうが上になる*/
        background-repeat:no-repeat;
        background-position:right -10px top;
		background-color: #dedcd8;
		background-size: 200%;
	}
	#merit .merit01 ul{
        width:100%;
	}
	#merit .merit__body ul {
		margin: 0 auto 0px;
		width:380px;
	}
	#merit .merit__body ul li.merit__text {
		padding-top:48px;
		text-align: left;
	}
	#merit .merit__body ul li.merit__text h4{
		margin-top:78px;
		font-size:30px;
		line-height: 1.25em;
	}
	#merit .merit__body ul li.merit__text p{
		margin-top:30px;
		line-height: 1.5em;
	}
	#merit .merit__body ul li.merit__photo {
        width:100%;
	}
	#merit .merit__body ul li.merit__photo img {
        width:100%;
	}
	
	#merit .merit__body ul.merit__reverse li:first-child {
        margin-right:0px;
	}
	#merit .merit__body ul.merit__reverse li:last-child {
        margin-left:0px;
	}
	#merit .merit__body ul li.merit__text {
		height:290px;
		padding: 20px 20px 0;
        align-items: center;
	}
	/*merit*/
	
	/*recommend*/
    #recommend {
        padding: 25px 0 100px;
    }
	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 h4{
        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*/
	
	
	/*showroom*/
    #showroom {
        padding:1px 0 60px;
    }

    .exhibition .exhibition__inner {
        margin: 3rem auto 0;
    }
	#recommend .exhibition__inner {
        margin: 0rem auto 0;
    }
    .exhibition {
    }
    .exhibition__inner h4 {
        padding:2em 0 1.5em;
        font-size:180%;
    }
	
    /*showroom*/

    .exhibition {
        padding-bottom: 3rem;
    }

    .exhibition h3 {
        background-color: #005bac;
        padding: 1rem;
        text-align: center;
        font-size: 26px;
        color: #fff;
    }

    .exhibition .exhibition__inner {
        max-width: 1180px;
        margin: 5rem auto 0;
    }


    #general{ 
		padding-bottom: 0;
    }
	#nagoya{ 
		padding-top: 0;
    }
	
	.ban_present {
		width:1050px;
		padding:100px 0;
		margin:0px auto;
		text-align: center;
	}
	.ban_present img{
        width: 100%;
        height: auto;
	}
	
}


/*メリット*/
section.reserve {
	background-color: #e0e0e0;
	padding-bottom: 100px;
}
section.reserve h2 {
	text-align: center;
	font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
  	font-weight: normal;
	line-height: 1.3;
	font-size: 47px;
	margin-bottom: 5rem;
}
section.reserve h2 small {
	font-size: 24px;
}
section.reserve .merit {
	max-width: 1050px;
	margin: 0 auto;
}

section.reserve h4 {
	text-align: center;
	margin-top: 2rem;
}

section.reserve .merit .merit_list_flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

section.reserve .merit .merit_list_flex:not(:last-child) {
	margin-bottom: 5rem;
}

section.reserve .merit .merit_list_flex figure {
	width: 40.58%;
}

section.reserve .merit figure img {
	width: 100%;
}

section.reserve .merit .merit_list_flex .merit_list_txt {
	width: 50.85%;
}

section.reserve .merit .merit_list_txt h4.merit_subtitle {
	font-size: 27px;
	margin-top: 0;
	margin-bottom: 2rem;
	text-align: left;
	line-height: 1.6;
	font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
  	font-weight: normal;
}
section.reserve .merit .merit_list_txt h4.merit_subtitle img {
	margin-bottom: 1rem;
}

section.reserve .merit .merit_list_txt p {
	line-height: 2;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	
	section.reserve .merit {
		margin: 3rem 2rem;
	}
    section.reserve h2 {
        font-size: 30px;
    }
    section.reserve h2 small {
        font-size: 16px;
    }
	
	section.reserve .merit .merit_list_flex {
		flex-wrap: wrap;
	}
	
	section.reserve .merit .merit_list_flex:not(:last-child) {
		margin-bottom: 2rem;
	}
	
	section.reserve .merit .merit_list_flex figure {
		width: 100%;
	}
	
	section.reserve .merit .merit_list_flex figure img {
		width: 100%;
	}
	
	section.reserve .merit .merit_list_txt {
		width: 100%;
	}
	
	section.reserve .merit .merit_list_txt h4.merit_subtitle {
		font-size: 18px;
		margin-top: 1rem;
		margin-bottom: 1rem;
		text-align: left;
		line-height: 1.6;
	}
	section.reserve .merit .merit_list_txt h4.merit_subtitle img{
		width:100px;
	}
	
	section.reserve .merit .merit_list_txt p {
		line-height: 1.3!important;
		font-size: 13px!important;
	}
}
@media screen and (min-width: 685px){
	section.reserve .bx-wrapper {
		display:none;
	}
}
/*メリット*/

/*動画*/
section.movie {
	padding-bottom: 5rem;
	background-color: #0b1a37;
}
section h3 + p {
	text-align: center;
	margin: 1rem;
	color: #fff;
}
section .content-inner {
	max-width: 1200px;
	margin: 0 auto;
}
section .box-col3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 4rem;
}

section .box-col3 .item {
	width: calc( (100% - 7.2rem) / 3);
	color: #fff;
}

section .box-col3 .item a {
	display: block;
}

section .box-col3 .item img {
	width: 100%;
	display: block;
	margin-bottom: 0.5rem;
}

section .box-col3 .item p {
	text-align: center;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	
    section.movie {
        padding-bottom: 0;
    }
    section .box-col3 .item {
        width: 80%;
		margin: 0 auto 15VW;
    }
    section .box-col3 .item p {
        font-size:14px;
    }
}
/*動画*/


/*スライド下*/
#title_bk {
  	/*background-color: rgba(0,0,0,0.75) !important;*/
    height: 240px;
    background: url('../img/prize_bg.png?v=1') no-repeat 0 0;
	text-align: center;
}

@media only screen and (max-width: 767px) {
    #title_bk {
		height: 45VW;
    }
    #title_bk img{
		width:100%;
    }
}
/*スライド下*/


/*フロートバナー*/
@media only screen and (max-width: 767px) {
	
    .ban__fix__sp {
        position: fixed;
		width: 92%;
        left: 4%;
		bottom: 7VW;
		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: 30px;
        width: 30px;
        background: url('../img/float_close.png') no-repeat 0 0;
		background-size: 30px;
        cursor: pointer;
        text-indent: -9000px;
        z-index: 10;
    }
	.ban__fix{
		display: none;
	}
    #banner-sp {
		opacity: 0;
    }
    #banner-sp.fixed {
		opacity: 1;
		animation-name: fadeUpAnime0;
        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: fadeUpAnime0;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
    .ban__fix__inner {
        position: relative;
        width: 270px;
    }
    #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;
	}
}
/*フロートバナー*/


section h3 {
    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 h3 {
  	color: #fff;
}
#merit .merit__body ul li.merit__text h4{
    font-weight:normal;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
/*merit*/

.exhibition__inner h4 {
    color: #fff;
    text-align:center;
    font-weight: normal;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}


#recommend .exhibition__inner h4 {
    color: #000;
}
#recommend {
	background-color: #e0e0e0;
}
#showroom {
	background-color: #0b1a37;
}
ul.threeblocks li h4{
    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;
	}

/*スクロールイベントここから*/
.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);
}
.list-mv02h {
	opacity: 0;
	transform: translate(40px,0); 
	-webkit-transform: translate(40px,0); 
}
.mv02h{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.list-mv02h2 {
	opacity: 0;
	transform: translate(-40px,0); 
	-webkit-transform: translate(-40px,0); 
}
.mv02h2{
	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:1.2s;
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:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRLAnime{
  from {
    opacity: 0;
  transform: translateX(50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.fadeUpTrigger{
    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)}
}