@charset "utf-8";
:root{
  --content_width: 100vw;
}
* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overscroll-behavior: none;
}
html, body{
  width: 100%;
  height: 100%;

  background-color: #fdbf34;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

img{
  width: 100%;
}

.content_wrapper{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url(../images/teaser_bg.jpg);
  background-size: cover;
  background-position: center;
}
.content_wrapper .kv{
  max-width: 80%;
}
.icon{
  position: absolute;
  left: calc(60 * var(--content_width) / 1920);
  bottom: calc(45 * var(--content_width) / 1920);
  max-width: 92px;
  width: 15vw;
}