@charset "utf-8";

/* container
------------------------------------------ */
/* splashBg01 */
.splashBg01 {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #FFF;
	overflow: hidden;
	z-index: 99999;
}

/* splashWrap01 */
.splashWrap01 {
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -115px 0 0 0;
	line-height: 0;
	text-align: center;
	z-index: 1002;
	transform: translateX(-50%);
}
.splashWrap01 .splash02,
.splashWrap01 .splash01 {
	opacity: 0;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.splashWrap01 .splash01 img {
	height: auto;
}
.splashWrap01 .splash02 {
	margin-top: 48px;
	font-size: 19px;
}
.splashWrap01 .splash02 img {

}

@media screen and (max-width: 1023px) {
	.splashWrap01 .splash02 img {
	}
	.splashWrap01 .splash02{

	}
}

.splashWrap01 .splash01.splashA1 {
	animation: 1s loading linear;
}
.splashWrap01 .splash02.splashA2 {
	animation: 1s loading linear 0.2s;
}
@-webkit-keyframes loading {
	0% { transform: translateY(100vh); opacity: 0;}
	20% { transform: translateY(0); opacity: 1; }
	80% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-100vh); opacity: 0; }
}
@keyframes loading {
	0% { transform: translateY(100vh); opacity: 0;}
	20% { transform: translateY(0); opacity: 1; }
	80% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-100vh); opacity: 0; }
}
@media screen and (max-width: 1023px) {
	.splashWrap01 {
	width: 100%;
		
	}
	/*.splashWrap01 .splash01 img {
	width: 100%;
	height:  auto;
	}*/
	
.splashWrap01 .splash01 {
	font-size: 20px;
	height:  auto;
	line-height: 1.4;

	}
	
.splashWrap01 .splash02 {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 0px;
}
	
	
	
}

/* container */
#container {
	position: relative;
	width: 100%;
	/* min-width: 1200px; */
	height: 100%;
	/*min-height: 768px;*/
	z-index: 2;
}
body.home #container {
	position: fixed;
	min-width: 0;
	overflow: hidden;
}
#container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 30px;
	background: #004296;
}
body.home #container::after {
	display: none;
}
.caseWrap01 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
}
.caseWrap01 .caseWrap02 {
	display: table-cell;
	vertical-align: top;
	position: absolute;
    top: 44%;
    left: 10.153%;
    margin-top: -205px;
    /*width: 700px;*/
}
.caseWrap01 .caseWrap02r {
	width: 1px;
}
.caseWrap01 .caseWrap02r:before {
	content: "";
	display: block;
	width: 1px;
	height: 768px;
}
@media screen and (max-width: 1023px) {
	#container {
		min-width: 0;
		height: auto;
		min-height: 0;
		overflow-x: hidden;
	}
	body.home #container {
		height: 100%;
	}
	#container::after {
		display: none;
	}
	.caseWrap01 {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		display: block;
		width: auto;
		height: auto;
	}
	.caseWrap01 .caseWrap02 {
		display: block;
		vertical-align: baseline;
	}
	.caseWrap01 .caseWrap02r {
		width: 0;
	}
	.caseWrap01 .caseWrap02r:before {
		display: none;
	}
}



	
		
		



@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate(0, 0);
	}
	10% {
		-webkit-transform: translate( 0px, 10px);
	}
	40% {
		-webkit-transform: translate(0, 0);
	}
}
@keyframes scroll {
	0% {
		transform: translate(0, 0);
	}
	10% {
		transform: translate( 0px, 10px);
	}
	40% {
		transform: translate(0, 0);
	}
}
@media screen and (max-width: 1023px) {
	.scrollMod01 {
		display: none;
	}
}





@media screen and (max-width: 1023px) {
	.swiper-container1Page {
		display: none;
	}
}





@media (min-width: 800px) and (max-height: 768px) {
	.sliderWrap01 {
		/*height: 290px;*/
	}
	.sliderWrap01 .swiper-slide {
		width: 100%;
	}
	.sliderWrap01 .box01 {

	}
	.sliderWrap01 .box01 .balloon01 {
		z-index: 9999;
	}
	.sliderWrap01 .box01 .balloon01 > .vessel {

	}
	.sliderWrap01 .box01 .image01 img {

	}
	.sliderWrap01 .box01 .text01 {
	}
}




.loader-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 3;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.loader {
	position: absolute;
	top:50%;
	left: 50%;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1px solid rgba(45,150,239, 0);
  border-right: 1px solid rgba(45,150,239, 0);
  border-bottom: 1px solid rgba(45,150,239, 0);
  border-left: 1px solid rgba(45,150,239, 0.8);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}



















/* index.html
------------------------------------------ */
.splashBg01{
	background-color: #9b68a9;
}
.splashBgMoveEnd{
	pointer-events: none;
}

/*loadingの調整 背景*/
.splashBgMove {
	-webkit-animation: 1.5s splashBgMove cubic-bezier(.77,0,.11,1) 1.5s forwards;
	animation: 1.5s splashBgMove cubic-bezier(.77,0,.11,1) 1.5s forwards;
}
@-webkit-keyframes splashBgMove {
	0% { transform: translate(0%, 0%); }
	100% { transform: translate(0%, -100%); }
}
@keyframes splashBgMove {
	0% { transform: translate(0%, 0%); }
	100% { transform: translate(0%, -100%); }
}
.splashFlame{
    /* position: fixed; */
    width: 100%;
    height: 100vh;
    background: transparent;
	z-index: 1001;
}
.splashStart{
	-webkit-animation: 1.5s splashFlameMove cubic-bezier(.77,0,.11,1) 1.5s forwards;
	animation: 1.5s splashFlameMove cubic-bezier(.77,0,.11,1) 1.5s forwards;
}
@-webkit-keyframes splashFlameMove {
	0% { transform: translate(0%, 0%); }
	100% { transform: translate(0%, 100%); }
}
@keyframes splashFlameMove {
	0% { transform: translate(0%, 0%); }
	100% { transform: translate(0%, 100%); }
}

/*loadingの調整　テキスト*/
.splashWrap01 .splash01.splashA1-loading {
	-webkit-animation: 2.3s loading cubic-bezier(.77,0,.11,1) forwards;
	animation: 2.3s loading cubic-bezier(.77,0,.11,1) forwards;
}
.splashWrap01 .splash02.splashA2-loading {
	-webkit-animation: 2.3s loading cubic-bezier(.77,0,.11,1) 0.1s forwards;
	animation: 2.3s loading cubic-bezier(.77,0,.11,1) 0.1s forwards;
}
@-webkit-keyframes loading {
	0% { transform: translateY(30px); opacity: 0;}
	20% { transform: translateY(0); opacity: 1; }
	85% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-30px); opacity: 0; }
}
@keyframes loading {
	0% { transform: translateY(30px); opacity: 0;}
	20% { transform: translateY(0); opacity: 1; }
	85% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-30px); opacity: 0; }
}




@media screen and (max-width: 480px) {
.splashWrap01 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -115px 0 0 0;
	line-height: 0;
	text-align: center;
	z-index: 1002;
	transform: translateX(-50%);
}

	.splashWrap01 .splash01 img {
	width: 35%;
	height:  auto;
	}

}




}

