/* -------------------------------- pfo -------------------------------- */
* {
    box-sizing: border-box;
    font-family: 'Crimson Text', 微軟正黑體;
    cursor: crosshair ;
}

div#home{cursor: url('../images/jm.ico'), crosshair;}


a{
    color:#666;
    text-decoration: none;
}

a:hover, a:focus{
    color: #ff66c5 !important;
    text-decoration: none !important;
    cursor: default !important;
}
p{
    color: #fff;
    font-size: 1.5vh;
    line-height: 3vh;
    letter-spacing: 1px;
}
::selection {
    background: #00ffe0;
    color: #333;
}
::-moz-selection {
    background: #00ffe0;
    color: #33;
}
html{
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    background:url(../images/700-90-5-monochrome.png) top center repeat, #1a1a1a;
    animation:noise-ani .8s linear infinite; 
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

body{
    background:url(../images/700-90-5-monochrome.png) top center repeat, #1a1a1a !important;
}

#p5_loading{display: none;}

.scrollbg{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 35px;
    animation: scroll .5s backwards;
    animation-delay: 4.5s;
    background: transparent !important;
}
.scrollbg span {
    width: 120px;
    background: #fff;
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}
span.s {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    bottom: -3px;
    animation: scrollright 3s;
    animation-delay: 4.5s;
    animation-timing-function:ease-in-out;
}
@keyframes scroll{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes scrollright{
    0% {left: 0;}
    100% {left: 120px;}
}
.sectionpf{
    height:100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    flex-shrink: 1;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#pfo, .pfboxbg {
    display: flex;
    flex-direction: row;
    transition-delay: 0.25s;
    cursor: default;
    position: relative;
    height: 100%;
}

.panel_pfo{
    overflow:auto;
}
.panel_pfo::-webkit-scrollbar {
    display: none;
    background: #FFF;
    border-radius: 0;
}

.flip{
    z-index: 111;
    top:49vh;
    left: 2vh;
    position: fixed;
    transition: 1s;
}

.flip p {
    color: #23ebdb;
    position: fixed;
    top: 48.5vh;
    left: 2.7vh;
    letter-spacing: 3.5px;
    transition: 1s;
}

.flip:before {
    content: url(../images/qq.svg);
    display: inline-block;
    width: 13vh;
    height: 13vh;
    position: absolute;
    top: -3vh;
    left: -3.5vh;
    transition: 1s;
}

.flip.is-open p{
    transition: 1s;
    color: transparent;
/*    display: none;*/
}
.is-open.flip:before{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    transition: 1s;
}

.flip.ab-open{
    font-size: 4vh;
    color: #ff66c5;
    z-index: 111;
    top:49vh;
    left: 2vh;
    position: fixed;
}

.ab-open:before {
    content: url(../images/q2.svg);
    display: inline-block;
    width: 13vh;
    height: 13vh;
    position: absolute;
    top: -2.7vh;
    left: -3.5vh;
}

.menu {
/*    width: 28vh;*/
    width: 31vh;
    background:url(../images/700-90-5-monochrome.png) top center repeat, #333;
    height: 58vh;
    position: fixed;
    z-index: 110;
    padding-top: 2vh;
    display: none;
}
.menu a {
    color: #00ffe0;
    display: flex;
    font-size: 1.9vh;
/*    line-height: 3.6vh;*/
    line-height: 3.3vh;
    letter-spacing: 1px;
    padding-left: 3vh;
    width: 40vh;
}

.menu a span {
    display: none;
    font-size: 1.5vh;
    letter-spacing: 2px;
    transition: 1s;
}
.menu a:hover{
    color: transparent !important;
}
.menu a:hover span {
    display: block !important;
    color: #ff66c5 !important;
    transition: 1s;
}
a.m2 {
    padding-left: 5vh;
}
a.m3 {
    padding-left: 7vh;
}
.pfbox{
    width: 90vh;
    height: 100vh;height: calc(var(--vh, 1vh) * 100);
    background:url(../images/700-90-5-monochrome.png) top center repeat, #1a1a1a;
    position: relative;
    display: flex;
}

@keyframes noise-ani{
  50%{background-position:800px 600px;}
  100%{background-position:-600px -400px;}
}

.pfbox1{
    width: 100vw;
    height: 100vh;height: calc(var(--vh, 1vh) * 100);
    position: relative;
    background: transparent;
}

.pfbox1 img{
    width: 500px;
    position: absolute;
    top: 60px;
    left: 450px;
}

.btitle p{
    color: #23eddc;
    font-size: 1.5vh;
    letter-spacing: 2px;
    padding:5vh;
}
.btitle span{
    padding-left: 3vh;
}

.pfbox0{
    background: #111;
    width: 120vh;
    background: url(../images/bg.jpg) top center repeat;
    background-size: contain;
}
.bt{
    position: absolute;
    top: 5vh;
    left: 8vh;
}
.bt h2 {
    color: #23ebdb;
    font-size: 15vh;
    line-height: 14vh;
}
.bt h2 span, .bt h3 {
    color: #23ebdb;
    font-size: 10vh;
    line-height: 11vh;
}
h3.main_t {
    padding: 1vh;
    background: #23ebdb;
    color: #1a1a1a;
    font-size: 3.5vh;
    letter-spacing: 3px;
    width: 41vh;
    line-height: 5vh;
    text-align: center;
    position: absolute;
    font-weight: 600;
}

.morebtn{
    border:1px solid #23ebdb;
    color: #23ebdb;
    width: 10vh;
    height: 10vh;
    border-radius: 50%;
    line-height: 10vh;
    font-size: 2vh;
    text-align: center;
    position: absolute;
    right: 3vh;
    bottom: 3vh;
    z-index: 111;
    transition: 1s;
}
.morebtn:hover{
    color: #ff66c5;
    border: 1px solid #ff66c5;
    transition: 1s;
}
.morebtn.is-open {
    color: transparent;
    border: 1px double #ff66c5;
    bottom: 43.2vh;
    transition: 1s;
}
.morebtn.is-open:hover{
    color: transparent;
}
.morebtn.is-open:before{
    content: url(../images/q2.svg);
    display: inline-block;
    width: 13vh;
    height: 13vh;
    position: absolute;
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    transition: 1s;
}
.morebtn.is-open:before{
    bottom: -1.8vh;
    right: -2.1vh;
}
.pfbox5{
    width: 240vh;
    padding-left: 5vh;
}
.pfbox5 img{
    height: 100vh;
}
.f-1 {
    width: 100vh;
    height: 100vh;height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    background: url(../images/f1.jpg) center;
    background-size: cover;
}

h2.jm{
    position: absolute;
    color: #fff;
    font-size: 2vh;
    top: -1vh;
    left: 1vh;
    letter-spacing: 3px;
    color: #1a1a1a;
    background: #23ebdb;
    padding: 0 0 0 .5vh;
}
h2.home1{
    font-family: "Shippori Mincho B1", serif;
    font-weight: 100;
    color: #fff;
    position: absolute;
    font-size: 3vh;
    line-height: 4vh;
    left: 1vh;
    bottom: 0;
}

h4.home2{
    font-family: "Shippori Mincho B1", serif;
    color: #fff;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr ;
    font-size: 1.8vh;
    line-height: 3vh;
    letter-spacing: .5vh;
    position: absolute;
    top: 0vh;
    right: -1vh;
}

div#contact{
    width: 140vh;
}
.marqueemail{
    padding: 1vh;
    background: #23ebdb;
    width: 41vh;
    height: 7vh;
    overflow: hidden;
}
a.mailto{
    display: block;
    width: 661vh;
    color: #1a1a1a;
    font-size: 3.5vh;
    letter-spacing: 3px;
    line-height: 5.5vh;
    text-align: center;
    animation: drwimg infinite 70s;
    animation-timing-function: linear;
}

.textboxbg0 {
    position: absolute;
    right: 10vh;
    bottom: 4vh;
}

.textboxbg0 .textbox{
    padding-top: 1vh;
}
.textboxbg0 p.tbt{
    width: 23vh;
}
.textboxbg0 p.tbx{
    width: 50vh;
}

.textboxbg0 p.tbx a{
    color: #23ebdb;
}
.textboxbg0 p.tbx a span{
    font-size: 1vh;
}

.loaderbg {
/*    background: url(../images/ps_neutral.png) repeat fixed;*/
    width: 100%;
    height: 100vh;height: calc(var(--vh, 1vh) * 100);
    z-index: 999;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: crosshair !important;
}

.loading,
.loading > div {
  position: relative;
  box-sizing: border-box;
}

.loading {
  display: block;
  font-size: 0;
  color: #ff66c5;
  z-index: 111;
  width: 40px;
  height: 10px;
  margin: 0 auto;
  position: absolute;
  top: 49vh;
}

.loading.la-dark {
  color: #ff66c5;
}

.loading > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.loading > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.loading > div:first-child {
  transform: translateX(0%);
  animation: ball-newton-cradle-left 1s 0s ease-out infinite;
}

.loading > div:last-child {
  transform: translateX(0%);
  animation: ball-newton-cradle-right 1s 0s ease-out infinite;
}

.loading.la-sm {
  width: 20px;
  height: 4px;
}

.loading.la-sm > div {
  width: 4px;
  height: 4px;
}

.loading.la-2x {
  width: 80px;
  height: 20px;
}

.loading.la-2x > div {
  width: 20px;
  height: 20px;
}

.loading.la-3x {
  width: 120px;
  height: 30px;
}

.loading.la-3x > div {
  width: 30px;
  height: 30px;
}

@keyframes ball-newton-cradle-left {
  25% {
    transform: translateX(-100%);
    animation-timing-function: ease-in;
  }

  50% {
    transform: translateX(0%);
  }
}

@keyframes ball-newton-cradle-right {
  50% {
    transform: translateX(0%);
  }

  75% {
    transform: translateX(100%);
    animation-timing-function: ease-in;
  }

  100% {
    transform: translateX(0%);
  }
}

.sbg{
  display: none;
}
.kv{
    position: absolute;
    top: 50vh;
    left: 47vw;
    animation: scrolltop 1s;
    animation-delay: 5s;
    animation-fill-mode: backwards; 
}
.kv p{
    font-size: 10vh;
    color: #ffffff60;
}

@keyframes scrolltop{
0%{ opacity: 0;top: 55vh;} 
50%{  opacity: 1;top: 50vh;}  
100%{  opacity: 0;top: 45vh;} 
}

.lr{display: block;}
.mb{display: none;}

@media only screen and (orientation: portrait) and (orientation: portrait){
    .lr{display: none;}
    .mb{display: block;}
}

/* -------------------------------- ab -------------------------------- */

.aboutbg{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    overflow: hidden;
}
.about{
    display: flex;
}
.pfbox2{
    width: 75vh;
}
.pfbox3{
    width: 100vh;
}
.b2-2 {
    width: 70vh;
    height: 33vh;
    width: 45vh;
    height: 23vh;
    position: absolute;
    top: 13vh;
    right: 10vh;
    background: url(../images/ab_02.png) center;
    background-size: cover;
}
.textbox {
    display: flex;
    padding-top: 1vh;
}
.textboxbg{
    position: absolute;
    right: 10vh;
    bottom: 4vh;
}
.textboxbg1{
    position: absolute;
    left: 15vh;
    top: 30vh;
}

p.tbt{
    width: 11vh;
    padding-right: 3vh;
    text-align: right;
}
p.tbx{
    width: 22vh;
    text-align: justify;
}
.imgbox img{
    height:auto;
    position: absolute;
}
img.b2-1 {
    right: 0;
    width: 25vh;
}
img.b2-3 {
    width: 20vh;
    bottom: 0vh;
    left: 0vh;
}
img.b2-4 {
    right: 2vh;
    width: 13vh;
    top: -4vh;
}
img.b2-5 {
    width: 35vh;
    bottom: 20vh;
    left: 0;
}
img.b2-6 {
    width: 35vh;
    bottom: -5vh;
    left: 0;
}

@media only screen and (orientation: portrait) and (orientation: portrait){
    
    .morebtn_m{
        border-radius: 100px;
        border:1px solid #23ebdb;
        color: #23ebdb;
        width: 10vh;
        height: 10vh;
        line-height: 10vh;
        font-size: 2vh;
        text-align: center;
        position: absolute;
        right: 3vh;
        bottom: 3vh;
        z-index: 111;
        transition: 1s;
    }
    .morebtn_m a, .morebtn_m a:hover, .morebtn_m a:focus, .morebtn_m:hover a, .morebtn_m:focus a{
        color: #23ebdb;
    }

    .aboutbg{
        display: block;
        position: relative;
        transition: 1s;
    }

    .b2-2{
        height: 20vh;
    }

}

@media only screen and (max-width: calc(75vh + 100vh)) {
    .morebtn.lr{display: none;}
    .morebtn_m.mb{display: block;}
    .morebtn_m{
        border-radius: 100px;
        border:1px solid #23ebdb;
        color: #23ebdb;
        width: 10vh;
        height: 10vh;
        line-height: 10vh;
        font-size: 2vh;
        text-align: center;
        position: absolute;
        right: 3vh;
        bottom: 3vh;
        z-index: 111;
        transition: 1s;
    }
    .morebtn_m a, .morebtn_m a:hover, .morebtn_m a:focus, .morebtn_m:hover a, .morebtn_m:focus a{
        color: #23ebdb;
    }
    .aboutbg {
        display: block !important;
        position: relative;
        transition: 1s;
    }
}


/* -------------------------------- wbkv -------------------------------- */

.pfbox4, .pfbox4-1{
    width: 133vh;
}
.w-1 {
    width: 113vh;
    height: 50vh;
    position: absolute;
    top: 13vh;
    left: 10vh;
/*    background: url(../images/kv1.png) center;
    background-size: cover;*/
}
.w-2 {
    width: 113vh;
    height: 50vh;
    position: absolute;
    top: 13vh;
    left: 10vh;/*
    background: url(../images/kv2.png) center;
    background-size: cover;*/
}
/*.w-2-d{
    background: url(../images/w2.png) center;
    background-size: cover;
}*/
.w-3 {
    width: 113vh;
    height: 50vh;
    position: absolute;
    top: 13vh;
    left: 10vh;/*
    background: url(../images/kv5.jpg) center;
    background-size: cover;*/
}
/*.w-3-d{
    background: url(../images/w3.png) center;
    background-size: cover;
}*/
.w-4 {
    width: 113vh;
    height: 50vh;
    position: absolute;
    top: 13vh;
    left: 10vh;/*
    background: url(../images/kv4.png) center;
    background-size: cover;*/
}
/*.w-4-d{
    background: url(../images/w4.png) center;
    background-size: cover;
}*/
.w-5 {
    width: 113vh;
    height: 50vh;
    position: absolute;
    top: 13vh;
    left: 10vh;/*
    background: url(../images/kv5.png) center;
    background-size: cover;*/
}
/*.w-5-d{
    background: url(../images/w5.png) center;
    background-size: cover;
}*/
.info p{
    position: absolute;
    bottom: 20vh;
    left: 10vh;
}
.info a{
    color: #23ebdb;
}
.pfbox4-1 .info p{
    bottom: 12vh;
}

.pfbox00 {
    background: #23ebdb;
    width: 40vh;
    display: none;
}
.textboxbg3 p.tbx {
    width: 30vh;
    text-align: justify;
    position: absolute;
    left: 5vh;
    top: 30vh;
    color: #111;
}

.textboxbg3 p.tbx:before {
    content: '';
    height: 25vh;
    width: 1px;
    background: #666;
    position: absolute;
    top: -30vh;
    left: 15vh;
}
.textboxbg3 p.tbx:after {
    content: '';
    height: 25vh;
    width: 1px;
    background: #666;
    position: absolute;
    bottom: -30.6vh;
    left: 15vh;
}

.workbtn {
    border:1px solid #23ebdb;
    color: #23ebdb;
    width: 10vh;
    height: 10vh;
    border-radius: 50%;
    line-height: 10vh;
    font-size: 2vh;
    text-align: center;
    position: absolute;
    right: 3vh;
    bottom: 3vh;
    z-index: 111;
    transition: 1s;
}
.workbtn:hover{
    color: #ff66c5;
    border: 1px solid #ff66c5;
    transition: 1s;
}
.workbtn:before{
    position: absolute;
    transition: 1s;
}
.workbtn:before{
    top: -1vh;
    left: -0.9vh;
}
.wk-open {
    color: #ff66c5;
    color: transparent;
    border: 1px double #ff66c5;
    transition: 1s;
}
.wk-open:hover{
    color: transparent;
}
.wk-open:before{
    content: url(../images/q2.svg);
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    transition: 1s;
}

/*.dot:before {
    content: '⬬ ⬭';
    width: 3.5vh;
    color: #fff;
    position: absolute;
    top: 10vh;
    right: 10vh;
}
.dot.dt-d:before{
    display: none;
}
.dot.dt-d:after{
    content: '⬭ ⬬';
    color: #fff;
    width: 3.5vh;
    position: absolute;
    top: 10vh;
    right: 10vh;
}*/

.marquee {
    width: 7vh;
    height: 100vh;height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    background:url(../images/700-90-5-monochrome.png) top center repeat, #222;
}
a.bigmore{
    color: #ff66c5;
    font-size: 5vh;
    letter-spacing: 2vh;
    animation: more infinite 20s;
    animation-timing-function: linear;
    -webkit-writing-mode: vertical-rl;
    transition: 1s;
}

.marquee:hover a.bigmore{
    color: #ffdf00 !important;
    transition: 1s;
}

@keyframes more {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}



/* -------------------------------- gm -------------------------------- */

.pfbox6{
    width: 251vh;
}
.gbx{
    width: 94vh;
/*    background: url(../images/retro.png) center;
    background-size: contain;*/
    position: relative;
    transition: 1s;
    display: block;
}
.gbx p{
    width: 94vh;
    height: 100vh;height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    background: transparent;
    color: transparent;
    transition: 1s;
    text-align: center;
    line-height: 100vh;height: calc(var(--vh, 1vh) * 100);
    letter-spacing: 3px;
}
.gbx:hover p, .gameboxtop:hover p, .gameboxbottom:hover p, .linesticker:hover p{
    color: #00ffe0;
    background: #00000070;
    transition: 1s;
}
.gameboxtop{
    width: 99vh;
    height: 50vh;
    position: absolute;
    top: 0;
    left: 93.8vh;
    background: url(../images/top.png) top -110px left -340px;
    background-size: 190%;
}
.gameboxtop p, .gameboxbottom p{
    width: 99vh;
    height: 50vh;
    position: absolute;
    color: transparent;
    background: transparent;
    transition: 1s;
    text-align: center;
    line-height: 50vh;
    letter-spacing: 3px;
}
.gameboxbottom{
    width: 99vh;
    height: 50vh;
    position: absolute;
    bottom: 0;
    left: 93.8vh;
    background: url(../images/gm.png) right no-repeat;
    background-size: cover;
}

video{
    width: 100%;
}
.linesticker{
    width: 100vh;
    height: 100vh;height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    left: 193vh;
    background: url(../images/gmline.png) top -40px left no-repeat;
    background-size: 58%;
    overflow: hidden;
}
.linesticker p{
    width: 60vh;
    height: 100vh;height: calc(var(--vh, 1vh) * 100);
    line-height: 100vh;height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    color: transparent;
    background: transparent;
    transition: 1s;
    text-align: center;
    letter-spacing: 3px;
}
.linesticker video{
    position: absolute;
    top: -6vh;
    width: 60vh;
}

.pfbox6-1{
    width: 340vh;
}
.gmbox{
    width: 105vh !important;
}
.gimg-v{
    width: 95vh;
    height: 40vh;
    position: absolute;
    top: 20vh;
    left: 5vh;
    transition: 1s;
}
.gimg-v .gt{
    width: 95vh;
}
.gimg {
    width: 40vh;
    height: 40vh;
    position: absolute;
    top: 20vh;
    left: 5vh;
    transition: 1s;
}
.g-1 {
    background: url(../images/1.png) center;
    background-size: cover;
}
.g-2 {
    background: url(../images/2.png) center;
    background-size: cover;
}
.g-3 {
    background: url(../images/3.png) center;
    background-size: cover;
}
.g-4 {
    background: url(../images/4.png) center;
    background-size: cover;
}

.gbt {
    top: 62vh;
    left: 5vh;
    position: absolute;
    font-size: 2vh;
    letter-spacing: 4px;
    transition: 1s;
    color: #23ebdb;
}
.gt {
    top: 66vh;
    left: 5vh;
    position: absolute;
    transition: 1s;
}


/* -------------------------------- cw -------------------------------- */

.pfbox7{
    width: 233vh;
}
.cwbox {
    width: 50vh;
    position: relative;
}
.cwimg {
    width: 40vh;
    height: 40vh;
    position: absolute;
    top: 20vh;
    left: 5vh;
    transition: 1s;
}
.cw-1 {
    background: url(../images/abgl1.jpg) center;
    background-size: cover;
}
.cw-2 {
    background: url(../images/abgl2.jpg) center;
    background-size: cover;
}
.cw-3 {
    background: url(../images/abgl3.jpg) center;
    background-size: cover;
}
.cw-4 {
    background: url(../images/abgl4.jpg) center;
    background-size: cover;
}

.cwbt {
    top: 62vh;
    left: 5vh;
    position: absolute;
    font-size: 2vh;
    letter-spacing: 4px;
    transition: 1s;
}
.cwt {
    top: 66vh;
    left: 5vh;
    position: absolute;
    transition: 1s;
}
.cwpi{
    font-size: 1vh;
    top: 70vh;
    left: 5vh;
    position: absolute;
    line-height: 2.5vh;
    transition: 1s;
}
.cwp{
    width: 35vh;
    left: 5vh;
    position: absolute;
    line-height: 2.7vh;
    text-align: justify;
    font-size: 1.3vh;
    top: 52vh;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27vh;
    transition: 1s;
    color: transparent;
}

a.cwbtn{
    border: 1px solid #23ebdb;
    color: #23ebdb;
    background: #1a1a1ac9;
    width: 10vh;
    height: 10vh;
    border-radius: 50%;
    line-height: 2vh;
    padding-top: 2.5vh;
    font-size: 2vh;
    text-align: center;
    position: absolute;
    right: 5vh;
    bottom: 7vh;
    z-index: 111;
    transition: 1s;
    opacity: 0;
    visibility: hidden;
}
.cwbox:hover a.cwbtn:hover{
    color: #ff66c5;
    border: 1px solid #ff66c5;
    transition: 1s;
}

.cwbox:hover .cwimg{
    top: 10vh;
    transition: 1s;

}
.cwbox:hover .cwbt {
    color: #23ebdb;
    top: 52vh;
    transition: 1s;
}
.cwbox:hover .cwt {
    color: #23ebdb;
    top: 56vh;
    transition: 1s;
}
.cwbox:hover .cwp {
    top: 62vh;
    color: #fff;
    transition: 1s;
    display: -webkit-box;
    
}
.cwbox:hover a.cwbtn{
    visibility: visible;
    bottom:10vh;
    opacity: 1;
    transition: 1s;
}

.cwbox:hover .cwpi{
    top: 60vh;
    color: transparent;
    transition: 1s;
}


/* -------------------------------- bcf -------------------------------- */

.pfbox9{
    width: 133vh;
}
.bcf{
    width: 113vh;
    height: 62vh;
    position: absolute;
    top: 13vh;
    left: 10vh;
}

.bcf-1{
    background: url(../images/bcf.png) center;
    background-size: cover;
}

.pfbox9 .info p{
    bottom: 13vh;
}

.pfbox9{
    width: 133vh;
}
.bcf{
    width: 113vh;
    height: 62vh;
    position: absolute;
    top: 13vh;
    left: 10vh;
}

.pfbox10{
    width: 115vh;
}
.film{
    width: 85vh;
    height: 55vh;
    position: absolute;
    top: 13vh;
    left: 10vh;
    background: url(../images/boi.jpg) center;
    background-size: cover;
}

.pfbox10 .info p{
    width: 85vh;
    bottom: 17vh;
    text-align: justify;
}

.w6{
    width: 56vh;
}
.w6 .textboxbg3 p.tbx{
    width: 46vh;
}

.w6 .textboxbg3 p.tbx:before, .w6 .textboxbg3 p.tbx:after{
    left: 24vh;
}



/* -------------------------------- stk -------------------------------- */
.pfbox8{
    width: 130vh;
}

.marquee_m1 {
    width: 130vh;
    height: 33vh;
    overflow: hidden;
}

.marquee_m1 .drwimg img{
    height: 20vh;
    margin: 6.5vh auto;
}

.marquee_m1 .drwimg, .marquee_m3 .drwimg{
    animation: drwimg infinite 120s;
    animation-timing-function: linear;
    -webkit-writing-mode: vertical-rl;
}

@keyframes drwimg {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.marquee_m2 {
    width: 130vh;
    height: 33vh;
    overflow: hidden;
    top: 33vh;
    position: absolute;
}

.marquee_m2 .drwimg img{
    height: 26vh;
    margin: 3.5vh auto;
}

.marquee_m2 .drwimg{
    animation: drwimg2 infinite 120s;
    animation-timing-function: linear;
    -webkit-writing-mode: vertical-rl;
}

@keyframes drwimg2 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.marquee_m3 {
    width: 130vh;
    height: 33vh;
    overflow: hidden;
    position: absolute;
    top: 66vh;
}

.marquee_m3 .drwimg img{
    height: 25vh;
    margin: 4vh -3vh;
}

.drwimg:hover {
     animation-play-state: paused;
}

.pfbox8-1{
    width: 175vh;
}

.pfbox8-1 .cwbox {
    width: 50vh;
    position: relative;
}
.dwimg {
    width: 40vh;
    height: 40vh;
    position: absolute;
    top: 20vh;
    left: 5vh;
    transition: 1s;
    background: url(../images/puppyimg.jpg) center;
    background-size: cover;
}
.pfbox8-1 .cwbt {
}
.pfbox8-1 .cwt {
    width: 35vh;
}
.pfbox8-1 .cwpi{
    width: 35vh;
    top: 73vh;
}

.pfbox8-1 .cwbox:hover .dwimg{
    top: 10vh;
    transition: 1s;
    background: url(../images/puppyimg2.jpg) center;
    background-size: cover;
}

.pfbox8-1 .cwbox:hover .cwp{
    top: 64vh;
}

.dw-1 {
    width: 40vh;
    height: 40vh;
    position: absolute;
    top: 20vh;
    left: 5vh;
    transition: 1s;
    background: url(../images/boba.jpg) center;
    background-size: cover;
}
.pfbox8-1 .cwbox:hover .dw-1{
    top: 10vh;
    transition: 1s;
    background: url(../images/boba1.jpg) center;
    background-size: cover;
}
.dw-2 {
    width: 40vh;
    height: 40vh;
    position: absolute;
    top: 20vh;
    left: 5vh;
    transition: 1s;
/*    background: url(../images/game.png) top -5px center;*/
/*    background-size: 170%;*/
    overflow: hidden;
}
.dw-2 video{
    width: 80vh;
    position: absolute;
    top: -5vh;
    left: -20vh;
}

.pfbox8-1 .cwbox:hover .dw-2{
    top: 10vh;
    transition: 1s;
}



/* -------------------------------- we -------------------------------- */
.pfbox4-1{
    width: 233vh;
}
.we {
    width: 40vh;
    height: 40vh;
    position: absolute;
    top: 20vh;
    left: 5vh;
    transition: 1s;
}
.we-1 {
    background: url(../images/we1.png) center;
    background-size: cover;
}
.we-2 {
    background: url(../images/we2.png) center;
    background-size: cover;
}
.we-3 {
    background: url(../images/we3.png) center;
    background-size: cover;
}
.we-4 {
    background: url(../images/we4.png) center;
    background-size: cover;
}

.webt {
    top: 62vh;
    left: 5vh;
    position: absolute;
    font-size: 2vh;
    letter-spacing: 4px;
    transition: 1s;
    color: #23ebdb;
}
.wet {
    width: 40vh;
    top: 66vh;
    left: 5vh;
    position: absolute;
    transition: 1s;
    text-align:justify;
}
.wepi{
    font-size: 1vh;
    top: 73vh;
    left: 5vh;
    position: absolute;
    line-height: 2.5vh;
    transition: 1s;
    text-align: justify;
    border-top: 1px solid #ffffff15;
    width: 40vh;
    padding-top: 1vh;
}
.wep{
    width: 40vh;
    left: 5vh;
    position: absolute;
    line-height: 2.7vh;
    text-align: justify;
    font-size: 1.6vh;
    top: 52vh;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27vh;
    transition: 1s;
    color: transparent;
}

.webtn a{
    border-radius: 100px;
    border:1px solid #23ebdb;
    color: #23ebdb;
    width: 10vh;
    height: 10vh;
    line-height: 10vh;
    font-size: 2vh;
    text-align: center;
    position: absolute;
    right: 3vh;
    bottom: 3vh;
    z-index: 111;
    transition: 1s;
}
.webtn a:hover, .webtn a:focus, .webtn:hover a, .webtn:focus a{
    color: #ff66c5;
    border: 1px solid #ff66c5;
}


@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available !important;
    background:url(../images/700-90-5-monochrome.png) top center repeat, #1a1a1a !important;
  }
}
