/*!
// Contents
// ------------------------------------------------
/* headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "adobe-garamond-pro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "myriad-pro", sans-serif;
    color: #333333;
    font-weight: 400;
    margin-bottom: 1rem;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "adobe-garamond-pro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "myriad-pro", sans-serif;
    color: #333333;
    font-weight: 400;
}

.display-1 {
    font-size: 2.3rem;
}

.display-2 {
    font-size: 2.1rem;
}

.display-3 {
    font-size: 1.9rem;
}

.display-4 {
    font-size: 1.7rem;
}

.h1, h1 {
    font-size: 1.55rem;
}

.h2, h2 {
    font-size: 1.4rem;
}

.h3, h3 {
    font-size: 1.3rem;
}

.h4, h4 {
    font-size: 1.2rem;
}

/*!---------- 5. SECTIONS ----------*/
section,
footer {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
footer {
  padding: 72px 0;
}
.main-container{
}
.fullscreen-top {
}
@media all and (max-width: 767px) {
  section {
    padding: 0;
  }
}
.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #292929;
  opacity: 0.3;
  z-index: 2;
}
.overlay-heavy:before {
  opacity: .6;
}
.bg-light.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.1;
  z-index: 2;
}
.image-bg .container,
.image-bg div[class*='col-'] {
  position: relative;
  z-index: 3;
}
.container.image-bg .row {
  position: relative;
  z-index: 3;
}
.background-image-holder1, .background-image-holder2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.background-image-holder1 img, .background-image-holder2 img,  {
  display: none;
}
.background-multiply .background-image-holder1, .background-multiply .background-image-holder2 {
  background-blend-mode: multiply;
}
.background-image-holder1.fadeIn, .background-image-holder2.fadeIn {
  opacity: 1;
}
.parallax > .background-image-holder1,
.parallax .slides li > .background-image-holder1,
.parallax > .background-image-holder2,
.parallax .slides li > .background-image-holder2 {
  top: -50vh;
  transition: all 0s ease !important;
  transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}
