@charset "UTF-8";
/* * * * * * * * * * * * * * * * * *
 naka.css
* * * * * * * * * * * * * * * * * */

video {
	max-width: 540px;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.fl_item {
}
/* common
--------------------------------- */
/* pan */
ul#pan {
	padding: 10px 20px 5px;
	font-size: 12px;
	margin-bottom: 10px;
}
ul#pan a {
	color: #32d7cd;
	text-decoration: underline;
}
ul#pan a:hover {
	text-decoration: none;
}
ul#pan li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
ul#pan li + li:before {
	content: '»';
	padding-right: 4px;
	font-size: 120%;
	color: #888;
}

/* title */
h2.page_title {
	margin-bottom: 10px;
	height: 50px;
	line-height: 50px;
	padding-left: 38px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 28px auto;
	margin: 0 20px 7px;
	color: #444;
	font-size: 26px;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
}

h2.page_title strong,
h2.page_title small {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
h2.page_title strong {
	font-size: 24px;
	padding-right: 10px;
}
h2.page_title small {
	font-family: 'Rubik', sans-serif;
	font-size: 17px;
	letter-spacing: 1.5px;
}

h3.ttl {
	font-size: 120%;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	margin-bottom: 10px;
}

/* content */
body.naka #contents div.left {
	padding-left: 20px;
}

body.naka #contents div.right {
	padding-top: 0;
}

body.naka div.content {
	padding: 30px 0px;
	font-size: 90%;
	color: #555;
	margin-bottom: 20px;
}

body.naka div.content.pd0 {
	padding: 0px;
}

/* about
--------------------------------- */
/* #about h2.page_title {
  background-image: url(../img/about/icon_title.png);
} */

#about .content {
	text-align: center;
}
#about .content h3 {
	font-size: 20px;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	color: #000;
	line-height: 2;
}
#about .content p {
	width: 60%;
	margin: 50px auto;
}
#about .content div {
	padding: 20px;
	background: #f7f7f7;
	margin-top: 20px;
}
#about .content div li {
	text-align: left;
	margin-bottom: 10px;
}
#about .content div li strong {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
}
#about .content div h4 {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
#about .content div p {
	margin-top: 20px;
}

/* news
--------------------------------- */
/* #news h2.page_title {
  background-image: url(../img/news/icon_title.png);
} */

#searchBox {
	padding: 40px 30px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	box-sizing: border-box;
}

#searchBox.noPC {
	display: none;
}

#searchBox > div {
	box-sizing: border-box;
}

.searchLeft {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#searchBox > .searchLeft p.ttl {
	line-height: 28px;
	margin-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

#searchBox > .searchLeft select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: url(../img/news/bg_select.png) right top no-repeat #fafafa;
	background-size: auto 100%;
	font-size: 13px;
	margin: 0;
	height: 28px;
	color: #888;
	padding-left: 5px;
}

select::-ms-expand {
	display: none;
}

.searchRight {
	display: flex;
	width: 60%;
}

.searchRight.noPC {
	display: none;
}

#searchBox > .searchRight form {
	width: 100%;
}

#searchBox > .searchRight input#keyword {
	width: 100%;
	box-sizing: border-box;
	background: #fafafa;
	padding: 0 10px;
	height: 28px;
	border: 1px solid #e5e5e5;
	font-size: 13px;
}

#searchBox > .submitBtn {
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
}

#searchBox > .searchRight .submitBtn input#btn_keyword {
	color: inherit;
	cursor: pointer;
	background: #bdbdbd;
	border: 1px solid #bdbdbd;
	color: #000;
	width: 100px;
	height: 28px;
	font-size: 13px;
}

#searchBox > .searchRight .submitBtn input#btn_keyword:hover {
	background: #777;
	border: 1px solid #777;
	color: #fff;
}

#searchBox div.cat a {
	border: 1px solid;
	text-decoration: none;
	width: 79px;
	display: inline-block;
	text-align: center;
	line-height: 1;
	padding: 5px 0 1px;
	margin: 0 9px 0px 0;
}
#searchBox div.cat a.active {
	color: #fff;
	background: #32d7cd;
	border: 1px solid #32d7cd;
}
body.naka ul.newsList li a p.thum {
	width: 26%;
}
body.naka ul.newsList li a .detail {
	width: 72%;
}

body.naka ul.newsList li a .detail p.ttl {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	font-size: 120%;
}

/*searchConditions*/
.searchConditions {
	margin-bottom: 10px;
	font-weight: bold;
}

/* pager */
ul.pager {
	margin: 0 -5px;
	padding-top: 10px;
}
ul.pager li {
	width: 8%;
	height: 52px;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}
ul.pager li a {
	padding-left: 0;
	padding-right: 0;
}
ul.pager li.button {
	width: 20%;
}

