@charset "utf-8";
/*html {
	background: rgb(1,80,130);
	background: -moz-linear-gradient(top, rgba(1,80,130,1) 30%, rgba(0,66,108,1) 99%);
	background: -webkit-linear-gradient(top, rgba(1,80,130,1) 30%,rgba(0,66,108,1) 99%);
	background: linear-gradient(to bottom, rgba(1,80,130,1) 30%,rgba(0,66,108,1) 99%);
}
*/
html, body {
	background: rgb(1,80,130);
	color: #fff;
	font-family: "Noto Sans Japanese" , sans-serif;
	font-size: 14px;
	position: relative;
}

.has-navbar-fixed-top {
	padding-top: 52px !important;
}

.font-en {
	font-family: "Teko" , sans-serif;
}

/** ZUINEN STYLE **/
/* COMMON */
.zui-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 52px;
	z-index: 999999;
}
.zui-header .navbar-brand {
	height: 52px !important;
}
#navMenu.navbar-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
	padding: 0;
	background: #002246;
}
#navMenu.navbar-menu.is-active {
    opacity: 1;
    visibility: visible;
}
#navMenu.navbar-menu .navbar-item {
	padding: 1rem;
	color: #fff;
	font-weight: 500;
	border-top: 1px solid #003062;
}

.zui-header .logo {
	width: 70px;
	height: auto;
}
.zui-header .navbar-item:hover{
	background: #002246;
}
.zui-header .navbar-burger span {
	background: #ececec;
}

/*  TITLE */
.subtitle.is-5 {
	text-align: center;
	font-weight: 700;
}

.ttl-zui-section .font-en {
	display: inline-block;
	margin-right: 0.25em;
	font-size: 32px;
}

/* SECTION */
.zui-index {
	padding: 1.5em 15px;
}
.zui-section {
	padding: 70px 15px 15px 15px;
}
.zui-section-2 {/* 仮 */
	padding: 20% 15px 15px 15px;
}

/*  CONTENT */
.zui-content-header {
	margin: 0 0 1em;
}
.zui-lage-ttl {
	width: 100%;
	margin: 0 !important;
	padding: 0;
	background: none;
	text-align: left;
	color: #fff;
	font-size: 36px;
	line-height: 1;
}
.zui-time {
	display: block;
	font-size: 14px;
	line-height: 1;
}

.zui-page-header {
	width: 100%;
	position: fixed;
	top: 52px;
	left: 0;
	right: 0;
	z-index: 10;
}
.zui-page-header .ttl {
	font-size: 14px;
	font-weight: 700;
}

