@charset "utf-8";

@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 (max-width : 768px){
.main-visual{
    height:calc(100vh - 112px);
    position: relative;
    overflow: hidden;
    padding-bottom:200vh;
}
	
/*ua add*/
.finishcopyIndex{
	position: absolute;
	top:56px;
	width: 100%;
	text-align: center;
	background: #C00;
	color: #fff;
	padding: 0.6em;
	font-size: 13px;
	line-height: 1.4;
	z-index: 99;
}

.finishcopyIndex br.spshow {
	display: inline !important;
}

.finishcopyIndex em {
	font-size: 11px;
}/*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;
    box-sizing: border-box;
    max-width: 260px;
    width: 100%;
    padding: 15px;
    top:50%;
    margin: 30px 0 0;
    z-index:10;
    left:50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 1s ease;
}
.main-visual .main-visual__logo img {
    max-width: 100%;
}

.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: -50px;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-left: 2px solid #fff;
    border-bottom: 2px 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;
    box-sizing: border-box;
    width:100%;
    padding:0 15px;
    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 .main-visual__text img{
    width:100%;
    display: block;
}

.main-visual.is-show .main-visual__text{
     opacity: 1;
}
.main-visual .main-visual__text h2 {
    font-size: 20px;
    margin-bottom: 40px;
}
.main-visual .main-visual__text p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.main-visual .main-visual__item{
    height:100%;
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    transition: opacity 5s ease;

}

.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%;
    transform: scale(1) !important;
    background-image: url(../image/s660-index/sp/external_main_1.png) !important;
}
.main-visual .main-visual__item--2 span{
    transform-origin: 80% 80%;
    background-image: url(../image/s660-index/sp/external_main_2.png) !important;
}
.main-visual .main-visual__item--3 span{
    transform-origin: 10% 80%;
    background-image: url(../image/s660-index/sp/external_main_3.png) !important;
}
.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;
}
/*------------------------------------------------------------------------------------------
*
*
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------
*
    Util
*
------------------------------------------------------------ */
.pc-only {
    display: none;
}

/* ------------------------------------------------------------
*
    #main_visual
*
------------------------------------------------------------ */
#main_visual{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
    background-color: #f6f6f6;
}

#main_visual_inner{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#main_visual_inner .pic_visual{ /*margin: 120px 0 0 0;*/ margin: 160px 0 0 0; /*←ua change*/ text-align: right;padding-bottom:14vw;}
#main_visual_inner .pic_visual img{ width: 80%; margin: 0 0 0px 0; height: auto;
position:relative;
left:-8vw;}

#main_visual .main_copy{
    width: 100%;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 0;
}

#main_visual .main_copy .copy{
    margin: 0 0 15px 0;
    font-size: 18px;
}

#main_visual .main_copy h2.logo{ display: none;}

#main_visual .main_copy h2.logo img{
    width: 156px;
    height: auto;
}

#sns_share{
    width: 100%;
    margin: 0;
    padding: 0 0 0 23px;
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
}

#sns_share li{
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
}


/* ------------------------------------------------------------
*
    #section_type
*
------------------------------------------------------------ */
#section_type{
    margin: 0 0 100px 0;
    padding: 0 15px;
}

#section_type h3{
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    font-size: 20px;
    border-bottom: 1px solid #dbdbdb;
}

#section_type h4{
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.285em;
    white-space: nowrap;
}

#section_type .type_table{
    margin: 0 0 20px 0;
}

#section_type table{
    margin: 0 0 15px 0;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}

#section_type th{ display: none;}
#section_type td.price{ width: 60%;}
#section_type td.fuel{ width: 40%;}
#section_type td.pic{ display: none;}

#section_type td{
    font-size: 11px;
    vertical-align: middle;
}

#section_type td .ruby{
    font-size: 8px;
    margin: 0 0 10px 0;
}

#section_type td .price,
#section_type td .fuel{
    margin: 0 0 15px 0;
    font-size: 28px;
}

#section_type td .small{ font-size: 18px;}
#section_type td .fuel .small{ margin: 0 0 0 5px;}

#section_type td .notes{
    padding: 0 0 15px 0;
    color: #8d8d8d;
    line-height: 1.6em;
}

#section_type .caution{
    margin: 20px 0 10px 0;
    text-align: left;
    line-height: 1.5em;
    color: #da4058;
}

