@charset 'UTF-8';

body
{
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    color: black;
    background: #111;
	
    -webkit-font-smoothing: antialiased;
}

.opl{
	opacity: 0.5;	
}
p
{
	font-size: 18px;
	line-height: 1.85;
}
img{
	vertical-align: middle;
}
.left
{
	text-align: left;		
}
.right
{
	text-align: right;	
}
.nav_ttl_box
{
    text-align: center;
    padding: 20px 0 10px;
    background-color: white;
}

video{
	width: 100%;	
}

.mt20{
	margin-top: 20px!important;	
}

#contents
{
    position: relative;

    margin: 0 auto;

    background-color: #ecf0f2;
}
#wrapper
{
    position: relative;
}
.border
{
    height: 2px;

    background: url(../resources/img/border.gif) no-repeat top center;
}
.movie_border{
	position: absolute;
	height: 1px;
	margin-top: -63px;
	border-top: 1px solid #000;
	width: 1000px;
}
.movie_border.short{
	width:480px;
	margin-top: -56px;
}
.movie_border.human{
	margin-top: -59px;
}
.movie_border.senkou{
	margin-top: -55px;
}
.sup_box_inner,
.sup_box_inner_right{
	position: relative;		
}
.link_btn
{
    position: relative;
    z-index: 1;
}
.link_btn a
{
    transition: all .2s ease;
}
.link_btn a:hover
{
    opacity: .7;
}
.item_inner
{
    opacity: 0;
}
.notes
{
    font-size: 10px;
}
.notes span
{
    display: block;
}
#header
{
    position: relative;

    min-width: 960px;
    height: 50px;
    margin: 0;

    background-color: #ff6e01;
}
#header a
{
    margin: 20px 0 0 10px;

    text-decoration: none;

    color: #fff;
}
#header h1
{
    font-weight: normal;
}
.logo_left {
    position: absolute;
    left: 0;
    padding: 15px 0 0 20px;
    line-height: 50px;
    font-size: 22px;
}
.logo_right
{
    position: absolute;
    right: 0;
}


/* slider
========================================================= */

#slider
{
    position: relative;

    min-width: 980px;
    /*border-bottom: 1px solid #eee;*/
    margin: 0 auto;
}
#slider .content
{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 33.674%;
}
#slider .content ul
{
    width: 100%;
    max-width:1920px;
    position: absolute;
    top: 0;
    left: 50%;	
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
#slider .content li
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;

    opacity: 0;

    filter: alpha(opacity=0);
}
#slider .content li.current
{
    z-index: 2;

    opacity: 1;

    filter: alpha(opacity=1);
}
#slider .content li img
{
    width: 100%;
}
#slider .status img
{
    cursor: pointer;
}
.status
{
    font-size: 0;

    position: absolute;
    z-index: 3;
    right: -50%;
    bottom: 4.7%;
    left: -50%;

    width: 84px;
    margin: 0 auto;
}
.status li
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 14px;
    height: 14px;
    margin-left: 16px;
}
.status li img
{
    position: absolute;
    top: 0;
}
.status li:first-child
{
    margin-left: 0;
}
.status li.current img
{
    top: auto;
    bottom: 0;
}


/******
main_nav
******/

#nav_container
{
    position: absolute;
    z-index: 101;
    top: auto;
    left: 0;

    width: 100%;
}
#nav_container.fixed
{
    position: fixed;
    top: 0;
    left: 0;
}
#main_nav
{
    padding-top: 10px;
    background-color: #fff;
}
#main_nav ul
{
    width: 1000px;
    margin: 0 auto;
}
#main_nav li
{
    float: left;
    padding: 0px 0 30px;
}
#main_nav li:first-child
{
    /*width: 163px;*/
}
#main_nav li a
{
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
}
#main_nav li span
{
    display: block;
    text-align: center;
    /*padding-top: 19px;*/
}

.main_nav_item
{
    position: relative;
    overflow: hidden;
    width: 148px;
    height: 80px;
    text-align: center;
}
.main_nav_item:after{
	content:"　";
	font-size: 0;	
	width: 1px;
	height: 76px;	
	border-right:1px solid #E6E6E6;
	position: absolute;	
	top: 0;	
	right: 0px;
	z-index: 10;
}
.main_nav_item:first-child{
	width: 127px;	
}
.main_nav_item:last-child{
	width: 127px;	
	border-right: none;
}
.main_nav_item:last-child:after{
	content:"";
	width: 0;	
	height: 0;	
	border:none;
}
#main_nav li.main_nav_item:first-child span {
	text-align: left;	
}
#main_nav li.main_nav_item:last-child span {
	text-align: right;	
}

