@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cabin:400,700');

@keyframes crossfade {
    0% { opacity: 1; }
    30% { opacity: 1; }
    70% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes scroll {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@media screen and (min-width : 769px){
.main-visual{
    height:calc(100vh - 112px);
    position: relative;
    overflow: hidden;
    padding-bottom:200vh;
}
	
/*ua add*/
.finishcopyIndex{
    position: relative;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	z-index:1;
	width: 980px;
	margin: 0 auto;
}

.finishcopyIndex span{
	position: absolute;
	display: inline-block;
	background: #c00;
	padding: 0.4em 0.8em;
	line-height: 1.5;
}

.finishcopyIndex br.spshow {
	display: inline !important;
}

.finishcopyIndex span em{
	font-size: 11px;
	font-weight: normal;
}
/* add ここまで*/

.main-visual:before{
    background-color:#000;
    transition: opacity 0.4s ease;
    opacity: 0;
    content:"";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.main-visual.is-show:before{
    background-color:#000;
    z-index:2;
    opacity: 0.66;
}

.main-visual .main-visual__logo{
    position: fixed;
    top:50%;
    z-index:10;
    left:50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 1s ease;
}

.main-visual .main-visual__scroll {
    position: fixed;
    bottom: 5%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0);
    opacity: 1;
    transition: opacity 1s ease;
}

.main-visual .main-visual__scroll a {
    padding-top: 70px;
    font-size: 12px;
    font-weight: bold;
    color: #fff !important;
}

.main-visual .main-visual__scroll a span {
    position: absolute;
    top: -60px;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    animation: scroll 1.5s infinite;
    box-sizing: border-box;
}

.main-visual.is-hide{
    opacity: 0;
    z-index:-10;
}

.main-visual.is-show .main-visual__logo{
    opacity: 0;
}

.main-visual.is-show .main-visual__scroll{
    opacity: 0;
}

.main-visual .main-visual__text{
    position: fixed;
    top:50%;
    left:0;
    right:0;
    bottom:0;
    opacity: 0;
    transition: all 0.4s ease;
    color:#fff;
    z-index:3;
    transform: translate(0, -50%);
}
.main-visual.is-show .main-visual__text{
     opacity: 1;
}
.main-visual .main-visual__text p {
    font-size: 15px;
    line-height: 40px;
    width: 450px;
    margin: auto;
    margin-bottom: 0;
    height:100%;
}

.main-visual .main-visual__text p img{
    height:100%;
    max-height:428px;
}

.main-visual .main-visual__item{
    height:100%;
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    transition: opacity 5s ease;
	z-index: -1; /*202003 ua add*/

}

.main-visual .main-visual__item[data-num="1"]{
    opacity: 1;
}

.main-visual .main-visual__item[data-num="2"]{
    opacity: 0;
}

.main-visual .main-visual__item[data-num="3"]{
    opacity: 0;
}

.main-visual .main-visual__item--1 span{
    transform-origin: 70% 80%;

}
.main-visual .main-visual__item--2 span{
    transform-origin: 80% 80%;
}
.main-visual .main-visual__item--3 span{
        transform-origin: 10% 80%;
}
.main-visual .main-visual__item span{
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    display: block;
}

.main-visual .main-visual__item[data-zoom="true"] span{
    transform: scale(1.3);
    transition: transform 20s ease;
}

.main-visual .main-visual__item--1[data-zoom="true"] span{
    transform: scale(1);
    transition: transform 20s ease;
}

/*------------------------------------------------------------------------------------------
*
*
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------
*
    Util
*
------------------------------------------------------------ */
.sp-only {
    display: none;
}

/* ------------------------------------------------------------
*
    #main_visual
*
------------------------------------------------------------ */
#main_visual{
    width: 100%;
    height: 385px;
    overflow: hidden;
    margin: 0 0 0 0;
    background-color: #f6f6f6;
}

#main_visual_inner{
    width: 980px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#main_visual_inner .pic_visual{ margin: 35px 0 0 0; text-align: right;}
#main_visual_inner .pic_visual img{
	width: 613px;
	height: auto;
	position:relative;
	top:37px;
	left:0;
}

#main_visual .main_copy{
    position: absolute;
    top: 75px;
    left: 55px;
}

