@charset "utf-8";

/*
******************************************************************
* MJP top.css
******************************************************************
*/
body {
	position: relative;
	/*min-width: 1366px;*/
	/*max-height: 940px;*/
	/*min-height: 760px;*/
	/*min-height: 800px;*/
	/*min-height: 940px;*/
	/*height: 100%;*/
	background: url(../img/bg-content002.png) repeat top left;
	/*background: url(../img/bg-content002-1.png) repeat-y top left;*/
	background-size: 100% auto;
	background: #000;
}

.pc-none {
	display: none;
}
@media screen and (max-width: 510px) {
  .pc-none {
		display: block;
	}
}

/*
******************************************************************
* #wrp-all
******************************************************************/

#contents {
	position: relative;
	/*top: 0;
	left: 50%;*/
	/*z-index: 2;*/
	max-width: 1366px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	/*-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);*/
	/*overflow: hidden;*/
}

.contents-kv {
	position: relative;
	min-height: 1100px;
	max-height: 1100px;
	height: 120vh;
	/*width: 100vw;
  height: 100vh;*/
	/*height: 940px;*/
	background: #000;
}
@media screen and (max-width: 1000px) {
    .contents-kv {
    	min-height: 1px;
    	height: 100vh;
    }
}
@media screen and (max-width: 800px) {
    .contents-kv {
    	padding-bottom: 100px;
    }
}
@media screen and (min-width: 700px) and (max-width: 800px) {
	.contents-kv {
		max-height: 100%;
  	/*min-height: 1320px;*/
  	min-height: 1px;
  	height: auto;
  }
}
@media screen and (max-width: 699px) {
    .contents-kv {
    	max-height: 100%;
    	/*min-height: 1160px;*/
    	min-height: 1px;
    	height: auto;
    }
}
@media screen and (max-width: 510px) {
	.contents-kv {
  	max-height: 100%;
  	min-height: 1px;
  	/*height: 200vh;*/
  }
}
/*** chara settings***/