.main_nav_item.active .main_nav_item_inner_on,
.main_nav_item:hover .main_nav_item_inner_on
{
    top: -98px;

    /*-webkit-animation: mouseenter .3s  cubic-bezier(.0, .0, .2, 1);
         -o-animation: mouseenter .3s  cubic-bezier(.0, .0, .2, 1);
            animation: mouseenter .3s  cubic-bezier(.0, .0, .2, 1);*/
}

.main_nav_item.active .main_nav_item_inner_on img,
.main_nav_item:hover .main_nav_item_inner_on img
{
    opacity: 1;
}

.main_nav_item.active .main_nav_item_inner img,
.main_nav_item:hover .main_nav_item_inner img
{
	opacity: 0;	
}

@-webkit-keyframes mouseenter
{
    from
    {
        top: -185px;
    }
    to
    {
        top: -25px;
    }
}
@-o-keyframes mouseenter
{
    from
    {
        top: -185px;
    }
    to
    {
        top: -25px;
    }
}
@-moz-keyframes mouseenter
{
    from
    {
        top: -185px;
    }
    to
    {
        top: -25px;
    }
}
@keyframes mouseenter
{
    from
    {
        top: -185px;
    }
    to
    {
        top: -25px;
    }
}

.main_nav_item img
{
    position: relative;
    z-index: 1;

    vertical-align: middle;
}

.main_nav_item_inner,
.main_nav_item_inner_on
{
    line-height: 80px;

    position: relative;

    display: block;

    width: 100%;

    background-color: #fff;
}
.main_nav_item_inner_hover-left
{
    left: -22px;

    -webkit-transform: rotate(21deg);
        -ms-transform: rotate(21deg);
         -o-transform: rotate(21deg);
            transform: rotate(21deg);
}

.main_nav_item_inner_hover-right
{
    right: -22px;

    -webkit-transform: rotate(-21deg);
        -ms-transform: rotate(-21deg);
         -o-transform: rotate(-21deg);
            transform: rotate(-21deg);
}

.main_nav_item_inner_hover-left,
.main_nav_item_inner_hover-right
{
    position: absolute;
    top: -16px;

    display: block;

    width: 59%;
    height: 100%;

    background-color: #000;
}

/*.main_nav_item:hover .main_nav_item_inner_on
{
    top: 0;
}*/

.active .main_nav_item_inner_hover-left,
.active .main_nav_item_inner_hover-right
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.active .main_nav_item_inner_hover-right
{
    right: 0;
}
.active .main_nav_item_inner_hover-left
{
    left: 0;
}

.main_nav_item_inner_on
{
    top: 25px;

    -webkit-animation: mouseleave .2s  cubic-bezier(.0, .0, .2, 1);
         -o-animation: mouseleave .2s  cubic-bezier(.0, .0, .2, 1);
            animation: mouseleave .2s  cubic-bezier(.0, .0, .2, 1);
}

.main_nav_item_inner_on_inner
{
    display: block;

    width: 100%;
    height: auto;

    background-color: none;
}

.main-nav-arrow
{
    display: block;

    width: 100%;
    height: auto;

    /*background: url(../resources/img/gnav/main_nav_arrow.png) no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;*/
}

@-webkit-keyframes mouseleave
{
    from
    {
        top: -25px;
    }
    to
    {
        top: 0;
    }
}
@-o-keyframes mouseleave
{
    from
    {
        top: -25px;
    }
    to
    {
        top: 0;
    }
}
@-moz-keyframes mouseleave
{
    from
    {
        top: -25px;
    }
    to
    {
        top: 0;
    }
}
@keyframes mouseleave
{
    from
    {
        top: -25px;
    }
    to
    {
        top: 0;
    }
}

.main_nav_item.active .main_nav_item_inner_on
{
    top: -98px;

    -webkit-animation: active .2s  cubic-bezier(.0, .0, .2, 1);
         -o-animation: active .2s  cubic-bezier(.0, .0, .2, 1);
            animation: active .2s  cubic-bezier(.0, .0, .2, 1);
}

@-webkit-keyframes active
{
    from
    {
        top: 28px;
    }
    to
    {
        top: -98px;
    }
}
@-o-keyframes active
{
    from
    {
        top: 28px;
    }
    to
    {
        top: -98px;
    }
}
@-moz-keyframes active
{
    from
    {
        top: 28px;
    }
    to
    {
        top: -98px;
    }
}
@keyframes active
{
    from
    {
        top: 28px;
    }
    to
    {
        top: -98px;
    }
}


.active .main_nav_item_inner_on img
{
    opacity: 1 !important;
}

.main_nav_item_1
{
    width: 144px;
}

.main_nav_item_7
{
    width: 138px;
}


/******
sub_nav
******/

