@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #000000; }
  a:hover {
    text-decoration: none;
    color: #000000; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:visited {
    color: #000000; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block; } }

.bold {
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal; }

.black {
  font-family: "gotham", sans-serif;
  font-weight: 800;
  font-style: normal; }

body {
  overflow-x: visible; }

.fs-l-page {
  overflow: visible; }

p {
  margin: 0;
  padding: 0; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

.fade {
  opacity: 0;
  transition: opacity 1s, transform 1s; }
  .fade.visible {
    opacity: 1; }

/*--------------------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden; }
  @media screen and (max-width: 1080px) {
    .loading {
      visibility: visible; } }
  .loading video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .loading .skip {
    position: absolute;
    top: 80vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: +1;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.4);
    padding: 1.5em;
    width: 80%;
    line-height: 1.0;
    font-family: "gotham", sans-serif;
    letter-spacing: .2em;
    font-size: min(0.9em, 3vw);
    border: 1px solid #ffffff;
    font-weight: 400;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease; }
    .loading .skip.is-show {
      opacity: 1;
      pointer-events: auto; }

/*--------------------------------------------*/
.header_loop {
  width: 100%;
  background: #ffffff;
  padding: 15px 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 54px; }
  .header_loop .swiper2 .swiper-wrapper {
    transition-timing-function: linear; }

/*--------------------------------------------*/
#future.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0;
  color: #000000;
  font-size: 14px;
  text-align: left;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: 54px; }
  @media screen and (max-width: 1080px) {
    #future.lp_wrapper {
      top: 0; } }
#future .sidearea {
  position: fixed;
  top: 54px;
  height: calc(100vh - 54px);
  transition: .8s;
  width: calc((100% - 500px) * 0.5); }
  @media screen and (max-width: 1080px) {
    #future .sidearea {
      display: none; } }
  #future .sidearea.boxleft {
    left: 0; }
    @media screen and (max-width: 1300px) {
      #future .sidearea.boxleft {
        width: 50%; } }
    #future .sidearea.boxleft video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #future .sidearea.boxleft .video-Box {
      position: absolute;
      width: 95%;
      height: fit-content;
      z-index: 9998;
      bottom: 1.0em;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #future .sidearea.boxleft .video-Box h1 {
        font-weight: 400;
        color: #ffffff;
        font-family: "gotham", sans-serif;
        font-size: min(1em, 3.2vw);
        white-space: nowrap; }
      #future .sidearea.boxleft .video-Box .allitem_Box {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        #future .sidearea.boxleft .video-Box .allitem_Box a {
          display: block;
          background: #ffffff; }
          #future .sidearea.boxleft .video-Box .allitem_Box a.btn {
            margin-right: 8px;
            font-family: "gotham", sans-serif;
            font-size: min(0.8em, 2.8vw);
            padding: 0 1.2em;
            border-radius: 50vh;
            height: 30px;
            line-height: 30px; }
          #future .sidearea.boxleft .video-Box .allitem_Box a.top {
            position: relative;
            width: 30px;
            height: 30px;
            border-radius: 50%; }
            #future .sidearea.boxleft .video-Box .allitem_Box a.top::before {
              content: "";
              position: absolute;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 4px 6px 4px;
              border-color: transparent transparent #000000 transparent;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
  #future .sidearea.boxright {
    right: 0; }
    @media screen and (max-width: 1300px) {
      #future .sidearea.boxright {
        display: none; } }
    #future .sidearea.boxright .pc_menu {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      height: 100%;
      position: relative;
      border: solid #000000;
      border-width: 0.02em 0 0 0.02em; }
      #future .sidearea.boxright .pc_menu::before {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: .02em;
        height: 100%;
        background: #000000;
        content: ""; }
      #future .sidearea.boxright .pc_menu a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: calc(100%/3);
        border-bottom: 0.02em solid #000000; }
        #future .sidearea.boxright .pc_menu a p {
          overflow: hidden;
          height: 70%;
          margin: 2em auto 0; }
          #future .sidearea.boxright .pc_menu a p img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .8s; }
            #future .sidearea.boxright .pc_menu a p img:hover {
              transform: scale(1.05); }
        #future .sidearea.boxright .pc_menu a .logo {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 30%; }
          #future .sidearea.boxright .pc_menu a .logo img {
            display: block;
            max-width: 120px; }
            #future .sidearea.boxright .pc_menu a .logo img.fit {
              max-height: 30px; }
            #future .sidearea.boxright .pc_menu a .logo img.convert {
              max-height: 45px; }
