.p-section__title {
  font-size: 36px;
  font-weight: 500;
}

.p-section--blue .p-section__title, .p-section--blue .nuke17__card-title {
  color: #8ecae6;
}
.p-section--blue .nuke17__card-text-link a {
  color: #8ecae6;
}
.p-section--blue .nuke17__card-text-link a::after {
  border-left-color: #8ecae6;
}
.p-section--blue .nuke17__card-text-link a:hover {
  color: #fff;
}
.p-section--blue .nuke17__card-text-link a:hover::after {
  border-left-color: #fff;
}
.p-section--blue .nuke17__card-text-link a, .p-section--blue .nuke17__icon-card-title {
  color: #8ecae6;
}
.p-section--blue .nuke17__card-text-link a:hover {
  color: #fff;
}

.p-section--dark-blue .p-section__title, .p-section--dark-blue .nuke17__card-title {
  color: #48bad8;
}
.p-section--dark-blue .nuke17__card-text-link a {
  color: #48bad8;
}
.p-section--dark-blue .nuke17__card-text-link a::after {
  border-left-color: #48bad8;
}
.p-section--dark-blue .nuke17__card-text-link a:hover {
  color: #fff;
}
.p-section--dark-blue .nuke17__card-text-link a:hover::after {
  border-left-color: #fff;
}
.p-section--dark-blue .nuke17__card-text-link a, .p-section--dark-blue .nuke17__icon-card-title {
  color: #48bad8;
}
.p-section--dark-blue .nuke17__card-text-link a:hover {
  color: #fff;
}

.nuke17__fv {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #1e1e1e;
}
.nuke17__fv::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(to bottom, transparent, #0e0e0e);
  pointer-events: none;
  z-index: 1;
}

.nuke17__fv-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.nuke17__fv-title {
  position: absolute;
  width: clamp(400px, 65vw, 900px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 96%;
  max-width: 400px;
}
@media screen and (min-width: 1000px) {
  .nuke17__fv-title {
    max-width: 816px;
  }
  .nuke17__fv-title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.nuke17__intro {
  margin-top: 80px;
  color: #fff;
  text-align: center;
}
.nuke17__intro a {
  text-decoration: none;
}

.nuke17__intro-title {
  font-size: 50px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (min-width: 1000px) {
  .nuke17__intro-title {
    font-size: 76px;
  }
}

.nuke17__intro-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-top: 8px;
}
@media screen and (min-width: 1000px) {
  .nuke17__intro-text {
    font-size: 30px;
  }
}

.nuke17__intro-content {
  margin-top: 124px;
}

.nuke17__intro-subtitle {
  font-size: 48px;
  font-weight: 500;
}

.nuke17__intro-links {
  margin-top: 44px;
  margin-bottom: 77px;
  display: grid;
  gap: 12px;
}

.nuke17__intro-item {
  transition: color 0.3s ease;
}
.nuke17__intro-item:hover {
  color: #fc8500;
}

.nuke17__intro-link {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .nuke17__intro-link {
    font-size: 24px;
    line-height: 1.5;
  }
  .nuke17__intro-link a span {
    margin-left: 8px;
  }
}

.nuke17__container {
  display: grid;
}

.nuke17__intro-card {
  margin: 0 auto;
}

.nuke17__intro-card-title {
  font-family: "din-condensed", sans-serif;
  font-size: clamp(30px, 8vw, 40px);
  font-weight: 700;
  letter-spacing: -0.4px;
}
@media screen and (min-width: 1000px) {
  .nuke17__intro-card-title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1000px) {
  .nuke17__intro-card-link {
    font-size: 26px;
  }
}

.nuke17__intro-card-iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
  display: block;
}

.nuke17__card {
  display: flex;
  background-color: #1e1e1e;
  padding: 23px 20px 48px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 500px;
  border-radius: 10px;
}
@media screen and (min-width: 1000px) {
  .nuke17__card {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1000px) {
  .nuke17__card--row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 40px;
  }
  .nuke17__card--row .nuke17__card-img {
    width: calc(60% - 40px);
  }
  .nuke17__card--row .nuke17__card-content {
    width: 40%;
  }
  .nuke17__card--row .nuke17__card-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1000px) {
  .nuke17__card--row--reverse {
    flex-direction: row-reverse;
    gap: 40px;
    padding: 20px 22px 20px 60px;
  }
  .nuke17__card--row--reverse .nuke17__card-img {
    width: calc(60% - 40px);
  }
  .nuke17__card--row--reverse .nuke17__card-content {
    width: 40%;
  }
  .nuke17__card--row--reverse .nuke17__card-text {
    font-size: 18px;
  }
}

.nuke17__card-img {
  aspect-ratio: 16/9;
  width: 100%;
  background-color: #333;
}
.nuke17__card-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 1000px) {
  .nuke17__card-img {
    max-width: 575px;
  }
}