#sub_nav
{
    position: relative;

    width: 100%;
    height: 54px;
    padding: 10px 0 10px 0;

    background: #242424;
}
#sub_nav .inner
{
    width: 1000px;
    margin: 0 auto;
}
#sub_nav li
{
    float: left;

    width: 328px;
    height: 54px;
    margin-left: 8px;
}
#sub_nav li:first-child
{
    margin-left: 0;
}
#sub_nav a
{
    position: relative;
    display: block;
    overflow: hidden;
    width: 328px;
    height: 54px;
    cursor: pointer;
}
#sub_nav a img
{
    position: absolute;
    top: 0;
    left: 0;	
}

/* common */

.item-inner
{
    width: 1000px;
    margin: 0 auto;
    opacity: 0;
}

.slick_slider{
	height: 250px;	
}

.item-text
{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.69;

    text-align: center;
    letter-spacing: .05em;

    color: #000;
}

.item-title-area
{
    position: relative;

    overflow: hidden;

    margin: 0 auto;
}

.item-title-area-inner
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 240px;
    padding-top: 67px;
    padding-bottom: 49px;

    text-align: center;

    background-color: #fff;
}

.item-title-main
{
    width: 589px;
    margin: 0 auto 30px;
    margin-bottom: 30px;

    text-align: left;
}

.item-title-main:after
{
    display: block;
    clear: both;

    content: '';
}

.item-title-black
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 0;

    background-color: #000;
}

.item-title-main div
{
    display: inline-block;
    overflow: hidden;
}

.item-title-main img
{
    position: relative;

    float: left;
}

.item-title-sub
{
    position: relative;

    display: inline-block;
    clear: both;
}

.mask
{
    position: relative;

    overflow: hidden;
}

.mask-item
{
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #f4f4f4;
}

.title-mask
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin-left: -20px;

    background: url(../resources/img/white_mask.png) repeat-y left top;
}

.title-mask-inner
{
    position: relative;

    width: 100%;
    height: 100%;
    margin-left: 20px;

    background-color: #fff;
}

.conversion-btn
{
    position: relative;

    width: 680px;
    margin: 0 auto;

    text-align: center;
}

.block-title
{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.52;

    margin-bottom: 23px;
    padding-bottom: 13px;

    letter-spacing: .05em;

    color: #000;
    border-bottom: 6px solid #000;
}

.block-text
{
    font-size: 16px;
    line-height: 1.69;

    letter-spacing: .05em;

    color: #000;
}

/* view-list */
.viewer-list
{
    position: relative;

    width: 1000px;
    height: 388px;
    margin: 0 auto;
    background: #fff;
}

.viewer-list .viewer-item
{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;	
}

.slick-slide img 
{
	margin:0 auto;
}

.viewer-button-list
{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    height: 230px;	
}
.slick-prev::before, .slick-next::before
{
	content:""!important;
}

.viewer-button-list .viewer-button-item
{
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 228px;
    height: 216px;
    margin-right: 5px;
    cursor: pointer;
    border: 0 solid #000;
}

.op05,
.viewer-button-list .viewer-button-item:hover{
	opacity: 0.5;		
}

.viewer-button-list .viewer-button-item img{
	width: 100%;	
}

button.slick-next{
	background: url(../resources/img/btnslider_next_off.png) center center no-repeat;
	top: 74px;
	height: 150px;
}
button.slick-next:hover{
	background: url(../resources/img/btnslider_next_on.png) center center no-repeat;
	top: 74px;
	height: 150px;
}
button.slick-prev{
	background: url(../resources/img/btnslider_prev_off.png) center center no-repeat;
	top: 74px;
	height: 150px;
}
button.slick-prev:hover{
	background: url(../resources/img/btnslider_prev_on.png) center center no-repeat;
	top: 74px;
	height: 150px;
}

.slick_btn_wrap img{
	height: auto !important;
	width: auto !important;
}

.M{
    width: 468px !important;
}

/*.viewer-button-list .selected
{
    border: 2px solid #000;
}*/

ul.viewer-button-list .selected img
{
    padding: 3px;
    top: -2px !important;
    left: -2px !important;
}

.viewer-button-list .selected .viewer-button-item-inner
{
    width: 100%;
    height: 100%;

    -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);

    border-width: 18px;
    background-color: transparent !important;
}

.viewer-button-list .viewer-button-item:hover  .viewer-button-item-inner
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);

    /*background-color: rgba(255,255,255,.7);*/
}

.viewer-button-list .viewer-button-item-inner
{
    position: relative;

    overflow: hidden;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;

    -webkit-transition: all .2s cubic-bezier(.0, .0, .2, 1),background .2s linear;
         -o-transition: all .2s cubic-bezier(.0, .0, .2, 1),background .2s linear;
            transition: all .2s cubic-bezier(.0, .0, .2, 1),background .2s linear;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);

   /* border: 0 solid #ecf0f2;*/
}

