@charset "UTF-8";
/* CSS Document */


#tokidoki__introduction {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('../images/tokidoki/bg2.jpg');
	background-size: 100% auto;
    min-height: initial;
    min-height: auto;
    padding-bottom: 14%;
}
	
@media screen and (min-width:480px) { 
    .tokidoki__button, .tokidoki__button--header { padding: 20px; width: 400px; } 
}

@media screen and (max-width:480px) { 
    #tokidoki__heade .logo img {width: 80%;}
    #tokidoki__introduction .section__header {width: 100%;}
    .tokidoki__button, .tokidoki__button--header { font-size: 14px; } 
}

@media only screen and (min-width: 660px) {
    #tokidoki__header:before { height: 760px; }
    #tokidoki__header .inner .logo {
    margin-bottom: 40px;
    padding-top: 150px;
    }
}
