
#gellmann-keyboard{
    background-color: #000;
    overflow: hidden;
}
#gellmann-keyboard a{
    color: initial;
    text-decoration: none;
}
#gellmann-keyboard img,
#gellmann-keyboard video,
#gellmann-keyboard svg,
#gellmann-keyboard picture{
    width: 100%;
    display: block;
}
#gellmann-keyboard sup{
  font-size: 0.6em;
}
#gellmann-keyboard [data-footnote]{
  font-size: 0.6em;
  cursor: pointer;
}
#gellmann-keyboard .blur-up {
  transition: filter .4s;
  filter: blur(20px);
}
#gellmann-keyboard .blur-up.lazyloaded {
  filter: blur(0);
}
#gellmann-keyboard .h2{
    font-size: 3.333333vw;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 1.666667vw;
    background-image: linear-gradient(to right, #CDE7FF -10%, #6398FF 110%);
    -webkit-background-clip: text;
    color: transparent;
    width: max-content;
}
#gellmann-keyboard .nowrap{
  white-space: nowrap;
}
#gellmann-keyboard .aspect-ratio {
  position: relative;
  display: block;
}
#gellmann-keyboard .aspect-ratio::before {
  display: block;
  content: "";
}
#gellmann-keyboard .aspect-ratio img {
  position: absolute;
  top: 0;
  left: 0;
}
#gellmann-keyboard p{
    font-size: 1.145833vw;
    line-height: 1.6;
    color: #D3D3D3;
    font-weight: 400;
}
#gellmann-keyboard b{
    font-weight: inherit;
}
#gellmann-keyboard .note{
    font-size: max(8px, .625vw);
    color: #7B7B7B;
}
@media(max-width: 1200px) and (min-aspect-ratio: 11/10){
  #gellmann-keyboard .note{
    font-size: .625vw;
  }
}

#gellmann-keyboard .space-200{
    width: 100%;
    height: 10.416667vw;
}
#gellmann-keyboard .space-160{
    width: 100%;
    height: 8.333333vw;
}
#gellmann-keyboard .show-pc{
    display: inline-block;
}
#gellmann-keyboard .show-mob{
    display: none;
}
#gellmann-keyboard .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
#gellmann-keyboard .swiper-touch-move .swiper-wrapper, #gellmann-keyboard .swiper-touch-move [data-swiper-parallax-x], #gellmann-keyboard .swiper-touch-move [data-swiper-parallax-y], #gellmann-keyboard .swiper-touch-move [data-swiper-parallax-opacity] {
  transition-timing-function: ease;
}
#gellmann-keyboard .section-headers .section-header{
    position: relative;
}
#gellmann-keyboard .section-headers .section-header .pic-content{
  opacity: .73;
}
#gellmann-keyboard .section-headers .section-header .shadow{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}
#gellmann-keyboard .section-headers .section-header .header-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-10%);
    opacity: 0;
    transition: opacity 1.2s ease, transform 1.2s ease;
}
#gellmann-keyboard .section-headers .section-header.animated .header-title{
    transform: translate(-50%,-50%);
    opacity: 1;
}
#gellmann-keyboard .section-headers .section-header .header-title .h2{
    transition: transform .5s ease;
}
#gellmann-keyboard .section-headers .section-header.active .header-title .h2:first-child{
    transform: translateX(-4.947917vw);
}
#gellmann-keyboard .section-headers .section-header.active .header-title .h2:last-child{
    transform: translateX(4.947917vw);
}
#gellmann-keyboard .rounded{
  border-radius: 1.5625vw;
  overflow: hidden;
}
#gellmann-keyboard .play-pause-button {
  position: absolute;
  z-index: 2;
  right: 1.666667vw;
  bottom: 1.666667vw;
  overflow: hidden;
  width: 2.083333vw;
  height: 2.083333vw;
  transform: translateZ(0);
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(8px) brightness(1.1);
  -webkit-backdrop-filter: blur(8px) brightness(1.1);
  background-color: rgba(92, 90, 88, 0.6);
  transition: all .3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#gellmann-keyboard .play-pause-button:hover {
  background-color: rgba(92, 90, 88, 0.5);
}

