/*--------------------------------------
	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: top;
  background: none;
}

body {
  line-height: 1;
}

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

ul {
  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:#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;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}
body {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  color: #000;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 1.88;
  word-break: none;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  transition: 1s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}
body.is-active {
  opacity: 1;
}

picture {
  display: block;
}

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


 link


----------------------------------------*/
a {
  position: relative;
  color: #000;
  text-decoration: none;
  border: none;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
a.hv:hover {
  opacity: 0.7;
}
a.underline {
  border-bottom: 1px solid #000;
}
a.underline::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #000;
  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 {
  width: 100%;
  height: auto;
}

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


header


----------------------------------------*/
header {
  position: sticky;
  top: 0;
  transform: translateY(0);
  width: 100%;
  height: 6rem;
  z-index: 100;
  background: #fff;
}
@media screen and (max-width: 767px) {
  header {
    height: 11.2vw;
  }
}
header .inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
}
header .logo {
  position: relative;
  width: 12rem;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 26.6666666667vw;
  }
}
header .logo a {
  height: 100%;
  display: flex;
  align-items: center;
}

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


footer


----------------------------------------*/
footer {
  position: relative;
  margin: 0 auto;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 4vw 0;
  }
}
footer .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  text-align: right;
  border-top: 1px solid #707070;
}
footer .inner p {
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  footer .inner p {
    text-align: center;
    font-size: 3.2vw;
    padding-top: 4vw;
  }
}/*# sourceMappingURL=common.css.map */