
/*Section1*/
#section1 {
    width: 100vw;
}

#section1 .content {
    height: calc(100vh - 120px);
    position: relative;
    margin-top: 60px;
    perspective: 600px;
    -webkit-perspective: 600px;
}

.swiper{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
.swiper-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide,
.sliderContent {
    width: 100%;
    height: 100%;
    position: relative;
}
.sliderContent{
    display: flex;
    justify-items: flex-start;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    padding: 7% 5%; 

    opacity: 0;
    transition: .5s;

}
.sliderContent div{
    display: flex;
    justify-items: flex-start;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
}
.sliderContent p{
    width: 45%;
    font-size: 2.8vw;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
}
.sliderContent2 p{
    font-size: 2.5vw;
}

.sliderContent a{
    display: block;
    width: 30%;
    cursor: pointer;
    position: relative;
    margin-right: 5%;
}
.sliderContent a img{
    width: 100%;
    height: auto;
}
.sliderContent a img:nth-child(1){
   position: relative;
   z-index: 0;
   transition: .5s;
   -webkit-animation: start01 2s linear normal forwards infinite;
}
.sliderContent a img:nth-child(2){
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -5px;
    transition: .5s;
    -webkit-animation: start02 2s linear normal forwards infinite;
}


@keyframes start01 {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: -15px;
  }
}
@keyframes start02 {
  0% {
    bottom: -5px;
  }
  50% {
    bottom: -15px;
  }
}
.lineBox{
    width: 34%;
    border: 1px solid var(--Orange);
    height: 10px;
    position: absolute;
    left: 5%;
    top: 55%;
}
.arrow{
    width: 5%;
    display: block;
    position: absolute;
    right: 5%;
    top: 10%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(364deg);
  }
}
.stroke-fill {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke: var(--Black);
}

.sign{
    width: 34%;
    height: auto;
    position: absolute;
    left: 5%;
    top: 38.5%;
    opacity: 0;
    transition: .5s;
}

.isReady .swiper-slide-active .sign,
.isReady .swiper-slide-active .sliderContent{
    opacity: 1;
    transition: .5s;
}

.isReady .swiper-slide-active .sign01.active #sign01_d-stroke {
  -webkit-animation: dash 1.2s .5s linear normal forwards;
          animation: dash 1.2s .5s linear normal forwards;
}
.isReady .swiper-slide-active .sign01.active #sign01_e-stroke {
  -webkit-animation: dash 1s 1s linear normal forwards;
          animation: dash 1s 1s linear normal forwards;
}
.isReady .swiper-slide-active .sign01.active #sign01_s-stroke {
  -webkit-animation: dash 1s 1.3s linear normal forwards;
          animation: dash 1s 1.3s linear normal forwards;
}
.isReady .swiper-slide-active .sign01.active #sign01_i-stroke01 {
  -webkit-animation: dash 1s 1.5s linear normal forwards;
          animation: dash 1s 1.5s linear normal forwards;
}
.isReady .swiper-slide-active .sign01.active #sign01_i-stroke02 {
  -webkit-animation: dash 1s 1.7s linear normal forwards;
          animation: dash 1s 1.7s linear normal forwards;
}
.isReady .swiper-slide-active .sign01.active #sign01_g-stroke {
  -webkit-animation: dash 1s 1.8s linear normal forwards;
          animation: dash 1s 1.8s linear normal forwards;
}
.isReady .swiper-slide-active .sign01.active #sign01_n-stroke {
  -webkit-animation: dash 1s 2.3s linear normal forwards;
          animation: dash 1s 2.3s linear normal forwards;
}


.isReady .swiper-slide-active #sign02_b-stroke {
  -webkit-animation: dash 1.2s .5s linear normal forwards;
          animation: dash 1.2s .5s linear normal forwards;
}
.isReady .swiper-slide-active #sign02_r-stroke {
  -webkit-animation: dash 1s 1.1s linear normal forwards;
          animation: dash 1s 1.1s linear normal forwards;
}
.isReady .swiper-slide-active #sign02_a-stroke {
  -webkit-animation: dash 1s 1.3s linear normal forwards;
          animation: dash 1s 1.3s linear normal forwards;
}
.isReady .swiper-slide-active #sign02_n-stroke {
  -webkit-animation: dash 1s 1.5s linear normal forwards;
          animation: dash 1s 1.5s linear normal forwards;
}
.isReady .swiper-slide-active #sign02_d-stroke {
  -webkit-animation: dash 1s 1.7s linear normal forwards;
          animation: dash 1s 1.7s linear normal forwards;
}


