@charset "UTF-8";

:root {
  --lead-ratio:609;
}

/*=================[すべてに適用]=================*/
@media all {
html {
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #121d26;
  height: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 1.4rem;
  min-width: initial;
  background: #03151e;
}

body::after {
  content:"";
  background: url(/special/campaign/2025-1121-nj-premiumcp-net-ado/img/lead_bg_t.png) no-repeat center center;
  background-size: 60%;
  position: fixed;
  z-index:-1;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
}

body.is-modal-open {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li {
  padding: 0;
  margin: 0;
  font-weight: normal;
  list-style-type: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  font-size: 0px;
  vertical-align: bottom;
}

a, a img {
  color: #cf3541;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:visited {
  color: #a12731;
}

a:hover {
  color: #75c2c2;
  text-decoration: none;
}

a:active {
  color: #75c2c2;
}

a:hover img {
  opacity: 0.8;
}

._pc {
  display: none!important;
}

._sp {
  display: inline-block!important;
}

._inner {
  padding:20px;
}

._bar {
  font-size: 1px;
  margin-bottom: -5px;
}

._notice-list {
  display: grid;
  gap: 3px;
}

._notice-list__item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  line-height: 1.4;
}

._btn-list {
  display: grid;
  gap: 10px;
}

._mb0 {
  margin-bottom: 0!important;
}

.contents {
  padding: 0 17px 30px;
}

.contents__main {
  display: grid;
  gap: 25px;
}

.contents__box {
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 1.5em rgba(0, 172, 246, 0.55);
}

.kv-t {
  background: url(/special/campaign/2025-1121-nj-premiumcp-net-ado/img/kv_t_sp.jpg) no-repeat;
  background-size: cover;
  aspect-ratio: 750/1008;
  display: grid;
  justify-content: center;
  align-items: end;
  padding: 15px 15px 0;
}

.kv-t2 {
  background: url(/special/campaign/2025-1121-nj-premiumcp-net-ado/img/kv_t_sp.jpg) no-repeat;
  background-size: cover;
  aspect-ratio: 750/1008;
  display: grid;
  justify-content: center;
  align-items: end;
  padding: 15px 15px 0;
}/*上と同じ*/

.kv-t__txt {
  display: none;
}

.kv-t__tit {
  opacity: 0;
  transition: all .5s;
  filter: blur(1.5rem);
}

.kv-t__tit--ison {
  opacity: 1;
  filter: blur(0);
}

/*tit*/
.tit {
  opacity: 0;
  transition: all 1.5s;
  filter: blur(1.5rem);
  transform: translateY(30px);
}

.tit--ison {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}


/*lead*/
.lead__tit {
  margin-bottom: 1.5em;
  opacity: 0;
  transition: all 1.5s;
  transform: translateY(30px);
  filter: blur(1.5rem);
}

.lead__tit--ison {
  opacity: 1;
  transform: translateY(0px);
  filter: blur(0);
}

.lead__copy {
  display: grid;
  gap: 1.5em;
  width: 60%;
  margin: 0 auto 3.5em;
}

.lead__copy-item {
  margin: 0 auto;
  opacity: 0;
  transition: all 1.5s;
  transform: translateY(30px);
  filter: blur(1.5rem);
}

.lead__copy-item--ison {
  opacity: 1;
  transform: translateY(0px);
  filter: blur(0);
}

.lead__copy-item--01 {
  width: calc((238 / var(--lead-ratio))*100%);
}

.lead__copy-item--02 {
  width: calc((489 / var(--lead-ratio))*100%);
}

.lead__copy-item--03 {
  width: calc((376 / var(--lead-ratio))*100%);
}

.lead__copy-item--04 {
  width: calc((574 / var(--lead-ratio))*100%);
}

.lead__copy-item--05 {
  width: calc((463 / var(--lead-ratio))*100%);
}

.lead__copy-item--06 {
  width: calc((283 / var(--lead-ratio))*100%);
}

.lead__copy-item--07 {
  width: calc((427 / var(--lead-ratio))*100%);
}

.lead__copy-item--08 {
  width: calc((271 / var(--lead-ratio))*100%);
}

.lead__copy-item--09 {
  width: calc((206 / var(--lead-ratio))*100%);
}

.lead__copy-item--10 {
  width: calc((608 / var(--lead-ratio))*100%);
}

.lead__copy-item--11 {
  width: calc((311 / var(--lead-ratio))*100%);
}

.lead__coming {
  opacity: 0;
  transition: all 1.5s;
  transform: translateY(30px);
  filter: blur(1.5rem);
}

.lead__coming--ison {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}


/*tit*/
.tit {
  margin-bottom: -10px;
}

/*present*/
.present__info {
  display: grid;
  gap: 15px;
}

.present__info-img {
  width: 90%;
  margin: 0 auto;
  display: grid;
  gap: 15px;
}

/*entry*/
.entry__lead {
  margin: 0 auto 5px;
  width: 80%;
}

.entry__step-list {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.entry__step-inner {
  display: grid;
  gap: 10px;
  padding: 10px;
}

.entry__step-item {
  border: 1px solid #b9d5e1;
}

.entry__step-tit {
  font-size: 1px;
}

.entry__step-copy {
  width: 70%;
  margin: 0 auto;
}

.entry__step-img {
  width: 100%;
  margin: 0 auto;
}

.entry__step-img--03 {
  margin-bottom: 10px;
}

.entry__step-arrow {
  width: 50px;
  margin: 0 auto;
  font-size: 1px;
}

.entry__step-btn {
  width: 85%;
  margin: 0 auto;
}

.entry__step-deadline {
  text-align: center;
  position: relative;
}

.entry__step-deadline-inner {
  font-weight: bold;
  color: #cf3541;
  background: #fff;
  border: 1px solid #cf3541;
  padding: .5em 1em;
  border-radius: 100px;
  font-size: 1.1rem;
}

.entry__info {
  background: rgb(255, 244, 244);
  text-align: center;
  padding: .75em;
  line-height: 1.4;
  border: 1px solid rgb(252, 198, 198);
  margin-top: 1.5em;
  border-radius: 2px;
}

.entry__info-tit {
  width: 90px;
  margin: 0 auto 10px;
  font-size: 1px;
}

.entry__info-copy {
  font-size: 1.2rem;
}

/*kuji*/
.kuji__copy {
  margin-bottom: 15px;
}

.kuji__img {
  display: grid;
  gap: 15px;
  width: 80%;
  margin: 0 auto;
}

.kuji__img-item {
  border: 1px solid #e60012;
}

/*cm*/
.cm__tit {
  margin-bottom: 15px;
}

.cm__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.cm__list-item {
  text-align: center;
  color: #fff;
  display: grid;
  gap: 10px;
  width: 100%;
}

.cm__list-item-mov {
    box-shadow: 0 0 2.5em rgba(0, 172, 246, 0.55);
}

/*notice*/
.notice__more {
  padding: 1.25em;
  border: 1px solid #ddd;
  margin: 1em 0;
}

.notice__more-tit {
  background: #f4f4f4;
  font-size: 1.3rem;
  padding: .5em 1em;
  text-indent: 0;
  margin-bottom: -0.5em;
  font-weight: 700;
}

.notice__more-subtit {
  font-weight: 700;
  font-size: 1.2rem;
  text-indent: 0;
  margin:1.5em auto .25em;
  text-decoration:underline;
}

.notice__more-minitit {
  font-weight: 700;
  font-size: 1.1rem;
  text-indent: 0;
  margin-bottom: .25em;
}

/*outline*/
.outline__contents {
  padding: 15px;
  overflow-y: scroll;
  height: 300px;
  display: grid;
  gap: 25px;
  line-height: 1.5;
  font-size: 1.3rem;
}

.outline__box-tit-l {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e70017;
  margin-bottom: .6em;
  padding-bottom: .4em;
  border-bottom: 2px solid #e70017;
}

.outline__box-tit-m {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.outline__box-tit-s {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.outline__box-list {
  display: grid;
  gap: 5px;
}

.outline__notice-list {
  display: grid;
  gap: 3px;
  margin-bottom: 1em;
}

.outline__notice-list__item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.outline__box p {
  margin-bottom: 1em;
}

.outline__notice-list:last-child,
.outline__box p:last-child {
  margin-bottom: 0;
}

/*backidx*/
.backidx {
  text-align: center;
  margin-bottom: 40px;
}

.backidx__link,
.backidx__link:visited {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 100px;
}

.backidx__link i, .backidx__link a:visited i {
  color: #00abf6;
}

.backidx__link:hover {
  border-color:#00abf6;
  color: #00abf6;
}

/*footer*/
.footer {
  padding: 15px;
  background: #eee;
  color: #666;
  text-align: center;
}

.footer__logo-img {
  width: 60%;
}

.footer__copyright {
  font-size: 0.8rem;
}

/*pagetop*/
#pagetop {
  position: fixed;
  right: 3%;
  bottom: 3%;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  z-index: 99999;
}

#pagetop a {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #cf3541;
  background: #fff;
  border-radius: 1000px;
  padding: 15px;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.1);
}

#pagetop a:hover {
  background: #cf3541;
  color: #fff;
  text-decoration: none;
}