/**all**/
.chara-box {
	position: relative;
	z-index: 0;
	margin-top: -20px;
	/*top: 0;
	left: 0;*/
	/*width: 100%;
	height: 100%;*/
	overflow: hidden;
}
.chara-img {
	display: block;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 800px) {
	.chara-box {
		margin-top: 0;
	}
}
@media screen and (max-width: 510px) {
    .chara-img {
    	width: 194%;
    }
}
.chara-main-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity 10s 1s;
	/*animation: fade-top-bottom 1.2s infinite;*/
}
.chara-img-bright {
	opacity: 0;
	position: absolute;
	top: 19%;
  left: 51%;
  width: 30px;
	transform: scale(1);
}
.chara-img-eyes-bright {
	opacity: 0;
	position: absolute;
	top: 50%;
  left: 50%;
  width: 90%;
  margin: 0 auto;
	transform: translate(-50%,-50%) scale(1);
}
.action .chara-img-eyes-bright {
	animation: bright 2.5s .5s ease 1 forwards;
	/*transition: all .5s ease .5s;*/
}
@keyframes bright {
  0% {
  	opacity: 0;
  }
  50% {
  	opacity: 1;
  	transform: translate(-50%,-50%) scale(1);
  }
  60% {
  	opacity: 1;
  	transform: translate(-50%,-50%) scale(1);
  }
  70% {
  	opacity: 1;
  	transform: translate(-50%,-50%) scale(1);
  }
  /*80% {
  	opacity: 1;
  	transform: translate(-50%,-50%) scale(1);
  }*/
  100% {
  	opacity: 0;
  	transform: translate(-50%,-50%) scale(2);
  }
}
@media screen and (max-width: 510px) {
	.chara-main-img {
		left: -46%;
	}
}
.chara-box-height {
	position: relative;
	top: 0;
	opacity: 0 !important;
}
.action .chara-main-img {
	opacity: 1;
	/*transition: opacity 5s;*/
}
.chara-img-carten {
	position: absolute;
	/*opacity: 0;*/
	display: block;
	left: 0;
	right: 0;
	top: 0;
	width: 90%;
	height: 100%;
	margin: 0 auto;
	/*background: url(../img/img_main-chara.png) no-repeat top center;
	background-size: 100% auto;*/
	background: #000;
	background: linear-gradient(to bottom,transparent 0%, #000 20%, #000 20%);
	transform: translateY(0);
	transition: all 2.5s 3s;
}
@media screen and (max-width: 510px) {
    .chara-img-carten {
    	width: 110%;
    }
}
.action .chara-img-carten {
	/*opacity: 1;*/
	height: 100%;
	transform: translateY(100%);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	/*transition: all 10s 0.5s;*/
}
/*.action .chara-main-img {
	opacity: 1;
	height: 100%;
}*/
/*@keyframes fade-top-bottom {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}*/
.chara {
	position: absolute;
	opacity: 0;
	display: block;
	width: auto;
}

/*main-chara-settings*/

/**logo**/
.logo_maker-box {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 0;
	padding: 0 20px;
	text-align: left;
}
.logo_maker {
	width: auto;
}
.ttl-movie-twitter-outer {
	position: absolute;
	z-index: 5;
	top: 43%;
	top: 39%;
	bottom: auto;
	left: 45%;
	display: flex;
	align-items: center;
	max-width: 912px;
  width: 80%;
  width: 100%;
  margin: 0 auto;
  transform: translateX(-50%);
}
.ttl-movie-btn-box {
	position: relative;
	z-index: 5;
	bottom: 0;
	left: 0;
	display: block;
	max-width: 560px;
  width: 61.4%;
  /*margin: 0 auto;*/
  /*transform: translateX(-50%);*/
}

@media screen and (max-width: 1000px) {
	.ttl-movie-twitter-outer {
		bottom: 4%;
	}
	.ttl-movie-btn-box {
		/*bottom: 15%;*/
		/*bottom: 21%;*/
		max-width: 560px;
		/*width: 110%;*/
		/*left: 45%;*/
	}
	.under-scroll-box {
		bottom: 0;
	}
}
/*縦組み*/
@media screen and (max-width: 800px) {
	.ttl-movie-twitter-outer {
		/*top: 30%;*/
		position: relative;
		top: 54vw;
		top: auto;
		left: 50%;
    bottom: auto;
    display: block;
    /*margin-top: -200px;*/
    margin-top: -300px;
    /*padding-bottom: 150px;*/
	}
	.ttl-movie-btn-box {
		min-width: 450px;
    margin: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
	}
}
@media screen and (max-width: 510px) {
	.ttl-movie-twitter-outer {
		/*top: 100vw;*/
	}
}
.page_ttl {
	position: relative;
	z-index: 5;
	/*bottom: 0;
	left: 50%;*/
	opacity: 0;
	/*min-width: 1366px;*/
  /*max-width: 540px;
  width: 60%;*/
	/*padding: 0 20px;*/
	text-align: right;
	/*transform: translateX(-50%);*/
	-webkit-transition: all 1s ease-out 4.0s;
    transition: all 1s ease-out 4.0s;
}
@media screen and (max-width: 1000px) {
    .page_ttl {
    	/*max-width: 326px;*/
    }
}
.img-height-adj {
	pointer-events: none;
	z-index: -10;
	width: 100%;
	opacity: 0;
}
.page_ttl-img-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.page_ttl-img-box img {
	display: block;
	width: 100%;
}
.page_sub-ttl {
	position: absolute;
	z-index: 5;
	top: 7px;
	max-width: 1366px;
  min-width: 1366px;
  text-align: right;
}
.page_sub-ttl img {
	margin-right: 33px;
}

/*** main-macine-box ****/
.main-macine-box {
	position: absolute;
	z-index: 10;
	top: 440px;
	left: 1000px;
}

/*** twitter box ****/
.twitter-outer {
	position: relative;
	z-index: 10;
	opacity: 0;
	top: 0;
  left: 0;
	max-width: 378px;
	/*min-width: 330px;*/
	min-width: 320px;
	/*width: 36vh;*/
	/*width: calc(100% - 61.4%);*/
	width: calc(100% - 64.4%);
	/*max-height: 401px;
	min-height: 368px;*/
	/*height: 441px;*/
	/*height: 40vh;*/
	margin-top: 90px;
	/*padding: 46px 27px 40px;*/
	/*box-sizing: border-box;*/
	background: url(../img/bg_twitter-flame.png) no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.5s ease-in-out 2.6s;
  transition: all 0.5s ease-in-out 2.6s;
}
@media screen and (max-width: 800px) {
    .twitter-outer {
    	margin: 0 auto;
    	margin-top: 4vw;
    }
    .device-sp .twitter-outer {
    	min-width: 320px;
    }
}
.twitter-flame-dammy {
	position: relative;
	opacity: 0;
	width: 100%;
}
.twitter-cont {
	position: absolute;
	top: 49%;
	left: 50%;
	/*width: 70%;*/
	width: 100%;
	/*max-width: 280px;*/
	max-width: 281px;
	height: 85%;
	margin-top: 0;
	transform: translate(-50%,-50%) scale(0.8);
	overflow: hidden;
}
.twitter-box {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: scroll;
}
.device-pc .twitter-box {
	width: calc(100% + 17px);
}


/*不具合が起きたため調整*/
.twitter-tweet,
#twitter-widget-0 {
	max-width: 100% !important;
	width: 100% !important;
}
/*#twitter-widget-0 * {
	min-width: 0 !important;
}*/
/*#document html div#app * {
	min-width: 0 !important;
}*/
/*#twitter-widget-0 div#app * {
	min-width: 0 !important;
}*/
/* ここから下を追記 */
/*.SandboxRoot .timeline-Tweet-text {
	font-size: 10.5pt !important;
	line-height: 14pt!important;
}

.SandboxRoot .timeline-Tweet-text {
	font-size: 10.5pt !important;
	line-height: 14pt!important;
}*/
@media screen and (max-width: 800px) {
	.twitter-box {
		width: 100%;
	}
	.device-sp .twitter-box {
		width: 100%;
	}
	.SandboxRoot.env-bp-min .EmbeddedTweet-tweet {
    padding-left: 10px !important;
	}
}
.twitter-inner {
	width: 100%;
}
.twitter-tweet {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
/*ipad tablet*/
.device-ipad .twitter-outer {
	top: 100px;
}

/*** promotion-box ****/
.promotion-box {
	opacity: 0;
	position: relative;
	/*bottom: 17%;*/
	/*left: 50%;*/
	z-index: 6;
	max-width: 320px;
  /*min-width: 1366px;*/
	width: 60%;
	/*height: 120px;*/
	/*padding: 0 5%;*/
	margin: 0 auto;
	/*margin-top: -4vw;*/
	margin-top: -7%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	  transform: translateX(-50%);*/
	-webkit-transition: all 1s ease-out 2.5s;
    transition: all 1s ease-out 2.5s;
}
@media screen and (max-width: 1000px) {
    .promotion-box {
    	/*max-width: 196px;*/
    }
}
@media screen and (max-width: 800px) {
	.promotion-box {
		margin-top: -50px;
	}
}
.promotion-inner {
	position: absolute;
	top: 0;
	right: 0;
	/*max-width: 360px;*/
	/*width: 32%;*/
	width: 100%;
	cursor: pointer;
	/*-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	  transform: translateX(-50%);*/
	-webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
.none-click-btn {
	pointer-events: none;
}
.promotion-inner img {
	width: 100%;
}
.promotion-inner .none-hover {
	display: block;
}
.promotion-inner .hover {
	display: none;
}
/*.promotion-inner:hover {
	transform: scale(1.05);
}*/
.promotion-inner:hover .none-hover {
	display: none;
}
.promotion-inner:hover .hover {
	display: block;
}
.js-movie-play .none-movie-play {
	display: none;
}
.js-movie-play .movie-play {
	display: block;
}

/***top menu***/

/*menu btn*/
.menu-btn-box {
	opacity: 0;
	position: absolute;
	top: 490px;
	z-index: 6;
	max-width: 1366px;
  min-width: 1366px;
	width: 100%;
	height: 120px;
	margin: 0 auto;
	padding: 0 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 1s ease-out 2.5s;
    transition: all 1s ease-out 2.5s;
}
.menu-btn-box-inner {
	position: absolute;
	top: 0;
	left: 50%;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	  transform: translateX(-50%);
	-webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
.menu-btn-box-inner .none-hover {
	display: block;
}
.menu-btn-box-inner .hover {
	display: none;
}
.menu-btn-box-inner:hover .none-hover {
	display: none;
}
.menu-btn-box-inner:hover .hover {
	display: block;
}
/**modal**/
.modal-base {
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	z-index: 100;
	/*max-width: 400px;*/
	width: 100%;
	height: 100%;
	background: rgba(232, 214, 10, 0.94);
	background: url(../img/menu/bg_menu.png) repeat;
	background-size: 4px 4px;
}
.modal-inner {
	position: relative;
	display: flex;
  justify-content: flex-end;
  align-items: flex-start;
	max-width: 1366px;
	height: 100%;
	margin-left: auto;
	margin-right: 0;
}
.menu-list {
	position: absolute;
	top: 13%;
	right: 0;
	/*width: 80%;*/

	padding-right: 30px;
}
/*sp settings*/
/*.device-sp .modal-inner {
	position: relative;
	padding-top: 0;
}*/
.device-sp.device-android .modal-inner .menu-list,
.device-sp.device-iphone .modal-inner .menu-list {
	/*position: absolute;*/
	top: 10%;
	/*right: 0;*/
	/*width: 90%;*/
}
.menu-list li {
	position: relative;
	text-align: right;
}
.menu-list li + li {
	margin-top: 10px;
}
.menu-list > li > a {
	/*position: absolute;
	top: 89px;
  left: 210px;*/
	display: inline-block;
	padding: 25px 10px;
	color: #000;
	/*transform: translateY(-50%);*/
}
.menu-list > li > a > img {
	height: 40px;
}
.menu-list > li.item-normalb > a > img {
	height: 42px;
}
.menu-list > li.item-rush > a > img {
	height: 39px;
}
@media screen and (max-width: 768px) {
	.menu-list > li > a > img {
		height: 34px;
	}
	.menu-list > li.item-normalb > a > img {
		height: 36px;
	}
	.menu-list > li.item-rush > a > img {
		height: 33px;
	}
}
@media screen and (max-width: 510px) {
	.menu-list > li > a {
		padding: 15px 10px;
	}
	.menu-list > li > a > img {
		height: 22px;
	}
	.menu-list > li.item-normalb > a > img {
		height: 24px;
	}
	.menu-list > li.item-rush > a > img {
		height: 21px;
	}
}
@media screen and (max-width: 340px) {
	
}
.accodion-icon {
	position: absolute;
	z-index: 10;
	top: 90px;
  left: 600px;
	z-index: 5;
	display: inline-block;
	transform: translateY(-50%);
}
.menu-list > li > a > img.none-hover {
	display: block;
}
.menu-list > li > a > img.hover {
	display: none;
}
@media screen and (min-width: 1025px) {
	.menu-list > li > a:hover > img.none-hover {
		display: none;
	}
	.menu-list > li > a:hover > img.hover {
		display: block;
	}
}
/*.icon-plus {
	display: block;
}
.icon-minas {
	display: none;
}
.js-acodion-active .icon-plus {
	display: none;
}
.js-acodion-active .icon-minas {
	display: block;
}*/
/*.sub-menu {
	display: block;
	padding-top: 20px;
	padding-left: 220px;
}
.sub-menu li {
	text-align: left;
}
.sub-menu li + li {
	margin-top: 15px;
}
.sub-menu-icon {
	display: inline-block;
	margin-right: 10px;
}
.sub-menu li a {
	position: relative;
	display: inline-block;
	color: #000;
}*/
/*.sub-menu li a:before {
	content: "";
	position: absolute;
	top: calc(50% - 25px);
	left: -10px;
	width: 50px;
	height: 50px;
	background: #000;
}*/
/***top menu end***/

/*sp item resize settings*/

/*base*/


/***fixed menu anf close btn***/

.fixed-menu,
.menu-close {
	position: fixed;
	z-index: 10;
	top: 25px;
	right: 35px;
	/*display: none;*/
}
.menu-close {
	position: absolute;
	display: block;
}
.menu-close > img {
	width: 134px;
	width: 28px;
}
.fixed-menu,
.menu-close {
	top: 15px;
	right: 24px;
	/*display: none;*/
}
.device-sp .menu-close {
	display: block;
}
/*.device-sp .fixed-menu > img,
.device-sp .menu-close > img {
	width: 160px;
}*/

.sp-510-none {
	display: block;
}
.sp-511-none {
	display: none;
}
@media screen and (max-width: 510px) {
	.menu-list {
		width: 100%;
		padding-right: 10px;
	}
	.fixed-menu, .menu-close {
		top: 25px;
    right: 15px;
	}
	.sp-510-none {
		display: none;
	}
	.sp-511-none {
		display: block;
	}
	.fixed-menu .sp-511-none {
		width: 26px;
	}
	.fixed-menu,
	.menu-close {
		top: 15px;
    right: 18px;
    right: 10px;
	}
	.menu-close > img {
		width: 24px;
	}
}

/***fixed menu end***/

/***top bnr***/
.bnr-box {
	opacity: 0;
	position: absolute;
	top: 711px;
	z-index: 6;
	max-width: 1366px;
  min-width: 1366px;
	width: 100%;
	height: 155px;
	margin: 0 auto;
	padding: 0 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 1s ease-out 2.5s;
    transition: all 1s ease-out 2.5s;
}
.bnr-box-inner {
	position: absolute;
	top: 0;
	left: 50%;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	  transform: translateX(-50%);
	-webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
/***top bnr end***/

/*** all animation settings***/
.animate-settings {
	opacity: 0;
}

.animate-hopping {
	transform: translateY(70px);
}

/*.animate-fase002-animate001 {
-webkit-transition: all 0.3s ease-out 2.1s;
  transition: all 0.3s ease-out 2.1s;
   -webkit-animation: hopping 0.6s cubic-bezier(.1,.28,.31,.99) forwards 0.9s;
	  animation: hopping 0.6s cubic-bezier(.1,.28,.31,.99) forwards 0.9s;
}*/
.animate-fase003-animate001 {
	-webkit-transition: all 0.4s ease-out 1.7s;
    transition: all 0.4s ease-out 1.7s;
}
.animate-fase004-animate001 {
	-webkit-transition: all 0.3s ease-out 1.8s;
    transition: all 0.3s ease-out 1.8s;
}
/*.animate-fase005-animate001 {
	-webkit-transition: all 0.3s ease-out 2.7s;
    transition: all 0.3s ease-out 2.7s;
}*/
.animate-fase-last {
	-webkit-transition: all 1.0s ease-out 4.5s;
    transition: all 1.0s ease-out 4.5s;
}
.action .animate-fase003-animate001,
.action .animate-fase004-animate001,
.action .animate-fase005-animate001,
.action .animate-fase-last {
	opacity: 1;
}

.action .animate-hopping {
	-webkit-animation: hopping 0.6s cubic-bezier(.1,.28,.31,.99) forwards;
	  animation: hopping 0.6s cubic-bezier(.1,.28,.31,.99) forwards;
}
.action .animate-hopping.animate-fase001-animate001 {
	animation-delay: 0.4s;
}
.action .animate-hopping.animate-fase001-animate002 {
	animation-delay: 0.5s;
}
.action .animate-hopping.animate-fase001-animate003 {
	animation-delay: 0.6s;
}
.action .animate-hopping.animate-fase001-animate004 {
	animation-delay: 0.7s;
}
.action .animate-hopping.animate-fase001-animate005 {
	animation-delay: 0.8s;
}
.action .animate-hopping.animate-fase002-animate001 {
   -webkit-animation: hopping 0.6s cubic-bezier(.1,.28,.31,.99) forwards;
	  animation: hopping 0.6s cubic-bezier(.1,.28,.31,.99) forwards;
	  animation-delay: 1.0s;
}
@keyframes hopping {
	0%,
  60%,
  75%,
  90%,
  to {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 70px, 0);
      transform: translate3d(0, 70px, 0)
  }
  30% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0)
  }
  to {
  		opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
.shadow-slide {
	transform: translate(-5px,-5px);
}
.action .shadow-slide {
	transform: translate(0,0);
}
.shrink {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
.action .shrink {
	webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.page_ttl-img-box.shrink {
	-webkit-transition: all 0.3s ease-in-out 4.0s;
	transition: all 0.3s ease-in-out 4.0s;
}
.main-macine-box.shrink {
	-webkit-transition: all 0.3s ease-in-out 2.5s;
	transition: all 0.3s ease-in-out 2.5s;
}
.zoom {
	transform: scale(0.2);
}
.action .zoom {
	transform: scale(1);
}

/*
******************************************************************
* #footer top page
******************************************************************/
#footer {
	position: absolute;
	bottom: 4%;
	left: 48%;
	z-index: 5;
	padding: 20px 140px;
	max-width: 1000px;
	width: 100%;
	font-size: 10px;
	color: #fff;
	box-sizing: border-box;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
@media screen and (max-width: 1000px) {
    #footer {
    	/*bottom: 9%;*/
    	bottom: 18%;
    }
}
#footer .logo-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#footer .logo-list li {
	margin: 0 10px;
}
@media screen and (max-width: 1000px) {
    #footer .logo-list li {
    	max-width: 100px;
    }
    #footer .logo-list .logo-item-sanraise img {
			width: 110px;
    }
    #footer .logo-list .logo-item-bisty img {
    	width: 70px;
    }
    #footer .logo-list .logo-item-fields img {
    	width: 80px;
    }
}
/*.footer-logo-txt {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0 #3a0909, -1px 1px 0 #3a0909, 1px -1px 0 #3a0909, -1px -1px 0 #3a0909;
}*/
#footer .note-txt {
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	display: inline-block;
	text-align: center;
}
#footer .note-txt small {
	font-size: 13px;
  font-weight: bold;
  color: #fff;
  /*text-shadow: 1px 1px 0 #3a0909, -1px 1px 0 #3a0909, 1px -1px 0 #3a0909, -1px -1px 0 #3a0909;*/
  /*text-shadow:1px 1px 0px #3a0909,-1px 1px 0px #3a0909,1px -1px 0px #3a0909,-1px -1px 0px #3a0909,-2px 0px 0px #3a0909,2px 0px 0px #3a0909,0px -2px 0px #3a0909,0px 2px 0px #3a0909;*/
  /*text-shadow:1px 1px 0px #3a0909,-1px 1px 0px #3a0909,1px -1px 0px #3a0909,-1px -1px 0px #3a0909,-2px 0px 0px #3a0909,2px 0px 0px #3a0909,0px -2px 0px #3a0909,0px 2px 0px #3a0909,-3px 0px 0px #3a0909,3px 0px 0px #3a0909,0px -3px 0px #3a0909,0px 3px 0px #3a0909;*/
  text-shadow:0 0 3px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909,0 0 4px #3a0909;
}
@media screen and (max-width: 510px) {
    #footer .note-txt {
    	bottom: -30px;
    	left: 4%;
    }
}

