@charset "UTF-8";
@media print {
  #nyk100-future {
    padding-top: var(--headerHeight);
  }
}
#nyk100-future * {
  letter-spacing: 0.05rem;
}
#nyk100-future img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#nyk100-future ul li {
  list-style: none;
}
#nyk100-future a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}
#nyk100-future a:focus {
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}
#nyk100-future a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
#nyk100-future html {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
}
#nyk100-future body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 1170px) {
  #nyk100-future .hide__1170 {
    display: none !important;
  }
}
@media screen and (min-width: 1171px) {
  #nyk100-future .show__1170 {
    display: block !important;
  }
}
@media screen and (max-width: 979px), print {
  #nyk100-future .smp__hide {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  #nyk100-future .smp__show {
    display: none !important;
  }
}
@media print {
  #nyk100-future .smp__show {
    display: block !important;
  }
}
#nyk100-future .fs0 {
  font-size: 0;
}
#nyk100-future .fs-S {
  font-size: 14px;
}
#nyk100-future .fs-M {
  font-size: 18px;
}
#nyk100-future .fs-L {
  font-size: 22px;
}
#nyk100-future .flex {
  display: flex;
}
#nyk100-future .alignStart {
  align-items: flex-start;
}
#nyk100-future .alignEnd {
  align-items: flex-end;
}
#nyk100-future .alignCenter {
  align-items: center;
}
#nyk100-future .justBetween {
  justify-content: space-between;
}
#nyk100-future .justCenter {
  justify-content: center;
}
#nyk100-future .justStart {
  justify-content: flex-start;
}
#nyk100-future .justEnd {
  justify-content: flex-end;
}
#nyk100-future .textLeft {
  text-align: left;
}
#nyk100-future .textRight {
  text-align: right;
}
#nyk100-future .textCenter {
  text-align: center;
}
#nyk100-future .relative {
  position: relative;
}
#nyk100-future .absolute {
  position: absolute;
}
#nyk100-future .wrapper {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  #nyk100-future .wrapper {
    padding: 0 64px;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  #nyk100-future .wrapper {
    padding: 0 48px;
  }
}
@media screen and (max-width: 520px) {
  #nyk100-future .wrapper {
    padding: 0 16px;
  }
}
#nyk100-future .wrap-1400 {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
#nyk100-future .col-2 {
  width: 47%;
}
#nyk100-future .col-3 {
  width: 30%;
}
#nyk100-future .col-4 {
  width: 23%;
}
#nyk100-future .w-100 {
  width: 100%;
}
#nyk100-future :root {
  --headerHeight: 115px;
  --sectionTop: 80px;
  --sectionBottom: 100px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future :root {
    --headerHeight: 88px;
  }
}
@media print {
  #nyk100-future :root {
    --headerHeight: 60px;
  }
}
#nyk100-future .margin {
  margin-top: var(--sectionTop);
  margin-bottom: var(--sectionBottom);
}
#nyk100-future .padding {
  padding-top: var(--sectionTop);
  padding-bottom: var(--sectionBottom);
}
#nyk100-future .mb-S {
  margin-bottom: 25px;
}
#nyk100-future .mb-M {
  margin-bottom: 30px;
}
#nyk100-future .mb-L {
  margin-bottom: 40px;
}
#nyk100-future .storyTitle {
  font-weight: normal;
}
#nyk100-future .storyTitle .number {
  font-style: italic;
  font-size: 70px;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .storyTitle .number {
    font-size: 50px;
  }
}
#nyk100-future .storyTitle .number::before {
  position: absolute;
  content: "STORY";
  font-style: normal;
  top: 39%;
  left: 0;
  font-size: 14px;
}
#nyk100-future .storyTitle .number::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 56%;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .storyTitle .number::after {
    top: 62%;
  }
}
#nyk100-future .storyTitle .jp {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.05rem;
}
#nyk100-future .storyTitle .jp.space {
  margin-left: 10px;
}
#nyk100-future .secTitle {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .secTitle {
    font-size: 32px;
  }
}
#nyk100-future .secTitle .red {
  color: #E70012;
}
#nyk100-future .secTitle .small {
  font-size: 28px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .secTitle .small {
    font-size: 20px;
  }
}
#nyk100-future .secTitle02 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}
#nyk100-future .grayBg {
  background-color: #394660;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 998;
}
#nyk100-future .grayBg.active {
  transition: all 0.3s;
  visibility: visible;
  opacity: 0.4;
}
#nyk100-future .outLinkArea + .outLinkArea {
  margin-top: 10px;
}
#nyk100-future .outLinkArea + .outLinkArea .outLink {
  margin-top: 0;
}
#nyk100-future .outLink {
  font-weight: 500;
  position: relative;
  padding-right: 18px;
  margin-top: 20px;
  display: inline-block;
}
#nyk100-future .outLink::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/link_red@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#nyk100-future .outLink:hover {
  opacity: 1;
}
#nyk100-future .outLink:hover span {
  border-bottom: 1px solid #000;
}
#nyk100-future .fadein,
#nyk100-future .fadein02 {
  opacity: 0;
}
@media print {
  #nyk100-future .fadein,
  #nyk100-future .fadein02 {
    opacity: 1 !important;
  }
}
#nyk100-future .unna {
  font-family: "Unna", serif;
}
#nyk100-future .roboto {
  font-family: "Roboto Condensed", sans-serif;
}
#nyk100-future #pankuzu {
  margin-top: 30px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future #pankuzu {
    margin-top: 10px;
  }
}
#nyk100-future #pankuzu ul {
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
}
#nyk100-future #pankuzu li {
  display: inline-block;
  font-size: 12px;
}
#nyk100-future #pankuzu li + li {
  margin-left: 10px;
}
#nyk100-future #page_header {
  text-align: center;
  margin-top: 50px;
}
#nyk100-future #page_header h1 {
  font-size: 36px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future #page_header h1 {
    font-size: 30px;
    margin-top: 30px;
  }
}
#nyk100-future #page_header .en {
  color: #f15025;
  font-size: 20px;
}
#nyk100-future .brownBg {
  background-color: #f7f2ed;
}
#nyk100-future .button01 {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  max-width: 360px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .button01 {
    font-size: 16px;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
  }
}
#nyk100-future .button01.__center {
  margin: 0 auto;
}
#nyk100-future .button01:visited {
  color: #fff;
}
#nyk100-future .button01:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  transition: all 0.2s;
}
#nyk100-future .button01:hover {
  background-color: #fff;
  opacity: 1;
}
#nyk100-future .button01:hover:after {
  right: 5px;
  transition: all 0.2s;
}
#nyk100-future .pageTitle {
  font-size: 24px;
  position: relative;
  padding-top: 70px;
  margin-bottom: 32px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .pageTitle {
    font-size: 23px;
    padding-top: 55px;
  }
}
#nyk100-future .pageTitle span {
  color: #E70012;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
