@charset "utf-8";
/* CSS Document */
header{
    position: fixed;
}
#content{
    position: relative;
    overflow: hidden;
    /* background-image:url(/images/i-BG_DOWN.png),url(/images/i-BG_TOP.png); */
    background-position: 5% 100%,100% 0;
    background-repeat: no-repeat;
    background: url(/skin/shop_jp/images2/nanabg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
#content .workframe{
	display: flex;
    flex-direction: column;
    align-items: center;
}
#content .workframe h1.naya_title {
    line-height: 180%;
    font-size: 38px;
    margin: 20px 0 0;
    color: #5b3d76;
    font-family: 'Noto Sans TC';
    font-weight: 800;
}

.subtitle b{
    font-weight: 300;
    font-size: 18px;
}
@media screen and (max-width: 640px){
    #content .workframe h1.naya_title{
    font-size: 24px;
}

}

@media screen and (max-width: 480px){
	#content .workframe h1.naya_title2{
    font-size: 19px;
    font-weight: 500;
}
}