#gellmann-keyboard .play-pause-button .button-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#gellmann-keyboard.no-inline-video .play-pause-button{
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #gellmann-keyboard .rounded{
    border-radius: 4.166667vw;
  }
  #gellmann-keyboard .play-pause-button {
    right: 4.444444vw;
    bottom: 4.444444vw;
    width: 8.888889vw;
    height: 8.888889vw;
  }
  #gellmann-keyboard .play-pause-button:hover {
    background-color: rgba(92, 90, 88, 0.6);
  }
}

#gellmann-keyboard .video-container{
  position: relative;
}
#gellmann-keyboard .video-container.playing .icon-pause, 
#gellmann-keyboard .video-container.paused .icon-play, 
#gellmann-keyboard .video-container.ended .icon-replay,
#gellmann-keyboard .section-video.playing .icon-pause, 
#gellmann-keyboard .section-video.paused .icon-play, 
#gellmann-keyboard .section-video.ended .icon-replay {
  display: block;
}
#gellmann-keyboard .text-animate .text-move{
  opacity: 0;
  transform: translateY(40%);
  transition: transform .8s ease, opacity .8s ease;
}
#gellmann-keyboard .text-animate .text-move.animated{
  opacity: 1;
  transform: translateY(0);
}

#gellmann-keyboard .section-kv .kv-content{
    position: relative;
    overflow: hidden;
}

#gellmann-keyboard .section-kv .kv-content .aspect-ratio{
  padding-bottom: 56.25%;
  z-index: 2;
}
#gellmann-keyboard .section-kv .kv-content .copy{
    position: absolute;
    top: 19.270833vw;
    right: 11.458333vw;
    width: 28.75vw;
    z-index: 2;
}
#gellmann-keyboard .section-kv .kv-content .note{
  position: absolute;
  bottom: 3.333333vw;
  right: 4.166667vw;
  z-index: 2;
}
#gellmann-keyboard .section-kv .kv-content .kv-bg{
  position: absolute;
  width: 114.583333vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  filter: blur(12px);
}
#gellmann-keyboard .section-kv .kv-content .copy p{
  font-size: 1.25vw;
  line-height: 1.25;
  text-align: center;
  margin-top: 1.458333vw;
  color: #ffffff;
}
#gellmann-keyboard .section-id .video-container{
  position: relative;
}
#gellmann-keyboard .section-id .player-button-container{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.333333vw;
  cursor: pointer;
  padding: .833333vw 1.666667vw .833333vw .833333vw;
  border-radius: 5.15625vw;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: rgba(84,84,84,.2);
  border: solid 2px #ACC6E7;
  transition: all .3s ease;
}
#gellmann-keyboard .section-id .player-button-container:hover{
  background-color: rgba(84,84,84,.4);
}
#gellmann-keyboard .section-id .player-button-container .player-button{
  display: flex;
  align-items: center;
}
#gellmann-keyboard .section-id .player-button-container span{
  font-size: .9375vw;
  font-weight: 500;
  line-height: 1.25;
  margin-left: .833333vw;
  color: #CDE7FF;
  white-space: nowrap;
}
#gellmann-keyboard .section-id .player-button-container img{
  width: 1.666667vw;
}
#gellmann-keyboard .section-pencil .pencil-content{
  width: 81.25vw;
  margin: 0 auto;
}
#gellmann-keyboard .section-pencil .pencil-content .copy{
  width: 51.25vw;
  text-align: center;
  margin: 0 auto 3.333333vw;
}
#gellmann-keyboard .section-pencil .pencil-content .copy .h2{
  margin: 0 auto 1.666667vw;
}
#gellmann-keyboard .section-pencil .pencil-content .note{
  text-align: center;
  margin-top: 1.666667vw;
}
#gellmann-keyboard .section-design .design-content{
  position: relative;
}
#gellmann-keyboard .section-design .design-content .copy{
  position: absolute;
  top: 11.302083vw;
  left: 13.177083vw;
  width: 29.5vw;
  z-index: 2;
}
#gellmann-keyboard .section-design .design-content .copy .note{
  margin-top: 2.5vw;
}
#gellmann-keyboard .section-design .design-content .design-information{
  position: absolute;
  bottom: 4.166667vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 2;
}
#gellmann-keyboard .section-design .design-content .design-information>div{
  display: flex;
  flex-direction: column;
}
#gellmann-keyboard .section-design .design-content .design-information>div:nth-child(2){
  margin: 0 0 0 10.416667vw;
}
#gellmann-keyboard .section-design .design-content .design-information>div p{
  font-size: 1.041667vw;
  color: #9FD1FF;
}
#gellmann-keyboard .section-design .design-content .design-information>div p.information{
  font-size: 3.333333vw;
  font-weight: 500;
  background-image: linear-gradient(120deg, #9FD1FF 0%, #6398FF 110%);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
  margin-top: 1.666667vw;
  white-space: nowrap;
}
#gellmann-keyboard .section-design .design-content .design-information>div p.information span{
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.3;
}
#gellmann-keyboard .section-shell .shell-content{
  position: relative;
}
#gellmann-keyboard .section-shell .shell-content .copy{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6.770833vw;
  width: 31.25vw;
  z-index: 2;
}
#gellmann-keyboard .section-shell .shell-content .copy .note{
  margin-top: 3.333333vw;
}