.viewer-button-list .viewer-button-item-last
{
    margin-right: 0;
}



.viewer-button-list .viewer-button-item img
{
    /* width: 100%; */
    position: absolute;
    top: 0;
    left: 0;
}
.viewer-button-list .viewer-button-item img.selected-box
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
}
.block-attantion
{
    font-size: 11px;
    line-height: 1.45;

    text-align: left;
    letter-spacing: .05em;

    color: #000;
}
.block-border-box
{
    clear: both;

    padding: 6px 10px 10px;

    border: 1px solid #000;
}
.block-sub-title
{
    font-size: 18px;
    font-weight: 400;

    display: block;

    letter-spacing: .05em;
}
.block-title-min
{
    font-size: 12px;
    font-weight: 400;

    display: block;

    margin-bottom: 7px;

    letter-spacing: .05em;
}

.slick-list .slick-track{
	position: relative;
	left: 0px;
	/*-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-ms-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	transition-duration:0.2s;*/
}
.slick_btn_wrap{
	position: relative;	
}
.slick_btn_wrap .slick-list .slick-track{
	position: relative;	
	/*left: -321px; */
}
.slick_btn_wrap.dftM .slick-track{
	position: relative;	
	/*left: -430px;	*/
	/*-webkit-transform: translate3d(-3304px, 0px, 0px)!important;
	-moz-transform: translate3d(-3304px, 0px, 0px)!important;
	-ms-transform: translate3d(-3304px, 0px, 0px)!important;
	-o-transform: translate3d(-3304px, 0px, 0px)!important;
	transform: translate3d(-3304px, 0px, 0px)!important;*/
}
.slick_btn_wrap.dftN .slick-track{
	position: relative;	
	/*left: -539px;*/
	/*-webkit-transform: translate3d(-3626px, 0px, 0px)!important;
	-moz-transform: translate3d(-3626px, 0px, 0px)!important;
	-ms-transform: translate3d(-3626px, 0px, 0px)!important;
	-o-transform: translate3d(-3626px, 0px, 0px)!important;
	transform: translate3d(-3626px, 0px, 0px)!important;*/
}

.redframe{
	width: 230px;
	height: 141px;	
	position: absolute;	
	border:6px solid #d31928;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	z-index:10;
	box-sizing: border-box;
	top: 5px;
	cursor:pointer;
}
.redframe:hover{
	opacity: 1;	
}
.redframe:after{
	content:url(../resources/img/icn_modal.png);
	position: absolute;	
	width: 42px;	
	height: 42px;	
	right: -6px;
    top: -6px;
}
.dftM .redframe{
	width: 468px;	
}

/* clear fix */
.clearfix:after {
    display: block;
    clear: both;
    content: '';
}

.cf:after
{
    display: block;
    clear: both;

    content: '';
}


#contents #present{
	padding-top: 50px;	
    padding-bottom: 35px;
    background-color: white;
    text-align: center;
}

#sub_nav{
	background-color: #e8e9e9;
}


/* request_tit */
#request_tit{
	padding-top: 64px;

	padding-bottom: 0px;

	background-color: white;
}


/* request01 */
.main_contents{
	text-align: center;
	padding-top: 187px;
}

#request01{
	padding-top: 110px;	
	background-color: white;
}

.request01_ttl{
	margin-bottom: 70px;
}

.request01_main_caption_box, .request02_main_caption_box {
	width: 1000px;
	margin: 0 auto;
}

#request01, #request03, #request05, #request07{
	background-color: white;
}

#request05 .spec{
	margin-top: 20px;	
}

#request05 .btn_ride {
	margin-top: 70px;	
}

.icn_request01, .icn_request02, .icn_request03, .icn_request04, .icn_request05, .icn_request06, .icn_request07{
	margin-bottom: 40px;
}

.request01_box, .request02_box, .request03_box, .request04_box, .request05_box, .request06_box, .request07_box{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.request01_caption01, .request01_caption02, .request02_caption, .request03_caption, .request04_caption, .request05_caption, .request06_caption01, .request07_caption{
	margin-bottom: 45px;
}
#request02{
    padding-bottom: 1px;	
}
.request02_box{
	overflow: visible;
}

#request07 .request07_caption{
	margin-bottom: 70px;	
}

.request01_caption_txt, .request02_caption_txt, .request03_caption_txt, .request04_caption_txt, .request05_caption_txt, .request06_caption_txt{
	margin-bottom: 50px;
}

.request04_caption{
	margin-bottom: 55px;		
}

.request01_caption_txt02{
	margin-bottom: 45px;
}

.request01_point01_txt01, .request01_point01_txt02, .request01_point01_txt01{
	margin-bottom: 24px;
}

.point01_top_text, .point01_bottom_text{
	text-align: left;
}

.request01_relax{
	padding-top: 60px;
	margin-bottom: 40px
}

