@charset "UTF-8";

html {
    overflow-y: scroll;
    visibility: hidden;
}

html.wf-active {
    visibility: visible;
}

body, html{
    -webkit-text-size-adjust: 100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
body{
    background-color:#fff;
	font-family:toppan-bunkyu-mincho-pr6n, "Yu Gothic" , YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size:90%;
	line-height:1.6;
	color:#3d3d3d;
	overflow: hidden;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    position:relative;
	font-style: normal;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th{
	text-align: left;
}
q:before,q:after{
	content: '';
}
object,embed{
	vertical-align: top;
}
legend{
	display: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
img,abbr,acronym,fieldset{
	border: 0;
}

img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
    vertical-align: bottom;
-webkit-backface-visibility: hidden;
}


li{
	list-style-type: none;
}
a{
	text-decoration:none;
}
/*-----------------------------------------------
__Layout
-----------------------------------------------*/


input, textarea, button, select {
    font-family: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: none;
    border-radius: none;
    font-size: inherit;
    color: inherit;

}

.obj_img{
    width: 100%;
    height: 100%;
	object-fit: cover !important;
}


a{
	color: #3d3d3d;
}
