@charset "UTF-8";
@keyframes ANI--menu {
  0% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
  0.1% {
    display: grid;
    visibility: inherit;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ANI--Slide--R-L {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes ANI--Fade--UP {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translatY(0%);
    opacity: 1;
  }
}
@keyframes ani--FideSlide--R-L {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes ani--Slid--DOWN {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translatY(100%);
  }
}
@keyframes ani--fuwa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani--bottom-to-top {
  0% {
    filter: blur(0.625rem);
    opacity: 0;
    translate: 0 1.5rem;
  }
  100% {
    filter: blur(0);
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes ani--shine {
  0% {
    opacity: 0;
  }
  100% {
    left: 200%;
    opacity: 1 !important;
  }
}
/********************************************************/
/* ▼スクロール検知用 */
.js--inview.js--obv_targetA {
  opacity: 1 !important;
  transform: translateY(0%) !important;
  transition: all 1.4s 0.4s ease;
}

.unit--logos.js--inview.js--obv_targetA .inner > a {
  opacity: 1 !important;
  transition-property: all;
  transition-duration: 1.4s;
  transition-delay: 0.8s;
  transition-timing-function: ease;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(1) {
  transition-delay: 0.6s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(2) {
  transition-delay: 0.9s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(3) {
  transition-delay: 1.2s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(4) {
  transition-delay: 1.5s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(5) {
  transition-delay: 1.8s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(6) {
  transition-delay: 2.1s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(7) {
  transition-delay: 2.4s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(8) {
  transition-delay: 2.7s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(9) {
  transition-delay: 3s;
}
.unit--logos.js--inview.js--obv_targetA .inner a:nth-child(10) {
  transition-delay: 3.3s;
}

.js--inview.js--obv_targetB {
  opacity: 1 !important;
  transform: translateY(0%) !important;
  transition: all 1.4s 0.6s ease;
}

.js--inview.js--obv_targetC {
  opacity: 1 !important;
  transform: translateY(0%) !important;
  transition: all 1.4s 1.2s ease;
}

.js--inview.js--obv_targetC.btn {
  opacity: 1 !important;
  transform: translateY(0%) !important;
  transition: all 1.4s 0.6s ease;
}

.cnt--topics--wrap.js--inview.js--obv_targetA > a {
  opacity: 1 !important;
  transition-property: all;
  transition-duration: 1.4s;
  transition-delay: 0.8s;
  transition-timing-function: ease;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(1) {
  transition-delay: 0.6s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(2) {
  transition-delay: 0.9s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(3) {
  transition-delay: 1.2s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(4) {
  transition-delay: 1.5s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(5) {
  transition-delay: 1.8s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(6) {
  transition-delay: 2.1s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(7) {
  transition-delay: 2.4s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(8) {
  transition-delay: 2.7s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(9) {
  transition-delay: 3s;
}
.cnt--topics--wrap.js--inview.js--obv_targetA a:nth-child(10) {
  transition-delay: 3.3s;
}

.news--list--wrap.js--inview.js--obv_targetA ul li {
  opacity: 1 !important;
  transition-property: all;
  transition-duration: 1.4s;
  transition-delay: 0.8s;
  transition-timing-function: ease;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(1) {
  transition-delay: 0.6s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(2) {
  transition-delay: 0.9s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(3) {
  transition-delay: 1.2s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(4) {
  transition-delay: 1.5s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(5) {
  transition-delay: 1.8s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(6) {
  transition-delay: 2.1s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(7) {
  transition-delay: 2.4s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(8) {
  transition-delay: 2.7s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(9) {
  transition-delay: 3s;
}
.news--list--wrap.js--inview.js--obv_targetA ul li:nth-child(10) {
  transition-delay: 3.3s;
}

.js--loadFinished .top--mv--texts {
  animation-name: ani--fuwa;
  animation-delay: 0.5s;
  animation-duration: 1.3s;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
  animation-timing-function: ease-in-out;
}
.js--loadFinished .MV--toNews {
  animation-name: ani--FideSlide--R-L;
  animation-delay: 1.1s;
  animation-duration: 1s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body section.irnavi > dl {
  display: grid !important;
  grid-template-columns: max-content auto max-content;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  width: 100%;
  box-sizing: border-box;
  padding: 1.4em 1em !important;
}
body section.irnavi > dl:last-of-type {
  border-bottom: none !important;
}
@media screen and (max-width: 640px) {
  body section.irnavi > dl {
    justify-content: space-between;
    grid-template-columns: min-content min-content;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
}
body section.irnavi > dl.clearfix::after {
  display: none;
}
body section.irnavi > dl > dt {
  order: 1;
  width: auto;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  body section.irnavi > dl > dt {
    grid-area: 1/1/2/2;
  }
}
body section.irnavi > dl > dd.ir-list {
  order: 2;
  width: auto;
}
@media screen and (max-width: 640px) {
  body section.irnavi > dl > dd.ir-list {
    grid-area: 2/1/3/3;
  }
}
body section.irnavi > dl > dd.ir-list a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 24px;
  vertical-align: middle;
  background: url(../img24/top/icon--news--pdf.svg);
  background-size: 21px 24px;
  background-repeat: no-repeat;
  margin-left: 0.5em;
  aspect-ratio: 1/1.123;
}
body section.irnavi > dl > dd.ir-icn {
  display: none;
}
body section.irnavi > dl::before {
  order: 3;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  line-height: unset;
  border-radius: 1em;
  padding: 0.2em 0.1em 0.1em;
  margin-left: 0.8em;
  vertical-align: text-bottom;
  min-width: 100px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  body section.irnavi > dl::before {
    grid-area: 1/2/2/3;
  }
}
body section.irnavi > dl[data-label=MaaS]::before {
  content: attr(data-label);
  background-color: #f76f49;
}
body section.irnavi > dl[data-label=プレスリリース]::before {
  content: attr(data-label);
  background-color: #d2194b;
}
body section.irnavi > dl[data-label=ビジネスレポート]::before {
  content: attr(data-label);
  background-color: #7c59e3;
}
body section.irnavi > dl[data-label=決算説明会]::before {
  content: attr(data-label);
  background-color: #389643;
}
body section.irnavi > dl[data-label=有価証券報告書]::before {
  content: attr(data-label);
  background-color: #4a58ed;
}
body section.irnavi > dl[data-label=IRリリース]::before {
  content: attr(data-label);
  background-color: #2e9ba3;
}
body section.irnavi > dl[data-label=決算短信]::before {
  content: attr(data-label);
  background-color: #049be7;
}
body section.irnavi > dl[data-label=その他]::before {
  content: attr(data-label);
  background-color: #8793a6;
}
body section#NaviLib, body section#NaviIr {
  padding-bottom: 0;
}
body section#NaviLib > dl, body section#NaviIr > dl {
  min-height: 2em;
  padding: 1.2em 1em;
}/*# sourceMappingURL=com.css.map */