/*
******************************************************************
* under scroll
******************************************************************/
.under-scroll-box {
	position: absolute;
	left: 50%;
	left: 49.2%;
	bottom: 15%;
	display: block;
	padding-bottom: 38px;
	text-align: center;
	transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
	.under-scroll-box {
		bottom: 0;
	}
}
@media screen and (max-width: 800px) {
	.under-scroll-box {
		left: 50%;
	}
}
@media screen and (max-width: 510px) {
	.under-scroll-box {
		bottom: 2%;
	}
	/*.device-android .under-scroll-box {
		bottom: 15%;
	}*/
}

.under-scroll-box:before,
.under-scroll-box:after {
	content: "";
	position: absolute;
	bottom: 11px;
	left: 50%;
	width: 29px;
	height: 15px;
	/*border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;*/
	transform: translate(-50%);
	background: url(../img/img_scroll-arrow.png) no-repeat;
	background-size: 29px 15px;
}
.under-scroll-box:after {
	bottom: 0;
}
.under-scroll-message {
	display: inline-block;
	/*font-size: 14px;*/
	color: #fff;
}
.under-arrow-animete:before {
	animation: uarrow 2s infinite 5.5s;
}
.under-arrow-animete:after {
	animation: uarrow 2s infinite 5.7s;
}
@-webkit-keyframes uarrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes uarrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
******************************************************************
* #main-contens002
******************************************************************/