#main_visual .main_copy .copy{
    margin: 0 0 15px 0;
    font-size: 24px;
}

#main_visual .main_copy h2.logo{
    font-family: 'Cabin Condensed', sans-serif !important;
    font-size: 58px;
    font-weight: bold;
    line-height: 1em;
    color: #000;
}

#sns_share{
    width: 100%;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 200px;
    left: 55px;
}

#sns_share li{
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: top;
}


/* ------------------------------------------------------------
*
    #section_type
*
------------------------------------------------------------ */
#section_type{
    margin: 0 auto 150px auto;
}

#section_type .section_inner{
    width: 880px;
}

#section_type h3{
    padding: 15px 0;
    margin: 0;
    font-size: 18px;
    border-bottom: 1px solid #dbdbdb;
}

#section_type table{
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}

#section_type table tr:first-child td{ padding: 20px 0 0 0;}
#section_type table tr:last-child td{ padding: 0 0 20px 0;}

#section_type th{
    width: 275px;
    font-size: 16px;
    line-height: 1.375em;
    vertical-align: middle;
}

#section_type td.price{ width: 260px;}
#section_type td.fuel{ width: 150px;}
#section_type td.pic{ text-align: right; vertical-align: top;}
#section_type table tr:first-child td.pic{
	padding-top:0;
	padding-bottom:17px;
}
#section_type td.pic img{
    width: 180px;
    height: auto;
}

#section_type td{
    font-size: 11px;
    vertical-align: middle;
}

#section_type td .ruby{
    margin: 0 0 10px 0;
    font-weight: bold;
}

#section_type td .price,
#section_type td .fuel{
    margin: 0 0 10px 0;
    font-size: 36px;
}

#section_type td .small{ font-size: 24px;}
#section_type td .fuel .small{ margin: 0 0 0 5px;}

#section_type td .notes{
    color: #8d8d8d;
    line-height: 1.272em;
}

#section_type .caution{
    margin: 20px 0 0 0;
    text-align: center;
    color: #da4058;
}

#section_type .detail{
    margin: 30px 0 0 0;
    text-align: center;
}



/* ------------------------------------------------------------
*
    #section_styling
*
------------------------------------------------------------ */
#section_styling{
    margin: 0 0 0px 0;
    text-align: center;
}
#section_styling .section_inner{
	margin:0 auto;
	padding:0;
	text-align:center;
	z-index:2;
}
#section_styling .section_inner h3{
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
#section_styling .detail{
    margin: 0 auto 20px;
    text-align: center;
}

#section_styling .pic_full{
    position: relative;
}
#section_styling .interior{
	left:-120px;
	margin-top:15px;
	position:relative;
	z-index:0;

}
#section_styling p{
}
#section_styling .overlay{
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#section_styling .overlay.ov01{
	z-index:4;
}
#section_styling .overlay.ov02{
	z-index:3;
}
#section_styling .overlay.ov03{
	z-index:2;
}


/* ------------------------------------------------------------
*
    #section_interior
*
------------------------------------------------------------ */
#section_interior{
    margin:150px 0 0;
    padding: 0px 0 0 0;
}

#section_interior h3{
    margin: 0 0 12px;
}

#section_interior .section_inner{
    margin-bottom: 50px;
	text-align:center;
	width:880px;
}


/* ------------------------------------------------------------
*
    #section_driving
*
------------------------------------------------------------ */
#section_driving{
	margin:150px 0 0;
    padding: 0px 0 0 0;
	position:relative;
}

