/*================================================================================
FileName: _layout.scss
================================================================================*/
.mb15 {margin-bottom: 15px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb65 {margin-bottom: 65px !important;}

@media screen and (min-width:897px) {
.mbP15 {margin-bottom: 15px !important;}
.mbP25 {margin-bottom: 25px !important;}
.mbP35 {margin-bottom: 35px !important;}
.mbP45 {margin-bottom: 45px !important;}
.mbP55 {margin-bottom: 55px !important;}
.mbP65 {margin-bottom: 65px !important;}
}

@media screen and (max-width:896px) {
.mbS15 {margin-bottom: 15px !important;}
.mbS25 {margin-bottom: 25px !important;}
.mbS35 {margin-bottom: 35px !important;}
.mbS45 {margin-bottom: 45px !important;}
.mbS55 {margin-bottom: 55px !important;}
.mbS65 {margin-bottom: 65px !important;}
}

	.w100 {
		width: 100% !important;
	}
	.w90 {
		width: 90% !important;
	}
	.w80 {
		width: 80% !important;
	}
	.w70 {
		width: 70% !important;
	}
	.w60 {
		width: 60% !important;
	}
	.w50 {
		width: 50% !important;
	}
	.w40 {
		width: 40% !important;
	}
	.w30 {
		width: 30% !important;
	}
	.w20 {
		width: 20% !important;
	}
	.w10 {
		width: 10% !important;
	}

@media only screen and (min-width: 897px) {
	.flexPcrr {
		flex-direction: row-reverse;
	}
	.wPC100 {
		width: 100% !important;
	}
	.wPC90 {
		width: 90% !important;
	}
	.wPC80 {
		width: 80% !important;
	}
	.wPC70 {
		width: 70% !important;
	}
	.wPC60 {
		width: 60% !important;
	}
	.wPC50 {
		width: 50% !important;
	}
	.wPC40 {
		width: 40% !important;
	}
	.wPC30 {
		width: 30% !important;
	}
	.wPC20 {
		width: 20% !important;
	}
	.wPC10 {
		width: 10% !important;
	}
}

@media only screen and (max-width: 896px) {
	.wSP100 {
		width: 100% !important;
	}
	.wSP90 {
		width: 90% !important;
	}
	.wSP80 {
		width: 80% !important;
	}
	.wSP70 {
		width: 70% !important;
	}
	.wSP60 {
		width: 60% !important;
	}
	.wSP50 {
		width: 50% !important;
	}
	.wSP40 {
		width: 40% !important;
	}
	.wSP30 {
		width: 30% !important;
	}
	.wSP20 {
		width: 20% !important;
	}
	.wSP10 {
		width: 10% !important;
	}
}



.coverWrap {
	position: relative;
}
.coverWrap .video-control {
	position: absolute;
	top: 10px;
	right: 10px;
} 
.cover {
	position: relative;
	/*height: calc(100vh - 130px);*/
}

@media screen and (min-width: 897px){
	.cover__card__body{
    color: #000;
    text-align: center;
    background-color: rgba(255,255,255,0.75);
    padding: 35px 25px 50px 25px;
    width: 80%;
    margin: auto;
}	
	
.cover__title {
    display: block;
    width: 100%;
	max-width: 100%;
    /*padding-top: 4em;*/
	font-size: 40px;
	font-weight: 500;
	line-height: 1.6;
}
}
@media screen and (max-width: 896px){
	.cover__card__body{
		color: #000;
	text-align: center;
    background-color: rgba(255,255,255,0.7);
	padding: 30px 20px 20px;
	margin-bottom: 50px;
	width: 90%;
    margin: 0 auto 50px
}	
	
.cover__title {
    display: block;
    width: 100%;
	max-width: 100%;
    /*padding-top: 4em;*/
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
}
}

.cover__card {
	overflow: hidden;
	/*max-width: 50%;*/
	padding: /*2.5%*/4% 2.5% 8%;
	margin-top: 20px;
}
.cover__scrollBtn {
	/*position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5px;
	width: 100px;
	margin: auto;*/
	position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
	transition: all 2s 0s ease;
	
	animation-name: scroll_01;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	/*animation-fill-mode: forwards;*/
	animation-fill-mode: both;
	animation-delay: /*24*//*5*/0s;
	opacity: 0;
}

@media screen and (max-width: 896px){
.cover__scrollBtn {
    bottom: 20%;
}
}

@keyframes scroll_01 {
  0% {
    opacity: 0;
	  transform: translateY(30px)
  }
  100% {
    opacity: 1;
	  transform: translateY(0)
  }
}


.cover__scrollBtn.disp {
	animation-name: scroll_disp;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-delay: 0s;
}

@keyframes scroll_disp {
  0% {
    opacity: 1;
	  transform: translateY(0px)
  }
  100% {
    opacity: 0;
	  transform: translateY(30px)
  }
}



@media screen and (min-width: 897px){
/*.cover__scrollBtn {
	margin-top: 0;
	}*/
.fade-slide .mv-slide ul {
    height: 60vh;
}
}

@media screen and (max-width: 896px){
.cover__scrollBtn {
	margin-top: 0;
	}
.fade-slide .mv-slide ul {
    height: 133vw;
}
}
.cover__scrollBtn__link {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}
.cover__scrollBtn__border {
	position: relative;
	left: 50%;
	overflow: hidden;
	width: 1px;
	height: calc(50px - 1em);
    background-color: hsla(0, 0%, 100%, .4);
}
.cover__scrollBtn__border:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: transrateY-up-down 2s infinite;
	background-color: #fff;
	content: "";
}

