@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
* {
	box-sizing: border-box;
}
html {
	font-size: 14px;
}
body {
	min-width: 100%;
	line-height: 1.9;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #2C2C2C;
}
*, *:before, *:after {
	box-sizing: border-box;
}
ol,ul {
	list-style: none;
}
.d-small_font {
	font-size: 85%;
}
a {
	text-decoration: none;
	transition: opacity .2s ease;
}
img, video {
	height: auto;
	vertical-align: middle;
}
iframe {
	max-width: 100%;
}
fieldset, img {
	border: 0;
}
.-dress_SAKAKI .c-img {
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
}
.a-footer {
	font-size: 15px;
}
table {
	max-width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