@media screen and (max-width: 910px) {
	ul.pager li a {
		font-size: 12px;
	}
}

/* detail */
#news_detail {
	margin-top: 0;
}

.content .title {
	position: relative;
	padding: 0 20px;
}
.content .title .cate {
	margin-bottom: 10px;
}
.content .title p.label_pay_member {
	position: absolute;
	left: 20px;
	top: -5px;
}

h2.ttl_article {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	font-size: 19px;
	color: #333;
	padding: 10px;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: 15px;
	line-height: 1.5;
	position: relative;
}

#news_detail h2.ttl_article span {
	display: block;
	width: 90%;
}

#news_detail h2.ttl_article:before {
	content: '';
	position: absolute;
	background-image: url(../img/common/star_gray_big.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#news_detail h2.ttl_article .btn_fav {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

/*お気に入り済の表示*/
#news_detail h2.ttl_article.favorited:before {
	background-image: url(../img/common/star_pink_big.png);
}

.content p.img {
	text-align: center;
	margin-bottom: 15px;
}
.content p.img img {
	max-width: 100%;
	height: auto;
}

.content .txts {
	padding: 0 30px;
}
#news_detail .txts {
	font-size: 14px;
	line-height: 1.8;
}
#news_detail .txts img {
	width: 640px;
	margin-left: -30px;
	height: auto;
}
dl.share_article {
	padding: 30px;
	/* 	margin: 0 -20px; */
	background: #e9ecf1;
	text-align: center;
	margin-top: 40px;
}
dl.share_article dt,
dl.share_article dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 5px;
}
dl.share_article dt {
	font-size: 110%;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
}
dl.share_article dd {
	visibility: visible;
}
dl.share_article dd a {
	display: inline-block;
	/*display: inline;*/
	zoom: 1;
	color: #fff;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background-size: 34px auto;
	background-position: 8px center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
dl.share_article dd a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
dl.share_article dd.fb a {
	background-image: url(../img/common/header/btn_share_fb.png);
	background-color: #2c579b;
}
dl.share_article dd.twi a {
	background-image: url(../img/common/header/btn_share_twi.png);
	background-color: #38a7de;
}
dl.share_article dd.hart_icon a {
	background-image: url(../img/common/header/btn_share_hart.png);
	background-color: #ff82a0;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
	transition: 0s;
}
dl.share_article dd.hart_icon.off {
	opacity: 0.3;
}
/*#favorit_on { visibility: visible; }
	#favorit_off { visibility: hidden; }*/

p.favorite {
	margin: 0 -20px;
	background: #4ec3f8;
}
p.favorite a {
	padding: 20px 0;
	text-align: center;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	font-size: 120%;
	background: #dff5ff;
	text-decoration: underline;
	color: #4ec3f8;
}
p.favorite a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
p.favorite a span {
	background: url(../img/news/icon_fav.png) left center no-repeat;
	padding: 5px 0 5px 25px;
}

ul.tagList {
	/* margin-top: 30px; */
	font-size: 12px;
	line-height: 2;
	overflow: hidden;
	height: auto;
	/* width: 100%; */
	/* float: left; */
	padding: 40px 30px 10px;
}
ul.tagList.mypage-tagList {
	padding: 0 5px 10px;
}
ul.tagList li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 15px;
}
ul.tagList a {
	padding-left: 15px;
	background: url(../img/news/icon_tag.png) left center no-repeat;
	background-size: 10px auto;
	text-decoration: underline;
}
ul.tagList a:hover {
	text-decoration: none;
}

#favorite ul.newsList li a .detail {
	font-size: 11px;
	line-height: 1.3;
}

#favorite ul.newsList li a .detail p.ttl {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 10px;
}

#favorite ul.newsList li a .detail p.category {
	margin-bottom: 5px;
}

#favorite ul.newsList li a .detail p.category span {
	border: 1px solid #bdbdbd;
	color: #9d9d9d;
	padding: 0 15px;
	font-size: 11px;
}

/* non&freemember */
div#login {
	text-align: center;
	padding: 30px;
	margin: 40px 0px 0px;
	background: #e9ecf1;
}

p.lead {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 15px;
	color: #333;
}

div#login p.lead {
	padding-top: 40px;
	background: url(../img/common/icon_key.png) center top no-repeat;
	background-size: 20px auto;
	font-weight: normal;
	font-size: 113%;
}

ul.loginBtn {
}
ul.loginBtn li {
	padding: 0 10px;
	width: 50%;
	float: left;
	text-align: center;
}
ul.loginBtn li a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 110%;
	color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
ul.loginBtn li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
ul.loginBtn li.regist a {
	background: #32d7cd;
}
ul.loginBtn li.regist2 a {
	background: #f8b500;
}
ul.loginBtn li.login a {
	background: #5298de;
}