/* スクロール インジケータ用 */
@keyframes transrateY-up-down {
	0%{transform:translate3d(0, -100%, 0)}
	100%{transform:translate3d(0, 100%, 0)}
}

@media screen and (max-width: 896px){
	/*.cover {
		height: calc(100vh - 115px);
	}*/
	.cover__card {
		max-width: 100%;
		margin-top: 30px;
	}
	.cover__scrollBtn__link {
		font-size: 10px;
	}
}
@media screen and (orientation: landscape){
	.cover__card {
		/*max-width: 50%;*/
	}
}

.text-hide {
    font-size: 0;
    color: transparent;
}
.text-color--white {
	color: #fff;
}

.buttons{
	display: flex;
	  justify-content: center;
  align-items: center;
}



 .anc_btn {
  width: 150px;
  height: 150px;
margin-right: 15px;
	   overflow: hidden;
	font-weight: normal;
	 border-radius: 75px;

}

.anc_btn:last-of-type{
	margin-right: 0;
}

.anc_btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.6em;
  color: #fff;
  text-align: center;
  /*font-weight: 550;*/
  background-color: #fff;
  text-decoration: none;
		 padding: 15px;
	box-sizing: border-box;

  position: relative;
  z-index: 2;
}
.anc_btn a:before {
  content: '';
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #056EE4;
  transition: all 100ms linear;
}
.anc_btn a:hover {
  color: #056EE4;
}
.anc_btn a:hover:before {
  top: -100%;
}

