@charset "utf-8";

html {height:100%; background: #330c05;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}

* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-style: normal;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 108%;
}


/*--------------------
	List
--------------------*/

ul {
	list-style-type: none;
}




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

a {
    text-decoration:none;
    border:none;
		outline:none;
}

a:hover{
    opacity:0.7;
}

.no_hover a:hover{
	opacity:1 !important;
}

/*--------------------
	Others
--------------------*/

img {
	border: none;
  -ms-interpolation-mode: bicubic;
	outline:none;
}

.noboder{
    border:none;
    outline:none;
}

.disnone,.dis_none{
    display:none !important;
}

.clear{
    clear:both;
}

.free_block{
	position:absolute;
	display:block;
}

.flex{
	display:flex;
	display: inline-flex;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

#tgs_widgetbanner_container{
	width: 100%;
	display: block;
	margin-bottom: 1.5em;
}

.minc{
	  font-family: 'Roboto Slab', Garamond, 'Times New Roman', 游明朝, 'Yu Mincho', 游明朝体, YuMincho, 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', HiraMinProN-W3, HGS明朝E, 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}


@media screen and (max-width:768px){


}
