@charset "utf-8";

/*
******************************************************************
* MJP top.css
******************************************************************
*/
body {
	position: relative;
	/*background: url(../img/bg-content002.png) repeat top left;*/
	/*background-size: 100% auto;*/
	background: #000;
}

.pc-none {
	display: none !important;
}
.sp-none {
	display: block !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pc-none {
		display: block !important;
	}
	.sp-none {
		display: none !important;
	}
}

.animetion-stopped * {
	opacity: 1 !important;
	transform: scale(1) !important;
	transition: none !important;
	animation: none !important;
}
.animetion-stopped .contents-kv {
	height: 100vh;
}	
.animetion-stopped #footer {
	opacity: 1 !important;
	transform: translate(-50%,0) scale(1) !important;
	transition: none !important;
	animation: none !important;
}
/*
******************************************************************
* #wrp-all
******************************************************************/
.contents-kv {
	position: relative;
	z-index: 2;
  width: 100%;
  min-height: 930px;
  height: 100vh;
  margin: 0 auto;
	background: #000;
}
.kv-shadow {
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 9%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.31), #000);
	/* -webkit-box-shadow: 0px -8px 8px 10px rgb(0 0 0 / 31%); */
	-moz-box-shadow: 0px -8px 8px 10px rgba(0,0,0,0.31);
	box-shadow: 0px -8px 8px 10px rgb(0 0 0 / 31%);
}
@media screen and (max-width: 768px) and (orientation: landscape) {
	.contents-kv {
		min-height: 0;
		height: 190vh;
	}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.contents-kv {
		min-height: 810px;
	}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
	.contents-kv {
		/*height: 136vw;*/
		/*height: 222vw;*/
		height: 125vh;
		min-height: 712px;
		/*padding-top: 136%;*/
	}
}
/**ipnoheX**/
@media screen and (max-width: 768px) and (orientation: portrait) and (min-height: 800px) and (max-height: 850px) {
	.contents-kv {
		height: 103vh;
	}
}
@media screen and (min-width: 1601px) {
	.contents-kv {
		/*padding-top: 78%;*/
	}
}
.kv-bg-box {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	max-width: 1600px;
	width: 100%;
	/*height: 100%;*/
	transform: translateX(-50%);
}
.kv-bg {
	position: relative;
	display: block;
	width: 100%;
	/*height: 100%;*/
	min-height: 930px;
	height: 100vh;
	/*padding-top: 100vh;*/
	/*background: url(../img/bg_fv.png) no-repeat center top;*/
	background: url(../img/bg_MV-PC.png) no-repeat center top;
	background-size: cover;
	/*transform: scale(1.2);*/
}
@media screen and (max-width: 768px) and (orientation: landscape) {
	.kv-bg {
		min-height: 0;
		height: 110vh;
	}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.kv-bg {
		min-height: 810px;
	}
}
@media screen and (min-width: 1601px) {
	.kv-bg {
		/*padding-top: 78%;*/
		background: url(../img/bg_MV-PC2.png) no-repeat center top;
		background-size: cover;
	}
	.kv-bg:before,
	.kv-bg:after {
		content: "";
		position: absolute;
		top: 0;
		z-index: 0;
		height: 100%;
	}
	.kv-bg:before {
		top: 0;
    left: calc(0px - 30px);
    -webkit-box-shadow: -8px 0px 60px 60px rgba(0,0,0,1);
    -moz-box-shadow: -8px 0px 60px 60px rgba(0,0,0,1);
    box-shadow: -8px 0px 60px 60px rgba(0,0,0,1);
	}
	.kv-bg:after {
		top: 0;
    left: calc(100% + 30px);
    -webkit-box-shadow: 8px 0px 60px 60px rgba(0,0,0,1);
    -moz-box-shadow: 8px 0px 60px 60px rgba(0,0,0,1);
    box-shadow: 8px 0px 60px 60px rgba(0,0,0,1);
	}
}
@media screen and (max-width: 768px) and (orientation: portrait) {
	.kv-bg {
		/*padding-top: 136%;*/
		height: 136vw;
		min-height: 400px;
		background: url(../img/bg_MV-SP.png) no-repeat center top;
		background-size: cover;
	}
}
.kv-start-cover {
	position: absolute;
  z-index: 10;
  top: 0;
  left: -50vw;
  width: 300vw;
  height: 100vh;
  background: #000;
}
.kv-start-cover-white {
	position: absolute;
  z-index: 8;
  top: 0;
  left: -50vw;
  width: 300vw;
  height: 100vh;
  background: rgba(255,255,255,0.9);
}
#contents {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
	max-width: 1366px;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
}

