@charset "utf-8";

/*
******************************************************************
* MJP top.css
******************************************************************
*/
body {
	position: relative;
	/*background: url(../img/bg-content002.png) repeat top left;*/
	/*background-size: 100% auto;*/
	/*background: #e6ffff;*/
}

.pc-none {
	display: none !important;
}
.sp-none {
	display: block !important;
}
@media screen and (max-width: 767px) 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
******************************************************************/
#wrp-all {
	position: relative;
	z-index: 0;
}
/***chara new css***/
.page-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../img/bg_chara-page.jpg);
	background-size: cover;
	/*background-position: center top;*/
	background-position: center bottom;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.page-bg {
		height: 100%;
		/*background: url(../img/bg_chara-page.png);*/
		background-size: auto 100%;
		background-position: center top;
	}
}
.chara-fv-cont {
	position: relative;
	z-index: 10;
	/*width: 100%;
	height: 100vh;*/
	padding: 0 30px;
	box-sizing: border-box;
}
.chara-fv-cont * {
	box-sizing: border-box;
}
.chara-fv-box {
	position: relative;
	z-index: 10;
	max-width: 1000px;
	width: 100%;
	/*height: 100%;*/
	/*padding-top: 84%;*/
	margin: 0 auto;
}
.chara-logo-box {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chara-logo-left {
	/*width: 315px;*/
	width: 31.5%;
}
.chara-logo-right {
	/*width: 101px;*/
	width: 10.1%;
}
/*@media screen and (min-width: 768px) and (max-width: 991px) {
	.chara-logo-left {
		width: 225px;
	}
	.chara-logo-right {
		width: 79px;
	}
}*/
@media screen and (max-width: 991px) {
	.chara-logo-left {
		max-width: 270px;
		width: calc(40% + 5px);
	}
	.chara-logo-right {
		max-width: 90px;
    width: calc(16% + 5px);
	}
}
@media screen and (max-width: 640px) {
	.chara-logo-box {

	}
	.chara-fv-cont {
		padding: 0 15px;
	}
	.chara-fv-box {

	}
}

.chara-site-ttl-box {
	position: relative;
	top: 13.5%;
	left: 1px;
  width: calc(100% + 2px);
}
.chara-ttl {
	width: 100%;
}

.chara-site-chara-box {
	position: relative;
	width: 100%;
}
.characters-img {
	/*position: relative;
	z-index: 10;
	top: 0;
	left: -6.2%;
	width: calc(100% + 15.5%);*/
	position: relative;
	z-index: 10;
	top: 0;
	/*要素の半分の距離*/
	left: 50%;
	/*width: calc(100% + 12.7%);*/
	width: auto;
	/*調整値を1/2の移動量にする*/
	transform: translateX(-50%);
}

/*** page ttl ***/
.ttl-promotion-box {
	opacity: 1;
	position: absolute;
	z-index: 5;
	/*bottom: 13%;*/
	top: 44%;
  left: 57%;
  /*width: 100%;*/
  width: 43%;
  max-width: 630px;
  transform: translate(-50%);
}
.fv-site-ttl {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	backface-visibility: hidden;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.ttl-promotion-box {
		top: 53.4%;
		left: 50%;
		max-width: none;
    width: 90%;
	}
	.fv-site-ttl {
		margin-bottom: 5px;
	}
}
/*** promotion-box ****/
.promotion-box {
	opacity: 1;
	width: 90%;
	margin: 0 auto;
	-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: 767px) and (orientation: portrait) {
	.promotion-box {
		/*max-width: 400px;*/
		width: 100%;
	}
}
.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: 767px) 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;
	}
}
/***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;
	left: 0;
	display: none;
	z-index: 100;
	/*max-width: 400px;*/
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}
.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;
}
/*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: 20%;
	right: 0;
	width: 90%;
}*/
.menu-list li {
	position: relative;
}
.menu-list li:first-child {
	margin-top: -0.5vh;
}
.menu-list li + li {
	margin-top: 15px;
}
.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) {
	.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;
	}
}



.accodion-icon {
	position: absolute;
	z-index: 10;
	top: 90px;
  left: 600px;
	z-index: 5;
	display: inline-block;
	transform: translateY(-50%);
}
.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;
	/*padding: 20px 0;*/
	/*padding-left: 20px;*/
	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*/