#section_driving h3{
    margin: 0;
    text-align: center;
	z-index:2;

}
#section_driving .detail{
	position:relative;
    text-align: center;
	z-index:2;
}
#section_driving .driving{
	left:0;
	margin-top:15px;
	position:relative;
    text-align: center;
	z-index:0;

}
#section_driving .overlay{
	left:0;
    position: absolute;
    top: 0;
    width: 100%;
}
#section_driving .overlay.ov01{
	z-index:1;
}


/* ------------------------------------------------------------
*
    #section_safety
*
------------------------------------------------------------ */

#section_safety{
    margin: 150px 0 0;
    padding: 0px 0 0 0;
	position:relative;
}

#section_safety h3,
#section_safety .detail{
    text-align: center;
}
#section_safety .pic_safety{
    margin-top: 67px;
    width: 980px;
}
#section_safety .pic_safety img{
    height: auto;
    width: 100%;
}


/* ------------------------------------------------------------
*
    #section_movie
*
------------------------------------------------------------ */
#section_movie{
    margin: 60px 0;
}

#section_movie .img_slider{
    width: 930px !important;
}

#section_movie .section_inner{ width: 940px;}
#section_movie h3{
    width: 880px;
    padding: 0;
    margin: 0 auto 25px auto;
    font-size: 24px;
    line-height: 1em;
}

#section_movie .modal_mov_open object,
#section_movie .modal_mov_open iframe{
    width: 100%;
    height: auto;
}
#section_movie .pic .border{
	border:solid 1px #ccc;
}
#section_movie .img_slider.col04 .pic{
	overflow:visible;
	margin-bottom:10px;
}
/* ------------------------------------------------------------
*
    #section_movie
*
------------------------------------------------------------ */
#section_news{
    margin: 0 0 80px 0;
}

#section_news .section_inner{ width: 930px;}

#section_news h3{
    width: 880px;
    padding: 0;
    margin: 0 auto 25px auto;
    font-size: 24px;
    line-height: 1em;
}


/* ------------------------------------------------------------
*
    #section_btm_contents
*
------------------------------------------------------------ */
#section_btm_contents{
    padding: 80px 0;
    margin: 0;
    background-color: #f8f8f8;
}

#section_btm_contents h4{
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 20px;
}

#section_btm_contents .section_inner{
    width: 880px;
    margin: 0 auto;
}

#section_btm_contents .row{ clear: both; margin: 0 0 70px 0;}
#section_btm_contents .row:after { content: ""; clear: both; display: block; }
#section_btm_contents .row_inner{ width: 420px;}

#section_btm_contents .user_voice,
#section_btm_contents .honda_store{ float: left;}
#section_btm_contents .user_exp,
#section_btm_contents .honda_cars{ float: right;}

#section_btm_contents .user .col_left{ width: 130px; float: left;}
#section_btm_contents .user .col_right{ width: 270px; float: right;}

/* ------------------------------
    .user
------------------------------ */
#section_btm_contents .user h5{
    width: 260px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: n;
    margin: 0 0 8px 0;
    font-size: 15px;
    line-height: 1.266em;
}

#section_btm_contents .user .pic{
    width: 130px;
    height: 97px;
    overflow: hidden;
    text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#section_btm_contents .user .pic img{
    width: auto;
    height: 100%;
}

#section_btm_contents .user .date{
    margin: 0 0 3px 0;
    font-size: 13px;
    color: #9c9c9c;
}

#section_btm_contents .user .desc{
    margin: 0 0 3px 0;
    font-size: 13px;
    line-height: 1.461em;
	height: 2.8em;
	overflow: hidden;
}

#section_btm_contents .user .more{
    font-size: 13px;
    line-height: 1.461em;
}


/* ------------------------------
    .store
------------------------------ */

#section_btm_contents .store img{
    margin-top: 20px;
    width: 100%;
    height: auto;
}

#section_btm_contents .store .desc{
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.461em;
}

