body {
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

.p-section + .p-section {
  margin-top: 120px;
}
@media screen and (min-width: 1000px) {
  .p-section + .p-section {
    margin-top: 160px;
  }
}
.p-section__title {
  color: #fc8500;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 32px 16px;
}

#timeline-tools {
  margin-top: 120px;
}

.sp-hidden {
  display: none;
}
@media screen and (min-width: 1000px) {
  .sp-hidden {
    display: block;
  }
}

.pc-hidden {
  display: block;
}
@media screen and (min-width: 1000px) {
  .pc-hidden {
    display: none;
  }
}

img {
  width: 100%;
  max-width: 100%;
}

.nuke17__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  background-color: #0e0e0e;
  padding: 10px 20px;
}

.nuke17__header-container {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 1000px) {
  .nuke17__header-container {
    max-width: 1160px;
    margin-inline: auto;
  }
}

.nuke17__header-link {
  transition: opacity 0.3s ease;
}
.nuke17__header-link:hover {
  opacity: 0.6;
}

.nuke17__logo {
  width: 130px;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .nuke17__logo {
    width: 180px;
  }
}

.nuke17__logo img {
  width: 100%;
}

.nuke17 {
  overflow: hidden;
  background-color: #0e0e0e;
  margin-top: 46px;
}
.nuke17 a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.nuke17 a:hover, .nuke17 a:active {
  color: #fc8500;
}
@media screen and (min-width: 1000px) {
  .nuke17 {
    margin-top: 68px;
  }
}

.nuke17__inner {
  max-width: 500px;
  margin: 0 auto;
  padding-inline: 15px;
}
@media screen and (min-width: 1000px) {
  .nuke17__inner {
    max-width: 1160px;
  }
}

@media screen and (min-width: 1000px) {
  .nuke17__card.nuke17__card--row .nuke17__card-text-link,
  .nuke17__card.nuke17__card--row--reverse .nuke17__card-text-link {
    margin-top: 20px;
  }
}

.nuke17__workflow {
  font-size: 32px;
  color: #c58e14;
  font-weight: 500;
  letter-spacing: -0.32px;
  text-align: center;
}

.nuke17__workflow-title {
  padding-inline: 10px;
  font-size: clamp(22px, 5vw, 32px);
}
@media screen and (min-width: 1000px) {
  .nuke17__workflow-title {
    font-size: 52px;
  }
}

.nuke17__workflow-cards {
  display: grid;
  margin-top: 86px;
  gap: 41px;
  place-items: center;
}
@media screen and (min-width: 1000px) {
  .nuke17__workflow-cards {
    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr;
  }
  .nuke17__workflow-cards .nuke17__card {
    height: 100%;
  }
  .nuke17__workflow-cards .nuke17__card:nth-of-type(1) {
    width: 100%;
    height: auto;
    grid-column: span 2/span 2;
  }
}

.nuke17__workflow-icon-cards {
  display: grid;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .nuke17__workflow-icon-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
    flex-direction: row;
  }
  .nuke17__workflow-icon-cards .nuke17__icon-card:nth-last-of-type(odd) {
    justify-self: flex-start;
  }
  .nuke17__workflow-icon-cards .nuke17__icon-card:nth-last-of-type(even) {
    justify-self: flex-end;
  }
}

.nuke17__atool-title {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .nuke17__atool-title {
    font-size: 52px;
  }
}

.nuke17__atool-cards {
  margin-top: 80px;
  display: grid;
  gap: 12px;
  place-items: stretch;
}
@media screen and (min-width: 1000px) {
  .nuke17__atool-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.nuke17__atool-cards .nuke17__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.nuke17__blinkscript-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .nuke17__blinkscript-title {
    font-size: 52px;
  }
}

.nuke17__blinkscript-cards {
  margin-top: 80px;
  display: grid;
  gap: 12px;
  place-items: center;
}
@media screen and (min-width: 1000px) {
  .nuke17__blinkscript-cards {
    grid-template-columns: repeat(3, auto);
    grid-template-rows: 1fr;
    row-gap: 60px;
    column-gap: 30px;
  }
  .nuke17__blinkscript-cards .nuke17__card {
    height: 100%;
    justify-content: flex-start;
  }
  .nuke17__blinkscript-cards .nuke17__card:nth-of-type(1) {
    grid-column: span 3/span 3;
  }
}

.nuke17__system3d-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .nuke17__system3d-title {
    font-size: 52px;
  }
}

.nuke17__card-title--pink {
  color: #f67974;
}
.nuke17__card-title--pink::after {
  border-left: 9px solid #f67974;
}
@media screen and (min-width: 1000px) {
  .nuke17__card-title--pink::after {
    border-left: 15px solid #f67974;
  }
}

.nuke17__other {
  padding-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  .nuke17__other {
    padding-bottom: 160px;
  }
}

.nuke17__other-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .nuke17__other-title {
    font-size: 48px;
  }
}

