@charset "utf-8";

/* レスポンシブによる文字サイズ可変 */
@media only screen and (max-width:640px) and (min-width:601px){html{font-size:62.5%;}}
@media only screen and (max-width:630px) and (min-width:621px){html{font-size:62.0%;}}
@media only screen and (max-width:620px) and (min-width:611px){html{font-size:61.5%;}}
@media only screen and (max-width:610px) and (min-width:601px){html{font-size:61.0%;}}
@media only screen and (max-width:600px) and (min-width:591px){html{font-size:60%;}}
@media only screen and (max-width:590px) and (min-width:581px){html{font-size:59%;}}
@media only screen and (max-width:580px) and (min-width:571px){html{font-size:58%;}}
@media only screen and (max-width:570px) and (min-width:561px){html{font-size:57%;}}
@media only screen and (max-width:560px) and (min-width:551px){html{font-size:56%;}}
@media only screen and (max-width:550px) and (min-width:541px){html{font-size:55%;}}
@media only screen and (max-width:540px) and (min-width:531px){html{font-size:56%;}}
@media only screen and (max-width:530px) and (min-width:521px){html{font-size:55%;}}
@media only screen and (max-width:520px) and (min-width:511px){html{font-size:54%;}}
@media only screen and (max-width:510px) and (min-width:501px){html{font-size:53%;}}
@media only screen and (max-width:500px) and (min-width:491px){html{font-size:52%;}}
@media only screen and (max-width:490px) and (min-width:481px){html{font-size:51%;}}
@media only screen and (max-width:480px) and (min-width:471px){html{font-size:50%;}}
@media only screen and (max-width:470px) and (min-width:461px){html{font-size:49%;}}
@media only screen and (max-width:460px) and (min-width:451px){html{font-size:48%;}}
@media only screen and (max-width:450px) and (min-width:441px){html{font-size:47%;}}
@media only screen and (max-width:440px) and (min-width:431px){html{font-size:46%;}}
@media only screen and (max-width:430px) and (min-width:421px){html{font-size:45%;}}
@media only screen and (max-width:420px) and (min-width:411px){html{font-size:44%;}}
@media only screen and (max-width:410px) and (min-width:401px){html{font-size:43%;}}
@media only screen and (max-width:400px) and (min-width:391px){html{font-size:42%;}}
@media only screen and (max-width:390px) and (min-width:381px){html{font-size:41%;}}
@media only screen and (max-width:380px) and (min-width:371px){html{font-size:40%;}}
@media only screen and (max-width:370px) and (min-width:361px){html{font-size:39%;}}
@media only screen and (max-width:360px) and (min-width:351px){html{font-size:38%;}}
@media only screen and (max-width:350px) and (min-width:341px){html{font-size:37%;}}
@media only screen and (max-width:340px) and (min-width:331px){html{font-size:36%;}}
@media only screen and (max-width:330px) and (min-width:321px){html{font-size:35%;}}
@media only screen and (max-width:320px){html{font-size:34%;}}

/*
Copyright [2014] [Junnichi Mayama]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
*/

/* Notofont */
@font-face{
	font-family:'NotoSansJP';
	src:url('../font/NotoSansJP-Black.eot');
	src:url('../font/NotoSansJP-Black.eot?iefix') format('eot'),
		url('../font/NotoSansJP-Black.woff') format('woff');
	font-weight:900;
}
@font-face{
	font-family:'NotoSansJP';
	src:url('../font/NotoSansJP-Bold.eot');
	src:url('../font/NotoSansJP-Bold.eot?iefix') format('eot'),
		url('../font/NotoSansJP-Bold.woff') format('woff');
	font-weight:700;
}
@font-face{
	font-family:'NotoSansJP';
	src:url('../font/NotoSansJP-Medium.eot');
	src:url('../font/NotoSansJP-Medium.eot?iefix') format('eot'),
		url('../font/NotoSansJP-Medium.woff') format('woff');
	font-weight:500;
}
@font-face{
	font-family:'NotoSansJP';
	src:url('../font/NotoSansJP-Regular.eot');
	src:url('../font/NotoSansJP-Regular.eot?iefix') format('eot'),
		url('../font/NotoSansJP-Regular.woff') format('woff');
	font-weight:400;
}
@font-face{
	font-family:'NotoSansJP';
	src:url('../font/NotoSansJP-DemiLight.eot');
	src:url('../font/NotoSansJP-DemiLight.eot?iefix') format('eot'),
		url('../font/NotoSansJP-DemiLight.woff') format('woff');
	font-weight:300;
}
@font-face{
	font-family:'NotoSansJP';
	src:url('../font/NotoSansJP-Light.eot');
	src:url('../font/NotoSansJP-Light.eot?iefix') format('eot'),
		url('../font/NotoSansJP-Light.woff') format('woff');
	font-weight:200;
}
@font-face{
	font-family:'NotoSansJP';
	src:url('../font/NotoSansJP-Thin-Windows.eot');
	src:url('../font/NotoSansJP-Thin-Windows.eot?iefix') format('eot'),
		url('../font/NotoSansJP-Thin-Windows.woff') format('woff');
	font-weight:100;
}

