@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,500;1,600&family=Noto+Sans+JP:wght@300;400;500&display=swap");
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
[lang="zh-cmn-Hans"] .js-jp-txt, [lang="zh-cmn-Hans"] .js-en-txt {
  display: none !important;
}

[lang="ja"] .js-cn-txt, [lang="ja"] .js-en-txt {
  display: none !important;
}

[lang="en"] .js-jp-txt, [lang="en"] .js-cn-txt {
  display: none !important;
}

.bottom-pagetop {
  display: none;
}

.m-txt-sub {
  display: none;
}

@media print, screen and (min-width: 1025px) {
  [data-fixed] {
    max-width: 1086px;
  }
}

@media screen and (max-width: 1024px) {
  [data-fixed] {
    padding: 0 15px;
    width: 100%;
  }
}

#l-footer {
  margin-top: 0;
}

.content-pagepath {
  margin-top: 0;
}

.content-pagepath #l-topicpath {
  width: 90%;
}

.u-mainv {
  will-change: animation;
  background: url("/assets/images/brand/bg_mainv.jpg") no-repeat center center/cover;
  color: #fff;
  height: calc(100vh - 88px);
  max-height: 100vw;
  overflow: hidden;
  position: relative;
  z-index: -4;
  background: #003894;
}

@media screen and (max-width: 1024px) {
  .u-mainv {
    min-height: 350px;
  }
}

.u-mainv .mainv-copy {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 1025px) {
  .u-mainv .mainv-copy {
    width: 65%;
    max-width: 890px;
  }
}

@media screen and (max-width: 1024px) {
  .u-mainv .mainv-copy {
    width: 100%;
    max-width: calc(100% - (15px * 2));
  }
}

@-webkit-keyframes zabutonTxt {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  99% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes zabutonTxt {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  99% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes zabuton {
  0% {
    -webkit-transform: translate(-101%, -50%);
            transform: translate(-101%, -50%);
  }
  100% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

@keyframes zabuton {
  0% {
    -webkit-transform: translate(-101%, -50%);
            transform: translate(-101%, -50%);
  }
  100% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

.u-mainv .mainv-copy .copy-sub {
  padding-left: 0.025em;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.u-mainv .mainv-copy .copy-sub .copy-item {
  font-weight: 500;
  font-size: 37px;
  font-size: 3.7rem;
  letter-spacing: 0.12em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: zabutonTxt 800ms 500ms linear forwards;
          animation: zabutonTxt 800ms 500ms linear forwards;
}

@media screen and (max-width: 1024px) {
  .u-mainv .mainv-copy .copy-sub .copy-item {
    font-size: 1.7rem;
  }
}

.u-mainv .mainv-copy .copy-sub:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-101%, -50%);
          transform: translate(-101%, -50%);
  width: 200%;
  height: 80%;
  background: #fff;
  -webkit-animation: zabuton 1200ms 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: zabuton 1200ms 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.u-mainv .mainv-copy .copy-main {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .u-mainv .mainv-copy .copy-main {
    margin-top: -20px;
  }
}

.u-mainv .mainv-copy .copy-main .copy-item {
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: zabutonTxt 800ms 700ms linear forwards;
          animation: zabutonTxt 800ms 700ms linear forwards;
}

@media screen and (max-width: 1024px) {
  .u-mainv .mainv-copy .copy-main .copy-item {
    font-size: 3.5rem;
    line-height: 1;
  }
  .u-mainv .mainv-copy .copy-main .copy-item:lang(en) {
    font-size: 2.5rem;
    line-height: 1;
  }
}

@media screen and (max-width: 1024px) {
  .u-mainv .mainv-copy .copy-main {
    font-size: 3.5rem;
  }
}

.u-mainv .mainv-copy .copy-main:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-101%, -50%);
          transform: translate(-101%, -50%);
  width: 200%;
  height: 80%;
  background: #fff;
  -webkit-animation: zabuton 1200ms 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: zabuton 1200ms 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 1024px) {
  .u-mainv .mainv-copy .copy-main:after {
    height: 50%;
  }
}

.u-mainv .mainv-copy .en-ttl {
  margin-top: 2em;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.u-mainv .mainv-copy .en-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-101%, -50%);
          transform: translate(-101%, -50%);
  width: 200%;
  height: 100%;
  background: #fff;
  -webkit-animation: zabuton 1200ms 1600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: zabuton 1200ms 1600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 1024px) {
  .u-mainv .mainv-copy .en-ttl {
    margin-top: -24px;
  }
}

.u-mainv .mainv-copy .en-ttl .ttl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
  font-weight: 600;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: zabutonTxt 800ms 1200ms linear forwards;
          animation: zabutonTxt 800ms 1200ms linear forwards;
}

