@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');


*, *::before, *::after {
    box-sizing: initial;
}

body{
    background-image: url(./img/SHO-03.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 400%;
    background-size: cover;
    height: 100svh;
    width: 100svw;
    overflow-x: hidden;
    overflow-y: hidden;
}
#SHO{
    position: relative;
}
#SHO-01{
    opacity: 0.5;
}
#SHO-02{
    opacity: 1;
}
.SHO-img{
    width:30vw;
    position: absolute;
    border-radius: 20px;
    top:4vw;
    left:15vw;
    animation-duration: 3s;
    animation-name: slideleft;
    min-width: 100px;
    z-index: 100;
}
.vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;

    width:30vw;
    position: absolute;
    top:clamp(100px,50vw,1000px);
    left:15vw;
    font-size: clamp(14px,5vw,30px);
    color: black;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5vw 0;
    border-radius: 20px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    animation-duration: 3s;
    animation-name: slideright;
    min-width: 100px;
    z-index:100;
}

@keyframes slideleft{
  from {
    left:100vw;
  }

  to {
    left:15vw;
  }
}
@keyframes slideright {
  from {
    left:-100vw;
  }

  to {
    left:15vw;
  }
}
@keyframes slideup {
  from {
    top:150vw;
  }

  to {
    top:0;
  }
}

#gmp{height:4rem;max-width: 22px;}

footer {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: fixed;
	top: 0;
	left: 2vw;
	height:100%;
    animation-duration: 3s;
    animation-name: slideup;
}

@media (orientation: landscape){
  .vertical {
    height: 500px;
  }
  body{
    background-size: 210%;
    overflow-y: scroll;
  }
}

@media (min-width: 992px) {
  body{
    background-size: 2700px;
    overflow-y: scroll;
  }
  .SHO-img{
    width:20vw;
    top:2vw;
  }
  .vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;

    width:20vw;
    position: absolute;
    top:20vw;
    left:15vw;
    font-size: 2.2vw;
    animation-duration: 3s;
    animation-name: slideright;
    height: auto;
    line-height: 2.2;
  }
  #gmp{height:4rem;max-width: 32px;}
}

@media (min-width: 992px) and (orientation: landscape){
  .vertical {
    min-height: 450px;
  }
}


@keyframes steam01 {
  0% {
    bottom: 0px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 1);
    opacity: 0
  }
  11% { opacity: 0.1 }
  33% {
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 0.2
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.3
  }
  100% {
    bottom: 600px;
    filter: blur(20px);
    transform: rotateY(60deg);
    transform: scaleY(2, 1.8);
    opacity: 0
  }
}
@keyframes steam02 {
  0% {
    bottom: 0px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0
  }
  11% { opacity: 0.1 }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.2
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 1.2)
  }
  100% {
    bottom: 400px;
    filter: blur(20px);
    transform: rotateY(50deg);
    transform: scaleY(1.2, 1.4);
    opacity: 0
  }
}

.steam01 {
  position: absolute;
  right: 20%;
  animation: steam01 10s infinite linear;
  opacity: 0
}
.steam02 {
  position: absolute;
  left: 0;
  animation: steam02 14s infinite linear;
  opacity: 0
}
.steam03 {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  animation: steam02 12s infinite linear;
  animation-delay: 6s;
  opacity: 0
}
.steam01 img, .steam03 img {
  width: 40vw;
  height: 60vh;
}
.steam02 img {
  width: 40vw;
  height: 50vh;
}