.anc_btn a:after {
	    content: "";
    display: block;
    margin-right: 12px;
    /*top: 0;*/
    bottom: 12px;
	left: 0;
	right: 0;;
    margin: auto;
    position: absolute;
    height: 8px;
    width: 18px;
    /*right: 14px;*/
	background: url(https://assets.jpn.pioneer/ja/assets/img/icon_arrow_w_down01.svg) no-repeat bottom center;
    background-size: 18px;
	
}

.anc_btn a:hover:after {

	background: url(https://test-assets.jpn.pioneer/ja/assets/img/icon_arrow_down01.svg) no-repeat bottom center;

	
}


.anc_btn span.strength{
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

.anc_btn span.strength_title{
	font-weight: 600;
	font-size: 1.3rem;
	display: block;
}

.anc_btn:nth-of-type(1) span.strength_title{
	font-size: 1.0rem;
}

.anc_btn:nth-of-type(2) span.strength_title,
.anc_btn:nth-of-type(3) span.strength_title{
	padding-top: 20px;
}


.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

@media screen and (min-width: 897px){
.section1{
	margin-bottom: 400px;
	/*padding-top: 100px;*/
	background: url("../img/bg01.jpg");
	background-size: 100% 100%;
	padding-top: 100px;
	padding-bottom: 100px;

}
	
	
.section2{
    padding-top: 100px;
    /*background: url("../img/bg01.jpg");*/
	background: url("../img/bg02.jpg");
    background-size: 100% 100%;
}	
	
	
}

@media screen and (max-width: 896px){
.section1{
	margin-bottom: 200px;
	padding: 50px 25px 30px;
	background: url("../img/bg01.jpg");
	background-size: 100% 100%;
}
	
.section2{
	/*margin-bottom: 200px;*/
	padding: 50px 25px 30px;
	background: url("../img/bg02.jpg");
	background-size: 100% 100%;
}		
	
	
}


@media screen and (min-width: 897px){
.boxStyle11 {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
	float: none;
	position: relative;
}
	

	
}
@media screen and (max-width: 896px){
	.boxStyle11 {
	 max-width: 100%;
    margin: 0 auto;
    width: 100%;
	float: none;
	position: relative;
	/*height: 85vh;*/
		padding-bottom: 50px;
	}	
	
}




/*
.boxStyle11.w100 {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
	float: none;
}*/

/*
@media screen and (min-width: 1281px){
.boxStyle11.w100 {
	padding: 0 70px;
	min-width:1080px;

}	
}

@media screen and (min-width:897px) and (max-width:1280px){
.boxStyle11.w100 {
	padding: 0 40px;
	min-width:1080px;

}	
}
*/

.bs11_txt-box {
	color: #fff;
}

@media screen and (min-width: 1001px){
.pcOnly1000{
	display: none;
}
}
@media screen and  (max-width:1000px){
.pcOnly1000{
	display: inline-block;
}
}
/*
@media screen and (max-width:896px){
.pcOnly1000{
	display: none;
}
}
*/

@media screen and (min-width: 897px){
.sound01 .bs11_txt-box,
.sound02 .bs11_txt-box,	
.sound03 .bs11_txt-box,
.sound04 .bs11_txt-box,
.sound05 .bs11_txt-box{
	top: 50%;
  transform: translateY(-50%) ;
  -webkit- transform: translateY(-50%);
}
}
@media screen and (min-width: 1001px){	
.sound01 .bs11_txt-box,
.sound02 .bs11_txt-box,	
.sound03 .bs11_txt-box,
.sound04 .bs11_txt-box,
.sound05 .bs11_txt-box{
position: absolute;
width: 50%;
height: auto;
padding-right: 3%;
padding-left: 3%;
}	
}

@media screen and (max-width: 1000px) and (min-width: 897px){
.sound01 .bs11_txt-box,
.sound02 .bs11_txt-box,	
.sound03 .bs11_txt-box,
.sound04 .bs11_txt-box,
.sound05 .bs11_txt-box{
position: absolute;
width: 53%;
height: auto;
padding-right: 2%;
padding-left: 2%;
}	
}

@media screen and (min-width: 1001px){	
/*.sound01 .bs11_txt-box,
.sound02 .bs11_txt-box,*/
.sound03 .bs11_txt-box,
/*.sound04 .bs11_txt-box,*/
.sound05 .bs11_txt-box{
/*position: absolute;*/
width: 52%;
/*height: auto;*/
padding-right: 0%;
padding-left: 2%;
}	
}

@media screen and (max-width: 1000px) and (min-width: 897px){
/*.sound01 .bs11_txt-box,
.sound02 .bs11_txt-box,*/
.sound03 .bs11_txt-box,
/*.sound04 .bs11_txt-box,*/
.sound05 .bs11_txt-box{
/*position: absolute;*/
width: 53%;
/*height: auto;*/
padding-right: 0%;
padding-left: 2%;
}	
}

/*.sound01 .bs11_txt-box*/
@media screen and (min-width: 1001px){
.sound01 .bs11_txt-box {
    /*position: absolute;
    width:50%;
    height: auto;
    top: 15%;
    left:0;*/
	/*padding-left: 3%;*/
  }
}
@media screen and (min-width:897px) and (max-width:1000px){
.sound01 .bs11_txt-box {
    /*position: absolute;
    width: 50%;
    height: auto;
    top: 10%;
    left: 0;*/
	/*padding-left: 0%;*/
  }
}
@media screen and (max-width:896px){
.sound01 .bs11_txt-box {
    position: static;
    width: 100%;
    height: auto;
  }
}


/*.sound02 .bs11_txt-box*/
@media screen and (min-width: 1001px){
.sound02 .bs11_txt-box {
    /*position: absolute;*/
    /*width: 50%;*/
    /*height: auto;*/
    /*top: 20%;*/
    right: 0px;
    /*padding-right: 3%;*/
  }
}
@media screen and (min-width:897px) and (max-width:1000px){
.sound02 .bs11_txt-box {
    /*position: absolute;
    width: 50%;
    height: auto;
    top: 15%;*/
    right: 0px;
    /*padding-right: 3%;*/
  }	
}
@media screen and (max-width:896px){
.sound02 .bs11_txt-box {
    position: static;
    width: 100%;
    height: auto;
  }	
}


/*.sound03 .bs11_txt-box*/
@media screen and (min-width: 1001px){
.sound03 .bs11_txt-box {
    /*position: absolute;
    width: 50%;
    height: auto;
    top: 7%;*/
  }
}
@media screen and (min-width:897px) and (max-width:1000px){
.sound03 .bs11_txt-box {
    /*position: absolute;
    width: 50%;
    height: auto;
    top: 7%;*/
  }
}
@media screen and (max-width:896px){
.sound03 .bs11_txt-box {
    position: static;
    width: 100%;
    height: auto;
  }
}


/*.sound04 .bs11_txt-box*/
@media screen and (min-width: 1201px){
.sound04 .bs11_txt-box {
    /*position: absolute;
    width: 50%;
    height: auto;
    top: 17%;*/
    right: 0px;
    /*padding-right: 3%;*/
  }
}
@media screen and (min-width:897px) and (max-width:1200px){
.sound04 .bs11_txt-box {
    /*position: absolute;
    width: 50%;
    height: auto;
    top: 10%;*/
    right: 0px;
    /*padding-right: 3%;*/
  }
}

@media screen and (max-width:896px){	
.sound04 .bs11_txt-box {
    position: static;
    width: 100%;
    height: auto;
  }
}


/*.sound05 .bs11_txt-box*/
@media screen and (min-width: 1101px){
.sound05 .bs11_txt-box {
    /*position: absolute;
    width: 50%;
    height: auto;
    top: 10%;
    
    padding-right: 0%;*/
  }
}
@media screen and (min-width:897px) and (max-width:1100px){
.sound05 .bs11_txt-box {
    /*position: absolute;
    width: 50%;
    height: auto;
    top: 6%;
    
    padding-right: 0%;*/
  }
}
@media screen and (max-width:896px){
.sound05 .bs11_txt-box {
    position: static;
    width: 100%;
    height: auto;
  }
}




	
	
	
.boxStyle11 .ttl{
	letter-spacing: 0em;
	text-shadow: 0px 0px 5px #fff;
}


@media screen and (min-width: 1001px){
.boxStyle11 .ttl{
    font-size: 33px;
	font-weight: 500;
    padding: 0;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 50px;
  }
}





@media screen and (min-width:897px) and (max-width:1000px){
.boxStyle11 .ttl{
    font-size: 31px;
	font-weight: 500;
    padding: 0;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 30px;

  }
.boxStyle11.sound05 .ttl{
    font-size: 29px;
	}
	
}








@media screen and (max-width: 896px){
.boxStyle11 .ttl{
    font-size: 26px;
	font-weight: 500;
    padding: 0;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 40px;
	margin-top: 0px;
}

	
.boxStyle11 .ttl span{
    font-size: 24px;
	font-weight: 400;

}

}


@media screen and (min-width: 897px){
.boxStyle11 .txt {
    line-height: 1.8;
    letter-spacing: 0em;
	font-size: 15px;
	margin-bottom: 0;
}
	
.boxStyle11.sound02 .txt{
	font-size: 16px;
}
	
.sound02 ul.disc li{
padding: 3px 0;
}
}

@media screen and (min-width: 1151px){
.boxStyle11.sound03 .txt{
	font-size: 14.5px;
	line-height: 1.6;;
  }
}
@media screen and (min-width:981px) and (max-width:1150px){
.boxStyle11.sound03 .txt{
	font-size: 13.0px;
	line-height: 1.4;;
  }	
}
@media screen and (min-width:897px) and (max-width:980px){
.boxStyle11.sound03 .txt{
	font-size: 12.0px;
	line-height: 1.4;;
  }	
}


@media screen and (min-width: 1001px){
.boxStyle11.sound04 .txt{
	font-size: 16px;
}
}
@media screen and (min-width:897px) and (max-width:1000px){
.boxStyle11.sound04 .txt{
	font-size: 14px;
}	
}

@media screen and (min-width: 1041px){
.boxStyle11.sound05 .txt{
	font-size: 15px;
	line-height: 1.6;
}
}
@media screen and (min-width:897px) and (max-width:1040px){
.boxStyle11.sound05 .txt{
	font-size: 13.5px;
	line-height: 1.4;
}	
}


@media screen and (min-width: 897px){
.sound05 .linkStyle01_white {
	font-size: 15px;
	}
}


@media screen and (max-width: 896px){
.boxStyle11 .txt {
    line-height: 1.625;
    letter-spacing: 0em;
    margin-bottom: 0px;
	font-size: 13px;
}
}


.fadeBlock {
overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadeIn {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}




.piomatix-img02{
	position: absolute;
	top:-50px;
}





.moveBlock {
        opacity: 0 !important;
        transform: translateY(200px) !important;
        transition: all 1s;
}

.moveBlock.run {
    opacity: 1 !important;
    transform: translateY(0) !important;
}


.slide-in_left {
        opacity: 0 !important;
        transform: translateX(-500px) !important;
        transition: all 0.25s 0.25s;
}

.slide-in_left.run {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.slide-in_right {
        opacity: 0 !important;
        transform: translateX(500px) !important;
        transition: all 0.25s 0.25s;
}

.slide-in_right.run {
    opacity: 1 !important;
    transform: translateX(0) !important;
}


.piomatix-img02.moveBlock {	
	transition-delay: 2s;
}






@media screen and (min-width: 897px){
.productAre{
	display: flex;
	justify-content: center;
	margin-bottom: 130px;
}
}
@media screen and (max-width: 896px){
.productAre{
    width: 86%;
    margin: 0 auto 80px;
}
}
@media screen and (min-width: 897px){
.productAre .productBox{
	width: 200px;
	height: auto;
	margin: 0 20px;
	text-align: center;
}
}

@media screen and (max-width: 896px){
.productAre .productBox {
    width: 46%;
    height: auto;
    margin: auto 2% 20px;
    text-align: center;
    box-sizing: border-box;
    float: left;
}
}
@media screen and (min-width: 897px){
.productAre .productImgBox{
	width: 200px;
	height: 200px;
	border: solid 1px #ddd;
    border-radius: 50%;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 896px){
.productAre .productImgBox{
	width: 100%;
	height: 100%x;
	border: solid 1px #ddd;
    border-radius: 50%;
	margin-bottom: 10px;
}
}
.productAre .productBox:hover .productImgBox{
	background: #f5f5f5;
}


.productAre .productImgBox img{
	width: 100%;
	height: 100%;
}

.productAre .linkStyle02_black{
	font-weight: normal;
	display: inline-block;
	line-height: 1.4;
}
.productAre .productBox:hover .linkStyle02_black{
	opacity: 0.6;
}
.productAre .linkStyle02_black:after{
	background-size: 8px;
}
.productAre .window.linkStyle02_black:after{
	background-size: 13px;
}
.productAre .linkStyle02_black:not(.window):hover:after{
	transform: translate3D(0, 0, 0);
}
@media screen and (max-width: 896px){
.productAre .linkStyle02_black:not(.window){
	padding-right: 15px;
}
}

@media screen and (min-width: 897px){
/*.linkStyle01:hover, .linkStyle01_black:hover, */.linkStyle01_white:hover {
    border-color: #000;
}
}




@media screen and (min-width: 897px){
#wrapper_bgVideo{
	/*top:130px !important;*/
	/*top:-100px !important;*/
	/*margin: 40vh auto 0;
transform: translateY(-50%);*/
}
}
@media screen and (min-width: 1396px){
#wrapper_bgVideo{
	top:50px !important;
}
}


@media screen and (max-width: 896px){
#wrapper_bgVideo{
	display: none;
	}


.mv_sp {
	position: fixed;
	top:0;
	width: 100vmin;
	height: auto;
}
}
	

.spmv{
	position: fixed;
	top:116px !important;
	width: 100vmin;
	height: auto;
}

	.spmv img{
		width: 100%;
		height: auto;
	}
	
	

	
	
	
	
	/*
	.mv_sp img{
		width: auto;
		height: 100%;
	}*/
	
		


@media screen and (min-width: 897px){
.fwPC200{
		font-weight: 400;
	}
}

	
@media screen and (max-width: 896px){
.ttlStyle02,
.fwSP400{
		font-weight: 400;
	}
	
	
.fwSP500{
		font-weight: 500;
	}
}

@media screen and (min-width: 897px){
	body{
		background: url(../img/mv_pc_00.gif) no-repeat;
		background-size: 100%;
		background-attachment: fixed;
		/*background-position-y: 6vh;*/
	}
}

	body{
		background-color: #0e0e0e;
	}

/*
@media screen and (max-width: 896px){
	body{
		background: url(../img/mv_sp_01.jpg) no-repeat;
	}
}*/

/*
.movie {
	position: absolute;
	width: 100%;
	height:100%;
	overflow: hidden;
}

.movie::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: /*100vh*//*100%;
	height: /*100vh*//*100%;
	background-image: radial-gradient(#111 20%, transparent 21%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
*/

/*
.movie{
    opacity: 0.5;
    background: url("../img/02.png") center center;
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}*/
/*
@media screen and (max-width: 896px){
	.movie{position: absolute;}
}*/

.wall-overray{
	display: none;
	background: #fff;
		opacity: 0;
		animation-name: overray01;
        animation-duration: 4s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode:forwards;
}
@media screen and (min-width: 897px){
.wall-overray{
	display: block;
}	
}
@keyframes overray01 {
  0% {
    opacity: 1;
  }
30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.wall-overray.run{display: none;}

.fadeIn0{
	opacity: 0;
		animation-name: animation00;
        animation-duration: 4s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode:forwards;
}


@keyframes animation00 {
  0% {
    opacity: 0;
  }
30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.comment{
	position: absolute;
	top:3px;
}




/*
.circleIn{
	transition: all 2s 0s ease;

	clip-path: circle(0% at center);
	        top:0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
}

.circleIn.run{
	clip-path: circle(50% at center);
}
*/



/*
@media screen and (max-width: 896px){
.circleIn{
	transition: all 1s 0s ease;
	clip-path: circle(0% at center);
	opacity: 0:
}

.circleIn.run{

	clip-path: circle(50% at center);
	opacity: 1:
}
}
*/

.t-attention-notes{
    /*display: inline-block;*/
	overflow: hidden;
	margin-top: 80px;
}
@media screen and (max-width: 896px){
.t-attention-notes{
	margin-top: 40px;
}
}

.t-attention-notes-inner{
    display: block;
    float: right;
}

.t-attention-notes .notes01{
	margin-left: 0;
}



.notes01 {
    position: relative;
    padding-left: 1.5em;
}



@keyframes slider-fade4 {
  /*0% {opacity: 0;}
  12.5% {opacity: 1;}
  25% {opacity: 1;}
  37.5% {opacity: 0;}
  100% {opacity: 0;}*/
  0% {opacity: 0;}
  12.5% {opacity: 1;}
  25% {opacity: 1;}
  30% {opacity: 0;}
  100% {opacity: 0;}
}

/*
#container .mainVisual {
	position: absolute;
    top: 15vh;	
}*/

@media screen and (max-width: 896px){
/*#contents{background: #000;}*/
}

.fade-slide .mv-slide ul:before {
    /*padding-top: 100%;*/
}


@media screen and (min-width: 897px){
.fWhitePC {
    color: #ffffff !important;
}.fBlackPC {
    color: #000 !important;
}
}

@media screen and (max-width: 896px){
.fWhiteSP {
    color: #fff !important;
}
	
.fBlackSP {
    color: #000 !important;
}
}





@media screen and (min-width: 876px){
.fade-slide .mv-slide ul li {
    /*width: 100%;
    /* height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation-iteration-count: infinite;
    opacity: 0; */
	height: auto;
    margin: 40vh auto 0;
    transform: translateY(-50%);
    /*text-align: center;*/
}
}


.fade-slide .mv-slide ul li.title {
	color: #ffffff;
}


@media screen and (max-width: 896px){
#container {
    background: #111;
}
}

@media screen and (min-width: 876px){
.leadText{
		margin-top: 150px;
		margin-bottom: 200px;
	line-height: 2.5em;
	
	}
}
@media screen and (max-width: 896px){
.leadText{
		margin-top: 150px;
		margin-bottom: 150px;
	line-height: 2.5em;
	
	}
}

/*
.border {
    display: block;
}
.border-anim, .border2-anim {
    position: relative;
}
.border-anim.vui:before {
    border-bottom: solid 1px #91afd5;
}
.border-anim:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: solid 1px #e0e0e0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: border_anim 0.5s ease-in-out forwards;
    animation: border_anim 0.5s ease-in-out forwards;
}
*/

.soundBox02 .border{
	border: solid 1px #e5b7c9;
	margin-bottom: 120px;
	  transition: all 0.5s 0.5s;
	transform: scaleX(0);
	opacity: 1;
}

.soundBox02 .border.run{
	transform: scaleX(1);
	opacity: 1;
}

.ttlStyle02 {font-weight: 400;}

.t-attention {color: #000;}



.spaceBox{
	width: 100%;
	height: 4000px;
	margin-bottom: 500px;
	background: #ccc;
	opacity: 0;
	transition: all 2s 0s ease;
}


#container .mainVisual {
    max-width: 1920px;
    margin: 0 auto;
   /* position: fixed;
    top: 135px;*/
}


.slideOut {
        opacity: 0 !important;
        transform: translateY(-1000px) !important;
        transition: all 1s;
}
@media screen and (min-width: 897px){
.space {
	width: 100%;
	/*height: 1000px;*/
	margin-bottom: 300px
	/*background: #88EE39;*/
}

.space.last {
	/*height: 1800px;*/
	margin-bottom: 500px
	/*background: #ff0000;*/
}
}


.fixed{
	transition: all 2s 0s ease;
	position: fixed; 
	width: 100%;
	height: auto;
	top: 48px
}

@media screen and (min-width: 897px){
.mv-box002,
.mv-box03,
.mv-box04{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: /*48*/120px;
}
}

@media screen and (max-width: 896px){
.mv-box002,
.mv-box03{
	margin-bottom: 200px;

}

.mv-box04{
	margin-bottom: 300px;

}
}

/*
.mv-box001,
.mv-box002,
.mv-box03{
	margin-bottom: 300px;
}
.mv-box04{
	margin-bottom: 400px;
}
*/

/*mv-box001*/
.mv-box01{
	height: auto;
	position: absolute;
    top: 45%;
	transition: all 2s 0s ease;
}
@media screen and (min-width: 897px){
.mv-box01{
	width: 500px;
    left: calc(50% - 250px);
}
}
@media screen and (max-width: 896px){
.mv-box01{
	width: 300px;
    left: calc(50% - 150px);
}
}


/*mv-box002*/
@media screen and (min-width: 897px){
.mv-box002{
		/*background: #ffff00;*/
	margin-top: 200px;
}
}

/*
@media screen and (max-width: 896px){
.mv-box002{
		background: #ffff00;
}
.mv-box03{
		background: #ff0000;
}
.mv-box04{
		background: #0000ff;
}
}
*/

/*.mv-box002.run{
	animation-name: mv-box002;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	position: fixed; 
}
@keyframes mv-box002 {
  0% {
	  position: fixed !important; 
  }
	
 99% {
	  position: fixed !important; 
  }
  100% {
	  position: static !important;
  }
}*/


.mv-box02{
	width: 100%;
	height: auto;
	position: absolute;
    top: 40%;
    /*left: calc(50% - 300px);*/
	padding-top: 10px;
	opacity: 0;
}
.run .mv-box02{	
	animation-name: mv-box02;
	animation-duration: 4s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	/*animation-delay: 3s;*/
}
@keyframes mv-box02 {
  0% {
	  opacity: 0;
	  /*transform: scale(1.0);*/
  }
  100% {
	  opacity: 1;
	   /*transform: scale(1.3);*/
  }
}
.mv-txt02{
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	transition: all 1s 0s ease;	
}

/*mv-box03*/
.mv-box03{
	overflow: visible;
}

.boxStyle11.w100.mv-box03{
	transition: all 2s 0s ease;
}


.mv-box03 .parts00{
	/*position: absolute;
	top: 0;
	right: 0;
	 transform: scale(1.3)*/
}

.mv-box03.run .parts00{
	animation-name: mv-box03_parts00;
	animation-duration: 12s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
}
@keyframes mv-box03_parts00 {
  0% {
	  transform: scale(1.0);
  }
  100% {
	   transform: scale(1.1);
  }
}

.mv-box03 .parts00-2{
	position: absolute;
	top: 0;
	right: 0;
	 transform: scale(1.3)
}
.mv-box03.run .parts00-2{	
	animation-name: mv-box03_parts00-2;
	animation-duration: 10s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	/*animation-delay: 3s;*/
}
@keyframes mv-box03_parts00-2 {
  0% {
	  opacity: 1.0;
	  transform: scale(1.3);
  }
  100% {
	  opacity: 0.5;
	   transform: scale(1.8);
  }
}


.mvTxt03{
	position: absolute;
	color: #fff;
	font-size: 40px;
	top:44%;
	left: 0;
    right: 0;
	transition: all 5s 0s ease;
	/*width: 620px;
	left: calc(50% - 310px);*/
}
	

.run .mvTxt03{	
	animation-name: mvTxt03;
	animation-duration: 5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	/*animation-delay: 3s;*/
}
@keyframes mvTxt03 {
  0% {
	  opacity: 0;
	 /*transform: scale(1.0);*/
  }
  100% {
	  opacity: 1;
	  /*transform: scale(1.3);*/
  }
}

/*mv-box04*/
.mv-box04{
	overflow: visible;
}

.boxStyle11.w100.mv-box04{
	transition: all 2s 0s ease;
	background: #aaa/*rgba(204,204,204,0.6)*/;
    box-shadow: 0px 0px 30px 50px #aaa /*rgba(204,204,204,0.6)*/;
}

.mv-box04.run{
	animation-name: mv-box04;
	animation-duration: 10s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	/*animation-fill-mode: forwards;*/
	animation-fill-mode: both;
	/*animation-delay: 3s;*/
	/*opacity: 0;*/		 
}

@keyframes mv-box04 {
  0% {
	  background: #aaa;
    box-shadow: 0px 0px 30px 50px #aaa;
  }
  100% {
	  background: none;
    box-shadow: none;
  }
}


.mv-box04 .parts00{
	opacity: 0.7;
	transform: scale(1.0)	 
}
.mv-box04.run .parts00{
	animation-name: mv-box04_parts00;
	animation-duration: 10s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	/*animation-fill-mode: forwards;*/
	animation-fill-mode: both;
	/*animation-delay: 3s;*/
	/*opacity: 0;*/		 
}


@keyframes mv-box04_parts00 {
  0% {
	  opacity: 0.7;
	  transform: scale(1.0);
  }
  100% {
	  opacity: 0;
	   transform: scale(1.3);
  }
}

.mv-box04 .parts00-2{
	position: absolute;
	top: 0;
	opacity: 0.6;
	 /*transform: scale(1.0)*/	 
}
.mv-box04.run .parts00-2{
	animation-name: mv-box04_parts00-2;
	animation-duration: 8s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	/*animation-fill-mode: forwards;*/
	animation-fill-mode: both;
	/*animation-delay: 3s;*/
	/*opacity: 0;*/		 
}
@keyframes mv-box04_parts00-2 {
  0% {
	  opacity: 0.6;
	  transform: scale(1.0);
  }
  100% {
	  opacity: 0;
	   transform: scale(1.3);
  }
}


.mv-box04 .parts00-3{
	position: absolute;
	top: 0;
	opacity: 0.6;
	 /*transform: scale(1.0)*/	 
}

.mv-box04.run .parts00-3{
	animation-name: mv-box04_parts00-3;
	animation-duration: 8s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	/*animation-fill-mode: forwards;*/
	animation-fill-mode: both;
	/*animation-delay: 3s;*/
	/*opacity: 0;*/		 
}
@keyframes mv-box04_parts00-3 {
  0% {
	  opacity: 0.6;
	  transform: scale(1.0);
  }
  100% {
	  opacity: 0;
	   transform: scale(1.3);
  }
}



.mvTxt04{
	color: #fff;
	font-size: 40px;
	position: absolute;
	top:34%;
	left: 0;
    right: 0;
	transition: all 5s 0s ease;
	/*width: 560px;
	left: calc(50% - 280px);*/
	text-shadow: #000 0 0 7px,#000 0 0 4px;
}
.run .mvTxt04{	
	animation-name: mvTxt04;
	animation-duration: 8s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	/*animation-delay: 3s;*/
}
@keyframes mvTxt04 {
  0% {
	  opacity: 0;
	  /*transform: scale(0.7);*/
  }
  100% {
	  opacity: 1;
	  /* transform: scale(1.3);*/
  }
}



@media screen and (max-width: 896px){
	.mv-box02,
  .mv-txt02{
	  top:10%;
	font-size: 28px;
	}
	
  .mvTxt03{
	  top:33%;
	font-size: 28px;
	}

  .mvTxt04{
	  top:33%;
	font-size: 28px;
	}
}
	

img.mv02_sp{
	height: 35vh;
}




#container{
	transition: all 2s 0s ease;
	overflow: visible;
}
.backColor01{
	background: #5e268f;
	transition: all 2s 0s ease;
}
.backColor02{
	/*background: linear-gradient(rgba(153,153,153,1), rgba(153,153,153,1), rgba(153,153,153,0), rgba(153,153,153,0));*/
	transition: all 2s 0s ease;
}
.backColor03{
	background:none;
	transition: all 2s 0s ease;
}
/*
.backColor01{
	background: #5e268f;
	animation-name: backColor01;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
}
@keyframes backColor01 {
  0% {
	  background: none;
  }
  100% {
	  background: #5e268f;
  }
}
.backColor02{
	background: linear-gradient(rgba(153,153,153,1), rgba(153,153,153,1), rgba(153,153,153,0), rgba(153,153,153,0));
	animation-name: backColor02;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
}
@keyframes backColor02 {
  0% {
	  background:#5e268f;
  }
  100% {
	  background:linear-gradient(rgba(153,153,153,1), rgba(153,153,153,1), rgba(153,153,153,0), rgba(153,153,153,0));
  }
}
.backColor03{
	background:none;
	animation-name: backColor03;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
}
@keyframes backColor03 {
  0% {
	  background:linear-gradient(rgba(153,153,153,1), rgba(153,153,153,1), rgba(153,153,153,0), rgba(153,153,153,0));
  }
  100% {
	  background:none;
  }
}
*/




.mv-title {
    background: -webkit-linear-gradient(left, #a5e1fb, #dd9df7, #f86a96);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 38px;
	font-weight: 600;
	text-align: center;
	/*transition: all 1s 0s ease;*/
	
}

@media screen and (max-width: 896px){
	.mv-title {
	font-size: 30px;
	}
	
}

@media screen and (min-width:897px) {
.imgBox.mvImg img:not(:first-child){
	position: absolute;
	top:0;
}
}




.mvImg img{transition: all 1s 0s ease;}


/*.mv-box03{transition: all 1s 0s ease;}*/

/*
.parts01,.parts02{
	transition: all 1s 0s ease;
}
*/

@media screen and (min-width:897px) {
.sound01,
.sound02,
.sound03,
.sound04{
	margin-bottom: 300px;
}
}

@media screen and (max-width:896px) {
.sound01,
.sound02,
.sound03,
.sound04{
	margin-bottom: 300px;
	/*padding-bottom: 50px;*/
}
}

.sound01 img:not(:first-child){
	position: absolute;
	width: 50% !important;
	top: 0;
	right: 0;
	/*opacity: 0;*/	
}


.sound02 img:not(:first-child){
	position: absolute;
	width: 50% !important;
	top:0;
	left: 0;

}

.sound03 img:not(:first-child){
	position: absolute;
	width: 54.7% !important;
	top: 0;
	right: 0;
	/*opacity: 0;*/	
}

.sound04 img:not(:first-child){
	position: absolute;
	width: 50% !important;
	top: 0;
	left: 0;
	/*opacity: 0;*/	
}

.sound05 img/*:not(:first-child)*/{
	/*position: absolute;*/
	/*width: 50% !important;*/
	/*top: 0;*/
	/*right: 0;*/
	/*opacity: 1;*/
}

.sound01 .parts02,
.sound01 .parts03,
.sound01 .parts04,
.sound01 .parts05,
.sound01 .parts06,
.sound01 .parts07,
/*.sound02 .parts01,*/
.sound02 .parts02,
.sound03 .parts01,
.sound03 .parts02,
.sound03 .parts03,
.sound03 .parts04,
.sound03 .parts05,
.sound03 .parts06,
.sound03 .parts07,
.sound04 .parts02,
.sound04 .parts03/*,
.sound05 .parts01,
.sound05 .parts02,
.sound05 .parts03*/{
	opacity: 0;	
}


.sound01.run .parts01{
	animation-name: sound01_parts01;
	animation-duration: 7s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	/*animation-fill-mode: forwards;*/
	animation-fill-mode: both;
	/*animation-delay: 3s;*/
	/*opacity: 0;*/
}

@keyframes sound01_parts01 {
  0% {
	  /*opacity: 0;*/
	  transform: scale(1.0);
  }
  100% {
	  /*opacity: 1;*/
	   transform: scale(0.6);
  }
}

.sound01.run .parts02{
	animation-name: sound01_parts02;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-delay: 1s;
}

@keyframes sound01_parts02 {
  0% {
	  opacity: 0;
  }
  100% {
	  opacity: 1;
  }
}

.sound01.run .parts03{
	animation-name: sound01_parts03;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-delay: 3s;
}

@keyframes sound01_parts03 {
  0% {
	  opacity: 0;
  }
  100% {
	  opacity: 1;
  }
}

.sound01.run .parts04{
	animation-name: sound01_parts04;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-delay: 2s;
}

@keyframes sound01_parts04 {
  0% {
	  opacity: 0;
  }
  100% {
	  opacity: 1;
  }
}

.sound01.run .parts05{
	animation-name: sound01_parts05;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-delay: 2.5s;
}

@keyframes sound01_parts05 {
  0% {
	  opacity: 0;
  }
  100% {
	  opacity: 1;
  }
}

.sound01.run .parts06{
	animation-name: sound01_parts06;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-delay: 3.5s;
}

@keyframes sound01_parts06 {
  0% {
	  opacity: 0;
  }
  100% {
	  opacity: 1;
  }
}

.sound01.run .parts07{
	animation-name: sound01_parts07;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-delay: 1.5s;
}

@keyframes sound01_parts07 {
  0% {
	  opacity: 0;
  }
  100% {
	  opacity: 1;
  }
}


.sound02.run .parts02{
	animation-name: sound02_parts02;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	/*animation-fill-mode: forwards;*/
	animation-fill-mode: both;
	animation-delay: 1s;
	/*opacity: 0;*/
}

@keyframes sound02_parts02 {
  0% {
	  opacity: 0;
	  transform: scale(1.0);
  }
  100% {
	  opacity: 1;
	  transform: scale(1.05);
  }
}


.sound03.run .parts01,
.sound03.run .parts07{
	animation-name: sound03_parts01_2;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-delay: 1s;
}

@keyframes sound03_parts01_2 {
  0% {
	  opacity: 0;
	  transform: scale(1.5);
  }
  100% {
	  opacity: 1;
	  transform: scale(1.0);
  }
}

.sound03.run .parts02,
.sound03.run .parts03,
.sound03.run .parts04{
	animation-name: sound03_parts03_4;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-delay: 1.5s;
}

@keyframes sound03_parts03_4 {
  0% {
	  opacity: 0;
	  transform: scale(1.5);
  }
  100% {
	  opacity: 1;
	  transform: scale(1.0);
  }
}

.sound03.run .parts05,
.sound03.run .parts06{
	animation-name: sound03_parts05_6;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-delay: 1.25s;
}

@keyframes sound03_parts05_6 {
  0% {
	  opacity: 0;
	  transform: scale(1.5);
  }
  100% {
	  opacity: 1;
	  transform: scale(1.0);
  }
}


.sound04.run .parts01{
	animation-name: sound04_parts01;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	/*animation-fill-mode: forwards;*/
	animation-fill-mode: both;
	animation-delay: 1s;
	/*opacity: 0;*/
}

@keyframes sound04_parts01 {
  0% {
	  opacity: 0;
	  transform: translateX(-1000px) ;
  }
  100% {
	  opacity: 1;
	  transform: translateX(0px) ;
  }
}

.sound04.run .parts02{
	animation-name: sound04_parts02;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	/*animation-fill-mode: forwards;*/
	animation-fill-mode: both;
	animation-delay: 1.5s;
	/*opacity: 0;*/
}

@keyframes sound04_parts02 {
  0% {
	  opacity: 0;
	  transform: translateX(-1000px) ;
  }
  100% {
	  opacity: 1;
	  transform: translateX(0px) ;
  }
}

.sound04.run .parts03{
	animation-name: sound04_parts03;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	/*animation-fill-mode: forwards;*/
	animation-fill-mode: both;
	animation-delay: 2s;
	/*opacity: 0;*/
}

@keyframes sound04_parts03 {
  0% {
	  opacity: 0;
	  transform: translateX(-1000px) ;
  }
  100% {
	  opacity: 1;
	  transform: translateX(0px) ;
  }
}

.sound05.run .parts00{
	animation-name: sound05_parts00;
	animation-duration: 17s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	/*animation-fill-mode: forwards;*/
	animation-fill-mode: both;
	/*animation-delay: 2s;*/
	/*opacity: 0;*/
}

@keyframes sound05_parts00 {
  0% {
	  transform: scale(1.0);
  }
  100% {
	  transform: scale(1.05);
  }
}


@media screen and (max-width:896px) {
	.sound01 img.sound01_sp,
	.sound02 img.sound02_sp,
	.sound03 img.sound03_sp,
	.sound04 img.sound04_sp,
	.sound05 img.sound05_sp{
		width: 100% !important;
		position: static;
	}
	
	.sound01{
		background: #ece1e1;
		    /*padding-bottom: 75%;*/

	}	
	.sound02{
		background: #88a7c8;
        /*padding-bottom: 75%;*/
	}		
	.sound03{
		background: #0a4574;
		/*padding-bottom: 95%;*/
	}		
	.sound04{
		background: #3e6b5d;
		/*padding-bottom: 60%;*/
	}		
	.sound05{
		background: #888989;
        /*padding-bottom: 90%;*/

	}	
}	
	





#container .mainVisual .mainVisualInner {
	height: 80vh;
}