#gellmann-keyboard .section-hinge .hinge-content .copy{
  width: 52.083333vw;
  margin: 0 auto 3.333333vw;
  text-align: center;
}
#gellmann-keyboard .section-hinge .hinge-content .copy .h2{
  margin: 0 auto 1.666667vw;
}
#gellmann-keyboard .section-technology .technology-content .copy{
  display: flex;
  justify-content: center;
  margin-bottom: 3.333333vw;
}
#gellmann-keyboard .section-technology .technology-content .copy .desc{
  width: 26.041667vw;
  margin-left: 13.541667vw;
}
#gellmann-keyboard .section-technology .technology-content .copy .desc .note{
  margin-top: 1.145833vw;
}
#gellmann-keyboard .section-technology .technology-content .pic-content{
  width: 81.25vw;
  margin: 0 auto;
}

#gellmann-keyboard .section-touchpad .touchpad-content{
  position: relative;
}
#gellmann-keyboard .section-touchpad .touchpad-content .copy{
  text-align: center;
  width: 49.6875vw;
  margin: 0 auto 3.333333vw;
}
#gellmann-keyboard .section-touchpad .touchpad-content .copy .h2{
  margin: 0 auto 1.666667vw;
}
#gellmann-keyboard .section-touchpad .touchpad-content .pic-content{
  position: relative;
}
#gellmann-keyboard .section-touchpad .touchpad-content .touchpad-icon{
  position: absolute;
  top: 7.5vw;
  right: 8.333333vw;
  width: 25vw;
}
#gellmann-keyboard .section-touchpad .touchpad-content .touchpad-icon .icon{
  display: flex;
}
#gellmann-keyboard .section-touchpad .touchpad-content .touchpad-icon p{
  font-size: 1.041667vw;
  color: rgba(211,211,211,.6);
  margin: 1.25vw .833333vw 0;
  text-align: center;
}
#gellmann-keyboard .section-keyboard .keyboard-content .copy{
  width: 54.6875vw;
  margin: 0 auto 3.333333vw;
  text-align: center;
}
#gellmann-keyboard .section-keyboard .keyboard-content .copy .h2{
  margin: 0 auto 1.666667vw;
}
#gellmann-keyboard .section-keyboard .keyboard-content .pic-content{
  position: relative;
}
#gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon{
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 10.3125vw;
  top: 2.083333vw;
}
#gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon p{
  font-size: 1.25vw;
  opacity: .8;
  margin-left: 1.145833vw;
  margin-top: -.416667vw;
}
#gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon>div + div{
  margin-top: 2.083333vw;
}
#gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon>div:first-child{
  width: 12.1875vw;
}
#gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon>div:nth-child(2){
  width: 23.229167vw;
}
#gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon>div:nth-child(3),
#gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon>div:nth-child(4){
  width: 12.1875vw;
}
#gellmann-keyboard .section-color{
  padding-top: 5.625vw;
}
#gellmann-keyboard .section-color .color-content{
  position: relative;
}
#gellmann-keyboard .section-color .color-content .copy {
  position: absolute;
  top: 14.583333vw;
  left: 10.416667vw;
  z-index: 2;
  width: 27.1875vw;
}
#gellmann-keyboard .section-color .color-content .copy .swiper-btn{
  display: flex;
  margin-top: 3.333333vw;
}
#gellmann-keyboard .section-color .color-content .copy .swiper-btn>div{
  display: flex;
  align-items: center;
}
#gellmann-keyboard .section-color .color-content .copy .swiper-btn>div + div{
  margin-left: 2.5vw;
}
#gellmann-keyboard .section-color .color-content .copy .swiper-btn>div .icon{
  width: 3.020833vw;
  border: solid .15625vw transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all .8s ease;
  will-change: transform;
}
#gellmann-keyboard .section-color .color-content .copy .swiper-btn>div .white:hover{
  border: solid .15625vw rgba(255, 255, 255, .6);
}
#gellmann-keyboard .section-color .color-content .copy .swiper-btn>div .black:hover{
  border: solid .15625vw rgba(64,63,66, .6);
}
#gellmann-keyboard .section-color .color-content .copy .swiper-btn>div.active .white{
  border: solid .15625vw rgba(255, 255, 255, 1);
}
#gellmann-keyboard .section-color .color-content .copy .swiper-btn>div.active .black{
  border: solid .15625vw rgba(64,63,66, 1);
}
#gellmann-keyboard .section-color .color-content .copy .swiper-btn>div p{
  opacity: 0;
  margin: 0;
  transition: opacity .5s ease, width .8s ease, margin .8s ease;
  font-size: 1.25vw;
  will-change: transform;
  white-space: nowrap;
  color: #ffffff;
}
#gellmann-keyboard .section-color .color-content .copy .swiper-btn>div.active .white-p{
  opacity: 1;
  margin: 0 .416667vw 0 1.041667vw;
  width: var(--white-width) !important;
}
#gellmann-keyboard .section-color .color-content .copy .swiper-btn>div.active .black-p{
  opacity: 1;
  margin: 0 .416667vw 0 1.041667vw;
  width: var(--black-width) !important;
}

