/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.top {
  /*@keyframes zoomfade {
    0% {
      transform: scale(1.1) translateX(0)
    }
    to {
      transform: scale(1.1) translateX(-4%)
    }
  }*/ }
  .top .ali-container, .top .top__box1, .top .top__box2, .top .top__box6, .top .top__box5 {
    opacity: 0; }

@keyframes zoomfade {
  0% {
    transform: scale(1.1) translateX(0%); }
  50% {
    transform: scale(1.1) translateX(-2.5%); }
  100% {
    transform: scale(1.1) translateX(-5%); } }
  .top__box0 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    opacity: 0; }
    .top__box0 .logo {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .top__box0 .logo_grad {
      display: flex;
      width: 298px;
      height: 77px;
      background: #1A1411;
      -webkit-mask-image: url("../../images/common/logo.svg");
      mask-image: url("../../images/common/logo.svg");
      mask-size: contain;
      mask-position: center center;
      mask-repeat: no-repeat;
      position: relative; }
    .top__box0 .bg {
      width: calc(50% + 3px);
      height: 100%; }
      .top__box0 .bg.leftwhite, .top__box0 .bg.rightwhite {
        position: absolute;
        top: 0; }
      .top__box0 .bg.leftwhite {
        left: -3px;
        background: linear-gradient(90deg, transparent 0%, transparent 25%, #FFFFFF 75%, #FFFFFF 100%) 0 0/400% 100%; }
      .top__box0 .bg.rightwhite {
        right: -3px;
        background: linear-gradient(90deg, transparent 0%, transparent 25%, #FFFFFF 75%, #FFFFFF 100%) 0 0/400% 100%; }
      .top__box0 .bg.left {
        margin-left: -3px;
        background: linear-gradient(90deg, #1A1411 0%, #1A1411 25%, #7FB2ED 50%, #858ee5 75%, #84A3F5 83.3%, #7FB2ED 91.6%, #89C4BE 100%) 0 0/400% 100%; }
      .top__box0 .bg.right {
        margin-right: -3px;
        background: linear-gradient(90deg, #1A1411 0%, #1A1411 25%, #99D0CF 50%, #9DCEFC 75%, #91CFA7 83.3%, #99D0CF 91.6%, #89C4BE 100%) 0 0/400% 100%; }
    .top__box0 .left {
      animation: move-left-bg 2s linear forwards;
      animation-delay: 0.3s; }
    .top__box0 .right {
      animation: move-left-bg 2s linear forwards;
      transform: rotate(180deg);
      animation-delay: 0.3s; }
    .top__box0 .leftwhite {
      animation: move-left-bg 0.5s linear forwards;
      animation-delay: 2.8s; }
    .top__box0 .rightwhite {
      animation: move-left-bg 0.5s linear forwards;
      transform: rotate(180deg);
      animation-delay: 2.8s; }

@keyframes move-left-bg {
  to {
    background-position: 100% 0; } }
  .top__box1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background: #F5F5F5; }
    @media (max-width: 1023px) {
      .top__box1 {
        padding: 20px 10px 10px; } }
    .top__box1 .block {
      display: grid;
      grid-template-rows: 21.0144vw 21.0144vw 15.9420vw 15.9420vw;
      grid-template-columns: 39fr 34fr 26fr;
      gap: 10px;
      position: relative; }
      @media (max-width: 1023px) {
        .top__box1 .block {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          gap: 8px; } }
      .top__box1 .block .wave01, .top__box1 .block .wave02, .top__box1 .block .wave03 {
        display: block;
        position: absolute;
        z-index: 2;
        pointer-events: none; }
      .top__box1 .block .wave01 {
        background-image: url("../../images/index/img_wave_01.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 13.8405%;
        aspect-ratio: 1.3263;
        top: -6.75%;
        left: -4.75%;
        animation-delay: -5s; }
        @media (max-width: 1023px) {
          .top__box1 .block .wave01 {
            width: 19.4666%;
            top: -2.5%;
            left: -10.5%; } }
      .top__box1 .block .wave02 {
        width: 33.2352%;
        top: -0.5%;
        left: 7%;
        animation-delay: -15s;
        transform: rotate(7deg); }
        @media (max-width: 1023px) {
          .top__box1 .block .wave02 {
            width: 50%;
            top: 0.5%;
            left: 14%; } }
      .top__box1 .block .wave03 {
        width: 24.1176%;
        top: 46.5%;
        left: 24%;
        animation-delay: -25s; }
        @media (max-width: 1023px) {
          .top__box1 .block .wave03 {
            width: 37%;
            top: 22.25%;
            left: 33%; } }
      .top__box1 .block .block_item {
        overflow: hidden;
        border-radius: 10px;
        display: block;
        position: relative;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        transition: 0.3s; }
        @media (max-width: 1023px) {
          .top__box1 .block .block_item {
            border-radius: 5px; } }
        @media (any-hover: hover) {
          .top__box1 .block .block_item:hover {
            opacity: 0.75; } }
        .top__box1 .block .block_item.item01 {
          grid-column: 1 / 3;
          grid-row: 1 / 3;
          position: relative; }
          @media (max-width: 1023px) {
            .top__box1 .block .block_item.item01 {
              width: 100%;
              aspect-ratio: 1.4791; } }
          .top__box1 .block .block_item.item01 .block_item_text {
            font-size: 28px;
            font-size: 2.8rem;
            line-height: 1;
            letter-spacing: 0.1em;
            font-weight: 400;
            position: absolute;
            top: 46.5%;
            left: 8.25%;
            transform: translateY(-50%); }
            @media (max-width: 1023px) {
              .top__box1 .block .block_item.item01 .block_item_text {
                font-size: 3.75vw;
                top: 43%;
                left: 6%; } }
          .top__box1 .block .block_item.item01 .block_item_link:before {
            background: #9BD3DB; }
        .top__box1 .block .block_item.item02 {
          grid-column: 3 / 4;
          grid-row: 1 / 2; }
          @media (max-width: 1023px) {
            .top__box1 .block .block_item.item02 {
              width: calc(50% - 4px);
              aspect-ratio: 1.1965; } }
          .top__box1 .block .block_item.item02 .block_item_link:before {
            background: #F4F0AF; }
        .top__box1 .block .block_item.item03 {
          grid-column: 3 / 4;
          grid-row: 2 / 3; }
          @media (max-width: 1023px) {
            .top__box1 .block .block_item.item03 {
              width: calc(50% - 4px);
              aspect-ratio: 1.1965; } }
          .top__box1 .block .block_item.item03 .block_item_link:before {
            background: #BCBEE0; }
        .top__box1 .block .block_item.item04 {
          grid-column: 1 / 2;
          grid-row: 3 / 5; }
          @media (max-width: 1023px) {
            .top__box1 .block .block_item.item04 {
              width: 100%;
              aspect-ratio: 1.775; } }
          .top__box1 .block .block_item.item04 .block_item_link:before {
            background: #AFE5C3; }
        .top__box1 .block .block_item.item05 {
          grid-column: 2 / 4;
          grid-row: 3 / 4; }
          @media (max-width: 1023px) {
            .top__box1 .block .block_item.item05 {
              width: 100%;
              aspect-ratio: 3.9444; } }
          .top__box1 .block .block_item.item05 .block_item_link:before {
            background: #9BCAF7; }
        .top__box1 .block .block_item.item06 {
          grid-column: 2 / 4;
          grid-row: 4 / 5; }
          @media (max-width: 1023px) {
            .top__box1 .block .block_item.item06 {
              width: 100%;
              aspect-ratio: 3.9444; } }
          .top__box1 .block .block_item.item06 .block_item_link:before {
            background: #FDCEED; }
        .top__box1 .block .block_item img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
        .top__box1 .block .block_item .block_item_link {
          width: 200px;
          height: 50px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          bottom: 0;
          right: 0;
          background: rgba(255, 255, 255, 0.85);
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1;
          letter-spacing: 0.1em; }
          @media (max-width: 1023px) {
            .top__box1 .block .block_item .block_item_link {
              width: 120px;
              height: 30px;
              font-size: 11px;
              font-size: 1.1rem;
              padding-right: 10px; } }
          .top__box1 .block .block_item .block_item_link:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 8px;
            height: 100%;
            background: #aaa; }
            @media (max-width: 1023px) {
              .top__box1 .block .block_item .block_item_link:before {
                width: 6px; } }
          .top__box1 .block .block_item .block_item_link:after {
            content: '';
            display: block;
            background-image: url("../../images/common/arrow.svg");
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            width: 26px;
            height: 6px;
            position: absolute;
            right: 18px;
            top: 50%;
            transform: translateY(-50%); }
            @media (max-width: 1023px) {
              .top__box1 .block .block_item .block_item_link:after {
                width: 12px;
                right: 10px; } }
  .top__box2 {
    padding: 74px 0 80px; }
    .top__box2 .inner {
      max-width: 1034px;
      width: 100%;
      margin: 0 auto; }
    .top__box2 .ttl {
      text-align: center; }
      .top__box2 .ttl .txten {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 43px;
        letter-spacing: 0.1em;
        font-weight: 300;
        display: block; }
      .top__box2 .ttl .txtjp {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 27px;
        letter-spacing: 0.1em;
        display: block;
        color: #6A6A6A; }
    .top__box2 .pickup_box {
      margin: 31px 0 0;
      position: relative;
      opacity: 0;
      transition: opacity .3s linear; }
      .top__box2 .pickup_box.slick-initialized {
        opacity: 1; }
      .top__box2 .pickup_box .item {
        display: block; }
        @media (min-width: 1024px) {
          .top__box2 .pickup_box .item {
            max-width: 300px;
            width: 100%; } }
      .top__box2 .pickup_box .slide_item {
        padding: 0 22px; }
        @media only screen and (max-width: 1100px) {
          .top__box2 .pickup_box .slide_item {
            padding: 0 15px; } }
        @media only screen and (max-width: 640px) {
          .top__box2 .pickup_box .slide_item {
            padding: 0; } }
        .top__box2 .pickup_box .slide_item a:not(.noline) {
          border: 1px solid #E5E5E5; }
      .top__box2 .pickup_box .slick-prev,
      .top__box2 .pickup_box .slick-next {
        width: 41px;
        height: 41px;
        border-radius: 50%;
        top: 38%;
        z-index: 5;
        background: url("../../images/common/arrow_circle.svg") center no-repeat #FFF;
        background-size: contain; }
        .top__box2 .pickup_box .slick-prev:before,
        .top__box2 .pickup_box .slick-next:before {
          display: none; }
      .top__box2 .pickup_box .slick-prev {
        left: -38px; }
      .top__box2 .pickup_box .slick-next {
        right: -38px;
        transform: translate(0, -50%) scale(-1, -1); }
      .top__box2 .pickup_box .slide-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px; }
        @media (max-width: 1023px) {
          .top__box2 .pickup_box .slide-dots {
            margin-top: 20px; } }
        .top__box2 .pickup_box .slide-dots > li {
          width: 45px;
          height: 8px;
          border: #C9C9C9 solid 1px;
          background-color: #FFF;
          cursor: pointer; }
          .top__box2 .pickup_box .slide-dots > li.slick-active {
            border-color: #939393;
            background-color: #939393; }
          .top__box2 .pickup_box .slide-dots > li:nth-child(n + 2) {
            margin-left: 5px; }
          .top__box2 .pickup_box .slide-dots > li button {
            font-size: 0px;
            font-size: 0rem; }
    .top__box2 .btn {
      text-align: center;
      margin-top: 29px;
      font-size: 0;
      line-height: 1; }
      @media (max-width: 1023px) {
        .top__box2 .btn {
          margin-top: 19px; } }
      .top__box2 .btn a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        letter-spacing: 0.03em;
        text-decoration: underline;
        font-style: italic; }
    @media (max-width: 1023px) {
      .top__box2 {
        padding: 48px 20px 30px; }
        .top__box2 .ttl .txten {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 29px; }
        .top__box2 .ttl .txtjp {
          font-size: 10px;
          font-size: 1rem;
          line-height: 15px; }
        .top__box2 .pickup_box {
          margin-top: 20px; } }
    .top__box2 .slick_option {
      width: 70px;
      height: 22px;
      display: flex;
      margin: 0 0 0 auto; }
      @media (min-width: 1024px) {
        .top__box2 .slick_option {
          display: none; } }
      .top__box2 .slick_option .counter {
        width: calc(100% - 22px);
        height: 100%;
        background-color: #E5E5E5;
        border-radius: 0 0 0 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .top__box2 .slick_option .counter span {
          font-size: 10px;
          font-size: 1rem;
          transform: scale(0.9);
          transform-origin: center; }
      .top__box2 .slick_option .modal-triger {
        width: 22px;
        height: 100%;
        background-color: #7E7E7E;
        position: relative; }
        .top__box2 .slick_option .modal-triger:before, .top__box2 .slick_option .modal-triger:after {
          content: '';
          background-color: #FFF;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .top__box2 .slick_option .modal-triger:before {
          width: 9px;
          height: 1px; }
        .top__box2 .slick_option .modal-triger:after {
          width: 1px;
          height: 9px; }
    .top__box2 .pickup_modal {
      height: 100vh;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9999;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s; }
      @media (min-width: 1024px) {
        .top__box2 .pickup_modal {
          display: none; } }
      .top__box2 .pickup_modal.is_show {
        visibility: visible;
        opacity: 1; }
        .top__box2 .pickup_modal.is_show .pickup_modal__main {
          transform: translateY(0); }
      .top__box2 .pickup_modal__bg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        background-color: rgba(255, 255, 255, 0.3); }
      .top__box2 .pickup_modal__main {
        background-color: #F5F5F5;
        border-radius: 10px 10px 0 0;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 40px;
        padding: 0 20px 15px;
        transform: translateY(100vh);
        transition: .3s ease-in; }
        .top__box2 .pickup_modal__main .ttl {
          height: 90px;
          padding-top: 27px; }
        .top__box2 .pickup_modal__main .pickup_list {
          overflow: scroll;
          scrollbar-width: none;
          -ms-overflow-style: none; }
          .top__box2 .pickup_modal__main .pickup_list::-webkit-scrollbar {
            display: none; }
          .top__box2 .pickup_modal__main .pickup_list .slide_item:nth-child(n + 2) {
            margin-top: 10px; }
      .top__box2 .pickup_modal__close {
        width: 31px;
        height: 31px;
        position: absolute;
        background-image: url(/digital-paper/images/common/icon_close_bnr.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        top: 30px;
        right: 10px; }
  .top__box3 {
    margin-top: 110px;
    padding: 0 20px; }
    .top__box3 .inner {
      max-width: 800px;
      width: 100%;
      margin: 0 auto; }
    .top__box3 .ttl {
      text-align: center; }
    .top__box3 .txt {
      margin-top: 14px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 42px;
      letter-spacing: 0.1em;
      text-align: center; }
    .top__box3 .img {
      margin-top: 30px; }
      .top__box3 .img img {
        width: 100%;
        box-shadow: 6px 8px 16px rgba(0, 0, 0, 0.1); }
      .top__box3 .img iframe {
        display: block;
        width: 100%;
        height: 450px;
        box-shadow: 6px 8px 16px rgba(0, 0, 0, 0.1); }
        @media (max-width: 1023px) {
          .top__box3 .img iframe {
            height: 240px; } }
    @media (max-width: 1023px) {
      .top__box3 {
        margin-top: 74px; }
        .top__box3 .inner {
          max-width: 100%; }
        .top__box3 .ttl {
          text-align: center;
          font-size: 0;
          line-height: 1; }
          .top__box3 .ttl img {
            max-width: 250px;
            width: 100%; }
        .top__box3 .txt {
          margin-top: 12px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 34px;
          text-align: left; } }
  .top__box4 {
    margin-top: 130px;
    position: relative; }
    .top__box4 .marquee-area {
      position: absolute;
      top: 58%;
      left: 0;
      width: 100%;
      transform: translateY(-50%); }
      .top__box4 .marquee-area img {
        margin-right: 100px; }
        @media (max-width: 1023px) {
          .top__box4 .marquee-area img {
            width: 348px;
            margin-right: 50px; } }
    .top__box4 .marq-decor-right {
      position: absolute;
      right: 72px;
      bottom: 0; }
      @media only screen and (max-width: 1190px) {
        .top__box4 .marq-decor-right {
          right: 15px;
          bottom: -30px; } }
      @media (max-width: 1023px) {
        .top__box4 .marq-decor-right {
          width: 64px;
          bottom: -65px; } }
    .top__box4 .marq-decor-left {
      position: absolute;
      left: 60px;
      top: 40px; }
      @media only screen and (max-width: 1190px) {
        .top__box4 .marq-decor-left {
          top: -30px;
          left: 20px; } }
      @media (max-width: 1023px) {
        .top__box4 .marq-decor-left {
          width: 70px;
          top: -60px;
          left: 10px; } }
    .top__box4 .inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      position: relative;
      z-index: 2;
      padding: 100px 0; }
      @media (max-width: 1023px) {
        .top__box4 .inner {
          padding: 30px 0; } }
      .top__box4 .inner picture {
        display: block;
        border-radius: 5px;
        box-shadow: 50px 50px 40px rgba(0, 0, 0, 0.3); }
        @media (max-width: 1023px) {
          .top__box4 .inner picture {
            width: 132px;
            box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.3); } }
        .top__box4 .inner picture ~ picture {
          margin-left: 75px; }
          @media (max-width: 1023px) {
            .top__box4 .inner picture ~ picture {
              margin-left: 28px; } }
  .top__box5 {
    margin-top: 103px;
    padding: 0 20px;
    position: relative; }
    .top__box5 #scroll_to {
      font-size: 0;
      height: 0; }
    @media only screen and (max-width: 1100px) {
      .top__box5:after {
        content: "";
        position: absolute;
        top: 12%;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 88%; } }
    .top__box5 .ttlmain {
      text-align: center; }
      .top__box5 .ttlmain .ttl {
        display: inline-block;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 47px;
        letter-spacing: 0.03em;
        padding: 0 20px 15px;
        border-bottom: 1px solid #707070;
        position: relative; }
        .top__box5 .ttlmain .ttl:after {
          content: "";
          display: block;
          width: 66px;
          height: 79px;
          position: absolute;
          bottom: -17px;
          right: -64px;
          background: url(../../images/index/icon_pen.svg) top left no-repeat;
          background-size: 66px 79px; }
    @media (max-width: 1023px) {
      .top__box5 {
        margin-top: 80px; }
        .top__box5 .ttlmain .ttl {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 35px;
          padding: 0 15px 15px; }
          .top__box5 .ttlmain .ttl:after {
            width: 30px;
            height: 45px;
            bottom: -13px;
            right: -30px;
            background: url(../../images/index/icon_pen.svg) top left no-repeat;
            background-size: 30px 45px; } }
    .top__box5 .itemboxes {
      padding: 88px 0 200px; }
      @media (max-width: 1023px) {
        .top__box5 .itemboxes {
          padding: 51px 0 110px; } }
    .top__box5 .itembox {
      width: 100%;
      max-width: 1050px;
      margin: 0 auto 126px;
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .top__box5 .itembox:last-child {
        margin-bottom: 0; }
      .top__box5 .itembox .wave {
        position: absolute; }
        .top__box5 .itembox .wave.wave01_1 {
          width: 45%;
          bottom: -37%;
          left: 27.5%;
          z-index: 3;
          transform: rotate(12deg);
          animation-delay: -5s; }
        .top__box5 .itembox .wave.wave02_1 {
          width: 31%;
          top: -18.5%;
          left: 93%;
          animation-delay: -15s; }
        .top__box5 .itembox .wave.wave02_2 {
          width: 33%;
          top: -16%;
          left: 105.25%;
          animation-delay: -25s; }
        .top__box5 .itembox .wave.wave02_3 {
          width: 74.3%;
          bottom: -42%;
          left: -10%;
          z-index: 3;
          transform: rotate(5deg); }
        .top__box5 .itembox .wave.wave02_sp1 {
          width: 38.666%;
          top: 50%;
          left: 88.25%; }
        .top__box5 .itembox .wave.wave02_sp2 {
          bottom: 100%;
          width: 50%;
          left: 26%;
          transform: rotate(11deg); }
        .top__box5 .itembox .wave.wave03_1 {
          width: 39.6%;
          top: -22%;
          right: 88%;
          animation-delay: -25s; }
        .top__box5 .itembox .wave.wave03_2 {
          width: 31%;
          top: 51.5%;
          right: 80.5%;
          animation-delay: -15s; }
        .top__box5 .itembox .wave.wave03_3 {
          width: 60%;
          bottom: -27%;
          left: 66.5%;
          z-index: 2;
          transform: rotate(6deg);
          animation-delay: -25s; }
        .top__box5 .itembox .wave.wave03_sp1 {
          width: 55%;
          top: -16.5%;
          right: 49%; }
        .top__box5 .itembox .wave.wave04_1 {
          width: 18.5%;
          bottom: -21.5%;
          left: 93%; }
        .top__box5 .itembox .wave.wave04_sp1 {
          width: 40.533%;
          bottom: 85%;
          left: -20%; }
        .top__box5 .itembox .wave.wave04_sp2 {
          width: 53%;
          top: -7%;
          left: 52%;
          transform: rotate(3deg);
          z-index: 3; }
        .top__box5 .itembox .wave.wave04_sp3 {
          width: 31.2%;
          bottom: -2%;
          left: 73%; }
        .top__box5 .itembox .wave.wave05_1 {
          width: 30.2%;
          top: 2%;
          left: 103.5%;
          animation-delay: -5s; }
        .top__box5 .itembox .wave.wave06_1 {
          width: 13.3%;
          bottom: -8.5%;
          right: 102.5%;
          animation-delay: -15s; }
        .top__box5 .itembox .wave.wave06_2 {
          width: 45.7%;
          right: 96.5%;
          bottom: -67%;
          z-index: 3;
          animation-delay: -25s; }
        .top__box5 .itembox .wave.wave06_sp1 {
          width: 12.266%;
          bottom: -14%;
          right: 87.5%; }
        .top__box5 .itembox .wave.wave06_sp2 {
          width: 45.7%;
          right: 83%;
          bottom: -27%;
          z-index: 3;
          animation-delay: -25s; }
        .top__box5 .itembox .wave.wave06_sp3 {
          width: 33.2%;
          top: -14.5%;
          left: 90.5%;
          z-index: 3; }
        .top__box5 .itembox .wave.wave07_1 {
          width: 30%;
          top: 80%;
          left: 90%;
          animation-delay: -25s; }
        .top__box5 .itembox .wave.wave07_2 {
          width: 24%;
          top: 55%;
          left: 110%;
          animation-delay: -15s; }
        .top__box5 .itembox .wave.wave07_3 {
          width: 50%;
          bottom: 60%;
          left: 75%;
          z-index: 6;
          animation-delay: -25s; }
          @media (max-width: 1023px) {
            .top__box5 .itembox .wave.wave07_3 {
              transform: rotate(-6deg);
              bottom: 88%;
              left: 60%; } }
      .top__box5 .itembox .txtbox {
        max-width: 500px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 40px; }
        .top__box5 .itembox .txtbox a {
          color: #0064b5;
          text-decoration: underline; }
        .top__box5 .itembox .txtbox .ttlsub {
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 46px;
          letter-spacing: 0.03em;
          position: relative;
          z-index: 2; }
        .top__box5 .itembox .txtbox .txt {
          margin-top: 22px;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 36px;
          letter-spacing: 0.02em;
          position: relative;
          z-index: 2; }
          .top__box5 .itembox .txtbox .txt .txtnote {
            margin-top: 12px;
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 26px; }
          .top__box5 .itembox .txtbox .txt small {
            font-size: 8px;
            font-size: 0.8rem;
            transform: translateY(-7px);
            display: inline-block; }
            @media (max-width: 1023px) {
              .top__box5 .itembox .txtbox .txt small {
                transform: translateY(-6px); } }
      .top__box5 .itembox .imgbox {
        max-width: calc(100% - 500px);
        width: 100%;
        position: relative;
        z-index: 2;
        padding-left: 35px;
        padding-right: 65px; }
        .top__box5 .itembox .imgbox img {
          width: 100%;
          box-shadow: 6px 8px 16px rgba(0, 0, 0, 0.1); }
        @media only screen and (max-width: 1100px) {
          .top__box5 .itembox .imgbox {
            padding-left: 0;
            padding-right: 40px; } }
      .top__box5 .itembox.itembox_even {
        flex-direction: row-reverse; }
        .top__box5 .itembox.itembox_even .imgbox {
          padding-left: 65px;
          padding-right: 35px; }
          @media only screen and (max-width: 1100px) {
            .top__box5 .itembox.itembox_even .imgbox {
              padding-right: 0;
              padding-left: 40px; } }
      @media (min-width: 1024px) {
        .top__box5 .itembox.itembox4 .txtbox {
          padding-bottom: 0; } }
      @media (min-width: 1024px) {
        .top__box5 .itembox.itembox5 {
          margin-bottom: 76px; } }
      @media (min-width: 1024px) {
        .top__box5 .itembox.itembox6 .txtbox {
          padding-bottom: 90px; } }
    @media (max-width: 1023px) {
      .top__box5 .itembox {
        margin-bottom: 58px;
        display: block; }
        .top__box5 .itembox .txtbox {
          max-width: 100%;
          padding-top: 30px; }
          .top__box5 .itembox .txtbox .ttlsub {
            font-size: 22px;
            font-size: 2.2rem;
            line-height: 36px; }
          .top__box5 .itembox .txtbox .txt {
            margin-top: 10px;
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 2;
            letter-spacing: 0.02em;
            font-weight: 400; }
            .top__box5 .itembox .txtbox .txt .txtnote {
              margin-top: 12px;
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 24px;
              letter-spacing: 0.02em; }
        .top__box5 .itembox .imgbox {
          max-width: 100%;
          padding-left: 0;
          padding-right: 0; }
        .top__box5 .itembox.itembox_even .imgbox {
          padding-left: 0;
          padding-right: 0; } }
    .top__box5__info {
      font-size: 12px;
      font-size: 1.2rem;
      width: calc(100% - 40px);
      max-width: 1048px;
      margin: 30px auto 0; }
      @media (max-width: 1023px) {
        .top__box5__info {
          text-align: left;
          width: 100%;
          line-height: 1.75;
          margin-top: 25px; } }
  .top__box6 {
    padding: 75px 20px 82px;
    background: linear-gradient(120deg, #e6f6ff 0%, #f2effe 59.61%, #f5f8ff 100%); }
    .top__box6 .ttlmain {
      text-align: center;
      margin-bottom: 43px; }
      .top__box6 .ttlmain .txten {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 43px;
        letter-spacing: 0.1em;
        font-weight: 300;
        display: block; }
      .top__box6 .ttlmain .txtjp {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 26px;
        letter-spacing: 0.1em;
        color: #6A6A6A;
        display: block; }
    .top__box6 .lidtnews {
      max-width: 1070px;
      width: 100%;
      margin: 0 auto;
      border-top: 1px solid #C4C4C4; }
      .top__box6 .lidtnews li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 30px 18px;
        border-bottom: 1px dotted #C4C4C4; }
        .top__box6 .lidtnews li.txtgrey {
          color: #6A6A6A; }
          .top__box6 .lidtnews li.txtgrey .ttlpos {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 32px;
            letter-spacing: 0.02em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inherit; }
            @media (max-width: 1023px) {
              .top__box6 .lidtnews li.txtgrey .ttlpos {
                font-size: 15px;
                font-size: 1.5rem;
                line-height: 30px; } }
      .top__box6 .lidtnews .txtdate {
        width: 123px;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.02em;
        font-style: italic;
        font-family: 'Helvetica', 'Arial', sans-serif; }
      .top__box6 .lidtnews .ttlpos {
        max-width: calc(100% - 123px);
        width: 100%;
        overflow-x: hidden; }
        .top__box6 .lidtnews .ttlpos a {
          text-decoration: underline;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 32px;
          letter-spacing: 0.02em;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: inherit; }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .top__box6 .lidtnews .ttlpos a {
              padding-top: 3px; } }
    .top__box6 .btn {
      text-align: center;
      margin-top: 45px;
      font-size: 0;
      line-height: 1; }
      .top__box6 .btn a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        letter-spacing: 0.03em;
        text-decoration: underline;
        font-style: italic; }
    @media (max-width: 1023px) {
      .top__box6 {
        margin-top: 30px;
        padding: 50px 20px 50px; }
        .top__box6 .ttlmain {
          margin-bottom: 30px; }
          .top__box6 .ttlmain .txten {
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 29px; }
          .top__box6 .ttlmain .txtjp {
            font-size: 10px;
            font-size: 1rem;
            line-height: 20px; }
        .top__box6 .lidtnews li {
          display: block;
          padding: 25px 0;
          font-size: 0;
          line-height: 1; }
        .top__box6 .lidtnews .txtdate {
          width: 100%;
          line-height: 20px; }
        .top__box6 .lidtnews .ttlpos {
          max-width: 100%;
          margin-top: 8px; }
          .top__box6 .lidtnews .ttlpos a {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 30px; }
        .top__box6 .btn {
          margin-top: 35px; } }
  .top .bnr_fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    /*display: none;
    @include PC {
      text-align: right;
      width: calc(69.8vw + 335px);
    }
    @include PC {
      @include max-screen(1500px) {
        width: calc(71vw + 335px);
      }
      @include max-screen(1300px) {
        width: 100%;
        padding-right: 30px;
      }
    }*/ }
    .top .bnr_fixed.active {
      display: block; }
    .top .bnr_fixed.close_btn {
      display: none !important; }
    .top .bnr_fixed .innerbox {
      position: relative;
      display: inline-block;
      width: 420px; }
      @media (max-width: 1023px) {
        .top .bnr_fixed .innerbox {
          width: 300px; } }
    .top .bnr_fixed a {
      display: inline-block; }
      .top .bnr_fixed a img {
        width: 100%; }
    .top .bnr_fixed .iconclose {
      position: absolute;
      width: 25px;
      height: 25px;
      right: -12px;
      top: -12px;
      cursor: pointer;
      transition: 0.3s; }
      @media (any-hover: hover) {
        .top .bnr_fixed .iconclose:hover {
          opacity: 0.5; } }
      .top .bnr_fixed .iconclose img {
        width: 100%; }
    @media (max-width: 1023px) {
      .top .bnr_fixed {
        left: 0;
        margin: 0 auto;
        right: 0;
        bottom: 0;
        width: 300px; } }

.stroke {
  width: 100%;
  position: relative;
  display: block; }
  .stroke path {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    stroke-width: 50;
    stroke-linecap: round;
    fill: none;
    stroke-dasharray: 430;
    stroke-dashoffset: 430;
    animation: none;
    transition: 2s ease; }

.stroke01, .stroke03, .mv-stroke01 {
  aspect-ratio: 300 / 171; }

.stroke02 {
  aspect-ratio: 368 / 205; }

.mv-stroke02 {
  aspect-ratio: 356 / 333; }
  .mv-stroke02 path {
    stroke-dasharray: 580;
    stroke-dashoffset: 580; }

.stroke04 {
  aspect-ratio: 317 / 352; }
  .stroke04 path {
    stroke-dasharray: 580;
    stroke-dashoffset: 580; }