#contents002 {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 100vh;
}
.content-base-outer {
	max-width: 1040px;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 30px;
	padding-top: 50px;
}
@media screen and (max-width: 510px) {
	.content-base-outer {
		margin-bottom: 10px;
		padding-top: 20px;
	}
}
/*contents ttl*/
.content-base-ttl {
	position: relative;
	/*max-width: 1040px;*/
	width: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 0 20px;
	text-align: center;
}
@media screen and (max-width: 510px) {
	.content-base-ttl {
		margin-bottom: 20px;
	}
}
/*block comment*/
.content-bttl-txt-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	display: inline-block;
	/*font-size: 40px;*/
	font-size: 52px;
	color: transparent;
	transform: translateX(-50%);
	white-space: nowrap;
}
.content-bttl-txt {
	position: absolute;
	/*top: 0;*/
	top: -22px;
	left: 50%;
	/*opacity: 0;*/
	width: 0;
	display: inline-block;
	/*font-size: 40px;*/
	font-size: 52px;
	font-weight: bold;
	color: #fff;
	transform: translateX(-50%);
	white-space: nowrap;
	overflow: hidden;
}
.content-base-ttl.animation.animated .content-bttl-txt {
	animation: type .5s steps(6, end) 0.7s forwards;
}
@keyframes type {
  to {
    /*width: 240px;*/
    width: 100%;
    /*width: 110%;
    width: 115%;*/
  }
}