/* movie
--------------------------------- */
/* #movie h2.page_title {
  background-image: url(../img/movie/icon_title.png);
} */

body#movie ul.newsList li a p.thum {
	width: 40%;
}
body#movie ul.newsList li a .detail {
	width: 58%;
}

body#movie p.img {
	padding: 10px 0;
}
#movie ul.tagList {
	background: #e9ecf1;
	padding: 30px;
	margin: 10px -20px -30px;
}

/* alert */
#alert {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}
#alertBox {
	width: 100%;
	height: 100%;
	position: relative;
}
#alertBox #login {
	width: 600px;
	height: 360px;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding-top: 60px;
}
#alertBox #login .inner {
	position: relative;
}

#alertBox #login p.lead {
	padding-top: 70px;
	margin-bottom: 60px;
}

#alertBox ul.loginBtn li {
	width: 100%;
	margin-bottom: 15px;
}

#alertBox p.btn_close {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	right: -15px;
	top: -60px;
	font-size: 40px;
}

/* mypage
--------------------------------- */
/* #mypage h2.page_title {
  background-image: url(../img/mypage/icon_title.png);
} */

/* card */
#card {
	background: url(../img/common/logo.png) right 20px bottom 20px no-repeat #fff;
	background-size: 155px auto;
	padding-bottom: 50px;
}

h3.ttl_card {
	text-align: center;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 5px;
	border-bottom: 2px solid #32d7cd;
	margin-bottom: 25px;
	margin-top: -5px;
	color: #000;
}

#card > .clearfix {
	padding: 0 20px;
}
#card > .clearfix p.icon {
	width: 36%;
}
#card > .clearfix div.prof {
	width: 60%;
	padding-top: 20px;
}

table.prof {
	text-align: left;
	font-size: 16px;
	width: 100%;
}
table.prof th {
	padding-right: 30px;
	white-space: nowrap;
}
table.prof th,
table.prof td {
	padding-top: 10px;
	padding-bottom: 10px;
}
table.prof tr + tr th,
table.prof tr + tr td {
	border-top: 1px solid #eee;
}

body.naka div.content_m {
	padding-top: 20px;
}
.ttl_naka {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 5px;
	border-bottom: 2px solid #32d7cd;
	margin-bottom: 25px;
}
p.ttl_naka {
	margin-bottom: 10px;
}
#memberDetail > .clearfix {
	padding: 0 30px;
	margin-bottom: 20px;
}
#memberDetail > .clearfix .icon {
	width: 43%;
}
#memberDetail > .clearfix .icon p.img {
	max-width: 120px;
	margin: 0 auto 10px;
}
label.file {
	width: 120px;
	margin: 0 auto;
	display: block;
	background: #efefef;
	text-align: center;
	font-size: 11px;
	color: #333;
	padding: 3px 0;
}
input#file {
	display: none;
}

#memberDetail > .clearfix .prof {
	width: 57%;
}
dl.profForm dt {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	margin-bottom: 5px;
}
dl.profForm dd {
	margin-bottom: 15px;
}
dl.profForm dd input[type='text'],
dl.profForm dd input[type='password'] {
	background: #efefef;
	border: 0;
	margin: 0;
	width: 80%;
	padding: 0 10px;
	font-size: 100%;
	height: 26px;
	line-height: 26px;
}
dl.profForm dd a.play {
	background: #32d7cd;
	color: #fff;
	border: 1px solid #32d7cd;
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
#memberDetail p.btn a {
	font-size: 96%;
}

div.intro {
	padding: 0 30px;
}

div.intro .inner {
	padding: 30px 0;
	background: #f7f7f7;
	margin-bottom: 30px;
}
ul.introList {
	width: 400px;
	margin: 0 auto;
	padding-left: 20px;
}
ul.introList li {
	width: 100%;
	float: left;
}

#premiumCard {
}

.premiumCard {
	margin: 30px auto 0;
	padding: 0px 15px;
}

.premiumCardTitle {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

.premiumCardSubtitle {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	color: #33d7cd;
	margin-bottom: 20px;
}

.cardBody {
	display: flex;
	border-radius: 20px;
	justify-content: center;
	margin-bottom: 30px;
	overflow: hidden;
	border: 3px solid #efeff1;
}

.cardBodyLeft,
.cardBodyRight {
	width: 50%;
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}

.cardBodyRight {
	border-left: 3px solid #efeff1;
}

.cardBodyLeftTop {
	padding: 30px;
	background-color: #33d7cd;
	border-bottom: 3px solid #fff;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
    min-height: 60%;
}

.cardBodyLogo {
	text-align: left;
}

.cardBodyLogo img {
	width: 50%;
}

.cardBodyName,
.cardBodyJournalName,
.cardBodyId {
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.2;
	font-family: 'Rubic';
}

.cardBodyName span,
.cardBodyJournalName span,
.cardBodyId span {
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
	font-weight: normal;
}

.cardBodyName {
	color: #333333;
	font-size: 20px;
}

.cardBodyJournalName {
	color: #333333;
	font-size: 14px;
	margin-bottom: 0;
}

.cardBodyJournalName img {
	width: 40%;
}

.cardBodyLeftBottom {
	background-color: #111111;
	padding: 15px 30px 10%;
	width: 100%;
}

.cardBodyId {
	margin-bottom: 0;
	color: #f0f0f3;
	font-size: 14px;
}

.cardBodyRight img {
	width: 100%;
	object-fit: cover;
}



.imageModalContainer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255,255,255,90%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	z-index: 10000;
}