.nuke17__card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nuke17__card-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 32px;
}
@media screen and (min-width: 1000px) {
  .nuke17__card-content {
    gap: 6px;
    padding-top: 40px;
  }
}

.nuke17__card-title {
  color: #fc8500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-top: 32px;
}
@media screen and (min-width: 1000px) {
  .nuke17__card-title {
    margin: 0 0 12px;
    font-size: 32px;
    flex-wrap: nowrap;
  }
}

.nuke17__card-text {
  color: #fff;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.2px;
}
.nuke17__card-text a {
  color: #c58e14;
}
.nuke17__card-text a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .nuke17__card-text {
    max-width: 400px;
    font-size: 18px;
  }
}

.nuke17__card-text-link {
  color: #c58e14;
  text-align: center;
  font-family: "din-condensed", sans-serif;
  margin-top: auto;
}
@media screen and (min-width: 1000px) {
  .nuke17__card-text-link {
    grid-column: span 2/span 2;
  }
}
.nuke17__card-text-link a {
  color: #c58e14;
  font-size: 18px;
  letter-spacing: -0.12px;
  text-decoration: none;
}
.nuke17__card-text-link a:hover {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .nuke17__card-text-link a {
    font-size: 20px;
  }
}

.nuke17__card-iframe {
  height: 100%;
}

.nuke17__card-footer {
  padding-top: 8px;
  display: grid;
  margin: 0 auto;
  gap: 12px;
  width: 80%;
}
@media screen and (min-width: 1000px) {
  .nuke17__card-footer {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, 1fr);
    place-items: center;
    row-gap: 8px;
    column-gap: 16px;
    width: 100%;
    margin-top: 12px;
  }
}

.nuke17__card-btn {
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .nuke17__card-btn {
    width: 100%;
  }
}

.nuke17__card-btn--blown {
  display: block;
  background-color: #E7940A;
  border: 1px solid #E7940A;
  color: #fff;
  padding-block: 6px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .nuke17__card-btn--blown {
    padding: 8px 20px;
  }
}
.nuke17__card-btn--blown:hover {
  color: #E7940A;
  background-color: #fff;
}

a.nuke17__card-btn--line {
  display: block;
  background-color: transparent;
  border: 1px solid #E7940A;
  color: #E7940A;
  padding-block: 6px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  a.nuke17__card-btn--line {
    padding: 11px 14px;
    font-size: 16px;
  }
}
a.nuke17__card-btn--line:hover {
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 1000px) {
  .nuke17__card-btn--buy {
    grid-column: span 2;
    width: 100%;
  }
}

.nuke17__card-link {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #c58e14;
  letter-spacing: -0.12px;
  transition: color 0.2s ease;
}
.nuke17__card-link:hover {
  text-decoration: none;
}
.nuke17__card-link:hover::after {
  transform: translateX(6px);
  border-left-color: #fff;
}
.nuke17__card-link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #c58e14;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .nuke17__card-link {
    font-size: 21px;
    gap: 8px;
  }
  .nuke17__card-link::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #c58e14;
  }
}

.nuke17__icon-card {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #1e1e1e;
  padding: 28px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1000px) {
  .nuke17__icon-card {
    justify-content: center;
  }
}

.nuke17__icon-card-icon {
  width: 50px;
}
.nuke17__icon-card-icon img {
  filter: invert(1);
  width: 50px;
  height: auto;
}

.nuke17__icon-card-info {
  width: calc(100% - 50px - 24px);
}
@media screen and (min-width: 1000px) {
  .nuke17__icon-card-info {
    width: fit-content;
  }
}

.nuke17__icon-card-title {
  font-size: 20px;
  font-weight: 300;
  color: #c58e14;
  margin-bottom: 8px;
}

.nuke17__icon-card-text {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
.nuke17__icon-card-text a {
  text-decoration: underline;
}
.nuke17__icon-card-text a:hover {
  text-decoration: none;
}

.nuke17__icon-card-container {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
}

.nuke17__reviewflow-title {
  font-size: clamp(19px, 5vw, 24px);
  color: #f67974;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .nuke17__reviewflow-title {
    font-size: 52px;
  }
}