.isReady .swiper-slide-active #sign03_d-stroke {
  -webkit-animation: dash 1.2s .5s linear normal forwards;
          animation: dash 1.2s .5s linear normal forwards;
}
.isReady .swiper-slide-active #sign03_i-stroke01 {
  -webkit-animation: dash 1s 1.1s linear normal forwards;
          animation: dash 1s 1.1s linear normal forwards;
}
.isReady .swiper-slide-active #sign03_i-stroke02 {
  -webkit-animation: dash 1s 1.2s linear normal forwards;
          animation: dash 1s 1.2s linear normal forwards;
}
.isReady .swiper-slide-active #sign03_g-stroke {
  -webkit-animation: dash 1s 1.3s linear normal forwards;
          animation: dash 1s 1.3s linear normal forwards;
}
.isReady .swiper-slide-active #sign03_i-stroke03 {
  -webkit-animation: dash 1s 1.7s linear normal forwards;
          animation: dash 1s 1.7s linear normal forwards;
}
.isReady .swiper-slide-active #sign03_i-stroke04 {
  -webkit-animation: dash 1s 1.8s linear normal forwards;
          animation: dash 1s 1.8s linear normal forwards;
}
.isReady .swiper-slide-active #sign03_t-stroke01 {
  -webkit-animation: dash 1s 1.9s linear normal forwards;
          animation: dash 1s 1.9s linear normal forwards;
}
.isReady .swiper-slide-active #sign03_t-stroke02 {
  -webkit-animation: dash 1s 2.3s linear normal forwards;
          animation: dash 1s 2.3s linear normal forwards;
}
.isReady .swiper-slide-active #sign03_a-stroke {
  -webkit-animation: dash 1s 2.5s linear normal forwards;
          animation: dash 1s 2.5s linear normal forwards;
}
.isReady .swiper-slide-active #sign03_l-stroke {
  -webkit-animation: dash 1s 2.8s linear normal forwards;
          animation: dash 1s 2.8s linear normal forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 3000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 3000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 11vw;
    bottom: 12vw;
    z-index: 10;
    width: 3vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}
.autoplay-progressContent{
    width: 100%;
    height: 100%;
}
.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 3vw;
    height: 3vw;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
.autoplay-progress span{
    font-size: 12px;
}
.star{
    width: 15vw;
    height: auto;
    position: absolute;
    right: 5vw;
    bottom: 6vw;
    z-index: -1;
    animation: rotate 4s infinite linear normal forwards;
}


@keyframes ans-top-to-bottom-rotateY{
      30%{
            transform: translateY(-5vh);
      }
      100%{
            transform: translateY(0) ;
      }
      0%{
            transform: translateY(-5vh) rotateY(270deg);
      }
}
#scene1{
    position: absolute;
    top: 7.5%;
    left: 5%;
    z-index: 1;
}
#scene2{
    position: absolute;
    top: 7.5%;
    left: 19%;
    z-index: 1;
}
#scene3{
    position: absolute;
    top: 7.5%;
    left: 32.5%;
    z-index: 1;
}
#scene4{
    position: absolute;
    top: 7.5%;
    left: 54%;
    z-index: 1;
}
#scene5{
    position: absolute;
    top: 7.5%;
    left: 67.5%;
    z-index: 1;
}

.vamos01{
    width: auto;
    height: 13vw;
    opacity: 0;
    fill-opacity: 0;

}
.vamos02{
    width: auto;
    height: 13vw;
    opacity: 0;
    fill-opacity: 0;

}
.vamos03{
    width: auto;
    height: 13vw;
    opacity: 0;
    fill-opacity: 0;

}
.vamos04{
    width: auto;
    height: 13vw;
    opacity: 0;
    fill-opacity: 0;

}
.vamos05{
    width: auto;
    height: 13vw;
    opacity: 0;
    fill-opacity: 0;

}

.isReady #scene1 div:nth-child(7) .vamos01{
    opacity: 1;
    transition: 2s;
    fill:url(#gradation-2);
    fill-opacity: 1;
    animation: ans-top-to-bottom-rotateY 4s 0.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 7;
}
.isReady #scene1 div:nth-child(6) .vamos01{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-2);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.3s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene1 div:nth-child(5) .vamos01{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-2);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.4s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene1 div:nth-child(4) .vamos01{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-2);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.5s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene1 div:nth-child(3) .vamos01{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-2);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene1 div:nth-child(2) .vamos01{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-2);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.7s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene1 div:nth-child(1) .vamos01{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-2);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.8s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}



