/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html, body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;

  font-size: 16px;
  line-height: 32px;
  color: black;
}

h1 {
  font-family: Voltage;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 32px;
  color: #0092D6;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  margin: 50px -50px;
}

h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #353535;
  margin-top: 0;
}

h3 {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #353535;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  text-transform: uppercase;
  margin: 0;
}

p {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

iframe {
	min-height: 600px;
  height: 50vw;
  margin-bottom: 50px;
}

.red {
  color: #EA5053;
}

.yellow {
  color: #FCE100;
}

.pink {
  color: #EF4D74;
}


.intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  overflow: hidden;
  pointer-events: none;
  /* z-index: -1001; */
}

.intro video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  max-height: 108%;
  width: auto;
  height: auto;
  /* z-index: -1000; */
  overflow: hidden;
  margin-top: -75px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media(max-width: 768px) {
  .intro video {
    min-height: auto;
    max-height: 89%;
  }
}

.intro video.hide {
  opacity: 0;
}

.intro--gradient {
  position: absolute;
  width: 100%;
  height: 180px;
  left: 0;
  top: 0;

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));

  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);

  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
      -ms-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
}

.sound {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 32px;
  top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.sound.hide {
  opacity: 0;
}

.sound i {
  font-size: 24px;
  color: #FFFFFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
}

.sound a {
  display: inline;
}

.sound a.hide {
  display: none;
}

.sound i:hover{
  color: #eeeeee;
}

.logo {
  position: absolute;
  left: 32px;
  top: 32px;
}

.logo img {
  width: 50%;
  height: auto;
}

.scroll-box {
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  position: absolute;
}

.scroll-page {
  padding-top: calc(100vh - 110px);
}

.menu {
  height: 110px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu--bg {
  position: absolute;
  width: 100%;
  height: 240px;
  left: 0;
  bottom: 0;
  /* z-index: -100; */
}

.menu--disclaimer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 90px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.menu--disclaimer p {
  color: #fff;
}

.menu--disclaimer.hide {
  opacity: 0;
}

.menu__items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.menu__items.hide {
  opacity: 0;
}

.menu__items--item {
  display: inline-block;
  right: 90px;
  top: -100px;
  position: absolute;
  width: 185px;
  height: 170px;
  text-decoration: none;
}

.menu__item--img {
  width: 50px;
  height: auto;
  position: absolute;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.4s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.4s ease-in-out, -webkit-filter 0.3s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, opacity 0.3s ease-out, filter 0.3s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.3s ease-out, filter 0.3s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.3s ease-out, filter 0.3s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-filter 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.8);
      -ms-transform: translate(-50%, -50%) rotate(0) scale(0.8);
          transform: translate(-50%, -50%) rotate(0) scale(0.8);
  opacity: 0;
}

.white-color {
  color: #fff;
}

video {
  
}

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

.menu__item1--imgs{
  position: relative;
  width: 185px;
  height: 135px;
  margin-top: 300px;
  -webkit-transition: margin 0.5s ease-out;
  -o-transition: margin 0.5s ease-out;
  transition: margin 0.5s ease-out;
}

.menu__item1--imgs.show {
  margin-top: 0;
}

.menu__item1--imgs + h3 {
  color: #fff !important;
}

.menu__item1--imgs--1 {
  left: 14%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg) scale(1);
      -ms-transform: translate(-50%, -50%) rotate(-15deg) scale(1);
          transform: translate(-50%, -50%) rotate(-15deg) scale(1);
  opacity: 1;
}

.menu__items--item:hover #menu__item1--imgs--1 {
  -webkit-transform: translate(-45%, -50%) rotate(-10deg);
      -ms-transform: translate(-45%, -50%) rotate(-10deg);
          transform: translate(-45%, -50%) rotate(-10deg);
  -webkit-filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.85));
          filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.85));
}

.menu__item1--imgs--2 {
  left: 72%;
  top: 43%;
  -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(1);
      -ms-transform: translate(-50%, -50%) rotate(15deg) scale(1);
          transform: translate(-50%, -50%) rotate(15deg) scale(1);
  opacity: 1;
}

.menu__items--item:hover #menu__item1--imgs--2 {
  -webkit-transform: translate(-55%, -50%) rotate(10deg);
      -ms-transform: translate(-55%, -50%) rotate(10deg);
          transform: translate(-55%, -50%) rotate(10deg);
  -webkit-filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.85));
          filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.85));
}

