/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Work+Sans");
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@-webkit-keyframes top-scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  45% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  55% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes top-scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  45% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  55% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

body, select, input, textarea, p, div, span {
  color: #1c212a;
  font-family: "Work Sans", "Sawarabi Gothic", YuGothicM, YuGothic, Meiryo, -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}

a:active, a:focus {
  outline: none;
}

/* Noto sans */
@font-face {
  font-family: 'Noto Sans Regular';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/notosans/NotoSansCJKjp-Regular.eot");
  src: url("/assets/fonts/notosans/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/notosans/NotoSansCJKjp-Regular.woff") format("woff"), url("/assets/fonts/notosans/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Medium';
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/notosans/NotoSansCJKjp-Medium.eot");
  src: url("/assets/fonts/notosans/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/notosans/NotoSansCJKjp-Medium.woff") format("woff"), url("/assets/fonts/notosans/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/notosans/NotoSansCJKjp-Bold.eot");
  src: url("/assets/fonts/notosans/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/notosans/NotoSansCJKjp-Bold.woff") format("woff"), url("/assets/fonts/notosans/NotoSansCJKjp-Bold.ttf") format("truetype");
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 0;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------
* body
* --------------------------------------------------*/
body,
p, h1, h2, h3, h4, h5, h6,
div, span {
  letter-spacing: 0.06rem;
}

li {
  list-style: none;
}

html {
  background: #000;
}

@media all and (max-width: 758px) {
  body {
    background: #000;
    will-change: opacity;
    -webkit-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    /* easeOutQuint */
  }
  body.show {
    opacity: 1;
  }
  main {
    width: 100%;
  }
  #pointer {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 1;
    will-change: transform;
    pointer-events: none;
  }
  #pointer canvas {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
  }
}

/*--------------------------------------------------
* PC
* --------------------------------------------------*/
@media all and (min-width: 759px) {
  body {
    background: #000;
    will-change: opacity;
    -webkit-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
    /* easeOutQuint */
  }
  body.show {
    opacity: 1;
  }
  main {
    margin-bottom: 120px;
    width: 100%;
  }
  #pointer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    will-change: transform;
    pointer-events: none;
  }
  #pointer canvas {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
  }
}