.imageModalContainer:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.imageModalContainer.active{
	opacity: 1;
	visibility: visible;
}

.imageModalBody{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 750px;
	width: 90%;
}

.imageModalClose {
	position: absolute;
	top: 5%;
	right: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	height: 10px;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	text-align: right;
	font-family: メイリオ;
	font-weight: 900;
}

.imageModalContent {
	background: #fff;
	text-align: left;
	padding: 30px;
	border: 3px solid #e7e7e7;
	border-radius: 3px;
}

.imageModalContent h3 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 40px;
	text-align: center;
}

.imageDropdownItem {
	margin-bottom: 10px;
}

.imageModalContent .dropdown{
	display: flex;
	justify-content: flex-start;
}

.imageModalContent .dropdown .thumb{
	width: 10%;
}

.imageModalContent .dropdown .txt{
	padding: 20px;
	display: flex;
	justify-content: space-between;
	background-color: #ecf8f8;
	font-size: 20px;
	width: 90%;
	cursor: pointer;
}

.imageModalContent .dropdown .switch{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 20px;
	justify-content: center;
	display: flex;
	font-weight: 900;
	font-family: メイリオ;
}

.imageModalContent .dropdown .switch.close {
	background-color: #33d7cd;
	color: #fff;
}

.imageModalContent .dropdown .switch.open {
	background-color: #fff;
	color: #33d7cd;
	line-height: 1.6;
}

.imageListWrap {
	display:none;
	background-color: #f6f7f9;
}

.imageList {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	padding: 5px;
	padding-bottom: 30px;
	flex-wrap: wrap;
}

.imageList .detail_thumb {
    width: 24.4%;
    position: relative;
    flex-basis: calc(25% - 5px);
}

.imageList .detail_thumb:before{
	position: absolute;
    bottom: 0;
    width: 100%;
    content: "画像を変更する";
    color: #bfbfbf;
    background-color: rgba(0,0,0,0.6);
    display: block;
    text-align: center;
	font-size: 14px;
}

.detail_thumb img{
	width: 100%;
    max-width: 100%;
}

.specialSwitchWrap {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin: 50px auto;
}

.specialSwitchItem {
	width: 50%;
	color: #000;
	background-color: #e9f8f8;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
}

.specialSwitchWrap a {
	cursor: pointer;
	text-decoration: none;
}

.specialSwitchItem.active{
	background-color:#00d9cf;
	color: #e1f8f7;
}

.specialSwitchItem.active.full {
    width: 100%;
}

.offshotItem {
	margin-bottom: 30px;
}

.offshotTitle {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	margin-left: 2.5%;
	font-family: 'Rubic';
    font-weight: bold;
}

.offshotImgWrap {
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px;
    width: 95%;
    margin: 0 auto;
}

.offshotImg {
	width: 19%;
	flex-basis: calc(20% - 3.2px);
}

.offshotImg img{
	width: 100%;
	height: auto;
	max-width: 100%;
}

.archive {
	display: none;
}

.archiveItem {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
    width: 95%;
    margin: 0 auto;
}

.archiveMovie {
	width: 49%;
    flex-basis: calc(50% - 5.2px);
}

.replace_movie_tag {
	position: relative;
	width:100%;
	height:0;
	padding-top: 56.25%;
}

.replace_movie_tag iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.movieCover {
  width: 100%;
  height: 100%;
  background: url(/img/common/cover.png) center center;
  z-index: 9997;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}


/* eventList */
ul.eventList {
	margin: 0 -10px;
}
ul.eventList li {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
	float: left;
}
ul.eventList li a {
	display: block;
	font-size: 12px;
	line-height: 1.3;
}
ul.eventList li a p.thum {
	width: 20%;
}
ul.eventList li a .detail {
	width: 77%;
}
ul.eventList li a .detail p.cate {
	margin-bottom: 5px;
	color: #fff;
}
ul.eventList li a .detail p.cate span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 3px 0 5px;
	position: relative;
	background: #888;
	height: 20px;
	line-height: 20px;
}
ul.eventList li a .detail p.cate span:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid #888;
	border-right: 5px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 5px solid #888;
	position: absolute;
	right: -10px;
	top: 0;
}
ul.eventList li a .detail p.cate01 span {
	background: #0287d2;
}
ul.eventList li a .detail p.cate01 span:before {
	border-top: 10px solid #0287d2;
	border-left: 5px solid #0287d2;
}
ul.eventList li a .detail p.cate02 span {
	background: #02579a;
}
ul.eventList li a .detail p.cate02 span:before {
	border-top: 10px solid #02579a;
	border-left: 5px solid #02579a;
}

