@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@400;700&amp;family=Noto+Sans+JP:wght@400;700;900&amp;display=swap');

body {
     font-size: 24px;
    font-family: "microsoft Yahei";
    -webkit-text-size-adjust: none;
    color: #fff;
	background-color:#000;
	}



.container {
    height: 3680px;
    background: url(../images/bg.jpg) no-repeat center top;
}


.wrap {
    position: relative;
    margin: 0 auto;
    width: 750px;
}

.btn {
	position: absolute;
	top:3520px;
	left: 275px;
	width: 200px;
	height: 56px;
}






@media (max-width:750px) {
    .footer-pc {
        display: none;
    }
    body {
        font-size: .24rem;
   }
    .container {
        height: 137.36rem;
        background: url(../images/bgm.jpg) no-repeat center top;
        background-size: 7.5rem 137.36rem;
    }

	
	
    .wrap {
        width: 7.5rem;
    }
    
	.btn {
		position: absolute;
		top:134.4rem;
		left: 2.25rem;
		width: 3rem;
		height: 1rem;
	}


	
}



