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

@import url("common/reset.css");

/*PC*/
@import url("pc/common.css") screen and (min-width:768px);
@import url("pc/main.css") screen and (min-width:768px);
@import url("pc/mail-form.css") screen and (min-width:768px);


/*SP*/
@import url("sp/common.css") screen and (max-width:767px);
@import url("sp/main.css") screen and (max-width:767px);
@import url("sp/mail-form.css") screen and (max-width:767px);

@import url("common/drawer.css");


/*FUTURA*/
/*font-family: futura-pt, sans-serif;*/
 @import url("https://use.typekit.net/gon2bmj.css");

/*Noto Sans JP
font-family: 'Noto Sans JP', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&display=swap');

/*Noto Serif JP
font-family: 'Noto Serif JP', serif;*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700&display=swap');

/*WP用*/
body{
 position: relative;
}

#get-template-name{
 position: fixed;
 bottom: 20px;
 left: 20px;
 background-color: #000000;
 color: #FFFFFF;
 line-height: 20px;
 z-index: 9999;
}