ul.eventList li a .detail p.date {
	margin-top: 10px;
	font-size: 10px;
}

ul.eventList li a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

p.btn_more {
	margin: 0 -20px -30px;
}
.right p.btn_more {
	margin-bottom: -20px;
}
p.btn_more a {
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}
.right p.btn_more a {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* calendar */
div.calender {
}
.calender .pageNav {
	text-align: right;
	margin-top: -15px;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}
.calender .pageNav a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	margin-left: 25px;
}

.calender .pageNav a:before,
.calender .pageNav a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}

.calender .pageNav a.prev {
	padding-right: 25px;
}
.calender .pageNav a.prev:before,
.calender .pageNav a.prev:after {
	border-top: 2px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #32d7cd;
	right: 0;
	bottom: 6px;
}
.calender .pageNav a.prev:after {
	border-bottom: 12px solid #fff;
	bottom: 3px;
}
.calender .pageNav a.next {
	padding-left: 25px;
}
.calender .pageNav a.next:before,
.calender .pageNav a.next:after {
	border-bottom: 2px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #32d7cd;
	left: 0;
	top: 6px;
}
.calender .pageNav a.next:after {
	border-top: 12px solid #fff;
	top: 3px;
}

.ttl_calender {
	margin-bottom: 10px;
	/*font-style: italic;*/
}
.ttl_calender p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
}
.ttl_calender p.month {
	line-height: 50px;
	height: 50px;
	font-size: 50px;
	margin-right: 8px;
}
.ttl_calender p.sub {
	font-size: 17px;
	line-height: 22px;
	height: 44px;
	padding: 3px 0;
}

table.cal {
	border: 1px solid #32d7cd;
	border-bottom: 0;
	width: 100%;
}
table.cal th,
table.cal td {
	padding: 5px 10px;
	border-bottom: 1px solid #32d7cd;
}
table.cal th {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	height: 50px;
	color: #fff;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	font-size: 17px;
	background: #32d7cd;
}
table.cal td.active {
	background: #fff77a;
	color: #0288d1;
}
table.cal td a {
	color: #0288d1;
	text-decoration: underline;
}
table.cal td a:hover {
	text-decoration: none;
}

/* favorite */
.right ul.newsList li a {
	border: 0;
}
body.naka .right ul.newsList li + li {
	border-top: 1px solid #eee;
	padding-top: 10px;
}
body.naka .right ul.newsList li a .detail {
	width: 70%;
	padding: 0;
}
body.naka #main .right ul.newsList li a .detail p.ttl {
	font-size: 11.5px;
	line-height: 1.2;
	margin-bottom: 7px;
}

ul.seiyuList {
	padding: 5px 0 15px;
}
/*
ul.seiyuList li + li {
	border-top: 1px solid #EEE;
	margin-top: 15px;
	padding-top: 15px;
}
*/
ul.seiyuList li a {
	display: block;
	display: table;
	width: 100%;
}
ul.seiyuList li a .thum {
	width: 30%;
	display: table-cell;
}
ul.seiyuList li a .name {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
}

/* login
--------------------------------- */
#content {
	width: 870px;
	margin: 0 auto 80px;
}

#content h2 {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: 2px solid #32d7cd;
	margin-bottom: 25px;
}

#login #content h2 {
	border-bottom: 2px solid #58d2d3;
}

#content .box {
	box-sizing: border-box;
	width: 49.7%;
	padding: 60px 50px;
}
#content .box + .box {
	margin: 0;
}
#content .box h3 {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	margin-bottom: 40px;
}

ul.snsLogin li {
	margin-bottom: 15px;
}
ul.snsLogin li a,
ul.snsLogin li.gray {
	padding: 20px 0;
}
ul.snsLogin li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
ul.snsLogin li a,
ul.snsLogin li a span,
ul.snsLogin li.gray span {
	color: #fff;
	font-size: 96%;
}
ul.snsLogin li a span.i {
	padding: 5px 0 5px 30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
ul.snsLogin.btn1 li.gray {
	text-align: center;
	padding: 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #efeff1;
	color: #555;
	font-size: 15px;
	text-decoration: none;
}
ul.snsLogin li.twi a {
	background: #67aade;
}
ul.snsLogin li.twi a span.i {
	background: url(../img/common/btn_icon_twi.png) left center no-repeat;
}

ul.snsLogin li.fb a {
	background: #3b5999;
}
ul.snsLogin li.fb a span.i {
	background: url(../img/common/btn_icon_fb.png) left center no-repeat;
}
ul.snsLogin li.fb.gray {
	background: #aaa;
}
/*ul.snsLogin li.fb.gray span.i {
		background: url(../img/common/btn_icon_fb.png) left center no-repeat;
	}*/

ul.snsLogin a,
button.btn_login {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

#content dl.profForm {
	width: 290px;
	margin: 0 auto 25px;
}
#content dl.profForm dd input[type='text'],
#content dl.profForm dd input[type='password'] {
	box-sizing: border-box;
	width: 100%;
}

