@charset "UTF-8";
/* mixin情報 */
ol, ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1 {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  width: 100%;
  background: url("../../_img_teaser/bg.jpg") no-repeat center top;
}
@media (max-width: 767px) {
  body {
    background-size: 140% auto;
  }
}

img {
  width: 100%;
}

#teaser_wrapper {
  max-width: 700px;
  aspect-ratio: 700/820;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  #teaser_wrapper {
    width: 100%;
    overflow: hidden;
  }
}
#teaser_wrapper .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateX(6%);
  width: 58%;
  top: 48%;
  z-index: 9;
}
#teaser_wrapper .chara1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateX(7%);
  width: 46.4285714286%;
  top: 7%;
  z-index: 6;
}
#teaser_wrapper .charas {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateX(0);
  width: 105%;
  top: 0;
  z-index: 1;
}
#teaser_wrapper .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateX(0);
  width: 95%;
  bottom: 0;
  z-index: 8;
}
#teaser_wrapper .hukidasi {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateX(-93%);
  width: 36.1428571429%;
  top: 0;
  z-index: 8;
}

/* リスト関連 */
.bannerList {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: start;
}
.bannerList li {
  margin: 0;
}

/* SNS */
#sns {
  text-align: center;
  padding: 1rem 0;
  background: #ffe85d;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  #sns ul {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
}
#sns p {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* フッター */
footer {
  width: 100%;
  padding: 5px 0;
  z-index: 10;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 2rem;
  }
}
footer p {
  color: #000;
  font-size: 0.6rem;
  line-height: 1rem;
  text-align: center;
  margin-top: 0.5rem;
}
footer .bannerList {
  max-width: 700px;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: start;
}
footer .bannerList li {
  margin: 0;
}/*# sourceMappingURL=teaser.css.map */