@charset "UTF-8";
/*//////////////////////////////////////////////////
	限定コンテンツトップ
//////////////////////////////////////////////////*/
/*--------------------------------------------------
	MV
--------------------------------------------------*/
.mv {
  position: relative;
  z-index: 1;
  aspect-ratio: 75/72;
}
.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .p-title {
  position: absolute;
  z-index: 1;
  top: 8.8rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
}
.mv .mv__copy {
  position: absolute;
  z-index: 1;
  top: 2.6rem;
  right: 3.6rem;
  writing-mode: vertical-rl;
  line-height: 1.6;
  font-size: 1.25rem;
  color: #030303;
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 8px #fff) drop-shadow(0 0 8px #fff) drop-shadow(0 0 8px #fff);
}
.mv .caption {
  position: absolute;
  z-index: 1;
  bottom: 1em;
  right: 1.2rem;
  font-size: 1rem;
}

.p-copy {
  margin-bottom: 4.8rem;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 769px) {
  .mv {
    aspect-ratio: auto;
  }
  .mv img {
    height: auto;
  }
  .mv .p-title {
    top: 50%;
    left: 50%;
    font-size: 8rem;
    transform: translate(-50%, -50%);
  }
  .mv .mv__copy {
    top: 10.2rem;
    right: 22.6rem;
    font-size: 3.6rem;
  }
  .mv .caption {
    bottom: 7.2rem;
    right: 4%;
    font-size: 1.2rem;
  }
  .p-copy {
    margin-bottom: 15.8rem;
    line-height: 2.4;
    font-size: 2rem;
  }
}
/*--------------------------------------------------
	メインコンテンツ
--------------------------------------------------*/
.sec__outer {
  margin-bottom: 4rem;
}

.sec__title {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  text-align: center;
}

.sec__img {
  position: relative;
  z-index: 1;
  margin-bottom: 2.6rem;
}
.sec__img .c-inner {
  display: contents;
}
.sec__img img {
  width: 88%;
}
.sec__img .caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1em;
  text-align: right;
}

.sec__body {
  margin-bottom: 3.2rem;
}
.sec__body .read {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}
.sec__body .body {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

.sec_01 .sec__img {
  text-align: right;
}
.sec_01 .sec__imgs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.sec_01 .sec__imgs .item:first-child {
  text-align: center;
}
.sec_01 .sec__imgs .item:first-child img {
  width: 27.4rem;
}
.sec_01 .caption {
  text-align: right;
}

.sec_02 .sec__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.sec_02 .sec__imgs .item .img {
  position: relative;
  z-index: 1;
  aspect-ratio: 160/130;
}
.sec_02 .sec__imgs .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_02 .sec__imgs .item .img .caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1em;
  text-align: right;
}
.sec_02 .sec__imgs .item .time {
  text-align: center;
  font-size: 1.5rem;
}
.sec_02 .sec__imgs .item .time ._l {
  font-size: 1.26em;
}
.sec_02 .sec__imgs .item .time ._ll {
  font-size: 1.65em;
}

.sec_03 {
  background: linear-gradient(to bottom, #003855 0%, #000011 100%);
}
.sec_03 .sec__outer {
  margin: 0;
  padding: 2rem 0;
}
.sec_03 .sec__title {
  margin-bottom: 1.5rem;
}
.sec_03 .sec__img {
  position: relative;
  text-align: right;
}
.sec_03 .sec__img .img {
  position: relative;
  z-index: 1;
}
.sec_03 .sec__img img {
  width: 78%;
}

@media screen and (min-width: 769px) {
  .sec__outer {
    width: min(1000px, 100rem);
    margin: 0 auto 15rem;
  }
  .sec__outer .c-inner {
    width: 100%;
  }
  .sec__title {
    margin-bottom: 4rem;
    font-size: 3.6rem;
  }
  .sec__img {
    margin-bottom: 5rem;
  }
  .sec__img .c-inner {
    display: revert;
  }
  .sec__img img {
    width: 100%;
  }
  .sec__img .caption {
    font-size: 2rem;
  }
  .sec__body {
    margin-bottom: 7.2rem;
  }
  .sec__body .body {
    line-height: 2.2;
    font-size: 1.8rem;
  }
  .sec_01 .sec__imgs {
    display: grid;
    grid-template-columns: 1fr 62rem;
    align-items: center;
    gap: 2.5rem;
  }
  .sec_01 .sec__imgs .item:first-child img {
    width: 100%;
  }
  .sec_02 .sec__imgs {
    gap: 4rem;
  }
  .sec_02 .sec__imgs .item .img {
    aspect-ratio: 472/286;
  }
  .sec_02 .sec__imgs .item .img .caption {
    font-size: 2rem;
  }
  .sec_02 .sec__imgs .item .time {
    font-size: 2.6rem;
  }
  .sec_03 .sec__outer {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 8rem 0;
  }
  .sec_03 .sec__title {
    position: absolute;
    top: 50%;
    left: 0;
    margin-bottom: 0;
    text-align: left;
    transform: translateY(-50%);
  }
  .sec_03 .sec__img {
    margin: 0;
  }
  .sec_03 .sec__img img {
    width: 65%;
  }
  .attent .c-inner {
    width: min(960px, 92%);
  }
}
/*# sourceMappingURL=style.css.map */
