@charset "UTF-8";
/************************************************
ブラウザのデフォルトスタイルをリセット
************************************************ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:14px;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
div, li, p, span, section, dt, dd, table, td, th, h1, h2, h3, h4, h5, h6 {
	font-size:16px;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section, main {
	display:block;
}

nav ul, li {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#333;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#333;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #333;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input[type="text"], select ,textarea {
	vertical-align:middle;
	border-radius: 0;
	box-shadow: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
textarea{
	overflow-x: hidden;
	font-weight: normal;
	color: #555;	
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	width: 100%;
	overflow-x: hidden;
}

body {
	position: static;
	overflow-x: hidden;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #fff;
	font-weight: normal;
	background: #000;
}

body.open {
	position: fixed;
	width: 100%;
}

a { 
	color: #fff;
	text-decoration: none;
	transition-duration: 0.3s;
}

a:hover { 
	opacity: 0.7;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