.main-logo {
	position: absolute;
	z-index: 5;
	top: 2%;
	left: 2.5%;
	max-width: 100px;
	width: 29%;
}
/*@media screen and (min-width: 769px),(orientation: landscape) {
	#contents {
		max-width: 1920px;
	}
	.contents-kv {
		max-height: 1000px;
	}
}*/
@media screen and (max-width: 768px) and (orientation: portrait) {
	.main-logo {
		max-width: 100px;
		width: 18%;
	}
}
/*** chara box settings***/

/**all**/
.chara-box {
	position: relative;
	z-index: 0;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	/*background: url(../img/bg-top-main.png) no-repeat bottom center;
	background-size: cover;*/
	/*-webkit-box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.31) inset,8px 0px 8px -1px rgba(0,0,0,0.31) inset;
	-moz-box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.31) inset,8px 0px 8px -1px rgba(0,0,0,0.31) inset;
	box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.31) inset,8px 0px 8px -1px rgba(0,0,0,0.31) inset;*/
	/*overflow: hidden;*/
}
/*.chara-box:before,
.chara-box:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
}*/
@media screen and (min-width: 769px),(orientation: landscape) {
	.chara-box {
		max-width: 1920px;
	}
	.chara-box:before {
		top: 0;
		left: -100%;
		-webkit-box-shadow: -8px 0px 8px 10px rgba(0,0,0,0.31);
		-moz-box-shadow: -8px 0px 8px 10px rgba(0,0,0,0.31);
		box-shadow: -8px 0px 8px 10px rgba(0,0,0,0.31);
	}
	.chara-box:after {
		top: 0;
		left: 100%;
		-webkit-box-shadow: 8px 0px 8px 10px rgba(0,0,0,0.31);
		-moz-box-shadow: 8px 0px 8px 10px rgba(0,0,0,0.31);
		box-shadow: 8px 0px 8px 10px rgba(0,0,0,0.31);
	}
}

/*** main-chara ****/
.main-chara-box {
	opacity: 1;
	position: absolute;
	/*top: 23%;*/
	top: 23vh;
	left: 50%;
	width: 100%;
  max-width: 1460px;
	transform: translate(-50%);
}
.main-chara {
	display: block;
	width: 115%;
	z-index: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
	.main-chara-box {
		top: 42vh;
		left: 50%;
	}
	.main-chara {
		width: 100%;
	}
}
@media screen and (max-width: 768px) and (orientation: portrait) and (min-height: 800px) and (max-height: 850px) {
	.main-chara-box {
		top: 34vh;
		left: 50%;
	}
}
/*** main-macine-box ****/

