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

/*　ノトサンズ
-------------------------- */


@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(../font/Notosans/NotoSansJP-Light.woff2) format("woff2"),
       url(../font/Notosans/NotoSansJP-Light.woff) format("woff"),
       url(../font/Notosans/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
   font-family: "Noto Sans Japanese";
   font-style: normal;
   font-weight: 300;
   src: url(../font/Notosans/NotoSansJP-DemiLight.woff2) format("woff2"),
        url(../font/Notosans/NotoSansJP-DemiLight.woff) format("woff"),
        url(../font/Notosans/NotoSansJP-DemiLight.otf) format("opentype");
}

@font-face {
   font-family: "Noto Sans Japanese";
   font-style: normal;
   font-weight: 400;
   src: url(../font/Notosans/NotoSansJP-Regular.woff2) format("woff2"),
        url(../font/Notosans/NotoSansJP-Regular.woff) format("woff"),
        url(../font/Notosans/NotoSansJP-Regular.otf) format("opentype");
 }
 
@font-face {
   font-family: "Noto Sans Japanese";
   font-style: normal;
   font-weight: 500;
   src: url(../font/Notosans/NotoSansJP-Medium.woff2) format("woff2"),
        url(../font/Notosans/NotoSansJP-Medium.woff) format("woff"),
        url(../font/Notosans/NotoSansJP-Medium.otf) format("opentype");
 }
 
@font-face {
   font-family: "Noto Sans Japanese";
   font-style: normal;
   font-weight: 700;
   src: url(../font/Notosans/NotoSansJP-Bold.woff2) format("woff2"),
        url(../font/Notosans/NotoSansJP-Bold.woff) format("woff"),
        url(../font/Notosans/NotoSansJP-Bold.otf) format("opentype");
 }
 
@font-face {
   font-family: "Noto Sans Japanese";
   font-style: normal;
   font-weight: 900;
   src: url(../font/Notosans/NotoSansJP-Black.woff2) format("woff2"),
        url(../font/Notosans/NotoSansJP-Black.woff) format("woff"),
        url(../font/Notosans/NotoSansJP-Black.otf) format("opentype");
 }

@font-face {
   font-family: "Pacifico";
   font-style: normal;
   font-weight: 600;
   src: url(../font/Pacifico/Pacifico-Regular.eot); 
   src: local('Pacifico Regular'), local('Pacifico-Regular'),
        url(../font/Pacifico/Pacifico-Regular.eot?#iefix) format("embedded-opentype"),
        url(../font/Pacifico/Pacifico-Regular.woff2) format("woff2"),
        url(../font/Pacifico/Pacifico-Regular.woff) format("woff"),
        url(../font/Pacifico/Pacifico-Regular.ttf) format("truetype");
}



@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 600;
  src: url('../font/Pacifico/pacifico-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Pacifico Regular'), local('Pacifico-Regular'),
       url('../font/Pacifico/pacifico-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/Pacifico/pacifico-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/Pacifico/pacifico-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/Pacifico/pacifico-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/Pacifico/pacifico-v15-latin-regular.svg#Pacifico') format('svg'); /* Legacy iOS */
}


@font-face {
   font-family: "Poppins";
   font-style: normal;
   font-weight: 700;
   src: url(../font/Poppins/Poppins-Bold.ttf) format("ttf");
 }

@font-face {
   font-family: "Karla";
   font-style: normal;
   font-weight: 500;
   src: url(../font/Karla/Karla-Bold.ttf) format("ttf");
 }