@media screen and (max-width: 1299px) {
	/*.content-bttl-txt-wrapper {
		font-size: 3.5vw;
	}
	.content-bttl-txt {
		font-size: 3.5vw;
	}*/
	.content-bttl-txt-wrapper,
	.content-bttl-txt {
		top: -11%;
		font-size: 4.0vw;
	}
}
.content-base-ttl img {
	z-index: 2;
	opacity: 0;
	width: 100%;
	transition: .5s;
}
.content-base-ttl.animation.animated img {
	opacity: 1;
}
.content-main-outer {
	position: relative;
}
.content-main {
	position: relative;
	/*max-width: 1040px;*/
	width: 80%;
	margin: 0 auto;
	padding: 0 20px;
}

.content-main img {
	position: relative;
	width: 100%;
}

/*content chara*/
img.content-float-chara {
	position: absolute;
	z-index: 0;
	top: 34%;
	left: -24%;
	display: block;
	width: 70%;
}
/*chara animation*/
.action-end .float-anime {
	animation-name: loop-float;
	animation-duration: 3s;
	animation-timing-function: linear;
	/*animation-delay: .5s;*/
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	animation-fill-mode:both;
	/*animation-play-state: ;*/
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);

}
/*loop animation*/
@keyframes loop-float {
    0% {
    	-webkit-transform: translateY(10px);
				-ms-transform: translateY(10px);
					transform: translateY(10px);
    }
    100% {
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
    }
}
/**contents separete**/