#rt-personalize-area-a,
#section_btm_contents .store .detail{
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0;
}

#rt-personalize-area-a a:after,
#section_btm_contents .store .detail a:after{
    width: 17px;
    height: 17px;
    background-size: 17px;
    right: -22px;
}


/* quolity select */
#section_btm_contents .quality h4{ margin: 0 0 10px 0;}
#section_btm_contents .quality .honda_cars{ padding-top: 45px;}


/* ------------------------------
    .mail_magazine
------------------------------ */
#section_btm_contents .mail_magazine{
    margin: 0 0 60px 0;
    padding: 40px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#section_btm_contents .mail_magazine h4{
    margin: 0 0 25px 0;
    font-size: 26px;
    line-height: 1.153em;
}

#section_btm_contents .mail_magazine .desc{
    width: 520px;
    float: left;
    font-size: 16px;
    line-height: 1.5em;
}

#section_btm_contents .mail_magazine .btn{
    width: 360px;
    float: left;
    text-align: center;
}

#section_btm_contents .mail_magazine .btn a{
    width: 360px;
    height: 50px;
    display: block;
    line-height: 50px;
    background-color: #4a4f54;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

/* ------------------------------
    #section_caution
------------------------------ */
#section_caution{
    margin-top: -20px;
    margin-bottom: 0;
}

/* ------------------------------
    slideshow
------------------------------ */
.slideshow {
    position: relative;
    width: 100vw;
    height: 800px;
    overflow: hidden;
}
.slideshow .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    background-size: cover;
    background-position: center center;
}
.in {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
}
.out {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 4s;
    transition: 4s;
    z-index: 1;
}
.slideshow_wrap {
    position: relative;
    height: 800px;
}
.slideshow_logo {
    position: absolute;
    transform: translate(calc(50vw - 50%),calc(50vh - 50%));
    z-index: 10;
    }

.slideshow_overlay_text {
    color: #fff;
    background: rgba(0, 0, 0, 0.66);
    padding: 195px 0 135px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    transition: 1s ease-in-out;
    opacity: 0;
    box-sizing: border-box;
}
.slideshow_overlay_text_content span {
    display: block;
}
.slideshow_overlay_text_content {
    transition: 1s ease-in-out;
    transform: translateY(50vh);
    opacity: 0;
}
.slideshow_overlay_text.active {
    opacity: 1;
}
.slideshow_overlay_text.active .slideshow_overlay_text_content {
    transform: translateY(0);
    opacity: 1;
}
.slideshow_overlay_text h2 {
    font-size: 26px;
    width: 450px;
    margin: auto;
    margin-bottom: 78px;
}
.slideshow_overlay_text p {
    font-size: 15px;
    line-height: 40px;
    width: 450px;
    margin: auto;
    margin-bottom: 45px;
}

/* ------------------------------
    fact
------------------------------ */
.fact {
    height: 750px;
    position: relative;
    z-index:3;
    background-color:#fff;
}
.fact_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center/cover no-repeat;
}
.fact_bg_sp {
    display: none;
}

.fact_bg:first-child {
    animation: crossfade 6s linear 0s infinite alternate;
}

.fact_bg:not(:first-child) {
    animation: crossfade 6s linear 0s infinite alternate-reverse;
}
.fact_wrap {
    position: relative;
    width: 960px;
    height: 100%;
    margin: 0 auto;
}

/* ------------------------------
    copy
------------------------------ */
.copy {
    display: inline-block;
    text-align: center;
    transition: 1s;
    /*opacity: 0;*/
    position: absolute;
}
.active .copy {
    opacity: 1;
}
.copy-block {
    display: block;
    margin-bottom: 8px;
}

.copy-1 {
    color: #464646;
    bottom: 290px;
    right: 0;
}

.copy-2 {
    color: #fff;
    bottom: 150px;
    right: 0;
}