#future #box-content {
  position: relative;
  z-index: 1000;
  width: 500px;
  /* drawer */ }
  @media screen and (max-width: 1300px) {
    #future #box-content {
      margin: 0 0 0 auto;
      width: 50%; } }
  @media screen and (max-width: 1080px) {
    #future #box-content {
      opacity: 1;
      transition: opacity .6s ease;
      width: 100%;
      top: 54px; }
      body.is-loading #future #box-content {
        opacity: 0; } }
  @media screen and (max-width: 600px) {
    #future #box-content {
      width: 100%; } }
  #future #box-content #drawer {
    position: relative;
    margin: 0 auto;
    background: #ffffff; }
    #future #box-content #drawer .innerBox {
      /* block */
      /* section */ }
      #future #box-content #drawer .innerBox .mv {
        position: relative;
        width: 100%; }
        @media screen and (max-width: 1080px) {
          #future #box-content #drawer .innerBox .mv {
            min-height: 100vh;
            height: fit-content; } }
        #future #box-content #drawer .innerBox .mv h1 {
          font-weight: 400;
          font-family: "gotham", sans-serif;
          position: absolute;
          top: 85%;
          left: 50%;
          transform: translateX(-50%);
          font-size: min(1em, 3.2vw); }
        #future #box-content #drawer .innerBox .mv .logo {
          max-width: 150px;
          position: absolute;
          top: 20%;
          left: 50%;
          transform: translateX(-50%); }
        @media screen and (max-width: 1080px) {
          #future #box-content #drawer .innerBox .mv .main {
            width: 100%;
            height: 100vh;
            object-fit: cover; } }
      #future #box-content #drawer .innerBox .anchorBox {
        margin: 15% auto; }
        #future #box-content #drawer .innerBox .anchorBox h2 {
          font-size: min(1.1em, 3.3vw);
          text-align: center;
          line-height: 2.0;
          margin-bottom: 1.0em; }
        #future #box-content #drawer .innerBox .anchorBox ul {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap; }
          #future #box-content #drawer .innerBox .anchorBox ul li {
            margin: 0 4px;
            margin-bottom: 20px; }
            #future #box-content #drawer .innerBox .anchorBox ul li a {
              font-size: min(0.9em, 3vw);
              font-family: "gotham", sans-serif;
              padding: 0.5em 1.2em;
              border: 1px solid #000000;
              border-radius: 50vh; }
              #future #box-content #drawer .innerBox .anchorBox ul li a:hover {
                background: #000000;
                color: #ffffff; }
      #future #box-content #drawer .innerBox .block {
        width: 90%;
        margin: 0 auto 7vh;
        max-width: 700px; }
        #future #box-content #drawer .innerBox .block p {
          font-size: min(0.9em, 3vw);
          line-height: 1.8;
          margin: 1.0em auto;
          text-align: center; }
        #future #box-content #drawer .innerBox .block .img-animation {
          overflow: hidden;
          position: relative; }
          #future #box-content #drawer .innerBox .block .img-animation::before {
            animation: animation 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
            content: '';
            inset: 0;
            pointer-events: none;
            position: absolute;
            height: 100%;
            z-index: 4000; }
          #future #box-content #drawer .innerBox .block .img-animation.line1::before {
            background: #3e3a39;
            height: 100%; }
          #future #box-content #drawer .innerBox .block .img-animation.line2::before {
            background: #1e2d46;
            height: 100%; }
          #future #box-content #drawer .innerBox .block .img-animation.line3::before {
            background: #ebe1e1;
            height: 100%; }
          #future #box-content #drawer .innerBox .block .img-animation.line4::before {
            background: #ebe1cd;
            height: 100%; }
          #future #box-content #drawer .innerBox .block .img-animation.line5::before {
            background: #f2f2f2;
            height: 100%; }
      #future #box-content #drawer .innerBox section {
        margin: 20vh auto;
        background: #ffffff; }
        #future #box-content #drawer .innerBox section.series {
          padding: 20vh 0 10vh;
          margin: 0 auto; }
        #future #box-content #drawer .innerBox section .swiper_style {
          padding-bottom: 60px; }
        #future #box-content #drawer .innerBox section .vertical-anime {
          clip-path: inset(0 100% 0 0);
          transition: 0.8s cubic-bezier(0.37, 0, 0.63, 1);
          transition-property: clip-path; }
          #future #box-content #drawer .innerBox section .vertical-anime.visible {
            clip-path: inset(0); }
          #future #box-content #drawer .innerBox section .vertical-anime .swiper-pagination .swiper-pagination-bullet {
            background-color: #ffffff;
            height: 6px;
            width: 6px;
            opacity: 1; }
            #future #box-content #drawer .innerBox section .vertical-anime .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
              background-color: #d2f055; }
          #future #box-content #drawer .innerBox section .vertical-anime .swiper-pagination.expand .swiper-pagination-bullet-active {
            background-color: #e83828; }
          #future #box-content #drawer .innerBox section .vertical-anime .swiper-pagination.mate .swiper-pagination-bullet-active {
            background-color: #ff87a0; }
          #future #box-content #drawer .innerBox section .vertical-anime .swiper-pagination.fit .swiper-pagination-bullet-active {
            background-color: #40220f; }
          #future #box-content #drawer .innerBox section .vertical-anime .swiper-pagination.convert .swiper-pagination-bullet-active {
            background-color: #1e2d46; }
        #future #box-content #drawer .innerBox section .seriesBox {
          margin-bottom: 20vh; }
          #future #box-content #drawer .innerBox section .seriesBox .block_1 {
            text-align: center;
            margin-bottom: 15vh; }
            #future #box-content #drawer .innerBox section .seriesBox .block_1 img {
              margin: 0 auto;
              max-width: 200px; }
              @media screen and (max-width: 600px) {
                #future #box-content #drawer .innerBox section .seriesBox .block_1 img {
                  width: 65%; } }
          #future #box-content #drawer .innerBox section .seriesBox .itemBox {
            width: 90%;
            margin: 0 auto; }
            @media screen and (max-width: 1080px) {
              #future #box-content #drawer .innerBox section .seriesBox .itemBox {
                max-width: 600px; } }
            #future #box-content #drawer .innerBox section .seriesBox .itemBox .ttl-design {
              border-bottom: 1px solid #ffffff;
              display: flex;
              align-items: flex-end;
              justify-content: space-between; }
              #future #box-content #drawer .innerBox section .seriesBox .itemBox .ttl-design p {
                font-size: 0.7em;
                color: #ffffff;
                margin-bottom: 0.5em;
                letter-spacing: 1px; }
                @media screen and (max-width: 600px) {
                  #future #box-content #drawer .innerBox section .seriesBox .itemBox .ttl-design p {
                    font-size: 2.5vw; } }
              #future #box-content #drawer .innerBox section .seriesBox .itemBox .ttl-design.brown {
                border-color: #40220f; }
                #future #box-content #drawer .innerBox section .seriesBox .itemBox .ttl-design.brown p {
                  color: #40220f; }
              #future #box-content #drawer .innerBox section .seriesBox .itemBox .ttl-design.gray {
                border-color: #3e3a39; }
                #future #box-content #drawer .innerBox section .seriesBox .itemBox .ttl-design.gray p {
                  color: #3e3a39; }
              #future #box-content #drawer .innerBox section .seriesBox .itemBox .ttl-design.navy {
                border-color: #1e2d46; }
                #future #box-content #drawer .innerBox section .seriesBox .itemBox .ttl-design.navy p {
                  color: #1e2d46; }
            #future #box-content #drawer .innerBox section .seriesBox .itemBox h2 {
              display: flex;
              align-items: flex-end;
              justify-content: flex-start;
              color: #ffffff;
              font-size: 2.2em;
              letter-spacing: 1px;
              font-weight: 600;
              line-height: 1.2;
              margin: 0.5em 0; }
              @media screen and (max-width: 600px) {
                #future #box-content #drawer .innerBox section .seriesBox .itemBox h2 {
                  font-size: 6.8vw; } }
              #future #box-content #drawer .innerBox section .seriesBox .itemBox h2 span {
                font-size: 40%;
                margin-left: 2em; }
              #future #box-content #drawer .innerBox section .seriesBox .itemBox h2.brown {
                color: #40220f; }
                #future #box-content #drawer .innerBox section .seriesBox .itemBox h2.brown span {
                  color: #40220f; }
              #future #box-content #drawer .innerBox section .seriesBox .itemBox h2.gray {
                color: #3e3a39; }
                #future #box-content #drawer .innerBox section .seriesBox .itemBox h2.gray span {
                  color: #3e3a39; }
              #future #box-content #drawer .innerBox section .seriesBox .itemBox h2.navy {
                color: #1e2d46; }
                #future #box-content #drawer .innerBox section .seriesBox .itemBox h2.navy span {
                  color: #1e2d46; }
          #future #box-content #drawer .innerBox section .seriesBox .itemDetail {
            width: 90%;
            margin: 5% auto;
            display: flex;
            justify-content: center;
            align-items: flex-start; }
            @media screen and (max-width: 1080px) {
              #future #box-content #drawer .innerBox section .seriesBox .itemDetail {
                max-width: 600px; } }
            #future #box-content #drawer .innerBox section .seriesBox .itemDetail div {
              width: 50%; }
              #future #box-content #drawer .innerBox section .seriesBox .itemDetail div:nth-child(2) {
                width: 45%;
                margin-left: 5%; }
              #future #box-content #drawer .innerBox section .seriesBox .itemDetail div p {
                color: #ffffff;
                font-size: min(0.9em, 2.8vw);
                margin-bottom: 1.0em;
                line-height: 2.0; }
            #future #box-content #drawer .innerBox section .seriesBox .itemDetail.single div {
              width: 100%; }
            #future #box-content #drawer .innerBox section .seriesBox .itemDetail.brown p {
              color: #40220f; }
            #future #box-content #drawer .innerBox section .seriesBox .itemDetail.gray p {
              color: #3e3a39; }
            #future #box-content #drawer .innerBox section .seriesBox .itemDetail.navy p {
              color: #1e2d46; }
          #future #box-content #drawer .innerBox section .seriesBox .btnBox {
            width: 90%;
            margin: 5% auto 0; }
            @media screen and (max-width: 1080px) {
              #future #box-content #drawer .innerBox section .seriesBox .btnBox {
                max-width: 600px; } }
            #future #box-content #drawer .innerBox section .seriesBox .btnBox div {
              width: 100%;
              margin-bottom: 3%; }
              #future #box-content #drawer .innerBox section .seriesBox .btnBox div a {
                display: flex;
                justify-content: space-between;
                border: 1px solid #ffffff;
                align-items: center;
                padding: 1.5em 2.0em;
                position: relative;
                font-size: min(0.8em, 2.8vw);
                color: #ffffff; }
                #future #box-content #drawer .innerBox section .seriesBox .btnBox div a:hover {
                  background: #d2f055;
                  border-color: #d2f055;
                  color: #000000; }
                  #future #box-content #drawer .innerBox section .seriesBox .btnBox div a:hover::after {
                    border-color: #000000; }
                #future #box-content #drawer .innerBox section .seriesBox .btnBox div a::after {
                  content: "";
                  width: 7px;
                  height: 7px;
                  border-bottom: 1px solid #ffffff;
                  border-right: 1px solid #ffffff;
                  top: 50%;
                  position: absolute;
                  right: 2em;
                  transform: translateY(-50%) rotate(-45deg); }
                #future #box-content #drawer .innerBox section .seriesBox .btnBox div a.expand:hover {
                  background: #e83828;
                  border-color: #e83828; }
                #future #box-content #drawer .innerBox section .seriesBox .btnBox div a.mate {
                  border: 1px solid #3e3a39;
                  color: #3e3a39; }
                  #future #box-content #drawer .innerBox section .seriesBox .btnBox div a.mate:hover {
                    background: #ff87a0; }
                  #future #box-content #drawer .innerBox section .seriesBox .btnBox div a.mate::after {
                    border-bottom: 1px solid #3e3a39;
                    border-right: 1px solid #3e3a39; }
                #future #box-content #drawer .innerBox section .seriesBox .btnBox div a.fit {
                  border: 1px solid #40220f;
                  color: #40220f; }
                  #future #box-content #drawer .innerBox section .seriesBox .btnBox div a.fit:hover {
                    background: #ffffff; }
                  #future #box-content #drawer .innerBox section .seriesBox .btnBox div a.fit::after {
                    border-bottom: 1px solid #40220f;
                    border-right: 1px solid #40220f; }
                #future #box-content #drawer .innerBox section .seriesBox .btnBox div a.convert {
                  border: 1px solid #1e2d46;
                  color: #1e2d46; }
                  #future #box-content #drawer .innerBox section .seriesBox .btnBox div a.convert::after {
                    border-bottom: 1px solid #1e2d46;
                    border-right: 1px solid #1e2d46; }
                  #future #box-content #drawer .innerBox section .seriesBox .btnBox div a.convert:hover {
                    background: #1e2d46;
                    border-color: #f2f2f2;
                    color: #f2f2f2; }
                    #future #box-content #drawer .innerBox section .seriesBox .btnBox div a.convert:hover::after {
                      border-bottom: 1px solid #f2f2f2;
                      border-right: 1px solid #f2f2f2; }
                #future #box-content #drawer .innerBox section .seriesBox .btnBox div a.disabled {
                  justify-content: center; }
                  #future #box-content #drawer .innerBox section .seriesBox .btnBox div a.disabled::after {
                    display: none; }
            #future #box-content #drawer .innerBox section .seriesBox .btnBox .schedule {
              width: 100%;
              padding: .5em;
              text-align: center;
              margin: 0 auto; }
              #future #box-content #drawer .innerBox section .seriesBox .btnBox .schedule p {
                color: #ffffff;
                font-size: .8em; }
                @media screen and (max-width: 600px) {
                  #future #box-content #drawer .innerBox section .seriesBox .btnBox .schedule p {
                    font-size: 2.8vw; } }
        #future #box-content #drawer .innerBox section#expand {
          background: #1e2d46; }
        #future #box-content #drawer .innerBox section#mate {
          background: #ebe1e1; }
        #future #box-content #drawer .innerBox section#convert {
          background: #f2f2f2; }
        #future #box-content #drawer .innerBox section#fit {
          background: #ebe1cd; }
          #future #box-content #drawer .innerBox section#fit .block_1 img {
            max-width: 150px; }
        #future #box-content #drawer .innerBox section#native {
          background: #3e3a39; }
          #future #box-content #drawer .innerBox section#native .block_1 img {
            max-width: 300px; }
        #future #box-content #drawer .innerBox section.itemList-box {
          background: #ffffff;
          padding: 20vh 0;
          margin: 0 auto; }
          #future #box-content #drawer .innerBox section.itemList-box .block {
            width: 90%;
            margin: 0 auto; }
            @media screen and (max-width: 1080px) {
              #future #box-content #drawer .innerBox section.itemList-box .block {
                max-width: 600px; } }
          #future #box-content #drawer .innerBox section.itemList-box .ttl {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            border-bottom: 1px solid #000000;
            padding-bottom: 0.5em;
            text-align: center; }
            #future #box-content #drawer .innerBox section.itemList-box .ttl p {
              font-size: 0.8em;
              line-height: 1.0;
              margin: 0;
              width: calc(100%/3); }
              @media screen and (max-width: 600px) {
                #future #box-content #drawer .innerBox section.itemList-box .ttl p {
                  font-size: 2.8vw; } }
              #future #box-content #drawer .innerBox section.itemList-box .ttl p:nth-child(1) {
                text-align: left; }
              #future #box-content #drawer .innerBox section.itemList-box .ttl p:nth-child(3) {
                text-align: right; }
          #future #box-content #drawer .innerBox section.itemList-box ul {
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
            flex-wrap: wrap;
            margin: 5% auto 25%; }
            #future #box-content #drawer .innerBox section.itemList-box ul li {
              width: calc(100%/3 - 2%);
              margin: 0 1% 5%;
              text-align: center; }
              #future #box-content #drawer .innerBox section.itemList-box ul li p {
                font-size: min(0.9em, 2.8vw);
                margin: 0 auto;
                font-family: "gotham", sans-serif; }
              #future #box-content #drawer .innerBox section.itemList-box ul li .buy {
                display: block;
                margin: .5em auto 0;
                width: fit-content;
                color: #ffffff;
                background: #000000;
                font-size: min(0.7em, 2.5vw);
                padding: 0.2em 0.5em 0.1em;
                border: 1px solid #000000;
                font-family: "gotham", sans-serif; }
                #future #box-content #drawer .innerBox section.itemList-box ul li .buy:hover {
                  background: #ffffff;
                  color: #000000; }
      #future #box-content #drawer .innerBox .footerBox {
        background: #3e3a39;
        padding: 10vh 0 15vh; }
        #future #box-content #drawer .innerBox .footerBox .credit {
          width: 80%;
          margin: 0 auto; }
          #future #box-content #drawer .innerBox .footerBox .credit p {
            color: #ffffff;
            font-size: min(0.8em, 2.8vw);
            line-height: 2.0; }
          #future #box-content #drawer .innerBox .footerBox .credit .sns {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-top: 10vh; }
            #future #box-content #drawer .innerBox .footerBox .credit .sns .icon {
              display: flex;
              flex-direction: column; }
              #future #box-content #drawer .innerBox .footerBox .credit .sns .icon a {
                display: block;
                margin-bottom: 15px; }
            #future #box-content #drawer .innerBox .footerBox .credit .sns .logo {
              max-width: 100px; }

.fixedBtn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  max-width: 150px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .fixedBtn .allitem_Box {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .fixedBtn .allitem_Box a {
      display: block;
      background: #000000; }
      .fixedBtn .allitem_Box a.btn {
        margin-right: 8px;
        font-family: "gotham", sans-serif;
        font-size: min(0.8em, 2.8vw);
        padding: 0 1.2em;
        border-radius: 50vh;
        height: 30px;
        line-height: 30px;
        color: #ffffff; }
      .fixedBtn .allitem_Box a.top {
        position: relative;
        width: 30px;
        height: 30px;
        border-radius: 50%; }
        .fixedBtn .allitem_Box a.top::before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 3px 5px 3px;
          border-color: transparent transparent #ffffff transparent;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
  .fixedBtn.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

@keyframes animation {
  100% {
    transform: translateX(105%); } }