@media screen and (max-width: 1024px) {
  .u-mainv .mainv-copy .en-ttl .ttl-item {
    font-size: 1rem;
  }
}

.u-mainv .mainv-copy .en-ttl .ttl-item .ttl-hyphen {
  display: block;
  width: 116px;
  height: 1px;
  background-color: #fff;
  margin-right: 14px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media screen and (max-width: 1024px) {
  .u-mainv .mainv-copy .en-ttl .ttl-item .ttl-hyphen {
    width: 58px;
  }
}

.u-mainv .bg-canvas {
  position: absolute;
  inset: 0;
  width: 100vw;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .u-mainv .bg-canvas {
    display: none;
  }
}

.u-mainv .bg-img-sp {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.u-mainv .bg-img-sp .bg-img {
  position: absolute;
  inset: 0;
  display: block;
  -webkit-animation: change-img-anim 18s infinite;
          animation: change-img-anim 18s infinite;
}

@-webkit-keyframes change-img-anim {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  28% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  33% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  94% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes change-img-anim {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  28% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  33% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  94% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.u-mainv .bg-img-sp .bg-img.order01 {
  background: url("/assets/images/brand/bg_mainv_01.jpg") no-repeat center center/cover;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.u-mainv .bg-img-sp .bg-img.order02 {
  background: url("/assets/images/brand/bg_mainv_02.jpg") no-repeat center center/cover;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.u-mainv .bg-img-sp .bg-img.order03 {
  background: url("/assets/images/brand/bg_mainv_03.jpg") no-repeat center center/cover;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.u-story {
  min-height: 100vh;
  background: linear-gradient(#001053, #003894, #2656A4);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .u-story {
    padding-bottom: 80px;
  }
}

.u-story .story-pagepath {
  padding-top: 32px;
}

.u-story .story-pagepath #l-topicpath * {
  color: #406AAF;
}

.u-story .story-timeline {
  padding-top: 120px;
}

@media screen and (max-width: 1024px) {
  .u-story .story-timeline {
    padding-top: 60px;
  }
  .u-story .story-timeline > * + * {
    margin-top: 80px;
  }
}

.u-story .timeline-wrap {
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .u-story .timeline-wrap {
    margin-top: -1em;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-story .timeline-wrap .timeline-ttl {
    padding-top: 175px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-story .timeline-wrap .timeline-ttl .ttl-num {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 1024px) {
  .u-story .timeline-wrap .timeline-ttl .ttl-num {
    margin: 0 auto;
    text-align: center;
  }
}

.u-story .timeline-wrap .timeline-ttl .ttl-num .num-value {
  font-size: 160px;
  font-size: 16rem;
  letter-spacing: 0.05em;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px #406AAF;
  line-height: 1;
  padding-bottom: 8px;
}

.u-story .timeline-wrap .timeline-ttl .ttl-num .num-value:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * .5em);
  content: "";
}

.u-story .timeline-wrap .timeline-ttl .ttl-num .num-value:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * .5em);
  content: "";
}

@media screen and (max-width: 1024px) {
  .u-story .timeline-wrap .timeline-ttl .ttl-num .num-value {
    font-size: 10rem;
  }
}

.u-story .timeline-wrap .timeline-ttl .ttl-num .stroke-wrap {
  height: 100%;
}

.u-story .timeline-wrap .timeline-ttl .ttl-num .num-stroke {
  display: block;
  width: 1px;
  height: 0%;
  background: #406AAF;
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media screen and (max-width: 1024px) {
  .u-story .timeline-wrap .timeline-ttl .ttl-num .num-stroke {
    display: none;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-story .timeline-wrap .timeline-ttl .ttl-copy {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .u-story .timeline-wrap .timeline-ttl .ttl-copy {
    margin-top: 1em;
  }
}

@-webkit-keyframes zabutonSection {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes zabutonSection {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes txtSection {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes txtSection {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-left {
  text-align: left;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num01 {
  -webkit-animation: zabutonSection 500ms 0ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: zabutonSection 500ms 0ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num01 .txt-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: txtSection 500ms 200ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: txtSection 500ms 200ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num02 {
  -webkit-animation: zabutonSection 500ms 300ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: zabutonSection 500ms 300ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num02 .txt-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: txtSection 500ms 500ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: txtSection 500ms 500ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num03 {
  -webkit-animation: zabutonSection 500ms 600ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: zabutonSection 500ms 600ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num03 .txt-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: txtSection 500ms 800ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: txtSection 500ms 800ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num04 {
  -webkit-animation: zabutonSection 500ms 900ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: zabutonSection 500ms 900ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num04 .txt-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: txtSection 500ms 1100ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: txtSection 500ms 1100ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num05 {
  -webkit-animation: zabutonSection 500ms 1200ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: zabutonSection 500ms 1200ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num05 .txt-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: txtSection 500ms 1400ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: txtSection 500ms 1400ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num06 {
  -webkit-animation: zabutonSection 500ms 1500ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: zabutonSection 500ms 1500ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num06 .txt-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: txtSection 500ms 1700ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: txtSection 500ms 1700ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num07 {
  -webkit-animation: zabutonSection 500ms 1800ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: zabutonSection 500ms 1800ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num07 .txt-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: txtSection 500ms 2000ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: txtSection 500ms 2000ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num08 {
  -webkit-animation: zabutonSection 500ms 2100ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: zabutonSection 500ms 2100ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy.onfadein .copy-txt .txt-wrap.num08 .txt-item {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: txtSection 500ms 2300ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
          animation: txtSection 500ms 2300ms cubic-bezier(0.78, 0, 0.58, 1) forwards;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy .copy-txt {
  display: inline-block;
  text-align-last: left;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy .copy-txt .txt-wrap {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0.45em;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy .copy-txt .txt-wrap:before {
  display: block;
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  background-color: #fff;
  z-index: -1;
}

.u-story .timeline-wrap .timeline-ttl .ttl-copy .copy-txt .txt-wrap .txt-item {
  font-weight: 500;
  color: #003894;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 850ms 250ms cubic-bezier(0.78, 0, 0.58, 1);
}

@media screen and (max-width: 1024px) {
  .u-story .timeline-wrap .timeline-ttl .ttl-copy .copy-txt .txt-wrap .txt-item {
    font-size: clamp(1.5rem, 7.4vw, 3rem);
  }
  .u-story .timeline-wrap .timeline-ttl .ttl-copy .copy-txt .txt-wrap .txt-item:lang(en) {
    font-size: 2rem;
  }
}

.u-story .m-box-story {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .u-story .m-box-story {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 50px;
  }
}

.u-story .m-box-story.v-01 {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story.v-02 {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 328px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story.v-02 .story-img-wrap {
    -webkit-transform: translate(140px, 120px);
            transform: translate(140px, 120px);
    max-width: 618px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story.v-03 {
    padding-bottom: 328px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story.v-03 .story-img-wrap {
    -webkit-transform: translate(0px, 120px);
            transform: translate(0px, 120px);
  }
}

.u-story .m-box-story.v-03 .img-item {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story.v-04 {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 328px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story.v-04 .story-img-wrap {
    -webkit-transform: translate(0px, 120px);
            transform: translate(0px, 120px);
  }
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story.v-05 {
    padding-bottom: 318px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story.v-05 .story-img-wrap {
    -webkit-transform: translate(-140px, 110px);
            transform: translate(-140px, 110px);
    max-width: 554px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story.v-06 {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 288px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story.v-06 .story-img-wrap {
    -webkit-transform: translate(0px, 80px);
            transform: translate(0px, 80px);
  }
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story.v-07 {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 660px;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story.v-07 .story-img-wrap {
    -webkit-transform: translate(-80px, 160px);
            transform: translate(-80px, 160px);
  }
}

.u-story .m-box-story.v-07 .story-img-wrap .img-curtain {
  position: absolute;
  background: url("/assets/images/brand/bg_secret.png") no-repeat center center/cover;
}

.u-story .m-box-story .story-img-wrap {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .u-story .m-box-story .story-img-wrap {
    margin-top: 40px;
  }
}

.u-story .m-box-story .story-img-wrap.onfadein .img-curtain {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}

.u-story .m-box-story .story-img-wrap.onfadein .img-item {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.u-story .m-box-story .story-img-wrap .img-curtain {
  position: absolute;
  inset: 0;
  width: calc(100% + 4);
  height: calc(100% + 4);
  background: #003894;
  -webkit-transform-origin: top;
          transform-origin: top;
  transition: all 550ms cubic-bezier(0.78, 0, 0.58, 1);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  z-index: 10;
}

.u-story .m-box-story .story-img-wrap .img-item {
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  transition: opacity 800ms 500ms linear, -webkit-transform 1200ms cubic-bezier(0.78, 0, 0.58, 1);
  transition: transform 1200ms cubic-bezier(0.78, 0, 0.58, 1), opacity 800ms 500ms linear;
  transition: transform 1200ms cubic-bezier(0.78, 0, 0.58, 1), opacity 800ms 500ms linear, -webkit-transform 1200ms cubic-bezier(0.78, 0, 0.58, 1);
}

@media print, screen and (min-width: 1025px) {
  .u-story .m-box-story .story-desc {
    width: 410px;
  }
}

.u-story .m-box-story .story-desc .desc-num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-story .m-box-story .story-desc .desc-num .num-hyphen {
  width: 24px;
  height: 1px;
  background: #406AAF;
  margin-right: 12px;
}

.u-story .m-box-story .story-desc .desc-num .num-txt {
  color: #406AAF;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1024px) {
  .u-story .m-box-story .story-desc .desc-num .num-txt {
    font-size: 1.2rem;
  }
}

.u-story .m-box-story .story-desc .desc-txt {
  margin-top: 40px;
  color: #fff;
  line-height: 2.125;
  letter-spacing: 0.025em;
  font-size: 16px;
  font-size: 1.6rem;
}

.u-story .m-box-story .story-desc .desc-txt * + * {
  margin-top: 2em;
}

@media screen and (max-width: 1024px) {
  .u-story .m-box-story .story-desc .desc-txt * + * {
    margin-top: 1em;
  }
}

.last-copy {
  padding: 0px 0 460px;
  margin-top: -20px;
}

@media screen and (max-width: 1024px) {
  .last-copy {
    padding: 100px 0;
    margin-top: 0px;
  }
}

.last-copy .copy-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.last-copy .copy-inner .copy-img {
  transition: opacity 400ms;
  display: block;
  margin: 0 auto;
  width: 200px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: relative;
  z-index: 10;
}

.last-copy .copy-inner .copy-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #2656A4;
  font-weight: 500;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1;
  transition: color 800ms;
  display: block;
  width: 100vw;
}

.last-copy .copy-inner .copy-item span {
  display: block;
}

@media screen and (max-width: 1024px) {
  .last-copy .copy-inner .copy-item {
    width: 100%;
  }
}

.last-copy .copy-inner .copy-item:lang(en) {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  .last-copy .copy-inner .copy-item:lang(en) {
    font-size: 2rem;
  }
}

.last-copy .copy-inner .bg-fadein {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 1215px;
}

.last-copy .copy-inner .bg-fadein:before {
  transition: opacity 800ms ease-in, -webkit-transform 600ms ease-out;
  transition: opacity 800ms ease-in, transform 600ms ease-out;
  transition: opacity 800ms ease-in, transform 600ms ease-out, -webkit-transform 600ms ease-out;
  content: "";
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: calc(150vw);
  height: calc(150vw);
  background: #fff;
  box-shadow: 0px 0px 100px 100px white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .last-copy .copy-inner .bg-fadein:before {
    width: calc(200vh);
    height: calc(200vh);
  }
}

.last-copy.is-active .copy-inner .bg-fadein:before {
  transition: opacity 400ms ease-in, -webkit-transform 800ms ease-out;
  transition: opacity 400ms ease-in, transform 800ms ease-out;
  transition: opacity 400ms ease-in, transform 800ms ease-out, -webkit-transform 800ms ease-out;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.last-copy.is-active .copy-img {
  opacity: 0.22;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=22)";
}

.last-copy.is-active .copy-item {
  -webkit-animation: fadeInCopy 1100ms 400ms ease-out forwards;
          animation: fadeInCopy 1100ms 400ms ease-out forwards;
}

@-webkit-keyframes fadeInCopy {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    letter-spacing: -0.1em;
  }
  80% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    letter-spacing: 0.1em;
  }
}

@keyframes fadeInCopy {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    letter-spacing: -0.1em;
  }
  80% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    letter-spacing: 0.1em;
  }
}

.sp-stroke-wrap {
  margin-top: 0 !important;
  height: 80px;
}

.sp-stroke-wrap .num-stroke {
  display: block;
  width: 1px;
  height: 0%;
  background: #406AAF;
  -webkit-transform-origin: top;
          transform-origin: top;
  margin: 0 auto;
}

.u-banner {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-banner .banner-item {
  display: block;
  padding: 80px 0;
  width: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

.aruru {
  -webkit-animation: aruru 1.5s ease-in,aruruRotate 3s linear infinite;
          animation: aruru 1.5s ease-in,aruruRotate 3s linear infinite;
  display: inline-block;
  position: fixed;
  top: -1em;
  z-index: 1000;
  background: no-repeat center center / contain;
}

.big_aruru {
  display: block;
  width: 500px;
  height: 500px;
  background: url("/assets/images/brand/p_suparuru.png") no-repeat center center/contain;
  position: fixed;
  z-index: 999;
  top: 150%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: aruruFadeout 400ms 6s forwards;
          animation: aruruFadeout 400ms 6s forwards;
}

@-webkit-keyframes aruruFadeout {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes aruruFadeout {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes aruru {
  0% {
    top: -1em;
  }
  100% {
    top: calc(100vh + 1em);
  }
}

@keyframes aruru {
  0% {
    top: -1em;
  }
  100% {
    top: calc(100vh + 1em);
  }
}

@-webkit-keyframes aruruRotate {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes aruruRotate {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