.copy-3 {
    color: #464646;
    bottom: 200px;
    left: 0;
}
.copy-4 {
    color: #fff;
    bottom: 120px;
    left: 0;
}
.copy-5 {
    color: #fff;
    bottom: 465px;
    left: 0;
}
.copy h3 {
    font-size:20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-family: 'Cabin', sans-serif;
}
.copy h3:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
}
.copy-white h3::after{
    background: rgba(255, 255, 255, 0.85);
}
.copy-black h3::after{
    background: rgba(70, 70, 70, 0.85);
}
.copy p {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: bold;
}

.copy a {
    font-size: 14px;
}

.copy a img{
    font-size:0;
}
.fact-button-white {
}
.fact-button-white:after {
}

.fact-button-black {
}
.fact-button-black:after {
}

/* ------------------------------
    section_modulo
------------------------------ */

.section_modulo {
    padding: 120px 0 90px;
    background: #181818;
    color: #ffffff;
}
.section_modulo_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 860px;
    margin: 0 auto;
    text-align: center;
}
.section_modulo_clip {
    margin-right: 100px;
}
.section_modulo_name {
    margin-bottom: 27px;
    font-size:30px;
    letter-spacing: 0.15em;
}

.section_modulo_name .ruby{
    position: relative;
}

.section_modulo_name .ruby .rt{
    position: absolute;
    top:0;
    font-size:11px;
    width:100%;
    left:0;
    transform: translate(0, -100%);
}
.section_modulo_notice {
    line-height: 1;
    font-size: 11px;
    margin-bottom: 15px;
}

.section_modulo_notice sup {
    font-size: 9px;
    vertical-align: top;
}

.section_modulo_name {
    margin-bottom: 40px;
}

.section_modulo_price {
    font-size: 30px;
}

.section_modulo_price small {
    font-size: 15px;
    margin-left: 5px;
    margin-left: 5px;
}

.section_modulo_price sup {
    font-size: 9px;
    vertical-align: top;
}

/* ------------------------------
    section_modulo_type
------------------------------ */

.section_modulo_type {
    padding: 25px 0 80px;
    text-align: center;
    background: #323232;
}
.section_modulo_type_button {

}

/* ------------------------------
    banner_logo
------------------------------ */

.banner_logo {
    padding: 52px 0;
    background: #000;
    text-align: center;
}
.banner_logo img {
    max-width: 303px;
    width: 100%;
}

/* ------------------------------
    banner_head
------------------------------ */

.banner_head {
    text-align: center;
    background-color: #000;
    padding: 49px 0;
}

.banner_head img {
    max-width: 507px;
    width: 100%;
}

/* ------------------------------
    section_type
------------------------------ */

.section_type {
    background: #323232;
    padding: 95px 0 75px;
    color: #ffffff;
    text-align: center;
}

.section_type_title {
    text-align: center;
    margin-bottom: 90px;
    font-size:20px;
    letter-spacing: 2px;
    font-family: 'Cabin', sans-serif;
}
.section_type_title img {
    display: inline-block;
    margin-bottom: 0;
}
.section_type_title:after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #d3d4d7;
    margin: 16px auto 0;
}

.section_type_wrap {
    display: flex;
    justify-content: center;
    width: 890px;
    margin: 0 auto;
}

.section_type_item:first-child {
    margin-right: 110px;
}

.section_type_clip {
    margin-bottom: 40px;
}

.section_type_notice {
    line-height: 1;
    font-size: 11px;
    margin-bottom: 15px;
}

.section_type_notice sup {
    font-size: 9px;
    vertical-align: top;
}

.section_type_name {
    margin-bottom: 40px;
}

.section_type_name.section_type_name_alpha{
    padding: 9px 0;
}

.section_type_price {
    font-size: 30px;
    margin-bottom: 15px;
}

.section_type_price small {
    font-size: 15px;
    margin-left: 5px;
}

.section_type_price sup {
    font-size: 9px;
    vertical-align: top;
}