/*--------------------------------------------------
* Header
* --------------------------------------------------*/
@media all and (max-width: 758px) {
  .l-header {
    position: fixed;
    width: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-header.show {
    background: rgba(0, 0, 0, 0.9);
  }
  .l-header h1 {
    position: relative;
    width: 30.1333333333%;
    margin: 5.7333333333% 0 4.5333333333% 5.3333333333%;
    z-index: 3;
  }
  .l-header h1 a {
    display: block;
  }
  .l-header h1 a img {
    width: 100%;
  }
  .l-header .lang-button {
    top: 0;
    margin-top: 6%;
    right: 17.3333333333%;
    position: absolute;
    color: #FFF;
    width: 8.5333333333%;
    padding-top: 8.5333333333%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .l-header .lang-button {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .l-header .lang-button {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .l-header .lang-button {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  .l-header .lang-button a {
    padding: 1.3333333333%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    top: 0;
    display: block;
    left: 0;
    position: absolute;
    padding-top: 36%;
    padding-bottom: 36%;
  }
  .l-header #navi-button {
    position: absolute;
    display: block;
    width: 10.6666666667%;
    padding-top: 10.6666666667%;
    margin-top: 5.0666666667%;
    top: 0;
    z-index: 2;
    right: 4%;
  }
  .l-header #navi-button .line {
    position: absolute;
    background: #FFF;
    height: 1px;
    width: 47.5%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .l-header #navi-button .line2 {
    width: 72.5%;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  .l-header #navi-button .line1 {
    top: -30%;
  }
  .l-header #navi-button .line3 {
    top: 30%;
  }
  .l-header.navi-shown #navi-button .line2 {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .l-header.navi-shown #navi-button .line1 {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header.navi-shown #navi-button .line3 {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header.navi-shown .l-header__navi {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .l-header__navi {
    position: fixed;
    height: 100vh;
    top: 0;
    width: 100%;
    background: black;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
    overflow: auto;
  }
  .l-header__navi ul.navi {
    margin-top: 22.6666666667%;
  }
  .l-header__navi ul.navi a {
    line-height: 0.8;
    display: block;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    color: #FFF;
    padding: 4% 13.3333333333%;
    position: relative;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .l-header__navi ul.navi a {
    font-size: 26.6666666667px;
    font-size: 6.4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .l-header__navi ul.navi a {
    font-size: 30px;
    font-size: 6.4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .l-header__navi ul.navi a {
    font-size: 40px;
    font-size: 6.4vw;
  }
}

@media all and (max-width: 758px) {
  .l-header__navi ul.navi a span {
    margin-top: 3.7037037037%;
    color: #FFF;
    display: block;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .l-header__navi ul.navi a span {
    font-size: 8.8888888889px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .l-header__navi ul.navi a span {
    font-size: 10px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .l-header__navi ul.navi a span {
    font-size: 13.3333333333px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) {
  .l-header__navi li {
    display: block;
  }
  .l-header__navi #header-navi-about a,
  .l-header__navi #header-navi-news a {
    padding: 4% 13.3333333333%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .l-header__navi #header-navi-about a,
  .l-header__navi #header-navi-news a {
    font-size: 17.7777777778px;
    font-size: 4.2666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .l-header__navi #header-navi-about a,
  .l-header__navi #header-navi-news a {
    font-size: 20px;
    font-size: 4.2666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .l-header__navi #header-navi-about a,
  .l-header__navi #header-navi-news a {
    font-size: 26.6666666667px;
    font-size: 4.2666666667vw;
  }
}

@media all and (max-width: 758px) {
  .l-header__navi .follow {
    width: 73.3333333333%;
    margin: 8.6666666667% auto 0;
    white-space: nowrap;
  }
  .l-header__navi .follow h3 {
    margin: 0 5.4545454545% 0 0;
    display: inline-block;
  }
  .l-header__navi .follow a {
    padding: 0;
    margin: 0 5.4545454545%;
  }
  .l-header__navi .links {
    width: 73.3333333333%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 13.3333333333%;
    text-align: left;
  }
  .l-header__navi .links a {
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    letter-spacing: 0.06rem;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .l-header__navi .links a {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .l-header__navi .links a {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .l-header__navi .links a {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  .l-header__navi .links .links__timecapsule {
    margin-left: 0;
  }
  .l-header__navi .links .links__timecapsule::after {
    right: auto;
  }
}

@media all and (min-width: 759px) {
  .l-header {
    position: fixed;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-header h1 {
    width: 153px;
    margin: 29px 0 20px 39px;
  }
  .l-header h1 a {
    display: block;
  }
  .l-header h1 a img {
    width: 100%;
  }
  .l-header .lang-button {
    top: 52px;
    right: 36px;
    position: absolute;
    color: #FFF;
    font-size: 12px;
    width: 50px;
  }
  .l-header .lang-button a {
    padding: 10px;
    top: 50%;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-header .lang-button a:hover {
    color: #CCC;
  }
  .l-header #navi-button {
    display: none;
  }
  .l-header.show {
    background: rgba(0, 0, 0, 0.9);
  }
  .l-header__navi {
    top: 43px;
    right: 120px;
    padding-right: 20px;
    position: absolute;
  }
  .l-header__navi::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #FFF;
  }
  .l-header__navi li {
    display: inline-block;
    margin: 0 20px;
  }
  .l-header__navi a {
    line-height: 0.8;
    font-size: 14px;
    padding: 12px 0;
    color: #FFF;
    position: relative;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-header__navi a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: -webkit-linear-gradient(150deg, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff);
    background: linear-gradient(300deg, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff);
    background-size: 1200% 1200%;
    -webkit-animation: gradient 12s linear infinite;
    animation: gradient 12s linear infinite;
  }
  .l-header__navi a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .l-header__navi .follow {
    display: none;
  }
  .l-header .follow,
  .l-header .links {
    display: none;
  }
}

body.home .l-header__navi li#header-navi-home a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

body.project .l-header__navi li#header-navi-project a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

body.projects .l-header__navi li#header-navi-projects a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

body.works .l-header__navi li#header-navi-works a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

body.research .l-header__navi li#header-navi-research a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

body.lab .l-header__navi li#header-navi-lab a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

body.synesthesia_lab .l-header__navi li#header-navi-synesthesia_lab a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

body.about .l-header__navi li#header-navi-about a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

body.news .l-header__navi li#header-navi-news a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

body.jabody .lang-button .toja {
  display: none;
}

body.enbody .lang-button .toen {
  display: none;
}

/*--------------------------------------------------
* Left SideNavi
* --------------------------------------------------*/
@media all and (max-width: 758px) {
  .l-navi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-navi.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .l-navi ul {
    margin: 0 9.3333333333% 9.3333333333%;
  }
  .l-navi li {
    text-align: center;
    display: block;
  }
  .l-navi li a {
    display: block;
    padding: 4.5333333333% 0;
    color: #FFF;
    position: relative;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    letter-spacing: 0.1rem;
    text-align: left;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .l-navi li a {
    font-size: 14.4444444444px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .l-navi li a {
    font-size: 16.25px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .l-navi li a {
    font-size: 21.6666666667px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) {
  .l-navi li a span {
    color: #FFF;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 2%;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .l-navi li a span {
    font-size: 8.8888888889px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .l-navi li a span {
    font-size: 10px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .l-navi li a span {
    font-size: 13.3333333333px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 758px) {
  .l-navi li a:hover {
    color: #CCC;
  }
  .l-navi li a:hover span {
    color: #CCC;
  }
  /*--------------------------------------------------
  * Right
  * --------------------------------------------------*/
  .l-rightnavi {
    position: fixed;
    right: 5.3333333333%;
    bottom: 0;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 18.6666666667%;
    opacity: 0;
  }
  .l-rightnavi.show {
    opacity: 1;
  }
  .l-rightnavi a {
    display: block;
    position: relative;
    moz-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(90deg) translate(29.2857142857%, 0);
    transform: rotate(90deg) translate(29.2857142857%, 0);
    padding-right: 57.1428571429%;
    padding-bottom: 10%;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
  }
  .l-rightnavi a p {
    color: #FFF;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .l-rightnavi a p {
    font-size: 15.5555555556px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .l-rightnavi a p {
    font-size: 17.5px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .l-rightnavi a p {
    font-size: 23.3333333333px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) {
  .l-rightnavi a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #FFF;
    height: 1px;
    -webkit-animation-name: rightnavi;
            animation-name: rightnavi;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

@media all and (min-width: 759px) {
  .l-navi {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 80px;
    will-change: opacity;
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    -webkit-transition: all 1300ms cubic-bezier(0.23, 1, 0.32, 1) 340ms;
    transition: all 1300ms cubic-bezier(0.23, 1, 0.32, 1) 340ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-navi ul {
    margin: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-navi li {
    text-align: center;
  }
  .l-navi li a {
    display: block;
    padding: 16px 0;
    color: #FFF;
    position: relative;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    letter-spacing: 0.1rem;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-navi li a span {
    color: #FFF;
    position: absolute;
    left: 50%;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
    display: block;
    font-size: 9px;
  }
  .l-navi li a:hover {
    color: #CCC;
  }
  .l-navi li a:hover span {
    color: #CCC;
  }
  .l-navi #navi-aboutus {
    width: 160px;
  }
  .l-navi.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /*--------------------------------------------------
  * Right
  * --------------------------------------------------*/
  .l-rightnavi {
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .l-rightnavi.show {
    opacity: 1;
  }
  .l-rightnavi a {
    display: block;
    position: relative;
    -webkit-transform: rotate(90deg) translate(-28px, 0);
    transform: rotate(90deg) translate(-28px, 0);
    padding-right: 40px;
    padding-bottom: 8px;
  }
  .l-rightnavi a p {
    color: #FFF;
    font-size: 13px;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
  }
  .l-rightnavi a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #FFF;
    height: 1px;
    -webkit-animation-name: rightnavi;
            animation-name: rightnavi;
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

/*--------------------------------------------------
* Footer
* --------------------------------------------------*/
@media all and (max-width: 758px) {
  .l-footer {
    width: 100%;
    padding-bottom: 16%;
    background: #000;
    position: relative;
    z-index: 2;
  }
  .l-footer .l-footer__inner {
    margin: 0 auto;
    padding-top: 16%;
    position: relative;
  }
  .l-footer__logo {
    width: 31.0666666667%;
    margin: 0 auto 10.6666666667%;
    display: block;
  }
  .l-footer__logowrap {
    display: block;
    text-align: center;
    margin-bottom: 14.6666666667%;
  }
  .l-footer__logowrap a,
  .l-footer__logowrap div {
    margin: 0 4.6666666667%;
    display: inline-block;
    vertical-align: middle;
  }
  .l-footer__logowrap a img,
  .l-footer__logowrap div img {
    width: 100%;
  }
  .l-footer__lablogo {
    width: 37.4666666667%;
  }
  .l-footer__resonairlogo {
    width: 30.8%;
    margin-bottom: 5px;
  }
  .l-footer .topto {
    position: relative;
  }
  .l-footer .topto a {
    text-align: center;
    line-height: 0;
    background: #1b1b1b;
    display: block;
    padding: 4.8% 0;
    -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-footer .topto a img {
    -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 6.6666666667%;
  }
  .l-footer .l-footer__wrap {
    text-align: center;
  }
  .l-footer .l-footer__wrap h3 {
    color: #FFF;
    display: block;
    margin-bottom: 5.3333333333%;
    line-height: 0.8;
    vertical-align: middle;
    letter-spacing: 0.08rem;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .l-footer .l-footer__wrap h3 {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .l-footer .l-footer__wrap h3 {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .l-footer .l-footer__wrap h3 {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  .l-footer .l-footer__wrap .copyright {
    margin-top: 16%;
    color: #FFF;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .l-footer .l-footer__wrap .copyright {
    font-size: 10px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .l-footer .l-footer__wrap .copyright {
    font-size: 11.25px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .l-footer .l-footer__wrap .copyright {
    font-size: 15px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) {
  .follow h3 {
    color: #FFF;
    display: block;
    margin-bottom: 5.3333333333%;
    line-height: 0.8;
    vertical-align: middle;
    letter-spacing: 0.08rem;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .follow h3 {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .follow h3 {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .follow h3 {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  .follow a {
    display: inline-block;
    margin: 0 6.6666666667%;
    vertical-align: middle;
    line-height: 0;
  }
  .follow a img {
    width: 100%;
  }
  .follow .follow-tw {
    width: 6.4%;
    margin-left: 0;
  }
  .follow .follow-fb {
    width: 5.8666666667%;
  }
  .follow .follow-in {
    width: 5.7333333333%;
  }
  .follow .follow-yt {
    width: 8%;
    margin-right: 0;
  }
  .links {
    margin-top: 13.3333333333%;
    text-align: center;
  }
  .links li {
    display: inline-block;
    margin: 0 10.6666666667%;
  }
  .links li a {
    color: #FFF;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    line-height: 0.8;
    white-space: nowrap;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .links li a {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .links li a {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .links li a {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  .links li.links__timecapsule {
    display: block;
    padding-bottom: 6%;
    margin-bottom: 6%;
    position: relative;
  }
  .links li.links__timecapsule:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #9a9a9a;
    width: 13.3333333333%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .links li.links__jobs {
    margin-left: 0;
  }
  .links li.links__contact {
    margin-left: 0;
    margin-right: 0;
  }
  .links li.links__policy {
    margin-right: 0;
  }
  .links li.links__policy a {
    padding-left: 5px;
    padding-right: 0;
  }
}

@media all and (min-width: 759px) {
  .l-footer {
    width: 100%;
    padding-bottom: 190px;
    background: #000;
    position: relative;
    z-index: 2;
  }
  .l-footer .l-footer__inner {
    margin: 0 40px;
    padding-top: 60px;
    position: relative;
  }
  .l-footer__logo {
    width: 119px;
    margin-bottom: 5px;
  }
  .l-footer__logowrap {
    display: inline-block;
  }
  .l-footer__logowrap a,
  .l-footer__logowrap div {
    display: inline-block;
    vertical-align: middle;
  }
  .l-footer__logowrap a img,
  .l-footer__logowrap div img {
    width: 100%;
  }
  .l-footer__lablogo {
    width: 167px;
    margin-left: 50px;
  }
  .l-footer__resonairlogo {
    width: 133px;
    margin-left: 50px;
    margin-bottom: 4px;
  }
  .l-footer .topto {
    position: relative;
  }
  .l-footer .topto a {
    text-align: center;
    line-height: 0;
    background: #1b1b1b;
    display: block;
    padding: 23px 0;
    -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-footer .topto a img {
    -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 25px;
  }
  .l-footer .topto a:hover {
    background: #2b2b2b;
  }
  .l-footer .topto a:hover img {
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
  .l-footer .l-footer__wrap {
    position: absolute;
    right: 0;
    top: 60px;
    text-align: right;
  }
  .l-footer .l-footer__wrap h3 {
    color: #FFF;
    display: inline-block;
    margin-right: 20px;
    line-height: 0.8;
    font-size: 14px;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    letter-spacing: 0.1rem;
    vertical-align: middle;
  }
  .l-footer .l-footer__wrap .follow a {
    display: inline-block;
    margin: 0 12px;
    vertical-align: middle;
    -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 400ms;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1) 400ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-footer .l-footer__wrap .follow a img {
    -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
  }
  .l-footer .l-footer__wrap .follow a:hover img {
    -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .l-footer .l-footer__wrap .follow a:hover.follow-tw {
    background: url("/assets/images/common/tw-b.svg") top left no-repeat;
    background-size: contain;
  }
  .l-footer .l-footer__wrap .follow a:hover.follow-fb {
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url("/assets/images/common/fb-b.svg") top left no-repeat;
    background-size: contain;
  }
  .l-footer .l-footer__wrap .follow a:hover.follow-in {
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url("/assets/images/common/instagram-g.svg") top left no-repeat;
    background-size: contain;
  }
  .l-footer .l-footer__wrap .follow a:hover.follow-yt {
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url("/assets/images/common/yt-r.svg") top left no-repeat;
    background-size: contain;
  }
  .l-footer .l-footer__wrap .links {
    margin-top: 50px;
    text-align: right;
  }
  .l-footer .l-footer__wrap .links li {
    display: inline-block;
  }
  .l-footer .l-footer__wrap .links li a {
    color: #FFF;
    font-size: 14px;
    padding: 0 30px;
    line-height: 0.8;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    letter-spacing: 0.1rem;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-footer .l-footer__wrap .links li a:hover {
    color: #CCC;
  }
  .l-footer .l-footer__wrap .links li.links__timecapsule {
    border-right: 1px solid #FFF;
  }
  .l-footer .l-footer__wrap .links li.links__contact a {
    padding-left: 5px;
  }
  .l-footer .l-footer__wrap .links li.links__policy a {
    padding-left: 5px;
    padding-right: 0;
  }
  .l-footer .copyright {
    font-size: 10px;
    color: #FFF;
    text-align: right;
    margin-top: 30px;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    letter-spacing: 0.1rem;
  }
}

/*--------------------------------------------------
* Modal
* --------------------------------------------------*/
.l-modal {
  width: 100%;
  height: 100%;
  height: 100vh;
  display: none;
  opacity: 0;
  will-change: opacity, transform;
  position: fixed;
  top: 0;
  left: 0;
}

.l-modal .close-button {
  position: absolute;
  display: block;
}

.l-modal .close-button img {
  width: 100%;
}

.l-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

body.page-fixed {
  overflow: hidden;
}

/*--------------------------------------------------
* Button
* --------------------------------------------------*/
.c-button {
  display: block;
  text-align: center;
  position: relative;
  outline: none;
  margin: 0 auto;
}

.c-button p {
  text-align: center;
  line-height: 0.8;
  display: inline-block;
}

.c-button:after {
  display: block;
}

/*--------------------------------------------------
* PageTop
* --------------------------------------------------*/
/*--------------------------------------------------
* Section
* --------------------------------------------------*/
.c-section {
  width: 100%;
  box-sizing: border-box;
}

.c-section__inner {
  margin: 0 auto;
}

/*--------------------------------------------------
* Grid
* --------------------------------------------------*/
.grid {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.grid > .grid_col-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.grid > .grid_col-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
}

.grid > .grid_col-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
}

.grid > .grid_col-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.grid > .grid_col-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
}

.grid > .grid_col-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
}

.grid > .grid_col-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.grid > .grid_col-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
}

.grid > .grid_col-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
}

.grid > .grid_col-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.grid > .grid_col-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
}

.grid > .grid_col-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
}

/*--------------------------------------------------
* Table
* --------------------------------------------------*/
.c-table {
  display: table;
}

.c-table__tr {
  display: table-row-group;
}

.c-table__th {
  display: table-cell;
  font-weight: bold;
}

.c-table__td {
  display: table-cell;
}

/*--------------------------------------------------
* Section
* --------------------------------------------------*/
@media all and (max-width: 758px) {
  .p-section {
    position: relative;
  }
  .p-section h2 {
    width: 93.3333333333%;
    margin: 0 auto 6.6666666667%;
    color: #FFF;
    line-height: 0.8;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .p-section h2 {
    font-size: 23.3333333333px;
    font-size: 5.6vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .p-section h2 {
    font-size: 26.25px;
    font-size: 5.6vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .p-section h2 {
    font-size: 35px;
    font-size: 5.6vw;
  }
}

@media all and (max-width: 758px) {
  .p-section h3 {
    width: 89.3333333333%;
    margin: 0 auto 4.4776119403%;
    color: #FFF;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .p-section h3 {
    font-size: 20px;
    font-size: 4.8vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .p-section h3 {
    font-size: 22.5px;
    font-size: 4.8vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .p-section h3 {
    font-size: 30px;
    font-size: 4.8vw;
  }
}

@media all and (max-width: 758px) {
  .p-section a.nolink {
    pointer-events: none;
  }
  .p-section a.nolink p {
    pointer-events: none !important;
  }
  #news-area {
    padding-bottom: 18.6666666667%;
  }
  #news-area .tags-area {
    width: 89.3333333333%;
    margin: 0 auto 11.9402985075%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #news-area .tags-area .tags-area__title {
    width: 42.3880597015%;
    border-right: #FFF 1px solid;
  }
  #news-area .tags-area .tags-area__title p {
    color: #FFF;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    margin-right: 10.5633802817%;
    text-align: right;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #news-area .tags-area .tags-area__title p {
    font-size: 15.5555555556px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #news-area .tags-area .tags-area__title p {
    font-size: 17.5px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #news-area .tags-area .tags-area__title p {
    font-size: 23.3333333333px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) {
  #news-area .tags-area .tags-area__inner {
    width: 56.7164179104%;
  }
  #news-area .tags-area ul {
    display: block;
    position: absolute;
    width: 85.0746268657%;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
    padding: 2.9850746269% 7.4626865672%;
    -webkit-transform: scale(1, 0) translate(0, -12px);
    transform: scale(1, 0) translate(0, -12px);
    -webkit-transition: all 180ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 180ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    /* easeOutQuint */
    moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
  }
  #news-area .tags-area ul::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #fff;
    width: 100%;
    height: 1px;
    -webkit-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    /* easeInOutQuint */
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  #news-area .tags-area ul.accordion-open {
    pointer-events: all;
    -webkit-transform: scale(1, 1) translate(0, -1px);
    transform: scale(1, 1) translate(0, -1px);
  }
  #news-area .tags-area ul.accordion-open::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #news-area .tags-area li {
    display: inline-block;
    padding-right: 11.9402985075%;
    padding-top: 2.9850746269%;
    padding-bottom: 2.9850746269%;
  }
  #news-area .tags-area li a {
    font-family: 'Noto Sans Regular', sans-serif;
    color: #cfcfcf;
    padding-bottom: 2px;
    -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #news-area .tags-area li a {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #news-area .tags-area li a {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #news-area .tags-area li a {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  #news-area .tags-area li.active a {
    border-bottom: #FFF 1px solid;
  }
  #news-area .tags-group {
    margin-left: 15.7894736842%;
    margin-bottom: 15.7894736842%;
  }
  #news-area .tags-group:last-child {
    margin-bottom: 0;
  }
  #news-area .tags-group p {
    position: relative;
    color: #FFF;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    margin-bottom: 3.1578947368%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #news-area .tags-group p {
    font-size: 15.5555555556px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #news-area .tags-group p {
    font-size: 17.5px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #news-area .tags-group p {
    font-size: 23.3333333333px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) {
  #news-area .tags-group p.current {
    margin-bottom: 0;
    padding-left: 7.3684210526%;
    position: relative;
  }
  #news-area .tags-group p.current span {
    display: inline-block;
    border-bottom: #fff 1px solid;
    color: #FFF;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #news-area .tags-group p.current span {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #news-area .tags-group p.current span {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #news-area .tags-group p.current span {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  #news-area .tags-group p.current::before {
    content: '';
    width: 4.6875%;
    padding-top: 3.4375%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    background: url("/assets/images/common/arrowtop.svg") top left no-repeat;
    background-size: contain;
  }
  #news-area .tags-group p.current.accordion-open::before {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
  }
  #news-area .WORK_all .tags-area .all_work a {
    border-bottom: #FFF 1px solid;
  }
  #news-area .CATEGORY_all .tags-area .all_category a {
    border-bottom: #FFF 1px solid;
  }
  #news-area .YEAR_all .tags-area .all_year a {
    border-bottom: #FFF 1px solid;
  }
  #news-area .news-wrap {
    width: 100%;
    margin: 0 auto;
  }
  #news-area .news-wrap.featured {
    padding-bottom: 0.1333333333%;
    margin-bottom: 13.3333333333%;
  }
  #news-area .news-wrap.featured::after {
    content: '';
    width: 89.3333333333%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 1px;
    position: absolute;
    background-size: 8px 2px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 2px, transparent 2px, transparent 5px);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 2px, transparent 2px, transparent 5px);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  #news-area a.news {
    display: block;
    width: 89.3333333333%;
    margin: 0 auto 13.4328358209%;
    -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #news-area a.news .image-area {
    line-height: 0;
    position: relative;
  }
  #news-area a.news .image-area.video {
    padding-top: 56.7164179104%;
  }
  #news-area a.news .image-area img,
  #news-area a.news .image-area iframe,
  #news-area a.news .image-area video {
    width: 100%;
  }
  #news-area a.news .image-area iframe {
    height: 100%;
    position: absolute;
    top: 0;
  }
  #news-area a.news:nth-child(3n - 1) {
    -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #news-area a.news:nth-child(3n) {
    -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #news-area a.news .text-area {
    padding: 4.6666666667% 5.3333333333% 2%;
  }
  #news-area a.news .text-area .date {
    color: #ababab;
    margin-bottom: 3.7313432836%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #news-area a.news .text-area .date {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #news-area a.news .text-area .date {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #news-area a.news .text-area .date {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  #news-area a.news .text-area .date span {
    color: #ababab;
  }
  #news-area a.news .text-area .body {
    color: #FFF;
    line-height: 1.6;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #news-area a.news .text-area .body {
    font-size: 18.8888888889px;
    font-size: 4.5333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #news-area a.news .text-area .body {
    font-size: 21.25px;
    font-size: 4.5333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #news-area a.news .text-area .body {
    font-size: 28.3333333333px;
    font-size: 4.5333333333vw;
  }
}

@media all and (max-width: 758px) {
  #news-area a.news .text-area .body span {
    color: #FFF;
  }
  #news-area a.news .text-area .p-button {
    width: 40.8955223881%;
    margin: 4.4776119403% 0 0;
    padding: 2.6666666667% 0;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #news-area a.news .text-area .p-button p {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #news-area a.news .text-area .p-button p {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #news-area a.news .text-area .p-button p {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  #news-area .list-button {
    display: block;
    width: 89.3333333333%;
    padding: 4% 0;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #news-area .list-button p {
    font-size: 15.5555555556px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #news-area .list-button p {
    font-size: 17.5px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #news-area .list-button p {
    font-size: 23.3333333333px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  body.jabody #news-area .tags-area ul li.j a {
    font-size: 12.2222222222px;
    font-size: 2.9333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  body.jabody #news-area .tags-area ul li.j a {
    font-size: 13.75px;
    font-size: 2.9333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  body.jabody #news-area .tags-area ul li.j a {
    font-size: 18.3333333333px;
    font-size: 2.9333333333vw;
  }
}

@media all and (max-width: 758px) {
  #project-area .p-section__inner {
    margin: 0 auto;
  }
  #project-area .project {
    display: block;
    max-width: 670px;
    width: 89.3333333333%;
    margin: 0 auto 10.6666666667% auto;
    position: relative;
    will-change: opacity, transform;
    -webkit-transition: all 1400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 1400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
    opacity: 0;
  }
  #project-area .project .p-button {
    width: 40.8955223881%;
    padding-top: 2.9850746269%;
    padding-bottom: 2.9850746269%;
    margin-top: 6.7164179104%;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #project-area .project .p-button p {
    padding-right: 5.8394160584%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #project-area .project .p-button p {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #project-area .project .p-button p {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #project-area .project .p-button p {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  #project-area .project .p-button .u-blank:after {
    width: 12.0689655172%;
    padding-top: 12.0689655172%;
    height: 0;
  }
  #project-area .project .image-area {
    line-height: 0;
    overflow: hidden;
    position: relative;
  }
  #project-area .project .image-area.video {
    padding-top: 56.7164179104%;
  }
  #project-area .project .image-area img,
  #project-area .project .image-area iframe,
  #project-area .project .image-area video {
    width: 100%;
    line-height: 0;
  }
  #project-area .project .image-area iframe {
    height: 100%;
    position: absolute;
    top: 0;
  }
  #project-area .project .image-area__inner {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #project-area .project .image-area .logo {
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #project-area .project .image-area .logo img {
    width: 100%;
    -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #project-area .project .image-area .logo .logo_w {
    opacity: 0;
    display: none;
  }
  #project-area .project .image-area .logo .logo_r {
    opacity: 1;
    top: 0;
    left: 0;
  }
  #project-area .project .image-area .cover {
    background: rgba(0, 0, 0, 0.7);
    width: 101%;
    height: 100%;
    top: 0;
    left: -1px;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    opacity: 1;
  }
  #project-area .project .text-area {
    position: relative;
    width: 85.0746268657%;
    margin: 5.9701492537% auto 0;
  }
  #project-area .project .text-area p {
    text-align: left;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #project-area .project .text-area p.en {
    line-height: 1.7;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #project-area .project .text-area p.en {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #project-area .project .text-area p.en {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #project-area .project .text-area p.en {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  #project-area .project .text-area p.ja {
    line-height: 1.9;
    letter-spacing: 0.08rem;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #project-area .project .text-area p.ja {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #project-area .project .text-area p.ja {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #project-area .project .text-area p.ja {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  #project-area .project .text-area p.role {
    position: relative;
    top: 0;
    text-align: left;
    font-style: italic;
    margin-top: 5.9701492537%;
    padding-left: 11.9402985075%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #project-area .project .text-area p.role {
    font-size: 10px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #project-area .project .text-area p.role {
    font-size: 11.25px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #project-area .project .text-area p.role {
    font-size: 15px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 758px) {
  #project-area .project .text-area p.role:before {
    position: absolute;
    height: 1px;
    background: #FFF;
    content: '';
    top: 50%;
    width: 8.9552238806%;
    left: 0;
  }
  #project-area .project.appear {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media all and (min-width: 759px) {
  .p-section {
    position: relative;
  }
  .p-section h2 {
    max-width: 1150px;
    padding: 0;
    width: auto;
    margin: 0 auto 30px;
    color: #FFF;
    font-size: 38px;
    line-height: 0.8;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .p-section h3 {
    font-size: 28px;
    max-width: 1120px;
    margin: 0 auto 16px;
    padding-top: 20px;
    color: #FFF;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .p-section a.nolink {
    pointer-events: none;
  }
  .p-section a.nolink p {
    pointer-events: none !important;
  }
  #news-area .tags-area {
    max-width: 780px;
    width: 66.1016949153%;
    margin: 0 auto 100px;
  }
  #news-area .tags-area ul {
    display: inline-block;
  }
  #news-area .tags-area li {
    display: inline-block;
    margin-left: 35px;
  }
  #news-area .tags-area li a {
    font-family: 'Noto Sans Regular', sans-serif;
    color: #cfcfcf;
    font-size: 14px;
    padding-bottom: 2px;
    -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #news-area .tags-area li a:hover {
    color: #FFF;
  }
  #news-area .tags-area li a.ja {
    font-size: 13px;
  }
  #news-area .tags-area li.active a {
    border-bottom: #FFF 1px solid;
  }
  #news-area .tags-group {
    margin-bottom: 20px;
  }
  #news-area .tags-group p {
    width: 120px;
    display: inline-block;
    position: relative;
    color: #FFF;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    font-size: 14px;
  }
  #news-area .tags-group p::after {
    content: '';
    width: 2px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: rgba(255, 255, 255, 0.6);
  }
  #news-area .tags-group p.current {
    display: none;
  }
  #news-area .WORK_all .tags-area .all_work a {
    border-bottom: #FFF 1px solid;
  }
  #news-area .CATEGORY_all .tags-area .all_category a {
    border-bottom: #FFF 1px solid;
  }
  #news-area .YEAR_all .tags-area .all_year a {
    border-bottom: #FFF 1px solid;
  }
  #news-area .news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 1120px;
    padding: 0;
    margin: 0 auto;
  }
  #news-area .news-wrap.featured {
    background-size: 8px 2px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 2px, transparent 2px, transparent 5px);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 2px, transparent 2px, transparent 5px);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 80px;
  }
  #news-area a.news {
    display: inline-block;
    max-width: 520px;
    -ms-flex-preferred-size: 46.4285714286%;
        flex-basis: 46.4285714286%;
    margin-bottom: 50px;
    will-change: transform, opacity;
    -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
    background: rgba(255, 255, 255, 0);
    opacity: 0;
  }
  #news-area a.news .image-area {
    line-height: 0;
    overflow: hidden;
    position: relative;
    /*
        &::after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #222;
          @include ease-in-out-quint(800, 100);
          @include transform-origin(0 0);
          mix-blend-mode: overlay;
        }
        */
  }
  #news-area a.news .image-area img,
  #news-area a.news .image-area iframe,
  #news-area a.news .image-area video {
    -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    will-change: transform;
    width: 100%;
    min-height: 250px;
  }
  #news-area a.news .text-area {
    padding: 25px 40px;
  }
  #news-area a.news .text-area p {
    overflow: hidden;
  }
  #news-area a.news .text-area p span {
    display: inline-block;
    position: relative;
    -webkit-transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1) 900ms;
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1) 900ms;
    transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1) 900ms;
    transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1) 900ms;
    transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1) 900ms, -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1) 900ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  #news-area a.news .text-area .date {
    font-size: 12px;
    color: #ababab;
    margin-bottom: 18px;
  }
  #news-area a.news .text-area .date span {
    color: #ababab;
  }
  #news-area a.news .text-area .body {
    font-size: 16px;
    color: #FFF;
    line-height: 1.6;
    opacity: 0;
    -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #news-area a.news .text-area .body span {
    color: #FFF;
  }
  #news-area a.news .text-area .p-button {
    width: 120px;
    margin: 20px 0 0;
  }
  #news-area a.news .text-area .p-button p {
    font-size: 12px;
  }
  #news-area a.news.col2 {
    max-width: 1120px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news-area a.news.col2 .image-area {
    width: 58.9285714286%;
    max-width: 660px;
  }
  #news-area a.news.col2 .text-area {
    width: 37.5%;
  }
  #news-area a.news.col2 .text-area .body {
    font-size: 24px;
  }
  #news-area a.news:nth-child(3n - 1) {
    -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 150ms;
    transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 150ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #news-area a.news:nth-child(3n) {
    -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 300ms;
    transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 300ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #news-area a.news.col3 {
    max-width: 340px;
    -ms-flex-preferred-size: 30.3571428571%;
        flex-basis: 30.3571428571%;
    margin-right: 4.4642857143%;
  }
  #news-area a.news.col3:nth-child(3n) {
    margin-right: 0;
  }
  #news-area a.news.col3 .image-area img,
  #news-area a.news.col3 .image-area iframe,
  #news-area a.news.col3 .image-area video {
    min-height: 150px;
  }
  #news-area a.news.col3 .text-area {
    padding: 25px 30px;
  }
  #news-area a.news.count10 {
    display: none;
  }
  #news-area a.news:hover {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #news-area a.news:hover .text-area .body {
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: cadetblue;
  }
  #news-area a.news:hover .image-area img,
  #news-area a.news:hover .image-area iframe {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  #news-area a.news:hover .image-area::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  #news-area a.news.appear {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  #news-area a.news.appear .text-area .body {
    opacity: 1;
  }
  #news-area a.news.appear .text-area p span {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #news-area a.news.appear.col2 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #news-area .list-button {
    display: block;
    width: 44.0677966102%;
    max-width: 520px;
    margin-top: 50px;
    padding: 15px 0;
  }
  #news-area .list-button p {
    font-size: 20px;
  }
  body.jabody #news-area .tags-area ul li.j a {
    font-size: 13px;
  }
  #project-area .p-section__inner {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1180px;
  }
  #project-area .project {
    display: block;
    max-width: 1080px;
    margin: 0 auto 50px;
    position: relative;
    will-change: opacity, transform;
    -webkit-transition: all 1400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 1400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
    background: rgba(255, 255, 255, 0);
    opacity: 0;
  }
  #project-area .project .p-button {
    position: relative;
    width: 180px;
    margin: 40px auto 0;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #project-area .project .p-button p {
    font-size: 14px;
    padding-right: 10px;
  }
  #project-area .project .image-area {
    position: relative;
    overflow: hidden;
  }
  #project-area .project .image-area__inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #project-area .project .image-area img,
  #project-area .project .image-area iframe,
  #project-area .project .image-area video {
    width: 100%;
    line-height: 0;
  }
  #project-area .project .image-area .logo {
    position: relative;
    opacity: 1;
    width: 430px;
    margin: 0 auto;
    will-change: transform, opacity;
    -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*.logo_w {
            opacity: 1;
          }*/
  }
  #project-area .project .image-area .logo img {
    width: 100%;
    -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #project-area .project .image-area .logo .logo_r {
    opacity: 1;
  }
  #project-area .project .image-area .cover {
    background: rgba(0, 0, 0, 0.7);
    width: 101%;
    height: 100%;
    top: 0;
    left: -1px;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
  }
  #project-area .project .text-area {
    position: relative;
    margin: 25px auto 0;
    width: 78.7037037037%;
  }
  #project-area .project .text-area p {
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #project-area .project .text-area p.en {
    line-height: 1.7;
    font-size: 14px;
  }
  #project-area .project .text-area p.ja {
    line-height: 1.9;
    font-size: 13px;
  }
  #project-area .project .text-area p.role {
    position: relative;
    top: 0;
    font-size: 11px;
    font-style: italic;
    padding-left: 40px;
    margin-top: 17px;
  }
  #project-area .project .text-area p.role:before {
    position: absolute;
    height: 1px;
    background: #FFF;
    content: '';
    top: 50%;
    width: 30px;
    left: 0;
  }
  #project-area .project:hover .cover {
    background: rgba(0, 0, 0, 0.35);
  }
  #project-area .project:hover .logo {
    /*.logo_w {
            opacity: 0;
          }
          .logo_r {
            opacity: 1;
          }*/
  }
  #project-area .project.appear {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

