.bl-watch, .bl-navi {
  width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bl-watch, .bl-navi {
    width: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

main {
  padding-bottom: 10px;
}

.c-eyecatch {
  background-image: url(../img/watch/watch_mv_pc.jpg) !important;
}
@media screen and (max-width: 767px) {
  .c-eyecatch {
    background-image: url(../img/watch/watch_mv_sp.jpg) !important;
  }
  .c-eyecatch__title-en img {
    width: auto;
    height: 42.27px;
  }
}

.bl-navi {
  overflow: hidden;
}
.bl-navi__items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  overflow: hidden;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -6px;
}
.bl-navi__item {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 6px;
}
.bl-navi__link {
  display: block;
  transition: opacity 0.3s;
}
@media (min-width: 767.01px) {
  .bl-navi__link:hover {
    opacity: 0.7;
  }
}
.bl-navi__link img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .bl-navi__items {
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: -4px;
  }
  .bl-navi__item {
    width: 50%;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
  }
}

.bl-watch {
  margin-left: auto;
  margin-right: auto;
  scroll-margin: 120px;
}
.bl-watch:not(:last-of-type) {
  margin-bottom: 100px;
}
.bl-watch__inner {
  padding: 0px 80px 80px;
  background-color: #FFFFFF;
  border-radius: 20px;
}
.bl-watch__title {
  margin-bottom: 20px;
}
.bl-watch__title img {
  margin: 0 auto;
  display: block;
  transform: translateY(-17.6470588235%);
}
@media screen and (max-width: 767px) {
  .bl-watch {
    scroll-margin: 80px;
  }
  .bl-watch:not(:last-of-type) {
    margin-bottom: 16vw;
  }
  .bl-watch__inner {
    border-radius: 10px;
    padding: 0 4vw 16vw;
  }
  .bl-watch__title {
    margin-bottom: 15px;
  }
  .bl-watch__title img {
    width: 81.3333333333vw;
  }
}

