main#history {
  overflow: hidden;
  background-image: url("../img/bg_noise.png");
  background-size: 200px 200px;
  background-repeat: repeat; }
  main#history .local {
    font-feature-settings: 'palt' on;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 768px) {
      main#history .local {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto; } }
  main#history span.pc {
    display: inline; }
    @media screen and (max-width: 768px) {
      main#history span.pc {
        display: none; } }
  main#history span.sp {
    display: none; }
    @media screen and (max-width: 768px) {
      main#history span.sp {
        display: inline; } }
  main#history nav.back {
    position: absolute;
    z-index: 1000;
    top: 34px;
    left: calc(50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      main#history nav.back {
        display: none; } }
    main#history nav.back p {
      line-height: 1; }
      main#history nav.back p a {
        position: relative;
        display: block;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        color: #828282;
        padding-left: 16px;
        text-decoration: none !important;
        letter-spacing: 0.05em; }
        main#history nav.back p a:before {
          content: "";
          background-image: url("../img/back_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: 5px;
          height: 9px;
          position: absolute;
          top: calc(50% - 4.5px);
          left: 0; }
  main#history nav.year {
    position: fixed;
    z-index: 1000;
    top: 50%;
    right: -120px;
    transform: translateY(-50%);
    transition: all ease .5s;
    mix-blend-mode: multiply; }
    @media screen and (max-width: 768px) {
      main#history nav.year {
        background: #2B44A0;
        height: 48px;
        bottom: -48px;
        top: auto;
        left: 0;
        right: 0;
        transform: none;
        overflow: auto;
        mix-blend-mode: normal; } }
    main#history nav.year.active {
      right: 0; }
      @media screen and (max-width: 768px) {
        main#history nav.year.active {
          bottom: 0; } }
    main#history nav.year ul {
      padding: 0;
      list-style: none; }
      @media screen and (max-width: 768px) {
        main#history nav.year ul {
          text-align: center;
          white-space: nowrap; } }
      main#history nav.year ul li {
        margin: 28px 0; }
        @media screen and (max-width: 768px) {
          main#history nav.year ul li {
            display: inline;
            margin: 0;
            padding: 0 10px; }
            main#history nav.year ul li:first-child {
              padding: 0 10px 0 26px; }
            main#history nav.year ul li:last-child {
              padding: 0 26px 0 10px; } }
        main#history nav.year ul li a {
          position: relative;
          display: block;
          font-family: 'Montserrat';
          font-style: normal;
          font-weight: 400;
          font-size: 11px;
          line-height: 100%;
          color: #ADADAD;
          padding-right: 30px;
          text-align: right;
          text-decoration: none;
          transition: all ease .3s; }
          @media screen and (max-width: 768px) {
            main#history nav.year ul li a {
              vertical-align: top;
              display: inline-block;
              font-size: 12px;
              line-height: 48px;
              padding: 0; } }
          main#history nav.year ul li a span {
            min-width: .635em;
            display: inline-block;
            text-align: center; }
          main#history nav.year ul li a:before {
            transition: all ease .3s;
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            display: block;
            width: 12px;
            height: 1px;
            background-color: #D4D4D4; }
            @media screen and (max-width: 768px) {
              main#history nav.year ul li a:before {
                display: none !important; } }
          main#history nav.year ul li a:hover {
            font-weight: 600;
            color: #2B44A0; }
            @media screen and (max-width: 768px) {
              main#history nav.year ul li a:hover {
                font-size: 15px;
                line-height: 48px;
                color: #FFFFFF; } }
            main#history nav.year ul li a:hover:before {
              content: "";
              position: absolute;
              top: 50%;
              right: 0;
              display: block;
              width: 18px;
              height: 2px;
              background-color: #2B44A0; }
        main#history nav.year ul li.current a {
          font-weight: 600;
          color: #2B44A0; }
          @media screen and (max-width: 768px) {
            main#history nav.year ul li.current a {
              font-size: 15px;
              line-height: 48px;
              color: #FFFFFF; } }
          main#history nav.year ul li.current a:before {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            display: block;
            width: 18px;
            height: 2px;
            background-color: #2B44A0; }
  main#history .container {
    width: calc(960 / 3 * 4px);
    margin: 0 auto; }
    @media screen and (max-width: 1600px) {
      main#history .container {
        width: calc(960 / 1200 * 100vw); } }
    @media screen and (max-width: 768px) {
      main#history .container {
        width: 86.133333%; } }
  main#history section.visual {
    position: relative;
    -webkit-backface-visibility: hidden; }
    main#history section.visual:before {
      content: "";
      background-image: url("../img/visual_bg.svg");
      background-size: 100% 100%;
      display: block;
      width: 1700px;
      height: 1428px;
      position: absolute;
      top: -262.6666666667px;
      left: calc(50% + 132 / 3 * 4px); }
      @media screen and (max-width: 1600px) {
        main#history section.visual:before {
          width: 106.25vw;
          height: 89.25vw;
          top: -16.4166666667vw;
          left: calc(50% + 132 / 1200 * 100vw); } }
      @media screen and (max-width: 768px) {
        main#history section.visual:before {
          width: 216.5333333333vw;
          height: 181.8666666667vw;
          top: calc(175 / 375 * 100vw);
          left: 33.8666666667vw; } }
    main#history section.visual .container {
      position: relative;
      height: calc(894 / 3 * 4px); }
      @media screen and (max-width: 1600px) {
        main#history section.visual .container {
          height: calc(894 / 1200 * 100vw); } }
      @media screen and (max-width: 768px) {
        main#history section.visual .container {
          height: calc(653 / 375 * 100vw); } }
      main#history section.visual .container .content {
        position: absolute;
        left: 0;
        top: 250.6666666667px; }
        @media screen and (max-width: 1600px) {
          main#history section.visual .container .content {
            top: 15.6666666667vw; } }
        @media screen and (max-width: 768px) {
          main#history section.visual .container .content {
            top: 33.8666666667vw; } }
        main#history section.visual .container .content p.subtitle {
          font-family: 'Lato';
          font-style: normal;
          font-weight: 700;
          font-size: 29.3333333333px;
          line-height: 100%;
          letter-spacing: 0.05em;
          color: #2B44A0;
          margin-bottom: 69.3333333333px;
          padding-left: 37.3333333333px; }
          @media screen and (max-width: 1600px) {
            main#history section.visual .container .content p.subtitle {
              font-size: 1.8333333333vw;
              margin-bottom: 4.3333333333vw;
              padding-left: 2.3333333333vw; } }
          @media screen and (max-width: 768px) {
            main#history section.visual .container .content p.subtitle {
              font-size: 4vw;
              margin-bottom: 10.6666666667vw;
              padding-left: 5.3333333333vw; } }
          main#history section.visual .container .content p.subtitle:before {
            position: absolute;
            top: 5.9066666667px;
            left: 0;
            content: "";
            background-image: url("../img/visual_subtitle_deco.svg");
            background-size: 100% 100%;
            display: block;
            width: 22.6666666667px;
            height: 17.3333333333px; }
            @media screen and (max-width: 1600px) {
              main#history section.visual .container .content p.subtitle:before {
                top: 0.3691666667vw;
                width: 1.4166666667vw;
                height: 1.0833333333vw; } }
            @media screen and (max-width: 768px) {
              main#history section.visual .container .content p.subtitle:before {
                top: 0.8vw;
                width: 3.2vw;
                height: 2.4vw; } }
        main#history section.visual .container .content p.title {
          color: #333333;
          margin-bottom: 21.3333333333px;
          /*
          > span:nth-child(1) {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 500;
            font-size: 93 / 3 * 4px;
            line-height: 100%;
            letter-spacing: -0.02em;
            @media screen and (max-width: 1600px) {
              font-size: 93 / 1200 * 100vw;
            }
            @media screen and (max-width: 768px) {
            }
          }
          > span:nth-child(2) {
            font-family: 'Noto Sans JP';
            font-style: normal;
            font-weight: 500;
            font-size: 80 / 3 * 4px;
            line-height: 100%;
            letter-spacing: 0.03em;
            @media screen and (max-width: 1600px) {
              font-size: 80 / 1200 * 100vw;
            }
            span {
              font-size: 58 / 3 * 4px;
              line-height: 1;
              letter-spacing: -0.01em;
              vertical-align: baseline;
              @media screen and (max-width: 1600px) {
                font-size: 58 / 1200 * 100vw;
              }
            }
          }
          */ }
          @media screen and (max-width: 1600px) {
            main#history section.visual .container .content p.title {
              margin-bottom: 2vw; } }
          @media screen and (max-width: 768px) {
            main#history section.visual .container .content p.title {
              margin-bottom: 4.2666666667vw; } }
          main#history section.visual .container .content p.title img {
            max-width: none;
            width: 633.3333333333px; }
            @media screen and (max-width: 1600px) {
              main#history section.visual .container .content p.title img {
                width: 39.5833333333vw; } }
            @media screen and (max-width: 768px) {
              main#history section.visual .container .content p.title img {
                width: 85.3333333333vw; } }
        main#history section.visual .container .content p.copy {
          font-family: 'Noto Sans JP';
          font-style: normal;
          font-weight: 500;
          font-size: 18.6666666667px;
          line-height: 180%;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 1600px) {
            main#history section.visual .container .content p.copy {
              font-size: 1.1666666667vw; } }
          @media screen and (max-width: 768px) {
            main#history section.visual .container .content p.copy {
              font-size: 3.7333333333vw;
              letter-spacing: 0.02em; } }
      main#history section.visual .container figure {
        transform: rotate(-8deg);
        transform-origin: 50% 50%;
        position: absolute;
        top: 613.3333333333px;
        left: calc(50% + 75 / 3 * 4px);
        width: 0; }
        @media screen and (max-width: 1600px) {
          main#history section.visual .container figure {
            top: 38.3333333333vw;
            left: calc(50% + 75 / 1200 * 100vw); } }
        @media screen and (max-width: 768px) {
          main#history section.visual .container figure {
            top: 94.4vw;
            left: calc(50% + 53 / 375 * 100vw); } }
        main#history section.visual .container figure div {
          display: inline-block;
          white-space: nowrap;
          transform: translateX(-50%); }
          main#history section.visual .container figure div img {
            display: inline-block;
            width: 2924px;
            filter: drop-shadow(26.6666666667px 26.6666666667px 71.1106666667px rgba(28, 47, 115, 0.22));
            -webkit-backface-visibility: hidden;
            transform: translateZ(0);
            max-width: none; }
            @media screen and (max-width: 1600px) {
              main#history section.visual .container figure div img {
                filter: drop-shadow(1.6666666667vw 1.6666666667vw 4.4444166667vw rgba(28, 47, 115, 0.22));
                width: 182.75vw; } }
            @media screen and (max-width: 768px) {
              main#history section.visual .container figure div img {
                filter: drop-shadow(3vw 3vw 8vw rgba(28, 47, 115, 0.22));
                width: 441.6vw; } }
    main#history section.visual p.scroll {
      position: absolute;
      top: 818.6666666667px;
      right: 0; }
      @media screen and (max-width: 1600px) {
        main#history section.visual p.scroll {
          top: 51.1666666667vw; } }
      @media screen and (max-width: 768px) {
        main#history section.visual p.scroll {
          top: 138.9333333333vw; } }
      main#history section.visual p.scroll a {
        transition: all ease .3s;
        position: relative;
        display: block;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #fff;
        letter-spacing: 0.05em;
        width: 276px;
        height: 128px;
        border-radius: 9999px 0 0 9999px;
        background-color: #4B94EB;
        padding: 28px 0 0 128px;
        text-decoration: none !important; }
        @media screen and (max-width: 1600px) {
          main#history section.visual p.scroll a {
            font-size: 1vw;
            width: 17.25vw;
            height: 8vw;
            padding: 1.75vw 0 0 8vw; } }
        @media screen and (max-width: 768px) {
          main#history section.visual p.scroll a {
            width: 39.2vw;
            height: 18.1333333333vw;
            font-size: 2.9333333333vw;
            line-height: 140%;
            padding: 2.6666666667vw 0 0 17.0666666667vw; } }
        main#history section.visual p.scroll a span:first-child {
          position: absolute;
          top: 48px;
          left: 48px;
          width: 34.6666666667px;
          display: block; }
          @media screen and (max-width: 1600px) {
            main#history section.visual p.scroll a span:first-child {
              top: 3vw;
              left: 3vw;
              width: 2.1666666667vw; } }
          @media screen and (max-width: 768px) {
            main#history section.visual p.scroll a span:first-child {
              top: 6.4vw;
              left: 6.4vw;
              width: 5.3333333333vw; } }
          main#history section.visual p.scroll a span:first-child svg,
          main#history section.visual p.scroll a span:first-child img {
            vertical-align: top;
            max-width: none;
            width: 100%;
            height: auto; }
          main#history section.visual p.scroll a span:first-child svg path {
            transition: all ease .3s; }
        main#history section.visual p.scroll a:hover {
          background-color: #fff;
          color: #4B94EB; }
          main#history section.visual p.scroll a:hover span:first-child svg path {
            fill: currentColor; }
  main#history nav.jump .container {
    position: relative;
    width: 1048px;
    margin: 0 auto -53.3333333333px; }
    @media screen and (max-width: 1600px) {
      main#history nav.jump .container {
        width: 65.5vw;
        margin: 0 auto -3.3333333333vw; } }
    @media screen and (max-width: 768px) {
      main#history nav.jump .container {
        width: 86.133333%;
        margin: 0 auto -4.2666666667vw; } }
    main#history nav.jump .container .mask {
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: none; }
      @media screen and (max-width: 768px) {
        main#history nav.jump .container .mask {
          display: block;
          -webkit-mask-image: url("../img/visual_mask.svg");
          -webkit-mask-size: 216.5333333333vw 181.8666666667vw;
          -webkit-mask-position: calc(101 / 375 * 100vw) calc(-478 / 375 * 100vw);
          -webkit-mask-repeat: no-repeat;
          mask-image: url("../img/visual_mask.svg");
          mask-size: 216.5333333333vw 181.8666666667vw;
          mask-position: calc(101 / 375 * 100vw) calc(-478 / 375 * 100vw);
          mask-repeat: no-repeat; }
          main#history nav.jump .container .mask ul {
            color: #fff !important; } }
    main#history nav.jump .container ul {
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      color: #333333; }
      main#history nav.jump .container ul li {
        width: 33.333333%;
        height: 58.6666666667px;
        margin-bottom: 53.3333333333px;
        border-left: 1px solid currentColor; }
        @media screen and (max-width: 1600px) {
          main#history nav.jump .container ul li {
            height: 3.6666666667vw;
            margin-bottom: 3.3333333333vw; } }
        @media screen and (max-width: 768px) {
          main#history nav.jump .container ul li {
            width: 50%;
            height: 11.7333333333vw;
            margin-bottom: 4.2666666667vw; } }
        main#history nav.jump .container ul li:nth-child(3n) {
          border-right: 1px solid currentColor; }
        @media screen and (max-width: 768px) {
          main#history nav.jump .container ul li:nth-child(3n) {
            border-right: none; }
          main#history nav.jump .container ul li:nth-child(2n) {
            border-right: 1px solid currentColor; } }
        main#history nav.jump .container ul li a {
          position: relative;
          text-decoration: none;
          display: block;
          text-align: center;
          color: inherit;
          transition: color ease .3s; }
          main#history nav.jump .container ul li a p:nth-child(1) {
            font-family: 'Noto Sans JP';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0.05em; }
            @media screen and (max-width: 1600px) {
              main#history nav.jump .container ul li a p:nth-child(1) {
                font-size: 1vw; } }
            @media screen and (max-width: 768px) {
              main#history nav.jump .container ul li a p:nth-child(1) {
                padding-top: 1.3333333333vw;
                font-size: 2.6666666667vw;
                line-height: 120%; } }
          main#history nav.jump .container ul li a p:nth-child(2) {
            margin: 0;
            margin-top: 10.6666666667px;
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 500;
            font-size: 32px;
            line-height: 100%;
            letter-spacing: 0.02em; }
            @media screen and (max-width: 1600px) {
              main#history nav.jump .container ul li a p:nth-child(2) {
                margin-top: 0.6666666667vw;
                font-size: 2vw; } }
            @media screen and (max-width: 768px) {
              main#history nav.jump .container ul li a p:nth-child(2) {
                margin-top: 1.6vw;
                font-size: 4.2666666667vw; } }
            main#history nav.jump .container ul li a p:nth-child(2) span:nth-child(1),
            main#history nav.jump .container ul li a p:nth-child(2) span:nth-child(3) {
              text-align: left;
              display: inline-block;
              width: 100px; }
              @media screen and (max-width: 1600px) {
                main#history nav.jump .container ul li a p:nth-child(2) span:nth-child(1),
                main#history nav.jump .container ul li a p:nth-child(2) span:nth-child(3) {
                  width: 6.25vw; } }
              @media screen and (max-width: 768px) {
                main#history nav.jump .container ul li a p:nth-child(2) span:nth-child(1),
                main#history nav.jump .container ul li a p:nth-child(2) span:nth-child(3) {
                  width: 14.6666666667vw; } }
            main#history nav.jump .container ul li a p:nth-child(2) span:nth-child(1) {
              text-align: right; }
            main#history nav.jump .container ul li a p:nth-child(2) span:nth-child(2) {
              display: inline-block;
              margin: 0 5.3333333333px;
              width: 10.6666666667px;
              height: 2px;
              background-color: currentColor;
              vertical-align: 10.6666666667px;
              text-indent: -9999px;
              overflow: hidden; }
              @media screen and (max-width: 1600px) {
                main#history nav.jump .container ul li a p:nth-child(2) span:nth-child(2) {
                  margin: 0 0.3333333333vw;
                  width: 0.6666666667vw;
                  vertical-align: 0.6666666667vw; } }
              @media screen and (max-width: 768px) {
                main#history nav.jump .container ul li a p:nth-child(2) span:nth-child(2) {
                  width: 1.3333333333vw;
                  margin: 0 1.0666666667vw;
                  vertical-align: 1.0666666667vw; } }
          main#history nav.jump .container ul li a:hover {
            color: #2B44A0;
            z-index: 1; }
            @media screen and (max-width: 768px) {
              main#history nav.jump .container ul li a:hover {
                color: inherit;
                z-index: auto; } }
            main#history nav.jump .container ul li a:hover:before {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              left: -1px;
              bottom: 0;
              border-left: 1px solid currentColor; }
              @media screen and (max-width: 768px) {
                main#history nav.jump .container ul li a:hover:before {
                  display: none; } }
            main#history nav.jump .container ul li a:hover:after {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              right: -1px;
              bottom: 0;
              border-right: 1px solid currentColor; }
              @media screen and (max-width: 768px) {
                main#history nav.jump .container ul li a:hover:after {
                  display: none; } }
  main#history section.history {
    position: relative;
    padding-top: 224px;
    /*
    section.era-2002 {
      .container {
        &:before {
          background-color: #4B94EB;
        }
        header {
          &:before {
            background-color: #4B94EB;
          }
        }
        section.outline {
          color: #4B94EB;
          .description {
            &:before {
              background-image: url("../img/era_2002_outline_deco.svg");
            }
          }
        }
        section.detail {
          figure.album {
            min-height: 317 / 3 * 4px;
            @media screen and (max-width: 1600px) {
              min-height: 317 / 1200 * 100vw;
            }   
            @media screen and (max-width: 768px) {
              min-height: 223 / 375 * 100vw;
            }
            ul {
              li:nth-child(1) {
                left: 43 / 3 * 4px;
                top: 50 / 3 * 4px;
                width: 262 / 3 * 4px;
                z-index: 1;
                @media screen and (max-width: 1600px) {
                  left: 43 / 1200 * 100vw;
                  top: 50 / 1200 * 100vw;
                  width: 262 / 1200 * 100vw;
                }
                @media screen and (max-width: 768px) {
                  top: 0 / 375 * 100vw;
                  left: 0 / 375 * 100vw;
                  width: 242 / 375 * 100vw;
                }
              }
              li:nth-child(2) {
                left: -88 / 3 * 4px;
                top: 153 / 3 * 4px;
                width: 219 / 3 * 4px;
                @media screen and (max-width: 1600px) {
                  left: -88 / 1200 * 100vw;
                  top: 153 / 1200 * 100vw;
                  width: 219 / 1200 * 100vw;
                }
                @media screen and (max-width: 768px) {
                  top: 101 / 375 * 100vw;
                  left: -102 / 375 * 100vw;
                  width: 162 / 375 * 100vw;
                }
              }
            }
          }
        }
      }
    }  
    */
    /*
    section.era-2015 {
      .container {
        &:before {
          background-color: #2B44A0;
        }
        header {
          &:before {
            background-color: #2B44A0;
          }
        }
        section.outline {
          color: #2B44A0;
          .description {
            &:before {
              background-image: url("../img/era_2015_outline_deco.svg");
            }
          }
        }
        section.detail {
          figure.album {
            min-height: 443 / 3 * 4px;
            @media screen and (max-width: 1600px) {
              min-height: 443 / 1200 * 100vw;
            }
            @media screen and (max-width: 768px) {
              min-height: 324 / 375 * 100vw;
            }
            ul {
              li:nth-child(1) {
                left: -46 / 3 * 4px;
                top: 50 / 3 * 4px;
                width: 266 / 3 * 4px;
                z-index: 1;
                @media screen and (max-width: 1600px) {
                  left: -46 / 1200 * 100vw;
                  top: 50 / 1200 * 100vw;
                  width: 266 / 1200 * 100vw;
                }
                @media screen and (max-width: 768px) {
                  top: 0 / 375 * 100vw;
                  left: 0 / 375 * 100vw;
                  width: 201 / 375 * 100vw;
                }              
              }
              li:nth-child(2) {
                left: -132 / 3 * 4px;
                top: 182 / 3 * 4px;
                width: 130 / 3 * 4px;
                @media screen and (max-width: 1600px) {
                  left: -132 / 1200 * 100vw;
                  top: 182 / 1200 * 100vw;
                  width: 130 / 1200 * 100vw;
                }
                @media screen and (max-width: 768px) {
                  top: 101 / 375 * 100vw;
                  left: -101 / 375 * 100vw;
                  width: 121 / 375 * 100vw;
                }              
              }
              li:nth-child(3) {
                left: 87 / 3 * 4px;
                top: 298 / 3 * 4px;
                width: 218 / 3 * 4px;
                @media screen and (max-width: 1600px) {
                  left: 87 / 1200 * 100vw;
                  top: 298 / 1200 * 100vw;
                  width: 218 / 1200 * 100vw;
                }
                @media screen and (max-width: 768px) {
                  top: 204 / 375 * 100vw;
                  left: 81 / 375 * 100vw;
                  width: 181 / 375 * 100vw;
                }
              }            
            }
          }
        }
      }      
    }   
    */ }
    @media screen and (max-width: 1600px) {
      main#history section.history {
        padding-top: 14vw; } }
    main#history section.history h2 {
      opacity: 0;
      transition: all ease 1s;
      position: absolute;
      top: 85.3333333333px;
      font-family: 'Lato';
      font-style: normal;
      font-weight: 600;
      font-size: 271.876px;
      line-height: 100%;
      letter-spacing: -0.02em;
      color: #F7F7F7;
      right: -266.6666666667px; }
      @media screen and (max-width: 1600px) {
        main#history section.history h2 {
          right: -16.6666666667vw;
          top: 5.3333333333vw;
          font-size: 16.99225vw; } }
      @media screen and (max-width: 768px) {
        main#history section.history h2 {
          display: none; } }
    main#history section.history.aos-animate h2 {
      opacity: 1;
      right: 0; }
    main#history section.history section.era {
      position: relative; }
      main#history section.history section.era > a {
        position: absolute;
        top: 0; }
        @media screen and (max-width: 768px) {
          main#history section.history section.era > a {
            top: -62px; } }
      main#history section.history section.era > .container {
        position: relative; }
        main#history section.history section.era > .container:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          height: 0%;
          display: block;
          width: 2px;
          transition: all ease-in 1s 0s; }
          @media screen and (max-width: 1600px) {
            main#history section.history section.era > .container:before {
              width: 2px; } }
          @media screen and (max-width: 768px) {
            main#history section.history section.era > .container:before {
              width: 2px;
              top: 0;
              left: 5.3333333333vw; } }
        main#history section.history section.era > .container > p:first-child {
          transition: all ease .5s;
          opacity: 0;
          position: relative;
          font-family: 'Noto Sans JP';
          font-style: normal;
          font-weight: 700;
          font-size: 32px;
          margin-bottom: 37.3333333333px;
          line-height: 100%;
          letter-spacing: 0.02em; }
          @media screen and (max-width: 1600px) {
            main#history section.history section.era > .container > p:first-child {
              font-size: 2vw;
              margin-bottom: 2.3333333333vw; } }
          @media screen and (max-width: 768px) {
            main#history section.history section.era > .container > p:first-child {
              padding-left: 5.8666666667vw;
              font-size: 5.3333333333vw;
              margin-bottom: 5.0666666667vw; } }
          main#history section.history section.era > .container > p:first-child:after {
            content: "";
            background-image: url("../img/era_deco.svg");
            background-size: 100% 100%;
            position: absolute;
            width: 20px;
            height: 14.6666666667px;
            left: -34.6666666667px;
            top: 8px; }
            @media screen and (max-width: 1600px) {
              main#history section.history section.era > .container > p:first-child:after {
                width: 1.25vw;
                height: 0.9166666667vw;
                left: -2.1666666667vw;
                top: 0.5vw; } }
            @media screen and (max-width: 768px) {
              main#history section.history section.era > .container > p:first-child:after {
                width: 3.7333333333vw;
                height: 2.9333333333vw;
                left: 0;
                top: 1.0666666667vw; } }
        main#history section.history section.era > .container header {
          position: relative;
          height: 117.3333333333px;
          color: #fff;
          padding-left: 57.3333333333px;
          display: flex;
          align-items: center; }
          @media screen and (max-width: 1600px) {
            main#history section.history section.era > .container header {
              height: 7.3333333333vw;
              padding-left: 3.5833333333vw; } }
          @media screen and (max-width: 768px) {
            main#history section.history section.era > .container header {
              display: block;
              height: auto;
              padding: 4.2666666667vw 10.6666666667vw 4.8vw 0; } }
          main#history section.history section.era > .container header:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: calc((50vw - 50%) * -1);
            display: block;
            width: 0%;
            border-radius: 0 9999px 9999px 0;
            transition: width ease-in .5s; }
          main#history section.history section.era > .container header > * {
            position: relative;
            opacity: 0;
            left: 0;
            transition: opacity ease-in .5s .5s; }
          main#history section.history section.era > .container header > div {
            width: 245.3333333333px;
            height: 50.6666666667px;
            border-right: 1px solid rgba(212, 212, 212, 0.5); }
            @media screen and (max-width: 1600px) {
              main#history section.history section.era > .container header > div {
                width: 15.3333333333vw;
                height: 3.1666666667vw; } }
            @media screen and (max-width: 768px) {
              main#history section.history section.era > .container header > div {
                position: relative;
                width: auto;
                height: auto;
                display: flex;
                align-items: center;
                border-right: none;
                padding-bottom: 2.1333333333vw;
                margin-bottom: 2.1333333333vw; }
                main#history section.history section.era > .container header > div:after {
                  content: "";
                  display: block;
                  position: absolute;
                  right: 0;
                  left: -50vw;
                  bottom: 0;
                  border-bottom: 1px solid rgba(212, 212, 212, 0.5); } }
            main#history section.history section.era > .container header > div p:nth-child(1) {
              font-family: 'Noto Sans JP';
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0.05em;
              font-feature-settings: 'palt' on;
              margin-bottom: 8px; }
              @media screen and (max-width: 1600px) {
                main#history section.history section.era > .container header > div p:nth-child(1) {
                  font-size: 1vw;
                  margin-bottom: 0.5vw; } }
              @media screen and (max-width: 768px) {
                main#history section.history section.era > .container header > div p:nth-child(1) {
                  order: 2;
                  font-weight: 350;
                  font-size: 4vw;
                  line-height: 120%;
                  margin-left: 2.6666666667vw; } }
            main#history section.history section.era > .container header > div p:nth-child(2) {
              margin-top: 0;
              font-family: 'Montserrat';
              font-style: normal;
              font-weight: 300;
              font-size: 29.3333333333px;
              line-height: 100%;
              letter-spacing: -0.02em;
              color: #FFFFFF; }
              @media screen and (max-width: 1600px) {
                main#history section.history section.era > .container header > div p:nth-child(2) {
                  font-size: 1.8333333333vw; } }
              @media screen and (max-width: 768px) {
                main#history section.history section.era > .container header > div p:nth-child(2) {
                  font-weight: 400;
                  font-size: 4vw;
                  line-height: 100%; } }
              main#history section.history section.era > .container header > div p:nth-child(2) span {
                display: inline-block;
                margin: 0 5.3333333333px;
                width: 10.6666666667px;
                height: 1px;
                background-color: currentColor;
                vertical-align: 10.6666666667px;
                text-indent: -9999px;
                overflow: hidden; }
                @media screen and (max-width: 1600px) {
                  main#history section.history section.era > .container header > div p:nth-child(2) span {
                    margin: 0 0.3333333333vw;
                    width: 0.6666666667vw;
                    vertical-align: 0.6666666667vw; } }
                @media screen and (max-width: 768px) {
                  main#history section.history section.era > .container header > div p:nth-child(2) span {
                    width: 1.3333333333vw;
                    margin: 0 1.0666666667vw;
                    vertical-align: 1.0666666667vw;
                    height: 1px; } }
          main#history section.history section.era > .container header > p {
            padding-left: 42.6666666667px;
            font-family: 'Noto Sans JP';
            font-style: normal;
            font-weight: 400;
            font-size: 18.6666666667px;
            line-height: 100%;
            /* identical to box height, or 14px */
            font-feature-settings: 'palt' on; }
            @media screen and (max-width: 1600px) {
              main#history section.history section.era > .container header > p {
                padding-left: 2.6666666667vw;
                font-size: 1.1666666667vw; } }
            @media screen and (max-width: 768px) {
              main#history section.history section.era > .container header > p {
                padding-left: 0;
                font-weight: 350;
                font-size: 2.9333333333vw;
                line-height: 140%; } }
        main#history section.history section.era > .container section.outline {
          opacity: 0;
          transition: opacity 1s ease-out .5s;
          display: flex;
          padding: 74.6666666667px 0; }
          @media screen and (max-width: 1600px) {
            main#history section.history section.era > .container section.outline {
              padding: 4.6666666667vw 0; } }
          @media screen and (max-width: 768px) {
            main#history section.history section.era > .container section.outline {
              display: block;
              padding: 11.2vw 0 10.6666666667vw 16vw; } }
          main#history section.history section.era > .container section.outline p.year {
            position: relative;
            width: 524px;
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 600;
            font-size: 149.3333333333px;
            line-height: 149.3333333333px;
            padding-left: 57.3333333333px; }
            @media screen and (max-width: 1600px) {
              main#history section.history section.era > .container section.outline p.year {
                width: 32.75vw;
                font-size: 9.3333333333vw;
                line-height: 9.3333333333vw;
                padding-left: 3.5833333333vw; } }
            @media screen and (max-width: 768px) {
              main#history section.history section.era > .container section.outline p.year {
                width: auto;
                font-weight: 600;
                font-size: 21.3333333333vw;
                line-height: 21.3333333333vw;
                padding-left: 0;
                margin-bottom: 8.5333333333vw; } }
            main#history section.history section.era > .container section.outline p.year:before {
              transition: width .3s ease-out 1s;
              content: "";
              display: block;
              width: 0;
              height: 2px;
              background-color: currentColor;
              position: absolute;
              top: calc(50% - 1px);
              left: 0; }
              @media screen and (max-width: 768px) {
                main#history section.history section.era > .container section.outline p.year:before {
                  left: -10.6666666667vw; } }
          main#history section.history section.era > .container section.outline .description {
            margin: 0;
            position: relative;
            width: calc(100% - 393 / 3 * 4px);
            padding-top: 42.6666666667px;
            padding-left: 57.3333333333px; }
            @media screen and (max-width: 1600px) {
              main#history section.history section.era > .container section.outline .description {
                width: calc(100% - 393 / 1200 * 100vw);
                padding-top: 2.6666666667vw;
                padding-left: 3.5833333333vw; } }
            @media screen and (max-width: 768px) {
              main#history section.history section.era > .container section.outline .description {
                width: auto;
                padding-left: 10.6666666667vw;
                padding-top: 2.1333333333vw; } }
            main#history section.history section.era > .container section.outline .description:before {
              content: "";
              position: absolute;
              top: 26.6666666667px;
              left: 0;
              background-image: url("../img/era_1958_outline_deco.svg");
              background-size: 100% 100%;
              display: block;
              width: 106.6666666667px;
              height: 78.6666666667px; }
              @media screen and (max-width: 1600px) {
                main#history section.history section.era > .container section.outline .description:before {
                  top: 1.6666666667vw;
                  width: 6.6666666667vw;
                  height: 4.9166666667vw; } }
              @media screen and (max-width: 768px) {
                main#history section.history section.era > .container section.outline .description:before {
                  top: -1.3333333333vw;
                  width: 21.3333333333vw;
                  height: 15.7333333333vw; } }
            main#history section.history section.era > .container section.outline .description p.title {
              font-family: 'Noto Sans JP';
              font-style: normal;
              font-weight: 700;
              font-size: 16px;
              line-height: 140%;
              letter-spacing: 0.05em;
              margin-bottom: 12px; }
              @media screen and (max-width: 1600px) {
                main#history section.history section.era > .container section.outline .description p.title {
                  font-size: 1vw;
                  margin-bottom: 0.75vw; } }
              @media screen and (max-width: 768px) {
                main#history section.history section.era > .container section.outline .description p.title {
                  font-size: 3.2vw;
                  line-height: 140%;
                  letter-spacing: 0.05em; } }
            main#history section.history section.era > .container section.outline .description p {
              font-family: 'Noto Sans JP';
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 140%;
              letter-spacing: 0.05em; }
              @media screen and (max-width: 1600px) {
                main#history section.history section.era > .container section.outline .description p {
                  font-size: 1vw; } }
              @media screen and (max-width: 768px) {
                main#history section.history section.era > .container section.outline .description p {
                  font-weight: 400;
                  font-size: 3.2vw;
                  line-height: 140%;
                  letter-spacing: 0.05em; } }
        main#history section.history section.era > .container section.detail {
          opacity: 1;
          display: flex;
          padding-bottom: 149.3333333333px; }
          @media screen and (max-width: 1600px) {
            main#history section.history section.era > .container section.detail {
              padding-bottom: 9.3333333333vw; } }
          @media screen and (max-width: 768px) {
            main#history section.history section.era > .container section.detail {
              display: block;
              padding-left: 16vw;
              padding-bottom: 14.9333333333vw; } }
          main#history section.history section.era > .container section.detail figure.album {
            transition: opacity 1s ease-out .75s;
            opacity: 0;
            order: 1;
            width: 524px;
            position: relative; }
            @media screen and (max-width: 1600px) {
              main#history section.history section.era > .container section.detail figure.album {
                width: 32.75vw; } }
            @media screen and (max-width: 768px) {
              main#history section.history section.era > .container section.detail figure.album {
                transition: opacity 1s ease-out 1.0s;
                width: auto;
                transform: none !important; } }
            main#history section.history section.era > .container section.detail figure.album ul {
              list-style: none; }
              main#history section.history section.era > .container section.detail figure.album ul li {
                position: absolute;
                box-shadow: 20px 20px 53.3333333333px rgba(28, 47, 115, 0.22);
                transform: translateZ(0); }
                @media screen and (max-width: 1600px) {
                  main#history section.history section.era > .container section.detail figure.album ul li {
                    box-shadow: 1.25vw 1.25vw 3.3333333333vw rgba(28, 47, 115, 0.22); } }
                @media screen and (max-width: 768px) {
                  main#history section.history section.era > .container section.detail figure.album ul li {
                    transform: none !important;
                    box-shadow: 4vw 4vw 10.6666666667vw rgba(28, 47, 115, 0.22); } }
                main#history section.history section.era > .container section.detail figure.album ul li img {
                  width: 100%;
                  vertical-align: top; }
          main#history section.history section.era > .container section.detail ul.timeline {
            opacity: 0;
            transition: opacity 1s ease-out 1.0s;
            list-style: none;
            order: 2;
            width: calc(100% - 393 / 3 * 4px - 130 / 3 * 4px);
            height: 100%;
            padding: 72px 0 77.3333333333px;
            border-top: 1px solid #D4D4D4;
            border-bottom: 1px solid #D4D4D4; }
            @media screen and (max-width: 1600px) {
              main#history section.history section.era > .container section.detail ul.timeline {
                width: calc(100% - 393 / 1200 * 100vw - 130 / 1200 * 100vw);
                padding: 4.5vw 0 4.8333333333vw; } }
            @media screen and (max-width: 768px) {
              main#history section.history section.era > .container section.detail ul.timeline {
                transition: opacity 1s ease-out .75s;
                border-bottom: none;
                padding: 10.6666666667vw 0 10.6666666667vw;
                width: auto; } }
            main#history section.history section.era > .container section.detail ul.timeline .important {
              font-weight: 700; }
              main#history section.history section.era > .container section.detail ul.timeline .important dl dt span {
                font-weight: 600; }
            main#history section.history section.era > .container section.detail ul.timeline .crc {
              color: #992B27; }
            main#history section.history section.era > .container section.detail ul.timeline .cds {
              color: #4B94EB; }
            main#history section.history section.era > .container section.detail ul.timeline .ctc {
              color: #2B44A0; }
            main#history section.history section.era > .container section.detail ul.timeline li + li {
              margin-top: 37.3333333333px; }
              @media screen and (max-width: 1600px) {
                main#history section.history section.era > .container section.detail ul.timeline li + li {
                  margin-top: 2.3333333333vw; } }
              @media screen and (max-width: 768px) {
                main#history section.history section.era > .container section.detail ul.timeline li + li {
                  margin-top: 6.4vw; } }
            main#history section.history section.era > .container section.detail ul.timeline li dl dt {
              float: left;
              font-family: 'Noto Sans JP';
              font-size: 18.6666666667px;
              line-height: 140%; }
              @media screen and (max-width: 1600px) {
                main#history section.history section.era > .container section.detail ul.timeline li dl dt {
                  font-size: 1.1666666667vw; } }
              @media screen and (max-width: 768px) {
                main#history section.history section.era > .container section.detail ul.timeline li dl dt {
                  font-size: 3.4666666667vw; } }
              main#history section.history section.era > .container section.detail ul.timeline li dl dt span {
                font-family: 'Montserrat';
                font-size: 21.3333333333px;
                line-height: 1;
                vertical-align: baseline; }
                @media screen and (max-width: 1600px) {
                  main#history section.history section.era > .container section.detail ul.timeline li dl dt span {
                    font-size: 1.3333333333vw; } }
                @media screen and (max-width: 768px) {
                  main#history section.history section.era > .container section.detail ul.timeline li dl dt span {
                    font-size: 4vw; } }
            main#history section.history section.era > .container section.detail ul.timeline li dl dd {
              padding-left: 116px;
              font-family: 'Noto Sans JP';
              font-size: 18.6666666667px;
              line-height: 140%;
              letter-spacing: 0.05em; }
              @media screen and (max-width: 1600px) {
                main#history section.history section.era > .container section.detail ul.timeline li dl dd {
                  padding-left: 7.25vw;
                  font-size: 1.1666666667vw; } }
              @media screen and (max-width: 768px) {
                main#history section.history section.era > .container section.detail ul.timeline li dl dd {
                  padding-left: 18.6666666667vw;
                  font-size: 3.4666666667vw; } }
              main#history section.history section.era > .container section.detail ul.timeline li dl dd + dd {
                margin-top: 10.6666666667px; }
                @media screen and (max-width: 1600px) {
                  main#history section.history section.era > .container section.detail ul.timeline li dl dd + dd {
                    margin-top: 0.6666666667vw; } }
                @media screen and (max-width: 768px) {
                  main#history section.history section.era > .container section.detail ul.timeline li dl dd + dd {
                    margin-top: 2.1333333333vw; } }
      main#history section.history section.era.aos-animate > .container:before {
        height: 100%; }
      main#history section.history section.era.aos-animate > .container > p {
        opacity: 1; }
      main#history section.history section.era.aos-animate > .container header:before {
        width: calc(90% + 50vw - 50%); }
        @media screen and (max-width: 768px) {
          main#history section.history section.era.aos-animate > .container header:before {
            width: calc(100% + 50vw - 50%); } }
      main#history section.history section.era.aos-animate > .container header > * {
        opacity: 1; }
      main#history section.history section.era.aos-animate > .container section.outline {
        opacity: 1; }
        main#history section.history section.era.aos-animate > .container section.outline .year:before {
          width: 26.6666666667px; }
          @media screen and (max-width: 1600px) {
            main#history section.history section.era.aos-animate > .container section.outline .year:before {
              width: 1.6666666667vw; } }
          @media screen and (max-width: 768px) {
            main#history section.history section.era.aos-animate > .container section.outline .year:before {
              width: 4.8vw; } }
      main#history section.history section.era.aos-animate > .container section.detail figure.album {
        opacity: 1; }
      main#history section.history section.era.aos-animate > .container section.detail ul.timeline {
        opacity: 1; }
    main#history section.history section.era-before > .container > p:first-child {
      color: #992B27; }
    main#history section.history section.era-1958 {
      margin-bottom: 48px; }
      @media screen and (max-width: 1600px) {
        main#history section.history section.era-1958 {
          margin-bottom: 3vw; } }
      @media screen and (max-width: 768px) {
        main#history section.history section.era-1958 {
          margin-bottom: 8.5333333333vw; } }
      main#history section.history section.era-1958 .container:before {
        background-image: url("../img/era_1958_line.png");
        background-size: 100% auto;
        background-repeat: repeat-y; }
      main#history section.history section.era-1958 .container header:before {
        background-color: #992B27; }
      main#history section.history section.era-1958 .container section.outline {
        color: #992B27; }
        main#history section.history section.era-1958 .container section.outline p.year {
          font-size: 74.6666666667px; }
          @media screen and (max-width: 1600px) {
            main#history section.history section.era-1958 .container section.outline p.year {
              font-size: 4.6666666667vw; } }
          @media screen and (max-width: 768px) {
            main#history section.history section.era-1958 .container section.outline p.year {
              font-size: 14.9333333333vw;
              line-height: 18.6666666667vw; } }
          main#history section.history section.era-1958 .container section.outline p.year:before {
            left: 17.3333333333px !important; }
            @media screen and (max-width: 1600px) {
              main#history section.history section.era-1958 .container section.outline p.year:before {
                left: 1.0833333333vw !important; } }
            @media screen and (max-width: 768px) {
              main#history section.history section.era-1958 .container section.outline p.year:before {
                left: -7.2vw !important; } }
        main#history section.history section.era-1958 .container section.outline .description:before {
          background-image: url("../img/era_1958_outline_deco.svg"); }
      main#history section.history section.era-1958 .container section.detail figure.album {
        min-height: 628px; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-1958 .container section.detail figure.album {
            min-height: 39.25vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-1958 .container section.detail figure.album {
            min-height: 99.4666666667vw; } }
        main#history section.history section.era-1958 .container section.detail figure.album ul li:nth-child(1) {
          left: 57.3333333333px;
          top: 66.6666666667px;
          width: 349.3333333333px;
          z-index: 2; }
          @media screen and (max-width: 1600px) {
            main#history section.history section.era-1958 .container section.detail figure.album ul li:nth-child(1) {
              left: 3.5833333333vw;
              top: 4.1666666667vw;
              width: 21.8333333333vw; } }
          @media screen and (max-width: 768px) {
            main#history section.history section.era-1958 .container section.detail figure.album ul li:nth-child(1) {
              top: 0;
              left: 0;
              width: 64.5333333333vw; } }
        main#history section.history section.era-1958 .container section.detail figure.album ul li:nth-child(2) {
          left: -117.3333333333px;
          top: 236px;
          width: 233.3333333333px; }
          @media screen and (max-width: 1600px) {
            main#history section.history section.era-1958 .container section.detail figure.album ul li:nth-child(2) {
              left: -7.3333333333vw;
              top: 14.75vw;
              width: 14.5833333333vw; } }
          @media screen and (max-width: 768px) {
            main#history section.history section.era-1958 .container section.detail figure.album ul li:nth-child(2) {
              top: 26.6666666667vw;
              left: -32.2666666667vw;
              width: 42.9333333333vw; } }
        main#history section.history section.era-1958 .container section.detail figure.album ul li:nth-child(3) {
          left: 57.3333333333px;
          top: 377.3333333333px;
          width: 180px;
          z-index: 1; }
          @media screen and (max-width: 1600px) {
            main#history section.history section.era-1958 .container section.detail figure.album ul li:nth-child(3) {
              left: 3.5833333333vw;
              top: 23.5833333333vw;
              width: 11.25vw; } }
          @media screen and (max-width: 768px) {
            main#history section.history section.era-1958 .container section.detail figure.album ul li:nth-child(3) {
              top: 49.3333333333vw;
              left: 5.6vw;
              width: 34.9333333333vw; } }
      main#history section.history section.era-1958.aos-animate .container section.outline .year:before {
        width: 10.6666666667px; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-1958.aos-animate .container section.outline .year:before {
            width: 0.6666666667vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-1958.aos-animate .container section.outline .year:before {
            width: 2.1333333333vw; } }
    main#history section.history section.era-start > .container > p:first-child {
      color: #4B94EB; }
    main#history section.history section.era-1972 .container:before {
      background-color: #4B94EB; }
    main#history section.history section.era-1972 .container header:before {
      background-color: #4B94EB; }
    main#history section.history section.era-1972 .container section.outline {
      color: #4B94EB; }
      main#history section.history section.era-1972 .container section.outline .description:before {
        background-image: url("../img/era_1972_outline_deco.svg"); }
    main#history section.history section.era-1972 .container section.detail figure.album {
      min-height: 597.3333333333px; }
      @media screen and (max-width: 1600px) {
        main#history section.history section.era-1972 .container section.detail figure.album {
          min-height: 37.3333333333vw; } }
      @media screen and (max-width: 768px) {
        main#history section.history section.era-1972 .container section.detail figure.album {
          min-height: 87.7333333333vw; } }
      main#history section.history section.era-1972 .container section.detail figure.album ul li:nth-child(1) {
        left: -58.6666666667px;
        top: 66.6666666667px;
        width: 408px;
        z-index: 1; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-1972 .container section.detail figure.album ul li:nth-child(1) {
            left: -3.6666666667vw;
            top: 4.1666666667vw;
            width: 25.5vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-1972 .container section.detail figure.album ul li:nth-child(1) {
            top: 0;
            left: 0;
            width: 64.5333333333vw; } }
      main#history section.history section.era-1972 .container section.detail figure.album ul li:nth-child(2) {
        left: -233.3333333333px;
        top: 241.3333333333px;
        width: 233.3333333333px; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-1972 .container section.detail figure.album ul li:nth-child(2) {
            left: -14.5833333333vw;
            top: 15.0833333333vw;
            width: 14.5833333333vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-1972 .container section.detail figure.album ul li:nth-child(2) {
            top: 26.9333333333vw;
            left: -27.2vw;
            width: 37.8666666667vw; } }
      main#history section.history section.era-1972 .container section.detail figure.album ul li:nth-child(3) {
        left: 116px;
        top: 381.3333333333px;
        width: 290.6666666667px; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-1972 .container section.detail figure.album ul li:nth-child(3) {
            left: 7.25vw;
            top: 23.8333333333vw;
            width: 18.1666666667vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-1972 .container section.detail figure.album ul li:nth-child(3) {
            top: 51.4666666667vw;
            left: 21.6vw;
            width: 48.2666666667vw; } }
    main#history section.history section.era-1990 .container:before {
      background-color: #4B94EB; }
    main#history section.history section.era-1990 .container header:before {
      background-color: #4B94EB; }
    main#history section.history section.era-1990 .container section.outline {
      color: #4B94EB; }
      main#history section.history section.era-1990 .container section.outline .description:before {
        background-image: url("../img/era_1990_outline_deco.svg"); }
    main#history section.history section.era-1990 .container section.detail figure.album {
      min-height: 786.6666666667px; }
      @media screen and (max-width: 1600px) {
        main#history section.history section.era-1990 .container section.detail figure.album {
          min-height: 49.1666666667vw; } }
      @media screen and (max-width: 768px) {
        main#history section.history section.era-1990 .container section.detail figure.album {
          min-height: 95.2vw; } }
      main#history section.history section.era-1990 .container section.detail figure.album ul li:nth-child(1) {
        left: -116px;
        top: 66.6666666667px;
        width: 406.6666666667px;
        z-index: 2; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-1990 .container section.detail figure.album ul li:nth-child(1) {
            left: -7.25vw;
            top: 4.1666666667vw;
            width: 25.4166666667vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-1990 .container section.detail figure.album ul li:nth-child(1) {
            top: 0;
            left: 0vw;
            width: 64.5333333333vw; } }
      main#history section.history section.era-1990 .container section.detail figure.album ul li:nth-child(2) {
        left: 174.6666666667px;
        top: 294.6666666667px;
        width: 232px; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-1990 .container section.detail figure.album ul li:nth-child(2) {
            left: 10.9166666667vw;
            top: 18.4166666667vw;
            width: 14.5vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-1990 .container section.detail figure.album ul li:nth-child(2) {
            top: 36.5333333333vw;
            left: 42.9333333333vw;
            width: 42.9333333333vw; } }
      main#history section.history section.era-1990 .container section.detail figure.album ul li:nth-child(3) {
        left: -174.6666666667px;
        top: 509.3333333333px;
        width: 349.3333333333px;
        z-index: 1; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-1990 .container section.detail figure.album ul li:nth-child(3) {
            left: -10.9166666667vw;
            top: 31.8333333333vw;
            width: 21.8333333333vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-1990 .container section.detail figure.album ul li:nth-child(3) {
            top: 55.7333333333vw;
            left: -26.9333333333vw;
            width: 59.2vw; } }
    main#history section.history section.era-2006 .container:before {
      background-color: #2B44A0; }
    main#history section.history section.era-2006 .container header:before {
      background-color: #2B44A0; }
    main#history section.history section.era-2006 .container section.outline {
      color: #2B44A0; }
      main#history section.history section.era-2006 .container section.outline .description:before {
        background-image: url("../img/era_2006_outline_deco.svg"); }
    main#history section.history section.era-2006 .container section.detail figure.album {
      min-height: 596px; }
      @media screen and (max-width: 1600px) {
        main#history section.history section.era-2006 .container section.detail figure.album {
          min-height: 37.25vw; } }
      @media screen and (max-width: 768px) {
        main#history section.history section.era-2006 .container section.detail figure.album {
          min-height: 87.7333333333vw; } }
      main#history section.history section.era-2006 .container section.detail figure.album ul li:nth-child(1) {
        left: -57.3333333333px;
        top: 66.6666666667px;
        width: 406.6666666667px;
        z-index: 1; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-2006 .container section.detail figure.album ul li:nth-child(1) {
            left: -3.5833333333vw;
            top: 4.1666666667vw;
            width: 25.4166666667vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-2006 .container section.detail figure.album ul li:nth-child(1) {
            top: 0vw;
            left: 0vw;
            width: 64.5333333333vw; } }
      main#history section.history section.era-2006 .container section.detail figure.album ul li:nth-child(2) {
        left: -233.3333333333px;
        top: 202.6666666667px;
        width: 233.3333333333px; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-2006 .container section.detail figure.album ul li:nth-child(2) {
            left: -14.5833333333vw;
            top: 12.6666666667vw;
            width: 14.5833333333vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-2006 .container section.detail figure.album ul li:nth-child(2) {
            top: 26.9333333333vw;
            left: -27.2vw;
            width: 37.8666666667vw; } }
      main#history section.history section.era-2006 .container section.detail figure.album ul li:nth-child(3) {
        left: 116px;
        top: 380px;
        width: 290.6666666667px; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-2006 .container section.detail figure.album ul li:nth-child(3) {
            left: 7.25vw;
            top: 23.75vw;
            width: 18.1666666667vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-2006 .container section.detail figure.album ul li:nth-child(3) {
            top: 51.4666666667vw;
            left: 21.6vw;
            width: 48.2666666667vw; } }
    main#history section.history section.era-2011 .container:before {
      background-color: #2B44A0; }
    main#history section.history section.era-2011 .container header:before {
      background-color: #2B44A0; }
    main#history section.history section.era-2011 .container section.outline {
      color: #2B44A0; }
      main#history section.history section.era-2011 .container section.outline .description:before {
        background-image: url("../img/era_2011_outline_deco.svg"); }
    main#history section.history section.era-2011 .container section.detail figure.album {
      min-height: 825.3333333333px; }
      @media screen and (max-width: 1600px) {
        main#history section.history section.era-2011 .container section.detail figure.album {
          min-height: 51.5833333333vw; } }
      @media screen and (max-width: 768px) {
        main#history section.history section.era-2011 .container section.detail figure.album {
          min-height: 122.9333333333vw; } }
      main#history section.history section.era-2011 .container section.detail figure.album ul li:nth-child(1) {
        left: -116px;
        top: 66.6666666667px;
        width: 406.6666666667px;
        z-index: 2; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-2011 .container section.detail figure.album ul li:nth-child(1) {
            left: -7.25vw;
            top: 4.1666666667vw;
            width: 25.4166666667vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-2011 .container section.detail figure.album ul li:nth-child(1) {
            top: 0vw;
            left: -16.2666666667vw;
            width: 64.5333333333vw; } }
      main#history section.history section.era-2011 .container section.detail figure.album ul li:nth-child(2) {
        left: 173.3333333333px;
        top: 305.3333333333px;
        width: 233.3333333333px; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-2011 .container section.detail figure.album ul li:nth-child(2) {
            left: 10.8333333333vw;
            top: 19.0833333333vw;
            width: 14.5833333333vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-2011 .container section.detail figure.album ul li:nth-child(2) {
            top: 32.2666666667vw;
            left: 42.9333333333vw;
            width: 43.2vw; } }
      main#history section.history section.era-2011 .container section.detail figure.album ul li:nth-child(3) {
        left: -176px;
        top: 436px;
        width: 292px;
        z-index: 1; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-2011 .container section.detail figure.album ul li:nth-child(3) {
            left: -11vw;
            top: 27.25vw;
            width: 18.25vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-2011 .container section.detail figure.album ul li:nth-child(3) {
            top: 53.6vw;
            left: -26.6666666667vw;
            width: 53.6vw; } }
      main#history section.history section.era-2011 .container section.detail figure.album ul li:nth-child(4) {
        left: 58.6666666667px;
        top: 632px;
        width: 290.6666666667px; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-2011 .container section.detail figure.album ul li:nth-child(4) {
            left: 3.6666666667vw;
            top: 39.5vw;
            width: 18.1666666667vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-2011 .container section.detail figure.album ul li:nth-child(4) {
            top: 90.9333333333vw;
            left: 16.2666666667vw;
            width: 48.2666666667vw; } }
    main#history section.history section.era-2020 .container:before {
      background-color: #2B44A0; }
    main#history section.history section.era-2020 .container header:before {
      background-color: #2B44A0; }
    main#history section.history section.era-2020 .container section.outline {
      color: #2B44A0; }
      main#history section.history section.era-2020 .container section.outline .description:before {
        background-image: url("../img/era_2021_outline_deco.svg"); }
    main#history section.history section.era-2020 .container section.detail figure.album {
      min-height: 422.6666666667px; }
      @media screen and (max-width: 1600px) {
        main#history section.history section.era-2020 .container section.detail figure.album {
          min-height: 26.4166666667vw; } }
      @media screen and (max-width: 768px) {
        main#history section.history section.era-2020 .container section.detail figure.album {
          min-height: 59.4666666667vw; } }
      main#history section.history section.era-2020 .container section.detail figure.album ul li:nth-child(1) {
        left: 57.3333333333px;
        top: 66.6666666667px;
        width: 349.3333333333px;
        z-index: 1; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-2020 .container section.detail figure.album ul li:nth-child(1) {
            left: 3.5833333333vw;
            top: 4.1666666667vw;
            width: 21.8333333333vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-2020 .container section.detail figure.album ul li:nth-child(1) {
            top: 0vw;
            left: 0vw;
            width: 64.5333333333vw; } }
      main#history section.history section.era-2020 .container section.detail figure.album ul li:nth-child(2) {
        left: -117.3333333333px;
        top: 204px;
        width: 292px; }
        @media screen and (max-width: 1600px) {
          main#history section.history section.era-2020 .container section.detail figure.album ul li:nth-child(2) {
            left: -7.3333333333vw;
            top: 12.75vw;
            width: 18.25vw; } }
        @media screen and (max-width: 768px) {
          main#history section.history section.era-2020 .container section.detail figure.album ul li:nth-child(2) {
            top: 26.9333333333vw;
            left: -27.2vw;
            width: 43.2vw; } }
    main#history section.history section.era-2022 {
      overflow: hidden;
      background: #2B44A0; }
      main#history section.history section.era-2022 .container {
        position: relative; }
        main#history section.history section.era-2022 .container:before {
          top: 0;
          background-color: #fff; }
        main#history section.history section.era-2022 .container .lines {
          position: absolute;
          content: "";
          display: block;
          width: 170.6666666667px;
          height: 200%;
          top: 0;
          right: -160px;
          transform-origin: 100% 0%;
          transform: rotate(45deg); }
          main#history section.history section.era-2022 .container .lines div {
            position: absolute;
            top: 0;
            left: 0;
            width: 2.86px;
            height: 0; }
          main#history section.history section.era-2022 .container .lines div:nth-child(1) {
            transition: height 1s ease-in 2s;
            left: 0;
            background-color: #00A0E9; }
          main#history section.history section.era-2022 .container .lines div:nth-child(2) {
            transition: height 1s ease-in 2.1s;
            left: 25%;
            background-color: #8FC31F; }
          main#history section.history section.era-2022 .container .lines div:nth-child(3) {
            transition: height 1s ease-in 2.2s;
            left: 50%;
            background-color: #FABF13; }
          main#history section.history section.era-2022 .container .lines div:nth-child(4) {
            transition: height 1s ease-in 2.3s;
            left: 75%;
            background-color: #EB637D; }
          main#history section.history section.era-2022 .container .lines div:nth-child(5) {
            transition: height 1s ease-in 2.4s;
            left: 100%;
            background-color: #9B72B0; }
          @media screen and (max-width: 1600px) {
            main#history section.history section.era-2022 .container .lines {
              width: 10.6666666667vw;
              right: -10vw; } }
          @media screen and (max-width: 768px) {
            main#history section.history section.era-2022 .container .lines {
              top: calc(228 / 375 * 100vw);
              right: -26.6666666667vw;
              width: 19.7333333333vw; } }
        main#history section.history section.era-2022 .container .content {
          opacity: 0;
          transition: opacity 1s ease-out 1.5s;
          position: relative;
          z-index: 1;
          padding: 149.3333333333px 0 160px; }
          @media screen and (max-width: 1600px) {
            main#history section.history section.era-2022 .container .content {
              padding: 9.3333333333vw 0 10vw; } }
          @media screen and (max-width: 768px) {
            main#history section.history section.era-2022 .container .content {
              padding: 17.3333333333vw 0 19.2vw; } }
          main#history section.history section.era-2022 .container .content .year {
            position: relative;
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 600;
            font-size: 138.6666666667px;
            line-height: 100%;
            color: #FFFFFF;
            margin-bottom: 21.3333333333px;
            padding-left: 113.3333333333px; }
            @media screen and (max-width: 1600px) {
              main#history section.history section.era-2022 .container .content .year {
                font-size: 8.6666666667vw;
                margin-bottom: 1.3333333333vw;
                padding-left: 7.0833333333vw; } }
            @media screen and (max-width: 768px) {
              main#history section.history section.era-2022 .container .content .year {
                font-size: 16.5333333333vw;
                line-height: 100%;
                margin-bottom: 1.8666666667vw;
                padding-left: 16vw; } }
            main#history section.history section.era-2022 .container .content .year:before {
              content: "";
              background-color: #fff;
              position: absolute;
              top: 50%;
              display: block;
              height: 2px;
              left: 0;
              width: 0;
              transition: width .3s ease-out 2s; }
              @media screen and (max-width: 768px) {
                main#history section.history section.era-2022 .container .content .year:before {
                  left: calc(20 / 375 * 100vw); } }
          main#history section.history section.era-2022 .container .content .title {
            margin: 0;
            font-family: 'Noto Sans JP';
            font-style: normal;
            font-weight: 700;
            font-size: 96px;
            line-height: 100%;
            letter-spacing: 0.05em;
            color: #FFFFFF;
            margin-bottom: 160px;
            padding-left: 113.3333333333px; }
            @media screen and (max-width: 1600px) {
              main#history section.history section.era-2022 .container .content .title {
                font-size: 6vw;
                margin-bottom: 10vw;
                padding-left: 7.0833333333vw; } }
            @media screen and (max-width: 768px) {
              main#history section.history section.era-2022 .container .content .title {
                font-size: 8.5333333333vw;
                margin-bottom: 19.2vw;
                font-feature-settings: 'pcap' on, 'palt' on;
                padding-left: 16vw; } }
          main#history section.history section.era-2022 .container .content .subcopy {
            margin: 0;
            font-family: 'Lato';
            font-style: normal;
            font-weight: 600;
            font-size: 26.6666666667px;
            line-height: 100%;
            letter-spacing: 0.1em;
            font-feature-settings: 'palt' on;
            color: #FFFFFF;
            margin-bottom: 21.3333333333px;
            padding-left: 113.3333333333px; }
            @media screen and (max-width: 1600px) {
              main#history section.history section.era-2022 .container .content .subcopy {
                font-size: 1.6666666667vw;
                margin-bottom: 1.3333333333vw;
                padding-left: 7.0833333333vw; } }
            @media screen and (max-width: 768px) {
              main#history section.history section.era-2022 .container .content .subcopy {
                font-size: 2.9333333333vw;
                margin-bottom: 3.2vw;
                padding-left: 16vw; } }
          main#history section.history section.era-2022 .container .content .copy {
            margin: 0;
            font-family: 'Noto Sans JP';
            font-style: normal;
            font-weight: 500;
            font-size: 53.3333333333px;
            line-height: 100%;
            letter-spacing: 0.1em;
            color: #FFFFFF;
            padding-left: 113.3333333333px; }
            @media screen and (max-width: 1600px) {
              main#history section.history section.era-2022 .container .content .copy {
                font-size: 3.3333333333vw;
                padding-left: 7.0833333333vw; } }
            @media screen and (max-width: 768px) {
              main#history section.history section.era-2022 .container .content .copy {
                font-size: 5.8666666667vw;
                line-height: 125%;
                padding-left: 16vw; } }
            main#history section.history section.era-2022 .container .content .copy .nowrap {
              white-space: nowrap; }
          main#history section.history section.era-2022 .container .content .action {
            margin: 0;
            margin-top: 64px;
            padding-left: 113.3333333333px; }
            @media screen and (max-width: 1600px) {
              main#history section.history section.era-2022 .container .content .action {
                margin-top: 4vw;
                padding-left: 7.0833333333vw; } }
            @media screen and (max-width: 768px) {
              main#history section.history section.era-2022 .container .content .action {
                margin-top: 8.5333333333vw;
                padding-left: 16vw; } }
            main#history section.history section.era-2022 .container .content .action a {
              transition: all ease .3s;
              position: relative;
              text-decoration: none;
              width: 349.3333333333px;
              height: 85.3333333333px;
              background-color: #fff;
              border-radius: 9999px;
              display: inline-block;
              text-align: center;
              font-family: 'Lato';
              font-style: normal;
              font-weight: 700;
              font-size: 24px;
              line-height: 80px;
              letter-spacing: 0.04em;
              color: #2B44A0;
              border: 2.6666666667px solid #fff; }
              @media screen and (max-width: 1600px) {
                main#history section.history section.era-2022 .container .content .action a {
                  width: 21.8333333333vw;
                  height: 5.3333333333vw;
                  font-size: 1.5vw;
                  line-height: 5vw;
                  border: 0.1666666667vw solid #fff; } }
              @media screen and (max-width: 768px) {
                main#history section.history section.era-2022 .container .content .action a {
                  width: 64.5333333333vw;
                  height: 14.9333333333vw;
                  font-size: 4vw;
                  line-height: 13.8666666667vw;
                  border: 0.5333333333vw solid #fff; } }
              main#history section.history section.era-2022 .container .content .action a .arrow {
                content: "";
                margin-right: 21.3333333333px;
                display: inline-block;
                width: 12px;
                height: 18.6666666667px;
                vertical-align: -1.3333333333px; }
                @media screen and (max-width: 1600px) {
                  main#history section.history section.era-2022 .container .content .action a .arrow {
                    margin-right: 1.3333333333vw;
                    width: 0.75vw;
                    height: 1.1666666667vw;
                    vertical-align: -0.0833333333vw; } }
                @media screen and (max-width: 768px) {
                  main#history section.history section.era-2022 .container .content .action a .arrow {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 5.3333333333vw;
                    width: 2.1333333333vw;
                    height: 3.2vw; } }
                main#history section.history section.era-2022 .container .content .action a .arrow svg,
                main#history section.history section.era-2022 .container .content .action a .arrow img {
                  width: 100%;
                  max-width: none;
                  height: auto; }
                  @media screen and (max-width: 768px) {
                    main#history section.history section.era-2022 .container .content .action a .arrow svg,
                    main#history section.history section.era-2022 .container .content .action a .arrow img {
                      vertical-align: top; } }
                main#history section.history section.era-2022 .container .content .action a .arrow svg path {
                  transition: all ease .3s; }
              main#history section.history section.era-2022 .container .content .action a:hover {
                border-color: #fff;
                background-color: #2B44A0;
                color: #fff; }
                main#history section.history section.era-2022 .container .content .action a:hover .arrow svg path {
                  fill: currentColor; }
      main#history section.history section.era-2022.aos-animate .container .content {
        opacity: 1; }
        main#history section.history section.era-2022.aos-animate .container .content .year:before {
          width: 26.6666666667px; }
          @media screen and (max-width: 1600px) {
            main#history section.history section.era-2022.aos-animate .container .content .year:before {
              width: 1.6666666667vw; } }
          @media screen and (max-width: 768px) {
            main#history section.history section.era-2022.aos-animate .container .content .year:before {
              width: 4.8vw; } }
      main#history section.history section.era-2022.aos-animate .container .lines div {
        height: 200%; }