.point01{
	line-height: 1;		
}

.point01_top{
	margin-bottom: 60px;
}

.point01_bottom{
	margin-bottom: 90px;
}

.point01_top_text, .point01_top_img, .point01_bottom_text, .point01_bottom_img{
	float: left;
}

.point01_top_img{
	margin-left: 60px;
}

.point01_bottom_img{
	margin-right: 60px;
}

.point01_top_text, .point01_bottom_text{
	width: 470px;
}

.point02{
	width: 1000px;
	background-color: #e8e9e9;
	padding-bottom: 32px;	
}

.seat{
	position: absolute;	
	margin:0 auto;
	padding: 0 90px;
	display: none;		
}
.seat:first-child{
	display: block;	
}
.seat_wrap{
	position: relative;	
	height: 342px;
}

.seat_switch{
	display: inline-block;	
	overflow: hidden;	
}
.seat_switch > div{
	cursor:pointer;
}

.seat_box_txt{
	width: 266px; 
	float: left; 
	margin-top: 30px;
}

.seat_txt{
	text-align: left;
	margin-top: 30px;
	font-size: 13px;
}

.seat_box_img{
	float: left; 
	margin-left: 50px;
}

.btn_seatslide{
	float:left; 
	display: inline-block; 
	width: 260px; 
	height: 80px; 
	background-image: url(../resources/img/btn_seatslide_off.png);
	margin: 0 10px;
}

.btn_seatslide.active,
.btn_seatslide:hover{
	background-image: url(../resources/img/btn_seatslide_on.png);
}

.btn_fullflat{
	float:left;
	display: inline-block;
	width: 260px; 
	height: 80px; 
	background-image: url(../resources/img/btn_fullflat_off.png); 
	margin: 0 10px;
}

.btn_fullflat.active,
.btn_fullflat:hover{
	background-image: url(../resources/img/btn_fullflat_on.png);
}

.btn_divein{
	float:left;
	display: inline-block;
	width: 260px; 
	height: 80px; 
	background-image: url(../resources/img/btn_divein_off.png);
	margin: 0 10px;
}

.btn_divein.active,
.btn_divein:hover{
	background-image: url(../resources/img/btn_divein_on.png);
}


/* request02 */

#request02, #request04, #request06{
	background-color: #e8e9e9;
}

.request02_ttl, .request03_ttl, .request04_ttl, .request05_ttl, .request06_ttl, .request07_ttl{
	padding-top: 100px;
	margin-bottom: 70px;
}

.request02_caption_txt{
    margin-bottom: 0;
}

.slick_btn_wrap .slick-slide{
	outline : none;
}


/* request03 */
.mini_caption{
	text-align: left;	
}
#request03 .mini_caption{
	margin-top: 5px;	
}
.mini_caption{
	margin-top: 10px;	
    line-height: 15px !important;
    font-size: 10px !important;
}

/* request04 */
.request04_styling{
	margin-top: 80px;
}

.btn_switch{
	display: inline-block;
	margin-bottom: 20px;
}
.btn_switch > div{
	cursor:pointer;
}

.btn_normal{
	float:left; 
	display: inline-block;
	width: 250px; 
	height: 60px; 
	background-image: url(../resources/img/btn_normal_off.png); 
}

.btn_normal:hover{
	width: 250px; 
	height: 60px; 
	opacity: 0.5;	
	/*background-image: url(../resources/img/btn_normal_hover.png); */
}

.btn_normal.active{
    float:left; 
    display: inline-block;
    width: 250px; 
    height: 70px; 
    background-image: url(../resources/img/btn_normal_status.png); 
}
.btn_normal.active:hover{
	opacity: 1;	
}

.btn_custom{
	float:left; 
	display: inline-block;
	width: 250px; 
	height: 60px; 
	margin-left: 10px;
	background-image: url(../resources/img/btn_custom_off.png); 
}

.btn_custom:hover{
	width: 250px; 
	height: 60px; 
	opacity: 0.5;
	margin-left: 10px;
	/*background-image: url(../resources/img/btn_custom_hover.png); */
}
.btn_custom.active{
    float:left; 
    display: inline-block;
    width: 250px; 
    height: 70px; 
    background-image: url(../resources/img/btn_custom_status.png); 
}
.btn_custom.active:hover{
	opacity: 1;	
}


/* request06 */

.sup{
	/*margin-top: 70px;*/
	text-align: left;
}

.sup_box{
	padding: 120px 0 0;
}

.sup_box_inner, .sup_box_inner_left, .sup_box_inner_right{
	width: 48%;	
	display: inline-block;	
	vertical-align: middle;	
}

.sup_box_inner_left{
	padding-left: 42px;
}

.sup_box_inner_right{
	padding-right: 3%;
}