/*.device-sp.device-android .menu-list > li + li,
.device-sp.device-iphone .menu-list > li + li {
	margin-top: 120px;
}*/
/*.device-sp.device-android .menu-list > li > img,
.device-sp.device-iphone .menu-list > li > img {
	width: 1800px;
}*/
/*.device-sp.device-android .menu-list > li > a,
.device-sp.device-iphone .menu-list > li > a {
	top: 137px;
	left: 300px;
}
.device-sp.device-android .menu-list > li > a > img,
.device-sp.device-iphone .menu-list > li > a > img {
	height: 60px;
}*/
/*point*/
/*.device-sp.device-android .menu-list > .item-point > .accodion-icon,
.device-sp.device-iphone .menu-list > .item-point > .accodion-icon {
	top: 139px;
	left: 720px;
	padding: 30px;
}
.device-sp.device-android .menu-list > .item-point > .accodion-icon > img,
.device-sp.device-iphone .menu-list > .item-point > .accodion-icon > img {
	width: 60px;
}
.device-sp.device-android .sub-menu-icon,
.device-sp.device-iphone .sub-menu-icon {
	vertical-align: middle;
	width: 60px;
}
.device-sp.device-android .sub-menu li a,
.device-sp.device-iphone .sub-menu li a {
	vertical-align: middle;
}
.device-sp.device-android .sub-menu li a > img,
.device-sp.device-iphone .sub-menu li a > img {
	height: 38px;
}*/
/*spec*/
/*.device-sp.device-android .menu-list > .item-spec > a > img,
.device-sp.device-iphone .menu-list > .item-spec > a > img {
	height: 54px;
}*/


/***fixed menu and close btn***/

.fixed-menu,
.menu-close {
	position: fixed;
	z-index: 10;
	/*top: 15px;*/
	top: 30px;
	left: 50%;
	padding-right: 5.5%;
	max-width: 1366px;
	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***/

/***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-area {
	padding-bottom: 38px;
	background: #e6ffff;
}
.banner-box {
	position: relative;
	z-index: 6;
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	/*margin-top: -11%;*/
}
.first-banner {
	display: block;
	width: 100%;
}
@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: 767px) and (orientation: portrait) {
	.banner-box {
		max-width: none;
		width: 90%;
		/*margin-top: calc((320px - 100%) * (10 / 55) - -30px) !important;*/
		padding-top: 30px;
	}
}
/***top bnr end***/

/*
******************************************************************
* #footer top page
******************************************************************/
#footer {
	position: relative;
	z-index: 5;
	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: 767px) 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-sanraise {
	max-width: 300px;
}
#footer .logo-list .logo-item-bisty {
	max-width: 88px;
}
#footer .logo-list .logo-item-fields {
	max-width: 112px;
}
#footer .logo-list li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	#footer .logo-list .logo-item-bisty {
		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: 767px) 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;
	}
}
/*
******************************************************************
* #main-contens
******************************************************************/

/***all content base***/
#contents-main * {
	box-sizing: border-box;
}
#contents-main a {
	/*transition: .2s;*/
}
#contents-main a img {
	backface-visibility: hidden;
	transition: .2s;
}
@media (hover: hover) and (pointer: fine) {
	#contents-main a:hover img {
		transform: scale(1.1);
	}
}


.box-base-width {
	max-width: 1000px;
	margin: 0 auto;
}
/*@media screen and (max-width: 767px) and (orientation: portrait) {
	.box-base-width {
		width: calc(90% + 20px);
	}
}*/

/**relation-link**/
.banner-relation-link-area {
	/*margin-top: 38px;*/
	padding: 20px 10px 25px;
	background: url(../img/full-add/bg_stripe-yerrow.png);
	background-size: 82px auto;
	background-position: 40px center;
}
.banner-rlink-box {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.banner-rlink-box a {
	display: block;
	width: 48.2%;
}
.banner-rlink-box a + a {
	margin-left: 3.6%;
}
.banner-img {
	width: 100%;
}
a[data-links="disabled"] {
	pointer-events: none;
}

/***main-contents-start***/
.main-content-cont {
	/*padding: 58px 10px 36px;*/
	padding: 58px 30px 36px;
}
@media screen and (max-width: 640px) {
    .main-content-cont {
    	/*padding: 48px 10px 26px;*/
    	padding: 48px 15px 26px;
    }
}

/**chara-introduce-common**/
.chara-introduce-outer {
	position: relative;
  z-index: 10;
	overflow: hidden;
	padding-bottom: 15px;
}
.chara-introduce-outer + .chara-introduce-outer {
	margin-top: 20px;
}
.cintro-ttl-box {
	position: relative;
	z-index: -1;
	padding-top: 26px;
	text-align: center;
}
.cintro-ttl-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 608px;
}
.cintro-ttl {
	position: relative;
	z-index: 2;
	display: inline-block;
	line-height: 0;
	margin: 0 auto;
	margin-bottom: 0;
}
.cintro-ttl img {
	position: relative;
	z-index: 1;
	width: 100%;
}
.cintro-chara-box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -20px;
  max-width: 1002px;
  width: calc(100% + 2px);
}
.cintro-chara-wrap {
	position: relative;
	width: 50%;
	margin-bottom: -4px;
}
.cintro-chara-wrap img {
	width: 100%;
}
.cintro-chara-wrap:nth-child(odd) img {
	margin-left: 2px;
}
.cintro-chara-wrap:nth-child(even) img {
	margin-left: -4px;
}
.cintro-chara-wrap {
		padding: 0 2px;
		margin-bottom: 0;
	}