/*--------------------------------------------------
* Modal
* --------------------------------------------------*/
@media all and (max-width: 758px) {
  .p-modal {
    z-index: 200;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background: #282844;
  }
  .p-modal .close-button {
    width: 5.9701492537%;
    padding-top: 5.9701492537%;
    height: 0;
    top: 0;
    right: 0;
    position: absolute;
    margin-top: 5.9701492537%;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms;
    /* older webkit */
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    /* easeOutBack */
  }
  .p-modal .close-button .line {
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-modal .close-button .line1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p-modal .close-button .line2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-modal .close-button:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .p-modal__overlay {
    background: none;
    height: 350%;
  }
  .p-modal__inner {
    position: relative;
    background: #282844;
    width: 89.3333333333%;
    padding: 10.447761194% 0 0;
    margin: 13.3333333333% auto;
  }
  .p-modal__inner .wrap .image-area {
    width: 49.7014925373%;
    margin: 0 auto 7.4626865672%;
  }
  .p-modal__inner .wrap .image-area img {
    width: 100%;
  }
  .p-modal__inner .wrap .text-area {
    width: 100%;
    color: #FFF;
    text-align: left;
  }
  .p-modal__inner .wrap .text-area p {
    margin-bottom: 7.4626865672%;
    line-height: 1.8;
    text-align: justify;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .p-modal__inner .wrap .text-area p {
    font-size: 14.4444444444px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .p-modal__inner .wrap .text-area p {
    font-size: 16.25px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .p-modal__inner .wrap .text-area p {
    font-size: 21.6666666667px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .p-modal__inner .wrap .text-area .en p {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .p-modal__inner .wrap .text-area .en p {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .p-modal__inner .wrap .text-area .en p {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  .p-modal h2 {
    margin-bottom: 10.447761194%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
  }
  .p-modal h2 p {
    text-align: left;
    padding-bottom: 4.4776119403%;
    letter-spacing: 0.12rem;
    color: #FFF;
    display: inline-block;
    border-bottom: #FFF 4px solid;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .p-modal h2 p {
    font-size: 15.5555555556px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .p-modal h2 p {
    font-size: 17.5px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .p-modal h2 p {
    font-size: 23.3333333333px;
    font-size: 3.7333333333vw;
  }
}

@media all and (min-width: 759px) {
  .p-modal {
    z-index: 200;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .p-modal .close-button {
    width: 6.3829787234%;
    padding-top: 6.3829787234%;
    height: 0;
    top: 0;
    right: 0;
    position: absolute;
    margin-top: 3.7037037037%;
    right: 7.4468085106%;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms;
    /* older webkit */
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
    /* easeOutBack */
  }
  .p-modal .close-button .line {
    position: absolute;
    height: 1px;
    width: 100%;
    background: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-modal .close-button .line1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p-modal .close-button .line2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-modal .close-button:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .p-modal__overlay {
    background: none;
    height: 350%;
  }
  .p-modal__inner {
    position: relative;
    background: #282844;
    width: 100%;
    max-width: 940px;
    padding: 6.4814814815% 6.4814814815% 4.6296296296%;
    margin: 150px auto;
  }
  .p-modal__inner .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-modal__inner .wrap .image-area {
    -ms-flex-preferred-size: 35.4255319149%;
        flex-basis: 35.4255319149%;
  }
  .p-modal__inner .wrap .image-area img {
    width: 100%;
  }
  .p-modal__inner .wrap .text-area {
    -ms-flex-preferred-size: 47.8723404255%;
        flex-basis: 47.8723404255%;
    color: #FFF;
    text-align: left;
    margin-top: -5px;
  }
  .p-modal__inner .wrap .text-area p {
    margin-bottom: 25px;
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
  }
  .p-modal__inner .wrap .text-area .en p {
    font-size: 13px;
  }
  .p-modal h2 {
    margin-bottom: 4.2553191489%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
  }
  .p-modal h2 p {
    font-size: 18px;
    text-align: left;
    padding-bottom: 20px;
    letter-spacing: 0.12rem;
    color: #FFF;
    display: inline-block;
    border-bottom: #FFF 3px solid;
  }
}

/*--------------------------------------------------
* Section
* --------------------------------------------------*/
@media all and (max-width: 758px) {
  .keyvisuals {
    height: 100vh;
    position: relative;
  }
  .keyvisuals .wrap {
    position: absolute;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
  }
  .keyvisuals h2 {
    color: #FFF;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0;
    padding-top: 2.8%;
  }
  .keyvisuals h2 p {
    background: -webkit-linear-gradient(150deg, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff);
    background: linear-gradient(300deg, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff);
    background-size: 800% 800%;
    -webkit-animation: gradient 12s linear infinite;
    animation: gradient 12s linear infinite;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    line-height: 1.4;
    padding: 2px 0 8px;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .keyvisuals h2 p {
    font-size: 27.7777777778px;
    font-size: 6.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .keyvisuals h2 p {
    font-size: 31.25px;
    font-size: 6.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .keyvisuals h2 p {
    font-size: 41.6666666667px;
    font-size: 6.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  .keyvisuals h2 span {
    display: block;
    background: -webkit-linear-gradient(150deg, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff);
    background: linear-gradient(300deg, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff);
    background-size: 800% 800%;
    -webkit-animation: gradient 12s linear infinite;
    animation: gradient 12s linear infinite;
    line-height: 1.4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .keyvisuals h2 span {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .keyvisuals h2 span {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .keyvisuals h2 span {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 758px) {
  .keyvisuals h1 {
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .keyvisuals h1 p {
    color: #FFF;
    text-align: center;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    line-height: 1.3;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .keyvisuals h1 p {
    font-size: 38.8888888889px;
    font-size: 9.3333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .keyvisuals h1 p {
    font-size: 43.75px;
    font-size: 9.3333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .keyvisuals h1 p {
    font-size: 58.3333333333px;
    font-size: 9.3333333333vw;
  }
}

@media all and (max-width: 758px) {
  .keyvisuals h1 span {
    color: #FFF;
    display: block;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
  }
  .keyvisuals h3 {
    margin: 6.6666666667% auto;
    width: 86.6666666667%;
  }
  .keyvisuals h3 p {
    opacity: 0;
    color: #FFF;
    text-align: center;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .keyvisuals h3 p {
    font-size: 15.5555555556px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .keyvisuals h3 p {
    font-size: 17.5px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .keyvisuals h3 p {
    font-size: 23.3333333333px;
    font-size: 3.7333333333vw;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  .keyvisuals h3.jp p {
    font-size: 24.4444444444px;
    font-size: 5.8666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  .keyvisuals h3.jp p {
    font-size: 27.5px;
    font-size: 5.8666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  .keyvisuals h3.jp p {
    font-size: 36.6666666667px;
    font-size: 5.8666666667vw;
  }
}

@media all and (max-width: 758px) {
  .keyvisuals h3 span {
    color: #FFF;
    display: block;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
  }
  #background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100vh;
    background: #000;
  }
  #background video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    will-change: opacity;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #background video.show {
    opacity: 0.2;
  }
  #background.fv video {
    opacity: 0;
  }
  #background.fv video.show {
    opacity: 0.6;
  }
  /*
  .next {
    width: percentage(15px / $spWidth);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto percentage(30px / $spWidth);
    bottom: 0;
    @include transform(rotate(180deg));
    img {
      animation-name: top-scroll;
      animation-delay: 0.2ms;
      animation-duration: 2.6s;
      animation-iteration-count: infinite;
    }
  }
  */
}

@media all and (min-width: 759px) {
  .keyvisuals {
    height: 100vh;
    position: relative;
  }
  .keyvisuals .wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
  }
  .keyvisuals h2 {
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 34px;
    width: 100%;
    opacity: 0;
  }
  .keyvisuals h2 p {
    background: -webkit-linear-gradient(150deg, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff);
    background: linear-gradient(300deg, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff);
    background-size: 200% 200%;
    -webkit-animation: gradient 12s linear infinite;
    animation: gradient 12s linear infinite;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    font-size: 34px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .keyvisuals h2 span {
    background: -webkit-linear-gradient(150deg, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff);
    background: linear-gradient(300deg, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff, #1bdba9, #fff069, #ffd268, #ff7b7d, #ff71dd, #7d6eff, #6fc5ff);
    background-size: 200% 200%;
    -webkit-animation: gradient 12s linear infinite;
    animation: gradient 12s linear infinite;
    display: block;
    font-size: 13px;
    margin-top: 14px;
    line-height: 1.4;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .keyvisuals h1 {
    position: absolute;
    top: 48%;
    left: 50%;
    width: 76.2711864407%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .keyvisuals h1 p {
    color: #FFF;
    text-align: center;
    font-size: 52px;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    white-space: nowrap;
    line-height: 68px;
    letter-spacing: 0.3rem;
  }
  .keyvisuals h1 p span {
    color: #FFF;
    width: 380px;
    display: inline-block;
    white-space: nowrap;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    text-align: right;
  }
  .keyvisuals h3 {
    position: relative;
    margin: 50px auto 0;
    width: 81.3559322034%;
  }
  .keyvisuals h3 p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    letter-spacing: 0.3rem;
    opacity: 0;
  }
  .keyvisuals h3.ja p {
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8;
    font-family: 'Noto Sans Regular', sans-serif;
  }
  #background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100vh;
    background: #000;
  }
  #background video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    will-change: opacity;
    -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    /* easeOutQuint */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  #background video.show {
    opacity: 0.2;
  }
  #background.fv video {
    opacity: 0;
  }
  #background.fv video.show {
    opacity: 0.6;
  }
}

/*--------------------------------------------------
* Button
* --------------------------------------------------*/
@media all and (max-width: 758px) {
  .p-button {
    border: #fff 1px solid;
    border-radius: 45px;
  }
  .p-button p {
    text-align: center;
    color: #FFF;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    position: relative;
    letter-spacing: 0.1rem;
  }
}

@media all and (min-width: 759px) {
  .p-button {
    border: #fff 1px solid;
    padding: 10px 0;
    border-radius: 24px;
    -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .p-button p {
    text-align: center;
    color: #FFF;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    position: relative;
    letter-spacing: 0.1rem;
  }
  .p-button:hover {
    background: rgba(255, 255, 255, 0.9);
  }
  .p-button:hover p {
    color: #000;
  }
  a:hover {
    cursor: pointer;
  }
  a:hover .p-button {
    background: rgba(255, 255, 255, 0.9);
  }
  a:hover .p-button p {
    color: #000;
  }
}

/*--------------------------------------------------
* Home [SP]
* --------------------------------------------------*/
@media all and (max-width: 758px) {
  .p-home main {
    overflow: hidden;
  }
  /*--------------------------------------------------
  * about
  * --------------------------------------------------*/
  #about-info {
    padding-top: 0%;
  }
  #about-info .p-section__inner {
    margin: 0 auto;
    padding: 0 5.3333333333%;
  }
  #about-info .about {
    padding-top: 17.3333333333%;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #about-info .inner {
    padding-bottom: 22.3880597015%;
  }
  #about-info .inner h3 {
    color: #FFF;
    margin-left: 0;
    width: 100%;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 11.9402985075%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #about-info .inner h3 {
    font-size: 20px;
    font-size: 4.8vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #about-info .inner h3 {
    font-size: 22.5px;
    font-size: 4.8vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #about-info .inner h3 {
    font-size: 30px;
    font-size: 4.8vw;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #about-info .inner h3.ja {
    font-size: 17.7777777778px;
    font-size: 4.2666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #about-info .inner h3.ja {
    font-size: 20px;
    font-size: 4.2666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #about-info .inner h3.ja {
    font-size: 26.6666666667px;
    font-size: 4.2666666667vw;
  }
}

@media all and (max-width: 758px) {
  #about-info .inner h4 {
    margin-bottom: 11.9402985075%;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    line-height: 0;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #about-info .inner h4 {
    font-size: 22.2222222222px;
    font-size: 5.3333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #about-info .inner h4 {
    font-size: 25px;
    font-size: 5.3333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #about-info .inner h4 {
    font-size: 33.3333333333px;
    font-size: 5.3333333333vw;
  }
}

@media all and (max-width: 758px) {
  #about-info .inner h4 img {
    width: 53.1343283582%;
  }
  #about-info .inner .places .place {
    display: inline-block;
    margin-right: 13.4328358209%;
  }
  #about-info .inner .places .place p {
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #about-info .inner .places .place p {
    font-size: 12.2222222222px;
    font-size: 2.9333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #about-info .inner .places .place p {
    font-size: 13.75px;
    font-size: 2.9333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #about-info .inner .places .place p {
    font-size: 18.3333333333px;
    font-size: 2.9333333333vw;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #about-info .inner .places .place p.ja {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #about-info .inner .places .place p.ja {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #about-info .inner .places .place p.ja {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  #about-info .inner .places .place p.pref {
    margin-top: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #about-info .inner .places .place p.pref {
    font-size: 16.6666666667px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #about-info .inner .places .place p.pref {
    font-size: 18.75px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #about-info .inner .places .place p.pref {
    font-size: 25px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #about-info .inner .places .place p.pref.ja {
    font-size: 14.4444444444px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #about-info .inner .places .place p.pref.ja {
    font-size: 16.25px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #about-info .inner .places .place p.pref.ja {
    font-size: 21.6666666667px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) {
  #about-info .inner .representative .position {
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 8.9552238806%;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #about-info .inner .representative .position {
    font-size: 12.2222222222px;
    font-size: 2.9333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #about-info .inner .representative .position {
    font-size: 13.75px;
    font-size: 2.9333333333vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #about-info .inner .representative .position {
    font-size: 18.3333333333px;
    font-size: 2.9333333333vw;
  }
}

@media all and (max-width: 758px) {
  #about-info .inner .representative .position.ja {
    padding-top: 0;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #about-info .inner .representative .position.ja {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #about-info .inner .representative .position.ja {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #about-info .inner .representative .position.ja {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 758px) {
  #about-info .inner .representative .name {
    color: #FFF;
    margin-top: 10px;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #about-info .inner .representative .name {
    font-size: 16.6666666667px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #about-info .inner .representative .name {
    font-size: 18.75px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #about-info .inner .representative .name {
    font-size: 25px;
    font-size: 4vw;
  }
}

@media all and (max-width: 758px) and (max-width: 420px) {
  #about-info .inner .representative .name.ja {
    font-size: 14.4444444444px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 421px) {
  #about-info .inner .representative .name.ja {
    font-size: 16.25px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) and (min-width: 601px) {
  #about-info .inner .representative .name.ja {
    font-size: 21.6666666667px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 758px) {
  body.jabody #about-info .inner .representative {
    display: inline-block;
  }
  body.jabody #about-info .inner .places .place {
    margin-right: 10.447761194%;
  }
}

/*--------------------------------------------------
* Home [PC]
* --------------------------------------------------*/
@media all and (min-width: 759px) {
  .l-header .l-header__navi {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-header.show .l-header__navi {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .keyvisuals h1 {
    top: 45%;
  }
  .p-home main {
    overflow: hidden;
  }
  /*--------------------------------------------------
  * about
  * --------------------------------------------------*/
  #about-info {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  #about-info .p-section__inner {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1180px;
  }
  #about-info .about {
    border-top: #202020 1px solid;
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #about-info .inner {
    width: 62.5%;
    max-width: 800px;
    margin: 0 auto;
  }
  #about-info .inner h3 {
    color: #FFF;
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 45px;
  }
  #about-info .inner h3.ja {
    font-size: 16px;
  }
  #about-info .inner h4 {
    font-family: 'Foundry Gridnik W01 Regular', 'Noto Sans Regular', sans-serif;
    letter-spacing: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    font-size: 24px;
    line-height: 0;
    width: 25%;
    margin-right: 2.5%;
  }
  #about-info .inner h4 img {
    width: 100%;
    max-width: 220px;
  }
  #about-info .inner .places {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #about-info .inner .places .place p {
    color: #FFF;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #about-info .inner .places .place p.ja {
    font-size: 10px;
  }
  #about-info .inner .places .place p.pref {
    margin-top: 10px;
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
  }
  #about-info .inner .places .place p.pref.ja {
    font-size: 14px;
  }
  #about-info .inner .representative .position {
    color: #FFF;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #about-info .inner .representative .position.ja {
    font-size: 10px;
  }
  #about-info .inner .representative .name {
    color: #FFF;
    margin-top: 10px;
    font-size: 16px;
  }
  #about-info .inner .representative .name.ja {
    font-size: 14px;
  }
  body.enbody #about-info .inner {
    width: 68.75%;
    max-width: 880px;
  }
  body.enbody #about-info .inner h4 {
    width: 22.7272727273%;
    margin-right: 2.2727272727%;
  }
}

/*--------------------------------------------------
* Common
* --------------------------------------------------*/
@media all and (max-width: 758px) {
  .pc {
    display: none;
  }
  .u-blank:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-left: 10px;
    background: url("/assets/images/common/blank.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 12px;
    height: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media all and (min-width: 759px) {
  .sp {
    display: none;
  }
  .u-blank:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-left: 10px;
    background: url("/assets/images/common/blank.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    width: 12px;
    height: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

body.enbody .ja {
  pointer-events: none;
  display: none !important;
  opacity: 0;
  position: absolute;
}

body.enbody .en {
  pointer-events: all;
  opacity: 1;
}

body.jabody .en {
  pointer-events: none;
  display: none !important;
  position: absolute;
  opacity: 0;
}

body.jabody .ja {
  pointer-events: all;
  opacity: 1;
}

.lazyimage {
  will-change: transform, opacity;
}

.lazyscroll {
  will-change: transform;
  -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes rightnavi {
  0% {
    moz-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  49.99% {
    moz-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  50% {
    moz-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  50.01% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    moz-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  99% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    moz-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  100% {
    moz-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes rightnavi {
  0% {
    moz-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  49.99% {
    moz-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  50% {
    moz-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  50.01% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    moz-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  99% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    moz-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  100% {
    moz-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 19%;
  }
  50% {
    background-position: 100% 82%;
  }
  100% {
    background-position: 0% 19%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 19%;
  }
  50% {
    background-position: 100% 82%;
  }
  100% {
    background-position: 0% 19%;
  }
}

/*--------------------------------------------------
* Margin
* --------------------------------------------------*/
.u-mtop-100 {
  margin-top: 100px;
}