.sup_txt{
	width: 463px;
	margin-top: 22px;	
}

.sup_caption{
	margin-bottom: 38px;
}


.sup_subcaption{
	margin-bottom: 10px;
}
.sup .sup_subcaption{
	margin-bottom: 0px;
}

.request07_plan_ttl{
	margin-bottom: 30px;
}

.triple_assist{
	margin-bottom: 160px;	
}

.caption_box{
    width: 471px;
}

.request7_img{
	padding: 100px 0 150px;	
	background: #e8e9e9;	
}

.sup_mini_caption{
	text-align: left;	
	padding-top: 25px;
	border-top:2px solid #c8c8c8;	
	margin-top: 100px;	
}
/* common */

.txt_l{
	text-align: left;
}

.spec, .spec02{
	text-align: left;
	font-size: 10px;
	line-height: 12px;
    margin-top: 40px;
}
.spec02{
	margin-top: 20px;
	font-weight: bold;	
	line-height: 1.4;
}

.btn_ride{
	display: block; 
	width: 680px; 
	height: 80px;
	margin: 100px auto 150px;
	background-image: url(../resources/img/btn_ride.png); 
}
.btn_ride:hover{
	background-image: url(../resources/img/btn_ride_hover.png); 
}
.btn_biz{
	display: block; 
	width: 680px; 
	height: 80px;
	margin: 100px auto 150px;
	background-image: url(../resources/img/btn_biz.png); 
}
.btn_biz:hover{
	background-image: url(../resources/img/btn_biz_hover.png); 
}

.btn_try{
	display: block; 
	width: 680px; 
	height: 80px;
	margin: 100px auto 150px;
	background-image: url(../resources/img/btn_try.png); 
}
.btn_try:hover{
	background-image: url(../resources/img/btn_try_hover.png); 
}

#request07 .btn_try{
	margin: 100px auto 0px;
}

.request_point{
	margin-top: 90px;
	margin-bottom: 70px;
}


.footer-logo{
	position: relative;
	width:100%;
	height: 80px;
	background-color: #ff6e01;
}


/* =========================================================
exterior
========================================================= */
.exterior-item-text-1
{
    padding: 41px 0 34px;
}

#exterior .item-title-pic-1
{
    margin-right: 5px;
}
#exterior .item-title-pic-2
{
    margin-right: 10px;
}
#exterior .item-title-pic-3
{
    margin-right: 13px;
}
#exterior .item-title-pic-4
{
    margin-right: 16px;
}
#exterior .item-title-pic-5
{
    margin-right: 15px;
}
#exterior .item-title-pic-6
{
    margin-right: 15px;
}
#exterior .item-title-pic-7
{
    margin-right: 39px;
}
#exterior .item-title-pic-8
{
    margin-right: 17px;
}
#exterior .item-title-pic-9
{
    margin-right: 10px;
}
#exterior .item-title-pic-10
{
    margin-right: 14px;
}
#exterior .item-title-pic-11
{
    margin-right: 17px;
}
#exterior .item-title-pic-12
{
    margin-right: 18px;
}

.color-variation-box,
.car-inner{
    padding: 40px 0;
    background-color: white;
    display: none;	
}
.color-variation-box:first-child{
	display: block;	
}

.color-variation-list
{
    position: relative;

    width: 1000px;
    height: 427px;
    margin: 0 auto 20px;
}

.color-variation-item
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    text-align: center;

    opacity: 0;
    background-color: white;
}

.current-color-variation-item
{
    opacity: 1;
}

.color-variation-thumbnail-list
{
    position: relative;

    clear: both;
    overflow: hidden;

    margin: 0 auto;
}

.color-variation-thumbnail-list-twotone
{
    width: 960px;
    margin-bottom: 6px;
}

.color-variation-thumbnail-list-onetone
{
    width: 534px;
}

.color-variation-thumbnail-list li
{
    position: relative;

    float: left;
    overflow: hidden;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100px;
    height: 58px;
    margin-left: 6px;
}

.color-variation-thumbnail-list li img
{
    width: 100%;
    height: auto;
}

.color-variation-thumbnail-list .selected
{
    -webkit-transition: all .2s  cubic-bezier(.4, .0, .2, 1);
         -o-transition: all .2s   cubic-bezier(.4, .0, .2, 1);
            transition: all .2s   cubic-bezier(.4, .0, .2, 1);

    border: 1px solid #000;
    background-color: transparent;
}

