@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Noto Sans JP', sans;
  font-weight: 300;
  vertical-align: baseline;
  color: #000;
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
	font-size: 62.5%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

body {
  font-style: normal;
  position: relative;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  cursor: pointer;
}

.pointer-none {
  pointer-events: none;
}

.tc{
	text-align: center;
}

.br767{
	display: none;
}
.flex_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
img {
  max-width: 100%;
  height: auto;
}

.mv_base {
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 2s;
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 30px);
}

.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.btn{
	background-color: #6eb42a;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	display: block;
}
@media (max-width: 767px) {
	.br767{
		display: block;
	}

}
body{
  width: 100vw;
  height: 100vh;
}
figure{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
figure img{
  width: 100px;
  height: auto;
}