#section_type .detail{
    text-align: center;
}
/* ------------------------------------------------------------
*
    #section common
*
------------------------------------------------------------ */
#section_styling h3,
#section_interior h3,
#section_driving h3,
#section_safety h3{
	text-align:center;
}

/* ------------------------------------------------------------
*
    #section_styling
*
------------------------------------------------------------ */
#section_styling{
    margin: 0 0 105px 0;
}

#section_styling .detail{
    margin: 0 0 20px 0;
}

#section_styling .interior{
    position: relative;
}

#section_styling .interior img{
	width:100%;
}
#section_styling .overlay{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#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: 0 0 100px 0;
	position:relative;
}
#section_interior h3{
    margin: 0 0 12px;
}

#section_interior .section_inner{
    margin-bottom: 50px;
	text-align:center;
	width:100%;
}


/* ------------------------------------------------------------
*
    #section_fuel
*
------------------------------------------------------------ */
#section_fuel .desc{
    margin: 0 0 20px 0;
}

#section_fuel .detail{
    margin: 0 0 15px 0;
}

#section_fuel .pic_custom img{
    width: 150vw;
	margin-left:-30vw;
}


/* ------------------------------------------------------------
*
    #section_driving
*
------------------------------------------------------------ */

#section_driving{
	margin:150px 0 0;
    padding: 0px 0 0 0;
	position:relative;
}

#section_driving .detail{
    margin: 0 0 15px 0;
}

#section_driving .driving{
	left:0;
	margin-top:15px;
	position:relative;
    text-align: center;
	z-index:0;

}
#section_driving .driving img{
	width:100%;
}
#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: 100%;
}
#section_safety .pic_safety img{
    height: auto;
    width: 100%;
}


/* ------------------------------------------------------------
*
    #section_movie
*
------------------------------------------------------------ */
#section_movie{
    margin: 50px 0 5px 0;
}

#section_movie .section_inner{ padding: 0;}

#section_movie h3{
    margin: 0 0 20px 0;
    padding: 0 15px;
    font-size: 19px;
    line-height: 1em;
}


/* ------------------------------------------------------------
*
    #section_movie
*
------------------------------------------------------------ */
#section_news{
    margin: 0 0 10px 0;
}

#section_news .section_inner{ padding: 0;}

#section_news h3{
    margin: 0 0 20px 0;
    padding: 0 15px;
    font-size: 19px;
    line-height: 1em;
}

#section_movie .modal_mov_open object,
#section_movie .modal_mov_open iframe{
    width: 100%;
    height: auto;
}


/* ------------------------------------------------------------
*
    #section_btm_contents
*
------------------------------------------------------------ */
#section_btm_contents{
    padding: 0 15px 60px 15px;
    margin: 0;
    background-color: #fff;
}

#section_btm_contents h4{
    margin: 0 0 20px 0;
    font-size: 19px;
    text-align: left;
    white-space: nowrap;
    line-height: 1.261em;
}

/* ------------------------------
    .user
------------------------------ */
/* ------------------------------
    .user
------------------------------ */
#section_btm_contents .box_link{ -webkit-transition: opacity .1s ease; transition: opacity .1s ease; position: relative;}

#section_btm_contents .user{
    height: 100%;
    overflow: hidden;
}

#section_btm_contents .user .col_left{
    width: 105px;
    min-width: 105px;
    height: 80px;
    margin: 0 0 15px 0;
    float: left;
    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 .col_left img{
    width: auto;
	height: auto;
	max-width: 100%;
    max-height: 80px;
}

#section_btm_contents .user .col_right{
    width: auto;
    height: 80px;
    padding: 0 0 0 10px;
    display: table;
    box-sizing: border-box;
    float: left;
}

#section_btm_contents .user .col_right .layout{
    display: table-cell;
    vertical-align: middle;
}

#section_btm_contents .user .col_right .more{
    display: none;
}

#section_btm_contents .user .col_right .desc{
    display: none;
}

#section_btm_contents .user h5{
    max-width: 175px;
    margin: 15px 0 10px 0;
    font-size: 18px;
    line-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#section_btm_contents .user .date{
    margin: 0 0 15px 0;
    font-size: 11px;
    color: #444;
}

#section_btm_contents .user .desc{
    clear: both;
    margin: 0 0 3px 0;
	height: 2.8em;
	overflow: hidden;
    font-size: 14px;
    line-height: 1.5em;
}

#section_btm_contents .user .more{
    clear: both;
    font-size: 14px;
    line-height: 1.5em;
}

