body {
  overflow-x: hidden;
}

.artists.ogsite {
  grid-area: ogsite;
}

body.anniversary .side-a .info,
body.anniversary .side-b .info,
body.woocommerce-page .side-a .info,
body.woocommerce-page .side-b .info {
    display: grid;
    grid-template-areas: "pfrep pfrep pfrep pfrep" ". atm . ogsite" ". warning warning warning";
    grid-template-columns: 7% 15% 8% 70%;
}

#wrapper section.extra {
  padding: 4%;
  text-align: center;
  display: block;
  z-index: 999;
  background: #fff;
}

#wrapper section.extra.black {
  background: #000;
}

#shirts img {
  float: left;
  max-width: 50%;
}

section.extra.shirts .coming.ltd {
  margin-bottom: 20px;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
  z-index: 9002;
  position: relative;
}

section.extra.shirts .coming.again {
  clear: both;
  margin-top: 0;
}

.t2kazuya {
  position: relative;
}

.t2kazuya:before {
    content: '';
    background: url(/images/T2Kazuya-logo.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9001;
}

#menu {
    background: #0101ff;
    height: 0px;
    width: 100%;
    display: flex;
    position: fixed;
    z-index: 1000;
    box-shadow: 0 5px 10px #fff;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
    z-index: 10000;
}

/*html.no-js #menu {
    height: 60px;
}*/

#menu.show {
  height: 60px;
}

#menu .links {
    flex: 1 1 auto;
    display: block;
    position: relative;
}

#menu .links a {
  color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin: 0 20px;
    height: 100%;
    line-height: 60px;
    font-family: UniversNextW01-Bold, sans-serif;
    font-size: 30px;
}

#menu svg {
  height: 100%;
}

#menu svg path {
  fill: #fff;
}

#menu .atm {
  margin-left: 5px;
}

#menu .atm .logo {
  max-height: 50px;
}

#Remix_EP path:nth-of-type(8) {
  animation-delay: 350ms;
}

#Remix_EP path:nth-of-type(9) {
  animation-delay: 400ms;
}

#Remix_EP path:nth-of-type(10) {
  animation-delay: 450ms;
}

#Remix_EP path:nth-of-type(11) {
  animation-delay: 500ms;
}


#shirts, #shirtsWrapper .price {
  display: flex;
  justify-content: center;
  align-items: center;
}

#shirtsWrapper{
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.shirt-3d {
  width: 50vw;
  height: 50vw;
  perspective: 500px;
  position: relative;
}

.shirt-3d:hover {
  z-index: 9000;
}

.shirt-3d .image {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-size: contain;
  background-repeat: no-repeat;
}

.shirt-3d .image.white {
  background-image: url(/images/shirt-white-back.png);
}

.shirt-3d .image.black {
  background-image: url(/images/shirt-black-back.png);
}

.shirt-3d .screen {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateZ(50px) scale(0.940);
}

.shirt-3d .image.white .screen  {
  background-image: url(/images/shirt-white-front.png);
}

.shirt-3d .image.black .screen  {
  background-image: url(/images/shirt-black-front.png);
}

.shirt-3d .text{
  position: absolute;
  bottom: 13vw;
  width: 60%;
  left: 20%;
  padding: 5px 0;
  color: #0101ff;
  background-color: rgba(0, 0, 255, 0.1);
  transform: translateZ(150px) scale(0.940);
  font-family: UniversNextW01-Bold, sans-serif;
  text-align: center;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  line-height: 1;
}

.shirt-3d .image.black .text {
  color: #fff;
  text-shadow: 0 0 5px #0101ff;
}

.shirt-3d .text p{
    cursor: default;
    padding: 0;
    margin: 0;
}

.shirt-3d .text p:first-of-type{
    font-size: 2vw;
    margin-bottom: 5px;
    font-weight: 500;
}
.shirt-3d .text p:last-of-type{
    font-size: 1vw;
    font-weight: 400;
}

.woocommerce div.product form.cart .variations {
  text-align: left;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  display: none;
}

#shirtsWrapper .price {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    letter-spacing: 0;
    font-size: 5vw;
}

#remixcontest-rules {
    color: #fff;
    font-family: sans-serif;
    text-align: left;
    max-width: 50vw;
    margin: 0 auto;
}

section.black .coming {
    color: #fff;
}

.woocommerce div.product div.summary {
  margin-bottom: 0;
}


/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

#shirtsWrapper .price {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#shirtsWrapper:hover .price {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

#remixcontest-rules a, #rules-language a {
    color: #4040ff;
    text-decoration: none;
}

.side-a .artists a, .side-b .artists a {
  line-height: 1.3;
}

#rules-language {
    position: absolute;
    right: 0;
    margin: 1% 25vw 0 0;
}

body.remixcontest-jp #remixcontest-en .remixcontest-en,
body.remixcontest-en #remixcontest-jp .remixcontest-jp,
#remixcontest-jp .remixcontest-jp {
  display: none;
}

body.remixcontest-en #remixcontest-en .remixcontest-en,
body.remixcontest-jp #remixcontest-jp .remixcontest-jp {
  display: block;
}

#remixcontest-jp:target .remixcontest-jp,
#remixcontest-en:target .remixcontest-en {
  display: block;
}

#remixcontest-jp:target .remixcontest-en,
#remixcontest-en:target .remixcontest-jp {
  display: none;
}

@media only screen and (max-width: 768px) {
  #shirts img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  #menu {
    display: none;
  }

    #remixcontest-rules {
        max-width: 100%;
    }

  .shirt-3d .text p:first-of-type{
      font-size: 1em;
  }
  .shirt-3d .text p:last-of-type{
      font-size: 0.7em;
  }

  #rules-language {
      margin-right: 10vw;
  }

}

/* THIRSTY SIDE */
.side-a .thirsty.cover-art {
    background: #fff;
    background-image: url(/images/thirsty-bubbles.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.thirsty.cover-art img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(20px) translateZ(0);
  transform: perspective(20px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.thirsty.cover-art:hover img, .thirsty.cover-art:focus img, .thirsty.cover-art:active img {
  transform:  perspective(20px) translateZ(1px);
}

.side-a .warning a {
  color: #ff99be;
  text-decoration: none;
}

.side-a .artists a.no-caps {
  text-transform: none;
}


.thirsty-link {
  display: none;
}

.shirt-photos {
  text-align: center;
}

.shirt-photos.cover-art img {
    transition-property: none !important;
    transform: none !important;
}

.first-second {
  font-size: 1.5vw !important;
  letter-spacing: 0.1vw;
}

#shirt-promo.side-b .info {
    display: grid;
    grid-template-areas: "pfrep pfrep pfrep pfrep pfrep" ". atm . artists artists" ". warning warning warning warning";
    grid-template-columns: 7% 15% 8% 42% 28%;
}