@charset "UTF-8";

/************************************************************
*
*　アリス・ギア・アイギス 公式サイト -［2017.11.xx］
*　全ページ共通部分スタイルシート
*
************************************************************/

.fade {
	/*transition*/
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.fade:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)";
	/* IE 8 */
	/*transition*/
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 トランスフォーム
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* 共通 ---------------------------------*/

#sec_nav .menu ul li a {
	transform: rotate(0.03deg) !important;
}

footer .set_menu .menu li a {
	transform: rotate(0.03deg) !important;
}


/* index ---------------------------------*/

#index #sec_news ul.news_list li .title p {
	transform: rotate(0.03deg) !important;
}

#index #sec_intro .story .right .txt {
	transform: rotate(0.03deg) !important;
}

#index #sec_staff .list li .res {
	transform: rotate(0.03deg) !important;
}

#index #sec_staff .list li .name {
	transform: rotate(0.03deg) !important;
}

#index #sec_news .btn a {
	transform: rotate(0.03deg) !important;
}

#index #sec_news ul.news_list li .date .category {
	transform: rotate(0.03deg) !important;
}


/* news ---------------------------------*/

#news #sec_news .category ul li a {
	transform: rotate(0.03deg) !important;
}

#news #sec_news ul.news_list li .title p {
	transform: rotate(0.03deg) !important;
}

#news #sec_article .title ul li {
	transform: rotate(0.03deg) !important;
}

#news #sec_article .article .set .txt {
	transform: rotate(0.03deg) !important;
}

#news #sec_article .article .set .btn a {
	transform: rotate(0.03deg) !important;
}

#news #sec_article .sns ul li a {
	transform: rotate(0.03deg) !important;
}

#news .btn_return {
	transform: rotate(0.03deg) !important;
}

#news #sec_news ul.news_list li .date .category {
	transform: rotate(0.03deg) !important;
}


/* about ---------------------------------*/

#about #sec_ancer ul li a {
	transform: rotate(0.03deg) !important;
}

#about #sec_about .txt {
	transform: rotate(0.03deg) !important;
}

#about #sec_staff ul li .sub {
	transform: rotate(0.03deg) !important;
}

#about #sec_staff ul li .txt {
	transform: rotate(0.03deg) !important;
}


/* story ---------------------------------*/

#story #sec_ancer ul li a {
	transform: rotate(0.03deg) !important;
}

#story #sec_intro .story .txt {
	transform: rotate(0.03deg) !important;
}

#story #sec_narukozaka .tips p {
	transform: rotate(0.03deg) !important;
}

#story #sec_tips ul li .title {
	transform: rotate(0.03deg) !important;
}

#story #sec_tips ul li .txt {
	transform: rotate(0.03deg) !important;
}


/* character ---------------------------------*/

#character #sec_ancer ul li a {
	transform: rotate(0.03deg) !important;
}

#character #sec_charalist .txt {
	transform: rotate(0.03deg) !important;
}

#character #sec_charalist .thum_list li .cv {
	transform: rotate(0.03deg) !important;
}

#chara_sub #sec_profile .inner .set_text .wrap .voice li a {
	transform: rotate(0.03deg) !important;
}

#chara_sub #sec_profile .inner .set_text .item01 p {
	transform: rotate(0.03deg) !important;
}

#chara_sub #sec_profile .inner .set_text .item02 p {
	transform: rotate(0.03deg) !important;
}

#chara_sub #sec_profile .inner .set_text .item03 p {
	transform: rotate(0.03deg) !important;
}

#chara_sub #sec_profile .inner .set_text .item04 p {
	transform: rotate(0.03deg) !important;
}

#chara_sub #sec_profile .inner .set_text .item05 p {
	transform: rotate(0.03deg) !important;
}

#chara_sub #sec_profile .inner .set_text .question .txt {
	transform: rotate(0.03deg) !important;
}


/* products ---------------------------------*/

#products #sec_ancer ul li a {
	transform: rotate(0.03deg) !important;
}

#products #sec_info .txt {
	transform: rotate(0.03deg) !important;
}

