@charset "UTF-8";
/* CSS Document */
header.index {
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
}
.wrap-con.index {
  padding-bottom: 100px;
}
.wrap-fv {
  position: relative;
  background: #000;
}
  .wrap-fv::before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    display: block;
    width: 100%;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0; 
    z-index: 2;
  }
  .wrap-fv::after {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    display: block;
    width: 100%;
    height: 160px;
    position: absolute;
    bottom: 0;
    left: 0; 
    z-index: 2;
  }
.fv-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  margin: auto;
  height: 80%;
  width: 100%;
}
.fv-inner h1 {
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0.5) 80%, rgba(255,255,255,0) 100%);
  padding: 2em 0;
  color: #000;
  text-align: center;
  line-height: 1.3;
}
.fv-inner h1 > span {
  display: block;
}
.fv-inner h1 .catch {
  font-size: 2rem;
}
.fv-inner h1 .main {
  font-size: 5.6rem;
  margin-bottom: .25em;
}
.fv-inner h1 .sub {
}
.fv-next {
  position: absolute;
  bottom: 0;
  width: 4em;
  height: 4em;
}
.fv-next a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: rgba(0,0,0,.7);
  border-radius: 100%;
  font-size: 1rem;
  position: relative;
  padding-top: 1.25em;
}
.fv-next a::after {
  position: absolute;
  content: "\e904";
  font-family: 'iconset' !important;
  font-size: 2em;
  display: block;
  bottom: 0;
}
.fv-next a:hover {
  transform: scale(1.2);
}
main {
  background: #000;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
header.index.active {
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
}
  .wrap-fv {
    min-height: 600px;
  }
  .fv-inner h1 {
    width: 800px;
  }
}
@media screen and (min-width: 1920px) {
}
@media screen and (max-width: 959px) {
.wrap-con.index {
  padding-bottom: 80px;
}
  .fv-inner h1 {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0.85) 60%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0) 100%);
    width: 94%;
    max-width: 600px;
  }
  .fv-inner h1 .catch {
        font-size: calc(1.4rem + ((1vw - (300 / 100 * 0.1rem)) * 100 * (20 - 14) / (959 - 300)));
  }
  .fv-inner h1 .main {
    font-size: calc(3.6rem + ((1vw - (300 / 100 * 0.1rem)) * 100 * (56 - 36) / (959 - 300)));
  }
}
@media screen and (max-width: 767px) {
}

/* コンテンツ
-------------------------------------------------*/
.wrap-con.index {
  padding-top: 3em;
}
.wrap-con.index h2 {
  font-size: 3.6rem;
  margin-bottom: 1.25em;
}
.text-lead {
  line-height: 3;
  text-align: center;
}
.wrap-index01-img {
  display: flex;
  margin: 100px 0;
}
.wrap-index01-img > * {
  width: 50%;
  overflow: hidden;
  position: relative;
  max-height: 300px;
  min-height: 240px;
  height: 16vw;
}
.wrap-index01-img > *::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.wrap-index01-img > *:first-child::before {
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.wrap-index01-img > *:last-child::before {
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.wrap-index01-img > * img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.wrap-index01 {
   display: flex;
  justify-content: space-between;
  max-width: 1200px;
  border-left: 1px solid #666;
  margin-bottom: 100px;
}
.wrap-index01 > * {
  width: calc(100% / 3);
  border-right: 1px solid #666;
  padding: 1em 3.3%;
}
.wrap-index01 h3 {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: .75em;
}
.wrap-index01 h3 span {
  color: #999;
  font-size: 1.8rem;
  display: block;
}
.nav-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-page li {
  width: 18%;
  max-width: 240px;
  margin: 0;
}
.wrap-insta {
	margin-top: 4em;
	text-align: center;
}
.wrap-insta img {
	width: 10rem;
}
.wrap-insta span {
	font-size: .8em;
	margin-top: .5em;
}
.wrap-insta span a {
	border-bottom: 1px solid rgb(255, 255, 255, 0);
	padding-bottom: .5em;
}
.wrap-insta span a:hover {
	border-bottom: 1px solid rgb(255, 255, 255, 1);
}
@media screen and (max-width: 1100px) {
.nav-page {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 600px;
}
.nav-page li {
  width: 48%;
  max-width: inherit;
  margin: 0;
}
}
@media screen and (max-width: 959px) {
  .wrap-index01-img {
    display: block;
    margin: 80px 0;
  }
  .wrap-index01-img > * {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-con.index h2 {
    font-size: 2.8rem;
  }
  .text-lead {
    max-width: 480px;
    line-height: 2;
    margin: auto;
  }
.wrap-index01-img > *::before {
  content: '';
  display: block;
  height: 100%;
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
  .wrap-index01-img > *:last-child::before {
    left: auto;
    right: 0;
  }
  .wrap-index01 {
  display: block;
  border-left: none;
  max-width: 480px;
  margin-bottom: 40px;
  }
  .wrap-index01 > * {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #666;
    padding: 2em 6%;
  }
    .wrap-index01 > *:last-child {
      border-bottom: none;
  }
  .wrap-index01 h3 {
    font-size: 2.6rem
  }
  .wrap-index01 h3 span {
    font-size: 1.6rem;
  }
.nav-page {
  max-width: 480px;
  display: block;
  }
  .nav-page li {
    font-size: 1.4rem;
    width: 80%;
    max-width: 80%;
    margin: 0 auto .75em auto !important;
  }
    .nav-page li:last-child {
      margin-bottom: 0 !important;
  }
}

/*　スライダー　*/
/* ============================================ */
/* スライダーのサイズ
-------------------------------------------------*/
.splide .splide__slide img,
.splide .splide__slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide__track {
  min-height: 600px;
  height: 100vh;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
}
@media screen and (max-width: 959px) {
/*
.splide__track {
  height: calc(100vh - 5vw - 4px);
  max-height: 100vw;
  width: 100%;
}
*/
}
/*背景スライダー
-------------------------------------------------*/
.splide__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 960px) {
}
@media screen and (max-width: 959px) {
}
/* フェードインテキストのスタイル 
-------------------------------------------------*/
  /* スライドフェードイン */
.splide__slide.is-active img {
  animation-delay: 0;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-name: fadeInScale;
}
.splide__slide.is-prev img,
.splide__slide.is-next + .splide__slide + .splide__slide img {
  transform: scale(1.05);
}

@keyframes fadeInScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.05);
    opacity: 1;
  }
}
.pagination {
  transform: translateX(0%);
  z-index: 2;
  display: block;
  left:0;
  height:4px;
  bottom:-4px;
  width: 100%;
  position:absolute;
}
  .pagination #progressBarOuter {
    overflow: hidden;
    width: 100%;
    height: 4px;
    display: block;
    background-color: white;
    position: relative;
}
    .pagination #progressBarOuter #progressBar {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background-color: #845400;
      top: 0;
      left: 0;
      animation: linear 3500ms;
      animation-fill-mode: backwards;
      opacity: 0;
      transform-origin: left; 
}
@keyframes progressAnime {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1.4); } 
}

/*print CSS
-------------------------------------------------*/
@media print {
.splide.auto,
  .wrap-fv,
  .splide__list,
  .splide__track{
    height: 60vh !important;
  }
  .wrap-lead {
  display: flex;
  background: rgba(256,256,256,0.1);
  width: 50%;
  padding: 0 3vw;
  margin-left: auto;
  backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  height: 60vh;
  max-height: 60vh;
  min-height: 60vh;
}
  .splide__slide {
    overflow: hidden;
    width: calc(50%) !important;
  }
}