/* CARD */
.zui-card {
	background-color: #002a38;
	border-radius: 4px;
	overflow: hidden;
}
.zui-card.nr {
	border-radius: 0;
}
.zui-card a {
	display: block;
	position: relative;
}
.zui-card .card-image {
	padding: 0 0 2em 0;
	position: relative;
	z-index: 0;
}
.zui-card .card-image:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 0 2em 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(41,137,216,0) 0%, rgba(25,99,152,0) 40%, rgba(0,42,56,1) 100%);
	background: -webkit-linear-gradient(top, rgba(41,137,216,0) 0%,rgba(25,99,152,0) 40%,rgba(0,42,56,1) 100%);
	background: linear-gradient(to bottom, rgba(41,137,216,0) 0%,rgba(25,99,152,0) 40%,rgba(0,42,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002989d8', endColorstr='#002a38',GradientType=0 );
}
.zui-card .card-image .ttl {
	width: 100%;
	padding: 1em .5em;
	color: #fff;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.zui-card .card-image .name {
	display: block;
	margin: .25em 0 0 0;
	font-size: .85em;
}
.zui-card .card-image .ttl .zui-tag-small {
	padding: 0 2.5em;
	font-size: 9px;
	border-radius: 0px;
}

/* FLIP STAGE */
.zui-flip-stage {
	height: calc(100vh - 110px);
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

/*  FLIP CARD */
.zui-flip {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	/*bottom: 0;*/
	left: 0;
	right: 0;
	margin: auto;
}
.zui-flip-inner {
	width: 100%;
	height: inherit;
	position: relative;
}
.zui-thumbs {
	padding-bottom: 20%;
}
.zui-flip-thumbs {
	width: 160px;
	height: 100%;
	position: relative;
}
.zui-flip-thumbs img {
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.zui-flip-capbox {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 !important;
	padding: .56em .3em;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.zui-flip-capbox > * {
	display: table-cell;
	vertical-align: middle;
	color: #003062;
}
.zui-flip-capbox .name {
	font-weight: bold;
	font-size: 14px;
}
.zui-flip-capbox .vs {
	width: 20%;
	font-size: 42px;
	font-family: "Teko" , sans-serif;
	line-height: 1;
}

.zui-flip .zui-nen-badge-area {
	width: 250px;
	height: 250px;
	position: absolute;
	top: 20%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.zui-flip.zuinen .zui-flip-thumbs {
	opacity: .6;
}
.zui-flip .zui-nen-badge-area .zui-good,
.zui-flip .zui-nen-badge-area .zui-bad {
	padding: 3px 20px;
	font-size: 60px;
	display: inline-block;
	font-family: "Teko" , sans-serif;
	line-height: 1;
	border-radius: 2px;
}
.zui-flip .zui-nen-badge-area .zui-good {
	color: #ff4582;
	border: 6px solid #ff4582;
	transform: rotate(-25deg) scale(1.2);
}
.zui-flip .zui-nen-badge-area .zui-good:before {
	content: "\f164";
	font-family: "FontAwesome" !important;
}
.zui-flip .zui-nen-badge-area .zui-bad {
	color: #393939;
	border: 6px solid #393939;
	transform: rotate(25deg) scale(1.2);
}
.zui-flip .zui-nen-badge-area .zui-bad:before {
	content: "\f165";
	font-family: "FontAwesome" !important;
}

.zui-flip .zui-nen-badge-area .zui-win {
	padding: 3px 20px;
	font-size: 24px;
	font-weight: 900;
	display: inline-block;
	line-height: 1;
	border-radius: 2px;
}
.zui-flip .zui-nen-badge-area .zui-win {
	color: rgb(0,230,128);
	border: 6px solid rgb(0,230,128);
	/*transform: rotate(-25deg) scale(1);*/
}
.zui-flip .zui-nen-badge-area .zui-win:before {
	content: "★";
	font-weight: normal !important;
	/*font-family: "FontAwesome" !important;*/
}
.zui-flip .zui-nen-badge-area .zui-win.zui-winL {
	transform: rotate(25deg) scale(1);
}
.zui-flip .zui-nen-badge-area .zui-win.zui-winR {
	transform: rotate(-25deg) scale(1);
}

/* YOSOU */
.zui-yosou.minna {
	height: auto;
	padding: 1.5rem 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #7b93ac;
	box-shadow: none;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.zui-yosou.minna:after {
	content: "VS";
	display: block;
	width: 100%;
	height: 150px;
	line-height: 150px;
	color: #002246;
	font-size: 150px;
	font-style: italic;
	font-family: "Teko" , sans-serif;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.zui-thumbs {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
.zui-yosou-thumbs img {
	max-width: 100%;
	height: auto;
}
.zui-yosou-graph {
	margin-top: 1.5rem;
}
.zui-yosou-graph .tag {
	position: relative;
	font-style: italic;
	font-family: "Teko" , sans-serif;
	border-radius: 0 !important;
}
.zui-yosou-graph .tag.is-danger > span > strong {
	display: inline-block;
	margin-right: .1em;
	font-size: 64px;
	color: #fff;
}


/* NOTIFICATION */
.notification {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-radius: 0;
	padding: 1.25em 3.2%;
	background: rgb(0,230,128);
	background: -moz-linear-gradient(-45deg, rgba(0,230,128,1) 1%, rgba(0,221,192,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0,230,128,1) 1%,rgba(0,221,192,1) 100%);
	background: linear-gradient(135deg, rgba(0,230,128,1) 1%,rgba(0,221,192,1) 100%);
	margin-bottom: 0 !important;
	font-size: 15px;
}
.notification > .delete {
	position: relative;
	right: auto;
	top: auto;
	background: none;
	border: 1px solid #fff;
}

/*  LOGIN */
.logo-login {
	width: calc(337px / 2);
	height: calc(367px / 2);
	margin: 15% auto;
	background: none;
}
.logo-login img {
	width: 100%;
	height: auto;
}
	@media (max-height: 480px) {
		.logo-login {
			width: calc(337px / 3);
			height: calc(367px / 3);
		}
	}

/*  SHARE */
.zui-share-content {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-bottom: 1rem;
}
.zui-share-content > * {
	display: table-cell;
	vertical-align: middle;
}
.zui-share-content .is-three-quarters {
	width: 100px;
}
.zui-share-content .thumbs {
	width: 90px;
	height: 90px;
}

/* NEWS */
.zui-news-content {
	overflow: hidden;
}
.zui-news-content .zui-news {
/*	width: 100%;
	display: table;
	table-layout: fixed;*/
	width: calc(100% / 2 - 4px);
	float: left;
	border-bottom: 1px solid #7b93ac;
	padding: .75rem;
	/*padding: .75rem 0;*/
}
.zui-news-content .zui-news:nth-child(odd) {
	margin-right: 2px;
}
.zui-news-content .zui-news:nth-child(even) {
	margin-left: 2px;
}
/*.zui-news-content .zui-news > * {
	display: table-cell;
	vertical-align: middle;
}*/
.zui-news-content .zui-news:last-child,
.zui-news-content .zui-news:last-of-type,
.zui-news-content .zui-news:only-of-type {
	border-bottom: 1px solid #7b93ac;
}
.zui-news-content .zui-news .thumbs {
	/*width: 110px;*/
	width: 100%;
	height: auto;
	overflow: hidden;
}
.zui-news-content .zui-news .thumbs figure {
/*	width: 90px;
	height: 90px;*/
	width: 100%;
	height: auto;
	overflow: hidden;

}
.zui-news-content .zui-news .thumbs figure img {
	width: 100%;
	height: auto;
}
.zui-news-content .zui-news .txt,
.zui-news-content .zui-news .txt .ttl {
	font-weight: 500;
	line-height: 1.3;
	font-size: 14px;
}

.zui-news-content .zui-movie {
	padding: .75rem;
	border-top: 1px solid #7b93ac;
	border-bottom: 1px solid #7b93ac;
}
.zui-news-content .zui-movie .txt,
.zui-news-content .zui-movie .txt .ttl {
	font-weight: 500;
	line-height: 1.3;
	font-size: 14px;
}

/*  BUTTON*/
.is-gray {
	background: #9caba6;
}
.is-pink {
	background: #ff4582;
}
.list.btn + * {
	margin: 2.75rem 0;
}

.list.btn .button {
	border: none;
	border-radius: 0;
	color: #fff;
	width: 100%;
}
.list.btn.horizon {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.list.btn.horizon > * {
	display: table-cell;
	vertical-align: middle;
}
.list.btn.horizon > *:nth-of-type(1n) {
	padding-right: .25em;
}
.list.btn.horizon > *:nth-of-type(2n) {
	padding-left: .25em;
}
.list.btn.horizon > *:last-of-type {
	padding-right: 0;
}

.list.btn.vertical > * {
	margin-bottom: 1em;
}
.list.btn.horizon > *:last-of-type {
	margin-bottom: 0;
}
.list.btn.vertical > * .button.tw {
	background: #03a9f4;
}
.list.btn.vertical > * .button.fb {
	background: #3f51b5;
}
.list.btn.vertical > * .button.li {
	background: #00b900;
}

/* SNS ICON ROUND */
.ico-sns {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	border-radius: 18px;
}
.ico-sns.tw {
	background: #03a9f4;
}
.ico-sns.fb {
	background: #3f51b5;
}
.ico-sns + * {
	margin-left: 1em;
}


/* animation icon */
.circle {
  position: relative;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: inset 0 0 0 4px #22bd84;
  animation: filling .2s ease-in .8s forwards;
}
.cover1,
.cover2 {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
.cover1 {
  left: 50%;
}
.cover1:before,
.cover2:before {
  position: absolute;
  content: "";
}
.cover1:before {
  width: 100%;
  height: 200%;
  background: #015082; /* 背景色に合わせて変更してください */
  transform-origin: 0 25%;
  animation: draw .1s linear forwards;
}
.cover2:before {
  left: -10%;
  width: 110%;
  height: 120%;
  background: #015082; /* 背景色に合わせて変更してください */
  transform-origin: 100% 40%;
  animation: draw .1s ease-out .1s forwards;
}
.check {
  position: absolute;
  color: #22bd84;
  width: 100%;
  font-size: 3rem;
  line-height: 2rem;
  text-align: center;
  top: 10px;
  opacity: 0;
  animation: check .2s ease-in-out .9s forwards;
}
/* 円を描くアニメーション */
@keyframes draw {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(180deg); }
}
/* 塗りのアニメーション */
@keyframes filling {
  0% { box-shadow: inset 0 0 0 9px #015082; }
  100% { box-shadow: inset 0 0 0 50px #fff; }
}
/* チェックマークのアニメーション */
@keyframes check {
  0% { transform: scale(0.5) rotate(30deg); opacity: 0; }
  90% { transform: scale(1.3) rotate(-15deg); opacity: 1; }
  100% { transform: scale(1) rotate(0deg); opacity: 1; }
}




.is-white { background: #fff; color: #000; }
.is-zuicolor-light { background: #005180; color: #fff; }
.is-zuicolor-middle { background: #003061; color: #fff; }
.is-zuicolor-dark { background: #002245; color: #fff; }
.is-bottom{ margin-top: auto;}
.label { color: #fff; }
.navbar { background: #002245; }
h1 { background: #003061; color: #fff; text-align: center; padding: 12px 0; font-size: large; }
h3.title { color: #fff; }
h5.subtitle { color: #fff; }
.columns.is-vcentered { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#signup_step1 .control { padding: 15px 0; border-bottom: 1px solid #dbdbdb; }
#signup_step1 .control:first-child { border-top: 1px solid #dbdbdb; }
#signup_step1 .control:last-child { border: none; }

#zform .field { border-top: 1px solid #dbdbdb; padding: 10px 0; }

a.twitter_auth { background:#55acee; color:#fff; }
a.facebook_auth { background:#3B5998; color:#fff; }

.ztable {
	background: transparent;
	width: 100%; color: #fff;
	border: 1px solid #7b93ac;
	border-width: 1px 0;
}
.ztable th,
.ztable td {
	border-bottom: 1px solid #7b93ac;
	font-size: 10px;
	line-height: 1.2;
	vertical-align: middle;
}

/* MYPAGE */
.profile-img, .previews{
  display: block;
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  _float:left;
  margin:0px 5px 10px 0px;
}
.profile-bg div.profile-img {
	position: absolute;
	top: 200px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.profile-bg {
	padding:20px;
	width:100%;
	height:200px;
	text-align:center;
	_background:url("http://photohito.k-img.com/uploads/photo88/user87907/6/2/62fad15c614a576bcb1175a97f5be09e/62fad15c614a576bcb1175a97f5be09e_m.jpg");/*仮の画像url*/
	background:#005180;
	background-size:cover;
}
.profile-bg a { font-size:24px;letter-spacing: 0.1em;color:#ffffff; }
.profile-bg a .icon { margin-left:10px; }

/* PROFILE */
#profile { color:#002245; padding-top:50px;}
.my-zui-info > div { width: 50%; height: 200px; }
.zgraph div { text-align:center;position: relative;top:-130px;border-right:1px #005180 solid; }
.ranking { padding:20px 10px; }
.ranking p { margin-bottom:10px; }
#profile table, #profile-edit table { color:#002245; background:#eeeeee; }

/* ZUIS */
.box .zui-img { max-width:480px; width:100%; }