@charset "UTF-8";
#function_def {
	margin: 0 auto;
	text-align: center;
}
#function_def ul {
	letter-spacing: -.40em;
	line-height: 0 !important;
	height: 5px;
}
#function_def ul li {
	text-align: center;
	display: inline-block;
	width: 50px;
	padding-top: 30px;
	vertical-align: top;
	line-height: 0 !important;
}
#function_def ul li img {
	mix-blend-mode: screen;
	width: 50px;
	height: 50px;
}
#function_def ul li:nth-child(1) {
	padding-top: 15px;
}
#function_def ul li:nth-child(2) {
	margin-left: -30px;
	padding-top: 0;
}
#function_def ul li:nth-child(3) {
	margin-left: -40px;
}
#function_def ul.active li {
	width: 33.33%;
	padding-top: 0;
	margin-left: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98) 0.5s;
	transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98) 0.5s;
}
#function_def ul.active li img {
	-webkit-animation: anime1 1.8s cubic-bezier(0.66, 0.12, 0, 0.98) forwards;
	animation: anime1 1.8s cubic-bezier(0.66, 0.12, 0, 0.98) forwards;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
 @keyframes anime1 {
 0% {
 width: 50px;
}
 80% {
 width: 100%;
 height: 5px;
}
 100% {
 width: 100%;
 height: 0px;
}
}
 @-webkit-keyframes anime1 {
 0% {
 width: 50px;
}
 80% {
 width: 100%;
 height: 5px;
}
 100% {
 width: 100%;
 height: 0px;
}
}
 @keyframes anime2 {
 0% {
 top: 0;
 height: 0;
}
 50% {
 height: 100%;
 top: 0;
}
 100% {
 top: 100%;
 height: 0;
}
}
 @-webkit-keyframes anime2 {
 0% {
 top: 0;
 height: 0;
}
 50% {
 height: 100%;
 top: 0;
}
 100% {
 top: 100%;
 height: 0;
}
}
 @keyframes anime3 {
 0% {
 -webkit-transform:translate(0, 50px);
 transform:translate(0, 50px);
 opacity:0;
}
 100% {
 -webkit-transform:translate(0, 0px);
 transform:translate(0, 0px);
 opacity: 1;
}
}
 @-webkit-keyframes anime3 {
 0% {
 -webkit-transform:translate(0, 50px);
 transform:translate(0, 50px);
 opacity:0;
}
 100% {
 -webkit-transform:translate(0, 0px);
 transform:translate(0, 0px);
 opacity: 1;
}
}
.top-zone01-ul01 > li:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
}
.top-zone01-ul01 > li:nth-child(1):after {
	background: rgba(255,0,0,1.00)
}
.top-zone01-ul01 > li:nth-child(2):after {
	background: rgba(0,255,0,1.00)
}
.top-zone01-ul01 > li:nth-child(3):after {
	background: rgba(0,0,255,1.00)
}
.top-zone01-ul01 > li.active:after {
	-webkit-animation: anime2 1s cubic-bezier(0.66, 0.12, 0, 0.98) forwards;
	animation: anime2 1s cubic-bezier(0.66, 0.12, 0, 0.98) forwards;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.top-zone01-ul01 > li .li-inr {
	opacity: 0;
}
.top-zone01-ul01 > li:nth-child(1).active .li-inr {
	-webkit-animation: anime3 0.8s ease forwards;
	animation: anime3 0.8s ease forwards;
	-webkit-animation-delay: 3.8s;
	animation-delay: 3.8s;
}
.top-zone01-ul01 > li:nth-child(2).active .li-inr {
	-webkit-animation: anime3 0.8s ease forwards;
	animation: anime3 0.8s ease forwards;
	-webkit-animation-delay: 4.0s;
	animation-delay: 4.0s;
}
.top-zone01-ul01 > li:nth-child(3).active .li-inr {
	-webkit-animation: anime3 0.8s ease forwards;
	animation: anime3 0.8s ease forwards;
	-webkit-animation-delay: 4.2s;
	animation-delay: 4.2s;
}



.sliderMv{
  position: relative;
}

/*20190624 追加分*/
/*
.sliderMv.slide_img{
  display: none;
}
.sliderMv.slide_img.slick-initialized{
  display: block;
}
*/
/**/
.slick-dots{
  display: inline-block;
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li{
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button{
  font-size: 0;
  border: 0;
  background-color: #fff;
  border-radius: 100px;
  padding: 5px
}
.slick-active button{
  background-color: #1965b0 !important;
}

.slide_img .slideImg{
  z-index: -1;
  }

 @-webkit-keyframes slide {
    0% {
        background-position: -30px;
    }
   75%{
     background-position: 0px 0px;
   }
    100% {
         background-position: 0px 0px;
    }
}
 
.slide_img .slideImg {
    -webkit-animation-name: slide;
    animation-name: slide;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

/*20190605 追加分*/

.body_area{
  margin-top: 0px;
}

/*20190624 add*/
.top-zone01-ul01 > li .li-inr .txt-box{
	opacity: 0;
}
.top-zone01-ul01 > li:nth-child(1).active .li-inr .txt-box{
	animation: anime4 0.8s ease forwards;
	animation-delay: 3.8s;
}
.top-zone01-ul01 > li:nth-child(2).active .li-inr .txt-box{
	animation: anime4 0.8s ease forwards;
	animation-delay: 4.0s;
}
.top-zone01-ul01 > li:nth-child(3).active .li-inr .txt-box{
	animation: anime4 0.8s ease forwards;
	animation-delay: 4.2s;
}
 @keyframes anime4 {
 0% {
 opacity:0;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes anime4 {
 0% {
 opacity:0;
}
 100% {
 opacity: 1;
}
}

/*20190625 追加分*/
.slider_sp{
  display: none;
}
.slider_pc{
  display: block;
}
@media screen and (max-width: 1024px){
  .slider_sp{
    display: block;
    margin-top: 50px;
  }
/*
  .slider_sp ul li{
    max-height: 550px;
  }
*/
  .slider_pc{
    display: none;
  }
}

/*20240619 追加分*/
.top-mv-wrapper .video_area {
	overflow: hidden;
}
@media screen and (max-width: 1024px){
	.top-mv-wrapper .video_area video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100% !important;
	}
}