@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  min-width: 320px;
}

.en {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

/* ------------------------------------------ */
/* ------------------------------------------ */
.tb {
  display: none;
}

.sp {
  display: none;
}

.tbsp {
  display: none !important;
}

/* ------------------------------------------ */
/* ------------------------------------------ */
.section-inner {
  padding: 90px 0;
}

.section-inner-min {
  padding: 60px 0;
}

.wrap-wide {
  max-width: 1200px;
  margin: 0 auto;
}

.wrap-semiwide {
  max-width: 1100px;
  margin: 0 auto;
}

.wrap-normal {
  max-width: 1000px;
  margin: 0 auto;
}

.wrap-min {
  max-width: 900px;
  margin: 0 auto;
}

.wrap-min2 {
  max-width: 800px;
  margin: 0 auto;
}

.bg-color-wht {
  background-color: #fff;
}

.bg-color-key {
  background-color: #6b1b7e;
}

.bg-color-blk {
  background-color: #000;
}

.bg-color-darkgray {
  background-color: #72747f;
}

.fc-wht {
  color: #fff;
}

.fc-key {
  color: #6b1b7e;
}

.v-t {
  vertical-align: top;
}

.v-m {
  vertical-align: middle;
}

.v-b {
  vertical-align: bottom;
}

.t-l {
  text-align: left;
}

.t-c {
  text-align: center;
}

.t-r {
  text-align: right;
}

.f-bold {
  font-weight: 600;
}

.m-t10 {
  margin-top: 10px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.p-t0 {
  padding-top: 0;
}

.p-b0 {
  padding-bottom: 0;
}

a {
  color: #333;
}

.txt {
  line-height: 1.8em;
}

.txt-tall {
  line-height: 2.5em;
}

.fs-sml {
  font-size: 80%;
}

.fs-24 {
  font-size: 2.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: unset;
}

/* ------------------------------------------ */
/* ------------------------------------------ */
:root {
  --color-header-bg: var(--color-key, #6b1b7e);
  --color-header-text: #fff;
  --header-logo-opacity: 1;
  --header-logo-bg: none;
}

body[data-current-section=technology] {
  --color-header-bg: #fff;
  --color-header-text: var(--color-key, #6b1b7e);
  --header-logo-opacity: 0;
  --header-logo-bg: url("/assets/img/common/h-logo_wht.svg");
}

body[data-current-section=footer] {
  --header-logo-bg: url("/assets/img/common/h-logo_wht.svg");
}
@media screen and (max-width: 768px) {
  body[data-current-section=footer] {
    --header-logo-bg: none;
  }
}
body[data-current-section=footer]:has(.footer.inview-top) .header-menu {
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}

@media only screen and (min-width: 1025px) {
  .l-wrapper {
    position: relative;
    overflow: hidden;
  }
  .header {
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    transform: translateZ(0);
    z-index: 10;
  }
  .header-logo a {
    display: flex;
    background: var(--header-logo-bg);
    background-size: contain;
  }
  .header-logo a img {
    opacity: var(--header-logo-opacity);
    transition: 200ms;
    width: 100%;
    height: auto;
    display: block;
  }
  .header-nav-list {
    background-color: var(--color-header-bg);
  }
  .header-nav-list .header-nav-item .header-nav-link {
    color: var(--color-header-text);
    background-color: var(--color-header-bg);
  }
  .header-nav-link.bottom-arrow::after {
    border-bottom: 1px solid var(--color-header-text);
    border-right: 1px solid var(--color-header-text);
  }
  .header-lang {
    background-color: var(--color-header-bg);
  }
  .header-lang select {
    color: var(--color-header-text);
  }
  @supports (-ms-ime-align: auto) {
    select:not(:-internal-list-box):not([multiple]) option {
      color: #000 !important;
    }
    option {
      color: #000 !important;
    }
    select:not(:-internal-list-box):not([multiple])::picker {
      color: #000 !important;
    }
    select option {
      color: #000 !important;
    }
  }
  .header-nav-hovermenu-content ul {
    display: flex;
    gap: 30px;
  }
  .header-nav-hovermenu-content ul li a {
    font-weight: 500;
  }
  .header-nav-hovermenu-content ul li a.arrow_right {
    position: relative;
    display: inline-block;
    padding-right: 12px;
  }
  .header-nav-hovermenu-content ul li a.arrow_right:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .header-nav-hovermenu {
    position: fixed;
    width: 100%;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 1;
    transition-duration: 0.5s;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  .header-nav-hovermenu .header-nav-hovermenu-wrapper {
    position: relative;
    height: auto;
    z-index: 1;
    transition-duration: 0.5s;
  }
  .header-nav-hovermenu .header-nav-hovermenu-wrapper .header-nav-hovermenu-inner {
    padding-top: 70px;
    padding-bottom: 50px;
    margin-top: 0;
    background-color: rgba(200, 200, 200, 0.9);
  }
  .header-nav-hovermenu:hover,
  .header-nav-list li:hover .header-nav-hovermenu {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
  }
}
/*  top mv
--------------------------------------------- */
.top-mv {
  position: relative;
  z-index: 9;
  height: calc(300svh + 1200px);
}

.top-mv-container {
  position: sticky;
  top: 0;
  width: calc(100vw - (100vw - 100%));
  height: 100svh;
}

.top-mv-item {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100svh;
  padding: var(--gap);
  transition: opacity var(--transition-scale);
}

.top-mv-item .top-mv-txt {
  position: absolute;
  margin-top: 70px;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.top-mv-txt {
  max-width: 800px;
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top-mv-txt {
    max-width: 70%;
  }
}

.top-mv-txt img {
  width: 100%;
}

.top-mv-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: -webkit-transform var(--transition-scale);
  transition: transform var(--transition-scale);
  transition: transform var(--transition-scale), -webkit-transform var(--transition-scale);
}

.top-mv-video {
  overflow: hidden;
  width: 100%;
  height: 100dvh;
}

.top-mv-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .top-mv-item .top-mv-txt {
    margin-top: unset;
    top: auto;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-mv-txt {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) and (max-height:  699px) {
  .top-mv-txt {
    width: 50%;
  }
}
/*  --------------------------------------------------- 
-------------------------------------------------------  
@note  共通
------------------------------------------------------- 
---------------------------------------------------  */
/*  @note ttl
---------------------------------------------------  */
.ttl-box-max {
  margin-bottom: 60px;
}

.ttl-box {
  margin-bottom: 40px;
}

.ttl-box-min {
  margin-bottom: 20px;
}

.main-ttl .jp {
  font-size: 2.4rem;
}

.sub-ttl .en {
  font-size: 8.9rem;
}

.sub-ttl .jp {
  font-size: 3.4rem;
  letter-spacing: -0.01em;
}
.sub-ttl .jp.nowrap {
  white-space: nowrap;
}

.h3-ttl {
  font-size: 2rem;
}

.h4-ttl {
  font-size: 1.8rem;
}

/*  @note list
--------------------------------------------- */
.li2 ul,
.li3 ul,
.li4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.li2 ul {
  gap: 4%;
}

.li2 ul li {
  width: 48%;
}

.li3 ul {
  gap: 3%;
}

.li3 ul li {
  width: 31.3333%;
}

.li4 ul {
  gap: 2.6%;
}

.li4 ul li {
  width: 23%;
}

/*  @note button
--------------------------------------------- */
.btn-box {
  margin-top: 30px;
  width: fit-content;
}

.btn-box.btn-center {
  margin: 30px auto 0;
}

.btn-box.btn-right {
  margin: 30px 0 0 auto;
}

.btn-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 7px 70px 7px 30px;
  border: 1px solid #343434;
  border-radius: 30px;
  color: #343434;
  position: relative;
}

.btn-circle:before,
.btn-circle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  height: 1px;
  background: #343434;
}

.btn-circle:before {
  width: 30px;
  transform: translateY(-50%);
  transition: 0.5s;
}

.btn-circle:after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
  transition: 0.5s;
}

.btn-circle:hover:before {
  transition: 0.5s;
  width: 35px;
}

.btn-circle:hover:before,
.btn-circle:hover:after {
  right: 15px;
}

/* @note btn-wht */
.btn-wht .btn-circle {
  color: #fff;
  border: 1px solid #fff;
}

.btn-wht .btn-circle:before,
.btn-wht .btn-circle:after {
  background: #fff;
}

.btn-blknuri .btn-circle {
  color: #fff;
  background: #000;
}

.btn-blknuri .btn-circle:before,
.btn-blknuri .btn-circle:after {
  background: #fff;
}

.btn-keynuri .btn-circle {
  color: #fff;
  background: #6b1b7e;
}

.btn-keynuri .btn-circle:before,
.btn-keynuri .btn-circle:after {
  background: #fff;
}

.btn-box.btn-box-hmin .btn-circle {
  padding: 3px 90px 5px 50px;
}

.btn-box.btn-box-hmin .btn-circle:before,
.btn-box.btn-box-hmin .btn-circle:after {
  right: 45px;
}

.btn-box.btn-box-hmin .btn-circle:hover:before,
.btn-box.btn-box-hmin .btn-circle:hover:after {
  right: 40px;
}

/*  @note scroll overlap
--------------------------------------------- */
:root {
  --overlap-height: 300dvh;
  --mqUp-lg: 1024px;
}
@media screen and (max-width: 768px) {
  :root { --overlap-height: 0;}
}
:root .mv { --overlap-height: 540dvh;}

.overlap {
  min-height: var(--overlap-height);
  position: relative;
  z-index: 1;
  background: #fff;
}
@media screen and (max-height:  699px) {
  .overlap { min-height: 100px;}
}
@media screen and (max-width: 768px) {
  .overlap { min-height: 100px;}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .overlap { min-height: 100px;}
}
.overlap.footer {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}
.overlap-body {
  height: max-content;
}
.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  z-index: 0;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-height:  699px) {
  .js-scroll-overlap:not(.is-disabled) {
    top: 0 !important;
    display: block;
    position: relative;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .js-scroll-overlap:not(.is-disabled) {
    top: 0 !important;
    display: block;
    position: relative;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .js-scroll-overlap:not(.is-disabled) {
    top: 0 !important;
    display: block;
    position: relative;
    height: auto;
  }
}
.js-scroll-overlap.overlap-bottom:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: 0;
  bottom: var(--sticky-offset);
  z-index: 1;
}
.no-overlap {
  position: relative;
}

/*  ----------------------------------------  */
/*  ----------------------------------------  */
/*  ----------------------------------------  */
/*  ----------------------------------------  */
/*  @note top concept
--------------------------------------------- */
.top-concept {
  position: relative;
}
.top-concept .section-inner {
  padding: 150px 0;
}
.top-concept .sub-ttl .jp {
  font-size: 4.8rem;
  font-weight: 500;
}
.txt-mid {
  font-size: 2rem;
  line-height: 2em;
}
.txt-semi {
  font-size: 1.8rem;
}
.top-concept .txt-mid {
  width: 565px;
  margin: 0 auto;
}

/*  @note top about
--------------------------------------------- */
.top-about {
  position: relative;
  z-index: 0 !important;
  border-top: 1px solid #646464;
}
.img-right-outside {
  display: flex;
  align-items: center;
  gap: 5%;
}
.img-right-outside .img-right-outside__left {
  width: 54%;
}
.img-right-outside .img-right-outside__right {
  width: 41%;
}
.img-right-outside .img-right-outside__right img {
  width: calc(50% + 50vw);
}
.top-about .img-right-outside__right img,
.top-technology .flex-imgtxt__left img,
.top-solution .img-right-outside .img-right-outside__right img{
  border-radius: 1.5rem;
}
@media screen and (min-width: 769px) {
  .top-about-wrap.inview-top .top-about {
    position: fixed;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top-about-wrap.inview-top .top-about {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-height:  699px) {
  .top-about-wrap.inview-top .top-about {
    position: relative;
    width: 100%;
  }
}

.inview-anchor {
  opacity: 0;
  pointer-events: none;
  background: #000;
  height: 100svh;
  width: 50px;
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .inview-anchor {
    display: none;
  }
}
@media screen and (max-height:  699px) {
  .inview-anchor {
    display: block;
  }
}

.overlap-body {
  height: max-content;
}

.top-about-wrap .section-inner {
  width: 100%;
}
.top-about-wrap.inview-top:has(.inview-anchor.inview-top) {
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
}
.top-about-wrap.inview-top:has(.inview-anchor.inview-top) .top-about {
  position: fixed !important;
  top: var(--viewport-difference) !important;
  left: 0;
  width: 100%;
}

/*  @note top technology
--------------------------------------------- */
.top-technology-wrap {
  position: relative;
}

.top-technology {
  position: relative;
  z-index: 3 !important;
  transform: translateZ(1px);
}

.flex-imgtxt {
  display: flex;
  align-items: center;
  gap: 5%;
}

.flex-imgtxt__left {
  width: 44%;
}

.flex-imgtxt__right {
  width: 51%;
}

.flex-imgtxt__left img,
.flex-imgtxt__right img {
  width: 100%;
}

.top-technology .flex-imgtxt__left {
  margin-left: -40px;
}

.top-technology .flex-imgtxt__left {
  width: calc(44% + 40px);
}

/*  @note top products
--------------------------------------------- */
.ttl-btn-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-products {
  min-height: 100dvh;
  height: max-content;
  background-color: #000;
}

.top-products .scroll-item {
  position: relative;
  margin-right: 30px;
}

.top-products .scroll-item a {
  display: block;
  width: 100%;
  max-width: 760px;
  height: 420px;
  max-height: 50vh;
  position: relative;
}

@media screen and (max-height:  699px) {
  .top-products .scroll-contents {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    width: 100%;
    margin-bottom: 4vw;
  }
  .top-products .scroll-contents .scroll-item {
    width: 100%;
    height: 100%;
    margin-right: 0 !important;
  }
  .top-products .scroll-contents .scroll-item a {
    width: 100%;
    height: auto;
  }
  .top-products .scroll-contents .scroll-item img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top-products .scroll-contents {
    display: flex !important;
    flex-wrap: wrap;
  }
  .top-products .scroll-contents .scroll-item {
    width: 100%;
    height: 100%;
    margin-right: 0 !important;
  }
  .top-products .scroll-contents .scroll-item img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-products .scroll-contents {
    display: flex !important;
    flex-wrap: wrap;
  }
  .top-products .scroll-contents .scroll-item {
    width: 100%;
    height: 100%;
    margin-right: 0 !important;
  }
  .top-products .scroll-contents .scroll-item img {
    width: 100%;
    height: auto;
  }
}

.top-products .scroll-item .scroll-ttl {
  position: absolute;
  left: 25px;
  bottom: 15px;
}

.top-products .scroll-item .scroll-ttl .jp {
  font-size: 2rem;
}

.top-products .scroll-item .scroll-ttl .en {
  font-size: 5.5rem;
  font-family: "Overpass", sans-serif;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1;
}

.top-products .scroll-item .scroll-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.top-products .scroll-item a .top-products-img {
  cursor: pointer;
  overflow: hidden;
  height: 100%;
  width: auto;
  border-radius: 2.0rem;
}

.top-products .scroll-item .top-products-img img {
  height: 100%;
  vertical-align: top;
}

.top-products .scroll-item a .top-products-img img {
  transition: transform 0.6s ease;
}

.top-products .scroll-item a:hover .top-products-img img {
  transform: scale(1.05);
}

@media only screen and (min-width: 1025px) {
  .top-products {
    overflow: hidden;
    overflow-y: hidden;
  }
  .top-products .section-inner {
    padding-bottom: 20px;
  }
  .top-products .bg-color-blk {
    min-height: max-content;
    height: max-content;
  }
  .top-products .scroll-imgbox {
    margin: 0 auto;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
  }
  .top-products .scroll-contents {
    display: flex;
    padding: 30px 0;
  }
  .top-products .scroll-item a:hover .btn-circle:before {
    transition: 0.5s;
    width: 35px;
  }
  .top-products .scroll-item a:hover .btn-circle:before,
  .top-products .scroll-item a:hover .btn-circle:after {
    right: 15px;
  }
}
/*  @note top solution
--------------------------------------------- */
.top-solution {
  position: relative;
  z-index: 3;
}

.top-solution .img-right-outside {
  align-items: flex-start;
  gap: 8%;
}

.top-solution .img-right-outside .img-right-outside__right {
  width: 38%;
}

@media screen and (min-width: 1025px) {
  .top-about .section-inner,
  .top-technology .section-inner,
  .top-products .section-inner,
  .top-solution .section-inner {
    padding-top: 40px;
    overflow: hidden;
  }
}
/*  @note top news
--------------------------------------------- */
.news-wrap {
  --overlap-height: 0;
}

.top-news {
  position: relative;
  z-index: 3 !important;
}
@media screen and (min-width: 769px) {
  .top-news {
    height: auto !important;
  }
}

.top-news-container {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.top-news-container .ttl-box .sub-ttl {
  line-height: 1;
  margin-top: -10px;
}

.top-news-list {
  width: 100%;
}

.top-news-item a {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #000;
  transition: 0.5s;
}

.top-news-item a:hover {
  opacity: 0.6;
}

.top-news-item:first-child a {
  border-top: 1px solid #000;
}

.top-news-item a time {
  min-width: 120px;
}

/*  ----------------------------------------  */
/*  ----------------------------------------  */
/*  ----------------------------------------  */
/*  ----------------------------------------  */
/*  @note footer
--------------------------------------------- */
footer {
  position: relative;
  z-index: 0 !important;
}

.footer {
  z-index: 0 !important;
}

.footer-inner {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.main.top .footer-info {
  margin-top: 200px;
}
@media screen and (max-height:  699px) {
  .main.top .footer-info {
    margin-top: 3em !important;
  }
}

.main.top .footer-menu {
  position: relative;
}

.main.top .footer-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-bottom: -40px;
}

.footer {
  position: relative;
  background: #6b1b7e;
  color: #fff;
}

.footer-container {
  padding: 50px 0 25px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (max-height:  699px) {
  .footer-container {
    padding: 0 !important;
  }
}

.footer-container a {
  transition: 0.5s;
}

.footer-container a:hover {
  opacity: 0.6;
}

.footer-logo {
  width: 400px;
  margin: 0 auto;
}

.footer-logo a {
  display: block;
}

/*  @note footer top only start  */
.footer-list li {
  margin-top: 5px;
  font-size: 2rem;
}

.footer-list li a {
  color: #fff;
}

.footer-list li:first-child {
  margin-top: 0;
}

.footer-list li:nth-last-of-type(2) {
  margin-top: 40px;
}

.footer-lang select {
  appearance: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.footer-lang option {
  font-size: 1.6rem;
}

.footer-lang select:not(:-internal-list-box):not([multiple]) option {
  font-size: 1.6rem;
}
.footer-time {
  font-size: 1.8rem;
  font-weight: 400;
}

.footer-copy {
  margin-top: 20px;
  display: flex;
  gap: 30px;
  align-items: flex-end;
}

.footer-info-logo {
  width: 250px;
  display: inline-block;
}

.footer-info-copy {
  font-size: 1.3rem;
}

/*
@note - - PC フッター
*/
@media screen and (min-width: 1025px) {
  .footer-inner .footer-container {
    height: 100dvh;
    padding: 0;
  }
  .footer-inner .wrap-wide {
    max-width: 100%;
    height: 100%;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .footer-inner .wrap-wide .footer-menu .footer-logo {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .footer-inner .wrap-wide .footer-menu .footer-list {
    transform: translateY(-50%);
    margin-top: 1em;
  }
  .footer-inner .wrap-wide .footer-info {
    position: absolute;
    bottom: 25px;
    left: 25px;    
    width: calc( 100% - 50px);
  }
}
/*  ----------------------------------------  */
/*  ----------------------------------------  */
/*  @note scl ｜下から上、右から、左から出現
--------------------------------------------- */
.scl_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scl_up.on {
  transform: translateY(0);
  opacity: 1;
}

.scl_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scl_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

.scl_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scl_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

.time02 {
  transition-delay: 0.2s;
}

.time03 {
  transition-delay: 0.4s;
}

.time04 {
  transition-delay: 0.6s;
}

.time05 {
  transition-delay: 0.8s;
}

/*  @note ----------------------------------------  */
/*  @note ----------------------------------------  */
.fade {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=styles.css.map */