/*normalb*/
#normalb .content-base-ttl.animation.animated .content-bttl-txt {
	animation: type .5s steps(10, end) 0.7s forwards;
}
@media screen and (max-width: 510px) {
	.content-base-ttl.animation.animated .content-bttl-txt {
		animation: type .8s steps(6, end) 0.7s forwards;
	}
	#normalb .content-base-ttl.animation.animated .content-bttl-txt {
		animation: type .8s steps(10, end) 0.7s forwards;
	}
}
#normalb .blue {
	/*z-index: 2;*/
	/*padding-top: 20px;*/
	/*margin-left: 7%;*/
  margin-top: -8%;
}
#normalb .blue img {
	/*width: 90%;*/
}
#normalb .yellow {
	/*margin-bottom: 40px;*/
	/*margin-bottom: 3%;*/
	/*padding-top: 46px;
	padding-top: 4%;*/
	margin-top: -10%;
	z-index: 5;
}
#normalb .yellow img {
	/*width: 88%;
	padding-left: 10%;
	z-index: -10;*/
}
#normalb img.content-float-chara {
	top: 34%;
	left: auto;
	right: -24%;
}
#normalb img.content-float-chara.chara002 {
	top: auto;
	bottom: 0;
	left: -19%;
	right: auto;
	width: 35%;
	z-index: -10;
}
@media screen and (max-width: 510px) {
	#normalb img.content-float-chara.chara002 {
		left: -8vw;
	}
}
/*arrow*/
img.content-float-arrow {
	position: absolute;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	z-index: 5;
	display: block;
	width: 10%;
}
#normalb .blue img.content-float-arrow.arrow001 {
	top: -8.5%;
	left: 38.5%;
	width: 8%;
}
#normalb .blue img.content-float-arrow.arrow002 {
	top: -9%;
	right: 3%;
	width: 10%;
	z-index: -1;
}
#normalb .blue img.content-float-arrow.arrow003 {
	bottom: -7%;
	right: 12%;
	width: 6%;
	z-index: -1;
}
#normalb .yellow img.content-float-arrow.arrow004 {
	top: -2%;
	left: 22.5%;
	width: 28%;
	padding: 0;
}
#normalb .yellow img.content-float-arrow.arrow005 {
	top: -2%;
	right: auto;
	left: 5%;
	width: 5%;
	width: 5.1%;
	padding: 0;
}
@media screen and (max-width: 700px) {
	#normalb .blue img.content-float-arrow.arrow002 {
		right: 3vw;
	}
	#normalb .yellow img.content-float-arrow.arrow005 {
		top: -2vw;
    right: auto;
    left: 4.5vw;
	}
}
/*rush*/
#rush .content-base-ttl.animation.animated .content-bttl-txt {
	animation: type .5s steps(8, end) 0.7s forwards;
}
#rush .base-red,
#rush .red,
#rush .pouple {
	margin-bottom: 30px;
}
@media screen and (max-width: 510px) {
	#rush .base-red,
	#rush .red,
	#rush .pouple {
		margin-bottom: 20px;
	}
}
#rush img.content-float-chara {
	top: 13%;
	left: auto;
	right: -32%;
}
/*point*/
#point .content-base-ttl.animation.animated .content-bttl-txt {
	animation: type .5s steps(4, end) 0.7s forwards;
}
#point .first {
	z-index: 5;
	margin-bottom: 60px;
}
@media screen and (max-width: 510px) {
	#point .first {
		margin-bottom: 40px;
	}
}
#point img.content-float-chara {
	top: -71%;
	left: -34%;
	right: auto;
}
/*spec*/
#spec .content-base-ttl.animation.animated .content-bttl-txt {
	animation: type .5s steps(4, end) 0.7s forwards;
}
#spec .first {

}
#spec .second {
	/*margin-top: -100px;*/
	z-index: -2;
}
#spec .second img {
	width: 56%;
	margin-top: -35%;
}
#spec .second img.content-float-chara {
	top: auto;
	bottom: -3%;
	left: auto;
	right: 4%;
	width: 50%;
	margin-top: 0;
}
@media screen and (max-width: 600px) {
	#spec .second img.content-float-chara {
		bottom: -7%;
	}
}
/*sp animation*/
@media screen and (max-width: 510px) {
	/*.content-base-ttl.animation.animated .content-bttl-txt {
		animation: type 1.2s steps(6, end) 0.7s forwards;
	}
	#normalb .content-base-ttl.animation.animated .content-bttl-txt {
		animation: type 1.2s steps(10, end) 0.7s forwards;
	}
	#rush .content-base-ttl.animation.animated .content-bttl-txt {
		animation: type 1.2s steps(8, end) 0.7s forwards;
	}
	#point .content-base-ttl.animation.animated .content-bttl-txt {
		animation: type 1.2s steps(4, end) 0.7s forwards;
	}
	#spec .content-base-ttl.animation.animated .content-bttl-txt {
		animation: type 1.2s steps(4, end) 0.7s forwards;
	}*/
}