.menu__item1--imgs--3 {
  left: 43%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.menu__items--item:hover #menu__item1--imgs--3 {
  -webkit-transform: translate(-50%, -48%);
      -ms-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  -webkit-filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.05));
          filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.05));
}

.content {
  background: url(../imgs/taust.jpg);
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 5vw;
  position: relative;
}

.content .saku-logo {
  position: absolute;
  right: 3%;
  bottom: 2%;
  width: 100px;
}

@media(max-width: 870px) {
  .content .saku-logo {
    display: block;
    margin: 0 auto;
    position: relative;
    right: 0;
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}

.radler {
  padding-top: 50px;
}

.products {
	/*padding-left: 16.7vw;
  padding-right: 16.7vw;*/
  padding: 0 16px;
  margin-top: 100px;
  margin-bottom: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transition: margin-top 1s ease-in-out, opacity 1s ease-in-out;
  -o-transition: margin-top 1s ease-in-out, opacity 1s ease-in-out;
  transition: margin-top 1s ease-in-out, opacity 1s ease-in-out;
}

.products.show {
  opacity: 1;
  margin-top: -100px;
}

.radler--intro{
  margin-bottom: 100px;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.product:last-child {
  margin-top: 80px;
}

.product__imgs {
  width: 40%;
  position: relative;
}

.product__imgs--illustration {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.product__imgs--product {
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
}

.product__texts {
  width: 60%;
}

.mobile {
  display: none;
}

.desktop {
  display: initial;
}

.age-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.age-modal--box {
  background-image: url(../imgs/modal.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 550px;
  height: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 40px;
}

.age-modal--box h3 {
  font-weight: 300;
  transform: none;
  margin-top: 20px;
}

.choices {
  display: flex;
  width: 50%;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.choices a {
  text-decoration: none;
  width: 80px;
  height: 70px;
  text-align: center;
  cursor: pointer;
}

.choices a:hover h1{
  color: #006B9D;
}

.age-modal--box p {
  width: 70%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}


.choices h1 {
  margin: 0;
}


@media screen and (max-width: 600px) {
  h1 {
    font-size: 10vw;
    line-height: 11vw;
    margin: 10vw 0;
  }

  h2 {
    font-size: 9vw;
    line-height: 9vw;
  }

  h3 {
    font-size: 4vw;
    line-height: 4vw;
  }

  p {
    font-size: 5vw;
    line-height: 9vw;
  }

  .logo {
    left: 9vw;
    top: 9vw;
  }

  .logo img {
    width: 12vw;
    height: auto;
  }

  .menu {
    height: 18vh;
    width: 100%;
  }

  .menu--bg {
    position: absolute;
    width: 100%;
    height: 35vh;
    left: 0;
    bottom: 0;
    /* z-index: -100; */
  }

  .menu__items--item {
    display: inline-block;
    right: 5vw;
    top: -8vh;
    position: absolute;
    width: 36vw;
    height: 40vw;
    text-decoration: none;
  }

  .menu__item--img {
    width: 10vw;
    height: auto;
  }

  .menu__item1--imgs{
    position: relative;
    width: 40vw;
    height: 30vw;
    margin-top: 50vh;
    -webkit-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
    transition: margin 0.5s ease-out;
  }

  .menu__item1--imgs.show {
    margin-top: 0;
  }

  .menu__item1--imgs--1 {
    left: 10%;
    top: 50%;
  }

  .menu__item1--imgs--2 {
    left: 67%;
    top: 48%;
  }
  .menu__item1--imgs--3 {
    left: 38%;
    top: 44%;
  }

  .sound {
    width: 9vw;
    height: 9vw;
    right: 5vw;
    top: 9vw;
  }

  .content {
    padding: 5vw 0;
  }

  .product {
    flex-direction: column;
    margin-bottom: 15vw;
  }

  .product__imgs {
    width: 100%;
  }

  .product__texts {
    width: 100%;
  }

  .mobile {
    display: initial;
  }

  .desktop {
    display: none;
  }

}

.product__texts p {
  color: #fff !important;
  /*text-align: center;*/
}

.product__texts h2 {
  color: #fff !important;
  /*text-align: center;*/
}

.mobile-only {
  display: none;  
}

.desktop-only {
  display: none;
}

@media(max-width: 768px) {
  .mobile-only {
    display: block;
  }
}

@media(min-width: 769px) {
  .desktop-only {
    display: block;
  }
}