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

/* リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: url(../images/bg.webp) repeat center center fixed;
  background-size: 8%;
}
img {
  max-width: 100%;
}
a {
  display: block;
  opacity: 1;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
a.bubble:hover {
  opacity: 1;
}
/* HEROは幅100% */
.hero {
  width: 100%;
  height: 172vw;
  overflow: hidden;
  background-image: url(../images/hero_bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.hero img {
  width: 100vw;
  max-width: 100vw;
  margin: 0 auto;
  display: block;
}
.hero .pair_logo,
.hero .catch,
.hero .character {
  opacity: 0;
}
.hero .pair_logo {
  position: absolute;
  top: 7vw;
  width: 50vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hero .catch {
  position: absolute;
  width: 90vw;
  top: 32vw;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: auto;
}
.hero .character {
  position: absolute;
  bottom: 24vw;
  left: 0;
  height: auto;
  transform: scale(1.32);
}
.hero .main_info_01 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.broadcast {
  position: absolute;
  width: 50vw;
  top: 120vw;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
  cursor: default;
}
.broadcast--fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  z-index: 1000;
}
.bubble {
  display: block;
  width: 100%;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.bubble:hover {
  animation: bouncePop 0.32s both;
}
@keyframes bouncePop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
  75% {
    transform: scale(1.08);
  }
  90% {
    transform: scale(1.16);
  }
  100% {
    transform: scale(1.2);
  }
}

/* メイン画像エリア */
.container {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
  background: #fefdea;
  overflow-x: hidden;
}
.section {
  width: 100%;
  margin: 0 auto;
}
.pad img {
  width: calc(100% - 4vw);
  margin: 0 auto;
  padding: 2vw 0;
  display: block;
}
/* 各画像を100%で表示 */
.container img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
}

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.webcm {
  background-image: url(../images/web_cm_bg.webp);
}
.section02 .div02 {
  background-image: url(../images/section02_bg01.webp);
}
.section03 .div02 {
  background-image: url(../images/section03_bg01.webp);
}
.section03 .div03 {
  background-image: url(../images/section03_bg02.webp);
}
.section04 .div02 {
  background-image: url(../images/section04_bg01.webp);
}
.section04 .div04 {
  background-image: url(../images/section04_bg02.webp);
}
.section05 .div02 {
  background-image: url(../images/section05_bg01.webp);
}
.section06 .div01 {
  background-image: url(../images/section06_bg01.webp);
}
.section07 .div01 {
  background-image: url(../images/section07_bg01.webp);
}
.section08 .div01 {
  background-image: url(../images/section08_bg01.webp);
}

.div03 {
  position: relative;
}
.yokoku {
  position: absolute;
  top: 3vw;
  left: 1vw;
  width: 20vw;
  z-index: 1000;
}

.note {
  font-size: 3vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #666;
  text-align: left;
  margin: 20px 20px 40px;
}
.section06 .note ,
.section08 .note {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.section09 {
  padding: 20px 0 135px;
  background: #fff;
}
.section09 a ,
.section09 address {
  font-size: 2.6vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #111;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  display: block;
  line-height: 200%;
}

.nav {
  background: #E60012;
  margin: 0 auto;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.77,0,0.175,1);
}
.nav.is-visible {
  transform: translateY(0);
}
.nav img {
  max-width: 100%;
  display: block;
}
.nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 8px;
  max-width: none;
  gap: 8px;
}
.nav ul li {
  list-style: none;
}
.nav ul li a {
  display: block;
  width: 100%;
}

/* YouTubeライトボックスモーダル */
.youtube-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0; top: 0; width: 100vw; height: 100vh;
  justify-content: center;
  align-items: center;
}
.youtube-modal.is-active {
  display: flex;
}
.youtube-modal__overlay {
  position: absolute;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.7);
}
.youtube-modal__content {
  position: relative;
  margin: auto;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
  max-width: 90vw;
  max-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1;
}
.youtube-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 3;
  line-height: 1;
}
.youtube-modal__iframe-wrap {
  width: 70vw;
  max-width: 1240px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.youtube-modal__iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.js-youtube-modal-trigger {
  cursor: pointer;
}

#loader {
  position: fixed;
  z-index: 9999;
  left: 0; top: 0px;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/hero_bg_pc2.webp);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: all;
  transition: opacity .5s;
}
#loader.hide {
  opacity: 0;
  pointer-events: none;
}
.loader_logo {
  width: 400px;
  max-width: 80vw;
  opacity: 0;
  transition: opacity 1s;
  position: relative;
  top: -50px;
}
#loader.show-logo .loader_logo {
  opacity: 1;
}

.announce_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  align-items: center;
  justify-content: center;
  transform: translateY(-10px);
}
.announce_modal.is-active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.announce_modal img {
  max-width: 90vw;
  max-height: 90vh;
  height: auto;
}
.second_announce a {
  display: block;
}
.second_announce img {
  display: block;
  max-width: 100%;
  min-width: 100%;
}
.section09 a {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .hero {
    width: 100%;
    height: 70vw;
    overflow: hidden;
    background-image: url(../images/hero_bg_pc.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
  }
  .hero img {
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    display: block;
  }
  .hero .pair_logo {
    position: absolute;
    top: 1.5vw;
    width: 22vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .hero .catch {
    position: absolute;
    width: 85vw;
    top: 11.5vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: auto;
  }
  .hero .character {
    position: absolute;
    top: 22.5vw;
    left: 0;
    height: auto;
    transform: scale(1);
  }
  .hero .main_info_01 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: scale(1.01);
  }
  .broadcast {
    width: 400px;
    top: 600px;
  }
  .broadcast--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 1000;
  }
  .bubble {
    display: block;
    width: 100%;
    transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .bubble:hover {
    animation: bouncePop 0.32s both;
  }
  .broadcast {
    position: absolute;
    width: 28vw;
    top: 43vw;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
  }
  .broadcast--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 1000;
  }
  .announce_modal {
    width: 70vw;
    margin: auto;
  }
  .announce_modal.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .announce_modal img {
    max-width: 90vw;
    max-height: 90vh;
    height: auto;
  }
  .nav {
    height: 130px;
  }
  .nav ul li img {
    max-height: 112px;
  }
  .section09 {
    padding-bottom: 150px;
  }
  .section09 a ,
  .section09 address {
    font-size: 13px;
  }
  .note {
    font-size: 15px;
    padding-left: 20px;
  }
  .yokoku {
    width: 160px;
  }
  
}

@media screen and (max-width: 1023px) {
  .youtube-modal__content {
    max-width: 98vw;
    max-height: 98vh;
    border-radius: 4px;
    padding: 0;
  }
  .youtube-modal__iframe-wrap {
    width: 98vw;
    max-width: 98vw;
    aspect-ratio: 16/9;
    border-radius: 4px;
  }
  a:hover {
    opacity: 1;
  }
  .nav ul li img {
    max-height: 96px;
  }
  #loader {
    background-image: url(../images/hero_bg2.webp);
    background-size: 100.5% auto;
  }
}

.section06,
.section07 {
  opacity: 0;
  transform: translateY(200px);
}

.site-wrapper {
  display: none;
}
