html {
  font-size: 62.5%;
  line-height: 2;
  background: #000 !important;
}
body {
  margin: 0;
  background: #000 !important;
  overflow-x: hidden;
}
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a {
  color: initial;
  text-decoration: none;
  cursor: pointer;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
}
li {
  list-style: none;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
:root {
  --en-font: Avenir Next, Avenir, "Lato", Arial, Ebrima, Modern, sans-serif;
  --red: #e60012;
  --z-base: 0;
  --z-side: 100;
  --z-menu: 101;
  --z-header: 102;
  --z-header-nav: 103;
  --z-mask: 104;
  --z-opening: 105;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*==================================
FONTS
==================================*/

.ft_noto-sans{
font-family: noto-sans, sans-serif;
font-weight: 400;
font-style: normal;
}

.ft_archivo{
font-family: archivo, sans-serif;
font-weight: 500;
font-style: normal;
}

.ft_archivo-exp{
font-family: archivo-expanded, sans-serif;
font-weight: 300;/* light:300 / ExtraBold:800 */
font-style: normal;
}

.uppercase{
  text-transform: uppercase;
}


a {
  display: inline-block;
  color: currentColor;
}
button {
  color: currentColor;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}


/* grid */
.grid_container{
  padding: 0 20px;
}
.grid_set{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 0 -16px;
}
.grid{
  position: relative;
  padding: 0 16px;
}
.grid.q01{
  width: 25%;
}
.grid.q02{
  width: 50%;
}
.grid.q03{
  width: 75%;
}
.grid.q04{
  width: 100%;
}

.grid.t01{
  width: 33.33%;
}
.grid.t02{
  width: 66.66%;
}
.grid.t03{
  width: 66.66%;
}
@media screen and (max-width: 879px) {
  .grid_container{

  }
  .grid_set{
    flex-direction: column;
  }
  .grid.t01,
  .grid.t02,
  .grid.t03{
    width: 100%;
  }
}



/* hidden */
@media screen and (max-width: 879px) {
.sp_hdn{display: none !important;}
}
@media screen and (min-width: 880px) {
.pc_hdn{display: none !important;}
}


/* inview effect */
.visible,
.visibles {
	opacity: 0;
	transition: transform 1s ,opacity 1s;
	transform: translate3d(0,50px,0);
}
.effect {
	opacity: 1;
	transform: none;
}