/*** twitter box ****/
.twitter-outer {
	display: none;
	position: absolute;
	z-index: 10;
	opacity: 0;
	top: 390px;
  left: 0;
	max-width: 300px;
	/*width: 36vh;*/
	width: 300px;
	max-height: 441px;
	/*height: 441px;*/
	height: 60vh;
	padding: 46px 27px 40px;
	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;
}
.twitter-cont {
	width: 100%;
	height: 428px;
	margin-top: 14px;
	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-inner {
	width: 100%;
}
.twitter-tweet {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
/*ipad tablet*/
.device-ipad .twitter-outer {
	top: 100px;
}

/*** page ttl ***/
.ttl-promotion-box {
	opacity: 1;
	position: absolute;
	z-index: 5;
	/*bottom: 13%;*/
	top: 0;
  left: 50%;
  max-width: 630px;
  min-width: 550px;
  width: 64vh;
  transform: translate(-50%);
}
@media screen and (max-width: 768px) and (orientation: landscape) {
	.ttl-promotion-box {
		min-width: 0;
		width: 104vh;
	}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.ttl-promotion-box {
		width: 440px;
	}
}
/**SP 横画面**/
@media screen and (max-width: 768px) and (orientation: landscape) {

}

.comp{
width: 30%;
margin: 2%;
}

.comp2{
width: 200px;
margin: 10px;
}

.fv-site-ttl {
	display: block;
	width: 100%;
	/*margin-bottom: 50px;*/
  margin-left: -50%;
	backface-visibility: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
	.ttl-promotion-box {
		top: 0;
		left: 50%;
		min-width: 0;
		/*max-width: 600px;*/
		max-width: 570px;
    /*width: 90%;*/
    width: 100%;
	}
	.fv-site-ttl {
		margin-left: 0;
		margin-bottom: 5px;
	}
}
@media screen and (min-width: 560px) and (max-width: 768px) and (orientation: portrait) {
	.main-chara-box {
		top: 46vh;
	}
}
/*** promotion-box ****/
.promotion-box {
	opacity: 1;
	width: 80%;
	margin: 0 auto;
	/*margin-top: -2vh;*/
	margin-top: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*@media screen and (min-width: 769px),(orientation: landscape) {
    .promotion-box {
    	bottom: auto;
			left: 50%;
    	top: 83%;
    	max-width: 408px;
			width: 45vh;
			width: 64%;
    }
}*/
@media screen and (max-width: 768px) and (orientation: portrait) {
	.promotion-box {
		/*max-width: 400px;*/
		/*width: 100%;*/
		margin-top: 20px;
		width: 85%;
	}
}
.promotion-inner {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	cursor: pointer;
	transition: .2s;
}
/*.promotion-inner:hover {
	opacity: 1 !important;
	transform: scale(1.1);
}*/
@media all and (hover: hover) and (pointer: fine) {
	.promotion-inner:hover {
		opacity: 1 !important;
		transform: scale(1.1);
	}
}
.none-click-btn {
	pointer-events: none;
}
.promotion-inner img {
	width: 100%;
}
.promotion-inner .none-hover {
	display: block;
}
.promotion-inner .hover {
	position: absolute;
	z-index: 0;
	top: 0;
	width: 100%;
}
.promotion-inner .hover {
	opacity: 0;
}
/*.promotion-inner:hover .none-hover {
	opacity: 0 !important;
}
.promotion-inner:hover .hover {
	opacity: 1 !important;
}*/
@media all and (hover: hover) and (pointer: fine) {
	.promotion-inner:hover .none-hover {
		opacity: 0 !important;
		animation: none !important;
	}
	.promotion-inner:hover .hover {
		opacity: 1 !important;
		animation: none !important;
	}
}
.js-movie-play .none-movie-play {
	opacity: 0 !important;
	animation: none !important;
}
.js-movie-play .movie-play {
	opacity: 1 !important;
	animation: none !important;
}
@media all and (hover: hover) and (pointer: fine) {
	.js-movie-play.promotion-inner {
		opacity: 1 !important;
		transform: scale(1.1);
	}
}
/*sp settings*/
.none-movie-play.pc-none,
.movie-play.pc-none {
	display: none !important;
}
.none-movie-play.sp-none,
.movie-play.sp-none {
	display: block !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
	.none-movie-play.sp-none,
	.movie-play.sp-none {
		display: none !important;
	}
	.none-movie-play.pc-none,
	.movie-play.pc-none {
		display: block !important;
	}
}

/***under scroll (sp only)***/
 .scroll-box {
	position: absolute;
	z-index: 5;
 	bottom: 6.5%;
 	left: 50%;
 	max-width: 70px;
 	width: 10%;
	display: block;
	/*padding-bottom: 38px;*/
	padding-bottom: 7%;
	text-align: center;
	transform: translateX(-50%);
}
.scroll-txt {
	width: 100%;
	margin: 0 auto;
}
.scroll-box:before {
	content: "";
	position: absolute;
	bottom: 3px;
	/*left: 50%;*/
	left: 35%;
	max-width: 20px;
	width: 30%;
	max-height: 12px;
	height: 3.72vw;
	/*transform: translate(-50%);*/
	background: url(../img/img_scroll-under-arrow.png) no-repeat;
	background-size: 100% auto;
}
@media screen and (min-width: 440px) {
	.scroll-box {
		width: 70px;
		padding-bottom: 33px;
	}
}

/***top bnr***/
.banner-box {
	/*position: absolute;*/
	top: calc(70vh + 70px);
	left: 50%;
	z-index: 6;
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	transform: translate(-50%);

	position: relative;
	top: auto;
	left: auto;
	margin-bottom: 10%;
	transform: none;
}
.first-banner {
	display: block;
	width: 100%;
}
.first-banner + .first-banner {
	margin-top: 20px;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
	.banner-box {
		top: calc(80vh + 100px);

		top: auto;
		left: auto;
		margin-bottom: 10%;
	}
}
@media screen and (min-width: 769px) {
	.first-banner + .first-banner {
		margin-top: 40px;
	}
}



/*@media screen and (min-width: 769px) and (max-width: 1400px) {
	.banner-box {
		margin-top: -3.5%;
	}
}*/
/*block comment*/
/*@media screen and (min-width: 1401px) {
	.banner-box {
		margin-top: calc( (1400px - 100%) * 0.62 + -70px);
	}
}
@media screen and (min-width: 1601px) {
	.banner-box {
		margin-top: -224px;
	}
}*/
@media screen and (max-width: 768px) and (orientation: portrait) {
	.banner-box {
		top: calc(84vh + 10vw);
		max-width: none;
		width: 90%;
		top: auto;
		left: auto;
		transform: none;
		/*margin-top: calc((320px - 100%) * (10 / 55) - -30px) !important;*/
		/*margin-top: 30px;*/
	}
}
@media screen and (max-width: 768px) and (orientation: portrait) and (min-height: 800px) and (max-height: 850px) {
	.banner-box {
		opacity: 0;
	}
}
/***top bnr end***/

/*
******************************************************************
* #footer top page
******************************************************************/
#footer {
	position: relative;
	z-index: 5;
	/*padding: 20px 10px;
  padding-bottom: 0;*/
	/*max-width: 1000px;
	max-width: 460px;*/
	width: 100%;
	padding-top: 20px;
	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 (min-width: 1000px) {
    #footer {
    	bottom: 0;
    }
}*/
@media screen and (max-width: 768px) and (orientation: portrait) {
	#footer {
		padding-top: 0;
	}
	.logo-copy-footer-box-sp {
		padding-top: 25px;
		/*background: url(../img/bg_footer-star.png) repeat-x top left;
    background-size: auto 128px;*/
	}
}
@media screen and (max-width: 340px) and (orientation: portrait) {
	.logo-copy-footer-box-sp {
		/*background: url(../img/bg_footer-star.png) repeat-x top left;
    background-size: auto 122px;*/
	}
}
#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;
	padding-bottom: 20px;
}
#footer .logo-list li {
	margin: 0;
	margin-right: 30px;
}
#footer .logo-list .logo-item-newgin {
	/*max-width: 88px;*/
	max-width: 135px;
}
#footer .logo-list .logo-item-fields {
	/*max-width: 112px;*/
	max-width: 135px;
}
#footer .logo-list li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
	#footer .logo-list .logo-item-newgin {
		max-width: 60px;
		margin-right: 15px;
	}
	#footer .logo-list .logo-item-fields {
		max-width: 80px;
	}
	#footer .logo-list li img {
		width: 100%;
	}
}
/*@media screen and (max-width: 900px) {
    #footer .logo-list li {
    	max-width: none;
    }
		#footer .logo-list .logo-item-sanraise {
			max-width: 300px;
			max-width: 230px;
			width: calc(53.3% - 10px);
		}
		#footer .logo-list .logo-item-bisty {
			max-width: 88px;
			max-width: 58px;
			width: calc(17.3% - 10px);
		}
		#footer .logo-list .logo-item-fields {
			max-width: 112px;
			max-width: 72px;
			width: calc(100% - 53.3% - 10px - 17.3% - 22px);
		}
		#footer .logo-list li img {
			width: 100%;
		}
}*/
#footer .note-txt {
	display: block;
	padding: 2px 0;
	text-align: center;
	background: #c8141d;
}
#footer .note-txt small {
	font-size: 10px;
  /*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;*/
}
@media screen and (max-width: 768px) and (orientation: portrait) {
	#footer .note-txt small {
		font-size: 12px;
	}
}
@media screen and (max-width: 340px) and (orientation: portrait) {
	#footer .note-txt small {
		font-size: 10px;
	}
}