#section_btm_contents .user_voice{
    margin: 0 0 50px 0;
    padding: 0 0 15px 0;
}



/* ------------------------------
    .store
------------------------------ */
#section_btm_contents .store h4{ border: none; margin: 0 0 10px 0;}
#section_btm_contents .store img{
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
}

#section_btm_contents .store .desc{
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.5em;
}

#rt-personalize-area-a,
#section_btm_contents .store .detail{
    text-align: center;
    font-size: 14px;
    margin: 5px auto;
}

#rt-personalize-area-a a:after,
#section_btm_contents .store .detail a:after{
    width: 17px;
    height: 17px;
    background-size: 17px;
    right: -5px;
}

#section_btm_contents .honda_store{ margin: 0 0 70px 0;}
#section_btm_contents .honda_cars{ margin: 0 0 40px 0;}

/* ------------------------------
    .mail_magazine
------------------------------ */
#section_btm_contents .mail_magazine{
    margin: 0 0 50px 0;
    padding: 25px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#section_btm_contents .mail_magazine h4{
    margin: 0;
    font-size: 20px;
    line-height: 1.4em;
    border: none;
}

#section_btm_contents .mail_magazine .desc{
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.5em;
}

#section_btm_contents .mail_magazine .btn{
    text-align: center;
}

#section_btm_contents .mail_magazine .btn a{
    padding: 10px 0;
    display: block;
    background-color: #4a4f54;
    font-size: 15px;
    line-height: 1.466em;
    color: #fff;
    text-decoration: none;
}

/* ------------------------------
    #section_caution
------------------------------ */
#section_caution{
    margin-top: -20px;
    padding: 0;
    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: 1000px;
}
.slideshow_logo {
    position: absolute;
    transform: translate(calc(50vw - 50%),calc(50vh - 50%));
    z-index: 10;
    text-align: center;
    }
.slideshow_logo img {
        width: 80%;
        }

.slideshow_overlay_text {
    color: #fff;
    background: rgba(0, 0, 0, 0.66);
    padding: 195px 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    transition: .6s;
    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: 13px;
    line-height: 30px;
    margin: auto;
    margin-bottom: 35px;
}
/* ------------------------------
    fact
------------------------------ */
.fact{
    width:100%;
    /*height: 901px;*/
    position: relative;
    z-index:3;
    background-color:#fff;
    padding-top:78.125%;
    box-sizing: border-box;
}
.fact_bg {
    position: absolute;
    top: 0;
    left: 0;
    padding-top:78.4%;
    right:0;
    box-sizing: border-box;
    /*width: 100%;*/
    /*height: calc(100% - 281px);*/
    background: center/cover no-repeat;
}
.fact_bg_pc {
    display: none;
}

.fact_bg:nth-child(3) {
    animation: crossfade 6s linear 0s infinite alternate;
}

.fact_bg:nth-child(4) {
    animation: crossfade 6s linear 0s infinite alternate-reverse;
}

/* ------------------------------
    copy
------------------------------ */
.copy {
    display: block;
    width: 100%;
    box-sizing: border-box;
    /*position: absolute;*/
    text-align: center;
    bottom: 0px;
    background: #323232;
    color: #fff;
    padding: 40px 15px 40px;
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
.copy img {
    width: 100%;
}
.copy-block {
    display: block;
    margin-bottom: 8px;
}
	
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.copy-1 {
    color: #fff;
}

.copy-2 {
    color: #fff;
}

.copy-3 {
    color: #fff;
}
.copy-4 {
    color: #fff;
    background-color:#000;
}
.copy-5 {
    color: #fff;
    background-color:#000;
}
.copy h3 {
    font-size:20px;
    margin-bottom: 17px;
    letter-spacing: 2px;
    font-family: 'Cabin', sans-serif;
    padding: 0 50px;
}
.copy h3:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    margin: 0 auto;
    margin-top: 8px;
}
.copy-white h3::after{
    background: rgba(255, 255, 255, 0.85);
}
.copy-black h3::after{
    background: rgba(255, 255, 255, 0.85);
}
.copy p {
    font-size: 16px;
    margin-bottom: 35px;
    font-weight: 300;
}

.copy p.text-1{
    margin: 0 0 22px;
    padding: 0 20px;
}
.copy p.text-2{
    margin: 0 auto 6px;
}

.copy a {
    font-size: 21px;
}
.fact-button-white {
    display: block;
}