.parallax:first-child .slides li > .background-image-holder1,
.parallax:first-child .background-image-holder1,
.parallax:first-child .slides li > .background-image-holder2,
.parallax:first-child .background-image-holder2 {
  top: 0;
}
.main-container > a:first-child + .parallax .background-image-holder1, .main-container > a:first-child + .parallax .background-image-holder2 {
  top: 0;
}
@media all and (max-width: 767px) {
  .parallax > .background-image-holder1,
  .parallax .slides li > .background-image-holder1,
  .parallax > .background-image-holder2,
  .parallax .slides li > .background-image-holder2 {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
  }
}
/*!---------- 23. SLIDERS ----------*/
.image-slider {
  position: relative;
}
.image-slider .slides {
  position: relative;
  overflow: hidden;
  width:100%;
  height:auto;
}
.image-slider .slides li {
  position: relative;
  overflow: hidden;
}
.image-slider .slides li > img {
  width: 100%;
}
.row .image-slider {
}
.image-slider.height-70 .slides li {
  height: 70vh;
  min-height: 600px;
}
@media all and (max-width: 767px) {
  .image-slider.height-70 .slides li {
    height: auto;
    min-height: none;
    padding: 0;
  }
  .image-slider.height-70 .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
.flex-direction-nav a.flex-next {
  right: 16px;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  content: "\e649";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
.flex-direction-nav a.flex-prev {
  left: 16px;
}
.flex-direction-nav a.flex-prev:before {
  content: "\e64a";
}
.flex-direction-nav a {
  opacity: 1;
  text-shadow: none;
  color: rgba(0, 0, 0, 0);
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
}
.flex-control-nav li {
  overflow: hidden;
}
.flex-control-nav li a {
  background: none;
  border: 2px solid #292929;
  width: 10px;
  height: 10px;
}
@media all and (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }
}
.controls-inside .flex-control-nav {
  bottom: 24px;
  z-index: 10;
}
.controls-inside .flex-control-nav li a {
  border-color: #fff;
}
.controls-inside .flex-control-nav li a.flex-active {
  background: #fff;
}
.image-bg .flex-control-nav li a {
  border-color: #fff;
}
.image-bg .flex-control-nav li a.flex-active {
  background: #fff;
}
.slider-thumb-controls .flex-control-thumbs {
  margin: 0;
}
.slider-thumb-controls .flex-direction-nav {
  display: none;
}
@media all and (max-width: 767px) {
  .slider-thumb-controls .flex-control-thumbs {
    display: none;
  }
  .slider-thumb-controls .flex-direction-nav {
    display: block;
  }
}
.logo-carousel li {
  text-align: center;
}
.logo-carousel li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
.logo-carousel li:hover {
  opacity: 1;
}
.logo-carousel img {
  max-height: 60px;
}
@media all and (max-width: 767px) {
  .logo-carousel .slides li {
    width: 100%;
  }
}
.text-slider .flex-direction-nav li a:before {
  color: #222;
}
.image-bg .text-slider .flex-direction-nav li a:before {
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
.image-bg .text-slider .flex-direction-nav li a:hover:before {
  opacity: 1;
}
.text-slider .flex-direction-nav a.flex-prev {
  left: -60px;
}
.text-slider .flex-direction-nav a.flex-next {
  right: -60px;
}
.kenburns .slides li:nth-of-type(odd) .background-image-holder1, {
  animation: kenBurnsEast 25s linear infinite alternate;
  -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}
.kenburns .slides li:nth-of-type(even) .background-image-holder1 {
  animation: kenBurnsWest 25s linear infinite alternate;
  -webkit-animation: kenBurnsWest 25s linear infinite alternate;
}
@keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@-webkit-keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@-webkit-keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@media all and (max-width: 767px) {
  .kenburns .slides li .background-image-holder1 {
    animation: none !important;
    -webkit-animation: none !important;
  }
}
/*!---------- 25. INTROS ----------*/
.cover {
  margin: 0;
  padding: 0;
}
.cover:first-child .fullscreen-top {
  max-height: 100%;
}
.cover.fullscreen-top .slides > li {
}
.cover .slides li .container {
  z-index: 4;
  position: relative;
}
.cover .flex-control-nav {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .9;
}
.cover .flex-control-nav:hover {
  opacity: 1;
}
.cover .align-bottom {
  padding: 0 32px;
  bottom: 16px;
}
.cover .align-top {
  padding: 0 32px;
}
@media all and (max-width: 767px) {
  .cover .align-bottom {
    padding: 0 15px;
  }
  .cover .align-bottom.relative-xs {
    position: relative;
    bottom: 0;
  }
  .cover.fullscreen-top {
    padding: 0;
  }
  .cover.fullscreen-top.image-slider {
    padding: 0;
  }
  .cover.fullscreen-top .container {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
/*!---------- 36. SPACING ----------*/
@media all and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .pt-xs-240 {
    padding-top: 240px !important;
  }
  .pb-xs-240 {
    padding-bottom: 240px !important;
  }
}


/*調整*/
.nk-news dt {
  line-height: 1.65;
}
.nk-news dd {
  line-height: 1.65;
}
.flex-direction-nav {
  display: none;
}

.todetails {
  position: absolute;
  z-index: 9999;
  left:45px;
  bottom: 40px;
}
.todetails h2 {
  padding-left: 2px;
  margin-bottom: 5px;
}
.viewall {
  position: fixed;
  z-index: 200;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.viewall a {
  font-size: 1.1rem;
}
.viewall .nk-btn-2:hover:after {
    opacity: 0.5;
    -webkit-transform: scaleX(5.6);
        -ms-transform: scaleX(5.6);
            transform: scaleX(5.6);
}
.todetails a, .viewall a {
}
.todetails span, .viewall span {
  font-size: 11px;
}
@media all and (max-width: 767px) {
  .todetails {
    left:20px;
    bottom: 30px;
  }
  .viewall {
    bottom: 30px;
  }
}
@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */
   .background-image-holder2 {
     display: none;
   }
}
@media screen and (orientation: portrait) {
   /* 縦向きの場合のスタイル */
   .background-image-holder1 {
     display: none;
   }
}

body.home {
  max-width: 100%;
  height: 100%;
}