.isReady #scene2 div:nth-child(7) .vamos02{
    opacity: 1;
    transition: 2s;
    fill:url(#gradation-3);
    fill-opacity: 1;
    animation: ans-top-to-bottom-rotateY 4s 0.32s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 7;
}
.isReady #scene2 div:nth-child(6) .vamos02{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-3);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.42s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene2 div:nth-child(5) .vamos02{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-3);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.52s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene2 div:nth-child(4) .vamos02{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-3);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.62s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene2 div:nth-child(3) .vamos02{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-3);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.72s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene2 div:nth-child(2) .vamos02{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-3);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.82s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene2 div:nth-child(1) .vamos02{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-3);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.92s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}


.isReady #scene3 div:nth-child(7) .vamos03{
    opacity: 1;
    transition: 2s;
    fill:url(#gradation-4);
    fill-opacity: 1;
    animation: ans-top-to-bottom-rotateY 4s 0.44s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 7;
}
.isReady #scene3 div:nth-child(6) .vamos03{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-4);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.54s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene3 div:nth-child(5) .vamos03{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-4);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.64s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene3 div:nth-child(4) .vamos03{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-4);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.74s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene3 div:nth-child(3) .vamos03{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-4);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.84s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene3 div:nth-child(2) .vamos03{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-4);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.94s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene3 div:nth-child(1) .vamos03{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-4);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 1.04s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}


.isReady #scene4 div:nth-child(7) .vamos04{
    opacity: 1;
    transition: 2s;
    fill:url(#gradation-5);
    fill-opacity: 1;
    animation: ans-top-to-bottom-rotateY 4s 0.56s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 7;
}
.isReady #scene4 div:nth-child(6) .vamos04{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-5);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.66s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene4 div:nth-child(5) .vamos04{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-5);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.76s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene4 div:nth-child(4) .vamos04{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-5);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.86s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene4 div:nth-child(3) .vamos04{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-5);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.96s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene4 div:nth-child(2) .vamos04{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-5);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 1.06s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene4 div:nth-child(1) .vamos04{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-5);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 1.16s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}


.isReady #scene5 div:nth-child(7) .vamos05{
    opacity: 1;
    transition: 2s;
    fill:url(#gradation-6);
    fill-opacity: 1;
    animation: ans-top-to-bottom-rotateY 4s 0.68s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 7;
}
.isReady #scene5 div:nth-child(6) .vamos05{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-6);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.78s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene5 div:nth-child(5) .vamos05{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-6);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.88s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene5 div:nth-child(4) .vamos05{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-6);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 0.98s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene5 div:nth-child(3) .vamos05{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-6);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 1.08s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene5 div:nth-child(2) .vamos05{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-6);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 1.18s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}
.isReady #scene5 div:nth-child(1) .vamos05{
    opacity: 1;
    transition: 2s;
    stroke:url(#gradation-6);
    stroke-width: 3px;
    fill-opacity: 0;
    animation: ans-top-to-bottom-rotateY 4s 1.28s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
}


.brnadSvg{
    width: 55%;
    height: auto;
    position: absolute;
    right: 5%;
    top: 35%;
    fill-opacity: 0;
    stroke-width: 5px;
    stroke:var(--Orange);

    opacity: 0;

    transform: translateY(100%) rotateX(-80deg);
    transform-origin: center top;
    transform-style: preserve-3d;
    transition: opacity .8s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1);
    transition-delay: 0s, 0s;
}

.isReady .brnadSvg{
    transform: none;
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 2s;

}


/*Section2*/
#section2 {
    width: 100vw;
}
#section2 .content {
  position: relative;
  height: 200vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  font-family: var(--Bold);
  font-size: 5.5vw;
  line-height: 1.2em;
}


.textBox{
    display: block;
    width: 100%;
    height: 6.5vw;
    overflow: hidden;
}

/*Section3*/
#section3 {
    width: 100vw;
}