button.btn_login {
	width: 290px;
	margin: 0 auto;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	background: #58d3d1;
	height: 46px;
	font-size: 13px;
}
button.btn_login:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
button.btn_login span.i {
	/*font-style: italic;*/
}

/* signup
--------------------------------- */
#content dl.profForm dd input#old {
	width: 46px;
	text-align: right;
}

button.btn_signup {
	background: #32d7cd;
}

/* kiyaku
--------------------------------- */
dl.kiyaku dt {
	font-size: 17px;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 20px;
}
dl.kiyaku dd {
	padding: 0 20px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #aaa;
}

#kiyaku .sp {
	display: none;
}

#kiyaku h2.ttl {
	font-size: 25px;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}

#kiyaku h3 {
	margin-top: 20px;
	padding: 20px 20px 10px;
	font-size: 18px;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	border-top: 1px solid #dedede;
}

#kiyaku h4 {
	margin-top: 20px;
	padding: 20px 20px 5px;
	font-size: 16px;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
}

#kiyaku .content p,
#kiyaku .content ol {
	padding: 0 20px;
}

#kiyaku .content li {
	text-indent: -2em;
	padding-left: 2em;
	margin-bottom: 10px;
}
#kiyaku #user {
	/* margin-top: -100px; */
	padding-top: 100px;
}

#kiyaku table {
	margin: 10px 0 30px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#kiyaku th {
	width: 12%;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	background: #efefef;
	text-indent: 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#kiyaku th.credit {
	background: #f8b500;
}
#kiyaku th.career1 {
	background: #ff82a0;
}
#kiyaku th.career2 {
	background: #75afea;
}
#kiyaku th.aripay {
	background: #b3dca5;
}
#kiyaku td {
	width: 22%;
	word-wrap: break-word;
	text-indent: 0;
	padding: 10px;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#kiyaku td.credit {
	background: #faeecd;
}
#kiyaku td.career1 {
	background: #ffe0e7;
}
#kiyaku td.career2 {
	background: #d6e7f9;
}
#kiyaku td.aripay {
	background: #e5f9df;
}

/* backnumber
--------------------------------- */

#bn ul {
	margin-bottom: 20px;
}
#bn ul.nologin a {
	cursor: default;
}
#bn ul.nologin a:hover {
	color: #333;
	text-decoration: underline;
}
#bn ul.nologin a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#bn ul li {
	width: 192px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	background: #ddd;
}
#bn ul li:nth-child(3n) {
	margin-right: 0px;
}
#bn ul li img {
	max-width: 100%;
}
#bn ul li a img {
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}
#bn ul li p {
	padding: 10px 0;
}
#bn p {
	text-align: center;
}
#bn a.btn {
	border: 1px solid #32d7cd;
	text-align: center;
	color: #32d7cd;
	padding: 10px 0;
	display: block;
	font-size: 15px;
	margin-top: 10px;
}
#bn a.btn:hover {
	background: #32d7cd;
	color: #fff;
}

#bn_detail h2 {
	padding: 10px;
	text-align: center;
	background: #eee;
	font-size: 16px;
	margin-bottom: 20px;
}
#bn_detail .slick-slide {
	text-align: center;
}
#bn_detail .slick-slide img {
	display: inline-block;
	max-width: 100%;
}
#bn_detail .slick-slide a:hover img {
	opacity: 1;
}
#bn_detail button {
	text-align: center;
	padding: 15px;
	text-align: center;
	background: #eee;
	border: 1px solid #efeff1;
	color: #555;
	font-size: 15px;
	width: 50%;
	float: right;
	margin-top: 10px;
}
#bn_detail button.slick-prev {
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
#bn_detail button:hover {
	background: #32d7cd;
	color: #fff;
}
#bn_detail button span {
	font-family: 'Rubik', sans-serif;
}