.bl-watch-specialevent {
  margin-top: 120px;
}
.bl-watch-specialevent .bl-watch__inner {
  border: solid 3px #eece1e;
}
.bl-watch-specialevent .bl-watch__title img {
  transform: translateY(-19.4117647059%);
}
.bl-watch-specialevent__catch {
  text-align: center;
}
.bl-watch-specialevent__catch img {
  margin-left: auto;
  margin-right: auto;
}
.bl-watch-specialevent__catch-ja {
  margin-top: 22px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .bl-watch-specialevent__catch-ja {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
.bl-watch-specialevent__image {
  margin-top: 50px;
}
.bl-watch-specialevent__lead {
  margin-top: 28px;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #001955;
  font-weight: 700;
  text-align: center;
}
.bl-watch-specialevent__text {
  margin-top: 12px;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
}
.bl-watch-specialevent__table {
  margin-top: 33px;
  padding: 19px 24px;
  border: solid 1px #E1E3E6;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
}
.bl-watch-specialevent__table-head {
  margin-top: 13px;
  width: 80px;
  height: 24px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eece1e;
  font-size: 1.2rem;
  font-weight: 500;
}
.bl-watch-specialevent__table-data {
  margin-top: 9px;
  width: calc(100% - 92px);
  font-size: 16px;
  line-height: 2;
}
.bl-watch-specialevent__members-wrap {
  margin-top: 20px;
}
.bl-watch-specialevent__members.pc-block {
  padding: 35px 30px;
  border-radius: 10px;
  background-color: #fdf9eb;
}
.bl-watch-specialevent__members.pc-block h4 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #001955;
  margin-bottom: 25px;
}
.bl-watch-specialevent__banner-wrap {
  display: flex;
  justify-content: center;
}
.bl-watch-specialevent__banner {
  transition: opacity 0.3s;
}
@media (min-width: 767.01px) {
  .bl-watch-specialevent__banner:hover {
    opacity: 0.7;
  }
}
.bl-watch-specialevent__qr {
  margin-left: 50px;
}
.bl-watch-specialevent__notes {
  margin-top: 1em;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}
.bl-watch-specialevent__banner-notes {
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl-watch-specialevent__banner-notes {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .bl-watch-specialevent {
    margin-top: 60px;
  }
  .bl-watch-specialevent .bl-watch__title img {
    transform: translateY(-20.4301075269%);
  }
  .bl-watch-specialevent__catch {
    margin-top: auto;
  }
  .bl-watch-specialevent__catch img {
    width: 265px;
  }
  .bl-watch-specialevent__catch.mt60 {
    margin-top: 60px;
  }
  .bl-watch-specialevent__image {
    margin-top: 30px;
  }
  .bl-watch-specialevent__lead {
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
  }
  .bl-watch-specialevent__text {
    margin-top: 16px;
    text-align: left;
    font-size: 1.5rem;
  }
  .bl-watch-specialevent__table {
    margin-top: 20px;
    padding: 24px 14px;
    display: block;
  }
  .bl-watch-specialevent__table-head {
    margin-top: 25px;
    width: 80px;
    height: 24px;
    font-size: 1.2rem;
  }
  .bl-watch-specialevent__table-head:nth-of-type(1) {
    margin-top: 0;
  }
  .bl-watch-specialevent__table-data {
    margin-top: 5px;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .bl-watch-specialevent__members-wrap {
    margin-top: 20px;
  }
  .bl-watch-specialevent__banner-wrap {
    position: relative;
  }
  .bl-watch-specialevent__line {
    margin: 0 auto;
    width: 37.2881355932%;
    height: auto;
    position: absolute;
    top: 26.6666666667vw;
    left: 0;
    right: 0;
  }
  .bl-watch-specialevent__notes {
    text-align: left;
  }
}

.bl-watch-tokyodome-section {
  margin-top: 40px;
}
.bl-watch-tokyodome-section:not(:last-of-type) {
  margin-bottom: 100px;
}
.bl-watch-tokyodome-section__title {
  margin-bottom: 50px;
  text-align: center;
}
.bl-watch-tokyodome-section__title img {
  margin: 0 auto;
}
.bl-watch-tokyodome-section__title-ja {
  margin-top: 22px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .bl-watch-tokyodome-section {
    margin-top: 8vw;
  }
  .bl-watch-tokyodome-section:not(:last-of-type) {
    margin-bottom: 18.6666666667vw;
  }
  .bl-watch-tokyodome-section__title {
    margin-bottom: 10.6666666667vw;
  }
  .bl-watch-tokyodome-section__title-ja {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}

.bl-featured {
  margin: 60px 0 0;
}
.bl-featured__list {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}
.bl-featured__title + .bl-featured__list {
  margin-top: 40px;
}

.bl-featured-item__catch {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  color: #001955;
}
.bl-featured-item__catch em {
  color: #eb0000;
}
.bl-featured-item img {
  transition: opacity 0.3s;
}
@media (min-width: 767.01px) {
  .bl-featured-item a:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .bl-featured {
    margin: 60px 0 0;
  }
  .bl-featured__list {
    gap: 50px;
  }
  .bl-featured__title + .bl-featured__list {
    margin-top: 35px;
  }
  .bl-featured-item__catch {
    margin-bottom: 25px;
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .bl-featured-item__appeal {
    padding: 8px 15px;
    font-size: 1.7rem;
  }
}

.bl-watch-tokyodome-goods__item-lineup {
  border-radius: 10px;
  overflow: hidden;
}
.bl-watch-tokyodome-goods__item-shop {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .bl-watch-tokyodome-goods__item-shop {
    margin-top: 13.3333333333vw;
  }
}

.bl-watch-tokyodome-menu__item {
  border-radius: 10px;
  overflow: hidden;
}
.bl-watch-tokyodome-menu__item:not(:last-of-type) {
  margin-bottom: 40px;
}
.bl-watch-tokyodome-menu__tail {
  margin-top: 50px;
}
.bl-watch-tokyodome-menu__tail h5 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bl-watch-tokyodome-menu__item:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .bl-watch-tokyodome-menu__tail {
    margin-top: 40px;
  }
  .bl-watch-tokyodome-menu__tail h5 {
    font-size: 22px;
  }
}

.bl-watch-tokyodome-event__item {
  border-radius: 10px;
  overflow: hidden;
}
.bl-watch-tokyodome-event__item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bl-watch-tokyodome-event__item:not(:last-of-type) {
    margin-bottom: 8vw;
  }
}

.bl-watch-home {
  margin-bottom: 150px;
}
.bl-watch-home__lead {
  margin-bottom: 70px;
  font-family: YakuHanJP, Inter, "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl-watch-home {
    margin-bottom: 80px;
  }
  .bl-watch-home__lead {
    margin-bottom: 13.3333333333vw;
    font-size: 2.2rem;
  }
}

.bl-watch-home-section:not(:last-of-type) {
  margin-bottom: 100px;
}
.bl-watch-home-section__image {
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
}
.bl-watch-home-section__text {
  margin-top: 30px;
  font-family: YakuHanJP, Inter, "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #001955;
  font-feature-settings: "tnum" 0;
}
.bl-watch-home-section__text em {
  color: #eb0000;
}
.bl-watch-home-section__text small {
  position: relative;
  font-size: 0.6em;
  top: -0.15em;
}
.bl-watch-home-section__link-wrap {
  margin-top: 30px;
  display: flex;
  column-gap: 2.5%;
}
.bl-watch-home-section__link {
  display: block;
  transition: opacity 0.3s;
}
@media (min-width: 767.01px) {
  .bl-watch-home-section__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .bl-watch-home-section:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
  .bl-watch-home-section__text {
    margin-top: 5.3333333333vw;
    font-size: 2rem;
  }
  .bl-watch-home-section__link-wrap {
    margin-top: 5.3333333333vw;
    display: block;
  }
  .bl-watch-home-section__link:not(:last-of-type) {
    margin-bottom: 4vw;
  }
  .bl-watch-home-section__link img {
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=page-watch.css.map */