#section3 .content {
    position: relative;
    padding-bottom: 20vh;
}
.section3Map{
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 100px 0 0 0 ;

    clip-path: circle(0% at 50% 50%);
    transition: 1s;
}
.section3Map.is-inview{
    clip-path: circle(200% at 50% 50%);
    transition: 1s;
    transition-delay: .3s;
}
.twoLogos{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.twoLogos img{
    display: block;
    width: 250px;
    margin: 100px 20px;
}
.section3BigTitle,
#scene6{
    font-size: 20vw;
    line-height: 1em;
    font-family: var(--Bold);
    text-align: right;
    position: relative;
    width: 100%;
    height: 20vw;
    right: 0;
    top:0;
    z-index: 0;
    margin-top: 200px;
}
.section3BigTitle .font{
    background: var(--BtoO);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.section3BigTitle .back{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-text-fill-color: transparent; 
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--Orange);
}
.caseText{
     text-align: right;
     font-size: 24px;
     margin: 50px 50px 100px 0;
     font-weight: bold;
}
.portfolio{
    width:100%;
    margin-bottom: 20vh;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.portfolioContainer{
    width: calc(50% - 30px);
    margin-right: 15px;
    line-height: 1.2em;
}

.portfolioContainer a{
    display: block;
    cursor: pointer;
    width: 100%;
    margin-bottom: 150px;
    color: var(--Black);
    text-decoration: none;
}
.portfolioContainer a:last-child{
    margin-bottom: 0;
}
.portfolioContainer a img{
    display: block;
    width: 100%;
}
.portfolioContainer h2{
    margin: 20px 0;
    line-height: 1.2em;
}

.logo{
    width: 150%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo img{
    width: 6%;
    margin-left: 4%;
}

.logo02{
    margin: 50px 0 50px -50%;
}
.portfolioPic{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.portfolioContainer a:hover .portfolioPic img{
    transform: scale(1.05);
    transition: .3s;
}
/*.portfolioContainer a:hover .portfolioPic::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: var(--Orange);
    mix-blend-mode: difference;
    z-index: 0;
    animation: hover 1s linear 1;
}
*/

/*Section4*/
#section4 {
}

#section4 .content {
  position: relative;
}

.section4BigTitle,
#scene7{
    font-size: 20vw;
    line-height: 1em;
    font-family: var(--Bold);
    text-align: left;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    height: 20vw;
    right: 0;
    top:0;
    z-index: 0;
}
.section4BigTitle .font{
    background: var(--GtoO);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.section4BigTitle .back{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-text-fill-color: transparent; 
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--Orange);
}
.circle{
    display: block;
    width: 100px;
    animation: rotate 4s infinite linear normal forwards;
    position: absolute;
    top: 0;
    right: 6.5%;
    z-index: 1;
}
.cards{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -10vh;
    perspective: 600px;
    -webkit-perspective: 600px;
    transform-style: preserve-3d;
    will-change: transform;
}
.card{
    width: 25vw;
    height: 38vw;
    border-radius: 20px 20px;
    line-height: 1.2em;
    opacity: 1;

    transform-style: preserve-3d;
    will-change: transform;
    transform-origin: center top;
    transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1);
    transition-delay: 0s, 0s;

    position: relative;
}
.card01{
    background: var(--White);
    transform: translateY(0) rotateY(90deg) rotate(-5deg);
}
.card02{
    background: var(--Orange);
    transform: translateY(0) rotateY(90deg) rotate(5deg);
    margin-left: 6vw;
    margin-right: 1vw;
}
.card03{
    background: var(--Blue);
    transform: translateY(0) rotateY(90deg) rotate(3deg);
}

.cards.is-inview .card01{
    transform: translateY(0) rotateY(0deg) rotate(-5deg);
    transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1);
    transition-delay: 0s, 0s;
}
.cards.is-inview .card02{
    transform: translateY(0) rotateY(0deg) rotate(5deg);
    transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1);
    transition-delay: 0s, 0s;
}
.cards.is-inview .card03{
    transform: translateY(0) rotateY(0deg) rotate(3deg);
    transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1);
    transition-delay: 0s, 0s;
}
.card:hover{
    color: var(--White);
    transition: color .5s;
}
.card::after{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px 20px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: transparent;
    z-index: -1;
}
.card:hover::after{
    background: var(--Blue);
    mix-blend-mode: difference;
    z-index: 0;
    animation: hover 1s linear 1;
}


