/*--------------------------------------
	copyright : Lampros co.,Ltd.
	-----------------------------------*/
/*
 reset
==============================*/
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: 100%;
  vertical-align:baseline;
  background: none;
}

body {
  line-height: 1;
	background: #000 !important;
}

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

ul,li {
  list-style: none;
  padding: 0;
  margin: 0;
}
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:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }*/
del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  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,
select {
  vertical-align: middle;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

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

html {
  font-size: 62.5%;
  line-height: 2.1;
  padding: 0;
  margin: 0;
}


body {
  font-size: 2.4rem;
   font-family: "Noto Sans JP", sans-serif;
  color: #222;
  background: #000 !important;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 1.7;
  word-break: none;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  touch-callout: none;
  -moz-touch-callout: none;
  -webkit-touch-callout: none;
  -ms-touch-callout: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.1025641026vw;
    letter-spacing: 0.03em;
  }
}

picture {
  display: block;
}
article {
	 background: #000 !important;
}

/*----------------------------------------


 link


----------------------------------------*/
a {
  position: relative;
  color: #222;
  text-decoration: none;
  border: none;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a.hv:hover {
  opacity: 0.7;
}
a.underline {
  border-bottom: 1px solid #222;
}
a.underline::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #B9C6E3;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
a.underline:hover::before {
  width: 100%;
}

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

iframe {
  overflow: no;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}/*# sourceMappingURL=common.css.map */