/* reset
-------------------------------------- */

html{
	font-size: 16px;
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}

body, div, applet, object, iframe,figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}

span{
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
img{
	vertical-align: bottom;
	height: auto;
	max-width: 100%;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.5;
	font-size: 16px;
	/* font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
	font-family: "Noto Sans JP", sans-serif;
	background-color: #fff;
	position: relative;
}
/* @media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
} */

/* リセットCSS */
html, body, div, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1.8;
	font-size: 16px;
	vertical-align: baseline;
	/* font-family: "Noto Sans JP", sans-serif; */
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


p, li, dt, dd, table {
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
	list-style: none;
}

*{
	box-sizing: border-box;
}

#main{
		/* IE用 */
	display: block;
}

/* link
-------------------------------------- */

a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background-color: transparent;
	color: #000;
}
a:hover, a:active {
	outline: none;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

a:hover img, a:active img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* align
-------------------------------------- */
.ta-l {
	text-align: left!important;
}
.ta-r {
	text-align: right!important;
}
.ta-c {
	text-align: center!important;
}

/* wp alginment
-------------------------------------- */

.alignleft {
	/* display: inline; */
	float: left;
}

.alignright {
	/* display: inline; */
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/* clearfix
------------------------------------------------------------*/

.cf::after
{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.cf
{
	display:inline-block;
}
/* exlude MacIE5 \*/
* html .cf
{
	height:1%;
}
.cf
{
	display:block;
}
/* end MacIE5 */

.cf + *
{
	clear: both;
}

/* 表示非表示切り替え／
---------------------------------*/
/* PC表示 */
.sp{
	display: none !important;
}
.pc{
	display: inline-block !important;
}
.sp_f{
	display: none !important;
}
.pc_f{
	display: flex !important;
}
.sp_t{
	display: none !important;
}
.pc_t{
	display: table !important;
}
.sp1400{
	display: none !important;
}
.pc1400{
	display: inline-block !important;
}
.pc_p{
	display: none !important;
}
.pc_s{
	display: none !important;
}
/* スマホ表示 */
@media all and (max-width: 1400px) {
.sp1400{
	display: inline-block !important;
}
.pc1400{
	display: none !important;
}
}
.pc_600{
	display: flex !important;
}
.sp_600{
	display: none !important;
}
@media all and (max-width: 768px) {
.sp{
	display: inline-block !important;
}
.pc{
	display: none !important;
}
.sp_f{
	display: flex !important;
}
.pc_f{
	display: none !important;
}
.sp_t{
	display: table !important;
}
.pc_t{
	display: none !important;
}
.pc_p{
	display: inline-block !important;
}
.pc_600{
	display: flex !important;
}
}
@media all and (max-width: 500px) {
.pc_p{
	display: none !important;
}
.pc_s{
	display: inline-block !important;
}
}
@media all and (max-width: 600px) {
.pc_600{
	display: none !important;
}
.sp_600{
	display: flex !important;
}
}
/* 描き始め */
html {
  font-size: 62.5%; /* -> 10px; */
}

/* font-family 設置用 */
@font-face {
    font-family: 'antro';
    src: url('font/antro.ttf') format('truetype'), url('font/antro.woff') format('woff');

}
@font-face {
    font-family: 'antro_b';
    src: url('font/antro_b.ttf') format('truetype'), url('font/antro_b.woff') format('woff');

}
@font-face {
    font-family: 'din';
    src: url('font/DIN.ttf') format('truetype'), url('font/DIN.woff') format('woff');

}
.antro{
	font-family: "antro";
}
.antro_b{
	font-family: "antro_b";
}
.din{
	font-family: "din";
}

/* font-size */
.fs0 {
	font-size: 0px !important;
}
.fs5{
	font-size: 5px !important;
}
.fs8{
	font-size: 8px !important;
}
.fs10{
	font-size: 10px !important;
}
.fs12{
	font-size: 12px !important;
}
.fs14{
	font-size: 14px !important;
}
.fs15{
	font-size: 15px !important;
}
.fs16{
	font-size: 16px !important;
}
.fs18{
	font-size: 18px !important;
}
.fs20{
	font-size: 20px !important;
}
.fs22 {
	font-size: 22px !important;
}
.fs25{
	font-size: 25px !important;
}
.fs26{
	font-size: 26px !important;
}
.fs28{
	font-size: 28px !important;
}
.fs30{
	font-size: 30px !important;
}
.fs38{
	font-size: 38px !important;
}

/* margin */
.mb0 {
	margin-bottom: 0px !important;
}
.mb5{
	margin-bottom: 5px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb50{
	margin-bottom: 50px !important;
}
.mb80{
	margin-bottom: 80px !important;
}
.mb100{
	margin-bottom: 100px !important;
}
.top15 {
	margin-top: 15px !important;
}
/* カラー */
.gold{
	color: #c3b975;
}
.braek{
	color: #231815;
}
.white{
	color: #fff;
}
.red {
	color: #f76868;
}
.canter{
	text-align: center;
}
.weight{
	font-weight: 600;
}
.indent{
	text-indent: -1em;
	padding-left: 1em;
}

@media all and (max-width: 600px) {
	.fs16 {
		font-size: 14px !important;
	}
	.fs18 {
		font-size: 16px !important;
	}
	.fs20 {
		font-size: 16px !important;
	}
	.fs22 {
		font-size: 18px !important;
	}
	.fs26 {
		font-size: 22px !important;
	}
	.fs30 {
		font-size: 24px !important;
	}
	.mb40 {
		margin-bottom: 30px !important;
	}
}