#nyk100-future .pageTitle span::before {
  position: absolute;
  content: "";
  background-color: #E70012;
  width: 42px;
  height: 1px;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 979px), print {
  #nyk100-future .ls_sp {
    letter-spacing: 0rem;
  }
}
#nyk100-future #other {
  padding: 72px 0 80px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future #other {
    padding: 56px 0 60px;
  }
}
#nyk100-future #other .otherTitle {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 64px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future #other .otherTitle {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 979px), print {
  #nyk100-future #other .otherFlex {
    flex-direction: column;
  }
}
#nyk100-future #other .otherFlex .contentsLink {
  width: 31%;
}
@media screen and (max-width: 979px), print {
  #nyk100-future #other .otherFlex .contentsLink {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #nyk100-future #other .otherFlex .contentsLink + .contentsLink {
    margin-top: 24px;
  }
  #nyk100-future #other .otherFlex .contentsLink .contentsImage {
    width: 39%;
  }
  #nyk100-future #other .otherFlex .contentsLink .linkArw {
    width: calc(61% - 16px);
  }
}
#nyk100-future #other .linkArw {
  font-weight: 500;
  line-height: 40px;
  padding-right: 36px;
  margin-top: 13px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future #other .linkArw {
    margin-top: 0;
  }
}
#nyk100-future #other .linkArw.hovered_non .my-line {
  stroke-dasharray: 200;
  stroke-dashoffset: 0; /* 初期値を0に設定 */
  animation: line-animation02 0.3s forwards;
  opacity: 1 !important;
}
@keyframes line-animation02 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 200;
  }
}
#nyk100-future #other .linkArw.hovered .my-line {
  stroke-dasharray: 200;
  stroke-dashoffset: 200; /* 初期値は200に設定 */
  animation: line-animation 1.5s forwards;
  opacity: 1 !important;
}
@keyframes line-animation {
  0% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#nyk100-future #other .linkArw.hovered .linkArwIn::before {
  opacity: 1 !important;
  transition: all 0.3s;
}
#nyk100-future #other .linkArw .linkArw_arw {
  position: relative;
  padding-right: 0;
  display: inline-block;
  line-height: 24px;
}
#nyk100-future #other .linkArw .linkArw_arw .my-line {
  opacity: 0;
}
#nyk100-future #other .linkArw .linkArw_arw svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) scale(1, -1);
  right: -40px;
}
#nyk100-future #other .linkArw .linkArw_arw::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw_red@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 6px;
  top: 50%;
  transform: translate(0, -50%);
  right: -35px;
}
#nyk100-future .futureBg {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .futureBg {
    padding: 95px 0;
  }
}
#nyk100-future .futureBg .enTitle {
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translate(-50%, 0);
  font-size: 78px;
  color: #fff;
  width: 100%;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  #nyk100-future .futureBg .enTitle {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 979px), print {
  #nyk100-future .futureBg .enTitle {
    font-size: 40px;
    line-height: 32px;
    top: 10px;
  }
}
#nyk100-future .challengeNumber {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .challengeNumber {
    line-height: 1;
  }
}
#nyk100-future .challengeNumber::before {
  z-index: -1;
}
#nyk100-future .challengeNumber.orange::before {
  position: absolute;
  content: "";
  background-image: url(../images/fuwa03@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 410px;
  height: 425px;
  left: 48%;
  top: -70px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 979px), print {
  #nyk100-future .challengeNumber.orange::before {
    width: 240px;
    height: 250px;
    left: 46%;
    top: -55px;
  }
}
#nyk100-future .challengeNumber.green::before {
  position: absolute;
  content: "";
  background-image: url(../images/fuwa04@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 440px;
  height: 397px;
  left: 48%;
  top: -70px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 979px), print {
  #nyk100-future .challengeNumber.green::before {
    width: 270px;
    height: 250px;
    top: -20px;
  }
}
#nyk100-future .challengeNumber.pink::before {
  position: absolute;
  content: "";
  background-image: url(../images/fuwa05@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 445px;
  height: 368px;
  left: 48%;
  top: -70px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 979px), print {
  #nyk100-future .challengeNumber.pink::before {
    width: 288px;
    height: 245px;
    top: -40px;
  }
}
#nyk100-future .challengeNumber .challenge {
  font-size: 20px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .challengeNumber .challenge {
    font-size: 16px;
  }
}
#nyk100-future .challengeNumber .number {
  font-size: 70px;
  font-style: italic;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .challengeNumber .number {
    font-size: 50px;
  }
}
#nyk100-future .challengeTitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .challengeTitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
#nyk100-future .challengeTitle span {
  font-size: 44px;
  line-height: 60px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .challengeTitle span {
    font-size: 26px;
    letter-spacing: 0;
    display: inline-block;
    line-height: 40px;
  }
}
#nyk100-future .challengeText {
  max-width: 955px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  line-height: 32px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#nyk100-future .scroll-infinity {
  margin: 94px 0 90px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .scroll-infinity {
    margin: 28px 0 56px;
  }
}
#nyk100-future .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#nyk100-future .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
#nyk100-future .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#nyk100-future .scroll-infinity__item {
  width: 20vw;
  margin: 0 20px;
}
#nyk100-future .scroll-infinity__item:nth-child(odd) {
  margin-top: 112px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .scroll-infinity__item {
    width: 33.3333333333vw;
    margin: 0 10px;
  }
  #nyk100-future .scroll-infinity__item:nth-child(odd) {
    margin-top: 56px;
  }
}
#nyk100-future .scroll-infinity__item > img {
  width: 100%;
}
#nyk100-future .caseBox {
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .caseBox {
    padding: 24px;
  }
}
#nyk100-future .caseBox + .caseBox {
  margin-top: 32px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .caseBox + .caseBox {
    margin-top: 24px;
  }
}
#nyk100-future .caseBox.orange {
  background-color: #F8F3E6;
}
#nyk100-future .caseBox.orange .caseTitle {
  color: #E78700;
}
#nyk100-future .caseBox.green {
  background-color: #E6F8F3;
}
#nyk100-future .caseBox.green .caseTitle {
  color: #45B692;
}
#nyk100-future .caseBox.pink {
  background-color: #FFEFEA;
}
#nyk100-future .caseBox.pink .caseTitle {
  color: #EB8ABD;
}
#nyk100-future .caseBox .caseTitle {
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .caseBox .caseTitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 979px), print {
  #nyk100-future .caseBox .caseFlex {
    flex-direction: column;
  }
}
#nyk100-future .caseBox .caseFlex .caseLeft {
  width: 63.7%;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .caseBox .caseFlex .caseLeft {
    width: 100%;
    margin-bottom: 24px;
  }
}
#nyk100-future .caseBox .caseFlex .caseLeft .caseSubTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .caseBox .caseFlex .caseLeft .caseSubTitle {
    font-size: 17px;
    line-height: 26px;
  }
}
#nyk100-future .caseBox .caseFlex .caseLeft .caseText {
  line-height: 32px;
  font-weight: 500;
}
#nyk100-future .caseBox .caseFlex .caseLeft .caseNote {
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
#nyk100-future .caseBox .caseFlex .caseRight {
  width: 33.3%;
}
@media screen and (max-width: 979px), print {
  #nyk100-future .caseBox .caseFlex .caseRight {
    width: 100%;
  }
}
#nyk100-future #futureMain .mainBg {
  background-image: linear-gradient(180deg, #E6F3F8, #fff);
  padding: 131px 0 172px;
  position: relative;
}
@media screen and (max-width: 979px), print {
  #nyk100-future #futureMain .mainBg {
    padding: 28px 0 125px;
  }
}
#nyk100-future #futureMain .mainBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/fuwa01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 411px;
  height: 448px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 979px), print {
  #nyk100-future #futureMain .mainBg::before {
    left: auto;
    right: 0;
    top: 30px;
    transform: none;
    width: 56vw;
    height: 61vw;
  }
}
#nyk100-future #futureMain .storyTitle {
  margin-left: 4.84vw;
}
@media screen and (max-width: 979px), print {
  #nyk100-future #futureMain .storyTitle {
    margin: 0;
    padding: 0 48px;
  }
}
@media screen and (max-width: 520px) {
  #nyk100-future #futureMain .storyTitle {
    padding: 0 16px;
  }
}
@media screen and (max-width: 979px), print {
  #nyk100-future #futureMain .mainFlex {
    flex-direction: column;
    padding: 0 48px;
  }
}
@media screen and (max-width: 520px) {
  #nyk100-future #futureMain .mainFlex {
    padding: 0 16px;
  }
}
#nyk100-future #futureMain .mainFlex .mainLeft {
  width: 51.6%;
  margin: 0 3.125vw 0 4.84vw;
}
@media screen and (max-width: 979px), print {
  #nyk100-future #futureMain .mainFlex .mainLeft {
    width: 100%;
    margin: 0 0 24px;
  }
}
#nyk100-future #futureMain .mainFlex .mainLeft .futureTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  #nyk100-future #futureMain .mainFlex .mainLeft .futureTitle {
    font-size: 5vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 979px), print {
  #nyk100-future #futureMain .mainFlex .mainLeft .futureTitle {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 8px;
  }
}
#nyk100-future #futureMain .mainFlex .mainLeft .mainText {
  line-height: 32px;
}
#nyk100-future #futureMain .mainFlex .slider {
  width: 48.4%;
  position: relative;
  display: none;
}
@media screen and (max-width: 979px), print {
  #nyk100-future #futureMain .mainFlex .slider {
    width: 100%;
  }
}
#nyk100-future #futureMain .mainFlex .slider::before {
  position: absolute;
  content: "";
  background-image: url(../images/fuwa02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 443px;
  height: 379px;
  bottom: -140px;
  right: 0;
}
@media screen and (max-width: 979px), print {
  #nyk100-future #futureMain .mainFlex .slider::before {
    width: 61.4vw;
    height: 53vw;
    bottom: -21.6vw;
    right: 10px;
  }
}
#nyk100-future #futureMain .mainFlex .slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}
@media print {
  #nyk100-future #futureMain .mainFlex .slider .slick-slide img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
#nyk100-future #future01,
#nyk100-future #future02,
#nyk100-future #future03 {
  position: relative;
}
#nyk100-future .orangeBg {
  background-image: linear-gradient(180deg, #F8F3E6 0%, #fff 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 610px;
  top: 0;
  left: 0;
}
#nyk100-future .greenBg {
  background-image: linear-gradient(180deg, #E6F8F3 0%, #fff 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 610px;
  top: 0;
  left: 0;
}
#nyk100-future .pinkBg {
  background-image: linear-gradient(180deg, #FFEFEA 0%, #fff 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 610px;
  top: 0;
  left: 0;
}
#nyk100-future #foot {
  color: #fff;
}
#nyk100-future #foot .footBg {
  background-image: url(../images/foot@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 608px;
  padding: 90px 0;
}
#nyk100-future #foot .footBg .footTitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future #foot .footBg .footTitle {
    font-size: 32px;
    line-height: 46px;
  }
}
#nyk100-future #foot .footBg .footText {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
@media screen and (max-width: 979px), print {
  #nyk100-future #foot .footBg .footText {
    font-size: 16px;
    line-height: 32px;
  }
}