/* 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%)
    }
  }*/ }

@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__box1 {
    position: relative;
    overflow: hidden;
    padding-bottom: 33px; }
    @media (max-width: 1023px) {
      .top__box1 {
        padding-bottom: 50px; } }
    .top__box1:after {
      content: "";
      display: block;
      width: 100%;
      height: 90px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #F5F5F5; }
      @media (max-width: 1023px) {
        .top__box1:after {
          height: 168px;
          display: none; } }
    .top__box1 .img {
      position: relative;
      z-index: 1;
      width: 66.57vw;
      overflow: hidden; }
      .top__box1 .img .main_slider {
        overflow: hidden; }
        .top__box1 .img .main_slider .item {
          overflow: hidden;
          position: relative; }
          .top__box1 .img .main_slider .item > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -ms-transform: scale(1.1) translateX(-2.95%);
            transform: scale(1.1) translateX(-2.95%);
            font-family: "object-fit: cover";
            /*@include IE{
              object-fit: cover;
              transform: none;
            }*/ }
        .top__box1 .img .main_slider .newbox {
          position: absolute;
          width: 275px;
          top: 92px;
          left: 72px; }
          @media (max-width: 1023px) {
            .top__box1 .img .main_slider .newbox {
              width: 180px;
              top: 10px;
              left: 10px; } }
          .top__box1 .img .main_slider .newbox img {
            display: block;
            width: 100%; }
        .top__box1 .img .main_slider .icons {
          position: absolute;
          right: 40px;
          bottom: 40px;
          display: flex;
          align-items: center;
          flex-direction: column; }
          @media (max-width: 1023px) {
            .top__box1 .img .main_slider .icons {
              right: 12px;
              bottom: 10px; } }
          .top__box1 .img .main_slider .icons > span:nth-child(1) {
            width: 114px; }
            @media (max-width: 1023px) {
              .top__box1 .img .main_slider .icons > span:nth-child(1) {
                width: 56px; } }
          .top__box1 .img .main_slider .icons > span:nth-child(2) {
            width: 88px; }
            @media (max-width: 1023px) {
              .top__box1 .img .main_slider .icons > span:nth-child(2) {
                width: 50px; } }
          .top__box1 .img .main_slider .icons > span:nth-child(3) {
            width: 88px; }
            @media (max-width: 1023px) {
              .top__box1 .img .main_slider .icons > span:nth-child(3) {
                width: 50px; } }
          .top__box1 .img .main_slider .icons > span:nth-child(n + 2) {
            margin-top: 25px; }
            @media (max-width: 1023px) {
              .top__box1 .img .main_slider .icons > span:nth-child(n + 2) {
                margin-top: 10px; } }
        .top__box1 .img .main_slider .info {
          position: absolute;
          left: 80px;
          bottom: 42px;
          background: #F4F3F0;
          border-radius: 50%;
          width: 173px;
          height: 173px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          z-index: 2;
          padding-top: 5px; }
          @media (max-width: 1023px) {
            .top__box1 .img .main_slider .info {
              left: 15px;
              bottom: 15px;
              width: 120px;
              height: 120px;
              padding-top: 5px; } }
          .top__box1 .img .main_slider .info > span {
            color: #222;
            line-height: 1;
            display: block; }
            .top__box1 .img .main_slider .info > span.release {
              font-size: 16px;
              font-size: 1.6rem;
              font-weight: 400;
              margin-bottom: 9px; }
              @media (max-width: 1023px) {
                .top__box1 .img .main_slider .info > span.release {
                  font-size: 12px;
                  font-size: 1.2rem;
                  margin-bottom: 7px; } }
            .top__box1 .img .main_slider .info > span.title {
              font-size: 28px;
              font-size: 2.8rem;
              font-weight: 900;
              margin-bottom: 9px; }
              @media (max-width: 1023px) {
                .top__box1 .img .main_slider .info > span.title {
                  font-size: 19px;
                  font-size: 1.9rem;
                  margin-bottom: 6px; } }
            .top__box1 .img .main_slider .info > span.with {
              font-size: 22px;
              font-size: 2.2rem;
              font-weight: 900; }
              @media (max-width: 1023px) {
                .top__box1 .img .main_slider .info > span.with {
                  font-size: 17px;
                  font-size: 1.7rem; } }
      @media (max-width: 1023px) {
        .top__box1 .img {
          width: 94.667vw; } }
      @media only screen and (max-width: 478px) {
        .top__box1 .img {
          width: 100%;
          padding-right: 20px; } }
      .top__box1 .img .slick-active > img {
        -ms-animation: zoomfade 7s linear 0s 1 forwards;
        animation: zoomfade 7s linear 0s 1 forwards;
        will-change: transform;
        /*@include IE{
          animation: none;
          will-change: none;
        }*/ }
    .top__box1 .ttlbox {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -52px;
      text-align: right;
      width: calc(66.57vw + 335px);
      z-index: 2; }
      @media (max-width: 1023px) {
        .top__box1 .ttlbox {
          position: static;
          margin-top: 55px;
          text-align: center;
          width: 100%;
          margin-bottom: 46px;
          font-size: 0;
          line-height: 1; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .top__box1 .ttlbox svg {
          width: 411px;
          height: 41px; } }
      @media (max-width: 1023px) {
        .top__box1 .ttlbox svg {
          width: 298px; } }
      .top__box1 .ttlbox svg g path {
        display: none;
        fill: none;
        stroke: #000000 !important;
        stroke-miterlimit: 10;
        stroke-linejoin: round;
        stroke-linecap: round;
        stroke-width: 2px;
        stroke-dasharray: 100;
        stroke-dashoffset: 100; }
        .top__box1 .ttlbox svg g path.is-visible {
          display: block; }
    .top__box1 .c-bnr-top {
      position: absolute;
      bottom: 0;
      z-index: 3;
      left: 0;
      text-align: right;
      width: calc(66.57vw + 395px); }
      .top__box1 .c-bnr-top.remove {
        display: none; }
      .top__box1 .c-bnr-top a {
        display: inline-block; }
      .top__box1 .c-bnr-top img {
        max-width: 420px;
        width: 100%; }
      @media only screen and (max-width: 1300px) {
        .top__box1 .c-bnr-top {
          width: 100%;
          padding-right: 30px; } }
      @media (max-width: 1023px) {
        .top__box1 .c-bnr-top {
          position: relative;
          padding-right: 0;
          text-align: center;
          margin-top: 50px; }
          .top__box1 .c-bnr-top img {
            max-width: 300px; } }
  .top__box2 {
    padding: 91px 0 50px;
    background: #F5F5F5; }
    .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 .slick-prev,
      .top__box2 .pickup_box .slick-next {
        width: 23px;
        height: 23px;
        border-radius: 50%;
        top: 45%;
        z-index: 5; }
        .top__box2 .pickup_box .slick-prev:before,
        .top__box2 .pickup_box .slick-next:before {
          display: none; }
      .top__box2 .pickup_box .slick-prev {
        left: -25px;
        background: url(../../images/icon/icon_back.png) center no-repeat #FFF;
        background-size: 24px 24px; }
      .top__box2 .pickup_box .slick-next {
        right: -25px;
        background: url(../../images/icon/icon_next.png) center no-repeat #FFF;
        background-size: 24px 24px; }
      .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; }
    @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/gen2/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: 161px;
    padding: 0 20px;
    position: relative;
    overflow: hidden; }
    .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%;
        /*background: url(../../images/index/icon_line_pc.svg) top center no-repeat;
        background-size: auto;*/ } }
  @media only screen and (max-width: 1100px) and (max-width: 1023px) {
    .top__box5:after {
      /*background: url(../../images/index/icon_line_sp.svg) top center no-repeat;
          background-size: cover;
          top: 9%;
          height: 80%;*/ } }