@media screen and (max-width: 767px) {
	.cintro-chara-wrap {
		padding: 0 2px;
		margin-bottom: 0;
	}
	.cintro-chara-wrap:nth-child(odd) img {
		margin-left: 1px;
	}
	.cintro-chara-wrap:nth-child(even) img {
		margin-left: -3px;
	}
}
/**Princess**/
.Princess-cont {
	background-color: #f9a3cd;
}
.Princess-cont .cintro-ttl-bg {
	background: url(../img/Princess/bg_ttl-Princess.png) no-repeat;
	background-position: center top;
	/*background-size: auto 608px;*/
	background-size: 100% auto;
}
.Princess-cont .cintro-ttl {
	left: 3%;
	/*width: 52.5%;*/
	width: 51.1%;
}
.Princess-cont .cintro-ttl-box {
	padding-top: 3%;
}
.Princess-cont .cintro-chara-box {
	margin-top: 1px;
}
/**Fairy**/
.Fairy-cont {
	background-color: #80aeff;
}
.Fairy-cont .cintro-ttl-bg {
	background: url(../img/Fairy/bg_ttl-Fairy.png) no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.Fairy-cont .cintro-ttl-box {
	padding-top: 3%;
}
.Fairy-cont .cintro-ttl {
	left: 3%;
	width: 34%;
}
.Fairy-cont .cintro-chara-box {
	margin-top: -2.2%;
}
/**Angel**/
.Angel-cont {
	background-color: #f9d770;
}
.Angel-cont .cintro-ttl-bg {
	background: url(../img/Angel/bg_ttl-Angel.png) no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.Angel-cont .cintro-ttl-box {
	padding-top: 2.8%;
}
.Angel-cont .cintro-ttl {
	left: 3%;
	width: 40.7%;
}
.Angel-cont .cintro-chara-box {
	margin-top: -2%;
}
/**offcial-link**/
.banner-official-link-area {
	padding: 60px 10px 37px;
	background: #e6ffff;
}
@media screen and (max-width: 640px) {
	.banner-official-link-area {
		padding: 40px 10px 17px;
	}
}
.banner-olink-box {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.banner-olink-box a {
	display: block;
	width: 50%;
	margin-bottom: 6px;
}
.banner-olink-box a.other-link {
	/*display: block;*/
	width: 83.2%;
	align-self: flex-start;
	/*margin: 0 auto;*/
}
/**chara add**/
.banner-olink-box a.top-link {
	width: 48.2%;
}
@media screen and (max-width: 640px) {
	.banner-olink-box a {
		width: 100%;
		margin-bottom: 12px;
	}
	.banner-olink-box a:nth-child(2) {
		width: 102.5%;
    margin-left: -1.5%;
    margin-right: -1%;
	}
	.banner-olink-box a.other-link {
		width: 100%;
	}
	.banner-olink-box a.top-link {
		max-width: 400px; 
		width: 80%;
	}
}
@media (hover: hover) and (pointer: fine) {
	#contents-main .banner-olink-box a:hover img {
		/*opacity: 0.7;
		transform: scale(1);*/
		transform: scale(1.1);
	}
}




/*
******************************************************************
* #site-all-footer full_site
******************************************************************/
.page-footer-area {
	position: relative;
	background: #e6ffff;
}
.page-footer-area:before {
	content: "";
	background: #e6ffff;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 10px;
}
#page-all-footer {
	position: relative;
	padding-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-flow: column;
	text-align: center;
}
#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: 767px) and (orientation: portrait) {
	#page-all-footer {
		/*background: url(../img/bg_footer-star.png) repeat-x;
		background-size: 36px auto;*/
		background: none;
	}
}
.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: 12px;
	font-size: 10px;
	color: #333;
	text-align: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.copy-right {
		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;
	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;
	display: inline-block;
	width: 20px;
}
.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;
  white-space: nowrap;
}

/*face-book*/
.face-btn a {
	position: relative;
	display: inline-block;
	width: 102px;
	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;
	display: inline-block;
	width: 12px;
}
.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;
  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;
	}
}