/*
******************************************************************
* #site-all-footer full_site
******************************************************************/

#page-all-footer {
	position: relative;
	padding-top: 200px;
	padding-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 510px) {
	#page-all-footer {
		padding-top: 80px;
	}
}
.footer-btn-box {
	text-align: center;
}
.footer-btn {
	display: inline-block;
	max-width: 536px;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 29px;
}
.footer-btn img {
	width: 100%;
}
.footer-btn .none-hover {
	display: block;
}
.footer-btn .hover {
	display: none;
}
.footer-btn:hover .none-hover {
	display: none;
}
.footer-btn:hover .hover {
	display: block;
}
.footer-logo {
	display: inline-block;
	margin-bottom: 31px;
}
.logo-list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.logo-list li {
	margin: 0 10px;
}
@media screen and (max-width: 1000px) {
	#page-all-footer .logo-list li {
		max-width: 100px;
	}
	#page-all-footer .logo-list .logo-item-sanraise img {
		width: 110px;
	}
	#page-all-footer .logo-list .logo-item-bisty img {
		width: 70px;
	}
	#page-all-footer .logo-list .logo-item-fields img {
		width: 80px;
	}
}
.note-txt {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 3px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909, 0 0 4px #3a0909;
}
/*
******************************************************************
* sns_btn
******************************************************************/
.sns_btn {
	position: absolute;
	z-index: 10;
  top: 20px;
  right: 220px;
	overflow: hidden;
  padding: 0 10px 7px;
}
.sns_btn > ul {
}
.action .sns_btn li {
}
.sns_btn li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.sns_btn li:first-child {
    margin: 0;
}