.color_changer{
	background: #fff;	
	padding:45px 0 30px;
	height: 600px;	
	overflow: hidden;	
}
.color_changer,
.color_changer *{
	box-sizing: border-box;
}
.color-changer-img{
	position: relative;	
}
.color-changer-img span{
	margin-top: 5px;	
    line-height: 1.5;
}
.color-changer-elem{
	border:2px solid #fff;
	text-align: center;	
	padding-top: 43%;
}
.color-changer-img > div {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.color-changer-elem ul:not(:first-child){
	margin-top: 10px;	
}
.color-changer-elem li{
	cursor:pointer;
	display: inline-block;	
	position: relative;	
	width: 70px;	
	height: 42px;
	border:2px solid #fff;
}
.color-changer-elem li img{
	width: 100%;	
	height: auto;	
}
.color-changer-elem li:not(:first-child) {
	margin-left: 3px;	
}
.color-changer-elem .selected{
	-webkit-transition: all .2s cubic-bezier(.4, .0, .2, 1);
	-o-transition: all .2s cubic-bezier(.4, .0, .2, 1);
	transition: all .2s cubic-bezier(.4, .0, .2, 1);
	border: 2px solid #000;
	background-color: transparent;
}
.color-changer-elem span{
	position: absolute;	
	display: block;	
	width: 100%;
	height: 100%;	
	top: 0;	
	right: 0 !important;		
}
.color-changer-elem li.selected span{
	border: 6px solid #ecf0f2;
}
.color-changer-img > div:first-child {
    display: block;
}
.color_changer span{
    display: block;
    font-size: 15px;
    text-align: center;
    color: #000;
}


.car_nomal {
    display: block;
}
.car_custome {
    display: none;
}
.car_wrap{
	position: relative;	
}

.car_inner_text{
	position: relative;
	padding-top: 12%;
}
.car_inner_text .car_inner:first-child{
	display: block;	
}
.car_inner_text .car_inner{
	display: none;	
}
.car_inner{
	position: absolute;	
	top: 0;	
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);	
	width: 100%;	
}
.car_inner.active{
	position: static;
	-webkit-transform: translate(0%,0);
	transform: translate(0%,0);	
}

/*.color-variation-thumbnail-list a:hover .color-variation-thumbnail-inner
{
  background-color: rgba(255,255,255,0);
  -webkit-animation: colorHover 0.9s linear;
  -o-animation: colorHover 0.9s linear;
  animation: colorHover 0.9s linear;
}

@-webkit-keyframes colorHover {
  from { background-color: rgba(255,255,255,0.7); }
  to { background-color: rgba(255,255,255,0); }
}
@-o-keyframes colorHover {
  from { background-color: rgba(255,255,255,0.7); }
  to { background-color: rgba(255,255,255,0); }
}
@-moz-keyframes colorHover {
  from { background-color: rgba(255,255,255,0.7); }
  to { background-color: rgba(255,255,255,0); }
}
@keyframes colorHover {
  from { background-color: rgba(255,255,255,0.7); }
  to { background-color: rgba(255,255,255,0); }
}
*/

.color-variation-thumbnail-inner
{
    position: absolute;
    top: 0;
    left: 0;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;

    border: 0 solid #ecf0f2;
}

.color-variation-thumbnail-list .selected .color-variation-thumbnail-inner
{
    border: 6px solid #ecf0f2;
}

.color-variation-thumbnail-inner img
{
    width: 100%;
    height: auto;
}

.color-variation-thumbnail-list li:first-child
{
    margin-left: 0;
}

.color-variation-item-text
{
    display: block;
    font-size: 12px;

    text-align: center;

    color: #000;
}

.color-variation-item-text .maker-text
{
    font-size: 10px;
}

.exterior-banner-list
{
    width: 921px;
    margin: 0 auto 90px;
}

.exterior-banner-list ul
{
    margin-right: -20px;
}

.exterior-banner-list-item
{
    position: relative;
    z-index: 1;

    float: left;

    margin-right: 15px;
    margin-bottom: 15px;
}

.exterior-banner-item-plus
{
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;

    display: block;

    width: 18px;
    height: 18px;

    -webkit-transition: all .2s  cubic-bezier(.4, .0, .2, 1);
         -o-transition: all .2s   cubic-bezier(.4, .0, .2, 1);
            transition: all .2s   cubic-bezier(.4, .0, .2, 1);

    background: url(../resources/img/plus_btn.png) no-repeat left top;
}

.exterior-banner-list-item img
{
    position: relative;
    top: 0;
    left: 0;

    -webkit-transition: all .2s  cubic-bezier(.4, .0, .2, 1);
         -o-transition: all .2s   cubic-bezier(.4, .0, .2, 1);
            transition: all .2s   cubic-bezier(.4, .0, .2, 1);
}

.exterior-banner-list-item:hover img
{
    top: -3px;
    left: -3px;
}

.exterior-banner-list-item:hover:after
{
    top: 8px;
    left: 8px;
}