/*
******************************************************************
* #contents-main full_site start
******************************************************************/

/***fixed menu start***/

/***top menu full_site***/

/**modal**/
.modal-base {
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	z-index: 100;
	/*max-width: 400px;*/
	width: 100%;
	height: 100%;
	background: #000;
}
.modal-inner {
	position: relative;
	height: 100%;
	margin-left: auto;
	margin-right: 0;
}
.menu-list {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.menu-list li {
	position: relative;
}
.menu-list li:first-child {
	margin-top: -0.5vh;
}
.menu-list li + li {
	margin-top: 15px;
}
[data-chara-none].menu-list li + li {
	margin-top: 55px;
}

.menu-list > li > a {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 0.5vh 2vw;
	/*color: #000;*/
}
@media (hover: hover) and (pointer: fine) {
	.menu-list > li > a > img {
		transition: .5s;
	}
	.menu-list > li > a:hover img {
		opacity: 0.7;
		transform: scale(1);
	}
}
@media screen and (max-width: 480px) and (orientation: portrait) {
	[data-chara-none].menu-list li + li {
		margin-top: 20px;
	}
	.menu-list > li > a > img {
		height: 44px;
	}
}
@media screen and (max-width: 340px) and (orientation: portrait) {
	.menu-list > li > a > img {
		height: 40px;
	}
}
@media screen and (max-width: 767px) and (min-width: 481px) and (orientation: portrait) {
	.menu-list > li > a > img {
		height: 50px;
	}
}
/***top menu end***/

/*sp item resize settings*/

/***fixed menu and close btn***/

.fixed-menu,
.menu-close {
	position: fixed;
	z-index: 10;
	/*top: 15px;*/
	top: 30px;
	left: 50%;
	padding-right: 5%;
	max-width: 1566px;
	width: 100%;
	transform: translateX(-50%);
	text-align: right;
	/*display: none;*/
}
.menu-close {
	opacity: 0;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.fixed-menu img,
	.menu-close	img {
		width: 80px;
	}
}
@media screen and (max-width: 480px) and (orientation: portrait) {
	.fixed-menu,
	.menu-close {
		top: 15px;
	}
	.fixed-menu img,
	.menu-close	img {
		width: 50px;
	}
}
/***fixed menu end***/

/***contentts start***/
.main-kv-border-shadow-top {
	position: relative;
    z-index: 3;
    top: -70px;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), #000);
}
.main-kv-border-shadow-bottom {
		position: relative;
    z-index: 3;
    top: -80px;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, rgba(0,0,0,0.1), #000);
}
.main-bg-fixed {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/full-add/bg_main-contents.png);
	/*background-size: auto 1964px;*/
	background-size: cover;
}
#contents-main {
	position: relative;
	z-index: 4;
	width: 100%;
	min-height: 100vh;
}
#contents-main * {
	box-sizing: border-box;
}