@media only screen and (max-width: 1100px) and (max-width: 360px) and (max-width: 1023px) {
  .top__box5:after {
    /*background: url(../../images/index/icon_line_sp.svg) top center no-repeat;
            background-size: cover;
            top: 8%;
            left: 20px;
            height: 92%;*/ } }
    .top__box5 .line_animate {
      position: absolute;
      top: 12%;
      left: -100px;
      z-index: 1;
      width: calc(100% + 100px);
      height: 88%;
      text-align: center;
      opacity: 0; }
      @media (max-width: 1023px) {
        .top__box5 .line_animate {
          top: 8%;
          height: 100%;
          left: -45px;
          width: calc(100% + 85px); } }
      .top__box5 .line_animate.showline {
        opacity: 1; }
    .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: 120px; }
        .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 .box {
      position: relative;
      margin-top: 88px; }
      .top__box5 .box:after {
        content: "";
        display: block;
        position: absolute;
        background: #F5F5F5;
        width: 94.203vw;
        right: -20px;
        height: calc(100% - 380px);
        bottom: 168px; }
      .top__box5 .box.box2 {
        margin-top: 125px;
        padding-bottom: 43px; }
        .top__box5 .box.box2:after {
          width: 75.725vw;
          left: -20px;
          right: auto;
          top: 145px;
          bottom: auto;
          height: calc(100% - 455px); }
      .top__box5 .box .itembox {
        max-width: 1050px;
        width: 100%;
        margin: 0 auto 126px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative;
        z-index: 2; }
        .top__box5 .box .itembox:last-child {
          margin-bottom: 0; }
        .top__box5 .box .itembox .txtbox {
          max-width: 500px;
          width: 100%;
          padding-top: 76px; }
          .top__box5 .box .itembox .txtbox .ttlsub {
            font-size: 28px;
            font-size: 2.8rem;
            line-height: 46px;
            letter-spacing: 0.03em;
            position: relative;
            z-index: 2; }
          .top__box5 .box .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 .box .itembox .txtbox .txt .txtnote {
              margin-top: 12px;
              font-size: 13px;
              font-size: 1.3rem;
              line-height: 26px; }
        .top__box5 .box .itembox .imgbox {
          max-width: calc(100% - 500px);
          width: 100%;
          position: relative;
          z-index: 2;
          padding-left: 35px;
          padding-right: 65px; }
          .top__box5 .box .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 .box .itembox .imgbox {
              padding-left: 0;
              padding-right: 40px; } }
        .top__box5 .box .itembox.itembox_even {
          flex-direction: row-reverse; }
          .top__box5 .box .itembox.itembox_even .imgbox {
            padding-left: 65px;
            padding-right: 35px; }
            @media only screen and (max-width: 1100px) {
              .top__box5 .box .itembox.itembox_even .imgbox {
                padding-right: 0;
                padding-left: 40px; } }
        @media (min-width: 1024px) {
          .top__box5 .box .itembox.itembox4 .txtbox {
            padding-top: 0; } }
      @media (max-width: 1023px) {
        .top__box5 .box {
          margin-top: 53px; }
          .top__box5 .box:after {
            width: calc(100% + 40px);
            height: calc(100% - 600px);
            bottom: auto;
            top: 140px; }
          .top__box5 .box.box2 {
            margin-top: 90px;
            padding-bottom: 0; }
            .top__box5 .box.box2:after {
              width: calc(100% + 40px);
              bottom: 410px;
              height: calc(100% - 650px);
              top: auto; }
          .top__box5 .box .itembox {
            margin-bottom: 90px;
            display: block; }
            .top__box5 .box .itembox .txtbox {
              max-width: 100%;
              padding-top: 30px; }
              .top__box5 .box .itembox .txtbox .ttlsub {
                font-size: 22px;
                font-size: 2.2rem;
                line-height: 36px; }
              .top__box5 .box .itembox .txtbox .txt {
                margin-top: 10px;
                font-size: 15px;
                font-size: 1.5rem;
                line-height: 34px;
                letter-spacing: 0.1em; }
                .top__box5 .box .itembox .txtbox .txt .txtnote {
                  margin-top: 12px;
                  font-size: 12px;
                  font-size: 1.2rem;
                  line-height: 24px;
                  letter-spacing: 0.02em; }
            .top__box5 .box .itembox .imgbox {
              max-width: 100%;
              padding-left: 0;
              padding-right: 0; }
            .top__box5 .box .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 {
    margin-top: 112px;
    padding: 0 20px;
    margin-bottom: 120px; }
    @media (max-width: 1023px) {
      .top__box6 {
        margin-top: 93px; } }
    .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 .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: 93px; }
        .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 only screen and (min-width: 1025px) {
        .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; } }