.fact-button-black {
    display: block;
}

/* ------------------------------
    banner_logo
------------------------------ */
.banner_logo {
    padding: 30px;
    background: #000;
    text-align: center;
    border-top: 1px solid #fff;
}
.banner_logo img {
    max-width: 303px;
    width: 100%;
}

/* ------------------------------
    banner_head
------------------------------ */

.banner_head {
    text-align: center;
    background-color: #000;
    padding: 15px 0;
}

.banner_head img {
    width: 100%;
    max-width: 254px;
}

/* ------------------------------
    .section_movie
------------------------------ */

.section_type {
    background: #323232;
    padding: 75px 0 45px;
    color: #ffffff;
    text-align: center;
}

.section_type_title {
    text-align: center;
    margin-bottom: 60px;
    font-size:20px;
    letter-spacing: 2px;
    font-family: 'Cabin', sans-serif;
    padding: 0 115px 0 15px;
}
.section_type_title img {
    display: inline-block;
    margin-bottom: 6px;
    width: 100%;
}
.section_type_title:after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #d3d4d7;
    margin: 0;
}

.section_type_wrap {
    padding: 0 30px;
}

.section_type_item:first-child {
    margin-bottom: 100px;
}

.section_type_clip {
    margin-bottom: 25px;
}

.section_type_clip img {
    max-width: 100%;
}

.section_type_notice {
    line-height: 1;
    font-size: 11px;
    margin-bottom: 20px;
}

.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;
}

.section_type_price sup {
    font-size: 9px;
    vertical-align: top;
}

.section_type_discontinue {
    border: 1px solid #FF0000;
    padding: 1em;
    line-height: 1.4;
}

/* ------------------------------
    .section_movie
------------------------------ */

.section_movie {
    position: relative;
    padding: 50px 0 10px;
    background: #000;
    overflow: hidden;
}
.section_movie_video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto!important;
    height: 100%!important;
    min-width: 100%;
    min-height: 100%;
    display: none;
}
.section_movie:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: block;
    z-index: 1;
}
.section_movie .title {
    color: #ffffff;
    line-height: 1.285em;
}
.section_movie_wrap {
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.section_movie_title {
    text-align: left;
    margin-bottom: 25px;
    margin-left: 15px;
    font-size:20px;
    letter-spacing: 2px;
    font-family: 'Cabin', sans-serif;
    color:#fff;
    padding-right:100px;
}
.section_movie_title img {
    width: 100%;
}
.section_movie_title:after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #d3d4d7;
    margin-top: 10px;
}

/* ------------------------------
    section_modulo
------------------------------ */

.section_modulo {
    padding: 100px 0 40px;
    background: #181818;
    color: #ffffff;
}
.section_modulo_wrap {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}
.section_modulo_clip img {
    max-width: 100%;
    margin-bottom: 50px;
    display: inline-block;
}
.section_modulo_name {
    margin-bottom: 40px;
    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;
}

.section_modulo_price sup {
    font-size: 9px;
    vertical-align: top;
}

/* ------------------------------
    section_modulo_type
------------------------------ */

.section_modulo_type {
    padding: 50px 15px 80px;
    text-align: center;
    background: #323232;
}
.section_modulo_type_button {
    display: block;
}
.section_modulo_type_button img {
    width: 100%;
}

/* ------------------------------
    section_share
------------------------------ */
.section_share {
    background-color: #323232;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.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;
}

/* btn-animation
--------------------------*/

.btn-animation{
    width:60%;
    margin: 0 auto;
}

.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 #fff;
    border-bottom: 0 solid #fff;
}
.btn-animation a:after {
    bottom: 0;
    right: 0;
    border-top: 0 solid #fff;
    border-right: 0 solid #fff ;
}
.btn-animation--white a:before,
.btn-animation--white a:after{
    border-color:#fff;
}

.btn-animation--trad {
    width: 77%;
}

.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/sp/main-banner.png) top / cover no-repeat;
}
#contents_area .main-visual .main-visual__banner a{
    display: block;
    position: relative;
    padding: 1.5em 15px;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    transition: opacity 300ms;
}
#contents_area .main-visual .main-visual__banner a::after{
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.main-visual .main-visual__scroll {
    bottom: 95px;
}
.main-visual .main-visual__text{
    pointer-events: none;
}
	
#section_caution.ua_add {
	margin-top: 40px !important;
}	

}