/*end*/
.end {
  border: 2px solid #cf3541;
  border-radius: 3px;
  padding: 1.2em;
  color: #cf3541;
  line-height: 1.55;
  background: #ffffe4;
  margin-bottom: -10px;
}

.end__copy {
  margin-bottom: .75em;
  font-weight: 700;
  font-size: 1.3rem;
}

.end__copy-notice {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
}

.entry__step-end {
  background: #434343;
  padding: .5em;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: .25em;
}

}






/*=================[PC向け適用]=================*/
@media all and (min-width: 769px) {
body {
  font-size: 1.5rem;
  min-width:1000px;
}

body::after {
  content:"";
  background: url(/special/campaign/2025-1121-nj-premiumcp-net-ado/img/lead_bg_t.png) no-repeat center center;
  background-size: 25%;
}

._pc {
  display: inline-block!important;
}

._sp {
  display: none!important;
}

._bar {
  margin-bottom: 0;
}

._inner {
  padding:30px;
}

._notice-list__item {
  font-size: 1.3rem;
}

._notice-list__item--step04 {
  text-align: center;
}

._btn-list {
  gap: 15px;
}

.article {
  margin: 0 auto 50px;
  border-radius: 0 0 3px 3px;
}

.contents {
  padding: 0;
  width: 900px;
  margin: 0 auto;
}

.contents__main {
  gap: 55px;
}

.contents__box {
  box-shadow: 0 0 2.5em rgba(0, 172, 246, 0.55);
}

/*kv*/
.kv-t {
  background: url(/special/campaign/2025-1121-nj-premiumcp-net-ado/img/kv_t_pc.png) no-repeat;
  background-size: cover;
  aspect-ratio: 24/26;
  padding: 0 65px 0;
  max-width: 700px;
  margin: 0 auto;
}

.kv-t2 {
  max-width: 1500px;
  aspect-ratio: unset;
  padding: 0;
  margin: 0 auto;
  background: none;
}

.kv-t__wrap {
  background: linear-gradient(to bottom,  #014760 0%,#014760 40%,#03151e 100%);
}

.kv-t2__wrap {
  background:#03151e;
}

.kv-t__txt {
  background: #082533;
  font-size: 1px;
  text-align: center;
  padding: 10px;
  display: block;
}

.kv-t__txt img {
  width: 200px;
}

/*lead*/
.lead {
  background-size: 30%;
}

.lead__tit {
  width: 550px;
  margin: 2em auto 2em;
  max-width: 1000px;
}

.lead__copy {
  gap: 3.5em;
  width: 320px;
  margin: 0 auto 4em;
}

.lead__coming {
  width: 670px;
  margin: 0 auto;
}

/*tit*/
.tit {
  margin:0 auto -10px;
  width: 90%;
}

/*present*/
.present__info {
  gap: 25px;
}

.present__info-copy {
  width: 75%;
  margin: 0 auto;
}

.present__info-img {
  gap: 15px;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: auto auto;
  width: 100%;
  margin-bottom: -10px;
}

.present__info-img-item:nth-child(1) {
  grid-column: 1 / -1; /* 1つ目のアイテムを上段で2列分にまたがる */
  width: calc(50% - 15px);
  margin: 0 auto;
}


/*entry*/
.entry__lead {
  margin: -10px auto 0;
  width:75%;
}

.entry__step-item {
  border-width: 2px;
}

.entry__step-list {
  gap: 15px;
}

.entry__step-inner {
  gap: 15px;
  padding: 20px;
}

.entry__step-copy {
  width: 80%;
  margin: 0 auto;
}

.entry__step-img {
  width: 80%;
}

.entry__step-img--03 {
  width: 97%;
}

.entry__step-img--04 {
  width: 95%;
}

.entry__step-arrow {
  width: 80px;
}

.entry__step-deadline-inner {
  font-size: 1.4rem;
}

.entry__step-btn {
  width: 65%;
}

.entry__info-tit {
  width: 100px;
}

.entry__info-copy {
  font-size: 1.4rem;
}

/*kuji*/
.kuji__copy {
  margin: 0 auto 20px;
  width: 80%;
}

.kuji__img {
  display: grid;
  grid-template-columns: repeat(2,auto);
  width: 100%;
}


/*cm*/
.cm__inner {
  padding: 0;
}

.cm__tit {
  width: 45%;
  margin: -20px auto 15px;
}

.cm__list {
  gap: 50px 50px;
}

.cm__list-item {
  width: 47%;
}

.cm__list-item-mov {
  background: #ccc;
  aspect-ratio: 16/9;
}


/*outline*/
.outline__contents {
  padding: 20px;
  font-size: 1.4rem;
}

/*footer*/
.footer {
  padding: 25px;
  text-align: right;
}

.footer__inner {
  width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  justify-content: space-between;
  align-items: center;
}

.footer__logo-img {
  width: 100%;
}

.footer__copyright {
  font-size: 1.2rem;
}

/*pagetop*/
#pagetop a {
  padding: 20px;
}

/*end*/
.end {
  margin-bottom: -20px;
}

.end__copy {
  font-size: 1.55rem;
}

.entry__step-end {
  font-size: 2rem;
}

.end__copy-notice {
  font-size: 1.5rem;
}

.entry__step-end {
  font-size: 1.8rem;
}

/*notice*/
.notice__more-tit {
  font-size: 1.4rem;
}

.notice__more-subtit {
  font-size: 1.3rem;
}

.notice__more-minitit {
  font-size: 1.3rem;
}

}


/*modal-video*/
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
