@charset "UTF-8";

@media only screen and (max-width: 640px) {
	#main {
        overflow-x: hidden;
	}
	#top #top_inner {
        height: calc(100% - 120px);
    }
	#catalogue_link {
        bottom: 0;
		width:100%;
		/*height: 24VW;*/
		height: auto;
    }
	#catalogue_link img{
		width:100%!important;
		height:auto!important;
    }
	#top #top_inner #top_bk {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
		background-color: #5eced8;
    }
	#top #top_inner #top_bk #top_bk_inner {
        height: 27VW;
    }
	#footer {
        padding-bottom: 24VW;
		font-weight: normal;
    }
	#footer .f-inr li a {
        padding-left: 10px;
    }
	#footer .f-inr .f-top li {
		background: url("../../../since_piana_sw/img_sp/ico_cube_t.png") no-repeat center left!important;
    }
	#footer .f-inr .f-bottom li {
        float: left;
		background: url("../../../since_piana_sw/img_sp/ico_cube_r.png") no-repeat center left!important;
    }
	#footer .f-inr .f-bottom li:first-child {
        margin-left: 0px;
    }
	#footer .f-inr .f-bottom .copy {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
	#section_merit #merit_menu_inner::before {
        right: -4px;
    }
	.pc {
		display:none;
	}
}
@media only screen and (min-width: 641px) {
	.sp {
		display:none;
	}
	
    .ban__fix {
        position: fixed;
        z-index: 10000;
        width: 270px;
        height: 160px;
        top: 318px;
        right:100px;
        display: block;
    }
    .ban__fix__inner {
        position: relative;
        width: 270px;
        height: 160px;
    }
    #closebanner {
        position: absolute;
        top:0;
        right: 0;
        display: block;
        height: 18px;
        width: 18px;
        background: url('../../src/img/close.png') no-repeat 0 0;
        cursor: pointer;
        text-indent: -9000px;
        z-index: 10;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
    #top #top_inner #top_box {
        display: none!important;
    }
    #top {
        height: 55VW;
    }
}

#footer .f-inr .f-top li {
    background: url(https://www.toyotahome.co.jp/special/since_piana_sw/img/common/arrow_top.png) no-repeat center left;
}
#footer .f-inr .f-bottom li {
    background: url(https://www.toyotahome.co.jp/special/since_piana_sw/img/common/arrow_right.png) no-repeat center left;
}