#products #sec_prod .bg .wrap .txt_set .txt1 {
	transform: rotate(0.03deg) !important;
}

#products #sec_prod .bg .wrap .txt_set .txt2 {
	transform: rotate(0.03deg) !important;
}


/* special ---------------------------------*/

#special #sec_ancer ul li a {
	transform: rotate(0.03deg) !important;
}

#special #sec_info .txt {
	transform: rotate(0.03deg) !important;
}

#special #sec_zuntata .bg .wrap .sound li .title {
	transform: rotate(0.03deg) !important;
}

#special #sec_comment ul li .bg .wrap .right .txt1 {
	transform: rotate(0.03deg) !important;
}

#special #sec_comment ul li .bg .wrap .right .txt2 {
	transform: rotate(0.03deg) !important;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　MODULE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
	background-image: url(/alicegearaegis/portal/img/common/bg_common.gif);
	background-attachment: fixed;
}

.inner {
	width: 1200px;
	margin: 0 auto;
}

::selection {
	background: #f13875;
	/* Safari */
	color: #191919;
}

::-moz-selection {
	background: #f13875;
	/* Firefox */
	color: #191919;
}

/*
img {
	-webkit-backface-visibility: hidden;
	}
*/





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ナビゲーション（sec_nav）
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#sec_nav {
	width: 100%;
	height: 120px;
	background-image: url(/alicegearaegis/portal/img/common/nav_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	/* z-index: 20000; */
	position: relative;
}

#sec_nav .inner {
	position: relative;
}

#sec_nav h1 {
	position: absolute;
	left: 20px;
	top: 38px;
	width: 280px;
}

#sec_nav h1 img {
	width: 100%;
	height: auto;
}

#sec_nav .menu {
	position: absolute;
	z-index: 90;
	width: 880px;
	height: 60px;
	/*60px*/
	/*top: 40px;*/
	bottom: -95px;
	right: 0px;
}

#sec_nav .menu ul {
	float: right;
}

#sec_nav .menu ul li {
	float: left;
	margin-left: 25px;
	line-height: 73px;
	/* 63px */
	font-weight: 600;
	font-size: 18px;
}

#sec_nav .menu ul li.none {
	color: #cdcdcd;
}

#sec_nav .menu ul li a {
	font-weight: 600;
	font-size: 18px;
}

#sec_nav .menu ul li.new {
	background-image: url(/alicegearaegis/portal/img/common/nav_new.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#sec_nav .menu ul li .newIcon {
	text-align: center;
	width: 100%;
	margin-top: -19px;
}

#sec_nav .menu ul li .newIcon img {
	text-align: center;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 フッター（footer）
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

footer #ft_info {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-color: #fff;
}

footer #ft_info .logo {
	width: 400px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 60px;
}

footer #ft_info .logo img {
	width: 100%;
	height: auto;
}

footer #ft_info .txt {
	width: 450px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	height: auto;
	font-size: 14px;
	background: #f1f1f1;
	/*radius*/
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

footer #ft_info .kome {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	width: 100%;
}


/* ナビゲーション */

footer #ft_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
}

footer .set_menu {
	width: 100%;
	height: 80px;
	overflow: hidden;
	/*border-bottom: 1px solid #323232;*/
	background-color: #191919;
}

footer .set_menu .menu {
	float: left;
}

footer .set_menu .menu li {
	float: left;
	margin-right: 30px;
	line-height: 82px;
	font-weight: 600;
	font-size: 18px;
}

footer .set_menu .menu li.none {
	color: #333333;
}

footer .set_menu .menu li a {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

footer .set_menu .sns {
	float: right;
}

footer .set_menu .sns li {
	float: left;
	width: 80px;
	height: 80px;
}

footer .set_menu .sns li a {
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	display: block;
	text-align: center;
}


footer .set_menu .sns li i {
	font-size: 30px;
	line-height: 80px;
}

footer .set_menu .sns li.tw {
	background-color: #00a8ee;
}

footer .set_menu .sns li.fb {
	background-color: #365397;
}

footer .set_menu .sns li.li {
	background-color: #00cb08;
}

footer .set_menu .sns li.yt {
	background-color: #ff1d2a;
}


/* コーポレート */

footer #ft_nav .set_corp {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #323232;
	padding: 30px 0;
}

