@charset "utf-8";

*,
*::before,
*::after {
	box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html, body {
	-ms-overflow-style: none;
	/*scrollbar-width: none;*/
    overflow-x: hidden;
}

/*
body::-webkit-scrollbar {
	display: none;
}
*/

body {
    color: #000;
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
    line-break: strict;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main {
	position: relative;
	z-index: 0;
}

a {
	text-decoration: none;
	color: inherit;
}
a[href] {
    cursor: pointer;
}
a[x-apple-data-detectors],
button[x-apple-data-detectors] {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}

a:link,
a:visited,
button:link,
button:visited {
  color: inherit;
  text-decoration: none;
}

button {
	color: inherit;
    background-color: transparent;
    border: none;
	cursor: pointer;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

input::-moz-focus-inner {
	border: 0;
}

ul,ol,dd {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	font-weight: inherit;
}
