@charset "utf-8";
/* CSS Document */

header.fix { position: fixed; left: 0; top: 0; width: 100%; z-index: 1000; }

#mv { position: relative; height: 100vh; }
#mv .swiper-vision { position: relative; top: 10vh; right: 0; width: 90%; height: 80vh; border-radius: 20px; }

#mv .video { min-width: 100%; min-height: 100vh; position: absolute; top: 0; left: 0; z-index: 1; border: none; background: none; }
#mv .img-zoom { min-width: 100%; min-height: 100vh; position: absolute; top: 0; left: 0; z-index: 1; border: none; background: none; }
/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  #mv .swiper-slide-mv .video { width: 100%; top: 50%; transform: translateY(-50%); }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
 #mv .swiper-slide-mv .video { height: 100%; left: 50%; transform: translateX(-50%); }
}

#mv .mainCopy .copyEn { color: rgba(255,255,255,0.9); word-break: keep-all; line-height: 1.0; margin-bottom: 0px; font-weight: bold; font-family:'Roboto Condensed', sans-serif; font-weight:bold; letter-spacing: 0.01em; }
#mv .mainCopy .copyEn span { color: rgba(0,197,200,1); }
#mv .copyJp { color: #000; z-index: 10; font-family: "Noto Serif JP", serif; margin-top: 20px; }
#mv .copyJp span { background: rgba( 0,197,200,0.75 ); padding: 10px 20px; color: #fff;}
#mv .mainCopy .subCopyEn { color: rgba(0,197,200,1); word-break: keep-all; line-height: 1.0; margin-bottom: 0px; font-weight: bold; font-family:'Roboto Condensed', sans-serif; font-weight:bold; letter-spacing: 0.01em; }
#mv .mainCopy .subCopyEn span { color: #fff; }

.swiper-slide-img { width: 100%; height: 100vh; }
.swiper-slide-img01 { background-image:url("../img/common/slide01.jpg"); background-size: cover; background-position: center bottom; }
.swiper-slide-img02 { background-image:url("../img/common/slide02.jpg"); background-size: cover; background-position: center; }
.swiper-slide-img03 { background-image:url("../img/common/slide03.jpg"); background-size: cover; background-position: center; }
.swiper-slide-img04 { background-image:url("../img/common/slide04.jpg"); background-size: cover; background-position: center; }
.swiper-slide-img05 { background-image:url("../img/common/slide05.jpg"); background-size: cover; background-position: center; }

.swiper-slide-active .swiper-slide-img,
.swiper-slide-duplicate-active .swiper-slide-img,
.swiper-slide-prev .swiper-slide-img{
  animation: zoomUp 6s linear 0s 1 normal both;  
}
.swiper-slide img{
  display: block;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}


