@charset "UTF-8";

.pc {
  display: block;
}

.sp {
  display: none;
}

.notice-mv {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.notice-mv__inner {
  max-width: calc(1288px + (124px * 2));
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.notice-mv__box {
  max-width: calc(1288px + (124px * 2));
  padding-inline: 124px;
  position: relative;
  min-height: 418px;
  margin: 0 auto;
  padding-block: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice-mv__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.notice-mv__logo {
  width: 46.2%;
}

:where(.notice-mv__logo) img {
  width: 72%;
  display: block;
  margin: 0 auto;
  max-width: 464px;
}

.notice-mv__text {
  letter-spacing: .02em;
  width: 53.72%;
}

.notice-mv__main-copy,
.notice-mv__body-copy {
  display: block;
}

.notice-mv__main-copy {
  font-size: 3.3rem;
  font-weight: 350;
  line-height: 1.6;
}

.notice-mv__body-copy {
  margin: 30px 0 0;
  font-weight: initial;
  font-size: 1.8rem;
  line-height: 1.9;
}

.notice-mv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

:where(.notice-mv__bg) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:1279px) {
  .notice-mv__inner {
    margin-inline: 0;
  }

  .notice-mv__box {
    padding-inline: 40px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .notice-mv__inner {
    position: relative;
    padding: min(calc(40/375*100vw), 40px) min(calc(20/375*100vw), 20px);
  }

  .notice-mv__box {
    padding: 0;
    min-height: initial;
  }

  .notice-mv__cont {
    flex-direction: column;
    width: 100%;
  }

  .notice-mv__logo {
    width: 64vw;
  }

  :where(.notice-mv__logo) img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: initial;
  }

  .notice-mv__text {
    width: 100%;
    margin-block: min(calc(16/375*100vw), 16px) 0;
    text-align: center;
  }

  .notice-mv__main-copy,
  .notice-mv__body-copy {
    display: block;
  }

  .notice-mv__main-copy {
    font-size: 2rem;
  }

  .notice-mv__body-copy {
    margin-block: min(calc(16/375*100vw), 16px) 0;
    font-size: 1.6rem;
  }

  .notice-mv__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }

  :where(.notice-mv__bg) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}