.exterior-banner-list-item:hover .exterior-banner-item-plus
{
    top: 2px;
    right: 7px;

    -webkit-animation: rotatePlus .3s cubic-bezier(.4, .0, .2, 1);
         -o-animation: rotatePlus .3s cubic-bezier(.4, .0, .2, 1);
            animation: rotatePlus .3s cubic-bezier(.4, .0, .2, 1);;;;
}

@-webkit-keyframes rotatePlus
{
    0%
    {
        transform: rotate(0deg) scale(1);
    }
    50%
    {
        transform: rotate(180deg) scale(1.3);
    }
    100%
    {
        transform: rotate(360deg) scale(1);
    }
}
@-o-keyframes rotatePlus
{
    0%
    {
        transform: rotate(0deg) scale(1);
    }
    50%
    {
        transform: rotate(180deg) scale(1.3);
    }
    100%
    {
        transform: rotate(360deg) scale(1);
    }
}
@-moz-keyframes rotatePlus
{
    0%
    {
        transform: rotate(0deg) scale(1);
    }
    50%
    {
        transform: rotate(180deg) scale(1.3);
    }
    100%
    {
        transform: rotate(360deg) scale(1);
    }
}
@keyframes rotatePlus
{
    0%
    {
        transform: rotate(0deg) scale(1);
    }
    50%
    {
        transform: rotate(180deg) scale(1.3);
    }
    100%
    {
        transform: rotate(360deg) scale(1);
    }
}
.exterior-banner-list-item .whitebox
{
    -webkit-transition: transform .3s cubic-bezier(.4, .0, .2, 1);
         -o-transition: transform .3s cubic-bezier(.4, .0, .2, 1);
            transition: transform .3s cubic-bezier(.4, .0, .2, 1);
}
.exterior-banner-list-item:hover .whitebox
{
    -webkit-transform: translate(-3px,-3px);
        -ms-transform: translate(-3px,-3px);
         -o-transform: translate(-3px,-3px);
            transform: translate(-3px,-3px);
}

.exterior-banner-list-item a
{
    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    height: 100%;
}

.exterior-banner-list-item:after
{
    position: absolute;
    z-index: 0;
    top: 5px;
    left: 5px;

    display: block;

    width: 452px;
    height: 165px;

    content: '';
    -webkit-transition: all .2s cubic-bezier(.4, .0, .2, 1);
         -o-transition: all .2s cubic-bezier(.4, .0, .2, 1);
            transition: all .2s cubic-bezier(.4, .0, .2, 1);

    background-color: #a1a1a1;
}

.modal-wrapper
{
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.modal-wrapper .modal-bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .8;
    background-color: black;

    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

.sub-block-box-modal-wrapper
{
    position: absolute;
    z-index: 300;
    top: 100px;
    left: 50%;
    margin-left: -490px;
}
.button-prev{
	position: absolute;
	z-index: 10;
	top: 46%;
	left: 6%;
}
.button-next{
	position: absolute;
	z-index: 10;
	top: 46%;
	right: 6%;
}
.sub-block-box-modal-wrapper .button-close
{
    position: absolute;
	top: -45px;
	cursor: pointer;
	right: 0;
}
.sub-block-box-modal
{
    position: static;

    margin-top: 37px;
    margin-left: -63px;
}

.sub-block-box-modal-inner
{
    position: relative;
    top: 0;
    left: 0;
    min-width: 1000px;	
    height: auto;	
}

/* =========================================================
interior
========================================================= */

#interior .item-title-pic-1
{
    margin-right: 15px;
}
#interior .item-title-pic-2
{
    margin-right: 15px;
}
#interior .item-title-pic-3
{
    margin-right: 12px;
}
#interior .item-title-pic-4
{
    margin-right: 16px;
}
#interior .item-title-pic-5
{
    margin-right: 15px;
}
#interior .item-title-pic-6
{
    margin-right: 15px;
}
#interior .item-title-pic-7
{
    margin-right: 36px;
}
#interior .item-title-pic-8
{
    margin-right: 17px;
}
#interior .item-title-pic-9
{
    margin-right: 10px;
}
#interior .item-title-pic-10
{
    margin-right: 15px;
}
#interior .item-title-pic-11
{
    margin-right: 17px;
}
#interior .item-title-pic-12
{
    margin-right: 6px;
}
#interior .item-inner
{
    padding-top: 51px;
}
.small{
	font-size: 10px;
	color: #7a7776;		
}
.black_box{
	width: 90px;	
	font-size: 12px;	
	background: #000;	
	color: #fff;	
	text-align: center;	
	line-height: 1.2;	
	padding: 8px;	
	font-weight: bold;	
}


@media only screen and (min-width: 1921px){
	body{
		background: #fff;
	}
	#slider .content {
		padding-top: 630px;	
	}
}



.collor_spec{
 
    text-align: left;
    font-size: 10px;
    line-height: 12px;
    margin-top: 40px;
}