.box-base-width {
	position: relative;
  z-index: 4;
  /*top: -230px;*/
	max-width: calc(1020px + 7% * 2);
  margin: 0 auto;
  margin-top: -230px;
  padding: 18px 7% 37px;
}
.flow-base-ttl-img {
	width: 100%;
}
.flow-img-base {
	width: 100%;
}
.flow-base-ttl-img,
.flow-img-base {
	backface-visibility: hidden;
}
.feature {
	/*position: relative;
  z-index: 4;
  top: -230px;*/
}
.feature .flow-img-base {
	width: 120%;
  margin-left: -14%;
}
.gameflow .content002 .flow-img-base {
	width: 102.8%;
}
.gameflow .content003 {
	margin-top: -9%;
}
.gameflow .content003 .flow-img-base {
	width: 106.4%;
}
.spec {
	margin-top: 13%;
}
.spec .content002 {
	margin-top: 5%;
}

.cp {
	margin-top: 13%;
}
.cp .content002 {
	margin-top: 5%;
}


/***SP settings***/
@media screen and (max-width: 768px) and (orientation: portrait) {
	.box-base-width {
		/*top: -120vw;*/
		top: 0;
		margin-top: -120vw;
	}
}
@media screen and (min-width: 560px) and (max-width: 768px) and (orientation: portrait) {
	.box-base-width {
		/*top: -40vh;*/
		margin-top: -40vh;
	}
}



