/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight:normal;
	vertical-align:baseline;
	line-height:180%;
	font-weight: 300;
}

@media all and (-ms-high-contrast:none) {
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, address  {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* originalAdd */

/* text */
h1,h2,h3,h4,h5,h6,p,li,sup,sub,dt,dd,th,td,address {
	color:#fff;
}

/* strong */
strong {
	font-weight:bold;
}

/* img */
img {
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
}

/* a */
a {
	color:#533c2a;
	overflow:hidden;
}
a:visited {
	color:#533c2a;
}
a:active,
a:hover {
	color:#533c2a;
	text-decoration:underline;
}

a:hover img {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

/* clearfix */
.cf:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf,
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .cf,
* html .clearfix {
	height: 1%;
}
.cf,
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* clear */
br.clear {
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* onMouse */
/*
a:active,
a:hover {
	width:300px;
	height:170px;
	background:white !important;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

/* textShadow */
/*
p {
	width:xxx; //width値必須
	text-shadow: 0.1em 0.1em 2px #333;	/* Firefox,Safari,Opera 
	filter: shadow( color=#aaaaaa, Direction=135, Strength=4);	/* IE
}
*/


/* img trimming ただしIE.Edgeはサポート外*/
/*
img {
	width: 100px;
	height: 100px;;
	object-fit: cover;
	object-position: 100% 100%;
 }
*/
 /*
object-fit プロパティ
fill（初期値）
ボックス内を満たすように縦横比を変えながらリサイズされます。

cover
縦横比を保持してボックスを完全に覆うようリサイズされます。縦横のうち小さい方を基準にして自動的にリサイズし、ボックスからはみ出した部分はトリミングされます。

contain
縦横比を保持し、ボックスに収まるようにリサイズされます。幅と高さのうち大きい方のサイズに合わせて比率を保持してボックスにフィットさせます。

none
リサイズせず、そのまま表示します。

scale-down
none と contain のうち、小さい方のサイズに合わせて表示します。 */


/* common add */
@media screen and (max-width:768px) {
	.spHide {
		display: none !important;
	}
}
@media screen and (min-width:769px) {
	.pcHide {
		display: none !important;
	}
}