footer #ft_nav .set_corp .title {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #898789;
	font-family: 'Gruppo', sans-serif;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: bold;
}

footer #ft_nav .set_corp ul {
	text-align: center;
}

footer #ft_nav .set_corp ul li {
	height: 64px;
	display: inline;
	padding: 0 10px;
}

footer #ft_nav .set_corp ul li img {
	width: auto;
	height: 64px;
}


/* コピーライト＆リンク */

footer #ft_nav .set_link {
	width: 100%;
	overflow: hidden;
	height: 50px;
}

footer #ft_nav .set_link .copy {
	float: left;
	line-height: 50px;
	font-size: 12px;
	/*color: #898789;*/
}

footer #ft_nav .set_link .link {
	float: right;
	line-height: 50px;
	font-size: 12px;
	/*color: #898789;*/
}

footer #ft_nav .set_link .link a {
	/*color: #898789;*/
}


/* アプリ情報 */

footer #ft_app {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 50px 0;
}

footer #ft_app .left {
	width: 600px;
	overflow: hidden;
	float: left;
}

footer #ft_app .img {
	overflow: hidden;
	width: 150px;
	height: 150px;
	float: left;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

footer #ft_app .img img {
	width: 100%;
	height: auto;
}

footer #ft_app .set {
	overflow: hidden;
	float: right;
	width: 430px;
	height: 150px;
	position: relative;
	border-right: 1px solid #ddf3f7;
	margin-left: -1px
}

footer #ft_app .info {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.4em;
}

footer #ft_app .store {
	overflow: hidden;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

footer #ft_app .store li {
	overflow: hidden;
	width: 48%;
	float: left;
}

footer #ft_app .store li img {
	width: 95%;
	height: auto;
}

footer #ft_app .right {
	width: 600px;
	overflow: hidden;
	float: right;
}

footer #ft_app .right .kome {
	width: 570px;
	overflow: hidden;
	float: right;
	font-size: 11px;
	line-height: 2.0em;
	padding-top: 10px;
}


/* 201910追加 */

footer #ft_app_v2 {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 50px 0;
}

footer #ft_app_v2 .basic {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}

footer #ft_app_v2 .basic th {
	width: 50%;
	float: left;
	border-right: 1px solid #e2e9ed;
}

footer #ft_app_v2 .basic th span {
	text-align: right;
	color: #7f7f7f;
	font-size: 80%;
}

footer #ft_app_v2 .basic td {
	width: 49%;
	float: left;
}

footer #ft_app_v2 .basic td span {
	font-weight: bold;
	color: #296584;
}

footer #ft_app_v2 .basic span {
	display: block;
	padding: 0 15px;
	line-height: 40px;
}


footer #ft_app_v2 .store {
	margin: 0 auto;
	margin-bottom: 50px;
	width: 50%;
	clear: both;
	overflow: hidden;
}

footer #ft_app_v2 .store li {
	float: left;
	width: 33.33%;
	text-align: center;
}

footer #ft_app_v2 .store li img {
	width: 90%;
	height: auto;
}


footer #ft_app_v2 .kome {
	width: 49%;
	margin: 0 auto;
	font-size: 12px;
	clear: both;
	overflow: hidden;
}

footer #ft_app_v2 .kome li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5em;
}

#sec_ancer {
	width: 100%;
	/* background-image: url(/alicegearaegis/portal/img/common/ancer_bg.gif); */
	background-image: repeating-linear-gradient(-45deg, #283a40, #283a40 4px, #243439 0, #243439 7px);
	background-position: top center;
}

#sec_ancer .inner ul {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1200px;
}

#sec_ancer .inner ul li {
	display: inline;
	padding: 0 10px;
	margin-bottom: 10px;
}

#sec_ancer .inner ul li a {
	width: 220px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 50px;
	text-align: center;
	background: #4a5ae5;
	display: inline-block;
	border-radius: 5px;
}