.section_type_discontinue {
    border: 1px solid #FF0000;
    padding: 1em;
}

/* ------------------------------
    section_movie
------------------------------ */

.section_movie {
    position: relative;
    padding: 100px 0;
    background: #000;
    overflow: hidden;
}
.section_movie_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    display: none;
}
.section_movie:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/s660-index/section-movie-overlay.png) center/cover;
    display: block;
    z-index: 1;
}
.section_movie .title {
    color: #ffffff;
    line-height: 1.8!important;
    font-size: 20px;
    margin-top: 10px!important;
}
.section_movie .slick-arrow {
    position: absolute;
    top: 60px!important;
    display: block;
    width: 11px;
    cursor: pointer;
    height: 19px;
    background: center/contain no-repeat;
}
.section_movie .arrow_next {
    right: -30px;
    background-image: url(../image/arrow-right-white.png);
}
.section_movie .arrow_prev {
    left: -30px;
    background-image: url(../image/arrow-left-white.png);
}
.section_movie_wrap {
    width: 882px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.section_movie_title {
    text-align: center;
    margin-bottom: 56px;
    font-size:20px;
    letter-spacing: 2px;
    font-family: 'Cabin', sans-serif;
    color:#fff;

}
.section_movie_title img {
    display: inline-block;
    margin-bottom: 0;
}
.section_movie_title:after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #d3d4d7;
    margin: 18px auto 0;
}

/* ------------------------------
    section_share
------------------------------ */
.section_share {
    background-color: #323232;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.section_share_wrap {
    display: flex;
    justify-content: center;
}
.section_share p:first-child {
    margin-right: 20px;
}
.section_share p:first-child iframe {
    vertical-align:bottom;
}

[data-anim-show="false"]{
    opacity: 0;
    transition: opacity 1s ease;
}

[data-anim-show="true"]{
    opacity: 1;
    transition: opacity 1s ease;
}
/* btn-animation
--------------------------*/

.btn-animation a {
    position: relative;
    display: inline-block;
}
.btn-animation a:before,
.btn-animation a:after {
    content: "";
    position: absolute;
    display: block;
    transition: all 1s ease;
    box-sizing: border-box;
    width: 0;
    height: 0;
    font-size: 0;
}
.btn-animation a:before {
    top: 0;
    left: 0;
    border-left: 0 solid #000;
    border-bottom: 0 solid #000;
}
.btn-animation a:after {
    bottom: 0;
    right: 0;
    border-top: 0 solid #000;
    border-right: 0 solid #000;
}
.btn-animation--white a:before,
.btn-animation--white a:after{
    border-color:#fff;
}
.btn-animation[data-anim-show="true"] a:before {
    width: 100%;
    height: 100%;
    border-width: 1px;
    transition: width 250ms linear 250ms, height 250ms linear 0ms, border-width 1ms linear 0ms;
}

.btn-animation[data-anim-show="true"] a:after {
    width: 100%;
    height: 100%;
    border-width: 1px;
    transition: width 250ms linear 750ms, height 250ms linear 500ms, border-width 1ms linear 500ms;
}

.btn-animation a img{
    transition-delay:10s;
    opacity: 0;
    display: block;
    transition: opacity 1s ease;
}
.btn-animation[data-anim-show="true"] a img{
    opacity: 1;
    transition-delay:10s;
    transition: opacity 1s ease;
}


/* ------------------------------
    201912 カウントダウンページ設置
------------------------------ */
.main-visual .main-visual__banner{
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    opacity: 1;
    z-index:1;
    background: url(../image/s660-index/main-banner.png) top / cover no-repeat;
}
#contents_area .main-visual .main-visual__banner a{
    display: block;
    position: relative;
    padding: 1.75em;
    font-size: 22px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5em;
    transition: opacity 300ms;
}
#contents_area .main-visual .main-visual__banner a::after{
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.main-visual .main-visual__scroll {
    bottom: 14%;
}


}