/* omikuji
--------------------------------- */
#omikuji {
	padding-top: 50px;
	padding-bottom: 40px;
}
#omikuji h2 img {
	width: 400px;
}
#omikuji ul.select {
	width: 420px;
	margin: 60px auto 40px;
}
#omikuji ul.select li {
	border-radius: 20px;
	box-shadow: 0px 2px 7px #ddd;
	background-image: -moz-linear-gradient(top, #fefefe, #f8f8f8);
	background-image: -ms-linear-gradient(top, #fefefe, #f8f8f8);
	background-image: -webkit-linear-gradient(top, #fefefe, #f8f8f8);
	background-image: linear-gradient(top, #fefefe, #f8f8f8);
	background-clip: padding-box;
	width: 189px;
	text-align: center;
	padding: 20px 0;
	margin: 0 10px 20px;
	float: left;
}
#omikuji p {
	text-align: center;
}
#omikuji .example {
	padding: 20px;
	margin-top: 20px;
	background: #f6f7f9;
}
#omikuji .example li {
	width: 48%;
	margin: 0 1% 10px;
	float: left;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #efeff1;
}
#omikuji .example li img {
	float: left;
	width: 50%;
	margin-right: 5px;
	margin-bottom: 8px;
}
#omikuji .example li p {
	font-size: 90%;
	text-align: left;
}
#omikuji .example li p.name {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;

	line-height: 1.4;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
#omikuji .example li p.name strong {
	font-size: 150%;
}

#omikuji .example li a {
	background: #32d7cd;
	color: #fff;
	border: 1px solid #32d7cd;
	display: inline-block;
	padding: 5px 0px;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
#omikuji .example li a:hover {
	background: #32d7cd;
	color: #fff;
}
#result {
	text-align: center;
	margin: 45px 0 60px;
}
#result p {
	margin-top: 20px;
}
#result p strong {
	font-size: 32px;
	letter-spacing: 17px;
}
#result p.sns {
	display: inline-block;
	background: #f6f7f9;
	padding: 8px 15px;
}
#result p.sns iframe {
	vertical-align: bottom;
}
/*結果でフォントカラーを変える場合はこいつを複製*/
#result p.daikichi strong {
	color: #ff8dab;
}

#omikuji .voice {
	margin-top: 20px;
}
#omikuji .voice div {
	width: 394px;
	min-height: 152px;
	position: relative;
	float: right;
}
#omikuji .voice div p {
	text-align: left;
}
#omikuji .voice div button {
	background: #32d7cd;
	color: #fff;
	border: 1px solid #32d7cd;
	display: inline-block;
	padding: 5px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* weather
--------------------------------- */
#weather p {
	font-size: 15px;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
}
.today {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.today dl {
	float: left;
	width: 128px;
}
.today dl.date {
	margin-right: 28px;
}
.today dl.high {
	margin-right: 10px;
}
.today dl dt {
	font-size: 20px;
	line-height: 1;
	padding: 9px 0;
	margin: 10px 0;
}
.today dl.high dt {
	background: #ffbc6e;
	text-align: center;
	color: #fff;
}
.today dl.low dt {
	background: #6ed8ff;
	text-align: center;
	color: #fff;
}
.today dl dd {
	font-size: 43px;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	text-align: center;
}
.week td {
	width: 101px;
}
.week td dl dt,
.week td dl dd {
	text-align: center;
}
.week td dl dd.icon {
	border-right: 1px solid #eee;
}
.week td dl img {
	max-width: 100%;
}
.comment th {
}
.comment td {
	background: url(../img/weather/bg_fuki.png) left center no-repeat;
	padding-left: 40px;
	width: 340px;
}

/* seiyu
--------------------------------- */
#seiyu h2 {
	font-size: 26px;
	font-weight: bold;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	text-align: center;
	padding: 20px 0;
}

.seiyuFaboriteBtn {
	border: 1px solid #e3e3e3;
	border-radius: 50vh;
	padding: 8px 15px;
	text-decoration: none;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 180px;
	margin-bottom: 40px;
	cursor: pointer;
	font-weight: bold;
}

.seiyuFaboriteBtn:hover {
	opacity: 0.6;
	color: #333;
}

.faborited {
	color: #ff83a1;
}

.faborited.seiyuFaboriteBtn:hover {
	color: #ff83a1;
}

.seiyuFaboriteBtn img {
	width: 15px;
	margin-right: 5px;
}

.seiyu_list {
	margin-top: -5px;
}

ul.seiyuList {
	margin: 0 -3px -6px;
	padding-bottom: 20px;
}
ul.seiyuList li {
	width: 33.333333%;
	float: left;
	padding: 0 3px 6px;
}
ul.seiyuList li a {
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 10px 15px;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
}
ul.seiyuList li a img {
	width: 100%;
}
ul.seiyuList li a p.thum {
	overflow: hidden;
}
ul.seiyuList li a p.name {
	width: 100%;
	line-height: 38px;
	font-size: 18px;
	background: url(../img/common/arrow_menu.png) right center no-repeat;
	background-size: 11px auto;
	display: block;
}
ul.seiyuList li a:hover {
	text-decoration: none;
}
ul.seiyuList li a p.name span {
	color: #aaa;
	font-weight: normal;
}
ul.seiyuList li a:hover p.thum img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
ul.seiyuList li a:hover p.name {
	color: #39dad4;
}