/***contents end***/

/*
******************************************************************
* #site-all-footer full_site
******************************************************************/

#page-all-footer {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;:4;
	flex-flow: column;
	text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {

}
/*#page-all-footer {
	background: url(../img/bg_footer-star.png) repeat-x;
	background-size: 51px auto;
	background-position: left 10px;
}*/
@media screen and (max-width: 768px) and (orientation: portrait) {
	#page-all-footer {
		/*margin-top: -120vw;*/
		margin-top: 0;
		background: none;
	}
}
@media screen and (min-width: 560px) and (max-width: 768px) and (orientation: portrait) {
	#page-all-footer {
		margin-top: 0;
	}
}
.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;
}
.logo-list li {
	margin: 0 10px;
}

/*COPY right*/
.copy-right {
	margin-bottom: 52px;
	font-size: 10px;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
	.copy-right {
		margin-bottom: 22px;
		font-size: 12px;
	}
}
@media screen and (max-width: 340px) and (orientation: portrait) {
	.copy-right {
		font-size: 10px;
	}
}
/*
******************************************************************
* sns_btn
******************************************************************/
.sns_btn {
	position: relative;
	z-index: 10;
	max-width: 460px;
	min-width: 400px;
	width: 100%;
	padding: 0;
	text-align: center;
	overflow: hidden;
	/*transform: translateX(-50%) scale(0.7) !important;*/
}
.sns_btn > ul {
	display: inline-block;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	/*min-width: 400px;*/
}
.action .sns_btn li {
}
.sns_btn li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

/*#twitter-widget-0 {
	width: 120px !important;
	height: 28px !important;
}
#twitter-widget-0 #document a {
	width: 120px !important;
	height: 28px !important;
}*/
/*twitter*/
.twitter-btn a {
	position: relative;
	display: inline-block;
	/*width: 102px;*/
	width: 100px;
	height: 30px;
	padding: 1px 10px 1px 9px;
	padding: 1px 0 1px;
	background-color: #1b95e0;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	border-radius: 3px;
	box-sizing: border-box;
	text-decoration: none;
}
.twitter-btn a img {
	position: relative;
	/*top: -5px;
	left: -5px;*/
	top: -9px;
	left: -4px;
	display: inline-block;
	/*width: 20px;*/
	width: 16px;
}
.twitter-btn a .btn-name {
	display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-left: 4px;
  font-size: 13px;
  /*font-size: 11px;*/
  /*line-height: 26px;*/
  line-height: 30px;
  white-space: nowrap;
}

/*face-book*/
.face-btn a {
	position: relative;
	display: inline-block;
	/*width: 102px;
	height: 30px;*/
	width: 100px;
  height: 30px;
	padding: 1px 10px 1px 9px;
	padding: 1px 0 1px;
	background-color: #3b5998;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	border-radius: 3px;
	box-sizing: border-box;
	text-decoration: none;
}
.face-btn a img {
	position: relative;
	/*top: -2px;
	left: -7px;*/
	top: -7px;
  left: -13px;
	display: inline-block;
	/*width: 12px;*/
	width: 10px;
}
.face-btn a .btn-name {
	display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-left: 4px;
  font-size: 13px;
  /*font-size: 11px;*/
  /*line-height: 26px;*/
  line-height: 30px;
  white-space: nowrap;
}
/*line*/
.li-btn a {
	position: relative;
	display: inline-block;
	width: 102px;
	height: 30px;
	padding: 1px 10px 1px 9px;
	padding: 1px 0 1px;
	background-color: #52b448;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	border-radius: 3px;
	box-sizing: border-box;
	text-decoration: none;
}
.li-btn a img {
	position: relative;
	top: -3px;
	left: 0px;
	display: inline-block;
	width: 20px;
}
.li-btn a .btn-name {
	display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-left: 4px;
  font-size: 13px;
  /*font-size: 11px;*/
  line-height: 26px;
  white-space: nowrap;
}
.sns_btn li:first-child {
    margin: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
	.sns_btn {
		transform: scale(0.7) !important;
	}
}