@charset "utf-8";

html     ,
body     ,
article  ,
section  ,
div      ,
h1       ,
h2       ,
h3       ,
h4       ,
h5       ,
dl       ,
dt       ,
dd       ,
ul       ,
ol       ,
li       ,
p        ,
input    ,
select   ,
textarea {
	margin:0;
	padding:0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	color:#231815;
	font-size:15px;
    font-weight:500;
	font-feature-settings:"palt"1;
	line-height:2;
	letter-spacing:0.15em;
	-webkit-text-size-adjust:100%;
	border:none;
    text-align: center;
}

.en ,
footer small {font-family:"Oswald", sans-serif;}

html{width: 80%;
margin: 0 auto;}

p{line-height: 1.5;}


@media only screen and (max-width:640px){
    
    html     ,
    body     ,
    article  ,
    section  ,
    div      ,
    h1       ,
    h2       ,
    h3       ,
    h4       ,
    h5       ,
    dl       ,
    dt       ,
    dd       ,
    ul       ,
    ol       ,
    li       ,
    p        ,
    input    ,
    select   ,
    textarea {
        font-size:14px;
        letter-spacing:0.05em;
    }    
    p{line-height: 1.3;}
    
}


@media only screen and (min-width:641px){
    .sp { display:none !important;}
}

@media only screen and (max-width:640px){
    
    .pc { display:none !important;}

}

/* main */

main h2{font-size: 1.7rem;}
main h3{font-size: 1.4rem;}
main{padding: 20px 0;}