#gellmann-keyboard .section-footnote{
  width: 67.5vw;
  margin: 8.333333vw auto 0;
  padding-bottom: 80px;
  --font-size: 14px;
  font-size: var(--font-size);
  --icon-size: 16px;
}
#gellmann-keyboard .section-footnote .footnote-list {
  padding-inline-start: 1.5em;
}
#gellmann-keyboard .section-footnote ul{
  font-size: inherit;
  margin-top: 1.6em;
}
#gellmann-keyboard .section-footnote li {
  font-size: inherit;
  list-style-type: decimal;
  color: #ffffff;
  line-height: 1.6em;
  margin: .5em 0;
  font-weight: 500;
  position: relative;
}
#gellmann-keyboard .section-footnote i {
  position: absolute;
  bottom: 0;
  display: none;
  width: var(--icon-size);
  height: var(--icon-size);
  cursor: pointer;
  transform: translateY(calc((var(--font-size) * 1.6 - var(--icon-size)) / 2 * -1));
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23434343'/%3E%3Cpath d='M3.239,8.986,3.233,8.98a.688.688,0,0,1-.014-.972L5.942,5.28H.689A.685.685,0,0,1,.2,5.089l-.009-.01A.689.689,0,0,1,0,4.6V4.589a.7.7,0,0,1,.188-.48L.194,4.1a.681.681,0,0,1,.494-.213H5.911L3.225,1.178a.694.694,0,0,1,0-.979l0,0A.669.669,0,0,1,3.7,0a.772.772,0,0,1,.473.171l.021.017L7.838,3.845a1.151,1.151,0,0,1,.222.331l.008.019V4.2a1.036,1.036,0,0,1,.076.39v0a1.082,1.082,0,0,1-.312.76L4.212,8.976a.683.683,0,0,1-.487.2.715.715,0,0,1-.486-.194' transform='translate(3.411 12.076) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E") center/100% no-repeat;
}
#gellmann-keyboard .section-footnote li.current {
  font-weight: 800;
}
#gellmann-keyboard .section-footnote li.current i {
  display: inline-block;
}
#gellmann-keyboard .section-footnote li a{
    color: inherit;
    text-decoration: underline;
    word-break: break-all;
}
#gellmann-keyboard .section-footnote .price {
  list-style-type: "*";
}
#gellmann-keyboard .section-pic-center {
  position: relative;
  z-index: 1;
  text-align: center;
}