.nuke17__reviewflow-cards {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1000px) {
  .nuke17__reviewflow-cards {
    margin-top: 80px;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
  .nuke17__reviewflow-cards .nuke17__card {
    flex: 1;
  }
}

.nuke17__reviewflow-subtitle {
  margin-block: 80px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.24px;
}
@media screen and (min-width: 1000px) {
  .nuke17__reviewflow-subtitle {
    margin-top: 140px;
    margin-bottom: 60px;
    font-size: 48px;
    letter-spacing: -0.48px;
  }
}

.nuke17__reviewflow-icon-cards {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1000px) {
  .nuke17__reviewflow-icon-cards {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    margin-top: 40px;
  }
  .nuke17__reviewflow-icon-cards .nuke17__card {
    flex: 1;
  }
}

.nuke17__section.is-box1 {
  background-image: url("../img/nuke17/box1_bg_mountain.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  padding: 60px 40px;
  text-align: center;
  margin-top: 80px;
}
.nuke17__section.is-box2 {
  background-image: url("../img/nuke17/box2_bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  padding: 60px 40px;
  text-align: center;
  margin-top: 80px;
}
.nuke17__section-box h4 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}
.nuke17__section-box-link a {
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  color: #fff;
  background-color: #f19a04;
  font-size: 18px;
  margin-top: 12px;
  border-radius: 4px;
  transition: 0.3s;
}
.nuke17__section-box-link a:hover {
  background-color: #fcb434;
  color: #fff;
}

.nuke17__related {
  padding: 60px 0 40px;
}
.nuke17__related h2 {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: 100;
  margin-bottom: 32px;
}
@media screen and (min-width: 1000px) {
  .nuke17__related h2 {
    margin-bottom: 40px;
  }
}
.nuke17__related-items {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .nuke17__related-items {
    flex-direction: row;
  }
}
.nuke17__related-item {
  flex: 1;
  background-color: #1e1e1e;
  border-radius: 8px;
  overflow: hidden;
}
.nuke17__related-img {
  height: 200px;
}
.nuke17__related-img.is-related01 {
  background: url(../img/nuke17/related-item01.jpg) no-repeat center center/cover;
}
.nuke17__related-img.is-related02 {
  background: url(../img/nuke17/related-item02.jpg) no-repeat center center/cover;
}
.nuke17__related-img.is-related03 {
  background: url(../img/nuke17/related-item03.png) no-repeat center center/cover;
}
.nuke17__related-info {
  padding: 40px;
}
.nuke17__related-info h4 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.nuke17__related-info p {
  color: #D9D9D9;
  font-size: 18px;
  margin-bottom: 16px;
}
.nuke17__related-info a {
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fc8500;
  letter-spacing: -0.12px;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-top: 8px;
}
.nuke17__related-info a:hover {
  color: #fff;
}
.nuke17__related-info a:hover::after {
  transform: translateX(6px);
  border-left-color: #fff;
}
.nuke17__related-info a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fc8500;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .nuke17__related-info a {
    font-size: 18px;
    gap: 8px;
  }
  .nuke17__related-info a::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fc8500;
  }
}

.nuke17__system3d-cards {
  margin-top: 80px;
  display: grid;
  gap: 12px;
  place-items: center;
}

.nuke17__system3d-icon-cards {
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
  place-items: center;
}
@media screen and (min-width: 1000px) {
  .nuke17__system3d-icon-cards {
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
  }
  .nuke17__system3d-icon-cards .nuke17__icon-card:nth-of-type(1) {
    grid-column: span 2/span 2;
  }
  .nuke17__system3d-icon-cards .nuke17__icon-card:nth-of-type(2) {
    grid-column: span 2/span 2;
    grid-column-start: 3;
  }
  .nuke17__system3d-icon-cards .nuke17__icon-card:nth-of-type(3) {
    grid-column: span 2/span 2;
    grid-column-start: 5;
  }
  .nuke17__system3d-icon-cards .nuke17__icon-card:nth-of-type(4) {
    grid-column: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .nuke17__system3d-icon-cards .nuke17__icon-card:nth-of-type(5) {
    grid-column: span 2/span 2;
    grid-column-start: 4;
    grid-row-start: 2;
  }
}
