#conan-teaser2025 {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
    "Yu Gothic Medium", "メイリオ", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  background: url(../img/conan/teaser/bg.jpg) no-repeat center center/cover;
  width: 100%;
  padding-bottom: 70px;
}

#conan-teaser2025 {
  margin-bottom: 90px;
}

#conan-teaser2025 a {
  transition: opacity 0.2s ease;
}

#conan-teaser2025 a:hover {
  opacity: 0.6;
}

.conan-osechi__inner {
 width: 1058px;
 margin: 0 auto;
}

.conan-osechi__mv {
  position: relative;
  width: 100%;
  height: 744px;
  padding-top: 70px;
  margin-bottom: 50px;
}

.rb-logo {
  position: absolute;
  top: 30px;
  left: 30px;
}

.mv-inner {
  width: 100%;
  margin: 0 auto 55px;
}

.mv-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.mv-inner h2 {
  position: relative;
  top: -20px;
}

.mv-inner figure {
  position: absolute;
  bottom: 40px;
  right: 0;
}

.conan-osechi__intro h2 {

  margin-bottom: 55px;
}

.conan-osechi__intro__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.conan-osechi__intro__text {
  margin-bottom: 30px;
}
.conan-osechi__intro__inner h2 img {
  display: block;
  margin: 0 auto;
}
.conan-teaser-btn {
  width: 800px;
  height: 130px;
  border-radius: 40px;
  background-color: #0d3387;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  position: relative;
}
.conan-teaser-btn.end {
  pointer-events: none;
}
.conan-teaser-btn.end::after {
  content: '受付終了いたしました';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 40px;
  background: rgb(0 0 0 / 0.8);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.conan-teaser-btn span {
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  display: block;
  margin-top: 15px;
}
.conan-osechi__intro__text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conan-osechi-item {
  width: 1000px;
  margin: 50px auto 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.conan-osechi-item figure {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.conan-osechi-item figure.osechi2024 {
  margin-bottom: 20px;
  position: relative;
}
.conan-osechi-item figure.osechi2024 a {
  width: 284px;
  height: 284px;
  position: absolute;
  right: -30px;
  bottom: 50px;
  border-radius: 50%;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.4);
  display: block;
}


#conan-teaser2025 .link-btn {
  width: 500px;
  height: 70px;
  border-radius: 35px;
  border: 2px solid #44bcbc;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/conan/arrow.png) no-repeat right 27px
    center/12px auto;
  color: #1d9696;
  font-size: 18px;
  font-weight: 700;
  margin: 80px auto 60px;
}

#conan-teaser2025 .notes {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 140px;
}
.conan-osechi__low__text {
  width: 1000px;
  margin: 0 auto 30px;
}
.conan-pickup {
  width: 1000px;
  margin: 0 auto 80px;
}
.pickup-inner {
  width: 1000px;
  background-color: #fff6b3;
  border-radius: 30px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
.pickup-inner > h3 {
  width: 195px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.3em;
}
.pickup-inner > h3 img {
  margin-bottom: 10px;
}
.pickup-inner > h3 small {
  font-size: 14px;
}
.pickup-inner .pickup-comment {
  width: calc(100% - 195px);
  border-left: 1px solid #333;
  padding-left: 35px;
  padding-right: 35px;
}
.pickup-inner .pickup-comment h3 {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 30px;
}
.pickup-inner .pickup-comment h3 img {
  margin-right: 15px;
  /* color: #e79f3c;
  display: block;
  letter-spacing: 5px; */
}
.pickup-inner .pickup-comment h4 {
  font-size: 21px;
  font-weight: bold;
  margin-top: 16px;
  line-height: 1em;
}
.pickup-inner .pickup-comment p {
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 20px;
}
.pickup-inner .pickup-comment p.pickup-name {
  font-weight: bold;
  font-size: 13px;
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .pc-only {
    display: none !important;
  }

  #conan-teaser2025 * {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
    box-sizing: border-box;
  }

  #conan-teaser2025 {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
      "Yu Gothic Medium", "メイリオ", sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    background: url(../img/conan/teaser/bg-SP.jpg) no-repeat center center/cover;
    width: 100%;
    padding-bottom: 10VW;
  }
  .conan-osechi__intro h2 {
    width: 90%;
    margin: 0 auto 12vw;
  }
  .conan-osechi__intro h2 img {
    width: 100%;
    height: auto;
  }
  .conan-osechi__inner {
    width: 100%;
    margin: 0 auto;
  }

  .conan-osechi-item figure {
    width: 48%;
  }
  .conan-osechi-item figure img {
    width: 100%;
    height: auto;
  }
  .conan-osechi-item figure.osechi2024 {
    width: 100%;
  }

  .conan-pickup {
    width: 92vw;
    margin: 0 auto 16vw;
  }

  .pickup-inner {
    width: 100%;
    background-color: #fff6b3;
    border-radius: 5vw;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
    margin-bottom: 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5vw;
    flex-direction: column;
  }

  .pickup-inner > h3 {
    width: 100%;
    display: flex;
    flex-direction: unset;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.3em;
  }
  .pickup-inner > h3 br {
    display: none;
  }
  .pickup-inner > h3 img {
    margin-bottom: 0;
    width: 8vw;
    height: auto;
    margin-right: 3vw;
  }
  .pickup-inner > h3 small {
    font-size: 3vw;
  }
  .pickup-inner .pickup-comment {
    width: 100%;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #333;
    padding-top: 4vw;
    margin-top: 4vw;
  }
  .pickup-inner .pickup-comment h3 {
    font-size: 5vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 6vw;
    justify-content: center;
  }
  .pickup-inner .pickup-comment h3 img {
    margin-right: 4vw;
    width: 36vw;
    height: auto;
  }
  .pickup-inner .pickup-comment h4 {
    font-size: 4.2vw;
    font-weight: bold;
    margin-top: 5vw;
    line-height: 1em;
    text-align: center;
  }
  .pickup-inner .pickup-comment p {
    font-size: 3.2vw;
    line-height: 1.6em;
    margin-top: 4vw;
  }
  .pickup-inner .pickup-comment p.pickup-name {
    font-weight: bold;
    font-size: 3vw;
    text-align: center;
  }

  .conan-osechi__low__text {
    width: 90vw;
    margin: 0 auto 6vw;
  }

  .conan-osechi__low__text img {
    width: 100%;
    height: auto;
  }



  .conan-teaser-btn {
    width: 90vw;
    height: 22vw;
    border-radius: 4vw;
    background-color: #0d3387;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 2vw 3vw rgba(0, 0, 0, 0.6);
    margin: 0 auto;
  }
  .conan-teaser-btn.end::after {
    font-size: 6vw;
    border-radius: 4vw;
  }
  .conan-teaser-btn img {
    width: 90%;
    height: auto;
  }
  .conan-teaser-btn span {
    color: #fff;
    font-size: 3vw;
    line-height: 1em;
    display: block;
    margin-top: 3vw;
  }
  .conan-osechi-item {
    width: 92VW;
    margin: 7vw auto 15vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .conan-osechi__mv {
    position: relative;
    width: 100%;
    height: calc((945 / 750) * 100vw);
    background: url(../img/conan/mv-bg_sp.png) no-repeat top center/
      cover;
    padding-top: 7vw;
  }

  .rb-logo {
    position: absolute;
    top: calc((30 / 750) * 100vw);
    left: calc((30 / 750) * 100vw);
    width: calc((277 / 750) * 100vw);
  }

  .rb-logo a img {
    width: 100%;
    height: auto;
  }

  .mv-inner {
    width: 100%;
    height: calc((850 / 750) * 100vw);
    padding-left: 0;
    padding-top: 5vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: url(../img/conan/mv-ttl_bg.png) no-repeat top
      center/calc((644 / 750) * 100vw) auto;
    position: relative;
  }

  .mv-ttl {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mv-ttl h1 {
    width: 85vw;
  }

  .mv-ttl h1 img {
    width: 100%;
    height: auto;
  }

  .mv-inner h2 {
    position: relative;
    top: calc((40 / 750) * 100vw);
    right: calc((130 / 750) * 100vw);
    width: calc((469 / 750) * 100vw);
  }

  .mv-inner h2 img {
    width: 100%;
    height: auto;
  }

  .mv-inner figure {
    position: absolute;
    bottom: 0;
    right: calc((30 / 750) * 100vw);
    width: calc((285 / 750) * 100vw);
  }

  .mv-inner figure img {
    width: 100%;
    height: auto;
  }

  .conan-osechi__intro {
    margin-top: 10vw;
    padding-bottom: 10vw;
  }

  .conan-osechi__intro__inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .conan-osechi__intro__inner h3 {
    width: 90%;
    margin: 0 auto;
  }

  .conan-osechi__intro__inner h3 img {
    width: 100%;
    height: auto;
  }

  .conan-osechi__intro__inner h4 {
    position: absolute;
    bottom: 7vw;
    right: 10vw;
    width: 46vw;
  }

  .conan-osechi__intro__inner h4 img {
    width: 100%;
    height: auto;
  }

  .conan-osechi__intro__text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
  .conan-osechi__intro__text img {
    width: 80vw;
    height: auto;
  }

  #conan-teaser2025 .link-btn {
    width: 86%;
    height: 12vw;
    border-radius: 35px;
    border: 2px solid #44bcbc;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/conan/arrow.png) no-repeat right 3vw
      center/2vw auto;
    color: #1d9696;
    font-size: 3.4vw;
    font-weight: 700;
    margin: 12vw auto 10vw;
  }

  #conan-teaser2025 .notes {
    text-align: center;
    font-size: 2.8vw;
    margin-top: 12vw;
  }

  .conan-osechi-item figure.osechi2024 a {
    width: 27vw;
    height: 27vw;
    position: absolute;
    right: -2vw;
    bottom: 28vw;
    border-radius: 50%;
    box-shadow: 0 2vw 3vw rgba(0, 0, 0, 0.4);
    display: block;
  }

}