.nuke17__other-links {
  margin-top: 30px;
  text-align: center;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  .nuke17__other-links {
    grid-template-areas: "item1 item3" "item2 item4";
    grid-template-columns: fit-content fit-content;
  }
  .nuke17__other-links > :nth-of-type(1) {
    grid-area: item1;
  }
  .nuke17__other-links > :nth-of-type(2) {
    grid-area: item2;
  }
  .nuke17__other-links > :nth-of-type(3) {
    grid-area: item3;
  }
  .nuke17__other-links > :nth-of-type(4) {
    grid-area: item4;
  }
}

.nuke17__other-item {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.12px;
}
@media screen and (min-width: 1000px) {
  .nuke17__other-item {
    font-size: 24px;
    text-align: left;
  }
}
.nuke17__other-item:hover {
  color: #c58e14;
}

.nuke17__other-link {
  transition: color 0.3s ease;
}
.nuke17__other-link:hover {
  color: #c58e14;
}

.nuke17__other-footer {
  margin-top: 48px;
  padding-bottom: 48px;
}

.nuke17__other-footer-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.24px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .nuke17__other-footer-title {
    font-size: 40px;
  }
}

.nuke17__other-footer-btns {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.nuke17__other-footer-btn {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.1px;
  text-align: center;
  padding: 8px 20px;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.nuke17__other-footer-btn--blown {
  background-color: #c58e14;
  color: #fff;
}
.nuke17__other-footer-btn--blown:hover {
  background-color: #fff;
  color: #c58e14;
}
.nuke17__other-footer-btn--outline {
  background-color: transparent;
  color: #c58e14;
  border: 1px solid #c58e14;
}
.nuke17__other-footer-btn--outline:hover {
  border-color: #fff;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .nuke17__other-footer-btn {
    font-size: 20px;
  }
}

#footer {
  background: #bababa;
  padding: 30px 0 30px 0;
  font-size: 12px;
  color: #fff;
}

#footer img {
  margin: 0;
}

#footer a {
  color: #fff;
  margin: 0;
}

#footer a:hover {
  color: #fff;
}

#footer h3.widget-title {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #ccc;
  margin: 0 0 20px;
}

#underfooter {
  background: #191919;
  padding: 15px 0;
  color: #777;
  font-size: 12px;
}

#underfooter a {
  color: #aaa;
}

#underfooter a:hover {
  color: #fff;
}

#underfooter p {
  margin: 0;
}

.follow-me-icons {
  font-size: 30px;
}

.follow-me-icons i {
  float: left;
  margin: 0 10px 0 0;
}

.footer-info {
  gap: 20px;
}

.frame-sd {
  display: inline-block;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

.navbar {
  background-color: #2c2e2f;
  margin-bottom: 0;
}

.navbar .nav-link {
  color: #ffffff;
}

.navbar .nav-link.active {
  color: #ffffff !important;
}

.navbar .navbar-nav {
  text-align: center;
}

body.page-newfeatures_17 .navbar {
  background-color: transparent !important;
  border: none;
}

body.page-newfeatures_17 .navbar .nav-link {
  color: #ffffff !important;
}

.navbar-default .navbar-toggle {
  background-color: rgb(239, 239, 239) !important;
  border: 1px solid #ffffff !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000 !important;
}

.navbar-default .navbar-nav > .active > a {
  background-color: transparent !important;
  color: #ffffff !important;
}

.navbar-default .navbar-nav {
  float: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

body.home .navbar-index {
  border: none;
  margin-inline: calc(50% - 50vw);
  margin-block: 10px;
}

body.home .navbar-default .navbar-nav > .active > a {
  background-color: #717074 !important;
  color: #ffffff !important;
}

.navbar-default .navbar-nav > li > a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff !important;
}

.navbar-default .navbar-nav > li > a {
  color: #c2c2c2;
}

.nuke17__footer {
  background-image: url(../img/nuke17/footer_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 16px;
  text-align: center;
}
.nuke17__footer h4 {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 24px;
}
.nuke17__footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
}
.nuke17__footer-links-top {
  display: flex;
  gap: 12px;
  width: 100%;
}
.nuke17__footer-links-top a.nuke17__card-btn--line {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 8px;
  border: 1px solid #E7940A;
  color: #E7940A;
  background-color: transparent;
  transition: all 0.3s ease;
}
.nuke17__footer-links-top a.nuke17__card-btn--line span {
  font-size: 12px;
}
.nuke17__footer-links-top a.nuke17__card-btn--line:hover {
  background-color: #E7940A;
  border-color: #E7940A;
  color: #fff;
}
.nuke17__footer-btn-buy {
  display: block;
  width: 100%;
  text-decoration: none !important;
  padding: 14px 24px;
  font-size: 20px;
  border-radius: 8px;
  background-color: #E7940A;
  color: #fff;
  transition: 0.3s;
}
.nuke17__footer-btn-buy:hover {
  background-color: #fff;
  color: #E7940A;
}

a:hover, a:focus {
  color: currentColor;
}