/* Lato */
@font-face{
	font-family:'Lato';
	src:url('../font/Lato-Black.eot');
	src:url('../font/Lato-Black.eot?iefix') format('eot'),
		url('../font/Lato-Black.woff') format('woff');
	font-weight:900;
}
@font-face{
	font-family:'Lato';
	src:url('../font/Lato-BlackItalic.eot');
	src:url('../font/Lato-BlackItalic.eot?iefix') format('eot'),
		url('../font/Lato-BlackItalic.woff') format('woff');
	font-weight:900;
	font-style:italic;
}
@font-face{
	font-family:'Lato';
	src:url('../font/Lato-Bold.eot');
	src:url('../font/Lato-Bold.eot?iefix') format('eot'),
		url('../font/Lato-Bold.woff') format('woff');
	font-weight:700;
}
@font-face{
	font-family:'Lato';
	src:url('../font/Lato-BoldItalic.eot');
	src:url('../font/Lato-BoldItalic.eot?iefix') format('eot'),
		url('../font/Lato-BoldItalic.woff') format('woff');
	font-weight:700;
	font-style:italic;
}
@font-face{
	font-family:'Lato';
	src:url('../font/Lato-Regular.eot');
	src:url('../font/Lato-Regular.eot?iefix') format('eot'),
		url('../font/Lato-Regular.woff') format('woff');
	font-weight:400;
}
@font-face{
	font-family:'Lato';
	src:url('../font/Lato-Italic.eot');
	src:url('../font/Lato-Italic.eot?iefix') format('eot'),
		url('../font/Lato-Italic.woff') format('woff');
	font-weight:400;
	font-style:italic;
}
@font-face{
	font-family:'Lato';
	src:url('../font/Lato-Light.eot');
	src:url('../font/Lato-Light.eot?iefix') format('eot'),
		url('../font/Lato-Light.woff') format('woff');
	font-weight:300;
}
@font-face{
	font-family:'Lato';
	src:url('../font/Lato-LightItalic.eot');
	src:url('../font/Lato-LightItalic.eot?iefix') format('eot'),
		url('../font/Lato-LightItalic.woff') format('woff');
	font-weight:300;
	font-style:italic;
}
@font-face{
	font-family:'Lato';
	src:url('../font/Lato-Hairline.eot');
	src:url('../font/Lato-Hairline.eot?iefix') format('eot'),
		url('../font/Lato-Hairline.woff') format('woff');
	font-weight:100;
}
@font-face{
	font-family:'Lato';
	src:url('../font/Lato-HairlineItalic.eot');
	src:url('../font/Lato-HairlineItalic.eot?iefix') format('eot'),
		url('../font/Lato-HairlineItalic.woff') format('woff');
	font-weight:100;
	font-style:italic;
}

/* SignikaNegative */
@font-face{
	font-family:'SignikaNegative';
	src:url('../font/SignikaNegative-Bold.eot');
	src:url('../font/SignikaNegative-Bold.eot?iefix') format('eot'),
		url('../font/SignikaNegative-Bold.woff') format('woff');
	font-weight:700;
}
@font-face{
	font-family:'SignikaNegative';
	src:url('../font/SignikaNegative-Semibold.eot');
	src:url('../font/SignikaNegative-Semibold.eot?iefix') format('eot'),
		url('../font/SignikaNegative-Semibold.woff') format('woff');
	font-weight:600;
}
@font-face{
	font-family:'SignikaNegative';
	src:url('../font/SignikaNegative-Regular.eot');
	src:url('../font/SignikaNegative-Regular.eot?iefix') format('eot'),
		url('../font/SignikaNegative-Regular.woff') format('woff');
	font-weight:400;
}
@font-face{
	font-family:'SignikaNegative';
	src:url('../font/SignikaNegative-Light.eot');
	src:url('../font/SignikaNegative-Light.eot?iefix') format('eot'),
		url('../font/SignikaNegative-Light.woff') format('woff');
	font-weight:300;
}

/* 全体 PC */
@media print, screen and (min-width:641px) {
	html{
		font-family:'Lato', 'NotoSansJP', 'Hiragino Kaku Gothic ProN', Verdana, Meiryo, sans-serif;
	}
	[data-font-signica]{
		font-family:'SignikaNegative', 'NotoSansJP', 'Hiragino Kaku Gothic ProN', Verdana, Meiryo, sans-serif;
	}
}

/* 全体 smart */
@media print, screen and (max-width:640px) {
	html {
		font-family:'Hiragino Kaku Gothic ProN', Verdana, Meiryo, sans-serif;
	}
}