.card h2{
    width: 100%;
    font-size:2vw;
    line-height: 1em;
    font-family: var(--Bold);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

/*.card:hover h2.splitting .char {
  animation: slide-in 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation-delay: calc(60ms * var(--char-index));
}*/


.card img{
    display: block;
    width: 65%;
    margin: 20px auto;
    position: relative;
    z-index: 1;
}
.card p{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.card p span{
    display: block;
    width: 100%;
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2em;
}
.card p::-webkit-scrollbar-track{
    background-color: transparent;
}

.card p::-webkit-scrollbar{
    width: 5px;
    background-color: transparent;
}

.card p::-webkit-scrollbar-thumb{
    border-radius: 7px;
    background-color: var(--Orange);
}
.card02 p::-webkit-scrollbar-thumb{
    background-color: var(--White);
}
.card03 p::-webkit-scrollbar-thumb{
    background-color: var(--White);
}

.card .front{
    width: 100%;
    height: 100%;
    padding: 30px 30px;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;

    transform-style: preserve-3d;
    will-change: transform;
}
.cards.is-inview .card01.active{
    transform: rotateY(180deg) rotate(5deg); 
    transition: transform 1s;
}
.cards.is-inview .card02.active{
    transform: rotateY(180deg) rotate(-5deg); 
    transition: transform 1s;
}
.cards.is-inview .card03.active{
    transform: rotateY(180deg) rotate(-3deg); 
    transition: transform 1s;
}

.cards.is-inview .card01.active.safari{
    transform: rotate(-5deg); 
}
.cards.is-inview .card02.active.safari{
    transform: rotate(5deg); 
}
.cards.is-inview .card03.active.safari{
    transform: rotate(3deg); 
}
.card.active .front{
    opacity: 0;
    z-index: -1;
    transition: .5s;
}
.cards .btn{
    margin: 10px auto 0 auto;
    color: var(--Black);
    border-color: var(--Black);
}
.cards .btn:hover{
    color: var(--White);
    border-color: var(--White);
    background: transparent;

}
.card .back{
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    overflow-y: auto;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    text-align: left;
    transform-style: preserve-3d;
    will-change: transform;

    transform: rotateY(180deg);
    opacity: 0; 

    transition: .5s;
}
.card.safari .back{
    transform: none;
}

.card .back ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
}
.card .back ul li{
    list-style-position: inside;
    width: calc(50% - 20px);
    margin-right: 20px;
    font-size: 12px;
}
.card .back ul li:nth-child(2n){
    margin-right: 0;
}
.card .back ul li span{
    font-size: 10px;
}
.card .back h4{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.card.active .back,
.card.active.safari .back{
    opacity: 1;
    z-index: 10;
    transition: .5s;
    transition-delay: opacity 1s;
}

.line{
    width: 100%;
    height: 80px;
    line-height: 1em;
    font-size: 3.5vw;
    font-family: var(--Bold);
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line01{
    background: var(--Orange);
    margin-top: 25vh;
    font-family: var(--Normal);
    font-weight: bold;
}
.line03{
    background: var(--Blue);
}

/*Section5*/
#section5 {
    width: 100vw;
}

#section5 .content {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    text-align: right;
    font-size: 5vw;
    color: var(--Blue);
    font-family: var(--Bold);
    text-transform: uppercase;
    line-height: 1em;
    padding-bottom: 50vh;
}
.section5BigTitle{
    width: 50%;
    position: absolute;
    left: 0;
    top: 45vh;
    z-index: 0;
}
#vLogo2,
.vLogo2,
.section5BigTitle div{
    width: 100%;
    height: auto;
}
#vLogo2{
    z-index: 1;
}
.vLogo2{
    z-index: 0;
    fill-opacity: 0;
    stroke: var(--Orange);
    stroke-opacity:1;
    stroke-width: 1px;
}
svg#vLogo2 path.v1{
    fill:url(#gradation-8);
    fill-opacity: 1;
}
svg#vLogo2 path.v2{
    fill:url(#gradation-9);
    fill-opacity: 1;
}
svg#vLogo2 path.v3{
    fill:url(#gradation-7);
    fill-opacity: 1;
}
#section5 .content a{
    display: block;
    width: 50%;
    margin-right: 5%;
    margin-top: 25vh;
    z-index: 2;
    position: relative;
    line-height: 0;
}
.news{
    width: 100%;
    line-height: 0;
}
.news:hover::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: var(--Orange);
    mix-blend-mode: difference;
    z-index: 1;
    animation: hover 1s linear 1;
    line-height: 0;
}
.news img{
    width: 100%;
    line-height: 0;
}
#section5 .content p{
     margin-right: 5%;
}
#section5 .content p.is-inview.splitting .char {
  animation: slide-in 1.5s cubic-bezier(0.5, 0, 0.5, 1) 1;
  animation-delay: calc(60ms * var(--char-index));
}



/*Section6*/
#section6 {
    width: 100vw;
}