#gellmann-keyboard .section-kv-pic {
  color: #fff;
  font-size: 1.46vw;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 4.166667vw;
}

#gellmann-keyboard .section-kv-pic span {
  font-size: 0.677083vw;
  font-weight: 500;
}
#gellmann-keyboard .section-kv-pic .price_btn{
  display: inline-block;
  font-size: inherit;
}
#gellmann-keyboard .section-slogan-botton {
  color: #000;
  font-size: 13px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  padding: 6px 20px;
  border: 2px solid #fff;
  background-color: #fff;
  transition: 0.3s ease-out;
  margin-top: 24px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

#gellmann-keyboard .section-slogan-botton:hover {
  opacity: 0.8;
}
@media (max-aspect-ratio: 11/10) {
    #gellmann-keyboard .show-pc{
        display: none;
    }
    #gellmann-keyboard .show-mob{
        display: inline-block;
    }
    #gellmann-keyboard .h2{
        font-size: 8.888889vw;
        margin-bottom: 4.444444vw;
        background-image: linear-gradient(to right, #CDE7FF 10%, #6398FF 80%);
    }
    #gellmann-keyboard .h2.title{
        font-size: 11.111111vw;
    }
    #gellmann-keyboard p{
        font-size: 4.444444vw;
    }
    #gellmann-keyboard .note{
        font-size: 2.777778vw;
    }
    #gellmann-keyboard .space-200{
        height: 27.777778vw;
    }
    #gellmann-keyboard .space-160{
        height: 22.222222vw;
    }
    #gellmann-keyboard .section-kv .kv-content .copy{
      position: initial;
      width: 65.555556vw;
      margin: 0 auto;
    }
    #gellmann-keyboard .section-kv .kv-content .copy .item{
      top: 16.666667vw;
      left: 50%;
      transform: translateX(-50%);
      width: 65.555556vw;
      position: absolute;
      z-index: 2;
    }
    #gellmann-keyboard .section-kv .kv-content .note{
      top: 141.944444vw;
      bottom: auto;
      right: auto;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      text-align: center;
    }
    #gellmann-keyboard .section-kv .kv-content .copy p{
      font-size: 3.611111vw;
      margin-top: 3.333333vw;
    }
    #gellmann-keyboard .section-kv .kv-content .aspect-ratio{
      padding-bottom: 150%;
    }
    #gellmann-keyboard .section-id{
      padding-top: 27.777778vw;
    }
    #gellmann-keyboard .section-id .player-button-container{
      bottom: 8.888889vw;
      padding: 3.333333vw 6.666667vw 3.333333vw 3.333333vw;
      border-radius: 13.75vw;
      background-color: rgba(84,84,84,.1);
    }
    #gellmann-keyboard .section-id .player-button-container:hover{
      background-color: rgba(84,84,84,.1);
    }
    #gellmann-keyboard .section-id .player-button-container span{
      font-size: 3.888889vw;
      margin-left: 3.333333vw;
    }
    #gellmann-keyboard .section-id .player-button-container img{
      width: 6.666667vw;
    }
    #gellmann-keyboard .section-pencil .pencil-content{
      width: 91.111111vw;
    }
    #gellmann-keyboard .section-pencil .pencil-content .copy{
      width: 77.777778vw;
      text-align: left;
      margin: 0 auto 8.888889vw;
    }
    #gellmann-keyboard .section-pencil .pencil-content .copy .h2{
      margin: 0 0 4.444444vw;
    }
    #gellmann-keyboard .section-pencil .pencil-content .note{
      margin-top: 4.444444vw;
    }
    #gellmann-keyboard .section-design .design-content{
      padding-bottom: var(--note-height);
    }
    #gellmann-keyboard .section-design .design-content .copy{
      position: initial;
      width: 77.777778vw;
      margin: 0 auto 8.888889vw;
    }
    #gellmann-keyboard .section-design .design-content .design-information{
      position: initial;
      justify-content: center;
      margin-top: 2.222222vw;
      align-items: flex-end;
      transform: none;
    }
    #gellmann-keyboard .section-design .design-content .design-information>div p{
      font-size: 2.777778vw;
    }
    #gellmann-keyboard .section-design .design-content .design-information>div p.information{
      font-size: 8.888889vw;
      margin-top: 4.444444vw;
    }

    #gellmann-keyboard .section-design .design-content .design-information>div p.information span{
      font-size: 3.333333vw;
    }
    #gellmann-keyboard .section-design .design-content .design-information>div:nth-child(1){
      width: 21.388889vw;
    }
    #gellmann-keyboard .section-design .design-content .design-information>div:nth-child(2){
      margin: 0 0 0 16.666667vw;
      width: 20.555556vw;
    }
    #gellmann-keyboard .section-design .design-content .design-information>div:nth-child(3){
      width: 15.277778vw;
    }
    #gellmann-keyboard .section-design .design-content .copy .note{
      position: absolute;
      bottom: 0;
      left: 11.111111vw;
      margin: 0;
      width: 77.777778vw;
    }
    #gellmann-keyboard .section-shell .shell-content{
      padding-bottom: var(--note-height);
      width: 100%;
      margin: 0 auto;
    }
    #gellmann-keyboard .section-shell .shell-content .copy{
      position: initial;
      width: 77.777778vw;
      transform: none;
      margin: 0 auto 8.888889vw;
    }
    #gellmann-keyboard .section-shell .shell-content .copy .note{
      position: absolute;
      bottom: 0;
      width: 77.777778vw;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 0;
    }
    #gellmann-keyboard .section-hinge .hinge-content .copy{
      width: 77.777778vw;
      margin: 0 auto 8.888889vw;
    }
    #gellmann-keyboard .section-hinge .hinge-content .copy .h2{
      margin: 0 auto 4.444444vw;
    }
    #gellmann-keyboard .section-technology .technology-content{
      position: relative;
    }
    #gellmann-keyboard .section-technology .technology-content .copy{
      width: 77.777778vw;
      margin: 0 auto;
      text-align: center;
      flex-direction: column;
    }
    #gellmann-keyboard .section-technology .technology-content .copy .h2{
      margin: 0;
      margin-bottom: 86.666667vw;
    }
    #gellmann-keyboard .section-technology .technology-content .copy .desc{
      width: auto;
      margin: 6.666667vw auto 0;
    }
    #gellmann-keyboard .section-technology .technology-content .copy .desc .note{
      margin-top: 4.444444vw;
    }
    #gellmann-keyboard .section-technology .technology-content .pic-content{
      position: absolute;
      width: 100%;
      top: var(--title-height);
    }
    #gellmann-keyboard .section-touchpad .touchpad-content .copy{
      position: initial;
      transform: none;
      width: 77.777778vw;
      margin: 0 auto 8.888889vw;
      text-align: center;
    }
    #gellmann-keyboard .section-touchpad .touchpad-content .copy .h2{
      margin: 0 auto 4.444444vw;
    }
    #gellmann-keyboard .section-touchpad .touchpad-content .touchpad-icon{
      position: initial;
      width: 55.555556vw;
      margin: 8.888889vw auto 0;
    }
    #gellmann-keyboard .section-touchpad .touchpad-content .touchpad-icon p{
      font-size: 2.777778vw;
      margin: 3.333333vw 2.222222vw 0;
    }
    #gellmann-keyboard .section-touchpad .touchpad-content .touchpad-icon .bottom{
      margin-top: 3.333333vw;
    }
    #gellmann-keyboard .section-touchpad .touchpad-content .touchpad-icon .bottom p{
      margin: 0 3.333333vw;
    }
    #gellmann-keyboard .section-touchpad .touchpad-content .touchpad-icon .bottom .line{
      width: .277778vw;
      height: 1.666667vw;
    }
    #gellmann-keyboard .section-touchpad .touchpad-content .touchpad-icon .bottom .line::after{
      width: 19.444444vw;
      height: .277778vw;
    }
    #gellmann-keyboard .section-touchpad .touchpad-content .touchpad-icon .right .line{
      height: .277778vw;
      width: 1.666667vw;
    }
    #gellmann-keyboard .section-touchpad .touchpad-content .touchpad-icon .right .line::after{
      width: .277778vw;
      height: 11.111111vw;
    }
    #gellmann-keyboard .section-touchpad .touchpad-content .touchpad-icon .right p{
      margin: 3.055556vw 0;
    }
    #gellmann-keyboard .section-touchpad .touchpad-content .touchpad-icon .right{
      margin-left: 2.222222vw;
    }
    #gellmann-keyboard .section-keyboard .keyboard-content .copy{
      width: 77.777778vw;
      text-align: left;
      margin: 0 auto 8.888889vw;
    }
    #gellmann-keyboard .section-keyboard .keyboard-content .copy .h2{
      margin: 0 0 4.444444vw;
    }
    #gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon{
      position: initial;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
      width: 73.194444vw;
      margin-left: 8.055556vw;
      margin-top: 8.055556vw;
    }
    #gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon p{
      font-size: 3.333333vw;
      margin-left: 3.194444vw;
      margin-top: .277778vw;
    }
    #gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon>div:first-child{
      width: 61.944444vw;
    }
    #gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon>div:first-child .icon{
      width: 32.777778vw;
    }
    #gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon>div:nth-child(2){
      width: 61.944444vw;
    }
    #gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon>div:nth-child(3),
    #gellmann-keyboard .section-keyboard .keyboard-content .pic-content .keyboard-icon>div:nth-child(4){
      width: 32.777778vw;
    }
    #gellmann-keyboard .section-color{
      padding-top: 27.777778vw;
    }
    #gellmann-keyboard .section-color .color-content .copy{
      position: initial;
      width: 77.777778vw;
      margin: 0 auto 8.888889vw;
      text-align: center;
    }
    #gellmann-keyboard .section-color .color-content .copy .h2{
      margin: 0 auto 4.444444vw;
    }
    #gellmann-keyboard .section-color .color-content .copy .swiper-btn{
      position: absolute;
      bottom: 25.277778vw;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      text-align: left;
    }
    #gellmann-keyboard .section-color .color-content .copy .swiper-btn>div + div{
      margin-left: 6.666667vw;
    }
    #gellmann-keyboard .section-color .color-content .copy .swiper-btn>div .icon{
      transition: all .4s ease;
      width: 8.055556vw;
      border: solid .416667vw transparent;
    }
    #gellmann-keyboard .section-color .color-content .copy .swiper-btn>div p{
      transition: opacity .3s ease, width .4s ease, margin .4s ease;
      font-size: 3.333333vw;
    }
    #gellmann-keyboard .section-color .color-content .copy .swiper-btn>div.active .white-p{
      margin: 0 0 0 4.166667vw;
    }
    #gellmann-keyboard .section-color .color-content .copy .swiper-btn>div.active .black-p{
      margin: 0 0 0 4.166667vw;
    }
    #gellmann-keyboard .section-color .color-content .copy .swiper-btn>div .white:hover{
      border: solid .416667vw rgba(255, 255, 255, 0);
    }
    #gellmann-keyboard .section-color .color-content .copy .swiper-btn>div .black:hover{
      border: solid .416667vw rgba(64,63,66, 0);
    }
    #gellmann-keyboard .section-color .color-content .copy .swiper-btn>div.active .white{
      border: solid .416667vw rgba(255, 255, 255, 1);
    }
    #gellmann-keyboard .section-color .color-content .copy .swiper-btn>div.active .black{
      border: solid .416667vw rgba(64,63,66, 1);
    }
    #gellmann-keyboard .section-footnote{
        width: 91.111111vw;
        margin-top: 0;
        position: relative;
        z-index: 2;
        --font-size: 3.333333vw;
        --icon-size: 4.722222vw;
    }
    #gellmann-keyboard .section-footnote .footnote-list {
        font-size: 3.333333vw;
    }
    #gellmann-keyboard .section-footnote li {
        line-height: 1.6;
    }
    #gellmann-keyboard .section-kv-pic {
      font-size: 5.56vw;
      margin-top: 6.666667vw;
    }
    #gellmann-keyboard .section-kv-pic span {
        font-size: 3.611111111vw;
    }
}