@media screen and (max-width: 599px) {
	#mv .swiper-vision { height: 70vh; top: 12vh; width: 80%;  }
	#mv .mainCopy { position: absolute; left: 4%; bottom: 10%; z-index: 10; width: 100%; }
	#mv .mainCopy .copyEn { font-size: 2.4rem; }
	#mv .mainCopy .subCopyEn { font-size: 1.1rem; }
	#mv .copyJp { font-size: 0.7em;  }
	#mv .copyJp span { padding: 7px 20px; }
	
	#mv .headlineNews { position: absolute; left: 8%; bottom: 8vh; /*display: flex; justify-content: flex-start; align-items: center;*/ border-bottom: 1px solid #000; padding-bottom: 5px; width: 85%; }
	#mv .headlineNews .cate { display: flex; justify-content: flex-start; align-items: center; margin-right: 1em; margin-bottom: 10px; }
	#mv .headlineNews .cate dt { background: var(--base-color); padding: 1px 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; color: #fff; font-size: 0.8em; }
	#mv .headlineNews .cate dd { padding: 1px 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; color: #000; font-size: 0.8em; }
	#mv .headlineNews p { margin-bottom: 0px; font-size: 0.9em; }
	#mv .headlineNews p:after { content: "\f30b"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; top: 50%; right: 0; transform: translateY(-50%); color: #ccc; transition: .3s; opacity: 0.7; }
	#mv .headlineNews p:hover:after { right: 2%; }
	
	#mv .headlineAccess { display: none; }
	
	.swiper-slide-img { width: auto; height: 100%; }
	.swiper-slide-img01 { background-image:url("../img/common/slide01_sp.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img02 { background-image:url("../img/common/slide02_sp.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img03 { background-image:url("../img/common/slide03_sp.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img04 { background-image:url("../img/common/slide04_sp.jpg"); background-size: cover; background-position: center; }
	.swiper-slide-img05 { background-image:url("../img/common/slide05_sp.jpg"); background-size: cover; background-position: center; }
}
@media screen and (min-width: 600px) {
	#mv .mainCopy { position: absolute; left: 4%; bottom: 10%; z-index: 10; width: 100%; }
	#mv .headlineNews { position: absolute; left: 6%; bottom: 3vh; display: flex; justify-content: flex-start; align-items: center; border-bottom: 1px solid #000; width: 30%; padding-bottom: 5px; }
	#mv .headlineNews .cate { display: flex; justify-content: flex-start; align-items: center; margin-right: 0.5em; }
	#mv .headlineNews .cate dt { background: var(--base-color); padding: 1px 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; color: #fff; font-size: 0.9em; }
	#mv .headlineNews .cate dd { padding: 1px 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; color: #000; font-size: 0.9em; }
	#mv .headlineNews p { margin-bottom: 0px; font-size: 0.9em; }
	#mv .headlineNews p:after { content: "\f30b"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; top: 50%; right: 0; transform: translateY(-50%); color: #ccc; transition: .3s; opacity: 0.7; }
	#mv .headlineNews p:hover:after { right: 2%; }
	#mv .headlineAccess { position: absolute; right: 1.0%; top: 15%; display: flex; justify-content: center; align-items: center; flex-direction: column; }
	#mv .headlineAccess .pin { width: 50px; margin-bottom: 10px; }
	#mv .headlineAccess p { writing-mode: vertical-rl; margin-bottom: 0px; line-height: 1.0; font-size: 0.9em; font-weight: bold; transition: .3s; }
	#mv .headlineAccess p a:hover { text-decoration: none; }
	#mv .headlineAccess p:after { content: "\f078"; font-weight: 900; font-family: "Font Awesome 5 Free"; margin-top: 1em; color: var(--base-color); font-size: 0.8em; }
	#mv .headlineAccess p:hover:after { margin-top: 1.5em; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	#mv .mainCopy .copyEn { font-size: 4.0rem; }
	#mv .mainCopy .subCopyEn { font-size: 1.4rem; }
	#mv .copyJp { font-size: 0.9rem; }
	#mv .headlineNews { width: 60%; }
	#mv .headlineAccess { display: none; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {
	#mv .mainCopy .copyEn { font-size: 4.5rem; }
	#mv .mainCopy .subCopyEn { font-size: 1.5rem; }
	#mv .copyJp { font-size: 0.95rem; }
	
	#mv .headlineAccess { display: none; }
	#mv .headlineAccess { position: absolute; right: 0.5%; }
	#mv .headlineAccess .pin { width: 40px; }
	#mv .headlineAccess p { font-size: 0.85em; }
	#mv .headlineNews { width: 85%; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {
	#mv .mainCopy .copyEn { font-size: 5.0rem; }
	#mv .mainCopy .subCopyEn { font-size: 1.6rem; }
	#mv .copyJp { font-size: 1.00rem; }
	
	#mv .headlineAccess { position: absolute; right: 0.5%; }
	#mv .headlineAccess .pin { width: 40px; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px) {
	#mv .mainCopy .copyEn { font-size: 5.5rem; }
	#mv .mainCopy .subCopyEn { font-size: 1.7rem; }
	#mv .copyJp { font-size: 1.05rem; }
	
	#mv .headlineAccess { position: absolute; right: 0.5%; }
	#mv .headlineAccess .pin { width: 45px; }
}
@media screen and (min-width: 1290px) and (max-width: 1389px) {
	#mv .mainCopy .copyEn { font-size: 6.0rem; }
	#mv .mainCopy .subCopyEn { font-size: 1.8rem; }
	#mv .copyJp { font-size: 1.1rem; }
	
	#mv .headlineAccess { position: absolute; right: 0.5%; }
}
@media screen and (min-width: 1390px) and (max-width: 1489px) {
	#mv .mainCopy .copyEn { font-size: 6.5rem; }
	#mv .mainCopy .subCopyEn { font-size: 1.9rem; }
	#mv .copyJp { font-size: 1.15rem; }
	
	#mv .headlineAccess { position: absolute; right: 0.75%; }
}
@media screen and (min-width: 1490px) {
	#mv .mainCopy .copyEn { font-size: 7.0rem; }
	#mv .mainCopy .subCopyEn { font-size: 2.0rem; }
	#mv .copyJp { font-size: 1.2rem; }
}

#mv .swiper-parentDiv .swiper-pagination { display: flex; justify-content: flex-end; width: 98%; }
#mv .swiper-pagination-bullet { border-radius: 0px; width: 30px; height: 2px; background: var(--base-color); margin: 10px 1px; }
@media screen and (max-width: 599px) {
	#mv .swiper-parentDiv .swiper-pagination { display: flex; justify-content: flex-start; margin-left: 8%; }
}

#mv .headlineNews p a         { resize: none; }
#mv .headlineNews p a:link    { color:#333; text-decoration: none; }
#mv .headlineNews p a:visited { color:#333; text-decoration: none; }
#mv .headlineNews p a:hover   { color:var(--base-color); text-decoration: none; }
#mv .headlineNews p a:active  { color:#333; text-decoration: none; }

#mv .headlineAccess p a         { resize: none; }
#mv .headlineAccess p a:link    { color:#333; text-decoration: none; }
#mv .headlineAccess p a:visited { color:#333; text-decoration: none; }
#mv .headlineAccess p a:hover   { color:var(--base-color); text-decoration: none; }
#mv .headlineAccess p a:active  { color:#333; text-decoration: none; }

/*フワッと表示*/
.swiper-slide-active .mv-fadeup { opacity: 0; }
.swiper-slide-active .mv-fadeup.add-show {
	animation-name: mvfadeupAnime;/*アニメーションの定義名*/
	animation-duration:.8s;/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
}
/*アニメーションの開始から終了までを指定する*/
@keyframes mvfadeupAnime{
  from {
	  opacity: 0;
	  transform: translateX(-100px);
  }
  to {
	  opacity: 1;
	  transform: translateX(0);
  }
}
.swiper-slide-active .mv-fadeup-R { opacity: 0; }
.swiper-slide-active .mv-fadeup-R.add-show {
	animation-name: mvfadeupAnimeR;/*アニメーションの定義名*/
	animation-duration:.8s;/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
}
/*アニメーションの開始から終了までを指定する*/
@keyframes mvfadeupAnimeR{
  from {
	  opacity: 0;
	  transform: translateX(100px);
  }
  to {
	  opacity: 1;
	  transform: translateX(0);
  }
}
/*-- Scroll Down -------------------------------------------------------------*/
.scroll-down {
  position:absolute; left:1%; bottom:2%; z-index:5;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.scroll-down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg,rgba(#fff, 0) 0, rgba(#fff, .8) 80%, rgba(#fff, .8) 100%);
  }

.scroll-down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 10px 110px;
  color: var(--base-color);
  font-size: 11px;
  font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
}

.scroll-down a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #ddd;
}

.scroll-down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: var(--base-color);
}

.scroll-down a:hover {
  opacity: .5;
}

@media screen and (max-width: 899px) {
	.scroll-down a { font-size: 10px; margin: 0; padding: 10px 0px 110px; left: 5px;}
}

#mvScrl a:after {
  animation: mvScrl01 2.0s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes mvScrl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}