#section6 .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 0 50px;
    margin-bottom: 300px;
}
.article{
    flex-basis: 50%;
    height: 50vw;
}
.article div{
    width: 100%;
    height: 45vw;
    background: url(../img/a01.png)  no-repeat top center;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;

    position: relative;
}
.article div::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 35%); 
    z-index: 0;
}
.article div:hover::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: var(--Orange);
    mix-blend-mode: difference;
    z-index: 1;
    animation: hover 1s linear 1;
}
.articles{
    flex-basis: 50%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-left: 50px;
}
.article a{
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: flex-end;
    color: var(--White);
    line-height: 1.2em;
    font-family: var(--Normal);
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 0 30px 30px 30px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    align-items: center;
}
.tag{
    font-family: var(--Thin);
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.time{
    font-size: 10px;
    font-weight: normal;
    display: block;
}
.anArticle{
    flex-basis: 45%;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2em;
    color: var(--Black);
    margin-bottom: 40px;
}
.anArticle div{
    position: relative;
    width: 100%;
    z-index: 0;
}
.anArticle img{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.anArticle:hover div::before{
    content: '';
    width: 100%;
    height: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 0;
    background: var(--Orange);
    mix-blend-mode: difference;
    z-index: 1;
    animation: hover 1s linear 1;
}

@keyframes hover {
    0% {
        clip-path: circle(0% at 50% 50%);
    }

    100% {
        clip-path: circle(200% at 50% 50%);
    }
}


/* Magnific-Popup */
body.pop {
    background: var(--Orange);
    color: var(--Black);
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: relative;
}
body.pop main{
    position: relative;
    width: calc(100% - 60px);
    height: auto;
    margin-top: 60px;
    margin-left: 60px;
    padding: 50px 50px 110px 50px;

    line-height: 1.8em;
}
body.pop main img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
body.pop main h1{
    margin-bottom: 50px;
    color: var(--Blue);
    font-weight: 900;
    font-size: 7vw;
    line-height: 1.2em;
}
body.pop main h2{
    margin: 30px 0;
}
body.pop main ul{
    margin-bottom: 30px;
}
body.pop main li{
    list-style-position: inside;
}
body.pop main .btn{
    margin: 10px 0;
    border-color: var(--Blue);
    color: var(--Blue);
}
body.pop main .btn:hover{
    background: var(--Blue);
    color: var(--Orange);
}
body.pop::-webkit-scrollbar-track{
    background-color: transparent;
}

body.pop::-webkit-scrollbar{
    width: 7px;
    background-color: transparent;
}

body.pop::-webkit-scrollbar-thumb{
    border-radius: 7px;
    background-color: var(--Blue);
}



.mfp-iframe-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:after {
    position: absolute;
    left: 29px;
    content: ' ';
    height: 30px;
    width: 5px;
    background-color: var(--Black);
    top: 17px;
}

.mfp-iframe-holder .mfp-close:before {
    transform: rotate(45deg);
    transition: .3s;
}

.mfp-iframe-holder .mfp-close:after {
    transform: rotate(-45deg);
    transition: .3s;
}

.mfp-close:hover:before {
    transform: rotate(65deg);
    transition: .3s;
}

.mfp-close:hover:after {
    transform: rotate(-65deg);
    transition: .3s;
}

.mfp-close {
    text-indent: -9999px;
}

.mfp-3d-unfold .mfp-content {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transform: translateX(-70vw);
}

.mfp-3d-unfold.mfp-ready .mfp-content {
    opacity: 1;
    transform: translateX(0);
}

.mfp-3d-unfold.mfp-bg,
.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing .mfp-content {
    transform: translateX(-70vw);
    opacity: 0;
}


/* End Magnific-Popup */







/*////RWD////*/
@media screen and (max-width:1660px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {
   
}

@media screen and (max-width:1280px) {
    .card {
        width: 25vw;
        height: 42vw;
    }
    
}
@media screen and (max-width:1024px) {
    /*Section1*/
    #section1 {
        height: 100vh;
    }
    #section2 .content {
        font-size: 5vw; 
    }
    .card {
        width: 27vw;
        height: 46vw;
    }
    .card h2 {
        font-size: 1.9vw;
    }
    .card .back ul li{
        width: 100%;
        margin-right: 0;
    }
    .card .back ul li:nth-child(2n){
        margin-right: 0;
    }
@media (orientation:landscape) and (max-height:800px) {
    /*Section1*/
    .vamos01,
    .vamos02,
    .vamos03,
    .vamos04,
    .vamos05{
        height: 10vw;
    }
    #scene2{
        left: 16%;
    }
    #scene3{
        left: 26.5%;
    }
    #scene4{
        left: 43%;
    }
    #scene5{
        left: 53.5%;
    }
    .brnadSvg {
        width: 40%;
        right: 12%;
    }
    .lineBox {
        top: 53%;
        left: 12%;
    }
    .sign {
        width: 34%;
        left: 12%;
        top: 32.5%;
    }
    .star {
        width: 12vw;
    }
    .autoplay-progress {
        right: 9.5vw;
        bottom: 10.5vw;
    }
    .sliderContent p {
        width: 50%;
    }
    .sliderContent a {
        display: block;
        width: 25%;
    }

   
}
@media (orientation:portrait) and (max-height:1180px) {
    /*Section1*/
    #scene1,
    #scene2,
    #scene3,
    #scene4,
    #scene5{
        top: 35%;
    }
    #scene2 {
        left: 20%;
    }
    #scene3 {
        left: 34.5%;
    }
    #scene4 {
        left: 58%;
    }
    #scene5 {
        left: 72.5%;
    }
    .lineBox {
        top: 55%;
    }
    .brnadSvg {
        top: 47%;
    }
    .sign {
        top: 48.5%;
    }
    .arrow {
        width: 10%;
    }
    .star {
        right: 3vw;
        bottom: 6vw;
    }
    .autoplay-progress {
        right: 9vw; 
    }

    /*Section2*/
    #section2 .content {
        height: 80vh;
    }
    #section2 .content {
      font-size: 5vw;
    }
    .textBox{
        height: 6.5vw;
    }
    #section3 .content {
        padding-bottom: 10vh;
    }

    .logo img {
        margin-left: 30px;
    }
    
    .cards{
        margin-top: 10%;
    }
    .card {
        width: 39vw;
        height: 60vw;
    }
    .card h2 {
        font-size: 2.9vw;
    }
    
    .line01 {
        margin-top: 15vh;
    }

    .section5BigTitle{
        top: 30vh;
    }
    #section5 .content a{
        padding-top: 20vh;
    }
    #section5 .content{
        padding-bottom: 20vh;
    }
    .article a {
        font-size: 20px;
    }
    .anArticle {
        flex-basis: 100%;
    }

    .portfolioContainer{
        width: 70%;
        margin-right:0;
    }
    .portfolioContainer a {
        margin-bottom: 50px;
    }
    .section3Map{
        width: 90%;
    }


}
@media (orientation:portrait) and (max-height:1024px) {
    .card {
        width: 38vw; 
    }
    .card h2 {
        font-size: 2.5vw;
    }
    .caseText {
        margin: 50px 20px 200px 0;
        font-size: 16px;
    }


}
@media screen and (max-width:480px) {
    /*Section1*/

    #scene1,
    #scene2,
    #scene3,
    #scene4,
    #scene5{
        top: 25%;
    }
    #scene1{
        left: 4%;
    }
    #scene2 {
        left: 21%;
    }
    #scene3 {
        left: 37%;
    }
    #scene4 {
        left: 63%;
    }
    #scene5 {
        left: 79%;
    }
    #scene1 svg,
    #scene2 svg,
    #scene3 svg,
    #scene4 svg,
    #scene5 svg{
        height: 17vw;
    }
    .sign {
        top: 45.5%;
        width: 80%;
        left: 10%;
    }
    .sliderContent {
        align-items: center;
        align-content: center;
    }
    .sliderContent div {
        margin-top: 35vh;
    }
    .brnadSvg {
        width: 80%;
        top: 34%;
    }
    .arrow {
        width: 8%;
    }
    .lineBox {
        width: 80%;
        left: 10%;
        top: 55%;
    }
    .sliderContent p {
        width: 60%;
        font-size: 4vw;
        margin-left: 3%;
    }
    .star {
        width: 30vw;
    }
    .autoplay-progress svg,
    .autoplay-progress{
        width: 10vw;
        height: 10vw;
    }
    .autoplay-progress{
        right: 13.2vw;
        bottom: 16vw;
    }
    .sign03{
        top: 42.5%;
    }
    .section3BigTitle .back:nth-child(2) {
        bottom: 0.5%;
        right: 0.5%;
    }
    .section3BigTitle .back:nth-child(3) {
        bottom: 1%;
        right: 1%;
    }
    .section3BigTitle .back:nth-child(4) {
        bottom: 1.5%;
        right: 1.5%;
    }
    .section3BigTitle .back:nth-child(5) {
        bottom: 2%;
        right: 2%;
    }
    .section3BigTitle .back:nth-child(6) {
        bottom: 2.5%;
        right: 2.5%;
    }


    /*Section2*/
    #section2 .content {
        font-size: 6vw;
        height: 80vh;
    }
    .textBox {
        height: 7.7vw;
    }

    /*Section3*/

    .section3BigTitle, #scene6 {
        font-size: 25vw;
    }
    .caseText {
        width: 80%;
        margin: 50px auto;
        text-align: center;
        font-size: 18px;
    }
    .portfolioContainer a {
        width: 100%;
        margin: 0 0 20px 0 ;
    }
    .portfolio{
        text-align: center;
    }
    .portfolioContainer,{
        justify-content: center;
    }
    .portfolio01{
        margin-left: 0;
    }
    .line {
        font-size: 7vw;
    }
    .logo img {
        width: 80px;
        margin: 10px 10px;
    }
    .logo {
        width: 120%;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .logo02 {
        margin: 0 0 50px 0;
    }
    .circle {
        top: -8vh;
    }
    .card {
        width: 80vw;
        height: 128vw;
    }
    .card01 {
        margin-left: -10%;
    }
    .card h2 {
        font-size: 6.2vw;
    }
    .card p {
        font-size: 18px;
    }
    #section5 .content {
        font-size: 7vw;
    }
    .section5BigTitle {
        width: 70%;
    }
    #section5 .content a {
        width: 70%;
        padding-top: 15vh;
    }
    .news:hover::after {
        height: calc(100% - 15vh);
        top: auto;
        left: 0;
        bottom: 0;
    }
    .article {
        flex-basis: 100%;
    }
    .article  div{
        flex-basis: 100%;
        height: 110vw;
        margin-bottom: 40px;
    }
    .article a {
        padding: 0 25px 25px 25px;
    }
    .articles {
        flex-basis: 100%;
        justify-content: center;
        padding-left: 0;
    }
    .mask{
        height: 50vh;
    }
    .vLogo2:nth-child(2){
        bottom: -1%;
        right: -1%;
    }
    .vLogo2:nth-child(3){
        bottom: -2%;
        right: -2%;
    }
    .vLogo2:nth-child(4){
        bottom: -3%;
        right: -3%;
    }
    .vLogo2:nth-child(5){
        bottom: -4%;
        right: -4%;
    }
    .vLogo2:nth-child(6){
        bottom: -5%;
        right: -5%;
    }
    #section3 .content {
        min-height: 3000px;
    }
    #section3 .content {
        min-height: 1700px;
    }
    .twoLogos img{
        width: 150px;
    }
    .mfp-iframe-holder .mfp-content {
        width: 100vw;
        height: 90vh;
    }
    .mfp-close{
        top: calc(90vh + 0px);
        right: calc(50% - 30px);
    }
    .mfp-3d-unfold .mfp-content {
        transform: translateX(0);
        transform: translateY(-70vh);
    }

    .mfp-3d-unfold.mfp-ready .mfp-content {
        transform: translateX(0);
        transform: translateY(0);
    }


    .mfp-3d-unfold.mfp-removing .mfp-content {
        transform: translateX(0);
        transform: translateY(-70vh);
    }

    
    button.mfp-close, button.mfp-arrow {
        border-radius: 0 0 10px 10px;
    }
    body.pop main {
        width: 100%;
        height: auto;
        margin-left:0;
        padding: 50px 50px;
    }
    body.pop main h1 {
        font-size: 8vw;
    }
    body.pop main {
        font-size: 16px;
    }
}
/*Iphone XR 414*896 */
@media (orientation: portrait) and (max-height:896px) {

}
/*Iphone 12Pro 390*844 */
@media (orientation: portrait) and (max-height:844px) {

}
@media (orientation: portrait) and (max-width:390px) {

}
/*Iphone 10 375*812 */
@media (orientation: portrait) and (max-height:812px) {

}
@media (orientation: portrait) and (max-width:375px) {
    .card h2 {
        font-size: 6.7vw;
    }
}
/*Iphone 8Plus 414*736 */
@media (orientation: portrait) and (max-height:736px) {
    
}
/*Iphone 8 375*667 */
@media (orientation: portrait) and (max-height:667px) {
    
}
@media screen and (max-width:360px) {

}
@media screen and (max-width:320px) {
    
}