.seiyu_list .btn a {
	background-image: none;
	position: relative;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 20px;
	background: #32d7cd;
	padding: 10px 0;
}
.seiyu_list .btn a:hover {
	background: #49eee4;
}
.seiyu_list .btn a:before {
	content: '＋';
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	font-size: 22px;
}

/* seiyu_prof */
.seiyu_prof {
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 30px;
	margin-bottom: 20px;
}

.seiyu_prof p.img {
	text-align: center;
	margin-bottom: 30px;
}
.seiyu_prof p.img img {
	width: 420px;
}

.ttl_b {
	font-weight: 500;
	border-bottom: 3px solid #000;
	font-size: 30px;
	margin-bottom: 30px;
}
.seiyu_prof ul.point li:before {
	content: '■';
	color: #32d7cd;
}
.seiyu_prof ul.point li + li {
	margin-top: 15px;
}
#seiyu #recommend h3 {
	text-align: center;
}
#seiyu #recommend h3 span {
	font-weight: bold;
	font-size: 18px;
	padding: 30px;
	background: url(../img/common/icon_ttl_recommend.png) left center no-repeat;
	background-size: 30px auto;
}

.back_post_list {
	overflow: hidden;
	height: auto;
	padding: 10px 30px;
	text-align: center;
	margin-top: 10px;
}

.back_post_list a {
	position: relative;
	background: #114b60;
	padding: 20px;
	text-decoration: none;
	color: #fff;
}

.back_post_list a:before {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 20px solid transparent;
	border-right-color: #114b60;
	left: -40px;
	top: 8px;
}

.back_post_list a:hover {
	opacity: 0.5;
}

/* event
--------------------------------- */
#event .content h2 {
	font-size: 20px;
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	color: #000;
	line-height: 2;
}
#event .content div.margin {
	padding: 20px;
	margin-top: 20px;
}
#event .content div.gray {
	background: #f7f7f7;
}

#event .content strong {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
}
#event .content div h4 {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
#event .content div h4.line {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#event .content dt {
	font-family: 'Shuei KakuGo Gin b', '游ゴシック';
	font-weight: bold;
	font-size: 15px;
}
#event .content dd {
	margin-bottom: 20px;
}

/*rankingPage*/

.navWrap {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}

.navWrap:nth-of-type(2) {
	margin-bottom: 20px;
}

#ranking .pickup {
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 30px;
}

#ranking .pickup a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	padding: 10px 15px;
}

#ranking .pickup a .skyblue {
	color: #32d8ce;
}

#ranking ul.tabNav li.active a {
	background: #32d8ce;
	color: #fff;
	border-bottom-color: #32d8ce;
	text-decoration: none;
}

#ranking .tabContBox.rankContBox {
	padding: 85px 0 0;
	margin-top: -75px;
}

ul.rankPageList li.rank01 a p.category .rankTop5,
ul.rankPageList li.rank02 a p.category .rankTop5,
ul.rankPageList li.rank03 a p.category .rankTop5,
ul.actorList li.rank01 a .rankTop5,
ul.actorList li.rank02 a .rankTop5,
ul.actorList li.rank03 a .rankTop5 {
	background-image: url(../img/common/rank_pink.png);
}

ul.rankPageList li.rank04 a p.category .rankTop5,
ul.rankPageList li.rank05 a p.category .rankTop5,
ul.actorList li.rank04 a .rankTop5,
ul.actorList li.rank05 a .rankTop5 {
	background-image: url(../img/common/rank_gray.png);
}

ul.newsList li a .detail p.category .rankTop5,
ul.newsList li a .detail p.category .rankNotTop5,
ul.actorList li a .detail .rankTop5,
ul.actorList li a .detail .rankNotTop5 {
	border: none;
	color: #fff;
	margin-right: 10px;
}

ul.newsList li a .detail p.category .rankTop5,
ul.actorList li a .detail .rankTop5 {
	padding: 12px 9px 0px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px 2px;
	font-size: 14px;
}

ul.newsList li a .detail p.category .rankNotTop5,
ul.actorList li a .detail .rankNotTop5 {
	padding: 5px 9px;
	margin-right: 12px;
	line-height: 1;
	border-radius: 4px;
	font-size: 14px;
	background-color: #b8b8b8;
}

#ranking .tabContBox.bottomContBox {
	margin-top: 6%;
	margin-bottom: 20px;
	padding: 0;
}

.actorList li a {
	padding: 0 20px;
}

#ranking ul.actorList li a .detail {
	width: 100%;
}

.actorList li a .detail span,
.actorList li a .detail p {
	display: inline-block;
}
